html {
  scroll-behavior: smooth;
}
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap")
body {
  overflow-x: hidden !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Jost", sans-serif;
  color: #333;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: 1px;
}
#enquire-modal {
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Jost", sans-serif;
  font-weight: 400;
}
.error-msg1 {
  position: absolute;
  bottom: -12px;
  background: transparent;
  display: flex;
  line-height: 11px !important;
  background-color: #f00;
  color: #fff !important;
  font-size: 9px !important;
}
.footer-rera p {
  margin-top: 0 !important;
  display: inline-block;
  vertical-align: middle;
}
.overflow-visible {
  overflow: visible !important;
}
a,
button {
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
p {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 28px !important;
}
p:last-child {
  margin-bottom: 0;
}
.theme-scrollbar {
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 10px;
}
.theme-scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  background-color: transparent;
}
.theme-scrollbar::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}
.theme-scrollbar::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border-radius: 3px;
}
ul:last-child {
  margin-bottom: 0;
}
iframe {
  border: none;
}
a,
b,
div,
li,
ul {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}
a:active,
a:focus,
input,
input:active,
input:focus,
input:hover,
textarea,
textarea:active,
textarea:focus,
textarea:hover {
  -moz-outline: none;
  outline: 0;
}
a {
  text-decoration: none;
  outline: 0;
}
a:active,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
  outline: 0;
}

