html {
  font-size: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::after,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  margin: 0;
  padding: 0;
}

body {
  line-height: 1.3;
  font-family: "Barlow", sans-serif;
  font-size: rem(18);
}

ul {
  list-style: none;
}

a {
  font-size: rem(14);
  text-decoration: none;
  color: inherit;
}

img {
  width: 100%;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-jc-sb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-jc-c {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-ai-c {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 63.9375em) {
  .hide-for-mobile {
    display: none;
  }
}

@media (min-width: 64em) {
  .hide-for-desktop {
    display: none;
  }
}

.header {
  background: url(../../../images/mobile/image-header.jpg) no-repeat center center;
  background-size: cover;
  height: 70vh;
}

@media (min-width: 64em) {
  .header {
    background: url(../../images/desktop/image-header.jpg) no-repeat center center;
  }
}

.header nav {
  padding: 1.875rem;
}

.header__menu > span {
  display: block;
  width: 26px;
  height: 2px;
  background-color: #fff;
}

.header__menu > span:not(:last-child) {
  margin-bottom: 5px;
}

.header__links {
  color: white;
}

.header__links a:not(:last-child) {
  margin-right: 1.5625rem;
}

.header__links a:last-of-type {
  color: #23303e;
  padding: 0.9375rem 1.25rem;
  border-radius: 2.5rem;
  font-family: "Fraunces", serif;
  background-color: white;
}

.header__hero h1 {
  font-family: "Fraunces", serif;
  font-size: 3.125rem;
  text-align: center;
  text-transform: uppercase;
  padding-top: 4.375rem;
  color: white;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  letter-spacing: 0.5rem;
}

.header__arrow {
  width: 3.125rem;
  padding-top: 3.75rem;
  margin: 0 auto;
}

.showcase {
  display: -ms-grid;
  display: grid;
}

@media (min-width: 40em) {
  .showcase {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

.showcase__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  gap: 2rem;
}

@media (min-width: 40em) {
  .showcase__item:nth-child(2) {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

.showcase img {
  height: 100%;
}

.showcase .info {
  padding: 2.8125rem 2.1875rem;
}

.showcase .info > h2 {
  font-family: "Fraunces", serif;
  font-size: 2.5rem;
  font-weight: 900;
}

.showcase .info > p {
  font-size: 1.25rem;
  color: #5a636c;
  line-height: 2.5rem;
}

.showcase .info > a {
  font-size: 1.25rem;
  text-transform: uppercase;
  font-weight: 900;
  font-family: "Fraunces", serif;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 3px;
  -webkit-text-decoration-color: #fad400;
          text-decoration-color: #fad400;
}

.showcase .more-info {
  min-height: 43.90625rem;
  color: var(--ds-cyan);
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 1.25rem;
  padding-bottom: 5rem;
}

.showcase .more-info > h2 {
  font-family: "Fraunces", serif;
  font-weight: 900;
  font-size: 2.5rem;
}

.showcase .more-info > p {
  font-size: 1.25rem;
  line-height: 2.1875rem;
}

.showcase .design {
  background: url(../../images/mobile/image-graphic-design.jpg) no-repeat center center;
  background-size: cover;
  color: #25564b;
}

.showcase .photography {
  background: url(../../images/mobile/image-photography.jpg) no-repeat center center;
  background-size: cover;
  color: #19536b;
}

.testimonials {
  padding: 6.25rem 1.25rem;
}

.testimonials h2 {
  font-family: "Fraunces", serif;
  font-size: 1.25rem;
  text-align: center;
  color: #a7abae;
  letter-spacing: 0.3125rem;
  text-transform: uppercase;
}

@media (min-width: 64em) {
  .testimonials .reviews {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.testimonials .reviews .review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  min-height: 18.75rem;
  gap: 1.875rem;
  padding: 3.125rem 0;
}

.testimonials .reviews .review__image {
  width: 6.25rem;
  border-radius: 50%;
  margin: 0 auto;
}

.testimonials .reviews .review > p {
  color: #5a636c;
  padding: 0 0.625rem;
  font-size: 1.25rem;
  line-height: 2.5rem;
}

.testimonials .reviews .review__name {
  font-size: 1.5625rem;
  font-weight: 900;
  font-family: "Fraunces", serif;
  margin-bottom: 0.625rem;
}

.testimonials .reviews .review__role {
  color: #a7abae;
  font-size: 1.1875rem;
}

.gallery {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 40em) {
  .gallery {
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
  }
}

.gallery__item img {
  display: block;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
  padding: 6.25rem 3.125rem;
  text-align: center;
  background-color: #91d4c6;
  color: #2b6e60;
}

.footer__brand {
  width: 15.625rem;
  margin: 0 auto;
}

.footer__nav a {
  font-size: 1.25rem;
  color: var();
}

.footer__nav a:not(:last-child) {
  margin-right: 2.1875rem;
}

.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 3.125rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.5rem;
}

.footer__social img {
  width: 1.5625rem;
}
/*# sourceMappingURL=style.css.map */