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

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

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

*::selection {
  background-color: transparent;
  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: 100svh;
  overflow-x: hidden;
  overflow-y: scroll;
  /* cursor: none; */
  font-family: NeueHaasNormal;
  overscroll-behavior-y: contain;
}

body {
  z-index: 100;
  box-sizing: border-box;
  width: 100%;
  height: 100svh;
  overflow-x: hidden;
  font-size: 10px;
  overscroll-behavior-y: contain;
}

.webgl {
  position: relative;
  top: 0;
  outline: none;
  box-sizing: border-box;
  width: 100vw;
  height: 100vh;
  z-index: 1;
  user-select: none;
  -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 */
}

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

.effectSliderSection {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-block: -10vh;
}

.effectSliderData {
  display: none !important;
}

.effectSliderSectionTextContainer {
  position: absolute;
  z-index: 10;
  pointer-events: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  color: #ffffff;
  max-width: 45rem;
  top: 0;
  margin-top: 31%;
}

.effectSliderSectionTextButton {
  pointer-events: auto;
  cursor: pointer;
}

.effectSliderSideBlur {
  position: absolute;
  z-index: 2;
  pointer-events: none;
  width: 100vw;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(to right, black 0%, black 10%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 50%, black 90%, black 100%);
}

.video {
  position: fixed;
  height: 1px;
  width: 1px;
}

.testSection {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  color: #ffffff;
  font-size: 5vh;
  text-align: center;
}

.loadingpage {
  position: fixed;
  pointer-events: none;
  z-index: 999999;
  background-color: #000000;
  color: #ffffff;
  font-size: 4rem;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: none;
}

.effectSliderSectionTextMiniHeaderSTYLE {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 1rem;
}

.effectSliderSectionTextMainHeaderSTYLE {
  font-size: 6.5rem;
  text-align: center;
}

.effectSliderSectionTextBodySTYLE {
  font-size: 1.6rem;
  text-align: center;
  margin-block: 3rem;
}

.effectSliderSectionTextButtonSTYLE {
  font-size: 2rem;
  border: 1px solid #ffffff;
  padding-block: 1rem;
  padding-inline: 2rem;
  color: #ffffff;
  text-decoration: none;
}

/* 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: 750px) {
  html {
    font-size: 6px;
  }
}/*# sourceMappingURL=effect.css.map */