html,
body {
  overflow-x: clip !important;
}

@font-face {
  font-family: "Cinzel";
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url(../fonts/8vIJ7ww63mVu7gt79mT7.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: "Outfit";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/QGYvz_MVcBeNP4NJtEtq.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 {
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Outfit";
  color: #555555;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.theme-transition {
  -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-transition-smooth {
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.font-cinzel {
  font-family: "Cinzel";
}

.line-height-1 {
  line-height: 1;
}

.line-height-1-1 {
  line-height: 1.1;
}

.line-height-1-2 {
  line-height: 1.2;
}

.line-height-1-3 {
  line-height: 1.3;
}

.rounded-circle {
  border-radius: 50% !important;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 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(255, 255, 255, 0.3);
  background: #000;
}

::selection {
  color: #fff;
  background-color: #000;
}

.line-height-1-6 {
  line-height: 1.6;
}

.order-2 {
  order: 2;
}

.z-index-1 {
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

.z-index-5 {
  z-index: 5;
}

.width-fit {
  width: fit-content;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.fs-1 {
  font-size: 14px;
}

.fs-2 {
  font-size: 16px;
}

.fs-3 {
  font-size: 18px;
}

.fs-4 {
  font-size: 20px;
}

.fs-5 {
  font-size: 22px;
}

.fs-6 {
  font-size: 24px;
}

.fs-7 {
  font-size: 26px;
}

.fs-8 {
  font-size: 28px;
}

.fs-9 {
  font-size: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

.error-msg {
  position: absolute;
  bottom: -16px;
  background: transparent;
  display: flex;
  line-height: 11px;
  padding: 0 4px;
  color: #f00;
  font-size: 14px;
  font-weight: 500;
}

.overflow-visible {
  overflow: visible !important;
}

a {
  color: #555555;
}

a:hover {
  color: #000000;
}

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;
}

p:last-child {
  margin-bottom: 0;
}

.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;
}

.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;
}

/*** 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: 1600px;
  width: 100%;
  padding: 30px;
  max-height: inherit;
  transition: all 0.3s linear;
  margin: 0 auto;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 9;
}

.modal-title {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}

html.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-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;
}

.theme-modal-card-body {
  padding: 80px;
  background-color: #fff;
  border: 1px solid #a8a8a84d;
}

.close {
  color: #000000;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: none;
  opacity: 1;
  border: 1px solid #000000;
  border-radius: 50%;
  background-color: #ffffff30;
  position: absolute;
  top: 50px;
  right: 50px;
  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;
  border: 1px solid #fff;
  color: #000000;
  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,
.theme-modal .col-form .form-control::-webkit-input-placeholder {
  color: #616161;
  font-family: "Outfit";
}

.form-control:-ms-input-placeholder,
.theme-modal .col-form .form-control:-ms-input-placeholder {
  color: #616161;
  font-family: "Outfit";
}

.form-control::placeholder,
.theme-modal .col-form .form-control::placeholder {
  color: #616161;
  font-family: "Outfit";
}

.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;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

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 {
  color: #000000;
  margin: 0;
  font-weight: 400;
  position: relative;
  display: inline-block;
  font-family: "Cinzel";
  line-height: 1.2;
  text-transform: uppercase;
}

h1 {
  font-size: 120px;
}

h2 {
  font-size: 56px;
  line-height: 1 !important;
}

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,
a.dark,
.dark a,
.dark p,
.dark span,
.dark small,
.dark .list-point li {
  color: #fff;
}

a.dark:hover,
.dark a:hover {
  color: #ffffff85;
}

video,
picture {
  display: block;
}

.container {
  position: relative;
  z-index: 1;
}

.btn {
  position: relative;
  font-family: "Outfit";
  border: 1px solid;
  display: inline-block;
  padding: 16px 24px;
  font-size: 16px;
  text-align: center;
  line-height: 22px;
  font-weight: 400;
  text-transform: uppercase;
  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.btn-primary {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}

.btn.btn-primary:hover {
  background-color: #555555;
  border-color: #000;
  color: #fff;
}

.btn.btn-primary-outline {
  background-color: transparent;
  border-color: #000000;
  color: #000000;
}

.btn.btn-primary-outline:hover {
  background-color: #000;
  border-color: #fff;
  color: #ffffff;
}

.btn.btn-secondary-outline {
  background-color: transparent;
  border-color: #555555;
  color: #555555;
}

.btn.btn-secondary-outline:hover {
  background-color: #000;
  border-color: #ffffff30;
  color: #ffffff;
}

.btn.btn-white {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
}

.btn.btn-white:hover {
  background-color: #eeeeee;
  border-color: #eeeeee;
  color: #000000;
}

.btn.btn-white-outline {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}

.btn.btn-white-outline:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #0060a0;
}

.col-form {
  position: relative;
  margin-bottom: 10px;
}

.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: 80px;
  width: auto;
}

.form-group,
.form-group-wrapper {
  position: relative;
}

.thankyou-block {
  height: 100vh;
}

.thankyou-block h1 {
  font-size: 30px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.thankyou-element img {
  height: 100vh;
  object-fit: cover;
}

.list-point {
  padding: 0;
}

.list-point li {
  position: relative;
  list-style: none;
  padding-left: 16px;
}

.list-point li:last-child {
  margin-bottom: 0;
}

.list-point li:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: #555555;
  border-radius: 100%;
  left: 0;
  top: 9px;
}

.arrow-bottom .splide__arrows {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}

.arrow-bottom .splide__arrow {
  position: static;
  transform: unset;
  -webkit-transform: unset;
  -moz-transform: unset;
  -ms-transform: unset;
  -o-transform: unset;
}

.arrow-white .splide__arrow {
  color: #fff;
  border-color: #fff;
}

.arrow-white .splide__arrow:hover {
  background-color: #fff;
  color: #000;
}

.splide__pagination {
  margin-top: 30px;
}

.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: 45px;
  transition: fill 0.2s linear;
  width: 45px;
  -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.2;
  pointer-events: none;
}

.splide__arrow {
  width: 50px;
  height: 50px;
  padding: 10px;
  color: #000;
  background-color: transparent;
  border: 1px solid #000000;
  opacity: 1;
  border-radius: 0;
}

.splide__arrow:hover {
  background-color: #000000;
  color: #fff;
  opacity: 1;
}

.splide__arrow svg {
  font-size: 24px;
}

.splide__arrow--prev {
  left: 60px;
}

.splide__arrow--next {
  right: 60px;
}

.splide__pagination__page {
  width: 12px;
  height: 12px;
  background: #000000;
  opacity: 0.5;
}

.splide__pagination__page.is-active {
  transform: none;
  background: #000000;
  opacity: 1;
}

.splide__pagination {
  position: static;
  transform: none;
}

.form-control {
  display: block;
  width: 100%;
  background-color: transparent;
  resize: none;
  font-size: 16px;
  padding: 12px;
  border: 1px solid #eee;
  font-family: "Outfit";
  color: #000;
}

input:-webkit-autofill {
  transition: background-color 5000s ease-in-out 0s;
  /* -webkit-text-fill-color: #fff !important;
  caret-color: #fff; */
}

.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: 30px;
  font-weight: 400;
  margin-top: 15px;
  display: block;
  color: #000;
}

header {
  position: fixed;
  z-index: 9999;
  padding: 20px 100px 0;
  width: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
}

.scroll-down header {
  transform: translateY(-120px);
  -webkit-transform: translateY(-120px);
  -moz-transform: translateY(-120px);
  -ms-transform: translateY(-120px);
  -o-transform: translateY(-120px);
  -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;
}

.insomenu-active header,
.scroll-up header {
  top: 0;
  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;
}

.menu-link.active {
  color: #000000;
}

.theme-logo img {
  width: auto;
  height: 75px;
}

.col-header:first-child {
  max-width: 150px;
  padding: 0;
  flex: 0 0 150px;
}

.menu-item {
  padding: 16px 10px;
  font-size: 30px;
  text-transform: uppercase;
  font-family: "Cinzel";
}

.theme-padding {
  padding-left: 100px;
  padding-right: 100px;
}

.theme-padding-lg {
  padding-left: 200px;
  padding-right: 200px;
}

.js-scroll {
  opacity: 0;
}

.scrolled.fade-in {
  animation: 2s ease-in-out both fade-in;
}

.scrolled.fade-in-top {
  animation: 2s ease-in-out both fade-in-top;
}

.scrolled.fade-in-bottom {
  animation: 2s ease-in-out both fade-in-bottom;
}

.scrolled.fade-in-left {
  animation: 2s ease-in-out both fade-in-left;
}

.scrolled.fade-in-right {
  animation: 2s 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;
}

.delay5 {
  -webkit-animation-delay: 0.5s !important;
  animation-delay: 0.5s !important;
}

.delay6 {
  -webkit-animation-delay: 0.6s !important;
  animation-delay: 0.6s !important;
}

.delay7 {
  -webkit-animation-delay: 0.7s !important;
  animation-delay: 0.7s !important;
}

.delay8 {
  -webkit-animation-delay: 0.8s !important;
  animation-delay: 0.8s !important;
}

.delay9 {
  -webkit-animation-delay: 0.9s !important;
  animation-delay: 0.9s !important;
}

.delay10 {
  -webkit-animation-delay: 1s !important;
  animation-delay: 1s !important;
}

/* Js Scroll End */
.sticky-btn-enquire {
  position: fixed !important;
  top: 210px;
  right: -44px;
  z-index: 999 !important;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}

.sticky-btn-enquire:hover {
  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: #000000;
  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 {
  padding: 100px 0 30px;
  background-color: #f8f8f8;
}

.col-copyright:last-child {
  text-align: right;
}

.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.5;
}

.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;
  gap: 6px;
}

.counter-block span {
  font-size: 64px;
  font-weight: 400;
  font-family: "Cinzel";
  text-transform: uppercase;
  line-height: 1;
}

.counter-block .is-flex p {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
  margin-left: 16px;
}

/* 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:not(:last-child) {
  border-bottom: 1px solid #d9d9d9;
}

.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 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 56px;
  margin: 0;
  padding: 16px 50px 16px 0;
  color: #000;
  text-decoration: none;
  font-size: 24px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  font-family: "Cinzel";
  text-transform: uppercase;
}

.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: 0 0 20px;
}

/* Accordion Css End */
.theme-light-bg {
  background-color: #e6f5ff;
}

.theme-bg {
  background-color: #000000;
}

.white-bg {
  background-color: #fff;
}

.gray-bg {
  background-color: #f8f8f8;
}

.theme-text {
  color: #000000 !important;
}

.white-text {
  color: #fff !important;
}

.call-btn {
  position: fixed;
  bottom: 60px;
  right: 10px;
  z-index: 888;
  display: block;
  text-align: center;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.call-btn-icon {
  display: flex;
  width: 100%;
  height: 100%;
  /* padding: 16px; */
}

.call-btn-icon picture img {
  width: 50px;
  height: 50px;
}

/* @keyframes theme-pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 #000000;
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px #000000;
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 #000000;
  }
}

@keyframes theme-transform {
  0% {
    transform: rotate(10deg);
  }

  50% {
    transform: rotate(-10deg);
  }

  100% {
    transform: rotate(10deg);
  }
} */

.theme-img-animation > picture > img {
  filter: blur(12px);
}

.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: 10px;
  right: 10px;
  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: #000000;
  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);
}

