:root {
  --green: #225e60;
  --light-green: #69968f;
  --white: #fefbf6;
  --black: #312f3c;
  --yellow: #eaac39;

  --testimonial-width: min(30rem, calc(100vw - 10rem));

  @media screen and (max-width: 32.5rem) {
    --testimonial-width: calc(100vw - 7rem);
  }
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  line-height: 1.5rem;
}

.header {
  height: 100vh;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;

  font-family: "Noto Serif Display", Arial, Helvetica, sans-serif;
  background-image: url("/images/zonnedans-1920px.webp");

  @media screen and (max-width: 120rem) {
    background-image: url("/images/zonnedans-1024px.webp");
  }

  @media screen and (max-width: 40rem) {
    background-image: url("/images/baken-640px.webp");
  }
}

.title {
  color: var(--white);
  font-weight: 400;
  font-size: 4rem;
  font-family: inherit;
  line-height: 4rem;
  padding-bottom: 2rem;
  text-shadow: 0 0 1rem #000000;
}

.sub-title {
  color: var(--white);
  font-weight: 400;
  line-height: 2.5rem;
  font-size: 2rem;
  font-family: inherit;
  text-shadow: 0 0 0.5rem #000000;
}

.intro-text-background {
  background-image: url("/images/gouden-bloemen.svg");
  background-size: cover;
}

.intro-text {
  padding: 12rem 1rem;
  color: var(--white);
  display: flex;
  justify-content: center;
  background-color: rgba(34, 94, 96, 0.8);
}

.intro-text > .container {
  max-width: 40rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 8rem;
}

.quote {
  font-size: 2rem;
  line-height: 2.5rem;
  font-family: "Noto Serif Display";
  text-align: center;
  font-weight: 400;
}

.section-default {
  background-color: var(--white);
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
  padding: 5rem 1rem;
}

.section-header {
  color: var(--green);
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  border-bottom: 2px var(--yellow) solid;
  text-align: center;
}

.sub-heading {
  margin-top: 2rem;
  color: var(--black);
}

.cta {
  background-color: var(--yellow);

  padding: 2rem;
  border-radius: 0.5rem;
}

.cta__text {
  margin-bottom: 2rem;
}

.bold {
  font-weight: bold;
}

.cta__button {
  display: block;
  text-decoration: none;
  padding: 1rem;
  background-color: var(--green);
  width: fit-content;
  border-radius: 0.5rem;
  color: var(--white);
}

.cta__button:hover {
  background-color: var(--light-green);
}

.text-block-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  gap: 2rem;
  max-width: 40rem;
}

.container-light > p {
  color: var(--black);
}

.emphasis {
  font-weight: bold;
}

.testimonials-background {
  background-image: url("/images/gouden-bloemen.svg");
  background-size: cover;
  background-position: right;
}

.testimonials {
  background-color: rgba(34, 94, 96, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 5rem 1rem;

  @media screen and (max-width: 760px) {
    padding: 5rem 0.5rem;
  }
}

.white {
  color: var(--white);
}

.testimonial-wrapper {
  position: relative;
  width: var(--testimonial-width);
  overflow-x: hidden;
}

.testimonial-collection {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: fit-content;
  transition: transform 1s ease-in-out;
}

.testimonials > .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--white);
  border: 2px var(--green) solid;
  border-radius: 1rem;
}

.testimonial {
  padding: 1.5rem 0.5rem;
  width: var(--testimonial-width);

  @media screen and (max-width: 40rem) {
    padding: 1.25rem 0;
  }
}

.testimonial-btn {
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
  border: none;
  background-color: transparent;
  padding: 1rem;
}

.testimonial-btn > img {
  width: 2rem;
  height: 2rem;
  filter: invert(26%) sepia(49%) saturate(541%) hue-rotate(133deg)
    brightness(103%) contrast(89%);
}

.testimonial-btn > img:hover {
  filter: invert(89%) sepia(9%) saturate(4454%) hue-rotate(329deg)
    brightness(95%) contrast(92%);
}

.testimonial-btn:hover {
  cursor: pointer;
  background-color: var(--white);
}

img.left {
  transform: rotate(90deg);
}

img.right {
  transform: rotate(270deg);
}

.author {
  padding-top: 1rem;
  color: var(--green);
  display: flex;
  justify-content: space-between;
}

.city {
  font-weight: 400;
  color: var(--black);
}

.about-me {
  padding: 5rem 1rem;
  background-color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: 100%;

  @media screen and (max-width: 40rem) {
    flex-direction: column-reverse;
  }
}

.about-me > .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 40rem;
  width: 40%;
  @media screen and (max-width: 40rem) {
    width: 100%;
  }
}

.about-me > img {
  width: 40%;
  @media screen and (max-width: 40rem) {
    width: 70%;
  }
  margin: 1rem 0;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.about-me > .content > *:not(:last-child) {
  padding-bottom: 2rem;
}

.divider {
  height: 4rem;
  background-image: url("/images/gouden-bloemen.svg");
  background-size: cover;
}

.divider.right {
  background-position: right;
}
.list {
  padding-left: 1rem;
}
.list > li {
  padding: 0.25rem 0;
}

.signature {
  font-family: "Noto Serif Display", Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  font-style: italic;
}

.footer {
  background-color: var(--black);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3rem 0;
}

.footer > .container {
  width: calc(min(40rem, 90vw));
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
}

.contact {
  color: var(--yellow);
  text-transform: uppercase;
  padding-bottom: 2rem;
}

.instagram {
  color: var(--white);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding-bottom: 1rem;
}

.insta-logo {
  width: 2rem;
  height: 2rem;
}

.insta-handle {
  color: var(--white);
}
.insta-handle:hover {
  color: var(--yellow);
}

.emailaddress {
  color: var(--white);
}
.emailaddress:hover {
  color: var(--yellow);
}
