@font-face {
    font-family: PeydaWebFaNum;
    font-style: normal;
    font-weight: bold;
    src: url("../fonts/Peyda/woff2/PeydaWebFaNum-Bold.woff2") format("woff2"),
    /* FF39+,Chrome36+, Opera24+*/
    url("../fonts/Peyda/woff/PeydaWebFaNum-Bold.woff") format("woff"); /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}

@font-face {
    font-family: PeydaWebFaNum;
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/Peyda/woff2/PeydaWebFaNum-Regular.woff2") format("woff2"),
    /* FF39+,Chrome36+, Opera24+*/
    url("../fonts/Peyda/woff/PeydaWebFaNum-Regular.woff") format("woff"); /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}

* {
    font-family: PeydaWebFaNum !important;
    letter-spacing: 0 !important;
}

.fab {
    font-family: "Font Awesome 5 Brands" !important;
}

.fa,
.far,
.fas {
    font-family: "Font Awesome 5 Free" !important;
}

a {
    text-transform: none !important;
}

.blog_single_wrapper {
    background-color: #f9f9f9;
}

.title_img_overlay {
    background: none;
}

.contact_icon_section, .contact_section, .map_main_wrapper {
    background-color: #f9f9f9;
}

.lest_news_cont_wrapper p {
    width: 100%;
}

.contact_main {
    min-height: 170px
}

.contact_rotate {
    position: relative;
    padding: 30px 0 20px 0;
}

.cinema-map iframe {
    width: 100%;
}

.contact_main p {
    font-size: 14px;
    line-height: 25px;
    padding: 0px 30px;
    padding-top: 0px;
    text-align: center !important;
}

.lang_apply_btn button {
    height: 40px;
    line-height: 40px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

label.error {
    color: red;
    font-size: 12px;
    margin: 0px;
    padding-right: 5px;
}

.user-club label.error {
    display: none !important;
}

.user-club input.error {
    border-color: red;
}

.user-club #Phone {
    direction: ltr;
}

.lang_apply_btn button {
    width: 130px;
    float: right;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    height: 45px;
    text-transform: uppercase;
    line-height: 45px;
    background-image: linear-gradient(to left, #f8473e, #fe7945, #ff8d61, #ff3b1b);
    text-align: center;
    border: none;
    background-size: 280% 100%;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    font-family: 'Oswald';
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.ms_logo_div img {
    right: 200px;
    width: 120px;
    position: absolute;
    top: 15px;
}

    .ms_logo_div img.logo-preicon {
        right: 120px;
        width: 40px;
        position: absolute;
        top: 15px;
    }

}

.lest_news_cont_wrapper {
    padding: 20px 30px 20px 30px;
}

.blog_heaidng_top span {
    width: 50%;
}

.blog_heaidng_top h3 a {
    font-size: 20px;
}

.blog-single_cntnt a {
    float: left;
    text-align: left;
    color: #ea5b0c;
}

.release_content_artist {
    padding: 15px;
    background: rgb(255 255 255 / 50%) !important;
}

.release_box_main_content .various_artist_text a {
    color: #fff !important;
}

.ms_logo_div:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 18px;
    width: 1px;
    height: 35px;
    background: #ea5b0c !important;
}

.about-emp {
    background-color: #e9e9e9;
}

.cinema-gal {
    background-color: #e9e9e9;
    padding-bottom: 40px;
}

    .cinema-gal .release_box_overlay .tranding_play_icon {
        top: 50%;
    }

.cinema .indx_title_left_wrapper h2 {
    font-size: 16px;
    position: absolute;
    background-color: #ffffff87;
    padding: 6px 20px;
    border-radius: 25px;
    color: #000;
    font-weight: bold;
}


.about-emp .ms_heading_wrapper {
    margin-bottom: 20px;
}

.prs_es_about_main_section_wrapper {
    background-color: #fff;
}

.indx_title_main_wrapper {
    padding-top: 200px;
}

    .indx_title_main_wrapper.cinema {
        padding-top: 400px;
    }


.indx_title_left_wrapper h2 {
    font-size: 40px;
}

.indx_title_left_wrapper li:last-child {
    margin-right: 5px;
}

.footer_about_link_wrapper li {
    position: relative;
}

