@import url("https://fonts.googleapis.com/css?family=Lato:400,700");

:root {
  --primaryColor: #164435;
  --lightColor: #effbf7;
  --mainWhite: #fff;
  --mainDark: #0d3125;
  --mainGrey: #646262;
  --lightGrey: #c8c8c8;
  --mainGold: #c57a09;
  --mainSpacing: 0.1rem;
  --mainTransition: all 0.3s linear;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Landing hero */

.hero{
  height: 100vh;
  width: 100%;
  background-image:linear-gradient(to right, #134e5ea6, #71b280a6), url('../images/hero3_img.jpg') ;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  padding-top: 85px;
}
.hero-content{
  margin-top: 45px;
}
.txt-wrapper{
  margin-top: 95px;
  color: var(--mainWhite)!important;
}
.txt-wrapper h1{
  color: var(--mainWhite);
  font-size: 70px;
  margin: 5px 0;
}
.txt-wrapper h3{
  color: var(--mainWhite);
  font-size: 45px;
}
.txt-wrapper p{
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 35px;
}
/* .txt-wrapper .link-btn{
  color: var(--mainWhite);
  background-color: var(--primaryColor);
  padding: 12px 20px;
  font-weight: 300;
  transition: var(--mainTransition);
}
.txt-wrapper .link-btn:hover{
  border: var(--mainWhite) solid 2px;
  background-color: transparent;
  text-decoration: none;
} */
.form-wrapper{
  background-color:rgba(255, 255, 255, 0.472);
  margin: 20px 20px;
  margin-bottom: 30px;
  padding: 30px;
  height: 460px;
  border-radius: 10px;
  color: var(--primaryColor);
}
.form-wrapper label{
  margin: 5px 5px;
}
.form-wrapper input, select{
  width: 100%;
  height: 40px;
  margin-bottom: 15px;
  padding: 5px 10px;
  border: 1px solid var(--mainGrey);
  border-radius: 10px;
  color: var(--primaryColor);
  outline: none;
  background-color: var(--mainWhite);
}
.form-wrapper select{
  margin-bottom: 15px
}
.form-wrapper button{
  margin-top: 15px;
  margin-left: 90px;
  height: 40px;
  width: 180px;
  background-color: var(--mainGold);
  border: 0;
  border-radius: 10px;
  color: var(--mainWhite);
  font-weight: 300;
  transition: var(--mainTransition);
}
.form-wrapper button:hover{
background-color: transparent;
border: var(--mainWhite) solid 2px;
color: var(--primaryColor);
}
/* Landing hero ending */

/* How info */
.how-info{
  margin-top: 120px;
  margin-bottom: 150px;
  text-align: center;
}
.how-info h1{
  font-weight: 300;
  font-size: 18px;
}
.step-wrapper{
  width: 80%;
  margin-top: 80px;

  }
 .steps{
   border-radius: 10px;
   box-shadow: 3px 4px 46px 6px rgba(197,122,9,0.47);
 }
  .step-box{
    height: 400px;
    background-color: var(--mainGold)!important;
    border: none;
    border-radius: 10px;
    padding: 35px;
  }
  .step-box img{
    height: 310px;
  }
  .info-txt{
    margin-top: 120px;
    padding-left: 80px;
  }
  .info-txt p{
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 300;
  }
  .info-txt ul{
    text-align: left;
    font-size: 18px;
    font-weight: 300;
  }
/* How info End */

/* Investor Testimonials  */
.testimonials{
  height: 100vh;
  width: 100%;
  /* overflow-x: hidden; */
}
.testiMain-wrapper{
  width: 100%;

}
.testimonial-img{
  height: 100vh;
  background-image:linear-gradient(to right, #134e5ea2, #71b280a2), url('../images/farmer2.jpg');
  background-position: -80px 100%;
  background-size: cover;
  background-attachment: fixed;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  padding-top: 130px;
  color: var(--mainWhite);
}
.testimonial-img h3{
  font-size: 55px;
  font-weight: 300;
  margin-left: 50px;
  margin-bottom: 30px;
}
.testimonial-img ul {
  padding-left: 40px;
  font-size: 35px;
  font-weight: 300;
  margin-left: 50px;
}
.testi-wrapper{
  width: 200px;
}

.testi-wrapper h3{
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 3px;
  margin-bottom: 60px;
  margin-right: 125px;
  text-align: center;
}
.testimonial-box{
  width: 400px;
  height: 140px;
  /* border: var(--primaryColor) solid 1px; */
  border-radius: 10px;
  margin-top: 40px;
  /* margin-left: 180px; */
  box-shadow: 13px 10px 26px -6px rgba(199,199,199,0.84);
  position: relative;
  left: 55px;
}
.right{
 margin-left: 60px;
}
.testimonial-pix img{
  height: 75px;
  width: 75px;
  padding: 10px;
  background-color: var(--mainGrey);
  border-radius: 50%;
  position: absolute;
  top: -25px;
  left: -10px;
}
.right img{
  left: 40px;
}

/* Investor Testimonials End */

/* Statistics */
.stats{
  width: 100%;
  height: 200px;
  text-align: center;
  padding: 80px ;
  margin-top: 20px;
  margin-bottom: 120px;
  
}
.stat-boxes{
  width: 80%;
  margin: auto;
  text-align: center;
}
.stats-box{
  height: 140px;
  margin: 5px 0;
  padding: 40px 80px;
  box-shadow: -1px -2px 48px -13px rgba(158,158,158,0.65);
  border-radius: 10px;
}

/* Statistics End */

/* Call to action */
.cta{
  height: 270px;
  text-align: center;
  padding-top: 120px;
  background-image: url('../images/stats_bg.svg');
  background-size: cover;

}
.cta h4{
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 45px;
}
.cta a{
  background-color: var(--mainGold);
  padding: 20px;
 border-radius: 9px;
 border: 1px solid var(--mainGold);
 transition: var(--mainTransition);
}
.cta a:hover{
  color: var(--mainGold);
  background-color: var(--mainWhite);
  border: 1px solid var(--mainGold);
}
/* Call to action End */

/*
/////////////////////////////////////////////
////////////////////////////////////////////
///////////////////////////////////////////   
*/

/* Home page responsive style */
@media(max-width:600px){
  /* Hero Responsive */
  .hero{
    height: 1000px;
  }
.txt-wrapper{
  text-align: center;
}
  .txt-wrapper h1{
    font-size: 35px;
  }
  .txt-wrapper h3{
    font-size: 20px;
  }
  .txt-wrapper p{
    font-size: 16px;
  }
/* Hero Responsive End */

/* Form Responsive */
.form-wrapper{
  width: 310px;
  height: 520px;
}
.form-wrapper button{
  margin-left: 40px;
}
/* Form Responsive End*/

/* How info Response */
.how-info h1{
  font-size: 22px;
}
.step-wrapper{
  margin-left: 40px;
}
.info-txt{
  padding: 30px;
}
.info-txt ul{
  font-size: 16px;
}
/* How info Response End */

/* Testimonials Responsive */
.testiMain-wrapper{
  margin: 0;
  
}
.testimonial-img{
  height: 300px;
  width: 100%;
  border-radius: 0;
  padding-top: 80px;

}
.testimonial-img h3{
  font-size: 25px;
}
.testimonial-img ul{
  font-size: 20px;
}
.testi-wrapper{
  padding: 60px 10px;
  width: 100%;
  
}
.testi-wrapper h3{
  text-align: center;
  margin: auto;
  padding: 20px;
}
.testimonial-box{
  width: 280px;
}
.right{
  margin-left: 0;
}
.right img{
  left: 10px;
}
/* Testimonials Responsive End*/

/* Statistics Responsive*/
.stats{
  height: 400px;
  margin-top: 480px;
  margin-bottom: 200px;
  position: relative;
  padding: 10px;
}

/* Statistics Responsive End */
}

/*Call to action Responsive*/
.cta{
  padding-top: 80px;
}
.cta h4{
  font-size:18px
}
.cta a{
  padding: 10px;
}

/*Call to action Responsive End*/

/* Home page responsive style End*/