body {
    background-color: black;
    padding: 10px;
    /* max-width: 100%;
    overflow-x: hidden; */
}

* {
    margin: 0;
    padding: 0;
    color: rgba(255, 255, 255, 0.829);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.nav {
    display: flex;
    height: 8vh;
    /* display: flex; */
    /* border: 2px solid white; */
    justify-content: space-between;
    max-width: 100vw;
    overflow: hidden;
    box-sizing: border-box;
}

.logohome {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    /* border: 2px solid red; */
    width: 10vw;
}

.home {
    z-index: 1;
    background-color: rgba(128, 128, 128, 0.281);
    padding: 5px;
    border-radius: 60px;
}

.searchbox {
    /* border: 2px solid green; */
    width: 400px;
    margin: 2px;
    background-color: rgba(128, 128, 128, 0.281);
    border-radius: 36px;
    display: flex;
    align-items: center;
    padding: 10px;
    /* justify-content: ; */
    gap: 30px;
    overflow: hidden;
    height: 8vh;
    font-size: small;
}

.dash {
    font-size: 22px;
    align-items: center;
}

.dl {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    gap: 20px;
}

.label {
    /* padding: 10px; */
    color: rgba(255, 255, 255, 0.521);
    display: flex;
    align-items: center;
    font-size: larger;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    /* padding-left: 20px; */
}

.last {
    display: flex;
    align-items: center;
    /* padding-top: 3px; */
}

.psd {
    font-family: sans-serif;
    display: flex;
    /* margin-left: 160px; */
    display: flex;
    align-items: center;
    gap: 10px;
    /* padding-top: 6px; */
    font-size: 18px;
    font-weight: 550;
    /* letter-spacing: 0px; */
}

.ia {
    font-family: sans-serif;
    display: flex;
    /* margin-left: 70px; */
    display: flex;
    align-items: center;
    gap: 10px;
    /* padding-top: 6px; */
    font-size: 18px;
    font-weight: 550;
    /* letter-spacing: 0px; */
}

.sl {
    font-family: sans-serif;
    display: flex;
    /* margin-left: 40px; */
    display: flex;
    align-items: center;
    gap: 10px;
    /* padding-top: 6px; */
    font-size: 16px;
    font-weight: 550;
    /* letter-spacing: 0px; */
}

.l {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 100px;
    background-color: white;
    border-radius: 32px;
    /* color: black; */
}

.s {
    width: 70px;
}

.l div {
    color: black;
}

.g1 {
    gap: 10px;
}

.g2 {
    gap: 20px;
}

.f {
    display: flex;
}

.a {
    align-items: center;
}

.j {
    justify-content: center;
}

.ndsection {
    gap: 2vw;
}


.main {

    height: 86vh;
    box-sizing: border-box;
    margin: auto;
    padding: 10px;
    gap: 10px;


}

.controls {
    justify-self: center;
    align-self: center;
    margin-top: 4px;
    position: absolute;
    top: 0px;
    left: 45%;
    z-index: 20;
}

.sidebar {
    /* border: 2px solid green;  */
    height: 100%;
    width: 25vw;
    border-radius: 15px;
    background-color: rgba(128, 128, 128, 0.281);
}

.playlists {
    /* border: 2px solid green; */
    height: 100%;
    width: 72vw;
    border-radius: 15px;
    background-color: rgba(128, 128, 128, 0.281);
}

.library {
    justify-content: space-between;
    box-sizing: border-box;
    margin: 10px 20px;
}

.info {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 20px;
    font-weight: 530;
}

.plus {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 24px;
    font-weight: 550;
    height: 34px;
    width: 34px;
    border-radius: 60px;
    background-color: rgba(151, 138, 138, 0.281);
    padding-bottom: 2px;
}

.playlists {
    padding: 10px 30px;
    box-sizing: border-box;
    position: relative;
    overflow-y: auto;
    /* height: 90vh; */
}

.title {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 24px;
    font-weight: 550;
    /* margin: 0px 20px; */
}

.songbox {
    /* border: 2px solid green; */
    padding: 10px;
    width: 200px;
    /* height: 250px; */
    box-sizing: border-box;
    border-radius: 24px;
    margin: 20px 10px;

}

.name {
    font-family: sans-serif;
    font-size: 18px;
    font-weight: 530;
}

.composer {
    font-family: sans-serif;
    font-size: 14px;
    /* font-weight: 500; */
    color: rgba(255, 255, 255, 0.425);
}

.playbar {
    position: sticky;
    bottom: 1px;
    background-color: rgba(10, 10, 10, 0.705);
    width: 90%;
    justify-self: center;
    height: 60px;
    border-radius: 18px;
}

.ok li {
    /* list-style: decimal; */
    font-family: cursive;
    font-weight: 550;
    font-size: 12px;
    display: flex;
    gap: 20px;
    margin: 10px 0px;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.438);
    padding: 5px 5px;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
    /* max-height: 90px; */
    overflow: hidden;
    max-height: 80px;

}