.partners_Section {
    padding-bottom: 50px;
    background-color: #fff;
    padding-top: 0px;
}

.cinema-comment h1 {
    font-weight: bold;
    font-size: 20px;
}

.cinema-comment input {
    height: 40px;
    color: #fff;
    background: transparent;
    font-size: 14px;
    margin-top: 5px;
    border: 1px solid var(--border-color);
}

.cinema-comment input {
    width: 100%;
    height: 45px;
    color: #111;
    background: #dcdcdc;
    font-size: 16px;
    padding-right: 15px;
    margin-top: 20px;
    text-transform: capitalize;
    line-height: 45px;
    border-radius: 50px;
    border: 1px solid #e6e6e6;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}


.cinema-comment .send-commnet {
    width: 150px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    height: 33px;
    text-transform: uppercase;
    line-height: 25px;
    text-align: center;
    border: none;
    border-radius: 50px;
    background-color: #999999;
}

.cinema-comment .footer-bnt {
    border-top: 1px solid #000;
    width: 97%;
}

.m24_logo_wrapper:after {
    display: none;
}

.ms_tranding_more_icon,
.tranding_more_option {
    display: none;
}

#cssmenu img {
    padding: 15px;
    width: 185px;
}

.m24_logo_wrapper {
    width: 180px;
}

.mainmenu ul li:hover > ul {
    min-width: 280px;
    padding: 10px 0px;
    top: 70px;
}

.mainmenu ul li > ul {
    min-width: 280px;
    padding: 10px 0px;
    top: 70px;
}

.mainmenu ul li ul.navi_2_dropdown a {
    font-weight: normal;
}

.top_songs_list_left {
    width: 60%;
}

.top_songs_list_right {
    width: 40%;
}

/* .content_img_wrapper::before {
  content: " ";
  background-color: rgb(0 0 0 / 40%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
} */

.slider-area .carousel-inner .carousel-item .carousel-captions .content h1,
.slider-area .carousel-inner .carousel-item .carousel-captions .content h2,
.slider-area .carousel-inner .carousel-item .carousel-captions .content p {
    color: #fff;
}

.slider-area .carousel-inner .carousel-item .carousel-captions .content h1,
.slider-area .carousel-inner .carousel-item .carousel-captions .content h2 {
    font-size: 70px;
}

.slider-area .carousel-inner .carousel-item .carousel-captions .content h3 {
    font-size: 40px;
    color: #fff;
    padding-bottom: 40px;
}

.slider-area .carousel-inner .carousel-item .carousel-captions .content p {
    font-size: 28px;
    line-height: 40px;
}

.top_list_tract_view {
    float: left;
    display: inline-block;
    padding: 16px 15px 12px 15px;
}

.mainmenu ul li a i {
    float: left;
}

.m24_navigation_wrapper {
    width: 100%;
    margin-right: 0px;
    float: unset;
}

.main_nav_ul {
    padding-right: 180px;
}

.m24_navi_langauage_box {
    width: 130px;
    margin-left: 35px;
}

a {
    color: #fed403;
}

.lang_list_wrapper {
    padding-left: 8px;
}

.slider-area .carousel-inner .carousel-item .carousel-captions .content {
    padding: 50% 0px 100px 0px;
    display: none;
}

.m24_signin_wrapper .login_top_wrapper {
    width: calc(100% - 35px);
    padding-right: 0px;
    padding-top: 5px;
}

.m24_signin_wrapper {
    float: unset;
    margin-right: 50px;
}

#toggle a i:before {
    font-weight: normal;
}

.home-cin .slider_btn .lang_apply_btn a i:before {
    font-size: 13px;
    top: 1px;
    left: -10px;
}

.login_top_wrapper p {
    width: 130px;
}

.slider_headphone {
    height: 100%;
    right: 0px;
}

.flaticon-left-arrow:before {
    content: "\f109";
}

p {
    line-height: 28px;
}

.flaticon-right-arrow:before {
    content: "\f108";
}

.flaticon-play-button:before {
    content: "\f105";
}

.event .treanding_slider_main_box .ms_treanding_box_overlay {
    opacity: 1;
}

.event .ms_tranding_box_overlay {
    background-image: unset;
}

