/* Fonts */
@font-face {
  font-family: Main;
  src: url("./fonts/X.ttf");
}
@font-face {
  font-family: Kuga;
  src: url("./fonts/kuga.ttf");
}
@font-face {
  font-family: Spacer;
  src: url("./fonts/spacer.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 */
}

*::-moz-selection {
  background-color: #e04b43;
  color: #fdfdfd;
}

*::selection {
  background-color: #e04b43;
  color: #fdfdfd;
}

input,
textarea,
button,
select,
a,
svg,
div {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* width */
::-webkit-scrollbar {
  width: 0.2rem;
  -webkit-user-select: auto;
          user-select: auto;
}

/* Track */
::-webkit-scrollbar-track {
  background-color: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background-color: #e04b43;
}

/* Loading Page */
.loadingPage {
  position: fixed;
  background-color: #fdfdfd;
  width: 100vw;
  height: 100vh;
  z-index: 9999999999;
  pointer-events: none;
}

/* Defaults */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  background-color: #eae9e3;
  font-size: 10px;
  color: #000000;
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
  /* cursor: none; */
}

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

.webgl {
  position: fixed;
  z-index: 0;
  outline: none;
  box-sizing: border-box;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
}

main {
  width: 100vw;
  height: 100vh;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mainSection {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

h1 {
  font-size: 20rem;
}

h2 {
  font-style: italic;
  font-size: 5rem;
}

a {
  font-size: 5rem;
  text-decoration: none;
  color: #000000;
}

.webglActualImage {
  width: 25vw;
  opacity: 0;
}

.webglImageSection {
  position: relative;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  pointer-events: none;
}

.webglActualImageCustom1 {
  width: 50vw;
  opacity: 0;
}

.webglParticleImage {
  width: 30vw;
}

.itwFrameCustom1 {
  width: 14.0616549486vw;
  height: 14.0616549486vw;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

/* Responsive */
/* Max-Width 1080px */
@media screen and (max-width: 1800px) {
  html {
    font-size: 8px;
  }
  /* Responsive Common */
}
@media screen and (max-width: 1800px) and (orientation: Portrait) {
  /* Portrait */
}
@media screen and (max-width: 1800px) and (orientation: landscape) {
  /* Landscape */
}
@media screen and (max-width: 1400px) {
  html {
    font-size: 7px;
  }
  /* Responsive Common */
}
@media screen and (max-width: 1400px) and (orientation: Portrait) {
  /* Portrait */
}
@media screen and (max-width: 1400px) and (orientation: landscape) {
  /* Landscape */
}
@media screen and (max-width: 1400px) {
  .webglImageSection {
    flex-direction: column !important;
  }
}/*# sourceMappingURL=index.css.map */