rechat-root {
  background-color: transparent !important;
}
.header--logo img {
  filter: unset !important;
}
.loading-skeleton {
  height: auto !important;
  aspect-ratio: 674 / 436;
}

.listing-card {
  border-radius: 0 !important;
  max-width: unset !important;
  background-color: transparent !important;
}

.listing-card .listing-card__properties .listing-card__price {
  font-size: var(--rechat-theme-font-size-6);
  font-weight: 500 !important;
  color: var(--gray-primary) !important;
}

.listing-card .listing-card__properties {
  padding-inline: 0 !important;
}

.listing-card .listing-card__image {
  height: auto !important;
  aspect-ratio: 674 / 436;
}

.listing-card .listing-card__image:hover {
  transform: scale(1) !important;
}

.listing-card .listing-card__properties .listing-card__attributes {
  width: fit-content;
}

.listing-card .listing-card__properties .listing-card__address {
  padding-top: 1rem;
  border-top: 0.0625rem solid var(--border-color-1);
}

.listing-card
  .listing-card__properties
  .listing-card__attributes-splitter:last-child {
  display: none;
}
/*********************
START: HERO
*********************/
.hero {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background-color: black;
}

.hero .video--wrapper {
  width: 100%;
  height: 100%;
}

.hero video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero--content__home {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 6rem;
  max-width: 700px;
  width: 100%;
}

h1.hero--title {
  font-size: var(--text-5xl);
  line-height: 1.3;
  letter-spacing: 2px;
  font-weight: 400;
  color: white;
  text-align: center;
  margin-block-end: 1.5rem;
  color: var(--baseLight-color);
}

p.hero--text {
  color: var(--baseLight-color);
  text-align: center;
  font-size: var(--text-lg);
  font-style: normal;
  font-weight: 400;
  line-height: 25.6px;
  letter-spacing: 1px;
}

.hero .overlay-component {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(0, 0, 0, 0.5);
  transition-property: opacity;
  transition-timing-function: linear; */
  background: radial-gradient(
    79.85% 159.7% at 50% 100%,
    rgba(22, 19, 18, 0.15) 0%,
    #161312 100%
  );
}

.scrollTo {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  opacity: 0;
  transition: 0.5s;
}

.scrollTo.visible {
  opacity: 1;
  bottom: 20px;
}

/* .search-header {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
} */
/*********************
END: HERO
*********************/

/*********************
START: SERVICE
*********************/
.service {
  display: none;
  background-color: var(--bg-color);
  padding-block-start: var(--global-section-padding);
}

.service--content {
  display: flex;
  justify-content: space-between;
}

.service--title,
.service--text {
  flex-basis: 50%;
  padding: 0px 77px;
  color: var(--text-color-1);
  min-height: 250px;
}

.service--title h1 {
  font-size: var(--text-3xl);
  line-height: 1.3;
  letter-spacing: 2px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: var(--font-family-Tenor);
}

.service--text > p {
  margin-block-end: 1.666rem;
}

/*********************
END: SERVICE
*********************/

/*********************
START: TRANSACTION
*********************/
.transactions {
  padding-block: 6rem;
  background: linear-gradient(180deg, #f1edeb -0.05%, #f1edeb 99.95%);
}

.transactions--content > h2 {
  text-align: center;
  color: var(--text-color-1);
  padding: 0 16px;
  margin: 0 0 37px 0;
}

.transactions--slider {
  margin-block-end: 3rem;
}

/* slider--down */
.slider--down {
  width: 90%;
  margin-inline: auto;
  display: flex;
  justify-content: center;
}

/*********************
END: TRANSACTION
*********************/

/*********************
START: CHAIN
*********************/
.chain {
  background-color: var(--bg-color);
  padding-block-start: var(--global-section-padding);
  padding-block-end: var(--global-section-padding);
}

.chain--content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.chain--img {
  width: 48%;
}

.chain--img img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  object-fit: cover;
}

.chain--text {
  width: 48%;
}

.chain--text > h2 {
  color: var(--text-color-1);
  margin-block-end: 1rem;
}

.chain--text .chain--text__content {
  margin-block: 1.666rem 4rem;
  color: var(--text-color-1);
  line-height: 1.6;
}

.chain--text .chain--text__content p:not(:last-child) {
  margin-block-end: 1.5rem;
}

