body{
     font-family: "Montserrat", sans-serif;
     margin: 0;
     background-color: black;
     color: white;
     overflow: hidden;
     height: 100dvh;
    
}

.main{
    display: flex;
    height: 100vh;
    padding: 0.5rem;
}

.sidebar{
    background-color: black;
    width: 340px;
    border-radius: 1rem; /* 1rem = 16px */
    margin-right: 0.5rem;
}

.main-content{
    background-color: #121212;
    flex: 1;
    border-radius: 1rem;
    overflow: auto;
    padding: 0 1.5rem 0 1.5rem;
}

.music-player{
    background-color: black;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 72px;
    
   
}


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;
}
.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-top: 0.5rem;
    padding: 0.5rem 0.75rem;
}
.options{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.lib-options img{
    height: 1.25rem;
    width: 1.25rem;
}

.icons{
    font-size: 1.25rem;
    display: flex;
}

.icons i{
 opacity: 0.7;
    margin: 1rem;
}
.icons i:hover{
 opacity: 1;
    
}
.boxes{
    height: 8rem;
    background-color: #232323;
    border-radius: 0.75rem;
    padding: 0.75rem 1rem;
    margin: 0.75rem 0 1.75rem 0;
}
.box-p1{
    font-size: 1rem;
    font-weight: 700;
}
.box-p2{
    font-size: 0.85rem;
    font-weight: 500;
    opacity: 0.9;
}

.badge{
    background-color: white;
    border: none;
    border-radius: 100px;
    padding: 0.25rem 1rem;
    font-weight: 700;
    margin-top: 0.5rem;
    height: 2rem;
    width: fit-content;
}
.boxess{
    height: 8.5rem;
    background-color: #232323;
    border-radius: 0.75rem;
    padding: 0.75rem 1rem;
    margin: 0.75rem 0 1.75rem 0;
}

.sticky-nav{
    position: sticky;
    top: 0;
    background-color: #121212;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 0 0.75rem 0;
    height: 2rem;
    z-index: 999;
    overflow: visible;
}

.sticky-nav-icons{
    margin: 0.75rem;
}

.sticky-nav-options{
    display: flex;
    justify-content: center;
    align-items: center;
}
.sticky-nav-options button{
    margin: 1rem;
}
.navs{
    margin: 1rem;
}
.dark{
    background-color: black;
    color: white;
    
}
.rew{
    margin-left: 20px;
    opacity: 0.8;
    cursor: pointer;
}
.rew:hover{
    opacity: 1;
    transform: scale(1.05);
}

@media(max-width : 400px){
    .hide{
        display: none;
    }
}

.card{
    border-radius: 0.5rem;
    width: 150px;
    background-color: #1b1b1b;
    padding: 1rem;
    margin-left: 1.5rem;
    margin-top: 1rem;
    cursor: pointer;
    
}
.cards-container{
    
    display: flex;
    flex-wrap: wrap;
   
}
.card-img{
    width: 100%;
    border-radius: 0.5rem;
}
#rt{
    padding: 0.5rem;
}
.card-title{
    font-weight: 600;
}
.card-info{
    font-size: 0.85rem;
    opacity: 0.8;
}
.footer{
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.line {
       width: 90%;
       height: 50%;
       border-top: 1px solid white;
       display: flex;
       justify-content: center;
       opacity: 0.5;
}

.music-player{
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 2;
    
}
.album{
    width: 22%;
    display: flex;
    justify-content: space-between;
    margin-right: 10px;
}
.player{
    width: 48%;
}
.controls{
    width: 27%;
}
.players-control{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 2.7rem;
}
 .player-control-icon{
    height: 0.9rem;
    margin-right: 2rem;
    opacity: 0.7;
    cursor: pointer;
}
.player-control-icon:hover{
    opacity: 1;
    transform: scale(1.02);
} 
.playback_bar{
    display: flex;
    justify-content: space-around;
    align-items: center;
    
    
}
.progress-bar{
    width: 45%;
    appearance: none;
    background-color: transparent;
    cursor: pointer;
    padding: 0;
    
}
.progress-bar::-webkit-slider-runnable-track{
    border-radius: 100px;
    height: 0.25rem;
     background: linear-gradient(
    to right,
    #1bd760 0%,
    #1bd760 calc(var(--value) * 1%),
    #acacac calc(var(--value) * 1%),
    #acacac 100%
     );
    
}
.progress-bar::-webkit-slider-thumb{
     appearance: none;
    height: 0.8rem;
    width: 0.8rem;
    background-color: whitesmoke;
    border-radius: 50%;
    margin-top: -4.7px;
     visibility: hidden;
}
.progress-bar:hover::-webkit-slider-thumb{
    visibility: visible;
}

.song-icon{
    height: 3.2rem;
    width: 3.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding-left: 1rem;
}
.songd{
    display: flex;
    flex-direction: column;
    height: 2.1rem;
    width: 236px;
    margin-left: 0.3rem;
    
}
.song-name{
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 0.95rem;

    
}
.singer{
    font-size: 0.75rem;
    opacity: 0.7;
    margin-top: 0.15rem;
    margin-bottom: 0.4rem;
    
}
.plus-song{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 0.5px;
    cursor: pointer;
    opacity: 0.7;
}
.plus-song img{
    height: 1rem;
    width: 1rem;
}
.curr-time{
    padding-left: 1rem;
    padding-right: 1rem;
    font-variant-numeric: tabular-nums;
    flex-shrink: 0;
    font-feature-settings: "tnum";
}
.tot-time{
    padding-left: 1rem;
}
.control{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 1rem;
   
   
}
.lyrics{
    height: 1.2rem;
    width: 1.2rem;
    opacity: 0.7;
    margin: 0.2rem;
}
.list{
    opacity: 0.7;
    margin: 0.2rem;
}
.list:hover{
    opacity: 1;
    transform: scale(1.1);
}
.lyrics:hover{
     opacity: 1;
    transform: scale(1.1);
}
.device{
    opacity: 0.7;
    height: 1.2rem;
    width: 1.2rem;
    margin: 0.2rem;
}
.device:hover{
     opacity: 1;
    transform: scale(1.1);
}
.miniplayer{
    opacity: 0.7;
    margin: 0.3rem;
}
.miniplayer:hover{
     opacity: 1;
    transform: scale(1.1);
}
.fullscreen{
    opacity:0.7;
    margin: 0.2rem;
}
.fullscreen:hover{
     opacity: 1;
    transform: scale(1.1);
}
.sound{
    opacity: 0.7;
    
}
.soundd{
    display: flex;
    align-items: center;
    justify-content: center;
}
.sound-range{
    width: 70%;
    margin-left: 0.5rem;
    appearance: none;
    background: transparent;
}
.sound:hover{
     opacity: 1;
    transform: scale(1.1);
}
.sound-range::-webkit-slider-runnable-track{
    border-radius: 100px;
    height: 0.25rem;
     background: linear-gradient(
        to right,
        #1bd760 0%,
        #1bd760 calc(var(--vol) * 1%),
        #6a6a6a calc(var(--vol) * 1%),
        #6a6a6a 100%
    );
}
.sound-range::-webkit-slider-thumb{
    appearance: none;
    height: 0.7rem;
    width: 0.7rem;
    background: white;
    border-radius: 50%;
    margin-top: -3px;
    visibility: hidden;
}
.soundd:hover
 .sound-range::-webkit-slider-thumb{
    visibility: visible;

}
.des:hover{
  opacity: 0.8;
   transform: scale(1.008);
   cursor: pointer;
   
}

.darkk{
    opacity: 0.8;
    display: inline-block;
}
.darkk:hover{
     opacity: 1;
     transform: scale(1.008);
    
}
.aas{
    opacity: 0.7;
    transform: none;
}
.users{
    opacity: 0.8;
}
.users:hover{
     opacity: 1;
    transform: scale(1.07);
    cursor: pointer;
}
.dark:hover{
    cursor: pointer;
}
.song-name:hover{
    text-decoration-line: underline;
    cursor: pointer;
}
.singer:hover{
    opacity: 1;
    text-decoration-line: underline;
    cursor: pointer;
}
.plus-song:hover{
    opacity: 1;
    transform: scale(1.02);
}
.dd:hover{
   cursor: pointer;
}
.card:hover{
    background-color: #2a2a2a;
    
}
.card-title:hover{
    text-decoration: underline;
}
.card-info:hover{
    text-decoration: underline;
}

.play{
    height: 5rem;
    width: 5rem;
    z-index: 2;
    position: absolute;
    top: 5rem;
    left: 4.9rem;
    opacity: 0;
    transform: translateY(0.4rem);
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.freds{
    position: relative;
}
.card:hover .play{
    opacity: 1;
    transform: translateY(0);
}
.playback-bar{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.2rem;
    padding-left: 1rem;
    padding-right: 1rem;
}
 .player-control-iconn{
    margin-right: 2.2rem;
    cursor: pointer;
    opacity: 1;
    height: 1.6rem;
 }
  .seds{
    transform: scale(1.3);
 } 

 #Request{
    margin-top: 30px;
 }

 @media(max-width : 500px){
    .hidee{
        display: none;
    }
}
@media(max-width : 500px){
    .player{
        width: 80%;
    }
}
@media(max-width : 500px){
    .card{
        width: 90px;
    }
}

.repeat-active {
    transform: scale(1.02);
    transition: transform 0.15s ease, filter 0.2s ease;
    color: #1bd760;
}
 .shuffbtn-active {
    transform: scale(1.02);
    transition: transform 0.15s ease, filter 0.2s ease;
    color: #1bd760;
}
.mobile-view {
display: none;
}
@media (max-width:480px){
    .main , .music-player{
        display: none;
    }
    .mobile-view {
    display: none;
}
@media (max-width: 480px) {
    .main, .music-player {
        display: none;
    }
    .mobile-view {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 100vh;
        background-color: #121212;
        padding: 2rem 1.5rem;
        box-sizing: border-box;
    }
    .mobile-card {
        background-color: #1a1a1a;
        border: 1px solid #2a2a2a;
        border-radius: 1.5rem;
        padding: 2.5rem 2rem;
        text-align: center;
        max-width: 340px;
        width: 100%;
    }
    .mobile-logo-img {
        width: 70px;
        height: 70px;
        border-radius: 50%;
    }
    .mobile-title {
        font-size: 2rem;
        font-weight: 800;
        color: #1bd760;
        margin: 0.75rem 0 0.25rem;
        font-family: "Montserrat", sans-serif;
    }
    .mobile-subtitle {
        font-size: 0.85rem;
        color: rgba(255,255,255,0.4);
        margin: 0 0 1.5rem;
        letter-spacing: 2px;
        text-transform: uppercase;
    }
    .mobile-divider {
        width: 40px;
        height: 3px;
        background-color: #1bd760;
        border-radius: 100px;
        margin: 0 auto 1.5rem;
    }
    .mobile-msg {
        font-size: 0.85rem;
        color: rgba(255,255,255,0.6);
        line-height: 1.7;
        margin: 0 0 1.75rem;
    }
    .mobile-highlight {
        color: #1bd760;
        font-weight: 700;
    }
    .mobile-steps {
        display: flex;
        flex-direction: column;
        gap: 0.85rem;
        margin-bottom: 1.75rem;
        text-align: left;
    }
    .mobile-step {
        display: flex;
        align-items: center;
        gap: 0.85rem;
        font-size: 0.85rem;
        color: rgba(255,255,255,0.7);
    }
    .mobile-step-num {
        background-color: #1bd760;
        color: #121212;
        font-weight: 800;
        font-size: 0.75rem;
        width: 26px;
        height: 26px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }
    .mobile-footer {
        font-size: 0.78rem;
        color: rgba(255,255,255,0.3);
        margin: 0;
        border-top: 1px solid #2a2a2a;
        padding-top: 1.25rem;
    }
}
}
#resd {
     border: solid rgb(45, 45, 45) 5px;
     background-color: #121212;
     padding: 10px;
}

