html,
body {
    overflow-x: hidden;
    overflow-y: auto;
}

* {
    font-family: Playfair Display, serif;
}

.bgback {
    background-image: url('../image/back2.webp');
    min-height: 10vh;
    max-width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.ingbg {
    background-image: url('../image/back7.webp');
    min-height: 10vh;
    max-width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


body {
    padding-top: 58px;
    /* match navbar height */
}

.imglogo {
    width: 210px;
}

.nav {
    background-color: #2c2d2c;
}

.navcolor {
    background-color: #2082BA;
}

.feature-card {
    background-color: white;
    border-radius: 10px;
    border: 0.2px solid #2082BA;
}



.sectioncolor {
    background-color: #2082BA;
}


.paywidth {
    width: 900px;
    mix-blend-mode: multiply;
}





h1 {
    font-size: 2.2rem;
    font-weight: 700;
}

h2 {
    font-size: 2.2rem;
    font-weight: 700;
}

h3 {
    font-size: 1.7rem;
    font-weight: 700;
}

p {
    font-size: 1.4rem;
}

ul {
    font-size: 1.4rem;
}

.small {
    font-size: 1.4rem;
}



.guarantee {
    background-color: #2082BA;
    border-radius: 20px;
}

.fsa {
    color: #03086B;
}

.navtext {
    color: rgb(243, 241, 241);
    font-size: 1.3rem;
}

.navtext:hover {
    color: #e9c911fe;
}

.navcenter {
    gap: 10px;
}

.btn1 {
    font-size: 1.3rem;
    background-color: #2082BA;
    color: rgb(255, 254, 254);
}

.btn1:hover {
    color: rgb(255, 255, 255);
}

.btn2 {
    font-size: 1.3rem;
    background-color: #0a3134;
    color: rgb(255, 254, 254);
}

.btn2:hover {
    color: rgb(255, 255, 255);
}


.bannerimg {
    height: 50vh;

}

.feature-box {
    background: #ffffff;
    border-radius: 15px;
    border: 1px solid #010608;
    transition: all .3s ease;
    padding: 35px 25px;
}

.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 {
    width: 150px;
    height: 150px;
    border-radius: 10%;
    object-fit: cover;
    margin: auto;
}


#Ingredients img {
    max-height: 120px;
    object-fit: contain;
}

#Ingredients .shadow-sm {
    transition: 0.3s ease;
}

#Ingredients .shadow-sm:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}


a {
    text-decoration: none;
}


.about1 {
    margin-top: -8px;
}


.paymentsnap {
    width: 800px;
}

.bottle-6 {
    width: 30vw;
}

.custom-toggler {
    border: none;
    background: transparent;
    padding: 8px;
}


.custom-toggler span {
    display: block;
    width: 30px;
    height: 4px;
    margin: 5px 0 0 0px;
    background-color: #f0edeb;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.button-border {
    border-radius: 400px;
}

/* Section margin top when click navbar section */
section {
    scroll-margin-top: 60px;
}

.custom-hover {
    color: rgb(250, 250, 250);
    text-decoration: none;
}

.custom-hover:hover {
    color: #f5e905;
    text-decoration: underline;

}

/* 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;
}

footer ul {
    padding-left: 0;
}

footer .list-inline-item {
    margin-bottom: 10px;
}



/* Mobile View */
@media (max-width: 768px) {


    footer .list-inline-item {
        display: block;
        margin: 10px 0;
    }


    .btn1 {
        width: 100%;
    }

    .banner-img1 {
        height: auto;
    }


    .btncenter {
        justify-content: center;
        padding-top: 25px;
    }


    .navcenter {
        text-align: center;
    }


    body {
        margin-top: -15px
    }

    .bottle-6 {
        width: auto;
    }

    .gurentybadge {
        width: auto;
    }

    .bannerimg {
        height: auto;
    }


    .revwidth {
        height: auto;
    }



    h1 {
        font-size: 1.9rem !important;
        font-weight: 700;
    }

    h2 {
        font-size: 1.7rem !important;
        font-weight: 700;
    }

    h3 {
        font-size: 1.5rem !important;
        font-weight: 700;
    }

    .review-card{
        text-align: center;
    }

}

@media (max-width: 992px) {



    .bannerimg {
        height: auto;
    }

    .revwidth {
        height: auto;
    }

    body {
        margin-top: -15px
    }

    .gurentybadge {
        width: auto;
    }

    .how {
        height: auto;
    }

    .claim {
        width: 100%;
    }

    .product-img1 {
        height: auto;
    }

    .bottle22 {
        height: auto;
    }

    .navcenter {
        text-align: center;
    }

    .banner-img1 {
        height: auto;
    }

    .btntext6 {
        width: 98%;
    }

    .btntext2 {
        width: 100%;
    }


    .btncenter {
        justify-content: center;
        padding-top: 25px;
    }
}

@media(max-width:1200px) {
    .btntext2 {
        margin-top: 15px;
    }


    .bottle-6 {
        width: auto;
    }

    .second {
        height: auto;
    }


}


@media(max-width:1500px) {


    .paymentsnap {
        width: auto;
    }



}