@charset "utf-8";
/* CSS Document */
*{
	margin: 0px;
	padding: 0px;
}
body
{
    
}
::-webkit-scrollbar
{
  width: 20px;  /* for vertical scrollbars */
  height:20px; /* for horizontal scrollbars */
}

::-webkit-scrollbar-track
{
  background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb
{
  background: rgba(0, 0, 0, 0.5);
}
/*Font*/
@font-face{
	font-family:"Byekan";
	src:url(../fonts/W_yekan.ttf);
}
@font-face{
	font-family: "myriad";
	src:url(../fonts/MYRIADPRO-REGULAR.OTF);
}

@media (min-width:770px)and (max-width:1200px){
			.showNav{
				display:block;
				background: red;
			}
			.hideNav{
				display: none;
			}
		}
@media (max-width:770px){
			.showNavSm{
				display:block;
				background: red;
			}
			.hideNavSm{
				display: none;
			}
		}
@media (min-width:1199px){
			.showNavlg{
				display:block;
				background: red;
			}
			.hideNavlg{
				display: none;
			}
		}
/*Body*/
body{
	font-family:"Byekan";
	font-family: "myriad";
}
.floatLeft{
	float: left;
}
.floatRight{
	float: right;
}
/*Body*/


/*Language Button*/

.dropdown button{
	background:white;
	border-bottom: 1px solid rgba(0,0,0,0.5);
	border-radius:0px;
	margin-top: 20px;
	transition: all 0.3s;
	
}
.dropdown button:hover{
	border-bottom: 1.5px solid rgba(0,0,0,1);
	
}

.dropdown-menu{
	margin-top: 50px;
}
.dropdown-menu .active{
	background: rgba(221,221,221,1.00);
	color: black;
}
.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
	
}
.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}
.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}
.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}
@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}
/*Language Button*/

/*Navigation*/
nav a img{
	width: 200px;
	margin:0px auto;
}
nav{
	
	text-align: center;
	
}
nav ul{
	list-style: none;
	
}

nav ul a,nav ul a:active,nav ul a:link,nav ul a:visited{
 	display: block;
	padding: 10px 0px;
	font-size:17px;
	color: black;
	
	text-decoration: none;
	position: relative;
}
 nav ul a:after {
    content: '';
    position: absolute;
    bottom: -.4em;
    left: 50%;
    right: 50%;
    height: 1px;
    background: currentColor; 
    transition: all ease .2s;
  } 
  
 nav ul a:hover:after {
    left: 0;
    right: 0;
    height: 1.5px;
  } 
  
 nav ul a:before {
    position: absolute;
    transform: translateX(-100%);
    left: -10px;
    color: #eee;
    opacity: .3;
    font-weight: 100;
    font-size: .8em;
  }
.navAcrive{

}
#lgNav{
	height: 50px;
	box-sizing: border-box;
}
.cont {
    display: inline-block;
    cursor: pointer;
}
.bar1, .bar2, .bar3 {
    width: 30px;
    height: 3px;
    background-color:black;
    margin:4.5px 0;
    transition: 0.4s;
}
.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-4px, 2px) ;
    transform: rotate(-45deg) translate(-4px, 2px) ;
}
.change .bar2 {
    opacity: 0;
}
.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px) ;
    transform: rotate(45deg) translate(-8px, -8px) ;
}
#myNavbar{
	background: rgba(229,229,229,1.00);
	
}
#myNavbar a{
	font-size: 20px;
}
#lgNav2 ul li{
	background:red; 
}
/*Navigation*/



/*Articel*/

#imageMe figure img{
	width:100%;
	position:relative;
	filter:grayscale(60%);
}
#imageMe figcaption{
	position:absolute;
	top:10px;
	right:80px;
	text-align: center;
	color: white;
	
}
@media screen and (min-width:767px) and (max-width: 1010px) {
	figcaption{
		top:20px;
		right:210px;
		
	}
  }
@media screen and (max-width:767px) and (min-width:740px)  {
	figcaption{
		top:20px;
		right:190px;
		
	}
  }
@media screen and (max-width:739px) and (min-width:700px)  {
	figcaption{
		top:20px;
		right:170px;
		
	}
  }
@media screen and (max-width:700px) and (min-width:650px)  {
	figcaption{
		top:20px;
		right:160px;
		
	}
  }
@media screen and (max-width:650px) and (min-width:600px)  {
	figcaption{
		top:20px;
		right:150px;
		
	}
  }
@media screen and (max-width:600px) and (min-width:580px)  {
	figcaption{
		top:20px;
		right:130px;
		
	}
  }
@media screen and (max-width:580px) and (min-width:500px)  {
	figcaption{
		top:20px;
		right:80px;
		
	}
  }
@media screen and (max-width:500px) and (min-width:400px)  {
	figcaption{
		top:20px;
		right:40px;
		
	}
  }
@media screen and (max-width:399px) and (min-width:280px)  {
	figcaption{
		top:20px;
		right:10px;
		
	}
	
}


#aboutMe figcaption h1{
	font-size:4em;
}
figcaption h3{
	font-size:1.2em;
	text-transform:uppercase;
	letter-spacing: 0.5em;
	color: rgba(170,170,170,1.00);
}
figcaption button{
	font-size:1em;
	text-transform:uppercase;
	letter-spacing: 0.2em;
	background: none;
	padding:11px 13px;
	border: 1.5px solid white;
	margin-top:15px;
	transition: 0.3s;
	position: relative;
}

