html {
  scroll-behavior: smooth;
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(../fonts/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


@font-face {
  font-family: 'RivieraNights-Regular';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/RivieraNights-Regular.woff) format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'RivieraNights-Light';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(../fonts/RivieraNights-Light.woff) format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


body {
  overflow-x: hidden !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "RivieraNights-Regular", sans-serif !important;
  color: #fff;
  background-color: #063f55;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 1px;
  background: radial-gradient(ellipse at center, #040a21 0%, #070e2c 65%);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "RivieraNights-Light", sans-serif !important;
  font-weight: normal;
}

.error-msg1 {
  position: absolute;
  bottom: -12px;
  background: transparent;
  display: flex;
  line-height: 11px;
  background-color: #f00;
  color: #fff;
  font-size: 9px;
}

.overflow-visible {
  overflow: visible !important;
}

a {
  color: #666666;
}

a:hover {
  color: #c7a15a;
}

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;
}

p:last-child {
  margin-bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
  width: 100%;
  display: block;
}

p {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 16px;
}

p:last-child {
  margin-bottom: 0;
}

/*** Modal CSS ***/
.theme-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  outline: 0;
  opacity: 0;
}

.theme-modal.is-active {
  visibility: visible;
  opacity: 1;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 99999;
}

.theme-modal-content {
  border: 0;
  border-radius: 0;
}

.theme-modal-card-head {
  background-color: transparent;
  border: 0;
  padding: 20px 30px;
  height: inherit;
  border-radius: 0;
  border-bottom: 1px solid rgb(255 255 255 / 20%);
}

.theme-modal-card {
  position: relative;
  top: calc(50% + 30px);
  max-width: 600px;
  width: 100%;
  max-height: inherit;
  transition: all 0.3s linear;
  background-color: #ffffff;
  border-radius: 10px;
  margin: 0 auto;
  transform: translateY(-50%);
}

.modal-title {
  color: #111;
  font-size: 24px;
  font-weight: 600;
  margin: 0 auto 20px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}

#home.is-active {
  overflow: hidden;
}

html:before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
}

html.is-active:before {
  opacity: 0.9;
  visibility: visible;
}

.theme-modal.is-active .theme-modal-card {
  top: 50%;
}

.theme-modal-card-title {
  margin: 0;
  text-transform: uppercase;
}

.theme-modal-background {
  background-color: #000;
  transition: all 0.3s linear;
  opacity: 0;
  visibility: hidden;
}

.theme-modal[style="visibility: visible;"] .theme-modal-card {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  opacity: 1;
}

.theme-modal[style="visibility: visible;"] .theme-modal-background {
  opacity: 0.9;
  visibility: visible;
}

.theme-modal-card-body {
  border: 0;
  position: relative;
  overflow: visible;
  border-radius: 5px;
}

.theme-modal-card-body {
  padding: 30px;
  background-color: transparent;
}

.close1,
.close {
  color: #a67459;
  width: 44px;
  height: 44px;
  max-width: 44px;
  max-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: none;
  opacity: 1;
  border: none;
  background-color: #ffffff;
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: 10;
  cursor: pointer;
  border-radius: 5px;
  box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}

