body {
    font-family: "Montserrat", sans-serif;
    margin: 0;
    background-color: #000;
    color: #fff;
    overflow: hidden;
}

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

.sidebar {
    width: 20rem;
}

.main-content {
    background: linear-gradient(160deg, #232323, #121212, #000000);
    flex: 1;
    border-radius: 0.5rem;
    overflow: auto;
    padding: 0 0.5rem 0.5rem;
}

.music-player {
    background-color: #000;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 9%;
}

a {
    text-decoration: none;
    color: #fff;
}

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

.nav-option {
    line-height: 1.75rem;
    opacity: 0.75;
    padding: 0.4rem 0.8rem;
}

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

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

.nav-option a {
    font-size: 1rem;
    padding-left: 1rem;
    font-weight: 500;
}

.library {
    background-color: #121212;
    border-radius: 0.5rem;
    padding: 0.5rem;
    margin: 0.5rem 0.5rem 0 0;
    height: 100%;
}

.options {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

.lib-icons {
    font-size: 1.20rem;
}

.lib-icons i {
    margin: 0 0.5rem;
    opacity: 0.75;
}

.lib-icons i:hover {
    opacity: 1;
}

.box {
    background-color: #232323;
    margin: 0.75rem 0;
    padding: 1rem 1.5rem;
    border-radius: 0.5rem;
}

.box-p1 {
    font-size: 1rem;
    font-weight: 500;
}

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

.badge {
    background-color: #fff;
    border: none;
    border-radius: 100px;
    padding: 0.25rem 1rem;
    font-weight: 700;
    margin-top: 0.25rem;
    height: 2rem;
    width: fit-content;
}

.sticky-nav {
    position: sticky;
    top: 0;
    background: linear-gradient(90deg, rgba(35, 35, 35, 1), rgba(18, 18, 18, 1));
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.5rem;
    padding: 0.5rem 1rem;
    z-index: 1000;
}

.sticky-nav-icons, .sticky-nav-options, .sticky-nav-btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sticky-nav-icons img {
    height: 1rem;
    width: 1rem;
    padding: 0.5rem;
    background-color: rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    margin-right: 0.5rem;
}

.sticky-nav-icons img:hover {
    background-color: #000;
}

.sticky-nav-btns button{
    margin-left: 0.5rem;
    background-color: #121212;
    color: #ffffff;
}

.sticky-nav-btns button:hover{
    background-color: #fff;
    color: #000;
    font-weight: 600;
}

.sticky-nav-options .badge {
    margin-right: 1rem;
}

.dark-badge {
    background-color: #000;
    color: #ffffff;
}

.dark-badge i {
    font-size: 1rem;
    margin-right: 5px;
}
.sticky-nav-options > i {
    font-size: 1rem;
    background-color: #000;
    padding: 0.5rem;
    border-radius: 50%;
}

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

.cards {
    padding: 0.5rem;
}

.cards-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cards-heading a {
    font-size: 0.75rem;
}

.cards-container {
    display: flex;
    flex-wrap: wrap;
}

.card {
    width: 10rem;
    background-color: #232323;
    padding: 0.5rem 0.5rem 0 0.5rem;
    border-radius: 0.5rem;
    line-height: 0.5;
    margin: 0.5rem;
}

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

.card-title {
    font-weight: 700;
}

.card-info {
    font-size: 0.75rem;
    opacity: 0.75;
    line-height: 2;
}

.main-footer {
    padding: 0.5rem 1rem;
}

.footer-div {
    height: 400px;
    width: 100%;
    padding-top: 40px;
}

.footer-top-section{
    height: 250px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.div-footer {
    margin: 0 0.5rem ;
    font-size: 0.9rem;
    display: flex;
    flex-direction: column;
}

.div-footer a {
    opacity: 0.75;
    line-height: 30px;
}

.div-footer p {
    font-weight: 700;
    opacity: 1;
}

.footer-one {
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
    margin-top: 0.5rem;
}

.footer-one a {
    height: 2.75em;
    width: 2.75rem;
    background-color: #232323;
    margin-left: 1rem;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-one i {
    font-size: 1.25rem;
}

.footer-container {
    margin-top: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.75rem;
}

.anchors {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-container a {
    margin-right: 20px;
}

.footer-container p {
    margin-right: 20px;
}

.music-player {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.album {
    width: 25%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.album img {
    height: 3rem;
    width: 3rem;
    background-size: cover;
}

.song-info {
    line-height: 0.25rem;
}
.song-title {
    font-size: 0.8rem;
}

.singer {
    font-size: 0.6rem;
    opacity: 0.75;
}

.album i {
    font-size: 0.75rem;
    opacity: 0.75;
}

.album i:hover {
    opacity: 1;
}

.player {
    width: 50%;
    padding: 0.25rem 5rem;
}

.controls {
    width: 25%;
    padding: 0 2rem;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    font-size: 0.75rem;
}

.controls i {
    padding: 0 0.4rem;
    opacity: 0.75;
}

.controls i:hover {
    opacity: 1;
}

.music-volume {
    width: 20%;
}

.player-controls {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 0.25rem 5rem;
}

.player-control-icon {
    height: 0.7rem;
    width: 0.7rem;
    color: white;
    opacity: 0.75;
}

.player-control-icon:hover {
    opacity: 1;
}

.turn-onoff-btn {
    height: 1.5em;
    width: 1.5em;
    opacity: 1;
}

.playback-bar {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.progress-bar {
    width: 80%;
    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: 0.75rem;
    width: 0.75rem;
    background-color: #1bd760;
    border-radius: 50%;
    margin-top: -4px;
}
.curr-time {
    font-size: 0.7rem;
    padding: 0 0.5rem;
}

.total-time {
    font-size: 0.7rem;
    padding: 0 0.5rem;
}