/*********************
END: CHAIN
*********************/

/*********************
START: COMMUNITIES
*********************/
.communities {
  position: relative;
  margin-block: 5rem;
}

.communities::before {
  position: absolute;
  /*     content: ""; */
  content: unset;
  width: 100%;
  height: 500px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image:
    linear-gradient(rgba(251, 249, 247, 0.6), rgba(251, 249, 247, 0.6)),
    url("../img/vector-logo-2.jpg");
  background-repeat: no-repeat;
  -webkit-background-size: 650px;
  background-size: 650px;
  -webkit-background-position: top -145% left 50%;
  background-position: top -145% left 50%;
}

.communities--content {
  padding-top: calc(0 / 4 * var(--global-section-padding)) !important;
}

.communities--content > h2 {
  color: var(--text-color-1);
  margin-inline: auto;
  text-align: center;
  position: relative;
}

.communities--content > ul {
  display: flex;
  margin-block: 3rem 5rem;
}

.communities--content > ul li {
  width: 20%;
}

.communities--content > ul li > a {
  width: 100%;
  display: block;
  height: 550px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.communities--content > ul li > a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: 0.3s;
  opacity: 0;
  z-index: 1;
  background-color: transparent;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 76.6%,
    rgba(0, 0, 0, 0.5) 100%
  );
}

.communities--content > ul li > a:hover::before {
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
}

.communities--content > ul li > a > p {
  color: var(--baseLight-color);
  margin-inline: auto;
  display: block;
  text-align: center;
  transition: 0.3s;
  opacity: 0;
  position: absolute;
  left: 50%;
  bottom: 50px;
  z-index: 1;
  transform: translateX(-50%);
  font-size: 30px;
  font-family: var(--font-family-Tenor) !important;
  font-weight: 500 !important;
}

.communities--content > ul li > a:hover > p {
  opacity: 1;
}

.communities--btn {
  margin-inline: auto;
  width: max-content;
  display: block;
}
/*********************
END: COMMUNITIES
*********************/

/*********************
START: TESTIMONIALS
*********************/
.testimonials {
  background-image: url("../img/bg-testimonials.png");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.testimonials::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
}

.testimonials--content {
  padding-block: var(--global-section-padding);
  padding-inline: 50px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  position: relative;
}

.testimonials--content > h2 {
  color: var(--baseLight-color);
  margin-bottom: 30px;
  text-align: center;
}

.testimonials--content > ul {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  margin-block-end: 70px;
}

.testimonials--content > ul > li {
  -webkit-flex-basis: 33.3%;
  -ms-flex-preferred-size: 33.3%;
  flex-basis: 33.3%;
  min-height: 272px;
  margin: 0;
}

.testimonials--content > ul > li > div.item {
  height: calc(1px + 100%);
  width: calc(1px + 100%);
  padding: 32px 27px;
  border: none;
  position: relative;
}

.testimonials--content > ul > li > div.item > img {
  max-width: 50px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  filter: brightness(0) invert(1);
  margin-bottom: 1.666rem;
}

.testimonials--content > ul > li > div.item > p {
  text-align: center;
  color: var(--baseLight-color);
  font-style: italic;
}

.testimonials--content > ul > li > div.item > .testimonial--heading {
  text-align: center;
  color: var(--baseLight-color);
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.3;
  margin: 0 0 1rem;
}

.testimonials--content > ul > li > div.item > .testimonial--name {
  text-align: center;
  color: var(--baseLight-color);
  font-weight: 500;
  font-size: 1.125rem;
  margin: 1.25rem 0 0.25rem;
  opacity: 0.9;
}

.testimonials--content > ul > li > div.item > .testimonial-stars {
  display: flex;
  justify-content: center;
}

.testimonials--content > a.btn {
  margin-inline: auto;
  display: block;
  width: max-content;
}

/*********************
END: TESTIMONIALS
*********************/

/*********************
START: INBOX
*********************/
.inbox {
  background-color: var(--bg-color);
}

.inbox--content {
  text-align: center;
  color: var(--text-color-1);
  padding-top: calc(6 / 4 * var(--global-section-padding)) !important;
  padding-bottom: calc(8 / 4 * var(--global-section-padding)) !important;
}

