@import url(root.css);
@import url('main-3.2.2.css');


input:focus {
	outline: none;
}

.page-wrapper {
	width: 1366px;
	margin: auto;
	position: relative;
	padding-top: 100px;
}

	.page-wrapper.np {
		padding-top: 0px;
	}

.page_hdr {
	padding: 0 85px;
}

.np {
	padding-top: 0px !important;
}

.nm {
	margin-top: 0px !important;
}

.loader-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fffffffa;
	z-index: 5;
	opacity: .9;
}

	.loader-wrapper img {
		width: 60px;
		border: 2px solid var(--white);
		border-radius: 100px;
	}

.load_ani {
	transform-origin: 50% 50%;
	animation: 2.43902s linear 0s infinite normal forwards running spin
}

@keyframes spin {
	0% {
		animation-timing-function: cubic-bezier(0.5856, 0.0703, 0.4143, 0.9297);
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.pt50 {
	padding-top: 50px;
}

.heading {
	font-size: var(--ft40);
	display: flex;
	font-weight: 700;
	color: var(--black);
}

.title {
	font-size: var(--ft16);
}

.titleBold {
	font-size: var(--ft16);
	font-weight: 700;
}

.head {
	font-size: var(--ft18);
	font-weight: 700;
}

.heading img {
	margin-right: 10px;
}

.invert {
	filter: invert();
}

.bld_600 {
	font-weight: 600;
	color: var(--black);
}

.bld_600Gr {
	font-weight: 600;
	color: var(--black_200);
}

a {
	text-decoration: none;
	cursor: pointer;
}

.icn {
	width: 20px;
	height: auto;
}

	.icn.cirInvert {
		width: 7px;
		filter: invert(1);
	}

.filterBright {
	filter: brightness(0);
}

.icn.cir {
	width: 7px;
}

.errMsg {
	background-color: var(--red_200);
	color: var(--red);
	width: fit-content;
	padding: 10px;
	border-radius: var(--radius);
}

button {
	border: none;
	background-color: transparent;
}

.flip {
	transform: rotate(180deg);
}

.minHight {
	min-height: 500px;
}

.no_recrd {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	box-shadow: var(--shadow);
}

.fltr-wrap {
	position: relative;
}

	.fltr-wrap .filter-loader-wrap {
		position: absolute;
		top: -30px;
	}

.filter-loader-wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fffffffa;
	z-index: 5;
	opacity: .9;
}

	.filter-loader-wrap img {
		width: 60px;
		border: 2px solid var(--white);
		border-radius: 100px;
	}

/* common end*/
.btn {
	background-color: var(--primary);
	border-radius: var(--radius);
	padding: 7px 10px;
	color: var(--white);
	text-decoration: none;
	font-weight: 500;
	font-size: var(--ft16);
	/* border: 1px solid var(--primary); */
}

.btn_brd_w {
	border: 1px solid var(--white);
	border-radius: var(--radius);
	padding: 7px 10px;
	color: var(--white);
	font-weight: 500;
	font-size: var(--ft16);
	text-decoration: none;
}

.btn_brd_second {
	border: 1px solid var(--secndary);
	border-radius: var(--radius);
	padding: 7px 10px;
	color: var(--secndary);
	font-weight: 500;
	font-size: var(--ft16);
	text-decoration: none;
	text-align: center;
}

.btn_hdr {
	margin-top: 20px;
}

	.btn_hdr a {
		display: inline-block;
		margin-right: 20px;
	}

.clr {
	clear: both;
}

.btn_center {
	text-align: center;
}

/* header */
.header {
	position: absolute;
	width: 100%;
	text-align: center;
	padding: 0 80px;
	padding-top: 10px;
	z-index: 2;
	background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
}

	.header .logo {
		margin: 0 auto;
		position: absolute;
		width: 90%;
		text-align: center;
		width: 200px;
		text-align: center;
		left: 0;
		right: 0;
		top: 10px;
		z-index: 6;
	}

		.header .logo img {
			margin: 0 auto;
			width: 145px;
		}

	.header .nav_btn_top_hdr .link {
		color: var(--white);
		/*width: 200px;*/
		/*border-bottom: 1px solid #ffffffb5;*/
		text-align: left;
		height: 30px;
		position: relative;
		/*display: flex;*/
	}

	.header .nav_btn_top_hdr .link_loc {
		color: var(--white);
		width: 200px;
		border-bottom: 1px solid #ffffffb5;
		text-align: left;
		height: 30px;
		position: relative;
		display: flex;
	}

	.header.sticky-top .nav_btn_top_hdr .link_loc {
		border: none;
		width: auto;
		gap: 5px;
	}

	.header .nav_btn_top_hdr .link_loc .city_hdr {
		width: 85%;
		text-overflow: ellipsis;
	}

	.header .nav_btn_top_hdr .link_loc .arr_hdr {
		width: 20px;
		position: relative;
	}

.nav_btn_top_hdr .log_hdr {
	/* display: none;*/
}

.nav_btn_top_hdr .log_reg_hdr {
	display: none;
}

.nav_btn_top_hdr {
	display: flex;
	justify-content: space-between;
}

.header .nav_btn_top_hdr .link .log_initial {
	border-radius: 100px;
	width: 30px;
	height: 30px;
	background-color: var(--secndary);
	color: var(--white);
	font-weight: 700;
	display: inline-block;
	display: flex;
	justify-content: center;
	align-items: center;
	float: left;
}

.header .nav_btn_top_hdr span {
	margin: 0px 10px;
	color: var(--white);
}

.header .nav_btn_top {
	padding-top: 5px;
	display: flex;
	justify-content: space-between;
	z-index: 5;
	position: relative;
}

.header .nav_btn {
	border: 1px solid var(--white);
	border-radius: var(--radius);
	padding: 5px 10px;
	color: var(--white);
	text-decoration: none;
	/*opacity: 0;*/
	pointer-events: none;
}

.header .navbar {
	top: 5px;
	margin: 0px;
	padding: 0px;
}

	.header .navbar .nav-head {
		position: relative;
		display: flex;
		justify-content: space-between;
	}

.header.headerBg {
	height: 105px;
	position: fixed;
	width: 1366px;
	top: 0;
}

.header.sticky-top {
	background-image: url(../images/bg_hdr.jpg);
	position: fixed;
	width: 1366px;
	height: 105px;
	z-index: 20;
	background-size: cover;
}

.headerBg {
	/* background-image: url(../../images/bg_hdr.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%; */
}

.nav-head .navbar-nav .nav-item {
	padding-right: 25px;
	position: relative;
}

.navbar_wrap .nav-item.nav_drop a {
	padding-left: 0px;
	padding-right: 0px;
	position: relative;
}

	.navbar_wrap .nav-item.nav_drop a.dropdown-item {
		padding-left: 10px;
	}

.nav-head .navbar-nav .nav-item a {
	text-decoration: none;
	font-size: var(--ft16);
	color: var(--white);
	font-weight: 500;
	position: relative;
}

.nav-head .navbar-nav .nav-item .dropdown-menu .dropdown-item {
	color: var(--black);
}

.nav-head .navbar-nav .nav-item .head_search_hdr {
	display: flex;
}

.head_search_wrap .search_result {
	position: absolute;
	display: none;
	background: #fff;
	width: 300px;
	min-height: 300px;
	margin-top: 10px;
	border-radius: var(--radius);
	overflow-y: scroll;
	height: 250px;
}

	.head_search_wrap .search_result .head {
		text-align: left;
		padding: 10px;
		font-size: var(--ft16);
	}

	.head_search_wrap .search_result ul {
		margin: 0px;
		padding: 0px;
	}

		.head_search_wrap .search_result ul li {
			list-style: none;
			padding: 10px 0px;
			border-bottom: 1px solid var(--black_100);
			padding: 5px 15px;
		}

			.head_search_wrap .search_result ul li a {
				display: flex;
				align-items: center;
				text-decoration: none;
			}

				.head_search_wrap .search_result ul li a .icn {
					height: 12px;
				}

				.head_search_wrap .search_result ul li a span {
					width: 100%;
					padding: 0px 20px;
					font-size: var(--ft16);
					color: var(--black_500);
					text-align: left;
				}

	.head_search_wrap .search_result li {
		list-style: none;
	}

.nav-head .navbar-nav a.btn {
	background-color: var(--primary);
	font-size: var(--ft14);
	font-weight: 400;
	color: var(--white);
}

.head_search_hdr {
	position: relative;
	width: 300px;
}

	.head_search_hdr .input {
		background-color: #ffffffc4;
		border-radius: var(--radius);
		border: none;
		color: var(--black_200);
		padding: 5px 10px;
		padding-left: 40px;
		width: 100%;
	}

.sticky-top .head_search_hdr .input {
	background-color: #ffff;
}

.head_search_hdr input::placeholder {
	color: var(--black_200);
}

.head_search_hdr .img {
	position: absolute;
	top: 20%;
	left: 10px;
	filter: invert(1) contrast(0);
}

/* header end*/

/* banner */
.banner_wrap .banner_hdr {
	position: relative;
	align-items: center;
	display: block;
	height: 550px;
	overflow: hidden;
}

	.banner_wrap .banner_hdr .ban_img {
		width: 100%;
	}

.banner_seat .banner_hdr {
	position: relative;
	align-items: center;
	display: block;
	height: 300px;
	overflow: hidden;
}

.banner_wrap .owl-nav {
	top: 40%;
	position: absolute;
	width: 98%;
	left: 1%;
	justify-content: space-between;
	display: flex;
	z-index: 1;
}

.banner_seat .banner_hdr .content {
	position: absolute;
	top: 10%;
	left: 80px;
	width: 40%;
	z-index: 2;
	color: var(--white);
	text-align: left;
}

.seat_hdspace {
	height: 148px;
}

.banner_wrap .banner_hdr .content {
	position: absolute;
	bottom: 13%;
	left: 125px;
	width: 60%;
	z-index: 2;
}

.banner_wrap {
	position: relative;
	z-index: 1;
}

.banner_seat {
	position: relative;
	z-index: 1;
	/*margin-top: 200px;*/
}

.seat_imgbn_wrap {
	position: relative;
	height: 300px;
	overflow: hidden;
}

	.seat_imgbn_wrap .img_full_overlay {
		position: absolute;
		bottom: 0px;
	}

	.seat_imgbn_wrap:before {
		background: linear-gradient(93deg, #000 0%, rgba(0, 0, 0, 0.00) 100%), #d3d3d300 1.294px -0.623px / 100% 129.848% no-repeat;
		position: absolute;
		content: '';
		width: 100%;
		height: 100%;
	}

.banner_wrap .banner_hdr a.btn_trailer {
	position: absolute;
	top: 50%;
	right: 25%;
}

	.banner_wrap .banner_hdr a.btn_trailer img {
		filter: invert();
		width: 100px;
	}

/*.banner_seat .banner_hdr .seat_imgbn_wrap .img_full:before {
	background: linear-gradient(93deg, #000 0%, rgba(0, 0, 0, 0.00) 100%), #d3d3d300 1.294px -0.623px / 100% 129.848% no-repeat;
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
}*/

.banner_seat .banner_hdr .content h1,
.banner_wrap .banner_hdr .content h1 {
	margin: 0px;
	color: var(--white);
	font-size: var(--ft40);
	font-weight: 600;
}

.banner_wrap .banner_hdr .content p {
	margin: 0px;
	padding: 0px;
	color: var(--white);
}

.banner_wrap_car .owl-dots {
	position: absolute;
	top: 85%;
	z-index: 10;
	left: 50%;
}

	.banner_wrap_car .owl-dots .active span {
		background-color: var(--secndary);
		width: 20px;
	}

	.banner_wrap_car .owl-dots span {
		margin: 5px;
		width: 10px;
		height: 10px;
		display: block;
		background: var(--white);
		border-radius: 100px;
	}

.banner_wrap .banner_hdr .content .synop .rate_hdr {
	display: flex;
	margin: 15px 0px;
	align-items: center;
}

	.banner_wrap .banner_hdr .content .synop .rate_hdr .icn_rate img {
		margin-left: 10px;
		height: 22px;
	}

	.banner_wrap .banner_hdr .content .synop .rate_hdr a {
		color: var(--white);
		font-weight: 100;
	}

	.banner_wrap .banner_hdr .content .synop .rate_hdr span {
	}

		.banner_wrap .banner_hdr .content .synop .rate_hdr span.vLine {
			height: 20px;
			width: 1px;
			margin: 0px 15px;
			background-color: var(--white);
		}

.banner_wrap .banner_hdr .content .synop {
	margin: 0px;
	padding: 0px;
	color: var(--white);
}

	.banner_wrap .banner_hdr .content .synop a {
		color: var(--secndary);
		text-decoration: none;
		font-weight: 700;
		margin-right: 15px;
	}

	.banner_wrap .banner_hdr .content .synop .btn_wrap {
		margin-top: 20px;
	}

		.banner_wrap .banner_hdr .content .synop .btn_wrap .btn_gr {
			background-color: var(--black_200);
			color: var(--black_500);
			font-weight: 400;
			color: var(--white);
		}

	.banner_wrap .banner_hdr .content .synop .list {
		font-size: var(--ft14);
	}

		.banner_wrap .banner_hdr .content .synop .list img {
			margin-right: 10px;
		}

.banner_wrap .banner_hdr:before {
	background: linear-gradient(93deg, #000 0%, rgba(0, 0, 0, 0.00) 100%), #d3d3d300 1.294px -0.623px / 100% 129.848% no-repeat;
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
}

/* banner end*/
/* search unit */
.search_wrap {
	width: 950px;
	margin: 0 auto;
	z-index: 1;
	position: relative;
}

.search_hdr {
	width: 950px;
	height: 75px;
	background-color: var(--white);
	border-radius: var(--radius);
	box-shadow: 0px 0px 10px var(--black_200);
	position: relative;
	top: -40px;
	overflow: hidden;
	padding: 10px;
	display: flex;
	padding-left: 20px;
}

	.search_hdr input {
		font-size: var(--ft16);
		color: var(--black_200);
		width: 100%;
		border: none;
	}

	.search_hdr .btn {
		/* position: absolute; */
		background-color: var(--secndary);
		width: 55px;
		height: 55px;
	}

		.search_hdr .btn img {
			width: 40px;
			height: 40px;
		}

.search_wrap .search_result {
	display: none;
	width: 950px;
	max-height: 400px;
	overflow-y: scroll;
	background-color: var(--white);
	border-radius: var(--radius);
	box-shadow: 0px 0px 10px var(--black_200);
	padding: 10px 20px;
	position: absolute;
	top: 50px;
}

	.search_wrap .search_result .head {
		font-size: var(--ft16);
		font-weight: 700;
		margin-top: 10px;
	}

	.search_wrap .search_result ul {
		margin: 0px;
		padding: 0px;
	}

		.search_wrap .search_result ul li {
			list-style: none;
			padding: 10px 0px;
			border-bottom: 1px solid var(--black_100);
		}

			.search_wrap .search_result ul li a {
				display: flex;
				align-items: center;
				text-decoration: none;
			}

				.search_wrap .search_result ul li a .icn {
					height: 12px;
				}

				.search_wrap .search_result ul li a span {
					width: 100%;
					padding: 0px 20px;
					font-size: var(--ft16);
					color: var(--black_500);
				}

/* search unit end */

/* tab now shwoing */

/* head section */
.head-section {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 50px;
}

.head-section-col {
	margin-top: 50px;
}

.head-section .icn_list {
	height: 50px;
}

.head-section .btn_hdr {
	height: 50px;
	margin-top: 0px;
}

.head-section .icn_list a {
	background-color: var(--secndary_200);
	width: 50px;
	height: 50px;
	border-radius: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 5px;
}

.head-section .icn_list li a.active {
	background-color: var(--primary);
}

.head-section .icn_list .no-bg a.active {
	background-color: var(--white);
	font-weight: 700;
	text-decoration: none;
	color: var(--primary);
}

.head-section .icn_list .no-bg a {
	background-color: var(--white);
	font-weight: 700;
	text-decoration: none;
	color: var(--primary);
}

/* head section end*/
.headline {
	font-size: var(--ft48);
	font-weight: 800;
	color: var(--primary);
}

	.headline.top {
		margin-top: 60px;
	}

.tab_wrap {
	padding: 0px 85px;
	margin-top: 25px;
}

	.tab_wrap .nav li a {
		font-size: var(--ft24);
		color: var(--secndary_200);
		font-weight: 700;
		text-decoration: none;
		padding: 10px;
		margin: 0 20px;
	}

		.tab_wrap .nav li a.active {
			color: var(--secndary);
			border-bottom: 1px solid var(--secndary);
		}

	.tab_wrap ul {
		justify-content: center;
		margin-bottom: 100px;
	}

.mv_thumb_hdr a.mv_thumb img {
	width: 210px;
	height: 310px;
}

.mv_thumb_hdr a {
	display: inline-block;
	transform: scale(1);
	transition: 1s;
}

	.mv_thumb_hdr a:hover {
		transform: scale(1.1);
		transition: 1s;
	}

	.mv_thumb_hdr a::after {
		content: 'Book Now';
		background-color: var(--primary);
		color: var(--white);
		padding: 10px;
		border-radius: var(--radius);
		margin-top: 10px;
		width: 100%;
		display: block;
		text-align: center;
		transform: scale(1);
		opacity: 0;
		transition: 1s;
		transform: translateY(-40px);
	}

	.mv_thumb_hdr a:hover:after {
		opacity: 1;
		display: block;
		text-align: center;
		transform: scale(1);
		transition: 1s;
	}

.mv_thumb_hdr {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	height: 420px;
	overflow: hidden;
	align-items: center;
}

#upcoming .mv_thumb_hdr a::after {
	/* display: none; */
	content: 'View More';
}

/* carosal */
.mv_thumb_hdr .owl-stage-outer {
	overflow: visible !important;
	left: 15px;
}

.mv_thumb_hdr .movieSlider {
	display: flex !important;
	align-items: center;
}

	.mv_thumb_hdr .movieSlider .owl-nav {
		display: flex;
		justify-content: space-between;
		position: absolute;
		width: 100%;
		z-index: 0;
		/*display: none;*/
	}

/* carosal */

.promo_thumb_hdr .prmo_thumb img {
	border-radius: 10px;
}

.promo_thumb_hdr {
	width: 100%;
	display: flex;
	/*justify-content: space-between;*/
	gap: 25px;
}

	.promo_thumb_hdr a {
		text-decoration: none;
		width: 32%;
	}

		.promo_thumb_hdr a .title {
			font-size: var(--ft22);
			color: var(--primary);
			padding: 10px 0px;
			font-weight: 700;
			height: 80px;
			text-overflow: ellipsis;
			/* white-space: nowrap; */
			overflow: hidden;
			/* width: 100%; */
		}

		.promo_thumb_hdr a p {
			color: var(--black_200);
			font-size: var(--ft16);
		}

			.promo_thumb_hdr a p .icn {
				height: 15px;
			}

.mem_hdr .content {
	width: 425px;
}

	.mem_hdr .content .title {
		font-size: var(--ft32);
		color: var(--primary);
		margin-top: 100px;
		font-weight: 700;
	}

	.mem_hdr .content .sub-title {
		font-size: var(--ft22);
		color: var(--primary);
	}

/* cinema section lp*/
.cine_wrap {
	position: relative;
}

	.cine_wrap .banner_hdr {
		height: 400px;
	}

	.cine_wrap .content {
		position: absolute;
		top: 40%;
		left: 10%;
	}

		.cine_wrap .content .title {
			font-size: var(--ft18);
			padding: 20px 0px;
			color: var(--white);
		}

/* cinema section lp end*/
.footer {
	/* background: url(../../images/ft_bg.jpg);
    background-repeat: no-repeat; */
	/* height: 244px; */
}


.cine_wrap .cine_img {
}

/* footer */
.footer .vLine {
	background-color: var(--white_200);
	width: 1px;
	height: 175px;
}

.footer .foot-col-hdr {
	display: flex;
	justify-content: space-between;
}

.footer .foot-col {
	display: flex;
	align-items: center;
}

.foot-playstore_link a {
	margin-right: 10px;
}

	.foot-playstore_link a img {
		height: 50px;
	}

.footer .foot-col .foot-playstore p {
	color: var(--white);
}

.footer .foot-col .foot-col-link a {
	display: block;
	text-decoration: none;
	color: var(--white);
	font-size: var(--ft12);
	padding: 7px 0px;
	text-align: left;
}

.footer .foot-note {
	border-top: 1px solid var(--white_200);
	font-size: var(--ft12);
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 50px;
}

	.footer .foot-note p {
		margin: 0px;
	}

	.footer .foot-note .link a {
		text-decoration: none;
		padding: 0px 20px;
	}

	.footer .foot-note .link-social a {
		padding: 0 10px;
	}

		.footer .foot-note .link-social a img {
			height: 20px;
		}

/* footer end*/
/* movie schdule */
.synop_hdr {
	/* height: 100px; */
	width: 95%;
	margin-top: 10px;
}

.text-container {
	max-height: 50px;
	overflow: hidden;
	transition: max-height .5s ease;
}

	.text-container a {
		display: inline;
	}

	.text-container.show {
		max-height: 100px;
		overflow-y: scroll;
	}

		.text-container.show::-webkit-scrollbar {
			width: 10px;
			background-color: #cccc;
		}

		.text-container.show::-webkit-scrollbar-thumb {
			width: 20px;
			height: 20px;
			background-color: #666;
		}

.show-btn {
	/* box-shadow: 0 2px 5px rgba(0, 0, 0, .6); */
	border: none;
	border-radius: 100%;
	bottom: -15px;
	color: #fff;
	cursor: pointer;
	height: 40px;
	right: -70px;
	margin-left: -20px;
	position: absolute;
	transition: background-color .25s ease;
	/* width: 40px; */
	font-size: 20px;
	font-size: var(--ft16);
}

	.show-btn::after {
		content: "See More";
	}

	.show-btn.rotate:after {
		content: "See Less";
	}


.widget_wrap {
	width: 1110px;
	height: 85px;
	margin: 0 auto;
	background-color: var(--white);
	border-radius: var(--radius);
	box-shadow: 0px 0px 10px var(--black_200);
	position: relative;
	top: -40px;
	overflow: hidden;
	display: flex;
	z-index: 1;
}

	.widget_wrap .widget_hdr {
		width: 100%;
		padding: 10px;
		padding-left: 20px;
		display: flex;
		align-items: center;
	}

	.widget_wrap.cin_widget {
		width: 940px;
		margin-top: -20px;
	}

		.widget_wrap.cin_widget .widget_hdr {
			justify-content: space-evenly;
		}

			.widget_wrap.cin_widget .widget_hdr .selet_hdr {
				width: 35%;
			}

/* // */
.selet_hdr {
	width: 30%;
	display: flex;
}

.widget_wrap.cin_widget .widget_hdr .selet_hdr input {
	border: none;
	padding-left: 10px;
}

.selet_hdr select:focus {
	outline: transparent;
}

.selet_hdr select {
	border: transparent;
	width: 100%;
	padding: 10px;
}

.selet_hdr object.svg {
	opacity: .3;
	filter: invert(1);
}

/* widget */
.widget_hdr .vLine {
	width: 1px;
	height: 20px;
	background-color: var(--black_100);
	margin: 0 20px;
}

.widget_hdr .selet_dt_hdr {
	/* width: 40%; */
	width: 360px;
	display: flex;
	height: 85px;
	position: relative;
}

	.widget_hdr .selet_dt_hdr .dateHdr .owl-nav .owl-prev {
		width: 10px;
	}

	.widget_hdr .selet_dt_hdr .dateHdr .owl-stage-outer {
		left: 0px;
		width: 80%;
		margin: auto;
		z-index: 1;
	}

	.widget_hdr .selet_dt_hdr .dateHdr .owl-nav {
		justify-content: space-between;
		display: flex;
		position: absolute;
		width: 100%;
		top: 40%;
		opacity: .6;
	}

	.widget_hdr .selet_dt_hdr a.dt_hdr.active,
	.widget_hdr .selet_dt_hdr a.dt_hdr:hover {
		background-color: var(--secndary);
		opacity: 1;
	}

		.widget_hdr .selet_dt_hdr a.dt_hdr.active > * {
			color: var(--white);
			opacity: 1;
		}

	.widget_hdr .selet_dt_hdr a.dt_hdr {
		text-decoration: none;
		padding: 5px 15px;
		opacity: .3;
		height: 85px;
	}

.dt_hdr {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

	.dt_hdr p {
		margin: 0px;
	}

.dt_hdr {
	font-size: var(--ft14);
}

	.dt_hdr .dt_bt {
		font-size: var(--ft16);
		font-weight: 700;
	}

/* accordian */
.accor_wrap {
	width: 910px;
	margin: 0 auto;
}

	.accor_wrap h2 {
		font-size: var(--ft24);
		font-weight: 700;
		color: var(--black);
		margin: 0px;
		border-bottom: 1px solid var(--black_100);
		/* margin-bottom: 20px; */
		padding: 20px 45px;
	}

.accor_wrap_cont .accordion {
	padding: 20px 10px;
}

.accor_wrap .accordion-button:not(.collapsed) {
	color: var(--black_500);
	background: var(--white);
	border-bottom: 1px solid var(--black_100);
}

	.accor_wrap .accordion-button:not(.collapsed)::after {
		filter: grayscale(1);
	}

.accor_wrap_cont {
	background-color: #FAFAFA;
}

	.accor_wrap_cont .accordion-body {
		padding: 0px 45px;
	}

		.accor_wrap_cont .accordion-body .hLine {
			border-bottom: 1px solid var(--black_100);
		}

.sch_pric {
	font-size: var(--ft18);
	display: flex;
	margin: 20px 0px;
}

	.sch_pric .icn {
		margin: 0px 10px;
	}

	.sch_pric .bld {
		font-weight: 700;
		color: var(--black);
	}

	.sch_pric a.tnc_hdr {
		font-size: var(--ft16);
		color: var(--secndary);
	}

		.sch_pric a.tnc_hdr img {
			width: 15px;
			height: 15px;
		}

	.sch_pric .vLine {
		width: 1px;
		height: 25px;
		background-color: var(--black_100);
		margin: 0px 10px;
	}

.sch_date a {
	font-size: var(--ft14);
	color: var(--black_500);
	border: 1px solid var(--black_200);
	text-decoration: none;
	/* padding: 8px 17px; */
	border-radius: 5px;
	/* margin: 0px 5px; */
	width: 60px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.sch_wrap {
	padding-bottom: 40px;
	padding-top: 10px;
}

	.sch_wrap .sch_date {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
	}

.sch_date .disable {
	background-color: var(--black_100);
	border-color: var(--black_100);
}

.sch_date .active,
.sch_date a:hover {
	background-color: var(--primary);
	color: var(--white);
	border-color: var(--primary);
}

.accor_wrap {
	margin-bottom: 20px;
}

/* movie schdule end */

/* seat layout */
.seat {
	width: 40px;
	height: 40px;
	position: relative;
}

	.seat.broke label {
		background-image: url(../../images/icn_seat_block.svg);
		background-repeat: no-repeat;
		pointer-events: none;
	}

	.seat.booked label {
		background-image: url(../../images/icn_seat_booked.svg);
		background-repeat: no-repeat;
		pointer-events: none;
	}

	.seat.couple label {
		background-image: url(../../images/icn_seat_coupl.svg);
		background-repeat: no-repeat;
	}

	.seat input[type=checkbox] {
		position: absolute;
		opacity: 0;
	}

		.seat input[type=checkbox]:checked + label {
			/* background: #bada55; */
			color: var(--white);
			background-image: url(../../images/icn_seat_selected.svg);
			-webkit-animation-name: rubberBand;
			animation-name: rubberBand;
			animation-duration: 300ms;
			animation-fill-mode: both;
			background-repeat: no-repeat;
		}

		.seat input[type=checkbox]:disabled + label {
			background: #dddddd;
			text-indent: -9999px;
			overflow: hidden;
		}

			.seat input[type=checkbox]:disabled + label:after {
				content: "X";
				text-indent: 0;
				position: absolute;
				top: 4px;
				left: 50%;
				transform: translate(-50%, 0%);
			}

			.seat input[type=checkbox]:disabled + label:hover {
				box-shadow: none;
				cursor: not-allowed;
			}

	.seat label {
		display: block;
		position: relative;
		width: 100%;
		font-size: var(--ft12);
		text-align: center;
		color: var(--white);
		/* font-size: 14px; */
		/* font-weight: bold; */
		/* line-height: 1.5rem; */
		/* padding: 4px 0; */
		background-image: url(../../images/icn_seat.svg);
		background-repeat: no-repeat;
		/* filter: invert(1) grayscale(1); */
		/* border-radius: 5px; */
		animation-duration: 300ms;
		animation-fill-mode: both;
		background-size: 100%;
		height: 30px;
		width: 30px;
	}

		.seat label:before {
			content: "";
			position: absolute;
			width: 75%;
			height: 75%;
			top: 1px;
			left: 50%;
			transform: translate(-50%, 0%);
			/* background: rgba(255, 255, 255, 0.4);
    border-radius: 3px; */
		}

		.seat label:hover {
			cursor: pointer;
			/* box-shadow: 0 0 0px 2px #5C6AFF; */
		}

.seat_layout a {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: var(--ft14);
	color: var(--white);
	position: relative;
}

	.seat_layout a span {
		position: absolute;
		top: 5px;
		color: var(--white);
		z-index: 1;
	}

	.seat_layout a img {
		width: 40px;
		filter: grayscale(1) brightness(3);
	}

	.seat_layout a:hover img {
		filter: invert(1) hue-rotate(435deg) saturate(5);
	}

	.seat_layout a.active img {
		filter: contrast(0.5) saturate(5.5) brightness(1.3) hue-rotate(145deg);
	}

	.seat_layout a.blank {
		filter: brightness(10);
		pointer-events: none;
	}

	.seat_layout a.avb_cou {
		filter: contrast(0.5) saturate(100) brightness(1.3);
		pointer-events: none;
	}

	.seat_layout a.active,
	.seat_layout a.reserved {
		pointer-events: none;
	}

		.seat_layout a.reserved img {
			filter: invert(1) grayscale(1);
		}

.seat_layout_wrap {
	position: relative;
	top: -5px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-bottom: 20px;
	text-align: center;
}

	.seat_layout_wrap .table {
		zoom: 1.1;
	}

		/*.seat_layout_wrap .table > tbody > td, .seat_layout_wrap .table > tbody > th, .seat_layout_wrap .table > tr {
			border: none !important;
		}

		.seat_layout_wrap .table > :not(:first-child) {
			border: none !important;
		}*/

		.seat_layout_wrap .table > :not(:first-child) {
			border: 0px !important;
		}

		.seat_layout_wrap .table th,
		.seat_layout_wrap .table tr,
		.seat_layout_wrap .table td,
		.table > :not(caption) > * > * {
			border: 0px !important;
			border-width: none;
		}

.seat_header .content span {
	margin: 0px 5px;
}

.seat_header .content.right {
	text-align: right;
}

.seat_header .vLine {
	height: 100px;
	width: 1px;
}

.seat_header {
	display: flex;
	gap: 20px;
	color: var(--white);
	justify-content: center;
	margin-bottom: 30px;
}

.seat_layout_wrap .head {
	color: var(--secndary);
	font-size: var(--ft22);
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
	margin-top: 20px;
}

.seat_layout th {
	text-align: center;
	color: var(--white);
	text-transform: uppercase;
	padding: 10px;
}

.seat_layout_wrap .seat_layout td {
	padding: 5px;
}

.seat_layout_wrap .seat_layout .gutter {
	width: 50px;
	display: block;
}

.seat_layout_wrap .seat_handlr .mv_seat_desc {
	padding: 10px 20px;
	background-color: var(--secndary_100);
	color: var(--black_500);
	width: 250px;
	text-align: left;
}

	.seat_layout_wrap .seat_handlr .mv_seat_desc p {
		margin: 0px;
		color: var(--black_500);
	}

	.seat_layout_wrap .seat_handlr .mv_seat_desc .title {
		font-size: var(--ft16);
		font-weight: 600;
	}

	.seat_layout_wrap .seat_handlr .mv_seat_desc .item {
		font-size: var(--ft14);
	}

.icn_seatarow {
}

.legend {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 20px;
}

	.legend .item {
		width: 35%;
		font-size: var(--ft14);
		text-align: left;
	}

.seat_handlr {
	display: flex;
	align-items: center;
	width: 990px;
	margin: 0 auto;
	margin: 20px 0px;
	/* flex-direction: column; */
	border: 1px solid var(--black_100);
	border-radius: var(--radius);
	justify-content: space-between;
	padding-right: 20px;
}

	.seat_handlr .seat_selct_hdr {
		display: flex;
	}

	.seat_handlr .mv_seat_selct {
		display: flex;
		justify-content: center;
		padding-left: 10px;
		width: 85%;
	}

		.seat_handlr .mv_seat_selct .btn {
			width: 70%;
			font-weight: 600;
		}

		.seat_handlr .mv_seat_selct .mv_seat a img {
			filter: contrast(0.5) saturate(5.5) brightness(1.3);
		}

		.seat_handlr .mv_seat_selct .mv_seat a {
			display: flex;
			/* justify-content: center; */
			align-items: center;
			font-size: var(--ft14);
			color: var(--white);
			position: relative;
			pointer-events: none;
			transform: scale(0.8);
		}

		.seat_handlr .mv_seat_selct .mv_seat {
			display: flex;
		}

			.seat_handlr .mv_seat_selct .mv_seat a span {
				position: absolute;
				top: 18px;
				color: var(--white);
				z-index: 1;
				left: 0;
				font-size: var(--ft16);
				text-align: center;
				width: 100%;
			}

.legend img {
	margin: 0px 10px;
}

.legend .seat_avb_cou {
	pointer-events: none;
	width: 10px;
	height: 10px;
}

.legend .seat_selected {
	pointer-events: none;
	width: 10px;
	height: 10px;
}

.legend .seat_reglr {
	/* filter: contrast(0.5) saturate(100) brightness(1.3); */
	pointer-events: none;
	width: 10px;
	height: 10px;
}

.legend .seat_reservd {
	pointer-events: none;
	width: 10px;
	height: 10px;
}



/* seat layout end*/

/* order */
.heading_hdr {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	margin-bottom: 40px;
}

.ord_wrap_col .timer_hdr .content .title_bold {
	font-weight: 600;
}

.ord_wrap_col .timer_hdr {
	width: 100%;
	margin-bottom: 20px;
	height: inherit;
	justify-content: space-between;
}

.ord_wrap_col {
	width: 68%;
}

	.ord_wrap_col .bd_hdr {
		width: 100%;
	}

	.ord_wrap_col .timer_hdr .content {
		flex: 1;
	}

.ord_page.heading_hdr {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	margin-bottom: 10px;
}

	.ord_page.heading_hdr .heading span {
		white-space: nowrap
	}

.timer_hdr {
	font-size: var(--ft14);
	font-weight: 400;
	background-color: var(--secndary_100);
	border-radius: var(--radius);
	padding: 10px 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	width: 30%;
}

	.timer_hdr span {
		color: red;
		margin-left: 15px;
	}

		.timer_hdr span.img {
			margin-left: 5px;
		}

	.timer_hdr svg {
		top: -2px;
		position: relative;
		margin-left: 5px;
	}

.ord_wrap {
	display: flex;
	justify-content: space-between;
}

.bd_hdr {
	width: 785px;
	box-shadow: 0px 2px 10px rgba(0, 14, 51, 0.1);
	border-radius: var(--radius);
	padding: 24px 16px;
}

	.bd_hdr.od_hdr {
		width: 29.9%;
	}

	.bd_hdr .head {
		font-size: var(--ft18);
		font-weight: 700;
		/* border-bottom: 1px solid var(--black_100); */
		padding-bottom: 10px;
	}

.od_hdr .list_wrap {
	background-color: var(--black_90);
	padding: 10px;
	border-radius: var(--radius);
	margin-top: 10px;
	margin-bottom: 10px;
}

.bd_hdr .list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: var(--ft16);
	margin: 10px 0px;
}

	.bd_hdr .list .title {
		font-weight: 400;
	}

	.bd_hdr .list .titleBolder {
		font-weight: 800;
	}

	.bd_hdr .list .titleBold {
		font-weight: 600;
	}

.bd_hdr hr {
	margin-top: 20px;
	padding: 0px;
}

.bd_hdr .btn {
	width: 100%;
}

.promo {
	border: 1px solid var(--black_100);
	position: relative;
	border-radius: var(--radius);
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
	padding: 10px;
	display: flex;
	justify-content: space-between;
}

	.promo input {
		border: none;
		width: 100%;
		padding: 5px 10px;
	}

	.promo.pay_hdr {
		width: 100%;
		text-decoration: none;
	}

		.promo.pay_hdr img {
			height: 30px;
		}

.pay_hdr .title {
	width: 100%;
	padding: 0px 10px;
}

/* order end */
/* modal */
.mod-btn {
	border-radius: 100px;
	border: 1px solid var(--black_500);
	width: 20px;
	height: 20px;
}

.modal-hdr {
}

.modal-dialog.modal-hdr {
	max-width: 800px;
}

.modal-hdr .head {
	font-size: var(--ft22);
	font-weight: 700;
	color: var(--black);
}

.modal-hdr .title {
	font-size: var(--ft14);
	font-weight: 700;
}

.modal-hdr .list-wrap .list-hdr {
	border-radius: var(--radius);
	box-shadow: var(--shadow);
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
}

.modal-hdr .list-wrap .list-link-hdr {
	justify-content: space-between;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 0px 20px;
}

.modal-hdr .list-wrap .list-hdr a {
	display: flex;
	width: 100%;
	text-decoration: none;
	padding: 10px 0px;
	font-weight: 100;
	color: var(--black_500);
	gap: 12px;
	align-items: center;
}

	.modal-hdr .list-wrap .list-hdr a.btn {
		width: 30%;
		color: var(--white);
		font-weight: 500;
		text-align: center;
		display: block;
	}

	/* .modal-hdr .list-wrap .list-hdr .list {
    display: flex;
    justify-content: space-between;
    position: relative;
} */

	.modal-hdr .list-wrap .list-hdr a.link:after {
		flex-shrink: 0;
		width: 30px;
		height: 30px;
		margin-left: auto;
		content: "";
		background-image: url(../../images/icn_right_arr.svg);
		background-repeat: no-repeat;
		background-size: 30px;
		transition: transform .2s ease-in-out;
		transform: rotate(90deg);
		display: block;
	}

	.modal-hdr .list-wrap .list-hdr a.link.collapsed:after {
		flex-shrink: 0;
		width: 30px;
		height: 30px;
		margin-left: auto;
		content: "";
		background-image: url(../../images/icn_right_arr.svg);
		background-repeat: no-repeat;
		background-size: 30px;
		transition: transform .2s ease-in-out;
		/* transform: rotate(90deg); */
		transform: rotate(-90deg);
	}


.modal-hdr .list-wrap .list .pay_hdr_img {
	width: 120px;
	margin-right: 10px;
}

.modal-hdr .list-wrap .list-hdr .link img {
	height: 35px;
}

.modal-hdr .list-wrap .list-hdr .list_content .head {
	font-size: var(--ft16);
	font-weight: 600;
	margin-top: 10px;
}

.modal-hdr .list-wrap .list-hdr .list_content {
	padding: 0px 20px;
	padding-bottom: 10px;
}

	.modal-hdr .list-wrap .list-hdr .list_content ol {
		margin: 0px;
		padding-left: 15px;
		margin-bottom: 20px;
	}

		.modal-hdr .list-wrap .list-hdr .list_content ol li {
			font-size: var(--ft14);
		}

.modal-hdr .list-wrap .list-hdr .list {
	display: flex;
	justify-content: space-between;
	position: relative;
}

	.modal-hdr .list-wrap .list-hdr .list:after {
		flex-shrink: 0;
		width: 30px;
		height: 30px;
		margin-left: auto;
		content: "";
		background-image: url(../../images/icn_right_arr.svg);
		background-repeat: no-repeat;
		background-size: 30px;
		transition: transform .2s ease-in-out;
		transform: rotate(-90deg);
	}

.modal-hdr .list-wrap .list-hdr .collapsed:after {
	flex-shrink: 0;
	width: 30px;
	height: 30px;
	margin-left: auto;
	content: "";
	background-image: url(../../images/icn_right_arr.svg);
	background-repeat: no-repeat;
	background-size: 30px;
	transition: transform .2s ease-in-out;
	/* transform: rotate(90deg); */
	transform: rotate(90deg);
}

.modal-hdr .list-wrap .list-hdr .promo-hdr {
	height: 55px;
	display: flex;
	align-items: center;
	padding: 0px 20px;
}

	.modal-hdr .list-wrap .list-hdr .promo-hdr .icn {
		width: 30px;
		height: auto;
		margin-right: 15px;
	}

	.modal-hdr .list-wrap .list-hdr .promo-hdr input {
		border: none;
		width: 100%;
		font-weight: 100;
		padding: 0px 10px;
	}

	.modal-hdr .list-wrap .list-hdr .promo-hdr button {
		border: 1px solid var(--black_200);
		border-radius: var(--radius);
		font-size: var(--ft14);
		height: 35px;
		padding: 5px 10px;
		background-color: var(--white);
		color: var(--black_200);
	}

.modal-hdr .list-wrap .list img {
	margin-right: 20px;
}

.modal-hdr .list-wrap .head {
	font-size: var(--ft14);
	font-weight: 700;
	margin: 10px 0px;
}

.promo-section-hdr {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}

.list-wrap .promo-section .head {
	font-size: var(--ft22);
}

.offer-wrap_1 .owl-nav {
	position: absolute;
	z-index: 1;
	/* top: 92px; */
	top: -45px;
	right: 10px;
}

	.offer-wrap_1 .owl-nav button {
		border: none;
		background-color: transparent;
	}

.promo-status-wrap {
	background-color: var(--secndary_100);
	border-radius: var(--radius);
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 10px;
}

.promo-status {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

	.promo-status .head {
		color: var(--primary);
		padding: 0px;
		font-size: var(--ft16);
	}

.offer-wrap {
	display: flex;
	justify-content: space-between;
	/* overflow: hidden; */
	height: 200px;
}

.offer-wrap_1 {
	position: relative;
}

	.offer-wrap_1 .offer-wrap {
		/*overflow: hidden;*/
	}

.offer-wrap .owl-item {
	float: left;
}

.offer-hdr {
	border-radius: var(--radius);
	background-color: var(--black_90);
	padding: 10px 20px;
	width: 100%;
	display: inline-block;
}

	.offer-hdr .offer-name {
		font-size: var(--ft14);
	}

	.offer-hdr .offer-title {
		font-size: var(--ft16);
		font-weight: 500;
		color: var(--black);
		height: 60px;
		overflow: hidden;
	}

	.offer-hdr .offer-sub-title {
		font-size: var(--ft14);
	}

	.offer-hdr hr {
		margin: 10px 0px;
	}

	.offer-hdr .offer-code {
		font-size: var(--ft14);
		color: var(--black);
		font-weight: 600;
	}

	.offer-hdr .offer-row {
		display: flex;
		justify-content: space-between;
	}

	.offer-hdr .offer-link {
		text-decoration: none;
		color: var(--secndary);
		font-weight: 600;
	}

.offer-error {
	text-align: center;
	display: block;
	color: red;
}

/* modal end*/
/* pagyment  */
.pg-wrap {
	box-shadow: var(--shadow);
	border-radius: var(--radius);
	width: 930px;
	margin-top: 40px;
	margin-bottom: 80px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

	.pg-wrap .head {
		font-size: var(--ft24);
		font-weight: 700;
		padding: 20px 0px;
	}

	.pg-wrap .img-pay {
		padding-bottom: 20px;
	}

	.pg-wrap .timer_hdr {
		background-color: var(--red_200);
		color: var(--red);
	}

		.pg-wrap .timer_hdr svg {
			top: 0px;
		}

	.pg-wrap .title {
		font-size: var(--ft16);
		padding-top: 20px;
	}

		.pg-wrap .title strong {
			font-size: var(--ft18);
			font-weight: 700;
			color: var(--black);
		}

	.pg-wrap hr {
		margin: 20px 0px;
		width: 60%;
		height: 1px;
		background-color: var(--black_100);
	}

	.pg-wrap .qr-hdr {
		display: flex;
		align-items: center;
		margin-bottom: 40px;
	}

		.pg-wrap .qr-hdr .img {
			padding: 10px;
			box-shadow: var(--shadow);
			border-radius: var(--radius);
		}

		.pg-wrap .qr-hdr .content {
			margin-left: 20px;
		}

			.pg-wrap .qr-hdr .content .title-bold {
				font-size: var(--ft16);
				font-weight: 700;
			}

			.pg-wrap .qr-hdr .content .title {
				font-size: var(--ft16);
				padding: 10px 0px;
			}

			.pg-wrap .qr-hdr .content .prc {
				font-size: var(--ft24);
				font-weight: 700;
				padding-bottom: 10px;
			}

	.pg-wrap .list-hdr {
		border-radius: var(--radius);
		box-shadow: var(--shadow);
		align-items: center;
		justify-content: space-between;
		margin-bottom: 15px;
		width: 720px;
	}

	.pg-wrap .list-link-hdr {
		justify-content: space-between;
		display: flex;
		align-items: center;
		width: 100%;
		padding: 0px 20px;
	}

	.pg-wrap .list-hdr {
		margin-bottom: 20px;
	}

		.pg-wrap .list-hdr a {
			display: block;
			width: 100%;
			text-decoration: none;
			padding: 10px 0px;
			font-size: var(--ft16);
		}

		.pg-wrap .list-hdr .link strong {
			font-weight: 700;
		}


		.pg-wrap .list-hdr .list:after {
			flex-shrink: 0;
			width: 30px;
			height: 30px;
			margin-left: auto;
			content: "";
			background-image: url(../../images/icn_right_arr.svg);
			background-repeat: no-repeat;
			background-size: 30px;
			transition: transform .2s ease-in-out;
			transform: rotate(-90deg);
			display: block;
		}

		.pg-wrap .list-hdr .collapsed:after {
			flex-shrink: 0;
			width: 30px;
			height: 30px;
			margin-left: auto;
			content: "";
			background-image: url(../../images/icn_right_arr.svg);
			background-repeat: no-repeat;
			background-size: 30px;
			transition: transform .2s ease-in-out;
			/* transform: rotate(90deg); */
			transform: rotate(90deg);
			display: block;
		}

		.pg-wrap .list-hdr .list_content {
			padding: 0px 20px;
		}

			.pg-wrap .list-hdr .list_content .head {
				font-size: var(--ft18);
			}

	.pg-wrap .link-hdr a {
		text-decoration: none;
		color: var(--secndary);
		font-weight: 700;
	}

	.pg-wrap .link-hdr {
		width: 720px;
		margin: 10px 0px;
		margin-bottom: 40px;
	}


/* pagyment end */
/* confmriation  */
.conf-wrap .img-emoji {
	margin-top: 40px;
	margin-bottom: 20px;
	text-align: center;
	display: flex;
	justify-content: center;
	gap: 10px;
	flex-direction: column;
}

	.conf-wrap .img-emoji img {
		width: 90%;
	}

.conf-wrap .head {
	padding-top: 0px;
	padding-bottom: 0px;
}

.conf-wrap .cin_msg {
	margin-bottom: 15px;
}

.conf-wrap .qr_ord_hdr {
	box-shadow: var(--shadow);
	border-radius: var(--radius);
	margin-bottom: 20px;
}

.conf-wrap .list-hdr {
	padding: 10px;
	margin: 0px;
}

.qr_ord_hdr a.link {
	font-size: var(--ft18);
	font-weight: 700;
	color: var(--black);
	text-decoration: none;
}

.qr_ord_hdr .row-center {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 20px 0px;
}

	.qr_ord_hdr .row-center .img {
		width: 150px;
		border-radius: var(--radius);
		box-shadow: var(--shadow);
		padding: 10px;
	}

	.qr_ord_hdr .row-center .content {
		width: 57%;
	}

		.qr_ord_hdr .row-center .content .head {
			font-size: var(--ft16);
			font-weight: 600;
			color: var(--black);
			margin-bottom: 20px;
		}

		.qr_ord_hdr .row-center .content .btn_brd_second {
			width: inherit;
			font-size: var(--ft14);
		}

.qr_ord_hdr .list-hdr {
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
}

	.qr_ord_hdr .list-hdr .list:after {
		transform: rotate(90deg);
	}

	.qr_ord_hdr .list-hdr .collapsed:after {
		transform: rotate(-90deg);
	}

.qr_ord_hdr hr {
	margin: 10px 0px;
	width: 100%;
}


.qr_ord_hdr .content .title .icn {
	margin-right: 15px;
	width: 20px;
}

.qr_ord_hdr .content .title .invert,
.qr_ord_hdr .list-hdr .contentList .title .invert {
	filter: invert();
	width: 25px;
}

.qr_ord_hdr .content .title strong .icn {
	margin-left: 10px;
	margin-right: 0px;
}

.qr_ord_hdr .list-hdr .contentList .title {
	font-size: var(--ft14);
	padding: 0px;
	margin: 10px 0px;
}

	.qr_ord_hdr .list-hdr .contentList .title .icn {
		margin-right: 10px;
	}

	.qr_ord_hdr .list-hdr .contentList .title strong {
		font-weight: 600;
		font-size: var(--ft14);
	}

.qr_ord_hdr .list-hdr .contentList {
	padding: 0px 20px;
}

	.qr_ord_hdr .list-hdr .contentList hr {
		margin: 10px 0px;
	}

.bk_ord_hdr {
}

	.bk_ord_hdr .survy_hdr {
		display: flex;
		justify-content: space-between;
		align-items: center;
		background-color: var(--secndary_100);
		padding: 10px;
		border-radius: var(--radius);
	}

.conf-wrap .bk_ord_hdr .link_wrap {
	align-items: flex-end;
	padding: 10px 0px;
}

.bk_ord_hdr .link_wrap .link {
	font-size: var(--ft16);
}

.bk_ord_hdr .row_list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}

	.bk_ord_hdr .row_list .bk_ord_no {
		display: flex;
		align-items: center;
	}

	.bk_ord_hdr .row_list .pts {
		color: var(--orange);
		font-weight: 600;
	}

	.bk_ord_hdr .row_list .icn {
		width: 100px;
		height: auto;
	}

	.bk_ord_hdr .row_list .bk_ord_no .btn {
		margin-right: 20px;
		width: 170px;
		color: var(--sucess);
		background-color: var(--sucess_200);
	}

		.bk_ord_hdr .row_list .bk_ord_no .btn.past {
			background-color: var(--black_100);
			color: var(--black_200);
		}

.bk_ord_hdr .col_content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
}

	.bk_ord_hdr .col_content .mv_thumb {
		width: 100px;
		height: auto;
	}

	.bk_ord_hdr .col_content .content {
		width: 38%;
	}



	.bk_ord_hdr .col_content .pro_thumb {
		width: 250px;
		height: auto;
		border-radius: var(--radius);
		overflow: hidden;
	}

	.bk_ord_hdr .col_content .img {
		display: inline-block;
	}

	.bk_ord_hdr .col_content hr {
		height: 175px;
		width: 1px;
	}

	.bk_ord_hdr .col_content .row_list .icn.invert {
		filter: invert(1);
	}

	.bk_ord_hdr .col_content .row_list .icn {
		width: 20px;
		margin-right: 20px;
		filter: grayscale(1);
	}

	.bk_ord_hdr .col_content .row_list {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		/* width: 40%; */
	}

		.bk_ord_hdr .col_content .row_list .title {
			margin: 5px 0px;
		}

.col_content .row-center .icn {
	display: inline-block;
}

.bk_ord_hdr .col_content .content .title {
	font-size: var(--ft18);
	color: var(--black_500);
	padding: 0px;
}

.bk_ord_hdr .col_content .content .head {
	font-size: var(--ft18);
	font-weight: 600;
	padding: 0px;
}

.bk_ord_hdr .col_content .content .sub-title {
	font-size: var(--ft16);
	color: var(--black_500);
}

.bk_ord_prc_wrap {
	width: 840px;
}

.bk_ord_prc_hdr {
	display: flex;
	justify-content: space-between;
	padding: 10px 0px;
}

	.bk_ord_prc_hdr .title {
		font-size: var(--ft16);
		padding: 0px;
	}

	.bk_ord_prc_hdr .title_bold {
		font-size: var(--ft16);
		font-weight: 700;
	}

.conf-wrap .link_wrap {
	display: flex;
	flex-direction: column;
	text-align: center;
	text-decoration: none;
	padding: 10px 0px;
}

	.conf-wrap .link_wrap a {
		text-decoration: none;
	}

		.conf-wrap .link_wrap a.btn {
			margin-bottom: 20px;
		}

		.conf-wrap .link_wrap a.link {
			color: var(--secndary);
		}

/* confmriation end */
/* profile */
.col_2 .row-head {
	display: flex;
	align-items: center;
}

	.col_2 .row-head .head {
		font-size: var(--ft40);
		color: var(--black);
		font-weight: 700;
	}

	.col_2 .row-head p {
		font-size: var(--ft16);
		color: var(--black_200);
		font-weight: 400;
		margin-bottom: 0px;
	}

.mb_wrap {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	gap: 40px;
}

	.mb_wrap .col_1 {
		width: 380px;
		box-shadow: var(--shadow);
		padding: 15px;
		border-radius: var(--radius);
		height: 500px;
	}

	.mb_wrap .list_hdr a {
		text-decoration: none;
	}

	.mb_wrap .list_hdr icon {
		background-color: var(--secndary);
		font-size: var(--ft32);
		color: var(--white);
		border-radius: 100px;
		width: 55px;
		height: 55px;
		display: flex;
		justify-items: center;
		justify-content: center;
		text-decoration: none;
		font-weight: 700;
		margin-right: 20px;
		line-height: 52px;
	}

	.mb_wrap .list_hdr {
		box-shadow: var(--shadow);
		border-radius: var(--radius);
		padding: 15px
	}

		.mb_wrap .list_hdr hr {
			margin: 20px 0px;
		}

		.mb_wrap .list_hdr .list {
			display: flex;
			align-items: center;
			font-size: var(--ft16);
			justify-content: space-between;
		}

			.mb_wrap .list_hdr .list .icn_hdr {
				display: flex;
				align-items: center;
			}

			.mb_wrap .list_hdr .list .logout {
				color: var(--red);
				font-weight: 500;
			}

			.mb_wrap .list_hdr .list .icn_hdr img {
				margin-right: 20px;
			}

	.mb_wrap .col_2 {
		width: 1010px;
		/*flex:2;*/
	}

		.mb_wrap .col_2 .row-head .icn {
			margin-right: 20px;
		}

		.mb_wrap .col_2 .row-head {
			font-size: var(--ft40);
			font-weight: 700;
			color: var(--black);
			margin-bottom: 20px;
		}

		.mb_wrap .col_2 .qr_ord_hdr .list-hdr .contentList {
			padding: 0px;
		}

	.mb_wrap .col_2 {
	}

.mb_wrap {
}

.loy_benifit_msg {
	background-color: var(--secndary);
	color: var(--white);
	border-radius: var(--radius);
	padding: 10px;
	font-weight: bold;
}

.ord_rec .head_row {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

	.ord_rec .head_row .head {
		font-size: var(--ft18);
		font-weight: 700;
	}

.ord_rec {
	box-shadow: var(--shadow);
	border-radius: var(--radius);
	padding: 30px 15px;
}

	.ord_rec .head_row .title {
		color: var(--secndary);
	}

	.ord_rec .pay_hdr {
		display: flex;
		align-items: center;
		box-shadow: var(--shadow);
		border-radius: var(--radius);
		padding: 10px 20px;
		font-size: var(--ft16);
	}

		.ord_rec .pay_hdr .icn {
			margin-right: 20px;
			height: 30px;
			width: auto;
		}

	.ord_rec hr {
		margin: 20px 0px;
	}

	.ord_rec .list_hdr {
		box-shadow: none;
		border-radius: none;
		padding: 0px;
		margin-top: 20px;
	}

		.ord_rec .list_hdr hr {
			margin: 10px;
		}

	.ord_rec .list {
		font-size: var(--ft14);
		display: flex;
		justify-content: space-between;
		padding: 10px 10px;
	}

		.ord_rec .list .titleBold {
			font-size: var(--ft14);
		}

		.ord_rec .list .title.discount {
			color: var(--red);
			font-weight: 700;
		}

.link_wrap_left {
	display: flex;
	align-items: center;
	margin: 20px 0px;
}

	.link_wrap_left a {
		font-weight: 700;
		color: var(--secndary);
	}

.pro_section {
}

	.pro_section .pro_thumb_hdr {
		display: flex;
		flex-direction: column;
		width: 260px;
	}

		.pro_section .pro_thumb_hdr .pro_thumb {
			overflow: hidden;
			border-radius: var(--radius);
		}

	.pro_section .pro_row {
		display: flex;
		flex-direction: row;
	}

		.pro_section .pro_row .pro_datail {
			width: 70%;
			padding-left: 60px;
			padding-right: 0px;
			display: flex;
			align-items: center;
		}

			.pro_section .pro_row .pro_datail ul {
				margin: 0px;
				padding: 0px;
			}

			.pro_section .pro_row .pro_datail li {
				list-style: none;
				float: left;
				padding: 10px 0px;
				font-size: var(--ft16);
			}

			.pro_section .pro_row .pro_datail .label {
				width: 40%;
				display: flex;
				align-items: center;
				height: 50px;
				padding: 0px;
				margin: 0px;
			}

			.pro_section .pro_row .pro_datail .label-holder {
				width: 55%;
				display: flex;
				align-items: center;
				height: 50px;
				padding: 0px;
				margin: 0px;
				justify-content: flex-start;
			}

				.pro_section .pro_row .pro_datail .label-holder .radioHdr {
					padding-left: 10px;
				}

				.pro_section .pro_row .pro_datail .label-holder .row {
					display: flex;
					flex-direction: row;
				}

				.pro_section .pro_row .pro_datail .label-holder .label_hdr {
					width: 100%;
				}

				.pro_section .pro_row .pro_datail .label-holder .mob_ext {
					display: flex;
					flex-direction: row;
					height: 45px;
				}

					.pro_section .pro_row .pro_datail .label-holder .mob_ext hr {
						height: 30px;
						width: 1px;
					}

					.pro_section .pro_row .pro_datail .label-holder .mob_ext .select_hdr {
						width: 150px;
						padding-top: 0px;
						padding-bottom: 0px;
					}

					.pro_section .pro_row .pro_datail .label-holder .mob_ext input {
						width: 100%;
					}

				.pro_section .pro_row .pro_datail .label-holder .select_hdr {
					padding: 10px;
					border-radius: var(--radius);
					width: 100%;
					margin-left: 10px;
					border-color: var(--black_200);
				}

				.pro_section .pro_row .pro_datail .label-holder input {
					border-radius: var(--radius);
					border: 1px solid var(--black_200);
					padding: 10px;
					width: inherit;
					margin: 0px 10px;
					flex-grow: 1;
				}

	.pro_section .em_veri {
		width: 80%;
		padding-left: 0px;
	}

		.pro_section .em_veri .row_list {
			display: flex;
			flex-direction: row;
		}

		.pro_section .em_veri .label {
			width: 30%;
			text-align: right;
			padding-right: 40px;
		}

		.pro_section .em_veri .label-holder {
			width: 70%;
		}

			.pro_section .em_veri .label-holder .inp_bordr {
				border: 1px solid var(--black_200);
				border-radius: var(--radius);
				padding: 8px 10px;
				position: relative;
			}

		.pro_section .em_veri .inp_bordr .row_list {
			justify-content: flex-start;
			align-items: center;
			margin-bottom: 0px;
		}

			.pro_section .em_veri .inp_bordr .row_list hr {
				width: 1px;
				background-color: var(--black_100);
				height: 20px;
				margin: 0px 10px;
			}

		.pro_section .em_veri .label-holder .btn_hdr {
			margin: 0px;
		}

			.pro_section .em_veri .label-holder .btn_hdr a {
				position: absolute;
				right: 0px;
				padding: 0px 10px;
			}

		.pro_section .em_veri .label-holder .inp_bordr input {
			border: none;
			width: 100%;
		}

		.pro_section .em_veri .status.unverify .verify_hdr {
			color: var(--red);
			text-align: right;
		}

		.pro_section .em_veri .status.verify .verify_hdr {
			color: var(--sucess);
			text-align: right;
		}

		.pro_section .em_veri .status .verify_hdr .unverify .filter {
			filter: hue-rotate(265deg) saturate(3);
		}

		.pro_section .em_veri .status.verify .verify_hdr .unverify {
			display: none;
		}

		.pro_section .em_veri .status.unverify .verify_hdr .verify {
			display: none;
		}

		.pro_section .em_veri .status.verify a.btn_brd_second {
			display: none;
		}

		.pro_section .em_veri .select_hdr {
			border: none;
			padding-right: 10px;
			/* border-right: 1px solid var(--black_100); */
		}

		.pro_section .em_veri .row_list .fg_link {
			color: var(--primary);
			text-align: right;
			display: block;
		}

.pro_wrap .link-hdr .icn {
	margin-right: 10px;
}

.pro_wrap .link-hdr {
	color: var(--red);
	margin-bottom: 20px;
}

.pro_section .em_veri .status {
	/* text-align: right; */
}

.pro_section .editHdr {
	display: none !important;
}

.pro_section .show {
	display: block !important;
}

.pro_section .pro_thumb_hdr .btn {
	margin-top: 10px;
	margin-bottom: 10px;
}

.col_2 .row-head .point_icn {
	height: 80px;
	margin-right: 20px;
}

/* profile end */

/* movie page */
.mv_widget {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: var(--black_100);
	height: 60px;
}

.mvList .mv_hdr img {
	width: 100%;
}

.mv_widget .tabs a {
	font-size: var(--ft16);
	font-weight: 500;
	color: var(--black_200);
	margin-right: 20px;
	font-weight: 500;
}

	.mv_widget .tabs .active,
	.mv_widget .tabs a:hover {
		color: var(--primary);
		border-bottom: 2px solid var(--primary);
		padding-bottom: 15px;
	}

.mv_widget .select_hdr_group {
	display: flex;
}

.mv_widget .select_hdr {
	padding: 10px;
	border: 1px solid var(--black_200);
	background-color: var(--white);
	border-radius: var(--radius);
	display: flex;
	margin-left: 10px;
	width: 350px;
}

	.mv_widget .select_hdr .select_hdr_icn {
		display: flex;
		align-items: center;
	}

	.mv_widget .select_hdr select {
		border: none;
		padding: 0px 10px;
		width: 100%;
	}

.mvList {
	display: flex;
	/* justify-content: space-around; */
	flex-wrap: wrap;
	margin-top: 10px;
	gap: 1px;
}

	.mvList .mv_hdr {
		position: relative;
		display: inline-block;
		border-radius: var(--radius);
		overflow: hidden;
		width: 24.93%;
		/* margin: 1px; */
	}

		.mvList .mv_hdr .content .title {
			font-size: var(--ft14);
			color: var(--white);
		}

		.mvList .mv_hdr .content .titleBold {
			color: var(--white);
			font-size: var(--ft16);
		}

		.mvList .mv_hdr .content {
			position: absolute;
			background: rgb(0, 0, 0);
			background: linear-gradient(0deg, rgb(0 0 0) 0%, rgb(0 0 0 / 0%) 100%);
			padding-bottom: 30px;
			padding-left: 30px;
			width: 100%;
			bottom: 0px;
			padding-top: 50%;
		}

			.mvList .mv_hdr .content span {
				background-color: var(--orange_600);
				padding: 3px 5px;
				color: var(--white);
				margin-left: 10px;
			}

/* movie page end*/
/* cinema page */
.cin_list_wrap {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}

	.cin_list_wrap.cin_list_detail {
		flex-direction: column;
	}

	.cin_list_wrap .cin_list_hdr {
		margin: 25px 16px;
		width: calc(100% /3.3);
	}


		.cin_list_wrap .cin_list_hdr .thumb {
			border-radius: var(--radius);
			overflow: hidden;
			width: 100%;
			height: 210px;
		}

		.cin_list_wrap .cin_list_hdr .content {
			padding: 10px;
		}

		.cin_list_wrap .cin_list_hdr .title {
			margin-top: 10px;
		}

		.cin_list_wrap .cin_list_hdr .content span img {
			margin: 0px 10px;
			width: 8px;
		}

		.cin_list_wrap .cin_list_hdr .content .icn {
			margin-right: 10px;
			opacity: .6;
		}

	.cin_list_wrap .btn {
		width: fit-content;
		margin: auto;
	}

.cin_detail_wrap {
	display: flex;
	position: relative;
	top: -50px;
}

.cin_detail_Bannr .banner_hdr {
	height: 420px;
}

.cin_detail_wrap .cin_detail {
	background-color: var(--primary);
	padding: 20px 60px;
	width: 600px;
	height: 250px;
	border-radius: var(--radius);
}

	.cin_detail_wrap .cin_detail .head {
		font-size: var(--ft40);
		color: var(--white);
		font-weight: 700;
		margin: 15px 0px;
	}

	.cin_detail_wrap .cin_detail .sub_head {
		font-size: var(--ft16);
		font-weight: 700;
		color: var(--white);
	}

	.cin_detail_wrap .cin_detail .title {
		color: var(--white);
		font-size: var(--ft14);
	}

	.cin_detail_wrap .cin_detail .icn {
		margin: 0px 5px;
	}

.cin_detail_wrap .cin_addrs_hdr {
	margin-left: 50px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 700px;
	padding-top: 50px;
}

	.cin_detail_wrap .cin_addrs_hdr ul {
		margin: 0px;
		padding: 0px;
	}

	.cin_detail_wrap .cin_addrs_hdr li {
		list-style: none;
		float: left;
		width: 50%;
		padding-left: 20px;
		padding-right: 30px;
		margin-bottom: 20px;
	}

		.cin_detail_wrap .cin_addrs_hdr li span {
			white-space: normal;
			margin-left: -35px;
		}

		.cin_detail_wrap .cin_addrs_hdr li .icn {
			margin-right: 15px;
			filter: brightness(.5);
		}

			.cin_detail_wrap .cin_addrs_hdr li .icn.cir {
				margin: 0px 10px;
				opacity: .8;
			}

.cin_list_wrap .list_head {
	display: flex;
	align-items: center;
}

	.cin_list_wrap .list_head .thumb {
		height: 100px;
		margin-right: 20px;
	}

	.cin_list_wrap .list_head .content .head {
		font-size: var(--ft24);
		font-weight: 700;
	}

	.cin_list_wrap .list_head .content .title {
		font-size: var(--ft16);
		font-weight: 400;
	}

		.cin_list_wrap .list_head .content .title .icn.cir {
			margin: 0px 5px;
		}

		.cin_list_wrap .list_head .content .title span {
			margin: 0px 10px;
			color: var(--black_200);
		}

.cin_banr_wrap .heading {
	margin: 50px 0px;
	justify-content: center;
}

.cinema_recom {
	display: flex;
}

.cin_banr_wrap .cin_banr_hdr {
	position: relative;
	display: block;
	width: 33%;
	width: calc(100%/3);
}

/* .cinema_recom .owl-item.active.center {
    transform: scale(1) !important;
}

.cinema_recom .owl-item {
    transform: scale(.9) !important;
} */

.cinema_recom .cin_banr_hdr .content img {
	height: 40px;
	width: auto;
}

.cin_banr_wrap .cin_banr_hdr .thumb {
	width: 100%;
}

.cin_banr_wrap .cin_banr_hdr .content {
	position: absolute;
	bottom: 0px;
	width: 100%;
	padding: 20px;
	background: linear-gradient(0deg, rgb(0 0 0) 0%, rgb(0 0 0 / 0%) 100%);
}

.cin_banr_wrap .cin_banr_hdr .btn {
	width: 100%;
}

.cin_banr_wrap .cin_banr_hdr .content .title {
	color: var(--white);
	margin: 10px 0px;
}

.cin_banr_wrap .list_col {
	margin-bottom: 20px;
	position: relative;
}

	.cin_banr_wrap.list_col .owl-nav {
		position: absolute;
		justify-content: space-between;
		display: flex;
		width: 100%;
		top: 45%;
	}

.faci_wrap_banr {
	position: relative;
}

	.faci_wrap_banr .faci_hdr_banr {
		position: relative;
	}

		.faci_wrap_banr .faci_hdr_banr .item:before {
			background: linear-gradient(21deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
			content: '';
			position: absolute;
			z-index: 1;
			width: 100%;
			height: 100%;
			display: block;
		}

		.faci_wrap_banr .faci_hdr_banr .thumbs {
			bottom: 100px;
			left: 0px;
		}

			.faci_wrap_banr .faci_hdr_banr .thumbs .item:before {
				display: none;
			}

		.faci_wrap_banr .faci_hdr_banr #thumbs .owl-stage-outer {
			width: 100%;
			position: absolute;
			top: -30px;
			right: inherit;
		}

		.faci_wrap_banr .faci_hdr_banr .owl-carousel .owl-nav {
			position: absolute;
			bottom: 20px;
			justify-content: space-between;
			width: 100%;
			display: flex;
			padding: 0px 20px;
			z-index: 0;
		}

		.faci_wrap_banr .faci_hdr_banr #faciThumbs.owl-carousel .owl-stage-outer {
			width: 80%;
			z-index: 2;
			position: relative;
			left: 10%;
		}

		.faci_wrap_banr .faci_hdr_banr #faciThumbs .owl-stage-outer .owl-item.current {
			border-bottom: 2px solid var(--secndary);
			padding-bottom: 20px;
		}

		.faci_wrap_banr .faci_hdr_banr #faciThumbs .owl-stage-outer .owl-item {
			width: 33%;
			cursor: pointer;
		}

			.faci_wrap_banr .faci_hdr_banr #faciThumbs .owl-stage-outer .owl-item .item {
				display: flex;
				text-align: center;
				flex-direction: column;
				justify-content: center;
				align-items: center;
				color: var(--white);
			}

		.faci_wrap_banr .faci_hdr_banr .owl-carousel .owl-stage {
			width: 100%;
		}

