a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

/* Scrollbar Styling */
::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #000;
}

a,
button {
    border: none;
    outline: 0;
    text-decoration: none;
    background-color: none
}

body {
    font-family: "Plus Jakarta Sans", sans-serif;
    background: #101010;
}
/* music player */


.music-container {
    display: flex;
    position: relative;
    z-index: 10;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.img-container {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 270px;
}

.img-container img {
    border-radius: 5px;
    object-fit: cover;
    height: 50px;
    width: 50px;
}

.music-title h2 {
    color: #fff;
    font-size: 16px;
}

.music-title p {
    color: #fff;
    font-size: 14px;
    margin-top: 5px;
}

.navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    gap: 2.5rem;
}

.action-btn {
    background-color: transparent;
    border: 0;
    color: #fff;
    font-size: 20px;
}

.action-btn:focus {
    outline: none;
}

.action-btn:hover,
.action-btn.action-btn-big:hover {
    color: #00DD4B;
}

.action-btn.action-btn-big {
    font-size: 30px;
}

.music-info {
    max-width: 500px;
    width: 100%;
}

.music-info h2 {
    font-size: 1rem;
    font-weight: bold;
    margin: 0;
}

.progress-container {
    background-color: #fff;
    border-radius: 5px;
    cursor: pointer;
    margin: 10px 0;
    height: 4px;
    width: 100%;
    max-width: 476px;
    margin: 10px auto;
}

.progress {
    background-color: #00DD4B;
    border-radius: 5px;
    height: 100%;
    width: 0%;
    transition: width 0.1s linear;
}

/* header css start */
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 45px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 15;
    backdrop-filter: blur(4px);
    z-index: 5;
   /* background: #101010; */ 

transition: transform 0.6s ease-in-out;
} 
.hidden {
    transform: translateY(-100%);
}
.logo>img {
    height: 22px; 
}

.link-area {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
flex-direction: column;
text-align:center;
padding-top:20px;
}
.link-area ul{display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
flex-direction: column;

}
.link-area a {
    color: #fff;
    font-weight: 500;
padding:10px;
font-size:18px;
}

.link-area a:hover {
    color: #fff;
}

.main-head .link-area a {
    color: #fff;
}

.nav_act {
    color: #fff !important;
}

.main-head .link-area a:hover {
    color: #fff;
}

.magic_btn {
    width: 100%;
    background-color: #fff;
    opacity: 1 !important;
    color: #000 !important;
    border-radius: 7px;
}

.ham-u {
    background-color: transparent;
    padding: 10px;
 
  text-align: left;
}

