html,
body {
    overflow-x: hidden;
    overflow-y: auto;
}

body {
    padding-top: 92px;
    /* match navbar height */
}


.logo {

    width: 200px;
    color: rgb(231, 229, 230);
}

.logoicon {
    width: 70px;
    color: rgb(243, 235, 235);
}

.navcolor {
    background-color: #37BDBD;
}

.sectioncolor {
    background-color: #37BDBD;
}

.sectioncolor1 {
    background-color: white;
}

.navtext {
    color: white;
    font-weight: 500;
}

.navtext:hover {
    color: #e9e50b;
}


.bannerimg {
    height: 500px;
}


.btntext1 {
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    background-color: #00010cb7;
    color: white;
}

.bottle-6{
    width: 500px;
}
.btntext1:hover {
    color: #e9e50b;
}


.btntext6 {
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    background-color: #e01a08ec;
    color: white;
}




.btntext11 {
    border-radius: 45px;
    background-color: #00010cb7;
    color: white;
}



.btntext4 {
    border-radius: 50px;
    background-color: #e0b011;
    color: #f7f4f4;
}

.ordernow2 {
    background-color: #49A0D6;
    border-radius: 45px;
}

.btntext2 {
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    background-color: #b4a5b6d8;
    color: rgb(10, 2, 2);
}




.about1 {
    margin-top: -8px;
}

.threebottle{
    height: 280px;
}

.bgcolormoney-back {
    border-radius: 120px;
    justify-content: center;
    background-color: white;
}

.payment{
    max-width: 50px;
}


.offer {
    display: flex;

    text-align: center;
    ;
}

.offer1 {
    border-radius: 50px;
    text-align: center;
    background-color: #26520f;
    width: 300px;
}

.reviwsbg1 {
    background-color: white;
    color: black;
    border-radius: 30px;
    width: 385px;
}


.custom-toggler {
    border: none;
    background: transparent;
    padding: 8px;
}

.custom-toggler span {
    display: block;
    width: 35px;
    height: 5px;
    margin: 5px 0 0 0px;
    background-color: #e2ebe6;
    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;

}



.rounded1 {
    border: 1px solid rgba(70, 219, 11, 0.918);
   
}

.roundedimg{
    width: 330px;
    height: 1010px;
    border-right: 4px solid rgb(43, 124, 43);
    border-left: 4px solid rgb(43, 124, 43);
    border-bottom: 4px solid rgb(43, 124, 43);
}

.roundedimgheight{
    width: 330px;
    margin-top: 25px;
    height: 930px;
      border-right: 4px solid rgb(43, 124, 43);
    border-left: 4px solid rgb(43, 124, 43);
    border-bottom: 4px solid rgb(43, 124, 43);
   
    
}

.Arrow-img{
    margin-top: -35px;
}

.heightpayment{
    
    width: 1600px;
    height:400px;
}

.bg-top{
    background-color: lightgrey;
    width: 329px;
}

.bg-top1{
    background-color: rgb(194, 154, 23);
    width: 329px;
}
.most-popular-badge {
    position: absolute;
    left: -2px;
    top: 4px;
    max-width: 80px;
}

.right-tick{
        margin-top: -30px;
}

.blastimg3 {
    width: 328px;
    position: relative;
}

.freeship {
    background: rgba(0, 0, 0, 0.6); /* optional */
    padding: 6px 14px;
    border-radius: 6px;
    background-color: green;
    letter-spacing: 0px;
    margin-top: -94px;
   border: 5px solid rgba(239, 241, 239, 0.226);
    border-radius: 48px;
    display: inline-block;
}



.second-img-height {
    min-height: 1150px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.imgbottle3{
    position: relative;
}
.blastimg2{
    width: 328px;
}

.blastimg{
    width:580px;
    height: 300px;
}
.imgbottle{
    margin-top: 250px;
}

.imgfloat {
    margin-top: -175px;
    height: 300px;

}

.bottle{
    width: 500;
}
.imgfloat1{
    margin-top: -100px;
    width: 200px;
}

.imgfloat2{
    margin-top: -170px;
    width: 350px;
}

.check{
    cursor: pointer;
    text-decoration: none;
}

.tick{
    max-width: 20px;
}

.btntext7{
    background-color: #3e9b35;
    border: 5px solid rgba(239, 241, 239, 0.226);
    border-radius: 45px;
    color: white;
}


.rounded2 {
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
}


.imgfloat5 {
    height: 300px;

}

.whatsection {
    padding-left: -55px;
}


/* Section margin top when click navbar section */
section {
    scroll-margin-top: 100px;
}


.custom-hover {
    color: white;
}

.custom-hover:hover {
    color: rgb(216, 238, 17);
    /* Bootstrap primary */
}


.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;
    }
    .bannerimg {
    height: auto;
}



    body {
        margin-top: -15px
    }

    .checkout-right {
        justify-content: center;
    }

     .heightpayment{
        height: auto;
        width: auto;
    }

    .bottle-6{
        width: 500px;
    }

}

@media (max-width: 992px) {

    .orderbuttn {
        display: flex;
        align-items: center;
        text-decoration: none;
        padding-top: 10px;

    }

    body {
        margin-top: -15px
    }

    .whatsection {
        
        display: flex;
        justify-content: center;

    }

    .btncenter {
        justify-content: center;
        padding-top: 25px;
    }

}

@media(max-width:340px){
    .bg-top{
    background-color: lightgrey;
    width: 316px;
}

.bg-top1{
    background-color: rgb(194, 154, 23);
    width: 316px;
}

.blastimg3 {
    width: 316px;
    
}
.blastimg2{
    width: 316px;
}
}