@import url('https://fonts.googleapis.com/css2?family=Anta&display=swap');

body{
    width: 100%;
    height: 100vh;
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: center;
}
.interface{
    width: 95%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family:"Anta",sans-serif;
}
.userside{
    width: 20%;
    height: 100%;
    position: fixed;
    left: 0;
    margin-left: 20px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.897);

}
.userside .section1{
    width: 100%;
    height: 30%;
    /*  */
    display: grid;
    place-items: center;
}
.userside .section1 .user-profile{
    display: grid;
    place-items: center;
    /* border: 1px solid white; */
    border-radius: 10px;
    background-color: rgb(12, 12, 12);
    width: 100%;
    height: 90%;
}
.userside .section1 .user-profile img{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    /* border: 1px solid white; */
}
.userside .section1 .user-profile .usernmae{
    color: rgba(255, 255, 255, 0.911);
    font-size: 15px;
}
.userside .section1 .user-profile .userid{
    color: rgb(151, 151, 151);
    font-size: 12px;
}
.userside .section2{
    width: 100%;
    height: 30%;
    display: grid;
    place-items: center;
    margin-top: -20%;
    
}
.userside .section2 .menue{
    color: white;
    font-size: 16px;
    display: grid;
    place-items: center;
    width: 100%;
    border-radius:10px ;
    background-color: rgb(12, 12, 12);
    
}
.links{
    color: white;
    text-decoration: none;
    margin-bottom: 10px;
    margin-top: 10px;

}
.userside .section2 .playlist::-webkit-scrollbar{
    width: 3px;
}

.userside .section2 .playlist::-webkit-scrollbar-thumb{
    width: 10px;
    border-radius: 10px;
    background-color: rgb(61, 66, 66);
}
.userside .section2 .playlist{
    width: 100%;
    height: 350px;
    overflow-y: scroll;
    display: grid;
    place-items: center;
}
.userside .section2 .title-of-playlist{
font-size: 15px;
color: white;
}
.userside .section2 .playlist .added-cards{
    width: 90%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid white;
    border-radius: 10px;
    margin-bottom: 10px;
}
.userside .section2 .playlist .added-cards img{
    width: 80px;
    height: 80px;
}
.userside .section2 .playlist .added-cards .side-cont{
    margin-left: 10px;
    display: block;
}
.userside .section2 .playlist .added-cards .side-cont .add-title{
 font-size: 12px;
 color: white;
}
.userside .section2 .playlist .added-cards .side-cont .by{
 font-size: 12px;
 color: rgba(192, 192, 192, 0.815);
}
.player{
    width: 35%;
    height: 95%;
    margin-bottom: 10px;
    position: fixed;
    margin-left: -20%;
    background-color: rgb(12, 12, 12)   ;
    border-radius: 10px;
    display: grid;
    place-items: center;
}

