.banner img {
  width: 100%;
  height: 100%;
}

.swiper-container {
  height: -moz-fit-content;
  height: fit-content;
}

.swiper-container2 {
  height: 320px;
}

.details {
  background-color: var(--primary-bg-color);
  padding: 50px 0px;
  display: flex;
  justify-content: center;
}
.details div {
  display: flex;
  flex-direction: column;
  gap: 15px;
  color: white;
  align-items: center;
  justify-content: center;
}
.details div img {
  width: 35%;
}
.details div p {
  font-weight: bold;
  font-family: "Rubik";
  font-size: var(--font-medium);
}

.whoweare {
  display: flex;
  justify-content: center;
  padding: 100px 0px;
  gap: 5%;
  width: 58%;
  margin: auto;
  align-items: center;
  color: var(--primary-text-color);
}
.whoweare .details_whoweare {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.whoweare .details_whoweare h2 {
  font-weight: bold;
  font-family: "Rugen";
}
.whoweare .details_whoweare p {
  font-family: "Rubik";
}
.whoweare .details_whoweare .members {
  display: flex;
  justify-content: flex-start;
  gap: 5%;
}

.services {
  width: 65%;
  margin: auto;
  color: var(--primary-text-color);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.services .title {
  font-weight: bold;
  font-family: "Rugen";
}
.services .cards {
  display: flex;
  gap: 8%;
  position: relative;
}
.services .cards .blue {
  width: 50%;
  background-color: var(--primary-text-color);
  color: var(--secondary-bg-color);
  padding: 70px 150px 70px 40px;
  border-radius: 20px;
  position: relative;
  font-family: "Rubik";
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.services .cards .blue .icon {
  padding: 20px;
  background-color: var(--secondary-bg-color);
  position: absolute;
  top: 70;
  right: -40;
  border-radius: 20px;
}
.services .cards .yellow {
  width: 50%;
  background-color: var(--secondary-bg-color);
  color: var(--primary-text-color);
  padding: 70px 100px 70px 40px;
  border-radius: 20px;
  position: relative;
  font-family: "Rubik";
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.services .cards .yellow .icon {
  padding: 20px;
  background-color: var(--primary-text-color);
  position: absolute;
  top: 70;
  right: -40;
  border-radius: 20px;
}

.certs {
  background-color: var(--primary-bg-color);
  margin-top: 100px;
  padding: 75px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  color: white;
}
.certs h2 {
  font-family: "Rugen";
}

.comunicate {
  display: flex;
  width: 100%;
}
.comunicate img {
  flex: 1;
}
.comunicate .contactus {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.comunicate .contactus h2 {
  font-family: "Rugen";
  color: var(--primary-bg-color);
}
.comunicate .contactus .item {
  display: flex;
  align-items: center;
  padding: 15px 30px;
  background-color: var(--primary-bg-color);
  gap: 20px;
  color: white;
  border-radius: 10px;
}
.comunicate .contactus .item p {
  font-family: "Rubik";
}
.comunicate .contactus .contactbtn {
  padding: 15px 30px;
  text-decoration: none;
  background-color: var(--secondary-bg-color);
  border-radius: 10px;
  color: var(--primary-bg-color);
  font-weight: bold;
  font-family: "Rubik";
}

@media screen and (max-width: 768px) {
  .swiper-container {
    height: 300px;
  }
  .banner {
    display: relative;
    margin-top: 100px;
  }
  .banner img {
    width: 100%;
    height: 100%;
  }
  .details {
    flex-direction: column;
    gap: 100px;
    margin-top: 100px;
  }
  .details div {
    width: 100%;
  }
  .whoweare {
    width: 95%;
    flex-direction: column;
    text-align: center;
    margin-top: 600px;
  }
  .whoweare img {
    width: 95%;
    margin-bottom: 30px;
  }
  .whoweare .details_whoweare .members {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
  .services {
    flex-direction: column;
    width: 80%;
    text-align: center;
  }
  .services .cards {
    flex-direction: column;
    text-align: center;
  }
  .services .cards .blue {
    width: 100%;
    margin-top: 100px;
    padding: 60px 30px;
  }
  .services .cards .blue .icon {
    top: -15px;
    left: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  .services .cards .yellow {
    width: 100%;
    margin-top: 100px;
    padding: 60px 30px;
  }
  .services .cards .yellow .icon {
    top: -15px;
    left: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  .certs img {
    width: 90%;
  }
  .comunicate {
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }
  .comunicate .contactus {
    align-items: center;
    text-align: center;
    margin-bottom: 100px;
  }
}/*# sourceMappingURL=styles.css.map */