/* <<<<<<< HEAD */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&family=Roboto:wght@500&display=swap');


*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
  scroll-padding-top: 2rem;
  scroll-behavior: smooth;
}


.Welcome{
  font-size: 35px;
  line-height: 64px;
  color: #222;
}

.E-com{
  font-size: 30px;
  line-height: 54px;
  color: #222;
}

h4{
  font-size: 20px;
  color: #222;
}
h6{
  font-weight: 700;
  font-size: 12px;
}

.first-paragraph{
  font-size: 16px;
  color: #465b52;
  margin: 15px 0 20px 0;
}

.section-p1{
  padding: 40px 80px;
}
.section-m1{
  margin: 40px 0;
}

button.normal{
  font-size: 14px;
  font-weight: 600;
  padding: 15px 30px;
  color: #000;
  background-color: #fff;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  outline: none;
  transition: 0.2s;
} 

body{
  width: 100%;
}

/* header starts here */

#header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #E3E6F3;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
  z-index: 999;
  position: sticky;
  top: 0;
  left: 0;
}

#img-logo{
  height: 50px;
  width: 100px;
  margin: 40px;
  padding: 5px;
}


#navbar{
  display: flex;
  align-items: center;
  justify-content: center;
}

#navbar li{
  list-style: none;
  padding: 0 20px;
  position: relative;
}

#navbar li a{
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
  cursor: pointer;
  transition: 0.5s ease-in-out;
}

#navbar li a:hover,
#navbar li a.active{
  color: #088178;
}

#navbar li a.active::after,
#navbar li a:hover::after{
  content: "";
  width: 30px;
  height: 2px;
  background: #088178;
  position: absolute;
  bottom: -4px;
  left: 20px;
}

#mobile{
  display: none;
  align-items: center;
}




/* home/hero page */
#hero{
  background: radial-gradient(#E3E6F3, #fff);
  background-image: url(hero\ bg2.png);
  height: 90vh;
  width: 100%;
  background-size: 62.5rem;
  background-repeat: no-repeat;
  background-position: top 25% right 0;
  margin-left: 5.6rem;
  padding: 0 5px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

#hero h4{
  padding-bottom: 0.5rem;
}

#hero h1{
  color: #088178;
  font-weight: 800;
}

#hero button{
  background: #088178;
  border: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 0.9rem;
  padding: 14px 80px 14px 65px;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

#hero button:hover{
  background: transparent;
  border: 2px solid #088178;
  border-color: #088178;
  border-radius: 0.9rem;
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 600;
}


/* banner here */
#banner{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #088178;
  width: 100%;
  height: 40vh;
  background-size: cover;
  background-position: center;
}

#banner h4{
  color: #fff;
  font-size: 16px;
  font-weight: 200;
}

#banner h2{
  font-weight: 500;
  color: #fff;
  font-size: 30px;
  padding: 10px 0;
}

#banner h2 span{
  color: #ef3636;
}

#banner button:hover{
  background: transparent;
  border: 1px solid #fff;
  border-radius: 20px;
  transform: scale(1);
  transition: 0.2s ease-in-out;
  color: #fff;
}

/* shop page */

#all-pro{
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  margin: 5.5rem;
}

#product1 .pro-container {
  width: 18%;
  min-width: 250px;
  border: 1px solid #cce7d0;
  padding: 25px;
}

#product1 .pro img{
  width: 100%;
  border-radius: 20px;
  margin-left: 25px;
}


#feature{
  padding: 40px 90px;
  display: flex;
  grid-template-columns: repeat(auto-fit, minimax(220px, auto));
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  flex-wrap: wrap;
  }



#feature .fe-box{
  width: 250px;
  text-align: center;
  padding: 15px 20px;
  box-shadow: 20px 20px 34px rgba(0, 0, 0, 0.03);
  border: 1px solid #cce7d0;
  border-radius: 4px;
  margin: 10px 5px;
  cursor: pointer;
} 

#feature .fe-box img{
  width: 100%;
  margin-bottom: 10px;
}


#feature .fe-box .all-image:hover{
  box-shadow: 10px 10px 54px rgba(70, 62, 221, 0.1);
  padding: 10px;
  transition: 0.4s ease-in-out;
}

.price:hover{
  font-weight: 600;
  transition: 0.5s ease-in-out;
  color: red;
}
span, .cart{
  display: inline-block;
  padding: 10px 30px;
}

.cart:hover{
  color: #088178;
  transition: 0.5s ease-in-out;
}


/* Pagination */
#pagination{
  text-align: center;
}
#pagination a{
  text-decoration: none;
  background-color: #088178;
  padding: 15px 20px;
  border-radius: 4px;
  color: #ffffff;
  font-weight: 600;
}
#pagination a i{
  font-size: 16px;
  font-weight: 600;
}


/* new&featured */

#newsletter{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center;
  background-position: 20% 30%;
  background-color: #088178;
}

#newsletter h4{
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}

#newsletter p{
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

#newsletter .form{
  display: flex;
  width: 40%;
}

#newsletter input{
  height: 3.125rem;
  padding: 0 1.25rem;
  font-size: 14px;
  width: 100%;
  border: 1px solid transparent;
  border-radius: 4px;
  outline: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

#newsletter button{
  white-space: nowrap;
  color: #1a1a1a;
  background: #ef3636;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

#newsletter button:hover{
  color: #fff;
  box-shadow: 10px 10px 54px rgba(70, 62, 221, 0.1);
}

/* footer section */

footer{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

footer .col{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
}

footer .logo{
  margin-bottom: 30px;
}

footer h4{
  font-size: 14px;
  padding-bottom: 20px;
}

footer p{
  font-size: 13px;
  margin: 0 0 8px 0; 
}

footer a{
  font-size: 13px;
  text-decoration: none;
  color: #222;
  margin-bottom: 10px;
}

footer .follow{
  margin-bottom: 20px;
}
footer .follow i{
  color: #465b52;
  padding-right: 4px;
  cursor: pointer;
}

footer .follow i:hover,
footer a:hover{
  color: #088178;
}

footer .copyright{
  width: 100%;
  text-align: center;
}

@media(max-width:799px) {
  #navbar{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: fixed;
    top: 0;
    right: -300px;
    height: 100vh;
    width: 300px;
    background-color: #E3E6F3; 
    box-shadow: 0 40px 60px rgba(0, 0, 0, 0.01);
    padding: 80px 0 0 10px;
  }
  
  #navbar li{
    margin-bottom: 25px;

  }

  #hero {
    height: 70vh;
    padding: 0 80px;
    background-position: top 30% right 30%;
  }

  #feature{
    justify-content: center;
  }

  #feature .fe-box{
    margin: 10px 5px;
    cursor: pointer;
  } 

}