.faci_hdr_banr .cin_banr_wrap .bannr_wrap {
	position: relative;
}

.bannr_wrap .tabs {
	position: absolute;
	display: flex;
	justify-content: space-evenly;
	width: 100%;
	padding-bottom: 20px;
	bottom: 0px;
	color: var(--black_200);
	background: linear-gradient(0deg, rgb(0 0 0) 0%, rgb(0 0 0 / 0%) 100%);
}

	.bannr_wrap .tabs a {
		font-size: var(--ft18);
		font-weight: 700;
	}

		.bannr_wrap .tabs a.active {
			border-bottom: 1px solid var(--secndary);
			color: var(--white);
			padding-bottom: 20px;
		}

	.bannr_wrap .tabs a {
		display: block;
	}

.cin_list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 60px;
	margin-bottom: 60px;
}

	.cin_list .owl-stage-outer {
		left: 40px;
	}

	.cin_list a {
		width: 380px;
		display: inline-block;
	}

	.cin_list .owl-nav {
		position: absolute;
		top: 40%;
		display: flex;
		width: 100%;
		justify-content: space-between;
	}

	.cin_list .cin_hdr .head {
		font-size: var(--ft22);
		margin: 10px 0px;
		color: var(--black);
	}

	.cin_list .cin_hdr .thumb {
		border-radius: var(--radius);
		overflow: hidden;
	}

	.cin_list .cin_hdr .icn {
		filter: brightness(.5);
		margin-right: 10px;
		width: 20px;
		display: inline-block;
	}

	.cin_list .cin_hdr .title {
		margin-bottom: 5px;
	}

	.cin_list hr {
		width: 2px;
		background-color: var(--black_100);
		height: 370px;
	}