section {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}
.full-width {
  width: 100%;
}
.overflow-visible {
  overflow: visible !important;
}
.section-title h1,
.section-title h2 {
  font-size: 64px;
  line-height: 80px;
  color: #000;
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  letter-spacing: 4px;
}
.section-title {
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}
.section-title:last-child {
}
.theme-btn {
  position: relative;
  background: #fff;
  border: 0;
  color: #0b1624;
  display: inline-block;
  padding: 8px 30px;
  font-size: 14px;
  text-align: center;
  line-height: 24px;
  font-weight: 600;
  cursor: pointer;
  z-index: 1;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.theme-btn:hover {
  color: #fff;
  background-color: #cfedf6;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.theme-btn.white-btn {
  background: #fff;
  color: #001421;
}
.theme-btn.white-btn:hover {
  background: #efecf8;
  color: #000;
}
.col-form {
  position: relative;
  margin-bottom: 20px;
  line-height: 0.7;
}
.theme-input {
  position: relative;
}
.col-middle {
  display: table;
  width: 100%;
}
.col-middle-inner {
  display: table-cell;
  vertical-align: middle;
}
button:focus {
  outline: 0;
}
#back2top.active {
  bottom: 20px;
  visibility: visible;
  opacity: 1;
}
#back2top {
  position: fixed;
  bottom: 74px;
  right: 10px;
  width: 40px;
  height: 40px;
  z-index: 111;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  display: none;
}
#back2top img {
  visibility: visible !important;
  width: 42px;
  background-color: #efecf8;
  border-radius: 50%;
}
#back2top .up-arrow {
  margin-top: 4px;
  border-width: 2px 0 0 2px;
}
.modal .form-control.error {
  margin-bottom: 30px;
}
.contact-form label.error {
  bottom: -16px;
  width: inherit;
}
.form-control {
  border-radius: 0;
}
.modal .form-control.error {
  margin-bottom: 30px;
}
.modal {
  z-index: 99999;
  display: block;
  visibility: hidden;
}
.modal[style="visibility: visible;"] .modal-background {
  opacity: 0.7;
}
.modal-content {
  border: 0;
  border-radius: 0;
}
.modal-card-head {
  background-color: #000;
  border: 0;
  padding: 20px 30px;
  height: inherit;
  border-radius: 0;
  border-bottom: 1px solid rgb(255 255 255);
}
.modal-card {
  top: 50%;
  max-width: 800px;
  margin: 0 auto;
  max-height: inherit;
  -webkit-transform: translate(0, -55%);
  -ms-transform: translate(0, -55%);
  -o-transform: translate(0, -55%);
  transform: translate(0, -55%);
  transition: all 0.3s linear;
  opacity: 0;
}
.modal-card {
  background-color: transparent;
}
.modal-card-title {
  margin: 0;
  text-transform: uppercase;
  font-family: "Josefin Sans";
}
.modal-background {
  background-color: #000;
  transition: all 0.3s linear;
  opacity: 0;
  visibility: hidden;
}
.modal[style="visibility: visible;"] .modal-card {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  opacity: 1;
}
.modal[style="visibility: visible;"] .modal-background {
  opacity: 0.5;
  visibility: visible;
}
.col-form label {
  color: #232323;
  margin: 0;
  font-weight: 400;
  line-height: 0.7;
}
.col-form label small {
  font-size: 9px;
}
.modal .sm-form-control {
}
.close {
  text-shadow: none;
  opacity: 1;
  position: absolute;
  top: 12px;
  right: 30px;
  max-width: 40px;
  max-height: 40px;
  text-align: center;
  width: 40px;
  font-size: 23px;
  height: 40px;
  line-height: 45px;
  background: transparent !important;
  border: 0 !important;
  margin: 0 !important;
  color: #fff;
  cursor: pointer;
  text-shadow: none;
  opacity: 1;
  z-index: 9;
}
.close:hover {
  opacity: 1;
}
.thankyou-msg {
  font-size: 16px !important;
  color: #fff !important;
  background: 0 0 !important;
}
.form-group,
.form-group-wrapper {
  position: relative;
}
label.error {
  color: #650505;

  font-size: 16px;
  position: absolute;
  left: 15px;
  bottom: -20px;
  line-height: 13px !important;
  top: auto;
  font-weight: bold;
}
.form-control.error {
  border-color: red;
}
.modal .form-control.error {
  margin-bottom: 30px;
}
.contact-form label.error {
  bottom: -16px;
  width: inherit;
}
.form-control {
  border-radius: 0;
}
.modal-content {
  border: 0;
  border-radius: 0;
}
.close {
  color: #000;
  width: 24px;
  height: 24px;
  max-width: 24px;
  max-height: 24px;
  text-shadow: none;
  opacity: 1;
}
.close:hover {
  color: #0467ad;
  opacity: 0.9;
}
.thankyou-block {
  background-color: #000;
  height: 100vh;
  text-align: center;
}
.thankyou-block h1 {
  color: #fff;
  font-size: 30px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.splide__slide img {
  width: 100%;
}
.splide__slide h4 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -75%);
  text-align: center;
  font-size: 60px;
  color: #fff;
  width: 846px;
  line-height: 64px;
  font-weight: 600;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 15px 0;
}
.splide__slide .sub-head {
  font-size: 44px !important;
  font-weight: 500;
}
.splide__slide h5 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 100%);
  text-align: center;
  font-size: 22px;
  color: #000;
  width: 846px;
  background-image: linear-gradient(
    45deg,
    #dbaf54,
    #fcf6ba,
    #f6e2b7,
    #fbf5b7,
    #aa771c
  );
  padding: 15px 0;
}
.splide__arrow.splide__arrow--prev:disabled,
.splide__arrow.splide__arrow--next:disabled {
  display: none;
}
.sm-form-control {
  display: block;
  width: 100%;
  border: none;
  padding: 15px 15px 15px 0;
  background-color: transparent;
  border-radius: 0;
  resize: none;
  color: #000 !important;
  font-size: 14px;
  border-bottom: 1px solid #b2b2b2;
}
.col-form label span {
  color: #ff0000;
}
.title-tagline {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 500;
  margin-top: 15px;
  display: block;
}
.section {
  position: relative;
  padding: 100px 0;
}
.close-button {
  top: 0;
  right: 0;
  padding: 5px;
  background-color: #065f9d;
  color: #ffffff;
  position: absolute;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -ms-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.close-button svg {
  display: block;
}
.close-button:hover {
  opacity: 0.8;
  cursor: pointer;
}
.form-title {
  text-align: left;
  margin-bottom: 0;
  font-size: 24px;
  width: 100%;
  margin-bottom: 10px;
  color: #fff;
}
.top-bar {
  background: #000;
  width: 100%;
  padding: 4px 30px;
  margin-bottom: 0;
  color: #fff;
  display: inline-block;
}
.col-left {
  float: left;
}
.col-right {
  float: right;
}
.theme-logo img {
  width: auto;
  max-width: 100%;
}
header {
  position: fixed;
  z-index: 999;
  /*padding: 12px 30px;*/
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  height: 80px;
  -moz-transition: transform 3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition: transform 3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: transform 3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transition: transform 3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: transform 3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
header .columns {
  margin-left: 0;
  margin-right: 0;
}
#header.sticky {
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 12px rgb(0 0 0 / 10%);
}
.header__menu-link {
  font-size: 18px;
  line-height: 28px !important;
  color: #fff;
}
.col-header:last-child {
  text-align: right;
  padding: 0;
  max-width: 380px;
  width: 100%;
}
.col-header:nth-child(2) {
  text-align: center;
}
.theme-logo img {
  max-width: 380px;
}
.header-primary-menu-wrapper {
  display: inline-block;
  vertical-align: middle;
}
.col-header:first-child {
  max-width: 220px;
  padding: 0;
}
.header__menu-item {
  display: inline-block;
  padding: 25px 20px;
}
header .columns {
  height: 100px !important;
  padding: 12px 30px;
}
section.banner .splide__slide::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.splide__slide h4,
.splide__slide h5 {
  z-index: 999;
}
/* #section-banner {
	margin-top: 100px;
} */
.white-text {
  color: #fff !important;
}
.theme-padding {
  padding: 0 60px;
}
.js-scroll {
  opacity: 0;
  transition: opacity 500ms;
}
.js-scroll.scrolled {
  opacity: 1;
}
.scrolled.fade-in {
  animation: fade-in 1s ease-in-out both;
}
.scrolled.fade-in-top {
  animation: fade-in-top 1s ease-in-out both;
}
.scrolled.fade-in-bottom {
  animation: fade-in-bottom 1s ease-in-out both;
}
.scrolled.fade-in-left {
  animation: fade-in-left 1s ease-in-out both;
}
.scrolled.fade-in-right {
  animation: fade-in-right 1s ease-in-out both;
}
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.delay1 {
  -webkit-animation-delay: 0.1s !important;
  animation-delay: 0.1s !important;
}
.delay2 {
  -webkit-animation-delay: 0.2s !important;
  animation-delay: 0.2s !important;
}
.delay3 {
  -webkit-animation-delay: 0.3s !important;
  animation-delay: 0.3s !important;
}
.delay4 {
  -webkit-animation-delay: 0.4s !important;
  animation-delay: 0.4s !important;
}
.sticky-btn-enquire,
.sticky-btn-walkthrough {
  position: fixed !important;
  top: 45%;
  right: -62px;
  font-size: 18px !important;
  padding: 8px 15px !important;
  z-index: 99 !important;
  transform: rotate(-90deg);
  transition: all 0.3s linear;
  background-color: #c49f5d;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  border: 1px solid #fff;
}
.sticky-form.open {
  right: 0;
}
.sticky-form {
  position: fixed;
  top: 32%;
  cursor: pointer;
  z-index: 9999;
  right: -400px;
  background: #000;
  padding: 30px 30px 24px 30px;
  max-width: 400px;
  width: 400px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  box-shadow: rgb(0 0 0 / 16%) 0 1px 4px;
}
.close-form {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #ffffff;
  width: 30px;
  height: 30px;
  text-align: center;
}
.close-form span {
  color: #000;
  font-size: 25px;
  line-height: 30px;
}
a.sticky-btn-enquire:hover,
a.sticky-btn-walkthrough:hover {
  background-color: #efecf8;
  border: 1px solid #efecf8;
}
#scontactform h3 {
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 20px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding: 0;
}
#inquiry .sm-form-control::-webkit-input-placeholder {
  color: #333 !important;
}
#inquiry .sm-form-control::-moz-placeholder {
  color: #333 !important;
}
#inquiry .sm-form-control:-ms-input-placeholder {
  color: #333 !important;
}
#inquiry .sm-form-control:-moz-placeholder {
  color: #333 !important;
}
.row-form {
  width: 100%;
}
.contact-section {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 10px 0 0px 15px;
  width: 100%;
  z-index: 9999;
  background: #000;
  max-width: 1300px;
  margin: 0 auto;
  right: 0;
  border-top: 1px solid rgb(255 255 255);
}
.contact-section .col-form {
  position: relative;
  width: 25%;
  float: left;
  padding: 0 15px;
  margin: 0 0 10px !important;
}
.col-form-title {
  display: none;
}
/*.contact-section{
	display: none;
}*/
.contact-section .col-form .sm-form-control {
  padding: 10px 10px 10px 0;
  border-bottom: 1px solid #eee;
  color: #000 !important;
}
.contact-section .sm-form-control::-webkit-input-placeholder {
  color: #333 !important;
}
.contact-section .sm-form-control::-moz-placeholder {
  color: #333 !important;
}
.contact-section.sm-form-control:-ms-input-placeholder {
  color: #333 !important;
}
.contact-section .sm-form-control:-moz-placeholder {
  color: #333 !important;
}
.theme-logo picture {
  display: flex;
}
.phone-link {
  padding: 10px 20px;
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
}
.footer1_detail span,
.footer1_detail p,
.footer1_detail a {
  display: inline-block;
  color: #050709;
  font-size: 16px;
  line-height: 26px !important;
}
#footer {
  background-color: #ffffff;
  padding: 30px 0 30px;
}
.disclaimer {
  padding-bottom: 15px;
  font-size: 10px;
  border-bottom: 1px solid #fff;
}
.purple-bg {
  background-color: #f0f0f0;
}
.white-bg {
  background-color: #ffffff;
}
.footer_bg {
  background: #000;
}
#section-project-address {
  padding: 0 0 20px;
}
#section-project-address h3 {
  font-size: 22px;
  line-height: 32px !important;
  text-transform: uppercase;
}
#section-project-address p {
  margin-top: 10px;
}
#section-project-address p a {
  color: #fff;
}
#section-project-address p a:hover {
  color: #bcb0df !important;
}
.footer-rera {
  margin-top: 40px;
}
.midtownlist li {
  display: inline-block;
  width: calc(33.33% - 3px);
  padding: 0 15px;
  margin-bottom: 30px;
  vertical-align: top;
}
#section-midtown:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 60px;
  width: 4px;
  height: 12%;
  background-color: #ffffff;
  z-index: 9;
}
.list-icon {
  width: 100px;
  height: 100px;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  margin-bottom: 20px;
}
.list-icon img {
  width: 60px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
}
.greenery,
.community {
  padding: 60px;
}
.col-community picture {
  display: flex;
}
#section-greenery picture {
  display: flex;
}
.purple-light-bg {
  background-color: #efecf8;
}
.connectivity-points {
  margin-top: 60px;
}
.connectivity-points .section-title h4 {
  color: #000;
  font-size: 26px;
  line-height: 36px !important;
  text-transform: uppercase;
  position: relative;
}
.connectivity-points .section-title h4:before {
  content: none;
  position: absolute;
  left: auto;
  right: 0;
  height: 2px;
  background-color: #ffffff;
  top: 50%;
  transform: translateY(-50%);
  width: calc(100% - 230px);
}
.connectivity-points ul li span {
  display: block;
}
.connectivity-points ul li {
  width: calc(33.33% - 3px);
  display: inline-block;
  margin-bottom: 30px;
  vertical-align: top;
}
.connectivity-points ul li span {
  display: block;
  font-size: 26px;
  line-height: 36px !important;
  font-family: "Josefin Sans";
  color: rgb(255 255 255 / 50%);
}
.connectivity-points ul li:last-child {
  margin-bottom: 0 !important;
}
.disclaimer p {
  font-size: 14px;
  line-height: 24px !important;
}
.connectivity-img img {
  width: 60px;
}
.connectivity-img h3 {
  color: #ffffff;
  text-transform: uppercase;
}
.connectivity-block {
  padding: 40px;
  background-color: #c49f5d;
  height: 100%;
}
.connectivity-img {
  background-color: #000;
  padding: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.connectivity-list span {
  position: relative;
  z-index: 1;
  font-size: 16px;
  background: #c49f5d;
}
.connectivity-min {
  float: right;
  padding-left: 9px;
  color: #000;
  font-weight: bold;
}
.connectivity-list ul li {
  position: relative;
}
.connectivity-list ul li:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  border-top: 1px dotted #000;
  top: 50%;
}
.connectivity-label {
  padding-right: 8px;
  font-weight: 500;
}
.connectivity-list ul li {
  position: relative;
  margin-bottom: 10px;
}
.connectivity-list ul li:last-child {
  margin-bottom: 0;
}
#connectivity-slider .splide__arrow--prev {
  left: 50px;
}
#connectivity-slider .splide__arrow--next {
  right: 50px;
}
.phone-link:hover {
  background-color: #efecf8;
}
.splide__arrow {
  width: 60px;
  height: 60px;
  background-color: rgb(0 0 0 / 90%);
  opacity: 1;
}
.splide__arrow svg {
  width: 30px;
  height: 30px;
}
.splide__arrow svg path {
  fill: #ffffff;
}
.triangle {
  position: absolute;
  right: -230px;
  bottom: -5px;
}
.triangle img {
  opacity: 0.1;
  width: 460px;
}
.footer-rera p picture {
  display: inline-block;
}
.footer-rera p img {
  width: 30px;
  vertical-align: middle;
  margin-right: 10px;
}
#section-privacypolicy {
  padding-top: 200px;
}
.section-title h3 {
  font-size: 30px;
  line-height: 40px;
  color: rgb(55 43 109 / 50%);
  margin: 0;
  font-weight: bold;
}
#section-privacypolicy .section-title {
  margin-bottom: 20px;
}
#section-privacypolicy h4 {
  margin-bottom: 10px;
  color: #000;
}
#section-privacypolicy ul {
  list-style-type: circle;
  padding-left: 18px;
}
.privacy-policy a {
  color: #050709;
  font-size: 16px;
  line-height: 26px !important;
}
#privacy-policy .col-header:nth-child(2) {
  text-align: right;
  padding-right: 40px !important;
}
#privacy-policy #footer {
  padding: 30px;
}