.btn-area {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.theme-button {
    background-color: #fff;
    color: #000;
    padding: 16px 25px;
    border-radius: 10px;
}

.login {
    color: #fff;
}

.signup {
    border-radius: 50px;
    border: 1px solid #fff;
    padding: 10px 25px;
    color: #fff;
    font-size: 14px;
}

.signup:hover {
    background: #fff;
    color: #000;
}

/* header css end */
.content_cont {
    padding: 4rem;
}

.Banner_hero_sec {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 110vh;
}

.Banner_slider img {
  /*  width: 100%;
    min-height: 100vh;
    height: 100%;
    object-fit: cover;
    object-position: center;*/
        border-radius: 20px;
    width: 100%;
    min-height: 84vh;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.Banner_slider img.mobile-banner{
    display: none;
}
.Banner_slider video {
     border-radius: 20px;
    width: 100%;
    min-height: 100vh;
    height: 100%;
    object-fit: cover;
    object-position: center;
 
}

.ham_mob {
    border: none;
    outline: none;
    background: none;
    display: none;
}

.head {
    color: #fff;
    font-size: 3vw;
    font-weight: bolder;
    text-transform: uppercase;
    line-height: 1.3;
    font-family: 'Subjectivity';
    max-width: 650px;
}

.head span {
    color: #00DD4B;
display:block;
} 

.More_line {
    border: 2px solid rgba(255, 255, 255, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(20px);
    background: rgba(0, 0, 0, 0.5);
    transition: 0.5s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    width: 400px;
    min-height: 230px;
    padding: 20px;
    border-radius: 30px;
}

.More_line>img {
    width: 50%;
    transition: 0.5s ease;
}

.model_fade {
    width: 100%;
    height: 100%;
    inset: 0;
    position: absolute;
    padding: 20px;
}

.model_fade .slick-slide {
    max-width: 400px;
}

.model_fade .slick-track {
    min-width: 300px;
}

.more_detail {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: 0.5s ease;
    gap: 15px;
}

.more_detail>h2 {
    color: #fff;
    font-size: 35px;
}

.more_detail>p {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.more_detail>p>a {
    text-decoration: underline;
    color: #fff;
}

.more_detail>span {
    font-size: 15px;
    color: #fff;
    font-weight: 200;
}

.more_detail>a,.more_detail button { 
    color: #fff;
    padding: 14px 20px;
    border-radius: 36px;
    width: fit-content;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    transition: 0.3s ease;
    background: rgba(255, 255, 255, 0.1);
}

.cont_right {
    height: 99.9dvh;
    position: relative;
    overflow: hidden;
    margin-top: 90px;
}

.more_detail>a:hover {
    background-color: #fff;
    color: #000;
}

.bottom_more {
    position: absolute;
    bottom: 9.5rem;
  right: 2rem;    z-index: 2;
}

.para {
    color: #fff;
    line-height: 1.3;
    font-size: 20px;
    font-weight: 500;
    margin-top: 1rem;
}

.popup_icon_u {
    position: absolute;
    bottom: 2rem;
    right: 2rem;
}

.popup_u {
    height: 680px;
    width: 400px;
    background-color: #fff;
    border-radius: 10px;
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    transform: 0.5s ease;
}

.footer_main {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    background: rgba(0, 0, 0, 0.9);
    min-height: 70px;
    border:rgba(255, 255, 255, 0.2) solid 1px;
    backdrop-filter: blur(5px);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 2rem;
        border-bottom: 0px;
    -webkit-border-top-left-radius: 12px;
    -webkit-border-top-right-radius: 12px;
    -moz-border-radius-topleft: 12px;
    -moz-border-radius-topright: 12px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.player_row {
    display: flex;
    align-items: center;
    gap: 8rem;
    max-width: 800px;
    width: 100%;
}

.volume-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    gap: 1rem;
    color: #fff;
}

.time-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    font-size: 14px;
    color: #fff;
flex-direction: row;
}

#current-time,
#duration {
    margin: 0 5px;
}

#volume-slider {
    width: 100px;
}

.card_pop_cont {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden auto;
}

.popup_u_head {
    width: 100%;
    background-color: #00dd4b; 
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px 10px 0 0;
    position: sticky;
    top: 0;
}

.hea_log>img {
    height: 20px;
}

.popup_u_head>h2 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

.Search_form {
    display: flex;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    background: transparent;
    border-radius: 8px;
    overflow: hidden;
    margin-top: 1.5rem;
    border: 1px solid #ffffff;
    padding: 2px;
    backdrop-filter: blur(8px);
    border-radius: 50px;
}

.social_button-area {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 20px;
}

.social_button-area img {
    height: 46px;
}

.Search_form>input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    background: transparent;
    font-size: 16px;
    font-weight: 300;
    padding-left: 10px;
    color: #fff;
}
 
.mic__btn,
.search__btn {
    min-width: 50px;
    width: 50px;
    height: 50px;
    border-radius: 4px;
    background: #00DD4B;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    outline: none;
    border-radius: 100%;
}

.mic__btn>img,
.search__btn>img {
    width: 45%;
    filter: invert();
}

.loader {
    width: 100%;
    height: 100vh;
    position: fixed;
    inset: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0000007c;
}

.tag_row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 1rem;
}

.scroll-downs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;

    width: 34px;
    height: 55px;
}

.mousey {
    width: 3px;
    padding: 10px 15px;
    height: 35px;
    border: 2px solid #fff;
    border-radius: 25px;
    opacity: 0.75;
    box-sizing: content-box;
}

.scroller {
    width: 3px;
    height: 10px;
    border-radius: 25%;
    background-color: #fff;
    animation-name: scroll;
    animation-duration: 2.2s;
    animation-timing-function: cubic-bezier(.15, .41, .69, .94);
    animation-iteration-count: infinite;
}

