@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Roboto:wght@300;400;500&display=swap');

:root{
    --stdgreen:#2C541D;
    --stdfaintgreen:#74A84A;
}
* {
  margin: 0;
  padding: 0;
  font-size: 16px;
  box-sizing: border-box;
  border: none;  
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
  height: 100%;
}

button {
  background-color: transparent;
}
body {
    background-color: #FFFFFF;
  }
  .mainNav {
    display: none;
  }
  
  .navigation {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    width: 100%; 
   
 }

.bgfirst{
    background-image: url(../images/illustration/Banner.jpg);
    height: 90vh;
    width: 100%;
    background-size: cover;
    padding: 30px;
     margin-bottom: 30px; 
   background-position: center;
}
.Websitename a{
    font-size: 25px;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    color: black;
    letter-spacing: 4px;
} 
.btnMobile{
    background-color: var(--stdfaintgreen);
    width: 45px;
    height: 45px;
}
.head-2{
    justify-content: center;
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 62%;
    width: 100%;
}
.head-2 h1{
    font-size: 60px;
    color: var(--stdgreen);
    letter-spacing: 5px;
    font-family: "Jost", sans-serif;
    font-weight: 500;
}
.head-2 h2{
    font-size: 40px;
    font-family: "Jost", sans-serif;
    font-weight: 300;
    letter-spacing: 6px;
}
.button{
   
    text-align: center;    
    transition: all .3s linear;  
}
.button1{
    background-color:var(--stdfaintgreen) ;
    width: 150px;   
    margin-top: 20px;
    padding: 10px;
    border-radius: 2px;
    letter-spacing: 2px;
    color: #FFFFFF;  
    font-family: "Roboto", sans-serif;
    
   
}
.button :hover{
    box-shadow: 10px 10px 5px 5px rgb(171, 171, 171);
    transform: translateY(-5px);
}

.box-1{
    width: auto;
    margin: 0 auto;
    margin-bottom: 30px;
}
.box-1 img{
    padding-bottom: 15px;
}
.box-1 h2{
    font-size: 24px;
    padding-bottom: 15px;
    font-family: "Jost", sans-serif;
}
.box-1 p{
    font-size: 17px;
    font-family: "Roboto", sans-serif;
    color: gray;
    line-height: 30px;
}
.box-2{
    width: 300px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.box-last{
  
    justify-content: center;
    text-align: center;
    height: 50%;
    width: 100%;
}
.box-last h2{
    
    font-size: 41px;
    padding-bottom: 20px;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    color: var(--stdgreen);
    letter-spacing: 5px;
}
.box-last p{
    font-size: 17px;
    padding-bottom: 20px;
    font-family: "Roboto", sans-serif;
    color: gray;
    line-height: 30px;
    
}
.box-last button{
    background-color:var(--stdfaintgreen) ;
    width: 180px;   
    margin-top: 20px;
    padding: 10px;
    border-radius: 2px;
    letter-spacing: 2px;
    color: #FFFFFF;  
    font-family: "Roboto", sans-serif;
     
}
.bglast{
    background-image: url(../images/illustration/Call-to-action.jpg);
    background-size: cover;
    height: 73vh;
    background-position: center;
    display: flex;
    align-items: center;
    padding: 0 25px;
}
.foot{
    justify-content: center;
    text-align: center;
    padding: 30px;
}
.foot ul{
    padding-bottom: 30px;
   
}
.list {
    color: black;
    font-family: "Roboto", sans-serif;
   line-height: 30px;
}
.foot h2{
    padding-bottom: 30px;
    font-size: 25px;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    color: black;
    letter-spacing: 4px;
   
}
.end p{
    font-family: "Roboto", sans-serif;
    margin-top: 15px;
}
.box-3{
    width: auto;
    margin: 0 auto;
    margin-bottom: 30px;
    
}
.box-3 h2{
    font-size: 36px;
    padding-bottom: 15px;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    letter-spacing: 4px;
}
.box-3 p{
    font-size: 17px;
    font-family: "Roboto", sans-serif;
    color: gray;
    line-height: 30px;
    padding-left: 20px;
}
.flex1{
    padding: 30px;
}
.flex2{
    padding: 30px;
}
.flex3{
    margin-top: 15px;
}
@media (min-width: 768px){
.flex1{
    display: flex;
    column-gap: 20px;
    justify-content: center;
    
}
.flex2{
    display: flex;
   column-gap: 20px;
}
.flex3 ul{
display: flex;
justify-content: center;
column-gap: 30px;
}
.box-1{
    padding: 10px;  
}

.box-1 img{
    object-fit: cover;
    padding-bottom: 15px;
    
}
.boximg{
    width: 200px;
    height: 300px;
}
.box-2 img{
    object-fit: contain;
    width: 344px;
    height: 250px;
}
.box-3 h2{
padding-left: 20px;
}
.box-2{
    width: auto;
}
.box-3{
    margin-top: 0;
}
}
@media (min-width: 992px) {

    .btnMobile {
        display: none;
      }
      .mainNav {
        display: block;
      }
      .mainNav ul {
        display: flex;
        color: white;
      }
      .mainNav ul li {
        padding: 0 20px;
      }
      .nav-link {
        font-family: "Roboto", sans-serif;
        font-size: 17px;
        color: black;
      }  
      .boximg{
        width: 100%;
      }  
      .box-3{
        width: 50%;
        align-self: center;
      }
      .box-2{
        width: 50%;
      }
      .box-2 img{
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    .flex2{
        width: 85%;
        margin: 0 auto;
    }
}