.inbox--content > h2 {
  margin: 8px 0 24px;
}

.inbox--content > p {
  margin-block-end: 2rem;
}

.inbox--content .rch-lead-capture-form {
  max-width: 730px;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
}

.inbox--content .rch-lead-capture-form .form-group {
  max-width: 100%;
  min-width: 250px;
}

.inbox--content .rch-lead-capture-form .form-group label {
  text-align: left;
  display: none;
}

.inbox--content .rch-lead-capture-form .form-group input {
  padding: 16px 0;
  font-weight: 400;
  font-family: var(--font-family-Tahoma);
}

.inbox--content .rch-lead-capture-form .form-group input::placeholder {
  color: #cbcac8;
}

.inbox--content .rch-lead-capture-form button[type="submit"] {
  width: 200px;
  padding: 16px;
  position: relative;
}

.inbox--content .rch-lead-capture-form button[type="submit"]:hover {
  color: var(--baseLight-color);
  background-color: var(--Ocean);
  border: 1px solid var(--Ocean);
}

.inbox--content .rch-lead-capture-form button[type="submit"]::before {
  position: absolute;
  content: "Say Hello";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: var(--baseLight-color);
  background-color: var(--Ocean);
  border: 1px solid var(--Ocean);
  display: flex;
  align-items: center;
  justify-content: center;
}

/*********************
END: INBOX
*********************/

/*********************
START: AGENTS
*********************/
.agents {
  overflow-x: hidden;
  padding-block: 5rem;
}

.agents--content {
  color: #014123;
}

.agents--content h2 {
  text-align: center;
  color: var(--text-color-1);
  padding: 0 16px;
  margin: 0 0 37px 0;
}

.agents--content .head {
  display: none;
}

.agents--content .head,
.agents--content .title {
  font-weight: 500;
  color: #014123;
}

.agents--content .title {
  margin-block: 1rem;
}

.agents--content .text {
  font-weight: 600;
  margin-block-end: 1rem;
}

.agents .btn {
  display: block;
  width: 100%;
  max-width: 250px;
  margin-inline: auto;
  margin-block-start: 3rem;
}

/* agents--images */
/* .agents--images {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-inline: -5%;
    width: 110%;
    margin-block-start: 2rem;
} */
.agents--images ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-block-start: 2rem;
}

.agents--images ul li {
  margin: 8px;
  flex-basis: calc(25% - 16px);
}

.agents--images ul li {
  margin-block-end: 0.5rem;
  position: relative;
}

.agents--images ul li a {
  position: relative;
  display: block;
  cursor: pointer;
}

.agents--images ul li a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(
    to top,
    rgba(229, 228, 223, 0.9),
    rgba(229, 228, 223, 0)
  );
}

.agents--images ul li img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 4.5;
  object-fit: cover;
  object-position: top;
}

.notFoundAgents {
  text-align: center;
  padding-block: 2rem;
  font-weight: 700;
  font-size: 24px;
  margin-inline: auto;
}
/*********************
END: AGENTS
*********************/

/*********************
START: WORK WITH US
*********************/
.work-with-us {
  height: 100vh;
  position: relative;
  background-image: url(../img/work-with-us-img.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-background-position: center;
  background-position: center;
}

.work-with-us::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.7);
}

.work-with-us::after {
  position: absolute;
  /*     content: ""; */
  content: unset;
  width: 50%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: 600px;
  -webkit-background-size: 600px;
  background-position: center;
  background-image: url("../img/vector-logo.jpg");
  background-repeat: no-repeat;
  z-index: 0;
}

.work-with-us__content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: var(--baseLight-color);
  width: 100%;
  max-width: 900px;
  text-align: center;
  padding: 50px;
  z-index: 1;
}

.work-with-us__content > h2 {
  margin: 0 0 30px;
}

.work-with-us__content > p {
  margin: 0 0 65px;
}

/*********************
END: WORK WITH US
*********************/
picture.rch-fallback-logo-listing {
  display: flex;
  width: 100%;
  height: 100%;
  background: var(--baseDark-color);
  align-items: center;
  justify-content: center;
}
picture.rch-fallback-logo-listing img {
  width: 60% !important;
  height: auto !important;
  border-radius: var(--border-radius10);
  object-fit: cover;
  max-height: 350px;
}