/* cinema page end*/
/* register */
.sign_wrap {
	/* background: url(../../images/sign_bg.jpg);
    background-repeat: no-repeat; */
	display: flex;
	justify-content: space-around;
	padding: 50px 0px;
	min-height: 680px;
}

.sign_banr {
	width: 400px;
	display: flex;
	align-items: flex-end;
}

	.sign_banr .title {
		font-size: var(--ft16);
		color: var(--primary);
	}

.sign_wrap .sign_hdr {
	border-radius: var(--radius);
	box-shadow: var(--shadow);
	/* width: 100%; */
	width: 560px;
	padding: 30px;
	background-color: #ffffffb8;
	height: fit-content;
}

	.sign_wrap .sign_hdr .head span {
		color: var(--black);
	}

	.sign_wrap .sign_hdr .title a {
		color: var(--primary);
	}

.sign_hdr .form-group {
	display: flex;
	flex-direction: column;
	font-size: var(--ft14);
	position: relative;
}

	.sign_hdr .form-group .field-icon {
		position: absolute;
		top: 40px;
		right: 10px;
		color: var(--black_200);
	}

.sign_hdr .form-row-hdr {
	margin: 10px 0px;
}

.sign_hdr .form_row {
	margin: 10px 0px;
	display: flex;
	justify-content: space-between;
}

	.sign_hdr .form_row .form-group {
		width: 48%;
	}

