/* :root [data-bs-theme=dark]{
} */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Oswald', sans-serif;
  
}

body {
  min-height: 100vh;
  width: 100%;
}
/* banner */
.banner {
  border: 3px solid #562ac5;
  max-width: 50%;
  max-height: 50%;
}

/* background */
.background {
  background-image: linear-gradient(90deg, rgba(2, 0, 36, 0.5) 0%, rgba(51, 0, 32, 1) 100%, rgba(0, 212, 255, 0.5) 100%), url("/assets/img/pages/djonstage.jpg");
  height: 400px;
  color: white;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.uss1 {
  padding-top: 4%;
  padding-left: 4%;
  font-weight: 600;
  font-size: 50px;

}

.uss2 {
  font-size: 45px;
  padding-left: 4%;
  font-weight: 300;
}

/* separator */
.seperator {
  width: 100%;
  height: 5px;
  animation: rotate 3s infinite linear;
  -webkit-animation: rotate 3s infinite linear;
}

.seperator-wrapper {
  width: 100%;

}

@-webkit-keyframes rotate {
  from {
    background-position: -3000px;
  }

  to {
    background-position: 0px;
  }
}

@keyframes rotate {
  from {
    background-position: -3000px;
  }

  to {
    background-position: 0px;
  }
}

.gradient {
  background: rgb(48, 255, 144);
  /* Old browsers */
  background: -moz-linear-gradient(left, rgba(48, 255, 144, 1) 0%, rgba(237, 45, 237, 1) 25%, rgba(201, 152, 38, 1) 50%, rgba(48, 255, 230, 1) 75%, rgba(48, 255, 144, 1) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(48, 255, 144, 1)), color-stop(25%, rgba(237, 45, 237, 1)), color-stop(50%, rgba(201, 152, 38, 1)), color-stop(75%, rgba(48, 255, 230, 1)), color-stop(100%, rgba(48, 255, 144, 1)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(48, 255, 144, 1) 0%, rgba(237, 45, 237, 1) 25%, rgba(201, 152, 38, 1) 50%, rgba(48, 255, 230, 1) 75%, rgba(48, 255, 144, 1) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(48, 255, 144, 1) 0%, rgba(237, 45, 237, 1) 25%, rgba(201, 152, 38, 1) 50%, rgba(48, 255, 230, 1) 75%, rgba(48, 255, 144, 1) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(48, 255, 144, 1) 0%, rgba(237, 45, 237, 1) 25%, rgba(201, 152, 38, 1) 50%, rgba(48, 255, 230, 1) 75%, rgba(48, 255, 144, 1) 100%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(48, 255, 144, 1) 0%, rgba(237, 45, 237, 1) 25%, rgba(201, 152, 38, 1) 50%, rgba(48, 255, 230, 1) 75%, rgba(48, 255, 144, 1) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#30ff90', endColorstr='#30ff90', GradientType=1);
  /* IE6-9 */

}

/* mainpart */
.mainpart {
  text-align: center;
}

.somezaglavie {
  font-size: 50px;
  color: #33002f;
  font-weight: 450;
}

.hui {
  font-size: 30px;
  color: #33002f;
  font-weight: 450;
}

.precard {
  font-size: 35px;
  color: #33002f;
  font-weight: 450;
  text-align: center;
}

/* card */
.cardtext {
  color: #fff;
  font-weight: 300;
  font-size: 30px;
  text-align: center;
  padding-top: 50px;

}

.playboycarti {
  display: flex;
  justify-content: space-between;
  margin: 20px 20px;
}

.card {
  width: 254px;
  height: 318px;
  background-image: linear-gradient(163deg, #00ff75 0%, #3700ff 100%);
  border-radius: 30px;
  transition: all .3s;
}

.card2 {
  width: 254px;
  height: 318px;
  background-color: #1a1a1a;
  border-radius: 10px;
  transition: all .2s;
}

.card2:hover {
  transform: scale(0.98);
  border-radius: 20px;
}

.card:hover {
  box-shadow: 0px 0px 30px 1px rgba(0, 255, 117, 0.30);
}

/* card btn */
.button {
  background-color: #ffffff00;
  color: #fff;
  width: 8.5em;
  height: 2.9em;
  border: #562ac5 0.2em solid;
  border-radius: 11px;
  text-align: right;
  transition: all 0.6s ease;
  margin-top: 50px;
}

.button:hover {
  background-color: #562ac5;
  cursor: pointer;
}

.button svg {
  width: 1.6em;
  margin: -0.2em 0.8em 1em;
  position: absolute;
  display: flex;
  transition: all 0.6s ease;
}

.button:hover svg {
  transform: translateX(5px);
}

.text {
  margin: 0 1.5em
}
/* radio */
:root {
  /* помощна променлива ако искаме да използваме в JS (по-нататък) */
  --safe-bottom: env(safe-area-inset-bottom, 0px);
}

#radio-player {
  position: fixed;
  bottom: env(safe-area-inset-bottom, 0px);
  left: 0;
  right: 0;
  z-index: 9999;
  background-color: #36216e;
  border-top: 1px solid rgba(255,255,255,0.1);
  box-shadow: 0 -2px 15px rgba(0,0,0,0.3);
  transition: bottom 0.22s ease, transform 0.2s ease;
  padding: 0.5rem 1rem;
  /* гаранция да не закрива съдържанието/футъра когато се премести */
  will-change: bottom;
}

.radio-btn {
background-color:#9f7bff;
border:none;
color:white;
width:50px;
height:50px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
}

#tracktitle{
  color: green;
  font-weight: bold;
}

/* When the track is live, make the label green and slightly larger */
.track-live {
  color: #00d100 !important;
  font-weight: 700 !important;
  transform: translateY(-1px);
}

.radio-btn:hover {background-color:#6d28d9;}
.volume-range {width:120px;}
@media(max-width:576px){
.volume-range{display:none;}
}
/* FOOTER */
footer {
  position: relative;
  background: #1a0d3b;
  width: 100%;
  bottom: 0;
  left: 0;
}

footer::before {
  content: '';
  position: absolute;
  left: 0;
  top: 100px;
  height: 1px;
  width: 100%;
  background: #AFAFB6;
}

footer .content {
  max-width: 1250px;
  margin: auto;
  padding: 30px 40px 40px 40px;
}

footer .content .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}

.content .top .logo-details {
  color: #fff;
  font-size: 30px;
}

.content .top .media-icons {
  display: flex;
}

.content .top .media-icons a {
  height: 40px;
  width: 40px;
  margin: 0 8px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 17px;
  text-decoration: none;
  transition: all 0.4s ease;
}

.top .media-icons a:nth-child(1) {
  background: #4267B2;
}

.top .media-icons a:nth-child(1):hover {
  color: #4267B2;
  background: #fff;
}

.top .media-icons a:nth-child(2) {
  background: #E1306C;
}

.top .media-icons a:nth-child(2):hover {
  color: #E1306C;
  background: #fff;
}

.top .media-icons a:nth-child(3) {
  background: #ff5400;
}

.top .media-icons a:nth-child(3):hover {
  color: #ff5400;
  background: #fff;
}

.top .media-icons a:nth-child(4) {
  background: #FF0000;
}

.top .media-icons a:nth-child(4):hover {
  color: #FF0000;
  background: #fff;
}

.top .media-icons a:nth-child(5) {
  background: #FE2C55;

}

.top .media-icons a:nth-child(5):hover {
  color: black;
  background: #fff;
}

footer .content .link-boxes {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

footer .content .link-boxes .box {
  width: calc(100% / 5 - 10px);
}

.content .link-boxes .box .link_name {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
  position: relative;
}

.link-boxes .box .link_name::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
  width: 35px;
  background: #fff;
}

.content .link-boxes .box li {
  margin: 6px 0;
  list-style: none;
}

.content .link-boxes .box li a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  opacity: 0.8;
  transition: all 0.4s ease
}

