@charset "UTF-8";

/*****************************************************************	
	Color Style Three
*****************************************************************/

/*-----------------------------------------------------------
#. General Style
#. Menu Style
#. Slider Style
#. Start Video Carousel
#. Start Call To Action Area
#. Dashboard Section
#. Footer Area
#. Single Video Page
#. Start Video Post
#. Contact Form
#. Modal Design
#. Popup Search Block
#. Tabs Item
#. Scroll Top
#. Pre Loader Section
*/

/*****************************************************************
	General Style
*****************************************************************/
body {
	font-family: 'Nunito', sans-serif;
	font-size: 14px;
	font-weight: 500;
	background: var(--color-bg-1);
	color: #ffffff;
}
::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: #333;
}

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

::-webkit-scrollbar-thumb:hover {
    background: var(--secondary-color);
}

.scrollable-element::-webkit-scrollbar {
    width: 0;
    height: 0;
}
p {
	font-size: 16px;
	line-height: 1.6;
	font-weight: 600;
	color: #E0E0E0;
}
a {
	color: #ffffff;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	text-decoration: none;
}
a:hover {
	color: var(--secondary-color);
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
a:focus {
	text-decoration: none;
}
img {
	max-width: 100%;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
	max-width: 100%;
}
.left {
	float: left;
}
.right {
	float: right;
}
.bg-info {
	background-color: #f7f7f7;
}
.hover-bg {
	background-color: #f44336;
}
.related-video-item:last-child, .tv-season-related-block:last-child {
	padding-bottom: 30px;
}
.vfx-item-section span.view-more a:hover{
	color: #ffffff;
}
.vfx-item-btn-danger:hover {
	background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
	color: #ffffff;
	box-shadow:0 3px 18px 0 rgba(255, 255, 255, 0.2);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#loginForm .btn.vfx3 {
    padding: 12px 15px;
}	
#loginForm .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #126d56;
}
#loginForm .custom-checkbox {
    margin-top: 0px;    
}
.login-item-block a.btn-link:hover, a.btn-link:hover, .login-item-block a.btn-link:hover {
	color: var(--primary-color);
	text-decoration: underline
}
.login-item-block .form-control:not(.form-control-sm), .login-item-block .form-control:not(.form-control-sm) {
	padding: .7rem .96rem;
	height: inherit;
}
.login-item-block .form-control, .login-item-block .custom-select, .login-item-block .form-control, .login-item-block .custom-select {
	border-color: #dae1e3;
	font-size: 16px;
	color: #656565;
}
.login-item-block .form-control:focus, .login-item-block .custom-select:focus, .login-item-block .form-control:focus, .login-item-block .custom-select:focus {
	-webkit-box-shadow: 0 0 5px rgba(128, 189, 255, 0.5);
	box-shadow: 0 0 5px rgba(128, 189, 255, 0.5);
}
.login-item-block .form-control:focus, .login-item-block .form-control:focus {
	color: #f2f2f2;
	border-color: rgba(0, 114, 255, 0.8);
	outline: 0;
	box-shadow: 0 0 0 .1rem rgba(0,123,255,.25);
}
.login-item-block .form-control, .login-item-block .form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.5;
	color: #e4e4e4;
	background-color: #22134e;
	border: 2px solid #34226a;
	border-radius: 4px;
}
.login-item-block .form-group {
	margin-bottom: 20px;
}
.login-item-block .form-group label {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 8px;
}
.login-item-block .form-check-input:checked {
    background-color: var(--primary-color);
}
.socail-login-item .btn-g-plus-item:hover {
    background: #ffffff;
    color: #d10b29;
}
.socail-login-item .btn-facebook-item:hover {
    background: #ffffff;
	color:#2d5ab5;
}
.btn-submit:hover {
    background: #ffffff;
    color: var(--primary-color);
	-webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;	
}
h2.form-title-item::before {
    background: var(--primary-color);
    border: 0 none;
    content: "";
    height: 4px;
    left: 0;
    margin: 0;
    border-radius: 20px;
    position: absolute;
    bottom: 0px;
    width: 45px;
}
.custom-control-label, .login-item-block p {
    font-size: 15px;
	font-weight: 600;
	color:#ffffff;
}

/*-----------------------------------------	
	Menu Style
-----------------------------------------*/
.header-top .user-info a:last-child {
	padding-right: 0;
}
.user-name span::after {
	position: absolute;
	content: "";
	height: 12px;
	width: 12px;
	background-color: #38b653;
	top: 1px;
	right: -3px;
	display: block;
	border: 2px solid #fff;
	box-shadow: 0 2px 3px rgba(0,0,0,.2);
	border-radius: 50%;
}
.user-menu ul::before {
	position: absolute;
	top: -12px;
	left: auto;
	bottom: auto;
	right: 0px;
	content: '';
	display: block;
	visibility: visible;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 12px solid #fff;
	transform: translate(-50%, 0);
	transition: all 0.3s ease;
}
.fl-table td:first-child {
	width: 80px;
}
@media (max-width: 1000px) {
.header-section #menu > ul li a:hover, .header-section #menu > ul li a.active {
    color: #fff;
    font-size: 110%;
}
}
@media (max-width: 991px) {
}
.membership-plan-list h1::before {
	background: var(--primary-color);
	border: 0 none;
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	bottom: -3px;
	width: 45px;
	border-radius: 4px;
	right: 0;
	margin: 0 auto;
}