.sign_hdr .form-group label {
	margin-bottom: 10px;
}

	.sign_hdr .form-group label .mndt {
		color: var(--red);
	}

.sign_hdr .form-group input {
	border-radius: var(--radius);
	border: 1px solid var(--black_200);
	padding: 10px;
}

.phone_prefix {
	position: relative;
}

	.phone_prefix span {
		position: absolute;
		z-index: 1;
		padding: 10px;
		border-right: 1px solid var(--black_200);
	}

	.phone_prefix input {
		padding-left: 45px !important;
		width: 100%;
	}

.pro_section .em_veri .inp_bordr .row_list .phone_prefix span {
	padding: 0px;
	padding-right: 10px;
}

.phone_prefix.w-100 input {
	padding-left: 50px !important;
}

.sign_hdr .form_row_chk {
	/* margin: 20px 0px; */
	display: flex;
}

.sign_hdr .form_row {
	margin: 10px 0px;
	display: flex;
	justify-content: space-between;
}

.sign_hdr .checkbox {
	margin-right: 10px;
	width: 25px;
	height: 25px;
}

.sign_banr .head {
	color: var(--primary);
	font-size: var(--ft32);
}

.sign_hdr .btn {
	background-color: var(--black_100);
	color: var(--black_500);
	width: 100%;
	margin-top: 20px;
}

	.sign_hdr .btn.active,
	.sign_hdr .btn:hover {
		background-color: var(--primary);
		color: var(--white);
	}

.sign_hdr .center .head {
	margin-bottom: 10px;
}

.sign_hdr .center {
	text-align: center;
}

	.sign_hdr .center .title a {
		font-weight: 600;
	}

.sign_hdr a.link {
	color: var(--primary);
	text-align: right;
	display: block;
	margin: 10px 0px;
	font-weight: 500;
}

.sign_hdr .captcha {
	display: flex;
	justify-content: space-between;
	border-radius: var(--radius);
	border: 1px solid var(--black_200);
	background-color: var(--white);
	padding: 10px 20px;
	font-weight: 700;
	margin-bottom: 20px;
	margin-top: 20px;
	align-items: center;
}

	.sign_hdr .captcha .icn {
		height: 45px;
		width: auto;
	}

.sign_hdr .log-social-btn {
	padding: 10px;
	width: 48%;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid var(--black_200);
	border-radius: var(--radius);
}

.strike_tx_hdr {
	font-size: var(--ft14);
	text-align: center;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--black_200);
	margin: 20px 0px;
}

	.strike_tx_hdr span {
		background-color: #f7fafe;
		padding: 0px 20px;
		z-index: 1;
	}

	.strike_tx_hdr:after {
		content: '';
		height: 1px;
		position: absolute;
		top: 12px;
		width: 100%;
		background-color: var(--black_200);
	}


/* register end */
/* verification */
.sign_wrap_veri .sign_veri_hdr {
	margin: auto;
	width: 500px;
	height: 400px;
	margin-top: 60px;
}

.sign_wrap_veri {
	min-height: 650px;
}

.modal_sign_hdr.model_accverify .sign_wrap_veri {
	min-height: auto;
}

	.modal_sign_hdr.model_accverify .sign_wrap_veri .otp_hdr .pin_otp_hdr .btn {
		width: 100%;
	}

	.modal_sign_hdr.model_accverify .sign_wrap_veri .pin-wrapper input {
		width: 60px;
		height: 50px;
		margin: 0 10px;
	}


.sign_wrap_veri .head_icn {
	margin-top: 20px;
	display: block;
}

.sign_wrap_veri .sign_veri_hdr .content {
	text-align: center;
}

	.sign_wrap_veri .sign_veri_hdr .content .head {
		font-size: var(--ft24);
		color: var(--black);
		margin-bottom: 20px;
	}

	.sign_wrap_veri .sign_veri_hdr .content .title strong {
		font-weight: 600;
	}

	.sign_wrap_veri .sign_veri_hdr .content .link-hdr {
		display: flex;
		border-radius: var(--radius);
		border: 1px solid var(--black_200);
		padding: 10px 20px;
		align-items: center;
		text-align: left;
		margin-top: 20px;
	}

		.sign_wrap_veri .sign_veri_hdr .content .link-hdr .title {
			font-size: var(--ft14);
		}

		.sign_wrap_veri .sign_veri_hdr .content .link-hdr .title_bold {
			font-weight: 600;
			font-size: var(--ft16);
		}

		.sign_wrap_veri .sign_veri_hdr .content .link-hdr:hover {
			border: 2px solid var(--secndary);
		}

		.sign_wrap_veri .sign_veri_hdr .content .link-hdr .icn {
			width: 50px;
		}

.sign_wrap_veri .otp_hdr .btn {
	width: 100%;
}

.sign_wrap_veri .otp_hdr {
	text-align: center;
}

	.sign_wrap_veri .otp_hdr .pin_otp_hdr {
		margin-top: 20px;
	}

		.sign_wrap_veri .otp_hdr .pin_otp_hdr .title {
			margin-top: 20px;
		}

			.sign_wrap_veri .otp_hdr .pin_otp_hdr .title .link {
				font-weight: 500;
				color: var(--primary);
			}

		.sign_wrap_veri .otp_hdr .pin_otp_hdr .btn {
			margin-top: 20px;
			width: 50%;
			background-color: var(--black_100);
			color: var(--black_500);
		}

			.sign_wrap_veri .otp_hdr .pin_otp_hdr .btn:hover,
			.sign_wrap_veri .otp_hdr .pin_otp_hdr .btn.active {
				margin-top: 20px;
				width: 50%;
				background-color: var(--primary);
				color: var(--white);
			}

.sign_wrap_veri .pin-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
}

	.sign_wrap_veri .pin-wrapper input {
		width: 80px;
		height: 70px;
		border: 1px solid var(--primary);
		border-radius: 6px;
		outline: none;
		margin: 1px;
		text-align: center;
		margin: 0 20px;
		background: var(--white);
		font-size: 20px;
	}

	.sign_wrap_veri .pin-wrapper .pin {
		color: #ffffff;
		font-size: 20px;
		text-align: center;
	}

.sign_wrap_veri .otp_hdr.sign_hdr {
	text-align: inherit;
	box-shadow: none;
	margin-bottom: 60px;
}

	.sign_wrap_veri .otp_hdr.sign_hdr .form-group {
		margin: 20px 0px;
	}

	.sign_wrap_veri .otp_hdr.sign_hdr .link {
		text-align: center;
	}

.sign_wrap_veri .veri_hdr {
	display: flex;
	justify-content: space-around;
	text-align: left;
	margin-bottom: 20px;
}


	.sign_wrap_veri .veri_hdr hr.active {
		background-color: var(--secndary);
	}

	.sign_wrap_veri .veri_hdr hr {
		width: 220px;
		height: 8px;
		border-radius: 100px;
		margin-top: 10px;
	}

/* verification end */

/* promotion */
.promo_wrap .promo_thumb_hdr {
	flex-wrap: wrap;
	justify-content: flex-start;
}

.promo_wrap .head-section .icn_list a {
	width: inherit;
	height: 50px;
	border-radius: var(--radius);
	padding: 0px 15px;
	background-color: var(--white);
	color: var(--secndary);
	border: 1px solid var(--secndary);
	font-weight: 500;
}

	.promo_wrap .head-section .icn_list a img {
		margin-right: 10px;
	}

	.promo_wrap .head-section .icn_list a.active {
		background-color: var(--primary);
		color: var(--white);
		border: 1px solid var(--primary);
		font-weight: 500;
	}

		.promo_wrap .head-section .icn_list a.active img {
			filter: brightness(5);
		}

.promo_wrap .promo_thumb_hdr a {
	width: 23%;
	margin: 10px 11.5px;
	box-shadow: var(--shadow);
	border-radius: var(--radius);
	overflow: hidden;
}

.promo_wrap .promo_thumb_hdr .thumb .title {
	font-size: var(--ft18);
	color: var(--black);
	padding: 10px;
}

.promo_wrap .promo_thumb_hdr .thumb p {
	font-size: var(--ft16);
	padding: 0px 10px;
}

.head_icn_wrap {
	margin: 20px 0px;
}

.head_icn {
}

.promo_wrap .head-section {
	margin: 20px 0px;
}

.promo_wrap .headline {
	color: var(--black);
}

.promo_wrap .promo_desc {
	width: 750px;
	margin: 40px auto;
}

.promo_desc .promo_valid {
	margin: 30px 0px;
}

	.promo_desc .promo_valid .title {
		margin: 10px 0px;
	}

	.promo_desc .promo_valid img {
		filter: brightness(0);
		opacity: .4;
	}

