@import url('https://fonts.googleapis.com/css?family=Unbounded&display=swap');
@import url('https://fonts.googleapis.com/css?family=Raleway&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Electrolize&display=swap');

:root {
  --bs-body-color: rgb(0, 0, 0);
  --bg-dark:  rgb(0, 0, 0);
}

/*
 * Globals
 */

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: rgb(0, 0, 0);
  text-shadow: none; /* Prevent inheritance from `body` */
}

/*
 * Base structure
 */



body {
  text-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, 0.5);
  background-image: url("/img/rave.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.cover-container {
  max-width: 42em;
}

.sponsors {
  font-family: 'Electrolize', sans-serif;
}

/*
 * Header
 */

.nav-masthead .nav-link {
  padding: 0.25rem 0;
  font-weight: 700;
  color: rgba(255, 61, 229, 0.925);
  background-color: transparent;
  border-bottom: 0.25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(248, 45, 214, 0.753);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: rgb(250, 94, 229);
  border-bottom-color: #fff;
}

.h1 h1 {
  font-size: 25px;
  font-family: 'Space Grotesk', sans-serif;
}

.image_wrapper {
  position: relative;
}

.image_wrapper img {
  box-shadow: 0px 3px 8px 0 rgba(0, 0, 0, 0.914);
}

.image_wrapper .overlay {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 10px;
}

.image_wrapper .artist {
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  font-weight: normal;
  letter-spacing: -0.2px;
  white-space: nowrap;
  font-size: 13px;
  text-overflow: ellipsis;
  font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.41em;
  color: whitesmoke;
  display: block;
}

.image_wrapper .title {
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  font-weight: normal;
  letter-spacing: -0.2px;
  white-space: nowrap;
  font-size: 15px;
  text-overflow: ellipsis;
  font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.41em;
  color: whitesmoke;
  display: block;
}

.FadeAway {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: transparent;
  background: linear-gradient(
    to bottom,
    rgba(125, 185, 232, 0) 0%,
    rgba(63, 93, 116, 0) 50%,
    rgba(0, 0, 0, 0.85) 100%
  );
}

.livebadge {
  display: inline-block;
  color: #ffffff;
  min-width: 40px;
  height: 20px;
  font-family: "Open Sans", sans-serif;
  border-radius: 2px;
  font-size: 11px;
  line-height: 1em;
  padding: 5px 8px;
  text-align: center;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  bottom: 55px;
  left: 10px;
  }

#bars {
  height: 30px;
  position: absolute;
  bottom: 55px;
  left: 59px;
}

.bar {
  background: rgb(255, 255, 255);
  bottom: 1px;
  height: 2px;
  position: absolute;
  width: 2px;
  animation: sound 0ms -200ms linear infinite alternate;
}

@keyframes sound {
  0% {
    opacity: 0.35;
    height: 3px;
  }
  100% {
    opacity: 1;
    height: 14px;
  }
}

.bar:nth-child(1) {
  left: 1px;
  animation-duration: 250ms;
}
.bar:nth-child(2) {
  left: 5px;
  animation-duration: 270ms;
}
.bar:nth-child(3) {
  left: 9px;
  animation-duration: 290ms;
}
.bar:nth-child(4) {
  left: 13px;
  animation-duration: 300ms;
}
.bar:nth-child(5) {
  left: 17px;
  animation-duration: 310ms;
}
.bar:nth-child(6) {
  left: 21px;
  animation-duration: 427ms;
}
.bar:nth-child(7) {
  left: 25px;
  animation-duration: 441ms;
}
.bar:nth-child(8) {
  left: 29px;
  animation-duration: 419ms;
}
.bar:nth-child(9) {
  left: 33px;
  animation-duration: 487ms;
}
.bar:nth-child(10) {
  left: 37px;
  animation-duration: 442ms;
}

.mytooltip {
  position: relative;
  display: inline-block;
  overflow:hidden;
  /* border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

.mytooltip img {
    -webkit-transition: all 1.2s ease;
    -moz-transition: all 1.2s ease;
    -ms-transition: all 1.2s ease;
    -o-transition: all .12s ease;
    transition: all 1.2s ease;
    
    vertical-align: middle;
}

.mytooltip img:hover {
    -webkit-transform:scale(1.5); /* Safari and Chrome */
    -moz-transform:scale(1.5); /* Firefox */
    -ms-transform:scale(1.5); /* IE 9 */
    -o-transform:scale(1.5); /* Opera */
    transform:scale(1.5);
}

