/*
Theme Name: Tema7-Blisq-Tema-7
Theme URI: http://blisq.pt
Author: Blisq
Author URI: http://blisq.pt
Description: Tema desenvolvido para uso exclusivo da Blisq Creative
Version: V7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Blisq
Text Domain: Blisq
*/
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

@font-face {
  font-family: Roabla;
  src: url("assets/fonts/roabla.otf");
}

:root {
  --aureum-blue: #23292d;
  --aureum-light-beige: #ebe8df;
  --aureum-beige: #d8d3c8;
}

::selection{
  background-color: #1c1c1c;
  color: #beb49f;
}

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

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

html.overflow {
  overflow-y: hidden;
}

body {
  font-family: "Inter", sans-serif;
  counter-reset: info-h2;
  /*overflow-x: hidden;*/
}

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

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

h2 {
  color: var(--aureum-light-beige);
  -webkit-text-stroke-color: var(--aureum-light-beige);
  font-family: Roabla;
  font-size: 61px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
  text-transform: uppercase;
  letter-spacing: 6.1px;
}

p {
  color: var(--aureum-light-beige);
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: 2.88px;
  text-transform: uppercase;
}

/* CONTAINERS */
.container {
  max-width: 1800px;
  margin: 0 auto;
}

.medium-container {
  max-width: 1537px;
  margin: 0 auto;
}

.small-container {
  max-width: 890px;
  margin: 0 auto;
}

/* BOTOES */
.primary-button {
  color: #23292d;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 2.52px;
  text-transform: uppercase;
  padding: 11px 35px;
  background-color: var(--aureum-beige);
  position: relative;
  display: flex;
  gap: 11px;
  transition: all 0.2s;
  width: fit-content;
  height: fit-content;
  border-radius: 59px;
  align-items: center;
}

.primary-button:hover {
  background-color: var(--aureum-blue);
  color: var(--aureum-light-beige);
}