.promo_desc p .title {
	font-size: var(--ft14);
}

.promo_desc .promo_cont_hdr {
	box-shadow: var(--shadow);
	border-radius: var(--radius);
	padding: 10px 20px;
	width: fit-content;
	margin-bottom: 30px;
}

	.promo_desc .promo_cont_hdr p {
		margin-bottom: 0px;
	}

	.promo_desc .promo_cont_hdr hr {
		margin: 10px 0px;
	}

	.promo_desc .promo_cont_hdr .title_bold {
		font-weight: 600;
		margin: 10px 0px;
	}

.promo_desc {
}

/* promotion end*/
/* news*/
.news_wrap .headline {
	color: var(--black);
}

.news_wrap .head-section {
	margin-top: 20px;
}

.news_wrap .news_thumb_hdr {
	flex-wrap: wrap;
	justify-content: flex-start;
	display: flex;
	margin: 0px -2%;
}

	.news_wrap .news_thumb_hdr a {
		width: 29%;
		margin: 10px 2.1%;
	}

	.news_wrap .news_thumb_hdr .content {
		position: relative;
		top: -40px;
		background-color: var(--white);
		box-shadow: var(--shadow);
		padding: 10px;
		border-radius: var(--radius);
		width: 90%;
		margin: auto;
	}

		.news_wrap .news_thumb_hdr .content .icn {
			filter: brightness(0);
			opacity: .2;
			height: 15px;
		}

	.news_wrap .news_thumb_hdr .thumb-img {
		border-radius: var(--radius);
		overflow: hidden;
	}

	.news_wrap .news_thumb_hdr .content .title {
		font-size: var(--ft18);
		line-height: 20px;
		font-weight: 400;
	}

	.news_wrap .news_thumb_hdr .content .note {
		font-size: var(--ft12);
		margin-top: 10px;
	}

.news_wrap .news_head_hdr {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
}

	.news_wrap .news_head_hdr .head_hdr .headline {
		font-weight: 600;
		line-height: 50px;
	}

	.news_wrap .news_head_hdr .head_hdr {
		width: 420px;
	}

	.news_wrap .news_head_hdr .thumb {
		overflow: hidden;
		border-radius: var(--radius);
		width: 380px;
	}

.news_wrap .news_desc {
	width: 900px;
	margin: 40px auto;
}

	.news_wrap .news_desc .relt_mv {
		font-size: var(--ft24);
		font-weight: 700;
	}

		.news_wrap .news_desc .relt_mv .col_content {
			border-radius: var(--radius);
			background-color: #f1f1f1;
			box-shadow: var(--shadow);
			display: flex;
			padding: 20px;
			align-items: center;
			margin-top: 20px;
		}

			.news_wrap .news_desc .relt_mv .col_content .mv_thumb {
				height: 195px;
				margin-right: 20px;
			}

			.news_wrap .news_desc .relt_mv .col_content .content .head {
				font-size: var(--ft24);
				font-weight: 600;
				color: var(--black);
			}

			.news_wrap .news_desc .relt_mv .col_content .content .sub-title {
				font-size: var(--ft18);
				color: var(--black_200);
				font-weight: 400;
			}

			.news_wrap .news_desc .relt_mv .col_content .content .title {
				font-size: var(--ft14);
				color: var(--black);
				font-weight: 400;
			}

/* news end*/

/* abt banner */
.abt_ban_slid_hdr {
	display: flex;
	flex-direction: row;
	margin: 50px 0px;
}

	.abt_ban_slid_hdr .title {
		color: var(--white);
	}

	.abt_ban_slid_hdr .thumb {
		position: relative;
	}

		.abt_ban_slid_hdr .thumb:hover .content {
			display: block;
		}

	.abt_ban_slid_hdr .content {
		position: absolute;
		bottom: 20px;
		left: 0;
		right: 0;
		width: 80%;
		margin: auto;
		display: none;
	}


		.abt_ban_slid_hdr .content a {
			width: 100%;
			display: block;
			text-align: center;
			margin-top: 20px;
		}

/* abt end banner */

/* modal
 */
.modal_sign_hdr {
	max-width: 550px;
}

	.modal_sign_hdr .sign_hdr {
		box-shadow: none;
		padding: 0px;
	}

		.modal_sign_hdr .sign_hdr .mod-btn {
			position: absolute;
			right: 20px;
		}

/* pagination */
.pageNav_wrap {
	display: flex;
	justify-content: center;
	margin: 20px 10px;
	font-weight: 400;
}

	.pageNav_wrap .pagination .page-item.active .page-link {
		background-color: var(--secndary);
		color: var(--white);
		border-radius: 100px;
		font-weight: 400;
	}

/* pagination end */

/* profile start */
.filt_cat {
	display: flex;
	margin-bottom: 20px;
}

	.filt_cat .selc_hdr {
		border: 1px solid var(--black_100);
		border-radius: var(--radius);
		padding: 5px;
		margin-right: 10px;
	}

		.filt_cat .selc_hdr select {
			border: none;
			padding: 10px;
			width: 200px;
		}

		.filt_cat .selc_hdr .input {
			border: none;
			padding: 10px;
		}

		.filt_cat .selc_hdr .pro_btn {
			background-color: var(--white);
			border: none;
			/* width: 16    0px; */
			padding: 10px;
			text-align: left;
		}

			.filt_cat .selc_hdr .pro_btn .icn {
				margin-left: 20px;
			}

/* = */
.pt_list_hdr {
	margin-top: 40px;
}

	.pt_list_hdr .link a {
		text-align: center;
		display: block;
		font-size: var(--ft16);
		font-weight: 700;
		padding: 20px;
	}

.pt_list:last-child {
	border-bottom: none;
	padding-bottom: 5px;
}

.pt_list {
	display: flex;
	align-items: center;
	margin-top: 10px;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--black_100);
}

	.pt_list .thumb {
		width: 15%;
	}

		.pt_list .thumb .icn {
			width: 100px;
			height: 100px;
			border-radius: 100px;
			overflow: hidden;
		}

	.pt_list .content {
		width: 65%;
	}

		.pt_list .content .title_bold {
			font-size: var(--ft18);
			font-weight: 600;
		}

		.pt_list .content .title_sub {
			margin: 5px 0px;
		}

		.pt_list .content .title {
			font-size: var(--ft16);
		}

	.pt_list .pt_head {
		width: 20%;
		text-align: right;
		font-size: var(--ft24);
		font-weight: 700;
	}

		.pt_list .pt_head.sts-minus {
			color: var(--red);
		}

		.pt_list .pt_head.sts-plus {
			color: var(--sucess);
		}

/* profile end */
/* fan memnber start */

.fans_wrap .legd_hdr {
	display: flex;
	width: 50%;
	justify-content: space-between;
	/* margin: auto; */
	position: relative;
	margin: 40px auto;
}

	.fans_wrap .legd_hdr .leg {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		font-weight: 600;
		color: var(--primary);
	}

		.fans_wrap .legd_hdr .leg img {
			width: 40px;
			height: 40px;
			margin-bottom: 10px;
		}

	.fans_wrap .legd_hdr:after {
		height: 2px;
		width: 95%;
		background: var(--primary);
		position: absolute;
		top: 20px;
		left: 8px;
		z-index: -1;
		content: '';
	}

.fans_wrap .bannr_hdr {
	height: 320px;
	background-color: var(--black_100);
}

.fans_wrap .item_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-bottom: 20px;
	gap: 20px;
}

.fans_wrap .head_hdr .head {
	margin: 20px 0px;
}

.fans_wrap .item_wrap .item {
	background: url(../../images/fan_itm_bg.jpg);
	background-repeat: no-repeat;
	width: 390px;
	height: 260px;
	box-shadow: var(--shadow);
	border-radius: var(--radius);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 0px 20px;
	margin-bottom: 20px;
}

	.fans_wrap .item_wrap .item img {
		width: 30px;
	}

	.fans_wrap .item_wrap .item .title_bold {
		font-weight: 600;
		color: var(--black);
		margin-top: 15px;
		font-size: var(--ft24);
	}

	.fans_wrap .item_wrap .item .title {
		font-size: var(--ft16);
		text-align: center;
	}

.fans_wrap .bannr_dtl_hdr {
	position: relative;
	display: flex;
	justify-content: center;
}

	.fans_wrap .bannr_dtl_hdr .content {
		position: absolute;
		width: 45%;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		color: var(--white);
		text-align: center;
	}

		.fans_wrap .bannr_dtl_hdr .content .title {
			margin: 15px 0px;
		}

.fan_banner .content_hdr .content .btn {
	display: flex;
	width: fit-content;
	flex: 2;
	gap: 10px;
}

	.fan_banner .content_hdr .content .btn.lock_btn {
		background-color: #f7f7f7;
		color: var(--black_500);
		font-weight: 600;
		padding: 8px 20px;
	}

	.fan_banner .content_hdr .content .btn img {
		height: 25px
	}

.step_hdr {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
	margin-bottom: 50px;
}

	.step_hdr .step_col {
		border-radius: var(--radius);
		background-color: var(--white);
		box-shadow: var(--shadow);
		flex-direction: column;
		display: flex;
		padding: 10px;
		justify-content: center;
		text-align: center;
		padding-bottom: 20px;
		width: 375px;
	}

		.step_hdr .step_col .title {
			font-size: var(--ft18);
			font-weight: 600;
		}

		.step_hdr .step_col span {
			width: 30px;
			height: 30px;
			display: flex;
			justify-content: center;
			align-items: center;
			background-color: var(--secndary);
			border-radius: 100px;
			margin: 20px auto;
			color: var(--white);
		}

.benft_wrap {
	background-color: var(--primary);
	padding: 70px 0px;
}

	.benft_wrap .heading {
		color: var(--white);
		justify-content: center;
	}

.benft_hdr {
	border-radius: var(--radius);
	background-color: var(--white);
	margin: auto;
	display: flex;
	margin-top: 40px;
	overflow: hidden;
}

	.benft_hdr .befnt_col {
		width: calc(100% / 4);
		padding: 50px 20px;
	}

		.benft_hdr .befnt_col hr {
			margin: 30px 0px;
		}

		.benft_hdr .befnt_col ul {
			margin: 0px;
			padding: 0px;
		}

.befnt_col li .icn {
	margin-right: 10px;
	width: 10px;
}

.befnt_col li {
	list-style: none;
}

.benft_hdr .befnt_col1 {
	background-color: #E7E7E7;
}

.benft_hdr .befnt_col2 {
	background-color: #FFDF83;
}

