
* {
    box-sizing: border-box;
}

/* Body background with a fallback color */
body {
    font-family: Arial, sans-serif;
    background-color: black; /* Fallback color */
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), black); /* Gradient transition */
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff;
    margin: 0;
    height: 100vh;
    min-height: 133vh;
}


#sub-count {
    font-size: 14px; /* Adjust size for better fit */
    font-weight: bold;
    color: white; /* Match top bar styling */
    display: flex;
    align-items: center;
    margin-left: auto; /* Push it to the right */
}

#sub-count i {
    color: #ff2525; /* Icon color */
    margin-right: 5px; /* Space between icon and text */
}

/* Mobile-specific adjustments */
@media (max-width: 768px) {
    #sub-count {
        font-size: 12px; /* Slightly smaller font for mobile */
    }
}

#player-container {
    position: absolute;
    left: -9999px; /* Move off-screen */
}

#playlist {
    margin-top: 20px;
    display: none; /* Initially hidden */
}





#controls-container {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 75px; /* Default for mobile */
    overflow: hidden;
    z-index: 10;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 16px; /* Slightly smaller padding */
    background: #000000;
    border-radius: 10px 10px 0 0; /* Adjusted border-radius for smaller size */
    border: none;
  }
  
  @media (min-width: 768px) {
    #controls-container {
      height: 80px; /* Height for desktops or tablets */
      padding: 12px 24px; /* Adjust padding for larger screens */
    }
  }
  


#controls-container .background {
  position: absolute;
  top: -20px; /* Adjust to extend beyond the viewport */
  left: -20px;
  width: calc(100% + 40px); /* Extend width */
  height: calc(100% + 40px); /* Extend height */
  z-index: -2;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: blur(15px);
}

#controls-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.443), rgba(255, 255, 255, 0.222));
  opacity: 0.6; /* Adjust opacity for brightness effect */
  border: none;

}



#controls {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.control-btn {
    margin-left: 15px;
    cursor: pointer;
    font-size: 24px; /* Icon size */
    color: white;
    transition: background-color 0.3s ease, color 0.2s ease; /* Smooth transition */
    padding: 10px; /* Add padding to create a round background */
    border-radius: 50%; /* Make the button circular */
    background-color: rgba(255, 255, 255, 0.3); /* Lighten background on hover */
    display: inline-flex; /* Use flexbox to center the icon */
    justify-content: center;
    align-items: center; /* Vertically and horizontally center the icon */
    width: 40px; /* Fixed width */
    height: 40px; /* Fixed height */
    box-sizing: border-box; /* Ensure padding is included in width/height calculation */
}

.control-btn:hover {
    background-color: rgba(255, 255, 255, 0.3); /* Lighten background on hover */
}









#album-cover {
    width: 60px; /* Fixed width */
    height: 60px; /* Fixed height */
    margin-right: 15px;
    margin-left: -10px;
    background-color: #000000; /* Placeholder for album cover */
    border-radius: 10px;
    background-size: cover; /* Ensures the image fills the container */
    background-position: center; /* Centers the image within the div */
    display: block; /* Ensures it's treated as a block element */
    object-fit: cover; /* Ensures the image maintains its aspect ratio */
    transition: none; /* Prevent transition that may cause image to resize */
    cursor: pointer;
}

#song-info {
    display: flex;
    align-items: center;
}

#song-title {
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}

#artist-name {
    font-size: 14px;
    color: #ffeeee;
    cursor: pointer;
    margin-top: -0px;
}






@media screen and (max-width: 768px) {
    /* Mobile: Retain same desktop style, avoid scaling or moving elements */
    #controls-container {
        padding: 10px 15px;

    }
    
   
#album-cover {
    width: 60px; /* Fixed width */
    height: 60px; /* Fixed height */
    margin-right: 15px;
    margin-left: -5px;
    background-color: #000000; /* Placeholder for album cover */
    border-radius: 10px;
    background-size: cover; /* Ensures the image fills the container */
    background-position: center; /* Centers the image within the div */
    display: block; /* Ensures it's treated as a block element */
    object-fit: cover; /* Ensures the image maintains its aspect ratio */
    transition: none; /* Prevent transition that may cause image to resize */
    cursor: pointer;
}
    .control-btn {
        font-size: 22px; /* Slightly smaller for mobile */
        width: 35px;
        height: 35px;
    }

    #song-info {
        flex-direction: row;
    }

    #song-title {
        font-size: 13px;
        line-height: 1.1; /* Reduces the spacing between lines */
        width: 100%;
        max-width: 1000px; /* Prevent content from overflowing */


    }

    #artist-name {
        font-size: 13px;
        margin-top: 5px;

    }
}


#controls-container.expanded {
  height: 100%; /* Full screen when expanded */
  border-radius: 0; /* Remove rounded corners when expanded */
}


#controls-container.expanded {
    display: flex;
    flex-direction: column; /* Arrange items vertically */
    align-items: center; /* Center items horizontally */
    justify-content: flex-start; /* Start items from the top */
    padding: 20px;
    
    border-radius: 16px 16px 0 0; /* Rounded top-left and top-right edges */

}

#controls-container.expanded #album-cover {
    width: 350px; /* Larger size for album cover */
    height: 350px;
    margin-top: 20%; /* Space below the album cover */
    border-radius: 15px; /* Optional: rounder corners */
    margin-bottom: 10px;
    margin-left: 12px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3); /* Adds a shadow around the box */

}

#controls-container.expanded #song-info {
    display: flex; /* Ensure it stays flex for alignment */
    flex-direction: column; /* Keep song title and artist stacked */
    text-align: center; /* Center-align text */
    align-items: center; /* Ensure everything is centered */
    gap: 5px; /* Uniform spacing between title and artist */
    min-width: 350px; /* Prevent shrinking */
    max-width: 350px; /* Prevent expansion */
}

#controls-container.expanded #song-title {
    font-size: 19px; /* Larger font size for song title */
    font-weight: bold;
    text-align: left;
    overflow: hidden; /* Prevent text overflow */
    text-overflow: ellipsis; /* Add "..." for long titles */
    white-space: nowrap; /* Prevent wrapping */
    width: 100%; /* Ensure the width matches the parent container */
    max-width: 350px; /* Prevent expansion beyond container */
    display: block; /* Make sure it behaves as a block element */
}

#controls-container.expanded #song-title {
    line-height: 1.3; /* Adjust this value as needed, try 1.4 or 1.5 if still cut off */
}

#controls-container.expanded #artist-name {
    font-size: 16px; /* Larger font size for artist name */
    color: #f4f4f4;
    white-space: nowrap; /* Prevent wrapping */
    overflow: hidden; /* Prevent overflow */
    text-overflow: ellipsis; /* Add "..." for long artist names */
    width: 100%; /* Match width with #song-title */
    text-align: left;
    margin-bottom: 20px;

}


/* Progress bar container */
#progress-bar-container {
    position: fixed; /* Fixes the position at the bottom of the screen */
    bottom: 0;        /* Aligns it to the bottom */
    left: 0;          /* Aligns it to the left */
    width: 100%;      /* Makes the container span the full width */
    z-index: 9999;    /* Ensures it's above other elements */
}

/* Progress bar styles */
#progress-bar {
    width: 0;
    height: 3px;      /* Set the height of the progress bar */
    background: #e294ff; /* White progress bar */
    transition: width 0.2s linear; /* Smooth transition for width updates */
}

/* Hide progress bar on mobile */
@media (max-width: 768px) {
    #progress-bar {
        display: block;
        height: 2px;      /* Set the height of the progress bar */

    }
}

/* Show progress bar on desktop */
@media (min-width: 769px) {
    #progress-bar {
        display: block;
    }
}


/* Slider thumb styles */
#progress-bar-thumb {
    position: absolute;
    top: -3px; /* Adjusted top to place the thumb correctly above the progress bar */
    left: 0; /* Start at the beginning of the progress bar */
    width: 12px; /* Width of the slider thumb */
    height: 12px; /* Height of the slider thumb */
    background-color: #ffffff; /* Thumb color matching the progress bar */
    border-radius: 50%; /* Rounded thumb */
    cursor: pointer;
    z-index: 16; /* Ensure the thumb is in front of the progress bar */
    transition: left 0.1s linear; /* Smooth movement of the thumb */
}

/* Hide the thumb in the regular player view */
#progress-bar-thumb {
    display: none; /* Hidden by default */
}

/* Show the thumb only in the expanded player view */
#controls-container.expanded #progress-bar-thumb {
    display: block; /* Make thumb visible when player is expanded */
}