.player .player-img-con{
    width: 350px;
    height: 350px;
    /* border: 1px solid white; */
    border-radius: 10px;
    overflow: hidden;
}
.player .player-img-con img{
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.player .music-title{
    width: 90%;
    height: 100%;
    font-size: 10px;   
    color: white;
    display: flex;
    align-items: center;
}
.cont-of-title{
    margin-left: 30px;
    width: 100%;
}
.cont-of-title .title{
    width: 80%;
    height: 20px;
    font-size: 15px;
}
.cont-of-title img{
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.cont-of-title .by{
    align-items: center;
    display: flex;
    gap: 10px;
    color: rgb(209, 209, 209);
}
.player-cntrols{
    width: 100%;
    color: white;
    display: grid;
    place-items: center;
    /* border: 1px solid white; */
}
.progrssbars{
    width: 80%;
    height: 20px;
    /* border: 1px solid white; */
}
.progrssbars .mainbar{
    width: 100%;
    height: 3px;
    background-color: rgb(114, 114, 114);
    border-radius: 2px;

}
.progrssbars .probar{
    width: 0%;
    height: 3px;
    background-color: rgb(134, 120, 255);
    border-radius: 2px;
    margin-top: -3px;
    align-items: center;
    display: flex;    
    justify-content: right;
    transition: 0.1s linear;
    
    
}
i{
    
  filter: drop-shadow(0 0 2em  rgb(134, 120, 255));
}
.cir{
    width: 10px;
    height: 10px;
    background-color: rgb(141, 123, 241);
    border-radius: 50%;
    display: none;
    box-shadow: 0px 0px 20px 2px rgb(134, 120, 255);
}
.scroll-with{
    width: 15px;
    height: 15px;
    transition: 0.1s linear;
}
.repeate{
/*     
    color: rgb(141, 123, 241); */
}
.progrssbars .circulebar{
    width: 10px;
    height: 10px;
    background-color: rgb(134, 120, 255);
    border-radius: 50%;
    margin-top: -6px;
    display: none;
    transform: translateX(0%);

   
}
.progrssbars .slide-theline{
  width: 100%;
  height: 12px;
  background-color: rgba(139, 139, 139, 0);
  margin-top: -10px;

   
}
.active{
   scale: 0.95;
   color: rgb(134, 120, 255);
   box-shadow: 0px 0px 20px 2px rgba(134, 120, 255, 0.596); 
}


.progrssbars:hover .b1  {
   height: 5px;
   
}
.progrssbars:hover .b2  {
   height: 5px;
   box-shadow: 0px 0px 20px 2px rgb(134, 120, 255); 
   margin-top: -4px;

}
.progrssbars:hover .cir  {
   
   display: flex;
    
}
.mid-cntrol{
    display: flex;
    justify-content: space-between;
    width: 80%;
}
.mid-cntrol .left , .rigth{
    display: flex;
    align-items: center;
    font-size: 12px;
    margin-top: -10px;


}
.mid-cntrol .left {
    display: flex;
    align-items: center;
    font-size: 18px;
    gap: 20px;

    
}
.bandimg{
    display: none;
}

.main-cntrols{
    display: flex;
    width: 60%;
    /* border: 1px solid white; */
    margin-top: 10px;
    height: 50px;
    justify-content: space-between;
    align-items: center;
    font-size: 30px;
}
.fa-arrow-left{
    font-size: 25px;
}
html::-webkit-scrollbar{
    display: none;
}

.lists{
    width: 38%;
    height: 95%;
    /* border: 1px solid white; */
    background-color: rgb(12, 12, 12);
    position: fixed;
    margin-bottom: 10px;
    right: 0;
    margin-right: 30px;
    border-radius:10px ;
    color: white;
    display: grid;
    place-items: center;

}
.lists .songlist{
    width: 95%;
    height: 100%;
    /* border: 1px solid white; */
    overflow: hidden;
}
.song-list::-webkit-scrollbar{
    width: 10px;
}
.song-list::-webkit-scrollbar-thumb{
    width: 10px;
    background-color: rgb(141, 123, 241);
    border-radius: 5px;
}
.song-list{
    height:90%;
    overflow-y: scroll;
    padding-top: 10px;
    padding-left: 5px;
}
.song-card{
    width: 95%;
    height: 100px;
    /* border: 1px solid white; */
    display: flex;
    align-items: center;
    border-radius: 10px;
    background-color: rgba(31, 31, 31, 0.678);
    margin-bottom: 10px;
}
.song-card img{
    width: 80px;
    border-radius: 10px;
    margin-left: 10px;
}
.song-card .rightside{
    display: block ;
    width: 80%;
    height: 80px;
    margin-left: 20px;
}
.song-card .rightside h4{
    display: flex;
    width: 80%;
    font-size: 10px;
    color: rgb(218, 218, 218);
  font-family: arial;

}
.song-card .rightside .title-of-song {
    color: white;
    margin-bottom: -15px;
    font-family: arial;
    font-size: 15px;

}
.sont-time{
    float: right;
    margin-top: 20px;
    font-size: 12px;
    margin-right: 10px;
}
audio{
    display: none;
}
.library-cont .library{
    color: white;
}
.saved-song-cards{
    width: 100%;
    display: grid;
    place-items: center;
}
.saved-song-conts{
    width: 95%;
    height: 40vh;
    overflow-y: scroll;
    border-radius: 10px;
}
.saved-song-conts::-webkit-scrollbar-thumb{
    width: 4px;
    border-radius: 3px;
    background-color:rgb(134, 120, 255);
}
.saved-song-conts::-webkit-scrollbar-track{
    width: 2px;
}
.saved-song-conts::-webkit-scrollbar{
    width: 5px;
}
.library-cont {
    width: 100%;
    height: 40%;
    margin-top: -15%;
    border-radius: 10px;
    padding-top: 1px;
    background-color: rgb(12, 12, 12);
    color: white;
    display: grid;
    place-items: center;
}
.song-time{
    display: flex;
}
.add-more-song{
    display: flex;
    width: 95%;
    height: 90px;
    border-radius: 10px;
    background-color: rgba(31, 31, 31, 0.678);
    margin-bottom: 10px;
    opacity: .8;
}
.add-more-song .add{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 50px;
    
}
.add-more-song .add i{
    color: rgb(199, 199, 199);
    font-size: 25px;
}
.add-more-song .add h3{
    color: rgb(199, 199, 199);
    font-size: 15px;
}

.message{
    width: 250px;
    height: 50px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background-color:rgb(134, 120, 255) ;
    font-size: 14px;
    font-family:"Rubik",sans-serif ;
    position: absolute;
    gap: 10px;
    top: 0;
    margin-top: 100px;
    animation: slidein 2s ease-in-out;
    display: none;
    
}
.message i{
    font-size: 25px;
    color: rgb(255, 255, 255)
   
}
@keyframes slidein{
    0%{
        margin-top: -150px;
        opacity: 0;
    }   
   
    
    100%{
        rotate: 0deg;
        opacity: 1;
        margin-top: 100px;
    }
  
}

@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

