body {
  background: #0d0d0d;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.gradient_background {
  position: fixed;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to right bottom,
    #101524 0%,
    #19203d 50%,
    #252f59 100%
  );
  background-position: center;
}

#parallax-container {
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  top: 0;
  left: 0;
  z-index: 0;
}

.parallax-layer {
  transform-style: preserve-3d;
  position: fixed;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
}

.dropper-text-area {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.layer_far {
  background: url(" ../images/parallax-bg/sml.png");
  background-position: center;
  background-repeat: repeat;
  background-size: auto;
  filter: blur(1px);
}

#threejs-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

#controlPanel {
  position: fixed;
  top: 0;
  right: 0;
  width: 250px;
  background: rgba(40, 35, 35, 0.9);
  padding: 10px;
  z-index: 5;
  display: none;
  height: 100%;
  overflow: auto;
  color: aliceblue;
  font-family: "Courier New", Courier, monospace;
}

#showControls {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 10;
}

#interactive-icon {
  position: fixed;
  bottom: 8%;
  right: 7%;
  z-index: 20;
}

#interactive-icon img {
  width: 50px;
  height: 50px;
  opacity: 100%;
}

/* Class to hide the icon */
.hidden {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0s 0.5s;
}
/* 
.dropper-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: -240px;
  margin-top: 100px;
  font-family: "Barlow", "Roboto", "Helvetica Neue", sans-serif;
  font-size: 24;
  color: rgb(176, 188, 246);
  font-weight: 100;
  letter-spacing: 1;
  text-align: right;
}

.shop-button {
  all: unset;
  width: 150;
  height: 20;
  margin-top: 30px;
  padding: 15px 0;
  z-index: 1;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  cursor: pointer;
  touch-action: manipulation;
  transition: all 0.4s;
  border-radius: 10px;
  font-size: 16;
  font-weight: 300;
  background: linear-gradient(to left, #2b3665d5 0%, #c75eff1d 100%);
}

.shop-button:hover {
  scale: 110%;
} */

/*  */

/* Extra Small Devices, Phones */
/* @media screen and (max-width: 575.98px) {} */

/* Small Devices, Tablets */
/* @media screen and (min-width: 0px) and (max-width: 876.98px) {} */

/* Medium Devices, Desktops */
/* @media screen and (min-width: 0px) and (max-width: 991.98px) {

  .layer_left {
    margin-left: -100px;
  }
  .layer_center {
    margin-left: -40px;
  }
  .layer_right {
    margin-left: 130px;
  }
} */
/* 
.layer_right {
  background: url(" ../images/parallax-bg/layer-right.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 400px;
}

.layer_left {
  background: url(" ../images/parallax-bg/lll2.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: -400px;
  margin-top: 100px;
}

.layer_center {
  background: url(" ../images/parallax-bg/lcs.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: -300px;
  margin-top: -600px;
} */
