@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600&display=swap');
@import "all.css";
@import "flaticon.css";
@import "mmenu.css";
@import "https://cdn.jsdelivr.net/npm/swiper@9/swiper-bundle.min.css";

body {
    font-family: 'Roboto', sans-serif;
}

.header-area {
    padding: 10px 0;
}

.destopMenu > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.destopMenu > ul > li {
    position: relative;
}

.destopMenu > ul > li > ul {
    padding: 0;
    margin: 0;
    position: absolute;
    display: block;
    background: white;
    visibility: hidden;
    opacity: 0;
    transition: .3s ease-in-out;
    min-width: 200px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    margin-top: 0;
    z-index: 99;
}

.destopMenu > ul > li > ul::after {
    content: '';
    position: absolute;
    top: -25px;
    left: 0;
    width: 100%;
    height: 25px;
}

.destopMenu > ul > li:hover > ul {
    visibility: visible;
    opacity: 1;
    transition: .3s ease-in-out;
    margin-top: 25px;
}

.destopMenu > ul > li > a {
    text-decoration: none;
    display: block;
    color: black;
    font-weight: bold;
    font-family: sans-serif;
    transition: .3s ease-in-out;
    padding: 0 25px;

}

.destopMenu > ul > li > a:hover {
    color: #FAA432;
    transition: .3s ease-in-out;
}

.destopMenu > ul > li > ul > li a:hover {
    color: #FAA432;
    transition: .3s ease-in-out;
}

.destopMenu > ul > li > ul > li {
    list-style-type: none;

}

.destopMenu > ul > li > ul > li > a {
    padding: 10px 15px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    display: block;
    color: #777777;
    text-decoration: none;
    transition: .3s ease-in-out;
    font-weight: 600;
}

.sticky-menu {
    position: fixed;
    left: 0;
    margin: auto;
    top: 0;
    width: 100%;
    z-index: 99;
    background: #fff;
    -webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    border-radius: 0;
    padding: 0 0;
}


.destopMenu > li > a:hover {
    color: #FAA432;
    transition: .3s ease-in-out;
}


.header-end a {
    margin-left: 20px;
    color: black;
    font-size: 25px;
    position: relative;
    text-decoration: none;
}

.header-end a i {
    display: flex;
}

.basket-piece {
    position: absolute;
    top: -5px;
    right: -10px;
    background: #FAA432;
    border-radius: 20px;
    height: 18px;
    width: 18px;
    font-size: 13px;
    color: white;
    align-items: center;
    display: flex;
    justify-content: center;
}

.header-logo img {
    max-width: 160px;
}

.footer-area {
    position: relative;
    background: black;
    padding: 80px 0 80px 0;
}

.footer-area::after {
    content: "";
    position: absolute;
    left: 0;
    top: -22px;
    width: 100%;
    height: 53px;
    background-image: url(../images/footer_bg_shape.png);
    background-repeat: repeat;
    background-position: center;
    z-index: 2;
}

.index-banner-two {
    position: relative;
}

.index-banner-two::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -18px;
    width: 100%;
    height: 35px;
    background-image: url(../images/formula_shape02.png);
    background-repeat: repeat;
    background-position: center;
    z-index: 2;
}

.index-banner-two::before {
    content: "";
    position: absolute;
    left: 0;
    top: -22px;
    width: 100%;
    height: 53px;
    background-image: url(../images/footer_bg_shape.png);
    background-repeat: repeat;
    background-position: center;
    z-index: 2;
}

.section-features::before {
    content: "";
    position: absolute;
    left: 0;
    top: -22px;
    width: 100%;
    height: 53px;
    background-image: url(../images/footer_bg_shape.png);
    background-repeat: repeat;
    background-position: center;
    z-index: 2;
}

.section-features::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -18px;
    width: 100%;
    height: 35px;
    background-image: url(../images/footer_bg_shape.png);
    background-repeat: repeat;
    background-position: center;
    z-index: 2;
    transform: rotate(180deg);
}

.footer-area-title img {
    max-width: 160px;
}

.footer-area-description p {
    margin-top: 20px;
    display: block;
    font-weight: 500;
    color: #fff;
    opacity: .7;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

.footer-social {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
}

.footer-social a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1B1B1B;
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    transition: .3s ease-in-out;
}

