html,
body {
    overflow-x: hidden;
    overflow-y: auto;
}

* {
    font-family: Playfair Display, serif;
}



body {
    padding-top: 68px;
    /* match navbar height */
    line-height: 1.6;
}

.logo {
    font-size: 30px;
    font-weight: 800;
    color: #090000;
}

.nav {
    background-color: #faf7f6;
}

.navcolor {
    background-color: #18446F;
}

.bgback {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
        url('../image/back2.webp');
    background-size: cover;
    background-position: center;

}

h1{
    font-size: 2.2rem;
}

p{
    font-size: 1.4rem;
 
}

ul{
    font-size: 1.4rem;
}

li{
    font-size: 1.3rem;
}

h2{
    font-size: 2rem;
}

h3{
    font-size: 1.5rem;
}

.small{
    font-size: 1.2rem;
}

.faqfont{
    font-size: 1.4rem;
}




.sectioncolor {
    background-color: #18446F;
    color: #D7555A;
}

.btn1 {
    background-color: #261218;
    color: rgb(255, 255, 254);
}

.btn1:hover {
    color: rgb(251, 251, 251);
}


.paywidth {
    width: 900px;
    mix-blend-mode: multiply;
}

.about {
    background-color: white;
}


.navtext {
    color: #0b0101;
    font-size: 20px;
    font-weight: 550;
}

.navtext:hover {
    color: #4711e9fe;
}


.review-img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    margin: auto;
}

.gurenty {
    background-color: #ffffff;
    border-radius: 25px;
}

.benefits {
    border-radius: 10px;

}

.ingimg{
     border-radius: 3%;
    border-top: 5px solid #18446F;
    border-bottom:5px solid #18446F;
    border-left: 2px solid #18446F;
    border-right: 2px solid #18446F;

}


.ing {
   
    height: 180px;
    width: 240px;
}


a {
    text-decoration: none;
}




.revimg {
    max-width: 250px;
    border-radius: 15px;
}




.bottle-6 {
    width: 40vw;
}


.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: #050000;
    border-radius: 4px;
    transition: all 0.3s ease;
}



/* Section margin top when click navbar section */
section {
    scroll-margin-top: 75px;
}


.custom-hover {
    color: rgb(248, 244, 244);
    text-decoration: none;
}

.custom-hover:hover {
    color: #f5c905;
    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;
}


/* Mobile View */
@media (max-width: 768px) {

    h1{
        font-size: 1.8rem !important;
    }

    h2{
        font-size: 1.5rem !important;
    }

    h3{
        font-size: 1.4rem !important;
    }
    p{
        font-size: 1.3rem !important;
    }
    ul{
        font-size: 1.3rem !important;
    }
    .faqfont{
        font-size: 1.3rem !important;
    }
  
    .btn1 {
        width: 100%;
    }

    .banner-img1 {
        height: auto;
    }


    .btncenter {
        justify-content: center;
        padding-top: 25px;
    }

   
    .navcenter {
        text-align: center;
    }

    .imgwidth {
        height: auto;
    }


    body {
        margin-top: -15px
    }

    .bottle-6 {
        width: auto;
    }



    .gurentybadge {
        width: auto;
    }

 

    .payment-snap {
        width: auto;
    }

    .revwidth {
        height: auto;
    }



}

@media (max-width: 992px) {

 
    .revwidth {
        height: auto;
    }

    body {
        margin-top: -15px
    }

    .gurentybadge {
        width: auto;
    }

 

    .claim {
        width: 100%;
    }

   

    .navcenter {
        text-align: center;
    }

  
    .btncenter {
        justify-content: center;
        padding-top: 25px;
    }
}

@media(max-width:1200px) {
 
    .payment-snap {
        width: auto;
    }

    .bottle-6 {
        width: auto;
    }

  

}


@media(max-width:1500px) {
 




}