@import url('https://fonts.googleapis.com/css2?family=Kalam:wght@300;400;700&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');




*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

:root{
    --pri-font:'Poppins', sans-serif;

}


body{
    font-family: 'Poppins', sans-serif;
    background-color: #0e106d0b;
}



/* ---------------------------Tag Based styling-------------------------- */


a{
    text-decoration: none;
}

h1{
    font-size: 45px;
    font-family: var(--pri-font);
}

h3{
    font-size: 23px;
    font-weight: 500;
    font-family: var(--pri-font);
}


/* ---------------------------Utility Classes-------------------------- */

.heading{
    font-weight: bold;
    color: rgb(20, 0, 45);
    text-align: center;
    font-size: 80px;
    width: 70%;
    margin: auto;
    font-family: var(--pri-font);
}

.sub-heading{
    font-weight: bold;
    color: rgb(20, 0, 45);
    text-align: center;
    font-size: 75px;
    width: 70%;
    margin: auto;
    font-family: var(--pri-font);
}





/* ---------------------------------Navbar------------------------------- */

nav{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

nav .coupon{
    text-align: center;
    margin: 0px;
    padding: 20px;
    background-color: #0B0B15;
    color: #EEC285;
    width: 100%;
}

nav .logo{
    background-color: white;
    border-radius: 0px 0px 66px 66px;
    padding: 12px;
    width: 100%;
    box-shadow: 5px 5px 7px rgba(128, 128, 128, 0.082);

}


nav img{
    height: 40px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/* ------------------------------Hero section (img-sec)------------------------------- */

#hero{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100vw;
}

.img-sec {
    margin: 0px auto;
}

.img-sec .main-img img {
    margin: 20px;
    height: 35em;
    margin-top: -30px;
}

.img-sec .small-img, .img-sec .below-img{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 18px auto;
    padding-left: 30px;

}

.small-img img{
    padding-right: 20px;
    height: 100px;
    
}

.below-img img{
    padding-right: 20px;
    height: 100px;
   
}

#hero .info-sec {
    width: 50%;
    background-color: #ffa0bc29;
    height: 100%;
    padding: 27px 66px;
    
}

#hero h1{
    font-size: 45px;
    font-family: var(--pri-font);
    color: #0B0B15;
}

.ratings .star-rating{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.ratings .star-rating .stars{
    color: #FFE600;
    
}

.star-rating .stars i{
    /* text-shadow: 2px 2px 0px black, -2px -2px 0px black; */
    margin: 1.5px;
    font-size: 20px;
}

.ratings .rating-text{
    margin: 10px;
    font-size: 15px;
    font-weight: bold;
}



.ratings p{
    font-size: 20px;
}

#hero .list-box{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    background-color: white;
    border-radius: 10px;
    padding-bottom: 20px;
    margin-left: start;
    width: 95%;
    margin: 20px 0px 20px 0px;

    
}

#hero .elements{
    padding: 20px 40px 0px 40px;
    width: 16em;
    display: flex;
    justify-content:flex-start;
    align-items: center;
}

.elements img{
    padding-right: 10px;
}

#hero .price{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#hero .price .main-price{
    font-weight: bold;
    font-size: 30px;
}

#hero .price .striked-price{
    font-size: 17px;
    margin-left: 30px;
    margin-right: 30px;
}

#hero .price .box{
    font-size: 13px;
    background: linear-gradient(to right, #0E0F6D, #D90E49);
    color: white;
    padding: 10px;
    border-radius: 3px;

}

#hero .flavor{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
    margin-bottom: -10px;
}

#hero .flavor p{
    font-family: 'Kalam', cursive;
    font-weight: bold;
    color: #B02323;
    font-size: 23px;
}

#hero .flavor img{
    height: 70px;
    
}

.color-box{
    width: 95%;
}

.quantity{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 15px;
       
}

/* --------------------------button-css (quantity)----------------------- */

#myform {
    text-align: center;
    margin-left: 10em;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.245);

}

input{
    border-style: none;
    background-color: white;
}
.qty {
    width: 40px;
    height: 25px;
    text-align: center;
}
input.qtyplus {
     width:35px;
     height:35px;
     font-size: 25px;
}

