style2.css
*{
margin: 0;
padding: 0;

}
.one{
    padding-top: 1mm;
    padding-left: 1cm;
    padding-right: 1cm;
    box-shadow: 5px;
    box-sizing: 1cm;
    background-image:linear-gradient(rgba(99,112,168,0.5),
    rgba(81,91,233,0.5)), url("images/1692461950112.jpg");
    background-size: 100%;
    text-align: center;
    border-bottom-left-radius: 10cm;
    border-bottom-right-radius: 10cm;
}



.button{
    margin-top: 15px;
}
.button a {
    text-decoration: none;
    font: 0.9rem;
    padding: 3px 5px;
    background-color: white;
    font-weight: 600;
    border-radius: 5px;
    color: rgb(12, 75, 4);
}

.button{
    box-sizing: border-box;
    box-shadow: white;
    color: rgb(12, 75, 4);
   

}
.green:hover{
    color :white;
    background-color: rgb(12, 75, 4);
    
}
.two{
   font-style: italic;
   box-sizing: border-box;
   color: white;
   box-shadow: 1cm; 
}

@keyframes typing {
    from{ width: 0; }
    to{ width: 100%; }
}

.head1{
    text-align: center;
    background-image:linear-gradient(rgba(99,112,168,0.5),
    rgba(81,91,233,0.5)), url("images/office.jpg");
    background-size: 100%;
}
.head11i{
    overflow: hidden;
    animation: typing 5s steps(14, end), blink-caret step-end infinite;
} 
.center{
    align-items: center;
}
#grid.five{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(320px,1fr));
    grid-gap: 1rem;
    margin-top: 50px;
    transition: 0.5s;
}


#gid.five {
     background: rgba(4, 78, 7, 0.918);
     text-align: start;
     color: white;
     padding: 3vw 3vw 3vw 3vw;
     border-radius: 5px;
     flex-basis: 31%;
     margin-bottom: 5%;
     box-sizing: border-box;
     transition: 1s;

}

.five:hover{
    box-shadow: 8px 8px 32px 18px rgb(8, 7, 2) ;
}

#fid.five {
    font-size: 2.3rem;
    color:rgb(11, 12, 11);
}

#feature .feature-box h3{
    font-size: 1.2rem;
    font-weight: 600;
    color: rgb(46,46,59);
    padding: 13px 0 7px 0;
}

#feature .feature-box p {
     font-size: 1 rem;
     font-weight: 400;
     color: rgb(12, 75, 4)
}
grid.five{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(320px,1fr));
    grid-gap: 1rem;
    margin-top: 50px;
    transition: 0.5s;
}

@keyframes blink-caret{
   from, to {border-color: red} 
   50% {border-color: orange;}
}

.home{
    background: rgba(4, 78, 7, 0.918);
     text-align: start;
     color: white;
     padding: 3vw 3vw 3vw 3vw;
     border-radius: 5px;
     flex-basis: 31%;
     margin-bottom: 5%;
     box-sizing: border-box;
     transition: 1s;
}
#contact-form, .form2 {
    margin-left: 50px;
    margin-bottom: 4px;
    margin-right: 40px;
    background-color: white;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    padding: 20px;
    box-shadow: 0 8px 32px 0 rgba(81,91,233,0.5);
    text-align: center;
    color: rgb(12, 75, 4);
    font-size: 20px;

}




#contact-form, #form3 {
    
    color: rgb(12, 75, 4);
    flex-direction: column;
    position:relative;  
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(150px,1fr));
    gap: 1rem;
	
}
 
}

  #form3 input{
      margin: 1px 0;
      padding:15px 10px;
      border: 1px solid rgb(12, 75, 4);

     

  }

  #form3 .btn2{
      margin-top: 20px;
    }


  #form3 a.yellow{        
  color:white;
  text-decoration: none;
  font-size: 0.9rem;
  padding: 13px 35px;
  background-color: aliceblue;
  font-weight: 600;
  border-radius: 5px;
  background-color: rgb(12, 61, 6);
  transition: 0.1s;
}

#form3 a.yellow:hover{
  color:rgb(12, 61, 6);
  background-color: rgba(0,0,0,0.15);
}
.form3 textarea{
    margin-top: 2px;
    box-sizing: border-box;
    width: 3cm;
    height: 2cm;
    
}
/*--form--*/
.hero{
    width: 100%;
    height: 100vh;
    
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

form{
    width: 90%;
    max-width: 600px;

}
.input-group{
    margin-bottom: 30px;
    margin:5px;

}
.input textarea{
    width: 100%;
    padding: 10px;
    outline: 0;
    border: 1px solid rgb(12, 75, 4);
    color: black;
    font-size: 15px;
}

label{
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 10px;
    color: rgb(12, 75, 4);
    cursor: white;
}

.row{
    display: flex;
    align-items: center;
    justify-content: space-between;

}
/*contact form for messages*/

form {     
  
  color: rgb(12, 75, 4);
  display:flex;
  flex direction : column;
  padding : 5vw 8vw 2vw 4vw;
  width: 90%;
  max-width:600px;
  flex-direction: column;
  padding: 20px;
  border-radius:10px;
  box-shadow: 0 8px 32px 0 rgba(81,91,233,0.5);
}
form h3 {
  color: #006400;
  font-weight :1800;
  margin-bottom :20px ;
   }

form input {
  border : 10px;
  margin :10px 0;
  padding: 20px;
  outline: 1px;
  background:white;
  font-size:16px;
 }
form textarea {
  border : 10px;
  margin :10px 0;
  padding: 20px;
  outline: 1px;
  background:white;
  font-size:16px;
 }
form button {
  padding: 15px;
  background : #006400;
  color : white;
  font-size : 18px;
  border:0;
  outline: none;
  cursor :pointer;
  border-radius:10px;
  width:150px;
  margin:20px auto 0;
  border-radius:30px;
 }
form button :hover{
    color :white;
    background-color: red;
	}
.row .input-group{
    flex-basis: 48;
}