.scroll-to-top:hover {
  background: #000000;
}

.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;
  justify-content: center;
  gap: 10px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.tab-list .tab a {
  position: relative;
  display: block;
  line-height: 1;
  padding: 12px 24px;
  text-align: center;
  cursor: pointer;
  user-select: none;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
}

.tab-list .tab a:hover,
.tab-list .tab.is-active a {
  color: #000;
  border-bottom: 1px solid #000;
}

.stock-image,
.actual-image,
.artistic-impression {
  position: relative;
}

.stock-image::after,
.actual-image::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: 11px;
  font-weight: 400;
  text-shadow: 1px 1px #000000;
}

.artistic-impression::after {
  content: attr(data-disclaimer);
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: auto;
  height: auto;
  max-width: fit-content;
  z-index: 9;
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  text-shadow: 1px 1px #000000;
}

.stock-image::after {
  content: "Stock Image";
}

.actual-image::after {
  content: "Actual Image";
}
.artistic-impression::after {
  content: "Artistic Impression";
}

.tab-list-block {
  margin-bottom: 40px;
}

.social-media {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.social-icon {
  position: relative;
  color: #fff;
  display: block;
  max-width: 30px;
  transform: scale(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;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.list-point li:not(:last-child) {
  margin-bottom: 6px;
}

.banner-desc-center {
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  max-width: 1450px;
  margin: 0 auto;
}

.theme-banner:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
}

.theme-banner.light-dark-overlay:before {
  background: linear-gradient(
    180deg,
    rgb(0 0 0 / 0%) 0%,
    rgb(0 0 0 / 10%) 100%
  );
}

.insomenu-bars {
  right: 0;
  margin: 0;
  display: flex;
  background-color: #000;
  height: 56px;
  width: 56px;
  position: relative;
  z-index: 444;
  cursor: pointer;
}

.insomenu-bars span,
.insomenu-bars span:after,
.insomenu-bars span:before {
  width: 20px;
  border-radius: 0;
  -webkit-transition: -webkit-transform ease 0.15s;
  transition: -webkit-transform ease 0.15s;
  transition: transform ease 0.15s;
  transition:
    transform ease 0.15s,
    -webkit-transform ease 0.15s;
  position: absolute;
  left: inherit;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 1px;
  background-color: #fff;
}

.insomenu-bars span:before {
  top: -8px;
}

.insomenu-active .insomenu-bars span,
.insomenu-active .insomenu-bars span:after,
.insomenu-active .insomenu-bars span:before {
  opacity: 1;
}

.insomenu-bars span {
  top: 50%;
  width: 14px !important;
  display: block;
  margin-top: -2px;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.insomenu-bars span:after,
.insomenu-bars span:before {
  display: block;
  content: "";
  left: -3px;
}

.insomenu-bars span:before {
  top: -6px;
  -webkit-transition:
    top 0.1s 0.14s ease,
    opacity 0.1s ease;
  transition:
    top 0.1s 0.14s ease,
    opacity 0.1s ease;
}

.insomenu-bars span:after {
  bottom: -6px;
  -webkit-transition:
    bottom 0.1s 0.14s ease,
    -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition:
    bottom 0.1s 0.14s ease,
    -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition:
    bottom 0.1s 0.14s ease,
    transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition:
    bottom 0.1s 0.14s ease,
    transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19),
    -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.insomenu-active .insomenu-bars span {
  -webkit-transition-delay: 0.14s;
  transition-delay: 0.14s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.insomenu-active .insomenu-bars span:before {
  top: 0;
  -webkit-transition:
    top 0.1s ease,
    opacity 0.1s 0.14s ease;
  transition:
    top 0.1s ease,
    opacity 0.1s 0.14s ease;
  opacity: 1;
  width: 25px;
}

.insomenu-active .insomenu-bars span:after {
  bottom: 0;
  transition:
    bottom 0.1s ease,
    -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 25px;
}

.insomenu-active .insomenu-bars span {
  width: 25px;
}

.insomenu-active .menu-creative,
.insomenu-active .our-offices-item:first-child {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.insomenu-active .our-offices-item:last-child {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.theme-menu {
  position: fixed;
  background: rgba(255, 255, 255, 0.2);
  right: 0;
  padding: 0;
  margin-top: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  backdrop-filter: blur(3px);
  overflow: 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;
  z-index: 999;
}

.insomenu-active .theme-menu {
  opacity: 1;
  pointer-events: all;
}

.theme-menu ul li:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgb(0 0 0) 0%, rgba(0, 0, 0, 0) 100%);
}

.theme-menu ul li:last-child::before {
  display: none;
}

.theme-menu ul {
  flex-direction: column;
  justify-content: start;
}

.theme-menu-inner {
  background: #fff;
  max-width: 530px;
  margin-left: auto;
  height: 100%;
  padding: 110px 60px 40px;
  position: relative;
  right: -60px;
  border-left: 1px solid #eee;
  -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;
}

.insomenu-active .theme-menu-inner {
  right: 0;
}

.theme-menu-wrapper {
  position: relative;
}

.menu-close {
  display: flex;
  padding: 12px;
  align-items: center;
  position: absolute;
  right: 40px;
  top: 40px;
  z-index: 9;
  border: 1px solid #a8a8a8;
  color: #212121;
}

.menu-link img {
  flex: 0 0 35px;
  width: 35px;
  height: 36px;
}

html.insomenu-active {
  overflow: hidden;
}

.menu-link:hover {
  transform: translateX(15px);
}

.theme-menu-inner ul li {
  transform: translateX(40px);
  opacity: 0;
  transition:
    transform 0.45s ease,
    opacity 0.45s ease;
  padding: 24px 0;
  position: relative;
}

html.insomenu-active .theme-menu-inner ul li {
  transform: translateX(0);
  opacity: 1;
}

html.insomenu-active .theme-menu-inner ul li:nth-child(1) {
  transition-delay: 0.15s;
}

html.insomenu-active .theme-menu-inner ul li:nth-child(2) {
  transition-delay: 0.25s;
}

html.insomenu-active .theme-menu-inner ul li:nth-child(3) {
  transition-delay: 0.35s;
}

html.insomenu-active .theme-menu-inner ul li:nth-child(4) {
  transition-delay: 0.45s;
}

html.insomenu-active .theme-menu-inner ul li:nth-child(5) {
  transition-delay: 0.55s;
}

html.insomenu-active .theme-menu-inner ul li:nth-child(6) {
  transition-delay: 0.65s;
}

html.insomenu-active .theme-menu-inner ul li:nth-child(7) {
  transition-delay: 0.75s;
}

html.insomenu-active .theme-menu-inner ul li:nth-child(8) {
  transition-delay: 0.85s;
}

html.insomenu-active .theme-menu-inner ul li:nth-child(9) {
  transition-delay: 0.95s;
}

html.insomenu-active .theme-menu-inner ul li:nth-child(10) {
  transition-delay: 1s;
}

html.insomenu-active .theme-menu-inner ul li:nth-child(11) {
  transition-delay: 1.1s;
}

html.insomenu-active .theme-menu-inner ul li:nth-child(12) {
  transition-delay: 1.2s;
}

.responsive-menu-item {
  display: none !important;
}

.small-title {
  display: block;
  font-size: 28px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.header-inner {
  border: 1px solid rgba(85, 85, 85, 0.2);
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(50px);
  padding: 10px 50px;
}

.theme-banner h1 span {
  font-size: 64px;
}

.section-bg-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.white-gradient-overlay:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    #ffffff 0%,
    rgba(255, 255, 255, 0.8) 100%
  );
  z-index: 1;
}

.cities-items picture {
  max-width: 250px;
  margin: 0 auto;
  border-radius: 100%;
}

.hover-scale-img {
  overflow: hidden;
}

.hover-scale-img:hover img {
  transform: scale(1.09);
}

.columns.is-variable.is-8 {
  --columnGap: 50px;
}

.overview-item-with-counter .column:first-child {
  max-width: 660px;
}

.counter-tagline {
  max-width: 340px;
  margin-top: 12px;
}

.counter-block:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d9d9d9;
}

.btn.arrow-with-btn {
  padding: 0;
  width: fit-content;
}

.btn.arrow-with-btn span {
  padding: 16px 24px;
  -moz-transition: all 0.7s linear;
  -ms-transition: all 0.7s linear;
  -o-transition: all 0.7s linear;
  -webkit-transition: all 0.7s linear;
  transition: all 0.7s linear;
}

.btn.arrow-with-btn .arrow-icon {
  height: 100%;
  padding: 15px;
}

.btn.btn-secondary-outline .arrow-icon {
  background-color: #000;
  color: #fff;
  border-left: 1px solid #ffffff30;
}

.arrow-with-btn:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #000;
  z-index: -1;
  -moz-transition: all 0.7s linear;
  -ms-transition: all 0.7s linear;
  -o-transition: all 0.7s linear;
  -webkit-transition: all 0.7s linear;
  transition: all 0.7s linear;
}

.btn.btn-secondary-outline:hover:before {
  width: 100%;
}

.btn.arrow-with-btn:hover {
  background-color: transparent !important;
}

.btn.btn-secondary-outline.arrow-with-btn {
  border: 1px solid #000;
}

.theme-overlay:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000060;
  z-index: 1;
}