.event .release_box_overlay .tranding_play_icon {
    top: unset !important;
    width: 100% !important;
    bottom: -18px !important;
    background-color: rgb(255 255 255 / 70%);
}

    .event .release_box_overlay .tranding_play_icon a {
        color: #000;
        font-size: 17px;
    }

.ms_tranding_box_overlay {
    background-image: -webkit-linear-gradient( -90deg, rgb(22, 26, 46) 0%, rgb(237, 63, 179) 0%, rgb(29 78 148) 0%, rgb(252 197 7 / 10%) 100% );
}

.event_slider_wrappeer .prs_feature_img_cont li {
    font-size: 14px;
}

.active {
    color: #000 !important;
}

[data-theme="dark"] .active {
    color: #fff !important;
}

[data-theme="dark"] hr {
    background-color: var(--border-color) !important;
}

[data-theme="dark"] .release_content_artist {
    background-color: #eeeeee;
}

[data-theme="dark"] .release_box_main_content p a {
    color: #000;
}

[data-theme="dark"] .release_content_artist {
    background-color: transparent;
}

[data-theme="dark"] .blog_wrapper {
    background-color: var(--box-color);
}

[data-theme="dark"] .footer_wrapper {
    background-color: #000;
}

.concert_video_wrapper .test-popup-link i:before {
    font-size: 55px;
    position: relative;
    top: -5px;
    left: 3px;
}

.concert_overlay {
    background: rgb(0 0 0 / 0%);
}

.relaese_viewall_wrapper a i:before {
    color: #000;
}

.blog_img_content img {
    width: 220px !important;
    height: 220px;
    object-fit: cover;
}

.blog_wrapper {
    background-color: #fff;
    padding: 100px 0 100px 0;
}

.blog_img_content {
    border: 1px solid #eeeeee;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    background-color: #f3f3f3;
}

.section2_bottom_wrapper {
    margin-bottom: 0px;
}

.prs_feature_img_cont h2 a {
    font-size: 24px;
}

.footer_wrapper .wrapper_first_image img {
    border-radius: 10px;
    width: 210px;
}

.add_banner_img_wrapper img {
    border-radius: 10px;
    width: 100%;
    height: 330px;
}

.footer_wrapper {
    padding-bottom: 50px;
    background-color: #1e1e1e;
}

.prs_feature_img_cont ul {
    padding-top: 25px;
}

.prs_ec_ue_inner_feat_wrapper .prs_feature_img_cont {
    padding: 20px 20px 20px 20px;
}

.owl-carousel .owl-item .prs_feature_img img {
    height: 300px;
    object-fit: cover;
}

.content_img_wrapper {
    position: fixed;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
}

.quick_list_songs h1 {
    font-size: 18px;
}

.quick_list_songs ul {
    list-style: unset;
    margin-right: 35px;
}

.sub-cin
.slider-area
.carousel-inner
.carousel-item
.carousel-captions
.content {
    padding: 60% 0px 170px 0px;
}

.slider_btn .lang_apply_btn a {
    width: 170px;
    line-height: 38px;
}

.add_banner_wrapper #blogoneSlider img {
    border-radius: 10px;
}

.slider_btn .lang_apply_btn a i {
    position: relative;
    top: 4px;
    right: 6px;
}

.ms_cover-none {
    float: none;
}

.ui_pricing_five_btn_wrapper a {
    width: 180px;
}

.pricing_five_list_wrapper ul {
    padding: 0px 25px;
}

.pricing_five_list_wrapper li {
    font-size: 16px;
    text-align: right;
}

    .pricing_five_list_wrapper li span {
        float: left;
    }

.prs_ec_ue_right_img_wrapper {
    width: 55%;
    height: 100%;
}

.prs_ec_ue_left_img_wrapper {
    width: 45%;
}

.content_img_wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-inner .carousel-item .caption-1 {
    min-height: 600px;
}

.sub-cin .ms_heading_wrapper {
    margin-top: 50px;
}

.event_slider_wrappeer {
    padding-bottom: 70px;
}

.mobile-view {
    display: none;
}

.m24_navi_main_wrapper.ms_cover {
    position: absolute;
    background: rgb(255 255 255 / 80%);
    padding: 5px 0px 0 0px;
    margin: 25px 0px 0px 0px;
    left: 50px;
    right: 50px;
    width: calc(100% - 100px);
    border-radius: 50px;
}

