@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;
    min-height: 100vh;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}
marquee.marq-txt-inn {
    margin-left: 10px;
}
a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}
.vid-abs {
    position: absolute;
    z-index: 99;
    top: 3px;
    left: 0;
}

.vid-abs div#audio-control i {
    color: #fff;
    font-size: 23px;
}
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;
}
marquee.marq-txt-inn {
    margin-left: 10px;
    width: 100%;
    margin: 0 0 0 auto;
}
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 #d10a10;
    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);
    -webkit-backdrop-filter: blur(15px);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999999;
    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);
    -webkit-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-list {
    margin: 0 -10px;
}
.asdasd.residnt-sl-mn.slick-initialized > .slick-list {
    margin-left: -30px;
}

.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;
}

/* Header Now Playing Styles */
.header-nowplaying {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
    max-width: 100%;
}

.header-track-art {
    width: 55px;
    height: 55px;
    min-width: 55px;
    border: 2px solid #d10a10;
    overflow: hidden;
    border-radius: 3px;
}

.header-track-art img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.header-track-info {
    flex: 1;
    min-width: 0;
}

.header-track-label {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 3px;
    line-height: 1;
}

.now-playing-badge {
    font-size: 9px;
    color: white;
    background: #d10a10;
    padding: 1px 5px;
    border-radius: 2px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.3px;
    line-height: 12px;
}

.live-indicator {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 8px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.blink-dot {
    width: 6px;
    height: 6px;
    background: #FF0000;
    border-radius: 50%;
    display: block;
    animation: blinkani .8s linear infinite;
}

.header-track-title {
    margin: 0 0 3px 0;
    font-size: 13px;
    color: white;
    font-weight: 400;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.header-track-meta {
    display: flex;
    gap: 10px;
    align-items: center;
    line-height: 1;
}

.header-track-meta span {
    font-size: 10px;
    color: #808080;
    display: flex;
    align-items: center;
    gap: 4px;
}

.header-track-meta i {
    color: #d10a10;
    font-size: 9px;
}

.header-dj,
.header-listeners {
    font-weight: 300;
}

.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;
    width: 60px;
}
.arrow-new {
    flex: 1;
}

.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 #d10a10;
    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 #d10a10;
}

.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 #d10a10;
}

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

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

.loadr {
    position: absolute;
    height: 30px;
    width: 30px;
    background: url(https://www.superiorlawncareusa.com/wp-content/uploads/2020/05/loading-gif-png-5.gif);
    right: 20px;
    top: 12px;
    background-size: contain;
    filter: brightness(200.5);
    display: none;
}

.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 #d10a10;
}

.chat-massg::-webkit-scrollbar-thumb {
    background-color: #d10a10;
    /* 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 #d10a10;
}

body::-webkit-scrollbar-thumb {
    background-color: #d10a10;
    /* outline: 1px solid slategrey; */
}

.chat-massg div[color] {
    margin-bottom: 0;
    padding: 25px 20px;
    border-bottom: 1px solid #d10a10;
    font-size: 15px;
    display: flex;
    justify-content: space-between;
    color: #fff;
    gap: 10px;
    flex-flow: wrap;
}
.chat-massg div[color] > div {
    flex: 1;
}

.chat-massg p {
    margin: 0;
    line-height: 25px;
}

.chat-massg div[color]:last-child {
    border: 0;
}

.chat-massg div[color]>span {
    font-weight: 700;
    display: inline-flex;
    background: transparent;
    border-radius: 3px;
    height: 25px;
    align-items: center;
    font-size: 15px;
    clip-path: polygon(0% 0%, 90% 0, 100% 50%, 90% 100%, 0% 100%);
}

.banner-img img {
    height: 547px;
    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 #d10a10;
}

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

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

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

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

.chat-cntrol .li-second {
    position: relative;
    width: 75%;
}

.chat-cntrol .li-second input {
    position: absolute;
    top: 0px;
    opacity: 0;
    z-index: 1;
}
.chat-cntrol .li-second .editor,.chat-cntrol .li-second input {
    width: 100%;
    background: transparent;
    border: 1px solid #d10a10;
    min-height: 40px;
    color: white;
    padding: 0 10px;
    line-height: 40px;
    writing-mode: lr;
    padding-right: 10px;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
}

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

.chat-massg p b {
    font-weight: 200;
    width: 70%;
    line-height: 1.8;
}


/*banner css end*/


/* resideint sec css  */

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

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

.un-head h3 {
    border: 1px solid #d10a10;
    padding: 15px 20px 10px;
    margin-bottom: 25px;
}

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

.resi-inn img {
    width: 100%;
    object-fit: cover;
    height: 300px;
    transition: 0.5s;
    object-position: top;
}
.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 !important;
    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 #d10a10;
    cursor: pointer;
}
.modal-btn a {
    color: #fff !important;
    font-size: 18px;
    border-bottom: 1px solid #d10a10;
    user-select: none;
}
.resi-inn ul {
    display: block;
    align-items: flex-start;
    justify-content: space-between;
    padding: 20px 20px;
    border-top: 1px solid #d10a10;
}

.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 #d10a10;
    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;
} */

.slick-slide {
    opacity: 1;
    transition: 0.5s ease;
}


/* about sec css */

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

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 #d10a10;
    padding: 15px 20px 10px;
    margin-bottom: 25px;
}

.merch-img-inn {
    border: 1px solid #d10a10;
    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 #d10a10;
    padding-bottom: 3px;
}

.merch-img-txt h3 {
    border: 1px solid #d10a10;
    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 #d10a10;
    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 #d10a10;
    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 Free';
    font-size: 25px;
    font-weight: 600;
}

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

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

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

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


