.spline-scene {
  width: 100%;
}

.section {
  height: 100vh;
}

.section.spline {
  z-index: -1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: sticky;
  top: 0;
}

.section.spline.mobile {
  display: none;
}

.section._1 {
  background-color: #d88383;
}

.section._2 {
  background-color: #ac4848;
}

.section._3 {
  background-color: #552020;
}

.section._11 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.section._22 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.body {
  color: #fff;
  background-color: #171717;
  font-family: Montserrat, sans-serif;
  overflow: hidden;
}

.hero-title {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 50%;
  display: flex;
  position: absolute;
  inset: 16% 11% auto auto;
}

.name {
  margin-top: 0;
  font-size: 58px;
  font-weight: 800;
  line-height: 62px;
}

.sub {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
}

.hero-title-copy {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 50%;
  padding-left: 51px;
  padding-right: 51px;
  display: flex;
  position: static;
  inset: 16% 5% auto auto;
}

.sec2-1 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
}

.sec2-2 {
  text-align: center;
  margin-top: 0;
  font-size: 58px;
  font-weight: 100;
  line-height: 62px;
}

.text-span {
  font-size: 30px;
  font-weight: 300;
  line-height: 27px;
}

.grain {
  z-index: -1;
  opacity: .02;
  filter: invert();
  position: fixed;
}

.glow {
  z-index: -2;
  opacity: .24;
  background-image: radial-gradient(circle, #2eba82, #2eba8200 63%);
  width: 200vh;
  height: 200vh;
  position: absolute;
  inset: -21.9vw -60.1vw auto auto;
}

.glow._2 {
  inset: 70vw auto auto -80%;
}

.glow._3 {
  inset: 137.1vw -46vw auto auto;
}

.glow._4 {
  inset: auto -9.6vw -378.1vw auto;
}

@media screen and (max-width: 991px) {
  .spline-scene {
    width: 100%;
  }

  .section.spline {
    justify-content: center;
    align-items: flex-start;
  }

  .section.spline.mobile {
    z-index: 2;
    display: flex;
    top: 80px;
  }

  .section.spline.desktop {
    display: none;
  }

  .section._11 {
    justify-content: center;
    align-items: flex-end;
  }

  .hero-title {
    top: 50%;
    right: 25%;
  }

  .hero-title-copy {
    height: 25%;
    padding-left: 0;
    padding-right: 0;
  }

  .sec2-2 {
    font-size: 33px;
    line-height: 32px;
  }

  .text-span {
    font-size: 18px;
    line-height: 16px;
  }
}


