@charset "UTF-8";
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: 'lato', sans-serif;
  margin: 0;
  padding: 0;
  color: #3B4A3F;
  background-color: #fff;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  text-decoration: none;
  color: #3B4A3F;
}

h1, h2, h3, p {
  margin: 0;
}

h1 {
  font-size: clamp(2.6rem, 7vw, 3.5rem);
  margin-top: 15vh;
  margin-bottom: 2vh;
}

h2 {
  font-size: 1.9rem;
}

h3 {
  font-size: 1.45rem;
}

p {
  font-size: 1.2rem;
}

.add-bullet {
  padding-top: 0.2rem !important;
  padding-bottom: 0.2rem !important;
}

.add-bullet::before {
  content: "• ";
}

.strong-text {
  font-weight: 800;
}

@-webkit-keyframes drop-down {
  0% {
    opacity: 0;
    -webkit-transform: rotateX(-120deg);
            transform: rotateX(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
}

@keyframes drop-down {
  0% {
    opacity: 0;
    -webkit-transform: rotateX(-120deg);
            transform: rotateX(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
}

.logo {
  height: 6rem;
  padding: 0.8rem;
}

.logo img {
  height: 100%;
}

.navbar {
  height: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: 0px 3px 12px 0px #3b4a3f;
          box-shadow: 0px 3px 12px 0px #3b4a3f;
  position: -webkit-sticky;
  position: sticky;
  z-index: 100;
  top: 0;
  left: 0;
  background-color: #fff;
}

.main-menu {
  display: none;
  position: absolute;
}

.drop-down-menu ul {
  display: none;
}

.burger-menu {
  margin: auto 0.5rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80px;
  height: 80px;
  cursor: pointer;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.burger-menu span {
  width: 60px;
  height: 6px;
  background: #3B4A3F;
  border-radius: 0.2rem;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.burger-menu span::before {
  position: absolute;
  content: "";
  -webkit-transform: translateY(-17px);
          transform: translateY(-17px);
  width: 60px;
  height: 6px;
  background: #3B4A3F;
  border-radius: 0.2rem;
  position: absolute;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.burger-menu span::after {
  position: absolute;
  content: "";
  -webkit-transform: translateY(17px);
          transform: translateY(17px);
  width: 60px;
  height: 6px;
  background: #3B4A3F;
  border-radius: 0.2rem;
  position: absolute;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.content {
  display: block;
}

.banner-homepage {
  width: 100%;
}

h1 {
  display: block;
  padding: 0 8%;
  text-align: center;
}

.four-columns {
  display: block;
  padding: 0 8%;
  margin: 4rem 0;
  gap: 3rem;
  display: -ms-grid;
  display: grid;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.four-columns_element {
  justify-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 15rem;
}

.four-columns_element img {
  width: 90%;
}

.four-columns_element h2 {
  margin: 1rem 0;
  font-size: 1.9rem;
}

.four-columns_element p {
  font-size: 1.2rem;
}

.testimonials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  padding: 3rem 8%;
}

.testimonial {
  color: #fff;
  background-image: url("../img/stacked-peaks-haikei (6).svg");
  background-repeat: no repeat;
  overflow: hidden;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 2 25rem;
          flex: 1 2 25rem;
  border-radius: 4px;
  padding: 1.5rem 1.8rem;
  -webkit-box-shadow: 0px 6px 12px 0px #3b4a3f;
          box-shadow: 0px 6px 12px 0px #3b4a3f;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

.testimonial_narrow {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.testimonial_wide {
  -webkit-box-flex: 10;
      -ms-flex-positive: 10;
          flex-grow: 10;
}

.testimonial_stars {
  padding: 0.7rem 0;
}

.testimonial_stars img {
  width: 2rem;
  -webkit-filter: invert(100%) sepia(2%) saturate(0%) hue-rotate(217deg) brightness(109%) contrast(100%);
          filter: invert(100%) sepia(2%) saturate(0%) hue-rotate(217deg) brightness(109%) contrast(100%);
}

.testimonial_sign {
  padding: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3rem;
}

.testimonial_sign h4, .testimonial_sign img {
  display: block;
  height: 1.6rem;
  margin: 0.5rem 0;
}

.testimonial_sign img {
  display: none;
  -webkit-filter: invert(100%) sepia(2%) saturate(0%) hue-rotate(217deg) brightness(109%) contrast(100%);
          filter: invert(100%) sepia(2%) saturate(0%) hue-rotate(217deg) brightness(109%) contrast(100%);
}

footer {
  background-color: #1e2520;
  color: #fff;
  padding: 1rem;
  margin-top: 6rem;
}

.footer-info {
  display: -ms-grid;
  display: grid;
  gap: 1rem;
}

.social-media, .contact {
  display: table-cell;
  align: middle;
}

.social-media h2, .contact h2 {
  background-image: url("../img/blurry-gradient-haikei.svg");
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  color: #191f1b;
  padding: 0.7rem;
  border-radius: 3px;
}

.social-media div, .contact div {
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4rem;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin: 0.8rem 0.5rem;
  padding: 0.3rem 0.7rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 1.2rem;
  color: #8963BA;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

.social-media div img, .contact div img {
  -webkit-filter: invert(47%) sepia(38%) saturate(703%) hue-rotate(224deg) brightness(87%) contrast(88%);
          filter: invert(47%) sepia(38%) saturate(703%) hue-rotate(224deg) brightness(87%) contrast(88%);
}

.social-media div a, .contact div a {
  display: block;
  font-size: 1.2rem;
  color: #8963BA;
}

.social-media div:hover {
  background-color: #45FF9F;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.social-media div:hover a {
  color: #191f1b;
}

.social-media div:hover img {
  -webkit-filter: invert(14%) sepia(11%) saturate(510%) hue-rotate(85deg) brightness(94%) contrast(100%);
          filter: invert(14%) sepia(11%) saturate(510%) hue-rotate(85deg) brightness(94%) contrast(100%);
}

.newsletter_homepage p {
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
  text-align: center;
}

#mc_embed_signup_scroll {
  padding: 1rem 8%;
  margin-top: 2rem;
  margin-bottom: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem;
}

#mce-EMAIL {
  -webkit-box-shadow: 0px 0px 9px 1px #8963BA;
          box-shadow: 0px 0px 9px 1px #8963BA;
  width: 80vw;
  padding: 1.1rem;
  border-radius: 7px;
  border: none;
  outline: none;
  font-size: 1.2rem;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  color: #54428E;
}

#mce-EMAIL::-webkit-input-placeholder {
  color: #54428E;
}

#mc-embedded-subscribe {
  -webkit-box-shadow: 0px 7px 9px 1px rgba(35, 37, 35, 0.1);
          box-shadow: 0px 7px 9px 1px rgba(35, 37, 35, 0.1);
  border-color: #54428E;
  border-radius: 7px;
  font-size: 1.2rem;
  padding: 1.1rem;
  border: none;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  outline: none;
  background-color: #54428E;
  color: #fff;
}

#mc-embedded-subscribe:hover {
  background-color: #28ED87;
  color: #3B4A3F;
}

#mce-success-response {
  position: relative !important;
  background-color: white !important;
  margin: 0.3rem !important;
}

#mce-success-response::before {
  content: 'Gotowe! Email został dodany do newslettera';
  background-color: white !important;
  color: #54428E !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
}

.mce_inline_error {
  position: relative !important;
  background-color: white !important;
  margin-bottom: 0.5rem;
}

.mce_inline_error::before {
  position: absolute !important;
  font-weight: 400;
  top: 0 !important;
  left: 0 !important;
  content: "Podaj prawidłowy email np.  jan.kowalski@gmail.com";
  background-color: white !important;
  color: #54428E !important;
}

.newsletter_footer h2 {
  width: 100%;
  padding: 0.7rem;
  border-radius: 3px;
  background-image: url("../img/blurry-gradient-haikei.svg");
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  color: #191f1b;
}

.newsletter_footer p {
  color: #8963BA;
  padding: 1rem 0.7rem;
}

.newsletter_footer .button {
  background-color: #8963BA;
  color: black;
  font-size: 1.1rem;
  padding: 0.7rem;
  border-radius: 4px;
  margin-left: 0.7rem;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.newsletter_footer .button:hover {
  background-color: #45FF9F;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.copyright {
  display: block;
  padding: 0.5rem 0.5rem;
  color: #8963BA;
}

.contact_page {
  display: block;
}

.contact_page p {
  display: block;
  text-align: center;
  font-size: 1.2rem;
}

.contact_page .flex-centered {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem 8%;
  gap: 2rem;
}

.contact_page .flex-centered > img {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 20rem;
          flex: 1 1 20rem;
  display: block;
  width: 10rem;
  border-radius: 4px;
}

.contact_page .flex-centered > div {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 30rem;
          flex: 1 1 30rem;
  display: block;
  padding: 1rem;
}

.contact_page .flex-centered > div div {
  font-size: clamp(1.2rem, 2.5vw, 4rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin: 2rem 0;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact_page .flex-centered > div div img {
  width: 3rem;
}

.budowa {
  display: block;
  min-height: 40vh;
}

@media (max-width: 600px) {
  .main-menu {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    left: 0;
    text-align: center;
    top: 6rem;
    width: 100%;
  }
  .main-menu-link {
    width: 100%;
    background-color: #3B4A3F;
  }
  .main-menu-link > a {
    padding: 0.8rem 0;
    display: block;
    color: white;
    font-size: 1.6rem;
  }
  .drop-down-menu ul {
    -webkit-perspective: 1000px;
            perspective: 1000px;
  }
  .drop-down-menu ul a {
    color: #fff;
    display: block;
    font-size: 1.4rem;
    padding: 0.5rem 0;
  }
  .drop-down-menu ul li {
    opacity: 0;
  }
  .drop-down-menu ul li:nth-child(1) {
    -webkit-animation-name: drop-down;
            animation-name: drop-down;
    -webkit-animation-duration: 300ms;
            animation-duration: 300ms;
    -webkit-animation-delay: -180ms;
            animation-delay: -180ms;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .drop-down-menu ul li:nth-child(2) {
    -webkit-animation-name: drop-down;
            animation-name: drop-down;
    -webkit-animation-duration: 300ms;
            animation-duration: 300ms;
    -webkit-animation-delay: -160ms;
            animation-delay: -160ms;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .drop-down-menu ul li:nth-child(3) {
    -webkit-animation-name: drop-down;
            animation-name: drop-down;
    -webkit-animation-duration: 300ms;
            animation-duration: 300ms;
    -webkit-animation-delay: -140ms;
            animation-delay: -140ms;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .drop-down-menu ul li:nth-child(4) {
    -webkit-animation-name: drop-down;
            animation-name: drop-down;
    -webkit-animation-duration: 300ms;
            animation-duration: 300ms;
    -webkit-animation-delay: -120ms;
            animation-delay: -120ms;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .drop-down-menu ul li:nth-child(5) {
    -webkit-animation-name: drop-down;
            animation-name: drop-down;
    -webkit-animation-duration: 300ms;
            animation-duration: 300ms;
    -webkit-animation-delay: -100ms;
            animation-delay: -100ms;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .drop-down-menu ul li:nth-child(6) {
    -webkit-animation-name: drop-down;
            animation-name: drop-down;
    -webkit-animation-duration: 300ms;
            animation-duration: 300ms;
    -webkit-animation-delay: -80ms;
            animation-delay: -80ms;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .drop-down-menu ul li:nth-child(7) {
    -webkit-animation-name: drop-down;
            animation-name: drop-down;
    -webkit-animation-duration: 300ms;
            animation-duration: 300ms;
    -webkit-animation-delay: -60ms;
            animation-delay: -60ms;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .drop-down-menu ul li:nth-child(8) {
    -webkit-animation-name: drop-down;
            animation-name: drop-down;
    -webkit-animation-duration: 300ms;
            animation-duration: 300ms;
    -webkit-animation-delay: -40ms;
            animation-delay: -40ms;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .drop-down-menu ul li:nth-child(9) {
    -webkit-animation-name: drop-down;
            animation-name: drop-down;
    -webkit-animation-duration: 300ms;
            animation-duration: 300ms;
    -webkit-animation-delay: -20ms;
            animation-delay: -20ms;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .banner-homepage {
    display: none;
  }
  h1 {
    margin-top: 4vh;
    margin-bottom: 1vh;
  }
  .testimonial_content {
    font-size: 1.05rem;
  }
  .newsletter_homepage h1 {
    font-size: 3rem;
  }
}

@media (min-width: 600px) {
  .navbar {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-shadow: 0px 7px 9px 1px rgba(35, 37, 35, 0.1);
            box-shadow: 0px 7px 9px 1px rgba(35, 37, 35, 0.1);
  }
  .logo {
    -webkit-transition: -webkit-transform 200ms ease-out;
    transition: -webkit-transform 200ms ease-out;
    transition: transform 200ms ease-out;
    transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
  }
  .logo:hover {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  .main-menu {
    font-size: 1.6rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main-menu-link {
    padding: 0 1.5rem;
  }
  .main-menu-link > a {
    position: relative;
    overflow: hidden;
    background: -webkit-gradient(linear, left top, right top, from(#28ED87), color-stop(50%, #28ED87), color-stop(50%, #3B4A3F));
    background: linear-gradient(to right, #28ED87, #28ED87 50%, #3B4A3F 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 100%;
    -webkit-transition: background-position 275ms ease;
    transition: background-position 275ms ease;
  }
  .main-menu-link > a::after {
    content: '';
    position: absolute;
    width: 80%;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    height: 2.5px;
    bottom: 1.7rem;
    left: 10%;
    background-color: #28ED87;
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
    -webkit-transition: -webkit-transform 250ms ease-out;
    transition: -webkit-transform 250ms ease-out;
    transition: transform 250ms ease-out;
    transition: transform 250ms ease-out, -webkit-transform 250ms ease-out;
  }
  .main-menu-link > a:hover::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
  }
  .main-menu-link > a:hover {
    background-position: 0 100%;
  }
  .main-menu-link > a {
    white-space: nowrap;
    height: 6rem;
  }
  .main-menu-link a {
    display: table-cell;
    vertical-align: middle;
  }
  .drop-down-menu {
    position: relative;
  }
  .drop-down-menu ul {
    font-size: 1.4rem;
    position: absolute;
  }
  .drop-down-menu ul a {
    padding: 0.5rem 1rem;
    display: block;
    background-color: #3B4A3F;
    color: #fff;
    width: 20rem;
    position: relative;
    overflow: hidden;
    background: -webkit-gradient(linear, left top, right top, from(#28ED87), color-stop(50%, #28ED87), color-stop(50%, #3B4A3F));
    background: linear-gradient(to right, #28ED87, #28ED87 50%, #3B4A3F 50%);
    background-size: 200% 100%;
    background-position: 100%;
    -webkit-transition: all 275ms ease-out;
    transition: all 275ms ease-out;
  }
  .drop-down-menu ul a:hover {
    background-position: 0 100%;
    color: #3B4A3F;
  }
  .drop-down-menu ul li:last-child a {
    border-radius: 0 0 4px 4px;
  }
  .drop-down-menu:hover ul {
    display: block;
  }
  .drop-down-menu:hover ul li {
    opacity: 0;
  }
  .drop-down-menu:hover ul li:nth-child(1) {
    -webkit-animation-name: drop-down;
            animation-name: drop-down;
    -webkit-animation-duration: 300ms;
            animation-duration: 300ms;
    -webkit-animation-delay: -150ms;
            animation-delay: -150ms;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .drop-down-menu:hover ul li:nth-child(2) {
    -webkit-animation-name: drop-down;
            animation-name: drop-down;
    -webkit-animation-duration: 300ms;
            animation-duration: 300ms;
    -webkit-animation-delay: 0ms;
            animation-delay: 0ms;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .drop-down-menu:hover ul li:nth-child(3) {
    -webkit-animation-name: drop-down;
            animation-name: drop-down;
    -webkit-animation-duration: 300ms;
            animation-duration: 300ms;
    -webkit-animation-delay: 150ms;
            animation-delay: 150ms;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .drop-down-menu:hover ul li:nth-child(4) {
    -webkit-animation-name: drop-down;
            animation-name: drop-down;
    -webkit-animation-duration: 300ms;
            animation-duration: 300ms;
    -webkit-animation-delay: 300ms;
            animation-delay: 300ms;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .drop-down-menu:hover ul li:nth-child(5) {
    -webkit-animation-name: drop-down;
            animation-name: drop-down;
    -webkit-animation-duration: 300ms;
            animation-duration: 300ms;
    -webkit-animation-delay: 450ms;
            animation-delay: 450ms;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .drop-down-menu:hover ul li:nth-child(6) {
    -webkit-animation-name: drop-down;
            animation-name: drop-down;
    -webkit-animation-duration: 300ms;
            animation-duration: 300ms;
    -webkit-animation-delay: 600ms;
            animation-delay: 600ms;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .drop-down-menu:hover ul li:nth-child(7) {
    -webkit-animation-name: drop-down;
            animation-name: drop-down;
    -webkit-animation-duration: 300ms;
            animation-duration: 300ms;
    -webkit-animation-delay: 750ms;
            animation-delay: 750ms;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .drop-down-menu:hover ul li:nth-child(8) {
    -webkit-animation-name: drop-down;
            animation-name: drop-down;
    -webkit-animation-duration: 300ms;
            animation-duration: 300ms;
    -webkit-animation-delay: 900ms;
            animation-delay: 900ms;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .drop-down-menu:hover ul li:nth-child(9) {
    -webkit-animation-name: drop-down;
            animation-name: drop-down;
    -webkit-animation-duration: 300ms;
            animation-duration: 300ms;
    -webkit-animation-delay: 1050ms;
            animation-delay: 1050ms;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .burger-menu {
    display: none;
  }
  .four-columns {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
  .four-columns_element {
    -webkit-transition: all 150ms ease-out;
    transition: all 150ms ease-out;
  }
  .four-columns_element img {
    -webkit-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
  }
  .four-columns_element:hover {
    -webkit-transform: scale(1.07);
            transform: scale(1.07);
  }
  .four-columns_element:hover img {
    -webkit-filter: invert(78%) sepia(88%) saturate(405%) hue-rotate(77deg) brightness(89%) contrast(111%);
            filter: invert(78%) sepia(88%) saturate(405%) hue-rotate(77deg) brightness(89%) contrast(111%);
  }
  .testimonial {
    -webkit-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
  }
  .testimonial:hover {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
}

@media (min-width: 800px) {
  .navbar {
    padding: 0 7%;
  }
  .footer-info > div {
    margin: 0.5rem;
  }
}

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

.main-menu_open li {
  opacity: 0;
}

.main-menu_open li:nth-child(1) {
  -webkit-animation-name: drop-down;
          animation-name: drop-down;
  -webkit-animation-duration: 300ms;
          animation-duration: 300ms;
  -webkit-animation-delay: -150ms;
          animation-delay: -150ms;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.main-menu_open li:nth-child(2) {
  -webkit-animation-name: drop-down;
          animation-name: drop-down;
  -webkit-animation-duration: 300ms;
          animation-duration: 300ms;
  -webkit-animation-delay: 0ms;
          animation-delay: 0ms;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.main-menu_open li:nth-child(3) {
  -webkit-animation-name: drop-down;
          animation-name: drop-down;
  -webkit-animation-duration: 300ms;
          animation-duration: 300ms;
  -webkit-animation-delay: 150ms;
          animation-delay: 150ms;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.main-menu_open li:nth-child(4) {
  -webkit-animation-name: drop-down;
          animation-name: drop-down;
  -webkit-animation-duration: 300ms;
          animation-duration: 300ms;
  -webkit-animation-delay: 300ms;
          animation-delay: 300ms;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.main-menu_open li:nth-child(5) {
  -webkit-animation-name: drop-down;
          animation-name: drop-down;
  -webkit-animation-duration: 300ms;
          animation-duration: 300ms;
  -webkit-animation-delay: 450ms;
          animation-delay: 450ms;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.main-menu_open li:nth-child(6) {
  -webkit-animation-name: drop-down;
          animation-name: drop-down;
  -webkit-animation-duration: 300ms;
          animation-duration: 300ms;
  -webkit-animation-delay: 600ms;
          animation-delay: 600ms;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.main-menu_open li:nth-child(7) {
  -webkit-animation-name: drop-down;
          animation-name: drop-down;
  -webkit-animation-duration: 300ms;
          animation-duration: 300ms;
  -webkit-animation-delay: 750ms;
          animation-delay: 750ms;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.main-menu_open li:nth-child(8) {
  -webkit-animation-name: drop-down;
          animation-name: drop-down;
  -webkit-animation-duration: 300ms;
          animation-duration: 300ms;
  -webkit-animation-delay: 900ms;
          animation-delay: 900ms;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.main-menu_open li:nth-child(9) {
  -webkit-animation-name: drop-down;
          animation-name: drop-down;
  -webkit-animation-duration: 300ms;
          animation-duration: 300ms;
  -webkit-animation-delay: 1050ms;
          animation-delay: 1050ms;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.drop-down-menu_open ul {
  display: block;
}

.burger-menu_open {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.burger-menu_open span {
  background: transparent;
}

.burger-menu_open span::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.burger-menu_open span::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media (min-width: 1200px) {
  .testimonial {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
  .four-columns {
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
  }
  .footer-info {
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
  }
}

.about-me_general {
  padding: 0;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem 8%;
  gap: 2rem;
}

.about-me_general img {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 20rem;
          flex: 1 1 20rem;
  display: block;
  width: 10rem;
  border-radius: 4px;
}

.about-me_general div {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 30rem;
          flex: 1 1 30rem;
  display: block;
  border-radius: 4px;
  padding: 1rem;
}

.about-me_general div h1 {
  margin: 0;
  text-align: left;
  padding: 0;
  color: #28ED87;
  margin-bottom: 1rem;
}

.about-me_general div h3 {
  padding: 0.5rem;
  font-weight: 400;
}

.about-me_general div span {
  font-weight: 800;
}

.about-me_details {
  padding: 0 8%;
}

.about-me_details p {
  margin: 0.5rem;
  padding: 1rem;
}

.about-me_details span {
  font-weight: 800;
}

.services_general h1 {
  font-size: clamp(1rem, 14vw, 3.5rem);
}

.services_general p {
  padding: 0.6rem 1.5rem;
  font-size: 1.25rem;
}

.services_title {
  margin: 4rem 0;
}

.services_title p {
  margin: 1rem 0.5rem;
  text-align: center;
}

.services_content-narrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2rem 8%;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
  background: #fff;
  gap: 2rem;
}

.services_content-narrow .services_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 3;
      -ms-flex: 3 1 30rem;
          flex: 3 1 30rem;
  overflow: hidden;
  border-radius: 4px;
}

.services_content-narrow .services_image img {
  height: 100%;
  border-radius: 4px;
}

.services_content-narrow .services_description {
  -webkit-box-flex: 2;
      -ms-flex: 2 1 25rem;
          flex: 2 1 25rem;
}

.services_content-narrow .services_description h2 {
  color: #28ED87;
  padding: 1rem;
  font-size: 2.9rem;
}

.services_content-wide {
  padding: 1rem;
  margin: 1rem 8%;
  background: url("../img/stacked-peaks-haikei (6).svg");
  background-size: cover;
  color: #fff;
  border-radius: 4px;
}

.services_content-wide h2 {
  padding: 1rem;
  font-size: 2.5rem;
}

@media (min-width: 600px) {
  #mce-EMAIL {
    width: 30rem;
  }
  .services_image {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 5rem;
            flex: 1 1 5rem;
  }
  .services_image img {
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .services_image img:hover {
    -webkit-transform: scale(1.4) translate(0, 4rem);
            transform: scale(1.4) translate(0, 4rem);
  }
}
/*# sourceMappingURL=style.css.map */