a {
  text-decoration: none;
}

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

.textAnimationClassContent {
  position: relative;
  display: flex;
  justify-content: center;
}

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

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

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

input,
textarea,
button,
select,
a,
svg,
div {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*::-moz-selection {
  color: #ffffff;
  background-color: #005151;
  text-shadow: none;
}

*::selection {
  color: #ffffff;
  background-color: #005151;
  text-shadow: none;
}

/* width */
::-webkit-scrollbar {
  width: 0;
  -webkit-user-select: auto;
          user-select: auto;
}

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

html {
  font-size: 10px;
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: scroll;
  /* cursor: none; */
  background-color: #000000;
}

body {
  z-index: 100;
  box-sizing: border-box;
  width: 100%;
  overflow-x: hidden;
  font-size: 10px;
  -webkit-overflow-scrolling: touch;
}

.ferrisWebgl {
  position: relative;
  top: 0;
  outline: none;
  box-sizing: border-box;
  width: 100vw;
  aspect-ratio: 1;
  z-index: 1;
  pointer-events: auto;
  overflow: hidden;
}

.mobileTexture {
  opacity: 0;
  pointer-events: none;
}

main {
  position: relative;
  z-index: 1;
  font-family: Carmen Sans;
  background-color: #000000;
}

.loadingSection {
  width: 100vw;
  height: 100vh;
  position: fixed;
  pointer-events: none;
  z-index: 100000;
  opacity: 0;
}

.dataSection {
  display: none;
}

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

.ferrisSectionOverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid red;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  pointer-events: none;
}

.ferrisSectionOverlayMain {
  position: relative;
  width: 100%;
  height: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  color: white;
  flex-direction: column;
  z-index: 10;
  padding-inline: min(20rem, 10vw);
  gap: 5rem;
}

.ferrisSectionOverlayMainHeader {
  font-size: 6rem;
  max-width: 40%;
  font-family: Jim;
}

.ferrisSectionOverlayMainBody {
  font-size: 2.4rem;
  max-width: 45%;
  line-height: 4.2rem;
  font-family: Inter;
}

.ferrisSectionOverlayEntry {
  position: relative;
  width: 100%;
  height: 50%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  color: white;
  flex-direction: column;
  padding-inline: min(20rem, 10vw);
  padding-top: 20%;
  gap: 3rem;
}

.ferrisSectionOverlayEntryHeader {
  font-size: 3.4rem;
  z-index: 10;
  max-width: 20%;
  text-align: right;
  font-family: Jim;
}

.ferrisSectionOverlayEntryBody {
  font-size: 2rem;
  line-height: 3rem;
  max-width: 30%;
  text-align: right;
  font-family: Inter;
  z-index: 10;
}

.ferrisSectionOverlayEntryButton {
  font-size: 2.4rem;
  padding-inline: 2rem;
  padding-block: 1rem;
  border: 1px solid #ffffff;
  color: #ffffff;
  text-align: center;
  font-family: Jim;
  z-index: 20;
  cursor: pointer;
  pointer-events: auto;
}

.testSection {
  position: relative;
  border: 1px solid lime;
  width: 100vw;
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.instructionsSection {
  position: relative;
  border: 1px solid lime;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.instructionsImage {
  width: 100%;
}

@media screen and (max-width: 1450px) {
  html {
    font-size: 8px;
  }
}
@media screen and (max-width: 1350px) {
  html {
    font-size: 7px;
  }
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 6px;
  }
}
@media screen and (max-width: 1000px) {
  html {
    font-size: 5px;
  }
}
@media screen and (max-width: 750px) {
  html {
    font-size: 5px;
  }
  .ferrisSection {
    padding-block: 30vw;
  }
  .ferrisSectionOverlayMain {
    padding-bottom: 30%;
  }
  .ferrisSectionOverlayMainHeader {
    max-width: 100%;
  }
  .ferrisSectionOverlayMainBody {
    max-width: 100%;
  }
  .ferrisSectionOverlayEntry {
    padding-top: 40%;
  }
  .ferrisSectionOverlayEntryHeader {
    max-width: 100%;
  }
  .ferrisSectionOverlayEntryBody {
    max-width: 100%;
  }
}/*# sourceMappingURL=index.css.map */