.content .link-boxes .box li a:hover {
  opacity: 1;
  text-decoration: underline;
}

.content .link-boxes .input-box {
  margin-right: 55px;
}

.link-boxes .input-box input {
  height: 40px;
  width: calc(100% + 55px);
  outline: none;
  border: 2px solid #AFAFB6;
background: #1a0d3b;
  border-radius: 4px;
  padding: 0 15px;
  font-size: 15px;
  color: #fff;
  margin-top: 5px;
}

.link-boxes .input-box input::placeholder {
  color: #AFAFB6;
  font-size: 16px;
}

.link-boxes .input-box input[type="button"] {
  background: #fff;
  color: #33002f;
  border: none;
  font-size: 18px;
  font-weight: 500;
  margin: 4px 0;
  opacity: 0.8;
  cursor: pointer;
  transition: all 0.4s ease;
}

.input-box input[type="button"]:hover {
  opacity: 1;
}

footer .bottom-details {
  width: 100%;
background: #1a0d3b;
}

footer .bottom-details .bottom_text {
  max-width: 1250px;
  margin: auto;
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
}

.bottom-details .bottom_text span,
.bottom-details .bottom_text a {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  opacity: 0.8;
  text-decoration: none;
}

.bottom-details .bottom_text a:hover {
  opacity: 1;
  text-decoration: underline;
}

