/* global style */
body {
  overflow-x: hidden;
}
input {
  border-radius: 0;
}
textarea {
  border-radius: 0;
}
input[type="search"] {
  -webkit-appearance: none;
}

:root {
  --color-green: #5e693a;
  --color-marineblue: #2c3e50;
  --color-beige: #e6d8c3;
  --color-terracota: #d36c4a;
  --color-greenLight: #f4f7f3;
  --color-white: #ffffff;
  --color-black: #000000;
  --shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  --shadowBlue: 0 4px 32px 0 rgba(0, 74, 115, 0.25);
  --transition: all 0.3s ease-in;
}
body {
  font-family: "Lato", sans-serif;
}

html {
  font-size: 62.5%; /* 10px/16px = 62.5% -> 1rem = 10px*/
  font-optical-sizing: auto;
  scroll-behavior: smooth;
  font-family: "Lato", sans-serif;
  font-style: normal;
}
a,
a svg,
a svg path,
li,
li a,
li span {
  transition: var(--transition);
}
.bg-center {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
::-webkit-scrollbar {
  width: 100px;
}

::-webkit-scrollbar-track {
  background-color: var(--color-beige);
}

::-webkit-scrollbar-thumb {
  background-color: var(--color-green);
  border-radius: 30px;
  border: 2px solid var(--color-beige);
}

* {
  scrollbar-width: thin;
  scrollbar-color: var(--color-green) var(--color-beige);
}

/* BASIC */

button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
}

.h1Home {
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 6rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 6px;
  text-transform: uppercase;
  color: var(--color-white);
}
p {
  color: var(--color-marineblue);
  font-family: "Lato", sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.8px;
}
h1 {
  color: var(--color-green);
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 4rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 4px;
  text-transform: uppercase;
}
h2 {
  color: var(--color-green);
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 3rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 3px;
  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;
}
.btnTerracota {
  border-radius: 5px;
  background: var(--color-terracota);
  display: flex;
  height: 45px;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  flex-shrink: 0;
  color: var(--color-beige);
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.6px;
  cursor: pointer;
  border: none;
  transition: var(--transition);
  text-transform: uppercase;
}
.btn2 {
  cursor: pointer;
  border: none;
  border-radius: 5px;
  border: 1px solid var(--color-terracota);
  background-color: var(--color-terracota);
  box-shadow: var(--shadow);
  display: flex;
  padding: 15px 20px;
  justify-content: center;
  align-items: center;
  color: var(--color-beige);
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  z-index: 1;
  transition: var(--transition);
}
.btnTerracota:hover,
.btn2:hover {
  background-color: var(--color-green);
  color: var(--color-white);
  border: 1px solid var(--color-green);
}
.container {
  width: 90%;
  max-width: 171.4rem;
  margin: 0 auto;
}
.container2 {
  width: 90%;
  max-width: 125rem;
  margin: 0 auto;
}

.mt {
  margin-top: 5rem;
}
.mb {
  margin-bottom: 10rem;
}
.grid2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  width: 100%;
}
.grid3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  width: 100%;
}

textarea {
  height: 16.8rem;
  line-height: 1.2;
  padding: 13px 8px 10px;
}

/* Buttons */

/* Checkbox */
/* Base for label styling */
.mc-field-group input[type="checkbox"] {
  position: absolute;
  display: block;
  visibility: hidden;
}
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}

.checkbox-container {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  border: 2px solid var(--color-green);
  position: relative;
  cursor: pointer;
  margin-right: 1rem;
}
.qsViewBlue .checkbox-container {
  border: 2px solid var(--color-beige);
}
input[type="checkbox"]:checked + .checkbox-container {
  background-color: var(--color-blue-secundary);
  border-color: var(--color-blue-secundary);
}

.checkbox-container::after {
  content: "";
  position: absolute;
  top: 0.2rem;
  left: 0.5rem;
  width: 0.68rem;
  height: 1.1rem;
  border: solid white;
  border-width: 0 0.2rem 0.2rem 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

input[type="checkbox"]:checked + .checkbox-container::after {
  opacity: 1;
  transform: rotate(45deg) scale(1);
}
.privacy-span,
.privacy-span a {
  color: var(--color-marineblue);
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.3px;
}
.privacy-span a {
  text-decoration: underline;
  transition: var(--transition);
}
.privacy-span a:hover {
  color: var(--color-blue-primary);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + span:before,
[type="checkbox"]:disabled:checked + span:before {
  box-shadow: none;
  border-color: red;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + span:after {
  color: #999;
}
[type="checkbox"]:disabled + span {
  color: #aaa;
}

/* accessibility */
[type="checkbox"]:checked:focus + span:before,
[type="checkbox"]:not(:checked):focus + span:before {
  border: 1px solid #c3c3c3;
}

/* CookiesUp */
.cookiesUp {
  position: fixed;
  display: none;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.65);
  color: var(--color-marineblue);
  padding: 10px;
  text-align: center;
  z-index: 10000;
  box-sizing: border-box;
}
.checkbox-container {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  border: 2px solid var(--color-green);
  position: relative;
  cursor: pointer;
  margin-right: 1rem;
}
.checkbox-container::after {
  content: "";
  position: absolute;
  top: 0.2rem;
  left: 0.5rem;
  width: 0.68rem;
  height: 1.1rem;
  border: solid white;
  border-width: 0 0.2rem 0.2rem 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
input[type="checkbox"]:checked + .checkbox-container {
  background-color: var(--color-green);
  border-color: var(--color-green);
}
input[type="checkbox"]:checked + .checkbox-container::after {
  opacity: 1;
  transform: rotate(45deg) scale(1);
}
.cku-yes.ic-greenBTN,
.cku-no.ic-greenBTN {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  padding: 12px 20px;
  font-size: 1em;
  font-weight: 400;
  transition: all 0.3s linear;
}
.cku-label {
  margin: 0 20px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 300;
  letter-spacing: 0.5px;
}

/* Whatsapp */
#ic-whatsappBTN {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 300000;
}
#ic-whatsappBTN a,
#ic-whatsappBTN a:visited {
  display: block;
  font-size: 1.6em;
  line-height: 1;
  padding: 18px 20px;
  border-radius: 80px;
  color: var(--color-marineblue);
  background: #22c45f;
}
#ic-whatsappBTN a:hover,
#ic-whatsappBTN a:focus,
#ic-whatsappBTN a:active {
  background: #1b9a4b;
}

/* Header */
header {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 3000;
  max-width: 1;
  background-color: var(--color-white);
}
header,
#ic-headerGal {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: var(--color-white);
}
header#ic-headerGal::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 10px;
  width: 100%;
  background: var(--color-green);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 1s ease-out;
}

header#ic-headerGal.active::before {
  transform: scaleX(1);
}
.header-wrap {
  width: 100%;
  border-bottom: 2px solid var(--color-green);
}
#ic-headerTop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 3rem;
  width: 100%;
  padding: 1rem 3rem 0 3rem;
}
#ic-headerBottom {
  display: flex;
  justify-content: center;
  width: 100%;
}
#ic-logo {
  display: flex;
  justify-content: center;
  transition: opacity 0.3s ease;
  width: 53.13rem;
}
#ic-logo img {
  width: 100%;
}
#ic-headerTop ul {
  display: flex;
  align-items: center;
  gap: 3rem;
}
#ic-contact-header ul {
  gap: 1rem;
}

#ic-languages ul li,
#ic-footerMedia ul li a,
#ic-contact-header ul li a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: transparent;
  overflow: hidden;
  transition: transform 0.3s ease;
}

#ic-languages ul li,
#ic-footerMedia ul li a svg,
#ic-contact-header ul li a svg {
  z-index: 2;
  transition: transform 0.4s ease;
}

#ic-footerMedia ul li a::before {
  content: "";
  position: absolute;
  width: 200%;
  height: 200%;
  background: var(--color-green);
  top: 100%;
  left: -50%;
  border-radius: 50%;
  transition: top 0.5s ease;
  z-index: 1;
}

#ic-languages ul li::before,
#ic-contact-header ul li a::before {
  content: "";
  position: absolute;
  width: 200%;
  height: 200%;
  background: var(--color-terracota);
  top: 100%;
  left: -50%;
  border-radius: 50%;
  transition: top 0.5s ease;
  z-index: 1;
}

#ic-languages ul li:hover::before,
#ic-footerMedia ul li a:hover::before,
#ic-contact-header ul li a:hover::before {
  top: -50%;
}

#ic-languages ul li:hover a,
#ic-footerMedia ul li a:hover svg,
#ic-contact-header ul li a:hover svg {
  z-index: 2;
}

#ic-languages {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 3rem;
  width: 100%;
}
.burger-menu {
  display: none;
  cursor: pointer;
}
#ic-languages li a {
  color: var(--color-green);
  text-align: center;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  transition: var(--transition);
}
#ic-languages li.selected {
  display: none;
}

