body {
  font-family: "Inter", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background-color: #fcfaf6;
  color: #2e2e2e;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

header {
  background-color: #dfd2c4;
  width: 100%;
}

div.nav-bar {
  background-color: #dfd2c4;
}

div.nav {
  display: flex;
  justify-content: space-between;
  background-color: #dfd2c4;
  padding: 1rem 0;
  margin: 0 2rem;
  border-bottom: 1px #2e2e2e solid;
}

div.nav-logo {
  margin-right: 0 auto;
}

.nav-logo svg {
  fill: #2e2e2e;
  width: 48px;
  height: 48px;
}

div.menu {
  width: 48px;
  height: 48px;
  stroke: #2e2e2e;
}

.header-main {
  margin: 0 auto;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 3.5rem;
}

.heading {
  color: #4a4236;
  font-size: 60px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  text-align: left;
}

.p-two {
  color: #c97b63;
  font-size: 36px;
  font-weight: 400;
  margin: 1rem 0;
  padding: 0;
  text-align: left;
}

.p-three {
  font-size: 20px;
  font-weight: 400;
  padding: 0;
  margin: 0;
  max-width: 800px;
  text-align: left;
}

.services-preview {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem 3.5rem;
  margin: 0 auto;
}

.services-title {
  color: #2e2e2e;
  font-size: 40px;
  font-weight: 500;
  padding-bottom: 1.5rem;
  padding-top: 1rem;
  align-items: center;
  width: 100%;
  text-align: center;
}

.service-title {
  color: #4a4236;
}

.boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}

.done-box,
.teach-box {
  border-radius: 7px;
  background-color: #dfd2c4;
  flex: 1 1 35%;
  min-width: 260px;
  max-width: 500px;
  height: auto;
  gap: 3rem;
  padding: 1.5rem 2rem;
}

.done-box h2,
.teach-box h2 {
  font-size: 40px;
  font-weight: 600;
  margin: 0 auto;
}

.steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
  margin: 2rem 0;
  gap: 4rem;
}

.icon {
  font-size: clamp(0.8rem, 1.5vw, 1rem);
  display: flex;
  align-items: center;
  flex: 1 1 100%;
  text-align: center;
  gap: 1rem;
  padding-top: 1rem;
  min-width: 0;
  max-width: fit-content;
  white-space: normal;
}

.icon svg {
  width: 2.5em;
  height: 2.5em;
  stroke: #2e2e2e;
  flex-shrink: 0;
}

.step-title {
  flex-shrink: 1;
  white-space: nowrap;
  font-size: 1.2em;
  font-weight: 600;
  margin: 0;
}

@media (max-width: 790px) {
  .boxes {
    flex-direction: column;
    margin: 0 auto;
    width: 100%;
    align-items: center;
  }

  .steps {
    flex-direction: column;
    flex-wrap: nowrap;
    margin: 2rem auto;
    width: fit-content;
    align-items: center;
  }

  .icon {
    flex: none;
    width: 100%;
  }

  .icon svg {
    width: 48px;
    height: 48px;
  }

  .step-title {
    font-size: 24px;
  }

  .services-title {
    margin: 0 auto;
    text-align: center;
  }

  .services-preview {
    align-items: center;
    padding: 1rem 1.5rem;
  }
}

.learn-more {
  display: flex;
  width: 100%;
  height: 8rem;
  align-items: center;
  background-color: #dfd2c4;
}

.learn-more-button {
  border-radius: 7px;
  border: none;
  background-color: #c97b63;
  padding: 0.5rem 1.5rem;
  font-size: 20px;
  font-family: "Inter", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  margin: 46px auto;
  transition: all 0.2s;
  width: fit-content;
  height: fit-content;
}

@media (max-width: 480px) {
  .learn-more-button {
    width: 60%;
  }
}

.learn-more-button a {
  text-decoration: none;
  color: #fcfaf6;
}

.learn-more-arrow {
  width: 1rem;
  height: 1rem;
  color: #fcfaf6;
}

.learn-more-button:hover {
  background-color: #b5664e;
}

footer {
  display: flex;
  color: #2e2e2e;
  font-family: "Inter", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  margin: 2rem;
  border-bottom: 1px solid #2e2e2e;
  gap: 1rem;
  flex-wrap: wrap;
}

div.left {
  flex-grow: 1;
  width: 600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

p.disclaimer {
  max-width: 500px;
  text-align: right;
}

div.middle {
  flex-grow: 1;
  min-width: 130px;
}

div.right {
  flex-grow: 1;
  justify-content: center;
}

div.footer-row {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  gap: 3rem;
}

@media (max-width: 961px) {
  footer {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }

  div.left {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  p.disclaimer {
    text-align: center;
  }

  div.footer-row {
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 1rem;
  }
}

.copyright {
  display: flex;
  margin: 0 auto;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
}

@media (max-width: 450px) {
  .copyright {
    flex-wrap: wrap;
    flex-direction: column;
  }
}

.footer-title {
  font-weight: 600;
}

p.logo-name {
  font-weight: 700;
  font-size: 60px;
  margin: 0;
}

div.logo {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

div.logo svg {
  width: 100px;
  height: 100px;
  fill: #2e2e2e;
}

.logo img {
  width: 60px;
  height: 60px;
  stroke: #2e2e2e;
}

div.socials {
  display: flex;
  align-items: center;
  justify-content: baseline;
  gap: 5px;
}

svg.fb-icon {
  width: 54px;
  height: 54px;
  fill: #2e2e2e;
}

svg.li-icon {
  width: 44px;
  height: 44px;
  fill: #2e2e2e;
}