.theme-overlay.overlay-btt-gradient:before {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
}

.text-center-inner-image {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  padding: 20px;
  z-index: 2;
}

.theme-icon {
  width: 60px;
  height: 60px;
  background: #ffffffd9;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  color: #000;
  backdrop-filter: blur(10px);
}

.block-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.portfolio-cols .column {
  padding: 10px;
}

.columns.portfolio-cols {
  margin: -10px !important;
}

.footer-logo {
  width: 100px;
}

hr.devider {
  background-color: #0000000d;
}

.footer-hidden-content {
  margin: 30px 0;
}

.arrow-toggle {
  display: flex;
  border-radius: 100%;
  background-color: #555555;
  width: 30px;
  height: 30px;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  align-items: center;
  cursor: pointer;
}

.footer-hidden-content.is-active .arrow-toggle svg {
  transform: rotate(180deg);
}

.arrow-toggle svg {
  transition: transform 0.4s;
}

.footer-toggle-content {
  position: relative;
  -moz-transition: height 0.4s;
  -ms-transition: height 0.4s;
  -o-transition: height 0.4s;
  -webkit-transition: height 0.4s;
  transition: height 0.4s;
  height: 0;
  overflow: hidden;
}

footer h6 {
  font-size: 18px;
  color: #000;
  margin-bottom: 10px;
}

