@import url("https://fonts.googleapis.com/css2?family=Abel&family=Inter:wght@100;200;300;500;600;700&family=Lato:wght@300;400;700&display=swap");
:root {
  --back-color-1: #F8F8F8;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 12px;
  margin: 0px;
  padding: 0px;
  font-family: 'Abel', sans-serif;
  font-family: 'Inter', sans-serif;
  font-family: 'Lato', sans-serif;
  background: linear-gradient(122deg, #6CAA4E 9.34%, #104F00 99.59%);
  min-height: 100vh;
}

* {
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
}

ul, li {
  text-decoration: none;
  list-style: none;
}

a {
  text-decoration: none;
  font-weight: 100;
}

a:visited {
  text-decoration: none;
}

.header {
  width: 100%;
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header-container {
  display: flex;
  min-width: 1200px;
  max-width: 1440px;
  margin: auto;
  justify-content: space-between;
  align-items: center;
  height: 60px;
}

.header-container .image img {
  width: 130px !important;
}

.header-container nav ul {
  display: flex;
  gap: 40px;
}

.header-container nav ul li a {
  color: white;
  text-decoration: none;
  font-weight: 100;
}

.header-container nav ul li a:visited {
  text-decoration: none;
}

.wrapper {
  width: 100%;
  height: calc(100vh - 60px);
  max-height: calc(100vh - 60px);
  overflow: hidden;
  position: relative;
}

.wrapper-flex {
  width: 100%;
  height: calc(100vh - 60px);
  max-height: calc(100vh - 60px);
  overflow: hidden;
  display: flex;
}

.flex {
  display: flex;
}

.center {
  justify-content: center;
  align-items: center;
}

.row {
  flex-direction: row;
}

.column {
  flex-direction: column;
}

.height-100 {
  height: 100%;
}

.container {
  max-width: 1200px;
  min-width: 1200px;
  margin: auto;
  position: relative;
}

.gap {
  gap: 20px;
}

.text1 {
  width: 631px;
}

.text1 h1 {
  color: #FFF;
  text-align: center;
  text-shadow: 0px 0px 2.5px #FFF;
  font-family: Inter;
  font-size: 70px;
  font-style: normal;
  font-weight: 100;
  line-height: normal;
}

.text2 {
  width: 642px;
}

.text2 p {
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}

.button {
  width: 257px;
  height: 43px;
  flex-shrink: 0;
  border: 1px solid white;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  z-index: 10000;
}

.background {
  position: absolute;
  z-index: 1;
  right: 0;
}

.wrapper-2 {
  width: 100%;
  height: calc(100vh - 0px);
  max-height: calc(100vh);
  position: relative;
  background-color: white;
  position: relative;
}

.left-container {
  background: #F8F8F8;
  width: 40%;
  position: relative;
  z-index: 10;
}

.left-container .image-one {
  position: absolute;
  top: 40px;
  left: 20px;
}

.left-container .image-one img {
  width: 580px;
}

.left-container .content-one {
  position: relative;
  top: 340px;
  left: 20px;
  width: 80%;
  margin: auto;
  color: #2A2E3B;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}

.right-container {
  position: relative;
  z-index: 9;
  width: 60%;
}

.right-container .mid-logo {
  position: absolute;
  width: 462px;
  height: 215px;
  background: #F8F8F8;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 0px;
  top: -50px;
  z-index: 10;
}

.right-container .mid-logo img {
  width: 250px;
}

.right-container .right-content {
  padding: 40px;
  position: relative;
  display: block;
  top: 200px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.right-container .right-content ul.mi-list {
  padding-left: 20px;
}

.right-container .right-content ul.mi-list li {
  font-size: 20px;
  font-weight: 100;
  padding-bottom: 20px;
  display: flex;
  gap: 20px;
  margin: 15px;
  height: 40px;
  align-items: center;
}

.right-container .right-content .image-two img {
  height: 400px;
}

.wrapper-3 {
  width: 100%;
  height: 900px;
  position: relative;
}

.title {
  position: absolute;
  width: 1000px;
  height: 150px;
  right: 0px;
  top: -30px;
  z-index: 2;
  background-color: var(--back-color-1);
  display: flex;
  justify-content: center;
  align-items: center;
}

.title h2 {
  font-size: 60px;
  font-weight: 100;
}

.title2 {
  position: relative;
  top: 250px;
}

.title2 h3 {
  color: #FFF;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 100;
  line-height: normal;
  width: 60%;
}

.form {
  position: relative;
  top: 280px;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.row-1 {
  display: flex;
  gap: 20px;
}

.col-3 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.label {
  color: white;
  font-size: 16px;
  font-family: Inter;
  font-weight: 100;
}

.input-1 {
  all: unset;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  font-weight: 100;
  color: white;
  padding: 5px;
  box-sizing: border-box;
  border: 1px solid white;
  font-family: Inter;
  border-radius: 4px;
}

.input-2, .input-3 {
  all: unset;
  height: 140px;
  font-size: 20px;
  font-weight: 100;
  color: white;
  padding: 5px;
  box-sizing: border-box;
  border: 1px solid white;
  font-family: Inter;
  border-radius: 4px;
}

.input-3 {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0;
  width: calc(100%);
}

.col-2 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-color: blue;
}

.col-1 {
  display: flex;
  flex-grow: 1;
  gap: 10px;
  flex-direction: column;
}

.grow-1 {
  flex-grow: 1;
}

.grow-2 {
  flex-grow: 2;
}

.grow-3 {
  flex-grow: 3;
}

footer {
  width: 100%;
  padding: 10px;
  height: 60px;
  background-color: black;
  color: white;
}

footer .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer .container span a {
  color: mediumaquamarine;
}

footer .logo-footer {
  width: 100px;
}