.premium-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
  align-items: center;
  justify-content: center;
  animation: overlayFadeIn 0.2s ease;
}
.premium-overlay.active {
  display: flex;
}
@keyframes overlayFadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.main.blurred,
.music-player.blurred {
  filter: blur(5px);
  pointer-events: none;
  user-select: none;
  transition: filter 0.25s ease;
}
.premium-banner {
  background: linear-gradient(145deg, #1a1a1a, #121212);
  border: 1px solid #2a2a2a;
  border-radius: 1rem;
  padding: 2rem 2.5rem;
  width: 360px;
  max-width: 90vw;
  text-align: center;
  position: relative;
  animation: bannerSlideUp 0.25s ease;
}
@keyframes bannerSlideUp {
  from { transform: translateY(20px); opacity: 0; }
  to   { transform: translateY(0);    opacity: 1; }
}
.premium-close {
  position: absolute;
  top: 14px; right: 16px;
  background: none;
  border: none;
  color: rgba(255,255,255,0.4);
  font-size: 1rem;
  cursor: pointer;
}
.premium-close:hover { color: white; }
.premium-title {
  font-size: 1.3rem; font-weight: 700;
  margin: 0 0 0.6rem; color: white;
}
.premium-msg {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.65);
  line-height: 1.6; margin: 0 0 1.25rem;
}
.premium-pill-row {
  display: flex; justify-content: center;
  gap: 0.5rem; flex-wrap: wrap;
  margin-bottom: 1.5rem;
}
.premium-pill {
  background-color: #2a2a2a;
  color: rgba(255,255,255,0.8);
  font-size: 0.75rem;
  padding: 0.3rem 0.75rem;
  border-radius: 100px; font-weight: 500;
}
.premium-notify-btn {
  background-color: #c0ff74;
  color: black; border: none;
  border-radius: 100px;
  padding: 0.65rem 2rem;
  font-size: 0.9rem; font-weight: 700;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  width: 100%;
}
.premium-notify-btn:hover { opacity: 0.88; transform: scale(1.02); }

