@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");
/* Mobile*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");
.button {
  margin-top: 1rem;
  padding: 0.7rem 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  background: #ffa412;
  color: #fff;
  transition: 0.15s;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  color: #fff;
  background: #3c9bd6;
  transition: 0.2s;
}
.button:hover {
  transform: scale(1.05);
  text-decoration: none;
}
@media (min-width: 768px) {
  .button {
    max-width: 9rem;
  }
}
.button img {
  max-height: 1.5rem;
  margin-left: 1rem;
}
.button:hover {
  transform: scale(1.05);
  color: #fff;
}

*::-webkit-scrollbar {
  display: none;
}

.background {
  border-bottom: 1px solid #c8c8c8;
}

.container {
  max-width: 95%;
  margin: 0 auto;
  /* Desktop */
  padding: 0.5rem 0;
}
@media (min-width: 768px) {
  .container {
    max-width: 90%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1180px;
  }
}

.logo {
  max-width: 13rem;
}

.dflex {
  display: flex !important;
  justify-content: space-between !important;
}

a.nav-link {
  color: #3c4043 !important;
  font-weight: 600;
  font-size: 0.9rem;
  margin: 0 0.4rem;
  font-family: "Poppins", sans-serif;
}
a.nav-link:hover {
  cursor: pointer;
  color: #0056b3 !important;
  text-decoration: none;
}

.dropdowmItem {
  margin: 0.5rem 0;
}

@media (min-width: 1024px) {
  .navbar {
    min-height: 4rem;
    padding: 0;
  }
}

/* Mobile*/
.button {
  margin-top: 1rem;
  padding: 0.7rem 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  background: #ffa412;
  color: #fff;
  transition: 0.15s;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  color: #fff;
  background: #3c9bd6;
  transition: 0.2s;
}
.button:hover {
  transform: scale(1.05);
  text-decoration: none;
}
@media (min-width: 768px) {
  .button {
    max-width: 9rem;
  }
}
.button img {
  max-height: 1.5rem;
  margin-left: 1rem;
}
.button:hover {
  transform: scale(1.05);
  color: #fff;
}

*::-webkit-scrollbar {
  display: none;
}

.footer_background {
  background-color: #000000;
}

.footer_container {
  max-width: 95%;
  margin: 0 auto;
  /* Desktop */
  padding: 1rem 0;
  font-family: "Poppins", sans-serif;
}
@media (min-width: 768px) {
  .footer_container {
    max-width: 90%;
  }
}
@media (min-width: 1200px) {
  .footer_container {
    max-width: 1180px;
  }
}
@media (min-width: 1024px) {
  .footer_container {
    max-width: 1240px;
  }
}
@media (min-width: 768px) {
  .footer_container .footer_top {
    display: flex;
    flex-wrap: wrap;
  }
}
.footer_container .footer_top .footer_col {
  margin: 2rem auto 0 auto;
  color: #fff;
  text-align: center;
  max-width: 80%;
}
@media (min-width: 768px) {
  .footer_container .footer_top .footer_col {
    text-align: start;
  }
}
.footer_container .footer_top .footer_col .socialMedias img {
  margin-top: 1rem;
  margin-right: 1rem;
}
.footer_container .footer_top .footer_col p {
  border-bottom: 1px solid #fff;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 500;
  margin-top: 1.5rem;
}
.footer_container .footer_top .footer_col a {
  font-size: 0.9rem;
  display: inline-block;
  color: #fff;
  margin: 0.5rem 0;
  font-weight: 300;
  color: #f6f6f6;
}
.footer_container .footer_top .footer_col input {
  display: block;
  width: 100%;
  padding: 0.7rem;
  border-radius: 5px;
  border: none;
}
.footer_container .footer_top .footer_col button {
  display: block;
  width: 100%;
  background: #0e97a8;
  padding: 0.7rem;
  color: #fff;
  margin-top: 1rem;
  border-radius: 5px;
  border: none;
}
.footer_container .footer_top .footer_col button:hover {
  transform: scale(1.05);
  text-decoration: none;
  cursor: pointer;
}
.footer_container .footer_top .footerLogo {
  margin-top: 1rem;
}
@media (min-width: 1200px) {
  .footer_container .footer_top .smallWidth {
    width: 15%;
  }
}
@media (min-width: 1024px) {
  .footer_container .footer_top .footer_emailInput {
    width: 50%;
  }
}
.footer_container .footer_top .footer_emailInput .content {
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .footer_container .footer_top .footer_emailInput .content {
    width: 45%;
  }
}
.footer_container .footer_top .footer_emailInput .content p {
  text-align: center;
}
.footer_container .bottom {
  text-align: center;
  color: #fff;
  font-family: "Poppins", sans-serif;
}
.footer_container .bottom img {
  margin-bottom: 1rem;
}
.footer_container .bottom .terms {
  margin: 1rem 0;
}
.footer_container .bottom p {
  font-size: 0.6rem;
  font-weight: 300;
  line-height: 1;
  margin: 0 0 0.5rem 0;
}
@media (min-width: 768px) {
  .footer_container .bottom p {
    font-size: 0.7rem;
  }
}
@media (min-width: 1024px) {
  .footer_container .bottom p {
    font-size: 0.8rem;
  }
}
.footer_container .bottom p a {
  color: #fff;
  text-decoration: underline;
  margin-right: 0.5rem;
}

