.section {
	position: relative;
	height: 90vh;
}

.section .section-center {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#booking {
	font-family: 'Montserrat', sans-serif;
	/* background-image: url('../img/background.jpg'); */
	background-image: url('https://bigthink.com/wp-content/uploads/2022/01/AdobeStock_236786791.jpeg?lb=1024,576');
	background-size: cover;
	background-position: center;
}

#booking::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.6);
}

.booking-form {
	max-width: 642px;
	width: 100%;
	margin: auto;
}

.booking-form .form-header {
	text-align: center;
	margin-bottom: 25px;
}

.booking-form .form-header h1 {
	font-size: 58px;
	text-transform: uppercase;
	font-weight: 700;
	color: #ffc001;
	margin: 0px;
}

 h2 {
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 700;
	color: #f6f5f3;
	margin: 0px;
}


h4 {
 font-size: 17px;
 /* text-transform: uppercase;
 font-weight: 700; */
 color: #fff;
 /* margin: 0px; */
}
/* .booking-form>form {
	background-color: #101113;
	padding: 30px 20px;
	border-radius: 3px;
} */

.box-form {
	background-color: #101113;
	padding: 1px 2px;
	border-radius: 3px;
}

.booking-form .form-group {
	position: relative;
	margin-bottom: 15px;
}

.booking-form .form-control {
	background-color: #f5f5f5;
	border: none;
	height: 45px;
	border-radius: 3px;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-weight: 400;
	color: #101113;
}

.booking-form .form-control::-webkit-input-placeholder {
	color: rgba(16, 17, 19, 0.3);
}

.booking-form .form-control:-ms-input-placeholder {
	color: rgba(16, 17, 19, 0.3);
}

.booking-form .form-control::placeholder {
	color: rgba(16, 17, 19, 0.3);
}

.booking-form input[type="date"].form-control:invalid {
	color: rgba(16, 17, 19, 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: 6px;
	width: 32px;
	line-height: 32px;
	height: 32px;
	text-align: center;
	pointer-events: none;
	color: #101113;
	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 {
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 5px;
	display: block;
	text-transform: uppercase;
}

.booking-form .submit-btn {
	 font-family: 'Tajawal', sans-serif !important;
	color: #101113;
	background-color: #ffc001;
	font-weight: 700;
	height: 50px;
	border: none;
	width: 100%;
	display: block;
	border-radius: 3px;
	/* text-transform: uppercase; */
}


.booking-form .back-btn {
	color: #000000;
	background-color: #b9b9b9;
	font-weight: 700;
	height: 50px;
	border: none;
	width: 100%;
	display: block;
	border-radius: 3px;
	/* text-transform: uppercase; */
}
.form-control[readonly] {
    background-color: #aaa5a5; /* Light gray background */
    color: #333; /* Text color */
    cursor: not-allowed; /* Shows not-allowed cursor */
}





/* Hide arrows for number input (Chrome, Safari, Edge, Opera) */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}






.form-btn {
    text-align: center;
}
/* /// ssss // */

/* Hide arrows for Firefox */
/* input[type="number"] {
    -moz-appearance: textfield;
} */