.footer-item li:not(:last-child) {
  margin-bottom: 6px;
}

.footer-menu li:not(:last-child) {
  padding-right: 12px;
  margin-right: 12px;
  border-right: 1px solid #d9d9d9;
}

.theme-element img {
  position: absolute;
}

.footer .theme-element img {
  height: 100%;
  min-height: 780px;
  right: 0;
  width: fit-content;
  top: 0;
  object-fit: cover;
}

.page-without-banner-img body {
  padding-top: 140px;
}

.banner-cols .column:first-child,
.banner-cols .column:last-child {
  max-width: 30%;
}

.title-top h1 {
  font-size: 32px !important;
  text-transform: uppercase;
  margin-bottom: 60px;
}

.title-top h1 span {
  font-size: 52px;
  display: block;
  line-height: 1;
  font-weight: 500;
}

.lg-title-to-sm-title span {
  font-size: 32px;
  display: block;
  line-height: 1;
  text-transform: uppercase;
}

.lg-title-to-sm-title {
  display: flex;
  align-items: end;
  line-height: 1;
}

.lg-title-to-sm-title small {
  display: block;
  line-height: 0.7;
  font-family: "Cinzel";
  font-size: 13vw;
  letter-spacing: -25px;
}

.title-bottom {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: end;
  padding-bottom: 100px;
}

