/* Original Desktop Styles */
.fresh-products-sec {
  padding: 130px 0px;
  position: relative;
  z-index: 1;
}

.fresh-products-sec::before {
  content: "";
  position: absolute;
  z-index: -1;
  background-image: url("../../../../public/images/rice-plant-color.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: -50px;
  right: 0;
  width: 309px;
  height: 286px;
}

/* .fresh-products-sec::after {
  content: "";
  position: absolute;
  z-index: -1;
  background-image: url("../../../../public/images/corn-color.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
  width: 309px;
  height: 336px;
} */

.fresh-products-content .textured-text {
  background-image: url("../../../../public/images/texture-bg.jpg");
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-family: var(--font-dm-display);
  font-weight: 400;
  font-size: 150px;
  line-height: 140px;
  text-align: center;
  margin-bottom: 100px;
  position: relative;
  z-index: 1;
}

/* .fresh-products-content .textured-text::before {
  content: "";
  position: absolute;
  z-index: -1;
  background-image: url("../../../../public/images/notice-2.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: -54px;
  left: -19px;
  width: 150px;
  height: 164px;
} */

.fresh-products-box {
  text-align: center;
}

.fresh-products-box .fresh-products-box-content {
  margin-top: 12px;
}

.fresh-products-box .fresh-products-box-content p {
  color: var(--green-color);
}

.fresh-products-sec .welcome-anchor {
  justify-content: center;
}

/* Desktop 1440px */
@media (max-width: 1440px) {
  .fresh-products-sec::before {
    width: 236px;
    height: 220px;
  }

  .fresh-products-sec::after {
    width: 231px;
    height: 230px;
  }
}

@media (max-width: 1366px) {
  .fresh-products-content .textured-text {
    font-size: 120px;
  }
}

/* Tablet Responsive */
@media (max-width: 991px) {
  .fresh-products-sec {
    padding: 80px 0;
  }

  .fresh-products-sec::before {
    width: 180px;
    height: 170px;
    top: -30px;
  }

  .fresh-products-sec::after {
    width: 180px;
    height: 180px;
  }

  .fresh-products-content .textured-text {
    font-size: 90px;
    line-height: 100px;
    margin-bottom: 60px;
  }

  .fresh-products-content .textured-text::before {
    width: 120px;
    height: 130px;
    bottom: -40px;
    left: -15px;
  }
}

/* Mobile Responsive */
@media (max-width: 767px) {
  .fresh-products-sec {
    padding: 60px 0;
  }

  .fresh-products-sec::before {
    width: 120px;
    height: 110px;
    top: -20px;
    right: 10px;
  }

  .fresh-products-sec::after {
    width: 120px;
    height: 120px;
    left: 10px;
  }

  .fresh-products-content .textured-text {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 40px;
  }

  .fresh-products-content .textured-text::before {
    width: 80px;
    height: 85px;
    bottom: -25px;
    left: -10px;
  }

  .fresh-products-box {
    margin-bottom: 30px;
  }

  .fresh-products-box .fresh-products-box-content {
    margin-top: 15px;
  }

  .fresh-products-box .fresh-products-box-content p {
    font-size: 14px;
  }
}

/* Small Mobile */
@media (max-width: 575px) {
  .fresh-products-sec {
    padding: 40px 0;
  }

  .fresh-products-sec::before {
    width: 90px;
    height: 85px;
    top: -15px;
    right: 5px;
  }

  .fresh-products-sec::after {
    width: 90px;
    height: 90px;
    left: 5px;
  }

  .fresh-products-content .textured-text {
    font-size: 45px;
    line-height: 50px;
    margin-bottom: 30px;
  }

  .fresh-products-content .textured-text::before {
    width: 60px;
    height: 65px;
    bottom: -20px;
    left: -8px;
  }

  .fresh-products-box .fresh-products-box-content p {
    font-size: 13px;
  }
}

/* Extra Small Mobile */
@media (max-width: 400px) {
  .fresh-products-sec {
    padding: 30px 0;
  }

  .fresh-products-sec::before {
    width: 70px;
    height: 65px;
    top: -10px;
  }

  .fresh-products-sec::after {
    width: 70px;
    height: 70px;
  }

  .fresh-products-content .textured-text {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 25px;
  }

  .fresh-products-content .textured-text::before {
    width: 50px;
    height: 55px;
    bottom: -15px;
    left: -5px;
  }

  .fresh-products-box .fresh-products-box-content p {
    font-size: 12px;
  }
}
