* {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
      }

      body {
        font-family: Arial, sans-serif;
        background-color: black;
      }

      nav {
        background-color: black;
        color: white;
        display: flex;
        position: fixed;
        width: 100%;
        height: 100px;
        z-index: 3;
      }
      .logo img {
        height: 30px;
        width: 30px;
        margin: 10px;
      }
      .home {
        font-size: 25px;
        position: relative;
        top: -18px;
      }
      .search_bar {
        position: relative;
        top: -10px;
        margin: 10px;
      }

      .search_bar input {
        background-color: rgba(138, 130, 130, 0.404);
        color: gray;
        width: 500px;
        /* box-shadow: 0px 0px 10px 10px rgba(245, 245, 220, 0.295); */
        border-radius: 20px;
        border: none;
        height: 50px;
        text-align: center;
        font-size: 20px;
      }

      .search_bar i {
        font-size: 25px;
        position: absolute;
        right: 450px;
        top: 50%;
        transform: translateY(-50%);
        color: gray;
      }
      .nav_right {
        display: flex;
        
      }
      .menu {
        font-size: 21px;
        color: rgb(184, 181, 181);
        margin: 20px;
        position: relative;
        left: 150px;
        word-spacing: 6px;
      }
      .menu span:hover {
        opacity: 1;
        transform: 20px;
        color: white;
        cursor: pointer;
      }

      #install {
        display: flex;
        position: relative;
        left: 200px;
        width: 120px;
        color: gray;
        font-weight: bold;
        font-size: 19px;
        border: none;
        background-color: black;

        justify-content: space-evenly;
        padding: 20px 0px;
        box-sizing: border-box;
      }
      #install:hover {
        opacity: 1;
        transform: 20px;
        color: white;
        cursor: pointer;
      }
      #btnsign {
        position: relative;
        left: 250px;
        width: 120px;
        color: gray;
        font-weight: bold;
        font-size: 19px;
        border: none;
        background-color: black;
        top: -20px;
        justify-content: space-evenly;
        padding: 15px 0px;
        box-sizing: border-box;
      }
      #btnsign:hover {
        opacity: 1;
        transform: 20px;
        color: white;
        cursor: pointer;
      }
      #btnlog {
        position: relative;
        left: 250px;
        top: 10px;
        width: 120px;
        color: black;
        font-weight: bold;
        font-size: 19px;
        justify-content: space-evenly;

        border-radius: 30px;
        cursor: pointer;
        height: 50px;
      }
      .container {
        height: 800px;
        width: 100%;
        padding-top: 100px;
        display: flex;
      }
      .con_left {
        width: 300px;
        margin: 20px;
        background-color: rgba(0, 0, 0, 0.24);
        height: 800px;

        position: fixed;
        color: white;
      }
      .library {
        display: flex;
        gap: 20px;
      }
      .your {
        font-size: 18px;
      }

      #cre {
        position: relative;
        left: 200px;
        background-color: rgba(138, 130, 130, 0.404);
        top: -10px;
        height: 40px;
        width: 100px;
        border-radius: 50px;
        text-align: center;
        padding: 12px 0px;
        /* color: #00ffff;
  text-shadow:
    0 0 5px #00ffff,
    0 0 10px #00ffff,
    0 0 20px #00ffff,
    0 0 40px #00ffff; */
      }
      .createplay {
        background-color: rgba(138, 130, 130, 0.199);
        height: 130px;
        width: 400px;
        margin: 20px;
        margin-top: 30px;
        margin-left: -10px;
        align-items: center;
        font-size: 17px;
        padding: 30px;
        box-sizing: border-box;
        border-radius: 10px;
      }
      #btn_create {
        width: 140px;
        margin: 10px;
        margin-left: -10px;
        color: black;
        font-weight: bold;
        font-size: 14px;
        justify-content: space-evenly;

        box-sizing: border-box;
        border-radius: 30px;
        cursor: pointer;
        height: 40px;
        text-align: center;
      }

      .term {
        font-size: 12px;
        font-weight: 200;
        padding: 10px;
        box-sizing: border-box;
        padding-top: 20px;
        gap: 20px;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        align-content: flex-start;
        color: gray;
      }
      .cookies {
        position: relative;
        top: 50px;
        left: -300px;
      }

      #btn_lang {
        position: relative;
        top: 30px;
        border: 1px solid rgba(255, 255, 255, 0.404);
        border-radius: 40px;
        font-size: 15px;
        padding: 0px 20px;
        word-spacing: 5px;
        background-color: black;
        color: white;
        cursor: pointer;
        height: 30px;
      }

      .con_right {
        width: 80%;
        height: 150vh;
        background-color: rgba(245, 245, 220, 0.068);
        margin: 10px;
        margin-left: 440px;
        border-radius: 10px;
        z-index: 0;
      }
      .songs {
        margin: 20px;
        color: white;
      }