.leaders-hidden-detail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.leaders-hidden-detail .is-flex {
  padding: 16px 16px 24px 24px;
}

.leader-content {
  padding: 16px 16px 24px 24px;
  max-height: 450px;
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
}

.leaders-item-hover-block:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(5px);
}

.leaders-hidden-detail .icon-tabler-minus {
  position: absolute;
}

.leader-active .icon-tabler-plus,
.leaders-hidden-detail .icon-tabler-minus,
.quotes-icon,
.leaders-item-hover-block::before,
.leader-content {
  opacity: 0;
  visibility: hidden;
}

.leader-active .icon-tabler-minus,
.leader-active .quotes-icon,
.leader-active .leaders-item-hover-block::before,
.leader-active .leader-content {
  opacity: 1;
  visibility: visible;
}

.leaders-hidden-detail .theme-icon {
  background-color: #000;
  color: #fff;
}

.leaders-item-hover-block:before,
.leaders-item * {
  -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;
}

.leader-active .theme-icon {
  background-color: #f8f8f8;
  color: #000;
}

.tab-vertical a {
  color: rgba(0, 0, 0, 0.4);
  font-family: "Cinzel";
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  position: relative;
}

.tab-vertical .is-active a {
  color: #000;
  padding-left: 60px;
}

.tab-vertical li:not(:last-child) {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #d9d9d9;
}

