html,
body {
  overflow-x: clip !important;
}

@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/1Ptug8zYS_SKggPNyC0ITw.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: 'Nunito Sans';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url("../fonts/pe0TMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfUVwoNnq4CLz0_upHZPYsZ51Q42ptwprt1R-s.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: "Raleway";
  font-variant: lining-nums;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.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: -22px;
  background: transparent;
  display: flex;
  line-height: 16px;
  padding: 0;
  color: #f00;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

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

a {
  color: #333;
}

a:hover {
  color: #aa6140;
}

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: 900px;
  width: 100%;
  padding: 50px;
  max-height: inherit;
  transition: all 0.3s linear;
  background-color: #0c0c0c;
  margin: 0 auto;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.modal-title {
  color: #fff;
  font-size: 34px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 30px;
  padding-bottom: 20px;
  color: #aa6140 !important;
  border-bottom: 1px solid #aa614060;
}

html.is-active {
  overflow: hidden;
}

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

.theme-modal-background {
  background-color: #848484ba;
  transition: all 0.3s linear;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(15px);
}

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

.close {
  color: #fff;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: none;
  opacity: 1;
  border: none;
  background-color: transparent;
  border: 1px solid #ffffff30;
  border-radius: 100%;
  position: absolute;
  top: 20px;
  right: 20px;
  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: #aa6140;
  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;
}

.dark .form-control::-webkit-input-placeholder {
  color: #ffffff;
  font-family: "Nunito Sans", sans-serif;
}

.dark .form-control:-ms-input-placeholder {
  color: #fff;
  font-family: "Nunito Sans", sans-serif;
}

.dark .form-control::placeholder {
  color: #ffffff;
  font-family: "Nunito Sans", sans-serif;
}

.form-control::-webkit-input-placeholder {
  color: #000;
  font-family: "Nunito Sans", sans-serif;
}

.form-control:-ms-input-placeholder {
  color: #000;
  font-family: "Nunito Sans", sans-serif;
}

.form-control::placeholder {
  color: #000;
  font-family: "Nunito Sans", sans-serif;
}

.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: 180px;
  padding-bottom: 180px;
  overflow: hidden;
}

section.small-section-padding,
.section.small-section-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}

.full-width {
  width: 100%;
}

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

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

.section-title h1,
.section-title h2 {
  margin: 0;
  font-weight: 800;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}

h1 {
  font-size: 110px;
  line-height: 1.2;
}

h2 {
  font-size: 64px;
  line-height: 1.2;
  color: #000;
}

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

.dark a span {
  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;
}

.footer.dark a:hover span,
.dark a:hover {
  color: #aa6140;
}

video,
picture {
  display: block;
}

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

.btn {
  position: relative;
  font-family: "Raleway";
  border: 1px solid;
  display: inline-block;
  padding: 15px 30px;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  line-height: 17px;
  font-weight: 400;
  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: #aa6140;
  border-color: #aa6140;
  color: #ffffff;
}

.btn.btn-primary:hover {
  background-color: #000;
  border-color: #000;
  color: #aa6140;
}

.btn.btn-secondary {
  background-color: #333333;
  border-color: #333333;
  color: #ffffff;
  padding: 24px 40px;
}

.btn.btn-secondary:hover {
  background-color: #aa6140;
  border-color: #aa6140;
  color: #ffffff;
}

.btn.btn-primary-outline {
  background-color: transparent;
  border-color: #000;
  color: #000;
}

.dark .btn.btn-primary-outline {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.btn.btn-primary-outline:hover {
  background-color: #aa6140;
  border-color: #aa6140;
  color: #ffffff;
}

.btn.btn-white {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #aa6140;
}

.btn.btn-white:hover {
  background-color: #eeeeee;
  border-color: #eeeeee;
  color: #aa6140;
}

.btn.btn-white-outline {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}

.btn.btn-white-outline:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #aa6140;
}

.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;
  color: #fff !important;
  background: 0 0 !important;
}

.thankyou-logo img {
  margin: 30px auto 0;
  height: 82px;
  width: auto;
}

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

.thankyou-block {
  height: 100vh;
}

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

.list-point {
  padding: 0;
}

.list-point li {
  font-weight: 500;
  position: relative;
  list-style: none;
  padding-left: 20px;
}

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

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

.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-top .splide__arrows {
  position: absolute;
  top: -100px;
  right: 0;
  display: flex;
  gap: 10px;
}

