@font-face {
    font-family: Vazir;
    src: url('Vazir.eot');
    src: url('Vazir.eot?#iefix') format('embedded-opentype'),
         url('Vazir.woff2') format('woff2'),
         url('Vazir.woff') format('woff'),
         url('Vazir.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@media only screen and (max-width: 1000px) {
  .top_text{font-size:50px !important;}
  .sub_text{font-size:25px !important;}
  .contact_button{font-size:20px !important;}
  .first_rest_item {width:216px !important;}
  .right_menu{display:block;}
  .first_rest_item .box_title{font-size:22px !important;margin-left:18px !important;line-height:36px !important;}
  .first_rest_item .box_icon svg{height:36px !important;width:36px !important;}
  .first_rest_item .box_content{font-size:16px !important;}
}

@media only screen and (max-width: 680px) {
    .op{width:280px !important;}
  .top_text{font-size:40px !important;}
  .sub_text{font-size:20px !important;}
  .footer_content{width: min-content !important;}
  .contact_button{font-size:16px !important;}
  .right_menu{display:none;width:100%;position:fixed;margin-left:0px !important;margin-top:45px;background:rgba(0,0,0,.7);height:100% !important;}
  .right_menu span{display: inherit;

margin-right: 20px;

float: right;

width: 100%;

text-align: right;}
  .signup_button{background: unset !important;text-shadow: none !important;padding:  unset !important;}
  .login_button{background:  unset !important;text-shadow: none !important;padding:  unset !important;}
  .open_menu{display:block !important;cursor:default;}
  .navbar{background:rgba(0,0,0,.5) !important;}
  .first_rest_item {//margin-left:0% !important;//transform:translateX(-50%);}
  .first_rest_item .box_title{font-size:22px !important;margin-left:18px !important;line-height:36px !important;}
  .first_rest_item .box_icon svg{height:36px !important;width:36px !important;}
  .first_rest_item .box_content{text-align:left !important;font-size:16px !important;}
  #support input{display:inherit;}
}
body{margin:0;padding:0;font-family:Vazir;}
.first_content{
	background-image: url('../img/bg.jpg');
	background-position: 50% 50%;
	//background-attachment: fixed;
	width: 100%;
	height: 100%;
	position: absolute;
	background-repeat: no-repeat;
	background-size: cover;
}
.job_first_content{
	background-image: url('../img/jobs.jpg');
	background-position: 50% 50%;
	width: 100%;
	height: 100%;
	position: absolute;
	background-repeat: no-repeat;
	background-size: cover;
}
.navbar{
	position:fixed;
	font-family:Vazir;
	width:100%;
	color:white;
	z-index:99999;
	background: rgba(0,0,0,0);
	transition: background .2s ease-in-out 0s;
	height:45px;
}
.logo{
	font-weight:500;
	font-size:26px;
	float:right;
	line-height: 45px;
	margin-right: 22px;
}
.right_menu{
	float:left;
	line-height: 45px;
	margin-left: 60px;
}
.right_menu span.nav_item{
	margin-left: 25px;
	text-shadow: 2px 2px 3px rgba(0,0,0,.8);
}
.nav_item a{color: white;
    text-decoration: none;}
.signup_button{
	background: #8dbed0;
	text-shadow: none;
	border-radius: 4px;
	margin-left: 5px !important;
	padding: 4px 6px 4px 6px;
}
.login_button{
	background: #606060;
	text-shadow: none;
	border-radius: 4px;
	margin-right: 10px;
	padding: 4px 13px 4px 13px;
}
.open_menu{
	display:none;
	float: left;
	height:45px;
}
.open_menu svg{
	height: 28px;
	width: 28px;
	margin: 6.5px;
}
.main_text{
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	color: white;
	text-align:center;
	left: 50%;
	font-family: Vazir;
}
.top_text{
	font-weight: 500;
	font-size: 80px;
	margin-bottom:20px;
	text-shadow: 2px 2px 5px rgba(0,0,0,.4);
}
.sub_text{
	font-size: 36px;
	direction:rtl;
	text-shadow: 2px 2px 5px rgba(0,0,0,.8);
}
.contact_area{
	display: inline-block;
	width: 100%;
}
.contact_button{
	background: #37474f;
	font-size: 30px;
	margin-top: 30px;
	padding: 12px;
	display:inline-block;
	border-radius: 32px;
}
.contact_button a{color:#dde0e2;text-decoration:none;}
.rest_content{
	top:100%;
	position: absolute;
	height:300px;
	width:100%;
}
.first_rest_item{
	display:inline-block;
	width:300px;
	margin-top:60px;
}
.box_icon {display:inline-block;}
.box_icon svg{height:42px;width:42px;}
.box_title{
	display: inline-block;
	color: #444;
	line-height: 48px;
	vertical-align: text-bottom;
	font-size: 26px;
	margin-left:30px;
	font-family: Vazir;
}
.box_content{
	font-family:Vazir;
	font-size: 20px;
	color:#666;
	margin-top:12px;
}

.download_button{
    margin:20px auto;
    color:#dde0e2;
    background:#37474f;
    padding:12px;
    border-radius:12px;
    width:140px;
    text-align:center;
}
.download_button a{
    color:#dde0e2;
    text-decoration:none;
}
#support,#jobs,#about{text-align: center;

direction: rtl;

color: #333;
padding:8px;
margin-top: 75px;}
#support .inputs{width:max-content;margin:0px auto;}
#support input{
    padding:5px;
    border-radius:4px;
    border:1px solid #ddd;
    font:12pt Vazir;
    margin:4px;
}
#support textarea{
    padding: 4px;
margin: 3px 0px;
    border-radius:4px;
    border:1px solid #ddd;
    font:12pt Vazir;
}
#support input[type=submit]{
    margin:0px auto;
}
.footer{
    margin-top:30px;
    background:#37474f;
    color:#dde0e2;
    position: absolute;
    width: 100%;
}
.footer_content{
    margin: 0px auto;
    width: max-content;
}
.footer_column{
    padding:30px;text-align: right;width:max-content;
    float:right;
}
.footer_column_title{
    font-size:14pt;
}
.footer_column_content{
    margin-top:15px;
}
.footer_column_content a{
    color:#dde0e2;
    text-decoration:none;
}

.op{width: 400px;

margin: 12px auto 0px auto;

border: 1px solid rgba(0,0,0,.15);

border-radius: 12px;

padding: 12px;
}
.op_title{float: right;
    font-weight: bold;
}
.op_more{text-align:left;}