.footer-social a:hover {
    background: #0D9B4D;
    transition: .3s ease-in-out;
}

.footer-area-menu-one h3,
.footer-area-menu-two h3,
.footer-area-contact h3 {
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 20px;
}

.footer-area-menu-one ul,
.footer-area-menu-two ul {
    display: contents;
}

.footer-area-menu-one ul li,
.footer-area-menu-two ul li {
    list-style-type: none;
}

.footer-area-menu-one ul li a,
.footer-area-menu-two ul li a {
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    transition: .2s ease-in-out;
    font-weight: 500;
    color: #fff;
    opacity: .7;
}

.footer-area-menu-one ul li a:hover,
.footer-area-menu-two ul li a:hover {
    color: #0D9B4D;
    transition: .2s ease-in-out;
}

.footer-area-contact p {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #fff;
    opacity: .7;
}

.list-wrap ul {
    display: contents;
}

.list-wrap ul li {
    list-style-type: none;
    font-weight: 500;
    color: #ececec;
    padding: 8px 0;
}

.list-wrap ul li i {
    color: #0bff78;
}

.footer-bottom {
    background: #0A0A0A;
    border-top: 1px solid #262626;
    padding: 16px 0;
}

.footer-bottom-copyright p {
    font-weight: 500;
    color: #fff;
    opacity: .7;
}

.section-index-description h2 {
    font-size: 72px;
    line-height: 1.13;
    margin: 0 0 61px;
    font-family: 'Oswald', sans-serif;
    color: #222222;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
}

.section-index-description p {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    color: #FAA432;
    letter-spacing: 0.095em;
    margin: 0 0 28px;
}

.section-index-button {
    border: 3px solid #fff;
    padding: 17px 52px;

}

.section-index-button a {
    background: #FAA432 none repeat scroll 0 0;
    color: white;
    font-family: 'Roboto', sans-serif;
    padding: 16px 50px;
    border-radius: 20px;
    border: 4px solid white;
}

.section-index-button a:hover {
    color: white;
}

.btn {
    user-select: none;
    -moz-user-select: none;
    background: #0D9B4D none repeat scroll 0 0;
    border: medium none;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.4;
    margin-bottom: 0;
    padding: 19px 50px;
    text-align: center;
    text-transform: capitalize;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.btn::before {
    content: "";
    position: absolute;
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    width: 200%;
    height: 200%;
    top: 110%;
    left: 50%;
    background: #FAA432;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: -1;
}

.btn:hover {
    color: #fff;
}

.btn-two {
    background: #FAA432 none repeat scroll 0 0;
}

.btn-two::before {
    background: #0D9B4D;
}

.btn:hover:before {
    top: -40%;
}

.section-index-bg img {
    position: relative;
    display: flex;
    justify-content: center;
    transform: translateY(-8%);
}

.section-index-bg-img img {
    position: absolute;
    transform: translateY(-105%);
}

.section-index-bg1 {
    position: absolute;
    top: 25%;
    transform: translateY(-50%);
}

.section-index-bg2 {
    position: absolute;
    top: 25%;
    right: 0;
    transform: translateY(-50%);
}

.productBg {
    position: absolute;
    z-index: -1;
}

.footer-area-bg2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 1;
}

.footer-area-bg1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.section-index {
    padding: 20px 0;
}

.section-index-slider .section-index-slider-title {
    margin: 0 0 0;
    font-size: 15px;
    padding: 0 80px;
    display: inline-flex;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    color: #222222;
    letter-spacing: 0.095em;
}

.section-index-slider .section-index-slider-title::before,
.section-index-slider .section-index-slider-title::after {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 50px;
    height: 2px;
    background: #FAA432;
}

.section-index-slider .section-index-slider-title::after {
    left: auto;
    right: 0;
}

.section-index-slider {
    display: flex;
    min-height: 48px;
    max-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 0 0 60px 0;
}

.section-features {
    background: url("../images/features_bg.jpg");
    padding: 40px 0;
    position: relative;
}