@keyframes scroll {
    0% {
        opacity: 0;
    }

    10% {
        transform: translateY(0);
        opacity: 1;
    }

    100% {
        transform: translateY(15px);
        opacity: 0;
    }
}

.prompt_tag {
    background: #fff;
    color: #000;
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 18px;
    font-weight: 300;
    padding: 5px 20px;
    border-radius: 40px;
    width: fit-content;
    transition: 0.3s ease;
    border: 1px solid #fff;
    height: 34px;
}

.prompt_tag>img {
    filter: invert();
}

.prompt_tag:hover {
    background-color: #000;
    color: #fff;
}

.prompt_tag:hover>img {
    filter: invert(0);
}

.MainSection {
    width: 100%;
    height: 100dvh;
}

.sideBar_U {
    width: 270px;
    height: 100dvh;
    background-color: #000;
}

.sidebar_head {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.3rem;
    border-bottom: 1px solid #ffffff27;
    background: #000;
}

.nav_logo>img {
    height: 15px;
}

.nav-close {
    background-color: transparent;
    padding: 2px;
}

.left-sidebar {
    background-color: #000 !important;
}

.topbar {
    background: #EBEBEB !important;
}

#sidebarnav,
.navbar-header {
    background: transparent !important;
}

.sidebar_icon {
    height: 24px;
    margin-right: 5px;
}

.sidebar-item {
    padding: 2px 6px;
}

.sidebar-item>a {
    display: flex;
    align-items: center;
    gap: 15px;
}

.ham__u {
    display: none;
}

.navbar-header {
    margin-top: -1.8rem;
}

.Btn_share {
    display: flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    font-size: 10px;
    padding: 10px;
    border-radius: 9px;
}

.deshHead {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #EBEBEB !important;
    padding: 12px 35px !important;
}

.Btn_share>img {
    height: 12px;
}

.dash_heading {
    color: #000;
    font-size: 40px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 22px;
    height: 12px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    -webkit-transition: .4s;
    transition: .4s;
    border: 0.2px solid #000;
}

.slider:before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    left: 1.2px;
    bottom: 1px;
    background-color: #000;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #fff;
}

input:focus+.slider {
    box-shadow: 0 0 1px #fff;
}

input:checked+.slider:before {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
}

/* Rounded sliders */
.slider.round_u {
    border-radius: 34px;
}

.slider.round_u:before {
    border-radius: 50%;
}

.Switch_area {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 10px;
}

.date_u {
    font-size: 10px;
    color: #0000007a;
}

.head_rigt {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-end;
}

.footer_link {
    display: flex;
    justify-content: space-between;
    padding: 2.5rem;
    background-color: #fff;
}

.footer_link>p {
    color: #0000007e;
    font-size: 16px;
}

.dash_foot_link {
    display: flex;
    align-items: center;
    gap: 2rem;
    background: transparent;
}

.dash_foot_link>a {
    color: #0000007e;
    font-size: 16px;
}

.dash_foot_link>a:hover {
    color: #000;
}

.wrap_u {
    padding: 2rem 2rem 0 !important;
}

.dash_wrap_row_1 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #000;
    padding-bottom: 1rem;
}

.dash_wrap_row_1>h3 {
    color: #000;
    font-size: 18px;
    font-weight: 400;
}

.para2 {
    color: #000;
    line-height: 1.3;
    padding: 1rem 0;
    font-size: 18px;
    font-weight: 300;
}

.prompt_card {
    width: 100%;
    height: 255px;
    overflow: hidden auto;
    border: 1px solid #000;
    border-radius: 10px;
}

.card_head_area {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    border-bottom: 1px solid #000;
    position: sticky;
    top: 0;
}

.card_head_area>h2 {
    font-size: 18px;
    color: #000;
}

.prompt_card>textarea {
    width: 100%;
    height: 100vh;
    max-height: 195px;
    border: none;
    outline: none;
    background: transparent;
    /* margin-top: 12px; */
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    padding: 16px;
}

.long_promp {
    height: 533px;
    position: relative;
}

.long_promp textarea {
    max-height: 470px;
}

.long_promp .card_head_area {
    background-color: #000;
}

.long_promp h2 {
    color: #fff;
}

.long_promp img {
    filter: invert();
}

