/*!*************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/index.scss ***!
  \*************************************************************************************************************************************/
#the-page {
  opacity: 0.3;
  transition: opacity 3s ease-in;
  overflow-x: hidden;
}

#overview {
  border-radius: 3rem;
  position: fixed;
  width: 55%;
  min-width: 600px;
  height: 60%;
  min-height: 600px;
  background-color: rgb(255, 145, 0);
  margin-left: 15%;
  margin-top: 7%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-box-shadow: 0 0 7px 2px rgb(17, 17, 17);
  -moz-box-shadow: 0 0 7px 2px rgb(17, 17, 17);
  box-shadow: 0 0 7px 2px rgb(17, 17, 17);
  transition: all 1.4s ease-in-out;
}

#overview > div {
  border-radius: 3rem;
  background-image: radial-gradient(rgb(68, 246, 130), rgb(227, 0, 223));
  opacity: inherit;
  position: relative;
  height: 90%;
  min-height: fit-content;
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  -webkit-box-shadow: 0 0 10px 2px rgb(231, 229, 229);
  -moz-box-shadow: 0 0 10px 2px rgb(231, 229, 229);
  box-shadow: 0 0 10px 2px rgb(231, 229, 229);
  text-align: center;
  font-family: "Blinker";
}

#overview > div > p {
  color: rgb(39, 3, 91);
  font-size: 1.3rem;
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 2%;
}

.title {
  font-size: 3.5rem;
  color: rgb(0, 247, 12);
  text-shadow: 2px 2px rgb(1, 136, 3);
  padding-top: 5%;
}

#content-box {
  border-radius: 3rem;
  position: fixed;
  width: 50%;
  min-width: 600px;
  overflow: visible;
  height: auto;
  padding-top: 1.5%;
  padding-bottom: 1.5%;
  background-color: rgb(248, 54, 160);
  margin-left: 23%;
  margin-top: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-box-shadow: 0 0 7px 2px rgb(17, 17, 17);
  -moz-box-shadow: 0 0 7px 2px rgb(17, 17, 17);
  box-shadow: 0 0 7px 2px rgb(17, 17, 17);
  z-index: 100;
  transition: all 1.4s ease-in-out;
}

#content-box > div {
  border-radius: 3rem;
  background-image: radial-gradient(rgb(68, 246, 130), rgb(15, 1, 167));
  opacity: 1;
  position: relative;
  height: 90%;
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  -webkit-box-shadow: 0 0 10px 2px rgb(231, 229, 229);
  -moz-box-shadow: 0 0 10px 2px rgb(231, 229, 229);
  box-shadow: 0 0 10px 2px rgb(231, 229, 229);
  text-align: center;
  font-family: "Blinker";
}

#content-box div > p {
  font-family: "Blinker";
  font-size: 1.3rem;
  padding: 1rem;
  color: rgb(81, 0, 74);
  z-index: 100;
  text-align: center;
}

.fa-xmark {
  position: relative;
  color: rgb(247, 132, 0);
  margin-left: 75%;
  transform: translatey(30px);
}

.fa-xmark:hover {
  color: rgb(140, 93, 5);
  cursor: pointer;
}

#title {
  font-size: 4rem;
  color: rgb(247, 132, 0);
  text-shadow: 2px 2px rgb(173, 81, 1);
}

.fa-wikipedia-w {
  padding-bottom: 1rem;
  color: rgb(77, 247, 86);
  font-size: 3rem;
  filter: drop-shadow(0 0 7px 2px rgb(200, 250, 174));
  transition: all 0.2s ease-out;
}

#waveform {
  font-size: 3rem;
  color: rgb(75, 4, 157);
  padding: 20px;
  filter: drop-shadow(0 0 7px 2px rgb(200, 250, 174));
  transition: all 0.2s ease-out;
}

#waveform:hover, .fa-wikipedia-w:hover {
  text-shadow: 0 0 5px rgb(250, 132, 42);
}

