.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: white;
}

.header .menu-icon .navicon {
  background: white;
}

.title {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ev-Image.mobile {
  display: none;
}

@media only screen and (max-width: 1500px) {
}

@media only screen and (max-width: 1280px) {
  .heroTitle {
    font-size: 8rem;
  }
  .heroSubTitle {
    font-size: 6rem;
  }

  .ev-imageContainer img {
    max-width: 40%;
    height: 100%;
    object-fit: cover;
  }

  .ev-imageContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 0;
    margin-bottom: 15rem;
  }
}

@media only screen and (max-width: 1280px) {
  .heroTitle {
    font-size: 8rem;
  }

  .ev-imageContainer img {
    max-width: 50%;
    height: 100%;
    object-fit: cover;
  }
}

@media only screen and (max-width: 780px) {
  .title {
    height: 100%;
  }
  .heroTitle {
    font-size: 6rem;
  }
  .ev-titleContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 20px 0 20px 0;
  }

  .ev-title {
    font-size: 50px;
  }

  .ev-subTitle {
    font-size: 50px;
  }

  .ev-imageContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    width: 100%;
    padding: 0 0;
    margin-bottom: 30px;
  }

  .ev-Image {
    display: none;
  }

  .ev-Image.mobile {
    display: block;
    max-width: 100%;
    width: 100%;
    height: 400px;
  }

  .ev-imageText {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    align-items: center;
    max-width: 100%;
    width: 100%;
    margin-bottom: 30px;
  }

  .ev-imageTitle {
    font-size: 34px;
  }

  .ev-imageSubTitle {
    max-width: 100vw;
    font-size: 18px;
    line-height: 22px;
    color: black;
    font-family: var(--font-lato);
    font-weight: 100;
    text-align: justify;
    margin-left: 30px;
    margin-right: 40px;
  }

  .formContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    padding: 30px 0;
  }

  .formTitle h1 {
    font-size: 30px;
  }

  .formTitle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 10px;
    margin-bottom: 30px;
  }

  form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    max-width: none;
    width: 100%;
    gap: 10px;
  }
  .formTitle p {
    font-size: 18px;
  }
  .formContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    padding: 30px 20px;
  }

  .formFirstTitle {
    font-size: 18px;
    color: black;
    font-family: var(--font-lato);
    font-weight: 200;
    margin-bottom: 0;
  }

  form span {
    font-size: 18px;
    color: black;
    font-family: var(--font-lato);
    font-weight: 300;
    font-style: italic;
    padding-left: 1rem;
  }

  .formName label {
    font-size: 18px;
    color: black;
    font-family: var(--font-nato);
    font-weight: 100;
  }

  .formName input {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid black;
    width: 100%;
    font-size: 18px;
    height: 40px;
    color: black;
    font-family: var(--font-lato);
    font-weight: 100;
  }

  label {
    font-size: 18px;
    color: black;
    font-family: var(--font-lato);
    font-weight: 100;
  }
}

@media only screen and (max-width: 480px) {
  .ev-title {
    font-size: 30px;
  }

  .ev-subTitle {
    font-size: 30px;
  }

  .ev-imageTitle {
    font-size: 26px;
  }

  .ev-imageSubTitle {
    max-width: 100%;
    font-size: 14px;
    line-height: 18px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .formContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    padding: 30px 0;
  }

  .formTitle h1 {
    font-size: 26px;
  }

  .formTitle p {
    font-size: 14px;
  }

  .formName input {
    width: 100%;
    font-size: 14px;
    height: 30px;
  }

  label {
    font-size: 14px;
  }

  .formName label {
    font-size: 14px;
  }

  form span {
    font-size: 14px;
    padding-left: 1rem;
  }

  .formFirstTitle {
    font-size: 14px;
    margin-bottom: -0;
  }
}
