@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700;900&family=Open+Sans:wght@300;400;500;600;700&display=swap');


*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style-type: none;
    text-decoration: none;
}

h1,h2,
h3,h4,
h5,h6{
    font-family: 'Merriweather', sans-serif;
    font-weight: 700;
}

p {
    font-family: 'Open Sans', sans-serif;

}

body {
    padding-top: 4rem ;
    padding-left: 4rem;
    padding-right: 4rem;
    padding-bottom: 2rem;
    scrollbar-width: none;

}



/*all index css start*/



/*all nav links start*/
header {
    max-width: 100%;
    height: 100%;
    background-color: #ffffff;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 7rem;
    background-color: #ffffff;

}

.nav {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}



.nav li {
    display: inline-block;
    padding: 0 1rem;

}


.nav li a {
    color:  #151411;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    position: relative;
    
}

nav ul li .link {
    color: #FFB23F;
}

.nav li a:hover {
    color: #FFB23F;
    transition: ease-in 0.5s;
}


.nav li a::after {
    content: '';
    bottom: -6px;
    height: 3px;
    width: 0;
    background: #FFB23F;
    position: absolute;
    left: 0;
    transition: 0.7s;
}

.nav li a:hover::after {
    width: 100%;
}

.nav-icons {
    margin-left: 15rem;
    cursor: pointer;
   
}

.nav-icon-1 {
    margin: 0 1rem;

}

.nav-icon-1:hover {
    opacity: 0.4;
}

.nav-icon-2:hover {
    opacity: 0.4;
}


.mobile {
    display: none;
}

.close {
    display: none ;
    cursor: pointer;
}


/*all nav links end*/




/*hero start*/
.hero-container {
    margin-bottom: 5rem;
    max-width: 100%;
    height: 100%;
}


.hero {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    height: 100%;
    margin-bottom: 2rem;
}

.hero h1 {
    font-size: 4rem;
    text-align: center;
    color: #151411;
    margin-bottom: 2rem;

}

.hero h1::after {
    content: url('images/hero-icon.png');
}

.hero p{
    color: #AFADB5;
    text-align: center;
    font-weight: 500;
    font-size: 1.2rem;
    margin-bottom: 3rem;
    line-height: 1.5rem;
}

.search {
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 80px rgba(175, 173, 181, 0.245);
    padding: 0.7rem 0;
    max-width: 100%;
    height: 100%;
}


input[type = search] {
    width: 60%;
    padding: 1rem;
    border: none;
    margin-right: 0.5rem;
    font-size: 1.2rem;
    font-weight: 500;
    color: #AFADB5;
}

.search-btn {
    padding: 0.7rem 1.5rem;
    background-color: #da8b14;
    border: none;
    color: #ffffff;
    font-weight: 500;
    font-size: 1rem;
    cursor: pointer;
    transition: ease-in 0.2s;
}

.search-btn:hover {
    opacity: 0.5;
}

.hero-slides {
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.img {
    width: 100%;
}

.material-symbols-outlined{
    color: #da8b14;
    display: block;
    margin: 0 0.5rem;
}

/*hero end*/


/*benefits start*/
#benefit-container {
    max-width: 100%;
    height: 100%;
    margin-bottom: 6rem;
}

.benefit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 6rem;
   
}

.benefit h3 {
    color: #FFB23F;
    font-weight: 500;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    
}

.benefit h2 {
    font-size: 3rem;
    font-weight: 700;
    color: #151411;

}

.benefit p{
    font-weight: 500;
    font-size: 1.2rem;
    color: #AFADB5;
    
}

.benefits {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;

}

.benefits .col-3 {
    background-color: #ffffff;
    padding: 1rem 2rem;
    width: 300px;
    height: 250px;
    box-shadow: 0px 4px 100px rgba(175, 173, 181, 0.184);
    cursor: pointer;

}

.benefits .col-3:hover {
    box-shadow: 0px 4px 100px rgba(175, 173, 181, 0);

}

.benefits .col-3 h4 {
    font-weight: 700;
    font-size: 1.2rem;
    margin: 1rem 0;
}

.benefits .col-3 p{
    font-style: normal;
    font-weight: 500;
    line-height: 1.3em;
    color: #AFADB5;
}


/*benefits end*/



/*popular products start*/

main {
    margin-bottom: 6rem;
    max-width: 100%;
    height: 100%;
}

main p {
    color: #FFB23F;
    font-weight: 600;
    text-align: center;
    font-size: 1.2rem;
}

main p:nth-child(3) {
    color: #AFADB5;
   
}

main h2 {
    font-size: 3rem;
    text-align: center;
    color: #151411;
    margin: 1.5rem 0;
}

.popular-products {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 3rem;

   
}

