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: #d18521;
}

.sectioncolor {
    background-color: #d18521;
}

.sectioncolor1 {
    background-color: white;
}

.navtext {
    color: rgb(250, 244, 244);
    font-weight: 500;
}

.navtext:hover {
    color: #040a03;
}

.mrqcolor{
    background-color: #be7e3465;
    margin-top: 10px;
}
.bannerimg {
    height: 500px;
}


.btntext1 {
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    background-color: #109927;
    color: #f7f4f4;
}

.btntext1:hover {
    color: #010c01ee;
}

.btntext6{

      border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    background-color: #dd270f;
    color: #f7f4f4;

}

.bottleimg{
    height: 350px;
}



.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: #d0d32dbe;
    color: rgb(10, 2, 2);
}




.about1 {
    margin-top: -8px;
}


.bgcolormoney-back {
   border-radius: 100px;
    justify-content: center;
    background-color: white;
}



.offer {
    display: flex;

    text-align: center;
    ;
}

.check{
    text-decoration: none;
}

.offer1 {
    border-top-left-radius: 75px;
    border-bottom-right-radius: 75px;
    text-align: center;
    background-color: #26520f;
    width: 300px;
}

.reviwsbg1 {
    background-color: #fcfcf9e5;
    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: 1050;
    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;
}

.payment{
    max-width: 50px;
}


.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;

}

.imgfloat1{
    margin-top: -100px;
    width: 200px;
}

.imgfloat2{
    margin-top: -170px;
    width: 350px;
}

.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(1, 10, 2);
    /* Bootstrap primary */
}


.monybadge {
    height: 220px;
}



/* ==================Check out page Start================ */
body {
    font-family: Arial, sans-serif;
    background: #f6f6f6;
    margin: 0;
}

.timer {
    text-align: center;
    background: #000;
    color: #fff;
    padding: 12px;
    font-weight: bold;
}

.checkout-container {
    max-width: 1100px;
    margin: 30px auto;
    display: flex;
    gap: 20px;
}

.checkout-left,
.checkout-right {
    background: #fff;
    padding: 20px;
    border-radius: 6px;
}

.checkout-left {
    width: 60%;
}

.checkout-right {
    width: 40%;
    text-align: center;
}

.payment-methods button {
    padding: 10px;
    margin-right: 5px;
    border: 1px solid #ccc;
    
}

.payment-methods .active {
    background: #0073aa;
    color: #fff;
}

input,
select {
    width: 100%;
    padding: 10px;
    margin: 8px 0;
}

.row1 {
    display: flex;
    gap: 10px;
}

.buy-btn {
    width: 100%;
    background: #0073aa;
    color: #fff;
    font-size: 18px;
    padding: 14px;
    border: none;
    cursor: pointer;
}

.buy-btn:hover {
    background: #005c88;
}

.price-box {
    text-align: left;
    margin-top: 15px;
}

.strike {
    text-decoration: line-through;
    color: #999;
}

.total {
    font-size: 20px;
}

.sale-text {
    color: red;
    font-weight: bold;
}

.guarantee {
    margin-top: 15px;
    background: #e8f8ee;
    padding: 10px;
    font-weight: bold;
}

.bottle-6{
    width: 550px;
}

/* =====================Check out page end===================== */


/* Common card styling */
.card-box {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* First & third column height */


/* 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;
    }

    .bottleimg{
    height: auto;
}

}

@media (max-width: 992px) {

    .orderbuttn {
        display: flex;
        align-items: center;
        text-decoration: none;
        padding-top: 10px;

    }

    body {
        margin-top: -15px
    }

    .whatsection {
        margin-bottom: 15px;
        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;
}
}