#ic-contact-header,
#ic-logo,
#ic-languages {
  flex-grow: 1;
  flex-basis: 0;
}
#ic-contact-header.responsive {
  display: none;
  flex-grow: unset;
  flex-basis: unset;
}

/* Navigation */
#ic-navigation > button,
#ic-logoXS,
#ic-menuXS {
  display: none;
}
#ic-navBTN:focus,
#ic-navBTN:active {
  outline: none;
}
#ic-navBTN {
  display: none;
  position: absolute;
  top: 26px;
  z-index: 200;
  width: 50px;
  height: 42px;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  outline: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
#ic-navBTN span {
  display: block;
  position: absolute;
  height: 2px;
  width: 78%;
  background: var(--color-green);
  border-radius: 9px;
  opacity: 1;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.desktop__contact-menu--content {
  max-width: 40rem;
  width: 100%;
  background-color: var(--color-beige);
  display: flex;
  flex-direction: column;
  justify-content: normal;
  align-items: center;
  gap: 0rem;
  padding: 0rem 2rem 4rem;
  overflow-y: auto;
}
.desktop__contact-menu--overlay {
  opacity: 0.4017;
  background: black;
  flex: 1;
}

.close-menu {
  position: absolute;
  top: 5.6rem;
  right: 36.5rem;
  z-index: 2;
  cursor: pointer;
  background-color: var(--color-terracota);
  padding: 1rem 1rem 0.9rem 1rem;
  border-radius: 0.3rem;
  box-shadow: 0rem 0.3rem 0.3rem 0rem rgba(0, 0, 0, 0.16);
}
#ic-searchform .close-menu,
#ic-searchform.qsViewBlue .close-menu {
  position: unset;
  width: max-content;
  display: none;
}
.desktop__contact-menu--content-first-article {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 5rem;
  height: 100%;
  width: 100%;
}
.desktop__contact-menu--content #ic-headerLogo,
#ic-headerLogo img {
  width: 100%;
  max-width: 30rem;
}
#ic-navBTN span:nth-child(1) {
  top: 18px;
  transform-origin: left center;
}
#ic-navBTN span:nth-child(2) {
  top: 30px;
  transform-origin: left center;
}
#ic-navBTN span:nth-child(3) {
  top: 43px;
  transform-origin: left center;
}
#ic-navBTN.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 19px;
  left: 8px;
}
#ic-navBTN.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
#ic-navBTN.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 47px;
  left: 8px;
}

#ic-navbar {
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
}

#ic-navigation .nav {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 3rem;
  padding: 1.2rem 3rem;
}
#ic-navigation .nav li {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.1rem 0;
  transition: var(--transition);
  border-radius: 5px;
}

#ic-navigation .nav > li > a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  color: var(--color-green);
  text-align: center;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0.8rem 2rem;
  transition: var(--transition);
  border-radius: 5px;
}
#ic-navigation .nav li.active a {
  border-radius: 5px;
  background: var(--color-terracota);
  color: var(--color-beige);
  transition: var(--transition);
}
#ic-navigation .nav li.active a .ic-caret svg path {
  stroke: var(--color-beige);
}
#ic-navigation .nav li.active .ic-dropdown li a {
  color: var(--color-green);
}

header #ic-navigation .nav li:hover > a,
header #ic-navigation .nav li:focus > a {
  color: var(--color-beige);
}

header #ic-navigation .nav li:hover a,
header #ic-navigation .nav li:focus a {
  background-color: var(--color-terracota);
}
header #ic-navigation .nav li:hover .ic-dropdown li a,
header #ic-navigation .nav li:focus .ic-dropdown li a {
  background-color: transparent;
}

header #ic-navigation .nav .ic-dropdown li:hover a,
header #ic-navigation .nav .ic-dropdown li:focus a {
  color: var(--color-marineblue);
}
header #ic-navigation li:hover .ic-caret svg path,
header #ic-navigation li:focus .ic-caret svg path {
  stroke: var(--color-white);
}

#ic-navigation .ic-dropdown {
  position: absolute;
  top: 4.9rem;
  left: 0;
  opacity: 0;
  visibility: hidden;

  transition: all 0.3s linear;
}

header #ic-navigation .ic-dropdown {
  padding: 1rem;
  min-width: max-content;
  width: 100%;
  background-color: var(--color-greenLight);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  z-index: 11;
}
#ic-navigation .ic-dropdown ul {
  margin: 0;
  padding: 0;
}

header #ic-navigation .ic-dropdown a {
  color: var(--color-green);
  display: block;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2px;
}
/* Collapse */
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
}

/* Home Gallery */
#ic-homeGallery {
  position: relative;
}

.title .allura {
  color: var(--color-white);
  text-align: center;
  font-size: 7rem;
  letter-spacing: 7px;
  display: block;
  text-transform: lowercase;
}

.hero-image {
  aspect-ratio: 6 / 1;
  width: 100%;
  background-position: top;
}
#ic-homeGallery .ic-hiliteIMG {
  position: relative;
  height: calc(100vh - 90px);
  min-height: 600px;
  max-height: 800px;
}
#ic-homeGallery .ic-hiliteIMG::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.46) 0%,
    rgba(255, 255, 255, 0.164526) 26.04%,
    rgba(255, 255, 255, 0) 70.83%,
    rgba(0, 0, 0, 0.44) 100%
  );
}

.ic-hilGalInfo {
  position: relative;
  width: 100%;
  z-index: 3;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  height: 100%;
}
.ic-hilGalInfo > article {
  position: relative;
  padding: 0 20px;
  z-index: 4;
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 80px;
}
.ic-hilGalInfo h2,
.ic-hilGalInfo h3 {
  display: block;
  font-size: 2.2em;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--color-marineblue);
  padding: 0;
  margin-bottom: 10px;
}
.ic-hilGalInfo h2 {
  text-transform: none;
  margin-bottom: 0;
}
.ic-hilGalInfo .ic-lineBTN {
  border-width: 2px;
  font-weight: 400;
  padding: 14px 60px;
}

#ic-homeGallery.ic-propGallery {
  position: relative;
  height: calc(100vh - 220px);
  min-height: 500px;
  max-height: 720px;
}
#ic-homeGallery.ic-propGallery::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    26.61deg,
    rgba(0, 0, 0, 0.45) 20.04%,
    rgba(0, 0, 0, 0) 42.89%
  );
  z-index: 2;
}
#ic-homeGallery.ic-propGallery > article {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 50px;
  z-index: 3;
}
#ic-homeGallery.ic-propGallery h2 {
  display: block;
  position: relative;
  text-align: left;
  max-width: 1400px;
  margin: 0 auto;
  font-size: 2.2em;
  font-weight: 300;
  color: var(--color-marineblue);
  padding: 0 30px 0 3px;
  margin-bottom: 0;
  text-transform: none;
}

/* Intro block */
.relative {
  position: relative;
  margin-bottom: 13rem;
}
.ic-welcome {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  position: relative;
  z-index: 1;
}
.watermark {
  position: absolute;
  z-index: -1;
}
.relative .watermark.top {
  top: -25%;
  width: 49.2rem;
  height: 49.7rem;
}

.relative .watermark.bottom {
  right: 0;
  bottom: -82%;
  width: 49.2rem;
  height: 49.7rem;
}
.ic-welcome h2 {
  color: var(--color-green);
  text-align: center;
  font-size: 4rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-decoration-line: none;
  z-index: 1;
}
.slogan {
  color: var(--color-terracota);
  text-align: center;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2px;
  z-index: 1;
}
.ic-welcome h2 span {
  display: block;
  z-index: 1;
}
.ic-welcome h2 span {
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 4px;
  text-transform: initial;
  z-index: 1;
}
.ic-welcome p {
  z-index: 1;
}
/* Hilites */
#wrap-hilite--home {
  background-color: var(--color-beige);
  padding: 5rem 0;
}
#ic-hilites {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
#ic-hilites .btn2 {
  align-self: center;
}

.ic-hilite {
  padding: 20px;
  border-radius: 10px;
  background: var(--Gray, #f4f7f3);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  transition: var(--transition);
}

.ic-hilite:hover {
  scale: 1.01;
}
#wrap-hilite {
  display: flex;
  flex-direction: column;
}
#wrap-hilite .ic-hiliteIMG {
  position: relative;
}
.ic-hilite .ic-backIMG {
  display: block;
  width: 100%;
  aspect-ratio: 7 / 5.23;
  border-radius: 10px 10px 0 0;
}

.ic-hilInfo {
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 3rem;
  flex-shrink: 0;
  align-self: stretch;
  border-radius: 0 0 10px 10px;
  background: var(--color-white);
}
.ic-hilInfo .title__card a {
  color: var(--color-marineblue);
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.8px;
}