input.qtyminus {
     width:35px;
     height:35px;
     font-size: 25px;
}

input.qty {
     width:35px;
     height:35px;
     font-size: 25px;
}

.quantity p{
    font-size: 25PX;
    margin-left: 10PX;
}

/* ------------------------------------------------------------------------- */

.info-sec .buy-btn{
    margin-top: 30px;
    margin-bottom: 30px;
}

.info-sec .buy-btn .cart{
    background-color: #FFA0BC;
    border: none;
    color: white;
    font-family: var(--pri-font);
    font-size: 22px;
    font-weight: 500;
    padding: 15px 30px 15px 30px;
    border-radius: 5px;

}

.info-sec .buy-btn .buy{
    background-color:#0B0B15;
    border: none;
    color: white;
    font-family: var(--pri-font);
    font-size: 22px;
    font-weight: 500;
    padding: 15px 30px 15px 30px;
    border-radius: 5px;
    margin-left: 30px;

}

@media (max-width: 1350px){
    #hero .elements img{
       height: 30px;
    }
    #hero .elements p{
        font-size: 15px;
        padding: 0px;
    }

    #hero .price .main-price{
        font-weight: bold;
        font-size: 30px;
    }
    
    #hero .price .striked-price{
        font-size: 16px;
        margin-left: 30px;
        margin-right: 30px;
    }
    
    #hero .price .box{
        font-size: 13px;
        background: linear-gradient(to right, #0E0F6D, #D90E49);
        color: white;
        padding: 10px;
        border-radius: 3px;
    
    }
}

@media (max-width: 1280px){

    #hero .price .main-price{
        font-size: 25px;
    }
    
    #hero .price .striked-price{
        font-size: 15px;
        margin-left: 25px;
        margin-right: 25px;
    }
    
    #hero .price .box{
        font-size: 12px;
    
    }
}





@media (max-width: 1240px) {
    .quantity .quantity-box {
        background-color: white;
        padding: 7px 30px;
        border-radius: 3px;
    }
    
}


@media (max-width: 1160px){
   
    #hero .price .main-price{
        font-size: 20px;
    }


    #hero .price .striked-price{
        font-size: 14px;
        margin-left: 25px;
        margin-right: 25px;
    }
    
    #hero .price .box{
        font-size: 11px;
     }

     #hero .price .striked-price{
        font-size: 15px;
        margin-left: 30px;
        margin-right: 30px;
    }
    
}

/* @media (max-width: 1170px){

    .hero h1{
        font-size: 35;
    }

} */



@media (max-width: 1098px) {
    #hero .info-sec {
        width: 45%;
    }

    #hero h1{
        font-size: 30px;
    }

    .ratings p{
        font-size: 16px;
    }

    #hero .info-sec {
        padding: 27px 33px;
    }

    .quantity .quantity-box {
        margin-left: 17px;
    }

    #hero .price .main-price{
        font-size: 20px;
    }

    #hero .price .striked-price{
        font-size: 14px;
        margin-left: 25px;
        margin-right: 25px;
    }
    
    #hero .price .box{
        font-size: 11px;
     }

     #hero .price .striked-price{
        font-size: 15px;
        margin-left: 20px;
        margin-right: 20px;
    }

}


@media (max-width: 1041px){
    #hero {
        flex-direction: column;
    }

    #hero .info-sec {
        width: 100%;
    }

    #hero .small-img, #hero .below-img{
        display: none;
    }

    .img-sec .main-img img {
        height: 35em;
    }

    .img-sec .main-img img {
        margin: 20px;
        height: 35em;
        margin-top: 40px;
    }
}




/* --------------------------------product-des-sec--------------------------------------- */


#product-des {
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-color: white;
}

#product-des .product-head{
    background-color: #0B0B15;
    width: 100%;
}

#product-des h1{
    color: white;
    text-align: center;
    padding: 60px;
    
}

#product-des p{
    font-size: 25px;
    text-align: center;
    padding: 50px;
}

