/* 1. Theme default css */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800&amp;display=swap");

body {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    color: #bcbcbc;
}

.img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.fix {
    overflow: hidden;
}

a,
.button {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a:focus,
.btn:focus,
.button:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
    color: #2b96cc;
    text-decoration: none;
}

a,
button {
    color: #1696e7;
    outline: medium none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    color: #fff;
    margin-top: 0px;
    font-style: normal;
    font-weight: 700;
    text-transform: normal;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
    font-size: 40px;
    font-weight: 500;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

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

li {
    list-style: none;
}

p {
    font-size: 15.5px;
    font-weight: 500;
    line-height: 26px;
    /* color: #bcbcbc; */
    margin-bottom: 15px;
}

hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}

label {
    color: #7e7e7e;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

.logo_color {
    color: #e43c1f !important;
}
.p-0 {
    padding: 0px !important;
}
*::-moz-selection {
    background: #d6b161;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

*::-moz-placeholder {
    color: #555555;
    font-size: 14px;
    opacity: 1;
}

*::placeholder {
    color: #555555;
    font-size: 14px;
    opacity: 1;
}

.theme-overlay {
    position: relative;
}

.theme-overlay::before {
    background: #1696e7 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
}

.separator {
    border-top: 1px solid #f2f2f2;
}

/* All-color */
.navbar-wrap > ul > li.active > a,
.navbar-wrap > ul > li:hover > a,
.mobile-menu .navigation li.active > a,
.header-lang form .icon,
.banner-content .sub-title,
.banner-content .title > span,
.banner-meta ul li.release-time > span > i,
.banner-meta ul li.category > a:hover,
.section-title .sub-title,
.movie-content .top .date,
.movie-content .bottom ul li .quality,
.movie-content .bottom ul li > span i,
.movie-content .top .title a:hover,
.ucm-active .owl-nav button:hover,
.ucm-active-two .owl-nav button:hover,
.ucm-active-categoryshow .owl-nav button:hover,
.tr-movie-menu-active button.active,
.footer-menu nav .navigation li:hover > a,
.quick-link-list ul li a:hover,
.footer-social ul li a:hover,
.copyright-text > p > a,
.mobile-menu .social-links li a:hover,
.header-top-link .quick-link li a:hover,
.header-top-link .header-social li a:hover,
.header-top-subs > p > span,
.movie-item-two .movie-content .title a:hover,
.movie-content-bottom ul li.tag a:hover,
.breadcrumb-content .breadcrumb li a,
.breadcrumb-content .title > span {
    color: #db2777;
}

.scroll-top,
.btn:hover,
.navbar-wrap > ul > li .submenu li a::before,
.title-style-two .sub-title::before,
.services-list ul li .icon::before,
.tr-movie-menu-active button::before,
.tr-movie-menu-active button::after {
    background: #e43c1f;
}

/* button style */
.btn {
    user-select: none;
    -moz-user-select: none;
    background: #000 none repeat scroll 0 0;
    border: 1px solid #e43c1f;
    /* border-radius: 50px; */
    color: #e3dfdf;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.5;
    margin-bottom: 0;
    padding: 10px 15px;
    text-align: center;
    text-transform: uppercase;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    max-width: 200px;
}

.header-btn .btn {
    background: #01526a none repeat scroll 0 0;
}

.btn > i {
    margin-right: 7px;
}

.header-action .header-btn .btn:hover,
.btn:hover {
    color: #1e1b29;
}

.breadcrumb > .active {
    color: #888;
}

.slick-slide:focus {
    outline: none;
}

/* scrollUp */
.scroll-top {
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    bottom: 105%;
    right: 50px;
    font-size: 16px;
    border-radius: 50%;
    z-index: 99;
    color: #171d22;
    text-align: center;
    cursor: pointer;
    transition: 1s ease;
    border: none;
    opacity: 0;
}

.scroll-top.open {
    bottom: 100px;
    opacity: 1;
}

.scroll-top::after {
    position: absolute;
    z-index: -1;
    content: "";
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: radial-gradient(
        ellipse at center,
        rgba(0, 0, 0, 0.25) 0%,
        rgba(0, 0, 0, 0) 80%
    );
}

.scroll-top:hover {
    background: #171d22;
    color: #fff;
}

/* 2. Header */
.custom-container {
    max-width: 1420px;
}

.transparent-header {
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    z-index: 9;
    height: auto;
    padding: 10px 0;
}

.menu-nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.navbar-wrap {
    display: flex;
    flex-grow: 1;
}

.navbar-wrap > ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: auto;
    /* margin-right: auto; */
}

.navbar-wrap > ul > li {
    display: block;
    position: relative;
}

.navbar-wrap > ul > li > a {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #111827;
    padding: 38px 23px;
    display: block;
    line-height: 1;
    position: relative;
    z-index: 1;
}

.main-menu .navigation li.menu-item-has-children .dropdown-btn {
    display: none;
}

.header-action > ul {
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.header-action > ul > li {
    position: relative;
    margin-left: 30px;
}

.header-action > ul > li:first-child {
    margin-left: 0;
}

.header-action > ul > li.header-search > a {
    padding-right: 10px;
}

.header-action > ul > li > a {
    color: #fff;
    font-size: 14px;
}

.navbar-wrap > ul > li .submenu {
    position: absolute;
    z-index: 9;
    border-radius: 0;
    border: none;
    -webkit-box-shadow: 0px 13px 25px -12px rgb(0 0 0 / 25%);
    -moz-box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 13px 25px -12px rgb(0 0 0 / 25%);
    display: block;
    left: 0;
    opacity: 0;
    padding: 18px 0;
    right: 0;
    top: 100%;
    visibility: hidden;
    min-width: 230px;
    border: 1px solid #283846;
    background: #1b252e;
    box-shadow: 0px 30px 70px 0px rgb(26 36 45 / 59%);
    margin: 0;
    transform: scale(1, 0);
    transform-origin: 0 0;
    -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;
    transition: all 0.3s ease-in-out;
}

.navbar-wrap > ul > li .submenu li {
    margin-left: 0;
    text-align: left;
    display: block;
}

.navbar-wrap > ul > li .submenu li a {
    padding: 10px 20px 10px 25px;
    display: block;
    font-weight: 500;
    color: #f0f0f0;
    text-transform: capitalize;
    position: relative;
    -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;
    transition: all 0.3s ease-in-out;
}

.navbar-wrap > ul > li .submenu li a::before {
    content: "";
    position: absolute;
    left: 20px;
    width: 0;
    height: 2px;
    top: 20px;
    -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;
    transition: all 0.3s ease-in-out;
}

.navbar-wrap > ul > li .submenu li:hover > a {
    padding-left: 45px;
}

.navbar-wrap > ul > li .submenu li:hover > a::before {
    width: 15px;
}

.navbar-wrap ul li:hover > .submenu {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.header-lang form {
    display: flex;
    align-items: center;
}

.header-lang form .icon {
    font-size: 18px;
    margin-right: 6px;
}

.header-lang form select {
    background: transparent;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    outline: none;
}

.header-lang form select option {
    color: #1a1a1e;
}

.header-action ul li.header-lang {
    padding-left: 15px;
    margin-left: 15px;
}

.header-action ul li.header-lang::before {
    content: "|";
    position: absolute;
    left: -1px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    opacity: 0.12;
}

.header-action .header-btn .btn {
    color: #fff;
    font-size: 14px;
    padding: 10px 34px;
}

.sticky-menu {
    left: 0;
    padding: 0 0;
    margin: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    background: linear-gradient(to bottom right, #fbcfe8, #dbeafe, #fef9c3);
    -webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    border-radius: 0;
}

.header-top-wrap {
    background: #12151e;
}

.header-top-subs > p {
    margin-bottom: 0;
    font-size: 12px;
    color: #c3c3c3;
}

.header-top-link,
.header-top-link .quick-link,
.header-top-link .header-social {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.header-top-link {
    justify-content: flex-end;
}

.header-top-link .quick-link li {
    position: relative;
}

.header-top-link .quick-link li + li {
    padding-left: 13px;
    margin-left: 11px;
}

.header-top-link .quick-link li + li::before {
    content: "|";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #616161;
    font-size: 12px;
}

.header-top-link .quick-link li a {
    font-size: 12px;
    font-weight: 500;
    color: #c3c3c3;
    display: block;
}

.header-top-link .header-social {
    margin-left: 10px;
}

.header-top-link .header-social li {
    flex: 0 0 32px;
    width: 32px;
}

.header-top-link .header-social li a {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 11px;
    color: #c3c3c3;
    position: relative;
}

.header-top-link .header-social li a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #e43c1f;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    opacity: 0;
}

.header-top-link .header-social li a:hover {
    background: #20212b;
}

.header-top-link .header-social li a:hover::before {
    opacity: 1;
}

.header-style-two {
    position: relative;
}

.header-style-two .menu-area {
    background: #01526a;
    padding: 8px 0;
}

.header-style-two .navbar-wrap > ul {
    margin-right: 0;
}

.header-style-two::after {
    content: "";
    position: absolute;
    background-image: url(../img/bg/header_bottom_shape.png);
    left: 0;
    right: 0;
    bottom: -20px;
    max-width: 1499px;
    height: 28px;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.header-style-two .menu-area.sticky-menu {
    padding: 0 0;
}

.header-style-two .navbar-wrap > ul > li .submenu {
    border: 1px solid #323344;
    background: #252631;
}

.header-style-two .header-action .footer-search form {
    margin-left: 0;
}

.header-style-two .header-action ul li.header-lang::before {
    display: none;
}

.header-style-two .header-action ul li.header-lang {
    padding-left: 0;
    margin-left: 30px;
}

/* 3. Search modal */
#search-modal {
    background-color: rgba(23, 26, 33, 0.95);
}

#search-modal .modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: none;
    outline: 0;
    margin: 0;
    min-width: 700px;
}

#search-modal .modal-dialog .modal-content {
    background: 0 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
}

#search-modal .modal-dialog .modal-content form {
    width: 100%;
    position: relative;
}

#search-modal .modal-dialog .modal-content form input {
    width: 100%;
    font-size: 36px;
    border: none;
    border-bottom: 3px solid rgba(255, 255, 255, 0.1);
    background: 0 0;
    color: #fff;
    padding: 0 85px 12px 40px;
}