.ic-hilInfo .title__card a:hover {
  color: var(--color-terracota);
}
.wrap__price,
.wrap__ref,
.ic-hilFlex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.ic-hilFlex {
  justify-content: initial;
  gap: 5.625rem;
  flex-wrap: wrap;
}
.wrap__price h3 {
  color: var(--color-marineblue);
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}
.wrap__price .btnTerracota {
  height: 35px;
  text-transform: uppercase;
  padding: 10px 4.66rem;
}
.ic-hilFlex li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  list-style: none;
  padding: 0;
}
.ic-hilFlex li strong {
  color: var(--color-green);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.6px;
}
.wrap__ref .area {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.wrap__ref h4 {
  color: var(--color-marineblue);
  text-align: center;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.6px;
}

.ic-tag {
  display: flex;
  width: 12.4rem;
  position: absolute;
  top: 15px;
  left: -30px;
  z-index: 2;
  background-color: var(--color-green);
  color: var(--color-beige);
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  padding: 10px;
  transform: rotate(-40deg);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  align-items: center;
  justify-content: center;
}

.ic-tag.ic-newActive,
.ic-tag.ic-status-14,
.ic-tag.ic-status-4 {
  display: flex;
}
.ic-tag.ic-status-14,
.ic-tag.ic-status-4 {
  background-color: #D36C4A;
  color: var(--color-beige);
  text-align: center;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  transform: rotate(0deg);
  left: 10px;
}

.ic-tag + .ic-tag {
  top: 56px;
  transform: rotate(0deg);
  left: 10px;
}
.ic-tag.ic-status-4 {
  top: 15px;
left: auto;
    right: 15px;
}
/* Services*/
#wrap-services--section {
  background-color: var(--color-greenLight);
  padding: 5rem 0;
}
.services-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 11rem;
}
.services-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  gap: 10rem;
}

.services-layout::before {
  content: "";
  position: absolute;
  top: 3rem;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: var(--color-terracota);
  transform: translateX(-50%);
}

.left-col,
.right-col {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  position: relative;
  padding-top: 3rem;
}

.left-col::before,
.right-col::before {
  content: "";
  position: absolute;
  top: 0;
  height: 1px;
  background: var(--color-terracota);
  width: 100%;
}

.desktop__contact-burger,
.desktop__contact-menu {
  position: fixed;
  top: 0;
  width: 100vw;
  right: -200%;
  bottom: 0;
  transition: all 0.5s ease-in-out;
  display: flex;
  z-index: 2;
}
.show-desktop__contact-menu {
  right: 0;
}
.connector {
  position: absolute;
  top: -8rem;
  left: 50%;
  transform: translateX(-50%);
  height: 55px;
  background: var(--color-terracota);
  width: 1px;
}

.service-card {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 3rem;
  position: relative;
  z-index: 1;
}

.service-image {
  width: 92%;
  border-radius: 6px;
  object-fit: cover;
  aspect-ratio: 5 / 3.88;
}
.service-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  gap: 3rem;
  aspect-ratio: 5 / 3.88;
  width: 92%;
  position: relative;
  z-index: 1;
}
.watermark.serviceTop {
  top: -50px;
  right: -140px;
  width: 31.2rem;
  height: 32.1rem;
}
.watermark.serviceCenter {
  top: -40px;
  left: -148px;
  width: 31.2rem;
  height: 32.1rem;
}
.watermark.serviceBottom {
  right: -155px;
  bottom: -70px;
  width: 31.2rem;
  height: 32.1rem;
}
.wrap-title--service {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3rem;
}
.service-content h2 {
  text-decoration-line: none;
}

.service-content h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  color: var(--color-green);
  text-align: center;
  font-size: 4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 4px;
}

.service-content p {
  color: var(--color-marineblue);
  text-align: center;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.5px;
}
.wrap-services-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: var(--transition);
}
.service-link {
  text-decoration: none;
  color: var(--color-marineblue);
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: var(--transition);
}

.service-link:hover {
  text-decoration: underline;
  color: var(--color-green);
}

.connector,
.left-col::before,
.right-col::before,
.services-layout::before {
  transform: scaleX(0);
  transition: transform 1s ease-out;
}

.connector,
.services-layout::before {
  transform: scaleY(0);
  transform-origin: top;
}

.left-col::before,
.right-col::before {
  transform: scaleX(0);
  transform-origin: left;
}

.services-layout.active .connector {
  transform: scaleY(1);
  transition-delay: 0s;
}

.services-layout.active .left-col::before {
  transform: scaleX(1);
  transition-delay: 0.4s;
}

.services-layout.active .right-col::before {
  transform: scaleX(1);
  transition-delay: 0.8s;
}

.services-layout.active::before {
  transform: scaleY(1);
  transition-delay: 1.2s;
}

/* Footer */
#footer {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: var(--color-greenLight);
}

footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background: var(--color-green);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 1s ease-out;
}

footer.active::before {
  transform: scaleX(1);
}

footer h2 {
  text-decoration: none;
}
#footer-med {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  border-top: 1px solid var(--color-green);
  padding-top: 3rem;
}
#wrap-fot {
  background-color: var(--color-beige);
  padding-bottom: 50px;
}
.footer-wrap {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: flex-start;
}
#ic-footerCopy {
  padding: 1.85rem 0;
  background-color: var(--color-marineblue);
  margin-top: 3rem;
}
.wrap-footerCopy {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0 2rem;
}
#ic-footerPopular,
#ic-logo-footer.logoFooter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

#ic-logo-footer.logoFooter {
  gap: 0;
}
.items-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 2rem;
  gap: 1rem;
}
.items-logo p {
  color: var(--color-marineblue);
  text-align: center;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.wrap-footerCopy p,
.wrap-footerCopy a,
.wrap-footerCopy p a {
  color: #fff;
  text-align: center;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.3px;
}

.wrap-footerCopy p:hover a,
.wrap-footerCopy a:hover {
  color: var(--color-terracota);
}
#ic-footerPopular ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 2rem;
  gap: 1.5rem;
}
#ic-footerPopular ul li a {
  color: var(--color-marineblue);
  text-align: center;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2px;
}

#ic-footerPopular ul li:hover a {
  color: var(--color-terracota);
}
.services-section--footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 11rem;
}
.services-layout--footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  gap: 10rem;
}

.services-layout--footer::before {
  content: "";
  position: absolute;
  top: 14rem;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: var(--color-terracota);
  transform: translateX(-50%);
}

.left-col--footer,
.right-col--footer {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  position: relative;
  padding: 3rem;
  width: 50%;
}

.footer-wrap::before {
  content: "";
  position: absolute;
  top: 12rem;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: var(--color-terracota);
  transform: translateX(-50%) scaleY(0);
  transform-origin: top;
  transition: transform 1s ease-out;
}

.footer-wrap.active::before {
  transform: translateX(-50%) scaleY(1);
}
.connector-footer {
  position: absolute;
  top: 1rem;
  left: 50%;
  transform: translateX(-50%) scaleY(0);
  height: 7rem;
  background: var(--color-terracota);
  width: 1px;
  transform-origin: top;
  transition: transform 1s ease-out;
}
.connector-footer.active {
  transform: translateX(-50%) scaleY(1);
}
.left-col--top,
.wrap-right--col {
  border-bottom: 1px solid var(--color-terracota);
  height: 70px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 1s ease-out;
}

.left-col--top.active,
.wrap-right--col.active {
  transform: scaleX(1);
}
.left-col--bottom,
.wrap-right--col,
.left-col--top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3rem;
}
#ic-footerAddress {
  color: var(--color-marineblue);
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2px;
}

#ic-footerAddress:hover {
  color: var(--color-terracota);
}
.contact-footer {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 3rem;
  flex-direction: column;
}
.ic-footerAddress,
.contact-footer p a {
  color: var(--color-marineblue);
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2px;
}

.contact-footer p a:hover {
  color: var(--color-terracota);
}
#ic-footerMedia ul {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.image__office {
  border-radius: 10px;
  aspect-ratio: 4 / 3;
  width: 62%;
}
#ic-requestContactFooter .btnTerracota {
  text-transform: uppercase;
}
/* Swiper */
.swiper {
  width: 100%;
  height: 100%;
  position: unset !important;
}
.containerSwiper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  padding: 4px;
}

