/* CSS File 
	===================
	Template Name: Startup - Coming soon templete
	Author: ashishmaraviya
	Version: 1.0
	Copyright 2020
===================*/
/*==============
	Page General css
=================*/
body{
    font-family: 'Lato', sans-serif;
}
h1, h2, h3, h4, h5, h6{	
	font-family: 'Lato', sans-serif;
}
h2{
	margin-top: -5px;
	font-weight: 600;
	font-size: calc(22px + (32 - 22) * ((100vw - 300px) / (1920 - 320)));
    color: #555;
}
.disp-block{
	width: 50%;
	position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    display: inline-block;
	    box-sizing: border-box;
}
.page-hero{
	height: 100vh;
	padding: 20px;
    text-align: left;
	background-size: cover;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
	position: relative;
}
.page-hero:before{
	content: "";
	width: 100%;
	height: 100%;
	position:absolute;
	top:0;
	left:0;
	background-image: url('../img/cover.png');
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}
.page-intro{
	max-width: 700px;
    padding: 0;
	position: relative;
	text-align: left;
	border-radius: 10px;
}
.page-intro h2{
	margin-bottom: 15px;
	padding: 10px;
	font-size: 30px;
    color: #fff;
	line-height: 120%;
	font-weight: 600;
	position: relative;
	z-index: 9;
}
.page-intro h2:after{
	content: "";
	width: 107px;
	height: 55px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.9);
	z-index: -1;
}
.page-intro h1{
	margin-bottom: 15px;
	position: relative;
    z-index: 1;
	color: #111;
	font-size: 56px;
	line-height: 120%;
	font-weight: 900;
}
.hero-details{
	display: flex;
	align-items: center;
}
.blue{
	color: #ffeb3b;
}
.green, .cursor{
	color: #ffeb3b !important;
}
.page-intro p{
    position: relative;
    z-index: 1;
	color: #6b6b6b;
	font-size: 18px;
	letter-spacing: 0.03rem;
	line-height: 24px;
}
.page-hero .hero-plan-image{
	width: 150px;
	height: 260px;
		box-shadow: 0px 0px 15px #8c8c8c; 
	-webkit-box-shadow: 0px 0px 15px #8c8c8c;
	-moz-box-shadow: 0px 0px 15px #8c8c8c;
}
.hero-plan-image-1{
	position: fixed;
	top: 50px;
	left: 100px;
}
.hero-plan-image-2{
	position: absolute;
	top: 50px;
	left: 450px;
}
.hero-plan-image-3{
	position: absolute;
	top: 50px;
	right: 350px;
}
.hero-plan-image-4{
	position: absolute;
	bottom: 50px;
	left: 350px;
}
.hero-plan-image-5{
	position: absolute;
	bottom: 50px;
	left: 650px;
}
.hero-plan-image-6{
	position: absolute;
	bottom: 50px;
	right: 100px;
}
.logo-img{
    margin-bottom: 20px;
}
.pp-section{
    padding: 100px 0 70px 0;
}
.section-bg{
	background-image: url('../img/section-bg.png');
	background-size: cover;
	background-position: center;
}
.section-header{
	margin-bottom: 33px;
}
.design-image{
	height: auto;
	box-shadow: 0px 0px 15px #a9a9a9; 
	-webkit-box-shadow: 0px 0px 15px #a9a9a9;
	-moz-box-shadow: 0px 0px 15px #a9a9a9;
}
.design-image:hover{
	box-shadow: 0px 0px 15px #bbadff; 
	-webkit-box-shadow: 0px 0px 15px #bbadff;
	-moz-box-shadow: 0px 0px 15px #bbadff;
}
.preview:hover{
	 webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.preview-text{
	margin: 15px 10px 30px 10px;
    color: #555;
    font-size: 18px;
    text-align: center;
}
.preview-text-inner{
	margin-bottom: 30px;
}
.preview-image{
	max-height: 300px;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	box-shadow: 0px 0px 15px #e2e0e0;
    -webkit-box-shadow: 0px 0px 15px #e2e0e0;
    -moz-box-shadow: 0px 0px 15px #e2e0e0;
	webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.preview-image-inner{
	max-height: 250px;
}
.preview-image:hover{
	box-shadow: 0px 0px 15px #a9a9a9;
    -webkit-box-shadow: 0px 0px 15px #a9a9a9;
    -moz-box-shadow: 0px 0px 15px #a9a9a9;
}
.style-image{
	width: 100%;
}
.caption-block{
	height: 100%;
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9);
    border: 5px solid #ffeb3b;
    text-align: center;
    z-index: 999;
    opacity: 0;
	display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.preview-image:hover .caption-block{
	opacity: 1;
}
.product-bg {
	box-shadow: 0px 0px 15px #e2e0e0;
    -webkit-box-shadow: 0px 0px 15px #e2e0e0;
    -moz-box-shadow: 0px 0px 15px #e2e0e0;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;	
}
.product-bg:hover {
	box-shadow: 0px 0px 15px #a9a9a9;
    -webkit-box-shadow: 0px 0px 15px #a9a9a9;
    -moz-box-shadow: 0px 0px 15px #a9a9a9;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;	
}
.features-image{
    box-shadow: 0px 0px 15px #dfd9ff;
    -webkit-box-shadow: 0px 0px 15px #dfd9ff;
    -moz-box-shadow: 0px 0px 15px #dfd9ff;
    border-radius: 25%;
	background-color: #fff;
}
.features-text {
    margin: 15px 0px 30px 0px;
    color: #555;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
}
.rating{
	margin: 0 15px;
	width: 100%;
	text-align: center;
}
.rating-star{
	padding-bottom: 30px;
}
.footer {
	background-color: #444;
}
.footer span { 
	color: #ffeb3b;
	font-weight: 600;
}
.footer p{
	margin-bottom: 0;
	padding: 15px;
	width: 100%;
	font-size: 14px;
	font-weight: 300;
    text-align: center;
	color: #fff;
}