/*
	Template Name 	: Creative - Agency Coming Soon HTML Template
	Author 			: Awaiken Theme
	Author Url 		: https://awaikenthemes.com
*/

/************************************/
/***** 	     General css		 ****/
/************************************/

html{
	height: 100%;
}

body{
	font-size: 16px;
	height: 100%;
	font-family: 'Montserrat', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6{
	margin:0;
	font-weight: 700;
}

img{
	max-width: 100%;
}

a:hover{
	text-decoration: none;
	outline: 0;
}

a:focus{
	text-decoration: none;
	outline: 0;
}


.comming-soon{
	width: 100%;
	position: relative;
	min-height: 100%;
}

.comming-soon-info{
	width: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 3;
	display: flex;
	align-items: center;
}

.comming-soon-info:after{
	content: '';
	display: block;
	position: absolute;
	right: -100px;
	left: 0;
	bottom: 0;
	top: 0;
	background: #fff;
	transform: skewX(-10deg);
}

.comming-soon-inner{
	max-width: 568px;
	margin: 0 auto;
	width: 100%;
	padding: 40px;
	position: relative;
	z-index: 2;
}

.site-info{
	margin-top: 40px;
}

.site-info h2{
	text-transform: uppercase;
	color: #004481;
	font-size: 54px;
	font-weight: 900;
	line-height: 1em;
	margin-bottom: 6px;
}

.site-info p{
	line-height: 1.5em;
	color: #4d4a4a;
	font-weight: 500;
}

.intro-video{
	max-width: 320px;
	border: 4px solid #004481;
	position: relative;
	margin-top: 30px;
}

.intro-video a{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.2);
	text-align: center;
}

.intro-video a i{
	color: #fff;
	font-size: 60px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.contact-info{
	margin-top: 30px;
}

.contact-info span{
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	color: #4d4a4a;
	position: relative;
	font-weight: 500;
}

.contact-info span:after{
	content: '/';
	color: #4d4a4a;
	padding: 0 6px 0 10px;
}

.social-link{
	display: inline-block;
	vertical-align: top;
}

.social-link a{
	color: #4d4a4a;
	margin-right: 4px;
	transition: all 0.3s;
}

.social-link a:hover{
	color: #f52424;
}

.coming-soon-image{
	width: 50%;
	background: url(../images/coming-bg.jpg) no-repeat right center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 50%;
	bottom: 0;
	z-index: 2;
}

@media only screen and (max-width:1024px){
	body{
		background: url(../images/coming-bg.jpg) no-repeat top center fixed;
		background-size: cover;
	}
	
	.site-info h2{
		font-size: 46px;
	}
	
	.coming-soon-image{
		display: none;
	}
	
	.comming-soon-info{
		position: absolute;
		left: 0;
		top: 0;
		bottom: auto;
		display: block;
		min-height: 100%;
		width: 100%;
		background: rgba(255,255,255,0.9);
	}
	
	.comming-soon-info:after{
		display: none;
	}
	
	.comming-soon-inner{
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
	}
}

@media only screen and (max-width:480px){
	.comming-soon-inner{
		position: relative;
		left: 0;
		top: 0;
		padding: 20px;
		transform: translate(0,0);
	}
}