@font-face {
  font-family: "Raptor-Black";
  src: url(./assets/fonts/Raptor/RaptorV3Premium-Black.otf) format("opentype");
}

@font-face {
  font-family: "Raptor-Regular";
  src: url(./assets/fonts/Raptor/RaptorV3Premium-Regular.otf) format("opentype");
}

@font-face {
  font-family: "Raptor-Bold";
  src: url(./assets/fonts/Raptor/RaptorV3Premium-Bold.otf) format("opentype");
}

body {
  margin: 0;
}

button {
  border-radius: 35px;
  padding: 12px 60px;
  font-family: "Raptor-Bold";
  width: 190px;
  height: 44px;
  font-size: 1.125rem;
  line-height: 21.6px;
  border: none;
  cursor: pointer;
}

b {
  font-family: "Raptor-Bold";
}

p {
  margin: 0;
}

.icon-text {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.presentation-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f4e636;
  padding: 40px 80px 40px 80px;
  min-height: calc(100vh - 80px);
}

.presentation-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  max-width: 1440px;
  width: 100%;
  flex-grow: 1;
}

.services-section {
  padding: 100px 80px 40px 80px;
}

.services-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.services-text {
  width: 65%;
}

.services-img {
  max-width: 410px;
  width: 30%;
  height: min-content;
}

.clients-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 1440px;
  padding: 100px 80px 72px 80px;
  margin: 0 auto;
}

.client-content {
  display: flex;
  justify-content: space-between;
  text-align: center;
  font-family: "Raptor-Bold";
  font-size: 1.125rem;
}

.client-img {
  width: 28%;
}

.section-content {
  margin: 0 auto;
  width: 60%;
  text-align: center;
}

.footer-section {
  padding: 50px 80px 40px 80px;
  background-color: #101010;
  color: white;
  font-family: "Raptor-Regular";
}

.footer-content-1 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
  font-size: 1rem;
}

.footer-content-2 {
  display: flex;
  justify-content: space-between;
  font-size: 0.875rem;
}

.social {
  display: flex;
  gap: 12px;
  width: 180px;
}

@media (max-width: 992px) {
  .presentation-section {
    padding: 48px 32px 48px 32px;
  }

  .presentation-content {
    flex-direction: column;
    justify-content: center;
  }

  .presentation-text {
    align-self: stretch;
    margin-bottom: 32px;
  }

  .services-section,
  .clients-section {
    padding: 60px 32px 72px 32px;
  }

  .services-content {
    flex-direction: column;
    align-items: center;
  }

  .services-text {
    width: 100%;
  }

  .services-img {
    margin-top: 33px;
    width: 100%;
    max-width: 300px;
  }

  .client-content {
    flex-direction: column;
    align-items: center;
    gap: 56px;
  }

  .client-img {
    width: 90%;
    max-width: 400px;
  }

  .section-content {
    width: 90%;
  }

  .footer-section {
    padding: 60px 32px 48px 32px;
  }

  .footer-content-1 {
    flex-direction: column;
  }

  .footer-content-2 {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }

  .icon-text {
    margin-bottom: 16px;
    justify-content: center;
  }

  .rudo-brand {
    text-align: center;
    margin: 24px 0 24px 0;
  }

  .laberit-logo {
    width: 100%;
    max-width: 440px;
  }

  .social {
    width: auto;
  }
}

@media (max-width: 610px) {
  .section-content {
    width: 100%;
  }
}