.swiper-container {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  z-index: 1;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;

  transition-property: transform;
}
.swiper-pagination {
  display: flex !important;
  align-items: center !important;
  gap: 1rem !important;
  bottom: -5rem !important;
}
.swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  background: transparent !important;
  border: 2px solid var(--color-green) !important;
  opacity: 1 !important;
}
.swiper-pagination-bullet-active {
  background: var(--color-green) !important;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
/* Arrows */
.swiper-BTN-prev:focus,
.swiper-BTN-next:focus,
.swiper-BTN-prev:active,
.swiper-BTN-next:active {
  outline: none;
}

.swiper-button-prev,
.swiper-button-next {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 48px;
  height: 48px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
  cursor: pointer;
  background: #fff;
  border: 2px solid #004a73;
}
.swiper-BTN-prev::before,
.swiper-BTN-next::before {
  content: "";
  display: block;
  width: 17px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.swiper-BTN-prev::after,
.swiper-BTN-next::after {
  content: "";
  display: block;
  margin: 0 auto;
  height: 9px;
  width: 9px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 15px;
  border-style: solid;
  border-color: var();
  border-width: 0px 1px 1px 0px;
  transform: rotate(-45deg);
}
.swiper-BTN-prev::after {
  right: auto;
  left: 15px;
  transform: rotate(135deg);
}

.swiper-BTN-prev.swiper-button-disabled,
.swiper-BTN-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  display: none;
}
.swiper-button-prev {
  left: 0px;
  right: auto;
}
.swiper-button-next {
  right: 0px;
  left: auto;
}
.swiper-BTN-prev {
  left: 20px;
  right: auto;
}
.swiper-BTN-next {
  right: 20px;
  left: auto;
}

/* Contact */

/* About */

#about-section .process-section {
  margin-top: 3rem;
  z-index: 1;
}
.processAboutTop,
.processAboutBottom {
  width: 20.5rem;
  height: 21.1rem;
}
.processAboutTop {
  left: 0;
  top: 0;
}
.processAboutBottom {
  right: 0;
  bottom: 0;
}
#about-section .process-section .wrap-title-process {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 0 2rem;
}
#about-section .process-section .wrap-title-process h3 {
  align-self: center;
  color: var(--color-green);
  text-align: center;
  font-size: 5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 5px;
}

#about-section .process-section .process-step:nth-child(1),
#about-section .process-section .process-step:nth-child(3) {
  margin-bottom: -60px;
}

#about-section .process-section .process-step:nth-child(2),
#about-section .process-section .process-step:nth-child(4) {
  align-self: flex-start;
  margin-top: -19px;
}

#about-section .swiper {
  overflow: visible !important;
  margin-top: 100px;
  padding-bottom: 60px;
}

#about-section .line::before {
  top: 491px;
  width: 0 !important;
  transition: width 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform-origin: left;
}

#about-section .process-section .process-step {
  justify-content: unset;
  align-items: unset;
}
#about-section .process-timeline {
  margin-bottom: 95px;
}
.section-team {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  justify-content: center;
  align-items: center;
}
#contact-team {
  aspect-ratio: 6 / 2.15;
  width: 88.45%;
}
.section-team .wrap-title-process h3 {
  color: var(--color-green);
  text-align: center;
  font-size: 5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 5px;
}

.section-quantity-contact {
  display: flex;
  align-items: flex-start;
  gap: 3rem;
  justify-content: center;
}

.item-quantity {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.quantity-number {
  display: flex;
  align-items: center;
}
.quantity-number p.allura {
  color: var(--color-terracota);
  text-align: center;
  font-size: 8rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 8px;
}
.item-quantity p {
  color: var(--color-green);
  text-align: center;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}
#sectionReqAllPage.reqWrapAbou {
  background-color: var(--color-greenLight);
  border-top: 3px solid var(--color-green);
  padding: 5rem 0;
  margin-bottom: 5rem;
}
#sectionReqAllPage.reqWrapBuy {
  border-top: 3px solid var(--color-green);
}
/* Services */
#ic-page.ic-servicesPage {
  text-align: center;
  padding-bottom: 20px;
}
#ic-servicesList {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px 100px;
}
.ic-service {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.ic-service .ic-backIMG {
  flex: 1 37%;
  max-width: 37%;
  padding-top: 24%;
}
.ic-service > article {
  flex: 2 60%;
  max-width: 60%;
}
.ic-service h3 {
  font-size: 1.5em;
}
.ic-service p {
  color: #999;
  font-size: 0.95em;
  line-height: 1.7;
}

/* ERROR 404 */

/* Shortlist */
.shortlistToggle {
  position: relative;
}
.slToggleState {
  display: none;
  cursor: pointer;
  position: relative;
}
.shortlistToggle .loading-icon,
.shortlistToggle .propertyId,
.shortlistToggle .propertyRef {
  display: none;
}
.shortlistToggle.loading .slToggleState,
.shortlistToggle.loading .slToggleState.active {
  display: none;
}
.shortlistToggle .active {
  display: inline;
}

/* Pagination */
.ic-pagination ul,
.ic-paging.ic-pagination {
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.ic-pagination li:before {
  display: none;
}
.ic-pagination li a,
.ic-pagination li span {
  display: block;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.54px;
  text-transform: uppercase;
  color: var(--color-green);
  padding: 10px 10px;
}
.ic-pagination li,
.item {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color-green);
  color: var(--color-green);
  background: #fff;
  width: 42px;
  height: 42px;
}
.ic-pagination li.control,
.item.last,
.item.first,
.item.prev,
.item.next {
  border: none;
  width: unset;
  height: unset;
}

.item.last a,
.item.first a,
.item.prev a,
.item.next a {
  padding: 0;
}
.ic-pagination li.active,
.ic-pagination li:hover,
.ic-pagination li.active,
#ic-blogPage .ic-pagination li:hover,
#ic-blogPage .ic-pagination li.active,
.ic-pagination li span {
  color: var(--color-beige);
  background: var(--color-green);
  border: 1px solid var(--color-green);
}
.ic-pagination li:hover a {
  color: var(--color-beige);
}
.ic-pagination li.control:hover,
.ic-pagination li.control:hover a,
.item.last:hover,
.item.last:hover a,
.item.first:hover,
.item.first:hover a,
.item.prev:hover,
.item.prev:hover a,
.item.next:hover,
.item.next:hover a {
  background: transparent;
  border: none;
  color: var(--color-green);
}
#ic-blogPage .ic-pagination li a {
  background: #e2dad1;
}
.ic-resultsMeta .ic-orderBy .multiselect .caption {
  background-color: var(--color-green);
  color: var(--color-beige);
}
.ic-resultsMeta .ic-orderBy .multiselect .caption .text {
  color: var(--color-beige);
}
.ic-resultsMeta .ic-orderBy .multiselect .caption:after {
  border-color: var(--color-beige);
}
/* Empty pages */
#ic-emptyPage {
  position: relative;
  max-width: 140rem;
  margin: 0 auto;
  padding: 50px 20px 10px;
  text-align: center;
}

#ic-emptyPage h1 span {
  display: block;
  font-size: 0.6em;
  font-weight: 300;
  margin-top: 3px;
  color: #808080;
  line-height: 1.6;
  letter-spacing: -0.03em;
}

/* Sell and Buying and about Page */
.contact-header,
.buying-header,
.about-header {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 90%;
  max-width: 171.4rem;
  margin: 0rem auto 5rem auto;
}
.contact-header {
  margin: 8rem auto 5rem auto;
}
#wrapTop {
  position: relative;
  z-index: 1;
}
.selling-header,
.homeFinder-header {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  width: 90%;
  max-width: 171.4rem;
  margin: 0 auto;
  padding-top: 8rem;
  z-index: 1;
}
.selling-section,
.homeFinder-section {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10rem;
  background-color: var(--color-greenLight);
}
.about-header {
  gap: 3rem;
}
.contact-section {
  position: relative;
}

#wrapAboutHeader,
#wrapTopBuy {
  background-color: var(--color-greenLight);
  padding: 5rem 0;
}
#wrapTopBuy {
  position: relative;
  z-index: 1;
}
.homeFinderBottom,
.homeFinderTop,
.contactTop,
.contactBottom,
.watermark.sellingTop,
.buyingTop,
.watermark.sellingBottom {
  height: 19.3rem;
  width: 18.7rem;
}
.contactTop {
  top: 355px;
}
.homeFinderBottom {
  left: 0;
  bottom: 0;
}
.homeFinderTop {
  top: 0;
  left: 0;
}
.contactBottom {
  top: 1350px;
  left: 700px;
}
.watermark.sellingTop {
  bottom: 21.5rem;
  right: 0;
}

