


body {
    font-family: "Montserrat", sans-serif;
    /* font-family:var(--fallback-fonts,sans-serif); */
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
    margin: 0;
    color: #fff;   
    background-color: #000;

    padding: 0.5rem 0.5rem;
    
}

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

}

.sidebar {
    background-color:#000;
    width:310px;
    border-radius: 0.5rem;
    margin-right: 0.5rem;
    
    
}

.main-contant {
    transform: translateX();
    background-color:#121212;
    flex: 1;
    border-radius: 0.5rem;
        /* 16 px */;
    overflow: auto;
    padding: 0 1.27rem 0 1.27rem;
    bottom:0;
    margin-bottom: -100px;
    /* padding: 0.5rem; */

    
}

a {
    text-decoration: none;
    color: white;
}

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

.nav-option {
    /* height: 40px; */
    line-height: 2.0rem;
    opacity: 0.7;
    padding: 0.5rem 0.75rem;
}

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

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

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

.library {
    background-color: #121212;
    border-radius: 0.5rem;
    height: 100%;
    margin-top: 0.3rem;
    /* padding: 8px 12px 8px 12px; */
    padding: 0.5rem 0.75rem;

}

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

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

.icon {
    font-size: 1.1rem;
    letter-spacing: 0.7rem;
    opacity: 0.5;
}
.icon:hover {
    opacity: 1;
}

.lib-box .box{
    padding: 0.5rem 1.25rem;
    background-color:#222222;
    border-radius: 0.5rem;
    height: 8.75rem;
    margin-top: 0.75rem;
    margin-bottom: 1.5rem;
    
}
.lib-box .box-p1{
    /* padding: 0 0 0.4rem 0 ; */
    font-weight: 600;
    font-size: 1rem
}
.lib-box .box-p2{
    /* padding: 1rem 0 0 0; */
    opacity: 0.8;
    font-size: 0.9rem;
}
.lib-box .badge{
    /* margin:0.rem  0 0 0 ; */
    padding:0.5rem 0.7rem 0.5rem 0.7rem;
    /* height: 1.8rem; */
    border: none;
    border-radius: 1.563rem;
    font-size: 0.85rem;
    background-color: white;
    font-weight: 600;
    width: fit-content;
    /* margin-bottom: 0.5rem; */

}
.btn{
        /* margin:0.rem  0 0 0 ; */
        padding:0.5rem 0.8rem 0.5rem 0.8rem;
        /* height: 1.8rem; */
        border: none;
        border-radius: 1.563rem;
        font-size: 0.85rem;
        background-color: white;
        font-weight:600;
        width: fit-content;
        /* margin-bottom: 0.5rem; */
}
.dark-btn{
    background-color: #000;
    color: white;
    font-size: 0.86rem;
    transition:0.1s;
}
.dark-btn:hover{
    transform: scale(1);
    font-size: 0.86rem;
    transition:0.1s;
}
.btn:hover{
    transform: scale(1.1);

}

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

    
}
.nav-icon{
    margin-left: 0.75rem;
}
.sticky-nav-option{
    display: flex;
    justify-content: center;
    align-items: center;
}
.sticky-nav-option button{
    margin-right:0.75rem ;
}
.sticky-nav-icon{
    display: flex;
    justify-content: center;
    align-items: center;
}
.sticky-nav-icon i{
    margin:0.75rem;
    opacity: 0.7;
}
.sticky-nav-icon i:hover{
    opacity: 1;
}

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

.card{
    
    background-color: #222222;
    width: 150px;
    border-radius: 0.5rem;
    padding: 1rem;
    /* margin-left: 0.7rem; */
    /* transform: translateX(10px); */
    margin-top:1rem ;   

    
}

.card-container{
    display: flex;
    flex-wrap: wrap;
    column-gap:10px;
    /* padding: 1rem; */
    /* transform: translateX(10px); */
}
.card-img{
    width: 100%;
    border-radius: 0.5rem;
}
.card-title{
    /* opacity: 0.7; */
    font-weight: 600;
}
.card-info{
font-size: 0.80rem;
opacity: 0.7;
}
.footer{
    height: 300px;
    padding: 2.5rem 0 0 0;
    

}
.line{
    height: 27rem;
    padding: 0.5rem 2rem 2.5rem;
}
.paragraph{
    height: 13rem;
    flex-wrap:wrap;
    display: flex;
    /* justify-content: space-between; */
    justify-content: space-between;
    justify-items: center;
    align-items: start;
    margin-top: 20px;

}
.paragraph1{
    /* height: 13rem; */
    flex-wrap:wrap;
    display: flex;
    justify-content: space-between;
    /* justify-content: space-between; */
    /* justify-items: center; */
    align-items: center;

    /* margin-top: 20px; */
}
.last-title-box{
    transform: translateX(1.901rem);
}
.right{
    /* padding: 0 1.5rem 0 0; */
    transform: translateX(-2rem);

}
.word-title1{
    color: #ffffff;
    opacity: 0.8;
    /* font-weight: 700; */
    /* height: 20px;/ */
    margin: 0rem 1rem 0rem 0rem;
    font-size: 0.8rem;
}
.word-title2{
    color: #ffffff;
    opacity: 0.8;
    /* font-weight: 700; */
    /* height: 20px;/ */
    margin: 0rem 1rem 0rem 0rem;
    font-size: 0.8rem;
}
.word-title1:hover{
    cursor: pointer;
    opacity: 1;
}
.word{
    height:11.25rem;
    width: 10rem;
    margin: 0 1.5rem 2rem 0;
}
.w2{
    padding: 0rem 0rem 0.5rem;
    margin: 0 0 0 0;
    font-size: 15px;
}
.word-title{
    color: #ffffff;
    opacity: 1;
    font-weight: 700;
    height: 22px;
}
.w2 span{
    opacity: 0.8;
}
.w2 span:hover{
    opacity: 1;
    text-decoration: underline;
    cursor: pointer;
}
.footer-icon .items {
    display: flex;
    /* transform: translateX(-20px); */
    /* transform: scale(1.1); */
    /* font-size: 1.5rem; */
    /* padding: 0rem 1.2rem 0rem 0rem; */
    width: 100%;
    flex-wrap: wrap;
    /* justify-items: center;
    align-items: start; */
    place-content: center;

}
.b1{
    border-radius:50% ;
    /* background-color: ; */
    width: fit-content;
    text-align: center;
    padding: 5px;
    font-size: 15px;
}
.icon-button{
    border-radius:50% ;
    padding: 5px;
    /* margin-right: 0.5rem; */
    margin: 0rem 0.6rem 0rem 0rem;
    border: none;
    background-color: #222222;
    color: #fff;
}
.icon-button:hover{
    background-color: #727272;
}
.footer-line hr{
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: 0.1;
}
.footer-last-title{
    display:flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content:space-between ;
}
.md{
    margin-right:3px ;
}


