/* --- Global Reset --- */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;

}

body {
  background-color: #000000;
  color: #b3b3b3;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  text-shadow: 0px 0px 11px #000000c0;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  text-shadow: 0px 0px 11px #000000c0;
}

.main-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  background-color: rgba(0, 0, 0, 0.612);
  backdrop-filter: blur(50px) grayscale(0);
  border: 3px solid rgba(255, 255, 255, 0.162);
  border-radius: 20px;
  max-width: 900px;
  margin: 1rem 2rem;
  margin-top: 80px;
  width: calc(100dvw - 2rem);
  box-shadow: 0 5px 30px rgb(0, 0, 0);
  padding-bottom: 135px !important;
  padding: 10px;
  color: white;
  animation: fadeIn 0.25s ease-in-out !important;
}

.main-content-settings {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  background-color: rgba(0, 0, 0, 0.612);
  backdrop-filter: blur(50px) grayscale(0);
  border: 3px solid rgba(255, 255, 255, 0.162);
  border-radius: 20px;
  max-width: 900px;
  margin: 1rem 2rem;
  margin-top: 80px;
  width: calc(100dvw - 2rem);
  box-shadow: 0 5px 30px rgb(0, 0, 0);
  padding-bottom: 135px !important;
  padding: 10px;
  color: white;
  animation: fadeIn 0.25s ease-in-out !important;
  text-align: center
}

.service-preferences {
  height: 20px !important;
}

.next-to-text {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
}

h1 {
  margin-left: 5px;
  text-align: left;
}

.offset-10 {
  margin-right: 10px;
}
h2 {
  font-size: 30px;
  text-align: center !important;
}

#BG {
  filter: blur(0.5vw);


  z-index: -2;
  position: fixed;
  width: 100dvw;
  scale: 3;
  margin-top: 40%;
  max-width: 700px;
    transition: all 0.55s ease-in-out; 
    will-change: filter; 
}

#invisible {
  margin-bottom: 0px;
}


#BG2 {

  z-index: -1;
  position: fixed;
  width: 100%;
  height: 100%;
  background-size: 100% 130%;
  scale: 1;
  margin-top: 0%;
  padding-top: 1000px;
  transition: filter 0.5s ease-in-out; 
  will-change: filter; 
    filter: opacity(0) blur(4vw);
  max-width: 1000000px !important;
  z-index: 0;
  position: fixed !important;
  width: 100% !important;
  height: 140% !important;
  size: 100% 130%;
  scale: 1 !important;
  margin-top: -0% !important;
  padding-top: 00px !important;
}


.activate {
   transition: all 0.45s ease-in-out !important;
  will-change: filter; 
  filter: blur(4vw) !important;
}


.viewbg {
  filter: opacity(100%) blur(4vw) !important;
}

.disable {
  display: none;
  transition:all 0.3s ease-in-out

}


.top-header {
  height: 0px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3rem;
  width: 100%;
  flex-direction: column;
  margin-bottom: 0px;
  transition:all 0.2s ease-in-out;
}

.logo {
  position: fixed;
  width: 110px;
  margin-top: -20px;
  margin-bottom: 20px;
  margin-top: 50px;
  top: -40px;
  z-index: 90;
  transition:all 0.1s ease-in-out
}

#view-release-template{
  
  opacity: 1;
}

.header-bar {
  position: fixed;
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.511);
  backdrop-filter: blur(10px) grayscale(0);
  width: 120%;
  height: 110px;
  margin-top: -10px;
  z-index: 90;
  border: 3px solid rgba(255, 255, 255, 0.162);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.829);
}

.profile-picture {
  width: 200px;
  display: flex;
  height: fit-content;
  border-radius: 20px;
  border: 2px solid rgba(255, 255, 255, 0.162);
  margin-right: 10px;
  box-shadow: 0px 0px 11px #000000c0;
}


.social-card {
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.511);
  backdrop-filter: blur(10px) grayscale(0);
  border: 3px solid rgba(255, 255, 255, 0.162);
  border-radius: 20px;
  margin-top: 130px;
}

@media (max-width: 768px) {
  .main-content {
    flex-direction: column;
    align-items: center;
    align-content: center;
  }

  h1 {
    margin-left: 0px;
    text-align: center;
  }
}

