@font-face {
     font-family: American-Typewriter-Regular;
     src: url('./fonts/American-Typewriter-Regular.ttf');
}
body{
	font-family: 'Open Sans', sans-serif!important;
}
#Banner{
	position: fixed;
	background-image: url('./images/BG.svg');
  	background-repeat: no-repeat;
  	background-attachment: fixed;
  	background-size: cover;
  	width: 100%;
  	height: 100%;
}
.header_logo{
	max-width: 80%;
	margin: auto;
	padding-top: 30px;
}
.header_logo img{
	width: 28%;
}
.logo-desk{
    margin-top: -65%; 
    padding-left: 70px;
}
.image_style{
	width: 100%;
}
.banner_sec{
	display: flex;
	max-width: 80%;
	margin: auto;
	align-items: center;
}
.banner_image{
	position: absolute;
	bottom: 0;
	width: 45%;
	right: 0;
}
.row.banner_sec .banner_text_wrap{
	padding: 0;
}
.banner_text{
	width: 60%;
}
.banner_text h1{
	font-size: 70px;
	line-height: 70px;
	color: #fff;
}
.banner_top_text{
	position: absolute;
	top: 35%;
}
.banner_top_text:after{
	content: '';
    display: block;
    height: 80%;
    width: 2px;
    background: #fff;
    position: absolute;
    top: 60px;
    left: 8px;
}
.banner_top_text p{
	font-size: 30px;
	color: #fff;
	margin: 0;
	font-family: 'American-Typewriter-Regular';
}
.change_text{
	position: absolute;
	width: 25%;
	bottom: 19%;
}
.change_text:before{
	content: '';
    display: block;
    position: absolute;
    top:-30%;
   /* background-image: url(./images/Quote_Left.svg);*/
    width: 100%;
    height: 45%;
    left: -22%;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
}
.change_text:after{
	content: '';
    display: block;
    position: absolute;
   /* background-image: url(./images/Quote_Right.svg); */
    width: 100%;
    height: 45%;
    right: -75%;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -25%;
}
.banner_text_wrap, .banner_img_wrap{
	width: 50%;

}
#Banner .banner_text_wrap{
    position:absolute;
    top:44%;
}
.grid_bg{
	position: absolute;
	bottom: 0;
	height: 210px;
}