.apply-coupon-code .apply-now-item .form-control {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
	color: #e4e4e4;
	padding: .7rem .96rem;
	height: inherit;
	background-color: #22134e;
	border: 2px solid #34226a;
	border-radius: 4px;
	margin-right: 10px;
}
.apply-coupon-code h2::before {
    background: var(--primary-color);
    border: 0 none;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    bottom: -8px;
    width: 45px;
    border-radius: 4px;
    right: 0;
    margin: 0 auto;
}
.payment-details-area h3::before {
    background: var(--primary-color);
    border: 0 none;
    content: "";
    height: 4px;
    left: 0;
    margin: 0;
    border-radius: 20px;
    position: absolute;
    bottom: 0px;
    width: 40px;
}
.payment-details-area p a:hover{
    color:#ffffff;
	text-decoration:underline;
}
.select-payment-method h1::before {
    background: var(--primary-color);
    border: 0 none;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    bottom: -1px;
    width: 45px;
    border-radius: 4px;
    right: 0;
    margin: 0 auto;
}
.modal.stripe-payment-block {
	background: rgba(6, 8, 12, 0.6);
	/*opacity: 0.75;*/
}
.stripe-payment-block .modal-content {
	background: #141d30;
	/*border: 2px solid #26184f;*/
	border-radius: 10px;
}
.stripe-payment-block .modal-header {
	padding: 1rem 1.5rem;
	border-bottom: 1px solid #25324c;
}
.stripe-payment-block .modal-body {
	padding: 1.5rem 1.5rem 2rem 1.5rem;
}
.stripe-payment-block .modal-title {
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	text-transform: inherit;
}
ul.nav > li.active > a {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
ul.nav > li a.active, ul.nav > li:hover > a {
	border-color: var(--primary-color);
	color: var(--primary-color);
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.modal-title {
	color: #333333;
	display: inline-block;
	font-size: 24px;
	font-weight: 700;
	text-transform: capitalize;
}
.search-item-block .navbar-form [type="submit"]:hover{
    background-color: #ffffff;
    color: #5534B1;
}
.subscribe-btn-item a:hover{
	background:linear-gradient(90deg, var(--primary-color), #00c6ff);
}
.video-watch-share-item .server-btn-item a:hover{
	background:var(--primary-color)
}
.signup-btn-item a:hover{
	background: var(--secondary-color);
}
.modal-header .close-btn {
	float: right;
	font-size: 20px;
}
.main-nav .fa.fa-bars {
	color: #e5e5e5;
}

/*-----------------------------------------	
	slider style
-----------------------------------------*/
.splide, .splide__slide {
	position: relative;
	outline: none;
	padding: 0;
}
.splide-slider-details-area a.btn-watch{
	padding: 8px 11px;
	border-radius:4px;
	background-color: var(--primary-color);
	color: #fff;
	font-size: 14px;
	font-weight:700;
	margin-right:6px;
	display:inline-block;
	text-transform:uppercase;	
}
.splide-slider-details-area a.btn-watch:hover{
	background-color: var(--secondary-color);
}
.splide-slider-details-area a.btn-watch img, .splide-slider-details-area a.btn-buy-plan img {
    width: 18px !important;
    height: 18px !important;
    margin-right: 7px;
    vertical-align: sub;
}
.splide-slider-details-area a.btn-buy-plan:hover{
	background:linear-gradient(90deg, var(--primary-color), #00c6ff);
}
.splide--draggable > .splide__track > .splide__list > .splide__slide{
	border-radius:10px;
	overflow:hidden;
	/*border-bottom:3px solid transparent;*/
}
/*.splide--draggable > .splide__track > .splide__list > .splide__slide.is-active{
	border-bottom:3px solid var(--primary-color);
}*/
.splide .splide__slide::after {
	content: "";
	width: 100%;
	height: 75%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: -webkit-linear-gradient(top, rgba(255, 0, 0, 0), rgba(0, 0, 0, 0.9));
	background: -o-linear-gradient(bottom, rgba(255, 0, 0, 0), rgba(0, 0, 0, 0.9));
	background: -moz-linear-gradient(bottom, rgba(255, 0, 0, 0), rgba(0, 0, 0, 0.9));
	background: linear-gradient(to bottom, rgba(255, 0, 0, 0), rgba(0, 0, 0, 0.9));
	background: linear-gradient(to bottom, rgba(255, 0, 0, 0), rgba(0, 0, 0, 0.9));
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all .4s linear 0s;
	transition: all .4s linear 0s;
	-webkit-transform-origin: bottom 0 0;
	transform-origin: bottom 0 0;
}
.splide--draggable > .splide__track > .splide__list > .splide__slide {
	opacity: 1
}
.splide--draggable > .splide__track > .splide__list > .splide__slide.is-active {
	opacity: 1
}
.splide .splide__track::after {
	content: "";
	width: 6%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: -webkit-linear-gradient(right, rgba(255, 0, 0, 0), rgba(12, 6, 32, 1));
	background: -o-linear-gradient(left, rgba(255, 0, 0, 0), rgba(12, 6, 32, 1));
	background: -moz-linear-gradient(left, rgba(255, 0, 0, 0), rgba(12, 6, 32, 1));
	background: linear-gradient(to left, rgba(255, 0, 0, 0), rgba(12, 6, 32, 1));
	background: linear-gradient(to left, rgba(255, 0, 0, 0), rgba(12, 6, 32, 1));
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all .4s linear 0s;
	transition: all .4s linear 0s;
	-webkit-transform-origin: left 0 0;
	transform-origin: left 0 0;
	z-index: 1;
}
.splide .splide__track::before {
	content: "";
	width: 6%;
	height: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
	background: -webkit-linear-gradient(left, rgba(255, 0, 0, 0), rgba(12, 6, 32, 1));
	background: -o-linear-gradient(right, rgba(255, 0, 0, 0), rgba(12, 6, 32, 1));
	background: -moz-linear-gradient(right, rgba(255, 0, 0, 0), rgba(12, 6, 32, 1));
	background: linear-gradient(to right, rgba(255, 0, 0, 0), rgba(12, 6, 32, 1));
	background: linear-gradient(to right, rgba(255, 0, 0, 0), rgba(12, 6, 32, 1));
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all .4s linear 0s;
	transition: all .4s linear 0s;
	-webkit-transform-origin: right 0 0;
	transform-origin: right 0 0;
	z-index: 1;
}
.slider-part-two .row .col-md-6:nth-child(odd) {
	padding-right: 0 !important;
	padding-left: 10px !important;
}
.slider-part-two .row .col-md-6:nth-child(even) {
	padding-left: 10px !important;
}

/*-----------------------------------------	
	Start Video Carousel
-----------------------------------------*/
.video-title:hover {
	color: #f44336;
}
}
	width: 100%;
	height: 280px;
	object-fit: cover;
	-webkit-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transform: scale(1.1) rotate(0deg);
	transform: scale(1.1) rotate(0deg);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	-webkit-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
	bottom: 0;
	color: #ffffff;
	font-size: 12px;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	width: auto;
	padding: 8px 4px;
	line-height: 18px;
	font-weight: 600;
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: block;
	z-index: 2;
	-webkit-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;  
}
	background: linear-gradient(60deg, var(--primary-color), var(--secondary-color)) !important;
	bottom: 0;
	color: #fff;
	font-size: 16px;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	width: auto;
	padding: 10px 12px;
	line-height: 18px;
	font-weight: 700;
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: block;
	z-index: 2;
	-webkit-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;  
}
	background: linear-gradient(60deg, var(--primary-color), var(--secondary-color)) !important;
	bottom: 0;
	color: #fff;
	font-size: 16px;
	position: absolute;
	left: 0;
	right: 0;
	text-align: left;
	width: auto;
	padding: 10px 12px;
	line-height: 18px;
	font-weight: 700;
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: block;
	z-index: 2;
	-webkit-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;  
}
	background: linear-gradient(60deg, var(--primary-color), var(--secondary-color)) !important;
	bottom: 0;
	color: #fff;
	font-size: 16px;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	width: auto;
	padding: 10px 12px;
	line-height: 18px;
	font-weight: 700;
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: block;
	z-index: 2;
	-webkit-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;  
}
	-webkit-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transform: scale(1.3) rotate(0deg);
	transform: scale(1.3) rotate(0deg);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	-webkit-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
	top: 20px;
	right: 20px;
}
}
	font-weight: 600;
	color: #ffffff;
	margin-bottom: 5px;
	width: 95%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: block;
	-webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
	-webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
	font-weight:600;
	color:#93909b;
}
	position: relative;
	overflow: hidden;
	border-radius: 6px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    padding-bottom: 30px;
}
	object-fit:cover;
	-webkit-transition: transform .8s ease;
	transition: transform .8s ease;
}
	z-index: 3;
	right: 10px;
	top: 10px;
}
	color: #ffffff;
	padding: 5px 7px;
	border-radius: 4px;
	font-size: 12px;
	font-weight: 600;
}
}
	font-size:10px;
}
	-webkit-transform: scale(1.12);
	-webkit-transition: transform .8s ease;
	transition: transform .8s ease;
}
	-webkit-transform: scale(1.0);
	-webkit-transition: transform .8s ease;
	transition: transform .8s ease;
}
	max-width: 100%;
	height: 250px;
	object-fit: cover;
}
	max-width: 100%;
	height: 240px;
	object-fit: cover;
}
	width: 30px;
	height: 30px;
}
	margin-top:10px;
}
	margin-bottom:12px;
}
	margin-top:10px;
	margin-bottom:10px;
}
	margin-top:0;
	margin-bottom:0;
}
.show-listing .pagination {
    margin-top: 0;
}
.custom_select_filter .nice-select::after {
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    content: '';
    display: block;
    height: 8px;
    margin-top: -6px;
    width: 8px;
}
.custom_select_filter .nice-select .option:hover, .custom_select_filter .nice-select .option.focus, .custom_select_filter .nice-select .option.selected.focus {
    background-color: var(--primary-color);
}
.custom_select_filter .nice-select .option:hover {
	color:#ffffff;
}
/*.pagination {
    padding-top: 20px;
    padding-bottom: 10px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
	display:block;
}
.pagination .nav-links ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.pagination .nav-links ul li {
    display: inline-block;
}*/ 
.nav-links .page-numbers.active, .nav-links .page-numbers:hover {
	background: var(--primary-color) !important;
    color: #ffffff;    
}
.nav-links .page-numbers.prev, .nav-links .page-numbers.next {
    line-height: 40px;
}
.owl-prev:hover {
	background: #372d52 !important;
	-webkit-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
}
.owl-next:hover {
	background: #372d52 !important;
	-webkit-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
}
.recently-watched-video-carousel.owl-carousel .owl-nav.disabled {
	display: block;
}
	display: block;
}
	height: 140px;
}
	height: 110px;
}
	min-height: auto;
}
	width: 100%;
	height: 80%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: -webkit-linear-gradient(top, rgba(255, 0, 0, 0), rgba(0, 0, 0, 0.8));
	background: -o-linear-gradient(bottom, rgba(255, 0, 0, 0), rgba(0, 0, 0, 0.8));
	background: -moz-linear-gradient(bottom, rgba(255, 0, 0, 0), rgba(0, 0, 0, 0.8));
	background: linear-gradient(to bottom, rgba(255, 0, 0, 0), rgba(0, 0, 0, 0.8));
	background: linear-gradient(to bottom, rgba(255, 0, 0, 0), rgba(0, 0, 0, 0.8));
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
	-webkit-transition: all .4s linear 0s;
	transition: all .4s linear 0s;
	-webkit-transform-origin: bottom 0 0;
	transform-origin: bottom 0 0;
}
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
}
.see-all-link:hover {
	color: #f44336;
}
.view-btn:hover {
	color: #000;
}
	width: 100%;
	height: 175px;
	object-fit: cover;
	-webkit-transition: transform .8s ease;
	transition: transform .8s ease;
}
.subscribe-form button:hover {
	background-color: #f44336;
}