#INFO {
  color: rgba(255, 255, 255, 0.63);
}

footer {
  color: white;
  padding: 10px;
  flex-direction: column;
  align-items: center;
  align-content: center;
  margin-bottom: 30px;
  text-align: center;
}


.btn {
  display: flex;
  align-self: center;
  background-color: #0000007b;
  border: 2px solid rgb(255, 255, 255);
  color: #ffffff;
  text-decoration: none;
  padding: 10px 24px;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: bold;
  min-width: 70px;
  text-align: center;
  transition: all 0.14s ease-in-out;
  margin-top: -100px;
  scale: 1.5;
  margin-bottom: 0px;
  font-size: medium;
  cursor: pointer;

}

#center-button {
  height: 100px;
  background-color: white;
  display: flex;
  align-items: center;
  align-content: center;
  max-width: 900px;
  margin: 1rem 2rem;
  width: calc(100dvw - 2rem);
}

.btn:hover {
  border: 2px solid rgb(255, 255, 255);
  background-color: rgb(255, 255, 255);
  color: black;
  text-shadow: 0px 0px 8px #00000000;
}


.back-button {
  position: fixed;
  left: -150px;
  top: -150px;
  z-index: 100;
  scale: 0.14;
  width: 400px;
  height: 400px;
  opacity: 0.65;
  cursor: pointer;
}



.contact-button {
  position: fixed;
  right: -90px;
  top: -150px;
  z-index: 100;
  scale: 0.14;
  width: 400px;
  height: 400px;
  opacity: 0.6;
  cursor: pointer;
}

.contact-button:hover {
  opacity: 0.8;

}

.settings-button {
  position: fixed;
  right: -150px;
  top: -150px;
  z-index: 100;
  scale: 0.14;
  width: 400px;
  height: 400px;
  opacity: 0.6;
  cursor: pointer;
}

.settings-button:hover {
  opacity: 0.8;

}


.music-button {
  position: fixed;
  left: -90px;
  top: -150px;
  z-index: 100;
  scale: 0.14;
  width: 400px;
  height: 400px;
  opacity: 0.6;
  cursor: pointer;
}

.music-button:hover {
  opacity: 0.8;
}

.socialLink {
  width: 70px;
  padding: 10px;
  margin-bottom: 15px;
}

/* --- Large Screens (TVs & Monitors) --- */
@media (min-width: 1921px) {
  body {
    zoom: 1.25;
  }
}

/* --- Massive 4K Screens --- */
@media (min-width: 3000px) {
  body {
    zoom: 1.6;
  }
}

@media (min-width: 992px) {
  #BG {
    scale: 1;
    width: 100%;
    margin-top: -5%;
    max-width: none;
  }
}

.page-section {
  transition: all 0.3s ease;
  opacity: 0;
  display: none;

}

.page-section.active {
  
  display: flex !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  width: 100%;
  transition: all 0.3s ease;
  opacity: 1;
}

/* 3. Exit State (Fade Out) */
.page-section.fading-out {
  opacity: 0;
  transition: all 0.3s ease;
  transform: translateY(-20px);
  /* Moves up slightly as it vanishes */
  pointer-events: none;
  /* Prevents clicking buttons while fading */
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }

}





.wrapper * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.wrapper body {
  background-color: #000000;
  color: #b3b3b3;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  text-shadow: 0px 0px 11px rgba(0, 0, 0, 0.7529411765);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wrapper .library-container {
  background-color: rgba(0, 0, 0, 0.612);
  backdrop-filter: blur(50px) grayscale(0);
  border: 3px solid rgba(255, 255, 255, 0.162);
  border-radius: 20px;
  max-width: 900px;
  margin: 1rem 2rem;
  width: calc(100dvw - 2rem);
  box-shadow: 0 5px 30px rgb(0, 0, 0);
  padding-bottom: 90px !important;
  padding: 10px;
  margin-top: 85px;
  animation: fadeIn 0.25s ease-in-out !important;
}

.wrapper .header-row {
  display: grid;
  grid-template-columns: 75px 4fr 1fr 0fr 1px;
  align-items: center;
  padding: 10px 15px;
  border-radius: 4px;
  font-size: 0.9rem;
  border-bottom: 1px solid #333;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 1px;
}