.text-box {
  padding: 0 30px;
}
.midtownlist-mobile {
  display: none;
}
::selection {
  color: #fff;
  background: #000;
}
.midtown-text {
  margin-top: 140px;
}
.midtown-text p {
  font-size: 44px;
  font-family: "Jost", sans-serif;
  line-height: 54px !important;
}
#section-midtown .theme-padding {
  padding: 0 60px;
}
#section-midtown {
  padding: 100px 0 100px;
}
.about-img {
  padding-left: 140px;
  margin-top: -200px;
  z-index: 9;
  position: relative;
}
.artistic-text {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.artistic-text p {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}
#section-highlights .theme-padding {
  padding-left: 140px;
}
#section-highlights {
  overflow: visible;
  position: relative;
  padding: 100px 0 !important;
}
.about-text {
  margin-top: 60px;
}
#section-highlights:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 60px;
  width: 4px;
  height: 80%;
  background-color: #000;
}
.benchmark-img {
  width: 120px;
  height: 120px;
  position: relative;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}
.benchmark-img img {
  width: 80px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}
#benchmark-slider {
  background-color: #efecf8;
  padding: 60px 100px;
}
.benchmark-text {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 130px);
  padding-left: 20px;
}
.price-list {
  display: flex;
  list-style-type: disc;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}
.price-list li {
  padding: 0 40px 0 0;
  margin-left: 18px;
}
#section-benchmark {
  position: relative;
  display: none;
}
#section-benchmark:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 100px;
  background-color: #000;
  width: 100%;
}

.disclaimer a {
  color: #fff;
}
.disclaimer a:hover {
  color: #bcb0df !important;
}
#connectivity-slider {
  background-color: #efecf8;
  padding: 60px 140px;
  z-index: 9;
}
.splide__arrow.splide__arrow--prev:disabled,
.splide__arrow.splide__arrow--next:disabled {
  display: block;
  opacity: 0.3;
}
/*.price-img {
    padding-right: 140px;
}
.price-img{
    position: relative;
}
.price-img:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 400px;
    background-color: #000;
    z-index: -1;
}*/
#section-priceimg:before {
  content: "";
  position: absolute;
  right: 60px;
  height: 400px;
  width: 4px;
  background-color: #fff;
  z-index: 2;
}
#section-priceimg:after {
  content: "";
  position: absolute;
  right: 60px;
  height: 342px;
  width: 4px;
  background-color: #000;
  bottom: 0;
  top: auto;
  z-index: 1;
}
.price-img {
  margin: 0 auto 20px;
  background-color: #efecf8;
  border-radius: 100%;
  position: relative;
}
.price-img img {
  width: 90px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}
#amenities-slider,
#price-slider {
  padding: 0 80px;
}
.gallery-block {
  position: relative;
}
.gallery-block:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  z-index: 1;
  opacity: 0;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: 99;
}
.gallery-block:hover:before {
  opacity: 0.2;
}
.gallery-block a {
  position: absolute;
  top: 50%;
  width: 45px;
  height: 45px;
  margin: 0 auto;
  left: 0;
  right: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  z-index: 999;
  background-color: rgb(0 0 0 / 70%);
  border-radius: 50%;
}
.gallery-block:hover a {
  opacity: 1;
}
.gallery-block a svg {
  width: 35px;
  height: 35px;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}