/* Expanded controls container styles */
#controls-container.expanded #progress-bar-container {
    margin-top: 10px; /* Space below the song title and text */
    width: 340px; /* Set a consistent width for stability */
    height: 5px; /* Increased height to accommodate the thumb */
    background: rgba(255, 255, 255, 0.3); /* Light background color */
    border-radius: 10px; /* Rounded edges for the progress bar */
    position: relative; /* Allows centering within the container */
    margin-right: 5px;
    display: block; /* Make thumb visible when player is expanded */

}

#controls-container.expanded #progress-bar {
    height: 100%; /* Ensure it fills the height of the container */
    width: 0%; /* Start at 0% width */
    background: #ffffff; /* Red progress bar */
    border-radius: 20px;
    display: block; /* Show when expanded */

}


#controls-container.expanded #controls {
    margin-top: 10px; /* Space above the control buttons */
    display: flex;
    gap: 10px; /* Space between control buttons */
    margin-right: 20px;

}

#controls-container.expanded .control-btn {
    background: #bbbbbb00;
    font-size: 30px; /* Larger buttons for expanded view */
    width: 50px; /* Adjust size of the buttons */
    height: 50px;
}


#controls-container.expanded #time-display {
    display: flex; /* Use flex to position times */
    justify-content: space-between; /* Align times left and right */
    width: 340px; /* Set a consistent width for time display */
    margin-top: 10px; /* Space between progress bar and time display */
    font-size: 14px;
    color: #fff;
}


#time-display {
    display: none; /* Hide by default */
}

#controls-container.expanded #time-display {
    display: flex; /* Show when expanded */
}



#controls-container.expanded .top-btn {
    position: absolute;
    top: 20px; /* Distance from the top */
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

#controls-container.expanded .top-btn:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

#controls-container.expanded .top-btn.left {
    left: 20px; /* Positioned to the left */
}

#controls-container.expanded .top-btn.right {
    right: 20px; /* Positioned to the right */
}

#controls-container.expanded .top-btn i {
    color: white;
    font-size: 24px; /* Icon size */
}

#controls-container .top-btn {
    display: none; /* Hide by default */
}

#controls-container.expanded .top-btn {
    display: flex; /* Show when expanded */
}

#controls-container.expanded #play-pause {
    background-color: white; /* Set background to white */
    border-radius: 50%; /* Make the button circular */
    width: 60px; /* Adjust the width for a larger background */
    height: 60px; /* Adjust the height for a larger background */
    display: flex;
    justify-content: center;
    align-items: center;
    color: black; /* Set icon color to black */
    transition: background-color 0.3s ease, color 0.3s ease; /* Smooth transition for hover effects */
}

#controls-container.expanded #play-pause i {
    font-size: 24px; /* Adjust icon size if needed */
}





#playlists-section {
  margin-top: -12px; /* Adjust spacing between sections */
  padding: 20px; /* Add padding for the section */
}

.section-heading {
  font-size: 20px;
  margin-bottom: 15px;
  color: white;
  font-weight: bold;
  text-align: left;
  margin-left: 0px; /* Move the text slightly to the right */
}

#playlist-container {
  display: flex;
  flex-direction: row; /* Display rows horizontally */
  overflow-x: auto; /* Enable horizontal scrolling */
  gap: 10px; /* Space between rows */
  padding-bottom: 10px; /* Add space for smooth scrolling */
  margin-left: -10px; /* Move the text slightly to the right */

  scroll-snap-type: x mandatory; /* Optional: Snap rows into view during scroll */
}

.playlist-row {
  display: flex;
  flex-direction: column; /* Display the songs in a column (4 items per row) */
  gap: 10px;
  width: 540px; /* Set a fixed width for all rows */
  margin-right: 15px; /* Space between rows */
  min-width: 45%; /* Make each column wide enough for 4 songs */

}
.playlist-row {
  scroll-snap-align: start; /* Optional: Align rows when scrolling */
}

.playlist-item {
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05); /* Subtle background for a card effect */
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: 100%; /* Ensure the item takes full width of the parent container */
}

.playlist-item:hover {
  background-color: rgba(255, 255, 255, 0.1); /* Highlight on hover */
}

.album-cover {
  width: 60px;
  height: 60px;
  border-radius: 5px;
  object-fit: cover;
  margin-right: 15px;
}

.song-title {
  font-size: 16px;
  color: white;
  overflow: hidden; /* Prevent overflowing */
  text-overflow: ellipsis; /* Add ellipsis for overflowing text */
  white-space: normal; /* Allow wrapping to multiple lines */
  display: -webkit-box; /* Enable webkit-based multi-line truncation */
  -webkit-line-clamp: 2; /* Limit to 2 lines */
  -webkit-box-orient: vertical; /* Ensure proper box orientation */
  flex: 1; /* Allow the title to occupy available space */
}


@media (max-width: 768px) {
  .section-heading {
    font-size: 18px; /* Adjust heading size for smaller screens */
  }

  .playlist-item {
    padding: 5px 20px 5px 10px; /* Add extra padding on the right */
  }

  .album-cover {
    width: 62px; 
    height: 60px; 
  }
.playlist-row{
    min-width: 75%; /* Make each column wide enough for 4 songs */


}
  .song-title {
    font-size: 13px; /* Adjust text size for smaller screens */
  }

  .playlist-item:hover {
    background: rgba(255, 255, 255, 0.05); /* Subtle background for a card effect */
  }
}





/* Banner styling */
#banner {
    margin-top: -80px;
    position: relative;
    width: 100%;
    height: 450px; /* Adjust height as needed */
    overflow: hidden;
    background: linear-gradient(
        to bottom, 
        rgba(0, 0, 0, 0) 70%, 
        rgba(0, 0, 0, 1) 100%
    ); /* Add gradient at the bottom */
}

/* Banner Image */
#banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.8); /* Optional: Darken the image slightly */
}

/* Blending Effect */
#banner:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px; /* Adjust blend area height */
    background: linear-gradient(
        to bottom, 
        rgba(0, 0, 0, 0) 0%, 
        rgb(0, 0, 0) 100%
    ); /* Smooth blending gradient */
    pointer-events: none; /* Ensure it's non-interactive */
    z-index: 1; /* Lower z-index to allow text and button to be on top */
}

/* Banner Text and Button in Front */
#banner-text {
    position: absolute;
    bottom: 20px; /* Adjust vertical spacing from the bottom */
    left: 20px; 
    right: 20px;
    display: flex;
    justify-content: flex-start; /* Align content to the left */
    align-items: center; /* Vertically center text and play button */
    gap: 20px; /* Add spacing between the title and play button */
    z-index: 2; /* Ensure this is above the gradient and image */
}

#banner-text h1 {
    margin: 0;
    color: white;
    font-size: 58px; /* Adjust font size as needed */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6); /* Makes the text stand out */
    white-space: nowrap; /* Prevent text wrapping */
}

#banner-text #banner-play {
    background-color: white; /* White background like the player button */
    color: black; /* Black icon for contrast */
    border-radius: 50%; /* Circular button */
    width: 60px; 
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
    box-shadow: 0 4px 8px rgba(255, 255, 255, 0.2); /* Optional shadow */
    z-index: 2; /* Ensure the button is above the overlay */
}


#banner-text #banner-play i {
    font-size: 24px; /* Same size as player icon */
}











/* Mobile responsiveness for smaller screens */
@media (max-width: 768px) {
    #banner-text {
        flex-direction: row; /* Keep items in a row */
        justify-content: space-between; /* Place text on the left and button on the right */
        align-items: center; /* Vertical alignment */
    }
/* Banner styling */
#banner {
    margin-top: -80px;
    position: relative;
    width: 100%;
    height: 305px; /* Adjust height as needed */
    overflow: hidden;

}

#banner-img {
    width: 100%;
    height: 130%;
    object-fit: cover;
    filter: brightness(0.8); /* Optional: Darken the image slightly */
}

    #banner-text h1 {
        font-size: 34px; /* Adjust font size for smaller screens */
        text-align: left; /* Align text to the left */
        max-width: 70%; /* Limit text width for better spacing */
    }

    #banner-text #banner-play {
        width: 50px; 
        height: 50px;
    }
}

@media (max-width: 480px) {
    #banner-text h1 {
        font-size: 34px; /* Further adjust font size for very small screens */
        margin-bottom: -25px;

    }

    #banner-text #banner-play {
        width: 45px; 
        height: 45px;
        margin-bottom: -10px;
    }
}


/* Banner Image with Animation */
#banner-img {

  filter: brightness(0.8); /* Darken the image slightly */
  animation: zoomIn 20s infinite alternate ease-in-out; /* Smooth zoom-in and out */
}