.hero{
  height: 500px;
  margin-bottom: 20px;
}

.hero img{
  height: 500px;
  width: 100%;
}
.hero h1{
 position: relative;
 top: -250px;
  padding-left: 300px;
  box-sizing: border-box;
  
   text-shadow:
    0 0 5px #afa123e3,
    0 0 10px #8308727c,
    0 0 20px #064e4e8c,
    0 0 40px #00ffff38; 
    
    font-family: 'Poppins', sans-serif;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 1px;
}
.hero h1:hover{
  text-shadow:
    0 0 10px #ff00ff,
    0 0 20px #00ffff,
    0 0 40px #142bffb9;
}

#cardcontainer{
      display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        align-content: flex-start;
}


.card{
    height: 350px;
    width: 250px;
    
    color: rgb(240, 237, 237);
    font-size: 15px;
    margin: 20px;
   text-align: center;
  font-size: 18px;
 background: linear-gradient(135deg, rgba(255,255,255,0.15), rgba(255,255,255,0.05));
backdrop-filter: blur(10px);
border: 1px solid rgba(255,255,255,0.2);


   }
   

.card img{
  width: 250px;
  height: 250px;
  padding: 20px;
  box-sizing: border-box;
 }
 .btnsong{
  height: 60px;
  width: 60px;
  background-color: green;
  border-radius: 50px;
  text-align: center;
  padding-top: 12px;
  box-sizing: border-box;
  color: black;
  font-size: 35px;
   margin-left: 150px;

  pointer-events: none;
   opacity: 0;
  /*transform: translateY(20px);*/
  transition: 0.2s;
 
 }

 .card:hover .btnsong{
   pointer-events: auto;
    opacity: 1;
   transform: translateY(-150px);
 
}

 .card:hover{
  box-shadow: 10px 10px 30px 15px rgba(151, 53, 53, 0.678);

  cursor: pointer;
 } 
 
      footer {
        border-top: 1px solid white;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        position: relative;
        top: 20px;
        color: white;
        height: 280px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.507);
      }
      .footer_menu {
        display: block;
        justify-content: space-around;
        margin: 20px;
        height: 200px;
        width: 200px;
        padding: 20px;
        font-size: 19px;
        box-sizing: border-box;
        margin-top: -8px;
        line-height: 30px;
        align-items: center;
      }
      .footer_menu h3 {
        font-size: 15px;
      }
      .footer_menu span {
        color: gray;
      }
      .copy {
        color: white;
        position: relative;
        top: 20px;
        margin: 20px;
        height: 100px;
      }
      .social-icons i {
        font-size: 22px;
        color: #fff;
        margin: 0 10px;
        cursor: pointer;
        transition: 0.3s;
      }

      .social-icons i:hover {
        color: #f2961dda;
        transform: scale(1.2);
      }

/* song.html .....CSS......*/



/* background-image: url("https://w0.peakpx.com/wallpaper/473/140/HD-wallpaper-music-girl-girl-music.jpg")*/

.songs_hero{
 height: 100vh;
 background-image: url("./img/WhatsApp Image 2026-04-01 at 11.42.27 PM.jpeg"); //./img/herosong.jpg
  background-repeat: no-repeat;
 background-size: cover;
background-position: center;
 position: relative;
 display: flex;
 justify-content: center;
 align-items: center;
}
.songs_hero::before{
  content: "";
  background:rgba(0,0,0,0.6);
  z-index:1;
  position: absolute;
  inset: 0;

}


.song{
  position: relative;
  z-index: 2;
 height: 600px;
  width: 400px;
  background-color: rgba(255, 192, 203, 0.116);
  backdrop-filter: blur(5px);
  border: 1PX solid white;
  border-radius: 20PX;
 padding: 40px 60px;
 text-align: center;

}
.song:hover{
 
 transition: 2s;
 
box-shadow: 0 0 15px #ff91148a,
             0 0 20px #ff91148a,
             0 0 15px #ff91148a,
             0 0 25px #ff91148a;
}

