/* Assets */
:root {
    --font-logo: Benedict;
    --base-color: #c49f8a;
    --dark-color: #1e1f21;
    --secondary-color: #455a64;
    --text-color-small: #66634d;
    --third-color: #2b2926;
    --light-mode-base-color: #c49f8a;
    --light-mode-secondary-color: #788f99;
    --light-mode-third-color: #e9e4dc;
    --dynamic-height: calc(var(--vh, 1vh) * 100);
    --header-height: --header-height;
    --container-padding: 3vw;
    --transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}


/* ===============
    typography
   =============== */

/* Raleway */
@font-face {
    font-family: 'Raleway';
    src: url('/css/fonts/raleway/Raleway-Bold.ttf');
    font-display: swap;
    font-weight: 600;
}
@font-face {
    font-family: 'Raleway';
    src: url('/css/fonts/raleway/Raleway-SemiBold.ttf');
    font-display: swap;
    font-weight: 500;
}
@font-face {
    font-family: 'Raleway';
    src: url('/css/fonts/raleway/Raleway-Regular.ttf');
    font-display: swap;
    font-weight: 300;
}



/* QuickSand */
@font-face {
    font-family: 'Quicksand';
    src: url('/css/fonts/quicksand/Quicksand-Light.ttf');
    font-display: swap;
    font-weight: 100;
}

@font-face {
    font-family: 'Quicksand';
    src: url('/css/fonts/quicksand/Quicksand-Regular.ttf');
    font-display: swap;
    font-weight: 200;
}

@font-face {
    font-family: 'Quicksand';
    src: url('/css/fonts/quicksand/Quicksand-Medium.ttf');
    font-display: swap;
    font-weight: 300;
}

@font-face {
    font-family: 'Quicksand';
    src: url('/css/fonts/quicksand/Quicksand-SemiBold.ttf');
    font-display: swap;
    font-weight: 400;
}

@font-face {
    font-family: 'Quicksand';
    src: url('/css/fonts/quicksand/Quicksand-Bold.ttf');
    font-display: swap;
    font-weight: 500;
}


body {
  background: #000;
  color: #fff;
}

body,
a,
span {
  font-family: 'QuickSand';
  font-weight: 200;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: 'Raleway';
  font-weight: 300;
}

h1 {
  font-weight: 600;
}
h3 {
  font-size: 1.5rem;
}
h4 {
  font-size: 1.275rem;
}

a {
  color: inherit;
}

p:last-of-type {
  margin-bottom: 0;
}

.uppercase {
  text-transform: uppercase;
}
.text-xs {
  font-size: 0.875rem;
}
.text-sm {
  font-size: 1rem;
}
.text-md {
  font-size: 1.075rem;
}
.text-lg {
  font-size: 1.275rem;
}

.semi-bold {
  font-weight: 300;
}
.bold {
  font-weight: 400;
}

main {
  min-height: auto;
}

button,
button:focus {
  outline: none !important;
  box-shadow: none !important;
  -webkit-tap-highligh-color: transparent !important;
}


.btn {
  font-weight: 400;
  border: none;
  padding: 0.75em 1.5em;
  border-radius: 0;
  font-size: 0.875rem;
  border: 1px solid;
  background: transparent;
}
.btn-link {
  text-decoration: underline;
  color: #fff;
}
.btn-link:hover {
  color: #fff;
  text-decoration: none;
}
.btn.round {
  border-radius: 999rem;
}
.btn-primary {
  background: ;
  color: #fff;
}
.btn-primary:hover {
  background: #fff;
  color: #000;
  border-color: #fff;
}
.btn-secondary {
  border: none;
  padding: 0;
  text-decoration: underline;
  font-size: 1rem;
}
.btn-secondary:hover {
  background: transparent;
}

.radial-gradient {
  position: relative;
}
.radial-gradient:before,
.radial-gradient:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,1) 100%);
}
.radial-gradient:before {
  width: 50%;
  background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}

.h-100 {
  height: 100%;
}

.loader_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 99999;
}
.loader_wrapper svg {
  fill: #fff;
  max-width: 9rem;
  width: 100%;
  opacity: 0;
}

/* Settings */
.language-select {
    display: none !important;
}


/* Cookie Notice */
#cookie_notice {
    justify-content: space-between;
    left: 50vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 660px;
    line-height: 140%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