/* Keyframes for Zoom Animation */
@keyframes zoomIn {
  0% {
      transform: scale(1); /* Initial size */
  }
  50% {
      transform: scale(1.1); /* Slight zoom */
  }
  100% {
      transform: scale(1); /* Back to original size */
  }
}


       /* Latest Release Section */
section {
    padding: 20px;
}


/* General Styles for Latest Release */
/* General Styles for Latest Release */
.latest-release-container {
  background-color: #dd87ff5f; /* Set background color */
  border-radius: 15px; /* Rounded corners */
  padding: 10px 15px; /* Adjust padding for general devices */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4); /* Optional shadow for depth */
  width: 100%; /* Ensure it takes full width of parent */
  max-width: 630px; /* Set max-width to 620px for desktop */
  margin-left: 0px; /* Align the container to the left */
  margin-right: 5px;
  margin-top: 25px;
  position: relative; /* Keeps it positioned normally */
  margin-bottom: 30px;

}

/* Adjust for iPad and similar tablet devices (portrait mode, 768px to 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
  .latest-release-container {
      max-width: 350px; /* Set max-width for tablet portrait view */
      margin-left: 0px;
      margin-right: 5px;
  }
}

/* Adjust for iPad and similar tablet devices (landscape orientation, 1024px to 1366px) */
@media (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape) {
  .latest-release-container {
      max-width: 500px; /* You can set a wider max-width for landscape view */
      margin-left: 0px; /* Add left margin to space the container from the edge */
      margin-right: 0px; /* Optional: Adjust right margin */
  }
}

/* Optional: Adjust for very small screens (e.g., mobile phones) */
@media (max-width: 480px) {
  .latest-release-container {
      max-width: 100%;
      margin-left: 5px;
      margin-right: 5px;
  }
}




/* Ensure children don't add extra margin */
.latest-release-container > * {
    margin: 0; /* Remove margin for direct children */
}

section h2 {
    font-size: 20px;
    margin: 0;
    margin-bottom: 15px;
    color: white;
    font-weight: bold;
    margin-top: 10px;
    margin-left: 10px; /* Move text slightly to the right */

}

section div {
    display: flex;
    align-items: flex-start; /* Align items to the start */
    gap: 15px;
    margin-top: 20px;
}

section img {
    width: 100px;
    height: 100px;
    border-radius: 10px;
margin-top: 5px;
    object-fit: cover; /* Ensure the album cover fits neatly */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.081); /* Subtle shadow for depth */
}

.release-info {
    display: flex;
    flex-direction: column; /* Arrange title and artist info vertically */
    gap: 5px;
    margin-left: 10px;
}

.song-details {
    display: flex;
    align-items: center;
    gap: 10px; /* Space between artist name and button */
}

.release-info h3 {
    font-size: 18px;
    margin: 0;
    line-height: 1.2; /* Ensures a good line height for two-line titles */
    word-wrap: break-word; /* Prevents overflow */
    max-width: 240px; /* Limits the width to control line breaks */
}

.release-info p {
  color: #e9e9e9;
    font-size: 14px;
    margin: 0;
    position: relative;
    bottom: 25px; /* Moves the artist name 5px up */
    margin-top: 7px;

}

.release-info button {
    background-color: rgb(255, 255, 255);
    color: black;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: relative; /* Ensure it can be moved using 'top' */
    top: -20px; /* Adjust this value to move the button upwards */
    right: 125px;
    display: none;
}

.release-info button:hover {
    background-color: rgba(255, 255, 255, 0.8);
    color: black;
}

.release-info button i {
    font-size: 14px; /* Icon size */
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .latest-release-container {
        padding: 0px; /* Smaller padding for compact spacing */
        padding-left: 15px;
        margin-left: 5px;
        margin-right: 5px;
        max-width: 100%; /* Ensure it doesn't overflow the screen */
        margin-top: 25px;

    }
    section {
        padding: 10px;
    }
        section h2 {
            font-size: 18px; /* Slightly smaller font for mobile screens */
            margin-left: 10px; /* Move text slightly to the right */
        }

    section img {
        width: 90px;
        height: 90px;
        margin-top: 10px;
        margin-bottom: 7px;

    }

    .release-info {
      display: flex;
      flex-direction: column; /* Arrange title and artist info vertically */
      gap: 5px;
      margin-left: 0px;
  }

    .release-info h3 {
        font-size: 16px;
        margin: 0; /* Ensure no extra margin on the title */
    }

    .release-info p {
        margin: 0; /* Remove default margin from the paragraph */
        margin-top: 7px;
    }

    .song-details {
        margin-bottom: 0; /* Remove any bottom margin that might cause extra space */
    }
}

.latest-release-container .new-release-text {
  font-size: 14px;
  color: #e9e9e9;
  font-weight: bold;
  margin: 0;
  text-transform: uppercase; /* Uppercase for "LATEST RELEASE" */
margin-top: 20px;
  margin-bottom: -20px;
}





body {
    margin: 0; /* Remove default body margin */
    overflow-y: auto; /* Enable scrolling for the body */
}

.content {
    min-height: 100vh; /* Ensure content fills at least the viewport height */
    padding-bottom: 60px; /* Reserve space for the player at the bottom */
    /* Add more styles for your scrollable content */
}

.player {
    position: fixed; /* Keep it fixed at the bottom of the viewport */
    bottom: 0;
    left: 0;
    width: 100%; /* Make it span the full width of the screen */
    height: 60px; /* Set the height of your player */
    background: #222; /* Background color for the player */
    color: #fff; /* Text color */
    display: flex; /* Optional: Use flexbox for content alignment */
    justify-content: center; /* Center content horizontally */
    align-items: center; /* Center content vertically */
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2); /* Optional shadow for a nice effect */
}


/* Prevent selection of all elements */
* {
    user-select: none; /* Disable text selection */
    -webkit-user-select: none; /* For WebKit browsers (Safari, Chrome) */
    -moz-user-select: none; /* For Firefox */
    -ms-user-select: none; /* For IE/Edge */
}



#container {
  display: none; /* Hidden by default */
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

#container.show {
  display: block; /* Show the container */
  opacity: 1;
}






/* Animation */
@keyframes popup-slide-in {
    0% {
        transform: translateY(-20px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes popup-slide-out {
    0% {
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        transform: translateY(-20px);
        opacity: 0;
    }
}

.popup {
    position: absolute;
    top: 70px;
    right: 15px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    z-index: 100;
    animation: popup-slide-in 0.3s ease-out forwards;
    width: 200px;
    opacity: 0; /* Make the popup initially invisible */
    visibility: hidden; /* Hide the popup initially */
    flex-direction: column;
    padding: 15px;
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s 0.3s; /* Add delay for visibility */
}

.popup.active {
    opacity: 1; /* Make it visible when active */
    visibility: visible; /* Ensure it is also visible */
    transition: opacity 0.3s ease, transform 0.3s ease;
}


.popup-item {
    display: flex;
    align-items: center;
    justify-content: flex-start; /* Align content to the left */
    background-color: rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.077);
    border-radius: 10px;
    padding: 10px 15px; /* Added left-right padding for better spacing */
    margin-bottom: 10px; /* Space between items */
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s;
    width: 100%; /* Ensures it fits the width of the popup */
    box-sizing: border-box; /* Ensures padding does not exceed width */
}

.popup-item:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

.popup-item i {
    margin-right: 10px;
    color: #ffffff;
}

.popup-item span {
    color: #ffffff; /* Ensures the text color is white */
    font-size: 14px; /* Adjust the text size to fit better */
    word-wrap: break-word; /* Ensures text doesn't overflow */
    white-space: normal; /* Allow the text to wrap */
}


/* Controls container */
#controls-container {
    z-index: 2000; /* Increased z-index so it's above the header */
}

/* Ensure header is on top of other content */
#header {
    z-index: 1000; /* Higher than the menu container */
}



#music-videos-section {
  margin-top: 10px;
  padding-left: 20px; /* Move the section slightly to the right */
  margin-left: -2px;
  margin-bottom: -50px;

}

.video-carousel {
  display: flex;
  overflow-x: auto;
  gap: 15px;
  padding: 10px;
  scroll-snap-type: x mandatory;
  margin-bottom: 20px;

}

.video-carousel::-webkit-scrollbar {
  display: none;
}
#music-videos-section .section-heading {
    padding-left: 6px; /* Adjust this value to move it more or less */
  }
  


.video-item {
  position: relative;
  min-width: 200px;
  scroll-snap-align: start;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  padding-bottom: 15px; /* Space for the title */
}

.video-item img {
  width: 100%;
  border-radius: 10px;
  transition: transform 0.3s;
}

.video-item img:hover {
  transform: scale(1.05);
}