/*-----------------------------------------	
	Dashboard Section
-----------------------------------------*/
.member-ship-option h5::before {
    background: var(--primary-color);
    border: 0 none;
    content: "";
    height: 3px;
    left: 0;
    margin: 8px 0 10px;
    position: absolute;
    bottom: -15px;
    width: 35px;
    border-radius: 4px;
}
/*.member-ship-option p {
    color: #6a6a6a;
    margin-bottom: 5px;
}

/*-----------------------------------------	
	Start Call To Action Area
-----------------------------------------*/
.vfx-item-purchase-btn:hover {
	background-color: #2a6f9f;
	color: #fff;
}
.vfx-item-purchase-btn-2:hover {
	background-color: #71c668;
	color: #fff;
}
.vfx-item-purchase-btn-3:hover {
	background-color: #3694f4;
	color: #fff;
}
.vfx-item-purchase-btn-4:hover {
	background-color: #f44336;
	color: #fff;
}
.purchase-link a:focus {
	color: #71c668;
	background-color: #fff;
}

/*-----------------------------------------	
	Footer Area
-----------------------------------------*/
.footer-heading {
	display: inline-block;
	font-size: 20px;
	text-transform: inherit;
	font-weight: 600;
	margin-top: 0;
	margin-right: 5px;
	position:relative;
}
.footer-heading::before {
    background: var(--primary-color);
    border: 0 none;
    content: "";
    height: 3px;
    left: 0;
    margin: 8px 0 10px;
    position: absolute;
    bottom: -18px;
    width: 35px;
    border-radius: 4px;
}
.social-links ul li a:hover {
	background-color: #00aced;
	color:#ffffff;
}
.footer-list ul li a:hover {
	color: #f44336;
}
.social-links ul li a:hover {
	background-color: var(--primary-color);
}
.scroll-top:hover {
	background: linear-gradient(60deg, var(--primary-color), var(--secondary-color)) !important;
	color:#ffffff;
	-webkit-transition: all .6s linear 0s;
	transition: all .6s linear 0s;
}
.scroll-top .scroll-icon:hover {
	color: #ffffff;	
}
.footer-links ul li a:hover {
	color: var(--primary-color);
}
.footer-links ul li a:first-child{
	padding-left:0;
}

