html {
	font-family: sans-serif;
	line-height: 1.15;

	box-sizing: border-box;

	-webkit-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent;
    height: 100%;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	font-family: DiodrumArabic, Tahoma, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5;
    background: url('images/bg-2.jpg') center center no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 100%;

	margin: 0;

	color: #000000;
	background-color: #ffffff;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    
}
body:before{
    display: inline-block;
     content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 1;
}


@font-face {
	font-family: DiodrumArabic;
	font-weight: 600;
	font-style: normal; 

	src: url("../fonts/DiodrumArabic-Semibold.eot");
	src: url("../fonts/DiodrumArabic-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/DiodrumArabic-Semibold.woff2") format("woff2"), url("../fonts/DiodrumArabic-Semibold.woff") format("woff"), url("../fonts/DiodrumArabic-Semibold.ttf") format("truetype");
}

@font-face {
	font-family: DiodrumArabic;
	font-weight: normal;
	font-style: normal; 

	src: url("../fonts/DiodrumArabic-Regular.eot");
	src: url("../fonts/DiodrumArabic-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/DiodrumArabic-Regular.woff2") format("woff2"), url("../fonts/DiodrumArabic-Regular.woff") format("woff"), url("../fonts/DiodrumArabic-Regular.ttf") format("truetype");
}

@font-face {
	font-family: DiodrumArabic;
	font-weight: 200;
	font-style: normal; 

	src: url("../fonts/DiodrumArabic-Extralight.eot");
	src: url("../fonts/DiodrumArabic-Extralight.eot?#iefix") format("embedded-opentype"), url("../fonts/DiodrumArabic-Extralight.woff2") format("woff2"), url("../fonts/DiodrumArabic-Extralight.woff") format("woff"), url("../fonts/DiodrumArabic-Extralight.ttf") format("truetype");
}

@font-face {
	font-family: DiodrumArabic;
	font-weight: 300;
	font-style: normal; 

	src: url("../fonts/DiodrumArabic-Light.eot");
	src: url("../fonts/DiodrumArabic-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/DiodrumArabic-Light.woff2") format("woff2"), url("../fonts/DiodrumArabic-Light.woff") format("woff"), url("../fonts/DiodrumArabic-Light.ttf") format("truetype");
}

@font-face {
	font-family: DiodrumArabic;
	font-weight: 500;
	font-style: normal; 

	src: url("../fonts/DiodrumArabic-Medium.eot");
	src: url("../fonts/DiodrumArabic-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/DiodrumArabic-Medium.woff2") format("woff2"), url("../fonts/DiodrumArabic-Medium.woff") format("woff"), url("../fonts/DiodrumArabic-Medium.ttf") format("truetype");
}

@font-face {
	font-family: DiodrumArabic;
	font-weight: bold;
	font-style: normal; 

	src: url("../fonts/DiodrumArabic-Bold.eot");
	src: url("../fonts/DiodrumArabic-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/DiodrumArabic-Bold.woff2") format("woff2"), url("../fonts/DiodrumArabic-Bold.woff") format("woff"), url("../fonts/DiodrumArabic-Bold.ttf") format("truetype");
}

.content{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 200;
}
.logo img{
    width: 200px;
    margin-bottom: 40px;
}
.title{
    font-size: 72px;
    line-height: 72px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 5px;
    text-shadow: 1px 1px 1px #000;
}
.subtitle{
    font-size: 20px;
    font-weight: 500;
    color: #475970;
    color: #ddd;
    text-shadow: 1px 1px 1px #000;
}
.soon{
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 32px;
    font-weight: bold;
    color: #ffb715;
    z-index: 200;
    text-shadow: 1px 1px 1px #000;

}
.soon i{
    color: #ffb715;
    margin: 0 10px;
    font-weight: bold;
    text-shadow: 1px 1px 1px #000;
}