.close1:hover,
.close:hover {
  background: rgb(125, 74, 52);
  background: -moz-linear-gradient(-45deg, #c7a15a, rgba(186, 136, 107, 1) 100%);
  background: -webkit-linear-gradient(-45deg, #c7a15a, rgba(186, 136, 107, 1) 100%);
  background: linear-gradient(-45deg, #c7a15a, rgba(186, 136, 107, 1) 100%);
  opacity: 1;
  box-shadow: rgba(255, 255, 255, 0.4) 0px 3px 8px;
  color: #fff;
}

.theme-modal-card-body:before {
  left: 0;
}

.theme-modal-card-body:after {
  right: 0;
}

.theme-modal-card-title {
  color: #020203;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 5px;
}

.theme-modal-card-body img {
  margin: 0 auto;
  max-width: 350px;
}

.col-theme-modal .section-title {
  margin-bottom: 15px;
}

.theme-modal .section-title h2 {
  font-size: 26px;
  line-height: 30px;
  color: #fff;
}

/*** End Modal CSS ***/
.sticky-bottom-form .col-form .sm-form-control::-webkit-input-placeholder {
  color: rgb(255 255 255 / 0.3);
}

.sticky-bottom-form .col-form .sm-form-control:-ms-input-placeholder {
  color: rgb(255 255 255 / 0.3);
}

.sticky-bottom-form .col-form .sm-form-control::placeholder {
  color: rgb(255 255 255 / 0.3);
}

.theme-modal .col-form .sm-form-control::-webkit-input-placeholder {
  color: rgb(255 255 255 / 0.3);
}

.theme-modal .col-form .sm-form-control:-ms-input-placeholder {
  color: rgb(255 255 255 / 0.3);
}

.theme-modal .col-form .sm-form-control::placeholder {
  color: rgb(255 255 255 / 0.3);
}

.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;
}

.clear-both:after,
.clear-both:before {
  display: table;
  content: "";
  clear: both;
}

section,
.section {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}

.white-bg {
  background-color: #fff;
}

.gray-bg {
  background-color: #f8f8f8;
}

.full-width {
  width: 100%;
}

.center {
  text-align: center;
}

.overflow-visible {
  overflow: visible !important;
}

.section-title h1,
.section-title h2 {
  font-size: 36px;
  line-height: 42px;
  color: #fff;
  margin: 0;
  font-weight: bold;
  text-transform: unset;
  position: relative;
  display: inline-block;
  font-weight: 600;
}

.section-title h1 {
  font-size: 50px;
  line-height: 1.2;
  font-weight: 600;
}

.section-title {
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}

.section-title:last-child {
  margin-bottom: 0;
}

.section-title h1 span,
.section-title h2 span {
  color: #1d57a3;
}

.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6 {
  color: #fff;
}

.dark p,
.dark span {
  color: #cdd3d1;
}

.title-white .title-tagline {
  color: #eee;
}

.columns,
.columns:last-child {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.column {
  padding-top: 0;
  padding-bottom: 0;
}

picture {
  display: block;
}

.container {
  position: relative;
  z-index: 1;
}

.theme-btn {
  position: relative;
  background: #0076bc;
  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;
  border-radius: 5px;
}

.theme-btn:hover {
  color: #fff;
  background-color: #1d57a3;
}

.theme-btn.white-btn {
  background: #fff;
  color: #001421;
}

.theme-btn.white-btn:hover {
  background: #eee;
  color: #0076bc;
}

.col-form {
  position: relative;
  margin-bottom: 20px;
}

.theme-input {
  position: relative;
}

.col-middle {
  display: table;
  width: 100%;
}

button:focus {
  outline: 0;
}

#back2top.active {
  bottom: 20px;
  visibility: visible;
  opacity: 1;
}

#back2top {
  position: fixed;
  bottom: 40px;
  right: 60px;
  width: 40px;
  height: 40px;
  z-index: 88;
  -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 svg {
  display: flex;
  width: 40px;
  height: 40px;
  padding: 7px;
  background-color: #fff;
  color: #063f55;
  border-radius: 100%;
}

#back2top .up-arrow {
  margin-top: 4px;
  border-width: 2px 0 0 2px;
}

.thankyou-msg {
  font-size: 16px !important;
  color: #fff !important;
  background: 0 0 !important;
}

.thankyou-logo img {
  max-width: 200px;
  margin: 20px auto 0;
}

.form-group,
.form-group-wrapper {
  position: relative;
}

label.error {
  color: #fff;
  background: red;
  font-size: 8px;
  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;
}

.thankyou-block {
  background-color: #063f55;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.thankyou-block h1 {
  color: #fff;
  font-size: 30px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.list-point {
  padding: 0;
}

.list-point li {
  position: relative;
  list-style: none;
  padding-left: 20px;
  margin-bottom: 5px;
}

.list-point li:last-child {
  margin-bottom: 0;
}

.list-point li:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #000;
  border-radius: 100%;
  left: 0;
  top: 8px;
}

.splide__slide img {
  width: 100%;
}

.splide__arrow.splide__arrow--prev:disabled,
.splide__arrow.splide__arrow--next:disabled {
  display: none;
}

.splide__arrow {
  width: unset;
  height: unset;
  padding: unset;
  color: #c7a15a;
  background-color: unset;
  border: unset;
  opacity: 1;
}

/* .splide__arrow:hover {
  background-color: #1d57a3;
  color: #fff;
  opacity: 1;
} */

#main-banner .splide__arrow svg {
  color: #fff;
}

