@charset "utf-8";
@import url(fontiran.css);
/*font*/


h1, h2, h3, h4, h5, h6,input, textarea {
	font-family: IRANSans !important;
}
h1 {
	font-weight: bold;
}

/* CSS Document */
*{
	margin: 0px;
	padding: 0px;
}
html, body {
	font-family: IRANSans !important;
	font-weight: 300;
	direction: rtl;
	background-color: #E2E2E2;
	margin: 0;
    height: 100%;
 
}
.gameBackground{
	width:100%;
	height:1500px;
	background:url(../picture/grass4.jpg);
	background-repeat: repeat;
	position: absolute;
	
}

.controlPanel{
	background:rgba(109,171,65,0.79);
	width: 100%;
	height:200px;
	position: fixed;
}

#safeTimerDisplay{
	display: block;
	text-align: center;
	width: 100%;
	height: 10px;
	color: white;
	font-size: 30px;
	direction: ltr!important;
}
.tool p{
	text-align:center;
	color: white;
}

.toolbar {
  left:5%;
  position:absolute;
  top:40%;
  border-radius: 4px;
  box-shadow: 0 0 3px rgba(56,70,81,0.30), 0 2px 4px #4C535A, 0 12px 18px rgba(107,125,144,0.40);
}
.toolbar div {
	float:left;
	list-style: none;

}
.toolbar img{
	background: #f4f7f9;
	background: -moz-linear-gradient(top, #f4f7f9 0%, #f7fafd 4%, #ecf2f7 30%, #e4ebf3 68%, #dce4ee 89%, #d5e0eb 92%, #c7d3e0 96%, #c6d2df 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f7f9), color-stop(4%,#f7fafd), color-stop(30%,#ecf2f7), color-stop(68%,#e4ebf3), color-stop(89%,#dce4ee), color-stop(92%,#d5e0eb), color-stop(96%,#c7d3e0), color-stop(100%,#c6d2df));
	background: -webkit-linear-gradient(top, #f4f7f9 0%,#f7fafd 4%,#ecf2f7 30%,#e4ebf3 68%,#dce4ee 89%,#d5e0eb 92%,#c7d3e0 96%,#c6d2df 100%);
	background: -o-linear-gradient(top, #f4f7f9 0%,#f7fafd 4%,#ecf2f7 30%,#e4ebf3 68%,#dce4ee 89%,#d5e0eb 92%,#c7d3e0 96%,#c6d2df 100%);
	background: -ms-linear-gradient(top, #f4f7f9 0%,#f7fafd 4%,#ecf2f7 30%,#e4ebf3 68%,#dce4ee 89%,#d5e0eb 92%,#c7d3e0 96%,#c6d2df 100%);
	background: linear-gradient(to bottom, #f4f7f9 0%,#f7fafd 4%,#ecf2f7 30%,#e4ebf3 68%,#dce4ee 89%,#d5e0eb 92%,#c7d3e0 96%,#c6d2df 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f7f9', endColorstr='#c6d2df',GradientType=0 );
	border-left: 1px solid rgba(79,123,170,.4);
	border-right: 1px solid rgba(255,255,255,.3);
	color: #40648a;
	display: block;
	font-size: 27px;
	height: 54px;
	line-height: 57px;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
}
	.toolbar div:first-child img {
		border-left: none;
		border-radius:4px 0 0 4px
	}
	.toolbar div:last-child img {
		border-right: none;
		border-radius:0 4px 4px 0
	}
	.toolbar img:hover {
		background: #aac5e0;
		background: -moz-linear-gradient(top, #aac5e0 0%, #adc8e4 4%, #a2c0de 30%, #9ab9da 68%, #92b2d5 89%, #8baed2 92%, #7da1c7 96%, #7ca0c6 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aac5e0), color-stop(4%,#adc8e4), color-stop(30%,#a2c0de), color-stop(68%,#9ab9da), color-stop(89%,#92b2d5), color-stop(92%,#8baed2), color-stop(96%,#7da1c7), color-stop(100%,#7ca0c6));
		background: -webkit-linear-gradient(top, #aac5e0 0%,#adc8e4 4%,#a2c0de 30%,#9ab9da 68%,#92b2d5 89%,#8baed2 92%,#7da1c7 96%,#7ca0c6 100%);
		background: -o-linear-gradient(top, #aac5e0 0%,#adc8e4 4%,#a2c0de 30%,#9ab9da 68%,#92b2d5 89%,#8baed2 92%,#7da1c7 96%,#7ca0c6 100%);
		background: -ms-linear-gradient(top, #aac5e0 0%,#adc8e4 4%,#a2c0de 30%,#9ab9da 68%,#92b2d5 89%,#8baed2 92%,#7da1c7 96%,#7ca0c6 100%);
		background: linear-gradient(to bottom, #aac5e0 0%,#adc8e4 4%,#a2c0de 30%,#9ab9da 68%,#92b2d5 89%,#8baed2 92%,#7da1c7 96%,#7ca0c6 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aac5e0', endColorstr='#7ca0c6',GradientType=0 );
		color: #fff;
		text-shadow: 0 1px 0 #40648a;
	}
	.toolbar img:active{
		background: #8aafd5;
		background: -moz-linear-gradient(top, #8aafd5 0%, #8db2d9 4%, #82aad3 30%, #7aa3cf 68%, #729cca 89%, #6b98c7 92%, #5d8bbc 96%, #5c8abb 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8aafd5), color-stop(4%,#8db2d9), color-stop(30%,#82aad3), color-stop(68%,#7aa3cf), color-stop(89%,#729cca), color-stop(92%,#6b98c7), color-stop(96%,#5d8bbc), color-stop(100%,#5c8abb));
		background: -webkit-linear-gradient(top, #8aafd5 0%,#8db2d9 4%,#82aad3 30%,#7aa3cf 68%,#729cca 89%,#6b98c7 92%,#5d8bbc 96%,#5c8abb 100%);
		background: -o-linear-gradient(top, #8aafd5 0%,#8db2d9 4%,#82aad3 30%,#7aa3cf 68%,#729cca 89%,#6b98c7 92%,#5d8bbc 96%,#5c8abb 100%);
		background: -ms-linear-gradient(top, #8aafd5 0%,#8db2d9 4%,#82aad3 30%,#7aa3cf 68%,#729cca 89%,#6b98c7 92%,#5d8bbc 96%,#5c8abb 100%);
		background: linear-gradient(to bottom, #8aafd5 0%,#8db2d9 4%,#82aad3 30%,#7aa3cf 68%,#729cca 89%,#6b98c7 92%,#5d8bbc 96%,#5c8abb 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8aafd5', endColorstr='#5c8abb',GradientType=0 );
		box-shadow: 0 2px 3px rgba(0,0,0,.3) inset;
		text-shadow: 0 -1px 0 #40648a;
	}
.toolbar h1{
	color: white;
	font-size: 25px;
	text-transform: capitalize;
}


#hold div{
	width: 50px;
	height: 50px;
	float: left;
	margin: 30px;
}
#hold{
	margin-top: 180px;
}
.overlay {
   
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1; 
  left: 0;
  top: 0;
  background-color: rgba(109,171,65,0.79);
  overflow-x: hidden; 
  transition: 0.5s; 
}
.overlay-content {
  position: relative;
  width: 100%; 
  text-align: center; 
  margin-top:50px; 
}
.gameInfo{
	border: 3px solid rgba(252,252,252,0.67);
	border-radius:10%;
	padding: 20px;
	margin: 50px;
}
.gameInfo p{
	color: aliceblue;
	font-size: 20px;
	padding:40px;
	line-height:30px;
	text-align: center
}
 h1{
 
  text-align: center;
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
}
.retroshadow{
    color: #2c2c2c;
	 font-size: 92px;
    text-shadow: 
      4px 4px 0px #d5d5d5, 
      7px 7px 0px rgba(0, 0, 0, 0.2);
  
}
.btn {
  color: #fff;
  cursor: pointer;
  font-size:16px;
  font-weight: 400;
  line-height: 45px;
  margin:0 0 2em;
  max-width: 160px; 
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%; 
  background:#2c2c2c;
  border-bottom: 1px solid;
  padding: .25em;
 
}
.btn-5 {
  border: 0 solid;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
  outline: 1px solid;
  outline-color: rgba(255, 255, 255, .5);
  outline-offset: 0px;
  text-shadow: none;
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
} 

.btn-5:hover {
  border: 1px solid;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, .5), 0 0 20px rgba(255, 255, 255, .2);
  outline-color: rgba(255, 255, 255, 0);
  outline-offset: 15px;
  text-shadow: 1px 1px 2px #427388;
}

.info{
	width: 100%;
	
	height:70px;
	padding: 20px;
	
}
.info h1{
	color: #2c2c2c;
    text-shadow: 
      2px 2px 0px #d5d5d5, 
      5px 5px 0px rgba(0, 0, 0, 0.2);
}
.info p{
	text-align: center;
	padding: 10px;
	font-size: 25px;
	color: aliceblue;
}
#finishPage{
	width:0%;
	background-color: rgba(109,171,65,1)!important;
	
}

#result{
  text-align:center;
  font-size:7em;
  margin:20px 0 20px 0; 

  text-decoration:none; 
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 1s;

  color:#FBFBFB;
  font-family:Monoton;
}
#result:hover{
  -webkit-animation: neon2 1.5s ease-in-out infinite alternate;
  -moz-animation: neon2 1.5s ease-in-out infinite alternate;
  animation: neon2 1.5s ease-in-out infinite alternate; 
}

@keyframes neon2 {
  from {
    text-shadow: 0 0 10px #fff,
               0 0 20px  #fff,
               0 0 30px  #fff,
               0 0 40px  #6DAB34,
               0 0 70px  #6DAB34,
               0 0 80px  #6DAB34,
               0 0 100px #6DAB34,
               0 0 150px #6DAB34;
  }
  to {
    text-shadow: 0 0 5px #fff,
               0 0 10px #fff,
               0 0 15px #fff,
               0 0 20px #708A3D,
               0 0 35px #708A3D,
               0 0 40px #708A3D,
               0 0 50px #708A3D,
               0 0 75px #708A3D;
  }
}



