a {
  text-decoration: none;
}

.textAnimationClass {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.textAnimationClassNav {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.textAnimationClassContainer {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hidden {
  opacity: 0;
}

.absolute {
  position: absolute;
}

/* Fonts */
@font-face {
  font-family: EurostileExtd;
  src: url("./fonts/Eurostile-Extended-Black.woff");
}
@font-face {
  font-family: Jim;
  src: url("./fonts/deadjim.woff");
}
@font-face {
  font-family: Inter;
  src: url("./fonts/Inter-VariableFont_opsz,wght.ttf");
}
/* No Select */
.noselect,
img {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */ /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
   supported by Chrome, Edge, Opera and Firefox */
}

.invisible {
  opacity: 0 !important;
  pointer-events: none !important;
}

* {
  -webkit-tap-highlight-color: transparent;
}

*::-moz-selection {
  background-color: transparent;
  text-shadow: none;
}

*::selection {
  background-color: transparent;
  text-shadow: none;
}

/* width */
/* Track */
/* Handle */
/* Defaults */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  width: 100%;
  height: 100svh;
  overflow-x: hidden;
  overflow-y: scroll;
  /* cursor: none; */
  overscroll-behavior-y: contain;
  background-color: black;
}

body {
  z-index: 100;
  box-sizing: border-box;
  width: 100%;
  font-size: 10px;
}

main {
  position: relative;
  z-index: 1;
}

.testSection {
  position: relative;
  width: 100%;
  height: 0vh;
}

.videoContainerSection {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.videoTextSection {
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding-inline: 20%;
  z-index: 10;
}

.videoTextSectionMiniHeader {
  font-family: EurostileExtd;
  font-size: 2rem;
  line-height: 2.4rem;
  font-style: italic;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 4px;
}

.videoTextSectionHeader {
  font-family: Jim;
  font-size: 6.4rem;
  line-height: 7rem;
  font-weight: 400;
  margin-top: 1rem;
  margin-bottom: 4.5rem;
}

.videoTextSectionBody {
  font-family: Inter;
  font-size: 1.5rem;
  line-height: 2.25rem;
  font-weight: 400;
}

.videoViewerSection {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  perspective: 100vw;
}

video.videoViewerSectionVideo {
  pointer-events: auto;
  cursor: pointer;
}

.videoViewerSectionVideoContainer {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.videoViewerPlayButton {
  position: absolute;
  z-index: 20;
  width: 20%;
  pointer-events: none;
}

.videoViewerPlayButtonShadow {
  position: absolute;
  z-index: 10;
  width: 20%;
  margin-top: 0.5%;
  opacity: 0.5;
  filter: blur(2px);
  pointer-events: none;
}

.videoContainerSectionHalfText {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-block: 5.5%;
}

.videoContainerSectionHalfMarker {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-block: 5.5%;
}

.videoViewerSectionVideo {
  position: relative;
  width: 100%;
}

/* Responsive */
@media screen and (max-width: 1800px) {
  html {
    font-size: 9px;
  }
}
@media screen and (max-width: 1600px) {
  html {
    font-size: 8px;
  }
}
@media screen and (max-width: 1300px) {
  html {
    font-size: 7px;
  }
}
@media screen and (max-width: 1100px) {
  html {
    font-size: 7px;
  }
}
@media screen and (max-width: 765px) {
  html {
    font-size: 6px;
  }
  .videoViewerSection {
    margin-bottom: 25rem;
  }
}
.instructionsSection {
  position: relative;
  width: 100vw;
}

.instructionsImage {
  width: 100%;
}/*# sourceMappingURL=videoViewer.css.map */