@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@600&family=Fraunces:wght@700;900&display=swap");

:root {
  --soft-red: hsl(7, 99%, 70%);
  --yellow: hsl(51, 100%, 49%);
  --dark-desaturated-cyan: hsl(167, 40%, 24%);
  --dark-blue: hsl(198, 62%, 26%);
  --dark-moderate-cyan: hsl(168, 34%, 41%);

  --very-dark-desaturated-blue: hsl(212, 27%, 19%);
  --very-dark-grayish-blue: hsl(213, 9%, 39%);
  --dark-grayish-blue: hsl(232, 10%, 55%);
  --grayish-blue: hsl(210, 4%, 67%);
  --white: hsl(0, 0%, 100%);
  /* font-family: 'Barlow', sans-serif;

  font-family: 'Fraunces', serif; */
  --fm-fraunces: "Fraunces", sans-serif;
  --fm-barlow: "Barlow", sans-serif;
}

html {
  font-size: 64.5%;
}

body {
  font-family: var(--fm-barlow);
  color: hsl(212, 27%, 19%);
}

li {
  text-decoration: none;
}

* > a {
  list-style-type: none;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

header {
  width: 100vw;
  background: url("../images/desktop/image-header.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100vh;
}

/* navbar */
.navbar {
  padding: 4rem 6rem;
  height: 4rem;
  display: flex;
  justify-content: space-between;
}

.main-nav__list {
  display: flex;
  align-items: center;
  gap: 4rem;
  font-size: 1.4rem;
}

.main-nav__list a {
  color: white;
}

.heading {
  text-align: center;
  font-family: var(--fm-fraunces);
  font-size: 5.2rem;
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-top: 4rem;
  margin-bottom: 10rem;
}

.img-arrow-down {
  height: 160px;
  margin: 0 auto;
}

.hero {
  margin-top: 9rem;
}

/* brands section */
.left-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: var(--white);
  gap: 3rem;
}

.left-section__wrapper {
  width: 60%;
  display: flex;
  gap: 3rem;
  flex-direction: column;
}

.secondary-heading {
  font-family: "Fraunces";
  font-size: 4rem;
  text-align: left;
}

.brands__services--text {
  line-height: 1.6;
  font-size: 1.4rem;
  color: var(--grayish-blue);
}

.learn-more--text {
  color: var(--very-dark-desaturated-blue);
  font-size: 1.2rem;
  font-family: var(--fm-fraunces);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
  width: 98px;
  text-decoration: underline;
  text-decoration-color: var(--yellow);
  text-decoration-style: solid;
}

.learn-more--text__color-pink {
  text-decoration-color: hsl(7, 99%, 70%, 40%);
}

/* photography section */

.design__container--left-section {
  position: relative;
}

.overlap__text-container-first {
  position: absolute;

  margin: 0 auto;
  text-align: center;
  top: 70%;
  left: 15%;
  width: 60%;
}

.overlap__title {
  font-size: 2rem;
  font-family: var(--fm-fraunces);
  color: hsl(167, 40%, 24%, 80%);
  margin-bottom: 2rem;
  font-weight: 700;
  text-transform: capitalize;
}

.overlap__info {
  font-size: 1.4rem;
  color: var(--dark-moderate-cyan);
  line-height: 1.4;
  font-weight: 400;
  max-width: 40ch;
  margin: 0 auto;
}

.design__container--left-sections-second {
  position: relative;
}

.overlap__text-container-second {
  position: absolute;

  margin: 0 auto;
  text-align: center;
  top: 70%;
  right: 20%;
  width: 60%;
}

/* testimonials */
.section-testimonials {
  max-width: 120rem;
  /* margin: 0 auto; */
  padding: 9.6rem;
}

.testimonial {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}

.client__img {
  width: 6rem;
  border-radius: 100%;
}

.testimonial__quote {
  font-size: 1.6rem;
  line-height: 1.5;
  color: var(--very-dark-grayish-blue);
  font-family: var(--fm-barlow);
  font-weight: 400;

  text-align: center;
}

.client__name {
  font-size: 1.6rem;
  font-family: var(--fm-fraunces);
  margin-bottom: 1.2rem;
  text-align: center;
}

.client__position {
  color: var(--grayish-blue);
  font-size: 1.4rem;
  letter-spacing: 0.3 px;
}

.testimonial-header {
  font-size: 2rem;
  margin-bottom: 8rem;
  color: var(--grayish-blue) !important;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  font-family: var(--fm-fraunces);
}

.footer {
  margin: 0 auto;
  text-align: center;
  background-color: hsl(168, 34%, 70%);
  display: flex;
  gap: 3rem;
  flex-direction: column;
  padding: 6rem 0;
}

.footer__header {
  font-size: 3.8rem;
  color: var(--dark-desaturated-cyan);
  font-weight: bold;
}

.footer__links {
  display: flex;
  gap: 6rem;
  justify-content: center;
  font-size: 1.4rem;
  color: var(--dark-moderate-cyan);
}

.footer__brand-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  margin-top: 4rem;
}

.footer .brand-icons:hover {
  cursor: pointer;
  filter: brightness(0) invert(1);
}
.footer__link:hover {
  cursor: pointer;
  color: white;
  transition: all 0.3s ease;
}