.song p{
  color: black;
 
  font-size: 25px;
}
.song p:hover{
  cursor: pointer;
   font-weight: bold;
    color:#ffffff;
  text-shadow:
    0 0 3px #ffffff,
    0 0 8px #ffffff,
    0 0 15px #eaeaea,
    0 0 25px #dcdcdc;
    
}
.song h1:hover{
  cursor:pointer;
   font-weight:lighter;
    color:#ffffff;
    
  text-shadow:
    0 0 3px #ffffff,
    0 0 8px #ffffff,
    0 0 15px #eaeaea,
    0 0 25px #dcdcdc;
}
.song img{
  height: 300px;
  width: 300px;
  text-align: center;
 margin: 20px;
 position: relative;
 right: 30px;
}
.player{
  display: flex;
  align-items: center;
  gap: 10px;
  background: #b328287e;
  color: rgb(240, 233, 233);
  padding: 10px 15px;
  width: 100%;
  border-radius: 20px;
  margin-top: 30px;
}

#progress{
  flex: 1;
  color: white;
}
#play{
font-size: 20px;
color: white;
box-shadow:
    0 0 10px #554155,
    0 0 20px #455353,
    0 0 40px #50614d;
}

#play:hover{
  cursor: pointer;
box-shadow:
    0 0 10px #755375,
    0 0 20px #3d7575,
    0 0 40px #63885c;
}

/* Media Queries............*/



  @media (max-width: 1024px){

  .search_bar input{
    width: 300px;
  }

  .menu{
    left: 40px;
    font-size: 18px;
  }

  #install, #btnsign, #btnlog{
    left: 80px;
    font-size: 16px;
  }

  .con_left{
    width: 250px;
  }

  .con_right{
    margin-left: 320px;
    width: calc(100% - 320px);
  }

  .card{
    width: 220px;
    height: 320px;
  }

  .card img{
    width: 220px;
    height: 220px;
  }

  .hero h1{
    font-size: 40px;
    padding-left: 150px;
  }
           .copy {
        color: white;
        position: relative;
        top: 70px;
        margin: 20px;
        height: 100px;
      }
}


@media (max-width: 768px){

  nav{
    height: 80px;
    justify-content: space-between;
    padding: 0 10px;
  }

  .search_bar{
    display: none;
  }

  .menu{
    display: none;
  }

  #install, #btnsign{
    display: none;
  }

  #btnlog{
    left: 0;
    top: 0;
    height: 40px;
    width: 90px;
    font-size: 14px;
  }

  /* LEFT SIDEBAR HIDE */
  .con_left{
    display: none;
  }

  .con_right{
    margin-left: 0;
    width: 100%;
  }

  .hero{
    height: 300px;
  }

  .hero img{
    height: 300px;
    object-fit: cover;
  }

  .hero h1{
    font-size: 28px;
    padding-left: 20px;
    top: -180px;
  }

  #cardcontainer{
    justify-content: center;
  }

  .card{
    width: 90%;
    height: auto;
  }

  .card img{
    width: 100%;
    height: auto;
  }

  .btnsong{
    margin-left: auto;
    margin-right: 20px;
  }
}

@media (max-width: 768px){

  .songs_hero{
    padding: 20px;
  }

  .song{
    width: 100%;
    height: auto;
    padding: 20px;
  }

  .song img{
    width: 100%;
    height: auto;
    right: 0;
    margin: 10px 0;
  }

  .song p{
    font-size: 18px;
    color: white;
  }

  .player{
    flex-direction: column;
    gap: 15px;
  }

         .copy {
        color: white;
        position: relative;
        top: 70px;
        margin: 20px;
        height: 100px;
      }
}



#btnnext{
  height: 60px;
  width: 100px;
  color: white;
margin:20px;
 display: inline;
  border-radius: 10px;
  font-size: 30px;
  text-align: center;
position: relative;
    top: 10px;
    cursor: pointer;
}
#btnprevious{
height: 30px;
  width: 100px;
 color: white;
   display: inline;
  border-radius: 10px;
   font-size: 30px;
  text-align: center;
 position: relative;
    top: 10px;
    margin:20px;
  
    cursor: pointer;
}