.gallery-text {
  position: absolute;
  bottom: 20px;
  left: 0;
  padding: 10px 30px;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.18) 100%
  );
}
.gallery-text p {
  color: #fff;
  font-size: 16px;
}
#gallery-slider .splide__arrows {
  position: absolute;
  bottom: -70px;
  left: 0;
  right: 0;
}
#gallery-slider .splide__arrows .splide__arrow--prev {
  left: calc(50% - 70px);
}
#gallery-slider .splide__arrows .splide__arrow--next {
  right: calc(50% - 70px);
}
.fancybox__container {
  z-index: 9999;
}
#section-amenities:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 32px;
  width: 220px;
  background-color: #000;
}
#section-price:before {
  content: "";
  position: absolute;
  top: 40px;
  right: 0;
  width: 100px;
  height: 32px;
}
#section-midtown:after {
  content: "";
  position: absolute;
  bottom: 300px;
  right: 0;
  width: 100px;
  height: 32px;
  background-color: #fff;
}
/*.price-img .artistic-text {
    left: 30px;
}*/
.section-compliance {
  background-color: #38296d;
  padding: 60px;
  min-height: 100vh;
}

.col-compliance-header:first-child {
  max-width: 220px;
}

.col-compliance-header:last-child {
  text-align: right;
}

.col-compliance-header .theme-logo {
  display: inline-block;
}

.compliance-content ul li {
  display: inline-block;
  max-width: 320px;
  margin: 0 5px;
  width: 100%;
  text-align: center;
}

.compliance-content ul li a {
  background-color: #3e3074;
  color: #fff;
  padding: 15px;
  display: block;
  border-radius: 5px;
  font-weight: 600;
}

.compliance-content ul li a.compliance-white-btn {
  background-color: #fff;
  color: #38296d;
}

.compliance-content {
  padding: 250px 0;
}

.compliance-content ul {
  text-align: center;
}

.compliance-footer .disclaimer {
  margin: 0;
  color: #beb6e5;
  text-align: center;
}

.compliance-footer .disclaimer a {
  color: #beb6e5;
}

.compliance-footer .disclaimer a:hover {
  color: #fff !important;
}

.compliance-footer .disclaimer b {
  display: block;
}
.compliance-content ul li a:hover {
  background-color: #4b3c88;
  color: #fff !important;
}
#compliance #footer {
  padding-bottom: 30px;
}
.price-text p {
  color: #fff;
}
#section-midtown .white-text {
  text-transform: none;
}
.sticky-btn-walkthrough {
  top: 260px;
  right: -42px;
}
.social1 {
  display: flex;
  margin-top: 10px;
}
.social__icon svg {
  width: 20px;
  height: 20px;
}
.social__icon svg path {
  fill: #000;
}
.social__item,
.social__icon {
  width: 40px !important;
  height: 40px !important;
  position: relative;
  display: inline-block;
  margin: 0 10px 0 0 !important;
}
.social__icon svg {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}
.social__icon {
  background-color: #efecf8;
  border-radius: 50%;
}
.social__icon:hover {
  background-color: #fff;
}
.gallerytab ul {
  display: flex;
  margin-bottom: 30px;
  margin-top: 40px;
}
.gallerytab ul li a {
  transition: all 0.3s linear;
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  border: 1px solid #fff;
  padding: 12px 20px;
  margin-right: 10px;
}
.project.hide {
  display: none;
}
.month-slider.show {
  visibility: visible;
}
.project .gallery-img img {
  object-fit: cover;
  object-position: bottom;
  height: 400px;
  width: 100%;
}
.filters {
  display: flex;
  margin-bottom: 20px;
}
.filters h3 {
  margin-right: 15px;
}
#selfilters {
  border: 1px solid #ddd;
  font-family: "Jost", sans-serif;
  font-size: 15px;
  line-height: 15px !important;
}
#selfilters:focus-visible {
  outline: none;
}

