@import url('https://fonts.googleapis.com/css2?family=Arima:wght@100&display=swap');







*{
    padding: 0%;
    margin: 0%;
}
nav ul{
    width: 100%;
    display: flex;
    align-items: center;
    list-style-type: none;
    height: 65px;
    background-color: black;
  

}
nav ul li{
    padding: 0 16px;
}

nav ul li img{
    width: 3rem;
    margin: 0;

}

.name_brand{
    display: flex;
    font-weight: bolder;
    font-size: 1.3rem;
    
}

.container_1{
    min-height: 76vh;
    background-color: black;
    color: white;
    display: flex;
    margin: 23px auto;
    width: 95%;
    height: 806px;
    border-radius: 12px;
    padding: 34px;
    background-image:  url('img/bg.jpg')  ;
        
    
}

.bottom{
    position: sticky;
    height: 100px;
    background-color: black;
    color: antiquewhite;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#progress_bar{
    width: 80vw;
    cursor: pointer;
    text-align: center;
}

.icon{
    margin-top: 13px;
}

.icon i{
    cursor: pointer;
}


/* .songItemContainer{

} */

.songItem{
    height: 50px;
    display: flex;
    background-color: white;
    color: black;
    width: 80%;
    margin: 22px;
    justify-content: space-between;
    align-items: center;
    border-radius: 34px;
}

.songItem img{
    width: 36px;
    margin: 0 24px;
    border-radius: 12px;
}
.timestamp{
    margin: 0 23px;
}

.timestamp i{
    cursor: pointer;
}

.Songname{
    font-weight: bolder;
}

.songInfo{
    position: absolute;
    left: 10vw;
}
.songInfo img{
    opacity: 0;
    transition: opacity 0.4s ease-in;
}












