body {
  margin: 0;
  overscroll-behavior: none;
}

@font-face {
  font-family: "Plain-Medium";
  src: url("./../fonts/Plain-Medium.otf") format("opentype");
}
@font-face {
  font-family: "Plain-Regular";
  src: url("./../fonts/Plain-Regular.otf") format("opentype");
}
.container-txt h1 {
  font-family: Plain-Medium;
  font-size: 3em;
  letter-spacing: 2px;
  color: rgb(255, 255, 255);
  text-shadow: white 0px 0 10px;
}

.container-txt h1:hover {
  color: white;
  text-shadow: white 10px 10 40px;
  transform: scale(1.05);
  transition: 0.5s ease-in-out;
}

.panel h1 {
  font-family: Plain-medium;
  font-size: 0.5em;
  color: rgb(255, 255, 255);
  text-shadow: white 0px 0 10px;
  letter-spacing: -0.1px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.spec h1 {
  font-family: Plain-Medium;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  font-size: 1.5em;
}

.spec-desc h2 {
  font-family: Plain-Regular;
  color: white;
  text-shadow: white 0px 0 10px;
  line-height: 115%;
  text-shadow: white 0px 0 10px;
  font-size: 1.5em;
}

.section {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  height: 100dvh;
  overflow: auto;
}
.section#section1 .wrapper {
  height: 700vh;
}
.section#section2 .wrapper {
  height: 10000vh;
}
.section#section3 .wrapper {
  height: 15000vh;
}
.section#section4 .wrapper {
  height: 10000vh;
}
.section.is-visible {
  display: block;
}
.section.is-off {
  display: none;
}
.section .wrapper {
  position: relative;
  width: 100%;
  height: 300vh;
}
.section .wrapper .section-content {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  background-color: rgba(255, 255, 255, 0.8);
}
.section .wrapper .section-content video {
  z-index: 0;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#container-txt-intro {
  z-index: 100;
  width: 90vw;
  height: 90vh;
  overflow: scroll;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  transition: 0.5s ease-in;
}

.txt-intro {
  position: fixed;
  opacity: 0;
  pointer-events: none;
  transition: 1s ease-in-out;
  transition: transform 0.5s ease-in-out;
}

.active {
  opacity: 1;
  pointer-events: auto;
}

.fade-out {
  animation: fade-out 1s ease-in-out forwards;
}

@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fade-in {
  animation: fade-in 1s ease-in-out forwards;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#txt-intro-last {
  pointer-events: none;
  animation: plonges infinite 1.5s ease-in-out;
}

@keyframes plonges {
  0% {
    transform: translateY(-10px);
  }
  40% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
.txt-intro-last-anim {
  animation: txtIntroLast infinite 1s ease-in-out;
}

@keyframes txtIntroLast {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-1000px);
  }
}
.container-spec {
  z-index: 100;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  text-align: center;
  -webkit-mask-image: linear-gradient(to right, transparent 30%, black 40%, black 60%, transparent 70%);
          mask-image: linear-gradient(to right, transparent 30%, black 40%, black 60%, transparent 70%);
}

.spec {
  z-index: 100;
  flex: 0 0 auto;
  transition: 0.5s ease;
  padding: 0 20px;
  width: 250px;
  text-align: center;
  transition: 1s ease-in-out;
}

.overlay-desc {
  position: fixed;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.spec-desc {
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  pointer-events: none;
  transition: 0.5s ease-in-out;
}

.hidden.spec-desc {
  opacity: 0;
  transition: 0.5s ease-in;
}

.hidden {
  opacity: 0;
  transition: 0.5s ease-in;
}

#container-spec-2 {
  justify-content: center;
}

