* {
    padding: 0;
    margin: 0;
    color: #b3b3b3;
    font-family: SpotifyMixUI, CircularSp-Arab, CircularSp-Hebr, CircularSp-Cyrl, CircularSp-Grek, CircularSp-Deva, sans-serif;
}

body {
    background-color: black;
}

.left-head img {
    width: 32px;
    height: auto;
    color: white;
    padding: 15px 20px;
    cursor: pointer;
}


.logo {
    margin: 0px 5px;  
}

.search-bar{
    display: flex;
    justify-content: center;
    align-items: center;
}

.header{
    position: sticky;
    top:0;
    left: 0;
    z-index: 10000;
}

.container-head {
    display: flex;
    justify-content: space-between;
    padding: 8px 2px 8px 5px;
}

.left-head{
    display: flex;
}

.right-header{
    display: flex;
    padding: 15px 10px;
}

.links-sp{
    display: flex;
    gap: 25px;
    margin-right: 40px;
}

.links-sp button {
    background-color: transparent;
    border: none;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer
}

.partision-upward{
font-size: 30px;
}

.download-link{
    display:  flex;
    align-items: center;
}

.download-link a {
    text-decoration: none;
}

.images-links{
    display: flex;
    column-gap: 10px;
}

.dl-text{
    font-size: 16px;
    font-weight: 600;
}

.right-header img {
    width: 16px;
    height: auto;
    color: lightgray;
}

.user-head{
    display: flex;
    align-items: center;
}

.user-head-btn-si {
    margin-right: 10px;
    border: none;
    background-color: transparent;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer
}

.user-head-btn-lo {
    border: none;
    background-color: white;
    width: 100px;
    font-size: 16px;
    font-weight: 600;
    height: 35px;
    border-radius: 300px;
    color: black;
    cursor: pointer
}

.home-icon button{
    background-color: #1f1f1f;
    border-radius: 50%;
    border: none;
    margin: 2px;
    cursor: pointer
}

.home-icon img {
    width: 25px;
    align-items: center;
}

.search-bar {
    display: flex;
    justify-content: space-between;
    background-color: #1f1f1f;
    border: none;
    margin-left: 5px;
    border-radius: 35px;
    width: 410px;
    height: 50px;
    margin-top: 5px;
}

.search-bar img{
    width: 25px;
    cursor: pointer
}

.search-bar input {
     background: transparent;
     border: none;
     width: 280px;
     margin-right: 10px;
}

.search-bar input::placeholder{
    color: #b3b3b3;
    font-size: 16px;
}

.main-cont {
    display: flex;
    margin:0 10px;
}


.left-side {
    width: 25vw;
    height: 75vh;
    background-color: #121212;
    border-radius: 10px;
    position: fixed;
}

.left-side .library{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    height: 40px;
}

.library h3{
    font-size: 16px;
    font-weight: 700;
    color: white;
    margin-left: 10px;
}

.library button {
    border: none;
    background: transparent;
    cursor: pointer;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin: 1px;
}

.library button:hover{
    background-color:#413f3f ;
}

.library button img {
    width: 19px;
    height: auto;
    margin-top: 5px;
    align-items: center;
}

.left-side .songlist ul {
    padding: 10px 20px 20px 40px;
    height: 37vh;
    width: 275px;
    overflow-y: scroll;

}  

.left-side .songlist ul::-webkit-scrollbar{
    background-color: transparent;
}

.left-side .songlist ul::-webkit-scrollbar-thumb{
    background-color: #666464cd;
    border-radius: 10px;
}

