@charset "utf-8";
/* CSS Document */
.clearfix:after, before{content: ""; display: block; clear: both; visibility: hidden;}
.clearfix{zoom:1;}
html[xmlns] .clearfix{display: block;}
* html .clearfix{height: 1%;}
html{overflow-x: hidden;}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #c1c1c1 !important; opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #c1c1c1 !important; opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #c1c1c1 !important; opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
  color: #c1c1c1 !important; opacity: 1;
}
button, a{
-o-transition: color .2s ease-out, all .3s ease-in;
-ms-transition: color .2s ease-out, all .3s ease-in;
-moz-transition: color .2s ease-out, all .3s ease-in;
-webkit-transition: color .2s ease-out, all .3s ease-in;
transition: color .2s ease-out, all .3s ease-in;
}
/********************* Clearfix ************************/
*{margin:0; padding:0;}
input{outline: 0 !important;}
ul{list-style-type: none; padding: 0; margin: 0;}
li{list-style-type: none;}
a:hover, a:focus{text-decoration: none !important; outline: 0 !important;}
body{color: #424641 !important; font-size: 14px !important; font-family: 'Figtree' !important; overflow-x: hidden;}
/* html{scroll-behavior: smooth;} */

@font-face {
	font-family: 'Figtree-Black';
	src: url('../fonts/Figtree-Black.ttf'), /* IE9 Compat Modes */
	url('../fonts/Figtree-Black.ttf') format('truetype');
	/* Safari, Android, iOS */
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'Figtree-Bold';
	src: url('../fonts/Figtree-Bold.ttf'), /* IE9 Compat Modes */
	url('../fonts/Figtree-Bold.ttf') format('truetype');
	/* Safari, Android, iOS */
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: 'Figtree';
	src: url('../fonts/Figtree-Regular.ttf'), /* IE9 Compat Modes */
	url('../fonts/Figtree-Regular.ttf') format('truetype');
	/* Safari, Android, iOS */
	font-weight: 400;
	font-style: normal;
}
.link_col_yellow{color: #E9CC21;}

.carousel-caption.banner_info{left: 3%; top: auto; bottom: -5%;}
.food_page_banner .carousel-indicators li{cursor: pointer;}
.carousel-caption.banner_info p{font-family: Figtree; font-size: 14px; color: rgb(255, 255, 255);  margin-bottom: 20px;}

.footer_top_section .footer_top {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;
}

.footer_top_section .warpper_footer h3 {
    font-family: 'Figtree-Black';
    font-size: 20px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin: 20px 0;
}

.footer_top_section .warpper_footer p {
    font-family: 'Figtree';
    font-size: 14px;
    color: #FFFFFF;
    line-height: 22px;
    margin: 20px 0;
}

/* header section */

header.main_header {
	background-color: #fff;
	padding: 5px 0;
}

.head_warper {
	display: flex;
	align-items: center;
	gap: 30px;
}

.search_bar .form-group {
	margin: 0;
}

.search_bar {
	position: relative;
}

span.search_icon {
	position: absolute;
	top: 6px;
	left: 10px;
	color: #C8C8C8;
}

.search_bar .form-control {
	font-family: 'Figtree';
	border: 1px solid #C8C8C8;
	border-radius: 4px;
	font-size: 12px;
	color: #C8C8C8;
	padding: 8px 35px;
}

.search_bar .nav {
	margin-top: 10px;
}

.search_bar .nav .nav-item .nav-link {
	font-family: 'Figtree';
	font-size: 13px;
	color: #444444;
	padding: 0;
	position: relative;
}

.search_bar .nav .nav-item .nav-link:hover {
	color: #A0CC4F;
}

.search_bar .nav .nav-item {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
}

.search_bar .nav .nav-item+.nav-item::before {
	content: "|";
	display: inline-block;
	padding-right: 0.5rem;
	padding-left: 0.5rem;
	color: #444444;
}


/* banner section */

.warpper_banner {
	position: relative;
}
.carousel-caption.banner_info {
    left: 3% !important;
    top: auto !important;
    bottom: -5% !important;
}

.banner_info {
	position: absolute;
	left: 0;
	bottom: 10%;
}

.banner_info h1 {
	font-family: 'Figtree-Black';
	font-size: 44px;
	color: #FFFFFF;
	margin-bottom: 5px;
}

.banner_info p {
	font-family: 'Figtree';
	font-size: 14px;
	color: #FFFFFF;
	margin-bottom: 20px;
}

.btn.btn_primary {
	font-family: 'Figtree-Black';
	background-color: #A1D14C;
	color: #000000;
	font-size: 12px;
	border-radius: 5px;
	padding: 10px 15px;
	height: 40px;
}

.btn.btn_secondary {
	font-family: 'Figtree-Black';
	background-color: #FFFFFF;
	color: #000000;
	font-size: 12px;
	border-radius: 5px;
	padding: 10px 15px;
	height: 40px;
}

.btn.btn_secondary .bi {
	font-size: 30px;
}

.banner_info .button_group {
	display: inline-block;
	align-items: center;
	gap: 10px;
}

.banner_info .button_group .btn_secondary {
	display: inline-block;
	align-items: center; margin-left: 10px;
}


/* facility section */

section.facility_section {
	background-color: #E9E9E9;
	padding: 46px 0 50px;
}

h2.title_facility {
	font-family: 'Figtree-Black';
	font-size: 18px;
	color: #000000;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	gap: 20px;
}

.facility_img {
	position: relative;
	overflow: hidden;
}
.facility_img .content-overlay{height: 35%; top: auto;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.7+18,0.7+18,1+43,1+98 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 18%, rgba(0,0,0,1) 43%, rgba(0,0,0,1) 98%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 18%,rgba(0,0,0,1) 43%,rgba(0,0,0,1) 98%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 18%,rgba(0,0,0,1) 43%,rgba(0,0,0,1) 98%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

}

/* .facility_img img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.facility_img:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

.content-overlay {
	background: transparent linear-gradient(180deg, #00000000 0%, #000000 100%) 0% 0% no-repeat;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}


/* movies section */

section.movies_section {
	background-color: #FFFFFF;
	margin-top: 40px;
}


h2.title_movies {
	font-family: 'Figtree';
	font-size: 22px;
	color: #000000;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

span.line {
	display: block;
	content: "";
	border-bottom: 1px solid #D1D1D1;
	flex: 1 1 auto;
}

.movie_item {
	width: 100%;
	border: 0;
	transition: all .2s ease-in-out;
	padding: 10px;
}
#toggle_movies .slick-slide{    padding: 14px 5px;}
#toggle_movies .movie_item {
	    padding: 5px;
}

.movie_item .card {
border: 0;
margin: 0;
}

.movie_item .card-body {
	height: 160px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
}

.movie_item h3.card-title {
	font-family: 'Figtree-Bold';
	font-size: 14px;
	color: #000000;
	height: 35px;
    overflow: hidden;
    margin-bottom: 0;
}

.movie_item h5 {
	font-family: 'Figtree';
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 2px;
	color: #7F7F7F;
}

.movie_item button {
	text-align: center;
	margin: auto;
}

.movie_item .movie_minrate {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.movie_rating .bi {
	font-size: 12px;
	color: #FAC917;
}

.movie_rating .checked {
	color: #FAC917;
}

.gap_20 {
	gap: 20px;
}

button.btn.btn_viewall {
	font-family: 'Figtree-Black';
	background-color: #A1D14C;
	color: #000000;
	font-size: 12px;
	border-radius: 5px;
	padding: 10px 40px;
	height: 46px;
}

.btn.btn_booknow {
	font-family: 'Figtree-Black';
	background-color: #A1D14C;
	color: #000000;
	font-size: 12px;
	border-radius: 5px;
	padding: 10px 40px;
	height: 40px;
	-webkit-box-shadow: 2px 2px 5px 2px rgb(0 0 0 / 15%);
	box-shadow: 2px 2px 5px 2px rgb(0 0 0 / 15%);
}

.movie_item a.btn_booknow{
	display: inline-block;
}

.movie_item:hover a.btn_booknow{
	display: inline-block;
}

.movie_item:hover {
	-webkit-box-shadow: 0px 0px 3px rgb(0 0 0 / 19%);
	box-shadow: 0px 0px 3px rgb(0 0 0 / 19%);
	border-radius: 6px;
	z-index: 9999; background: #fff;
	transform: scale(1.05);
}

/* .movie_item:hover .card-body {
	padding-bottom: 10px;
	padding-top: 10px;
} */

.card-img {
	position: relative;
}

a.play_icon {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.movie_item:hover a.play_icon {
	display: inline-block;
}

a.play_icon .bi {
	font-size: 30px;
	color: #A1D14C;
	background-color: #000000;
	display: inline-block;
	border-radius: 50px;
	line-height: 28px;
	height: 30px;
	width: 30px;
}

a.info_icon {
	display: none;
	position: absolute;
	top: 3%;
	right: 3%;
}

.movie_item:hover a.info_icon {
	display: inline-block;
}

a.info_icon .bi {
	font-size: 15px;
	color: #000000;
	background-color: #FFFFFF;
	display: inline-block;
	border-radius: 50px;
	line-height: 22px;
	height: 21px;
	width: 21px;
	text-align: center;
}

.main {
	margin-left: 40%;
	margin-top: 15%;
}

.rating-star {
	direction: rtl;
	font-size: 40px;
	unicode-bidi: bidi-override;
	display: inline-block;
}

.rating-star input {
	opacity: 0;
	position: relative;
	left: -30px;
	z-index: 2;
	cursor: pointer;
}

.rating-star span.star:before {
	color: #777777;
}

.rating-star span.star {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	position: relative;
	z-index: 1;
}

.rating-star span {
	margin-left: -30px;
}

.rating-star span.star:before {
	color: #777777;
	content: "\f006";
}

.rating-star input:hover+span.star:before,
.rating-star input:hover+span.star~span.star:before,
.rating-star input:checked+span.star:before,
.rating-star input:checked+span.star~span.star:before {
	color: #ffd100;
	content: "\f005";
}

.selected-rating {
	color: #ffd100;
	font-weight: bold;
	font-size: 42px;
}


/* party & event section */

.warpper_partyevent {
	width: 100%;
	height: 100%;
	padding: 40px 30px;
	background: rgb(219, 91, 153);
	background: linear-gradient(90deg, rgba(219, 91, 153, 1) 0%, rgba(61, 9, 151, 1) 100%);
}

.warpper_partyevent .slick-dotted.slick-slider {
	margin-bottom: 0px!important;
}

#partyevent .slick-dots li.slick-active button:before {
	background-color: #DEC2E0;
	color: #DEC2E0;
	opacity: 1;
}

#partyevent .slick-dots li button:before {
	color: #9E7BA5;
	background-color: #9E7BA5;
	border-radius: 50px;
	line-height: 12px;
	width: 12px;
	height: 12px;
	opacity: 1;
}

#partyevent .slick-dots li {
	width: 12px;
	height: 152;
	margin: 0px 3px;
}

#partyevent .slick-dots {
	bottom: -70px!important;
}

.warpper_partyevent #partyevent .item_text h5 {
	font-family: 'Figtree-Bold';
	font-size: 24px;
	margin-bottom: 15px;
	color: #ffffff;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px #e8e8e8fc;
}

.warpper_partyevent #partyevent .item_text h2 {
	font-family: 'Figtree-Black';
	font-size: 36px;
	margin-bottom: 20px;
	color: #ffffff;
	text-shadow: 1px 1px 2px #e8e8e8fc;
}

.warpper_partyevent #partyevent .item_text p {
	font-family: 'Figtree';
	font-size: 16px;
	line-height: 16px;
	color: #ffffff;
	text-shadow: 1px 1px 1px #e8e8e8bd;
	letter-spacing: 2.6px;
	margin-bottom: 30px;
}

a.btn.btn_viewmenu {
	font-family: 'Figtree-Black';
	background-color: #ffffff;
	color: #000000;
	font-size: 14px;
	border-radius: 5px;
	padding: 10px 50px;
	height: 46px;
}

.partyevent_section #partyevent .item {
	display: flex!important;
	align-items: center!important;
	justify-content: space-between!important;
}


/* upcoming section */

section.upcoming_section {
	padding: 50px 0;
}

.warpper_upcoming {
	margin-top: 40px;
}
#myTabContent .warpper_upcoming {
	margin-bottom: 50px;
}

.warpper_upcoming #upcoming .slick-slide img {
	width: 100%;
	height: 300px;
    object-fit: cover;
}

.warpper_upcoming .slick-slider {
	margin: 0 -10px;
}

.warpper_upcoming .slick-slide {
	margin-right: 10px;
	margin-left: 10px;
}

.warpper_upcoming #upcoming .slick-prev,
.warpper_upcoming #upcoming .slick-next {
	background: #000;
	color: #fff;
	height: 40px;
	width: 40px;
	border-radius: 50px;
	line-height: 40px;
	border: 1px solid #fff;
	z-index: 999;
	top: 150px;
}

.warpper_upcoming #upcoming.amenities  .slick-prev,
.warpper_upcoming #upcoming.amenities  .slick-next {
	top: 30px;
}
.warpper_upcoming #upcoming .slick-prev:before,
.warpper_upcoming #upcoming .slick-next:before {
	font-family: "Font Awesome 5 Free";
	display: inline-block;
	font-size: 14px;
	vertical-align: middle;
	font-weight: 900;
	color: #fff; opacity: 1;
}

.warpper_upcoming #upcoming .slick-prev:before {
	content: "\f053";
}

.warpper_upcoming #upcoming .slick-next:before {
	content: "\f054";
}

.warpper_upcoming #upcoming .slick-prev {
	left: -10px;
}

.warpper_upcoming #upcoming .slick-next {
	right: -10px;
}

.warpper_upcoming #upcoming figure {
	margin: 0; cursor: pointer;
}

.warpper_upcoming #upcoming figcaption.upmovie {
	font-family: 'Figtree-Bold';
	font-size: 15px;
	color: #000000;
	margin-top: 6px;
}


/* eat & dring section */

.warpper_eatdring {
	width: 100%;
	height: 100%;
	padding: 80px 40px;
	background: rgb(251, 227, 79);
	background: radial-gradient(circle, rgba(251, 227, 79, 1) 0%, rgba(219, 187, 0, 1) 100%);
}

.warpper_eatdring .slick-dotted.slick-slider {
	margin-bottom: 0px!important;
}

#eatdring .slick-dots li.slick-active button:before {
	background-color: #DEC2E0;
	color: #DEC2E0;
	opacity: 1;
}

#eatdring .slick-dots li button:before {
	color: #9E7BA5;
	background-color: #9E7BA5;
	border-radius: 50px;
	line-height: 12px;
	width: 12px;
	height: 12px;
	opacity: 1;
}

#eatdring .slick-dots li {
	width: 12px;
	height: 152;
	margin: 0px 3px;
}

#eatdring .slick-dots {
	bottom: -70px!important;
}

.warpper_eatdring #eatdring .item_text h5 {
	font-family: 'Figtree-Bold';
	font-size: 24px;
	margin-bottom: 15px;
	color: #ffffff;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px #e8e8e8fc;
}

.warpper_eatdring #eatdring .item_text h2 {
	font-family: 'Figtree-Black';
	font-size: 64px;
	margin-bottom: 20px;
	color: #ffffff;
	text-shadow: 1px 1px 2px #e8e8e8fc;
}

.warpper_eatdring #eatdring .item_text p {
	font-family: 'Figtree';
	font-size: 16px;
	line-height: 16px;
	color: #ffffff;
	text-shadow: 1px 1px 1px #e8e8e8bd;
	letter-spacing: 2.6px;
	margin-bottom: 30px;
}

.eatdring_section #eatdring .item {
	display: flex!important;
	align-items: center!important;
	justify-content: space-between!important;
}


/* social section */

section.social_section {
	padding: 50px 0;
	text-align: center;
}

section.social_section .warpper_social {
	display: inline-block;
}

section.social_section .warpper_social h3 {
	font-family: 'Figtree-Black';
	font-size: 18px;
	color: #000000;
}

section.social_section .warpper_social ul {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-top: 20px;
}

section.social_section .warpper_social ul li a .fab {
	font-size: 40px;
}

section.social_section .warpper_social ul li a .fab.fa-facebook-square {
	color: #1976D2;
}

section.social_section .warpper_social ul li a .fab.fa-twitter {
	color: #03A9F4;
}

