.span-1-of-6 {
  width: 33%;
}

.col {
  margin: 1% 0 1% 0%;
}

.featherlight .featherlight-content {
  padding: 0;
  border: 0;
}

.featherlight .featherlight-close-icon {
  font-size: 3rem;
  width: 5rem;
  line-height: 5rem;
  color: white;
  background: none;
}

.featherlight-previous {
  display: flex;
  align-items: center;
  align-content: center;
  left: 0;
  right: 90%;
}

.featherlight-next {
  display: flex;
  align-items: center;
  align-content: center;
  left: 90%;
  right: 0;
}

.featherlight-previous:hover, .featherlight-next:hover {
  background: none;
}

@keyframes scrollDown {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 2rem);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes underline {
  0% {
    transform: ease-in-out(0, 0);
    opacity: 0;
  }
  100% {
    transform: ease-in-out(0, 0);
    opacity: 1;
  }
}
/*------------------------ Basic setup ----------------------- */
*, *:after, *:before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
}

body {
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: scroll;
  background-color: #0F0D0A;
}

.clearfix {
  zoom: 1;
}

.clearfix::after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
  /*------------------------ Reusable comp ----------------------- */
}

.row {
  max-width: 1140px;
  margin: 0 auto;
}

section {
  padding: 8rem 0;
}

.span-1-of-6 {
  padding: 0 0.5%;
}

/*------------------------ Links ----------------------- */
a:link, a:visited {
  color: #C9A96E;
  text-decoration: none;
  padding-bottom: 0.1rem;
  border-bottom: 0;
  transition: border-bottom, color 0.2s;
}

a:hover, a:active {
  color: rgb(221.7587939698, 202.0603015075, 165.7412060302);
  border-bottom: 0.1rem solid #C9A96E;
}

/*------------------------ paragraphs ----------------------- */
.box p {
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
  padding: 0 -1rem;
}

.long-copy {
  width: 70%;
  margin-left: 15%;
  line-height: 145%;
  margin-top: 3rem;
  margin-bottom: 3rem;
  font-size: 2rem;
  text-align: center;
}

