@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

* {
    font-family: 'Poppins', sans-serif;
    transition: all 0.5s linear;
}

button {
    cursor: pointer;
}

.font-bold {
    font-weight: 700;
}

.font-700 {
    font-weight: 700;
}

.font-600 {
    font-weight: 600;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 22px;
}

.navbar {
    background: #000;
}

.nav-link {
    color: #fff;
    font-size: 22px;
}

.center-menu .nav-link {
    margin: 0 10px;
}

.nav-link:hover {
    color: #fff;
    opacity: .7;
}

.btn-bag {
    background: #fff;
    padding: 14px 18px !important;
    border-radius: 50px;
    height: 64px !important;
    width: 64px !important;
}

.price {
    padding: 18px 0px !important;
    padding-right: 25px !important;
}

.list {
    display: inline-block !important;
}

.mbl .nav-link {
    display: inline-block;
    font-size: 11px;
}

.mbl img {
    width: 9px;
    height: 8px;
}

.mbl {
    padding-right: 20px;
}

.navbar-toggler {
    outline: 0 !important;
}

.carousel-caption1  {
    position: absolute;
    top: 50%;
    left: 15%;
    z-index: 10;
    transform: translate(-0%, -50%);
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
}

.carousel-caption1 h3  {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 0;
}

.carousel-caption1 h1  {
    font-size: 72px;
    font-weight: 700;
}

.carousel-indicators {
    position: absolute;
    left: 15%;
    top: 62%;
    max-width: 80px;
    margin: 0;
}

.carousel-indicators .active {
    background-color: #000;
}

.carousel-indicators li  {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 14px;
    height: 14px;
    margin-right: 6px;
    margin-left: 6px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    transition: opacity .6s ease;
    border-radius: 50%;
}

@media(max-width: 992px) {
    .btn-bag {
        background: #fff;
        padding: 3px 8px !important;
        border-radius: 50px;
        height: 24px !important;
        width: 25px !important;
    }

    .d-n {
        display: none;
    }

    .carousel-caption1 h3  {
        font-size: 24px;
        margin-bottom: 0;
    }

    .carousel-caption1 h1  {
        font-size: 48px;
    }
}

.p-card {
    position: relative;
    min-height: 448px;
    max-width: 336px;
    margin: auto;
}

.p-card-footer {
    max-width: 336px;
    margin: auto;
    padding: 20px 0;
}

@media(max-width: 992px) {
    .p-card {
        position: relative;
        min-height: 288px;
        max-width: 210px;
        margin: auto;
    }

    .p-card img {
        max-height: 280px;
    }

    .p-card-footer {
        max-width: 210px;
        margin: auto;
        padding: 20px 0;
    }
}

.heart {
    position: absolute;
    background: #fff;
    padding: 5px 8px;
    padding-bottom: 1px !important;
    border-radius: 50px;
    right: 20px;
    top: 20px;
}

.red {
    color: #CC0C2F;
}

.p-card-footer p {
    font-size: 13px;
    font-weight: 900;
}

.p-card-footer span {
    font-size: 12px;
}

a {
    color: #000;
}

a:hover {
    color: #000;
    text-decoration: none;
}

.btn-buy {
    font-size: 12px;
    font-weight: 600;
    padding: 5px 12px;
    border: 1px solid #000;
    box-shadow: 0px 3px 6px #00000029;
    background-color: #ffffff;
    color: #000000;
}

.btn-buy:hover {
    background-color: #000000;
    color: #ffffff;
}

.bg-sray {
    background: url(../images/bg-sho.png) no-repeat center;
    background-size: cover;
    padding: 65px 0;
}

.mail-box {
    background-color: rgba(255, 255, 255, .93);
    padding: 60px 15px;
    max-width: 675px;
    min-height: 311px;
    margin: auto;
}

.mail-contant {
    max-width: 424px;
    margin: auto;
}
.mail-contant h4 {
    font-size: 23px;
    font-size: 900;
}

.mail-contant p {
    font-size: 14px;
}

.input {
    width: 100%;
    padding: 5px;
    border: 1px solid #B7B7B7;
}

input:focus {
    outline: 0;
}

.btn-sub {
    background-color: #000;
    color: #fff;
    border: 1px solid #000000;
    padding: 8px 25px;
    font-size: 13px;
    text-transform: uppercase;
}

.btn-sub:hover {
    background-color: #fff;
    color: #000;
}

.instagram h1 {
    font-size: 36px;
    font-weight: 700;
}

footer {
    background-color: #1C1C1C;
    padding: 20px 0;
    padding-bottom: 60px
}

footer h5 {
    font-size: 16px;
    font-weight: 700;
}

footer a {
    font-size: 14px;
    color: #fff;
    display: block;
    padding: 10px 0;
    font-weight: 300;
}

footer a:hover {
    color: #fff;
}

.footer {
    padding: 20px 0;
    background: #000000;
    color: #fff;
}

.footer p {
    margin: 0;
    font-size: 14px;
}

.footer a {
    margin: 0;
    font-size: 14px;
    color: #fff;
    padding: 0 10px;
}
