@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
}
/* --------------------
    NAVIGATION          
------------------------ */
.nav-section {
  margin-bottom: 100px;
}
.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  height: 100px;
  margin: auto;
  padding: 10px;
}
.logo .title {
  color: #3a3a3a;
  font-weight: 700;
  font-size: 24px;
}
.nav-manus {
  width: 30%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-manus a {
  text-decoration: none;
  color: #3a3a3a;
  font-weight: 700;
}
.nav-manus i {
  font-weight: 700;
  font-size: 30px;
}
/* --------------------
    BANNER         
------------------------ */
.banner {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: auto;
}
.banner-artical {
  width: 50%;
  padding: 5px;
}
.banner-artical-title h1 {
  font-weight: 700;
  font-size: 62px;
  color: #3a3a3a;
  margin-bottom: 10px;
}
.banner-artical-blog p {
  font-weight: 600;
  color: #3a3a3a;
  font-size: 20px;
  margin-top: 6px;
  margin-bottom: 40px;
}

.group-image {
  position: relative;
}
.group-image .bottom-layer {
  position: relative;
}
.group-image .top-layer {
  position: absolute;
  left: 10px;
}
.preebook-button {
  text-decoration: none;
  color: #fff;
  padding: 15px 30px;
  border-radius: 7px;
  font-weight: 700;
  background-color: #e02c6d;
}
.preebook-button .fa-solid {
  padding-left: 10px;
}
.e-commers-brands {
  margin-top: 50px;
  margin-bottom: 50px;
}

.brands {
  width: 70%;
  margin: auto;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  align-items: center;
  justify-content: space-evenly;
  border-top: 1px solid #3a3a3a3c;
  border-bottom: 1px solid #3a3a3a3c;
}

/* --------------------
    product         
------------------------ */
.poducts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 15px;
  justify-items: center;
  width: 80%;
  margin: auto;
}

.product {
  width: 330px;
  height: 476px;
  border-radius: 5px;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
  padding: 15px;
}
.thumbnail {
  width: 300px;
  height: 256px;
  margin-left: 15px;
  margin-right: 15px;
}
.poducts.thumbnail img {
  width: 100%;
  padding: 0;
}
.product-title {
  color: #18191f;
  font-weight: 400;
  font-size: 30px;
  margin-bottom: 5px;
  margin-left: 15px;
  margin-right: 15px;
}
.product-price {
  font-weight: 400;
  font-size: 25px;
  margin-top: 5px;
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}
.product-info {
  color: #787885;
  font-weight: 700;
  margin-top: 5px;
  margin-left: 15px;
  margin-right: 15px;
  width: 200px;
  height: 50px;
  font-size: 14px;
}
/* --------------------
    rateing        
------------------------ */
.reating {
  height: 10px;
  width: 120px;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.star-rating .fa-solid {
  color: #fb8200;
  font-size: 10px;
}
.star-rating .fa-regular {
  font-size: 10px;
}
.rate p {
  font-size: 14px;
  color: #5e6366;
}
.next-page {
  text-align: right;
  width: 70%;
  padding-top: 30px;
  margin: auto;
  color: #e02c6d;
  font-weight: 700;
}
/* --------------------
    future prodect        
------------------------ */
.featured-products {
  display: flex;
  height: 500px;
  width: 80%;
  margin: auto;
  justify-content: center;
  align-items: center;
}
.featured-products-thumbnail {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.featured-products-thumbnail img {
  width: 60%;
  height: 300px;
  border-radius: 5px;
}

.featured-products-blog {
  width: 50%;
}
.featured-products-blog h1 {
  color: #18191f;
  font-weight: 700;
  font-size: 38px;
  margin-top: 5px;
  margin-bottom: 10px;
}
.featured-products-blog p {
  color: #6c6c6c;
  font-weight: 700;
  margin-bottom: 40px;
}
/* --------------------
    footer         
------------------------ */
.footer {
  background-color: rgb(27, 27, 36);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer h2 {
  margin-top: 50px;
  margin-bottom: 3px;
}
.footer p {
  margin-top: 3px;
  margin-bottom: 10px;
}
.social-icon {
  display: flex;
  width: 150px;
  justify-content: space-between;
  margin-bottom: 50px;
}
.social-icon a {
  text-decoration: none;
  color: #fff;
}
/* --------------------
        media Quary       
------------------------ */
@media (max-width: 688px) {
  .nav-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid;
    width: 100%;
    height: 150px;
    padding: 10px;
  }
  .nav-manus {
    width: 90%;
    display: flex;
    margin: auto;
    justify-content: space-between;
    align-items: center;
  }
  .banner {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
  }
  .group-image {
    position: relative;
  }
  .group-image .bottom-layer {
    position: relative;
  }
  .group-image .top-layer {
    position: absolute;
    top: 10px;
  }
  .group-image img {
    width: 100%;
  }
  .banner-artical {
    width: 100%;
    text-align: center;
  }
  .banner-artical-title h1 {
    font-weight: 700;
    font-size: 30px;
    color: #3a3a3a;
    margin-bottom: 10px;
  }
  .banner-artical-blog p {
    font-weight: 600;
    color: #3a3a3a;
    font-size: 15px;
    margin-top: 6px;
    margin-bottom: 40px;
  }
  .brands {
    width: 95%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 20px;
    align-items: center;
    justify-content: space-evenly;
    border-top: 1px solid #3a3a3a3c;
    border-bottom: 1px solid #3a3a3a3c;
  }
  .brands img {
    width: 80%;
    margin-top: 20px;
  }
  .poducts {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    justify-items: center;
    width: 75%;
    margin: auto;
  }
  .featured-products {
    display: flex;
    height: 600px;
    width: 100%;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
  .featured-products-thumbnail {
    width: 100%;
    margin-top: 50px;
  }
  .featured-products-blog {
    width: 90%;
    text-align: center;
  }
  .featured-products-thumbnail img {
    width: 80%;
    height: 200px;
    border-radius: 5px;
  }
  .featured-products-blog h1 {
    color: #18191f;
    font-weight: 700;
    font-size: 30px;
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .featured-products-blog p {
    color: #6c6c6c;
    font-weight: 700;
    margin-bottom: 40px;
  }
}
@media (min-width: 689px) and (max-width: 1300px) {
  .nav-container {
    width: 95%;
  }
  .nav-manus {
    width: 50%;
  }
  .banner {
    display: flex;
    width: 95%;
  }
  .banner-artical-title h1 {
    font-weight: 700;
    font-size: 42px;
    color: #3a3a3a;
    margin-bottom: 10px;
  }
  .brands {
    width: 90%;
  }
  .poducts {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 15px;
    justify-items: center;
    width: 80%;
    margin: auto;
  }
  .featured-products-thumbnail img {
    width: 90%;
    height: 300px;
    border-radius: 5px;
  }
  .featured-products-blog h1 {
    color: #18191f;
    font-weight: 700;
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 10px;
  }
}