.music-player {
    
    background-color:#000;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 4.5rem;
    display: flex;
    padding: 0.5rem;
    justify-content: space-between;
}
.album{
    width: 25%;
}
.img-song{  
    /* padding: 0 0 0 0.5rem; */
    border-radius: 0.2rem;
    height: 3.5rem;
    width: 3.5rem;
    transform:translateY(6px);
    
}
.music-title{
    display:flex;
    justify-items: center;
    align-items: center;
}
.music-text{
    /* transform: translateX(); */
    font-size:0.8rem;
    display: flex;
    flex-direction:column;
    align-items:center;
    flex-wrap: wrap;
    flex-grow: 0.01;
    row-gap:5px;
    color:#fff;
    opacity: 1;
    transform:translateY(6px);
    
}
.opcity{
    transform: translateX(0.900rem);
    font-size:11px;
    opacity: 0.9;
    color: #fff;
}
.opcity:hover{
    opacity: 1;
    text-decoration: underline;
}
.music-text-smm{
    transform: translateX(0.900rem);
    font-size:11px;
    opacity: 0.9;
}
.music-text{
    opacity: 1;
    cursor: pointer;
}
.min{
    height: 1rem;
    width: 1rem;
    color: white;
    background-color:#000;
    border-radius: 50%;
    padding: 0.5rem;
    opacity: 0.7;
    margin-top: 5px;
    margin-left: 5px;

}
.min:hover{
    opacity: 1;
    cursor: pointer;
}

.player{
    width: 50%;

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

}
.progressimgbar{
    height: 1rem;
    padding: 0.5rem;
    margin-left: 0.5rem;
    opacity: 0.7;
}
.progressimgbar:hover{
    opacity: 1;
    cursor: pointer;
}
.controller{
    display: flex;
    justify-content: center;
    align-items: center;
}
.prograss_bar{
    width: 65%;
    height: 0.75rem;
    appearance: none;
    background-color: transparent;
    cursor: pointer;
}
.prograss_bar::-webkit-slider-runnable-track{
    background-color: #ddd;
    border-radius:6.25rem;
    height: 0.2rem;
    /* width: 27.425rem; */
    margin-bottom:15px ;
}
.prograss_bar::-webkit-slider-thumb{
    appearance: none;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color:#ddd;
    margin-top: -4px;
    opacity: 1;
}
.prograss_bar::-webkit-slider-runnable-track:hover{
    opacity: 0.8;
    background-color:#1ed760;
}
.prograss_bar::-webkit-slider-thumb:hover{
    background-color:#ffffff;
    opacity: 1;
    transition: 0.2s;
}
.curr-time{
    margin-bottom:15px;
    padding: 0 0.5rem 0 0.5rem;
    font-size: 0.7rem;
}
.progressicon{
    width: 23%;
    transform:translateX(15px) ;
}
.img-progress-last{
    display: flex;
    align-items: center;
    justify-content:center;
}

.progressimgbar1{
    display:flex;
    justify-content: center;
    margin-top:0.6rem ;
    height: 1.2rem; 
    padding: 0.5rem;
    /* margin-left: 0.5rem; */
    opacity: 0.6;
    color: #fff;

}
.progressimgbar1:hover{
    opacity: 1;
    color: #ffffff;
    cursor: pointer;
}
.prograss_bar-to{
    width: 5.813rem;
    height: 0.75rem;
    appearance: none;
    background-color: transparent;
    cursor: pointer;
}
.prograss_bar-to::-webkit-slider-runnable-track{
    background-color: #ddd;
    border-radius:6.25rem;
    height: 4px;
    /* width: 27.425rem; */
    transform: translateY(5px);
}
.prograss_bar-to::-webkit-slider-runnable-track:hover{
    background-color:#1ed760;

}
.prograss_bar-to::-webkit-slider-thumb{
    appearance: none;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color:#ddd;
    margin-top: -4px;
    opacity: 1;
}
@media (max-width:1190px) {
    .sociallink{
        opacity: 0;
    }
}

@media (max-width:1166px) {
    .last-title-box{
        display: none;
    }
}
@media (max-width:1175px) {
    .footer-line{
        display: flex;
        flex-wrap: wrap;
        bottom: 0;
        /* margin-bottom: 100%; */
    }
}
@media (max-width:802px) {
    .main{
        display: flex;
        flex-wrap: wrap;
        top: 0;
        height: 100vh;
        width: 100%;
        /* transform: scale(-50); */
    }
}