.bottom-details .bottom_text a {
  margin-right: 10px;
}

/* media tags */
@media (max-width: 900px) {
  footer .content .link-boxes {
    flex-wrap: wrap;
  }

  footer .content .link-boxes .input-box {
    width: 40%;
    margin-top: 10px;
  }
}

@media (max-width: 700px) {
  footer {
    position: relative;
  }

  .content .top .logo-details {
    font-size: 26px;
  }

  .content .top .media-icons a {
    height: 35px;
    width: 35px;
    font-size: 14px;
    line-height: 35px;
  }

  footer .content .link-boxes .box {
    width: calc(100% / 3 - 10px);
  }

  footer .content .link-boxes .input-box {
    width: 60%;
  }

  .bottom-details .bottom_text span,
  .bottom-details .bottom_text a {
    font-size: 12px;
  }
}

@media (max-width: 520px) {
  footer::before {
    top: 145px;
  }

  footer .content .top {
    flex-direction: column;
  }

  .content .top .media-icons {
    margin-top: 16px;
  }

  footer .content .link-boxes .box {
    width: calc(100% / 2 - 10px);
  }

  footer .content .link-boxes .input-box {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  nav {
    border-bottom: 1px solid #455468;
  }

  ul {
    position: absolute;
    width: 100%;
    height: calc(100vh - 71px);
    background-color: #18283B;
    left: 0;
    top: 0;
    text-align: center;
    display: none;
    margin-top: 71px;
  }

  ul li {
    display: block;
    padding: 10px 15px;
  }

  ul li a {
    display: block;
    padding: 10px 0;
  }

  #icon {
    display: block;
  }

  #checkbox:checked~ul {
    display: block;
  }
}

/* Responsive AdSense: forces ads to respect container width on small screens */
.adsbygoogle.responsive-ad {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0.5rem; /* give a little breathing space on narrow screens */
  overflow: hidden;
}

/* Radio player adjustments - make controls fit on small screens */
#radio-player {
  padding: 0.4rem 0.6rem;
  box-sizing: border-box;
  left: env(safe-area-inset-left, 0px);
  right: env(safe-area-inset-right, 0px);
}

/* tighten the layout and allow wrapping for small widths */
#radio-player .container-fluid {
  gap: 0.5rem;
  align-items: center;
  flex-wrap: wrap;
}

/* default button size (desktop) kept; we'll scale down in media queries */
.radio-btn {
  width: 50px;
  height: 50px;
  min-width: 40px;
  min-height: 40px;
  padding: 0;
}

/* icon size inside circular button */
.radio-btn i {
  font-size: 1.05rem;
  line-height: 1;
}

/* smaller text for station & track to avoid overflow */
#stationName {
  font-size: 0.95rem;
}
#trackTitle {
  font-size: 0.8rem;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 240px;
}

/* MEDIA: phones and very small screens */
@media (max-width: 576px) {
  /* reduce button size so it fits comfortably */
  .radio-btn {
    width: 42px;
    height: 42px;
  }
  .radio-btn i { font-size: 0.95rem; }

  /* reduce station/track text, allow ellipsis */
  #stationName { font-size: 0.85rem; }
  #trackTitle { font-size: 0.75rem; max-width: 140px; }

  /* hide the volume slider to save horizontal space (already present, but ensure layout stable) */
  .volume-range { display: none !important; }

  /* ensure radio player content doesn't overflow horizontally */
  #radio-player { padding-left: calc(env(safe-area-inset-left, 0px) + 0.5rem); padding-right: calc(env(safe-area-inset-right, 0px) + 0.5rem); }

  /* make sure the container keeps elements inline but wrapped */
  #radio-player .container-fluid { justify-content: space-between; }

  /* responsive ad: reduce padding on very small screens */
  .adsbygoogle.responsive-ad { padding: 0 0.25rem; }
}

/* MEDIA: small tablets */
@media (max-width: 768px) {
  #trackTitle { max-width: 180px; font-size: 0.78rem; }
}

/* safety: ensure banner image never overflows */
.banner {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}