#container-info {
  z-index: 1000;
  perspective: 100vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  position: fixed;
  pointer-events: none;
  width: 100%;
  height: 100svh;
  transition: 0.5s ease-in-out;
}
#container-info .panel-all {
  transform-style: preserve-3d;
  transform-origin: 50% 50%;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 0;
}
#container-info .panel-all .panel {
  opacity: 0;
  transform-origin: 50% 50%;
  position: absolute;
  top: 50%;
  left: 50%;
}
#container-info .panel-all .panel:nth-child(1) {
  transform: translate3d(calc(-50% + 5vw * (1 - 1)), -50%, 0vh);
}
#container-info .panel-all .panel:nth-child(2) {
  transform: translate3d(calc(-50% + 5vw * (2 - 1)), -50%, -60vh);
}
#container-info .panel-all .panel:nth-child(3) {
  transform: translate3d(calc(-50% + 5vw * (0 - 1)), -50%, -120vh);
}
#container-info .panel-all .panel:nth-child(4) {
  transform: translate3d(calc(-50% + 5vw * (1 - 1)), -50%, -180vh);
}
#container-info .panel-all .panel:nth-child(5) {
  transform: translate3d(calc(-50% + 5vw * (2 - 1)), -50%, -240vh);
}
#container-info .panel-all .panel:nth-child(6) {
  transform: translate3d(calc(-50% + 5vw * (0 - 1)), -50%, -300vh);
}
#container-info .panel-all .panel:nth-child(7) {
  transform: translate3d(calc(-50% + 5vw * (1 - 1)), -50%, -360vh);
}
#container-info .panel-all .panel:nth-child(8) {
  transform: translate3d(calc(-50% + 5vw * (2 - 1)), -50%, -420vh);
}
#container-info .panel-all .panel:nth-child(9) {
  transform: translate3d(calc(-50% + 5vw * (0 - 1)), -50%, -480vh);
}
#container-info .panel-all .panel:nth-child(10) {
  transform: translate3d(calc(-50% + 5vw * (1 - 1)), -50%, -540vh);
}
#container-info .panel-all #panel-1 {
  font-size: 5em;
}
#container-info .panel-all #panel-3 {
  font-size: 5em;
}
#container-info .panel-all #panel-5 {
  font-size: 5em;
}

#container-txt-3 {
  z-index: 100;
  width: 90vw;
  height: 90vh;
  overflow: scroll;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  transition: 0.5s ease-in-out;
}

.txt-section-3 {
  position: fixed;
  opacity: 0;
  transition: 1s ease-in-out;
  transition: transform 0.5s ease-in-out;
}

#txt-section-3-first {
  opacity: 1;
}

.txt-section-3.active {
  opacity: 1;
  pointer-events: auto;
  animation: title 1s ease-in-out infinite;
  animation-delay: 4s;
}

@keyframes title {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.txt-section-3.fade-out {
  animation: fade-out 0.5s ease-in-out forwards;
}

@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.txt-section-3.fade-in {
  animation: fade-in 0.5s ease-in-out forwards;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#txt-section-3-last {
  pointer-events: none;
  animation: remontes infinite 1.5s ease-in-out;
}

@keyframes remontes {
  0% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
#spec-3:first-child {
  margin-left: calc(50% - 125px);
}

/* ---BLUR--- */
.gradient-blur {
  z-index: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  position: fixed;
  inset: auto 0 0 0;
  height: 50%;
  pointer-events: none;
}

#gradientBlurBottom1 {
  bottom: 0;
}

#gradientBlurTop1 {
  top: 0;
  rotate: 180deg;
}

#gradientBlurLeft1 {
  transform: translateY(40vw);
  left: 0;
  rotate: 90deg;
}

#gradientBlurRight1 {
  transform: translateY(40vw);
  right: 0;
  rotate: -90deg;
}

#gradientBlurBottom2 {
  bottom: 0;
}

#gradientBlurTop2 {
  top: 0;
  rotate: 180deg;
}

#gradientBlurLeft2 {
  transform: translateY(40vw);
  left: 0;
  rotate: 90deg;
}

#gradientBlurRight2 {
  transform: translateY(40vw);
  right: 0;
  rotate: -90deg;
}

#gradientBlurBottom2 {
  bottom: 0;
}

#gradientBlurTop3 {
  top: 0;
  rotate: 180deg;
}

#gradientBlurLeft3 {
  transform: translateY(40vw);
  left: 0;
  rotate: 90deg;
}

#gradientBlurRight3 {
  transform: translateY(40vw);
  right: 0;
  rotate: -90deg;
}

#gradientBlurBottom4 {
  bottom: 0;
}

#gradientBlurTop4 {
  top: 0;
  rotate: 180deg;
}

#gradientBlurLeft4 {
  transform: translateY(40vw);
  left: 0;
  rotate: 90deg;
}

