*,*:before,*:after {
	box-sizing: border-box;
}

:after {
	content: "";
}

section {
 
  left: 100px;
}

.btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #f1f1f1;
  color: black;
  font-size: 16px;
  padding: 16px 30px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
}

.container .btn:hover {
  background-color: black;
  color: white;
}

.container{
 height: 100%;
  width: 100%;
  display:flex;
  position:relative;
	margin-top: 50px;
  align-items: center;
  justify-content: right;

}
.title-alina{
    height: 100%;
  width: 100%;
  display:flex;
  position:absolute;
  align-items: center;
  justify-content:right;
	margin-left: 99px;

}
.slide{margin-top: 0px;
	background-image: url(../img/slide-01.svg);
	background-repeat: repeat-x;
	margin-bottom: 0px;
}
h1 { 
  margin:80px 0 10px 0;
  font-size: 52px;
  font-family: 'Cairo', sans-serif;
  text-transform: uppercase;
  text-shadow: 1px 1px 0px #DC143C,
	2px 2px 0px #DC143C,
	3px 3px 0px #DC143C,
	4px 4px 0px #DC143C;
}

h2 {
  font-size: 24px;
}

body {
	
	font-family: 'Cairo',  'Helvetica Neue', Helvetica, Arial, "sans-serif";
	font-size: 11px;
  line-height:1.4;
  font-smoothing:anti-aliased;
	overflow: visible;
	 z-index: 100;

}

nav {
	
 	  float: right;
  
	position:absolute;
	top: 0;
    right: 0;
	background: transparent;
	overflow: visible;
	 z-index: 100;
     color: #32325D;
}
	nav a {	color: #fff;}

nav ul {
	font-family: Cairo, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 12px;
	font-weight: 900;
	text-align: center;
	z-index: 10;
	
}

nav ul li {
	
	
	position:relative;
  width: 100px;
  cursor: pointer;
	color: #fff;	
	background: #32325D;	
	margin: 10px;
	text-transform: uppercase;
	transition:all .4s ease-out;
	overflow: visible;
	/*background: #f0f2f9;
	margin: 10px;*/
	  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.05);
}

nav ul li:after {
	position:absolute;
	background: white;
	color: #498bca;
	top:0;
	left: 100px;
	width: 100px; height: 100%;
  opacity:.5;
  transform: perspective(400px) rotateY(90deg);
	transform-origin: 0 100%;
	transition:all .4s ease-out;
}
/*------------------------------------------
nav ul li:nth-child(1):after { 
	content: "تقييم ذاتى";
	line-height: 88px;
	
	
    
}
nav ul li:nth-child(2):after { 
	content: "SDG الإقليمية";
	line-height: 88px;
}
nav ul li:nth-child(3):after { 
	content: "المسار الوطني";
	line-height: 85px;
}
nav ul li:nth-child(4):after { 
	content: "المنصات الوطنية";
	line-height: 85px;
}

nav ul li:hover {
	transform: translateX(-100px);
}

nav ul li:hover:after {
  opacity: 1;
	transform: perspective(400px) rotateY(0deg) scale(1) ;
}
*/

nav ul li > div {
	display:inline-block;
	padding: 10px 0;
	background: transparent;
}

nav ul li:hover {
	
	background: #fff;
	color: #6772e5;

}

nav ul li div { position: relative; }

.roof {
	
	background-image: url(img/institute.png);
}

.roof-edge {
	position: absolute;
	z-index: 20;
	left: -17px;
	top: 3px;
	width: 0;
	height: 0;
	background-image: url(img/institute.png);
	
}
/*white triangle over red triangle*/
.roof-edge:after {
	position: absolute;
	left: -14.5px;
	top: 3px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 14.5px 10px 14.5px;
	border-color: transparent transparent white transparent;
}

.front {

}
/*door*/
.front:after {
	position: absolute;
	background: #498bca;
	width: 11px;
	height: 13px;
	bottom: 0;
	left:9px;
}

/*/// About me ////*/

.head {
	
}
/*mouth*/
.head:after {
	
}


/*right eye*/
.eyes:after {
	width: 8px;
	height: 5px;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 14px;
	background: #498bca;
}

.beard {
	width: 32px;
	height: 17px;
	background: crimson;
	border:2px solid white;
	position: absolute;
	bottom: 0;
	left: 0;
	border-radius:0 0 8px 8px;
}
/*nose*/
.beard:after {
	position: absolute;
	top:-2px;
	left: 11px;
	background: white;
	width:6px;
	height: 4px;
	border-left:1px solid #498bca;
	border-right:1px solid #498bca;
}

/*//work//*/

.paper {
	position: relative;
	height:32px;
	width: 29px;
	background: white;
	border:2px solid white;
}

/*window*/
.paper:after {
	position: absolute;
	top:1px;
	left: 0;
	width: 25px;
	height: 29px;
	background: white;
	border-top:4px solid #498bca;
}

.lines {
	position: absolute;
	top: 36px;
	left: 5px;
	width: 11px;
	box-shadow: 0 0 0 1px #498bca;
}

.lines:after {
	position: absolute;
	top: 4px;
	left: 3px;
	width: 14px;
	box-shadow: 0 0 0 1px #498bca;
}

.lines:nth-child(2) {
	position: absolute;
	top: 44px;
	left: 8px;
	width: 11px;
}

.lines:nth-child(2):after {
	position: absolute;
	top: 4px;
	left: -3px;
	width: 11px;
}

.lines:nth-child(3) {
	position: absolute;
	top: 52px;
	left: 8px;
	width: 14px;
}

.lines:nth-child(3):after {
	display: none;
}

/*//mail //*/

.mail-base {
	position: relative;
	width: 32px;
	height: 18px;
	background: white;
}

.mail-top {
	position: absolute;
	z-index: 20;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	transform: rotate(180deg);
	border-style: solid;
	border-width: 0 16px 11px 16px;
	border-color: transparent transparent #498bca transparent;
}

.mail-top:after {
	position: absolute;
	z-index: 20;
	left: -16px;
	top: 3px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 16px 9px 16px;
	border-color: transparent transparent white transparent;
}
