html {
  box-sizing: border-box;
}

body {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  background-color: 	#0D0D0D;
  overflow-x: hidden;
}

.song {
  visibility: hidden;
}

.container {
  height: 100vh;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  visibility: hidden;
  width: 100vw;
}

.container > div {
  left: 0;
  position: absolute;
  right: 0;
  top: 20vh;
}

.one {
  font-size: 4.5rem;
  color: #00FFFF;
  text-shadow: 0 0 5px #00FFFF, 0 0 10px #00FFFF, 0 0 20px #00CCCC;
}

.two {
  font-size: 1.2rem;
  font-weight: lighter;
  color: 	#00FFFF;
  text-shadow: 0 0 4px #00FFFF;
}

.three {
  font-size: 3rem;
  color: 	#FF00FF;
  text-shadow: 0 0 5px #FF00FF, 0 0 10px #FF33FF, 0 0 20px #FF66FF;
}

.four .text-box {
  border: 3px solid 	#00FFFF;
  border-radius: 10px;
  margin: 0 auto;
  padding: 10px;
  position: relative;
  width: 600px;
  background: linear-gradient(135deg, #FFD60A, #FF00FF);
  color: 		#0D0D0D;
  box-shadow: 0 0 10px #FFD60A, 0 0 20px #FF00FF;
}

.text-box p {
  margin: 0;
  text-align: left;
}

.text-box span {
  visibility: hidden;
}

.text-box .fake-btn {
  background-color: #9D4EDD;
  border-radius: 5px;
  bottom: -50px;
  color: 	#00ffff;
  padding: .5rem 1rem;
  position: absolute;
  right: 5px;
  box-shadow: 0 0 5px #9D4EDD, 0 0 15px #00FFFF;
  transition: all 0.3s ease;
}

.five p {
  font-size: 2rem;
  left: 0;
  position: absolute;
  right: 0;
  color: 	#FF00FF;
  text-shadow: 0 0 5px #FF00FF, 0 0 15px #FF4DFF;
}

.idea-3 strong {
  border-radius: 3px;
  display: inline-block;
  padding: 3px 5px;
}

.five .idea-5 {
  font-size: 4rem;
}

.idea-5 span, .idea-6 span, .wish-hbd span {
  display: inline-block;
}

.idea-6 span{
  font-size: 15rem;
}


.six {
  position: relative;
  top: 10vh;
  z-index: 1;
  color: 	#9D4EDD;
}

.six img {
  display: inline-block;
  height: 350px;
  max-width: 100%;
  border-radius: 10px;
  box-shadow: 0 0 15px #9D4EDD, 0 0 30px #00FFFF;
  /* height: auto; */
}

.baloons img {
  display: inline-block;
  position: absolute;
}

.baloons img:nth-child(even) {
  left: -10%;
}

.baloons img:nth-child(odd) {
  right: -10%;
}

.baloons img:nth-child(3n + 0) {
  left: 30%;
}

.seven, .eight {
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100vw;
}

.eight svg {
  left: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 25px;
  z-index: -1;
  filter: drop-shadow(0 0 5px currentColor);
}

.eight svg:nth-child(1) {
  fill: #AF47D2;
  left: 5vw;
  top: 7vh;
}

.eight svg:nth-child(2) {
  fill: #06D001;
  left: 35vw;
  top: 23vh;
}

.eight svg:nth-child(3) {
  fill: #15B392;
  left: 23vw;
  top: 33vh;
}

.eight svg:nth-child(4) {
  fill: #577BC1;
  left: 57vw;
  top: 43vh;
}

.eight svg:nth-child(5) {
  fill: #F93827;
  left: 7vw;
  top: 68vh;
}

.eight svg:nth-child(6) {
  fill: #FEBA17;
  left: 77vw;
  top: 42vh;
}

.eight svg:nth-child(7) {
  fill: #FF76CE;
  left: 83vw;
  top: 68vh;
}

.eight svg:nth-child(8) {
  fill: #8B5DFF;
  left: 37vw;
  top: 86vh;
}

.eight svg:nth-child(9) {
  fill: #836FFF;
  left: 87vw;
  top: 94vh;
}

.wish-hbd {
  font-size: 3em;
  margin: 0;
  text-transform: uppercase;
  color: #00ffff;
  text-shadow: 0 0 5px #00FFFF, 0 0 15px #FF00FF;
}

.wish h5 {
  font-size: 2rem;
  font-weight: lighter;
  margin: 10px 0 0;
  color: #9D4EDD;
  text-shadow: 0 0 5px #9D4EDD;
}

.nine p {
  font-size: 2rem;
  font-weight: lighter;
  color: #FFD60A;
  text-shadow: 0 0 4px #FFD60A;
}

#replay {
  cursor: pointer;
  z-index: 3;
  color: #00FFFF;
  text-shadow: 0 0 5px #00FFFF, 0 0 15px #00CCCC;
  transition: transform 0.2s ease;
}

/* Animations */

@keyframes neonPulse {
  0%, 100% { text-shadow: 0 0 5px currentColor, 0 0 10px currentColor; }
  50% { text-shadow: 0 0 15px currentColor, 0 0 30px currentColor; }
}

.one, .three, .five p, .wish-hbd {
  animation: neonPulse 2s infinite;
}

/* Media Queries */
@media screen and (max-height: 1000px) {
  .six .hat {
    left: 40%;
  }
}

@media screen and (max-height: 800px) {
  .six .hat {
    left: 37%;
  }
}

@media screen and (max-height: 700px) {
  .six .hat {
    left: 32%;
  }
}

@media screen and (max-height: 850px) and (max-width: 450px) {
  .six .hat {
    left: 32%;
  }
}

@media screen and (max-width: 500px) {
  .container {
    width: 90%;
  }

  .four .text-box {
    width: 90%;
  }

  .text-box .fake-btn {
    bottom: -38px;
    right: 5px;
  }

  .idea-5 span {
    display: block;
  }

  .idea-6 span {
    font-size: 10rem;
  }

  .six .hat {
    /* top: -20px; */
    width: 50px;
  }

  .wish-hbd {
    font-size: 2.2em;
  }

  .wish h5 {
    font-size: 1.4rem;
  }

  .nine p {
    font-size: 1.5rem;
    font-weight: lighter;
  }
}
