/* Assets */
:root {
  --viewport-height: calc(var(--vh, 1vh) * 100) !important;
  --transition: all 0.38s cubic-bezier(0.17, 0.84, 0.44, 1);
  --header-height: --header-height;

  /* light blue */
  --base-color: #739fc2;
  /* dark blue */
  --primary-color: #181d24;
  /* orange */
  --secondary-color: #d62828;
  /* dark */
  --tertiary-color: #050b1c;
}

/* ===============
    typography
   =============== */

/* Montserrat */
@font-face {
  font-family: "Montserrat";
  src: url("/css/fonts/montserrat/Montserrat-Light.ttf");
  font-display: swap;
  font-weight: 100;
}

@font-face {
  font-family: "Montserrat";
  src: url("/css/fonts/montserrat/Montserrat-Regular.ttf");
  font-display: swap;
  font-weight: 200;
}

@font-face {
  font-family: "Montserrat";
  src: url("/css/fonts/montserrat/Montserrat-Medium.ttf");
  font-display: swap;
  font-weight: 300;
}

@font-face {
  font-family: "Montserrat";
  src: url("/css/fonts/montserrat/Montserrat-SemiBold.ttf");
  font-display: swap;
  font-weight: 400;
}

@font-face {
  font-family: "Montserrat";
  src: url("/css/fonts/montserrat/Montserrat-Bold.ttf");
  font-display: swap;
  font-weight: 500;
}

/* Raleway */
@font-face {
  font-family: "Raleway";
  src: url("/css/fonts/raleway/Raleway-Light.ttf");
  font-display: swap;
  font-weight: 100;
}

@font-face {
  font-family: "Raleway";
  src: url("/css/fonts/raleway/Raleway-Regular.ttf");
  font-display: swap;
  font-weight: 200;
}

@font-face {
  font-family: "Raleway";
  src: url("/css/fonts/raleway/Raleway-Medium.ttf");
  font-display: swap;
  font-weight: 300;
}

@font-face {
  font-family: "Raleway";
  src: url("/css/fonts/raleway/Raleway-SemiBold.ttf");
  font-display: swap;
  font-weight: 400;
}

@font-face {
  font-family: "Raleway";
  src: url("/css/fonts/raleway/Raleway-Bold.ttf");
  font-display: swap;
  font-weight: 500;
}

body p,
a,
span,
h1,
h2,
h3,
h4,
h5 {
  font-family: "Raleway";
  font-weight: 300;
}

h1,
h2,
h2 span,
h3,
h4,
h5 {
  font-family: "Montserrat";
  font-weight: 300;
}

body p,
a {
  letter-spacing: 0.5px;
  line-height: 20px;
  font-size: 14px;
}
body {
  color: var(--tertiary-color);
  background: var(--primary-color);
}

body[data-pagetype="apartamente"] {
  background-color: var(--primary-color);
}

body[data-pagetype="apartamente"] .bg-dark {
  display: none;
}

body[data-pagetype="apartamente"] .content-wrapper {
  padding-top: 180px;
}

main {
  min-height: auto;
}

.loader_wrapper {
  display: flex;
  /* display: none; */
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--primary-color);
  z-index: 99999;
}

.loader_wrapper svg {
  fill: #fff;
  max-width: 250px;
  opacity: 0;
}

/* Settings */
.language-select {
  display: none !important;
}

.display-none {
  display: none !important;
}

#lightbox {
  position: fixed;
  top: 50% !important;
  transform: translateY(-50%);
}

.lb-caption,
.lb-number {
  display: none !important;
}

.lb-prev,
.lb-next {
  position: relative;
  background: none !important;
  display: flex !important;
  align-items: center;
  width: 50% !important;
}

.lb-prev:before,
.lb-next:before {
  content: "";
  padding: 5px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
  margin-left: 15px;
}

.lb-prev:after,
.lb-next:after {
  content: "";
  position: absolute;
  left: 13px;
  height: 1px;
  width: 25px;
  background: #fff;
}

.lb-next:before {
  transform: rotate(135deg);
  margin-left: auto;
  margin-right: 15px;
}

.lb-next:after {
  left: auto;
  right: 13px;
}

.lb-close {
  position: relative;
  background: none !important;
  opacity: 1 !important;
}

.lb-close:after {
  transform: rotate(45deg) !important;
}
.lb-close:before,
.lb-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  transform: rotate(-45deg);
}

.lb-image {
  border: none !important;
  border-radius: 0 !important;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  width: 95%;
  max-width: 95%;
}

.section_title h2 {
  font-size: calc(3vh + 4vw);
}

.text-color-small,
.text-color-small p {
  color: #66634d;
}

.text-color-accent {
  color: var(--secondary-color);
}

.color-olive {
  color: #e9e4dc;
}

.main_btn a {
  color: var(--base-color) !important;
  border: 1px solid #66634d;
  border-radius: 0;
  font-size: 11px;
  font-family: "Montserrat";
  text-transform: uppercase;
  padding: 8px 18px;
  outline: none;
  box-shadow: none;
  transition: var(--transition);
}

.main_btn a:hover {
  border-color: var(--base-color);
}

.btn {
  font-family: "Montserrat";
}

@media (max-width: 575.99px) {
  .btns_container {
    display: flex;
    justify-content: space-around;
  }
}
@media (min-width: 360px) and (max-width: 450px) {
  .brosura-btn .btn {
    padding: 7px 14px !important;
    font-size: 14px !important;
  }
}
@media (max-width: 360px) {
  .brosura-btn .btn {
    padding: 7px 14px !important;
    font-size: 11px !important;
  }
}
.brosura-btn .btn {
  background: var(--secondary-color);
  border-radius: 0;
  font-size: 1rem;
  text-transform: uppercase;
  padding: 10px 30px;
  color: #ffffff;
}

.page-header {
  position: relative;
  overflow: hidden;
  color: #fff;
}

.page-header-background {
  position: absolute;
  background-size: cover;
  background-position: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 65%;
}

.page-header .page-header-inner > .container > .row {
  height: var(--viewport-height);
}

.page-header .page-header-inner > .container > .row > .col-12 {
  align-self: flex-end;
}

.page-header .page-header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-description h1 {
  font-size: 5vw;
  color: #ffffff;
  text-transform: uppercase;
}

.page-header .page-header-content .scroll-down {
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin-bottom: 50px; */
  padding: 10px;
  border: 1px solid #0000003d;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  transition: var(--transition);
}

.page-header .page-header-content .scroll-down:hover {
  border-color: #000;
}

.hp_header_video {
  position: relative;
  top: 0;
  left: 0;
  width: 100vw;
  height: var(--viewport-height);
  min-height: 485px;
  overflow: hidden;
  transition: var(--transition);
}

.hp_header_video:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, rgb(0 0 0 / 50%) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 2;
}

.hp_header_video.is_playing:before {
  opacity: 0;
  transition: var(--transition);
}

.hp_header_video.is_playing:after {
}

.hp_header_video iframe {
  position: absolute;
  display: block;
  pointer-events: none;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-height: 100%;
  min-width: 100%;
  height: 56.25vw;
  width: 230vh;
}

.hp_header_video .cf_row {
  position: absolute;
  width: 50%;
  max-width: 500px;
  max-height: calc(var(--viewport-height) - 150px);
  height: auto;
  min-height: 360px;
  right: 0;
  bottom: 0;
  padding: 50px;
  background: rgba(0, 0, 0, 0.1);
  z-index: 9;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: var(--transition);
}

.hp_header_video .cf_row h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 1.5rem;
  font-weight: 400;
}

.hp_header_video .cf_row .form-group {
  margin-bottom: 20px;
}
.hp_header_video .cf_row .form-group:not(.item-acceptance) input,
.hp_header_video .cf_row .form-group:not(.item-acceptance) textarea {
  padding-right: 55px;
}

.hp_header_video .cf_row .btn-section {
  margin-bottom: 0;
}

.hp_title_col {
  display: flex;
  align-items: flex-end;
  /* width: 50%; */
  padding-top: 120px !important;
  padding-left: 4% !important;
  padding-bottom: 5rem !important;
}
.hp_title_col .module-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.hp_header_video .video-js {
  width: 100%;
  height: 100%;
}

.hp_title_col .module-button {
  display: none;
}

.hp_header_title {
  position: relative;
  z-index: 9;
}

.hp_header_title h1 {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: calc(4vh + 4vw);
  font-weight: 500;
  line-height: 1em;
  margin-bottom: 0;
  /* opacity: 0; */
  transition: all 2s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  /* transform: rotate3d(-20, 0, 0, 90deg) translate3d(-50px, 50px, 42px); */
  max-width: 700px;
}
.hp_header_title h2 {
  margin-bottom: 0;
  font-size: calc(2vh + 2vw);
  font-weight: 100;
}

.hp_header_title a {
  display: none;
}

.hp_header_video .cf_row .close-cf-row {
  display: none;
}

.hp_header_video .video-js {
  width: 100%;
  height: 100%;
}

.hp_header_video video {
  object-fit: cover;
}

