/* utils */
section.grintex-home_products {
  padding-bottom: 80px;
  margin-top: -50px;
  position: relative;
  z-index: 5;
}
section.grintex-home_products .home-products-title {
  font-size: clamp(36px, 8 * (100vw - 375px) / 905 + 36px, 44px);
  line-height: 110%;
  font-weight: 700;
  margin-bottom: 12px;
}
section.grintex-home_products .home-products-content {
  font-size: 39px;
  line-height: 110%;
  font-weight: 700;
  margin-bottom: 24px;
}
section.grintex-home_products .home-products-content .home-products-content-left {
  display: inline-block;
  margin-right: 4px;
}
section.grintex-home_products .home-products-content .home-products-content-right {
  display: inline-block;
  overflow: hidden;
  height: 33px;
  position: relative;
  width: calc(100% - 138px);
  padding-bottom: 10px;
  top: 7px;
}
section.grintex-home_products .home-products-content .home-products-content-right .home-products-content-right-item {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--text-green);
  transform: translateY(100%);
  transition: all var(--transition);
  opacity: 0;
}
section.grintex-home_products .home-products-content .home-products-content-right .home-products-content-right-item.active {
  transform: translateY(0);
  opacity: 1;
}
section.grintex-home_products .home-products-content .home-products-content-right .home-products-content-right-item.after-active {
  transform: translateY(-100%);
  opacity: 0;
}
section.grintex-home_products .home-products-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
}
section.grintex-home_products .home-products-wrap .home-products-wrap-item {
  flex: 0 0 31%;
  aspect-ratio: 1/1;
  border-radius: 16px;
  border: 1px solid #f3f4f6;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  position: relative;
  transition: all var(--transition);
  background-color: white;
  overflow: hidden;
}
section.grintex-home_products .home-products-wrap .home-products-wrap-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
section.grintex-home_products .home-products-wrap .home-products-wrap-item .home-products-wrap-item-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  z-index: -1;
  opacity: 0;
  transition: all var(--transition);
}
section.grintex-home_products .home-products-wrap .home-products-wrap-item .home-products-wrap-item-background img {
  transition: transform var(--transition);
}
section.grintex-home_products .home-products-wrap .home-products-wrap-item:hover .home-products-wrap-item-background {
  opacity: 1;
}
section.grintex-home_products .home-products-wrap .home-products-wrap-item:hover .home-products-wrap-item-background img {
  transform: scale(1.1);
}
section.grintex-home_products .home-products-wrap .home-products-wrap-item .home-products-wrap-item-top-line {
  height: 6px;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
section.grintex-home_products .home-products-wrap .home-products-wrap-item .home-products-wrap-item-content {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
section.grintex-home_products .home-products-wrap .home-products-wrap-item .home-products-wrap-item-content .home-products-wrap-item-content-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 16px;
  position: relative;
  border-radius: 16px;
  padding-top: 17px;
}
section.grintex-home_products .home-products-wrap .home-products-wrap-item .home-products-wrap-item-content .home-products-wrap-item-content-icon div {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  z-index: 1;
}
section.grintex-home_products .home-products-wrap .home-products-wrap-item .home-products-wrap-item-content .home-products-wrap-item-content-icon svg {
  width: 32px;
  height: 32px;
  z-index: 2;
  position: relative;
}
section.grintex-home_products .home-products-wrap .home-products-wrap-item .home-products-wrap-item-content .home-products-wrap-item-content-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--color-dark);
}
section.grintex-home_products .home-products-wrap .home-products-wrap-item:hover .home-products-wrap-item-content-icon div {
  background-color: rgb(255, 255, 255) !important;
  opacity: 0.9;
}
section.grintex-home_products .home-products-wrap .home-products-wrap-item:hover .home-products-wrap-item-content-title {
  color: white;
}

/* animation */
section.grintex-home_products.has-animation .left-side {
  position: relative;
  opacity: 0;
  transition: all 1s ease-in-out 0.1s;
  transform: translateX(-30%);
}
section.grintex-home_products.has-animation .home-products-wrap .home-products-wrap-item:nth-child(1) {
  transition: all var(--transition) 0.15s;
  transform: translateY(30px);
  opacity: 0;
  position: relative;
}
section.grintex-home_products.has-animation .home-products-wrap .home-products-wrap-item:nth-child(2) {
  transition: all var(--transition) 0.3s;
  transform: translateY(30px);
  opacity: 0;
  position: relative;
}
section.grintex-home_products.has-animation .home-products-wrap .home-products-wrap-item:nth-child(3) {
  transition: all var(--transition) 0.45s;
  transform: translateY(30px);
  opacity: 0;
  position: relative;
}
section.grintex-home_products.has-animation .home-products-wrap .home-products-wrap-item:nth-child(4) {
  transition: all var(--transition) 0.6s;
  transform: translateY(30px);
  opacity: 0;
  position: relative;
}
section.grintex-home_products.has-animation .home-products-wrap .home-products-wrap-item:nth-child(5) {
  transition: all var(--transition) 0.75s;
  transform: translateY(30px);
  opacity: 0;
  position: relative;
}
section.grintex-home_products.has-animation .home-products-wrap .home-products-wrap-item:nth-child(6) {
  transition: all var(--transition) 0.9s;
  transform: translateY(30px);
  opacity: 0;
  position: relative;
}

section.grintex-home_products.has-animation.animated .left-side {
  opacity: 1;
  transform: translateX(0);
}
section.grintex-home_products.has-animation.animated .home-products-wrap .home-products-wrap-item {
  transform: translateY(0);
  opacity: 1;
}

@media all and (max-width: 1399px) {
  section.grintex-home_products .home-products-content {
    font-size: 32px;
  }
  section.grintex-home_products .home-products-content .home-products-content-right {
    width: calc(100% - 130px);
    top: 6px;
  }
}
@media all and (max-width: 1199px) {
  section.grintex-home_products .home-products-content {
    font-size: 28px;
  }
  section.grintex-home_products .home-products-content .home-products-content-right {
    width: calc(100% - 107px);
    top: 6px;
  }
}
@media all and (max-width: 991px) {
  section.grintex-home_products {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  section.grintex-home_products .left-side {
    text-align: center;
  }
  section.grintex-home_products .home-products-wrap {
    margin-top: 32px;
  }
  section.grintex-home_products .home-products-content .home-products-content-right {
    width: 220px;
  }
}
/*# sourceMappingURL=home_products.css.map */
