.home-area {
  position: relative;
  height: 100vh;
  width: 100vw;
  z-index: 0;
  background: rgba(0, 0, 0, 0);
  pointer-events: none;
}

#home-cont {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100vw;
  top: 0;
  z-index: 2;
}

#home-content {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  flex-direction: column;
  align-items: center;
}

#particles-home {
  position: absolute;
  top: 0;
  height: 100vh;
  width: 100vw;
  z-index: 1;
  transition: opacity 4s;
  opacity: 0;
}
#particles-home.home__fade-in {
  opacity: 1;
}

.home-heading {
  font-size: clamp(3vw, 18px + 2.7vw, 6.5vw);
  line-height: 1.5em;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
  margin: 0;
  z-index: 2;
  text-shadow: -1.5px -1.5px 0 rgb(0, 0, 0), 0 -1.5px 0 rgb(0, 0, 0), 1.5px -1.5px 0 rgb(0, 0, 0), 1.5px 0 0 rgb(0, 0, 0), 1.5px 1.5px 0 rgb(0, 0, 0), 0 1.5px 0 rgb(0, 0, 0), -1.5px 1.5px 0 rgb(0, 0, 0), -1.5px 0 0 rgb(0, 0, 0);
}
@media (min-width: 2000px) {
  .home-heading {
    font-size: calc(18px + 3.5vw);
  }
}
@media (max-width: 990px) {
  .home-heading {
    font-size: calc(18px + 3.4vw);
  }
}
@media (max-width: 610px) {
  .home-heading {
    font-size: calc(18px + 4.1vw);
  }
}
@media (max-width: 475px) {
  .home-heading {
    font-size: calc(18px + 3.8vw);
  }
}
@media (max-width: 400px) {
  .home-heading {
    font-size: calc(18px + 3.1vw);
  }
}
@media (max-width: 345px) {
  .home-heading {
    font-size: calc(18px + 2.3vw);
  }
}

#home-heading__line-1 {
  margin-right: 5em;
  transition: opacity 1.4s, transform 1.4s;
  transform: translateX(-10em);
  opacity: 0;
}
@media (max-width: 1250px) {
  #home-heading__line-1 {
    margin-right: 3em;
  }
}
@media (max-width: 1060px) {
  #home-heading__line-1 {
    margin-right: 0.25em;
  }
}
@media (max-width: 990px) {
  #home-heading__line-1 {
    margin-right: 0em;
  }
}
#home-heading__line-1.home__fade-in {
  transform: translateX(0);
  opacity: 1;
}

#home-heading__line-2 {
  margin-left: 5em;
  transition: opacity 1.4s, transform 1.4s;
  transform: translateX(8em);
  opacity: 0;
}
@media (max-width: 1250px) {
  #home-heading__line-2 {
    margin-left: 3em;
  }
}
@media (max-width: 1060px) {
  #home-heading__line-2 {
    margin-left: 0.25em;
  }
}
@media (max-width: 990px) {
  #home-heading__line-2 {
    width: 90%;
    margin-left: 0;
    text-align: center;
    line-clamp: 2;
  }
}
#home-heading__line-2.home__fade-in {
  transform: translateX(0);
  opacity: 1;
}

#home-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 12px 17px;
  font-size: 30px;
  margin-top: 30px;
  z-index: 2;
  scale: 1;
  color: inherit;
  font-family: inherit;
  border: 2px solid lime;
  background: rgba(0, 0, 0, 0.655);
  text-shadow: -1px -1px 0 rgb(0, 0, 0), 0 -1px 0 rgb(0, 0, 0), 1px -1px 0 rgb(0, 0, 0), 1px 0 0 rgb(0, 0, 0), 1px 1px 0 rgb(0, 0, 0), 0 1px 0 rgb(0, 0, 0), -1px 1px 0 rgb(32, 9, 9), -1px 0 0 rgb(0, 0, 0);
  opacity: 0;
  transform: translateY(5rem);
  transition: text-shadow 330ms ease-in-out, opacity 1.4s ease 0.7s, transform 1.4s ease 0.7s;
  box-sizing: border-box;
}
@media (min-width: 2000px) {
  #home-cta {
    margin-top: 70px;
  }
}
@media (max-width: 1024px) {
  #home-cta {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  #home-cta {
    margin-top: 16px;
  }
}
@media (max-width: 426px) {
  #home-cta {
    margin-top: 5px;
  }
}
@media (max-width: 375px) {
  #home-cta {
    margin-top: 0;
  }
}
#home-cta:hover {
  padding: 13.5px 19px;
  border: none;
  background-image: linear-gradient(90deg, lime 60%, transparent 40%), linear-gradient(90deg, lime 60%, transparent 40%), linear-gradient(0deg, lime 60%, transparent 40%), linear-gradient(0deg, lime 60%, transparent 40%);
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  background-size: 10px 2px, 10px 2.4px, 2px 10px, 2px 10px;
  background-position: left top, right bottom, left bottom, right top;
  text-shadow: 0 0 5px lime, 0 0 10px lime, 0 0 15px lime, 0 0 20px lime;
  animation: border-dance-home-cta 0.3s infinite linear, glow-home-cta 0.7s ease-in-out 330ms infinite alternate;
}
#home-cta.home__fade-in {
  opacity: 1;
  transform: translateY(0);
}
@keyframes border-dance-home-cta {
  0% {
    background-position: left top, right bottom, left bottom, right top;
  }
  100% {
    background-position: left 10px top, right 10px bottom, left bottom 10px, right top 10px;
  }
}

@media (max-width: 410px) {
  #home-cta__text {
    font-size: 24px;
  }
}

.home-cta__arrows {
  width: 40px;
  height: 40px;
  letter-spacing: -7px;
  line-height: 38.5px;
  text-align: center;
}

#home-cta__left-arrows {
  margin-top: -7px;
  transform: rotate(90deg);
}

#home-cta__right-arrows {
  line-height: 39.1px;
  margin-bottom: -7px;
  transform: rotate(-90deg);
}/*# sourceMappingURL=home.css.map */