/* Light Mode */
/* .theme_color_container {
    width: 15px;
    height: 15px;
    min-width: 15px;
    margin-right: 50px;
    cursor: pointer;
}

.theme_color_container .theme_btn {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 2px solid var(--light-mode-third-color);
    transition: all 0.38s cubic-bezier(0.17, 0.84, 0.44, 1);
}

body.light_mode .theme_color_container .theme_btn {
    border: 2px solid var(--third-color);
}

body.light_mode header.fixed {
    background: var(--light-mode-third-color);
}

body.light_mode header.fixed .navbar-brand svg g {
    fill: var(--third-color);
}

body.light_mode header.fixed .main-nav .nav-item a,
body.light_mode header.fixed .contact_info_header .phone_number a {
    color: var(--third-color);
}

body.light_mode header.fixed .main-nav .nav-item a:after,
body.light_mode header.fixed .round_btn:after {
    background: var(--third-color);
    border-color: var(--third-color);
}

body.light_mode header.fixed .round_btn svg {
    fill: var(--light-mode-third-color);
}

body.light_mode .hp_header_slick_slider .slick-arrow svg {
    fill: #000;
}

body.light_mode .hp_header_slick_slider .slick-arrow:hover svg {
    fill: #fff;
}

body.light_mode header:not(.fixed) .contact_info_header .phone a:after {
    background: #fff;
}

body.light_mode .hp_header_slick_slider,
body.light_mode .hp_header_slick_slider .slick-arrow-right:after {
    background-color: var(--light-mode-secondary-color);
}

body.light_mode .hp_header_slick_slider .slick-arrow:before {
    background: var(--base-color);
}

body.light_mode .round_btn:after {
    border-color: var(--light-mode-secondary-color);
}

body.light_mode .hp_header_slick_slider .title.dark h2 {
    color: var(--light-mode-secondary-color);
}

body.light_mode .hp_header_slick_slider .content p {
    color: #000;
}

body.light_mode .hp_header_slick_slider .content,
body.light_mode .round_btn:after {
    background: var(--light-mode-base-color);
}

body.light_mode .hp_desc_section {
    background-color: var(--base-color) !important;
}

body.light_mode .hp_desc_section .headline p {
    color: var(--base-color);
}

body.light_mode .hp_desc_section .headline p:last-child,
body.light_mode .hp_desc_section .p-xl p {
    color: var(--third-color);
}

body.light_mode .hp_desc_section .floating-image.up img {
    background: var(--light-mode-secondary-color);
}

body.light_mode .bg-dark {
    background: var(--light-mode-third-color) !important;
}

body.light_mode .footer_phone_number a,
body.light_mode .footer_sales_office p {
    color: #2b2926;
}

body.light_mode .footer_sales_office p:first-child {
    color: #66634d;
}

body.light_mode .footer_sales_office p:nth-child(3),
body.light_mode .main_btn a {
    color: var(--light-mode-secondary-color) !important;
}

body.light_mode .main_btn a {
    border-color: var(--light-mode-secondary-color);
}

body.light_mode .footer_credits p {
    color: #2b2926;
}

body.light_mode .hp_benefits_section .fickle-additional-html-code:after {
    background-color: #565440;
    border-color: #565440;
}

body.light_mode .hp_desc_section .bg_text p {
    -webkit-text-stroke: .5px #2b2926;
} */

/* Cookie Notice */
.politica-cookie .page-header .page-header-inner > .container > .row,
.contact .page-header .page-header-inner > .container > .row {
  height: 65vh !important;
}
.politica-cookie .page-header-background,
.contact .page-header-background {
  position: absolute;
  background-size: cover;
  background-position: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 75% !important;
}
#cookie_notice {
  justify-content: space-between;
  left: 50vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 660px;
  padding: 16px 20px;
  font-size: 14px;
  line-height: 140%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #ebebeb;
}

#cookie_notice.active {
  bottom: 20px;
}

#cookie_notice .cookie_notice_container {
  width: 100%;
  justify-content: space-between;
}

#cookie_notice .cookie_notice_container p,
#cookie_notice .cookie_notice_container a {
  color: #000;
  font-weight: 300;
}

#cookie_notice .cookie_notice_container a {
  border-bottom: 1px solid #000;
  padding-bottom: 3px;
  text-decoration: none;
}

#cookie_notice .cookie_notice_container button {
  display: flex;
  align-items: center;
  font-size: 20px;
  background: transparent;
  color: #000;
  font-weight: 300;
  padding: 0;
  border: none;
  outline: none;
  box-shadow: none;
}

#cookie_notice .cookie_notice_container button svg {
  width: 40px;
  height: 40px;
  border: 1px solid #000;
  border-radius: 100%;
  padding: 9px;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}

#cookie_notice .cookie_notice_container button:hover svg {
  fill: #fff;
  background: #000;
}

/* Header Menu */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  z-index: 9999;
  transition: var(--transition);
}

header.scroll-down {
  transform: translateY(-100%);
}

header.fixed,
body.menu-opened header {
  background: var(--primary-color);
  backdrop-filter: blur(20px);
  transition: var(--transition);
}

header #main-navbar {
  padding-left: 0;
  padding-right: 0;
}

header #main-navbar .container {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.header_left {
  grid-column: 1/2;
  grid-row: 1/2;
}

.btn-menu {
  display: flex;
  align-items: center;
  border: none;
  box-shadow: none;
  outline: none;
  background: transparent;
}

.btn-menu:focus {
  outline: none;
  box-shadow: none;
}

.btn-menu .sr-only {
  position: relative;
  width: auto;
  height: auto;
  color: #fff;
  text-transform: uppercase;
  font-family: "Montserrat";
  font-size: 13px;
  margin-left: 10px;
  letter-spacing: 1px;
  transition: var(--transition);
}

.btn-menu .icon-bars {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  width: 25px;
}

.btn-menu .icon-bar {
  width: 100%;
  height: 2px;
  background: #fff;
  margin-bottom: 5px;
  transition: var(--transition);
}

.btn-menu .icon-bar.middle-bar {
  width: 50%;
}

.btn-menu:hover .icon-bar.middle-bar {
  width: 100%;
}

.menu-opened .icon-bar.top-bar {
  transform: rotate(45deg);
  margin: 0;
  transform-origin: bottom;
}

.menu-opened .icon-bar.middle-bar {
  display: none;
}

.menu-opened .icon-bar.bottom-bar {
  transform: rotate(-45deg);
  margin: 0;
  transform-origin: top;
}

.btn-menu .icon-bar.bottom-bar {
  margin-bottom: 0;
}

#main_menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  position: fixed;
  top: var(--header-height);
  left: 0;
  bottom: 0;
  width: 50%;
  padding: 5rem calc(2.5% + 30px);
  background: var(--primary-color);
  z-index: 999;
  transform: translateX(-100%);
  transition: var(--transition);
}

#main_menu .button-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-right: 15px;
}
#main_menu .button-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  border-radius: 100%;
  background-color: var(--secondary-color);
}
#main_menu .download-brochure a {
  display: flex;
  align-items: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
}
#main_menu .download-brochure svg {
  width: 18px;
  height: auto;
  fill: #000;
  z-index: 1;
}

body.menu-opened #main_menu {
  transform: translateX(0);
}

.menu_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000bf;
  z-index: 99;
  backdrop-filter: blur(10px);
  pointer-events: none;
  opacity: 0;
  transition: var(--transition);
}

body.menu-opened .menu_overlay {
  opacity: 1;
}

/* body.header_fixed #main_menu {
  top: 76px;
} */

#main_menu .main-nav {
  display: flex;
  align-items: flex-start;
  margin-left: 0 !important;
}

#main_menu .nav-item {
  margin-bottom: 10px;
}

#main_menu .nav-link {
  font-size: calc(2vh + 2vw);
  font-family: "Montserrat";
  color: #fff;
  letter-spacing: 2px;
  font-weight: 300;
  opacity: 0.7;
  transition: var(--transition);
  line-height: initial;
  padding: 0;
}

#main_menu .nav-link:hover {
  opacity: 1;
  -webkit-text-fill-color: #fff;
}

.menu-images {
  position: fixed;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  z-index: 999;
  pointer-events: none;
}

.nav-item-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  transition: var(--transition);
}

.nav-item-image.show {
  opacity: 1;
}

.navbar-brand {
  overflow: hidden;
  grid-column: 2/3;
  margin-right: 0;
  text-align: center;
}

.navbar-brand img {
  width: 100%;
  max-width: 200px;
}

.navbar-brand svg {
  max-height: 125px;
  width: auto;
  transition: var(--transition);
  fill: #fff;
}

header.fixed .btn-menu .sr-only,
.menu-opened .btn-menu .sr-only {
  color: #fff;
}
header.fixed .btn-menu .icon-bar,
.menu-opened .btn-menu .icon-bar {
  background: #fff;
}
header.fixed .navbar-brand svg {
  max-height: 80px;
  /* transform: scale(1.8); */
}
header.fixed .navbar-brand svg path,
.menu-opened .navbar-brand svg path {
  stroke: #fff;
}
header.fixed .navbar-brand svg #letter_a path,
.menu-opened .navbar-brand svg #letter_a path {
  fill: #fff;
}
header.fixed .contact_info_header .phone_number a,
.menu-opened .contact_info_header .phone_number a {
  color: #fff;
}
header.fixed .round_btn.white:after,
.menu-opened .round_btn.white:after {
  background: var(--primary-color);
}
header.fixed .round_btn.white svg,
.menu-opened .round_btn.white svg {
  fill: #fff;
}

header.fixed .main-nav .nav-item a,
header.header_white .main-nav .nav-item a {
  color: #fff;
}

body.header_white header:not(.fixed) .main-nav .nav-item a {
  color: #fff;
}