.video-item span {
  display: block;
  margin-top: 1px; /* Add some space between the image and the title */
  background-color: rgba(0, 0, 0, 0.6); /* Semi-transparent background */
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 5px;
  width: 90%; /* Ensure the title fits within the container */
  text-align: center;
  white-space: nowrap; /* Prevent the title from wrapping onto a new line */
  overflow: hidden;
  text-overflow: ellipsis; /* Add ellipsis (...) when the title is too long */
}

#music-videos-heading i {
  margin-left: 8px; /* Adds space between the text and the icon */
}


/* Container for gradient background */
#btn-container {
    margin-top: 10px;
    padding: 1px; /* Optional padding around the button */
    background: rgba(255, 255, 255, 0.543);
    border-radius: 35px;  /* Rounded corners matching the button */
    display: inline-block;  /* Ensure it wraps tightly */
    margin-bottom: 30px;

}

/* Style for the button */
#show-all-btn {
    display: block;
    padding: 8px 16px;
    background-color: rgb(0, 0, 0);  /* Button itself is transparent */
    color: white;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
}


  
  #show-all-btn:hover {
    background-color: #000000;  /* Darker blue when hovered */
  }
  

.video-item {
    position: relative;
    min-width: 200px;
    scroll-snap-align: start;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    padding-bottom: 15px; /* Space for the title */
  }
  
  .video-item .video-thumbnail {
    position: relative;
  }
  
  .video-item img {
    width: 100%;
    border-radius: 10px;
    transition: transform 0.3s;
  }
  
  .video-item img:hover {
    transform: scale(1.05);
  }
  

  .video-item {
    position: relative;
    min-width: 290px; /* Increased size */
    scroll-snap-align: start;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    padding-bottom: 15px; /* Space for the title */
  }
  
  .video-item img {
    width: 100%;
    border-radius: 10px;
    transition: transform 0.3s;
  }
  
  .video-item img:hover {
    transform: scale(1.05);
  }
  




  
  .video-item .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 19px; /* Adjusted font size for a smaller icon */
    color: rgb(0, 0, 0); /* Set the play icon color to black */
    background-color: rgb(255, 255, 255); /* White background */
    padding: 15px; /* Increased padding to make the background larger */
    border-radius: 50%; /* Make the background circular */
    border: solid rgba(255, 255, 255, 0) 2px; /* Transparent border */
    opacity: 1; /* Set opacity to 1 for the background */
    pointer-events: none;
    transition: opacity 0.3s;
    display: none;
  }
  
  .video-item .play-icon:hover {
    opacity: 0; /* Make the icon slightly transparent on hover */
  }
  
  
  .video-item span {
    display: block;
    margin-top: 1px; /* Add some space between the image and the title */
    background-color: rgba(0, 0, 0, 0.6); /* Semi-transparent background */
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 5px;
    width: 90%; /* Ensure the title fits within the container */
    text-align: center;
    white-space: nowrap; /* Prevent the title from wrapping onto a new line */
    overflow: hidden;
    text-overflow: ellipsis; /* Add ellipsis (...) when the title is too long */
  }
  

.album-singles-heading {
    margin-top: 0px;
    text-align: left;
    margin-left: 5px;
    margin-bottom: -0px;

}

#album-singles-container {
    display: flex;
    overflow-x: auto;
    gap: 15px;
    padding: 10px;
    margin-left: -12px;
    
}

#album-singles-container img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    cursor: pointer;
    border-radius: 10px;
    transition: transform 0.3s;
    margin-bottom: 30px;

}

#album-singles-container img:hover {
    transform: scale(1);
}










/* Top Bar Styles */
/* Updated Top Bar Styles */
#top-bar {
    position: sticky; /* Makes the bar sticky */
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background-color: rgba(0, 0, 0, 0); /* Transparent by default */
    color: white;
    transition: background-color 0.3s ease; /* Smooth transition for background */
    z-index: 1000; /* Ensure it stays on top */
    
}

#top-bar.scrolled {
    background-color: rgb(0, 0, 0); /* Solid color when scrolled */
        border-bottom: 1px solid #4a4a4a;

}

/* Optional: Add some shadow when scrolling for better visibility */
#top-bar.scrolled {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid #4a4a4a;

}
#top-bar.scrolled {
    background-color: rgb(0, 0, 0); /* Solid background color */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* Optional shadow for effect */
    border-bottom: 1px solid #4a4a4a;

    
}

/* Optional logo size adjustment when scrolled */
#top-bar.scrolled .logo img {
    height: 40px;
    width: 40px;
}

  
  #top-bar  {
    font-size: 30px; /* Size of the menu icon */
    cursor: pointer;
    color: white;
  }
  
  #top-bar .menu-icon:hover {
    color: #ffffff; /* Hover color for the icon */
  }
  
  #top-bar .logo img {
    height: 40px; /* Adjust logo size */
    width: 40px;
    border-radius: 50%;
    border: solid white 2px;
  }
  


  .menu-icon {
    font-size: 23px; /* Adjust size of the icon */
    margin-top: 2px; /* Move the icon slightly down */
}


.logo {
    display: flex;
    align-items: center;
    margin-left: 20px; /* Adjust the value to move it to the right */
}

.logo img {
    height: 40px; /* Adjust logo size */
    margin-right: 8px; /* Space between logo and text */
}

.logo-text {
    font-size: 18px;
    font-weight: bold;
    color: white; /* Set text color */
    margin-top: -5px; /* Move the text a little up */
    
}

/* Mobile-specific adjustments */
@media (max-width: 768px) {
    .logo {
        margin-left: 25px; /* Adjust for smaller screens */
    }
    .logo-text {
        font-size: 20px; /* Adjust text size for mobile */
        margin-top: -0px; /* Move the text up slightly for mobile */
    }


.album-singles-heading {
    margin-bottom: -20px;
    margin-left: 15px;

}
#album-singles-container {
 
    margin-left: -2px;


}
}

#sub-count {
    font-size: 15px; /* Adjust size for better fit */
    font-weight: bold;
    color: white; /* Match top bar styling */
    display: flex;
    align-items: center;
    margin-left: auto; /* Push it to the right */
}

#sub-count i {
    color: #ff2525; /* Icon color */
    margin-right: 5px; /* Space between icon and text */
}






  .menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    border-bottom: 1px solid #333;
    border-right: 1px solid #3333338b;

  }
  
  .menu-header h3 {
    margin: 0;
  }
  
  #close-menu {
    cursor: pointer;
  }
  
  .menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .menu-list li {
    display: flex;
    align-items: center;
    padding: 1rem;
    cursor: pointer;
    transition: background 0.3s;
  }
  
  .menu-list li:hover {
    background-color: #333;
  }
  
  .menu-list li i {
    margin-right: 1rem;
    font-size: 1.5rem;
  }
  
  /* Overlay */
  #menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.397);
    display: none; /* Hidden by default */
    z-index: 999;
  }
  
  /* Menu visible state */
  #side-menu.open {
    left: 0;
  }
  
  #menu-overlay.open {
    display: block;
  }
  

  body.no-scroll {
    overflow: hidden;
  }
#side-menu {
  will-change: transform; /* Optimize for animations */
}
#side-menu {
    transition: left 0.1s ease, transform 0.3s ease;
  }
  
body.no-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
}









#side-menu {
    position: fixed;
    top: 0;
    left: -250px; /* Hidden by default */
    width: 250px;
    height: 100%;
    background-color: #000000;
    color: #fff;
    transition: left 0.3s ease, transform 0.3s ease; /* Smooth transition for both properties */
    z-index: 1000;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.5);
    border-right: 1px solid #3333338b;

  }
  
  #side-menu.open {
    left: 0; /* Slide to the visible position */
    transform: translateX(0); /* Optional smooth sliding effect */
  }
  
  body.no-scroll {
    overflow: hidden;
    position: fixed;
    width: 100%;
  }
  
  /* When the side menu is closed */
  #side-menu:not(.open) {
    transform: translateX(-100%); /* Slide out when closing */
    left: -250px; /* Ensure it's hidden off-screen */
  }
  
  




  /* Fullscreen Bottom Sheet */
