/* General Styles */
body {
    margin: 0;
    font-family: 'Signika', 'Agdasima', sans-serif;
    color: #66b8c3;
    background-color: #E5F3F5;
  }
  
  header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #eaf9ff;
    padding: 20px 50px;
    border-bottom: 1px solid #e6e6e6;
    font-family: 'Signika', 'Agdasima', sans-serif;
  }
  
  header .logo {
    font-size: 40px;
    color: #66b8c3;
    font-weight: 700;
    font-family: 'Signika', sans-serif;
    letter-spacing: 2px;
  }
  
  header nav a {
    margin: 0 15px;
    text-decoration: none;
    color: #66b8c3;
    font-weight: 600;
    font-family: 'Signika', 'Agdasima', sans-serif;
    letter-spacing: 2px;
    font-size: 20px;
  }
  
  .hero-image img{
    width: 100%;
  }

  .hero {
    display: block;
    align-items: center;
    justify-content: center;
    background-color: #eaf9ff;
  }
  
  .hero-text {
    max-width: 500px;
    text-align: left;
  }

  .shop-now {
    background-color: #66b8c3;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
  }
  
  .best-seller {
    text-align: center;
    padding: 50px;
    font-size: small;
    background-color: #f9e6eb;
    margin-bottom: 70px;
    margin-top: 30px;
    letter-spacing: 3px;
    color:#66b8c3;
  }

  .carousel {
    display:inline-flexbox;
  }

  .product-card {
    color: rgb(85, 78, 78);
    font-size: 15px;
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
  }

  .product-card:hover {
    color: lightblue;
  }

  .product-card img{
    width: 250px;

  }

  .best-seller h2 {
    font-size: 50px;
    margin-bottom: 10px;

  }

  h2, h3, h1, p {
    margin: 10px 0;
  }
  
  /* Section: The Set Guide */
  .set-guide {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f0f8ff;
    padding: 50px;
  }
  
  .set-guide .content {
    display: flex;
    align-items: center;
    gap: 80px;
  }
  
  .set-guide img {
    width: 300px;
    height: 230px;
    border-radius: 10px;
  }
  
  .set-guide .text {
    max-width: 500px;
  }
  
  .set-guide h1 {
    font-family: 'Abhaya Libre', serif;
    letter-spacing: 4px;
  }

  .set-guide h2 {
    font-size: 30px;
    color: #efb8c8;
    font-weight: 700;
    letter-spacing: 4px;
    font-display: Bold;
  }
  
  .set-guide p {
    font-size: 24px;
    line-height: 1.6;
    color: #30b0c7;
    font-family:'Agdasima', sans-serif;
    letter-spacing: 4px;
  }
  
  .cta-button {
    background-color: #66b8c3;
    color: rgb(89, 84, 84);
    border: none;
    border-radius: 40px;
    padding: 10px 40px;
    font-size: 20px;
    cursor: pointer;
    font-family: 'Signika',sans-serif;
    letter-spacing: 4px;
  }

  .cta-button:hover {
    background-color: lightblue;
  }
  
  .col-4{
    flex-basis: 25%;
    padding: 10px;
    min-width: 200px;
    margin-bottom:50 px;
 }

  /* Section: Find Your Best Product */
  .find-product {
    text-align: center;
    padding: 50px;
    background-color: #fff;
    color:#767676
  }
  
  .find-product h2 {
    font-size: 28px;
    font-weight: 200;
    letter-spacing: 3px;
  }
  
  .find-product .options {
    display: flex;
    justify-content: center;
    gap: 100px;
    margin-top: 70px;
  }
  
  .find-product .option {
    text-align: center;
  }
  
  .find-product img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 20px;
  }
  
  /* Section: Quiz */
  .quiz {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px;
    background-color: #eaf9ff;
  }
  
  .quiz .content {
    display: flex;
    align-items: center;
    gap: 80px;
  }
  
  .quiz img {
    width: 300px;
    height: 230px;
    border-radius: 10px;
  }
  
  .quiz .text {
    max-width: 400px;
  }
  
  .quiz h2 {
    font-size: 24px;
    font-weight: 700;
    color:#efb8c8;
    letter-spacing: 3px;
    margin-bottom: 20px;
    font-family: 'Signika',sans-serif;
    
  }
  
  .quiz p {
    font-size: 20px;
    color: #66b8c3;
    letter-spacing: 3px;
    margin-bottom: 35px;
    font-family: 'Signika',sans-serif;
  }
  
  /* Footer Section */
  footer {
    background-color: #d1eef1;
    padding: 30px;
    text-align: center;
  }
  
  footer h3 {
    font-size: 21px;
    color: #a09797;
    font-family:'Agdasima', sans-serif;
    letter-spacing: 3px;
    margin-bottom: 20px;

  }
  
  footer h1 {
    font-size: 40px;
    color: #66b8c3;
    margin-bottom: 60px;
  }
  
  footer .our-story-link {
    font-size: 22px;
    color: #efb8c8;
    text-decoration: none;
    font-weight: 500;
    font-family: 'Signika',sans-serif;
  }
  
  footer {
    margin-top: 30px;
    text-align: center;
    font-size: 14px;
    color: #5A5A5A;
}

footer a {
    color: #68C3C8;
    text-decoration: none;
    margin: 0 10px;
    font-family:'Agdasima', sans-serif;
    letter-spacing: 2px;
    font-weight: 200;
}

footer img {
    height: 30px;
    margin: 0 5px;
    vertical-align: middle;
}

footer p {
    margin: 10px 0 0;
}

footer {
  margin-top: 30px;
  text-align: center;
  font-size: 14px;
  color: #5A5A5A;
  font-family: 'Agdasima', Arial, sans-serif;
}

footer a {
  color: #68C3C8;
  text-decoration: none;
  margin: 0 10px;
}

footer img {
  height: 30px;
  margin: 0 5px;
  vertical-align: middle;
}

footer p {
  margin: 10px 0 0;
}

.slider-container {	
  position: relative;
  width: fit-content;
  overflow: hidden;
height: fit-content;
}

.slider {
  display: flex;
  transition: transform 0.4s ease-in-out;
}

.slide {
  min-width: 100%;
  height: 500px;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.prev, .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}

.dots-container {
  text-align: center;
  margin-top: 10px;
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
}

.active, .dot:hover {
  background-color: #717171;
}

.offer {
  display:flex;
  gap:15px

}

.banner {
  display: flex;
  justify-content: space-around;
  background-color: #A8D8E8; /* Matching background color */
  padding: 20px;
}
.offer {
  text-align: center;
  color: white; /* Change to desired text color */
}
.offer img {
  width: 40px; /* Icon size */
  height: auto;
}
.offer p {
  margin: 5px 0 0;
  font-size: 16px; /* Adjust font size */
}

footer {
  margin-top: 30px;
  text-align: center;
  font-size: 14px;
  color: #5A5A5A;
  font-family: 'Agdasima', Arial, sans-serif;
}

footer a {
  color: #68C3C8;
  text-decoration: none;
  margin: 0 10px;
}

footer img {
  height: 30px;
  margin: 0 5px;
  vertical-align: middle;
}

footer p {
  margin: 10px 0 0;
}