header .main-nav .nav-item a:after {
  content: "";
  pointer-events: none;
  position: absolute;
  width: 100%;
  bottom: 4px;
  left: 0;
  height: 1px;
  background-color: #000;
  transform: scaleX(0);
  transition: 0.38s cubic-bezier(0.17, 0.84, 0.44, 1);
  transform-origin: center;
}

header.fixed .main-nav .nav-item a:after,
body.header_white .main-nav .nav-item a:after,
header.header_white .main-nav .nav-item a:after {
  background-color: #fff;
}

header .main-nav .nav-item a:hover:after {
  transform: scaleX(1);
}

.contact_info_header {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  grid-column: 3/4;
}
.contact .page-header-background {
  filter: brightness(0.8);
}

.contact_info_header .phone_number {
  white-space: nowrap;
}

.contact_info_header .phone_number a {
  font-family: "Montserrat";
  color: #fff;
  /* font-size: 13px; */
  font-size: 1.2rem;
  text-decoration: none;
}

.contact_info_header .phone svg {
  fill: #000;
}

.contact_info_header .phone_number a:hover {
  text-decoration: underline;
}

.contact_info_header .phone {
  margin-left: 30px;
}

/* Homepage */
.hp_header_slick_slider {
  height: var(--viewport-height);
  min-height: 485px;
}

.hp_header_slick_slider .slick-slide {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 0;
}

.hp_header_slick_slider .slick-list,
.hp_header_slick_slider .slick-track {
  height: 100%;
}

.hp_header_slick_slider .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 50px;
  width: 60px;
  height: 60px;
  z-index: 9;
  border-radius: 100%;
  cursor: pointer;
  overflow: hidden;
}

.hp_header_slick_slider .slick-arrow .arrow {
  z-index: 1;
}

.round_btn {
  position: relative;
  overflow: hidden;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.round_btn svg,
.round_btn a {
  z-index: 1;
  transition: all 0.4s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  fill: #fff;
}

.round_btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition-property: -webkit-clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.25, 0.74, 0.22, 0.99);
  transition-delay: 0ms;
  transform: none;
  opacity: 1;
  z-index: 0;
  background-color: var(--secondary-color);
  clip-path: polygon(
    110% 50%,
    110% -10%,
    -10% -10%,
    -10% 110%,
    110% 110%,
    110% 50%,
    102% 50%,
    101.4% 58.1%,
    99.5% 66.1%,
    96.3% 73.6%,
    92.1% 80.6%,
    86.8% 86.8%,
    80.6% 92.1%,
    73.6% 96.3%,
    66.1% 99.5%,
    58.1% 101.4%,
    50% 102%,
    41.9% 101.4%,
    33.9% 99.5%,
    26.4% 96.3%,
    19.4% 92.1%,
    13.2% 86.8%,
    7.9% 80.6%,
    3.7% 73.6%,
    0.5% 66.1%,
    -1.4% 58.1%,
    -2% 50%,
    -1.4% 41.9%,
    0.5% 33.9%,
    3.7% 26.4%,
    7.9% 19.4%,
    13.2% 13.2%,
    19.4% 7.9%,
    26.4% 3.7%,
    33.9% 0.5%,
    41.9% -1.4%,
    50% -2%,
    58.1% -1.4%,
    66.1% 0.5%,
    73.6% 3.7%,
    80.6% 7.9%,
    86.8% 13.2%,
    92.1% 19.4%,
    96.3% 26.4%,
    99.5% 33.9%,
    101.4% 41.9%,
    102% 50%
  );
}

.round_btn:hover:before {
  clip-path: polygon(
    110% 50%,
    110% -10%,
    -10% -10%,
    -10% 110%,
    110% 110%,
    110% 50%,
    50% 50%,
    50% 50%,
    50% 50%,
    50% 50%,
    50% 50%,
    50% 50%,
    50% 50%,
    50% 50%,
    50% 50%,
    50% 50%,
    50% 50%,
    50% 50%,
    50% 50%,
    50% 50%,
    50% 50%,
    50% 50%,
    50% 50%,
    50% 50%,
    50% 50%,
    50% 50%,
    50% 50%,
    50% 50%,
    50% 50%,
    50% 50%,
    50% 50%,
    50% 50%,
    50% 50%,
    50% 50%,
    50% 50%,
    50% 50%,
    50% 50%,
    50% 50%,
    50% 50%,
    50% 50%,
    50% 50%,
    50% 50%,
    50% 50%,
    50% 50%,
    50% 50%,
    50% 50%,
    50% 50%
  );
}

.round_btn:hover svg {
  fill: #000 !important;
}

.round_btn:after {
  content: "";
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--secondary-color);
  border-radius: 30px;
  z-index: -1;
}

.round_btn.white:after {
  background: #fff;
}

.hp_header_slick_slider .slick-arrow-right:after {
  background-color: var(--secondary-color);
}

.hp_header_slick_slider .slick-arrow:before {
  background: #565440;
}

.hp_header_slick_slider .slick-arrow svg {
  fill: #fff;
}

.hp_header_slick_slider .slick-arrow-left {
  right: calc(30% - 50px - 60px);
}

.hp_header_slick_slider .slick-arrow-right {
  right: calc(30% - 50px - 130px);
}

/* .hp_header_slick_slider .module-image {
    height: 100%;
    width: 70%;
    position: absolute;
    top: 0;
    left: 0;
} */

.hp_header_video .module-video:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(0deg, rgb(0 0 0 / 45%) 0%, rgba(9,9,121,0) 100%, rgba(0,212,255,0) 100%); */
  background: linear-gradient(0deg, rgb(0 0 0 / 80%) 0%, rgba(9, 9, 121, 0) 100%, rgba(0, 212, 255, 0) 100%);
  transition: all 0.38s cubic-bezier(0.17, 0.84, 0.44, 1);
  opacity: 1;
  z-index: 1;
  pointer-events: none;
}
body.light_mode .hp_header_slick_slider .module-image:before {
  opacity: 0;
}

.hp_header_slick_slider .module-image img {
  height: 100%;
  object-fit: cover;
}

.hp_header_slick_slider .title {
  position: absolute;
  left: 4%;
  bottom: 30px;
  z-index: 1;
}

.hp_header_slick_slider .title h2 {
  color: #e9e4dc;
  /* font-size: calc(5vh + 5vw); */
  font-size: calc(2.5vh + 2.5vw);
  font-weight: 300;
  line-height: 1em;
  margin-bottom: 0;
  text-transform: uppercase;
  opacity: 0;
  transition: all 2s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  transform: rotate3d(-20, 0, 0, 90deg) translate3d(-50px, 50px, 42px);
}

.hp_header_slick_slider .title.dark h2 {
  color: var(--secondary-color);
}

.hp_header_slick_slider .slick-active .title h2 {
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0deg) translate3d(0, 0, 0);
}

.hp_header_slick_slider .content {
  width: 30%;
  z-index: 9;
  background: #1e1f21ed;
  padding: 50px;
  height: 45vh;
  min-height: 360px;
  transition: var(--transition);
}

.hp_header_slick_slider .content:hover {
  background: var(--base-color);
}

.hp_header_slick_slider .content h2 {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 25px;
}

.hp_header_slick_slider .content p {
  /* color: #000; */
  color: #fff;
  font-size: 13px;
  font-weight: 200;
  margin-bottom: 0;
  transform: translateY(30px);
  transition: all 2s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  font-family: "Quicksand";
}

.hp_header_slick_slider .slick-active .content p {
  transform: translateY(0);
}

.hp_header_slide_number {
  position: absolute;
  bottom: 50px;
  right: 50px;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
}

/* Desc Section */
.hp_desc_section {
  padding: 10vh 0;
}

.semi_width {
  max-width: 850px;
  margin: auto;
}

.hp_desc_section .headline {
  margin-bottom: 50px;
}

.hp_desc_section .headline p {
  margin-bottom: 5px;
  color: var(--secondary-color);
  text-transform: uppercase;
  font-size: 1rem;
}

.hp_desc_section .headline p:last-child {
  color: #acacac;
}

.hp_desc_section .p-xl {
  z-index: 1;
  position: relative;
}

.hp_desc_section .p-xl p {
  font-size: 30px;
  line-height: 50px;
  font-weight: 200;
}

.hp_desc_section .floating-image.down {
  position: relative;
  text-align: right;
  margin-top: -20%;
}
.hp_desc_section .floating-image.down:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, rgba(24, 29, 36, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

.hp_desc_section .floating-image.down img {
  max-width: 800px;
  border-radius: 10px;
}

.hp_desc_section .floating-image.up img {
  max-width: 350px;
  background: var(--secondary-color);
  border-radius: 10px;
  transform: translateX(-50%);
}

.hp_desc_section .bg_text p,
.sliding-text p {
  font-size: calc(2.5vh + 2.5vw);
  font-family: "Montserrat";
  white-space: nowrap;
  line-height: 1em;
  padding-left: 30px;
  font-weight: 400;
}

/* HP Sliding Gallery */
.sliding_gallery {
  margin: auto !important;
  padding-top: 10vh;
}
/* .sliding_gallery:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 1) 100%);
} */

.sliding_gallery .sliding-text {
  margin-bottom: 5vh;
}

.sliding_gallery_inner .module-gallery {
  display: flex;
  flex-wrap: nowrap;
}

.sliding_gallery_inner .panel,
.sliding_gallery_inner figure {
  display: flex;
  flex: 0 0 60%;
  max-width: 60%;
  padding: 1%;
}
.sliding_gallery_inner figure img {
  border-radius: 10px;
  box-shadow: 0 0 20px -10px #000;
}
/* Section 1 gallery */
.gallery_section_1 {
  padding: 95px 0 0 0 !important;
}
/* Facilities icons */
.facilities_icons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 5rem 0;
  margin-top: 3rem;
  row-gap: 50px;
}