#bottom-sheet {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    z-index: 1000; /* Ensure it's on top of all other elements */
    display: none; /* Hidden by default */
    overflow: hidden; /* Prevent overflow outside the sheet */
  }
  
  #bottom-sheet-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    background-color: #000000;
    height: 100%;
    overflow-y: auto; /* Make content scrollable */
  }
  

  #bottom-sheet-text {
    
    margin-top: 20px;
  }
 
  
  #bottom-sheet-text i {
    font-size: 24px; /* Icon size */
    color: white; /* Icon color */
    margin-bottom: 10px; /* Space between the icon and the text */
    cursor: pointer; /* Change cursor to pointer for interactivity */
  }
  
  #bottom-sheet-text span {
    font-size: 18px; /* Text size */
    color: white; /* Text color */
  }
  
  #close-bottom-sheet {
    background-color: #252525; /* Background color */
    border-radius: 50%; /* Makes the background rounded */
    padding: 10px; /* Padding to make the button larger */
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    height: 50px;
    width: 50px;
    transition: background-color 0.3s ease;
  }
  
  #close-bottom-sheet:hover {
    background-color: #232323; /* Darker gray on hover */
  }
  #bottom-sheet-text span {
    font-size: 23px; /* Text size */
    color: white; /* Text color */
    margin-left: 10px; /* Move text to the right */
    margin-top: 20px;
  }
    
  
  
  #library-content {
    margin-top: 100px;
    display: flex;
    flex-direction: column; /* Stack songs vertically */
  }
  
  .song-item {
    display: flex;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #444;
  }
  
  .song-item img.album-cover {
    width: 50px;
    height: 50px;
    margin-right: 15px;
  }
  
  .song-item .song-title {
    color: white;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  /* Fullscreen Bottom Sheet */
#bottom-sheet {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    z-index: 1000; /* Ensure it's on top of all other elements */
    display: none; /* Hidden by default */
    overflow: hidden; /* Prevent overflow inside the sheet */
  }
  
  /* Optional: Style to prevent body from scrolling when bottom sheet is open */
  body {
    transition: overflow 0.3s ease;
  }
  /* Invisible gap at the bottom */
.invisible-gap {
    height: 100px; /* Adjust the height of the invisible gap */
    width: 100%;
  }





  
  
  #bottom-sheet-text {
    position: absolute;
    top: 20px; /* Adjust top position */
    left: 20px; /* Position the text to the left */
    font-size: 18px; /* Adjust font size */
    color: white; /* White text */
    font-weight: bold; /* Optional: Make the text bold */
    z-index: 1100; /* Ensure it is above other elements in the sheet */
  }
  #top-songs-heading i {
    margin-left: 8px;  /* Adjust the space between the text and the icon */
  }
  





  #video-gallery-bottom-sheet {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0); /* Slightly transparent black */
    display: none; /* Hidden initially */
    padding: 20px;
    box-sizing: border-box;
    z-index: 9999;
    overflow-y: auto;
  }
  
  #video-gallery-header {
    display: flex;
    align-items: center; /* Align icon and text vertically */
    font-size: 20px;
    color: white;
    font-weight: bold;
    margin-bottom: 40px;
    margin-top: 10px;
  }
  
  #video-gallery-header i {
    margin-right: 30px; /* Add space between the icon and text */
  }
  
  
  #video-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); /* Adjusted min size for better video presentation */
    gap: 20px; /* Increased gap for better spacing */
    margin-top: 20px;
  }
  
  #video-gallery .video-thumbnail {
    background-color: #98989800; /* Dark background for better contrast */
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    overflow: hidden;
  }
  
 
  
  #video-gallery .video-thumbnail iframe {
    width: 100%;
    height: 180px; /* Adjusted height for better aspect ratio */
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); /* Slight shadow for videos */
  }
  

  
  #video-gallery .video-thumbnail span {
    display: block;
    margin-top: 10px;
    color: white;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
  }
  

  #video-gallery-bottom-sheet {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  display: none; /* Hidden initially */
  padding: 20px;
  box-sizing: border-box;
  z-index: 9999;
  overflow-y: auto;
}



#video-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* Default to 4 columns */
  gap: 15px;
  margin-top: 20px;
}

#video-gallery .video-thumbnail img {
  width: 100%;
  height: auto; /* Maintain aspect ratio */
  max-height: 200px; /* Set a max height to avoid overly large images */
  object-fit: cover;
  border-radius: 8px;
  transition: transform 0.3s;
}

#video-gallery .video-thumbnail img:hover {
  transform: scale(1.05);
}

/* Responsive adjustments */
@media (max-width: 1200px) {
  #video-gallery {
    grid-template-columns: repeat(3, 1fr); /* 3 columns for smaller screens */
  }
}

@media (max-width: 900px) {
  #video-gallery {
    grid-template-columns: repeat(2, 1fr); /* 2 columns for even smaller screens */
  }
}

@media (max-width: 600px) {
  #video-gallery {
    grid-template-columns: 1fr; /* 1 column for mobile screens */
  }
}


#video-gallery-bottom-sheet {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgb(0, 0, 0), rgb(36, 2, 44));
    display: none; /* Hidden initially */
    padding: 20px;
    box-sizing: border-box;
    z-index: 9999;
    overflow-y: auto;
  }
  
  #video-gallery-header {
    display: flex;
    align-items: center; /* Align icon and text vertically */
    font-size: 20px;
    color: white;
    font-weight: bold;
    margin-bottom: 40px;
    margin-top: 10px;
  }
  
  #video-gallery-header i {
    margin-right: 30px; /* Add space between the icon and text */
    font-size: 24px; /* Icon size */
    cursor: pointer; /* Pointer cursor for interactivity */
  }
  
  #close-video-gallery {
    background-color: #252525; /* Background color */
    border-radius: 50%; /* Makes the background rounded */
    padding: 10px; /* Padding to make the button larger */
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    height: 50px;
    width: 50px;
    transition: background-color 0.3s ease;
  }
  
  #close-video-gallery:hover {
    background-color: #232323; /* Darker gray on hover */
  }
  
  #video-gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* Default to 4 columns */
    gap: 15px;
    margin-top: 20px;
  }
  
  #video-gallery .video-thumbnail img {
    width: 100%;
    height: auto; /* Maintain aspect ratio */
    max-height: 200px; /* Set a max height to avoid overly large images */
    object-fit: cover;
    border-radius: 8px;
    transition: transform 0.3s;
  }
  
  #video-gallery .video-thumbnail img:hover {
    transform: scale(1.05);
  }
  
  /* Responsive adjustments */
  @media (max-width: 1200px) {
    #video-gallery {
      grid-template-columns: repeat(3, 1fr); /* 3 columns for smaller screens */
    }
  }
  
  @media (max-width: 900px) {
    #video-gallery {
      grid-template-columns: repeat(2, 1fr); /* 2 columns for even smaller screens */
    }
  }
  
  @media (max-width: 600px) {
    #video-gallery {
      grid-template-columns: 1fr; /* 1 column for mobile screens */
    }
  }
  

/* Style for the footer icons */
.footer-container .platforms-list i {
    color: #000; /* Default color (black) for all icons */
    font-size: 27px; /* Adjust the size of the icons */
    transition: color 0.3s; /* Smooth color change effect */
  }
  
  .footer-container .platforms-list li a {
    text-decoration: none; /* Remove the underline from the links */
    color: inherit; /* Ensure the text color matches the icon */
  }
  


  
  /* Optional: Add a specific color for each platform's icon initially */
  .footer-container .platforms-list li a[href*="spotify"] i {
    color:  #ffffff;/* Spotify icon color */
  }
  
  .footer-container .platforms-list li a[href*="apple"] i {
    color: #ffffff; /* Apple Music icon color */
  }
  
  .footer-container .platforms-list li a[href*="youtube"] i {
    color: #ffffff; /* YouTube icon color */
  }
  


/* Style for the "Show All" button */
#show-all-videos-btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #22222200;  /* Transparent background */
    color: white;               /* White text */
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    position: absolute;         /* Position it absolutely within its container */
    bottom: 20px;               /* 20px from the bottom of the container */
    left: 20px;      
    border-radius: 30px;  /* Rounded corners */
    border: solid rgba(255, 255, 255, 0.291) 1px;  /* Light border */           /* 20px from the left of the container */
  }
  
  /* Hover effect */
  #show-all-videos-btn:hover {
    background-color: #45a04900;  /* Slightly darker green on hover */
    transform: scale(1.05);      /* Slightly enlarge the button */
  }
  
  /* Focus effect */

  /* Ensure the container is positioned relative to allow absolute positioning of button */
  #music-videos-section {
    position: relative;  /* Make the container a reference point for absolute positioning */
    padding-bottom: 50px; /* Add some space to prevent the button from overlapping content */
  }
  
 




  #close-menu {
    cursor: pointer;
    font-size: 24px;
  }

  .menu-header h3 {
    display: flex;
    align-items: center;
    gap: 8px; /* Adjust spacing between the logo and the text */
  }
  
  .menu-logo {
    width: 34px; /* Set the desired width */
    height: 34px; /* Set the desired height */
    object-fit: cover; /* Ensure the image scales properly */
    border-radius: 50%;
    border: solid white 1px;
  }
  











