html{
  overflow-x: hidden;
}

body {
  font-family: "FuturaCyrillic-Book";
}
img {
  max-width: 100%;
}
.z-99 {
  z-index: 99;
}
a {
  text-decoration: none !important;
}

/* Common gradient backgrounds */
.bg-primary-gradient, .searchbar-box .search-property-btn, .news-letter-btn {
  background: linear-gradient(270deg, var(--bs-primary-250) -0.32%, var(--bs-blue) 100%) !important;
}
:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.hover-btn-primary {
  transition: 0.5s ease-out;
}
.hover-btn-primary:hover {
  background: linear-gradient(269.96deg, rgba(var(--bs-primary-500-rgb), 1) 0.05%, rgba(var(--bs-primary-400-rgb), 1) 99.98%);
  transition: 0.5s ease-out;
  color: var(--bs-white) !important;
  border: 1px solid var(--bs-gray-400) !important;
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
  width: 36px;
  height: 36px;
  font-size: var(--fs-30) !important;
  background-color: transparent !important;
  color: var(--bs-white) !important;
  border-radius: 6px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--bs-white);
}
.owl-nav .owl-prev span,
.owl-nav .owl-next span{
  height: 36px;
}
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99999;
  padding: 5px 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  /* height: 100px; */
  /* background-color: var(--bs-primary); */
}
.object-fit-cover {
  object-fit: cover;
}
.object-position-top {
  object-position: top;
}
header .navbar {
  position: inherit;
}
header.active {
  /* background: linear-gradient(
    180deg,
    rgb(4 39 42 / 47%) 20%,
    rgb(4 39 42 / 45%) 40%
  ); */
  background: linear-gradient(#04272ae6 39%, rgba(4, 39, 42, 0.8) 80%);
  height: 70px;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.2);
  animation: FadeInDown 0.4s;
}
@keyframes FadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
header.active .scroll {
  display: block !important;
}
/* .navbar .navbar-nav {
  gap: 8px;
} */

.navbar .navbar-nav a {
  font-size: 17px;
}
header.active .main {
  display: none !important;
}
.navbar-brand img {
  width: 184px;
}
.language-selector .dropdown-menu a {
  text-align: center;
}
.language-selector .dropdown-menu {
  min-width: 100%;
  background: transparent;
  border: 0;
}
.language-selector:hover .dropdown-menu,
.language-selector:hover .dropdown-toggle {
  display: block;
  background: linear-gradient(
    180deg,
    rgb(4 39 42 / 47%) 20%,
    rgb(4 39 42 / 45%) 40%
  );
}
.language-selector .dropdown-toggle {
  min-width: 52px;
  padding: 10px;
  font-size: 17px;
}
.dropdown-menu[data-bs-popper],
.language-selector .show {
  background: linear-gradient(
    180deg,
    rgb(4 39 42 / 47%) 20%,
    rgb(4 39 42 / 45%) 40%
  );
  margin-top: 0 !important;
}
.language-selector ul {
  right: 0 !important;
  left: unset !important;
  width: max-content;
}
.language-selector .dropdown-item:focus,
.language-selector .dropdown-item:hover {
  background-color: var(--bs-primary-100) !important;
  color: var(--bs-white);
}
.language-selector button::after {
  display: none;
}
.language-selector a {
  color: var(--bs-white);
}
@media (max-width: 1400px) {
  .navbar .navbar-nav a,
  .language-selector .dropdown-toggle {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .navbar .navbar-nav .nav-item .nav-link button {
    padding: 8px 28px;
  }
  .navbar .navbar-nav {
    gap: 8px;
    margin: 0 auto 0;
    text-align: center;
  }
  .navbar .navbar-toggler {
    background-color: none;
    border: none;
  }
}
@media (max-width: 991px) {
  .language-selector ul {
    left: 0 !important;
  }
  .language-selector .dropdown-toggle {
    min-width: 70px;
    border: 1px solid white !important;
    border-radius: 6px;
    padding: 6px;
  }
  header .menu-last-item {
    width: 100%;
  }
  .show-menu {
    top: 70px !important;
    /* flex-direction: column-reverse;
    
    display: flex;
    align-items: flex-start; */
  }
  .main-header .navbar .mobile-menu {
    flex-direction: column-reverse;
    height: calc(100vh - 180px);
    justify-content: flex-end;
  }
  #navbarNav {
    background: rgba(var(--bs-primary-800-rgb), 0.9);
    padding: 8px 30px;
    border-radius: 5px;
    padding: 32px;
    border-radius: 0px;
    position: absolute;
    right: 0;
    left: 0;
    top: 116px;
    width: 100%;
  }
  .navbar .navbar-nav a {
    font-size: 24px;
  }
  header.active {
    height: 70px;
    box-shadow: none;
    padding: 20px 0;
  }
  header {
      /* background: linear-gradient(#04272ae6 39%, rgba(4, 39, 42, 0.8) 80%); */
      /* -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.2); */
      /* box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.2); */
      animation: FadeInDown 0.4s;
  }
}

/* Header css start */

.menu a {
  text-decoration: none;
  color: var(--bs-white);
  padding-left: 20px;
}

.navbutton {
  padding: 5px 10px;
  border-radius: 100px;
  border: none;
  text-transform: uppercase;
}

.mainnav {
  height: 80px;
}
.home_search_form {
  padding-bottom: 104px;
}

#myDIV .more-dropdown {
  z-index: -1;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  opacity: 0;
  transform: scale(1);
}

#myDIV.show .more-dropdown {
  z-index: 1;
  opacity: 1;
  transform: scale(1);
  margin-top: -1px;
}
.search-property-container {
  max-width: 1147px;
  margin-inline: auto;
}
.searchbar-box {
  padding-inline: 41px;
  padding-block: 6px;
}
.searchbar-box .multiselect-selected-text {
  padding-left: 0 !important;
}
.advance-search {
  top: 0;
  right: 0;
}
.rental-search {
  bottom: 100%;
  left: 40px;
}
.rental-search h3 {
  font-size: var(--fs-15) !important;
}

.rental-search .rental-search-box {
  border-radius: 5px 5px 0px 0px;
  padding-block: 2.5px;
  min-width: 154px;
}
.property-filter-btn {
  white-space: nowrap;
}
.property-filter-btn h3, .property-filter-btn h2, .property-filter-btn p{
  font-size: var(--fs-18);
  margin-bottom: 0px;
  line-height: 1.5;
}
/* Default state for rental search box */
.rental-search .rental-search-box.property-filter-btn {
  background: linear-gradient(269.96deg, rgba(var(--bs-gray-rgb-100), 1) 0.05%, rgba(var(--bs-gray-rgb-200), 1) 0.05%);
  transition: all 0.3s ease;
}
.rental-search .rental-search-box.property-filter-btn:hover,
.rental-search .rental-search-box.property-filter-btn.selected,
.rental-search .rental-search-box.property-filter-btn.radio-checked {
  background: linear-gradient(269.96deg, rgba(var(--bs-primary-500-rgb), 1) 0.05%, rgba(var(--bs-primary-400-rgb), 1) 99.98%);
}

#myDIV.show .advance-search {
  bottom: -24px !important;
  top: inherit !important;
}
.row-gap {
  row-gap: 20px;
}

.searchbar-box .search-property-btn {
  font-size: var(--fs-18);
  padding: 6px 16px;
  transition: transform 0.3s ease;
}
.searchbar-box .search-property-btn span {
  line-height: var(--fs-26);
}

.home_search_form .p-xl-4 {
  padding: 0.8rem !important;
}