#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 .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%;
  z-index: 9999;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
  gap: 2rem;
}
.logo {
  width: 100%;
  max-height: 5rem;
  filter: invert();
  transition: var(--transition);
}

.header-menu {
  display: flex;
  flex-grow: 1;
}
.navbar-nav {
  flex-direction: row;
}
.nav-link {
  position: relative;
  padding: 0.5rem 1rem !important;
  color: #fff;
  font-size: 0.875rem;
  text-transform: uppercase;
}
.nav-link:after {
  content: '';
  position: absolute;
  bottom: 0.25em;
  left: 1em;
  width: calc(100% - (1em * 2));
  height: 1px;
  background-color: #fff;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform var(--transition);
}
.nav-link:hover {
  color: #fff;
}
.nav-link:hover:after {
  transform: scaleX(1);
  transform-origin: left;
}


.header-logo svg {
  max-height: 100px;
  width: 100%;
  filter: invert();
  transition: var(--transition);
}

header.fixed,
body.menu-opened header {
  background: #00000096;
  transition: var(--transition);
}

header.fixed {
  backdrop-filter: blur(15px);
}
header.fixed .logo {
  max-height: 3rem;
}

header.fixed .navbar-brand svg {
    max-height: 50px;
    margin-bottom: -15px;
}

header.fixed .navbar-brand svg g,
header.header_white .navbar-brand svg g {
    fill: #fff;
}

header.fixed .main-nav .nav-item a,
header.header_white .main-nav .nav-item a {
    color: #fff;
}


.header-menu-buttons {
  display: flex;
  align-items: center;
}

.menu_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000bf;
  pointer-events: none;
  opacity: 0;
  z-index: 99;
  transition: var(--transition);
}





/* Homepage */
.intro-hp {
  position: relative;
  overflow: hidden;
}
.intro-hp .left-side,
.intro-hp .right-side {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.intro-hp .module-video {
  display: flex;
  justify-content: center;
  position: absolute;
  width: 125.5%;
  height: 100%;
  transform: skewX(-16deg);
  z-index: -1;
  overflow: hidden;
}
.intro-hp:before,
.intro-hp .module-video:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
  transition: var(--transition);
  pointer-events: none;
}
.intro-hp:before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgb(0 0 0 / 59%) 100%);
  z-index: 1;
  height: 20%;
}
.intro-hp .left-side {
  padding-left: var(--container-padding);
}
.intro-hp .left-side .module-video {
  right: 0;
  border-right: 1px solid transparent;
  border-image: linear-gradient(to bottom, transparent, #ffffff, transparent) 1;
}
.intro-hp .right-side {
  text-align: right;
  align-items: flex-end;
  padding-right: var(--container-padding);
}
.intro-hp .right-side .module-video {
  left: 0;
}
.intro-hp .module-video video {
  width: 125.5%;
  height: 100%;
  object-fit: cover;
  transform: skewX(16deg);
  transition: var(--transition);
}
.intro-hp .left-side:hover video,
.intro-hp .right-side:hover video {
  filter: brightness(0.7);
}

.intro-hp .module-text {
  max-width: 28rem;
}
.intro-hp .desc {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows var(--transition);
  overflow: hidden;
}
.intro-hp .desc p {
  min-height: 0;
}
.intro-hp .left-side:hover .desc,
.intro-hp .right-side:hover .desc {
  grid-template-rows: 1fr;
}
.intro-title > * {
  font-size: 3.5rem;
}



.hp-fickle-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
  gap: 2rem;
}
.hp-fickle-cards .module-fickle {
  padding: 3rem 0;
}
.hp-fickle-cards .fickle-title {
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.hp-fickle-cards .module-fickle:nth-child(even) {
  background: #ffffff14;
  padding: 3rem 2rem;
}
.hp-fickle-cards .fickle-text-content > * {
  font-size: 0.875rem;
}



/* Projects Cards */
.project-card {
  overflow: hidden;
}
.project-card-image {
  position: relative;
}
.gradient-bottom:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgb(0 0 0 / 86%) 0%, rgba(0, 0, 0, 0) 50%);
  pointer-events: none;
}
.project-card-image img {
  aspect-ratio: 4/2;
}
.project-card .project-title > * {
  padding: 1rem;
}


