
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

*{
    margin: 0;
    padding: 0;
}

body{
    font-family: "Poppins", serif;
    color: white;
    background-color: black;
    overflow: hidden;
}

.main{
    width: 100%;
    height: 100rem;
    display: flex;
}


.sidebar{
    
    height: 100%;
    width: 350px;
    display: flex;
    flex-direction: column;
    padding: 5px;
}



.sidebar #sidebar_icons{
    background-color: rgba(255, 255, 255, 0.1);
    width: 100%;
    height: 120px;
    border-radius: 4px;
    margin: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.sidebar #sidebar_icons .sidebar_icons_opt{
    padding-left: 15px;
}


.sidebar #sidebar_icons .sidebar_icons_opt i, a{
    font-size: 20px;
    font-weight: 600;
    color: white;
    text-decoration-line: none;
    padding-right: 10px;
}

.sidebar_icons_opt:hover{
    transform: scale(105%);
    transform-origin: 0%;
}

.sidebar #sidebar_library{
    background-color: rgba(255, 255, 255, 0.1);
    width: 100%;
    height: 100%;
    border-radius: 4px;
    margin-top: 5px;
    padding-top: 10px;
    display: flex;
    flex-direction: column;
}

.options{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#options_your_lib{
    font-size: 20px;
    padding-left: 15px;
    padding-top: 0px;
}

#options_your_lib img{
    height: 25px;
    width: 25px;
    position: relative;
    top: 3px;
}

#options_your_lib a{
    padding-left: 10px;
}

#options_icons{
    padding-right: 5px;
}

#options_icons i{
    padding-right: 15px;
    color: white;
}

#options_icons i:hover{
    transform: scale(115%);
}

.box{
    width: 340px;
    height: 140px;
    background-color: rgba(255, 255, 255, 0.05);
    margin-left: 5px;
    margin-top: 20px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.box h4{
    padding-left: 15px;
    padding-bottom: 0px;
}

.box a{
    font-size: 11px;
    padding-left: 15px;
}

.box #btn_cp{
    width: 110px;
    height: 30px;
    margin-left: 15px;
    border-radius: 15px;
}

.box #btn_cp:hover{
    transform: scale(103%);
}


.box #btn_bp{
    width: 130px;
    height: 30px;
    margin-left: 15px;
    border-radius: 15px;
}

.box #btn_bp:hover{
    transform: scale(103%);
}














/*Music player */

.music_player{
    position: fixed;
    bottom: 0;
    height: 75px;
    background-color: black;
    display: flex;
    padding-left: 10px;
    width: 100%;
}



.music_player #left{
    width: 320px;
    display: flex;
    justify-content: left;
    align-items: center;
}

#left img{
    width: 55px;
    height: 55px;
}

#left #song_name{
    padding-left: 30px;
}


#left i{
    padding-top: 10px;
    padding-left: 30px;
    font-size: 25px;
}

.music_player #left #heart :hover{
    transform: scale(110%);
}

#song_name:hover{
    transform: scale(105%);
}

#right{
    width: 70%;
    height: 75px;
}

.right_top{
    display: flex;
    justify-content: center;
}

.right_top img{
    width: 25px;
    height: 25px;
    padding-top: 15px;
    padding-left: 30px;
    
}

.right_top img:hover{
    transform: scale(110%);
    
}

.right_bottom{
    
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 30px;
    padding-top:15px;
}

.timeline{
    background-color: white;
    height: 2px;
    width: 70%;
}

.timeline:hover{
    transform: scale(102%, 150%);
}




/* Main Content */
#main_content{
    height: calc(100vh - 75px);;
    background-color: rgba(255, 255, 255, 0.1);
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    padding: 2px 15px 0 10px;
    
}

#nav_bar{
    position: sticky;
    top: 0;
    height: 45px;
    width: 100%;
}

.top_nav{
    display: flex;
    justify-content: space-between;
    align-items: end;
}



#nav_top_icon img:hover{
    transform: scale(115%);
}



#nav_top_btn button{
    padding: 2px 0 2px 5px;
    border-radius: 15px;
    margin-left: 5px;
    border: 2px solid white;
}

#nav_top_btn a,i{
    font-size: 20px;
    color: black;
}

#nav_top_btn #user{
    font-size: 20px;
    padding: 3px ;
}

#nav_top_btn button:hover{
    transform: scale(105%);
}



#playlist{
    height: 100%;
    width: 100%;
    overflow: auto;
    scrollbar-width: none;
}

.text_content{
    width: 100%;
    margin-top: 13px;
    height: 40px;
    color: white;
    display: flex;
    justify-content: space-between;
    
}

.text_content a{
    font-size: 25px;
    
}

.text_content .show_all{
    font-size: 16px;
    margin-right: 20px;
}

.cards_holder{
    height: 300px;
    width: 100%;
    padding-top: 10px;
    display: flex;
    flex-wrap: wrap;
    
}

.cards_holder_2{
    
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px;
    align-items: space;
}

.cards{
    background-color: rgba(255, 255, 255, 0.1);
    height: 300px;
    border-radius: 5px;
    width: 200px;
    display: flex;
    flex-direction: column;
    margin: 5px 20px 5px 5px ;
}

.cards img{
    height: 60%;
    width: 95%;
    border-radius: 5px;
    margin: 5px auto;
}

.cards div{
    padding: 5px 5px 5px 7px;
}
.cards p{
    opacity: 0.7;
}

.cards:hover{
    transform: scale(105%);
}