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

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

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


  @font-face {
    font-family: visoki;
    src: url(fonts/Deutschlander-O5we.ttf);
  } 


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

  @font-face {
    font-family: terminalight;
    src: url(fonts/TerminaTest-Light.otf);
  } 
  
  .logo {
    display: flex;
    
  }

  .logo img {
    width: 8rem !important;
  }

  input.check-toggle-round-flat + label {
    padding: 10px !important;
    width: 4.2rem !important;
    height: 1.4rem !important;
  }

  .switch > span {
    position: absolute;
    top: 0.35rem !important;
    width: 53% !important;
  }



  .ms--images {
    position: relative;
    overflow: hidden;
    
    
    
  }
  .ms--images.ms-container--horizontal {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    animation: scal 1s 1s ;
    animation: slideintro 1s forwards ;
    clip-path: inset(0 0 0 0);
    
  }


  .ms--images.ms-container--horizontal .ms-track {
    left: calc(50% - 30px);
  }
  .ms--images.ms-container--horizontal .ms-slide {
    display: inline-flex;
    
  }
  .ms--images .ms-track {
    position: absolute;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    display: flex;
    list-style: none;

  }
  .ms--images .ms-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: center;
    height: 63vh;
    margin-top: -1.5rem;
    width: 65vw;
    -webkit-user-select: none;
      -moz-user-select: none;
        -ms-user-select: none;
        
            user-select: none;
  }


  .ms-slide:nth-child(6) .ms-slide__image {
    transform: scale(1.1) !important;
  }


  .ms-slide:nth-child(8) .ms-slide__image {
    transform: scale(1.2) !important;
  }




  .ms--images {
    left: calc(19vw);
    

  }
  .ms--images.ms-container--horizontal .ms-track {
    left: -20px;
  }

  .ms--images .ms-slide__image-container {
    width: 90%;
    height: 90%;
    background-color: rgba(0, 0, 0, 0.3);
    overflow: hidden;
    box-shadow: rgba(255, 217, 0, 0) 7px 7px 0px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    
  }
  .ms--images .ms-slide__image {
    background-size: cover;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: fadein  0.5s forwards ;

  }

  .ms--numbers {
    position: relative;
    opacity: 0.4;
    overflow: hidden;
    font-size: 0.7rem;
    transform: translateX(-13rem) translateY(-4rem);
    font-family: terminabold;
    
  }
  .ms--numbers.ms-container--horizontal {
    width: 340px;
    height: 240px;
    max-width: 100%;
    
    
  }
  .ms--numbers.ms-container--horizontal .ms-track {
    left: calc(50% - 120px);
    opacity: 0;
    animation: numberintro 1s 0s forwards;

  }
  .ms--numbers.ms-container--horizontal .ms-slide {
    display: inline-flex;
  }
  .ms--numbers .ms-track {
    display: flex;
    position: absolute;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .ms--numbers .ms-slide {
    align-items: center;
    justify-content: center;
    width: 240px;
    height: 240px;
    -webkit-user-select: none;
      -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .ms--numbers {
    position: absolute;
    left: calc(50% - 25%);
    top: calc(50% - 300px);
    z-index: -1;
    pointer-events: none;

  }
  .ms--numbers .ms-slide {
    font-size: 9em;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.2);
  }

  .ms--titles {
    position: relative;
    overflow: hidden;
    opacity: 0;
    animation: titleintro 1s 0.4s forwards;

  }
  .ms--titles.ms-container--vertical {
    width: 600px;
    height: 170px;
    
    max-height: 100%;
    
  }
  .ms--titles.ms-container--vertical .ms-track {
    flex-direction: column;
    top: calc(50% - 85px);
    
    
  }
  .ms--titles.ms-container--vertical.ms-container--reverse .ms-track {
    flex-direction: column-reverse;
    top: auto;
    bottom: calc(50% - 85px);
  }
  .ms--titles.ms-container--vertical .ms-slide {
    display: flex;
  }
  .ms--titles .ms-track {
    display: flex;
    position: absolute;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .ms--titles .ms-slide {
    align-items: center;
    justify-content: left;
    width: 600px;
    height: 170px;
    -webkit-user-select: none;
      -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .ms--titles {
    position: absolute;
    left: 9%;
    top: calc(50% - 85px);
    z-index: 1;
    pointer-events: none;
  }
  .ms--titles .ms-track {
    white-space: normal;
  }
  .ms--titles .ms-slide {
    font-size: 3.5em;
    font-family: terminabold;
    line-height: 4.3rem;
    color: rgb(234, 202, 21);

    font-weight: 600;
  }


  .ms--links {
    position: relative;
    overflow: hidden;
    opacity: 0;
    animation: titleintro 1s 0.7s forwards;


  }
  .ms--links.ms-container--vertical {
    width: 320px;
    height: 20px;
    max-height: 100%;
  }
  .ms--links.ms-container--vertical .ms-track {
    flex-direction: column;
    top: calc(50% - 30px);
  }
  .ms--links.ms-container--vertical .ms-slide {
    display: flex;
  }
  .ms--links .ms-track {
    display: flex;
    position: absolute;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .ms--links .ms-slide {
    align-items: center;
    justify-content: left;
    width: 320px;
    height: 60px;
    -webkit-user-select: none;
      -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .ms--links {
    position: absolute;
    left: 9.5%;
    top: calc(50% + 85px);
    z-index: 1;
  }
  .ms--links .ms-track {
    white-space: normal;
  }
  .ms--links .ms-slide__link {
    font-family: terminalight;
    text-shadow: 1px 1px 8px #000000;
    padding: 5px 0 8px;
    font-size: 0.9rem;
    cursor: pointer; 
    line-height: 1.5rem;
  }

  .pagsve {
    animation: fadein 2s forwards ;

  }

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

    }
  

    .fadeout {
      animation: fadeout 0.5s forwards;
    }
    @keyframes fadeout {
      0% {
        opacity: 0;
      }
      100% {
        opacity: 1;
      }
  
      }
    
  

  .pagcont {
    position: fixed;
    display: flex;
    width: 10rem;
    bottom: 0;
    left: 0;
    width: 35rem;
    height: 10rem;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
  }
  .pagination {
    display: flex;
    position: fixed;
    bottom: 4rem;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -48% !important;
    width: 33rem;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 999;
    gap: 1rem;
    height: 3rem;
    transition: 0.3s;
  }



  .pagination__button {
    display: flex;
    font-family: terminalight;
    justify-content: center;
    align-items: center;
    position: relative;
    background: none;
    transform: translateX(0.2rem);
    width: 2rem;
    height: 2rem;
    margin: 0 0.2rem;
    cursor: pointer;
    outline: 0cm;
    border: none;
    color: rgba(255, 255, 255, 0.631);
    font-size: 0.77rem;

  }


  .pagination__button span {
    pointer-events: none;
  }



  .pagination__button:before, .pagination__button:after {
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% - 1px);
    width: 100%;
    
    
  }

  .pagination__button:after {
    width: 1.4rem;
    height: 1.4rem;
    background-color: gold;
    opacity: 1;
    transition: 0.5s ;
    border-radius: 100%;
    margin-top: -0.62rem;
    margin-left: 0.3rem;
    scale: 0;
  }






  .pagination__item--active .pagination__button:after {
    opacity: 1;
    scale: 1;

  }

  .pagination__item--active span{
    z-index: 999;
    font-family: terminaregular;
  }


  *, *:before, *:after {
    box-sizing: border-box;
  }




  



  body {
    color: white;
    background-color: rgb(6, 6, 6);  
    width: 100% !important;
    max-width: 100%!important;
    min-width: 100% !important;
    height: 120vh !important;
    font-family: sans-serif;
  }

  a {
    color: white;
    text-decoration: none;
    cursor: pointer;
  }

  .container {
    position: absolute;
    top: 0%;
    left: 0;
    display: flex;
    flex-direction: column;
    max-width: 100% !important;
    min-height: 100%;
    height: 100%;
    background-color: none;  
    }

    .playscale {
      animation: playscale 0.7s   forwards;
    }

    @keyframes playscale {
      0% {transform: scale(1) translateY(0%); }
      100% { transform: scale(1.7) translateY(2%);}
    }

    .reversescale {
      animation: reversescale 0.7s forwards;
  }
  
  @keyframes reversescale {
      0% { transform: scale(1.7) translateY(2%); }
      100% { transform: scale(1) translateY(0%); }
  }
  
  .fadein {
      animation: fadein 0.3s forwards;
  }
  

  .header {
    display: flex;
    align-items: center;
    padding: 30px;
  }

  .header__logo {
    font-size: 1.2em;
    font-weight: 900;
    letter-spacing: -1px;
  }
  .header__logo span {
    display: inline-block;
    transform: translateY(4px) rotate(180deg);
    pointer-events: none;
  }

  .header__menu {
    margin-left: auto;
  }

  .header__menu__list, .footer__menu__list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .header__menu__link {
    margin-left: 50px;
  }

  .footer {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 30px;
  }

  .footer__menu__link {
    margin-left: 50px;
    color: rgba(255, 255, 255, 0.5);
  }

  .sliders-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    transform: scale(1);
  }


  @keyframes scale {
    0% {transform: scale(1);  }
    100% {transform: scale(1.7) translateX(10%);}
  }



  .mask {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: blue;
    opacity: 0;
    pointer-events: none;
    clip-path: inset(0 0 0 0);
  }

  .mask.animate {
    animation: clip-path-animation 1s forwards;
  }




      .video-container {
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
      }

      .video-container iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
      }

      .player-bar-overlay {
          position: fixed;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 3vw; /* Adjust the value based on the player bar height */
          background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
          pointer-events: none;
      }


  .ms-slide__video {
    transform: scale(1.2);
    transition: 0.3s;
    height: 100%;
    width: 100%;
    object-fit: cover;
    filter: brightness(0.7);

  }


  .ms-slide__video:hover {
    transform: scale(1);
  }
      

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


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

  #trailer {
    background-color: whitesmoke !important;
  }


  .sliders-container {
    transform: scale(1.05);
  }


  .test {
    width: 61.5vw;
    position: fixed;
    top: 50%;
    margin-top: -13px;
    left: 50%;
    height: 59.5vh;
    margin-left: -1.5rem;
    z-index: 0;
    opacity: 1;
    transform: translateX(-47%) translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    animation: nestane 0.5s 2s forwards;
    pointer-events: none;
  }

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

    100% {
      opacity: 0;
    }
  }

  .test:nth-child(2) {
    left: 118.2%;
  }