.m24_header_right_Wrapper:after {
    top: 18px;
    height: 35px;
    background: #000000 !important;
}

.m24_header_right_Wrapper {
    width: unset;
}

.mainmenu ul li a,
.gc_main_navigation a i:before,
.flaticon-menu-1,
.lang_list_wrapper a,
.login_top_wrapper p {
    color: #000;
}

.tranding_play_icon {
    width: 80%;
    color: #ffff;
    font-size: 18px;
}

.main_slider_wrapper .carousel {
    height: 90vh;
}

.slider-area .carousel-inner {
    height: 100%;
}

.slider-area .content_img_wrapper {
    height: 90vh;
}

.slider-area .carousel-inner .carousel-indicators li span {
    background: #fff;
    display: none;
}

.slider-area .carousel-inner .carousel-indicators li {
    margin: 2px 5px;
}

.tranding_play_icon a {
    color: #fff;
    font-size: 20px;
    line-height: 34px;
}

.ms_tranding_box_overlay {
    background-image: -webkit-linear-gradient( -90deg, rgb(22, 26, 46) 0%, rgb(0 0 0) 0%, rgb(29 78 148) 0%, rgb(0 0 0 / 50%) 100% );
}

.add_banner_wrapper {
    background: linear-gradient( 180deg, rgba(249, 249, 249, 1) 0%, rgba(255, 255, 255, 1) 100% );
}

[data-theme="dark"] .add_banner_wrapper {
    background: linear-gradient( 180deg, rgba(4, 3, 29, 1) 0%, rgba(15, 14, 55, 1) 100% );
}

.event .release_box_main_content img {
    height: 180px;
    object-fit: cover;
}

.ms_heading_wrapper h1 {
    font-weight: bold;
    line-height: 28px;
}

.event .release_box_overlay .tranding_play_icon {
    top: 50%;
    width: 100%;
}

.footer_widget h4 {
    padding-bottom: 10px;
    color: #ea5b0c;
    border-bottom: 1px solid #757575;
    width: 80%;
    font-weight: bold;
}

.footer_cont_btn {
    margin-top: 5px;
    width: 100%;
}

.btm_foter_box {
    padding-top: 15px;
    padding-bottom: 15px;
}

.lang_apply_btn a {
    height: 40px;
    line-height: 40px;
}

.footer_contact_wrapper p {
    color: #ffffff;
}

.contect_form_footer input {
    height: 40px;
    color: #fff;
    background: transparent;
    font-size: 14px;
    margin-top: 5px;
}

.footer_about_link_wrapper li i {
    position: absolute;
    right: -30px;
    top: 5px;
    color: #fff;
}

.release_wrapper {
    padding: 60px 0 60px 0;
}

.concert_wrapper .swiper-slide .content {
    float: left;
    width: 500px;
    height: 350px;
    background: rgb(255 255 255 / 90%);
    border-radius: 10px;
    margin: 30px 0 0 10%;
    padding: 30px 30px;
}

    .concert_wrapper .swiper-slide .content p {
        line-height: 28px;
        text-align: justify;
    }

.concert_wrapper {
    height: 700px;
}

.concert_wrapper_slider {
    width: 50%;
    position: absolute;
    bottom: 100px;
    left: 0px;
}

    .concert_wrapper_slider.right {
        float: right;
    }

        .concert_wrapper_slider.right .swiper-slide .content {
            float: right;
            margin: 30px 10% 0 0;
        }

[data-theme="dark"] .concert_wrapper .swiper-slide .content {
    background: rgb(15 14 55 / 90%);
}

.concert_wrapper.ms_cover {
    margin-top: 50px;
    margin-bottom: 50px;
}

#toggle {
    float: right;
    position: absolute;
    z-index: 10;
    top: 12px;
    margin-right: 145px;
}

.navi_2_dropdown li a {
    padding: 9px 15px !important;
}

#cssmenu > ul > li > a {
    padding: 17px 15px;
}

#cssmenu ul ul li a i {
    margin-left: 10px;
    position: relative;
    top: 4px;
}

#cssmenu ul ul li a {
    padding: 10px 5px 10px 17px;
    font-size: 14px;
}

