@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/92zatBhPNqw73oTd4g.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Prata';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/6xKhdSpbNNCT-sWPCm4.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html,
body {
  overflow-x: clip !important;
}

html {
  scroll-behavior: smooth;
}

html.insomenu-active {
  overflow: hidden !important;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Jost", sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 350;
  line-height: 1.4;
  padding-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-family: "Prata", serif;
}

.ml-auto {
  margin-left: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.font-jost {
  font-family: "Jost", sans-serif !important;
}

::selection {
  background-color: #907533;
  color: #fff;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.error-msg {
  position: absolute;
  bottom: -13px;
  background: transparent;
  display: flex;
  line-height: 14px;
  padding: 0 4px;
  background-color: #f00;
  color: #fff;
  font-size: 13px;
  width: 100%;
}

.overflow-visible {
  overflow: visible !important;
}

a {
  color: #4e4e4e;
}

a:hover {
  color: #907533;
}

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;
}

.border {
  border: 1px solid;
}

.border-top {
  border-top: 1px solid transparent;
}

.border-light {
  border-color: #93939310;
}

.border-bottom {
  border-bottom: 1px solid transparent;
}

.opacity-05 {
  opacity: 0.5 !important;
}

.opacity-02 {
  opacity: 0.2 !important;
}

.opacity-03 {
  opacity: 0.3 !important;
}

.z-index-1 {
  z-index: 1 !important;
}

.z-index-2 {
  z-index: 2 !important;
}

.z-index-3 {
  z-index: 3 !important;
}

.z-index-4 {
  z-index: 4 !important;
}

.z-index-5 {
  z-index: 5 !important;
}

img {
  max-width: 100%;
  height: auto;
  width: 100%;
  display: block;
}

p {
  margin-bottom: 20px;
}

p:last-child {
  margin-bottom: 0;
}

.order-2 {
  order: 2 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

.line-height-1 {
  line-height: 1 !important;
}

.line-height-1-2 {
  line-height: 1.2 !important;
}

.line-height-1-6 {
  line-height: 1.6 !important;
}

.line-height-1-8 {
  line-height: 1.8 !important;
}

.columns.gap-7 {
  margin-left: -96px !important;
  margin-right: -96px !important;
}

.gap-7>.column {
  padding-left: 96px;
  padding-right: 96px;
}

.columns.gap-6 {
  margin-left: -84px !important;
  margin-right: -84px !important;
}

.gap-6>.column {
  padding-left: 84px;
  padding-right: 84px;
}

.columns.gap-5 {
  margin-left: -72px !important;
  margin-right: -72px !important;
}

.gap-5>.column {
  padding-left: 72px;
  padding-right: 72px;
}

.columns.gap-4 {
  margin-left: -60px !important;
  margin-right: -60px !important;
}

.gap-4>.column {
  padding-left: 60px;
  padding-right: 60px;
}

.columns.gap-3 {
  margin-left: -48px !important;
  margin-right: -48px !important;
}

.gap-3>.column {
  padding-left: 48px;
  padding-right: 48px;
}

.columns.gap-2 {
  margin-left: -36px !important;
  margin-right: -36px !important;
}

.gap-2>.column {
  padding-left: 36px;
  padding-right: 36px;
}

.columns.gap-1 {
  margin-left: -24px !important;
  margin-right: -24px !important;
}

.gap-1>.column {
  padding-left: 24px;
  padding-right: 24px;
}

.is-gap-0 {
  gap: 0 !important;
}

.is-gap-1 {
  gap: 4px !important;
}

.is-gap-2 {
  gap: 8px !important;
}

.is-gap-3 {
  gap: 12px !important;
}

.is-gap-4 {
  gap: 16px !important;
}

.is-gap-5 {
  gap: 24px !important;
}

.is-gap-6 {
  gap: 32px !important;
}

.is-gap-7 {
  gap: 40px !important;
}

.is-gap-8 {
  gap: 48px !important;
}

.is-gap-9 {
  gap: 56px !important;
}

.is-gap-10 {
  gap: 64px !important;
}

.theme-overlay:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 30%);
  z-index: 1;
}

.theme-overlay.gradient-overlay:before {
  background: linear-gradient(360deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.8) 100%);
}

/*** Modal CSS ***/
.theme-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  outline: 0;
  opacity: 0;
  visibility: hidden;
}

.theme-modal.is-active {
  visibility: visible;
  opacity: 1;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 99999;
}

.theme-modal-card {
  position: relative;
  top: calc(50% + 30px);
  max-width: 900px;
  width: 100%;
  padding: 50px;
  max-height: inherit;
  transition: all 0.3s linear;
  background-color: #fff;
  margin: 0 auto;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.modal-title {
  font-size: 40px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 60px;
}

html.is-active {
  overflow: hidden;
}

html:before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  background: rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(10px);
}

html.is-active:before {
  opacity: 1;
  visibility: visible;
}

.theme-modal.is-active .theme-modal-card {
  top: 50%;
}

.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;
}

.close {
  color: #fff;
  width: 55px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: none;
  opacity: 1;
  border: 1px solid #301911;
  background-color: #301911;
  position: absolute;
  top: -22px;
  right: -22px;
  margin: 0 auto;
  z-index: 10;
  cursor: pointer;
  -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;
}

.close:hover {
  background-color: #ffffff;
  color: #000;
  opacity: 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;
}

/*** End Modal CSS ***/
.columns.row-register {
  margin-bottom: -12px !important;
}

.form-control::-webkit-input-placeholder {
  color: #989898;
  font-family: "Jost", sans-serif;
  text-transform: capitalize;
}

.form-control:-ms-input-placeholder {
  color: #989898;
  font-family: "Jost", sans-serif;
  text-transform: capitalize;
}