.test img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.2);
  filter: brightness(0.7);

}


  .overlay {
    pointer-events: none;
    width: 100%;
    height: 100%;
    z-index: 99999999999999 !important;
    position: absolute;
  }



  @media (max-width: 767px) {







    .ms--titles.ms-container--vertical {
      margin-top: 18vh;
      height: 5rem;
      
      
    }

    .ms--links.ms-container--vertical {
      margin-top: 19vh ;
      transform: translateY(-6.7rem) !important;
      height: 1rem;
    }
    .ms--titles .ms-slide {
      font-size: 1.2em;
      width: 1rem;
      line-height: 1.5rem;


    }

    .ms-slide__link {
      font-size: 0.5rem !important;
    }

    .ms--titles  {
      left: 23%;
    }

    .ms--links  {
      left: 23%;
    }

    .overlay {
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%,  rgba(0, 0, 0, 0.701) 90%);
      width: 120%;
      height: 120%;
      z-index: 99999999999999 !important;
    }
    


    .container {
      transform: scale(1.4) translateY(0.5rem) translateX(1rem) !important;
    }

    .ms--images .ms-slide {
  
      height: 50vh;
      width: 55vw;
    
    }

    

  }











  #prevButton {
    position: fixed;
    bottom: 4.98rem;
    left: 50vw;
    transform: translate(-19.5rem);
    font-size: 0.6rem;
  }


  #nextButton {
    position: fixed;
    bottom: 4.98rem;
    right: 50vw;
    font-size: 0.6rem;
    transform: translate(19.5rem);

  }





  .fadeoutdown {
    animation: fadeoutdown 0.7s forwards;
  }
  
  @keyframes fadeoutdown {
    0% {
      opacity: 1;
      transform: translateY(0rem);
    }
    100% {
      opacity: 0 ;
      transform: translateY(5rem);
  
    }
  }
  

  .transh3 {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    font-size: 13rem;
    font-family: visoki;
    font-weight: 100;
    color: gold;
    z-index: 999;
    text-transform: uppercase;
    opacity: 0;
    pointer-events: none;
  }


  .transh3  h3{
    font-weight: normal;
  }

  .fadeup {
    animation: fadeup 1s;
  }

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


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

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





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

}


@keyframes scaleout {

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

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

}
}
