@import url("https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;700&family=Montserrat&display=swap");
body {
  padding: none;
  background-image: url(images/background-images-3.png);
  background-size: 500px;
  background-repeat: no-repeat;
  font-family: "Montserrat", sans-serif;
  height: 100vh;
}
.w100 {
  width: 100%;
}
.content {
  margin: 50px;
}
.main-wrapper {
  border-right: 8px solid #678d67;
}
.heading {
  font-weight: bold;
  font-size: 55px;
  color: #678d67;
}
.text {
  color: #606060;
}
.des {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  margin: 15px;
  margin-left: 120px;
  background-image: url(images/background-images-2.png);
  background-size: 370px;
  background-repeat: no-repeat;
  background-position: 100px 215px;
}
.font20 {
  font-size: 20px;
}
.homebtn {
  text-decoration: none;
  width: 110px;
  color: white;
  border: none;
  height: 42px;
  background-color: rgb(77, 136, 89);
  border-radius: 20px;
}
.des2 {
  background-image: url(images/background-images-1.png);
  background-size: 315px;
  background-repeat: no-repeat;
  background-position: 160px 275px;
}
.photo1 {
  float: right;
  margin-left: 40px;
  margin-top: 60px;
}
.Submitbtn {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  text-decoration: none;
  width: 110px;
  color: white;
  border: none;
  height: 42px;
  margin-top: 11px;
  background-color: rgb(77, 136, 89);
  border-radius: 20px;
}
.contact {
  margin-left: 60px;
  margin-top: 30px;
  height: 200px;
  float: right;
}
.form {
  font-size: 19px;
  font-family: "Montserrat", sans-serif;
}
.form input {
  margin-bottom: 10px;
  font-size: 18px;
}
