/* /////////////////////////////////////////////////////////////    \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/

/*                                                            STARTING                                                           */

/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\    /////////////////////////////////////////////////////////////*/

/* @font-face {
    font-family: 'CircularSp';
    src: url('/path/to/fonts/CircularSp-Bold.woff2') format('woff2'),
         url('/path/to/fonts/CircularSp-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
} */



*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial;
}
body{
    background-color: black;
}

.container{
    display: flex;
    background-color: black;
}

.left{
    width: 24vw;
    background-color: rgb(0, 0, 0);
    position: fixed;
    top: 0px;
    padding-right: 8px;
    height: 100vh;
}
.right{
    width: 75vw;
    background-color: black;
    z-index: 999;
    position: relative;
    left: 23.5vw;
}

.left-top{
    padding: 20px;
    padding-bottom: 8px;
    background-color: rgb(17, 17, 17);
    margin: 8px;
    border-radius: 8px;
}

.invert{
    filter: invert(1);
}

.invert-img{
    filter: invert(.6);
}

.left-top-elem{
    display: flex;
    align-items: center;
    gap: 15px;
    padding-bottom: 20px;
}

.left-top-elem a{
    text-decoration: none;
    color: white;
}

.left-top-elem img{
    height: 25px;
}

.search a{
    color: rgb(186, 186, 186);
}


.left-bottom{
    border-radius: 8px;
    overflow: hidden;
    background-color: rgb(17, 17, 17);
    margin: 8px;
    height: 77vh;
}

.lb-top img{
    height: 25px;
}

#plus{
    height: 16px;
}

.lb-top a{
    text-decoration: none;
    color: rgb(186, 186, 186);
    /* font-family: 'CircularSp'; */
}

.lb-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: rgb(17, 17, 17);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 20px;
    margin: 8px;
}

.lb-top .library{
    display: flex;
    align-items: center;
    gap: 8px;
}

.songs-playlist{
    background-color: rgb(17, 17, 17);
    padding: 10px
}

.songs-playlist ul{
    color: white;
}

.songs-playlist ul li{
    list-style: none;
    color: white;
    background-color: rgb(31, 31, 31);
    padding: 18px 12px;
    margin: 8px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}


.music-container{
    display: flex;
    align-items: center;
    gap: 20px;
}


.playlist{
    background-color: rgb(31, 31, 31);
    margin: 8px;
    border-radius: 8px;
    padding: 15px;
    padding-left: 22px;
    margin-bottom: 20px;
}

.playlist-scroll{
    max-height: 32vh;
    overflow-y: scroll;
    scroll-padding: 0px;
    scroll-behavior: smooth;
}

.playlist-scroll::-webkit-scrollbar{
    display: none;
}


.playlist h4{
    color: white;
    margin-bottom: 10px;
}

.playlist h5{
    color: rgb(220, 220, 220);
    margin-bottom: 15px;
}

.playlist button{
    color: black;
    border: none;
    padding: 8px;
    padding-left: 14px;
    padding-right: 14px;
    border-radius: 50px;
}

.bottom-most{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 24px;
}
.bottom-most a{
    text-decoration: none;
    color: rgb(186, 186, 186);
    font-size: 12px;
}

.language{
    display: flex inline;
    align-items: center;
    gap: 4px;
    padding: 6px 14px;
    border: .1px solid rgb(200, 200, 200);
    border-radius: 100px;
    margin: 20px;
    
}

.language img{
    height: 20px;
}

.language h5{
    color: white;
}

/* /////////////////////////////////////////////////////////////    \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/

/*                                                             Right                                                           */

/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\    /////////////////////////////////////////////////////////////*/


.hamberger{
    display: none;
    color: rgb(186, 186, 186);
    font-size: 20px;
}


.right{
    background-color: rgb(17, 17, 17);
}

.right .header img{
    height: 15px;
    filter: invert(.6);
    margin: 8px;
}

.header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    background-color: rgb(17, 17, 17);
    margin-right: 8px;
    margin-top: 8px;
    border-radius: 8px;
    padding-left: 20px;
    padding-right: 20px;
    opacity: .99;
    position: sticky;
    top: 0;
    z-index: 99999;
}

.header-left{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    /* padding-left: 10px; */
}

.header-right{
    position: relative;
}

.circle{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    width: 28px;
    background-color: black;
    border-radius: 100%;
    cursor: pointer;
}