.footer_about_link_wrapper {
    padding-top: 10px;
}

.search_bar {
    visibility: hidden;
}

.main_slider_wrapper .carousel-indicators {
    background: rgb(0 0 0 / 70%);
    bottom: 0px !important;
    padding: 45px 0px;
    justify-content: unset;
    padding-right: 21%;
}

.main_slider_wrapper .carousel-nevigation {
    display: block;
    position: absolute;
    bottom: 0px;
    padding: 35px 0px;
    right: 16%;
    z-index: 100;
}

.slider-area .carousel-inner .carousel-indicators li.active {
    background: #fff;
}

.main_slider_wrapper .carousel-nevigation .prev {
    margin-left: 20px;
}

    .main_slider_wrapper .carousel-nevigation .prev:after {
        content: "";
        position: absolute;
        left: 33px;
        top: 36px;
        width: 1px;
        height: 20px;
        background: #ea5b0c !important;
    }

    .main_slider_wrapper .carousel-nevigation .prev i {
        color: #ea5b0c;
        border: 1px solid #ea5b0c;
        border-radius: 50%;
        font-size: 22px;
        padding: 0px 3px;
        width: 22px;
        height: 22px;
    }

.main_slider_wrapper .carousel-nevigation .next i {
    color: #ea5b0c;
    border: 1px solid #ea5b0c;
    border-radius: 50%;
    font-size: 22px;
    padding: 0px 6px;
    width: 22px;
    height: 22px;
}

.main_slider_wrapper .carousel-nevigation {
}

.main_slider_wrapper .footer-slide-logo img {
    height: 41px;
    position: absolute;
    top: 30px;
    left: 10%;
}

.main-color {
    color: #ea5b0c;
}

.home-about .relaese_viewall_wrapper {
    padding: 15px 0px 0 0 !important;
    border-top: 1px solid #e0e0e0;
}

.home-about {
    background-color: #e9e9e9;
    padding: 60px 0 70px 0;
}

.cinema-about {
    background-color: #fff;
    padding: 70px 0 42px 0;
}

.free_music_wrapper .top_songs_list_left {
    width: 100%;
}

.top_lis_left_content .release_content_artist {
    width: 100%;
    padding-top: 0px;
    padding-right: 0px;
    background-color: #e9e9e9 !important;
}

.top_songs_list_left .treanding_slider_main_box {
    width: 100%;
}

.top_lis_left_content .release_content_artist p {
    font-weight: bold;
    background-color: transparent;
}

.top_songs_list {
    margin-bottom: 10px;
}

.top_lis_left_content .release_content_artist p i {
    position: relative;
    right: -16px;
    color: #ea5b0c;
    top: 1px;
}

.top_songs_list.free_music_wrapper {
    border: none;
    box-shadow: none;
    border-radius: 0px;
    padding: 0px;
    margin-bottom: 0px
}

.cinema-sub {
    background-color: #fff;
}

    .cinema-sub a.active {
        color: #ea5b0c !important;
        font-weight: bold !important;
    }

    .cinema-sub ul li {
        border-right: 1px solid #ea5b0c;
        padding-right: 8px;
        margin-bottom: 10px;
    }


/*.top_songs_list.free_music_wrapper:nth-child(2n+1) {
        border-right: 1px solid #000;
    }*/
.download_trending_track_wrapper .pr {
    border-right: 1px solid #000;
    margin-bottom: 10px;
}

    .download_trending_track_wrapper .pr:nth-child(3n) {
        border-left: none;
    }


.top_songs_wrapper {
    background-color: #e9e9e9;
}

.treanding_song_slider .owl-theme .owl-nav {
    left: 10px;
    top: -50px;
}

.top_songs_wrapper .ms_heading_wrapper {
    margin-bottom: 20px;
}