/* schedule sec page css */

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

.schedul-sldr {
    border: 1px solid #d10a10;
    padding: 15px 20px 10px;
    margin-bottom: 25px;
}

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

.schedul-list {
    border: 1px solid #d10a10;
    margin: 0;
}

.schedul-list ul li {
    border-bottom: 1px solid #d10a10;
    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 7 Free';
    font-size: 25px;
    font-weight: 600;
}

.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 #d10a10;
    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 #d10a10;
    margin-bottom: 25px;
}

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

.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: 100px;
}

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

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

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

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

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

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

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


/* 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 #d10a10;
}

.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 #d10a10;
    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 #d10a10;
    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 #d10a10;
    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.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);
}



/* 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 #d10a10;
    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 #d10a10;
    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 #d10a10;
    width: 100%;
    padding-bottom: 10px;
}

.banner-img iframe {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
/* media query  */

@media only screen and (min-width:300px) and (max-width:519px) {
    .plyer__sec .col-md-2 {
        width: 50%;
    }
    .chat-cntrol .li-last{
        width: 25%;
    }
    
    .show-bossx>img {
        height: 130px !important;
    }
    
    section.plyer__sec {
        padding: 0 15px;
    }
    
    .show-bossx>i {
        height: 135px !important;
    }
    .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;
    }
    .appyly-btn {
        display: none;
    }
h3 {
    font-size: 25px;
}
    .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: 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 !important;
    }
    .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: 0 !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;
}
.track_data>h5{
    font-size: 60px;
}
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;
}
.merch-img-inn-txt {
    display: block;
}

.merch-img-inn-txt .dsgn {
    position: static;
    margin-top: 10px;
}
.slicknav_menu {
    display: none;
}
.schedul-list ul li {
    padding: 20px 10px;
}

.schedul-list ul li p {
    font-size: 13px;
}

.schedul-list ul li h6 {width: 60%;}
.resident_heading {
    display: block !important;
}

.select-dropdown {
    width: 100% !important;
    margin-top: 10px;
}

.resident_heading span {
    font-size: 32px;
}
.resident-dtl-cntnt img {
    height: auto;
}

.select_player h5 {
    padding: 17px;
}

.plyr_box_wrpp.player_align_content h5 {
    font-size: 33px;
}

.residnt-sl-mn.slick-initialized > .slick-list {
    margin: 0;
}
.resi-inn.artist_box {
    margin: 0 15px 20px !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: 10px !important;
    }
    .pe-5{
        padding-right: 10px !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;
        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 #d10a10;
        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: 35%;
    padding: 20px 7px;
}
.residnt-sl-mn .slick-slide {
    margin: 0px 20px;
}
    .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: 100%;
    line-height: 1.4;
}
    .resi-inn img {
        height: 260px;
    }
    .evnt-singl img {
    object-fit: contain;
}
}

@media only screen and (min-width:992px) and (max-width:1023px) {
    img.wow.bounceInLeft {
    object-fit: contain;
}
    .event-inn-mn img {
    width: 100%;
}
.event-txt h6 {

    font-size: 19px;
    height: 50px;
}
    .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 #d10a10;
        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;
    }
    .residnt-sl-mn .slick-prev {
    left: -30px;
}

.residnt-sl-mn .slick-next {
    right: -30px;
}
.abt-txt h2 {
    font-size: 45px;
}

.new-container {
    width: auto;
}
    .chat-cntrol .li-last {
    width: 20%;
}

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

@media only screen and (min-width:1024px) and (max-width:1279px) {
        .residnt-sl-mn .slick-prev {
    left: -30px;
}

.residnt-sl-mn .slick-next {
    right: -30px;
}
    .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: 15%;
    }
    .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;
    }

}
@media only screen and (min-width:1441px) and (max-width:1520px){
.menu-ul li {
    margin-left: 36px;
}

}
@media only screen and (min-width:1200px) and (max-width:1400px){
     .meta-res.genres_list ul li a {
    padding: 10px 0 !important;
    font-size: 11px !important;
}
    .tag-slider.slick-initialized.slick-slider {
    padding-right: 0;
}
        .chat-cntrol .li-last {
        gap: 8px;
        width: 17%;
    }
    .menu-ul {
    padding-left: 0;
    margin-left: 0;
}

.menu-ul li {
    margin-left: 20px;
}

ul.menu-ul {
    justify-content: space-between !important;
}
.col-md-12.col-lg-12.col-xl-5.hd-col-2 {
   order: unset;
}
}



.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 .tag-slider {
    
    width: 100%;
}
.meta-res.genres_list a {
    margin: 8px 0;
}
.meta-res.genres_list a {
    color: #fff;
    margin: 8px 15px;
    position: relative;
}

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

/*new css*/

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

.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 .tag-slider {
    padding-left: 0;
    border-top: 0;
    margin-top: -22px;
    padding-bottom: 5px;
    padding: 20px 20px;
}


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

    }
    .tag-slider .slick-prev {
    left: 0px;
    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 a:hover {
    background: #fff;
    color: #000;
    font-weight: 600;
}
.resi-inn.artist_box:hover .artist_listss p {
    opacity: 1;
}
.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;
    max-height: 200px;
    overflow-y: scroll;
}

.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;
    margin-top:30px;
}

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

.plyr_box_wrpp>ul {
    display: flex;
    gap: 20px;
    border-bottom: 1px solid #d10a10;
    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: 16px;
    color: #000;
    text-transform: uppercase;
    border: 1px solid #d10a10;
    padding: 3px 10px;
    font-weight: 600;
}