.right .header .header-right button{
    padding: 14px 25px;
    border-radius: 50px;
    /* margin-right: 12px; */
}

.signup{
    background: transparent;
    color: rgb(186, 186, 186);
    border: none;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    /* font-family: 'CircularSp'; */
}
.login{
    border: none;
    font-weight: 600;
    cursor: pointer;
    /* font-family: 'CircularSp'; */
}
.popularArtist{
    background-color: rgb(17, 17, 17);
}

.popularArtist2{
    background-color: rgb(17, 17, 17);
}

.popularArtistLast{
    margin-bottom: 150px;
}

.popularArtist h2{
    color: white;
    padding-left: 20px;
    padding-top: 30px;
    padding-bottom: 15px;
}

.card-container{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.card{
    padding-left: 16px;
    padding-top: 20px;
    padding-bottom: 40px;
    padding-right: 18.5px;
    background-color: rgb(17, 17, 17);
    border-radius: 8px;
    transition: all 0.5s;
    position: relative;
}

.card img{
    border-radius: 50%;
    width: 180px;
}

.card h4{
    color: white;
    margin-top: 5px;
    margin-bottom: 5px;
}
.card h5{
    color: rgb(186, 186, 186);
}

.card:hover{
    background-color: rgb(25, 25, 25);
}

.pop-art2{
    background-color: rgb(17, 17, 17);
}

.play-button{
    text-align: center;
    font-size: 20px;
    display: inline;
    padding: 14px 18px;
    border-radius: 50%;
    background-color: #1fdf64;
    color: black;
    position: absolute;
    right: 20px;
    top: 180px;
    box-shadow: rgba(0, 0, 0, 0.475) 0px 4px 12px;
    opacity: 0;
    transition: all .5s ease-out;

}

.play-button:hover{
    padding: 15px 19px;
}

.card:hover .play-button{
    top: 150px;
    opacity: 1;
    cursor: pointer;
}

.card2 img{
    border-radius: 8px;
}

.footer{
    position: fixed;
    bottom: 0;
    z-index: 99999999;
    height: 10vh;
    width: 100%;
    background-color: rgb(0, 0, 0);
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding: 10px;
    color: white;
    /* padding-bottom: 60px; */
    height: 14vh;
}

.footer-play{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.seek-bar{
    height: 2px;
    width: 40vw;
    margin: auto;
    background-color: white;
    cursor: pointer;
}

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

.footer i{
    font-size: 20px;
    color: white;
}
.footer .fa-backward-step, .footer .fa-forward-step{
    font-size: 20px;
    color: rgb(110, 110, 110);
}

.footer .fa-pause{
    color: black;
}

.play-pause{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    border-radius: 50%;
    padding: 10px 13px;
}

.play-pause i{
    color: black;
}

.information{
    width: 80%;
    display: flex;
    justify-content: space-evenly;
}

.cross{
    color: rgb(186, 186, 186);
    position: absolute;
    right: 32px;
    cursor: pointer;
    display: none;
    font-size: 20px;
}



/* /////////////////////////////////////////////////////////////    \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/

/*                                                          Media Queries                                                           */

/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\    /////////////////////////////////////////////////////////////*/


@media (max-width: 1150px) {
    .left{
        /* background-color: red; */
        position: fixed;
        left: -120%;
        transition: all .8s;
        z-index: 999999999;
        width: 320px;
    }
    .right{
        left: 0;
        width: 100vw;
        transition: all .8s;
    }
    .card-container{
        justify-content: space-evenly;
    }
    .popularArtist h2{
        text-align: center;
    }
    .header-left{
        gap: 20px;
    }
    .hamberger{
        display: block;
        cursor: pointer;
    }
    .cross{
        display: block;
    }
    

}

@media (max-width: 1075px) {
    .card img{
        width: 30vw;
    }
}


@media (max-width: 700px) {
    .information{
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 15px;
        margin-top: 10px;
    }
    .footer{
        padding-bottom: 30px;
    }
    .card img{
        width: 40vw;
    }
    .play-button{
        top: 240px;
    }
    .card:hover .play-button{
        top: 200px;
        opacity: 1;
        cursor: pointer;
    }
}

@media (max-width: 500px){
    .footer{
        height: 20vh;
        opacity: .9;
    }
    .card img{
        width: 70vw;
    }
    .play-button{
        top: 240px;
    }
    .card:hover .play-button{
        top: 200px;
        opacity: 1;
        cursor: pointer;
    }
}


