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

@keyframes slideintro {
  0% {
    transform: scale(1.2) translateX(5%);
    clip-path: inset(0 0 0 100%);


  }
  100% {
    transform: scale(1) translateX(0%);
    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--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;
}
.ms--images .ms-slide__image {
  width: 100%;
  height: 100%;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;

}

.ms--numbers {
  position: relative;
  opacity: 0.3;
  overflow: hidden;
  font-size: 0.7rem;
  transform: translateX(-12rem) translateY(-3rem);
  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% - 380px);
  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: 400px;
  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: 500px;
  height: 170px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.ms--titles {
  position: absolute;
  left: 10%;
  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: 60px;
  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: 10%;
  top: calc(50% + 105px);
  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: 1rem;
  border-bottom: 1px solid white;
  cursor: pointer;
}

.pagination {
  display: flex;
  position: fixed;
  bottom: 4rem;
  left: 50%;
  transform: translateX(-50%);
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  z-index: 999;

}
.pagination__button {
  display: inline-block;
  position: relative;
  background: none;
  width: 0.8rem;
  height: 33px;
  margin: 0 0.2rem;
  cursor: pointer;
  outline: 0cm;
  border: none;
  animation: bartransition 1s;
}


@keyframes bartransition {
  0% {
    width: 3rem;
    margin: 0 0;
    filter: saturate(0);

  }
  100% {
    width: 2.4rem;
    margin: 0 0.3rem;
    filter: saturate(1);
  }
}

.pagination__button:before, .pagination__button:after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  width: 100%;
  
}
.pagination__button:before {
  height: 1.5px;
  background-color: #7d7d7d;
}
.pagination__button:after {
  height: 1.5px;
  background-color: #f4d110;
  opacity: 0;
  transition: 0.5s opacity;
}

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

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


video {
  height: 100%;
  filter: brightness(0.65);

}



body {
  color: white;
  background-color: rgb(6, 6, 6);  
  overflow: hidden;
  width: 100% !important;
  max-width: 100%!important;
  min-width: 100% !important;

}

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: rgb(6, 6, 6);  
}

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

@keyframes clip-path-animation {
  0% { clip-path: var(--initial-clip-path); }
  100% { clip-path: inset(0 0 0 0); }
}


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

}


.ms-slide__video:hover {
  transform: scale(1.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: 100vw;
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  height: 100vh;
  background-color: red;
  z-index: 999;
  clip-path: inset(20vh 19.2vw);
  opacity: 0.3;
}


.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(-8rem) !important;

    height: 1.5rem;
  }
  .ms--titles .ms-slide {
    font-size: 1.3em;
    width: 1rem;
    line-height: 1.5rem;

  }

  .ms-slide__link {
    font-size: 0.7rem !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);
  }

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

}

