@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
body,
button,
textarea {
  font-family: "Roboto", sans-serif;
  color: #37003c;
}

li {
  font-family: Roboto;
  font-size: 20px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0em;
  margin-right: 30px;
}

h1 {
  margin: 200px 0 0.5em;
  font-family: Roboto;
  font-size: 45px;
  font-weight: 400;
  line-height: 55px;
  letter-spacing: -0.03em;
}

.hero__text,
.contact__input,
.container__button,
textarea,
.team__info {
  font-size: 1.5em;
  font-weight: 400;
  line-height: 20px;
}

@media screen and (min-width: 768px) {
  h1 {
    font-size: 70px;
    line-height: 70px;
    letter-spacing: -0.05em;
  }
  .hero__text,
  .contact__input,
  .container__button,
  textarea,
  .team__info {
    font-size: 1.45em;
    line-height: 28px;
  }
}
@media screen and (min-width: 992px) {
  h1 {
    font-size: 90px;
    line-height: 90px;
    letter-spacing: -0.05em;
  }
  .hero__text,
  .contact__input,
  .container__button,
  textarea,
  .team__info {
    font-size: 1.6em;
    line-height: 30px;
    letter-spacing: -0.025em;
  }
}
.footer {
  height: 400px;
  width: 100%;
  color: white;
  background-color: #37003c;
}

.footer__container {
  /* display: flex; */
  padding: 30px 0 0;
  /* justify-content: space-around; */
  height: 300px;
}

.footer__logo {
  width: 133px;
  height: 37px;
}

.footer__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 19.32px;
  letter-spacing: -0.025em;
}

@media screen and (min-width: 768px) {
  .footer {
    height: 300px;
  }
}
.header__logo {
  height: 37px;
  width: 133px;
}

a {
  text-decoration: none;
}

a:link {
  color: inherit;
}

a:hover {
  text-decoration: underline;
}

/* .container{
    padding: 0 30px;
} */
strong {
  font-weight: normal;
}

.contact__form-container {
  height: 1000px;
  background-color: #37003c;
  display: flex;
  justify-content: center;
}

.contact__form {
  min-width: 200px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-around;
  padding: 1em;
}

.contact__input {
  height: 102px;
  padding: 1em;
}

.ligth {
  background-color: white;
  color: #37003c;
}

.contact__button {
  width: 240px;
  height: 93px;
  background: #fff422;
  font-size: 35px;
  font-weight: 400;
  line-height: 31px;
  letter-spacing: -0.025em;
  text-decoration: underline;
}

textarea {
  height: 446px;
  padding: 1em;
}

.hero__img-container {
  width: 100%;
  height: 700px;
  background-image: url("../assets/home.png");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

.hero__text-container {
  display: none;
}

@media screen and (min-width: 992px) {
  .hero__text-container {
    display: flex;
    margin-top: 30px;
    height: 300px;
    width: 100%;
    margin: 25px 0;
  }
  .hero__text-div {
    width: 350px;
  }
  .hero__text-div2 {
    margin-left: 30px;
  }
  .hero__text-div3 {
    margin: 0 60px 0 auto;
  }
}
.partners__image {
  width: 100%;
  margin-bottom: 50px;
}

.services__container {
  display: flex;
  flex-direction: column;
  height: 1026px;
  margin-bottom: 30px;
}

.services__service {
  display: flex;
  width: 100%;
  height: 342px;
  background-position: center;
  background-size: cover;
  padding: 2em;
}

.service__h2 {
  margin-top: auto;
  color: white;
  font-size: 80px;
  font-weight: 500;
  line-height: 100px;
  letter-spacing: -0.05em;
  text-shadow: 2px 2px 5px black;
}

.banner1 {
  background-position: right;
}

.banner1 {
  background-image: url("../assets/banner1.png");
}

.banner2 {
  background-image: url("../assets/banner2.png");
}

.banner3 {
  background-image: url("../assets/banner3.png");
}

@media screen and (min-width: 768px) {
  .services__container {
    min-height: 1668px;
  }
  .service__h2 {
    line-height: 146px;
    font-size: 130px;
  }
  .services__service {
    min-height: 556px;
  }
}
@media screen and (min-width: 992px) {
  .service__h2 {
    font-size: 160px;
  }
}
.team__div-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.team__member-images-container1,
.team__member-images-container2 {
  height: 100%;
  width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}

.team__member-images-container1 {
  justify-content: space-between;
}

.team__member-images-container2 {
  height: 70%;
}

.team__member-container {
  max-width: 750px;
  max-width: 720px;
}

.team__member-image {
  width: 100%;
}

.team__info-container {
  display: flex;
  justify-content: space-around;
  margin-top: 1em;
}

@media screen and (min-width: 768px) {
  .team__div-container {
    flex-direction: row;
    max-height: 2500px;
  }
  .team__member-images-container1,
  .team__member-images-container2 {
    width: 48%;
  }
}

/*# sourceMappingURL=styles.css.map */