#search-modal .modal-dialog .modal-content form input::-moz-placeholder {
    font-size: 35px;
}

#search-modal .modal-dialog .modal-content form input::placeholder {
    font-size: 35px;
}

#search-modal .modal-dialog .modal-content form button {
    position: absolute;
    right: 40px;
    margin-bottom: 0;
    font-size: 30px;
    background: 0 0;
    border: none;
    cursor: pointer;
    color: #e43c1f;
    top: 8px;
}

.modal-backdrop {
    z-index: 1;
}

.modal-open .header-top {
    z-index: 2;
}

/* 4. Mobile-menu */
.nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    display: none;
    color: #fff;
    margin-right: 30px;
    top: 15px;
}

.nav-logo img {
    width: 150px;
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    border-radius: 0px;
    transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
}

.mobile-menu .navbar-collapse {
    display: block !important;
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 30px 25px;
    text-align: left;
}

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .navigation li.current > a:before {
    height: 100%;
}

.menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    opacity: 0;
    visibility: hidden;
    background: #171d22;
}

.mobile-menu-visible .menu-backdrop {
    opacity: 0.8;
    visibility: visible;
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    background: #171d22;
    padding: 0px 0px;
    z-index: 5;
    box-shadow: -9px 0 14px 0px rgb(0 0 0 / 6%);
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
}

.mobile-menu .close-btn {
    position: absolute;
    right: 25px;
    top: 32px;
    line-height: 30px;
    width: 35px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none;
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-top: 1px solid rgb(255 255 255 / 10%);
}

.mobile-menu .navigation > li:last-child {
    border-bottom: 1px solid rgb(255 255 255 / 10%);
}

.mobile-menu .navigation li > ul > li:first-child {
    border-top: 1px solid rgb(255 255 255 / 10%);
}

.mobile-menu .navigation li > a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: none;
}

.mobile-menu .navigation li ul li > a {
    font-size: 15px;
    margin-left: 20px;
    text-transform: capitalize;
}

.mobile-menu .navigation li ul li ul li a {
    margin-left: 40px;
}

.mobile-menu .navigation li ul li ul li ul li a {
    margin-left: 60px;
}

