header {
  position: absolute;
  inset-inline: 0;
  width: 100%;
  padding-block: 30px;
  transition: all 0.2s;
}
header.sticky {
  position: fixed;
  padding-block: 7px;
  background-color: var(--black);
  z-index: 5;
  border-bottom: 1px solid var(--white);
}

.banner {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-block: 5rem;
  position: relative;
  overflow: hidden;
}
.banner .bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .inner-content h1, .banner .inner-content h3 {
  text-shadow: 2px 6px 6px rgba(0, 0, 0, 0.4705882353);
}
.banner .social-icons {
  display: flex;
  align-items: center;
  position: absolute;
  left: -108px;
  transform: rotate(-90deg);
  background: rgba(0, 0, 0, 0.4196078431);
  padding: 6px 15px;
  border-radius: 10px;
}
.banner .social-icons a {
  opacity: 0.5;
}
.banner .social-icons a:hover {
  opacity: 1;
}
.banner .social-icons .icons {
  display: flex;
  width: 70px;
  justify-content: space-between;
  position: relative;
}
.banner .social-icons .icons:before {
  content: "";
  display: block;
  position: absolute;
  border-bottom: 1px solid var(--white);
  width: 24px;
  height: 1px;
  inset: 0;
  margin: auto;
}
.banner .social-icons .text {
  font-size: 16px;
  line-height: 24px;
  color: var(--white);
  position: relative;
  width: 184px;
  margin-right: 7px;
  text-align: right;
}
.banner .social-icons .text:before {
  content: "";
  display: block;
  border-bottom: 1px solid var(--white);
  width: 100px;
  height: 1px;
  position: absolute;
  left: 4px;
  inset-block: 0;
  margin-block: auto;
}

.living-section {
  position: relative;
}
.living-section.first {
  padding-bottom: 150px;
}
.living-section.first .row {
  z-index: 4;
  position: relative;
}
.living-section .living-side-img img {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 115px 20px 20px 20px;
}
.living-section .living-sm-images img {
  border-radius: 20px;
  max-width: 100%;
  height: 377px;
  -o-object-fit: cover;
     object-fit: cover;
}
.living-section .living-sm-img {
  border-radius: 20px;
  max-width: 306px;
  height: 377px;
  -o-object-fit: cover;
     object-fit: cover;
}

