/* CSS File 
	===================
	Template Name: Startup - Coming soon templete
	Author: ashishmaraviya
	Version: 1.0
	Copyright 2020
===================*/
/*------------------------------------------------------------------
	[ Responsive css file ]
*/
@media (max-width: 1366px) {
	.global_title {
 		font-size: 38px;
 	}
 	.logo img{
		width: 180px;
	}
 	.hero-counter, .hero-container{
		max-width: 550px;
	}	
	.hero-container .title{
		font-size: 40px;
		line-height: 33px;
	}
	.main-info{
		width: 550PX;
	}
}
@media (max-width: 1199px) {
	.global_title{
		font-size: 37px;
	}
}
@media (max-width: 991px) {
 	.global_title {
 		font-size: 36px;
 	}
}
@media (max-width: 767px) {
	.hero-container {
		margin: auto;
	    padding: 50px 30px;
	}
	.main-info{
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		top: 0; 
		left: 0; 
		bottom: 0; 
		right: 0;
		z-index: 3;
	}
	.logo img {
    	width: 140px;
    	padding: 0;
    }
    #timer .date-box{
		width: 90px;
	    height: 90px;
		font-size: 28px;
	}
	.hero-container .title {
		font-size: 34px;
	}
	.global_title {
 		font-size: 34px;
 	}
	.subscribe_form .button .btn-icon {
		display: block;
	}
	.subscribe_form .button .btn-text {
		display: none;
	}
	.subscribe_form button{
		width: 44px;
		height: 44px;
		padding: 0;
		font-size: 18px;
	}
}	
@media (max-width: 575px) {
	.hero-section{
		height: 100%;
	}
	.hero-container{
		width: 95%;
    	padding: 50px 30px;
	}
	.logo {
		margin: 0 auto 25px auto;
	}
	.hero-container .title {
		font-size: 32px;
		line-height: 38px;	
	}
	.hero-counter-desc {
		font-size: 13px;
		line-height: 24px;
	}
	.main-block{
		padding: 0;
		background-blend-mode: overlay;
    	background-color: rgba(0, 0, 0, .3);
	}
	.subscribe_now {
		width: 100%;
		padding: 0 15px;
	}
	.subscribe_now form input{
		margin-bottom: 15px !important;
		width: 100% !important;
		display: block;
	}
	.validation {
		width: 100%;
		top: 110px;
		text-align: center;
    }
	.subscribe_form .input-group-btn{
		margin: auto;
	}
	#newsletter_modal .modal-body {
    	padding: 50px 15px;
	}
}
@media (max-width: 480px) {
	.hero-container {
		padding: 50px 15px;
	}
	.global_title {
 		font-size: 30px;
 	}
}