@font-face {
    font-family: 'nexa_boldregular';
    src: url('nexa_bold-webfont.woff2') format('woff2'),
         url('nexa_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
body{
	font-family: "Poppins", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #1e2022;
    text-align: left;
    background-color: #fff;
	margin:0;
}

.main-content{
	height:100vh;
}
.block1{
	float:left;
	width:40%;
	background:url('../images/meditation-slide.png');
	height:100vh;
	background-repeat:no-repeat;
	background-size: contain;
}
.block2{
	float:left;
	width:60%;
	background:url('../images/meditation.png');
	height:100vh;
	background-repeat:no-repeat;
	background-position:right center;
	background-size: contain;
}
.banner-section{position:relative;}
.heading-container{
	position: absolute;
    top: 22%;
    max-width: 750px;
    left: 5%;
    height: 300px;
}
.heading{    
	color: #6cb7bf;
    font-family: 'nexa_boldregular';
    font-size: 90px;
    margin: 0;
}
.tagline{font-size: 22px;margin: 0;max-width:80%;color: #58595b;font-weight: 300;}
.get-now{
   background: #58595b;
    color: #FFF;
    border: 0;
    padding: 10px 30px;
    border-radius: 25px;
    font-size: 27px;
    margin-top: 30px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    letter-spacing: 1px;
    font-family: 'nexa_boldregular';
}
.text-center{text-align:center;}
.copyright{padding:10px;margin-top:20px;}
.clear{clear:both;}
.block4,.block3{display:none;}
@media (max-width: 1366px) {
	.heading{font-size:80px;}
	.tagline{font-size: 22px;max-width:75%;}
	.heading-container{top:15%;}
}
@media (max-width: 768px) {
	.block1,.block2{display:none;}
	.block3{
		display:block;
		padding:10px;
		margin-top:30px;
	}
	.block3 img{
		max-width:100%;	
	}	
	.block4{
		height:100vh;
		display:block;
		background:url('../images/meditation-slide-mobile.png');
		background-repeat:no-repeat;
		background-position:right center;
		background-size: contain;
	}
	.heading-container{
		position:inherit;
		background:url('../images/meditation-slide-mobile.png');
		background-repeat:no-repeat;
		background-position:left center;
		background-size: contain;
		width: 100%;
		height: auto;
		left: 0;
		text-align: center;
	}
	.heading{font-size: 35px;text-align: center;padding: 15px 15px 0 15px;}
	.tagline{
		font-size: 14px;
		max-width: 100%;
		text-align: center;
		padding: 0px 45px;
	}
	.get-now{font-size:20px;}
}