.arrow-top .splide__arrow {
  position: static;
  transform: none;
}

.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 {
  pointer-events: none;
  opacity: 0.3;
}

.splide__arrow {
  width: 45px;
  height: 45px;
  padding: 10px;
  color: #aa6140;
  background-color: transparent;
  border: 1px solid #aa6140;
  opacity: 1;
}

.splide__arrow:hover {
  background-color: #aa6140;
  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: #aa6140;
  opacity: 0.5;
}

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

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

.form-control {
  display: block;
  width: 100%;
  border: none;
  padding: 20px 0;
  background-color: transparent;
  border-radius: 0;
  resize: none;
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px solid #4e4e4e;
  text-transform: uppercase;
  font-family: "Nunito Sans", sans-serif;
  color: #000;
}

input:-webkit-autofill {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #000 !important;
  caret-color: #000;
}

.dark input:-webkit-autofill {
  -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: 20px;
  font-weight: 400;
  margin-top: 12px;
  display: block;
  text-transform: uppercase;
}

header {
  position: fixed;
  z-index: 9999;
  padding: 20px 200px;
  width: 100%;
  top: 0;
  left: 0;
  border-bottom: 1px solid transparent;
}

/* .scroll-down header {
  transform: translateY(-110px);
  -webkit-transform: translateY(-110px);
  -moz-transform: translateY(-110px);
  -ms-transform: translateY(-110px);
  -o-transform: translateY(-110px);
  -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;
} */

header.sticky {
  background-color: #000;
  border-bottom: 1px solid #ffffff10;
}

.project-detail-page header {
  position: absolute !important;
  backdrop-filter: unset !important;
  -webkit-backdrop-filter: unset !important;
}

.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 {
  font-size: 22px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  display: block;
}

.menu-link.active {
  color: #aa6140;
}

.theme-logo img {
  width: auto;
  height: 82px;
  -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;
}

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

.menu-item {
  padding: 16px 10px;
}

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

.js-scroll {
  opacity: 0;
}

.scrolled.fade-in {
  animation: 1.5s ease-in-out both fade-in;
}

.scrolled.fade-in-top {
  animation: 1.5s ease-in-out both fade-in-top;
}

.scrolled.fade-in-bottom {
  animation: 1.5s ease-in-out both fade-in-bottom;
}

.scrolled.fade-in-left {
  animation: 1.5s ease-in-out both fade-in-left;
}

.scrolled.fade-in-right {
  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.5s !important;
  animation-delay: 0.5s !important;
}

.delay2 {
  -webkit-animation-delay: 1s !important;
  animation-delay: 1s !important;
}

.delay3 {
  -webkit-animation-delay: 1.5s !important;
  animation-delay: 1.5s !important;
}

.delay4 {
  -webkit-animation-delay: 2s !important;
  animation-delay: 2s !important;
}