/*-----------------------------------------	
	Single Video Page
-----------------------------------------*/
.breadcrumb-section #breadcrumb-item ul li:first-child {
	margin-left: 0;
}
.breadcrumb-section::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: -webkit-linear-gradient(right, rgba(56, 37, 103, 0.5), rgba(56, 37, 103, 1));
	background: -o-linear-gradient(left, rgba(56, 37, 103, 0.5), rgba(56, 37, 103, 1));
	background: -moz-linear-gradient(left, rgba(56, 37, 103, 0.5), rgba(56, 37, 103, 1));
	background: linear-gradient(to left, rgba(56, 37, 103, 0.5), rgba(56, 37, 103, 1));
	background: linear-gradient(to left, rgba(56, 37, 103, 0.5), rgba(56, 37, 103, 1));
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all .4s linear 0s;
	transition: all .4s linear 0s;
	-webkit-transform-origin: left 0 0;
	transform-origin: left 0 0;
	z-index: 1;
}
.breadcrumb-section #breadcrumb-item ul li::after {
	content: "";
	display: inline-block;
	height: 0;
	width: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #f9f9f9;
	font-size: 14px;
	margin-left: 15px;
}
#breadcrumbs ul li:first-child {
	margin-left: 0;
}
#breadcrumbs ul li:first-child::before {
	display: none
}
#breadcrumbs ul li::before {
	content: "";
	display: inline-block;
	height: 0;
	width: 0;
	border-top: 4px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #f9f9f9;
	font-size: 14px;
	margin-right: 12px;
}
#breadcrumbs ul li a:hover{
	color: var(--primary-color);
}

