@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow: hidden;
    background: #000000;
    position: relative;
    padding-top: 140px;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}
marquee.marq-txt-inn ul {
    text-align: left;
    width: fit-content;
}
button.select-dropdown__button i {
    position: absolute;
    right: 20px;
        top: 50%;
    transform: translateY(-50%);
}
.marq-txt-inn ul li strong {
    display: inline-block;
    margin-left: 4px;
}
a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}
.marq-txt-inn ul li {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    margin: 0 50px;
    font-size: 36px;
    line-height: 1;
    font-weight: 300;
}
hei {
    max-width: 100%;
}


input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

ul {
    margin: 0px;
    padding: 0;
    list-style-type: none;
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.btn10 {
    border: 1px solid #a30000!important;
    text-align: center;
    position: relative;
    overflow: hidden!important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: #a30000!important;
    z-index: 10;
    display: inline-block;
    color: #fff;
    padding: 20px 20px;
    border-radius: 10px;
    font-size: 17px;
    font-family: Poppins;
    font-weight: 400
}

.btn10:hover {
    border: 1px solid #a30000!important;
    color: #fff!important
}

.btn10::before {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #a30000;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    left: -10%;
    opacity: 1;
    top: 0;
    z-index: -12;
    -moz-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    -o-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    -webkit-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    transition: all .7s cubic-bezier(.77, 0, .175, 1);
    box-shadow: 2px 0 14px rgba(0, 0, 0, .6);
    border-color: #a30000!important
}

.btn10::after {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #fff;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    left: -10%;
    opacity: 0;
    top: 0;
    z-index: -15;
    -webkit-transition: all .94s cubic-bezier(.2, .95, .57, .99);
    -moz-transition: all .4s cubic-bezier(.2, .95, .57, .99);
    -o-transition: all .4s cubic-bezier(.2, .95, .57, .99);
    transition: all .4s cubic-bezier(.2, .95, .57, .99);
    box-shadow: 2px 0 14px rgba(0, 0, 0, .6);
    border-color: #a30000!important
}

.btn10:hover::before,
.btn1O:hover::before {
    opacity: 1;
    width: 116%
}

.btn10:hover::after,
.btn1O:hover::after {
    opacity: 1;
    width: 120%
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h2 {
    font-family: 'Bebas Neue', cursive;
    font-size: 65px;
    line-height: 1;
    color: #ffffff;
}

h3 {
    font-family: 'Bebas Neue', cursive;
    font-size: 36px;
    line-height: 1;
    color: #ffffff;
}

h4 {
    font-family: 'Bebas Neue', cursive;
    font-size: 50px;
    line-height: 1;
    color: #ffffff;
}

h5 {
    font-family: 'Bebas Neue', cursive;
    font-size: 40px;
    line-height: 1;
    color: #ffffff;
}

h6 {
    --bs-font-sans-serif: "Helvetica Neue";
    color: #fff;
}

p {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.2;
    --bs-font-sans-serif: "Helvetica Neue";
    font-weight: 400;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}


/*header css start */

.mb-menu-br ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
}

.mb-menu-br {
    padding-top: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.mb-menu-br i {
    color: white;
    font-size: 30px;
}

.mb-menu-br span.blink {
    width: 20px;
    height: 20px;
}

.mb-menu-br ul li:nth-child(2) {
    /* width: 30%; */
    text-align: end;
    padding-left: 15px;
}

.mb-menu-active .mobile-headr {
    left: 0;
    transition: 0.5s ease;
}

.mobile-headr {
    height: 100vh;
    transition: 0.5s ease;
    background: rgba(255, 255, 255, 0);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(15px);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
    padding: 0 15px;
    left: -100%;
}

.mb-hdr-head ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mb-hdr-head ul span.blink {
    width: 20px;
    height: 20px;
}

.mb-hdr-head ul .onair p {
    font-size: 15px;
}

html {
    overflow-x: hidden;
}

.cross i {
    color: white;
    font-size: 30px;
}

.mb-hdr-head {
    padding-top: 20px;
}

.mb-hdr-bdy {
    height: 90%;
    display: flex;
    align-items: center;
    padding-left: 20px;
}

.mb-hdr-bdy .mb-menu a {
    color: white;
    font-size: 35px;
}

.mb-hdr-bdy .mb-menu li {
    margin-bottom: 25px;
    position: relative;
    padding-left: 30px;
}

.mb-hdr-bdy .mb-menu li::marker {
    font-size: 60px;
    color: white;
}

.mb-hdr-bdy .mb-menu li::before {
    content: '\f111';
    position: absolute;
    top: 2px;
    font-family: 'Font Awesome 5 Pro';
    color: white;
    left: 0;
    font-weight: 700;
}

.mb-hdr-head ul li:nth-child(2) {
    text-align: center;
    padding-left: 20px;
}

.mb-hdr-head ul li .onair {
    text-align: end;
}

header {
    position: fixed;
    width: 100%;
    top: 0;
    transition: 0.5s ease;
    z-index: 999;
    backdrop-filter: blur(12px);
    animation: slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

header.scrollActive {
    position: fixed;
    transition: 0.5s ease;
    background: rgb(255 255 255 / 31%);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(9px);
    animation: slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@keyframes slide-in-top {
    0% {
        -webkit-transform: translateY(-1000px);
        transform: translateY(-1000px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

.header-logo a {
    display: flex;
    align-items: center;
    gap: 20px;
    /* justify-content: center; */
}

.residnt-sl-mn.slick-initialized.slick-slider {
    padding: 0;
}

.menu-ul {
    /* column-count: 2; */
    list-style: disc;
    color: white;
    /*border-left: 1px solid #fff;*/
    /* padding-left: 80px; */
    /*border-right: 1px solid #fff;*/
    padding-bottom: 10px;
    padding-top: 10px;
    display: flex;
    align-items: center;
    justify-content: end;
    height: 70px;
}

.menu-ul a {
    color: white;
    --bs-font-sans-serif:
    "Helvetica Neue";
    font-size: 16px;
    position: relative;
    padding: 2px 2px;
}
.menu-ul a:before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    right: 0;
    height: 2px;
    background: #fff;
    transition: 0.5s;
    margin: 0 auto;
    opacity: 0;
}

.menu-ul a:hover:before {
    width: 100%;
    transition: 0.5s;
    height: 1%;
    z-index: -1;
    opacity: 1;
}

.menu-ul a:hover {color: #fff;}
.menu-ul li {
    margin-bottom: 5px;
    margin-left: 50px;
}

.menu-ul li::marker {
    font-size: 22px;
}

.menuSec .row {
    align-items: center;
}

.arrow-new ul {
    display: flex;
    align-items: flex-start;
    justify-content: end;
    gap: 12px;
}

.header-rgt {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
}

.arrow-new li>span {
    color: white;
    font-style: italic;
    font-size: 17px;
}

.arrow-new ul h6 span {
    display: block;
}

.arrow-new ul h6 {
    margin: 0;
    font-size: 18px;
    color: white;
}

.onair p {
    margin-bottom: 0;
}

.onair span {
    width: 25px;
    height: 25px;
    display: block;
    background: #FF0000;
    border-radius: 50px;
    margin: 0 auto 6px;
}

.blink {
    animation: blinkani .8s linear infinite;
}

@keyframes blinkani {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.onair {
    text-align: center;
}

.marque-inner {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-left: 15px;
    position:relative;
    height: 26px;
}
.play-icn {
    position: absolute;
    left: 0;
}

.marque-sc {
    border-bottom: 1px solid #fff;
    padding: 10px 0;
    height: 45px;
}

.marq-txt p {
    margin-bottom: 0;
    float: left;
    white-space: nowrap;
    font-size: 21px;
    font-weight: 200;
    margin-left: 25px;
}

.marq-txt {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 30px;
}

.marq-txt .marq-txt-inn {
    display: flex;
    align-items: center;
    animation: marquee 12s linear infinite;
    position: absolute;
}


/* keyframe */

@keyframes marquee {
    0% {
        left: 0%;
    }
    100% {
        left: -100%;
    }
}

.play-icn i {
    color: white;
    font-size: 20px;
}

.menuSec {
    padding: 0px 0;
    border-bottom: 1px solid #fff;
}

.menuSec img {
    margin: 0;
}

.menuSec #menu {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
    text-transform: capitalize;
}

.menuSec #menu li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec #menuli a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #393939;
    padding: 10px 23px;
    font-size: 13px;
}


/* 
.menuSec #menu li a:after {
    content: '';
    position: absolute;
    top: 35%;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #393939;
} */

.menuSec #menu li:last-child a {
    padding-right: 0px;
}

.menuSec #menu li:last-child a:after {
    display: none;
}

.menuSec #menu li a:hover,
.menuSec #menu li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #28b16d;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}


/*header css start */
.support_logos{
    display: block;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0;
}
.fv-icn {
    animation: rotate 6.5s linear infinite;
    width: 15%;
}
img.logo {
    width: 45%;
}
.merch-img-inn-txt img {
    width: 22%;
}
@keyframes rotate {
    0% {
        transform: rotate(360deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}


/*banner css start */


/* .mn-bannersc {
    margin-top: 160px !important;
} */

.mn-bannersc {
    margin: 25px 0;
}

.banner-img {
    padding: 10px;
    height: 100%;
    border: 1px solid #fff;
}

.banner-txt {
    height: 100%;
    border: 1px solid #fff;
}

.banner-txt h3 {
    margin: 0;
    border-bottom: 1px solid;
    font-size: 40px;
    padding: 10px 20px 5px;
}

.chat-massg {
    height: 380px;
    overflow-y: scroll;
}

.chat-massg::-webkit-scrollbar {
    width: 1em;
}

.chat-massg::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border: 1px solid #fff;
}

.chat-massg::-webkit-scrollbar-thumb {
    background-color: rgb(255, 255, 255);
    /* outline: 1px solid slategrey; */
}

body::-webkit-scrollbar {
    width: 1em;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border: 1px solid #fff;
}

body::-webkit-scrollbar-thumb {
    background-color: rgb(255, 255, 255);
    /* outline: 1px solid slategrey; */
}

.chat-massg p {
    margin-bottom: 0;
    padding: 25px 20px;
    border-bottom: 1px solid;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
}

.chat-massg p:last-child {
    border: 0;
}

.chat-massg p span {
    font-weight: 600;
}

.banner-img img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.chat-cntrol ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 11px;
}

.chat-cntrol {
    padding: 25px 0px;
    border-top: 1px solid #fff;
}

.chat-cntrol li i {
    font-size: 25px;
    color: #ffffff;
}

.chat-cntrol li span {
    color: white;
    font-size: 24px;
    /*font-style: italic;*/
    margin-left: 5px;
}

.chat-cntrol .li-first {
    width: 10%;
    text-align: center;
}

.chat-cntrol .li-last {
    width: 10%;
    display: flex;
    align-items: center;
    /* gap: 15px; */
    gap: 5px;
}

.chat-cntrol .li-second {
    width: 100%;
}

.chat-cntrol .li-second input {
    width: 100%;
    background: transparent;
    border: 1px solid #fff;
    height: 40px;
    color: white;
    padding: 0 10px;
}

.chat-cntrol .li-first i {
    color: #808080;
}

.chat-massg p b {
    font-weight: 200;
    width: 50%;
}


/*banner css end*/


/* resideint sec css  */

.resi-active {
    color: white !important;
}

.resi-sl-cont {
    padding: 0px 35px;
}

.un-head h3 {
    border: 1px solid rgb(255, 255, 255);
    padding: 15px 20px 10px;
    margin-bottom: 25px;
}

.resi-inn {
    border: 1px solid #fff;
}

.resi-inn img {
    width: 100%;
    object-fit: cover;
    height: 300px;
    transition: 0.5s;
}
.resi-img {
    overflow: hidden;
}

.resi-inn.artist_box:hover .resi-img img {
    transform: scale(1.2);
    transition: 0.5s;
}

/*.resi-inn.artist_box:hover {
    box-shadow: 0 0 10px #fff;
}*/
p.ellipsis-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.modal-btn {
    text-align: start;
}
div#staticBackdrop .modal-dialog {
    top: 70px;
}

.btn-close {
    filter: invert(1) brightness(4.5);
}
.modal-btn a {
    color: #fff !important;
    font-size: 18px;
    border-bottom: 1px solid;
    cursor: pointer;
}
.modal-btn a {
    color: #fff !important;
    font-size: 18px;
    border-bottom: 1px solid;
}
.resi-inn ul {
    display: block;
    align-items: flex-start;
    justify-content: space-between;
    padding: 20px 20px;
    border-top: 1px solid #fff;
}

.resi-inn ul h6 {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 300;
    --bs-font-sans-serif: "Helvetica Neue";
    color: white;
}

.meta-res span {
    color: white;
    font-style: italic;
    border: 1px solid;
    padding: 1px 10px;
    border-radius: 50px;
    display: block;
    font-size: 12px;
}

.meta-res {
    display: inline-flex;
    gap: 10px;
    margin-top: 7px;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    flex-wrap: wrap;
    width: 100%;
}


/* .slick-slide.slick-current.slick-active {
    transition: 0.5s ease;
    margin: 0 10px !important;
} */


/* .slick-slide.slick-current.slick-active+.slick-active {
    margin-right: 0;
} */

.residnt-sl-mn .slick-slide {
    opacity: 1;
    transition: 0.5s ease;
    margin: 0 10px;
}


/* about sec css */

.about-sc .scnd-cntnr {
    border: 1px solid #fff;
}

section .container {
    padding: 0;
}

.abt-txt {
    padding: 50px 0px 50px 50px;
}

.about-sc .row {
    align-items: center;
}

.abt-txt-img {
    text-align: inherit;
}

.about-sc {
    padding: 25px 0;
}


/* merchandise sec css */

.merch-img h3 {
    border: 1px solid rgb(255, 255, 255);
    padding: 15px 20px 10px;
    margin-bottom: 25px;
}

.merch-img-inn {
    border: 1px solid rgb(255, 255, 255);
    padding: 15px 30px 10px;
}

.merch-img-inn img {
    display: block;
    margin: 0 auto 30px;
    width:100%;
}

.merch-img-inn h6 {
    font-size: 20px;
    font-weight: 600;
    color: white;
}

.merch-img-inn p a {
    color: white;
    border-bottom: 1px solid;
    padding-bottom: 3px;
}

.merch-img-txt h3 {
    border: 1px solid rgb(255, 255, 255);
    padding: 15px 20px 10px;
    margin-bottom: 25px;
}

.merch-img-txt {
    height: 100%;
    position: relative;
}

.merch-img-inn-txt {
    height: 75.8%;
    position: relative;
    border: 1px solid rgb(255, 255, 255);
    padding: 15px 30px 10px;
    display: flex;
}

.merch-img-inn-txt p {
    width: 32%;
    margin-top: 10px;
}

.merch-img-inn-txt .dsgn {
    position: absolute;
    bottom: -16.2%;
    left: 0;
}

.merch-img-inn-txt h6 {
    color: white;
    font-size: 12px;
}

.merch-img-inn-txt h6 span {
    display: block;
    font-weight: 700;
    font-size: 16px;
}

.copy-txt p {
    margin-bottom: 0;
    padding: 15px 0;
    text-align: end;
    color: #808080;
    font-weight: 100;
}

.appyly-btn {
    position: fixed;
    right: -5px;
    top: 31%;
    transform: rotate(180deg) scale(0.8);
    writing-mode: vertical-rl;
    color: white;
    font-size: 20px;
    border: 1px solid;
    padding: 20px 10px;
    border-radius: 0px 15px 15px 0px;
    background: black;
}

.appyly-btn:hover,
.appyly-btn:focus {
    color: #fff !important;
}

.residnt-sl-mn .slick-arrow::before {
    color: white;
    opacity: 1;
    font-family: 'Font Awesome 5 Pro';
    font-size: 25px;
}

.residnt-sl-mn .slick-prev::before {
    content: '\f053';
}

.residnt-sl-mn .slick-next::before {
    content: '\f054';
}

.residnt-sl-mn .slick-prev {
    left: -40px;
}

.residnt-sl-mn .slick-next {
    right: -40px;
}


/* schedule sec page css */

.shedule-sec {
    padding: 25px 0px 0 0;
}

.schedul-sldr {
    border: 1px solid rgb(255, 255, 255);
    padding: 15px 20px 10px;
    margin-bottom: 25px;
}

.schedul-sldr .slick-slide h3 {
    margin: 0;
    text-align: center;
}

.schedul-list {
    border: 1px solid rgb(255, 255, 255);
    margin: 0;
}

.schedul-list ul li {
    border-bottom: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 20px;
}

.schedul-list ul li h6 {
    margin-bottom: 0;
    text-transform: uppercase;
}

.schedul-list ul li p {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.schedul-list ul li p span {
    width: 25px;
    height: 25px;
    display: inline-block;
    background: #FF0000;
    border-radius: 50px;
}

.schedul-list ul li:last-child {
    border: 0;
}

.schedul-sldr .slick-arrow::before {
    color: white;
    opacity: 1;
    font-family: 'Font Awesome 5 Pro';
    font-size: 25px;
}

.schedul-sldr .slick-arrow {
    z-index: 9999;
}

.schedul-sldr .slick-prev::before {
    content: '\f053';
}

.schedul-sldr .slick-next::before {
    content: '\f054';
}

.schedul-sldr .slick-prev {
    left: 20px;
}

.schedul-sldr .slick-next {
    right: 20px;
}

.resident-pg-sec {
    margin-top: 25px;
}

.resident-pg-sec .resi-inn {
    margin-bottom: 25px;
}

.resi-fltr ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.resi-fltr ul li {
    color: #808080;
    font-size: 30px;
    font-weight: 300;
    cursor: pointer;
}

.resi-fltr {
    border: 1px solid rgb(255, 255, 255);
    padding: 15px 20px 15px;
    margin-bottom: 25px;
}

.resi-fltr ul li:hover {
    color: white;
}


/* resident detail page css */

.resident-dtl-cntnt {
    padding-top: 25px;
}

.resident-dtl-cntnt img {
    width: 100%;
    height: 465px;
    object-fit: cover;
    border: 1px solid #fff;
    margin-bottom: 25px;
}

.resident-dtl-txt {
    padding: 20px;
    border: 1px solid #fff;
}

.resident-dtl-txt em {
    color: white;
}

.resident-dtl-txt h2 {
    margin: 15px 0;
}

.resident-dtl-txt p {
    width: 40%;
}

.resident-dtl-cntnt>a {
    color: white;
    font-size: 18px;
    display: flex;
    margin-top: 20px;
    align-items: center;
    gap: 10px;
}

.resident-dtl-cntnt>a i {
    font-size: 30px;
}


/* events page sc  */

.event-pg-sc {
    padding-top: 25px;
    padding-bottom: 0;
}

.event-inn-mn img {
    display: block;
    margin: auto;
    height: 335px;
    object-fit: cover;
    padding: 20px 0;
}

.event-inn-mn {
    border: 1px solid #fff;
    margin-bottom: 30px;
}

.event-txt {
    padding: 25px 20px;
    border-top: 1px solid #fff;
}

.event-txt h6 {
    margin-bottom: 0;
    font-size: 25px;
}

.event-txt em {
    color: white;
    font-size: 16px;
}

.evnt-singl {
    border: 1px solid #fff;
    margin-bottom: 25px;
    padding: 50px 20px;
}

.evnt-singl img {
    border: 0;
    display: block;
    margin: auto;
    height: 400px;
    width: 100%;
    object-position: top;
}


/* apply form css */

.apply-modal.show {
    background: #000000c7;
    z-index: 9999;
}

body {
    transition: 0.5s ease;
}

body.modal-open {
    padding: 0;
    height: 100vh;
    transition: 0.5s ease;
    padding-top: 140px;
}

.apply-modal .modal-header {
    padding: 10px 20px;
}

.apply-modal .modal-dialog {
    width: 50%;
    max-width: 50%;
}

.modal-content {
    background: black;
    border-radius: 0;
    border: 1px solid #fff;
}

.apply-modal .modal-header .btn-close {
    margin-top: -12px;
    filter: brightness(0) invert(1);
}

.apply-modal input {
    width: 100%;
    height: 50px;
    padding: 0 10px;
    background: transparent;
    border: 1px solid #ffff;
    margin-bottom: 20px;
    color: white;
}

.apply-modal input::placeholder,
.apply-modal textarea::placeholder {
    color: white;
}

.apply-modal textarea {
    padding: 10px 10px;
    background: transparent;
    border: 1px solid #ffff;
    margin-bottom: 20px;
    color: white;
    width: 100%;
}

.apply-modal .modal-body {
    padding: 30px 15px;
}

.apply-modal .modal-body button {
    background: transparent;
    color: white;
    border: 1px solid;
    padding: 9px 40px;
}


/* canva css */

#cube figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#cube * {
    cursor: pointer;
}

.abt-txt-img {
    position: relative;
    transform: scale(1.3);
}

.new-container {
    position: relative;
    perspective: 1000px;
    margin: auto;
    height: 500px;
    width: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    overflow: hidden;
}

#cube {
    width: 100%;
    height: 100%;
    position: absolute;
    transform-style: preserve-3d;
    display: flex;
    align-items: center;
    justify-content: center;
}

#cube.aniactive {
    animation: rotate1 20s infinite linear;
    -webkit-animation: rotate1 20s infinite linear;
}

@keyframes rotate1 {
    from {
        transform: rotateX(0deg) rotateY(0deg);
        -ms-transform: rotateX(0deg) rotateY(0deg);
        -webkit-transform: rotateX(0deg) rotateY(0deg);
    }
    to {
        transform: rotateX(360deg) rotateY(360deg);
        -ms-transform: rotateX(360deg) rotateY(360deg);
        -webkit-transform: rotateX(360deg) rotateY(360deg);
    }
}

#cube figure {
    margin: 0;
    width: 200px;
    height: 200px;
    display: block;
    position: absolute;
    border: 10px solid #242424;
    opacity: 1;
    background: #0000;
}

