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

}

.main {
    display: flex;
    height: 100vh;
}

.sidebar {
    background-color: black;
    width: 340px;
    border-radius: 1rem;
}

.main-content {
    background-color: #121212; 
    background-image: linear-gradient(#212121, #121212);
    flex: 1; 
    border-radius: 1rem;
    overflow: auto;
    margin: 0.5rem 0.5rem 0 0;
    padding: 0 1.5rem 0 1.5rem ;
}

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

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

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

.nav-option {
    line-height: 2.5rem;
    opacity: 0.6 ;
    padding: 0.5rem 0.75rem;
}

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

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

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

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

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

.option img {
    width: 1.25rem;
    height: 1.25rem;
}

.icon {
    font-size: 1.25rem;
    display: flex;
}

.icon i {
    opacity: 0.6;
    margin-right: 1rem;
}

.icon i:hover {
    opacity: 1;
}

.box {
    height: 8rem;
    background-color: #232323;
    border-radius: 0.75rem;
    margin: 0.75rem 0 1.75rem 0;
    padding: 0.5rem 1.25rem;
}

.box-2 {
    height: 10.3rem;
}

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

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

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

.badge:hover {
    transform: scale(1.05);
}

.dark-badge {
    background-color: #131313;
    color: #fff;
} 

.sticky-nav {
    position: sticky;
    top: 0;
    background-color: transparent;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0 1rem 0;
    z-index: 10;
}

.sticky-nav-icons {
    margin-left: 0.75rem;
}

.sticky-nav-icons .for-bak {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sticky-nav-icons .for-bak .for,
.sticky-nav-icons .for-bak .bak {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #131313;
    border-radius: 50%;
    padding: 0.4rem;
    margin: 0.3rem;
}

.sticky-nav-icons .for-bak .for img,
.sticky-nav-icons .for-bak .bak img {
    width: 20px;
    height: 20px;
}

.sticky-nav-icons .for-bak .for:hover,
.sticky-nav-icons .for-bak .bak:hover {
    cursor: not-allowed;
}

.sticky-nav-option {
    display: flex;
    justify-content: center;
    align-items: center;
}  

.nav-item {
    margin-right: 1rem;
}

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

.main-content h2 {
    padding-left: 25px;
}

.main-content .cards-container .card .artist {
    border-radius: 50%;
}

.mainmain {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 70px;
}

.mainmain span {
    font-size: 0.9rem;
    opacity: 0.6;
}

.mainmain span:hover{
    text-decoration: underline;
    text-decoration-thickness: 1.5px;
}

.card {
    background-color: #242424;
    width: 155px;
    border-radius: 0.5rem;
    padding: 1rem;
    margin-left: 1.5rem;
    margin-bottom: 1.5rem;
}

.card:hover {
    background-color: #313131;
    transition: 0.3s;
}

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

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

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

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

.footer {
    height: 240px;
    display: flex;
    justify-content: center;
    padding: 5rem 3rem 2rem 3rem;
}

.line {
    width: 93%;
    height: 40%;
    border-top: 1px solid #fff;
    opacity: 0.1;
    margin-left: 48px;
}

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

.album {
    width: 25%;
}

.player {
    width: 50%;
}

.controls {
    width: 25%;
}

.player-control-icon {
    height: 1rem;
    margin-right: 2rem;
    opacity: 0.6;
}

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

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

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

.playback-bar span {
    margin-top: 0.7rem;
}

.playback-bar span:nth-child(1){
    margin-right: 8px;
    font-size: 0.8rem;
    opacity: 0.6;
}

.playback-bar span:nth-child(3){
    margin-left: 8px;
    font-size: 0.8rem;
    opacity: 0.6;
}

.progress-bar {
    -webkit-appearance: none;
    appearance: none;
    width: 70%;
    height: 4px;
    background: transparent;
    outline: none;
    margin-top: 0.8rem;
}

.progress-bar::-webkit-slider-runnable-track {
    background: linear-gradient(to right, #1db954 0%, #1db954 50%, #535353 50%, #535353 100%);
    border-radius: 2px;
    height: 3px;
}


.progress-bar::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
    margin-top: -4px;
}

.album {
    display: flex;
    align-items: center;
    padding: 1rem;
}

.album .album-img {
    width: 55px;
    height: 55px;
    margin-right: 1rem;
    border-radius: 5px;
}

.album .texts p:nth-of-type(1) {
    font-weight: 700;
    font-size: 0.8rem;
}

.album .texts p:nth-of-type(2) {
    margin-top: -.7rem;
    font-size: 0.65rem;
    opacity: .6;
}

.album .icons {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 1rem;
}

.album .icons .icons-hover {
    opacity: 0.6;
    transition-delay: 0.2s;
}

.album .icons img {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 1rem;
}

.album .icons .icons-hover:hover{
    opacity: 1;
}

.album .icons img:nth-of-type(1) {
    opacity: 0.6;
}

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

.controls img:nth-of-type(1){
    width: 2rem;
    height: 2.5rem;
}

.controls img:nth-of-type(2){
    width: 2.2rem;
    height: 3rem;
}

.controls img:nth-of-type(3){
    width: 1.6rem;
    height: 1.6rem;
    opacity: 0.45;
}

.controls img:nth-of-type(4){
    width: 1.4rem;
    height: 1.2em;
    opacity: 0.45;
    margin-left: 15px;
}

.controls img:nth-of-type(5){
    width: 2rem;
    height: 2.8rem;
}

.controls img{
    margin: 0 .3rem;
    opacity: 0.6;
}

.controls img:hover{
    opacity: 1;
}

.controls .bar2 {
    margin-bottom: 0.8rem;
}

.controls .bar2::-webkit-slider-runnable-track {
    background: #fff;
    border-radius: 2px;
    height: 3px;
}

.controls .bar2::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
}

.footer .details .detailsmore {
    display: flex;
    justify-content: space-between;
    width: 55%;
    flex-wrap: wrap;
}

.footer .details {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.footer .details p {
    font-weight: 700;
    font-size: 1rem;
}

.footer .details ul {
    list-style: none;
    padding: 0;
}

.footer .details ul li {
    margin-bottom: 1rem;
}

.detailsmore ul li {
    opacity: 0.6;
}

.detailsmore ul li:hover {
    opacity: 1;
    text-decoration: underline;
    text-decoration-thickness: 1px;
}

.footer-info {
    height: 150px;
    display: flex;
    justify-content: space-between;
    padding: 0rem 3rem 2rem 3rem;
    padding-top: 40px;
}

.footer-info .first-info {
    width: 55%;
    display: flex;
    justify-content: space-between;
    font-size: 0.8rem;
    font-weight: 500;
    flex-wrap: wrap;
}

.footer-info .first-info a {
    opacity: 0.6;
}

.footer-info .first-info a:hover{
    opacity: 1;
}

.footer-info .second-info {
    display: flex;
    justify-content: flex-end;
    opacity: 0.6;
    font-size: 0.85rem;
    font-weight: 500;
    cursor: auto;
    flex-wrap: wrap;
}

.social-icons {
    display: flex;
    justify-content: space-between;
    width: 150px;
    flex-wrap: wrap;

}

.social-icons .insta {
    width: 2.5rem;
    height: 2.5rem;
    background-color: #232323;
    border-radius: 50%;
}

.social-icons .insta:hover {
    background-color: #535353;
    transition: 0.3s;
}

.social-icons .twi {
    width: 2.5rem;
    height: 2.5rem;
    background-color: #232323;
    border-radius: 50%;
}

.social-icons .twi:hover {
    background-color: #535353;
    transition: 0.3s;
}

.social-icons .fb {
    width: 2.5rem;
    height: 2.5rem;
    background-color: #232323;
    border-radius: 50%;
}

.social-icons .fb:hover {
    background-color: #535353;
    transition: 0.3s;
}

.social-icons div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    background-color: #232323;
    border-radius: 50%;
}

.social-icons i {
    color: white;
}