.buyingTop {
  top: 0;
  right: 0;
}
.watermark.sellingBottom {
  bottom: -72rem;
  right: 0;
}
.contact-header {
  gap: 0;
}
.homeFinder-header p,
.about-header p,
.about-description,
.buying-description,
.selling-description {
  color: var(--color-marineblue);
  text-align: center;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2px;
}
.about-team {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10rem;
  padding-top: 5rem;
}
.info-team,
.item-team {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
#image-team {
  width: 43.5rem;
  aspect-ratio: 4 / 4;
}
.info-team h3 {
  color: var(--color-green);
  text-align: center;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.info-team p {
  color: var(--color-terracota);
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2px;
}
.wrap-content--about {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  padding: 5rem;
  background-color: var(--color-beige);
}
.contact-header h1,
.homeFinder-header h1,
.about-header h1,
.buying-header h1,
.selling-header h1 {
  color: var(--color-marineblue);
  text-align: center;
  font-size: 4rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 4px;
  text-transform: uppercase;
}
.buying-header h1,
.about-header h1,
.selling-header h1,
.homeFinder-header h1 {
  color: var(--color-green);
}

.about-header h1,
.buying-header h2,
.selling-header h2 {
  text-decoration: none;
  font-size: 5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 5px;
  text-transform: initial;
}
.hidden-qwiper {
  overflow: hidden;
}
.wrap-content-top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5rem;
}
.wrap-content-top p {
  max-width: 82.3rem;
  color: var(--color-green);
}
.orangeSquare {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  padding: 15px;
  max-width: 44.6rem;
  aspect-ratio: 7 / 4;
  border: 5px solid var(--color-green);
  border-radius: 5px;
}
.orangeSquare h3,
.orangeSquare h4,
.orangeSquare p {
  color: var(--color-green);
  text-align: center;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2px;
}
.orangeSquare h4 {
  font-weight: 800;
}
.orangeSquare h3 {
  text-transform: uppercase;
  font-weight: 800;
}

.homeFinder-bottom--content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  gap: 3rem;
  background-color: var(--color-beige);
  padding: 40px 20px;
  max-width: 116.3rem;
  z-index: 2;
}

.homeFinder-bottom--content h2 {
  color: var(--color-marineblue);
  text-transform: initial;
}
.homeFinder-bottom--content p {
  color: var(--color-marineblue);
  text-align: center;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2px;
}
.homeFinder-bottom {
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: flex-end;
  justify-content: center;
  width: 90%;
  max-width: 144rem;
  margin: 0 auto 5rem auto;
  z-index: 1;
}

#image-homeFinder {
  width: 90.5rem;
  aspect-ratio: 5 / 3.34;
  margin-top: -10rem;
  z-index: 0;
}
.main-content {
  width: 90%;
  max-width: 171.4rem;
  margin: 5rem auto 5rem auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#herco-contact,
#hero-sell {
  max-width: 100%;
  aspect-ratio: 5 / 3.06;
  width: 120.5rem;
  border-radius: 10px;
}
.contact__card {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  position: absolute;
  left: 19rem;
  bottom: -77rem;
  width: min(75rem, 88%);
  border-radius: 5px;
  padding: 3rem;
}
.selling__card {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  position: absolute;
  left: 5rem;
  bottom: -99rem;
  width: min(100rem, 88%);
  border-radius: 5px;
  padding: 3rem;
}
.contact__card {
  bottom: -47rem;
  left: 8rem;
  background: var(--color-white);
  width: 45%;
}
.selling__card {
  background-color: var(--color-beige);
}
.contact__hero {
  display: flex;
  flex-direction: column;
  gap: 7rem;
}

.contact__card-heading {
  color: var(--color-marineblue);
  text-align: center;
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 5px;
}
.contact__rio {
  color: var(--color-marineblue);
  text-align: center;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}
.selling__card-heading {
  color: var(--color-marineblue);
  text-align: center;
  font-size: 3rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 3px;
  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;
}
.contact__card-lead,
.selling__card-lead {
  color: var(--color-green);
  text-align: center;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2px;
}
.contact__card-lead,
.selling__card-lead {
  color: var(--color-marineblue);
}
.selling__li {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.whySell-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
.whySell-description {
  color: var(--color-marineblue);
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 1.8px;
  /*  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; */
}

.whySell-description.expanded {
  -webkit-line-clamp: unset;
  overflow: unset;
}

.whySell-description strong {
  color: var(--color-marineblue);
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.8px;
}
.selling__rio {
  color: var(--color-marineblue);
  text-align: center;
  font-size: 5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 5px;
}

.approach-title {
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #8b7355;
  text-align: center;
  margin-bottom: 30px;
  text-decoration: underline;
}

.approach-description {
  font-size: 14px;
  color: #666;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 40px;
}

.why-sell-title {
  font-size: 28px;
  font-style: italic;
  color: #8b7355;
  text-align: center;
  margin-bottom: 30px;
}

.benefits-list {
  list-style: none;
}

.benefit-item {
  margin-bottom: 20px;
  font-size: 13px;
  color: #666;
  line-height: 1.6;
}

.benefit-title {
  font-weight: bold;
  color: #333;
  display: inline;
}

.benefit-item::before {
  content: "—";
  color: #8b7355;
  margin-right: 10px;
  font-weight: bold;
}

.property-image {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 8px;
}
.selling-section--aproach {
  display: flex;
  flex-direction: column;
  gap: 6rem;
  background-color: var(--color-beige);
}
#image-section--aproach {
  width: 659px;
  aspect-ratio: 659/439;
}
.wrap-imageAproach {
  display: flex;
  align-items: flex-start;
  gap: 7rem;
  margin-bottom: -9rem;
}
.selling-section--tabs {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10rem;
  width: 90%;
  max-width: 171.4rem;
  margin: 5rem auto 0 auto;
  padding-top: 8rem;
  z-index: 1;
}

.wrap-section--tabs {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10rem;
  width: 100%;
}
.selling-section--tabs h2 {
  color: var(--color-green);
  font-size: 4.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 4.5px;
}

.selling-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10rem;
  width: 100%;
  position: relative;
}
#image-tab {
  width: 20rem;
  aspect-ratio: 2 / 2;
  background-size: contain;
}
.selling-tab--content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  padding: 15px;
  width: 120rem;
  aspect-ratio: 4 / 1;
  background-color: var(--color-beige);
}
.selling-tab--content h3 {
  color: var(--color-marineblue);
  font-size: 3rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 3px;
}
.selling-tab--content p {
  color: var(--color-marineblue);
  text-align: center;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2px;
}
#wrap-section--aproach {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  width: 90%;
  max-width: 171.4rem;
  margin: 0 auto;
  padding-top: 8rem;
  z-index: 1;
}
.section-aproach--content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3rem;
}
.section-aproach--content h2 {
  color: var(--color-marineblue);
  font-size: 3rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 3px;
  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;
}
.wrap-imageAproach p,
.section-aproach--content p {
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2px;
}
.wrap-imageAproach p {
  margin-top: 5rem;
  max-width: 70%;
}
.process-section {
  background-color: var(--color-beige);
  padding: 5rem 3rem;
  display: flex;
  flex-direction: column;
  gap: 5rem;
  position: relative;
}
.process-section .swiper-pagination {
  bottom: 3rem !important;
  justify-content: center !important;
}
.process-title {
  color: var(--color-marineblue);
  text-align: center;
  font-size: 3rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 3px;
  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;
}

.process-timeline {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 40px;
}

.line::before {
  content: "";
  position: absolute;
  top: 255px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: var(--color-green);
  z-index: 2;
  width: 0 !important;
  transition: width 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform-origin: left;
}

.process-step {
  text-align: center;
  position: relative;
  z-index: 2;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
}
.process-step.swiper-slide {
  height: unset;
}
.step-number {
  position: relative;
  color: var(--color-green);
  text-align: center;
  font-size: 10rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 12px;
}

.step-divider {
  width: 2px;
  background-color: var(--color-green);
  margin: 0 auto;
  height: 0 !important;
  transition: height 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform-origin: top;
}

.step-title {
  color: var(--color-marineblue);
  text-align: center;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2.5px;
  flex: 1;
}
.wrap-content-step {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-top: 3rem;
  justify-content: space-between;
  align-items: center;
  flex: 1;
}

.wrap-content-step,
.step-number {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.step-description {
  color: var(--color-marineblue);
  text-align: center;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.8px;
}
.step-description.expanded {
  -webkit-line-clamp: unset;
  overflow: unset;
}

.step-divider.animate-vertical {
  height: 30px !important;
}
#about-section .line.animate-horizontal::before,
.line.animate-horizontal::before {
  width: 100% !important;
}
.wrap-content-step.animate-content,
.step-number.animate-number {
  opacity: 1;
  transform: translateY(0);
}

.step-divider.animate-vertical {
  animation: growVertical 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}
#about-section .line.animate-horizontal::before,
.line.animate-horizontal::before {
  animation: growHorizontal 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

@keyframes growVertical {
  from {
    height: 0;
    opacity: 0;
    transform: scaleY(0);
  }
  50% {
    opacity: 0.5;
  }
  to {
    height: 30px;
    opacity: 1;
    transform: scaleY(1);
  }
}

@keyframes growHorizontal {
  from {
    width: 0;
    opacity: 0;
    transform: scaleX(0);
  }
  30% {
    opacity: 0.3;
  }
  to {
    width: 100%;
    opacity: 1;
    transform: scaleX(1);
  }
}
.learn-more-btn1,
.learn-more-btn {
  color: var(--color-green);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.6px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: uppercase;
}

#sectionReqAllPage {
  background-color: var(--color-greenLight);
  padding: 5rem 0 17.4rem 0;
}
#reqWrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5rem;
}
#reqWrap #ic-reqContact-finder,
#reqWrap #ic-reqContact {
  max-width: 113.2rem;
  gap: 3rem;
}
#reqWrap #ic-reqContact .ic-fieldset {
  gap: 3rem;
}