#cube .front {
    transform: rotateY( 0deg) translateZ(100px);
}

#cube .back {
    transform: rotateX( 180deg) translateZ(100px);
}

#cube .right {
    transform: rotateY( 90deg) translateZ(100px);
}

#cube .left {
    transform: rotateY( -90deg) translateZ(100px);
}

#cube .top {
    transform: rotateX( 90deg) translateZ(100px);
}

#cube .bottom {
    transform: rotateX( -90deg) translateZ(100px);
}

#cube {
    /*transform: translateZ( -100px);*/
}

#cube.show-front {
    transform: translateZ( -100px) rotateY( 0deg);
}

#cube.show-back {
    transform: translateZ( -100px) rotateX( -180deg);
}

#cube.show-right {
    transform: translateZ( -100px) rotateY( -90deg);
}

#cube.show-left {
    transform: translateZ( -100px) rotateY( 90deg);
}

#cube.show-top {
    transform: translateZ( -100px) rotateX( -90deg);
}

#cube.show-bottom {
    transform: translateZ( -100px) rotateX( 90deg);
}

#cube {
    /*transition: transform 1s;*/
}


/* application page css */

.app-form-dv {
    margin-top: 50px;
}

.application-frm {
    padding: 20px 0 50px;
}

.app-form-dv label {
    display: block;
    font-size: 18px;
    color: white;
    font-weight: 300;
}