.wrap_u {
    height: calc(100vh - 200px);
    overflow: hidden auto;
}

.askQ {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    border: none;
    border-top: 1px solid #000;
    background: #F5F5F5;
    font-size: 16px;
    font-weight: 300;
}

.head_row_mob {
    display: none;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    background: #EBEBEB;
    padding: 1.5rem;
}

.head_left {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.sidebar_mob {
    display: none;
    background: #000 !important;
}

.drop_more {
    display: none;
}

.drop_more button {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    color: #00000070;
    font-size: 16px;
    font-weight: 500;
}

.drop_more:hover button {
    color: #000;
}

.head1,
.cont_right {
    transition: 0.6s ease;
}

.Blured {
    filter: blur(30px);
}

/* responsive */
@media (min-width: 1580px) {
.head span{
display:inline-block;
}
}
@media (max-width: 1600px) {
    .para {
        font-size: 14px;
    }

    .social_button-area img {
        height: 38px;
    }

    .more_detail>h2 {
        font-size: 28px;
    }
}

@media(max-width:1366px) {
    .action-btn {
        font-size: 14px;
    }

    .action-btn.action-btn-big {
        font-size: 22px;
    }

    .More_line {
        width: 320px;
        min-height: 210px;
        padding: 15px;
        border-radius: 25px;
    }

    .more_detail>a {
        padding: 12px 14px;
    }

    .content_cont {
        padding: 3rem;padding-top: 0px;
    }

    .more_detail>p {
        font-size: 14px;
    }

    .player_row {
        gap: 2rem;
        max-width: 600px;
    }

}

@media(max-width:1280px) {
    .more_detail>h2 {
        font-size: 24px;
    }

    .content_cont {
        padding: 2rem;
    }
}

@media(max-width:1200px) {
    .music-info {
        max-width: 320px;
    }

    .player_row {
        gap: 2rem;
        max-width: 480px;
    }

    .header {
        padding: 16px 45px;
    }

    .music-info {
        max-width: 340px;
    }
}

@media(max-width:1080px) {
    .img-container:first-child {
        min-width: 180px;
    }
}

@media(max-width:992px) {
    .Banner_hero_sec {
        flex-direction: column;
    }

    .content_cont,
    .cont_right {
        width: 100%;
    }

    .content_cont {
        padding: 1rem;
        max-width: 650px;
        margin: 0 auto;
        margin-top: 3rem;
    }

    .music-container {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 1rem;
    }

    .player_row {
        order: 3;
    }

    .player_row {
        max-width: 600px;
    }

    .music-info {
        max-width: 370px;
    }

    .player_row {
        justify-content: center;
    }

    .head {
        font-size: 30px;
        text-align: center;
    }

    .footer_main {
       /* position: static;*/
        padding: 1.5rem; 
    }
    .bottom_more {
        position: static;
        display: flex;
        justify-content: flex-end;
        padding: 1rem;
    }
  /*  .Banner_slider{
        position: fixed;
        inset: 0;
        z-index: -1;
    }*/
.Banner_slider img.desktop-banner{
display:none !important;
}
.Banner_slider .slick-slide {
position:relative;
}
.Banner_hero_sec{
position:relative;
/*height:90dvh;*/  
height: 100dvh;   
overflow: hidden;
}

.Banner_hero_sec .cont_right{
position:absolute;
top:0px;
left:0px;
z-index: -1;

}
.Banner_slider .slick-slide:after {
content:'';
width:100%;
height:100%;
display:inline-block;
background:rgba(0,0,0,0.5);
position:absolute;
left:0px;
top:0px;
}
    .cont_right{
        min-height: auto;
        height: auto;
    }
    .Blured{
        filter: none;
    }
    .blur_mob{
        width: 100%;
        height: 100dvh;
        overflow: hidden;
    }
    .blur_mob .head,
    .blur_mob .More_line,
    .blur_mob .Banner_slider{
        filter: blur(5px);
        opacity: 0.5;
    }
}
 .player-now-playing,.player-arrow-down,.player-arrow-up ,.offcanvas-signup-btn,.offcanvas-logo {
    display: none;
}
@media(max-width:665px) {
    .Banner_slider img.mobile-banner {
  display: block;
}
.offcanvas-signup-btn{
position:fixed;
bottom:20px;
width:100%;
display:block;
}

.offcanvas-signup-btn a{
border:#fff solid 1px;
border-radius:36px;
padding:10px 20px;
width:91%;
color:#fff;
display:inline-block;
text-align:center;
}
.link-area ul{
padding:0px;
margin:0px;
margin-top:50px; 
}
.offcanvas-header .btn-close{
position:absolute;
}
.offcanvas-logo{
width: 100%;
display:block;
  text-align: center;
}
.offcanvas-logo img{
width: 95px;
  margin-left: -7px;  
}
.ham-u {
 
width: 23%;
}
    .music-title h2 { 
  font-size: 14px;
}
.music-title p {
  color: #fff;
  font-size: 12px;
  margin-top: 8px;
}
.footer_main{
     background: #000;
}
    .footer_main.mobile-plyer-active{
        height: 100%;
        background: #000;
    }

 .footer_main.mobile-plyer-active .img-container {
    position: initial;
    flex-direction: column;
    width: 100%;
  }
 .footer_main.mobile-plyer-active .img-container img{
    width: 90%;
   height: 290px;

 }
 .footer_main.mobile-plyer-active .music-title{
    text-align: center;
    width: 100%;
 }
 .footer_main.mobile-plyer-active .music-title h2 {
  color: #fff;
 font-size: 22px;
    font-weight: bold;
    margin-top: 20px;
}
.footer_main.mobile-plyer-active .music-title p {
  color: #fff;
  font-size: 18px;
  margin-top: 9px;
}
.footer_main.mobile-plyer-active .time-container {
   margin-top: 30px;
  }
.footer_main.mobile-plyer-active .player_row {
    justify-content: center;
    flex-direction: column-reverse;
    margin-top: 30px;
  }
.player-arrow-up{
   position: absolute;
    right: 140px;
    top: 33px;
    display: block;
    cursor: pointer;z-index: 999;
}
.footer_main.mobile-plyer-active .player-arrow-down{
     position: absolute;
   left: 25px;
    top: 20px;
    display: block;
    cursor: pointer;z-index: 999;
 -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
          }
   .footer_main.mobile-plyer-active .player-now-playing{
             position: absolute;
   left: 0px;
    top: 20px;
    display: block;
    width: 100%;
    font-size: 22px;
    color: #fff;
    text-align: center;
    font-weight: bold;
          }
.footer_main.mobile-plyer-active .player-arrow-up{
    display: none;
}
/*    
.time-container {
 
  position: absolute;
  right: -5px;
  top: -6px;
}*/
 .mobile-plyer.footer_main { 
    padding-bottom: 5px;
  }
 
.mobile-plyer .music-info{
    position: absolute;
    top: -24px;
    left: -24px;
    width: 113%;
    max-width: initial;
}
.mobile-plyer .music-info .progress-container{
    height: 2px;margin: 0px;
    max-width: inherit;
}
.mobile-plyer .navigation{
    position: absolute;
    right: 0px;
    top: 10px;
    gap: 1.9rem;
}
.mobile-plyer .time-container{
    display: none;
}
.img-container {
  position: initial;
}
.img-container img {
  border-radius: 3px;
  object-fit: cover;
  height: 40px;
  width: 40px;
}
 .music-container {
 position:relative;gap: 0.4rem;
    justify-content: left;
}
 .More_line {
    width: 100%;
}
 .More_line p{
font-size:14px;
line-height:1.3;
}
.social_button-area {
  display: inline-block;
   margin-top: 30px;
  text-align: center;
  width: 100%;
}
.social_button-area a{
margin:0px 5px;
}
.signup {
text-align: center;
    padding: 8px 10px;
    width: 23%;
    font-size: 10px;}
.logo > img {
  height: 16px;
}
.header {
    padding: 10px 15px;
  }
    .mic__btn,
    .search__btn {
        min-width: 40px;
        width: 40px;
        height: 40px;
    }
}


@media(max-width:500px) {
    .volume-container {
        display: none;
    }

    .para {
        font-size: 12px;
        text-align: center;
    }

    .head {
        font-size: 22px;
        text-align: center;
    }
}

@media(max-width:375px) {}