.mobile-menu .navigation li > a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li.menu-item-has-children .dropdown-btn {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: #ffffff;
    background: #2f373e;
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 5;
}

.mobile-menu .navigation li.menu-item-has-children .dropdown-btn.open {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul {
    display: none;
}

.mobile-menu .social-links {
    position: relative;
    text-align: center;
    padding: 30px 25px;
}

.mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 10px 10px;
}

.mobile-menu .social-links li a {
    position: relative;
    line-height: 32px;
    font-size: 16px;
    color: #fff;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.menu-area .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 30px;
    cursor: pointer;
    line-height: 1;
    color: #fff;
    display: none;
    margin-top: 7px;
}

/* 5. Breadcrumb */
.breadcrumb-bg {
    padding: 270px 0 240px;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.breadcrumb-bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #04081a;
    background: -webkit-linear-gradient(to right, #04081a, transparent);
    background: linear-gradient(to right, #04081a, transparent);
    opacity: 0.66;
}

.breadcrumb-bg::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 146px;
    background: #000000;
    background: -webkit-linear-gradient(to bottom, #000000, transparent);
    background: linear-gradient(to bottom, #000000, transparent);
    opacity: 0.66;
}

.breadcrumb-content {
    text-align: center;
}

.breadcrumb-content .title {
    font-size: 60px;
    line-height: 1.3;
    margin-bottom: 8px;
}

.breadcrumb-content .breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
    justify-content: center;
}

.breadcrumb-content .breadcrumb li {
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
}

.breadcrumb-content .breadcrumb li + li {
    padding-left: 14px;
}

.breadcrumb-content .breadcrumb li + li::before {
    content: "|";
    color: #fff;
    padding-right: 14px;
}

/* 6. Banner */
.banner-bg {
    padding: 295px 0 273px;
    background-position: center;
    background-size: cover;
}

.banner-content .sub-title {
    font-size: 26px;
    margin-bottom: 10px;
}

.banner-content .title {
    font-size: 43px;
    line-height: 1.2;
    margin-bottom: 29px;
}

.banner-meta {
    margin-bottom: 35px;
}

.banner-meta ul {
    display: flex;
    flex-wrap: wrap;
}

.banner-meta ul li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    margin-right: 18px;
}

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

.banner-meta ul li.quality > span {
    font-size: 11px;
    text-transform: uppercase;
    color: #21232b;
    background: #fff;
    font-weight: 700;
    padding: 7px 11px;
    line-height: 1;
}

.banner-meta ul li.quality > span:last-child {
    background: transparent;
    color: #fff;
    margin-left: 9px;
    border: 2px solid #fff;
    padding: 5px 10px;
}

.banner-meta ul li.category > a {
    font-size: 14px;
    font-weight: 500;
    color: #e3dfdf;
}

.banner-meta ul li.category > a + a {
    margin-left: 5px;
}

.banner-meta ul li.release-time > span {
    font-size: 14px;
    font-weight: 500;
    color: #e3dfdf;
}

.banner-meta ul li.release-time > span + span {
    margin-left: 15px;
}

.banner-meta ul li.release-time > span > i {
    font-size: 12px;
    margin-right: 5px;
}

.slider-bg {
    background-position: top center;
    background-size: cover;
    padding: 135px 0 120px;
}

.slider-img > img {
    display: inline-block;
    border-radius: 8px;
    box-shadow: 0px 1px 13px 0px rgba(25, 25, 25, 0.004);
    max-width: 100%;
    margin-right: -15px;
}

/* 7. Up-coming */
.ucm-bg {
    padding: 80px 0 70px;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.ucm-bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.95;
}

.ucm-bg-shape {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.section-title .sub-title {
    display: block;
    line-height: 1;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    color: #000;
    margin-bottom: 12px;
    letter-spacing: 1px;
}

.section-title .title {
    margin-bottom: 0;
    font-size: 36px;
}

.ucm-nav-wrap .nav-tabs {
    border: none;
}

.ucm-nav-wrap .nav-tabs .nav-link,
.movie-bg .tr-movie-menu-active button,
.movie-filter-form select {
    border-radius: 50px;
    background: #20212b;
    font-size: 12px;
    font-weight: 600;
    color: #e3dfdf;
    border: 2px solid #2d303d;
    padding: 11px 27px;
    margin-bottom: 0;
    transition: none !important;
}

.ucm-nav-wrap .nav-tabs li {
    margin-right: 12px;
    margin-top: 12px;
}

.ucm-nav-wrap .nav-tabs li:last-child {
    margin-right: 0;
}

.ucm-nav-wrap .nav-tabs .nav-link.active,
.movie-bg .tr-movie-menu-active button.active {
    color: #fff;
    border-color: #e43c1f;
}

.ucm-nav-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin-right: 102px;
}

.movie-bg .tr-movie-menu-active {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-bottom: 0;
}

.movie-bg .tr-movie-menu-active button {
    box-shadow: none;
    margin: 10px 5px 0;
    text-transform: capitalize;
}

.movie-bg .tr-movie-menu-active button::before,
.movie-bg .tr-movie-menu-active button::after {
    display: none;
}

.movie-bg .tr-movie-menu-active button.active {
    text-shadow: none;
}

.movie-page-meta {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.movie-filter-form {
    margin: 10px 0 0px 5px;
}

.movie-filter-form select {
    padding: 11px 35px 11px 25px;
    outline: none;
    min-height: 44px;
    box-shadow: none;
    background: #20212b url(../img/images/nw_selarw.png) no-repeat scroll 97.5%
        center;
}

.custom-select:focus {
    border-color: #2d303d;
    box-shadow: none;
}

.movie-poster img {
    max-width: 100%;
    border-radius: 10px;
}

.movie-poster {
    margin-bottom: 23px;
    position: relative;
}

.movie-content .top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.movie-content .top .title {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 0;
    flex-grow: 1;
    color: #000001;
}

.movie-content .top .date {
    font-size: 14px;
    font-weight: 500;
    margin-left: 15px;
}

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

.movie-content .bottom ul li .quality {
    border: 2px solid #fa9dc5b8;
    padding: 5px 10px;
    line-height: 1;
    font-weight: 700;
    font-size: 17px;
    text-transform: uppercase;
}

.movie-content .bottom ul li {
    display: flex;
    align-items: center;
}

.movie-content .bottom ul li .rating {
    margin-left: 15px;
}

.movie-content .bottom ul li > span {
    color: #bcbcbc;
    font-size: 12px;
}

.movie-content .bottom ul li > span i {
    margin-right: 5px;
}

.movie-content {
    padding-right: 10px;
}

.ucm-active .owl-nav,
.ucm-active-categoryshow .owl-nav,
.ucm-active-two .owl-nav {
    position: absolute;
    top: -99px;
    right: 0;
    background: #20212b;
    border: 2px solid #2d303d;
    color: #e3dfdf;
    padding: 9.5px 19px;
    border-radius: 50px;
}

.ucm-active.owl-carousel .owl-nav button.owl-prev,
.ucm-active-categoryshow.owl-carousel .owl-nav button.owl-prev,
.ucm-active-two.owl-carousel .owl-nav button.owl-prev {
    padding-right: 17px;
    margin-right: 13px;
    position: relative;
}

.ucm-active .owl-nav .owl-prev::before,
.ucm-active-categoryshow .owl-nav .owl-prev::before,
.ucm-active-two .owl-nav .owl-prev::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 26px;
    background: #292b37;
}

.ucm-active .owl-nav button,
.ucm-active-categoryshow .owl-nav button,
.ucm-active-two .owl-nav button {
    position: relative;
    cursor: pointer;
    transition: 0.3s linear;
}

.ucm-bg2 {
    padding: 120px 0 90px;
    background-position: top center;
    background-size: cover;
}

.title-style-three {
    position: relative;
    padding-bottom: 20px;
}

.title-style-three::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url(../img/images/title_shape.png);
    width: 98px;
    height: 7px;
}