.searchbar-box .property-filter-btn {
    padding: 6px 14px;
    color: var(--bs-white);
    font-size: var(--fs-18);
    border: none;
    font-family: "Futura-Book";
    transition: all 0.3s ease;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

/* Selected/Active state - all variations that should show blue gradient */
.searchbar-box .property-filter-btn.selected,
.searchbar-box .property-filter-btn.radio-checked,
.searchbar-box .search-property,
.searchbar-box .property-filter-btn:not(.selected):not(.unselected).search-property,
.searchbar-box .search-property-btn:hover,
.searchbar-box .property-filter-btn:hover {
    background: linear-gradient(269.96deg, rgba(var(--bs-primary-500-rgb), 1) 0.05%, rgba(var(--bs-primary-400-rgb), 1) 99.98%);
}

.searchbar-box .property-filter-btn {
  min-width: 166px;
}

/* Unselected/Inactive state - all variations that should show gray gradient */
.searchbar-box .property-filter-btn.unselected,
.searchbar-box .property-filter-btn.radio-unchecked,
.searchbar-box .search-project,
.searchbar-box .property-filter-btn:not(.selected):not(.unselected).search-project {
    background: linear-gradient(269.96deg, rgba(var(--bs-gray-rgb-100), 1) 0.05%, rgba(var(--bs-gray-rgb-200), 1) 0.05%);
}

/* Hover effects */
/* .searchbar-box .search-property-btn:hover,
.searchbar-box .property-filter-btn:hover {
  transform: scale(1.05) !important;
  transition: all 0.3s ease;
} */
.searchbar-box .search-area-dropdown {
  width: 93%;
} 

@media (max-width: 1400px) {
  .gap-53{
    gap: 30px;
  }
}

@media (max-width: 1399px) {
  .searchbar-box {
    padding-inline: 30px;
  }
  
  .filter-btn-wrapper .property-filter-btn{
    width: 100%;
  }
  .searchbar-box .search-area-dropdown {
    width: 100%;
  } 
}

@media (max-width: 1200px) {
  .filter-btn-wrapper .property-filter-btn {
    width: 100%;
  }
  .filter-btn-wrapper {
    flex-wrap: wrap;
  }
  .peroperty-filter-main{
    gap: 12px;
  }
  .min-max-dropdown .select-dropdown {
    width: 20%;
    flex-wrap: wrap;
  }
  .searchbar-box {
    padding-bottom: 8px;
    padding-right: 30px;
  }
}
@media (max-width: 992px) {
  .filter-btn-wrapper {
    flex-wrap: nowrap;
  }
}
@media (max-width: 767px) {
  .more-dropdown .type-dropdown {
    width: 48%;
  }
  .home_search_form {
    padding-bottom: 60px;
  }

}
@media (max-width: 575px) {
  .hero-section-home .hero .hero-heading {
    position: inherit;
    /* padding-bottom: 40px; */
  }
  .mobile-bg {
    background-color: var(--bs-primary);
  }

  .font-20{
    font-size: 20px !important;
  }
}
/* HEADER CSS END */

/* HERO CSS START */
.hero-section-home {
  position: relative;
  height: calc(100vh - 70px);
  background-repeat: no-repeat;
  background-size: cover;
}
.about-us-section {
  padding-top: 140px;
  background: linear-gradient(
    0deg,
    rgba(4, 47, 31, -11) 90.05%,
    rgba(4, 36, 36, 2.8) 100.47%
  ) !important;
}
.hero-section-home::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #0000000d;
}
.video-bg {
  /* position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  right: 0;
  overflow: hidden; */
  /* max-width: 1920px; */
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  z-index: -1;
  right: 0;
  overflow: hidden;
  transform: translate(-50%, -50%);
}

.video-bg iframe {
  /* position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100%;
  transform: translate(-50%, -50%);
  pointer-events: none; */
  /* top: 50%;
  left: 50%; */
  position: absolute;
  pointer-events: none;
  object-fit: cover;
  object-position: center;
}
.hero-section-home .hero {
  height: 100%;
  min-height: auto;
}
.hero {
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 780px;
  background-position: center;
  background-image: none;
}

.appartment-detail{
  font-size: var(--fs-23);
}

.hero .select-area .appartment-detail button {
  border: 1px solid var(--bs-white);
  padding: 12px;
  margin-bottom: 12px;
}
.hero .select-area .social-media {
  gap: 9px;
}
.hero .select-area .social-media button {
  width: 100%;
  background-color: var(--bs-primary);
  padding: 13px;
}
.hero h5, .hero-section-box p, .second-dropdown p{
  font-size: var(--fs-18);
}
/* .home-content {
  position: absolute;
  bottom: -90px;
} */
.home-content h1 {
  line-height: 177px;
}
.hero-heading {
  padding: 0 0 88px 0;
  font-family: "Futura PT";
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero-heading span{
  font-family: "Futura-Medium" !important;
  font-size: var(--fs-38) !important;
  font-weight: 500 !important;
  margin-bottom: 15px;
  line-height: var(--fs-65);
}
.hero-heading h1 {
 font-family: "Albra-Light" !important;
 font-size: var(--fs-81) !important;
 line-height: var(--fs-81) !important;
}

.home-content h1{
  margin-bottom: 0px !important;
}

.herobutton {
  padding: 8px 30px;
  background-image: linear-gradient(
    var(--bs-primary-900),
    var(--bs-primary-400)
  );
  color: var(--bs-white);
  border: none;
  font-family: "FuturaCyrillic-Book";
}

.select-dropdown select {
  font-size: 1rem;
  font-weight: normal;
  max-width: 100%;
  padding: 8px 20px 8px 10px;
  border: none !important;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: var(--bs-secondary);
}
.property-detail .hero-section {
  height: 100vh;
}
.agent-card-img {
  width: 100%;
  height: 600px;
}
.agent-hero-section .team-title {
  bottom: 100px;
  right: 100px;
}
@media (max-width: 1400px) {
  .agent-card-img {
    width: 100%;
    height: 460px;
  }
}
@media (max-width: 991px) {
  .hero {
    background-image: url("https://images.optima-crm.com/resize/cms_medias/220/1440/20240515102114000000_hero-img.webp");
  }
  /* .agent-hero-section {
    height: 100vh !important;
    background-position: center;
  } */
  .contact-hero-section {
    height: 100vh !important;
  }
  .agent-card-img {
    height: 480px;
  }
  .hero-heading {
    padding: 150px 0 40px 0;
  }
}
@media (max-width: 767px) {
  .hero-heading span{
    text-align: center;
    font-size: var(--fs-20) !important;
    line-height: 1.5;
  }
  .home-content h1 {
    font-size: var(--fs-60) !important;
  }
  .hero .price-detail {
    border-right: 1px solid var(--bs-border-color);
  }
  .agent-card-img {
    height: 300px;
  }
  .hero-heading {
    padding: 50px 0;
  }
}
@media (max-width: 575px) {
  .agent-card-img {
    height: 460px;
  }
  .hero-section-home {
    min-height: 600px;
  }
}
@media (max-width: 475px) {
  .home-content h1 {
    font-size: var(--fs-40) !important;
  }
  .agent-card-img {
    height: 400px;
  }
}
/* HERO CSS END */

/* TRUSTED ESTATE CSS START */

.trusted-estate {
  background: linear-gradient(
    270deg,
    rgb(3 60 65) 0%,
    rgb(23 88 95) 60%,
    rgb(63 148 164) 100%
  );
  width: 100%;
  color: var(--bs-white);
  position: relative;
}
.trusted-estate .about-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.trusted-estate-des{
  max-width: 840px !important;
  margin-bottom: 16px !important;
}
.info-des span {
  display: inline-block;
  max-width: 1000px;
  margin: 0 auto;
  font-family: 'Futura-Book';
  font-weight: 400;
  font-size: var(--fs-20) !important;
  text-align: center;
  line-height: var(--fs-26);
}
.trusted-estate-info {
  padding-top: 50px;
  gap: 34px;
}
.trusted-estate-info .button {
  background: transparent;
  transition: all 0.3s ease;
}
.trusted-estate-info .button a {
  border: 1px solid var(--bs-white);
  border-radius: 5px;
  padding-block: 6px;
}
/* .trusted-estate-info .button:hover {
  transform: scale(1.05);
  background: linear-gradient(120deg, var(--bs-blue), var(--bs-blue-100));
  border-radius: 5px;
} */
.info-heading {
  margin-top: 35px;
  font-family: "Abeezee-italic";
  font-size: 25px;
  max-width: 776px; 
  font-weight: 400;
  line-height: var(--fs-40);
  text-align: center;

}
.btn-primary {
  padding: 10px 45px;
  color: var(--bs-white);
  border-color: var(--bs-white);
}
.info-btn {
  padding: 60px 0px 50px;
}
.info-btn .about-btn {
  border: 1px solid var(--bs-white);
  padding: 8px 70px;
  color: var(--bs-white);
  transition: all 0.5s ease;
  position: relative;
  overflow: hidden;
  background-color: transparent;
  border-radius: 10px;
  transition: transform 0.5s ease, color 0.5s ease;
  z-index: 1;
}
.info-btn .about-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, var(--bs-blue), var(--bs-blue-100));
  z-index: -1;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.info-btn .about-btn:hover::before {
  opacity: 1;
}

.info-btn .about-btn:hover {
  color: var(--bs-white);
}

@media (min-width: 1920px) {
  .trusted-estate .about-bg img {
    object-position: bottom;
    object-fit: cover;
  }
}