.blogs {
  margin-block: 5rem 6rem;
}

/*********************
START: SEARCH HOME
*********************/
.searchHome {
  padding-block: 160px;
  background: linear-gradient(180deg, #f1edeb -0.05%, #f1edeb 99.95%);
}

.searchHome--title,
.searchHome--text {
  text-align: center;
  color: var(--baseDark-color);
  margin-inline: auto;
  max-width: 600px;
}

.searchHome--text {
  font-size: var(--text-lg);
  font-style: normal;
  font-weight: 300;
  line-height: 25.6px;
  letter-spacing: 1px;
  margin-block: 1rem 2rem;
}

.searchHome--image {
  width: 100%;
  height: auto;
  max-width: 1330px;
  margin-inline: auto;
  margin-block-end: 2rem;
}
/*********************
END: SEARCH HOME
*********************/

/*********************
START: MEDIA
*********************/
@media screen and (min-width: 1440px) {
}

@media screen and (min-width: 1320px) and (max-width: 1439px) {
}

@media screen and (max-width: 1319px) {
}

@media screen and (max-width: 1200px) {
  .work-with-us::after {
    width: 65%;
  }
}

@media screen and (max-width: 992px) {
  h1.hero--title {
    font-size: var(--text-4xl);
  }

  .service--content {
    flex-direction: column;
    margin-bottom: var(--global-section-padding);
  }

  .service--title,
  .service--text {
    flex-basis: 100%;
    padding: 1.25rem;
    min-height: auto;
    text-align: center;
  }

  .chain--content {
    flex-direction: column;
  }

  .chain--text {
    width: 100%;
    padding-inline-start: 0;
    margin-block-start: 29px;
  }

  .chain--img {
    width: 70%;
  }

  .communities--content > ul {
    flex-wrap: wrap;
  }

  .communities--content > ul li {
    width: 33.33%;
  }

  .testimonials--content > ul > li > div.item {
    padding-inline: 1rem;
  }

  .work-with-us::after {
    width: 75%;
    -webkit-background-size: 380px;
    background-size: 380px;
  }
}

@media screen and (max-width: 768px) {
  .chain--img {
    width: 80%;
  }

  .communities--content > ul li {
    width: 100%;
    margin-block-end: 1.25rem;
  }

  .communities--content > ul li > a {
    height: 330px;
  }

  .communities--content > ul li > a::before {
    content: unset;
  }

  .communities--content > ul li > a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.7);
  }

  .communities--content > ul li > a > p {
    opacity: 1;
  }

  .testimonials--content {
    padding-inline: 25px;
  }

  .testimonials--content > ul {
    flex-direction: column;
  }

  .testimonials--content > ul > li {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .testimonials--content > ul > li > div.item {
    padding-inline: 0;
  }

  .inbox--content .rch-lead-capture-form {
    flex-direction: column;
  }

  .inbox--content .rch-lead-capture-form .form-group input {
    padding-block-end: 4px;
  }

  .inbox--content .rch-lead-capture-form button[type="submit"] {
    width: 100%;
  }

  .inbox--content .rch-lead-capture-form .form-group {
    margin-bottom: 32px;
  }

  .work-with-us::after {
    width: 85%;
  }

  .work-with-us__content {
    padding-inline: 25px;
  }

  .hero--text,
  .searchHome--text {
    font-size: var(--text-base);
  }

  .agents--images ul li {
    flex-basis: calc(33.33% - 16px);
  }
}

@media screen and (max-width: 576px) {
  h1.hero--title {
    font-size: var(--text-3xl);
  }

  .service--title h1 {
    font-size: var(--text-xl);
    letter-spacing: 0.5px;
    line-height: 1.6;
  }

  .chain--img {
    width: 90%;
  }

  .work-with-us::after {
    width: 100%;
  }

  .agents--images ul li {
    flex-basis: calc(50% - 16px);
  }
}

@media screen and (max-width: 425px) {
  .chain--img {
    width: 100%;
  }

  .agents--images {
    width: 100%;
    margin-block-start: 3rem;
    margin-inline: 0;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
  }

  .agents--images ul li:last-child {
    margin-block-end: 0;
  }
}

@media screen and (max-width: 375px) {
}

/*********************
END: MEDIA
*********************/
