@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
* {
  font-family: "Poppins", sans-serif;
  margin: 0%;
  padding: 0px;
}
body{
  background: rgba(0, 0, 0, 0.5) url("./background1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: darken;

}
header {
  display: flex;
  background-color: white;
  transition: 0.8s;
}
header:hover {
  box-shadow: 0 0 28px 0 rgb(51, 51, 51);
  
}
.ci {
  padding-bottom: 50px;
}
.logopart{
  display: flex;
  padding-left: 38px;
}
.logo{
  width: 75px;
  height: 75px;
}
.name {
  padding: 15px;
  font-size: 20px;
  color: #01a800;
}
.nav{
  padding: 20px;
  margin-left: auto;
}
li {
  padding: 20px 20px;
  display: inline;
  padding-bottom: 50px;
}
a {
  text-decoration: none;
  text-emphasis: none;
  padding-top: 25px;
  font-size: 20px;
  color: #01a800;
  font-weight: bold;
  transition: 0.3s;
}
a[href*="#"] {
  border-bottom: 5px solid #01a800;
}
a:hover {
  border-bottom: 5px solid #01a800;
}
main {
    display: flex;
    justify-content: center;
    text-align: center;
    padding-left: 350px;
    padding-top: 50px;
    max-width: 800px;
  }
.form {
  background-color: white;
  border: 100px solid white;
  border-radius: 20px;
  
}
.display {
  text-align: left;
}
#name {
  width: 350px;
  height: 30px;
  margin-left: 115px;
}
#email {
  width: 350px;
  height: 30px;
  margin-left: 51px;
  margin-top: 10px;
}
#phone {
  width: 350px;
  height: 30px;
  margin-left: 45px;
  margin-top: 10px;
}

textarea {
  margin-top: 10px;
  padding-left: 28px;
  color: rgb(104, 104, 104);
  opacity: .6;
}
#submit {
    padding: 15px 218px;
    background-color: #01a800;
    font-size: 25px;
    font-weight: bold;
    color: white;
    border: 1px solid #01a800;
    border-radius: 5px;
    transition: 0.5s;
}
#submit:hover {
  color: #01a800;
  background-color: white;
}
.ci {
  color:#01a800;
}
label {
  color: #01a800;
}

.links > img{
  width: 50px;
  height: 50px;
}
.containerofall {
  margin-top: 100px;
  display: flex;
  background-color: white;
}
.container > p {
  text-align: justify;
  text-justify: inter-word;
  font-size: 15px;
  color: #01a800;
  padding-top: 15px;
}
.links{
  padding-left: 150px;
}
.logo-img {
  fill: #01a800;
  padding: 10px;
}