.title-style-three .sub-title {
    font-weight: 700;
    color: #bcbcbc;
}

.movie-item-two {
    text-align: center;
    background: #1f1e24;
    padding: 15px 15px 25px;
}

.movie-item-two .movie-content {
    padding: 0;
}

.movie-item-two .movie-content > .rating {
    font-size: 10px;
    letter-spacing: -0.5px;
    color: #e43c1f;
    margin-bottom: 10px;
}

.movie-item-two .movie-content .title {
    font-size: 16px;
    font-weight: 600;
    color: #d5d5d5;
    margin-bottom: 12px;
}

.movie-item-two .movie-content .rel {
    display: block;
    font-size: 12px;
    color: #9d9b9b;
}

.movie-content-bottom ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px;
    margin-top: 25px;
    position: relative;
}

.movie-content-bottom ul::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background: #000000;
}

.movie-content-bottom ul::after {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 100%;
    height: 1px;
    background: #27272f;
}

.movie-content-bottom ul li.tag {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    margin-right: 30px;
}

.movie-content-bottom ul li.tag a {
    display: block;
    color: #4c5066;
    background: #02050a;
    font-size: 12px;
    font-weight: 700;
    padding: 7px 12px;
    line-height: 1;
    margin-right: 10px;
}

.movie-content-bottom ul li.tag a:last-child {
    margin-right: 0;
}

.movie-content-bottom ul li .like {
    font-size: 13px;
    color: #9d9b9b;
}

.movie-content-bottom ul li .like i {
    font-size: 12px;
    margin-right: 5px;
    color: #c77f01;
}

.movie-bg {
    background-position: top center;
    background-size: cover;
    padding: 120px 0 120px;
}

/* 9. Top-movies */
.tr-movie-bg {
    background-position: top center;
    background-size: cover;
    padding: 120px 0 60px;
}

.tr-movie-bg2 {
    background-position: top center;
    background-size: cover;
    padding: 120px 0 120px;
}

.tr-movie-menu-active {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 40px;
}

.tr-movie-menu-active button {
    border: none;
    border-radius: 4px;
    box-shadow: inset 0px 3px 7px 0px rgba(0, 0, 0, 0.77);
    background: #0b1110;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    color: #cdcaca;
    padding: 17px 25px;
    position: relative;
    margin: 0 7.5px 15px;
}

.tr-movie-menu-active button::before,
.tr-movie-menu-active button::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 16px;
    transition: 0.3s linear;
    opacity: 0;
}

.tr-movie-menu-active button::after {
    left: auto;
    right: 0;
}

.tr-movie-menu-active button.active::before,
.tr-movie-menu-active button.active::after {
    opacity: 1;
}

.tr-movie-menu-active button.active {
    text-shadow: 0px 3px 24px rgba(228, 216, 4, 0.5);
}

.movie-item-row {
    justify-content: space-between;
}

.movie-item-row .custom-col- {
    -ms-flex: 0 0 19.2%;
    flex: 0 0 19.2%;
    max-width: 19.2%;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.movie-item-row .custom-col- .movie-item-two {
    margin-bottom: 45px;
}

.movie-item-row .movie-poster {
    position: relative;
}

.movie-item-row .movie-poster::before,
.movie-item-three .movie-poster::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #04050a;
    transition: 0.3s linear;
    opacity: 0;
}

.movie-item-three .movie-poster::before {
    background: #14141d;
    border: 1px solid #2d292a;
}

.movie-item-row .movie-poster .overlay-btn,
.movie-item-three .movie-poster .overlay-btn {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    z-index: 1;
}

.movie-item-row .movie-poster .overlay-btn li,
.movie-item-three .movie-poster .overlay-btn li {
    transition: 0.3s linear;
    opacity: 0;
}

.movie-item-row .movie-poster .overlay-btn li:first-child,
.movie-item-three .movie-poster .overlay-btn li:first-child {
    margin-bottom: 17px;
    transform: translateY(-10px);
}

.movie-item-row .movie-poster .overlay-btn li:last-child,
.movie-item-three .movie-poster .overlay-btn li:last-child {
    transform: translateY(10px);
}

.movie-item-row .movie-poster .overlay-btn li .btn {
    padding: 11px 18px;
    text-transform: capitalize;
    letter-spacing: 0;
    font-weight: 600;
    min-width: 110px;
}

.movie-item-row .movie-poster .overlay-btn li:first-child .btn,
.movie-item-three .movie-poster .overlay-btn li:nth-child(2) .btn {
    background: #e43c1f;
    color: #151517;
}