.plyr_box_wrpp>.plyr_footerr>ul {
    display: flex;
    justify-content: space-between;
    margin: 0;
    margin-top: 40px;
}
.no_current_show{
    margin-right: 30px;
}
.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: center;
    /*flex-direction: row-reverse;*/
    border: 1px solid #d10a10;
    /*filter: invert(1);*/
}
.select_player {
    width: 40%;
    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 #d10a10;
    margin-bottom: 10px;
}
select#pre_show option {
    color: #fff;
    background: #000;
    
}
.track_data {
    width: 40%;
    text-align: left;
    margin-left: 30px;
}
/*.track_data>h5{
    font-size: 60px !important;
}*/
.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: 73px;
}
.player .circle {
    max-width: 140px;
    position: absolute;
    top: 7px;
    left: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* height: 130px; */
    width: 73px;
}
.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: 29px 15px 20px 100px;
  /*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: 10px;
  font-size: 30px;
  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;
    flex: 1;
}

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 #d10a10;
    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 input {
    width: 100% !important;
    height: 158px;
    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,ul.support_logos li div.paypal-form {
    font-size: 40px;
    display: inline-flex;
    color: #fff;
    text-align: center;
    margin: 20px auto 10px;
    justify-content: center;
    border: 1px solid #d10a10;
    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%;
}


.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 #d10a10;
    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 #d10a10;
    font-size: 18px;
    line-height: 1.6;
    cursor: pointer;
    color: #fff;
    transition: all ease-in-out 0.3s;
    border: 1px solid #d10a10;
    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;
}










#myProgress {
  width: 100%;
  background-color: #fff;
  cursor: pointer;
  border-radius: 10px;
}

#myBar {
  width: 0%;
  height: 5px;
  background-color: #767574;
  border-radius: 10px;
  position: relative;
}
#myBar:after{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #767574;
    border-radius: 14px;
    width: 14px;
    height: 14px;
    right: -10px;
}



.btn-action{
  cursor: pointer;
  padding-top: 10px;
  width: 30px;
}

.btn-ctn, .infos-ctn{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.infos-ctn{padding-top: 0;margin-bottom: 10px;}

.btn-ctn > div {
 padding: 5px;
 margin-top: 0;
 margin-bottom: 0;
}

.infos-ctn > div {
 margin-bottom: 0;
 color: #fff;
}
.infos-ctn > div.timer {
    margin-right: 10px;
    position: relative;
}

.infos-ctn > div.timer::after {
    content: '-';
    position: absolute;
    margin-left: 7px;
    color: #fff;
}
.first-btn{
  margin-left: 3px;
}

.duration{
  margin-left: 10px;
}

.title{
    display: none;
  margin-left: 10px;
  width: 210px;
  text-align: center;
}

.player-ctn{
  border-radius: 15px;
  width: 100%;
  padding: 6px 23px;
  background-color: transparent;
  margin:auto;
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.playlist-track-ctn{
  display: flex;
  background-color: #464646;
  margin-top: 3px;
  border-radius: 5px;
  cursor: pointer;
}

.playlist-track-ctn > div{
  margin:10px;
}
.playlist-info-track{
  width: 80%;
}
.playlist-info-track,.playlist-duration{
  padding-top: 7px;
  padding-bottom: 7px;
  color: #e9cc95;
  font-size: 14px;
  pointer-events: none;
}
.playlist-ctn{
   padding-bottom: 20px;
   display: none;
}
.active-track{
  background: #4d4d4d;
  color: #ffc266 !important;
  font-weight: bold;
  
}

.active-track > .playlist-info-track,.active-track >.playlist-duration,.active-track > .playlist-btn-play{
  color: #ffc266 !important;
}


.playlist-btn-play{
  pointer-events: none; 
  padding-top: 5px;
  padding-bottom: 5px;
}
.player-ctn i{
  color: #fff;
  font-size: 20px;
}
.play_pause_btn_progress {
    display: flex; 
    align-items: center;
}
div#btn-faws-rewind {
    transform: rotateY(180deg);
}
.play_pause_btn_progress .btn-action {
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.play_pause_btn_progress .btn-action i {
    font-size: 30px;
    line-height: 0.8;
}
.player-ctn>.btn-action {
    width: 7%;
    padding-top: 20px;
}

.player-ctn>.all_laylist {
    width: 87%;
}
div#btn-faws-play-pause i {
    font-size: 25px;
}


.un-head.whclr .select-dropdown__button {
    color: #fff;
}
.tag-slider .slick-next:before {
    content: '\f054';
    font-family: 'Font Awesome 7 Free';
    font-weight: 700;
    color: #fff !important;
}
.tag-slider .slick-prev:before {
    content: '\f053';
    font-family: 'Font Awesome 7 Free';
    font-weight: 700;
    color: #fff !important;
}
.slick-track{display: flex;}
/*======================
    404 page
=======================*/

.page_404 {
    padding: 0 0 40px;
    background: #fff;
}

.page_404 img {
    width: 100%;
}

.four_zero_four_bg {
    background-image: url(../images/404.gif);
    height: 360px;
    background-position: center;
    background-size: 60%;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}

.four_zero_four_bg h1 {
    font-size: 80px;
    opacity: 0;
}

.four_zero_four_bg h3 {
    font-size: 80px;
}

.link_404 {
    color: #fff !important;
    padding: 10px 20px;
    background: #000000;
    margin: 20px 0;
    display: inline-block;
}

.contant_box_404 {
    margin-top: -50px;
    color: #000;
}

.contant_box_404 * {
    color: #000;
}
.schedule_table_slider .slick-arrow {
    visibility: hidden;
}
.genres_list .slick-slide {
    margin: 0 10px;
}
.Loading {
    font-size: 0;
    padding: 200px 0;
    text-align: center;
    position: relative;
}

