:root {
  --iq-primary: #e50914;
  --iq-primary-hover: #bf000a;
  --iq-light-primary: #d7d3f8;
  --iq-placeholder:#d9d5d5;
  --iq-secondary: #6c757d;
  --iq-white: #ffffff;
  --iq-black: #000000;
  --iq-title-text: #23203c;
  --iq-body-text: #D1D0CF;
  --iq-body-bg: #141414;
  --iq-bg1: #191919;
  --iq-body-border: #393750;
  --iq-gold: #E6C75F;
  --iq-black: #000000;
  --iq-light-black:#292929;
  --iq-light-gray:#d1d0cf;
  --iq-gray:#dddddd;
  --iq-scroll:#888888;
  --iq-form-gradient-color: rgba(11, 1, 2, 0);
  --iq-to-gradient-color: rgba(255, 55, 65, 0.3);}

body{
	background-image: linear-gradient(to right, #000, #000);
	color: #fff;
	overflow-x: hidden;
}

.signup-login-drop .signup-login-drop-btn{
	border-radius: 30px;
    border: 0.1px solid #FFF;
    background: linear-gradient(90deg, #8E00A5 0%, #330274 100%);
    color: #fff;
    padding: 8px 20px !important;
    font-size: 14px;
}
.profile-detail-card img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
}
.profile-detail-card article {
	position: relative;
	display: inline-block;
	background-size: cover;
	background-position: center;
	cursor: pointer;
	width: 100px;
	height: 100px;
	-webkit-clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
	clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
	filter: sepia(0) grayscale(0) opacity(1);
	transition: all 0.15s ease-out;
	margin-top: 15px;
}
.profile-detail-card h5{
	font-size: 18px;
    margin-bottom: 2px;
    margin-top: 8px;
	font-family: "Poppins", sans-serif;
}
.profile-detail-card p{
	font-size: 13px;
    margin-bottom: 0;
}
.profile-detail-card .btn{
	background: #fff;
    color: #000;
    font-size: 13px;
    padding: 3px 16px;
    margin-top: 8px;
    font-weight: 600;
	margin-bottom: 12px;
}
.navbar-right li .iq-sub-dropdown .iq-sub-card{
	padding: 8px 15px 8px 0!important;
}
/*.signup-login-drop .iq-sub-dropdown .iq-card-body{
	padding: 5px 16px 25px;
}*/
.navbar-right .iq-sub-dropdown .iq-card-body .media-body h6{
	font-weight: 400;
}
.iq-main-slider {
	position: relative;
}
.banner-home-swiper  .swiper-slide.swiper-slide:before {
    /* background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(20, 20, 20, 0.9) 15%, rgba(83, 100, 141, 0) 100%); */
    width: 100%;
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    height:100%;
}
.home-slider li {
	position: relative;
}
.home-slider h1.slider-text {
	font-size: 48px;
	margin-top: 0.2em;
	font-weight: 800;
}
.home-slider p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
	margin: 1.25em 0;
	width: 75%;
}
.home-slider .swiper-bg {
	width: 100%;
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
}
/***
.home-slider .swiper-bg.s-bg-1 {
	background-image: url(../img/slider/Freinds-Mil-Gaye.jpeg);
}
.home-slider .swiper-bg.s-bg-2 {
	background-image: url(../img/slider/BadBrother.jpeg);
}
.home-slider .swiper-bg.s-bg-3 {
	background-image: url(../img/slider/Hostel.jpeg);
}****/
.swiper-bg:before {
	/* background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(20, 20, 20, 0.9) 15%, rgba(83, 100, 141, 0) 100%); */
	width: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
.slider-inner {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.channel-logo {
	border-left: 0.313em solid var(--iq-primary);
	background: transparent linear-gradient(270deg, var(--iq-form-gradient-color) 0%, var(--iq-to-gradient-color) 100%);
	padding:0.8em 0.625em 0.625em 0.938em;
	width:15.938em;
	position: relative;
	overflow: hidden;
	margin-top: 1.375em;	
}
.c-logo {
	width: 6.2em;
}
.slider-ratting ul li {
	margin-right: 0.313em;
}
.slider-ratting ul li i{
	font-size: 24px;
    margin-right: 5px;
    color: #fcc42f;
}
#home-banner-slider .watch-play-btn .btn{
	border: 1px solid #fff;
	margin-right: 15px;
	color: #fff;
	margin-top: 20px;
	text-transform: capitalize;
    padding: 8px 20px;
    font-size: 15px;
}
#home-banner-slider .watch-play-btn .btn:nth-child(1){
	background-color: #2e2142;
}
#home-banner-slider .watch-play-btn .btn:nth-child(2){
	background-color: #c10074;
}
.trending-list .title {
	font-size: 1.125em;
	font-weight: 500;
	margin-bottom: 0.313em;
}
.trending-list .title span {
	font-size:0.875em;
	font-weight: 400;
}
.home-slider .trending-list {
	margin: 0 0 1.875em 0;
}
/* ========== */
.swiper-nav:before, .swiper-nav:after {
    content: '';
    display: block;
    position: absolute;
    left: 0.063em;
    right: 0.063em;
    top: 0.063em;
    bottom: 0.063em;
    border-radius: 50%;
    border: 0.125em solid rgb(255 255 255 / 50%);
}
.swiper-nav i {
    display: block;
    position: absolute;
    margin: -0.625em 0 0 -0.625em;
    width: 1.250em;
    height: 1.250em;
    left: 50%;
    top: 50%;
}
.slider {
    color: #fff;
}
.home-slider .swiper-bg {
    padding: 6.25em 0 3.125em;
    width: 100%;
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    height: 650px;
    position: relative;
    z-index: 1;
}
.banner-home-swiper .swiper-slide.swiper-slide:before {
	/* background: radial-gradient(53.64% 47.32% at 52.15% 50.07%, rgba(0, 0, 0, 0.00) 0%, #000 100%); */
	width: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
.list-inline {
    padding-left: 0;
    list-style: none;
}
.align-items-center .btn-hover {
    padding: 0.75em 1.5em;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}
.iq-button.btn {
    padding: 0.75em 0.938em;
    text-transform: uppercase;
    letter-spacing: 0.094em;
}
.home-slider .trailor-video {
    display: block;
}
.swiper-banner-button-prev.swiper-nav {
    right: 6%;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    z-index: 999;
}
.swiper-banner-button-next.swiper-nav {
    left: auto;
    right: 2%;
}
.swiper-nav i:before {
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
}
.swiper-nav i:after {
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
}
.swiper-nav i:before, .swiper-nav i:after {
    content: '';
    width: 0.625em;
    height: 0.125em;
    border-radius: 0.063em;
    position: absolute;
    left: 50%;
    top: 50%;
    background: var(--active);
    margin: -0.063em 0 0 -0.313em;
    display: block;
    -webkit-transform-origin: 0.563em 50%;
    transform-origin: 0.563em 50%;
}
.swiper-nav {
    --active: var(--iq-white);
    --border: rgba(255, 255, 255, .12);
    width: 2.750em;
    height: 2.750em;
    position: absolute;
    cursor: pointer;
    top: calc(93% - 2.813em);
}
.swiper-banner-button-prev {
    right: 0em;
}
.swiper-banner-button-next, .swiper-banner-button-prev {
    position: absolute;
    z-index: 1;
}

/* hhhhhhhhhh */
header#main-header {
	position: fixed;
	left: 0em;
	right: 0em;
	text-align: center;
	z-index: 99;
	background: rgba(20, 20, 20, 0.5) !important;
}
li.menu-item.active a {
    color:var(--iq-primary);
}
header .navbar-light .navbar-brand{
    margin-left: 20px;
}
header .navbar-light .navbar-brand img.logo {
	width: 90px;
	margin-top: 0px;
}
.menu-sticky .navbar-light .navbar-brand img.logo {
    width: 60px;
}
.menu-sticky .navbar-light .navbar-brand{
	margin: 0;
    padding-top: 8px;
}
.main-header .navbar{
	align-items: flex-start;
}
.nav-item span.dots {
	height: 0.625em;
	width: 0.625em;
	font-size: 0;
	text-align: center;
	padding: 0;
	position: absolute;
	top: 0.188em;
	right: 0.75em;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}
.menu-right .nav-item span.dots {
	right: 0;
}

.navbar-right li .iq-sub-dropdown .iq-sub-card {
	position: relative;
	font-size: inherit;
	padding: 0.938em 0.938em;
	line-height: normal;
	color: inherit;
	text-align: left;
	display: inline-block;
	width: 100%;
	border: 0.063em solid;
	border-image-slice: 0.063em;
	border-width: 0 0 0.063em 0;
	border-image-source: linear-gradient(to right, rgba(209, 208, 207, 0.6), rgba(209, 208, 207, 0.3), rgba(209, 208, 207, 0));
	color: #fff;
}
.iq-sub-card.setting-dropdown {
	padding: 0.938em 0.938em 0.938em 0 !important;
}
.navbar-right li .iq-sub-dropdown a.iq-sub-card:last-child {
	border-bottom: 0;
}
.navbar-right .iq-sub-dropdown .iq-card-body div {
	border-radius: 0;
}
.navbar-right .iq-show .iq-sub-dropdown,
.iq-show .search-box {
	opacity: 1;
	visibility: visible;
	transform: translate(0, 0);
}
.navbar-right .iq-sub-dropdown {
	width: 18.75em;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top:49px;
	right: 0px;
	background: var(--iq-bg1);
	transform: translate(0, 4.375em);
	-webkit-transform: translate(0, 4.375em);
	transition: all 0.3s;
	padding: 0;
	-webkit-box-shadow: 0em 0 1.25em 0 rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0em 0 1.25em 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0em 0 1.25em 0 rgba(0, 0, 0, 0.5);
	-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;
	z-index: 3;
	border-radius: 15px 15px 15px 15px;
}
.navbar-light .navbar-toggler-icon {
	background: url(../img/bg/menu.png) no-repeat scroll center center;
}
.search-toggle:hover,
header .navbar ul li.menu-item a:hover {
	color: #f3221b !important;
}

/*--------------------------------------------------------------
                       Navigation
--------------------------------------------------------------*/

header#main-header.menu-sticky {
	-webkit-box-shadow: 0em 0em 1.875em 0em rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0em 0em 1.875em 0em rgba(0, 0, 0, 0.4);
	box-shadow: 0em 0em 1.875em 0em rgba(0, 0, 0, 0.4);
}
header#main-header.menu-sticky {
	position: fixed;
	top: 0;
	width: 100%;
	background: rgba(20, 20, 20, 0.9) !important;
	-webkit-box-shadow: 0 0 1.875em 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 0 1.875em 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 1.875em 0 rgba(0, 0, 0, .1);
	z-index: 999;
}


