* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}



body {
  position: relative;
  min-height: 100vh;
  width: 100%;
  /* overflow: hidden; */
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

body::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 153%;
  background-image: linear-gradient(#4ddc9e, #5b37eb, #f1307e, #4ddc9e, #5b37eb);
  animation: rotate 10s cubic-bezier(0.8, 0.2, 0.2, 0.8) alternate infinite;
  /* border-radius: 50% 70% 70% 50%/30% 30% 70% 70%; */
  filter: blur(50px);
  z-index: -1;
}

/* @keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
} */



/* navigation bar */
::selection {
  color: #fff;
  background: #11101d;
}

.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 95px;
  background: #11101d;
  padding: 6px 14px;
  z-index: 99;
  transition: all 0.5s ease;
}

.sidebar.active {
  width: 270px;
}

.sidebar .logo_content .logo {
  color: #fff;
  display: flex;
  height: 50px;
  width: 100%;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease;
}

.sidebar.active .logo_content .logo {
  opacity: 1;
  pointer-events: none;
}

.logo_content .logo i {
  font-size: 28px;
  margin-right: 5px;
}

.logo_content .logo .logo_name {
  font-size: 20px;
  font-weight: 400;
}

.sidebar #btn {
  position: absolute;
  color: #fff;
  top: 6px;
  left: 50%;
  font-size: 22px;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  transform: translateX(-50%);
}

.sidebar.active #btn {
  left: 90%;
}

.sidebar ul {
  margin-top: 20px;
  padding-left: 28%;
  /* padding-right: 50%; */
}

.nav_list ul {
  margin-right: 20%;
}

.sidebar ul li {
  position: relative;
  height: 50px;
  width: 100%;
  margin: 0 5px;
  list-style: none;
  line-height: 50px;
  margin: 5px 0;

}


.sidebar ul li .tooltip {
  position: absolute;
  left: 125px;
  top: 0;
  transform: translate(-50%, -50%);
  border-radius: 6px;
  height: 35px;
  width: 130px;
  background: #fff;
  line-height: 35px;
  text-align: center;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  transition: 0s;
  opacity: 0;
  pointer-events: none;
  display: block;

}

.sidebar.active ul li .tooltip {
  display: none;
}

.sidebar ul li:hover .tooltip {
  transition: all 0.5s ease;
  opacity: 1;
  top: 50%
}

.sidebar ul li input {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  border-radius: 12px;
  outline: none;
  border: none;
  background: #1d1b3100;
  padding-left: 50px;
  font-size: 18px;
  color: #fff;
}

.sidebar ul li .bx-search {
  position: absolute;
  z-index: 99;
  color: #fff;
  font-size: 22px;
  transition: all 0.5s ease;
}

.sidebar ul li .bx-search:hover {
  background: #fff;
  color: #1d1b31;
}

.sidebar ul li a {
  color: #fff;
  display: flex;
  align-items: center;
  text-decoration: none;
  border-radius: 12px;
  white-space: nowrap;
  transition: all 0.4s ease;
}

.sidebar ul li a:hover {
  color: #11101d;
  background: #fff;
}

.sidebar ul li i {
  font-size: 18px;
  font-weight: 400;
  height: 50px;
  min-width: 30px;
  border-radius: 12px;
  line-height: 50px;
  text-align: center;
}

.sidebar .links_name {
  font-size: 15px;
  font-weight: 400;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}

.sidebar.active .links_name {
  transition: 0s;
  opacity: 1;
  pointer-events: auto
}





.sidebar.active~.home_content {
  width: calc(100% - 240px);
  left: 240px;
}













/* banner1 */
section {
  display: grid;
  grid-template-columns: 50% 45%;
  place-items: center;
  gap: 60px;
  min-height: 30vh;
  padding: 20px 60px;
}


.content {
  max-width: 2400px;
}

.content h1 {
  font-family: "Comfortaa", sans-serif;
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1px;
  margin-bottom: 36px;
  color: #fff;
}

.content p {
  font-size: clamp(1rem, 4vw, 1.1rem);
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 30px;
  color: #fff;
}

.content button {
  background: #eaeaea;
  color: #202134;
  font-size: clamp(0.9rem, 4vw, 1rem);
  font-weight: 600;
  border: 0;
  outline: 0;
  padding: 8px 14px;
  border-radius: 7px;
  transform: scale(1);
  transition: all 0.4s ease-in;
  cursor: pointer;
}

.content button:is(:hover, :focus) {
  transform: scale(0.98);
  background-color: #6f7aa6;
  color: #eaeaea;
}

.swiper {
  position: relative;
  width: 400px;
  height: 490px;
}