/* Import FontAwesome for icons */

/* Custom Alert Style */
/* Custom Alert Style */
.custom-alert {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #20202093; /* Spotify-like background */
    color: white;
    padding: 20px 40px;  /* Increased horizontal padding */
    font-size: 18px;
    font-weight: bold;
    border-radius: 10px;
    border: solid rgba(245, 222, 179, 0.372) 1px;
    text-align: center;
    z-index: 2000; /* On top of everything */
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    display: flex;
    flex-direction: column; /* Stack icon and text vertically */
    align-items: center; /* Center the content horizontally */
    justify-content: center; /* Center the content vertically */
    gap: 10px; /* Spacing between the icon and text */
    backdrop-filter: blur(10px);
    height: 170px;
    width: 280px; /* Set fixed width for the alert container */
    max-width: 80%; /* Ensures responsiveness on smaller screens */
    backdrop-filter: blur(70px); /* Blur the background behind the dropdown */
    -webkit-backdrop-filter: blur(50px); /* Safari support */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);

}

/* Icon Style */
.alert-icon {
    font-size: 36px; /* Larger icon size */
    color: white; /* Icon color */
}

/* Show Alert Effect */
.custom-alert.show {
    opacity: 1;
    visibility: visible;
}

/* Timer End Alert Specific Styling */
#timer-end-alert p {
    font-size: 16px;
}



/* Timer End Alert */
#timer-end-alert {
    display: flex;
    flex-direction: column; /* Stack the text and button vertically */
    align-items: center; /* Center the text and button horizontally */
    justify-content: center; /* Vertically align the content */
    text-align: center; /* Center text */
    gap: 15px; /* Add space between the text and button */
}

/* Ensure the button does not overlap the text */
#timer-end-alert p {
    font-size: 16px;
    margin: 0; /* Remove default margin */
}

.close-alert-btn {
    padding: 10px 20px;
    background-color: #000000c0; /* Light purple contrast */
    color: rgb(255, 255, 255);
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    border-radius: 15px;
    border: solid rgba(255, 255, 255, 0.411) 1px;
    transition: background-color 0.3s;
}











/* Custom Alert Style */
.custom-alert {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #24242493; /* Spotify-like background */
    color: white;
    padding: 20px 40px;  /* Increased horizontal padding */
    font-size: 18px;
    font-weight: bold;
    border-radius: 10px;
    text-align: center;
    z-index: 2000; /* On top of everything */
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    display: flex;
    flex-direction: column; /* Stack icon and text vertically */
    align-items: center; /* Center the content horizontally */
    justify-content: center; /* Center the content vertically */
    gap: 10px; /* Spacing between the icon and text */
    backdrop-filter: blur(10px);
    height: 170px;
    width: 280px; /* Set fixed width for the alert container */
    max-width: 80%; /* Ensures responsiveness on smaller screens */
}

/* Icon Style */
.alert-icon {
    font-size: 36px; /* Larger icon size */
    color: white; /* Icon color */
}

/* Show Alert Effect */
.custom-alert.show {
    opacity: 1;
    visibility: visible;
}

/* Timer End Alert Specific Styling */
#timer-end-alert p {
    font-size: 16px;
}

/* Close Button for Timer End Alert */
.close-alert-btn {
    padding: 10px 20px;
    background-color: #deaaff7e; /* Light purple contrast */
    color: rgb(255, 255, 255);
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    border-radius: 15px;
    border: solid rgba(255, 255, 255, 0.411) 1px;
    transition: background-color 0.3s;
}








/* Full-Screen Bottom Sheet */
.bottom-sheet {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #181818;
    color: white;
    z-index: 1000;
    display: none;
    flex-direction: column;
    padding: 20px;
    font-family: Arial, sans-serif;
  }
  
  /* Header Section */
  .sheet-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px 20px;
    border-bottom: 1px solid #282828;
    margin-top: 30px;

  }
  
  .sheet-header h2 {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
  }
  
  .close-icon {
    font-size: 24px;
    cursor: pointer;
    color: white;
  }
  

  
  /* Timer Options */
  .timer-options {
    margin-top: 20px;
  }
  
  .timer-option {
    padding: 15px 20px;
    margin: 5px 0;
    font-size: 18px;
    background: #181818;
    border-radius: 0px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: .5px solid #4040406b;
    width: 100%;
  }
  
 
  
 
  /* Custom Option */
  .timer-option:last-child {
    margin-top: 10px;
  }
  
  /* Clear Timer Option */
.clear-timer-option {
    margin-top: 0px;
    padding: 15px 20px;
    font-size: 18px;
    text-align: left;
    background: #28282800;
    color: #ff4d4d; /* Red for clear action */
    border-radius: 5px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
  }
  
  
  











/* Handle Bar */
.handle-bar {
    width: 50px;
    height: 5px;
    background: #505050;
    border-radius: 5px;
    margin: 10px auto;
    margin-top: -2px;
    cursor: grab;
  }



  /* Full-Screen Bottom Sheet */
.bottom-sheet {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #181818;
    z-index: 1000;
    display: none;
    flex-direction: column;
    padding: 20px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
    overflow-y: auto; /* This makes the sleep timer sheet scrollable */
    border-radius: 16px 16px 0 0;
  }
 
  .clear-timer-option {
    border-radius: 20px;
    margin-bottom: 30px; /* Adjust this value to add more space */
  }
    

  /* For smooth sliding animations */
.bottom-sheet {
    position: fixed;
    bottom: -100%; /* Start below the screen */
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    z-index: 1000;
    display: flex;
    flex-direction: column;
    padding: 20px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
    overflow-y: auto;
    transition: bottom 0.3s ease-out; /* Smooth transition for bottom */
  }
  
  /* Add styles for when the sheet is open */
  .bottom-sheet.open {
    bottom: 0; /* Fully slide up */
  }
  .bottom-sheet.open {
    transform: translateY(0);
    display: flex;
  }

  
/* Drag Indicator */
.drag-indicator {
    width: 50px;
    height: 5px;
    background: #ccc;
    border-radius: 10px;
    margin: 8px auto;
}

.bottom-sheet {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #181818;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out;
    will-change: transform;
}

.bottom-sheet.active {
    transform: translateY(0);
}

.sheet-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    background: #181818;
    color: #fff;
}

.sheet-header h2 {
    margin: 0;
    font-size: 20px;
}

.sheet-header i {
    cursor: pointer;
    font-size: 24px;
}

.sheet-content {
    padding: 16px;
    color: #fff;
    height: calc(100% - 60px); /* Adjust for header height */
    overflow-y: auto;
}

.sheet-content h3 {
    font-size: 18px;
    margin-top: 20px;
    color: #f0f0f0;
}

.sheet-content p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 10px;
}

