#welcome-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  height: 500px;
  padding: 0 28%;
  background-image: url(./assets/images/background.png);
  background-size: cover;
  text-align: center;
}

#welcome-container p {
  font-size: 24px;
  margin: 45px 0 60px 0;
  padding: 0 10%;
  line-height: 29.52px;
}

.header-1 {
  font-family: noto-bold;
  font-size: 56px;
  color: var(--black);
}

.header-2 {
  font-family: noto-bold;
  font-size: 48px;
}

.container {
  padding: 0 20%;
  width: 100%;
}

#whoami-container {
  background: var(--gray);
  color: var(--white-50);

  display: flex;
  align-items: center;
  gap: 54px;
  padding: 62px 16% 91px;
}

#whoami-container img {
  width: 300px;
}

#whoami-text {
  display: flex;
  flex-direction: column;
  gap: 33px;
}

#whoami-text p {
  font-size: 22px;
  line-height: 29.52px;
  font-feature-settings: "ss02" on;
}

#whoami-text a {
  text-decoration: underline;
}

#portfolio-container {
  background: var(--white-50);
  padding: 70px 16%;

  display: flex;
  flex-direction: column;
  gap: 24px;
}

#portfolio-container h2 {
  text-align: center;
}

.portfolio-item {
  display: flex;
  flex-direction: column;
}

.client-name {
  font-size: 24px;
  margin-bottom: 28px;
}

.portfolio-photos {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 20px;
  margin-bottom: 0;
}

.portfolio-photos img {
  width: 99%;
}

.portfolio-quote {
  margin: 35px 0;

  display: flex;
  flex-direction: column;
  line-height: 29.52px;
  font-size: 22px;
  gap: 5px;
}

.portfolio-quote b {
  font-family: noto-bold;
  font-style: italic;
}

.portfolio-photos-three-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 20px;
  margin-bottom: 0;
}

.portfolio-photos-three-columns img {
  width: 99%;
}

#services-container {
  background: var(--gray);
  color: var(--white-50);
  padding: 70px 0;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}

#services-container h2 {
  text-align: center;
}

#service-item {
  padding: 0 16%;
}

#service-item-content {
  display: flex;
  gap: 25px;
}

#service-item p {
  padding-bottom: -40px;
  font-size: 22px;
  line-height: 31px;
  letter-spacing: 0.015em;
  text-indent: 25px;
  font-feature-settings: "ss02" on;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
}

#observation {
  text-align: center !important;
  font-family: clash-light !important;
  font-weight: 300 !important;
  padding-top: 50px;
}

#inside-grid-quote {
  border-top: 2px solid var(--black);
  padding-top: 15px;
}

#contact-content {
  display: flex;
  flex-direction: column;
  padding: 70px 0;
  background-image: url(./assets/images/background.png);
}

#contact-container {
  display: flex;
  flex-direction: column;
  margin: 50px 0 40px 35%;
  gap: 25px;
}

#contact-container h3 {
  font-family: noto-bold;
  font-size: 24px;
  width: 155px;
}

#contact-item {
  display: flex;
  justify-content: space-around;
  width: max-content;
}

#contact-item a {
  display: flex;
  align-items: center;
  gap: 10px;
}

#contact-item img {
  width: 23px;
}

#contact-item span {
  font-size: 24px;
  font-weight: 500;
  transition: 0.2s;
}

#contact-item span:hover {
  border-bottom: 2px solid var(--black);
}

#contact-content h2 {
  text-align: center;
}

#footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 0;
  background-color: #f4f4f4;
  gap: 40px;
}

#footer-images {
  display: flex;
  gap: 25px;
}

#footer-images img {
  width: 36px;
}

.page-content {
  padding-top: 97px;
}

.lined-text {
  font-family: noto-bold;
  font-size: 36px;
  display: flex;
  align-items: center;
  margin: 43px 0;
}

.lined-text::after {
  content: "";
  flex: 1;
  margin-left: 1rem;
  height: 2px;
  background: var(--black);
}

.lined-text-white::after {
  content: "";
  flex: 1;
  margin-left: 1rem;
  height: 2px;
  background: var(--white-50);
}

.see-more-button {
  display: flex;
  align-self: center;
  margin-top: 40px;
}

.button {
  font-family: clash-regular;
  font-size: 18px;
  border-radius: 3px;
  border: none;
  background: linear-gradient(90deg, #f2c90f 0%, #f6e07d 100%);

  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;

  cursor: pointer;
  transition: filter 0.2s ease-in-out;
  width: fit-content;
}

.button:hover {
  filter: opacity(0.72);
}

@media (max-width: 480px) {
  #welcome-container {
    height: 500px;
    padding: 40px;
  }

  #welcome-container p {
    font-size: 20px;
    line-height: 24px;
  }

  #whoami-container {
    display: flex;
    flex-direction: column;
    padding: 50px 8%;
  }

  #service-item-content {
    display: flex;
    flex-direction: column;
    gap: 33px;
    font-size: 12px;
  }

  #service-item {
    padding: 0 8%;
  }

  #service-item p {
    text-indent: 0;
    font-size: 1.2rem;
  }

  #whoami-container img {
    width: 80%;
  }

  #whoami-text p {
    font-size: 16px;
    line-height: 1.5rem;
  }

  #portfolio-container {
    padding: 50px 8%;
  }

  .portfolio-quote {
    gap: 10px;
  }

  .portfolio-photos-three-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 12px;
  }

  .portfolio-quote span {
    font-size: 16px;
    line-height: 1.5rem;
  }

  #service-item-content img {
    display: flex;
    align-self: center;
  }

  .portfolio-quote b {
    font-size: 20px;
  }

  #contact-content {
    padding: 40px 0;
  }

  #contact-container {
    margin: 50px 0 10px 6%;
  }

  #contact-container h3 {
    font-size: 18px;
    width: 110px;
  }

  #contact-item span {
    font-size: 17px;
  }

  #contact-item img {
    width: 20px;
  }

  #footer ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 10%;
    align-items: center;
  }

  /* ------------------------------------ */

  .header-1 {
    font-size: 36px;
  }

  .header-2 {
    font-family: noto-bold;
    font-size: 24px;
  }

  .lined-text {
    font-size: 24px;
  }

  .see-more-button {
    margin-top: 20px;
  }

  .button {
    font-size: 14px;
    padding: 12px;
    white-space: nowrap;
    color: var(--black);
  }

  .container {
    padding: 0 8%;
  }

  .page-content {
    padding-top: 87px;
  }
}