.Loading:before {
    content: '';
    height: 100px;
    width: 100px;
    position: absolute;
    background: url(https://www.superiorlawncareusa.com/wp-content/uploads/2020/05/loading-gif-png-5.gif);
    background-size: contain;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    filter: brightness(20.5);
}
section.resident-dtl {
    padding: 0  0 30px;
}
.notfound {
    display: none;
}

.notfound:first-child {
    display: block;
}
.residnt-sl-mn .slick-slide {
    /* margin: 0 20px; */
}

.residnt-sl-mn .slick-list {
    /* margin-left: -30px !important; */
}
.audio-player {
    position: fixed;
    min-width: 40vw;
    bottom: 0;
    left: 0;
    z-index: 99;
    border: 2px solid #d10a10;
    background: #000;
    display: flex;
    flex-flow: wrap;
    border-bottom: 0;
    border-left: 0;
    max-width: 100%;
    width: 700px;
}

.audio-player>div {
    background: #000;
    padding: 0 30px 0 10px;
}
/* Audio */
.rhap_container {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    line-height: 1;
    font-family: inherit;
    width: calc(100% - 80px);
    padding: 10px 15px;
    background-color: #fff;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    margin: 10px 0;
  }
  .rhap_container:focus:not(:focus-visible) {
    outline: 0;
  }
  .rhap_container svg {
    vertical-align: initial;
  }
  
  .rhap_header {
    margin-bottom: 10px;
  }
  
  .rhap_footer {
    margin-top: 5px;
  }
  
  .rhap_main {
    display: flex;
    flex-direction: row-reverse;
    flex: 1 1 auto;
  }
  
  .rhap_stacked .rhap_controls-section {
    margin-top: 0;
  }
  
  .rhap_horizontal {
    flex-direction: row;
  }
  .rhap_horizontal .rhap_controls-section {
    margin-left: 8px;
  }
  
  .rhap_horizontal-reverse {
    flex-direction: row-reverse;
  }
  .rhap_horizontal-reverse .rhap_controls-section {
    margin-right: 8px;
  }
  
  .rhap_stacked-reverse {
    flex-direction: column-reverse;
  }
  .rhap_stacked-reverse .rhap_controls-section {
    margin-bottom: 8px;
  }
  
  .rhap_progress-section {
    display: flex;
    align-items: center;
    width: 80%;
    margin-right: 40px;
  }
  
  .rhap_progress-container {
    display: flex;
    align-items: center;
    height: 20px;
    flex: 1 0 auto;
    align-self: center;
    margin: 0 calc(10px + 1%);
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
  }
  .rhap_progress-container:focus:not(:focus-visible) {
    outline: 0;
  }
  
  .rhap_time {
    color: #fff;
    font-size: 14px;
    user-select: none;
    -webkit-user-select: none;
  }
  
  .rhap_progress-bar {
    box-sizing: border-box;
    position: relative;
    z-index: 0;
    width: 100%;
    height: 14px;
    background-color: #dddddd;
    border-radius: 99px;
  }
  
  .rhap_progress-filled {
    height: 100%;
    position: absolute;
    z-index: 2;
    background-color: #fff;
    border-radius: 99px;
  }
  
  .rhap_progress-bar-show-download {
    background-color: rgba(221, 221, 221, 0.5);
  }
  
  .rhap_download-progress {
    height: 100%;
    position: absolute;
    z-index: 1;
    background-color: #4c4c4c;
    border-radius: 99px;
  }
.audio-player h4 {
    padding: 10px 15px;
    font-size: 25px;
    width: 100%;
    background: #fff;
    color: #000;
    margin: 0;
}
  
  .rhap_progress-indicator {
    box-sizing: border-box;
    position: absolute;
    z-index: 3;
    width: 20px;
    height: 20px;
    margin-left: -10px;
    top: -3px;
    background: #fff;
    border-radius: 50px;
    box-shadow: rgba(134, 134, 134, 0.5) 0 0 20px 0px;
  }
  
  .rhap_controls-section {
    display: flex;
    flex: 1 1 auto;
    justify-content: space-between;
    align-items: center;
  }
  
  .rhap_additional-controls {
    display: none;
    flex: 1 0 auto;
    align-items: center;
  }
  
  .rhap_repeat-button {
    font-size: 26px;
    width: 26px;
    height: 26px;
    color: #fff;
    margin-right: 6px;
  }
  
  .rhap_main-controls {
    flex: 0 1 auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .rhap_main-controls-button {
    margin: 0 3px;
    color: #fff;
    font-size: 35px;
    width: 35px;
    height: 35px;
  }
  
  .rhap_play-pause-button {
    font-size: 40px;
    width: 40px;
    height: 40px;
  }
  
  .rhap_volume-controls {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100px;
    position: absolute;
    right: 30px;
  }
  
  .rhap_volume-button {
    flex: 0 0 26px;
    font-size: 26px;
    width: 26px;
    height: 26px;
    color: #fff;
    margin-right: 6px;
  }
  
  .rhap_volume-container {
    display: flex;
    align-items: center;
    flex: 0 1 100px;
    user-select: none;
    -webkit-user-select: none;
  }
  
  .rhap_volume-bar-area {
    display: flex;
    align-items: center;
    width: 100%;
    height: 14px;
    cursor: pointer;
  }
  .rhap_volume-bar-area:focus:not(:focus-visible) {
    outline: 0;
  }
  
  .rhap_volume-bar {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: 4px;
    background: #dddddd;
    border-radius: 2px;
  }
  
  .rhap_volume-indicator {
    box-sizing: border-box;
    position: absolute;
    width: 12px;
    height: 12px;
    margin-left: -6px;
    left: 0;
    top: -4px;
    background: #fff;
    opacity: 0.9;
    border-radius: 50px;
    box-shadow: rgba(134, 134, 134, 0.5) 0 0 3px;
    cursor: pointer;
  }
  .rhap_volume-indicator:hover {
    opacity: 0.9;
  }
  
  .rhap_volume-filled {
    height: 100%;
    position: absolute;
    z-index: 2;
    background-color: #fff;
    border-radius: 2px;
  }
  
  /* Utils */
  .rhap_button-clear {
    background-color: transparent;
    border: none;
    padding: 0;
    overflow: hidden;
    cursor: pointer;
  }
  .rhap_button-clear:hover {
    opacity: 0.9;
    transition-duration: 0.2s;
  }
  .rhap_button-clear:active {
    opacity: 0.95;
  }
  .rhap_button-clear:focus:not(:focus-visible) {
    outline: 0;
  }
.audio-player>img {
    height: 100px;
    width: 100px;
}

  
  /* Audio */

  .show-bossx>img {
    height: 200px;
    width: 100%;
    object-fit: cover;
}

.show-bossx>h3 {
    font-size: 23px;
    padding: 10px;
    color: #000;
    background: #fff;
}

.show-bossx>i {
    position: absolute;
    font-size: 30px;
    color: #fff;
    height: 200px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}

.show-bossx {
    position: relative;
    cursor: pointer;
}

.show-bossx:hover>i {
    opacity: 1;
}
.notfound {
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding: 20px 0;
}

.collp>div {
    width: 100%;
    padding: 0 20px;
    line-height: 40px;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 2px solid #d10a10;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.playlist {
    padding: 0 !important;
    width: 100%;
}

.playlist>span {
    height: 35px;
    color: #fff;
    background: #434343;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 10px;
    cursor: pointer;
    font-weight: bold;
    font-size: 13px;
    justify-content: end;
}

.collp {
    display: none;
}
.playlist.opened .collp {
    display: block;
    width: 100%;
}
.collp>div.act {
    background: #fff;
    color: #000;
}
.playlist.opened > span > i {
    transform: rotate(180deg) translateY(2px);
}

.playlist > span > i {
    font-size: 20px;
}
span.close-palyer {
    position: absolute;
    right: 0;
    font-size: 20px;
    color: #000;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    top: -2px;
    cursor: pointer;
}
.genres_list .slick-slide a {
    margin: 8px 0;
}
.show-info h5 {
    font-size: 26px;
    margin-top: 15px;
}

.genres-sho>a {
    height: 30px;
    font-size: 13px;
    background: #fff;
    color: #000;
    border-radius: 99px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    font-weight: bold;
}

.genres-sho {
    display: flex;
    flex-flow: wrap;
    gap: 5px;
    align-items: center;
    margin: 0 0 10px;
}
.sho-wrp {
    display: flex;
    padding: 0 !important;
    gap: 15px;
}

.sho-wrp>img {
    height: 100%;
    width: 100px;
    object-fit: cover;
}
body.pb-body{
    padding-bottom: 300px;
}
.show-bossx>h3 p {
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    margin: 7px 0 0;
}
.resd_detail.resi-sl-cont .slick-slide {
    margin: 0 20px;
}

.chat-cntrol .li-second p.blocked{
    width: 90%;
    background: transparent;
    border: 1px solid #d10a10;
    color: #f3f3f385;
    padding: 12px 10px;
    font-style: italic;
    margin: 0 auto -10px;
}
.user-tagger {
    position: absolute;
    width: 50%;
    height: 150px;
    bottom: 100%;
    left: 0;
    background: #000;
    border: 1px solid #d10a10;
    overflow-y: scroll;
    display:none;
}

.user-tagger>span {
    display: block;
    font-size: 15px !important;
    padding: 3px 10px;
    border-bottom: 1px solid #d10a10;
    margin-left: 0 !important;
    cursor: pointer;
    color: #fff !important;
}

.user-tagger>span:hover {
    background: #fff;
    color: #000 !important;
}
.user-tagger::-webkit-scrollbar {
    width: 5px;
}

.user-tagger::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border: 0;
}

.user-tagger::-webkit-scrollbar-thumb {
    background-color: rgb(255, 255, 255);
    /* outline: 1px solid slategrey; */
}
tagg {
    padding: 0 5px;
    margin: 3px 5px;
    display: inline-flex;
    align-items: center;
    background: #fff;
    color: #000;
    border-radius: 5px;
    height: 25px;
    pointer-events: none;
}
.chat-cntrol .li-second .editor br, .chat-massg div[color] > div br {
    display: none;
  }
  .show-msga {
    position: fixed;
    background: green;
    color: #fff;
    width: 400px;
    height: 100px;
    display: none;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 30px;
    font-size: 17px;
    bottom: 20px;
    left: 20px;
    z-index: 9999;
}
/* .sho-btn{cursor: pointer;} */

/* width */
.bgg_recntt .recnt_boxx_new p::-webkit-scrollbar {
width: 6px;
}

/* Track */
.bgg_recntt .recnt_boxx_new p::-webkit-scrollbar-track {
background: transparent;
}

/* Handle */
.bgg_recntt .recnt_boxx_new p::-webkit-scrollbar-thumb {
background: #888;
}
.pagination {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
     /* Dark background */
    border-radius: 8px;
    overflow: hidden;
    justify-content: center;
    margin: 0 0 50px;
  }
  
  .page-item {
    margin: 0;
    cursor: pointer;
  }
  
  .page-link {
    display: block;
    padding: 10px 15px;
    color: #ffffff; /* White text */
    background-color: #333333; /* Darker background */
    border: 1px solid #444444; /* Border color */
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
  }
  
  .page-link:hover {
    background-color: #555555; /* Slightly lighter on hover */
    color: #ffffff;
  }
  
  .page-item.active .page-link {
    background-color: #fff; /* Accent color for active state */
    color: #000;
    border-color: transparent;
  }

/* Team Section Styles */
.team-sec {
    padding: 50px 0;
}

.team-card {
    border: 1px solid #d10a10;
    margin-bottom: 30px;
    overflow: hidden;
    transition: 0.3s;
    background: #000;
}

.team-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(209, 10, 16, 0.3);
}

