.txt-white {
  color: var(--color-white);
}

.bg-white {
  background-color: var(--color-white);
}

.border-white {
  border-color: var(--color-white);
}

.outline-white {
  outline-color: var(--color-white);
}

.shadow-white {
  box-shadow: var(--text-effect-offset) var(--color-white);
}

.txt-blue-1 {
  color: var(--color-blue-1);
}

.bg-blue-1 {
  background-color: var(--color-blue-1);
}

.border-blue-1 {
  border-color: var(--color-blue-1);
}

.outline-blue-1 {
  outline-color: var(--color-blue-1);
}

.shadow-blue-1 {
  box-shadow: var(--text-effect-offset) var(--color-blue-1);
}

.txt-blue-2 {
  color: var(--color-blue-2);
}

.bg-blue-2 {
  background-color: var(--color-blue-2);
}

.border-blue-2 {
  border-color: var(--color-blue-2);
}

.outline-blue-2 {
  outline-color: var(--color-blue-2);
}

.shadow-blue-2 {
  box-shadow: var(--text-effect-offset) var(--color-blue-2);
}

.txt-blue-3 {
  color: var(--color-blue-3);
}

.bg-blue-3 {
  background-color: var(--color-blue-3);
}

.border-blue-3 {
  border-color: var(--color-blue-3);
}

.outline-blue-3 {
  outline-color: var(--color-blue-3);
}

.shadow-blue-3 {
  box-shadow: var(--text-effect-offset) var(--color-blue-3);
}

.txt-green-1 {
  color: var(--color-green-1);
}

.bg-green-1 {
  background-color: var(--color-green-1);
}

.border-green-1 {
  border-color: var(--color-green-1);
}

.outline-green-1 {
  outline-color: var(--color-green-1);
}

.shadow-green-1 {
  box-shadow: var(--text-effect-offset) var(--color-green-1);
}

.txt-green-2 {
  color: var(--color-green-2);
}

.bg-green-2 {
  background-color: var(--color-green-2);
}

.border-green-2 {
  border-color: var(--color-green-2);
}

.outline-green-2 {
  outline-color: var(--color-green-2);
}

.shadow-green-2 {
  box-shadow: var(--text-effect-offset) var(--color-green-2);
}

.txt-penthouse {
  color: var(--color-penthouse);
}

.bg-penthouse {
  background-color: var(--color-penthouse);
}

.border-penthouse {
  border-color: var(--color-penthouse);
}

.outline-penthouse {
  outline-color: var(--color-penthouse);
}

.shadow-penthouse {
  box-shadow: var(--text-effect-offset) var(--color-penthouse);
}

.txt-villa {
  color: var(--color-villa);
}

.bg-villa {
  background-color: var(--color-villa);
}

.border-villa {
  border-color: var(--color-villa);
}

.outline-villa {
  outline-color: var(--color-villa);
}

.shadow-villa {
  box-shadow: var(--text-effect-offset) var(--color-villa);
}

.txt-apartment {
  color: var(--color-apartment);
}

.bg-apartment {
  background-color: var(--color-apartment);
}

.border-apartment {
  border-color: var(--color-apartment);
}

.outline-apartment {
  outline-color: var(--color-apartment);
}

.shadow-apartment {
  box-shadow: var(--text-effect-offset) var(--color-apartment);
}

.txt-office {
  color: var(--color-office);
}

.bg-office {
  background-color: var(--color-office);
}

.border-office {
  border-color: var(--color-office);
}

.outline-office {
  outline-color: var(--color-office);
}

.shadow-office {
  box-shadow: var(--text-effect-offset) var(--color-office);
}

.txt-new {
  color: var(--color-new);
}

.bg-new {
  background-color: var(--color-new);
}

.border-new {
  border-color: var(--color-new);
}

.outline-new {
  outline-color: var(--color-new);
}

.shadow-new {
  box-shadow: var(--text-effect-offset) var(--color-new);
}

.txt-soldout {
  color: var(--color-soldout);
}

.bg-soldout {
  background-color: var(--color-soldout);
}