.wrapper .track-row {
  display: grid;
  grid-template-columns: 75px 4fr 1fr 0fr 1px;
  align-items: center;
  padding: 10px 15px;
  border-radius: 4px;
  font-size: 0.9rem;
  text-decoration: none;
  color: inherit;
  transition: all 0.13s ease-out;
  border-radius: 200px;
  border: 2px solid rgba(0, 0, 0, 0);
  padding: 15px;
  cursor: pointer;
}

.wrapper .track-row:hover {
  border-radius: 200px;
  border: 2px solid rgb(255, 255, 255) !important;
  background-color: rgba(0, 0, 0, 0.452);
}

.wrapper .track-row:hover .out-now-badge {
  text-shadow: none;
  color: transparent;
}

.wrapper .track-row:hover .track-name {
  color: #fff;
}

.wrapper .track-row:focus {
  background-color: white !important;
  color: black !important;
  text-shadow: none;
}

.wrapper .track-row:focus .track-meta .track-name {
  color: black;
  text-shadow: none;
}

.wrapper .track-row:focus .track-meta .artist-name {
  color: black;
  text-shadow: none;
}

.wrapper .track-row:focus .col-open {
  box-shadow: none;
}

.wrapper footer {
  color: white;
  padding: 10px;
  margin-top: -80px;
  z-index: 50;
  margin-bottom: 70px !important;
}

.wrapper .channel-button {
  text-decoration: none;
  color: #ffffff;
  cursor: pointer;
  border-bottom-style: none;
}

.wrapper .channel-button:hover {
  text-decoration: underline;
  text-decoration-color: #b3b3b3;
}

.wrapper .end-of-list {
  color: white;
  margin-left: 22px;
  margin-top: 30px;
  margin-right: 25px;
}

.wrapper .line {
  background-color: rgba(255, 255, 255, 0.116);
  width: calc(100dvw - 7rem);
  max-width: 820px;
  height: 2q;
  align-self: center;
  display: flex;
}

.wrapper .line2 {
  background-color: rgba(255, 255, 255, 0.116);
  width: calc(100dvw - 7rem);
  max-width: 820px;
  height: 2q;
  align-self: center;
  display: flex;
}

.wrapper .line-centering {
  display: flex;
  align-items: center;
  align-content: center;
  flex-direction: column;
  width: 100%;
}


.wrapper .track-name {
  font-weight: 600 !important;
  font-size: 1rem;
  font-weight: 500;
}

.wrapper #latest-release {
  position: relative;
  height: 100px;
  grid-template-rows: 750px 4fr 1fr 0fr 1px;
  align-content: center;
  align-items: center;
  padding-left: 50px;
  font-size: 0px;
  margin-bottom: 10px;
  border-radius: 300px;
}

.wrapper #latest-release .track-name {
  font-size: 1.2rem;
  margin-bottom: 5px;
}

.wrapper #latest-release .col-open {
  scale: 1.5;

}

.wrapper #latest-release::after {
  content: "";
  position: absolute;
  inset: -2px;
  border: 2px solid rgba(255, 255, 255, 0.116);
  border-radius: 300px;
  pointer-events: none;
  mask: linear-gradient(to right, black 0%, black 45.5%, transparent 45.5%, transparent 54.5%, black 54.5%, black 100%) top center/100% 2px no-repeat, linear-gradient(black, black) center bottom/100% calc(100% - 2px) no-repeat;
  mask-size: 900px 50%;
}

.wrapper .col-title {
  display: flex;
  align-items: left;
  color: white;
}

.wrapper .thumb {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 4px;
}

.wrapper .track-meta {
  display: flex;
  flex-direction: column;
}

.wrapper .artist-name {
  font-size: 0.85rem;
  color: #b3b3b3;
}

.wrapper .col-open {
  aspect-ratio: 1/1;  /* Dwing een VIERKANT (gelijke hoogte en breedte) */
    object-fit: cover;  /* <--- DIT IS DE TRUC! */
    object-position: center;
  width: 55px;
  margin-bottom: -100%;
  margin-top: -100%;
  border-radius: 7px;
  border: 2px solid rgba(255, 255, 255, 0.162);
  box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.7529411765);
  transition: all 0.13s ease-out;
}