.app-form-dv input[type="email"],
.app-form-dv input[type="text"] {
    width: 100%;
    height: 30px;
    border: 0;
    background: transparent;
    color: white;
    font-size: 17px;
    border-bottom: 1px solid;
    margin-bottom: 40px;
}

.color-red {
    color: red;
    font-size: 24px;
    line-height: 0;
}

.app-form-dv ul {
    margin-top: 20px;
    margin-bottom: 0px;
}

.app-form-dv ul li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.app-form-dv ul li input[type="text"] {
    width: 91%;
    margin: 0;
    position: relative;
    top: 0px;
}

.app-form-dv ul input[type="radio"] {
    width: 25px;
    height: 25px;
}

.app-form-dv button {
    display: inline-block;
    width: auto;
    padding: 15px 30px;
    border: 1px solid;
    margin-left: 12px;
    margin-top: 30px;
    background: transparent;
    color: white;
    font-size: 23px;
}

.app-form-dv button:hover {
    background: white;
    color: black;
}

.app-form-dv input[type="file"] {
    margin-top: 20px;
    color: white;
    border-bottom: 1px solid;
    width: 100%;
    padding-bottom: 10px;
}


/* media query  */

@media only screen and (min-width:300px) and (max-width:519px) {
    .ps-5{
        padding-left: 0 !important;
    }
    .pe-5{
        padding-right: 0 !important;
    }
    .app-form-dv {
        padding: 0 20px;
    }
    .resident_heading{
        display:block;
    }
    body {
        padding-top: 120px;
    }
    .mn-bannersc {
        padding: 10px 15px 0;
    }
    .banner-txt {
        display: none;
    }
    .appyly-btn {
        display: none;
    }
    h3 {
        font-size: 35px;
    }
    .residnt-sl-mn .slick-slide {
        margin: 0 27px;
    }
    .resi-sl-cont {
        padding: 0px 15px;
    }
    .resident-sec .un-head {
        padding: 0 15px;
    }
    .residnt-sl-mn .slick-arrow::before {
        font-size: 35px;
    }
    .residnt-sl-mn .slick-arrow {
        z-index: 999;
    }
    .residnt-sl-mn .slick-prev {
        left: 20px;
    }
    .about-sc {
        padding: 25px 15px;
    }
    .abt-txt {
        padding: 30px 10px 30px 10px;
    }
    h2 {
        font-size: 30px;
    }
    .about-sc .scnd-cntnr .row {
        flex-direction: column-reverse;
    }
    .mearch-sec {
        padding: 0 15px;
    }
    .merch-img-inn {
        padding: 15px 10px 10px;
    }
    .merch-img-txt h3 {
        margin-top: 25px;
    }
    .merch-img-inn-txt p {
        width: 82%;
    }
    .merch-img-inn-txt {
        padding: 15px 10px 10px;
    }
    .merch-img-inn-txt {
        height: 300px;
    }
    .copy-txt p {
        text-align: center;
        font-size: 14px;
    }
    .residnt-sl-mn .slick-next {
        right: 30px;
    }
    .shedule-sec.shedule-pg-sec {
        padding: 30px 10px 0;
    }
    .schedul-list ul li p span {
        width: 15px;
        height: 15px;
    }
    section.resident-sec.resident-pg-sec {
        padding: 0 15px;
    }
    .resi-fltr ul {
        flex-wrap: wrap;
    }
    .resi-fltr ul li {
        flex: 14%;
        margin-bottom: 20px;
    }
    section.resident-sec.resident-pg-sec .un-head {
        padding: 0;
    }
    .resident-dtl {
        padding: 0 15px;
    }
    .resident-dtl-txt p {
        width: 100%;
    }
    .resident-dtl-txt {
        padding: 20px 10px;
    }
    .resident-dtl-txt h2 {
        font-size: 40px;
    }
    section.event-pg-sc {
        padding: 25px 10px;
    }
    .event-txt {
        padding: 15px 10px;
    }
    .mb-menu-br ul li:nth-child(2) img {
        width: 40%;
        animation: rotate 2.5s linear infinite;
    }
    .mb-menu-br ul li:nth-child(2) {
    /* width: 30%; */
        text-align: center;
        padding-left: 15px;
        width: 50%;
    }
    .mb-hdr-head ul li:nth-child(2) img {
        width: 50%;
        animation: rotate 2.5s linear infinite;
    }
    .mb-hdr-head ul li:nth-child(2) {
        width: 50%;
        
    }
    .meta-res.genres_list ul li a {
        width: 100%;
        display: block;
        font-size: 11px;
    }
    .mb-hdr-bdy .mb-menu li::before {
        left: 10px;
        font-size: 8px;
    }
    .abt-txt-img {
        transform: scale(1);
    }
    .bgg_recntt .recnt_boxx_new {
        position: relative !important;
        bottom: 0 !important;
        right: 0 !important;
        text-align: right !important;
        background-color: #000 !important;
        width: 100% !important;
        padding: 0px 0px !important;
    }
    .plyr_box_wrpp.player_align_content {
        display: block !important;
    }
    .new-container {
        height: 400px;
        width: auto;
    }
    .merch-img-inn img {
        width: 100%;
    }
    .merch-img-inn-txt {
    height: auto;
}
.track_data {
    width: 100% !important;
    margin-top: 20px;
}
ul.support_logos {
    display: block !important;
}
.select_player {
    width: 100% !important;
    background: #000;
}
.ms-5{
    margin-left: 0 !important;
}
.me-5{
    margin-right: 0 !important;
}
}