.form-control::placeholder {
  color: #989898;
  font-family: "Jost", sans-serif;
  text-transform: capitalize;
}

.form-label {
  color: #181b1d;
  font-weight: 500;
}

.theme-form {
  padding: 50px;
  background-color: #fff;
  position: relative;
  border: 1px solid rgba(78, 78, 78, 0.2);
}

.theme-scrollbar {
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 10px;
}

.theme-scrollbar::-webkit-scrollbar-track,
.ph-item::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  background-color: transparent;
}

.theme-scrollbar::-webkit-scrollbar,
.ph-item::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}

.theme-scrollbar::-webkit-scrollbar-thumb,
.ph-item::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}

::-webkit-scrollbar {
  width: 5px;
  background-color: #fff;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #d3c4ab;
}

ul:last-child {
  margin-bottom: 0;
}

section,
.section {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.full-width {
  width: 100%;
}

.section-title {
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}

.section-title:last-child {
  margin-bottom: 0;
}

.section-title h1,
.section-title h2 {
  line-height: 1.2;
  color: #000000;
  margin: 0;
  font-weight: 600;
  position: relative;
  display: inline-block;
}

h1 {
  font-size: 76px;
  line-height: 1.2 !important;
  font-weight: 400 !important;
}

h2 {
  font-size: 62px;
  line-height: 1.1 !important;
  text-transform: uppercase;
  font-family: "Jost", sans-serif;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 28px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 20px;
}

.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6,
.dark a,
.dark p,
.dark span,
.dark small {
  color: #fff;
}

a.white-text:hover,
.dark a:hover {
  color: #d3c4ab !important;
}

video,
picture {
  display: block;
}

.container {
  position: relative;
  z-index: 1;
}

.btn {
  position: relative;
  font-family: "Jost", sans-serif;
  border: 1px solid;
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 10px;
  padding: 12px 26px;
  font-size: 16px;
  text-align: center;
  line-height: normal;
  font-weight: 500;
  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;
}

.btn span {
  display: flex;
  line-height: 20px;
}

.btn.btn-primary {
  background-color: #181b1d;
  border-color: #181b1d;
  color: #ffffff;
}

.btn.btn-primary:hover {
  background-color: #7a642c;
  border-color: #7a642c;
  color: #ffffff;
}

.btn.btn-secondary {
  background-color: #d3c4ab;
  border-color: #d3c4ab;
  color: #000;
}

.btn.btn-secondary:hover {
  background-color: #7a642c;
  border-color: #7a642c;
  color: #ffffff;
}

.btn.btn-primary-outline {
  background-color: transparent;
  border-color: #d3c4ab;
  color: #a69984;
}

.btn.btn-primary-outline:hover {
  background-color: #a69984;
  border-color: #a69984;
  color: #ffffff;
}

.btn.btn-white {
  background-color: #ffffff;
  border-color: #e5e5e5;
  color: #000;
}

.btn.btn-white:hover {
  background-color: #907533;
  border-color: #907533;
  color: #fff;
}

.btn.btn-white svg path {
  fill: #000;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

.btn.btn-white:hover svg path {
  fill: #fff;
}

.btn.btn-white-outline {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}

.btn.btn-white-outline:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #7a642c;
}

.col-form {
  position: relative;
}

.col-middle {
  display: table;
  width: 100%;
}

.col-middle-inner {
  display: table-cell;
  vertical-align: middle;
}

button:focus {
  outline: 0;
}

.thankyou-msg {
  font-size: 16px !important;
  background: 0 0 !important;
}

.thankyou-logo img {
  margin: 30px auto 0;
  height: 100px;
  width: auto;
}

.form-group,
.form-group-wrapper {
  position: relative;
}

.thankyou-block {
  height: 100vh;
}

.thankyou-block h1 {
  font-size: 30px;
  margin-bottom: 15px;
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
}

.list-point {
  padding: 0;
}

.list-point li {
  position: relative;
  list-style: none;
  padding-left: 30px;
  font-size: 20px;
}

.list-point li:last-child {
  margin-bottom: 0;
}

.list-point li:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 3px;
  background-size: contain;
  background-image: url(../images/icons/arrow.svg);
}

.arrow-bottom .splide__arrows {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 60px;
}

.arrow-bottom .splide__arrow {
  position: static;
  transform: unset;
  -webkit-transform: unset;
  -moz-transform: unset;
  -ms-transform: unset;
  -o-transform: unset;
}

.splide__pagination {
  margin-top: 15px;
}

.splide.pagination .splide__pagination {
  counter-reset: pagination-num;
}

.splide.pagination .splide__pagination__page:before {
  counter-increment: pagination-num;
  content: counter(pagination-num);
}

.splide.pagination .splide__pagination__page.is-active {
  transform: unset;
  -webkit-transform: unset;
  -moz-transform: unset;
  -ms-transform: unset;
  -o-transform: unset;
}

.splide.pagination .splide__pagination__page {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: unset;
  font-size: 18px;
  -webkit-border-radius: unset;
  -moz-border-radius: unset;
  -ms-border-radius: unset;
  -o-border-radius: unset;
}

.splide__arrow svg {
  fill: transparent;
  height: 100%;
  transition: fill 0.2s linear;
  width: 100%;
  -webkit-transition: fill 0.2s linear;
  -moz-transition: fill 0.2s linear;
  -ms-transition: fill 0.2s linear;
  -o-transition: fill 0.2s linear;
}

.splide__arrow:hover:not(:disabled) svg {
  fill: transparent;
}

.splide {
  padding: 0;
}

.splide__slide img {
  width: 100%;
}

.splide__arrow.splide__arrow--prev:disabled,
.splide__arrow.splide__arrow--next:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.splide__arrow {
  width: 50px;
  height: 15px;
  padding: 0;
  color: #fff;
  background-color: transparent;
  border: 0;
  opacity: 1;
}