header .navbar .menu-main-menu-container {
	display: inline-block;
	width: 72%;
}
header .navbar ul.navbar-nav {
	display: block;
	text-align: right;
    margin-right: 40px;
}
header .navbar ul li {
	list-style: none;
	margin-right: 20px;
	position: relative;
	transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	display: inline-block;
}
header .navbar ul li.menu-item a {
	font-size: 1em;
	font-weight: 400;
	position: relative;
	padding: 0em 0em 0em 0em;
	line-height: 4.375em;
	position: relative;
	z-index: 9;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	text-transform: uppercase;
	color: #fff;
}
.nav-open .nav-overlay {
	visibility: visible;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.nav-overlay {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	z-index: 900;
	display: block;
	width: 100%;
	position: fixed;
	visibility: hidden;
	background: rgba(0, 0, 0, 0.6);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.more-toggle {
	color: var(--iq-white) !important;
	font-size: 1.375em;
}
.dropdown-toggle.more-toggle::after {
	content: none;
}
.mobile-more-menu {
	display: none;
}
.more-menu {
	position: absolute;
	top: 3.125em;
	left: auto;
	right: 0;
	min-width: 18em;
	padding: 0.35em 0.5em;
	margin: 0;
	opacity: 0;
	transform: translate(0, 4.375em);
	-webkit-transform: translate(0, 4.375em);
	-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;
	background: var(--iq-bg1);
	box-shadow: 0em 0.188em 0.625em rgba(0, 0, 0, 0.75);
	visibility: hidden;
	z-index: 999;
}
.more-menu.show {
	opacity: 1;
	transform: translate(0, 0);
	visibility: visible;
}
header .navbar ul li:last-child {
	margin-right: 0;
}
.navbar ul.navbar-nav>li.menu-item:hover>a, header .navbar ul.navbar-nav>li.menu-item:hover>i, header .navbar ul>li.current-menu-ancestor>a, header .navbar ul>li.current-menu-ancestor>i {
    color: var(--iq-primary);
}
.search-toggle.active, header .navbar ul li.menu-item a.active{
	color: var(--iq-primary);
}
/*--------------------HEDER SUB--------------------*/
header.style-one li .search-box input[type="search"] {
	border: none;
	background: var(--iq-bg1);
}
header.style-one li .search-box .search-submit {
	right: auto;
	left: 0;
	background: transparent;
}
header#main-header {
	position: fixed;
	left: 0em;
	right: 0em;
	text-align: center;
	z-index: 999;
	background: rgba(20, 20, 20, 0) !important;
}
.navbar ul li:hover>.sub-menu {
	display: block !important;
	-webkit-animation: fade-in 0.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	animation: fade-in 0.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
.navbar ul li:hover .sub-menu {
	display: block;
	padding: 0.938em 0;
	background: #fff;
	position: absolute;
	top: 85%;
	left: 0;
	padding-left: 0;
	display: inline-block;
	min-width: 13em;
	-webkit-box-shadow: 0em 0.063em 1.875em 0em rgb(36 38 43 / 10%);
	-moz-box-shadow: 0em 0.063em 1.875em 0em rgba(36, 38, 43, 0.10);
	box-shadow: 0em 0.063em 1.875em 0em rgb(36 38 43 / 10%);
	padding: 10px 0;
}
.navbar ul li .sub-menu li>.sub-menu {
	display: none;
}
.navbar .navbar-nav li:last-child .sub-menu li:hover>.sub-menu,
.navbar .navbar-nav li:nth-last-child(2) .sub-menu li:hover>.sub-menu {
	left: auto;
	right: 100%;
	top: -0.938em;
}
.navbar ul li:last-child {
	margin-right: 0;
}
.navbar ul.navbar-nav>li.menu-item:hover>a,
.navbar ul.navbar-nav>li.menu-item:hover>i {
	color: #f3221b;
	border-bottom: 2px solid #f3221b;
	transition: auto;
}
.navbar ul.navbar-nav>li.menu-item>a {
	text-transform: uppercase;
}
.navbar ul li.menu-item a {
	font-size: 1em;
	font-weight: 400;
	position: relative;
	padding: 0em 0em 0em 0.625em;
	line-height: 4.375em;
	position: relative;
	z-index: 9;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	text-transform: capitalize;
}
.navbar ul li .sub-menu {
	display: none;
}
.navbar ul li .sub-menu li {
	margin-right: 0;
	padding: 0 0.938em;
}
.navbar ul li .sub-menu li form{
	margin-top: -5px;
}
.navbar ul.sub-menu li {
	display: block;
	text-align: left;
}
.navbar ul li {
	list-style: none;
	margin-right: 1.125em;
	position: relative;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	display: inline-block;
}
.menu-sticky .navbar ul li .sub-menu>li a {
	line-height: 1em;
}
.navbar ul li .sub-menu li.active a {
    color:var(--iq-primary);
} 
.navbar ul li .sub-menu li>a {
	font-size: 0.875em;
	border-radius: 0;
	display: inline-block;
	width: 100%;
	line-height: 1em;
	color: #000;
	position: relative;
	overflow: hidden;
	padding: 8px;
}
.navbar ul li.menu-item a {
	font-size: 1em;
	font-weight: 400;
	position: relative;
	padding: 0em 0em 0em 0.625em;
	line-height: 4.375em;
	position: relative;
	z-index: 9;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	text-transform: capitalize;
}
.navbar ul li .sub-menu li>a::before {
	position: absolute;
	content: "";
	background: #ffcb27;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 0.25em;
	opacity: 0;
	transform: translate3d(-100%, 0, 0);
	transition: all 0.5s ease-in-out;
}
header .navbar ul li i {
    display: inline-block;
    font-weight: 700;
    font-size: 1.125em;
    color: var(--iq-light-gray);
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
	color: #fff;
}
header .navbar ul li .sub-menu li.current-menu-parent>a::after,
header .navbar ul li .sub-menu li .sub-menu li.menu-item.current-menu-item>a::after,
header .navbar ul li .sub-menu li .sub-menu li.menu-item:hover>a::after {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	transition: all 0.5s ease-in-out;
}
header .navbar ul li .sub-menu li:hover>a::after {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	transition: all 0.5s ease-in-out;
}
.navbar ul li .sub-menu li>a::after {
	position: absolute;
	content: "";
	/*background: transparent linear-gradient(270deg, var(--iq-form-gradient-color) 0%, rgb(103 37 192) 100%);*/
	    background: transparent linear-gradient(270deg, var(--iq-form-gradient-color) 0%, #ffcb27 100%);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	transform: translate3d(-100%, 0, 0);
	transition: all 0.5s ease-in-out;
	z-index: -1;
}
header .navbar ul li .sub-menu li.current-menu-parent>a::after,
header .navbar ul li .sub-menu li .sub-menu li.menu-item.current-menu-item>a::after,
header .navbar ul li .sub-menu li .sub-menu li.menu-item:hover>a::after {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	transition: all 0.5s ease-in-out;
}
header .navbar ul li .sub-menu li:hover>a::before {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	transition: all 0.5s ease-in-out;
}
.avatar-40 {
  	height: 2.5em;
  	width: 2.5em;
  	min-width: 2.5em;
  	line-height: 2.5em;
}
.search-nav-item .wrapper {
	width: 100%;
	max-width: 15rem;
}
.search-nav-item .label {
	font-size: .625rem;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: +1.3px;
	margin-bottom: 1rem;
}
.search-nav-item .searchBar {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.search-nav-item #searchQueryInput {
	width: 100%;
	height: 2.8rem;
	/*background: #43479fa6;*/
	background-image: linear-gradient(90deg, #e44c11, #f41d1c);
	outline: none;
	border: none;
	/*border-radius: 1.625rem;*/
	border-radius: 4px;
	padding: 0 1.5rem 0 3rem;
	font-size: 14px;
	color: #fff;
}
.search-nav-item #searchQuerySubmit {
	width: 3.5rem;
	height: 2.8rem;
	margin-right: -3.5rem;
	background: none;
	border: none;
	outline: none;
	z-index: 1;
} 
.search-nav-item #searchQueryInput::placeholder{
	color: #fff;
}
.search-nav-item #searchQuerySubmit:hover {
	cursor: pointer;
}
/* end search-nav-item */

/* home-first-slider */
.home-first-slider .custom-slider{
	margin: auto;
	padding: 10px 0 40px;
}
.home-first-slider .custom-box{
	text-align:center;
	margin: 10px;
	position: relative;
	height: 70px;
	transition-duration: 0.3s;
}
.home-first-slider .custom-box:hover{
    transform: translateY(-10px);
}

.home-first-slider .custom-box-img img{
	width: 100%;
    border-radius: 12px;
}
.home-first-slider .custom-box-txt{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	width: 100%;
}
.home-first-slider .custom-box-txt h4{
	color: #FFF;
    text-shadow: 0px 1.852px 1.852px rgba(0, 0, 0, 0.35);
    /*font-family: "Anton", sans-serif;*/
    font-size: 20px;
    margin-bottom: 0;
    font-style: normal;
    line-height: normal;
}
.home-first-slider .slick-prev, 
.home-first-slider .slick-next{
	position: absolute;
	line-height: 0;
	top: 50%;
	display: block!important;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	border-radius: 50px;
	background: transparent;
}
.home-first-slider .slick-slider{
	user-select: none;
}
.home-first-slider .slick-next{
	right: 6px;
    border: 0;
    height: 58%;
    border-radius: 0 10px 10px 0;
	transform: translate(0, -50%);
}
.home-first-slider .slick-next:hover{
	background-image: linear-gradient(to right, #00000000, #000000);
}
.home-first-slider .slick-prev , .movies-section-slider .slick-prev{
	left: 16px;
    z-index: 10;
}
.home-first-slider .slick-next:before{
	content: "\f105";
	font-family: 'FontAwesome';
	font-size: 2.2em;
	font-weight: 1000;
	padding-left: 0;
	color: white;
}
.home-first-slider .overlay{
	width: 100%;
  	height: 100%;
  	position: absolute;
  	top: 0;
  	left: 0;
  	z-index:1;
	border-radius: 0 15px;
	/*background: linear-gradient(180deg, rgba(40, 0, 95, 0.50) 0%, rgba(142, 0, 165, 0.50) 100%);*/
	/*background: linear-gradient(180deg, #050c4275 0%, #050c42ab 100%);*/
	/*background: #373c8e;*/
	background-image: linear-gradient(90deg, #e44c11, #f41d1c);
}
/* end home-first-slider */

/* continue-watching */
.continue-watching .containers {
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.continue-watching .thumbnail {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #333;
	border-radius: 10px;
}
.continue-watching .thumbnail img {
    width: 100%;
    display: block;
	border-radius: 10px;
}
.continue-watching .content {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 12px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    color: #fff;
}
.continue-watching .content1{
	display: flex;
    justify-content: space-between;
}
.continue-watching .title {
    text-align: center;
    font-size: 16px;
    margin: 0;
    padding: 0;
	justify-content: space-between;
    display: flex;
	align-items: baseline;
}
.continue-watching .time-bar {
    position: relative;
    background-color: #555;
    height: 6px;
    width: 100%;
    margin: 4px 0;
    border-radius: 4px;
    overflow: hidden;
}
.continue-watching .progress {
    height: 100%;
    width: 80%;
    background-color: #f4b400;
    border-radius: 4px;
}
.continue-watching .info {
    display: flex;
    justify-content: space-between;
    align-items: center;
	margin-left: 10px;
}
.continue-watching .movie-title {
    font-size: 16px;
    font-weight: bold;
}
.continue-watching .time {
    font-size: 11px;
}
.continue-watching .play-button {
    border: none;
    color: white;
    cursor: pointer;
    width: 30px;
    background: #fff;
    padding-right: 2px;
    padding-top: 1px;
    border-radius: 50%;
    margin-bottom: 5px;
}
.continue-watching .play-button i{
	color: #000;
    font-size: 24px;
}
.continue-watching h3{
	border-left: 5px solid #FFB13F;
    justify-content: space-between;
    display: flex;
    padding-left: 10px;
	margin-bottom: 10px;
	padding-right: 12px;
    margin-left: 10px;
	font-size: 24px;
	line-height: 38px;
}
.continue-watching h3 a{
	font-size: 16px;
    color: #fff;
}
.continue-watching .custom-box{
	margin: 10px;
}
.continue-watching .slick-prev, 
.continue-watching .slick-next{
	position: absolute;
	line-height: 0;
	top: 50%;
	display: block;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	border-radius: 50px;
	background: transparent;
}
.continue-watching .slick-slider{
	user-select: none;
}
.continue-watching .slick-next{
	right: 6px;
    border: 0;
    height: 78%;
    border-radius: 0 10px 10px 0;
	transform: translate(0, -59%);
}
.continue-watching .slick-next:hover{
	background-image: linear-gradient(to right, #00000000, #000000);
}
.continue-watching .slick-next:before{
	content: "\f105";
    font-family: 'FontAwesome';
	font-size: 2.2em;
	font-weight: 1000;
	padding-left: 12px;
	color: white;
}
.continue-watching .continue-watching-slider{
	padding-bottom: 30px;
}
/* end continue-watching */

/* movies-section */
.movies-section h3{
	/*border-left: 5px solid #4549a2;*/
	border-left: 5px solid #f41d1c;
    justify-content: space-between;
    display: flex;
    padding-left: 10px;
    margin-bottom: 10px;
    padding-right: 12px;
    margin-left: 10px;
	font-size: 24px;
	line-height: 38px;
}
.movies-section h3 a{
	font-size: 16px;
    color: #fff;
}
.movies-section .movies-section-slider,
.movies-section .short-movies-section-slider{
	padding-bottom: 30px;
}
.movies-section .card{
	transition: .4s all ease-in;
  	border: none;
  	border-radius: 10px;
}
.movies-section .card-img-top{
  	border-radius: 10px;
}
.movies-section .carousel-control-next-icon{
  	padding: 0 4px 0 0; 
}
.movies-section .product_price {
  	float:right;
  	font-family: lato;
	color:#6b7270;
	font-size: 20px;
	font-weight:400;
}
.movies-section .product-detail {
  	position: absolute;
  	height: 0px;
  	left: 0px;
  	right: 0px;
  	bottom: 0px;
  	overflow: hidden;
  	padding: 0 10px;
  	background-color: rgba(223, 217, 217, 0.75);
  	transition: all 0.35s;
	box-sizing: border-box;
}
.movies-section .card .product-detail h5{
  	text-transform: uppercase;
  	font-size: 15px;
  	margin: 3px 0;
	text-align: left;
}
.movies-section .card .product-detail .subheading {
  	font-weight: 400;
  	margin: 0;
  	text-transform: uppercase;
  	letter-spacing: 1px;
  	text-align: center;
  	color: rgba(0,0,0,0.6);
}
.movies-section .card .product-detail blockquote{
  	padding: 0;
  	margin: 0;
  	font-style: italic;
  	font-size: 1em;
}
.movies-section .card:hover .product-detail {
  	height: fit-content;
  	padding-top: 10px;
	padding-bottom: 15px;
	background-image: linear-gradient(#000000a1 0%, #000000 100%);
	border-radius: 0 0 9px 9px;
}
.movies-section .card:hover .product-detail p{
	text-align: left;
	line-height: 18px;
    font-size: 12px;
	margin-bottom: 8px;
}
.movies-section .card .product-detail1 .btn{
	font-size: 11px;
    padding: 4px 20px;
    text-transform: capitalize;
    display: inline-block;
    height: fit-content;
	color: #fff;
    background: #c10074;
}
.movies-section .custom-box{	
	margin: 10px;
}
.movies-section .custom-box:hover .card{
	transform: scale(1.05);
	box-shadow: rgb(255 255 255 / 60%) 0px 0px 7px 2px;
    border-radius: 12px;
}
.movies-section .slick-prev,
.movies-section .slick-next{
	position: absolute;
	line-height: 0;
	top: 50%;
	display: block;
	padding: 0;
	transform: translate(0, -56%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	border-radius: 50px;
	background: transparent;
}
.movies-section .slick-slider{
	user-select: none;
}
.movies-section .slick-next{
	right: 6px;
    transform: translate(0, -56%);
	height: 83%;
	border: 0;
    border-radius: 0 10px 10px 0;
}
.movies-section .slick-next:hover{
	background-image: linear-gradient(to right, #00000000, #000000);
}
.movies-section .slick-next:before{
	content: "\f105";
    font-family: 'FontAwesome';
	font-size: 2.2em;
	font-weight: 1000;
	padding-left: 12px;
	color: white;
}
.slick-track{
	margin: 0;
}
/* end movies-section */

/* footer-section */
.footer-section{
	border-top: 1px solid #fff;
    padding-top: 25px;
	padding-bottom: 20px;
	background: #000;
   
}
.footer-section .footer-section-txt p{
	text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
	margin: 0;
}
.footer-section .footer-section-txt p a{
	color: #fff;
}
.footer-section .footer-section-social ul{
	display: flex;
	margin: 0;
	justify-content: end;
}
.footer-section .footer-section-social ul li{
	list-style-type: none;
	margin-left: 18px;
}
.footer-section .footer-section-social ul li i{
	color: #fff;
	font-size: 25px;
        font-family: 'FontAwesome';

}
/* end footer-section */

/* subscription-package */
.subscription-package{
	padding-top: 100px;
}
.subscription-package .subscription-package-txt h3{
	text-align: center;
	margin-bottom: 28px;
	/*background: linear-gradient(90deg, #F8D939 0%, #FFC36A 100%);*/
	background-image: linear-gradient(90deg, #e44c11, #f41d1c);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
	font-size: 32px;
}
.subscription-package .subscription-package-card{
	border: 3px solid #FFC36A;
	/*background-image: linear-gradient(90deg, #050c42, #4549a2);*/
	background-image: linear-gradient(90deg, #e44c11, #f41d1c);
	backdrop-filter: blur(9.288325309753418px);
    margin-bottom: 30px;
    border-radius: 10px;
	padding: 20px 25px 25px;
}
.subscription-package .subscription-package-card h4{
	display: flex;
    justify-content: space-between;
	margin-bottom: 10px;
	font-size: 22px;
	font-family: "Poppins", sans-serif;
}
.subscription-package .subscription-package-card h4 span{
	font-size: 32px;
	font-weight: 400;
}
.subscription-package .subscription-package-card h4 del{
	font-size: 22px;
}
.subscription-package .subscription-package-card-sub{
	display: flex;
    justify-content: space-between;
	align-items: end;
}
.subscription-package .subscription-package-card-sub ul{
	padding: 0 0 0 18px;
	margin: 0;
}
.subscription-package .subscription-package-card-sub ul li{
	margin-top: 6px;
}
.subscription-package .subscription-package-card-sub ul li a{
	font-family: "Poppins", sans-serif;
}
.subscription-package .subscription-package-card-sub .btn{
	border-radius: 20px;
    background: linear-gradient(90deg, #FFC36A 0%, #997540 100%);
    color: #fff;
    padding: 4px 24px;
    font-size: 15px;
	font-family: "Poppins", sans-serif;
}
.subscription-package .subscription-package-img{
	width: 500px;
    margin: 80px auto 0;
}
.subscription-package .subscription-package-img img{
	width: 100%;
}
/* end subscription-package */

/* movie-details-banner */
.movie-details-banner{
	position: relative;
}
.movie-details-banner .overlay {
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	/*background: radial-gradient(53.64% 47.32% at 52.15% 50.07%, rgba(15, 0, 36, 0.00) 0%, #110028 100%);*/
	background: radial-gradient(100.64% 62% at 34.15% 43.07%, rgba(15, 0, 36, 0.00) 0%, #000 100%);
	/* background: radial-gradient(53.64% 47.32% at 52.15% 50.07%, rgba(0, 0, 0, 0.00) 0%, #000 100%); */
}
.movie-details-banner .movie-details-banner-img{
	height: 100vh;
}
.movie-details-banner .movie-details-banner-img img{
	width: 100%;
	height: 100%;
}
.movie-details-banner .movie-details-banner-img .overlay-txt{
	position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
}
.movie-details-banner .movie-details-banner-img .overlay-txt .overlay-btns .btn:nth-child(1){
	background: #C10074;
	color: #fff;
	margin-right: 10px;
	padding: 6px 25px;
}
.movie-details-banner .movie-details-banner-img .overlay-txt .overlay-btns .btn{
	background: #fff;
	border-radius: 6.424px;
	padding: 6px;
	margin-right: 3px;
}
/* end movie-details-banner */

/* movie-details-details */
.movie-details-details{
	padding-bottom: 40px;
}
.movie-details-details .movie-details-details-left{
	border-radius: 14.815px;
	border: 1px solid rgba(255, 255, 255, 0.50);
	background: rgba(212, 212, 212, 0.04);
	backdrop-filter: blur(20.37036895751953px);
	padding: 25px;
	margin-bottom: 20px;
}
.movie-details-details .movie-details-details-left p{
	margin: 0;
	font-size: 15px;
}
/* end movie-details-details */

/* movie-details-details-left1 */
.movie-details-details-left1{
	border-radius: 14.815px;
	border: 1px solid rgba(255, 255, 255, 0.50);
	background: rgba(212, 212, 212, 0.04);
	backdrop-filter: blur(20.37036895751953px);
	padding: 25px;
	margin-bottom: 20px;
}
.movie-details-details-left1 .slick-slider {
	position: relative;
	display: block;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}  
.movie-details-details-left1 .slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0
}  
.movie-details-details-left1 .slick-list:focus {
	outline: none
}  
.movie-details-details-left1 .slick-list.dragging {
	cursor: hand
}  
.movie-details-details-left1 .slick-slider .slick-track,
.movie-details-details-left1 .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}  
.movie-details-details-left1 .slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block
}  
.movie-details-details-left1 .slick-track:before,
.movie-details-details-left1 .slick-track:after {
	display: table;
	content: ''
}  
.movie-details-details-left1 .slick-track:after {
	clear: both
}  
.movie-details-details-left1 .slick-loading .slick-track {
	visibility: hidden
}  
.movie-details-details-left1 .slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}  
.movie-details-details-left1 .slick-slide.dragging img {
	pointer-events: none
}  
.movie-details-details-left1 .slick-initialized .slick-slide {
	display: block
}  
.movie-details-details-left1 .slick-loading .slick-slide {
	visibility: hidden
}  
.movie-details-details-left1 .slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}  
.movie-details-details-left1 .img-fill {
	width: 100%;
	display: block;
	overflow: hidden;
	position: relative;
	text-align: center;
	border-radius: 6px;
}  
.movie-details-details-left1 .img-fill img {
	height: 100%;
	min-width: 100%;
	position: relative;
	display: inline-block;
	max-width: none;
	border-radius: 6px;
}
/* Slider Theme Style */
.movie-details-details-left1  .Container {
	padding: 0 15px;
}  
.movie-details-details-left1 .Container:after,
.movie-details-details-left1 .Container .Head:after {
	content: '';
	display: block;
	clear: both;
}  
.movie-details-details-left1 .Container .Head {
	font: 20px/50px "Poppins", sans-serif;
	color: #fff;
}  
.movie-details-details-left1 .Container .Head .Arrows {
	float: right;
}  
.movie-details-details-left1 .Container .Head .Slick-Next,
.movie-details-details-left1 .Container .Head .Slick-Prev {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-top: 6px;
	background: #fff;
	color: #000;
	margin-left: 15px;
	cursor: pointer;
	font: 18px/32px FontAwesome;
	text-align: center;
	transition: all 0.5s;
	border-radius: 50%;
}  
.movie-details-details-left1 .Container .Head .Slick-Next:hover,
.movie-details-details-left1 .Container .Head .Slick-Prev:hover {
	background: #33687a;
}  
.movie-details-details-left1 .Container .Head .Slick-Next:before {
	content: '\f105'
}  
.movie-details-details-left1 .Container .Head .Slick-Prev:before {
	content: '\f104'
}  
.movie-details-details-left1 .SlickCarousel {
	margin: 0 -7.5px;
	margin-top: 10px;
}  
.movie-details-details-left1 .ProductBlock {
	padding: 0 7.5px;
}  
.movie-details-details-left1 .ProductBlock .img-fill {
	height: 77px;
}  
/* end movie-details-details-left1 */

/* movie-details-details-left2 */  
.movie-details-details-left2{
	border-radius: 14.815px;
	border: 1px solid rgba(255, 255, 255, 0.50);
	background: rgba(212, 212, 212, 0.04);
	backdrop-filter: blur(20.37036895751953px);
	padding: 25px 25px 35px;
	margin-bottom: 20px;
}
.movie-details-details-left2 .testimonial-slide {
	padding: 10px;
}
.movie-details-details-left2 .testimonial_box-top {
	padding: 20px 25px;
	border-radius: 15px;
	display: flex;
	flex-direction: column;
	border-radius: 8.911px;
	border: 0.743px solid var(--Black-15, #262626);
	background: var(--Black-06, #0F0F0F);
}
.movie-details-details-left2 .testimonial_box-icon {
	padding: 10px 0;
}
.movie-details-details-left2 .testimonial_box-icon i {
	font-size: 25px;
	color: #14213d;
}
.movie-details-details-left2 .testimonial_box-text {
	padding: 10px 0 0;
}
.movie-details-details-left2 .testimonial_box-text p {
	color: #fff;
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 0;
}
.movie-details-details-left2 .testimonial_box-name h4 {
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	margin-bottom: 0;
}
.movie-details-details-left2 .testimonial_box-name p{
	margin-bottom: 0;
	font-size: 13px;
}
.movie-details-details-left2 .testimonial_box-job p {
	color: #293241;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 20px;
	font-weight: 300;
	margin-bottom: 0;
}
.movie-details-details-left2 .starrate span.ctrl { position:absolute; z-index:2;}
.movie-details-details-left2 .starrate { color:#E50000; cursor:pointer}
.movie-details-details-left2 .starrate.saved { color:#E50000;}
.movie-details-details-left2 .starrate:hover { color:var(--primary);} 
.movie-details-details-left2 .starrate.saved:hover { color:var(--orange);}
.movie-details-details-left2 .heading{
	font-size: 20px;
	display: flex;
    justify-content: space-between;
    padding: 0 16px;
	margin-bottom: 20px;
}
.movie-details-details-left2 .heading a i{
	margin-right: 5px;
}
.movie-details-details-left2 .testimonial_box-top .testimonial_box-top1{
	display: flex;
    justify-content: space-between;
}
.movie-details-details-left2 .testimonial_box-top .testimonial_box-top1 i{
	font-size: 12px;
}
.movie-details-details-left2 .testimonial_box-top .testimonial_box-top1 .starrates{
	display: flex;
    align-items: baseline;
	height: fit-content;
	border-radius: 37.872px;
	border: 0.743px solid var(--Black-15, #262626);
	background: var(--Black-08, #141414);
	padding: 2px 12px;
}
.movie-details-details-left2 .testimonial_box-top .testimonial_box-top1 .starrates #test{
	margin-left: 5px;
	color: #fff;
	font-size: 14px;
}
.movie-details-details-left2 .slick-dots{
	bottom: -45px;
}
.movie-details-details-left2 .slick-dots li button{
	height: 4px;
}
.movie-details-details-left2 .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #ff0000;
	background: #ff0000;
}
.movie-details-details-left2 .slick-dots li button:before {
    color: #a7a7a7;
    font-size: 12px;
    width: 20px;
    height: 4px;
    background: #a7a7a7;
    content: "";
}
.movie-details-details-left2 .slick-prev, .slick-next{
	bottom: -18%;
	top:unset;
	-webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
	z-index: 1;
}
.movie-details-details-left2 .slick-prev {
    left: 36%;
}
.movie-details-details-left2 .slick-next {
    right: 37%;
}
.movie-details-details-left2 .slick-prev:before, 
.movie-details-details-left2 .slick-next:before{
	font-size: 26px;
    opacity: 1;
	font-family: 'FontAwesome';
	background: #fff;
    color: #000;
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 50%;
    line-height: 30px;
}
.movie-details-details-left2 .slick-prev:before{
	content: '\f104';
}
.movie-details-details-left2 .slick-next:before{
	content: '\f105';
}
/* end movie-details-details-left2 */

/* movie-details-details-right */
.movie-details-details-right{
	border-radius: 14.815px;
    border: 1px solid rgba(255, 255, 255, 0.50);
    background: rgba(212, 212, 212, 0.04);
    backdrop-filter: blur(20.37036895751953px);
    padding: 25px;
}

.movie-details-details-right .released-year p,
.movie-details-details-right .available-languages p,
.movie-details-details-right .ratings p,
.movie-details-details-right .gernes p,
.movie-details-details-right .director p{
	display: flex;
    align-items: center;
	margin-bottom: 10px;
}
.movie-details-details-right .released-year p svg,
.movie-details-details-right .available-languages p svg,
.movie-details-details-right .ratings p svg,
.movie-details-details-right .gernes p svg{
	margin-right: 5px;
	width: 20px;
    height: 20px;
}
.movie-details-details-right .released-year h6{
	font-size: 17px;
}
.movie-details-details-right .available-languages ul{
	display: flex;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}
.movie-details-details-right .available-languages ul li{
	list-style: none;
    margin-right: 6px;
    margin-bottom: 12px;
}
.movie-details-details-right .available-languages ul li a{
	background: #fff;
    padding: 5px 12px;
    font-size: 14px;
    border-radius: 5px;
	color: #000;
}
.movie-details-details-right .ratings-box{
	display: flex;
    justify-content: space-between;
}
.movie-details-details-right .ratings-box1 p{
	margin: 0;
	font-size: 14px;
}
.movie-details-details-right .ratings-box1{
	padding: 8px 16px;
	border-radius: 5.941px;
	border: 0.743px solid var(--Black-15, #262626);
	background: var(--Black-08, #141414);
}
.movie-details-details-right .starrate span.ctrl { position:absolute; z-index:2;}
.movie-details-details-right .starrate { color:#E50000; cursor:pointer}
.movie-details-details-right .starrate.saved { color:#E50000;}
.movie-details-details-right .starrate:hover { color:var(--primary);} 
.movie-details-details-right .starrate.saved:hover { color:var(--orange);}
.movie-details-details-right .starrates{
	display: flex;
    align-items: baseline;
}
.movie-details-details-right .starrates #test{
	margin-left: 5px;
	color: #fff;
	font-size: 12px;
}
.movie-details-details-right .starrates i{
	font-size: 12px;
}
.movie-details-details-right .gernes ul{
	display: flex;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}
.movie-details-details-right .gernes ul li{
	list-style: none;
    margin-right: 6px;
    margin-bottom: 12px;
}
.movie-details-details-right .gernes ul li a{
	border-radius: 5px;
	border: 0.743px solid var(--Black-15, #262626);
	background: var(--Black-08, #141414);
	color: #fff;
	padding: 5px 12px;
    font-size: 14px;
}
.movie-details-details-right .director .director-box{
	align-items: center;
	border-radius: 6px;
	border: 0.743px solid var(--Black-15, #262626);
	background: var(--Black-08, #141414);
	display: flex;
	padding: 10.396px;
	align-items: center;
	gap: 12px;
}
.movie-details-details-right .director .director-box img{
	width: 45px;
	border-radius: 6px;
}
.movie-details-details-right .director .director-box-txt h6{
	margin: 0 0 3px 0;
}
.movie-details-details-right .director .director-box-txt p{
	margin: 0;
	font-size: 14px;
}
.movie-details-details-right .released-year,
.movie-details-details-right .available-languages,
.movie-details-details-right .ratings,
.movie-details-details-right .gernes{
	margin-bottom: 20px;
}
/* movie-details-details-right */

.top-movies-for-you{
	padding-bottom: 30px;
}
.top-movies-for-you .slick-prev{
	display: none!important;
}
/* movies-section-pg */
.movies-section-pg {
	width: 100%;
	height: 500px;
	position: relative;
	color: white;
	text-align: center;
}  
.movies-section-pg img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index:1;
}  
.movies-section-pg .overlay {
	width: 100%;
	height: 500px;
	background-color: rgba(0, 0, 0, 0.75);
	position: absolute;
	top: 0;
	left: 0;
	z-index:2;
	backdrop-filter: blur(3.185185px);
}  
.movies-section-pg h2 {
	font-size: 3em;
	font-family: "Anton", sans-serif;
}
.movies-section-pg .overlay-txt{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}
/* end movies-section-pg */

/* movies-section-all */
.movies-section-all{
	padding-top: 50px;
	padding-bottom: 50px;
}
.movies-section-all .movies-section-all-card{
	transition: .4s all ease-in;
    border: none;
    border-radius: 10px;
	position: relative;
	margin-bottom: 30px;
}
.movies-section-all .movies-section-all-card .card-img-top {
    border-radius: 10px;
}
.movies-section-all .movies-section-all-card .product-detail {
    position: absolute;
    height: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow: hidden;
    padding: 0 10px;
    background-color: rgba(223, 217, 217, 0.75);
    transition: all 0.35s;
    box-sizing: border-box;
}
.movies-section-all .movies-section-all-card .product-detail h5 {
    text-transform: uppercase;
    font-size: 15px;
    margin: 3px 0;
    text-align: left;
}
.movies-section-all .movies-section-all-card .product-detail1 .btn {
    font-size: 11px;
    padding: 4px 20px;
    text-transform: capitalize;
    display: inline-block;
    height: fit-content;
    color: #fff;
    background: #c10074;
}
.movies-section-all .movies-section-all-card:hover .product-detail {
    height: fit-content;
    padding-top: 10px;
    padding-bottom: 15px;
    background-image: linear-gradient(#000000a1 0%, #000000 100%);
    border-radius: 0 0 9px 9px;
}
.movies-section-all .movies-section-all-card h5{
	text-align: center;
    font-size: 18px;
    margin-top: 8px;
	text-transform: capitalize;
	font-family: "Poppins", sans-serif;
	color: #fff;
}
.movies-section-all .movies-section-all-card a{
	color: #fff;
}
/* end movies-section-all */

/* my-downloads-section */
.my-downloads-section {
	padding-top: 30px;
	padding-bottom: 20px;
}
.my-downloads-section .my-downloads-section1{
	display: flex;
	align-items: center;
    gap: 25px;
	position: relative;
    padding-bottom: 35px;
    padding-top: 35px;
}
.my-downloads-section .my-downloads-section1::after{
	content: '';
	background: linear-gradient(90deg, #FFB13F 0%, rgba(248, 217, 57, 0.00) 100%);
	width: 100%;
	height: 2px;
	position: absolute;
    bottom: 0px;
}
.my-downloads-section .my-downloads-section1:nth-last-child(1)::after{
	background: unset;
}
.my-downloads-section .my-downloads-section1 .my-downloads-section1-txt h4{
	margin-bottom: 5px;
	font-family: "Poppins", sans-serif;
	font-size: 22px;
}
.my-downloads-section .my-downloads-section1 .my-downloads-section1-img img{
	width: 100%;
	border-radius: 10px;
}
.my-downloads-section .my-downloads-section1 .my-downloads-section1-img{
	width: 350px;
}
.my-downloads-section .my-downloads-section1 .my-downloads-section1-txt p{
	margin-bottom: 0;
	line-height: 20px;
}
.my-downloads-section .my-downloads-section1 .star-icon {
    color: #ccc;
    font-size: 24px;
    vertical-align: middle;
}
.my-downloads-section .my-downloads-section1 .star-icon.filled {
    color: #F7A115;
}
.my-downloads-section .my-downloads-section1 .reviews-text {
  color: #4a4a4a;
  font-size: 14px;
  font-weight: normal;
  text-decoration: underline;
  margin-left: 5px;
  vertical-align: middle;
}
/*  */

.my-downloads-section .my-downloads-section1-txt1{
	width: 500px;
    display: flex;
    align-items: center;
}
.my-downloads-section .my-downloads-section1-txt1 .content1 {
    display: flex;
    justify-content: space-between;
	width: 100%;
	align-items: center;
}
.my-downloads-section .my-downloads-section1-txt1 .time-bar {
    position: relative;
    background-color: #555;
    height: 6px;
    width: 100%;
    margin: 4px 0;
    border-radius: 4px;
    overflow: hidden;
}
.my-downloads-section .my-downloads-section1-txt1 .info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 10px;
	margin-right: 20px;
}
.my-downloads-section .my-downloads-section1-txt1 .progress {
    height: 100%;
    width: 80%;
    background-color: #f4b400;
    border-radius: 4px;
}
.my-downloads-section .my-downloads-section1-txt1 .time {
    font-size: 14px;
}
.my-downloads-section .my-downloads-section1-txt1 .btn{
	border-radius: 6px;
	background: #C10074;
	backdrop-filter: blur(69.65458679199219px);
	color: #fff;
	font-size: 14px;
	padding: 4px 0;
    width: 120px;
}
/* end my-downloads-section */

/*  */
.device-list-section{
	padding-top: 160px;
    padding-bottom: 60px;
}
.device-list-section .device-list-section-heading h3{
	background-image: linear-gradient(to right, #f8d939 0%, #dd8400 10%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-size: 42px;
    margin-bottom: 20px;
}
.device-list-section .device-list-card{
	border-radius: 21.11px;
	border-top: 2px solid #FFC36A;
	border-right: 2px solid #FFC36A;
	border-left: 2px solid #FFC36A;
	/*background: linear-gradient(180deg, rgba(51, 2, 116, 0.70) 0%, rgba(31, 0, 72, 0.70) 100%);*/
	background-image: linear-gradient(90deg, #e44c11, #f41d1c);
	backdrop-filter: blur(9.288325309753418px);
	padding: 45px 25px 35px;
}
.device-list-section .device-list-card .device-list-card-img{
	width: 120px;
    padding: 28px;
    border-radius: 50%;
    margin: 0 auto 25px;
    background: #f4f4f4;
    box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.45) inset;
}
.device-list-section .device-list-card .device-list-card-img img{
	width: 100%;
}
.device-list-section .device-list-card .btn{
	border-radius: 20px;
    border: 1px solid #FFF;
    margin: 30px auto 0;
    display: block;
    color: #fff;
    font-size: 14px;
    padding: 8px 35px;
}
/*  */

/*  */
.qaqaqa h1 {
	-webkit-text-stroke: 1px #333;
	-webkit-text-fill-color: transparent;
	color: #333;
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	font-size: 90px;
	text-align: center;
	text-transform: uppercase;
  }
/*  */

/* edit-profile */
.edit-profile{
	padding-top: 140px;
    padding-bottom: 30px;
}
.edit-profile-txt-section{
	border-radius: 14.815px;
	border: 2.222px solid rgba(255, 255, 255, 0.50);
	background: rgba(212, 212, 212, 0.10);
	backdrop-filter: blur(20.37036895751953px);
	padding: 40px 0 0;
}
.edit-profile .edit-profile-img-section h3 {
	-webkit-text-stroke: 0.30px #a7a7a7;
	-webkit-text-fill-color: transparent;
	color: #333;
	font-size: 135px;
	text-align: start;
	text-transform: uppercase;
	font-family: "Paytone One", sans-serif;
	line-height: 135px;
}
.edit-profile .edit-profile-img-section .edit-profile-img img{
	width: 100%;
}
.edit-profile .edit-profile-img-section .edit-profile-img{
	transform: translate(0px, -50px);
}
.edit-profile-txt-section1{
	justify-content: center;
    align-items: center;
    display: flex;
}
.edit-profile-txt-section1 article {
	position: relative;
	display: inline-block;
	background-size: cover;
	background-position: center;
	cursor: pointer;
	width: 100px;
	height: 100px;
	-webkit-clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
	clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
	filter: sepia(0) grayscale(0) opacity(1);
	transition: all 0.15s ease-out;
	margin: 0 15px;
}
.edit-profile-txt-section1 img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
}
.edit-profile-txt-section1 .btn{
	border-radius: 34.286px;
	background: #6725C0;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
    padding: 6px 25px;
    font-weight: 500;
}
.edit-profile-txt-section1 .btn1{
	background: #fff;
	color: #000;
}
.edit-profile .edit-profile-txt-section form{
	padding: 20px 35px 30px;
}
.edit-profile .edit-profile-txt-section form .form-group{
	margin-bottom: 25px;
}
.edit-profile .edit-profile-txt-section form .form-group .form-control{
	background: transparent;
    color: #fff;
    border-radius: 25.04px;
    padding-left: 25px;
	height: 42px;
	color-scheme: dark;
}
.edit-profile .edit-profile-txt-section form .form-group label{
	text-transform: uppercase;
	font-size: 15px;
    padding-left: 15px;
    font-weight: 300;
	font-family: "Poppins", sans-serif;
}
.edit-profile .edit-profile-txt-section form .form-group label span{
	color: red;
}
.edit-profile .edit-profile-txt-section form .form-group .form-control::placeholder{
	color: #fff;
}
.edit-profile .edit-profile-txt-section form .btn{
	background: #fff;
    color: #000;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    padding: 6px 35px;
    margin: 35px auto 0;
    display: block;
}
/* end edit-profile */

/*  */
.change-password{
	padding-top: 140px;
    padding-bottom: 30px;
}
.change-password .change-password-img-section h3{
	-webkit-text-stroke: 0.30px #a7a7a7;
    -webkit-text-fill-color: transparent;
    color: #333;
    font-size: 100px;
    text-align: start;
    text-transform: uppercase;
    font-family: "Paytone One", sans-serif;
    line-height: 110px;
}
.change-password .change-password-img-section .change-password-img{
	transform: translate(0px, -50px);
    width: 325px;
    margin: auto;
}
.change-password .change-password-img-section .change-password-img img{
	width: 100%;
}
.change-password .change-password-txt-section{
	border-radius: 14.815px;
    border: 2.222px solid rgba(255, 255, 255, 0.50);
    background: rgba(212, 212, 212, 0.10);
    backdrop-filter: blur(20.37036895751953px);
    padding: 40px 0 0;
}
.change-password .change-password-txt-section form{
	padding: 20px 35px 30px;
}
.change-password .change-password-txt-section form .form-group{
	margin-bottom: 25px;
}
.change-password .change-password-txt-section form .form-group label{
	text-transform: uppercase;
    font-size: 15px;
    padding-left: 15px;
    font-weight: 300;
    font-family: "Poppins", sans-serif;
}
.change-password .change-password-txt-section form .form-group .form-control{
	background: transparent;
    color: #fff;
    border-radius: 25.04px;
    padding-left: 25px;
    height: 42px;
    color-scheme: dark;
} 
/*  */

/* change-password-otp */
.edit-profile .change-password-img-section .edit-profile-img{
	transform: translate(0px, -50px);
	width: 325px;
    margin: auto;
}
.change-password-otp .input {
	height: 40px;
	width: 40px;
	border: 1.323px solid #dad9df;
	outline: none;
	text-align: center;
	font-size: 20px;
	border-radius: 0.7em;
	background-color: transparent;
	outline: none;
	-moz-appearance: textfield;
	margin-right: 12px;
	color: #fff;
}
.change-password-otp input[type="number"]::-webkit-outer-spin-button,
.change-password-otp input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.change-password-otp #submit {
	background-color: #044ecf;
	border: none;
	outline: none;
	font-size: 1.2em;
	padding: 0.8em 2em;
	color: #ffffff;
	border-radius: 0.1em;
	margin: 1em auto 0 auto;
	cursor: pointer;
}
.change-password-otp .show {
	display: block;
}
.change-password-otp .hide {
	display: none;
}
.change-password-otp .input:disabled {
	color: #fff;
}
.change-password-otp .input:focus {
	border: 1.323px solid #ffb800;
}  
/* end change-password-otp */

/* help-center */
.help-center{
	padding-top: 150px;
}
.help-center .help-center-txt h3{
	background-image: linear-gradient(to right, #f8d939 0%, #dd8400 10%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 42px;
    margin-bottom: 20px;
}
.help-center .help-center-txt h5{
	font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}
.help-center .help-center-txt p{
	font-size: 18px;
	text-align: justify;
	margin-bottom: 25px;
}
/* end help-center */

/* faq-section */
.faq-section{
	padding-top: 40px;
	padding-bottom: 60px;
}
.faq-section-txt .faq_container { 
	border-bottom: 2px solid transparent;
    border-image: linear-gradient(0.25turn, rgba(255,255,255,0), rgba(255,177,63), rgba(255,255,255,0));
    border-image-slice: 1;
    width:100%;
}
.faq-section-txt .faq_container:nth-last-child(1) {
	border-image:none;
}
.faq-section-txt .faq_question {
  	font-weight: 600;
  	padding: 15px 10px 15px;
  	position: relative;
  	display: flex;
  	align-items: center;
  	justify-content: space-between;
  	cursor: pointer;
}
.faq-section-txt .answercont {
  	max-height: 0;
  	overflow: hidden;
  	transition: 0.3s;
}
.faq-section-txt .answer {
  	padding: 0 10px 20px;
  	line-height: 1.5rem;
}
.faq-section-txt .fqa_headline_container h2 span { font-weight: 700; }
.faq-section-txt .faq_question-text h3 { 
	font-size: 18px; 
	margin-bottom: 0;
}
.faq-section-txt .icon.active {
  	background: transparent;
  	border: 2px solid #fff;
}
.faq-section-txt .icon:hover { cursor: pointer; }
.faq-section-txt .icon-shape { position: relative; width: 50px; height: 50px; }
.faq-section-txt .icon .icon-shape::before {
  	position: absolute;
  	content: "";
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
  	width: 16px;
  	height: 2px;
  	background: #fff;
  	border-radius: 3px;
  	transition: all 0.5s ease;
}
.faq-section-txt .icon .icon-shape::after {
  	position: absolute;
  	content: "";
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
  	width: 2px;
  	height: 16px;
  	background: #fff;
  	border-radius: 3px;
  	transition: all 0.5s ease;
}
.faq-section-txt .icon .icon-shape.active::before {
  	transform: translate(-50%, -50%) rotate(180deg);
  	transition: all 0.5s ease;
}
.faq-section-txt .icon .icon-shape.active::after {
  	transform: translate(-50%, -50%) rotate(90deg);
  	transition: all 0.5s ease;
}

.faq-section-txt .faq_question-text{
	display: flex;
    align-items: center;
}
.faq-section-txt .faq_question-text .num-icon{
	width: 40px;
    height: 40px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    color: #ffffff;
    border-radius: 7.657px;
    border: 0.766px solid var(--Black-15, #262626);
    background: var(--Black-12, #1F1F1F);
    margin-right: 15px;
	font-size: 16px;
}
.faq-section .faq-section-heading{
	display: flex;
    justify-content: space-between;
    align-items: center;
	margin-bottom: 20px;
}
.faq-section .faq-section-heading h3{
	font-weight: 700;
}
.faq-section .faq-section-heading p{
	font-size: 15px;
}
.faq-section .faq-section-heading .btn{
	border-radius: 6.125px;
    background: var(--Red-45, #E50000);
    color: #fff;
    height: fit-content;
    font-size: 14px;
    padding: 6px 20px;
}
/* end faq-section */

/* term-policy */
.term-policy{
	padding-top: 150px;
	padding-bottom: 40px;
}
.term-policy .term-policy-txt h3{
	/*background-image: linear-gradient(to right, #ffcb27 0%, #ffcb27 10%);*/
	background-image: linear-gradient(90deg, #e44c11, #f41d1c);

    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 42px;
    margin-bottom: 20px;
}
.term-policy .term-policy-txt h5{
	font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}
.term-policy .term-policy-txt p{
	font-size: 18px;
	text-align: justify;
	margin-bottom: 25px;
}
/* end term-policy */

/* content-complaints */
.content-complaints {
	padding-top: 160px;
}
.content-complaints .content-complaints-heading h3{
	background-image: linear-gradient(to right, #f8d939 0%, #dd8400 45%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 42px;
    margin-bottom: 25px;
}
.content-complaints .content-complaints-form .form-group{
	margin-bottom: 25px;
}
.content-complaints .content-complaints-form .form-group label{
	text-transform: capitalize;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
}
.content-complaints .content-complaints-form .form-group .form-control{
	background: transparent;
    color: #fff;
    padding-left: 20px;
    height: 45px;
    color-scheme: dark;
	border-radius: 9.979px;
	border: 2px solid #FFF;
}
.content-complaints .content-complaints-form form .btn{
	background: #fff;
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    padding: 8px 55px;
    margin: 35px auto 0;
    display: block;
	border-radius: 50px;
}
.content-complaints .content-complaints-form .form-group .form-control1{
	display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    background-color: transparent;
    background-clip: padding-box;
    border: 2px solid #FFF;
    border-radius: 9.979px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.content-complaints .content-complaints-form{
	padding-bottom: 60px;
}
.content-complaints .content-complaints-form .form-group .form-control-select{
	color: #495057;
}
.content-complaints .content-complaints-form .form-group .form-control-select option{
	color: #000;
}
.content-complaints .content-complaints-card{
	border-radius: 21.11px 0px 0px 21.11px;
	border-top: 2px solid #FFC36A;
	border-bottom: 2px solid #FFC36A;
	border-left: 2px solid #FFC36A;
	background: linear-gradient(180deg, rgba(51, 2, 116, 0.70) 0%, rgba(31, 0, 72, 0.70) 100%);
	backdrop-filter: blur(9.288325309753418px);
	padding: 70px 60px 15px;
}
.content-complaints .content-complaints-card .card1 img{
	width: 80px;
	margin-bottom: 15px;
}
.content-complaints .content-complaints-card .card1{
	text-align: center;
	margin-bottom: 50px;
}
.content-complaints .content-complaints1{
	position: absolute;
    right: 0;
    padding-right: 0;
}
/* end content-complaints */

/* form-wrap */
.form-wrap {
  	width: 100%;
  	box-shadow: 0px 1px 8px #BEBEBE;
  	-webkit-box-shadow: 0px 1px 8px #BEBEBE;
  	-moz-box-shadow: 0px 1px 8px #BEBEBE; 
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.25);
}
.form-wrap .tabs {
	overflow: hidden;
	background: rgba(0, 0, 0, 0.15);
    border-radius: 11px 11px 15px 15px;
}
.form-wrap .tabs h5 {
    float: left;
    width: 50%; 
	margin: 0;
}
.form-wrap .tabs h5 a {
    padding: 18px 0;
    text-align: center;
    font-weight: 400;
    display: block;
    color: #666; 
	font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
	color: #fff;
	text-decoration: none;
}
.form-wrap .tabs h5 a.active {
    background-color: #fff; 
	border-radius: 12px;
	color: #000;
}
.form-wrap .tabs-content {
    padding: 1.5em 45px; 
}
.form-wrap .tabs-content div[id$="tab-content"] {
    display: none; 
}
.form-wrap .tabs-content .active {
    display: block !important; 
}
.form-wrap form .input {
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: inherit;
    font-family: inherit;
    padding: .8em 0 10px .8em;
    border: 1px solid #CFCFCF;
    outline: 0;
    display: inline-block;
    margin: 0 0 .8em 0;
    padding-right: 2em;
    width: 100%; 
}
.form-wrap form .button {
    width: 100%;
    padding: .8em 0 10px .8em;
    background-color: #28A55F;
    border: none;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase; 
}
.form-wrap form .button:hover {
    background-color: #4FDA8C; 
}
.form-wrap form .checkbox {
    visibility: hidden;
    padding: 20px;
    margin: .5em 0 1.5em; 
}
.form-wrap form .checkbox:checked + label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1; 
}
.form-wrap form label[for] {
    position: relative;
    padding-left: 20px;
    cursor: pointer; 
}
.form-wrap form label[for]:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    width: 9px;
    height: 5px;
    background-color: transparent;
    top: 4px;
    left: -10px;
    border: 3px solid #28A55F;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); 
}
.form-wrap .help-text {
	margin-top: .6em; 
}
.form-wrap .help-text p {
	text-align: center;
	font-size: 14px; 
	color: #000;
}
.form-wrap .tabs-content h3{
	font-family: "Poppins", sans-serif;
	text-align: center;
	font-weight: 600;
	font-size: 26px;
    margin-bottom: 35px;
    margin-top: 25px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.form-wrap .tabs-content .form-group{
	margin-bottom: 25px;
}
.form-wrap .tabs-content .form-group label{
	text-transform: uppercase;
    font-size: 14px;
    padding-left: 15px;
    font-weight: 300;
    font-family: "Poppins", sans-serif;
}
.form-wrap .tabs-content .form-group label span{
	color: red;
}
.form-wrap .tabs-content .form-group .form-control{
	background: transparent;
    color: #fff;
    border-radius: 16.291px;
    padding-left: 25px;
    height: 42px;
    color-scheme: dark;
}
.form-wrap .tabs-content .form-check{
	display: flex;
    justify-content: space-between;
}
.form-wrap .tabs-content .form-check p{
	margin-bottom: 0;
}
.form-wrap .tabs-content .form-check p a{
	color: #fff;
	font-size: 14px;
}
.form-wrap .tabs-content .form-group .form-control::placeholder{
	color: #fff;
}
.form-wrap .tabs-content .btn{
	border-radius: 16.291px;
	width: 100%;
    font-size: 13px;
    padding: 10px 12px;
    font-weight: 600;
    color: #000;
	background-color: #fff;
	margin-top: 10px;
    margin-bottom: 20px;
	text-transform: uppercase;
}
.form-wrap .help-text p{
	color: #fff;
	text-transform: capitalize;
}
.form-wrap .help-text p a{
	color: #fff;
}
.form-wrap .tabs-content .login-social{
	margin-top: 30px;
}
.form-wrap .tabs-content .login-social h5{
	font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
}
.form-wrap .tabs-content .login-social ul{
	display: flex;
	justify-content: center;
	padding: 0;
}
.form-wrap .tabs-content .login-social ul li{
	list-style-type: none;
}
.form-wrap .tabs-content .login-social ul li img{
	width: 35px;
    margin-right: 8px;
}
/* end form-wrap */

/* login-signup-model */
.login-signup-model{
	/*background: linear-gradient(180deg, rgba(0, 7, 81, 0.50) 0%, rgba(69, 0, 80, 0.50) 100%);*/
	background: radial-gradient(53.64% 47.32% at 52.15% 50.07%, rgba(0, 0, 0, 0.00) 0%, #000 100%);
    backdrop-filter: blur(6.559998px);
}
.login-signup-model .modal-content{
	background-color: transparent;
}
.login-signup-model .modal-body{
	padding: 0;
	
}
.login-signup-model .modal-header{
	padding-top: 0;
	border: 0;
}
.login-signup-model .modal-header .close {
    padding: 1rem 1rem;
    margin: 0rem 0rem -0.3rem auto;
    border: 2px solid #fff;
    padding: 0 0 6px;
    width: 24px;
    height: 24px;
    border-radius: 40px;
    margin-top: 0;
    color: #fff;
    opacity: 1;
    font-size: 1.2rem;
	line-height: 0;
}
/* end login-signup-model */

/* bttn */
.bttn {
	font-size: 14px;
	text-transform: capitalize;
	display: block;
	text-align: center;
	padding: 8px 35px;
	border: 1px solid #fff;
	border-radius: 50px;
	position: relative;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
	background: transparent;
	margin: 30px auto 0;
	color: #fff;
	text-decoration: none;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s ease all;
}
.bttn:hover {
	color: #fff;
	border: 1px solid #1f0043;
	box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.45) inset;
}
.bttn:before {
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
	position: absolute;
	top: 0;
	left: 50%;
	right: 50%;
	bottom: 0;
	opacity: 0;
	content: '';
	background-color: #6724c1;
	z-index: -2;
	border-radius: 25px;
}
.bttn:hover:before {
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
	left: 0;
	right: 0;
	opacity: 1;
}
.bttn:focus:before {
	transition: 0.5s all ease;
	left: 0;
	right: 0;
	opacity: 1;
}
/* end bttn */

/* butn */
.butn:link,
.butn:visited {
	display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    text-transform: capitalize;
    text-decoration: none;
    /*background-color: #5e16bd;*/
    /*background-image: linear-gradient(90deg, #050c42, #4549a2);*/
    background-image: linear-gradient(90deg, #e44c11, #f41d1c);
    padding: 9px 20px!important;
    margin-right: 13px;
    border-radius: 4px;
    border: none;
    color: #fff;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
	box-shadow: 0px 0px 5px rgb(255 255 255);
}
.butn::before {
	background: #fff;
    content: "";
    height: 155px;
    opacity: 0;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    width: 20px;
    transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
}
.butn::after {
	background: #fff;
    content: "";
    height: 20rem;
    opacity: 0;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 2rem;
}
.butn__new::before {
	left: -50%;
}
.butn__new::after {
	left: -100%;
}
.butn:hover,
.butn:active {
	color: #fff;
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
}
.butn__new:hover::before {
	left: 120%;
	opacity: 0.5s;
}
.butn__new:hover::after {
	left: 200%;
	opacity: 0.6;
}
.butn span {
	z-index: 20;
}
/* end butn */

/* butn-watch */
.butn-watch:link,
.butn-watch:visited {
	display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    text-transform: capitalize;
    text-decoration: none;
	/*background-color: #050c42;*/
	background-image: linear-gradient(90deg, #e44c11, #f41d1c);
    padding: 8px 20px;
    margin: 20px 15px 0 0;
    border-radius: 4px;
    border: none;
    color: #fff;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
	letter-spacing: 0.094em;
	border: 1px solid #fff;
}
.butn-watch::before {
	background: #fff;
    content: "";
    height: 155px;
    opacity: 0;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    width: 20px;
    transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
}
.butn-watch::after {
	background: #fff;
    content: "";
    height: 20rem;
    opacity: 0;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 2rem;
}
.butn__new-watch::before {
	left: -50%;
}
.butn__new-watch::after {
	left: -100%;
}
.butn-watch:hover,
.butn-watch:active {
	color: #fff;
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 5px rgb(255 255 255);
}
.butn__new-watch:hover::before {
	left: 120%;
	opacity: 0.5s;
}
.butn__new-watch:hover::after {
	left: 200%;
	opacity: 0.6;
}
.butn-watch span {
	z-index: 20;
}
.butn-watch-play{
	background-color: #4549a2!important;
}
/* end butn-watch */

/* butn-play-now */
.butn-play-now:link,
.butn-play-now:visited {
	display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    text-transform: capitalize;
    text-decoration: none;
    /*background-color: #ffcb27;*/
    background-image: linear-gradient(90deg, #e44c11, #f41d1c);
    padding: 4px 20px;
    border-radius: 4px;
    border: none;
    color: #000;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}
.butn-play-now::before {
	background: #fff;
    content: "";
    height: 155px;
    opacity: 0;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    width: 20px;
    transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
}
.butn-play-now::after {
	background: #fff;
    content: "";
    height: 20rem;
    opacity: 0;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 2rem;
}
.butn__new-play-now::before {
	left: -50%;
}
.butn__new-play-now::after {
	left: -100%;
}
.butn-play-now:hover,
.butn-play-now:active {
	color: #000000;
    box-shadow: 0 10px 20px 0 rgb(255 255 255 / 30%);
}
.butn__new-play-now:hover::before {
	left: 120%;
	opacity: 0.5s;
}
.butn__new-play-now:hover::after {
	left: 200%;
	opacity: 0.6;
}
.butn-play-now span {
	z-index: 20;
}
/* end butn-play-now */

/* butn-buy-now */
.butn-buy-now {
	display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    text-transform: capitalize;
    text-decoration: none;
    background-color: #5e16bd;
    background: linear-gradient(90deg, #FFF 0%, #FFF 100%);
	padding: 4px 24px;
    border-radius: 40px;
    border: none;
    color: #000;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
	cursor: pointer;
}
.butn-buy-now::before {
	background: #fff;
    content: "";
    height: 155px;
    opacity: 0;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    width: 20px;
    transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
}
.butn-buy-now::after {
	background: #fff;
    content: "";
    height: 20rem;
    opacity: 0;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 2rem;
}
.butn__new-buy-now::before {
	left: -50%;
}
.butn__new-buy-now::after {
	left: -100%;
}
.butn-buy-now:hover,
.butn-buy-now:active {
	color: #000;
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
	text-decoration: none;
}
.butn__new-buy-now:hover::before {
	left: 120%;
	opacity: 0.5s;
}
.butn__new-buy-now:hover::after {
	left: 200%;
	opacity: 0.6;
}
.butn-buy-now span {
	z-index: 20;
}
/* end butn-buy-now */

/* butn-play-now1 */
.butn-play-now1:link,
.butn-play-now1:visited {
	display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    text-transform: capitalize;
    text-decoration: none;
    background-color: #c10074;
    padding: 8px 25px;
    margin-right: 12px;
    border-radius: 4px;
    border: none;
    color: #fff;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}
.butn-play-now1::before {
	background: #fff;
    content: "";
    height: 155px;
    opacity: 0;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    width: 20px;
    transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
}
.butn-play-now1::after {
	background: #fff;
    content: "";
    height: 20rem;
    opacity: 0;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 2rem;
}
.butn__new-play-now1::before {
	left: -50%;
}
.butn__new-play-now1::after {
	left: -100%;
}
.butn-play-now1:hover,
.butn-play-now1:active {
	color: #fff;
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
}
.butn__new-play-now1:hover::before {
	left: 120%;
	opacity: 0.5s;
}
.butn__new-play-now1:hover::after {
	left: 200%;
	opacity: 0.6;
}
.butn-play-now1 span {
	z-index: 20;
}
/* end butn-play-now1 */

/* butn-play-now2 */
.butn-play-now2:link,
.butn-play-now2:visited {
	display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    text-transform: capitalize;
    text-decoration: none;
    background-color: #fff;
    padding: 8px;
    margin-right: 5px;
    border-radius: 4px;
    border: none;
    color: #fff;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}
.butn-play-now2::before {
	background: #000;
    content: "";
    height: 155px;
    opacity: 0;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    width: 10px;
    transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
}
.butn-play-now2::after {
	background: #000;
    content: "";
    height: 20rem;
    opacity: 0;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 10px;
}
.butn__new-play-now2::before {
	left: 0%;
}
.butn__new-play-now2::after {
	left: -175%;
}
.butn-play-now2:hover,
.butn-play-now2:active {
	color: #fff;
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
}
.butn__new-play-now2:hover::before {
	left: 120%;
	opacity: 0.5s;
}
.butn__new-play-now2:hover::after {
	left: 200%;
	opacity: 0.6;
}
.butn-play-now2 span {
	z-index: 20;
}
.butn-play-now2 svg{
	color: #fff;
}
/* end butn-play-now2 */

/* butn-review */
.butn-review:link,
.butn-review:visited {
	display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    text-transform: capitalize;
    text-decoration: none;
    background-color: #fff;
    padding: 8px 15px;
    border-radius: 4px;
    border: none;
    color: #000;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}
.butn-review::before {
	background: #000;
    content: "";
    height: 155px;
    opacity: 0;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    width: 20px;
    transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
}
.butn-review::after {
	background: #000;
    content: "";
    height: 20rem;
    opacity: 0;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 2rem;
}
.butn__new-review::before {
	left: -50%;
}
.butn__new-review::after {
	left: -100%;
}
.butn-review:hover,
.butn-review:active {
	color: #000;
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
}
.butn__new-review:hover::before {
	left: 120%;
	opacity: 0.5s;
}
.butn__new-review:hover::after {
	left: 200%;
	opacity: 0.6;
}
.butn-review span {
	z-index: 20;
}
/* end butn-review */

/* butn-edit */
.butn-edit {
	display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #6724c1;
    padding: 6px 25px;
    border-radius: 40px;
    border: none;
    color: #fff;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}
.butn-edit::before {
	background: #fff;
    content: "";
    height: 155px;
    opacity: 0;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    width: 20px;
    transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
}
.butn-edit::after {
	background: #fff;
    content: "";
    height: 20rem;
    opacity: 0;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 2rem;
}
.butn__new-edit::before {
	left: -50%;
}
.butn__new-edit::after {
	left: -100%;
}
.butn-edit:hover,
.butn-edit:active {
	color: #fff;
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
}
.butn__new-edit:hover::before {
	left: 120%;
	opacity: 0.5s;
}
.butn__new-edit:hover::after {
	left: 200%;
	opacity: 0.6;
}
.butn-edit span {
	z-index: 20;
}
/* end butn-edit */

/* butn-edit1 */
.butn-edit1 {
	display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #fff;
    padding: 6px 25px;
    border-radius: 40px;
    border: none;
    color: #000;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}
.butn-edit1::before {
	background: #000;
    content: "";
    height: 155px;
    opacity: 0;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    width: 20px;
    transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
}
.butn-edit1::after {
	background: #000;
    content: "";
    height: 20rem;
    opacity: 0;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 2rem;
}
.butn__new-edit1::before {
	left: -50%;
}
.butn__new-edit1::after {
	left: -100%;
}
.butn-edit1:hover,
.butn-edit1:active {
	color: #000;
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
}
.butn__new-edit1:hover::before {
	left: 120%;
	opacity: 0.5s;
}
.butn__new-edit1:hover::after {
	left: 200%;
	opacity: 0.6;
}
.butn-edit1 span {
	z-index: 20;
}
/* end butn-edit1 */

/* butn-save */
.butn-save {
	display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #fff;
    padding: 8px 35px;
    border-radius: 4px;
    border: none;
    color: #000;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
	display: block;
    margin: auto;
}
.butn-save::before {
	background: #000;
    content: "";
    height: 155px;
    opacity: 0;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    width: 20px;
    transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
}
.butn-save::after {
	background: #000;
    content: "";
    height: 20rem;
    opacity: 0;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 2rem;
}
.butn__new-save::before {
	left: -50%;
}
.butn__new-save::after {
	left: -100%;
}
.butn-save:hover,
.butn-save:active {
	color: #000;
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
}
.butn__new-save:hover::before {
	left: 120%;
	opacity: 0.5s;
}
.butn__new-save:hover::after {
	left: 200%;
	opacity: 0.6;
}
.butn-save span {
	z-index: 20;
}
/* end butn-save */

/* butn-submit */
.butn-submit {
	display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #fff;
    padding: 9px 55px;
    border-radius: 50px;
    border: none;
    color: #000;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
	display: block;
    margin:35px auto 0;
	font-weight: 500;
}
.butn-submit::before {
	background: #000;
    content: "";
    height: 155px;
    opacity: 0;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    width: 20px;
    transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
}
.butn-submit::after {
	background: #000;
    content: "";
    height: 20rem;
    opacity: 0;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 2rem;
}
.butn__new-submit::before {
	left: -50%;
}
.butn__new-submit::after {
	left: -100%;
}
.butn-submit:hover,
.butn-submit:active {
	color: #000;
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
}
.butn__new-submit:hover::before {
	left: 120%;
	opacity: 0.5s;
}
.butn__new-submit:hover::after {
	left: 200%;
	opacity: 0.6;
}
.butn-submit span {
	z-index: 20;
}
/* end butn-submit */

/* movie-details-model */
.movie-details-model .video-container {
	width: 100%;
	border-radius: 4px;
	margin: 0 auto;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.4);
	box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.movie-details-model .video-container .video-wrapper {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.movie-details-model .video-container video {
	width: 100%;
	height: 100%;
	border-radius: 4px;
}
.movie-details-model .play-button-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: auto;
	pointer-events: none;
}
.movie-details-model .play-button-wrapper #circle-play-b {
	cursor: pointer;
	pointer-events: auto;
}
.movie-details-model .play-button-wrapper #circle-play-b svg {
	width: 100px;
	height: 100px;
	fill: #fff;
	stroke: #fff;
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 50%;
	opacity: 0.9;
}
.movie-details-model .modal-content{
	background: transparent;
}
.movie-details-model .modal-header{
	background: transparent;
    border: 0;
	margin-bottom: 5px;
}
.movie-details-model .modal-header .close{
	border: 2px solid #ffffff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 0 0 5px 0px;
    color: #fff;
    opacity: 1;
    line-height: 5px;
}
.movie-details-model .modal-body{
	padding: 0;
}
.movie-details-model{
	background: linear-gradient(180deg, rgba(0, 7, 81, 0.50) 0%, rgba(69, 0, 80, 0.50) 100%);
    backdrop-filter: blur(6.559998px);
}
/* movie-details-model */

.navbar-toggler .navbar-toggler-icon .navbar-menu-icon{
	height: 3px;
    width: 25px;
    display: block;
    background: #fff;
    margin-bottom: 5px;
    border-radius: 30px;
}
.navbar-light .navbar-toggler-icon{
	background: none;
}
.navbar-light .navbar-toggler{
	width: 45px;
    height: 37px;
    padding: 0;
	margin-top: 6px;
}
.navbar-toggler-icon{
	width: unset;
	height: unset;
}
/*NEW CSS*/

.modal.login-signup-model.show {
    padding: unset !important;
}
.modal-header {
    padding: 1rem 0rem !important;
}
.table thead th {
    background: #fcc630;
}
@media only screen and (max-width: 667px) {
 
header .navbar .menu-main-menu-container {
    display: inline-block;
    width: 100% !important;
}
.continue-watching .play-button {
    border: none;
    color: white;
    cursor: pointer;
    width: 39px;
    background: #fff;
    padding-right: 2px;
    padding-top: 1px;
    border-radius: 50%;
    margin-bottom: 5px;
}
.search-nav-item {
    display: none !important;
}
.navbar-right .iq-sub-dropdown {
	width: 18.75em;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top:97px !important;
	right: 25px !important;
} 


     
.d-inline-flex {
    display: block !important;
}
.device-list-section .device-list-card {
      margin: 21px auto !important;
    }
.mHide {
    display: none;
}
.navbar-right {
    padding: 11px;
}
.footer-section .col-lg-8 .footer-section-txt {
    display: flex;
    justify-content: space-between;
    margin-bottom: 18px;
}
.footer-section-txt a.btn {
   font-size:14px;
}
}

@media only screen and (max-width: 1180px) {
  .footer-section-txt a.btn {
       padding: 4px !important;
    }
}
.signup-login-drop a {
    width: 100%;
}

/*.data p:nth-child(1) span , .data p:nth-child(3) span , .data p:nth-child(5) span {
    font-size: 26px !important;
}


.data p:nth-child(1) , .data p:nth-child(3)  , .data p:nth-child(5)   {
    margin-top: 39px !important;
}*/


.iq-card-body {
    height: 228px;
    overflow: auto;
}

/*scroll css*/

/* Customize the scrollbar track */
.outer-body ::-webkit-scrollbar {
  width: 5px; /* Width for vertical scrollbar */
  height: 10px; /* Height for horizontal scrollbar */
}

/* Style the track */
.outer-body ::-webkit-scrollbar-track {
  background: #f1f1f1; /* Light gray background */
  border-radius: 10px; /* Rounded corners */
}

/* Style the scrollbar thumb */
.outer-body ::-webkit-scrollbar-thumb {
  background: #f41d1c; /* Darker gray */
  border-radius: 20px; /* Rounded corners */
}

/* Hover effect for the thumb */
.outer-body ::-webkit-scrollbar-thumb:hover {
  background: #6724c1; /* Even darker gray */
}
.outer-body {
    padding: 0px 10px 10px 10px;
}
.home-first-slider .slick-prev:before ,.movies-section-slider .slick-prev:before {
    content: "\f104";
    font-family: 'FontAwesome';
    font-size: 2.2em;
    font-weight: 1000;
    padding-left: 0;
    color: white;
}
.cast-box-inner img {
    width: 55px;
    border-radius: 5px;
    margin-right: 7px;
    height: auto;
}
.cast-block-outer {
    display: flex
;
}
.slick-slide .card {
    background: transparent;
}
.contact-img {
    width: 325px;
    margin: auto;
}
.contact-img img {
    width: 100%;
}
.contact-us-txt {
    height: 100%;
    align-items: center;
    display: flex;
    width: 80%;
}
.footer-section-img {
    display: flex;
    justify-content: right;
}
.footer-section-img img {
    width: 130px;
    margin: 0 5px;
}
.term-policy .term-policy-img img {
    width: 100%;
}