/*-----------------------------------------	
	Start Video Post
-----------------------------------------*/
#socialGallery .socialToolBox a.facebook:hover {
    background: #ffffff; 
	color:#4267B2;	
}
#socialGallery .socialToolBox a.instagram:hover {
	background: #ffffff;
	color: #fe0278;
}
#socialGallery .socialToolBox a.twitter:hover {
    background: #ffffff; 
	color:#1DA1F2;	
}
#socialGallery .socialToolBox a.linkedin:hover {
    background: #ffffff; 
	color:#0077b5;	
}
#socialGallery .socialToolBox a.whatsapp:hover {
    background: #ffffff; 
	color:#25cb63;	
}
#socialGallery .socialToolBox a.google:hover {
    background: #ffffff; 
	color:#ea4335;	
}
.btn-watchlist a:hover {
    background: #ffffff;
    color: #118d04;    
}
.btn-share a:hover {
	background: #ffffff;
	color: #0a789c;
}
.btn-share a:hover, .btn-share a:focus {
	background: #0a789c;
	color: #ffffff;
}
	content: none;
}
	content: none;
}
	position: relative;
}
.detail-poster-area .ripple, .detail-poster-area .ripple:before, .detail-poster-area .ripple:after {
	position: absolute;
	right: 0px;
	bottom: 0px;
	height: 80px;
	width: 80px;
	margin: 0 auto;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.35);
	-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.35);
	-ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.35);
	-o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.35);
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.35);
	-webkit-animation: ripple 3s infinite;
	-moz-animation: ripple 3s infinite;
	-ms-animation: ripple 3s infinite;
	-o-animation: ripple 3s infinite;
	animation: ripple 3s infinite;
}
.detail-poster-area .ripple:before {
	-webkit-animation-delay: .9s;
	-moz-animation-delay: .9s;
	-ms-animation-delay: .9s;
	-o-animation-delay: .9s;
	animation-delay: .9s;
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
}
.detail-poster-area .ripple:after {
	-webkit-animation-delay: .6s;
	-moz-animation-delay: .6s;
	-ms-animation-delay: .6s;
	-o-animation-delay: .6s;
	animation-delay: .6s;
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
}
@-webkit-keyframes ripple {
70% {
box-shadow: 0 0 0 70px rgba(244,68,56,.0);
}
100% {
box-shadow: 0 0 0 0 rgba(244,68,56,.0);
}
}
@keyframes ripple {
70% {
box-shadow: 0 0 0 70px rgba(244,68,56,.0);
}
100% {
box-shadow: 0 0 0 0 rgba(244,68,56,.0);
}
}
.detail-poster-area .dtl-poster-img::after {
    content: "";
    width: 100%;
    height: 80%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: -webkit-linear-gradient(top,rgba(255, 0, 0, 0),rgba(10, 10, 10, 1));
    background: -o-linear-gradient(bottom,rgba(255, 0, 0, 0),rgba(10, 10, 10, 1));
    background: -moz-linear-gradient(bottom,rgba(255, 0, 0, 0),rgba(10, 10, 10, 1));
    background: linear-gradient(to bottom,rgba(255, 0, 0, 0),rgba(10, 10, 10, 1));
    background: linear-gradient(to bottom,rgba(255, 0, 0, 0),rgba(10, 10, 10, 1));
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: visible;
    -webkit-transition: all .4s linear 0s;
    transition: all .4s linear 0s;
    -webkit-transform-origin: bottom 0 0;
    transform-origin: bottom 0 0;
}
.video-post-info ul.actor-video-link li:first-child{
	padding-left:0;
	border-left:0;
}
.video-post-info ul.actor-video-link a:hover{
	color:var(--primary-color);
}
.video-post-info h4 a:hover {
	color: #f44336;
}
.poster-dtl-item h2 a:hover{
	color:var(--primary-color);
}
/*.actors-detail-wrapper::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: -webkit-linear-gradient(bottom,rgba(6, 2, 17, 0),rgba(13, 6, 32, 5));
	background: -o-linear-gradient(bottom,rgba(6, 2, 17, 0),rgba(13, 6, 32, 5));
	background: -moz-linear-gradient(bottom,rgba(6, 2, 17, 0),rgba(13, 6, 32, 5));
	background: linear-gradient(to bottom,rgba(6, 2, 17, 0),rgba(13, 6, 32, 5));
	background: linear-gradient(to bottom,rgba(6, 2, 17, 0),rgba(13, 6, 32, 5));
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all .4s linear 0s;
	transition: all .4s linear 0s;
	-webkit-transform-origin: left 0 0;
	transform-origin: left 0 0;
	z-index: -1;
}*/
.actors-info-details span.des-bold-text:last-child{
	margin-bottom:0;
}
.actors-info-details span.des-bold-text a:hover{
    color: var(--primary-color);
}