#reqWrap #ic-requestContactFinder,
#reqWrap #ic-requestContact {
  display: flex;
  width: 100%;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}

.wrap-magnifyingGlass {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}

.wrap-magnifyingGlass h2 {
  color: var(--color-marineblue);
  font-size: 3rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 3px;
}

.contentReq {
  color: var(--color-marineblue);
  text-align: center;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2px;
}
#image-magnifyingGlass {
  width: 21.5rem;
  aspect-ratio: 104/89;
}
.wrap-magnifyingGlass--title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}
.section-finding {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  padding: 5rem;
  background-color: var(--color-beige);
  border-radius: 5px;
}
#sectionReqAllPage.reqWrapHomeFinder {
  padding: 5rem 0 5rem 0;
  background-color: var(--color-white);
}
.section-finding h2 {
  color: var(--color-marineblue);
  text-align: center;
  font-size: 3rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-decoration: none;
}

.section-finding p {
  color: var(--color-marineblue);
  text-align: center;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2px;
}

.wrap-items--buy {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.item-buy {
  display: flex;
  align-items: center;
  gap: 4rem;
  justify-content: space-between;
}
.number-item-buy {
  border-radius: 100px;
  background: var(--color-terracota);
  display: flex;
  width: 7rem;
  height: 7rem;
  padding: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.number-item-buy p {
  color: #fff;
  text-align: center;
  font-size: 3rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
}
.wrap-content--itemBuy {
  width: 100%;
}

.wrap-content--itemBuy h3 {
  color: var(--color-marineblue);
  font-size: 3rem;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 3px;
}
.wrap-content--itemBuy span {
  color: var(--color-marineblue);
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2px;
}
.number-item-buy,
.wrap-content--itemBuy,
.line-buy {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.line-buy {
  transform: translateY(20px) scale(0.8);
}

.number-item-buy.animate-number-buy {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0s;
}

.wrap-content--itemBuy.animate-content-buy {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0s;
}

.line-buy.animate-line-buy {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition-delay: 0s;
}
.number-item-buy.animate-number-buy {
  animation: bounceInNumber 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrap-content--itemBuy.animate-content-buy {
  animation: slideInContent 0.6s ease-out;
}

.line-buy.animate-line-buy {
  animation: scaleInLine 0.5s ease-out;
}

@keyframes bounceInNumber {
  0% {
    opacity: 0;
    transform: translateY(30px) scale(0.3);
  }
  50% {
    opacity: 0.8;
    transform: translateY(-10px) scale(1.1);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes slideInContent {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes scaleInLine {
  0% {
    opacity: 0;
    transform: translateY(20px) scale(0.5);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.section-offer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  padding-bottom: 18.5rem;
  position: relative;
}
.watermark.offertBuyBottom,
.watermark.offertBuyTop {
  width: 18.7rem;
  height: 19.3rem;
}
.watermark.offertBuyTop {
  left: -10rem;
  top: -7rem;
}
.watermark.offertBuyBottom {
  right: 0;
  bottom: 0;
}
.section-offer p {
  color: var(--color-green);
  text-align: center;
  font-size: 3rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 3px;
}
.section-offer h2 {
  color: var(--color-green);
  text-align: center;
  font-size: 4rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 4px;
  text-decoration: none;
}

.wrap-tyoe--offer {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 3rem;
  width: 100%;
  margin-top: 2rem;
}

.item-offer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
  max-width: 39.4rem;
  flex: 1;
}

.item-offer p {
  color: var(--color-marineblue);
  text-align: center;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  flex: 1;
}
#buy-icon {
  display: block;
  width: 28.4rem;
  height: 28.4rem;
}
.contact-section .main-content {
  margin: 5rem auto 94rem auto;
  position: relative;
}
.mapContact iframe {
  aspect-ratio: 9 / 3.2;
  width: 100%;
  height: 100%;
}

#ic-page.ic-mapPage {
  max-width: 1400px;
  padding: 80px 0 100px;
}
.section-contact--data {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3rem;
}
.contact-data-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
#ic-footerMedia {
  margin-left: -1rem;
}
.contact-data-wrap h3 {
  color: var(--color-marineblue);
  text-align: center;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.contact-data-wrap a,
.contact-data-wrap p a,
.contact-data-wrap p {
  color: var(--color-terracota);
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2px;
}

.contact-data-wrap a:hover,
.contact-data-wrap p a:hover {
  color: var(--color-green);
}
.main-content #sectionReqAllPage {
  position: absolute;
  top: 81rem;
  width: 50%;
  padding: 5rem;
  background-color: var(--color-greenLight);
}
#ic-page {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3rem;
}
#ic-page h1 {
  align-self: center;
}

#ic-page ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
}
#ic-page ul li,
#ic-page ul li a {
  color: var(--color-marineblue);
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.8px;
}
#ic-page p a,
#ic-page ul li a {
  color: var(--color-terracota);
  font-weight: 600;
}

#ic-page p a:hover,
#ic-page ul li a:hover {
  color: var(--color-green);
}
@keyframes move-left-right {
  0% {
    transform: translateX(0rem);
  }
  33% {
    transform: translateX(0.5rem);
  }
  66% {
    transform: translateX(-0.5rem);
  }
  100% {
    transform: translateX(0rem);
  }
}

.wrap-services-link .arrow svg {
  top: 0%;
  animation: move-left-right 1s linear infinite;
}
/* ------ RESPONSIVE ------ */
@media only screen and (min-width: 1160px) {
  #ic-navigation li:hover .ic-dropdown {
    visibility: visible;
    opacity: 1;
  }
}

@media only screen and (max-width: 1600px) {
  .process-section {
    padding: 5rem 3rem 10rem 3rem;
  }
  .process-section .swiper-pagination {
    bottom: 5rem !important;
  }
  #about-section .process-section .process-step:nth-child(2),
  #about-section .process-section .process-step:nth-child(4) {
    margin-top: 4px;
  }
}

