html,
body {
    overflow-x: hidden;
    overflow-y: auto;
}

* {
    font-family: Playfair Display, serif;
}



body {
    padding-top: 68px;
    /* match navbar height */
}

.logo {
    font-size: 30px;
    font-weight: 800;
    color: #fdfcf9;
}


.herobg {
    background: url('../image/bg.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.glass {
    background-color: #7c7579c4;
    color: rgb(248, 244, 244);
}


.nav {
    background-color: rgb(252, 252, 252);
}

.bonusimg {
    mix-blend-mode: multiply;
}

.btn1 {
    background: #FFC107;
    border: none;
    color: #010000;
    font-size: 1.4rem;
    font-weight: 600;

}

.btn1:hover {
    color: #090000;
}


.sectioncolor {
    background-color: #1E103E;

}

.navcolor {
    background-color: #1E103E;
}

h1 {
    font-size: 2rem;
    font-weight: 600;
}

h2 {
    font-size: 1.9rem;
    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.3rem;
}

.small {
    font-size: 1.3rem;
}

.faq {
    font-size: 1.4rem;
}


.navtext {
    color: #f8f7f7;
    font-size: 20px;
    font-weight: 500;
}

.ingimg {
    width: 250px;
    height: 250px;
    margin-top: 10px;
    border: 1px solid black;
    border-radius: 10%;
    object-fit: cover;
}


.navtext:hover {
    color: #f1f109;
}

.bannerimg {
    width: 370px;
}

.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;
}



.revimg {
    width: 300px;

}


.bottle-6 {
    width: 30vw;
}

.ingbg {
    background: linear-gradient(135deg, #1c4e55 45%, #113663);
}

.checkout {
    width: 800px;
}

.custom-toggler {
    border: none;
    background: transparent;
    padding: 8px;
}



.custom-toggler span {
    display: block;
    width: 30px;
    height: 4px;
    margin: 5px 0 0 0px;
    background-color: #edeaea;
    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: 68px;
}


.custom-hover {
    color: rgb(253, 253, 251);
    text-decoration: none;
}

.custom-hover:hover {
    color: #e5f505;
    text-decoration: underline;

}


.gurenty {
    background-color: #f8fafa;
    border-radius: 30px;
    color: rgb(15, 1, 1);
}

/* Price Card */


.pricing-card {
    border: 3px solid #9A9085;
    border-radius: 25px;
    overflow: hidden;
    background: #fff;
    transition: .3s;
    height: 100%;
}

.pricing-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .15);
}

.pricing-header {
    background: #9A9085;
    color: #fff;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    padding: 10px;
}

.pricing-body {
    padding: 25px;
    text-align: center;
}

.title {
    font-size: 50px;
    font-weight: 800;
    line-height: 1;
}

.subtitle {
    font-size: 18px;
    margin-bottom: 25px;
}

.product-img {
    width: 200px;
    margin: 20px auto;
}

.price {
    font-size: 65px;
    font-weight: 900;
    line-height: 1;
}

.price small {
    font-size: 22px;
    font-weight: 700;
}

.per {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.1;
    display: inline-block;
    text-align: left;
}

.feature {
    padding: 10px;
    border-top: 1px dashed #ccc;
    font-weight: 700;
}

.feature i {
    color: #9A9085;
    margin-right: 6px;
}

.buy-btn {
    background: #c62828;
    color: #fff;
    font-size: 32px;
    font-weight: 800;
    border-radius: 15px;
    padding: 12px;
    display: block;
    text-decoration: none;
    margin: 20px 0;
}

.buy-btn:hover {
    color: #fff;
    background: #a71919;
}

.total {
    font-size: 30px;
    font-weight: 800;
}

.old-price {
    color: #745050;
    text-decoration: line-through;
}

.shipping {
    color: #c62828;
    font-size: 24px;
    font-weight: 700;
}

/* Center Card */

.featured {
    background: linear-gradient(135deg, #9A9085, #9A9085);
    color: white;
    transform: scale(1.04);
}

.featured .pricing-header {
    background: white;
    color: #d81f2c;
    font-size: 34px;
}

.featured .feature {
    border-color: rgba(255, 255, 255, .3);
}

.featured .feature i {
    color: #ffd54f;
}

.featured .buy-btn {
    background: #ffd11a;
    color: #222;
}

.featured .buy-btn:hover {
    background: #ffca00;
    color: #222;
}

.featured .shipping {
    color: #ffd11a;
}

/* Price card end */


/* 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) {

    .btncenter {
        justify-content: center;
        padding-top: 25px;
    }


    .navcenter {
        text-align: center;
    }



    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;
    }

    .small1 {
        font-size: 1.2rem;
    }

    .small {
        font-size: 1.2rem;
    }

    .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;
    }

    .badge {
        text-wrap: inherit;
    }

    .title {
    font-size: 30px !important;
    font-weight: 800;
    line-height: 1;
}

}

@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) {


    .checkout {
        width: auto;
    }

    .bottle-6 {
        width: auto;
    }

    .second {
        height: auto;
    }

    .howimg {
        width: auto;
    }

    .bannerimg {
        width: auto;
    }

}


@media(max-width:1500px) {
    .how {
        height: auto;
    }

    .product-img1 {
        height: auto;
    }

    .bottle3 {
        height: auto;
    }

    .hover-scale1 {
        width: auto;
    }



}