/*-----------------------------------------	
	Contact Form 
-----------------------------------------*/
.contact-form .form-control, .edit-profile-form .form-control, .stripe-payment-form .form-control {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
	color: #e4e4e4;
	padding: .7rem .96rem;
	height: inherit;
	background-color: #22134e;
	border: 2px solid #34226a;
	border-radius: 4px;
	width: 100%;
}
.contact-form .form-group label, .edit-profile-form .form-group label, .stripe-payment-form .form-group label{
	font-size:16px;
	color:#ffffff;
	font-weight:700;
	margin-bottom:5px;
	display: block;
}
textarea.form-control {
	min-height: 100px;
}
.contact-info-item h3.address-info-item::before {
    background: var(--primary-color);
    border: 0 none;
    content: "";
    height: 4px;
    left: 0;
    margin: 0;
    border-radius: 20px;
    position: absolute;
    bottom: 0px;
    width: 45px;
}
.contact-info-item ul.list-info li .align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
    background-color: #22134e;
    border: 1px solid #34226a;
    margin-bottom: 15px;
    padding: 10px 20px;
    border-radius: 4px;
	display: flex;
    box-shadow: 0 6px 16px rgba(0,0,0,.3);
}
.contact-info-item .list-info .info-details .info-value a:hover{
    color: var(--primary-color);
}

/*-----------------------------------------	
	Modal Design
-----------------------------------------*/
header .modal-content {
	border-radius: 0;
}
header .modal-header {
	background-color: #f44336;
	padding: 0;
}
header .modal-header h3 {
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	padding: 10px 15px;
	text-transform: capitalize;
	height: 50px;
	line-height: 29px;
	border: none!important;
}
header .modal-header .close-btn {
	background-color: #d93d3d;
	border: medium none;
	border-radius: 0;
	color: #fff;
	font-size: 33px;
	height: 50px;
	line-height: 33px;
	margin: 0;
	width: 40px;
}
header .modal-body .btn.btn-primary {
	background-color: #f44336;
	border: medium none;
	border-radius: 4px;
	font-size: 18px;
	min-width: 116px;
}
.modal-content {
	border: none;
}