.team-img {
    overflow: hidden;
    height: auto;
}

.team-img img {
    width: 100%;
    height: auto;
    display: block;
    transition: 0.5s;
}

.team-card:hover .team-img img {
    transform: scale(1.1);
}

.team-info {
    padding: 20px;
    border-top: 1px solid #d10a10;
}

.team-info h6 {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 400;
    color: white;
}

.team-role {
    color: #d10a10;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 10px;
}

.team-bio {
    color: #808080;
    font-size: 14px;
    line-height: 1.6;
    margin: 10px 0 0 0;
}

/* Masonry Grid Layout */
.my-masonry-grid {
    display: flex;
    margin-left: -15px;
    width: auto;
}

.my-masonry-grid_column {
    padding-left: 15px;
    background-clip: padding-box;
}

.my-masonry-grid_column > .team-card {
    margin-bottom: 30px;
}

/* Responsive adjustments */
@media (max-width: 767px) {
    .team-img {
        height: auto;
    }

    .team-info h6 {
        font-size: 18px;
    }

    .my-masonry-grid {
        margin-left: -10px;
    }

    .my-masonry-grid_column {
        padding-left: 10px;
    }

    .my-masonry-grid_column > .team-card {
        margin-bottom: 20px;
    }
}

/* Now Playing Section Styles */
.nowplaying-sec {
    padding: 50px 0;
}

