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

body {
  height: 100vh;
  width: 100%;
  background: repeating-conic-gradient(#000 0% 25%, #ffffff 0% 50%) 0 / 40px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'VT323', monospace;
  color: #000;
}

#loader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  color: #230c4a;
  font-family: 'VT323', monospace;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  z-index: 1000;
}


.overlay {
  text-align: center;
  background-color: #fff;
  padding: 0 2rem 2rem 2rem;
  border: 3px solid #000;
  max-width: 90%;
  animation: slideDown 0.6s ease-out forwards;
  overflow: hidden;
  opacity: 1;
  transform: translateY(0);
}

.box p {
  font-size: 1.15rem;
  text-transform: uppercase;
  line-height: 2;
}

.gif {
  width: 95px;
  height: 165px;
  margin-bottom: 1rem;
}

@keyframes slideDown {
  from {
    transform: translateY(-20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.card {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, opacity 0.5s ease, padding 0.5s ease;
  display: block;
  padding: 0;
  border: 1.5px solid #000;
  background: #fff;
  margin-top: 1rem;
  text-align: center;
}

.card.active {
  max-height: 600px;
  opacity: 1;
  padding: 1rem;
}

.banner {
  height: 100px;
  background: url('/banner1.jpg') center/cover no-repeat;
  margin-bottom: 0.5rem;
  border: 2px solid #000;
}


.icon {
  width: 80px;
  height: 80px;
  border: 2px solid #000;
  background: #fff;
  margin-top: 0.5rem;
  object-fit: cover;
}

.icon-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  margin: 1rem 0;
  text-align: left;
}

.left-wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-shrink: 0;
}


.left-text {
  max-width: 200px;
  font-size: 1.15rem;
  line-height: 0.5rem;
}

.left-text p {
  max-width: 200px;
  font-size: 1.15rem;
  line-height: 1.4rem;
}


.icon {
  flex-shrink: 0;
}

.right-text {
  max-width: 200px;
  flex: 1 1 100%;
  margin-top: 0;
  margin-left: 0;
  text-align: center;
}

@media (min-width: 600px) {
  .right-text {
    flex: 1 1 auto;
    margin-top: 1.1rem;
    margin-left: 5rem;
  }
}


@media (min-width: 600px) {
  .icon-row {
    flex-wrap: nowrap;
    align-items: flex-start;
  }

  .right-text {
    flex: 1 1 auto;
  }
}

.button-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1rem;
  max-width: 100%;
}

.button {
  font-family: 'VT323', monospace;
  font-size: 1rem;
  background: #000;
  color: #fff;
  padding: 0.01rem 0.5rem;
  cursor: pointer;
  transition: 0.3s;

  /* Fix differences between <button> and <a> */
  text-decoration: none;
  display: inline-block;
  border: none;
  outline: none;

  /* Consistent box look */
  border: 1px solid #000;
}

.button:hover {
  background: #fff;
  color: #000;
}

hr {
  margin: 0.5rem 0;
  border: none;
  border-top: 1px solid #000; /* thinner */
}


.gif-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.bg-gif {
  position: absolute;
  width: 100px;
  height: auto;
  opacity: 1;
  animation: float 8s ease-in-out infinite;
}

.bg-gif:nth-child(1) { top: 10%; left: 5%; }
.bg-gif:nth-child(2) { top: 60%; left: 20%; }
.bg-gif:nth-child(3) { top: 30%; right: 15%; }
.bg-gif:nth-child(4) { bottom: 10%; left: 70%; }
.bg-gif:nth-child(5) { top: 80%; right: 5%; }
.bg-gif:nth-child(6) { top: 20%; left: 75%; }
.bg-gif:nth-child(7) { top: 45%; right: 30%; }
.bg-gif:nth-child(8) { bottom: 25%; left: 10%; }
.bg-gif:nth-child(9) { top: 5%; right: 40%; }
.bg-gif:nth-child(10) { bottom: 15%; right: 60%; }


@keyframes float {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
}

@keyframes wiggle {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(5px); }
}


.floating-player {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 999;
  background: #fff;
  border: 3px solid #000;
  padding: 0.4rem 0.6rem;
  font-family: 'VT323', monospace;
  font-size: 1rem;
  max-width: 200px;
  box-shadow: 4px 4px 0 #000;
}

.music-display {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.3rem;
  overflow: hidden;
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 1rem;
}

.music-label {
  font-size: 1.1rem;
}

.music-btn {
  background: #000;
  color: #fff;
  border: none;
  font-family: 'VT323', monospace;
  padding: 0.01rem 0.5rem;
  cursor: pointer;
  font-size: 1rem;
  transition: 0.2s;
}

.music-btn:hover {
  background: #fff;
  color: #000;
  border: 1px solid #000;
}









