/*----------------------------
FontAwesome Icons - Uses Unicode, see Cheatsheet here:
http://fortawesome.github.io/Font-Awesome/cheatsheet/
---------------------------- */

@font-face {
	font-family: 'byekan';
	src: url('../fonts/Yekan.eot?#') format('eot'), /* IE6–8 */
	url('../fonts/Yekan.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
	url('../fonts/Yekan.ttf') format('truetype'); /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}

@font-face {
	font-family: 'IRANSansWeb';
	src: url('../fonts/IRANSansWeb.woff2') format('woff2'); /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}

@font-face {
	font-family: 'IRANSansWeb_Bold';
	src: url('../fonts/IRANSansWeb_Bold.woff2') format('woff2'); /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}

@font-face {
	font-family: 'IRANSansWeb_Light';
	src: url('../fonts/IRANSansWeb_Light.woff2') format('woff2'); /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}

@font-face {
	font-family: 'IRANSansWeb_Medium';
	src: url('../fonts/IRANSansWeb_Medium.woff2') format('woff2'); /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}

.fa {
	font-family: "FontAwesome";
	display: inline-block;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	float: right;
	margin-left: 5px;
}

/*----------------------------
1 General Styling
Includes: links, lists, buttons and all consistant elements
---------------------------- */
body {
	position: relative;
	font-family: "byekan", sans-serif;
	z-index: 5;
	background: #171a20;
}

a {
	text-decoration: none;
}

	a:hover {
		color: #6b7275;
		text-decoration: none;
	}

li {
	list-style: none;
}

p {
	line-height: 23px;
}

a, input, button {
	-ms-touch-action: none !important;
}

/*----------------------------
Buttons
---------------------------- */
.w_btn {
	background: white;
	font-family: "byekan", sans-serif;
	padding: 12px 21px;
	font-size: 13px;
	color: #121415;
	border-radius: 4px;
	display: inline-block;
	text-transform: uppercase;
}

	.w_btn:hover {
		background: #dde2e5;
		color: #121415;
		transition: .1s all ease-in-out;
		-webkit-transition: .1s all ease-in-out;
		-moz-transition: .1s all ease-in-out;
		-o-transition: .1s all ease-in-out;
	}

.b_btn {
	background: #0e0f10;
	font-family: "byekan", sans-serif;
	padding: 12px 21px;
	font-size: 13px;
	color: #fff;
	border-radius: 4px;
	display: inline-block;
	text-transform: uppercase;
}

	.b_btn:hover {
		background: #3b3e41;
		color: #fff;
		transition: .1s all ease-in-out;
		-webkit-transition: .1s all ease-in-out;
		-moz-transition: .1s all ease-in-out;
		-o-transition: .1s all ease-in-out;
	}

section .w_btn, footer .w_btn {
	background: #0e0f10;
	font-family: "byekan", sans-serif;
	padding: 12px 21px;
	font-size: 13px;
	color: #fff;
	border-radius: 4px;
	display: inline-block;
	text-transform: uppercase;
}

	section .w_btn:hover, footer .w_btn:hover {
		background: #3b3e41;
		color: #fff;
		transition: .1s all ease-in-out;
		-webkit-transition: .1s all ease-in-out;
		-moz-transition: .1s all ease-in-out;
		-o-transition: .1s all ease-in-out;
	}

section .b_btn {
	background: white;
	font-family: "byekan", sans-serif;
	padding: 12px 21px;
	font-size: 13px;
	color: #121415;
	border-radius: 4px;
	display: inline-block;
	text-transform: uppercase;
}

	section .b_btn:hover {
		background: #dde2e5;
		color: #121415;
		transition: .1s all ease-in-out;
		-webkit-transition: .1s all ease-in-out;
		-moz-transition: .1s all ease-in-out;
		-o-transition: .1s all ease-in-out;
	}

/*----------------------------
Banner Header Elements
---------------------------- */
header {
	width: 100%;
	background: #151a1d;
	background: url(../img/main_top_bg.jpg) no-repeat center top;
	background-size: cover;
}

.top_interface {
	padding: 84px 0;
}

.header_tag {
	text-align: center;
}

	.header_tag h1 {
		font-family: "IRANSansWeb_Bold", sans-serif;
		font-weight: 100;
		color: white;
		font-size: 45px;
		margin-top: 0;
	}

	.header_tag h2 {
		font-family: "IRANSansWeb", sans-serif;
		font-size: 20px;
		font-weight: 400;
		color: white;
		text-transform: uppercase;
		direction: rtl;
		line-height: 40px;
		text-shadow: 1px 1px 4px #0e0f10;
	}

	.header_tag a {
		margin: 30px 8px 0;
	}

/*----------------------------
Text Logo
---------------------------- */
.logo > .text-logo {
	font-family: "byekan", sans-serif;
	font-size: 23px;
	color: white;
	font-weight: 400;
	text-transform: uppercase;
	display: inline-block;
}

	.logo > .text-logo b {
		font-weight: 700; /* Bold part of your text */
	}

/*----------------------------
Navigation Menu
---------------------------- */
nav.main_navigation {
	float: left;
	margin-top: 4px;
}

	nav.main_navigation ul li {
		float: right;
		list-style: none;
	}

		nav.main_navigation ul li a {
			color: white;
			font-family: "IRANSansWeb_Light", sans-serif;
			margin-left: 50px;
			font-size: 15px;
			text-transform: uppercase;
			text-decoration: none;
			text-shadow: 1px 1px 3px #0e0f10;
		}

	nav.main_navigation ul i {
		color: white;
		font-size: 18px;
		display: none;
		margin-top: 14px;
		margin-bottom: 10px;
	}
/*----------------------------
Phone Navigation Menu
---------------------------- */
.phone-menu {
	font-size: 30px;
	color: white;
	float: right;
	margin-right: 20px;
}

	.phone-menu:hover {
		cursor: pointer;
	}

/*----------------------------
Phone in Header - With Text Elements
---------------------------- */
.phone_preview {
	margin-top: 70px;
}

.banner_phone {
	text-align: center;
	background: url(../img/banner_device.png) top center no-repeat;
	height: 493px;
}

.phone_preview .regular_text_left h3, .phone_preview .regular_text_right h3 {
	font-size: 25px;
	font-family: "IRANSansWeb_Bold", sans-serif;
	color: #119EC5;
	font-weight: 800;
	margin-top: 70px;
	direction: rtl;
}


.phone_preview .regular_text_left p, .phone_preview .regular_text_right p {
	color: #737373;
	font-family: "IRANSansWeb_Medium", sans-serif;
	font-size: 14px;
	font-weight: 300;
	direction: rtl;
}

.phone_preview .regular_text_left {
	text-align: right;
}

/*----------------------------
General Styling - Section
---------------------------- */



section {
	background: #171a20;
	padding: 84px 0;
	background-image: url(../img/bg_gallery.jpg);
}

	section h1 {
		font: 34px "IRANSansWeb_Bold",sans-serif;
		color: #069;
		text-transform: uppercase;
		margin-top: 0;
		font-weight: 800;
	}

	section h2 {
		font: 25px "IRANSansWeb_Bold", sans-serif;
		font-size: 22px;
		color: #119EC5;
		font-weight: 800;
		margin-top: 10px;
		display: inline-block;
		text-shadow: 1px 1px 1px rgb(255, 255, 255);
	}

		section h2 b {
			font-weight: 400;
		}

	section p {
		color: #737373;
		font-size: 12px;
		font-family: "IRANSansWeb";
		text-align: right;
	}

	section .title h2 {
		display: block;
	}

	section .title {
		text-align: center;
		padding: 0 20px 30px;
	}

		section .title p {
			max-width: 1160px;
			display: inline-block;
			direction: rtl;
		}

	/*----------------------------
App Overview Section
---------------------------- */
	section.app_overview {
		overflow: hidden;
		background-image: url(../img/bg_app.jpg);
		border-top: 1px rgb(160, 160, 160) solid;
		position: relative;
	}

		section.app_overview i.fa {
			font-size: 33px;
			color: #E2034D;
			position: relative;
			top: 10px;
			text-shadow: 1px 1px 1px rgb(255, 255, 255);
		}

		section.app_overview h2 {
			margin-left: 10px;
		}

			section.app_overview h2 small {
				display: block;
				font: 11px "byekan", sans-serif;
				text-transform: uppercase;
				color: #fff;
			}

		section.app_overview .list-items div {
			margin-top: 40px;
			direction: rtl;
			background: rgba(255,255,255,0.71);
			background: -moz-linear-gradient(top, rgba(255,255,255,0.71) 0%, rgba(246,246,246,0.52) 47%, rgba(237,237,237,0.3) 100%);
			background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0.71)), color-stop(47%, rgba(246,246,246,0.52)), color-stop(100%, rgba(237,237,237,0.3)));
			background: -webkit-linear-gradient(top, rgba(255,255,255,0.71) 0%, rgba(246,246,246,0.52) 47%, rgba(237,237,237,0.3) 100%);
			background: -o-linear-gradient(top, rgba(255,255,255,0.71) 0%, rgba(246,246,246,0.52) 47%, rgba(237,237,237,0.3) 100%);
			background: -ms-linear-gradient(top, rgba(255,255,255,0.71) 0%, rgba(246,246,246,0.52) 47%, rgba(237,237,237,0.3) 100%);
			background: linear-gradient(to bottom, rgba(255,255,255,0.71) 0%, rgba(246,246,246,0.52) 47%, rgba(237,237,237,0.3) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
			border-radius: 10px;
			margin-left: 5px;
		}

		section.app_overview .title {
			margin-bottom: -40px;
		}

	/*----------------------------
How does it Work Section
---------------------------- */
	section.work {
		background: #0e0f10;
		padding-bottom: 0;
		background-image: url(../img/bg_how.jpg);
		border-top: 1px rgb(160, 160, 160) solid;
	}

		section.work .center_phone {
			height: 613px;
			background: url(../img/center_phone.png) top center no-repeat;
			margin: 0 auto;
			padding-top: 82px;
			position: relative;
			width: 730px;
			left: 50%;
			margin-left: -365px;
		}

