
@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: 200vh;
}


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

  .mask-div {
      width: 100vw;
      height: 95vh;
      display: flex;
      justify-content: center;
      align-items: center;
      position: fixed;
      z-index: 5;
     animation: scalein 0s 0s forwards; 

     
  }



  .mask-div img {
    width: 110rem;


}



 .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) ;
    }
    100% {
        transform: scale(1)translateX(0rem) 
    }
}

@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;

  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -2vh;

}

.vid {
  width: 50rem;
  filter: brightness(0.8) contrast(1.1);
}


@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: 100vw !important;
}

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


}


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

@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;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 7rem;
  background-color: black;

}


.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;

  height: 0.5rem;
  background-color:  rgb(236, 203, 17);
  animation: desnacrtica 0.5s 3s forwards;


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

}

.loadiv {
  display: flex;
  width: 100vw;
  height: 100vh;
  justify-content: space-evenly;
  align-items: center;
  animation: loadscale 1.5s 2.5s;
}

.loadimgdiv {
  display: flex;
  flex-direction: column;
  gap: 2vw;
  height: 400vh;
  align-items: center;
  justify-content: center;
}

.loadimg {
  width: 31vw;
  height: 80vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.3;

}


.loadimg img {
  height: 100%;
}

.loadimgdiv:nth-child(2) {
  animation: imgmoveup 3.2s 0.5s ease forwards;
  transform: translateY(150vw);
}

.loadimgdiv:nth-child(1)  {
  animation: imgmovedown 3.2s 0.5s ease forwards;
  transform: translateY(150vw);
}

.loadimg:nth-child(2)  {
  animation: imgscale 2s 2.5s;
}

.loadimgdiv:nth-child(3)  {
  animation: imgmovedown 3.2s 0.5s ease forwards;
  transform: translateY(150vw);
}


@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(1);}
  100% { transform: scale(1.4);}
}