@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@1,300&family=Ubuntu&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:wght@900&family=Poppins:ital,wght@1,300&family=Rubik:ital,wght@1,800;1,900&family=Ubuntu:ital,wght@0,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:wght@900&family=Poppins:ital,wght@1,300&family=Roboto&family=Rubik:ital,wght@1,800;1,900&family=Ubuntu:ital,wght@0,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:wght@900&family=Karla&family=Poppins:ital,wght@1,300&family=Roboto&family=Rubik:ital,wght@1,800;1,900&family=Ubuntu:ital,wght@0,400;1,700&display=swap");

/**************************/
/* HEADER */
/**************************/

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* background-color: #000000; */

  /* Because we want header to be sticky later */
  height: 9.6rem;
  padding: 0 4.8rem;
  position: relative;
}

.header a {
  font-size: 2.5rem;
  color: rgb(255, 0, 157);
  text-decoration: none;
}

/**************************/
/* NAVIGATION */
/**************************/

.main-nav-list {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 4.8rem;
}

.main-nav-link:link,
.main-nav-link:visited {
  display: inline-block;
  text-decoration: none;
  color: rgb(0, 0, 0);
  font-weight: 500;
  font-size: 2.5rem;
  transition: all 0.3s;
  font-family: "Poppins", sans-serif;
}

.main-nav-link:hover,
.main-nav-link:active {
  color: #ff0000;
}

.main-nav-link.nav-cta:link,
.main-nav-link.nav-cta:visited {
  padding: 1.2rem 2.4rem;
  border-radius: 9px;
  color: #fff;
  background-color: #e67e22;
}

/* .main-nav-link.nav-cta:hover,
.main-nav-link.nav-cta:active {
  background-color: #cf711f;
} */

.main-nav ion-icon {
  font-size: 4rem;
  color: rgb(0, 0, 0);
  /* border: 1px solid rgb(0, 0, 0); */
  padding: 1rem 1rem;
  border-radius: 4px;
  /* background-color: white; */
  border-radius: 3rem;
  background-color: rgba(5, 255, 172, 0.39);
}

.main-nav ion-icon:hover {
  background-color: rgba(5, 255, 172, 0.39);
  color: rgb(0, 0, 0);
  border-radius: 3rem;
}




/* MOBILE */
.btn-mobile-nav {
  border: none;
  background: none;
  cursor: pointer;
  display: none;
}

.icon-mobile-nav {
  height: 4.8rem;
  width: 4.8rem;
  color: #333;
}

.icon-mobile-nav[name="close-outline"] {
  display: none;
}











/* hero section styling */
.section-hero {
  /* background-color: rgba(255, 0, 0, 0.027); */
  padding: 4.8rem 0 9.6rem 0;
  background-image: url(pexels-ali-pazani-2787341.jpg);
  height: 50vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 50vh;

}

.hero {
  max-width: 140rem;
  /* max-width: 140rem; */
  margin: 0 auto;
  padding: 0 3.2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9.6rem;
  align-items: center;
  /* border: 2px solid black; */
}

.hero-description {
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 4.8rem;
  color: #ff2424c7;
  /* font-family: "Poppins", sans-serif; */
}
.hero-text-box {
  /* border: 1px solid black; */
}

.hero-img {
  width: 60%;
  /* border: 1px solid rgb(255, 0, 0); */
  border-radius: 5px;
}

/**************************/
/* Product */
/**************************/
#product1 .product {
  width: 20%;
  min-width: 130px;
  padding: 2rem 3rem;
  border: 1px solid #ebebeb;
  cursor: pointer;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  border-style: solid;
  /* border-radius: 1rem; */
  /* margin: 10px 1px; */
  /* border: 2px solid black; */
  position: relative;
}

#product1 .pro-container {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  flex-wrap: wrap;
  max-width: 150rem;
  padding: 0 3.2rem;
  margin: 0 auto;
  /* margin: 10px 0px; */
}

#product1 .product:hover {
  box-shadow: 8px 8px 30px 0px #2a43712e;
}

#product1 .product .description {
  text-align: start;
  padding: 1rem 0;
}

.product h4 {
  font-size: 1.6rem;
  /* color: #004cff; */
  padding: 0.5rem;
  font-family: "NovemberPro-Reg";
}

.product .star {
  font-size: 2.2rem;
  color: rgb(255, 208, 0);
}

.product h5 {
  font-size: 2rem;
  /* color: rgb(255, 208, 0); */
}

.product .cart {
  font-size: 3rem;
  /* color: rgb(255, 208, 0); */
  text-align: center;
  /* color: 1px solid #cce7d0; */
  color: #000000;
}

.product span {
  font-size: 2rem;
  font-weight: 600;
  /* border: 2px solid black; */
  margin-left: 2rem;
  margin-bottom: 2rem;
  font-family: "NovemberPro-Reg";
}

#product1 .product img {
  width: 100%;
  /* border-radius: 1rem; */
}

#product1 .product .cart {
  position: absolute;
  width: 4rem;
  height: 40px;
  line-height: 40px;
  border-radius: 4rem;
  background-color: #e8f6ea;
  /* font-weight: 500; */

  bottom: 2rem;
  right: 10px;
  /* color: rgb(255, 0, 0); */
}
/************* banner section start**************** */
.pad {
  margin: 4rem 0;
}

#banner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  background-image: url(make.gif);
  width: 100%;
  height: 40vh;
  background-size: cover;
  background-position: center;
  /* padding: 40rem 0; */
  /* border: 2px slid black; */
}

