.hero_section {
  height: 100vh;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.hero_section .nav_effect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.hero_section h2 {
  color: #FFFFFF;
  font-size: 5rem;
  padding-bottom: 3%;
  font-weight: bold;
  text-align: center;
}
.hero_section p {
  color: #C95F11;
  font-size: 1.4rem;
  text-align: center;
  font-weight: bold;
}

.application_section {
  padding: 5%;
  padding-left: 10%;
  padding-right: 10%;
}
.application_section .title {
  padding-bottom: 5%;
}
.application_section .title h3 {
  color: #57368C;
  font-size: 2.8rem;
  font-weight: bold;
  padding-bottom: 1%;
}
.application_section .title p {
  font-size: 1.2rem;
  color: #555555;
}
.application_section .form_card {
  padding: 2% 1%;
  border-radius: 40px;
  -webkit-box-shadow: 0px 1px 31px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 1px 31px 0px rgba(0, 0, 0, 0.08);
}
.application_section .form_card form {
  padding: 3%;
  border-radius: 8px;
}
.application_section .form_card form .form_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 1%;
}
.application_section .form_card form .form_group label {
  color: #101010;
  font-size: 1.4rem;
  text-transform: capitalize;
}
.application_section .form_card form .form_group input {
  border: 1px solid #D2D2D2;
  width: 40%;
  padding: 0.5%;
  margin-bottom: 1%;
  border-radius: 3px;
  color: #101010;
  background-color: transparent;
}
.application_section .form_card form .form_group select {
  border: 1px solid #D2D2D2;
  width: 40%;
  padding: 0.5%;
  border-radius: 3px;
  color: #101010;
  background-color: transparent;
}
.application_section .form_card form .submit_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 2%;
}
.application_section .form_card form .submit_btn button {
  background-color: #57368C;
  color: #FFFFFF;
  padding: 1% 3%;
  text-transform: uppercase;
  border-radius: 50px;
  border: 0;
}
.application_section .form_card form .submit_btn button:hover {
  background-color: #C95F11;
}

.see_section {
  padding-bottom: 5%;
}
.see_section .perfect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.see_section .perfect h3 {
  color: #101010;
  padding-bottom: 2%;
  font-size: 2.4rem;
  font-weight: bold;
}
.see_section .perfect p {
  color: #555555;
  font-size: 1.2rem;
  padding-bottom: 2%;
}
.see_section .perfect button {
  background-color: #57368C;
  padding: 1% 2%;
  border-radius: 50px;
}
.see_section .perfect button a {
  text-decoration: none;
  color: #FFFFFF;
  text-transform: capitalize;
}

@media (max-width: 768px) {
  .hero_section h2 {
    font-size: 2.8rem;
  }
  .hero_section p {
    font-size: 1.4rem;
  }
  .application_section .title {
    padding-bottom: 5%;
  }
  .application_section .title h3 {
    font-size: 2.4rem;
  }
  .application_section .title p {
    font-size: 1.2rem;
  }
  .application_section .form_card form .form_group {
    padding-bottom: 4%;
  }
  .application_section .form_card form .form_group label {
    font-size: 1.4rem;
    padding-bottom: 2%;
  }
  .application_section .form_card form .form_group input {
    width: 100%;
  }
  .application_section .form_card form .form_group select {
    width: 100%;
  }
  .application_section .form_card form .submit_btn {
    padding-top: 4%;
  }
  .application_section .form_card form .submit_btn button {
    padding: 2% 6%;
  }
  .see_section {
    padding-bottom: 5%;
  }
  .see_section .perfect button {
    padding: 2% 4%;
  }
}
@media (max-width: 768px) {
  .hero_section h2 {
    font-size: 2.4rem;
  }
  .hero_section p {
    font-size: 1.2rem;
    padding-inline: 5%;
  }
  .application_section {
    width: 90%;
    background-color: #FFFFFF;
    border-radius: 8px;
    margin-top: -50%;
    position: relative;
    -webkit-box-shadow: 0px 1px 31px 0px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 1px 31px 0px rgba(0, 0, 0, 0.08);
    padding: 5%;
    margin-bottom: 5%;
  }
  .application_section .title {
    padding-bottom: 5%;
  }
  .application_section .title h3 {
    font-size: 1.4rem;
    padding-bottom: 3%;
  }
  .application_section .title p {
    font-size: 1rem;
  }
  .application_section .form_card {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .application_section .form_card form {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .application_section .form_card form .form_group {
    padding-bottom: 4%;
  }
  .application_section .form_card form .form_group label {
    font-size: 1.4rem;
    padding-bottom: 2%;
  }
  .application_section .form_card form .form_group input {
    width: 100%;
  }
  .application_section .form_card form .form_group select {
    width: 100%;
  }
  .application_section .form_card form .submit_btn {
    padding-top: 4%;
  }
  .application_section .form_card form .submit_btn button {
    padding: 3% 9%;
  }
  .see_section {
    padding-bottom: 5%;
  }
  .see_section .perfect {
    text-align: center;
  }
  .see_section .perfect h3 {
    font-size: 1.8rem;
    padding-bottom: 5%;
  }
  .see_section .perfect p {
    padding-bottom: 5%;
    font-size: 1rem;
  }
  .see_section .perfect button {
    padding: 2% 4%;
  }
}