.movie-item-row .movie-item-two:hover .movie-poster .overlay-btn li,
.movie-item-three:hover .movie-poster .overlay-btn li {
    opacity: 1;
    transform: translateY(0);
}

.movie-item-row .movie-item-two:hover .movie-poster::before {
    opacity: 0.82;
}

.movie-item-three:hover .movie-poster::before {
    opacity: 0.79;
}

.title-style-three.text-center {
    padding-bottom: 30px;
}

.title-style-three.text-center::before {
    right: 0;
    margin: 0 auto;
}

.title-style-three.text-lg-left::before {
    left: 0;
    right: auto;
    margin: 0 0;
}

.movie-item-three .movie-poster .overlay-btn li + li {
    margin-top: 17px;
}

.movie-item-three .movie-poster .overlay-btn li a {
    min-width: 140px;
    padding: 10px 34px;
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 0;
}

.movie-item-three .movie-poster .overlay-btn li.rating {
    font-size: 12px;
    color: #e43c1f;
}

/* 10. Gallery */
.gallery-area.position-relative {
    z-index: 1;
    padding: 120px 0 0;
    margin-bottom: 110px;
}

.gallery-bg {
    background-image: url(../img/bg/gallery_bg.jpg);
    background-position: top center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 714px;
    z-index: -1;
}

.gallery-item img {
    max-width: 100%;
    display: inline-block;
}

.gallery-item {
    text-align: center;
    max-width: 1080px;
    margin: 0 auto;
    padding: 10px 0px;
}

/* .gallery-active .slick-active.slick-center {
    margin-top: 12px;
} */

/* .gallery-active .slick-slide {
    margin-top: 80px;
    transition: .4s linear;
    margin-bottom: 4px;

} */

.gallery-area .slider-nav {
    max-width: 1080px;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.slider-nav > span {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: #bebebe;
    cursor: pointer;
    transition: 0.3s linear;
}

.slider-nav > span.slick-next i {
    margin-left: 5px;
}

.slider-nav > span.slick-prev i {
    margin-right: 5px;
}

.slider-nav > span:hover {
    color: #e43c1f;
}

/* 11. Pagination */
.pagination-wrap ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.pagination-wrap ul li a {
    display: block;
    font-size: 14px;
    color: #c2c2c2;
    font-weight: 600;
    padding: 10px 20px;
    border: 1.5px solid #c2c2c2;
}

.pagination-wrap ul li.active a,
.pagination-wrap ul li a:hover {
    color: #171d22;
    border-color: #e43c1f;
    background: #e43c1f;
}

/* 12. Live-show */
.live-bg {
    background-position: left center;
    background-size: cover;
    padding: 120px 0 120px;
}

.live-bg .title-style-two .sub-title {
    color: #656363;
}

.live-bg .title-style-two .title {
    color: #1e1b29;
}

.live-movie-img {
    margin-left: 70px;
}

.live-movie-img img {
    max-width: initial;
}

.live-movie-content > p {
    color: #6a6a6a;
    margin-bottom: 0;
}

.live-fact-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 24px;
}

.live-fact-wrap .resolution h2 {
    font-size: 60px;
    text-shadow: 0px 3px 24px rgba(160, 160, 160, 0.09);
    line-height: 1;
    margin-bottom: 0;
    color: #d81c2b;
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #d81c2b;
}

.live-fact-wrap .resolution {
    margin-right: 35px;
    margin-bottom: 15px;
}

.active-customer {
    margin-bottom: 15px;
}

.active-customer h4 {
    font-size: 38px;
    color: #1e1b29;
    text-shadow: 0px 3px 4px rgba(30, 30, 30, 0.18);
    line-height: 0.8;
    margin-bottom: 5px;
}

.active-customer > p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
    color: #1e1b29;
    line-height: 1;
}

.live-movie-content > .btn {
    box-shadow: 0px 3px 24px 0px rgba(160, 160, 160, 0.5);
    background: #e43c1f;
    color: #1e1b29;
}

.live-movie-content > .btn:hover {
    background: transparent;
    box-shadow: none;
}

/* 15. Tv-series */
.tv-series-bg {
    background-position: center;
    background-size: cover;
    padding: 100px 0 60px;
    /* background-color: #01526a; */
}

.tr-movie-btn .btn {
    letter-spacing: 0;
    background: #e43c1f;
    color: #1a1e21;
}

.tr-movie-btn .btn:hover {
    background: transparent;
    color: #fff;
}

/* 17. Newsletter */
.newsletter-bg {
    background-position: center;
    background-size: cover;
}

.newsletter-inner-wrap {
    padding: 45px 80px;
}

.newsletter-content h4 {
    font-size: 30px;
    text-transform: uppercase;
    color: #171d22;
    margin-bottom: 0;
}

.newsletter-content p {
    margin-bottom: 0;
    color: #171d22;
}

.newsletter-form {
    position: relative;
}

.newsletter-form input {
    width: 100%;
    border: 0.5px solid #f9731659;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px,
        rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    padding: 17px 25px;
    /* padding-right: 215px; */
    margin-bottom: 5px;
    border-radius: 4px;
}

.newsletter-form input::placeholder {
    color: #a0a0a0;
}

/* .newsletter-form button {
    position: absolute;
    right: 2px;
    top: 2px;
    bottom: 7px;
    border-radius: 4px;
    background: #171d22;
    border-color: #171d22;
    color: #E43C1F;
    font-size: 14px;
    padding: 15px 34px;
} */

/* 18. Contact */
.contact-bg {
    background-position: top center;
    background-size: cover;
    padding: 120px 0;
}

.widget-title .title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    position: relative;
    margin-bottom: 0;
    padding-bottom: 18px;
}

.widget-title .title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
    background: #e43c1f;
    border-radius: 1.5px;
}

.contact-form {
    padding: 30px 30px 40px;
    border: 1px solid #232226;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    border: 1px solid #1f1e24;
    background: #1f1e24;
    border-radius: 4px;
    color: #bcbcbc;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.46);
    font-weight: 500;
    padding: 14px 25px;
    margin-bottom: 30px;
    transition: 0.3s linear;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: #bcbcbc;
    font-weight: 500;
}

.contact-form textarea {
    min-height: 155px;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #e43c1f;
}

.contact-info-wrap {
    background: #1f1e24;
    padding: 40px 34px 60px;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.46);
}