@media (max-width: 1360px) {
  .trusted-estate .about-bg img {
    object-fit: cover;
  }
}

@media (max-width: 1400px) {
  .info-btn button {
    padding: 10px 50px;
  }
}
@media (max-width: 991px) {
  .info-btn button {
    padding: 10px 30px;
  }
}
@media (max-width: 767px) {
  .info-btn {
    padding: 30px 0 56px 0;
  }
  .info-btn button {
    border: 1px solid var(--bs-primary);
  }
  .btn-primary {
    color: var(--bs-primary);
    border-color: var(--bs-primary);
    padding: 10px 20px;
  }
  .info-heading {
    margin-top: 24px;
    font-size: 30px;
  }
  .trusted-estate-info .button {
    width: 100%;
  }
  /* .trusted-estate {
    background: var(--bs-white);
    color: var(--bs-primary);
  } */
}

@media (max-width : 425px) {
  .info-btn .about-btn {
    padding: 8px 40px;
  }

}
/* TRUSTED ESTATE CSS END */

/* TEAM SECTION START */

.team-section {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  background-position: center;
  position: relative;
}
.team-section .image-hover {
  animation: changeImage 0.5s ease-in-out;
}
@keyframes changeImage {
  from {
    opacity: 0.6;
    transform: scale(1);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.team-section-main {
  position: absolute;
  bottom: 80px;
  right: 80px;
  height: 100px;
}
.team-section-main .team-btn {
  color: var(--bs-blue-900);
  transition: transform 0.3s ease;
}
.team-section-main .team-btn b {
  font-weight: 700;
  letter-spacing: 0%;
}

.team-section-main .team-btn:hover {
  transform: scale(1.05);
}

.team-section-box {
  background-color: rgba(255, 255, 255, 0.178);
  border: 1px solid rgba(255, 255, 255, 0.178);
}
@media (max-width: 1200px) {
  .team-section-main {
    padding-right: 50px;
  }
}
@media (max-width: 991px) {
  .team-section-main {
    padding-bottom: 20px;
  }
  .team-section-main {
    bottom: 30px;
    right: 10px;
    padding: 0;
  }
}

@media (max-width: 575px) {
  .team-section {
    background-image: none;
    height: auto;
    min-height: auto;
  }
  .team-section-main {
    height: 40px;
    bottom: 20px;
  }
  .team-section-main p {
    line-height: 7px;
    font-size: 9px !important;
    margin: 0;
    word-wrap: break-word;
    padding: 0;
  }
  .team-section-box {
    min-width: 50px;
    width: 140px;
  }
  .team-section svg {
    transform: scale(1.5);
    transform-origin: 36%;
  }
  .team-section .team-svg{
    padding: 60px 0 46px 0;
  }
  .trusted-estate .about-bg img {
    object-fit: cover !important;
  }
}
/* TEAM SECTION END */

/* CONSTRUCTION SECTION START */

.construction-section {
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 5;
  background-position: bottom;
  height: 85vh;
  min-height: 776px;
}
.construction-section .construct-custm {
  height: 55%;
}
.construction-section .construct-custm .overlay-property {
  background: linear-gradient(0deg, #04272a 0%, rgba(4, 39, 42, 0) 70.47%);
}
/* .construction-overlay {
  background: linear-gradient(
    270deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.23012955182072825) 100%
  );
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
} */
.construction-section h2 {
  font-size: 78px;
}
.construction-primary-overlay {
  background: linear-gradient(0deg, rgba(44, 91, 101, 0) 0%, #2C5B65 100%);
  position: absolute;
  height: 400px;
  width: 100%;
  top: 0;
  z-index: -1;
}
.overlay-property {
  background: linear-gradient(
    0deg,
    rgba(4, 39, 42, 1) 0%,
    rgba(4, 39, 42, 0) 100%
  );
  width: 100%;
  height: 100%;
}

.construction-heading {
  padding: 80px 0px;
}
.construction-section .property-result-section {
  margin-top: -300px;
}
@media (max-width: 1400px) {
  .construction-section h2 {
    font-size: 68px;
  }
}
@media (max-width: 1200px) {
  .construction-section .property-result-section {
    margin-top: -20px;
  }
  .construction-heading {
    padding-bottom: 40px;
  }

  .construction-section h2 {
    font-size: 60px;
  }
  .construction-section .construct-custm {
    height: auto;
  }
  .construction-section {
    height: auto;
  }
  .construction-main {
    padding: 50px 0px;
    margin-left: calc((100% - min(90%, 56.5rem)) / 2) !important;
  }
}
@media (max-width: 991px) {
  .construction-section .property-result-section {
    margin-top: 220px;
  }
  .construction-main {
    padding-top: 0;
    margin-left: calc((100% - min(90%, 43.5rem)) / 2) !important;
  }
}
@media (max-width: 767px) {
  .construction-section {
    min-height: 900px;
  }
  .construction-main {
    margin-left: calc((100% - min(90%, 32.5rem)) / 2) !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 575px) {
  .construction-main {
    margin-left: auto !important;
    margin-right: 0;
  }
  .construction-section {
    background-image: none;
    background: linear-gradient(180deg, #032629 0%, #2c5b65 100%);
  }
  .construction-section {
    min-height: 650px;
  }
}
.construction-main {
  padding: 150px 0px;
  margin-left: calc((100% - min(90%, 80.5rem)) / 2) !important;
}

.owl-carousel-property img {
  object-fit: cover;
  height: 220px;
  border-radius: 8px;

}

.owl-carousel-property .owl-dots {
  display: none;
}

.owl-carousel-property .owl-nav {
  position: absolute;
  bottom: -22%;
  display: flex;
}

.owl-carousel-property .owl-nav button.owl-next::before,
.owl-carousel-property .owl-nav button.owl-prev::before {
  content: "\f054";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: var(--bs-white);
  font-size: var(--fs-16);
}

.owl-carousel-property .owl-nav button.owl-prev::before {
  content: "\f053";
}

.owl-carousel-property .owl-nav button.owl-prev span,
.owl-carousel-property .owl-nav button.owl-next span {
  display: none;
  font-size: var(--fs-26);
}

.owl-carousel-property .owl-nav button.owl-prev,
.owl-carousel-property .owl-nav button.owl-next {
  background-color: var(--bs-white-500) !important;
  height: 50px;
  width: 50px;
}

.construction-shadow {
  background: linear-gradient(
    0deg,
    rgba(4, 39, 42, 1) 0%,
    rgba(4, 39, 42, 0) 100%
  );
  height: 100%;
  width: 100%;
}

/* CONSTRUCTION SECTION END */

/* EXPERIENCE CSS START */

@media (min-width: 768px) and (max-width: 1200px) {
  .experience-section {
    background-size: cover !important;
  }
}

@media (min-width: 768px) {
  .experience-section {
    background-image: url(/themes/optima_theme/assets/images/experience-4.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    background-position: top;
    z-index: 5;
    min-height: 4490px;
  }
}
@media (max-width: 768px) {
  .experience-small-bg {
    background-image: url(/themes/optima_theme/assets/images/testimonial-small-img.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    background-position: top;
    z-index: 5;
    margin-top: -2px
  }
  .blog-small-bg {
    background-image: url(/themes/optima_theme/assets/images/blog-small-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    background-position: top;
    z-index: 5;
  }
}
@media (max-width: 575px) {
  .blog-small-bg {
    background-image: url(/themes/optima_theme/assets/images/testimonial-small-img-2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    background-position: top;
    z-index: 5;
  }
}
.experience-section .experience-heading h2 {
  max-width: 820px;
  margin: auto;
  font-style: italic;
}
.experience-heading {
  padding: 108px 0px 45px 0;
}
.experience-sub-heading {
  z-index: 10;
  left: 50%;
  top: 2%;
  transform: translateX(-50%);
  font-size: var(--fs-48);
  font-family: "Albra";
  line-height: var(--fs-48);
  white-space: nowrap;

}
.experience-sub-heading h2 {
  font-size: var(--fs-48);
  font-family: "Albra";
  font-weight: 400;
  line-height: var(--fs-48);
  white-space: nowrap;
}

.-t-9{
  top: -9%;
}

.experience-sub-heading span, .experience-sub-heading h2 {
  text-transform: uppercase;
}
.experience-map {
  top: 42%;
}
.experience-map .maparea {
  width: 1250px !important;
}

.experience-map a,
.experience-map a:hover {
  text-decoration: none !important;
  color: var(--bs-white) !important;
}
.experience-map .map-select span {
  font-size: 28px;
}

img[usemap] {
  border: 0;
  height: auto;
  max-width: 100%;
  width: 50%;
}

.map-text-1 {
  bottom: 15%;
  left: 30%;
  cursor: pointer;
}
.map-text-2 {
  bottom: 16%;
  left: 41%;
  cursor: pointer;
}
.map-text-3 {
  bottom: 27%;
  right: 46%;
  cursor: pointer;
}
.map-text-4 {
  bottom: 42%;
  right: 37%;
  cursor: pointer;
}

#image-map area{
  padding: 0 !important;
}

.owl-carousel-espana .item-overrelay,
.owl-similar-property .item-overrelay {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  /* background-color: #1f4a52a4; */
  background: linear-gradient(
      0deg,
      rgba(31, 74, 82, 0.8),
      rgba(31, 74, 82, 0.8)
    ),
    linear-gradient(0deg, rgba(0, 0, 0, 0.56) 0%, rgba(0, 0, 0, 0) 51.92%);
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.owl-carousel-espana .item:hover .item-overrelay,
.owl-similar-property .item:hover .item-overrelay {
  opacity: 0.8;
  transform: scaleY(1);
}
.owl-carousel-espana .item:hover {
  transform: scale(1.1);
  cursor: pointer;
  box-shadow: 20px 20px 50px 0px #00000080;
}

.owl-carousel-espana .item:hover .experience-btn {
  bottom: 10%;
  transition: 0.5s ease-in-out;
}

.owl-carousel-espana .owl-stage-outer {
  padding: 30px 0 88px 0;
}

.experience-section .custm-mp-area {
  margin-top: 58%;
}

.experience-section .discover-our .bg-teal-light {
  background: linear-gradient(89.93deg, #44b2c2 0.03%, #34919f 99.91%);
  border: none !important;
  border-radius: 10px;
}
.experience-main .owl-nav {
  position: absolute;
  right: 200px;
  z-index: 99;
  top: 50px;
}

.owl-carousel-espana .owl-nav button.owl-next::before,
.owl-carousel-espana .owl-nav button.owl-prev::before {
  content: "\f054";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: var(--bs-white);
  font-size: var(--fs-16);
}

.owl-carousel-espana .owl-nav button.owl-prev::before {
  content: "\f053";
}

.owl-carousel-espana .owl-nav button.owl-prev span,
.owl-carousel-espana .owl-nav button.owl-next span {
  display: none;
}

.owl-carousel-espana .owl-nav button.owl-prev,
.owl-carousel-espana .owl-nav button.owl-next {
  height: 50px;
  width: 50px;
  background-color: var(--bs-white-500) !important;
}

.owl-carousel-espana .item {
  transition: transform 0.4s ease, opacity 0.4s ease;
  overflow-x: hidden;
  height: 336px;
  border-radius: 12px;
}

.left-side-espana, .right-side-espana {
  cursor: pointer;
  z-index: 10;
  top: 0;
  height: 100%;
  width: 70px;
}

/* start owl_pagination */

.owl_pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 40px;
}
.owl_pagination .owl_dots {
  display: flex;
  width: 100%;
  align-items: center;
  margin: 20px;
}
.owl_pagination .owl_dots .owl-dot {
  height: 11px;
  width: 100%;
  cursor: pointer;
  position: relative;
  border: none;
  background: transparent;
}
.owl_pagination .owl_dots .owl-dot::before {
  position: absolute;
  content: "";
  height: 1px;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--bs-white);
}
.owl_pagination .owl_dots .owl-dot.active::before {
  height: 3px;
}
/* end owl_pagination */

.experience-btn {
  bottom: -20%;
}

.overlay {
  background: linear-gradient(
    0deg,
    rgba(4, 39, 42, 1) 0%,
    rgba(4, 39, 42, 0.0032387955182072714) 100%
  );
  width: 100%;
  height: 100%;
}

.overlay-white {
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 50%
  );
  width: 100%;
}
.modal-download .modal-content {
  background-color: var(--bs-primary);
}
.modal-download .modal-header .btn-close {
  background-image: none;
}
.modal-download .modal-header .btn-close::after,
.modal-download .modal-header .btn-close::before {
  content: "";
  position: absolute;
  width: 60%;
  height: 2px;
  background-color: white;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: background-color 0.3s;
}
.modal-download .modal-header .btn-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modal-download::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: black;
  top: 0;
  left: 0;
  opacity: 0.4;
}
.modal-backdrop {
  display: none;
}
.purchasing-guide .modal-header{
  border-bottom: none;
}
.purchasing-guide .modal-content{
  border: 1px solid transparent;
  background-color: var(--bs-primary-500);
}
.purchasing-guide .modal-body{
  padding-top: 0px;
}
.purchasing-guide .modal-title{
  font-size: 26px;
}
.purchasing-guide .guide-form{
  margin-bottom: 14px;
}
.purchasing-guide .guide-form .first-name{
  width: 45%;
}
.purchasing-guide .guide-form .last-name{
  width: 55%;
}
.purchasing-guide .guide-form input,textarea{
  border: 1px solid var(--bs-gray-700);
  font-size: var(--fs-18);
  padding-block: 12px;
  padding-inline: 22px;
}
.purchasing-guide .guide-form input::placeholder,
.purchasing-guide .guide-form textarea::placeholder{
  color: var(--bs-primary-500);
  font-size: var(--fs-18);
}
.purchasing-guide .guide-btn{
  padding-block: 10.5px !important;
  min-width: 176px;
  font-size: var(--fs-18);
}
.news-letter-btn{
  transition: all 0.3s ease;
  padding-block: 11px !important;
}
.news-letter-btn b{
  font-weight: 500;
  line-height: 21.19px;
  letter-spacing: -1%;
  text-transform: uppercase;
}
.news-letter-btn:hover{
  transform: scale(1.05);
}

.purchasing-guide .guide-message {
  margin-bottom: 5px !important;
}

.reCaptcha {
  transform: scale(0.8);
}



@media (max-width: 5500px) {
  .experience-section .custm-mp-area {
    margin-top: 87%;
  }
}

@media (max-width: 3100px) {
  .experience-section .custm-mp-area {
    margin-top: 75%;
  }
}

@media (max-width: 2560px) {
  .experience-section .custm-mp-area {
    margin-top: 68%;
  }
}

@media (max-width: 2100px) {
  .experience-section .custm-mp-area {
    margin-top: 46%;
  }
}

@media (max-width: 1808px) {
  .experience-section .custm-mp-area {
    margin-top: 58%;
  }
}

@media (max-width: 1580px) {
  .experience-section {
    min-height: 4000px;
  }
  .experience-section .custm-mp-area {
    margin-top: 50%;
  }

}

@media (max-width: 1320px) {
  .experience-section {
    min-height: 4000px;
  }
  .experience-section .custm-mp-area {
    margin-top: 53%;
  }
}
@media (max-width: 1199px) {
  .experience-sub-heading, .experience-sub-heading h2 {
    /* padding-left: 90px; */
    /* bottom: 420px; */
    font-size: 50px;
  }
  .map-text-2 {
    bottom: 20%;
    left: 41%;
  }
  .experience-section .custm-mp-area {
    margin-top: 55%;
  }
}
@media (max-width: 1400px) {
  .experience-map .map-select span {
    font-size: 24px;
  }
  .experience-section {
    min-height: 2500px;
  }
}
@media (max-width: 1200px) {
  .experience-map .map-select span {
    font-size: 20px;
  }
}
@media (max-width: 990px) {
  .experience-map .map-select span {
    font-size: 18px;
  }
  .experience-sub-heading, .experience-sub-heading h2 {
    font-size: 40px;
  }
  .map-text-2 {
    bottom: 15%;
    left: 40%;
  }
  .experience-section .custm-mp-area {
    margin-top: 60%;
  }
}
@media (max-width: 767px) {
  .experience-map .map-select span {
    font-size: 16px;
  }
  .experience-sub-heading, .experience-sub-heading h2 {
    padding-left: 0;
    font-size: 32px;
    line-height: 40px;
    /* bottom: 280px; */
    /* left: 40px; */
  }
  .property-detail .owl-carousel .owl-item img {
    height: 100%;
  }
  .experience-heading {
    padding: 60px 0px 0px 0px;
  }
  .experience-section {
    min-height: auto;
  }
  .experience-section .custm-mp-area {
    margin-top: 0%;
  }
  .experience-main {
    padding-top: 0;
  }
  .map-text-1 {
    bottom: 20%;
    left: 26%;
  }
}
@media (max-width: 575px) {
  .experience-map .map-select span {
    font-size: 10px;
  }
  .experience-sub-heading, .experience-sub-heading h2 {
    font-size: 30px;
  }
  .map-text-1 {
    bottom: 14%;
    left: 27%;
    line-height: 14px;
  }
  .map-text-2 {
    bottom: 14%;
    left: 48%;
    line-height: 14px;
  }
  .map-text-4 {
    bottom: 45%;
    right: 24%;
    line-height: 14px;
  }
  .map-text-3 {
    bottom: 26%;
    right: 34%;
    line-height: 14px;
  }
  .owl-carousel-espana .item {
    height: 330px;
  }
  .experience-section .custm-mp-area {
    margin-top: 40px;
  }
  .owl-carousel-espana .owl-stage-outer {
    padding: 30px 0;
  }
  .owl-carousel-espana .experience-btn button {
    border: 1px solid white !important;
    background: transparent;
    font-size: 14px !important;
  }
  .experience-main {
    padding-bottom: 50px;
  }
  .purchasing-guide .modal-title{
    font-size: var(--fs-20);
  }
  .purchasing-guide .guide-form .first-name{
    width: 100%;
  }
  .purchasing-guide .guide-form .last-name{
    width: 100%;
  }
}
@media (max-width: 475px) {
  .experience-sub-heading, .experience-sub-heading h2 {
    font-size: 20px;
    line-height: 30px;
    /* bottom: 180px; */
  }
  .owl-carousel-espana .item {
    height: 280px;
  }
  .map-text-1 {
    bottom: 14%;
  }
}
@media (max-width: 375px) {
  .experience-sub-heading, .experience-sub-heading h2 {
    font-size: 18px;
    line-height: 30px;
    /* bottom: 140px; */
    /* left: 20px; */
  }
}

/* EXPERIENCE CSS END */

/* BLOG SECTION START */

.blog {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0px 60px;
  z-index: 5;
}

.blog .blog-heading h3, .blog .blog-heading h2 {
  font-size: var(--fs-40);
  font-weight: 500;
  font-family: "Roboto";
}
.blog .blog-heading p{
  font-family:'Futura-Medium';
  font-weight: 500;
  font-size: var(--fs-21);
  line-height: 31.5px;
  vertical-align: middle;
}

.blog-btn {
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
}
.blog-inner-btn a {
  font-size: 20px;
}
/* .blog-inner-btn .hover-btn-primary:hover {
  border: 2px solid var(--bs-gray-400) !important;
} */

.blog-white-shadow,
.blog-white-shadow-up,
.experience-white-shadow-down {
  width: 100%;
  height: 327px;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  position: absolute;
  bottom: 0;
  z-index: -1;
}
.blog .blog-box img {
  height: 100%;
  width: 100% !important;
  object-fit: cover;
}

.blog .blog-box{
  height: 415px;
  width: 335px !important;
}


.blog-white-shadow-up {
  width: 100%;
  height: 327px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  position: absolute;
  top: 0;
}

.blog-heading {
  padding-bottom: 27px;
}
.testimonial-shadow .blog-heading{
  padding-bottom: 42px !important;
}
.blog-inner-btn {
  padding-top: 52px;
}

.blog-inner-btn a button {
  color: var(--bs-primary-500);
}

.blog-inner-btn button {
  border: 2px solid var(--bs-primary-500);
}

.hover,
.blog-btn {
  opacity: 0;
  transition: 0.5s all;
}
.blog-btn button {
  background: linear-gradient(270deg, #34919f -0.32%, #43b1c1 100%);
}
.blog-box:hover .hover,
.blog-box:hover .blog-btn {
  opacity: 1;
}
.blog-overlay {
  background: linear-gradient(
    180deg,
    rgba(25, 72, 80, 1) 0%,
    rgba(25, 72, 80, 0) 100%
  );
  height: 100%;
  position: absolute;
  color: var(--bs-white);
  padding: 35px;
}
.blog-box:hover .blog-overlay {
  backdrop-filter: blur(3px);
  transition: 0.5s all;
}
.blog-hover {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background: linear-gradient(
    180deg,
    rgba(2, 37, 40, 1) 0%,
    rgba(2, 37, 40, 0.3337710084033614) 100%
  );
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: 0.5s ease;
}
.blog-box:hover .blog-hover {
  transition: 0.8s all;
  bottom: 0;
  height: 100%;
}
@media (max-width: 1200px) {
  .blog .blog-box img {
    height: 385px;
  }
}
@media (max-width: 991px) {
  .blog {
    padding: 50px 0;
  }
  .blog-overlay{
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .blog .blog-heading h3, .blog .blog-heading h2 {
    font-size: var(--fs-40);
  }
  .blog {
    background: none;
  }
  .blog .blog-box img {
    height: 100%;
  }
}

/* TESTIMONIAL START */

.testimonial-section {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 74px;
  margin-bottom: -1px;
}
.testimonial-section .modal-img {
  width: 335px !important;
  height: 514px;
}
.testimonial-section .modal-img img {
  object-fit: cover;
}

.testimonial-img-shadow {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(
    0deg,
    rgba(33, 72, 81, 1) 0%,
    rgba(33, 72, 81, 0) 46%,
    transparent 100%
  ); */
}

.testimonial-white-shadow {
  width: 100%;
  height: 390px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  top: 0;
  left: 0;
  z-index: 5;
}

.testimonial-box{
  width: 335px !important;
  height: 514px;

}
.testi-overlay {
  background: linear-gradient(
    0deg,
    rgba(4, 39, 42, 1) 0%,
    rgba(4, 39, 42, 0) 100%
  );
  width: 100%;
}
.ugb-video-popup {
  z-index: 99;
}
.box-shadow {
  box-shadow: rgba(0, 0, 0, 0.5) 0px 14px 28px, rgba(0, 0, 0, 0.4) 0px 10px 10px;
}

@media (max-width: 1400px) {
  .testimonial-section .modal-img {
    width: 100% !important;
  }
}
@media (max-width: 991px) {
  .testimonial-section .modal-img {
    height: 400px;
  }
  .testimonial-box {
    height: auto;
  }
}
@media (max-width: 767px) {
  .testimonial-section {
    height: auto;
    padding-bottom: 100px;
  }
  /* .testimonial-section .modal-img {
    height: 100%;
  } */
  .testimonial-section .modal-img {
    height: 394px;
  }
}
@media (max-width: 575px) {
  .testimonial-section .modal-img {
    height: 394px;
  }
}
/* TESTIMONIAL END */

/* SOCIAL NETWORK CSS START */

.social-network-main {
  left: 5.5%;
  position: absolute;
}
.social-network-main h3, .social-network-main h2 {
  font-size: var(--fs-48);
}

.social-network-bg {
  height: 100%;
  padding: 0px 0px 80px;
}
.social-network-bg-img {
  background: url(/themes/optima_theme/assets/images/social-network-bg-img-3.webp);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100% 100%;
  width: 100%;
  opacity: 100%;
  height: 100%;
  top: -1px;
}
.social-network-bg-img img {
  opacity: 90%;
}

@media (min-width: 1800px) {
  .social-network-bg-img {
    background-position: center;
  }
}
@media (max-width: 1399px) {
  .social-network-main {
    left: 0;
  }
}
@media (max-width: 992px) {
  .social-network-bg-img img{
    object-fit: cover;
  }
}
.social-network-bg .social-network-main a {
  width: max-content;
  display: block;
}
.logo-line {
  height: 1px;
  background-color: var(--bs-white);
}
.social-video,
.social-vimeo {
  border: 1px solid white;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff80;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}
.video-container .play-video-hover {
  display: none;
}
.video-container:hover .play-video-hover {
  display: flex;
}
.second-vimeo {
  display: none;
}
@media (max-width: 991px) {
  .social-network-bg {
    padding: 0px 0px 60px;
    margin-bottom: -2px;
  }
  .social-network-main h3, .social-network-main h2 {
    font-size: var(--fs-40);
  }
  .social-network-main {
    position: inherit;
    left: 0;
  }
  .contact-section .contact-bg-overlay{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background-color: #04272a7d;
    height: 100%;
    width: 100%;
    z-index: 1;
  }
}
@media (max-width: 767px) {
  .social-network-bg .social-carosal {
    margin-left: calc((90% - min(90%, 43.5rem)) / 2) !important;
    margin-right: auto;
    max-width: none;
  }
  .social-network-bg {
    margin-top: 0;
    padding: 0px 0 70px;
  }
}
@media (max-width: 575px) {
  .social-network-main h3, .social-network-main h2 {
    font-size: var(--fs-32);
  }
  /* .blog-box .hover,
  .blog-box .blog-btn {
    opacity: 1;
  } */
  .social-network-bg-img {
    background: url(/themes/optima_theme/assets/images/social-network-small-bg.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    width: 100%;
    opacity: 100%;
    height: 100%;
    top: -1px;
  }
}
/* SOCIAL NETWORK CSS END */

/* CONTACT CSS START */
.purchase-btn {
  transition: 1s;
  padding: 6px 34px;
}
.purchase-btn:hover {
  transform: scale(1.05);
  background: linear-gradient(270deg, var(--bs-primary-250) 0%, var(--bs-primary-350) 100%) !important;
}
.contact-section {
  max-height: 800px;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: inset 0px 1500px 0px #04272a7d;
}
.contact-section .contact-bg::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  /* background-color: #04272a7d; */
  background-color: rgba(var(--bs-primary-450-rgb), 0.31);
  height: 100%;
  width: 100%;
  z-index: 9;
}
.contact-section .contact-main {
  position: absolute;
  /* top: 47%; */
  bottom: 43px;
  left: 50%;
  transform: translateX(-50%);
  backdrop-filter: blur(3px);
  background-color: var(--bs-primary-600);
  width: 504px;
  padding: 24px 16px 8px;
  margin-bottom: -220px;
  z-index: 9;
  border-radius: 10px;
}
.contact-section .contact-main h3 {
  font-size: 30px;
}
.contact-section .contact-main input {
  font-size: var(--fs-18);
  border-radius: 8px;
  border: 1px solid #757575;
  padding-block: 12px !important;
}
.contact-section .contact-main input::placeholder,.contact-section .newsletter-input::placeholder{
  font-size: var(--fs-18);
  color: var(--bs-primary);
}
.contact-main .contact-us-btn {
  height: 40px;
}
.newsletter-input {
  padding-block: 10px !important;
}

.contact-newsletter{
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
}

.g-recaptcha iframe {
  width: 100% !important;
}
.home-contact-bg{
  max-height: 800px;
}
.contact-section .home-contact-img{
  max-height: 800px;
  height: 100%;
}
.contact-main textarea{
  margin-bottom: 3px !important;
}
.contact-main .reCaptcha{
  padding-top: 4px !important;
}

@media (max-width: 1390px){
  .contact-section .home-contact-img{
    height: 780px;
  }
}

@media (max-width: 1080px){
  .contact-newsletter{
    top: 2%;
  }
}
@media (max-width: 991px) {
  .contact-section {
    max-height: 100%;
  }
  .home-contact-bg {
    max-height: 100%;
  }
  .contact-section .home-contact-img {
    max-height: 100%;
  }
  .contact-section .contact-main {
    /* width: 100%; */
    padding: 20px 40px;
  }
  .contact-section .contact-bg::before {
    display: none;
  }
  .contact-section {
    background: linear-gradient(
      180.49deg,
      #0a2c34 0.85%,
      #164d53 44.47%,
      #5491a8 99.53%
    );
  }
  .contact-main {
    padding: 50px 14px;
    position: inherit;
    transform: translate(0);
    backdrop-filter: blur(10.4192px);
  }
  .contact-section .contact-main {
    position: absolute;
    /* transform: translateX(0%); */
    margin-bottom: 0;
    padding: 20px 10px;
  }
  .contact-newsletter{
    /* top: 50% !important; */
    left: 50%;
    transform: translatex(-50%);
  }
  .contact-section .home-contact-img{
    height: 990px;
  }
  .home-contact-bg{
    height: 990px;
  }
}
@media (max-width: 768px) {
  .contact-section .home-contact-img{
    height: 1080px;
  }
  .home-contact-bg{
    height: 1080px;
  }
}
@media (max-width: 575px) {
  .contact-newsletter {
    top: 31px !important;
  }
  .contact-section .contact-bg-overlay {
    background-color: rgb(25, 72, 80,0.60);
    backdrop-filter: blur(3px);
  }
  .contact-section .contact-main {
    background-color: transparent;
    padding-inline: 12px;
    width: 100%;
    bottom: 0px !important;
    backdrop-filter: blur(0px);
  }
  .news-letter-btn {
    width: 100% !important;
  }
  .contact-section .contact-main input {
    padding-block: 7px !important;
  }
  .contact-main .contact-us-btn {
    width: 100%
  }
  #home-contact-form .first-name-input {
    padding-right: 12px !important;
  }
}
.contact-main ::placeholder,
textarea {
  color: var(--bs-primary);
  font-size: var(--fs-18);
}

/* CONTACT CSS END */

/* FOOTER CSS START */
#footer-menu #footer-img img {
  min-width: 100px;
}
.back-gr-redi {
  background: linear-gradient(180deg, #184d53 19.33%, #0B2D35 100%);;
  padding-top: 130px;
  padding-bottom: 16px;
}

.footer-full a,
.footer-full a:hover {
  color: var(--bs-white);
  text-decoration: none;
}

.footer-logo {
  text-align: center;
  justify-content: center;
}

.social-icon {
  gap: 140px;
}

.logo-fotter {
  padding: 16px 40px;
}

.footer-add a {
  text-decoration: none;
  font-size: var(--fs-16);
  color: var(--bs-white);
}
.footer-add .footer-social-link {
  max-width: 88%;
  margin-left: auto;
}

.footer-refrence-img {
  max-width: 85%;
  margin-left: auto;
}

.footer-menu-item {
  margin-bottom: 10px !important;
  width: max-content;
}

.footer-img {
  padding-right: 220px !important;
}

.footer-add .social-details{
  padding-bottom: 12px;
}

@media (min-width: 992px) {
  .custom-footer-container {
    max-width: 1250px !important;
    margin-inline: auto;
  }
  .footer-main-logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
  }
  .top-80 {
    top: -80px;
  }

  .bottom-10 {
    bottom: 10px;
  }
}


/* .politica {
  margin-top: 80px;
} */

@media (max-width: 1200px) {
  .back-gr-redi {
    padding-top: 140px;
  }
  .contact-section .contact-main{
    bottom: 40px;
  }
}
@media (max-width: 992px) {
  .back-gr-redi {
    padding-top: 50px;
  }
  .footer-add .footer-social-link {
    max-width: 100%;
    margin-left: auto;
  }
  .footer-refrence-img {
    max-width: 100%;
    margin-inline: auto;
  }
  .footer-main-logo {
    order: -1;
  }
}
@media (max-width: 767px) {
  .back-gr-redi {
    padding-top: 40px;
  }
}
@media (max-width: 575px) {
  .back-gr-redi {
    padding-top: 28px;
    background: #194850;
  }
  .social-icon {
    gap: 0;
    justify-content: space-between;
  }
  .home-footer-logo {
    width: 193px;
    margin-bottom: 12px;
  }
  .footer-add {
    margin-top: 20px !important;
  }
  .footer-add .social-details {
    gap: 20px !important;
  }
  #footer-menu #footer-img .left-image {
    width: 45%
  }
  #footer-menu #footer-img .right-image {
    width: 55%
  }
  #footer-menu #footer-img img {
    height: 69px;
  }
  .footer-social-links {
    padding-inline: 34px !important;
  }
  .footer-add {
    padding-inline: 34px !important;
  }
  .footer-privacy-policy-img {
    padding-inline: 20px !important;
  }
}

/* FOOTER CSS END */
input[type="text"]:disabled {
  background: var(--bs-gray-200);
}
.hero-section-shadow {
  background: linear-gradient(
    0deg,
    rgba(4, 39, 42, 0) 81.05%,
    rgba(4, 39, 42, 0.8) 91.47%
  ) !important;
}
.newsletter h3, .newsletter h2 {
  padding-bottom: 31px;
  font-family: Albra;
}
.contact-newsletter{
  top: 52px;
}

.policy-checkbox {
  position: relative;
  top: 6px;
}
.policy-checkbox .checkmark {
  height: 13px;
  width: 13px;
  border: 1px solid white;
  border-radius: 2px;
  overflow: hidden;
}
.policy-checkbox input:checked ~ .checkmark {
  background-color: var(--bs-primary-200);
  border: 1px solid var(--bs-primary) !important;
}
.policy-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.policy-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.policy-checkbox .checkmark:after {
  content: "";
  position: absolute;
  left: -0.8px !important;
  top: 0 !important;
  width: 13px;
  height: 13px;
  background: url('data:image/svg+xml;utf8,<svg width="6" height="6" viewBox="0 0 7 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 3.25L3.10526 5.5L6 1.5" stroke="white" stroke-width="2" stroke-linecap="round"/></svg>') no-repeat center center;
  background-size: 7px 8px;
  display: block;
}

@media (max-width: 575px) {
  .policy-checkbox .checkmark {
    top: -1px !important;
  }
}

.newsletter .bg-teal-light {
  width: 160px;
}
.property-filter .dropdown-menu li {
  background-color: #f7f7f7 !important;
}
.property-filter .dropdown-menu li:hover {
  background-color: #3693a1 !important;
}
.property-filter .dropdown-menu li:hover label {
  color: #fff !important;
}
.properties-heading {
  font-family: "Albra";
}
.property-btn-search button {
  background: linear-gradient(274.13deg, #3693a1 0%, #45b1c1 102.01%);
  padding: 6px 42px;
}
.property-select .caret {
  width: 9px;
  height: 8px;
  border-left: 2px solid #9d9d9d;
  transform: rotate(-41deg);
  border-bottom: 2px solid #9d9d9d;
  display: flex;
}
.property-select .space-btn .btn-group button {
  justify-content: space-between;
}
.property-select .select-dropdown .btn-group button {
  display: flex;
  align-items: center;
}
.space-btn .select2.select2-container{
  border: 1px solid var(--bs-primary);
  width: 100% !important;
  padding: 0 6px;
}
.space-btn .select2.select2-container.select2-container--default::after{
  right: 10px;
}
.space-btn .select2-container--default .select2-selection--single .select2-selection__rendered{
  color: var(--bs-black) !important;
  font-size: inherit !important;
}
.type-dropdown .select2.select2-container.select2-container--default{
  width: 100% !important;
}
@media (max-width: 1390px) {
  .newsletter h3, .newsletter h2 {
    padding-bottom: 20px;
  }
}

/* checbox css custom */

.custm-checbox {
  position: relative;
  cursor: pointer;
  gap: 9px;
}
.custm-checbox .checkmark::before {
  height: auto;
  width: auto;
}
.custm-checbox label {
  cursor: pointer;
}
.multi-checkbox {
  padding-right: 70px;
}
.custm-checbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.custm-checbox .checkmark {
  display: flex;
  height: 18px;
  width: 18px;
  border: 1px solid #9d9d9d;
  border-radius: 2px;
}

.custm-checbox input:checked ~ .checkmark {
  background-color: #3cc3d7;
  border: 1.5px solid #194850;
}

.custm-checbox input:checked ~ .checkmark:after {
  display: block;
}

.custm-checbox .checkmark:after {
  position: absolute;
  content: "";
  display: none;
  left: 6px;
  top: 9px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.dropdown-checkbox .checkmark:after {
    top: 42%;
    left: 50%;
    width: 5px;
    height: 9px;
    transform: translate(-50%, -50%) rotate(45deg);
}

.dropdown-checkbox {
  padding: 2px 12px;
}
.dropdown-checkbox .checkmark{
  min-width: 16px;
}

.checkmark::before {
    position: absolute;
    content: "";
    right: -40px;
    top: -28px;
    height: 53px;
    width: 82px;
    background-color: var(--bs-white);
    transform: rotate(42deg);
    opacity: 0;
}

.gestali-center {
  padding-bottom: 10px;
  gap: 6%;
}
.social-img-effect::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: transparent;
}
.social-carosal .feature-img,
.social-carosal .social-img-effect {
  width: 210px !important;
  object-fit: cover;
  height: 150px !important;
  position: relative;
  border-radius: 10px;
  box-shadow: 15px 15px 50px 0px rgba(var(--bs-black-rgb), 0.5);
}

.social-network-bg .hover-effect {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background: linear-gradient(
    180deg,
    rgba(2, 37, 40, 1) 0%,
    rgba(2, 37, 40, 0.3337710084033614) 100%
  );
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: 0.5s ease;
  border-radius: 8px;
}

.social-network-bg .social-img-class:hover .hover-effect {
  transition: 0.8s all;
  bottom: 0;
  height: 100%;
}

.social-carosal iframe {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  object-fit: cover;
  object-position: center;
  height: 100% !important;
  z-index: -1;
}
.social-carosal .social-links-gallery {
  max-width: 1220px;
  padding-left: 12px !important;
}
.testimonial-section .owl-carousel-testimonial .video-container iframe {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  object-fit: cover;
  object-position: center;
  z-index: -1;
  max-width: calc(100% - 2px) !important;
}
.testimonial-section .owl-carousel-testimonial {
  display: flex;
  /* padding: 0 10%; */
  gap: 72px !important;
  position: relative;
}
.testimonial-section .owl-carousel-testimonial .item {
  width: 335px !important;
}
.testimonial-section .left-side-testimonial,
.testimonial-section .right-side-testimonial {
  position: absolute;
  top: 0;
  height: 100%;
  width: 30%;
  z-index: 10;
  cursor: pointer;
}
.testimonial-section .left-side-testimonial {
  left: 0;
}
.testimonial-section .right-side-testimonial {
  right: 0;
}
.experience-text h3 {
  font-family: "Albra";
}
@media (max-width: 1399px) {
  .testimonial-section .owl-carousel-testimonial .item {
    width: 32% !important;
  }
}
@media (max-width: 1200px) {
  .testimonial-section .owl-carousel-testimonial {
    padding: 0;
  }
}
@media (max-width: 1080px){
  .newsletter-heading{
    padding-bottom: 20px !important;
  }
}
@media (max-width: 991px) {
  .multi-checkbox {
    padding-right: 20px;
  }
  .testimonial-section .owl-carousel-testimonial {
    gap: 30px !important;
  }
}
@media (max-width: 767px) {
  .gestali-center {
    padding-bottom: 40px;
  }
  .testimonial-section .owl-carousel-testimonial .item {
    width: 100% !important;
  }
  .social-carosal .feature-img, .social-carosal .social-img-effect{
    width: 100% !important;
    height: 300px !important;
  }
  .testimonial-section .owl-carousel-testimonial {
    display: unset;
  }
  .social-carosal .feature-img,
  .social-carosal .social-img-effect {
    box-shadow: 5px 5px 10px 0px rgba(var(--bs-black-rgb), 0.1);
  }
}
@media (max-width: 575px) {
  .property-select .select-dropdown .btn-group button {
    justify-content: space-between;
  }
  .social-carosal .feature-img, .social-carosal .social-img-effect{
    width: 100% !important;
    height: 200px !important;
  }

  .newsletter-heading{
    padding-bottom: 21px !important;
    font-size: var(--fs-32) !important;
    line-height: 30px;
  }
  .newsletter-terms {
    font-size: var(--fs-15);
  }
  .home-news-letter {
    text-align: left;
  }
  .home-newsletter-wrapper {
    padding-inline: 0 !important;
  }

  .newsletter .common-newsletter-wrapper {
    padding-inline: 0px !important;
  }

  .newsletter .common-newsletter-heading {
    font-size: 32px !important;
    line-height: 32px;
    padding-bottom: 18px;
  }
  .newsletter .common-newsletter-wrapper .scp-btn {
    width: 121px;
    height: 48px !important;
  }
  .newsletter .common-newsletter-wrapper .newsletter-input {
    width: 121px;
    height: 48px !important;
  }
  .newsletter .common-newsletter-wrapper .form-input {
    margin-bottom: 12px !important;
  }
  .newsletter .common-newsletter-wrapper .news-letter-btn-text {
    font-size: 16px !important;
  }
  .newsletter .common-newsletter-wrapper .common-terms-label {
    font-size: 15px;
    text-align: left;
  }

  .dropdown-checkbox span{
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
/* privacy section START */
.privacy-hero-section {
  background-position: center;
  background-size: cover;
  height: 350px;
  box-shadow: inset 0px 500px 0px #04272a7d;
  background-repeat: no-repeat;
}
.privacy-hero-section .properties-heading {
  font-size: 75px;
}
.privacy-page {
  padding: 100px 0;
}
.privacy-page h1 {
  font-size: 40px;
  padding-bottom: 30px;
}
.privacy-page p {
  font-weight: 300;
  font-family: "Futura-Light";
  font-size: 18px;
}
.privacy-page h3 {
  font-weight: 400;
  font-family: "Futura-Medium";
}
/* privacy section END */

/* loader css */
.loader {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
}
.loader::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 50%;
  border: 2px solid var(--bs-primary);
  animation: l18 2s infinite linear;
}
.loader.loader-light::before {
  border-color: #ffff;
}
@keyframes l18 {
  0% {
    clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
  }
  25% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
  }
  75% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
  }
  100% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
  }
}

/* end loader css */
.type-dropdown .dropdown-menu {
  width: max-content;
}
/* @media (max-width: 767px) {
  .type-dropdown .dropdown-menu {
    width: 100%;
  }
} */
.img-hover {
  transition: 1s;
}
.img-hover-change:hover .img-hover {
  opacity: 1 !important;
  transition: 1s;
}
.leadership-section .black-shadow,
.agent-team-section .black-shadow {
  z-index: 1;
}
.leadership-section .agent-card-content,
.agent-team-section .agent-card-content {
  z-index: 99;
}
.agent-card-content a:hover{
  transform: scale(1.05) !important;
}
.agent-person {
  height: 550px;
  width: 100%;
}
@media (max-width: 1400px) {
  .agent-person {
    height: 450px;
  }
}
@media (max-width: 1200px) {
  .agent-person {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .agent-person {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .agent-person {
    height: 550px;
  }
}
.before-event::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(
    180.49deg,
    #0a2c34 11.85%,
    #164d53 65.47%,
    #5491a8 99.53%
  );
  transform: matrix(1, 0, 0, -1, 0, 0);
}
.hero-section-box .row .select-dropdown ul li .input-group {
  max-width: max-content;
  min-width: 100%;
  min-width: -moz-available;
  min-width: -webkit-fill-available;
  min-width: fill-available;
}
.box-modal-video .video-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.box-modal-video .video-container iframe,
.box-modal-video .video-container img,
.box-modal-video .video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: none;
  object-fit: cover;
  max-width: calc(100% - 12px) !important;
}

@media screen and (max-width: 575px) {
  .box-modal-video .video-container iframe,
  .box-modal-video .video-container img,
  .box-modal-video .video-container video {
    max-width: 100% !important;
  }
}

form label.error {
  color: red !important;
  background-color: #f7e6e6;
  width: fit-content;
  font-size: 14px;
  border-radius: 6px;
  padding: 4px 10px;
  margin-top: 5px;
  display: flex;
  align-items: center;
  gap: 5px;
}

form label.error::before {
  content: "\f071";
  display: inline-block;
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.owl-carousel-property-details-floor-plan .owl-stage-outer .owl-stage {
  display: flex;
  align-items: center;
}

.border-radius-15{
  border-radius: 15px;
}

.blog-grid{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 72px;
}

.experience-btn button{
  border-radius: 5px;
}

.btn-white {
  border: 1.8px solid var(--bs-gray-800) !important;
  border-radius: 8px;
  padding: 10px 40px;
  background: transparent;
  color: var(--bs-white) !important;
  font-family: "Futura PT Web";
  font-weight: 500;
  font-size: var(--fs-18);
}
@media (max-width: 1200px) {
  .blog .blog-box {
    height: 385px;
  }
}
@media (max-width: 991px) {
  .blog-grid{
    gap: 30px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .blog .blog-box{
    height: 386px;
  }
}

@media (max-width: 575px) {

  .blog .blog-box{
    width: 100% !important;
  }
  .btn-white {
    padding: 10px 20px;
  }
}

/* Construction featured properties Section Start*/

@keyframes slide-fwd-center {
  0% {
      transform: scale(0);
  }
  100% {
      transform: scale(1);
  }
}

.construction-section {
  position: relative !important;
  overflow: hidden !important;
}

.construction-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  z-index: -1;
  transition: background-image 0.5s ease-in-out;
}

.construction-section.slide-fwd-center::before {
  animation: slide-fwd-center 0.45s cubic-bezier(0.250, 0.460, 0.450, 0.940) both !important;
}

/* GSAP Animation Styles */
.gsap-animate .property-card {
  transform-origin: center center;
  will-change: transform, opacity;
}

.gsap-animate .property-card img {
  transition: transform 0.5s ease-out;
}

.gsap-animate .property-card:hover img {
  transform: scale(1.05);
}

.property-title-highlight {
  font-family: "Futura PT Web";
  font-weight: 500;
  font-size: var(--fs-50);
  line-height: 52.27px;
  text-transform: uppercase;
  margin-bottom: 14px;
  height: 119px;
  display: flex;
}

@media (max-width: 991px) {
  .property-title-highlight {
      font-size: var(--fs-30);
      line-height: 32.27px;
      height: auto;
  }
}

.property-price-highlight {
  font-family: "Futura PT Web";
  font-weight: 500;
  font-size: var(--fs-35);
  line-height: 39.2px;
  text-transform: uppercase;

}

.property-location-highlight {
  font-family: "Futura PT Web";
  font-weight: font weight/450;
  font-size: var(--fs-20);
  line-height: line height/30;
  vertical-align: middle;
  margin-bottom: 8px;

}
.view-property-detail-btn{
  border-radius: 10px;
  border-width: 1.8px;
  padding-top: 14px;
  padding-right: 33px;
  padding-bottom: 14px;
  padding-left: 33px;
}

.owl-carousel-property .owl-stage{
  padding: 20px 0;
}

.image-drop-shadow{
  box-shadow: 10px 10px 15px 0px rgba(var(--bs-black-rgb), 0.15);
}

/* Construction featured properties Section end*/

.social-network-bg-overlay{
  /* background: linear-gradient(360deg,rgba(var(--bs-primary-600-rgb), 0) 0.22%, var(--bs-primary-850) 99.78%); */
  z-index: 9;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.recuadro-blanco {
  position: absolute;
  background: rgba(var(--bs-gray-rgb), 0.25);
  border: 2px solid var(--bs-white);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  z-index: 10;
}

.recuadro-blanco.active {
  visibility: visible;
  opacity: 1;
}

#recuadro-costa-del-sol {
  bottom: 44.5%;
  left: 13%;
  width: 34px;
  height: 24px;
}

#recuadro-costa-de-almeria {
  bottom: 44.7%;
  left: 14.3%;
  width: 24px;
  height: 24px;
}

#recuadro-costa-calida {
  bottom: 45%;
  left: 15.2%;
  width: 21px;
  height: 26px;
}

#recuadro-costa-blanca-sur {
  bottom: 46.3%;
  left: 15.6%;
  width: 22px;
  height: 13.5px;
}

#recuadro-costa-blanca-norte {
  bottom: 47.3%;
  left: 16.7%;
  width: 25px;
  height: 13.5px;
}