/*---------------------------------------	
	Popup Search Block
-----------------------------------------*/
.popup-overlay:target {
	visibility: visible;
	opacity: 1;
}
.search .close {
	position: absolute;
	top: 20px;
	right: 30px;
	transition: all 200ms;
	font-size: 20px;
	text-decoration: none;	
}
.search .close:hover {
	color: #06D85F;
}
.search .section-padding {
    padding: 15px 0 10px;
	background: rgba(255, 255, 255, 0.05);
}
}
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100vh);
	z-index: 100000;
	background: rgba(13, 6, 32, 0.96);
	color: #fff;
	overflow-y: auto;
	-ms-overflow-style: none;
	scrollbar-width: none;
	overflow-y: scroll;
	transform: translate3d(0px, 0px, 0px);
	transition: all 0.5s ease-in;
}
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
	max-width: 800px;
}
	top: 20%;
	left: 50%;
	transform: translate(-50%, 0);
	text-align: center;
	width: 100%;
	max-width: 800px;
}
	height: 100%;
	justify-content: center;
	align-items: center;
}
}
}
 @media (max-width: 700px) {
	background: #333;
	border-radius: 4px;
}
}
	top: 10px;
	right: 20px;
	font-size: 24px;
	color:#ffffff;
	cursor: pointer;
	z-index: 20000;
	transform: scale(1);
	transition: opacity 0.1s, transform 0.1s;
	opacity: 0.9;
}
}
	transform: scale(1.1);
	transition: opacity 0.1s, transform 0.1s;
}
	top: 20px;
	right: 20px;
	font-size: 22px;
	width: 40px;
	height: 40px;
	text-align: center;
	cursor: pointer;
	transform: scale(1);
	transition: opacity 0.1s, transform 0.1s;
	opacity: 0.9;
	display: flex;
	justify-content: center;
	background: rgba(0, 0, 0, 0.4);
	border-radius: 50%;
	align-items: center;
}
	transform: scale(1.2);
	transition: opacity 0.1s, transform 0.1s;
}
}
 @media (min-width: 768px) {
	margin-top: 0px;
}
}
 @media (max-width: 700px) {
	top: 10px;
}
	font-size: 30px;
	width: 30px;
	height: 30px;
	top: 5px;
	right: 5px;
}
}
 @media(min-width: 600px) {
}
}
 @media(min-width: 1025px) {
        margin-top: 0px;
    } */
}
}
	min-width: 130px;
	text-transform: uppercase;
	font-size: 0.8em;
	display: inline-block;
	outline: none;
	text-align: center;
	cursor: pointer;
	-webkit-appearance: none;
	border: 1px solid rgba(0, 0, 0, 0);
	outline: none;
	color: inherit;
}
}
}
	opacity: .8;
}
	opacity: .8;
}
}
	background: #222;
}
	pointer-events: none;
}
	max-width: 150px;
	display: none;
}
 @media (max-width: 700px) {
	overflow-y: auto;
}
}
}
}
	padding: 7px;
	margin: 10px 0;
}
	font-size: .8em;
	color: red;
}
	font-size: 0.9em;
}
@keyframes reveal {
0% {
opacity: 0;
transform: translateY(100%);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
.search {
	position: relative;
	top: 2%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0;
	text-align: left;
}
.search .logo {
	display: flex;
	justify-content: center;
	height: 45px;
}
.search .search-container>.title {
	margin-bottom: 5px;
	color: #d9d9d9;
	letter-spacing: 0;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}
.search .search-input {
	display: flex;
	margin-top: 5px;
	margin-bottom: 0px;
}
.search .search-input input[type=text] {
	width: 100%;
	max-width: 100%;
	padding: 0 15px;
	outline: none;
	margin: 0;
	color:#e5e5e7;
	background: #22134e;
	border: 2px solid #34236a;
	border-radius: 6px;
	box-shadow: none;
	font-size: 16px;
	font-weight: 600;
	height: 46px;
}
.search .search-input input[type=text]::placeholder, .search .search-input input[type=text].focus {
    background: #22134e !important;	
}
.search .no-results {
	text-align: center;
	padding-top: 15px;
	font-weight: 700;
}
.search-results.search-results-mobile .search-item.video-item .title {
	font-size: 15px;
}
.search-results.search-results-mobile .search-item.video-item .title {
	flex-basis: 55%;
}
 @media (min-width: 1025px) {
.search .section-padding {
    padding: 20px 0;
}
.search .vfx_section_header {
    margin-bottom: 30px;
}
.search .video-carousel .owl-buttons{
    position: absolute;
    top: -59px;
}
.search {
	top: 12%;
	opacity: 0;
	animation: reveal 1s cubic-bezier(0, 1, .5, 1) 1 normal forwards;
	animation-delay: .5s;
}
.search .search-input {
	margin-top: 0px;
}
.search .logo {
	display: none;
}
.search .search-container>.title {
	display: block;
}
}
@media (max-width: 1024px) {
	padding-right: 5px;
}
}

/*---------------------------------------	
	Tabs Item
-----------------------------------------*/
#tab1:checked ~ section .tab1, #tab2:checked ~ section .tab2, #tab3:checked ~ section .tab3 {
	display: block;
}
#tab1:checked ~ nav .tab1, #tab2:checked ~ nav .tab2, #tab3:checked ~ nav .tab3 {
	color: var(--primary-color);
}
.vfx-tabs-item ul li label:hover, .vfx-tabs-item ul li label:active {
	background: linear-gradient(60deg, var(--primary-color), var(--secondary-color));
	cursor:pointer;
}
.poster-dtl-item ul.dtl-list-link li:first-child{
	padding-left:0;
}
.poster-dtl-item ul.dtl-list-link li:last-child{
	border-right:none;
}
.poster-dtl-item ul.dtl-list-link li a:hover{
	color:var(--primary-color);
}
.description-detail-item span.des-bold-text a:hover, .poster-dtl-item span.des-bold-text a:hover{
	color: var(--primary-color);
}
#tab1:checked ~ nav .tab1 label, #tab2:checked ~ nav .tab2 label, #tab3:checked ~ nav .tab3 label {
	background: linear-gradient(60deg, var(--primary-color), var(--secondary-color));
	color: #ffffff;
	position: relative;
}
.actors-member-item a:hover span {
    color: var(--primary-color);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;    
}
@media (max-width: 767px) {
}
@media (max-width: 479px) {
}
@media (max-width: 359px) {
}
.user_pic_view .pic_remove:hover{
	color:var(--primary-color);
	border: 2px solid var(--primary-color);
}
.browse_file_custom::before {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0;
    z-index: 6;
    display: block;
    content: "Browse";
    height: 46px;
    padding: .5rem 1rem;
    line-height: 30px;
	color: #ffffff;
	background: linear-gradient(90deg, #00c6ff, var(--primary-color));
	border: 0;
	border-radius: 0 4px 4px 0;
	text-transform: uppercase;
	font-size: 14px;
}
.browse_file_custom::after {
    content: "Choose File..";    
}

/*---------------------------------------
	Pre Loader Section              
-----------------------------------------*/
.preloader .lds-ellipsis div:nth-child(1) {
	left: 8px;
	animation: lds-ellipsis1 0.6s infinite;
}
.preloader .lds-ellipsis div:nth-child(2) {
	left: 8px;
	animation: lds-ellipsis2 0.6s infinite;
}
.preloader .lds-ellipsis div:nth-child(3) {
	left: 32px;
	animation: lds-ellipsis2 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
.header-section ul li:hover > a {
	color: var(--primary-color);
}
header .modal-content {
	border-radius: 0;
}
header .modal-header {
	background-color: #f44336;
	padding: 0;
}
header .modal-header h3 {
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	padding: 10px 15px;
	text-transform: capitalize;
	height: 50px;
	line-height: 29px;
	border: none!important;
}
header .modal-header .close-btn {
	background-color: #d93d3d;
	border: medium none;
	border-radius: 0;
	color: #fff;
	font-size: 33px;
	height: 50px;
	line-height: 33px;
	margin: 0;
	width: 40px;
}
header .modal-body .btn.btn-primary {
	background-color: #f44336;
	border: medium none;
	border-radius: 4px;
	font-size: 18px;
	min-width: 116px;
}
#social-media .modal-header .modal-title {
	font-size: 20px;
	font-weight: 600;
}
.modal-content {
	border: none;
}
.modal-header {
	border-bottom: 1px solid #25324c;
	padding: 1rem 1.5rem;
}
.modal-body {
	padding: 1.5rem;
}
.modal-content {
	background: #141d30;
}
.modal-dialog .btn-close {
	box-sizing: content-box;
	width: 26px;
	height: 26px;
	padding: 3px;
	color: #ffffff;
	background: #e8e8e8 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
	border: 0;
	border-radius: 30px;
	opacity: .9;
	margin-right: 0;
}
.social-media-modal ul li a:hover {
	background: #ffffff;
	color: #323232;
}
#trailerModel.stripe-payment-block .modal-body {
	padding: 0 15px;
}
#trailerModel.stripe-payment-block .modal-body #v_player_trailer {
	border-radius: 10px;
}
.eupopup-closebutton:hover, .eupopup-closebutton:active {
	background: #fff !important;
	color: var(--primary-color) !important;
}
.eupopup-button_1:hover, .eupopup-button_2:hover{
	color: #ffffff !important;
}  