.contact-info-wrap > p {
    padding-bottom: 25px;
    margin-bottom: 30px;
    border-bottom: 1px solid #313035;
}

.contact-info-wrap > p span {
    font-weight: 600;
    color: #fafafa;
}

.contact-info-list ul li {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #313035;
}

.contact-info-list ul li:last-child {
    margin-bottom: 0;
}

.contact-info-list .icon {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    text-align: center;
    font-size: 16px;
    color: #1f1e24;
    background: #e43c1f;
    line-height: 46px;
    border-radius: 50%;
    margin-right: 15px;
}

.contact-info-list li > p {
    margin-bottom: 0;
}

.contact-info-list li > p span {
    color: #e5e5e5;
    margin-right: 5px;
    font-weight: 600;
}

#map {
    min-height: 439px;
    background-position: center;
    background-size: cover;
    cursor: pointer;
}

/* 19. Footer */
.footer-top-wrap {
    /* background-image: url(../img/bg/footer_bg.jpg); */
    background: linear-gradient(to bottom right, #fbcfe8, #dbeafe, #fef9c3);
    background-position: center;
    background-size: cover;
    padding: 80px 0 40px;
    background-blend-mode: color-burn;
    /* background-color: #e8cbcb9c; */
}
.bfc-content-area h5 {
    color: #1f1e24;
}
/* .footer-menu nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
} */

/* .footer-menu nav .navigation {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
} */
 .footer-menu nav .navigation {
    display: grid;
    grid-template-columns: auto auto;
}

.footer-menu nav .navigation li {
    margin-right: 6px;
}

.footer-menu nav .navigation li:last-child {
    margin-right: 0;
}

.footer-menu nav .navigation li a {
    display: block;
    text-transform: uppercase;
    color: #1f1e24;
    font-weight: 600;
    padding: 10px 10px;
    line-height: 1;
}
.bfc-content-area p {
    color: #1f1e24;
}
.footer-search form {
    min-width: 285px;
    position: relative;
    margin-left: 30px;
}

.footer-search form input {
    width: 100%;
    border: none;
    background: #fff;
    color: #000;
    padding: 14px 20px;
    letter-spacing: 0.6px;
    font-size: 12px;
    border-radius: 30px;
    padding-right: 60px;
    box-shadow: inset 0px 4px 9px 0px rgba(0, 0, 0, 0.25);
}

.footer-search form input::placeholder {
    color: #656870;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
}

.footer-search form button {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    font-size: 12px;
    color: #000;
    padding: 0;
}

.footer-search form button::before {
    content: "|";
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    color: #656870;
    opacity: 0.34;
}

.footer-menu-wrap {
    position: relative;
    padding-bottom: 35px;
}

.footer-menu-wrap::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 1px;
    background-color: rgb(18, 21, 30);
    box-shadow: 0px 3px 0px 0px rgba(143, 143, 143, 0.14);
}

.quick-link-list ul,
.footer-social ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.quick-link-list ul li {
    margin-right: 50px;
    margin: 5px 50px 5px 0px;
}

.quick-link-list ul li:last-child {
    margin-right: 0px;
}

.quick-link-list ul li a {
    color: #bcbcbc;
    display: block;
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
}

.footer-social ul {
    justify-content: flex-end;
}

.footer-social ul li {
    margin-right: 8px;
}

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

.footer-social ul li a {
    display: block;
    width: 40px;
    height: 36px;
    border-radius: 50%;
    box-shadow: inset 0px 4px 9px 0px rgba(0, 0, 0, 0.25);
    background-color: rgb(18, 21, 30);
    text-align: center;
    line-height: 36px;
    font-size: 12px;
    color: #bcbcbc;
}

.footer-quick-link-wrap {
    padding-top: 40px;
}

.copyright-wrap {
    background: #171b22;
    padding: 25px 0;
}

.copyright-text > p {
    margin-bottom: 0;
    font-size: 13px;
    color: #bcbcbc;
    line-height: 24px;
}

.payment-method-img img {
    max-width: 100%;
}

/* 20. Preloader */
#preloader {
    background-color: #171d22;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    margin-top: 0px;
    top: 0px;
    z-index: 99;
}

#loading-center {
    width: 100%;
    height: 100%;
    position: relative;
}

#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.border_privacy_dotted {
    border: 2px solid #f97316;
}

.movie-item {
    background-color: #fff;
    padding: 10px;
    border: solid 0.5px #fa9dc5b8;
    border-radius: 10px;
     box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
        rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.top-rated-movie {
    background-color: #e43c1f;
}
.yellow-bottom-border {
    border-bottom: 4px solid #f9de54b0;
}

/* vedio */
.mediabox-wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 999;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: mediabox;
    animation-name: mediabox;
}