.tab {
  position: relative;
}

.arrow-tabs .tab a:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: -50px;
  width: 35px;
  height: 35px;
  background-image: url(../images/icons/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  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;
}

.arrow-tabs .is-active.tab a:before {
  opacity: 1;
  left: 0;
}

.column.founding-team-column:first-child {
  width: 40%;
  flex: 0 0 auto;
}

.founding-team-cols .column:first-child {
  width: 44%;
  flex: 0 0 auto;
}

.tag {
  display: flex;
  padding: 10px 16px;
  border: 1px solid #d9d9d9;
  background: #f8f8f8;
}

.tag-list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrow--prev svg {
  transform: scaleX(1);
}

.story-img-item .theme-overlay.overlay-btt-gradient:before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50.05%, #000000 100%);
}

.story-title h4 {
  position: absolute;
  font-family: "Cinzel";
  font-size: 64px;
  line-height: 1;
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
  top: 100px;
  right: 100px;
  width: 600px;
  text-align: center;
}

.story-thumb-slider-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 100px;
  z-index: 9;
}

.story-img-timeline h6 {
  color: #ffffff;
  opacity: 0.6;
  font-family: "Cinzel";
  font-size: 24px;
  font-weight: 500;
}

.story-img-timeline {
  text-align: center;
  overflow: hidden;
}

.timeline-round {
  width: 16px;
  height: 16px;
  display: block;
  background-color: #fff;
  border-radius: 100%;
  margin: 10px auto 0;
  position: relative;
  opacity: 0.6;
}

.timeline-round:before,
.timeline-round:after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  width: 500px;
  height: 1px;
  background-color: #fff;
}

.timeline-round:after {
  left: unset;
  right: 100%;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 0 !important;
}

#our-story-thumb-slider .is-active.is-visible .story-img-timeline h6,
#our-story-thumb-slider .is-active.is-visible .timeline-round::after,
#our-story-thumb-slider .is-active.is-visible .timeline-round:before,
#our-story-thumb-slider .is-active.is-visible .timeline-round {
  opacity: 1;
}

.arrow-beside-slider .splide__arrows {
  position: static;
  display: flex;
  gap: 5px;
  flex: 1;
  width: fit-content;
}

.arrow-beside-slider .splide__arrow {
  position: static;
  transform: unset;
}

.arrow-beside-slider {
  display: flex;
  align-items: end;
  gap: 60px;
}

.arrow-beside-slider .splide__track {
  width: 100%;
}

.awards-cols .column:first-child {
  max-width: 640px;
}

.awards-detail {
  padding: 25px 30px;
  border: 1px solid #d9d9d9;
  background: #fff;
}

.award-title-with-img img {
  max-height: 70px;
  width: auto;
  max-width: 100px;
}

.award-title-with-img {
  display: flex;
  align-items: center;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #d9d9d9;
  flex-shrink: 0;
  width: 32%;
}

.award-title-with-img picture {
  min-width: 120px;
}

.award-title-with-img h6 {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Cinzel";
  max-width: 170px;
}

.awards-detail li {
  display: flex;
  align-items: center;
}

.award-content span {
  letter-spacing: -0.8px;
}

.award-content p {
  font-family: "Cinzel";
  font-size: 20px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #000;
  margin-top: 4px;
}

.awards-detail li:not(:last-child) {
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid #d9d9d9;
}

.brands-block {
  height: 490px;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eee;
}

.brands-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  opacity: 0;
}

.brands-img img {
  max-height: 80%;
  max-width: 80%;
  height: auto;
  width: auto;
  margin: 0 auto;
}

.brands-block:hover .brands-img {
  opacity: 0;
}

.brands-block:hover .brands-content {
  opacity: 1;
}

.our-project-banner h1 {
  font-size: 24px !important;
  letter-spacing: 3.2px;
  font-family: "Outfit";
  position: absolute;
  bottom: 50%;
  right: 0;
  left: 0;
}

.our-project-banner .theme-banner:before {
  background: linear-gradient(
    180deg,
    #ffffff 0%,
    rgba(255, 255, 255, 0.82) 100%
  );
}

.banner-desc-bottom {
  position: absolute;
  bottom: 20%;
  left: 0;
  right: 0;
}

