@import url('https://fonts.cdnfonts.com/css/minecraftia');
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap');
@import url('https://fonts.cdnfonts.com/css/strange-piece');
@import url('https://fonts.cdnfonts.com/css/strasua');
@import url('https://fonts.cdnfonts.com/css/retro-christa');
@import url('https://fonts.cdnfonts.com/css/jetbrains-mono-2');
@import url('https://fonts.cdnfonts.com/css/gregean-brush');
@import url('https://fonts.cdnfonts.com/css/metal-macabre');
@import url('https://fonts.cdnfonts.com/css/frostbites');
@import url('https://fonts.cdnfonts.com/css/maria-2');
::selection  {
  background-color: #fff;
  color: #fff;
  text-shadow: none;
}

::-moz-selection  {
  background-color: #fff;
  color: #fff;
  text-shadow: none;
}

body  {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  /*background: #081029 url('https://media1.tenor.com/m/aqQgUiMwt3gAAAAC/anime-monochrome.gif') no-repeat center center fixed;
  background-size: cover;
  */ background: #83C5EE url('/background.png') no-repeat center center fixed;
  background-size: cover;
  background-color: #83C5EE;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  font-family: 'Minecraftia', sans-serif;
  font-weight: 200;
  overflow: hidden;
}

.loading-screen  {
  position: fixed;
  z-index: 2;
  inset: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  animation: dismiss-loader 4s ease-in-out forwards;
}

.loading-screen img  {
  width: min(42vw, 260px);
  height: auto;
  will-change: transform, opacity;
  animation: corgi-burst 4s cubic-bezier(.2, .8, .25, 1) forwards;
}

.outer-container  {
  background: transparent;
  border-radius: 15px;
  padding: 30px;
  width: 500px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  opacity: 0.8;
  perspective: 1000px;
  /* Keep perspective for a 3D effect */ transition: transform 0.05s;
  /* Reduce transition time for faster response */ animation: reveal-content 4s ease-out forwards;
}

.inner-container  {
  width: 450px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 25px;
  border-radius: 25px;
  background-color: #000000;
  opacity: 0.8;
  box-shadow: 0 0 30px #000;
}

.inner-container span  {
  font-size: 16px;
  color: #fff;
  margin-right: 280px;
  opacity: 1;
}

.inner-container .img  {
  font-size: 16px;
  margin: 0;
}

.inner-container .join-button  {
  background-color: #43b581;
  color: #000;
  border: none;
  border-radius: 7px;
  padding: 12px 25px;
  font-size: 16px;
  cursor: pointer;
  margin: 0;
}

.inner-container .join-button:hover  {
  background-color: #3aa372;
}

.server-card  {
  display: flex;
  align-items: center;
}

.server-card .profile-image-container  {
  width: 120px;
  height: 120px;
  flex-shrink: 0;
  /* Prevents container from shrinking */ margin-right: 15px;
  margin-bottom: 30px;
}

.server-card .profile-image  {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

.server-card .info  {
  flex-grow: 1;
  transform: translateY(-20px);
}

.server-card .info h2  {
  font-size: 33px;
  margin: 0;
}

.server-card .info p  {
  font-size: 16px;
  color: #000;
  margin: 0;
}

.socials {
  margin: 0 auto;
  margin-bottom: 25px;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

.tooltip  {
  position: relative;
  display: inline-block;
  transition: transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1), filter 0.4s ease-out;
}

.tooltip .tooltiptext  {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -63px;
}

.tooltip .tooltiptext::after  {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.tooltip:hover  {
  transform: scale(1.1);
  /* Slightly bigger */ filter: brightness(75%);
/* Darker white */ }

.tooltip:hover .tooltiptext  {
  visibility: visible;
}

.username  {
  display: flex;
  gap: 5px;
}

.badges  {
  margin-top: 10px;
  padding: 4px;
  padding-top: 5px;
  height: 25px;
  gap: 5px;
  /* Spacing between badges */ background-color: #3d3d3d;
  border-radius: 15px;
  align-items: center;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  display: none;
}

.badge  {
  width: 22px;
  /* Adjust size as needed */ height: 22px;
}

.desc  {
  font-size: 16px;
}

.media-container  {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: transparent;
  box-shadow: 0 2px 10px #000;
  border-radius: 8px;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

.audio-player  {
  width: 100%;
}

.audio-controls  {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
}

.song-name  {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.progress-bar-container  {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.progress-bar  {
  flex-grow: 1;
  height: 7px;
  background-color: #fff;
  border-radius: 4px;
  position: relative;
}

.progress  {
  height: 100%;
  background-color: #ee0000;
  border-radius: 4px;
  width: 0%;
  transition: width 0.1s linear;
}

.progress-time  {
  font-size: 0.8rem;
  color: #fff;
  margin: 10px;
}

/* Row for Play and Volume Controls */ .control-row  {
  display: flex;
  align-items: center;
  justify-content: center;
}

.play-pause-btn  {
  background-color: transparent;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.play-pause-btn svg  {
  width: 24px;
  height: 24px;
}

/* Volume Control styling */ #volume-control  {
  position: relative;
  display: inline-block;
  margin-left: 10px;
/* Spacing between play button and volume control */ }

#volume-btn  {
  background-color: transparent;
  /* Removes white background */ border: none;
  /* Removes default border */ outline: none;
  /* Removes focus outline */ cursor: pointer;
}

#volume-btn svg  {
  width: 30px;
  height: 30px;
}

#volume-slider  {
  -webkit-appearance: none;
  /* Remove default styling */ appearance: none;
  width: 100px;
  height: 20px;
  background-color: #000;
  /* Background color of the track */ outline: none;
  border-radius: 5px;
  display: none;
  /* Hidden by default */ position: absolute;
  top: 4px;
  /* Adjust position as needed */ left: 35px;
}

/* Thumb color */ #volume-slider::-webkit-slider-thumb  {
  -webkit-appearance: none;
  appearance: none;
  width: 10px;
  height: 15px;
  background-color: #000;
  /* Color of the slider thumb */ cursor: pointer;
  border-radius: 12px;
}

#volume-slider::-moz-range-thumb  {
  width: 12px;
  height: 12px;
  background-color: #000;
  border-radius: 50%;
  cursor: pointer;
}

#volume-control:hover #volume-slider  {
  display: block;
  background-color: #fff;
  color: #000;
}

.background  {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  filter: brightness(0.5);
}

@media only screen and (max-width: 990px)  {
  .badges  {
    display: none;
  }

}

@keyframes corgi-burst  {
  0%, 52%  {
    opacity: 1;
    transform: scale(1);
  }

  62%  {
    opacity: 1;
    transform: scale(1.3);
  }

  78%  {
    opacity: 0;
    transform: scale(.08);
  }

  100%  {
    opacity: 0;
    transform: scale(.08);
  }

}

@keyframes dismiss-loader  {
  0%, 74%  {
    opacity: 1;
  }

  100%  {
    opacity: 0;
    visibility: hidden;
  }

}

@keyframes reveal-content  {
  0%, 65%  {
    opacity: 0;
  }

  100%  {
    opacity: 1;
  }

}

@media (prefers-reduced-motion: reduce)  {
  .loading-screen  {
    animation: dismiss-loader 1s ease-out forwards;
  }

  .loading-screen img  {
    animation: corgi-burst 1s ease-out forwards;
  }

  main  {
    animation: reveal-content 1s ease-out forwards;
  }

}