/**Responsive**/
@media screen and (max-width: 1699px) {
  .section-title h1,
  .section-title h2 {
    font-size: 80px;
    line-height: 90px;
  }
  .greenery,
  .community {
    padding: 50px;
  }
}
@media screen and (max-width: 1670px) {
  .header__menu-item {
    padding: 25px 8px;
  }
}
@media screen and (max-width: 1599px) {
  .col-compliance-header:first-child {
    max-width: 180px;
  }
  .section-compliance {
    min-height: inherit;
  }
  .compliance-content {
    padding: 200px 0;
  }
  #gallery-slider .splide__arrows .splide__arrow--next {
    right: calc(50% - 50px);
  }
  #gallery-slider .splide__arrows .splide__arrow--prev {
    left: calc(50% - 50px);
  }
  /*.price-img {
    padding-right: 60px;
}*/
  .amenities-img img,
  .price-img img {
    width: 70px;
  }
  #section-priceimg:after,
  #section-priceimg:before {
    right: 20px;
  }
  .about-img {
    padding-left: 0px;
  }
  .amenities-img,
  .price-img {
    width: 120px;
    height: 120px;
  }
  #section-highlights .theme-padding {
    padding-left: 60px;
  }
  .midtown-text p {
    font-size: 36px;
    line-height: 46px !important;
  }
  #section-midtown:after {
    bottom: 440px;
  }
  #section-midtown:before,
  #section-highlights:before {
    left: 20px;
  }
  .splide__arrow {
    width: 40px;
    height: 40px;
  }
  .splide__arrow svg {
    width: 20px;
    height: 20px;
  }

  .theme-logo img {
    max-width: 320px;
  }
  .col-header:last-child {
    max-width: 220px;
  }
  .section-title h1,
  .section-title h2 {
    font-size: 54px;
    line-height: 64px;
  }
  .section-title {
    margin-bottom: 20px;
  }
  .theme-padding {
    padding: 0 60px;
  }
}
@media screen and (max-width: 1499px) {
  .col-header:first-child {
    max-width: 180px;
  }
  .theme-logo img {
    max-width: 300px;
  }
  .col-header:last-child {
    max-width: 300px;
  }
  .header__menu-link {
    font-size: 16px;
    line-height: 26px !important;
  }
}
@media screen and (max-width: 1399px) {
  .col-compliance-header:first-child {
    max-width: 150px;
  }
  #connectivity-slider {
    padding: 60px;
  }
  #connectivity-slider .splide__arrow--next {
    right: 10px;
  }
  #connectivity-slider .splide__arrow--prev {
    left: 10px;
  }
  .section-title h1,
  .section-title h2 {
    font-size: 46px;
    line-height: 56px;
  }
  .midtown-text {
    margin-top: 80px;
  }
  .greenery,
  .community {
    padding: 30px;
  }
  .col-header:first-child {
    max-width: 150px;
  }
}
@media screen and (max-width: 1299px) {
  .price-list li {
    width: 30%;
  }
  .header__menu-item {
    padding: 25px 4px;
  }
  .col-header:last-child {
    max-width: 250px;
  }
}
@media screen and (max-width: 1260px) {
  .midtownlist li {
    width: calc(50% - 3px);
  }
}
@media screen and (max-width: 1216px) {
  .is-hidden-touch {
    display: none;
  }
  .is-hidden-desktop {
    display: block !important;
  }
  .col-header:first-child {
    border-right: 1px solid #00000030;
    padding-right: 10px;
  }
  .col-header:last-child {
    margin-left: 10px;
  }
  .col-header:nth-child(2) {
    text-align: center;
    display: none;
  }
  .insomenu-bars {
    top: 45%;
    transform: translateY(-50%);
    right: 20px;
    margin: 0;
    display: inline-block;
    height: 40px;
    width: 40px;
    position: absolute;
    z-index: 444;
    cursor: pointer;
  }
  .insomenu-bars span,
  .insomenu-bars span:after,
  .insomenu-bars span:before {
    width: 30px;
    border-radius: 0;
    -webkit-transition: -webkit-transform ease 0.15s;
    transition: -webkit-transform ease 0.15s;
    transition: transform ease 0.15s;
    transition: transform ease 0.15s, -webkit-transform ease 0.15s;
    position: absolute;
    left: inherit;
    right: 0;
    margin: 0 auto;
    height: 3px;
    background-color: #f8e8b8;
  }
  .insomenu-bars span:before {
    top: -8px;
  }
  .insomenu-active .insomenu-bars span,
  .insomenu-active .insomenu-bars span:after,
  .insomenu-active .insomenu-bars span:before {
    opacity: 1;
  }
  .insomenu-bars span {
    top: 50%;
    display: block;
    margin-top: -2px;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
  }
  .insomenu-bars span:after,
  .insomenu-bars span:before {
    display: block;
    content: "";
  }
  .insomenu-bars span:before {
    top: -8px;
    -webkit-transition: top 0.1s 0.14s ease, opacity 0.1s ease;
    transition: top 0.1s 0.14s ease, opacity 0.1s ease;
  }
  .insomenu-bars span:after {
    bottom: -8px;
    width: 20px;
    -webkit-transition: bottom 0.1s 0.14s ease,
      -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.14s ease,
      -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.14s ease,
      transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.14s ease,
      transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19),
      -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .insomenu-active .insomenu-bars span {
    -webkit-transition-delay: 0.14s;
    transition-delay: 0.14s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .insomenu-active .insomenu-bars span:before {
    top: 0;
    -webkit-transition: top 0.1s ease, opacity 0.1s 0.14s ease;
    transition: top 0.1s ease, opacity 0.1s 0.14s ease;
    opacity: 1;
    width: 25px;
  }
  .insomenu-active .insomenu-bars span:after {
    bottom: 0;
    transition: bottom 0.1s ease,
      -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 25px;
  }
  .insomenu-active .insomenu-bars span {
    width: 25px;
  }
  .insomenu-active .menu-creative,
  .insomenu-active .our-offices-item:first-child {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
  }
  .insomenu-active .our-offices-item:last-child {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
  }
  header {
    background: #000;
  }
  #header-primary-menu {
    position: fixed;
    background-color: #000;
    width: 100%;
    left: 0;
    padding: 0;
    padding: 0 20px 20px !important;
    margin-top: 100px;
    top: -15px;
    opacity: 0;
    visibility: hidden;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-bottom: 1px solid #eee;
  }
  .insomenu-active #header-primary-menu {
    top: 0;
    opacity: 1;
    visibility: visible;
    z-index: 9;
  }
  #header-primary-menu ul li {
    display: block;
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
  }
  .header__menu-item {
    line-height: 32px;
  }
  #header-primary-menu ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  #section-amenities:before {
    height: 20px;
    width: 120px;
  }
  .compliance-content ul li {
    display: inline-block;
    max-width: 200px;
    margin: 0 5px;
    width: 100%;
    text-align: center;
  }
  #section-priceimg:after {
    height: 362px;
  }
  .col-community picture {
    display: inline-block;
    width: 100%;
  }
  #section-greenery picture {
    display: inline-block;
    width: 100%;
  }
  .connectivity-points ul li {
    width: calc(50% - 3px);
    padding-right: 20px;
  }
  .footer-rera p picture {
    display: block;
    margin-bottom: 5px;
  }
  .col-greenery {
    width: 100% !important;
  }
  .connectivity-block {
    padding: 20px;
  }
  .col-community {
    width: 100% !important;
  }
  .theme-logo img {
    max-width: 240px;
  }
}
@media screen and (max-width: 1024px) {
  .col-project {
    margin-bottom: 20px;
  }
  .footer-rera {
    margin-top: 20px;
  }
  .compliance-content {
    padding: 100px 0;
  }
  #section-midtown:after,
  #section-price:before {
    height: 24px;
  }
  .price-list li {
    width: 47%;
  }
  #header-primary-menu1 {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
  }
  #section-privacypolicy {
    padding-top: 160px;
  }

  .contact-section .col-form-btn {
    width: 100% !important;
  }
  .list-icon img {
    width: 50px;
  }
  .list-icon {
    width: 90px;
    height: 90px;
  }
  .col-location,
  .col-celestial-galleria {
    width: 100% !important;
  }
  .location-block {
    padding: 30px 0 0 0px;
  }
  .contact-section-inner {
    position: fixed;
    padding: 0;
    display: block;
    bottom: -171px;
    width: 100%;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background-color: #000;
    z-index: 9999;
  }
  .contact-section.open .close-form {
    opacity: 1;
    background-color: transparent;
  }
  .contact-section.open .contact-section-inner {
    bottom: 0;
  }
  .contact-section {
    bottom: auto;
    left: auto;
    padding: 0;
    width: 100%;
    background: rgb(45 41 38 / 0.9);
    max-width: 100%;
    margin: 0 auto;
    right: 0;
    position: inherit;
    z-index: 999 !important;
  }
  .contact-section .col-form {
    width: 50%;
  }
  .col-form-title {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
  }
  .contact-section {
    display: block;
  }
  .col-form-title h3 {
    margin: 0;
    padding: 10px 12px;
    color: #ffffff;
    display: block;
    cursor: pointer;
    text-align: center;
    font-size: 24px;
    border-top: 1px solid rgb(255 255 255);
    text-transform: uppercase;
  }
  #footer {
    padding: 20px 20px 60px 20px;
  }
  .close-form {
    color: #ffffff;
    position: absolute;
    font-size: 22px;
    line-height: 22px;
    top: 8px;
    right: 3px;
    opacity: 0;
    cursor: pointer;
  }
}
@media screen and (max-width: 768px) {
  .sticky-btn-walkthrough {
    padding: 4px 15px !important;
    font-size: 16px !important;
    line-height: 26px !important;
    right: -44px;
  }
  .social__item,
  .social__icon {
    width: 35px !important;
    height: 35px !important;
  }
  .social__icon svg {
    width: 18px;
    height: 18px;
  }
  #connectivity-slider {
    padding: 15px 15px 50px;
  }
  .connectivity-block {
    padding: 15px;
  }
  .midtown-text {
    margin-top: 30px;
  }
  .compliance-content ul li {
    display: block;
    margin: 0 auto 15px;
  }
  .compliance-content ul li:last-child {
    margin-bottom: 0;
  }
  .compliance-content {
    padding: 30px 0;
  }
  .section-compliance {
    padding: 30px !important;
  }
  #section-midtown:after {
    content: none;
  }

  .privacy-policy .copyright-line {
    display: inline-block !important;
  }
  #gallery-slider .splide__arrows .splide__arrow--next {
    right: calc(50% - 45px);
  }
  #gallery-slider .splide__arrows .splide__arrow--prev {
    left: calc(50% - 45px);
  }
  .benchmark-img {
    width: 100px;
    height: 100px;
  }
  .benchmark-img img {
    width: 60px;
  }
  /*.price-img .artistic-text {
    left: 10px;
}*/
  .artistic-text {
    bottom: 10px;
    right: 10px;
  }
  #amenities-slider {
    padding: 0 60px;
  }
  .amenities-img,
  .price-img {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
  }
  .amenities-img img,
  .price-img img {
    width: 60px;
  }
  #gallery-slider .splide__arrows {
    bottom: -40px;
  }
  .midtown-text p {
    font-size: 24px;
    line-height: 34px !important;
  }
  #section-midtown {
    padding: 60px 0;
  }
  #section-midtown .section-title h1,
  .section-title h2 {
    font-size: 18px;
  }
  .about-img {
    padding-left: 0px;
  }

  #section-highlights .theme-padding {
    padding-left: 30px;
  }
  #benchmark-slider {
    padding: 60px;
  }
  .splide__arrow {
    width: 35px;
    height: 35px;
  }
  #section-midtown .theme-padding {
    padding: 0 30px;
  }
  .thankyou-block h1 {
    color: #fff;
    font-size: 26px;
    line-height: 36px !important;
    margin-bottom: 15px;
    text-transform: uppercase;
  }
  body {
    font-size: 16px;
    line-height: 22px;
  }
  .section-title h3 {
    font-size: 24px;
    line-height: 34px;
  }
  .poweredby {
    display: block !important;
  }
  .copyright-line {
    display: none !important;
  }

  #section-midtownlist {
    padding: 70px 0 30px !important;
  }
  .connectivity-points ul li span {
    font-size: 24px;
    line-height: 30px !important;
  }
  #section-midtownlist:before,
  #section-midtown:before,
  #section-highlights:before {
    left: 10px;
    width: 2px;
  }
  .list-icon img {
    width: 40px;
  }
  .list-icon {
    width: 80px;
    height: 80px;
  }
  #connectivity-slider .splide__arrows {
    position: absolute;
    bottom: 24px;
    left: 0;
    right: 0;
  }
  .splide__arrow svg {
    width: 20px;
    height: 20px;
  }
  #section-connectivitylist {
    padding: 60px 0 90px;
  }
  #connectivity-slider .splide__arrows .splide__arrow--prev {
    left: calc(50% - 40px);
  }
  #connectivity-slider .splide__arrows .splide__arrow--next {
    right: calc(50% - 40px);
  }
  p {
    font-size: 16px;
    line-height: 26px !important;
  }
  .col-project:nth-child(2) {
    margin-top: 30px;
  }
  .section {
    position: relative;
    padding: 60px 0;
  }
  .section-title h1,
  .section-title h2 {
    font-size: 26px;
    line-height: 36px;
  }
  .theme-padding {
    padding: 0 10px;
  }
  #enquire-btn {
    padding: 4px 15px !important;
    font-size: 16px !important;
    line-height: 26px !important;
    right: -62px;
  }
}
.xl-desk {
  display: block;
}
.xm-mob {
  display: none;
}
@media screen and (max-width: 575px) {
  .xl-desk {
    display: none;
  }
  .xm-mob {
    display: block;
  }

  .sticky-btn-walkthrough {
    padding: 2px 13px !important;
    font-size: 14px !important;
    line-height: 24px !important;
    right: -39px;
  }
  .gallerytab ul {
    flex-direction: column;
  }
  .gallerytab ul a {
    text-align: center;
    margin: 0 !important;
  }
  .gallerytab ul li:first-child a {
    margin-bottom: 10px !important;
  }
  .project .gallery-img img {
    height: 280px;
  }
  .theme-logo {
    text-align: left;
  }
  .theme-logo picture {
    display: inline-block;
  }
  /* .connectivity-img {
    padding: 15px;
}

.connectivity-img picture {
    width: 40px;
}

.connectivity-img picture img {
    max-width: 30px;
}
.connectivity-img h3 {
    font-size: 13px;
    line-height: 18px;
}
.connectivity-list .connectivity-label {
    width: calc(100% - 60px);
    padding-right: 15px;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.5px;
} */
  .section-title h1,
  .section-title h2 {
    font-size: 26px;
    line-height: 30px;
  }
  .col-compliance-header:first-child {
    max-width: 140px;
  }
  .benchmark-img {
    display: block;
  }
  .benchmark-text {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }
  .price-list li {
    width: 100%;
  }
  .gallery-block a {
    width: 35px;
    height: 35px;
  }
  .gallery-block a svg {
    width: 28px;
    height: 28px;
  }
  .gallery-text {
    padding: 10px 20px;
    bottom: 10px;
  }
  .artistic-text p {
    font-size: 12px;
  }
  .insomenu-bars {
    right: 15px;
  }
  .midtownlist-mobile {
    display: block !important;
  }
  .midtownlist li {
    padding: 0;
  }
  .midtownlist-desktop {
    display: none !important;
  }
  .header__menu-link {
    font-size: 16px;
    line-height: 26px !important;
  }
  #section-privacypolicy {
    padding-top: 140px;
  }
  #section-banner {
    margin-top: 80px;
  }

  header .columns {
    padding: 10px !important;
  }
  .call-btn {
    padding: 6px 10px !important;
  }
  #header-primary-menu {
    margin-top: 80px;
  }
  .col-header:first-child {
    max-width: 140px;
  }

  .col-header:last-child {
    max-width: 220px;
  }
  .col-form-title h3 {
    font-size: 18px;
  }
  #back2top {
    display: none !important;
  }
  #banner-slider .splide__arrows {
    display: none;
  }
  .list-icon img {
    width: 30px;
  }
  .list-icon {
    width: 70px;
    height: 70px;
  }
  .midtownlist li {
    width: 100%;
  }
  .list-icon {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
  }
  .midtownlist li p {
    width: calc(100% - 85px);
    display: inline-block;
    vertical-align: middle;
    padding-left: 15px;
  }
  .triangle img {
    opacity: 0.1;
    width: 340px;
  }
  .triangle {
    right: -170px;
  }
  .connectivity-points ul li {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }
  .connectivity-points .section-title h4 {
    font-size: 24px;
    line-height: 34px !important;
  }
  .connectivity-points {
    margin-top: 30px;
  }
  #section-project-address h3 {
    font-size: 18px;
    line-height: 20px !important;
    text-transform: uppercase;
  }
  .footer1_detail span,
  .footer1_detail p,
  .footer1_detail a {
    font-size: 14px;
    line-height: 24px !important;
  }
  .privacy-policy a {
    font-size: 14px;
    line-height: 24px !important;
  }
  .connectivity-img img {
    width: 50px;
  }
  .top-bar {
    display: none;
  }
  .splide__slide h4 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 22px;
    color: #fff;
    width: 325px;
    line-height: 27px;
    font-weight: 600;
    text-align: center;
  }
  .splide__slide .sub-head {
    font-size: 18px !important;
    font-weight: 400;
  }
  .splide__slide h5 {
    width: 325px;
    font-size: 14px !important;
    padding: 4px 0;
  }
  #enquire-btn {
    display: none;
  }
  .connectivity-min {
    color: #000;
    font-weight: bold;
    font-size: 14px !important;
  }

  .splide__arrow svg {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 479px) {
  .insomenu-bars span,
  .insomenu-bars span:after,
  .insomenu-bars span:before {
    width: 20px;
  }
  #section-project-address h3 {
    font-size: 16px;
    line-height: 16px !important;
  }
  #section-midtown:after,
  #section-price:before {
    content: none;
  }
  .col-compliance-header:first-child {
    max-width: 120px;
  }
  .col-header:first-child {
    max-width: 120px;
    padding-right: 5px;
  }
  .col-header:last-child {
    max-width: 180px;
    margin-left: 5px;
  }
}
@media screen and (max-width: 420px) {
  .midtownlist li p {
    display: block;
    padding-left: 0;
    margin-top: 10px;
  }
  .midtownlist li {
    margin-bottom: 20px;
  }
  .midtownlist li:last-child {
    margin-bottom: 0;
  }
  #section-midtownlist {
    padding: 60px 0 !important;
  }
  .theme-logo img {
    max-width: 100px;
  }
  .col-header:first-child {
    max-width: 100px;
    padding-right: 5px;
  }
}
@media screen and (max-width: 320px) {
  .list-icon {
    display: block;
  }
  .midtownlist li p {
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }
  .greenery,
  .community {
    padding: 20px;
  }
  .theme-padding {
    padding: 0 20px;
  }
  #section-midtownlist:before,
  #section-midtown:before {
    left: 5px;
    width: 2px;
  }
}

