@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Cairo&display=swap');
@import url(https://fonts.googleapis.com/earlyaccess/droidarabickufi.css);
@import url('https://fonts.googleapis.com/css2?family=Rubik&display=swap');
@font-face {
  font-family: 'El Messiri';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(../Graduate-Studies/font/ElMessiri-VariableFont_wght.ttf) format('woff2');
  unicode-range: U+0600-06FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE80-FEFC, U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
html{
	scroll-behaviour: smooth;
}
body{
	margin: 0px auto;
	padding: 0px;
	font-family: 'El Messiri', sans-serif;
	max-width: 2000px;
}
*{
	font-family: 'El Messiri', sans-serif;
	padding: 0;
	margin: 0;
}
::-webkit-scrollbar{
	width: 10px;
}
::-webkit-scrollbar-thumb{
	background: rgba(190,161,57,0.50);
	border-radius: 6px;
	position: absolute;
}
::-webkit-scrollbar-thumb:hover{
	background: rgba(190,161,57,1.00);
}
/* الشريط العلوي */
.mine{
	max-width: 2000px;
	width: 100%;
	height: 50px;
	background: #285D93;
	border-radius: 35px 35px 0px 0px;
	direction: rtl;
	display: flex;
	align-items: center;
	position: relative;
	overflow: hidden;
}
input[type="checkbox"],.database{
	display: none;
}
.databasemenu{
	display: flex;
	height: 100%;
	width: auto;
}
.databaselink{
	width: auto;
	height: auto;
	display: flex;
	align-items: center;
}
.databaselink li{
	width: auto;
	height: 50px;
	list-style: none;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.databaselink li:hover{
	background: #bea139;
}
.databaselink li a{
	color: #bea139;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
	padding: 15px 10px;
}
.databaselink li a:hover{
	color: #285D93;
}
@media screen and (max-width:1100px){
	.mine{
		overflow: visible;
	}
	.database{
		display: block;
	}
	.databasemenu{
		display: block;
		visibility: hidden;
		opacity: 0;
		position: absolute;
		top: 100%;
		z-index: 99;
		right: 0;
		width: 300px;
		height: auto;
		background: #285d93;
	}
	.databaselink{
		display: flex;
		flex-direction: column;
		border-right: 3px solid #bea139;
	}
	.databaselink li{
		width: 100%;
		justify-content: flex-start;
		border-bottom: 1px solid rgba(0,0,0,0.2);
	}
	.databaselink li a{
		padding: 20px 10px 20px 250px;
		text-align: right;
		white-space: pre;
	}
	#database:checked ~ .databasemenu{
		visibility: visible;
		opacity: 1;
	}
}


/* شريط الجو */
.side-logo{
	max-width: 2000px;
	width: 100%;
	height: 150px;
	position: relative;
	direction: rtl;
	display: flex;
}
.side-logo .arbic-logo{
	max-width: 35%;
	text-align: right;
	position: absolute;
	right: 5%;
	top: 50%;
	transform: translateY(-50%);
}
.side-logo .photo-logo{
	width: 180px;
	height: 180px;
	border-radius: 50%;
	border: 6px solid #fff;
	position: absolute;
	left: 50%;
	transform: translate(-50%,-15%);
	z-index: 1;
	background: #fff;
}
.side-logo .en-logo{
	max-width: 35%;
	text-align: left;
	position: absolute;
	left: 5%;
	top: 50%;
	transform: translateY(-50%);
}
.side-logo .en-logo h1,.side-logo .arbic-logo h1{
	color: #BEA139;
	font-size: 30px;
	margin: 0;
	text-decoration: none;
	padding: 0;
	list-style: none;
	z-index: 1;
}
@media(max-width:1350px){
	.side-logo{
		height: 130px;
	}
	.side-logo .en-logo h1,.side-logo .arbic-logo h1{
		font-size: 26px;
	}
	.side-logo .photo-logo{
		width: 160px;
		height: 160px;
	}
}
@media(max-width:1130px){
	.side-logo{
		height: 120px;
	}
	.side-logo .en-logo h1,.side-logo .arbic-logo h1{
		font-size: 25px;
	}
	.side-logo .photo-logo{
		width: 150px;
		height: 150px;
	}
}
@media(max-width:1088px){
	.side-logo{
		height: 100px;
	}
	.side-logo .en-logo h1,.side-logo .arbic-logo h1{
		font-size: 20px;
	}
	.side-logo .photo-logo{
		width: 130px;
		height: 130px;
	}
}
@media(max-width:920px){
	.side-logo{
		height: 80px;
	}
	.side-logo .en-logo h1,.side-logo .arbic-logo h1{
		font-size: 17px;
	}
	.side-logo .photo-logo{
		width: 110px;
		height: 110px;
	}
}
@media(max-width:770px){
	.side-logo .arbic-logo{
		top: 20%;
		max-width: 65%;
	}
	.side-logo .en-logo{
		right: 5%;
		top: 70%;
		max-width: 65%;
		text-align: right;
	}
	.side-logo .photo-logo{
		left: 10%;
		transform: translate(-50%,-10%);
	}
	.side-logo .en-logo h1,.side-logo .arbic-logo h1{
		font-size: 14px;
	}
}
@media(max-width:680px){
	.side-logo .photo-logo{
		left: 15%;
	}
	.side-logo .en-logo h1{
		font-size: 12px;
	}
}
@media(max-width:470px){
	.side-logo .photo-logo{
		left: 20%;
	}
	.side-logo .en-logo h1,.side-logo .arbic-logo h1{
		font-size: 10px;
	}
	.side-logo .en-logo,.side-logo .arbic-logo{
		max-width: 50%;
	}
}
@media(max-width:350px){
	.side-logo .photo-logo{
		left: 22%;
	}
	.side-logo .en-logo h1,.side-logo .arbic-logo h1{
		font-size: 10px;
	}
}
/*********-------------------------------------------------------------------------------------------------------------******/
/*القائمة السفلية*/
.dmine{
    direction: rtl;
	width: 100%;
	max-width: 2000px;
	height: 65px;
	background: #285D93;
	border-radius:  0px 0px 35px 35px;
	padding: 0;
	display: flex;
	position: relative;
}
.dmine.active{
	position: fixed;
	top: 0;
	z-index: 10000;
	border-radius:  0px;
	border-bottom: 2px #bea139 solid;
}
.undc{
	width: 100%;
	height: auto;
}
/*---------------------------------------------------------------------------------------------------------------------*/
/*الترجمة*/
.trans{
	position: fixed;
	width: 50px;
	height: 50px;
	background: rgba(40,93,147,0.70);
	bottom: 60px;
	left: 5px;
	z-index: 200;
	border: 2px solid #bea139;
	box-sizing: border-box;
	opacity: 1;
	display: block;
	border-radius: 50%;
}
.trans:hover,.trans:hover label{
	background: #bea139;
	color: #285D93;
}
.trans label{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #bea139;
	font-size: 23px;
}
.trans ul{
	position: absolute;
	background: #285D93;
	width: 150px;
	height: 0;
	left: 50px;
	bottom: 0;
	transform: translateY(25%);
	border: 2px solid #bea139;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border-radius: 10px;
	opacity: 0;
}
.trans ul li{
	list-style: none;
	text-decoration: none;
	width: 100%;
	height: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.trans ul li a{
	text-decoration: none;
	color: #bea139;
	font-size: 24px;
}
.trans ul li:first-child{
	border-bottom: 1px solid #bea139;
}
.trans ul li:hover, .trans ul li:hover a{
	color: #285D93;
	background: #bea139;
}
#translate:checked ~ ul{
	opacity: 1;
	height: 80px;
}
.upbotton{
	position: fixed;
	width: 50px;
	height: 50px;
	background: rgba(40,93,147,0.70);
	bottom: 5px;
	left: 5px;
	z-index: 200;
	border: 2px solid #bea139;
	box-sizing: border-box;
	opacity: 0;
	visibility: hidden;
	display: block;
	border-radius: 50%;
	transition: 1s;
}
.upbotton.active{
	visibility: visible;
	opacity: 1;
}
.upbotton label{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #bea139;
	font-size: 26px;
}