.facilities_icons .module-fickle {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  flex-basis: 20%;
  color: #fff;
}

.facilities_icons .module-fickle .fickle-title {
  font-size: 1.2rem;
  font-family: "Raleway";
  margin-bottom: 0;
  font-weight: 400;
}

.facilities_icons .module-fickle svg {
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
}

.facilities_icons .module-fickle svg path {
  fill: var(--secondary-color);
}

/* By Walk */
.by_walk_section {
  height: 100vh;
  padding: 76px calc(10% - 30px) 0;
  width: 100vw;
}

.by_walk_section .col-lg-12 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.place-circle {
  position: relative;
  height: 80vh;
  width: 80vh;
  margin: auto;
  text-align: center;
}

.place-circle__outer {
  position: absolute;
  left: 0;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
}

.place-circle__outer circle {
  stroke-width: 1px;
  r: 47.8%;
  fill: none;
  stroke: var(--base-color);
}

.place-circle__inner circle,
.place-circle__inner line,
.place-circle__line circle,
.place-circle__line line,
.place-circle__outer circle,
.place-circle__outer line {
  fill: none;
  stroke: var(--secondary-color);
}

.place-circle__inner {
  width: 100%;
  height: 100%;
  stroke-dasharray: 300.8%;
  stroke-dashoffset: 275.73333%;
}

.place-circle__inner,
.place-circle__line,
.place-circle__outer {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.place-circle__inner circle {
  stroke-width: 10px;
  r: 47.8%;
  fill: none;
  stroke: var(--primary-color);
  stroke-dashoffset: 275.73333%;
  transform-origin: 50% 50%;
  transform: rotate(-90deg);
  /* transition: stroke-dashoffset 1s cubic-bezier(.39,.01,.04,1); */
}

.place-circle__line {
  width: 96.5%;
  height: 96.5%;
  /* transition: transform 1.6s cubic-bezier(.39,.01,.04,1); */
  transform-origin: 50% 50%;
  transform: translate(-50%, -50%) rotate(30deg);
}

.place-circle__distance {
  display: block;
  position: absolute;
  left: 50%;
  top: calc(50% - 0.05em);
  transform: translate(-50%, -50%);
  font-size: 200px;
  font-weight: 200;
  color: var(--primary-color);
}

.place-circle__sub-title {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  transform: translate(-50%);
  margin-top: 110px;
  color: var(--primary-color);
  font-size: 11px;
  text-transform: uppercase;
}

.by_walk_section .module-text {
  position: absolute;
  left: 13%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  max-width: 350px;
}

.by_walk_section .step_1_desc {
  opacity: 1;
}

.by_walk_section .module-text p {
  font-size: 40px;
  text-transform: uppercase;
  line-height: 1em;
  text-align: left;
  color: var(--primary-color);
  font-weight: 200;
}

/* By Car */
.by_car_section {
  padding: 10vh 2.5% 10vh;
}

.by_car_section .floating-image {
  max-width: 340px;
  margin: auto;
}

.by_car_section .floating-image img {
  margin-top: -10vh;
  border-radius: 10px;
}

.by_car_section .by_car_title h3 {
  font-size: calc(2.5vh + 2.5vw);
  /* text-transform: uppercase; */
  font-weight: 300;
}

.by_car_timeline {
  padding-right: 0;
}

.by_car_timeline .module-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 1rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #cec9c1;
}

.by_car_timeline .module-text:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.by_car_timeline p {
  margin-bottom: 0;
  line-height: initial;
  font-size: 14px;
  font-weight: 200;
}

.by_car_timeline .module-text p:first-child {
  font-size: 1.275rem;
  line-height: 0.8em;
  font-weight: 300;
  min-width: 100px;
  text-transform: uppercase;
}
.by_car_timeline p:last-child {
  padding-top: 10px;
}

.hp_map_section {
  position: relative;
  overflow: hidden;
}
.hp_map_section iframe {
  margin-bottom: -16px;
  min-height: 480px;
}

.hp_benefits_section {
  position: relative;
  padding: 25vh 0 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.hp_benefits_section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 1) 100%); */
  background: linear-gradient(180deg, rgba(24, 29, 36, 0.7) 0%, rgba(24, 29, 36, 1) 100%);
}

.hp_benefits_section .item_container {
  display: flex;
  flex-wrap: wrap;
  max-width: 65%;
  margin-right: 0;
  z-index: 1;
}

.hp_benefits_section .module-fickle {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  width: calc(50% - 50px);
  margin-right: 50px;
  margin-bottom: 50px;
  padding: 60px;
  height: 50vh;
  border-radius: 10px;
  overflow: hidden;
}

.hp_benefits_section .module-fickle:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  transition-property: clip-path, -webkit-clip-path;
  clip-path: circle(0 at 50% 50%);
  background: #2c2926;
  mix-blend-mode: multiply;
  z-index: 1;
}

.hp_benefits_section .module-fickle:hover:before {
  transition-duration: 0.5s;
  -webkit-clip-path: circle(70.71068% at 50% 50%);
  clip-path: circle(70.71068% at 50% 50%);
}

.hp_benefits_section .module-fickle .fickle-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin-bottom: 0;
}

.hp_benefits_section .module-fickle .fickle-image img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}

.hp_benefits_section .module-fickle .fickle-header {
  position: relative;
  z-index: 2;
}

.hp_benefits_section .module-fickle .fickle-header .fickle-title {
  margin-bottom: 0;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.5px;
}

.hp_benefits_section .module-fickle .fickle-header .fickle-title a {
  background: var(--primary-color);
  padding: 10px 20px;
  border: 1px solid var(--secondary-color);
  color: #fff;
}

.hp_benefits_section .module-fickle .fickle-content {
  z-index: 2;
  color: #fff;
  margin-bottom: 0;
  font-size: 13px;
  text-transform: uppercase;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  transform: translateY(50px);
}

.hp_benefits_section .module-fickle:hover .fickle-content {
  opacity: 1;
  transform: translateY(0);
}

.hp_benefits_section .fickle-additional-html-code {
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hp_benefits_section .fickle-additional-html-code:after {
  background-color: var(--primary-color);
  border-color: var(--secondary-color);
}

.hp_benefits_section .module-fickle:hover .fickle-additional-html-code {
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.25, 0.74, 0.22, 0.99);
}

.hp_benefits_bg_text_col {
  position: absolute;
  top: 10%;
}

.hp_benefits_bg_text_col p {
  font-size: calc(2.5vh + 2.5vw);
  white-space: nowrap;
  margin-bottom: 0;
  padding-left: 45px;
}

/* Footer */
.bg-dark {
  position: relative;
  padding: 2rem 0 !important;
  /* background-image: url("/uploads/contact/footer-bg.jpeg"); */
  background-position: center;
  background-size: cover;
  background: var(--primary-color) !important;
}
/* .bg-dark:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffffa8;
  pointer-events: none;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
} */

.bg-dark .container > .row {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  z-index: 1;
}

.bg-dark .col-lg-3 {
  flex: auto;
  max-width: inherit;
}

.nav_footer_links,
.footer_contact {
  display: flex;
  justify-content: center;
}
.legal_section_footer {
  display: grid;
  flex-direction: column;
  justify-content: center;
}

