html,
body {
    overflow-x: hidden;
    overflow-y: auto;
}

* {
    font-family: Playfair Display, serif;
}

.bannerimg {
    mix-blend-mode: multiply;
}

body {
    padding-top: 68px;
    /* match navbar height */
}

.logo {
    font-size: 30px;
    font-weight: 800;
    color: #f6f6f6;
}

.nav {
    background-image: linear-gradient(135deg, #121B32, #00122A);
}





.herobg {
    background: url('../image/bg.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.glass {
    background: rgba(255, 255, 255, .08);
    backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, .15);
}

.hero-bottle {
     animation: float 4s ease-in-out infinite;
}



@keyframes float {

    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(0px);
    }

}

.btn1 {
    background: #FFC107;
    border: none;
    color: #0a0000;
    font-size: 1.4rem;
    font-weight: 700;
    transition: .3s;
}

.btn1:hover {
    color: #080000;
}



.sectioncolor {
    background-color: #00122A;

}

.navcolor {
    background-image: linear-gradient(135deg, #121B32, #00122A);
}

h1 {
    font-size: 2rem;
    font-weight: 600;
}

h2 {
    font-size: 2rem;
    font-weight: 600;
}

h3 {
    font-size: 1.7rem;
    font-weight: 600;
}

p {
    font-size: 1.4rem;
}

ul {
    font-size: 1.4rem;
}

.small1 {
    font-size: 1.2rem;
}

.faq {
    font-size: 1.4rem;
}


.navtext {
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
}

.howimg {
    width: 300px;
}


.navtext:hover {
    color: #f1e509;
}



.feature-box {
    border-radius: 10px;
    border: 0.5px solid #575556;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    transition: all .3s ease;
    padding: 15px;
    background-color: white;

}

.benefit-card {
    background-color: #83A5AA5f;
    border-radius: 10px;
}

.review-card {
    background: #ffffff;
    border-radius: 15px;
    border: 0.5px solid #B4C424;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
    text-align: center;
}



a {
    text-decoration: none;
}

.feature-card {
    border-radius: 10px;
    border: 0.5px solid #7c7579;
}

.revimg {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 2%;
}

.benefitscard {
    border-radius: 10px;
}



.bottle-6 {
    width: 30vw;
}

.ingbg {
     background: linear-gradient(135deg, #1c4e55bc 45%, #072a55c2),url('../image/bg22.webp'); 
      background-repeat: no-repeat;
   background-size: cover;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);

}

/* .ingbg:hover {
    transform: translateY(-6px);
    background: #00122Ab4;
    color: white;
    border-color: rgba(255, 255, 255, 0.25);

} */

.payment-snap {
    width: 800px;
}

.custom-toggler {
    border: none;
    background: transparent;
    padding: 8px;
}



.custom-toggler span {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px 0 0 0px;
    background-color: #f7f2f2;
    border-radius: 4px;
    transition: all 0.3s ease;
}


.bonus-card {
    transition: all .35s ease;
    background: #fff;
    border-radius: 15px;
    border: 2px solid #2d6983;
}

.bonus-card:hover {
    transform: translateY(-8px);
}



.bonus-card img {
    transition: all .4s ease;
}

.bonus-card:hover img {
    transform: scale(1.05);
}

.bonus-card .badge {
    font-size: .75rem;
    letter-spacing: .5px;
}

@media(max-width:991px) {
    .bonus-card .card-body {
        border-left: none;
        border-top: 5px solid #198754;
    }
}



/* Section margin top when click navbar section */
section {
    scroll-margin-top: 72px;
}


.custom-hover {
    color: rgb(250, 250, 250);
    text-decoration: none;
}

.custom-hover:hover {
    color: #f5c905;
    text-decoration: underline;

}

.badge {
    font-size: 1.1rem !important;
}


.gurenty {
    background-color: #f8fafa;
    border-radius: 30px;
    color: rgb(15, 1, 1);
}


/* popup */


/* ================ */

.purchase-proof {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background: #ffffff;
    border-radius: 12px;
    padding: 15px 18px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    font-size: 14px;
    max-width: 300px;
    z-index: 9999;
    display: none;
    transform: translateX(-120%);
    transition: transform 0.5s ease;
    font-family: Arial, sans-serif;
}

.purchase-proof strong {
    color: #1e7e34;
}

.purchase-proof small {
    color: #777;
}

.navcenter {
    gap: 15px;
}


/* Mobile View */
@media (max-width: 768px) {

    .navcenter {
        text-align: center;
        gap: 0px !important;
    }

    .badge {
        text-wrap: inherit;
        line-height: 1.5;
    }

    body {
        margin-top: -15px
    }

    .bottle-6 {
        width: auto;
    }

    .revwidth {
        height: auto;
    }


    h1 {
        font-size: 1.7rem !important;
    }

    h2 {
        font-size: 1.6rem !important;
        font-weight: 600;
    }

    h3 {
        font-size: 1.5rem !important;
        font-weight: 600;
    }

    p {
        font-size: 1.3rem !important;
    }

    ul {
        font-size: 1.3rem !important;
    }

    .small {
        font-size: 1rem !important;
    }

    .faq {
        font-size: 1.3rem !important;
    }

    .list-inline {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }

    .list-inline-item {
        display: block;
        margin: 0;
        width: 100%;
        text-align: center;
    }

    .list-inline-item a {
        display: block;
        padding: 1px 0;
    }

    .feature-box {
        text-align: center;
    }


}

@media (max-width: 992px) {
    .btn1 {
        width: 96%;
        font-size: 1.3rem !important;
    }

    .btn2 {
        width: 96% !important;
        font-size: 1.3rem !important;
    }



    body {
        margin-top: -15px
    }


    .claim {
        width: 100%;
    }

    .bottle22 {
        height: auto;
    }

    .navcenter {
        text-align: center;
    }



}

@media(max-width:1200px) {


    .payment-snap {
        width: auto;
    }

    .bottle-6 {
        width: auto;
    }

    .second {
        height: auto;
    }

    .howimg {
        width: auto;
    }

}


@media(max-width:1500px) {
    .how {
        height: auto;
    }

    .product-img1 {
        height: auto;
    }

    .bottle3 {
        height: auto;
    }

    .hover-scale1 {
        width: auto;
    }



}