a {
  text-decoration: none;
}

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

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

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

.hidden {
  opacity: 0;
}

.absolute {
  position: absolute;
}

/* Fonts */
@font-face {
  font-family: NeueHaasNormal;
  src: url("./fonts/NeueHaasDisplayMedium.ttf");
}
@font-face {
  font-family: BebasNeue;
  src: url("./fonts/BebasNeue-Regular.ttf");
}
@font-face {
  font-family: LiberationSans;
  src: url("./fonts/LiberationSans-Regular.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: #000000;
  background-color: #fcfcfc;
  text-shadow: none;
}

*::selection {
  color: #000000;
  background-color: #fcfcfc;
  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; */
  font-family: OpenSauceOneLight;
}

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

.heroWebgl {
  position: relative;
  top: 0;
  outline: none;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.artistWebgl {
  position: relative;
  top: 0;
  outline: none;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  z-index: 10;
}

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

main {
  position: relative;
  z-index: 1;
  font-family: LiberationSans;
}

.loadingSection {
  width: 100vw;
  height: 100vh;
  position: fixed;
  pointer-events: none;
  background-color: #000000;
  z-index: 100000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.comment {
  position: absolute;
  top: 1vw;
  left: 1vw;
  font-size: 1.6rem;
  color: #fcfcfc;
}

.videoButtonText {
  position: absolute;
  font-size: 3vh;
  color: #fcfcfc;
  font-family: BebasNeue;
  margin-top: 27.5vh;
  text-shadow: 2px 2px 2px #E900A0, -2px -2px 2px #4000E9;
}

.videoButton {
  position: absolute;
  font-size: 5vh;
  color: #fcfcfc;
  padding: 3vh;
  cursor: pointer;
  pointer-events: auto;
  border-radius: 100rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #070707;
  box-shadow: 0.2vh 0.2vh 1vh 0 #E900A0, -0.2vh -0.2vh 1vh 0 #4000E9;
}

.videoButtonInner {
  position: relative;
  font-size: 5vh;
  color: #fcfcfc;
  padding: 3vh;
  cursor: pointer;
  pointer-events: auto;
  border-radius: 100rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #090909;
  box-shadow: inset -0.5vh -0.5vh 2vh 0 #2c2c2c, -0.5vh -0.5vh 4vh 0 #2c2c2c;
}

.videoButtonLogo {
  position: relative;
  width: 10vh;
}

.testSection {
  position: relative;
  width: 100vw;
  height: 100vh;
  padding-block: 4rem;
  padding-inline: 10rem;
  z-index: 1000;
}

.scrollNotifSection {
  font-size: 1.6rem;
  color: #fcfcfc;
  position: fixed;
  width: 100%;
  text-align: center;
  bottom: 0;
  z-index: 2000;
  padding: 5vh;
  font-weight: bold;
  text-shadow: 1px 1px 4px #ffffff;
  pointer-events: none;
}

.scrollNotifSection2 {
  font-size: 1.6rem;
  color: #fcfcfc;
  position: fixed;
  width: 100%;
  text-align: center;
  bottom: 0;
  z-index: 2000;
  padding: 5vh;
  font-weight: bold;
  text-shadow: 1px 1px 4px #ffffff;
  pointer-events: none;
}

.conceptContainer {
  position: absolute;
  z-index: 2;
  font-size: 1.6rem;
  font-weight: bold;
}

.heroSection {
  position: relative;
  width: 100vw;
  height: 100dvh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.heroSectionBody {
  width: 50rem;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 10rem;
  font-weight: 900;
}

.heroSectionVideo {
  width: calc(100% + 5vw);
  height: auto;
}

.heroSectionVideoContainer {
  position: absolute;
  width: 90vw;
  height: 40.5vw;
  overflow: hidden;
  border-radius: 90vw;
  box-shadow: 0 0 5vw 5vw #101010, 0 0 1vw 2vw #3a3a3a;
  display: flex;
  justify-content: center;
  align-items: center;
}

.eyeCoverSection {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  z-index: 10000;
  background-color: #0f0f0f;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.cursorSection {
  position: fixed;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999999;
}

.cursorFollower {
  position: absolute;
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid white;
  border-radius: 100rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  box-shadow: 0 0 0.4rem 0 rgba(0, 0, 0, 0.6274509804);
  opacity: 0;
  transform: scale(0.9);
}

.cursorFollowerText {
  position: absolute;
  color: #ffffff;
  font-size: 2rem;
  margin-left: 6rem;
  text-shadow: 0 0 0.4rem #000000;
}

.cursorFollowerIcon {
  position: absolute;
  width: 80%;
  height: 80%;
}

@media screen and (max-width: 1400px) {
  html {
    font-size: 10px;
  }
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 10px;
  }
}
@media screen and (max-width: 1000px) {
  html {
    font-size: 10px;
  }
}
@media screen and (max-width: 750px) {
  html {
    font-size: 10px;
  }
}
@media screen and (max-width: 550px) {
  html {
    font-size: 5px;
  }
}/*# sourceMappingURL=index.css.map */