/*onboard page*/
.onboard_sec{
	display: flex;
	align-items: center;
/*	position: fixed;
	width: 100%;*/
}
.onboard_begin{
	width: 57%;
}
.Login_wrap{
	width: 43%;
}
#onboard{
	height: 100%;
	position: relative;
}
.right-img{
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
}
.onbaord_image{
	position: relative;
}
.onboard_begin_text{
	position: absolute;
    bottom: 22%;
    left: 16%;
    width: 75%;
}
.onboard_begin_text h1{
	font-size: 40px;
	color: #fff;
	line-height: 50px;
	font-weight:600;
}
.login_text{
	width: 70%;
	margin-bottom: 50px;
}
.login_text_wrap{
	padding-left: 70px;
}
.login_text h2{
	font-size: 48px;
	color: #262424;
	line-height: 65px;
	position: relative;
    text-transform: uppercase;
}
.login_text strong{
	font-weight: 800;
}
.login_input input {
    width: 70%;
    border: 0;
    padding: 15px;
    background: #c5c9c2;
    border-radius: 50px;
    background-image: linear-gradient(to right, #DEDFE1,  #DEDFE1, #192A24);
    text-align: center;
    color: #184C84;
}
.login_input input:focus-visible{
	outline: 0;
}
.login_input input::placeholder{
	color: #184C84;
	text-align: center;
	font-size: 16px;
	text-decoration: underline;
	padding-bottom: 5px;
	opacity: 1!important;
}
.login_input{
	margin-bottom: 35px;
}
.login_cta input{
    padding: 15px 30px;
    background-color: #184C84;
    color: #fff;
    width: 70%;
    display: inline-block;
    border-radius: 50px;
    text-align: center;
    text-decoration: none;
    border:0;
}
.slick-list.draggable{
	padding: 0!important;
	line-height: 0;
}

.onboard_sec .a-left, .onboard_sec .a-right{
    position: absolute;
    bottom: 10%;
    right: 12%;
    transform: rotate(180deg);
    width: 6%;
    cursor: pointer;
}
.onboard_sec .a-right{
	left: 16%;
	z-index: 1;
	transform: none;
}
.onbaord_element{
	position: absolute;
    bottom: 0;
    z-index: -1;
    right: 2.5%;
    opacity: 0.6;
}
.login_text h2 span{
	position: relative;
}
.login_text span:after {
    content: '';
    position: absolute;
    border-bottom: 5px solid #FFD217;
    /* width: 100%; */
    width: 100%;
    left: 0;
    top: 100%;
}
/*end onboard page*/

/*home page start*/

.header .navbar{
    display: block!important;
    opacity: 1;
    border-bottom: 1px solid #f2f2f2;
}
.navbar-brand{
    padding: 0!important;
}
/*.navbar-brand img{
    width: 15%;
}*/
.containers{
    max-width: 80%;
    margin: auto;
    padding: 18px 0 18px;
}
.nav-cta{
    float: right;
    text-align: right;
    margin-top: -5px;
    color: #fff;
}
.font-weight-b{
	font-weight: bold;
}
.welcome_text h1, .heading-level-1{
	font-size: 32px;
	color: #7F8083;
	line-height: 28px;
	margin: 0;
	margin-bottom: 20px;
	position: relative;
	width: fit-content;
}
.tree_details .heading-level-1 {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 0;
}
.tree_details .para_2.text-black {
    font-size: 16px;
}
.welcome_text h1:after, .head_sec .para:after{
	content: '';
    position: absolute;
    background-image: url(./images/Slant.svg);
    width: 10%;
    height: 80%;
    right: -12%;
    top: 10%;
    background-repeat: no-repeat;
    background-size: contain;
}
.para_white{
	font-size: 18px;
	color: #ffffff;
	line-height: 28px;
	margin: 0;
}
.welcome_text .para_left {
    font-size: 18px;
    font-weight: bold;
}
.welcome_text_wrap .image_style {
    width: 80%;
}
.para, .para_2{
	font-size: 18px;
	color: #184C84;
	line-height: 28px;
	margin: 0;
}
.para_2{
	font-size: 16px;
}
.row.welcome_sec{
	max-width: 82%;
	margin: auto;
	align-items: center;
	padding: 25px 0;
}
.trees_count{
	background: #184C84;
    padding: 20px 30px;
    border-radius: 20px;
}
.heading-level-1{
	color: #184C84;
	font-weight: bold;
	margin: 0;
	margin-bottom: 5px;
	width: 100%;
	position: relative;
}
.trees_count .para{
	width: 80%;
}
.trees_count .para_white{
	width: 90%;
}

.temperature{
	padding:15px;
	background:#E3E3E3;
	border-radius: 10px;
	text-align: center;
	margin-bottom: 16px;
}
.plant_wrap{
	max-width: 83%;
	margin: auto;
	background-image: url('./images/HomeScreen_3.0_Img@2x.png');
  	background-repeat: no-repeat;
  	background-size: cover;
  	width: 100%;
  	height: 100%;
  	padding: 40px;
  	height: 395px;
  	border-radius: 20px;
}
#plant_details {
    background-image: url('./images/BG-Slant.png');
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 30px;
    margin-bottom: 20px;
}
#trees .para {
    color: #262424;
    font-size: 18px;
}
.index_wrap{
	background: #73BD44;
    border-radius: 10px;
    height: 200px;
    width: 145px;
    text-align: center;
    padding: 15px;
    color: #fff;
}
.text-c{
	color: #fff;
}
.index_wrap .para_2{
	line-height: 20px;
	margin-top: 30px;
}
.index_wrap .heading-level-1:after, .status_wrap .line-b:after{
	content: '';
	display: block;
	height: 2px;
	width: 100%;
	position: absolute;
	background-color:#fff;
	bottom: -50%;
}
.status_wrap .line-b:after{
	background-color: #bebebe;
	bottom: -5px;
}
.plant_detail_wrap{
	display: flex;
}
.status_wrap .para_2{
	color: #262424;
	position: relative;
}
.status_wrap .para_2:last-child{
	font-style: italic;
	font-weight: 600;
	margin-top:10px;
}
#homeDiv{
	background-image: url('./images/Grid@2x.png');
  	background-repeat: no-repeat;
  	background-size: cover;
  	width: 100%;
  	height: 100%;
}
.plant_wrap_inside{
	display: flex;
}
.temp_wrap, .satelite_img, .index_wrap{
	padding-right: 12px;
}
.status_wrap{
	padding-left: 20px;
}
.AR_width a{
	width: 356px!important;
}
.AR_cta a, .download_cta a {
    padding: 14px 40px;
    background-color: #184C84;
    color: #fff;
    display: inline-block;
    border-radius: 50px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    /*width: 300px;*/
}
.bg_gray{
	background: #E3E3E3 0% 0% no-repeat padding-box; 
}
.AR_cta{
	text-align: center;
	padding-bottom:50px;
}
.tree_sec{
	max-width: 81%;
    margin: auto;
    padding: 20px 0 50px;
    display: block;
}
.tree_details {
    background: #E2E2E2;
    border-radius: 10px;
    box-shadow: 0px 3px 6px #00000029;
    padding: 25px;
    text-align: center;
    width: 97%;
    margin: auto;
    height: 300px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.tree_details .mb-b {
    font-style: italic;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 18px;
}
.tree_sec .a-left {
    position: absolute;
    left: -7%;
    width: 4%;
    top: 41%;
    cursor: pointer;
}
.tree_sec .a-right {
    position: absolute;
    right: -7%;
    width: 4%;
    top: 41%;
    cursor: pointer;
}
.head_sec{
	text-align: center;
}
.head_sec .para{
	position: relative;
	width: fit-content;
	margin: auto;
}
.head_sec .para:after{
	background-image: url(./images/Slant-1.svg);
	top: 20%;
	right: -35%;
	height: 100%;
	width: 30%;
}
.row.plant_tree_sec{
	max-width: 82%;
	margin: auto;
	padding: 40px 0 50px;
	align-items: center;
	text-align: center;
}

.para{ text-align: center;}
.para_left{ text-align: left!important;}
.text_wrap .para, .about_text .para{
	margin-bottom: 15px;
	font-size: 18px;
	color: #262424;
	text-align: left;
}
.video_wrap{
	height: 250px;
    background: #000;
}
.text_wrap{
	padding-left: 20px;
}
.text_wrap .para a, .footer_sec a{
	font-style: italic;
	color: #184C84;
	text-decoration: none;
}
.footer_sec a{
	font-style: normal;
}
.certificate_sec {
    text-align: center;
    margin: auto;
    padding: 40px 0;
    width: 45%;
    border-top: 1px solid #3a3a3a;
}
.certificate_sec:after {
    content: "";
    position: relative;
    width: 60px;
    height: 1px;
    background: #3a3a3a;
    bottom: -45px;
    left: 50%;
    display: block;
    transform: translate(-50%);
}
#logout .AR_cta {
    border-bottom: 1px solid #3a3a3a;
    padding-bottom: 50px;
    width: 45%;
    margin: 0 auto;
}
.certificate_sec p {
    font-size: 18px;
}
.text-black{
	color: #262424;
}
.certificate_sec .download_cta{
	padding-top: 30px;
}
.download_cta a{
	background: transparent;
	background: #BBD630;
	font-weight: 600;
	color: #184C84!important;
}
.footer_sec{
	text-align: center;
	margin: auto;
	padding: 30px 0;
}
.social_icons{
	padding-top: 10px;
}
.social_icons .social_link{
	padding: 0 10px;
}
.copy_sec{
	background:#000;
	padding: 15px;
	text-align: center;
}
.copy_sec .para_2{
	font-size: 16px;
	text-decoration: none;
}
/*Home end*/
/*About start*/
.nav-cta img{
	width: 80%;
}
#bg_wrap{
	background-image: url('./images/about-grid.svg');
  	background-repeat: no-repeat;
  	background-size: cover;
  	width: 100%;
  	height: 100%;
}
.about_text{
	max-width: 80%;
	margin: auto;
	padding: 30px 0 20px;
	margin-top: 20px;
}
.about_text .para_head{
	padding-bottom: 20px;
	color: #184C84;
}
.hr-line{
	border-bottom: 1px solid #3a3a3a;
	width: 45%;
	margin: auto;
}
.mobile{display: none;}
.onbaord_image .mobile{display: none!important;}
.onbaord_image .tab{display: none!important;}
.desktop{display: block;}
.tab{display: none;}