.top-bar .col-right a {
  color: #fff;
}

.top-bar .col-right a:hover {
  color: #fff !important;
}

.float-wh {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 52px;
  left: 17px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
}

.my-float-wh {
  margin-top: 16px;
}

#banner-slider .splide__arrows {
  display: none;
}

.apt-overview {
  display: grid;
  grid-template-columns: 50% 15% 15% 15%;
  grid-template-rows: 1fr;
  gap: 0px 0px;
  grid-auto-flow: row;
}

.apt-add,
.apt-price,
.apt-size,
.apt-bkg {
  color: #fff;
}

.apt-add h3 {
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .apt-overview {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
  }
  .apt-overview > div {
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 20px;
    margin-bottom: 25px;
  }
}

@media (max-width: 1019px) {
  .apt-add,
  .apt-price,
  .apt-size,
  .apt-bkg {
    text-align: center !important;
  }
  .apt-add ul {
    justify-content: center;
  }
}

@media (max-width: 540px) {
  .apt-overview {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
  .apt-add ul {
    display: block;
  }
  .apt-add ul li:first-child {
    margin-right: 0;
    margin-bottom: 8px;
  }
  .apt-add h3 {
    font-size: 30px;
  }
  .apt-add ul li {
    font-size: 16px;
  }
}

.apt-area-details {
  color: #fff;
  margin: 20px 0;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.23);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.apt-area-details .detail-single {
  display: flex;
}

.apt-area-details .detail-single:not(:last-child) {
  margin-bottom: 20px;
}

.apt-area-details .detail-single i {
  font-size: 50px;
  padding-right: 10px;
}

@media (min-width: 900px) {
  .apt-area-details {
    grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
  }
}

@media (max-width: 500px) {
  .apt-area-details {
    padding: 20px;
  }
  .apt-area-details .detail-single:not(:last-child) {
    margin-bottom: 25px;
  }
  .apt-area-details .detail-single i {
    font-size: 30px;
  }
}

.apt-other-details {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
  grid-gap: 30px;
  padding: 30px;
  margin: 20px 0;
  background-color: rgba(255, 255, 255, 0.23);
}

.apt-other-details .other-single {
  color: #fff;
}

.apt-other-details .other-single p {
  margin-bottom: 10px;
}

.apt-other-details .other-single h5 {
  font-size: 20px;
}

@media (max-width: 500px) {
  .apt-other-details {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
  .apt-other-details .other-single {
    text-align: center;
  }
}

.about-text {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}

.grid-span {
  grid-column: span 2;
}

.about-text .section-title h2 {
  color: #000;
}

.about-text h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}

.about-text p {
  font-weight: 400;
}

.list-content h3 {
  font-weight: 500;
}

.about-text ul {
  margin-bottom: 15px !important;
}

.about-text ul li {
  list-style: none;
  margin-bottom: 5px;
  display: flex;
}

.list-content ul li .icon {
  background-color: #dfdfdf;
  width: 25px !important;
  height: 25px !important;
  border-radius: 50%;
  text-align: center;
  margin-right: 0.7rem;
}

.img-cont.grid-span img {
  border-radius: 8px;
}

@media (min-width: 1364px) and (max-width: 1445px) {
  .list-img-fix {
    aspect-ratio: 16/8;
    object-fit: cover;
  }
}

@media (max-width: 1199px) {
  .about-text .img-cont img {
    aspect-ratio: 3/2;
    object-fit: cover;
  }
}

@media (min-width: 1100px) and (max-width: 1363px) {
  .list-img-fix {
    aspect-ratio: 3/2;
    object-fit: cover;
  }
}

@media (min-width: 992px) and (max-width: 1363px) {
  .about-text {
    grid-template-columns: repeat(auto-fit, minmax(46%, 1fr));
  }
  .grid-span {
    grid-column: auto;
  }
}

@media (min-width: 992px) {
  .mob-view {
    display: none;
  }
}

@media (max-width: 991px) {
  .desk-view {
    display: none;
  }
  .about-text {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    grid-gap: 20px;
  }
  .grid-span {
    grid-column: auto;
  }
  .about-text .img-cont img {
    aspect-ratio: unset;
    border-radius: 5px;
  }
}

@media screen and (max-width: 575px) {
  .about-text h3 {
    font-size: 20px;
  }
}

.floor-plan {
  display: flex;
  justify-content: center;
  grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
  grid-gap: 30px;
}

.img-fluid {
  max-width: 100%;
}

.centered {
  text-align: center !important;
}

#section-price .gallerytab ul {
  justify-content: center;
}
.plan-text {
  color: #fff;
  display: flex;
  justify-content: center;
  align-self: center;
}

