body {
    font-family: 'Montserrat', sans-serif;
    background-color: #000;
    color: #fff;
    overflow: hidden;
}

.main {
    display: flex;
    height: 100vh;
    padding: 0.1rem;
}

.sidebar {
    background-color: black;
    width: 21.25rem;
    border-radius: 0.6rem;
    margin: 0.5rem;
}

.main-content {
    background-color: #121212;
    flex: 1;
    border-radius: 0.6rem;
    overflow: auto;
    padding: 0 1.5rem 0 1.5rem;
}

.music-player {
    background-color: black;
    position: fixed;
    bottom: 0;
    width: 100%;
}

a {
    text-decoration: none;
    color: #fff;
}

.nav {
    background-color: #121212;
    border-radius: 0.8rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 6.87rem;
    padding: 0.25rem 0.3rem;
}

.nav-option {
    line-height: 2.5rem;
    opacity: 0.7;
    margin: 0.3rem 0.7rem;
}

.nav-option:hover {
    opacity: 1;
}

.nav-option i {
    font-size: 20px;
}

.nav-option a {
    font-size: 1rem;
    margin-left: 1rem;
}

.library {
    background-color: #121212;
    border-radius: 0.8rem;
    height: 100%;
    margin-top: 0.5rem;
    padding: 0.25rem 0.3rem;
}

.option {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lib-option img {
    height: 20px;
    width: 20px;
}

.icons {
    font-size: 1.25rem;
    display: flex;
}

.icons i {
    opacity: 0.7;
    margin-right: 1rem;
}

.icons i:hover {
    opacity: 1;
}

.box {
    background-color: #232323;
    height: 8rem;
    border-radius: 0.75rem;
    margin: 0.5rem 0 0.5rem 0;
    padding: 0.75rem 1.75rem;
}

.box-p1 {
    font-size: 1rem;
    font-weight: 500;
}

.box-p2 {
    font-size: 0.75rem;
    opacity: 0.9;
}

.badge {
    border-radius: 100px;
    padding: 0.25rem 1rem;
    font-weight: 700;
    margin-top: 0.5rem;
    height: 2rem;
    width: fit-content;

}

.sticky-nav {
    position: sticky;
    top: 0;
    background-color: #121212;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0 1rem 0;
    z-index: 2;
}

.sticky-nav-icons {
    margin-left: 0.9rem;
}

.sticky-nav-options {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 2rem;
}

.nav-item {
    margin-left: 0.5rem;
}

.dark-badge {
    background-color: black;
    color: #fff;
}

@media(max-width:1000px) {
    .hide {
        display: none;
    }
}

.card {
    background-color: #232323;
    width: 150px;
    border-radius: 0.5rem;
    padding: 1rem;
    margin-left: 1.5rem;
    margin-top: 1rem;
    transition: 0.8s;
}

.card:hover {
    background-color: rgb(76, 74, 74);
}

.card-container {
    display: flex;
    flex-wrap: wrap;
}

.card-img {
    width: 100%;
}

.card-title {
    font-weight: 600;
}

.card-info {
    font-size: 0.85rem;
    opacity: 0.75;
}

.footer {
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.line {
    width: 90%;
    height: 50%;
    border-top: 1px solid white;
    opacity: 0.4;
}

.music-player {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.album {
    width: 25%;
}

.player {
    width: 50%;
}

.controls {
    width: 25%;
}

.player-controls-icons {
    height: 1rem;
    margin-right: 2rem;
    opacity: 0.7;
}

.player-controls {
    display: flex;
    justify-content: center;
    align-items: center;
}

.player-controls-icons:hover {
    opacity: 1;
}

.playback-bar {
    display: flex;
    justify-content: center;
    align-items: center;
}

.progress-bar {
    width: 70%;
    appearance: none;
    background-color: transparent;
    cursor: pointer;
}

.progress-bar::-webkit-slider-runnable-track {
    background-color: #ddd;
    border-radius: 100px;
    height: 0.2rem;
}

.progress-bar::-webkit-slider-thumb {
    appearance: none;
    height: 1rem;
    width: 1rem;
    background-color: #1bd760;
    border-radius: 50%;
    margin-top: -6px;

}

.album {
    display: flex;
}

.card-album {
    height: 60px;
    width: 60px;
    margin: 1rem;
}

.info p {
    display: flex;
    flex-direction: column;
    justify-content: center;

}

.song-name {
    margin-top: 1.8rem;
    margin-bottom: 0;
}

.artist {
    font-size: 10px;
    opacity: 0.7;
    margin-top: 0.3rem;
}

.artist:hover {
    opacity: 1;
    cursor: pointer;
}

.love {
    margin-top: 2.2rem;
    margin-left: 1rem;
    opacity: 0.5;
}

.love:hover {
    opacity: 1;
}

.picture {
    height: 1.5rem;
    margin-top: 1.9rem;
    margin-left: 0.7rem;
    width: 1.6rem;
    opacity: 0.7;
}

.picture:hover {
    opacity: 1;
}

.con {
    opacity: 0.7;
    height: 1.8rem;
    margin-right: 0.9rem;
    margin-top: rem;
}

.vol {
    height: 1.6rem;
}

.fi {
    opacity: 0.9;
}

.con:hover {
    opacity: 1;

}

.controls {
    display: flex;
}

.vol {
    margin-right: 0.2rem;
}

.input::-webkit-slider-runnable-track {
    appearance: none;
    background-color: #ddd;
    border-radius: 100px;
    height: 0.2rem;

}

.input::-webkit-slider-thumb {
    border-radius: 50%;
    margin-top: -8px;
}

.line {
    text-align: center;
}
@media only screen and (max-width: 480px) {
    .sidebar{
        display: none;
    }
    .controls{
        display: none;
    }
    .album{
        display: none;
    }
    .player{
        display: flex;
    }
}