.splide__arrow:hover svg path {
  fill: #907533 !important;
  opacity: 1;
}

.splide__arrow svg {
  font-size: 24px;
}

.splide__arrow--prev {
  left: 60px;
}

.splide__arrow--next {
  right: 60px;
}

.splide__pagination__page {
  width: 8px;
  height: 8px;
  margin: 1px;
  background: #907533;
  opacity: 0.5;
  -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;
}

.splide__pagination__page.is-active {
  transform: none;
  background: #907533;
  opacity: 1;
  border-radius: 50px;
  width: 24px;
}

.splide__pagination {
  position: static;
  transform: none;
}

.form-control {
  display: block;
  width: 100%;
  border: none;
  padding: 14px 0;
  background-color: transparent;
  resize: none;
  color: #000;
  font-size: 16px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-bottom: 1px solid rgba(78, 78, 78, 0.2);
  font-family: "Jost", sans-serif;
}

input:-webkit-autofill {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #000 !important;
  caret-color: #000;
}

.form-control:focus {
  outline: 0;
}

.pl-80 {
  padding-left: 80px !important;
}

.modal-card-body {
  padding: 30px;
}

.col-form label span {
  color: #ff0000;
}

.title-tagline {
  font-size: 20px;
  font-weight: 600;
  margin-top: 15px;
  display: block;
}

header {
  position: fixed;
  z-index: 9999;
  padding: 16px 150px;
  width: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(10px);
}

.scroll-down header {
  transform: translateY(-100px);
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  -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;
}

.scroll-up header {
  top: 0;
  background: rgb(0 0 0 / 61%);
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(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;
  padding-top: 8px;
  padding-bottom: 8px;
}

.theme-menu ul {
  gap: 50px;
  font-size: 17px;
}

.theme-logo img {
  width: auto;
  height: 60px;
}

.col-header:first-child {
  max-width: 160px;
  flex: 0 0 160px;
}

.theme-padding {
  padding-left: 150px;
  padding-right: 150px;
}

.theme-padding-sm {
  /* padding-left: 100px; */
  /* padding-right: 100px; */
}

.js-scroll {
  opacity: 0;
}

.scrolled.fade-in {
  animation: 1.5s ease-in-out both fade-in;
  -webkit-animation: 1.5s ease-in-out both fade-in;
}

.scrolled.fade-in-top {
  animation: 1.5s ease-in-out both fade-in-top;
  -webkit-animation: 1.5s ease-in-out both fade-in-top;
}

.scrolled.fade-in-bottom {
  animation: 1.5s ease-in-out both fade-in-bottom;
  -webkit-animation: 1.5s ease-in-out both fade-in-bottom;
}

.scrolled.fade-in-left {
  animation: 1.5s ease-in-out both fade-in-left;
  -webkit-animation: 1.5s ease-in-out both fade-in-left;
}

.scrolled.fade-in-right {
  animation: 1.5s ease-in-out both fade-in-right;
  -webkit-animation: 1.5s ease-in-out both fade-in-right;
}

@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;
  }
}

.zoom-out {
  opacity: 0;
  transition-duration: 3s;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.zoom-out.scrolled {
  opacity: 1;
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}

.zoom-out {
  transition-property:
    opacity,
    transform,
    -webkit-transform;
  transition-timing-function: ease-out;
}

.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;
}

/* Js Scroll End */
.sticky-btn-enquire {
  position: fixed !important;
  top: 45%;
  right: -50px;
  z-index: 999 !important;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  border: 1px solid #212527;
  background: #d3c4ab;
  color: #000;
}

.sticky-btn-enquire:hover {
  color: #fff;
  background-color: #907533;
  border: 1px solid #907533;
}

#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: #907533;
  max-width: 1344px;
  margin: 0 auto;
  right: 0;
  border: 1px solid rgb(255 255 255 / 60%);
  border-bottom: 0;
}

.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 .form-control {
  padding: 10px 0;
  border-bottom: 1px solid #fff;
  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 {
  background-color: #202020;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
}

.theme-block-img {
  position: relative;
  overflow: hidden;
}

.theme-block-img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000000;
  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: 50%;
  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 .theme-block-img:before {
  opacity: 0.6;
}

.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;
  }
}

.counter {
  display: flex;
  align-items: end;
  justify-content: center;
}

.counter-block h3 {
  font-size: 38px;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  line-height: 1;
}

.counter-block p {
  margin-top: 6px;
}

/* Accordion Css Start */
.collapse {
  overflow: hidden;
  transition: 0.5s cubic-bezier(0.5, 0, 0.3, 1);
  transition-property: opacity, height;
  will-change: opacity, contents;
}

.collapse:not(.is-active) {
  height: 0;
  opacity: 0;
}

.accordion-item {
  border-bottom: 1px solid #d3c4ab;
  padding: 30px 0;
}

.accordion-item:first-child {
  border-top: 1px solid #d3c4ab;
}

.accordion .card {
  overflow: hidden;
  margin: -1px -1px 1px;
  background: #f3f3f3;
  border: 1px solid #d9d9d9;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: contents;
  text-align: left;
}

.accordion .card:last-child {
  margin-bottom: -1px;
}

.accordion .card:not(:last-child):not(.is-active) {
  border-bottom-color: transparent;
}

.accordion .card.is-active {
  background: #fff;
}

.accordion .card.is-active+.card {
  border-top-color: transparent;
}

.accordion .accordion-header {
  color: #000;
  text-decoration: none;
  font-size: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  font-family: "Prata", serif;
  display: flex;
  padding-right: 50px;
}

.theme-light-bg .accordion-header {
  border-bottom: 1px solid rgb(0 0 0 / 20%);
}