.wrapper .col-album {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 10px;
}

.wrapper .col-date {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 10px;
}

.wrapper .col-time {
  text-align: right;
  font-variant-numeric: tabular-nums;
}

.wrapper .icon {
  width: 40px;
}

.wrapper #BG {
  filter: opacity(1) blur(0.5vw);
  z-index: -1;
  position: fixed;
  width: 100dvw;
  max-width: 700px;
  scale: 3;
  margin-top: 40%;
}

.wrapper .logo {
  position: fixed;
  width: 110px;
  margin-top: -20px;
  margin-bottom: 20px;
  margin-top: 50px;
  top: -40px;
  z-index: 90;
}

.wrapper .top-header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3rem;
  width: 100%;
  flex-direction: column;
}

.wrapper h1 {
  color: white;
  z-index: 100;
  align-self: center;
  text-align: center;
  margin-bottom: 15px;
}

.wrapper .out-now-badge {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  padding: 2px 10px;
  border-radius: 12px;
  color: rgba(255, 255, 255, 0.61);
  text-shadow: 0px 0px 7px black;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 1px;
  white-space: nowrap;
  transition: all 0.12s ease-in-out;
}

.wrapper .header-bar {
  position: fixed;
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.511);
  backdrop-filter: blur(10px) grayscale(0);
  width: 120%;
  height: 110px;
  margin-top: -10px;
  z-index: 90;
  border: 3px solid rgba(255, 255, 255, 0.162);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.829);
}

.wrapper .back-button {
  position: fixed;
  left: -150px;
  top: -150px;
  z-index: 100;
  scale: 0.14;
  width: 400px;
  height: 400px;
  opacity: 0.6;
}

.wrapper .back-button:hover {
  opacity: 0.8;
}

.wrapper .contact-button {
  position: fixed;
  right: -90px;
  top: -150px;
  z-index: 100;
  scale: 0.14;
  width: 400px;
  height: 400px;
  opacity: 0.6;
}

.settings-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
}

.wrapper .contact-button:hover {
  opacity: 0.8;
}

.wrapper .music-button {
  position: fixed;
  left: -90px;
  top: -150px;
  z-index: 100;
  scale: 0.14;
  width: 400px;
  height: 400px;
  opacity: 0.6;
}

.wrapper .music-button:hover {
  opacity: 0.8;
}

@media (max-width: 768px) {
  .wrapper .header-row {
    grid-template-columns: 75px 1fr 100px;
  }

  .wrapper .track-row {
    grid-template-columns: 75px 1fr 100px;
  }

  .wrapper .col-album {
    display: none;
  }

  .wrapper .col-date {
    display: none;
  }

  .wrapper .thumb {
    width: 35px;
    height: 35px;
  }
}

@media (min-width: 576px) {
  .wrapper .track-row {
    padding-left: 30px;
    font-size: 0.9rem !important;
  }
}

@media (min-width: 1921px) {
  .wrapper body {
    zoom: 1.25;
  }
}

@media (min-width: 3000px) {
  .wrapper body {
    zoom: 1.6;
  }
}

@media (min-width: 992px) {
  .wrapper #BG {
    scale: 1;
    width: 100%;
    margin-top: -5%;
    max-width: none;
  }

  .wrapper #latest-release .track-meta {
    margin-left: 15px;
  }
}

.wrapper-releases * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  

}

.release-template {
  opacity: 0;
  transition: all 2s ease-in-out;
}

.wrapper-releases body {
  font-family: Helvetica, Arial, sans-serif;
  background-color: #000;
  color: #fff;
  text-shadow: 0px 0px 8px #000;

}

.wrapper-releases .main-wrapper {

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 0vh;
  padding: 20px;
  margin-bottom: 5%;

}

.wrapper-releases .card {
  background-color: rgba(0, 0, 0, 0.612);
  backdrop-filter: blur(30px) grayscale(0);
  border: 3px solid rgba(255, 255, 255, 0.162);
  width: calc(100dvw - 2rem);
  max-width: 380px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 5px 30px #000;
  color: white;
  padding-bottom: 75px;
  margin-bottom: 70px;
}

.wrapper-releases .card2 {
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
  background-color: rgba(0, 0, 0, 0.612);
  backdrop-filter: blur(30px) grayscale(0);
  width: 80%;
  max-width: 230px;
  margin-bottom: 30px;
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 0 5px 30px #000;
  transition: 0.3s ease-in-out;
  z-index: 2;
  border: 3px solid rgba(255, 255, 255, 0.162);
  align-items: center;
  align-content: center;
}

.wrapper-releases .image-header img {
  width: 100%;
  scale:1.8;
  
  height: auto;
  display: block;
}

.wrapper-releases .content-body {
  padding: 20px 20px 10px 20px;
}

.wrapper-releases .track-meta {
  margin-bottom: 25px;

}

.wrapper-releases .track-meta h1 {
  font-size: 1.5rem;
  margin-bottom: 5px;
  text-align: left !important;
}

.wrapper-releases .track-meta p {
  font-size: 0.9rem;
  color: #b2b2b2;
}

.wrapper-releases .service-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.wrapper-releases .service-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 45px;
}

.wrapper-releases .service-item-2 {

  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  min-height: 45px;
}

.wrapper-releases .service-item-end {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 45px;
}

.wrapper-releases .service-name {
  font-weight: bold;
  font-size: 1.1rem;
}

.wrapper-releases .btn {
  background-color: #000 7b;
  border: 2px solid #fff;
  color: #fff;
  text-decoration: none;
  padding: 9px 24px !important;
  border-radius: 50px;
  font-size: 0.8rem !important;
  scale: 1 !important;
  align-items: center;
  align-content: center;
  font-weight: bold !important;
  min-width: 80px !important;
  text-align: center !important;
  transition: all 0.14s ease-in-out;
  position: relative !important;
  font-size: medium !important;
}

.wrapper-releases .btn:hover {
  border: 2px solid #fff;
  background-color: #fff;
  color: black;
  text-shadow: 0px 0px 8px #000 0;
}

.wrapper-releases .btn::after {
  height: 120%;
  content: "";
  inset: 0;
  background-color: rgba(245, 222, 179, 0);
  position: absolute;
  margin-left: -1000px;
  width: 1000px;
  z-index: 1000;
}

.wrapper-releases .card-footer {
  padding: 20px;
  text-align: center;
  font-size: 1rem;
  color: #dfdfdf;
  margin-top: -140px;
  margin-bottom: 80px;
  z-index: 80;
}

.wrapper-releases .card-footer p {
  margin-bottom: 5px;
}

.wrapper-releases .footer-links a {
  color: #bbb;
  text-decoration: none;
  margin: 0 5px;
}

.wrapper-releases .footer-links a:hover {
  text-decoration: underline;
}

.wrapper-releases .BG {
  filter: opacity(1) blur(4vw);
  z-index: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  background-size: 100% 130%;
  scale: 1;
  margin-top: 0%;
  padding-top: 1000px;
}

.wrapper-releases .platformLogos {
  max-width: 45%;
  max-height: 30px;
}

.wrapper-releases .websiteLogo {
  max-width: 55% !important;
  max-height: 75px;

}

.wrapper-releases #VisitText {
  margin-bottom: 0%;
  margin-left: 5%;
}

.wrapper-releases .line {
  background-color: rgba(255, 255, 255, 0.116);
  width: 100%;
  height: 2q;
  margin-top: -3%;
  margin-bottom: -3%;
}

.wrapper-releases .back-button {
  position: fixed;
  left: -150px;
  top: -150px;
  z-index: 100;
  scale: 0.18;
  width: 400px;
  height: 400px;
}

.wrapper-releases .back-button:hover {
  opacity: 1;
}

@media (min-width: 1921px) {
  .wrapper-releases body {
    zoom: 1.25;
  }
}

@media (min-width: 3000px) {
  .wrapper-releases body {
    zoom: 1.6;
  }
}

@media (min-width: 768px) {
  .wrapper-releases .back-button {
    scale: 0.18;
  }
}

.wrapper-releases #invertedLogos {
  filter: invert();
}