.hp-fs-bg {
  position: relative;
  min-height: 60vh;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.hp-fs-bg:before,
.hp-fs-bg:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 55%;
  background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
}
.hp-fs-bg:after {
  top: auto;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
}


/* Footer */
footer {
  padding: 3rem 0;
  margin-top: 3rem;
}
.footer_logo img {
  max-width: 6rem;
  filter: invert();
}
footer .nav {
  flex-direction: column;
}
footer .nav-item {
  display: flex;
}
footer .nav-link,
footer a {
  padding: 0.15em 0 !important;
  font-size: 0.875rem;
  text-transform: capitalize;
  color: #bcbcbc;
}
footer .nav-link:hover,
footer a:hover {
  color: #fff;
}
footer .nav-link:after {
  left: 0;
  width: 100%;
}
footer p {
  margin-bottom: 0;
  color: #bcbcbc;
}





/* Location Page */
.location_header_section {
  justify-content: space-between;
  flex-direction: column;
  height: 100vh;
  padding-top: 25vh;
}

.location_header_image {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 75%;
  height: 100%;
  padding: 0;
  overflow: visible;
}

.location_header_image .module-image {
  height: 100%;
  position: relative;
}
.location_header_image .module-image:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(30,31,33,1) 0%, rgba(0,212,255,0) 100%);
}

.location_header_image .module-image img {
  height: 100%;
  object-fit: cover;
}

.location_header_description {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-basis: auto;
  margin-top: 8vh;
  margin-left: 2.5%;
}
.location_header_description_text {
  max-width: 500px;
  margin-top: 20px;
  margin-left: 80px;
}

.location_header_description h1 {
  font-size: calc(4vh + 4vw);
  text-transform: uppercase;
  font-weight: 200;
  margin-bottom: 0;
}

.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;
}

.has-scroll-down.left {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
}

.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,.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 {
  position: relative;
  margin-left: calc(25vw - 20px);
  margin-bottom: 10vh;
  z-index: 9;
}

.section-title h2 {
  font-size: calc(2.5vh + 2.5vw);
  line-height: 1em;
}

.section-desc-xl h2 {
  font-size: 40px;
  line-height: 50px;
  text-transform: uppercase;
}

.location_transport_section .description-sm {
  max-width: 350px;
  margin-left: calc(25vw - 20px);
}


.location_transport_section .images_col {
  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;
}

.finisaje-desc p {
  font-size: 28px;
  padding: 50px;
  border: 1px solid #0000001c;
  margin-bottom: 0;
  line-height: inherit;
}

.location_logo_col {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  width: 250px;
  height: 250px;
  left: 50%;
  transform: translate(-50%, 50%);
  z-index: 9;
  background: #fff;
  border-radius: 100%;
  padding: 30px 50px 40px;
}

.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.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.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: #000;
  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: 10vh;
}

.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(--dark-color);
}

.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(--base-color);
  margin-right: 20px;
  line-height: .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;
  line-height: 1.2em;
}

/* Buildings page */
.buildings_row {
  margin-top: 30vh;
}
.buildings_row .col-lg-12 {
  border-bottom: 2px solid #fff;
}

.buildings_row .section-title {
  padding-left: 2.5%;
}
.buildings_row .section-title h1 {
  font-size: 3vw;
  text-transform: uppercase;
}

.buildings_row .building-title {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 20px;
  top: 50%;
  width: 100px;
  height: 100px;
  pointer-events: none;
  transform: translateY(-50%);
  z-index: 9;
  color: #fff;
}
.buildings_row .building-title p {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  font-size: 15px;
  text-transform: uppercase;
}
.buildings_row .building-title p svg {
  margin-right: 10px;
  width: 20px;
  height: auto;
}

.buildings_row .right_col .building-title {
  right: auto;
  left: 20px;
}

.buildings_row .right_col .building-title p svg {
  margin-right: 0;
  margin-left: 10px;
}

.buildings_row .col-lg-6 {
  padding: 0;
}
.buildings_row .col-lg-6:hover .building-title {
  color: #000;
}

.buildings_row .left_col .module-fickle {
  border-right: 2px solid #fff;
}

.buildings_row .module-fickle {
  display: grid;
  width: 100%;
  height: 100%;
  /* grid-template-columns: auto auto 1fr; */
  grid-template-columns: 1fr;
  grid-template-rows: auto auto 1fr;
}