.primary-button::after {
  content: " ";
  position: relative;
  display: inline-block;
  width: 11px;
  height: 11px;
  background-image: url(assets/images/seta-diagonal.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.primary-button.download::after {
  background-image: url(assets/images/seta-download.svg);
  width: 13px;
  height: 13px;
}

.primary-button:hover::after {
  filter: invert(1);
}

.secondary-button {
  padding: 11px 35px;
  background: rgba(235, 232, 223, 0.08);
  border-radius: 59px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 2.52px;
  text-transform: uppercase;
  display: flex;
  gap: 11px;
  align-items: center;
  width: fit-content;
  height: fit-content;
  transition: all 0.2s;
}

.secondary-button::after {
  content: " ";
  position: relative;
  display: inline-block;
  width: 17px;
  height: 8px;
  background-image: url(assets/images/seta-direita.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.2s;
}

.secondary-button:hover {
  background-color: var(--aureum-light-beige);
  color: var(--aureum-blue);
}

.secondary-button:hover::after {
  filter: invert(1);
}

/* UTILS */
.sec-counter {
  color: var(--aureum-light-beige);
  font-size: 14px;
  font-weight: 800;
  line-height: 24px;
  letter-spacing: 2.52px;
  text-transform: uppercase;
}

.lottie-container {
  display: block;
}

/* HEADER */
header {
  padding: 50px 2%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

header .container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.main-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.menu-top {
  display: flex;
  align-items: center;
  gap: 3px;
}

.menu-top li a {
  color: var(--aureum-light-beige);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 2.08px;
  text-transform: uppercase;
  padding: 12px 19px;
  border-radius: 37px;
  transition: all 0.2s;
}

.header-logo {
  z-index: 100;
}

.menu-top li a:hover,
.menu-top .current-menu-item a {
  background-color: rgba(235, 232, 223, 0.1);
}

.dark .menu-top li a:hover,
.dark .menu-top .current-menu-item a {
  background-color: rgba(35, 41, 45, 0.1);
}

.dark .menu-top li a {
  color: var(--aureum-blue);
}

.dark .custom-logo-link img {
  filter: invert(1);
}

.language-menu {
  display: flex;
  gap: 17px;
  padding-right: 19px;
}

.language-menu a {
  color: #928e88;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1.76px;
  text-transform: uppercase;
}

.dark .language-menu a {
  color: #7b7d7b;
}

.language-menu a.selected,
.language-menu a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
  color: var(--aureum-light-beige);
}

.dark .language-menu a.selected,
.dark .language-menu a:hover {
  color: var(--aureum-blue);
}

.header-navigation {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}

.btn-mobile {
  display: none;
  width: 40px;
  cursor: pointer;
  margin-left: auto;
  position: absolute;
  right: 5%;
  z-index: 999;
}

.btn-mobile span {
  display: block;
  width: 100%;
  border-radius: 3px;
  height: 2px;
  background: var(--aureum-beige);
  transition: all 0.3s;
  position: relative;
}

.dark .btn-mobile span {
  background: var(--aureum-blue);
}

.dark .btn-mobile.active span {
  background: var(--aureum-blue);
}

.btn-mobile span + span {
  margin-top: 8px;
}

.btn-mobile.active span:nth-child(1) {
  animation: ease 0.7s top forwards;
}

.btn-mobile.not-active span:nth-child(1) {
  animation: ease 0.7s top-2 forwards;
}

.btn-mobile.active span:nth-child(2) {
  animation: ease 0.7s scaled forwards;
}

.btn-mobile.not-active span:nth-child(2) {
  animation: ease 0.7s scaled-2 forwards;
}

.btn-mobile.active span:nth-child(3) {
  animation: ease 0.7s bottom forwards;
}

.btn-mobile.not-active span:nth-child(3) {
  animation: ease 0.7s bottom-2 forwards;
}

@keyframes top {
  0% {
    top: 0;
    transform: rotate(0);
  }

  50% {
    top: 10px;
    transform: rotate(0);
  }

  100% {
    top: 10px;
    transform: rotate(45deg);
  }
}

@keyframes top-2 {
  0% {
    top: 11px;
    transform: rotate(45deg);
  }

  50% {
    top: 11px;
    transform: rotate(0deg);
  }

  100% {
    top: 0;
    transform: rotate(0deg);
  }
}

@keyframes bottom {
  0% {
    bottom: 0;
    transform: rotate(0);
  }

  50% {
    bottom: 11px;
    transform: rotate(0);
  }

  100% {
    bottom: 11px;
    transform: rotate(135deg);
  }
}

@keyframes bottom-2 {
  0% {
    bottom: 11px;
    transform: rotate(135deg);
  }

  50% {
    bottom: 11px;
    transform: rotate(0);
  }

  100% {
    bottom: 0;
    transform: rotate(0);
  }
}

@keyframes scaled {
  50% {
    transform: scale(0);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes scaled-2 {
  0% {
    transform: scale(0);
  }

  50% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

/* FOOTER */

footer {
  overflow: hidden;
}

.main-footer {
  background-color: var(--aureum-blue);
  padding: 90px 2%;
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.bottom-footer {
  background-color: var(--aureum-light-beige);
  padding: 29px 2%;
}

.bottom-footer .menu-footer-links {
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
  flex-wrap: wrap;
  row-gap: 12px;
  align-items: center;
}

.bottom-footer .menu-footer-links a {
  color: var(--aureum-blue);
  text-align: center;
  font-size: 10px;
  font-weight: 300;
  line-height: 14px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  white-space: nowrap;
  transition: all 0.2s;
}

.bottom-footer .menu-footer-links a:hover {
  color: #a39b89;
}

.footer-logo span {
  display: block;
  color: var(--aureum-light-beige);
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 2.08px;
  text-transform: uppercase;
  opacity: 0.3;
}

.footer-logo a {
  margin-bottom: 20px;
  display: block;
}

.menu-bottom a,
.footer-info span,
.footer-info a {
  color: var(--aureum-light-beige);
  font-family: Inter;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 2.08px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 8px;
  transition: all 0.2s;
}

.menu-bottom a:hover,
.footer-info a:hover {
  color: #4a5e6b;
}

.main-footer h4 {
  color: var(--aureum-light-beige);
  font-family: Inter;
  font-size: 13px;
  font-weight: 800;
  line-height: 16px;
  letter-spacing: 2.08px;
  text-transform: uppercase;
  margin-bottom: 45px;
}

.socials {
  margin-top: 80px;
}

.footer-info > a {
  margin-top: 40px;
  display: block;
}

.contact-call-to-action {
  color: var(--aureum-light-beige);
  font-family: Roabla;
  font-size: 203px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 18.27px;
  text-transform: uppercase;
  grid-area: 1 / 1 / 2 / 3;
  display: grid;
  grid-template-columns: 100%;
  position: relative;
}

.contact-call-to-action > span {
  overflow: hidden;
}

.contact-call-to-action .hover-text {
  position: absolute;
  bottom: 0;
  transform: translateY(200%);
  transition: all 0.5s;
  display: block;
}

.contact-call-to-action .text {
  top: 0;
  transition: all 0.5s;
  display: block;
}

.contact-call-to-action:hover .text {
  transform: translateY(-200%);
}

.contact-call-to-action:hover .hover-text {
  transform: translateY(0);
}

.footer-grid {
  display: grid;
  grid-template-columns: 53% 1fr 1fr;
  overflow: hidden;
}

footer .container:nth-of-type(2) .footer-grid {
  margin-top: 202px;
}

.contact-call-to-action::after {
  content: " ";
  position: relative;
  display: inline-block;
  width: 144px;
  height: 160px;
  background-image: url(assets/images/seta-grande-diagonal.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  right: 0;
  grid-area: 1 / 3 / 2 / 4;
  transition: all 0.5s;
  transform: translateY(200%);
}

.contact-call-to-action:hover::after {
  transform: translateY(0);
}

.contact-call-to-action::before {
  content: " ";
  position: relative;
  display: inline-block;
  width: 144px;
  height: 160px;
  background-image: url(assets/images/seta-grande-diagonal.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  right: 0;
  top: 0;
  grid-area: 1 / 3 / 2 / 4;
  transition: all 0.5s;
}

.contact-call-to-action:hover::before {
  transform: translateY(-200%);
  opacity: 0;
}

address {
  font-style: normal;
}

/* PÁGINA INICAL */

/* banner */
.frontpage-banner {
  min-height: 100vh;
  background-color: black;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: 0 2%;
}

.frontpage-banner .container {
  width: 100%;
}

.home header::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 200%;
  background: linear-gradient(180deg, #090504 0%, rgba(9, 5, 4, 0) 100%);
  z-index: -2;
}

.frontpage-banner::after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(
    270deg,
    rgba(28, 28, 28, 0) 16.74%,
    #1c1c1c 89.58%
  );
  z-index: 1;
}

.frontpage-banner::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 95px;
  width: 50%;
  height: 73%;
  background-image: url(assets/images/banner-before.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
}

.frontpage-banner img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.frontpage-banner video {
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.frontpage-banner h1 {
  color: var(--aureum-light-beige);
  -webkit-text-stroke-width: 0.2px;
  -webkit-text-stroke-color: var(--aureum-light-beige);
  font-family: Roabla;
  font-size: 110px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
  letter-spacing: 6.1px;
  z-index: 2;
  position: relative;
  bottom: 50px;
  display: flex;
  justify-content: space-between;
  white-space: nowrap;
  transition: all 2s;
  width: 500px;
  margin: 0 auto;
}

.frontpage-banner h1 span {
  display: inline-block;
  text-align: center;
}

.banner-text-wrapper {
  max-width: 346px;
  position: absolute;
  left: 17%;
  top: 340px;
}

.frontpage-banner p {
  color: var(--aureum-light-beige);
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 2.16px;
  text-transform: uppercase;
  z-index: 2;
  position: relative;
}

/* Experiência */

.frontpage-experience {
  background-color: var(--aureum-blue);
  padding: 90px 2% 82px 2%;
}

.frontpage-experience .container {
  display: grid;
  grid-template-columns: 50% 28%;
  row-gap: 235px;
  column-gap: 40px;
}

.frontpage-experience-content a {
  margin-top: 20px;
}

.experience-animation {
  display: flex;
  gap: 10px;
}

.animated-circle {
  width: 252px;
  height: 252px;
  border-radius: 50%;
  border: 1px solid #c4beb0;
  position: relative;
  transition: all 1.5s;
  position: relative;
  left: 0;
}

.animated-circle.animated:nth-child(2) {
  left: -55px;
}

.animated-circle.animated:nth-child(3) {
  left: -110px;
}

.animated-circle span {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: fit-content;
  color: var(--aureum_light_beige, #ebe8df);
  text-align: center;
  font-size: 12px;
  font-weight: 300;
  line-height: 14.239px;
  letter-spacing: 2.16px;
  text-transform: uppercase;
}

.frontpage-experience-text {
  display: flex;
  align-items: flex-end;
}

/* Tipo de imóveis */

.frontpage-real-state-type {
  background-color: var(--aureum-beige);
  padding: 121px 0;
}

.frontpage-real-state-type .container {
  margin: 0 auto;
}

.frontpage-real-state-top-content {
  display: flex;
  gap: 60px;
}

.frontpage-real-state-top-content p {
  color: var(--aureum-blue);
}

.frontpage-real-state-top-content .wrapper {
  max-width: 572px;
}

.frontpage-real-state-list {
  margin-top: 55px;
}

.frontpage-real-state-list-item {
  width: 100%;
  padding: 34px 0 34px 0;
  display: block;
  cursor: pointer;
  transition: all 0.2s;
}

.frontpage-real-state-list-item .container {
  display: flex;
  align-items: flex-start;
  align-items: center;
  gap: 280px;
}

.frontpage-real-state-list-item-img {
  position: relative;
}

.frontpage-real-state-list-item-img img {
  position: absolute;
  opacity: 0;
  transition: all 0.4s;
  transform: scale(0.1);
}

.frontpage-real-state-list-item-img .primary-button {
  opacity: 0;
}

.frontpage-real-state-list-item:hover .primary-button {
  opacity: 1;
}

.frontpage-real-state-list-item:hover .frontpage-real-state-list-item-img img {
  opacity: 1;
  transform: scale(1);
}

.frontpage-real-state-list-item-img img:nth-of-type(1) {
  top: -150px;
  left: -140px;
  width: 272px;
  height: 239px;
  object-fit: cover;
}

.frontpage-real-state-list-item-img img:nth-of-type(2) {
  width: 237px;
  height: 200px;
  bottom: -150px;
  left: 0;
}

.frontpage-real-state-list-item:not(:last-child) {
  border-bottom: 1px solid #c4beb0;
}

.frontpage-real-state-list-item:hover {
  background-color: #e0dbd0;
  border: none;
}

.frontpage-real-state-list-item h3 {
  color: var(--aureum-blue);
  font-family: Roabla;
  font-size: 79px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 6.32px;
  text-transform: uppercase;
  width: 1200px;
}

.frontpage-real-state-type .sec-counter {
  color: var(--aureum-blue);
}

/* SHOWCASE */

.frontpage-showcase {
  height: 100vh;
  padding: 170px 0;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  will-change: transform;
  z-index: -1;
}

.middle-line {
  width: 1px;
  height: 100%;
  background-color: var(--aureum-light-beige);
  position: relative;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 1;
}

.pin-spacer {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

@supports (-webkit-touch-callout: none) {
  .pin-spacer {
    background-attachment: unset;
  }
}
.pin-spacer::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(0);
  z-index: -2;
  opacity: 1;
  transition: backdrop-filter 4s ease, opacity 4s ease;
}

.pin-spacer.filter::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  z-index: -2;
  opacity: 1;
  transition: backdrop-filter 4s ease, opacity 4s ease;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.43) 0%,
    rgba(0, 0, 0, 0.43) 100%
  );
}

.middle-block {
  width: 0px;
  height: 0px;
  background-color: var(--aureum-beige);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  z-index: 1;
}

.middle-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.middle-block figure {
  height: 100%;
}

.middle-block-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--aureum-beige);
}

/* Exclusividade */
.frontpage-exclusivity {
  padding: 103px 0 97px 0;
  position: relative;
  overflow: hidden;
  background-color: var(--aureum-light-beige);
}

.frontpage-exclusivity .sec-counter {
  color: var(--aureum-blue);
}

.frontpage-exclusivity::before {
  content: " ";
  position: absolute;
  left: 0;
  background-image: url(assets/images/exclusividade.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 70%;
  height: 1500px;
  top: -488px;
}

.frontpage-exclusivity .container,
.about-us .container {
  display: grid;
  grid-template-columns: 5% 1fr 1fr;
}

.frontpage-exclusivity h2 {
  color: var(--aureum-blue);
  margin-bottom: 20px;
}

.frontpage-exclusivity a {
  margin-bottom: 10px;
}

.frontpage-exclusivity p {
  margin-top: 180px;
  color: var(--aureum-blue);
}

.frontpage-exclusivity .wrapper {
  max-width: 413px;
}

#lottie-container {
  position: relative;
}

#lottie-container {
  max-height: 328px;
  margin-top: 15%;
}

/* INFO PAGES */

.info-page {
  background-color: var(--aureum-light-beige);
  padding: 215px 5% 120px 5%;
}

.info-page h1 {
  margin-bottom: 30px;
  color: var(--aureum-blue);
  -webkit-text-stroke-color: var(--aureum-blue);
  font-family: Roabla;
  font-size: 70px;
  font-weight: 400;
  line-height: 72px;
  letter-spacing: 7px;
  text-transform: uppercase;
}

.info-page p,
.info-page li {
  color: #6d6759;
  font-size: 17px;
  font-weight: 300;
  line-height: 30px;
  text-transform: none;
  letter-spacing: normal;
}

.info-page p {
  margin-bottom: 10px;
}

.info-page ul {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 10px;
}

.info-page h2 {
  color: var(--aureum-blue);
  -webkit-text-stroke-width: 0.2px;
  -webkit-text-stroke-color: var(--aureum-blue);
  font-family: Roabla;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  margin: 20px 0;
  position: relative;
  display: flex;
  gap: 7px;
}

.info-page h3 {
  color: #b6af9f;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.info-page h2::before {
  counter-increment: info-h2;
  content: counter(info-h2, decimal-leading-zero) ".";
  position: relative;
  display: inline-block;
}

.info-page table {
  width: 100%;
  display: block;
  margin-bottom: 40px;
}

.info-page table thead {
  background-color: var(--aureum-beige);
}

.info-page table thead td {
  color: #6d6759;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 1.54px;
  padding: 11px 15px;
}

.info-page table tbody td {
  color: #6d6759;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  padding: 25px 15px 36px 15px;
  max-width: 339px;
}

/* PÁGINA QUEM SOMOS */

.page-banner {
  height: 95vh;
  padding: 290px 0 30px 0;
}

.page-banner .container {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.page-banner.who-we-are {
  background-color: var(--aureum-blue);
  background-image: url(assets/images/quem-somos.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: right;
}

.page-banner h1 {
  color: var(--aureum-light-beige);
  -webkit-text-stroke-color: var(--aureum-light-beige);
  font-family: Roabla;
  font-size: 70px;
  font-weight: 400;
  line-height: 72px;
  letter-spacing: 7px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}

.page-banner-intro-text {
  margin-top: 30px;
}

.page-banner-intro-text a {
  color: var(--aureum_light_beige, #ebe8df);
  font-weight: 800;
  line-height: 28px;
  letter-spacing: 2.88px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: uppercase;
}

.bottom-page-banner {
  display: flex;
  align-items: flex-end;
  max-width: 1365px;
  justify-content: space-between;
  margin-top: auto;
}

.bottom-page-banner-text {
  width: 56%;
}

.bottom-page-banner a {
  color: var(--aureum_beige, #c4beb0);
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 2.52px;
  text-transform: uppercase;
  position: relative;
  display: flex;
  gap: 11px;
  align-items: center;
}

@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

.bottom-page-banner a::after {
  content: " ";
  position: relative;
  display: inline-block;
  width: 11px;
  height: 11px;
  top: 0;
  background-image: url(assets/images/seta-baixo.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.2s;
  animation: bounce 1s infinite alternate ease-in-out;
}

.bottom-page-banner a:hover::after {
  top: 6px;
}

.about-us {
  padding: 109px 0 50px 0;
  background: linear-gradient(
    180deg,
    rgba(235, 232, 223, 1) 92%,
    rgba(235, 232, 223, 0.9472163865546218) 95%
  );
}

.about-us .container {
  gap: 80px;
  padding-right: 11%;
}

.about-us h2 {
  color: var(--aureum-blue);
  text-transform: uppercase;
}

.about-us-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}

.about-us-text p {
  color: var(--aureum-blue);
}

.about-us-text p:not(:last-child) {
  margin-bottom: 20px;
}

.about-history {
  padding: 357px 5% 300px 5%;
  text-align: center;
  background-image: url(assets/images/history-background.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: var(--aureum-light-beige);
}

.about-us .sec-counter {
  color: var(--aureum-blue);
}

.about-history p {
  color: var(--aureum_blue, #23292d);
  text-align: center;
  -webkit-text-stroke-width: 0.2px;
  -webkit-text-stroke-color: var(--aureum_blue, #23292d);
  font-family: Roabla;
  font-size: 61px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
  letter-spacing: 6.1px;
}

.about-history h3 {
  color: var(--aureum_blue, #23292d);
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 2.88px;
  text-transform: uppercase;
  margin-top: 15px;
}

.about-vision {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background-color: var(--aureum-blue);
  overflow: hidden;
}

.about-vision-text p {
  margin-bottom: 10px;
}

.about-vision-text {
  padding: 90px 150px 100px 2%;
  padding-left: calc((100vw - 1800px) / 2);
}

.about-vision img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.about-vision-text .top-content {
  display: flex;
  gap: 58px;
}

.about-vision .experience-animation {
  margin-top: 530px;
}

.about-vision-image {
  display: flex;
  justify-content: flex-end;
}

/* Gestão de Investimentos */

.page-banner.management {
  background-color: var(--aureum-light-beige);
  background-image: url(assets/images/gestao-investimentos.webp);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: right;
}

.page-banner.management h1 {
  color: var(--aureum-blue);
}

.title-wrapper {
  max-width: 713px;
}

.page-banner.management p,
.page-banner.management p a {
  color: var(--aureum-blue);
}

.page-banner.management .bottom-page-banner a {
  color: #23292d;
}

.page-banner.management .bottom-page-banner a::after {
  filter: invert(1);
}

.page-management-services {
  background-color: var(--aureum-light-beige);
  padding: 100px 0;
}

.page-management-services .container {
  display: flex;
  flex-direction: column;
}

.service-item {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding-bottom: 86px;
  border-bottom: 1px solid var(--aureum-beige);
}

.service-item:not(:nth-of-type(1)) {
  padding-top: 55px;
}

.service-item a {
  margin-top: auto;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s;
  width: 100%;
  justify-content: center;
}

.service-item:hover a {
  visibility: visible;
  opacity: 1;
}

.service-item h2 {
  color: var(--aureum-blue);
  margin-bottom: 10px;
}

.service-item p {
  color: #6d6759;
  font-size: 17px;
  font-weight: 300;
  line-height: 30px;
  text-transform: none;
  letter-spacing: normal;
}

.service-item p:not(:last-child) {
  margin-bottom: 10px;
}

.service-item-title {
  width: 16%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.service-item-text {
  width: 50%;
}

/* ARQUIVO: IMOVEL */

.archive-real-state {
  padding: 308px 0 133px 0;
  background: url("assets/images/arquivo-bg.svg"),
    linear-gradient(180deg, #ebe8df 40%, #d8d3c8 40%);
  position: relative;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top;
}

.archive-real-state-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 19px;
  row-gap: 40px;
  margin-top: 50px;
  z-index: 6;
  position: relative;
}

.real-state-item-img {
  height: 475px;
  overflow: hidden;
}

.real-state-item-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.real-state-item:hover .real-state-item-img img {
  transform: scale(1.2);
}

.real-state-item-text h2 {
  color: var(--aureum_blue, #23292d);
  -webkit-text-stroke-width: 0.18px;
  -webkit-text-stroke-color: var(--aureum_blue, #23292d);
  font-family: Roabla;
  font-size: 30.295px;
  font-weight: 400;
  line-height: 33.049px;
  letter-spacing: 3.029px;
  text-transform: uppercase;
  margin-top: 22px;
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 5px;
  text-align: left;
}

.real-state-item-text h2::after {
  content: " ";
  position: relative;
  display: inline-block;
  width: 37px;
  height: 37px;
  background-image: url(assets/images/imovel-botao.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.archive-real-state-filters h1 {
  color: var(--aureum_blue, #23292d);
  -webkit-text-stroke-width: 0.2px;
  -webkit-text-stroke-color: var(--aureum_blue, #23292d);
  font-family: Roabla;
  font-size: 70px;
  font-weight: 400;
  line-height: 72px;
  letter-spacing: 7px;
  text-transform: uppercase;
}

.archive-real-state-filters p {
  color: var(--aureum-blue);
}

.archive-real-state-filters p a {
  color: var(--aureum_blue, #23292d);
  font-style: normal;
  font-weight: 800;
  line-height: 28px;
  letter-spacing: 2.88px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: uppercase;
}

.archive-real-state-filters p a:hover,
.page-banner-intro-text a:hover {
  text-decoration-line: none;
}

.filters-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.archive-real-state-filters-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  z-index: 1;
  position: relative;
  margin-top: 30px;
}

.filters-content .filters-text {
  color: var(--aureum_blue, #23292d);
  font-size: 12px;
  font-weight: 300;
  line-height: 14px;
  letter-spacing: 2.16px;
  text-transform: uppercase;
}

.filters {
  display: flex;
  gap: 10px;
}

.filters select {
  visibility: hidden;
}

.filters .select2 {
  width: 225px !important;
}

.select2-container--default .select2-selection--single {
  background-color: #e0dbd0 !important;
  border: none !important;
  height: 100% !important;
  border-radius: 59px !important;
  transition: all 0.2s;
}

.select2-container--default .select2-selection--single:hover {
  background-color: #d0c9bb !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 8.5px 40px 8.5px 17px !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 100% !important;
  width: 35px !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  transform: translateY(-50%);
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #23292d !important;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px !important;
  letter-spacing: 1.68px;
  text-transform: uppercase;
}

.select2-search--dropdown {
  display: none !important;
}

.select2-container--default .select2-results__option--disabled {
  display: none;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 100% !important;
  background-color: #e0dbd0;
  padding: 10px 0;
}

.select2-dropdown,
.select2-container--default .select2-results > .select2-results__options,
.select2-results {
  border-radius: 20px !important;
}

.select2-container--open .select2-dropdown--below {
  border: none !important;
}

.select2-dropdown {
  top: 10px;
}

.select2-results__option--selectable {
  color: var(--aureum-blue);
  font-size: 11px;
  font-weight: 300;
  line-height: 14px;
  letter-spacing: 1.98px;
  text-transform: uppercase;
}

.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: transparent !important;
  color: var(--aureum-blue) !important;
}

.select2-results__option {
  padding: 12px 13px !important;
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.select2-results__option::before {
  content: " ";
  position: relative;
  display: inline-block;
  flex: 0 0 14px;
  height: 14px;
  border: 1px solid #23292d;
  border-radius: 3px;
}

.select2-results__option--selected::before {
  background-color: #23292d !important;
}

.select2-container--default .select2-results__option:not(:last-child) {
  border-bottom: 1px solid #d3ccbe;
}

.select2-container--default .select2-results__option:hover {
  background-color: #d0c9bb !important;
}

.select2-container--default .select2-results__option--selected {
  background-color: transparent !important;
}

.no-results-found {
  margin-top: 50px;
}

.no-results-found p {
  color: var(--aureum-blue);
  font-size: 13px;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: 2.34px;
  text-transform: uppercase;
}

.real-state-item.empty .real-state-item-img {
  background-color: #fff;
}

.archive-real-state-grid.no-results::after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 99%;
  background: linear-gradient(0deg, #d8d3c8 -48%, rgba(216, 211, 200, 0) 93.5%);
}

.archive-real-state-grid.no-results {
  filter: blur(8.5px);
}

/* SINGLE: Imovel */

.page-banner.real-state {
  position: relative;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

.page-banner.real-state::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 40%;
  background: linear-gradient(
    270deg,
    rgba(28, 28, 28, 0) 16.74%,
    #1c1c1c 89.58%
  );
}

.page-banner.real-state::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 45%;
  background: linear-gradient(180deg, #090504 0%, rgba(9, 5, 4, 0) 100%);
}

.real-state-banner-wrapper {
  width: 40%;
}

.real-state-details {
  padding: 50px 2% 90px 2%;
  background-color: var(--aureum-light-beige);
  position: relative;
}

.real-state-details-top-info {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}

.info {
  padding-right: 40px;
  border-right: 1px solid var(--aureum-beige);
  flex: 0 0 40%;
}

.info .taxo-title,
.info .taxo-result {
  color: #23292d;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 2.52px;
  text-transform: uppercase;
  display: block;
}

.info .taxo-result {
  font-style: normal;
  font-weight: 300;
}

.real-state-details-top-info .details {
  display: flex;
  gap: 50px;
}
.single-real-state-slick{
  margin: 90px 0 45px 0;
}

.single-real-state-images {
  position: relative;
  aspect-ratio: 16 / 9;
}

.single-real-state-images::before,
.single-real-state-images::after {
  content: " ";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 720px;
  width: 310px;
  background-image: url(assets/images/M-branco-cropped.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
}

.single-real-state-images::before {
  left: -200px;
}

.single-real-state-images::after {
  right: 0;
}

.single-real-state-images .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 0;
  width: 45px;
  height: 45px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.2s;
}

.single-real-state-images .slick-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  z-index: 5;
  gap: 10px;
}

.single-real-state-images .slick-dots li button {
  font-size: 0;
  width: 35px;
  height: 1px;
  border: none;
  outline: none;
}

.single-real-state-images .slick-dots li.slick-active button {
  height: 3px;
}

.single-real-state-images .slick-arrow:hover {
  transform: translateY(-50%) scale(1.1);
}

.single-real-state-images .slick-prev {
  left: 27px;
  background-image: url(assets/images/botao-slick-prev.svg);
}

.single-real-state-images .slick-next {
  right: 27px;
  background-image: url(assets/images/botao-slick-next.svg);
}

.slick-list,
.slick-track {
  height: 100%;
  z-index: 1;
}

.slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.real-state-text-contact {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 82px;
}

.real-state-text p {
  color: #6d6759;
  font-size: 17px;
  font-weight: 300;
  line-height: 30px;
  text-transform: none;
  letter-spacing: normal;
  margin-bottom: 15px;
}

.real-state-text h3{
  color: #6D6759;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height:  1.5;
  padding: 15px 55px 15px 20px;
  position: relative;
  border-top: 1px solid #D1CABB;
  border-bottom: 1px solid #D1CABB;
  cursor: pointer;
}

.real-state-text h3::after{
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 38px;
  height: auto;
  aspect-ratio: 1;
  background-color: #D8D3C8;
  border-radius: 50%;
  background-image: url(assets/images/arrow-real-state.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  transition: all .2s;
}

.real-state-text h3.open::after,
.real-state-text h3:hover::after{
  background-color: #23292D;
  background-image: url(assets/images/arrow-real-state-light.svg);
}

.real-state-text h3.open::after{
  transform: translateY(-50%) rotate(-180deg);
}

.real-state-text h3 ~ ul{
  display: none;
}

.real-state-text h3.open + ul{
  display: block;
}

.real-state-text p:has(~h3){
  margin-bottom: 20px;
}

.real-state-text ul{
  padding-left: 20px;
  margin: 10px 0;
}

.real-state-text li{
  color: #7b7d7b;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
  text-transform: none;
  letter-spacing: normal;
  position: relative;
}

.real-state-text li::before{
  content: '';
  position: absolute;
  left: -15px;
  top: 12px;
  height: 3px;
  width: 3px;
  background-color: #6d6759;
  display: block;
  border-radius: 50%;
}

.real-state-text h2 {
  color: var(--aureum-blue);
  margin-bottom: 26px;
}

.real-state-text-contact span {
  color: #6d6759;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 2.52px;
  text-transform: uppercase;
}

.real-state-text-contact .wrapper {
  max-width: 218px;
}

.real-state-bottom-info {
  padding-top: 45px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 130px;
}

.real-state-bottom-info.full-width {
  grid-template-columns: 1fr;
}

.real-state-bottom-info.full-width .real-state-text-contact {
  margin-top: 0;
}

.real-state-characteristics {
  background-color: var(--aureum-beige);
  padding: 40px;
  height: fit-content;
  position: sticky;
  top: 30px;
}

.real-state-characteristics h3 {
  color: #23292d;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 2.52px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.characteristic-text {
  color: #23292d;
  font-size: 14px;
  font-weight: 300;
  line-height: 14px;
  letter-spacing: 2.52px;
  text-transform: uppercase;
}

.icon {
  color: #beb49f;
}

.real-state-characteristic-item {
  display: flex;
  gap: 18px;
  align-items: center;
  padding: 12px 28px 13px 28px;
  width: 100%;
  border-bottom: 1px solid #d3ccbe;
}

.other-real-states {
  background: linear-gradient(
    180deg,
    rgba(235, 232, 223, 1) 39%,
    rgba(216, 211, 200, 1) 39%
  );
  padding: 10px 2% 90px 2%;
}

.other-real-states .medium-container > h2 {
  color: var(--aureum-blue);
  text-align: center;
}

.single-imovel .archive-real-state-grid::before {
  display: none;
}

/* Página Contactos */
.contacts-page {
  padding: 350px 0 120px 0;
  background-color: var(--aureum-blue);
  background-image: url(assets/images/mascara-contactos.svg);
  background-repeat: no-repeat;
  background-size: 60% 60%;
  background-position: 0px 250px;
}

.contacts-page .container {
  overflow-x: hidden;
}

.contacts-page h1 {
  color: var(--aureum_light_beige, #ebe8df);
  -webkit-text-stroke-color: var(--aureum_light_beige, #ebe8df);
  font-family: Roabla;
  font-size: 70px;
  font-weight: 400;
  line-height: 72px;
  letter-spacing: 7px;
  text-transform: uppercase;
}

.contacts-page-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 232px;
  row-gap: 30px;
  align-items: flex-end;
}

.contacts-page-grid .email-content {
  grid-column-start: 2;
}

.contacts-page-grid .social-network {
  grid-column-start: 2;
  grid-row-start: 5;
}

.contacts-page-grid h2 {
  color: var(--aureum_light_beige, #ebe8df);
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 2.08px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 15px;
}

.contacts-page-grid .line {
  width: 100%;
  height: 1px;
  background-color: var(--aureum-light-beige);
  opacity: 0.15;
}

.contacts-page-grid .line:nth-of-type(1) {
  grid-area: 2 / 1 / 3 / 3;
}

.contacts-page-grid .line:nth-of-type(2) {
  grid-area: 4 / 1 / 5 / 3;
}

.contacts-page-grid address p,
.contacts-page-grid .email-content a,
.contacts-page-grid .social-network a {
  color: var(--aureum-light-beige);
  -webkit-text-stroke-color: var(--aureum-light-beige);
  font-family: Roabla;
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  /* 111.111% */
  letter-spacing: 4.5px;
  text-transform: uppercase;
  display: block;
  position: relative;
  transition: all 0.2s;
}

.contacts-page-grid .email-content a:hover,
.contacts-page-grid .social-network a:hover {
  color: #4a5e6b;
}

.contacts-page-grid address,
.contacts-page-grid .email-content,
.contacts-page-grid .social-network {
  padding: 0 98px 0px 0;
}

.contacts-page-grid .title {
  padding-bottom: 30px;
  overflow: hidden;
}

.contacts-page-grid .social-network > div {
  display: flex;
  gap: 20px;
  align-items: center;
}

.contacts-page-grid .social-network a:not(:last-child) {
  display: flex;
  gap: 20px;
  align-items: center;
}

.contacts-page-grid .social-network a:not(:last-child)::after {
  content: " ";
  position: relative;
  display: inline-block;
  background-color: var(--aureum-light-beige);
  width: 4px;
  height: 4px;
  border-radius: 50%;
}

/* Página 404 */
.content-404 {
  background-color: var(--aureum-blue);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-image: url(assets/images/bg-404.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  min-height: 95vh;
  padding-top: 125px;
}

.container-404 {
  max-width: 1055px;
  margin: 0 auto;
  z-index: 1;
}

.grid-404 {
  display: flex;
  gap: 15%;
}

.grid-404-right {
  flex: 0 0 45%;
}

.content-404 h1,
.content-404 h2 {
  color: var(--aureum_light_beige, #ebe8df);
  -webkit-text-stroke-width: 0.2px;
  -webkit-text-stroke-color: var(--aureum_light_beige, #ebe8df);
  font-family: Roabla;
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: 72px;
  /* 102.857% */
  letter-spacing: 7px;
  text-transform: uppercase;
}

.content-404 .secondary-button {
  margin-top: 15px;
}

/* QUERIES */

@media screen and (min-width: 1980px) {
  .about-us .container {
    padding-right: 9%;
  }
}

@media screen and (max-width: 1850px) {
  .frontpage-exclusivity {
    padding: 103px 2% 97px 2%;
  }

  .frontpage-real-state-top-content {
    margin: 0 2%;
  }

  .frontpage-real-state-list-item {
    padding: 34px 2%;
  }

  .page-banner {
    padding: 290px 2% 30px 2%;
  }

  .page-management-services {
    padding: 100px 2%;
  }

  .contacts-page-grid {
    padding: 0 2%;
    column-gap: 180px;
  }

  .about-us {
    padding: 109px 2% 50px 2%;
  }

  .about-vision-text {
    padding-left: 2%;
  }

  .page-banner h1 {
    font-size: 65px;
  }

  .real-state-banner-wrapper {
    width: 36%;
  }
}

@media screen and (max-width: 1745px) {
  .frontpage-banner {
    padding: 0 5%;
  }

  .frontpage-banner h1 {
    font-size: 95px;
  }

  .frontpage-experience .container {
    row-gap: 200px;
  }

  h2 {
    font-size: 58px;
  }

  .about-us h2 {
    font-size: 50px;
  }

  .animated-circle {
    width: 230px;
    height: 230px;
  }

  .frontpage-showcase {
    padding: 125px 0;
  }

  .frontpage-real-state-list-item h3 {
    font-size: 70px;
    width: 1050px;
  }

  .contact-call-to-action {
    font-size: 185px;
  }

  .contact-call-to-action::after {
    width: 130px;
  }

  .page-banner h1 {
    font-size: 67px;
  }

  .archive-real-state {
    padding: 308px 2% 133px 2%;
  }

  .archive-real-state-filters h1 {
    font-size: 67px;
  }

  .real-state-item-text h2 {
    font-size: 28px;
  }

  .contacts-page h1 {
    font-size: 63px;
  }

  .contacts-page-grid address p,
  .contacts-page-grid .email-content a,
  .contacts-page-grid .social-network a {
    font-size: 43px;
  }

  .about-us .container {
    grid-template-columns: 5% 45% 1fr;
  }

  .about-us-image img {
    width: 100%;
  }

  .about-history p {
    font-size: 50px;
  }

  .about-vision .experience-animation {
    margin-top: 450px;
  }
}

@media screen and (max-width: 1680px) {
  .banner-text-wrapper {
    left: 12%;
  }

  .frontpage-real-state-list-item h3 {
    font-size: 60px;
    letter-spacing: 5px;
    width: 1000px;
  }

  .frontpage-real-state-list-item-img img:nth-of-type(1) {
    width: 232px;
    height: 209px;
  }

  .frontpage-real-state-list-item-img img:nth-of-type(2) {
    width: 207px;
    height: 170px;
  }

  .frontpage-real-state-list-item {
    padding: 27px 2%;
  }

  h2 {
    font-size: 52px;
  }

  .frontpage-exclusivity .container > img {
    max-width: 260px;
  }

  footer .container:nth-of-type(2) .footer-grid {
    margin-top: 150px;
  }

  .contact-call-to-action {
    font-size: 160px;
  }

  .contact-call-to-action::before,
  .contact-call-to-action::after {
    width: 115px;
    height: 130px;
  }

  .frontpage-exclusivity p {
    margin-top: 120px;
  }

  .frontpage-experience .container {
    grid-template-columns: 50% 35%;
  }

  .content-404 h1,
  .content-404 h2 {
    font-size: 62px;
    line-height: 1.1;
    margin-bottom: 10px;
  }

  .contacts-page-grid {
    column-gap: 135px;
  }

  .contacts-page-grid address p,
  .contacts-page-grid .email-content a,
  .contacts-page-grid .social-network a {
    font-size: 41px;
  }

  .contacts-page h1 {
    font-size: 60px;
  }

  .about-us h2 {
    font-size: 45px;
    line-height: 55px;
  }

  .about-history {
    padding: 300px 2%;
  }

  .real-state-banner-wrapper {
    width: 41%;
    position: relative;
    left: 10%;
  }

  .info-page h1 {
    font-size: 65px;
  }

  .about-vision .experience-animation {
    margin-top: 400px;
  }

  #lottie-container {
    margin-top: 5%;
    max-height: 400px;
  }
}

@media screen and (max-width: 1550px) {
  .menu-top li a {
    font-size: 12px;
  }

  .header-logo {
    max-width: 350px;
  }

  .header-logo img {
    width: 100%;
  }

  .frontpage-real-state-list-item-img img:nth-of-type(1) {
    width: 210px;
    height: 174px;
    left: -275px;
  }

  .frontpage-real-state-list-item-img img:nth-of-type(2) {
    width: 207px;
    height: 170px;
    bottom: -120px;
    left: -150px;
  }

  .frontpage-real-state-list-item h3 {
    font-size: 50px;
    width: 1100px;
  }

  .frontpage-real-state-list-item .container {
    gap: 150px;
  }

  .page-banner h1,
  .archive-real-state h1 {
    font-size: 65px;
    line-height: 69px;
  }

  .service-item-title {
    width: 25%;
  }

  .archive-real-state-filters-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .real-state-item-img {
    height: 400px;
  }

  .contacts-page-grid {
    column-gap: 70px;
  }

  .contacts-page h1 {
    font-size: 55px;
  }

  .contacts-page-grid address p,
  .contacts-page-grid .email-content a,
  .contacts-page-grid .social-network a {
    font-size: 38px;
  }

  .about-history p {
    font-size: 46px;
  }

  .about-history h3 {
    font-size: 15px;
  }

  .about-vision .experience-animation {
    margin-top: 350px;
  }

  .info .taxo-title,
  .info .taxo-result {
    font-size: 13px;
  }

  .info-page p,
  .info-page li {
    font-size: 16px;
  }

  .info-page h2 {
    font-size: 30px;
  }
}

@media screen and (max-width: 1440px) {
  p {
    font-size: 14px;
    line-height: 24px;
  }

  .content-404 h1,
  .content-404 h2 {
    font-size: 54px;
  }

  .frontpage-banner h1 {
    font-size: 75px;
  }

  .banner-text-wrapper {
    top: 270px;
  }

  .animated-circle {
    width: 215px;
    height: 215px;
  }

  .animated-circle.animated:nth-child(3) {
    left: -90px;
  }

  .animated-circle.animated:nth-child(2) {
    left: -43px;
  }

  h2 {
    font-size: 45px;
    line-height: 52px;
  }

  .frontpage-experience .container {
    grid-template-columns: 1fr 1fr;
  }

  .frontpage-experience .container {
    row-gap: 120px;
  }

  .frontpage-real-state-list {
    margin-top: 35px;
  }

  #lottie-container {
    max-height: 380px;
  }

  .contact-call-to-action {
    font-size: 130px;
  }

  .contact-call-to-action::before,
  .contact-call-to-action::after {
    width: 120px;
    height: 110px;
  }

  .page-banner h1,
  .archive-real-state h1 {
    font-size: 54px;
    line-height: 64px;
  }

  .page-banner-intro-text {
    margin-top: 20px;
  }

  .frontpage-real-state-list-item h3 {
    font-size: 48px;
  }

  .main-footer h4 {
    margin-bottom: 30px;
  }

  .real-state-item-img {
    height: 380px;
  }

  .service-item-text {
    width: 56%;
  }

  .page-banner {
    padding: 240px 2% 30px 2%;
    height: 90vh;
  }

  .archive-real-state {
    padding: 240px 2% 130px 2%;
  }

  .real-state-item-text h2 {
    font-size: 23px;
  }

  .real-state-item-text h2 {
    margin-top: 15px;
  }

  .select2-container--default
    .select2-selection--single
    .select2-selection__rendered,
  .filters-content .filters-text {
    font-size: 11px;
  }

  .contacts-page h1 {
    font-size: 46px;
    line-height: 55px;
  }

  .contacts-page-grid address p,
  .contacts-page-grid .email-content a,
  .contacts-page-grid .social-network a {
    font-size: 33px;
  }

  .about-us .container {
    padding-right: 0;
    grid-template-columns: 5% 40% 1fr;
  }

  .contacts-page {
    padding: 280px 0 100px 0;
    background-size: 50% 50%;
  }

  .about-us h2 {
    font-size: 40px;
    line-height: 48px;
  }

  .about-us-text p:not(:last-child) {
    margin-bottom: 15px;
  }

  .about-history p {
    font-size: 40px;
    line-height: 50px;
  }

  .about-history {
    padding: 200px 2%;
  }

  .about-vision-text {
    padding: 90px 90px 90px 2%;
  }

  .real-state-details-top-info .details {
    gap: 30px;
  }

  .real-state-text p {
    font-size: 16px;
  }

  .info-page h1 {
    font-size: 55px;
  }

  .info-page p,
  .info-page li {
    font-size: 15px;
  }

  .header-logo {
    max-width: 320px;
  }

  .frontpage-real-state-type {
    padding: 90px 0 70px 0;
  }

  .frontpage-exclusivity {
    padding: 90px 2%;
  }

  .about-us {
    padding: 90px 2% 50px 2%;
  }

  .socials {
    margin-top: 60px;
  }

  .contacts-page-grid address p,
  .contacts-page-grid .email-content a,
  .contacts-page-grid .social-network a {
    letter-spacing: 3.5px;
  }

  .page-management-services {
    padding: 90px 2%;
  }

  .service-item {
    padding-bottom: 55px;
  }
}

@media screen and (max-width: 1376px) {
  .secondary-button {
    padding: 10px 25px;
    font-size: 13px;
    line-height: 23px;
  }

  .content-404 {
    min-height: auto;
    padding: 290px 0 80px 0;
    position: relative;
  }

  .content-404 h1,
  .content-404 h2 {
    font-size: 45px;
  }

  .frontpage-banner h1 {
    font-size: 65px;
  }

  .header-logo {
    max-width: 300px;
  }

  .frontpage-experience .container {
    row-gap: 100px;
  }

  h2 {
    font-size: 42px;
    line-height: 45px;
  }

  p {
    font-size: 13px;
    line-height: 24px;
  }

  .frontpage-real-state-list-item h3 {
    font-size: 44px;
    width: 900px;
  }

  .frontpage-real-state-list-item .container {
    gap: 50px;
  }

  .frontpage-real-state-list-item-img img:nth-of-type(1) {
    width: 190px;
    height: 154px;
    left: 0;
    top: -120px;
  }

  .frontpage-real-state-list-item-img img:nth-of-type(2) {
    width: 187px;
    height: 150px;
    left: 100px;
    bottom: -95px;
  }

  .frontpage-real-state-type {
    padding: 80px 0;
  }

  .frontpage-exclusivity {
    padding: 80px 2%;
  }

  .primary-button {
    font-size: 13px;
  }

  .footer-grid {
    grid-template-columns: 45% 1fr 1fr;
  }

  .frontpage-experience {
    padding: 80px 2%;
  }

  .page-banner h1,
  .archive-real-state h1 {
    font-size: 51px;
    line-height: 62px;
  }

  .service-item-text {
    width: 60%;
  }

  .service-item p {
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 1.7px;
  }

  .service-item a {
    width: fit-content;
  }

  .service-item {
    padding-bottom: 60px;
  }

  .real-state-item-img {
    height: 375px;
  }

  .real-state-item-text h2 {
    font-size: 22px;
    line-height: 28px;
  }

  .real-state-item-text h2::after {
    width: 30px;
    height: 30px;
  }

  .contacts-page h1 {
    font-size: 43px;
    line-height: 52px;
  }

  .contacts-page-grid address p,
  .contacts-page-grid .email-content a,
  .contacts-page-grid .social-network a {
    font-size: 28px;
    line-height: 37px;
  }

  .contacts-page {
    padding: 250px 0 100px 0;
    background-size: 40% 40%;
  }

  .contacts-page-grid {
    row-gap: 15px;
  }

  .about-us h2 {
    font-size: 34px;
    line-height: 44px;
  }

  .about-history p {
    font-size: 36px;
    line-height: 46px;
  }

  .about-history h3 {
    font-size: 14px;
  }

  .about-vision .experience-animation {
    margin-top: 300px;
  }

  .info .taxo-title,
  .info .taxo-result {
    font-size: 12px;
    line-height: 20px;
  }

  .real-state-characteristics h3,
  .characteristic-text {
    font-size: 13px;
  }

  .animated-circle {
    width: 200px;
    height: 200px;
  }

  .contact-call-to-action {
    font-size: 120px;
  }

  .contact-call-to-action::before,
  .contact-call-to-action::after {
    width: 100px;
    height: 100px;
  }

  .info-page h2 {
    font-size: 28px;
  }

  .frontpage-banner::after {
    width: 45%;
  }

  .frontpage-banner h1 {
    bottom: 40px;
  }

  .frontpage-showcase {
    padding: 100px 0;
  }

  .about-us {
    padding: 80px 2% 40px 2%;
  }
  .about-history {
    padding: 180px 2%;
  }

  .about-vision-text {
    padding: 80px 80px 80px 2%;
  }
  .page-management-services {
    padding: 80px 2%;
  }
}

@media screen and (max-width: 1280px) {
  .content-404 h1,
  .content-404 h2 {
    font-size: 42px;
  }

  .header-logo {
    max-width: 280px;
  }

  .menu-top li a {
    padding: 11px 16px;
  }

  .animated-circle {
    width: 200px;
    height: 200px;
  }

  .animated-circle.animated:nth-child(2) {
    left: -35px;
  }

  .animated-circle.animated:nth-child(3) {
    left: -70px;
  }

  .frontpage-real-state-list-item-img img:nth-of-type(1) {
    left: -115px;
  }

  .frontpage-real-state-list-item-img img:nth-of-type(2) {
    left: 0px;
  }

  .frontpage-real-state-list-item h3 {
    font-size: 40px;
  }

  h2 {
    font-size: 40px;
    line-height: 44px;
  }

  .frontpage-exclusivity p {
    margin-top: 90px;
  }

  .primary-button {
    padding: 10px 30px;
  }
  .frontpage-exclusivity::before {
    width: 135%;
    height: 200%;
    top: 0;
  }

  #lottie-container {
    max-height: 330px;
  }

  .contact-call-to-action {
    letter-spacing: 15px;
  }

  .page-banner h1,
  .archive-real-state h1 {
    font-size: 50px;
    line-height: 59px;
  }

  .page-banner {
    padding: 220px 2% 30px 2%;
  }

  .archive-real-state {
    padding: 220px 2% 80px 2%;
  }

  .contacts-page h1 {
    font-size: 40px;
    line-height: 47px;
  }

  .contacts-page-grid address p,
  .contacts-page-grid .email-content a,
  .contacts-page-grid .social-network a {
    font-size: 25px;
    line-height: 34px;
  }

  .conctacts-page-grid h2 {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .about-history {
    padding: 180px 2%;
  }

  .real-state-details-top-info {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }

  .real-state-details-top-info .details {
    width: 100%;
    justify-content: space-between;
  }

  .real-state-details-top-info {
    flex-direction: column;
  }

  .real-state-details-top-info .primary-button {
    width: 100%;
    justify-content: center;
  }

  .info {
    flex: 0 0 30%;
  }

  .real-state-bottom-info {
    gap: 50px;
  }

  .real-state-details-top-info .primary-button {
    align-self: flex-end;
  }

  .info-page h1 {
    font-size: 50px;
  }

  .info-page h2 {
    font-size: 27px;
  }

  .info-page table tbody td {
    font-size: 15px;
    padding: 20px 15px;
  }

  .menu-bottom a,
  .footer-info span,
  .footer-info a {
    font-size: 12px;
  }

  footer .container:nth-of-type(2) .footer-grid {
    margin-top: 100px;
  }

  .real-state-item-img {
    height: 330px;
  }

  .real-state-item-text h2 {
    font-size: 21px;
  }

  .about-vision-text .top-content {
    gap: 35px;
  }

  .contact-call-to-action::before,
  .contact-call-to-action::after {
    width: 88px;
    height: 90px;
  }

  .page-management-services {
    padding: 70px 2%;
  }

  .frontpage-experience,
  .frontpage-exclusivity,
  .page-management-services {
    padding: 70px 2%;
  }
  .frontpage-real-state-type {
    padding: 70px 0;
  }

  .about-us {
    padding: 70px 2% 40px 2%;
  }

  .about-vision-text {
    padding: 70px 70px 70px 2%;
  }

  .service-item h2 {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 1180px) {
  .content-404::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(
      to right,
      #23292d 21%,
      rgba(255, 255, 255, 0) 30%,
      rgba(255, 255, 255, 0) 100%
    );
    height: 100%;
    width: 100%;
    pointer-events: none;
    z-index: 0;
  }

  .content-404 h1,
  .content-404 h2 {
    font-size: 40px;
  }

  .menu-top li a {
    font-size: 11px;
  }

  .header-logo {
    max-width: 270px;
  }

  .frontpage-banner h1 {
    font-size: 60px;
  }

  .animated-circle {
    width: 180px;
    height: 180px;
  }

  .animated-circle span {
    font-size: 11px;
  }

  p {
    font-size: 13px;
    line-height: 22px;
  }

  h2 {
    font-size: 32px;
    line-height: 42px;
  }

  .frontpage-real-state-list-item h3 {
    font-size: 33px;
  }

  .frontpage-real-state-list-item h3 {
    width: 750px;
  }

  #lottie-container {
    max-height: 240px;
  }

  .contact-call-to-action {
    font-size: 100px;
  }

  .contact-call-to-action::before,
  .contact-call-to-action::after {
    width: 90px;
    height: 85px;
  }

  .menu-bottom a,
  .footer-info span,
  .footer-info a {
    font-size: 12px;
  }

  .page-banner {
    padding: 240px 2% 30px 2%;
    height: 85vh;
  }

  .archive-real-state-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .archive-real-state-filters-content {
    margin-top: 20px;
  }

  .contacts-page h1 {
    font-size: 32px;
    line-height: 43px;
  }

  .contacts-page {
    padding: 220px 0 80px 0;
    background-size: 40% 40%;
  }

  .contacts-page-grid address p,
  .contacts-page-grid .email-content a,
  .contacts-page-grid .social-network a {
    font-size: 23px;
    line-height: 32px;
  }

  .about-us h2 {
    font-size: 30px;
    line-height: 38px;
  }

  .about-us {
    padding: 80px 2% 40px 2%;
  }

  .real-state-banner-wrapper {
    width: 47%;
  }

  .info-page h1 {
    font-size: 47px;
    margin-bottom: 20px;
  }

  .info-page h2 {
    font-size: 25px;
  }

  .bottom-footer {
    padding: 20px 2%;
  }

  .about-history h3 {
    margin-top: 10px;
  }

  .frontpage-banner::after {
    width: 60%;
  }
}

@media screen and (max-width: 1024px) {
  body{
    overflow-x: hidden;
  }

  .container-404 {
    padding: 0 5%;
  }

  .grid-404 {
    gap: 10%;
  }

  .content-404 h1,
  .content-404 h2 {
    font-size: 38px;
  }

  header {
    padding: 50px 2%;
  }

  .frontpage-banner h1 {
    font-size: 50px;
  }

  .animated-circle {
    width: 160px;
    height: 160px;
  }

  .frontpage-experience .container {
    column-gap: 20px;
  }

  h2 {
    letter-spacing: 5px;
  }

  .frontpage-real-state-list-item h3 {
    font-size: 30px;
  }

  .frontpage-real-state-list-item-img {
    display: none;
  }

  .frontpage-real-state-list-item {
    padding: 20px 2%;
  }

  .primary-button {
    font-size: 12px;
  }

  .frontpage-exclusivity p {
    margin-top: 60px;
  }

  #lottie-container {
    max-height: 215px;
  }

  footer .container:nth-of-type(2) .footer-grid {
    margin-top: 80px;
  }

  .contact-call-to-action {
    font-size: 85px;
  }

  .footer-grid {
    grid-template-columns: 42% 1fr 1fr;
  }

  .contact-call-to-action::before,
  .contact-call-to-action::after {
    width: 75px;
    height: 75px;
  }

  .socials {
    margin-top: 50px;
  }

  header .header-navigation {
    position: fixed;
    top: 0;
    background-color: var(--aureum-blue);
    height: 100vh;
    padding: 10% 5%;
    width: 50vw;
    display: flex;
    align-items: flex-start;
    right: -100vw;
    transition: all 0.4s;
  }

  header.dark .header-navigation {
    background-color: var(--aureum-light-beige);
  }

  header .header-navigation.active {
    right: 0;
  }

  .menu-top {
    flex-direction: column;
    justify-content: center;
    height: 100%;
    align-items: flex-start;
    gap: 30px;
  }

  .menu-top li a {
    font-size: 14px;
  }

  .btn-mobile {
    display: block;
  }

  .page-banner h1,
  .archive-real-state h1 {
    font-size: 47px;
    line-height: 53px;
  }

  .service-item {
    flex-direction: column;
    gap: 20px;
  }

  .service-item-title {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  .service-item a {
    margin-top: 15px;
    opacity: 1;
    visibility: visible;
  }

  .service-item-text {
    width: 100%;
  }

  .service-item {
    padding-bottom: 50px;
  }

  .page-management-services {
    padding: 80px 2%;
  }

  .page-banner {
    padding: 210px 2% 30px 2%;
    height: 85vh;
  }

  .archive-real-state-grid {
    margin-top: 30px;
  }

  .contacts-page-grid {
    grid-template-columns: 100%;
  }

  .contacts-page-grid .email-content,
  .contacts-page-grid .social-network {
    grid-column-start: auto;
    grid-row-start: auto;
  }

  .contacts-page-grid .line:nth-of-type(1) {
    grid-area: 3 / 1 / 3 / 2;
  }

  .contacts-page-grid .line:nth-of-type(2) {
    grid-area: 5 / 1 / 5 / 2;
  }

  .contacts-page-grid address,
  .contacts-page-grid .email-content,
  .contacts-page-grid .social-network {
    padding: 0 98px 15px 0;
  }

  .contacts-page-grid .email-content{
    padding-top: 23px;
  }

  .about-us .container {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .about-us-image {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .about-us-image img {
    max-height: 300px;
    width: auto;
    margin: 0 auto;
  }

  .about-history {
    padding: 150px 2%;
  }

  .about-history p {
    font-size: 33px;
    line-height: 41px;
  }

  .about-vision .experience-animation {
    margin-top: 100px;
  }

  .real-state-banner-wrapper {
    width: 55%;
  }

  .slick-slider {
    padding: 50px 0 0 0;
    margin-bottom: 40px;
  }

  .single-real-state-images.slick-slider{
    padding: 0;
    margin: 0;
  }

  .single-real-state-slick {
    margin: 0;
    margin-top: 45px;
}

  .real-state-bottom-info {
    grid-template-columns: 1fr;
  }

  .real-state-text-contact {
    margin-top: 40px;
  }

  .real-state-bottom-info {
    gap: 40px;
  }

  .real-state-text p {
    font-size: 15px;
  }

  .real-state-text h3{
    font-size: 16px;
  }

  .real-state-text h3::after{
    width: 32px;
  }

  .real-state-text-contact span {
    font-size: 13px;
  }

  .real-state-characteristics {
    padding: 30px;
  }

  .single-real-state-images::before,
  .single-real-state-images::after {
    display: none;
  }

  .about-vision .text {
    max-width: 100%;
  }

  .bottom-footer .menu-footer-links {
    justify-content: flex-start;
  }
  .bottom-footer .menu-footer-links > a {
    margin-left: auto;
  }

  .menu-top li a {
    padding: 0;
  }

  .menu-top li a:hover,
  .menu-top .current-menu-item a,
  .dark .menu-top .current-menu-item a,
  .dark .menu-top li a:hover {
    background-color: transparent;
  }

  .menu-top .current-menu-item a,
  .dark .menu-top .current-menu-item a {
    text-decoration: underline;
  }

  .archive-real-state {
    background: linear-gradient(180deg, #ebe8df 52%, #d8d3c8 52%);
  }

  .contacts-page {
    padding: 220px 0 20px 0;
  }
}

@media screen and (max-width: 1024px) and (min-height: 1024px) {
  /* Hero */
  .frontpage-banner{
    min-height: 60vh;
  }
}

@media screen and (max-width: 890px) {
  p {
    font-size: 12px;
    line-height: 23px;
  }

  .content-404 {
    background-position: center 70%;
  }

  .content-404 h1,
  .content-404 h2 {
    font-size: 35px;
  }

  .animated-circle {
    width: 130px;
    height: 130px;
  }

  .animated-circle.animated:nth-child(2) {
    left: -18px;
  }

  .animated-circle.animated:nth-child(3) {
    left: -35px;
  }

  .footer-grid {
    grid-template-columns: 1fr 40%;
    row-gap: 40px;
  }

  .main-footer h4 {
    margin-bottom: 24px;
  }

  .contact-call-to-action::before, .contact-call-to-action::after {
    width: 45px;
    height: 48px;
  }

  footer .container:nth-of-type(2) .footer-grid {
    margin-top: 40px;
  }

  .contact-call-to-action {
    font-size: 60px;
    letter-spacing: 9px;
    grid-column: auto;
  }

  .frontpage-experience,
  .frontpage-exclusivity {
    padding: 70px 2%;
  }

  .frontpage-real-state-type {
    padding: 70px 0;
  }

  .main-footer {
    padding: 70px 2%;
  }

  .bottom-page-banner a {
    display: none;
  }

  .bottom-page-banner-text {
    width: 100%;
  }

  .page-banner h1,
  .archive-real-state h1 {
    font-size: 45px;
    line-height: 51px;
  }

  .page-management-services {
    padding: 70px 2%;
  }

  .real-state-item-text h2 {
    font-size: 20px;
    line-height: 25px;
  }

  .filters-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
  }

  .filters-content .filters {
    width: 100%;
    justify-content: space-between;
  }

  .about-us h2 {
    font-size: 28px;
    line-height: 35px;
  }

  .about-history {
    padding: 130px 2%;
  }

  .about-history p {
    font-size: 30px;
    line-height: 38px;
  }

  .about-history h3 {
    font-size: 13px;
  }

  .real-state-text h2 {
    margin-bottom: 5px;
  }

  .real-state-details {
    padding: 50px 2%;
  }

  .info-page h1 {
    font-size: 44px;
    margin-bottom: 20px;
    letter-spacing: 3px;
  }

  .info-page p,
  .info-page li {
    font-size: 14px;
    line-height: 22px;
  }

  .info-page {
    padding: 200px 4% 100px 4%;
  }

  .info-page table tbody td {
    font-size: 15px;
  }

  .real-state-bottom-info .details {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .details .info {
    flex: auto;
    border-right: none;
    border-bottom: 1px solid var(--aureum-beige);
    padding-bottom: 12px;
  }

  .details .info:not(:first-child){
    padding-top: 12px;
  }

  .frontpage-real-state-list-item h3 {
    letter-spacing: 4px;
  }

  .footer-menu {
    order: 3;
  }

  .footer-info {
    order: 2;
  }

  .about-vision {
    grid-template-columns: 1fr;
  }

  .about-vision-image {
    display: none;
  }

  .filters-text {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .grid-404 {
    gap: 35px;
    flex-wrap: wrap;
  }

  .grid-404-right {
    flex: 0 0 50%;
  }

  .content-404 {
    padding: 240px 0 80px 0;
  }

  header .header-navigation {
    width: 100vw;
  }

  .frontpage-banner h1 {
    font-size: 40px;
  }

  .frontpage-experience .container {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }

  .frontpage-experience .experience-animation {
    order: 4;
  }

  .frontpage-real-state-top-content {
    display: flex;
    gap: 35px;
  }

  .frontpage-exclusivity .container {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  #lottie-container {
    order: 3;
    margin-top: 0;
  }

  .frontpage-exclusivity p {
    margin-top: 30px;
  }

  .frontpage-exclusivity .wrapper {
    max-width: 100%;
  }

  .main-footer h4 {
    font-size: 12px;
  }

  .footer-logo {
    max-width: 250px;
  }

  .footer-logo img {
    width: 100%;
    object-fit: contain;
  }

  .footer-logo span {
    font-size: 12px;
  }

  #lottie-container {
    height: 190px;
  }

  .page-banner h1 {
    font-size: 43px;
    line-height: 49px;
  }

  .archive-real-state-grid {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
  }

  .real-state-item-img {
    height: 290px;
  }

  .filters .select2 {
    flex: 0 0 225px !important;
    width: fit-content !important;
  }

  .filters {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
  }

  .filters-content {
    width: 100%;
  }

  .filters::-webkit-scrollbar {
    display: none;
  }

  .archive-real-state {
    padding: 220px 0 80px 0;
  }

  .archive-real-state h1 {
    padding: 0 2%;
  }

  .archive-real-state-filters p {
    padding: 0 2%;
  }

  .filters-text {
    padding: 0 2%;
  }

  .archive-real-state-grid {
    padding: 0 2%;
  }

  .contacts-page-grid address p,
  .contacts-page-grid .email-content a,
  .contacts-page-grid .social-network a {
    font-size: 21px;
    line-height: 29px;
  }

  .contacts-page-grid .title {
    padding-bottom: 15px;
  }

  .contacts-page h1 {
    font-size: 30px;
    line-height: 38px;
    letter-spacing: 5px;
  }

  .about-history p {
    font-size: 27px;
    line-height: 34px;
  }

  .archive-real-state {
    background: linear-gradient(180deg, #ebe8df 70%, #d8d3c8 30%);
  }

  .real-state-banner-wrapper {
    width: 63%;
  }

  .page-banner.real-state {
    height: 75vh;
  }

  .single-real-state-slick {
    padding: 0;
    margin: 35px 0;
  }

  .no-results-found-wrapper {
    padding: 0 2%;
  }

  .filters-content .filters {
    padding: 0 2%;
  }
  .frontpage-banner::after {
    width: 70%;
  }

  .frontpage-exclusivity-content {
    order: 3;
  }

  #lottie-container {
    order: 2;
  }

  .frontpage-exclusivity-content-buttons {
    display: flex;
    column-gap: 20px;
    flex-wrap: wrap;
    row-gap: 10px;
    justify-content: center;
  }

  .frontpage-exclusivity {
    text-align: center;
  }

  .about-history .container {
    max-width: 80%;
  }

  .real-state-bottom-info {
    padding-top: 25px;
  }
}

@media screen and (max-width: 698px) {
  .content-404 h1 {
    flex: 0 0 100%;
  }

  .content-404 h1,
  .content-404 h2 {
    font-size: 30px;
  }

  .content-404 {
    padding: 230px 0 30px 0;
  }

  .content-404::before {
    content: "";
    background: linear-gradient(
      to right,
      rgb(35 41 45) 20%,
      rgba(255, 255, 255, 0) 20%,
      rgba(255, 255, 255, 0) 100%
    );
  }

  .grid-404-right {
    flex: 0 0 78%;
  }

  h2 {
    font-size: 28px;
    line-height: 35px;
  }

  .frontpage-real-state-list-item h3 {
    width: 100%;
  }

  .frontpage-real-state-list {
    margin-top: 15px;
  }

  .frontpage-experience,
  .frontpage-exclusivity {
    padding: 50px 4%;
  }

  .frontpage-real-state-type {
    padding: 50px 0 25px 0;
  }

  .main-footer {
    padding: 50px 4%;
  }

  header {
    padding: 35px 4%;
  }

  .frontpage-real-state-top-content {
    margin: 0 4%;
  }

  .frontpage-real-state-list-item {
    padding: 20px 4%;
  }

  .bottom-footer {
    padding: 20px 4%;
  }

  .primary-button {
    padding: 8px 23px;
  }

  .page-banner-intro-text {
    display: block
  }

  .service-item p {
    line-height: 27px;
  }

  .page-banner h1,
  .archive-real-state h1 {
    font-size: 40px;
    line-height: 47px;
  }

  .page-banner {
    padding: 180px 4% 30px 4%;
    height: fit-content;
  }

  .archive-real-state {
    padding: 180px 0 80px 0;
  }

  .bottom-page-banner {
    margin-top: 90px;
  }

  .page-management-services {
    padding: 50px 4%;
  }

  .service-item p {
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.88px;
  }

  .service-item {
    padding-bottom: 30px;
  }

  .service-item:not(:nth-of-type(1)) {
    padding-top: 30px;
  }

  .archive-real-state h1 {
    padding: 0 4%;
  }

  .archive-real-state-filters p {
    padding: 0 4%;
  }

  .filters-text,
  .archive-real-state-grid {
    padding: 0 4%;
  }

  .about-us {
    padding: 50px 4% 40px 4%;
  }

  .about-us h2 {
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 4px;
  }

  .about-vision-text {
    padding: 90px 4% 90px 4%;
  }

  .real-state-banner-wrapper {
    width: 74%;
  }

  .real-state-details {
    padding: 50px 4%;
  }

  .real-state-text p {
    line-height: 25px;
  }

  .filters {
    padding: 0 6% 0 4%;
  }

  .real-state-details {
    padding: 4% 4% 50px 4%;
  }  

  .single-real-state-slick{
    margin: 0;
    margin-bottom: 35px;
  }

  .info-page h1 {
    font-size: 37px;
    line-height: 48px;
  }

  .info-page table tbody td {
    font-size: 13px;
    min-width: 226px;
  }

  .info-page table {
    overflow-x: scroll;
  }

  .contacts-page-grid {
    padding: 0 4%;
  }

  .no-results-found-wrapper {
    padding: 0 4%;
  }

  .frontpage-banner::after {
    width: 100%;
  }

  .no-results-found p {
    font-size: 11px;
    line-height: 20px;
  }

  .single-real-state-images .slick-dots {
    display: none !important;
  }

  .single-real-state-images .slick-prev {
    left: 15px;
    height: 35px;
    width: 35px;
  }
  .single-real-state-images .slick-next {
    right: 15px;
    height: 35px;
    width: 35px;
  }

  .real-state-bottom-info {
    padding-top: 0;
    gap: 30px;
  }

  .about-vision-text {
    padding: 50px 40px 40px 4%;
  }

  .contacts-page {
    padding: 170px 0 20px 0;
  }
}

@media screen and (max-width: 675px){
  .contact-call-to-action {
    font-size: 55px;
  }
}

@media screen and (max-width: 630px) {
  .contact-call-to-action::before, .contact-call-to-action::after {
    width: 36px;
    height: 36px; 
  }

  .frontpage-real-state-list-item h3 {
    font-size: 25px;
  }

  .contact-call-to-action {
    font-size: 45px;
  }

  .menu-bottom a,
  .footer-info span,
  .footer-info a,
  .footer-logo span {
    font-size: 11px;
  }

  .header-logo {
    max-width: 245px;
  }

  .select2-container--default
    .select2-selection--single
    .select2-selection__rendered,
  .filters-content .filters-text,
  .select2-results__option--selectable {
    font-size: 10px;
  }

  .contacts-page {
    padding: 157px 0 40px 0;
    background-size: 40% 40%;
    background-position: right;
  }

  .contacts-page-grid .social-network > div {
    flex-wrap: wrap;
  }

  .about-history {
    padding: 130px 4%;
  }

  .about-vision-text .top-content {
    gap: 25px;
  }

  .no-results-found {
    margin-top: 30px;
  }
}

@media screen and (max-width: 550px) {
  .real-state-bottom-info {
    gap: 20px;
  }

  .real-state-text h3{
    font-size: 15px;
    padding-left: 10px;
  }

  .contact-call-to-action .hover-text,
  .contact-call-to-action::after{
    display: none;
  }

  .contact-call-to-action {
    display: flex;
    gap: 20px;
    flex-direction: row-reverse;
    justify-content: flex-end;
  }

  .contact-call-to-action:hover .text,
  .contact-call-to-action:hover::before{
    opacity: 1;
    transform: none;
  }

  p {
    font-size: 13px;
    line-height: 20px;
  }

  .secondary-button {
    padding: 10px 20px;
    font-size: 12px;
    line-height: 22px;
  }

  .content-404 h1,
  .content-404 h2 {
    font-size: 28px;
  }

  .frontpage-banner h1 {
    font-size: 27px;
  }

  .frontpage-real-state-list-item h3 {
    font-size: 21px;
    letter-spacing: 3px;
  }

  .frontpage-real-state-top-content {
    flex-direction: column;
    gap: 15px;
  }

  .frontpage-exclusivity .container {
    gap: 15px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  header .header-navigation {
    width: 100vw;
  }

  .menu-top {
    gap: 20px;
  }

  .contacts-page-grid address p,
  .contacts-page-grid .email-content a,
  .contacts-page-grid .social-network a {
    font-size: 18px;
    line-height: 26px;
  }

  .contacts-page-grid h1 {
    text-wrap: pretty;
  }

  .contacts-page-grid h2 {
    font-size: 13px;
  }

  .about-history p {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 3px;
  }

  .about-history h3 {
    font-size: 12px;
  }

  .about-history {
    padding: 80px 2%;
  }

  .about-vision .experience-animation {
    margin-top: 100px;
  }

  .about-vision-text .top-content {
    flex-direction: column;
    gap: 15px;
  }

  .real-state-banner-wrapper {
    width: 81%;
  }

  .page-banner.real-state {
    background-attachment: unset;
  }

  .page-banner.real-state::before {
    width: 100%;
  }

  .real-state-characteristics {
    padding: 20px;
  }

  .real-state-characteristic-item {
    padding: 10px 10px 10px 0;
  }

  .info-page h1 {
    font-size: 35px;
  }

  .info-page p,
  .info-page li {
    font-size: 13px;
    line-height: 25px;
  }

  .info-page h2 {
    font-size: 19px;
    margin: 20px 0 10px 0;
    line-height: 29px;
  }

  .info-page table thead td {
    font-size: 12px;
    line-height: 17px;
  }

  .page-banner h1,
  .archive-real-state h1 {
    font-size: 36px;
    line-height: 43px;
  }

  .page-banner.real-state .medium-container {
    height: 100%;
    display: flex;
    align-items: flex-end;
  }

  .contacts-page-grid address,
  .contacts-page-grid .email-content,
  .contacts-page-grid .social-network {
    padding: 0 0 15px 0;
  }
  .page-banner {
    padding: 130px 4% 30px 4%;
  }

  .archive-real-state {
    padding: 130px 0 50px 0;
  }

  .about-us-text p {
    text-transform: none;
  }

  .about-history .container {
    max-width: 90%;
  }
  .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 20px !important;
  }

  .frontpage-exclusivity a {
    width: 100%;
    justify-content: center;
  }

  .about-us {
    padding: 40px 4%;
  }
  .about-us-image {
    margin: 0;
  }

  .about-us .container {
    gap: 20px;
  }

  .frontpage-exclusivity p {
    margin-top: 15px;
  }

  .frontpage-banner h1 {
    width: 300px;
  }
}
@media screen and (max-width: 440px) {
  .single-real-state-images .slick-next {
    right: 0px;
  }

  .single-real-state-images .slick-prev {
    left: 0;
  }

  .frontpage-banner::after {
    background: linear-gradient(
      to right,
      #1c1c1c45 0,
      #1c1c1c70 100%
    );
  }

  .frontpage-exclusivity-content-buttons{
    gap: 0;
  }

  .content-404 {
    padding: 200px 0 30px 0;
    background-position: center 45%;
  }

  .content-404 h1,
  .content-404 h2 {
    font-size: 26px;
  }

  .grid-404-right {
    flex: 0 0 80%;
  }

  .frontpage-banner h1 {
    font-size: 25px;
  }

  /* .frontpage-banner p {
    font-size: 11px;
  } */

  .frontpage-experience .container {
    row-gap: 25px;
  }

  p {
    font-size: 12px;
    line-height: 21px;
  }

  .banner-text-wrapper {
    left: 5%;
    right: 5%;
  }

  .animated-circle span {
    font-size: 10px;
  }

  .frontpage-real-state-list-item {
    padding: 16px 4%;
  }

  .animated-circle {
    width: 115px;
    height: 115px;
  }

  .frontpage-experience .experience-animation {
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 15px;
  }

  .animated-circle.animated:nth-child(2) {
    left: 0;
  }

  .animated-circle.animated:nth-child(3) {
    left: 0;
  }

  .animated-circle.animated {
    box-shadow: 0 0 0 0 var(--aureum-light-beige);
    animation: pulse-white 2s;
  }

  @keyframes pulse-white {
    0% {
      transform: scale(0.95);
      box-shadow: 0 0 0 0 var(--aureum-light-beige);
    }

    70% {
      transform: scale(1);
      box-shadow: 0 0 0 2px var(--aureum-light-beige);
    }

    100% {
      transform: scale(1);
      box-shadow: 0 0 0 0 var(--aureum-light-beige);
    }
  }

  .frontpage-experience .container {
    row-gap: 15px;
  }

  .header-logo,
  .footer-logo {
    max-width: 240px;
  }

  /* .contact-call-to-action {
    font-size: 30px;
  } */

  .bottom-footer .menu-footer-links {
    flex-direction: column;
    align-items: flex-start;
  }

  .menu-footer-links > a {
    align-self: self-end;
  }

  .primary-button::after {
    width: 8px;
    height: 8px;
  }

  .sec-counter {
    font-size: 12px;
  }

  .page-banner h1,
  .archive-real-state h1 {
    font-size: 30px;
    line-height: 36px;
  }

  .archive-real-state-grid {
    grid-template-columns: 1fr;
    column-gap: 15px;
  }

  p {
    font-size: 12px;
    letter-spacing: 1.5px;
  }

  .main-footer h4 {
    margin-bottom: 10px;
  }

  .about-us-image img {
    width: 100%;
    height: auto;
  }

  .about-history p {
    font-size: 21px;
    line-height: 26px;
  }

  .about-history {
    padding: 80px 2%;
  }

  .real-state-banner-wrapper {
    left: 4%;
  }

  .real-state-text-contact span {
    font-size: 12px;
    line-height: 17px;
  }

  .archive-real-state-grid {
    margin-top: 20px;
  }

  .info-page {
    padding: 140px 4% 70px 4%;
  }

  .info-page h1 {
    font-size: 28px;
    line-height: 35px;
  }

  .btn-mobile span {
    height: 1px;
  }

  .btn-mobile span + span {
    margin-top: 9px;
}

  .frontpage-banner {
    min-height: 80vh;
  }

  .primary-button {
    font-size: 11px;
  }

  .frontpage-banner h1 {
    bottom: 25px;
  }

  .frontpage-banner h1 {
    width: 250px;
  }
}

@media screen and (max-width: 390px) {
  h2 {
    font-size: 23px;
    line-height: 25px;
  }

  .contact-call-to-action {
    font-size: 38px;
    align-items: baseline;
  }

  .real-state-text-contact {
    flex-direction: column;
  }

  .contact-call-to-action::before {
    width: 30px;
    height: 35px;
  }
}