/* Tooltip text */
.mytooltip {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.mytooltiptext {
  position: absolute;
  bottom: 5px;
  left: 5px;
  right: 5px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  font-size: 10px;
  border-radius: 4px;
  height: 1.5em;
  line-height: 1.5em;
  white-space: nowrap;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.mytooltip:hover .mytooltiptext {
  opacity: 1;
}

.mytooltiptext span {
  display: inline-block;
  padding-left: 100%;
  animation: scrollText 8s linear infinite;
}

@keyframes scrollText {
  0% { transform: translateX(0%); }
  100% { transform: translateX(-100%); }
}

.nextalbum {
  float: left;
  font-family: 'Electrolize', sans-serif;
  position: relative;
  z-index: 1;
  transition: transform .2s;
}

.nextalbum:hover {
  z-index:555555 !important;
  transform: scale(1.5);
}

.gonealbum {
  float: right;
  font-family: 'Electrolize', sans-serif;
  position: relative;
  z-index: 1;
  transition: transform .2s;
}

.gonealbum:hover {
  z-index:555555 !important;
  transform: scale(1.5);
} 

.nowonair {
  box-shadow: 0 6px 8px 0 rgb(255, 255, 255);
}

#play-stop-button {
  font-size: 70px;
  cursor: pointer;
  color: rgb(255, 255, 255);
  transition: width 2s, height 2s;
}
#play-stop-button:hover {
  font-size: 72px;
  color: rgb(231, 48, 207);
  shadow: 0 5px 15px rgba(123, 79, 155, 0.4);
}

.ru-fluid {
  max-width: 150px;
  max-height: 150px;
}

.tracks-in-out {
  font-family: 'Electrolize', sans-serif;
}

.credit {
  padding-top: 10px;
  text-align: center;
  font-size: small;
  font-family: 'Electrolize', sans-serif;
  color: #fff;
}

.social-links a {
  font-size: 25px;
  display: inline-block;
  background: #550741;
  color: #fff;
  line-height: 1;
  padding: 10px 0;
  border-radius: 50%;
  text-align: center;
  width: 50px;
  height: 50px;
  transition: 0.3s;
}

.social-links a:hover {
  background: #f35caf;
  color: #fff;
}

.gradient-background {
  height: 600px;
  background: linear-gradient(62deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  animation: gradient 15s ease infinite;
  background-size: 400% 400%;
}
@-webkit-keyframes gradient {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes gradient {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

#cookieModal {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
  color: #333;
  padding: 20px;
  text-align: center;
  width: 50%;
  display: none;
  font-family: 'Electrolize', sans-serif;
}

#cookieModal p {
  margin-bottom: 20px;
}

#cookieModal a {
  color: blue;
}

#cookieModal button {
  background-color: #333;
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 10px 20px;
  font-family: 'Electrolize', sans-serif;
}

/* CUSTOM CLASSES */
.glowCookies__border {
  border: 1px solid #e6e6e6 !important;
}

.glowCookies__left {
  left: 15px;
}

.glowCookies__right {
  right: 15px;
}

.glowCookies__show {
  opacity: 1 !important;
  visibility: visible !important;
  transform: scale(1) !important;
}

/* COMMON STYLES */
/* ========================= */
.glowCookies__banner {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.9);
  font-family: inherit;
  position: fixed;
  width: auto;
  max-width: 375px;
  z-index: 999;
  -webkit-box-shadow: 0 .625em 1.875em rgba(2,2,3,.2);
  -moz-box-shadow: 0 .625em 1.875em rgba(2,2,3,.2);
  box-shadow: 0 .625em 1.875em rgba(2,2,3,.2);
  transition: transform .2s ease, opacity .2s ease !important;
}

.glowCookies__banner .accept__btn__styles {
  border: none;
  padding: 13px 15px;
  font-size: 15px;
  font-family: inherit;
  width: 49%;
  cursor: pointer;
  font-weight: bolder;
  transition: filter 0.15s;
  user-select: none;
}

.glowCookies__banner .settings__btn__styles {
  border: none;
  padding: 13px 15px;
  font-family: inherit;
  font-size: 15px;
  width: 49%;
  cursor: pointer;
  font-weight: bolder;
  transition: filter 0.15s;
  user-select: none;
}

.glowCookies__banner .btn__section button:focus {
  outline: none;
  transform: scale(0.95);
  -webkit-filter: contrast(75%);
  filter: contrast(75%);
}

.glowCookies__banner .btn__section button:hover {
  -webkit-filter: contrast(85%);
  filter: contrast(85%);
}

@media (max-width: 455px) {
  .btn__section .btn__accept {
    width: 100%;
    margin-bottom: 7px;
  }

  .btn__section .btn__settings {
      width: 100%;
  }
}

/* BANNER STYLE 1 */
/* ========================= */
.glowCookies__banner__1 {
  bottom: 15px;
  border-radius: 20px;
  padding: 20px 25px;
}

.glowCookies__banner__1 > h3 {
  font-size: 24px;
  margin: 0px;
  padding: 8px 0;
}

.glowCookies__banner__1 > p {
  font-size: 15px;
  margin: 0px;
  padding: 0px;
  line-height: 1.3;
}

.glowCookies__banner__1 .read__more {
  font-weight: bolder;
}

.glowCookies__banner__1 .read__more:hover {
  color: #666666;
}

.glowCookies__banner__1 .btn__section {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 20px;
}

.glowCookies__banner__1 .btn__section button {
  border-radius: 10px;
}

@media (max-width: 455px) {
  .glowCookies__banner__1 {
      bottom: 0px;
      left: 0px;
      right: 0px;
      margin: 7px;
  }

  .glowCookies__banner__1 .btn__section {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      margin-top: 20px;
  }
}


