
.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: whitesmoke; text-align: center; padding: 10px 16px; text-decoration: none;
	font-size: 18px; font-family:Arial; font-weight: 400;}

.topnav a:hover{background-color:rgba(245, 245, 245, 0.575); color: rgb(0, 0, 0);}

.topnav a.active{background-color: rgba(245, 245, 245, 0.795); color: rgb(0, 0, 0);}

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

/* End Header */
body{ background-image: url(/image/PR-BG1.jpg);}

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

.language-mobi{display: none;}

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


#view{
	margin-top:-8% ;
position: relative;
justify-content: center;
text-align: center;
display: flex;

}

.AU{z-index: -1; filter: saturate(110%); }

.title { 
	position: absolute;
	top: 40%;
	 text-shadow: 2px 1px 0px black;
	text-align: center;
	color: azure;
	font-family: 'Nunito';
	font-size: 4vw;
	animation-name: fade; animation-duration: 2s;
	z-index: 1;
}

.spell {
	width: 75%;
	position:absolute; 
	top: 55%; 
	text-shadow: 1px 1px 0px black;
	font-size: 2vw;
	color: whitesmoke;
	font-family: 'Inter';
	z-index: 1;
	animation-name: move; animation-duration: 1s; animation-timing-function:ease-out;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select:none ;
}
@keyframes fade {
	from{
		opacity: 0;
	}
	to{
		opacity: 100%;
	}
}

@keyframes move {
	from{
		position:absolute; top: 70%;
	}
	to{
		position:absolute; top: 55%;
	}
}


.full{
	text-align: center;

}
.sec{
	display:inline-block;
}

.bord{
	margin: 20px 30px;
	width: 300px;
	height: 18vw;
	border: 20px solid hsla(0,0%,100%,.467);
	background: hsla(0,0%,100%,.467);
    background-clip: padding-box;
	cursor: pointer;
	border-radius: 10px;
	overflow: hidden;
}





.n1:hover{ transform: scale(1.1);}


.tittle{
	text-align: center;
	color: black;
	font-size: 3vw;
	font-weight: 700;
	font-family: 'nunito';
	
}

.inher{
	margin: 0 3px;
	text-align: center;
	color: black;
	font-size: 1.8vw;
	font-weight: 100;
	font-family: 'inter';
}
/*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);}
/*background:linear-gradient( to Right,#000f19, #146aa8);*/
.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(6)) {display: none;}
	.topnav a.icon {float: right; display: block; color: white}
	.topnav.responsive {position: relative; margin-top: -75px;}
	.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; }
	.topnav a:visited{ color: white;}
	.topnav a.active{background-color: rgba(255, 255, 255, 0.050); color: rgb(255, 255, 255);}
	.language{ display: none;}
	.language-mobi{display: block; width: 35px; position:fixed; right: 55px; top: 8px; z-index: 11; 
		cursor: pointer; line-height: 10px; animation-name: fade; animation-duration: 2.5s;;}
		body{ margin-top: 75px;}
	.bord{height: 35vw;}
	.tittle{font-size: 5vw;}
	.inher{font-size: 3.9vw;}
	.AU{ height: 400px;}
	.title{ font-size: 6vw; top: 32%;}
	.spell{ font-size: 3.5vw; width: 90%; top: 45%;}
	#Tscroll { font-size:6vw;}
	.ftitles {font-size: 20px;}
	.footer-section{ font-size: 18px;}
	.footer{display: block;}
	.center-footer{display: flex;}
	.hrs{display: none;}
	


}

  @media screen and (min-width:800px) and (max-width: 1650px) {
	.inher{ font-size: 1.6vw;}
  }


  @media screen and (min-width: 1650px) {
	.topnav a{font-size: 18px; padding: 10px 40px;}
  }

  .bg{ top: 0; z-index: -1; filter:drop-shadow(100px)}
  .F-bg{background-size: cover;}
  