.splide__arrow svg {
  font-size: 24px;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.splide__arrow--prev {
  left: 60px;
}

.splide__arrow--next {
  right: 60px;
}

.splide__pagination__page {
  width: 12px;
  height: 12px;
  background: #1d57a3;
  opacity: 0.5;
}

.splide__pagination__page.is-active {
  transform: none;
  background: #1d57a3;
  opacity: 1;
}

.splide__pagination {
  position: static;
  transform: none;
}

.sm-form-control {
  display: block;
  width: 100%;
  background-color: transparent;
  border-radius: 5px;
  resize: none;
  color: #89563f;
  font-size: 14px;
  border: 1px solid #89563f;
  padding: 15px;
}

.pl-80 {
  padding-left: 80px !important;
}

.modal-card-body {
  padding: 30px;
}

.col-form label span {
  color: #ff0000;
}

.title-tagline {
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 500;
  margin-top: 15px;
  display: block;
}

.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;
}

header {
  position: fixed;
  z-index: 9999;
  padding: 6px 140px;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #071229;
  -moz-transition: transform 3s cubic-bezier(255, 255, 255, 1);
  -ms-transition: transform 3s cubic-bezier(255, 255, 255, 1);
  -o-transition: transform 3s cubic-bezier(255, 255, 255, 1);
  -webkit-transition: transform 3s cubic-bezier(255, 255, 255, 1);
  transition: transform 3s cubic-bezier(255, 255, 255, 1);
  box-shadow: 0 1px 3px rgba(255, 255, 255, 0.1);
}

#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%);
  box-shadow: 0 0 12px rgb(0 0 0 / 10%);
}

.header__menu-link {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  font-weight: 600;
  line-height: 1;
}

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

.theme-logo img {
  max-width: initial;
  width: auto;
  display: block;
  height: 65px;
}

.theme-logo a {
  display: block;
}

.header-primary-menu-wrapper {
  display: inline-block;
  vertical-align: middle;
}

.col-header:first-child {
  max-width: 240px;
  padding: 0;
  flex: 0 0 240px;
}

.header__menu-item {
  display: inline-block;
  padding: 10px;
  position: relative;
}

header .columns {
  /* height: 80px !important; */
}

/* #section-banner,
.section-cms {
  margin-top: 81px;
} */

.sticky-btn-enquire.download-brochure {
  left: -99px;
  right: unset;
}

.white-text {
  color: #fff !important;
}

.theme-padding {
  padding-left: 140px;
  padding-right: 140px;
}

