body{
    font-family: "Montserrat", sans-serif;
    background-color: black;
    color: white;
    margin:0;
    overflow:hidden;
}
.main
{
    display: flex;
    height: 100vh;
    padding: 0.5rem;
}
.sidebar
{
    width: 340px;
    border-radius: 1rem;
    margin-right:0.5rem;
}
.maincontent
{
    background-color: #121212;
    flex:1;
    overflow:auto;
    border-radius:1rem;
    padding:0rem 1.5rem 0rem 1.5rem;
}
.music-player
{
    position:fixed;
    height:72px;
    bottom:0;
    width:100%;
    background-color: rgb(0, 0, 0);
    display:flex;
    justify-content: center;
    align-items: center;
}
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 i
{
    font-size:1.25rem;
    background-color: #121212;
}
.nav-option a
{
    font-size: 1rem;
    margin-left: 1rem;
    color:white;
    background-color: #121212;
}
.nav-option
{
    padding:0.5rem 0.75rem;
    opacity:0.75;
    background-color: #121212;
}
.nav
{
    opacity: 1;
}
.nav-option:hover
{
opacity:1;
cursor:pointer;
}
.library
{
    background-color: #121212;
    border-radius: 1rem;
    height: 100%;
    margin-top: 0.75rem;
    padding:0.5rem 0.75rem;
}
.lib-option
{
    display:flex;
    background-color: #121212;
}
.lib-option img
{
    background-color: #121212;
    height:1.25rem;
    width: 1.25rem;
}
.icons
{
    display:flex;
    background-color: #121212;
}
.icons i
{
    opacity: 0.7;
    margin-right: 1rem;
}
.icons i:hover
{
    opacity:1;
}
.options
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #121212;
}
.box
{
    background-color: #232323;
    height: 9rem;
    border-radius: 0.75rem;
    margin: 0.75rem 0rem 1.75rem 0rem;
    padding: 0.75rem 1rem;
    margin-bottom:0.5rem;
}
.box-p1
{
    font-weight: 700;
    font-size: 1rem ;
    background-color: #232323;
}
.box-p2
{
    font-size:0.85rem;
    opacity:0.9;
    background-color: #232323;
}
.badge
{
    background-color: #fff;
    color:black;
    border: none;
    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;
    display:flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0rem 1rem 0rem;
    z-index: 10;
}
.sticky-nav-icons
{
    margin-left: 0.75rem;
    opacity:0.7
}
.sticky-nav-icons:hover
{
    opacity:1;
}
.stick-nav-options
{
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav-item
{
    margin-right: 1rem;
}
.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;
}
.card-container
{
    display:flex;
    flex-wrap: wrap;
}
.card-img
{
    border-radius: 0.5rem;
    width:100%;
}
.card-title
{
    font-weight: 600;
}
.cardinfo
{
    font-size: 0.85rem;
    opacity:0.8;
}
.footer
{
    height:300px;
    display:flex;
    justify-content:center;
    align-items: center;
}
.line
{
    width:90%;
    height:45%;
    border-top: 1px solid white;
    opacity:0.4    
}
.album
{
    width:25%;
    background-color:black;
}
.player
{
    width:50%;
    background-color: black;
}
.controls
{
    width:25%;
    background-color:black;
}
.player-controls
{
    display:flex;
    justify-content: center;
    align-items: center;
}
.player-control-icon
{
    height: 1rem;
    margin-right:1.5rem;
    opacity: 0.7;
}
.player-control-icon: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: 14px;
    width: 14px;
    border-radius: 50%;
    background-color: #1bd760;
    margin-top:-6px;
}
.album
{
    display: flex;
    align-items: center;
    background-color: black;
    margin-left:1rem;
}
.song-artist-name
{
    display:flex;
    flex-direction: column;
    margin-left:1rem;
    justify-content: center;
    align-items: center
    padding:0.5rem;
}
.plus
{
    margin-left: 1rem;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.song-name
{
    margin-bottom:0.25rem
}
.song-name:hover  
{
    text-decoration: underline;
    cursor:pointer;
}
.artist-name:hover  
{
    text-decoration: underline;
    opacity:1;
    cursor:pointer;
}
.control-icon  
{
opacity:0.7;
}
.control-icon:hover  
{
    opacity:1;
    cursor:pointer;
}
.controls
{
    display:flex;
    justify-content: left;
    align-items: center;;
}
.controls img
{
    width:1.7rem;
    height:2.4rem;
    padding:0.2rem;
}
.controls img:hover
{
    opacity: 1;
}
.bar 
{
    width:30%;
    margin-right:0.7rem;
}
.bar::-webkit-slider-thumb
{
    height:10px;
    width:10px;
    margin-top:-4.7px;
}
.fa-solid fa-expand:hover
{
    opacity:1;
}
.card:hover {
    box-shadow: 0 6.5px 6.5px 0 rgba(235, 232, 232, 0.1);
    transition: transform 0rgba(84, 78, 78, 0.1)s ease;
    cursor: pointer;
}
