html,
body {
    overflow-x: hidden;
    overflow-y: auto;
}

body {
    padding-top: 92px;
    /* match navbar height */
}


.navcolor {
    background-color: #b4adc4;
}

.sectioncolor {
    background-color: #b4adc4;
}

.sectioncolor1 {
    background-color: white;
}

.sectioncolor2 {
    background-color: #b4adc4;
    border-radius: 15px;
    color: rgb(5, 1, 1);
}

.bgclr {
    background-color: #b4adc4;
    color: white;

}

.paywidth {
    width: 700px;
    mix-blend-mode: multiply;
}

.about {
    background-color: white;
}

.navtext {
    color: black;
    font-weight: 500;
}


.navtext:hover {
    color: #051fdf;
}


.btntext1 {
    border-radius: 75px;
    background-color: #503f8d;
    border: 2px solid rgb(12, 3, 3);

}


.bannerimg {
    height: 550px;
}

.bgbadge {
    background-color: white;
    border-radius: 20px;
    color: rgb(5, 0, 0);
    width: 312px;

}


.revwidth {
    width: 382px;
    height: 690px;
    border: 1px solid black;
    border-radius: 25px;
}

.imgwidth {
    height: 200px;
    margin-top: 15px;
    margin-bottom: 10px;
    border-radius: 25px;
}

.btntext6 {
    border-radius: 75px;
    background-color: #503f8d;
    border: 2px solid black;
    color: rgb(254, 252, 252);
}




.btntext11 {
    border-radius: 55px;
    background-color: #c91d17ec;
    color: white;
}

.btntext11:hover {
    color: #eeea06;
}


.bg-color1 {
    background-color: wheat;
}

.reviwesheight {
    height: 250px;
}

.btntext2 {
    border-radius: 75px;
    border: 2px solid black;
    color: rgb(2, 0, 0);
}

.revimg {
    width: 300px;
}



.gurentybadge {
    width: 350px;
}


.about1 {
    margin-top: -8px;
}

.two-bottle {
    height: 300px;
}

.bottle-6 {
    width: 400px;
}

.bonusheight {
    height: 350px;
}

.bonuswidth {
    border-radius: 25px;
    width: 600px;

}

.strcolor {
    background-color: #5ad05a;
    width: 100%;
    border-radius: 7px;
}

.offer1 {

    border-radius: 150px;
    text-align: center;

}

.bgcolorpic {
    border-radius: 50px;
    background-color: #051255b3;
}

.payment-snap {
    width: 1250px;
}

.custom-toggler {
    border: none;
    background: transparent;
    padding: 8px;
}

.bginfo {

    border-radius: 45px;
    background-color: #0f752842;
}

.custom-toggler span {
    display: block;
    width: 35px;
    height: 5px;
    margin: 5px 0 0 0px;
    background-color: #f6f8f7;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.button-border {
    border-radius: 400px;
}

button {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    border: none;

}

/* Section margin top when click navbar section */
section {
    scroll-margin-top: 100px;
}


.custom-hover {
    color: rgb(8, 0, 0);
}

.custom-hover:hover {
    color: #0d18e2;
}


.monybadge {
    height: 220px;
}




/* Mobile View */
@media (max-width: 768px) {
    .cent {
        text-align: center;
    }


    .orderbuttn {
        display: flex;
        align-items: center;
        text-decoration: none;
        padding-top: 0px;

    }

    .btncenter {
        justify-content: center;
        padding-top: 25px;
    }

    .btntext {
        font-size: 16px;
    }

    .imglimited {
        justify-content: center;
        align-items: center;
    }

    .navcenter {
        text-align: center;
    }

    .imgwidth {
        height: auto;
    }


    body {
        margin-top: -15px
    }

    .bottle-6 {
        width: auto;
    }

    .two-bottle {
        height: auto;
    }

    .gurentybadge {
        width: auto;
    }

    .bannerimg {
        height: auto;
    }


    .payment-snap {
        width: auto;
    }

    .revwidth {
        height: auto;
    }

    .paywidth {
        width: auto;
    }

    .bonusheight {
        height: auto;
    }

}

@media (max-width: 992px) {

    .orderbuttn {
        display: flex;
        align-items: center;
        text-decoration: none;
        padding-top: 10px;

    }

    .revwidth {
        height: auto;
    }

    body {
        margin-top: -15px
    }

    .whatsection {
        margin-bottom: 25px;
        display: flex;
        justify-content: center;


    }

    .bonusheight {
        height: auto;
    }

    .btncenter {
        justify-content: center;
        padding-top: 25px;
    }
}