body {
  font-family: "Futura md bt", sans-serif;
  margin: 80px 0 0;
  min-height: 100vh;
}

header {
  margin-top: 60px;
}

img {
  max-width: 100%;
}

h1,
h2,
p {
  margin: 0;
}

.header {
  width: 85%;
  margin: auto;
}

.company-logo {
  font-weight: 400;
  text-align: center;
  margin: 0;
}

.company-logo img {
  width: 50%;
}

.company-subtitle {
  font-size: 32px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  text-align: center;
}

.projects {
  width: 90%;
  margin: 40px auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
  justify-content: center;
}

.project {
  width: calc(100% / 3 - 40px);
}

[aria-current="page"] {
  text-decoration: none;
  color: black;
}

/* Alhamayel */
.hamayel {
  text-align: center;
}

.hamayel-arabic {
  text-align: center;
  font-family: "almarai", sans-serif;
  font-weight: 700;
  margin-top: 8px;
  font-size: 15px;
}

.hamayel-english {
  font-family: "Inter";
  margin-top: 8px;
  font-size: 11px;
}

/* Penpeers */
.penpeers {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  font-family: "Raleway", sans-serif;
}

.penpeers div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.penpeers img {
  width: 120px;
}

.penpeers-title {
  color: #3d1f03;
  font-size: 32px;
  font-weight: bold;
}

.penpeers-sub-title {
  color: #ce7852;
  font-size: 16px;
  font-weight: 600;
  margin-top: 8px;
}

/* Serve me */
.serveme-title {
  text-align: center;
  font-family: "Montserrat";
  font-size: 24px;
}

/* Act */
.act {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px;
  text-align: center;
}

.act p {
  font-size: 15px;
}

/* Footer */
footer {
  margin-top: 40px;
  background: linear-gradient(0deg, #fcfaf9 -0.12%, #e1dac6 100%);
  padding: 40px 7.5%;
  font-family: "Poppins", sans-serif;
}

.footer-sections {
  display: flex;
  flex-wrap: wrap;
  row-gap: 40px;
}

.footer-sections img {
  align-self: center;
  padding-right: 40px;
  width: calc(25% - 61px);
}

.footer-sections div {
  width: calc(25% - 61px);
  padding: 0 40px;
}

.footer-sections p {
  font-size: 10px;
}

.footer-sections .footer-about {
  border-left: 1px solid #999;
  border-right: 1px solid #999;
}

.footer-sections .footer-contact {
  padding-right: 0;
  border-left: 1px solid #999;
}

.footer-sections h2 {
  font-size: 16px;
  margin-bottom: 16px;
}

.footer-copyright {
  text-align: center;
  margin-top: 80px;
  font-size: 12px;
}

@media screen and (max-width: 1200px) {
  .project {
    width: calc(100% / 2 - 80px);
  }

  .footer-sections img,
  .footer-sections div {
    width: calc(50% - 61px);
  }

  .footer-sections .footer-about {
    border-right: 0;
  }

  .footer-sections .footer-address {
    padding-left: 0;
  }
}

@media screen and (max-width: 600px) {
  .project {
    width: 100%
  }

  .footer-sections img,
  .footer-sections div {
    width: 100%;
    padding: 0;
  }

  .footer-sections .footer-about {
    border: 0;
  }

  .footer-sections .footer-contact {
    border: 0;
  }
}