#button {
  background-color: rgb(17, 8, 119);
  border-radius: 1rem;
  color: rgb(149, 150, 245);
  text-align: center;
  font-size: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  -webkit-box-shadow: 0 0 10px 2px #fff;
  -moz-box-shadow: 0 0 10px 2px #fff;
  box-shadow: 0 0 10px 2px #fff;
  transition: all 1s ease-in-out;
}

#button:hover {
  cursor: pointer;
  padding-left: 500rem;
  padding-right: 500rem;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: white;
  -webkit-box-shadow: 0 0 8px 10px #fff;
  -moz-box-shadow: 0 0 8px 10px rgb(109, 2, 248);
  box-shadow: 0 0 8px 10px rgb(137, 248, 133);
  transform: translateY(30px);
  color: rgb(17, 8, 119);
}

@keyframes show {
  from {
    transform: scale(0);
  }
  50% {
    transform: scale(2);
  }
  to {
    transform: scale(1);
  }
}
@keyframes show-less {
  from {
    transform: scale(0.5);
  }
  50% {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
.bubble-transitions {
  margin: 0;
  opacity: 0;
  background-color: rgb(1, 1, 70);
  height: 0rem;
  width: 0rem;
  z-index: -100;
  transition: all 1s ease-in-out;
}

.visible-bubble {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 10px 2px rgb(81, 2, 184);
  -moz-box-shadow: 0 0 10px 2px rgb(81, 2, 184);
  box-shadow: 0 0 10px 2px rgb(81, 2, 184);
  position: relative;
  height: 13rem;
  width: 13rem;
  z-index: 99;
  opacity: 1;
  background-image: radial-gradient(rgb(11, 3, 105), rgb(0, 255, 89));
  animation-name: show-less;
  animation-duration: 1s;
  animation-iteration-count: 1;
  transition: all 1s ease-in-out;
}

#main-content > .visible-bubble {
  margin: 4rem;
  margin-top: 5rem;
}

.visible-bubble:hover {
  position: relative;
  background-image: radial-gradient(rgb(0, 255, 89), rgb(11, 3, 105));
  transform: scale(1.4);
  animation-name: pulse;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
  color: black;
  z-index: 99;
}

#main-content .edm {
  height: 14rem;
  width: 14rem;
}

#tree .edm {
  height: 9rem;
  width: 9rem;
}

#main-content .edm span {
  font-size: 9rem;
}

#tree .edm span {
  font-size: 8rem;
}

@keyframes pulse {
  from {
    transform: scale(0.94);
  }
  50% {
    transform: scale(1.06);
  }
  to {
    transform: scale(0.94);
  }
}
.visible-bubble > span {
  color: rgb(255, 228, 72);
  font-size: 2rem;
  text-align: center;
  transition: all 0.5s ease-in-out;
}

.visible-bubble:hover > span {
  color: rgb(255, 140, 0);
  font-size: 4rem;
  position: relative;
  z-index: 100;
}

#tree > div {
  height: 9rem;
  width: 9rem;
  animation-name: show;
  animation-duration: 1s;
  animation-iteration-count: 1;
}

#music-player {
  background-image: linear-gradient(rgb(222, 3, 226), rgb(250, 159, 2));
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: absolute;
  margin-top: 3rem;
  margin-left: 40%;
  border-radius: 4rem;
}

#player {
  display: flex;
  align-items: center;
}

#player > audio {
  position: relative;
  transform: scale(1.4);
  -webkit-box-shadow: 0 0 7px 2px rgb(102, 4, 231);
  -moz-box-shadow: 0 0 7px 2px rgb(102, 4, 231);
  box-shadow: 0 0 7px 2px rgb(102, 4, 231);
  border-radius: 4rem;
}

#player > audio::-webkit-media-controls-panel {
  background-color: rgb(208, 4, 130);
}

input[type=range]::-webkit-slider-thumb {
  transform: scale(1.5);
  color: greenyellow;
  background-image: rgb(16, 250, 24);
  transition: all 0.4s ease-in-out;
}

@keyframes colorfade {
  0% {
    color: rgb(72, 231, 4);
  }
  40% {
    color: rgb(255, 1, 183);
  }
  80% {
    color: rgb(255, 96, 33);
  }
  100% {
    color: rgb(72, 231, 4);
  }
}
input[type=range]::-webkit-slider-thumb:hover {
  transform: scale(2);
}