.bg-dark h5 {
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.footer_details_col {
  display: grid;
  align-items: center;
  row-gap: 1rem;
  align-content: flex-start;
  align-items: flex-start;
  align-self: flex-start;
  justify-content: flex-start;
  justify-items: flex-start;
  justify-self: flex-start;
  overflow: hidden;
}
@media (max-width: 1300px) {
  .footer_details_col {
    display: flex;
    flex-direction: column;
  }
  .bg-dark .container > .row {
    display: grid;
    grid-template-columns: 350px 1fr 1fr 1fr;
  }
}
@media (max-width: 900px) {
  .bg-dark .container > .row {
    display: grid;
    grid-template-columns: 300px 1fr 220px;
    row-gap: 30px;
  }
  .legal_section_footer {
    grid-column: 1/4;
    grid-row: 2/3;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }
  /* .footer_credits.legal h5 {
        display: none;
    } */
  .footer_credits.legal {
    column-gap: 20px;
  }
  .footer_credits.legal {
    display: grid;
  }
  .footer_credits.legal h5 {
    grid-column: 1/3;
  }
  .bg-dark h5 {
    font-size: 16px;
  }
}

@media (max-width: 650px) {
  .bg-dark .container > .row {
    display: grid;
    grid-template-columns: 1fr 1fr !important;
    row-gap: 30px;
  }
  .legal_section_footer {
    grid-column: 1/3 !important;
    grid-row: 4/5 !important;
    display: flex;
  }
  .footer_details_col {
    display: grid;
    grid-column: 1/3 !important;
    text-align: center;
    max-width: 500px !important;
    margin: auto;
    margin-bottom: 1.5rem !important;
  }
  .footer_details_col .module-text {
    text-align: left;
  }
  .legal_section_footer {
    flex-direction: column;
  }
  .nav_footer_links,
  .footer_contact {
    text-align: center;
  }

  .footer_contact a {
    flex-direction: column;
  }
}
@media (max-width: 500px) {
  .bg-dark .col-lg-3 {
    margin-bottom: 30px;
    grid-column: 1/3;
    text-align: left;
  }
}
.footer_details_col .module-image {
  justify-self: flex-start;
  justify-content: flex-start;
  width: auto;
  grid-row: 1/2;
}

.footer_logo {
  grid-column: 2/3;
  display: none;
}
.footer-logo-nobileo {
  grid-column: 1/2;
}
.footer_details_col .module-text {
  grid-column: 1/3;
  grid-row: 2/3;
  overflow: hidden;
}
.footer-logo-nobileo img,
.footer_logo img {
  max-height: 50px;
  width: auto !important;
}

.footer_details_col .module-text p {
  margin-bottom: 0;
  font-size: 12px;
  text-align: justify;
}

.bg-dark p {
  margin-bottom: 12px;
}

.bg-dark a,
.bg-dark p {
  color: #d1d2d3;
}
.legal-icon {
  margin-bottom: 10px;
}
.legal-icon img {
  max-width: 160px;
}

.footer_contact a {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer_phone_number {
  margin-bottom: 50px;
}

.footer_contact .main_btn {
  margin-top: 20px;
}

.footer_contact .main_btn a {
  font-family: "QuickSand";
}

.contact-map-col .module-code {
  height: 100%;
  overflow: hidden;
}
.contact-map-col .module-code iframe {
  height: 100%;
  min-height: 300px;
}

/* About Page */
.about_desc {
  margin: 15vh 0;
}

.about_infrstructure {
  justify-content: center;
  padding: 20vh 0 0;
}

.about_infrstructure .section_title h2 {
  padding: 0 2.5%;
}

.about_images_col {
  max-width: 35%;
}

.about_infrstructure .about_images_col:nth-child(1) {
  margin-right: 70px;
  margin-top: 100px;
}

.about_images_col .module-image {
  margin-bottom: 2rem;
}
.about_images_col .module-image img {
  border-radius: 10px;
}

.about_images_col .module-image:last-child {
  margin-bottom: 0;
}

.about_images_text {
  font-size: 13px;
  letter-spacing: 0.5px;
  color: #fff;
  margin-bottom: 100px;
}
@media (min-width: 750px) {
  .about_images_text:last-of-type {
    margin-bottom: 0 !important;
  }
}

.about_comfort {
  width: 100vw;
  overflow: hidden;
  padding-bottom: 10vh;
}
.about_comfort .btn {
  background: var(--primary-color);
  border: none;
}

.about_comfort .section_title {
  position: relative;
  z-index: 1;
}
.about_comfort .section_title > * {
  font-size: 4rem;
}

.about_comfort .module-image {
  position: relative;
  text-align: center;
  z-index: 1;
  margin-top: 20vh;
}

.about_comfort .module-image img {
  width: auto !important;
  max-height: 60vh;
}

.circle_bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
  background: var(--secondary-color);
  border-radius: 100%;
}

.about_slider {
  height: calc(100vh - 76px);
  overflow: hidden;
  padding: 0;
}

.slick-list,
.slick-track {
  height: 100%;
}

.about_slider .module-image {
  height: 100%;
  width: 75%;
  position: absolute;
  top: 0;
  right: 0;
}

.about_slider .module-image img {
  height: 100%;
  object-fit: cover;
}

.about_slider .content {
  width: 40%;
  z-index: 9;
  background: var(--primary-color);
  padding: 70px;
  min-height: 60%;
  position: relative;
  border: 5px solid var(--secondary-color);
  border-left: none;
  backdrop-filter: blur(30px);
  mix-blend-mode: hard-light;
}

.about_slider .content h2 {
  color: #fff;
  font-size: 3rem;
  letter-spacing: 1px;
  margin-bottom: 25px;
}

.about_slider .content p {
  text-transform: uppercase;
  max-width: 50%;
}

.about_slider .slick-slide {
  display: flex;
  align-items: flex-end;
  padding: 0;
}

.about_slider .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 70px;
  width: 60px;
  height: 60px;
  z-index: 9;
  border-radius: 100%;
  cursor: pointer;
  overflow: hidden;
}

.about_slider .slick-arrow-left {
  left: 4%;
}

.about_slider .slick-arrow-right {
  left: calc(4% + 80px);
}

.about_slider .round_btn:after {
  border-color: var(--secondary-color);
}

.about_slider .round_btn:before {
  background: var(--secondary-color);
}

.about_slider .round_btn .arrow {
  z-index: 1;
  fill: #fff;
}

/* Contact Page */
.contact_details_col {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2rem;
  background-color: var(--primary-color);
  padding: 4%;
}
.contact_details_col .agent {
  grid-row: 1/5;
  grid-column: 1/2;
  border-radius: 10px;
  overflow: hidden;
}
.contact_details_col .agent img {
  height: 100%;
  object-fit: cover;
}
.contact_details_col .agent-info {
  grid-row: 1/2;
  grid-column: 2/3;
  white-space: nowrap;
}
.contact_details_col .agent-name {
  font-size: 2rem;
}
.contact_details_col .role {
  margin-bottom: 0;
}

.contact-details {
  grid-row: 2/3;
  grid-column: 2/3;
  border-bottom: 1px solid #ffffff45;
}
.contact-location {
  grid-row: 3/4;
  grid-column: 2/3;
  border-bottom: 1px solid #ffffff45;
}
.contact-location p:last-of-type {
  margin-bottom: 0;
}

.nobileo-logo {
  /* background: #ffffff12; */
  border-radius: 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-self: flex-end;
  overflow: hidden;
}
/* .nobileo-logo p {
  margin-bottom: 0;
  padding: 5px;
} */
/* .nobileo-logo p:first-child {
  margin-bottom: 0;
  border-bottom: 1px solid #fff;
  padding: 5px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 400;
  background: #fff;
  color: #000;
} */
/* .nobileo-logo p:last-child {
  padding: 10px;
} */

.contact-details a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 20px;
}

.contact-details p:last-of-type {
  margin-bottom: 0;
}

.contact_phone,
.contact_email {
  display: flex;
  align-items: center;
  font-size: 20px;
}
.contact_email {
  margin-bottom: 50px;
}
.contact_phone svg,
.contact_email svg {
  margin-right: 10px;
  fill: #fff;
}

.address,
.address a {
  font-size: 20px;
  line-height: 1.2em;
  color: #e9e4dc;
}

.qr img {
  max-width: 50px;
}

/* Location Page */
.location_header_section {
  justify-content: space-between;
  flex-direction: column;
  height: 100vh;
  padding-top: 25vh;
}

.location_header_image {
  position: absolute;
  top: 40vh;
  right: 0;
  max-width: 75%;
  height: 90%;
  padding: 0;
  overflow: visible;
}

.location_header_image .module-image {
  height: 100%;
}

.location_header_image .module-image img {
  height: 100%;
  object-fit: cover;
}

.location_header_description {
  display: flex;
  align-items: flex-start;
  flex-basis: auto;
  margin-top: 8vh;
  margin-left: 2.5%;
}

.location_header_description .module-text {
  width: 30%;
  min-width: 300px;
}

.location_header_title {
  flex-basis: auto;
  margin-left: 2.5%;
}

.location_header_title h1 {
  font-size: calc(4vh + 4vw);
  text-transform: uppercase;
  font-weight: 200;
  /* color: var(--tertiary-color); */
}

.has-scroll-down.left {
  display: flex;
  flex-direction: row-reverse;
}

.has-scroll-down .scroll-down {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border: 1px solid #0000003d;
  border-radius: 100%;
  width: 50px;
  min-width: 50px;
  height: 50px;
  cursor: pointer;
  transition: var(--transition);
  margin-right: 30px;
}

.has-scroll-down.white .scroll-down:hover {
  border-color: var(--base-color);
}

.has-scroll-down.white .scroll-down {
  border-color: rgba(233, 228, 220, 0.2);
}

.has-scroll-down.white .scroll-down svg {
  fill: #fff;
}

.location_transport_section {
  position: relative;
  padding-top: 20vh;
  padding-bottom: 10vh;
}

.location_transport_section .description_col .section-desc-xl {
  margin-left: calc(25vw - 20px);
  margin-bottom: 10vh;
}

.section-title h2 {
  font-size: calc(2vh + 2vw);
  line-height: 1em;
}

.section-desc-xl h2 {
  font-size: 40px;
  line-height: 50px;
  text-transform: uppercase;
  /* color: var(--primary-color); */
  color: #fff;
  font-weight: 200;
}

.location_transport_section .description-sm {
  max-width: 400px;
  margin-left: calc(25vw - 20px);
}

.location_transport_section .images_col {
  margin-top: 15vh;
  height: 50vh;
}

.location_transport_section .images_col .image_xl {
  position: absolute;
  top: 15vh;
  right: 0;
  width: 150%;
  height: 100%;
}

.location_transport_section .images_col .image_sm {
  position: absolute;
  top: 15vh;
  left: -50%;
  height: 60%;
  max-width: 220px;
  transform: translateX(-50%);
  border: 2px solid #fff;
}

.location_transport_section .images_col .module-image img {
  height: 100%;
  object-fit: cover;
}

.location_logo_col {
  display: flex;
  align-items: center;
  top: 0;
  width: 250px;
  max-width: 250px;
  height: 250px;
  left: 50%;
  transform: translate(-50%, 50%);
  z-index: 9;
  background: #fff;
  border-radius: 100%;
  padding: 30px 50px 40px;
  box-shadow: 0 0 20px -10px #000;
}

.location_logo_col svg {
  width: 100%;
  height: 100%;
}

.location_by_walk_section {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}