.parent {
    min-height: 100%;
    width: 80%;
    background: #ffffff;
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 1rem;
    padding: 1rem;
  }
  
  .child {
    background-color: rgb(255, 255, 255);
    width: 100%;
    height: 100%;
  }
  
  #span2 {
    grid-column-start: 2;
    grid-column-end: 6;
    padding-left: 20px;
    
  }
  
  #span3 {
    grid-column-start: 6;
    grid-column-end: 8;
  }
  #span4 {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  #span5 {
    grid-column-start: 3;
    grid-column-end: 5;
  }
  #span6 {
    grid-column-start: 5;
    grid-column-end: 7;
  }
  
  #span7 {
    grid-column-start: 7;
    grid-column-end: 9;
  }
  
  .child img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: 20%;
  }
  

 .pay-del{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    margin: auto;
}

.pay-del img{
    height: 35%;
    padding: 50px;
    width: 50%;
}



@media (max-width: 1320px) {
    .grid-img{
        height: 15rem;
    }
}

@media (max-width: 1020px){
    .grid-img{
        height: 11rem;
    }
}

@media (max-width: 700px){
    .grid-img{
        height: 8rem;
    }
}

/* @media (max-width: 1320px) {
    #product-des img{
        height: 15rem;
    }
}

@media (max-width: 1020px){
    #product-des img{
        height: 11rem;
    }
}

@media (max-width: 700px){
    #product-des img{
        height: 8rem;
    }
} */

/*-----------------------------5 star rated/expiry section---------------------------*/


#five-star{
    background-color: #ffa0bc29;
    padding-bottom: 50px;

}

#five-star h3{
    text-align: center;
    font-weight:600;
    padding-top: 40px;
    color:#0B0B15;
    font-size: 30px;
    

}

#five-star h2{
    text-align: center;
    color:#0B0B15;
    padding: 7px;
    font-size: 40px;
}

.expiry-box{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: white;
    margin-top: 30px;
    margin-left: 200px;
    margin-right: 200px;
    border-radius: 18px;
    padding: 50px;

    box-shadow: 5px 5px 7px rgba(128, 128, 128, 0.084);
    
}

#five-star img{
    height: 30em;
    padding: 20px;
    padding-right: 50px;
    padding-left: 100px;
}

.expiry-box ul li{
    padding-bottom: 40px;
    margin-left: 50px;
}

.expiry-date{
    font-size: 25px;
    font-weight: 600;
    padding-bottom: 10px;
}

.expiry-box .para{
    color: rgba(0, 0, 0, 0.693);
}

@media (max-width:1300px){
    .expiry-box{
        margin-left: 100px;
        margin-right: 100px;
        
    }
    .expiry-date{
        font-size: 20px;
        font-weight: 500;
        padding-bottom: 10px;
    }

    #five-star img{
        padding-left: 65px;
    }
  }

  @media (max-width: 1140px){
    #five-star img{
        padding-left: 35px;
        height: 25em;
    }

  }



@media (max-width:1030px){
    .expiry-date{
        font-size: 16px;
        font-weight: 600;
        padding-bottom: 5px;
    }
    
    .expiry-box .para{
        color: rgba(0, 0, 0, 0.693);
        font-size: 12PX;
    }
    #five-star img{
        padding:  20px 20px 20px 20px;
        height: 20em;
    }
    .expiry-box ul li{
        padding-bottom: 15px;
        margin-left: 30px;
    }
}



/* ----------------------------------feature section-------------------------- */


#feature-sec{
    background-color: #0B0B15;
    margin: 50px 70px 50px 70px;
    border-radius: 27px;
    padding-bottom: 50px;
}


#feature-sec h1{
    color: white;
    text-align: center;
    padding: 50px;
    padding-bottom: 80px;
    font-size: 55px;
}


.feature-elements img{
    height: 40px;
    padding-right: 20px ;
}

.feature-elements h3{
    color: #ffffff;
    font-size: 27px;
    font-weight: 400;
}

.feature-elements i{
    color: #ffffff;
    padding-left: 150px;
}

.ponds-img img{
    height: 30em;
    margin-top: -100px;
}

.feature-list .feature-elements{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 40px ;

}

.box-wrap{
    display: flex;
    justify-content:space-evenly;
    align-items: center;
    padding-left: 80px;
    
}


/* --------------------------------------Benefits section------------------------- */


#key-benefits{
    background-color:#ffa0bc29 ;
}