.border-soldout {
  border-color: var(--color-soldout);
}

.outline-soldout {
  outline-color: var(--color-soldout);
}

.shadow-soldout {
  box-shadow: var(--text-effect-offset) var(--color-soldout);
}

.bg-white-10 {
  background-color: rgba(255, 255, 255, 0.1);
}

.bg-white-20 {
  background-color: rgba(255, 255, 255, 0.2);
}

.bg-white-30 {
  background-color: rgba(255, 255, 255, 0.3);
}

.bg-white-40 {
  background-color: rgba(255, 255, 255, 0.4);
}

.bg-white-50 {
  background-color: rgba(255, 255, 255, 0.5);
}

.bg-blur {
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.bg-white-special {
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

.text-shadow-dark {
  text-shadow: var(--text-effect-offset) var(--custom-bg-dark);
}

.text-shadow-light {
  text-shadow: var(--text-effect-offset) var(--custom-bg-light);
}

.heading .animationtext {
  font-weight: 500;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
}

.hero-banner-6 {
  position: relative;
  max-width: 100%;
  min-height: 75vh;
  overflow: hidden;
  margin-top: -128px;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-banner-6.flat-slider.home-1 .slider-content {
  padding: 0;
  padding-bottom: 0 !important;
  padding-left: 0;
  padding-right: 0;
}
.hero-banner-6.flat-slider .wd-find-select .tf-btn.primary {
  background-color: var(--dark-blue);
  border-color: var(--dark-blue);
  border-radius: 0 var(--border-radius) var(--border-radius) 0;
}
.hero-banner-6.flat-slider .wd-find-select .tf-btn.primary:hover {
  background-color: var(--green);
  border-color: var(--green);
  transition: background-color 0.6s, border-color 0.6s;
}
.hero-banner-6.flat-slider .wd-find-select .search-button-container .tf-btn.primary {
  border-radius: var(--border-radius);
  width: 100%;
  padding: 5px 20px;
}

#hero-search-form .nice-select.open .list {
  border-radius: var(--border-radius);
}

#hero-search-form .nice-select .option.focus,
#hero-search-form .nice-select .option.selected.focus,
#hero-search-form .nice-select .option:hover {
  color: var(--light-green);
}

#hero-search-form .nice-select .current,
#hero-search-form .nice-select .option {
  text-align: center;
  font-size: 18px;
}

#hero-search-form .tf-btn.primary {
  font-size: 18px;
}

#header.main-header.fixed-header {
  border: none;
  background-color: transparent;
}
#header.main-header.fixed-header .main-menu {
  background-color: transparent;
  width: 100%;
  position: relative;
  padding: 30px;
  z-index: 11;
}
#header.main-header.fixed-header .main-menu .navigation > li > a {
  color: var(--color-white);
  font-size: var(--default-size);
}
#header.main-header.fixed-header .main-menu .navigation > li > a::before {
  background-color: var(--color-blue-3);
}
#header.main-header.fixed-header .main-menu .navigation.classy > a::before {
  background-color: unset;
}

#header.main-header.fixed-header #header.main-header .main-menu .navigation > li > a {
  color: #fff;
  font-size: 16px;
}

#wrapper .top-header {
  background-color: rgba(46, 54, 82, 0.3);
  font-size: 14px;
  padding: 8px 30px;
  color: #fff;
  width: 100%;
  position: relative;
  z-index: 10;
}

.navigation li a img {
  filter: drop-shadow(0px 1px 4px rgba(255, 255, 255, 0.4));
}

.top-header .ae-anno-announcement__text,
.top-header .ae-anno-announcement__arrow,
.flat-recommended .section-title,
.flat-property .section-title,
.flat-agents .section-title {
  color: #ffffff;
}

.main-header .main-menu .navigation > li > ul > li:hover > a,
.main-header .main-menu .navigation > li > ul > li > a::before,
.main-header .main-menu .navigation > li > ul > li > ul > li:hover > a,
.main-header .main-menu .navigation > li > ul > li > ul > li > a::before {
  color: var(--bs-blue) !important;
}

#header.main-header .main-menu .navigation > li > a {
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
}

