/*********************
START: CONTACT US
*********************/
.contactUs {
  padding-block-end: 7rem;
}

.contactUs--content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: 3rem;
}

.contactUs--text {
  width: 40%;
}

.contactUs--text h1 {
  margin-block-end: 2rem;
}

.contactUs--text ul.info li {
  margin-block-end: 1.5rem;
}

.contactUs--text ul.info li,
.contactUs--text ul.info li>div {
  display: flex;
  align-items: center;
}

.contactUs--text ul.info li>div h4 {
  margin-inline-start: 0.5rem;
  font-family: var(--font-familyNum);
}

.contactUs--text ul.info li>img {
  margin-inline-end: 1rem;
}

.contactUs--text ul.social {
  margin-block-start: 3rem;
  display: flex;
  align-items: center;
}

.contactUs--text ul.social li {
  margin-inline-end: 0.75rem;
}

.contactUs--text>img {
  display: block;
  margin-inline-start: auto;
}

.contactUs--form {
  border-radius: var(--border-radius10);
  padding: 6rem 4rem 4rem 1rem;
  width: 55%;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icons/requestRegistration-rectangle.svg);
}

.contactUs--form h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contactUs--form form {
  width: 70%;
  margin-inline: auto;
  margin-block-start: 1.5rem;
}

.contactUs--form form input {
  margin-block-end: 0.75rem;
}

.contactUs--form form input[type=submit] {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--baseLight-color);
}

.contactUs--form form input[type=submit]:hover {
  background-color: var(--baseLight-color);
  color: var(--primary-color);
}


/*********************
END: CONTACT US
*********************/



/*********************
END: Map
*********************/
.map {
  margin-block-end: 7rem;
}

#map {
  border-radius: var(--border-radius10);
}

/*********************
END: Map
*********************/

@media screen and (min-width: 2560px) {
  .contactUs--form {
    padding: 6rem 20rem 4rem 1rem;
  }

  .contactUs--text h1, 
  .contactUs--form h2{
    font-size: var(--txt35);
  }

  .contactUs--text ul.info li>div {
    font-size: var(--txt25);
  }

  .contactUs--text ul.info li>img {
    width: 2rem;
  }

  .social li a img {
    width: 3rem;
  }
}

@media screen and (min-width: 1920px) and (max-width: 2559px) {
  .contactUs--form {
    padding: 6rem 15rem 4rem 1rem;
  }

  .contactUs--text ul.info li>div {
    font-size: var(--txt20);
  }

  .contactUs--text ul.info li>img {
    width: 1.5rem;
  }

  .social li a img {
    width: 2.5rem;
  }
}

@media screen and (min-width: 1440px) and (max-width: 1919px) {
  .contactUs--form {
    background-size: cover;
  }
}

@media screen and (max-width: 1320px) {
  .contactUs--text {
    width: 32%;
  }

  .contactUs--text>img {
    width: 60%;
  }

  .contactUs--form {
    width: 65%;
  }
}

@media screen and (max-width: 1200px) {
  .contactUs--content {
    padding-inline: 0;
    flex-direction: column;
  }

  .contactUs--text {
    width: 80%;
    margin-block-end: 3rem;
  }

  .contactUs--text>img {
    width: 30%;
  }

  .contactUs--form {
    width: 80%;
    padding: 2rem;
    background-image: unset;
    background-color: var(--purpleLight2-color);
  }

}

@media screen and (max-width: 992px) {
  .contactUs--form {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .contactUs--form {
    padding: 2rem;
    background-color: #F4F2FC;
    background-image: unset;
  }

  .contactUs--form form {
    width: 100%;
  }

  .contactUs--text {
    width: 100%;
  }
}

@media screen and (max-width: 576px) {
  .contactUs--text>img {
    width: 50%;
 }
	  .contactUs--form {
		  padding: 2rem 1.5rem;
	}
}

@media screen and (max-width: 425px) {
  .contactUs--text>img {
    width: 70%;
   }
    .contactUs--form {
		  padding: 1.5rem 1rem;
	}
}

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