#user_device_list h4.modal-title, #logout_remotly h4.modal-title{
	font-size: 18px;
	margin-bottom: 0;
	color: #fff;
	font-weight: 600;
}
#user_device_list table.table {
	background: #404040;
	border-radius: 4px;
	margin-bottom: 0;
	color: #fff;
}
#user_device_list .table > tbody > tr > td {
	border-bottom-width: 0;
}
#user_device_list a.devise_logout:hover {
	background: #ffffff;
	color: #ff0015;
}
#user_device_list a.current_device:hover {
	background: #ffffff;
	color: #27b03e;
}
#user_device_list .table > tbody > tr > td.des_user_title {
	font-weight: 400;
}
#user_device_list .modal-body h4.modal-title {
	font-size: 18px;
	margin-bottom: 15px;
	color: #fff;
	font-weight: 600;
}
#user_device_list .table > tbody > tr > td,
#user_device_list .table > tbody > tr > th,
#user_device_list .table > tfoot > tr > td,
#user_device_list .table > tfoot > tr > th,
#user_device_list .table > thead > tr > td {
	border-top:1px solid rgba(255, 255, 255, 0.1) !important;
}
#user_device_list .table > thead > tr > th {
	border-bottom: 0px solid rgba(255, 255, 255, 0.1) !important;
}
@media (max-width: 479px) {
}

	height: 100%;
	aspect-ratio: 2 / 3;
}
	height: 100%;
	aspect-ratio: 2 / 3;
}
	height: 100%;
	object-fit: cover;
	background-size: cover;
	aspect-ratio: 3 / 3.4;
}
	height: 100%;
	object-fit: contain;
	background-size: cover;
	aspect-ratio: 6 / 3.4;
}
	backdrop-filter: blur(4px);
}
.player_prev_next:hover{
	background:#ff8508;
	color: #ffffff; 
}
.player_prev_next:hover a{
	color: #fff;
}


#security-p-text-membership :hover{
	color: #fff !important;
}