.section-features-description-one img,
.section-features-description-two img,
.section-features-description-three img,
.section-features-description-four img {
    max-width: 60px;
    margin-bottom: 16px;
}

.section-features-description-two,
.section-features-description-four {
    margin-top: 60px;
}

.section-features-description-content-one h4,
.section-features-description-content-two h4,
.section-features-description-content-three h4,
.section-features-description-content-four h4 {
    font-size: 20px;
    color: #fff;
    letter-spacing: 0.02em;
    margin-bottom: 14px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}

.section-features-description-content-one p,
.section-features-description-content-two p,
.section-features-description-content-three p,
.section-features-description-content-four p {
    color: white;
}

.productViewPrice .price {
    font-size: 28px;
    font-weight: 700;
    color: #222222;
    font-family: 'Oswald', sans-serif;
    display: block;
    margin-left: 30px;
}

.productViewPrice .old-price {
    font-size: 20px;
    color: #FAA432;
    margin-left: 15px;
    text-decoration: line-through;
}

.productViewContent h6 {
    font-size: 16px;
    text-transform: inherit;
    font-family: 'Roboto', sans-serif;
    margin: 0 0 24px;
    color: #414141;
    font-weight: 600;
}

.productViewContent p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    color: #777777;
    margin-bottom: 15px;
}

.productViewContent img {
    padding: 20px 0;
}

.productViewTitle a {
    color: black;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 50px;
    transition: .3s ease-in-out;
}

.productViewTitle a:hover {
    color: #FAA432;
    transition: .3s ease-in-out;
}

.index-body-banner-title-sub-img-title {
    font-family: 'Oswald', sans-serif;
    color: #222222;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 16px;
}

.index-body-banner-title-sub-img-title-description {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    color: #777777;
    margin-bottom: 15px;
}

.index-body-banner-title-sub-img-title h5 {
    font-size: 20px;
    padding-left: 11px;
    margin: 0 0 15px;
    position: relative;
}

.index-body-banner-title-sub-img-title h5::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 3px;
    height: 16px;
    background: #FAA432;
}

.index-banner-two {
    background: url("../images/formula_bg.jpg");
}

.index-banner-two-description p {
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.095em;
    text-transform: uppercase;
    color: #FAA432;
    margin: 0 0 15px;
}

.index-banner-two-description h2 {
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-size: 50px;
}

.index-banner-two-description-list ul {
    display: contents;
}

.index-banner-two-description-list ul li {
    list-style-type: none;
    padding: 0;
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    letter-spacing: 0.02em;
    display: flex;
    margin: 0 0 20px;
    line-height: 1.5;
}

.index-banner-two-description-list a {
    margin: 24px 0;
}

.index-banner-two-description-list ul li img {
    padding: 0 8px 0 0;
}

.btn-know {
    background: #FAA432 none repeat scroll 0 0;
}

.btn-know:hover {
    background: white none repeat scroll 0 0;
    z-index: 99999;
}

.index-package-box-area {
    background: #F5F5F5;
    padding: 0 0 40px 0;
}

.index-package-box-general-title p {
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.095em;
    text-transform: uppercase;
    color: #FAA432 !important;
    margin: 0 0 15px;
}

.index-package-box-general-title h2 {
    font-size: 50px;
    letter-spacing: -0.025em;
    margin-bottom: 0;
    font-family: 'Oswald', sans-serif;
}

.index-package-box span {
    color: #222;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    margin-bottom: 0;
}

.index-package-box h3 {
    font-size: 36px;
    margin: 10px 0 10px 0;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
}

.index-package-box p {
    font-size: 18px;
    font-weight: 700;
    color: #222;
    text-transform: capitalize;
    margin: 10px 0 20px 0;
}

.index-package-box-image {
    height: 300px;
}

.index-package-box-image img {
    margin: 20px 0;
}

.index-package-box-price h4 {
    font-size: 40px;
    letter-spacing: -3px;
    margin-bottom: 0;
    transition: .3s linear;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
    color: #0D9B4D;
    margin-top: 14px;
}

.index-package-box-price .old-price {
    font-size: 22px;
    color: red;
    letter-spacing: 0.3px;
}

