
@font-face {
    font-family: light;
    src: url(fonts/TerminaTest-Light.otf);
}


@font-face {
    font-family: extralight;
    src: url(fonts/TerminaTest-ExtraLight.otf);
}



@font-face {
    font-family: reg;
    src: url(fonts/TerminaTest-Regular.otf);
}

@font-face {
    font-family: mid;
    src: url(fonts/TerminaTest-Medium.otf);
}

body {
  height: 130vh;

}


.landing {
  position: fixed;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
    
}

  .mask-div {
      width: 100vw;
      height: 95vh;
      display: flex;
      justify-content: center;
      align-items: center;
      position: fixed;
      z-index: 5;
      animation: none; /* Animation will not play by default */
      transform: scale(1)translateX(0rem) ;

      

    
  }
  


  .landingload {
    position: fixed;
    width: 100vw;
    height: 100vh;
  }

  .mask-div-load {

    width: 100vw;
    height: 95vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 5;
    animation: none; /* Animation will not play by default */
    transform: scale(30)translateX(0rem) ;
    opacity: 0;
    animation: scalein 1s 4s ease forwards;
    z-index: 999999999999999999;
    
  }



  .mask-div-load img {
    width: 110rem;
    filter: contrast(0.95) ;


}


  .mask-div img {
    width: 110rem;
    filter: contrast(0.95) ;
    box-shadow: 0px 0px 0px 10rem black;



}



 .content {
    text-align: center;
    position: relative;
    color: white;
    position: fixed;
    font-family: extralight;
    padding-top: 29rem;
    font-size: 1.5rem;
    animation: inop 1s  forwards;

  }