.accordion .accordion-header:hover .icon {
  opacity: 0.8;
}

.accordion .accordion-header.is-active .icon {
  transform: rotateX(180deg);
  opacity: 1;
}

.accordion .accordion-header .icon {
  width: 28px;
  height: 28px;
  fill: currentColor;
  opacity: 0.3;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  margin-right: -0.25rem;
}

.accordion .accordion-content {
  padding: 20px 0 0;
}

/* Accordion Css End */
.theme-light-bg {
  background-color: #d3c4ab;
}

.theme-bg {
  background-color: #907533;
}

.theme-bg-shade-2 {
  background-color: #f9f7f3;
}

.white-bg {
  background-color: #fff;
}

.gray-bg {
  background-color: #f8f8f8;
}

.theme-text {
  color: #907533 !important;
}

.theme-text-light {
  color: #d1bfa7 !important;
}

.white-text {
  color: #fff !important;
}

.call-btn {
  position: fixed;
  bottom: 74px;
  left: 20px;
  width: 40px;
  height: 40px;
  z-index: 888;
  display: block;
  text-align: center;
  border-color: #907533;
  background-color: #907533;
  animation: theme-pulse 2s infinite;
  border-radius: 100%;
  padding: 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}

.call-btn svg {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 7px;
}

@keyframes theme-pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgb(29 87 163);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

.theme-img-animation>picture>img {
  filter: blur(0px);
  -webkit-filter: blur(0px);
}

/* .theme-img-animation.eligibility>picture>img {
  filter: blur(0px);
  -webkit-filter: blur(0px);
} */

.theme-block.theme-img-animation {
  overflow: hidden;
}