.left-side .songlist ul li {
    list-style-type: none;
    color:#ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    border: none;
    border-radius: 5px;
    background: linear-gradient(135deg, #000000, #1c1c1c, #232526, #414345);
    padding: 10px;
    width: 90%;
    height: 30px;
    cursor: pointer;
}

.left-side .songlist ul li .info {
    display: flex;
    align-items: center;
    gap: 4px;   
}

.left-side .songlist ul li .info * {
    color: #ffffff;
    font-size: 12px;
}

.left-side-footer{
    position: absolute;
    bottom: 0;
    overflow: hidden;
    height: 27vh;
}

.footer-links{
    font-size: 11px;
    margin-right: 16px;
    margin-bottom: 10px;
}

.footer-links a{
    margin-bottom: 8px !important;
    text-decoration: none !important;
    line-height: inherit !important;
    border: none !important;
    padding: 0px !important;
    color:  #656565 !important;
}

.footer-links a > span {
    color: #b3b3b3;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    margin-block: 0px;
    font-size: 0.6875rem;
    font-weight: 400;
}

.all-links{
    margin: 34px 0;
    padding: 0 24px;
    text-align: start;
}

.legal-links{
    display: flex;
    flex-wrap: wrap;
}

.left-foot-cook{
    text-decoration: none;
    font-size: 12px;
}

.left-foot-cook > span {
    color: #ffffff;
}

.lang-div {
    margin: 0 0 32px;
    padding: 0 24px;
}

.lang-div > button {
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    font-weight: 400;
    padding:7px 16px 5px 15px;;
    border: 1px solid rgba(225, 216, 216,  46%);
    border-radius: 20px;
    background: black;
    cursor: pointer;
}

.lang-div > button:hover {
    border: 1px solid white;
}

.lang-div > button > span > svg {
    filter: invert(1);
    width: 16px;
    height: 16px;
    padding-right: 5px;
}

.right-side{
    margin-left: 26vw;
    margin-right: 1vw;
    width: 66vw;
    height: 75vh;
    border: none;
    /* border: 2px solid red; */
    border-radius: 10px;
    background-color: #121212;
    position: fixed;
    padding: 0 40px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.right-side::-webkit-scrollbar{
    background-color: transparent;
}

.right-side::-webkit-scrollbar-thumb{
    background-color: #666464cd;
    border-radius: 10px;
}

.right-side .title{
    width: 100%;
    height: 48px;
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.right-side .title .link-title {
    font-size: 24px;
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
}

.right-side .title .link-title:hover{
    text-decoration: underline;
}

.right-side .title .link-show{
    font-size: 14px;
    color: #b3b3b3;
    text-decoration: none;
    font-weight: 600;
}

.right-side .title .link-show:hover{
    text-decoration: underline;
}

.right-side .cards-container{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.right-side .card{
    width: 170px;
    height: 230px;
    margin-top: 5px;
    cursor: pointer;
}

.right-side .card:hover{
    background-color: #222121;
}

.right-side .card .image-cont {
    padding: 10px 10px 2px 10px;
    position: relative;
}

.right-side .card .image-cont img{
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 50%;
    object-fit: contain;
}


.right-side .card .image-cont .play-btn{
    position: absolute;
    bottom: 10px;
    right: 20px;
    display: none;
}

.right-side .card .image-cont .play-btn > button {
    background-color: #1db954;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.right-side .card .image-cont .play-btn > button > span > img {
    width: 20px;
    height: 20px;
}

.right-side .card .image-cont:hover .play-btn{
    display: block;
}
.right-side .card .song-details{
    padding: 2px 10px;
}

.right-side .card .song-details .song-name > a {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    text-decoration: none;
}

.right-side .card .song-details .song-name > a:hover{
    text-decoration: underline;
}

.right-side .card .song-details .artist > a {
    font-size: 12px;
    text-decoration: none;
}

.right-side .card .song-details .artist{
    margin-top: 3px;
}

.right-side .card .song-details .artist > a:hover{
    text-decoration: underline;
}

.btm-foot{
    position: fixed; 
    bottom: 0;
    left: 0;
    right: 0;
    width: 98vw;
    height: 10vh;
    margin: 0 10px;
    margin-bottom: 1vh;
     background: linear-gradient(135deg, #000000, #1c1c1c, #232526, #414345);
    border: none;
    /* border: 2px solid red; */
    border-radius: 10px;
}

.btm-cont{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px;
    width: 100%;
    position: relative;
   
}

.btm-cont .player {
    width: 95%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.btm-cont .player * {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
}

.btm-cont .player .play-icons {
    display: flex;
    gap: 15px;
}

.btm-cont .player .play-icons img{
    cursor: pointer;
}

.player .music-info,.timevol{
    font-size: 14px;
    width: 250px;
    text-align: center;
}

.timevol{
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.volume{
    width: 125px;
    display: flex;
    align-items: start;
}

.volume .vol-img{
    cursor: pointer;
}

.range input[type="range"]{
    height: 2px;
    align-items: center;
    margin-left: 2px;
    cursor: pointer;
}

.seeker {
    position: absolute;
    margin: 0 30px;
    width: 95%;
    background-color: #ffffff;
    height: 3px;
    left: 0;
    bottom: 10px;
    cursor: pointer;
}

.circle {
    position: relative;
    width: 10px;
    height: 10px;
    background-color: white;
    border-radius: 50%;
    bottom: 4px;
    left:0;
    
}