/* new arival */

/**************************/
/* Product */
/**************************/
#product1 .product {
  width: 20%;
  min-width: 130px;
  padding: 2rem 3rem;
  border: 1px solid #ebebeb;
  cursor: pointer;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  border-style: solid;
  /* border-radius: 1rem; */
  /* margin: 10px 1px; */
  /* border: 2px solid black; */
  position: relative;
}

#product1 .pro-container {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  flex-wrap: wrap;
  max-width: 150rem;
  padding: 0 3.2rem;
  margin: 0 auto;
  /* margin: 10px 0px; */
}

#product1 .product:hover {
  box-shadow: 8px 8px 30px 0px #2a43712e;
}

#product1 .product .description {
  text-align: start;
  padding: 1rem 0;
}

.product h4 {
  font-size: 1.6rem;
  /* color: #004cff; */
  padding: 0.5rem;
  font-family: "NovemberPro-Reg";
}

.product .star {
  font-size: 2.2rem;
  color: rgb(255, 208, 0);
}

.product h5 {
  font-size: 2rem;
  /* color: rgb(255, 208, 0); */
}

.product .cart {
  font-size: 3rem;
  /* color: rgb(255, 208, 0); */
  text-align: center;
  /* color: 1px solid #cce7d0; */
  color: #000000;
}

.product span {
  font-size: 2rem;
  font-weight: 600;
  /* border: 2px solid black; */
  margin-left: 2rem;
  margin-bottom: 2rem;
  font-family: "NovemberPro-Reg";
}

#product1 .product img {
  width: 100%;
}

#product .product .cart {
  position: absolute;
  width: 4rem;
  height: 40px;
  line-height: 40px;
  border-radius: 4rem;
  background-color: #e8f6ea;

  bottom: 2rem;
  right: 10px;
}

.section-banner {
  padding: 9rem 0;
}

.banner {
  max-width: 180rem;
  padding: 0 3.2rem;
  margin: 0 auto;
}

.banner img {
  width: 100%;
}

/* News letter section start */

#newsletter {
  /* display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center; */
  background-color: rgb(115, 0, 255);
  padding: 9rem 0;
 
}


.news-text{
text-align: center;



}


.form{
margin-top: 2rem;
text-align: center;


}












#newsletter h4 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  padding: 1.4rem 0;
  /* border: 2px solid white; */
}


#newsletter p {
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
}

#newsletter p span {
  color: rgb(255, 0, 0);
}

#newsletter input {
  height: 3.2rem;
  padding: 2rem 3rem;
  font-size: 1.4rem;
  width: 56%;
  border: 1px solid transparent;
  border-radius: 4px;
  outline: none;
}


.form button {
  background-color: red;
  padding: 1rem 2rem;
  margin-left: 3rem;
  border-radius: 1rem;
  font-size: 1.5rem;
  border: none;
  color: rgb(255, 255, 255);
  transition: all 0.4s;
  font-family: sans-serif;
}


.form button:hover{
  background-color: rgb(255, 248, 248);
 
  
  color: rgb(0, 0, 0);
  
  }
  







/* footer */

/**************************/
/* FOOTER */
/**************************/
.footer {
  /* background-color: #24262b; */
  padding: 10rem 0;

  color: #8d91a2;
  font-size: 14px;
  line-height: 1.6rem;
  background-color: black;
  /* background: url(footer-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover; */

}

 

.footer-container{
  max-width: 150rem;
  padding: 0 3.2rem;
  margin: 0 auto;
/* display: flex;
justify-content: center;
align-items: center; */
/* text-align: center; */


}



.row{
/* border: 2px solid rgb(255, 255, 255); */
padding: 1rem 2rem;
/* text-align: center; */
display: flex;
justify-content: space-evenly;
/* align-items: center; */
}

.footer-col h4{
color: white;
padding: 1rem 1rem;
font-family: "Poppins", sans-serif;
/* text-align: center; */

}


.media-icons {
  font-size: 2rem;
  margin: 5rem 0;
}

.s-icons {
  color: white;
  background-color: #ff0000;
  padding: 1.6rem;
  border-radius: 50%;
  border: 2px solid rgb(255, 255, 255);
}

.s-icons:hover {
  color: rgb(0, 0, 0);
  /* transform: translateY(-1.1rem); */
}







li{
list-style: none;
/* border: 2px solid rgb(209, 209, 209); */

}
li a{
color: rgb(190, 183, 183);
text-decoration: none;
font-family: "Poppins", sans-serif;
}



li a:hover{
 text-decoration: underline;
  }
  















/* ul {
  list-style: none;
}

.row {
  display: flex;
  flex-wrap: wrap; 
}

.footer-col {
  width: 25%;
  padding: 0 1.5rem;
}

.footer-col h4 {
  font-size: 1.8rem;
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 3.5rem;
  font-weight: 500;
  position: relative;
}

.footer-col h4::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  background-color: #e91e63;
  height: 2px;
  box-sizing: border-box;
  width: 5rem;
}

.footer-col ul li:not(:last-child) {
  margin-bottom: 1rem;
}

.footer-col ul li a {
  font-size: 1.6rem;
  text-transform: capitalize;
  color: #ffffff;
  text-decoration: none;
  font-weight: 300;
  color: #bbbbbb;
  display: block;
  font-family: "Poppins", sans-serif;
}

.footer-col ul li a:hover {
  text-decoration: underline;
} */