.nowplaying-current {
    border: 1px solid #d10a10;
    background: #000;
    padding: 20px;
    margin-bottom: 30px;
}

.nowplaying-art {
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
    border: 1px solid #d10a10;
}

.nowplaying-art img {
    width: 100%;
    height: auto;
    display: block;
    transition: 0.5s;
}

.nowplaying-current:hover .nowplaying-art img {
    transform: scale(1.05);
}

.nowplaying-info h4 {
    color: white;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 1.4;
}

.nowplaying-meta {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.nowplaying-dj {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    background: rgba(209, 10, 16, 0.1);
    border: 1px solid #d10a10;
}

.nowplaying-dj img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #d10a10;
}

.nowplaying-dj span {
    color: white;
    font-size: 16px;
    font-weight: 300;
}

.nowplaying-stats {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.nowplaying-stats span {
    color: #808080;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.nowplaying-stats i {
    color: #d10a10;
}

.nowplaying-history {
    border: 1px solid #d10a10;
    background: #000;
    padding: 20px;
    height: 100%;
}

.nowplaying-history h5 {
    color: white;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d10a10;
}

.history-list {
    overflow-y: auto;
}

.history-item {
    display: flex;
    gap: 10px;
    padding: 10px;
    border-bottom: 1px solid #333;
    transition: 0.3s;
}

.history-item:hover {
    background: rgba(209, 10, 16, 0.1);
    border-left: 3px solid #d10a10;
    padding-left: 7px;
}

.history-number {
    color: #d10a10;
    font-weight: 600;
    min-width: 25px;
    font-size: 14px;
}

.history-track {
    color: #808080;
    font-size: 14px;
    line-height: 1.5;
    flex: 1;
}

/* Scrollbar for history list */
.history-list::-webkit-scrollbar {
    width: 8px;
}

.history-list::-webkit-scrollbar-track {
    background: #1a1a1a;
}

.history-list::-webkit-scrollbar-thumb {
    background: #d10a10;
    border-radius: 4px;
}

.history-list::-webkit-scrollbar-thumb:hover {
    background: #ff0f0f;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .nowplaying-current {
        margin-bottom: 30px;
    }

    .nowplaying-history {
        margin-bottom: 30px;
    }

    .history-list {
        max-height: 300px;
    }
}

@media (max-width: 767px) {
    .nowplaying-info h4 {
        font-size: 18px;
    }

    .nowplaying-dj img {
        width: 40px;
        height: 40px;
    }

    .nowplaying-stats {
        gap: 10px;
    }

    .nowplaying-stats span {
        font-size: 13px;
    }
}

/* Sponsors Page Styles */
.sponsors-pg-sc {
    padding: 50px 0;
}

.sponsor-card {
    border: 1px solid #d10a10;
    background: #000;
    margin-bottom: 30px;
    overflow: hidden;
    transition: 0.3s;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.sponsor-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(209, 10, 16, 0.3);
}

.sponsor-image {
    width: 100%;
    height: 250px;
    overflow: hidden;
    border-bottom: 1px solid #d10a10;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 20px;
}

.sponsor-image img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    transition: 0.5s;
}

.sponsor-card:hover .sponsor-image img {
    transform: scale(1.05);
}

.sponsor-content {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.sponsor-content h6 {
    color: white;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px;
    transition: 0.3s;
}

.sponsor-content a h6:hover {
    color: #d10a10;
}

.sponsor-content p {
    color: #808080;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
    flex: 1;
}

.sponsor-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #d10a10;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    border: 1px solid #d10a10;
    padding: 8px 15px;
    border-radius: 3px;
    transition: 0.3s;
    align-self: flex-start;
}

