*{
    padding: 0;
    margin: 0;
    
}  
#application{
    margin: 30px 100px;
}

header{
    display: flex;
    flex-direction: row;
    justify-content:space-between;
    align-items: center;
}
.logo{
    display: flex;
    flex-direction: row;  
}
.brand-icon {
    color: #1b7541;
}
.brand-name a{
    color: #1b7541;
    font-size: 30px;
    text-decoration: none;
}
.nav{
    display: flex;
    flex-direction: row;
}
.nav ul{
    display: flex;
    flex-direction: row;
    list-style-type: none;

}
.nav li{
    padding: 15px;
  
}
.nav a{
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}
.nav a:hover{
    color: #1b7541;
}
.nav-buttons button {
    background: #fff;
    color: #000000;
    border: none;
    outline: none;
    padding: 5px 5px;
}
.nav-buttons button a{
    text-decoration: none;
    color: #000000;
    padding: 10px 10px;
    font-size: 15px;
    font-weight: bold;
}
.nav-buttons button a:hover{
    color: #fff;
    background: #1b7541;
    border-radius: 5px;
    

}

#Search-section{
    display: flex;
    flex-direction: row;
    justify-content:space-between;
    align-items: center;
}
.search-box .fa-solid{
    color: #1b7541;
}
.searchtext{
    width:70px;
    padding: 5px;
    border-radius: 5px;
    border: none;
    outline: none;
}
 


 #Introduction-section{
    display: flex;
    flex-direction: row;
    justify-content:space-between;
    margin: 40px 0px;
 }
 .introduction-image{
    background-image: url("https://cdn.pixabay.com/photo/2022/05/06/17/46/wildflowers-7178819_960_720.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    width: 47%;
    border-radius: 5px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    
 }

 .homepage-headings h2{
    color: #fff;
    width: 50%;
    padding: 0px 30px;
    font-weight: bold;
    font-size: 25px;
    font-family: sans-serif;
    
 } 
 .heading-bar
 {
     border-bottom: 3px solid #1b7541;
     width: 10%;
    margin-left:30px ;
    margin-top: 15px;
    border-radius: 10px;
 }
 .introduction-text{
     display: flex;
     flex-direction: column;
     width: 47%;
 }
 .profile{
     display: flex;
     align-items: center;
 }
 .profile img{
     height: 40px;
     width: 40px;
     border-radius: 50%;
 }
 .profile p{
    font-weight: bold;
    padding-left: 40px;
    margin-bottom: 10px;
    font-weight: bold;
 }
 .Company-button{
     border:none ;
     outline: none;
     background-color: #1b7541;
     padding: 10px 10px;
    font-size: 15px;
    font-weight: bold;
    border-radius: 5px;
 }
 .Company-button a{
     color: #fff;
     text-decoration: none;

 }
 .intro-heading h1{
    font-size: 31px;
    margin-bottom: 10px;
 }
 .intro-description p{
     font-size: 18px ;
     line-height: 25px;
     opacity: 0.75;
     margin: 10px 0px;

 }



 .engineering-title{
     display: flex;
     justify-content: space-between;
     margin: 30px 0px;
 }
 .engineering-bar{
     display: flex;
 }
 .engineering-bar h1{
     font-size: 30px ;
     font-weight: bold;
 }
 .eng-bar{
     border:2px solid #1b7541 ;
     border-radius: 5px;
     margin-right: 10px;
 }
 .engineering-wrapper{
    display: flex;
    flex-direction: row;
    justify-content:space-between;
 }
 .engineering-img{
    background: url(https://cdn.pixabay.com/photo/2013/08/20/15/47/poppies-174276_960_720.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    width: 100%;
    border-radius: 5px;
    
}
.Aws-wrapper{
    width: 47%;
}
 .engineering-link a{
     color: #1b7541;
     
 }
 .engineering-heading{
    padding: 30px;   
 }
 .engineering-heading p{
     color: #1b7541;
     font-weight: bolder;
     margin: 10px 0px;
 }
 .engineering-heading h2{
     color: #fff;
 }
 .eng-title{
     font-size: 23px !important;
 }
 .eng-margin{
     margin-top: 18px;
 }
 
 .right-img{
    position: relative;
    left: 5%;
    z-index: 1;
 }
 .left-img{
    position: absolute;
    border: 3px solid #fff;
    z-index: 2;
 }

