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

/* End Header */
/*------Catalog-------*/

.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%)  }


.full{
	text-align: center;

}
.sec{
	display:inline-block;
	
}

.bord{
	margin: 20px 10px;
	width: 300px;
	height: 200px;
	border: 20px solid rgba(224, 223, 223, 0.3);
	background: rgba(255, 255, 255, 0.500);;
    background-clip: padding-box;
	cursor: pointer;
	border-radius: 10px 10px 0 0;
}


.pr{
	padding: 0 10%;
	margin: 10% 0;
	height: 70%; width: 250px;
	transition: all .8s ease-in-out;
}

.pr1{
	padding: 0 25%;
	margin: 7% 0;
	transition: .8s ease-in-out;
}
.pr:hover { transform: scale(1.1); }
.pr1:hover{ transform: scale(1.1);}
.n1:hover{ transform: scale(1.1);}

.ext{
	margin: 20px 10px;
	margin-top: -20px;
	height: 100px;
	width: 340px;
	border-radius: 0 0 10px 10px;
	background: rgba(224, 223, 223, 0.226);
	background-clip: padding-box;
}

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

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

/*---End Catalog--*/


/*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(2)) {display: none; color: white;}
	.topnav a.icon {float: right; display: block;}
	.topnav.responsive {position: relative; margin-top: -80px;}
	.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;}
	.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: 80px;}
}

  @media screen and (min-width:800px) and (max-width: 1100px) {
	
  }


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

