.topnav{ overflow: hidden; position: relative; top: 0%; width: 100%; 
	z-index: 10; text-align: left; animation-name: fade; animation-duration: 2.5s;}

.topnav a{display: inline-block; color: black; text-align: center; padding: 10px 16px; text-decoration: none;
	font-size: 22px; font-family:'ghala-bold'; font-weight: 400; }

.topnav a:hover{background-color:rgba(0, 0, 0, 0.568); color: whitesmoke; text-shadow: 1px 1px 2px gray;}

.topnav a.active{background-color: #1D212B;; color: rgb(255, 255, 255);}

.topnav .icon{display: none;}

.topnav .logo{position: relative; width: 13%; padding: 0; display: none;}

@keyframes fade {
	from{ opacity: 0;}
	to{ opacity: 100%;}
}


*{margin:  0; padding: 0; box-sizing: border-box; scroll-behavior: smooth;}


#Tscroll{color:orange;
	font-size:4vw;
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 99; 
    cursor: pointer;}



/*Body------------------------------------*/
.fa-language{ width: 35px; position:absolute; right: 40px; top: 7px; z-index: 11; 
	cursor: pointer; line-height: 10px; animation-name: fade; animation-duration: 2.5s;}

.fa-language-mobi{display: none;}

.fa-language:hover{ filter:sepia(500%)  }

.GIT{ width: 100%;}
.GITMobi{display: none;}

#main{ margin-top: -48px; width: 100%; position: relative; text-align: right; z-index: -10;}

.ptitle{position: absolute; top: 40%; left: 28%; transform: translate(-50%, -50%); color: whitesmoke;
	font-weight: 700; font-family: 'asmaa'; font-size: 7vw; text-shadow: 2px 1px 3px black, -2px -1px 3px black;
	animation-name: move; animation-duration: .5s; animation-timing-function: ease-in;}

.pspell{position: absolute; top: 62%; left: 25%; transform: translate(-50%, -50%); color: whitesmoke;
	font-weight: 700; font-family: "mbc"; font-size: 3vw; text-shadow: 2px 1px 3px black, -2px -1px 3px black; 
	 animation-name: move1; animation-duration: .5s; animation-timing-function: ease-in;}

@keyframes move {
	from{
		left: 10%;
	}
	to{
		left: 25%;
	}
}

@keyframes move1 {
	from{
		left: 10%;
	}
	to{
		left: 25%;
	}
}
.full{ text-align: center; }

.sec{display: inline-block; }

.bord{
	margin: auto;
	width: 380px;
	height: 150px;
	background-color: rgb(255, 255, 255);
}



.Cicon{
	margin: -8% 0;
	height: 50%; width: 20%;
	transition: all .8s ease-in-out;
	z-index: 10;
	
}
.Cicon:hover { transform: scale(1.1); }

.cu{
	margin: 10% 0;
    font-size: 30px;
    font-family: "Cairo";
    color: black;
    transition: all .8s ease-in-out;
}
.cu:hover { transform: scale(1.1);}

.ext{
	height: 200px;
	width: 80%;
	background:linear-gradient(whitesmoke,white);
	display: inline-block;
	z-index: -1;
}

#mail{
    background:linear-gradient(white,whitesmoke);
    height: 900px;
	text-align: center;
	position: relative;
	justify-content: center;
}

.mail{
    color: black;
    width: 80%;
    display: inline-block;
}

.tittle{
    text-align: center;
	text-align: center;
	color: black;
	font-size: 25px;
	font-weight: 900;
	font-family: 'asmaa';
}

.inher{
	margin: 0 4px;
	text-align: center;
	color: black;
	font-size: 30px;
	font-weight: 300;
	font-family: 'mbc';
}
.inher1{font-family: Arial, Helvetica, sans-serif; }
.inher2{ font-family: 'mbc'; font-size: 3.5vh; }

.inputBox{
	font-size: 20px;
            margin: 10px 20px; 
			border-radius: 10px;
}
.submit{
	padding: 0vw 3vw;
	border-radius: 1.7vw;
	background:linear-gradient(to right, rgb(30, 68, 85),rgb(0, 28, 44));
	color:rgb(255, 253, 253);
	font-weight: bold;
	font-family: 'asmaa';
	font-size: 22px;
	transition: 0.6s ease;
	user-select: none;
	-webkit-user-select: none;
	border: none;
	cursor: pointer;
}
.submit:hover{
	
	color: wheat;
}

