html,
body {
    overflow-x: hidden;
    overflow-y: auto;
}

* {
    font-family: Playfair Display, serif;
}

.bgback {
    background: linear-gradient(135deg, rgba(43, 99, 146, 0.3), rgba(3, 20, 34, 0.995)),
        url('../image/bg1.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


body {
    padding-top: 68px;
    /* match navbar height */
}

.logo {
    font-size: 30px;
    font-weight: 800;
    color: #f9f7f8;
}

.nav {
    background-color: #1F303D;
    }

.navcolor {
    background-color: #1F303D;
}



.sectioncolor {
    background-color: #1F303D;
}

.btn1 {
    background-color: #BC6483;
    font-size: 1.4rem;
    color: white;
    font-weight: 600;
}

.btn1:hover {
    color: white;
}


.btn2 {
    background-color: #95ADC6;
    font-size: 1.4rem;
    color: rgb(13, 3, 3);
    font-weight: 600;
}

.btn2:hover {
    color: rgb(5, 0, 0);
}

.navtext {
    color: #f8f7f7;
    font-size: 21px;

}


.navtext:hover {
    color: #f6e124;
}

.bottle-snap {
    background-color: #E6EDED;
}

h1 {
    font-size: 2rem;
    font-weight: 700;
}

h2 {
    font-size: 2rem;
    font-weight: 700;
}

h3 {
    font-size: 1.7rem;
    font-weight: 700;
}

p {
    font-size: 1.4rem;

}

.faq {
    font-size: 1.4rem;

}

.small {
    font-size: 1.3rem;
    ;
}

.navcenter {
    gap: 10px;
}

ul {
    font-size: 1.4rem;
}


.paywidth {
    width: 800px;
}

.btntext1 {
    border-radius: 75px;
    border: 1px solid #050200;
    color: #050201;

}

.bottle3 {
    height: 45vh;
}


.bannerimg {
    height: 50vh;

}

.feature-box {
    background: #ffffff;
    border-radius: 15px;
    border: 1px solid #6082B6;
    transition: all .3s ease;

}

.second {
    height: 40vh;
}



.review-card {
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    transition: 0.3s;

}


.review-img {
    max-width: 180px;
    border-radius: 2%;
    object-fit: cover;
    margin: auto;
}


.a {
    text-decoration: none;
}

.ingredient-card {
    background: #f8f9fa;
    border-radius: 15px;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.ingredient-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    background: #ffffff;
}

.ingredient-img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}


.btntext2 {
    border-radius: 75px;
    border: 2px solid black;
    color: rgb(2, 0, 0);
}


.badge {
    font-size: 1.5rem;
}


.gurentybadge {
    width: 350px;
}


.about1 {
    margin-top: -8px;


}

.ingimg {
    width: 180px;
    height: auto;
}


.hover-scale1 {
    transition: transform 0.3s ease;
}

.hover-scale1:hover {
    transform: scale(1.03);
}



.hover-scale:hover {
    transform: scale(1.09);
    transition: transform 0.3s ease-in-out;
}

.bottle-6 {
    width: 35vw;
}


.payment-snap {
    width: 1200px;
}

.custom-toggler {
    border: none;
    background: transparent;
    padding: 8px;
}



.custom-toggler span {
    display: block;
    width: 30px;
    height: 4px;
    margin: 5px 0 0 0px;
    background-color: #faf5f3;
    border-radius: 4px;
    transition: all 0.3s ease;
}




/* Section margin top when click navbar section */
section {
    scroll-margin-top: 68px;
}


.custom-hover {
    color: rgb(255, 253, 253);
    text-decoration: none;
}

.custom-hover:hover {
    color: #e5f505;
    text-decoration: underline;

}

.bonus {
    border-radius: 10px;
}

.monybadge {
    height: 220px;
}


/* 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;
}


/* Mobile View */
@media (max-width: 768px) {
    h1 {
        font-size: 1.7rem !important;
        font-weight: 700;
    }

    h2 {
        font-size: 1.6rem !important;
        font-weight: 700;
    }

    h3 {
        font-size: 1.5rem !important;
        font-weight: 700;
    }

    p {
        font-size: 1.3rem !important;

    }

    .review-card {
        text-align: center;
    }

    .btn1 {
        width: 100%;
    }

    .paywidth {
        width: auto;
    }


    .btncenter {
        justify-content: center;
        padding-top: 25px;
    }

    .btntext {
        font-size: 16px;
    }


    body {
        margin-top: -15px
    }

    .bottle-6 {
        width: auto;
    }



    .revwidth {
        height: auto;
    }



}

@media (max-width: 992px) {



    body {
        margin-top: -15px
    }


    .claim {
        width: 100%;
    }

    .navcenter {
        text-align: center;
        gap: 1px !important;
    }

    .btncenter {
        justify-content: center;
        padding-top: 25px;
    }

    .btn1 {
        width: 100%;
    }
}


@media(max-width:1500px) {


    .hover-scale1 {
        width: auto;
    }


}