@-webkit-keyframes mediabox {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes mediabox {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.mediabox-content {
    max-width: 680px;
    display: block;
    margin: 0 auto;
    height: 100%;
    position: relative;
}

.mediabox-content iframe {
    max-width: 100% !important;
    width: 100% !important;
    display: block !important;
    height: 480px !important;
    border: none !important;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.mediabox-hide {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: mediaboxhide;
    animation-name: mediaboxhide;
}

@-webkit-keyframes mediaboxhide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes mediaboxhide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.mediabox-close {
    position: absolute;
    top: 0;
    cursor: pointer;
    bottom: 528px;
    right: 0px;
    margin: auto 0;
    width: 24px;
    height: 24px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAMvSURBVHja7Js9aBRBFMd/d1lPY6FiJVjY+Fkoxl7wA1Q0prQRS6tgoZV2MWIRRVHUUq3U+JnESrS2sBXBzipREWMlATXwt8gFznC5nd15M7Nn8uC45nZnfr/dY96+N1uTxFKOOks8lgUU/H2t4tJqIQUcAiaBGeBymcECRgO4B/wBPgJ9zkdKcvkclfRL/8ZtSTXH40N+GpLGF8zth6Q9Lse7DHCsDXxVJLSDLyQhb4B+Sb/VOVJJ6ATfKqGvrIDjDvCpJLjAz8d0JwmLDTBQAD62hIakiYJzm5a021VAfwn4WBLKwLdK2JUnIJP0XX4RSoIP/Hy8W3jeepv1dL3nmjwI3DLOExrAU2DA8zwb8xKhGeCuwYQtJTSAZwbwAHdcEqFM0mPZhO/foSHppdFcrraby2IDV0FCcPi8PCClhCjwLplgCgkrDeGv5I3pcjViSogK7yogloTo8EUEhJaQBL6oAGsJ9yVtkrRD0qsU8JKolagKZ8AD4ETFymFXgPOAQpXE5mMWOAk86XZ4n6pwlSSUhvcti1dBghe8RV8gpYQRX3irxkgKCSPABV94y85QTAlm8NatsRgSTOGBUnmAS57w3KiA0Ro3gHOW8KEEAOwE3hvfXWubFauu6A6vCND07OmW9viq5vpsGT3AtRAN2XoA+BfAwQBiTweoNpMZw48BRwKuAoPN7zNVWwZjwAfpO9S7DN5cQmYAPw4cTvAsYPJ3qHcpvNmdUO9ieBMJZQT0AhMVgfeWUC8BP87cjjHfuA6sATY0c4c0EgpUUHslvTaq3l5aUL1N1oarAnxSCVWBTyYhJvyw41XJJI3GkpAH/yYyfHQJi01gdUL4qBKqCh9NQrtBx4wGvGi0XS6T9MhoTkN5AtZVDN5awlTePsGfwDfPjGwYGDKu3s4Cp4BRz/N8cskED0iaqciVt7wTvkra5roKlJEQGt5HwhdJ24vmAUUkDEV+VyCT9NBxbp/bXXnXTNBFQmz4IhI6wrs+C+zvICEVvIuEKUlbrZ4G97WRkBq+k4RJSVusd4ntlfSheVudrQh8q4SbmntH6K2kzSF3if1Xsfzq7LKAJR5/BwCdAQBJn4egPgAAAABJRU5ErkJggg==")
        no-repeat;
    background-size: 24px 24px;
    -webkit-background-size: 24px 24px;
    -moz-background-size: 24px 24px;
    -o-background-size: 24px 24px;
}

.mediabox-close:hover {
    opacity: 0.5;
}

@media all and (max-width: 768px) and (min-width: 10px) {
    .mediabox-content {
        max-width: 90%;
    }
}

@media all and (max-width: 600px) and (min-width: 10px) {
    .mediabox-content iframe {
        height: 320px !important;
    }

    .mediabox-close {
        bottom: 362px;
    }
}

@media all and (max-width: 480px) and (min-width: 10px) {
    .mediabox-content iframe {
        height: 220px !important;
    }

    .mediabox-close {
        bottom: 262px;
    }
}

/*  */
.play-btn-watch {
    position: absolute;
    z-index: 1;
    top: 38%;
    left: 34%;
    right: 30%;
    opacity: 0;
}

/* long video style  */

.gallery-item:hover .bfc-long-video {
    opacity: 1;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
}

.bfc-long-video {
    top: 40%;
    left: 30%;
}

.movie-item:hover .play-btn-watch {
    opacity: 0.8;
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
}

.movie-item {
    position: relative;
}

.teal-text {
    color: #db2777;
}

.orange-text {
    color: #f97316;
}

.logo img,
.footer-logo img {
    max-width: 63px;
    filter: drop-shadow(2px 4px 6px rgb(244, 179, 179));
    padding: 10px 0px;
}

.logo_funde_name h1 {
    font-size: 25px;
    text-transform: uppercase;
    color: #111827;
    letter-spacing: 0px;
    word-spacing: 0px;
}

.footer-logotext {
    color: #ffff !important;
    font-size: 22px !important;
}

/* top video style  */

.video_bfc_content24 {
    width: 90%;
    border: 4px solid #f97316;
    height: 400px;
    border-radius: 15px;
    object-fit: cover;
}

.abou-Bfc-content-img img {
    max-width: 75% !important;
    border-radius: 15px;
    /* border: 3px solid #ffc107; */
    border: 4px solid #f97316;
}


.namrata_contact_heightset{
    height: 300px;
}

@media only screen and (max-width: 992px) {
    .namrata_contact_heightset{
    height: 250px;
}
    .abou-Bfc-content-img img {
        max-width: 100% !important;
    }

    .menu-area.sticky-menu {
        padding: 5px 0 !important;
    }

    .logo img {
        max-width: 8em;
    }

    .play-btn-watch {
        opacity: 1;
    }

    .video_bfc_content24 {
        width: 100%;
        height: auto;
    }
}

.short-bfc-title {
    color: #e43c1f !important;
}

.top-show-bfcnav-arrow .owl-nav .owl-prev {
    display: none !important;
}
.top-show-bfcnav-arrow .owl-nav .owl-next {
    padding: 12.5px 19px !important;
}

.top-show-bfcnav-arrow .owl-nav {
    top: 40% !important;
    background: #fff;
    border: none;
    padding: 0px;
    color: #20212b;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3), 0 0 4px rgba(0, 0, 0, 0.2);
}

.sticky-menu .menu-nav {
    position: relative;
}

/* @media only screen and (min-width:992px) {
    .sticky-menu .menu-nav .logo{
        position: absolute;
        top: 4px;
    }
} */

@media (min-width: 768px) {
    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center;
    }
}
@media (max-width: 768px) {
    .justify-content-around {
        -ms-flex-pack: center !important;
        justify-content: space-around !important;
    }
}

/* episode section style  */
.details_show_episode_section {
    margin: 20px 80px;
    padding: 20px;
    border-radius: 10px;
}

.show_border_content {
    border: 1px solid #dc5d3582;
    border-radius: 15px;
    margin: 10px;
    padding: 15px 0px;
    background-color: #fff;
}

.mb-0 {
    margin-bottom: 0px;
}
.hover_effect_deatils_link:hover .show_title_onhover + p {
    color: #e43c1f;
}
.hover_effect_deatils_link:hover .show_title_onhover {
    color: #e43c1f;
}
.show_title_onhover:hover {
    color: #e43c1f;
}

.bfc-card-gradient {
    background-image: linear-gradient(#016369, transparent 45%);
}

@media only screen and (max-width: 768px) {
        .namrata_contact_heightset{
    height: 200px;
}
    .details_show_episode_section {
        margin: 0px;
        padding: 14px;
    }
}

.fixed-img-clear img {
    min-height: 224px;
    max-height: 224px;
    width: 100%;
    object-fit: fill;
    border-radius: 10px;
}

@media only screen and (max-width: 1024px) {
    .fixed-img-clear img {
        min-height: 150px;
        max-height: 150px;
    }
}
@media only screen and (max-width: 768px) {
    .fixed-img-clear img {
        min-height: 165px;
        max-height: 165px;
    }
}
.shorts-size-fixed img {
    min-height: 495px;
    max-height: 495px;
    width: 100%;
    object-fit: fill;
}

@media only screen and (max-width: 768px) {
    .shorts-size-fixed img {
        min-height: 550px;
        max-height: 550px;
    }
}

.footer-social ul li a {
    height: unset !important;
    padding: 10.5px;
    line-height: unset !important;
}
.parsley-errors-list {
    color: red;
}
.default-image {
    height: 225px; /* Desired height for the default image */
}
/* Fallback for browsers without AOS support */
.fallback-fade-in {
    opacity: 0;
    animation: fallbackFadeIn 1s ease-in-out forwards;
}

@keyframes fallbackFadeIn {
    to {
        opacity: 1;
    }
}
@media (min-width: 500px) and (max-width: 800px) {
    .logo img {
        max-width: 17%;
    }
}

@media only screen and (max-width: 499.99px) {
    .logo img {
        max-width: 30%;
    }
}

/* //santosh sir code */

.custom_funde_banner_grediant {
    background: linear-gradient(to bottom right, #fbcfe8, #dbeafe, #fef9c3);
}

.fundegray-text {
    color: #111827 !important;
}

.fundepink-text {
    color: #db2777 !important;
}

.fundeorange-text {
    color: #f97316 !important;
}

.second-sectionfunde-gradient {
    background-image: linear-gradient(
        to bottom right,
        #ffedd5,
        #fce7f3,
        #dbeafe
    );
}

.svg-inline--fa {
    height: 12px;
}

/* Gallery Styles */

.popup-gallery a {
    border-radius: 20px;
    display: block;
    width: 100%;
    border: 1px solid #f97416e6;
    overflow: hidden;
}

.popup-gallery a:hover {
    border-color: #f4caa0cb;
}

.popup-gallery a:hover img {
    transform: scale(1.05);
}

.popup-gallery img {
    display: block;
    width: 100%;
    transition: transform 0.3s ease, border-color 0.3s ease;
}

/* END  */

/* Style for tab container */

.tab-buttons {
    display: flex;
    width: 60%;
    margin: 0 auto;
    padding-bottom: 15px;
}

@media only screen and (max-width: 900px) {
    .tab-buttons {
        width: 80%;
    }
}

.tab-buttons button {
    flex: 1;
    padding: 10px;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 20px;
    color: #fff;
    border: 0.5px solid #fff;
    background: #0e000042;
}

.tab-buttons button:hover {
    background: #f97416ba;
}

.tab-buttons button.active {
    background: rgb(255, 255, 255);
    color: #000;
}

/* Tab content */
.nlf_media_tab_content .tab-content {
    display: none;
    padding: 20px 0px;
}

.tab-content.active {
    display: block;
}

/* end  */

.singicon_btn_nlf {
    position: absolute;
    top: 44%;
    bottom: 56%;
    left: 44%;
    right: 56%;
    opacity: 0;
}

.singicon_btn_nlf svg {
    color: #000;
}

.popup-gallery a:hover .singicon_btn_nlf {
    opacity: 1;
}

.hover_affect_nlf:hover img {
    opacity: 0.5;
}

/* video-gallery  */

.video-gallery a {
    transition: transform 0.3s ease, border-color 0.3s ease;
    cursor: pointer;
}

.video-gallery img {
    display: block;
    width: 100%;
    border-radius: 14px;
}

/* Popup Overlay */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.popup-overlay.active {
    display: flex;
}

/* Popup Video */
.popup-video {
    position: relative;
    width: 570px;
    height: 320px;
    background: #000;
    border-radius: 10px;
    overflow: hidden;
}

@media only screen and (max-width: 900px) {
    /* Popup Video */
    .popup-video {
        position: relative;
        max-width: 90%;
        max-height: 90%;
        background: #000;
        border-radius: 10px;
        overflow: hidden;
    }
}

.popup-video iframe {
    width: 100%;
    height: 100%;
}

/* Close Button */
.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    color: #000;
    text-align: center;
    line-height: 30px;
    transition: background 0.3s ease;
}

.close-btn:hover {
    background: #007bff;
    color: #fff;
}

/* icon style  */
.singicon_btn_nlf {
    position: absolute;
    top: 44%;
    bottom: 56%;
    left: 44%;
    right: 56%;
    opacity: 0;
}

.singicon_btn_nlf .nlf_svg {
    height: 47px;
    width: 47px;
}

.team-widget-boxarea a span {
    opacity: 1 !important;
}

.video-gallery a:hover .singicon_btn_nlf {
    opacity: 1;
}

.hover_affect_nlf:hover img {
    opacity: 0.5;
}

/* end  */

.gallery_top_margin {
    padding-top: 140px;
}

img.festivel_mms_nlf {
    min-height: 320px !important;
    max-height: 320px !important;
    object-fit: cover;
    width: 100%;
    border-radius: 25px;
    overflow: hidden;
    border: 5px solid #05521d80;
}

@media only screen and (max-width: 900px) {
    img.festivel_mms_nlf {
        min-height: 370px !important;
        max-height: 370px !important;
        width: 330px !important;
        margin: 0 auto;
    }

    .gallery_top_margin {
        margin-top: 120px;
    }
}

@media only screen and (max-width: 350px) {
    img.festivel_mms_nlf {
        min-height: 370px !important;
        max-height: 370px !important;
        width: 100% !important;
        margin: 0 auto;
    }
}

.rounded_5 {
    border-radius: 20px;
}

.newsletter-form .textarea {
    width: 100%;
    border: 0.5px solid #f9731659;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px,
        rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    padding: 7px 25px;
    border-radius: 4px;
}

.newsletter-form button {
    /* position: absolute;
    right: 2px;
    top: 2px; */
    bottom: 7px;
    border-radius: 4px;
    background: #171d22;
    border-color: #171d22;
    color: #db2777;
    font-size: 14px;
    padding: 15px 34px;
}

.owl-stage-outer{
    padding: 10px 0px;
}