:root {
  --op-white: #ffffff4f;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section {
  background-image: url('../images/Landing.jpg');
  background-position: 50%;
  background-size: cover;
  height: 100vh;
}

.div-block {
  background-color: #00000075;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 220px;
  padding-right: 220px;
  display: flex;
}

.image {
  width: 400px;
  margin-bottom: 10px;
}

.div-block-2 {
  width: 80%;
}

.column {
  padding-left: 0;
  padding-right: 10px;
}

.text-field {
  background-color: var(--op-white);
  color: #fff;
  border-radius: 100px;
  height: 50px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
  font-family: Montserrat, sans-serif;
}

.text-field::placeholder {
  color: #fff;
}

.column-2 {
  padding-right: 0;
}

.text-field-2 {
  background-color: var(--op-white);
  color: #fff;
  border-radius: 100px;
  height: 50px;
  margin-bottom: 0;
  padding-left: 40px;
  font-family: Montserrat, sans-serif;
}

.text-field-2::placeholder {
  color: #fff;
}

.columns {
  margin-bottom: 10px;
}

.text-field-3 {
  background-color: var(--op-white);
  color: #fff;
  text-align: left;
  border-radius: 100px;
  height: 50px;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
  font-family: Montserrat, sans-serif;
}

.text-field-3::placeholder {
  color: #fff;
}

.text-field-4 {
  background-color: var(--op-white);
  color: #fff;
  border-radius: 100px;
  height: 50px;
  margin-bottom: 15px;
  padding-left: 40px;
  font-family: Montserrat, sans-serif;
}

.text-field-4::placeholder {
  color: #fff;
}

.select-field {
  background-color: var(--op-white);
  color: #fff;
  border-radius: 100px;
  height: 50px;
  margin-bottom: 0;
  padding-left: 40px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.submit-button {
  color: #fff;
  background-color: #1da4a8;
  border-radius: 100px;
  width: 100%;
  height: 50px;
  margin-top: 15px;
  font-family: Montserrat, sans-serif;
}

.column-3, .column-4 {
  padding-left: 0;
}

.textarea {
  background-color: var(--op-white);
  color: #fff;
  border-radius: 100px;
  height: 70px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 40px;
  font-family: Montserrat, sans-serif;
}

.textarea::placeholder {
  color: #fff;
}

.text-block {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  line-height: 27px;
}

.image-2 {
  width: 40px;
}

.link-block, .link-block-2 {
  margin-right: 10px;
}

.div-block-3 {
  margin-top: 10px;
}

.grid, .grid-2 {
  grid-template-rows: auto;
  margin-bottom: 15px;
}

.section-2 {
  background-image: url('../images/thankyou.jpg');
  background-position: 50%;
  background-size: cover;
  height: 100vh;
}

.section-2.e {
  background-image: url('../images/error.jpg');
}

.div-block-4 {
  background-color: #0000005c;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.image-3 {
  width: 350px;
  margin-bottom: 20px;
}

.text-block-2 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 50px;
}

.text-block-3 {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.image-4 {
  width: 30px;
  margin-right: 10px;
}

.link-block-3 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.text-block-4 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

@media screen and (max-width: 991px) {
  .div-block {
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-block {
    text-align: center;
    line-height: 28px;
  }
}

@media screen and (max-width: 767px) {
  .div-block-2 {
    width: 90%;
  }

  .grid, .grid-2 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image {
    width: 200px;
  }

  .text-field, .text-field-2, .text-field-3, .text-field-4, .select-field {
    height: 40px;
    padding-left: 20px;
    font-size: 12px;
  }

  .textarea {
    height: auto;
    padding-left: 20px;
    font-size: 12px;
  }

  .text-block {
    font-size: 14px;
    line-height: 22px;
  }

  .image-2 {
    width: 30px;
  }

  .div-block-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-3 {
    width: 200px;
    margin-bottom: 10px;
  }

  .text-block-2 {
    font-size: 30px;
  }

  .text-block-3 {
    margin-top: 0;
    font-size: 14px;
  }
}


