footer {
  z-index: 2;
  position: relative;
}

#services .hero {
  position: relative;
  height: 100vh;
}
#services .hero .fixed-bg {
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(103deg, #02070B 0%, #061E28 100%), url(/i/circle-full.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 160%;
  background-blend-mode: lighten;
}
#services .hero .contain {
  height: 100%;
  position: relative;
  max-width: 1880px;
  z-index: 2;
}
#services .hero h1 {
  overflow: hidden;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 9.4px;
  text-transform: uppercase;
  color: #76B0BD;
  line-height: normal;
  height: 1.5em;
  text-align: center;
}
#services .hero h1 span {
  display: block;
  transition: transform 1s ease 0.5s;
  will-change: transform;
}
#services .hero h3 {
  overflow: hidden;
  font-family: "PP Eiko Thin";
  font-style: normal;
  font-weight: normal;
  font-size: 5em;
  line-height: normal;
  color: #ABBFC9;
  height: 1.4em;
  text-align: center;
}
#services .hero h3:nth-child(n+3) {
  margin-top: -20px;
}
#services .hero h3 span {
  display: block;
  transition: transform 1s ease 0.5s;
  will-change: transform;
}
#services .hero h4 {
  overflow: hidden;
  font-family: "PP Eiko Thin";
  font-style: normal;
  font-weight: normal;
  font-size: 4.5em;
  line-height: normal;
  color: #ABBFC9;
  height: 1.4em;
  text-align: center;
}
#services .hero h4:nth-child(n+3) {
  margin-top: -20px;
}
#services .hero h4 span {
  display: block;
  transition: transform 1s ease 0.5s;
  will-change: transform;
}
#services .hero .first, #services .hero .second {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 100%;
}
#services .hero .second p {
  font-size: 1.2em;
  line-height: normal;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  transition: opacity 0.5s ease;
  max-width: 1000px;
  margin: 0 auto 1em auto;
  text-align: center;
}
#services .hero.in-view h1 span, #services .hero.in-view h3 span {
  transform: translate(0, -100%);
}
#services .hero.in-view.step2 h1 span, #services .hero.in-view.step2 h3 span {
  transform: translate(0, 0);
  transition-delay: 0;
}
#services .hero.in-view.step2 h4 span {
  transform: translate(0, -100%);
}
#services .hero.in-view.step2 .second p {
  transition: opacity 0.5s ease 1s;
  opacity: 1;
}
#services .s2 {
  overflow: hidden;
  padding: 180px 0;
  position: relative;
  min-height: 100vh;
  z-index: 2;
}
#services .s2 h2 {
  font-family: "PP Eiko Thin";
  font-style: normal;
  font-weight: normal;
  color: #ABBFC9;
  font-size: 3em;
  line-height: 1.09em;
  text-align: center;
  max-width: 1200px;
}
#services .s2 .hboxes {
  position: relative;
  left: 50%;
  margin-top: 100px;
  z-index: 1;
  max-width: 500px;
}
#services .s2 .hboxes > div {
  will-change: transform;
  display: flex;
  flex-direction: row;
  gap: 50px;
  width: 2010px;
}
#services .s2 .hboxes > div > div {
  border-radius: 20px;
  background: rgba(6, 28, 37, 0.5);
  backdrop-filter: blur(24.8500003815px);
  border: 1px solid #A8E7FE;
  display: flex;
  flex-direction: column;
  align-content: space-between;
  justify-content: space-between;
  height: 630px;
  width: 465px;
  box-sizing: border-box;
  padding: 50px 30px 30px 30px;
}
#services .s2 .hboxes h3 {
  font-size: 2em;
  font-weight: normal;
  font-family: "PP Eiko Thin";
  font-style: normal;
  font-weight: normal;
  color: #fff;
}
#services .s2 .hboxes p {
  color: #ABBFC9;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5em;
  margin-bottom: 1em;
}
#services .scrollmagic-pin-spacer {
  background: #030B11;
}

@media all and (max-width: 1460px) {
  #services .hero h3 {
    font-size: 4em;
  }
  #services .hero h4 {
    font-size: 3.5em;
  }
}
@media all and (max-width: 1279px) {
  #services .hero h3 {
    font-size: 2.7em;
  }
  #services .hero h4 {
    font-size: 2.5em;
  }
}
@media all and (max-height: 990px) {
  #services .s2 .hboxes > div > div {
    height: 500px;
  }
}
@media all and (max-height: 850px) {
  #services .s2 .hboxes {
    left: 0;
    max-width: calc(100% - 2rem);
    margin: 100px 1rem 0 1rem;
  }
  #services .s2 .hboxes > div {
    transform: none !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 1 !important;
    gap: 50px;
    width: 100%;
  }
  #services .s2 .hboxes > div > div {
    width: 100%;
    max-width: 500px;
    opacity: 1 !important;
  }
}
@media all and (max-width: 1279px) {
  #services .s2 .hboxes {
    left: 0;
    max-width: calc(100% - 2rem);
    margin: 100px 1rem 0 1rem;
  }
  #services .s2 .hboxes > div {
    transform: none !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 1 !important;
    gap: 50px;
    width: 100%;
  }
  #services .s2 .hboxes > div > div {
    width: 100%;
    max-width: 500px;
    opacity: 1 !important;
  }
}
@media all and (max-width: 767px) {
  #services .hero h3, #services .hero h4 {
    font-size: 2.5em;
    overflow: initial;
    height: auto;
    display: inline;
  }
  #services .hero h3:nth-child(n+3) {
    margin-top: -10px;
  }
  #services .hero h4:nth-child(n+3) {
    margin-top: -10px;
  }
  #services .hero h4 {
    line-height: 1.1em;
  }
  #services .hero h3 span, #services .hero h4 span {
    transform: none !important;
    display: inline;
  }
  #services .hero h3 span:first-child, #services .hero h4 span:first-child {
    display: none;
  }
  #services .hero .second {
    opacity: 0;
    text-align: center;
  }
  #services .hero .first {
    text-align: center;
  }
  #services .hero.in-view.step2 .first {
    opacity: 0;
    transition: opacity 0.5s ease;
  }
  #services .hero.in-view.step2 .second {
    opacity: 1;
    transition: opacity 0.5s ease;
  }
  #services .hero.in-view.step2 .second p {
    transition-delay: 0.25s;
  }
  #services .s2 {
    padding: 100px 0;
  }
  #services .s2 h2 {
    font-size: 2em;
  }
  #services .s2 .hboxes h3 {
    margin-bottom: 0.5em;
    font-size: 1.5em;
  }
  #services .s2 .hboxes > div > div {
    min-height: 350px;
    height: auto;
  }
}

/*# sourceMappingURL=services.css.map */