#gradientBlurRight4 {
  transform: translateY(40vw);
  right: 0;
  rotate: -90deg;
}

.gradient-blur > div,
.gradient-blur::before,
.gradient-blur::after {
  position: absolute;
  inset: 0;
}

.gradient-blur::before {
  content: "";
  z-index: 1;
  -webkit-backdrop-filter: blur(0.5px);
          backdrop-filter: blur(0.5px);
  -webkit-mask: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 12.5%, black 25%, rgba(0, 0, 0, 0) 37.5%);
          mask: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 12.5%, black 25%, rgba(0, 0, 0, 0) 37.5%);
}

.gradient-blur > div:nth-of-type(1) {
  z-index: 2;
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
  -webkit-mask: linear-gradient(to bottom, rgba(0, 0, 0, 0) 12.5%, black 25%, black 37.5%, rgba(0, 0, 0, 0) 50%);
          mask: linear-gradient(to bottom, rgba(0, 0, 0, 0) 12.5%, black 25%, black 37.5%, rgba(0, 0, 0, 0) 50%);
}

.gradient-blur > div:nth-of-type(2) {
  z-index: 3;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  -webkit-mask: linear-gradient(to bottom, rgba(0, 0, 0, 0) 25%, black 37.5%, black 50%, rgba(0, 0, 0, 0) 62.5%);
          mask: linear-gradient(to bottom, rgba(0, 0, 0, 0) 25%, black 37.5%, black 50%, rgba(0, 0, 0, 0) 62.5%);
}

.gradient-blur > div:nth-of-type(3) {
  z-index: 4;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  -webkit-mask: linear-gradient(to bottom, rgba(0, 0, 0, 0) 37.5%, black 50%, black 62.5%, rgba(0, 0, 0, 0) 75%);
          mask: linear-gradient(to bottom, rgba(0, 0, 0, 0) 37.5%, black 50%, black 62.5%, rgba(0, 0, 0, 0) 75%);
}

.gradient-blur > div:nth-of-type(4) {
  z-index: 5;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  -webkit-mask: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, black 62.5%, black 75%, rgba(0, 0, 0, 0) 87.5%);
          mask: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, black 62.5%, black 75%, rgba(0, 0, 0, 0) 87.5%);
}

.gradient-blur > div:nth-of-type(5) {
  z-index: 6;
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  -webkit-mask: linear-gradient(to bottom, rgba(0, 0, 0, 0) 62.5%, black 75%, black 87.5%, rgba(0, 0, 0, 0) 100%);
          mask: linear-gradient(to bottom, rgba(0, 0, 0, 0) 62.5%, black 75%, black 87.5%, rgba(0, 0, 0, 0) 100%);
}

.gradient-blur > div:nth-of-type(6) {
  z-index: 7;
  -webkit-backdrop-filter: blur(32px);
          backdrop-filter: blur(32px);
  -webkit-mask: linear-gradient(to bottom, rgba(0, 0, 0, 0) 75%, black 87.5%, black 100%);
          mask: linear-gradient(to bottom, rgba(0, 0, 0, 0) 75%, black 87.5%, black 100%);
}

.gradient-blur::after {
  content: "";
  z-index: 8;
  -webkit-backdrop-filter: blur(64px);
          backdrop-filter: blur(64px);
  -webkit-mask: linear-gradient(to bottom, rgba(0, 0, 0, 0) 87.5%, black 100%);
          mask: linear-gradient(to bottom, rgba(0, 0, 0, 0) 87.5%, black 100%);
}

@media screen and (max-width: 500px) {
  .container-txt h1 {
    font-size: 2.5em;
  }
  .spec h1 {
    font-size: 1.5em;
  }
  .spec-desc h2 {
    font-size: 1.25em;
  }
  .panel h1 {
    font-size: 0.1em;
  }
  #panel-1 {
    font-size: 3em;
  }
  #panel-3 {
    font-size: 3em;
  }
  #panel-5 {
    font-size: 3em;
  }
  .container-spec {
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 20%, black 80%, transparent 100%);
            mask-image: linear-gradient(to right, transparent 0%, black 20%, black 80%, transparent 100%);
  }
  .gradient-blur {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */