/* main.css */
:root {
  --primary-color: #FFFB00;
  --secondary-color: #B061FF;
  --background-color: #130606;
  --text-color: #ffffff;
  --text-title-color: #B061FF;
}

html {
    scroll-behavior: smooth;
}


html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  /* display: flex; */
  justify-content: center;
  align-items: top;
  font-family: "Sora", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  min-width: 480px;
  min-height: 100vh;
  /* flex-direction: column; */
  background-color: var(--background-color);
}

a {
  color: #ffffff;
  /* text-decoration: none; */
}

a:hover {
  text-decoration: underline;
}

h1,
h2 {
  font-weight: 700;
  margin: 20px 0;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.5em;
}

ul {
  list-style-type: disc;
  margin: 10px 0;
  padding-left: 20px;
}

li {
  margin: 5px 0;
}

 


.container {
  display: block;
  align-items: center;
  width: 100%;
  max-width: 1320px;
  margin: 20px;
  padding: 20px;
  margin: 0 auto;
  box-sizing: border-box;
}

 
.site-header {
  position:  relative;
  width: 100%;
  height: auto;
}

.site-header .hero  {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 740px;
  object-fit: cover;
  z-index: -1;
}

/* Navigation Bar */
.navbar {
  width: 100%;
  background-color: rgba(19, 6, 6, 0.7);
  height: 100px;
}


#main-logo {
  height: 60px;
  width: auto;
}

.blurred-background {
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px); 
}

.hero-cta-holder {
  max-width: 555px;
}

.hero-cta-holder h1 {
  color: var(--text-title-color);
  margin-bottom: 0;
  padding-bottom: 0;
  font-weight: 800;
  font-size: 136px;
  letter-spacing: -8px;
  line-height: 110px;
}

.hero-cta-holder p{
  padding: 20px 0;
}

.cta-buttons {
  max-width: 280px;

    cursor: pointer;
}

.cta-button {
  width: 280px;
  transition: transform 0.3s ease;
  margin-bottom: 10px;
}

 
.cta-button:hover{
    transform: scale(1.1);
}

.main-content h1{
  color: var(--text-color);
    font-size: 90px;
    line-height: 90px;
    letter-spacing: -3px;
}

.main-content p{
  color: var(--secondary-color);
}

/* boxes */
.vertilcal-box-holders {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  justify-content: center;
  max-width: 100%;
  gap: 40px;
  padding-top: 20px;
  padding-bottom: 100px;
}


.box-vertical {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 400px;
  background-color: transparent;
  border-radius: 50px;

  overflow: hidden;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /* border: 1px solid transparent; */
  padding: 0px;
  color: var(--background-color);
  text-align: center;
}

.box-vertical .top {
  height: 270px;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  display: flex;
  width: 100%;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* border: 2px solid transparent; */
  border-radius: 50px 50px 0 0;
}


.box-play-button {
  width: 100px;
  height: auto;
  transition: transform 0.3s ease;
}
.box-play-button:hover {
  transform: scale(1.1);
  cursor: pointer;
}

.box-vertical h2 {
  font-size: 60px;
  font-weight: 900;
  margin-bottom: 0px;
}  

.box-vertical p {
  font-weight: 400;
  color: var(--text-title-color);
  padding-bottom: 10px;
}

.box-vertical .bottom {
  background-color: #ffffff;
  width: 100%;
}

.style-tag {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  padding-bottom: 40px;
}

.style-tag span {
  color: var(--background-color);
  border: 1px solid var(--background-color);
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 300;
}

.bottom-cta-holder {
    display: flex;
    align-items: start;
    justify-content: center;
}

.bottom-cta-holder .text-holder {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: top;
  padding: 20px;
}

.phone-image {
  max-width: 468px;
}

.bottom-cta-holder .text-holder .inner {
  max-width: 617px;
}

.bottom-cta-holder .text-holder h2 {
  font-size: 54px;
  line-height: 1.2;
  color: var(--primary-color);
  margin-bottom: 10px;
  font-weight: 700; 
}

.bottom-cta-holder .text-holder p {
  font-size: 24px;
  line-height: 1.4;
  color: #ffffff;
  font-weight: 400; 
}
.site-footer {
  width: 100%;
  background-color: var(--secondary-color);
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

.site-footer .footer-links {
  display: flex;
  gap: 30px;
  flex-wrap: wrap; 
  justify-content: center;
  align-items: center;
}

.site-footer .footer-links a {
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
}

.social-icons {
  display: flex;
  gap: 15px;
  vertical-align: middle;
  align-items: center;
  border-left: 1px solid #ffffff61;
  padding-left: 30px;
}

/* bottom section fixes */
@media screen  and (max-width: 957px) {
.bottom-cta-holder .text-holder h2 {
    font-size: 40px;

  }
}


/* Mobile responsiveness */
@media screen and (max-width: 768px) {

  .social-icons {
    border: none;
    padding-left: 0;
  }

  .site-footer {
    height: auto;
    padding: 20px 0;
  }
  
  .site-footer .footer-links {
    gap: 15px;
    flex-direction: column;
    align-items: center;
  }

  .bottom-cta-holder {
    flex-direction: column;
    align-items: center; 
  }

  .phone-holder {
   order: 1;
  }

  .site-header .hero {
    height: 413px;
  }

  .hero-cta-holder {
      /* padding-top: 370px; */
      max-width: 100%;
  }

  .cta-buttons {
    max-width: 100%;
    text-align: center;
  }

  .cta-button {
    width: 300px;
  }

  .cta-buttons a:last-child .cta-button {
    max-width: 600px;
  }

  .hero-cta-holder h1 {
    font-size: 96px;
    line-height: 90px;
    letter-spacing: -3px;
  }
  
  
}

@media screen and (max-width: 480px) {
  .site-footer .footer-links {
    gap: 10px;
  }
  

  .site-header .hero {
    /* height: 360px; */
  }

  .hero-cta-holder {
      /* padding-top: 270px; */
  }

  .cta-button {
    width: 90%;
  }

  
}

.main-content {
  padding-bottom: 0;
}

/* Player */
#radio-player {
    visibility: hidden;
    opacity: 0;
    transform: translateY(50px) translateX(-50%);
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}

#radio-player.active {
    display: flex;
    visibility: visible;
    opacity: 1;
    transform: translateY(0) translateX(-50%);
}

.radio-player-container {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 640px;
    min-width: 440px;
    width: 90%;
    height: 120px;
    background-color: var(--primary-color);
    color: var(--background-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    box-sizing: border-box;
    z-index: 1000;
    border-radius: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.player-controls button,
.song-card-actions button {
  background: none;
  border: none;
  color: #b3b3b3;
  font-size: 18px;
  /* Icon size */
  cursor: pointer;
  padding: 8px;
  transition: color 0.2s ease;
  background-color: var(--background-color);
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  width: 80px;
  height: 80px;
}

.player-controls button:hover,
.song-card-actions button:hover {
  color: #ffffff;
}

.left-controls,
.right-controls {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-right: 20px;
  /* Space between buttons */
}

.left-controls {
  min-width: 50px;
  justify-content: center;
}

.right-controls {
  min-width: 80px;
  /* Ensure enough space for 2 buttons */
  justify-content: center;
}

.song-info-card {
  flex-grow: 1;
  min-width: 200px;
  border-radius: 8px;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  color: var(--background-color)
}

.song-info-upper-content {
    display: flex;
    flex-direction: column;
    padding: 0 10px;
}

/* .song-info-upper-content > * {
    width: 100%;
} */


.album-art {
  width: 120px;
  height: 120px;
  border-radius: 0;
  object-fit: cover;
  flex-shrink: 0;
  border-radius: 20px 0 0 20px;
  /* Prevent image from shrinking too much */
}

.track-details {
  flex-grow: 1;
  overflow: hidden;
  /* For text truncation */
  margin-right: 10px;
}

.track-title {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: var(--background-color);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 800;
}

.track-artist {
  /* Optional artist line */
  display: block;
  font-size: 14px;
  color: var(--background-color);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /* padding-bottom: 10px; */
}

#now-playing-channel {
  font-size: 12px;
  color: var(--secondary-color);
  font-weight: 600;
}

.song-card-actions {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  /* Prevent action buttons from shrinking */
  gap: 5px;
}

.song-card-actions button {
  font-size: 16px;
  /* Slightly smaller icons inside card */
}


.progress-bar-container {
  width: 100%;
  height: 4px;
  background-color: var(--background-color);
  border-radius: 2px;
  overflow: hidden;
}

.progress-bar-filled {
  height: 100%;
  background-color: #ffffff;
  border-radius: 2px;
  transition: width 0.1s linear;
  /* Smooth progress update */
}

/* Optional: Volume slider styling (if you uncomment it) */
.volume-slider-container {
  display: flex;
  align-items: center;
  padding-top: 10px;
}

.volume-slider-container svg {
  width: 20px;
  height: 20px;
  fill: var(--background-color);
  margin-right: 8px;
  cursor: pointer;
}

.volume-slider-container svg:last-child {
  margin-left: 8px;
  margin-right: 0;
  fill: var(--background-color);
  cursor: pointer;
}

.volume-slider {
  width: 100%;
  /* Adjust as needed */
  height: 4px;
  -webkit-appearance: none;
  appearance: none;
  background: var(--background-color);
  border-radius: 2px;
  outline: none;
  cursor: pointer;
}

.volume-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 12px;
  height: 12px;
  background: var(--background-color);
  border-radius: 50%;
  cursor: pointer;
}

.volume-slider::-moz-range-thumb {
  width: 12px;
  height: 12px;
  background: var(--background-color);
  border-radius: 50%;
  cursor: pointer;
  border: none;
}

#close-player {
    position: absolute;
    background-color: #130706;
    height: 30px;
    width: 30px;
    right: -10px;
    top: -8px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 2px solid var(--primary-color);
}
#close-player svg {
    transition: transform 0.3s ease;
    cursor: pointer;
}

#close-player:hover svg {
    transform: rotate(90deg);
}


/* Extra */
.fade-in {
  opacity: 0;
  /* Start hidden */
  transform: translateY(50px);
  /* Slightly move down */
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.fade-in.visible {
  opacity: 1;
  /* Fully visible */
  transform: translateY(0);
  /* Reset position */
}

.fade-in.from-left {
  opacity: 0;
  /* Start hidden */
  transform: translateX(-50px);
  /* Slightly move from left */
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.fade-in.from-left.visible {
  opacity: 1;
  /* Fully visible */
  transform: translateX(0);
  /* Reset position */
}

