/*

Coming Soon Template by MediaLoot
URL: http://medialoot.com/item/free-coming-soon-template

Designer: Tony Thomas

*/

html, body {
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	background-image: url(../images/hamecheavaei1.jpg);
	background-color: #5b6e38;
	margin: -15px; padding: 0;
	min-height: 100vh;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 1px rgb(0, 0, 0);
}


::selection {
	background: rgba(0,0,0,0.25);
}

.noise {
	width: 100%;
	min-height: 100%;
	background: url(../images/noise.png) repeat;
	position: relative;
}

.logo {
	top: -60px;
	position: absolute;
	left: 25%;
}

.content {
	flex: 1;
	width: 958px;
	margin: 0 auto;
	padding: 0px;
}
.blink-link {
	color: red; /* رنگ قرمز */
	font-size: 18px; /* اندازه فونت */
	font-weight: bold; /* ضخیم بودن متن */
	text-decoration: none; /* حذف خط زیر لینک */
	animation: blink 1s infinite; /* انیمیشن چشمک زن */
  }
   
  /* افکت چشمک زن */
@keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 0; }
	100% { opacity: 1; }
  }

h1 {
	font-family: "league_gothicregular";
	font-size: 120px;
	text-transform: uppercase;
	color: #000;
	color: rgb(0, 0, 0);
	text-shadow: 0 1px rgba(255,255,255,.1);
	height:98px;
	line-height: 1.9;
	display: inline-block;
	text-align: center;
	margin: 20px auto 20px;
	width: 980px;
	@media(orientation:portrait) {

		font-size:150px ;}
}

h1 span {
	background: url(../images/h1-bg.png) repeat-x;
	height:98px;
	display: inline-block;

}

p {
	text-align: center;
	width: 640px;
	margin: 20px auto;
	line-height: 1.9;
}


ul {
	margin: 60px auto;
	width: 300px;
	height: 100px;
	display: block;
}

ul li {
	display: inline-block;
	float: left;
	width: 60px;
	text-align: center;
	font-family: "league_gothicregular";
	text-transform: uppercase;
	color: #000;
	font-size: 16px;
	color: rgba(0,0,0,0.6);
	text-shadow: 0 1px rgba(255,255,255,.1);
}
 ul li span {
 	display: block;
 	font-size: 47px;
 	color: #ff0000;
 	text-shadow: 0 1px 3px rgba(0,0,0,.35);
 }

form {
	width: 450px;
	margin: 20px auto;
}

form input[type=text] {
	width: 300px;
	height: 46px;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: rgba(0,0,0,.15);
	-webkit-box-shadow: 0 1px rgba(255,255,255,.25), inset 0 1px 3px rgba(0,0,0,.5);
	-moz-box-shadow: 0 1px rgba(255,255,255,.25), inset 0 1px 3px rgba(0,0,0,.5);
	box-shadow: 0 1px rgba(255,255,255,.25), inset 0 1px 3px rgba(0,0,0,.5);
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	color: rgba(255,255,255,0.8);
	text-shadow: 0 1px rgba(0,0,0,.5);
	padding-left: 20px;
}

form input[type=text]:focus {
	outline: none;
	color: #fff;
	-webkit-box-shadow: 0 0 15px rgba(255,255,255,.25), inset 0 1px 3px rgba(0,0,0,.5);
	-moz-box-shadow: 0 0 15px rgba(255,255,255,.25), inset 0 1px 3px rgba(0,0,0,.5);
	box-shadow: 0 0 15px rgba(255,255,255,.25), inset 0 0px 0px 2px #fff;
}

form input[type=button], form input[type=submit] {
	width: 120px;
	height: 48px;
	border: none;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: rgba(0,0,0,.6);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.25);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.25);
	box-shadow: 0 1px 3px rgba(0,0,0,.25);
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 1px rgba(0,0,0,.5);
}

form input[type=button]:hover, form input[type=submit]:hover {
	background-color: rgba(0,0,0,.5);
}

form input[type=button]:active, form input[type=submit]:active {
	background-color: rgba(0,0,0,.7);
}
	
	
footer {
	background: #fff;
	height: 150px;
	width: 100%;
	position: relative;
	bottom: -50px;	
}


footer .content {
	color: #333;
	text-shadow: none;
}

footer .social {
	border-bottom: 2px solid #e7e7e7;
	margin: 20px 0 0 0;
	padding: 20px 0;
}

footer .left {
	width: 40%;
	float: left;
	text-align: left;
}

footer .right {
	width: 40%;
	float: right;
	text-align: right;
}
#ip-with-flag {
	display: flex;
	justify-content: center; /* وسط چین افقی */
	align-items: center; /* وسط چین عمودی */
	font-size: 18px;
	margin: 1px 0; /* کمی فاصله بالا و پایین */
  }
   
  #ip-with-flag img {
	margin-left: 10px;
	width: 20px;
	height: auto;
  }
  .flag-img {
    display: none; 
    width: 40px; 
    height: 22px; 
    border-radius: 4px; 
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); 
    margin-left: 8px; 
	vertical-align: middle;
}
@media(orientation:portrait) {
	body{
	overflow: hidden;
	position: relative;
	padding-top: 600px;
	}

}
@media only screen and (orientation: portrait) {
	body {
	  position: relative;
	  
	  background-image: url(../images/hamecheavaeimobile.jpg); /* تصویر جدید */
	  background-size: 100% 100%;
	  background-position: center center;
	  min-height: 100vh;
	  background-repeat: no-repeat;
	  overflow:hidden;
	  position: relative;

	}

	footer{
		background: #f1f1f1;
		height: 150px;
		width: 100%;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		font-size: 18px;

	}
	.content{
	flex: 1;
	}
}
#video1{
	max-width: 100%;
	height: 250px;

}
@media(orientation:portrait) {

    #video1{
		max-width: 100%;
		height: 300px;

	}

}