@charset "utf-8";
/* CSS Document */

/*----------------
RESET CSS
-----------------*/
body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#000000;
	text-align:center;
	font-family: 'Inter';
	font-weight: 400;
	}
div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {margin: 0;padding: 0;}
header, section, footer, aside, nav, main, article, figure {display: block;}
table, tr, td {border: 0;}
a {outline: none;color: inherit;text-decoration: none;}
img {border: none; height:auto}
li {list-style: none;}
* {box-sizing: border-box;}
.img-full {max-width: 100%; height:auto;}
.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	}
.forMob,.forTab{ display:none ;}
.fl{ float:left;}
.fr{ float:right;}
/*==================font======================*/
@font-face {
    font-family: 'Inter';
    src: local('Inter Bold'), local('Inter-Bold'),
        url('Inter-Bold.woff2') format('woff2'),
        url('Inter-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: local('Inter ExtraBold'), local('Inter-ExtraBold'),
        url('Inter-ExtraBold.woff2') format('woff2'),
        url('Inter-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: local('Inter Regular'), local('Inter-Regular'),
        url('Inter-Regular.woff2') format('woff2'),
        url('Inter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
	}
@font-face {
    font-family: 'Inter';
    src: local('Inter SemiBold'), local('Inter-SemiBold'),
        url('Inter-SemiBold.woff2') format('woff2'),
        url('Inter-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
	}		


/*-----------------------
	MAIN CSS START
------------------------*/
.container {
	width: 1170px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	}

.ovrfl{overflow:hidden;}	

/*===========header=============*/	
.header{
	float:left;
	width:100%;
	padding:15px 0;
	}
.logo{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
/*===========banner=============*/	
.banner{
	background:url(../images/banner.jpg) center top no-repeat;
	background-size:cover;
	float:left;
	width:100%;
	padding:100px 0;
	min-height: calc(100vh - 150px);
	display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
	}	
.bnr-lft{
	float:left;
	width:54.27%;
	text-align:left;
	margin:0 0 0 0;
	}	
.bnr-txt1{
	display:inline-block;
	vertical-align:middle;
	font-size:20px;
	line-height:26px;
	color:#000000;
	font-weight:700;
	position:relative;
	}
.bnr-txt1:after {
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 80px;
    height: 2px;
    background: #000;
    margin: -2px 0 0 10px;
}	
.bnr-hding{
	font-size:45px;
	line-height:53px;
	color:#000000;
	font-weight:800;
	margin-top:15px;
	}	
.bnr-txt2{
	font-size:21px;
	line-height:26px;
	color:#000000;
	font-weight:600;
	margin-top:40px;
	}
.email-field{
	width:82%;
	background:#fff;
	border-radius:8px;
	height:70px;
	padding:10px 15px 10px 15px;
	text-align:left;
	margin-top: 10px;
	border:1px solid #d5d5d5;
	}
.email-field input{
	float: left;
    width: 60%;
	border:none;
	outline:none;
	color:#000;
	font-size:16px;
	line-height:50px;
	font-family: 'Inter';
	}
.sign-up{
	float:right;
	width:32%;
	vertical-align:middle;
	height:50px;
	line-height:50px;
	text-align:center;
	background:#1a6e3a;
	border-radius:8px;
	color:#ffffff;
	font-size:18px;
	font-weight:600;
	font-family: 'Inter';
	-webkit-appearance: none; 
	webkit transfrm:none;
	outline: none;
    border: none;
	cursor: pointer;
	}	
.bnr-txt3{
	font-size:16px;
	line-height:20px;
	color:#000000;
	margin-top:40px;
	}
.mushroom{
	position: absolute;
    top: -85px;
    right: -180px;
    max-width: 100%;
	}			
.bnr-prds{
	 position: absolute;
    top: -95px;
    right: -150px;
	max-width:100%;
	}	
	
.footer{
	float:left;
	width:100%;
	padding:30px 0;
	}
.footer p{
	color:#333;
	font-size:15px;
	letter-spacing:0.5px;
	}
															
/*=================*/
.forTab, .forMob{ display:none;}
.showDesk{ display:block;}
.hideDesk{ display:none;}

/*---------Media Querry---------*/

@media only screen and (max-width:1200px){
.container{width:1004px;}

.banner{ padding:90px 0;}
.bnr-txt1 {font-size: 19px;line-height: 24px;}
.bnr-hding {font-size: 38px;line-height: 46px;}
.bnr-txt2 {font-size: 20px;line-height: 25px;margin-top: 30px;}
.bnr-txt3 {margin-top: 30px;}
.mushroom { top: -81px;right: -12px; width: 600px;}
.bnr-prds {top: -97px;right: -128px;width: 702px;}
}

@media only screen and (max-width:1021px){
.container{ width:750px;}
.forDesk{ display:none;}
.forTab{ display:block;}

.banner{ padding:60px 0;}
.bnr-hding {font-size: 29px;line-height: 39px;}
.mushroom {top: 8px; right: -103px; width: 474px;}
.bnr-prds {top: -43px;right: -128px; width: 549px;}
.email-field {width: 98%;}
.bnr-txt1 {font-size: 18px;line-height: 23px;}
.bnr-txt1:after {width: 50px;}
.bnr-txt2 {font-size: 18px;}
.bnr-txt3 {font-size: 14px;line-height: 19px;}
}

@media only screen and (max-width:767px){
.container{ width:100%; max-width:600px; padding:0 15px;}

.forMob{ display:block;}
.hide-mob{ display:none;}

.header{ padding:12px 0;}
.logo { width: 180px;}

.banner{  padding:25px 0 30px 0;min-height: auto;}
.bnr-lft{ width:100%;text-align:center;}
.bnr-txt1 {font-size: 16px; line-height: 21px;}
.bnr-txt1:after {width: 25px;margin: -1px 0 0 10px;}
.bnr-txt1:before {
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 25px;
    height: 2px;
    background: #000;
    margin: -1px 10px 0 0;
	}
.bnr-hding {font-size: 24px; line-height: 32px;margin-top: 10px}
.bnr-txt2 {margin-top: 20px;}
.bnr-txt3 {margin-top: 15px;}
.email-field {width: 100%; height: 65px;padding: 7px 12px 7px 12px }
.email-field input{line-height: 47px;}
.email-field input {width: 60%;}
.sign-up {width: 37%; font-size:15px;}
.mob-prd{margin:20px auto 0;max-width:100%;}
.footer { padding: 22px 0;}
.footer p{ font-size:14px;}

}

@media only screen and (max-width:366px){
.bnr-hding {font-size: 23px;line-height: 30px;}
.bnr-txt2 {font-size: 16px;}
	
}