.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 {
  position: fixed !important;
  top: 282px;
  right: -63px;
  font-size: 16px !important;
  padding: 8px 15px !important;
  z-index: 999 !important;
  transform: rotate(-90deg);
  transition: all 0.3s linear;
  background-color: #1d57a3;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  background: rgb(125, 74, 52);
  background: -moz-linear-gradient(-45deg, #c7a15a 0%, rgba(186, 136, 107, 1) 100%);
  background: -webkit-linear-gradient(-45deg, #c7a15a 0%, rgba(186, 136, 107, 1) 100%);
  background: linear-gradient(-45deg, #c7a15a 0%, rgba(186, 136, 107, 1) 100%);
  cursor: pointer;
}

.sticky-btn-enquire:hover {
  background-color: #0076bc;
  color: #fff;
}

#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;
}

.sticky-bottom-form {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 10px 0 0px 15px;
  width: 100%;
  z-index: 999;
  background: #1d57a3;
  max-width: 1344px;
  margin: 0 auto;
  right: 0;
  border-top: 1px solid rgb(181 222 234 / 40%);
}

.sticky-bottom-form .col-form {
  position: relative;
  width: 20%;
  float: left;
  padding: 0 15px;
  margin: 0 0 10px !important;
}

.col-form-title {
  display: none;
}

.sticky-bottom-form .col-form .sm-form-control {
  padding: 10px 10px 10px 0;
  border-bottom: 1px solid #b6dfeb;
  color: #fff;
  line-height: 19px;
}

.copyright-detail p {
  display: inline-block;
}

.captcha-query,
.captcha-sticky-query {
  position: absolute;
  color: white;
  top: 50%;
  letter-spacing: 10px;
  font-size: 14px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#footer {
  padding: 30px 0;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.copyright-bar .columns {
  margin-bottom: -5px;
}

.col-copyright {
  margin-bottom: 5px;
}

.copyright-detail span,
.copyright-detail p,
.copyright-detail a {
  font-size: 14px;
  color: #c5c5c5;
}

.footer-block h3 {
  color: #28438c;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
}

.footer-menu li a {
  color: #c5c5c5;
  font-size: 14px;
}

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

.footer-menu li a:hover,
.copyright-detail a:hover {
  color: #ffffff;
}

.contact b {
  color: #28438c;
}

.theme-block {
  position: relative;
}

.theme-block:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #28438c;
  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;
}

.theme-block .theme-block-icon {
  position: absolute;
  top: calc(50% + 15px);
  width: 40px;
  height: 40px;
  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: 9;
}

.theme-block .theme-block-icon svg {
  width: 40px;
  height: 40px;
  color: #fff;
}

.theme-block:hover:before {
  opacity: 0.5;
}

.theme-block {
  border: 10px solid #28438c;
}

.theme-block:hover .theme-block-icon {
  opacity: 1;
}

.section-cms {
  min-height: calc(100vh - 161px);
}

.sticky-notice {
  background-color: #b50000;
  position: fixed;
  top: 94px;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 5px;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.sticky-notice span {
  font-size: 12px;
  line-height: 16px;
  display: block;
  animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

/********  Banner Page Start  **********/
.section-title.banner-section-title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 140px;
}

.banner-section-title p:first-child {
  margin-top: 30px;
}

.banner-section-title p {
  font-size: 22px;
  font-weight: bold;
  font-weight: 600;
  margin-bottom: 10px;
  color: #fff;
}

.banner-tagline {
  margin-top: 10px;
}

.stickycall {
  position: fixed;
  right: 0;
  bottom: 100px;
  background: #46413b;
  padding: 15px 10px;
  z-index: 99;
  border-radius: 10px 0px 0px 10px;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.stickycall img {
  max-width: 25px;
}

.banner-img {
  position: relative;
}

/* .banner-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.2;
} */

.header__menu-link::before {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  bottom: 0px;
  left: 0;
  background: #c7a15a;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.header__menu-item.active .header__menu-link {
  color: #c7a15a;
}

.header__menu-item.active .header__menu-link::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.header__menu-item .header__menu-link.header__menu-active::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.header__menu-item .header__menu-link.header__menu-active {
  color: #c7a15a;
}

/********  Banner Page End  **********/



/********  Highlights Page Start  **********/

.col-highlights .title-tagline {
  margin-top: 0;
}

span {
  line-height: 1.6;
}



.theme-img-tag {
  position: relative;
}

/* .theme-img-tag::after {
  content: "Image for illustration purpose only";
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: auto;
  height: auto;
  max-width: fit-content;
  z-index: 9;
  color: #fff;
  font-size: 11px;
} */

/* .offices-img img {
  filter: blur(8px);
} */

h4 {
  position: relative;
  font-size: 30px;
  line-height: 1.3;
}

/* h4:before {
  content: "";
  position: absolute;
  left: 0;
  top: 45%;
  transform: translateY(-50%);
  width: 80px;
  height: 2px;
  z-index: 1;
  background: rgb(182, 132, 103);
  background: linear-gradient(180deg, rgba(182, 132, 103, 1) 0%, #c7a15a);
} */

/* .col-offices {
  padding: 0 40px;
} */



.row-offices {
  margin: 0 -40px;
}

.listed-points li {
  position: relative;
  padding-left: 21px;
  margin-bottom: 10px;
  font-weight: 600;
}

.listed-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  border: 1px solid;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.listed-points {
  position: relative;
  margin-top: 20px;
}

.price-btn {
  padding: 10px 20px;
  border: 1px solid #ffffff;
  margin-top: 110px;
  display: block;
  max-width: fit-content;
  color: #ffffff;
}

.download-barochure {
  right: unset !important;
  left: -106px;
}

.splide__arrow {
  position: static;
  display: inline-block;
  margin: 0 5px;
  transform: none;
}

#offices-slider .splide__arrows {
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  bottom: 5%;
}

.font-bold {
  font-weight: 700;
}

.font-semibold {
  font-weight: 600;
}

.section-offices .section-title .title-tagline {
  font-size: 22px;
  max-width: 820px;
}

.white-bg {
  background-color: #ffffff !important;
}

/********  Highlights Page End  **********/



/********  Amenities Page Start  **********/
/* .amenities-details-inner {
  padding-top: 110px;
} 
.amenities-details {
  position: relative;
}

.amenities-details .col-amenities:first-child {
  top: -70px;
  position: relative;
  right: -100px;
}

.amenities-details .col-amenities:nth-child(2) {
  z-index: 3;
}

.amenities-details .col-amenities:last-child {
  align-self: end;
  bottom: 30px;
  position: relative;
  left: -50px;
  z-index: 0;
}

#amenities-slider .splide__arrows {
  position: absolute;
  left: 70%;
  top: 80px;
} 

.amenities-details h4 {
  padding: 0;
  max-width: fit-content;
  margin-left: 300px;
}

.amenities-details h4::before {
  top: unset;
  bottom: -12px;
  left: 0;
  width: calc(100% + 60px);
  height: 1px;
}

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

*/
/********  Amenities Page End  **********/


/********  Location Page Start  **********/
.img-title p {
  margin-top: 5px;
}

.location-img {
  position: relative;
  height: 100%;
}

.col-location {
  margin-bottom: 20px;
}

.location-map-img img {
  max-width: 700px;
}

/********  Location Page End  **********/



/********  Investment Page Start  **********/

.investment-item {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}

.investment-number,
.investment-content h3 {
  position: relative;
  color: #c7a15a;
  font-weight: 600;
}

.investment-number:before {
  content: "";
  position: absolute;
  right: -20px;
  width: 14px;
  height: 14px;
  background: #fff;
  border-radius: 50%;
  border: 2px solid #3980c0;
  top: 45%;
  transform: translateY(-50%);
}

.investment-details-inner {
  position: relative;
}

.investment-details-inner::before {
  content: "";
  position: absolute;
  left: 33px;
  width: 3px;
  height: 100%;
  border-right: 3px dashed #fff;
}

.investment-item:first-child .investment-number:before {
  right: -24px;
}

.investment-content {
  position: relative;
  margin-bottom: 30px;
}

/********  Investment Page End  **********/


/********  About Page Start  **********/
/********  About Page End  **********/


/********  Contact Form Page Start  **********/

.custom-submit {
  color: #fff !important;
  border-radius: unset;
  font-size: 18px;
  background: rgb(125, 74, 52) !important;
  background: -moz-linear-gradient(-45deg, #c7a15a, rgba(186, 136, 107, 1) 100%);
  background: -webkit-linear-gradient(-45deg, #c7a15a, rgba(186, 136, 107, 1) 100%) !important;
  background: linear-gradient(-45deg, #c7a15a, rgba(186, 136, 107, 1) 100%) !important;
  margin-left: 10px;
  display: block;
  margin-top: 20px;
}

.section-contact .section-title {
  max-width: 350px;
  margin-bottom: 20px;
}

/********  Contact Form Page End  **********/


/********  Footer Page Start  **********/

.maharera-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.maharera-line-img img {
  max-width: 30px;
}

h5 {
  font-size: 20px;
  line-height: 1.4;
}

.footer-item {
  position: relative;
  margin-bottom: 20px;
}

.foot-discription span {
  font-size: 12px;
  line-height: 1.6 !important;
  display: block;
}

.maharera-line-content a {
  color: #fff;
  text-decoration: underline;
}

.footer-item:last-child {
  margin-bottom: 0;
}

.footer-details-inner {
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
}

.footer-details-inner:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  z-index: 1;
}

.maharera-line-content p {
  font-size: 14px;
}

.yBox {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  max-width: fit-content;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}

.theme-img {
  position: relative;
}

.theme-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #063f55;
  opacity: 0;
  z-index: 9;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.theme-img:hover .yBox {
  opacity: 1;
  visibility: visible;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.theme-img:hover:before {
  opacity: 0.5;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.yBox svg {
  color: #fff;
  width: 35px;
  height: 35px;
  position: relative;
}

.col-form-btn .custom-submit {
  width: 50%;
  border-radius: 5px;
  margin: 10px auto 0;
}

.sm-form-control::placeholder {
  color: #aaa !important;
}

.col-form.col-form-btn .inquiry-submit1 {
  width: 100%;
  margin-left: 10px;
  margin-top: 10px;
}

.stickycall:hover {
  background: rgb(125, 74, 52);
  background: -moz-linear-gradient(-45deg, #c7a15a, rgba(186, 136, 107, 1) 100%);
  background: -webkit-linear-gradient(-45deg, #c7a15a, rgba(186, 136, 107, 1) 100%);
  background: linear-gradient(-45deg, #c7a15a, rgba(186, 136, 107, 1) 100%);
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.dicover-line p {
  text-transform: uppercase;
  position: relative;
  margin-bottom: 0 !important;
}

.dicover-line span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-animation: looping-indicator-data-v-68932178 1.2s ease-in-out infinite;
  animation: looping-indicator-data-v-68932178 1.2s ease-in-out infinite;
}

.dicover-line span {
  position: relative;
  height: 80px;
  width: 2px;
  background-color: hsla(0, 0%, 100%, .3);
  left: -140px;
  bottom: 9px;
  margin: 0 auto;
  margin-top: 1em;
  display: block;
  transform: rotate(270deg);
}

/* .dicover-line p:before {
  position: absolute;
  width: 100px;
  height: 1px;
  background: #fff;
  content: "";
  z-index: 0;
  display: block;
  bottom: 12px;
  right: 100px;
  -webkit-animation: looping-indicator-data-v-68932178 1.2s ease-in-out infinite;
  animation: looping-indicator-data-v-68932178 1.2s ease-in-out infinite;
} */

/********  Footer Page End  **********/


.section {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

#footer.section {
  /* margin-top: 100px; */
  height: unset !important;
}

.dicover-line {
  display: flex;
  align-items: center;
  transform: rotate(270deg);
  position: absolute;
  bottom: 70px;
}

.theme-secound-bg {
  background: rgb(0, 49, 67) !important;
}

.theme-secound-bg-after:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #072417;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat-x: initial;
  background-repeat-y: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(0 3 17);
  opacity: 0.6;
  z-index: 0;
}

.col-main-contact {
  padding: 0 30px;
}

.row-main-contact {
  margin: 0 -30px;
}


/******************************* Transitions *******************************/
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.fadeInUp2,
.speed2.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 0.3s !important;
  animation-delay: 0.3s !important;
}

.fadeInUp3,
.speed3.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 0.6s !important;
  animation-delay: 0.6s !important;
}

.speed4.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 0.1s !important;
  animation-delay: 0.1s !important;
}

.speed5.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 0.8s !important;
  animation-delay: 0.8s !important;
}

.speed6.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 0.10s !important;
  animation-delay: 0.10s !important;
}

.speed7.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 0.12s !important;
  animation-delay: 0.12s !important;
}

.speed8.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 0.14s !important;
  animation-delay: 0.14s !important;
}

.fadeInUp4,
.speed4.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 0.8s !important;
  animation-delay: 0.8s !important;
}

.fadeInUp5,
.speed5.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 0.10s !important;
  animation-delay: 0.10s !important;
}