.sheet-content a {
    color: #1e90ff;
    text-decoration: none;
}





  
  /* Specific colors for each social platform icon */
  .social-links a[href*="youtube.com"] i {
    color: #ffffff; /* YouTube icon color */
  }
  
  .social-links a[href*="facebook.com"] i {
    color: #ffffff; /* Facebook icon color */
  }
  
  .social-links a[href*="instagram.com"] i {
    color: #ffffff; /* Instagram icon color */
  }
  
  .social-links a[href*="spotify.com"] i {
    color: #ffffff; /* Spotify icon color */
  }
  
  /* Hover effect to change the icon color */

  

  #side-menu .menu-footer {
    margin-top: 30px; /* Push footer to the bottom */
    padding: 10px;
    text-align: center;
    background-color: #000000;
    border-top: rgba(255, 255, 255, 0.251) solid .5px;
  }
  
  #side-menu .social-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    margin-top: 10px; /* Push footer to the bottom */
    margin-right: 50px;
    

  }
  
  #side-menu .social-links li {
    margin: 0 8px;
   
    
  }
  
  #side-menu .social-links li a {
    color: #fff;
    font-size: 30px;
    transition: color 0.3s;
    
  }
  
  #side-menu .social-links li a:hover {
    color: #ffffff; /* Change color on hover */
  }
  #side-menu .social-text {
    font-size: 18px; /* Set font size */
    color: #fff; /* White text color */
    margin-bottom: 5px; /* Space between the text and the social media icons */
    font-weight: bold; /* Make the text bold */
    letter-spacing: 1px; /* Slightly increase the space between letters */
    text-transform: uppercase; /* Transform the text to uppercase */
    text-align: left; /* Center align the text */
    margin-left: 5px;
    background: white; /* Purple and pink shades */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent; /* Fallback */
    padding: 5px 0; /* Padding to give some space above and below the text */
  }
  




  .collaboration-section {
    position: relative; /* Ensure the overlay is positioned relative to this element */
    background-image: url('IMG_0202.JPG'); /* Replace with your background image URL */
    background-size: cover; /* Ensure the image covers the section */
    background-position: center; /* Center the background image */
    padding: 25px;
    padding-bottom: 40px;
    border-radius: 10px; /* Rounded corners for the section */
    margin-top: 30px;
    text-align: left;
    margin-bottom: 20px;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(63, 59, 64, 0.87); /* Semi-transparent background to allow overlay */
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 80px;
    
    /* Add backdrop blur effect */
    backdrop-filter: blur(10px); /* Adjust the blur intensity as needed */
    }
    
    /* Add the black overlay using a pseudo-element */
    .collaboration-section::before {
    content: ''; /* Required for pseudo-elements */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #ffffff0a;
    box-shadow: 0 4px 8px rgba(255, 255, 255, 0.078); /* Subtle shadow for depth */
    background: rgba(0, 0, 0, 0.361); /* Black overlay with 50% opacity */
    border-radius: 10px; /* Ensure overlay matches the rounded corners */
    z-index: -1; /* Make sure the overlay is behind the content */
    }
    
    
    .collaboration-section h2 {
    font-size: 20px;
    font-weight: bold;
    color: #ffffff; /* White text for dark background */
    margin-bottom: 15px;
    text-align: center;
    margin-left: 0px; /* Slightly shifts the text to the right */
    
    }
    
   
    .collaboration-description {
      font-size: 1rem;
      color: #ffffff; /* Light gray for balanced contrast */
      line-height: 1.8; /* Enhanced readability */
      margin-bottom: 20px;
      text-align: center;
      margin: 0 auto; /* Center the description */
    }
    

    .button-container {
    text-align: center; /* Aligns the button to the right */
    margin-bottom: 20px;
    margin-top: 20px;

    }
    
    
    .email-button {
      background-color: #000000aa;
      color: #fff;
      padding: 10px 20px;
      border-radius: 20px;
      border: solid rgba(255, 255, 255, 0.946) 0.5px;
      font-weight: bold;
      font-size: 14px;
      text-decoration: none;
      transition: background-color 0.3s;
    }
    
    .email-button:hover {
      background-color: #000000aa;
    }
    
/* Mobile Styles */
@media (max-width: 768px) {
  .collaboration-section {
    background-image: url('gifbg.gif'); /* Replace with your background image URL */
    padding: 15px; /* Reduce padding for smaller screens */
    margin-top: 10px;
    margin-bottom: 40px;
    margin-left: 20px;
    margin-right: 20px;
    text-align: center; /* Ensure all text is centered */
    background-size: cover; /* Maintain background coverage */
  }

  .collaboration-section h2 {
    font-size: 18px; /* Slightly smaller font size for titles */
    margin-bottom: 10px; /* Reduce bottom margin */
  }

  .collaboration-description {
    font-size: 0.9rem; /* Adjust font size for better fit */
    line-height: 1.6; /* Slightly reduce line spacing */
    margin-bottom: 15px; /* Adjust spacing */
    text-align: left;
  }

  .button-container {
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: left; /* Aligns the button to the right */

  }

  .email-button {
    padding: 8px 16px; /* Adjust button padding */
    
  }
}



  

/* Footer Styles */




.footer-container {
    display: flex;
    flex-direction: column; /* Stack items vertically on small screens */
    gap: 0px;
    margin: 0 auto;
}

.footer-container div {
    text-align: left; /* Align text to the left */
}

.about-section {
    min-width: 250px; /* Ensures the about section doesn't shrink */
    flex: 1; /* Allow it to take available space */
}

.about-section h3, .platforms-section h3 {
    font-size: 1.8rem;
    margin-bottom: 10px;
    color: #ffffff;
}
.about-section h3,.platforms-section h3 {
    font-size: 1.8rem;
    margin-bottom: 10px;
    background: #ffffff; /* Purple and pink shades */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent; /* Fallback */
}


/* Apply gradient text to h2 and other text elements inside the about section */
#about-bottom-sheet .sheet-header h2 {
    background: linear-gradient(90deg, #c486ff, #ff49bf, #ff6bb7); /* Purple and pink shades */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent; /* Fallback */
  }
  
  #about-bottom-sheet .sheet-content h3,
  #about-bottom-sheet .sheet-content p {
    background: linear-gradient(90deg, hsl(204, 100%, 78%), #c4d2ff, #e49fff); /* Purple and pink shades */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent; /* Fallback */
  }
  




.platforms-section {
    flex: 1; /* Allow the platforms section to take available space */
    min-width: 250px; /* Prevent shrinking */
    margin-top: 50px;
}

.platforms-list {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 20px;
    flex-wrap: wrap; /* Ensure items wrap on smaller screens */
}

.platforms-list li {
    display: inline-block;
    
}

.platforms-list a {
    text-decoration: none;
    color: #bbb;
    font-size: 1.4rem;
    transition: color 0.3s ease, transform 0.3s ease;
}

.platforms-list a:hover {
    transform: scale(1.1);
}



/* Responsive Design */
@media (min-width: 768px) {
    .footer-container {
        flex-direction: row; /* Switch to row on larger screens */
        justify-content: space-between;
        align-items: flex-start;
    }
    .about-section, .platforms-section {
        text-align: left; /* Keep left-aligned on larger screens */
    }

    .platforms-section {
        max-width: 400px; /* Limit width for a clean layout */
    }
    
}

@media (max-width: 768px) {
    /* Ensure footer sections stack properly on mobile */
    .footer-container {
        flex-direction: column; /* Stack items vertically */
    }

    .platforms-section {
        margin-bottom: 70px; /* Add spacing between sections */
    }
}

/* Platforms Section Vertical List for Desktop */
@media (min-width: 768px) {
    .platforms-list {
        display: flex;
        flex-direction: row; /* Stack the items vertically */
        gap: 20px; /* Add spacing between items */
        align-items: flex-start; /* Align items to the left */
    }

    .platforms-section {
        max-width: 250px; /* Keep it compact for a vertical list */
    }
    
}




/* Media Query for Mobile (max-width: 768px) */
@media (max-width: 768px) {
  #main-footer {
      height: auto; /* Allow the footer height to grow based on content */
      padding: 20px; /* Adjust padding on smaller screens */
  }
  .footer-bottom {
      position: relative; /* Change to relative positioning on mobile to prevent overlap */
      bottom: auto; /* Remove absolute positioning */
  }
}


/* Align left on mobile screens */
@media (max-width: 768px) {
    .footer-bottom {
        text-align: left; /* Align left on smaller screens */
    }
    
}



/* Adjust for desktop (larger screens) */
@media (min-width: 768px) {
  .footer-container {
      flex-direction: row; /* Switch to row on larger screens */
      justify-content: space-between;
      align-items: flex-start;
  }

  /* Move About Section slightly left */
  .about-section {
      margin-left: auto; /* Adds a slight margin to move it left */
  }

  .platforms-section {
      max-width: 400px; /* Limit width for a clean layout */
  }

}



.about-section p {
  font-size: 1rem;
  line-height: 1.8;
  color: #dbdbdb;
  max-width: 500px;
}

#toggleButton {
  background-color: #e189ff00;
  border: solid rgba(255, 255, 255, 0) .5px;
  color: #fff;
  padding: 2px 4px;
  cursor: pointer;
  margin-top: 10px;
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: bold;
}

#toggleButton:hover {
  color: #fff;
}

/* Media Query for Mobile (max-width: 768px) */
@media (max-width: 768px) {
  #toggleButton {
    margin-left: 0px; /* Adjust this value to move the button more to the left on mobile */
  }
}


/* Footer Styles */
#main-footer {
  background: 
  linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), /* Subtle black gradient at the bottom */
  linear-gradient(to bottom, rgb(0, 0, 0), rgba(51, 3, 63, 0)), /* Gradient overlay */
  url('gifb.gif') no-repeat center center; /* GIF background */
  background-size: cover; /* Ensures the GIF covers the entire footer area */
    background-position: center center; /* Keeps the background image centered */
    background-attachment: scroll; /* Background scrolls with the content */
    color: #fff;
    padding: 40px 20px;
    font-family: 'Arial', sans-serif;
    height: 500px; /* Set a fixed height for the footer */
    position: relative; /* Ensures absolute positioning works relative to this container */
    overflow: hidden; /* Ensures the content doesn't overflow the defined height */
}

/* .footer-bottom will now be fixed at the bottom of the footer */
.footer-bottom {
    text-align: left; /* Align footer bottom text to the left */
    font-size: 0.9rem;
    color: #777;
    border-top: 1px solid #333;
    padding-top: 15px;
    position: absolute; /* Fixes the footer bottom at the bottom of the container */
    bottom: 0;
    width: 100%;
}