@media only screen and (min-width:520px) and (max-width:767px) {
    .ps-5{
        padding-left: 0 !important;
    }
    .pe-5{
        padding-right: 0 !important;
    }
    .application-frm {
        padding: 50px 0 50px;
    }
    .app-form-dv {
        margin-top: 50px;
        padding: 0 20px;
    }
    .track_data {
        width: 100% !important;
        margin-top: 20px;
    }
    .select_player {
        width: 100% !important;
        background: #000;
    }
    .mb-hdr-head ul li:nth-child(2) img {
        width: 50% !important;
        animation: rotate 2.5s linear infinite;
    }
    .plyr_box_wrpp.player_align_content {
        display: block !important;
    }
    .bgg_recntt .recnt_boxx_new {
        position: relative !important;
        bottom: 0 !important;
        right: 0 !important;
        text-align: right !important;
        background-color: #000 !important;
        width: 100% !important;
        padding: 0px 0px !important;
    }
    .merch-img-inn-txt h6 span {
        font-size: 21px;
    }
    .merch-img-inn-txt .dsgn {
        position: absolute;
        bottom: -20.2%;
        left: 0;
    }
    .mb-menu-br ul li:nth-child(2) img {
        width: 40%;
        animation: rotate 2.5s linear infinite;
    }
    .mb-menu-br ul li:nth-child(2) {
        /* width: 30%; */
        text-align: center;
        padding-left: 15px;
        width: 50%;
    }
    body {
        padding-top: 150px;
    }
    .mn-bannersc {
        padding: 10px 15px 0;
    }
    .banner-txt {
        display: none;
    }
    .appyly-btn {
        display: none;
    }
    h3 {
        font-size: 35px;
    }
    .residnt-sl-mn .slick-slide {
        margin: 0;
    }
    .resi-sl-cont {
        padding: 0px 15px;
    }
    .resident-sec .un-head {
        padding: 0 15px;
    }
    .residnt-sl-mn .slick-arrow::before {
        font-size: 35px;
    }
    .residnt-sl-mn .slick-arrow {
        z-index: 999;
    }
    .residnt-sl-mn .slick-prev {
        left: 20px;
    }
    .about-sc {
        padding: 45px 15px;
    }
    ul.support_logos {
    display: block !important;
}
    .abt-txt {
        padding: 30px 10px 30px 10px;
    }
    h2 {
        font-size: 30px;
    }
    .about-sc .scnd-cntnr .row {
        flex-direction: column-reverse;
    }
    .mearch-sec {
        padding: 0 15px;
    }
    .merch-img-inn {
        padding: 15px 10px 10px;
    }
    .merch-img-txt h3 {
        margin-top: 25px;
    }
    .merch-img-inn-txt p {
        width: 82%;
    }
    .merch-img-inn-txt {
        padding: 15px 10px 10px;
    }
    .merch-img-inn-txt {
        height: 300px;
    }
    .copy-txt p {
        text-align: center;
        font-size: 14px;
        padding-bottom:50px;
    }
    .residnt-sl-mn .slick-next {
        right: 30px;
    }
    .shedule-sec.shedule-pg-sec {
        padding: 30px 10px 0;
    }
    .schedul-list ul li p span {
        width: 15px;
        height: 15px;
    }
    section.resident-sec.resident-pg-sec {
        padding: 20px 15px;
    }
    .resi-fltr ul {
        flex-wrap: wrap;
    }
    .resi-fltr ul li {
        flex: 14%;
        margin-bottom: 20px;
    }
    section.resident-sec.resident-pg-sec .un-head {
        padding: 0;
    }
    .resident-dtl {
        padding: 0 15px;
    }
    .resident-dtl-txt p {
        width: 100%;
    }
    .resident-dtl-txt {
        padding: 20px 10px;
    }
    .resident-dtl-txt h2 {
        font-size: 40px;
    }
    section.event-pg-sc {
        padding: 25px 10px;
    }
    .event-txt {
        padding: 15px 10px;
    }
    .ms-5{
        margin-left: 0 !important;
    }
    .me-5{
        margin-right: 0 !important;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .ps-5{
        padding-left: 0 !important;
    }
    .pe-5{
        padding-right: 0 !important;
    }
    .ms-5{
        margin-left: 0 !important;
    }
    .me-5{
        margin-right: 0 !important;
    }
    .fv-icn {
        animation: rotate 2.5s linear infinite;
        width: 11%;
    }
    img.logo {
        width: 30%;
    }
    .header-rgt {
        display: flex;
        align-items: center;
        justify-content: end;
        gap: 20px;
        position: absolute;
        top: 30px;
        right: 20px;
    }
    .merch-img-inn-txt {
        height: auto;
        margin-bottom: 50px;
    }
    .merch-img-inn-txt .dsgn {
        position: absolute;
        bottom: -76.2%;
        left: 0;
    }
    .merch-img-inn-txt h6 {
        font-size: 16px;
    }
    .schedul-sldr .slick-slide h3 {
        font-size: 30px;
    }
    .abt-txt-img.new_abt_page_img img {
        width: 50%;
    }
    .header-logo {
        border-bottom: 1px solid #fff;
        padding: 15px 0;
    }
    html {
        overflow-x: hidden;
    }
    .menu-ul {
        border-left: 0;
        padding-left: 0;
        justify-content: center;
    }
    body {
        padding-top: 220px;
    }
    .onair span {
        width: 30px;
        height: 30px;
    }
    .appyly-btn {
        top: 30%;
        padding: 20px 7px;
    }
    .residnt-sl-mn .slick-slide {
        margin: 0 10px;
    }
    .resi-sl-cont {
        padding: 0px 15px;
    }
    .abt-txt-img {
        text-align: center;
        padding-top: 20px;
    }
    .scnd-cntnr .row {
        flex-direction: column-reverse;
    }
    .abt-txt {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .merch-img-txt {
        margin-top: 25px;
    }
    .merch-img-inn-txt {
        height: 350px;
    }
    .resident-dtl-txt p {
        width: 60%;
    }
    .resi-inn img {
        height: 260px;
    }
}

@media only screen and (min-width:992px) and (max-width:1023px) {
    .col-md-12.col-lg-12.col-xl-5.hd-col-2 {
        order: 3;
    }
    .col-md-12.col-lg-12.col-xl-5.hd-col-2 ul.menu-ul {
        justify-content: center;
    }
    .header-logo {
        border-bottom: 1px solid #fff;
        padding: 15px 0;
    }
    html {
        overflow-x: hidden;
    }
    .menu-ul {
        border-left: 0;
        padding-left: 20px;
    }
    body {
        padding-top: 220px;
    }
    .onair span {
        width: 30px;
        height: 30px;
    }
    .appyly-btn {
        top: 30%;
        padding: 20px 7px;
    }
    .residnt-sl-mn .slick-slide {
        margin: 0 10px;
    }
    .resi-sl-cont {
        padding: 0px 15px;
    }
    .abt-txt-img {
        text-align: center;
        padding-top: 20px;
    }
    .scnd-cntnr .row {
        flex-direction: column-reverse;
    }
    .abt-txt {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .merch-img-txt {
        margin-top: 25px;
    }
    .merch-img-inn-txt {
        height: 350px;
    }
    .resident-dtl-txt p {
        width: 60%;
    }
    .resi-inn img {
        height: 260px;
    }
}

@media only screen and (min-width:1024px) and (max-width:1279px) {
    .col-md-12.col-lg-12.col-xl-5.hd-col-2 {
        order: 3;
    }
    .col-md-12.col-lg-12.col-xl-5.hd-col-2 ul.menu-ul {
        justify-content: center;
    }
    .menu-ul {
        padding-left: 30px;
        margin-left: 20px;
    }
    .new-container {
        position: relative;
        height: 400px;
        width: 400px;
    }
    .abt-txt-img {
        transform: scale(1);
    }
    .menu-ul a {
        font-size: 14px;
    }
    .chat-cntrol .li-second {
        width: 70%;
    }
    .chat-cntrol .li-first {
        display: flex;
    }
    .chat-cntrol .li-last {
        gap: 8px;
        width: 12%;
    }
    .residnt-sl-mn .slick-slide {
        margin: 0 10px;
    }
    .resi-sl-cont {
        padding: 0px 23px;
    }
    .abt-txt {
        padding: 40px 0px 40px 30px;
    }
    .abt-txt h2 {
        font-size: 50px;
    }
    .resident-dtl-txt p {
        width: 60%;
    }
    .resi-inn img {
        height: 250px;
    }
}





.meta-res a {
    width: 46%;
    text-align: center;
}


.resi-inn li h6 {
    font-size: 17px !important;
    font-weight: 600;
    margin-bottom: 11px;
    height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.resi-inn li p {
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 35px;
}









































.meta-res.genres_list ul {
    
    width: 100%;
}
.meta-res.genres_list ul li {
    margin: 8px 0;
}
.meta-res.genres_list ul li {
    color: #fff;
    margin-right: 10px;
    position: relative;
}

/*.meta-res.genres_list ul li::after {*/
/*    content: ',';*/
/*}*/

/*new css*/

.resi-inn.artist_box {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.resi-inn.artist_box:after {
    position: absolute;
    /* content: ""; */
    /* background: linear-gradient(0deg, black, #00000042); */
    /* width: 100%; */
    height: 0;
    /* left: 0; */
    /* bottom: 0; */
    /* transition: 0.2s ease-in-out; */
}

.resi-inn.artist_box .artist_listss {
    position: relative;
    bottom: 0;
    z-index: 1;
    transition: 0.2s ease-in-out;
    /* opacity: 0; */
    /* transform: translate(0px, 100px); */
    background: linear-gradient(0deg, black, #00000042);
    width: 100%;
}

.resi-inn.artist_box:hover:after {
    transition: 0.2s ease-in-out;
    height: 49%;
}

.resi-inn.artist_box:hover .artist_listss {
    transition: 0.2s ease-in-out;
    transform: translate(0px, 0px);
    opacity: 1;
}

.resi-inn.artist_box a img {
    transition: 0.2s ease-in-out;
}

.resi-inn.artist_box:hover a img {
    transition: 0.2s ease-in-out;
    filter: blur(6px);
}

.meta-res.genres_list ul {
    padding-left: 0;
    border-top: 0;
    margin-top: -22px;
    padding-bottom: 5px;
}


    .meta-res.genres_list ul li a {
        color: #fff;
        border: 1px solid #fff;
        border-radius: 25px;
        padding: 5px 10px;
        display: inline-block;
        width: 100%;
        font-size: 12px;
        transition: 0.5s;

    }
    .tag-slider .slick-prev {
    left: -20px;
    top: 48px;
}

.tag-slider .slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: 0;
}

.tag-slider .slick-prev::before {
    font-size: 12px;
        top: 48px;

}
.tag-slider .slick-next::before {
    font-size: 12px;
}
.tag-slider .slick-next {
    right: 0;
    top: 48px;

}
    .meta-res.genres_list ul li a:hover {
    background: #fff;
    color: #000;
    font-weight: 600;
}
.resi-inn.artist_box:hover .artist_listss p {
    opacity: 1;
}
ul.tag-slider.slick-initialized.slick-slider {
    padding-bottom: 0;
}
.resi-inn.artist_box p {
    padding-left: 20px;
    /* border-top: 1px solid; */
    margin-top: -30px;
    padding-top: 10px;
    position: absolute;
    bottom: -9px;
    opacity: 0;
    left: 0;
    font-size: 12px;
    display: none;
}

.bgg_recntt {
    position: relative;
}

.bgg_recntt .recnt_boxx_new {
    position: absolute;
    bottom: 35px;
    right: 10px;
    text-align: right;
    background-color: #000;
    width: 40%;
    padding: 40px 20px;
}

.bgg_recntt .recnt_boxx_new p {
    line-height: 24px;
    text-align: left;
}

.bgg_recntt .recnt_boxx_new ul {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 0;
    margin-top: 30px;
}

.bgg_recntt .recnt_boxx_new ul li a {
    font-size: 20px;
    color: #fff;
}

/*new css*/




/*playr sec*/

.plyer__sec {
    position: relative;
    display: flex;
    align-items: end;
    margin-top:30px;
}

.plyr_box_wrpp {
    background-color: #fff;
    width: 100%;
    padding: 20px;
}

.plyr_box_wrpp>ul {
    display: flex;
    gap: 20px;
    border-bottom: 1px solid;
    padding-bottom: 20px;
}

.plyr_box_wrpp>ul>li>a>i {
    font-size: 30px;
    color: #000;
}

.plyr_box_wrpp>ul>li>h6 {
    color: #000;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 4px;
}

.plyr_box_wrpp>ul>li>p {
    margin: 0;
    font-size: 14px;
}

.plyr_box_wrpp p {
    font-size: 13px;
    line-height: 17px;
    color: #000;
    margin-top: 20px;
}

.plyr_box_wrpp a.trpp {
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    border: 1px solid;
    padding: 3px 10px;
    font-weight: 600;
}

.plyr_box_wrpp>.plyr_footerr>ul {
    display: flex;
    justify-content: space-between;
    margin: 0;
    margin-top: 40px;
}

.plyr_box_wrpp>.plyr_footerr>ul>li>ul {
    display: flex;
    gap: 30px;
}

.plyr_box_wrpp>.plyr_footerr>ul>li>ul>li>a>i {
    color: #000;
    font-size: 23px;
}

.plyr_box_wrpp>.plyr_footerr>ul>li>a {
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
}

.player {
  position: relative;
  top: unset;
  left: unset;
  padding: 0;
  user-select: none;
  width: 100%;
  bottom: -50%;
  right: 0;
  transition: 0.5s ease-in-out;
  /*display: none;*/
  margin-right: 2%;
}
.plyr_box_wrpp.player_align_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.select_player {
    width: 48%;
    background: #000;
    text-align: center;
}
.select_player h5 {
    padding: 30px;
}
select#pre_show {
    background: transparent;
    color: #fff;
    border: none;
    position: relative;
    appearance: auto;
    height: 40px;
    width: 90%;
    font-size: 16px;
    padding-right: 0;
    border: 1px solid #fff;
    margin-bottom: 10px;
}
select#pre_show option {
    color: #fff;
    background: #000;
    
}
.track_data{
    width:50%;
}
.plyr_footerr ul li {
    display: inline-block;
    font-size: 20px;
    color: #000;
    margin-right: 10px;
}

.plyr_footerr ul li a {
    color: #000;
}

.plyr_footerr ul {
    margin-top: 10px;
}
.player .circle {
  max-width: 140px;
  position: absolute;
  top: 5px;
  left: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  /*height: 130px;*/
  width: 130px;
}
.player .circle img {
  max-width: 130px;
  border-radius: 50%;
  margin-bottom: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 130px;
  height: 130px;
}
.player .circle .active {
  text-transform: uppercase;
  animation-name: example;
  animation: record 3s linear 0s infinite forwards;
}
@keyframes record {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.player .circle .circ {
  /* position: absolute; */
  width: 30px;
  height: 30px;
  /* left: 4%; */
  /* top: 26%; */
  background-color: #fff;
  border-radius: 50%;
  z-index: 1;
}
.player .player-track {
  background-color: #000000;
  opacity: 1;
  padding: 15px 15px 20px 160px;
  /*border-radius: 15px 15px 0px 0px;*/
}
.player .player-track .active {
  top: -100px;
}
.player .player-track .time {
  font-size: 16px;
  margin: 10px 0px;
  height: 6px;
  color: #fff;
}
.player .player-track .progress-bar {
  background-color: #d0d8e6;
  height: 6px;
  border-radius: 20px;
}
.player .player-track .progress-bar .fillBar {
  background-color: #a3b3ce;
  width: 0;
  height: 6px;
  border-radius: 20px;
}
.player .player-track .artist-name {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
    color: #fff;
    text-align: start;
}
.player .player-track .music-name {
  font-size: 14px;
  margin-bottom: 10px;
  color: #fff;
}
.player .player-control {
  /*background-color: #bbb;*/
  border:1px solid #000;
  width: 100%;
  height: 92px;
  border-radius: 0;
  text-align: center;
  /*box-shadow: 0px 15px 35px -5px rgba(206, 206, 206, 0.32);*/
  margin-top: 0px;
}
.player .player-control #play {
  border-radius: 50%;
}
.player .player-control i {
  padding: 30px;
  font-size: 35px;
  cursor: pointer;
  text-align: center;
}
.player .player-control i:before {
    color: #fff;
    padding: 5px;
}
.player .player-control i:hover:before {
    color: #fff;
    opacity: 1;
}

.player.actve {
    position: fixed;
    top: unset;
    left: 50%;
    transform:translateX(-50%);
    padding: 0;
    user-select: none;
    width: 35%;
    bottom: 0;
    right: auto;
    transition: 0.5s ease-in-out;
    display: block;
        z-index: 9999;
}

i.fas.fa-play.fa-pause::before {
    content: "\f04c" !important;
}


li.full_text {
    position: relative;
}

li.full_text p {
    position: absolute;
    font-size: 11px;
    padding: 15px 10px;
    background: #000;
    color: #fff;
    width: 155%;
    z-index: 1;
    display: none;
    border: 2px solid #fff;
    border-radius: 5px;
    left: -38px;
    line-height: 20px;
}

li.full_text:hover p {
    display: block;
}



ul.logos {
    position: inherit;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    margin: 0 auto;
}
.logos li a i {
    /* width: 50px; */
    /* height: 50px; */
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
ul.logos img {
    width: 50px;
    height: 50px;
    filter:invert(1);
   
}
img.l2 {
    border-radius: 100px;
}

img.l3 {
    border-radius: 100px;
}

img.l4 {
    border-radius: 35px;
}



ul.support_logos li img {
    width: 100%;
    height: 200px;
    object-fit: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 1px solid #fff; */
    padding: 20px;
    background: #000;
    margin: 0 auto;
}

ul.support_logos li {
    display: flex;
    align-items: center;
    justify-content: center;
    /*width: 100%;*/
    text-align: center;
    /*margin: 0 auto;*/
}
ul.support_logos{
    justify-content: space-evenly;
    display:flex;
}
ul.support_logos li a {
    font-size: 40px;
    display: inline-flex;
    color: #fff;
    text-align: center;
    margin: 20px auto 10px;
    justify-content: center;
    border: 1px solid #fff;
    width: 300px;
    height: 210px;
}
.support_logos li:nth-child(2) {
    font-size: 30px;
    margin: 30px 0;
    color: #fff;
    font-weight: 800;
}
.abt-txt-img.new_abt_page_img {
    transform: scale(0.8);
}
.abt-txt-img.new_abt_page_img img {
    width:100%;
        animation: rotate 8s linear infinite;
}


.resi-fltr a {
    color: #808080;
}

.resi-fltr li.resi-active a, .resi-fltr a:hover {
    color: #fff;
}


.resident_heading{
    display:flex;
    align-items:center;
    justify-content:space-between;
}
h3.resident_heading select {
    width: 50% !important;
    font-size: 19px;
    font-family: 'Poppins';
    background: #000;
    color: #fff;
    appearance: auto;
}


























.select-dropdown {
    position: relative;
    display: inline-block;
    max-width: 100%;
    width: 40%;
}
.select-dropdown__button {
    padding: 10px 35px 10px 15px;
    background-color: unset;
    color: #fff;
    border: 1px solid #cecece;
    border-radius: 3px;
    cursor: pointer;
    width: 100%;
    text-align: left;
    font-family: 'Bebas Neue', cursive;
    font-size: 40px;
}
.select_player .select-dropdown__button {
    padding: 5px 35px 5px 15px;
    font-size: 21px !important;
}
.select_player .select-dropdown__list-item{
    font-size: 18px;
    font-family: 'Bebas Neue',cursive;
    text-align: left;
}
 .select-dropdown__button::focus {
     outline: none;

}

 .select-dropdown__button .zmdi-chevron-down {
     position: absolute;
     right: 10px;
     top: 12px;
}
 .select-dropdown__list {
     position: absolute;
     display: block;
     left: 0;
     right: 0;
     max-height: 0px;
     overflow: auto;
     margin: 0;
     padding: 0;
     list-style-type: none;
     pointer-events: none;
     transform-origin: top left;
     transform: scale(1, 0);
     transition: all ease-in-out 0.3s;
     z-index: 2;
}
 .select-dropdown__list.active {
    pointer-events: auto;
    transform: scale(1, 1);
    max-height: 300px;
    transition: all ease-in-out 0.3s;
}
 .select-dropdown__list-item:hover {
    background: #fff;
    color: #000;
}

.select-dropdown__list-item {
    display: block;
    list-style-type: none;
    padding: 10px 15px;
    background: #000;
    border-top: 1px solid #e6e6e6;
    font-size: 18px;
    line-height: 1.6;
    cursor: pointer;
    color: #fff;
    transition: all ease-in-out 0.3s;
    border: 1px solid #ffffff85;
    border-top: unset;
}
.plyr_box_wrpp.player_align_content .select-dropdown {
    width: 90%;
    margin-bottom: 15px;
}

.plyr_box_wrpp.player_align_content .select-dropdown a {
    color: #fff;
}

.select-dropdown__list-item:hover a {
    color: #000 !important;
}

.plyr_box_wrpp.player_align_content .select-dropdown a:hover {color: #000;}

.select-dropdown__list-item a {
    color: #fff;
}

.emoji-pop {
    position: absolute;
    right: 30px;
    bottom: 79px;
}

.chat-box {
    position: relative;
}
.emoji-pop {
    display: none;
}

.emoji-pop.active {
    display: block;
}
.picker {
    background: #000 !important;
}

.spinner-span {
    margin: 0 0 0 350px;
    color: white;
}




@media only screen and (min-width:1280px) and (max-width:1350px){
    .menu-ul li {
        margin-bottom: 5px;
        margin-left: 30px;
    }
}
@media only screen and (min-width:1351px) and (max-width:1440px){
    .menu-ul li {
        margin-left: 40px;
    }
}
/*.mar_resident .slick-slide{
    margin: 0;
}*/ 
/*.mar_resident .slick-current + .slick-active{
    margin: 0 20px;
}*/




.residnt-sl-mna .slick-slide{
    opacity: 1;
}
.residnt-sl-mna .resi-inn.artist_box{
    margin-bottom: 25px;
}