@charset "utf-8";
/* CSS Document */

.containerres {
	display: flex;
	flex-wrap: wrap;
	justify-content: right;
	align-items: stretch;
	min-height: 100vh;
	height: 120vh;
	width: 90%;
	padding-left: 5%;
	background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),url(../sour/reservback.jpg);
	background-size: cover;
	background-position: center top;
	background-attachment: fixed;
	padding-right: 5%;
	position: relative
}

.image-section {
    position: absolute;
	z-index: 1;
	width: 45%;
	top:35%;
	left: 10%
}
.image-section h2{
	font-size: 14px;
	text-align: right;
	font-family: "Tajawal", sans-serif;
	width: 100%;
	color: #ffffff
}
.image-section p{
	font-size: 34px;
	text-align: right;
	font-family: "Tajawal", sans-serif;
	width: 100%;
	font-weight: bold;
	color: #ffffff
}
.image-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.form-section {
    flex: 0.35;
    padding-left: 20px; padding-right: 20px; padding-top: 5px; padding-bottom: 25px;
    background-color: #fff;
 
   
    justify-content: center;
	height: 75vh;
	margin-top: 20vh;
	float: right;
	border-radius: 15px
}



.form-group {
    margin-bottom: 15px;
	float: right;
	width: 47%;
	margin-left: 2%
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    font-size: 18px;
    color: #333;
	text-align: right;
	font-family: "Tajawal", sans-serif;
	width: 94%;
	float: right
	
}
.form-group input{
    width: 80%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 1rem;
	font-family: "Tajawal", sans-serif;
	text-align: right;
	direction: rtl;
	float: right
}
.form-group2 {
    margin-bottom: 15px;
	width: 100%;
	margin-left: 0%
}
.form-group2 label {
    display: block;
    margin-bottom: 5px;
    font-size: 18px;
    color: #333;
	text-align: right;
	font-family: "Tajawal", sans-serif;
	width: 94%;
	float: right
	
}
.form-group2 textarea {
    width: 90%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 1rem;
	font-family: "Tajawal", sans-serif;
	text-align: right;
	direction: rtl
}

.form-group2 button {
    padding: 12px 20px;
    border: none;
    color: #fff;
    font-size: 1.1rem;
    border-radius: 5px;
    cursor: pointer;
	transition: 1s
}


.form-section h2 {
    color: #0056b3;
    font-size: 2rem;
	text-align: right;
	font-family: "Tajawal", sans-serif;
	line-height: 10px
}

.form-section p {
    margin: 20px 0;
    color: #777;
	text-align: right;
	font-family: "Tajawal", sans-serif;
	line-height: 24px
}
@media (max-width: 500px) {
    .containerres {
        flex-direction: column;
		min-height: 85vh;
	height: 85vh;
    }

    .form-section {
        padding: 20px;
		margin-top: 25vh
    }

    .form-group button {
        width: 100%;
    }
	.image-section {
    position: absolute;
	z-index: 1;
	width: 90%;
	top:5%;
	left: 5%;
		right: 5%;
}
}
@media screen and (min-width: 505px) and (max-width: 1100px){
	 .form-section {
       
		height: 450px;
		 margin-top: 10vh;
		 display: block;
		 padding-bottom: 60px
		 
    }
	.containerres {
	
	min-height: 100vh;
	height: 140vh;
	
}
	
.form-section h2 {
	padding-top: 10px
}
}

