@font-face {
  font-family: Ppmondwest;
  src: url('../fonts/PPMondwest-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ppmondwest;
  src: url('../fonts/PPMondwest-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

a {
  text-decoration: underline;
}

.hand-lottie {
  filter: invert();
  mix-blend-mode: lighten;
  position: absolute;
  inset: 0%;
}

.deus-ex-codice-svg {
  color: #4e82ca;
  mix-blend-mode: difference;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
}

.eye-vid-wrapper {
  width: 50%;
  height: 100%;
  padding: 5vw;
  position: relative;
}

.eye-vid {
  width: 100%;
  height: 100%;
}

.hand-wrapper {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
  position: relative;
}

.after-hero-wrapper {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 80svh;
  margin-top: 10vw;
  margin-bottom: 10vw;
  display: flex;
  position: relative;
}

.typing-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.typing-vid-wrapper {
  width: 75%;
  height: 75%;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.typing-vid {
  aspect-ratio: 2.39;
  width: 100%;
  height: 100%;
}

.in-peace-war-quote-svg {
  color: #c7ba7e;
  mix-blend-mode: difference;
  width: 50%;
  margin: 25vh auto;
}

.guy-standing-wrapper {
  justify-content: center;
  align-items: flex-end;
  width: 80vw;
  height: 80svh;
  margin-top: 10vw;
  margin-bottom: 10vw;
  display: flex;
  position: relative;
}

.guy-standing-vid {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
}

.god-from-code-svg {
  color: #4e82ca;
  mix-blend-mode: difference;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2.5vw;
  padding-left: 1.45vw;
  padding-right: 1.45vw;
  position: absolute;
}

.hero-wrapper {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: 100svh;
  padding-bottom: 12.5vw;
  display: flex;
  position: relative;
}

.hero-walking-vid {
  mix-blend-mode: lighten;
  border-bottom-right-radius: 5vw;
  width: 97.5vw;
  height: 100%;
  margin-right: auto;
}

.site-title {
  color: #ccc;
  cursor: default;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 12.5vw;
  font-family: Ppmondwest, Arial, sans-serif;
  font-size: 5vw;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  inset: auto auto 3.625vw 0%;
}

.body {
  background-color: #1d1d1d;
}

.email {
  color: #111;
  background-color: #c7ba7e;
  padding: 2vw;
  font-family: Ppmondwest, Arial, sans-serif;
  font-size: 5vw;
  line-height: 1;
  text-decoration: none;
  transition: background-color .5s;
  display: block;
}

.email:hover {
  background-color: #4e82ca;
}

.head-vid {
  height: 100%;
}

.footer {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50vw;
  display: flex;
  position: relative;
}

.head-vid-wrapper {
  aspect-ratio: 1;
  width: 50vw;
  position: absolute;
  inset: 0% 0% auto auto;
}

.contact-wrapper {
  position: absolute;
}

.email-contact {
  color: #ccc;
  cursor: default;
  background-color: #882626;
  border: .5vw solid #1d1d1d;
  border-bottom-right-radius: 2vw;
  padding: .25vw 1.5vw .25vw 1vw;
  font-family: Ppmondwest, Arial, sans-serif;
  font-size: 5vw;
  line-height: 1;
  position: absolute;
  top: -60%;
  left: -5%;
}

@media screen and (max-width: 991px) {
  .eye-vid-wrapper {
    width: 80%;
  }

  .hand-wrapper {
    width: 100%;
  }

  .after-hero-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 20vw;
    margin-bottom: 20vw;
  }

  .guy-standing-wrapper {
    margin-top: 20vw;
    margin-bottom: 20vw;
  }

  .contact-wrapper {
    position: absolute;
  }
}


@font-face {
  font-family: 'Ppmondwest';
  src: url('../fonts/PPMondwest-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppmondwest';
  src: url('../fonts/PPMondwest-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}