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: Carmen Sans;
  src: url("./fonts/CarmenSans.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;
}

.webgl {
  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;
  width: 100vw;
  height: 100vh;
  z-index: 1;
  font-family: Carmen Sans;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.heroSection {
  position: relative;
  width: 900px;
  height: 900px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid red;
  overflow: hidden;
  perspective: 1000px;
}

img {
  height: 500px;
}

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

.mainLogo {
  position: absolute;
  opacity: 0;
}

.logoPiece {
  position: absolute;
}

.logoPieceRotate {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logoPiecesTranslate {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(0.9);
}

.logoPiecesTranslateRotate {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 40px;
}

@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;
  }
}/*# sourceMappingURL=index.css.map */