figcaption button:hover:after{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(255,255,255,0);
	background-image:linear-gradient(to right,rgba(255,255,255,0) 25%,rgba(255,255,255,.6) 75%);
}
figcaption button:hover{
	color:#222326;
	border-color:#fff;
	background-color:#fff;
}
#aboutMe{
	font-size: 18px;
	letter-spacing: 0.05em;
	word-spacing: 0.5em;
	line-height:2.5em;
	
	text-align: justify;
	
}
#aboutMe a{
	text-decoration:none;
	color: rgba(120,120,120,1.00);
	transition: all 0.3s;
}
#aboutMe a:hover{
	color: black;
}
/*skills*/
.aboutMe{
	margin-top:50px;
	
	padding: 10px;
}
.aboutMeText{
	opacity: 0;
	padding:25px 30px 30px 15px;
	font-size: 18px;
	line-height: 2.5em;
	text-align: justify;
	letter-spacing: 0.05em;
	word-spacing: 0.5em;
}
.containerSkill {
  width: 100%;
  background-color: #ddd;
	margin-bottom:30px;
}
.skills {
  text-align: right;
  padding-right: 20px;
  line-height: 40px;
  color: white;
	opacity:1;
}

.html {width:0%; background-color: black;}
.css {width: 0%; background-color:  black;}
.js {width: 0%; background-color:  black;}
.jq {width: 0%; background-color:  black;}

.aboutMe a{
	text-decoration:none;
	color: rgba(120,120,120,1.00);
	transition: all 0.3s;
}
.aboutMe a:hover{
	color: black;
}

/*skills*/
/*image*/
.imagePort{
	opacity: 0;
}
.imagePort a{
	color: white;
	
}
.imagePort a:visited{
		color: white;
	outline: none;
	border: none;
	text-decoration: none;
}

.imagePort figure img{
	width:100%;
	position:relative;
	
}
.imagePort figure{
	text-align: center;
	
}
.scrollFilter{
	filter:grayscale(20%);
	transition:0.8s;
}

.imagePort  figcaption{
	
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: white;
}

.imagePort figcaption h1{
	font-size:4em;
		text-transform:uppercase;
	
	color:white;
}
.imagePortSpace figcaption h1{
	letter-spacing: 0.1em;
}
#NoSpace{
	letter-spacing: 0em;
}

/*image*/
/*section4*/
.section4{
	margin-top:120px;
	
}

.consulting-post {
  margin-top: 60px;
  padding: 0 35px 45px;
	height: 220px;
  border: 1px solid rgba(214,216,219,0.77);
  text-align: center;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
	color: black;
	font-size: 16px;
	opacity: 0;
	transform: translateY(-100px);
}
.consulting-post a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: block;
  margin: -36px auto 24px;
  width: 72px;
  height: 72px;
  line-height: 68px;
  border: 2px solid black;
  font-size: 30px;
  color:black;
  background:rgba(255,255,255,1.00);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.consulting-post a:hover {
  color:rgba(255,255,255,1.00);
  background:black;
}
.consulting-post_space h2{
	letter-spacing:0.06em;
	
}
.consulting-post h2 {
	
	color: black;

  font-size: 18px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  position: relative;
  padding-bottom: 16px;
}
.consulting-post h2:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  height: 2px;
  background:rgba(104,104,104,1.00);
}
/*section4*/
/*Articel*/


/*Footer*/
#socialIcon{
	
	text-align: center;
}
#socialIcon ul{
	list-style: none;
	
}
#socialIcon ul li{
	display: inline-block;
	
}
#socialIcon a{
	color: black;
	font-size: 20px;
	margin:0px 10px;
	transition: all 0.3s;
}
#socialIcon a:hover{
	color: rgba(150,150,150,1.00);
}
email{
	font-family: "myriad";
	color:rgba(136,136,136,1.00);
	padding: 20px;
}

/*Footer*/
/*Tooltip*/
button[data-balloon] {
  overflow: visible;
}
[data-balloon] {
  position: relative;
}
[data-balloon]:before,
[data-balloon]:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.18s ease-out 0.18s;
  transition: all 0.18s ease-out 0.18s;
  bottom: 100%;
  left: 50%;
  position: absolute;
  z-index: 10;
  -webkit-transform: translate(-50%, 10px);
  -ms-transform: translate(-50%, 10px);
  transform: translate(-50%, 10px);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}
[data-balloon]:after {
  background: rgba(17, 17, 17, 0.75);
  border-radius: 4px;
  color: aliceblue;
  content: attr(data-balloon);
  font-size: 12px;
  padding: .5em 1em;
  white-space: nowrap;
  margin-bottom: 11px;
}
[data-balloon]:before {
  background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%280%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E') no-repeat;
  background-size: 100% auto;
  height: 6px;
  width: 18px;
  content: "";
  margin-bottom: 5px;
}
[data-balloon]:hover:before,
[data-balloon][data-balloon-visible]:before,
[data-balloon]:hover:after,
[data-balloon][data-balloon-visible]:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
[data-balloon].font-awesome:after {
  font-family: FontAwesome;
}
[data-balloon][data-balloon-break]:after {
  white-space: pre;
}

/*Tooltip*/