.bg-video-container {
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.bg-video-container .bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
  aspect-ratio: auto;
}
.bg-video-container .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.7));
}

.spacer {
  min-height: calc(var(--size-default) * 2);
}
.spacer.between-section {
  min-height: 90px;
}
.spacer.after-title {
  min-height: 30px;
}

:root {
  --size-default: 15px;
  --size-gap: 8px;
  --size-radius: 25px;
  --size-between-section: 90px;
  --size-after-title: 30px;
  --size-title: 31.5px;
  --size-subtitle: 22.5px;
  --size-title-3: 22.5px;
  --size-title-4: 16.5px;
  --font-family-base: Inter, sans-serif;
  --font-family-heading: Barlow, Inter, sans-serif;
  --color-white: #fff;
  --color-blue-1: #243154;
  --color-blue-2: #3498db;
  --color-blue-3: #8ED4C9;
  --color-green-1: #33C27F;
  --color-green-2: #79CDC0;
  --color-penthouse: #C5a57e;
  --color-villa: #b9619f;
  --color-apartment: #617ab9;
  --color-office: #4d5359;
  --color-new: #88c57e;
  --color-soldout: #b96161;
  --custom-bg-light: rgba(255, 255, 255, 0.1);
  --custom-bg-dark: rgba(0, 0, 0, 0.4);
  --filter-blur-value: 7px;
  --text-effect-offset: 1px 1px 4px;
  --bs-blue: #203157;
  --bs-primary: #33c27f;
  --bs-secondary: #8ED4C9;
  --dark-blue: #243154;
  --light-blue: #3498DB;
  --blue-2: #7fccbf;
  --green: #33C27F;
  --light-green: #79CDC0;
  --grey: #E4E4E4;
  --light-grey: #ECF0F1;
  --white-2: #DAF1ED;
  --border-radius: 25px;
}

.slider-content .flat-tab-form .tab-content {
  padding: 0;
}
.slider-content .flat-tab-form .wd-find-select {
  position: relative;
  z-index: 1;
  border-radius: var(--border-radius);
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 768px) {
  .slider-content .flat-tab-form .tab-content {
    padding: 0 150px;
  }
}
@media screen and (min-width: 768px) {
  .slider-content .flat-tab-form .wd-find-select {
    position: relative;
    border-radius: calc(var(--border-radius) * 2);
  }
  .slider-content .flat-tab-form .wd-find-select::before {
    border-radius: var(--border-radius) !important;
  }
}
.slider-content .flat-tab-form .wd-find-select .inner-group {
  padding: 20px;
  border-top-left-radius: var(--border-radius);
  border-bottom-left-radius: var(--border-radius);
  z-index: 2;
}

.slider-content .flat-tab-form .wd-find-select .inner-group .form-group-2 .btn-primary,
.slider-content .flat-tab-form .wd-find-select .inner-group .form-style .nice-select {
  border: 1px solid #fff;
  background-color: #fff;
  border-radius: var(--border-radius);
  color: #8ED4C9 !important;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  padding: 6px 0;
  text-transform: none;
}

.slider-content .flat-tab-form .wd-find-select .inner-group .form-group-2 .btn-primary:hover,
.slider-content .flat-tab-form .wd-find-select .inner-group .form-group-2 .btn-check:checked + .btn-primary {
  background-color: var(--light-green);
  border: 1px solid var(--light-green);
  color: #fff !important;
}

.slider-content .flat-tab-form .wd-find-select .inner-group .form-group-2 .btn-primary:active {
  background-color: #8ED4C9;
  color: #FFFFFF !important;
  border: none;
  outline: none;
}

.slider-content .flat-tab-form .wd-find-select .inner-group .form-group-2 .btn-primary:focus {
  background-color: #8ED4C9;
  color: #FFFFFF !important;
  border: none;
  outline: none;
}

.slider-content .flat-tab-form .wd-find-select .inner-group .form-style label {
  color: #243154;
  font-family: "Barlow Semi Condensed" !important;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  padding-bottom: 5px;
}

