.main {
    font-family: 'Montserrat',sans-serif;
    margin: 0;
    color: white;
    background-color: black;
    overflow: hidden;
}

.main {
    display: flex;
    height: 100vh;
    padding: 0.5rem 0.5rem;
}

.sidebar {
    background-color: #000;
    width: 340px;
    border-radius: 1rem;  
    margin-right: 0.45rem;
}
a {
    text-decoration: none;
    color: white;
}


.nav {
    background-color: #121212;
    border-radius: 1rem;  
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100px;
    padding: 0.5rem 0.75rem;
}

.nav-option {
    line-height: 2.5rem;
    opacity: 0.7;
    padding: 0.5rem 0.75rem;
    transition-duration: 0.2s;
}

.main-content {
    background-color: #121212;
    flex: 1;
    overflow: auto;
    border-radius: 1rem; 
    padding-left: 1rem;
    padding-right: 1rem;
}

.music-player {
    background-color: black;
    width: 100vw;
    position: fixed;
    bottom: 0;
    height: 66px;
}

.nav option i {
    font-size: 1.25rem;
    
}

.nav-option:hover {
    opacity: 1;
}

.nav-option a {
    font-size: 1rem;
    margin-left: 1rem;

}

.library {
    background-color: #121212;
    border-radius: 1rem ;
    height: 100vh;
}

.options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.5rem;
    padding: 0.5rem 0.75rem;
}

.icons i{
    opacity: 0.7;
    transition-duration: 0.2s;
}
.icons i:hover {
    opacity: 1;
}

.icons i {
    font-size: 1.25rem;  
    margin-right:1rem ;
}

.lib-options img {
    font-size: 1.25rem;
    width: 1.25rem;
}

.lib-boxes .box {
    background-color: #232323;
    height: 8rem;
    border-radius: 0.75rem;
    margin: 0.5rem 0.25rem 1.25rem 0.25rem;
    padding: 1rem 1.25rem;
}


.lib-options a {
    font-weight: 600;
}
.box-p1 {
    font-size: 1rem;
    font-weight: 700;
}

.box-p2 {
    font-size: 0.85rem;
    opacity: 0.8;
    margin-top: 0.5rem;
}

.badge {
    padding: 4px 16px;
    border-radius: 4rem;
    font-weight: 700;
    margin-top: 1.5rem;
    height: 2rem;
    border-width: 0;
}


.main_nav {
    background-color: #121212;
    width: 100%;
    position: sticky;
    top: 0px;
    overflow: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 3rem;
    z-index: 1;
}

.main_nav .badge {
    margin: 0;
    margin-top: 0.5rem;
    height: 2.25rem;
    border-width: 0;
}

.main_nav .badge2 {
    color: white;
    background-color: black;
    border-color: #000;
}

.main_nav .main_icons img {
    margin-left: 0.75rem;
}


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

.main_user .main_item {
    margin-right: 1.5rem;
}

.main_profile {
    border-radius: 50%;
    height: 2rem;
    width: 2rem;
    background-color: #121212;
    color: white;
    border-width: 0;
}


@media (max-width:1000px) {
    .main_icons .foward {
        display: none;
    }

    .main_user .badge1 {
        display: none;
    }
}


.card {
    background-color: #121212;
    width: 150px;
    border-radius: 0.5rem;
    padding: 1rem;
    margin-left: 1.5rem;
    margin-top: 1rem;
    transition-duration: 0.5ms;
    transition-timing-function: linear;
}

.card:hover {
    background-color:#232323;
}

.card-container {
    display: flex;
}

.card .card_img {
    width: 100%;
    border-radius: 0.5rem;
}

.card .card_title {
    font-weight: 500;
}

.card .card_info {
    opacity: 0.8;
    font-size: 0.85rem;
}

.card_container_two {
    display: flex;
    flex-wrap: wrap;
}


.card_container_three {
    display: flex;
}

.card_container_four {
    display: flex;
    flex-wrap: wrap;
}

.footer {
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.line {
    height: 30%;
    width: 90%;
    border-top: 1px solid white;
    opacity: 0.4;
}


.music-player {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1rem;
    padding-right: 0.25rem;
}

.album {
    width: 25%;
}

.player{
    width: 50%;
} 


.controls {
    width: 25%;
}

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

.player_control_icon {
    height: 1rem;
    margin-left: 1.75rem;
    opacity: 0.7;
}

.player_control_icon:hover {
    opacity: 1;
}

.play_icon {
    opacity: 1;
    height: 2rem;
}


.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.25rem;
}

.progress_bar::-webkit-slider-thumb {
    appearance: none;
    height: 1rem;
    width: 1rem;
    background-color: #1bd760;
    border-radius: 50%;
    margin-top: -6px;
}

.album {
    display: flex;
    margin-bottom: 0.5rem;
    padding: 0.5rem;
}

.album .album_img {
    height: 3rem;
    margin-top: 0rem;
    margin-left: 1rem;
    border-radius: 0.15rem;
    position: relative;
    bottom: 0.25rem;
}

.album_title {
    font-weight: 600;
}

.album_details {
    align-items: center;
    margin-top: 0.25rem;
}

.album_info {
    opacity: 0.7;
    font-size: 0.8rem;
}

.album_details p {
    margin: 0;
    position: relative;
    left: 1rem;

} 

.album_icons {
    display: flex;
    justify-content: end;
    align-items: center;
    position: relative;
    left: 1.5rem;
    top: -0.5rem;
}

.album_icons img {
    height: 1.75rem;
    width: 1.75rem;
    margin-left: 0.5rem;
    opacity: 0.7;
}

.album_icons img:hover {
    opacity: 1;
    height: 2rem;
    width: 2rem;
}

.controls {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.75rem;
}

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

.control_options img {
    height: 1.5rem;
    width: 1.5rem;
    padding-right: 0.25rem;
    opacity: 0.7;
}

.control_options .control_icons:hover {
    opacity: 1;
    color: #ffff;
}

img.pad_icons {
    height: 1.85rem;
    width: 1.85rem;
    size: 1.85rem;
    opacity: 0.9;
}

img.pad_icons:hover {
    opacity: 5;
}