.index-package-box-price-promotion h4 {
    font-size: 32px;
    color: #FAA432;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    margin: 16px 0 16px 0;
}

.index-package-box-price-button a {
    display: block;
    background: #FAA432;
    color: #fff;
    border: 2px solid #FAA432;
    line-height: 1;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 0;
    border-radius: 5px;
    text-align: center;
}

.index-package-box-price-button a:hover {
    text-decoration: none;
}

.index-package-box-price-button a span {
    display: block;
    line-height: 1;
    font-size: 12px;
    font-weight: 400;
    margin-top: 5px;
    color: white;
}

.index-package-box-price-button {
    margin: 30px 0 30px 0;
}

.index-package-box {
    background: #fff;
    border: 2px solid #ffffff;
    border-radius: 10px;
    padding: 35px 33px 45px;
    transition: .3s linear;
}

.swiper-product-title {
    min-height: 60px;
    overflow: hidden;
    align-items: center;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.index-package-box:hover {
    border: 2px solid #FAA432;
    transition: .3s linear;
    cursor: pointer;
}

.list-products-content span {
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.095em;
    text-transform: uppercase;
    color: #FAA432;
    margin: 0 0 15px;
}

.list-products-content h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 50px;
    display: block;
}

.index-body-instagram-section a img {
    margin: 20px 10px 10px 10px;
    border-radius: 10px;
}

.index-body-instagram img {
    width: 100%;
}


@media screen and (max-width: 739px) {
    .index-banner-two-description {
        text-align: center;
    }

    .index-banner-two-description-list {
        text-align: center;
    }

    .index-banner-two-description-list ul li {
        font-size: 16px;
    }

    .productViewTitle {
        text-align: center;
    }

    .productViewTitle a {
        font-size: 42px;
    }

    .footer-bottom-payment {
        margin-bottom: 30px;
    }

    .section-index-slider-title {
        text-align: center;
    }

    .mobile-responsive {
        text-align: center;
        margin: 30px 0;
    }

    .section-features-description-two,
    .section-features-description-four {
        margin-top: 0;
    }

    .mobile-responsive-margin img {
        margin-top: 30px;
    }

    .mobil-responsive-button {
        text-align: center;
    }

    .mobile-index-banner-responsive {
        text-align: center;
    }

    .login-box {
        margin-bottom: 30px;
    }

    .mobile-index-banner-responsive-img img {
        margin-bottom: 40px;
    }

    .footer-bottom-copyright p {
        text-align: center;
    }

    .footer-area-description p {
        display: block;
        text-align: center;
    }

    .footer-social {
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }

    .footer-area-menu-one {
        text-align: center;
        margin: 20px 0;
    }

    .footer-area-menu-two {
        margin-top: 20px;
        text-align: center;
    }

    .searchPopupClose {
        transform: translateY(-96%);
    }

    .searchPopup form {
        padding: 76px 50px 50px 50px;
    }

    .footer-area-contact {
        text-align: center;
        margin-top: 20px;
    }

    .footer-area {
        padding: 80px 0 30px 0;
    }

    .header-logo a img {
        display: inline-block;
    }

    .section-index {
        padding: 20px 0;
    }

    .header-end {
        margin-top: 0;
    }

    .index-package-box-area {
        padding-bottom: 0;
    }

    .index-body-instagram {
        margin-bottom: 30px;
    }

   /* .section-index-bg img {
        display: none;
    }*/

    .section-features-img {
        display: none;
    }

    .section-index-bg-img img {
        width: 100%;
        padding: 20px;
        margin: 30px;
        position: absolute;
        bottom: -99%;
    }

    .section-features {
        margin-top: 0%;
    }

    .section-index-button a {
        transform: translateY(-56px);
    }

    .mobileMenu {
        font-size: 30px;
        color: black !important;
        text-decoration: none;
    }

    .mobileMenu i {
        display: flex;
    }

    .section-index-description h2 {
        font-size: 59px;
        z-index: 9;
        position: relative;
    }
}

.bayi-text {
    font-size: 16px;
    font-weight: bold;
    color: gray;
    cursor: pointer;
}
.autoLoader {
    position: relative;
    animation:spin 4s linear infinite;
}
@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform:rotate(360deg);
    }
}