@charset "utf-8";
/* CSS Document */

/* حول والسايد بار */
/*----------------------------------------------------------------------------------------------------------------------------------*/
.aboutandside{
	width: 100%;
	position: relative;
	height: 650px;
	margin-top: 10px;
	border-top: 2px solid #bea139;
	border-bottom: 2px solid #bea139;
	display: flex;
	background: linear-gradient(to left,rgba(0,0,0,0)25%,rgba(255,255,255,0.99)75%),url(../img/uod16.jpg);
	background-size:  cover; 
	background-attachment: fixed;
}
.side{
	width: 25%;
	height: 100%;
	float: left;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	justify-content: space-evenly;
}
.side .text-side{
	position: relative;
	width: 80%;
	height: 60px;
	margin-bottom: 20px;
}

.reveal .side .text-side .more-side{
	border: none;
	width: 100%;
	height: 100%;
	font-family: 'Droid Arabic Kufi', serif;
	font-size: 18px;
	font-weight: 800;
	color: #bea139;
	background: #285D93;
	transform: translateX(-100%);
	opacity: 0;
}
.reveal.active .side .text-side .more-side{
	transition: transform 2s ease;
	transform: translateX(-100%);
	opacity: 0;
}
.reveal.active .side .text-side .more-side{
	transform: translateX(0%);
	opacity: 1;
}
.side .text-side .more-side:hover{
	background: #bea139;
	color: #285D93;
}
.side .text-side .more-side::before{
	content: '';
	position: absolute;
	left: 100%;
	width: 10%;
	height: 10%;
	border-right: 20px solid rgba(0,0,0,0.00);
	border-top: 60px solid #285D93;
	top: 0;
}
.side .text-side .more-side:hover::before{
	border-top: 60px solid #bea139;
}
.about{
	position: relative;
	width: 75%;
	height: 100%;
	display: block;
	text-align: right;
}
.reveal .about .texte{
	position: relative;
	width: 70%;
	height: auto;
	background: rgba(0,0,0,0.5);
	direction: rtl;
	top: 50%;
	left: 50%;
	transform: translate(-50%,50%);
	opacity: 0;
}
.reveal.active .about .texte{
	transform: translate(-50%,-50%);
	opacity: 1;
	transition: all 3s ease;
}
.about .photoqsem{
	position: relative;
	width: 95%;
	height: 45%;
	background: rgba(0,0,0,0.3);
	border-radius: 10px;
	margin-top: 20px;
	margin-left: 20px;
	overflow: hidden;
}
.about .texte h1,.textqsem h1{
	color: #285D93;
	text-align: center;
	font-size: 26px;
}
.textqsem p{
	text-align: justify;
	margin: auto 20px 10px 20px;
	color: #fff;
	font-size: 14px;
}
.about .texte p{
	text-align: justify;
	margin: auto 20px 10px 20px;
	color: #fff;
	font-size: 17px;
}
.about .photo1{
	width: 57%;
	height: 45%;
	background: rgba(0,0,0,0.8);
	border-radius: 10px;
	margin-top: 20px;
	margin-left: 20px;
	overflow: hidden;
}
.about .textqsem{
	width: 95%;
	height: 45%;
	background: rgba(0,0,0,0.55);
	border-radius: 10px;
	margin-top: 20px;
	margin-left: 20px;
	overflow: hidden;
	direction: rtl;
}
.about .photo1 img{
	position: relative;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border: 1px solid #bea139;
}
.about .texte .foter-about{
	position: relative;
	width: 100%;
	height: 80px;
}
.about .texte .foter-about .moreabout,.about .textqsem .moreabout{
	position: absolute;
	width: 80px;
	height: 40px;
	padding: 10px 15px ;
	background: rgba(40,93,147,0.85);
	left: 80px;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 5px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: 500;
	display: inline-block;
	bottom: 10px;
	text-decoration: none;
}
.about .texte .moreabout::before,.about .textqsem .moreabout::before{
	content: 'المزيد';
}
@media (max-width:1023px){
	.aboutandside{
		height: auto;
		display: flex;
		flex-direction: column;
		position: relative;
	}
	.side{
		position: relative;
		width: 100%;
		height: auto;
		border-right: 0;
		border-bottom: 2px solid #bea139;
	}
	.side .text-side{
		top: 20px;
		margin-bottom: 40px;
	}
	.side .mor{
		font-size: 20px;
	}
	.about {
		width: 100%;
		position: relative;
		min-height: 400px;
		overflow: hidden;
	}
	.reveal.active .about .texte{
		top: 0;
		margin: 30px 0;
		transform: translate(-50%,0%);
	}
	.about .texte p,.about .textqsem p{
		font-size: 15px;
	}
}
@media (max-width:644px){
	.reveal.active .about .texte{
		width: 90%;
		height: auto;
	}
	.about .texte h1,.about .textqsem h1{
		font-size: 16px;
	}
	.reveal.active .about .texte .moreabout{
		font-size: 14px;
		width: 40px;
		height: 20px;
	}
	.about .photo1{
		width: 90%;
		height: 28%;
		margin-top: 1%;
		margin-left: 5%;
		margin-right: 5%;
		overflow: hidden;
		display: inline-flex;
	}
}
.pop-box-about{
	position: fixed;
	height: auto;
	min-height: 100%;
	overflow-x: scroll;
	width: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.5);
	z-index: 500;
	visibility: hidden;
	opacity: 0;
	transition: all 0.5s ease-in-out;
	
}
.pop-box-about.open{
	visibility: visible;
	opacity: 1;
	
}
.pop-box-about .pop-cont{
	background: #fff;
	width: 80%;
	position: absolute;
	left: 50%;
	top: 100%;
	height: auto;
	transform: translate(-50%,-50%);
}
.pop-box-about .pop-cont .pop-header{
	height: 35px;
}
.pop-box-about .pop-cont .pop-header .pop-close-icon-about{
	position: absolute;
	text-align: center;
	color: #285D93;
	font-size: 40px;
	line-height: 20px;
	right: 5px;
	top: 5px;
	cursor: pointer;
	border-radius: 5px;
}
.pop-box-about .pop-cont .pop-body{
	padding: 15px;
	position: relative;
	direction: rtl;
	height: auto;
	min-height: 100vh;
}
.pop-box-about .pop-cont .pop-body img{
	position: absolute;
	top: 0;
	left: 100px;
	width: 300px;
	height: 300px;
	transform: translateY(-30%);
	object-fit: cover;
	background: #fff;
	border: 10px #fff solid
}
.pop-box-about .pop-cont .pop-body h3{
	margin-top: 0px;
	font-size: 30px;
	text-align: right;
	max-width: 50%;
}
.pop-box-about .pop-cont .pop-body p{
	margin-right: 60px;
	font-size: 30px;
	text-align: right;
	max-width: 50%;
	margin-top: 0px;
	color: #285D93;
}
.pop-box-about .pop-cont .pop-body h1{
	margin: 160px 10px 0 10px;
	font-size: 18px;
	font-weight: 100;
	text-align: justify;
}
.pop-box-about .pop-cont .pop-foter{
	padding: 30px;
}
.pop-box-about .pop-cont .pop-foter .pop-close-btn-about{
	position: absolute;
	width: 80px;
	height: 40px;
	padding: 10px 15px ;
	background: #fff;
	border-radius: 5px;
	color: #285D93;
	font-family: 'Droid Arabic Kufi', serif;
	text-align: center;
	font-size: 16px;
	bottom: 10px;
	left: 20px;
	cursor: pointer;
	font-weight: 500;
	line-height: 0;
	border: none;
}
.read-more{
	display: none;
}
@media(max-width:1000px){
	.pop-box-about .pop-cont{
		width: 95%;
		margin-top: 50%;
	}
	.pop-box-about .pop-cont .pop-body img{
		width: 150px;
		height: 150px;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	.pop-box-about .pop-cont .pop-body h3{
		margin: 75px auto auto 50%;
		text-align: center;
		width: auto;
		font-size: 18px;
		transform: translateX(-50%);
	}
	.pop-box-about .pop-cont .pop-body p{
		margin: 75px auto auto 50%;
		text-align: center;
		width: auto;
		font-size: 18px;
		transform: translateX(-50%);
	}
	.pop-box-about .pop-cont .pop-body h1{
		margin: 10px 0 0 0;
		font-size: 15px;
	}
}
.titele{
	position: relative;
	width: 100%;
	height: 60px;
	border-bottom: 2px solid #bea139;
}
.titele h1{
	width: 100%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	color: #285D93;
	font-size: 36px;
	text-align: center;
	padding: 0;
	margin-top: 0;
}
@media(max-width:400px){
	.titele h1{
		font-size: 30px;
		padding: 10px;
	}
}