.buildings_row .fickle-header {
  grid-column: 1/3;
  grid-row: 1/2;
  padding: 40px 4vw;
  background: #fff;
  color: #000;
  border-bottom: 2px solid #00000017;
  opacity: 0;
  pointer-events: none;
  transition: var(--transition);
}

.buildings_row .module-fickle:hover .fickle-header {
  opacity: 1;
  pointer-events: all;
}

.buildings_row .module-fickle .fickle-title {
  margin-bottom: 0;
}

.buildings_row .module-fickle .fickle-title a {
  color: #000;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 13px;
}

.buildings_row .module-fickle .fickle-subtitle .fickle-title a {
  color: #000000ab;
}


.buildings_row .fickle-image {
  grid-column: 1/3;
  grid-row: 2/4;
  margin-bottom: 0;
  z-index: 1;
}
.buildings_row .module-fickle img {
  height: 100%;
  max-height: 100%;
  object-fit: cover;
  transition: var(--transition);
}

.buildings_row .fickle-content {
  grid-row: 2/4;
  grid-column: 1/3;
  background: #fff;
  padding: 40px 4vw;
  color: #000;
  opacity: 0;
  pointer-events: none;
  transition: var(--transition);
}
.buildings_row .module-fickle:hover .fickle-content {
  opacity: 1;
  pointer-events: all;
}
.buildings_row .fickle-content .fickle-text-content {
  display: flex;
}
.buildings_row .right_col .fickle-text-content {
  justify-content: flex-start;
  flex-direction: row-reverse;
}
.buildings_row .right_col .fickle-text-content p:first-child {
  margin-left: 10px;
  margin-right: 0 !important;
}
.buildings_row .fickle-content .fickle-text-content p:first-child {
  font-size: 80px;
  line-height: 1em;
  margin-bottom: 0;
  font-weight: 100;
  margin-right: 10px;
}
.buildings_row .fickle-content .fickle-text-content p {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 13px;
}
.buildings_row .fickle-content .fickle-text-content p:last-child {
  padding-top: 10px;
}

.buildings_row .right_col .module-fickle {
  /* grid-template-columns: 1fr auto auto; */
  grid-template-columns: 1fr;
  grid-template-rows: auto auto 1fr;
}
.buildings_row .right_col .fickle-header {
  grid-column: 1/3;
  text-align: right;
}
.buildings_row .right_col .fickle-image {
  grid-column: 1/3;
  text-align: right;
}


.buildings_row .right_col .fickle-content {
  grid-column: 1/2;
  text-align: right;
}


/* 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 .fickle-header {
  position: absolute;
  top: 0;
  text-align: center;
  background: #fff;
  z-index: 9;
  padding: 0 20px;
  pointer-events: none;
}

.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;
}

.apt_categories_row .fickle-image {
  margin-bottom: 0;
  overflow: hidden;
}

.apt_categories_row .fickle-text-content {
  margin-top: 15px;
}
.apt_categories_row .fickle-text-content p {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
.apt_categories_row .fickle-text-content svg {
  fill: #fff;
  max-width: 30px;
  margin-right: 15px;
}

.apt_categories_row .module-fickle img {
  transition: var(--transition);
}

/* Apartments Page */
body.apartamente {
  background-color: var(--dark-color);
}

body.apartamente .page-header-background {
  height: 100%;
}

body.apartamente .page-header-background:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0,0,0,0.7) 28%, rgba(0,0,0,0) 90%);
}

body.apartamente .page-header .page-header-inner > .container > .row {
  height: auto;
}

body.apartamente .page-header {
  padding-top: 150px;
}

body.apartamente .page-header .page-header-content {
  align-items: center;
  min-height: 300px;
}

body.apartamente .page-header .page-description {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
body.apartamente .page-header .page-description p {
  margin-bottom: 0;
}
body.apartamente .page-header .page-description .subtitle {
  border: 1px solid #fff;
  background: #fff;
  padding: 10px 30px;
  color: #000;
  display: flex;
  justify-self: flex-start;
  align-self: flex-start;
  margin-bottom: 20px;
}

body.apartamente .page-description h1 {
  font-size: 3vw !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;
}


.apartments-grid .apartment-item {
  background: #fff;
  padding: 20px;
  position: relative;
  margin-bottom: 30px;
}

.apartments-grid .apartment-item .sold {
  position: absolute;
  top: 0;
  left: 0;
  transform: none;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 70px;
  font-weight: 400;
  background: #ff000080;
}

.apartments-grid .apartment-item figure {
  margin-bottom: 0;
}

.apartments-grid .apartment-item img {
  width: 100%;
  height: 300px;
  object-fit: contain;
}

.apartment-info-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.apartment-info-top .apartment-info-top-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #000;
  font-size: 13px;
  text-transform: uppercase;
}

