/* CSS File 
	===================
	Template Name: Startup - Coming soon templete
	Author: ashishmaraviya
	Version: 1.0
	Copyright 2020
===================*/
/*------------------------------------------------------------------
	[ Layout 3 css file ]
*/
.classic-bg {
	width: 100%;
    height: 100vh;
    margin: auto;
    position: fixed;
    left: 0;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -ms-flex-pack: center;
    align-items: center;
    justify-content: center;
    z-index: 2;
    text-align: center;
    background-blend-mode: overlay;
    background-color: rgba(11, 13, 19, 0.8);
	background: url(../img/layout-bg-3.png);
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.hero-detail {
	background-color: rgba(255, 255, 255, 0.7);
	border: none;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .07)
}
.title {
	color: #222;
}
.hero-counter-desc {
    color: #888;
    font-size: 15px;
    font-weight: 300;
}
#timer .date-box{
	color: #222;
	border: 1px solid #888;
}
#timer .text{
	color: #555;
	font-weight: 400;
}
.subscribe_form button{
	border: 1px solid #888;
	color: #222;
}
.subscribe_form .button:hover{
	color: #fff;
	background-color: #222;
}
.subscribe_form input{
	height: 44px;
	background-color: transparent;
    border-radius: 0;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid #888;
}