:root {
  --a-dur: 800ms;
  --a-delay-base: 120ms;
  --a-underline: 900ms;
  --a-float-dur: 5s;
  --a-float-amp: 10px;
}

@media (prefers-reduced-motion: reduce) {
  :root {
    --a-dur: 1ms;
    --a-underline: 1ms;
    --a-float-dur: 0s;
  }
}

.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity var(--a-dur) ease, transform var(--a-dur) ease;
  will-change: opacity, transform;
}
.reveal.is-inview {
  opacity: 1;
  transform: none;
}

.reveal-up {
  transform: translateY(18px);
}
.reveal-right {
  transform: translateX(-18px);
}
.reveal-left {
  transform: translateX(18px);
}
.reveal-scale {
  transform: scale(0.96);
}

@keyframes floatY {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(calc(var(--a-float-amp) * -1));
  }
  100% {
    transform: translateY(0);
  }
}
.float-after-inview {
  will-change: transform;
}
.float-after-inview.float-playing {
  animation: floatY var(--a-float-dur) ease-in-out infinite;
}

@keyframes floatYaw {
  0% {
    transform: translateY(0) rotate(-1deg);
  }
  50% {
    transform: translateY(-6px) rotate(1deg);
  }
  100% {
    transform: translateY(0) rotate(-1deg);
  }
}
.float-tilt.float-playing {
  animation: floatYaw 6s ease-in-out infinite;
}

.app-container .single-banner {
  background-color: #f6fdfd;
}

.app-container .single-banner .single-banner__container {
  position: relative;
  z-index: 2;
  max-width: 1400px;
  padding: 0 100px;
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 64px;
}
@media (max-width: 768px) {
  .app-container .single-banner .single-banner__container {
    flex-direction: column;
  }
}
@media (max-width: 1400px) {
  .app-container .single-banner .single-banner__container {
    padding: 0 50px;
  }
}
@media (max-width: 1000px) {
  .app-container .single-banner .single-banner__container {
    padding: 0 16px;
    gap: 16px;
  }
}

.app-container .single-banner .single-banner__text {
  width: 61%;
  padding: 51px 0;
  @media (max-width: 768px) {
    padding-top: 48px;
    padding-bottom: 32px;
    width: 100%;
  }
}
.app-container .single-banner .single-banner__text h1 em {
  position: relative;
  font-style: normal;
}
.app-container .single-banner .single-banner__text h1 em::after {
  content: "";
  position: absolute;
  left: -9px;
  bottom: -17px;
  z-index: -1;
  height: 40px;
  width: 0;
  max-width: 104%;
  background: url("data:image/svg+xml;utf8,<svg width='373' height='40' viewBox='0 0 373 40' xmlns='http://www.w3.org/2000/svg' fill='none'><path d='M6.01367 20.9998C78.9636 17.4649 151.929 13.845 225.253 12.8887C272.51 12.2723 319.758 13.2796 366.981 13.9998' stroke='%232EA49D' stroke-width='5' stroke-linecap='round' stroke-dasharray='300.21 0.1'/></svg>")
    no-repeat left center;
  background-size: 100% 100%;
  opacity: 0;
  transition: width var(--a-underline) cubic-bezier(0.2, 0.9, 0.2, 1),
    opacity 240ms ease;

  @media (max-width: 1000px) {
    left: -4px;
    bottom: -18px;
  }
}
.app-container
  .single-banner
  .single-banner__text
  h1.underline-inview
  em::after {
  width: 104%;
  opacity: 1;
}
.app-container .single-banner .single-banner__text a.button {
  margin-top: 48px;
  @media (max-width: 768px) {
    margin-top: 32px;
  }
}

.app-container .single-banner .single-banner__button {
  position: relative;
  width: fit-content;
}
.app-container .single-banner .single-banner__button a.button {
  margin-right: 36px;
}
.app-container .single-banner .single-banner__button .arrow-poi {
  position: absolute;
  left: 100%;
  bottom: 9px;
}

.app-container .single-banner .single-banner__image {
  width: 39%;
  display: flex;
  position: relative;
  padding-top: 64px;
  @media (max-width: 768px) {
    max-width: 300px;
    padding-top: 0;
    width: 100%;
  }
}
.app-container .single-banner .single-banner__image img {
  width: 100%;
  object-fit: contain;
  object-position: bottom;
}

.app-container .single-banner .single-banner__image .single-banner__windows {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 4;
}
.app-container
  .single-banner
  .single-banner__image
  .single-banner__windows
  .single-banner__windows-item {
  position: absolute;
  display: inline-block;
  padding: 10px;
  border-radius: 8px;
  background: rgba(214, 243, 244, 0.55);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  background-clip: padding-box;
  width: 220px;
}
.app-container
  .single-banner
  .single-banner__image
  .single-banner__windows
  .single-banner__windows-item
  p {
  font-size: 18px;
  margin-bottom: 0;
  @media (max-width: 768px) {
 font-size: 14px;
    }
}
.app-container
  .single-banner
  .single-banner__image
  .single-banner__windows
  .single-banner__windows-item:first-child {
  left: -24px;
  top: 38px;
}
.app-container
  .single-banner
  .single-banner__image
  .single-banner__windows
  .single-banner__windows-item:nth-child(2) {
  right: -42px;
  top: 139px;
  @media (max-width: 768px) {
   top:103px;
       }
}
.app-container
  .single-banner
  .single-banner__image
  .single-banner__windows
  .single-banner__windows-item:nth-child(3) {
  left: -24px;
  top: 242px;
  @media (max-width: 768px) {
    top: 167px;
        }
}

.single-banner .single-banner__windows-item.is-inview:nth-child(1) {
  transition-delay: calc(var(--a-delay-base) * 0);
}
.single-banner .single-banner__windows-item.is-inview:nth-child(2) {
  transition-delay: calc(var(--a-delay-base) * 1);
}
.single-banner .single-banner__windows-item.is-inview:nth-child(3) {
  transition-delay: calc(var(--a-delay-base) * 2);
}