.apartment-info-top .apartment-info-top-left span {
  font-weight: 400;
}

.sold {
  background: red;
  color: #fff;
  padding: 10px 20px;
  transform: translateX(-20px);
}

.apartment-info-top .apartment-plan {
  width: 40px;
  height: 40px;
  border-radius: 100%;
}

.apartment-info-top .apartment-plan .btn_content {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 8px;
}

.apartment-info-top .apartment-plan .btn_content svg {
  width: 100%;
  height: 100%;
  fill: var(--dark-color);
}

.apartments-grid .apartment-info-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #000;
  padding-top: 20px;
  font-size: 13px;
  text-transform: uppercase;
}

.apartments-grid .apartment-info-bottom .apartment-title h2 {
  color: #000;
  font-size: 16px;
  font-family: 'QuickSand';
  font-weight: 400;
  margin-bottom: 0;
}

.apartment-info-details span {
  font-size: 15px;
  font-weight: 400;
  text-transform: lowercase;
}

.pagination .page-link {
  border-radius: 0 !important;
  color: #000;
  font-size: 25px;
  line-height: 1em;
}
.pagination .page-item.active .page-link {
  background: var(--base-color);
  border-color: var(--base-color);
}


/* Contact Forms */
.c-form .container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.c-form .row {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.cf_row input,
.cf_row textarea {
  background: transparent;
  color: #fff;
  font-size: 12px;
}

.apartment_info_form input,
.apartment_info_form textarea {
  background: transparent;
  color: #000;
  font-style: 12px;
}

.cf_row input:focus,
.cf_row textarea:focus {
  background: transparent;
  outline: none;
  box-shadow: none;
  color: #fff;
}

.cf_row .btn-section {
  margin-bottom: 0;
}

.form-group {
  position: relative;
  margin-bottom: 35px;
}

.cf_row .form-group label {
  font-size: 0.775rem;
  color: #fff;
}

.apartment_info_form .form-group label {
  font-size: 14px;
  color: #000;
}

.form-group:not(.item-acceptance) label {
  position: absolute;
  margin-bottom: 0;
  bottom: 7px;
  transition: all .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 + .75rem + 2px);
}

.apartment_info_form .form-group:not(.item-acceptance) input,
.apartment_info_form .form-group:not(.item-acceptance) textarea  {
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
  height: calc(1.5em + .75rem + 2px);
}

.cf_row .form-group:not(.item-acceptance).focus label,
.apartment_info_form .form-group:not(.item-acceptance).focus label {
  left: 100% !important;
  transform: translateX(-100%);
  color: var(--base-color) !important;
}

label.readonly {
  left: 100% !important;
  transform: translateX(calc(-100% - 10px));
  color: var(--base-color) !important;
}

#unitate_locativa {
  padding-left: 10px;
}

.form-group.readonly {
  pointer-events: none;
}


.item-acceptance {
  margin-bottom: 30px;
}

.cf_row .acceptance label {
  display: flex;
  align-items: center;
  color: #fff;
}

.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 var(--base-color);
  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);
}



/* Apartment Page */
.apartment-intro__head {
  display: grid;
  grid-template-columns: minmax(400px, 1fr) minmax(200px, auto) minmax(200px,1fr);
  grid-template-rows: 1fr;
  align-items: center;
  border-top: 1px solid rgba(255,255,255,0.15);
}

.apartment-intro_col {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 10px 20px;
  border-right: 1px solid rgba(255,255,255,0.15);
}

.apartment-intro_col:last-child {
  border: none;
}


.apartment-intro__head__center {
  display: flex;
  justify-content: flex-start;
  height: 100%;
  align-items: center;
}

.apartment-intro__head__center span {
  color: var(--base-color);
  margin-right: 10%;
}