.key-sec{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: white;
    margin: 100px;
    border-radius: 18px;
    box-shadow: 2px 5px 7px rgba(73, 73, 73, 0.227);
}

#key-benefits .h2{
    text-align: center;
    color:#0B0B15;
    padding: 50px 0px 20px 0px;
    font-size: 35px;
    font-weight: bold;
}

.card{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 60px 0px 60px;
   
}

.key-card{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #0B0B15;
    border-radius: 20px;
    margin: 30px ;
    padding: 40px 0px 40px 0px;
    
}

.card-img{
    height: 230px;
}

.key-card .card-heading{
    color: #EEC285;
    font-size: 20px;
    padding: 15px;
}

.key-para{
    font-size: 16px;
    color: #ffffff;
    font-weight: lighter;
    /* width: 15em; */
    padding: 0px 50px 20px 50px;
    text-align: center;
}

.we-offer{
    background-color: #FFA0BC;
    font-size: 20px;
    padding: 20px 50px 20px 50px;
    border-radius: 5px;
    margin: 50px 0px 60px 0px;
}



/* - --------------------------------------------testimonials----------------------------------------- */


#testimonials{
    background-color:#ffa0bc29 ;
}

#testimonials h2{
    text-align: center;
    color:#000000;
    padding: 50px 0px 20px 0px;
    font-size: 35px;
    font-weight: bold;
}

#testimonials .sub-head{
    text-align: center;
    color:#000000;
    font-size: 22px;
    padding-bottom: 60px;
}

.testimonial-cards{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    margin-left: 30px ;
    margin-right: 30px;
    margin-bottom: 50px;

}

.test-card{
    width: 25%;
    background-color: #ffffff;
    margin: 20px;
    padding: 20px 0px 20px 0px;
    box-shadow: 7px 7px 0px #FFA0BC;
    border-radius: 20px;
    border: 1px solid black;

}

#testimonials img{
    height: 20em;
    padding-top: 10px;
}

.review-text{
    width: 18em;
    text-align: left;
    margin-left: 35px;
    font-size: 16px;
}

.name{
    text-align: left;
    margin-left: 35px;
    font-size: 24px;
    font-weight: 500;
}
#testimonials .stars{
    text-align: left;
    margin-left: 35px;
    color: #FFE600;
    padding: 10px 0px 10px 0px;
}



@media (max-width: 1400px){
    .review-text{
        font-size: 14px;
    }
    
    .name{

        font-size: 20px;
 
    }
  }

  @media (max-width: 1230px){
    .review-text{
        font-size: 14px;
    }
    
    .name{

        font-size: 20px;
 
    }

    #testimonials img{
        height: 17em;
        padding-top: 10px;
    }

    .test-card{
        width: 30%;
        background-color: #ffffff;
        margin: 20px;
        padding: 20px 0px 20px 0px;
        box-shadow: 7px 7px 0px #FFA0BC;
        border-radius: 20px;
        border: 1px solid black;
    
    }

  }

  @media (max-width: 1020px){
    .review-text{
        font-size: 14px;
    }
    
    .name{

        font-size: 20px;
 
    }

    #testimonials img{
        height: 20em;
        padding-top: 10px;
    }

    .test-card{
        width: 30%;
        background-color: #ffffff;
        margin: 20px;
        padding: 20px 0px 20px 0px;
        box-shadow: 7px 7px 0px #FFA0BC;
        border-radius: 20px;
        border: 1px solid black;
    
    }

  }







/* ------------------------------------------------FAQs-section------------------------------------- */


#faqs{
    background-color: #0B0B15;
   
}

#faqs .list{
    color: #ffffff;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    margin-left: 25%;
    padding-bottom: 60px;
    
}

#faqs h2{
    color: white;
}

.list h3{
    padding: 10px;
    background-color: #1E1E1E;
    margin: 10px;
    padding-right: 38em;
    padding-left: 40px;
    border-radius: 5px;
    border: 1px solid white;
    font-size: 15px;
    
}


/* <!-- -------------------------------------------social media------------------------------------------ --> */

#social-media{
    background-color: #0B0B15;
}


.media-icons{
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

.icon{
    padding: 30px;
    font-size: 40px;
}