@media only screen and (max-width: 1500px) {
  .contact__card {
    bottom: -55rem;
    left: 0;
    width: 50%;
  }
}
@media only screen and (max-width: 1400px) {
  html {
    font-size: 50%;
  }
  .image__office {
    width: 95%;
  }
  .contactTop {
    top: 315px;
  }
  .contactBottom {
    top: 1200px;
    left: 0;
  }

  .main-content {
    justify-content: center;
  }

  .contact-section .main-content {
    justify-content: flex-end;
  }
  .line::before {
    top: 204px;
  }
  .number-item-buy p {
    font-size: 3.5rem;
  }
  #about-section .line::before {
    top: 388px;
  }

  #about-section .wrap-content-step {
    max-width: 100%;
  }
  #about-section .process-section .process-step:nth-child(2),
  #about-section .process-section .process-step:nth-child(4) {
    margin-top: -28px;
  }
  .wrap__price .btnTerracota {
    font-size: 13px;
    padding: 10px 2.66rem;
  }
  .btn2 {
    font-size: 14px;
  }
  .watermark.serviceCenter {
    top: -40px;
    left: -110px;
    width: 25.2rem;
    height: 25.1rem;
  }
  .watermark.serviceTop {
    top: -30px;
    right: -100px;
    width: 25.2rem;
    height: 25.1rem;
  }
  .watermark.serviceBottom {
    right: -100px;
    bottom: -30px;
    width: 25.2rem;
    height: 25.1rem;
  }

  .buyingTop,
  .watermark.sellingTop {
    top: 0;
    left: 0;
  }
  .watermark.sellingBottom {
    bottom: -70rem;
    right: 0;
  }
  #image-homeFinder {
    margin-top: -14rem;
  }
  .watermark.sellingBottom {
    bottom: -64rem;
  }
}
@media only screen and (max-width: 1300px) {
  .process-step {
    align-items: center;
  }
  #buy-icon {
    display: block;
    width: 20.4rem;
    height: 20.4rem;
  }
  #about-section .line::before {
    top: 388px;
  }
  #about-section .process-section .process-step:nth-child(2),
  #about-section .process-section .process-step:nth-child(4) {
    margin-top: -45px;
  }
  #about-section .step-description {
    max-width: 40rem;
  }
  .watermark.serviceTop {
    width: 17.2rem;
    height: 17.1rem;
    right: -80px;
  }
  .watermark.serviceCenter {
    left: -80px;
    width: 17.2rem;
    height: 17.1rem;
  }
  .watermark.serviceBottom {
    right: -80px;
    width: 17.2rem;
    height: 17.1rem;
  }
}
@media only screen and (max-width: 1250px) {
  .grid3 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 1200px) {
  #ic-searchform .close-menu,
  #ic-searchform.qsViewBlue .close-menu {
    display: flex;
  }
  .hero-image {
    aspect-ratio: 4 / 1.55;
  }
  .relative .watermark.bottom {
    bottom: -40%;
  }
  .relative .watermark.top {
    top: -15%;
  }
  .relative .watermark.top,
  .relative .watermark.bottom {
    width: 29.2rem;
    height: 29.7rem;
  }
  .wrap-imageAproach p {
    max-width: 60%;
  }
  .watermark.offertBuyTop {
    left: -5rem;
    top: -5rem;
  }
}
@media only screen and (max-width: 1160px) {
  .burger-menu {
    display: block;
  }
  .header-wrap {
    border-bottom: none;
  }
  .watermark.serviceTop,
  .watermark.serviceBottom,
  .watermark.serviceCenter {
    display: none;
  }
  .contactTop {
    top: -40px;
  }
  .contactBottom {
    display: none;
  }
  body.menuOpen {
    position: fixed;
    z-index: -100;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  #ic-logoXS {
    max-width: 250px;
    margin: 0 auto;
  }
  #ic-navigation::before {
    content: "";

    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 62px;
  }
  header #ic-navigation::before {
    display: none;
  }
  #ic-navBTN {
    top: 25px;
    right: 20px;
  }
  #ic-contact-header {
    display: none;
  }
  #ic-contact-header.responsive {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .header-burger-menu,
  .burger-menu {
    display: block;
  }
  #ic-contact-header.responsive ul {
    display: flex;
    align-items: center;
    gap: 2rem;
  }
  #ic-navigation .nav li {
    position: relative;
    display: block;
  }
  #ic-navigation .nav li,
  #ic-navigation .nav > li > a {
    width: 100%;
  }

  #ic-logo {
    height: 15rem;
  }
  #ic-logo img {
    height: 100%;
  }

  #ic-headerBottom {
    display: none;
  }

  #ic-navigation .nav {
    display: block;
    padding: 0;
  }
  #ic-navigation .nav > li > .ic-dropdown {
    display: none;
    position: relative;
    opacity: 1;
    visibility: visible;
    top: auto;
    padding: 0;
    transition: none;
  }
  #ic-navigation .nav > li > .ic-dropdown > ul {
    padding: 0;
  }
  #ic-navigation .nav > li > .ic-dropdown > ul li {
    padding: 1rem 2rem;
  }

  #ic-navigation .nav > li > .ic-dropdown > ul li:hover > a,
  #ic-navigation .nav > li > a:hover,
  #ic-navigation .nav > li > a:focus,
  header #ic-navigation .nav li:hover > a,
  header #ic-navigation .nav li:focus > a {
    color: var(--color-white);
  }
  header #ic-navigation li:hover .ic-caret svg path,
  header #ic-navigation li:focus .ic-caret svg path {
    stroke: var(--color-marineblue);
  }
  #ic-navigation .nav > li > .ic-dropdown > ul > li > a {
    display: block;
    width: 100%;
    color: var(--color-green);
    font-size: 2rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: none;
    padding: 0px 10px;
  }
  header #ic-navigation .nav li:hover,
  header #ic-navigation .nav li:focus {
    background-color: transparent;
  }
  #ic-headerGal #ic-navigation .ic-dropdown,
  header #ic-navigation .ic-dropdown {
    background-color: transparent;
  }

  #ic-logo {
    justify-content: flex-start;
  }
  .contact-section .main-content {
    flex-direction: column;
    justify-content: center;
    margin: 0rem auto;
    gap: 3rem;
  }
  .contact__card,
  .main-content #sectionReqAllPage {
    position: unset;
    width: 100%;
  }
  .contact__card {
    padding: 3rem 0;
  }
  .contact__hero {
    gap: 3rem;
  }
  #herco-contact {
    width: 100%;
  }
  .mapContact {
    width: 90%;
    max-width: 171.4rem;
    margin: 5rem auto 10rem;
  }
  .watermark.sellingTop {
    bottom: 67.5rem;
  }
  .watermark.sellingBottom {
    bottom: -57rem;
  }

  .watermark.sellingBottom {
    bottom: -73rem;
  }
  .contact__card,
  .selling__card {
    left: 1rem;
  }
  .homeFinder-bottom {
    flex-direction: column-reverse;
    align-items: center;
    margin-bottom: 5rem;
  }
  #image-homeFinder {
    margin-top: 0;
  }

  #image-homeFinder,
  .homeFinder-bottom div {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 1000px) {
  .service-content p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  #about-section .process-section .process-step:nth-child(2),
  #about-section .process-section .process-step:nth-child(4) {
    margin-top: -38px;
  }

  .wrap-imageAproach p,
  .section-aproach--content p {
    text-align: center;
  }
  #buy-icon {
    width: 15.4rem;
    height: 15.4rem;
  }
  .section-offer h2,
  .service-content h3 {
    font-size: 3rem;
  }

  .service-content {
    gap: 1.5rem;
  }
  .line-offer svg {
    height: 15rem;
  }
  .item-offer p {
    font-size: 1.8rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  h1 {
    font-size: 3rem;
  }
  .learn-more-btn1,
  .learn-more-btn {
    font-size: 1.3rem;
  }
  .step-title,
  .service-content p,
  .service-link {
    font-size: 1.8rem;
  }
  .contact__hero,
  .selling__hero {
    display: flex;
    flex-direction: column;
    gap: 3rem;
  }
  .line-offer {
    height: 100% !important;
  }
  .contact__card,
  .selling__card {
    position: unset;
    width: 100%;
    padding: 0;
  }
  #herco-contact,
  #hero-sell {
    max-width: 100%;
    width: 100%;
  }

  .quantity-number p.allura {
    font-size: 7rem;
  }
  .item-quantity p {
    font-size: 2rem;
  }
  #section-detail .ic-tag {
    transform: none;
    top: 0;
    left: 0;
  }
  .selling__card {
    background-color: transparent;
    align-items: center;
  }
  .watermark.sellingBottom {
    bottom: -108rem;
  }
  .contentReq {
    font-size: 1.8rem;
  }

  .wrap-content-top p,
  .homeFinder-bottom--content {
    max-width: 100%;
  }
  .homeFinder-bottom--content p {
    font-size: 1.8rem;
  }
  .wrap-content-top {
    flex-direction: column;
  }
  .wrap-imageAproach {
    margin-bottom: 0;
    flex-direction: column-reverse;
  }
  .section-aproach--content {
    align-items: center;
  }

  .wrap-imageAproach p {
    margin-top: 0;
  }
  #image-section--aproach {
    width: 100%;
  }
  #wrap-section--aproach {
    padding: 5rem 0;
  }
  .watermark.sellingBottom {
    bottom: -139rem;
  }
  .selling-section--tabs {
    margin: 0rem auto;
    padding-top: 0rem;
  }
  .selling-section--tabs h2 {
    font-size: 3rem;
  }
  .selling-tab--content h3 {
    font-size: 2rem;
    text-align: center;
  }
  .selling-tab--content p {
    font-size: 1.8rem;
  }
  #image-tab {
    width: 30rem;
  }
  .wrap-imageAproach p {
    max-width: 100%;
  }
}
@media only screen and (max-width: 900px) {
  .footer-wrap {
    flex-direction: column;
    gap: 3rem;
  }
  .footer-wrap::before,
  .connector-footer {
    display: none;
  }
  .left-col--footer,
  .right-col--footer {
    width: 100%;
  }
  .wrap-right--col {
    height: 100%;
    border-bottom: none;
  }
  .image__office {
    width: 100%;
    aspect-ratio: 5 / 3;
  }
  #ic-logo-footer.logoFooter img {
    height: 15rem;
  }
}
@media only screen and (max-width: 800px) {
  #ic-logo {
    height: 12rem;
    justify-content: flex-start;
  }
  .services-layout {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .section-offer p {
    font-size: 1.8rem;
    text-transform: inherit;
  }
  .line-buy {
    transform: translateY(15px) scale(0.9);
  }
  #about-section .line::before {
    top: 383px;
  }
  .services-layout::before,
  .right-col::before {
    display: none;
  }
  .service-card {
    align-items: center;
  }
  .service-content {
    aspect-ratio: unset;
  }
  .wrap-services-link,
  .service-image,
  .service-content {
    width: 100%;
  }
  .service-content p {
    -webkit-line-clamp: unset;
  }
  .wrap-title--service {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
  }
  .relative {
    margin-bottom: 0rem;
  }
  .relative .watermark.top,
  .relative .watermark.bottom {
    width: 15.2rem;
    height: 15.7rem;
  }
  .wrap-tyoe--offer {
    flex-direction: column;
    gap: 5rem;
  }
  .item-offer {
    gap: 2rem;
    max-width: 100%;
    flex: 0;
  }
  .wrap-items--buy,
  #ic-headerTop {
    gap: 0;
  }
  .line-buy svg {
    width: 7rem;
    height: 4rem;
  }
  .homeFinder-header {
    padding-top: 5rem;
  }
  .contact-header {
    margin: 5rem auto 5rem auto;
  }
  .about-header,
  .buying-header {
    margin: 0 auto;
  }
  .selling-header {
    padding-top: 5rem;
  }
  .homeFinder-section {
    gap: 5rem;
  }
  .wrap-magnifyingGlass {
    flex-direction: column-reverse;
  }
  .section-aproach--content h2,
  .wrap-magnifyingGlass h2 {
    font-size: 2rem;
  }

  #image-magnifyingGlass {
    width: 8.5rem;
  }

  .ic-welcome h2 .allura,
  .ic-welcome h2,
  .contact-header h2,
  .about-header h2,
  .buying-header h1,
  .homeFinder-header h1,
  .selling-header h1,
  .about-header h1,
  .title .allura,
  .h1Home {
    font-size: 3rem;
  }
  .wrap-content--itemBuy h3 {
    font-size: 1.8rem;
  }
  .selling-section--tabs h2,
  .wrap-title-contentMid h2,
  .contact__rio {
    font-size: 2rem;
  }
  .wrap-imageAproach p,
  .section-aproach--content p,
  .wrap-title-contentMid p,
  .contact-data-wrap h3 {
    font-size: 1.8rem;
  }
  .hero-image {
    padding-right: 2rem;
    padding-bottom: 2rem;
  }
  .grid3 {
    grid-template-columns: repeat(1, 1fr);
  }
  .section-finding {
    gap: 3rem;
  }
  .section-offer h2,
  .section-finding h2,
  .process-title,
  .selling__card-heading,
  .contact__card-heading {
    font-size: 2.5rem;
  }
  .selling__rio {
    font-size: 4rem;
  }
  .orangeSquare h3,
  .orangeSquare h4,
  .orangeSquare p {
    font-size: 1.5rem;
  }
  .contact-data-wrap p a,
  .contact-data-wrap a,
  .contact-data-wrap p {
    font-size: 1.8rem;
  }
  .selling__li li strong,
  .selling__li li,
  .selling__card-lead,
  .selling-description,
  .about-description,
  .about-header p,
  .buying-description {
    font-size: 1.8rem;
  }
  .mapContact iframe {
    aspect-ratio: 9 / 5;
  }
  .contact-data-wrap #ic-footerMedia a svg {
    width: 3.5rem;
  }
  .line::before {
    top: 199px;
  }

  .quantity-number p.allura {
    font-size: 4rem;
  }
  .item-quantity p {
    font-size: 1.8rem;
  }
  #contact-team {
    aspect-ratio: 4 / 2.15;
    width: 100%;
  }
  .watermark.sellingBottom {
    bottom: -80rem;
  }
  .watermark.sellingTop {
    bottom: 71.5rem;
  }
  .about-team {
    flex-direction: column;
    gap: 3rem;
  }
  #image-team {
    width: 35.5rem;
  }
  .wrap-content--itemBuy span {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 700px) {
  .hero-image {
    aspect-ratio: 3 / 1.9;
  }

  .number-item-buy,
  .wrap-content--itemBuy,
  .line-buy {
    transform: translateY(20px);
  }

  #about-section .process-section .process-step:nth-child(2),
  #about-section .process-section .process-step:nth-child(4) {
    align-self: flex-start;
    margin-top: 0;
    flex-direction: column-reverse;
  }
  #about-section .process-section .process-step:nth-child(1),
  #about-section .process-section .process-step:nth-child(3) {
    margin-bottom: 0;
  }
  #about-section .line::before {
    top: 283px;
  }
  #about-section .swiper {
    margin-top: 0;
  }
  .homeFinderBottom,
  .homeFinderTop,
  .contactTop,
  .processAboutTop,
  .processAboutBottom {
    width: 12.5rem;
    height: 11.1rem;
  }
  .process-section {
    padding: 5rem 3rem 3rem 3rem;
  }
  .process-section .swiper-pagination {
    bottom: 3rem !important;
  }
  #image-tab {
    top: -40px;
    right: 0;
    position: absolute;
    width: 10rem;
  }
}
@media only screen and (max-width: 600px) {
  .ic-pagination li a,
  .ic-pagination li span,
  .ic-resultsMeta .ic-orderBy .multiselect .caption .text {
    font-size: 13px;
  }
  .ic-pagination li,
  .item {
    width: 35px;
    height: 35px;
  }
}
@media only screen and (max-width: 500px) {
  .wrap-title--service {
    flex-direction: column;
  }
  #about-section .process-timeline {
    margin-bottom: 30px;
  }
  .processAboutTop,
  .processAboutBottom {
    display: none;
  }
  .line-offer svg {
    height: 10rem;
  }
  .relative .watermark.top,
  .relative .watermark.bottom {
    width: 12.2rem;
    height: 12.7rem;
  }

  .relative .watermark.top {
    top: -10%;
  }
  .relative .watermark.bottom {
    bottom: -16%;
  }
  h1 {
    font-size: 2.5rem;
  }
  .selling__rio {
    font-size: 3.5rem;
  }
  .process-step {
    justify-content: flex-start;
  }

  #ic-logo-footer.logoFooter img {
    height: 12rem;
  }
  #ic-logo {
    height: 9rem;
  }
  #ic-headerTop {
    padding: 1rem;
  }
  #ic-headerTop ul,
  #ic-languages {
    gap: 1.5rem;
  }

  .section-offer h2,
  .section-finding h2,
  .process-title,
  .selling__card-heading {
    font-size: 2rem;
  }

  #ic-footerPopular ul {
    flex-direction: column;
  }
  h2 {
    font-size: 2rem;
  }
  .number-item-buy {
    width: 4rem;
    height: 4rem;
  }
  .line-buy svg {
    width: 5rem;
    height: 3rem;
  }

  .wrap-items--buy,
  #ic-headerTop {
    gap: 1.5rem;
  }

  .section-team .wrap-title-process h3,
  .buying-header h2,
  .selling-header h2,
  .about-header h1,
  .contact-header h1 {
    font-size: 3rem;
  }

  .quantity-number svg {
    width: 2rem;
  }
  .section-quantity-contact {
    flex-wrap: wrap;
    align-items: center;
  }
  #about-section .step-number {
    font-size: 8rem;
  }

  .items-logo p {
    font-size: 1.3rem;
  }

  .ic-hilInfo .wrap__price,
  .ic-hilInfo .wrap__ref,
  .ic-hilInfo.ic-hilFlex {
    flex-wrap: wrap;
    gap: 3rem;
  }
  .ic-hilInfo .wrap__ref {
    gap: 1rem;
  }

  .ic-hilInfo .wrap__price .btnTerracota {
    width: 100%;
  }
  .wrap-content-step {
    flex: 0;
    max-width: 100%;
    padding: 0 2rem;
    margin-bottom: 4rem;
  }

  .process-timeline {
    margin-bottom: 0;
  }
  .step-description {
    max-width: 100%;
  }
  .section-finding {
    padding: 3rem;
  }

  #about-section .line::before {
    top: 250px;
  }
  .line::before {
    top: 194px;
  }
  #about-section .wrap-content-step {
    margin-top: 3rem;
  }
  #about-section .process-section .wrap-title-process h3 {
    font-size: 3rem;
  }
  #about-section .step-description {
    max-width: 45rem;
  }
  .wrap-content--about {
    padding: 2rem;
  }
  .info-team,
  .item-team,
  #image-team {
    width: 100%;
  }
  .contactTop,
  .homeFinderTop,
  .buyingTop,
  .watermark.sellingTop,
  .watermark.sellingBottom {
    display: none;
  }
  .number-item-buy p,
  .contentReq {
    font-size: 1.8rem;
  }
  .ic-welcome p {
    text-align: center;
  }
  .watermark.offertBuyBottom,
  .watermark.offertBuyTop {
    width: 12.7rem;
    height: 11.3rem;
  }
  .section-offer {
    padding-bottom: 5rem;
  }
  .item-buy {
    gap: 1.5rem;
  }
  #sectionReqAllPage {
    padding: 5rem 0;
  }
  #image-tab {
    top: -27px;
    right: 0;
    position: absolute;
    width: 5rem;
  }
  .wrap-section--tabs {
    gap: 5rem;
  }
  .selling-section {
    gap: 5rem;
  }

  .orangeSquare {
    gap: 2rem;
    max-width: 34rem;
  }
  .left-col--footer,
  .right-col--footer {
    padding: 0;
  }
  .left-col--top,
  .wrap-right--col {
    height: 40px;
  }
}
@media only screen and (max-width: 400px) {
  .process-section .swiper-pagination {
    bottom: 1rem !important;
  }
}
