@keyframes moveInRight {
  0% {
    opacity: 0;
    transform: translateY(-10rem);
  }
  80% {
    transform: translateY(1rem);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
@keyframes moveInPhone {
  0% {
    opacity: 0;
    transform: translateY(-3rem);
  }
  80% {
    transform: translateY(1rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0rem);
  }
}
/*MEDIA QUERY MANAGER
0-355px very small
355- 550px small phone
550 - 700px  Phone
700 - 900px Tablet portrait
900 - 1200px Tablet landscape
1200 - 1800 px Normal styles apply
1200px Big desktop

$breakpointargument choices: -phone - tab-port - tab-land - big-desktop */
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}
html html {
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
@media only screen and (max-width: 75em) {
  html {
    font-size: 56.25%;
  }
}
@media only screen and (max-width: 56.25em) {
  html {
    font-size: 50%;
  }
}
@media only screen and (min-width: 112.5em) {
  html {
    font-size: 75%;
  }
}

body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 1.7;
  color: #efd0d2;
  box-sizing: border-box;
}
@media only screen and (max-width: 56.25em) {
  body {
    padding: 0;
  }
}

.heading-primary {
  color: #eee;
  text-transform: uppercase;
  backface-visibility: hidden;
  display: inline-block;
  margin-right: 1rem;
  margin-top: 2rem;
  font-size: 3.4rem;
  font-weight: 600;
  letter-spacing: 0.4rem;
  z-index: 1000;
  position: relative;
  animation-name: moveInRight;
  animation-duration: 1s;
  animation-timing-function: ease-out;
}
@media only screen and (max-width: 75em) {
  .heading-primary {
    font-size: 3.5rem;
    letter-spacing: 0.5rem;
  }
}
@media only screen and (max-width: 56.25em) {
  .heading-primary {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 43.75em) {
  .heading-primary {
    animation-name: moveInPhone;
    font-size: 2rem;
    animation-duration: 2s;
    animation-timing-function: ease-out;
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 34.38em) {
  .heading-primary {
    margin-top: 5rem;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 22.19em) {
  .heading-primary {
    margin-top: 4.5rem;
    font-size: 0.8rem;
  }
}

.heading-secondary {
  font-size: 2.4rem;
  font-weight: 700;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.5rem;
  color: #eee;
}
@media only screen and (max-width: 56.25em) {
  .heading-secondary {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 43.75em) {
  .heading-secondary {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 34.38em) {
  .heading-secondary {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 22.19em) {
  .heading-secondary {
    font-size: 0.5rem;
    padding-left: 0.5rem;
    padding-top: 3rem;
    right: 0%;
  }
}

.heading-tertiary {
  font-size: 2.4rem;
  font-weight: 600;
  display: inline-block;
  text-transform: uppercase;
}
@media only screen and (max-width: 56.25em) {
  .heading-tertiary {
    font-size: 2rem;
    font-weight: 700;
  }
}
@media only screen and (max-width: 43.75em) {
  .heading-tertiary {
    font-size: 1.9rem;
    font-weight: 800;
  }
}
@media only screen and (max-width: 34.38em) {
  .heading-tertiary {
    font-size: 1.8rem;
    font-weight: 800;
  }
}

.heading-night {
  font-size: 2.4rem;
  font-weight: 600;
  display: inline-block;
  text-transform: uppercase;
}
@media only screen and (max-width: 56.25em) {
  .heading-night {
    font-size: 2rem;
    font-weight: 700;
  }
}
@media only screen and (max-width: 43.75em) {
  .heading-night {
    font-size: 1.5rem;
    font-weight: 800;
  }
}
@media only screen and (max-width: 34.38em) {
  .heading-night {
    font-size: 1rem;
    font-weight: 900;
  }
}

.u-center-text {
  text-align: center !important;
}

.u-margin-bottom-big {
  margin-bottom: 8rem !important;
}

.grid--2-cols {
  display: grid;
  grid-template-columns: 3fr, 1fr;
}

.grid:not(:last-child) {
  margin-bottom: 6.4rem;
}

.contact__container {
  margin: 1rem 1rem;
}

.bg-video {
  position: absolute;
  /*top: 0;*/
  right: 100;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -3;
  opacity: 0.1;
  overflow: hidden;
}
.bg-video__content {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.bg-video .video {
  height: 110rem;
  width: 100%;
}

.carousel {
  display: flex;
  justify-content: center;
  align-items: bottom;
  position: relative;
  background-color: #eee;
}
.carousel--text {
  padding-bottom: 3rem;
  padding-top: 2rem;
}
@media only screen and (max-width: 43.75em) {
  .carousel--text {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media only screen and (max-width: 34.38em) {
  .carousel--text {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.fire-spinning-photos {
  position: absolute;
  transition: opacity 2.5s ease-in;
  width: 180%;
  height: auto;
  aspect-ratio: 16/9;
  border: 15px solid #000;
}

.fire-spinning-photos + .fire-spinning-photos {
  opacity: 0;
}

.outside {
  padding: 0 5rem;
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: #eee;
}
.outside__container {
  padding-bottom: 40rem;
}
@media only screen and (max-width: 75em) {
  .outside__container {
    padding-bottom: 25rem;
  }
}
@media only screen and (max-width: 43.75em) {
  .outside__container {
    padding-bottom: 6rem;
  }
}
.outside__text {
  margin: 0 4rem;
  padding: 6rem 0;
  color: #000;
}
.outside__composition {
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 43.75em) {
  .outside__composition {
    display: none;
  }
}
.outside__composition-alt {
  width: 100%;
  position: relative;
  display: none;
}
@media only screen and (max-width: 43.75em) {
  .outside__composition-alt {
    display: grid;
    row-gap: 2rem;
    justify-items: center;
  }
}
.outside__composition__photo {
  width: 25%;
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.4);
  border-radius: 0px;
  position: absolute;
  z-index: 10;
  transition: all 0.4s;
  outline-offset: 2rem;
}
@media only screen and (max-width: 43.75em) {
  .outside__composition__photo-alt {
    width: 50%;
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.4);
    border-radius: 0px;
    z-index: 10;
    transition: all 0.4s;
    outline-offset: 2rem;
  }
}
.outside__composition__photo:hover {
  outline: 1.5rem solid #000;
  transform: scale(1.8) translateY(-0.5px);
  box-shadow: 0 2.5rem 4rem rgba(0, 0, 0, 0.5);
  z-index: 20;
}
.outside__composition__photo:hover .outside__composition__photocomposition__photo:not(:hover) {
  transform: scale(0.95);
}
.outside__composition__photo--p1 {
  left: 0;
  top: 2rem;
}
.outside__composition__photo--p1:hover {
  transform: scale(1.8) translateX(100px);
}
.outside__composition__photo--p2 {
  left: 18%;
  top: 6rem;
}
.outside__composition__photo--p2:hover {
  transform: scale(1.6) translateX(50px) translateY(-75px);
}
.outside__composition__photo--p3 {
  left: 38%;
  top: 2rem;
}
.outside__composition__photo--p3:hover {
  transform: scale(1.6) translateY(-0.5px);
}
.outside__composition__photo--p4 {
  left: 58%;
  top: 6rem;
}
.outside__composition__photo--p4:hover {
  transform: scale(1.6) translateX(-50px) translateY(-75px);
}
.outside__composition__photo--p5 {
  right: 0;
  top: 2rem;
}
.outside__composition__photo--p5:hover {
  transform: scale(1.6) translateX(-100px);
}

.footer {
  background-color: #eee;
  padding-left: 1.8rem;
}
.footer__heading {
  font-size: 3.4rem;
  font-weight: 700;
  padding-top: 2.4rem;
  padding-bottom: 1.4rem;
  color: #000;
  width: 100%;
}
.footer__link:link, .footer__link:visited {
  text-decoration: none;
  font-size: 2.4rem;
  color: #000;
  transition: all 0 0.3s;
  line-height: 1.6;
}
@media only screen and (max-width: 34.38em) {
  .footer__link:link, .footer__link:visited {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 22.19em) {
  .footer__link:link, .footer__link:visited {
    font-size: 1.2rem;
  }
}
.footer__link:link__link:hover, .footer__link:link__link:active, .footer__link:visited__link:hover, .footer__link:visited__link:active {
  color: #1c1b1b;
}

.logo-col {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  width: 15rem;
}

.logo {
  width: 100%;
  height: auto;
}

.logo--footer {
  height: 100%;
  /* padding-left: 4.8rem; */
}

.copyright {
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  margin-bottom: 2.4rem;
  font-size: 2rem;
  color: #000;
}
@media only screen and (max-width: 34.38em) {
  .copyright {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 22.19em) {
  .copyright {
    font-size: 1.4rem;
  }
}

.footer__form {
  background-image: linear-gradient(105deg, rgba(238, 238, 238, 0.7) 0%, rgba(208, 114, 119, 0.7) 50%, transparent 30%), url(/img/formphoto.jpeg);
  border-radius: 3px;
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.2);
  margin-right: 2rem;
  margin-bottom: 2rem;
}

.footer__form__group {
  font-size: 1.5rem;
  font-family: inherit;
  color: #000;
  padding: 1.5rem;
  border-radius: 2px;
  background-color: rgba(247, 247, 247, 0.4);
  border: none;
  border-bottom: 3px solid transparent;
  width: 100%;
  display: grid;
  transition: all 0.3s;
}
@media only screen and (max-width: 22.19em) {
  .footer__form__group {
    font-size: 1.1rem;
  }
}
.footer__form__group:focus {
  outline: none;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
  border-bottom: 3px solid #d07277;
}
.footer__form__group:focus:invalid {
  border-bottom: 3px solid #d07277;
}
.footer__form__group::-webkit-input-placeholder {
  color: #1c1b1b;
}

.footer__form__input {
  margin-left: 2rem;
  margin-top: 0.7rem;
  display: block;
  transition: all 0.3s;
  border: none;
  border-bottom: 3px solid transparent;
}
.footer__form__input__field {
  width: 45%;
  font-size: 1.8rem;
  font-weight: 500;
  color: #000;
  border: none;
  padding: 0.8rem 1.8rem;
  border-radius: 5px;
}
@media only screen and (max-width: 43.75em) {
  .footer__form__input__field {
    width: 70%;
  }
}
@media only screen and (max-width: 22.19em) {
  .footer__form__input__field {
    width: 95%;
  }
}
.footer__form__input__send {
  width: 8rem;
  padding-right: 1.8rem;
  margin-left: 2rem;
}

.footer__form__input :placeholder-shown + form__label {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4rem);
}
.footer__form__input .contacts {
  padding-top: 1.8rem;
}

.header {
  height: 120vh;
  background-size: cover;
  background-position: top;
  background-position: top;
  position: relative;
  background-color: #5e1417;
  z-index: 100;
  width: 100%;
}
@supports (clip-path: polygon(0 0)) or (-webkit-clip-path: polygon(0 0)) {
  .header {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
    height: 100vh;
  }
  @media only screen and (max-width: 56.25em) {
    .header {
      height: 95vh;
    }
  }
  @media only screen and (max-width: 34.38em) {
    .header {
      padding-right: 0;
      height: 85vh;
    }
  }
}
.header__top {
  display: flex;
  justify-content: space-around;
  position: relative;
  width: 100%;
}
.header__bottom {
  width: 100%;
  margin-top: 8rem;
}
@media only screen and (max-width: 75em) {
  .header__bottom {
    margin-bottom: 2rem;
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 22.19em) {
  .header__bottom {
    margin-top: 8rem;
  }
}
.header__paragraph-sleeve {
  display: flex;
  flex-direction: column;
  align-items: end;
  width: 100%;
}
@media only screen and (max-width: 75em) {
  .header__paragraph-sleeve {
    padding-top: 2rem;
  }
}
@media only screen and (max-width: 75em) {
  .header__paragraph-sleeve {
    padding-top: 0;
  }
}
.header__logo {
  height: 13rem;
  position: absolute;
  left: 2rem;
}
@media only screen and (max-width: 56.25em) {
  .header__logo {
    height: 8rem;
    left: 1rem;
  }
}
@media only screen and (max-width: 56.25em) and (max-width: 43.75em) {
  .header__logo {
    height: 6rem;
  }
}
@media only screen and (max-width: 56.25em) and (max-width: 22.19em) {
  .header__logo {
    height: 4rem;
  }
}
.header__logo__box {
  position: absolute;
  top: 0rem;
  left: 1rem;
}
.header__paragraph {
  color: #fff;
  padding-top: 0;
  bottom: 100%;
  left: 2rem;
  padding-right: 2rem;
}
.header__text-box {
  display: grid;
  justify-items: center;
}

.link:link,
.link:visited {
  display: inline-block;
  color: #5e1417;
  text-decoration: none;
  border-bottom: 1rem solid currentColor;
  padding-bottom: 2rem;
  transition: all 0.3s;
}

.link:hover,
.link:active {
  color: #5e1417;
  border-bottom: 1rem solid transparent;
}

*:focus {
  outline: none;
  box-shadow: 0 0 0 0.8rem #5e1417;
}

.main-nav-list {
  list-style: none;
  display: flex;
  gap: 3.2rem;
  align-items: center;
}

.main-nav-link:link,
.main-nav-link:visited {
  display: inline-block;
  text-decoration: none;
  color: #333;
  font-weight: 500;
  font-size: 1.8rem;
  transition: all 0.3s;
}

.main-nav-link:hover,
.main-nav-link:active {
  color: #e03131;
}

.main-nav-link.nav-cta:link,
.main-nav-link.nav-cta:visited {
  padding: 1.2rem 2.4rem;
  border-radius: 9px;
  color: #fff;
  background-color: #fa5252;
}

.main-nav-link.nav-cta:hover,
.main-nav-link.nav-cta:visited {
  background-color: #e03131;
}

.navigation__checkbox {
  display: none;
}
.navigation__button {
  background-color: #fff;
  height: 6rem;
  width: 6rem;
  position: fixed;
  top: 1.5rem;
  right: 2.75rem;
  border-radius: 50%;
  z-index: 2000;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.1);
  text-align: center;
  cursor: pointer;
}
@media only screen and (max-width: 56.25em) {
  .navigation__button {
    height: 5rem;
    width: 5rem;
  }
}
@media only screen and (max-width: 43.75em) {
  .navigation__button {
    height: 3rem;
    width: 3rem;
  }
}
.navigation__background {
  height: 5.5rem;
  width: 5.5rem;
  border-radius: 50%;
  position: fixed;
  top: 1.5rem;
  right: 3rem;
  background-image: radial-gradient(#5e1417, #d07277);
  z-index: 1000;
  transition: transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
}
@media only screen and (max-width: 56.25em) {
  .navigation__background {
    height: 4.5rem;
    width: 4.5rem;
  }
}
@media only screen and (max-width: 43.75em) {
  .navigation__background {
    height: 2.5rem;
    width: 2.5rem;
  }
}
.navigation__nav {
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 1000;
  opacity: 0;
  left: -100%;
  width: 0;
  transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.navigation__list {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  list-style: none;
  text-align: center;
}
.navigation__item {
  margin: 1rem;
}
.navigation__link:link, .navigation__link:visited {
  display: inline-block;
  font-size: 3rem;
  font-weight: 300;
  padding: 1rem 2rem;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  background-image: linear-gradient(118deg, transparent 0%, transparent 50%, #fff 50%);
  background-size: 220%;
  transition: all 0.4s;
}
.navigation__link:link span, .navigation__link:visited span {
  margin-right: 1.5rem;
  display: inline-block;
}
@media only screen and (max-width: 43.75em) {
  .navigation__link:link, .navigation__link:visited {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 34.38em) {
  .navigation__link:link, .navigation__link:visited {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 22.19em) {
  .navigation__link:link, .navigation__link:visited {
    font-size: 0.6rem;
  }
}
.navigation__link:hover, .navigation__link:active {
  background-position: 100%;
  color: #5e1417;
  transform: translateX(1rem);
}
.navigation__checkbox:checked ~ .navigation__background {
  transform: scale(80);
}
.navigation__checkbox:checked ~ .navigation__nav {
  opacity: 1;
  width: 100%;
  left: 0;
}
.navigation__icon {
  position: relative;
  margin-top: 3rem;
}
@media only screen and (max-width: 56.25em) {
  .navigation__icon {
    margin-top: 2.75rem;
  }
}
@media only screen and (max-width: 43.75em) {
  .navigation__icon {
    margin-top: 1.5rem;
  }
}
.navigation__icon, .navigation__icon::before, .navigation__icon::after {
  width: 3rem;
  height: 2px;
  background-color: #000;
  display: inline-block;
}
@media only screen and (max-width: 43.75em) {
  .navigation__icon, .navigation__icon::before, .navigation__icon::after {
    width: 1.75rem;
  }
}
.navigation__icon::before, .navigation__icon::after {
  content: "";
  position: absolute;
  left: 0;
  transition: all 0.2s;
}
.navigation__icon::before {
  top: -0.8rem;
}
@media only screen and (max-width: 43.75em) {
  .navigation__icon::before {
    top: -0.7rem;
  }
}
.navigation__icon::after {
  top: 0.8rem;
}
@media only screen and (max-width: 43.75em) {
  .navigation__icon::after {
    top: 0.7rem;
  }
}
.navigation__button:hover .navigation__icon:before {
  top: -1rem;
}
.navigation__button:hover .navigation__icon:after {
  top: 1rem;
}
.navigation__checkbox:checked + .navigation__button .navigation__icon {
  background-color: transparent;
}
.navigation__checkbox:checked + .navigation__button .navigation__icon::before {
  top: 0;
  transform: rotate(135deg);
}
.navigation__checkbox:checked + .navigation__button .navigation__icon::after {
  top: 0;
  transform: rotate(-135deg);
}

.contact {
  background-color: #5e1417;
  padding: 0 6rem;
  font-size: 2.4rem;
  color: #eee;
  text-transform: uppercase;
  min-height: 100%;
  display: inline-block;
}
@media only screen and (max-width: 56.25em) {
  .contact {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 34.38em) {
  .contact {
    font-size: 1.6rem;
    padding: 0 3rem;
  }
}
@media only screen and (max-width: 22.19em) {
  .contact {
    font-size: 1.1rem;
    width: 100%;
  }
}
.contact__sleeve {
  height: 100%;
  margin-top: 6rem;
  margin-bottom: 14rem;
  padding-bottom: 10rem;
}
@media only screen and (max-width: 56.25em) {
  .contact__sleeve {
    margin-bottom: 1rem;
    padding-bottom: 3rem;
  }
}
.contact__title {
  font-size: 3.6rem;
  font-weight: 700;
  padding: 3rem 0;
  color: #eee;
}
@media only screen and (max-width: 22.19em) {
  .contact__title {
    font-size: 2.5rem;
  }
}
.contact__grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(4, 10rem);
  column-gap: 1rem;
  row-gap: 2rem;
  height: 100%;
  margin-top: 2rem;
  justify-items: stretch;
  align-items: stretch;
}
@media only screen and (max-width: 34.38em) {
  .contact__grid {
    row-gap: 4rem;
  }
}
.contact-howmuch {
  margin-top: 3rem;
}
@media only screen and (max-width: 34.38em) {
  .contact-howmuch {
    margin-top: 1rem;
  }
}
.contact-where {
  width: 100%;
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 34.38em) {
  .contact-where {
    margin-top: 3rem;
  }
}
.contact-container {
  display: flex;
  justify-items: start;
}
.contact__paragraph {
  font-weight: 700;
  display: inline-block;
  height: 100%;
  padding-left: 2rem;
  width: 100%;
}
@media only screen and (max-width: 34.38em) {
  .contact__paragraph {
    padding-left: 1rem;
  }
}
.contact__paragraph-where {
  grid-row: 4;
  grid-column: 1;
  display: flex;
  min-height: 100%;
  align-self: center;
  width: 66%;
}
@media only screen and (max-width: 56.25em) {
  .contact__paragraph-where {
    width: 100%;
  }
}
.contact__icon {
  width: 100%;
  left: 100%;
  padding-left: 0%;
}
.contact__icon-sleeve {
  width: 5rem;
  padding-left: 0%;
}
.contact__map-container {
  max-width: 33%;
  height: 100%;
  display: inline-block;
  padding-left: 2rem;
}
@media only screen and (max-width: 56.25em) {
  .contact__map-container {
    display: none;
  }
}
@media only screen and (max-width: 43.75em) {
  .contact__map-container {
    display: none;
  }
}
.contact__map-container-alt {
  display: none;
}
@media only screen and (max-width: 56.25em) {
  .contact__map-container-alt {
    display: inline-block;
    margin-top: 6rem;
  }
}
@media only screen and (max-width: 43.75em) {
  .contact__map-container-alt {
    margin-top: 15rem;
  }
}
@media only screen and (max-width: 34.38em) {
  .contact__map-container-alt {
    margin-top: 26rem;
  }
}
@media only screen and (max-width: 22.19em) {
  .contact__map-container-alt {
    margin-right: 4rem;
    margin-left: 4rem;
    margin-top: 20rem;
  }
}
.contact__map {
  height: 100%;
  width: 100%;
  display: inline-block;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  margin: 0 1.8rem;
}

.container {
  position: relative;
  height: 66rem;
  background-color: #5e1417;
  padding-top: 10rem;
  margin-top: -15vh;
  z-index: -1;
}
@media only screen and (max-width: 75em) {
  .container {
    padding-top: 8rem;
    height: 55rem;
  }
}
@media only screen and (max-width: 43.75em) {
  .container {
    height: 35rem;
    padding-top: 0;
  }
}
@media only screen and (max-width: 34.38em) {
  .container {
    padding-top: 3rem;
    height: 25rem;
  }
}

.section-about {
  padding-top: 10rem;
  padding-bottom: 6rem;
  padding-right: 2rem;
  padding-left: 2rem;
  display: grid;
  grid-template-columns: 55fr 45fr;
  background-color: #eee;
  margin-top: -12vh;
  overflow: hidden;
  z-index: -1;
}
@media only screen and (max-width: 75em) {
  .section-about {
    padding-top: 10rem;
  }
}
@media only screen and (max-width: 56.25em) {
  .section-about {
    padding-top: 8rem;
  }
}
@media only screen and (max-width: 43.75em) {
  .section-about {
    grid-template-columns: 1fr;
    padding-top: 8rem;
  }
}
.section-about__text {
  display: grid;
  align-items: center;
  gap: 4.2rem;
  font-size: 2rem;
  line-height: 1.8;
  color: #000;
  padding-right: 2rem;
}
@media only screen and (max-width: 43.75em) {
  .section-about__text {
    width: 100%;
  }
}
.section-about__gallery {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media only screen and (max-width: 43.75em) {
  .section-about__gallery {
    display: none;
  }
}
.section-about__gallery--alt {
  display: none;
}
@media only screen and (max-width: 43.75em) {
  .section-about__gallery--alt {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    height: 15rem;
    column-gap: 2rem;
  }
}
@media only screen and (max-width: 34.38em) {
  .section-about__gallery--alt {
    height: 10rem;
  }
}
.section-about__gallery__item {
  display: block;
  overflow: hidden;
}
.section-about__gallery__item__img {
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  overflow: hidden;
}
.section-about__gallery__item__img:hover {
  transform: scale(1.4);
}

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