/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.bg--lightest {
  background-color: #FFFFFF;
}

.bg--light {
  background-color: #F5EFE6;
}

.bg--medium {
  background-color: #E8DFCA;
}

.bg--main-light {
  background-color: #8DAE8A;
}

.bg--main {
  background-color: #4F6F52;
}

.bg--dark {
  background-color: #1A4D2E;
}

.bg--darkest {
  background-color: #333333;
}

:root {
  --grid-max: 1440px;
  --grid-container: 1200px;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
}

.go-up {
  align-items: center;
  background-color: #E8DFCA;
  border-radius: 50%;
  bottom: -80px;
  color: white;
  display: flex;
  font-size: 40px;
  height: 60px;
  justify-content: center;
  position: fixed;
  right: 20px;
  text-decoration: none;
  transition: all 250ms ease-in-out;
  width: 60px;
}
.go-up.visible {
  bottom: 20px;
  opacity: 1;
  visibility: visible;
}

.button, h3, h2 {
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

body {
  color: #4F6F52;
  font-family: "Inter Tight", sans-serif;
  font-optical-sizing: auto;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
}

h1 {
  font-family: "Ms Madi", cursive;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

h2 {
  line-height: 1.35;
  font-size: 52px;
}
h2 em {
  color: #8DAE8A;
}
h2 span {
  display: block;
  color: #8DAE8A;
  font-size: 18px;
  font-family: "Inter Tight", sans-serif;
  font-weight: 500;
}

h3 {
  font-size: 32px;
  font-weight: 300;
}

img {
  height: auto;
  max-width: 100%;
}

.container--large {
  margin: 0 auto;
  max-width: var(--grid-max);
  padding: 0 4rem;
}

.container {
  margin: 0 auto;
  max-width: var(--grid-container);
  padding: 0 4rem;
}

header > .container--large {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 40px;
  justify-content: space-between;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}

.menu--main {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 60px;
  justify-content: center;
}
.menu--main li {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.menu--main li a {
  color: inherit;
  text-decoration: none;
  letter-spacing: 1px;
}

footer {
  background-color: #8DAE8A;
  color: white;
}
footer > .container--large {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 40px;
  justify-content: center;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}

.benefits {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 5rem;
  justify-content: flex-start;
  padding: 10rem 0;
}

.benefits--title {
  text-align: center;
}

.benefits--content {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 5rem;
  justify-content: space-between;
}

.benefits--image {
  border-top-left-radius: 200px;
  border-top-right-radius: 200px;
  overflow: hidden;
  width: 400px;
}

.benefits--list {
  align-items: flex-start;
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  gap: 4rem;
  justify-content: center;
}
.benefits--list.even {
  align-items: flex-end;
}
.benefits--list.even li {
  flex-direction: row-reverse;
  text-align: right;
}
.benefits--list li {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 1rem;
  justify-content: flex-start;
}
.benefits--list li span {
  align-items: center;
  background: #F5EFE6;
  border-radius: 50%;
  color: #8DAE8A;
  display: flex;
  flex-shrink: 0;
  font-size: 40px;
  height: 80px;
  justify-content: center;
  width: 80px;
}

.button {
  border: 2px solid #4F6F52;
  color: #4F6F52;
  font-weight: 400;
  padding: 0.5rem 1rem;
  text-decoration: none;
  transition: background 0.3s, color 0.3s;
}
.button:hover {
  background: #4F6F52;
  color: #F5EFE6;
}
.button.large {
  font-size: 26px;
  padding: 1.5rem 3rem;
}
.button.large .material-symbols-outlined {
  font-size: 36px;
}
.button.icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.contact {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 5rem;
  justify-content: flex-start;
  padding: 10rem 0;
}
.contact h2 {
  text-align: center;
}

.contact--content {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 4rem;
  justify-content: center;
}
.contact--content__image {
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  flex-shrink: 0;
  height: auto;
  max-width: 500px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.contact--content__image img {
  display: block;
}
.contact--content__image__caption {
  background-color: rgba(79, 111, 82, 0.75);
  bottom: 0;
  color: white;
  left: 0;
  padding: 2rem;
  position: absolute;
  right: 0;
  text-align: center;
}
.contact--content__text {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  justify-content: flex-start;
  text-align: center;
  text-wrap: pretty;
}

.hero {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 6rem;
  justify-content: space-between;
  padding: 10rem 0;
}

.hero--image {
  flex-shrink: 0;
  position: relative;
  max-width: 380px;
  height: auto;
  width: 100%;
}
.hero--image svg {
  fill: #F5EFE6;
  filter: opacity(0.5);
  height: 200%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 200%;
  z-index: -1;
}

.hero--image--mask {
  background-color: #8DAE8A;
  border-radius: 190px;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.hero--image--mask img {
  display: block;
}

.hero--content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.introduction {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 6rem;
  justify-content: space-between;
  padding: 10rem 0;
}
.introduction > * {
  flex: 1 1 0;
}

.services {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 5rem;
  justify-content: flex-start;
  padding: 10rem 0;
}
.services h2 {
  text-align: center;
}

.services--list {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  justify-content: flex-start;
}

.services--item {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  gap: 4rem;
  justify-content: flex-start;
}
.services--item:nth-child(odd) .services--item__image {
  margin-left: -4rem;
}
.services--item:first-child .services--item__image {
  border-top-left-radius: 50%;
}
.services--item:last-child .services--item__image {
  border-bottom-left-radius: 50%;
}
.services--item__image {
  aspect-ratio: 4/3;
  flex-shrink: 0;
  height: auto;
  max-width: 600px;
  overflow: hidden;
  width: 100%;
}
.services--item__image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.services--item__content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: flex-start;
  max-width: 600px;
}
.services--item__price {
  color: #8DAE8A;
}

@media screen and (max-width: 1440px) {
  .container {
    width: auto;
  }
  .container-large {
    width: auto;
  }
}
@media screen and (max-width: 1160px) {
  .container {
    overflow: hidden;
  }
  .menu--main {
    display: none;
  }
  h2 {
    font-size: 42px;
  }
  .hero {
    flex-direction: column;
  }
  .introduction {
    flex-direction: column;
    gap: 2rem;
    align-items: flex-start;
  }
  .benefits--image {
    display: none;
  }
  .services--item {
    flex-direction: column;
    gap: 2rem;
  }
  .services--item:nth-child(odd) .services--item__image {
    margin-left: 0;
  }
  .contact--content {
    flex-direction: column;
  }
}
@media screen and (max-width: 992px) {
  h2 {
    font-size: 36px;
  }
  h3 {
    font-size: 26px;
  }
  header > .container--large {
    gap: 0;
  }
  .benefits--content {
    flex-direction: column;
    gap: 4rem;
  }
  .benefits--list {
    width: 100%;
  }
  .benefits--list.even {
    align-items: flex-start;
  }
  .benefits--list.even li {
    flex-direction: row;
    text-align: left;
  }
  footer {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .container--large,
  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  h1 {
    font-size: 30px;
  }
  .button {
    font-size: 16px;
  }
  .button.large {
    font-size: 20px;
    padding: 1rem 2rem;
  }
  .button.large .material-symbols-outlined {
    font-size: 24px;
  }
  .services--item:first-child .services--item__image {
    border-top-left-radius: 0;
  }
  .services--item:last-child .services--item__image {
    border-bottom-left-radius: 0;
  }
}

/*# sourceMappingURL=style.css.map */
