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: NeueHaasNormal;
  src: url("./fonts/NeueHaasDisplayMedium.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: #250e61;
  background-color: #ffffff;
  text-shadow: none;
}

*::selection {
  color: #250e61;
  background-color: #ffffff;
  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: NeueHaasNormal;
}

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

.webgl {
  position: absolute;
  top: 0;
  outline: none;
  box-sizing: border-box;
  width: 100vw;
  height: 100vh;
  z-index: 1;
}

main {
  position: relative;
  z-index: 1;
  background-color: #030303;
  pointer-events: auto;
}

.heroSection {
  position: fixed;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.scrollSection {
  position: relative;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: min(10vh, 8vw);
}

.nextSection {
  color: #000000;
  background-color: #ffffff;
  position: relative;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: min(10vh, 8vw);
}

.bodoni {
  font-family: "Bodoni Moda", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.poppins {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.italics {
  font-style: italic;
}

.lowercase {
  text-transform: lowercase;
}

.textSection {
  position: absolute;
  width: 100vw;
  font-size: max(3.5vh, 4vw);
  line-height: max(4vh, 4.5vw);
  display: flex;
  justify-content: center;
  align-items: flex-end;
  color: #000000;
  text-transform: uppercase;
  padding: min(8rem, 8vw);
  pointer-events: none;
}

.backTextSection {
  z-index: 0;
  background-color: #ffffff;
  height: 100vh;
}

.frontTextSection {
  z-index: 2;
  height: 100vh;
}

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

.textCombo2 {
  position: absolute;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
  width: 100%;
  height: 100%;
  bottom: min(8rem, 8vw);
  right: min(8rem, 8vw);
}

.hideText {
  color: rgba(255, 255, 255, 0);
}

.showText {
  text-shadow: 0 0 1px #030303;
}

.loadingSection {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 3vh;
  background-color: black;
  color: white;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
}

.loadingDoorFrameOut {
  position: fixed;
  width: 12vh;
  height: 20vh;
  border-radius: 6vh 6vh 0 0;
  border: 4px solid #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  box-shadow: 0 0 0px 2px #ffffff;
  margin-top: 8vh;
}

.loadingDoorBar {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  top: 0;
  left: 0;
  z-index: -1;
  transform-origin: bottom center;
  transform: scaleY(0);
}

.heroTextContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
}

.heroLogoText {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100vw;
  height: 100vh;
  top: 0px;
  background-color: rgba(255, 255, 255, 0.3764705882);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  font-size: 0.6rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: bold;
}

.heroScrollText {
  position: absolute;
  width: 25vh;
  margin-top: max(50vh, 30vw);
}

.logoSVG {
  width: max(100vw, 70vh);
}

.text-ring {
  position: relative;
}

.text-ring [style*="--index"] {
  font-size: calc(var(--font-size, 2) * 1rem);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(calc(360deg / var(--total) * var(--index))) translateY(calc(var(--radius, 5) * -1ch));
}

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

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

.textAnimationClassContainer {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}/*# sourceMappingURL=effect.css.map */