.phone_previews {
	overflow: hidden;
	padding-top: 60px;
}


/*----------------------------
Get the App - Bar
---------------------------- */
.promotion_bar {
	background: url(../img/grey_shader.png);
	width: 100%;
	padding: 10px 0;
	position: relative;
	margin-top: 0px;
	text-align: center;
	color: #fff;
}

.promotion_bar1 {
	background: url(../img/grey_shader.png);
	width: 100%;
	padding: 10px 0;
	position: absolute;
	margin-top: 0px;
	text-align: center;
	color: #fff;
	bottom: 0;
	left: 0;
}

.promotion_bar a {
	display: inline-block;
	margin-left: 25px;
}

.promotion_bar h4 {
	display: inline-block;
	font-size: 17px;
	font-family: "byekan", sans-serif;
}


/*----------------------------
Features
---------------------------- */
section.features {
	padding-bottom: 0;
	background-image: url(../img/bg_faq.jpg);
	position: relative;
}

.feature-phone {
	background: url(../img/feature-phone.png) center no-repeat;
	height: 724px;
	background-position: center bottom;
	margin-bottom: 39px;
}

section.features .container {
	padding: 0;
}

section.features .title {
	text-align: right;
	margin-top: 0px;
	padding: 0;
}

ul.feature-list {
	margin: 0;
	padding: 5px 0 25px;
	color: #119EC5;
	direction: rtl;
}

	ul.feature-list li {
		padding: 7px 0;
		float: right;
		width: 75%;
		font-size: 15px;
		font-family: "byekan", sans-serif;
		text-align: right;
		color: cornflowerblue;
	}

		ul.feature-list li i {
			margin-right: 10px;
		}

		ul.feature-list li p {
			color: cadetblue;
			mix-blend-mode: exclusion;
		}

