@font-face {
  font-family: "ArchivoBlack";
  src: url("../fonts/ArchivoBlack.otf");
  font-display: swap;
}
@font-face {
  font-family: "FraktionSans-Bold";
  src: url("../fonts/FraktionSans-Bold.otf");
  font-display: swap;
}
@font-face {
  font-family: "FraktionSans-Light";
  src: url("../fonts/FraktionSans-Light.otf");
  font-display: swap;
}

*:focus {
  outline: none;
}

::-webkit-scrollbar {
  width: 1px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  border-radius: 0;
}

::-webkit-scrollbar-thumb {
  border-radius: 0px;
  -webkit-box-shadow: none;
  background: #000;
  // background: rgb(255 20 149);
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  background: black;
  color: white;
  font-family: "FraktionSans-Light", sans-serif;
  scroll-behavior: smooth;
}

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

.mobile-only {
  font-size: 0.3em;
}

a:hover {
  text-decoration: none;
}

.no-padding {
  padding: 0;
  margin: 0;
}

#preloader {
  display: none;
  width: 100vw;
  height: 100vh;
  position: absolute;
  z-index: 99;
  top: 0;
  bottom: 0;
  align-items: center;
  justify-content: center;
}

.spinner-border {
  width: 34px !important;
  height: 34px !important;
}

.banner {
  background: black;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  z-index: 1;
  top: 0;
  /* background: url(../img/bg.jpg) #000;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;  */
}

.vimeo-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}
.vimeo-wrapper iframe {
  width: 100vw;
  min-height: 100vh;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.menucontent1 {
  font-size: 1.2em;
  text-align: center;
  padding-bottom: 20px;
  position: absolute !important;
  top: 80px;
  z-index: 99;
}

.logo-icon {
  position: fixed;
  top: 20px;
  left: 0;
  right: 0;
  z-index: 9;
  text-align: center;
}
.logo-icon img {
  max-width: 110px;
}

#logo-text {
  font-size: 3em;
  color: white;
  text-decoration: none;
  font-family: "ArchivoBlack", sans-serif;
  transition: all 0.4s ease;
}

.menu {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease;
  width: 100vw;
  height: 100%;
}

.menuall {
  font-size: 1.2em;
  position: absolute;
  transition: all 0.4s ease;
}
.menucontent {
  font-size: 1.2em;
  text-align: center;
  padding-bottom: 20px;
}

.selectedpage {
  border: 1px solid white;
  padding: 1px 10px 5px 10px;
}

#leftmenu {
  left: 20px;
  transition: all 0.4s ease;
}
#rightmenu {
  right: 20px;
  transition: all 0.4s ease;
}
#bottommenu {
  bottom: 40px;
  left: 0;
  right: 0;
  text-align: center;
  justify-content: center;
  z-index: 5;
  transition: all 0.4s ease;
}

#bannerVideo {
  min-height: 100vh;
  min-width: 100vw;
  top: 0;
  position: absolute;
  object-fit: cover;
  width: 100vw;
  height: 100vh;
}

.bottom-content {
  margin-top: 100vh;
  z-index: 5;
  color: white;
  position: relative;
  background: rgb(0 0 0 / 00%);
  padding: 80px 0;
  transition: all 1s ease;
  justify-content: center;
}
#bottomcontent {
  display: none;
}
#leftcontent {
  display: none;
}
#rightcontent {
  display: none;
}

.videobar iframe {
  width: 100%;
  height: calc(56.25vw);
}
.videotext p {
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 40px 0;
}
.imgspace img {
  max-width: 100%;
  padding: 0 0 20px 0;
}

.videobar {
  padding-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .videobar {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}

/*.photobar {
    justify-content: center;
    padding-top: 80px;
    width: 80%;
    margin: auto !important;
}*/

.photobar img {
  display: block;
  max-width: 500px;
}

.mobile-only {
  display: none;
}

.newFilmTitles {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 0;
  font-size: 1rem;
}

@media only screen and (max-width: 1024px) {
  #bottommenu {
    bottom: 70px;
  }
}

@media only screen and (max-width: 767px) {
  #logo-text {
    width: 50%;
    line-height: 1em;
  }
  .all-screen {
    display: none;
  }
  .mobile-only {
    display: block;
  }

  .menuall,
  .menucontent,
  .menucontent1 {
    font-size: 1em;
  }
}

@media only screen and (max-width: 1024px) {
  .vimeo-wrapper iframe {
    min-height: 100%;
  }
  .banner {
    height: 100%;
  }
}

@media (max-width: 560px) {
  .logo-icon img {
    max-width: 80px;
  }
  .menucontent {
    font-size: 12px;
  }
  .menucontent1 {
    font-size: 11px;
  }
  .h2,
  h2 {
    font-size: 15px !important;
  }
  .videotext p {
    font-size: 12px;
    line-height: inherit;
  }
}