.location_by_walk_section .circle_col {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
}

.location_by_walk_section .circle_col .module-code {
  text-align: center;
}

.location_by_walk_section .circle_col .module-code svg {
  width: 100%;
  height: 100%;
}
.location_by_walk_section .circle_col .module-code svg rect {
  fill: var(--primary-color);
}

.location_by_walk_section .circle_col.sm {
  width: 30%;
  z-index: 3;
}

.location_by_walk_section .circle_col.md {
  width: 50%;
  z-index: 2;
}

.location_by_walk_section .circle_col.xl {
  width: 80%;
  z-index: 1;
}

.location_by_walk_section .description {
  position: absolute;
  display: flex;
  text-align: right;
  top: 100%;
  left: 50%;
  transform: translate(0, -35px);
  max-width: 300px;
}

.location_by_walk_section .circle_col.sm .description {
  width: 100%;
  justify-content: flex-end;
  left: auto;
  right: 80%;
  top: 88.5%;
}

.location_by_walk_section .circle_col.md .description {
  width: 100%;
  justify-content: flex-end;
  left: 80%;
  top: 89%;
}

.location_by_walk_section .description svg {
  margin-left: 30px;
  margin-top: 25px;
  min-width: 20px;
  max-width: 20px;
}
.location_by_walk_section .description svg circle {
  stroke: #ffffff;
  fill: var(--secondary-color);
}

.location_by_walk_section .description.reversed {
  flex-direction: row-reverse;
  text-align: left;
}

.location_by_walk_section .description.reversed svg {
  margin-left: 0;
  margin-right: 30px;
}

.location_by_walk_section .description p {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}

.location_by_walk_section .description p .number {
  font-size: 80px;
  line-height: 1em;
  font-weight: 200;
}

.location_by_walk_section .description p .action {
  font-size: 10px;
  text-transform: uppercase;
  line-height: 1.5em;
  margin: 5px 0 15px;
}

.location_by_walk_section .description p .destination {
  font-size: 25px;
  text-transform: uppercase;
  color: var(--secondary-color);
  line-height: 1em;
  font-weight: 200;
}

.location_by_walk_section .circle_col.bg {
  position: relative;
  width: 130%;
  margin-bottom: -30%;
  transform: translate(-50%, -50%) scale(1.2);
}

.location_by_car {
  padding-left: 2.5%;
  padding-right: 0;
  padding-bottom: 15vh;
  padding-top: 15vh;
  /* margin-top: 30vh; */
}

.location_by_car .car_col {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-top: 80px;
  padding-bottom: 80px;
}

.location_by_car .car_col:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #cec9c1;
  top: 50%;
  transform: translateY(-50%);
}

.location_by_car .car {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 9;
  width: 100%;
}

.location_by_car .car img {
  position: relative;
  max-width: 360px;
}

.location_by_car .point {
  display: flex;
  align-items: center;
}

.location_by_car .point svg {
  z-index: 1;
}

.location_by_car .point svg circle {
  fill: var(--secondary-color);
  stroke: #fff;
}

.location_by_car .long {
  width: 30%;
}

.location_by_car .short {
  width: 20%;
}

.location_by_car .time_col,
.location_by_car .desc_col {
  display: flex;
  justify-content: space-between;
  color: #fff;
}

.location_by_car .time_col .number {
  font-size: 80px;
  color: var(--secondary-color);
  margin-right: 20px;
  line-height: 0.8em;
  font-weight: 200;
}

.location_by_car .time_col p {
  display: flex;
  margin-bottom: 0;
}

.location_by_car .time_col .desc {
  text-transform: uppercase;
  font-size: 9px;
  max-width: 90px;
  line-height: 1.5em;
}

.location_by_car .desc_col .desc p {
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 200;
  /* max-width: 200px; */
  line-height: 1.2em;
}

/* Buildings page */
.buildings_row {
  margin-top: 11vh;
}

.buildings_row .section-title {
  padding-left: 2.5%;
  margin-bottom: 5rem;
}
.buildings_row .section-title h1 {
  font-size: calc(2vh + 2vw);
  text-transform: uppercase;
}

.buildings_row .building-title {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 16%;
  top: 40%;
  width: 150px;
  height: 150px;
  background: var(--tertiary-color);
  border-radius: 100%;
  transform: translateY(-50%);
  z-index: 9;
  /* pointer-events: none; */
  box-shadow: inset 0 0 0 2px #fff;
}
.buildings_row .building-title p {
  margin-bottom: 0;
}
.buildings_row .building-title a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  text-transform: uppercase;
  color: var(--secondary-color);
  font-weight: 400;
}

.building-col {
  position: absolute;
  max-width: 500px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  height: 50vh;
  border-radius: 10px;
  overflow: hidden;
  top: auto;
  bottom: -25px;
  pointer-events: none;
}
.building-col .building {
  height: 100%;
}
.building-col .building img {
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.buildings_row .right_col .building-title {
  right: auto;
  left: 15%;
  transition: var(--transition);
}

.buildings_row .col-lg-6 {
  padding: 0;
}
.buildings_row .col-lg-6:hover .building-title {
  box-shadow: 0 0 0 2px var(--secondary-color);
}

.buildings_row .module-fickle {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto auto;
  background: var(--tertiary-color);
  transition: var(--transition);
  border-radius: 10px 0 0 0;
}
.buildings_row .module-fickle.right {
  border-radius: 0 10px 0 0;
}
.buildings_row .module-fickle:hover {
  box-shadow: inset 0px 0px 0px 5px var(--secondary-color);
}
.buildings_row .fickle-header {
  padding: 40px 4vw;
}

.buildings_row .module-fickle .fickle-title {
  margin-bottom: 0;
}

.buildings_row .module-fickle .fickle-title a {
  color: var(--secondary-color);
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1rem;
}

.buildings_row .module-fickle .fickle-subtitle .fickle-title a {
  color: #ffffffab;
}

.buildings_row .fickle-image {
  grid-column: 2/3;
  grid-row: 1/4;
  margin-bottom: 0;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
}
/* .buildings_row .module-fickle img {
  max-height: 100%;
  transition: var(--transition);
} */
/* .buildings_row .module-fickle:hover img {
  transform: translateX(-15px);
} */

.buildings_row .fickle-content {
  grid-row: 3/4;
  grid-column: 1/2;
  padding: 0 4vw 55px;
  color: #fff;
}

.buildings-row-col {
  display: grid;
  grid-template-columns: 1fr 50% 1fr;
  padding: 0;
  align-items: flex-end;
  padding-left: calc(2.5vw + 15px);
  padding-right: calc(2.5vw + 15px);
}
.buildings-row-col .building {
  height: 50vh;
  border-radius: 10px 10px 0 0;
  background-color: var(--tertiary-color);
  overflow: hidden;
}
.buildings-row-col .building img {
  height: 100%;
  object-fit: contain;
}
.buildings_row .fickle-content .fickle-text-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.buildings_row .fickle-content .fickle-text-content p:first-child {
  font-size: 80px;
  line-height: 1em;
  margin-bottom: 10px;
  font-weight: 100;
  color: var(--secondary-color);
}
.buildings_row .fickle-content .fickle-text-content p {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 13px;
}

.buildings_row .fickle-additional-html-code {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  opacity: 0;
}
.buildings_row .fickle-additional-html-code a {
  width: 100%;
  height: 100%;
}

.buildings_row .right_col .module-fickle {
  grid-template-columns: auto 1fr;
}
.buildings_row .right_col .fickle-header {
  grid-column: 2/2;
}
.buildings_row .right_col .fickle-image {
  grid-column: 1/2;
}
.buildings_row .right_col .module-fickle:hover img {
  transform: translateX(25px);
}

.buildings_row .right_col .fickle-content {
  grid-column: 2/2;
}

/* Apartment Categories Page */
.apt_categories_row {
  margin: 10vh 0;
}

.apt_categories_row .module-fickle:hover img {
  transform: scale(1.1);
  transition: var(--transition);
}

.apt_categories_row .module-fickle {
  display: flex;
  flex-direction: column-reverse;
  border-radius: 10px;
  overflow: hidden;
  will-change: transform;
}
.apt_categories_row .fickle-header {
  width: 100%;
  bottom: 0;
  text-align: center;
  background: var(--secondary-color);
  backdrop-filter: blur(10px);
  z-index: 9;
}

.apt_categories_row .fickle-title {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 0;
}

.apt_categories_row .fickle-title a {
  color: #000;
  font-size: 20px;
  width: 100%;
  padding: 15px 10px;
  font-weight: 500;
  text-transform: uppercase;
}

.apt_categories_row .fickle-image {
  margin-bottom: 0;
  overflow: hidden;
}

.apt_categories_row .module-fickle img {
  width: 100%;
  object-fit: contain;
  background-color: #fbf7f4;
  transition: var(--transition);
}

/* Apartments Page */
body.apartamente {
  background-color: var(--primary-color);
}

body.apartamente .page-header-background {
  height: 100%;
}

body.page-id-25 .page-header-background {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}

body.apartamente .page-header-background:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(90deg, rgb(18 53 95) 0%, rgba(0, 0, 0, 0) 90%); */
  background: linear-gradient(90deg, rgba(24, 29, 36, 1) 0%, rgba(0, 0, 0, 0) 90%);
}

body.apartamente .page-header .page-header-inner > .container > .row {
  height: auto;
}

body.apartamente .page-header {
  padding-top: 150px;
  padding-bottom: 2rem;
}

