html,
body {
    overflow-x: hidden;
    overflow-y: auto;
}

body {
    padding-top: 92px;
    /* match navbar height */
}


.navcolor {
    background-color: #7A4564;
}

.sectioncolor {
    background-color: #7A4564;
}

.sectioncolor1 {
    background-color: white;
}

.sectioncolor2 {
    background-color: #7A4564;
    border-radius: 15px;
    color: rgb(5, 1, 1);
}

.bgclr {
    background-color: #7A4564;
    color: white;

}

.paywidth {
    width: 800px;
    mix-blend-mode: multiply;
}

.about {
    background-color: white;
}

.navtext {
    color: rgb(250, 246, 246);
    font-weight: 500;
}


.navtext:hover {
    color: #e4e412;
}


.btntext1 {
    border-radius: 25px;
    background-color: #8A7680;
    border: 2px solid #f0f3ec;
    color: rgb(248, 241, 241);
}


.bannerimg {
    width: 600px;
}


.bgbadge {
    background-color: white;
    border: 1px solid #640808;
    border-radius: 20px;
    color: rgb(5, 0, 0);
    width: 312px;
    height: 580px;
}


.revwidth {
    width: 382px;
    height: 630px;
    border: 1px solid #291179;
    border-radius: 25px;
}

.imgwidth {
    height: 220px;
    margin-top: 15px;
    margin-bottom: 10px;
    border-radius: 25px;
}

.btntext6 {
    border-radius: 45px;
    background-color: #C4B0B9;
    border: 1px solid #500505;
    color: rgb(5, 0, 0);
}



.btntext2 {
    border-radius: 45px;
    background-color: #C4B0B9;
    border: 1px solid #340303;
    color: rgb(11, 1, 1);
}

.revimg {
    width: 300px;
}



.gurentybadge {
    width: 350px;
}


.about1 {
    margin-top: -8px;
}

.ingheight {
    height: 240px;

}



.bottle-6 {
    width: 500px;
}

.bonusheight {
    width: 320px;
}


.strcolor {
    background-color: #5ad05a;
    width: 100%;
    border-radius: 7px;
}



.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: #f7faf9;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.button-border {
    border-radius: 400px;
}



/* Section margin top when click navbar section */
section {
    scroll-margin-top: 100px;
}


.custom-hover {
    color: rgb(250, 249, 249);
    text-decoration: none;
}

.custom-hover:hover {
    color: #e9d30c;
    text-decoration: underline;

}

.two-bottle {
    width: 530px;

}

.monybadge {
    height: 220px;
}




/* ========popup box======== */

.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: 320px;
    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) {
    .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;
    }

    .ingheight {
        height: auto;
        text-align: center;
    }

    .navcenter {
        text-align: center;
    }


    .imgwidth {
        height: auto;
    }


    body {
        margin-top: -15px
    }

    .bottle-6 {
        width: auto;
    }

    .two-bottle {
        width: auto;
    }

    .gurentybadge {
        width: auto;
    }

    .bannerimg {
        width: auto;
    }

    .bgbadge {
        height: auto;
    }

    .imgbg {
        margin-top: -50px;
    }

    .bonuswidth {
        display: flex;
        flex-direction: column;
    }

    .payment-snap {
        width: auto;
    }

    .revwidth {
        height: auto;
    }

    .paywidth {
        width: auto;
    }

    .bonusheight {
        width: auto;
    }


    .whatsection {
        margin-bottom: 0px;
        margin-top: -55px;
        display: flex;
        justify-content: center;


    }


}

@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: 0px;
        margin-top: -55px;
        display: flex;
        justify-content: center;


    }

    .imgbg {
        margin-top: -50px;
    }

    .ingheight {
        height: auto;
        justify-content: center;
        text-align: center;
    }

    .bonusheight {
        width: auto;
    }

    .btncenter {
        justify-content: center;
        padding-top: 25px;
    }

    .bgbadge {
        height: auto;
    }
}

@media(max-width:1200px){
     .ingheight {
        height: auto;
        text-align: center;
    }

}