/*-- -------------------------- -->
<---           Hero             -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #hero-330 {
    z-index: 1;
    position: relative;
    background-color: var(--background);
    height: 100%;
    width: 100%;
    /* prevents overflow from the lines extending past the screen width */
    overflow: hidden;
    /* changes on tablet */
    padding: clamp(12rem, 22vw, 17.5rem) 1rem;
    /* 150px - 160px */
    padding-bottom: clamp(9.375rem, 12.5vw, 10rem);
    margin-top: 10vw;
    /* Centers button */
    text-align: center;
  }
  #hero-330 .cs-flex-group {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: auto;
    /* 456px - 626px */
    max-width: clamp(28.5rem, 62vw, 39.125rem);
    box-sizing: border-box;
  }
  #hero-330 .cs-title-1 {
    position: relative;
    margin: 0 auto 1rem;
    max-width: 10ch;
    /* 39px - 61px */
    font-size: clamp(2.4375rem, 6.4vw, 3.8125rem);
    line-height: 1.2em;
    font-weight: 900;
    color: var(--headerColor);
    text-align: center;
  }
  #hero-330 .cs-accent {
    color: var(--primaryLight);
  }
  #hero-330 .cs-text {
    /* 32px - 40px */
    margin: 1rem auto;
    /* 24px - 40px */
    margin-bottom: clamp(1.5rem, 4vw, 2.5rem);
    max-width: 35.0625rem;
    /* 16px - 20px */
    font-size: clamp(1rem, 1.95vw, 1.25rem);
    line-height: 1.5em;
    color: var(--bodyTextColor);
    text-align: center;
  }
  #hero-330 .cs-picture-group {
    position: absolute;
    top: 4%;
    left: 0;
    width: 100%;
    height: 100%;
    perspective: 1000px;
    transform-style: preserve-3d;
    overflow: hidden;
  }
  #hero-330 .heroicons {
    position: absolute;
    height: clamp(3rem, 10vmin, 5rem);
    width: clamp(3rem, 10vmin, 5rem);
    transition: transform 0.6s ease-out;
    will-change: transform;
    z-index: 1;
  }
  #hero-330 .heroicons img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  #hero-330 .heroicons:nth-child(1) {
    top: 17%;
    left: 8%;
  }
  #hero-330 .heroicons:nth-child(2) {
    top: 8%;
    left: 46%;
  }
  #hero-330 .heroicons:nth-child(3) {
    top: 15%;
    right: 10%;
  }
  #hero-330 .heroicons:nth-child(4) {
    top: 40%;
    left: 5%;
  }
  #hero-330 .heroicons:nth-child(5) {
    top: 71%;
    left: 11%;
  }
  #hero-330 .heroicons:nth-child(6) {
    top: 84%;
    left: 61%;
  }
  #hero-330 .heroicons:nth-child(7) {
    top: 84%;
    left: 23%;
  }
  #hero-330 .heroicons:nth-child(8) {
    top: 37%;
    right: 5%;
  }
  #hero-330 .heroicons:nth-child(9) {
    top: 70%;
    right: 7%;
  }
  #hero-330 .heroicons:hover {
    transform: scale(1.1) translateZ(20px);
  }
  @keyframes float {
    0%,
    100% {
      transform: translateY(0) rotate(0deg);
    }
    50% {
      transform: translateY(-10px) rotate(5deg);
    }
  }
  #hero-330 .heroicons {
    animation: float 6s ease-in-out infinite;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #hero-330 .heroicons {
    height: clamp(4rem, 12vmin, 6rem);
    width: clamp(4rem, 12vmin, 6rem);
  }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #hero-330 .cs-picture-group {
    max-width: 1200px;
    left: 50%;
    transform: translateX(-50%);
  }
  #hero-330 .cs-title-1 {
    margin: -2rem auto 1rem;
  }
  #hero-330 .heroicons {
    height: clamp(5rem, 8vmin, 7rem);
    width: clamp(5rem, 8vmin, 7rem);
  }
  #hero-330 .heroicons:nth-child(1) {
    top: 15%;
    left: 5%;
  }
  #hero-330 .heroicons:nth-child(2) {
    top: 2%;
    left: 45%;
  }
  #hero-330 .heroicons:nth-child(3) {
    top: 5%;
    right: 14%;
  }
  #hero-330 .heroicons:nth-child(4) {
    top: 40%;
    left: 12%;
  }
  #hero-330 .heroicons:nth-child(5) {
    top: 65%;
    left: 10%;
  }
  #hero-330 .heroicons:nth-child(6) {
    top: 85%;
    left: 56%;
  }
  #hero-330 .heroicons:nth-child(7) {
    top: 85%;
    left: 25%;
  }
  #hero-330 .heroicons:nth-child(8) {
    top: 40%;
    right: 12%;
  }
  #hero-330 .heroicons:nth-child(9) {
    top: 70%;
    right: 5%;
  }
}
/* Large Desktop - 1440px */
@media only screen and (min-width: 90rem) {
  #hero-330 .cs-picture-group {
    max-width: 1400px;
  }
  #hero-330 .heroicons {
    height: clamp(6rem, 7vmin, 8rem);
    width: clamp(6rem, 7vmin, 8rem);
  }
}
/* Dark Mode */
@media only screen and (min-width: 0rem) {
  body.dark-mode #hero-330 {
    background-color: var(--dark);
  }
  body.dark-mode #hero-330 .cs-title-1 {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #hero-330 .cs-text {
    opacity: 0.9;
    color: var(--bodyTextColorWhite);
  }
}