.slider-content .flat-tab-form .wd-find-select .inner-group {
  text-align: center;
}

.slider-content .flat-tab-form .wd-find-select .inner-group .form-group-2 {
  padding-inline-end: 20px;
  border-inline-end: 1px solid rgba(255, 255, 255, 0.3);
}

.slider-content .flat-tab-form .wd-find-select .inner-group .form-group-3 {
  border-inline-end: 1px solid rgba(255, 255, 255, 0.3);
  padding-right: 20px;
}

.slider-style-1 .box-title .text-subtitle.text-primary {
  color: var(--blue-2) !important;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.slider-style-1 .box-title .section-title {
  font-size: 34px;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  margin: 0;
}

.slider-style-1 .swiper-slide.swiper-slide-active {
  transform: scale(1.3);
}

.slider-style-1 .swiper {
  padding: 5% 0;
}

.slider-content .flat-tab-form .wd-find-select .inner-group .form-style .nice-select.has-value {
  color: #fff !important;
  background-color: var(--light-green);
  border-color: var(--light-green);
}

.slider-content .flat-tab-form .wd-find-select .inner-group .form-style .nice-select.has-value::after {
  border-bottom: 1.7px solid #fff;
  border-right: 1.7px solid #fff;
}

.slider-style-1 .box-location .content .title {
  text-align: center;
}

.slider-style-1 .swiper-slide {
  position: relative;
  border-radius: var(--border-radius);
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  padding: 10px;
  transition: 0.3s ease-in-out;
}

.slider-style-1 .swiper-slide.swiper-slide-active {
  z-index: 1000;
}

.swiper-slide .box-location {
  border-radius: calc(var(--border-radius) - 10px);
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.swiper-slide .box-location .image {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 100%;
  width: 100%;
  border-radius: 16px;
}
.swiper-slide .box-location .image img {
  height: 100% !important;
  width: auto !important;
  border-radius: 0px !important;
  max-width: unset !important;
  min-width: unset !important;
}
.swiper-slide .box-location .content .title {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), 1px 1px 8px rgba(255, 255, 255, 0.7);
}
.swiper-slide .box-location:hover .content {
  background-color: transparent;
}
.swiper-slide .box-location:hover .content .title {
  color: #fff;
}

.mobile-button svg, .mobile-button::after, .mobile-button::before {
  color: #fff !important;
}

.box-title .h1,
.box-title .h2,
.box-title .h3,
.box-title .h4,
.box-title .h5,
.box-title .h6,
.box-title h1,
.box-title h2,
.box-title h3,
.box-title h4,
.box-title h5,
.box-title h6 {
  line-height: 34px;
}
.box-title .box-left {
  position: relative;
  padding-left: 24px;
}
.box-title .box-left::before {
  content: "";
  position: absolute;
  display: block;
  width: 12px;
  height: 100%;
  background-color: var(--blue-2);
  top: 0;
  left: 0;
}
.box-title .box-left .section-title {
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
  margin: 0;
}
.box-title .box-left .text-subtitle.text-primary {
  font-weight: 600;
  color: var(--blue-2) !important;
  font-size: 24px;
  margin: 0;
}
.box-title .section-title.mt-4 {
  margin-top: 0 !important;
}
.box-title .btn-view .text {
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  font-size: 18px;
}
.box-title .btn-view .text::before {
  background-color: var(--blue-2);
}
.box-title .btn-view .icon {
  color: var(--light-green) !important;
}
.box-title .text-subtitle,
.box-title .section-title {
  font-family: var(--font-family-base);
}
.box-title .text-subtitle {
  font-size: 24px;
}
.box-title .section-title {
  font-size: 34px;
}

.transparent-card .content .desc .icon,
.transparent-card .content .meta-list .item .icon {
  color: var(--light-green) !important;
}

.search-button-container {
  min-width: 100%;
  z-index: 2;
  border-top-right-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: unset;
}

@media screen and (min-width: 768px) {
  .search-button-container {
    min-width: 25%;
    padding-right: 20px;
  }
}
.newsletter-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.newsletter-container .newsletter-subtitle {
  display: none;
}
.newsletter-container .newsletter-title {
  width: 40%;
  text-wrap: balance;
}
.newsletter-container .newsletter-form {
  width: 60%;
}
.newsletter-container .newsletter-form .subscribe-form .mb-3.position-relative {
  padding: 8px;
  background-color: var(--custom-bg-light);
  border-radius: 35px;
}
.newsletter-container .newsletter-form .subscribe-form .mb-3.position-relative #newsletter-email {
  background-color: var(--color-white);
  border-radius: 35px;
}
.newsletter-container .newsletter-form .subscribe-form .mb-3.position-relative .icon-left.icon-mail {
  display: none;
}
.newsletter-container .newsletter-form .subscribe-form .mb-3.position-relative button {
  background-color: var(--color-blue-1);
  color: var(--color-white);
  border-radius: 29px;
  right: 14px;
  padding: 6px 14px;
}

