/* Import font */
@font-face {
  font-family: "NeueMachina";
  src: url(../../assets/fonts/NeueMachina-Regular.otf);
}
/* HTML + body styles */
html,
body {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  font-family: "NeueMachina";
  font-size: "57px";
  cursor: crosshair;
}
/* General styling */
.wrapper {
  min-height: 100%;
  font-size: 2em;
  background-color: #000;
  color: #fff;
}
.hidden {
  display: none;
}
.invisible {
  visibility: hidden;
}
/* Container (flex parent) */
.container {
  height: 100vh;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #fff;
}
/* Styles titres */
.title-1 {
  font-size: 10vw;
}
.title-2 {
  font-size: 1.5em;
  margin-bottom: 4vh;
}
.title-3 {
  font-size: 1.2em;
}
.text-black {
  color: black;
}
.text-white {
  color: white;
}
.outline-white {
  -webkit-text-stroke-width: 0.75px;
  -webkit-text-stroke-color: white;
}
.hover-glow:active,
.hover-glow:hover {
  text-shadow: 0 0 10px white;
}
.hover-inverse:active,
.hover-inverse:hover {
  background: inherit;
  filter: invert(1);
}
.menu-overlay:active,
.menu-overlay:hover {
  color: black;
}
.cursor-pointer {
  cursor: pointer;
}
.text-content {
  padding: 4vh;
  justify-content: left;
  align-items: baseline;
}
.overflow-y {
  overflow-y: scroll;
  scrollbar-width: none;
}
.overflow-y::-webkit-scrollbar {
  display: none;
}
.text-content p {
  margin-bottom: 4vh;
}
.text-upper {
  text-transform: uppercase;
}
.text-italic {
  font-style: italic;
}
.text-center {
  text-align: center;
}
.text-underlined {
  text-decoration: underline;
}
a {
  color: inherit;
  text-decoration: inherit;
}
.text-wrapper p {
  font-size: 4vh;
}
.border-white {
  border: 1px solid white;
}
.img {
  min-height: 100%;
  width: 100%;
  overflow: hidden;
  object-fit: cover;
}
.bg {
  background: inherit;
}
.bg-white {
  background-color: white;
}
.bg-black {
  background-color: #000;
}
/* Decorations */
.bg-arrows {
  width: 100%;
  height: 100%;
  background: url(../../assets/img/triangles-ok.svg);
  background-size: 100% 100%;
  will-change: transform;
}
.bg-arrows-inverted {
  width: 100%;
  height: 100%;
  background: url(../../assets/img/triangles-ok.svg);
  background-size: 100% 100%;
  will-change: transform;
  transform: rotate(180deg);
}
.arrow-wrapper {
  width: 100%;
  height: 100%;
}
.animated-down {
  animation: scroll-y-down 5s linear 1;
}
.animated-down-next {
  animation: scroll-y-down-next 5s linear 1;
}
.animated-up {
  animation: scroll-y-up 5s linear 1;
}
.animated-up-next {
  animation: scroll-y-up-next 5s linear infinite;
}
.bg-circles {
  background-image: url(../../assets/img/circles-ok.svg);
  background-size: 100% 100%;
}
.bg-face-white {
  min-width: 100%;
  background-image: url(../../assets/img/face-white.png);
  background-size: 170%;
  background-position: center 75%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
/* Marquee styling */
.marquee {
  font-size: 9.7vw;
  overflow: hidden;
}
.marquee-small {
  font-size: 6.5vh;
}
.marquee-big {
  font-size: 11.8vw;
  padding: 40px 0 40px 0;
}
.marquee p {
  padding-bottom: 3px;
  display: inline-block;
  white-space: nowrap;
  width: 100vw;
  will-change: transform;
  animation-play-state: running;
}
.drop-shadow {
  text-shadow: var(--text-width) 0 0 currentColor,
    calc(var(--text-width) * 2) 0 0 currentColor;
}
.scroll-x {
  --text-width: 11.5rem;
  color: black;
  text-shadow: var(--text-width) 0 0 currentColor,
    calc(var(--text-width) * 2) 0 0 currentColor,
    calc(var(--text-width) * 3) 0 0 currentColor,
    calc(var(--text-width) * 4) 0 0 currentColor,
    calc(var(--text-width) * 5) 0 0 currentColor,
    calc(var(--text-width) * 6) 0 0 currentColor,
    calc(var(--text-width) * 7) 0 0 currentColor,
    calc(var(--text-width) * 8) 0 0 currentColor,
    calc(var(--text-width) * 9) 0 0 currentColor,
    calc(var(--text-width) * 10) 0 0 currentColor,
    calc(var(--text-width) * 11) 0 0 currentColor,
    calc(var(--text-width) * 12) 0 0 currentColor,
    calc(var(--text-width) * 13) 0 0 currentColor,
    calc(var(--text-width) * 14) 0 0 currentColor,
    calc(var(--text-width) * 15) 0 0 currentColor,
    calc(var(--text-width) * 16) 0 0 currentColor,
    calc(var(--text-width) * 17) 0 0 currentColor,
    calc(var(--text-width) * 18) 0 0 currentColor,
    calc(var(--text-width) * 19) 0 0 currentColor,
    calc(var(--text-width) * 20) 0 0 currentColor,
    calc(var(--text-width) * 21) 0 0 currentColor,
    calc(var(--text-width) * 22) 0 0 currentColor,
    calc(var(--text-width) * 23) 0 0 currentColor,
    calc(var(--text-width) * 24) 0 0 currentColor,
    calc(var(--text-width) * 25) 0 0 currentColor,
    calc(var(--text-width) * 26) 0 0 currentColor,
    calc(var(--text-width) * 27) 0 0 currentColor,
    calc(var(--text-width) * 28) 0 0 currentColor,
    calc(var(--text-width) * 29) 0 0 currentColor,
    calc(var(--text-width) * 30) 0 0 currentColor;
  animation: scroll-x 10s linear infinite;
}
.scroll-x-large {
  --text-width: 23rem;
  color: black;
  text-shadow: var(--text-width) 0 0 currentColor,
    calc(var(--text-width) * 2) 0 0 currentColor,
    calc(var(--text-width) * 3) 0 0 currentColor,
    calc(var(--text-width) * 4) 0 0 currentColor,
    calc(var(--text-width) * 5) 0 0 currentColor,
    calc(var(--text-width) * 6) 0 0 currentColor,
    calc(var(--text-width) * 7) 0 0 currentColor,
    calc(var(--text-width) * 8) 0 0 currentColor,
    calc(var(--text-width) * 9) 0 0 currentColor,
    calc(var(--text-width) * 10) 0 0 currentColor,
    calc(var(--text-width) * 11) 0 0 currentColor,
    calc(var(--text-width) * 12) 0 0 currentColor,
    calc(var(--text-width) * 13) 0 0 currentColor,
    calc(var(--text-width) * 14) 0 0 currentColor,
    calc(var(--text-width) * 15) 0 0 currentColor,
    calc(var(--text-width) * 16) 0 0 currentColor,
    calc(var(--text-width) * 17) 0 0 currentColor,
    calc(var(--text-width) * 18) 0 0 currentColor,
    calc(var(--text-width) * 19) 0 0 currentColor,
    calc(var(--text-width) * 20) 0 0 currentColor,
    calc(var(--text-width) * 21) 0 0 currentColor,
    calc(var(--text-width) * 22) 0 0 currentColor,
    calc(var(--text-width) * 23) 0 0 currentColor,
    calc(var(--text-width) * 24) 0 0 currentColor,
    calc(var(--text-width) * 25) 0 0 currentColor,
    calc(var(--text-width) * 26) 0 0 currentColor,
    calc(var(--text-width) * 27) 0 0 currentColor,
    calc(var(--text-width) * 28) 0 0 currentColor,
    calc(var(--text-width) * 29) 0 0 currentColor,
    calc(var(--text-width) * 30) 0 0 currentColor;
  animation: scroll-x 10s linear infinite;
}
.scroll-y-down {
  animation: scroll-y-down 5s linear infinite;
}
.scroll-y-up {
  animation: scroll-y-up 5s linear infinite;
}
.scroll-diagonal {
  animation: scroll-y-wrap 10s linear infinite;
}
.scroll-diagonal-inverse {
  animation: scroll-y-wrap-inverse 10s linear infinite;
}
@keyframes scroll-diagonal {
  0% {
    transform: translate(-100%, -100%);
  }
  50% {
    transform: translate(-200%, -200%);
  }
  50.001% {
    transform: translate(0%, 0%);
  }
  100% {
    transform: translate(-100%, -100%);
  }
}
@keyframes scroll-diagonal-inverse {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(100%, 100%);
  }
  50.001% {
    transform: translate(-100%, -100%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes scroll-x {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes scroll-y-down {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(100%);
  }
  50.001% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes scroll-y-down-next {
  0% {
    transform: translateY(-200%);
  }
  50% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes scroll-y-up {
  0% {
    transform: translateY(0) rotate(180deg);
  }
  50% {
    transform: translateY(-100%) rotate(180deg);
  }
  50.001% {
    transform: translateY(100%) rotate(180deg);
  }
  100% {
    transform: translateY(0) rotate(180deg);
  }
}
@keyframes scroll-y-up-next {
  0% {
    transform: translateY(0) rotate(180deg);
  }
  50% {
    transform: translateY(-100%) rotate(180deg);
  }
  100% {
    transform: translateY(-200%) rotate(180deg);
  }
}
@keyframes scroll-y-wrap {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(100%);
  }
  50.001% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes scroll-y-wrap-inverse {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-100%);
  }
  50.001% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}

.video {
  position: relative;
  width: 100%;
  height: 100%;
}
.video-overlay,
.video-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#video-intro {
  z-index: 1010;
  background-color: black;
}
#video-gif {
  z-index: 1009;
  background-color: black;
}
#video-gif img {
  max-height: 100%;
width: auto;
  filter: grayscale(100%);
}
#video-image {
  z-index: 1008;
}
#video-overlay {
  z-index: 1007;
}
#video-overlay img {
  max-height: 100%;
  width: auto;
}
#video-success {
  z-index: 1010;
}
#video-element {
  width: auto;
  min-height: 100%;
  object-fit: cover;
  filter: grayscale(100%) brightness(70%);
}
