.hero {
  position: relative;
  min-height: 100vh;
  padding-top: 100px;
  overflow: hidden;
  background: #F1DEC0;
}

.hero-background {
  /* position: absolute; */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.bestseller-content {
  position: relative;
  z-index: 0;
}

.hero-bg-image {
  /* position: absolute; */
  /* top: 164px; */
  /* left: -160px; */
  /* width: 2198px;
  height: 915px; */
  width: 100%;
  object-fit: fill;
  background-size: contain;
  z-index: 1;
}

.hero-kettle {
  position: absolute;
  left: -20px;
  width: 40%;
  height: 45%;
  top: 20%;
  transform: rotate(7deg);
  /* object-fit: fill; */
  z-index: 2;
}

.hero-right-leaf {
  position: absolute;
  right: -20px;
  width: 20%;
  height: 20%;
  top: 40%;
  transform: rotate(7deg);
  /* object-fit: fill; */
  z-index: 2;
}

.hero-tea {
  position: absolute;
  right: 0px;
  width: 25%;
  height: 93%;
  top: -71%;
  z-index: 1000;
  /* transform: rotate(7deg); */
}

.hero-left-leaf {
  position: absolute;
  left: 0px;
  width: 25%;
  height: 50%;
  top: -41%;
  z-index: 1000;
  /* transform: rotate(7deg); */
}

.hero-design-left {
  position: absolute;
  top: 1925.6px;
  left: -158.7px;
  width: 772.08px;
  height: 710.91px;
  object-fit: stretch;
  z-index: 1;
}

.hero-design-right {
  position: absolute;
  top: 942px;
  right: -646px;
  width: 646.07px;
  height: 539.39px;
  object-fit: stretch;
  z-index: 1;
}

.hero-content {
  /* position: relative; */
  z-index: 3;
  max-width: 1400px;
  margin: 30px 200px;
  padding: 0 20px;
  text-align: center;
}

.hero-content-about {
  /* position: relative; */
  z-index: 3;
  margin: 50px;
  padding: 0 20px;
  text-align: center;
}

.hero-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 64px;
  line-height: 76.52px;
  text-transform: uppercase;
  color: #7C0C0C;
  margin-bottom: 40px;
}

.hero-subtitle {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 39.01px;
  color: #000000;
  margin-bottom: 30px;
  max-width: 1421px;
  margin-left: auto;
  margin-right: auto;
}

.hero-mission {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 25px;
  line-height: 39.01px;
  color: #4B0A0A;
  margin-bottom: 20px;
  max-width: 986px;
  margin-left: auto;
  margin-right: auto;
}

.hero-cta {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 25px;
  line-height: 43.88px;
  text-transform: uppercase;
  color: #7C0C0C;
  margin-bottom: 60px;
  max-width: 1270px;
  margin-left: auto;
  margin-right: auto;
}

.hero-features {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  margin-bottom: 80px;
}

.hero-features-about {
  display: flex;
  flex-direction: row;
  /* flex-wrap: wrap; */
  justify-content: center;
  gap: 15px;
}

.feature-card {
  background: #FF7D12;
  border-radius: 7px;
  padding: 15px 30px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 39.01px;
  color: #7C0C0C;
  text-align: center;
  max-width: fit-content;
}

.hero-tea-image {
  position: absolute;
  top: 1701px;
  right: -300px;
  z-index: 2;
}

.hero-tea-image img {
  width: 1065.83px;
  height: 1065.83px;
  object-fit: fill;
}

/* Responsive adjustments for hero section */
@media (max-width: 1400px) {
  .hero-kettle {
    right: -20px;
    width: 32%;
    height: 35%;
    top: 25%;
    transform: rotate(7deg);
  }

  .hero-right-leaf {
    right: -20px;
    width: 25%;
    height: 22%;
    top: 45%;
    transform: rotate(7deg);
  }

  .hero-tea {
    position: absolute;
    right: 0px;
    width: 30%;
    height: 75%;
    top: -60%;
    z-index: 1000;
    /* transform: rotate(7deg); */
  }

  .hero-left-leaf {
    position: absolute;
    left: 0px;
    width: 25%;
    height: 50%;
    top: -54%;
    z-index: 1000;
    z-index: 1000;
    /* transform: rotate(7deg); */
  }


  .hero-tea-image {
    right: -200px;
  }

  .hero-tea-image img {
    width: 800px;
    height: 800px;
  }
}

@media (max-width: 1200px) {
  .hero-title {
    font-size: 48px;
    line-height: 60px;
  }

  .hero-subtitle {
    font-size: 24px;
    line-height: 32px;
  }

  .hero-mission {
    font-size: 24px;
    line-height: 32px;
  }

  .hero-cta {
    font-size: 28px;
    line-height: 36px;
  }

  .feature-card {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (max-width: 768px) {

  .hero-background.mob {
    margin-top: 50px;
  }

  .hero-content {
    /* position: relative; */
    z-index: 3;
    max-width: 1400px;
    /* margin: 200px; */
    padding: 50px 10px 0 10px;
    text-align: center;
    margin: 0;
  }

  .hero-content-below {
    /* position: relative; */
    z-index: 3;
    max-width: 1400px;
    /* margin: 200px; */
    padding: 70px 10px 0 10px;
    text-align: center;
    margin: 0;
  }

  .hero-bg-image {
    height: 430px;
    transform: translate(-30%, -27px);
    width: auto;

  }

  .hero-mob {
    padding-top: 274px;
    display: flex;
    flex-direction: column-reverse;
    margin: 0px 15px;

  }

  .hero-left-leaf {
    display: none;
  }

  .bestseller-content {
    position: relative;
    z-index: 9999;
  }

  .hero-tea {
    position: absolute;
    width: 50%;
    height: 47%;
    top: -219px;
    z-index: 1000;
    right: -3%;
    height: auto;
  }

  .hero-right-leaf {
    display: none;
  }


  .hero-title {
    font-size: 36px;
    line-height: 44px;
  }

  .hero-subtitle {
    font-size: 18px;
    line-height: 24px;
  }

  .hero-mission {
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
  }

  .hero-cta {
    font-size: 20px;
    line-height: 28px;
	padding-top: 30px;
  }

  .feature-card {
    font-size: 18px;
    line-height: 24px;
    padding: 12px 20px;
  }

  .hero-kettle {
    display: none;
  }

  .hero-tea-image {
    display: none;
  }

  .hero-design-left,
  .hero-design-right {
    display: none;
  }

  .hero-bg-image-about {
    width: 100%;
  }

  .hero-background-about {
    margin-top: 0;
  }
}