/*
Colors:

Text: 1A1A1A
Green: #00B172
White: #FFF

*/

.main{
    background-color: white;
    width: 100%;
    max-width: 1200px; 
    margin: 0 auto; 
    display: grid;
   
}

.a{
    position: fixed;
    background-color: white;
    height: 70px;
    width: 79%;
    
}
.nav{
    position: relative;
    left: 60%;
    top: -90px;
    font-size: 30px;
}

.b{
    background-image: url('../images/landing.jpg');
    background-size: cover;       
    background-position: center; 
    background-repeat: no-repeat; 
    height: 110vh; 
    color: white;
}
.c1{
    background-color: white;
    height: 100vh;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 60px;
    margin-left: 50px;
    margin-right: 50px;
    padding: 30px;
}
.c{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    background-color: white;

}
.t{
    position: relative;
    top:70px;
    align-content: center;
    text-decoration: underline green;
    font-size: 40px;

}
h3{
    text-align: center;
    font-size: 33px;
    font-weight: bold;
    color: green;
    
}
p{
    text-align: center;
    font-size: 25px;
    color: rgb(17, 17, 17);
    font-weight: 100;
}


.m{
    text-align: center;
    font-size: 50px;
    padding-top: 100px;
    font-weight: bold;
}
.m2{
    text-align: center;
    color: white;
    font-size: 20px;
    font-family: 'Times New Roman', Times, serif;
    font-weight: 10;
}
.logo{
    height: 70px;
    width: 150px;
}

.img1{
    height: 150px;
    width: 150px;
   
}
.img2{
    height: 150px;
    width: 150px;
   
}
.img3{
    height: 150px;
    width: 150px;
 
}


.d {
    background-color: rgb(58, 198, 109);        
    height: 100vh;
    color: white;
    display: flex;
    padding: 30px;
    margin: 20px;
}   
.d-left {
        flex: 1;
        display: flex;
        flex-direction: column;
      }
.d-right {
      flex: 1;
      display: flex;
      
    }
.d-center {
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
  }
.img4 {
    width: 80px;
    height: 80px;
    margin-top: 40px;
    align-self: center;
    
    }
  
.img5 {
    width: 300px;
    height: 700px;
    object-fit: cover;
      }

.underline {
    text-decoration: underline white ;
    font-size: 30px;
    font-weight: bold;
    text-align: start;
    }
  
.section-title {
    font-size: 28px;
    font-weight: bold;
    color: #FFF;
    text-align: start;
    }
  
.section-desc {
    font-size: 20px;
    font-weight: 100;
    color: #FFF;
    text-align: start;
    }
  