.custm-mp-area map area{
  padding: 0 !important;
}

.testimonial-shadow{
  /* background: linear-gradient(180deg, rgba(var(--bs-primary-700-rgb), 0) 0%, var(--bs-primary-950) 145%); */
  padding-bottom: 66px;
}

.purchase-guide-discover{
  font-family: "Futura PT Web" !important;
  font-weight: 500;
  font-size: var(--fs-32) !important;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  /* text-transform: uppercase; */

}
.espana-card-title {
  font-family: 'Albra';
  font-weight: 400;
  font-size: var(--fs-35);
  line-height: 47.46px;
  text-align: center;
  vertical-align: middle;
  color: var(--bs-white);
  /* padding-top: 42px; */
  margin-bottom: 0px !important;
}

.area-name-text{
  font-size: 13px;
  line-height: 13px;
  vertical-align: middle;
  font-family: "Futura PT Web" !important;
  font-weight: 500;
  color: var(--bs-white);
  width: 47px;
  display: flex;
}
.area-name-label{
  position: absolute;
  pointer-events: none;
}
#area-name-costa-del-sol{
  bottom: 16%;
  left: 18%;
}
#area-name-costa-de-almeria{
  bottom: 18%;
    left: 28%;
}
#area-name-costa-blanca-sur{
  bottom: 33%;
  left: 38%;
}
#area-name-costa-calida{
  bottom: 29%;
  left: 33.5%;

}
#area-name-costa-blanca-norte{
  left: 40.5%;
  bottom: 39%;
}

@media (max-width: 991px) {
  .area-name-text{
    font-size: 9px;
    line-height: 8px;
    width: 36px;
  }
  .testimonial-shadow{
    padding-bottom: 30px;
  }
}

.animated {
  visibility: hidden;
}
.modal, .fancybox-container{
  z-index: 99999 !important;
}

.sidebar-gapping{
  gap: 0.5rem !important;
}

.select2-selection__clear {
  display: none !important;
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable{
  padding-right: 0px !important;
}

.box-modal-video .video-container .property-video {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  max-width: 100% !important;
  width: 100% !important; 
  height: 104% !important;
}

@media only screen and (max-width: 425px) {
  .box-modal-video .video-container .property-video {
      height: 125% !important;
  }
}

@media only screen and (max-width: 575px) {
  .box-modal-video .video-container .property-video {
      height: 162% !important;
  }
}