.swiper-slide {
  position: relative;
  background-position: center;
  background-size: cover;
  /* border: 1px solid rgba(255, 255, 255, 0.3); */
  user-select: none;
  /* border-radius: 20px; */
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

@media (max-width: 1050px) {
  .swiper {
    width: 350px;
    height: 450px;
  }
}

@media (max-width: 930px) {
  section {
    grid-template-columns: 100%;
    grid-template-rows: 55% 40%;
    grid-template-areas:
      "slider"
      "content";
    place-items: center;
    gap: 64px;
    padding: 60px;
  }

  .swiper {
    grid-area: slider;
  }

  .content {
    grid-area: content;
    text-align: center;
  }

  .content h1 {
    margin-bottom: 20px;
  }
}

@media (max-width: 470px) {
  section {
    padding: 40px 40px 60px;
  }

  .swiper {
    width: 300px;
    height: 400px;
  }
}








/* banner2 */
.carousel {
  /* overflow: hidden; */
  width: 90%;
  margin: 0 auto;
  padding-top: 4%;
}

.slides1 {
  display: flex;
  gap: 80px;
  /* Add gap between slides */
  transition: transform 0.5s ease-in-out;
}

.slide1 {
  flex: 0 0 calc(100% / 3 - 30px);
  /* Adjust width of each slide with gap */
  box-sizing: border-box;
}

.slide1 img {
  width: 110%;
  height: 35vh;
  display: block;
  border-radius: 10px;
  /* Add border radius for rounded corners */
}










.heading {
  font-size: 2.5rem;
}

.card {
  position: relative;
  width: 200px;
  height: 200px;
}

.card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(0, 0, 0, 0.5);
}

.card:hover .overlay {
  opacity: 1;
}

.play-button {
  color: white;
  font-size: 2.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.text-light {
  font-size: 1rem;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}












.artist-container {
  display: flex;
  justify-content: space-around;
  margin-bottom: 20px;
  padding-right: 10%;
  padding-left: 13%;
  /* padding-top: 7%; */
}

.artist {
  position: relative;
  width: 170px; 
  height: 170px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: box-shadow 0.3s ease;
  
}

.artist img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.artist .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-align: center;
  padding: 17px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.artist:hover .overlay {
  opacity: 1;
}

.artist:hover {
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.7);
}

.songs-container {
  display: flex;
  flex-direction: column;
  gap: 90px;
  padding: 30px;
  padding-left: 14%;
  padding-top: 2%;
}

.songs {
  display: none;
}

.songs.active {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.song {
  background: #3e2373;
  padding: 20px;
  border-radius: 20px;
  width: 200px;
  text-align: center;
  color: white;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}

.song:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.song img {
  width: 150px;
  height: 124px;
  /* border-radius: 50%; */
  object-fit: cover;
  margin-bottom: 10px;
}

.song .title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

.song .artist-name {
  font-size: 14px;
  margin-bottom: 15px;
}

.song .controls {
  display: flex;
  justify-content: space-around;
  margin-top: 15px;
}

.song .controls button {
  background: none;
  border: none;
  color: white;
  font-size: 20px;
  cursor: pointer;
}


.audio-player {
  width: 100%;
  max-width: 700px; /* Adjust the width as needed */
}



















.center-it {
  display: flex;
  justify-content: center;
  align-items: center;
}

.player-container {
  position: fixed;
  top:93%;
  left:53%;
  transform: translate(-50%,-50%);
  z-index: 9;
  
}

.player-container i {
  font-size: 17px;
}

.player-box {
  display: flex;
  color: rgba(255, 255, 255, 0.5);
  height: 80px;
  background-color: rgba(38, 39, 41, 0.9);
  width: 1290px; 
  margin: 1em auto 0 auto;
  border-radius: 5px;
  border: rgba(255, 255, 255, 0.5) 1px solid;
  font-size: 14px;
  border-bottom: 0;
  padding-bottom: 0.5em;
  
}

.player-artist,
.player-controller,
.player-settings {
  height: 80px;
}

.song__Time {
  padding-right: 20px;
}

.artist-img {
  height: 45px;
  width: 45px;
  background-color: white;
  margin-right: 10px;
  margin-left: 15px;
  border-radius: 5px;
}

.song-info h3 {
  color: white;
  font-weight: 500;
  font-size: 17px;
}

.player-controller button,
.player-settings button {
  padding: 5px;
  background-color: transparent;
  color: rgba(255, 255, 255, 0.5);
  border: none;
  outline: none;
  cursor: pointer;
}

.shuffle-icon,
.repeat-icon {
  margin: 2em;
  width: 25px;
}

.play-song-icon i {
  background-color: red;
  padding: 1em;
  border-radius: 50%;
}

.player-controller button:hover,
.player-settings .playList-icon:hover {
  color: white;
  transition: 0.4s;
}

.player-controller .play-song-icon i:hover {
  background-color: rgba(255, 0, 0, 0.7);
  transition: 0.3s;
}

.player-controller .play-song-icon i:hover .verticalSlider-container {
  display: none;
}

.player-controller {
  flex: 1;
}

.player-controller .play-song-icon {
  color: white;
}

.player-settings {
  position: relative;
  width: 250px;
  display: flex;
  justify-content: space-evenly;
}

.player-settings .auto {
  color: red;
  border: 1px red solid;
  padding: 5px 10px;
  border-radius: 5px;
  width: 50px;
}

.player-settings .volume-icon {
  color: red;
  height: 50px;
  width: 50px;
}



.ribbon {
  position: absolute;
  /* top: 1px; */
  left: -15px;
  background-color: red;
  color: white;
  padding: 3px 10px;
  transform: rotate(360deg);
  font-size: 11px;
  z-index: 1;
  border-radius: 3px;
}


.highlighted {
  background-color: #ffcc00;
  border: 2px solid #ffcc00;
  /* Add any other styling as needed */
}