.underline-p {
	display: inline-block;
	text-decoration: underline;
	font: 11px "byekan", sans-serif;
	text-transform: uppercase;
	color: #464e54;
	margin-left: 20px;
}


/*----------------------------
Close Up
---------------------------- */
section.close-up {
	border-top: 1px solid #2e323c;
	padding-bottom: 0;
	overflow: hidden;
}

	section.close-up .landscape-phone {
		width: 830px;
		margin: 0 auto 10px;
		position: relative;
		left: 50%;
		margin-left: -415px;
	}

.magni_con {
	position: relative;
	width: 830px !important;
	height: auto;
}

	.magni_con img {
		width: 100%;
		box-shadow: none !important;
	}

#mlens_wrapper_0 {
	width: 100% !important;
}

.ls-phone {
	width: 100%;
	display: none;
}

	.ls-phone img {
		width: 100%;
	}

/*----------------------------
Gallery
---------------------------- */
section.about {
	border-top: 1px solid #2e323c;
	overflow: hidden;
	padding-bottom: 86px;
	background-image: url(../img/bg_about.jpg);
}


section.gallery {
	border-top: 1px solid #2e323c;
	overflow: hidden;
	padding-bottom: 86px;
	position: relative;
}

#gallery-images .owl-item {
	text-align: center;
	padding-bottom: 4px;
}