.plan-inquire-btn {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  max-width: fit-content;
  opacity: 1;
  visibility: visible;
  z-index: 9;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.sticky-btn-enquire.sticky-brochure {
  top: 380px;
  right: -70px;
}

.scroll-to-top {
  position: fixed;
  bottom: 140px;
  right: 35px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 89;
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.5s ease;
  background-color: #907533;
  color: #fff;
  border-radius: 100%;
  border: 1px solid #ffffff30;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
}

.whatsapp-button {
  position: fixed;
  bottom: 90px;
  right: 35px;
  width: 40px;
  height: 40px;
  z-index: 5;
}

.whatsapp-button a {
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
  /* width: 100%; */
  /* height: 100%; */
}

.whatsapp-button a img {
  width: 100%;
  height: 100%;
}

.scroll-to-top:hover {
  background: #d3c4ab;
  color: #000;
}

.scroll-to-top.showBtn {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}

.tab-list {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.tab-list .tab a {
  position: relative;
  display: block;
  text-align: center;
  cursor: pointer;
  user-select: none;
  color: #939393;
  font-family: Jost;
  font-size: 20px;
  line-height: 1.2;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
}

.tab-list .tab a:hover,
.tab-list .tab.is-active a {
  color: #301911;
}

.stock-image,
.actual-image,
.artistic-impression {
  position: relative;
}

.stock-image::after,
.actual-image::after,
.artistic-impression::after {
  content: "Artistic Impression";
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: auto;
  height: auto;
  max-width: fit-content;
  z-index: 9;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  text-shadow: 1px 1px #000000;
}

.stock-image::after {
  content: "Stock Image";
}

.actual-image::after {
  content: "Actual Image";
}

.social-media {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}

.social-icon {
  position: relative;
  display: flex;
  max-width: 30px;
}

.social-icon:hover img {
  filter: grayscale(0);
}

.amenities-icon img {
  max-width: 60px;
  margin: 0 auto 12px;
}

.amenities-block {
  text-align: center;
  padding: 12px 0;
}

.amenities-col {
  width: 20%;
  flex: 0 0 auto;
}

.connectivity-detail {
  padding-left: 100px;
}

.highlight-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.highlight-item:not(:last-child) {
  margin-bottom: 12px;
}

.connectivity-detail .accordion-item.is-active svg path {
  stroke: #907533;
}

.connectivity-detail svg {
  width: 36px;
  height: 36px;
}

.list-point li:not(:last-child) {
  margin-bottom: 8px;
}

.menu-link {
  color: #fff;
}

.menu-link.active {
  font-weight: 500;
  color: #d3c4ab !important;
}

.img-tag {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: auto;
  height: auto;
  max-width: fit-content;
  z-index: 9;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  font-weight: 400;
  text-shadow: 1px 1px #000;
}

.img-tag.img-tag-left {
  right: unset;
  left: 10px;
}

#home .banner-desc,
.banner-desc {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.small-title {
  color: #d3c4ab !important;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 5.2px;
  text-transform: capitalize;
  display: block;
}

.arrow-btn {
  border: 1px solid rgba(255, 255, 255, 0.2);
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-who-we-are:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 70%;
  height: 100%;
  background-color: #d3c4ab;
}

.theme-element {
  position: absolute;
}

.element-top-left {
  top: 0;
  left: 0;
}

.element-top-center {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.element-bottom-center {
  bottom: 0;
  left: 0;
  right: 0;
}

.element-top-right {
  top: 0;
  right: 0;
}

.element-bottom-left {
  bottom: 0;
  left: 0;
}

.element-bottom-right {
  bottom: 0;
  right: 0;
}

.who-we-are-element {
  width: 70%;
  top: 0;
}

.who-we-are-cols>.column:first-child {
  max-width: 40%;
}

.who-we-are-counter {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-left: 200px;
}

.counter-block {
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 30px;
}

.color-pallets-counter .counter-block {
  background-color: #d3c4ab;
}

.color-pallets-counter .column:nth-child(2) .counter-block {
  background-color: #e5dbc9;
}

.color-pallets-counter .column:nth-child(3) .counter-block {
  background-color: #f0e9dd;
}

.color-pallets-counter .column:nth-child(4) .counter-block {
  background-color: #f8f3ec;
}

.footer-bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer.theme-overlay.gradient-overlay:before {
  background: linear-gradient(270deg,
      rgba(0, 0, 0, 0.7) 0%,
      rgba(0, 0, 0, 0.98) 100%);
}

.footer-menu-block h6 {
  color: #d3c4ab;
  font-family: "Jost", sans-serif;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
}

.footer-link {
  display: block;
}

.footer-link:not(:last-child) {
  margin-bottom: 20px;
}

.contact-detail {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.contact-detail a {
  margin: 0 !important;
}

.footer-menu-wrapper {
  max-width: 1050px;
  gap: 100px;
  justify-content: space-between;
}

.copyright-bar {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #ffffff33;
}

.footer-menu {
  display: flex;
  justify-content: end;
}

.footer-menu li:not(:last-child) {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #ffffff;
}

.footer-menu a {
  display: block;
  line-height: 1;
}

.footer-menu-wrapper li {
  flex: 0 0 auto;
}

.header-dropdown-content {
  position: absolute;
  left: 0;
  top: 120%;
  height: auto;
  background-color: #d3c4ab;
  padding: 50px;
  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;
  overflow: hidden;
  min-width: 650px;
}

.header-dropdown {
  position: relative;
}

.header-dropdown-title {
  font-size: 18px;
  font-style: italic;
  font-family: "Jost", sans-serif;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(78, 78, 78, 0.2);
}

.header-dropdown-item h4 {
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}

.header-dropdown-item h4 span {
  font-weight: 500;
  display: block;
  line-height: 1;
  color: #000;
}

.menu-link {
  padding: 10px 0;
}

.header-dropdown:hover .header-dropdown-content {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.who-we-are-detail {
  position: relative;
  top: 0;
}

.who-we-are-cols .column {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

.who-we-are-cols.columns {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.landmarks-since-detail h4:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 130px;
  height: 2px;
  background-color: #d3c4ab;
}

.landmarks-since-detail ul li {
  width: 50%;
  padding-right: 20px;
}

.landmarks-since-detail ul {
  display: flex;
  flex-wrap: wrap;
}

.landmarks-since-detail ul li:nth-last-child(-n + 2) {
  width: 50%;
}

.tab-list .tab.is-active a {
  font-weight: 500;
}

.tab:not(:last-child) {
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #00000033;
}

.title-with-content {
  margin-bottom: 50px;
}

.our-project-slider .splide__slide.is-active .project-block {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.our-project-slider .project-block {
  transform-origin: center center;
  transform: scale(0.9, 0.8);
  -webkit-transform: scale(0.9, 0.8);
  -moz-transform: scale(0.9, 0.8);
  -ms-transform: scale(0.9, 0.8);
  -o-transform: scale(0.9, 0.8);
  transition: transform 400ms;
  -webkit-transition: transform 400ms;
  -moz-transition: transform 400ms;
  -ms-transition: transform 400ms;
  -o-transition: transform 400ms;
}

.project-block {
  position: relative;
}

.our-project-slider {
  position: relative;
  z-index: 1;
}

.block-title h5 {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 4px;
}

.block-title span {
  color: #989898;
  font-size: 18px;
  line-height: 1;
  display: block;
}

.block-title {
  margin-top: 10px;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.our-project-slider .block-title {
  transform: translateY(-30px);
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  opacity: 0;
}

.our-project-slider .splide__slide.is-active .block-title {
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  opacity: 1;
}

.our-project-img img {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

.our-project-slider .our-project-img img {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
}

.our-project-slider .splide__slide.is-active .our-project-img img {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
}

.block-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

.project-block {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.our-project-img {
  overflow: hidden;
  flex: 0 0 auto;
}

.project-block:hover .our-project-img img {
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
}

.project-tab-content:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 230px;
  height: 250px;
  background-color: #d3c4ab;
}

.section-redevelopment-expertise .container {
  max-width: 1120px !important;
}

.testimonials-slider-arrows .splide__arrows {
  display: flex;
  gap: 15px;
}

.quotes-icon svg {
  max-width: 90px;
}

.theme-element.quotes-icon {
  top: 30px;
  right: 30px;
}

.testimonials-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}

.video-block .theme-block-img:before {
  opacity: 0.5;
}

.video-block .theme-block-icon {
  opacity: 1;
}

.video-block .theme-block-icon {
  width: 50px;
  height: 50px;
}

.video-block .theme-block-icon svg {
  width: 100%;
  height: 100%;
}

.yBoxFrame {
  background: #d3c4ab;
}

.closeYbox {
  background: #d3c4ab;
}

.closeYbox::after,
.closeYbox::before {
  background-color: #000;
}

.partner-logo img {
  max-width: 220px;
  max-height: 100px;
  width: auto;
  height: auto;
}

.partner-logo {
  padding: 15px;
  border: 1px solid #e3e2df;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.column.partner-col {
  width: 25%;
  flex: 0 0 auto;
}

.legacy-trust-grid .column {
  padding: 10px;
}

.legacy-trust-grid .columns {
  margin: -10px !important;
}

.column.legacy-trust-grid-vertical {
  width: 22%;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.legacy-trust-grid-vertical .theme-block {
  height: calc(50% - 10px);
}

.legacy-trust-grid-vertical .theme-block-img,
.legacy-trust-grid-vertical picture,
.legacy-trust-grid-vertical .theme-block img {
  height: 100%;
  object-fit: cover;
}

.theme-design-input .form-control {
  padding: 24px 20px 20px;
  border: 1px solid #d3c4ab;
  border-top: 0;
}

.theme-design-input .form-label {
  margin: 0 20px;
  padding: 0 20px;
  position: relative;
  background-color: #fff;
  font-weight: 350;
  display: block;
  width: fit-content;
  line-height: 1;
  margin-bottom: -9px;
}

.theme-design-input .form-label:before,
.theme-design-input .form-label:after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 2000%;
  height: 1px;
  background-color: #d3c4ab;
}

.theme-design-input .form-label:before {
  left: 100%;
}

.theme-design-input .form-label:after {
  right: 100%;
}

.theme-design-input .col-form-inner {
  overflow: hidden;
  position: relative;
}

.theme-form .columns {
  margin-bottom: -12px !important;
}

.banner-counter {
  position: absolute;
  bottom: 70px;
  right: 250px;
  z-index: 1;
  max-width: 470px;
  width: 100%;
  backdrop-filter: blur(10px);
}

.banner-counter .counter-block {
  align-items: start;
  min-height: 130px;
  position: relative;
  background: rgba(0, 0, 0, 0.32);
  padding: 20px;
}

.banner-counter .column:nth-child(odd) {
  border-right: 1px solid #d3c4ab;
}

.banner-counter .column:nth-child(1),
.banner-counter .column:nth-child(2) {
  border-bottom: 1px solid #d3c4ab;
}

.our-journey-img {
  max-width: 980px;
}

.arrow-none .splide__arrows {
  display: none;
}

.theme-card-icon {
  width: 60px;
  flex: 0 0 auto;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  margin-right: 10px;
}

.theme-card-icon img {
  width: 50px;
}

.theme-card-title {
  display: flex;
  align-items: end;
}

.theme-card-title h6 {
  font-size: 18px;
  font-weight: 700;
  font-family: "Jost", sans-serif;
}

.theme-card-text {
  font-size: 16px;
  line-height: 1.3;
  margin-top: 20px;
}

.theme-card {
  border: 1px solid #fff;
  background: #d1c1a7;
  padding: 40px;
  height: 100%;
}

.section-our-journey:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 34.5%;
  height: 100%;
  background-color: #d1c1a7;
}

.hover-arrow:hover {
  cursor:
    url(../images/icons/slider-arrow.svg) 10 10,
    auto;
}

.header-dropdown-item .menu-link {
  font-size: 18px;
  display: block;
  color: #4e4e4e;
  padding: 0;
}

.header-dropdown-item .menu-link.active {
  color: #907533;
}

.header-dropdown-item .menu-link:not(:last-child) {
  margin-bottom: 10px;
}

.header-dropdown-item .menu-link:hover {
  color: #907533;
}

.team-card {
  padding: 30px !important;
}

.team-card h6 {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  color: #301911;
  text-transform: uppercase;
}

.team-card span {
  font-size: 16px;
}

.section-our-team .container {
  max-width: 1000px !important;
}

.social-commitment-detail {
  padding: 100px;
  position: relative;
  margin-top: 40px;
  left: -200px;
  width: calc(100% + 200px);
}

.awards-desc {
  padding: 10px;
  background-color: #fff;
}

.awards-desc h6 {
  font-family: "Jost", sans-serif;
  font-weight: 700;
  line-height: 1.2;
}

.awards-desc span {
  font-size: 16px;
  display: block;
}

.tab-horizontal .tab {
  width: calc(33.33% - 10px);
}

.tab-horizontal .tab-list {
  background: #f9f7f3;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
  padding: 10px;
}

.tab-horizontal .tab a {
  padding: 15px 32px;
  line-height: 1;
  color: #4e4e4e;
}

.tab-horizontal .tab.is-active a {
  background-color: #d3c4ab;
  color: #000;
}

.tab-horizontal .tab:not(:last-child) {
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #d3c4ab;
}

.border-block {
  padding: 16px;
  border: 1px solid #f0e9dd;
}

.projects-listing-tab-content .column {
  padding: 20px !important;
}

.projects-listing-tab-content .columns {
  margin: -20px !important;
}

.theme-card-vertical img {
  width: 80px;
  height: 80px;
  margin: 0 auto 15px;
}

.theme-card-vertical {
  border: 1px solid rgba(24, 27, 29, 0.1);
  background: rgba(255, 255, 255, 0.1);
  padding: 50px;
  height: 100%;
  text-align: center;
}

.theme-card-vertical h6 {
  font-size: 20px;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin: 20px 0 10px;
}

.block-title.block-title-white-bg {
  background-color: #fff;
  margin: 0;
  padding: 16px;
}

.tab-capitalized .tab a {
  color: #181b1d4d;
  text-transform: capitalize;
  font-weight: 400 !important;
}

.columns.is-variable.is-9 {
  --columnGap: 40px;
}

picture.redevelopment-tab-map-img {
  max-width: 890px;
}

.img-bottom-gradient .our-project-img:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.7) 100%);
  z-index: 1;
}

.accordion-header:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  right: 0;
  width: 20px;
  height: 20px;
  background-image: url(../images/icons/plus.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -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;
}

.accordion-header.is-active:before {
  background-image: url(../images/icons/minus.svg);
}

.list-point-sm.list-point li {
  font-size: 18px;
  padding-left: 26px;
}

.list-point-sm.list-point li:before {
  width: 18px;
  height: 18px;
}

.our-vision-detail.theme-padding {
  padding-left: 100px;
  margin-top: 120px;
}

.our-vision-title:before {
  position: absolute;
  content: "";
  bottom: -40px;
  left: -200px;
  width: 500%;
  height: 500%;
  background-color: #d3c4ab;
  z-index: -1;
}

.section-title.our-vision-title {
  margin-bottom: 80px !important;
}

.border-counter .column:not(:last-child) {
  border-right: 1px solid #d3c4ab;
}

.collaborating-counter {
  max-width: 800px;
  margin: 0 auto;
}

.border-counter .counter-block {
  min-height: inherit;
}

.contact-info-icon {
  width: 50px;
  flex: 0 0 auto;
}

.contact-info-item {
  display: flex;
  gap: 20px;
}

.contact-info-detail {
  padding: 30px 100px;
  background-color: #000;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  gap: 50px;
}

.contact-info-desc h6 {
  font-family: "Jost", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 3px;
}

.section-contact-info:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 15%;
  height: 70%;
  background-color: #d3c4ab;
  z-index: -1;
}

.projects-properties-menu {
  margin-bottom: 0;
  position: sticky;
  top: 0;
  z-index: 15;
  gap: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #0000001a;
  background-color: #fff;
}

.project-page-logo {
  width: fit-content;
  flex: 0 0 auto;
  border: 1px solid #d3c4ab;
  padding: 5px;
}

.project-page-logo img {
  height: 48px;
  width: 48px;
  object-fit: contain;
}

.project-menu-main {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0 60px;
}

#project-menu {
  white-space: nowrap;
  justify-content: center;
  padding: 0 70px;
  position: relative;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.theme-scrollbar-horizontal {
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 0;
}

.theme-scrollbar-horizontal::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  background-color: transparent;
  display: none;
}

.theme-scrollbar-horizontal::-webkit-scrollbar {
  height: 6px;
  display: none;
  background-color: transparent;
}

.theme-scrollbar-horizontal::-webkit-scrollbar-thumb {
  display: none;
  background-color: #ddd;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

/* Grab and drag scroll styling */
#project-menu.has-scroll-right {
  box-shadow: rgb(240 240 240 / 64%) 20px 1px 20px 0px;
}

#project-menu::-webkit-scrollbar-thumb:hover {
  background-color: #999;
}

.project-menu-item:not(:last-child) {
  margin-right: 50px;
}

.project-menu-link {
  display: flex;
  align-items: center;
  justify-content: center;
  -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;
  color: #4e4e4e;
  font-weight: 400;
  font-size: 16px;
}

.project-menu-link:hover,
.project-menu-item.active .project-menu-link {
  color: #907533;
  -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;
}

.project-detail-page .scroll-up header {
  transform: translateY(-100px);
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
}

.ph-item {
  border: 1px solid #d3c4ab;
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  min-height: 170px;
  background-color: #fff;
  cursor: pointer;
}

.ph-item-block {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.ph-item h4 {
  font-size: 22px;
  font-weight: 700;
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  line-height: 1.2;
  -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;
}

.ph-item-inner h4 {
  margin-bottom: 5px;
}

.ph-item-inner span {
  display: block;
  font-size: 16px;
}

.ph-item-inner {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 30px;
  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;
  transform: translateY(-40%);
  -webkit-transform: translateY(-40%);
  -moz-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  -o-transform: translateY(-40%);
}

.ph-item:hover {
  overflow-x: hidden;
  overflow-y: auto;
}

.highlight-num {
  color: #d3c4ab;
  font-size: 70px;
  line-height: 1;
  opacity: 0.15;
  margin-bottom: -30px;
}

.ph-item-block:hover .ph-item-title {
  opacity: 0;
  transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
}

.ph-item-block:hover .ph-item-inner {
  opacity: 1;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.section-project-highlight {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.section-project-highlight:before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 55%;
  height: 40%;
  background-color: #d3c4ab;
}

.column.col-projects-overview:first-child {
  width: 45%;
  flex: 0 0 auto;
}

.projects-overview-detail.theme-padding {
  padding-left: 80px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.img-inner-title {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background-color: #fff;
  width: calc(100% - 20px);
  text-align: center;
  padding: 10px;
}

#amenities-slider .splide__slide:nth-child(even) .amenities-item {
  margin-top: 50px;
}

.plan-title {
  display: block;
  margin-top: 12px;
}

.plan-block .theme-block-img {
  border: 1px solid #907533;
}

.about-developer-counter {
  position: absolute;
  bottom: 0;
  right: -1px;
  width: 100%;
  padding-left: 130px;
}

.other-projects-element {
  top: 10%;
}

.key-associate-img {
  border: 1px solid #d3c4ab;
  padding: 10px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.key-associate-img img {
  max-width: 220px;
  max-height: 100px;
  height: auto;
  width: auto;
}

.key-associate-title {
  margin-top: 10px;
}

.key-associates-cols .column {
  flex: 0 0 16.5%;
}

.project-menu-main:after,
.project-menu-main:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 160px;
  height: 100%;
  background: linear-gradient(90deg,
      rgb(255 255 255) 0%,
      rgba(255, 255, 255, 0) 100%);
  z-index: 9;
}

.project-menu-main:after {
  left: unset;
  right: 0;
  background: linear-gradient(280deg,
      rgb(255, 255, 255) 0%,
      rgba(255, 255, 255, 0) 100%);
}

.header-dropdown-item h4 {
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  min-height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.first-generation {
  margin-bottom: 50px;
}

.our-team-name h4 {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: normal;
}

.tab-list-block.tab-scroll-horizontal {
  display: flex;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.tab-list.tab-scroll {
  flex-wrap: nowrap;
  overflow-x: scroll;
  justify-content: start !important;
}

.horizontal-scroll-arrow-left:hover,
.horizontal-scroll-arrow-right:hover {
  background-color: #856d47;
  color: #fff;
  border: 1px solid #856d47;
}

.horizontal-scroll-arrow-left,
.horizontal-scroll-arrow-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 999;
  width: 45px;
  height: 45px;
  padding: 0;
  color: #303030;
  background-color: #907533;
  border: 1px solid #d3c4ab;
  opacity: 1;
  border-radius: unset;
  display: flex;
  align-items: center;
  justify-content: center;
}

.horizontal-scroll-arrow-left {
  right: unset;
  left: -60px;
}

.horizontal-scroll-arrow-right {
  right: -60px;
}

.connectivity-list li {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.connectivitytabs {
  margin-top: 50px;
}

.site-progress-slider-arrows .splide__arrows {
  display: flex;
  gap: 20px;
}

.center-btn {
  max-width: fit-content;
  margin: 30px auto 0;
}

.amenities-wapper .column {
  flex: 0 auto;
  width: 20%;
}

.amenities-item img {
  max-width: 80px;
  margin: 0 auto 10px;
}

.amenities-item {
  padding: 20px;
  border: 1px solid #d3c4ab;
  height: 100%;
  position: relative;
}

.amenities-hover-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  max-width: inherit !important;
  max-height: inherit !important;
  margin: 0;
  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;
}

.amenities-item.has-hover-img:hover .amenities-hover-img img {
  opacity: 1;
}

.amenities-item.has-hover-img:hover .amenities-name,
.amenities-item.has-hover-img:hover picture img {
  opacity: 0;
}

.amenities-item img,
.amenities-name {
  -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;
}

.progress-date span {
  display: block;
  font-size: 22px;
  line-height: normal;
  margin-top: 10px;
}

.progress-date small {
  display: block;
  font-size: 18px;
  line-height: normal;
}

.connect-address {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.connect-address-block span {
  display: block;
}

.connect-address-block {
  text-align: center;
  max-width: 340px;
  margin: 0 auto;
}

.connect-address-wapper {
  max-width: fit-content;
  margin: 100px auto;
}

.col-connect:first-child {
  border-right: 1px solid #d3c4ab;
}

.project-map a {
  width: 50px;
  height: 50px;
}

.project-map svg {
  width: 50px;
  height: 50px;
}

.rera-title-logo {
  display: flex;
  align-items: center;
  gap: 20px;
}

.rera-logo {
  max-width: fit-content;
}

.rera-qr {
  max-width: fit-content;
  padding: 10px;
  border: 1px solid #d3c4ab;
}

.rera-qr img {
  max-width: 130px;
}

.rera-qr-number {
  display: flex;
  gap: 20px;
}

.simana-rera-qr-number {
  flex-direction: column;
}

.rera-details span {
  color: #000;
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
}

.gallery-tabs .tab-list {
  justify-content: center;
  gap: 10px;
}

.connectivitytabs .tab-list .tab a {
  color: #00000060;
}

.gallery-tabs .tab-list .tab a {
  color: #000;
}

.connectivitytabs .tab-list .tab a:hover,
.connectivitytabs .tab-list .tab.is-active a {
  color: #000;
}

.gallery-tabs .tab {
  border: 1px solid transparent;
}

.gallery-tabs .tab.is-active {
  border: 1px solid #d3c4ab;
}

.gallery-tabs .tab-list .tab a:hover,
.gallery-tabs .tab-list .tab.is-active a {
  color: #d3c4ab;
  border: 1px solid #d3c4ab;
}

.gallery-tabs .tab {
  padding-right: 0 !important;
  border: unset;
  margin-right: 0 !important;
}

.gallery-tabs .tab a {
  padding: 10px 50px !important;
  margin: 0 !important;
  border: unset;
}

.header-dropdown-desc {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.partner-name {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  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;
}

.partner-logo:hover::before {
  opacity: 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;
}

.partner-logo:hover .partner-name {
  opacity: 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;
}

.partner-logo::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #bea155;
  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;
}

.partner-logo {
  position: relative;
}

#tab-financial-partners .partner-logo::before {
  display: none;
  opacity: 0;
}

.who-we-are-detail-desc p {
  font-size: 16px;
}

.nri-guide {
  max-width: 1200px;
  margin: 0 auto;
}

.nri-guide span {
  font-style: italic;
}

.list-point-black.list-point li:before {
  filter: invert(1);
}

.white-arrow .splide__arrow svg path {
  stroke: #fff;
  -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;
}

.white-arrow .splide__arrow:hover svg path {
  stroke: #000;
  -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;
}

/* .redevelopment-counter .column:last-child .counter-block {
  align-items: center;
} */
.redevelopment-counter .column:last-child {
  border-right: 0;
}

.redevelopment-counter .column {
  border-right: 1px solid #d3c4ab;
}

.banner-counter.redevelopment-counter .column {
  border-bottom: 0 !important;
}

.banner-counter.redevelopment-counter .counter-block {
  height: 100%;
}

.banner-counter.redevelopment-counter {
  right: unset;
  left: 100px;
}

.guide-item {
  padding: 30px;
  border: 1px solid #d5d5d5;
  box-shadow: #c0c0c033 0px 8px 24px;
  overflow: hidden;
}

.guide-item:not(:last-child) {
  margin-bottom: 30px;
}

.yBoxImgZoom span {
  background-color: #d3c4ab !important;
}

.rera-qr-block {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.rera-qr span {
  display: block;
  text-align: center;
  font-size: 14px;
  margin-top: 5px;
}

a.map-hotspot {
  position: absolute;
  width: 12%;
  height: 16%;
  background-color: transparent;
}

.map-hotspot.hotspot-pratistha {
  top: 4.3%;
  left: 11.6%;
}

.map-hotspot.hotspot-lakescape {
  top: 7%;
  right: 8.4%;
}

.map-hotspot.hotspot-sagarmanthan {
  left: 5%;
  top: 31.5%;
}

.map-hotspot.hotspot-business-bay {
  top: 39%;
  right: 3.6%;
}

.map-hotspot.hotspot-celestia {
  bottom: 38%;
  left: 19.2%;
}

.map-hotspot.hotspot-simana {
  bottom: 11.3%;
  right: 30.1%;
}