.popular-products .col-4 {
    background-color: #ffffff;
    padding: 1rem 3rem;
    width: 300px;
    box-sizing: border-box;
    height: 350px;
    cursor: pointer;
    box-shadow: 0px 4px 100px rgba(175, 173, 181, 0.015);
    transition: linear 0.3s;
  
}

.popular-products .col-4:hover {
    box-shadow: 0px 4px 100px rgba(181, 179, 173, 0.218);

}

.popular-products .col-4 h5 {
    font-size: 1rem;
}

.popular-products .col-4 p {
    color: #AFADB5;
    font-style: normal;
    text-align: start;
    font-size: 14px;
    margin: 0.5rem 0;
    font-weight: 500;
}


/*popular products end*/



/*the statistics start*/

.statistics {
    max-width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    flex-wrap: wrap;
    margin-bottom: 8rem;
    transition: linear 0.4s;
  
}

.statistics .col-2 p {
    color: #AFADB5;
    font-weight: 600;
    margin: 1.5rem 0;
    font-size: 1rem;

}

.statistics .col-2 h3 {
    font-weight: 600;
    font-size: 2.5rem;
}


.statistics .col-2 p:nth-child(1) {
    color: #FFB23F;
}

.statistics .col-2 p:nth-child(3) {
   line-height: 1.7rem;
}

.search-btn:nth-child(4) {
    margin-bottom: 2rem;

}

.stats {
    display: flex;
    justify-content: center;
    align-items: end;
    max-width: 100%;
    height: 100%;
    gap: 3rem;
    transition: ease-in-out;
}

.stats .col-3 h4 {
    font-size: 2rem;
}

.stats .col-3 p {
    font-size: small;
    font-weight: 600;
}

/*the statistics end*/


/*the testimonials start*/

 .testimonials {
    max-width: 100%;
    height: 100%;
    margin-bottom: 8rem;
}

.testimonials p {
    color: #FFB23F;
    font-weight: 600;
    text-align: center;
    font-size: 1.2rem;
}

.testimonials p:nth-child(3) {
    color: #AFADB5;
   
}

.testimonials h2 {
    font-size: 3rem;
    text-align: center;
    color: #151411;
    margin: 1.2rem 0;
}

.customers {
    display: flex;
    justify-content: space-around;
    align-items: center;
   gap: 2rem;
    margin-top: 3rem;
    cursor: pointer;
    background-color: #ffffff;
    transition: linear 0.3s;
 
}



.customers .col-3 {
    box-shadow: 0px 4px 100px rgba(175, 173, 181, 0.12);
    padding: 1rem 2rem;
}

.customers .col-3:hover {
    box-shadow: 0px 4px 100px rgba(175, 173, 181, 0);

}

.customers .col-3 p {
    font-size: 0.8rem;
    color: #AFADB5;
    line-height: 1.2rem;
    text-align: start;
    margin: 1rem 0;
    
}

.profile{
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}

.profile .col-2 h5 {
    margin: 1rem 0;
    font-weight: 500;
    color: #151411;
}

.profile .col-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.5rem;
}

/*the testimonials end*/



/*the articles start*/

article {
    max-width: 100%;
    height: 100%;
    margin-bottom: 10rem;
}

.article-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.articles .col-2{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 2rem;
    margin-top: 1rem ;
}

.article-text {
    font-weight: 700;
    font-size: 1.2rem;
    color: #FFB23F;
    margin: 1.5rem 0;
}

.article-text:nth-child(3) {
    font-weight: 500;
    color: #AFADB5;
}

h3.article-title {
    color: #151411;
    font-size: 1.8rem;
    font-weight: 700;
}

.articles .col-2 .col-3 p {
    color: #AFADB5;
    font-weight: 500;
    font-size: 1rem;
    margin: 1rem 0;
}

.heading{
     font-weight: 600;
     font-size: 1rem;
}

.articles-profile{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.article-profile .col-2 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.article-profile .col-2 h5 {
    font-size: 0.7rem;
}

.article-profile .col-2 h5:nth-child(2){
    color: #FFB23F;
}

/* Slideshow container */
.carousel {
    position: relative;
  
  }

  
  /* Caption text */
  .text{
   padding: 2rem;
    position: absolute;
    bottom: 18px;
    right: 80px;
    text-align: center;
  }
  
  .text p{
    color: #ffffff;
    font-size: 0.8rem;
    margin: 1rem 0;
    font-weight: 400;
    font-style: normal;
    opacity: 0.7;
    text-align: start;
    box-shadow: #080807;
  }

  .text h5 {
    color: #ffffff;
    font-weight: 500;
    font-size: 1.3rem;
    text-align: start;
  }
  
  /* The dots/bullets/indicators */
  .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0.5rem;
    background-color: #AFADB5;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  
  .active, .dot:hover {
    background-color: #518581;
  }


  /* Fading animation */
  .fade {
    animation-name: fade;
    animation-duration: 3s;
  }
  
  @keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
  }
  
