@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");
* {
	margin: 0px;
	padding: 0px;
}

body{
	background-color: #F7F7F7;
}
.con-1 {
	width: 100%;
	height: 100%;
	position: absolute;
	padding: 0px;
}
.con-2 {
	width: 150px;
}
.text-1 {
	width: 1107px;
	height: 73px;
	/* UI Properties */
	text-align: center;
	letter-spacing: 0px;
	color: #ffffff;
	opacity: 1;
	position: relative;
}
.con-3 {
	margin-top: 80px;
}
.button-012 {
	border: 1px solid black;
}
.form-check {
	margin-top: 20px;
}

/* for section 5 */
.terms-text {
	text-align: left;
	letter-spacing: 0px;
	color: #000000;
	opacity: 1;
	text-transform: capitalize;
	font-family: "proxima-nova-bold";
    font-size: 35px;
}

.gold-dot-list li::before {
	content: "\2022";
	color: gold;
	width: 1em;
	margin-right: 10px;
	font-size: 20px;
}
.button-011 {
	background-color: orange;
	color: white;
	width: 230px;
	height: 50px;
	box-shadow: 0px 15px 34px #0000002e;
	border-radius: 28px;
}

/* FOR SECTION GREY */
.grey {
	background-color: rgb(46, 45, 45);
	margin-top: 150px;
	padding: 5px;
}

.nam {
	display: inline-block;
}
.text-90 {
	text-align: left;

	color: #ffffff;
	opacity: 1;
}
.text-91 {
	text-align: left;

	color: #ffffff;
	opacity: 1;
}
.image-91 {
	width: 227px;
	height: 72px;
	margin-top: 25px;
	margin-right: 25px;
	text-align: left;
}
/* for filter for mobile phones */

/* for filter for mobile phones */
/* CSS for sliding animation */
.slide-in {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 100%;
	background-color: whitesmoke;
	transition: left 0.5s ease-in-out;
	overflow-y: scroll;
}

.slide-in.active {
	left: 55%;
	z-index: 9;

}

.over_lay-color{
	position: relative;
}

body.slide-open .over_lay-color:before {
    content: '';
    height: 100%;
    width: 100%;
    background: #000000d6;
    position: absolute;
    z-index: 1;
}

.showtimings-section{
	width: 80%;
	margin: 0px auto;
}


.movie_name{
	font-size: 26px !important;
}


.img-slide {
	width: 32%;
	height: auto;
}

.text-slide {
	    font-weight: 500;
    font-size: 20px;
    font-family: "proxima-nova";
        border-bottom: 1px solid #70707042;
    padding-bottom: 10px;
}

.box {
	font-size: 15px;
	text-decoration: antiquewhite;

	padding: 5px;
	margin-right: 6px;
}

.show_timing-change p {
    font-size: 14px;
    padding-top: 25px;
    color: #000;
    font-family: "proxima-nova";
    opacity: 0.5;
}

.show_timing-change {
    padding-bottom: 40px;
}

.box2 {
	border: 1px solid gray;
	border-radius: 10px;
	width: 100%;
	height: 110%;
}

.last-box {
	margin-right: 0px;
}

.day {
	font-weight: bold;
	font-size: 16px;
}

.justify-content-space_between{
	justify-content: space-between;
}


.slider_timing button.carousel-control-prev {
    display: block !important;
    width: auto !important;
    left: -35px;
    top: 0px;
}


.slider_timing button.carousel-control-next {
    display: block !important;
    width: auto !important;
   right: -35px;
    top: 0px;
}

.date {
	color: gray;
	font-size: 13px;
}

.row28 {
	margin-left: -10px;
}
@media (max-width: 576px) {
	.navbar-brand {
		padding-left: 10px;
	}
	.text-header,
	.text-011 {
		margin-top: 30px;
	}
	.image-gift {
		display: none;
	}
	.button-012 {
		margin-bottom: 15px;
	}
	.text-001 {
		text-align: right;
		letter-spacing: 0px;
		color: black;
		text-transform: capitalize;
		opacity: 1;
	}
	.card-movies {
		margin-top: 30px;
	}
	.slide-in.active {
		left: 10%;
	}

	.dropdowns-cont2 a.text-001 {
    color: #000 !important;
}
}


/************************************************************My css***********************************************/

.row.cinema-banner {
    margin: 0px;
    position: relative;
    height: 300px;
}
.wrap-cinema-text {
    position: relative;
    text-align: center;
    top: 30px;
}

p.cinema_desc {
    font-size: 17px;
    color: #fff;
    font-family: "proxima-nova";
    width: 60%;
    margin: 0px auto;
}