.footer-bottom .email-container {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 10px;
}

.footer-bottom .email-link2 {
    color: #fff;
    font-size: 1rem;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-bottom .email-link2:hover {
    color: #ff49bf; /* Add hover effect */
}

.footer-bottom a {
    text-decoration: none;
    color: #fff;
    font-size: 1.5rem;
    margin-left: 10px;
}

.footer-bottom a:hover {
    color: #ff49bf;
}

.footer-bottom .email-container a {
    display: inline-flex;
    align-items: center;
}

/* Adjust positioning for smaller screens */
@media (max-width: 768px) {
    #main-footer {
        height: auto; /* Allow the footer height to grow based on content */
    }
    .footer-bottom {
        position: relative; /* Change to relative positioning on mobile */
        bottom: auto; /* Remove absolute positioning */
        text-align: center; /* Center-align the footer bottom text on mobile */
    }
    .footer-bottom .email-container {
        flex-direction: column;
        align-items: center;
    }
}



#toggleButton {
  margin-top: 0px; /* Space out the button after moving the text up */
}


.footer-bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 70px;
  padding-left: 20px;
  border-top: solid rgba(255, 255, 255, 0.223) 1px;
  }
  
  .footer-bottom p {
    margin-top: 20px;
  
  font-size: 1rem;
  margin-bottom: 10px;
  }
  
  .email-link2 {
  background-color: #77369f; /* Highlight color */
  color: #fff;
  padding: 8px 20px; /* Reduced padding */
  border-radius: 6px; /* Slightly smaller radius */
  font-weight: bold;
  font-size: 14px; /* Smaller font size */
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s, transform 0.2s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  }
  
  .email-link2:hover {
    background-color: #77369f; /* Highlight color */
  transform: scale(1.05); /* Slight zoom effect */
  }
  
  .email-link2:active {
    background-color: #77369f; /* Highlight color */
  }
  
  
 
  

  .footer-bottom2 {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    padding-left: 20px;
    border-top: solid rgba(255, 255, 255, 0.223) 1px;
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-bottom: 15px;
    ;
  }
  
  .footer-bottom2 p {
  margin-top: 20px;
  font-size: 1rem;
  margin-bottom: 10px;
  }
  
  .footer-bottom2 p {
      margin-top: 20px;
      font-size: 1rem;
      margin-bottom: 10px;
      margin-left: -20px; /* Move slightly to the left */
      color: #e6e6e6;
  }
  
  
  
  .email-container {
  display: flex;
  align-items: center;
  gap: 15px; /* Adds space between the email link and Instagram icon */
  }
  
  .email-link2 {
  background-color: #0000009d; /* Dark background color */
  color: #fff;
  border: solid rgba(255, 255, 255, 0.483) 1px;
  padding: 6px 15px; /* Smaller padding */
  border-radius: 20px; /* Slightly smaller radius */
  font-weight: bold;
  font-size: 14px; /* Smaller font size */
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s, transform 0.2s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  margin-left: -20px; /* Move slightly to the left */
  
  }
  
  .email-link2:hover {
    background-color: #333; /* Dark background color */
  transform: scale(1.05); /* Slight zoom effect */
  }
  
  .email-link2:active {
    background-color: #333; /* Dark background color */
  }
  
  /* Media query for smaller screens */
  @media (max-width: 768px) {
      .email-link2 {
          padding: 6px 15px; /* Smaller padding */
          font-size: 12px; /* Smaller font size */
          border-radius: 15px; /* Adjusted radius for smaller size */
      }
      /* Mobile adjustments */
@media (max-width: 768px) {
  .footer-bottom2 {
    align-items: flex-start; /* Align to the left on mobile */
    padding-left: 20px; /* Adjust padding for left alignment */
    margin-bottom: 20px;
  }
}

  }
  
  /* Instagram Icon with Rounded Background */
  .email-container {
      display: flex;
      align-items: center;
      gap: 15px; /* Reduced gap to make icons closer */
  }
  
  .instagram-link, .twitter-link, .linkedin-link, .github-link {
      color: #fff; /* Icon color */
      font-size: 20px; /* Icon size */
      background-color: #000000c8; /* Background color */
      width: 40px; /* Set width and height equal */
      height: 40px; /* Set width and height equal */
      border-radius: 50%; /* Makes the background circular */
      display: flex; /* Centers the icon inside the circle */
      justify-content: center;
      align-items: center;
      text-decoration: none; /* Removes the underline */
      transition: background-color 0.3s, color 0.3s;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); /* Optional shadow */
  }
  
  /* Media query for smaller screens */
  @media (max-width: 768px) {
      .email-container {
          gap: 10px; /* Reduce gap further for smaller screens */
      }
  
      .instagram-link, .twitter-link, .linkedin-link, .github-link {
          width: 30px; /* Smaller width */
          height: 30px; /* Smaller height */
          font-size: 16px; /* Smaller icon size */
      }
  }
  
  



#top-bar {
    position: fixed; /* Sticks the bar to the top of the viewport */
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000; /* Ensure it appears above other elements */
  }


  .logo-text {
    color: #fff; /* Set text color */
    text-shadow: 
        0px 0px 5px rgba(0, 0, 0, 0.3), 
        0px 0px 15px rgba(0, 0, 0, 0.2);

    /* For smoother font rendering */
    -webkit-font-smoothing: antialiased; /* For Chrome/Safari */
    -moz-osx-font-smoothing: grayscale;  /* For Firefox on macOS */
}









#sound-bar-container {
  position: absolute;
  bottom: 10px; /* Adjust this value as needed */
  right: 20px; /* Align it to the right of the banner */
  display: flex;
  gap: 3px;
  z-index: 3; /* Ensure it's above the image */
}

.sound-bar {
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 0%;
  animation: none; /* Default: no animation */
}

@keyframes wave {
  0%, 100% { transform: scaleY(1); }
  50% { transform: scaleY(1.5); }
}

.sound-bar.wave {
  border-radius: 0px;
  height: 15px; /* Transition to bars */
  animation: wave 1.2s infinite ease-in-out;
  transform-origin: bottom; /* Anchor the bottom edge */
}

@keyframes wave {
  0%, 100% { transform: scaleY(1); }       /* Normal height */
  25% { transform: scaleY(1.8); }         /* Peak wave height */
  50% { transform: scaleY(1.3); }         /* Dip slightly */
  75% { transform: scaleY(1.6); }         /* Smaller peak */
}
.sound-bar:nth-child(1) { animation-delay: 0s; }
.sound-bar:nth-child(2) { animation-delay: 0.15s; }
.sound-bar:nth-child(3) { animation-delay: 0.3s; }
.sound-bar:nth-child(4) { animation-delay: 0.45s; }
.sound-bar:nth-child(5) { animation-delay: 0.6s; }


/* Hide Sound Bars on Mobile */
@media (max-width: 768px) {
  #sound-bar-container {
    display: none;
  }
}



#sound-bar-container-duplicate {
  position: absolute;
  bottom: 30px; /* Adjust the bottom position */
  left: 41px; /* Align it to the left */
  display: flex;
  gap: 3px;
  z-index: 3; /* Ensure it's above other elements */
  display: none; /* Hide the sound bars */

}

#sound-bar-container-duplicate .sound-bar {
  width: 4px; /* Smaller width */
  height: 4px; /* Smaller height */
  background-color: #fff;
  border-radius: 0%;
  animation: none; /* Default: no animation */
}

#sound-bar-container-duplicate .sound-bar.wave {
  height: 10px; /* Smaller transition height */
  animation: wave 1.2s infinite ease-in-out;
  transform-origin: bottom;
}

#sound-bar-container-duplicate .sound-bar:nth-child(1) { animation-delay: 0s; }
#sound-bar-container-duplicate .sound-bar:nth-child(2) { animation-delay: 0.15s; }
#sound-bar-container-duplicate .sound-bar:nth-child(3) { animation-delay: 0.3s; }
#sound-bar-container-duplicate .sound-bar:nth-child(4) { animation-delay: 0.45s; }
#sound-bar-container-duplicate .sound-bar:nth-child(5) { animation-delay: 0.6s; }


@media (max-width: 768px) {
  #sound-bar-container-duplicate {
    position: absolute;
    bottom: 25px; /* Adjust the bottom position */
    left: 30px; /* Align it to the left */
    display: flex;
    gap: 3px;
    z-index: 3; /* Ensure it's above other elements */
    display: none; /* Hide the sound bars */
  }
}


#controls-container.expanded #sound-bar-container,
#controls-container.expanded #sound-bar-container-duplicate {
  display: none; /* Hide the sound bars */
}
