*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    background: #000;
    font-family: Arial, Helvetica, sans-serif;
}
.sidebar{
    width: 300px; 
    background: #000000;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    padding: 10px;
    
}
.sidebar-nav{
    background: rgb(6, 6, 6);
    border-radius: 10px;
    padding: 20px 10px;
    margin-bottom: 10px;
}
.sidebar-nav .logo{
    width: 120px;

}
.sidebar-nav .logo img{   
    width: 100%;
}
.sidebar-nav ul{
    list-style: none;
}
.sidebar-nav ul li{
padding: 10px 20px;
}
.sidebar-nav ul li a{
    text-decoration: none;
    color: #b0aeae;
    font-size: 16px;
    font-weight: 600;
}
.sidebar-nav ul li a:hover{
    color: #fffefe;
}
.sidebar-nav ul li a i{
    font-size: 20px;
    margin-right: 10px;
}
.library::after{
    content: '+';
    float: right;
    text-align: center;
    border-radius: 50% ;
    font-size: 15px;
}    
.create-playlist{
    background: #0f0e0e;
    padding: 30px 15px;
    border-radius: 10px;
    margin-bottom: 10px;
}
.sidebar-scroll{
    height: 130pX;
    overflow-y:auto;
}
.sidebar-scroll::-webkit-scrollbar{
    background: transparent;
}
.sidebar-scroll::-webkit-scrollbar-thumb{
    background: transparent;
    width: 5px;
}
.sidebar-scroll:hover::-webkit-scrollbar-thumb{
    background: #000000;
    width: 5px;
}
.create-playlist h4{
    color: #fff;
    font-size: 15px;
}
.create-playlist p{
    color: #fff;
    font-size: 12px;
    margin: 12px 0;
}
.create-playlist button{
    padding: 8px 20px;
    border: 0;
    outline: 0;
    border-radius: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.privacy ul li a{
    text-decoration: none;
    color: #7d7979;
    font-size: 12px;
    font-weight:600;
    margin: 0 5px;
}
.privacy ul li a:hover{
    text-decoration: underline;
    color: #cbc9c9;
}
.privacy ul{
    list-style: none;
    margin-top: 10px;
}
.privacy ul li{
    padding: 0 7px;
    padding-bottom: 8px;
}
.eng-btn{
    padding: 20px 30px;
}
.eng-btn button{
    padding: 10px 30px;
    background: transparent;
    border: 0;  
    outline: none;
    color: #ffffff;
    border: 1px solid #444343;
    border-radius: 30px;
    margin: 20px 0;
}
.eng-btn button:hover{
    padding: 11px 31px;
    border: 1px solid #fff;
}



.main-section{
    margin-left: 300px;
    height: auto;
    background: #000000;
}
.main-section .top-nav{
    padding: 20px 30px;
    background: rgb(6, 6, 6);
    display: flex ;
    align-items: center;
    justify-content: space-between;
}

.main-section .top-nav  button{
    background-color: transparent;
    border:0;
    outline: 0;
}
.main-section .top-nav .prev-btn button i{
    color: #fff;
    font-size: 22px;
    margin-right: 20px;
}
.top-nav .login-btn .Sign-up{
    color: #aca1a1;
    font-size: 16px;
    font-weight: 600;
    margin-right: 25px;
}
.top-nav .login-btn .Sign-up:hover{
    color: #ffffff;
    
}
.top-nav .login-btn .login{
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    background: #ffffff;
    padding: 10px 15px;
    border-radius: 20px;
}
.top-nav .login-btn .login:hover{
    
    background: #b4b0b0;
    
}

.spotify-playlist{
    padding: 20px 40px;
}

.spotify-playlist h2{
    color: #fff;
    font-size: 22px;
    margin-bottom: 20px;
}
.spotify-playlist .card{
    display: flex;
    gap: 20px;
    overflow: auto;
}
.spotify-playlist .card .item{
    width: 230px;
    min-width: 140px;
    background-color: rgb(6, 6, 6);
    cursor: pointer;
    border-radius: 6px;
    padding: 15px;
}
.spotify-playlist .card .item:hover{
    background-color: #252525;

}
.spotify-playlist .card .item img{ 
    width: 100%;
    border-radius: 6px;
    margin-bottom: 10px;
}

.spotify-playlist .item h4{
    color: #fff;
}
.spotify-playlist .item p{
    color: #a29c9c;
    font-size: 13px;
    margin-top: 10px;
}
.spotify-playlist .item p:hover{
    text-decoration: underline;
}
.spotify-playlist .paly-btn {
    position: relative;
}
.spotify-playlist .paly-btn i{
    position: absolute;
    background-color: rgb(0, 215, 0);
    border-radius: 50%;
    padding: 10px;
    right: 7px;
    top: -50px;
    opacity: 0;
    transform: 0.3s ease all;
}
.spotify-playlist .card .item:hover .paly-btn i{
    opacity: 1;
    transform: translateY(-15px);
}       

.footer-section{
    padding: 20px 40px;
}

.footer-section .footer{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.footer-section .footer .footer-links{
    display: flex;
    justify-content: space-between;
    gap:50px;
}
.footer-section .footer .footer-links .footer-columns{
    margin: 0 12px;
}
.footer-section .footer .footer-links div{
   color: #ffffff;
   font-weight: 600;
   margin-bottom: 12px;
   font-size: 16px;
}
.footer-section .footer .footer-links ul li{
    list-style: none;
    margin: 6px 0;
 }
 .footer-section .footer .footer-links ul li a{
    text-decoration: none;
    color: #8e8c8c;
    font-size: 14px;
    cursor: pointer;
 }
 .footer-section .footer .footer-links ul li a:hover{
    text-decoration: underline;
    color: #fff8f8;
 }

 .footer .social-links i{
    color: #767272;
    background: #272626;
    border-radius: 50%;
    padding: 12px;
    margin: 0 5px;
    cursor: pointer;
 }
 .footer .social-links i:hover{
    color: #928c8c;
    background: #3d3c3c;  
 }
 hr{
    margin: 20px 40px;
    border: 0;
    outline: 0;
    border: 1px solid #2c2a2a;    
    margin-top: 40px;
 }
 .copy-right{
    padding :0 40px;
    color: #767272;
    font-size: 15px;
    margin-bottom:30px;
 }
 .preview{
    display: flex;
    justify-content: space-between; 
    background: linear-gradient(to right, #ae2896, #509bf5 );
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 11px 40px;
}

.preview h4{
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #fff;
}
.preview p{
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}
.preview button{
    padding: 12px 30px;
    border: 0;
    outline:0;
    border-radius: 20px;
    font-size: 14px;
    font-weight:600 ;
    color: #000;
}