.img-clip-left-to-right {
  opacity: 0;
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  transition: all 3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.img-clip-left-to-right.scrolled {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  transition: all 3s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 1;
}

.img-clip-right-to-left {
  opacity: 0;
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  transition: all 3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.img-clip-right-to-left.scrolled {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  transition: all 3s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 1;
}

.img-clip-top-to-bottom {
  opacity: 0;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  transition:
    clip-path 3s cubic-bezier(0.215, 0.61, 0.355, 1),
    -webkit-clip-path 3s cubic-bezier(0.215, 0.61, 0.355, 1),
    opacity 3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.img-clip-top-to-bottom.scrolled {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  opacity: 1;
}

.img-clip-right-to-left,
.img-clip-left-to-right,
.img-clip-top-to-bottom {
  will-change: clip-path, opacity;
}

/* 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: #aa6140;
  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: 80px 0 0;
  font-size: 18px;
  background-color: #333333;
}

.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: #000;
  z-index: 1;
  opacity: 0;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

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

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

.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 h3 {
  font-size: 32px;
  font-weight: 600;
}

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

.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 {
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 56px;
  margin: 0;
  padding: 16px 0 16px;
  color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

/* Accordion Css End */
.theme-light-bg {
  background-color: #e6f5ff;
}

.theme-bg {
  background-color: #000000;
}

.secondary-bg {
  background-color: #0c0c0c;
}

.secondary-bg-light {
  background-color: #202020;
}

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

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

.light-gray-bg {
  background-color: #f0f0f0;
}

.white-gradient-bg {
  background:
    linear-gradient(0deg,
      rgba(255, 255, 255, 0.6) 0%,
      rgba(255, 243, 238, 0.6) 100%),
    #fff;
}

.theme-text {
  color: #aa6140 !important;
}

.has-text-black {
  color: #000 !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: #aa6140;
  background-color: #aa6140;
  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(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: 20px;
  right: 20px;
  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: #aa6140;
  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: #000;
  color: #fff;
}

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

.tab-list .tab a {
  position: relative;
  display: block;
  cursor: pointer;
  user-select: none;
  font-size: 32px;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff80;
}

.tab-list .tab a:hover,
.tab-list .tab.is-active a {
  color: #ffffff;
}

.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: 11px;
  line-height: 1;
  font-weight: 500;
  text-shadow: 1px 1px #000000;
}

.stock-image::after {
  content: "Stock Image";
}

.actual-image::after {
  content: "Actual Image";
}

.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: 35px;
  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);
}

.social-icon:hover {
  transform: scale(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;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}

.list-point li:not(:last-child) {
  margin-bottom: 8px;
}

.insomenu-bars {
  top: 50%;
  right: 0;
  margin: 0;
  display: inline-block;
  height: 40px;
  width: 40px;
  position: absolute;
  z-index: 444;
  cursor: pointer;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.insomenu-bars span,
.insomenu-bars span:after,
.insomenu-bars span:before {
  width: 30px;
  border-radius: 0;
  -webkit-transition: -webkit-transform ease 0.15s;
  transition: -webkit-transform ease 0.15s;
  transition: transform ease 0.15s;
  transition:
    transform ease 0.15s,
    -webkit-transform ease 0.15s;
  position: absolute;
  left: inherit;
  right: 0;
  margin: 0 auto;
  height: 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: 26px;
  display: block;
  margin-top: -2px;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.insomenu-bars span:after,
.insomenu-bars span:before {
  display: block;
  content: "";
}

.insomenu-bars span:before {
  top: -8px;
  -webkit-transition:
    top 0.1s 0.14s ease,
    opacity 0.1s ease;
  transition:
    top 0.1s 0.14s ease,
    opacity 0.1s ease;
}

.insomenu-bars span:after {
  bottom: -8px;
  width: 20px;
  -webkit-transition:
    bottom 0.1s 0.14s ease,
    -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition:
    bottom 0.1s 0.14s ease,
    -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition:
    bottom 0.1s 0.14s ease,
    transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition:
    bottom 0.1s 0.14s ease,
    transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19),
    -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.insomenu-active .insomenu-bars span {
  -webkit-transition-delay: 0.14s;
  transition-delay: 0.14s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.insomenu-active .insomenu-bars span:before {
  top: 0;
  -webkit-transition:
    top 0.1s ease,
    opacity 0.1s 0.14s ease;
  transition:
    top 0.1s ease,
    opacity 0.1s 0.14s ease;
  opacity: 1;
  width: 25px;
}

.insomenu-active .insomenu-bars span:after {
  bottom: 0;
  transition:
    bottom 0.1s ease,
    -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 25px;
}

.insomenu-active .insomenu-bars span {
  width: 25px;
}

.insomenu-active .menu-creative,
.insomenu-active .our-offices-item:first-child {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.insomenu-active .our-offices-item:last-child {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.desktop-menu {
  margin-right: 80px;
}

.theme-menu {
  position: fixed;
  background-color: #202020;
  width: 100%;
  right: 0;
  padding: 120px 90px 70px !important;
  margin-top: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  opacity: 0;
  pointer-events: none;
  overflow-y: auto;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border: 1px solid #aa614060;
}

.insomenu-active .theme-menu {
  opacity: 1;
  pointer-events: all;
}

.theme-menu ul li {
  padding: 20px 0;
  border-bottom: 1px solid #aa614060;
}

.theme-menu ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.banner-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0000004d;
}

.banner-overlay.banner-overlay-light::before {
  background-color: #00000033;
}

.banner-overlay.overlay-dark::before {
  background-color: #00000080;
}

.desktop-menu a.active {
  font-weight: 700;
}

.banner-desc {
  position: absolute;
  top: calc(50% + 100px);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 30px;
}

.banner-tagline {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 300;
}

h1:before,
h1:after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 101%;
  height: 2px;
  width: 360px;
  background: linear-gradient(90deg, #aa6140 0%, rgba(170, 97, 64, 0) 101.85%);
}

h1:before {
  left: unset;
  right: 101%;
  transform: translateY(-50%) rotate(180deg);
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #000;
}

::-webkit-scrollbar {
  width: 5px;
  background-color: #000;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background: #aa6140;
}

::selection {
  color: #fff;
  background-color: #aa6140;
}

html.insomenu-active {
  overflow: hidden;
}

header.sticky .theme-logo img {
  height: 72px;
}

.project-block {
  background: linear-gradient(90deg,
      rgba(170, 97, 64, 0.1) 0%,
      rgba(255, 255, 255, 0.1) 124.85%);
  border: 1px solid #aa614033;
  position: relative;
}

.project-block-content {
  padding: 20px;
}

.project-confi li:not(:last-child) {
  margin-right: 40px;
  padding-right: 40px;
  border-right: 1px solid #333333;
}

.project-confi h6 {
  color: #000000;
  font-size: 20px;
  font-weight: 600;
}

.project-map-iframe,
.project-map-iframe iframe {
  height: 100%;
}

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

.tab-list li:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ffffff80;
}

.beliefs-row .tab {
  max-width: 500px;
  margin: 0 auto;
}

.mh-100vh {
  min-height: 100vh;
}

.section-text-centerd {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section-bg-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.cp-logo {
  width: 150px;
  height: 120px;
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.cp-logo img {
  object-fit: contain;
}

.footprint-map {
  max-width: 950px;
  margin: 0 auto;
}

.footer-contact-item {
  display: flex;
  align-items: center;
  gap: 15px;
}

.footer-contact-item img {
  width: 34px;
  flex: 0 0 auto;
}

.footer-logo {
  max-width: 330px;
}

.footer-links a {
  text-transform: uppercase;
  font-weight: 300;
}

.footer-links {
  gap: 20px 40px;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

.footer-contact-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 50px;
  max-width: 520px;
}

.footer-bottom-cols:before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%, 0 100%);
  background-color: #000;
}

.footer-detail-top-part,
.footer-detail-bottom-part {
  max-width: 600px;
  margin-left: auto;
}

.footer-bottom-cols {
  padding-top: 80px;
  padding-bottom: 80px;
}

.press-social-grid {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.arrow-outside-slider .splide__arrow--prev {
  left: -70px;
}

.arrow-outside-slider .splide__arrow--next {
  right: -70px;
}

.press-social-grid picture img {
  object-fit: cover;
}

.press-social-two-grid .theme-block:nth-child(1) picture img {
  aspect-ratio: 1/1.15;
}

.press-social-two-grid .theme-block:nth-child(2) picture img {
  aspect-ratio: 1 / 0.6;
}

.press-social-three-grid .theme-block:nth-child(1) picture img {
  aspect-ratio: 1/0.5;
}

.press-social-three-grid .theme-block:nth-child(2) picture img {
  aspect-ratio: 1 / 0.5;
}

.press-social-three-grid .theme-block:nth-child(3) picture img {
  aspect-ratio: 1 / 0.682;
}

.press-social-reverse-grid {
  flex-direction: column-reverse;
}

.title-with-content {
  margin-bottom: 60px;
}

.yBoxFrame,
.closeYbox {
  background: #000;
}

.closeYbox::after,
.closeYbox::before {
  background: #fff !important;
}

.lets-connect-content {
  padding-left: 180px;
}

.tab-horizontal .tab {
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
}

.tab-horizontal.tab-list .tab a {
  font-size: 16px;
  font-weight: 400;
  padding: 15px 20px;
  background-color: #4e4e4e;
  border-right: 1px solid #000;
}

.tab-horizontal.tab-list .tab.is-active a {
  background-color: #fff;
  color: #000;
}

.tab-list.tab-horizontal {
  display: flex;
  margin-bottom: 50px;
}

.custom-select {
  position: relative;
}

.custom-select:after {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  background-image: url(../images/icons/down-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 16px;
  height: 9px;
}

.dark .custom-select:after {
  background-image: url(../images/icons/down-arrow-white.svg);
}

option {
  font-weight: 600;
  font-family: "Nunito Sans", sans-serif;
}

.dark option {
  background-color: #000;
}

.custom-select .form-control {
  color: #000 !important;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  padding-left: 5px;
  padding-right: 32px;
}

.dark .custom-select .form-control {
  color: #fff !important;
}

.custom-select .form-control option,
.custom-select .form-control.focused {
  color: #cd7d59 !important;
}

.dark .form-control {
  color: #cd7d59;
  border-bottom: 1px solid #fff;
}

.project-block-with-iframe {
  position: relative;
  overflow: hidden;
}

.project-block-vertical .project-block-content {
  padding: 20px 0 0;
}

.project-block-vertical {
  padding: 20px;
}

.project-block-vertical:not(:last-child) {
  margin-bottom: 100px;
}

.columns.is-variable.is-7 {
  --columnGap: 50px;
}

.block-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.founder-logo img {
  max-width: 195px;
  margin: 0 auto;
}

.founder-content-right {
  text-align: left;
}

.founders-content .column:nth-child(1),
.founders-content .column:nth-child(3) {
  max-width: 400px;
}

.founder-block {
  padding: 0 50px;
  display: flex;
  flex-direction: column;
  gap: 90px;
}

.h-100 {
  height: 100%;
}

.building-bg img {
  opacity: 0.8;
  object-position: top;
}

.brand-aura-item .column:nth-child(2) {
  max-width: 300px;
}

.brand-word img {
  max-height: 150px;
  width: auto;
}

.brand-aura-item .column:nth-child(1) {
  max-width: 34%;
}

.process-number {
  font-size: 100px;
  line-height: 1;
  display: block;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  min-height: 120px;
  margin-bottom: 20px;
}

.process-box {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 230px;
  border: 1px solid rgba(0, 0, 0, 0.24);
  background: linear-gradient(287deg,
      rgba(0, 0, 0, 0.1) -0.5%,
      rgba(205, 205, 205, 0.1) 100%);
  backdrop-filter: blur(6px);
}

.process-title {
  font-size: 28px;
}

.process-steps .column:nth-child(even) {
  margin-top: 200px;
}

.process-steps .column:nth-child(even) .process-step {
  position: relative;
  left: -30px;
  width: calc(100% + 60px);
}

.process-steps .column:nth-child(1) .process-box {
  background:
    linear-gradient(135deg,
      rgba(255, 255, 255, 0.7) -13.53%,
      rgba(0, 0, 0, 0.7) 127.38%),
    rgba(0, 0, 0, 0.01);
}

.workspace-gallery .column {
  padding: 10px !important;
  /* margin-bottom: 10px !important; */
}

.workspace-gallery .columns {
  margin: -10px !important;
}

.workspace-block:not(:last-child) {
  margin-bottom: 20px;
}

.workspace-grid .theme-block-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.two-img-b-s-grid .theme-block:nth-child(2) img,
.two-img-t-s-grid .theme-block:nth-child(1) img {
  aspect-ratio: 1/0.67;
}

.two-img-b-s-grid .theme-block:nth-child(1) img,
.two-img-t-s-grid .theme-block:nth-child(2) img {
  aspect-ratio: 1 / 1.2;
}

.one-img-grid img {
  aspect-ratio: 1/1.92;
}

.one-img-v-grid img {
  aspect-ratio: 1/1.05;
}

.one-img-h-grid img {
  aspect-ratio: 1 / 0.51;
}

.project-detail-page .banner-desc {
  max-width: 1000px;
}

.project-detail-page .banner-tagline {
  font-size: 30px;
  font-weight: 600;
}

.banner-confi {
  background-color: #ffffff33;
  backdrop-filter: blur(40px);
  padding: 12px 30px;
}

.banner-confi span,
.banner-confi h6 {
  font-size: 18px;
  font-weight: 500;
  display: block;
  margin-bottom: 2px;
}

.banner-confi h6 {
  font-weight: 600;
  margin: 0;
}

.banner-confi li:not(:last-child) {
  margin-right: 50px;
  padding-right: 50px;
  border-right: 1px solid #fff;
}

.projects-properties-menu {
  margin-bottom: 0;
  position: sticky;
  top: 0;
  z-index: 15;
  gap: 60px;
  border-bottom: 1px solid #eee;
  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: center;
  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-item:not(:last-child) {
  margin-right: 50px;
}

.project-menu-link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  text-transform: uppercase;
}

.project-menu-item.active .project-menu-link {
  font-weight: 700;
}

.project-enquire-btn {
  display: flex;
  align-items: center;
}

.highlight-item {
  font-size: 26px;
  font-weight: 600;
}

.highlight-item:not(:last-child) {
  border-bottom: 1px solid #ffffff80;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.pl-100 {
  padding-left: 100px;
}

.amenities-item {
  display: flex;
  align-items: center;
  gap: 20px;
  border-top: 1px solid #33333333;
  padding-top: 15px;
  font-size: 18px;
  min-height: 80px;
}

.amenities-item img {
  flex: 0 0 45px;
  height: 45px;
  width: auto;
}

.amenities-item:not(:last-child) {
  margin-bottom: 30px;
}

.title-with-arrows {
  margin-bottom: 50px;
  padding-right: 150px;
  max-width: 1060px;
}

.arrow-top.slider-end-screen .splide__arrows {
  right: 200px;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  max-width: 1190px;
}

.table-scrollbar-horizontal {
  width: 100%;
  overflow-x: auto;
}

.table-scrollbar-horizontal::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  background-color: transparent;
}

.table-scrollbar-horizontal::-webkit-scrollbar {
  height: 6px;
  background-color: transparent;
}

.table-scrollbar-horizontal::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border-radius: 3px;
}

.theme-table {
  border-spacing: 0;
  width: 100%;
  border: 1px solid #aa614080;
  text-align: center;
}

.theme-table th {
  background-color: #aa6140;
  border-bottom: 1px solid #aa6140;
  text-transform: none;
  letter-spacing: 0;
  font-size: 20px;
  line-height: 20px;
  padding: 14px 20px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}

.theme-table tbody tr td {
  border-bottom: 0 !important;
  border-top: 1px solid #aa614080;
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 400;
  color: #0c0c0c;
}

.theme-table th:not(:last-child) {
  border-right: 1px solid #ffffff60;
}

.theme-table td:not(:last-child) {
  border-right: 1px solid #aa614080;
}

.theme-element {
  position: absolute;
}

.element-bottom-right {
  bottom: 0;
  right: 0;
}

.building-element {
  max-width: 800px;
}

.theme-block.plan-block .theme-block-img {
  background-color: #ffffff1a;
}

.location-title img {
  flex: 0 0 50px;
}

.location-title {
  gap: 16px;
  margin-bottom: 24px;
}

.connectivity-list b {
  color: #aa6140;
  font-weight: 500;
  flex-shrink: 0;
}

.connectivity-list li {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.connectivity-list li:not(:last-child) {
  margin-bottom: 8px;
}

.theme-form {
  padding: 50px;
  border: 1px solid #00000080;
}

.table-responsive.table-sm {
  max-width: 720px;
}

.contact-detail li:not(:last-child) {
  padding-right: 60px;
  margin-right: 60px;
  border-right: 1px solid #33333333;
}

.project-confi {
  flex: 0 0 auto;
}

.founder-responsive-img {
  display: none !important;
}

.process-steps .column:nth-child(4) .process-step {
  width: calc(100% + 30px);
}

.contact-us-img img {
  filter: grayscale(1);
}

.theme-form .columns,
.contacts-form .columns {
  margin-bottom: -12px !important;
}

.theme-menu-inner ul li {
  transform: translateX(40px);
  opacity: 0;
  transition:
    transform 0.45s ease,
    opacity 0.45s ease;
}

.menu-link:hover {
  transform: translateX(15px);
}

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

.overflow-hidden {
  overflow: hidden;
}

.location-advantages-detail {
  padding-top: 30px;
  padding-bottom: 30px;
  min-height: 90vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.location-advantages-iframe {
  height: 100%;
}

.mobile-with-country select {
  font-family: sans-serif;
  font-weight: 600;
  background-color: #ffffff10;
  font-size: 14px;
}

.mobile-with-country-code .form-control {
  padding-left: 12px !important;
  height: 100%;
}

.footer a.active {
  font-weight: 500;
}

.custom-select .form-control:disabled {
  cursor: not-allowed;
  opacity: 1 !important;
}

.big-area .project-confi {
  gap: 12px;
  flex-direction: column;
}

.big-area li {
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.qr-code-img img {
  width: 130px;
  margin: 0 auto 10px;
}

.maharera-block span {
  font-size: 18px;
  font-weight: 600;
}

.maharera-cols .column:not(:last-child) {
  border-right: 1px solid #d5d5d5;
}

.tab-black.tab-horizontal.tab-list .tab a {
  background-color: #000 !important;
  border-right: 1px solid #fff;
  color: #fff;
}

.tab-black.tab-horizontal.tab-list .tab.is-active a {
  background-color: #aa6140 !important;
}

.cp-list li:not(:last-child) .cp-logo:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: -12px;
  width: 1px;
  height: 80%;
  border-right: 1px solid #ffffff30;
}

.arrow-none .splide__arrows {
  display: none !important;
}