/*the articles end*/



/*banner for special discount start*/
.discount {
    max-width: 100%;
    height: 100%;
    margin-bottom: 7rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  
}

.discount .col-2 h1 {
    color: #151411;
    font-size: 2rem;
}

.discount-img {
    margin: 0 0.5rem;
}

#line {
    margin: 2rem 0;
    color: #ECE4DE;
    width: 100%;
}


/*banner for special discount end*/



/*footer starts*/


footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 4rem;
    margin-top: 4rem;
    height: 100%;

    max-width: 100%;

  }

  .logo p{
    color: #151411;
    font-weight: 500;
    margin-top: 1rem;
    line-height: 1.7rem;
    font-size: 1.1rem;

  }

.footer-links {
    display: flex;
    justify-content: space-between;
    gap: 4rem;
    align-items: start;
 
  }

  .footer-links h4 {
    margin-bottom: 1rem;
    font-weight: 600;
    font-size: 1.2rem;
    color: #151411;
  }

  .footer-links ul li {
    margin: 1rem 0;
    font-weight: 500;
    font-size: 1.2rem;
    font-style: normal;
    cursor: pointer;
    transition: ease-out 0.3s;
  }
  
  .footer-links ul li:hover {
    color: #FFB23F;
  }

  .Developer {
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    color: #080807;
    margin: 0;
  }
/*footer ends*/


/*all index css ends*/





/*product css start*/


/*product css ends*/





@media only screen and (max-width: 600px) {

    body {
        padding: 2rem;
    }

    body br {
        display: none;
      }
     
.nav {
    position: absolute; 
    top: 90px;
    left: 80px;
    background: #da8b14;
    height: 70vh;
    z-index: 999;
    width: 330px;
    font-weight: 600;
    justify-content: center;
    padding-left: 2rem;
    align-items: flex-start;
    flex-direction: column;
    box-shadow: 0px 4px 100px rgba(175, 173, 181, 0.184);
    transition: ease-in-out.5s;

 }


.nav li {
  padding: 0.5rem;
  margin-bottom: 2rem;
  display: block;

 }

.nav ul li a {
    color: #ffffff;
    font-size: 1.3rem;
    letter-spacing: 3px;
   
  }

      .nav-icons {
        margin-left: 0;
        color: #ffffff;
      }

      .mobile {
        display: block;
        cursor: pointer;
    
    }

    .close {
        display: block;
        font-size: 2.2rem;
        position: absolute;
        cursor: pointer;
        top: 20px;
        left: 40px;
    }

    .hero h1 {
        font-size: 1.9rem;
        text-align: start;

    }

    .hero p {
        font-size: 0.9rem;
        text-align: start;
    }

    .search {
        flex-direction: row;
        padding: 0.3 0;
        width: 100%;
    }


    input[type = search] {
        font-size: small;
        width: 100%;

    }

    .search-btn {
    font-size: 0.7rem;
    padding: 0.3 0.5rem;
    }

    .img  {
        width: 100%;
        height: 100%;
    }

    .material-symbols-outlined{
        margin: 0;
        margin-left: 1rem;
    }
    

    #benefit-container {
        max-width: 100%;
        height: 100%;
    }

    .benefit h2 {
        font-size: 1.5rem;
        font-weight: 700;
        color: #151411;
        margin-bottom: 1rem;
    
    }

    .benefit p{
        font-size: 0.9rem;
        text-align: start;
    
    }

    .benefit h3 {
        font-size: 1.2rem;
        margin-bottom: 1rem;
        
    }


    .benefits .col-3 {
        margin: 1.5rem 0;
        height: 100%;
        width: 100%;
        box-shadow: 0px 4px 100px rgba(175, 173, 181, 0.128);
        justify-content: flex-start;
    }

    main {
        max-width: 100%;
        height: 100%;
        margin-bottom: 4rem;
    }

    main p {
        text-align: start;
        font-size: 0.9rem;
    }

    main h2 {
        text-align: start;
        font-size: 1.5rem;
    }


   .popular-products .col-4 {
        background-color: #ffffff;
        width: 100%;
        margin: 10px 0;
        height: 100%;
        cursor: pointer;
       transition: linear 0.3s;
      
    }

    .popular-products .col-4 img {
        width: 100%;
  
      
    }

    .statistics {
        max-width: 100%;
        height: 100%;
    
    }

    .statistics .col-2 img{
        width: 100%;
    }
    
    .statistics .col-2 p {
        color: #AFADB5;
        font-weight: 600;
        margin: 1.5rem 0;
        font-size: 0.9rem;
    
    }
    
    .statistics .col-2 h3 {
        font-weight: 600;
        font-size: 1.5rem;
    }
    
    
    .statistics .col-2 p:nth-child(1) {
        color: #FFB23F;
    }
    
    .statistics .col-2 p:nth-child(3) {
       line-height: 1.7rem;
    }
    
   
    .stats {
 
        max-width: 100%;
        height: 100%;
        gap: 1rem;
        margin-top: 1.5rem;
    }
    
    .stats .col-3 h4 {
        font-size: 1.3rem;
    }
    
    .stats .col-3 p {
        font-size: 0.7rem;
        font-weight: 600;
    }

    .search-btn:nth-child(4) {
      width: 100%;
      font-weight: 600;
    }

    .testimonials {
        max-width: 100%;
        height: 100%;

    }
    
    .testimonials p {
        text-align: start;
        font-size: 0.9rem;
    }
    
    
    .testimonials h2 {
        font-size: 1.5rem;
        text-align: start;
     
    }
    
    .customers {
        flex-wrap: wrap;
    }
    

    .customers .col-3 p {
        font-size: 0.6rem;
      
    }
    
    
    .profile .col-2 h5 {
        font-weight: 600; 
        font-size: 0.5rem;
    }
    
    .profile .col-2 img {
        width: 15px;
      
    }
    
    
