*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.section {
	position: relative;
	height: 130vh;
}
.section2 {
    position: relative;
    height: auto;
}

.section3 {
    height: 100vh !important;
}

.section4 {
    height: 110vh !important;
    padding: 30px;
}

.modal-content{
background-color: transparent !important;
}

.section .section-center {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.select_hall_pic{
	background-image: url('./static/img/comfrance.jpg');
	background-size: cover;
	height: 80vh;
}

#booking {
	font-family: 'Montserrat', sans-serif;
	background-image: url('../img/comfrance.jpg');
	background-size: cover;
	background-position: center;
	height: 100vh;
	z-index: 0;
    position: relative;
}


#booking::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgba(8, 5, 9, 0.7) !important;
}

.booking-form {
	background-color: #fff;
	padding: 50px 20px;
	-webkit-box-shadow: 0px 5px 20px -5px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 5px 20px -5px rgba(0, 0, 0, 0.3);
	border-radius: 4px;
}

.booking-form .form-group {
	position: relative;
	margin-bottom: 30px;
}

.booking-form .form-control {
	background-color: #ebecee;
	border-radius: 4px;
	border: none;
	height: 40px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #3e485c;
	font-size: 14px;
}

.booking-form .form-control::-webkit-input-placeholder {
	color: rgba(62, 72, 92, 0.3);
}

.booking-form .form-control:-ms-input-placeholder {
	color: rgba(62, 72, 92, 0.3);
}

.booking-form .form-control::placeholder {
	color: rgba(62, 72, 92, 0.3);
}

.booking-form input[type="date"].form-control:invalid {
	color: rgba(62, 72, 92, 0.3);
}

.booking-form select.form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.booking-form select.form-control+.select-arrow {
	position: absolute;
	right: 0px;
	bottom: 4px;
	width: 32px;
	line-height: 32px;
	height: 32px;
	text-align: center;
	pointer-events: none;
	color: rgba(62, 72, 92, 0.3);
	font-size: 14px;
}

.booking-form select.form-control+.select-arrow:after {
	content: '\279C';
	display: block;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.booking-form .form-label {
	display: inline-block;
	color: #3e485c;
	font-weight: 700;
	margin-bottom: 6px;
	margin-left: 7px;
}

.booking-form .submit-btn {
	display: inline-block;
	color: #fff;
	background-color: #1e62d8;
	font-weight: 700;
	padding: 14px 30px;
	border-radius: 4px;
	border: none;
	-webkit-transition: 0.2s all;
	transition: 0.2s all;
}

.booking-form .submit-btn:hover,
.booking-form .submit-btn:focus {
	opacity: 0.9;
}


.booking-cta {
	margin-top: 80px;
	margin-bottom: 30px;
}

.booking-cta h1 {
	font-size: 52px;
	text-transform: capitalize;
	/* text-transform: uppercase; */
	color: #fff;
	font-weight: 700;
}

.booking-cta p {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.8);
}

.before_show_time{
	color:lightgreen;
	font-size: 90px;
	/* background-color: antiquewhite; */ 
}

.after_show_time{
	color: red;
	font-size: 100px;
	
}

/* change bg-color in hall avilable for   */

.hall_2_bgcolor{
	background-color: #e1e9f1;
}

/* change_password_img */

.change_password_img{
	background-image: url('../img/comfrance.jpg');
	background-size: cover;
	height: 100%;
}

#show_current_metting_hall1{

	color: red;
	font-size: 50px;
}
#show_current_metting_hall1 span{
	color: white;
	
}

#show_current_metting_hall2{
	color: red;
	font-size: 50px;
}
#show_current_metting_hall2 span{
	color: #dbdddd;
}

.change_password_img_position{
	margin-top: 90px;
	margin-right: -15px;
}
@media (max-width: 1024px){

	.after_show_time {
		color: red;
		font-size: 50px;
	}

.section4 {
    height: 130vh !important;
    padding: 30px;
}
.before_show_time {
	font-size: 60px;}
}

@media (max-width: 768px){
	.section4 {
		height: 200vh !important;
		padding: 0px;
	}
	.section{
		height: auto !important;
	}
	.before_show_time {
		font-size: 50px;}
		#show_current_metting_hall1 {
			font-size: 30px;
			margin-right: 65px;
		}
		.booking-cta {
			margin-top: 30px;
			margin-bottom: 0px;
		}
		.booking-cta h1{
			font-size: 40px;
		}
		.change_password_img_position {
			margin-top: 0px !important;
			margin: auto;
			padding: 0 !important;
		}

}



@media (max-width: 576px){
	.section3 {
		height: 100vh !important;
	}

	.section4 {
		height: 250vh !important;
		padding: 0px;
	}
	.before_show_time {
		font-size: 30px;}
	#hall2 {
		margin-left: 0 !important;
	}

    #hall1_animation {
        width: 100%;
        height: 100%;
        right: 0 !important;
    }
	div#hall1 h1 {
	font-size: 28px !important;
	}
	.change_password_img_position {
		margin-top: 100px;
		margin-right: 0px;
	}
	.booking-cta {
		margin-top: 60px !important;
		margin-bottom: 0px;
	}
	.booking-form {
		margin-bottom: 0px;
	}
	.show_empty_message {
		margin-top: 125px !important;
		color: aliceblue;
		font-size: 24px !important;
	}
	#hall2 h1 {
		font-size: 24px;
		padding: 0px 75px;
	}
	.booking-cta h1{
		float: left;
	}
	#show_current_metting_hall1 {
		font-size: 20px;
	}
	#hall2 h1 {
		padding: 0 !important;
		margin: 0;
	}

}

@media (max-width: 375px){
	.section3 {
		height: 100vh !important;
	}
	.after_show_time {
		color: red;
		font-size: 30px;
	}
}
div#hall1 {
    text-align: center;
}
h2.booking_text {
    margin-left: 0%;
}
.show_logo {
	background-color: rgba(255, 255, 255);
	height: 50px;
	line-height: 50px;
	width: 100%;
}

	