:root {
  --black: #1c1a1c;
  --aquamarine: #29d1d8;
  --medium-orchid: #ac3cf7;
  --white: white;
}

body {
  background-color: var(--black);
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.body {
  background-color: var(--black);
  color: #fff;
}

.hero {
  z-index: 2;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  min-height: 100vh;
  padding: 40px 40px 40px 5%;
  display: flex;
  position: relative;
}

.hero-container {
  z-index: 2;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  height: 100%;
  display: flex;
}

.hero-h {
  font-family: Poppins, sans-serif;
  font-size: 7vw;
  font-weight: 600;
  line-height: 1.2em;
}

.gradient-text {
  background-image: linear-gradient(to right, var(--aquamarine), var(--medium-orchid));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.section2 {
  padding: 100px 40px 40px;
  position: relative;
}

.container2 {
  z-index: 2;
  max-width: 1400px;
  display: flex;
  position: relative;
}

.div2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 20px;
  display: flex;
}

.div2.fingertips {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.div2.hire {
  background-image: radial-gradient(circle closest-side, #00ffce66, #0000 88%);
}

.title-2 {
  font-size: 48px;
  font-weight: 600;
  line-height: 60px;
}

.p {
  margin-top: 0;
  font-size: 17px;
  font-weight: 300;
  line-height: 24px;
}

.icons-line {
  max-width: 500px;
  margin-top: 20px;
  display: flex;
}

.icon-wrap {
  margin-left: 10px;
  margin-right: 10px;
}

.icon-wrap.icon-middle {
  border: 0 solid #000;
  border-left: 1px solid #4b404b;
  border-right: 1px solid #4b404b;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.icon-lottie {
  width: 120px;
  margin-bottom: -30px;
  position: relative;
  left: -20px;
}

.icon-t {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.icons-line-copy {
  max-width: 500px;
  margin-top: 20px;
  display: flex;
}

.icon-wrap-copy {
  margin-left: 10px;
  margin-right: 10px;
}

.icon-lottie-copy {
  text-align: center;
  width: 100px;
  margin-bottom: -30px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.icon-t-copy {
  z-index: 5;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.bg-effect {
  width: 150vw;
  min-width: 150vw;
  max-width: 150vw;
  min-height: 150vh;
  max-height: 150vh;
}

.bg-effect-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  overflow: hidden;
}

.background-video {
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-bottom {
  background-image: linear-gradient(#0000, #1c1a1d);
  width: 100%;
  height: 200px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.hero-top {
  z-index: 2;
  background-image: linear-gradient(#1c1a1d, #0000);
  width: 100%;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.nav-wrapper {
  z-index: 9;
  background-color: #0000;
  background-image: linear-gradient(to bottom, var(--black), #0d0c0d 20%, transparent);
  color: #0000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.nav-container {
  align-items: center;
  max-width: 100%;
  padding: 16px;
  display: flex;
}

.logo-image {
  width: 140px;
}

.nav-links {
  float: right;
  text-align: right;
  flex: 1;
}

.nav-link {
  color: #fff;
  margin: 14px;
  text-decoration: none;
}

.section3 {
  padding: 40px 40px 0;
  position: relative;
  overflow: hidden;
}

.join-button {
  background-image: linear-gradient(to right, var(--aquamarine), #315de5 50%, var(--medium-orchid));
  border-radius: 99px;
  padding: 12px 40px;
  font-size: 16px;
  font-weight: 500;
  box-shadow: 0 8px 24px #ca1bff40;
}

.section4 {
  margin-top: -60px;
  padding: 0 40px 40px;
  position: relative;
}

.fingertips {
  max-width: 150%;
  margin-right: -110px;
}

.hire-lottie {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.strips-section {
  z-index: 2;
  max-width: 100vw;
  margin-top: -36px;
  margin-bottom: 0;
  padding-top: 70px;
  padding-bottom: 20px;
  display: none;
  position: relative;
  overflow: hidden;
}

.strip1 {
  z-index: 2;
  background-color: var(--aquamarine);
  width: 120%;
  max-width: 120%;
  margin-left: -50px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  overflow: hidden;
  transform: rotate(4deg);
}

.strips-text {
  color: var(--black);
  width: 3225px;
  margin-top: 10px;
  font-weight: 300;
}

.strip2 {
  background-color: var(--medium-orchid);
  width: 120%;
  max-width: 120%;
  margin-left: -50px;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: hidden;
  transform: translate(0, -100%)rotate(-3deg);
}

.strips-text2 {
  color: var(--black);
  width: 3225px;
  margin-top: 10px;
  font-weight: 300;
}

.contact-container {
  z-index: 3;
  border: 5px solid var(--black);
  box-shadow: 0 0 0 1px var(--medium-orchid), 0 0 70px 0 #ca1bff80;
  background-color: #262325;
  border-radius: 20px;
  max-width: 720px;
  padding: 32px;
  position: relative;
}

.contact-h {
  text-align: center;
  font-size: 60px;
  font-weight: 600;
}

.field {
  color: #fff;
  background-color: #0000;
  border: 0 solid #000;
  border-bottom: 2px solid #fff;
  font-weight: 300;
}

.field:focus {
  border-bottom-color: var(--aquamarine);
}

.field.textarea {
  min-height: 100px;
}

.form-block {
  max-width: 450px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.footer {
  z-index: 2;
  border-top: 1px solid #413b3f;
  margin-top: 100px;
  padding: 20px;
  position: relative;
}

.footer-text {
  z-index: 5;
  color: #8b8188;
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
  position: relative;
}

.sumbit {
  background-image: linear-gradient(to right, var(--aquamarine), #315de5 50%, var(--medium-orchid));
  text-align: center;
  border-radius: 99px;
  width: 100%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 40px;
  box-shadow: 0 8px 24px #ca1bff40;
}

.form {
  text-align: center;
}

.p-contact {
  text-align: center;
  max-width: 520px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
  font-weight: 300;
  line-height: 24px;
}

.strips-section-copy {
  z-index: 2;
  max-width: 100vw;
  margin-top: -36px;
  margin-bottom: 0;
  padding-top: 70px;
  padding-bottom: 20px;
  display: none;
  position: relative;
  overflow: hidden;
}

.strip1-copy {
  z-index: 2;
  opacity: .1;
  width: 120%;
  max-width: 120%;
  margin-left: -50px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.strip2-copy {
  opacity: .1;
  width: 120%;
  max-width: 120%;
  margin-bottom: 100px;
  margin-left: -50px;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: hidden;
}

.strips-text2-copy, .strips-text-copy {
  color: #fff;
  width: 6800px;
  margin-top: 10px;
  font-size: 80px;
  font-weight: 300;
  line-height: 80px;
}

.bold-text {
  opacity: 1;
}

.lets-talk-section {
  z-index: 3;
  color: #0000;
  margin-bottom: 0;
  position: relative;
}

.letsh {
  color: var(--black);
  text-align: center;
  text-shadow: 0 0 25px #ac3cf799;
  margin-bottom: -22px;
  font-size: 120px;
  line-height: 120px;
}

.mobile-logo {
  display: none;
}

@media screen and (max-width: 991px) {
  .body {
    background-color: var(--black);
  }

  .section2 {
    padding-top: 40px;
  }

  .title-2 {
    max-width: 100%;
  }

  .bg-effect-wrapper {
    display: none;
  }

  .nav-container {
    justify-content: space-between;
    display: block;
  }

  .logo-link {
    flex: 1;
  }

  .nav-links {
    background-color: #1c1a1c;
    border-left: 1px solid #333;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    display: flex;
  }

  .nav-link {
    text-align: center;
    border-bottom: 1px solid #fff3;
    margin-top: 0;
    margin-bottom: 0;
    padding: 20px;
    display: block;
  }

  .section3 {
    padding-top: 40px;
  }

  .section4 {
    margin-top: 0;
    padding-top: 40px;
  }

  .contact-container {
    box-shadow: 0 0 0 1px var(--medium-orchid), 0 0 40px 0 #ca1bff80;
  }

  .icon {
    color: #fff;
  }

  .mobile-logo {
    width: 120px;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .menu-button {
    z-index: 2;
    margin-top: -16px;
    margin-right: -16px;
  }

  .menu-button.w--open {
    z-index: 2;
    background-color: #0000;
  }
}

@media screen and (max-width: 767px) {
  .contact-container {
    max-width: 90%;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    min-height: 60vh;
    padding-bottom: 20px;
    padding-left: 40px;
  }

  .hero-h {
    font-size: 10vw;
    line-height: 1.2em;
  }

  .section2 {
    padding-top: 80px;
    padding-bottom: 0;
  }

  .container2 {
    flex-direction: column;
  }

  .div2 {
    order: -1;
    width: 100%;
    padding: 0;
  }

  .div2.first {
    order: 1;
  }

  .div2.hire {
    margin-bottom: -20px;
  }

  .title-2 {
    margin-right: 0;
    font-size: 32px;
    line-height: 40px;
  }

  .p {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
  }

  .p.aligned {
    text-align: left;
  }

  .icons-line {
    flex-direction: column;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .icon-wrap.icon-middle {
    border-width: 1px 0;
    border-color: #4b404b #000;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .icon-lottie {
    margin-left: auto;
    margin-right: auto;
    left: 0;
  }

  .icon-t {
    text-align: center;
  }

  .lottie-animation {
    margin-bottom: -20px;
    margin-left: -20px;
    margin-right: -20px;
  }

  .icons-line-copy {
    flex-flow: wrap;
    max-width: 110%;
    margin: 0 -20px 40px;
  }

  .icon-wrap-copy {
    width: 50%;
    margin-left: 0;
    margin-right: 0;
  }

  .icon-lottie-copy {
    margin-left: auto;
    margin-right: auto;
    left: 0;
  }

  .icon-t-copy {
    text-align: center;
    font-size: 14px;
  }

  .bg-effect {
    width: 350vw;
    min-width: 350vw;
    max-width: 350vw;
    min-height: 200vh;
    max-height: 200vh;
    transform: translate(-30%)rotate(90deg);
  }

  .bg-effect-wrapper {
    display: flex;
  }

  .nav-container {
    display: block;
  }

  .logo-image {
    width: 90px;
  }

  .nav-link {
    text-align: center;
  }

  .section3 {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .section4 {
    padding-top: 10px;
  }

  .fingertips {
    width: 120%;
    max-width: 150%;
    margin-left: -13%;
    margin-right: auto;
  }

  .strips-section {
    margin-top: 0;
    margin-bottom: -51px;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .strip1 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .strips-text {
    width: 2300px;
    font-size: 27px;
  }

  .strip2 {
    padding-top: 0;
    padding-bottom: 0;
    transform: translate(0, -15%)rotate(-3deg);
  }

  .strips-text2 {
    width: 2300px;
    font-size: 27px;
  }

  .contact-section {
    padding-top: 0;
    padding-left: 28px;
    padding-right: 28px;
  }

  .contact-container {
    max-width: 100%;
    padding: 0 20px 10px;
  }

  .contact-h {
    font-size: 28px;
  }

  .form-block {
    margin-top: 10px;
  }

  .footer {
    margin-top: 40px;
  }

  .footer-text {
    font-size: 14px;
  }

  .p-contact {
    font-size: 16px;
    line-height: 22px;
  }

  .strips-section-copy {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .strip1-copy {
    padding-top: 0;
    padding-bottom: 0;
  }

  .strip2-copy {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .strips-text2-copy, .strips-text-copy {
    width: 2300px;
    font-size: 27px;
    line-height: 36px;
  }

  .letsh {
    margin-bottom: -7px;
    font-size: 14vw;
    line-height: 14vw;
  }
}