.home-cinema {
    background-color: #fff;
}

    .home-cinema .nav-link {
        padding: 0px;
    }

    .home-cinema .ms_heading_wrapper {
        margin-bottom: 20px;
    }

    .home-cinema .tab-content {
        margin-top: 30px;
        border-top: 1px solid #e0e0e0;
    }

    .home-cinema .tab-content {
        padding: 35px 0px;
    }

        .home-cinema .tab-content .event_single_text_wrapper h2 {
            font-weight: bold;
            margin-top: 30px;
            border-bottom: 1px solid #e0e0e0;
            padding-bottom: 20px;
            width: 80%;
        }

    .home-cinema .event_single_text_wrapper h4 {
        padding-top: 20px;
        color: #616161 !important;
        font-size: 20px;
    }

    .home-cinema .tab-pane img {
        width: 100%;
        object-fit: cover;
        border-radius: 5px;
    }

    .home_blog2 .lang_apply_btn a,
    .home-cinema .tab-content .lang_apply_btn a {
        width: 125px;
        text-align: center !important;
        font-size: 14px;
        height: 30px;
        line-height: 25px;
        padding-right: 10px;
    }

        .home_blog2 .lang_apply_btn a i,
        .home-cinema .tab-content .lang_apply_btn a i {
            position: relative;
            left: -40px;
            background-color: #ff4120;
            padding: 11px 8px 5px 8px;
            border-radius: 25px;
            font-size: 10px;
            height: 30px;
            transform: rotate(116deg);
            top: 4px;
        }

.treanding_slider_main_box img,
.ms_tranding_box_overlay {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}