.sponsor-link:hover {
    background: #d10a10;
    color: white;
}

.sponsor-link i {
    font-size: 12px;
}

/* Responsive adjustments for sponsors */
@media (max-width: 991px) {
    .sponsor-image {
        height: 200px;
    }

    .sponsor-content h6 {
        font-size: 18px;
    }

    .sponsor-content p {
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .sponsor-image {
        height: 180px;
        padding: 15px;
    }

    .sponsor-content {
        padding: 15px;
    }

    .sponsor-content h6 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .sponsor-link {
        font-size: 13px;
        padding: 6px 12px;
    }
}

/* Shop Page Styles */
.shop-pg-sc {
    padding: 50px 0;
}

.shop-card {
    border: 1px solid #d10a10;
    background: #000;
    margin-bottom: 30px;
    overflow: hidden;
    transition: 0.3s;
    display: flex;
    flex-direction: column;
}

.shop-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(209, 10, 16, 0.3);
}

.shop-image {
    width: 100%;
    height: 250px;
    overflow: hidden;
    border-bottom: 1px solid #d10a10;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 20px;
    position: relative;
}

.shop-image img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    transition: 0.5s;
}

.shop-card:hover .shop-image img {
    transform: scale(1.05);
}

.shop-content {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.shop-content h6 {
    color: white;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px;
}

.product-price {
    color: #d10a10;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px !important;
}

.product-description {
    color: #808080;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
    flex: 1;
}

.shop-content p {
    color: #808080;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
    flex: 1;
}

.out-of-stock-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #d10a10;
    color: white;
    padding: 5px 12px;
    font-size: 11px;
    font-weight: 600;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.shop-btn {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: white;
    background: #d10a10;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    border: 1px solid #d10a10;
    padding: 10px 20px;
    border-radius: 3px;
    transition: 0.3s;
    align-self: flex-start;
}

.shop-btn:hover {
    background: transparent;
    color: #d10a10;
}

.shop-btn i {
    font-size: 12px;
}

/* Cart Styles */
.cart-pg-sc {
    padding: 50px 0;
    min-height: 600px;
}

.empty-cart {
    text-align: center;
    padding: 80px 20px;
    border: 1px solid #d10a10;
    background: #000;
}

.empty-cart i {
    font-size: 80px;
    color: #d10a10;
    margin-bottom: 20px;
}

.empty-cart h4 {
    color: white;
    font-size: 24px;
    margin-bottom: 10px;
}

.empty-cart p {
    color: #808080;
    font-size: 16px;
    margin-bottom: 30px;
}

.cart-items {
    border: 1px solid #d10a10;
    background: #000;
    padding: 20px;
    margin-bottom: 20px;
}

.cart-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    border-bottom: 1px solid #333;
    transition: 0.3s;
}

.cart-item:last-child {
    border-bottom: none;
}

.cart-item:hover {
    background: rgba(209, 10, 16, 0.05);
}

.cart-item-image {
    width: 80px;
    height: 80px;
    min-width: 80px;
    border: 1px solid #d10a10;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 10px;
}

.cart-item-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.cart-item-details {
    flex: 1;
}

.cart-item-details h6 {
    color: white;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
}

.cart-item-price {
    color: #d10a10;
    font-size: 14px;
    margin: 0;
}

.cart-item-quantity {
    display: flex;
    align-items: center;
    gap: 15px;
    border: 1px solid #d10a10;
    padding: 5px 10px;
    border-radius: 3px;
}

.qty-btn {
    background: transparent;
    border: none;
    color: #d10a10;
    cursor: pointer;
    font-size: 14px;
    padding: 5px;
    transition: 0.3s;
}

.qty-btn:hover {
    color: white;
}

.qty-value {
    color: white;
    font-size: 16px;
    min-width: 30px;
    text-align: center;
}

.cart-item-total {
    min-width: 100px;
    text-align: right;
}

.cart-item-total p {
    color: white;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}

.cart-item-remove {
    background: transparent;
    border: 1px solid #d10a10;
    color: #d10a10;
    padding: 10px 15px;
    border-radius: 3px;
    cursor: pointer;
    transition: 0.3s;
}

.cart-item-remove:hover {
    background: #d10a10;
    color: white;
}

.cart-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.continue-shopping {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #808080;
    font-size: 14px;
    text-decoration: none;
    transition: 0.3s;
}

.continue-shopping:hover {
    color: #d10a10;
}

.clear-cart-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    border: 1px solid #d10a10;
    color: #d10a10;
    padding: 8px 15px;
    font-size: 14px;
    border-radius: 3px;
    cursor: pointer;
    transition: 0.3s;
}

.clear-cart-btn:hover {
    background: #d10a10;
    color: white;
}

.qty-btn:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.qty-btn:disabled:hover {
    color: #d10a10;
}

.cart-summary,
.checkout-summary {
    border: 1px solid #d10a10;
    background: #000;
    padding: 25px;
    position: sticky;
    top: 20px;
}

.cart-summary h5,
.checkout-summary h5 {
    color: white;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d10a10;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    color: #808080;
    font-size: 14px;
}

.summary-row.total {
    font-size: 18px;
    font-weight: 600;
    color: white;
    padding-top: 15px;
}

.free-shipping {
    color: #00ff00;
    font-weight: 600;
}

.summary-divider {
    height: 1px;
    background: #333;
    margin: 15px 0;
}

