.banner-section-color, .banner-section-gradien {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.banner-section-gradien {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.6) 50%, #000000 100%);
}

.banner-section-image {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner-section-container {
  position: absolute;
  width: 34%;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.banner-section-container > span {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}

.start-terrapy-button {
  background: #ffffff;
  border-radius: 9999px;
  font-family: "Quablo";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #000000;
  transition: all 0.5s;
  padding: 1rem 2rem;
}

.start-terrapy-button:hover {
  color: #000000;
  background: #03D7C5;
}

.start-film {
  font-family: "GeistMono";
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  /* identical to box height, or 133% */
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #ffffff;
}

.start-film > span {
  position: relative;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 9999px;
  margin-right: 1rem;
  transition: all 0.5s;
}

.start-film > span > svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.start-film > span > svg > path {
  stroke: #ffffff;
}

.start-film:hover > span {
  border-color: #03D7C5;
  background-color: rgba(3, 215, 197, 0.1);
}

.start-film:hover > span > svg > path {
  transition: all 0.5s;
  stroke: #03D7C5;
  fill: #03D7C5;
}

.banner-section-container > h1 {
  font-family: "Quablo";
  font-style: normal;
  font-weight: 500;
  font-size: 60px;
  line-height: 60px;
  align-items: center;
  text-align: center;
  letter-spacing: -3px;
  color: #ffffff;
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.banner-section-container > h1 > span {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.banner-section-container > p {
  font-family: "GeistMono";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  align-items: center;
  text-align: center;
  color: #D1D5DB;
  margin-bottom: 2rem;
}

.banner-section-container > p > span {
  color: #ffffff;
  font-weight: 700;
}

.scroll-pulser {
  text-align: center;
  align-items: center;
  animation: scroll-pulser 2s infinite;
}

.scroll-pulser > span {
  font-family: "GeistMono";
  font-style: normal;
  font-weight: 300;
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
  opacity: 0.5;
}

.scroll-pulser > div {
  width: 1px;
  height: 48px;
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.5;
  margin-left: auto;
  margin-right: auto;
}

.hidden-arrow > svg {
  opacity: 0;
  width: 0;
  transition: all 0.5s;
}

.start-terrapy-button:hover > span.hidden-arrow > svg {
  opacity: 1;
  width: auto;
  margin-left: 0.3rem;
  stroke: #000000;
}

@keyframes scroll-pulser {
  0% {
    transform: translateY(-25%);
    transform: translateX(-50%, -50%);
  }
  50% {
    transform: translateY(0);
    transform: translateX(-50%, -50%);
  }
  100% {
    transform: translateY(-25%);
    transform: translateX(-50%, -50%);
  }
}
.banner-options {
  font-family: "GeistMono";
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: #FFFFFF;
}

@media (max-width: 1290px) {
  .banner-section-container {
    width: 38%;
    top: 51%;
    left: 50%;
  }
  .start-terrapy-button {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .banner-section-container {
    position: absolute;
    width: 43%;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .banner-section-container > span {
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 2.4px;
  }
  .start-terrapy-button {
    font-size: 11px;
    line-height: 24px;
  }
  .start-film {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1px;
  }
  .banner-section-container > h1 {
    font-size: 45px;
    line-height: 45px;
    letter-spacing: -3px;
    margin-bottom: 2rem;
    margin-top: 2rem;
  }
  .banner-section-container > p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 1.5rem;
  }
  .scroll-pulser {
    text-align: center;
    align-items: center;
  }
  .scroll-pulser > span {
    font-size: 10px;
    line-height: 15px;
    letter-spacing: 1px;
  }
  .scroll-pulser > div {
    width: 1px;
    height: 48px;
  }
}
@media (max-width: 1000px) {
  .banner-section-container {
    position: absolute;
    width: 57%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 768px) {
  .banner-section-container {
    margin-top: 1rem !important;
    position: absolute;
    width: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .banner-section-container > span {
    font-size: 8px;
    line-height: 16px;
    letter-spacing: 2.4px;
  }
  .start-terrapy-button {
    line-height: 24px;
    padding: 1rem 2.5rem;
  }
  .start-film {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1px;
  }
  .banner-section-container > h1 {
    font-size: 35px;
    line-height: 35px;
    letter-spacing: -3px;
    margin-bottom: 2rem;
    margin-top: 2rem;
  }
  .banner-section-container > p {
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 1.5rem;
  }
  .scroll-pulser {
    transform: translate(-50%, -50%);
    text-align: center;
    align-items: center;
  }
  .scroll-pulser > span {
    font-size: 8px;
    line-height: 15px;
    letter-spacing: 1px;
  }
  .scroll-pulser > div {
    width: 1px;
    height: 36px;
  }
  .banner-options {
    font-size: 8px;
    line-height: 16px;
  }
}/*# sourceMappingURL=banner_section.css.map */