/* BANNER STYLE 2 */
/* ========================= */
.glowCookies__banner__2 {
  bottom: 15px;
  border-radius: 5px;
  padding: 25px 35px;
}

.glowCookies__banner__2 > h3 {
  font-size: 24px;
  margin: 0px;
  padding: 8px 0;
}

.glowCookies__banner__2 > p {
  font-size: 15px;
  margin: 0px;
  padding: 0px;
  line-height: 1.3;
}

.glowCookies__banner__2 .read__more {
  font-weight: bolder;
}

.glowCookies__banner__2 .read__more:hover {
  opacity: 0.8;
}

.glowCookies__banner__2 .btn__section {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 20px;
}

.glowCookies__banner__2 .btn__section button {
  border-radius: 5px;
}

@media (max-width: 455px) {
  .glowCookies__banner__2 {
      bottom: 0px;
      left: 0px;
      right: 0px;
      border-radius: 0px;
      border: 0px;
      max-width: 550px;
  }

  .glowCookies__banner__2 .btn__section {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      margin-top: 20px;
  }
}

/* BANNER STYLE 3 */
/* ========================= */
.glowCookies__banner__3 {
  bottom: 15px;
  border-radius: 0px;
  padding: 25px 35px;
}

.glowCookies__banner__3 > h3 {
  font-size: 30px;
  margin: 0px;
  padding: 8px 0;
}

.glowCookies__banner__3 > p {
  font-size: 15px;
  margin: 0px;
  padding: 0px;
  line-height: 1.3;
}

.glowCookies__banner__3 .read__more {
  font-weight: bolder;
}

.glowCookies__banner__3 .read__more:hover {
  opacity: 0.8;
}

.glowCookies__banner__3 .btn__section {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 25px;
}

.glowCookies__banner__3 .btn__section button {
  border-radius: 0px;
}

@media (max-width: 455px) {
  .glowCookies__banner__3 {
      bottom: 0px;
      left: 0px;
      right: 0px;
      border-radius: 0px;
      border: 0px;
      max-width: 550px;
  }

  .glowCookies__banner__3 .btn__section {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      margin-top: 20px;
  }
}

/* Prebanner styles */
/* =========================== */
.prebanner {
  position: fixed;
  bottom: 15px;
  z-index: 999;
  min-height: 50px;
  min-width: 15px;
  cursor: pointer;
  font-family: inherit;
  font-size: 15px;
  font-weight: bolder;
  line-height: normal;
  border: none;
  padding: 12px 18px;
  text-decoration: none;
  user-select: none;
  -webkit-box-shadow: 0 .625em 1.875em rgba(2,2,3,.1);
  -moz-box-shadow: 0 .625em 1.875em rgba(2,2,3,.1);
  box-shadow: 0 .625em 1.875em rgba(2,2,3,.1);
}

.prebanner__border__1 {
  border-radius: 15px;
}

.prebanner__border__2 {
  border-radius: 10px;
}

.prebanner__border__3 {
  border-radius: 2px;
}

.animation {
  transition: .2s;
}

.animation:hover {
  transform: scale(.97);
}

.prebanner:hover {
  text-decoration: none;
}

hr {
  height: 0;
  border: 0;
}

#volume-slider {
  background: linear-gradient(to right, #f0645f, #f0645f, #f0645f , #f0645f 100%);
  background-size: 200% 100%;
  background-position: right bottom;
  border-radius: 5px;
  height: 10px;
  width: 100%;
}

#volume-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  background: #fafafa;
  border-radius: 50%;
  cursor: pointer;
}

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

#volume-slider::-ms-thumb {
  height: 20px;
  width: 20px;
  background: #fafafa;
  border-radius: 50%;
  cursor: pointer;
}

#volume-slider:active::-webkit-slider-thumb {
  background: #fafafa;
}

#volume-slider:active::-moz-range-thumb {
  background: #fafafa;
}

#volume-slider:active::-ms-thumb {
  background: #fafafa;
}

#blinking {
  display: inline-block;
  vertical-align: middle;
  z-index:999;
}

.resized-logoz {
  width: 50%; /* Adjust the width to 50% of the original size */
}
.rainbow-border {
    position: relative;
    width: 520px; /* slightly larger to allow for border effect */
    height: 520px;
    padding: 10px;
    border-radius: 50%;
    background: conic-gradient(red, orange, yellow, green, blue, indigo, violet, red);
    animation: rotate 5s linear infinite;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-container {
    width: 500px;
    height: 500px;
    overflow: hidden;
    border-radius: 50%;
}

.image-container img {
    width: 100%;
    height: 100%;
}
.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  color: white;
  text-align: center;
  padding: 10px 0;
  font-size: 14px;
}

#ravers-in-sync {
  font-family: 'Electrolize', sans-serif;
  font-size: 1.5em;
  color: #fff;
  text-align: center;
  margin: 20px auto;
  padding: 10px 20px;
  background: radial-gradient(circle, #8f00ff, #ff0080);
  border-radius: 30px;
  box-shadow: 0 0 20px #ff00cc;
  display: inline-block;
  animation: pulse 3s infinite;
}