ul {
  list-style: none;
  padding: 0;
}

.blueBackground {
  background-image: url(../assets/blueBackground.svg);
  background-size: cover;
  padding-bottom: 3rem;
}

@media (min-width: 1024px) {
  .background {
    max-height: 50rem;
  }
}
.background .contentontainer {
  max-width: 95%;
  margin: 0 auto;
  /* Desktop */
}
@media (min-width: 768px) {
  .background .contentontainer {
    max-width: 90%;
  }
}
@media (min-width: 1200px) {
  .background .contentontainer {
    max-width: 1180px;
  }
}
@media (min-width: 768px) {
  .background .contentontainer {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .background form {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .background form .inputscontainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.background form h2 {
  font-family: "Poppins", sans-serif;
  font-size: 2.3rem;
  font-weight: 500;
  margin: 2rem 0;
  color: #fff;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.274);
}
.background form input,
.background form select,
.background form textArea {
  display: inline-block;
  padding: 0.3rem 1rem;
  border-radius: 5px;
  border: 1px solid #000000;
  width: 100%;
  margin-bottom: 1rem;
}
.background form input::placeholder,
.background form select::placeholder,
.background form textArea::placeholder {
  color: #555555;
}
@media (min-width: 768px) {
  .background form input,
.background form select,
.background form textArea {
    margin-right: 1rem;
    color: #343a40;
  }
}
@media (min-width: 768px) {
  .background form select,
.background form textArea {
    width: 97%;
  }
}
.background .mainImage {
  max-width: 100%;
  object-fit: contain;
}
@media (min-width: 768px) {
  .background .mainImage {
    width: 45%;
  }
}
.background .text p {
  max-width: 400px;
  font-size: 0.7rem;
  color: #fff;
}
.background .buttonContainer button {
  margin-top: 1rem;
  padding: 0.7rem 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  background: #ffa412;
  color: #fff;
  transition: 0.15s;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  border: none;
  padding: 0.5rem 1rem;
}
.background .buttonContainer button:hover {
  transform: scale(1.05);
  text-decoration: none;
}
@media (min-width: 768px) {
  .background .buttonContainer button {
    max-width: 9rem;
  }
}
.background .buttonContainer button img {
  max-height: 1.5rem;
  margin-left: 1rem;
}
.background .buttonContainer button:hover {
  cursor: pointer;
}

.selecText {
  margin-bottom: 0.2rem;
  font-size: 1rem;
  color: #fff;
}

.alertPlaceholder {
  position: fixed;
  z-index: 10;
  top: 8px;
  width: -webkit-fill-available;
  margin: 10px;
}

.btn-close {
    position: absolute;
    right: 8px;
    background: none;
    border: none;
    color: inherit;
}
/*# sourceMappingURL=contact.css.map */