.home-cinema .tab-content .cinema-logo {
    width: 100px;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.home-event {
    background-color: #ffffff;
}

    .home-event .ms_heading_wrapper {
        margin-bottom: 20px;
    }

    .home-event .prs_feature_img_box_wrapper {
        padding: 15px 15px 10px 15px;
        background-color: #f3f3f3;
    }

    .home-event .prs_feature_img img {
        border-radius: 0px;
        height: 200px;
        object-fit: cover;
    }

    .home-event .prs_feature_img {
        border-radius: 0px;
    }

    .home-event .prs_feature_img_cont {
        background-color: #f3f3f3;
        box-shadow: unset !important;
        padding: 10px 0px 0px 0px;
    }

    .home-event .prs_ec_ue_inner_feat_wrapper {
        margin-top: 0px;
        margin-bottom: 30px;
    }

    .home-event h2 {
        background-color: #fff;
        width: 100%;
        padding: 3px 5px 6px 5px;
        line-height: 20px;
        border-radius: 3px;
    }

        .home-event h2 a {
            color: #000;
            font-size: 16px;
            font-weight: bold;
        }

    .home-event .prs_ft_small_cont_left {
        width: 100%;
        padding-top: 5px;
    }

    .home-event .prs_feature_img_cont li:last-child {
        float: unset;
    }

    .home-event .prs_feature_img_cont ul {
        padding-top: 20px;
    }

    .home-event .prs_ft_small_cont_left p {
        font-size: 16px;
        min-height: 56px;
    }

.home-blog .ms_heading_wrapper {
    margin-bottom: 20px;
}

.home-blog .blog_content_box h3 a {
    margin-top: 0px;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.home-blog .blog_content_box p {
    color: var(--para-color);
}

.home-blog a.read-more {
    color: #ea5b0c;
    position: absolute;
    left: 15px;
    bottom: 15px;
}

.home-blog {
    padding: 70px 0 50px 0;
}

.foter_top_wrapper {
    padding: 20px 0;
    background: #333333 !important;
}

    .foter_top_wrapper img {
        width: 420px;
    }

.footer_about_link_wrapper li a {
    color: #ffffff;
}

.footer_wrapper {
    padding-top: 50px;
}

    .footer_wrapper p {
        color: #fff;
    }


.aboutus_social_icons a {
    color: #ea5b0c !important;
    font-weight: bold;
}

.home_blog2 {
    padding: 100px 0px 50px 0px;
    background-color: #e9e9e9;
}

    .home_blog2 .blog-head {
        color: #fa5b41;
        font-weight: bold;
        font-size: 28px;
        border-bottom: 2px solid #E0E0E0;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    .home_blog2 .event_single_text_wrapper {
        padding-left: 50px;
    }

    .home_blog2 .blog-title {
        color: #000;
        font-weight: bold;
        font-size: 22px;
    }

    .home_blog2 .event_single_text_wrapper p {
        font-size: 16px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .home_blog2 .owl-theme .owl-nav.disabled + .owl-dots {
        margin-top: 30px;
    }

    .home_blog2 .owl-theme .owl-dots .owl-dot.active span, .home_blog2 .owl-theme .owl-dots .owl-dot:hover span {
        background: #ff4120;
    }

.top_songs_wrapper {
    padding: 60px 0 60px 0;
}

.treanding_song_slider.emp .owl-prev i {
    color: #ea5b0c;
    border: 1px solid #ea5b0c;
    border-radius: 50%;
    font-size: 22px;
    padding: 0px 0px 0px 3px;
    width: 22px;
    height: 22px;
}

.treanding_song_slider.emp .owl-next i {
    color: #ea5b0c;
    border: 1px solid #ea5b0c;
    border-radius: 50%;
    font-size: 22px;
    padding: 0px 4px 0px 6px;
    width: 22px;
    height: 22px;
}

.treanding_song_slider.emp .owl-nav .owl-prev {
    margin-left: 12px;
}

.treanding_song_slider .owl-theme .owl-nav .owl-prev i:before, .treanding_song_slider .owl-theme .owl-nav .owl-next i:before {
    position: relative;
    top: -1px;
}

.treanding_song_slider.emp .owl-prev:after {
    content: "";
    position: absolute;
    left: 33px;
    top: 6px;
    width: 1px;
    height: 20px;
    background: #ea5b0c !important;
}

@media (max-width: 440px) {
    .add_banner_wrapper #blogoneSlider img {
        height: 250px;
        object-fit: cover;
    }

    .event .release_box_main_content img {
        height: 200px;
    }

    .treanding_index_wrapper .treanding_song_slider {
        padding-bottom: 40px;
    }

    .release_wrapper {
        padding: 40px 0 40px 0;
    }

    .wrapper_first_image {
        padding-bottom: 20px;
        text-align: center;
    }

    footer .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .content_img_wrapper,
    .slider_side_width:after {
        display: block;
    }

    .slider-area .carousel-inner .carousel-item .carousel-captions .content h2 {
        font-size: 60px;
        padding-right: 15px;
    }

    .slider-area .carousel-inner .carousel-item .carousel-captions .content h3 {
        font-size: 34px;
        color: #fff;
        padding-bottom: 20px;
        padding-top: 100px;
        padding-right: 15px;
    }

    .m24_navi_main_wrapper.ms_cover {
        height: 78px;
        position: absolute;
        background: rgb(255 255 255 / 80%);
        padding: 5px 0px 0 0px;
        margin: 20px 0px 0px 0px;
        left: 10px;
        right: 10px;
        width: calc(100% - 20px);
        border-radius: 10px;
    }

    .ms_logo_div img.logo-preicon {
        right: 0px !important;
    }

    .ms_logo_div:after {
        right: 55px !important;
    }

    .ms_logo_div img {
        width: 115px;
        top: 15px;
        right: 75px !important;
    }

    #toggle a i:before {
        font-weight: normal;
        font-size: 26px;
    }

    .m24_logo_wrapper {
        width: 100%;
    }

    #toggle {
        left: 0px;
        top: 20px;
    }

    .theme-switch {
        left: 50px;
        top: 8px;
    }

    .m24_navi_langauage_box {
        left: -40px;
        top: -13px;
    }

    .main_slider_wrapper .footer-slide-logo img {
        display: none;
    }

    .main_slider_wrapper .carousel-indicators {
        padding-right: 30%;
    }

    .foter_top_wrapper img {
        width: 330px;
    }

    .foter_top_wrapper {
        padding: 20px 0 10px 0;
    }

    .home-event .prs_feature_img img {
        height: 250px;
    }

    .blog_img_content img {
        width: 100% !important;
        height: 250px;
        object-fit: cover;
    }

    .blog_content_box {
        padding: 25px 30px 50px 20px;
    }

    .footer_about_link_wrapper li i {
        right: 15px;
    }

    .footer_about_link_wrapper li a {
        padding-right: 30px;
    }

    .footer_about_link_wrapper.usefull_linkx li a {
        padding-right: 0px;
    }

    .aboutus_social_icons {
        display: grid;
        text-align: center;
        width: 100%;
    }

    .btm_foter_box p {
        width: 100%;
    }

    .home-cinema .tab-content .cinema-logo {
        display: none;
    }

    .home-cinema .event_single_text_wrapper h4 {
        padding-bottom: 20px;
    }

    .footer_wrapper {
        padding-top: 10px;
    }

    .song_heading_wrapper {
        padding-bottom: 0px;
    }

    .free_music_wrapper .top_lis_left_content .release_content_artist {
        padding-right: 0px;
    }

    .download_trending_track_wrapper .pr {
        margin-right: 17px;
    }

    .cinema-comment .footer-bnt {
        width: 90%;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1320px;
    }

    .m24_header_right_Wrapper:after {
        top: 18px;
        height: 35px;
        width: 1px;
        background: #000000 !important;
    }
}