body.apartamente .page-header .page-header-content {
  align-items: center;
  min-height: 300px;
}
body.page-id-25 .page-header .page-header-content {
  border-bottom: 1px solid #ffffff24;
  min-height: 200px;
}
body.apartamente .page-header .page-header-content .scroll-down {
  display: none;
}
body.page-id-25 .page-header .page-header-content .scroll-down {
  display: flex;
  border-color: var(--secondary-color);
}
body.apartamente .page-header .page-header-content .scroll-down svg {
  fill: var(--secondary-color);
}

body.apartamente .page-header .page-description {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
}
body.apartamente .page-header .page-description p {
  margin-bottom: 0;
}
body.apartamente .page-header .page-description .subtitle {
  background: var(--secondary-color);
  padding: 10px 30px;
  display: flex;
  justify-self: flex-start;
  align-self: flex-start;
  margin-bottom: 20px;
  font-size: 1rem;
  color: #000;
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: 500;
}

body.apartamente .page-description h1 {
  font-size: calc(2vh + 2vw) !important;
  font-weight: 200;
  margin-bottom: 0;
  color: #fff;
}

.apartments_row {
  padding: 10vh 0 0;
}

.apartments_row:last-child {
  margin-bottom: 10vh;
}

.apartments_row .category_title {
  margin-bottom: 30px;
  border-bottom: 1px solid #ffffff2e;
  padding-bottom: 15px;
}

.apartment-item-wrapper {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
}
.apartments-grid .apartment-item {
  background: var(--tertiary-color);
  padding: 20px;
  border-radius: 10px;
}
.apartments-grid .apartment-item .apartment-item-inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.apartment-image-wrapper {
  position: relative;
}
.apartment-image-wrapper:hover .overlay-wrapper {
  opacity: 1 !important;
}
.apartments-grid .apartment-item .apartment-item-inner .overlay-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  transition: var(--transition);
}
.apartments-grid .apartment-item .apartment-item-inner .overlay-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #000;
  opacity: 0.5;
}
.apartments-grid .apartment-item .apartment-item-inner .overlay-wrapper span {
  color: #fff;
  font-size: 2rem;
  z-index: 2;
}

.apartments-grid .apartment-item figure {
  margin-bottom: 0;
}

.apartments-grid .apartment-item img {
  width: 100%;
  border-radius: 10px;
}

.apartment-info-top {
  display: flex;
  justify-content: space-between;
}

.apartment-item-inner video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.apartment-info-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: var(--tertiary-color);
  padding: 2rem;
  padding-bottom: 20px;
  border-radius: 10px;
  color: #fff;
}
.apartment-info-col ul {
  padding-left: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.apartment-info-list ul li {
  display: flex;
  justify-content: space-between;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ffffff26;
}
.apartment-info-col .total ul {
  gap: 0.5rem;
}
.apartment-info-col .total li {
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  color: var(--secondary-color);
}

.apartment-info-col .btn {
  width: 100%;
  background: var(--secondary-color);
  color: #000;
  border: none;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 300;
}

.apartment-info-top .apartment-info-top-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  font-size: 0.875rem;
  text-transform: uppercase;
}

.apartment-info-top .apartment-info-top-left span {
  font-weight: 400;
  font-family: "Montserrat";
}

.apartment-info-top .apartment-plan {
  display: flex;
  align-items: center;
}
.apartment-info-top .apartment-plan a {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #fff;
  text-transform: uppercase;
}

.apartment-info-top .apartment-plan .btn_content {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 10px;
  width: 40px;
  height: 40px;
  background-color: var(--secondary-color);
  border-radius: 100%;
}

.apartment-info-top .apartment-plan .btn_content svg {
  width: 100%;
  height: 100%;
  fill: var(--tertiary-color);
}

.apartments-grid .apartment-info-bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-top: 1px solid #ffffff30;
  padding-top: 20px;
  font-size: 13px;
  text-transform: uppercase;
}

.apartments-grid .apartment-info-bottom .apartment-title h2 {
  color: var(--secondary-color);
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 5px;
  letter-spacing: 1px;
}

.apartment-info-bottom-inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 1rem;
}

.apartment-info-bottom-inner .apartment-view-details a {
  color: var(--secondary-color);
}

.apartment-info-bottom-inner .tip-camere {
  color: var(--secondary-color);
}

.apartment-info-bottom-left {
  display: flex;
  align-items: center;
  color: #fff;
}
.apartment-info-bottom-left span {
  font-family: "Montserrat";
}

.apartment-info-bottom-left .nr_camere {
  display: flex;
  align-items: center;
}

.apartment-info-bottom-left .separator {
  display: inline-flex;
  width: 10px;
  height: 2px;
  margin: 0 4px;
  background: var(--secondary-color);
}

.apartment-info-price .price {
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 500;
  color: var(--secondary-color);
}

/* Contact Forms */
.cf_row {
  padding: 5vh 10% 5vh 10%;
  /* height: 85vh; */
}
/* .cf_row .agent-col {
    height: 100%;
} */
.cf_row .module-image {
  position: relative;
  height: 100%;
  max-height: 530px;
}
.cf_row .module-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20%;
  /* background: linear-gradient(180deg, rgb(19 53 95) 0%, rgba(0, 0, 0, 0) 100%); */
  background: linear-gradient(180deg, rgba(24, 29, 36, 1) 0%, rgba(24, 29, 36, 0) 100%);
  z-index: 1;
}
.cf_row .module-image:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(19 53 95) 100%);
  background: linear-gradient(180deg, rgba(24, 29, 36, 0) 0%, rgba(24, 29, 36, 1) 100%);
  z-index: 1;
}
.cf_row .module-image img {
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.cf_row .btn-section {
  margin-bottom: 0;
}
.cf_row .form-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 7rem;
}

.cf_row .container {
  max-width: 100%;
  width: 100%;
  padding-left: 0;
}

.cf_row .radio > label {
  position: relative !important;
}
.cf_row .radio .input-wrapper {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.cf_row .radio .input-wrapper label {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative !important;
  bottom: 0 !important;
  pointer-events: all !important;
  cursor: pointer;
  padding-left: 30px;
}
.cf_row .radio label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.radio .checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 2px solid #fff;
  transition: var(--transition);
}
.cf_row .radio input:checked ~ .checkmark {
  background-color: var(--secondary-color);
}
.radio .checkmark:after {
  content: "";
  position: absolute;
  opacity: 0;
  transition: var(--transition);
}
.cf_row .radio label input:checked ~ .checkmark:after {
  opacity: 1;
}

.cf_row input,
.cf_row textarea {
  background: transparent;
  color: #fff;
  font-size: 12px;
}

.apartment_info_form input,
.apartment_info_form textarea {
  background: transparent;
  color: #fff;
  font-style: 12px;
}
.apartment_info_form input:focus,
.apartment_info_form textarea:focus {
  color: #fff;
}

.cf_row input:focus,
.cf_row textarea:focus {
  background: transparent;
  outline: none;
  box-shadow: none;
  color: #fff;
}

.form-group {
  position: relative;
  margin-bottom: 35px;
}
.form-group.readonly {
  pointer-events: none;
}
label.readonly {
  left: 100% !important;
  transform: translateX(calc(-100% - 10px));
  color: var(--secondary-color) !important;
}
.form-control[readonly] {
  background-color: transparent;
}
.main-offer-request.solicita_info_section input.unitate-locativa {
  color: var(--secondary-color);
  text-transform: capitalize;
}

.cf_row .form-group label {
  font-size: 12px;
  color: #fff;
}
.cf_row.dark .form-group label {
  color: #000;
}

.apartment_info_form .form-group label {
  font-size: 14px;
  color: #fff;
}
.apartment_info_form .form-group.focus label {
  color: var(--secondary-color);
}
.solicita_info_section label {
  color: #fff;
}

.form-group:not(.item-acceptance) label {
  position: absolute;
  margin-bottom: 0;
  bottom: 7px;
  transition: all 0.4s ease-in-out;
  left: 0;
  white-space: nowrap;
  pointer-events: none;
}

.cf_row .form-group:not(.item-acceptance) input,
.cf_row .form-group:not(.item-acceptance) textarea {
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
  height: calc(1.5em + 0.75rem + 2px);
}

.cf_row.dark .form-group:not(.item-acceptance) input,
.cf_row.dark .form-group:not(.item-acceptance) textarea {
  border-color: #000;
}

.apartment_info_form .form-group:not(.item-acceptance) input,
.apartment_info_form .form-group:not(.item-acceptance) textarea {
  border: none;
  border-bottom: 1px solid #ffffff52;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
  height: calc(1.5em + 0.75rem + 2px);
}
.apartment_info_form .form-group:not(.item-acceptance) textarea {
  padding-right: 35px;
  min-height: 70px;
}

.cf_row .form-group:not(.item-acceptance).focus label,
.apartment_info_form .form-group:not(.item-acceptance).focus label {
  left: 100%;
  transform: translateX(-100%);
}

.cf_row button[type="submit"] {
  background: var(--secondary-color);
  color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 12px;
  text-transform: uppercase;
  padding: 8px 18px;
  outline: none;
  box-shadow: none;
  transition: var(--transition);
  letter-spacing: 2px;
  width: 100%;
}
.cf_row.dark button[type="submit"] {
  border-color: #000;
  color: #000 !important;
}

.cf_row button[type="submit"]:hover {
  background: #fff;
}

.item-acceptance {
  margin-bottom: 30px;
}

