﻿@charset "utf-8";

@font-face{
	font-family:'Iran';
	src: url('../fonts/Iran.eot');
	src: url('../fonts/Iran.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/Iran.ttf') format('truetype'),
		 url('../fonts/Iran.woff2') format('woff2'),
		 url('../fonts/Iran.woff') format('woff');
	font-weight: normal;
  	font-style: normal;
}

@font-face{
	font-family:'Iran-Medium';
	src: url('../fonts/Iran-Medium.eot');
	src: url('../fonts/Iran-Medium.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/Iran-Medium.ttf') format('truetype'),
		 url('../fonts/Iran-Medium.woff2') format('woff2'),
		 url('../fonts/Iran-Medium.woff') format('woff');
	font-weight: normal;
  	font-style: normal;
}

*,
*::after,
*::before{
	margin:0;
	padding:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body{
	height: 100%;
	min-height: 100%;
}

body{
	font-family: 'Iran', 'Iran-Medium', Tahoma, sans-serif;
	font-size:17px;
	line-height: 1.5;
	color:#fefefe;
	background-color:#070707;
}

a{
	text-decoration:none;
	outline: none;
	color: inherit;
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}

a:hover,
a:focus{
	outline: none;
}

a img{
	border:none;
	outline:none;
}

img{
	display: block;
	max-width:100%;
	height: auto !important;
	margin:auto;
}

h1,
h2,
h3,
h4,
h5,
h6{
	font-family: 'Iran-Medium';
	font-weight: normal;
	color:#ffffff;
	line-height: 1.1;
	text-shadow: 0px 15px 5px #040404;
}

h1{font-size:55px;}
h2{font-size:50px;}
h3{font-size:40px;}
h4{font-size:30px;}
h5{font-size:25px;}
h6{font-size:20px;}

p{
	padding-top:22px;
	text-align: justify;
}

p a{color:#6e2471;}
p strong{font-family: 'Iran';}

strong{font-weight: normal;}

iframe{
	border:none;
	outline:none;
}

.bttn{
	position: relative;
	display: inline-block;
	min-width: 200px;
	font-family: 'Iran';
	font-size: 17px;
	color:#ffffff;
	text-align: center;
	padding:16.5px 20px;
	background-color: #711371;
	border:1px solid transparent;
	border-radius: 1px;
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}

.bttn:hover{background-color: #491950;}

#wrapper{
	position: relative;
	min-width: 320px;
	min-height: 100%;
	width:1140px;
	margin:0 auto;
	-webkit-box-shadow: 0 0 20px #000000;
	-moz-box-shadow: 0 0 20px #000000;
	box-shadow: 0 0 20px #000000;
	background-color: #141414;
}

.body{padding: 0 0 50px 0;}

.d-flex{display: flex}
.justify-content-center{
	justify-content: center;
}
.align-items-center{
	align-items: center;
}

.justify-content-between{
	display: flex;
	justify-content: space-between;
}

.color-twitch{color: #a258cb;}
.color-youtube{color: #c93636;}
.color-youdonome{color: #f346dd;}
.color-youdonome span{color: #30c6ec;}
.color-success{color: #66b641;}
.color-danger{color: rgb(243 101 101);}

.mt-1{margin-top: 1rem !important;}
.mt-2{margin-top: 2rem !important;}
.mt-3{margin-top: 3rem !important;}
.mt-4{margin-top: 4rem !important;}
.mr-1{margin-right: 1rem !important;}
.mb-2{margin-bottom: 2rem !important;}
.mb-4{margin-bottom: 4rem !important;}
.pb-2{padding-bottom: 2rem !important;}
.pr-0{padding-right: 0 !important;}
.pr-1{padding-right: 1rem !important;}
.pt-0{padding-top: 0 !important;}
.pt-1{padding-top: 1rem !important;}
.px-4{
	padding-left: 4rem;
	padding-right: 4rem;
}
.py-2{
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.mx-0{
	margin-left: 0;
	margin-right: 0;
}
.mx-2{
	margin-left: 2rem;
	margin-right: 2rem;
}
.rounded{border-radius: 10px;}

.dir-ltr{direction: ltr;}

.shadow{box-shadow: 0 10px 15px #040404;}
.text-shadow-none{text-shadow: none !important;}

.text-small{
	font-size: .8em;
	font-style: normal;
}

header{height: 90px;}

.header{
	position: relative;
	width:1140px;
	overflow: hidden;
	padding:10px;
	background-color: #282828;
	box-shadow: 0 10px 15px #040404;
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}

.header.sticky{
	position: fixed;
	top:0;
	z-index: 9999;
}

.header img {
	height: 70px !important;
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}

.header.sticky img{
	height: 50px !important;
}

.header.sticky .navigation{padding-top:10px;}

.header.sticky .navigation li a{font-size: .8em;}

.logo{float: left;}

.navigation{
	float: right;
	padding-top:23px;
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}

.navigation li{
	display: inline-block;
	color:#bababa;
	margin:0 15px;
}

.navigation li.active a{
	color:#ffffff;
	text-shadow: 0 0 3px #000;
}

.font-impact{
	font-family: 'Impact';
}

.navigation li.active strong{color: #f346dd;}

.navigation li.active strong span{color: #31c7ec;}

.navigation li:not(.active) a:hover{color:#ffffff;}

.title {color:#ffffff;}

.title strong{color: #f346dd;}

.title span{color: #31c7ec;}

.text-center{text-align: center;}

.page-section{
	text-align: center;
	padding:100px 15px;
}

.showcase{
	display: inline-block;
	vertical-align: top;
	width:561px;
	height: 467px;
	padding-top:38px;
	background: url('../images/imac.png') no-repeat center;
}

.text{
	display: inline-block;
	vertical-align: top;
	width:510px;
	line-height: 2;
	text-align: right;
}

.text.size-sm{
	width: 465px;
}

.text p{text-shadow: 0 0 5px #000;}

.project{
	display: inline-block;
	vertical-align: top;
	width:420px;
	text-align: center;
	padding-top:20px;
}

.statistics{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	list-style: none;
}

.statistics li{text-align: center;}

.list-item{padding-right: 18px;}
.list-item li{color: #f346dd;}
.list-item li span{color: #ffffff;}

.logo-size{
	width: 64px;
}

.server-down{
	padding: 4rem 0;
	background-color: #080808;
}