/*************************sidebar css************************************/

.tabs_shows ul.nav.nav-pills li a {
    color: #000000;
    font-size: 20px;
    font-family: "proxima-nova";
    border: 1px solid #000;
    border-radius: 5px;
}

.tabs_shows ul.nav.nav-pills li:last-child a{
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

.tabs_shows ul.nav.nav-pills li a.nav-link.active {
    border-color: #c5a47e !important;
    background: #c5a47e !important;
    font-size: 20px;
    font-family: "proxima-nova";
    color: #fff !important;
}

.tabs_shows ul.nav.nav-pills li:first-child a.nav-link.active {
    position: relative;
    left: 1px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.tabs_shows ul.nav.nav-pills li.nav-item:last-child a {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}
.tabs_shows ul.nav.nav-pills li.nav-item:last-child a {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.cinema_left-sidebars .card-body.sidebar .card-wrapper{
    padding: 20px !important;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 30px;
}

.cinema_left-sidebars .card-body{
	padding: 0px !important;
	background-color: #F7F7F7;
}
.fade.in.active{
	opacity: 1;
}



.sidebar .card_wrap {
    height: auto !important;
    overflow: auto;
    margin-bottom: 0px;
}

.sidebar .card_wrap .form-check input{
	left: 22px;
	right: auto;
	float: left !important;
}

.sidebar .checkmark{
	left: 0px;
	right: auto;
}
.sidebar .card_wrap .form-check label {
    font-size: 15px;
    color: #4B4B4B;
    font-family: "proxima-nova";
    margin-left: 40px;
}


.sidebar .form-check.checked label {
    color: #C5A47E;
}

.sidebar .card-wrapper a.card-link{
    font-family: "proxima-nova-bold";
    font-size: 18px;
}
/*************************sidebar css end**************************************/

.shows-mains .card-body {
    background: #fff;
    padding: 20px !important;
    height: 154px;
    position: relative;
}

.shows-mains p.text-bold.text-underline.mt-4.mb-0.text-03.slideButton {
    position: absolute;
    bottom: 20px;
}

.shows-mains .card {
    margin-bottom: 30px !important;
}


.shows-mains p.card-text.text-01 {
    font-size: 18px;
    font-family: "proxima-nova-bold";
    margin-bottom: 5px;
    line-height: 22px;
}

.shows-mains p.card-text.small.text-02 {
    color: #7C7C7C;
    font-size: 15px;
}

.shows-mains p.text-bold.text-underline.mt-4.mb-0.text-03.slideButton {
    font-size: 14px;
    font-weight: 600;
    font-family: "proxima-nova";
    color: #000;
    cursor: pointer;
    border-bottom: 1px solid #000;
}

button.wrap-all_movies {
    background: #c5a47e;
    border: 0px;
    width: 250px;
    height: 51px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "proxima-nova";
    font-size: 14px;
    color: white;
    box-shadow: 0px 15px 34px #0000002e;
    border-radius: 28px;
    margin-top: 10px !important;
    text-align: center;
}

.cinema_left-sidebars .tab-pane {
    padding-left: 0px;
    padding-right: 0px;
}

.tab_sidebrs {
    padding-left: 0px;
}


@media only screen and (min-width: 280px) and (max-width: 767px) {


.wrap_fiters-text {
    background: #c5a47e;
    border-color: #c5a47e !important;
    width: 100%;
    font-size: 16px !important;
    font-family: "proxima-nova" !important;
    letter-spacing: 1px;
    height: 40px;
}

ul.nav.nav-pills {
    display: flex;
    justify-content: center;
    padding-right: 0px;
}

.con-2 {
    width: 140px;
}
p.cinema_desc {
    font-size: 15px;
    width: 90%;
}

.wrap-cinema-text {
    top: 20px;
}

.filtersidebars .nav-link.active {
    background: #c5a47e;
    border-color: #c5a47e;
}

.filtersidebars .nav-link {
    color: #000;
}

.cinema_left-sidebars .card-body {
    padding: 15px !important;
        box-shadow: 0px 0px 2px 0px #2f2f2f73;
}

.cinema_left-sidebars .form-check {
    padding-left: 0px;
}

.cinema_left-sidebars .form-check{
	position: relative;
}

.checkmark{
	height: 18px;
    width: 18px;
}

.cinema_left-sidebars .form-check input{
    margin-right: 8px;
    height: 20px;
    width: 21px;
    position: relative;
    top: -3px;
    z-index: 1;
    border-radius: 0px;
    border: 1px solid;
    opacity: 0;
}

button.btn.btn-warning.apply_button {
    background: #c5a47e;
    border-color: #c5a47e;
    width: 100px;
    color: #fff;
}

.carousel-inner.timingslider {
    position: relative;
    width: 90%;
    overflow: hidden;
    margin: 0px auto;
}

.slider_timing .carousel-control-prev {
    left: -20px;
}

.slider_timing .carousel-control-next {
    right: -15px;
}


}


@media only screen and (min-width: 768px) and (max-width: 1024px) {
.tab_sidebrs{
	display: block !important;
}
.sidebar .card_wrap .form-check label{
	margin-left: 30px;
}
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
.tab_sidebrs{
	padding-left: 0px !important
}
}

@media screen and (min-width: 1400px) {
	.row.cinema-banner {
	    height: 300px;
	}

	.wrap-cinema-text {
	    top: 30px;
	}
}

@media screen and (min-width: 1500px) {
p.cinema_desc{
	font-size: 18px;
}
}

@media screen and (min-width: 1800px) {
	.con-1{
		height: 385px;
	}

	.row.cinema-banner {
    height: 36vh;
}

p.cinema_desc{
	font-size: 24px;
}

.con-2 {
    width: 200px;
}

.wrap-cinema-text {
    top: 26px;
}
}

.utooltip:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: 25px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #fff;
}

.utooltip {
    position: absolute;
    top: 115%;
    left: 0;
    width: 350px;
    background: #fff;
    padding: 15px;
    color: #000;
    box-shadow: 0 0 20px 7px rgba(0,0,0,.1);
    display: none;
    opacity: 0;
    z-index: 333;
    font-size: 12px;
    font-family: "proxima-nova";
    line-height: 18px;
}

.shows-mains .movie_tooptip:hover .utooltip {
    opacity: 1;
    display: block;
    top: -200px;
    transition: all .3s ease-in-out;
    border-radius: 5px;
    left: 19px;
}

.shows-mains .card{
	position: relative;
}

@media only screen and (min-width: 280px) and (max-width: 380px) {
.shows-mains .movie_tooptip:hover .utooltip{
    top: -240px;
}
.utooltip{
	width: 95%;
}
}

@media only screen and (min-width: 381px) and (max-width: 410px) {
.shows-mains .movie_tooptip:hover .utooltip{
    top: -210px;
}
.utooltip{
	width: 95%;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.card-movies {
    margin-top: 0px !important;
}
}




@media only screen and (min-width: 768px) and (max-width: 810px) {
.shows-mains .movie_tooptip:hover .utooltip{
    top: -255px;
    left: -38px;
}
.utooltip{
	width: 300px;
}
}


@media only screen and (min-width: 811px) and (max-width: 991px) {
.shows-mains .movie_tooptip:hover .utooltip{
    top: -235px;
    left: -15px;
}
.utooltip{
	width: 310px;
}
}


@media only screen and (min-width: 991px) and (max-width: 1100px) {
.shows-mains .movie_tooptip:hover .utooltip{
    top: -293px;
    left: 0px;
}
.utooltip{
	width: 250px;
}
}

@media only screen and (min-width: 1101px) and (max-width: 1199px) {
.shows-mains .movie_tooptip:hover .utooltip{
    top: -250px;
    left: 0px;
}
.utooltip{
	width: 320px;
}
}



@media only screen and (min-width: 1200px) and (max-width: 1300px) {
.utooltip {
    width: 300px;
    }
}

@media screen and (min-width: 1800px) {
.utooltip {
    width: 368px;
    }
}




.header-wraps.for_mobile-headr{
	display: none;
}

.shows-mains img {
    border-radius: 0px;
}


.tab_sidebrs .card-wrapper:last-child .title_filter{
	border-bottom: 1px solid #00000029 !important;
}




/*span.line_up {
    position: relative;
    top: -1.6px;
}*/

/*body.slide-open .over_lay-color {
    opacity: 1;
    background: #000000bd !important;
}

body.slide-open .fade.in.active {
    opacity: 0.1;
}

body.slide-open section.grey {
    opacity: 0.1;
}
body.slide-open .banner-wraps {
    opacity: 0.1;
}

body.slide-open .header-wraps  {
    opacity: 0.1;
}

body.slide-open .tabs_shows  {
    opacity: 0.1;
}*/
/*********************************************responsive css header *****************************************************/

.hide_desktop{
	display: none;
}

.for_mobile-footer {
    display: none;
}

@media only screen and (min-width: 280px) and (max-width: 767px) {

	section.grey{
		margin-top: 100px;
	}

	.for_mobile-footer p {
    text-transform: uppercase;
}

	/*.header-wraps.for_mobile-headr{
		height: 146px !important;
	}*/

	img.con-1{
		object-fit: cover;
	}

	.hide_desktop{
	display: block;
}

.newsletter_footer-for_mobile input.email:focus {
    box-shadow: none;
    outline: none;
}


.bootom_last-footr-line{
	margin-bottom: 0px !important;
}

.last-footer-wraps{
	margin-bottom: 0px !important;
}
.for_mobile-footer {
    display: block;
    margin-bottom: 0px !important;
}
.newsletter_footer-for_mobile {
    display: block;
    text-align: left;
}

.newsletter_footer-for_mobile input.email {
    background: transparent;
    border: 0px;
    border-bottom: 1px solid #fff;
    border-radius: 0px;
    color: #fff;
    padding-left: 0px;
    font-size: 14px;
    opacity: 1;
}

.newsletter_footer-for_mobile input.email::placeholder {
color: #fff;
	}

	.for_desktop-footer {
    display: none;
}

.hide_mobile {
    display: none;
}


.first-footers{
	border-bottom: 1px solid #fff;
}
	p.texts_newltts {
    font-size: 14px;
    padding-top: 15px;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 20px;
    margin-bottom: 19px;
}

.footer-1 p{
	text-align: left !important;
	font-size: 14px !important;
}

.newsletter_footer-for_mobile h3 {
    font-size: 24px;
    font-weight: 600;
    font-family: 'Inter' !important;
    padding-bottom: 6px;
}

	.filtersidebars span.dropdown-arrow {
    display: none;
}

	.shows-mains p.card-text.text-01{
		font-size: 20px;
		line-height: 28px;
	}
	.shows-mains p.card-text.small.text-02{
		font-size: 17px;
	}
	.shows-mains p.text-bold.text-underline.mt-4.mb-0.text-03.slideButton{
		font-size: 17px;
	}

	.mobile_margin-reduce {
    margin-top: 2rem !important;
}


	.con-3 {
	    margin-top: 40px;
	}

	.none_margin {
	    margin-top: 0px !important;
	}

	.header-wraps.for_desktop-headr {
    display: none;
	}

	.for_mobile{
		display: block !important;
	}

	.for_mobile-dropdown {
	    background: #000;
	    padding-top: 0px;
	    padding-bottom: 10px;
	    padding-top: 10px;
	    justify-content: end;
		padding-right: 40px;
	}


	.for_mobile-dropdown ul.dropdown-menu.show {
	    background: #000;
	}

	.for_mobile-dropdown ul.dropdown-menu.show li a{
	    color: #fff !important;
	}

	.for_mobile-dropdown{
		left:  0px !important;
	}

	.for_mobile-dropdown button.btn.btn-primary.dropdown-toggle {
    background: transparent;
    border: 0px;
	}

	.for_mobile-dropdown ul.dropdown-menu.show {
	    width: 99%;
	}

	ul.dropdown-menu.show li {	   
	 padding: 0px 20px;
	 position: relative;
	}

	ul.dropdown-menu.show li a{
	   text-decoration: none;
	}

	li.dropdown-submenu a{
		padding-left: 0px !important;
		text-align: left !important; 
	}

	ul.dropdown-menu.show li {
	    margin-bottom: 10px;
	}

	li.dropdown-submenu a:active {
    background: transparent !important;
    border: 0px !important;
    box-shadow: none !important;
    outline: none !important;
}

button.btn.btn-primary.dropdown-toggle {
    position: relative;
}

.for_mobile-dropdown .dropdown-toggle:after {
    content: '';
    background: url(../images/header_dropdown.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    color: transparent;
    height: 25px;
    width: 25px;
    font-size: 0px;
    top: 8px;
    position: absolute;
    margin-left: 5px !important;
}

.for_mobile-dropdown li.dropdown-submenu .dropdown-toggle:after{
	top: 0px;
}

ul.dropdown-menu {
    background: #000;
}

.row.tabs_shows {
    width: 53%;
    padding-left: 16px;
}

.tabs_shows ul.nav.nav-pills.responsive-tabs.open{
	background: #fff !important;
	border:  1px solid #C3C3C3 !important;
	color: #000 !important;
	border-radius: 8px !important;
	font-size: 14px !important;
	}


	.tabs_shows ul.nav.nav-pills.responsive-tabs.open li a.nav-link.active{
	color: #c5a47e !important;
	}

	.tabs_shows ul.nav.nav-pills.responsive-tabs li a.nav-link.active{
	background: #fff !important;
	border:  0px !important;
	color: #000 !important;
	border-radius: 8px !important;
	font-size: 14px !important;
	}

	section.border-danger.shows_section{
		position: relative;
	}

	button.btn.btn-secondary.wrap_fiters-text {
        position: absolute;
    top: 0px;
    width: 47%;
    background: transparent;
    border: 0px;
    color: #000;
    right: 0px;
    font-size: 16px !important;
    padding-right: 0px !important;
}

.tabs_shows ul.nav.nav-pills li a{
	font-size: 16px !important;
}

	.responsive-tabs{
		border: 0px !important;
	}

.header-wraps.for_mobile-headr{
	display: block;
}


nav.navbar.navbar-expand-lg.nav-bg.navbar-light.for_mobiles-wraps {
    background: #fff;
}

.mobile_menu{
	background: transparent !important;
	border: 0px !important;
}

img.search_wrap-icon {
    position: relative;
    left: 16px;
    width: 38px;
}

button.mobile_menu:focus {
    border: 0px;
    box-shadow: none;
}

}



.upcoming_movies_wraps {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}


.now_showing{
	border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.box p.date {
    margin-bottom: 0px;
}

.box.active {
    border-bottom: 3px solid #c5a47e;
}

.box {
    border-bottom: 3px solid transparent;
}


.nav-up {
    position: fixed;
    z-index: 1;
    width: 100%;
}


.header-wraps {
    position: relative;
}
.wraps-headers {
    background-color: #999;
    position: absolute;
    top: 0;
    width: 100%;
}
.wraps-headers.fixed {
    position: fixed;
    top: 0;
    z-index: 1;
}

@media only screen and (min-width: 280px) and (max-width: 767px) {
	.showtimings-section {
		width: 90%;
	}
	.slider_timing button.carousel-control-prev {
    left: -15px;
}

.slider_timing button.carousel-control-next {
    right: -15px;
}

.movie_name {
    font-size: 23px !important;
}

.day {
    font-size: 14px;
}

.date{
	font-size: 12px;
}

.timimg_shows-wraps .col-4 {
    padding-left: 6px;
    padding-right: 6px;
}
}


.slideButton { transition: all .2s ease-in-out; }
.slideButton:hover { transform: scale(1.1); }


.tabs_shows li a.nav-link{
	transition: none;
}

.tabs_shows li a.nav-link:hover { transform: none; }

@media only screen and (min-width: 768px) and (max-width: 991px) {

.d-md-none.none_margin {
    display: block !important;
}

.tab_sidebrs {
    display: none !important;
}

section.border-danger.shows_section {
    position: relative;
}

button.btn.btn-secondary.wrap_fiters-text {
    position: absolute;
    top: 6px;
    width: 40%;
    background: transparent;
    border: 0px;
    color: #000;
    right: 50px;
    font-size: 20px !important;
    padding-right: 0px !important;
    text-align: right;
}

button.btn.btn-secondary.wrap_fiters-text img {
    margin-left: 6px;
}

.filtersidebars .nav-link.active {
    background: #c5a47e;
    border-color: #c5a47e;
}

.filtersidebars .nav-link {
    color: #000;
    font-size: 18px;
}

.cinema_left-sidebars .form-check {
    padding-left: 0px;
}

.cinema_left-sidebars .form-check{
	position: relative;
}

.checkmark{
	height: 18px;
    width: 18px;
}

.cinema_left-sidebars .form-check input{
    margin-right: 8px;
    height: 20px;
    width: 21px;
    position: relative;
    top: -3px;
    z-index: 1;
    border-radius: 0px;
    border: 1px solid;
    opacity: 0;
}

button.btn.btn-warning.apply_button {
    background: #c5a47e;
    border-color: #c5a47e;
    width: 100px;
    color: #fff;
}

}



.shows-mains .card:hover .card-body{
	background: #2F2F2F;
    box-shadow: 0px 10px 20px #2F2F2F;
}

.shows-mains .card:hover .card-body p{
	color: #fff;
}


.shows-mains .card:hover .card-body p.text-bold.slideButton{
	color: #fff !important;
    border-bottom: 1px solid #fff !important;
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
.filtersidebars h5 {
    font-size: 20px !important;
}

.filtersidebars label {
    font-size: 18px;
}

.shows-mains p.card-text.text-01{
	font-size: 20px;
}

.shows-mains p.card-text.small.text-02{
	font-size: 17px;
}

.shows-mains p.text-bold.text-underline.mt-4.mb-0.text-03.slideButton{
	font-size: 16px;
}

.slide-in.active {
    left: 35%;
}
}


.shows-mains .card:hover .card-body .utooltip p{
	color: #000;
}

p.text-bold.text-underline.mt-4.release_date-wraps {
    position: absolute;
    bottom: 5px;
}