#gallery-images > div img {
	width: 95%;
	box-shadow: 0 2px 4px rgba(0,0,0,0.4);
}

div.dark_rounded .pp_content {
	background: 0;
}

a.pp_close {
	text-indent: 0;
	color: white;
	font-size: 30px;
	background: 0 !important;
	z-index: 9999;
	text-shadow: 0px 2px 5px black;
	right: -50px;
}

/* Slider Button Styling // Gallery */
.owl-controls {
	text-align: center;
	height: 35px;
}

section.gallery .owl-buttons {
	font-family: "FontAwesome";
	display: inline-block;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	font-size: 33px;
	bottom: 15px;
	z-index: 9000;
	margin: 0 auto;
	text-align: center;
	width: 300px;
	position: absolute;
	left: 50%;
	margin-left: -150px;
}

	section.gallery .owl-buttons div {
		color: #999;
		transition: .3s all ease-in-out;
		-webkit-transition: .3s all ease-in-out;
		-moz-transition: .3s all ease-in-out;
		text-align: center;
	}

		section.gallery .owl-buttons div.owl-prev {
			display: inline-block;
			left: 20px;
			position: absolute;
		}

		section.gallery .owl-buttons div.owl-next {
			display: inline-block;
			right: 20px;
			position: absolute;
		}

		section.gallery .owl-buttons div:hover {
			color: #464e54;
		}

/* Pagination Styling // Gallery */
#gallery-images .owl-pagination div {
	border-radius: 10px;
	width: 10px;
	height: 10px;
	background: #cfcfcf;
	float: left;
	margin: 0 5px;
}

#gallery-images .owl-pagination {
	position: relative;
	margin: 0 auto;
	display: inline-block;
	padding: 0;
	bottom: -35px;
}

	#gallery-images .owl-pagination div.active {
		background: transparent;
		border: 2px solid #464e54;
		height: 12px;
		width: 12px;
		border-radius: 20px;
		margin-top: -1px;
	}

/*----------------------------
Newsletter
---------------------------- */
section.newsletter {
	background: url(../img/newsletter-bg.jpg) top center no-repeat;
	background-size: cover;
}

	section.newsletter .title {
		padding-bottom: 0;
	}

	section.newsletter form {
		margin-top: 13px;
	}

	section.newsletter h1, section.newsletter h2 {
		color: white;
		text-align: center;
	}

	section.newsletter h2 {
		font-size: 22px;
	}

	section.newsletter input {
		background: rgba(217,222,226,0.5);
		border-radius: 5px;
		padding: 12px 16px;
		font-size: 12px;
		border: 0;
		color: #fff;
		width: 245px;
		margin-right: 8px;
		font: 15px "calibri", sans-serif;
		text-align: center;
		letter-spacing: 2px;
	}

	section.newsletter button {
		border: none;
	}

/* Placeholder Styling */
::-webkit-input-placeholder {
	color: #e2e3e4;
}

:-moz-placeholder {
	color: #e2e3e4;
}

::-moz-placeholder {
	color: #e2e3e4;
}

:-ms-input-placeholder {
	color: #e2e3e4;
}

/*----------------------------
Footer
---------------------------- */
footer {
	padding: 69px 0 59px;
	text-align: center;
	background: #fff;
}

	footer .text-logo {
		margin-right: 20px;
		position: relative;
		bottom: -3px;
		color: #0e0f10 !important;
	}

	footer .social_media {
		padding: 40px 0 26px;
		color: #0e0f10;
	}

		footer .social_media i {
			margin: 0 19px;
			font-size: 30px;
			color: #0e0f10;
		}

	footer p {
		color: #a4a7ab;
	}

section {
	overflow: hidden;
}
