*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}
body{
    overflow-y: hidden;
    overflow-x: hidden;
    background-color: rgb(246, 235, 235);
color: rgba(246, 245, 245, 0.452);
}

.left{
    width: 25vw;
    padding: 10px;
    height: 198vh;
    background-color: #E1701A;
}
.right{
    width: 75vw;
    background-color:#4B3F72;

}

.home ul li{
    display: flex;
    gap:15px;
    width: 15px;
    list-style: none;
    padding-top: 14px;
    font-weight: bold;


}
.logo{
    font-size: 34px;
    
}
.library{
    min-height:75vh ;
  position: relative;  
  
    background-color: #E1701A;
  
}



.heading{

    display: flex;
    gap:15px;
width: 100%;
    padding-top: 14px;
    font-size: 13px;
    padding: 23px 14px;
    font-weight: bold;
    align-items: center;
}
.heading img{
    width: 30px;
}
.footer{
    display: flex;
    font-size: 12px;
    color: rgb(4, 209, 79);
    gap: 12px;
    position: absolute;
    bottom: 7vh;
    padding: 9px 10px;
    font-weight: bolder;
    
}
.footer a{
    color: green;
    
    text-decoration: none;

}
.right{
    margin: 16px 0px;
}
.header{
    display: flex;
    justify-content: space-between;
 
 max-height: 100vh;
 overflow: scroll;
}
.header > * {
    padding: 20px;
   
}
.spotiyplaylist{


padding: 16px;
}
h1{
    margin-top: 10px;
    margin-left: 70px;
}

.cardContainer{
    margin: 30px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    max-height: 57vh;
    overflow-y: scroll;

}
 .card{
    color: white;
    
    padding: 10px;
    border-radius: 5px;
    background-color:#2C2F55;
    position: relative;
    width:200px;
 }
 .card:hover{
    .play{
        opacity: 1;
        transform: translateY(-30px);
    }
 }
.card img{
    width: 100%;
object-fit: contain;
}
.play{
    width: 28px; height:28px; background-color:#0aa70a; border-radius:50%;  padding:6px; display: flex; justify-content: center; align-items: center;
    position:absolute;
 top:190px;
 right:17px;
 opacity: 0;
 transition: all 1s ease-out;

}

.play img{
    height: 12px;
}
.button  > *{
    margin: 0 12px;
}
.signupbtn{
 background-color:#4B3F72;
    color:white;
    font-weight: bold;
    border: none;
    outline: none;
    font-size: 16px;

}
.signupbtn:hover{
    font-size: 17px;
    color:white;
    cursor: pointer;
    
}
.loginbtn{
    background-color: white;
    border-radius:20px ;
    color: rgba(0, 0, 0, 0.389);
    padding:10px;
    width:79px;
    cursor: pointer;
}
.loginbtn:hover{
    color: black;
    font-weight: bold;
    width: 80px;
    font-size: 13px;
}
.right{
    position: relative;
    height: 92vh;
}
.playbar{
    position: absolute;
    bottom: -6vh;
    background:linear-gradient(to right,#d56a06,#0077B6);
    width: 100%;
    padding: 12px;
    height: 18vh;
}
.songbtn{
    display: flex;
    justify-content: center;
    gap:20px
}
.songlist{
    overflow-y: auto;
    height: 60vh;
}
.songlist ul{
    padding:  0 12px;

}
.songlist ul li{
    list-style-type: decimal;
    display: flex;
    
    cursor: pointer;
    padding: 12px 0;
    border: 0.2px solid white;
    margin: 23px 0;
    padding: 13px;
    border-radius: 5px;

width: 330px;
white-space: normal;
overflow-wrap: break-word  ;

}

.info{
    width: 125px;
    word-wrap: wrap;
}
.playnow{
    display: flex;
    justify-content: center;
align-items: center;

}
.playnow span{
    font-size: 15px;
    width: 88px;
    padding: 12px;
}
.seekbar{
    height: 6px;
    width: 98%;
    background-color: #02689f;
    position: absolute;
    bottom: 5vh;
    
    border-radius: 10px;
    margin: 3px;
    cursor: pointer;
}
.circle{
    width: 13px;
    height:13px ;
    border-radius: 13px;
    background-color: #c1292e;
    position:relative;
    bottom: 4px;
    left:0%;
    transition:left 0.5s;
}
.songbtn{
    height: 40px;
    cursor: pointer;
    position: absolute;
    top:1vh;
    left:50%;
    
}
.songinfo{
    font-size: 20px;
}

.player{
    display: flex;
    justify-content: space-between;
}
.hamburger{
    display: none;
}
.close{
    display: none;
position: relative;
left: 90%;
cursor: pointer;
}
.songinfo{
    width: 100px;
}
.songtime{
    position: absolute;
    top: 1vh;
    right: 3vw;
}
.volume{
    position: absolute;
    top: 4vh;
    right: 3vw;
cursor: pointer;
    
    
}
@media (max-width: 1400px) {
    .left{
        background-color: rgb(23, 23, 23);
        position: absolute;
        left: -120%;
        transition:  all 0.3s;
        z-index: 3;
        width: 363px;
        height: 100vh;
    
    }       
    .right{
width: 100vw;
height: 96vh;
    }
    .playbar{
width: 98vw;
bottom: 0vh;
    }
    .hamburger{
        display: flex;
        height: 40px;
        width: 40px;

    }
    .playbar{
        height: 12vh;
        width: 100vw;
    left:0vw;
    bottom: 0vh;


    }
    .seekbar{
        left: 3vw;
    bottom: 2vh;
        width: 87vw;
    }
    .songbtn{
    left: 40%;
    }
    
    .hamburgercont{
        display: flex;
        justify-content: center;
        align-items: center;
        gap : 12px;
    }
.close{
    display: flex;
}
.cardContainer{
    height: 80vh;
}
    
}
@media (max-width: 600px){
.signupbtn{
    margin: 0;
    font-size: 9px;
    height: 35px;
    border: 2px solid black ;
    border-radius: 15px;
    width: 75px;
    box-shadow: 3px 3px 3px  rgb(0, 0, 0);
}
.loginbtn{
    font-size: 9px;
    
    margin: 0;
    margin-top: 1vh;

}
.signupbtn:hover{
    
    font-size: 13px;
}
.loginbtn:hover{
    font-size: 11px;
    
    
}
.songbtn{
    position:absolute;
    top: 5vh;
    left: 30%;

    
}
.songinfo{
    font-size: 16px;
    position:absolute;
    left: 34%;
    text-align: center;
    
}
.songlist ul li{
    width: 80vw;
    font-size: 10px;
}
.songtime{
    position:absolute;
    left: 40%;
    top: 10vh;
    font-size: 14px;
    
}

.playbar{
    bottom: 0;
    left: 0;
    width: 99vw;
    height: 25vh;
}
    .card{
        left:20px;
        width: 90vw;

    }
    .cardContainer{
        margin: 0;
        max-height: 50vh;
    }
    .seekbar{
        bottom: 6vh;
    }
    
    .left{
        width: 96vw;
    }
    .footer a{
        font-size: 9px;
    }
    .volume{
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        right:30%;
        top:13vh;
    
        
    }
    

}

@media( max-width: 1100px){
    .footer{
        bottom:9vh;
    }
}
