/* Navigation */
@import url('https://fonts.googleapis.com/css2?family=Tajawal&display=swap');
nav a {
	color: #111;
	text-decoration: none;
  }
  
  nav a:hover {
	color: #DDDDDD;
  }
  
  .open {
	top: 0;
  }
  
  .menu-btn {
	cursor: pointer;
	color: #fafafa;
  }
  
  .close-btn {
	text-decoration: underline;
  }
  
  nav {
	position: fixed;
	top: -200px;
	left: 0;
	right: 0;
	background-color: #000;
	transition: all 0.7s;
	height: 200px;
	z-index: 10;
  }
  
  nav ul {
	text-align: center;
	margin-top: 115px;
  }
  
  nav ul li {
	display: inline;
	text-align: center;
	padding: 0px 50px 0px 50px;
  }
  
  nav > ul > li > a {
	font-size: 22px;
	font-weight: bold;
  }
  
  .bar {
	height: 40px;
	width: 100%;
	background: #111;
	z-index: 13;
	position: absolute;
	font-size:25px;
	padding:10px 0;
  }
  
  .bar a{
	color: #fafafa;
	text-decoration: none;
	font-size: 20px;
	padding:15px;
	
  }
  
  @media all and (max-width: 500px) {
	nav > ul > li > a {
	  font-size: 20px;
	}
  }
  
  .right-nav {
	float: right;
	padding: 15px;
  }
  
  .image-hero{
	height: 500px;
	width: 100%;
	margin-bottom: 30px;
	background-size: cover;
	background-image: url("https://p0.piqsels.com/preview/519/791/635/concept-development-device-flat.jpg");
  }
  .image-hero1{
	height: 500px;
	width: 100%;
	margin-bottom: 30px;
	background-size: cover;
	background-image: url("images/a10.jpg");
  }
  .image-hero2{
	height: 500px;
	width: 100%;
	margin-bottom: 30px;
	background-size: cover;
	background-image: url("images/a5.png");
  }
  .image-hero3{
	height: 500px;
	width: 100%;
	margin-bottom: 30px;
	background-size: cover;
	background-image: url("images/a5.png");
  }
  .image-hero4{
	height: 500px;
	width: 100%;
	margin-bottom: 30px;
	background-size: cover;
	background-image: url("images/a4.jpg");
  }
  .image-hero5{
	height: 500px;
	width: 100%;
	margin-bottom: 30px;
	background-size: cover;
	background-image: url("images/3.jpg");
	background-repeat: no-repeat;
	background-position: left;
  }
  .image-hero6{
	height: 500px;
	width: 100%;
	margin-bottom: 30px;
	background-size: cover;
	background-image: url("images/a18.jpg");
	background-repeat: no-repeat;
	background-position: left;
  }
  
  body {
	margin: 0;
	font-family: 'work sans', arial;
  }

  .container{
	  padding:0 20px;
  }
  .container h1{
	  text-align:center;
	  font-size:45px;
	  color:#111;
	  font-family: 'Tajawal',sans-serif;
  }
  .container p{
	font-size:25px;
	text-align: center;
	font-weight: 700;
	direction: rtl;
	line-height: 1.5em;
	font-family: 'Tajawal',sans-serif;
	
  }