/* START WEB FONTS */

@font-face {
    font-family: 'Futura Cyrillic';
    src: url('../fonts/FuturaCyrillic-Bold.eot');
    src: url('../fonts/FuturaCyrillic-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaCyrillic-Bold.woff2') format('woff2'),
        url('../fonts/FuturaCyrillic-Bold.woff') format('woff'),
        url('../fonts/FuturaCyrillic-Bold.ttf') format('truetype'),
        url('../fonts/FuturaCyrillic-Bold.svg#FuturaCyrillic-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Cyrillic Book';
    src: url('../fonts/FuturaCyrillicBook.eot');
    src: url('../fonts/FuturaCyrillicBook.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaCyrillicBook.woff2') format('woff2'),
        url('../fonts/FuturaCyrillicBook.woff') format('woff'),
        url('../fonts/FuturaCyrillicBook.ttf') format('truetype'),
        url('../fonts/FuturaCyrillicBook.svg#FuturaCyrillicBook') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Cyrillic Demi';
    src: url('../fonts/FuturaCyrillic-Demi.eot');
    src: url('../fonts/FuturaCyrillic-Demi.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaCyrillic-Demi.woff2') format('woff2'),
        url('../fonts/FuturaCyrillic-Demi.woff') format('woff'),
        url('../fonts/FuturaCyrillic-Demi.ttf') format('truetype'),
        url('../fonts/FuturaCyrillic-Demi.svg#FuturaCyrillic-Demi') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Cyrillic';
    src: url('../fonts/FuturaCyrillicHeavy.eot');
    src: url('../fonts/FuturaCyrillicHeavy.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaCyrillicHeavy.woff2') format('woff2'),
        url('../fonts/FuturaCyrillicHeavy.woff') format('woff'),
        url('../fonts/FuturaCyrillicHeavy.ttf') format('truetype'),
        url('../fonts/FuturaCyrillicHeavy.svg#FuturaCyrillicHeavy') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Cyrillic Extra';
    src: url('../fonts/FuturaCyrillic-ExtraBold.eot');
    src: url('../fonts/FuturaCyrillic-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaCyrillic-ExtraBold.woff2') format('woff2'),
        url('../fonts/FuturaCyrillic-ExtraBold.woff') format('woff'),
        url('../fonts/FuturaCyrillic-ExtraBold.ttf') format('truetype'),
        url('../fonts/FuturaCyrillic-ExtraBold.svg#FuturaCyrillic-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Cyrillic';
    src: url('../fonts/FuturaCyrillicLight.eot');
    src: url('../fonts/FuturaCyrillicLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaCyrillicLight.woff2') format('woff2'),
        url('../fonts/FuturaCyrillicLight.woff') format('woff'),
        url('../fonts/FuturaCyrillicLight.ttf') format('truetype'),
        url('../fonts/FuturaCyrillicLight.svg#FuturaCyrillicLight') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Cyrillic';
    src: url('../fonts/FuturaCyrillicMedium.eot');
    src: url('../fonts/FuturaCyrillicMedium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaCyrillicMedium.woff2') format('woff2'),
        url('../fonts/FuturaCyrillicMedium.woff') format('woff'),
        url('../fonts/FuturaCyrillicMedium.ttf') format('truetype'),
        url('../fonts/FuturaCyrillicMedium.svg#FuturaCyrillicMedium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* END WEB FONTS */


/* START CUSTOM SCROLL BAR */

*::-webkit-scrollbar {
    width: 8px;
    border-radius: 6px;
}

*::-webkit-scrollbar-track {
    background: var(--secondary);
    border-radius: 6px;
}

*::-webkit-scrollbar-thumb {
    background: var(--primary);
    border-radius: 6px;
}

/* END CUSTOM SCROLL BAR */

/* START GLOBLE CSS */

input[type="file"]::-webkit-file-upload-button {
    cursor: pointer;
}

input[type="file"]::-moz-file-upload-button {
    cursor: pointer;
}

input[type="file"]::-ms-file-upload-button {
    cursor: pointer;
}

input[type="file"]::-o-file-upload-button {
    cursor: pointer;
}

input[type="file"] {
    cursor: pointer;
}

*::-moz-selection {
    color: var(--black);
    background: var(--white);
}

*::-webkit-selection {
    color: var(--black);
    background: var(--white);
}

*::-webkit-input-placeholder {
    color: var(--black);
    opacity: 1;
    font-family: var(--primary-font);
    font-weight: 500;
}

*:-moz-placeholder {
    color: var(--black);
    opacity: 1;
    font-family: var(--primary-font);
    font-weight: 500;
}

*::-moz-placeholder {
    color: var(--black);
    opacity: 1;
    font-family: var(--primary-font);
    font-weight: 500;
}

*:-ms-input-placeholder {
    color: var(--black);
    opacity: 1;
    font-family: var(--primary-font);
    font-weight: 500;
}

a,
div a:hover,
div a:active,
div a:focus,
button {
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a,
span,
div a:hover,
div a:active,
button {
    text-decoration: none;
}

*::after,
*::before,
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

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

body.no_space {
    padding-top: 0;
}

body {
    font-family: var(--primary-font);
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    background-color: var(--bcolor);
    line-height: 100%;
    color: var(--primary);
    overflow-x: hidden;
}

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

.main-wrapper {
    min-height: 100vh;
}

.hide_in_desktop {
    display: none;
}

.no_scroll {
    overflow: hidden;
}

.hidden {
    display: none !important;
}

svg {
    width: 100%;
    height: 100%;
}

body .clearfix,
body .clear {
    clear: both;
    line-height: 100%;
}

body .clearfix {
    height: auto;
}

* {
    outline: none !important;
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    /* For some Androids */

}

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

.clr::after,
ul::after,
.clearfix::after,
li::after {
    clear: both;
    display: block;
    content: "";
}

iframe {
    display: block;
    width: 100%;
}

:root {
    --primary-font: 'Futura Cyrillic';
    --primary: #FF8B00;
    --secondary: #1B1B1B;
    --white: #fff;
    --white-10: rgba(255, 255, 255, .10);
    --black: #000;
    --bcolor: #000;
    --darkyellow: #F2084B;
    --gray: #757575;
}

/* START BODY CONTAINER STYLE */
.container {
    width: 100%;
    max-width: 91.4%;
    /* max-width: 1316px; */
    /* padding-left: 15px;
    padding-right: 15px; */
    margin: 0 auto;
    position: relative;
    float: none;
}

section {
    /* padding-top: 60px;*/
    padding-bottom: 80px;
    position: relative;
}

/* END BODY CONTAINER STYLE */

/* START FORM-ITEMS STYLES */
div input,
div select,
div textarea,
div button {
    font-family: var(--primary-font);
}

div select {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

div select option {
    font-size: 13px;
    color: var(--black);
    padding: 2px 5px;
}

/* END FORM-ITEMS STYLES */

/* START IMAGE STYLE */
img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

/* END IMAGE STYLE */



/* START HEADING STYLE */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--primary-font);
    transition: all 0.3s ease;
    color: var(--white);
    line-height: 140%;
}

h1 {}

h2 {}

h3 {}

h4 {}

h5 {}

h6 {}

/* END HEADING STYLE */




/* START BODY TEXT STYLE */
p {
    font-family: var(--primary-font);
    font-size: 16px;
    color: var(--white);
    line-height: normal;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

span {
    display: inline-block;
    transition: all 0.3s ease;
}

/* END BODY TEXT STYLE */


/* START LINKS STYLE */
a {
    display: inline-block;
    text-decoration: none;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    transition: all 0.3s ease;
}

/* END LINKS STYLE */


/* START  BUTTONS STYLE */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}


.btn,
button {
    display: inline-block;
    border: none;
    padding: 12px 60px;
    margin: 0;
    text-decoration: none;
    color: #ffffff;
    font-size: 18px;
    line-height: 120%;
    cursor: pointer;
    text-align: center;
    border-radius: 10px;
    font-weight: bold;
}

.btn {
    padding: 8px 24px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 100px;
    border: 1px solid var(--white);
    background-color: var(--bcolor);
}

.btn:hover {
    border-color: transparent;
    background-color: var(--primary);
    color: var(--black);
}

.btn_outline {
    font-family: var(--primary-font);
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: block;
    z-index: 9;
    padding: 7px 12px;
    min-width: 55px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 100px;
}

.btn_outline:hover {
    border-color: var(--white);
    background-color: var(--white);
    color: var(--black);
}

/* END BUTTONS STYLE */




/* START LISTING STYLE */

body ul {
    margin: 0;
    padding: 0;
}

ul,
ul li,
ol,
li {
    font-family: var(--primary-font);
    padding: 0;
    list-style: none;
    transition: all 0.3s ease;
}

/* END LISTING STYLE */

.article ul li {
    list-style: disc;
}

.article ul {
    margin-bottom: 20px;
    margin-left: 30px;
}

.article ul li {
    color: var(--white);
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 5px;;
}
.article ul li:last-child{
    margin-bottom: 0;
}

[data-loaded="true"] {
    animation-name: fade;
    animation-duration: 1.5s;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 1;
}

/* .lozad {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	opacity: 0;
} */
/* END GLOBLE CSS */



/* START HEADER CODE */

.header {
    padding: 22px 0;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    transition: all 0.5s ease 0s;
    background-color: rgba(0, 0, 0, 0.90);
}

.hide-header .header {
    top: -200px;
    transition: all 0.5s ease;
}

.header-logo-block .logo img {
    max-width: 144px;
    width: 100%;
    display: block;
    object-fit: contain;
}

.nav ul li a {
    font-family: var(--primary-font);
    color: var(--white);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: inline-flex;
    position: relative;
    padding: 20px 0;
}

.nav>ul>li.has-dropdown>a::after,
.sub-menu>li.inner-dropdown>a::after {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(../images/down_arrow.svg);
    transition: 0.3s all;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 10px;
}

.nav ul li a:hover {
    color: var(--white);
}

.nav>ul>li.active>a {
    color: var(--white);
}

.nav>ul>li>a:before {
    content: "";
    position: absolute;
    bottom: 10px;
    width: 11px;
    background-color: #FF8B00;
    height: 2px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease 0s;
    border-radius: 100px;
}

.nav ul li.active>a:before {
    opacity: 1;
    visibility: visible;
}

.header-right-block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.header.fixed {
    position: fixed;
    background: var(--black);
    padding: 15px 0;
    transition: all 0.5s ease 0s;
    z-index: 999;
}

.nav>ul {
    display: flex;
    flex-wrap: wrap;
}

.mobile_menu {
    display: none;
}

.header-logo-block {
    display: inline-flex;
    padding-right: 38px;
}

.nav ul li {
    margin-right: 33px;
    position: relative;
}

.nav ul li:last-child {
    margin-right: 0;
}

.sub-menu-click {
    display: none;
}

.nav ul.submenu {
    position: absolute;
    top: 100%;
    right: 0;
    width: 275px;
    background: #222127;
    padding: 30px 7px 5px;
    border-radius: 5px;
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transition: all 0.5s ease;
    border: 1px solid #444043;
}

.nav ul li.has-submenu:hover>ul.submenu {
    max-height: 1000px;
    overflow: visible;
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
    transition: all 0.5s ease;
}

.nav ul.submenu::before {
    content: "\f0d8";
    position: absolute;
    top: -27px;
    right: 30px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 45px;
    color: #090907;
    display: none;
}

.nav ul.submenu li {
    margin: 0 0 6px 0;
    display: block;
    width: 100%;
}

.nav ul.submenu li a::before {
    display: none;
}

.nav ul.submenu li a {
    border-radius: 4px;
    padding: 6px 12px;
    background-color: transparent;
    font-size: 16px;
    width: 100%;
    color: #fff;
    text-shadow: none;
}

.nav ul.submenu li.active a,
.nav ul.submenu li a:hover {
    background-color: #2E2C34;
}

.header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.header-left-block {
    text-align: right;
}

.search_wrap {
    margin-right: 35px;
}

.search-bar {
    position: relative;
    border-radius: 100px;
    width: 205px;
    overflow: hidden;
}

.search-bar.active {}

.search-bar input {
    color: var(--white);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-size: 14px;
    padding: 11px 15px;
    background-color: rgba(255, 255, 255, .1);
    border: none;
    color: #fff;
    border-radius: 100px;
    height: auto;

}

.search-bar input::placeholder {
    color: rgba(255, 255, 255, 0.3);
    font-weight: 500;
}

.search-bar button {
    height: 20px;
    width: 20px;
    background: transparent;
    padding: 0;
    font-size: 0;
    border: none;
    position: absolute;
    right: 15px;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
}

.header-left-block>ul>li>a {
    color: #fff;
    font-size: 36px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.header-left-block ul li {
    transition: all 0.5s ease;
    position: relative;
    vertical-align: top;
}

.header-left-block ul li:last-child {
    margin-right: 0;
}

.header-left-block ul li.mobile-menu {
    display: none;
}

.header-left-block>ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}


.header-left-block>ul>li>a.profile-click {
    width: 55px;
    display: flex;
    height: 45px;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    border: 1px solid transparent;
    text-align: center;
    border-radius: 9px;
    transition: all 0.5s ease;
    padding-right: 26px;
}

.header-left-block li>a.profile-click img {
    display: inline-block;
    margin: 0;
    max-width: 28px;
}

.header-left-block li.show-profile>a.profile-click {
    width: 216px;
    transition: all 0.5s ease;
    color: var(--white);
    background: var(--redhover);
    border-color: var(--redhover);
    margin-bottom: 0px;
    padding-left: 15px;
}

.header-left-block>ul>li>a i {
    position: absolute;
    right: 3px;
    top: 16px;
    display: block;
}

li.show-profile>a.profile-click .fa-angle-down {
    right: 10px;
}

.sign-up-btn-wrapper ul li * {
    transition: all 0.5s ease;
}

.profile-option {
    display: flex;
    align-items: center;
    margin: auto;
    background: transparent;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.sign-up-btn-wrapper .profile-option>li a {
    font-family: var(--primary-font);
    color: var(--white);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

li.sign-up-btn {
    margin-left: 15px;
}

li.sign-up-btn>a {
    padding: 10px 10px;
    border-radius: 100px;
}

li.sign-up-btn>a:hover {
    background: var(--primary);
    color: var(--black);
}

.sign-up-btn-wrapper .profile-option>li.log-in-btn.btn_fill>a {
    font-family: var(--primary-font);
    color: var(--white);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 100px;
    padding: 10px 18px;
    background-color: #1E1E1E;
}

.login_page .sign-up-btn-wrapper .profile-option>li.log-in-btn.btn_fill>a {
    background-color: var(--primary);
    color: var(--black);
}

.signup_page .sign-up-btn-wrapper .profile-option>li.sign-up-btn>a {
    color: var(--primary);
}

.signup_page .sign-up-btn-wrapper .profile-option>li.sign-up-btn>a:hover {
    color: var(--black);
}

.sign-up-btn-wrapper .profile-option>li.log-in-btn.btn_fill>a:hover {
    font-weight: 500;
    color: var(--black);
    background-color: var(--primary);
}

.list-popup-box-overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    z-index: -1;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
}

.list-popup-box {
    position: fixed;
    left: 0;
    right: 0;
    margin: auto;
    background: var(--black);
    max-width: 450px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    max-height: 95vh;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: var(--red) var(--black);
    width: 100%;
    z-index: -1;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    border-radius: 8px;
    padding: 40px;
}

.close-popup,
.epg-close-popup {
    position: absolute;
    width: 51px;
    height: 51px;
    border-radius: 50px;
    background: transparent;
    border: 2px solid #F1F1F1;
    text-align: center;
    display: flex;
    cursor: pointer;
    top: 30px;
    left: 40px;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease;
    z-index: 1;
    font-size: 24px;
    color: #fff;
    background: rgba(0, 0, 0, 0.25);
}

.list-popup-box .close-popup {
    top: 15px;
    left: 15px;
}

.close-popup>img,
.epg-close-popup>img {
    filter: invert(0) brightness(100);
}

.kd-center {
    text-align: center;
}

.dec-text p {
    font-size: 18px;
    color: #fff;
}

.search-wrap .search {
    display: flex;
    width: 45px;
    height: 45px;
    padding: 5px;
    background: transparent;
    text-align: center;
    border-radius: 9px;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    top: 0;
}

.search-wrap .search:hover {
    background: var(--redhover);
}

.header-left-block>ul>li>a i.fa-angle-down::before {
    background: url(../images/profile-arrow.png) no-repeat;
    height: 18px;
    width: 18px;
    display: block;
}

.add-to-fav i.fa-plus::before,
.banner-label li a::before,
.banner-slide .banner-image::before,
.banner-slide.hide-caption::before,
.banner-slider::before,
.clearfix::after,
.clr::after,
.container::after,
.header-left-block>ul>li>a i.fa-angle-down::before,
.header::before,
.kd-row::after,
.nav ul li a::before,
.show-page-banner.banner::before,
li::after,
ul::after {
    content: "";
}

/* END HEADER CODE */


/* START FOOTER CODE */
.footer {
    border-top: 5px solid #17242A;
    padding: 45px 0;
    position: relative;
}

.footer-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.footer-row .footer_left {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-row .footer_left .footer_logo {
    padding-right: 40px;
}

.footer_logo>a {
    max-width: 120px;
    width: 100%;
    vertical-align: top;
}

.footer_logo>a img {
    display: block;
    width: 100%;
}

.footer-menu ul {
    display: flex;
    flex-wrap: wrap;
}

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

.footer-menu ul li a {
    color: var(--white);
    font-family: var(--primary-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.footer-menu ul li a:hover {
    color: #FF8B00;
}

.footer-menu ul li.active a {
    color: #FF8B00;
    font-weight: 600;
}

.footer-row .footer_right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.social_media_links {
    padding-right: 78px;
}

.social_media_links ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.social_media_links ul li+* {
    margin-left: 20px;
}

.social_media_links ul li a {
    width: 24px;
    vertical-align: top;
}

.social_media_links ul li a svg,
.social_media_links ul li a img {
    display: block;
}

.copyrite-text p {
    color: #6C6C6C;
    font-family: var(--primary-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.social_media_links ul li a:hover svg path {
    fill: var(--primary);
}

/* END FOOTER CODE */

/* START HERO BANNER CODE */

.hero-section .owl-carousel:not(owl-loaded) {
    display: block;
}

.hero-section {
    background-color: var(--bcolor);
    overflow: visible;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    z-index: 2;
    margin-top: 115px;
}

.HeroSlider .item {
    position: relative;
}

.HeroSlider .HeroSlider-img {
    position: relative;
    padding-top: 56.35%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

/*.HeroSlider .HeroSlider-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: url(../images/hero_overlay.png) no-repeat;
    background-size: 100% 100%;
    background-position: center;
    z-index: 2;
}*/

/*.HeroSlider .HeroSlider-img::before,*/
.HeroSlider .HeroSlider-img>a::before,
.HeroSlider .hide-caption .HeroSlider-img::before,
#InnerHeroSlider.HeroSlider .HeroSlider-img::before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
    z-index: 2;
    top: 0;
    pointer-events: none;
}

.HeroSlider .hide-caption .HeroSlider-img::before,
#InnerHeroSlider.HeroSlider .HeroSlider-img::before {
    z-index: 4;
}

.HeroSlider-img>img,
.HeroSlider-img a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    display: block;
}

.HeroSlider-img a img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    height: 100%;
    width: 100%;
}

.HeroSlider .HeroSlider-info {
    position: absolute;
    bottom: 36%;
    left: 0;
    max-width: 100%;
    padding: 0 4.5%;
    z-index: 4;
    margin: auto;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    pointer-events: none;
}

.HeroSlider-info .on_top {
    max-height: 120px;
    max-width: 350px;
}

.HeroSlider-info .inner_wrap {
    max-width: 554px;
    width: 100%;
}

.HeroSlider-info .inner_wrap h2 {
    font-family: var(--primary-font);
    color: var(--white);
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.HeroSlider-info .inner_wrap h5 {
    color: var(--white);
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.HeroSlider-info .inner_wrap .movie_category {
    display: flex;
    align-items: center;
    margin-bottom: 28px;
}

.HeroSlider-info .inner_wrap .movie_category span {
    color: var(--white);
    font-family: var(--primary-font);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    padding: 8px 12px;
    border: 1px solid #FFF;
    text-transform: capitalize;
    margin-right: 14px;
    display: block;
    text-align: center;
    line-height: 100%;
    border-radius: 100px;
}

.HeroSlider-info .inner_wrap .movie_category span:last-child {
    margin-right: 0;
}

.HeroSlider-info .inner_wrap .epi_no {
    color: var(--white);
    text-align: center;
    font-family: Gotham;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 28px;
}

.HeroSlider-info .inner_wrap .desc {
    margin-bottom: 21px;
}

.HeroSlider-info .inner_wrap .desc p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.HeroSlider-info p,
.HeroSlider-info .desc p {
    font-family: var(--primary-font);
    color: rgba(255, 255, 255, 0.92);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 20.8px */
}

.HeroSlider-info .hero-slider-bottom p b {
    font-weight: 500;
    padding-right: 25px;
}

.HeroSlider-info .hero-slider-bottom p:not(:last-child) {
    margin-bottom: 12px;
}

.hide-caption .inner_wrap> :not(.action-button) {
    opacity: 0.25;
}

.HeroSlider-info .inner_wrap>* {
    margin-bottom: 15px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.HeroSliderNav_wrapper {
    position: absolute;
    z-index: 1;
    bottom: 125px;
    max-width: 53.5%;
    left: 8.4%;
    overflow: hidden;
    padding: 1.5vw;
    width: 100%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.single-program-player .HeroSlider-img > a{
    pointer-events: none;
}

.HeroSlider .owl-stage.single {
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
    transform: translate3d(0px, 0px, 0px) !important;
}

.hide-nav-slider .HeroSliderNav_wrapper {
    opacity: 0;
    visibility: hidden;
}

.HeroSliderNav .owl-item.active.current {
    z-index: 2;
}

.HeroSliderNav .owl-item.active.current .featur-slide .details {
    transform: unset;
    opacity: 1;
    visibility: visible;
}

.HeroSliderNav .owl-item.active.current .action-div {
    transform: translateY(-50%) scale(1);
}

.owl-carousel:not(owl-loaded) {
    display: flex;
}

.slider-banner {
    overflow: hidden;
}

.slider-banner .HeroSliderNav {
    /* max-width: 65%; */
    padding: 0 3.2%;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
}

.HeroSliderNav.owl-carousel .owl-stage-outer {
    overflow: visible;
    padding-bottom: 8px;
}

/*.HeroSliderNav .active .item {
    border: 2px solid transparent;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
}*/

/*.HeroSliderNav .active.current .item {
    transition: all 0.3s ease;
    transform: scale(1.3);
    border-color: var(--primary);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}*/

.HeroSliderNav .HeroSlider-img {
    position: relative;
    width: 100%;
    padding-top: 40%;
    transition: 0.3s all;
    overflow: hidden;
    cursor: pointer;
}

.HeroSliderNav .HeroSlider-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.HeroSliderNav .featur-slide:before {
    position: absolute;
    content: "";
    height: 3px;
    width: 90px;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--primary);
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
}

.HeroSliderNav .active.current .featur-slide:before {
    opacity: 1;
    visibility: visible;
}

.HeroSliderNav .owl-nav {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 107%;
    left: 50%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.HeroSliderNav .owl-nav button {
    width: 8px;
    pointer-events: all;
}

.HeroSliderNav .owl-nav button img {
    object-fit: contain;
}

.HeroSlider .item.hide-caption .HeroSlider-img iframe {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
}


.HeroSlider .owl-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: space-between;
    max-width: calc(100% - 72px);
    pointer-events: none;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.HeroSlider.owl-carousel .owl-nav {
    max-width: 100%;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
    -webkit-transform: translateY(-50%);
}

.HeroSlider.owl-carousel .owl-nav button.owl-prev,
.HeroSlider.owl-carousel .owl-nav button.owl-next {
    width: 50px;
    height: 117px;
    pointer-events: all;
    border-radius: 10px 0px 0px 10px;
    background-color: rgba(0, 0, 0, 0.20);
    display: flex;
    align-items: center;
    justify-content: center;
}

.HeroSlider.owl-carousel .owl-nav button.owl-prev {
    background-image: url(../images/chevron_left.svg);
    border-radius: 0px 10px 10px 0px;
}

.HeroSlider.owl-carousel .owl-nav button.owl-next {
    background-image: url(../images/chevron_right.svg);
}

.HeroSlider .owl-nav button img {
    object-fit: contain;
    filter: brightness(0) invert(1);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-filter: brightness(0) invert(1);
}

.HeroSlider .owl-nav button:hover img {
    filter: brightness(1) invert(0);
    -webkit-filter: brightness(1) invert(0);
}

.HeroSlider .owl-dots {
    position: absolute;
    bottom: 34%;
    width: 100%;
    /*    justify-content: center; */
    display: flex;
    padding: 0 4.5%;
}

.banner-action-div {
    display: flex;
    align-items: center;
}

.full-video .btn-skip {
    position: absolute;
    right: 50px;
    bottom: 150px;
}

.full-video .btn-skip .btn {
    border-color: var(--white);
    background-color: transparent;
    display: flex;
    align-items: center;
    padding: 9px 15px;
    font-size: 12px;
    font-weight: 500;
    min-height: auto;
}

.full-video .btn-skip .btn:hover {
    background: #737373;
}

.hero-section .banner-action-div .close-icon {
    display: none;
}

.hero-section .banner-action-div .volume_icon {
    display: none;
}

.hide-caption .banner-action-div .close-icon {
    display: flex;
}

.hide-caption .banner-action-div .volume_icon {
    display: flex;
}

.banner-action-div .common_icon_box {
    height: 30px;
    width: 44px;
    margin-right: 8px;
    position: relative;
    margin-left: 0;
    border-radius: 100px;
    border: 1px solid #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
    transition: 0.5s all;
}

.banner-action-div .common_icon_box:hover {
    background-color: rgba(255, 255, 255, 0.30);
}

.banner-action-div .common_icon_box.active {
    background-color: var(--primary);
}

.common_icon_box>a {
    display: block;
    height: inherit;
    width: inherit;
}

.common_icon_box img {
    transition: 0.3s all;
    display: block;
}

.common_icon_box:hover img {
    opacity: 1;
}

.play-icon.widget_link {
    position: relative;
}

.play-icon.widget_link .pause_btn {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
}

.widget_item.active .play-icon.widget_link .pause_btn {
    opacity: 1;
    visibility: visible;
}

.widget_item.active .play-icon.widget_link .play_btn {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.banner-action-div .common_icon_box:last-child {
    margin-right: 0;
}

.banner-action-div ul.social-share {
    background-color: #737373;
    text-align: center;
    border-radius: 6px;
}

.banner-action-div ul.social-share li {
    margin-bottom: 3px;
}

.banner-action-div ul.social-share li:last-child {
    margin-bottom: 0;
}

.banner-action-div ul.social-share li a {
    height: 32px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 2px;
}

.banner-action-div ul.social-share li a img {
    width: auto;
}

.banner-action-div ul.social-share li a:hover {
    background-color: #000;

}

.btn_share {
    position: relative;
}

.btn_share ul.social-share {
    background-color: #737373;
    text-align: center;
    border-radius: 6px;
    position: absolute;
    left: 0;
    right: 0;
    top: -142px;
    opacity: 0;
    visibility: hidden;
    padding: 3px 0;
    z-index: 2;
}

.btn_share:hover ul.social-share {
    opacity: 1;
    visibility: visible;
}

.widget_item.active ul.social-share {
    opacity: 1;
    visibility: visible;
}

.social-share li a img {
    opacity: 1 !important;
    max-width: 16px;
}

.btn_share .social-share:after {
    content: "";
    height: 40px;
    width: 24px;
    display: block;
    background-image: url(../images/share-icon_rectangle.png);
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
}

.comm_slider_sec .owl-dots {
    position: absolute;
    top: -17px;
    right: 75px;
    display: flex;
    align-items: center;
}


div .owl-dots .owl-dot {
    width: 18px;
    height: 3px;
    border-radius: 10px;
    background-color: var(--gray);
    min-width: unset;
    margin-right: 9px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

div .owl-dots .owl-dot.active {
    background-color: var(--primary);
}

div.HeroSlider .owl-dots .owl-dot {
    width: 23px;
    height: 2px;
    position: relative;
}

div.HeroSlider .owl-dots .owl-dot.active {
    width: 72px;
}

div.HeroSlider .owl-dots .owl-dot.active {
    background-color: var(--gray);
}

div.HeroSlider .owl-dots .owl-dot span {
    display: block;
    position: absolute;
    background-color: transparent;
    height: 100%;
    top: 0;
    border-radius: inherit;
}

div.HeroSlider .owl-dots .owl-dot.active span {
    background-color: var(--primary);
}

div.HeroSlider .owl-dots .owl-dot.active span {
    animation-name: animate-width;
    -webkit-animation-name: animate-width;
    animation-duration: 13s;
    animation-timing-function: linear;
}

.hide-nav-slider div.HeroSlider .owl-dots .owl-dot.active span {
    animation-play-state: paused;
}


div .owl-dots .owl-dot span {
    display: block;
}



@keyframes animate-width {
    from {
        width: 0%;
    }

    to {
        width: 100%;
    }
}


.volume .icon {
    position: relative;
}

.volume img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.common_icon_box.volume_icon .volume img {
    width: 100%;
    max-width: 18px;
}

.volume img {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    pointer-events: none;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
}

.volume[data-mute="0"] img.v-off {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    pointer-events: auto;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.volume[data-mute="1"] img.v-on {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    pointer-events: none;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}



.seasons_category {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.seasons_category span {
    display: inline-flex;
    color: var(--white);
    align-items: center;
}

.seasons_category span::before {
    content: '';
    position: relative;
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: var(--white);
    border-radius: 50%;
    margin: 0 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.seasons_category span:first-child::before {
    display: none;
}






.top10_box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.top_title p {
    font-size: 22px;
    color: var(--white);
    line-height: 140%;
    padding: 0 10px;
}

.HeroSlider-info .top10_icon {
    width: 22px;
    height: 22px;
}

.action-button {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    pointer-events: auto;
}

.action-button>* {
    margin-right: 12px;
    margin-bottom: 10px;
}

/*.btn {*/
/*    padding: 16px 23px;*/
/*    display: inline-flex;*/
/*    align-items: center;*/
/*    border: 1px solid var(--channel_color);*/
/*    border-radius: 10px;*/
/*    transition: all 0.3s ease;*/
/*    color: var(--white);*/
/*    text-decoration: none;*/
/*    font-size: 18px;*/
/*    font-weight: bold;*/
/*    background-color: var(--channel_color);*/
/*    -webkit-transition: all 0.3s ease;*/
/*    -moz-transition: all 0.3s ease;*/
/*    -ms-transition: all 0.3s ease;*/
/*    -o-transition: all 0.3s ease;*/
/*    -webkit-border-radius: 10px;*/
/*    -moz-border-radius: 10px;*/
/*    -ms-border-radius: 10px;*/
/*    -o-border-radius: 10px;*/
/*}*/

/*.btn:hover {*/
/*    background-color: transparent;*/
/*}*/
/*.btn:active {*/
/*    border-color: var(--channel_color);*/
/*    background-color: transparent;*/
/*    color: var(--channel_color);*/
/*}*/

/*.btn .icon {*/
/*    height: 20px;*/
/*    width: 20px;*/
/*}*/

/*.btn .icon img {*/
/*    transition: all 0.3s ease;*/
/*    -webkit-transition: all 0.3s ease;*/
/*    -moz-transition: all 0.3s ease;*/
/*    -ms-transition: all 0.3s ease;*/
/*    -o-transition: all 0.3s ease;*/
/*}*/

/*.btn:active .icon img {*/
/*    filter: invert(48%) sepia(100%) saturate(357%) hue-rotate(80deg) brightness(96%) contrast(87%);*/
/*    -webkit-filter: invert(48%) sepia(100%) saturate(357%) hue-rotate(80deg) brightness(96%) contrast(87%);*/
/*}*/

.btn_fill.btn {
    background: linear-gradient(132.02deg, rgba(255, 255, 255, 0.2) -2.16%, rgba(0, 0, 0, 0.052) 151.47%);
}

.btn_fill.btn:hover {
    background: linear-gradient(132.02deg, rgba(117, 170, 231, 0.2) -2.16%, rgba(86, 184, 57, 0.2) 151.47%);
}

.btn_fill.btn:active {
    color: var(--primary);
}

.btn_fill.btn .icon img {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.btn_fill.btn:active .icon img {
    filter: invert(48%) sepia(100%) saturate(357%) hue-rotate(80deg) brightness(96%) contrast(87%);
    -webkit-filter: invert(48%) sepia(100%) saturate(357%) hue-rotate(80deg) brightness(96%) contrast(87%);
}

.btn_fill.btn .icon {
    margin-left: 10px;
}

.close .btn .icon img {
    object-fit: contain;
    padding: 2px;
}

.add_to_fav .btn_fill.btn {
    background: transparent;
}

.add_to_fav .btn_fill.btn:hover {
    background-color: var(--primary);
}

.add_to_fav .btn_fill.btn:active {
    border-color: var(--primary);
    color: var(--primary);
    background-color: transparent;
}



/*.btn_rounded {*/
/*    border: 1px solid rgba(255, 255, 255, 0.20);*/
/*    border-radius: 50px;*/
/*    padding: 13px 36px;*/
/*    font-size: 12px;*/
/*    font-weight: 300;*/
/*    text-decoration: none;*/
/*    color: var(--white);*/
/*    transition: all 0.3s ease;*/
/*    display: block;*/
/*    -webkit-transition: all 0.3s ease;*/
/*    -moz-transition: all 0.3s ease;*/
/*    -ms-transition: all 0.3s ease;*/
/*    -o-transition: all 0.3s ease;*/
/*    -webkit-border-radius: 50px;*/
/*    -moz-border-radius: 50px;*/
/*    -ms-border-radius: 50px;*/
/*    -o-border-radius: 50px;*/
/*}*/

/*.active .btn_rounded,*/
/*.btn_rounded:hover {*/
/*    background-color: rgba(255, 255, 255, 0.10);*/
/*}*/

/*.btn_rounded:active {*/
/*    border-color: var(--primary);*/
/*    color: var(--primary);*/
/*    font-weight: 300;*/
/*}*/

/*.active .btn_rounded {*/
/*    font-weight: 500;*/
/*}*/




/*.btn.btn_more {*/
/*    padding: 15px 30px;*/
/*    font-size: 16px;*/
/*}*/

/* END HERO BANNER CODE */



/* START COMMON SLIDER CODE */
.hero-section+.common-slider-sec {
    margin-top: -4%;
    z-index: 1;
}

.common-slider-sec {
    overflow: hidden;
}

.common-slider-sec>.common-slider-inner {
    padding-left: 5.4%;
    overflow: hidden;
    padding-right: 5%;
}

.common-slider-sec .title {
    position: relative;
}

.title {
    margin-bottom: 24px;
}

.title h2 {
    font-size: 33px;
    font-weight: 800;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.banner-label li a:hover,
.title h2 {
    color: #fff;
}

.title h2 img {
    width: 70px;
    margin: 0 15px;
}

.owl-carousel .owl-stage::after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.movies-slide-info,
.movies-slider .owl-item,
.observations-slider .owl-item,
.owl-carousel .owl-item,
.owl-carousel .owl-nav,
.owl-carousel.owl-rtl .owl-item {
    transition: all .5s ease 0s;
}

.owl-carousel .owl-nav {
    display: flex;
    justify-content: space-between;
    margin: 0;
    position: absolute;
    max-width: 90px;
    top: -50px;
    bottom: auto;
    right: 0;
    left: auto;
    pointer-events: none;
    z-index: 1;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    width: 25px;
    height: 25px;
    pointer-events: all;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px auto;
}

.owl-carousel .owl-nav button.owl-prev {
    background-image: url(../images/slider-arrow-left.svg);
}

.owl-carousel .owl-nav button.owl-next {
    background-image: url(../images/slider-arrow-right.svg);
}

.owl-carousel .owl-nav button span {
    display: none;
}

.owl-carousel .owl-nav button.owl-next {
    margin-left: 10px;
}

.owl-carousel .owl-nav button svg {
    display: none;
}

.common-slider-sec:last-of-type {
    padding-bottom: 100px;
}

.owl-nav button.disabled {
    opacity: 0.5;
    /*    pointer-events: none !important;*/
}

/*.owl-carousel .owl-nav > button.owl-next, .owl-carousel .owl-nav > button.owl-prev {*/
/*	background: url(../images/owl-arrow.png) no-repeat;*/
/*}*/
.owl-carousel .owl-nav>button i {
    display: none;
}

/* END COMMON SLIDER CODE */



/* START LIVE PAGE CODE */
section.live-sec {
    padding: 118px 0 0;
    position: relative;
}

.liver-video {
    position: relative;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
}

.liver-video .video-wrap {
    height: auto;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
}

.live-sec .liver-video .video-wrap {
    height: auto;
    padding-top: 50%;
    min-height: unset;
}

.video-wrap>iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}


.all-tv-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.all-tv-list a {
    display: block;
    border-radius: 10px;
    overflow: hidden;
}

.all-tv-list.owl-carousel a {
    position: relative;
    width: 100%;
    padding-top: 60%;
}

.all-tv-list a img {
    display: block;
    width: 100%;
}

.all-tv-list.owl-carousel a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.img_wrapper {
    width: 100%;
}

.box-item .img_wrapper {
    border-radius: 8px;
    overflow: hidden;
}

.img_wrap {
    width: 100%;
    padding-top: 30.25%;
    position: relative;
}

.img_wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img_wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.live-section .left-side {
    max-width: 73%;
    width: 100%;
}

.live-section .left-side .img_wrap {
    background: url("../images/logo.png") no-repeat;
    background-size: 50%;
    background-position: center;
}

.live-section {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    flex-wrap: wrap;
}

.live-section .right-side {
    max-width: calc(100% - 75%);
    text-align: left;
    width: 100%;
    max-height: 37vw;
    overflow: hidden;
    overflow-y: auto;
    padding-bottom: 3px;
    scrollbar-width: none;
}

.live-section .right-side::-webkit-scrollbar {
    width: 0;
}

.live-section .right-side hr {
    margin: 30px 0;
    height: 1px;
    border: none;
    background-color: #6f6969;
}

.live-section .right-side .box-item div.label {
    background: var(--redhover);
    border-color: var(--redhover);
    color: #FFFFFF;
    padding: 8px 10px;
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    min-width: 80px;
    text-align: center;
}

.live-section .right-side .box-item div.label.live {
    background-color: #d53027;
    line-height: 1.5;
}

.live-section .right-side .box-item h4 {
    font-size: 1.5rem;
    margin-top: 15px;
    color: var(--white);
}

.live-section .right-side .box-item .time {
    margin-top: 10px;
    color: var(--white);
}

.live-section .left-side>iframe {
    height: 697.5px;
}



.box-item {
    background-color: #36343C;
    border-radius: 8px;
    box-shadow: 0 2px 2px #151418;
}

.box-item .details {
    padding: 16px;
    z-index: 1;
    position: relative;
}

.box-item .img_wrapper {
    border-radius: 8px 8px 0 0;
    overflow: hidden;
    margin-bottom: -70px;
    position: relative;
}

.box-item .img_wrapper::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(#fff0, #34323c);
    z-index: 1;
}

/* END LIVE PAGE CODE */


/* START VERTICAL SLIDER CODE */
.vertical_slider .owl-item:hover {
    z-index: 1;
}

.vertical_slider_sec .slider_wrap {
    padding-bottom: 5%;
}

/* END VERTICAL SLIDER CODE */



/* START RADIO PAGE CODE */
section.radio_player_sec {
    padding: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #2221278a;
    background-blend-mode: multiply;
    height: 100%;
    min-height: 100vh;
}

.radio_player_sec .container {
    padding-top: 210px;
    padding-bottom: 100px;
    max-width: 1500px;
}

.radio_player_sec .radio_player_wrap {
    display: flex;
    flex-wrap: wrap;
    border-radius: 12px;
    overflow: hidden;
    background-color: #36343C;
}

.radio_player_img_wrap {
    width: 35.9%;
}

.radio_player_img_wrap figure {
    margin: 0;
    width: 100%;
    line-height: 0;
    position: relative;
    padding-top: 100%;
    height: 100%;
}

.radio_player_img_wrap img {
    object-fit: scale-down;
    object-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.radio_player_sec .radio_player_info_wrap {
    width: 64%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    flex-direction: column;
}

.radio_player_info {
    padding: 68px 50px;
    width: 100%;
}

.radio_player_head h2 {
    color: var(--white);
    font-size: 40px;
    margin-bottom: 10px;
}

.radio_player_contant p {
    font-size: 20px;
    color: #dadada;
    font-weight: 500;
    /* display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical; */
}

.radio_player_info>*+* {
    margin-top: 10px;
}

.radio_player_control {
    width: 100%;
    margin-top: auto;
}

.radio_player_sec .not-allowed-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .8);
    color: var(--redhover);
    font-weight: 800;
    font-size: 22px;
    text-align: center;
}

.radio_player_control iframe {
    display: block;
    width: 100%;
}

iframe {
    display: block;
    width: 100%;
}

.radio_channels {
    margin-top: 15px;
}

.radio_channels ul::-webkit-scrollbar {
    height: 8px;
}

.radio_channels ul {
    display: flex;
    flex-wrap: nowrap;
    width: auto;
    overflow-x: auto;
}

.radio_channels ul li {
    border-radius: 4px;
    min-width: 200px;
    margin-bottom: 12px;
    overflow: hidden;
    padding-top: 114px;
    position: relative;
}

.radio_channels ul li+* {
    margin-left: 8px;
}

.radio_channels ul li a {
    background-color: #36343C;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.radio_channels ul li a img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.radio_channels ul li a:hover .hover_img,
.radio_channels ul li.active a .hover_img {
    visibility: visible;
    opacity: 1;
}

.radio_channels ul li a .hover_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: all 0.3s ease;
    object-position: center;
    visibility: hidden;
}

/* END RADIO PAGE CODE */


/* START TERM AND PP PAGE CODE */
section.first-section {
    padding-top: 150px;
}

.toc-title {
    margin-bottom: 30px;
}

.toc-title h1 {
    color: var(--white);
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.toc-title p {
    color: var(--white);
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
}

.article {
    margin-bottom: 40px;
}
.article:last-child{
    margin-bottom: 0;
}

.article h2{
    margin-bottom: 16px;
}
.article h2,
.article h4 {
    color: var(--white);
    font-size: 26px;
    font-weight: 500;
    line-height: 120%;
    /* 280% */
}

.article p {
    color: var(--white);
    font-family: var(--primary-font);
    font-size: 16px;
    font-style: normal;
    line-height: 120%;
    margin-bottom: 16px;
}

.article p:last-child {
    margin-bottom: 0;
}

.article ol {
    margin-top: 25px;
}

.article ol li+* {
    margin-top: 10px;
}

.article ol li {
    color: var(--white);
}

.article p a {
    color: var(--redhover);
}

.article p a:hover {
    color: var(--red);
}

/* END TERM AND PP PAGE CODE */

.show_info p {
    font-size: 18px;
    font-weight: bold;
    color: var(--white);
}

.radio_channels li:hover {
    border: 3px solid var(--redhover);
}

.radio_channels li.active {
    border: 3px solid var(--redhover);
}

.desc_box {
    margin-bottom: 5px;
}

.read_more,
.read_less {
    color: var(--redhover);
    display: none;
}

.title_filter_wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

.title_filter_wrap .title {
    margin: 0;
    padding-right: 30px;
}

.title_filter_wrap .title h1 {
    color: #fff;
}

.filter_list {
    position: relative;
    z-index: 3;
}

.filter_wrap {
    width: 100%;
    max-width: 250px;
    position: relative;
}

.filter_link {
    background-color: #545356;
    width: 100%;
    display: block;
    border-radius: 5px;
    position: relative;
    font-size: 16px;
    font-weight: 800;
    padding-right: 40px;
    color: #fff;
    cursor: pointer;
}

.filter_link::before {
    content: '';
    position: absolute;
    top: 53%;
    right: 14px;
    left: auto;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background: url(../images/white-arrow-down.png) no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 1;
}

.filter_link span {
    display: block;
    width: 100%;
    padding: 5px 20px;
    text-align: center;
    border-radius: 5px;
    background-color: #69686b;
    border: 1px solid transparent;
    transition: all 0.32s ease;
    -webkit-transition: all 0.32s ease;
    -moz-transition: all 0.32s ease;
    -ms-transition: all 0.32s ease;
    -o-transition: all 0.32s ease;
}

.filter_list .dropdown_list {
    background-color: #545356;
    border-radius: 0 0 10px 10px;
    top: 100%;
    position: absolute;
    transform: translateY(-3px);
    overflow: hidden;
    max-height: 0;
    transition: all 0.5s ease;
    opacity: 0;
    visibility: hidden;
    width: 100%;
}

.filter_wrap.active .dropdown_list {
    max-height: 460px;
    height: auto;
    opacity: 1;
    visibility: visible;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 2;
}

.dropdown_list ul {
    width: 100%;
    padding: 15px;
    overflow-y: auto;
}

.dropdown_list ul li {
    border-bottom: 1px solid #fff;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.dropdown_list ul li:last-child {
    padding: 0;
    margin: 0;
    border: none;
}

.dropdown_list ul a {
    font-size: 14px;
    font-weight: bold;
    display: block;
    width: 100%;
    color: var(--white);
    text-align: center;
}

.dropdown_list ul a:hover,
.dropdown_list ul .active a {
    color: var(--redhover);
}

.data-list,
.most-watch>ul {
    display: flex;
    flex-wrap: wrap;
}

.show-listing-wrapper>ul {
    margin: 0 -7px;
}

.most-watch>ul>li {
    width: 14.28%;
    padding: 0 7px;
    margin-bottom: 15px;
}

.item,
.show-page-banner .item {
    position: relative;
    transition: all .5s ease;
}

.movies-slide {
    line-height: 0;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.movies-slide-img {
    position: relative;
    overflow: hidden;
    padding-top: 133.28%;
    display: block;
    border-radius: 4px;
}

.movies-slide-img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-position: top;
    object-fit: cover;
}

#data-container .item .movies-slide {
    transition: all 0.3s ease;
}

#data-container .item:hover .movies-slide {
    scale: 1.2;
    z-index: 2;
}

#data-container .item .show-details {
    position: absolute;
    bottom: -50%;
    padding: 0;
    width: 100%;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s all;
    padding-left: 20px;
}

#data-container .item .show-details .other {
    margin-top: 15px;
}

#data-container .item .show-details .other span {
    color: white;
    padding: 3px;
    border: solid 1px rgba(255, 255, 255, .5);
    font-size: 12px;
    line-height: 100%;
    font-weight: 800;
}

#data-container .item:hover .show-details {
    bottom: 20px;
    opacity: 1;
    visibility: visible;
}

.show-details h6 {
    /*color:var(--bcolor);*/
    font-size: 18px;
    display: block;
    margin-bottom: 6px;
    color: white;
}

.item .show-details .category span {
    font-size: 14px;
    /* color: var(--bcolor); */
    font-weight: 500;
    position: relative;
    padding-right: 7px;
    color: white;
    line-height: 140%;
}

.item .show-details .category span:last-child {
    padding-right: 0;
}

.item .show-details .category span:before {
    position: absolute;
    content: "";
    /*background: var(--bcolor);*/
    background: #fff;
    right: 0;
    left: auto;
    height: 12px;
    width: 2px;
    top: 54%;
    transform: translateY(-50%);
}

.item .show-details .category span:last-child:before {
    display: none;
}

#data-container .item .movies-slide::before {
    position: absolute;
    content: "";
    background-image: linear-gradient(transparent 0, black);
    height: 20%;
    width: 100%;
    bottom: -1px;
    z-index: 2;
    opacity: 0.5;
    pointer-events: none;
    transition: all 0.3s ease;
}

#data-container .item:hover .movies-slide::before {
    height: 100%;
    opacity: 1;
}

.item_inner {
    position: relative;
    overflow: hidden;
}

/* START Episods SEC CODE */

.more_list_episods .title_filter_wrap {
    justify-content: space-between;
}

.more_list_episods .filter_link {
    background: transparent;
}

.more_list_episods .filter_link span {
    padding: 0;
    background: transparent;
    border-radius: unset;
    text-align: left;
}

.more_list_episods .filter_list .dropdown_list {
    border-radius: 8px;
    margin-top: 12px;
}

.more_list_episods .dropdown_list ul li {
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-color: #b2b2b0;
}

.more_list_episods .dropdown_list ul li:last-child {
    padding: 0;
    margin: 0;
}

.more_list_episods .dropdown_list ul a {
    font-size: 16px;
    font-weight: 500;
    display: block;
    width: 100%;
    color: #b2b2b0;
    text-align: center;
}

.more_list_episods .dropdown_list ul a:hover {
    color: var(--redhover);
}

.more_list_episods .title h2 {
    text-transform: uppercase;
}

.episode_item_wrap li {
    margin-bottom: 15px;
    background-color: transparent;
    padding: 25px 20px;
    border-radius: 12px;
    transition: 0.3s all;
}

.more_list_episods li:last-child {
    margin-bottom: 0;
}

.episode_item_wrap li:hover {
    background-color: #27282c;
}

.more_list_episods .ep_item {
    display: flex;
    width: 100%;
}

.more_list_episods li .show_video {
    width: 100%;
    height: 100%;
    max-width: 23.25%;
    border-radius: 10px;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.ratio_img_wrap {
    position: relative;
    padding-top: 56.25%;
    width: 100%;
}

.ratio_img_wrap iframe,
.ratio_img_wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.episode_info {
    width: 100%;
    margin: 0 25px;
}

.episode_duration p {
    position: relative;
    padding-right: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}

.episode_info h5 {
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.episode_info p {
    font-size: 18px;
    color: #dadada;
    font-weight: 500;
}

.ep_item .episode_no {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    padding-right: 15px;
    display: flex;
    align-items: center;
    display: none;
}

.load-more-btn {
    text-align: center;
    margin: 15px auto 0;
}

.load-more-btn .readmore-list {
    background: var(--redhover);
    border-color: var(--redhover);
    color: #FFFFFF;
    padding: 10px 30px;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    border-radius: 30px;
}

.load-more-btn .readmore-list:hover {
    background-color: #d53027;
    border-color: #d53027;
}

/* END Episods SEC CODE */


/* START Related Item CODE */

.comm_item_card ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7px;
}

.comm_item_card ul li {
    width: 100%;
    max-width: 33.33%;
    padding: 0 7px;
    margin-bottom: 14px;
}

.comm_item_card .item {
    position: relative;
    border-radius: 10px;
}

.related_item_list .img_wrap {
    display: block;
    border-radius: 0;
    overflow: hidden;
    z-index: 1;
}

.related_item_list .item {
    background-color: #27282c;
    overflow: hidden;
}

.related_item_list .item .show-details {
    padding: 20px;
}

.related_item_list .item .show-details h6 {
    font-size: 20px;
}

.related_item_list .item .show-details .category span {
    font-size: 16px;
}

.video_wrap .play {
    background: #fecf45;
    border-color: #fecf45;
    color: #FFFFFF;
    padding: 10px 25px;
    font-weight: 800;
    font-size: 18px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: auto; */
    vertical-align: middle;
    width: max-content;
    margin-bottom: 12px;
    flex-direction: row-reverse;
}

.video_wrap .play img {
    margin-left: 10px;
}

.video_wrap .play:hover {
    background-color: #d53027;
    border-color: #d53027;
}

/* END Related Item CODE */

/* START BANNER CODE */

.banner {
    padding: 0;
    overflow: hidden;
    position: relative;
}

.show-page-banner .banner-slide {
    position: relative;
    line-height: 0;
}

.show-page-banner .banner-slide,
.show-page-banner .banner-slide.show-trailer {
    padding-top: 56.25%;
    transition: all .5s ease;
}

.show-page-banner .banner-slide>img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.banner-info-block {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: flex-start;
    z-index: 9;
    flex-direction: column;
    max-width: 1740px;
    margin: 0 auto;
    justify-content: center;
    padding: 0 15px;
}

.banner-info-block .banner-logo {
    margin-bottom: 20px;
}

.banner-info-block .banner-logo img {
    max-width: 200px;
    min-height: 75px;
}

.banner-info-block .banner-logo h1 {
    color: #fff;
    font-size: 26px;
}

.v-detail {
    max-width: 1130px;
}

.banner-content .category_wrap {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.banner-content .category_wrap .year {
    padding: 0 20px;
    display: inline-flex;
}

.banner-content .category_wrap .year p {
    font-size: 18px;
    color: #fff;
    margin: 0;
    padding-right: 20px;
}

.banner-content .category_wrap .year p:last-child {
    padding-right: 0px;
}

.banner-content .category_wrap img {
    margin: 0;
    max-width: 30px;
}

.banner-content .category span {
    font-size: 18px;
    font-weight: 500;
    position: relative;
    padding-right: 7px;
    color: white;
}

.banner-content .category span:before {
    position: absolute;
    content: "";
    background: #fff;
    right: 0;
    left: auto;
    height: 12px;
    width: 2px;
    top: 54%;
    transform: translateY(-50%);
}

.banner-content .category span:last-child {
    padding-right: 0;
}

.banner-content .category span:last-child:before {
    display: none;
}

.banner-content p {
    font-size: 18px;
    color: #b2b2b0;
}

.director_wrap {
    margin: 10px 0 20px;
}

.director_wrap p {
    font-size: 18px;
    color: #fff;
}

.banner .banner-slide::before,
.banner .banner-slide::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 25%;
    pointer-events: none;
    background-image: linear-gradient(var(--bcolor), transparent);
    z-index: 2;
    top: 0;
}

.banner .banner-slide::after {
    top: auto;
    bottom: 0px;
    background-image: linear-gradient(transparent 60%, var(--bcolor)100%);
    height: 100%;
}

/* START BANNER CODE */



/* START FULL VIDEO PAGE CODE */
section.full-video {
    padding: 0;
    background: var(--bcolor);
    overflow: hidden;
    padding: 0;
}

.hide-header .transparent-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.full-height {
    min-height: 100vh;
    position: relative;
}

.video-info {
    position: absolute;
    top: 0;
    z-index: 1;
    left: 0;
    right: 0;
    padding: 30px 35px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    opacity: 0.9;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: flex-start;
    z-index: 3;
    transition: all 0.5s ease;
    pointer-events: none;
}

.hide-header .video-info {
    top: -300px;
    transition: all 0.5s ease;
}

.video-info .video-duration {
    position: relative;
    max-width: calc(100% - 200px);
    width: 100%;
    display: flex;
    align-items: flex-start;
}

.video-info .video-duration>* {
    font-weight: bold;
    font-size: 24px;
    text-align: right;
    color: #fff;
    margin-right: 30px;
    pointer-events: auto;
}

.video-info .video-duration {
    position: relative;
    max-width: calc(100% - 200px);
    width: 100%;
    display: flex;
    align-items: flex-start;
}

.video-info .video-duration .channel-logo {
    max-width: 155px;
    max-height: 112px;
}

.video-info .video-duration>.episode {
    border-left: 0px solid var(--redhover);
    padding-left: 0;
    padding-right: 30px;
    position: relative;
}

.video-info .video-duration>.episode::before {
    content: "";
    background-color: var(--redhover);
    width: 2px;
    top: calc(50% - 6px);
    display: block;
    position: absolute;
    right: 3px;
    height: 13px;
}

.video-info .video-duration> :last-child {
    margin-left: 0;
}

.call-back {
    width: 160px;
    pointer-events: auto;
}

.call-back .back {
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    text-align: right;
    color: #fff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.call-back .back:hover {
    color: var(--redhover);
}

.call-back .back::after {
    content: "";
    background: url("../images/right-arrow.svg");
    display: inline-block;
    background-repeat: no-repeat;
    filter: brightness(0) invert(1);
    margin-left: 20px;
    width: 57px;
    height: 57px;
    vertical-align: top;
    border: 2px solid var(--redhover);
    border-radius: 50px;
    background-position: center;
    margin-top: 0;
    background-size: 29%;
    transition: all 0.3s ease;
}

.call-back .back:hover::after {
    filter: brightness(1) invert(0);
}




.full-event-page .video,
.full-video .video {
    position: relative;
    overflow: hidden;
    transform: scale(1);
    width: 100%;
    height: 100vh;
    margin: 0 auto;
}

.full-event-page .video iframe,
.full-video .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}



.video-widget {
    position: absolute;
    left: 40px;
    z-index: 2;
    right: auto;
    transition: all 0.5s ease;
    top: calc(50% - 100px);
}

.video-widget>ul {
    display: flex;
    flex-direction: column;
}

.showoverlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(#000 0%, rgba(0, 0, 0, 0.69) 100%);
    z-index: -1;
    transition: all 0.5s ease;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    /* transition: all 0.5s ease; */
}

.widget_item.active .showoverlay,
.show-more-ep .showoverlay {
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
    transition: all 0.5s ease;
}

/*
.more-episode-wrap {
	position: fixed;
	top: 100%;
	right: 0;
	left: 140px;
	opacity: 0;
	z-index: -1;
	visibility: hidden;
	pointer-events: none;
	transition: all 0.5s ease;
	padding-right: 7.7%;
}
.show-more-ep .more-episode-wrap {
	top: 18%;
	opacity: 1;
	z-index: 2;
	visibility: visible;
	pointer-events: auto;
	transition: all 0.5s ease;
}
.more-episode-new {
	background: var(--bcolor);
	border-radius: 8px;
	padding: 30px;
	position: relative;
	z-index: 1;
	border: 1px solid var(--light_gray);
}
.more-episode-new .decline-heading-row {
	border-bottom: 1px solid var(--white);
	padding-bottom: 25px;
	margin-bottom: 40px;
}*/
.decline-heading-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 40px;
}

.decline-heading {
    display: flex;
    align-items: center;
}

.decline-heading h2 {
    margin-bottom: 0;
    font-weight: 800;
    font-size: 32px;
    position: relative;
    color: #fff;
    padding-right: 25px;
    margin-right: 25px;
}

.decline-heading h2::before {
    content: "";
    position: absolute;
    bottom: 10px;
    top: 10px;
    width: 2px;
    right: 0;
    background: var(--redhover);
}

.cust-dropdown>span.drop-click,
.cust-select {
    font-weight: bold;
    font-size: 24px;
    color: #DADADA;
    border: 0;
    background-color: transparent;
    display: inline-block;
    vertical-align: top;
}

.cust-select {
    font-size: 18px;
    color: var(--white);
    background-color: var(--bcolor);
    border: 1px solid var(--light_gray);
    box-sizing: border-box;
    border-radius: 8px;
    padding: 0 32px 0 16px;
    background-image: url(../images/white-arrow-down.png);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: calc(100% - 15px) center;
    -webkit-appearance: none;
    line-height: 40px;
    min-width: 140px;
    cursor: pointer;
}

.cust-small-scroll {
    overflow-y: auto;
    overflow-x: hidden;
}

.more-episode-new .decline-shows .decline-grid-view,
.more-episode-new .decline-shows .decline-list-view {
    max-height: 50vh;
    overflow-x: hidden;
    overflow-y: auto;
    margin-right: -20px;
    padding-right: 15px;
    transform: none;
    position: relative;
}







.widget_link img {
    pointer-events: none;
}

.video-widget>ul>li {
    margin-bottom: 15px;
}

a.more-episode-click::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background: #565365;
    border-radius: 2px;
    z-index: 1;
    left: 00px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.5s ease 0s;
    opacity: 0;
    visibility: hidden;
}

.video-widget>ul>li>a,
.video-widget>ul>li>span {
    width: 63px;
    height: 61px;
    border-radius: 10px;
    background: var(--bcolor);
    border: 1px solid var(--redhover);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    padding: 10px;
}

.video-widget>ul>li>a::before,
.video-widget>ul>li>span::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 70%;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid var(--redhover);
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
}

.video-widget>ul>li>span.share:hover::before,
.video-widget>ul>li.active>a::before,
.video-widget>ul>li.active>span::before {
    left: 100%;
    opacity: 1;
    visibility: visible;
}


.video-widget .widget_item.active .widget_link,
.video-widget>ul>li>span.share:hover,
.video-widget>ul>li>a.active,
.video-widget>ul>li>a:hover {
    background: var(--redhover);
    border-color: var(--redhover);
}

.video-widget>ul>li>a:hover {
    color: #fff;
}

.video-widget .social-share {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50px) scale(0);
    left: calc(100% + 15px);
    padding: 8px;
    border-radius: 8px;
    border: 1px solid var(--redhover);
    transform-origin: center;
    opacity: 0;
    visibility: hidden;
    background-color: var(--bcolor);
}

.video-widget .share:hover .social-share {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) translateX(0px) scale(1);
}

/* .video-widget .social-share::before {
	content: '';
	position: absolute;
	top: 50%;
	left: -10px;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid var(--redhover);
	transform: translateY(-50%);
    display: none;
} */
.video-widget .social-share::after {
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.video-widget .social-share li {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 8px 0;
}

.video-widget .social-share li a {
    color: var(--white);
    font-size: 24px;
}

.video-widget .social-share li a:hover {
    color: var(--redhover);
}






.video-widget .hover-detail {
    position: absolute;
    bottom: 0;
    left: calc(100% + 40px);
    width: 610px;
    height: auto;
    background-color: var(--bcolor);
    padding: 30px;
    border-radius: 8px;
    /* overflow: hidden; */
    opacity: 0;
    pointer-events: none;
    z-index: -1;
    transition: all 0.5s ease;
    transform: translateX(-50px) scale(0);
    transform-origin: left bottom;
    visibility: hidden;
    border: 1px solid var(--light_gray);
}

.video-widget .widget_item.active .hover-detail {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    z-index: 2;
    transition: all 0.5s ease;
    transform: translateX(0px) scale(1);
}

/* .video-widget .widget_item.active .hover-detail::before {
	content: '';
	position: absolute;
	bottom: 19px;
	left: -10px;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid var(--redhover);
    display: none;
} */
.hover-detail .ser-title {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.hover-detail .ser-title h2 {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 24px;
    color: #FFFFFF;
}

.video-widget .s-video-detail {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.genres-block {
    display: block;
    margin: 15px 0;
}

.genres-block>ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.date-and-time span:not(:last-child),
.genres-block>ul>li:not(:last-child) {
    margin-right: 12px;
    padding-right: 12px;
}

.date-and-time span:not(:last-child)::after,
.genres-block>ul>li:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 2px;
    height: 60%;
    background-color: var(--redhover);
}

.genres-block>ul>li {
    font-size: 16px;
    font-weight: 700;
    color: #b0b0b0;
    display: flex;
    align-items: center;
    position: relative;
}

.video-widget .hover-detail {
    pointer-events: none;
}

.video-widget .hover-detail p {
    color: var(--light_gray);
    font-size: 16px;
}

.s-video-detail .ad-cc-block {
    margin-bottom: 0;
}

.date-and-time span {
    color: var(--white);
    display: block;
    position: relative;
}

.date-and-time span:not(:last-child)::after {
    background-color: #fff;
}

.hover-detail p.details {
    margin-bottom: 15px;
}


.episode-decline-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
    width: auto;
}

.episode-decline-list>li {
    width: calc(25% - 16px);
    margin-right: 8px;
    margin-left: 8px;
    margin-bottom: 25px;
}

.episode-decline-list-box {
    position: relative;
    line-height: 0;
    border-radius: 4px;
    overflow: hidden;
    border: 2px solid var(--gray);
    transition: all 0.5s ease 0s;
}

.episode-decline-list-box:hover {
    border-color: var(--white);
}

.episode-decline-list-box.active {
    border-color: var(--redhover);
}

.episode-decline-list-box::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(34, 33, 39, 0.43) 40.52%, rgba(0, 0, 0, 0) 100%);
    transform: rotate(180deg);
    z-index: 1;
    height: 50%;
}

.episode-decline-list>li.active .episode-decline-list-box {
    border-color: #FFFFFF;
}

.decline-show-img a {
    display: block;
}

.vertical_thumbnails .img-wrap {
    width: 100%;
    position: relative;
    line-height: 0;
    padding-top: 56.35%;
    overflow: hidden;
    display: inline-block;
    transition: all 0.5s ease;
}

.vertical_thumbnails .img-wrap:before {
    position: absolute;
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.50) 100%);
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 1;
}

.vertical_thumbnails .img-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.sp-no-info {
    position: absolute;
    bottom: 7px;
    right: 7px;
    left: 7px;
    z-index: 1;
}

.sp-no-info-iocn {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.sp-no-info-iocn .sp-no {
    display: flex;
    align-items: center;
}

a.pink-play {
    display: block;
    background: var(--redhover);
    border-radius: 4px;
    width: 28px;
    height: 28px;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.pink-play img {
    width: auto;
}

.sp-no h2,
.sp-no>span {
    color: #fff;
    font-size: 14px;
    line-height: 110%;
    padding-right: 10px;
    margin-right: 10px;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.sp-no h2 a {
    color: var(--white);
    font-weight: bold;
    font-size: 14px;
}

.sp-no h2 a:hover {
    color: var(--redhover);
}

.sp-no>h2::after,
.sp-no>span::after {
    content: "";
    background-color: var(--redhover);
    width: 2px;
    bottom: 25%;
    top: 25%;
    display: block;
    position: absolute;
    right: 0;
}

.sp-no>h2:last-child::after,
.sp-no>span:last-child::after {
    display: none;
}

.sp-no-info-iocn .sp-no h2.ep,
.sp-no-info-iocn .sp-no span.ep {
    font-size: 14px;
    color: #C3C3C3;
}

.sp-no h2:last-child,
.sp-no>span:last-child {
    border: none;
    padding-right: 0;
    margin-right: 0;
}

.decline-heading .title_filter_wrap {
    margin-bottom: 0;
}

/* END FULL VIDEO PAGE CODE */


.disabled-link {
    pointer-events: none;
}

.video>p.not-allowed-text {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
    font-size: 20px;
    padding: 0 15px;
    color: #ffff;
}

.episode-decline-list a.pink-play {
    display: none;
}

.homepage_banner.mobile_home_page_banner {
    display: none;
}

section.geo-block-section {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
}

.geo-block {
    padding-bottom: 0;
    padding-top: 0;
    position: relative;
    min-height: 75vh;
}

.geo-block .no-content {
    position: absolute;
    top: 65%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    padding: 0 15px;
}

.geo-block .no-content p {
    color: white;
    text-align: center;
    font-size: 20px;
}

.more-episode-wrap .btn_wrap {
    margin-bottom: 2px;
}

/*.related_item_list.comm_item_card ul li{
	max-width: 100%;
}
.related_item_list .item{
	display: flex;
	flex-wrap: wrap;
}
.related_item_list.comm_item_card .img_wrap{
	max-width: 23.25%;
	padding-top: 11.5%;
}
.related_item_list .item .show-details{
	width: 100%;
	max-width: calc(100% - 23.5%);
}*/

.hero-section+.common-slider-channel-sec {
    margin-top: -80px;
    position: relative;
    z-index: 2;
}

.featured-slider-sec {
    position: relative;
    /* padding-left: calc((100% - 1340px)/2); */
    z-index: 2;
}

.sec_title {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    justify-content: space-between;
    /* padding-right: calc((100% - 1300px)/2); */
}

.sec_title .cta_btn {
    padding-right: 75px;
}

.no_nav .sec_title .cta_btn {
    padding-right: 0;
}

.sec_title h2 {
    color: var(--white);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.featured_slider_wrap {
    padding-left: 10px;
    margin-left: -10px;
}

.featured-carousel.owl-carousel {
    padding-top: 6px;
}

.featured-carousel .owl-stage-outer {
    overflow: visible;
}

.featured-carousel>.item {
    max-width: 283px;
    width: 100%;
    margin-right: 20px;
}

.featur-slide {
    position: relative;
    padding-bottom: 15px;
}
.featured-carousel .featur-slide{
    padding-bottom: 0;
}
.featur-slide .item.info.vertical_thumbnails {
    position: absolute;
    top: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: visible;
}

.featur-slide:hover .item.info.vertical_thumbnails {
    opacity: 1;
    visibility: visible;
}

.featur-slide>a {
    display: block;
    position: relative;
}

.featur-slide .f_show_img>a {
    display: block;
}

.f_show_img {
    position: relative;
    padding-bottom: 53.74%;
    border-radius: 5px;
    overflow: hidden;
    transition: 0.3s all;
    background-color: var(--white-10);
}

.f_show_img:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    border: 3px solid var(--primary);
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.featur-slide:hover .f_show_img:after {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}

.f_show_img:before {
    position: absolute;
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s all;
}

.featur-slide:hover .f_show_img {
    transform: scale(1.06);
}

.featur-slide:hover .f_show_img:before {
    opacity: 1;
    visibility: visible;
}

.f_show_img>a>img,
.f_show_img>img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*.featur-slide:hover .f_show_img img{
	transform: scale(1.1);
}*/

.play-progress {
    width: 108px;
    height: 3px;
    padding-right: 88px;
    border-radius: 4px;
    background: #777;
    margin: 25px 0 0;
    text-align: center;
    position: relative;
}

.play-progress .progress {
    position: absolute;
    top: 0;
    border-radius: 4px;
    background: var(--primary);
}

.play-progress .progress {
    position: absolute;
    top: 0;
    border-radius: 4px;
    background: var(--primary);
    height: 3px;
}

.play-progress+h3 {
    color: rgba(255, 255, 255, 0.92);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 20.8px */
    margin-top: 15px;
}

.tv_show_img .play-progress {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.featur-slide .details {
    position: absolute;
    bottom: 45px;
    left: 10px;
    transform: translateY(40px);
    transition: 0.3s all;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}
.featur-slide .details .action-div.action-button{
    bottom: 20px;
}
.featur-slide:hover .details {
    transform: unset;
    opacity: 1;
    visibility: visible;
}

.featur-slide .details h3 {
    color: var(--white);
    font-size: 22px;
    font-style: normal;
    font-weight: 1000;
    line-height: normal;
}

.featur-slide .details span {
    color: var(--white);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.action-div {
    position: absolute;
    left: 12px;
    right: auto;
    top: auto;
    bottom: 12px;
    transition: 0.3s all;
}
.vertical_thumbnails .action-div{
    bottom: 5px;
}
.action-div.action-button {
    display: flex;
    align-items: center;
    margin: 0;
    z-index: 2;
}
.featur-slide .action-div.action-button{
    bottom: 65px;
}
.show-listing-box .featur-slide .action-div.action-button {
    bottom: 10px;
}
.featur-slide .details{
    bottom: 58px;
}
.featur-slide .details + .action-div.action-button{
    bottom: 20px;
}
.featur-slide .f_show_img + h3,
.featur-slide  .show-details {
    margin-top: 12px;
}
.action-div .common_icon_box {
    display: flex;
    margin-bottom: 0;
    position: relative;
    height: 30px;
    width: 42px;
    border-radius: 100px;
    padding: 5px 0;
    margin-right: 12px;
    cursor: pointer;
}

.action-div.action-button>* {
    /*    margin-left: 12px;*/
}

.action-div .common_icon_box.wishlist {
    opacity: 0;
    visibility: hidden;
}

.vertical_thumbnails .action-div .common_icon_box.wishlist {
    opacity: 1;
    visibility: visible;
}

.featur-slide:hover .action-div .common_icon_box.wishlist {
    opacity: 1;
    visibility: visible;
}

.action-div .mute-icon-handler {
    margin-bottom: 0;
    cursor: pointer;
}

.action-div .mute-icon-handler.active .common_icon_box {
    background-color: var(--primary);
    border-color: var(--primary);
}

.action-div .mute-icon-handler.active .common_icon_box img {
    filter: brightness(1) invert(1);
}

.action-div .mute-icon-handler img {
    position: absolute;
    max-width: 18px;
}

.vertical_thumbnails .mute-icon-handler>.common_icon_box img {
    opacity: 1;
}

.vertical_thumbnails .mute-icon-handler>.common_icon_box .v-off {
    opacity: 0;
}

.vertical_thumbnails .mute-icon-handler.muted>.common_icon_box {
    opacity: 1;
}

.vertical_thumbnails .mute-icon-handler.muted>.common_icon_box .v-on {
    opacity: 0;
}

.vertical_thumbnails .mute-icon-handler.muted>.common_icon_box .v-off {
    opacity: 1;
}

.action-div.action-button .mute-icon-handler>.common_icon_box img {
    opacity: 1;
}

.action-div.action-button .mute-icon-handler>.common_icon_box .v-off {
    opacity: 0;
}

.action-div.action-button .mute-icon-handler.muted>.common_icon_box {
    opacity: 1;
}

.action-div.action-button .mute-icon-handler.muted>.common_icon_box .v-on {
    opacity: 0;
}

.action-div.action-button .mute-icon-handler.muted>.common_icon_box .v-off {
    opacity: 1;
}

.action-div .common_icon_box:last-child {
    margin-bottom: 0;
}

.all-tv-list.owl-carousel a {
    padding-top: 0;
}

.live_img_box {
    position: relative;
    max-width: 150px;
    width: 100%;
    padding-bottom: 32.512%;
}

.common-slider-channel-sec {
    padding-top: 8px;
}

/*.common-slider-inner .channel-list-carousel.owl-carousel{
    padding-right: 50px;
}*/

.channel-list-main .owl-stage {
    display: flex;
}

.channel-list-main {
    display: flex;
   flex-wrap: nowrap;
}

.channel-list-main>li {
    position: relative;
    margin-right: 22px;
    padding: 0;
    width: 23.8%;
    flex: 0 0 auto;
}

.channel_card {
    display: block;
}

.channel-list-main .channel_card_inner {
    display: flex;
    align-items: center;
    border-radius: 6px;
    background-color: rgba(255, 255, 255, .1);
    overflow: hidden;
    transition: 0.5s all;
    height: 100%;
}

.channel-list-main .channel_card:hover .channel_card_inner {
    background-color: var(--white);
}

.channel-list-main .channel_card:hover .channel_info h4 {
    color: var(--black);
}

.channel-list-main .owl-item .channel_card,
.channel-list-main .owl-item li {
    height: 100%;
}

.channel-list-main li{
    border: 2px solid transparent;
    border-radius: 8px;
}
.channel-list-main li > a{
    height: 100%;
}

/*.channel_img{
    position: relative;
}
.channel_img img{
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}*/
.channel_img {
    width: 100%;
    height: 100%;
    max-width: 156px;
}

.channel_img img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: auto !important;
}

.channel_info {
    padding: 15px 20px;
    flex-direction: column;
    display: flex;
}

.channel_info h4 {
    color: var(--white);
    font-family: var(--primary-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.14px;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.channel_info span {
    color: #757272;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
}

.kids-wrapper {
    padding: 42px 32px 30px 32px;
    background-image: url(../images/kids_bg_img.png);
    min-height: 430px;
    border-radius: 12px;
    overflow: hidden;
    background-repeat: no-repeat;
    /* background-position: center bottom; */
    background-position: 100%;
    background-size: cover;
}

.kids-wrapper .kids-carousel {
    padding-top: 20px;
}

.kids-wrapper .kids-logo img {
    width: auto !important;
    max-width: 142px;
    margin: unset;
}

.kids-wrapper .kids-info {
    max-width: 445px;
}

.kids-info h2 {
    color: var(--white);
    font-size: 55px;
    font-style: normal;
    font-weight: 1000;
    line-height: normal;
    margin-bottom: 5px;
}

.kids-info h4 {
    color: var(--white);
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 7px;
}

.kids-info p {
    color: var(--white);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 127%;
}

.kids-wrapper .kids-info .play_btn {
    margin-top: 26px;
}

.kids-wrapper .owl-dots {
    position: absolute;
    top: -20px;
}

.premier-league-wrapper {
    padding: 25px;
    background-image: url(../images/premier_league_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #494891;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    overflow: hidden;
    min-height: 472px;
}

.pre_logo img {
    max-width: 238px;
    width: 100%;
}

.premier-league-carousel {
    padding-top: 40px;
    margin-top: 40px;
}

.premier-league-carousel>.pl_img {
    max-width: 422px;
    width: 100%;
    margin-right: 15px;
}

.premier-league-carousel .pl_img {
    border-radius: 5px;
    background-color: var(--white-10);
    overflow: hidden;
}

.premier-league-wrapper .owl-dots {
    position: absolute;
    top: -20px;
    bottom: auto;
}

.common-tv-show-sec {
    /* padding-left: calc((100% - 1340px)/2); */
    overflow: hidden;
    padding-top: 8px;
}

.five-slider.owl-carousel {
    padding-right: 0;
}

.five-slider .owl-stage-outer,
.top_ten_slider .owl-stage-outer {
    overflow: visible;
}

.show-item .top-img {
    position: absolute;
    left: auto;
    right: 5px;
    top: 5px;
    z-index: 1;
    width: 82px;
}

.show-item .top-img img {
    display: block;
}

.img-wrappper {
    position: relative;
    display: block;
    padding-bottom: 142%;
}

.img-wrappper img {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    object-fit: cover;
}



/*section.kids-sec{
    padding: 30px 0px;
}

section.premier-league-sec {
    padding: 60px 0px;
}*/


/*.common-tv-show-sec .sec_title h2 {
    font-weight: 800;
    font-family: 'Avenir LT Std';
}*/

.five-slider.owl-carousel .owl-stage {
    white-space: nowrap;
    flex-wrap: nowrap;
    display: flex;
}

.five-slider.owl-carousel .owl-item>* {
    white-space: normal;
    background-color: var(--white-10);
}

.movies.slider .items:hover {
    background: transparent;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.advanced_movie_slider.show-listing-box .movies .show-item .img-wrappper,
.show-item .img-wrappper {
    padding-top: unset;
    padding-bottom: unset;
    opacity: 1 !important;
    max-height: 15.782vw;
    min-height: 15.782vw;
    transition: all 0.5s cubic-bezier(.77, 0, .18, 1);
    display: flex;
    border-radius: 5px;
    overflow: hidden;
}

.top_ten_slider .show-item .img-wrappper {
    max-height: 22.708vw;
    min-height: 22.708vw;
}

.img-wrappper img {
    position: relative;
    height: auto;
    object-position: top center;
}

.advanced_movie_slider .show-item .items {
    width: 11.667vw;
    transition: all 0.5s cubic-bezier(.77, 0, .18, 1);
}

.advanced_movie_slider.slider.movies li>.items {

    border-radius: 5px;
}

.advanced_movie_slider.slider.movies li>.items:hover {}

.top_ten_slider .advanced_movie_slider .show-item .items {
    width: 16.771vw;
}

.advanced_movie_slider .show-item .items:hover {
    /* width: 25.348vw; */
    width: 28.056vw;
    transition-delay: 0.6s;
}

.top_ten_slider .advanced_movie_slider .show-item .items:hover {
    width: 40.37vw;
}

.advanced_movie_slider .show-item .items:hover .action-div {
    transform: translateY(-50%) scale(1);
}

.advanced_movie_slider.slider.movies li>.items .vertical_thumbnails {
    opacity: 0;
    z-index: -1;
    /*    justify-content: flex-start;*/
    transition: all 0.5s cubic-bezier(.77, 0, .18, 1);
}

.advanced_movie_slider.slider.movies li>.items:hover .vertical_thumbnails {
    opacity: 1;
    z-index: 1;
    transition-delay: 0.6s;
}

.movies.slider .items>* {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.movies .vertical_thumbnails {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    /* visibility: hidden; */
    z-index: -1;
    border-radius: 5px;
    overflow: hidden;
}

.show-listing-box .movies .show-item .vertical_thumbnails .img-wrap {
    padding-top: 56.25%;
}

.movies .vertical_thumbnails:after {
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    width: 100%;
    border: 2px solid var(--primary);
    border-radius: 5px;
    z-index: 1;
    pointer-events: none;
}


.vertical_thumbnails .details {
    position: absolute;
    padding: 15px;
    bottom: 46px;
    z-index: 2;
}

.vertical_thumbnails .details h3 {
    color: var(--white);
    font-size: 22px;
    font-style: normal;
    font-weight: 1000;
    line-height: normal;
}

.vertical_thumbnails .details .ep_no {
    color: var(--white);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.slider .item.info .img-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.back_btn_wrap {
    margin-bottom: 40px;
}

.back_btn {
    color: var(--white);
    font-size: 20px;
    display: flex;
    align-items: center;
}

.back_btn:before {
    content: "";
    height: 50px;
    width: 50px;
    background-image: url(../images/slider-arrow-left.svg);
    background-position: center;
    display: block;
    margin-right: 15px;
    background-color: var(--white-10);
    background-repeat: no-repeat;
    border-radius: 100px;
    background-size: 20px;
}

.listing.show-listing-sec {
    overflow: hidden;
}

.f_show_listing_wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7px;
}

.f_show_listing_wrapper .item {
    width: 25%;
    padding: 0 7px;
    margin-bottom: 20px;
}

.item:hover {
    z-index: 2;
}

.categories_wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -9px;
}

.categorie_item {
    width: 16.66%;
    padding: 0 9px;
    position: relative;
}

.categorie_item>a {
    display: block;
}

.categorie_item .cat_img {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

.categorie_item .cat_img img {
    width: 100%;
    object-fit: cover;
    display: block;
}

.categorie_item .title {
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 24px;
    right: auto;
}

.categorie_item .title h4 {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.categorie_item .cat_icon {
    position: absolute;
    right: 7%;
    left: auto;
    bottom: 7%;
    height: 28px;
    width: 28px;
}

.categorie_item .cat_icon img {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s all;
}

.categorie_item .cat_icon img.on {
    opacity: 0;
    visibility: hidden;
    margin-top: -4px;
}

.categorie_item:hover .title h4,
.categorie_item.active .title h4 {
    color: #fff;
}

.categorie_item:hover .cat_icon img.on,
.categorie_item.active .cat_icon img.on {
    opacity: 1;
    visibility: visible;
}

.categorie_item:hover .cat_icon img.off,
.categorie_item.active .cat_icon img.off {
    opacity: 0;
    visibility: hidden;
}


.single-program-player .HeroSlider .HeroSlider-info {
    bottom: 50px;
}

.video_wrapper .video {
    position: relative;
    height: auto;
    padding-bottom: 56.25%;
}

.video_listing {
    margin-top: 60px;
}

.video_listing .wrapper-dropdown {
    margin-bottom: 45px;
}

.hero-section.show_sec {
    padding-top: 0;
    padding-bottom: 0;
}

.tv_show_sec .wrapper-dropdown {
    margin-bottom: 45px;
}

.tv_show_listing {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -11px;
}

.tv_show_listing .tv_show_item {
    padding: 0 11px;
    width: 25%;
    position: relative;
    margin-bottom: 30px;
}
.featured_slider_wrap .tv_show_listing.featured-carousel{
    margin: 0;
}
.featured_slider_wrap .tv_show_listing.featured-carousel .tv_show_item {
    padding: 0;
    width: 100%;
    position: relative;
    margin-bottom: 0;
}
.tv_show_listing .tv_show_item>a {
    display: block;
    overflow: hidden;
    border-radius: 5px;

}

.tv_show_listing .tv_show_item>a:hover .tv_show_img {
    border-radius: 0;
}

.tv_show_listing .tv_show_item>a:hover .tv_show_content {
    border-color: var(--white);
    background-color: var(--white);
}

.tv_show_listing .tv_show_item>a:hover *:not(.conti_watch) {
    color: var(--black);
}

.tv_show_img {
    position: relative;
    padding-bottom: 56.895%;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
    background-color: var(--white-10);
}

.tv_show_img img {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.tv_show_content {
    /*    background-color: rgba(255,255,255,.1);*/
    background-color: #0B0B0B;
    padding: 24px 12px 24px;
    transition: 0.5s all;
}

.tv_show_content .play-progress {
    margin: 20px 0;
}

.tv_show_content .play-progress .progress {
    background-color: #FFB81D;
}

.tv_show_listing.featured-carousel .tv_show_content,
.catchup-sec .tv_show_content {
    padding: 16px;
    background-color: #0B0B0B;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}
.tv_show_listing.featured-carousel .tv_show_content .left-content,
.catchup-sec .tv_show_content .left-content{
    width: calc(100% - 103px);
}
.tv_show_listing.featured-carousel .tv_show_content .btn-wrap,
.catchup-sec .tv_show_content .btn-wrap {
    width: 95px;
}
.tv_show_content .title_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tv_show_content .title_wrap h4 {
    font-size: 16px;
    font-weight: 500;
}

.tv_show_content .title_wrap .duration {
    font-size: 12px;
    font-weight: 500;
    color: #8E8E8E;
}

.tv_show_epi_wrap {
    display: flex;
    margin-bottom: 22px;
}

.tv_show_epi_wrap .play-progress {
    margin-top: 0;
}

.tv_show_epi_wrap .epi_no {
    font-size: 16px;
    color: var(--primary);
    margin-bottom: 6px;
    display: block;
    font-weight: 500;
    line-height: normal;
}

.tv_show_epi_wrap .conti_watch {
    font-size: 12px;
    color: #BF2325;
    display: block;
    line-height: normal;
}

.tv_show_content h3 {
    color: var(--white);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.tv_show_content p {
    color: var(--white);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    /* 15.6px */
}

.common-radio-sec {
    overflow: hidden;
    padding-top: 15px;
}

.channel-radio-carousel.owl-carousel {
    padding-right: 60px;
    position: relative;
}

.channel-radio-carousel.owl-carousel:before {
    position: absolute;
    content: "";
    background-image: url(../images/radio-carousel-shadow.png);
    height: 100%;
    width: 175px;
    right: -3.5%;
    left: auto;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 11;
}

.channel-radio-carousel .owl-stage {
    display: flex;
}

.channel-radio-carousel .item {
    display: flex;
    height: 100%;
}

.channel-radio-carousel .owl-stage-outer {
    overflow: visible;
}

.channel-radio-carousel>.item {
    width: 15.59%;
}

.radio_slide {
    padding: 20px 15px;
    border: 2px solid transparent;
    transition: 0.3s all;
    background-color: #181818;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
}

.radio_slide>a {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.radio_slide:hover {
    border-color: rgba(255, 255, 255, 0.50);
}

.radio_slide .action-div {
    display: flex;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
}

.radio_slide .action-div .common_icon_box {
    margin: 0 8px 0 0;
}

.radio_slide .action-div .common_icon_box:last-child {
    margin-right: 0;
}

.radio_slide:hover .action-div {
    transform: translateY(-50%) scale(1);
}

.radio_slide .img {
    position: relative;
    padding-bottom: 100%;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 10px;
}

.vod_casts .radio_slide .img {
    border-radius: 50%;
}

.radio_slide .img img {
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.radio_content {
    margin-top: auto;
}

.radio_content h5 {
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 14px;
}

.radio_content p {
    font-size: 12px;
    color: #B3B3B3;
}

.more_wrap {
    text-align: center;
}

.more_wrap .show_more {
    color: var(--primary);
}

.more_wrap .show_more:after {
    content: "";
    background-image: url(../images/show_more_arrow.svg);
    background-position: center;
    height: 10px;
    width: 10px;
    display: block;
    background-repeat: no-repeat;
    margin: 5px auto 0;
    transition: 0.3s all;
}

.more_wrap .show_more.active:after {
    transform: rotate(-180deg);
}

.title_filter_wrap .filter_list {
    display: flex;
    flex-wrap: wrap;
}

.filter_list .wrapper-dropdown:not(:last-child) {
    margin-right: 12px;
}

.wrapper-dropdown {
    position: relative;
    display: inline-block;
    min-width: 216px;
    border: 2px solid var(--white);
    padding: 11px 18px;
    text-align: left;
    color: var(--primary);
    cursor: pointer;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    border-radius: 100px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99;
}

.wrapper-dropdown::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -10px;
    background-image: url(../images/down_arrow.svg);
    background-repeat: no-repeat;
    height: 22px;
    width: 22px;
    transition: 0.3s all;
}

.wrapper-dropdown.active::before {
    transform: rotate(-180deg);
    margin-top: -11px;
    right: 15px;
}


.wrapper-dropdown .dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    margin: 0;
    padding: 10px 7px;
    list-style: none;
    margin-top: 10px;

    box-shadow: inherit;
    background: inherit;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -ms-transition: .5s ease;
    transition: .5s ease;

    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);

    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    opacity: 0;
    visibility: hidden;
    z-index: 8;
    overflow: auto;
    border-radius: 12px;
    background-color: #8c8c8c;
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
.wrapper-dropdown .dropdown {
    scrollbar-width: auto;
    scrollbar-color: var(--background-color);
}

/* Chrome, Edge, and Safari */
.wrapper-dropdown .dropdown::-webkit-scrollbar {
    width: 6px;
}

.wrapper-dropdown .dropdown::-webkit-scrollbar-track {
    background: #ffffff;
}

.wrapper-dropdown .dropdown::-webkit-scrollbar-thumb {
    background-color: var(--background-color);
    border-radius: var(--border-radius-8);
    border: 6px solid var(--background-color);
}


.wrapper-dropdown .dropdown li {
    color: var(--white);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 7px 20px;
    overflow: hidden;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -ms-transition: .5s ease;
    transition: .5s ease;
    border-radius: 100px;
}

.wrapper-dropdown .dropdown li:last-child {
    border-bottom: none;
}

.wrapper-dropdown .dropdown li:hover {
    background: var(--primary);
    color: var(--black);
}

.wrapper-dropdown .dropdown li.active {
    background-color: var(--primary);
    color: var(--black);
    font-weight: 500;
}

.wrapper-dropdown.active .dropdown {
    opacity: 1;
    visibility: visible;

    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

.wrapper-dropdown span {
    color: var(--white);
    font-family: var(--primary-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 216px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.icon_ttl_wrap {
    display: flex;
    align-items: center;
    padding-right: 48px;
}

.icon_ttl_wrap .icon {
    padding-right: 18px;
}

.icon_ttl_wrap img {
    display: block;
}

.icon_ttl_wrap h2 {
    font-size: 16px;
    font-weight: 500;
}




/* START EPG SEC CODE */
.epg_nav_btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    width: calc(100vw - 177px - 5.2vw);
    height: 100%;
    left: 0;
    z-index: 1;
    pointer-events: none;
    width: 100%;
}

.epg_nav_btns a {
    display: flex;
    width: 46px;
    justify-content: center;
    align-items: center;
    background-color: rgba(29, 29, 29, 0.84);
    height: 100%;
    pointer-events: all;
    z-index: 1;
}

.epg_nav_btns img {
    width: 20px;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) invert(1);
    transition: all 0.3s ease;
}

.epg_nav_btns a:hover img {
    filter: brightness(1) invert(0);
}

.epg_current_time {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    /* height: calc(100% - 7px); */
    padding: 11px 13px;
    font-size: 12px;
    color: var(--white);
    font-weight: 500;
    right: auto;
    width: 84px;
    text-align: center;
    border-radius: 6px;
    border: 1px solid #F00;
    background: #B30000;
    display: none;
}

.epg_current_time::before {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 4px;
    height: calc(100vh - 142px);
    background-color: #B30000;
    top: 29px;
}



.channel_theme .epg_nav_btns a:hover img {
    filter: brightness(1) invert(0);
}
section.live-page-banner {
    padding-bottom: 40px;
}
section.epg_sec {
    margin-bottom: 45px;
    overflow: hidden;
    padding: 0;
}
.epg_sec .title_filter_wrap{
    margin: 0;
}
.live_radio_wrap .live_radio_content iframe{
    height: 100px;
}
.epg_top_sec {
    padding-bottom: 2px;
    transition: all 0.3s ease;
    display: flex;
    align-items: stretch;
    margin-top: 35px;
}

section.epg_sec .container .container {
    max-width: 100%;
    padding: 0;
}

section.epg_sec>.container {
    /* padding-right: 0; */
}

.epg_timeline_box {
    display: flex;
    width: auto;
    margin-right: -1px;
    margin-left: -1px;
    align-items: stretch;
}

.epg_live_show {
    width: 100%;
    max-width: 147px;
}

.epg_timeline_wrap {
    width: 100%;
}

.epg_live_show a {
    width: 100%;
    height: 100%;
    background-color: #2E2E2E;
    border-radius: 6px;
    display: flex;
    align-items: center;
    padding: 0 15px;
    font-size: 14px;
    font-weight: bold;
    color: var(--primary);
    justify-content: center;
}

.epg_live_show a .icon {
    width: 23px;
    height: 23px;
    margin-left: 8px;
}

.epg_live_show a:hover {
    background-color: var(--primary-color);
    color: var(--white);
}

.epg_live_show a .icon svg {
    transition: all 0.3s ease-in-out;
    width: 100%;
    height: 100%;
    fill: var(--channel_color);
}

.epg_live_show a:hover .icon svg {
    fill: var(--white);
}

.epg_timeline_aside {
    min-width: 150px;
    display: flex;
    width: 100%;
    max-width: 150px;
    height: auto;
}

.epg_timeline_aside .epg_img_box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.epg_live_show.blank_div {
    margin: 3px 0;
    padding: 0 2px;
    min-width: 150px;
    max-width: 150px;

}

.epg_live_show.blank_div .epg_item_box_title {
    background-color: #2E2E2E;
    border-radius: 8px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.epg_tl_item {
    margin: 3px 0;
    padding: 0 2px;
    width: 100%;
    height: auto;
    display: inline-block;
}

.epg_tl_item.epg_open_detail {
    cursor: pointer;
}

.epg_tl_title {
    width: 100%;
    height: 100%;
}

.epg_item_box {
    background-color: #2E2E2E;
    padding: 11px 20px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    align-content: center;
}

.epg_timeline_show_row .epg_time.epg_item_box {
    padding: 20px 20px;
}

.epg_top_sec .epg_time.epg_item_box p {
    color: #8E8E8E;
    font-family: var(--primary-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.active_show .epg_item_box {
    background-color: #181818;
    border: 2px solid #FF8B00;
}

.epg_channel_wrap .epg_timeline_show_row .epg_item_box {
    padding: 11px 11px;
    min-height: 82px;
}

.epg_top_sec .epg_item_box p {
    font-size: 16px;
    color: var(--white);
    font-weight: 400;
}

.epg_timebar_wrap,
.epg_swipe_wrapper {
    position: relative;
    max-width: 100%;
}

.epg_bottom_sec .epg_swipe_wrapper {
    max-width: 100%;
}

.epg_swipe_inner_wrap {
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.epg_top_sec .epg_swipe_inner_wrap {
    pointer-events: none;
}

.epg_swipe_inner_wrap::-webkit-scrollbar {
    display: none;
}

.epg_timeline_show_row {
    display: inline-flex;
    white-space: nowrap;
    font-size: 0;
}

.epg_top_sec .epg_timeline_show_row .epg_tl_item {
    min-width: 435px;
    max-width: 435px;
}

.epg_item_box>* {
    width: 100%;
}

.epg_item_box .title {
    margin-bottom: 0;
}

.epg_item_box .title span,
.epg_item_box .title h2 {
    color: var(--white);
    font-family: var(--primary-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
}

.active_show .epg_item_box h2 {
    color: var(--white);
}

.epg_item_box h3 {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: var(--white);
}

.tl_timing_wrap .tl_time {
    color: var(--white);
    font-family: var(--primary-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
    margin-bottom: 6px;
}

.tl_season_wrap p {
    font-size: 12px;
    font-weight: 500;
    color: #8E8E8E;
}

.active_show .tl_timing_wrap .tl_time {
    color: var(--white);
}

.epg_timeline_aside .epg_tl_title .epg_item_box {
    padding: 0;
}

.epg_img_box {
    height: 100%;
}

.epg_img_box a {
    height: 100%;
}

.epg_img_box a img {
    display: block;
    height: 100%;
    object-fit: cover;
}

.epg_nav_btns {
    position: unset;
    top: 0;
    justify-content: flex-end;
    margin-bottom: 0;
    height: auto;
}

.epg_nav_btns>a {
    width: 40px;
    height: 40px;
    pointer-events: all;
    border-radius: 111px;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
}

.epg_nav_btns .epg_next {
    margin-left: 10px;
}

/* END EPG SEC CODE */

.live-page-banner .img_wrap {
    position: relative;
    padding-top: 40.35%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.live-page-banner .img_wrap.no-banner {
    padding: 0;
}

.img_wrap  p.not-allowed-text {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
    font-size: 20px;
}
.live-page-banner .img_wrap.no-banner p.not-allowed-text{
    position: static;
    transform: unset;
    margin-top: 15px;
}

/* .live-page-banner .img_wrap:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
    z-index: 1;
    pointer-events: none;
} */

.live-page-banner .img_wrap img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    top: 0;
}

.live_radio_wrap {
    z-index: 1;
    position: relative;
    margin-top: 30px;
}

.now_playing_box {
    border-radius: 6px;
    background: #17242A;
    display: flex;
    align-items: center;
    padding: 15px;
    border-radius: 6px;
    max-width: 950px;
    width: 100%;
}

.live_radio_action_btn {
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    top: -50px;
}

.live_radio_action_btn>div a {
    display: block;
}

.live_radio_action_btn img {
    display: block;
}

.live_radio_box {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.live_radio_box>*+* {
    margin-left: 11px;
}

.live_radio_img {
    width: 100px;
    border-radius: 6px;
    overflow: hidden;
}

.live_radio_content {
    width: calc(100% - 100px);
    padding-left: 35px;
    position: relative;
    margin: 0;
}

.live_radio_content .player_btn_wrap {
    display: flex;
    margin: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.live_radio_img img {
    display: block;
}

.live_radio_content .live_wrap {
    margin-bottom: 6px;
}

.live_radio_content .live_tag {
    color: var(--white);
    font-family: var(--primary-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    position: relative;
    margin-bottom: 7px;
}

.live_radio_content .now.live_tag {
    padding-left: 18px;
    margin-left: -18px;
}

.live_radio_content .now.live_tag:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    left: 0;
    right: auto;
    background-color: #F00;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
}

.live_wrap .duration {
    font-size: 12px;
    font-weight: 500;
    color: var(--primary);
    padding-left: 15px;
}

.live_radio_content h3 {
    color: var(--white);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.14px;
    margin-bottom: 10px;
}

.live_radio_content .duration {
    color: #757272;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 12px */
}

.next_live_show,
.later_show {
    border-radius: 6px;
    background-color: rgba(255, 255, 255, .1);
    padding: 20px 18px;
    max-width: 200px;
    width: 100%;
}

.next_live_show .live_radio_content,
.later_show .live_radio_content {
    width: 100%;
    padding: 0;
}

.radio-player-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 22px 0;
    border-bottom: 1px solid #242424;
    cursor: pointer;
}

.radio-player-left {
    display: flex;
    align-items: center;
    width: calc(100% - 152px);
}

.play_push_btn {
    display: flex;
    width: 38px;
    min-width: 38px;
    justify-content: center;
    align-items: center;
    margin-right: 25px;
    display: none;
}

.play_push_btn.active {
    display: block;
}

.radio-player-item h3 {
    color: var(--white);
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 6px;
}

.radio-player-item p {
    color: rgba(255, 255, 255, 0.30);
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.radio-player-right .duration {
    color: rgba(255, 255, 255, 0.30);
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    display: block;
    padding-right: 35px;
}

.radio-player-right {
    display: flex;
    align-items: center;
    width: 152px;
}

.widget_item.active .widget_link img {
    opacity: 1;
}

.radio-player-right .widget_item {
    position: relative;
}

.radio-player-right .btn_share {
    margin-right: 25px;
}


.radio-player-right .btn_share .widget_link {
    height: 30px;
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.radio-player-right .play_list_icon.active {
    border-radius: 50%;
}

.radio-player-right .btn_share .widget_link>img {
    opacity: 0.6;
}

.radio-player-right .btn_share:hover .widget_link>img {
    opacity: 1;
}

/*.radio-player-right .btn_share .widget_link:hover{
    background-color: var(--primary);
}
.radio-player-right .play_list_icon:hover > img {
    filter: brightness(0) invert(0);
    opacity: 1;
}*/
.radio-player-right .btn_share ul.social-share {
    top: -140px;
}

.radio-player-right .btn_share ul.social-share li a {
    height: 32px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 2px;
}

.radio-player-right .btn_share ul.social-share li a:hover {
    background-color: #000;
}

.add-new-playlist>a {
    display: block;
}

.add-new-playlist>a img {
    display: block;
    opacity: 0.3;
}

.add-new-playlist>a:hover img {
    opacity: 1;
}

.radio-show-banner-sec {
    margin-top: -86px;
    padding-bottom: 0;
    margin-bottom: 60px;
}

.radio-show-banner-sec .radio_banner_img {
    position: relative;
    padding-top: 49.027%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.radio-show-banner-sec .radio_banner_img:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
    z-index: 1;
}

.radio-show-banner-sec .radio_banner_img img {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.radio-show-banner-sec.HeroSlider .HeroSlider-info {
    bottom: 10px;
}

.radio-show-banner-sec .HeroSlider-info .inner_wrap {
    max-width: 668px;
    width: 100%;
}

.radio-show-banner-sec .HeroSlider-info .inner_wrap .desc {
    margin-bottom: 0;
}

.HeroSlider-info .logo_img {
    max-width: 160px;
    border-radius: 5px;
    overflow: hidden;
}

.HeroSlider-info .logo_img {
    max-width: 160px;
}

.HeroSlider-info .logo_img img {
    display: block;
}

.radio-show-banner-sec.vod_cast_banner.HeroSlider .HeroSlider-info {
    position: static;
    padding-top: 100px;
}

.more-episode-wrap .wrapper-dropdown {
    display: block;
    max-width: 167px;
}

.more-episode-wrap {
    position: relative;
    display: block;
    overflow: hidden;
}

.more-episode-wrap .owl-carousel .owl-nav {
    display: flex;
    justify-content: space-between;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    right: 0;
    left: 0;
    pointer-events: none;
    z-index: 1;
    max-width: 100%;
    width: 100%;
}

.more-episode-carousel {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -6px;
}

.more-episode-carousel.owl-carousel {
    margin: 0;
    padding: 0 4.5%;
}

.more-episode-wrap .owl-carousel .owl-nav button.owl-next,
.more-episode-wrap .owl-carousel .owl-nav button.owl-prev {
    width: 50px;
    height: 117px;
    pointer-events: all;
    border-radius: 10px 0px 0px 10px;
    background-color: rgba(0, 0, 0, 0.20);
    display: flex;
    align-items: center;
    justify-content: center;
}

.more-episode-wrap .owl-carousel .owl-nav button.owl-next {
    margin: 0;
    background-image: url(../images/chevron_right.svg);
}

.more-episode-wrap .owl-carousel .owl-nav button.owl-prev {
    background-image: url(../images/chevron_left.svg);
    border-radius: 0px 10px 10px 0px;
    margin: 0;
}


.more-episode-carousel>.item {
    width: 17.983%;
    padding: 0 6px;
}

.episode_item>a {
    display: block;
    width: 100%;
}

.episode_img {
    position: relative;
    padding-bottom: 56.25%;
    border-radius: 5px;
    overflow: hidden;
    border: 3px solid transparent;
}

.active_show .episode_img {
    border-color: var(--primary);
}

.episode_img img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    top: 0;
    display: block;
}

.episode_item .epi_no {
    color: var(--white);
    font-family: var(--primary-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 20px;
}

.episode_item p {
    color: var(--white);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    /* 15.6px */
    margin-top: 20px;
}

.more-episode-wrap .HeroSlider-info {
    position: static;
    padding: 0;
}

.more-episode-wrap .more_txt {
    display: none;
    transition: unset;
    -webkit-transition: unset;
}

.more-episode-wrap .more_wrap {
    text-align: left;
}

.more-episode-wrap .HeroSlider-info .inner_wrap .epi_no {
    margin-bottom: 15px;
}

.more-episode-sec {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    bottom: 280px;
    transform: translateY(100%);
    transition: 0.5s all;
    opacity: 0;
    visibility: hidden;
}

.show-more-ep .more-episode-sec {
    transform: unset;
    opacity: 1;
    visibility: visible;
}

.new_playlist_dropdown {
    background-color: #737373;
    padding: 5px 4px;
    position: absolute;
    top: -200px;
    width: 155px;
    z-index: 2;
    left: 50%;
    right: 0;
    margin: 0 auto;
    transform: translateX(-50%);
    border-radius: 5px;
    max-height: 175px;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.new_playlist .widget_link {
    position: relative;
}

.new_playlist .widget_link:after {
    content: "";
    height: 24px;
    width: 24px;
    display: block;
    background-image: url(../images/share-icon_rectangle.png);
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
}

.new_playlist.active .widget_link:after,
.new_playlist:hover .widget_link:after {
    opacity: 1;
    visibility: visible;
}

.new_playlist_dropdown ul li a {
    font-size: 12px;
    color: var(--primary);
    font-weight: 400;
    padding: 10px 8px;
    display: block;
    border-radius: 2px;
}

.new_playlist_dropdown ul li a:hover {
    background-color: var(--black);
}

.add_playlist {
    border-top: 1px solid #404040;
    padding: 4px 4px;
    margin-top: 5px;
}

.add_playlist>a,
.add_playlist>input {
    color: var(--white);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
    background: transparent;
    border: none;
    color: var(--primary);
}

.add_playlist input::placeholder {
    font-weight: 400;
    color: var(--primary);
}

.new_playlist.active .widget_link>img {
    opacity: 1;
}

.new_playlist:hover .new_playlist_dropdown,
.new_playlist.active .new_playlist_dropdown {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;

}

.owl-item:hover {
    z-index: 1;
}

.faq-wrapper {
    max-width: 1092px;
    width: 100%;
    margin: 0 auto;
}

.faq-sec .toc-title{
    text-align: center;
}
.faq-wrapper h1 {
    color: var(--primary);
    text-align: center;
    font-size: 45px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    margin-bottom: 30px;
}
.faq-wrapper h2 {
    margin: 30px 0;
    font-size: 24px;
    line-height: 120%;
}
.accrodion-item {
    border-bottom: 1px solid #D9DBE9;
    padding: 0 0 18px;
    margin: 0 0 18px;
    position: relative;
}

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

.accrodion-content {
    margin-top: 16px;
    display: none;
}

.accrodion-item .accrodion-title {
    background-image: url(../images/icon_plus.svg);
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 40px;
    cursor: pointer;
}

.accrodion-item.active .accrodion-title {
    background-image: url(../images/icon-minus.svg);
}

.accrodion-item .accrodion-title h5 {
    font-size: inherit;
    font-weight: inherit;
}
.accrodion-content ul {
    padding: 0 0 0 30px;
}
.accrodion-content ul li{
    list-style: disc;
}
.accrodion-content p{
    margin-bottom: 12px;
}
.accrodion-content p:last-child{
    margin-bottom: 0;
}
.accrodion-content p,
.accrodion-content ul li {
    color: var(--white);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 5px;
}

.get-in-touch-sec h1 {
    color: var(--primary);
    text-align: center;
    font-size: 45px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 55px;
}

.get-in-touch-wrapper {
    max-width: 578px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.get-in-touch-wrapper .contact_info_wrap {
    margin-right: 16px;
    max-width: 366px;
    width: 100%;
}

.social_icons_wrapper {
    max-width: 197px;
    width: 100%;
}

.contact_info {
    border-radius: 5px;
    background: #FFF;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    padding: 17px 25px;
    min-height: 71px;
}

.contact_info .icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact_info svg,
.contact_info img {
    display: block;
}

.contact_info h6 {
    color: var(--black);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 4px;
}

.contact_info p {
    color: rgba(0, 0, 0, 0.25);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.contact_info .details {
    padding-left: 20px;
    width: calc(100% - 24px);
}

.social_icon {
    border-radius: 5px;
    background: #FFF;
    width: 100%;
    max-width: 197px;
}

.social_icon a {
    display: flex;
    align-items: center;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 23px 25px;
    margin-bottom: 16px;
    min-height: 71px;
}

.social_icon .icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.form-group-wrapper {
    max-width: 356px;
    width: 100%;
}

.create_form_wrap form .btn_wrap {
    margin-bottom: -47px;
}

.form-group {
    position: relative;
}

.form-group:not(:last-child) {
    margin-bottom: 18px;
}

i.toggle-password {
    height: 56px;
    width: 24px;
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    background-image: url(../images/hide_pwd.svg);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    background-size: 100% auto;
    z-index: 2;
}

i.toggle-password.show_pwd {
    background-image: url(../images/show_pwd_icon.svg);
}

input,
.iti input,
.iti input[type=text],
.iti input[type=tel] {
    color: var(--black);
    font-family: var(--primary-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: none;
    border-radius: 4px;
    background-color: var(--white);
    padding: 11px 18px;
    width: 100%;
    height: 57px;
}

input::placeholder {
    color: rgba(0, 0, 0, 0.92);
    font-weight: 400;
}

.form-group .pwd_input {
    padding-right: 38px;
}

.iti__flag {
    display: none;
}

.iti--separate-dial-code .iti__selected-dial-code {
    color: var(--primary);
}

.iti--separate-dial-code .iti__selected-flag:before {
    position: absolute;
    content: "";
    background: rgba(255, 255, 255, 0.5);
    height: 18px;
    width: 1px;
    right: 0;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
}

.custom_link {
    color: var(--white);
    text-align: center;
    font-family: var(--primary-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.custom_link.reset {
    text-decoration: underline;
}

.custom_link.reset.disabled {
    color: gray;
    cursor: not-allowed;
    pointer-events: none;
}

.login.comm_auth_sec {
    padding: 0;
    height: 100dvh;
    overflow: hidden;
}

.login .comm_auth_inner {
    display: flex;
    flex-wrap: wrap;
}

.login .comm_auth_inner .auth_sec_left {
    padding-top: 160px;
    width: 28%;
}

.login .comm_auth_inner .auth_sec_right {
    width: calc(100% - 28%);
    position: relative;
}

.auth_sec_right {
    position: absolute;
    top: -34%;
    right: -170px;
    width: 62%;
    transform: rotate(13.11deg);
    height: 100dvh;
}

.auth_sec_right .login_bg_img img {
    object-fit: cover;
}

.login_form_wrap {
    margin-top: 42px;
}

.auth_sec_left h1 {
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: var(--white);
}

.comm_auth_inner .links_wrap {
    padding-top: 50px;
}

.links_wrap>div {
    text-align: center;
}

.comm_auth_inner .btn_wrap {
    padding-top: 40px;
    max-width: 356px;
    width: 100%;
}

.btn_wrap.two_col {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.comm_auth_inner .btn_wrap .btn_one+* {
    margin-top: 20px;
}

.default_btn {
    color: var(--black);
    text-align: center;
    font-family: var(--primary-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    border-radius: 100px;
    background: #FFF;
    padding: 5px 15px;
    vertical-align: top;
}

.default_btn:hover {
    background-color: var(--primary);
    color: var(--white);
}

.default_btn.dlt_acc {
    color: #F00;
}

.registration_form_wrap .description {
    max-width: 507px;
    width: 100%;
    margin: 30px auto 0;
}

.g-recaptcha>div {
    margin: 30px auto 0;
}

.comm_auth_inner p {
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.otp-input-fields {
    max-width: 195px;
    margin: 0 auto;
    width: 100%;
}

.otp-input-fields input {
    height: 38px;
    width: 38px;
    border-radius: 4px;
    text-align: center;
    margin-right: 9px;
    padding: 0;
}

.otp-input-fields input:last-child {
    margin-right: 0;
}

.otp-input-fields input::-webkit-outer-spin-button,
.otp-input-fields input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.otp-input-fields input[type=number] {
    -moz-appearance: textfield;
}

.otp_info_box {
    max-width: 230px;
    margin: 0 auto 50px;
}

.otp_info_box p {
    margin-bottom: 15px;
}

.otp_info_box p:last-child {
    margin-bottom: 0;
}

.otp_msg_box {
    padding-top: 23px;
}

.otp_msg_box p {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 10px;
    color: #545454;
    position: relative;
}

.otp_msg_box .success {
    color: #23E44D;
}

.otp_msg_box .success:before {
    content: "";
    height: 15px;
    width: 15px;
    background-image: url(../images/otp-sent-icon.svg);
    background-repeat: no-repeat;
    background-position: left center;
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 5px;
}

.otp_msg_box .otp_failure {
    color: #D42929;
}

.otp_msg_box .otp_failure:before {
    content: "";
    height: 15px;
    width: 15px;
    background-image: url(../images/otp-wrong-icon.svg);
    background-repeat: no-repeat;
    background-position: left center;
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 5px;
}

.otp_msg_box .otp_time {
    color: #81B3FF;
}

select,
.form-group select {
    color: var(--primary);
    font-family: Gotham;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: none;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, .1);
    padding: 11px 15px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/down-arrow.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 18px) 50%;
}

select option,
.form-group select option {
    color: var(--black);
}

input.hasDatepicker {
    background-image: url(../images/calendar-icon.svg);
    background-position: calc(100% - 12px) 50%;
    background-repeat: no-repeat;
}

.account .info_txt {
    margin-bottom: 30px;
}

.form-group .send-otp {
    text-align: right;
    margin-top: 10px;
}

.line_separator {
    display: block;
    height: 1px;
    width: 164px;
    background: #7B7B7B;
    margin: 40px auto;
}

.user_profile_main {
    max-width: 980px;
    margin: 80px auto 0;
    width: 100%;
}

.user_profile_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 10px;
}

.profile_item {
    position: relative;
    padding: 0 16px;
    max-width: 176px;
    width: 100%;
    margin-bottom: 30px;
}

.profile_item_inner {
    position: relative;
}

.profile_item_inner>a {
    display: block;
    width: 100%;
}

.profile_img {
    position: relative;
    border: 4px solid transparent;
    border-radius: 4px;
    overflow: hidden;
    transition: 0.5s all;
}

.profile_item:hover .profile_img {
    border: 4px solid rgba(255, 255, 255, 0.25);
}

.profile_img img {
    object-fit: cover;
    display: block;
}

.edit_profile {
    width: 50px;
    height: 38px;
    background-color: #1E1E1E;
    background-image: url(../images/edit_icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 4px;
    position: absolute;
    top: 12px;
    right: 12px;
    left: auto;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s all;
}

.profile_item:hover .edit_profile {
    opacity: 1;
    visibility: visible;
}

.profile_name {
    margin-top: 20px;
    text-align: center;
}

.profile_name h4 {
    color: var(--primary);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.edit_profiler_form .profile_item {
    padding: 0;
    margin: 0 auto;
    max-width: 176px;
    width: 100%;
}

.edit_profiler_form .form-group-wrapper {
    margin-top: 32px;
}


.custom-model-main {
    text-align: center;
    overflow: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* z-index: 1050; */
    -webkit-overflow-scrolling: touch;
    outline: 0;
    opacity: 0;
    -webkit-transition: opacity 0.15s linear, z-index 0.15;
    -o-transition: opacity 0.15s linear, z-index 0.15;
    transition: opacity 0.15s linear, z-index 0.15;
    z-index: -1;
    overflow-x: hidden;
    overflow-y: auto;
}

.model-open {
    z-index: 99999;
    opacity: 1;
    overflow: hidden;
}

.custom-model-inner {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out,
        -webkit-transform 0.3s ease-out;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 15px);
    margin: 30px auto;
    max-width: 715px;
    border-radius: 20px;
    background: #0D0D0D;
    position: fixed;
    overflow-x: hidden;
    overflow-y: auto;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
}

.model-open .custom-model-inner {
    opacity: 1;
    visibility: visible;
}

.custom-model-wrap {
    display: block;
    width: 100%;
    position: relative;

    outline: 0;
    text-align: left;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: calc(100vh - 70px);
    overflow-x: hidden;
    overflow-y: auto;
}

.model-open .custom-model-inner {
    z-index: 999;
}

.model-open .bg-overlay {
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
    opacity: 1;
    visibility: visible;
}

.bg-overlay {
    background: rgba(0, 0, 0, 0);
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-transition: background 0.15s linear;
    -o-transition: background 0.15s linear;
    transition: background 0.15s linear;
    opacity: 0;
    visibility: hidden;
}

.close-btn {
    position: absolute;
    height: 18px;
    width: 18px;
    right: 25px;
    top: 25px;
    cursor: pointer;
    z-index: 99;
    background-image: url(../images/popup_close_icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.3;
    transition: 0.3s all;
}

.close-btn:hover {
    opacity: 1;
}

.avatar_popup_list {
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0;
}

.avatar_popup_list .avatar_img {
    max-width: 163px;
    width: 100%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.avatar_popup_list .avatar_img img {
    border: 4px solid transparent;
    transition: 0.3s all;
}

.avatar_popup_list .avatar_img.active img,
.avatar_popup_list .avatar_img:hover img {
    border: 4px solid rgba(255, 255, 255, 0.25);
    transform: scale(1.2);
    border-radius: 4px;
}

.avatar_popup_list .avatar_img img {
    display: block;
}

.avatar_popup .custom-model-inner {
    max-width: 1024px;
    padding: 65px 0 40px;
}

.avatar_popup .custom-model-wrap {
    max-width: 815px;
    margin: 0 auto;
    padding: 0;
}

.delete_acc_btn_wrap {
    position: absolute;
    right: 35px;
    top: 35px;
}

.delete_acc_btn,
.dlt_profile_btn {
    border-radius: 100px;
    background-color: #1E1E1E;
    padding: 11px 18px;
    color: #E54545;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.delete_account_popup h2,
.confirm_delete_popup h2 {
    color: var(--primary);
    text-align: center;
    font-size: 45px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 32px;
}

.confirm_delete_popup h2 {
    margin-bottom: 0;
}

.confirm_delete_popup .custom-model-wrap {
    padding: 60px 20px;
}

.pop-up-content-wrap .btn_wrap {
    padding-top: 35px;
}

.account_form_wrap {
    position: relative;
}

.account_form_wrap .tab-menu {
    position: absolute;
    padding-left: 50px;
}

.account_form_wrap .tab-menu ul li:not(:last-child) {
    margin-bottom: 20px;
}

.account_form_wrap .tab-menu ul li a {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.account_form_wrap .tab-menu ul li a.active {
    color: var(--primary);
}

.tab-box {
    display: none;
}


.user_profile {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.user_profile:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 100%;
    left: 0;
    right: 0;
    bottom: -16px;
}

.user_profile .user_name {
    background-image: url(../images/user_down_arrow.svg);
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 23px;
    margin-right: 20px;
}

.user_profile:hover .user_name p {
    font-weight: 500;
    opacity: 1;
}

.user_name p {
    color: var(--primary);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.5;
}

.user_img img {
    display: block;
    height: 38px;
    width: 38px;
    object-fit: cover;
    display: block;
    border-radius: 4px;
}

.dropdown_profile_list .profile_items {
    margin-bottom: 5px;
}

.dropdown_profile_list .profile_items:last-child {
    margin-bottom: 0;
}

.dropdown_profile_list {
    border-bottom: 1px solid #7B7B7B;
    padding-bottom: 12px;
}

.profile_items>a {
    display: flex;
    align-items: center;
}

.profile_items .profile_img_wrap {
    width: 31px;
    border-radius: 2px;
    overflow: hidden;
}

.profile_items .profile_img_wrap img {
    display: block;
}

.profile_items .profile_txt p,
.profile_items .profile_txt span {
    color: var(--primary);
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.profile_items .profile_txt span {
    color: #C1BFBF;
    display: block;
}

.profile_txt {
    padding-left: 10px;
    text-align: left;
}

.profile_dropdown_menu {
    position: absolute;
    top: calc(100% + 5px);
    right: -20px;
    width: 135px;
    opacity: 0;
    border-radius: 4px;
    background: linear-gradient(110deg, rgba(217, 217, 217, 0.31) -0.15%, rgba(217, 217, 217, 0.18) -0.14%, rgba(217, 217, 217, 0.09) 73.53%);
    box-shadow: 0px 4px 24px -1px rgba(0, 0, 0, 0.20);
    backdrop-filter: blur(15px);
    transform: translateY(-10px);
    visibility: hidden;
    transition: 300ms;
    padding: 12px 6px;
    text-align: left;
    pointer-events: none;
}

.user_profile_wrapper:hover .profile_dropdown_menu,
.profile_dropdown_menu.active {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    pointer-events: auto;
}

.profile_dropdown_menu ul li a {
    color: var(--primary);
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px 8px;
    display: block;
    border-radius: 2px;
}

.profile_dropdown_menu ul li a:hover {
    background-color: var(--black);
}

.sign_out_btn_wrap {
    text-align: center;
    border-top: 1px solid #7B7B7B;
    padding-top: 4px;
    margin-top: 6px;
}

.sign_out_btn_wrap>a {
    color: var(--primary);
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.avatar_popup_list .avatar_img {
    opacity: 0.5
}

.avatar_popup_list .avatar_img.active,
.avatar_popup_list .avatar_img:hover {
    opacity: 1;
}


.new_profiler_form .profile_item {
    padding: 0;
    margin: 0 auto;
    max-width: 167px;
    width: 100%;
}

.new_profiler_form .profile_item .profile_img {
    border: none;
}

.new_profiler_form .form-group-wrapper {
    margin-top: 30px;
}



.playlist-sec {
    overflow: hidden;
}


.tab-content:not(.current) {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.playlist_wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    margin-bottom: 15px;
    position: relative;
}

.tab-content .playlist_wrapper {
    max-height: calc(100vh - 265px);
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    scrollbar-width: none;
}

.tab-content .playlist_wrapper::-webkit-scrollbar {
    width: 0;
}

.playlist_item {
    width: 14.28%;
    position: relative;
    padding: 0 10px;
    margin-bottom: 30px;
}

.playlist_item>a {
    display: block;
}

.playlist_item .playlist_img {
    position: relative;
    padding-bottom: 126.82%;
    border-radius: 5px;
    overflow: hidden;
}

.playlist-category-sec .playlist_item .playlist_img {
    border-radius: 6px;
}

.playlist-category-sec .playlist_item .playlist_img::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    transition: 0.3s all;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}

.playlist-category-sec .playlist_item:hover .playlist_img::before {
    opacity: 1;
    visibility: visible;
}

.playlist_item .playlist_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    display: block;
}

.playlist_item .action-div {
    top: 50%;
    transform: translateY(-50%) scale(0);
    transition: 0.5s ease all;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
    z-index: 1;
    bottom: auto;
    transform-origin: center center;
}

.playlist_item:hover .action-div {
    transform: translateY(-50%) scale(1);
}
.playlist_item .action-div .common_icon_box {
    height: 40px;
    width: 40px;
    border-radius: 100px;
    background-color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
}
.playlist_item .action-div .common_icon_box svg{
    max-width: 24px;
}
.playlist_item .action-div .common_icon_box svg path{
    color: var(--black);
}

.playlist_item .action-div .common_icon_box:last-child {
    margin-right: 0;
}

.total_vid {
    color: var(--primary);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 4px;
    background-color: #1E1E1E;
    padding: 11px 16px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: inline-flex;
    align-items: center;
}

.total_vid:before {
    content: "";
    height: 18px;
    width: 18px;
    display: block;
    background-image: url(../images/video_playlist_icon.svg);
    background-repeat: no-repeat;
    background-position: left center;
    margin-right: 5px;
    margin-top: -4px;
}


.playlist_bottom {
    background-color: rgba(255, 255, 255, .1);
    padding: 12px 12px 12px 20px;
    border-radius: 0px 0px 6px 6px;
}

.playlist_content_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.playlist_content_wrap h5 {
    color: var(--primary);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.playlist_action_btn {
    display: flex;
}

.playlist_action_btn .play_list_icon {
    height: 32px;
    width: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 2px;
}

.play_list_icon.active {
    background-color: var(--white);
}

.play_list_icon.active img {
    filter: brightness(0) invert(0);
}

.playlist_action_btn .play_list_icon:hover {
    background-color: var(--white);
}

.playlist_action_btn .play_list_icon:hover img {
    filter: brightness(0) invert(0);
}

.playlist_action_btn .btn_share .social-share:after {
    top: -28px;
    bottom: auto;
}

.playlist_action_btn .btn_share ul.social-share {
    top: auto;
    bottom: -115px;
}

.radio_playlist .playlist_item {
    width: 14.28%;
}

.radio_playlist .playlist_item .playlist_img {
    padding-bottom: 100.07%;
}

.radio_playlist .playlist_content_wrap {
    display: block;
}

.playlist_content_wrap h5 {
    margin-bottom: 5px;
}

.my-history-sec {
    overflow: hidden;
}

.featur_item_list {
    margin: 0 -8px;
    display: flex;
    flex-wrap: wrap;
}

.featur_item_list>.item {
    width: 25%;
    padding: 0 7px;
    margin-bottom: 20px;
}

.head_ttl {
    margin-bottom: 20px;
}

.head_ttl h2 {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.playlist-category-sec .back_btn_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.playlist-category-sec .back_btn_wrap .total_vid {
    position: static;
}


.reset_password_step-1,
.reset_password_step-2 {
    margin-bottom: 30px;
}

.reset_password_msg {
    max-width: 315px;
    margin: 0 auto 40px;
}

.reset_password_msg p {
    margin-bottom: 15px;
}

.reset_password_msg p:last-child {
    margin-bottom: 0;
}

.opt_sent_txt {
    padding-top: 16px;
    max-width: 312px;
    margin: 0 auto;
    border-top: 1px solid #00FF47;
    margin-top: 40px;
}

.opt_sent_txt p {
    color: var(--primary);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    /* 28px */
}


.search_popup {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    height: 100%;
    background: var(--black);
    min-height: 100vh;
    top: -100%;
    transition: all 0.5s ease;
    opacity: 0;
    visibility: visible;
    pointer-events: none;
}

.search_popup.active {
    top: 0;
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
}

.search_popup_inner {
    display: flex;
    flex-wrap: wrap;
}

.search_popup_inner .header-logo-block {
    width: 20%;
}

.search_popup_inner .search_popup_right {
    width: 75%;
    margin: 0 auto;
}

.search_popup_header {
    background: #000;
    padding: 33px 0 0;
}

.search_popup_right .search-form {
    display: flex;
}

.search_popup_right .search-bar {
    width: 100%;
}

.search_popup_right .search-bar input {
    width: 100%;
    padding-left: 50px;
}

.close-search {
    color: rgba(255, 255, 255, 0.3);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    /* 18.2px */
    display: flex;
    align-items: center;
    cursor: pointer;
}

.voice-search {
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    left: 12px;
    right: auto;
}

.search-no-results {
    text-align: center;
    width: 100%;
    max-width: 1200px;
}

.search-no-results h3 {
    color: #252424;
    font-size: 100px;
    font-style: normal;
    font-weight: 500;
    line-height: 90%;
    /* 90px */
    text-transform: uppercase;
    margin-top: 20px;
}

.search_result {
    padding-top: 70px;
}

.search_result h2 {
    color: var(--white);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}

.search_result {
    padding-top: 110px;
    max-height: calc(100dvh - 70px);
    overflow: auto;
}

.search_popup .loading {
    width: 32px;
    line-height: 100%;
    margin: 0 auto;
    position: relative;
    top: 30px;
    display: none;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    z-index: 3;
}

.search_popup .loading i {
    color: var(--primary);
}

.search_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.search_list .search-item {
    width: 14.28%;
    padding: 0 10px;
    margin-bottom: 20px;
}

.search-item>a {
    display: block;
}

.search-item .img-wrap {
    position: relative;
    padding-bottom: 138%;
    border-radius: 5px;
    overflow: hidden;
}

.search-item .img-wrap img {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.radioPlayer {
    position: fixed;
    bottom: 15px;
    width: 100%;
    z-index: 3;
    max-width: 1078px;
    left: 50%;
    transform: translateX(-50%);
}

.radio_player_wrap {
    padding: 15px;
    border-radius: 5px 5px 0px 0px;
    background: #17242A;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}

.radio_player_wrap .close {
    position: absolute;
    right: 0;
    left: auto;
    top: 0;
    border-radius: 0px 5px;
    border: 2px solid #17242A;
    background: #FF8B00;
    width: 31px;
    height: 31px;
}

.radio_player_wrap .close>a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.radio_player_wrap .close>a svg {
    max-width: 16px;
}

.radio_player_wrap .close img {
    display: block;
}

.left_part {
    width: 25%;
    display: flex;
    align-items: center;
}

.right_part {
    width: calc(100% - 25%);
}


.track_img {
    width: 80px;
    min-width: 80px;
    margin-right: 15px;
    border-radius: 5px;
    overflow: hidden;
}

.track_img img {
    display: block;
}

.radio_channel h5 {
    color: var(--white);
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 4px;
}

.radio_channel span {
    color: rgba(255, 255, 255, 0.30);
    font-family: var(--primary-font);
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}

.radioPlayer .slider {
    background: rgba(217, 217, 217, 0.30);
    border-radius: 100px;
    height: 4px;
    width: 100%;
    max-width: 100%;
    position: relative;
}

.radioPlayer .slider .progress {
    background-color: var(--primary);
    border-radius: inherit;
    position: absolute;
    pointer-events: none;
    height: inherit;
}

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

.player_btn_wrap {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}

.player_btn_wrap *+* {
    margin-left: 12px;
}

.player_play_btn,
.player_mute,
.player_speed {
    width: 42px;
    height: 30px;
    padding: 7px 12px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    border: 1px solid var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}

.player_play_btn {
    filter: brightness(0) invert(1);
}

.player_play_btn.active,
.player_mute.active {
    filter: unset;
    background-color: var(--white);
}

.player_mute.active img {
    filter: brightness(1) invert(1);
}

.player_mute img {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.player_mute .vol-off {
    opacity: 0;
    visibility: hidden;
}

.player_mute.active>img {
    opacity: 0;
    visibility: hidden;
}

.player_mute.active .vol-off {
    opacity: 1;
    visibility: visible;
}

.player_speed {
    color: var(--white);
    font-family: var(--primary-font);
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
}

.player_control {
    width: 100%;
}

.current-time,
.duration-time {
    color: rgba(255, 255, 255, 0.30);
    font-family: var(--primary-font);
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.volume-controls {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.player_devices {
    margin-right: 15px;
}

.volume-controls .mute_unmute img,
.player_devices img {
    display: block;
    width: 15px;
    min-width: 15px;
}

.volume-controls .slider {
    max-width: 80px;
    margin-left: 10px;
}

.create_profile_page .comm_auth_inner {
    padding-left: 0;
    padding-right: 0;
}

.create_profile_page .user_profile_main {
    max-width: 100%;
}

.pick_identity_popup {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    visibility: visible;
    pointer-events: none;
    background-color: #0D0D0D;
}

.pick_identity_popup.pop-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.pick_your_identity_slider .owl-stage-outer {
    padding: 20px 0;
}

.pick_your_identity_slider .profile_item {
    transition: 0.3s all;
    opacity: 0.3;
}

.pick_your_identity_slider .owl-item .profile_item:hover,
.pick_your_identity_slider .owl-item.active.center .profile_item {
    transform: scale(1.2);
    opacity: 1;
}

.pick_your_identity_slider .owl-nav {
    position: static;
    margin: 20px auto 0;
    max-width: 100px;
}

.pick_your_identity_slider .owl-nav button.owl-prev,
.pick_your_identity_slider .owl-nav button.owl-next {
    border: none;
    background-size: 100%;
    opacity: .5;
}

.pick_your_identity_slider .owl-nav button.owl-prev:hover,
.pick_your_identity_slider .owl-nav button.owl-next:hover {
    opacity: 1;
}

.pick_your_identity_slider .owl-nav button.owl-prev {
    background-image: url(../images/identity_slider_prev.svg);
}

.pick_your_identity_slider .owl-nav button.owl-next {
    background-image: url(../images/identity_slider_next.svg);
}


.iti__country-list .iti__country {
    color: var(--black);
}

.iti__flag-container .iti__arrow {
    border-top: 4px solid #FFF;
}

.iti__flag-container .iti__arrow--up {
    border-bottom: 4px solid #FFF;
    border-top: none;
}

.body-hidden {
    overflow: hidden;
}

.show_in_mobile {
    display: none;
}

img.lozad {
    font-size: 0;
}


.lozad {
    opacity: 0;
    filter: blur(30px);
    transition: all 0.5s ease;
}

[data-loaded="true"] {
    opacity: 1;
    filter: unset;
    transition-delay: 0.3s;
}

.body-hidden {
    overflow: hidden;
}

.d-none {
    display: none;
}

.owl-nav.disabled {
    display: none;
}


.nav .sub-menu {
    position: absolute;
    top: calc(100% + 150px);
    left: 0;
    right: auto;
    margin: 0 auto;
    background: rgba(255, 255, 255, .9);
    /*    display: none;*/
    z-index: 2;
    width: 100%;
    min-width: 267px;
    padding: 0;
    opacity: 0;
    visibility: visible;
    pointer-events: none;
    transition: 0.3s all ease;
}

.nav .sub-menu:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: -12px;
    left: 56px;
    right: auto;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 12px solid rgba(255, 255, 255, .9);
}

.nav li.has-dropdown.open .sub-menu {
    top: 100%;
    /*    display: block;*/
    pointer-events: auto;
    opacity: 1;
    visibility: visible;

}

.nav .sub-menu li {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
}

.nav .sub-menu li a {
    color: #1B1B1B;
    font-family: var(--primary-font);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    padding: 15px 12px;
    display: block;
}

.nav .sub-menu li a:hover,
.nav .sub-menu li.active a {
    background-color: #FF8B00;
    color: var(--black);
}

.nav .sub-menu li.active>a {
    font-weight: 700;
}

.signup_page .footer,
.login_page .footer {
    display: none;
}

.video_page header,
.video_page footer {
    display: none;
}

.terms-box {
    margin-top: 30px;
}

.terms-box input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.terms-box label {
    position: relative;
    cursor: pointer;
    color: var(--white);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.terms-box label:before {
    content: '';
    -webkit-appearance: none;
    background-color: var(--white);
    height: 15px;
    width: 15px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 2px;
}

.terms-box input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../images/tick_icon.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    width: 15px;
    height: 15px;
}

.terms-box input:checked+label:before {
    background-color: var(--primary);
}

.profile_dropdown {
    position: relative;
}

.profile_dropdown .prfile_label {
    color: var(--black);
    text-align: center;
    font-family: var(--primary-font);
    border-radius: 28px;
    background-color: var(--primary);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: block;
    padding: 8px 16px;
    cursor: pointer;
}

.profile_menu_list {
    position: absolute;
    background-color: rgba(255, 255, 255, .9);
    right: 0;
    width: 267px;
    text-align: left;
    top: calc(100% + 20px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(60px);
    transition: 0.5s all;
}

.profile_dropdown:hover .profile_menu_list {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: unset;
}

.profile_menu_list:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: -12px;
    left: auto;
    right: 40px;
    margin: 0 auto;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 12px solid rgba(255, 255, 255, .9);
}

.profile_menu_list:after {
    position: absolute;
    content: "";
    height: 25px;
    width: 100%;
    top: -22px;
    left: 0;
    right: 0;
}

.profile_menu_list li a {
    color: var(--secondary);
    font-family: var(--primary-font);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    display: block;
    padding: 15px 15px;
}

.profile_menu_list li a:hover {
    background-color: var(--primary);
}

.inner_menu {
    margin-top: 104px;
    background-color: #17242A;
    /*position: sticky;*/
    top: 104px;
    z-index: 9;
    transition: 0.5s all;
}

.header.fixed+.inner_menu {
    top: 90px;
}

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

.inner_menu_link .logo_box {
    width: 100%;
    max-width: 106px;
    margin-right: 20px;
}

.inner_menu_link .logo_box>a {
    vertical-align: top;
}

.inner_menu_link .logo_box>a img {
    display: block;
}

.inner_menu+section {
    padding-top: 45px;
}

.inner_menu+section.live-page-banner,
.inner_menu+.hero-section.inner-single-banner {
    padding-top: 0;
}

.inner_menu+.comm_auth_sec {
    padding-top: 100px;
}

.inner_menu_link ul {
    display: flex;
    align-items: center;
}

.inner_menu_link ul li {
    padding: 40px 0;
}

.inner_menu_link ul li+* {
    margin-left: 40px;
}

.inner_menu_link ul li a {
    color: var(--white);
    font-family: var(--primary-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    /* 131.25% */
    position: relative;
}

.inner_menu_link ul li a:hover {
    color: var(--primary);
}

.inner_menu_link ul li a:before {
    position: absolute;
    content: "";
    width: 11px;
    height: 2px;
    background-color: var(--primary);
    left: 0;
    right: auto;
    bottom: -5px;
    border-radius: 100px;
    opacity: 0;
}
.inner_menu_link ul li a.active:before ,
.inner_menu_link ul li.active a:before {
    opacity: 1;
}

.fullpage-video {
    padding: 0;
}

.hide-header .transparent-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
}

.hide-header .vid_back_btn,
.hide-header .banner-action-div,
.hide-header .video_info_box {
    opacity: 0;
    pointer-events: none;
}

.fullpage-video iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.full_video_box_wrap {
    position: relative;
}

.full_video_box_wrap .video_info_box {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    margin: 0 auto;
    text-align: center;
    padding-top: 65px;
}

.full_video_box_wrap .video_info_box:before {
    position: absolute;
    content: "";
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
    top: 0;
    height: 245px;
    width: 100%;
    left: 0;
    right: 0;
    pointer-events: none;
}

.full_video_box_wrap .video_info_box * {
    position: relative;
    z-index: 2;
}

.full_video_box_wrap .video_info_box h2 {
    font-size: 45px;
    font-weight: 500;
    line-height: normal;
}

.full_video_box_wrap .video_info_box p {
    color: var(--white);
    font-size: 30px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.vid_logo {
    width: 140px;
    position: absolute;
    right: 80px;
    top: 40px;
    z-index: 9;
}

.full_video_box_wrap:before {
    position: absolute;
    content: "";
    /* background:linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%); */
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 1;
    pointer-events: none;
}

.full_video_box_wrap .video_wrapper {
    min-height: 100vh;
    position: relative;
}

.full_video_box_wrap .banner-action-div {
    position: absolute;
    bottom: 225px;
    z-index: 9;
    right: 85px;
}

.full_video_box_wrap .common_icon_box .widget_link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fullpage-video .btn-skip {
    position: absolute;
    right: 0;
    left: auto;
    z-index: 99;
    bottom: 160px;
    right: 85px;
    left: auto;
}

.fullpage-video .btn-skip>a {
    color: var(--white);
    font-family: var(--primary-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: 1px solid var(--white);
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    padding: 11px 40px;
    border-radius: 100px;
}

.fullpage-video .banner-action-div ul.social-share li a img {
    max-width: 18px;
}

.radio_show_sec .filter_list {
    margin-bottom: 45px;
}

.radio_show_wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
}

.radio_show_item {
    position: relative;
    width: 25%;
    padding: 0 12px;
    margin-bottom: 65px;
}

.radio_show_item>a {
    display: block;
    width: 100%;
    position: relative;
}

.radio_show_img {
    position: relative;
    padding-bottom: 54%;
    border-radius: 5px;
    overflow: hidden;
    background-color: var(--white-10);
}

.radio_show_img img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    top: 0;
    display: block;
}

.radio_show_content {
    padding-top: 28px;
}

.radio_show_content h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}

.radio_show_content .radio_ep {
    color: #8E8E8E;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    display: block;
    margin-top: 7px;
}

.radio_show_content .tune_in_btn {
    margin-top: 30px;
}

.tune_in_btn {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    color: #011589;
    background-color: var(--white);
    text-align: center;
    font-family: var(--primary-font);
    line-height: normal;
    text-transform: capitalize;
    background-image: url(../images/tune_icon.svg);
    background-position: calc(100% - 12px) 50%;
    background-repeat: no-repeat;
    padding: 6px 40px 6px 12px;
    border-radius: 100px;
    display: inline-block;
    vertical-align: top;
}

.single_radio_details .banner-action-div .common_icon_box .widget_link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.single_radio_details ul.social-share li a img {
    max-width: 16px;
}

.single_radio_wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.single_radio_left {
    width: 416px;
}

.single_radio_right {
    width: calc(100% - 416px);
    padding-left: 54px;
}

.single_radio_details {
    max-width: 400px;
    width: 100%;
}

.single_radio_details h3 {
    color: rgba(255, 255, 255, 0.92);
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 25px */
    margin-bottom: 10px;
}

.single_radio_details P {
    color: rgba(255, 255, 255, 0.92);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 18.2px */
}

.single_radio_details .banner-action-div.action-button {
    position: static;
    margin-top: 50px;
}

.single_radio_details .banner-action-div.action-button * {
    margin-bottom: 0;
}

.featured_listing .filter_list,
.slider-list-sec .filter_list {
    margin-bottom: 60px;
}

.movie_listing {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
}

.movies.slider .movie_listing .items {
    width: 16.66%;
    padding: 0 8px;
    margin-bottom: 30px;
    background: transparent;
}

.movies.slider .movie_listing .featur-slide .item.info.vertical_thumbnails {
    border: 2px solid var(--primary);
    background: #000000;
}

.movie_listing .featur-slide {
    padding-bottom: 0;
}

.movies.slider .movie_listing .items .f_show_img {
    padding-bottom: 159%;
}

.featured_listing .movie_listing .item.info.vertical_thumbnails {
    display: none;
}

.common-slider-list:not(.owl-carousel) {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.common-slider-list>.items {
    width: 25%;
    padding: 0 10px;
    margin-bottom: 30px;
    position: relative;
}

.widget_item.active {
    background-color: var(--primary);
    border-color: var(--primary);
}

.widget_item.active>.widget_link>img {
    filter: brightness(1) invert(1);
}

.full-width .full-img>a {
    position: relative;
    width: 100%;
    padding-top: 30.7%;
    border-radius: 5px;
    overflow: hidden;
}

.full-width .full-img>a img {
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    top: 0;
    object-fit: cover;
    object-position: center top;
}

.filter_list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.filter_list .btn {
    border: 2px solid var(--white);
    border-radius: 100px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 11px 26px;
}

.filter_list .btn:hover {
    background-color: var(--primary);
    color: var(--black);
    border-color: transparent;
}

.load_more_btn {
    text-align: center;
}

.show-details-btn {
    text-align: center;
}

.vid_back_btn {
    position: absolute;
    z-index: 2;
    top: 30px;
    left: 30px;
    right: auto;
}

.vid_back_btn>a {
    background-color: var(--secondary);
    border: 1px solid var(--primary);
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}

.vid_back_btn>a svg {
    max-width: 24px;
}

.opacity-1 {
    opacity: 1 !important;
}

.right_part iframe {
    height: 70px;
    border: none;
}

.channel-wrapper {
    padding: 0 0 60px;
}

.channel-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.channel-nav::-webkit-scrollbar {
    display: none; /* Chrome */
}

.channel-nav li {
    border: 1px solid var(--white);
    border-radius: 50px;
    transition: all 0.3s ease;
}

.channel-nav li a {
    display: block;
    padding: 10px 24px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}

.channel-nav li:hover {
    background: #222;
    border-color: #666;
}

.channel-nav li.active {
    background: #2a2a2a;
    border-color: #2a2a2a;
}

.channel-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    background: #0d0d0d;
}

.tv_show_content  .title-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.tv_show_content  .title-row h3 {
    margin: 0;
    font-size: 16px;
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tv_show_content .time {
    font-family: var(--primary-font);
    font-size: 14px;
    color: #FFF;
    display: flex;
    align-items: center;
    gap: 6px;
    min-width: 62px;
}
.tv_show_content .time svg {
    max-width: 14px;
    display: block;
}

.channel-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 6px;
    font-size: 14px;
    font-family: var(--primary-font);
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.channel-meta img {
    width: 20px;
    max-width: 20px;
    height: 15px;
    object-fit: cover;
    margin: 0;
}


.common-slider-channel-sec .owl-item > li.active{
    background-color: #181818;
    border: 2px solid #FF8B00;
    border-radius: 8px;
}

.contact-form-wrapper {
    max-width: 1150px;
    margin: 0 auto;
}
.contact-form-wrapper .title {
    margin-bottom: 40px;
    text-align: center;
}
.contact-form-wrapper .title h1{
    font-size: 48px;
    line-height: 120%;
    margin-bottom: 15px;
}
.contact-form-wrapper .title p{
    color: var(--primary);
}
.contact-form-wrapper .form-row{
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 40px;
}
.contact-form-wrapper .form-row .form-group{
    width: calc(50% - 20px);
    margin: 0;
}
.contact-form-wrapper .form-row .form-group input{
    color: var(--white);
    background-color: #252525;
}
.contact-form-wrapper .form-group textarea{
    height: 220px;
    padding: 20px;
    width: 100%;
    color: var(--white);
    background-color: #252525;
    border: none;
}
.contact-form-wrapper .form-row .form-group input::placeholder,
.contact-form-wrapper .form-group textarea::placeholder{
    color: rgba(255, 255, 255, .6)
}
.contact-form-wrapper .submit-btn {
    text-align: center;
    margin-top: 40px;
}
.contact-form-wrapper .submit-btn button {
    text-transform: uppercase;
    font-size: 16px;
    border: 2px solid var(--primary);
    color: var(--white);
    padding: 20px 40px;
    background-color: transparent;
    font-weight: 500;
}
.contact-form-wrapper .submit-btn button:hover{
    background-color: var(--primary);
    color: var(--black);
}

.active-audio-color h3, .active-audio-color span{
    color: var(--primary) !important;
}

.live-page-banner .img_wrap .track_img img,
.live-page-banner .img_wrap .right_part iframe{
    position: unset;
}

.text-primary{
    color: var(--primary) !important;
}

.remove-bold{
    font-weight: 400 !important;
}
