
.topnav{ overflow: hidden; position: relative; top: 0%; width: 100%; 
	z-index: 10; text-align: right; 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: 17px; font-family:Arial; font-weight: 400;}

.topnav a:hover{background-color:rgba(0, 0, 0, 0.24); color: white;}

.topnav a.active{background-color: rgba(17, 17, 17, 0.726); color: rgb(255, 255, 255);}

.topnav .icon{display: none;}

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

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


*, html, body, footer {margin: 0; padding: 0;}

#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; left: 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: -40px; width: 100%; position: relative; text-align: left; z-index: -10;}

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

.pspell{position: absolute; top: 60%; Right: -21%; transform: translate(-50%, -50%); color: whitesmoke;
	font-weight: 700; font-family: "Inter"; font-size: 2.4vw; text-shadow: 2px 1px 3px black, -2px -1px 3px black; 
	letter-spacing: .2vw; animation-name: move1; animation-duration: .5s; animation-timing-function: ease-in;}

@keyframes move {
	from{
		right: -10%;
	}
	to{
		right: -.1%;
	}
}

@keyframes move1 {
	from{
		Right: -30%;
	}
	to{
		Right: -21%;
	}
}
.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: 700px;
	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: ui-rounded;
}

.inher{
	margin: 0 4px;
	text-align: center;
	color: black;
	font-size: 18px;
	font-weight: 300;
	font-family: Arial;
}

.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: 18px; font-weight: bold; font-family:'Nunito';}

.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:left; color: white;}
	.topnav a:not(:nth-child(2)) {display: none; color: white;}
	.topnav a.icon {float: right; display: block; color: white}
	.topnav.responsive {position: relative; margin-top: -40px;}
	.topnav.responsive a.icon {position: absolute; right: 0; top: 0; }
	.topnav.responsive a {display: block; float: none; text-align: left;}
	.topnavcontainer.responsive{display: none;}
	.topnav .logo{ display: none;}
	.GIT{ display: none;}
	.GITMobi{display: block; width: 100%;}
	.ptitle{ top: 75%;}
	.pspell{ top: 82%;}
	.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; right: 55px; top: 7px; 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: 40px;}
	#main{padding: 40px 0;}
	.Cicon{ margin: 0;}
	.cu{ margin: 0;}
	#mail{ height: 850px;}
}

  @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;}
	
  }

