.hp_header_video {
  position: relative;
  top: 0;
  left: 0;
  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;
  pointer-events: none;
}

.hp_header_video.is_playing:before {
  opacity: 0;
  transition: var(--transition);
}

.hp_title_col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: var(--header-height) calc(2.5% + 15px) 2rem !important;
}

.hp_title_col .module-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.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 / 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;
}


.hp_header_video .video-js {
  width: 100%;
  height: 100%;
}
.hp_header_video video {
  object-fit: cover;
}

.hp_header_title {
  position: relative;
  z-index: 9;
}

.hp_header_title h1 {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 4.27rem;
  font-weight: 100;
  margin-bottom: 0;
  transition: all 2s cubic-bezier(0.25, 0.74, 0.22, 0.99);
}

.hp_header_title h2 {
  margin-bottom: 0;
  font-size: calc(2vh + 2vw);
  font-weight: 100;
}

.hp_title_col .headline {
  margin-bottom: 0;
  margin-top: 1rem;
}


.headline {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.headline.center {
  justify-content: center;
}

.headline>* {
  color: var(--secondary-color);
  font-size: 1.1rem;
  letter-spacing: 5.7px;
  text-transform: uppercase;
    margin: auto 0;
}

.headline:before {
  content: '';
  position: relative;
  width: 1.8rem;
  height: 1px;
  background: var(--secondary-color);
}
.section-title>* {
  font-size: calc(2vh + 2vw);
  font-weight: 200;
}

/* Sliding Text */
.sliding-text {
  display: flex;
  justify-content: flex-end;
}

.sliding-text>* {
  position: absolute;
  bottom: 0px;
  font-size: clamp(3rem, calc(5vh + 5vw), 8rem);
  font-family: "Montserrat";
  white-space: nowrap;
  line-height: 100%;
  font-weight: 400;
  color: var(--secondary-color);
  opacity: 0.15;
}

.slick-arrow {
  cursor: pointer;
  padding: 10px;
}

.slick-arrow.slick-disabled {
  opacity: 0.3 !important;
}

.category-slider .slick-slide {
  margin: 0 0.5rem;
}

.category-slider .slick-arrow {
  position: absolute;
  top: 0;
  left: calc(-2.5vw - 15px);
  width: calc(2.5vw + 15px + 0.5rem);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
  padding: 10px;
  background: linear-gradient(360deg, var(--secondary-color) 1%, #ffffff0d 90%);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  z-index: 9;
  transition: var(--transition);
  opacity: 0.5;
  border-radius: 5px;
}

.category-slider .slick-arrow-right {
  left: auto;
  right: calc(-2.5vw - 15px);
}

.category-slider .slick-arrow svg {
  width: 12px;
  height: auto;
}

.category-slider .category-info-details .specs {
  font-size: 0.875rem;
}

.category-slider .category-info-details .specs span {
  display: flex;
  align-items: center;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  width: 95%;
  max-width: 95%;
}


.categories-grid .category-item {
  background: #1e242c;
  padding: 20px;
  border-radius: 5px;
}

.categories-grid .category-item-inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.category-image-wrapper {
  position: relative;
}

.categories-grid .category-image-wrapper figure {
  position: relative;
  margin-bottom: 0;
  padding-top: 60%;
  border-radius: 5px;
  overflow: hidden;
}

.categories-grid .category-image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 20px -10px #000;
  object-fit: cover;
  object-position: center;
  transform: scale(1.1);
  transition: var(--transition);
}

.category-image-wrapper:hover img {
  transform: scale(1) !important;
}


/* HP Sliding Gallery */
.sliding_gallery {
  margin: auto !important;
  padding-top: var(--header-height);
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.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_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%; */
  margin-right: 1rem;
}

.sliding_gallery_inner figure:last-child {
  margin-right: 0;
}

.sliding_gallery_inner figure img {
  border-radius: 10px;
  box-shadow: 0 0 20px -10px #000;
  height: 60vh;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.sliding_gallery figure a {
  width: 100%;
}


.hp_map_section {
  position: relative;
  overflow: hidden;
}

.hp_map_section iframe {
  margin-bottom: -16px;
  min-height: 480px;
  filter: invert(1) grayscale(.9);
}


/* Contact form home page */

.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;
}

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;
}


.cf_row .form-group:not(.item-acceptance).focus label,
.apartment_info_form .form-group:not(.item-acceptance).focus label {
  left: 100%;
  transform: translateX(-100%);
  font-size: 0.675rem;
  opacity: 0.6;
}

.cf_row button[type="submit"] {
  background: var(--secondary-color);
  color: #ffffff;
  border: none;
  border-radius: 0;
  text-transform: uppercase;
  padding: 10px 18px;
  outline: none;
  box-shadow: none;
  transition: var(--transition);
  letter-spacing: 1px;
  width: 100%;
  border-radius: 3px;
}

.cf_row.dark button[type="submit"] {
  border-color: #000;
  color: #000 !important;
}


.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;
}

.cf_row input[type="checkbox"] {
  display: none;
}

input[type="checkbox"]+.checkbox-text {
  position: relative;
  cursor: pointer;
  padding-left: 2.2rem;
}

input[type="checkbox"]+.checkbox-text:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid var(--secondary-color);
  position: absolute;
  left: 0;
  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;
}

.cf_row input:focus,
.cf_row textarea:focus {
  background: transparent;
  outline: none;
  box-shadow: none;
  color: #fff;
}

.contact-info-col h2{
    color: var(--secondary-color);
    font-size: xxx-large;
    font-weight: 500;
}

.contact-info-col label{
    color: var(--secondary-color);
    font-weight: 400;
}



.col-lg-12.legal-images {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.col-lg-12.legal-images .module.module-image {
    max-width: 150px;
    padding-bottom: 1rem;
}