.cf_row .acceptance label {
  display: flex;
  align-items: center;
  color: #fff;
}
.cf_row.dark .acceptance label {
  color: #000;
}

.cf_row .acceptance label input {
  margin-right: 10px;
}

.c-error {
  position: absolute;
  font-size: 10px;
  font-weight: 500;
  left: 0;
}

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"] + .checkbox-text {
  position: relative;
  cursor: pointer;
  padding-left: 27px;
}

input[type="checkbox"] + .checkbox-text:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  position: absolute;
  left: 0;
  top: -2px;
  transition: all 0.12s, border-color 0.08s;
}

input[type="checkbox"]:checked + .checkbox-text:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  transform: rotate(45deg);
}

.cf_row.dark input[type="checkbox"] + .checkbox-text:before {
  border: 2px solid #000;
}
.cf_row.dark input[type="checkbox"]:checked + .checkbox-text:before {
  border-top-color: transparent;
  border-left-color: transparent;
}

/* Apartment Page */
.apartment-intro__head {
  display: grid;
  grid-template-columns: minmax(400px, 1fr) minmax(200px, 1fr);
  grid-template-rows: 1fr;
  align-items: center;
  background-color: var(--tertiary-color);
  border-radius: 10px;
}

.apartment-intro_col {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 15px;
}

.apartment-intro_col:last-child {
  border: none;
}

.apartment-intro__head__center {
  display: flex;
  justify-content: flex-start;
  height: 100%;
  align-items: center;
  gap: 15px;
}

.apartment-intro__head__center span {
  color: #fff;
  background: #ffffff14;
  padding: 5px 15px;
  height: 100%;
  display: flex;
  align-items: center;
  border-radius: 5px;
}
.apartment-intro__head__center .back-btn {
  display: flex;
  background: var(--secondary-color);
  text-transform: uppercase;
  font-weight: 500;
  padding: 5px 15px;
  height: 100%;
  display: flex;
  align-items: center;
  border-radius: 5px;
  border: none;
}

.apartment-intro__head_price {
  background-color: var(--secondary-color);
  color: var(--tertiary-color);
}

.apartment-intro__head_price .price {
  font-weight: 400;
  font-size: 25px;
}

.apartment-intro__head__buttons__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.apartment-intro__head__buttons {
  display: flex;
  justify-content: flex-end;
}

.apartment-intro__head__buttons .apartment-plan,
.apartment-intro__head__buttons .share-apartment {
  display: flex;
  align-items: center;
  margin-right: 20px;
  border: 1px solid var(--secondary-color);
  border-radius: 100%;
  height: 42px;
  width: 42px;
}

.apartment-intro__head__buttons .apartment-plan a,
.apartment-intro__head__buttons .share-apartment a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.apartment-intro__head__buttons .apartment-plan div:hover {
  border-color: #fff;
}

.apartment-intro__head__buttons .apartment-plan a svg,
.apartment-intro__head__buttons .share-apartment a svg {
  fill: #fff;
  padding: 3px;
}

.apartment-intro__head__buttons .submit_request {
  display: flex;
  align-items: center;
  /* text-transform: uppercase; */
  color: var(--tertiary-color);
  font-size: 1rem;
  /* border: 1px solid var(--base-color); */
  background-color: var(--secondary-color);
  border-radius: 5px;
  padding: 10px 20px;
  text-decoration: none;
}

.apartment_slider_container {
  position: relative;
  margin-bottom: 2rem;
}

.apartment_slider {
  display: flex;
  align-items: center;
  overflow: visible;
}

.apartment_slider .slick-arrow {
  position: absolute;
  width: 120px;
  height: 120px;
  z-index: 9;
}

.apartment_slider .slick-arrow-left {
  left: calc(2.5% + 15px);
}

.apartment_slider .slick-arrow-right {
  right: calc(2.5% + 15px);
}
.apartment_slider .round_btn:hover svg {
  fill: var(--secondary-color) !important;
}
.apartment_slider .round_btn:hover:after {
  border-color: var(--secondary-color) !important;
}

.round_btn.white_transparent {
  border-radius: 100%;
  cursor: pointer;
}

.round_btn.white_transparent svg {
  fill: #fff;
}

.round_btn.white_transparent:before {
  display: none;
}

.round_btn.white_transparent:after {
  border-radius: 100%;
  border-color: #ffffff36;
  transition: var(--transition);
}

.round_btn.white_transparent:hover:after {
  border-color: #fff;
}

.apartment_slider .slick-slide {
  position: relative;
  margin-bottom: 0;
  /* margin: 0 15vw; */
  margin: 0 8vw;
  transition: var(--transition);
}

.apartment_slider .slick-slide:not(.slick-center) {
  opacity: 0.5;
  pointer-events: none;
}

.apartment_slider .slick-slide img {
  height: calc(75vh - 150px);
  width: 100%;
  max-width: 70vw;
  min-width: 15vw;
  margin: auto;
  object-fit: cover;
  border-radius: 10px;
}

.apartment_slider_small_images {
  position: absolute;
  height: 100%;
  width: 100%;
  /* max-width: 25vw; */
  max-width: 70vw;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  overflow: visible;
  z-index: -1;
  pointer-events: none;
}

.apartment_slider_small_images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* opacity: 1 !important; */
  transition: var(--transition);
  filter: blur(3px);
}

.apartment_slider_small_images-top {
  position: absolute;
  width: 40% !important;
  height: 40% !important;
  opacity: 0.5;
  right: -50px;
  top: -50px;
  transition: var(--transition);
}

.apartment_slider_small_images-bottom {
  position: absolute;
  width: 40% !important;
  height: 40% !important;
  opacity: 0.5;
  left: -75px;
  bottom: 20%;
  transition: var(--transition);
}

.apartment_slider_title {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  justify-content: space-between;
  padding: 0 20px;
}

.apartment_slider_title h1 {
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
}

.apartment_slide_number {
  color: #fff;
  text-align: center;
  font-style: italic;
}

.solicita_info_section {
  position: fixed;
  flex-direction: column;
  display: flex;
  justify-content: center;
  top: 0;
  right: 0;
  height: 100%;
  width: 45%;
  background: var(--tertiary-color);
  z-index: 99999;
  padding: 43px 50px;
  transition: var(--transition);
  transform: translateX(100%);
  box-shadow: 0 0 20px -10px #000;
}

.close_solicita_info {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  background-color: var(--secondary-color);
  border-radius: 100%;
  color: #000;
  margin-bottom: 30px;
  cursor: pointer;
}

.solicita_info_section.active {
  transform: translateX(0);
}

.solicita_info_section form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  overflow: auto;
}

.solicita_info_section form .container {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

.form-control:focus {
  background: 0 0;
}
.apartment_info_form {
  width: 100%;
}

.apartment_info_form h2 {
  font-weight: 400;
  margin-bottom: 5vh;
  color: #fff;
}

.solicita_info_section .agreement-radio {
  position: relative;
}

.solicita_info_section .agreement-radio .c-error {
  bottom: -10px;
}

.solicita_info_section .btn-section {
  margin-bottom: 0;
  width: 100%;
}

.solicita_info_section .btn-section .btn {
  background: var(--secondary-color);
  border-color: var(--secondary-color);
  color: var(--tertiary-color);
  font-size: 0.875rem;
  text-transform: uppercase;
  padding: 8px 18px;
  outline: none;
  box-shadow: none;
  letter-spacing: 1px;
}

/* Finisaje */
.img_finisaje img {
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.finisaje_row {
  padding: 0 calc(4% - 20px);
  margin-bottom: 5rem;
}

.finisaje_row.reverse .description {
  text-align: right;
}

.finisaje_row .description h2 {
  font-size: calc(1.8vh + 1.8vw);
  color: #ffffff;
}

.finisaje_row .description p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.5em;
  color: #d1d2d3;
}

.finisaje_image_col {
  height: 55vh;
  min-height: 400px;
  display: flex;
  justify-content: center;
}

.finisaje_slider {
  width: 100%;
  height: 100%;
}

.finisaje_slider .slick-slide-inner,
.finisaje_slider .slide-slick-image {
  height: 100%;
}

.finisaje_slider .slick-slide {
  border-radius: 10px;
  overflow: hidden;
}
.finisaje_slider .slide-slick-title,
.finisaje_slider .slide-slick-content {
  display: none;
}

.finisaje_slider .slide-slick-image img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  cursor: zoom-in;
}

.finisaje_slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  background: #fff;
  padding: 10px;
  cursor: pointer;
  left: 0;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

.finisaje_slider .slick-arrow.slick-arrow-right {
  right: 0;
  left: auto;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}

.nav-buttons {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.nav-buttons .type,
.nav-buttons .rooms {
  display: flex;
  gap: 2rem;
}
.nav-buttons a {
  border: 1px solid #ffffff57;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  transition: var(--transition);
}
.nav-buttons a:hover {
  background-color: var(--secondary-color);
  color: #000;
}
.nav-buttons a.active {
  background-color: var(--secondary-color);
  color: #000;
  font-weight: 500;
}

/* Thank you page */
.thank-you-row:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.thank-you-row img {
  height: 50vh;
  min-height: 300px;
  object-fit: cover;
  object-position: center;
}
.thank-you-message {
  height: 50vh;
}
.thank-you-message .module-text * {
  color: #ffffff;
}
.thank-you-btn .btn {
  font-size: 18px;
  padding: 10px 25px;
  border-radius: 0;
  background: var(--secondary-color);
  color: #000;
}

.gdpr .module-text p {
  color: #d1d2d3;
}
