/*
	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: 'regular', Audiowide;

}

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;
}

.logo {
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    /*flex-direction: column;*/
    /*color: #3357c0;*/
    /*font-size: xxx-large;*/
    /*letter-spacing: 10px;*/
}

.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;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.site-info {
    margin-top: 40px;
    width: 100%;
    text-align: center;
}

.site-info h2 {
    text-transform: uppercase;
    color: #12aef5;
    width: 100%;
    font-size: 56px;
    font-weight: 900;
    margin-bottom: 5rem;

}

.site-info p {
    line-height: 1.5em;
    color: #4d4a4a;
    font-weight: 500;
}

.intro-video {
    max-width: 320px;
    border: 4px solid #3357c0;
    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: #3357c0;
    font-size: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.contact-info {
    margin-top: 30px;
}

.contact-info p {
    display: inline-block;
    /*letter-spacing: 2px;*/
    vertical-align: top;
    font-size: 14px;
    color: #4d4a4a;
    position: relative;
    font-weight: 500;
}

.contact-info p: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: #3357c0;
}

.coming-soon-image {
    width: 50%;
    background: url(../images/coming-bg.jpg) no-repeat right center;
    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: absolute;
        top: 50%;
        transform: translateY(-50%);
        /* position: relative; */
        left: 0;
        /* top: 0; */
        padding: 20px;
        /* transform: translate(0, 0); */
    }
}