.content span {
    width: 4.15rem;
    display: inline-block;
    font-family: light;
  }



  .button {
    position: fixed;
    opacity: 0.7;
    border-width: 1px;
    border-color: rgb(255, 255, 255);
    background: linear-gradient(to bottom, rgba(250, 128, 114, 0) 50%, gold 50%) top;
    background-size: 100% 200%;
    transition: .2s ease-out;
    border-radius: 5rem;
    padding: 0.3rem 1.2rem;
    color: white;
    z-index: 9999999;
    bottom: 3rem;
    left: 50%;
    transform: translateX(-50%);
    font-family: reg;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  
  .button:hover {
    color: black;
    border-color: gold;
    background-position: bottom;
  }
  
  .button:hover img {
    filter: brightness(0);
  }
  
  .button img {
    width: 1rem;
    transition: 0.3s;
  }
  




.downfade {
    animation: out 0.5s ease-in-out forwards;
}



.in {
    animation: in 0.8s 0.2s ease forwards;
}








@keyframes inop {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}



@keyframes scalein {
    0% {
        transform: scale(30) translateX(-1rem) ;
        opacity: 1;
    }
    100% {
        transform: scale(1)translateX(0rem);
        opacity: 1;

    }
}

@keyframes out {
    0% {
        transform: translateY(0rem);
        opacity: 1;
    }
    100% {
        transform: translateY(-4rem);
        opacity: 0;
    }
}

@keyframes in {
    0% {
        transform: translateY(5rem);
        opacity: 0;
    }
    100% {
        transform: translateY(0rem);
        opacity: 1;
    }
}

.div-vid {
  position: fixed;
  z-index: 1;
  width: 100vw;
  opacity: 1;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -2vh;

}

.vid {
  width: 60rem;
  filter: brightness(0.8) contrast(1.1);
  mask-image: url(content/inverted-mask.svg);  mask-repeat: no-repeat;   mask-size: cover;
  
}


@media only screen and (max-width: 600px) {
  .mask-div img {
    width: 230vw !important;

}




.content {
  font-size: 4vw !important;
padding-top: 62vw !important;
}

.content span {
  width: 8.7vw !important;
}

.vid {
  width: 130vw !important;
}

.button {
  width: 70vw !important;
  font-size: 3.5vw !important;
}


}


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

@keyframes scale {
    0% {
        transform: scale(1) translateX(0.3rem);
    }
    100% {
        transform: scale(35) translateX(-0.88rem);
    }
}


.slideshow {
  opacity: 0;
}


.vidljivo {
  opacity: 1;
}



.vrteca {
  position: fixed;
  left: 0%;
  width: 100vw;
  height: 100vh;
  bottom: 0;
  z-index: 2;
  opacity: 0;
  display: none;
  justify-content: center;
  align-items: center;
  line-height: 7rem;
  background: rgb(6, 6, 6);
  animation: landingload 1s 5.5s forwards;


}


.slova {
  position: fixed;
  height: 5.55rem;
  overflow: hidden;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 5.5rem;
}




.slovo {
  font-size: 8rem;
  font-family: visoki;
  margin-top: 0.29rem;
  color: rgb(236, 203, 17);
}




.loadtxt {
  font-size: 0.8rem;
  font-family: light;
  margin-top: 6.5rem;
  margin-left: -0.3rem;
  position: fixed;
  letter-spacing: 0.65rem;
  width: 8.2rem;
  height: 0.1rem;
  clip-path: inset(0% 100% 0% 0%);
  background-color: white;
  animation: loadcrta 3s forwards ; 
}

@keyframes loadcrta {
  0% {   clip-path: inset(0% 100% 0% 0%);}
  100% {   clip-path: inset(0% 0% 0% 0%);}
}


.slovo:nth-child(1) {
  animation: slovo2 2.5s forwards ease;
}


.slovo:nth-child(2) {
  animation: slovo1 2.5s forwards ease;
}

.slovo:nth-child(3) {
  animation: slovo3 3.5s forwards ease;
}

.slovo:nth-child(4) {
  animation: slovo4 2.5s forwards ease;
}

.slovo:nth-child(5) {
  animation: slovo5 2.5s forwards ease;
}

@keyframes slovo2 {
  0% {  transform: translateY(-16.5rem);  }
  100% {  transform: translateY(16.5rem);  }
}

@keyframes slovo1 {
  0% {  transform: translateY(-22rem);  }
  100% {  transform: translateY(22rem);  }
}
@keyframes slovo3 {
  0% {  transform: translateY(-11rem); }
  80% {  transform: translateY(11rem); font-size: 8rem; margin-left: 0rem; margin-right: 0rem;   }

  100% {  transform: translateY(11rem);font-size: 5.5rem; margin-left: 0.3rem; margin-right: 0.3rem;    }
}

@keyframes slovo4 {
  0% {  transform: translateY(-16.5rem);  }
  100% {  transform: translateY(16.5rem);  }
}


@keyframes slovo5 {
  0% {  transform: translateY(-22rem);  }
  100% {  transform: translateY(22rem);  }
}

@keyframes ljevacrtica {
  0% {  width: 0rem;   margin-left: -3.5rem;
  }
  100% {  width: 2rem;   margin-left: -1.2rem;  }
}

@keyframes desnacrtica {
  0% {  width: 0rem;   margin-left: 2rem;
  }
  100% {  width: 2rem;    margin-left: -0.4rem;  }
}


.crtica1 {
  position: fixed;
  width: 0rem;
  margin-top: 4.75rem;
  margin-left: -0.4rem;
  z-index: 999999999999999999999999;
  z-index: 2;
  height: 0.5rem;
  background-color:  rgb(236, 203, 17);
  animation: desnacrtica 0.5s 3s forwards;


}
.crtica2 {
  position: fixed;
  margin-top: -4.75rem;
  z-index: 999999999999999999999999;
  margin-left: -1.2rem;
  height: 0.5rem;
  background-color:  rgb(236, 203, 17);
  animation: ljevacrtica 0.5s 3s forwards;
  width: 0rem;

}





@keyframes imgscale {
  0% {width: 31vw; height: 80vh;}
  100% {width: 100vw; height: 100vh;}

}


@keyframes imgmoveup {
  0% {transform: translateY(150vw);}
  60% {transform: translateY(55vw);}
  70% {transform: translateY(55vw);}

  100% {transform: translateY(55vw);  }

}

@keyframes imgmovedown {
  0% {transform: translateY(-150vw); }
  60% {transform: translateY(-40vw);}
  70% {transform: translateY(-40vw);}
  100% {transform: translateY(-10vw) }
}

@keyframes loadscale {
  0% { transform: scale(2); opacity: 0;}
  50% {
    opacity: 1;
  }
  100% { transform: scale(1); opacity: 1;}
}




.fadeoutdown {
  animation: fadeoutdown 0.7s forwards;
}

@keyframes fadeoutdown {
  0% {
    opacity: 1;
    transform: translateY(0rem);
  }
  100% {
    opacity: 0 ;
    transform: translateY(5rem);

  }
}



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


@keyframes scaleout {

  0% {
      transform: scale(35) translateX(-0.88rem); ;
  }

  90% {
    transform: scale(1) translateX(0.3rem);

  }
  100% {
    transform: scale(1) translateX(0.3rem);

}
}

.tadivdiv { width: 100vw; height: 100vh; position: fixed; z-index: 99999999999; background-color: black; clip-path: polygon(50% , 50%, 100%, 50%); opacity: 0;} 
.tadiv {width: 100vw; height: 75vh; position: fixed;  overflow: hidden; filter: hue-rotate(60deg);}
.tadiv img {width: 100vw;}

.wipeup {
  animation: 1s cubic-bezier(.25, 1, .30, 1) wipe-in-up both;
  opacity: 1;

}

@keyframes wipe-in-up {
  from {
    clip-path: inset(100% 0 0 0);
    transform: translateY(10rem);
  }
  to {
    clip-path: inset(0 0 0 0);
    transform: translateY(-0rem);

  }
}



.blurup {
  animation: blurup 1s ease forwards;
  opacity: 1;
}

@keyframes blurup {
  0% {
    transform: translateY(0rem);
    filter: blur(0rem);
  }
  100% {
    transform: translateY(-20rem);
    filter: blur(1rem);
  }
}



.load-div-vid {
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  animation: load-vid 1s 2.8s forwards;
  overflow: hidden;
  opacity: 0;

}

.load-vid {
  height: 140%;
  z-index: 1;
  animation: vid 1s 4.7s forwards;
  filter: brightness(0.5);


}

@keyframes load-vid {
  0% {
    clip-path: inset(100% 0% 0% 0);
    opacity: 0;
  }
 
   100% {
     clip-path: inset(0 0 0 0);
     opacity: 1;

   }
}


@keyframes landingload {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes vid {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.6);
  }
}


.slovadiv {
  animation: slova 0.5s 4s forwards;
  position: fixed;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;

  
}

@keyframes slova {
  0% {
    opacity: 1;
    transform: scale(1) ;
  }

  100% {
    opacity: 0;
    transform: scale(0);

  }
}