.video_wrap iframe{width:100%!important;}

#bg_wrap.about-bg{
        background-image: url(./images/Gridbg.svg);
}

@media(max-width: 1024px){
body{display: none;}
}
@media(max-width: 1024px) and (min-width: 992px){

}	
@media(max-width: 1200px) and (min-width: 1025px){
.onboard_begin_text h1{font-size: 30px;line-height: 40px;}
.login_text h2{font-size: 40px;line-height: 50px}
.banner_text h1{font-size: 60px;line-height: 60px;}
.change_text:after{right: -80%;}
.tree_details{height: 320px;}
.tree_sec .a-left, .tree_sec .a-right{top: 45%;}
.plant_wrap{height:320px;}
	
}
@media(max-width: 1300px) and (min-width: 1201px){
	.tree_details{height: 300px;}
}
@media(max-width: 1400px) and (min-width: 1301px){


}
@media(max-width: 1599px) and (min-width: 1501px){
	.plant_wrap{height: 435px}

}
@media (max-width: 1799px) and (min-width: 1601px){
	.banner_text h1{font-size: 70px;line-height: 70px}
	.banner_top_text p{font-size: 40px;}
	.login_text h2{font-size: 60px}
	.onboard_begin_text h1{font-size: 50px;line-height: 60px}
	.login_input input, .login_cta input{padding: 20px 0;font-size: 20px;}
	.temperature{padding: 25px;}
	.satelite_wrap{width: 175px;}
	.index_wrap{height: 240px;width: 175px;}
	.plant_wrap{height: 480px;}
}
@media(min-width: 1800px){
	.banner_text h1, .login_text h2{font-size: 80px;line-height: 120px}
	.banner_top_text p{font-size: 50px;}
	.banner_top_text{top: 30%;}
	.banner_top_text:after{top: 80px;}
	.onboard_begin_text h1{font-size: 60px;line-height: 70px}
	.login_input input, .login_cta input, .login_input input::placeholder{padding: 30px 0;font-size: 25px;}
	.para,.para_white, .about_text .para_head, .para_2, .text_wrap .para, .about_text .para{font-size: 24px;line-height: 38px}
	.navbar-brand img{width: 25%;}
	.nav-cta img{width: 100%;}

	.welcome_text h1, .heading-level-1{font-size: 45px;line-height: 50px;}
	.AR_cta a, .download_cta a{font-size: 24px;padding:20px 50px;}
	.tree_details, .video_wrap{height: 380px;}
	.plant_wrap{height: 555px;}
	.index_wrap .para_2{line-height: 30px}
	.satelite_img img, .index_wrap{height: 260px;}
	.index_wrap{width: 200px;}
	.copy_sec .para_2{font-size: 14px;}
	.login_text{width: 80%;}

}