.price-box {
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 20px 30px;
  text-align: center;
}

.plan-text h3 {
  font-size: 26px;
  font-weight: 500;
  text-decoration: dotted;
}

.plan-text div div {
  margin: 20px 0;
}

.plan-text .price-btn {
  padding: 10px 20px;
  font-size: 18px;
  font-family: "Jost", sans-serif;
  color: #000;
  background-color: #fff;
  border-radius: 3px;
  outline: none;
  border: none;
  transition: box-shadow 300ms ease-in-out;
}

.plan-text button:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.projectbox_container .container {
  max-width: 94%;
}
.projectbox h1 {
  font-size: 60px;
  margin-bottom: 50px;
}
.project_box {
  display: flex;
  justify-content: center;
  width: 100%;
  color: #fff;
  background-color: #000000;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.project_box .project_content {
  width: 50%;
  max-width: 50%;
  padding: 20px;
  position: relative;
}
.project_box .project_img {
  width: 50%;
  max-width: 50%;
  position: relative;
}
.project_box .project_img_1 {
  height: 100%;
  object-fit: cover;
}
.project_box .project_content h4 {
  margin-bottom: 5px;
  font-size: 20px;
}
.btn-custom {
  width: 100%;
  margin-top: 10px;
  background-image: linear-gradient(
    45deg,
    #dbaf54,
    #fcf6ba,
    #f6e2b7,
    #fbf5b7,
    #aa771c
  );
  color: #000;
  font-weight: 700;
}
.theme-btn.white-btn{ background-image: linear-gradient(
    45deg,
    #dbaf54,
    #fcf6ba,
    #f6e2b7,
    #fbf5b7,
    #aa771c
  );
  color: #000; font-weight: 600; font-size:18px; font-family:'Jost'; }
.project_box .project_content p::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 15%;
  height: 1px;
  background-color: #9d9d9c;
  margin-left: 8px;
}
.project_box .project_content p {
  position: relative;
  color: #b1b1b1;
  padding-bottom: 3px;
  margin: 0;
}