article {
    max-width: 100%;
    height: 100%;
    margin-bottom: 5rem;

}

.article-container {
  flex-wrap: wrap;
   
}

.articles .col-2{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    max-width: 100%;
    height: 100%;
    margin-top: 2rem;
   
}

.article-text {
    font-weight: 700;
    font-size: 0.9rem;
    color: #FFB23F;
    
}

h3.article-title {
    color: #151411;
    font-size: 1.5rem;
    font-weight: 700;
}

.articles .col-2 .col-3 p {
    font-size: 0.5rem;
}

.heading{
 font-size: 0.7rem;

}

.articles .col-2 .article-img {
    width: 50%;
}

.articles .col-2{
   flex-direction: row;
    flex-wrap: nowrap;
    max-width: 100%;
    height: 100%;
}

.articles .col-2 .col-3 p {
    font-size: 0.6rem;
    margin: 0.7rem 0;
}


.article-profile{
    align-items: flex-start;
    flex-wrap: nowrap;
    max-width: 100%;
    height: 100%;
}

.article-profile .col-2 {
    flex-direction: row;
    margin: 0;
}

.article-profile .col-2 h5 {
    font-size: 0.4rem;
}

.article-profile img {
    width: 15px;
}

.article-profile .col-2 h5:nth-child(1){
 margin-top: 0.4rem;
}

.carousel img {
    width: 100%;
}
  
   .text p{
     font-size: 0.9rem;
   }
 
   .text h5 {
     font-size: 1rem; 
   }

   .text{
     padding: 2rem;
     position: absolute;
     bottom: 5px;
     right: 30px;
     text-align: center;
   }
   
   .dot {
     height: 8px;
     width: 8px;
     margin: 0.5rem;
   }


   .discount {
    max-width: 100%;
    height: 100%;
    flex-wrap: wrap;
    margin-bottom: 4rem;
  
}

.discount .col-2 h1 {
    font-size: 1.7rem;
    text-align: start;
    margin-bottom: 1rem;
}

.discount-img {
    margin: 0 0.2rem;
    width: 15px;
}


footer {
    flex-wrap: wrap;
    height: 100%;
    max-width: 100%;
    justify-content: flex-start;
    align-items: start;
 

  }

  .logo p{
    color: #AFADB5;
    font-weight: 500;
    margin-top: 1rem;
    line-height: 1.7rem;
    font-size: 0.8rem;
    
  }


 

.footer-links {
    display: flex;

    flex-wrap: wrap;
    max-width: 100%;
    height: 100%;
    gap: 2rem;
    align-items: start;
    margin-top: 2rem;
    flex-direction: row;
 
  }

  .footer-links h4 {
    margin-bottom: 1rem;
    font-weight: 600;
    font-size: 1rem;
    color: #151411;
  }

  .footer-links ul li {
    margin: 1rem 0;
    font-weight: 500;
    color: #AFADB5;
    font-size: 0.8rem;
    font-style: normal;
    cursor: pointer;
    transition: ease-out 0.3s;
  }
  
  .footer-links ul li:hover {
    color: #518581;
  }

  .Developer {
    text-align: center;
    font-size: 0.7rem;
    font-weight: 500;
    color: #080807;
    
  }


    
  }