.style-2f .footer .content-footer-bottom {
  justify-content: center;
}

html,
body {
  position: relative;
  font-family: var(--font-family-base);
  scroll-behavior: smooth;
}

.style-2f h1,
.style-2f h2,
.style-2f h3,
.style-2f h4,
.style-2f h5,
.style-2f h6 {
  font-family: var(--font-family-heading);
}
.style-2f .flat-section,
.style-2f .flat-section-v3 {
  padding-top: unset;
  padding-bottom: unset;
}
.style-2f .sticky {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
  width: 100%;
  z-index: 100;
}

#wrapper {
  position: relative;
  z-index: 1;
}
#wrapper #header {
  z-index: 9;
}

.ae-anno-announcement-wrapper {
  padding: 0 !important;
}

.display-4.animate-on-load {
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}

.animate-on-load {
  opacity: 0;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  transform: translateY(20px);
  transition-delay: var(--animation-delay, 0s);
}

.lead {
  font-size: 18px;
  font-weight: 400;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
}

.bg-white-10 p,
.bg-white-10 .box-service .content .description,
.bg-white-10.homeya-box .content .desc,
.bg-white-10.homeya-box .content .meta-list .item .icon,
.bg-white-20 p,
.bg-white-20 .box-service .content .description,
.bg-white-20.homeya-box .content .desc,
.bg-white-20.homeya-box .content .meta-list .item .icon,
.bg-white-30 p,
.bg-white-30 .box-service .content .description,
.bg-white-30.homeya-box .content .desc,
.bg-white-30.homeya-box .content .meta-list .item .icon,
.bg-white-40 p,
.bg-white-40 .box-service .content .description,
.bg-white-40.homeya-box .content .desc,
.bg-white-40.homeya-box .content .meta-list .item .icon,
.bg-white-50 p,
.bg-white-50 .box-service .content .description,
.bg-white-50.homeya-box .content .desc,
.bg-white-50.homeya-box .content .meta-list .item .icon {
  color: #333;
}

.flat-section,
.flat-section-v3,
.footer {
  position: relative;
  z-index: 1;
}

.home-page-properties {
  padding-top: 0;
}

.home-page-properties .btn-view > span.text {
  color: #fff;
}

.flat-tab-form {
  margin-top: 2rem;
}

.home-page-properties .fadeInLeftSmall {
  display: flex;
}

.transparent-card .note,
.transparent-card .desc,
.transparent-card .archive-bottom {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}

.transparent-card .property-item.homeya-box .images-group::after {
  border-radius: calc(var(--border-radius) - 10px);
}

.custom-title-container {
  position: relative;
  padding-left: 1rem;
}

.custom-title-container .custom-vertical-line {
  position: absolute;
  left: 15px;
  top: 0;
  width: 11px;
  height: 100%;
}

.custom-style-1 .custom-title {
  font-size: 22px;
  font-weight: 600;
  /*line-height: 18px;
  margin-bottom: 0.3rem;*/
  text-transform: uppercase;
}

.custom-style-1 .custom-subtitle {
  font-size: 26px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 0px;
  padding-left: 10px;
}

.custom-title,
.custom-subtitle {
  padding-left: 11px;
  line-height: 100%;
  text-align: left;
  margin: 0;
}

