body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: "Roboto";
  list-style: none;
  box-sizing: border-box;
  background: #0a0340;
  height: 100%;
}

section {
  height: 100vh;
  overflow: hidden;
}

.bg img {
  width: auto;
  height: 110vh;
  filter: brightness(0.7);
  filter: blur(0px);
}

.rock1 {
  position: absolute !important;
  left: 10vw !important;
  top: 20vh !important;
}

.rock1 img {
  width: 40%;
  filter: brightness(0.5);
}

.text h1 {
  font-family: "AlphaCentauri" !important;
  font-size: 5vw;
  color: #fff;
  letter-spacing: 1vw;
  position: absolute;
  top: 50vh;
  left: 50vw;
  transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
  .text h1 {
    font-family: "AlphaCentauri" !important;
    font-size: 8vw;
    color: #fff;
    letter-spacing: 1vw;
    position: absolute;
    top: 50vh;
    left: 50vw;
    transform: translate(-50%, -50%);
  }
}

.eye img {
  width: 400px;
  height: 400px;
  position: absolute;
  left: 50vw;
  top: 50vh;
  z-index: 1;
  filter: brightness(0.9);
  opacity: 1;
  transform: translate(-50%, -50%);
}

.lens img {
  width: 460px;
  height: 420px;
  position: absolute;
  left: 50vw;
  top: 50vh;
  z-index: 1;
  filter: brightness(0.9);
  opacity: 0.6;
  transform: translate(-50%, -50%);
}

/* .lens img {
  width: 320px;
  height: 300px;
  position: absolute;
  left: 39vw;
  top: 28vh;
  z-index: 1;
  filter: brightness(0.8);
  opacity: 0.6;
} */

.mid {
  left: -150px !important;
  bottom: -100px !important;
  top: unset !important;
}

.mid img {
  width: 100%;
  z-index: 2;
  left: -20px;
  top: 20vh !important;
  filter: brightness(0.8);
}

.fore {
  right: -50px !important;
  bottom: -200px !important;
  top: 0px !important;
  left: unset !important;
}

.fore img {
  width: 400px;
  height: 110vh;
  z-index: 3;
  filter: brightness(0.5);
}

#scene {
  filter: blur(0px);
}



@media (max-width: 768px) {
  .eye img {
    width: 300px;
    height: 300px;
    position: absolute;
  }

  .lens img {
    width: 345px;
    height: 315px;
    position: absolute;
    left: 50vw;
    top: 50vh;
    z-index: 1;
    filter: brightness(0.9);
    opacity: 0.6;
    transform: translate(-50%, -50%);
  }
}

@media (max-width: 768px) {
  .text h1 {
    font-family: "AlphaCentauri" !important;
    font-size: 8vw;
    color: #fff;
    letter-spacing: 1vw;
    position: absolute;
    top: 50vh;
    left: 50vw;
    transform: translate(-50%, -50%);
  }
}

@media (max-width: 768px) {
  .fore img {
    display: none;
  }
}
/* SWIPER */