@keyframes movebounce {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(0px);
    }
}

@media (max-width: 1400px) {
    .ms_logo_div img.logo-preicon {
        right: 35px;
    }

    .ms_logo_div img {
        right: 115px;
    }

    .ms_logo_div:after {
        right: 95px;
    }

    .main_nav_ul {
        padding-right: 100px;
    }

    .m24_header_right_Wrapper:after {
        top: 18px;
        height: 35px;
        background: #000000 !important;
    }

    .m24_navi_langauage_box {
        width: 130px;
        margin-left: 55px;
    }
}

@media (max-width: 1199px) and (min-width: 991px) {
    .m24_signin_wrapper {
        padding: 0px 0;
    }
}

@media (max-width: 1650px) {
    .m24_header_right_Wrapper:after {
        right: 25px;
    }
}


@media (max-width: 1199px) and (min-width: 991px) {
    .main_slider_wrapper .carousel-nevigation {
        right: 9%;
    }

    .main_slider_wrapper .carousel-indicators {
        padding-right: 16%;
    }
}





/* Absolute Center Spinner */
.new-loading {
    position: fixed;
    z-index: 2000;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    /* Transparent Overlay */
    .new-loading:before {
        content: "";
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: radial-gradient(rgba(20, 20, 20, 0.8), rgba(0, 0, 0, 0.8));
        background: -webkit-radial-gradient( rgba(20, 20, 20, 0.8), rgba(0, 0, 0, 0.8) );
    }

    .new-loading.loader-hide {
        display: none;
    }

    .new-loading .loader {
        --cell-size: 52px;
        --cell-spacing: 1px;
        --cells: 3;
        --total-size: calc( var(--cells) * (var(--cell-size) + 2 * var(--cell-spacing)) );
        display: flex;
        flex-wrap: wrap;
        width: var(--total-size);
        height: var(--total-size);
        position: absolute;
        top: calc(50% - 80px);
        left: calc(50% - 80px);
    }

    .new-loading .cell {
        flex: 0 0 var(--cell-size);
        margin: var(--cell-spacing);
        background-color: transparent;
        box-sizing: border-box;
        border-radius: 4px;
        animation: 1.5s ripple ease infinite;
        z-index: 2500;
    }

        .new-loading .cell.d-1 {
            animation-delay: 100ms;
        }

        .new-loading .cell.d-2 {
            animation-delay: 200ms;
        }

        .new-loading .cell.d-3 {
            animation-delay: 300ms;
        }

        .new-loading .cell.d-4 {
            animation-delay: 400ms;
        }

        .new-loading .cell:nth-child(1) {
            --cell-color: #ff4120;
        }

        .new-loading .cell:nth-child(2) {
            --cell-color: #FF5B3A;
        }

        .new-loading .cell:nth-child(3) {
            --cell-color: #fe7945;
        }

        .new-loading .cell:nth-child(4) {
            --cell-color: #FF5B3A;
        }

        .new-loading .cell:nth-child(5) {
            --cell-color: #fe7945;
        }

        .new-loading .cell:nth-child(6) {
            --cell-color: #FF5B3A;
        }

        .new-loading .cell:nth-child(7) {
            --cell-color: #fe7945;
        }

        .new-loading .cell:nth-child(8) {
            --cell-color: #FF5B3A;
        }

        .new-loading .cell:nth-child(9) {
            --cell-color: #ff4120;
        }

/*Animation*/
@keyframes ripple {
    0% {
        background-color: transparent;
    }

    30% {
        background-color: var(--cell-color);
    }

    60% {
        background-color: transparent;
    }

    100% {
        background-color: transparent;
    }
}