.fadeInUp6,
.speed6.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 0.12s !important;
  animation-delay: 0.12s !important;
}

.fadeInUp7,
.speed7.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 0.14s !important;
  animation-delay: 0.14s !important;
}

.fadeInUp8,
.speed8.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 0.16s !important;
  animation-delay: 0.16s !important;
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.fadeInUpSlow {
  -webkit-animation-name: fadeInUpSlow;
  animation-name: fadeInUpSlow;
}

.speed1.animated,
.speed2.animated,
.speed3.animated,
.speed4.animated,
.speed5.animated,
.speed6.animated,
.speed7.animated,
.speed8.animated {
  opacity: 0;
  -webkit-animation-delay: 0.1s;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.speed1.animated2,
.speed2.animated2,
.speed3.animated2,
.speed4.animated2,
.speed5.animated2,
.speed6.animated2,
.speed7.animated2,
.speed8.animated2 {
  opacity: 1;
  -webkit-animation-delay: 0.1s;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0%, 0);
    transform: translate3d(10%, 0%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0%, 0);
    transform: translate3d(10%, 0%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0%, 0);
    transform: translate3d(-10%, 0%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0%, 0);
    transform: translate3d(-10%, 0%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInUpSlow {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpSlow {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}


@-webkit-keyframes looping-indicator-data-v-68932178 {
  0% {
    transform-origin: top;
    transform: scaleY(0)
  }

  50% {
    transform-origin: top;
    transform: scaleY(1)
  }

  51% {
    transform-origin: bottom;
    transform: scaleY(1)
  }

  to {
    transform-origin: bottom;
    transform: scaleY(0)
  }
}

@keyframes looping-indicator-data-v-68932178 {
  0% {
    transform-origin: top;
    transform: scaleY(0)
  }

  50% {
    transform-origin: top;
    transform: scaleY(1)
  }

  51% {
    transform-origin: bottom;
    transform: scaleY(1)
  }

  to {
    transform-origin: bottom;
    transform: scaleY(0)
  }
}


/* Zoom in Keyframes */
@-webkit-keyframes zoomin {
  50% {
    transform: scale(1.5);
  }
}

@keyframes zoomin {
  50% {
    transform: scale(1.5);
  }
}

/*End of Zoom in Keyframes */

/* Zoom in Keyframes */
@-webkit-keyframes zoomin2 {
  50% {
    transform: scale(1.3);
  }
}

@keyframes zoomin2 {
  50% {
    transform: scale(1.3);
  }
}

/*End of Zoom in Keyframes */

/* Zoom in Keyframes */
@-webkit-keyframes greenBgAnimate {
  0% {
    width: 0%;
  }

  100% {
    width: 80%;
  }
}

@keyframes greenBgAnimate {
  0% {
    width: 0%;
  }

  100% {
    width: 80%;
  }
}

/*End of Zoom in Keyframes */

@keyframes revealText {
  0% {
    clip-path: inset(0px 50% 0px 50%);
    -webkit-clip-path: inset(0px 50% 0px 50%);
  }

  100% {
    clip-path: inset(0px 0px 0px 0px);
    -webkit-clip-path: inset(0px 0px 0px 0px);
    left: 0;
    opacity: 1;
  }
}

@keyframes revealLine {
  0% {
    clip-path: inset(0px 50% 0px 50%);
    -webkit-clip-path: inset(0px 50% 0px 50%);
    opacity: 0;
  }

  100% {
    clip-path: inset(0px 0px 0px 0px);
    -webkit-clip-path: inset(0px 0px 0px 0px);
    opacity: 1;
  }
}

@keyframes revealText2 {
  0% {
    clip-path: inset(0px 100% 0px 0%);
    -webkit-clip-path: inset(0px 100% 0px 0%);
  }

  20% {
    clip-path: inset(0px 100% 0px 0%);
    -webkit-clip-path: inset(0px 100% 0px 0%);
  }

  40% {
    left: 0;
    opacity: 1;
  }

  100% {
    clip-path: inset(0px 0px 0px 0px);
    -webkit-clip-path: inset(0px 0px 0px 0px);
    left: 0;
    opacity: 1;
  }
}

.section-title h1.fadeInUp {
  clip-path: inset(0px 100% 0px 0%);
  -webkit-clip-path: inset(0px 100% 0px 0%);
  animation: revealText 2s forwards;
}

.section-title>p.fadeInUp {
  animation: revealText2 5s forwards;
}

.section-title>p.fadeInUp {
  animation: revealText2 2s forwards;
}

.section-title>h2.fadeInUp {
  clip-path: inset(0px 100% 0px 0%);
  -webkit-clip-path: inset(0px 100% 0px 0%);
  animation: revealText 2s forwards;
}

/* #amenities-slider .splide__slide.is-visible .amenities-details {
  width: 400px !important;
  position: absolute;
  bottom: 20px;
  left: -80px;
}

#amenities-slider .splide__slide.is-active.is-visible .amenities-details {
  width: 800px !important;
} */

.about-details>p.fadeInUp {
  animation: revealText2 2s forwards;
}

.investment-content span {
  line-height: 1.6;
  display: block;
  font-size: 14px;
}

section.frame1 .scrollLine:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;

}

.section.frame1 .discoverLink .scrollLine {
  position: relative;
  height: 55px;
  width: 1px;
  background-color: hsla(0, 0%, 100%, .3);
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: 1em;
}

@-webkit-keyframes looping-indicator-data-v-68932178 {
  0% {
    transform-origin: top;
    transform: scaleY(0)
  }

  50% {
    transform-origin: top;
    transform: scaleY(1)
  }

  51% {
    transform-origin: bottom;
    transform: scaleY(1)
  }

  to {
    transform-origin: bottom;
    transform: scaleY(0)
  }
}

@keyframes looping-indicator-data-v-68932178 {
  0% {
    transform-origin: top;
    transform: scaleY(0)
  }

  50% {
    transform-origin: top;
    transform: scaleY(1)
  }

  51% {
    transform-origin: bottom;
    transform: scaleY(1)
  }

  to {
    transform-origin: bottom;
    transform: scaleY(0)
  }
}

.section-amenities .arrows {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  bottom: -20px;
  position: relative;
  width: 100%;
  right: -230px;
  z-index: 9;
}

.section-amenities .wrapper2 {
  position: absolute;
  top: 0;
  left: 20%;
  width: 300px;
  height: 218px;
  z-index: 1;
  opacity: 0.7;
}

.slidesWrap {
  position: relative;
}

.section-amenities .wrapper3 {
  position: absolute;
  bottom: 40px;
  left: 64%;
  width: 300px;
  height: 218px;
  z-index: 0;
  opacity: 0.7;
}

/****** Slider Start  *****/

.slidesWrap {
  position: relative;
}

.slidesWrap ul.myslides {
  margin: 0 auto;
  position: relative;
  padding-top: 0;
  left: 0;
  width: 35%;
  min-height: 500px;
  clear: both;
  margin-top: 3em;
  z-index: 3;
  z-index: 1;
}

.slidesWrap ul li.myslide {
  position: absolute;
  top: 0;
  left: 0;
  /* opacity: 0; */
  width: 100%;
}

.slidesWrap ul li.myslide img {
  width: 100%;
}

.wrapper2.slidesWrap ul.myslides,
.wrapper3.slidesWrap ul.myslides {
  margin: 0;
  min-height: auto;
  width: 100%;
}

.controlls {
  display: none;
}


/****** Slider End  *****/

.section7 p span:after {
  content: " ";
  position: absolute;
  bottom: 0%;
  width: 170px;
  height: 1px;
  background: rgb(125, 74, 52);
  background: -moz-linear-gradient(-45deg, #c7a15a, rgba(186, 136, 107, 1) 100%);
  background: -webkit-linear-gradient(-45deg, #c7a15a, rgba(186, 136, 107, 1) 100%);
  background: linear-gradient(-45deg, #c7a15a, rgba(186, 136, 107, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7d4a34', endColorstr='#ba886b', GradientType=1);
  left: 0;
  animation: revealLine 1s forwards;
  animation-delay: 1s;
  opacity: 0;
}

.my-slider {
  position: relative;
  padding-top: 60px;
}

#amenities-slider .amenities-img img {
  overflow: visible;
  z-index: 0;
  position: relative;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
   
}

#amenities-slider .is-active.is-visible .amenities-img img {
  transform: scale(1.2);
  overflow: visible;
  z-index: 5;
  position: relative;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
      filter: none;
}

#amenities-slider-track {
  padding-top: 60px;
  padding-bottom: 70px;
}

#section-amenities .splide__arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  height: 2em;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0;
  opacity: .7;
  background: #ccc;
}

#section-amenities .splide__arrow--prev {
  left: -60px;
}