.projectbox_container .col-sm-12.col-md-6.col-lg-6 {
  margin-bottom: 40px;
}
.modal-card-body h4.popupHeading{ font-size:22px; font-weight:500; color:#000; padding-right:50px; line-height:26px; }

@media (max-width: 767px) {

  .floor-plan {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr)); flex-flow: wrap;
  }
  .plan-text {
    text-align: center;
  }
  .project_box .project_content, .project_box .project_img{ width:100%; max-width:inherit; }
}
.project_box{ flex-flow:wrap; }


#section-amenities .section-title h2 {
  color: #000;
}

#section-amenities .gallerytab ul {
  justify-content: center;
}

.amenities-content {
  margin-bottom: 30px;
}
.amenities-content p {
  text-align: center;
  font-weight: 400;
}
.amenities-text p {
  text-align: center;
  font-weight: 500;
}

#section-connectivity .section-title h2 {
  color: #000;
}

#section-connectivity .gallerytab ul {
  justify-content: center;
}

.local-content {
  margin-bottom: 30px;
}

.local-content p {
  text-align: center;
  font-weight: 400;
}

#section-faqs .section-title h2 {
  color: #fff;
}

.faqs-content {
  max-width: 800px;
  margin: 0 auto;
}

.accordion {
  background-color: #eee;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
}

.active,
.accordion:hover {
  background-color: #ccc;
}

.accordion:after {
  content: "\002B";
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.panel p {
  font-weight: 400;
  margin: 10px 0;
}

.copyright {
  margin-top: 25px;
  text-align: center;
}

.copyright p {
  color: #e6e6e6;
  font-size: 15px;
}

.copyright p a {
  color: #c49f5d !important;
}

.call-btn {
  padding: 10px 20px;
  border-radius: 25px;
  color: #fff;
  background-color: #c49f5d;
}

a.call-btn:hover {
  color: #efecf8;
}

.mb-1 {
  margin-bottom: 10px !important;
}

.mb-2 {
  margin-bottom: 20px !important;
}

.lni-chevron-up::before {
  background-color: #000;
  color: #fff;
  border-radius: 50%;
  font-size: 25px;
  padding: 8px;
  border: 1px solid #fff;
}

.amn-cont {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.amn-card {
  padding: 8px;
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 10px;
}

.amn-img img {
  border-radius: 5px;
  aspect-ratio: 5/4;
  object-fit: cover;
}

.amn-title h4 {
  font-size: 18px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .amn-cont {
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
  }

  .amn-card {
    padding: 4px;
  }
  .amn-card img {
    aspect-ratio: 1/1;
    object-fit: cover;
  }
  .amn-title h4 {
    font-size: 16px;
  }
}

.plan-cont,
.plan-inner-box {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(47%, 1fr));
  grid-gap: 30px;
}

.plan-box h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

.plan-content-box a {
  margin: 10px;
  border: 1px solid #000;
}

.plan-content-box h4 {
  margin-bottom: 15px;
}

.plan-content-box img {
  aspect-ratio: 1/1;
}

.plan-block {
  border: 1px solid #beb6e5;
}

.plan-block a {
  height: unset !important;
  width: unset;
  background-color: unset;
  border: none;
}
.plan-block a span {
  padding: 10px 20px;
  background-color: #fff !important;
  color: #000 !important;
  font-weight: 600;
  border-radius: 5px;
}

.btn-container {
  margin-top: 20px;
  display: -moz-inline-grid;
  display: inline-grid;
}

.brochure-btn {
  display: inline-block;
}

.plan-btn,
.brochure-btn {
  padding: 12px 25px;
  color: #fff !important;
  background-color: #000;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.plan-btn:hover,
.brochure-btn:hover {
  color: #d6d6d6 !important;
  transition: all 0.3s ease;
}

.gallery-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  place-items: center;
  column-gap: 20px;
  row-gap: 15px;
}

@media screen and (max-width: 767px) {
  .gallery-inner {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 7px;
    row-gap: 1px;
  }
}

.location-cont {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(47%, 1fr));
  grid-row-gap: 20px;
}

.loc-sec63a,
.img-sec63a,
.loc-sec71,
.img-sec71 {
  border: 1px solid #c49f5d;
}

.img-sec63a,
.img-sec71 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-sec63a img,
.img-sec71 img {
}

.img-sec63a a,
.img-sec71 a {
  height: unset !important;
  width: unset;
  background-color: unset;
}

.img-sec63a a span,
.img-sec71 a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px 20px;
  background-color: #fff !important;
  color: #000 !important;
  font-weight: 600;
  border-radius: 5px;
}

@media screen and (max-width: 991px) {
  .location-cont {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 0;
  }
  .img-sec63a {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 992px) {
  .loc-sec63a {
    order: 1;
  }
  .img-sec63a {
    order: 2;
  }
  .loc-sec71 {
    order: 4;
  }
  .img-sec71 {
    order: 3;
  }
}

.tour-cont {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(47%, 1fr));
  grid-gap: 30px;
}

.tour-sec63a,
.tour-sec71 {
  position: relative;
}

.vid-cont img {
  filter: brightness(0.4);
  transition: all 300ms ease;
}

.vid-content-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
}

.vid-content-box span {
  border: 2px solid #fff;
  padding: 10px;
  border-radius: 50%;
  margin-bottom: 10px;
  transition: all 300ms ease;
}

.vid-content-box span i {
  font-size: 62px;
  line-height: 0.9;
  position: relative;
  top: 5px;
  left: 6px;
  transition: all 300ms ease;
}

.tour-sec63a:hover .vid-cont img,
.tour-sec71:hover .vid-cont img {
  filter: brightness(0.5);
  transition: all 300ms ease;
}

.tour-sec63a:hover .vid-content-box span,
.tour-sec71:hover .vid-content-box span {
  background-color: #fff;
  transition: all 300ms ease;
}

.tour-sec63a:hover .vid-content-box span i,
.tour-sec71:hover .vid-content-box span i {
  color: #000;
  transition: all 300ms ease;
}

.modal-card-body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 0;
  background-color: #fff;
  overflow: hidden;
}

.form-img {
  display: inline-block;
}

.form-img img {
  height: 100% !important;
}

.form-cont {
  display: flex;
  flex-direction: columnl;
  align-items: center;
  justify-content: center;
}

.form-cont form {
  width: 85%;
}

.list-title {
  display: flex;
}

.list-title .first {
  min-width: 152px;
}
.list-title .last {
  width: auto;
}

.list-title .first2 {
  min-width: 130px;
}

@media screen and (max-width: 575px) {
  .modal-card-body {
    grid-template-columns: repeat(1, 1fr);
  }
  .form-cont {
    margin: 30px 0;
  }
  .form-img {
    display: none;
  }
}

input.sm-form-control::placeholder {
  color: #d4d4d4;
}

.brochure-dark-btn {
  padding: 12px 25px;
  font-size: 18px;
  font-family: "Jost", sans-serif;
  color: #000;
  font-weight: 600;
  background-color: #fff;
  border-radius: 3px;
  outline: none;
  border: none;
  margin-top: 20px;
  display: inline-block;
  transition: all 300ms ease-in-out;
}

.brochure-dark-btn:hover {
  color: #c49f5d !important;
  transition: all 300ms ease-in-out;
}

.justify-content-center {
  justify-content: center !important;
}

#thank-page {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

label.white-text {
  font-size: 12px;
  line-height: 20px;
  color: #000 !important;
  display: flex;
}

