
#hero{
  background-image: url(images/pic\ 10.jpg);
  background-repeat: no-repeat;
  /* background-size: cover; */
  background-position: right 1% top 50%;
  height: 90vh;
  width: 100%;
  padding: 0 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  background-color: #e3e6f3;
}
#hero h4{
  padding-bottom: 15px;
}
#hero h1{
  color: #088178;
}
#hero button{
  background-image: url(images/logo\ 1.webp);
  background-size: cover;
  background-color: transparent;
  color: #017971;
  font-weight: 700;
  border: none;
  font-size: 16px;
  padding: 12px 50px 12px 80px;
  margin-left: -70px;
  cursor: pointer;
}

#feature{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

#feature .fe-box img{
  /* max-width: 130px; */
  width: 100%;
}

#feature .fe-box{
  width: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 25px 15px;
  box-shadow: 20px 20px 34px rgba(0, 0 , 0, 0.04);
  border: 1px solid #cce7d0;
  border-radius: 4px;
  margin: 15px 0;
}
#feature .fe-box:hover{
  box-shadow: 10px 10px 54px rgba(70, 62 , 221, 0.1);
}
#feature .fe-box h6{
  padding: 9px 8px 6px 8px;
  line-height: 1;
  border-radius: 4px;
  color: #088178;
  background-color: #fddde4;
  display: inline-block;
}
#feature .fe-box:nth-child(2) h6 {
  background-color: #cdebbc;
}
#feature .fe-box:nth-child(3) h6{
  background-color: #d1e8f2;
}
#feature .fe-box:nth-child(4) h6{
  background-color: #cdd4f8;
}
#feature .fe-box:nth-child(5) h6{
  background-color: #f6dbf6;
}
#feature .fe-box:nth-child(5) h6{
  background-color: #fff2e5;
}

/* products section */
#product1{
  text-align: center;
}
#product1 .pro-container{
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  flex-wrap: wrap;

}
#product1 .pro{
  width: 23%;
  min-width: 250px;
  padding: 10px 12px ;
  border: solid 1px #cce7d0;
  border-radius: 25px;
  cursor: pointer;
  box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.02);
  margin: 15px 0;
  position: relative;
}
#product1 .pro:hover{
  transition: 0.3s ease;
  box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.06);
}
#product1 .pro img{
  width: 100%;
  border-radius: 20px;
  background-color: rgb(219, 219, 219);
  padding: 10px 6px;
}
#product1 .pro .des{
  text-align: start;
  padding: 10px 0;
}
#product1 .pro .des span{
  color: #606063;
  font-size: 12px;
}
#product1 .pro .des h5{
  padding: 7px 0 ;
  color: #1a1a1a;
  font-size: 14px;
}
#product1 .pro .des i{
  font-size: 12px;
  color: rgb(255, 171, 15);
}
#product1 .pro .des h4{
  padding-top: 7px;
  font-size: 15px;
  font-weight: 700;
  color: #088178;
}
#product1 .pro .cart{
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background-color: #b3ffbe;
  color: #088178;
   border: 1px solid #cce7d0;
   position: absolute;
   bottom: 20px;
   right: 10px;
}
#banner{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-image: url(images/pic\ 9.jpg);
  height:30vh ;
  width: 100%;
  /* background-size: cover; */
  background-position: center;
}
#banner h4{
  color: #fff;
  font-size: 18px;
}
#banner h2{
  color: yellow;
  font-size: 30px;
  padding: 10px 0;
}
#banner h2 span{
  color: magenta;
}
#banner button:hover{
  background-color: #088178;
  color: #fff;
}

#sm-banner .banner-box{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background-image: url(images/logo\ 2.jpg);
  height: 50vh ;
  min-width: 580px;
  background-size: cover;
  background-position: center;
  padding: 30px;
}
#sm-banner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#sm-banner h4{
  color: #fff;
  font-size: 20px;
  font-weight: 300;
}
#sm-banner h2{
  color: #fff;
  font-size: 28px;
  font-weight: 800;
}
#sm-banner span{
  color: white;
  font-size: 15px;
  font-weight: 500;
  padding-bottom: 15px;
}
#sm-banner .banner-box:hover button{
  background-color: #088178;
  border: 1px solid #088178;
}
#sm-banner .box2{
  background-image: url(images/logo\ 1.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #939394;
}
#banner3 .banner-box{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background-image: url(images/pic\ 8.jpg);
  height: 40vh ;
  min-width: 30%;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 20px;
  margin-bottom: 20px;
  border: solid 1px #088178;
} 
#banner3{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 80px;
}
#banner3 h2{
  color: #fff;
  font-weight: 900;
  font-size: 22px;
}
#banner3 .box2 h2{
  color: #ec544e;
}
#banner3 h3{
  color: #ec544e;
  font-weight: 800;
  font-size: 15px;
}
#banner3 .box2{
  background-image: url(images/logo\ 3.webp);
}
#banner3 .box3{
  background-image: url(images/pic\ 4.png);
}


/* media query */
@media (max-width:799px){
  #hero{
    height: 70vh;
    padding: 0 80px;
    background-position: top 90% right 30%;
  }
  #feature{
    justify-content: center;
  }
  #feature .fe-box {
    margin: 15px 15px;
  }
  .section-p1{
    padding: 40px 40px;
  }
  #product1 .pro-container{
     justify-content: center;
  }
  #product1 .pro{
    margin: 15px;
  }
  #banner{
    height: 20vh;
  }
  #sm-banner .banner-box{
    min-width: 100%;
    height: 30vh;
    padding: 30px;
    margin-bottom: 10px;
  }
  #banner3{
    padding: 0 40px;
  }
  #banner3 .banner-box{
    width:  28%;
  }
}


/* shop page */
#page2{
  background-image: url(images/main.webp);
  background-size: cover;
  width: 100%;
  height: 40vh;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 105px;
  /* display: flex;
  justify-content: center;
  text-align: center;
  flex-direction: column; */
}
#page2 p, #page2 h2{
  padding-left: 14px;
  padding-bottom: -14px;
  color: white;
}
#pagination{
  text-align: center;
}
#pagination a{
   text-decoration: none;
   background-color: #088178;
   padding: 15px 20px;
   border-radius: 4px;
   color: #fff;
   font-weight: 600;
}
#pagination a i{
  font-size: 16px;
  font-weight: 600;
}