.tooltip-wrap {
    position: relative;
}
.tooltip-msg {
    visibility: hidden;
    opacity: 0;
    background-color: #2a2a2a;
    color: white;
    font-size: 0.75rem;
    font-family: "Montserrat", sans-serif;
    padding: 6px 12px;
    border-radius: 6px;
    white-space: nowrap;
    position: absolute;
    top: 130%;
    left: 50%;
    transform: translateX(-50%);
    transition: opacity 0.2s ease;
    z-index: 999;
    pointer-events: none;
}
.tooltip-wrap:hover .tooltip-msg {
    visibility: visible;
    opacity: 1;
}
.tooltip-msg.tooltip-visible {
    visibility: visible;
    opacity: 1;
}
.req-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999;
    align-items: center;
    justify-content: center;
    animation: overlayFadeIn 0.2s ease;
}
.req-overlay.active {
    display: flex;
}
.req-banner {
    background: #1a1a1a;
    border: 1px solid #2a2a2a;
    border-radius: 1rem;
    padding: 2rem 2.5rem;
    width: 320px;
    max-width: 90vw;
    text-align: center;
    position: relative;
    animation: bannerSlideUp 0.25s ease;
}
.req-icon {
    background-color: #1bd760;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
}
.req-icon i {
    color: black;
    font-size: 1.1rem;
}
.req-title {
    color: white;
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0 0 4px;
}
.req-sub {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.8rem;
    margin: 0 0 1.2rem;
}
.req-input {
    width: 100%;
    box-sizing: border-box;
    background: #2a2a2a;
    border: 1px solid #3a3a3a;
    border-radius: 0.5rem;
    padding: 10px 14px;
    color: white;
    font-family: "Montserrat", sans-serif;
    font-size: 0.85rem;
    margin-bottom: 10px;
}
.req-input:focus {
    outline: none;
    border-color: #1bd760;
}
.req-submit {
    width: 100%;
    background: #1bd760;
    color: black;
    border: none;
    border-radius: 100px;
    padding: 0.65rem;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    font-size: 0.9rem;
    cursor: pointer;
    margin-top: 4px;
    transition: opacity 0.15s;
}
.req-submit:hover {
    opacity: 0.85;
}
.req-msg {
    font-size: 0.8rem;
    margin-top: 10px;
    min-height: 1rem;
    font-family: "Montserrat", sans-serif;
}
#request {
    margin-left: 78px;
    margin-top: 20px;
}
@media(max-width:1024px) {
    #Request {
        display: none;
    }
}
@media(min-width:1024px){
    #request {
        display: none;
    }
}