.ok {
    padding: 10px 15px;
}


.playnow {
    display: flex;
    justify-content: center;
    align-items: center;
}

.songlist {
    height: 65vh;
    overflow-y: auto;
}

.soundbar {
    width: 95%;
    background-color: white;
    height: 4px;
    border-radius: 20px;
    justify-self: center;
    position: absolute;
    bottom: 8px;
    cursor: pointer;
}

.circle {
    height: 16px;
    width: 16px;
    border-radius: 16px;
    background-color: white;
    position: relative;
    bottom: 7px;
    transition: left 0.5s;
}

.next {
    cursor: pointer;
}

.pre {
    cursor: pointer;
}

.play {
    cursor: pointer;
}

.up {
    justify-content: space-between;
    position: relative;
}

.m {
    margin: 10px;
}

.songname1 {
    margin: 8px 20px;
    width: 20vw;
    overflow: hidden;
    height: 40px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: small;
}

.duration {
    margin: 8px 20px;
    position: absolute;
    top: 0px;
    right: 0px;
}

.hamburger {
    display: none;
    cursor: pointer;
    /* width: 30px; */
    margin: 2px;
    background-color: rgba(128, 128, 128, 0.281);
    border-radius: 28px;
    /* display: flex; */
    align-items: center;
    padding: 10px;
    justify-content: center;
}

.hamburger:hover {
    background-color: rgb(82, 81, 81);
}

.hamburger:active {
    background-color: white;
}

.search {
    display: none;
    width: 40px;
    margin: 2px;
    background-color: rgba(128, 128, 128, 0.281);
    border-radius: 28px;
    /* display: flex; */
    align-items: center;
    padding: 10px;
    justify-content: center;
    height: 6vh;
}

.songs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    height: auto;
}

* {
    box-sizing: border-box;
}

.thumbnail {
    display: flex;
    justify-content: center;
}

.thumbnail img {
    width: 95%;

}

.up {
    display: flex;
}

.volumeControl {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    bottom: -8px;
    right: 28px;
}

.volumeControl img {
    width: 22px;
    cursor: pointer;
}

#volumeBar {
    width: 100px;
    cursor: pointer;
}

@media (max-width: 1100px) {
    .main {
        position: relative;
    }

    .playbar {
        width: 95%;
    }

    .sidebar {
        position: absolute;
        transition-duration: 500ms;
        left: -100%;
        /* background-color: red; */
        z-index: 10;
        background-color: rgb(46, 45, 45);
        width: 96%;
    }

    #volumeBar {
        width: 70px;
        
    }
    .volumeControl {
        position: relative;
        width: 70px;
        bottom: 28px;
        left: 70%;
    }


    .playlists {
        width: 100%;
        box-sizing: border-box;
        overflow-y: auto;
        /* overflow-x: hidden; */
    }

    .searchbox {
        display: none;
    }

    .hamburger {
        display: inline;
    }

    .search {
        display: flex;
    }

    .ndsection {
        display: none;
    }

    .stsection {
        justify-content: space-between;
        width: 100%;
    }

    

    .songbox {
        display: block;
        justify-self: center;
        max-width: 320px;

    }

    .thumbnail {
        display: flex;
        justify-content: center;
    }

    .thumbnail img {
        width: 98%;

    }

    .name {
        font-size: larger;
    }

    .composer {
        font-size: large;
    }

    .playbar {
        height: 100px;
        width: 98%;

    }

    .up {
        display: block;
    }

    .songname1 {
        display: block;
        text-overflow: ellipsis;
        width: unset;

    }

    .controls {
        position: unset;
    }

    .duration {
        top: 16px;
    }
}
@media (max-width : 400px) {
    .volumeControl{
        left: 70%;
        width: 70px;
    }
    .songs {
        display: block;
    }
}