@media (max-width: 1200px) {
  .row {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (max-width: 480px) {
  .row {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
body {
  color: #555;
  font-family: "DM Sans", "Roboto", sans-serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

/*------------------------ Headings ----------------------- */
h1, h2, h3 {
  font-weight: 300;
  text-transform: uppercase;
}

h1 {
  color: #fff;
  font-size: 5.5rem;
  word-spacing: 0.4rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}

h2 {
  color: #555;
  font-size: 3.6rem;
  word-spacing: 0.4rem;
  letter-spacing: 0.2rem;
  text-align: center;
}

h3 {
  font-size: 2.2rem;
  margin-bottom: 1.5rem;
  text-align: center;
}

/* line after h2 */
h2:after {
  display: block;
  height: 0.3rem;
  background-color: #2980B9;
  content: " ";
  width: 10rem;
  margin: 0 auto;
  margin-top: 2rem;
}

h1.bs {
  font-size: 3.5rem;
}

/* line after h3 v betonovych sterkach */
h3.bs:after {
  display: block;
  height: 1px;
  background-color: #2980B9;
  content: " ";
  width: 20px;
  margin: 0 auto;
  margin-top: 10px;
}

/*--- back to top button ---  */
.btn--back-to-top {
  background: none;
  margin: 0;
  position: fixed;
  bottom: 3.2rem;
  right: 3.2rem;
  width: 4.8rem;
  height: 4.8rem;
  z-index: 100;
  display: none;
  text-decoration: none;
  color: #0F0D0A;
  border-radius: 50%;
  background-color: #C9A96E;
  text-align: center;
  transition: all 0.3s;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
}

.btn--back-to-top:hover {
  background-color: rgb(214.8391959799, 191.040201005, 147.1608040201);
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}

.ion-ios-arrow-up {
  color: #0F0D0A;
  font-size: 3.2rem;
  line-height: 4.8rem;
}

.scrolldown-anim__link {
  position: absolute;
  top: 75%;
  left: 50%;
  z-index: 2;
  display: inline-block;
  transform: translate(0, -50%);
  text-decoration: none;
  transition: opacity 0.3s;
}
.scrolldown-anim__link:hover {
  border: 0;
}

.header__scrolldown-anim:hover {
  opacity: 0.5;
}

.scrolldown-anim__link--inner {
  position: absolute;
  top: 0;
  left: 50%;
  width: 3rem;
  height: 5rem;
  margin-left: -1.6rem;
  border: 0.2rem solid #fff;
  border-radius: 5rem;
}

.scrolldown-anim__link--inner::before {
  position: absolute;
  top: 1rem;
  left: 50%;
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  margin-left: -0.3rem;
  background-color: #fff;
  border-radius: 100%;
  animation: scrollDown 2s infinite;
}

.hero-section {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 70rem;
  max-height: 90rem;
  overflow: hidden;
  background-color: #1A1714;
}

.hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(26, 23, 20, 0.8) 0%, rgba(26, 23, 20, 0.4) 50%, rgba(26, 23, 20, 0.6) 100%);
}

.hero__bottom-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 12rem;
  background: linear-gradient(180deg, rgba(26, 23, 20, 0) 0%, rgba(26, 23, 20, 0.8) 100%);
}

.hero__accent-line {
  position: absolute;
  right: 10.5rem;
  top: 40rem;
  width: 0.3rem;
  height: 8rem;
  background-color: #C9A96E;
  border-radius: 0.2rem;
}

.hero__content {
  position: absolute;
  top: 28rem;
  left: 10.5rem;
  max-width: 70rem;
  z-index: 2;
}

.hero__tagline {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 2.8rem;
}

.hero__tagline-dash {
  display: inline-block;
  width: 3.2rem;
  height: 0.2rem;
  background-color: #C9A96E;
}

.hero__tagline-text {
  font-family: "DM Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: #C9A96E;
  letter-spacing: 0.3rem;
  text-transform: uppercase;
}

.hero__headline {
  font-family: "Fraunces", serif;
  font-size: 6.4rem;
  font-weight: 500;
  color: #FAFAF5;
  line-height: 1.1;
  letter-spacing: -0.15rem;
  text-transform: none;
  margin-bottom: 2.8rem;
}

.hero__subtext {
  font-family: "DM Sans", sans-serif;
  font-size: 1.7rem;
  font-weight: 400;
  color: rgba(250, 250, 245, 0.67);
  line-height: 1.6;
  margin-bottom: 2.8rem;
}

.hero__cta {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.hero__btn {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  font-family: "DM Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  padding: 1.6rem 3.2rem;
  border-radius: 2.8rem;
  text-decoration: none;
  transition: all 0.3s;
  cursor: pointer;
  border: none;
}
.hero__btn--primary {
  background-color: #C9A96E;
  color: #1A1714;
}
.hero__btn--primary:link, .hero__btn--primary:visited {
  color: #1A1714;
  border: 0;
  padding-bottom: 1.6rem;
}
.hero__btn--primary:hover, .hero__btn--primary:active {
  background-color: rgb(212.0713567839, 186.632160804, 139.7286432161);
  color: #1A1714;
  border: 0;
  padding-bottom: 1.6rem;
}
.hero__btn--secondary {
  background-color: transparent;
  color: #FAFAF5;
  border: 1.5px solid rgba(250, 250, 245, 0.67);
}
.hero__btn--secondary:link, .hero__btn--secondary:visited {
  color: #FAFAF5;
  border: 1.5px solid rgba(250, 250, 245, 0.67);
  padding-bottom: 1.6rem;
}
.hero__btn--secondary:hover, .hero__btn--secondary:active {
  background-color: rgba(250, 250, 245, 0.1);
  border: 1.5px solid rgba(250, 250, 245, 0.9);
  color: #FAFAF5;
  padding-bottom: 1.6rem;
}

.hero__btn-icon {
  font-size: 1.8rem;
}

.hero__stats {
  position: absolute;
  bottom: 4rem;
  right: 10rem;
  display: flex;
  align-items: center;
  gap: 4.8rem;
  z-index: 2;
}

.hero__stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
}

.hero__stat-value {
  font-family: "Fraunces", serif;
  font-size: 2.8rem;
  font-weight: 600;
  color: #C9A96E;
}

.hero__stat-label {
  font-family: "DM Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  color: rgba(250, 250, 245, 0.5);
  letter-spacing: 0.1rem;
}

.hero__stat-divider {
  width: 0.1rem;
  height: 4rem;
  background-color: rgba(250, 250, 245, 0.12);
}

.hero__scroll {
  position: absolute;
  bottom: 3rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
  z-index: 2;
}

.hero__scroll-line {
  width: 0.1rem;
  height: 3.2rem;
  background-color: rgba(250, 250, 245, 0.37);
}

.hero__scroll-text {
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: rgba(250, 250, 245, 0.37);
  letter-spacing: 0.2rem;
  text-transform: uppercase;
}

.hero__arrow {
  display: none !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  z-index: 3;
  transition: all 0.3s;
  text-decoration: none;
}
.hero__arrow:link, .hero__arrow:visited {
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(250, 250, 245, 0.7);
}
.hero__arrow:hover, .hero__arrow:active {
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #FAFAF5;
}
.hero__arrow svg {
  width: 2.4rem;
  height: 2.4rem;
  stroke: rgba(250, 250, 245, 0.7);
  transition: stroke 0.3s;
}
.hero__arrow:hover svg {
  stroke: #FAFAF5;
}
.hero__arrow--left {
  left: 3rem;
}
.hero__arrow--right {
  right: 3rem;
}

.hero__dots {
  position: absolute;
  bottom: 3rem;
  right: 6rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  z-index: 3;
}

.hero__dot {
  display: inline-block;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: rgba(250, 250, 245, 0.25);
  transition: all 0.3s;
}
.hero__dot--active {
  width: 2.4rem;
  border-radius: 0.4rem;
  background-color: #C9A96E;
}

@media (max-width: 1023px) {
  .hero__content {
    left: 6rem;
    max-width: 60rem;
  }
  .hero__stats {
    right: 6rem;
  }
}
@media (max-width: 767px) {
  .hero-section {
    min-height: 60rem;
  }
  .hero__content {
    left: 4rem;
    right: 4rem;
    max-width: none;
  }
  .hero__headline {
    font-size: 5.6rem;
  }
  .hero__subtext {
    font-size: 2.2rem;
  }
  .hero__subtext br {
    display: none;
  }
  .hero__tagline-text {
    font-size: 1.5rem;
  }
  .hero__accent-line {
    display: none;
  }
  .hero__stats {
    right: auto;
    left: 4rem;
    gap: 3.2rem;
  }
  .hero__scroll {
    display: none;
  }
  .hero__cta {
    flex-direction: column;
    align-items: flex-start;
  }
  .hero__btn {
    padding: 1.4rem 2.8rem;
    font-size: 1.4rem;
  }
}
@media (max-width: 480px) {
  .hero-section {
    min-height: 55rem;
  }
  .hero__content {
    left: 2.4rem;
    right: 2.4rem;
    top: 22rem;
  }
  .hero__headline {
    font-size: 5.6rem;
  }
  .hero__subtext {
    font-size: 2.4rem;
  }
  .hero__tagline-text {
    font-size: 1.6rem;
  }
  .hero__stat-value {
    font-size: 3.6rem;
  }
  .hero__stat-label {
    font-size: 1.6rem;
  }
  .hero__stats {
    left: 2.4rem;
    gap: 2.4rem;
  }
}
.header .hero {
  background-image: url(img/home-malby.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: top center;
  height: 85vh;
}
.header {
  transition: background-image 0.5s;
}
.header.rg {
  background-image: url(img/gotele-hero.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: initial;
  height: 67vh;
}
.header.cl {
  background-image: url(img/cleaning-hero.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: initial;
  height: 67vh;
}
.header__heading {
  padding: 1.5rem 4rem;
  background-color: rgba(34, 198, 47, 0.9);
  display: inline-block;
  margin: 0 auto;
}
.header .heading__wrap {
  text-align: center;
}
.header__text {
  display: inline-block;
  background-color: rgba(208, 77, 36, 0.9);
  padding: 2rem 6rem 2rem 3rem;
  line-height: 1.3;
  word-spacing: 0.2rem;
  font-size: 1.8rem;
  color: #fff;
  letter-spacing: 0.1rem;
  font-weight: 100;
}
.header__hero-box {
  position: absolute;
  top: 55%;
  left: 45%;
  width: auto;
  transform: translate(-50%, -50%);
}
.header__hero-box.rg {
  position: absolute;
  top: 38%;
  left: 50%;
  width: auto;
  transform: translate(-50%, -50%);
}

.header__arrows a {
  position: absolute;
  top: 45%;
  display: none;
  outline: none;
  text-align: left;
  z-index: 5;
  transform: translateY(-50%);
}

.header__arrows .header__arrows--prev {
  left: 0;
}

.header__arrows .header__arrows--next {
  right: 0;
}

.header__arrows a svg {
  display: block;
  margin: 0 auto;
  padding: 0;
}

.header__arrows a {
  perspective: 1000px;
}

.header__arrows--prev {
  perspective-origin: 100% 50%;
}

.header__arrows--next {
  perspective-origin: 0% 50%;
}

.header__icon-wrap {
  display: block;
  width: 10rem;
  height: 10rem;
  background-color: #2980B9;
  transition: background-color 0.3s;
}

.header__icon {
  position: relative;
  top: 50%;
  transition: fill 0.3s;
  transform: translateY(-50%);
  fill: #fff;
}

.header__arrows img {
  position: absolute;
  height: 10rem;
  width: 10rem;
  top: 0;
  transition: transform 0.3s;
  backface-visibility: hidden;
}

.header__arrows .header__arrows--prev img {
  left: 100%;
  transform: rotateY(90deg);
  transform-origin: 0% 50%;
}

.header__arrows .header__arrows--next img {
  right: 100%;
  transform: rotateY(-90deg);
  transform-origin: 100% 50%;
}

.header__arrows a:hover .header__icon-wrap {
  background-color: #fff;
}

.header__arrows a:hover .header__icon {
  fill: #2980B9;
}

.header__arrows a:hover img {
  transform: rotateY(0deg);
}

.svg-wrap {
  display: none;
}

.nav--floating {
  position: absolute;
  top: 2.4rem;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 10rem);
  max-width: 134rem;
  z-index: 100;
  background: rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 2.8rem;
  padding: 0 3.2rem;
  height: 5.6rem;
}

.nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.nav__logo {
  display: flex;
  align-items: center;
}
.nav__logo .logo__link {
  display: flex;
  align-items: center;
  gap: 1rem;
  border: 0;
}
.nav__logo .logo__link:hover {
  border: 0;
}

.nav__logo-icon {
  display: inline-block;
  width: 2.8rem;
  height: 2.8rem;
  background: #C9A96E;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z'/%3E%3C/svg%3E");
  mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z'/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
}

.nav__logo-text {
  font-family: "DM Sans", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #FAFAF5;
  letter-spacing: 0.1rem;
  text-transform: none;
}

.nav--floating .nav__list {
  display: flex;
  align-items: center;
  gap: 3.6rem;
  list-style: none;
  margin: 0;
}

.nav--floating .nav__item {
  display: inline-block;
}

.nav--floating .nav__link {
  font-family: "DM Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: rgba(250, 250, 245, 0.8);
  text-transform: none;
  text-decoration: none;
  border: 0;
  padding: 0;
  transition: color 0.3s;
}
.nav--floating .nav__link:link, .nav--floating .nav__link:visited {
  color: rgba(250, 250, 245, 0.8);
  border: 0;
}
.nav--floating .nav__link:hover, .nav--floating .nav__link:active {
  color: #C9A96E;
  border: 0;
}
.nav--floating .nav__link--active, .nav--floating .nav__link--active:link, .nav--floating .nav__link--active:visited {
  color: #C9A96E;
}

.nav__social {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.nav__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav__social-link:link, .nav__social-link:visited {
  color: rgba(250, 250, 245, 0.67);
  border: 0;
}
.nav__social-link:hover, .nav__social-link:active {
  color: #FAFAF5;
  border: 0;
}
.nav__social-link i {
  font-size: 1.8rem;
}

.mobile-nav-icon {
  display: none;
  cursor: pointer;
}
.mobile-nav-icon:hover {
  border: none;
}
.mobile-nav-icon i {
  font-size: 3rem;
  color: #FAFAF5;
}

.nav:not(.nav--floating) {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  box-shadow: 0 0.2rem 0.2rem rgba(70, 69, 69, 0.5);
  width: 100%;
  z-index: 100;
}
.nav:not(.nav--floating) .nav__list {
  display: block;
  float: right;
  margin: 0;
}
.nav:not(.nav--floating) .nav__item {
  display: inline-block;
  position: relative;
}
.nav:not(.nav--floating) .nav__item::after {
  cursor: pointer;
  position: absolute;
  content: "";
  bottom: 0;
  width: 0;
  height: 0.4rem;
  z-index: -1;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.nav:not(.nav--floating) .nav__item:hover::after {
  left: 0;
  background-color: #2980B9;
  width: 100%;
  opacity: 1;
}
.nav:not(.nav--floating) .nav__link {
  display: block;
  font-size: 1.7rem;
  text-align: justify;
  line-height: 7rem;
  padding: 0 2rem;
  text-transform: uppercase;
}
.nav:not(.nav--floating) .nav__link:link {
  border: 0;
}

.logo {
  display: inline-block;
  height: 100%;
}
.logo__link:hover {
  border: 0;
}
.logo__img {
  margin-top: 0.6rem;
  width: auto;
  height: 6rem;
}
.logo__text {
  height: 2rem;
  margin-left: 0.5rem;
  margin-bottom: 1.7rem;
}

.dropdown-icon__frame {
  display: inline-flex;
  justify-content: center;
  align-content: center;
  height: 2rem;
  width: 2rem;
  border-radius: 0.3rem;
  border: 0.1rem solid #fff;
  margin-right: 1rem;
  opacity: 0.7;
}

.dropdown-icon {
  height: 100%;
  padding: 0.3rem;
  fill: #fff;
}

@media (max-width: 767px) {
  .nav--floating {
    width: calc(100% - 4rem);
    padding: 0 2rem;
  }
  .nav--floating .nav__list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 0.8rem;
    background: rgba(30, 30, 30, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 1.6rem;
    padding: 1.2rem 0;
    flex-direction: column;
    gap: 0;
  }
  .nav--floating .nav__item {
    display: block;
  }
  .nav--floating .nav__link {
    display: block;
    padding: 1.2rem 2.4rem;
    font-size: 1.5rem;
  }
  .nav__social {
    display: none;
  }
  .mobile-nav-icon {
    display: inline-block;
  }
}
@media (max-width: 480px) {
  .nav--floating {
    width: calc(100% - 2.4rem);
    padding: 0 1.6rem;
    height: 5rem;
  }
}
.footer {
  background-color: #0A0908;
}

.footer__divider {
  height: 1px;
  background-color: rgba(250, 250, 245, 0.06);
}

.footer__content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4.8rem;
  padding: 3.2rem 12rem;
}

.footer-nav__list {
  display: flex;
  gap: 3.6rem;
  list-style: none;
  font-family: "DM Sans", sans-serif;
  font-size: 1.3rem;
  padding: 0;
  margin: 0;
}

.footer-nav__social-list {
  display: flex;
  gap: 1.6rem;
  list-style: none;
  font-size: 2rem;
  padding: 0;
  margin: 0;
}

.footer-nav__item {
  display: block;
}

.footer-nav__link:link,
.footer-nav__link:visited {
  text-decoration: none;
  border: 0;
  color: rgba(250, 250, 245, 0.67);
  transition: color 0.2s;
}

.footer-nav__link:hover,
.footer-nav__link:active {
  text-decoration: none;
  border: 0;
  color: #C9A96E;
}

.ion-social-facebook,
.ion-social-instagram {
  transition: color 0.2s;
}

.ion-social-facebook:hover {
  color: #3b5998;
}

.ion-social-instagram:hover {
  color: #e95950;
}

.footer__copyright {
  text-align: center;
  padding: 2rem 12rem;
}

.footer__copy {
  color: rgba(250, 250, 245, 0.25);
  font-family: "DM Sans", sans-serif;
  font-size: 1.2rem;
  margin: 0;
}
.footer__copy--link:link, .footer__copy--link:visited {
  text-decoration: none;
  padding-bottom: 0.2rem;
  border-bottom: 0.1rem dotted rgba(250, 250, 245, 0.2);
  color: rgba(250, 250, 245, 0.25);
  transition: color 0.2s;
}
.footer__copy--link:hover, .footer__copy--link:active {
  color: #C9A96E;
}

@media (max-width: 767px) {
  .footer__content {
    flex-direction: column;
    padding: 3.2rem 4rem;
    gap: 3.2rem;
  }
  .footer-nav__list {
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer__copyright {
    padding: 2rem 4rem;
  }
}
@media (max-width: 480px) {
  .footer__content {
    padding: 2.4rem;
  }
  .footer__copyright {
    padding: 2rem 2.4rem;
  }
}
/*------------------------ section contacts ----------------------- */
.section-contacts {
  background-color: #0F0D0A;
  padding: 8rem 2rem;
}

.contacts__wrapper {
  max-width: 1140px;
  margin: 0 auto;
}

.contacts__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  padding-bottom: 6rem;
}

.contacts__tagline {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.contacts__tagline-dash {
  display: block;
  width: 3.2rem;
  height: 0.2rem;
  background-color: #C9A96E;
}

.contacts__tagline-text {
  color: #C9A96E;
  font-family: "DM Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 3px;
}

.contacts__heading {
  font-family: "Fraunces", serif;
  font-size: 4.4rem;
  font-weight: 500;
  color: #FAFAF5;
  text-transform: none;
  margin-bottom: 0;
}
.contacts__heading:after {
  display: none;
}

.contacts__subheading {
  font-family: "DM Sans", sans-serif;
  font-size: 1.7rem;
  color: rgba(250, 250, 245, 0.5);
  text-align: center;
}

.contacts__content {
  display: flex;
  gap: 6rem;
}

.contacts__info {
  display: flex;
  flex-direction: column;
  gap: 2.8rem;
}

.contacts__details {
  display: flex;
  flex-direction: column;
  gap: 2.8rem;
}

.contacts__name-block {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.contacts__name {
  font-family: "Fraunces", serif;
  font-size: 2.4rem;
  font-weight: 500;
  color: #FAFAF5;
}

.contacts__address {
  font-family: "DM Sans", sans-serif;
  font-size: 1.4rem;
  color: rgba(250, 250, 245, 0.67);
  line-height: 1.6;
  height: auto;
  background-image: none;
}

.contacts__contact-block {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.contacts__contact-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-family: "DM Sans", sans-serif;
  font-size: 1.4rem;
  color: rgba(250, 250, 245, 0.67);
}

.contacts__icon {
  color: #C9A96E;
  font-size: 1.6rem;
}

.contacts__business-block {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.contacts__business-row {
  font-family: "DM Sans", sans-serif;
  font-size: 1.4rem;
  color: rgba(250, 250, 245, 0.67);
}
.contacts__business-row b {
  font-weight: 700;
  color: rgba(250, 250, 245, 0.5);
  margin-right: 0;
}

.contacts__bank-block {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.contacts__bank-label {
  font-family: "DM Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  color: rgba(250, 250, 245, 0.5);
}

.contacts__bank-text {
  font-family: "DM Sans", sans-serif;
  font-size: 1.4rem;
  color: rgba(250, 250, 245, 0.67);
}

.contacts__map {
  flex: 1;
  border-radius: 1.6rem;
  overflow: hidden;
  border: 1px solid rgba(250, 250, 245, 0.06);
  background-color: #1A1714;
  display: flex;
  flex-direction: column;
}

.contacts__map-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.6rem 2rem;
  background-color: #1A1714;
}

.contacts__map-icon {
  color: #C9A96E;
  font-size: 1.8rem;
}

.contacts__map-title {
  font-family: "DM Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  color: #FAFAF5;
}

.contacts__map-subtitle {
  font-family: "DM Sans", sans-serif;
  font-size: 1.4rem;
  color: rgba(250, 250, 245, 0.5);
}

.contacts__map-body {
  flex: 1;
  min-height: 30rem;
}

.contacts__map-iframe {
  width: 100%;
  height: 100%;
  display: block;
}

@media (max-width: 1023px) {
  .contacts__content {
    gap: 4rem;
  }
}
@media (max-width: 767px) {
  .contacts__content {
    flex-direction: column;
  }
  .contacts__info {
    flex-direction: row;
    gap: 4rem;
  }
  .contacts__details {
    flex: 1;
  }
  .contacts__details:first-child {
    text-align: right;
    align-items: flex-end;
  }
  .contacts__heading {
    font-size: 3.4rem;
  }
  .contacts__subheading {
    font-size: 2rem;
  }
  .contacts__map-body {
    min-height: 26rem;
  }
}
@media (max-width: 480px) {
  .section-contacts {
    padding: 4.8rem 1.6rem;
  }
  .contacts__heading {
    font-size: 2.8rem;
  }
  .contacts__details:first-child {
    text-align: left;
    align-items: flex-start;
  }
  .contacts__name {
    font-size: 2.8rem;
  }
  .contacts__subheading {
    font-size: 2.2rem;
  }
  .contacts__contact-row {
    font-size: 1.8rem;
  }
  .contacts__business-row {
    font-size: 1.8rem;
  }
  .contacts__bank-label {
    font-size: 1.8rem;
  }
  .contacts__bank-text {
    font-size: 1.8rem;
  }
  .contacts__address {
    font-size: 1.8rem;
  }
  .contacts__info {
    flex-direction: column;
  }
  .contacts__map-body {
    min-height: 22rem;
  }
  .contacts__header {
    gap: 1.6rem;
    padding-bottom: 4rem;
  }
  .contacts__content {
    gap: 3rem;
  }
}
.section-cleaning-types {
  padding-bottom: 0;
}

.section-products {
  background-color: #0F0D0A;
  padding: 8rem 0 0 0;
}

.products__header {
  text-align: center;
  padding-bottom: 6rem;
}

.products__tag {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  margin-bottom: 2rem;
}

.products__tag-dash {
  display: inline-block;
  width: 4rem;
  height: 0.1rem;
  background-color: rgba(201, 169, 110, 0.37);
}

.products__tag-text {
  font-family: "DM Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: #C9A96E;
  letter-spacing: 0.4rem;
  text-transform: uppercase;
}

.products__title {
  font-family: "Fraunces", serif;
  font-size: 4.4rem;
  font-weight: 500;
  color: #FAFAF5;
  letter-spacing: -0.05rem;
  text-transform: none;
  margin-bottom: 2rem;
}
.products__title:after {
  display: none;
}

.products__subtitle {
  font-family: "DM Sans", sans-serif;
  font-size: 1.7rem;
  font-weight: 400;
  color: rgba(250, 250, 245, 0.5);
  text-align: center;
}

.product-card {
  display: flex;
  align-items: center;
  gap: 6rem;
  padding: 4rem 0;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
.product-card--reverse {
  flex-direction: row-reverse;
}

.product-card__image-wrap {
  position: relative;
  flex-shrink: 0;
  width: 56rem;
  height: 42rem;
  border-radius: 1.6rem;
  overflow: hidden;
  cursor: pointer;
}
.product-card__image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s, opacity 0.2s ease;
}
.product-card__image-wrap:hover img {
  transform: scale(1.05);
}
.product-card__image-wrap .decor-img__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(2px);
  opacity: 0;
  transition: opacity 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-card__image-wrap .decor-img__overlay .decor-img__text {
  color: #FAFAF5;
  font-family: "DM Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.3rem;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(201, 169, 110, 0.6);
  padding-bottom: 0.6rem;
}
.product-card__image-wrap .decor-img__overlay .decor-img__text::before {
  content: "";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  margin: 0 auto 1rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23C9A96E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='3' width='7' height='7' rx='1'/%3E%3Crect x='14' y='3' width='7' height='7' rx='1'/%3E%3Crect x='3' y='14' width='7' height='7' rx='1'/%3E%3Crect x='14' y='14' width='7' height='7' rx='1'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.product-card__image-wrap:hover .decor-img__overlay {
  opacity: 1;
}

.product-card__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

.product-card__number {
  font-family: "Fraunces", serif;
  font-size: 4.8rem;
  font-weight: 300;
  color: rgba(201, 169, 110, 0.19);
}

.product-card__name {
  font-family: "Fraunces", serif;
  font-size: 3.2rem;
  font-weight: 500;
  color: #FAFAF5;
  letter-spacing: -0.03rem;
  text-transform: none;
  text-align: left;
  margin-bottom: 0;
}
.product-card__name:after {
  display: none;
}

.product-card__desc {
  font-family: "DM Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: rgba(250, 250, 245, 0.67);
  line-height: 1.7;
  text-align: left;
}

.product-card__accent {
  width: 4.8rem;
  height: 0.2rem;
  background-color: #C9A96E;
}

.product-card__icons {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.product-card__icon-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: rgba(250, 250, 245, 0.06);
  transition: background-color 0.3s;
}
.product-card__icon-link:link, .product-card__icon-link:visited {
  border: 0;
  color: rgba(250, 250, 245, 0.67);
}
.product-card__icon-link:hover, .product-card__icon-link:active {
  background-color: rgba(201, 169, 110, 0.2);
  border: 0;
  color: #C9A96E;
}
.product-card__icon-link svg {
  width: 1.8rem;
  height: 1.8rem;
  fill: rgba(250, 250, 245, 0.67);
  transition: fill 0.3s;
}
.product-card__icon-link:hover svg {
  fill: #C9A96E;
}

.product-card__swatches {
  display: flex;
  gap: 1rem;
}

.product-card__swatch {
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 0.8rem;
  cursor: pointer;
  transition: transform 0.2s;
}
.product-card__swatch:hover {
  transform: scale(1.15);
}

.product-card__variants {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 1.6rem;
}
.product-card__variants figure {
  margin: 0;
  padding: 0;
  text-align: center;
}
.product-card__variants img {
  width: 6rem;
  height: 6rem;
  border-radius: 0.8rem;
  object-fit: cover;
  cursor: pointer;
  transition: transform 0.3s;
}
.product-card__variants img:hover {
  transform: scale(1.1);
}
.product-card__variants figcaption {
  font-family: "DM Sans", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  color: rgba(250, 250, 245, 0.5);
  text-transform: uppercase;
  text-align: center;
  padding-top: 0.6rem;
}
.product-card__variants a:link, .product-card__variants a:visited, .product-card__variants a:hover, .product-card__variants a:active {
  border-bottom: 0;
  padding-bottom: 0;
}

.product-divider {
  padding: 0;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
.product-divider__line {
  width: 100%;
  height: 0.1rem;
  background-color: rgba(250, 250, 245, 0.06);
}

.product-card__img--fading {
  opacity: 0.3;
}

.product-card__arrow,
.product-card__gallery-close {
  display: none;
}

.product-card__thumbnails {
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin: 0 auto;
  max-width: 72rem;
}

.product-card__thumb {
  width: 8rem;
  height: 6rem;
  border-radius: 0.8rem;
  object-fit: cover;
  cursor: pointer;
  border: 2px solid transparent;
  opacity: 0.6;
  transition: transform 0.2s ease, opacity 0.2s ease, border-color 0.2s ease;
}
.product-card__thumb:hover {
  transform: scale(1.08);
  opacity: 0.9;
}
.product-card__thumb--active {
  border-color: #C9A96E;
  opacity: 1;
}

.product-card--gallery-open {
  flex-direction: column;
  align-items: center;
}
.product-card--gallery-open .product-card__content {
  display: none;
}
.product-card--gallery-open .product-card__image-wrap {
  width: 100%;
  max-width: 72rem;
  height: auto;
  aspect-ratio: 4/3;
}
.product-card--gallery-open .product-card__image-wrap .decor-img__overlay {
  opacity: 0;
  pointer-events: none;
}
.product-card--gallery-open .product-card__image-wrap:hover img {
  transform: none;
}
.product-card--gallery-open .product-card__arrow,
.product-card--gallery-open .product-card__gallery-close {
  display: flex;
}
.product-card--gallery-open .product-card__thumbnails {
  display: flex;
  margin-top: 2rem;
}

.product-card__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  background-color: rgba(15, 13, 10, 0.6);
  backdrop-filter: blur(6px);
  color: #FAFAF5;
  border: 2px solid rgba(201, 169, 110, 0.25);
  cursor: pointer;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: background-color 0.3s, border-color 0.3s, transform 0.3s;
  padding: 0;
}
.product-card__arrow svg {
  width: 2rem;
  height: 2rem;
  stroke: #FAFAF5;
  transition: stroke 0.3s;
}
.product-card__arrow:hover {
  background-color: rgba(15, 13, 10, 0.8);
  border-color: #C9A96E;
  transform: translateY(-50%) scale(1.08);
}
.product-card__arrow:hover svg {
  stroke: #C9A96E;
}
.product-card__arrow--prev {
  left: 1.5rem;
}
.product-card__arrow--next {
  right: 1.5rem;
}

.product-card__gallery-close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  background-color: rgba(15, 13, 10, 0.6);
  backdrop-filter: blur(6px);
  color: #FAFAF5;
  border: 2px solid rgba(201, 169, 110, 0.25);
  cursor: pointer;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: background-color 0.3s, border-color 0.3s, transform 0.3s;
  padding: 0;
}
.product-card__gallery-close svg {
  width: 2rem;
  height: 2rem;
  stroke: #FAFAF5;
  transition: stroke 0.3s;
}
.product-card__gallery-close:hover {
  background-color: rgba(15, 13, 10, 0.8);
  border-color: #C9A96E;
  transform: scale(1.08);
}
.product-card__gallery-close:hover svg {
  stroke: #C9A96E;
}

@media (max-width: 1023px) {
  .product-card {
    gap: 4rem;
    padding: 4rem 3rem;
  }
  .product-card__image-wrap {
    width: 44rem;
  }
  .product-card__thumb {
    width: 6.5rem;
    height: 5rem;
  }
  .product-card--gallery-open .product-card__image-wrap {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .product-card {
    flex-direction: column;
    padding: 4rem 2rem;
  }
  .product-card--reverse {
    flex-direction: column;
  }
  .product-card__image-wrap {
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
  }
  .product-card__name {
    font-size: 3.2rem;
  }
  .product-card__desc {
    font-size: 2rem;
  }
  .products__title {
    font-size: 4.2rem;
  }
  .products__subtitle {
    font-size: 2.2rem;
  }
  .product-card__thumb {
    width: 5.5rem;
    height: 4rem;
  }
  .product-card__arrow {
    width: 3.6rem;
    height: 3.6rem;
  }
  .product-card__arrow svg {
    width: 1.6rem;
    height: 1.6rem;
  }
  .product-card__gallery-close {
    width: 3.6rem;
    height: 3.6rem;
  }
  .product-card__gallery-close svg {
    width: 1.6rem;
    height: 1.6rem;
  }
}
@media (max-width: 480px) {
  .product-card {
    padding: 3rem 1.6rem;
    gap: 2.4rem;
  }
  .product-card__name {
    font-size: 3.4rem;
  }
  .product-card__desc {
    font-size: 2.2rem;
  }
  .products__title {
    font-size: 4.2rem;
  }
  .products__subtitle {
    font-size: 2.4rem;
  }
  .product-card__number {
    font-size: 6rem;
  }
  .product-card__thumb {
    width: 4.5rem;
    height: 3.5rem;
  }
  .product-card__thumbnails {
    gap: 0.6rem;
  }
  .product-card__arrow--prev {
    left: 0.8rem;
  }
  .product-card__arrow--next {
    right: 0.8rem;
  }
}
.section-decor-types section {
  padding: 5rem 0;
}

.section-decor-types {
  background-color: #f6f6f6;
  box-sizing: initial;
  padding-top: 5rem;
  padding-bottom: 0;
}
.section-decor-types .bs {
  margin-bottom: 3rem;
}
.section-decor-types .gallery {
  border: none;
}
.section-decor-types .decor-img__wrap {
  position: relative;
  display: block;
}
.section-decor-types .decor-img__wrap .decor-img__overlay {
  position: absolute;
  background-color: #000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: opacity 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-decor-types .decor-img__wrap .decor-img__overlay .decor-img__text {
  max-height: 10rem;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
.section-decor-types .decor-img__wrap:hover .decor-img__overlay {
  opacity: 0.7;
  cursor: pointer;
}

.decor__text {
  font-size: 2rem;
  font-weight: 300;
  text-align: justify;
  padding: 0 2rem;
}

.section-decor-types .row:not(:first-child) {
  margin-top: 5.5rem;
}

.section-aureum .decor__text, .section-ottocento .decor__text, .section-concrete .decor__text, .section-zero .decor__text {
  padding: 0 2rem 0 0;
}
.section-aureum, .section-ottocento, .section-concrete, .section-zero {
  background-color: white;
}

.decor__img {
  width: 100%;
  height: 100%;
}

section:nth-of-type(2n+1):not(.section-decor-types) .decor__icons {
  text-align: right;
}

.decor__icons a {
  border: none;
}

.link__icon {
  width: 5%;
  fill: #2980B9;
  padding: 1.5rem 2rem 0 2rem;
}

.link__icon:hover {
  fill: #24BAD0;
}

.flex-row {
  display: flex;
}

.flex-col {
  flex: 1;
}

.flex-col:first-child {
  padding-right: 2rem;
}

.description {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
}

.decor__line {
  margin-top: 4rem;
  border: 1px solid #2980B9;
}

.decor__link {
  position: relative;
}
.decor__link:hover .decor__tooltip-text {
  visibility: visible;
}

.decor__tooltip-text {
  visibility: hidden;
  width: 8rem;
  background-color: #464545;
  color: #fff;
  text-align: center;
  padding: 0.5rem 0;
  border-radius: 0.6rem;
  position: absolute;
  z-index: 1;
  bottom: 350%;
  left: 50%;
  margin-left: -4rem;
}

.color-alternatives {
  margin: 3rem 0;
}

.colors {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}
.colors figure {
  margin: 0;
  padding: 0;
  height: auto;
  text-align: center;
}
.colors figcaption {
  text-transform: uppercase;
  text-align: center;
  font-size: 1.5rem;
  padding-top: 1rem;
  font-weight: 300;
}

.color__img {
  width: 75%;
  height: auto;
  border-radius: 0.5rem;
  cursor: pointer;
}

.error404 {
  margin-top: 35vh;
  margin-bottom: 41vh;
}

.section-gallery {
  padding: 0;
}

.gallery__showcase {
  list-style: none;
  width: 100%;
}

.gallery__list {
  display: block;
  float: left;
  width: 25%;
}

.gallery__photo {
  width: 100%;
  margin: 0;
  overflow: hidden;
  background-color: #000;
}

.gallery__photo--img {
  opacity: 0.7;
  width: 100%;
  transform: scale(1.15);
  transition: opacity 0.5s;
  transition: transform 0.5s;
}

.gallery__photo--img:hover {
  opacity: 1;
  transform: scale(1.03);
}

.gotele-gallery__showcase {
  list-style: none;
  width: 100%;
}

.gotele-gallery__list {
  display: block;
  float: left;
  width: 25%;
  height: auto;
  overflow: hidden;
}

.gotele-gallery__photo {
  cursor: pointer;
  height: 22rem;
  margin: 0;
  overflow: hidden;
  background-color: #000;
}

.gotele-gallery__photo--img {
  width: 100%;
  transform: scale(1.15);
  transition: opacity 0.5s;
  transition: transform 0.5s;
}

.gotele-gallery__photo--img:hover {
  transform: scale(1.03);
}

.gotele-gallery h2 {
  padding-bottom: 7rem;
}

/*------------------------ section our services ----------------------- */
.flex-service {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.services__service {
  display: inline-flex;
  flex-direction: column;
  width: 33%;
  transition: background-color 0.3s;
  padding: 1rem 2rem 3.5rem 2rem;
}

.services__service:hover {
  background-color: #f6f6f6;
}

.section-price-list {
  min-height: 50rem;
}

.pl {
  margin-top: 3.5rem;
}
.pl .pl__category {
  padding: 0 1.5rem;
}

.pl__category--item {
  width: 100%;
  font-size: 2rem;
  overflow: hidden;
}

.pl__category--item:nth-of-type(even) {
  background-color: #f6f6f6;
}

.pl--type {
  float: left;
  padding: 0.5rem 0 0.5rem 1rem;
}

.pl--price {
  float: right;
  padding: 0.5rem 1rem 0.5rem 0;
}

.pl--note {
  display: block;
  clear: both;
  font-size: 1.4rem;
  color: #888;
  padding-left: 1rem;
  padding-bottom: 0.3rem;
}

.mp-section {
  background-color: #0F0D0A;
  padding: 10rem 0;
}
.mp-section--no-padding {
  padding: 0;
}

.mp-section__inner {
  max-width: 120rem;
  margin: 0 auto;
  padding: 0 4rem;
}

.mp-section-header {
  text-align: center;
  margin-bottom: 6rem;
}

.mp-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  margin-bottom: 2.4rem;
}

.mp-tag__dash {
  display: inline-block;
  width: 3.2rem;
  height: 0.2rem;
  background-color: #C9A96E;
}

.mp-tag__text {
  font-family: "DM Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: #C9A96E;
  letter-spacing: 0.3rem;
  text-transform: uppercase;
}

.mp-section-title {
  font-family: "Fraunces", serif;
  font-size: 4.4rem;
  font-weight: 500;
  color: #FAFAF5;
  line-height: 1.2;
  letter-spacing: -0.1rem;
  margin-bottom: 2rem;
}

.mp-section-subtitle {
  font-family: "DM Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: rgba(250, 250, 245, 0.6);
  line-height: 1.7;
  max-width: 72rem;
  margin: 0 auto;
}

.mp-features {
  display: flex;
  gap: 2.4rem;
  justify-content: center;
}

.mp-feature-card {
  flex: 1;
  background-color: #1A1714;
  border-radius: 1.6rem;
  border: 1px solid rgba(250, 250, 245, 0.06);
  padding: 3.2rem 2.8rem;
  text-align: center;
}

.mp-feature-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 50%;
  background-color: rgba(201, 169, 110, 0.08);
  margin: 0 auto 2rem;
}
.mp-feature-card__icon svg {
  width: 2.4rem;
  height: 2.4rem;
  stroke: #C9A96E;
}

.mp-feature-card__title {
  font-family: "Fraunces", serif;
  font-size: 2rem;
  font-weight: 500;
  color: #FAFAF5;
  margin-bottom: 1.2rem;
}

.mp-feature-card__desc {
  font-family: "DM Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: rgba(250, 250, 245, 0.6);
  line-height: 1.6;
}

.mp-gallery {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.mp-gallery__row {
  display: flex;
  gap: 0.4rem;
}

.mp-gallery__item {
  flex: 1;
  overflow: hidden;
}
.mp-gallery__item img {
  display: block;
  width: 100%;
  height: 20rem;
  object-fit: cover;
  transition: transform 0.4s;
}
.mp-gallery__item:hover img {
  transform: scale(1.05);
}

.mp-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
}

.mp-service-card {
  background-color: #1A1714;
  border-radius: 1.6rem;
  border: 1px solid rgba(250, 250, 245, 0.06);
  padding: 3.2rem 2.8rem;
  text-align: center;
}

.mp-service-card__icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 50%;
  background-color: rgba(201, 169, 110, 0.08);
  margin: 0 auto 2rem;
}

.mp-service-card__icon {
  height: 3.2rem;
  width: auto;
  filter: brightness(0) saturate(100%) invert(72%) sepia(23%) saturate(714%) hue-rotate(5deg) brightness(91%) contrast(86%);
}

.mp-service-card__title {
  font-family: "Fraunces", serif;
  font-size: 2rem;
  font-weight: 500;
  color: #FAFAF5;
  margin-bottom: 1.2rem;
}

.mp-service-card__desc {
  font-family: "DM Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: rgba(250, 250, 245, 0.6);
  line-height: 1.6;
  margin-bottom: 1.6rem;
}

.mp-service-card__link {
  font-family: "DM Sans", sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: #C9A96E;
  text-decoration: none;
  border: 0;
  transition: color 0.3s;
}
.mp-service-card__link:link, .mp-service-card__link:visited {
  color: #C9A96E;
  border: 0;
}
.mp-service-card__link:hover, .mp-service-card__link:active {
  color: rgb(217.6070351759, 195.448241206, 154.5929648241);
  border: 0;
}

.mp-price-grid {
  display: flex;
  gap: 2.4rem;
  align-items: flex-start;
}

.mp-price-grid__left,
.mp-price-grid__right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

.mp-price-card {
  background-color: #1A1714;
  border-radius: 1.6rem;
  border: 1px solid rgba(250, 250, 245, 0.06);
  overflow: hidden;
}

.mp-price-header {
  padding: 2rem 2.8rem;
  background-color: rgba(201, 169, 110, 0.06);
  border-bottom: 1px solid rgba(250, 250, 245, 0.06);
}

.mp-price-header__title {
  font-family: "Fraunces", serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: #FAFAF5;
  margin: 0;
}

.mp-price-card__body {
  padding: 0.8rem 0;
}

.mp-price-item {
  display: flex;
  align-items: baseline;
  padding: 1rem 2.8rem;
  transition: background-color 0.2s;
}
.mp-price-item:hover {
  background-color: rgba(250, 250, 245, 0.02);
}
.mp-price-item sup {
  font-size: 0.8em;
}

.mp-price-item__name {
  font-family: "DM Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: rgba(250, 250, 245, 0.8);
}

.mp-price-item__price {
  font-family: "DM Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  color: #C9A96E;
  white-space: nowrap;
  margin-left: auto;
  padding-left: 1.6rem;
}

.mp-price-item__note {
  font-family: "DM Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  color: rgba(250, 250, 245, 0.4);
  white-space: nowrap;
  margin-left: 0.8rem;
}

@media (max-width: 1023px) {
  .mp-section {
    padding: 8rem 0;
  }
  .mp-section__inner {
    padding: 0 3rem;
  }
  .mp-section-title {
    font-size: 3.8rem;
  }
  .mp-features {
    flex-wrap: wrap;
  }
  .mp-feature-card {
    flex: 1 1 calc(50% - 1.2rem);
  }
  .mp-gallery__item img {
    height: 16rem;
  }
  .mp-services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .mp-price-grid {
    gap: 2rem;
  }
}
@media (max-width: 767px) {
  .mp-section {
    padding: 6rem 0;
  }
  .mp-section__inner {
    padding: 0 2rem;
  }
  .mp-section-title {
    font-size: 3.4rem;
  }
  .mp-features {
    flex-direction: column;
  }
  .mp-feature-card {
    width: 100%;
    padding: 2.8rem 2.4rem;
  }
  .mp-gallery__row {
    flex-wrap: wrap;
  }
  .mp-gallery__item {
    flex: 1 1 calc(50% - 0.2rem);
  }
  .mp-services-grid {
    grid-template-columns: 1fr;
  }
  .mp-price-grid {
    flex-direction: column;
  }
  .mp-price-grid__left,
  .mp-price-grid__right {
    width: 100%;
  }
  .mp-price-item {
    padding: 1rem 2rem;
  }
}
@media (max-width: 480px) {
  .mp-section {
    padding: 4.8rem 0;
  }
  .mp-section__inner {
    padding: 0 1.6rem;
  }
  .mp-section-title {
    font-size: 2.8rem;
  }
  .mp-tag__text {
    font-size: 1.1rem;
    letter-spacing: 0.2rem;
  }
  .mp-feature-card__icon {
    width: 4.8rem;
    height: 4.8rem;
  }
  .mp-feature-card__icon svg {
    width: 2rem;
    height: 2rem;
  }
  .mp-feature-card__title {
    font-size: 1.8rem;
  }
  .mp-feature-card__desc {
    font-size: 1.3rem;
  }
  .mp-gallery__item img {
    height: 12rem;
  }
  .mp-service-card__icon-wrap {
    width: 5.2rem;
    height: 5.2rem;
  }
  .mp-service-card__icon {
    height: 2.6rem;
  }
  .mp-service-card__title {
    font-size: 1.8rem;
  }
  .mp-service-card__desc {
    font-size: 1.3rem;
  }
  .mp-price-item {
    padding: 1rem 1.6rem;
  }
  .mp-price-item__name {
    font-size: 1.3rem;
  }
  .mp-price-item__price {
    font-size: 1.3rem;
  }
}
/*------------------------ section references ----------------------- */
.section-references {
  background-color: #f6f6f6;
}
.section-references .ref__links {
  border: none;
}
.section-references figcaption {
  display: none;
  position: absolute;
  top: 0rem;
  left: 0;
  right: 0;
  background-color: #000;
  font-size: 2rem;
  font-weight: 100;
  padding: 0.5rem 0;
  text-align: center;
  color: #fff;
  opacity: 0.7;
}

.ref__logos {
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
  margin-bottom: 5.5rem;
}

.ref__logos--img {
  height: 5.5rem;
  opacity: 0.7;
  transition: opacity 0.3s;
}

.ref__gallery-link {
  display: block;
  text-align: center;
  margin-top: 4rem;
  font-size: 3rem;
}

.ref__gallery-link:hover {
  border: none;
}

.ref__logos--img:hover {
  opacity: 1;
}

/* --- Ref Gallery --- */
.section-references .row:nth-child(3) {
  padding: 0;
}

.ref__showcase--list {
  list-style-type: none;
  width: 100%;
}

.ref__showcase--item {
  display: block;
  float: left;
  width: 33.3%;
}

.ref__showcase--photo {
  position: relative;
  width: 100%;
  margin: 0;
  overflow: hidden;
  background-color: #000;
}

.ref__showcase--photo:hover figcaption {
  display: block;
}

.ref__showcase--img {
  opacity: 0.7;
  width: 100%;
  transform: scale(1.15);
  transition: opacity 0.5s;
  transition: transform 0.5s;
}

.ref__showcase--img:hover {
  opacity: 1;
  transform: scale(1.05);
}

.ref__showcase--img:hover figcaption {
  display: block;
}

/*------------------------ Reference Overview Page ----------------------- */
.ref-overview {
  background-color: #0F0D0A;
  padding: 8rem 0;
}

.ref-overview__inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 2rem;
}

.ref-overview__header {
  text-align: center;
  margin-bottom: 6rem;
}

.ref-overview__title {
  font-family: "Fraunces", serif;
  font-size: 4.4rem;
  font-weight: 500;
  color: #FAFAF5;
  letter-spacing: -0.05rem;
  text-transform: none;
  margin-bottom: 0;
}
.ref-overview__title:after {
  display: none;
}

.ref-overview__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}

.ref-overview__card {
  display: block;
  text-decoration: none;
  border: none;
  transition: transform 0.3s;
}
.ref-overview__card:link, .ref-overview__card:visited {
  border: none;
}
.ref-overview__card:hover {
  transform: translateY(-0.5rem);
  border: none;
}

.ref-overview__card-img {
  position: relative;
  border-radius: 1.2rem;
  overflow: hidden;
  aspect-ratio: 4/3;
}
.ref-overview__card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.ref-overview__card:hover .ref-overview__card-img img {
  transform: scale(1.05);
}

.ref-overview__card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ref-overview__card:hover .ref-overview__card-overlay {
  opacity: 1;
}

.ref-overview__card-count {
  font-family: "DM Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  color: #FAFAF5;
  letter-spacing: 0.1rem;
}

.ref-overview__card-name {
  font-family: "Fraunces", serif;
  font-size: 2rem;
  font-weight: 500;
  color: #FAFAF5;
  text-align: center;
  margin-top: 1.6rem;
  text-transform: none;
  letter-spacing: -0.02rem;
}
.ref-overview__card-name:after {
  display: none;
}

@media only screen and (max-width: 900px) {
  .ref-overview__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 550px) {
  .ref-overview__grid {
    grid-template-columns: 1fr;
  }
  .ref-overview__title {
    font-size: 3.2rem;
  }
}
.ref-gallery__showcase {
  list-style: none;
  width: 100%;
}

.ref-gallery__list {
  display: block;
  float: left;
  width: 16.6%;
  height: auto;
  overflow: hidden;
}

.grid:after {
  content: "";
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */
.grid-sizer,
.grid-item {
  width: 25%;
}

.grid-item {
  float: left;
}

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

.ref-gallery__photo--img:hover {
  opacity: 0.7;
}

/*------------------------ icons ----------------------- */
.icon-big {
  font-size: 7rem;
  display: block;
  color: #2980B9;
  margin-bottom: 1rem;
  text-align: center;
}

.icon-small {
  font-size: 2.6rem;
  margin-right: 1rem;
  color: #2980B9;
}

.service--icon {
  display: block;
  margin: auto;
  padding: 1.5rem 0 2.5rem 0;
  height: 8rem;
}

.icon-contacts {
  font-size: 2.6rem;
  color: #2980B9;
  padding-right: 3.5rem;
}
