/* utils */
.grintex-home_about {
  padding: clamp(80px, 48 * (100vw - 375px) / 905 + 80px, 128px) 0;
  position: relative;
}
.grintex-home_about .additional-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.grintex-home_about .additional-back > div {
  position: absolute;
  width: 18rem;
  height: 18rem;
  border-radius: 9rem;
  filter: blur(64px);
}
.grintex-home_about .additional-back > div:first-child {
  top: 5rem;
  right: 5rem;
  background-color: rgb(220, 252, 231);
  opacity: 0.3;
}
.grintex-home_about .additional-back > div:last-child {
  left: 5rem;
  bottom: 5rem;
  background-color: rgb(219, 234, 254);
  opacity: 0.2;
}
.grintex-home_about .home-about-wrap {
  text-align: center;
  margin-bottom: 64px;
}
.grintex-home_about .home-about-wrap .home-about-label {
  display: inline-block;
  background: #f0fdf4;
  margin: 0 auto 24px;
  color: #15803d;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 8px 16px 8px 32px;
  font-weight: 500;
  border-radius: 4px;
  position: relative;
}
.grintex-home_about .home-about-wrap .home-about-label:before {
  content: "";
  width: 8px;
  height: 8px;
  background: rgb(34, 197, 94);
  position: absolute;
  top: 14px;
  left: 16px;
  border-radius: 4px;
}
.grintex-home_about .home-about-wrap .home-about-title {
  font-size: clamp(30px, 18 * (100vw - 375px) / 905 + 30px, 48px);
  background-image: linear-gradient(to right, #16a34a, #059669);
  line-height: 1;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}
.grintex-home_about .home-about-wrap .home-about-subtitle {
  font-weight: 700;
  font-size: clamp(30px, 18 * (100vw - 375px) / 905 + 30px, 48px);
  line-height: 1;
  margin-bottom: 24px;
}
.grintex-home_about .home-about-wrap .home-about-top_content {
  font-size: 18px;
  line-height: 29px;
  color: #4b5563;
  font-weight: 300;
}
.grintex-home_about .home-about-row > .col-12:first-child {
  padding-right: 32px;
}
.grintex-home_about .home-about-row > .col-12:last-child {
  padding-left: 32px;
}
.grintex-home_about .home-about-row .home-about-image {
  aspect-ratio: 4/3;
  border-radius: 16px;
  overflow: visible;
}
.grintex-home_about .home-about-row .home-about-image > img {
  z-index: 1;
  border-radius: 16px;
}
.grintex-home_about .home-about-row .home-about-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.2), transparent);
  z-index: 2;
  border-radius: 16px;
}
.grintex-home_about .home-about-row .home-about-image .home-about-image-counters {
  position: absolute;
  bottom: -16px;
  right: -16px;
  background-color: white;
  border-radius: 12px;
  padding: 24px 8px;
  z-index: 3;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  display: flex;
}
.grintex-home_about .home-about-row .home-about-image .home-about-image-counters .home-about-image-counter {
  padding: 0 16px;
  position: relative;
  text-align: center;
}
.grintex-home_about .home-about-row .home-about-image .home-about-image-counters .home-about-image-counter:after {
  content: "";
  height: 32px;
  width: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background-color: rgb(229, 231, 235);
}
.grintex-home_about .home-about-row .home-about-image .home-about-image-counters .home-about-image-counter:last-child:after {
  display: none;
}
.grintex-home_about .home-about-row .home-about-image .home-about-image-counters .home-about-image-counter .home-about-image-counter-value {
  color: rgb(22, 163, 74);
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}
.grintex-home_about .home-about-row .home-about-image .home-about-image-counters .home-about-image-counter .home-about-image-counter-text {
  color: rgb(75, 85, 99);
  font-size: 0.75rem;
  line-height: 1rem;
}
.grintex-home_about .home-about-row .home-about-content .home-about-content-title {
  font-size: clamp(24px, 6 * (100vw - 375px) / 905 + 24px, 30px);
  font-weight: 700;
  color: #111827;
  margin-bottom: 16px;
}
.grintex-home_about .home-about-row .home-about-content .home-about-content-content p {
  font-size: 16px;
  line-height: 26px;
  color: #4b5563;
  margin-bottom: 16px;
  font-weight: 300;
}
.grintex-home_about .home-about-row .home-about-content .home-about-buttons {
  margin-top: 24px;
}
.grintex-home_about .home-about-row .home-about-content .home-about-buttons a {
  margin-right: 16px;
  margin-bottom: 16px;
}

/* animation */
.grintex-home_about.has-animation .home-about-wrap {
  position: relative;
  opacity: 0;
  transition: all 1s ease-in-out 0.1s;
  transform: translateY(30%);
}
.grintex-home_about.has-animation .home-about-image {
  position: relative;
  opacity: 0;
  transition: all 1s ease-in-out 0.1s;
  transform: translateX(-30%);
}
.grintex-home_about.has-animation .home-about-content {
  position: relative;
  opacity: 0;
  transition: all 1s ease-in-out 0.1s;
  transform: translateX(30%);
}

.grintex-home_about.has-animation.animated .home-about-wrap {
  opacity: 1;
  transform: translateY(0);
}
.grintex-home_about.has-animation.animated .home-about-image,
.grintex-home_about.has-animation.animated .home-about-content {
  opacity: 1;
  transform: translateX(0);
}

/* adaptive */
@media all and (max-width: 991px) {
  .grintex-home_about .home-about-row > .col-12:first-child {
    padding-right: 12px;
  }
  .grintex-home_about .home-about-row > .col-12:last-child {
    padding-left: 12px;
  }
  .grintex-home_about .home-about-content {
    margin-top: 32px;
  }
  .grintex-home_about .home-about-row .home-about-image .home-about-image-counters {
    right: 16px;
  }
}
/*# sourceMappingURL=home_about.css.map */