.apartment-intro__head_price {
  background-color: #ffffff17;
}

.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(--base-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: #fff;
  font-size: 15px;
  border: 1px solid var(--base-color);
  border-radius: 35px;
  padding: 10px 20px;
  text-decoration: none;
}

.apartment_slider_container {
  position: relative;
  margin-bottom: 5vh;
}

.apartment_slider {
  display: flex;
  flex-direction: column;
  overflow: visible;
  height: 100%;
  margin-bottom: 0;
}

.apartment_slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  background: var(--dark-color);
  padding: 20px;
  cursor: pointer;
}
.apartment_slider .slick-arrow svg {
  fill: #fff;
}
.slick-dots {
  position: relative;
  bottom: 0;
  margin-top: 10px;
  text-align: left;
}
.slick-dots li {
  width: auto;
  height: auto;
  margin: 0 6px;
}
.slick-dots li button {
  width: 20px;
  height: 1px;
  padding: 10px;
}
.slick-dots li button:before {
  content: '';
  width: 20px;
  height: 1px;
  top: 10px;
  background: #fff;
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #000;
}

.apartment_slider .slick-arrow-left {
  left: 0;
}

.apartment_slider .slick-arrow-right {
  right: 0;
}

.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;
}


/* Single Apartment Page */
.apartment-wrapper {
  display: grid;
  grid-template-columns: 1fr minmax(40%, 400px);
  grid-template-rows: auto;
  grid-gap: 50px;
  height: calc(100vh - 200px);
  padding-bottom: 50px;
}
.apartment-slider-col {
  grid-column: 1/2;
  grid-row: 1/2;
  overflow: hidden;
}

.apartment_slider .slick-slide {
  position: relative;
  background: #fff;
  transition: var(--transition);
}

.apartment_slider .slick-slide img {
  height: 100%;
  width: 100%;
  margin: auto;
  object-fit: cover;
}

/* .apartment_slider .slick-slide:nth-child(2) {
  display: none;
} */
.apartment_slider .slick-slide:nth-child(2) img {
  width: inherit;
  object-fit: contain;
}

.apartment_slider_title {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.apartment-info-col {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto 1fr auto;
  height: 100%;
  overflow: hidden;
}

.apartment_info {
  color: #fff;
  border-bottom: 1px solid #78797a;
  overflow: auto;
  padding-right: 20px;
}
.apartment_info::-webkit-scrollbar {
  width: 2px;
}

/* Track */
.apartment_info::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
.apartment_info::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 10px;
}

.apartment_info > ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}
.apartment_info > ul li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ffffff66;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.apartment_info .suprafete ul {
  display: grid;
  grid-template-columns: 1fr auto;
  /* grid-template-columns: 1fr; */
}
.apartment_info .suprafete ul li:nth-child(even) {
  /* display: none; */
  justify-content: flex-end;
}
.apartment_info .suprafete ul li:nth-last-of-type(2) {
  margin-bottom: 0;
  border-bottom: none;
}

.apartment_info > ul li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.apartment_info .suprafata {
  background: #fff;
  padding: 15px 10px;
  color: #000;
}
.apartment_info_buttons {
  padding-top: 40px;
}
.apartment_info_buttons .sold {
  transform: none;
  width: 100%;
  text-align: center;
}

.apartment_info_buttons ul {
  display: flex;
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}
.apartment_info_buttons ul li {
  margin-right: 20px;
}
.apartment_info_buttons ul li:last-child {
  margin-right: 0;
}
.apartment_info_buttons ul li a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 7px;
}
.submit_request {
  background: transparent;
  color: #fff;
  padding-left: 20px !important;
  padding-right: 20px !important;
  font-size: 16px;
  text-decoration: none;
  border: 2px solid #fff;
}
.submit_request:hover {
  color: #000;
  background: #fff;
  text-decoration: none;
}
.apartment_info_buttons ul svg {
  display: block;
  fill: #fff;
}

.apartment_slider_title h1 {
  color: #fff;
  font-size: calc(2.5vh + 2.5vw);
  font-weight: 200;
}

.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: 41%;
  min-width: 400px;
  background: #fff;
  z-index: 99999;
  padding: 50px;
  transition: var(--transition);
  transform: translateX(100%);
}