input[type=range]::-webkit-slider-runnable-track {
  --webkit-apperance: none;
  border-radius: 1rem;
  transform: scale(1.4);
  background-image: linear-gradient(to right, rgb(140, 0, 205), rgb(83, 254, 94));
  z-index: 120;
}

#input-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 40%;
  width: 100%;
  padding-top: 30%;
}

#bpm-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-around;
  position: absolute;
  margin-top: 10%;
  margin-left: 4%;
  width: 15rem;
  min-width: 10rem;
  height: 25rem;
  min-height: 15rem;
}

#bpm {
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 100%;
  background-image: radial-gradient(rgb(142, 0, 114), rgb(255, 0, 60));
  -webkit-box-shadow: 0 0 10px 2px rgb(100, 255, 141);
  -moz-box-shadow: 0 0 10px 2px rgb(100, 255, 141);
  box-shadow: 0 0 10px 2px rgb(100, 255, 141);
  animation-name: bop;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
  opacity: 1;
}

#bpm > span {
  font-size: 3rem;
  color: rgb(72, 231, 4);
}

#bpm-bar-text {
  width: 10rem;
  height: 3rem;
  color: rgb(72, 231, 4);
  font-size: 2.1rem;
  display: inline-block;
  font-weight: 800;
  animation-name: pulse-thumb;
  animation-iteration-count: infinite;
  animation-duration: 10s;
}

@keyframes bop {
  from {
    transform: scale(0.95);
    background-image: radial-gradient(rgb(188, 3, 135), rgb(255, 0, 60));
  }
  to {
    transform: scale(1.05);
    background-image: radial-gradient(rgb(255, 0, 60), rgb(203, 3, 163));
  }
}
#scroller-wrapper {
  position: absolute;
  margin-top: 4%;
  margin-left: 75%;
  width: 330px;
  height: 50px;
  overflow: hidden;
}

#scroller {
  height: inherit;
  width: 300px;
  margin-left: 310px;
  animation-name: scroll;
  animation-duration: 15s;
  animation-iteration-count: infinite;
}

#song-title {
  color: rgb(34, 249, 6);
  font-family: "Blinker";
  font-size: 1.2rem;
}

@keyframes scroll {
  from {
    margin-left: 340px;
  }
  to {
    margin-left: -310px;
  }
}
#nav-bar {
  margin-top: 0;
  width: 100vw;
  height: 5rem;
  display: flex;
  justify-content: space-between;
}

a {
  transition: all 0.8s ease-in-out;
}

#nav-left {
  margin-left: 1rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  padding-left: 3%;
}

#nav-right {
  margin-right: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#nav-left .icon {
  padding-right: 3rem;
  color: rgb(98, 249, 87);
  font-size: 3rem;
  filter: drop-shadow(0 0 3px rgb(244, 143, 11));
  transition: all 0.2s ease-in-out;
}

.icon:hover {
  transform: scale(1.2);
}

body {
  font-family: "Bungee Outline";
  font-weight: 600;
  background-color: rgb(10, 0, 29);
}

.hidden {
  z-index: -100;
  opacity: 100;
  animation-name: pop-away;
  animation-duration: 1.3s;
  visibility: hidden;
  animation-fill-mode: forwards;
}

@keyframes pop-away {
  from {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  to {
    transform: scale(0);
  }
}
.hidden > div > #button {
  font-size: 0;
  padding: 0;
  transform: scale(0.1);
  visibility: hidden;
}

#wrapper {
  display: flex;
  flex-direction: row;
  justify-content: right;
}

#main-content {
  box-sizing: border-box;
  padding: 5rem;
  height: 100vh;
  width: 65vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

#tree {
  height: 100vh;
  width: 15vw;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: unset;
}

.hidden-space {
  width: 10%;
  animation-name: show-less;
}

#instructions {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

#instructions > p {
  font-size: 1.6rem;
  color: rgb(65, 1, 156);
}

#dancer {
  position: fixed;
  z-index: -40;
  margin-left: 7%;
  opacity: 0.7;
}