section.social_section .warpper_social ul li a .fab.fa-instagram {
	background: #d6249f;
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


/* footer section */

footer .footer_top {
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px;
}

.footer_section .warpper_footer h3 {
	font-family: 'Figtree-Black';
	font-size: 20px;
	color: #FFFFFF;
	text-transform: uppercase;
	margin: 20px 0;
}

.footer_section .warpper_footer p {
	font-family: 'Figtree';
	font-size: 14px;
	color: #FFFFFF;
	line-height: 22px;
	margin: 20px 0;
}

a.btn.btn_tovirtual {
	font-family: 'Figtree';
	background-color: #A1D14C;
	color: #FFFFFF;
	font-size: 14px;
	text-transform: uppercase;
	border-radius: 5px;
	padding: 15px 20px;
}

a.btn.btn_tovirtual:hover {
	background-color: #ffffff;
	color: #000000;
}

.footer_bottom .footer_nav {
	background-color: #A1D14C;
	padding: 12px 0;
}

.footer_nav .nav .nav-item .nav-link {
	font-family: 'Figtree-Black';
	font-size: 16px;
	color: #ffffff;
	padding: 0;
	position: relative;
}

.footer_nav .nav .nav-item .nav-link:hover {
	color: #000;
}

.footer_nav .nav .nav-item {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
}

.footer_nav .nav .nav-item+.nav-item::before {
	content: "|";
	display: inline-block;
	padding: 0 15px;
	color: #ffffff;
}

.copyright {
	background-color: #606060;
	padding: 14px 0;
}

.footer_bottom .copyright p {
	font-family: 'Figtree';
	font-size: 14px;
	color: #ffffff;
}

.footer_bottom .copyright ul {
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: flex-end;
}

.footer_bottom .copyright ul li a {
	font-family: 'Figtree';
	font-size: 14px;
	color: #ffffff;
	text-decoration: underline;
}


/* inner page banner section */

.inner_banner {
	position: relative;
}

.inner_banner .banner_info {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
}

.inner_banner .banner_info h1 {
	font-family: 'Figtree-Black';
	font-size: 36px;
	color: #FFFFFF;
	margin-bottom: 0px;
}

.inner_banner .banner_info p {
	font-family: 'Figtree';
	font-size: 14px;
	color: #FFFFFF;
	margin-bottom: 20px;
}

section.search_section {
	background-color: #DBDBDB;
	padding: 30px 50px;
}

.warpper_search .form-row .form-control {
    min-width: 170px;
    min-height: 46px;
    border: 1px solid #d9d9d9;
    background-color: #efefef;
    border-radius: 6px;
    padding: 10px;
    font-size: 14px;

	 background-image: url(../images/select_arrow_icon_black.png) !important;
  background-position:
    calc(100% - 13px) 17px,
    calc(100% - 20px) 14px,
    100% 0;
  background-size: 18px;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.warpper_search .form-row .form_label {
	font-family: 'Figtree-Bold';
	font-size: 14px;
	color: #000000;
}

button.btn.btn_search {
	font-family: 'Figtree';
	background-color: #A1D14C;
	color: #000000;
	font-size: 16px;
	border-radius: 5px;
	padding: 10px 40px;
}

section.trailers_section {
	background-color: #ffffff;
}

.movie_listing_img{height: 360px; object-fit: cover;}

.wrarpper_trailers {
	display: flex;
	align-items: center;
	background-color: #000000;
	width: 100%;
	margin-top: 30px;
	position: relative;
}

.wrarpper_trailers .item figure {
	margin: 0;
	position: relative;
}

.wrarpper_trailers .item figure img {
	display: inline-block;
}

.wrarpper_trailers .item figcaption {
	position: absolute;
	left: 15px;
	bottom: 15px;
	font-family: 'Figtree-Bold';
	font-size: 26px;
	color: #ffffff;
}
/* .wrarpper_trailers .slick-track{transform: inherit !important;} */

.slider-main {
	width: 100%;
}

.trailers_slider {
	width: 70%;
}

.nav-container img {
	max-height: 135px;
}

.nav-container .slick-slide {
	max-height: 135px;
	padding-right: 20px;
}

.slide_info h3 {
	font-family: 'Figtree-Bold';
	font-size: 14px;
	color: #FFFFFF;
}

.slide_info h5 {
	font-family: 'Figtree';
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 2px;
	color: #b9b9b9;
}

.slider-nav .item {
	display: flex!important;
	align-items: center;
	gap: 15px;
	padding: 15px;
}

/* .slider-nav .item .slide_info {
	flex-basis: 210px;
} */

.picklocation_banner {
	position: relative;
}

.picklocation_banner .picklocation_info {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 90%;
    max-width: 100%;
}
.picklocation_info .form-group{display: inline-block; margin: 0 10px;  width: 100%; max-width: 300px;}
.picklocation_info img.img-fluid {
    max-width: 100px;
}
.picklocation_banner .picklocation_info .form-group .form-control {
	font-family: 'Figtree';
	min-height: 60px;
	color: #fff;
	padding: 20px;
	background-color: transparent;
	border: 1px solid #ffffff;
	border-radius: 8px;

	 background-image: url(../images/select_arrow_icon.png) !important;
  background-position:
    calc(100% - 20px) 22px,
    calc(100% - 20px) 14px,
    100% 0;
  background-size: 22px;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.picklocation_banner .picklocation_info .form-group .form-control option{color: #000;}

.picklocation_banner .picklocation_info label.form_select {
	font-family: 'Figtree-Black';
	font-size: 24px;     display: block;
	color: #ffffff;
}

.picklocation_banner .slider .item {
	position: relative;
}

.picklocation_banner .slider .item img {
	display: inline-block;
}

/* ********** jayaraj 10-09-2021 ******** */
button, a, .btn.share_btn, .attractions_content{
-o-transition: color .2s ease-out, all .3s ease-in;
-ms-transition: color .2s ease-out, all .3s ease-in;
-moz-transition: color .2s ease-out, all .3s ease-in;
-webkit-transition: color .2s ease-out, all .3s ease-in;
transition: color .2s ease-out, all .3s ease-in;
}
.film_information_banner iframe{width: 100%; height: 600px;}
.beauty_img img{border-radius: 8px;}
.film_information_div{position: relative; bottom: 0px; margin-top: 30px;}
.film_content_inner{color: #fff; position: relative;}
.film_content_inner h3{font-weight: bold; font-size: 21px; color: #000;}
.film_content_inner p{color: #5b5b5b; margin-bottom: 0;}
.share_btn_div{position: absolute; bottom: 0px; right: 0;}
.btn.share_btn{color: #fff; border: 1px solid #fff; border-radius: 8px; padding: 7px 13px; font-size: 14px; background: rgba(0, 0, 0, 0.6);}
.btn.share_btn:hover{color: #000; border: 1px solid #fff; background: #fff;}
.film_content_right{color: #000;}
.film_content_right iframe{width: 100%; height: 220px; border-radius: 8px;}
.actor_img_div li{display: inline-block; width: 32%; margin-right: 0.7%;}
.actor_img_div li:last-child{margin-right: 0%;}
.actor_img_div li img{border-radius: 6px;}
.choose_time_div{border: 1px solid #e9e9e9; background: #f3f3f3; padding: 15px 20px; border-radius: 8px; margin-top: 15px;}
.choose_time_div h4{color: #747474; font-size: 19px;}
.choose_time_div ul li{display: inline-block; margin-right: 10px; margin-bottom: 10px; text-align: center; width: 21%;}
.choose_time_div ul li a{background: #a1d14c; padding: 10px; width: 100%; text-decoration: none; font-weight: bold; border-radius: 6px; font-size: 13px; color: #000; display: inline-block;}
.film_details{color: #000;}
.film_details span{color: #575757; font-weight: bold;}
.film_details h5{color: #000;}
.content_div{color: #000; position: relative;}
.content_div h5{display: inline-block; background: #fff;}
.content_div h5:before{content: ""; position: absolute; left: 0; height: 1px; width: 100%; background: #f5f5f5; top: 15px;     z-index: -1;}
.main_heading{display: inline-block; background: #fff; padding-right: 10px; color: #000;}
.main_heading:before{content: ""; position: absolute; left: 0; height: 1px; width: 100%; background: #f1f1f1; top: 17px;     z-index: -1;}
.upcoming_movie figure img{border-radius: 8px;}
.upcoming_movie .upmovie{color: #cfcfcf !important;}
.food_page_banner .carousel-caption{position: absolute; right: auto; bottom: auto; left: 50px; z-index: 10; text-align: left; top: 50%; padding-top: 20px; padding-bottom: 20px; transform: translateY(-50%); color: #fff;}
.food_page_banner .carousel-caption p{font-size: 21px; text-transform: uppercase; margin-bottom: 10px;}
.food_page_banner .carousel-caption h4{text-transform: uppercase; font-size: 36px; font-family: 'Figtree-Black'; max-width: 380px;}
.foodTab_section.nav-tabs .nav-item{margin-bottom: 0;}
.foodTab_section .nav-tabs .nav-link.active, .foodTab_section .nav-tabs .nav-item.show .nav-link{color: #495057; background-color: #fff; border: 1px solid #ffffff; box-shadow: 0 0 5px #d1d1d1;}
.foodTab_section .nav-item{margin-right: 10px; max-width: 200px; margin-bottom: 15px; width: 100%;}
.foodTab_section .nav-item span{margin-left: 10px;}
.foodTab_section .nav-tabs{border-bottom: 0px solid #dee2e6;}
.foodTab_section .nav-tabs .nav-link{border: 1px solid #e4e4e4; color: #495057; font-size: 15px; padding: 5px 15px 5px 10px; border-radius: 8px; font-weight: bold; min-height: 65px; text-transform: uppercase; display: flex; line-height: 20px; justify-content: left; align-items: center;}
.tab-content-inner li{width: 30%; display: inline-block;vertical-align: top;}
.tab-content-inner li span{display: inline-block; width: 100%; color: #101010; padding: 15px; border-radius: 6px}
.tab-content-inner li span:hover{box-shadow: 0 0 5px #9c9999;}
.tab-content-inner li span h4{text-transform: uppercase; font-size: 18px; font-family: 'Figtree-Bold';}

.btn.join_now_btn{background: #fff; color: #000; font-size: 14px; font-weight: 600; padding: 10px 20px;}
.michigan_div{position: relative; color: #000000;}
.michigan_div h4{text-transform: uppercase;}
.michigan_div h2{font-size: 36px; font-family: 'Figtree-Bold'; text-transform: uppercase;}
.btn.view_all_btn{background: #e9cc21; color: #2c2606; font-size: 14px; font-weight: 600; padding: 10px 20px; box-shadow: 3px 3px 5px #e7e7e5; position: absolute; top: 50%; transform: translateY(-50%); right: 0;}
.btn.view_all_btn:hover{background: #2c2606; color: #e9cc21;}
.michigan_imgs img{height: 330px; object-fit: cover; margin-bottom: 30px;}
.michigan_img_right{height: 690px; object-fit: cover; margin-bottom: 30px;}
.michigan_contant{position: absolute; bottom: 40px; right: 40px; color: #fff;}
.michigan_contant h4{text-transform: uppercase; font-size: 18px;}
.michigan_contant h2{font-size: 24px; font-family: 'Figtree-Bold'; text-transform: uppercase;}
.michigan_contant.michigan_contant_left{right: auto; left: 40px;}
/* .michigan_contant.michigan_contant_left h2{font-size: 48px;} */
.magic_banner{background: #050504 url(../images/magic_img.jpg) no-repeat; padding: 4%; display: inline-block; width: 100%;}
.magic_banner_content{position: relative; color: #fff; text-align: right; max-width: 70%; float: right;}
.magic_banner_content h4{text-transform: uppercase; font-size: 18px;}
.magic_banner_content h2{font-size: 72px; font-family: 'Figtree-Black'; text-shadow: 2px 2px 0px #000;}
.magic_banner_content p{font-size: 21px; text-shadow: 1px 1px 0px #000;}

.attractions_boxs{overflow: hidden; position: relative;}
.attractions_boxs:before{position: absolute; content: ""; bottom: 0; left: 0; width: 100%; height: 120px;
background: #000;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.7+21,1+44,1+99 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 21%, rgba(0,0,0,1) 44%, rgba(0,0,0,1) 99%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 21%,rgba(0,0,0,1) 44%,rgba(0,0,0,1) 99%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 21%,rgba(0,0,0,1) 44%,rgba(0,0,0,1) 99%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

}
.reward_point_boxs .text-light {
    color: #000000!important;
}
/* .attractions_boxs:hover .attractions_content{top: 0px; background: rgba(0, 0, 0, 0.9); height: 100%;} */
.attractions_boxs .attractions_content p{opacity: 0; display: none;}
.attractions_boxs:hover .attractions_content p{opacity: 0;}
.attractions_content {
    position: absolute;
    bottom: -10px;
    padding: 20px;
    color: #fff;
}
.attractions_content h4{font-family: 'Figtree-Black';}
/* width */
.attractions_content::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.attractions_content::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
.attractions_content::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 10px;
}

/* Handle on hover */
.attractions_content::-webkit-scrollbar-thumb:hover {
  background: #b30000;
}
.btn.view_more{background: #A1D14C; color: #2c2606 !important; font-size: 12px; font-weight: 600; padding: 7px 10px; margin-bottom: 15px;}
.attractions_heading h4{text-transform: uppercase; font-size: 21px; color: #000;}
.attractions_heading h2{font-size: 30px; font-family: 'Figtree-Black'; text-transform: uppercase; color: #000;}

.axeThrowing_content h3{color: #A1D14C; font-size: 21px; font-family: 'Figtree-Black';}
.axeThrowing_content p{color: #424242; font-size: 18px;}
.axeThrowing_content h2{font-size: 30px; font-family: 'Figtree-Black'; text-transform: uppercase; color: #000;}
.axeThrowing_content iframe{width: 100% !important; height: 700px !important; margin-top: 20px; border: 0;}
.parties_div{background: url(../images/axeThrowing_bg.jpg) no-repeat; color: #fff; padding: 35px 10%; text-align: center; position: relative; background-size: cover; /* z-index: 1; */}
.parties_div:before{position: absolute; content: ""; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; background: rgba(0, 0, 0, 0.8);}
.parties_div h3{color: #A1D14C; font-family: 'Figtree-Black'; padding-bottom: 20px;}
.parties_div p{font-size: 16px;}
.parties_from .form-control{background: transparent; color: #94918d; border: 1px solid #94918d; border-radius: 0; height: 55px; margin-bottom: 10px;}
.parties_from textarea.form-control{height: 155px;}
.parties_from select.form-control{height: 55px !important;}
.ginput_counter{opacity: 0.4;}
.btn.send-btn{background: #A1D14C; border-radius: 4px; font-family: 'Figtree'; padding: 8px 25px; color: #443c0a;}
.btn.send-btn:hover{background: #fff;color: #443c0a;}
.parties_from .form-control::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
  color: #94918d !important; opacity: 1;
}
.parties_from .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #94918d !important; opacity: 1;
}
.parties_from .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #94918d !important; opacity: 1;
}
.parties_from .form-control:-moz-placeholder { /* Firefox 18- */
  color: #94918d !important; opacity: 1;
}
.parties-outertBox{background: #fff; box-shadow: 0 0 5px #d5d5d5; border-radius: 12px;}
.parties-div h2{font-family: 'Figtree-Bold';}
.faq_inner_div h4{background: url(../images/questions_icon.svg) no-repeat; background-size: 18px; color: #000; padding: 0px 28px; margin-top: 25px; background-position: 0 4px; font-family: 'Figtree-Bold'; font-size: 19px;}
.faq_inner_div p{font-size: 17px; padding: 0px 35px;}
.page-preview{background: #000000; color: #fff; height: 97%; position: relative;}
.specials_div{padding: 20px; text-align: left;}
.page-preview.news_box .specials_div{min-height: inherit;}
.specials_div ul{padding-bottom: 10px;}
.specials_div ul li{display: inline-block; color: #767676; padding: 10px 0 0px; font-size: 12px;}
.specials_div ul li span{padding: 0 5px;}
.specials_div ul li:last-child span{display: none;}
.specials_div ul li a{color: #767676;}
.specials_div p{color: #a7a7a7; font-size: 13px;}
.specials_div a{color: #dabf24;}
.btn.sign_in_btn{background: #a1d14c; color: #f4ffdf; font-size: 16px; padding: 5px 20px; border-radius: 6px; position: relative; top: -6px;}
.btn.sign_in_btn:hover{background: #7fc700; color: #f4ffdf;}
.top_ticket_div li{display: inline-block; padding-left: 20px; position: relative;}
.icon_360_div{position: absolute; top: 50%; left: 0; right: 0; z-index: 9; text-align: center; transform: translateY(-50%); margin: 0 auto;}
.icon_360_div img{width: 200px;}
.clock_box ul{display: inline-block; width: 100%;}
.clock_box ul li{float: left; width: 42%; font-size: 18px; font-family: 'Figtree-Bold';}
.clock_box ul li img{margin-right: 20px;}
.clock_box{box-shadow: 0 0 8px #cecece; padding: 25px; border-radius: 8px; display: inline-block; margin-top: 30px; width:100%;}
.clock_box ul li.clock_box_line{width: 2px; background: #efefef; height: 70px; margin: 0 5%;}
.film_sensory_box{position: relative;}
.film_sensory_box:before{position: absolute; content: ""; top: 0; left: 0; width: 100%; height: 100%;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+20,000000+100&0+0,1+100 */
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.2) 20%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.2) 20%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.2) 20%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.film_sensory_contant{position: absolute; bottom: 10px; left: 20px; z-index: 1; color: #fff;}
.film_sensory_contant p{color: #E9CC21;}
.superior_ad{background: #000; color: #fff; border-radius: 0; box-shadow: 0 0 0 #fff;}
.clock_box.superior_ad ul li.clock_box_line{background: #3e3e3e;}
.bottom_share_box .input-group{max-width: 500px; margin: auto;}
.bottom_share_box .input-group .form-control{padding: 10px; height: 60px; border: 2px solid #e9e9e9; border-radius: 12px; font-size: 18px;}
.bottom_share_box .btn.send_btn{position: absolute; right: 5px; background: #e9cc21; color: #fff4b1; padding: 9px 20px; font-size: 18px; border-radius: 8px; top: 6px; z-index: 9;}
.bottom_share_box .btn.send_btn:hover{background: #000; color: #fff;}
.parties_content a{text-decoration: underline; color: #E9CC21; font-family: 'Figtree-Black';}
.parties_events_box{position: relative;}
.parties_events_box:before{position: absolute; content: ""; top: 0; left: 0; width: 100%; height: 100%;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+20,000000+100&0+0,1+100 */
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.2) 20%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.2) 20%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.2) 20%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.parties_events_box.parties_events_video_box:before{position: inherit;}
.events_box_inner{position: absolute; bottom: 0px; left: 0px; color: #fff; padding: 25px;}
.events_box_inner h4{text-transform: uppercase; font-family: 'Figtree-Black';}
.btn.book_birthday_btn{background: #a1d14c; color: #fff; padding: 9px 15px; font-size: 15px; border-radius: 8px;}
.bowling_boxs.p-4 .btn.book_birthday_btn{position: absolute; bottom: 20px;}
.parties_events_box img.w-100{height: 355px; object-fit: cover;}
.parties_events_box iframe{height: 300px; width: 100%;}
.events_box_inner.events_box_inner2{padding: 10px 15px; background: #000000; width: 100%; bottom: 6px; position: relative;}
.events_box_inner.events_box_inner2 h5{line-height: 35px; margin-bottom: 0; font-size: 16px;}
.events_box_inner.events_box_inner2 span{position: relative; top: 9px; font-family: 'Figtree-Bold';}
.parties_events_content h4{color: #000; font-size: 21px; font-family: 'Figtree-Black'; padding-top: 15px;}
.parties_events_content p{font-size: 17px;}
.parties_events_content a.yellow_col{color: #eccc0b; padding-bottom: 15px; font-size: 18px; display: inline-block;}
.reward_point_boxs{background: #fff; box-shadow: 3px 3px 8px #e1e1e1; padding: 5px 20px; border-radius: 4px; margin-top: 50px; border: 1px solid #cecece;}
.reward_point_boxs ul li{display: inline-block; padding: 30px 5%; width: 33%; vertical-align: top;}
.reward_point_boxs ul li img{max-width: 100px;}
.reward_point_boxs ul li h3{font-family: 'Figtree-Black'; padding-top: 20px; font-size: 21px; color: #000;}
.reward_point_boxs ul li p{padding-top: 10px; font-size: 16px; color: #000;}
.reward_content h4{color: #000; font-size: 21px; font-family: 'Figtree-Black'; padding-top: 15px;}
.reward_content p{font-size: 18px; color: #000;}
.reward_content p a.yellow_col{font-size: 18px; font-family: 'Figtree-Black'; color: #A1D14C;}
.btn.reward_sign_btn{background: #A1D14C; font-size: 16px; color: #000; padding: 13px 20px; width: 100%; max-width: 250px; margin: 20px 0; border-radius: 8px;}
.reward_list li{background: url(../images/dote_icon.png) no-repeat; font-size: 16px; padding: 10px 24px; background-position: 0 15px; color: #000;}
.yellow_color{color: #E9CC21 !important; display: inline-block}
.about_content{margin-top: 30px;}
.about_content iframe{width: 100%; height: 400px; margin: 20px 0;}
.about_content p{font-size: 18px; line-height: 31px; padding-bottom: 15px;}

.about_div .about_list li{max-width: 200px; display: inline-block;}
.about_div .about_list .nav-link.active{color: #000; background-color: #a1d14c; border: 0; box-shadow: 0 0 8px #9c9999;}
.about_div .about_list{border-bottom: 0px solid #dee2e6; margin: 40px 0;}
.about_div .about_list .nav-link{border: 0px solid #e4e4e4; box-shadow: 0 0 8px #9c9999; color: #000; font-size: 17px; margin-right: 20px; padding: 5px 45px; border-radius: 8px; font-family: 'Figtree-Bold'; min-height: 65px; text-transform: uppercase; display: flex; line-height: 20px; justify-content: center; align-items: center;}
.download_kit_box{background: #f6f6f6; padding: 20px; display: inline-block; width: 100%;}
.download_kit_box p{font-family: 'Figtree-Bold'; color: #000; font-size: 24px; padding-bottom: 0;}
.download_kit_box p span{position: relative; top: 10px;}
.btn.download_pdf_btn{background: #a1d14c; color: #000; padding: 12px 20px;}
.picklocation_banner .item img{height: 80vh; object-fit: cover;}




#other-pages:focus {
  outline: none;
}
.thumb img {
  width: 100%;
  height: 100%;
}
.padding-bottom-50 {
  padding-bottom: 50px;
}
.demo-banner-bg {
  background: url(images/banner.jpg) no-repeat center center;
  background-size: cover;
}
.banner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  height: 540px;
}
.banner-wrap .banner-content h1 {
  font-size: 3rem;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
}
.banner-wrap .banner-content h1 span {
  display: block;
}

.demo-infos-wrap {
  background: #f4f7fa;
}

.demo-infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  text-align: center;
}
.demo-infos .demo-info {
  padding: 30px 0;
}
.demo-infos .demo-info h4 {
  font-size: 3rem;
  font-size: 500;
  color: #246df8;
}
.demo-infos .demo-info p {
  font-size: 1.4rem;
  color: #101725;
}

.section-header h2 {
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 30px;
}

.page-preview {
  margin-bottom: 30px;
}
.page-preview .thumb {
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  overflow: hidden;
}
.page-preview .thumb .overlay {
  position: absolute;
  top: 30px;
  left: 30px;
  right: 30px;
  bottom: 30px;
  background: rgba(255, 255, 255, 0.8);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-preview .thumb .overlay a {
  background: #246df8;
  color: #fff;
  border-radius: 3px;
  padding: 5px 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.page-preview .thumb:hover .overlay {
  opacity: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.page-preview .thumb:hover .overlay a {
  top: 50%;
}
.page-preview h3 {
    font-size: 16px;
    font-family: 'Figtree-Black';
    text-align: left;
    margin-top: 0;
	margin-bottom: 0;
	min-height: 40px;
    overflow: auto;
}
.page-preview h3:hover a {
  text-decoration: underline;
}

.isotope-nav ul {
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  margin-top: 15px;
  list-style: none;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.isotope-nav ul li {
    font-size: 18px;
    padding: 14px 25px;
    border-radius: 6px;
    cursor: pointer;
    font-family: 'Figtree-Black';
    color: #000;
    background: #fff;
    margin: 0 9px;
    box-shadow: 0 0 8px #d0d0d0;
    /* width: 12.5%; */
	text-align: center; margin-bottom: 20px;
}
.isotope-nav ul li.active {
  background: #e9cc21;
  color: #424242;
}

.page-preview.news_box{background: transparent; color: #000; display: inline-block; width: 100%; border: 2px solid #e9e8e8;}
.page-preview.news_box li{float: left; width: 50%;}
.page-preview.news_box .specials_div a{color: #9a9a9a;}
.page-preview.news_box .specials_div p{height: auto; color: #000000;}
.page-preview.news_box h3{margin-top: 20px; min-height: inherit;}
.page-preview.news_box a.yellow_color{color: #000000; margin-top: 10px;}
.page-preview.news_box .specials_div a.learnMore_yellowCol{color: #E9CC21;}
.sidebar{padding: 10px; box-shadow: 0 0 8px #ccc; border-radius: 2px;}
#CDSWIDSSP{width: 100% !important;}
.widget.widget_text{background: #f8f8f8; padding: 15px; margin-top: 20px;}
.widget.widget_text .blog-sidebar-title{font-size: 18px; font-family: 'Figtree-Black'; color: #000; text-transform: uppercase;}
.widget.widget_text .textwidget p{font-size: 16px;}
.btn.send_message_btn{background: #e9cc21; color: #1e1a04; width: 100%; padding: 11px;}
.food_page_banner .carousel-indicators li{width: 12px; height: 12px; border-radius: 50%;}


.nav-bar {
    position: absolute;
    background: rgba(255, 255, 255, 0.95);
    top: -30px;
    right: -340px;
    height: 100vh;
    width: 340px;
    border-left: 3px solid #8fb54d;
    display: flex;
    justify-content: center;
    transition: 0.5s ease-out;
    z-index: 9; padding-right: 30px;
}
.toggle {
  right: 0;
}
.toggle .toggle-menu {
top: 0.4em;
right: 2rem;
}
.toggle-menu {
position: relative;
top: 2.2em;
right: 9.8rem;
width: 130px;
height: 1.7rem;
display: flex;
flex-direction: column;
justify-content: space-around;
cursor: pointer;
}
.toggle-menu .line {
  width: 100%;
  height: 4px;
  border-radius:5px;
  background-color: #000;
  transition: 0.2s ease-out;
}
.toggle .line1 {
  background-color: #000;
  transform: scale(0.9) rotateZ(-45deg) translate(-6px, 4px);
}
.toggle .line2 {
  display: none;
}
.toggle .line3 {
  background-color: #000;
  transform: scale(0.9) rotateZ(45deg) translate(-7px, -4px);
}

/* .toggle .toggle-menu {
  background-color: white;
} */
.nav-list {
  list-style: none;
}
.nav-list-item {
  text-align: center;
  padding: 1rem 0;
}
.nav-link {
  color: #fff;
  font-size: 2.2rem;
  text-decoration: none;
  position: relative;
  padding-bottom: 0.4rem;
}
.nav-link::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: transparent;
  transform: scaleX(0);
  transition: 0.4s ease-in-out;
  transform-origin: left;
}
.nav-link:hover::before {
  transform: scaleX(1);
}

/* user menu settings */
.main_menu .nav-list-item{width: 280px; padding: 0;}
.dropdown {
    display: block;
    padding: 20px 0;
    width: 100%;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid #cfcfcf;
    font-size: 16px;
    color: #000;
    text-align: left;
    background: url(../images/menu_arrow.png) no-repeat;
    background-position: right 19px;
	font-family: 'Figtree-Black';
}
.dropdown:hover { color: #000; }

.dropdown ul {
    position: relative;
    top: 100%;
    left: 30px;
    width: 100%;
    padding: 5px 0px;
    text-align: left;
    display: none;
    z-index: 9;
    border-left: 0px solid #8e9196;
}
.dropdown ul li {
    font-size: 14px;
    padding: 0 0 0 19px;
    width: 100%;
    border-bottom: 1px solid #eaeaea;
}
.dropdown ul li a {
    text-decoration: none;
    display: block;
    color: #000;
    padding: 7px 0;
    width: 100%; font-size: 14px;
    display: inline-block;
}
.bowling_boxs{box-shadow: 4px 4px 10px #d5d5d5; border-radius: 4px; height: 100%; padding-bottom: 40px !important;}
.bowling_boxs h4, .bowling_content h4{font-family: 'Figtree-Black'; font-size: 24px; color: #000;}
.bowling_boxs p{padding-top: 15px; color: #000000;}
.bowling_boxs hr{border-top: 1px solid #000000;}
.double_fun_right{border-left: 1px solid #e0e0e0; padding-left: 10%;}
.escape_room_logo{max-width: 250px;}
.advertising_content p{color: #424242; font-size: 18px; padding-top: 15px;}
.advertising_content h3{font-family: 'Figtree-Black'; color: #000;}
.advertising_content p a{color: #a1d14c;}
.top_location{padding-left: 30px; margin-top: 10px; padding-right: 15px;}
.top_location:before {
    background: url(../images/location_icon.svg) no-repeat;
    content: ""; left: 20px;
    width: 30px;
    height: 50px;
   background-size: 20px;
    position: absolute;
}
.top_location p{margin: 0; color: #000000; font-family: 'Figtree-Bold';}
.top_location .nav-list-item{margin: 0; padding: 0; color: #000000;}
.top_location .dropdown{font-size: 14px; color: #000000; background: url(../images/location_arrow.png) no-repeat;     background-position: right 25px; padding-left: 0; padding-bottom: 10px; padding-top: 10px;}
.top_location .dropdown ul{position: absolute; background: #fff; top: 55px; left: 0;}
.top_menu_logo{position: relative; top: -10px; left: 15px; display: inline-block;}
.top_menu_logo img{max-width: 40px;}
.top_menu_logo img.side_menu_img{position: relative; top: 9px;}

.one-fifth {

    background-image: url(../images/tile-menu-discount.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
    text-align: center;
    position: relative;
	color: #000;
}
.one-fifth .contents a{
    color: #000; font-family: 'Figtree-Bold';
}
.one-fifth .btn.secondary-btn{max-width: 150px;
    margin: 0 auto;
    background: #fff; color: #000; font-family: 'Figtree-Black'; font-size: 12px; border-radius: 6px; padding: 10px 20px;
}
.topMenu_eatDrink h3{color: #000; font-family: 'Figtree-Black'; font-size: 21x;}
.topMenu_eatDrink p{font-size: 14px; color: #000;}
.topMenu_eatDrink .btn.see_menu_btn{
    background: #E9CC21;
    color: #fff;
    font-family: 'Figtree-Bold';
    font-size: 16px;
    border-radius: 6px;
    padding: 10px 20px;
}
.topMenu_eatDrink{display: inline-block; width: 100%; padding-top: 20px;}
.specials_details_content h3{font-family: 'Figtree';}
	/* The side navigation menu */
.sidenav {
	height: 100%; /* 100% Full-height */
	width: 0; /* 0 width - change this with JavaScript */
	position: fixed; /* Stay in place */
	z-index: 9999; /* Stay on top */
	top: 0;
	background-color: #fff; /* Black*/
	overflow-x: hidden; /* Disable horizontal scroll */
	padding-top: 15px; /* Place content 60px from the top */
	transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 25px;
	color: #818181;
	display: block;
	transition: 0.3s
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .offcanvas a:focus{
	color: #000;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 5px; line-height: 20px;
	font-size: 36px;
	margin-left: 50px;
}

.parties-div{margin-top: 3rem;}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
	transition: margin-left .5s;
	padding: 20px;
}
.sidenav {
	right: 0;
}
/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
	.sidenav {padding-top: 15px;}
	.sidenav a {font-size: 18px;}
}
.sidenav {
	right: -3px;
	border-left: solid 3px #d2d2d2;
}
.hand_menu_res {
    position: relative;
    top: -5px; cursor: pointer;
}
.mobile_main_menu li.nav-item{padding: 0 !important;}
.mobile_main_menu li.nav-item a.nav-link {
    color: #000;
    font-size: 13px;padding-left: 0; padding-right: 0;
    text-decoration: none;
    position: relative; border-bottom: 1px solid #cfcfcf;
    padding-bottom: 0.4rem;
}
.top_ticket_div li {
    text-align: left;
}
#menu li {     padding: 0 20px;
  width: 100%;
}

.choose_date_div select {
    width: 50%;
    border: solid 1px #dbdbdb;
    background: #ebebeb;
    color: #293613;
    border-radius: 8px;
    height: 50px !important;

	 background-image: url(../images/select_arrow_icon_black.png) !important;
  background-position:
    calc(100% - 13px) 19px,
    calc(100% - 20px) 14px,
    100% 0;
  background-size: 18px;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.slick-dots{display: none !important;}
.axeThrowing_content.bowling_content{margin-top: 3rem; font-size: 16px;}
.axeThrowing_content.bowling_content ul{margin-bottom: 1rem;}
/* ********** jayaraj 10-09-2021 end ******** */


@media (min-width: 1000) {
	.slider-nav {
		display: none !important;
	}
}

/* suhail 10-12-2021 */

.the_rooms {
    background-color: #ffffff;
    box-shadow: 5px 6px 18px #0000001A;
    border-radius: 4px;
    padding: 30px;
}

.the_rooms #pills-tab .nav-item .nav-link {
    font-family: 'Figtree-Bold';
    color: #000;
    font-size: 14px;
    background: #fff;
    box-shadow: 0 0 8px #D0D0D0;
    padding: 18px 40px;
    border-radius: 4px;
}

.the_rooms #pills-tab .nav-item .nav-link.active {
    color: #000;
    background: #A1D14C;
}

.the_rooms #pills-tab .nav-item .nav-link:nth-child(1) {
    margin-right: 15px;
}

.the_rooms #pills-tab .nav-item .nav-link::before {
    content: none;
}

.the_rooms .nav-item .nav-link {
    font-family: 'Figtree';
    color: #000;
    font-size: 15px;
    margin: 10px 30px 10px 0;
    border: 0;
    padding: 0;
}

.the_rooms .nav-item .nav-link.active {
    position: relative;
    background-color: transparent;
}

.the_rooms .nav-item .nav-link.active::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    background: #A1D14C;
    height: 3px;
    width: 100%;
    border-radius: 50px;
    margin-top: 5px;
}

.the_rooms .nav-item .nav-link::before {
    content: none;
}

.the_rooms .nav-tabs {
    border: 0;
}

.the_rooms .tab_head {
    display: flex;
    align-items: center;
    background-color: #F6F6F6;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 25px;
}

.the_rooms .movie_item:hover {
    transform: none;
    box-shadow: none;
}

.the_rooms .movie_item:hover .card-body {
    padding: 1.25rem;
    padding-left: 0;
    padding-right: 0;
}

.the_rooms .movie_item {
    padding: 0;
    margin-bottom: 20px;
}

.the_rooms .movie_item:hover .card-body {
    padding-bottom: 0;
}

.the_rooms .movie_time #movie_time .slick-prev:before,
.movie_listing .movie_time #movie_time .slick-next:before {
    color: #FFFFFF;
    font-size: 8px;
}

.the_rooms .movie_time #movie_time .slick-prev,
.movie_listing .movie_time #movie_time .slick-next {
    background: #000000;
    height: 20px;
    width: 20px;
    line-height: 19px;
}

.the_rooms .movie_time #movie_time .slick-prev {
    left: -7px;
    top: 50%;
}

.the_rooms .movie_time #movie_time .slick-next {
    right: -7px;
    top: 50%;
}

.calendar_sec .dropdown {
    border: 0;
    padding: 0;
    background-image: none;
}

.the_rooms .movie_item .card-body {
    height: auto;
}

.the_rooms .therooms_warpper h2 {
    font-family: 'Figtree-Bold';
    font-size: 22px;
    color: #000000;
    margin-bottom: 20px;
}

.the_rooms .therooms_warpper h5 {
    font-size: 16px;
    font-family: 'Figtree';
    color: #000000;
}

/* .the_rooms .therooms_warpper .available_times ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    margin: 20px 0;
} */
.the_rooms .therooms_warpper .available_times ul li{
	width: 18%;
	display: inline-block;
	margin: 0px 10px 10px 0;
	text-align: center;
}


.the_rooms .therooms_warpper .available_times ul li a {
    background-color: #A1D14C;
    color: #000000;
    font-size: 16px;
    display: block;
    padding: 7px 30px;
    border-radius: 6px;
}

.the_rooms .therooms_warpper p {
    font-size: 14px;
    font-family: 'Figtree';
    color: #000000;
    line-height: 20px;
}

.the_rooms .therooms_warpper .the_details {
    background-color: #F6F6F6;
    border-radius: 4px;
    padding: 15px;
}

.the_rooms .therooms_warpper .the_details h4 {
    font-size: 16px;
    font-family: 'Figtree';
    color: #000000;
}

.the_rooms .therooms_warpper .theroom_info ul {
display: flex;
}

.the_rooms .therooms_warpper .theroom_info ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-family: 'Figtree';
  color: #000000;
  vertical-align: middle;
  margin-right: 20px;
}

.the_rooms .therooms_warpper .the_details {
margin-top: 60px;
}

/* ********** suhail ******** */
section.career_section {
    padding: 50px 0;
}
h2.care_title {
    font-family: 'Figtree-Black';
    font-size: 18px;
    color: #000000;
    margin-bottom: 20px;
}
p.care_text {
    font-family: 'Figtree';
    font-size: 16px;
    color: #000000;
    line-height: 25px;
	word-break: break-word;
}
.warpper_career .card-body{padding: 0;}
.warpper_career .form-control {
    font-family: 'Figtree';
    background-color: #FFFFFF;
    border: 1px solid #000000;
    border-radius: 0;
    padding: 15px;
    font-size: 13px;
    color: #000000;
}
.warpper_career .form-control::placeholder {
    color: #000000!important;
}
.warpper_career .years_old h5 {
    font-family: 'Figtree';
    font-size: 16px;
    color: #000000;
    margin-bottom: 20px;
}
.warpper_career .years_old .form-check-input {
    height: 24px;
    width: 24px;
    line-height: 24px;
    background-color: #FFFFFF;
    border: 1px solid #000000;
}
.warpper_career .years_old .form-check-label {
    font-family: 'Figtree';
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 300;
}
.warpper_career .years_old .custom-control {
    padding: 0;
}
.warpper_career .years_old .form-check-inline {
    margin-right: 30px;
}
.warpper_career .friendly_standards ul {
    list-style: auto;
    margin-left: 15px;
    margin-bottom: 50px;
}
.warpper_career .friendly_standards ul li {
    font-family: 'Figtree';
    font-size: 16px;
    color: #000000;
    line-height: 28px;
}
.warpper_career .friendly_standards .form-check-input {
    height: 24px;
    width: 24px;
    line-height: 24px;
    background-color: #FFFFFF;
    border: 1px solid #000000;
}
.warpper_career .friendly_standards .form-check-label {
    font-family: 'Figtree';
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 300;
}
.warpper_career .friendly_standards h5 {
    font-family: 'Figtree';
    font-size: 16px;
    color: #000000;
    margin-bottom: 20px;
}
.warpper_career .available_work h5 {
    font-family: 'Figtree';
    font-size: 16px;
    color: #000000;
    margin-bottom: 20px;
}
.warpper_career .available_work .form-check-inline .form-check-input {
    height: 24px;
    width: 24px;
    background-color: #FFFFFF;
    border: 1px solid #000000;
    border-radius: 4px;
}
.warpper_career .available_work .form-check-label {
    display: flex;
    align-items: center;
    margin-right: 20px;
}
.warpper_career .available_work ul li {
    margin-bottom: 20px;
}
.warpper_career .employment_history h5 {
    font-family: 'Figtree';
    font-size: 16px;
    color: #000000;
    margin: 20px 0;
}
.warpper_career .employment_history .form-check-input {
    height: 24px;
    width: 24px;
    line-height: 24px;
    background-color: #FFFFFF;
    border: 1px solid #000000;
}
.warpper_career .employment_history .form-check-label {
    font-family: 'Figtree';
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 300;
}
.warpper_career .previous_job h5 {
    font-family: 'Figtree';
    font-size: 16px;
    color: #000000;
    margin: 20px 0;
}
.warpper_career .previous_job .form-check-inline .form-check-input {
    height: 24px;
    width: 24px;
    background-color: #FFFFFF;
    border: 1px solid #000000;
    border-radius: 4px;
}
.warpper_career .previous_job .form-check-label {
    display: flex;
    align-items: center;
    margin-right: 20px;
}
.warpper_career .previous_job ul li {
    margin-bottom: 20px;
}
.warpper_career .work_details h5 {
    font-family: 'Figtree';
    font-size: 16px;
    color: #000000;
    margin: 20px 0;
}
.warpper_career .work_details .form-check-inline .form-check-input {
    height: 24px;
    width: 24px;
    background-color: #FFFFFF;
    border: 1px solid #000000;
    border-radius: 4px;
}
.warpper_career .work_details .form-check-label {
    display: flex;
    align-items: center;
    margin-right: 20px;
}
.warpper_career .work_opportunity .form-check-inline .form-check-input {
    height: 24px;
    width: 24px;
    background-color: #FFFFFF;
    border: 1px solid #000000;
    border-radius: 4px;
}
.warpper_career .work_opportunity .form-check-label {
    display: flex;
    align-items: center;
    margin-right: 20px;
}
.btn.btn_submit {
    background-color: #E9CC21;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 800;
    padding: 12px 30px;
}
.drag-area {
    border: 1px dashed #000000;
    height: 200px;
    border-radius: 5px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.drag-area.active {
    border: 2px solid #7FC700;
}
.drag-area .bi {
    font-size: 26px;
    color: #989898;
}
.drag-area .upload_icon {
    background-color: #EBEBEB;
    border-radius: 50px;
    display: inline-block;
    height: 65px;
    width: 65px;
    line-height: 65px;
    text-align: center;
}
.drag-area p {
    font-family: 'Figtree';
    font-size: 16px;
    text-align: center;
    color: #AFAFAF;
    margin-top: 10px;
}
.drag-area button {
    background-color: transparent;
    padding: 10px 25px;
    font-size: 14px;
    font-weight: 500;
    border: none;
    outline: none;
    color: #5256AD;
    cursor: pointer;
}
.drag-area img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}
section.policy_section {
    padding: 50px 0;
}
.warpper_policy .card-header {
    background-color: #F6F6F6;
    border: 0;
    padding: 15px;
    margin-bottom: 3px;
}
.warpper_policy .card-header h5.card_title a {
    font-family: 'Figtree-Black';
    font-size: 18px;
    color: #000000;
}
.warpper_policy .card-header h5.card_title {
    margin: 0;
}
.warpper_policy .card .card-body p {
    font-family: 'Figtree';
    font-size: 16px;
    color: #000000;
}
.warpper_policy .card .card-body p a{
 color: #a1d14c;
}
h1.poly_title {
    font-family: 'Figtree-Black';
    font-size: 30px;
    color: #a1d14c;
    font-weight: 500;
    margin: 30px 0;
}
.policy_text ul li {
    margin-bottom: 40px;
}
.warpper_policy .card {
    border: 0;
}
.card_title>a {
    display: block;
    position: relative;
}
.card_title>a:after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    font-weight: 900;
    right: 0;
}
.card_title>a[aria-expanded="true"]:after {
    content: "\f077";
}
.warpper_career .card-header {
    background-color: #F6F6F6;
    border: 0;
    padding: 15px;
    margin-bottom: 3px;
}
.warpper_career .card-header h5.card_title a {
    font-family: 'Figtree-Black';
    font-size: 18px;
    color: #000000;
    text-transform: uppercase;
}
.warpper_career .card-header h5.card_title {
    margin: 0;
}
.warpper_career .card .card-body p {
    font-family: 'Figtree';
    font-size: 16px;
    color: #000000;
}
.warpper_career .card {
    border: 0;
}
.warpper_career.job_details ul {
    margin: 20px 0;
}
.warpper_career.job_details ul li {
    font-family: 'Figtree';
    font-size: 16px;
    color: #000000;
    padding-bottom: 20px;
    padding-left: 30px;
    position: relative;
}
.warpper_career.job_details ul li::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background: transparent linear-gradient(180deg, #E9CC21 0%, #A1D14C 100%);
}
.btn.btn_apply {
    background-color: #E9CC21;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 500;
    padding: 12px 34px;
}
section.privacy_section {
    padding: 50px 0;
}
ul.disc {
    list-style: disc;
    margin-left: 40px;
}
ul.disc li {
    font-family: 'Figtree';
    font-size: 16px;
    color: #000000;
    padding-bottom: 20px;
}
.warpper_privacy ul li {
    font-family: 'Figtree';
    font-size: 16px;
    color: #000000;
    padding-bottom: 20px;
}
a.text_link {
    color: #E9CC21;
    font-weight: 500;
}



.search_bar .navbar{
    padding: 0;
}
a.ticket_icon{
    display: none;
}
.mob_search{
    display:none !important;
}
.togglesearch{
    background: #FFFFFF;
    position: absolute;
    top: 31px;
    right: 8%;
    width: 350px;
    line-height: 60px;
    display: none;
    z-index: 999;
    padding: 20px;
  }
  .mob_search input[type="text"]{
    width: 200px;
    padding: 5px 10px;
    margin-left: 23px;
    border: 1px solid #D80B15;
    outline: none;
  }
  .mob_search .form-control {
     border: 0;
     height: 50px;
     background-color: transparent;
     border: 1px solid #CCCACA;
     border-radius: 6px;
     padding: 8px;
}
.search_button{
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.main_search .form-control {
    width: 80%;
}
/* 20-09-2021 */

.foodbanner_thumb {
    padding: 0 50px;
}


.foodbanner_section{
	min-height: 100%;
	background-image: url(../images/food_bg.png);
	background-repeat: no-repeat;
	background-size:contain;
	background-position: top right;

}

/* .warpper_foodbanner{
	background-color: #FFFFFF;
} */


.warpper_foodbanner .item{
	height:100%;
	width: 100%;
}


#foodbanner .slick-dots li.slick-active button:before {
	background-color: #FF8F39;
	border: 2px solid #FF8F39;
	color: #DEC2E0;
	opacity: 1;
}

#foodbanner .slick-dots li button:before {
	border: 2px solid #fff;
    border-radius: 50%;
    line-height: 18px;
    width: 18px;
    height: 18px;
    opacity: 1;

}

#foodbanner .slick-dots li {
    margin-bottom: 30px;
	display: block;
}

#foodbanner .slick-dots {
	top: 50%;
    right: 0;
	bottom: 0;
    width: auto;
	height: 23%;
    transform: translate(0%, -50%);

}


.warpper_foodbanner .item{
	display: flex!important;
	align-items: center;
	justify-content: space-evenly;
	height: calc(100vh - 97px);
}


.warpper_foodbanner .foodbanner_text {

    text-align: right;


}

.warpper_foodbanner .foodbanner_text:before{
content: "Hunger!"; font-weight: bold;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 220px;
    left: 100px;
    color: #F7F7F7;
    z-index: -1;
    font-family: 'Quicksand', sans-serif;
}


.warpper_foodbanner .foodbanner_text h3{
    font-family: 'Satisfy', cursive;
    font-size: 36px;
    color: #000000;
    padding-right: 40px;
	font-weight: 700;

}


.warpper_foodbanner .foodbanner_text h1{
	font-family: 'Quicksand', sans-serif;
    font-size: 125px;
    color: #EF0404;
    line-height: 90px;
    display: inline-block;
    margin-bottom: 45px;
	font-weight: 700;
}



.warpper_foodbanner .foodbanner_text h4{
	font-family: 'Quicksand', sans-serif;
    font-size: 26px;
    color: #6C6C6C;
	font-weight: 400;

}


.warpper_foodbanner .foodbanner_text h5{
	font-family: 'Quicksand', sans-serif;
    font-size: 18px;
    color: #000;
	font-weight: 400;

}
.warpper_foodbanner .foodbanner_text h5 b{
    font-size: 28px;
}

.warpper_foodbanner .foodbanner_text h5 span{
color: #000000;
font-weight: 700;

}

.btn.btn_foodmenu{
    background-color: #EF0404;
    color: #ffffff;
    padding: 12px 40px;
    font-size: 14px;
}

/* .foodbanner_thumb img{
	width: 800px;
} */

.slick-list,


.warpper_foodbanner .slick-dotted.slick-slider{
	margin: 0;
}

 .drinks_content h4{
	font-family: 'Figtree-Black';
	font-size:20px;
	color: #000000;
}

 .drinks_content h2{
	font-family: 'Figtree-Black';
	font-size:60px;
	color: #000000;
	margin-bottom: 30px;
}

.drinks_content p{
	font-family: 'Figtree';
	font-size:16px;
	color: #000000;
}

.btn.btn_viewmenu1{
 font-family: 'Figtree';
 background-color: #EF0404;
 color: #ffffff;
 font-size: 16px;
 padding: 8PX 30px;
}

section.drinks_dining {
    margin: 100px 0;
    padding: 10px 0;
}

/* .drinks_content {
    padding-left: 60px;
} */

.footer_nav nav{
	justify-content: center;
}

.footer_nav .nav{
	justify-content: center;
}

.footer_bottom .copyright p {
    margin: 0;
}

.picklocation_banner .item .picklocation_info img{
	height: auto;
}

.footer_bottom .copyright ul {
flex-wrap: wrap;
}

.socialhour_banner{background: #000000 url(../images/social_hours.png) no-repeat; padding: 4%; display: inline-block; width: 100%; background-position: right;}

.socialhour_banner_content{position: relative; color: #fff; text-align: left; max-width: 70%; float: left;}
.socialhour_banner_content h4{text-transform: uppercase; font-size: 18px; font-family: 'Figtree-Bold';}
.socialhour_banner_content h2{font-size: 72px; font-family: 'Figtree-Bold'; margin-bottom: 0;}
.socialhour_banner_content p{font-size: 19px; line-height: 20px;}

.socialhour_banner.eat_drink_homBanner_2{padding: 0;}
.socialhour_banner.eat_drink_homBanner_2 .socialhour_banner_content{position: relative;
color: #fff;
height: 100%;
padding: 4% 7% 4% 3%;
text-align: left;
max-width: 100%;
float: left;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,1+86,0.7+94,0+100 */
background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(0,0,0,1) 86%, rgba(0,0,0,0.7) 94%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 86%,rgba(0,0,0,0.7) 94%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 86%,rgba(0,0,0,0.7) 94%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}

.eat_drink_homBanner{background-color: #000000; text-align: right;}
.eat_drink_homBanner .carousel-caption{
width: 100%;
left: 0;
height: 100%;
padding-left: 4%;
top: 50%;
right: auto;
transform: translateY(-50%);
max-width: 44%;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,1+86,0.7+94,0+100 */
background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(0,0,0,1) 86%, rgba(0,0,0,0.7) 94%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 86%,rgba(0,0,0,0.7) 94%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 86%,rgba(0,0,0,0.7) 94%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}
.eat_drink_homBanner .socialhour_banner_content{position: relative; color: #fff; text-align: left; max-width: 100%; top: 50%; transform: translateY(-50%);}
.eat_drink_homBanner .img-fluid{height: 540px;}


/* Vishnu */

.top_menu_logo .dropdown{position: absolute;top: 0;left: 24px;width: 168px; padding: 10px 0;border: 0;}
.top_menu_logo .dropdown ul{background: #fff;left: 0}
.nav-item-normal a{font-family: 'Figtree-Black';font-size: 13px;color: #000;text-align: left;padding: 10px 0;border-bottom: 1px solid #cfcfcf;}
.nav-item.nav-item-normal.ddmenu a{font-family: 'Figtree' !important;}

/* Vishnu End*/


/* suhail - 05-11-2021 start */
.location_inner{
    padding: 50px 0 0 0;
}
.card.location_card .card-body{
        padding-bottom: 60px;
    position: relative;
}
.card.location_card{
    background-color: #fff;
    box-shadow: 5px 5px 7px #0000001A;
    border: 1px solid #E8E8E8;
    flex-direction: row;
    border-radius: 0;
	height: 100%;
}
.card.location_card.location_card_new{
    flex-direction: column;
}
.card.location_card.location_card_new iframe{
width: 100%; height: 100%;
}
.card.location_card.location_card_new .card-body {
    padding-right: 30px; min-height: 400px;
}
.card.location_card.location_card_new iframe{
    padding-left: 15px;
}
.card.location_card iframe{
width: 180px;
}
.location_card .card-body h3{
    font-family: 'Figtree-Black';
    font-size: 15px;
    color: #000;
}
.location_card .card-body h5{
    font-family: 'Figtree';
    font-size: 14px;
    color: #000000;
    margin-bottom: 15px;
}
.location_card .card-body p{
    color: #000000;
}
.location_card .card-body h5 .fas{
    color: #A1D14C;
    margin-right: 10px;
}
.custom_container {
    width: 100%;
    padding-right: var(--bs-gutter-x, 12rem);
    padding-left: var(--bs-gutter-x, 12rem);
    margin-right: auto;
    margin-left: auto;
}
.location_days{
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* padding: 30px 0; */
}
.location_days .lacation_day{
    font-family: 'Figtree';
    font-size: 13px;
    color: #000000;
    width: 85px;
    display:inline-block;
}
.location_days .lacation_time{
    font-family: 'Figtree-Black';
    font-size: 13px;
    color: #000000;
}
.btn.btn_learnmore{
    font-family: 'Figtree';
    background-color: #A1D14C;
    color: #fff;
    font-size: 14px;
    padding: 10px 15px;
    border-radius: 0;
    position: absolute;
    bottom: 20px;
    width: 75% !important;
    left:20px;
}
.location_details{
    padding: 50px 0 20px 0;
}
.location_details iframe{
    height: 250px;
    margin-top: 10px;
}
.location_info h3{
    font-family: 'Figtree-Black';
    font-size: 18px;
    color: #000000;
}
.info_warpper .card-body h5{
    font-family: 'Figtree';
    font-size: 15px;
    color: #000000;
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
}
.info_warpper .card-body h5 .fas{
    color: #000000;
    margin-right: 10px;
}
.card.info_card{
    background-color: #fff;
    box-shadow: 3px 3px 6px #00000017;
    border: 1px solid #E3E3E3;
    border-radius: 7px;
    margin-top: 5px;
    width: 340px;
}
.card.info_card.info_card_location_left{
 min-height: 280px;
}
.btn.bnt_contactus{
     font-family: 'Figtree-Black';
     background-color: #A1D14C;
     color: #0A0A0A;
     font-size: 15px;
     border-radius: 4px;
     padding: 9px 15px;
}
.info_warpper{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}
.card.info_card h4{
    font-family: 'Figtree-Black';
    font-size: 15px;
    color: #000000;
}
.location_info .warpper_upcoming .item{
    background: #FFFFFF;
box-shadow: 0px 3px 6px #00000029;
border: 1px solid #F3F3F3;
border-radius: 4px;
padding: 20px 10px;
text-align: center;
margin-bottom: 10px;
}
.location_info .warpper_upcoming #upcoming .slick-prev:before, .location_info .warpper_upcoming #upcoming .slick-next:before {
    color: #FFFFFF;
    font-size: 12px;
}
.location_info .warpper_upcoming #upcoming .slick-prev, .location_info .warpper_upcoming #upcoming .slick-next {
    background: #000000;
    height: 25px;
    width: 25px;
    line-height: 25px;
}
.location_info .warpper_upcoming #upcoming .slick-prev {
    left: 0;
}
.location_info .warpper_upcoming #upcoming .slick-next {
    right: 0;
}
.location_info .warpper_upcoming h3{
    font-family: 'Figtree';
    font-size: 16px;
    color: #000000;
    margin-bottom: 20px;
}
.attractions_Offered h3{
    font-family: 'Figtree-Black';
    font-size: 16px;
    color: #000000;
}

.attractions_Offered .warpper_upcoming #upcoming .slick-prev:before, .attractions_Offered .warpper_upcoming #upcoming .slick-next:before {
    color: #FFFFFF;
    font-size: 12px;
}
.attractions_Offered .warpper_upcoming #upcoming .slick-prev, .attractions_Offered .warpper_upcoming #upcoming .slick-next {
    background: #000000;
}
.location_days ul li{
    margin-bottom: 10px;
}
.movie_listing{
    padding-top: 30px;
}
.banner_info.movie_list_banner{
    left: 4%;
}
.movie_listing #pills-tab .nav-item .nav-link{
    font-family: 'Figtree-Bold';
    color: #000;
    font-size: 14px;
    background: #fff;
    box-shadow: 0 0 8px #D0D0D0;
    padding: 18px 40px;
    border-radius: 4px;
}
.movie_listing  #pills-tab .nav-item .nav-link.active{
    color: #000;
    background: #A1D14C;
}
.movie_listing  #pills-tab .nav-item .nav-link:nth-child(1){
    margin-right: 15px;
}
.movie_listing  #pills-tab .nav-item .nav-link::before {
   content: none;
}
.movie_listing .nav-item .nav-link{
    font-family: 'Figtree';
    color: #000;
    font-size: 15px;
    margin: 10px 30px 10px 0;
    border: 0;
    padding: 0;
}
.movie_listing .nav-item .nav-link.active{
position: relative;
background-color: transparent;
}
.movie_listing .nav-item .nav-link.active::after{
content: "";
position: absolute;
bottom: -3px;
left: 0;
background: #A1D14C;
height: 3px;
width: 100%;
border-radius: 50px;
margin-top: 5px;
    }
.movie_listing .nav-item .nav-link::before {
    content: none;
 }
 .movie_listing .nav-tabs {
    border: 0;
 }
 .movie_listing .tab_head{
     display: flex;
     align-items: center;
     background-color: #F6F6F6;
     padding: 15px;
     border-radius: 4px;
     margin-bottom: 25px;
 }
.movie_listing .movie_item:hover{
    transform: none;
    box-shadow: none;
}
.movie_listing .movie_item:hover .card-body {
    padding: 1.25rem;
    padding-left: 0;
    padding-right: 0;
}
.movie_listing .movie_item{
    padding: 0;
margin-bottom: 20px;
}
.movie_listing .movie_item:hover .card-body{padding-bottom: 0;}
.btn.btn_time{
background-color: #A1D14C;
color: #000000;
font-size: 11px;
width: 100%;
padding: 7px 10px;
}
.time_slide .item {
    display: flex!important;
    gap: 10px;
    padding: 0 2px;
}
.movie_listing .movie_time #movie_time .slick-prev:before, .movie_listing .movie_time #movie_time .slick-next:before {
    color: #FFFFFF;
    font-size: 8px;
}
.movie_listing .movie_time #movie_time .slick-prev, .movie_listing .movie_time #movie_time .slick-next {
    background: #000000;
    height: 20px;
    width: 20px;
    line-height: 19px;
}
.movie_listing .movie_time #movie_time .slick-prev {
    left: -7px;
    top: 50%;
}
.movie_listing .movie_time #movie_time .slick-next {
    right: -7px;
    top: 50%;
}
.calendar_sec .dropdown{
    border: 0;
    padding: 0;
    background-image: none;
}
.movie_listing .movie_item .card-body{
    height: auto;
}
.radio_check .form-check-label {
    font-family: 'Figtree-Bold';
    color: #000;
    font-size: 14px;
}
.radio_check input[type="radio"] {
    /* remove standard background appearance */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* create custom radiobutton appearance */
    display: inline-block;
    width: 20px;
    height: 20px;
    padding: 3px;
    /* background-color only for content */
    background-clip: content-box;
    border: 2px solid #A2D14F;
    border-radius: 50%;
  }
  /* appearance for checked radiobutton */
  .radio_check input[type="radio"]:checked {
    background-color: #A2D14F;
  }
@media (max-width: 1399.98px) { .location_info .warpper_upcoming .item{
    padding: 20px 10px; font-size: 12px;
}
}
@media (max-width: 767px) {
    .info_warpper{
        flex-wrap: wrap;
    }
    .card.info_card{
        width: 100%;
    }
    .location_details {
        padding: 20px 0;
    }
    .location_info {
        padding-top: 20px;
    }
    .location_inner{
        padding: 20px 0;
    }
    .movie_listing #pills-tab .nav-item .nav-link {
        font-size: 12px;
        padding: 15px;
    }
    .movie_listing .tab_head{
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .movie_listing #pills-tabContent .nav-item .nav-link, .movie_listing .tab_head .nav-item .nav-link{
        margin: 10px 8px 20px 0;
        font-size: 13px;
    }
    .radio_check.ml-auto {
        margin-left: 0!important;
    }
    .show_calendar{
        margin: 0;
    }
    .form-check-inline{
        margin-right: 0.55rem;
    }
    .radio_check .form-check-label{
        font-size: 13px;
    }
}
/* suhail - 05-11-2021 end */

/* Loyalty Pages */
.error{
    color: red;
    float: left;
}
.back_btn a{font-size: 16px;color: #000;font-weight: 800; font-family: 'Figtree-Black';}
.loyalty_box{background: #fff;border: solid 1px #f1f1f1;border-radius: 5px;padding: 7% 10%;box-shadow: 10px 10px 15px #e1e1e1;}
.loyalty_box h5{font-size: 18px;font-weight: 800;color: #000; font-family: 'Figtree-Black';}
.Loyalty_form .form-control{background: transparent;color: #000000;border: 1px solid #000000;border-radius: 0;height: 55px !important; margin-bottom: 10px;}
.Loyalty_form .form-control::-webkit-input-placeholder { color: #000 !important;}
.Loyalty_form .form-control:-ms-input-placeholder {color: #000 !important;}
.Loyalty_form .form-control::placeholder {color: #000 !important;}
.loyalty_footer .btn.sign_in_btn {background: #a1d14c; color: #f4ffdf; font-size: 16px; padding: 10px 30px;border-radius: 6px;position: inherit; margin-top: 20px; top: -6px;}
.loyalty_footer span a{color: #a1d14c;font-weight: 800;}
.Loyalty_form h6{font-size: 14px;color: #000;font-weight: 800;margin: 15px 0px; font-family: 'Figtree-Black';}
.Loyalty_form .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {background-color: #a1d14c;}
.Loyalty_form .terms_condition a{color: #a1d14c; font-weight: 800}
.reward_point_boxs.profile_boxes{padding: 20px 20px;height: 425px;}
.reward_point_boxs.profile_boxes h6{color: #000;margin-bottom: 15px;}
.reward_point_boxs.profile_boxes h5{color: #000;text-transform: uppercase;font-family: 'Figtree-Black';}
.point_head{font-family: 'Figtree-Black'; color: #000;font-size: 12px;}
.point_count{font-size: 20px;font-family: 'Figtree-Black';color: #a1d14c;margin: 0;padding-top: 5px;}
.profile_details li{padding: 10px 0px !important;color: #000;width: 100%!important}
.profile_details li i{margin-right: 8px; color: #a1d14c}
.faq_footer{background: #f7f7f7; padding: 20px 15px;position: absolute;left: 0;right: 0;bottom: 15px;width: 85%; margin: 0 auto;}
.faq_footer span a{font-family: 'Figtree-Black';color: #a1d14c}
.profile_boxes .col-md-6.text-right, .profile_boxes .col-md-6.text-left{text-align: center !important}
.pie {
    position: relative;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: #EEEEEE;
    background-image: linear-gradient(to right, transparent 50%, #a1d14c 0);
    margin: 30px auto;
}
.pie:after,
.pie:before {
  content: '';
  position: absolute;
  display: block;
  margin-left: 50%;
  width: 50%;
  height: 100%;
  border-radius: 0 100% 100% 0 / 50%;
  background-color: inherit;
  transform-origin: left;
}
.pie:after {
  background-color: #A1D14C;
}
.pie-val {
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px;
  z-index: 2;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  padding-top: 35px;
}
.pie-val span {
    line-height: 24px;
    font-size: 21px;
    font-weight: bold;
    display: block;
    text-align: center;
}
.chart_col_1{color: #FB8A2F;}
.chart_col_2{color: #DC3545;}
.pie[data-value="1"]:before {
  transform: rotate(3.6deg);
}
.pie[data-value="1"]:after {
  display: none;
}
.pie[data-value="2"]:before {
  transform: rotate(7.2deg);
}
.pie[data-value="2"]:after {
  display: none;
}
.pie[data-value="3"]:before {
  transform: rotate(10.8deg);
}
.pie[data-value="3"]:after {
  display: none;
}
.pie[data-value="4"]:before {
  transform: rotate(14.4deg);
}
.pie[data-value="4"]:after {
  display: none;
}
.pie[data-value="5"]:before {
  transform: rotate(18deg);
}
.pie[data-value="5"]:after {
  display: none;
}
.pie[data-value="6"]:before {
  transform: rotate(21.6deg);
}
.pie[data-value="6"]:after {
  display: none;
}
.pie[data-value="7"]:before {
  transform: rotate(25.2deg);
}
.pie[data-value="7"]:after {
  display: none;
}
.pie[data-value="8"]:before {
  transform: rotate(28.8deg);
}
.pie[data-value="8"]:after {
  display: none;
}
.pie[data-value="9"]:before {
  transform: rotate(32.4deg);
}
.pie[data-value="9"]:after {
  display: none;
}
.pie[data-value="10"]:before {
  transform: rotate(36deg);
}
.pie[data-value="10"]:after {
  display: none;
}
.pie[data-value="11"]:before {
  transform: rotate(39.6deg);
}
.pie[data-value="11"]:after {
  display: none;
}
.pie[data-value="12"]:before {
  transform: rotate(43.2deg);
}
.pie[data-value="12"]:after {
  display: none;
}
.pie[data-value="13"]:before {
  transform: rotate(46.8deg);
}
.pie[data-value="13"]:after {
  display: none;
}
.pie[data-value="14"]:before {
  transform: rotate(50.4deg);
}
.pie[data-value="14"]:after {
  display: none;
}
.pie[data-value="15"]:before {
  transform: rotate(54deg);
}
.pie[data-value="15"]:after {
  display: none;
}
.pie[data-value="16"]:before {
  transform: rotate(57.6deg);
}
.pie[data-value="16"]:after {
  display: none;
}
.pie[data-value="17"]:before {
  transform: rotate(61.2deg);
}
.pie[data-value="17"]:after {
  display: none;
}
.pie[data-value="18"]:before {
  transform: rotate(64.8deg);
}
.pie[data-value="18"]:after {
  display: none;
}
.pie[data-value="19"]:before {
  transform: rotate(68.4deg);
}
.pie[data-value="19"]:after {
  display: none;
}
.pie[data-value="20"]:before {
  transform: rotate(72deg);
}
.pie[data-value="20"]:after {
  display: none;
}
.pie[data-value="21"]:before {
  transform: rotate(75.6deg);
}
.pie[data-value="21"]:after {
  display: none;
}
.pie[data-value="22"]:before {
  transform: rotate(79.2deg);
}
.pie[data-value="22"]:after {
  display: none;
}
.pie[data-value="23"]:before {
  transform: rotate(82.8deg);
}
.pie[data-value="23"]:after {
  display: none;
}
.pie[data-value="24"]:before {
  transform: rotate(86.4deg);
}
.pie[data-value="24"]:after {
  display: none;
}
.pie[data-value="25"]:before {
  transform: rotate(90deg);
}
.pie[data-value="25"]:after {
  display: none;
}
.pie[data-value="26"]:before {
  transform: rotate(93.6deg);
}
.pie[data-value="26"]:after {
  display: none;
}
.pie[data-value="27"]:before {
  transform: rotate(97.2deg);
}
.pie[data-value="27"]:after {
  display: none;
}
.pie[data-value="28"]:before {
  transform: rotate(100.8deg);
}
.pie[data-value="28"]:after {
  display: none;
}
.pie[data-value="29"]:before {
  transform: rotate(104.4deg);
}
.pie[data-value="29"]:after {
  display: none;
}
.pie[data-value="30"]:before {
  transform: rotate(108deg);
}
.pie[data-value="30"]:after {
  display: none;
}
.pie[data-value="31"]:before {
  transform: rotate(111.6deg);
}
.pie[data-value="31"]:after {
  display: none;
}
.pie[data-value="32"]:before {
  transform: rotate(115.2deg);
}
.pie[data-value="32"]:after {
  display: none;
}
.pie[data-value="33"]:before {
  transform: rotate(118.8deg);
}
.pie[data-value="33"]:after {
  display: none;
}
.pie[data-value="34"]:before {
  transform: rotate(122.4deg);
}
.pie[data-value="34"]:after {
  display: none;
}
.pie[data-value="35"]:before {
  transform: rotate(126deg);
}
.pie[data-value="35"]:after {
  display: none;
}
.pie[data-value="36"]:before {
  transform: rotate(129.6deg);
}
.pie[data-value="36"]:after {
  display: none;
}
.pie[data-value="37"]:before {
  transform: rotate(133.2deg);
}
.pie[data-value="37"]:after {
  display: none;
}
.pie[data-value="38"]:before {
  transform: rotate(136.8deg);
}
.pie[data-value="38"]:after {
  display: none;
}
.pie[data-value="39"]:before {
  transform: rotate(140.4deg);
}
.pie[data-value="39"]:after {
  display: none;
}
.pie[data-value="40"]:before {
  transform: rotate(144deg);
}
.pie[data-value="40"]:after {
  display: none;
}
.pie[data-value="41"]:before {
  transform: rotate(147.6deg);
}
.pie[data-value="41"]:after {
  display: none;
}
.pie[data-value="42"]:before {
  transform: rotate(151.2deg);
}
.pie[data-value="42"]:after {
  display: none;
}
.pie[data-value="43"]:before {
  transform: rotate(154.8deg);
}
.pie[data-value="43"]:after {
  display: none;
}
.pie[data-value="44"]:before {
  transform: rotate(158.4deg);
}
.pie[data-value="44"]:after {
  display: none;
}
.pie[data-value="45"]:before {
  transform: rotate(162deg);
}
.pie[data-value="45"]:after {
  display: none;
}
.pie[data-value="46"]:before {
  transform: rotate(165.6deg);
}
.pie[data-value="46"]:after {
  display: none;
}
.pie[data-value="47"]:before {
  transform: rotate(169.2deg);
}
.pie[data-value="47"]:after {
  display: none;
}
.pie[data-value="48"]:before {
  transform: rotate(172.8deg);
}
.pie[data-value="48"]:after {
  display: none;
}
.pie[data-value="49"]:before {
  transform: rotate(176.4deg);
}
.pie[data-value="49"]:after {
  display: none;
}
.pie[data-value="50"]:before {
  transform: rotate(180deg);
}
.pie[data-value="50"]:after {
  display: none;
}
.pie[data-value="51"]:after {
  transform: rotate(3.6deg);
}
.pie[data-value="51"]:before {
  display: none;
}
.pie[data-value="52"]:after {
  transform: rotate(7.2deg);
}
.pie[data-value="52"]:before {
  display: none;
}
.pie[data-value="53"]:after {
  transform: rotate(10.8deg);
}
.pie[data-value="53"]:before {
  display: none;
}
.pie[data-value="54"]:after {
  transform: rotate(14.4deg);
}
.pie[data-value="54"]:before {
  display: none;
}
.pie[data-value="55"]:after {
  transform: rotate(18deg);
}
.pie[data-value="55"]:before {
  display: none;
}
.pie[data-value="56"]:after {
  transform: rotate(21.6deg);
}
.pie[data-value="56"]:before {
  display: none;
}
.pie[data-value="57"]:after {
  transform: rotate(25.2deg);
}
.pie[data-value="57"]:before {
  display: none;
}
.pie[data-value="58"]:after {
  transform: rotate(28.8deg);
}
.pie[data-value="58"]:before {
  display: none;
}
.pie[data-value="59"]:after {
  transform: rotate(32.4deg);
}
.pie[data-value="59"]:before {
  display: none;
}
.pie[data-value="60"]:after {
  transform: rotate(36deg);
}
.pie[data-value="60"]:before {
  display: none;
}
.pie[data-value="61"]:after {
  transform: rotate(39.6deg);
}
.pie[data-value="61"]:before {
  display: none;
}
.pie[data-value="62"]:after {
  transform: rotate(43.2deg);
}
.pie[data-value="62"]:before {
  display: none;
}
.pie[data-value="63"]:after {
  transform: rotate(46.8deg);
}
.pie[data-value="63"]:before {
  display: none;
}
.pie[data-value="64"]:after {
  transform: rotate(50.4deg);
}
.pie[data-value="64"]:before {
  display: none;
}
.pie[data-value="65"]:after {
  transform: rotate(54deg);
}
.pie[data-value="65"]:before {
  display: none;
}
.pie[data-value="66"]:after {
  transform: rotate(57.6deg);
}
.pie[data-value="66"]:before {
  display: none;
}
.pie[data-value="67"]:after {
  transform: rotate(61.2deg);
}
.pie[data-value="67"]:before {
  display: none;
}
.pie[data-value="68"]:after {
  transform: rotate(64.8deg);
}
.pie[data-value="68"]:before {
  display: none;
}
.pie[data-value="69"]:after {
  transform: rotate(68.4deg);
}
.pie[data-value="69"]:before {
  display: none;
}
.pie[data-value="70"]:after {
  transform: rotate(72deg);
}
.pie[data-value="70"]:before {
  display: none;
}
.pie[data-value="71"]:after {
  transform: rotate(75.6deg);
}
.pie[data-value="71"]:before {
  display: none;
}
.pie[data-value="72"]:after {
  transform: rotate(79.2deg);
}
.pie[data-value="72"]:before {
  display: none;
}
.pie[data-value="73"]:after {
  transform: rotate(82.8deg);
}
.pie[data-value="73"]:before {
  display: none;
}
.pie[data-value="74"]:after {
  transform: rotate(86.4deg);
}
.pie[data-value="74"]:before {
  display: none;
}
.pie[data-value="75"]:after {
  transform: rotate(90deg);
}
.pie[data-value="75"]:before {
  display: none;
}
.pie[data-value="76"]:after {
  transform: rotate(93.6deg);
}
.pie[data-value="76"]:before {
  display: none;
}
.pie[data-value="77"]:after {
  transform: rotate(97.2deg);
}
.pie[data-value="77"]:before {
  display: none;
}
.pie[data-value="78"]:after {
  transform: rotate(100.8deg);
}
.pie[data-value="78"]:before {
  display: none;
}
.pie[data-value="79"]:after {
  transform: rotate(104.4deg);
}
.pie[data-value="79"]:before {
  display: none;
}
.pie[data-value="80"]:after {
  transform: rotate(108deg);
}
.pie[data-value="80"]:before {
  display: none;
}
.pie[data-value="81"]:after {
  transform: rotate(111.6deg);
}
.pie[data-value="81"]:before {
  display: none;
}
.pie[data-value="82"]:after {
  transform: rotate(115.2deg);
}
.pie[data-value="82"]:before {
  display: none;
}
.pie[data-value="83"]:after {
  transform: rotate(118.8deg);
}
.pie[data-value="83"]:before {
  display: none;
}
.pie[data-value="84"]:after {
  transform: rotate(122.4deg);
}
.pie[data-value="84"]:before {
  display: none;
}
.pie[data-value="85"]:after {
  transform: rotate(126deg);
}
.pie[data-value="85"]:before {
  display: none;
}
.pie[data-value="86"]:after {
  transform: rotate(129.6deg);
}
.pie[data-value="86"]:before {
  display: none;
}
.pie[data-value="87"]:after {
  transform: rotate(133.2deg);
}
.pie[data-value="87"]:before {
  display: none;
}
.pie[data-value="88"]:after {
  transform: rotate(136.8deg);
}
.pie[data-value="88"]:before {
  display: none;
}
.pie[data-value="89"]:after {
  transform: rotate(140.4deg);
}
.pie[data-value="89"]:before {
  display: none;
}
.pie[data-value="90"]:after {
  transform: rotate(144deg);
}
.pie[data-value="90"]:before {
  display: none;
}
.pie[data-value="91"]:after {
  transform: rotate(147.6deg);
}
.pie[data-value="91"]:before {
  display: none;
}
.pie[data-value="92"]:after {
  transform: rotate(151.2deg);
}
.pie[data-value="92"]:before {
  display: none;
}
.pie[data-value="93"]:after {
  transform: rotate(154.8deg);
}
.pie[data-value="93"]:before {
  display: none;
}
.pie[data-value="94"]:after {
  transform: rotate(158.4deg);
}
.pie[data-value="94"]:before {
  display: none;
}
.pie[data-value="95"]:after {
  transform: rotate(162deg);
}
.pie[data-value="95"]:before {
  display: none;
}
.pie[data-value="96"]:after {
  transform: rotate(165.6deg);
}
.pie[data-value="96"]:before {
  display: none;
}
.pie[data-value="97"]:after {
  transform: rotate(169.2deg);
}
.pie[data-value="97"]:before {
  display: none;
}
.pie[data-value="98"]:after {
  transform: rotate(172.8deg);
}
.pie[data-value="98"]:before {
  display: none;
}
.pie[data-value="99"]:after {
  transform: rotate(176.4deg);
}
.pie[data-value="99"]:before {
  display: none;
}
.pie[data-value="100"]:after {
  transform: rotate(180deg);
}
.pie[data-value="100"]:before {
  display: none;
}
/* Loyalty Pages End*/




@media (max-width: 992px){

	.foodbanner_thumb {
		padding: 0;
	}
	.navbar-collapse {
		width: 100%;
	}

	.top_ticket{
		display: none;
		}

		.foodbanner_thumb img {
			width: 320px;
		}

		.warpper_foodbanner .foodbanner_text h1 {
			font-size: 68px;
	}

	.warpper_foodbanner .item {
	flex-direction: column;
	padding: 20px 0; display: inline-block !important;
	}

	.foodbanner_section {

		background-size: auto;

	}

	#foodbanner .slick-dots li button:before {

		line-height: 12px;
		width: 12px;
		height: 12px;

	}

	#foodbanner .slick-dots li {
		margin-bottom: 10px;
	}

	#foodbanner .slick-dots {

		height: 17%;

	}

	.warpper_foodbanner .foodbanner_text {
		text-align: center;
	}

	.warpper_foodbanner .foodbanner_text h3 {

		padding: 0;
	}

	.warpper_foodbanner .foodbanner_text h4 {
		font-size: 20px;
	}
	section.drinks_dining {
		margin: 50px 0;
	}

	.drinks_content {
		padding-left: 0px;
		text-align: center;
	}

	.drinks_content h2 {
		font-size: 30px;
	}

	.drinks_content p {
		font-size: 14px;
	}

	.socialhour_banner_content h2, .magic_banner_content h2 {
		font-size: 36px;
	}

	.socialhour_banner_content p, .magic_banner_content p {
		font-size: 14px;
	}

	section.michigan_section {
		margin-bottom: 30px;
	}

	.socialhour_banner_content, .magic_banner_content {
		max-width: 100%;

	}

	.foodbanner_section {
		background-position: center;
	}


}





/* 21-09-2021 */


.comingsoon_popup .modal-content{
	border-radius: 10px;

}

.comingsoon{
	background-image: url(../images/avatar_img.png);
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 10px;
	height: 520px;
	width:100%;
	padding: 30px;
	text-align: center;
	border: 1px solid #ffff;

}

.comingsoon img{
	border-radius: 10px;
}

.max_520{
	max-width: 520px;
}

.soon_content{
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-end;
height: 100%;
}

.soon_content h2{

	font-family: 'Figtree-Black';
	color: #E9CC21;
	font-size: 22px;
	margin-bottom: 20px;
}

.soon_content h3{

	font-family: 'Figtree';
	color: #FFFFFF;
	font-size: 18px;
	margin-bottom: 20px;
}
.soon_content h5{

	font-family: 'Figtree';
	color: #ABABAB;
	font-size: 12px;
	margin-bottom: 20px;
}

.soon_content p{
	font-family: 'Figtree';
	color: #FFFFFF;
	font-size: 12px;
	line-height: 22px;
}


.btn.btn_bookticket{
font-family: 'Figtree';
    background: #E9CC21;
    border-radius: 6px;
    color: #000000; border: 1px solid #E9CC21;
    font-weight: 600;
    font-size: 15px;
}

.btn.btn_playtrailer{
	font-family: 'Figtree';
	background: #000;
    border-radius: 6px;
	color: #fff; border: 1px solid #fff;
    font-weight: 600;
    font-size: 15px;
}

.soon_content .btn_group .btn.btn_bookticket{
	margin-right: 10px;
}

.comingsoon_popup .modal-header{
	position: absolute;
	top: 10px;
	right: 10px;
	border: 0;
}

.comingsoon_popup .modal-header .soon_close{
    z-index: 999;
    background: #0000007D;
    height: 30px;
    width: 30px;
    line-height: 30px;
    padding: 0;
	box-shadow: none;
	color: #ffffff;
}


.comingsoon_popup .modal-content{
	border-radius: 10px;

}

.max_715{
	max-width: 715px;
}


.darkride{
	padding: 15px;
}

.darkride_content h2{
	font-family: 'Figtree-Black';
	font-size: 20px;
	color: #000000;
	text-transform: uppercase;
}

.darkride_content p{
	font-family: 'Figtree';
	font-size: 14px;
	color: #000000;
	line-height: 24px;
	margin-top: 20px;
}

.soon_content .btn_group .btn.btn_bookticket{
	margin-right: 10px;
}

.darkride_popup .modal-header{
	position: absolute;
	top: 10px;
	right: 10px;
	border: 0;
}

.darkride_popup .modal-header .soon_close{
    z-index: 999;
    background: #000000;
    height: 30px;
    width: 30px;
    line-height: 30px;
	box-shadow: none;
	color: #ffffff;
    padding: 0;
	opacity: 1;
}

.btn.bnt_learnmore{
	font-family: 'Figtree';
	background: #000000;
    border-radius: 5px;
	color: #ffffff;
	font-size: 14px;
	padding: 12px 25px;
}

.darkride_popup .modal-content{
	border-radius:0;
	border: 0;

}



#movies .slick-slider, .movies_slider #toggle_movies .slick-slider {
	margin: 0;
}


#movies .slick-prev, #movies .slick-next, .movies_slider #toggle_movies .slick-prev, .movies_slider #toggle_movies .slick-next {
	background: #ffffff;
    color: #000000;
    height: 30px;
    width: 30px;
    border-radius: 50px;
    line-height: 30px;
    border: 1px solid #dcdcdc;
    z-index: 999;
    top: 28%;
    -webkit-transform: translate(0, -45%);
    -ms-transform: translate(0, -45%);
    transform: translate(0, -45%);
}

#movies .slick-prev:before, #movies .slick-next:before, .movies_slider #toggle_movies .slick-prev:before, .movies_slider #toggle_movies .slick-next:before {
	font-family: "Font Awesome 5 Free";
	display: inline-block;
	font-size: 14px;
	vertical-align: middle;
	font-weight: 900;
	color: #000000;
}

#movies .slick-prev:before, .movies_slider #toggle_movies .slick-prev:before {
	content: "\f053";
}

#movies .slick-next:before, .movies_slider #toggle_movies .slick-next:before {
	content: "\f054";
}

#movies .slick-prev {
	left: 0;
}

#movies .slick-next {
	right: 0;
}



@media (max-width: 767.98px) {

	.movie_item{
		padding: 10px;
	}

	.warpper_upcoming #upcoming .slick-prev {
		left: 0;
	}

	.warpper_upcoming #upcoming .slick-next {
		right: 0;
	}
}




/* ********** suhail ******** */




 /* ***** 26-10-2021 ********* */
 .x-img {
    width: 30px;
 }
 .show_time_detls a{
color: #000; padding: 6px 9px; display: inline-block; font-size: 11px; border-radius: 5px; border: 1px solid #A1D14C; margin-top: 6px; margin-right: 3px;
}
.movie_list_tab{display: inline-block; width: 100%;}
.movie_list_tab li{display: inline-block; padding-right: 50px;}
.movie_list_tab li .dropdown{border-bottom: 0;}
.movie_list_tab li a{border-bottom: 5px solid #3e3e3e3d; color: #3E3E3E; font-size: 16px; padding-bottom: 5px;}
.movie_list_tab li a.active, .movie_list_tab li a:hover{border-bottom: 5px solid #A1D14C; color: #000;}

 .dropdown {
    position: relative;
    display: inline-block;
  }

  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 9999;
	top: 28px;
  }
   .dropdown:hover .dropdown-content {
    display: block;
  }
  .calendar_icon .dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  width: 450px;
  top: 42px;
}
.dropdown-content.popup_calendar_bg .close_mob{position: absolute;right: 15px;color: #000;z-index: 9; display: none;}
.dropdown-content.popup_calendar_bg .close_mob a {
    color: #ac111e;
    font-size: 14px;
    text-transform: capitalize;
    cursor: pointer;
    height: 30px;
    text-align: right;
    width: 100px;
    display: inline-block;
}
div.zabuto_calendar tr.calendar-dow-header th, div.zabuto_calendar tr.calendar-dow td {
    width: auto; padding: 0; font-size: 12px;
}

div.zabuto_calendar .table tr th, div.zabuto_calendar .table tr td {
    background-color: #ffffff;
    border: none; text-align: center;
}

div.zabuto_calendar .badge-today, div.zabuto_calendar div.legend span.badge-today {
    background-color: #A1D14C !important;
    color: #ffffff;
    text-shadow: none;
}
div.zabuto_calendar .table tr td div.day {
    padding-top: 6px;
    padding-bottom: 15px;
    width: 35px;
    height: 35px;
    margin: 5px;
    border-radius: 0px;
    font-size: 14px;
    text-align: center;
}
div.zabuto_calendar div.legend {
    margin-top: 5px;
    text-align: right;
    display: none;
}
div.zabuto_calendar .table tr.calendar-dow-header th {
    background-color: #fff !important;
}
div.zabuto_calendar .table tr.calendar-month-header th {
    padding-top: 12px;
    padding-bottom: 4px;
}
.show_calendar {
    width: auto;
    text-align: center;
    margin: 0px 16px 0px 0px;
    padding: 3px 0px;
    color: #A1D14C;
    font-size: 25px;
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none;
    float: left;
}

.main_header .top_location .dropdown {padding-top: 0px;
	font-size: 14px;
    color: #000000;
    background: url(../images/location_arrow.png) no-repeat;
    background-position: right 9px;
    padding-bottom: 5px; margin-bottom: 5px; margin-left: 10px;}
.main_header .top_location .dropdown ul{top: 25px;}
 /* ***** 26-10-2021 ********* */


.film_content_right iframe .ytp-chrome-bottom, .film_information_banner iframe .ytp-chrome-bottom{display: none;}

/* .trailers_slider .slick-list.draggable{height: 550px !important; overflow: auto;}
.slick-track {
   height: 100% !important;
   transform: translate3d(0px, 0, 0px) !important;
} */

.wrarpper_trailers .nav-container{overflow: auto; height: 410px;}
/* width */
.wrarpper_trailers .nav-container::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.wrarpper_trailers .nav-container::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
.wrarpper_trailers .nav-container::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 10px;
}

/* Handle on hover */
.wrarpper_trailers .nav-container::-webkit-scrollbar-thumb:hover {
  background: #b30000;
}

.home_page_div .main_header{position: absolute; z-index: 1; width: 100%;}
.home_page_div .footer_section{position: fixed; z-index: 1; bottom: 0; width: 100%;}
.home_page_div .picklocation_banner .item img{height: 100vh;}

.ind_mobile_view{display: none;}
.YouTubeModal iframe{width: 96%; height: 400px; margin: 2%;}
.YouTubeModal .modal{z-index: 99999999;}
.cat_title{margin-top: 10px; font-family: 'Figtree-Bold';}
.cat_desc{font-family: 'Figtree-Bold';}

/****** New movie listing  *******/
.new_movie_listing_div .card-title{color: #000; font-size: 21px; font-family: 'Figtree-Bold';}
.new_movie_listing_div .movie_minrate{color: #9ED53E;}
.new_movie_listing_div .movie_minrate h5{font-size: 16px;}
.new_movie_listing_time .view_more_btn a {
    display: block !important;
}
.new_movie_listing_time .view_less_btn a {
    display: block !important;
}
.new_movie_listing_time li{padding: 7px 10px 5px 0; width: 48%; display: inline-block;}
.new_movie_listing_time li a{    display: inline-block;
    padding: 6px 0;
    width: 100%; background: #A1D14C;
    border-radius: 6px;
    color: #000;
    text-align: center;
  }
.new_movie_listing_time li a:hover{color: #fff; background: #000;}
.now_showing_head{color: #000; font-size: 24px; font-family: 'Figtree-Bold'; text-transform: uppercase; margin-bottom: 20px;}
.comingSoon_slide_contant h4{margin-top: 10px; color: #000; font-size: 21px; font-family: 'Figtree-Bold';}
.comingSoon_slide_contant h5{color: #9ED53E; font-size: 16px;}
.comingSoon_slide_contant p{color: #232323; font-size: 14px;}

.additional_link_inner_li{display: none !important;}
.wrarpper_trailers .nav-container .slick-list.draggable{height: 100% !important;}


.trailer_slider_div{background: #000;}
.trailer_slider_list{height: 100%; max-height: 430px; overflow: auto;}
.trailer_slider_list li{margin-bottom: 20px;}
.trailer_slider_img img{height: 430px; object-fit: cover;}

.back_btn_blog{
background: #A1D14C;
color: #fff;
padding: 5px 10px;
border-radius: 6px;
font-size: 12px;
margin-bottom: 15px;
display: inline-block;
}
.back_btn_blog i{margin-right: 5px;}

.theatre_amenities_div ul li {
background: #F6F6F6;
border-radius: 6px;
padding: 15px 0px 15px 15px;
width: 31%; vertical-align: top;
display: inline-block;
margin-right: 1%;
margin-bottom: 15px;
}
.theatre_amenities_div ul li span{
margin-left: 10px; font-size: 14px;
}
.theatre_amenities_div ul li img{
width: 21px;
}
.view_more_timing_btn{width: 96% !important;}
.page-preview.news_box li img{
    height: 300px;
    object-fit: cover;
}
.view_more_btn{width: 98% !important;}
body.body_hidden_scroll{overflow: hidden;}


.sticky_header{position: fixed; z-index: 999999; box-shadow: 0 1px 4px #ebebeb; width: 100%;}
.tab-content-inner.mt-5.mx-xl-5.mx-3{margin-left: 0 !important; margin-right: 0 !important;}
.play_icon_btn_small{border: 0;}

.modal.trailerModal{z-index: 999999;}
.modal.trailerModal .modal-dialog{margin: 5rem auto !important;}
.charlotte .sticky_header{position: relative; box-shadow: 0 0px 0px #ebebeb;}
.specials_view_more{position: absolute; bottom: 20px;}
.book_birthday_btn_bottom{position: absolute; bottom: 10px;}
.play_icon_btn, .play_icon_btn_small{
    outline: 0!important;
    background: transparent;
}
.top_search_icon{font-size: 22px; color: #373737;}
#movies_list a{display: flex; flex-wrap: nowrap; justify-content: space-between; width: 100%; position: relative;}
#movies_list .col-md-6.col-lg-6.col-xl-4.mb-4{
    padding-top: 10px;
    padding-bottom: 10px;
	-o-transition: color .2s ease-out, all .3s ease-in;
-ms-transition: color .2s ease-out, all .3s ease-in;
-moz-transition: color .2s ease-out, all .3s ease-in;
-webkit-transition: color .2s ease-out, all .3s ease-in;
transition: color .2s ease-out, all .3s ease-in;
}
#movies_list .col-md-6.col-lg-6.col-xl-4.mb-4:hover{
		    transform: scale(1.1);
	    -moz-transform: scale(1.1);
	    -webkit-transform: scale(1.1);
		    box-shadow: 0 0 6px #ececec;
    position: relative;
    z-index: 9;
    background: #fff;
}
a.img_popup_hover:hover{

}
.img_popup_hover:hover .image_pop_moreInfo{opacity: 1; display: inline-block;}
.image_pop_moreInfo:before{background: rgba(0, 0, 0, 0.90); content: ''; position: absolute; width: 100%; height: 100%; top: 0; left: 0%;}
.image_pop_moreInfo{opacity: 0; position: absolute; top: 0; left: 0; right: 0; margin: 0 auto; text-align: center; height: 100%;
-o-transition: color .2s ease-out, all .3s ease-in;
-ms-transition: color .2s ease-out, all .3s ease-in;
-moz-transition: color .2s ease-out, all .3s ease-in;
-webkit-transition: color .2s ease-out, all .3s ease-in;
transition: color .2s ease-out, all .3s ease-in;
}
.image_pop_moreInfo span{position: relative; top: 50%; color: #a1d14c; font-size: 22px;}

.searchbox{
    position:absolute;
    min-width: 30px;
    width:0%;
    height: 40px;
    right: -15px;
	top: -28px;
    overflow:hidden;

    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}

.searchbox-input{
    top:0;
    right:0;
    border:0;
    outline:0;
    background: #f1f1f1;
    width:100%;
    height: 40px;
    margin:0;
    padding: 0px 20px 0px 10px;
    font-size: 14px;
    color: #000;
}
.searchbox-open .searchbox-icon, .searchbox-open .searchbox-submit{ background: #f1f1f1;}
.searchbox-icon{font-size: 21px !important; }
.searchbox-input::-webkit-input-placeholder {
    color: #d74b4b;
}
.searchbox-input:-moz-placeholder {
    color: #d74b4b;
}
.searchbox-input::-moz-placeholder {
    color: #d74b4b;
}
.searchbox-input:-ms-input-placeholder {
    color: #d74b4b;
}

.searchbox-icon, .searchbox-submit {
	background: #fff;
	font-size: 0px;
    width: 30px;
    height: 40px;
    display: block;
    position: absolute;
    top: 0;
    font-family: verdana;
    right: 0;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    color: #373737;
}



.searchbox-open{
    width: 300px;
}

.byline{
  position:absolute;
  top:150px;
  left:30%;
  text-align:center;
  font-size:18px;
}
.byline a{
  text-decoration:none;
  color: #d74b4b;
}

.fab.fa-tiktok{color: #000;}



.hom_upcomingMovies_section .nav-tabs .nav-item{margin-bottom: 0; margin-right: 5px;}
.hom_upcomingMovies_section .nav-tabs .nav-link{border: 0; border-radius: 6px; font-size: 14px; color: #000; background: #f1f1f1; padding: 8px 25px; font-family: 'Figtree-Black';}
.hom_upcomingMovies_section .nav-tabs{border-bottom: 0px solid #dee2e6;}
.hom_upcomingMovies_section .nav-tabs .nav-link.active{background: #a1d14c; color: #000;}
.top_profile_box .btn.btn-secondary{background: #a1d14c; color: #f4ffdf; font-size: 16px; padding: 5px 10px; border-radius: 6px; border: 0;}
.dropdown.top_profile_box{border-bottom: 0px solid #cfcfcf; background: url(../images/menu_arrow.png) no-repeat; background-position: right 23px; top: -4px; padding: 0;}
.top_profile_box .btn-secondary:not(:disabled):not(.disabled).active:focus, .top_profile_box .btn-secondary:not(:disabled):not(.disabled):active:focus,  .show>.btn-secondary.dropdown-toggle:focus{box-shadow: 0 0 0 0rem rgb(108 117 125 / 50%);}
.dropdown.top_profile_box .dropdown-menu{left: -20px !important; min-width: 9rem;}
.dropdown.top_profile_box .dropdown-menu .dropdown-item{padding: 5px 15px; font-size: 14px;}

.edit_name{float: right;
    font-size: 13px;
    color: #a1d14c;}

.movies_slider #toggle_movies .slick-prev {
	left: -50px;
}

.movies_slider #toggle_movies .slick-next {
	right: -50px;
}
.movies_slider #toggle_movies .slick-prev, .movies_slider #toggle_movies .slick-next{top: 35%; background: #000000; color: #fff; border: 1px solid #000000; line-height: 28px;}
.movies_slider #toggle_movies .slick-prev:before, .movies_slider #toggle_movies .slick-next:before{opacity: 1; color: #ffffff;}



.video_overlap_div{ background: url(../images/gradient_bg.png) repeat-y;   position: absolute; top: 0; left: 0;  width: 100%; height: 100%; color: #fff;}
.video_overlap_div span{position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 3%;}
	.video_overlap_div span p {
    font-size: 21px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.video_overlap_div span h4 {
    text-transform: uppercase;
    font-size: 36px;
    font-family: 'Figtree-Black';
    max-width: 380px;
}
.vieo_main_banner{height: 500px; overflow: hidden; width: 100%; position: relative; background: #000;}
.vimeo-wrapper iframe {
   width: 100vw;
   height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
   min-height: 100vh;
   min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}
#order_details_table{font-size: 14px;}


.scroll-to-faq {
  margin-top: -12%;        /* Size of fixed header */
padding-bottom: 12%;
display: block;
}


body.location_selecter_body{overflow: hidden;}
.location_selector_div{position: fixed;
    background: rgba(0, 0, 0, 0.9);
    z-index: 9999999999;
    height: 100%; top: 0; left: 0;
    width: 100%;}
.time-disabled{background: #bebbbb!important; pointer-events: none;}


.parties_events_content ul{    display: inline-block;
    background: #fcfcfc;
    width: 100%;
    border-radius: 8px;
    padding: 20px 0;
    margin: 20px 0 25px;}
	.parties_events_content ul li{padding: 12px 0;}
	.parties_events_content ul li h4{padding: 0; margin: 0;}

.alignnone.size-full{    background: #000;
    border-radius: 8px;
    padding: 11px;
    margin-bottom: 20px;}

/**zab cal */
.day-selected-zab {
background: rgb(162 209 79)!important;
}

.hom_page_main_banner .carousel-control-prev, .hom_page_main_banner .carousel-control-next{width: 100px; height: 100px; top: 50%; transform: translateY(-50%);}
.reward_content h4{
color: #B4CE32;
font-weight: 700;
text-transform: capitalize;
font-size: 34px;
}
.starRewaed_btn {
background: #9CC400;
text-decoration: none !important;
margin-bottom: 20px;
border-radius: 4px;
padding: 9px 20px;
color: #fff;
display: inline-block;
font-size: 16px;
pointer-events: none;
min-width: 50%;
}
.starRewaed_btn img {
position: relative;
top: -2px;
right: 5px;
}
.toggle_esc_slider{padding: 0 !important; box-shadow: 0 0 0 #000 !important;}
.toggle_esc_slider .slick-prev.slick-arrow, .toggle_esc_slider .slick-next.slick-arrow{background: #000;
    color: #fff;
    height: 40px;
    width: 40px;
    border-radius: 50px;
    line-height: 40px;
    border: 1px solid #fff;
    z-index: 999;
    top: 50%; left: -50px;
transform: translateY(-50%);
}
.toggle_esc_slider .slick-next.slick-arrow{right: -50px; left: auto;}
.toggle_esc_slider .slick-prev.slick-arrow:before {
    content: "\f053";
}
.toggle_esc_slider .slick-next.slick-arrow:before {
    content: "\f054";
}
.toggle_esc_slider .slick-next.slick-arrow:before, .toggle_esc_slider .slick-prev.slick-arrow:before {
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
    font-weight: 900;
    color: #fff;
    opacity: 1;
}
.partyevent_section{margin-top: 50px;}
.specials_inner_box img, .attractions_boxs img{height: 400px; object-fit: cover;}
.specials_inner_box .attractions_content h4{font-size: 18px;}
.new_specials_popup .modal-content{padding: 10px; background: #000; border: 0; border-radius: 0;}
.new_specials_popup .modal-dialog {
    max-width: 300px;
    margin: 10rem auto;
}
.new_specials_popup .modal-dialog .close {
    font-size: 16px;
    color: #a1d14c;
    text-shadow: inherit;
    opacity: 1;
    position: absolute;
    right: 2px;
    top: -2px;
}
.new_specials_popup button:focus {
    outline: 1px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}
.new_specials_popup .specials_div {
    padding: 10px 0;
}
.new_specials_popup .specials_div h3, .specials_div ul li span{
    color: #fff; font-size: 18px;
}
.new_specials_popup .specials_div ul li{padding: 0;}
.new_specials_popup .specials_div ul li a {
    color: #fff;
}
.new_specials_popup .specials_div p { margin-bottom: 5px;
color: #fff;}
.deatails_btn{display: inline-block;    position: inherit;}
#movies_list_esc .col-12.col-md-3 .img-fluid.w-100.h-100{
height: 360px !important;
width: 240px !important;
border-radius: 6px;
object-fit: cover;
}

.new_three_logos{height: 60px;}
.new_three_logos .logo{text-align: center;}
.new_three_logos .logo a{display: inline-block; margin-right: 80px;}
.new_three_logos .logo a img{max-width: 180px;}


.new_shoTime_div{position: absolute; top: -9px; right: 50px;}
.new_shoTime_div img{max-width: 18px;}
.new_shoTime_div img.mobile_login_icon{max-width: 21px;}
.new_shoTime_div a{display: inline-block; text-align: center; color: #a1d14c; margin-right: 12px; font-size: 10px;}
.mobile_menu_titile{position: absolute;
right: 15px;
bottom: -13px;
color: #a1d14c;
font-size: 10px;}
header.main_header {
background-color: #fff;
padding: 10px 0;
}
.new_shoTime_div, .mobile_menu_titile{display: none;}
.hom_more_btn{position: relative; left: -6px; top: -5px;}
#pills-tabContent .hom_more_btn{top: 0;}


/* Preloader */
.preloader_hide {opacity:0; width:100%; overflow-x:hidden;}
#preloader {
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-color:#2e393cdb;
    z-index: 9999;
}
#preloader div {
    position:fixed;
    left:0;
    top:50%;
    display:block;
    width:100%;
    height:10px;
    margin:-5px 0 0;
    text-align:center;
}
#preloader em {
    display:inline-block;
    vertical-align:top;
    margin:0 2px 0 5px;
    width:10px;
    height:10px;
    border-radius:50%;
    background-color:#A0CC4F;
    animation: 1.2s ease-in-out normal none infinite preload_animate;
    -webkit-animation: 1.2s ease-in-out normal none infinite preload_animate;
}
#preloader em:nth-child(1) {
    animation-delay:0s;
    -moz-animation-delay:0s;
    -webkit-animation-delay:0s;
}
#preloader em:nth-child(2) {
    animation-delay:0.2s;
    -moz-animation-delay:0.2s;
    -webkit-animation-delay:0.2s;
}
#preloader em:nth-child(3) {
    animation-delay:0.4s;
    -moz-animation-delay:0.4s;
    -webkit-animation-delay:0.4s;
}
#preloader em:nth-child(4) {
    animation-delay:0.6s;
    -moz-animation-delay:0.6s;
    -webkit-animation-delay:0.6s;
}
#preloader em:nth-child(5) {
    animation-delay:0.8s;
    -moz-animation-delay:0.8s;
    -webkit-animation-delay:0.8s;
}
@-webkit-keyframes preload_animate {
    0% {-webkit-transform: scale(1); opacity:1;}
    50% {-webkit-transform: scale(0.5); opacity:0.5;}
    100% {-webkit-transform: scale(1); opacity:1;}
}
@keyframes preload_animate {
    0% {transform: scale(1); -ms-transform: scale(1); -webkit-transform: scale(1); opacity:1;}
    50% {transform: scale(0.5); -ms-transform: scale(0.5); -webkit-transform: scale(0.5); opacity:0.5;}
    100% {transform: scale(1); -ms-transform: scale(1); -webkit-transform: scale(1); opacity:1;}
}
/*Loader ends*/


.the_rooms .therooms_warpper .available_times ul li {
    vertical-align: top;
}
.the_rooms .therooms_warpper .available_times ul li a {
    padding: 7px;
}




/*********** media query css ***********/
@media (min-width: 1921px) {
.eat_drink_homBanner .img-fluid {
    height: 900px;
}
}
@media (min-width: 1600px) {
.picklocation_banner .item img{height: 90vh;}
.axeThrowing_content iframe{height: 900px !important;}
}
@media (max-width: 1900px) {
.search_bar .nav .nav-item .nav-link{font-size: 11px;}
.search_bar .nav .nav-item+.nav-item::before{padding-right: 5px; padding-left: 5px;}
}
@media (max-width: 1499px) {
.actor_img_div li{width: 31%;}
.film_information_banner iframe{height: 400px;}
.isotope-nav ul li{font-size: 16px; margin: 0 8px 20px;}
.specials_div ul{overflow: auto;}
.magic_banner_content{max-width: 100%;}
.axeThrowing_content h2{font-size: 24px;}
.axeThrowing_content h3{font-size: 18px;}
.axeThrowing_content p{font-size: 16px;}
.search_bar .nav .nav-item+.nav-item::before{padding-right: 0.3rem;  padding-left: 0.3rem;}
.search_bar .nav .nav-item .nav-link{font-size: 11px;}
.movie_listing_img{height: 280px;}
.Loyalty_form .form-control{font-size: 12px;}
.eat_drink_homBanner .carousel-caption{max-width: 50%;}
.foodbanner_thumb{padding: 0 4% 0 0; text-align: center;}
.foodbanner_thumb img{max-width: 500px; display: inline-block !important; margin-top: 20px;}
.eat_drink_homBanner .img-fluid{height: 360px;}
.page-preview.news_box li img{height: 380px;}
#movies_list_esc .col-12.col-md-3 .img-fluid.w-100.h-100{
height: 280px !important;
width: 180px !important;
}
.picklocation_info .form-group {
    margin: 0 10px 20px;
    max-width: 450px;
}
.location_days{gap: 10px;}
.location_days .lacation_time {
    font-size: 9px;
}

.location_days .lacation_day{
    font-size: 12px;
}
.location_card .location_days .lacation_day{
    font-size: 10px;
    width: 70px;
}
.new_movie_listing_time li a {
  font-size: 13px !important;
}
}
@media (max-width: 1350px) {
  .new_movie_listing_time li a {
    font-size: 12px !important;
  }
.location_days{display: inline-block;}
.search_bar .nav .nav-item .nav-link{font-size: 9px;}
.parties_events_box img.w-100{height: 315px;}
.parties_events_box iframe{height: 260px;}
.movies_slider #toggle_movies .slick-prev{left: 0px;}
.movies_slider #toggle_movies .slick-next{right: 0px;}
.top_profile_box .btn.btn-secondary{font-size: 11px;}
#order_details_table{font-size: 12px;}
}
@media (max-width: 1199px) {
.magic_banner_content h2{font-size: 60px;}
.page-preview.news_box li{width: 100%;}
.film_information_banner iframe{height: 400px;}
.film_content_right h4{font-size: 18px;}
.film_content_inner p{margin-bottom: 0;}
.btn.share_btn{border-radius: 6px; font-size: 13px; padding: 6px 10px;}
.isotope-nav ul li{font-size: 14px; padding: 10px 15px; margin: 5px;}
.isotope-nav ul{margin-bottom: 30px}
.search_bar .nav .nav-item .nav-link{font-size: 8px;}
.search_bar .nav .nav-item+.nav-item::before{padding-right: 0px; padding-left: 0px;}
.footer_nav .nav .nav-item .nav-link{font-size: 13px;}
.footer_nav .nav .nav-item+.nav-item::before{padding: 0 8px;}
.top_location .dropdown ul{width: 150px;}
.top_ticket_div li{padding-left: 8px;}
.movie_listing_img{height: 350px;}
.dropdown-content{left: -290px; top: 40px;}
.Loyalty_form .form-control{font-size: 14px;}
.foodbanner_section{background-image: inherit;}
.eat_drink_homBanner .img-fluid{height: 370px;}
.warpper_foodbanner .foodbanner_text h1{font-size: 102px;}
.the_rooms .therooms_warpper .available_times ul li{width: 18%;}
.page-preview.news_box li img{height: inherit;}
.theatre_amenities_div ul li{width: 30%;}
.picklocation_info img.img-fluid{max-width: 60px;}
.axeThrowing_content iframe{height: 500px !important;}
.parties_events_box img.w-100{height: 305px;}
.parties_events_box iframe{height: 250px;}
.warpper_partyevent #partyevent .item_text h5, .warpper_partyevent #partyevent .item_text h2, .warpper_partyevent #partyevent .item_text p{text-shadow: 0px 0px 0px #e8e8e8fc;}
.vieo_main_banner{height: 400px;}
.calendar_sec .dropdown.handle_mob .dropdown-content.popup_calendar_bg{display: block;}
.dropdown-content.popup_calendar_bg .close_mob{display: block;}

}
@media (max-width: 991px) {
.x-img {position:relative;bottom:10px;}
.magic_banner_content h2{font-size: 48px;}
.film_information_div{bottom: 0; margin-top: 30px;}
.tab-content-inner li{width: 47%;}
.reward_point_boxs ul li{padding: 30px 2%; width: 31%;}
.rewards_banner img{max-width: 150px;}
.clock_box ul li.clock_box_line{width: 100%; height: 2px; margin: 5% 0;}
.clock_box ul li{width: 100%;}
#menuToggle{right: -24px;}
#menu{right: -200px;}
.top_location .dropdown{padding-top: 0;}
.top_location .dropdown{background: url(../images/location_arrow.png) no-repeat; background-position: right 10px;}
.top_location .dropdown ul{top: 35px;}
.mobile_main_menu{display: block;}

.container-fluid {
	width: 100%;
	padding-right: var(--bs-gutter-x, 1.75rem);
	padding-left: var(--bs-gutter-x, 1.75rem);
	margin-right: auto;
	margin-left: auto;
}
.search_bar .main_search{
	display: none;
}
.footer_bottom .footer_nav {
display: none;
}
.footer_bottom .copyright ul {
	justify-content: center;
}
.navbar-light .navbar-toggler {
	border-color: transparent;
	padding: 0;
}
.navbar-collapse{
background-color: #FFFFFF;
padding: 15px;
position: absolute;
top: 34px;
right: 56px;
z-index: 99;
}
.search_bar .navbar button:focus {
	outline: none;
}
.search_bar .nav .nav-item+.nav-item::before {
	display: none;
}
.search_bar .nav .nav-item .nav-link {
 padding-bottom: 15px;
}
a.ticket_icon{
	display: block;
}
.mob_search{
display: inline-block !important;
position: relative;
top: -4px;
}
h2.title_facility {
	margin-top: 30px;
}
.search_bar .navbar {
	justify-content: end;
	gap: 25px;
}
section.facility_section {
	padding:0;
    padding-bottom: 30px;
}
.card.movie_item:hover {
	padding: 0;
	box-shadow: none;
	z-index: 9999;
	transform: inherit;
}
.warpper_partyevent #partyevent .item_text h2 {
	font-size: 18px;
}
.warpper_partyevent #partyevent .item_text h5 {
	font-size: 14px;
}
.warpper_partyevent #partyevent .item_text p {
	font-size: 12px;
	line-height: 16px;
}
button.btn.btn_viewmenu {
	font-size: 12px;
	padding: 10px 20px;
	height: 40px;
}
.warpper_banner {
	height: 400px;
}
.warpper_banner img {
	height:100%;
	object-fit: cover;
}
.inner_banner {
	height: 300px;
}
.inner_banner img {
	height:100%;
	object-fit: cover;
}
.warpper_eatdring #eatdring .item_text h5 {
	font-size: 10px;
}
.warpper_eatdring #eatdring .item_text h2 {
	font-size: 18px;
}
.warpper_eatdring #eatdring .item_text p {
	font-size: 8px;
	line-height: 10px;
}
section.trailers_section {
	padding: 0;
}
.btn.btn_booknow {
	padding: 10px 20px;
	height: 38px;
	width: 95%;
    margin: 0 auto;
}
.movie_item h3.card-title {
    margin-bottom: 5px;
}
.movie_item h5 {
    font-size: 11px;
    margin-bottom: 0;
}
.trailers_slider {
	width: 100%;
	height: auto;
}
.wrarpper_trailers .nav-container {
    height: 300px;
}
.wrarpper_trailers .nav-container .slick-list.draggable{
    height: auto;
}
.wrarpper_trailers {
	display: inline-block;
}
.warpper_search .form-row .form-control {
	min-width: auto;
	min-height: 46px;
}
.con_p0{
	padding: 0;
}
.search_bar{float: right;}
.carousel-caption.banner_info {
    bottom: -20% !important;
}
section.social_section .warpper_social ul{display: inline-block;}
section.social_section .warpper_social ul li{padding: 0 5px; display: inline-block;}

.food_page_banner.hom_page_main_banner .carousel-caption.banner_info{position: absolute !important; left: 0 !important; top: auto !important; bottom: 0% !important; transform: inherit !important; text-align: left; width: 100%; padding: 10px;
background: #000;
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 30%, rgba(0,0,0,1) 53%, rgba(0,0,0,1) 99%, rgba(0,0,0,1) 100%);
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 30%,rgba(0,0,0,1) 53%,rgba(0,0,0,1) 99%,rgba(0,0,0,1) 100%);
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 30%,rgba(0,0,0,1) 53%,rgba(0,0,0,1) 99%,rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
}

.food_page_banner.hom_page_main_banner .carousel-item img{height: 450px !important; object-fit: cover;}
/* .charlotte .food_page_banner.hom_page_main_banner .carousel-item img{height: 90vh !important;} */
.food_page_banner .carousel-caption{left: 15px; top: auto; transform: inherit; bottom: 0;}
.food_page_banner .carousel-caption h4{font-size: 26px;}
.food_page_banner .carousel-caption p{font-size: 18px;}


.movie_listing .tab_head{display: inline-block; width: 100%;}
#pills-tabContent .tab_head .nav.nav-tabs, #pills-tabContent .tab_head .calendar_sec, .movie_listing .tab_head .calendar_sec, .movie_listing .tab_head .nav.nav-tabs{float: left;}
#pills-tabContent .tab_head .radio_check, .movie_listing .tab_head .radio_check{float: left; margin-top: 10px; width: 100%;}

.dropdown-content{left: auto; right: -230px;}
.movie_item:hover{transform: inherit;}
.warpper_partyevent{padding: 10px;}
.carousel-indicators{bottom: -3px;}

#player-wrapper{padding-top: 60% !important; margin-top: 60px;}
.film_content_inner h3{color: #000; margin-top: 15px;}
.new_movie_listing_time li a{font-size: 12px;}

.warpper_foodbanner .foodbanner_text:before{font-size: 150px; left: 0; right: 0; text-align: center;}
.socialhour_banner{position: relative;}
.socialhour_banner:before{background: rgba(0, 0, 0, 0.6); content: ''; position: absolute; left: 0%; width: 100%; height: 100%; top: 0;}
.eat_drink_homBanner .img-fluid{height: 270px;}
.additional_link_inner_li{display: block !important;}
.warpper_foodbanner .slick-list.draggable, .warpper_foodbanner .slick-list.draggable .slick-track{height: 100% !important;}
.warpper_foodbanner .slick-slider{height: 600px;}
.warpper_foodbanner .foodbanner_text h1{font-size: 82px; margin-bottom: 20px;}
.film_content_right h4{color: #000; padding-left: 15px;}
.card.location_card{width: 100%; display: inline-block;}
.card.location_card iframe{width: 100%;}
.film_content_inner p {
    color: #000000;
}
.btn.share_btn, .btn.share_btn:hover{
    color: #fff;
    border: 1px solid #000;
    background: #000;
}
.alignnone{max-width: 100%;}


.trailer_slider_overlay{
	    background: rgba(0, 0, 0, 0.3);
    height: 100%;
    position: fixed;
    z-index: 1;
    left: 0;
    width: 100%;
    top: 0;
}
.the_rooms .therooms_warpper .available_times ul li {width: 30%;}
.top_location{padding-right: 0px;}

/* .main_header.sticky_header{position: fixed; z-index: 9999; top: 0; padding: 0; width: 100%; border-bottom: 1px solid #f1f1f1;}
.main_header.sticky_header .logo img{max-width: 100px;}
.main_header.sticky_header .top_location, .main_header.sticky_header .top_ticket_div li:last-child, .main_header.sticky_header .top_ticket_div li:first-child{display: none;}
.main_header.sticky_header .top_ticket_div.float-right{margin-top: 6px;}
.main_header.sticky_header .hand_menu_res{top: 0;} */

.main_header.sticky_header{top: 0; padding: 0; border-bottom: 1px solid #f1f1f1; position: -webkit-sticky;
  position: sticky;}
.main_header .logo img{max-width: 100px;}
.main_header .top_ticket_div li:last-child, .main_header .top_ticket_div li:first-child, .main_header .top_ticket_div li:nth-child(2), .top_ticket_div li:nth-child(3){display: none;} /* bell icon css */

.main_header .top_ticket_div .ddmenu li:last-child, .main_header .top_ticket_div .ddmenu li:first-child, .main_header .top_ticket_div .ddmenu li:nth-child(2){display: block;}
.main_header .top_ticket_div .side_list li:last-child, .main_header .top_ticket_div .side_list li:first-child, .main_header .top_ticket_div .side_list li:nth-child(2){display: block;}
.main_header .top_ticket_div.float-right{margin-top: 6px;}
.main_header .hand_menu_res{top: 0;}
.main_header .top_location{position: absolute; top: -8px; z-index: 16; left: 100%; padding-left: 50px; width: 200px;}
.axeThrowing_content iframe{height: 350px !important;}
.parties_events_box iframe{height: 390px;}

.movie_listing #now_showing .tab_head{padding: 10px; width: 100%;  position: relative;}
.movie_listing .tab_head{padding: 10px 10px 10px; width: 100%; position: relative; margin-top: 5px;}
#pills-tabContent #now_showing .tab_head .radio_check, .movie_listing .tab_head .radio_check{position: absolute; top: -24px; background: #f6f6f6; left: 0; padding-left: 10px; padding-top: 6px; border-radius: 4px 4px 0 0; z-index: 0;}
.vieo_main_banner{height: 300px;}
.video_overlap_div{background: #000; top: auto; bottom: -5px; width: 100%; height: 70px}
.video_overlap_div span p{margin-bottom: 0; font-size: 18px;}
.video_overlap_div span h4{font-size: 24px;}
.vimeo-wrapper iframe{height: 78.25vw; min-height: 47vh; min-width: 85.77vh;}
.footer_top_section .p-0{padding-left: 15px !important; padding-right: 15px !important;}
#player-wrapper{margin-top: 0;}
.footer_bottom .copyright p, .footer_bottom .copyright ul li a{font-size: 9px;}
.footer_bottom .copyright p br{display: none;}
.beauty_img_mob img{display: none;}
.card.location_card.location_card_new iframe{padding-left: 0;}
.toggle_esc_slider .slick-prev.slick-arrow, .toggle_esc_slider .slick-next.slick-arrow{left: -20px;}
.toggle_esc_slider .slick-next.slick-arrow{right: -20px; left: auto;}
#movies_list_esc .col-12.col-md-3 .img-fluid.w-100.h-100{height: 250px !important;}
.main_header .top_ticket_div.float-right{margin-top: -10px;}

.new_shoTime_div, .mobile_menu_titile{display: block;}
.main_header.sticky_header{padding: 16px 0;}
.new_three_logos .logo a{margin-right: 30px !important;}

.hand_menu_res img.img-fluid{max-width: 24px !important; width: auto !important;}
.hom_upcomingMovies_section .nav-tabs .nav-link{padding: 8px;}
}
@media (max-width: 767px) {
.about_img{width: 100%; margin-bottom: 15px;}
.magic_banner_content h2{font-size: 36px;}
.parties_from .row.mt-3{margin-top: 0 !important;}
.parties_div h3{padding-bottom: 0; font-size: 18px;}
.btn.download_pdf_btn.float-right{float: none !important;}
.food_page_banner .carousel-caption{padding: 0px;}
.food_page_banner .carousel-caption p{font-size: 14px; margin-bottom: 0;}
.food_page_banner .carousel-caption h4, .food_page_banner .carousel-caption h4{font-size: 21px; text-shadow: 0 0 5px #000;}
.escape_room_logo{max-width: 75px;}
.parties-outertBox.p-5{padding: 20px !important;}
.reward_point_boxs ul li{padding: 20px 0%; width: 85%;}
.specials_div ul, .page-preview h3, .specials_div p{height: auto;}

.download_kit_box p span {
    position: relative;
    top: 0;
    width: 100%;
    padding-bottom: 10px;
    display: inline-block;
}
.container-fluid {
width: 100%;
padding-right: var(--bs-gutter-x, 0.75rem);
padding-left: var(--bs-gutter-x, 0.75rem);
margin-right: auto;
margin-left: auto;
}
.banner_info h1 {
font-size: 26px;
}
.pages .col-xs-12 {
width: 50%;
}

.cp-nav-demo .navbar-header .navbar-toggle {
border: 1px solid #246df8;
border-radius: 0;
}
.cp-nav-demo .navbar-header .navbar-toggle .icon-bar {
background: #246df8;
}
.cp-nav-demo .navbar-collapse {
background: #fff;
}
.cp-nav-demo .navbar-nav .nav-button {
padding-bottom: 20px;
}
.cp-nav-demo .navbar-nav .nav-button a{display: inline-block;}
footer{text-align: center;}
footer .credit{text-align: center;}
.top_location p{font-size: 10px;}
.darkride_content h2{margin-top: 20px;}
.darkride_content p{margin-bottom: 25px;}
.main_header .top_location .dropdown{margin-left: 0;}
section.search_section{padding: 20px;}
div.zabuto_calendar tr.calendar-dow-header th, div.zabuto_calendar tr.calendar-dow td{padding: 5px;}
div.zabuto_calendar .table tr td div.day{padding-top: 3px; width: 30px; height: 30px; margin: 5px;font-size: 16px;}
.dropdown-content{right: -50px;}

.ind_desktop_view{display: none;}
.ind_mobile_view{display: block;}
.ind_mobile_view ul li{display: inline-block; width: 45%; margin: 0 1%;}
.ind_mobile_view ul li a{color: #fff; padding: 10px 0; margin-bottom: 10px; border-radius: 50px; border: 2px solid #fff; width: 100%; vertical-align: top; display: inline-block; font-size: 13px;}

.picklocation_banner .picklocation_info {
    width: 80%;
    top: 100px;
    transform: inherit;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.ind_mobile_view h3{color: #fff; font-size: 18px; margin: 20px 0; font-family: 'Figtree-Bold';}
.YouTubeModal iframe{height: 300px;}


.reward_point_boxs.profile_boxes{height: auto;}
.faq_footer{position: relative; bottom: 0px; width: 100%; margin: 15px auto 0;}

.eat_drink_homBanner .img-fluid{max-width: 100%;
    height: 300px;
    width: 100%;
    object-fit: cover;}
	.eat_drink_homBanner .carousel-caption {
    max-width: 100%;
    background: rgba(0, 0, 0, 0.8);
}
.choose_time_div ul li{width: 30%;}

.card.location_card{
	display: flex;
}

.card.location_card iframe{
width: 180px;
}
.magic_banner {
    position: relative;
}.magic_banner:before {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    background: rgba(0, 0, 0, 0.7);
}
.the_rooms .therooms_warpper .available_times ul li {width: 31%;}
.attractions_content h4{font-size: 16px;}
.theatre_amenities_div ul li{width: 47%;}
.home_page_div .picklocation_banner .item img{height: 700px;}
.picklocation_info img.img-fluid{max-width: 100px;}
.parties_events_box iframe{height: 290px;}

.radio_check .form-check-label {
    font-family: 'Figtree';
}
.movie_listing #pills-tabContent .nav-item .nav-link, .movie_listing .tab_head .nav-item .nav-link{
    font-family: 'Figtree-Bold';}
.movies_slider #toggle_movies .slick-prev, .movies_slider #toggle_movies .slick-next{top: 30%;}
.choose_date_div select {width: 80%;}
.food_page_banner.hom_page_main_banner .carousel-caption.banner_info{padding-bottom: 40px !important;}
.location_card .card-body p {
    font-size: 13px;
}
.picklocation_info .form-group {
    max-width: 310px;
}
h2.title_facility {
  font-size: 16px;
}
.specials_div {
    overflow: inherit;
    height: auto;
}
.movie_item a.btn_booknow{
	display: block;
}
section.movies_section {
    margin-top: 20px;
}
#date_text{margin-bottom: 0;}
#toggle_movies .slick-slide {
    padding: 8px 5px;
}
#toggle_movies .slick-slide {
    padding: 8px 5px;
}
.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}
section.social_section {
    padding: 20px 0;
}
section.facility_section {
    margin-bottom: 10px;
}
.toggle_esc_slider .slick-prev.slick-arrow, .toggle_esc_slider .slick-next.slick-arrow {
    top: -20px; right: 40px; height: 30px;
    width: 30px; line-height: 26px;
    left: auto;
}
.toggle_esc_slider .slick-next.slick-arrow{right: 5px; left: auto;}
#movies_list .col-md-6.col-lg-6.col-xl-4.mb-4{margin-bottom: 0 !important;}
.new_movie_listing_div .card-title {
    font-size: 18px;
}
.specials_inner_box .attractions_content h4 {
    font-size: 12px;
}
.specials_inner_box img, .attractions_boxs img{ object-fit: cover; height: 375px;}
.new_three_logos .logo a {
    margin-right: 20px !important;;
}
.new_three_logos .logo a img {
    max-width: 95px !important;
}
.new_three_logos {
    height: auto;
}
}
@media all and (max-width: 575px) {
.pages .col-xs-12{width: 100%;}
.share_btn_div{position: relative; margin-top: 10px;}
.top_ticket_div.float-right{float: none !important; text-align: right; margin-top: 15px;}
header.main_header{padding: 12px 0;}
.movie_listing_img{height: 250px;}
.main_header .top_location .dropdown{margin-bottom: 0px; padding-bottom: 0px; background: url(../images/location_arrow.png) no-repeat; font-size: 12px;
 background-position: right 5px; padding-right: 15px;}
.top_location:before {
    background: url(../images/location_icon.svg) no-repeat;
    content: "";
    left: 0px; top: 2px;
    width: 15px;
    height: 20px;
    background-size: 12px;
    position: absolute;
}
.top_location {
    padding-left: 15px;
}

#player-wrapper{padding-top: 60% !important;}
.warpper_foodbanner .foodbanner_text h3{margin-bottom: 0;}
.the_rooms .therooms_warpper .available_times ul li {width: 47%;}
.main_header .top_location{padding-left: 20px; width: 150px;}
.axeThrowing_content iframe{height: 240px !important;}
.the_rooms .nav-item .nav-link{font-size: 12px; margin: 0px 15px 10px 0;}
.the_rooms{padding: 10px;}
.events_box_inner.events_box_inner2{padding: 5px;}
.btn.book_birthday_btn{padding: 5px 10px; font-size: 12px;}
.parties_events_box iframe{height: 240px;}

.tab-content-inner li{width: 90%;  margin: 5% !important;}
.hom_upcomingMovies_section .nav-tabs .nav-link {
    border-radius: 6px;
    font-size: 12px;
    padding: 8px 10px;
}
.movie_listing .tab_head {
    margin-bottom: 0px;
}
.picklocation_info .form-group {
    max-width: 270px;
}
.attractions_content {
    padding: 10px;
    width: 100%;
}
.btn.view_more {
    font-size: 11px;
    padding: 3px 10px;
    margin-bottom: 10px;
}
.specials_inner_box img, .attractions_boxs img{height: 300px;}

.main_header .logo img {
max-width: 90%;
}
.new_three_logos .logo a img {
    max-width: 80px !important;
}
}
@media only screen and (max-height: 570px) {
  #ytModal {
    margin-top: -20%;
  }
}
@media all and (max-width: 479px) {
.about_div .about_list .nav-link{font-size: 16px; margin-right: 15px; padding: 5px 20px; min-height: 50px;}
.foodTab_section .nav-tabs .nav-link{font-size: 12px; padding: 5px 10px; min-height: 60px; line-height: 15px;}
.foodTab_section .nav-item{margin-right: 5px; margin-bottom: 10px; width: 48%;}
.search_bar .navbar{gap: 10px;}
.specials_div ul li span{padding: 0 5px;}
.page-preview h3{font-size: 16px;}
.demo-infos {display: block; padding-bottom: 30px;}
.demo-infos .demo-info{padding: 30px 0 0;}

#pills-tabContent .tab_head .calendar_sec .dropdown i{margin: 0;}
.movie_listing #pills-tabContent .nav-item .nav-link{margin: 10px 15px 10px 0;}
div.zabuto_calendar tr.calendar-dow-header th, div.zabuto_calendar tr.calendar-dow td{padding: 0;}

#player-wrapper{padding-top: 60% !important;}
.play_icon_btn{top: 43% !important;}
.michigan_div h2{font-size: 24px;}
.btn.view_all_btn{font-size: 13px; padding: 10px;}

.btn.sign_in_btn{font-size: 12px; padding: 5px;}
.top_ticket_div li{padding-left: 7px;}
.warpper_foodbanner .foodbanner_text h1{font-size: 72px;}
.foodbanner_thumb img{max-width: 250px;}
.choose_time_div ul li{width: 45%;}
.card.location_card{
	display: inline-block;
}

.card.location_card iframe{
width: 100%;
}

.main_header .top_location .dropdown {
    font-size: 10px;
}
.top_ticket_div.float-right {
    margin-top: 9px;
}
.tab-content-inner.mt-5.mx-xl-5.mx-3{margin: 0 !important;}
.tab-content-inner li span h4{font-size: 15px;}
.food_page_banner.hom_page_main_banner .carousel-item img {
    height: 350px !important;
    object-fit: cover;
}
/* .facility_img img{
    height: 180px;
object-fit: cover;} */
.the_rooms .therooms_warpper .available_times ul li {width: 46%;}
.theatre_amenities_div ul li{width: 100%; margin-right: 0;}
.axeThrowing_content iframe{height: 250px !important;}
.parties_events_box iframe{height: 200px;}
.events_box_inner.events_box_inner2{bottom: 17px;}

.hom_upcomingMovies_section .nav-tabs .nav-link {
    font-size: 11px;
    padding: 5px 11px;
}
.video_overlap_div span h4{font-size: 21px;}
.hom_upcomingMovies_section .nav-tabs .nav-item{margin-bottom: 5px;}
.dropdown-content{right: -20px;}
.specials_inner_box img, .attractions_boxs img{height: 200px;}


.new_shoTime_div a {
margin-right: 0px;
font-size: 9px;
}
.main_header .top_location {
padding-left: 15px;
width: 100px; /* bell icon css */
}
}

/*Events*/
.responsive_event .col-sm-12 {
  padding: 0px 8px !important;
}

.responsive_event .slick-prev.slick-arrow {
  background-image: url(../images/eve_left_arrow.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 36px;
  height: 60px;
  left: 35px;
  z-index: 1;
  top: 50%;
}

.responsive_event .slick-next.slick-arrow {
  background-image: url(../images/eve_right_arrow.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 36px;
  height: 60px;
  right: 38px;
  z-index: 1;
  top: 50%;
}

.cin_event_conDiv {
  max-width: 400px;
  margin: 0 auto;
}

.cin_event_conDiv h2 {
  font-family: "urw_alternategotno1d-webfont";
  font-size: 72px;
  color: #000;
  text-transform: uppercase;
  margin: 0;
}

.cin_event_conDiv h4 {
  font-size: 24px;
  color: #89c041;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.cin_event_conDiv h5 {
  font-size: 18px;
  color: #000;
  font-weight: bold;
}

.private_evend_contant {
  text-align: center;
}

.private_evend_contant p {
  font-size: 24px;
  margin-top: 20px;
}

@media (max-width: 1199px) {
  .private_evend_contant p {
      font-size: 18px;
  }
}

@media (max-width: 767px) {
  .responsive_event .col-sm-12 {
      padding: 0px !important;
  }

  .cin_event_conDiv h2 {
      font-size: 60px;
  }
}
/*End*/

@media all and (max-width: 410px) {
    .movie_listing #pills-tabContent .nav-item .nav-link {
        margin: 10px 5px 10px 0;
    }
    .pie {
        width: 150px;
        height: 150px;
    }
    .new_movie_listing_time li a {
      font-size: 10.5px !important;
    }
}
@media all and (max-width: 359px) {
  .new_movie_listing_time li {
    width: 50% !important;
  }
  .new_movie_listing_time li a {
    font-size: 9.5px !important;
}
.form-check-inline {
    margin-right: 0;
}
.radio_check .form-check-label {
    font-size: 12px;
}
.movie_listing #pills-tabContent .nav-item .nav-link, .movie_listing .tab_head .nav-item .nav-link {
    margin: 10px 10px 10px 0;
    font-size: 11px;
}
.hom_more_btn {
    font-size: 11px !important;
}
.calendar_sec {
    margin-left: 10px;
}
.show_calendar {
    font-size: 20px;
}
div.zabuto_calendar .table tr td div.day {
    width: 25px;
    height: 25px;
    font-size: 13px;
}
.location_card .card-body p {
    font-size: 11px;
}

.main_header .top_location{
  width: 70px !important;
}
.main_header .top_location .dropdown {
  font-size: 7px;
}
.btn.btn_learnmore {
  width: 80%;
}
.reward_content h4 {
  font-size: 26px;
}
.reward_point_boxs.profile_boxes h5 {
  font-size: 14px;
}
.reward_point_boxs ul li {
  font-size: 11px;
}
.starRewaed_btn {
  font-size: 13px;
}
}
/* bell icon css */
.bellContainer {
    display: inline;
    padding-left: 9px;
    margin-right: 5px; /* bell icon new change */
}

.bellContainer i {
    font-size: 21px;
    color: #373737;
}
.new_shoTime_div .bellContainer i {
    font-size: 16.5px;
    color: #373737;
}
@media (max-width: 303px) {
    .movie_listing #pills-tabContent .nav-item .nav-link, .movie_listing .tab_head .nav-item .nav-link {
        margin: 10px 5px 10px 0;
        font-size: 11px;
    }
    .calendar_sec {
        margin-left: 5px;
    }
}
@media (max-width: 277px) {
    div.zabuto_calendar .table tr td div.day {
        width: 20px;
        height: 20px;
        font-size: 11px;
    }
    .calendar_sec {
        float: revert !important;
    }
    .dropdown-content {
        right: -10px;
        top: 50px;
    }
    .pie {
        width: 120px;
        height: 120px;
    }
    .edit_name {
      font-size: 10px;
      margin-top: 3px;
  }
}
/* bell icon css */
/* Profile responsive */
@media (min-width: 768px) and (max-width: 991px) {
        .pie {
            width: 150px;
            height: 150px;
        }
        .point_head {
            font-size: 10px;
        }
        .reward_point_boxs ul li {
            font-size: 12px;
        }
        .reward_point_boxs.profile_boxes h5 {
            font-size: 14px;
        }
        .faq_footer {
            padding: 10px;
        }
        .faq_footer span {
            font-size: 13px;
        }
        .info_warpper {
            gap: 15px;
        }
        .location_days .lacation_day {
            font-size: 11px;
            width: 75px;
        }
        .new_time_list_position_div {
          font-size: 10px;
        }
}
.svc-title {
  font-family: 'Figtree' !important;
}
input, select {
  font-family: 'Figtree' !important;
}