.tittlemap{
    text-align: center;
	color: black;
	font-size: 25px;
	font-weight: 900;
	font-family: ui-rounded;
}
#map{
    width: 100%;
    margin-top: -220px;
	height: 525px;
}

/*Footer---------------->*/
.footer { position: relative; display: flex; flex-wrap:wrap; width: 100%;  color: whitesmoke;
	background:linear-gradient(to  right, #000f19, #2989cc);
    border-top:1px solid whitesmoke;}
.center-footer{
	display:flex; align-items: center; justify-content: center; padding-bottom: 3px;
	background:linear-gradient(to  right, #000f19, #2989cc);}
.footer1 {position:relative;  display: grid; place-items: center; width: 100%; color: whitesmoke; 
	background:linear-gradient(to  right, #000f19, #2989cc);}

.hrs {position: absolute; right:50%; transform:translate(-50%);min-height: 85%; max-height: 50vh; background-color: white; width: 1px; border: 0 none;
	color: whitesmoke;}

ul {list-style-type:none;}
    
.pounce{ color: whitesmoke; transition: .1s;}
.pounce:hover{transform: scale(1.2);}

.footer-section {margin: auto; margin-top: 4px; text-align: center;font-family:'Cairo';}

.ftitles{color: white; font-size: 20px; font-weight: bold; font-family:'ghala-bold';}

.ftxt{color: whitesmoke;}
.ftxt a{color: whitesmoke;}

.seperator {background-color: white; border: 0 none; height: 1px; width: 20%;}
  
img.social{ padding: 0 20px; height: 20px; transition: .5s; margin: auto;}
.social:hover{ transform: scale(1.5);}

img.flogo{height: 30px;}
.ftxtlast { color: whitesmoke; font-family:'Nunito'; text-align: center;}



/*Mediaaaaaaaaaaaaaaaaaa iphone 420px */
@media screen and (max-width: 800px) {
	.topnavcontainer{visibility: hidden;}
	.topnav{ background:linear-gradient(to  right, #000f19, #2989cc); position: fixed;}
	.topnav a{float:right; color: white;}
	.topnav a:not(:nth-child(3)) {display: none; color: white;}
	.topnav a.icon {float: left; display: block;}
	.topnav.responsive {position: relative; margin-top: -55px;}
	.topnav.responsive a.icon {position: absolute; left: 0; top: 0;}
	.topnav.responsive a {display: block; float: none; text-align: right;}
	.topnavcontainer.responsive{display: none;}
	.topnav .logo{ display: none;}
	.GIT{ display: none;}
	.GITMobi{display: block; width: 100%;}
	.ptitle{ top: 70%;}
	.pspell{ top: 80%;}
	.ftitles {font-size: 20px;}
	.footer-section{ font-size: 18px;}
	.footer{display: block;}
	.center-footer{display: flex;}
	.hrs{display: none;}
	#Tscroll { font-size:6vw;}
	.fa-language{ display: none; }
	.fa-language-mobi{display: block; width: 35px; position:fixed; left: 55px; top: 9px; z-index: 11; 
		cursor: pointer; line-height: 10px; animation-name: fade; animation-duration: 2.5s;;}
	.topnav a:visited{ color: white;}
	.topnav a.active{background-color: rgba(255, 255, 255, 0.050); color: rgb(255, 255, 255);}
	body{ margin-top: 55px;}
	.ftitles {font-size: 20px;}
	.footer-section{ font-size: 18px;}
	#main{padding: 40px 0;}
	.Cicon{ margin: 0;}
	.cu{ margin: 0;}
	#mail{height: 1100px;}
}

  @media screen and (min-width:800px) and (max-width: 1150px) {
	.topnav a{font-size:1.7vw; padding: 7px 5px;}

  }

/*Macbook 1280 */
  @media screen and (min-width:1280px) and(min-width: 1920px) {
	.topnav a{padding: 10px 20px;}
	
  }


  .bg{ position: fixed; bottom: 0; z-index: -1;}