@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  font-size: 18px;
}

body {
  font-family: "Fraunces", serif;
}

p {
  font-family: "Barlow", serif;
}

h1 {
  text-align: center;
  letter-spacing: 0.6rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

h2 {
  font-weight: 900;
}

a {
  cursor: pointer;
}

nav {
  position: absolute;
  top: 40px;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  color: hsl(213, 9%, 39%);
  background-color: #ffffff;
  gap: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-family: "Barlow", serif;
  font-weight: 600;
}
nav .contact {
  background-color: hsl(51, 100%, 49%);
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem 1rem;
  border-radius: 25px;
  color: hsl(212, 27%, 19%);
  font-weight: 700;
  font-family: "Fraunces", serif;
  text-align: center;
}

.hidden {
  display: none;
}

.wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
}

header {
  background-image: url("./images/mobile/image-header.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: white;
  padding: 2rem 1rem 0 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  height: 600px;
}

.top-header {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.arrow-down {
  width: 40px;
  padding-bottom: 2rem;
}

.transform p,
.stand-out p {
  color: hsl(212, 27%, 19%);
  line-height: 1.5rem;
}
.transform .learn-more,
.stand-out .learn-more {
  text-decoration: underline;
  text-decoration-thickness: 0.2rem;
  font-weight: 800;
}
.transform .section-description,
.stand-out .section-description {
  justify-content: center;
}

.transform .learn-more {
  text-decoration-color: hsl(51, 100%, 49%);
}

.stand-out .learn-more {
  text-decoration-color: hsl(7, 99%, 70%);
}

.section-image {
  width: 100%;
}

.section-description {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 2rem;
}

.graphic-design {
  background-image: url("./images/mobile/image-graphic-design.jpg");
  background-size: cover;
  background-position: center;
  padding-top: 20rem;
  color: hsl(167, 40%, 24%);
}

.photography {
  background-image: url("./images/mobile/image-photography.jpg");
  background-size: cover;
  background-position: center;
  padding-top: 20rem;
  color: hsl(198, 62%, 26%);
}

.testimonials {
  background-color: #ffffff;
  padding: 0 1rem 4rem 1rem;
}
.testimonials h2 {
  padding: 4rem 0;
  color: hsl(210, 4%, 67%);
  letter-spacing: 0.2rem;
  font-size: 1rem;
}

.testimonials-container {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.client {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}

.client-picture {
  width: 70px;
  border-radius: 50%;
}

.client-text {
  line-height: 1.6rem;
  color: hsl(213, 9%, 39%);
  font-weight: 500;
}

.client-info {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.client-name {
  color: hsl(212, 27%, 19%);
  font-weight: 800;
}

.client-position {
  font-size: 0.9rem;
  color: hsl(210, 4%, 67%);
}

.image-gallery {
  display: flex;
  flex-wrap: wrap;
}
.image-gallery img {
  width: 50%;
}

footer {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  align-items: center;
  background-color: hsl(167, 44%, 51%);
  color: hsl(167, 40%, 24%);
  padding: 4rem 2rem;
}

.footer-logo {
  width: 200px;
  filter: brightness(0) saturate(100%) invert(28%) sepia(5%) saturate(3912%) hue-rotate(116deg) brightness(95%) contrast(91%);
}

.quick-links {
  display: flex;
  gap: 2rem;
  justify-content: center;
  width: 100%;
  color: hsl(167, 40%, 24%);
}
.quick-links a {
  text-decoration: none;
}
.quick-links a:hover {
  color: #ffffff;
}

.social-icons {
  display: flex;
  gap: 2rem;
}
.social-icons img {
  width: 25px;
  cursor: pointer;
}
.social-icons img:hover {
  filter: grayscale(100%) brightness(300%);
}

.attribution {
  font-size: 11px;
  text-align: center;
  background-color: hsl(167, 44%, 51%);
}

.attribution a {
  color: hsl(228, 45%, 44%);
}

/* --- MEDIUM SCREEN STYLES (> 768px) --- */
@media (width >= 768px) {
  header {
    background-image: url("./images/desktop/image-header.jpg");
  }
  header h1 {
    font-weight: 800;
  }
  header nav {
    flex-direction: row;
    align-items: center;
    position: relative;
    padding: 0;
    background: none;
    top: 0;
    right: 0;
    width: auto;
    color: #ffffff;
    gap: 2rem;
  }
  header nav .contact {
    background-color: #ffffff;
    color: hsl(212, 27%, 19%);
  }
  header nav .contact:hover {
    background-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
  }
  .mobile-icon {
    display: none;
  }
  .transform {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
  }
  .transform .section-image,
  .transform .section-description {
    width: 50%;
    text-align: left;
  }
  .stand-out {
    display: flex;
    flex-wrap: nowrap;
  }
  .stand-out .section-image,
  .stand-out .section-description {
    width: 50%;
    text-align: left;
  }
  .graphic-photography-container {
    display: flex;
  }
  .graphic-photography-container .section-description {
    width: 50%;
  }
  .graphic-design {
    background-image: url("./images/desktop/image-graphic-design.jpg");
  }
  .photography {
    background-image: url("./images/desktop/image-photography.jpg");
  }
  .testimonials-container {
    flex-direction: row;
  }
  .image-gallery img {
    width: 25%;
  }
}
/* --- LARGE SCREEN STYLES (> 1048px) --- */
@media (width >= 1048px) {
  :root {
    font-size: clamp(1.115rem, 1.15rem + 3vw, 1.5rem);
  }
  .transform .section-description,
  .stand-out .section-description {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .graphic-design,
  .photography {
    padding-left: 4rem;
    padding-right: 4rem;
    padding-bottom: 5rem;
  }
  .testimonials {
    padding: 2rem 5rem 5rem 5rem;
  }
}/*# sourceMappingURL=index.css.map */