.floor-plan {
  position: relative;
  z-index: 2;
}
.floor-plan .content {
  z-index: 1;
  position: relative;
}
.floor-plan:after {
  content: "";
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  inset: 0;
  background-image: url(../images/floor-plan-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transform: skewY(-5deg);
  border: 6px solid var(--primary);
  border-right: 0;
  border-left: 0;
}
.floor-plan:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.9);
  mix-blend-mode: luminosity;
  z-index: 1;
  transform: skewY(-5deg);
  border: 6px solid var(--primary);
  border-right: 0;
  border-left: 0;
}
.floor-plan .floor-card {
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--white);
  box-shadow: 0 9px 25px rgba(0, 0, 0, 0.22);
  padding: 28px 20px;
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: relative;
}
.floor-plan .floor-card > p {
  align-self: self-start;
}
.floor-plan.video-section {
  top: -6px;
}
.floor-plan.video-section:before {
  border-top: 0;
}
.floor-plan .video-floor-plan .gallery-item .floor-card img {
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.floor-plan .video-floor-plan .gallery-item .floor-card .thumbnail-img {
  position: relative;
}
.floor-plan .video-floor-plan .gallery-item .floor-card .thumbnail-img:before {
  content: "";
  display: block;
  background-image: url("../images/icons/play.svg");
  position: absolute;
  height: 26px;
  width: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  inset: 0;
  margin: auto;
  z-index: 1;
  right: -4px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
.floor-plan .video-floor-plan .gallery-item .floor-card .thumbnail-img:after {
  content: "";
  display: block;
  background: var(--primary);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  opacity: 0.5;
  position: absolute;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  inset: 0;
  margin: auto;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
.floor-plan .video-floor-plan .gallery-item .floor-card:hover .thumbnail-img:before, .floor-plan .video-floor-plan .gallery-item .floor-card:hover .thumbnail-img:after {
  visibility: visible;
}
.floor-plan .video-floor-plan .gallery-item .floor-card:hover .thumbnail-img:before {
  opacity: 1;
}
.floor-plan .video-floor-plan .gallery-item .floor-card:hover .thumbnail-img:after {
  opacity: 0.7;
}

.experience-section {
  padding-top: 150px;
}
.experience-section .side-img img {
  border-radius: 115px 20px 20px 20px;
  height: 380px;
}

.book-now {
  background: transparent linear-gradient(180deg, #030301 0%, #030126 100%);
}
.book-now .content {
  padding-block: 60px;
}
.book-now .side-img {
  margin-top: -100px;
}

.features-section .features-box {
  background: var(--white);
  box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.1019607843);
  border: 1px solid var(--primary);
  padding: 23px 25px;
  border-radius: 25px;
}
.features-section .features-box .custom-col-4 {
  flex: 0 0 auto;
  max-width: 30%;
}
.features-section .features-box .custom-col-8 {
  flex: 0 0 auto;
  max-width: 70%;
}
.features-section .features-box .left-side .para {
  max-width: 320px;
}
.features-section .features-box .left-side .side-img {
  border-radius: 17px 115px 17px 17px;
}
.features-section .features-box p {
  color: var(--gray);
}
.features-section .features-box .feature-step * {
  transition: all 0.4s;
}
.features-section .features-box .feature-step p {
  padding-right: 1rem;
}
.features-section .features-box .feature-step:hover > p {
  color: var(--black);
}
.features-section .features-box .feature-step:hover .icon img {
  opacity: 1;
}
.features-section .features-box .feature-step .icon {
  height: 54px;
  width: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--gray-500);
  border-radius: 11px;
}
.features-section .features-box .feature-step .icon img {
  opacity: 0.6;
}

.gallery-section .gallery-images {
  display: grid;
  grid-template-areas: "image1 image1 image1 image1 image1 image1 image2 image2 image2 image2 image2 image2" "image1 image1 image1 image1 image1 image1 image3 image3 image3 image4 image4 image4" "button button button button button button button button button button button button";
  gap: 15px;
}
.gallery-section .gallery-images .btn-primary {
  grid-area: button;
}
.gallery-section .gallery-images .gallery-item img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  cursor: pointer;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery-section .gallery-images .gallery-item:nth-child(1) {
  grid-area: image1;
  height: 634px;
}
.gallery-section .gallery-images .gallery-item:nth-child(2) {
  grid-area: image2;
  height: 300px;
}
.gallery-section .gallery-images .gallery-item:nth-child(3) {
  grid-area: image3;
}
.gallery-section .gallery-images .gallery-item:nth-child(4) {
  grid-area: image4;
}
.gallery-section .gallery-images .gallery-item:nth-child(3), .gallery-section .gallery-images .gallery-item:nth-child(4) {
  height: 318px;
  max-width: 312px;
  min-width: 312px;
}

.ml-living-steps .border-first {
  align-self: flex-start;
  padding-top: 15px;
}
.ml-living-steps .border-second {
  padding-bottom: 15px;
}
.ml-living-steps .ml-living-step-item {
  position: relative;
  max-width: 140px;
  min-width: 140px;
  text-align: center;
}
.ml-living-steps .ml-living-step-item:hover .icon {
  background-color: var(--primary);
  box-shadow: 0px 9px 25px rgba(0, 0, 0, 0.3019607843);
}
.ml-living-steps .ml-living-step-item .icon {
  width: 92px;
  height: 92px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--gray-500);
  border-radius: 20px;
  transition: all 0.4s;
  margin-inline: auto;
}

.info-card {
  background-color: var(--gray-700);
  min-height: 389px;
  align-items: left;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.info-card.first {
  padding-inline: 70px;
}
.info-card.second {
  background-color: var(--primary);
  min-height: 443px;
  box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.3019607843);
  border-radius: 20px;
  justify-content: left;
}
.info-card.last .content {
  text-align: center;
}

.video-section {
  z-index: 1;
  position: relative;
}
.video-section .cards-row {
  position: relative;
}
.video-section .cards-row:after {
  content: "";
  display: table;
  position: absolute;
  border-bottom: 1px solid rgba(151, 151, 151, 0.368627451);
  width: 100%;
  position: absolute;
  inset-block: 0;
  top: 68px;
  margin-block: auto;
}
.video-section .cards-row .video-content-card .icon {
  min-height: 68px;
  display: flex;
  align-items: flex-end;
}
.video-section .video-box {
  position: relative;
}
.video-section .video-box .poster {
  height: 585px;
}
.video-section .video-box .poster video {
  border-radius: 20px;
}
.video-section .video-box .icon-play-circle {
  position: absolute;
  width: 100px;
  height: 100px;
  border: 1px solid var(--white);
  border-radius: 100%;
  right: 94px;
  bottom: 82px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 8px;
  z-index: 1;
  cursor: pointer;
}
.video-section .video-box .icon-play-circle:before {
  content: "";
  background: var(--primary);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  opacity: 0.27;
  position: absolute;
  inset: -15px;
  border-radius: 100%;
  z-index: 0;
  padding: 10px;
}
.video-section .video-box .poster {
  position: relative;
}
.video-section .video-box .poster img {
  border-radius: 20px;
  -o-object-position: bottom;
     object-position: bottom;
}
.video-section .video-box .poster:after {
  content: "";
  display: block;
  background: transparent linear-gradient(0deg, #030126 0%, rgba(3, 3, 1, 0) 100%);
  border-radius: 20px;
  height: 70%;
  position: absolute;
  bottom: 0;
  inset-inline: 0;
}

.video-modal .modal-dialog {
  width: 100%;
  height: 100%;
  max-width: 90%;
  min-height: 90%;
  height: 90%;
}
.video-modal .modal-dialog .modal-content {
  height: 100%;
  background-color: transparent;
  border: 0;
  border-radius: 0;
}
.video-modal .modal-dialog .modal-content .modal-header {
  border: 0;
}
.video-modal .modal-dialog .modal-content .modal-header .btn-close {
  filter: invert(1) brightness(100);
  opacity: 1;
}
.video-modal .modal-dialog .modal-content .modal-body {
  padding: 0;
}

.review-section {
  position: relative;
}
.review-section:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 116%;
  background-color: rgba(235, 235, 235, 0.41);
  clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
  z-index: -1;
}
.review-section .inner-section {
  position: relative;
}
.review-section .reviews-slider {
  position: inherit;
}
.review-section .reviews-slider .slick-list {
  padding-block: 120px 50px !important;
}
.review-section .reviews-slider .slick-list .slick-slide:nth-child(odd) .review-card {
  margin-top: -100px;
}
.review-section .reviews-slider .slick-list .slick-slide.slick-current.slick-active .review-card .profile-img img {
  box-shadow: 0px 9px 25px rgba(0, 0, 0, 0.3019607843);
}
.review-section .reviews-slider .slick-next,
.review-section .reviews-slider .slick-prev {
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1019607843);
  top: -76px;
  background: var(--white);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  z-index: 1;
  transition: all 0.4s;
}
.review-section .reviews-slider .slick-next:hover,
.review-section .reviews-slider .slick-prev:hover {
  background: var(--primary);
}
.review-section .reviews-slider .slick-next:hover:before,
.review-section .reviews-slider .slick-prev:hover:before {
  filter: brightness(100);
}
.review-section .reviews-slider .slick-next {
  right: 250px;
}
.review-section .reviews-slider .slick-next:before {
  content: url("../images/icons/chevron-right.svg");
}
.review-section .reviews-slider .slick-prev {
  right: 317px;
  left: inherit;
}
.review-section .reviews-slider .slick-prev:before {
  content: url("../images/icons/chevron-left.svg");
}
.review-section .reviews-slider .review-card {
  max-width: 290px;
  margin-inline: auto;
}
.review-section .reviews-slider .review-card .profile-img img {
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.review-section .reviews-slider .review-card .icon {
  font-size: 220px;
  font-weight: 500;
  height: 58px;
  line-height: 1;
  margin: 0 0 5px 20px;
}
.review-section .reviews-slider .review-card .rating {
  display: flex;
  align-items: center;
  gap: 10px;
}
.review-section .reviews-slider .review-card .rating .stars {
  position: relative;
  line-height: 0;
}
.review-section .reviews-slider .review-card .rating .stars:before {
  content: url("../images/icons/stars.svg");
}
.review-section .reviews-slider .review-card .user-info {
  margin-left: 50px;
}

.contact-us {
  position: relative;
}
.contact-us .container {
  z-index: 3;
  position: relative;
}
.contact-us:after {
  content: "";
  display: block;
  height: 55px;
  width: 72%;
  background-color: var(--primary);
  top: -17%;
  position: absolute;
  right: 0;
  transform: skewY(-7deg);
  z-index: 1;
}
.contact-us:before {
  content: "";
  display: block;
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  height: 113%;
  width: 100%;
  background: transparent linear-gradient(180deg, #030126 0%, var(--black-500) 100%);
  transform: skewY(-4deg);
  z-index: 2;
}
.contact-us .form-control {
  background: transparent;
  font-size: 14px;
  line-height: 21px;
  color: var(--white);
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 25px 0;
}
.contact-us .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.contact-us .form-control::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.contact-us .form-control:focus {
  box-shadow: none;
}
.contact-us .form-control:focus::-moz-placeholder {
  color: var(--white);
}
.contact-us .form-control:focus::placeholder {
  color: var(--white);
}
.contact-us .side-img img {
  border-radius: 33px;
}

footer {
  z-index: 2;
  position: relative;
}
footer:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  height: 108%;
  inset-inline: 0;
  background-color: var(--black-500);
  z-index: -1;
}
footer p,
footer a {
  color: var(--white);
  transition: all 0.3s;
}
footer p.md {
  white-space: nowrap;
}
footer a:hover,
footer .address-text:hover,
footer .copyright a:hover {
  color: var(--primary);
}
footer .widget:last-child {
  width: auto;
}
footer .widget .contact-info .icon {
  min-width: 36px;
  text-align: center;
}
footer .widget ul li {
  margin-bottom: 15px;
}
footer .social-icons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 45px;
}
footer .social-icons li {
  position: relative;
  opacity: 0.5;
}
footer .social-icons li:hover {
  opacity: 1;
}
footer .social-icons li:first-child:after {
  content: "";
  border-right: 1px solid var(--gray-600);
  position: absolute;
  inset-inline: 0;
  margin-inline: auto;
  display: table;
  bottom: -101%;
  height: 30px;
}
footer .description {
  max-width: 300px;
}
footer .copyright {
  border-top: 1px solid var(--gray);
}
footer .map-box {
  width: 159px;
  height: 108px;
  position: relative;
}
footer .map-box:before {
  content: url("../images/icons/map-box-icon.svg");
  position: absolute;
  inset-block: 0;
  left: -30px;
  margin-block: auto;
  display: table;
}
footer .map-box iframe {
  width: 100%;
  height: 100%;
  background: transparent;
  box-shadow: 0px 9px 25px rgba(0, 0, 0, 0.5019607843);
  border-radius: 20px;
}

