/*
	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%;
}


.comming-soon{
	width: 100%;
	position: relative;
	min-height: 100%;
}

.comming-soon-info{
    width: 50%;
    position: absolute;
    top: 0;
    left: 50%;          /* move login to right */
    bottom: 0;
    z-index: 3;
    display: flex;
    align-items: center;
}

.comming-soon-info:after{
    content: '';
    display: block;
    position: absolute;
    right: 0;
    left: -100px;       /* move skew shape to left side */
    bottom: 0;
    top: 0;
    background: #fff;
    transform: skewX(10deg);
}

.coming-soon-image{
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;            /* move image to left */
    bottom: 0;
    z-index: 2;
}

.comming-soon-inner{
	max-width: 568px;
	margin: 0 auto;
	width: 100%;
	padding: 35px 35px 35px 50px;
	position: relative;
	z-index: 2;
}