.custom-select .form-control {
  color: #555;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

.custom-select {
  position: relative;
}

.custom-select .form-control option,
.custom-select .form-control.focused {
  color: #000;
}

.custom-select:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 7px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7' fill='none'%3E%3Cpath d='M10.75 0.75L5.75 5.75L0.75 0.75' stroke='%23555555' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}

.form-group,
.form-group-wrapper {
  position: relative;
}

.form-label {
  font-size: 18px;
  font-weight: 400;
  color: #212121;
  margin-bottom: 5px;
  display: block;
  padding-left: 20px;
}

.form-field-without-bg .form-control {
  background-color: transparent;
  border: transparent;
}

.project-title-with-tab {
  border-bottom: 1px solid #999999;
  margin-bottom: 60px;
}

.our-project-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 40px;
  z-index: 1;
  align-items: center;
}

.our-project-content h4 {
  font-family: "Cinzel";
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  line-height: 1.1;
}

.our-project-content span {
  color: #d9d9d9;
  font-size: 18px;
}

.no-data-msg {
  display: none;
}

.no-data-inner {
  padding: 50px 20px;
  text-align: center;
  opacity: 0.5;
}

.no-data-inner svg {
  display: block;
  margin: 0 auto 14px;
}

.no-data-inner p {
  font-size: 1rem;
  letter-spacing: 0.04em;
  margin: 0;
}

.projects-properties-menu {
  margin-bottom: 0;
  position: sticky;
  top: 0;
  z-index: 15;
  gap: 60px;
  border-bottom: 1px solid #d9d9d9;
  background-color: #fff;
}

.project-menu-main {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0 30px 0 0;
}

.project-menu-main:after,
.project-menu-main:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 30px;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgb(255 255 255) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: 9;
  opacity: 0;
}

.project-menu-main:after {
  left: unset;
  right: 0;
  background: linear-gradient(
    280deg,
    rgb(255, 255, 255) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}

#project-menu {
  white-space: nowrap;
  position: relative;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  justify-content: end;
  padding: 0 30px;
}

.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;
}

.project-menu-link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  text-transform: uppercase;
  padding: 16px 24px;
  border-bottom: 1px solid transparent;
}

.project-menu-item.active .project-menu-link {
  font-weight: 500;
  color: #000;
  border-bottom: 1px solid #000;
}

.project-enquire-btn {
  display: flex;
  align-items: center;
}

.project-detail-page header {
  position: absolute !important;
  backdrop-filter: unset !important;
  -webkit-backdrop-filter: unset !important;
}

.amenities-item {
  padding: 20px;
  font-size: 18px;
  font-family: "Cinzel";
  text-transform: uppercase;
}

.amenities-item img {
  height: 45px;
  width: auto;
  margin: 0 auto 24px;
}

.amenities-item:not(:last-child) {
  margin-bottom: 30px;
}

.project-logo {
  border: 1px solid #d9d9d9;
  border-bottom: 0;
  background: #fff;
  padding: 20px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 300px;
  width: 100%;
  height: 180px;
  -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-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-width: 90%;
  max-height: 90%;
  -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;
}

.menu-sticky .project-logo {
  height: 80px;
  padding: 12px 40px;
}

.projects-properties-menu .theme-padding {
  position: relative;
  top: -120px;
  margin-bottom: -120px;
  -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;
}

.projects-properties-menu.menu-sticky .theme-padding {
  top: 0;
  margin-bottom: 0;
}

.accordion .accordion-header::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M12 4a1 1 0 0 1 1 1v6h6a1 1 0 0 1 0 2h-6v6a1 1 0 0 1 -2 0v-6h-6a1 1 0 0 1 0 -2h6v-6a1 1 0 0 1 1 -1'/%3E%3C/svg%3E");
  transition: all 0.3s linear;
  -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 .accordion-header.is-active::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M5 12l14 0' /%3E%3C/svg%3E");
}

#amenities-slider .splide__slide:not(:last-child) {
  border-right: 1px solid #d9d9d9;
}

.yBoxFrame,
.closeYbox {
  background-color: #000;
}

.closeYbox::after,
.closeYbox::before {
  background-color: #fff !important;
}

.section-projects-gallery .splide__slide.is-active .gallery-block {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  margin-left: -60px;
  width: calc(100% + 120px);
}

.gallery-block {
  position: relative;
  transform-origin: center center;
  transform: scale(0.75, 0.75);
  -webkit-transform: scale(0.75, 0.75);
  -moz-transform: scale(0.75, 0.75);
  -ms-transform: scale(0.75, 0.75);
  -o-transform: scale(0.75, 0.75);
  transition: transform 400ms;
  -webkit-transition: transform 400ms;
  -moz-transition: transform 400ms;
  -ms-transition: transform 400ms;
  -o-transition: transform 400ms;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.gallery-slider .splide__arrow--prev {
  left: 26.5%;
}

.gallery-slider .splide__arrow--next {
  right: 26.5%;
}

.gallery-slider .splide__arrow {
  border: 1px solid #555;
  background: #d9d9d9;
}

.gallery-slider .splide__arrow:hover {
  background-color: #000 !important;
}

.exclusive-living-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 40px;
  z-index: 1;
}