.checkout-btn,
.checkout-submit-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #d10a10;
    color: white;
    border: 1px solid #d10a10;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    border-radius: 3px;
    margin-top: 20px;
    transition: 0.3s;
    cursor: pointer;
}

.checkout-btn:hover,
.checkout-submit-btn:hover {
    background: transparent;
    color: #d10a10;
}

/* Checkout Styles */
.checkout-pg-sc {
    padding: 50px 0;
}

.checkout-form {
    border: 1px solid #d10a10;
    background: #000;
    padding: 30px;
    margin-bottom: 30px;
}

.checkout-form h5 {
    color: white;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d10a10;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    color: white;
    font-size: 14px;
    margin-bottom: 8px;
    font-weight: 300;
}

.form-group input,
.form-group select {
    width: 100%;
    background: #1a1a1a;
    border: 1px solid #333;
    color: white;
    padding: 12px 15px;
    font-size: 14px;
    border-radius: 3px;
    transition: 0.3s;
}

.form-group input:focus,
.form-group select:focus {
    outline: none;
    border-color: #d10a10;
    background: #222;
}

.checkout-items {
    max-height: 300px;
    overflow-y: auto;
    margin-bottom: 20px;
}

.checkout-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 0;
    border-bottom: 1px solid #333;
}

.checkout-item:last-child {
    border-bottom: none;
}

.checkout-item-image {
    width: 60px;
    height: 60px;
    min-width: 60px;
    border: 1px solid #d10a10;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 5px;
}

.checkout-item-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.checkout-item-details {
    flex: 1;
}

.checkout-item-details .item-name {
    color: white;
    font-size: 14px;
    margin-bottom: 5px;
}

.checkout-item-details .item-qty {
    color: #808080;
    font-size: 12px;
    margin: 0;
}

.checkout-item-price {
    min-width: 80px;
    text-align: right;
}

.checkout-item-price p {
    color: white;
    font-size: 14px;
    margin: 0;
}

/* Cart Badge */
.cart-link,
.cart-link-mobile {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    color: white;
    transition: 0.3s;
}

.cart-link:hover,
.cart-link-mobile:hover {
    color: #d10a10;
}

.cart-link i,
.cart-link-mobile i {
    font-size: 18px;
}

.cart-badge {
    position: absolute;
    top: 0;
    right: 0;
    background: #d10a10;
    color: white;
    font-size: 10px;
    font-weight: 600;
    min-width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
}

/* Toast Notifications */
.cart-notification {
    position: fixed;
    top: 100px;
    right: 20px;
    background: #000;
    border: 1px solid #d10a10;
    color: white;
    padding: 15px 20px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 15px;
    z-index: 9999;
    box-shadow: 0 5px 20px rgba(209, 10, 16, 0.3);
    animation: slideInRight 0.3s ease;
    min-width: 300px;
}

@keyframes slideInRight {
    from {
        transform: translateX(400px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.cart-notification i {
    font-size: 20px;
    color: #00ff00;
}

.cart-notification.info i {
    color: #d10a10;
}

.cart-notification span {
    flex: 1;
    font-size: 14px;
}

.view-cart-btn {
    background: #d10a10;
    border: none;
    color: white;
    padding: 6px 12px;
    font-size: 12px;
    border-radius: 3px;
    cursor: pointer;
    transition: 0.3s;
    white-space: nowrap;
}

.view-cart-btn:hover {
    background: #ff0f0f;
}

/* Responsive Shop/Cart/Checkout */
@media (max-width: 991px) {
    .shop-image,
    .cart-item-image {
        height: 200px;
    }

    .cart-item {
        flex-wrap: wrap;
    }

    .cart-item-quantity {
        order: 4;
        margin-top: 10px;
    }

    .cart-item-total {
        margin-left: auto;
    }

    .cart-summary,
    .checkout-summary {
        position: static;
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .shop-image {
        height: 180px;
        padding: 15px;
    }

    .shop-content {
        padding: 15px;
    }

    .cart-item-image {
        width: 60px;
        height: 60px;
        min-width: 60px;
    }

    .cart-item-details h6 {
        font-size: 14px;
    }

    .cart-item-total p {
        font-size: 16px;
    }

    .checkout-form {
        padding: 20px;
    }

    .cart-notification {
        top: 80px;
        right: 10px;
        left: 10px;
        min-width: auto;
        padding: 12px 15px;
    }

    .cart-notification i {
        font-size: 16px;
    }

    .cart-notification span {
        font-size: 13px;
    }

    .view-cart-btn {
        padding: 5px 10px;
        font-size: 11px;
    }

    .product-price {
        font-size: 18px;
    }

    .cart-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .clear-cart-btn {
        width: 100%;
        justify-content: center;
    }
}

/* Header Now Playing Responsive */
@media (max-width: 1199px) {
    .header-track-art {
        width: 50px;
        height: 50px;
        min-width: 50px;
    }

    .header-track-title {
        font-size: 12px;
    }

    .header-track-meta {
        gap: 8px;
    }

    .header-track-meta span {
        font-size: 9px;
    }
}

@media (max-width: 991px) {
    .header-track-art {
        width: 45px;
        height: 45px;
        min-width: 45px;
    }

    .header-track-title {
        font-size: 11px;
    }

    .now-playing-badge {
        font-size: 8px;
        padding: 1px 4px;
    }

    .live-indicator {
        font-size: 7px;
    }

    .header-track-meta span {
        font-size: 9px;
    }

    .header-listeners {
        display: none;
    }
}

@media (max-width: 767px) {
    .header-nowplaying {
        gap: 8px;
    }

    .header-track-art {
        width: 40px;
        height: 40px;
        min-width: 40px;
    }
}