.custom-image-fluid {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.custom-style-1 .custom-column-content {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--border-radius);
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  padding: 16px 26px;
  color: #fff;
}

.custom-style-1 .custom-column-content .custom-section-description,
.custom-style-1 .custom-column-content .custom-section-description p {
  color: #fff;
  text-align: justify;
}

.custom-style-1 .elt-item {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: calc(var(--border-radius) - 16px);
  color: #fff;
  transition: background-color 0.3s ease-in-out;
  width: 100%;
  text-wrap: balance;
}

@media screen and (min-width: 768px) {
  .custom-style-1 .elt-item {
    width: calc(50% - 10px);
  }
}
.custom-style-1 .elt-item:hover {
  background-color: rgba(121, 205, 192, 0.7);
}

.custom-style-1 .elt-item a {
  color: #fff;
  transition: color 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: justify;
  font-size: calc(100% - 1px);
}

.custom-style-1 .elt-item a:hover {
  color: #efefef;
}

.custom-style-1 .elt-item .custom-icon-container {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.custom-style-1 .custom-elt-container {
  padding-left: 15px;
  padding-right: 15px;
  gap: 20px;
}

.transparent-card .homeya-box.lg .content .note {
  font-size: 18px;
  text-align: center;
}

.transparent-card .homeya-box.lg .content .desc {
  font-size: 16px;
}

.transparent-card .lg .content .text-capitalize,
.transparent-card .content .text-capitalize .link {
  font-family: var(--font-family-base) !important;
}

.transparent-card .box-right .content .note {
  font-size: 13px !important;
  margin-top: 6px;
  text-align: justify;
}

.elt-item .custom-text-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 0.6rem;
  padding-left: 0.3rem;
}

.transparent-card .property-item.homeya-box.bg-white {
  background-color: rgba(0, 0, 0, 0.25) !important;
}

.overlay .swiper-slide:not(.swiper-slide-prev, .swiper-slide-active, .swiper-slide-next)::after {
  border-radius: var(--border-radius) !important;
}

.border-radius-default {
  border-radius: var(--border-radius);
}

.custom-style .box-title {
  display: flex;
  position: relative;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 22px;
}

.custom-style .box-title::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 11px;
  height: 100%;
  background-color: var(--blue-2);
}

.custom-style .box-title .text-subtitle {
  order: 2;
  color: #fff !important;
  font-size: 26px;
  text-transform: inherit;
}

.custom-style .box-title .section-title {
  order: 1;
  font-size: 22px;
  color: var(--blue-2);
  text-transform: uppercase;
  margin: 0;
}

.add-border-to-image .img-style {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 10px;
  border-radius: var(--border-radius);
}

.add-border-to-image .img-style img {
  border-radius: var(--border-radius);
  transition: 0.8s ease-in-out;
}

.add-border-to-image .hover-img:hover img {
  transform: scale(1) !important;
}

.custom-style .flat-blog-item .title {
  font-size: 16px;
  text-align: center;
  min-height: 2.8rem;
}

.custom-style .flat-blog-item .title a {
  color: #fff;
  display: inline;
}

.custom-style .flat-blog-item .title .title-separator {
  color: var(--blue-2);
  margin: auto 4px;
  display: inline-block;
}

.custom-style .flat-blog-item .description {
  color: #fff;
  min-height: 5rem;
  text-align: justify;
}

.custom-style .flat-blog-item .read-more-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 0;
}

.read-more-section .read-more {
  display: block;
  position: relative;
  text-align: center;
  padding: 2px 8px;
  color: #fff;
}

.read-more-section .read-more:hover {
  color: #fff;
}

.read-more-section .read-more::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0%;
  right: 0%;
  bottom: 0px;
  height: 50%;
  width: 100%;
  border-radius: 0px;
  background-color: rgba(127, 204, 191, 0.5098039216);
  transition: 0.6s;
  z-index: -1;
}

.read-more-section .read-more:hover::before {
  height: 100%;
  top: 0%;
  border-radius: var(--border-radius);
  background-color: #7fccbf;
}