.el-text-inner {
  position: relative;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.6s ease-in-out;
  -moz-transition: max-height 0.6s ease-in-out;
  -ms-transition: max-height 0.6s ease-in-out;
  -o-transition: max-height 0.6s ease-in-out;
  -webkit-transition: max-height 0.6s ease-in-out;
  transition: max-height 0.6s ease-in-out;
}

.exclusive-living-block:hover .el-text-inner {
  max-height: 200px;
}

.dark .list-point li:before {
  background: #fff;
}

.contact-us-item:not(:last-child) {
  margin-bottom: 30px;
}

.contact-us-content {
  padding: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.social-media.social-media-text {
  gap: 0;
}

.social-media.social-media-text a {
  border-right: 1px solid #d9d9d9;
  padding-right: 30px;
  margin-right: 30px;
}

.social-media.social-media-text a:nth-child(4n + 4) {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}

.theme-form {
  border: 1px solid #d9d9d9;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.theme-form-header {
  padding: 20px 40px 0;
  border-bottom: 1px solid #d9d9d9;
}

.theme-form-body.tab-content {
  padding: 40px;
  height: 100%;
}

.theme-form-header .tab-horizontal {
  gap: 0 !important;
}

.theme-form-header .tab-horizontal li:not(:last-child):before {
  border-right: 1px solid #d9d9d9;
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 1px;
  height: 90%;
}

.theme-form .column {
  padding: 16px 20px !important;
}

.theme-form .columns {
  margin: -16px -20px !important;
}

.theme-card {
  border: 1px solid #d9d9d9;
  padding: 40px;
}

.accordion-body-font .accordion-header {
  font-size: 18px;
  font-family: "Outfit";
  font-weight: 500;
  border-bottom: 1px solid #d9d9d9;
}

.accordion-body-font .accordion-item:not(:last-child) {
  border-bottom: 0;
}

.accordion-body-font .accordion-content {
  padding: 15px 0;
}

.career-data li {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}

.btn.btn-sm {
  font-size: 13px;
  padding: 5px 16px;
}

.career-data li:not(:last-child) {
  margin-bottom: 8px;
}

.file-upload label,
.file-upload {
  cursor: pointer;
  resize: none;
}

.file-upload-select {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.file-select-button,
.file-select-button svg {
  position: relative;
  width: 20px;
  height: 20px;
}

.file-upload [type="file"] {
  display: none;
}

.file-upload-design small {
  color: #a8a8a8;
  font-size: 14px;
  margin-right: 6px;
}

.file-upload-design span {
  font-size: 13px;
  color: #555555;
  background-color: #eee;
  border: 1px solid #a8a8a8;
  padding: 5px 8px;
}

.menu-link.active,
.footer-item a.active {
  color: #000;
  font-weight: 500;
}

.award-img-xl,
.award-img-xl img {
  height: 100%;
  object-fit: cover;
}

.project-filter-fields {
  max-width: 800px;
}

.form-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: space-between;
  height: 100%;
}

.theme-form-body .content-tab {
  height: 100%;
}
.theme-modal .section-bg img,
.theme-modal .section-bg:before {
  position: fixed;
}
.theme-modal .section-bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-bg:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.6) 100%
  );
  box-shadow: 0px -4px 20px 0px #00000066;
  z-index: 1;
}
.m-auto {
  margin: 0 auto;
}
body.popup-open {
  overflow: hidden;
}

.project-popup-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.28s ease, visibility 0.28s ease;
}

.project-popup-modal.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.project-popup-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.28s ease;
}

.project-popup-modal.is-active .project-popup-modal__backdrop {
  opacity: 1;
}

.project-popup-modal__content {
  position: relative;
  background: #fff;
  color: #1f1f1f;
  width: min(780px, 100%);
  max-height: 90vh;
  overflow: auto;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
  transform: translateY(18px) scale(0.98);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
  will-change: transform, opacity;
}

.project-popup-modal.is-active .project-popup-modal__content {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.project-popup-modal__close {
  position: absolute;
  top: 10px;
  right: 14px;
  font-size: 34px;
  line-height: 1;
  border: 0;
  background: transparent;
  color: #202020;
  cursor: pointer;
}

#project-popup-title {
  margin-bottom: 16px;
  padding-right: 26px;
}

#project-popup-body p {
  margin-bottom: 12px;
  line-height: 1.7;
}
.sub-projects-desc{
  max-width: 800px;
}
.banner-desc-center {
  bottom: unset;
  top: 50%;
  transform: translateY(-50%);
}