.scroll-to-top-btn {
  background-color: var(--primary);
  border: 0;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 3;
}

.scroll-to-top-btn svg {
  fill: var(--white);
}

.successMessage {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.successMessage .messageWrapper {
  animation-name: animatetop;
  animation-duration: 0.4s;
  position: absolute;
  width: calc(100% - 30px);
  max-width: 350px;
  background: #fff;
  top: 50px;
  transform: translateX(-50%);
  left: 50%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  transition: transform 0.3s ease-out;
  border-radius: 4px;
  padding: 15px;
  text-align: center;
}
.successMessage a {
  color: var(--bs-heading-color);
  transition: all 0.3s;
}
.successMessage a:hover {
  color: --primary;
}

@keyframes animatetop {
  from {
    top: -100%;
    opacity: 0;
  }
  to {
    top: 40px;
    opacity: 1;
  }
}
@media (max-width: 1399px) {
  .banner .social-icons {
    right: -100px;
    left: inherit;
  }
}
@media (max-width: 1199px) {
  .contact-us:after {
    top: -15%;
  }
  .banner .social-icons {
    right: -100px;
    left: inherit;
  }
  .review-section .reviews-slider .slick-prev {
    right: 100px;
  }
  .review-section .reviews-slider .slick-next {
    right: 30px;
  }
  .living-section.first {
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .features-section .features-box .left-side .para {
    max-width: 100%;
  }
  .review-section {
    padding-top: 100px;
  }
  .review-section:before {
    height: 100%;
    clip-path: none;
  }
  .experience-section {
    padding-top: 100px;
  }
  .living-section.first:after {
    height: 100%;
  }
  .ml-living-steps .border-second,
  .ml-living-steps .border-first {
    width: 18%;
  }
  .gallery-section .gallery-images {
    grid-template-areas: "image1 image1 image1 image1 image1 image1 image2 image2 image2 image2 image2 image2" "image3 image3 image3 image3 image3 image3 image4 image4 image4 image4 image4 image4" "button button button button button button button button button button button button";
  }
  .gallery-section .gallery-images .gallery-item:nth-child(1), .gallery-section .gallery-images .gallery-item:nth-child(2), .gallery-section .gallery-images .gallery-item:nth-child(3), .gallery-section .gallery-images .gallery-item:nth-child(4) {
    height: 318px;
    max-width: 100%;
  }
  footer .logo img {
    max-width: 80%;
  }
}
@media (max-width: 767px) {
  .banner {
    min-height: 485px;
    padding-bottom: 0;
  }
  header.sticky {
    padding-block: 0;
  }
  .living-section .living-side-img img {
    border-radius: 75px 20px 20px 20px;
  }
  .experience-section {
    padding-top: 50px;
  }
  .experience-section .side-img img {
    border-radius: 75px 20px 20px 20px;
  }
  .video-section .video-box .poster {
    height: 400px;
  }
  .video-section .video-box .icon-play-circle {
    width: 60px;
    height: 60px;
    right: 40px;
    bottom: 40px;
  }
  .info-card.first {
    padding: 30px;
  }
  .review-section {
    padding-block: 50px;
  }
  .review-section .reviews-slider .slick-list {
    padding-block: 0 !important;
  }
  .review-section .reviews-slider .slick-list .slick-slide:nth-child(odd) .review-card {
    margin-top: 0;
  }
  .review-section .reviews-slider .slick-next,
  .review-section .reviews-slider .slick-prev {
    height: 35px;
    width: 35px;
  }
  .review-section .reviews-slider .slick-next {
    right: 15px;
  }
  .review-section .reviews-slider .slick-prev {
    right: 60px;
  }
  .book-now .content {
    padding-block: 0 60px;
  }
  .gallery-section .gallery-images {
    grid-template-areas: "image2 image2 image2 image2 image2 image2 image2 image2 image2 image2 image2 image2" "image1 image1 image1 image1 image1 image1 image1 image1 image1 image1 image1 image1" "image3 image3 image3 image3 image3 image3 image3 image3 image3 image3 image3 image3" "image4 image4 image4 image4 image4 image4 image4 image4 image4 image4 image4 image4" "button button button button button button button button button button button button";
  }
  .video-section .cards-row:after {
    display: none;
  }
  .contact-us {
    background: transparent linear-gradient(180deg, #030126 0%, var(--black-500) 100%);
  }
  .contact-us:before, .contact-us:after {
    display: none;
  }
  footer .social-icons {
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  main {
    overflow-x: hidden;
  }
  .review-section .reviews-slider .slick-next,
  .review-section .reviews-slider .slick-prev {
    top: -115px;
  }
}
.slotsModal {
  font-size: 12px;
}
.slotsModal table thead tr th {
  font-weight: normal;
}
.slotsModal table tbody tr td {
  vertical-align: middle;
  padding-top: 4px;
  padding-bottom: 4px;
  min-height: 20px;
}
.slotsModal table tbody tr td button {
  margin-right: 8px;
  margin-top: 4px;
  margin-bottom: 4px;
  border: 1px solid #dedede;
  border-radius: 2rem 0 2rem 2rem;
  padding: 0.4rem 0.7rem;
}
.slotsModal table tbody tr td button:hover, .slotsModal table tbody tr td button.active {
  background: var(--primary);
  color: #fff;
}

header .navbar .navbar-brand {
  filter: drop-shadow(3px 6px 4px rgba(0, 0, 0, 0.4196078431));
}/*# sourceMappingURL=custom.css.map */