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: #0080F7;
  background-color: #fcfcfc;
  text-shadow: none;
}

*::selection {
  color: #0080F7;
  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;
}

.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 {
  -o-object-fit: cover;
     object-fit: cover;
  width: calc(100% + 5vw);
  height: calc(100% + 5vw);
}

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

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

.artistBorder {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #ffffff;
  border-radius: 1.5rem;
  overflow: hidden;
}

.artistsSectionHalf {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #000000;
}

.artistsOverlay {
  position: absolute;
  top: 0;
  z-index: 12;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  border-radius: 1.5rem;
  pointer-events: none;
}

.artistsOverlayText {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: column;
  color: #ffffff;
  padding: 3rem;
  gap: 3rem;
  text-align: right;
}

.artistsOverlayHeaderGroup {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-direction: column;
  gap: 3rem;
}

.artistsOverlayTextMiniHeaderContainer {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  font-size: 2rem;
  line-height: 2rem;
}

.artistsOverlayTextMiniHeaderAccent {
  position: relative;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 100rem;
  border: 1px solid #ffffff;
}

.artistsOverlayTextName {
  position: relative;
  font-size: 10rem;
  max-width: 33rem;
  line-height: 8rem;
  font-family: BebasNeue;
  margin-bottom: -3rem;
  text-align: right;
  display: flex;
  justify-content: flex-end;
}

.artistsOverlayTextBioGroup {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 3rem;
  padding-bottom: 6rem;
}

.artistsOverlayTextBio {
  position: relative;
  font-size: 2rem;
  max-width: 35rem;
}

.artistsOverlayTextStats {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-direction: column;
}

.artistsOverlayTextStatsFollower, .artistsOverlayTextStatsListener {
  font-family: BebasNeue;
  font-size: 4rem;
  line-height: 4rem;
}

.artistsOverlayTextStatsLabel {
  font-size: 1.6rem;
}

.artistsOverlayTextAlbumGroup {
  width: 100%;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 1rem;
  perspective: 1000px;
  display: none;
}

.artistsOverlayTextAlbumImage {
  width: 15rem;
  height: 15rem;
  box-shadow: 0 0 1rem 0.2rem rgba(255, 255, 255, 0.2509803922);
}

.artistsOverlayChoicesContainer {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  color: #ffffff;
  bottom: 0;
  right: 0;
}

.artistsOverlayTextAlbumName {
  font-size: 1.6rem;
  font-family: BebasNeue;
}

.artistsOverlayChoice {
  position: relative;
  width: 5rem;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1.5rem;
  overflow: hidden;
  cursor: pointer;
}

.artistsOverlayChoiceImage {
  cursor: default;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.artistsOverlayChoicesBorder {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  color: #ffffff;
  padding: 0.5rem;
  gap: 0.5rem;
  margin-right: -1px;
  margin-bottom: -1px;
  border-radius: 1.5rem 0 1.5rem 0;
  border: 1px solid #ffffff;
  background-color: #000000;
  pointer-events: auto;
}

.artistsOverlayChoiceArrow {
  position: relative;
  width: 5rem;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1.5rem;
  overflow: hidden;
  cursor: pointer;
  background-color: #ffffff;
  pointer-events: auto;
}

.arrowFlip {
  transform: scaleX(-1);
}

.artistsOverlayChoiceData {
  display: none;
}

.artistsOverlayChoiceDataBioStartText {
  font-style: italic;
}

.artistsClick {
  position: absolute;
  top: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  pointer-events: auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.artistsClickBox {
  position: absolute;
  height: 100%;
  width: 100%;
  cursor: pointer;
}

.artistsClickClose {
  position: absolute;
  top: 2rem;
  left: 2rem;
  width: 5rem;
  height: 5rem;
  border-radius: 1.5rem;
  cursor: pointer;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.artistBackground {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  filter: grayscale(1);
  opacity: 0.5;
}

.artistBackgroundContainer {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 1.5rem;
}

.artistBackgroundImage {
  width: 100%;
}

.artistsBackgroundFilter {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: grayscale(1) brightness(1);
          backdrop-filter: grayscale(1) brightness(1);
  margin-left: 100%;
}

.artistMeetSection {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  color: #ffffff;
  overflow: hidden;
}

.artistMeetHeaderGroup {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 3rem;
  z-index: 6;
  padding: 3rem;
}

.artistMeetTextMiniHeaderContainer {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  font-size: 2rem;
  line-height: 2rem;
}

.artistMeetTextMiniHeaderAccent {
  position: relative;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 100rem;
  border: 1px solid #ffffff;
}

.artistMeetHeader {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  font-size: 10rem;
  line-height: 8rem;
  font-family: BebasNeue;
}

.artistMeetHeaderRow {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.artistMeetHeaderIcon {
  position: relative;
}

.artistMeetBackgroundImageA {
  position: absolute;
  z-index: 2;
  -o-object-fit: cover;
     object-fit: cover;
  width: calc(100% + 50px);
  height: 100%;
  -o-object-position: 50% 0%;
     object-position: 50% 0%;
}

.artistMeetBackgroundImageB {
  position: absolute;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
  width: calc(100% + 50px);
  height: 100%;
  opacity: 0;
  -o-object-position: 50% 0%;
     object-position: 50% 0%;
}

.artistMeetBackgroundCover {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
  background-color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.artistMeetBackgroundLogo {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.artistMeetBackgroundLogoImage {
  position: absolute;
  width: 40%;
}

.artistMeetText {
  z-index: 5;
  font-size: 3rem;
  line-height: 3.3rem;
  text-align: left;
  padding: 3rem;
}

.artistMeetFade {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6666666667) 0%, rgba(0, 0, 0, 0) 100%);
}

.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;
  }
  .artistBorder {
    flex-direction: column;
  }
  .artistMeetSection {
    flex-direction: row;
  }
  .artistMeetText {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    text-align: right;
  }
  .artistMeetFade {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6666666667) 0%, rgba(0, 0, 0, 0) 100%);
  }
  .artistMeetBackgroundImageA {
    -o-object-position: 50% 20%;
       object-position: 50% 20%;
  }
  .artistMeetBackgroundImageB {
    -o-object-position: 50% 20%;
       object-position: 50% 20%;
  }
  .artistsOverlayTextBioGroup {
    position: absolute;
    left: 2rem;
    bottom: 5rem;
    text-align: left;
  }
  .artistsOverlayTextBio {
    max-width: 25%;
  }
  .artistsOverlayTextStats {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
  .artistsOverlayTextName {
    font-size: 5rem;
    max-width: 40%;
    line-height: 5rem;
  }
  .artistsOverlayChoice {
    width: 7.5rem;
    height: 7.5rem;
  }
  .artistsOverlayChoiceArrow {
    width: 7.5rem;
    height: 7.5rem;
  }
  .artistsOverlayChoicesBorder {
    gap: 0.75rem;
  }
  .artistsClickClose {
    width: 7.5rem;
    height: 7.5rem;
  }
}
@media screen and (max-width: 750px) {
  html {
    font-size: 10px;
  }
}
@media screen and (max-width: 550px) {
  html {
    font-size: 5px;
  }
}
.tempRemove {
  display: none;
}/*# sourceMappingURL=index.css.map */