html,
body {
    overflow-x: hidden;
    overflow-y: auto;
}

body {
    padding-top: 92px;
    /* match navbar height */
}


.navcolor {
    background-color: #93A8C9;
}

.sectioncolor {
    background-color: #93A8C9;
}

.sectioncolor1 {
    background-color: white;
}

.sectioncolor2 {
    background-color: #93A8C9;
    border-radius: 15px;
    color: rgb(5, 1, 1);
}

.bgclr {
    background-color: #93A8C9;
    color: white;

}

.ingclr {
    background-color: white;
    color: black;
    padding: 15px;
    border-radius: 15px;
}


.paywidth {
    width: 700px;
    mix-blend-mode: multiply;
}

.about {
    background-color: white;
}

.navtext {
    color: rgb(7, 0, 0);
    font-weight: 500;
}

.navtext:hover {
    color: #efef0c;
}

.bottle11 {
    width: 320px;
}

.btntext1 {
    border-radius: 25px;
    background-color: #FEB72A;
    border: 2px solid #9fa398;
    color: rgb(248, 241, 241);
}


.bannerimg {
    height: 460px;
}

.bgbadge {
    background-color: white;
    border: 1px solid #112b79;
    border-radius: 20px;
    color: rgb(5, 0, 0);
    width: 312px;
    height: 650px;
}


.revwidth {
    width: 382px;
    height: 610px;
    border: 1px solid #291179;
    border-radius: 25px;
}

.imgwidth {
    height: 220px;
    margin-top: 15px;
    margin-bottom: 10px;
    border-radius: 25px;
}

.btntext6 {
    border-radius: 45px;
    border: 1px solid #291179;
    color: rgb(8, 1, 1);
}



.btntext2 {
    border-radius: 45px;
    border: 1px solid #291179;
    color: rgb(8, 1, 1);
}

.revimg {
    width: 300px;
}

.gurentybadge {
    width: 350px;
}


.about1 {
    margin-top: -8px;
}

.ingheight {

    height: 200px;

}

.plant {
    background-image: url("assets/image/Burnslimplant-banner.webp");
    background-size: cover;
    background-position: center;

}


.hero-bg {
    min-height: 10vh;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-overlay {
    padding: 6rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}

/* Title */
.hero-title {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.1;
    text-transform: uppercase;
}

.hero-title span {
    display: block;
}

.bottle-6 {
    width: 500px;
}

.bonusheight {
    height: 350px;
}

.bonuswidth {
    border-radius: 25px;
    width: 450px;

}

.strcolor {
    background-color: #5ad05a;
    width: 80%;
    border-radius: 7px;
}

.roundeding {
    border-radius: 15px;
}

.avoid {
    width: 48%;
    height: 420px;
    background-color: white;
    color: rgb(6, 2, 2);
    border-radius: 15px;
}

.avoid1 {
    background-color: white;
    color: rgb(7, 1, 1);
    border-radius: 15px;
}

.payment-snap {
    width: 1200px;
}

.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: #010806;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.button-border {
    border-radius: 400px;
}



/* Section margin top when click navbar section */
section {
    scroll-margin-top: 75px;
}


.custom-hover {
    color: rgb(5, 1, 1);
    text-decoration: none;
}

.custom-hover:hover {
    color: #e9e90e;
    text-decoration: underline;

}

.two-bottle {
    height: 420px;

}

.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;
    }

    .avoid {
        width: auto;
        height: auto;
    }

    .ingheight {
        height: auto;
        text-align: center;
    }

    .navcenter {
        text-align: center;
    }


    .imgwidth {
        height: auto;
    }


    body {
        margin-top: -15px
    }

    .bottle-6 {
        width: auto;
    }

    .two-bottle {
        height: auto;
    }

    .hero-bg {
        width: auto;
    }

    .gurentybadge {
        width: auto;
    }

    .bannerimg {
        height: auto;
    }

    .bgbadge {
        height: auto;
    }

    .imgbg {
        margin-top: -50px;
    }


    .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;
    }

    .avoid {
        width: auto;
        height: auto;
    }

    body {
        margin-top: -15px
    }

    .whatsection {
        margin-bottom: 25px;
        display: flex;
        justify-content: center;


    }

    .imgbg {
        margin-top: -50px;
    }

    .ingheight {
        height: auto;
        justify-content: center;
        text-align: center;
    }

    .bonusheight {
        height: auto;
    }

    .btncenter {
        justify-content: center;
        padding-top: 25px;
    }

    .bgbadge {
        height: auto;
    }
    .navcenter {
        text-align: center;
    }

}


@media(max-width:1200px) {
    .avoid {
        width: auto;
        height: auto;
    }
}