@import'esplayer.css';
@import'../player/player.css';


.bg-accent-primary {
    background-color: #46046a;
}

.crumina-promo-block {
    padding: 70px;
}

.bg-yellow-themes {
    background-color: #770eb1;
}

.crumina-promo-block {
    padding: 70px;
}

.banner-search-form {
    position: relative;
}

.crumina-promo-block>div {
    max-width: 540px;
    margin: 0 auto;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.banner-search-form input {
    height: 60px;
    border-radius: 30px;
    border: 1px solid #424475;
    background: 0 0;
    padding-left: 35px;
}

.newsletter-block .banner-search-form input {
    background: #dbd4d4;
    border-radius: 8px;
    border: 0 !important;
}

.banner-search-form.style-two button {
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    border-radius: 6px;
    font-weight: 600;
    text-align: center;
    padding: 0 20px;
    border: 0;
}

a.button-3.crumina-button {
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 8px;
    border: 1px solid #fff;
    color: #fff;
    padding: 15px 35px;
    display: inline-block;
}

p.fw-medium {
    margin-bottom: 20px;
}

.download_wrapper {
    z-index: 1;
}

.footer_widget h4 {
    text-transform: uppercase;
}

.footer_contact_wrapper ul.list-unstyled.__common_nav {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}

.footer_contact_wrapper ul.list-unstyled.__common_nav li {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 7px;
}

.footer_contact_wrapper ul.list-unstyled.__common_nav li i {
    margin-right: 10px;
}

ul.social-icons {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    clear: both;
    padding-top: 15px;
}

ul.social-icons li {
    margin-right: 10px;
}

ul.social-icons li a {
    height: 40px;
    width: 40px;
    text-align: center;
    display: inline-block;
    border: 1px solid;
    line-height: 40px;
    font-size: 20px;
    border-radius: 50%;
}

ul.social-icons li a:hover {
    background: #fff;
}

.section2_bottom_wrapper {
    margin-bottom: 0;
    background: #222224 !important;
}

.aboutus_social_icons a {
    text-transform: initial;
    font-weight: 500;
    font-size: 16px;
    font-family: 'Roboto';
    color: #797979;
}

.lang_list_wrapper {
    display: none;
}

.lang_apply_btn a:focus {
    color: #fff;
}

.navi_searchbar_wrapper {
    max-width: 250px;
    width: auto;
}

.form-control,
.custom-select {
    background-color: #32266e;
    color: #ffffff;
    border: 1px solid #3b2e7e;
}

.form-control::-webkit-input-placeholder {
    color: #4c4087;
}

.form-control::-moz-placeholder {
    color: #4c4087;
}

.form-control:-ms-input-placeholder {
    color: #4c4087;
}

.form-control::-ms-input-placeholder {
    color: #4c4087;
}

.form-control::placeholder {
    color: #4c4087;
}

.custom-select {
    color: #4c4087;
}

.btn {
    background-color: #d54306;
}

.navi_searchbar_wrapper {
    margin-left: auto;
}

.m24_navi_langauage_box {
    margin-left: 15px;
}

.m24_navi_main_wrapper.ms_cover.fixedNav {
    background: #1F164D !important;
}

.navi_searchbar_wrapper input {
    border-radius: 6px;
    border: 0;
    border-bottom: 1px solid #1F164D;
    background: #1F164D;
    height: auto;
    padding: 10px;
    padding-left: 50px;
}

.navi_searchbar_wrapper i {
    color: #fff;
}

.navi_searchbar_wrapper input::-webkit-input-placeholder {
    color: #fff;
}

.navi_searchbar_wrapper input::-moz-placeholder {
    color: #fff;
}

.navi_searchbar_wrapper input:-ms-input-placeholder {
    color: #fff;
}

.navi_searchbar_wrapper input::-ms-input-placeholder {
    color: #fff;
}

.navi_searchbar_wrapper input::placeholder {
    color: #fff;
}

.m24_signin_wrapper .login_top_wrapper {
    width: auto;
}

ul.menu-list {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
            align-items: center;
}


.menu-wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
}

ul.menu-list>li+li {
    margin-left: 12px;
}

ul.menu-list a {
    color: #fff;
    padding: 5px;
}

ul.menu-list li {
    position: relative;
}

ul.menu-list li:hover .submenu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
    display: block !important;
}

