* {
    margin: 0px;
    padding: 0px;
}

body {
    background-color: black;
    color: white;
}

.left {
    width: 25vw;
    height: 100%;

}

.heading {
    /* margin: 0 10px 10px 0px; */
    padding: 20px;
    /* border: 2px solid; */
    border-radius: 7px;
    padding-left: 25px;

}

.right {
    /* height: 500px; */
    box-sizing: border-box;
    width: 75vw;
    border: 10px solid rgb(0, 0, 0);
    border-right: none;
    border-left: none;
}

.home {
    background-color: #121212;
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-bottom: 30px;
    height: 110px;
    margin: 10px;
    padding: 20px;
    /* border: 2px solid; */
    border-radius: 7px;
    padding-left: 25px;
    position: relative;


}

#close {
    position: absolute;
    right: 5px;
    cursor: pointer;
    top: 0;
    display: none;
}

.home ul {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.home ul li img {
    width: 14px;
}

.home ul li {
    display: flex;
    list-style: none;
    gap: 12px;

}

.library {
    background-color: #121212;
    margin: 10px 10px 0 10px;

    height: 548px;
    /* border: 2px solid; */
    border-radius: 7px;
    position: relative;

}

.your_library {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px 20px 25px;

}

.song-list {
    margin: 20px 0 10px 20px;
    padding-right: 10px;
    height: 350px;
    overflow: auto;



    /* padding-left: 40px; */
}

.song-list::-webkit-scrollbar {
    width: 5px;
}

.song-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.song-list::-webkit-scrollbar-thumb {
    background-color: #575151;
    /* outline: 1px solid #eee; */
}

.song-list ul {
    /* overflow:hidden; */
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.song-list ul li {
    /* box-sizing: border-box; */
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    align-items: center;
    border: 2px solid white;
    border-radius: 5px;
    list-style: none;
    list-style-position: inside;
    padding: 10px;
    /* overflow:hidden; */
}

.song-list ul li div {

    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.song-list ul li div>p {
    padding: 0 10px;
}

.footer {
    width: 100%;
    /* background-color: aquamarine; */
    position: absolute;
    bottom: 0px;
}

.footer ul {
    display: flex;
    justify-content: space-around;
    padding-bottom: 20px;
}

.footer ul li {
    list-style: none;

}

.footer ul li a {
    text-decoration: none;
    color: white;

}

.left-content {
    display: flex;
    /* justify-content: space-around; */
    gap: 10px;
}

.right {
    box-sizing: border-box;
    /* background-color: white; */
    height: 100vh;
}

.heading {
    background-color: #101010;
    margin-bottom: 0px;
    height: 50px;
    /* box-sizing: border-box; */
}

.navbar {
    display: flex;
    justify-content: space-between;
    gap: 12px;

}

.navbar button {
    font-size: 16px;
    background-color: black;
    border: none;
    color: white;
    padding: 10px 20px;
    border-radius: 18px;
    font-weight: bold;
    cursor: pointer;
}

.navbar button:nth-child(2) {
    background-color: white;
    color: black;
    padding: 0 30px;

}

.left-side {
    display: flex;
    gap: 18px;

}

.left-side img {
    cursor: pointer;
}

/* #1d1d1d */
.content {
    /* position: relative; */
    /* height: 74%; */

    /* width:75%; */
    /* margin: 10px 10px 10px 0px; */
    /* margin-top: 0px; */

    background-color: #1d1d1d;
}

.top-heading {
    padding: 20px;
}

.cards {
    height: 500px;
    flex-wrap: wrap;
    overflow: auto;
    /* height: 500px; */
}

.cards::-webkit-scrollbar {
    width: 5px;
}

.cards::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.cards::-webkit-scrollbar-thumb {
    background-color: #575151;
    /* outline: 1px solid #eee; */
}

.card {
    position: relative;
    width: 180px;
    height: 240px;
    margin: 20px;
    background-color: #181818;
    padding: 6px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
    box-shadow: 10px 5px 5px #212121;
}

.card:hover {
    .play-button {
        display: block;
        /* bottom: 95px; */
    }
}

.card-image img {
    width: 140px;
    object-fit: cover;
    border-radius: 7px;

}

.card-description {
    margin: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.playbar {
    /* position: fixed; */
    /* margin: 10px 10px 10px 0px; */
    margin-bottom: 3px;
    height: 50px;

    width: 74.7%;
    background-color: #434371;
    margin: 10px 0;
}

.play-items {
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.play-items ul {

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;

}

.play-items ul li {
    list-style: none;
}

.play-items img {
    cursor: pointer;
}

.seekbar {
    position: absolute;
    bottom: 3px;
    background-color: rgb(219, 203, 203);
    height: 3px;
    width: 100%;
    cursor: pointer;

}

.gola {
    position: absolute;
    bottom: 0;
    z-index: 1;
    background-color: rgb(255, 255, 255);
    height: 10px;
    width: 10px;
    border-radius: 5px;
    transition: left 0.5s;
    cursor: pointer;
}

.play-button {
    position: absolute;
    bottom: 98px;
    right: 27px;
    height: 40px;
    width: 40px;
    border: 2px solid black;
    border-radius: 20px;
    background-color: rgb(49, 205, 49);
    display: none;
    /* transition: 3s ease-out; */
}

.play-button img {
    padding: 14px;
}

.left-side img:first-child {
    display: none;
}

/* //responsive css */
@media (max-width: 914px) {
    .left {
        /* background-color: green; */
        position: absolute;
        width: 300px;

        z-index: 1;
        margin: 0;
        left: -120%;
        transition: 0.5s all;

    }

    .right {
        width: 100%;
        margin: 0;
        border: 0;
    }

    .playbar {
        width: 100%;
    }

    .home {
        margin: 0;
        border-bottom: 3px solid black;
    }

    .library {
        margin: 0;
        height: 480px;
        padding-bottom: 20px;
    }

    .left-side img:first-child {
        display: block;
    }

    #close {
        display: block;
    }

    .cards {


        align-items: center;
        justify-content: center;
    }
}