.close_solicita_info {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  background-color: #000;
  border-radius: 100%;
  margin-bottom: 30px;
  cursor: pointer;
}
.close_solicita_info svg path {
  fill: #fff;
}

.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;
}

.apartment_info_form {
  width: 100%;
}

.apartment_info_form h2 {
  font-weight: 400;
  margin-bottom: 5vh;
}

.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 {
  border-radius: 0;
  background: transparent;
  border: 2px solid #000;
  color: #000;
  font-size: 15px;
  text-transform: uppercase;
  padding: 8px 18px;
  outline: none;
  box-shadow: none;
  letter-spacing: 2px;
}
.solicita_info_section .btn-section .btn:hover {
  background: #000;
  color: #fff;
}

/* Finisaje */
.finisaje_row {
  padding: 10vh calc(4% - 20px) 0;
}
.finisaje_row .description {
  padding: 50px;
}
.finisaje_row .description h2 {
  font-size: 30px;
}
.finisaje_row .description p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.5em;
}
.finisaje_image_col {
  height: 55vh;
  min-height: 400px;
  display: flex;
  justify-content: center;
}
.finisaje_image_col img {
  height: 100%;
  object-fit: cover;
}
.finisaje_row.reverse .description {
  text-align: right;
}
.finisaje_slider {
  width: 100%;
  height: 100%;
}
.finisaje_slider .slick-slide-inner,
.finisaje_slider .slide-slick-image {
  height: 100%;
}
.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;
}

.finisaje_slider .slick-arrow.slick-arrow-right {
  right: 0;
  left: auto;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

#thank-you-row img {
  height: 40vh;
  max-height: 300px;
  object-fit: cover;
  object-position: center;
}
.thank-you-btn {
  text-align: center;
  margin-top: 20px;
}
.thank-you-btn .btn {
  border: 1px solid #000;
  font-size: 18px;
  padding: 10px 25px;
  border-radius: 0;
}
.thank-you-btn .btn:hover {
  background-color: #000;
  color: #fff;
}


.request-info-general-form .form-control {
  background: none;
  border: none;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: medium;
  border-bottom: 1px solid #000;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
  height: calc(1.5em + .75rem + 2px);
}

.main-offer-request.solicita_info_section {
  /* background: #1e1f21;
  color: #fff; */
}

.main-offer-request.solicita_info_section .c-form {
  overflow-x: hidden;
}


.main-offer-request.solicita_info_section input.unitate-locativa {
 color: #c49f8a;
 text-transform: capitalize;
}

.request-info-general-form .form-group:not(.item-acceptance).focus label, .request-info-general-form .form-group:not(.item-acceptance).focus label {
  left: 100% !important;
  transform: translateX(-100%);
  color: var(--base-color) !important;
}

.unitate-locativa {
  -webkit-appearance: unset;
}

.alert-danger {
  background: transparent;
  color: #fff;
  border: 0;
  border-bottom: 1px solid #aaa;
  border-radius: 0;
}


.apartment_info .suprafata {
  flex-direction: column;
}
.apartment_info .suprafata > span {
  display: flex;
  justify-content: space-between;
}
.apartment_info .suprafata > span:first-child {
  border-bottom: 1px solid #0000003b;
  padding-bottom: 5px;
  margin-bottom: 5px;
}


/* Stadiu Lucrari */
.stadiu-lucrari-title {
  padding-bottom: 5vh;
}
.stadiu-lucrari-section {
  padding-bottom: 10vh;
  padding-left: 3%;
  padding-right: 3%;
}
.stadiu-lucrari-section .gallery-col .module-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 10px;
  column-gap: 10px;
  height: 100%;
}
.stadiu-lucrari-section .gallery-col .module-gallery figure {
  margin-bottom: 0;
  position: relative;
}
.stadiu-lucrari-section .gallery-col .module-gallery figure a {
  display: flex;
  height: 100%;
}
.stadiu-lucrari-section .gallery-col .module-gallery figure img {
  height: 100%;
  object-fit: cover;
  filter: brightness(0.7);
  transition: var(--transition);
}
.stadiu-lucrari-section .gallery-col .module-gallery figure:hover img {
  transform: scale(1.05);
  filter: none;
}
.stadiu-lucrari-section .video-col {
  border-left: 1px solid #fff;
}
.stadiu-lucrari-section .video-col video {
  display: block;
  width: 100%;
  object-fit: cover;
}