ul.submenu {
    background: #fff;
    min-width: 370px;
    top: 60px;
    padding-top: 0;
    box-shadow: 0 4px 6px #323232, 0 1px 3px rgb(0 0 0 / 15%);

    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
            transform-origin: top;
    z-index: 999;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

span.menu-text {
    line-height: 1.4;
    font-weight: 700;
}

.icon-box img {
    width: 50px;
    margin-right: 8px;
}
span.menu-sub-text {
    display: block;
    font-size: 14px;
    font-weight: 400;
}
ul.submenu li a {
    text-transform: capitalize;
    font-size: 16px;
    line-height: 24px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    padding: 6px 15px;
    color: #000;
    width: 100%;
    font-weight: 400;
    border-bottom: 1px solid #e1e1e1;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    padding: 10px 15px;
}

ul.menu-list li a:hover {
    color: #d54306;
}

ul.submenu li a:hover {
    background: #eee;
    color: #000;
}

.m24_navi_langauage_box .theme-switch-wrapper.headbtn {
    padding-top: 0;
}

.header-inner {
    display: -webkit-box;
    display: flex;
    /* align-items: center; */
    flex-wrap: wrap;
}

.lang_apply_btn a {
    width: auto;
    padding: 0 16px;
    font-size: 14px;
    text-transform: capitalize;
}

.artist_wrapper.artist_wrap {
    padding-top: 100px;
    padding-bottom: 0px;
    position: relative;
}

.artist-img-bg {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-filter: brightness(20%) blur(8px);
            filter: brightness(20%) blur(8px);
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #d54306;
}

.article-img-inner img {
    display: block;
    margin: 0 auto;
    text-align: center;
    float: none;
    width: auto;
    border-radius: 0;
    box-shadow: 6px 6px 0px #d54306;
    max-width: 100%;
    background-color: #fff;
    min-height: 250px;
    -o-object-fit: contain;
       object-fit: contain;
}

.article-img-inner {
    margin-bottom: 10px;
    -webkit-box-flex: 0;
            flex: 0 0 260px;
    max-width: 260px;
}

.artist_wrap .artist_wrapper_text {
    padding: 0 15px;
    width: 100%;
    float: none;
}

.article-wrapper-info {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -80px;
}

.artist_wrapper_left {
    width: auto;
    -webkit-box-flex: 1;
            flex: 1;
    padding: 0 30px;
}

.artist_wrapper_text h1 {
    text-align: left;
    font-size: 30px;
    text-transform: uppercase;
}

.artist-social-info {
    -webkit-box-flex: 0;
            flex: 0 0 240px;
    max-width: 240px;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}

.artist_wrapper_text h1 hr {
    border-color: #d54306;
    width: 60px;
    border-width: 4px;
    border-radius: 10px;
    margin-left: 0;
}

.social-info {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
            justify-content: center;
}

.social-info-wrapper {
    display: -webkit-box;
    display: flex;
    border-radius: 0;
    position: relative;
    -webkit-box-pack: end;
            justify-content: flex-end;
    border-bottom: 1px solid;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.social-info-wrapper a {
    padding: 14px;
    color: #fff;
    height: 45px;
    width: 45px;
    display: inline-block;
    border: 1px solid;
    text-align: center;
    border-radius: 50%;
    line-height: 1;
    margin: 5px;
    background: #d54306;
}

.cancel_wrapper a {
    border-radius: 6px;
    color: #d54306;
    padding: 12px 12px;
    width: auto;
    height: auto;
    line-height: normal;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
}
.cancel_wrapper a i {
    margin-right: 10px;
    color: #000;
}

span.artist-followers {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
}

.location-text {
    color: #fff;
}

.location-text i {
    margin-right: 6px;
}

.artist-desc {
    margin: 10px auto 50px;
}

.artist-desc h2 {
    margin-bottom: 15px;
}

.artist-desc p {
    color: #fff;
    font-size: 18px;
    line-height: 1.6;
}

.view_play_btn {
    float: none;
    margin: auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
            justify-content: flex-start;
    width: 100%;
}

.artist-play-button a.clickPlay {
    width: 116px;
    height: 116px;
    border-radius: 50%;
    box-shadow: 0 2px 7.9px 0.1px rgb(15 39 76 / 20%);
    background-color: #fff;
    position: relative;
    z-index: 3;
    bottom: -40px;
    padding: 30px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    margin-left: 0;
}

section.section2 {
    position: relative;
    padding-top: 150px;
    overflow: hidden;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    /* height: 200px; */
    width: 100%;
    background: #fff;
}

section.section2:after {
    content: "";
    width: 110%;
    height: 120px;
    background: -webkit-gradient(linear, left top, left bottom, from(#1f164d), to(#1f164d));
    background: linear-gradient(180deg, #1f164d, #1f164d);
    position: absolute;
    top: -60px;
    border-radius: 100%;
    z-index: 0;
    overflow: hidden;
}

.artist-play-button a.clickPlay i {
    font-size: 50px;
    margin: 0;
}


.modal-dialog {
    width: 100%;
    margin-top: 90px;
}

.article-content-wrap {
    padding-top: 120px;
}

.artist_btn {
    margin-top: 0;
    margin-bottom: -50px;
}

.watching-wrap {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
            justify-content: center;
    margin-top: auto;
}

.watching-wrap p.vc_view {
    margin: 10px auto !important;
}

.watching-wrap .cancel_wrapper {
    float: none;
    display: inline-block;
    margin: auto;
}

.watching-wrap .cancel_wrapper a {
    margin-left: 0;
}

.location-text ul.tranding_more_option li {
    width: auto;
    display: inline-block;
}

.location-text ul.tranding_more_option {
    visibility: visible;
    opacity: 1;
    position: relative;
    bottom: 0;
    left: 0;
    background: transparent;
    display: -webkit-box;
    display: flex;
    width: 100%;
    max-width: initial;
    padding: 0;
    -webkit-transform: none;
            transform: none;
}

.location-text ul.tranding_more_option li a {
    display: inline-block;
    color: #fff;
    background: transparent;
    padding: 0;
    margin: 0;
}

.location-text ul.tranding_more_option li {
    margin-right: 15px;
}

.modal-title {
    color: #d54306;
}

.quick_link_wrapper.ms_cover {
    background: linear-gradient(45deg, #32266e, #d54306);
}

a.__subcat {
    background: #ffffff7a;
    padding: 10px;
    display: block;
    text-align: center;
    border-radius: 4px;
    margin: 6px 0;
    font-weight: 500;
    color: #000;
}

.quick_link_wrapper #accordion .card {
    background-color: transparent !important;
    background: transparent !important;
}

.quick_link_wrapper #accordion .card_pagee a,
.quick_link_wrapper #accordion .card-body {
    background: transparent !important;
}

.form-group input.form-control,
.form-group textarea {
    background: #32266e !important;
    color: #fff !important;
    border-radius: 6px !important;
}

.contact_section .tb_es_btn_wrapper button {
    background: #d54306;
    border-radius: 6px;
    width: 150px;
    font-size: 22px;
}

.contact_section .tb_es_btn_wrapper button i {
    line-height: 1;
    display: inline-block;
    top: -3px;
    position: relative;
    left: -5px;
}

.bcheck-listing h5.feature-title {
    margin-bottom: 10px;
}
.download_app_logo{
    padding-left: 0;
}
.download_app_logo li a i:before{
    font-size: 60px;
}
.release_tabs_wrapper li.nav-item a {
    background: #fff !important;
    padding: 5px 10px!important;
}
.release_tabs_wrapper li.nav-item +li {
    margin-left: 5px;
}
.contact_section {
    padding-top: 110px;
}
@media screen and (max-width:1200px) {
    ul.usefull_linkx li {
        -webkit-box-flex: 0;
                flex: 0 0 100%;
        max-width: 100%;
        padding: 0 5px;
    }

    ul.menu-list>li+li {
        margin-left: 5px;
    }

    .login_top_wrapper {
        display: none;
    }

    .m24_header_right_Wrapper {
        -webkit-box-flex: 0;
                flex: 0 0 80px;
        max-width: 80px;
    }
}

@media screen and (max-width:767px) {
    .m24_navi_langauage_box {
        display: none;
    }

    .m24_navigation_wrapper {
        padding: 0;
        width: 100%;
        -webkit-box-flex: 100%;
                flex: 100%;
        -webkit-box-pack: center;
                justify-content: center;
        margin: 10px 0;
    }

    .m24_logo_wrapper {
        width: 100%;
        -webkit-box-flex: 100%;
                flex: 100%;
        max-width: 100%;
        justify-content: center;
    }

    .m24_header_right_Wrapper {
        display: none;
    }

    ul.submenu {
        right: 0;
        left: unset;
        min-width: 200px;
    }

    .artist_wrapper.artist_wrap {
        padding-top: 140px;
    }
}