@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body,
html {
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
}
html {
  scroll-behavior: smooth;
}

h1,
.h1 {
  font-size: 47.78px;
  line-height: 110%;
}

h2,
.h2 {
  font-size: 39.81px;
  line-height: 110%;
}
h3,
.h3 {
  font-size: 33.18px;
}
h4,
.h4 {
  font-size: 27.65px;
}
h5,
.h5 {
  font-size: 23.04px;
}
h6,
.h6 {
  font-size: 19.2px;
}
p,
.p,
body {
  font-size: 16;
  line-height: 160%;
}

small {
  font-size: 13.33px;
}

.hero-bg {
  background-image: url("/assets/images/hero-gradient-full.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
}

.p-section {
  /* padding: 80px 64px 120px 64px; */
  padding: 120px 64px 120px 64px;
}

button {
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 39.81px;
  }
  h2,
  .h2 {
    font-size: 33.18px;
  }
  .p-section {
    padding: 48px 12px 64px 12px;
  }
}

.bg-polygon {
  background-image: url("/assets/images/polygon.svg");
  width: 44px;
  height: 44px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 19.2px;
  line-height: 19.2px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0a2d0f;
  flex-shrink: 0;
}

.industry-carousel {
  width: 856px !important;
}
.industry-carousel .flickity-button {
  background-color: #1d5b25 !important;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.industry-carousel .flickity-button svg {
  position: relative;
  top: unset;
  left: unset;
  width: 20px;
  height: 20px;
  font-size: 12px !important;
}
.industry-cell {
  height: 300px;
  width: 280px;
  /* padding: 4px; */
  box-sizing: border-box;
}
.industry-cell {
  margin-right: 4px !important;
  margin-left: 4px !important;
}
.industry-cell .inner {
  height: 100%;
  width: 100%;
  border-radius: 12px;
  display: flex;
  align-items: end;
}
.flickity-prev-next-button.previous {
  bottom: -84px !important;
  top: unset;
  left: 0;
}
.flickity-prev-next-button.next {
  bottom: -84px !important;
  top: unset;
  right: unset;
  left: 70px;
}
@media screen and (max-width: 470px) {
  .industry-carousel,
  .flickity-viewport {
    width: 280px !important;
  }
}
@media (min-width: 471px) and (max-width: 870px) {
  .industry-carousel,
  .flickity-viewport {
    width: 568px !important;
  }
}

@keyframes fadeIn {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

.fadeIn {
  animation: fadeIn 500ms forwards;
  opacity: 0;
}

.delay-1 {
  animation-delay: 100ms;
}

.delay-2 {
  animation-delay: 200ms;
}

.delay-3 {
  animation-delay: 300ms;
}
.delay-4 {
  animation-delay: 400ms;
}
.delay-5 {
  animation-delay: 500ms;
}
.delay-6 {
  animation-delay: 600ms;
}
.delay-7 {
  animation-delay: 700ms;
}

.step-arrow-translate {
  transform: translateX(5px);
}
@media screen and (max-widht: 727px) {
  .step-arrow-translate {
    transform: translateX(-40px) !important;
  }
}