#section-amenities .splide__arrow--next {
  right: -60px;
}

#section-amenities .splide__arrow {
  width: 40px;
  height: 40px;
  border-radius: 0;
  margin: 0;
  background: transparent;
  box-shadow: none;
}

.amenities-img {
  width: 100% !important;
  aspect-ratio: 16/9 !important;
  object-fit: cover !important;
  object-position: center !important;
  height: auto !important;
}

.amenities-img-text {
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  z-index: 5;
  margin: 0 auto;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

#amenities-slider .is-active.is-visible .amenities-img-text {
  bottom: -70px;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.location-img img {
  max-height: 500px;
}

#main-banner {
  /* position: relative; */
}

.section-unset {
  display: block;
}

.fp-overflow:focus-visible {
  outline: unset !important;
  border: unset !important;
}

.offices-img {
  max-width: 500px;
  margin: 0 auto;
  overflow: hidden;
}


.spinner-overlay {
  /* display: none; */
  z-index: 9999;
  background: rgba(33, 33, 33, .6);
  background: radial-gradient(ellipse at center, #003143 0%, #084f6a 65%);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.spinner {
  width: 70px;
  text-align: center;
}

.spinner-overlay__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.spinner__bounce {
  width: 18px;
  height: 18px;
  background-color: #FFFFFF;
  border-radius: 100%;
  display: inline-block;
  animation: bouncedelay 1.4s infinite ease-in-out both;
  animation-delay: 0s;
}

.spinner__bounce--1 {
  animation-delay: -0.32s;
}

.spinner__bounce--2 {
  animation-delay: -0.16s;
}

@keyframes bouncedelay {

  0%,
  80%,
  100% {
    transform: scale(0);
  }

  40% {
    transform: scale(1);
  }
}

.banner-section-title p>b {
  font-weight: bolder;
}

#amenities-slider .splide__slide.is-visible .theme-img::before {
  z-index: 1;
}

#amenities-slider .splide__slide.is-active.is-visible .theme-img::before {
  z-index: 6;
}

.view360-details iframe {
  border: none;
  height: 500px;
}

.custom-number {
  position: relative;
  display: inline-block;
}

.price-btn:hover {
  color: #ffffff !important;
  background: rgb(192 154 85);
}

.theme-img-animation.eligibility img {
  filter: unset !important;
}

.price-btn-details.eligibility {
  display: none;
}

#offices-slider.eligibility .splide__arrows {
  top: 85%;
  transform: translateY(-85%);
}

.footer-item a:hover,
.maharera-line-content a:hover {
  color: #7d4a34;
}

.footer-item a {
  color: #fff;
}

.col-form-btn .custom-submit:hover,
.sticky-btn-enquire:hover {
  opacity: 0.8;
}

.splide__arrow:hover svg {
  color: #fff;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

#section-banner {
  margin-top: 77px;
}

#main-banner .splide__arrow {
  position: absolute;
  transform: translateY(-50%);
}

.qr-code-img img {
  max-width: 120px;
}

.qr-code-img {
  position: relative;
  display: block;
  flex: 0 0 120px;
}

.maharera-line-content {
  max-width: 550px;
  text-align: left;
  line-height: 1.4;
}