.benft_hdr .befnt_col3 {
	background: linear-gradient(343deg, #999 0%, #DEDEDE 100%);
}


.benft_hdr .befnt_col .ls-none li {
	list-style: none;
}

.benft_hdr .befnt_col li {
	font-size: var(--ft18);
	border-bottom: 1px solid var(--black_200);
	padding: 10px 0px;
	list-style: none;
	list-style-position: inside;
	padding-left: 0px;
}

	.benft_hdr .befnt_col li .icn {
		width: 15px;
		margin-right: 5px;
	}

.benft_hdr .befnt_col .head {
	font-size: var(--ft24);
	font-weight: 700;
}

.mem_lel_wrap .heading {
	margin: 40px 0px;
}

.mem_lel_wrap {
	position: relative;
	height: 600px;
	width: 100%;
}

	.mem_lel_wrap .mem_lel_cont {
		display: flex;
		align-items: center;
		position: absolute;
		justify-content: space-between;
		z-index: 1;
	}

		.mem_lel_wrap .mem_lel_cont .content {
			width: 30%;
		}

.mem_lel_cont_hdr {
	position: absolute;
	left: 0;
	right: 0;
}

.mem_lel_cont .content .head {
	font-size: var(--ft24);
	margin-bottom: 15px;
}

.mem_lel_wrap .bg {
	position: relative;
	top: 170px;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: block;
}

.mem_lel_cont .content .sub-head {
	font-weight: 600;
	font-size: var(--ft18);
	margin: 10px 0px;
}

.mem_lel_cont .content .title {
	font-size: var(--ft18);
}

.mem_lel_cont .content .icn {
	border-radius: 100px;
	background-color: var(--secndary);
	width: 40px;
	height: 40px;
	padding: 7px;
	margin: 5px 0px;
}

.mem_rew_wrap {
	background-color: var(--primary);
	position: relative;
	padding: 30px 0px;
}

	.mem_rew_wrap .head_hdr {
		text-align: center;
		margin-bottom: 20px;
	}

		.mem_rew_wrap .head_hdr .heading {
			color: var(--white);
			margin-bottom: 10px;
		}

		.mem_rew_wrap .head_hdr .title_bold {
			color: var(--white);
			font-size: 24px;
			font-weight: 600;
		}

		.mem_rew_wrap .head_hdr .title {
			color: var(--white);
			font-size: 20px;
		}

		.mem_rew_wrap .head_hdr .title_bold .icn {
			filter: invert(1);
			margin-right: 10px;
		}

	.mem_rew_wrap .item_hdr {
		display: flex;
	}

	.mem_rew_wrap .item {
		width: 450px;
		height: 420px;
		border-radius: var(--radius);
		background-color: var(--secndary);
		padding: 0px 50px;
		display: flex;
		align-items: center;
		position: relative;
		overflow: hidden;
		opacity: .3;
	}

		.mem_rew_wrap .item.active {
			opacity: 1;
		}

		.mem_rew_wrap .item .content {
			position: relative;
			top: 50px
		}

		.mem_rew_wrap .item .head {
			color: var(--white);
			font-size: var(--ft24);
			font-weight: 600;
		}

		.mem_rew_wrap .item .title {
			color: var(--white);
			font-size: var(--ft16);
		}

		.mem_rew_wrap .item .nos {
			font-size: 150px;
			line-height: 150px;
			position: absolute;
			font-weight: 700;
			top: 100px;
			color: var(--white);
			opacity: .3;
		}

		.mem_rew_wrap .item .bg_icn {
			position: absolute;
			width: 250px;
			bottom: -31px;
			right: -50px;
			opacity: .1;
		}

			.mem_rew_wrap .item .bg_icn svg {
				width: 100%;
				height: auto;
			}

/* faq */
.faq_wrap {
	margin: 40px 0px
}

.faq_hdr {
	width: 990px;
	margin: 40px auto;
}

	.faq_hdr .accordion-faq h2 {
		font-size: var(--ft18);
		font-weight: 600;
		color: var(--primary);
		border-bottom: 1px solid var(--black_100);
	}

	.faq_hdr .accordion-button::after {
		filter: grayscale(1);
	}

.faq_page_wrap {
}

	.faq_page_wrap .bannr_dtl_hdr {
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
	}

		.faq_page_wrap .bannr_dtl_hdr .content {
			position: absolute;
		}

			.faq_page_wrap .bannr_dtl_hdr .content .heading {
				color: var(--white);
			}

			.faq_page_wrap .bannr_dtl_hdr .content .search_hdr {
				height: 50px;
				top: 20px;
				width: 400px;
				margin: auto;
			}

				.faq_page_wrap .bannr_dtl_hdr .content .search_hdr .link img {
					top: 0px;
					filter: invert(1);
					opacity: .3;
					position: relative;
				}

				.faq_page_wrap .bannr_dtl_hdr .content .search_hdr .link {
					border: none;
					background-color: transparent;
				}

	/* fan memnber end */

	/* faq  tabs */
	.faq_page_wrap .tab_wrap {
		padding: 0px;
		margin: 0px;
	}

		.faq_page_wrap .tab_wrap .tab_hdr {
			background-color: var(--secndary_100);
			padding: 10px 0px;
		}

		.faq_page_wrap .tab_wrap .nav li a {
			font-size: var(--ft18);
			color: var(--black_200);
			font-weight: 500;
			text-decoration: none;
			padding: 10px;
			margin: 0 20px;
		}

			.faq_page_wrap .tab_wrap .nav li a.active {
				color: var(--secndary);
				border-bottom: 1px solid var(--secndary);
				font-weight: 700;
			}

		.faq_page_wrap .tab_wrap ul {
			justify-content: center;
			margin-bottom: 0px;
		}

	.faq_page_wrap .heading {
		margin: 30px 0px;
	}

.custm_hdr {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 50px 0px;
	margin-top: 80px;
}

	.custm_hdr .thumb {
		border-radius: var(--radius);
	}

	.custm_hdr .content {
		width: 30%;
		margin-left: 20px;
	}

		.custm_hdr .content .title {
			margin: 20px 0px;
		}

		.custm_hdr .content .head {
			font-size: var(--ft32);
			color: var(--black);
		}


.accordion-faq ul {
	margin: 0px;
	padding: 0px;
	margin-left: 20px;
}

	.accordion-faq ul li {
		list-style: disc;
		padding-left: 10px;
	}

		.accordion-faq ul li ul li {
			list-style: circle;
			padding-left: 10px;
		}

			.accordion-faq ul li ul li ul li {
				list-style: lower-roman;
				padding-left: 10px;
			}
/* faq end*/
/* contact */
.contct-wrap .form_hdr {
	border-radius: var(--radius);
	box-shadow: var(--shadow);
	padding: 20px;
}

.contct-wrap {
	display: flex;
	justify-content: space-between;
	margin: 50px 0px;
	align-items: center;
}

	.contct-wrap .content {
		width: 40%;
	}

		.contct-wrap .content .icn {
			margin-right: 10px;
			display: inline-block;
		}

		.contct-wrap .content .title {
			margin: 10px 0px;
			font-size: var(--ft18);
		}

			.contct-wrap .content .title span {
				font-weight: 600;
			}

	.contct-wrap .form_hdr {
		width: 560px;
	}

		.contct-wrap .form_hdr ul {
			margin: 0px;
			padding: 0px;
		}

		.contct-wrap .form_hdr li {
			list-style: none;
			border: 1px solid var(--black_200);
			border-radius: var(--radius);
			padding: 5px;
			margin: 10px 0px;
		}

			.contct-wrap .form_hdr li select {
				width: 100%;
				border: none;
				padding: 5px;
			}

			.contct-wrap .form_hdr li input {
				border: none;
				padding: 5px;
				padding-left: 10px;
				width: 100%;
			}

		.contct-wrap .form_hdr .btn {
			width: 100%;
			height: 45px;
		}

		.contct-wrap .form_hdr .captcha {
			display: flex;
			justify-content: space-between;
			border-radius: var(--radius);
			border: 1px solid var(--black_200);
			background-color: var(--white);
			padding: 10px 20px;
			font-weight: 700;
			margin-bottom: 20px;
			margin-top: 20px;
			align-items: center;
			width: 100%;
			font-size: var(--ft12);
		}

			.contct-wrap .form_hdr .captcha input {
				margin-right: 10px;
				font-size: 15px;
			}

			.contct-wrap .form_hdr .captcha .icn {
				height: 45px;
				width: auto;
			}

/* contact end */

/* message start */


.messg-wrap .content {
	border-radius: var(--radius);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px 20px;
	flex-direction: column;
	box-shadow: var(--shadow);
	width: 650px;
	margin: 100px auto;
}

	.messg-wrap .content .head {
		font-size: var(--ft18);
		color: var(--black);
		margin: 15px 0px;
		text-align: center;
	}

	.messg-wrap .content a {
		font-size: var(--ft18);
		font-weight: 700;
		margin-top: 15px;
	}

		.messg-wrap .content a.btn {
			padding: 5px 20px;
			display: block;
			margin-top: 20px;
		}

		.messg-wrap .content a.link {
			color: var(--secndary);
		}

/* message end */
/* advertising */
.advt_wrap {
}

	.advt_wrap .bannr_dtl_hdr {
		position: relative;
	}

	.advt_wrap .heading {
		color: var(--white);
	}

	.advt_wrap .bannr_dtl_hdr .content .slidr_wrap {
		display: flex;
		justify-content: space-between;
		color: var(--white);
		width: 900px;
		margin: auto;
		margin-top: 50px;
	}

		.advt_wrap .bannr_dtl_hdr .content .slidr_wrap .slidr_hdr {
			text-align: left;
		}

			.advt_wrap .bannr_dtl_hdr .content .slidr_wrap .slidr_hdr .slider.active {
				background-color: var(--secndary);
			}

			.advt_wrap .bannr_dtl_hdr .content .slidr_wrap .slidr_hdr .slider {
				background-color: var(--white);
				height: 8px;
				border-radius: 100px;
				width: 400px;
			}

	.advt_wrap .bannr_dtl_hdr .content .title {
		margin-bottom: 10px;
	}

	.advt_wrap .bannr_dtl_hdr .content {
		position: absolute;
		left: 0;
		right: 0;
		color: var(--white);
		text-align: center;
		top: 40px;
	}

.form_wrap.sign_hdr {
	margin: 60px auto;
	padding: 60px;
	width: 1045px;
}

	.form_wrap.sign_hdr .form-group {
		display: flex;
		flex-direction: row;
		position: relative;
		align-items: center;
		margin: 20px 0px;
	}

		.form_wrap.sign_hdr .form-group label {
			margin-right: 60px;
			width: 150px;
		}

		.form_wrap.sign_hdr .form-group .select_hdr {
			border: 1px solid var(--black_200);
			padding: 10px;
			border-radius: var(--radius);
			width: 100%;
		}

		.form_wrap.sign_hdr .form-group .textarea {
			height: 80px;
			border: 1px solid var(--black_200);
			border-radius: var(--radius);
		}

		.form_wrap.sign_hdr .form-group .docs_hdr .icn {
			height: 35px;
			margin-right: 20px;
		}

		.form_wrap.sign_hdr .form-group .docs_hdr {
			display: flex;
			justify-content: center;
			align-items: center;
			position: absolute;
			left: 150px;
			right: 0;
		}

		.form_wrap.sign_hdr .form-group .select_hdr select {
			width: 100%;
			border: none;
		}

	.form_wrap.sign_hdr .btn_hdr .btn {
		width: 200px;
		margin-right: 0px;
		background-color: var(--primary);
		color: var(--white);
	}

	.form_wrap.sign_hdr .btn_hdr {
		text-align: right;
	}

/* advertising end */
/* about start */
.abt_wrap .bannr_dtl_hdr {
	position: relative;
	justify-content: center;
	align-items: center;
	text-align: center;
	display: flex;
}

	.abt_wrap .bannr_dtl_hdr .content {
		position: absolute;
		left: 0;
		right: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		gap: 20px;
	}

		.abt_wrap .bannr_dtl_hdr .content .logo_thumb {
			width: 200px;
			height: auto;
		}

		.abt_wrap .bannr_dtl_hdr .content .title,
		.abt_wrap .bannr_dtl_hdr .content .heading {
			color: var(--white);
		}

.abt_wrap .content_hdr {
	margin: 20px 0px;
	display: flex;
	justify-content: space-between;
}

.abt_wrap .heading_hdr.heading {
	margin: 50px 0px;
	text-align: center;
}

.abt_wrap .content_hdr .column {
	width: 48%;
}

.cin_banr_wrap .cinema_recom .owl-stage-outer {
	/*overflow: visible !important;*/
	height: 450px;
}


.cin_banr_wrap .cinema_recom .owl-item {
	/*transform: scale(0.98);*/
	position: relative;
	top: 15px;
}

	.cin_banr_wrap .cinema_recom .owl-item.active.center {
		transform: scale(1.2);
		z-index: 1;
		top: 0px;
	}

	.cin_banr_wrap .cinema_recom .owl-item .cin_banr_hdr {
		width: 100%;
	}

	.cin_banr_wrap .cinema_recom .owl-item.active.center .cin_banr_hdr:before {
		background-color: transparent
	}

	.cin_banr_wrap .cinema_recom .owl-item .cin_banr_hdr:before {
		background-color: #000000d9;
		position: absolute;
		content: "";
		width: 100%;
		height: 100%;
	}

	.cin_banr_wrap .cinema_recom .owl-item .cin_banr_hdr .content {
		display: none;
	}

	.cin_banr_wrap .cinema_recom .owl-item.active.center .cin_banr_hdr .content {
		display: block;
	}

		.cin_banr_wrap .cinema_recom .owl-item.active.center .cin_banr_hdr .content .btn {
			background-color: transparent;
			border: 1px solid #fff;
		}

.abt_wrap .item_list {
	display: flex;
	position: relative;
	justify-content: space-between;
	margin-top: 100px;
}

	.abt_wrap .item_list .item {
		width: 380px;
	}

		.abt_wrap .item_list .item .title {
			text-align: justify;
		}

		.abt_wrap .item_list .item.massi hr {
			width: 2px;
			height: 100px;
			background-color: var(--black_200);
			position: relative;
			margin: auto;
			top: -40px;
		}

		.abt_wrap .item_list .item.massi {
			/* top: 70px; */
			position: relative
		}

		.abt_wrap .item_list .item .thumb {
			border-radius: var(--radius);
			overflow: hidden;
		}

		.abt_wrap .item_list .item .head {
			font-size: var(--ft24);
			font-weight: 700;
			margin: 10px 0px;
		}

.abt_wrap .viwer_hdr {
	display: flex;
	justify-content: space-between;
	margin: 50px 0px;
	align-items: center;
}

	.abt_wrap .viwer_hdr .content {
		width: 45%;
	}

	.abt_wrap .viwer_hdr .viwer_hdr_item {
		width: 45%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

		.abt_wrap .viwer_hdr .viwer_hdr_item .heading {
			color: var(--secndary);
			font-size: 150px;
		}

.abtMovie_slider {
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow-x: scroll;
}

	.abtMovie_slider::-webkit-scrollbar {
		overflow: hidden;
	}

	.abtMovie_slider .movieSlider {
		white-space: nowrap;
		left: -110px;
		position: relative;
	}

		.abtMovie_slider .movieSlider a {
			display: inline-block;
			margin: 0 10px;
		}

.news_wrap a.btn {
	width: 200px;
	margin: 0 auto;
	display: block;
	margin-bottom: 20px;
}

/* about end */

/* swiper */
.swiper-container {
	width: 100%;
	height: 550px;
}

.swiper-slide {
	background-size: cover;
	background-position: 50%;
	min-height: 80vh;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.swiper-pagination-bullet {
	background-color: transparent;
	border: 2px solid #fff;
	border-radius: 50%;
	width: 12px;
	height: 12px;
	opacity: 1;
}

.swiper-pagination-bullet-active {
	background-color: #fff;
}

.swiper-button-container {
	background-color: rgba(0, 0, 0, 0.25);
}

.swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-slide:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0.4;
}

.swiper-slide .content {
	opacity: 0;
	color: #ffffff;
	transform: translateY(-5%) scale(0.8);
	transition: 1s ease;
}

.swiper-slide-active .content {
	opacity: 1;
	transform: translateY(0%) scale(1);
	transition: 1s ease;
}

/* swiper end */
/* member fan */
.pg_bg {
	/* background-image: url(../../images/static/home_bg.jpg); */
	/* background-position-y: bottom; */
}

.animate-wrapper .ani_cont_hdr {
	display: flex;
	justify-content: space-between;
	height: 400px;
	align-items: center;
}

	.animate-wrapper .ani_cont_hdr .content {
		color: var(--primary);
	}

		.animate-wrapper .ani_cont_hdr .content .head {
			font-size: var(--ft32);
		}

		.animate-wrapper .ani_cont_hdr .content .title {
			font-size: var(--ft22);
		}

	.animate-wrapper .ani_cont_hdr .card_hdr {
		margin-top: 20px;
	}

.animate-wrapper .ani_img {
	/* width: 50%; */
}

/* member fan end*/
/* cin_banr carousal */
.cine_banr_wrap {
	/* height: 690px; */
}

.cine_banr_wrap_main_hdr .owl-nav {
	display: none;
}

.cine_banr_wrap_main_hdr .owl-dots {
	position: absolute;
	top: 50%;
	left: 2%;
	z-index: 11;
}

	.cine_banr_wrap_main_hdr .owl-dots .owl-dot {
		width: 50px;
		height: 3px;
		display: block;
		background-color: var(--white) !important;
		margin: 10px;
	}

		.cine_banr_wrap_main_hdr .owl-dots .owl-dot.active {
			background-color: var(--orange) !important;
		}

.cine_banr_wrap .outer {
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.cine_banr_wrap .item:before {
	background: linear-gradient(21deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
	content: '';
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	display: block;
}

.cine_banr_wrap .owl-carousel.owl-drag .owl-item .content {
	position: absolute;
	top: 40%;
	left: 10%;
	z-index: 2;
}

	.cine_banr_wrap .owl-carousel.owl-drag .owl-item .content .title {
		color: var(--white);
		margin-bottom: 20px;
	}

/* cin_banr carousal end */
/* location */
.loc_wrap .citis a {
	display: inline-block;
	margin-bottom: 5px;
	width: calc(100% /4.1);
}

.modal-hdr .list-wrap.loc_wrap .title {
	font-size: var(--ft16);
}

.modal-hdr .list-wrap.loc_wrap .head {
	font-size: var(--ft22);
	font-weight: 700;
	color: var(--primary);
}

.loc_wrap .loc_hdr {
	background-color: var(--black_100);
	border-radius: var(--radius);
	padding: 10px 20px;
}

.loc_wrap .list_hdr {
	padding: 20px 0px;
}

	.loc_wrap .list_hdr h3 {
		position: relative;
		color: var(--primary);
	}

		.loc_wrap .list_hdr h3::after {
			position: absolute;
			height: 1px;
			width: 96%;
			top: 20px;
			background-color: var(--black_200);
			content: ' ';
			right: 0px;
		}

.list_scroll {
	overflow-y: scroll;
	max-height: 400px;
}

/* location end */

/* watchlist */
.watchlist_wrap .wathclist_hdr {
	flex-wrap: wrap;
	justify-content: flex-start;
	display: flex;
	/* margin: 0px -2%; */
	gap: 10px;
}

.wathclist_hdr .thumb {
	width: calc(100% / 4.12);
	margin-top: 20px;
}

.wathclist_hdr .content {
	margin-top: 10px;
}

	.wathclist_hdr .content a.fav_active:hover {
		filter: grayscale(1);
	}

/* watchlist end*/

/* modal */
.modal_sign_hdr .sign_hdr a.link {
	display: inline-block;
}

.modal_sign_hdr .sign_wrap_veri .sign_veri_hdr {
	height: inherit;
	margin-top: 0px;
}

.tncSchduleMod ol {
	margin: 0px;
	padding: 0px;
}

.tncSchduleMod li {
	text-align: left;
}

.modal_tncAnnounce .mod-btn,
.modTrail .mod-btn {
	position: absolute;
	right: 10px;
	top: 10px;
	border-color: var(--white);
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.75em auto no-repeat;
}

.modal_tncAnnounce .modal-body,
.modTrail .modal-body {
	padding: 0px;
}

.modTrail .modal-content {
	background-color: var(--black);
	border: none;
}

.modTrail {
	max-width: 90%;
}

.modal_tncAnnounce .modal-body .banr {
	overflow: hidden;
	border-radius: 10px 10px 0px 0px;
}

.modal_tncAnnounce_hdr {
	padding: 10px;
}

.modTrail .trailer {
	padding: 0px;
	width: 100%;
	height: 100%;
}

/* modal end */
.phase_two {
	min-height: 500px;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* fans */
.fan_banner {
	position: relative;
	border-radius: var(--radius);
	overflow: hidden;
}

	.fan_banner .slider_wrap .btn_brd_w {
		margin-right: 20px;
	}

	.fan_banner .slider_wrap {
		height: 70px;
		background-color: var(--primary);
		position: absolute;
		bottom: 50px;
		z-index: 1;
		width: 100%;
		justify-content: flex-end;
		align-items: center;
		display: flex;
	}


	.fan_banner .fan_card_hdr {
		position: absolute;
		right: 20px;
		z-index: 1;
		width: 260px;
	}

	.fan_banner .fan_ban_hdr {
		position: relative;
		top: 50px;
		height: 330px;
		overflow: hidden;
		border-radius: 10px;
	}

	.fan_banner .fan_card_hdr .title {
		color: var(--white);
		position: absolute;
		bottom: 30px;
		left: 10%;
		letter-spacing: 4px;
		font-weight: bold;
	}

	.fan_banner .card_img {
		/* position: absolute;
    right: 60px; */
		border-radius: 10px;
	}

	.fan_banner .content_hdr.cust .icon {
		opacity: .5;
	}

	.fan_banner .content_hdr .icon {
		width: 50px;
		height: 50px;
	}

	.fan_banner .content_hdr .content {
		/*width: 50%;*/
	}

	.fan_banner .content_hdr .gropie img {
		margin-right: 10px;
	}

	.fan_banner .content_hdr .gropie {
		background-color: var(--black_200);
		display: inline-flex;
	}

	.fan_banner .content_hdr {
		display: flex;
		gap: 10px;
		flex: 3;
	}

	.fan_banner .cont_wrap {
		position: absolute;
		margin-left: 50px;
		margin-top: 30px;
		display: flex;
		justify-content: space-between;
		width: 800px;
		gap: 20px;
	}

	.fan_banner .content_hdr a {
		margin-top: 10px;
	}

	.fan_banner .content_hdr .title {
		margin-bottom: 5px;
	}

	.fan_banner .content_hdr.cust .head {
		color: var(--black_500);
	}

	.fan_banner .content_hdr .head {
		font-size: var(--ft32);
		color: var(--black);
	}


.points_hdr {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	flex: 1;
	/*width: 360px;*/
}

	.points_hdr .head {
		font-size: 26px;
		color: var(--black);
	}

	.points_hdr .title {
		white-space: nowrap;
	}

	.points_hdr .icon {
		width: 60px !important;
		height: auto;
		position: relative;
		top: 5px;
	}

.fan-banner {
	/*overflow: hidden;*/
	position: relative;
}

	.fan-banner .owl-nav {
		position: absolute;
		top: 30%;
		width: 95%;
		justify-content: space-between;
		display: flex;
		z-index: 1;
		left: 2%;
	}

	.fan-banner .owl-stage {
		display: flex;
		overflow: hidden;
	}

	.fan-banner .owl-nav .owl-prev {
		left: -50px;
		position: relative;
	}

	.fan-banner .owl-nav .owl-next {
		right: -50px;
		position: relative;
	}

		.fan-banner .owl-nav .owl-prev.disabled,
		.fan-banner .owl-nav .owl-next.disabled {
			opacity: 0;
			pointer-events: none;
		}


/* fans end */
/* member fan */
.bg_membr {
	background-image: url('../../images//temp/mem_bg.jpg');
	background-repeat: no-repeat;
}

.banner_mem {
	position: relative;
}

	.banner_mem .content {
		position: absolute;
		margin: 0 auto;
		top: 17%;
		width: 720px;
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		left: 0;
		right: 0;
		color: var(--white);
		gap: 10px;
	}

		.banner_mem .content .heading {
			font-size: var(--ft40);
			color: var(--white);
		}

		.banner_mem .content .btn_brd_w {
			font-weight: 500;
			margin-top: 20px;
		}

		.banner_mem .content .title {
			font-size: var(--ft16);
			color: var(--secndary_100);
		}

/* member fan end */
/* work at cinepolis */
.wac_wrap .bannr_dtl_hdr {
	position: relative;
}

	.wac_wrap .bannr_dtl_hdr .content {
		position: absolute;
		left: 80px;
		right: 0;
		top: 40%;
		bottom: 0;
		text-align: left;
		width: 560px;
		color: var(--white);
	}

		.wac_wrap .bannr_dtl_hdr .content .heading {
			color: var(--white);
			text-align: left;
		}

.wac_service {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

	.wac_service .heading {
		text-align: center;
		margin: 40px 0px;
	}

	.wac_service .wac_service_icn {
		display: flex;
		gap: 80px;
		margin: 20px 0px;
	}

		.wac_service .wac_service_icn .wac_sericn .head {
			margin: 10px 0px;
			margin-top: 20px;
		}

.wac_benft {
	margin-top: 30px;
}

	.wac_benft .head_container {
		text-align: center;
		width: 650px;
		margin: auto;
	}

		.wac_benft .head_container .heading {
			text-align: center;
			display: block;
		}

		.wac_benft .head_container p {
			font-size: var(--ft16);
		}


.hCard_hdr {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin-top: 40px;
}

.wac_benft .hCard {
	width: calc(100%/2.1);
}

.hCard {
	display: flex;
	gap: 20px;
}

	.hCard .thumb {
		width: calc(100% / 1);
	}

	.hCard .content {
	}

		.hCard .content .head {
			font-size: var(--ft22);
			color: var(--black_500);
		}

		.hCard .content .title {
			font-size: var(--ft16);
		}

.head_container_row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 40px;
	margin-bottom: 20px;
}

.job_hdr {
	margin: 40px 0px;
}

.job_hdr_row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-shadow: var(--shadow);
	padding: 10px;
	border-radius: var(--radius);
	padding-left: 20px;
}

	.job_hdr_row .col_1 {
		width: calc(40%);
	}

	.job_hdr_row .col_2 {
		width: calc(30%);
	}

.job_hdr_list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.job_hdr_row .head {
	color: var(--black_500);
}

.job_hdr_row .job_title .sub-head {
	color: var(--secndary);
}

.job_depart_wrap {
}

	.job_depart_wrap .head_container .heading {
		text-align: center;
		color: var(--white);
		display: flex;
		flex-direction: column;
	}

	.job_depart_wrap .head_container {
		padding: 40px 0px;
	}

		.job_depart_wrap .head_container .right {
			text-align: right;
			display: block;
		}

.depart-card {
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: calc(100%/2);
	background-color: var(--white);
	padding: 10px 20px;
	border-radius: var(--radius);
	position: relative;
}

	.depart-card .btn_brd_second {
		width: calc(100% / 3);
	}

	.depart-card .head {
		font-size: var(--ft24);
		color: var(--black_500);
	}

	.depart-card .icon {
		position: relative;
		margin-top: -60px;
		width: 80px;
	}

.job_depart_hdr {
	display: flex;
	gap: 20px;
	margin-top: 60px;
	padding-bottom: 60px;
}

.hr_evt_hdr {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

	.hr_evt_hdr a {
		width: calc(100% /3.2);
	}

.card-v {
	box-shadow: var(--shadow);
}

	.card-v .content {
		padding: 10px;
	}

		.card-v .content .icn_cont {
			font-size: var(--ft12);
			display: flex;
			gap: 10px;
		}

			.card-v .content .icn_cont .icn {
				height: 15px;
			}

	.card-v .head {
		margin-top: 10px;
		margin-bottom: 20px;
	}

.hr_evt {
	margin-top: 20px;
	margin-bottom: 80px;
}

	.hr_evt .head_container {
		margin-bottom: 20px;
	}

		.hr_evt .head_container .right {
			text-align: right;
			display: block;
		}

.hr_evt_wrap .cin_detail_wrap .cin_detail {
	width: 720px;
	height: 220px;
	display: flex;
	align-items: center;
	padding-left: 85px;
}

.hr_evt_wrap .hr_evt_content {
	margin-bottom: 80px;
	width: 900px;
}

	.hr_evt_wrap .hr_evt_content .head {
		margin-top: 40px;
		margin-bottom: 20px;
	}

.hr_evt_wrap .nav_head_icon,
.wac_wrap .nav_head_icon {
	position: absolute;
	top: 40px;
	left: 40px;
}

.nav_head_icon {
	color: var(--white);
	display: flex;
	gap: 10px;
}

.hr_evt_page .head_container .heading {
	display: block;
	text-align: center;
}

.hr_evt_page .head_container {
	margin-bottom: 40px;
}

.job_dtl_hdr {
	display: flex;
	gap: 20px;
	margin: 80px 0px;
}

	.job_dtl_hdr .col__1 {
		width: 30%;
	}

	.job_dtl_hdr .col__2 {
		width: 70%;
	}

	.job_dtl_hdr .content .head {
		margin-top: 40px;
		margin-bottom: 20px;
	}

	.job_dtl_hdr .content .heading {
		font-size: var(--ft24);
	}

	.job_dtl_hdr .job_apl {
		box-shadow: var(--shadow);
		padding: 20px;
		display: flex;
		flex-direction: column;
		gap: 15px;
		height: fit-content;
	}

		.job_dtl_hdr .job_apl .job_apl_list {
			display: flex;
			gap: 10px;
		}

		.job_dtl_hdr .job_apl .icn {
			margin-right: 10px;
		}

.job_depart_page .job_depart_wrap .head_container .heading {
	display: block;
	text-align: center;
	color: var(--black_500);
}

.job_depart_wrap .head_container {
	margin-top: 20px;
}

.job_depart_page .depart-card {
	box-shadow: var(--shadow);
	width: 46%;
	padding: 20px;
}

.job_depart_page .job_depart_hdr {
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 80px;
}

.job_depart_page .depart-card .icon {
	left: 80%;
}

.job_hdr .heading span {
	font-size: var(--ft24);
	color: var(--black_200);
	margin-top: 15px;
	margin-left: 20px;
}

.job_list_page .job_hdr_list {
	gap: 20px;
}

.job_list_page .widget_wrap.cin_widget .widget_hdr .selet_hdr {
	width: calc(100% /4);
}

.job_list_page .widget_wrap.cin_widget {
	width: 1100px;
}

	.job_list_page .widget_wrap.cin_widget .widget_hdr .selet_hdr .icn {
		opacity: .5;
	}

.appl_form .label {
	display: flex;
	flex: 1;
}

.appl_form .btn {
	width: 30%;
	position: relative;
	left: -30px;
}

.appl_form .captcha {
	position: relative;
	left: -30px;
}

.appl_form_page .head_container_row .heading {
	text-align: center;
	display: block;
	margin: auto;
}

/* work at cinepolis end */
/* cinema class*/
.movie_class_wrap .tab_wrap .nav li a {
	font-size: var(--ft16);
	font-weight: 500;
	color: var(--black_500);
}

.movie_class_wrap .tab_wrap ul {
	margin-bottom: 60px;
}

.movie_class_wrap .tab_wrap .nav li a.active {
	color: var(--primary);
	font-weight: 600;
	border-bottom-color: var(--primary);
}

.class_tab {
	margin-bottom: 100px;
}

	.class_tab .owl-item.cloned .item .card-h .mv_thumb,
	.class_tab .owl-item .item .card-h .mv_thumb {
		order: 2;
		position: relative;
	}

	.class_tab .owl-item.active .card-h .mv_thumb {
		order: 1;
		position: relative;
	}

	.class_tab .owl-item.active .card-h .content {
		order: 2
	}

.movie_class_tabs {
	margin: 0 auto;
	width: 60% !important;
	text-align: center;
	margin-bottom: 50px;
	margin-top: 50px;
	/* left: 15%; */
}

.movie_class_wrap .class_tab .title {
	font-size: var(--ft16);
	text-align: justify;
}

.movie_class_tabs .owl-item.current .item {
	color: var(--primary);
	border-bottom: 2px solid var(--primary);
	padding-bottom: 10px;
	font-weight: 600;
}

.movie_class {
}

.movie_class_wrap .movie_class_hdr {
	margin-bottom: 60px;
}

.movie_class .card-h {
	display: flex;
	width: 850px;
	align-items: center;
	gap: 30px;
}

	.movie_class .card-h .mv_thumb {
		width: 445px;
	}

		.movie_class .card-h .mv_thumb img {
			/* height: 100%;
    width: auto; */
			border-radius: var(--radius);
		}

	.movie_class .card-h .content {
		width: 50%;
		display: flex;
		flex-direction: column;
		gap: 10px;
	}

		.movie_class .card-h .content .btn {
			width: 200px;
		}

		.movie_class .card-h .content .head {
			font-size: var(--ft24);
		}

.movie_class .owl-nav {
	display: flex;
	justify-content: space-around;
	top: 30%;
	position: absolute;
	width: 70%;
	margin: initial;
	left: 15%;
}

	.movie_class .owl-nav .owl-prev {
		left: 0px;
		position: absolute;
	}

	.movie_class .owl-nav .owl-next {
		right: 0px;
		position: absolute;
	}

.movie_class .owl-dots {
	display: none;
}

	.movie_class .owl-dots .owl-dot {
		background: #ccc;
		width: 10px;
		height: 10px;
		border-radius: 100px;
	}

.movie_class_hdr .movie_class .owl-dots .owl-dot.active {
	background-color: var(--black_500);
	width: 20px;
}

.movie_class_hdr .movie_class .owl-dots {
	gap: 10px;
	display: flex;
	margin: auto;
	justify-content: center;
	margin-top: 60px;
}

.img_full {
	width: 100%;
}

.movieClass_dt_wrap {
}

	.movieClass_dt_wrap .banner_wrap {
		height: 600px;
	}

	.movieClass_dt_wrap .banner_hdr {
		display: flex;
		justify-content: space-between;
		/* height: 600px; */
		align-items: center;
		margin-top: 50px;
	}

	.movieClass_dt_wrap .banr_img img {
		border-radius: 100px 100px 0 0;
	}

	.movieClass_dt_wrap .banner_hdr .content .image {
		/*width: 150px;*/
		margin-bottom: 20px;
	}

		.movieClass_dt_wrap .banner_hdr .content .image img {
			width: 400px;
			height: auto;
		}

	.movieClass_dt_wrap .banner_hdr .content {
		width: 370px;
	}

		.movieClass_dt_wrap .banner_hdr .content .head {
			font-size: var(--ft24);
			color: var(--black_500);
		}

.mc_dt_wrap .item {
	display: flex;
	gap: 20px;
	align-items: center;
	/*justify-content: space-between;*/
	width: 1000px;
	margin: auto;
}

	.mc_dt_wrap .item .thumb {
		width: 40%;
	}

		.mc_dt_wrap .item .thumb img {
			border-radius: 10px;
		}

	.mc_dt_wrap .item .head {
		color: var(--black_500);
		width: 60%;
	}

	.mc_dt_wrap .item .cont {
	}

.mc_dt_wrap hr {
	margin: 30px 0px;
}

.mc_dt_wrap .heading {
	display: block;
	text-align: center;
	margin: 50px 0px;
}

.mc_dt_shTime .head_container_row .select_hdr {
	background-color: var(--primary);
	border-radius: var(--radius);
	padding: 10px;
}

	.mc_dt_shTime .head_container_row .select_hdr select {
		color: var(--white);
		background: transparent;
		border: none;
	}

.mc_dt_shTim_hdr {
	display: flex;
	gap: 20px;
}

	.mc_dt_shTim_hdr .item {
		display: flex;
		align-items: center;
		width: 95%;
	}

		.mc_dt_shTim_hdr .item .thumb {
			height: 250px;
		}

			.mc_dt_shTim_hdr .item .thumb img {
				height: 100%;
				border-radius: var(--radius);
			}

		.mc_dt_shTim_hdr .item .thumb {
		}

		.mc_dt_shTim_hdr .item .content {
			display: flex;
			flex-direction: column;
			background-color: var(--black_500);
			padding: 10px;
			gap: 10px;
			height: 220px;
			border-radius: var(--radius);
			border-top-left-radius: 0px;
			border-bottom-left-radius: 0px;
			color: var(--white);
			overflow: hidden;
			flex: 1;
		}

			.mc_dt_shTim_hdr .item .content .mvDtl {
				color: var(--secndary);
				font-weight: 600;
			}

			.mc_dt_shTim_hdr .item .content .rate_hdr {
				font-size: var(--ft12);
			}

				.mc_dt_shTim_hdr .item .content .rate_hdr span {
					background-color: var(--sucess);
					padding: 3px 5px;
					border-radius: var(--radius);
				}

			.mc_dt_shTim_hdr .item .content .showitme {
				display: flex;
				/* justify-content: center; */
				/* align-items: center; */
				gap: 10px;
				flex-wrap: wrap;
			}

				.mc_dt_shTim_hdr .item .content .showitme a.disable {
					pointer-events: none;
					opacity: .5;
				}

				.mc_dt_shTim_hdr .item .content .showitme a {
					background-color: var(--white);
					width: calc(100% / 4.7);
					text-align: center;
					color: var(--black_500);
					border-radius: var(--radius);
					font-size: var(--ft12);
				}

.mc_dt_shTim_hdr {
	position: relative;
}

.owl-nav .owl-prev.disabled,
.owl-nav .owl-next.disabled {
	opacity: 0 !important;
}

.mc_dt_shTim_hdr .owl-nav {
	position: absolute;
	width: 105%;
	display: flex;
	justify-content: space-between;
	top: 35%;
	left: -2.5%;
}

.mc_dt_cin_list {
	display: flex;
	gap: 20px;
	justify-content: space-between;
	margin: 80px 0px;
	width: 100%;
	align-items: center;
}

.cinma_list_scroll {
	height: 250px;
	overflow-y: scroll;
	display: flex;
	/*align-items: center;*/
	flex-direction: column;
	/*justify-content: center;*/
}


	.cinma_list_scroll::-webkit-scrollbar {
		width: 10px;
		background-color: #cccc;
		/*	display:none;*/
	}

	.cinma_list_scroll::-webkit-scrollbar-thumb {
		width: 20px;
		height: 20px;
		background-color: #666;
	}

.mc_dt_cin_list .headline {
	font-size: var(--ft40);
	color: var(--black_500);
	width: 500px;
	line-height: 45px;
}

.mc_dt_cin_list .content {
	width: 550px;
}

	.mc_dt_cin_list .content .item a {
		justify-content: space-between;
		display: flex;
		border-bottom: 1px solid var(--black_200);
		padding-bottom: 5px;
		/*height: 35px;*/
		margin-bottom: 10px;
	}

.mc_dt_shTime .widget_wrap {
	width: auto;
	top: 0px;
	margin: 0px;
}

	.mc_dt_shTime .widget_wrap .selet_hdr {
		width: auto;
	}

/* cinema end*/
.tnc_wrap {
	padding: 0px 160px;
}

	.tnc_wrap ol > li::marker,
	.tnc_wrap ul > li::marker {
		font-weight: bold;
	}

	.tnc_wrap .head_container {
		margin-top: 40px;
		margin-bottom: 20px;
	}

	.tnc_wrap ul li {
		list-style: upper-alpha;
		padding-left: 20px;
		font-weight: 600;
		padding-top: 10px;
	}

		.tnc_wrap ul li.none {
			list-style: none;
		}

		.tnc_wrap ul li ol li {
			list-style: decimal;
			border-bottom: 1px solid var(--black_100);
			padding-bottom: 5px;
			font-weight: 100;
		}

/* tnc start */
/* pament form */
.form_hdr.kredio {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.paymode-error {
	display: block;
	color: red;
}

.form_hdr.kredio .form-group {
	display: flex;
	flex-direction: column;
}

	.form_hdr.kredio .form-group .inp_hdr {
		border: 1px solid var(--black_100);
		border-radius: var(--radius);
		line-height: 40px;
	}

.form_hdr.kredio .row_hdr {
	display: flex;
	width: 100%;
	gap: 10px;
}


	.form_hdr.kredio .row_hdr .select_hdr {
		width: 100%;
		height: 40px;
		border: 1px solid var(--black_100);
		border-radius: var(--radius);
	}

		.form_hdr.kredio .row_hdr .select_hdr select {
			width: 100%;
			border: none;
			height: 35px;
		}

	.form_hdr.kredio .row_hdr .form-group {
		width: 100%;
	}

/* pament form end */
/* tnc start end */
/* modal */


.modal-dialog.modal_tncAnnounce {
	max-width: 600px;
}

.modDeltAct .row_hdr {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid var(--black_100);
	padding: 20px 0px;
}

.modDeltAct .radioHdr {
	width: 25px;
	height: 25px;
}

.modDeltAct .row_hdr .head {
	width: 80%;
}

.modDeltAct .modDeltAct_Cont .btn {
	margin-top: 20px;
	float: right;
}

.modOfrHdr_Cont .row_hdr {
	display: flex;
	align-items: center;
	gap: 20px;
}

.modOfrHdr .modal-body {
	padding: 0px;
	overflow: hidden;
}

.modOfrHdr .content .btn-close {
	position: absolute;
	right: 20px;
	top: 20px;
}

.modOfrHdr .modal-content {
	border: none;
}

.modOfrHdr .content {
	padding: 10px;
	width: 45%;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

	.modOfrHdr .content p {
		margin-bottom: 0px;
	}

.modOfrHdr .thumb {
	border-radius: 10px 0px 0px 10px;
	overflow: hidden;
}

.modal-dialog.modOfrHdr {
	max-width: 600px
}

.modNps_Cont {
	text-align: center;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.modal_junior .juni_hdr .juni_content {
	color: var(--black);
}


.modal-dialog.modal-dialog-centered.modal_junior {
	max-width: 60%;
}

.modal_junior .juni_hdr {
	position: relative;
	padding: 30px 20px;
}


	.modal_junior .juni_hdr .btn-close {
		float: right;
		display: block;
		position: absolute;
		right: 0px;
		top: -5px;
	}

/* modal end */
/* star rating */
.star_rate {
	position: relative;
	display: inline-block;
	border: none;
	font-size: 14px;
	/* left: 50%; */
	/* transform: translateX(-50%); */
	margin: 10px auto;
	/* left: 50%; */
	transform: scale(1.5);
}

	.star_rate input {
		border: 0;
		width: 1px;
		height: 1px;
		overflow: hidden;
		position: absolute !important;
		clip: rect(1px 1px 1px 1px);
		clip: rect(1px, 1px, 1px, 1px);
		opacity: 0;
	}

	.star_rate label {
		position: relative;
		float: right;
		color: #C8C8C8;
	}

		.star_rate label:before {
			margin: 5px;
			content: "\f006";
			font-family: FontAwesome;
			display: inline-block;
			font-size: 1.5em;
			color: #FFC107;
			-webkit-user-select: none;
			-moz-user-select: none;
			-ms-user-select: none;
			user-select: none;
		}

	.star_rate input:checked ~ label:before {
		color: #FFC107;
		content: "\f005";
	}

	.star_rate label:hover ~ label:before {
		color: #ffdb70;
	}

	.star_rate label:hover:before {
		color: #FFC107;
	}

.modNps_succ .modNps_Cont.thumb {
	width: 90px;
	height: 90px;
}

.slider_wrap .thumb {
	color: var(--primary);
	position: absolute;
	top: 5px;
	font-size: var(--ft14);
}

.range-slider-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

	.range-slider-wrapper img.slider_img {
		width: 30px !important;
		height: auto;
		position: absolute;
		right: 5%;
		z-index: 1;
	}

	.range-slider-wrapper .slider {
		width: 90%;
	}



/* star rating end */

.press_wrap {
	width: 900px;
	margin: auto;
}

	.press_wrap .thumb {
		margin: 20px 0px;
		border-radius: var(--radius);
	}

	.press_wrap .news_desc {
		margin-top: 10px;
	}

	.press_wrap .head_icn_wrap.page_hdr {
		padding: 0px;
	}

.press_list .headline {
	text-align: center;
	margin: auto;
}

.press_list .thumb-img {
	height: 275px;
}

.press_list .title {
	color: var(--black_500);
}

/*captcha*/

.capt_wrap a img {
	width: 30px;
	opacity: .3;
}

.capt_wrap input {
	line-height: 40px;
	border-radius: 10px;
	border: 1px solid var(--black_100);
}

.capt_wrap {
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
}

.capt_wrap_hdr {
	display: flex;
	width: 50%;
	align-items: center;
	gap: 10px;
	justify-content: flex-end;
}

	.capt_wrap_hdr .captImg {
		width: 85%;
	}

/*captcha End*/

.locMsg {
	text-align: center;
	font-weight: bold;
	color: var(--primary);
}

.movEmpty {
	margin: auto;
	/* position: absolute; */
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: var(--ft16);
}

.cin_msg {
	padding: 10px 0px;
	display: flex;
	flex-direction: column;
	color: #4780ff;
	font-weight: 600;
	gap: 5px;
}


.mv_col_cont {
	display: flex;
	align-items: center;
	gap: 40px;
}

iframe#launcher {
	right: 40px !important;
	bottom: 70px !important;
}

/* fnb start */

.fnb_select {
	width: 90%;
}

	.fnb_select .selet_hdr {
		width: 100%;
	}

		.fnb_select .selet_hdr select.dropdown {
			-webkit-appearance: none;
			-moz-appearance: window;
			padding: 2px 50px 2px 2px;
			border: none;
			background-image: url('../images/icn_arrw_bottom.svg');
			background-repeat: no-repeat;
			background-position: right center;
		}

		.fnb_select .selet_hdr select {
			font-size: var(--ft32);
			font-weight: 700;
			background-color: transparent;
			color: var(--white);
		}

			.fnb_select .selet_hdr select option {
				font-size: var(--ft18);
				color: var(--black_500);
				padding: 5px;
			}

.fnb_select_cont .title .icn {
	filter: saturate(0.5);
}

.fnb_select_cont .title {
	display: flex;
	flex-direction: row;
	margin-top: 10px;
	gap: 10px;
	color: var(--white);
	align-items: flex-start;
}

.fnb_wrap {
}

	.fnb_wrap .product_hdr {
		box-shadow: 0px 0px 10px var(--black_200);
		border-radius: var(--radius);
		padding: 10px;
		background-color: var(--white);
		display: flex;
		gap: 20px;
		width: calc(100% / 3);
		padding: 30px 20px;
	}

		.fnb_wrap .product_hdr .content {
			display: flex;
			flex-direction: column;
			gap: 10px;
			justify-content: space-between;
			flex: 1;
		}

			.fnb_wrap .product_hdr .content .desc {
				font-size: var(--ft16);
				color: var(--black_300);
			}

		.fnb_wrap .product_hdr .prd_img {
			border-radius: var(--radius);
			border: 1px solid var(--black_100);
			width: 135px;
			height: 135px;
			overflow: hidden;
			padding: 10px;
			align-items: center;
			justify-content: center;
			display: flex;
		}

.prd_section {
	display: flex;
	flex-direction: row;
	gap: 20px;
	margin-bottom: 50px;
	/* padding-bottom: 50px; */
}

.fnb_wrap .prd_section {
	margin-bottom: 30px;
}

.fb_pr_inpt {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

	.fb_pr_inpt .input-group {
		width: 100px;
	}

		.fb_pr_inpt .input-group * {
			height: 25px;
			display: flex;
			align-items: center;
		}

		.fb_pr_inpt .input-group input {
			text-align: right;
			padding: 0px;
			border: none;
		}

	.fb_pr_inpt .btn.btn_gr {
		background-color: var(--black_200);
		padding: 0px 7px;
	}

		.fb_pr_inpt .btn.btn_gr:hover {
			color: var(--white);
		}

.bg_primary {
	background-color: var(--primary);
}



.fnb_wrap .heading {
	padding: 30px 0px;
}


.fnb_promo_hdr {
	background-color: var(--primary);
}

	.fnb_promo_hdr .heading {
		color: var(--white);
	}

	.fnb_promo_hdr .product_hdr {
		width: 95%;
		flex-direction: column;
		padding: 0px;
		gap: 10px;
	}

.fnb_kombo .product_hdr a {
	display: flex;
	gap: 15px;
	flex-direction: column;
}

	.fnb_kombo .product_hdr a .add-button {
		pointer-events: none;
	}

	.fnb_kombo .product_hdr a .content {
		gap: 5px;
	}

.fnb_promo_hdr .product_hdr .content {
	padding: 0px 20px 10px 20px;
}

.fnb_promo_hdr .product_hdr .prd_img {
	width: 100%;
	height: 200px;
	position: relative;
	position: relative;
	overflow: hidden;
}

	.fnb_promo_hdr .product_hdr .prd_img .badge {
		position: absolute;
		z-index: 1;
		background-color: var(--secndary);
		right: 0px;
	}

		.fnb_promo_hdr .product_hdr .prd_img .badge .offr_tag {
			z-index: 1;
			position: absolute;
			right: 5px;
			transform: rotate(35deg);
			display: flex;
			flex-direction: column;
			top: 20px;
		}

			.fnb_promo_hdr .product_hdr .prd_img .badge .offr_tag span {
				font-size: var(--ft24);
			}

		.fnb_promo_hdr .product_hdr .prd_img .badge .box {
			background-color: var(--black_200);
			transform: rotate(125deg);
			display: block;
			width: 120px;
			height: 190px;
			position: absolute;
			right: -30px;
			top: -90px;
		}

.fnb_pop_hdr .product_hdr {
	width: calc(100% / 2);
}

	.fnb_pop_hdr .product_hdr .content {
		flex: 1;
	}

.fnb_promo .owl-nav,
.snack_hdr .owl-nav,
.bewrages_hdr .owl-nav,
.fnb_kombo .owl-nav {
	position: absolute;
	top: -85px;
	right: 0px;
}

.fnb_promo .owl-dots, .snack_hdr .owl-dots, .bewrages_hdr .owl-dots, .fnb_kombo .owl-dots {
	display: none;
}

.fnb_popcorn_hdr .product_hdr {
	width: calc(100% / 2);
}

	.fnb_popcorn_hdr .product_hdr .content {
		flex: 1;
	}

.snack_hdr .product_hdr,
.bewrages_hdr .product_hdr {
	width: 95%;
}

.snack_hdr.owl-carousel .owl-stage-outer,
.bewrages_hdr.owl-carousel .owl-stage-outer {
	padding: 10px;
}

.mod_head {
	display: flex;
	gap: 10px;
}

	.mod_head .img_hdr {
		width: 100px;
		height: 100px;
		overflow: hidden;
		border-radius: var(--radius);
		border: 1px solid var(--black_100);
		display: flex;
		align-items: center;
		justify-content: center;
	}

		.mod_head .img_hdr img {
			object-fit: contain;
		}

.modal-hdr.fnb_cust .modal-header .mod_head {
	display: flex;
	gap: 10px;
	align-items: center;
}

.fnb_cust .modal-header {
	align-items: flex-start;
	display: flex;
}

.fnb_cust.modal-hdr .title {
	font-weight: normal;
}

.cust_cont_row .list_hdr {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.cust_cont_row .titleBold span {
	font-weight: 100;
}

.cust_cont_row .title.inpt_hdr .radioHdr {
	margin-left: 10px;
	top: 2px;
	position: relative;
}

.cust_cont_row .title {
	font-weight: normal;
}

.cust_cont_row .textArea {
	width: 100%;
}

.cust_cont_row .accordion-button {
	color: var(--black_500);
	padding: 5px 0px;
	margin: 0px;
}

	.cust_cont_row .accordion-button:not(.collapsed)::after {
		filter: grayscale();
	}

.cust_cont_row hr {
	margin: 10px 15px;
}

.cust_cont_row .accordion-body {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding-bottom: 0px;
}

.cust_cont_row .row_01 {
	min-height: auto;
	overflow-y: auto;
}

	.cust_cont_row .row_01 .textArea {
		width: 100%;
		padding: 10px;
		border-radius: var(--radius);
		border: 1px solid var(--black_100);
	}

	.cust_cont_row .row_01 .accordion-button {
		padding-bottom: 5px;
		font-size: 1rem;
	}

	.cust_cont_row .row_01 .accordion-button1 {
		font-size: 1rem;
	}

.price_widget {
	display: flex;
	gap: 10px;
	flex-direction: row;
	justify-content: flex-end;
	background-color: var(--white);
	padding-top: 10px;
}

	.price_widget .error {
		color: red;
	}

	.price_widget .input-group {
		width: 120px;
	}

		.price_widget .input-group .btn {
			position: relative;
			z-index: 2;
			width: 35px;
		}

		.price_widget .input-group input {
			text-align: center;
			padding-left: 10px;
			padding-right: 0px;
		}

.fnb_food_price_handler {
	position: fixed;
	bottom: 0px;
	background-color: var(--white);
	box-shadow: 0px 0px 10px var(--black_200);
	width: 100%;
	display: flex;
	flex-direction: row;
	padding: 10px 50px;
	z-index: 2;
	align-items: center;
	justify-content: space-between;
	border-radius: 10px 10px 0px 0px;
	width: 90%;
	left: 5%;
	right: 5%;
}

	.fnb_food_price_handler .prd_hndlr {
		display: flex;
		gap: 40px;
		align-items: center;
	}

		.fnb_food_price_handler .prd_hndlr .img_hdr {
			width: 80px;
			height: 80px;
			border: 1px solid var(--black_100);
			border-radius: var(--radius);
			position: relative;
			display: inline-block;
			/* overflow: hidden; */
			display: flex;
			justify-content: center;
			align-items: center;
		}

			.fnb_food_price_handler .prd_hndlr .img_hdr img {
				object-fit: contain;
				width: 90%;
			}

			.fnb_food_price_handler .prd_hndlr .img_hdr .edit_hdr {
				position: absolute;
				background: var(--primary);
				padding: 5px;
				top: -5px;
				right: -5px;
				border-radius: 100px;
				width: 30px;
				height: 30px;
				display: flex;
				justify-content: center;
				align-items: center;
			}

			.fnb_food_price_handler .prd_hndlr .img_hdr .edit_hdr_itm {
				position: absolute;
				right: -20px;
				z-index: 2;
				background: var(--secndary);
				color: #fff;
				border-radius: 100px;
				width: 40px;
				height: 40px;
				display: flex;
				align-items: center;
				justify-content: center;
				bottom: 0px;
			}

			.fnb_food_price_handler .prd_hndlr .img_hdr .edit_hdr img {
				filter: invert();
			}

.prd_cart .img_hdr {
	width: 100px;
	height: 100px;
	display: block;
	border: 1px solid var(--black_200);
	border-radius: var(--radius);
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px;
}

	.prd_cart .img_hdr img {
		object-fit: contain;
	}

.prd_cart .prd_cart_hdr {
	display: flex;
	gap: 20px;
	flex-direction: row;
	align-items: center;
	/*width: 60%;*/
	margin: 15px 0px;
}

.prd_cart .content {
	flex-direction: column;
	/* gap: 5px; */
	display: flex;
}

	.prd_cart .prd_cart_hdr .content p,
	.prd_cart .content p {
		margin: 0px;
		font-size: var(--ft14);
	}

	.prd_cart .content.ai_right {
		text-align: right;
		gap: 20px;
		white-space: nowrap;
	}

.prd_cart_wrap .list a {
	color: var(--secndary);
}

.prd_cart_wrap .bd_hdr .od_hdr .list div:last-child {
	text-align: right;
}

.prd_cart_location {
	background-color: var(--black_100);
	padding: 10px;
	border-radius: var(--radius);
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.list.prd_cart_location .titleBold {
	text-align: right;
}

	.list.prd_cart_location .titleBold p {
		font-weight: 400;
		margin-top: 5px;
		margin-bottom: 0px;
	}

.prd_cart hr {
	height: 150px;
	width: 1px;
}

.prd_cart .row_list {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

	.prd_cart .row_list .icn {
		margin-right: 15px;
	}

.conf-wrap_fnb.conf-wrap .qr_ord_hdr {
	width: 90%;
}

.conf-wrap_fnb .col_content_hdr {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 20px;
	flex: 0.8;
}


.conf-wrap_fnb.pg-wrap .prd_cart .title {
	padding-top: 0px;
	font-size: var(--ft14);
}

.conf-wrap_fnb .qr_ord_hdr a {
	padding: 0px;
}

.bk_ord_hdr .col_content .img_cont_hdr {
	display: flex;
	gap: 20px;
	flex-direction: row;
	align-items: center;
}

.conf-wrap_fnb .bk_ord_hdr {
	justify-content: space-between;
}

	.conf-wrap_fnb .bk_ord_hdr .col_content .row_list {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		/* width: 40%; */
		text-align: left;
		padding-left: 20px;
		gap: 5px;
	}

		.conf-wrap_fnb .bk_ord_hdr .col_content .row_list .title {
			padding: 0px;
			margin: 0px;
		}

.conf-wrap_fnb .qr_ord_hdr .row-center .content .btn_brd_second {
	width: fit-content;
	padding: 5px 20px;
}

.conf-wrap_fnb .qr_ord_hdr .row-center .content .head {
	margin-bottom: 10px;
}

.fnb_ord_cart .prd_cart {
	width: calc(100% / 3.1);
	box-shadow: 0px 0px 5px var(--black_100);
	background-color: var(--white);
	border-radius: var(--radius);
	padding: 10px;
}

	.fnb_ord_cart .prd_cart .content {
		gap: 0px;
	}

	.fnb_ord_cart .prd_cart * {
		font-size: var(--ft14);
	}

		.fnb_ord_cart .prd_cart * .title {
			font-size: var(--ft12);
		}

.fnb_ord_cart_wrap .fnb_ord_cart {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 10px;
}

.fb_policy h3,
.fb_policy h4 {
	font-size: var(--ft18);
}

.fb_policy h2 {
	font-size: var(--ft18);
}

.fb_policy_wrap .nav-tabs li {
	list-style: none;
}

.add_spinner .input-group {
	width: 120px;
	flex-wrap: nowrap;
}

	.add_spinner .input-group input {
		width: 180px;
		padding: 0px;
		text-align: right;
	}

.fnb_imgCont {
	display: flex;
	align-items: center;
	gap: 25px;
}

.bk_ord_hdr .col_content .fnb_imgCont .content {
	width: inherit;
}

.fnb_imgCont .img_hdr {
	width: 150px;
	height: 150px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid var(--black_200);
	border-radius: var(--radius);
}

	.fnb_imgCont .img_hdr img {
		object-fit: contain;
		width: 90%;
	}

.fnb_imgCont .content p.title {
	font-size: var(--ft16) !important;
	margin: 0px;
}

.fnb_imgCont .content .icn.invert {
	opacity: .5;
	width: 20px;
}

.fnb_mb_wrap .link_wrap {
	text-align: right;
}

.qr_wrap_hdr .qr_hdr {
	display: flex;
	gap: 20px;
	align-items: center;
	margin: 20px 0px;
}

	.qr_wrap_hdr .qr_hdr .content {
		gap: 10px;
		display: flex;
		flex-direction: column;
		width: 50%;
	}

		.qr_wrap_hdr .qr_hdr .content .btn {
			width: fit-content;
			padding: 5px 20px 7px 20px;
			display: flex;
			gap: 10px;
			align-items: center;
		}

	.qr_wrap_hdr .qr_hdr .img_hdr {
		width: 150px;
		height: 150px;
		box-shadow: 0px 0px 5px var(--black_100);
		padding: 10px;
		border-radius: var(--radius);
	}

.ord_rec .list_hdr .list .title .prmo_title {
	color: var(--secndary);
}

.badge {
	background: rgb(75, 132, 251);
	border-radius: var(--radius);
	padding: 5px 10px;
	margin-bottom: 5px;
}

.movie {
	background: rgb(75, 132, 251);
	background: linear-gradient(45deg, rgba(75, 132, 251, 1) 49%, rgba(63, 203, 203, 1) 100%);
}

.event {
	background: rgb(75, 132, 251);
	background: linear-gradient(45deg, rgba(244, 80, 83, 1) 49%, rgba(253, 189, 46, 1) 100%);
}

.fnb {
	background: rgb(75, 132, 251);
	background: linear-gradient(45deg, rgba(129, 60, 204, 1) 49%, rgba(75, 132, 251, 1) 100%);
}

.banner_fnb_hdr {
	background-color: var(--secndary_200);
	background: linear-gradient(45deg, rgb(1 109 170) 49%, rgb(0 35 92) 100%);
	padding: 20px 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	/* width: 50%;
    margin: 10px auto;
    border-radius: var(--radius); */
}

	.banner_fnb_hdr .banner_fnb_hdr_1 {
		display: flex;
		justify-content: space-between;
		width: 100%;
		align-items: center;
	}

		.banner_fnb_hdr .banner_fnb_hdr_1 .content_hdr {
			display: flex;
			gap: 20px;
			align-items: center;
		}

	.banner_fnb_hdr hr {
		width: 1px;
		height: 100px;
		background-color: var(--white);
	}

	.banner_fnb_hdr .content * {
		color: var(--white);
		margin: 0px;
	}

	.banner_fnb_hdr .content h1 {
		font-size: var(--ft18);
	}

.spinner-container.input-group.price_widget {
	width: 110px;
	gap: 0px;
}

	.spinner-container.input-group.price_widget input {
		padding: 0px;
		text-align: right;
		padding-right: 5px;
	}

.banner_fnb_hdr .btn__hdr .btn {
	background-color: var(--white);
	color: var(--primary);
}

.fnb_cust .accordion-body {
	padding: 0px;
}

.fnb_food_price_handler .btn_wrap {
	gap: 20px;
	display: flex;
	align-items: center;
}

	.fnb_food_price_handler .btn_wrap .link {
		color: var(--secndary);
		font-weight: 600;
	}

.btn.btn-outline-secondary.plus, .btn.btn-outline-secondary.minus {
	background-color: var(--primary);
	color: var(--white);
}

.prd_cart_wrap .prd_cart {
	border-bottom: 1px solid var(--black_200);
	padding-bottom: 20px;
}

.timer_hdr .btn_brd_second {
	border-radius: var(--radius);
	padding: 7px 20px;
	color: var(--white);
	font-weight: 500;
	font-size: var(--ft16);
	text-decoration: none;
	text-align: center;
	background: linear-gradient(45deg, rgba(129, 60, 204, 1) 49%, rgba(75, 132, 251, 1) 100%);
}

.nd_avail {
	display: flex;
	align-items: center;
	justify-content: center;
	/* margin: 20px; */
	font-size: var(--ft18);
	min-height: 100px;
}



.fnb_food_recomnd_handler {
	bottom: 0px;
	background-color: var(--white);
	width: 100%;
	display: flex;
	flex-direction: column;
	padding: 1px 25px;
	/* align-items: center; */
	justify-content: space-between;
	/* border-radius: 10px; */
	width: 95%;
	left: 5%;
	right: 5%;
	margin: 20px;
	border-bottom: 1px solid var(--black_200);
	padding-bottom: 30px;
}


	.fnb_food_recomnd_handler .prd_hndlr {
		display: flex;
		gap: 40px;
		align-items: center;
		margin-top: 10px;
	}

		.fnb_food_recomnd_handler .prd_hndlr .img_hdr {
			width: 80px;
			height: 80px;
			border: 1px solid var(--black_100);
			border-radius: var(--radius);
			position: relative;
			display: inline-block;
			/* overflow: hidden; */
			display: flex;
			justify-content: center;
			align-items: center;
		}

			.fnb_food_recomnd_handler .prd_hndlr .img_hdr img {
				object-fit: contain;
				width: 90%;
			}

			.fnb_food_recomnd_handler .prd_hndlr .img_hdr .edit_hdr {
				position: absolute;
				background: var(--primary);
				padding: 5px;
				top: -5px;
				right: -5px;
				border-radius: 100px;
				width: 30px;
				height: 30px;
				display: flex;
				justify-content: center;
				align-items: center;
			}

			.fnb_food_recomnd_handler .prd_hndlr .img_hdr .edit_hdr_itm {
				position: absolute;
				right: -20px;
				z-index: 2;
				background: var(--secndary);
				color: #fff;
				border-radius: 100px;
				width: 40px;
				height: 40px;
				display: flex;
				align-items: center;
				justify-content: center;
				bottom: 0px;
			}

			.fnb_food_recomnd_handler .prd_hndlr .img_hdr .edit_hdr img {
				filter: invert();
			}

.rec_hndlr {
	display: flex;
	flex: 1;
	gap: 10px;
	/*overflow-x: auto;*/
}

	.rec_hndlr .prd_hdr {
		display: flex;
		width: 450px;
		gap: 20px;
		padding: 10px;
		/* border: 1px solid; */
		background: var(--white);
		box-shadow: var(--shadow);
		border-radius: var(--radius);
	}

		.rec_hndlr .prd_hdr .prd_img {
			width: 140px;
			height: 100%;
		}

		.rec_hndlr .prd_hdr .content {
			display: flex;
			flex-direction: column;
			gap: 5px;
		}


	.rec_hndlr .prd_cart {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		margin-top: 20px;
	}

	.rec_hndlr .prd_hdr .btn_hdr {
		margin-top: 10px;
		display: flex;
		gap: 10px;
		flex-direction: column;
	}

		.rec_hndlr .prd_hdr .btn_hdr a {
			width: 50%;
		}


	.rec_hndlr .prd_hdr .spinner-container.input-group {
		width: 50%;
	}


/* fnb end */
/* Deal Start */
.deal_wrap {
	display: flex;
	gap: 10px;
	margin: 20px 0px;
	flex-wrap: wrap;
	margin-top: 0px;
}

	.deal_wrap .title {
		background-color: var(--secndary);
		padding: 10px 25px;
		color: var(--white);
		border-radius: var(--radius);
		font-size: var(--ft18);
		font-weight: 600;
	}

.deal_hdr {
	background-color: var(--black_100);
	padding-top: 20px !important;
	padding-bottom: 20px !important;
	margin: 20px 0px;
}

	.deal_hdr .head {
		margin-bottom: 20px;
	}

.ord_wrap_col .deal_hdr {
	padding: 20px;
	border-radius: var(--radius);
}
/* Deal end */


.fan_banner .fan_ban_hdr .banr_img {
	width: 100%;
}

.blank.taken {
	width: 24px;
}

/* censor Rating start */

.censor_rate_hdr .modal-content {
	padding: 0px;
	border: none;
}

.censor_rate_hdr .modal-body {
	padding: 0px;
	border-radius: 10px;
	overflow: hidden;
}

.cen_rateHandlr {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.censor_rate_wrap {
	/* background: linear-gradient(to top, #000103, #082658); */
	width: 500px;
	height: 450px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	justify-content: center;
	align-items: center;
	position: relative;
}

.bgImg img {
	width: 65px;
	position: absolute;
	right: 10%;
	top: 10%;
}

.censor_rate_wrap .rateIcn {
	width: 150px;
}

.diamond-narrow {
	width: 0;
	height: 0;
	border: 100px solid transparent;
	border-bottom: 70px solid #8333d0;
	position: relative;
	top: -100px;
}

	.diamond-narrow:after {
		content: '';
		position: absolute;
		left: -100px;
		top: 69.5px;
		width: 0;
		height: 0;
		border: 100px solid transparent;
		border-top: 70px solid #8333d0;
	}

	.diamond-narrow span {
		font-size: 3.2rem;
		color: var(--white);
		font-weight: bolder;
		margin: auto;
		display: flex;
		justify-content: center;
		align-items: center;
		top: 25px;
		z-index: 1;
		position: relative;
		font-style: italic;
	}

.censor_rate_wrap .content {
	font-size: var(--ft18);
	font-style: italic;
	text-align: center;
	color: var(--white);
	margin-top: 10px;
	padding: 0 20px;
	width: 80%;
}

.censor_rate_wrap .btn_wrap {
	gap: 20px;
	display: flex;
	margin-top: 20px;
}

	.censor_rate_wrap .btn_wrap .btn_brd_second {
		background-color: var(--secndary);
		color: var(--white);
	}

/* censor Rating end */


.movie_image_pop .modal-content {
	width: 70%;
	margin: auto;
	padding: 0px;
	/* overflow: hidden; */
	background: transparent;
	border: none;
	border-radius: var(--radius);
}

	.movie_image_pop .modal-content .modal-body {
		padding: 0px;
		padding-bottom: 15px;
		overflow: hidden;
	}

.movie_image_pop .btn_wrap {
	margin-top: 15px;
	display: flex;
	justify-content: center;
}

.movie_image_pop .mv_poster {
	border-radius: var(--radius);
	overflow: hidden;
	object-fit: contain;
	aspect-ratio: 2 / 3;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.movie_image_pop .btn_wrap .btn {
	box-shadow: 0px 0px 10px #fff;
}

.movie_image_pop .mod-btn {
	border-radius: 100px;
	border: 1px solid var(--black_500);
	width: 22px;
	height: 22px;
	background: white;
	right: 0px;
	position: absolute;
	z-index: 2;
}


/* mobile */
@media only screen and (max-width:1366px) {
	.page-wrapper, .header.headerBg {
		width: 1366px;
	}

	.header.sticky-top {
		width: 1366px;
	}
}

/*
@media (resolution: 150dpi) {
	.page-wrapper {
		width: 100%;
	}

	.header.sticky-top {
		width: 100%;
	}
}*/

@media only screen and (min-width:1204px) {

	.page-wrapper,
	.header.headerBg {
		width: 100%;
	}

	.header.sticky-top {
		width: 100%;
	}

	.header {
		padding: 0 40px;
	}

	.page_hdr {
		padding: 0 40px;
	}

	.fan_banner .cont_wrap {
		width: 72%;
	}
}

/*
@media (max-width: 1200px) {

	.page-wrapper, .header.headerBg,
	.header.sticky-top {
		width: 1200px;
	}
}*/

@media only screen and (max-width: 1025px) {
	.header {
		padding: 0 30px;
	}

	.page_hdr {
		padding: 0 30px;
	}

	.fb_pr_inpt .input-group input {
		text-align: center
	}
}

@media (min-width: 992px) {

	.navbar-expand-lg .dropdown-menu.show {
		display: block;
	}
}

@media only screen and (max-width: 670px) {
	.footer {
		display: none;
	}

	.header .nav_btn_top {
		display: none;
	}

	.messg-wrap.page_hdr {
		width: 100%;
		padding: 0px;
	}

		.messg-wrap.page_hdr .content .link {
			display: none;
		}

	.page-wrapper,
	.header.headerBg,
	.messg-wrap .content {
		width: 100%;
	}
}

@media only screen and (max-width: 600px) {
	.header .navbar .collapse:not(.show) {
		display: none;
	}

	.faq_hdr {
		width: 100%;
	}

	.faq_page_wrap .tab_wrap ul li {
		width: 100%;
		display: block;
	}

		.faq_page_wrap .tab_wrap ul li a {
			width: 90%;
			display: block;
		}

	.tnc_wrap {
		padding: 0 20px;
	}
}
