html {
  scroll-behavior: smooth;
  min-width: 260px;
}

html,
body {
  overflow-x: clip;
}

/* body {
  cursor: url(../images/icons/theme-icon.svg) 20 20, auto;
} */

html.html-menu-active,
html.is-active,
html.insomenu-active {
  overflow: hidden;
}

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

body {
  /* overflow-x: hidden !important; */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Jost', sans-serif;
  color: #4f4f4f;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Cinzel', serif;
  font-weight: 400;
}

.z-index-1 {
  z-index: 1 !important;
}

.z-index-5 {
  z-index: 5 !important;
}

.z-index-9 {
  z-index: 9;
}

.fs-11 {
  font-size: 11px !important;
}

.line-height-normal {
  line-height: normal;
}

.line-height-1-1 {
  line-height: 1.1 !important;
}

.line-3-desc {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.position-unset {
  position: unset !important;
}

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

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

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

.font-variant-nums {
  font-variant: lining-nums !important;
}

a {
  color: #4f4f4f;
}

a:hover {
  color: #ec1d3d;
}

button {
  font-family: 'Jost', sans-serif;
}

a,
button {
  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;
}

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

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

video {
  display: block;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.is-size-6 {
  font-size: 18px !important;
}

.is-size-8 {
  font-size: 12px !important;
}

.btn {
  position: relative;
  width: fit-content;
  display: flex;
  align-items: center;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  color: #4f4f4f;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #ec1d3d;
  text-align: center;
  line-height: normal;
  cursor: pointer;
  z-index: 1;
  text-transform: uppercase;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

.btn:hover {
  color: #ec1d3d;
  border-bottom: 1px solid #ec1d3d;
}

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

.btn:hover span {
  color: #ec1d3d !important;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

.btn:focus {
  outline: 0;
}

.btn-with-icon {
  gap: 8px;
  text-transform: uppercase !important;
  font-weight: 500 !important;
}

.btn-white {
  background-color: #fff;
  border-color: #d7d7d7 !important;
  color: #4f4f4f;
}

.btn-white:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.btn.btn-primary {
  background-color: #ec1d3d;
  color: #fff;
  border-color: #ec1d3d;
  padding: 10px;
}

.btn.btn-primary:hover {
  background-color: #d93952;
  color: #fff;
  border-color: #d93952;
}

.btn.btn-secondary {
  background-color: transparent;
  color: #d93952;
  border: 1px solid#d93952;
  padding: 10px 20px;
}

.btn.btn-secondary:hover {
  background-color: #d93952;
  color: #fff;
  border-color: #d93952;
}

.btn.btn-secondary span {
  font-size: 12px;
}

.btn.btn-secondary:hover span {
  color: #fff !important;
}

.btn.btn-outline {
  border: 1px solid;
}

.btn-outline-primary {
  border-color: #ec1d3d !important;
  color: #ec1d3d !important;
}

.btn-outline-primary:hover {
  background-color: #ec1d3d !important;
  color: #fff !important;
}

.btn-outline-secondary {
  border-color: #000 !important;
  color: #000 !important;
}

.btn-outline-secondary:hover {
  background-color: #000 !important;
  color: #fff !important;
}

.btn-outline-secondary-shade-2 {
  border-color: #d7d7d7 !important;
  color: #4f4f4f !important;
}

.btn-outline-secondary-shade-2:hover {
  background-color: #d7d7d7 !important;
  color: #4f4f4f !important;
}

.rounded-circle {
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
}

.rounded-pill-0,
.rounded-pill {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  padding: 10px 30px;
  font-weight: 600;
  text-transform: capitalize;
  border: 1px solid;
}

.rounded-pill-0 {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
}

p {
  margin-bottom: 12px;
  line-height: 22px;
}

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

.order-2 {
  order: 2;
}

.is-size-7 {
  font-size: 16px !important;
}

.is-size-9 {
  font-size: 20px !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 500 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

.fw-bold {
  font-weight: bold !important;
}

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

.border {
  border: 1px solid;
}

.border-top {
  border-top: 1px solid;
}

.border-bottom {
  border-bottom: 1px solid;
}

.border-left {
  border-left: 1px solid;
}

.border-right {
  border-right: 1px solid #f2f2f2;
}

.border-2 {
  border: 2px solid;
}

.border-top-2 {
  border-top: 2px solid;
}

.border-bottom-2 {
  border-bottom: 2px solid;
}

.border-left-2 {
  border-left: 2px solid;
}

.border-right-2 {
  border-right: 2px solid;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-light-gray {
  border-color: #dedede;
}

.border-theme {
  border-color: #ec1d3d;
}

.pr-100 {
  padding-right: 100px;
}

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

.pr-60 {
  padding-right: 60px;
}

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

.text-primary {
  color: #ec1d3d;
}

.text-secondary {
  color: #808080;
}

.text-golden {
  color: #cead53 !important;
}

.text-golden-shade-2 {
  color: #a57b24 !important;
}

a.text-secondary:hover,
a.text-golden:hover {
  color: #ec1d3d !important;
}

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

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

.square-img-fixed-ratio {
  width: 100% !important;
  aspect-ratio: 1/1 !important;
  object-fit: cover !important;
  object-position: center !important;
  height: auto !important;
}

.vertical-img-ratio {
  aspect-ratio: 1/1.3 !important;
}

.img-ratio-4-3 {
  aspect-ratio: 4/3 !important;
}

.img-ratio-3-4 {
  aspect-ratio: 3/4 !important;
}

.object-position-top {
  object-position: top !important;
}

.mw-1300 {
  max-width: 1300px;
}

.mw-1200 {
  max-width: 1200px;
}

.mw-1100 {
  max-width: 1100px;
}

.max-w-1000 {
  max-width: 1000px;
}

.max-w-900 {
  max-width: 900px;
}

.max-w-800 {
  max-width: 800px;
}

.max-w-700 {
  max-width: 700px;
}

.max-w-600 {
  max-width: 600px;
}

.max-w-500 {
  max-width: 500px;
}

.max-w-400 {
  max-width: 400px;
}

.max-w-350 {
  max-width: 350px;
}

.max-w-300 {
  max-width: 300px;
}

.max-w-200 {
  max-width: 200px;
}

.max-w-100 {
  max-width: 100px;
}

.grid-item {
  width: 100%;
  margin-top: 120px;
}

.theme-element {
  position: absolute;
  z-index: -1;
}

.theme-element.element-top-right {
  top: 0;
  right: 0;
}

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

.theme-element.element-top-left {
  top: 0;
  left: 0;
}

.theme-element.element-bottom-left {
  bottom: 0;
  left: 0;
}

/*** Modal CSS ***/
.theme-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 99999;
  outline: 0;
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.theme-modal.is-active {
  visibility: visible;
  opacity: 1;
  overflow-x: hidden;
  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;
}

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

.theme-modal-card {
  position: relative;
  top: calc(50% + 30px);
  max-width: 700px;
  width: 100%;
  padding: 40px;
  max-height: inherit;
  background-color: #fff;
  margin: 0 auto;
  transform: translateY(-50%);
  overflow: visible;
  -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-modal.is-active .theme-modal-card {
  top: 50%;
  -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-modal-background {
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.theme-modal-card-body {
  border: 0;
  z-index: 1;
  position: relative;
  overflow: visible;
  background-color: transparent;
}

.close {
  color: #ec1d3d;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: none;
  opacity: 1;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  cursor: pointer;
  border-radius: 50%;
  -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 #ec1d3d;
  background: #fbfbfb;
}

.close:hover {
  border: 1px solid #fff;
  background-color: #ffffffcf;
  -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;
}

.modal-lg .theme-modal-card {
  max-width: 1440px;
  padding: 80px;
  overflow: hidden;
}

.modal-md .theme-modal-card {
  max-width: 1000px;
  background-color: #fcf9f3;
}

.modal-sm .theme-modal-card {
  max-width: 600px;
}

/*** End Modal CSS ***/

::-webkit-input-placeholder {
  color: #bcbec0 !important;
  font-family: 'Jost', sans-serif;
}

:-ms-input-placeholder {
  color: #bcbec0 !important;
  font-family: 'Jost', sans-serif;
}

::placeholder {
  color: #bcbec0 !important;
  font-family: 'Jost', 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: #eee;
  border-radius: 3px;
}

.theme-scrollbar-horizontal {
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 0;
}

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

.theme-scrollbar-horizontal::-webkit-scrollbar {
  height: 6px;
  display: none;
  background-color: transparent;
}

.theme-scrollbar-horizontal::-webkit-scrollbar-thumb {
  display: none;
  background-color: #ddd;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

/* Grab and drag scroll styling */
#project-menu {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

#project-menu.has-scroll-right {
  box-shadow: rgb(240 240 240 / 64%) 20px 1px 20px 0px;
}

#project-menu::-webkit-scrollbar-thumb:hover {
  background-color: #999;
}

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

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

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

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

iframe {
  border: none;
}

a,
b,
div,
li,
ul {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

a:active,
a:focus,
input,
input:active,
input:focus,
input:hover,
textarea,
textarea:active,
textarea:focus,
textarea:hover {
  -moz-outline: none;
  outline: 0;
}

a {
  text-decoration: none;
  outline: 0;
}

a:active,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
  outline: 0;
}

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

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

.small-section-padding {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.full-width {
  width: 100%;
}

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

h1,
h2,
.section-title h1,
.section-title h2 {
  font-size: 24px;
  line-height: 30px;
  color: #313131;
  margin: 0;
  font-weight: 400;
  position: relative;
  display: inline-block;
  font-family: 'Cinzel', serif;
  font-variant: lining-nums;
  text-transform: capitalize;
}

.sub-title {
  font-weight: 400;
  display: block;
  margin-bottom: 3px;
  font-size: 14px;
  color: #ec1d3d;
}

h1 {
  font-size: 50px;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 28px;
}

h5 {
  font-size: 24px;
}

h1,
h2,
.section-title {
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}

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

.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6,
.dark a,
.dark p,
.dark span,
.dark small {
  color: #fff !important;
}

.dark a:hover {
  color: #ec1d3d !important;
}

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

picture {
  display: block;
}

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

.col-form {
  position: relative;
}

.theme-input {
  position: relative;
}

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

.col-middle-inner {
  display: table-cell;
  vertical-align: middle;
}

button:focus {
  outline: 0;
}

label.error {
  color: #fff;
  background: red;
  font-size: 10px;
  position: absolute;
  left: 0;
  bottom: -13px;
  line-height: 13px !important;
  top: auto;
  font-weight: 600;
}

.contact-form label.error {
  bottom: -16px;
  width: inherit;
}

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

.list-point {
  padding: 0;
}

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

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

.list-point > li:before {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  background: #cead53;
  background: linear-gradient(
    135deg,
    #af842d 43.35%,
    #af842d 44.17%,
    #b38931 46.1%,
    #bf993f 49.01%,
    #cead53 51.46%,
    #b9902e 63.64%
  );
  left: 0;
  top: 8px;
  border-radius: 100%;
}

.list-point.list-point-red > li:before {
  background-color: #ec1d3d;
}

.dash-list-point li {
  position: relative;
  padding-left: 20px;
}

.dash-list-point li:before {
  position: absolute;
  content: '';
  top: 10px;
  left: 0;
  width: 10px;
  height: 2px;
  background-color: #4f4f4f;
}

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

.splide__pagination__page {
  margin: 2px;
}

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

.splide__arrow:hover svg path {
  stroke: #ec1d3d;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.splide__arrow svg path {
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.splide.pagination .splide__pagination__page {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: unset;
  font-size: 18px;
}

.splide__arrow svg {
  fill: transparent;
  transition: fill 0.2s linear;
  /* stroke-width: 1.5; */
}

.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;
  color: #bcbec0;
}

.splide__arrow {
  width: 40px;
  height: 26px;
  background-color: transparent;
  border: 0;
  opacity: 1;
  border-radius: 100%;
  color: #4f4f4f;
}

.splide__arrow:hover {
  background-color: unset;
  opacity: 1;
}

.splide__arrow svg {
  font-size: 26px;
}

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

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

.splide__pagination__page {
  width: 8px;
  height: 8px;
  background: #0000003d;
  opacity: 0.5;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.splide__pagination__page.is-active {
  transform: none;
  background: #0000003d;
  opacity: 1;
  width: 20px;
  border-radius: 10px;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

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

.hover-scale-block,
.theme-block-img {
  position: relative;
  overflow: hidden;
}

.theme-block-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #000000;
  opacity: 0;
  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;
}

.theme-block:hover .theme-block-img:before {
  opacity: 0.6;
  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;
}

.theme-block-title {
  position: absolute;
  top: calc(50% + 24px);
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  text-align: center;
  z-index: 9;
  transform: translateY(-50%);
}

.theme-block {
  position: relative;
}

.theme-block-title h3 {
  color: #fff;
  font-size: 36px;
  font-weight: 600;
}

.theme-block-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  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-icon svg {
  width: 35px;
  height: 35px;
  color: #fff;
  display: block;
  margin: 0 auto;
}

.theme-block:hover .theme-block-icon {
  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;
}

.hover-scale-block img,
.theme-block-img img {
  -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;
}

.hover-scale-block:hover img,
.theme-block:hover .theme-block-img > picture img {
  transform: scale(1.04);
  /* -webkit-transform: scale(1.04); */
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.popup-on .theme-block-img:before {
  opacity: 0.3;
}

.theme-project-logo-block {
  position: absolute;
  bottom: 0px;
  display: flex;
  z-index: 2;
  padding: 16px;
  gap: 16px;
  width: 100%;
  align-items: end;
  justify-content: end;
  display: none;
}

.theme-project-logo-block h5 {
  color: #ffffff;
  font-variant: lining-nums;
  font-size: 18px;
  transition: all 0.3s linear;
  opacity: 0;
  text-align: right;
}

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

.block-title {
  margin-top: 10px;
  text-align: center;
  position: relative;
  z-index: 11;
}

.theme-project-block .theme-block-img:before {
  display: none;
}

.theme-project-block .theme-block-img > picture::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #000000;
  opacity: 0.4;
  transition: all 0.3s linear;
}

.theme-project-block .theme-block-img picture {
  position: relative;
  overflow: hidden;
}

.theme-project-block .theme-block-img picture:before {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 1) 100%
  );
  opacity: 0;
}

.project-block-with-confi .theme-block-img picture:before {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 30.46%,
    rgba(0, 0, 0, 0.48) 44.12%,
    rgba(0, 0, 0, 0.8) 73.14%
  );
}

.theme-project-logo-block img {
  max-width: 120px;
  max-height: 80px;
}

.theme-project-block.project-block-with-confi:hover
  .theme-block-img
  picture:before {
  opacity: 1;
}

.theme-project-block .block-title h4 {
  font-size: 28px;
}

.block-title h4 {
  font-size: 20px;
  line-height: normal;
  font-weight: 400;
  color: #333;
  font-variant: lining-nums;
  -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;
}

.tab-list li {
  list-style: none;
}

.tab-list .tab {
  position: relative;
  line-height: 1;
  background: transparent;
  -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;
  cursor: pointer;
}

.tab-list {
  position: relative;
  flex-wrap: wrap;
  margin-bottom: 30px;
  width: fit-content;
}

.tab-vertical .tab a:before {
  content: '';
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
  height: 9px;
  background-color: #333;
  border-radius: 100%;
}

.tab-list .tab a {
  position: relative;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  display: block;
  font-family: 'Cinzel', serif;
  color: #4f4f4fbf;
  -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;
}

.tab-list .tab:hover a,
.tab-list .tab.is-active a,
.tab.active a {
  color: #000;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-bottom: 1px solid #cead53;
}

.tab-list-block {
  margin-bottom: 30px;
}

.tab-horizontal .tab a {
  font-size: 14px;
  font-family: 'Jost', sans-serif;
  font-weight: 500;
  color: #4f4f4f;
  border-bottom: 1px solid transparent;
  min-width: 70px;
  text-align: center;
}

.tab-horizontal .tab.is-active a {
  color: #000;
  border-bottom: 1px solid #cead53;
}

.tab-horizontal .tab:not(:last-child) {
  padding-right: 30px;
  margin-right: 30px;
  border-right: 1px solid #d7d7d7;
}

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

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

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

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

.close-button {
  top: 0;
  right: 0;
  padding: 5px;
  background-color: #065f9d;
  color: #ffffff;
  position: absolute;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -ms-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}

.close-button svg {
  display: block;
}

.close-button:hover {
  opacity: 0.8;
  cursor: pointer;
}

.form-title {
  text-align: left;
  margin-bottom: 0;
  font-size: 24px;
  width: 100%;
  margin-bottom: 10px;
  color: #fff;
}

header {
  position: fixed;
  z-index: 9999;
  padding: 0;
  width: 100%;
  /* background: rgba(31, 25, 20, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px); */
  /* background-color: #00000033; */
  top: 0;
  left: 0;
  /* backdrop-filter: blur(25px); */
  display: block;
}

#header:before {
  position: absolute;
  content: '';
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  background: rgba(31, 25, 20, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

html.insomenu-active #header,
html.html-menu-active #header,
html.is-active #header,
#header.sticky {
  backdrop-filter: unset;
  -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-logo {
  position: relative;
  z-index: 9;
}

.menu-icons {
  position: relative;
  z-index: 9;
}

.scroll-down header {
  transform: translateY(-100px);
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  /* transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 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;
}

.scroll-up header,
.html-menu-active header {
  top: 0;
  /* background: rgb(0 0 0 / 61%); */
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  /* transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 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;
}

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

.theme-padding-lg {
  padding-left: 300px;
  padding-right: 300px;
}

.sticky-btn-enquire {
  position: fixed !important;
  top: 50%;
  right: -59px;
  padding: 8px 28px !important;
  z-index: 999 !important;
  transform: translateY(-50%) rotate(-90deg);
  color: #ffffff;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  border: 1px solid #ec1d3d;
  background: #ec1d3d;
  backdrop-filter: blur(5px);
  text-transform: uppercase;
}

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

.listed-points li {
  color: #333;
  margin: 10px 0;
  position: relative;
  padding-left: 25px;
}

.listed-points li:last-child {
  margin-bottom: 0;
}

.listed-points li:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  top: 6px;
  left: 0;
  border-radius: 100%;
  background-color: transparent;
  border: 2px solid #28438c;
}

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

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

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

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

.bg-light-golden {
  background-color: rgba(201, 150, 58, 0.06);
}

.bg-light-golden-shade-2 {
  background-color: rgb(251, 249, 242);
}

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

a.theme-text,
.theme-text {
  color: #ec1d3d !important;
}

a.theme-text:hover {
  color: #bf993f !important;
}

.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: #ec1d3d;
  color: #fff;
  border-radius: 100%;
  border: 1px solid #ffffff30;
}

.scroll-to-top:hover {
  border: 1px solid #d31a35;
  background: #d31a35;
}

.scroll-to-top.showBtn {
  opacity: 1;
  transform: translateY(0);
}

.splide__pagination {
  margin-top: 20px;
}

.social-icon {
  position: relative;
  display: flex;
  -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;
}

.social-icon svg {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-media {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px 0;
}

.social-icon:hover {
  -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-bottom .splide__arrows {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 50px;
}

.arrow-bottom .splide__arrow {
  position: static;
  transform: unset;
}

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

.arrow-top .splide__arrows {
  display: flex;
  position: absolute;
  top: -125px;
  gap: 10px;
  right: 0;
  z-index: 9;
}

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

/* Header Start */
@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }

  100% {
    opacity: 1;
    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;
  }
}

.dropdown-arrow {
  position: relative;
  padding-right: 40px !important;
}

.menu-with-arrow svg {
  display: inline-block;
  vertical-align: middle;
}

.menu-link {
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  display: block;
  position: relative;
  width: fit-content;
  z-index: 9;
}

.header-dropdown > .menu-link:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23EC1D3D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='icon icon-tabler icons-tabler-outline icon-tabler-chevron-down'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M6 9l6 6l6 -6'/%3E%3C/svg%3E");
}

.menu-item > .menu-link {
  padding: 20px 0;
}

.menu-item:not(:last-child) {
  position: relative;
  padding-right: 30px;
}

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

/* Header End */
/* Footer Start */
footer {
  background: #eee;
}

.footer-menu-block h5 {
  margin-bottom: 12px;
  font-family: 'Jost', sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.footer-link {
  display: block;
}

.footer-link:not(:last-child) {
  margin-bottom: 10px;
}

.footer-logo {
  max-width: 220px;
  margin-bottom: 30px;
}

.column.footer-col {
  max-width: 460px;
}

.arrow-toggle {
  display: flex;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  margin: 0 auto !important;
  position: relative;
  cursor: pointer;
  top: -20px;
  background-color: #fbfbfb;
  border: 1px solid #c5c5c5;
}

.footer-toggle-content .footer-menu-block {
  margin-bottom: 20px;
}

.footer-toggle-content .footer-link {
  width: 100%;
  /* padding: 0 12px; */
  color: #808080;
}

.footer-toggle-content .footer-menu-list {
  /* margin: 0 -12px; */
}

.footer-toggle-content {
  position: relative;
  -moz-transition: height 0.4s ease;
  -ms-transition: height 0.4s ease;
  -o-transition: height 0.4s ease;
  -webkit-transition: height 0.4s ease;
  transition: height 0.4s ease;
  height: 0;
  overflow: hidden;
}

.arrow-toggle svg {
  transition: transform 0.4s ease;
  stroke: #c5c5c5;
}

.footer-hidden-content.is-active .arrow-toggle svg {
  transform: rotate(180deg);
}

.social-icon:not(:last-child) {
  padding-right: 10px;
  /* margin-right: 10px; */
  /* border-right: 1px solid #4F4F4F; */
}

.footer-contact-detail {
  border-top: 1px solid #c5c5c5;
  border-bottom: 1px solid #c5c5c5;
  padding: 30px 0;
  margin: 30px 0 0 0;
}

.footer-toggle-content .footer-link:hover {
  color: #ec1d3d;
}

.footer-contact-menu {
  display: flex;
  gap: 6px;
}

footer {
  padding-top: 80px !important;
}

/* Footer End */

.column.col-sustainability:first-child,
.column.col-about:first-child {
  max-width: 495px;
}

.counter {
  font-weight: 400;
  font-size: 22px;
  color: #ec1d3d;
  margin-bottom: 2px;
}

.about-counter .column {
  margin-bottom: 25px !important;
  padding: 0 50px !important;
}

.about-counter .columns {
  margin: 0 -50px -25px !important;
}

.about-counter .column:nth-child(odd) {
  border-right: 1px solid #d7d7d7;
}

.counter-block p {
  line-height: 16px;
  font-weight: 400;
}

.about-counter {
  margin-top: 30px;
  max-width: 420px;
}

.about-detail,
.sustainability-detail {
  max-width: 620px;
}

.promise-images {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  height: 100%;
}

/* .promise-detail {
  padding: 40px 0;
} */

.promise-img-bottom {
  /* margin-top: 100px; */
  display: flex;
  align-items: end;
}

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

.promise-img picture,
.promise-img {
  width: 100%;
}

.promise-img img {
  aspect-ratio: 4/5 !important;
}

.theme-card {
  position: relative;
}

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

.theme-card-img img {
  -moz-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  -webkit-transition: all 0.6s linear;
  transition: all 0.6s linear;
}

.theme-card:hover .theme-card-img img {
  transform: scale(1.03);
  -moz-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  -webkit-transition: all 0.6s linear;
  transition: all 0.6s linear;
}

.theme-card-img {
  position: relative;
  overflow: hidden;
}

.project-card .img-ratio {
  aspect-ratio: 3/4 !important;
}

.our-brand-element {
  height: 90px;
  width: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(1);
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0.2;
  transition:
    transform 0.5s ease-in-out,
    opacity 0.5s ease-in-out;
  z-index: 1;
}

.our-brand-block:hover.our-brand-element {
  transform: translateY(-50%) scale(1.1);
  opacity: 0.5;
}

.our-brand-block {
  position: relative;
  text-align: center;
  padding: 0 30px;
}

.our-brand-block h3 {
  position: relative;
  display: inline-block;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background:
    linear-gradient(
      45deg,
      #b9902e 36.37%,
      #cead53 48.55%,
      #bf993f 51%,
      #b38931 53.91%,
      #af842d 55.84%,
      #af842d 56.67%
    ),
    linear-gradient(0deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15));
  background-clip: border-box;
  font-size: 28px;
  font-weight: 400;
  padding: 20px 0;
}

.our-brand-cols .column:not(:last-child) {
  border-right: 1px solid #dcdcdc;
}

/* JS scroll */
.js-scroll {
  opacity: 0;
}

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

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

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

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

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

@keyframes fade-in-left {
  0% {
    opacity: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
  }
}

@keyframes fade-in-right {
  0% {
    opacity: 0;
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-bottom {
  0% {
    opacity: 0;
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-top {
  0% {
    opacity: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.zoom-out {
  opacity: 0;
  transition-property:
    opacity,
    -webkit-transform;
  transition-property: opacity, transform;
  transition-property:
    opacity,
    transform,
    -webkit-transform;
  transition-duration: 3s;
  transition-timing-function: ease-out;
  -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);
}

.fade-up {
  opacity: 0;
  transition-property:
    opacity,
    -webkit-transform;
  transition-property: opacity, transform;
  transition-property:
    opacity,
    transform,
    -webkit-transform;
  transition-duration: 1s;
  transition-timing-function: ease-out;
  transform: translate3d(0, 24px, 0);
  -webkit-transform: translate3d(0, 24px, 0);
  -moz-transform: translate3d(0, 24px, 0);
  -ms-transform: translate3d(0, 24px, 0);
  -o-transform: translate3d(0, 24px, 0);
}

.fade-up.scrolled {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.fade-down {
  opacity: 0;
  transition-property:
    opacity,
    -webkit-transform;
  transition-property: opacity, transform;
  transition-property:
    opacity,
    transform,
    -webkit-transform;
  transition-duration: 1s;
  transition-timing-function: ease-out;
  transform: translate3d(0, -24px, 0);
  -webkit-transform: translate3d(0, -24px, 0);
  -moz-transform: translate3d(0, -24px, 0);
  -ms-transform: translate3d(0, -24px, 0);
  -o-transform: translate3d(0, -24px, 0);
}

.fade-down.scrolled {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.delay1 {
  -webkit-animation-delay: 0.2s !important;
  animation-delay: 0.2s !important;
}

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

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

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

.delay5 {
  -webkit-animation-delay: 0.6s !important;
  animation-delay: 0.6s !important;
}

.delay6 {
  -webkit-animation-delay: 0.7s !important;
  animation-delay: 0.7s !important;
}

.delay7 {
  -webkit-animation-delay: 0.8s !important;
  animation-delay: 0.8s !important;
}

.delay8 {
  -webkit-animation-delay: 0.9s !important;
  animation-delay: 0.9s !important;
}

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

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

.delay11 {
  -webkit-animation-delay: 2.2s !important;
  animation-delay: 2.2s !important;
}

.delay12 {
  -webkit-animation-delay: 2.4s !important;
  animation-delay: 2.4s !important;
}

.delay13 {
  -webkit-animation-delay: 2.6s !important;
  animation-delay: 2.6s !important;
}

.delay14 {
  -webkit-animation-delay: 2.8s !important;
  animation-delay: 2.8s !important;
}

.delay15 {
  -webkit-animation-delay: 3s !important;
  animation-delay: 3s !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-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-top-to-bottom {
  will-change: clip-path, opacity;
}

/* JS scroll */
/* Cursor Css Start */
/* body {
  cursor: none;
} */

.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}

.cursor-inner {
  margin-left: 2px;
  margin-top: 2px;
  width: 6px;
  height: 6px;
  z-index: 10000001;
  background-color: #ec1d3d;
  -webkit-transition:
    width 0.3s ease-in-out,
    height 0.3s ease-in-out,
    margin 0.3s ease-in-out,
    opacity 0.3s ease-in-out;
  -o-transition:
    width 0.3s ease-in-out,
    height 0.3s ease-in-out,
    margin 0.3s ease-in-out,
    opacity 0.3s ease-in-out;
  transition:
    width 0.3s ease-in-out,
    height 0.3s ease-in-out,
    margin 0.3s ease-in-out,
    opacity 0.3s ease-in-out;
  background: linear-gradient(102.19deg, #ec1d3d -14.84%, #ec1d3d 77.54%);
}

.cursor-inner.cursor-hover {
  margin-left: -40px;
  margin-top: -40px;
  width: 80px;
  height: 80px;
  background-color: #ec1d3d;
  opacity: 0.3;
}

.cursor-outer {
  margin-left: -15px;
  margin-top: -15px;
  width: 40px;
  height: 40px;
  border: 1px solid #ec1d3d;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.cursor-outer.cursor-hover {
  opacity: 0;
}

/* Cursor Css End */

.img-tag {
  position: absolute;
  bottom: 10px;
  right: 2px;
  width: auto;
  height: auto;
  max-width: fit-content;
  z-index: 9;
  color: #fff;
  font-size: 8px;
  line-height: 1;
  font-weight: 600;
  transform-origin: center center;
  writing-mode: vertical-rl;
  text-shadow: 1px 1px #000000;
  transform: translateX(-50%) scale(-1);
}

.desktop-menu ul {
  display: flex;
}

ul.desktop-menu {
  display: flex;
  justify-content: center;
  position: relative;
}

#header-search-menu-detail {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  width: 100%;
  top: 80px;
  left: 0;
  z-index: 999;
  border-bottom: 1px solid rgb(0 0 0 / 10%);
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background: #fcf9f3;
}

#header-search-menu-detail.is-active {
  opacity: 1;
  visibility: visible;
  top: 90px;
  -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-search-menu-close {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: -107px;
  left: 0;
  z-index: 11;
}

.header-search-menu-detail .properties-filter {
  position: relative;
  z-index: 100;
  padding-top: 30px;
  padding-bottom: 30px;
}

.header-search-menu {
  cursor: pointer;
}

.header-dropdown-title a {
  font-size: 18px !important;
}

.header-dropdown-item h4 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 20px;
  margin-bottom: 10px;
  font-family: 'Jost', sans-serif;
  border-bottom: 1px solid rgb(255 255 255 / 10%);
}

.menu-search-btn input {
  border: 0;
  padding: 10px 16px;
  width: 100%;
  color: #fff;
}

.menu-search-btn {
  background: #ffffff33;
  border-radius: 50px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
}

.menu-search-btn .btn {
  padding: 0;
  border: 0;
  width: 50px;
  justify-content: center;
}

.menu-search-btn .form-group {
  width: 100%;
}

.theme-menu,
.header-dropdown-content,
.menu-with-project-search-block {
  position: fixed;
  left: 0;
  top: -30px;
  width: 100%;
  height: auto;
  /* background: #0000009c;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px); */
  background: rgba(31, 25, 20, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 90px 0 30px;
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  /* z-index: 111; */
  overflow: hidden;
}

.sidebar-menu-item-inner > h5,
.sidebar-menu-item-inner a,
.sidebar-menu-item > h5,
.sidebar-menu-item a,
.header-dropdown-content a,
.header-dropdown-content .menu-link {
  display: block;
  font-weight: 500;
  text-transform: capitalize;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #fff;
  font-size: 16px;
  line-height: normal;
  padding: 14px 0;
  font-family: 'Jost', sans-serif;
  position: relative;
  width: fit-content;
}

.html-search-active .menu-with-project-search-block,
.insomenu-active .theme-menu,
.header-dropdown.menu-active .header-dropdown-content {
  opacity: 1;
  visibility: visible;
  top: 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;
}

.html-search-active {
  overflow: hidden;
}

.html-search-active .menu-with-project-search-block {
  z-index: 1111;
}

.header-dropdown-inner:hover .header-dropdown-inner-content {
  opacity: 1;
  visibility: visible;
  top: 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-block h5 {
  font-size: 18px;
  color: #ec1d3d;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.menu-with-arrow svg {
  display: inline-block;
  vertical-align: middle;
}

.menu-item.header-dropdown > .menu-link {
  padding-right: 30px;
  cursor: pointer;
}

.header-dropdown > .menu-link:hover:before {
  color: #ec1d3d;
  transform: translateY(-50%) rotate(180deg);
}

.header-dropdown > .menu-link:before {
  position: absolute;
  content: '';
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background-size: contain;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='icon icon-tabler icons-tabler-outline icon-tabler-chevron-down'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M6 9l6 6l6 -6'/%3E%3C/svg%3E");
}

.form-control {
  display: block;
  width: 100%;
  resize: none;
  padding: 8px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  color: #000;
  background-color: transparent;
  background-clip: padding-box;
  border: 0;
  border-bottom: 1px solid #bcbec0;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  font-family: 'Jost', sans-serif;
}

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

.mobile-with-country {
  display: flex;
}

.mobile-with-country .country-code {
  position: relative;
}

.mobile-with-country input.form-control {
  padding-left: 15px;
}

.mobile-with-country .select2-selection__arrow {
  right: 5px !important;
}

.mobile-with-country-code .select2-results__options,
.mobile-with-country-code .select2-results,
.mobile-with-country-code .select2-dropdown {
  min-width: 200px !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  top: 22%;
  height: 22px;
  width: 22px;
  right: 0;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 30px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Jost', sans-serif;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #d7d7d7;
  font-size: 14px;
  font-weight: 400;
  line-height: 40px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 40px;
  right: 0;
}

.select2-container--default .select2-results__option:last-child {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.select2-container--default .select2-selection--single {
  height: 40px;
  border-bottom: 1px solid #bcbec0;
}

.form-group.focused
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered,
.form-group.focused-active
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #000;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background: #ba9c4b66;
}

.select2-container--default .select2-results__option[aria-selected='true'] {
  background-color: #ba9c4b;
  color: #ffffff;
}

.select2-results__option {
  font-size: 14px;
  color: #333;
}

.block-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 9;
  max-width: 100% !important;
}

.sidebar-menu-item a:hover {
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #ec1d3d;
}

.menu-search-btn .btn {
  padding: 0;
  border: 0;
  width: 50px;
  justify-content: center;
}

.menu-search-list {
  display: flex;
  flex-direction: column;
  max-height: 140px;
  margin-top: 20px;
}

.header-dropdown-content .theme-scrollbar {
  height: 100%;
  overflow: hidden !important;
}

.menu-search-list a {
  padding: 4px 0 !important;
}

.dropdown-horizontal-desc {
  display: flex;
  justify-content: center;
  gap: 30px 100px;
}

.theme-menu > ul {
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 100px;
  justify-content: center;
}

.menu-without-accordian h5::before {
  display: none;
}

.sidebar-menu-dropdown:first-child {
  margin-top: 15px;
}

.sidebar-menu-item-inner > h5::before,
.sidebar-menu-item > h5::before {
  position: absolute;
  content: '';
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='icon icon-tabler icons-tabler-outline icon-tabler-chevron-down'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M6 9l6 6l6 -6'/%3E%3C/svg%3E");
  background-size: contain;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.sidebar-menu-item-inner.menu-active-inner > h5::before,
.sidebar-menu-item.menu-active > h5::before {
  transform: translateY(-50%) rotate(-180deg);
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}

.sidebar-close {
  position: absolute;
  opacity: 0;
  top: 0;
}

.insomenu-active .sidebar-open {
  opacity: 0;
}

.insomenu-active .sidebar-close {
  opacity: 1;
}

.sidebar-menu-link-inner,
.sidebar-menu-link {
  height: 0;
  overflow: hidden;
  -moz-transition: height 0.4s ease;
  -ms-transition: height 0.4s ease;
  -o-transition: height 0.4s ease;
  -webkit-transition: height 0.4s ease;
  transition: height 0.4s ease;
}

.sidebar-menu-item h6 {
  margin-bottom: 10px;
}

.sidebar-menu-item .sidebar-menu-link-inner a,
.sidebar-menu-item .sidebar-menu-link a {
  padding: 9px 0;
}

.responsive-sidebar-menu {
  display: none !important;
}

.sidebar-menu-item-inner > h5,
.sidebar-menu-item > h5,
.responsive-sidebar-menu h5 {
  margin-bottom: 0;
}

.sidebar-menu-dropdown:not(:last-child) {
  margin-bottom: 15px;
}

.sidebar-menu-item-inner > h5,
.sidebar-menu-item > h5 {
  cursor: pointer;
  position: relative;
  padding-right: 35px !important;
  width: fit-content;
  /* max-width: 160px; */
  display: flex;
  align-items: center;
  gap: 10px;
}

.sidebar-menu-item {
  /* max-width: 150px; */
  width: fit-content;
}

.header-dropdown > .menu-link:after {
  display: none;
}

.menu-trigger {
  border-left: 1px solid #fff;
  padding-left: 18px;
  cursor: pointer;
  min-height: 20px;
  display: flex;
  align-items: center;
}

.pagination-image .splide__pagination {
  position: absolute;
  bottom: 10px;
  margin: 0;
}

.pagination-white .splide__pagination__page {
  background-color: #fff;
}

.video-play-icons {
  position: absolute;
  bottom: 30px;
  right: 30px;
  display: flex;
  gap: 10px;
  color: #fff;
  z-index: 1;
}

.video-play-icons div {
  cursor: pointer;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  display: flex;
  background-color: #1f1f1f;
  border-radius: 100%;
}

.video-play-btn,
.video-mute-btn {
  display: none;
}

.video-unmute-btn {
  display: flex;
}

.video-play-icons .disabled {
  opacity: 0.5;
  pointer-events: none;
}

.header-dropdown-desc .menu-link {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.tag {
  font-size: 11px;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.tag-red {
  background-color: #ec1d3d;
  color: #fff;
}

.home-about-img .img-ratio {
  aspect-ratio: 1/1.1 !important;
}

.theme-overlay {
  position: relative;
}

.theme-overlay:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000033;
}

.theme-overlay.gradient-overlay:before {
  background: linear-gradient(180deg, #f9f9f9 0%, #e0e0e0 100%) !important;
  z-index: -1;
}

.overlay-0:before {
  display: none;
}

.project-element {
  width: 50px;
}

.projects-properties-menu {
  margin-bottom: 0;
  position: sticky;
  top: 0;
  z-index: 99999;
  gap: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d7d7d7;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(5px);
}

#project-menu {
  white-space: nowrap;
  justify-content: space-between;
  padding: 0 70px;
  position: relative;
}

.project-menu-main {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0 60px;
}

/* .project-menu-main:after {
  left: 0;
  position: absolute;
  content: "";
  top: 0;
  width: 110px;
  height: 100%;
  z-index: 1;
  background: #ffffff;
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 0) 100%);
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
} */

.theme-scrollbar-horizontal {
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 0;
}

.project-menu-item:not(:last-child) {
  width: 100%;
  border-right: 1px solid #d7d7d7;
  padding-right: 30px;
  margin-right: 30px;
}

.project-menu-link {
  padding: 5px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #4f4f4f;
  font-weight: 500;
  border-bottom: 1px solid transparent;
}

.project-menu-link:hover,
.project-menu-item.active .project-menu-link {
  color: #000;
  border-bottom: 1px solid #cead53;
  -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;
}

.sticky-menu-page header.sticky {
  /* opacity: 0; */
  transform: translateY(-100px);
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.enquire-btn,
.project-element {
  width: fit-content;
  flex: 0 0 auto;
}

.project-element img {
  max-width: 60px;
}

.section-ultimate-expression .container {
  max-width: 850px !important;
}

.signature-element {
  max-width: 360px;
  margin: 30px auto;
}

.project-propeties-icon {
  height: 40px;
  width: auto;
}

.project-propeties-item span {
  font-weight: 500;
  margin-top: 8px;
  display: block;
  max-width: 130px;
  margin-left: auto;
  margin-right: auto;
}

.project-propeties {
  gap: 40px;
}

.project-propeties li {
  width: calc(25% - 40px);
}

.column.gallery-col:first-child {
  max-width: 350px;
}

.column.gallery-grid {
  padding: 7px !important;
}

.gallery-grids .columns {
  margin: -7px !important;
}

.gallery-grid .theme-block:first-child {
  padding-bottom: 14px;
}

.gallery-grid .theme-block img {
  aspect-ratio: 1/1;
}

.gallery-grid-first .theme-block:first-child img {
  aspect-ratio: 1/0.7;
}

.gallery-grid-first .theme-block:last-child img {
  aspect-ratio: 1 / 1.5;
}

.gallery-grid-second .theme-block:first-child img {
  aspect-ratio: 1/1.2;
}

.gallery-grid-third .theme-block:last-child img {
  aspect-ratio: 1 / 1.2;
}

.confi-block::before {
  content: '';
  position: absolute;
  width: 70px;
  height: 95px;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 0;
  left: 5px;
  background-image: url(../images/elements/logo-element.svg);
  opacity: 0.1;
}

.confi-block::after {
  content: '';
  position: absolute;
  width: 140px;
  height: 140px;
  background-size: cover;
  top: 0;
  right: 0;
  background-image: url(../images/elements/confi-top-element.svg);
}

.confi-block {
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 80px;
  border: 1px solid #f0f0f0;
  background: #fafafa;
  overflow: hidden;
}

.tab-vertical .tab a {
  margin-left: 20px;
  border-bottom: 1px solid transparent;
  width: fit-content;
  font-variant: lining-nums;
}

.tab-list.tab-vertical {
  display: flex;
  flex-direction: column;
  gap: 40px;
  border-left: 1px solid #cead53;
  max-width: 180px;
  width: 100%;
  margin-bottom: 0;
  padding: 5px 0;
}

.location-tab {
  display: flex;
  gap: 50px;
}

.location-iframe iframe {
  height: 350px;
}

.rera-item img {
  width: 100px;
  height: 100px;
  margin: 0 auto 6px;
  flex: 0 0 100px;
}

.rera-desc span {
  display: block;
}

.rera-grid .column {
  border-right: 1px solid rgb(79 79 79 / 20%);
  width: 16.66%;
  flex: 0 0 auto;
  margin-bottom: 20px !important;
}

.rera-grid .columns {
  margin-bottom: -20px !important;
}

.crd-logo {
  max-width: 90px;
}

.rera-grid .column:last-child,
.rera-grid .column:nth-child(6n + 6) {
  border-right: 0;
}

.rera-desc h6 {
  font-size: 14px;
  font-weight: 600;
}

.banner-desc {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  padding: 0;
  z-index: 5;
}

/* h1.big-title {
  font-size: 54px !important;
  line-height: normal !important;
} */

.icon-with-select {
  display: flex;
  align-items: center;
  gap: 10px;
}

.icon-with-select .select2-container--default .select2-selection--single {
  border-bottom: 0;
}

.input-icon {
  display: flex;
}

.icon-with-select
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #4f4f4f;
  font-weight: 500;
}

.theme-filter-detail {
  /* border-radius: 75px; */
  border: 1px solid rgba(215, 215, 215, 0.4);
  background: #fafafa;
  padding: 12px 12px 12px 32px;
  margin-bottom: 50px;
}

.theme-filter-detail .rounded-pill {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
}

.theme-filter-detail .column:nth-child(1),
.theme-filter-detail .column:nth-child(2),
.theme-filter-detail .column:nth-child(3) {
  border-right: 1px solid #d7d7d7;
}

.theme-filter-sm .column:nth-child(2) {
  border-right: 0;
}

.theme-filter-detail .column {
  padding: 0 20px !important;
}

.theme-filter-detail .columns {
  margin: 0 -20px !important;
}

.column.search-btn {
  max-width: fit-content;
}

.theme-block .block-title a {
  margin-top: 12px;
}

.current-projects-tab .columns {
  margin: 0 -25px -50px !important;
}

.current-projects-tab .column {
  margin-bottom: 50px !important;
  padding: 0 25px !important;
}

.current-projects-tab .img-ratio {
  aspect-ratio: 3/4 !important;
}

.current-projects-tab-content .theme-block {
  height: 100%;
}

.footer-toggle-content.open {
  border-bottom: 1px solid #c5c5c5;
  margin-bottom: 20px;
}

.section-rera {
  padding-left: 60px;
  padding-right: 60px;
}

.column.rera-slider-col {
  width: 40%;
}

.column.crd-logo-col {
  max-width: 160px;
}

.projects-properties-menu .btn-outline-primary:hover {
  background-color: #b38931 !important;
  color: #fff !important;
  border-color: #b38931 !important;
}

sup {
  font-size: 13px;
  line-height: 18px;
}

.location-map .location-link {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #b38931;
  color: #fff;
  border-color: #b38931;
  padding: 5px 10px;
}

.theme-block.border-block {
  border: 1px solid #d7d7d7;
  padding: 20px;
}

h1.golden-title {
  font-family: 'Cinzel', serif;
  font-size: 105px !important;
  line-height: normal !important;
  font-weight: 600;
  background: linear-gradient(204deg, #bf993f 36.37%, #cead53 48.55%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.banner-element-title {
  padding-top: 80px;
  padding-bottom: 80px;
  width: fit-content;
}

.banner-element-img img {
  position: absolute;
  height: 240px;
  width: auto;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}

.theme-element.highlights-element,
.theme-element.highlights-element img {
  height: 100%;
}

.project-o-element img,
.project-o-element {
  height: 100%;
  opacity: 0.3;
}

.project-o-element {
  right: -120px !important;
}

.address-by-gs-highlight .highlights-image {
  max-width: 280px !important;
  margin: 0 auto;
}

.tenx-overview .project-o-element {
  right: -50px !important;
}

.vm-img img {
  aspect-ratio: 4/3 !important;
}

.vision-mission-item:nth-child(odd) .column:first-child {
  max-width: 250px;
}

.vision-mission-item:nth-child(even) .column:first-child {
  order: 2;
  max-width: 250px;
}

.vision-mission-item:nth-child(even) .vm-desc {
  text-align: end;
  margin-left: auto;
}

.vm-desc {
  max-width: 390px;
}

.column.team-modal-col:first-child {
  width: 360px;
  flex: 0 0 auto;
}

.column.team-modal-col:last-child {
  width: calc(100% - 360px);
  flex: 0 0 auto;
}

.team-modal-col .img-ratio {
  aspect-ratio: 1 / 1.3;
}

.team-modal-detail {
  max-height: 460px;
}

.team-modal-title {
  margin-bottom: 20px;
}

.our-team-img .theme-block-icon {
  top: unset !important;
  transform: unset !important;
  bottom: 10px !important;
  left: unset !important;
  right: 10px !important;
  border-radius: 100px;
  background: #d7d7d7;
  backdrop-filter: blur(10px);
  z-index: 2;
}

.our-team-img .theme-block-icon svg {
  padding: 6px;
  color: #000;
}

.awards-img .square-img-fixed-ratio {
  object-fit: contain !important;
  max-height: 240px;
}

.awards-block .block-title {
  margin: 0;
  padding: 10px;
  top: -1px;
}

.awards-block .block-title h4 {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.awards-block:hover .awards-img {
  background-color: #4f4f4f;
}

.awards-block:hover .block-title {
  background-color: #000;
}

.awards-block:hover span,
.awards-block:hover h4 {
  color: #fff !important;
}

.awards-block .awards-img,
.awards-block .block-title,
.awards-block span,
.awards-block h4,
.awards-block:hover .awards-img,
.awards-block:hover .block-title,
.awards-block:hover span,
.awards-block:hover h4 {
  -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;
}

.awards-img {
  min-height: 300px;
  display: flex;
  align-items: end;
  padding: 10px;
}

.news-blog-block .img-ratio {
  aspect-ratio: 3/2;
}

.news-blog-block h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.cols-padding-30 .column {
  padding: 15px !important;
}

.columns.cols-padding-30 {
  margin: -15px !important;
}

.cols-padding-50 .column {
  padding: 25px !important;
}

.columns.cols-padding-50 {
  margin: -25px !important;
}

.black-logo {
  display: none !important;
}

.header-white #header:before {
  display: none;
}

.header-white .dark a,
.header-white .dark span {
  color: #000 !important;
}

.header-white.insomenu-active .black-logo,
.header-white.html-menu-active .black-logo,
.header-white .white-logo {
  display: none !important;
}

.header-white.insomenu-active .white-logo,
.header-white.html-menu-active .white-logo,
.header-white .black-logo {
  display: block !important;
}

.header-white header {
  background-color: #fff;
  border-bottom: 1px solid rgba(79, 79, 79, 0.1);
}

.header-white .menu-item.header-dropdown > .menu-link {
  color: #000;
}

.header-white.insomenu-active .dark a,
.header-white.insomenu-active .dark span,
.header-white.html-menu-active .dark a,
.header-white.html-menu-active .dark span,
.header-white.insomenu-active .menu-item.header-dropdown > .menu-link,
.header-white.html-menu-active .menu-item.header-dropdown > .menu-link {
  color: #fff !important;
}

.header-white .header-dropdown > .menu-link:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='icon icon-tabler icons-tabler-outline icon-tabler-chevron-down'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M6 9l6 6l6 -6'/%3E%3C/svg%3E");
}

.header-white.insomenu-active .header-dropdown > .menu-link:before,
.header-white.html-menu-active .header-dropdown > .menu-link:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='icon icon-tabler icons-tabler-outline icon-tabler-chevron-down'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M6 9l6 6l6 -6'/%3E%3C/svg%3E");
}

.header-white .header-contact svg path,
.header-white .header svg {
  stroke: #000;
}

.header-white .menu-trigger {
  border-left: 1px solid #000;
}

.header-white.insomenu-active .header-contact svg path,
.header-white.html-menu-active .header-contact svg path,
.header-white.insomenu-active .header svg,
.header-white.html-menu-active .header svg {
  stroke: #fff;
}

.header-white.insomenu-active .menu-trigger,
.header-white.html-menu-active .menu-trigger {
  border-left: 1px solid #fff;
}

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

.nb-detail-page-item h5 {
  margin-bottom: 15px;
}

.view-block {
  position: absolute;
  bottom: 6px;
  right: 7px;
  color: #fff;
  z-index: 2;
}

.news-blog-img {
  position: relative;
  flex: 0 0 45%;
}

.blog-block .news-blog-img: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.5) 100%
  );
  z-index: 1;
}

.philosophy-item {
  min-height: 435px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}

.philosophy-icon svg {
  width: 160px;
  height: 160px;
  display: flex;
}

.philosophy-icon {
  position: relative;
  bottom: -20px;
}

.philosophy-item:before {
  position: absolute;
  content: '';
  top: 75%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 370px;
  height: 370px;
  background-color: #d7d7d766;
  border-radius: 100%;
}

.container.philosophy-wrapper {
  max-width: 1160px !important;
}

.philosophy-title h5 {
  font-size: 20px;
}

.culture-img .img-ratio {
  aspect-ratio: 5/4;
}

.opportunities-block {
  border: 1px solid #d7d7d7;
  padding: 20px;
}

.opportunities-detail {
  display: flex;
  align-items: center;
  gap: 50px;
  border-top: 1px solid #d7d7d760;
  margin-top: 16px;
  padding-top: 16px;
}

.opportunities-item p {
  color: #000;
  font-size: 16px;
  margin-top: 2px;
}

.opportunities-block h5 {
  color: #ec1d3d;
  font-weight: 700;
  line-height: normal;
}

.raymond-logo-block img {
  max-width: fit-content;
  height: 45px;
}

.raymond-logo-block h5 {
  color: #000;
  line-height: normal;
  font-weight: 700;
}

.raymond-logo-block {
  background-color: #f9f9f9;
  padding: 60px 80px;
  max-width: fit-content;
}

.raymond-amenities-block {
  padding: 50px;
  background-color: #fbf9f2;
  max-width: 375px;
}

.raymond-amenities-block-inner h5 {
  color: #000;
  margin-bottom: 20px;
}

.raymond-amenities-config {
  display: flex;
  align-items: center;
  gap: 20px;
}

.about-raymond-col:nth-child(2) .raymond-amenities-block {
  margin-top: 200px;
  margin-left: auto;
}

.homebuyers-block-inner {
  display: flex;
  gap: 10px;
  align-items: center;
  background-color: #ffffff;
  padding: 15px;
  position: relative;
  max-width: fit-content;
  fill: #fff;
  filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.05));
  padding-right: 100px;
}

.homebuyers-block-inner:not(:last-child) {
  margin-bottom: 10px;
}

.color-black {
  color: #000;
}

.homebuyers .raymond-logo-block {
  background-color: #fff;
  padding: 60px 50px;
}

.homebuyers-block-inner::before {
  position: absolute;
  content: '';
  left: 99.8%;
  top: 0;
  width: 80px;
  height: 100%;
  clip-path: polygon(30% 52%, 0 0, 0 100%);
  background-color: #fff;
}

.great-returns-col .raymond-logo-block {
  padding: 40px;
}

.segments-tab .tab-list .tab:hover a,
.segments-tab .tab-list .tab.is-active a,
.segments-tab .tab.active a {
  border: 0;
}

.segments-tab .tab-list .tab {
  background-color: #d0cec7;
  padding: 24px;
  position: relative;
  width: calc(16.66% - 10px);
  text-align: center;
}

.segments-tab .tab-list .tab::before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/nri-corner/tenx.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-position: center;
}

.segments-tab .tab-list .tab:nth-child(3)::before,
.segments-tab .tab-list .tab:nth-child(4)::before {
  background-image: url(../images/nri-corner/address-gs.svg);
}

.segments-tab .tab-list .tab:nth-child(5)::before {
  background-image: url(../images/nri-corner/invictus-gs.svg);
}

.segments-tab .tab-list .tab:nth-child(6)::before {
  background-image: url(../images/nri-corner/park-avenue.svg);
}

.segments-tab .tab-list .tab.is-active {
  background-color: #c6a445;
}

.segments-tab .tab-list {
  display: flex;
  gap: 10px;
  width: 100%;
  justify-content: space-between;
  border-bottom: 1px solid #4f4f4f1a;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.segments-tab .tab-list .tab a {
  color: #fff;
  text-transform: uppercase;
  font-variant: lining-nums;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-style: italic;
}

.logo-address {
  margin-left: 40px;
  padding-left: 40px;
  position: relative;
  color: #c6a445;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 5px;
}

.logo-address::before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #c6a445;
  height: 80px;
  width: 2px;
}

.project-desc {
  background-color: #c6a445;
  padding: 20px;
  max-width: 320px;
  position: relative;
}

.project-desc span {
  color: #fff;
  font-weight: 600;
}

.project-desc::before {
  position: absolute;
  content: '';
  left: -10px;
  top: -10px;
  height: 100%;
  width: 100%;
  background-color: #c6a44533;
}

.segments-config {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  gap: 40px;
}

.segments-opportunities-item p {
  color: #000;
  margin-bottom: 0;
  font-weight: 700;
}

.segments-opportunities-item {
  position: relative;
  width: calc(50% - 20px);
  flex: 0 0 auto;
}

.segments-opportunities-item::before {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: #c6a445;
}

.h-100 {
  height: 100%;
}

.rera-col .rera-desc {
  text-align: center;
}

.rera-col:not(:last-child) {
  border-right: 1px solid #4f4f4f20;
}

.section-upcoming-projects .raymond-logo-block {
  padding: 40px;
}

.upcoming-projects-img img {
  max-width: 800px;
  margin: 0 auto;
}

.upcoming-projects-img {
  position: relative;
  top: -110px;
  margin-bottom: -110px;
}

.section-co-creators .raymond-logo-block {
  background-color: #fff;
  padding: 40px;
}

.excellence-redefined-tab {
  display: flex;
  align-items: center;
}

.excellence-desc-inner:not(:last-child) {
  margin-bottom: 20px;
}

.excellence-years-img {
  max-width: 160px;
}

.excellence-redefined-tab .tab-list.tab-vertical {
  gap: 70px;
}

.raymond-amenities-config picture {
  flex: 0 0 40px;
}

.raymond-amenities-config:not(:last-child) {
  border-bottom: 1px solid #4f4f4f1a;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.homebuyers-block-inner picture {
  flex: 0 0 32px;
}

.homebuyers-block-inner p b {
  color: #000;
}

.segments-logo {
  flex: 0 0 120px;
}

.segments-project-img .img-ratio {
  aspect-ratio: 4/3 !important;
}

.co-creators-img {
  max-width: 1000px;
  margin: 0 auto;
}

.opportunities-block svg {
  flex: 0 0 44px;
}

.advantage-logo img {
  height: 130px;
  width: auto;
}

.office-item h5 {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #d7d7d7;
}

.office-detail .column:before {
  position: absolute;
  content: '';
  top: 0;
  right: -1px;
  height: 100%;
  width: 1px;
  background-color: #d7d7d7;
}

.office-detail .column {
  position: relative;
  margin-bottom: 50px;
  padding: 50px !important;
}

.office-detail .columns {
  margin: -12px -50px -50px !important;
  overflow: hidden;
}

.office-detail .column:last-child:before {
  display: none;
}

.office-item a {
  display: block;
}

.office-item a:not(:last-child) {
  margin-bottom: 2px;
}

.map-img .img-ratio {
  aspect-ratio: 1/1.3;
}

.investor-block .img-ratio {
  aspect-ratio: 3/2 !important;
}

.block-inner-text .theme-block-img:before {
  opacity: 1 !important;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
}

.block-inner-text .block-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  padding: 24px;
  max-width: 320px;
  z-index: 11;
}

.header-black header {
  background-color: #000 !important;
}

.theme-icon img {
  width: 40px;
  height: 40px;
  margin: 0 auto;
}

.theme-icon {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #d7d7d7;
}

.theme-icon-block h6 {
  margin-bottom: 10px;
  display: block;
  font-family: 'Jost', sans-serif;
}

.theme-icon-block {
  padding: 30px;
  border: 1px solid #d7d7d7;
  overflow: hidden;
  height: 100%;
}

.theme-icon-block:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-color: #00000010;
  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-icon-block:hover:before {
  opacity: 1;
  top: 0;
  left: 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;
}

/* Table */
.theme-table {
  border-spacing: 0;
  width: 100%;
  text-align: left;
  border: 1px solid #d7d7d7;
}

.theme-table th {
  text-transform: none;
  letter-spacing: 0;
  padding: 20px 24px;
  border-bottom: 1px solid #d7d7d7;
  background: #f9f9f9;
  overflow: hidden;
  color: #000;
  font-family: 'Cinzel', serif;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
}

.theme-table tbody tr td {
  border-bottom: 0;
  padding: 14px 24px;
  font-weight: 500;
  background-color: #f9f9f9;
}

.theme-table tbody tr:nth-child(odd) td {
  background-color: #fff;
}

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

.text-nowrap {
  white-space: nowrap !important;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.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;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

/* End Table */
.file-download {
  width: 80px !important;
  position: relative;
  text-align: center;
}

.file-download:before {
  position: absolute;
  content: '';
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1px;
  height: 50%;
  background-color: #d7d7d7;
}

.file-download a {
  display: flex;
  justify-content: center;
}

.our-team-detail .column {
  margin-bottom: 30px !important;
}

.our-team-detail .columns {
  margin-bottom: -30px !important;
}

.theme-table-sm.theme-table th {
  font-size: 16px;
  padding: 14px 6px;
}

.theme-table-sm.theme-table td {
  font-size: 13px;
  padding: 14px 6px;
}

.popup-on .theme-block-icon svg {
  width: 80px;
  height: 80px;
}

.popup-on .theme-block-icon {
  opacity: 1;
}

.section-investor-events .container {
  max-width: 1220px !important;
}

.one-screen-page {
  min-height: calc(100vh - 400px);
}

.number-pagination {
  display: flex;
  width: fit-content;
  gap: 8px;
  margin-top: 50px;
}

.number-pagination li a {
  background-color: #d7d7d7;
  color: #4f4f4f;
  font-weight: 700;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.number-pagination li a:hover,
.number-pagination li.active a {
  background-color: #ec1d3d;
  color: #fff;
}

.number-pagination .page-item-arrow a {
  background-color: transparent !important;
}

.breadcrumb {
  gap: 5px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.breadcrumb a {
  font-size: 14px;
}

.flats-configuration-list li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.column.flats-block-img-col {
  flex: 0 0 32%;
}

.flats-configuration-list li:not(:last-child) {
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #d7d7d7;
}

.flats-block:not(:last-child) {
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.flats-block:nth-child(even) .column.flats-block-img-col {
  order: 2;
}

.title-with-configuration {
  gap: 30px;
  flex-wrap: wrap;
}

/* Accordion Start */
.accordion {
  background: transparent;
  box-shadow: unset;
  border: unset;
}

.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 .card {
  overflow: hidden;
  margin: -1px -1px 1px;
  background: transparent;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: contents;
  text-align: left;
  border-bottom: 1px solid #d7d7d7;
  -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.accordion .card:last-child {
  margin-bottom: -1px;
}

.accordion .card:not(:last-child):not(.is-active) {
  border-bottom: 1px solid #d7d7d7;
}

.accordion .card.is-active {
  background: transparent;
}

.accordion .card.is-active + .card {
  border-top-color: transparent;
}

.accordion .card__title {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  margin-bottom: -1px;
  padding: 15px 40px 15px 0;
  color: #000000;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.accordion .card__title::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 24px;
  height: 24px;
  background-image: url(../images/icons/select-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -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 .card__title.is-active::before {
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  transform: translateY(-50%) rotateX(180deg);
  -webkit-transform: translateY(-50%) rotateX(180deg);
  -moz-transform: translateY(-50%) rotateX(180deg);
  -ms-transform: translateY(-50%) rotateX(180deg);
  -o-transform: translateY(-50%) rotateX(180deg);
}

.accordion .card__title .icon {
  width: 28px;
  height: 28px;
  opacity: 0.3;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  margin-right: -0.25rem;
  flex: 0 0 auto;
}

.accordion .card__content {
  padding: 0 0 20px;
}

.accordion .card__content p {
  font-weight: 500;
}

.accordion .card__title h6 {
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  line-height: 22px;
}

/* Accordion End */
.news-blog-block {
  display: flex;
  align-items: center;
  gap: 16px;
  border: 1px solid #e6e7e8;
  padding: 10px;
  -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;
}

.news-blog-block .block-title {
  margin-top: 0;
}

.news-blog-tag {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin: 8px 0;
}

.news-blog-tag li {
  border: 1px solid #0000001a;
  padding: 3px 5px 3px 20px;
  position: relative;
}

.news-blog-tag li span {
  position: relative;
  display: block;
  font-size: 13px;
  line-height: normal;
  font-weight: 500;
  color: #4f4f4f;
}

.news-blog-tag li::before {
  content: '';
  position: absolute;
  height: 5px;
  width: 5px;
  left: 8px;
  top: 11px;
  background-color: red;
  border-radius: 100%;
}

.news-blog-block .block-title .btn {
  margin-top: 12px !important;
  z-index: 11;
}

.news-media-wrapper .number-pagination {
  width: unset;
  justify-content: center;
}

/* .our-team-item .leader-detail {
  padding: 10px 0;
  position: absolute;
  bottom: 0;
  opacity: 0;
  width: calc(100% - 20px);
  margin: 10px;
} */
.our-team-item .leader-detail {
  margin-top: 10px;
}

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

.list-point-title {
  margin-bottom: 3px;
}

.list-point-title:before {
  position: absolute;
  content: '';
  top: 7px;
  left: -16px;
  width: 6px;
  height: 6px;
  background: linear-gradient(
    45deg,
    #b9902e 36.37%,
    #cead53 48.55%,
    #bf993f 51%,
    #b38931 53.91%,
    #af842d 55.84%,
    #af842d 56.67%
  );
  border-radius: 100%;
}

.title-desc-list-point li {
  padding-left: 16px;
}

.blog-sticky-menu {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.blog-menu-main:before,
.blog-menu-main:after {
  position: absolute;
  content: '';
  top: 0;
  width: 30px;
  height: 100%;
  z-index: 1;
}

.blog-menu-main:before {
  background: linear-gradient(
    to right,
    rgb(255 255 255) 19%,
    rgba(255, 255, 255, 0) 100%
  );
}

.blog-menu-main:after {
  background: linear-gradient(
    to right,
    rgb(255 255 255) 19%,
    rgba(255, 255, 255, 0) 100%
  );
  right: 0;
  transform: rotate(180deg);
}

.blog-menu-main .project-menu-item {
  padding-left: 30px !important;
  margin-right: 0 !important;
  padding-right: 30px !important;
}

.project-menu-main.blog-menu-main {
  padding: 0;
  margin: 0 60px;
  width: auto;
}

.blog-menu-main .project-menu-link {
  width: fit-content;
  margin: 0 auto;
}

.blog-block-title .section-title h2 {
  font-size: 36px;
  line-height: 46px;
}

.blog-block-title img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-block-title {
  padding: 20px;
  min-height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-block-title .theme-overlay:before {
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(6px);
  z-index: 1;
}

.tenx-highlights .highlights-image {
  max-width: 390px;
  margin-left: 100px;
}

.highlight-text-slider-wrapper {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.highlight-text-slider-wrapper h4 {
  font-size: 60px;
  line-height: 1;
  font-weight: 700;
  color: #000;
}

.invictus-gs-highlight .highlight-text-slider-wrapper h4,
.address-by-gs-highlight .highlight-text-slider-wrapper h4 {
  font-size: 34px;
}

#highlight-text-slider h4 {
  display: inline-block;
  background: linear-gradient(
    45deg,
    #b9902e 36.37%,
    #cead53 48.55%,
    #bf993f 51%,
    #b38931 53.91%,
    #af842d 55.84%,
    #af842d 56.67%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tenx-highlights #highlight-text-slider,
.tenx-highlights .highlight-text-item {
  position: absolute;
  top: 30%;
}

.tenx-highlights #highlight-text-slider {
  right: 5%;
}

.tenx-highlights .highlight-text-item {
  left: 25%;
}

#highlight-text-slider span {
  font-size: 16px;
  line-height: 20px;
  color: #000;
  text-align: center;
  display: block;
  font-weight: 500;
}

#highlight-text-slider .splide__slide {
  display: flex;
  flex-direction: column;
  height: 100% !important;
  align-items: center;
  justify-content: center;
}

.park-avenue-highlight .highlights-image,
.invictus-gs-highlight .highlights-image {
  max-width: 380px;
  margin: 0 auto;
}

/* EMI Calculator Start */
input[type='range'] {
  -webkit-appearance: none;
  width: 100%;
  background: transparent;
  height: 8px;
  border-radius: 40px;
  position: relative;
}

/* Track */
input[type='range']::-webkit-slider-runnable-track {
  height: 6px;
  border-radius: 10px;
}

input[type='range']::-moz-range-track {
  height: 6px;
  border-radius: 10px;
}

/* Thumb */
input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #000;
  cursor: pointer;
  margin-top: -6px;
  border: 4px solid #af842d;
  position: relative;
  z-index: 2;
}

input[type='range']::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #000;
  cursor: pointer;
  border: 4px solid #af842d;
  position: relative;
  z-index: 2;
}

/* Tooltip style */
.tooltip {
  position: absolute;
  top: 60px;
  left: 0;
  transform: translateX(-50%);
  color: #000;
  padding: 4px 8px;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  background:
    linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.24) 0%,
      rgba(255, 255, 255, 0.24) 100%
    ),
    #cead53 !important;
}

.tooltip::after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
  border-width: 6px 6px 0 6px;
  border-style: solid;
  border-color: #ddc184 transparent transparent transparent;
}

.slider-container {
  position: relative;
}

.emi-calculator-value {
  font-size: 36px;
  line-height: normal;
  font-weight: 700;
  color: #ec1d3d;
}

.emi-title,
.emi-calculator-inner label {
  font-size: 18px;
  font-weight: 600;
}

.slider-container:not(:last-child) {
  border-bottom: 1px solid #4f4f4f1a;
  padding-bottom: 65px;
  margin-bottom: 30px;
}

.calculator-value-detail li {
  display: flex;
  flex-direction: column-reverse;
  padding: 22px 60px;
}

.calculator-value-detail {
  border: 1px solid #d7d7d7;
  max-width: 330px;
  margin: 0 auto;
}

.calculator-value-detail li:not(:last-child) {
  border-bottom: 1px solid #d7d7d7;
}

.calculator-value-detail span {
  font-size: 16px;
  line-height: normal;
}

/* EMI Calculator End */
.section-events .column {
  border: 0 !important;
}

.checkbox {
  position: relative;
  display: flex;
  align-items: center;
}

.checkbox input {
  display: inline-block;
  width: inherit !important;
  vertical-align: middle;
}

.checkbox input[type='checkbox'],
.radio input[type='radio'] {
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}

.checkbox label,
.radio label {
  padding-left: 12px;
  cursor: pointer;
  vertical-align: middle;
  color: #4f4f4f;
  font-size: 12px;
  font-weight: 400;
}

.checkbox label::before,
.radio label::before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 2px;
  border: 1px solid #d7d7d7;
  border-radius: 0;
  background-color: transparent;
  transition: background 0.1s ease-in-out;
}

.checkbox label::after,
.radio label::after {
  content: '';
  position: absolute;
  width: 9px;
  height: 5px;
  left: 4px;
  top: 6px;
  border: 1px solid #ffffff;
  border-width: 0px 0 1px 1px;
  transform: rotate(-45deg);
  opacity: 0;
}

.checkbox input[type='checkbox']:checked + label::after,
.radio input[type='radio']:checked + label::after {
  opacity: 1;
}

.checkbox input[type='checkbox']:checked + label::before,
.radio input[type='radio']:checked + label::before {
  border-color: #939598;
  background-color: #939598;
}

.enquire-now-modal .theme-modal-card {
  max-width: 900px;
}

.modal-title-with-close .close {
  position: relative;
  inset: 0;
  color: #d7d7d7;
  border: 1px solid #d7d7d7;
  background-color: transparent;
}

.modal-title-with-close:hover .close {
  color: #ec1d3d;
  border: 1px solid #ec1d3d;
}

.modal-img .img-ratio {
  aspect-ratio: 3 / 4 !important;
}

.column.enquire-now-modal-col:last-child {
  max-width: 390px;
}

.enquire-now-form .form-label {
  font-size: 12px;
}

.enquire-now-form .form-control {
  padding: 6px 0;
}

.enquire-now-form
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered,
.enquire-now-form
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow,
.enquire-now-form .select2-container--default .select2-selection--single {
  line-height: 36px !important;
  height: 36px !important;
}

.enquire-now-form
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  height: 18px;
  width: 18px;
}

.legacy-counter .counter {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 500;
}

.legacy-counter .counter-block p {
  font-weight: 400;
  line-height: 20px;
  max-width: 250px;
}

.legacy-counter .column {
  padding: 12px 30px;
}

.legacy-counter .columns {
  margin: -12px -30px !important;
}

.legacy-counter .column:not(:last-child) {
  border-right: 1px solid #d7d7d7;
}

.disclaimer-text {
  font-size: 10px !important;
  color: #808080;
  line-height: 1.5;
}

.precision-element {
  position: unset;
}

.precision-element img {
  left: -1% !important;
  height: 100%;
  position: absolute;
  width: auto;
  top: 0;
}

.theme-title-list-desc h5 {
  font-size: 20px;
  color: #ec1d3d;
  font-variant: lining-nums;
  font-weight: 700;
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 8px;
}

.theme-title-list-desc h5:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 200px;
  height: 1px;
  background-color: #d7d7d7;
}

.theme-title-list-desc li:not(:last-child) {
  margin-bottom: 20px;
}

.column.finest-corridors-desc-col {
  max-width: 460px;
}

.finest-corridors-item {
  padding: 40px;
  border: 1px solid var(--Border, #d7d7d7);
  background: #fbf9f2;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.finest-corridors-item h2 {
  font-family: 'Cinzel', serif;
  font-size: 22px;
  line-height: normal;
}

.finest-corridors-block:nth-child(2) .finest-corridors-img-col {
  order: 2;
}

.finest-corridors-block:not(:last-child) {
  margin-bottom: 10px;
}

.finest-corridors-block .column {
  padding: 10px;
}

.finest-corridors-block .columns {
  margin: -10px !important;
}

.finest-corridors-img img {
  aspect-ratio: 2 / 1 !important;
}

/* .finest-corridors-img,
.finest-corridors-img img {
  height: 100% !important;
} */
.title-with-tabs .tab-horizontal .tab a {
  min-width: inherit;
}

.section-compliance-and-regulations .img-ratio {
  aspect-ratio: 3 / 2 !important;
}

.cms-item h5 {
  font-family: 'Jost', sans-serif;
  font-size: 18px;
  color: #000;
  margin-bottom: 8px;
}

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

.specifications-inner.mb-5:last-child {
  margin-bottom: 0 !important;
}

.current-projects-arrows.splide__arrows {
  display: none;
}

.header-whatsapp svg {
  width: 24px;
  height: 24px;
}

.vm-img {
  max-width: 240px;
  margin: 0 auto;
}

.vision-mission-item:nth-child(odd) .vm-img {
  margin-right: 0;
}

.vision-mission-item:nth-child(even) .vm-img {
  margin-left: 0;
}

.header-white .header .header-whatsapp svg {
  stroke: #05bc59;
}

.copyright-block {
  display: block;
  margin-top: 20px;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 600;
  width: fit-content;
}

.location-map iframe {
  overflow: hidden !important;
  width: 100% !important;
}

.projects-sub-section:nth-child(odd) {
  background-color: #f9f9f9;
}

iframe {
  display: block;
}

.highlights-logo {
  max-width: 260px;
  margin: 0 auto;
}

.fancybox-caption__body {
  bottom: 50px;
  position: relative;
  left: 0;
  right: 0;
  font-size: 6px;
}

.video-play {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.homefest-img {
  position: relative;
}

.homefest-img .theme-overlay:before {
  background-color: #00000080;
}

.thankyou-icon img {
  width: auto;
  height: 50px;
  margin: 0 auto 30px;
}

.light-gray {
  color: #d2d2d2;
}

.close.gray-close {
  color: #d7d7d7;
  border: 1px solid #d7d7d7;
}

.close.gray-close:hover {
  color: #ec1d3d;
  border: 1px solid #ec1d3d;
}

.built-element {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0.7;
}

.section-404 {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.section-404-detail h1 {
  font-size: 300px;
  line-height: 300px;
  color: #ec1d3d;
  font-weight: 100;
  padding: 0 30px;
}

.btn.fill-btn {
  color: #fff;
  background-color: #ec1d3d;
  padding: 15px 30px;
  border: 1px solid #ec1d3d;
}

.btn.fill-btn:hover {
  color: #ec1d3d;
  background-color: #fff;
  padding: 15px 30px;
  border: 1px solid #ec1d3d;
}

body.page-not-found {
  cursor: default;
}

.overview-content p {
  margin-bottom: 30px;
}

.projects-sub-section:nth-child(odd) .confi-block {
  background-color: #fff;
  border: 1px solid #cead5380;
}

.contact-us {
  position: fixed;
  bottom: 60px;
  left: 10px;
  width: 40px;
  height: 40px;
  z-index: 888;
  display: flex;
  align-items: center;
  justify-content: center;
  border-color: #d7d7d7 !important;
  background-color: #ffffff;
  animation: theme-pulse 2s infinite;
  border-radius: 100%;
  padding: 0;
  border: 1px solid #ffffff30;
}

.enquire-btn {
  bottom: 110px;
}

.header-contact svg path {
  stroke: #fff;
}

.icon-with-text {
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  display: none;
}

.insomenu-active .icon-with-text {
  display: flex;
}

.social-media-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

ul.social-media-icon li:not(:last-child) {
  border-right: 1px solid #00000060;
  padding-right: 10px;
  margin-right: 10px;
}

.menu-btn {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-color: #d7d7d7 !important;
  background-color: #ffffff;
  border-radius: 100%;
  padding: 0;
  border: 1px solid #ffffff30;
}

.menue-contact-btn.is-hidden-tablet {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}

.section-our-team::before {
  content: '';
  position: absolute;
  height: 45%;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #fbf9f2;
  opacity: 0;
}

.bottom-logo {
  position: absolute;
  bottom: 0;
  filter: grayscale(1);
  width: 60%;
  left: 40%;
}

.leader-detail span {
  font-size: 10px;
  line-height: 15px;
  font-weight: 500;
}

.leader-detail h6 {
  font-size: 16px;
  line-height: normal;
}

.leader-detail {
  -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:hover .leader-detail {
  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;
}

.leader-title h6 {
  font-size: 24px;
  line-height: normal;
  margin-top: 10px;
}

.leader-title span {
  font-size: 14px;
  line-height: normal;
}

.ceo-img .theme-block-icon {
  top: unset !important;
  bottom: 10px;
  right: 20px !important;
}

.title-tagline-light {
  margin-top: 10px;
  display: block;
}

.menu-with-project-search-block .menu-search-btn {
  max-width: 500px;
  /* min-width: 500px; */
  margin: 0 auto;
}

.badge {
  padding: 6px 14px;
  background-color: #ec1d3d;
  color: #fff;
  border-radius: 50px;
  font-size: 10px;
  font-weight: 600;
}

.badge.badge-gray {
  background-color: #d7d7d7 !important;
  color: #000;
  font-weight: 400;
  padding: 4px 8px;
}

.search-menu-items-block {
  display: flex;
  gap: 10px;
  align-items: center;
  border: 1px solid #d7d7d7;
  border-radius: 8px;
  padding: 8px;
}

.search-menu-items-desc h3 {
  font-size: 18px;
  margin-bottom: 20px;
  color: #000;
}

.search-menu-items {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  max-height: 436px;
}

.search-menu-items h6 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 700;
}

.search-menu-items-inner:not(:last-child) {
  margin-bottom: 20px;
}

.search-menu-items-inner img {
  border-radius: 5px;
}

.search-menu-items-inner .news-blog-img {
  flex: 0 0 35%;
}

.search-menu-block-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  flex-wrap: wrap;
  gap: 10px;
}

.search-menu-block-title .news-blog-tag {
  margin: 0;
}

.search-menu-items-inner .block-title h4 {
  font-size: 16px;
  color: #000;
}

.filter-btn {
  display: none;
}

.btn-icon {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 500;
}

.btn-icon span {
  -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-icon:hover span {
  color: #ec1d3d !important;
  -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;
}

#rera-slider .splide__arrow {
  width: 14px;
  height: 14px;
}

.theme-menu-wrapper {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 30px;
}

.column.col-header:first-child {
  width: 200px;
  flex: 0 0 200px;
}

.search-menu-items-img {
  max-width: 120px;
  flex: 0 0 120px;
}

.filter-btns .btn {
  min-width: 100px;
  justify-content: center;
}

.project-propeties-item {
  text-align: center;
}

.project-propeties-item img {
  width: fit-content;
  margin: 0 auto;
}

.search-close {
  top: 70px !important;
  right: 10px !important;
  background: #ec1d3d;
  color: #fff;
}

.filter-close {
  display: none;
}

.mh-100vh {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.mh-100vh .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.read-more-with-content-wrapper > p {
  display: inline;
}

.read-more-content {
  display: none;
  overflow: hidden;
  margin-top: 5px;
}

.read-more-with-content {
  cursor: pointer;
}

.amenities-icon {
  width: 50px;
  flex: 0 0 auto;
  border-right: 1px solid rgba(206, 173, 83, 0.2);
  padding-right: 10px;
  margin-right: 10px;
}

.amenities-list-item {
  display: flex;
  align-items: center;
}

.amenities-list {
  display: flex;
  flex-wrap: wrap;
  margin: -6px !important;
}

.amenities-list li {
  flex: 0 0 50%;
  padding: 6px;
}

.amenities-list-item span {
  font-weight: 500;
}

.amenities-title-wrapper {
  max-width: 680px;
}

.amenities-list-item-update {
  flex-direction: column;
  align-items: center;
}

.amenities-list-item-update .amenities-icon {
  border-bottom: 1px solid rgba(206, 173, 83, 0.2);
  padding: 0 0 10px;
  margin: 0 0 10px;
  border-right: 0;
  width: 100%;
}

.amenities-list-item-update .amenities-icon img {
  max-width: 50px;
  margin: 0 auto;
}

#amenities-icon-slider-update {
  position: relative;
}

#amenities-icon-slider-update::after,
#amenities-icon-slider-update::before {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: 50px;
  pointer-events: none;
  z-index: 1;
}

#amenities-icon-slider-update::before {
  left: 0;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}

#amenities-icon-slider-update::after {
  right: 0;
  background: linear-gradient(
    -90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}

.projects-sub-section:nth-child(odd) #amenities-icon-slider-update::before {
  background: linear-gradient(90deg, #f9f9f9 0%, rgba(255, 255, 255, 0) 100%);
}

.projects-sub-section:nth-child(odd) #amenities-icon-slider-update::after {
  background: linear-gradient(-90deg, #f9f9f9 0%, rgba(255, 255, 255, 0) 100%);
}

.amenities-img-item h5 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  font-size: 20px;
  color: #fff;
  opacity: 0;
  z-index: 1;
  transform: translateY(15px);
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.amenities-img-item:hover h5 {
  opacity: 1;
  transform: translateY(-15px);
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -o-transform: translateY(-15px);
}

.amenities-img-item.theme-overlay::before {
  background-color: rgba(0, 0, 0, 0);
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: 1;
}

.amenities-img-item.theme-overlay:hover::before {
  background-color: rgba(0, 0, 0, 0.6);
}

.amenities-img-item img {
  aspect-ratio: 16 / 9;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: transform 0.75s ease-out;
  transition: transform 0.75s ease-out;
  -moz-transition: transform 0.75s ease-out;
  -ms-transition: transform 0.75s ease-out;
  -o-transition: transform 0.75s ease-out;
}

.amenities-img-item:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -o-transform: scale(1.05);
}

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

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

#amenities-icon-slider .splide__arrow.splide__arrow--prev:disabled,
#amenities-icon-slider .splide__arrow.splide__arrow--next:disabled {
  display: none;
}

.confi-top-part {
  flex-direction: column;
}

.promise-detail {
  max-width: 520px;
}

.about-img .img-ratio {
  object-position: bottom !important;
}

.sidebar-menu-line {
  height: 1px;
  position: relative;
  width: 30px;
}

.sidebar-menu-line-inner:first-child {
  transform: translateY(-0.3rem);
  -webkit-transform: translateY(-0.3rem);
  -moz-transform: translateY(-0.3rem);
  -ms-transform: translateY(-0.3rem);
  -o-transform: translateY(-0.3rem);
}

.sidebar-menu-line-inner:nth-child(2) {
  transform: translateY(0.3rem);
  -webkit-transform: translateY(0.3rem);
  -moz-transform: translateY(0.3rem);
  -ms-transform: translateY(0.3rem);
  -o-transform: translateY(0.3rem);
}

.sidebar-menu-line-inner {
  background-color: rgb(255 255 255);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  width: 100%;
  -webkit-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.header-white .sidebar-menu-line-inner {
  background-color: rgb(0, 0, 0);
}

.header-white.html-menu-active .sidebar-menu-line-inner,
.header-white.insomenu-active .sidebar-menu-line-inner {
  background-color: rgb(255 255 255);
}

.insomenu-active .sidebar-menu-line-inner:first-child {
  transform: rotate(22.5deg) translateY(0);
  -webkit-transform: rotate(22.5deg) translateY(0);
  -moz-transform: rotate(22.5deg) translateY(0);
  -ms-transform: rotate(22.5deg) translateY(0);
  -o-transform: rotate(22.5deg) translateY(0);
}

.insomenu-active .sidebar-menu-line-inner:nth-child(2) {
  transform: rotate(-22.5deg) translateY(0);
  -webkit-transform: rotate(-22.5deg) translateY(0);
  -moz-transform: rotate(-22.5deg) translateY(0);
  -ms-transform: rotate(-22.5deg) translateY(0);
  -o-transform: rotate(-22.5deg) translateY(0);
}

.section-awards .accordion .card__content {
  padding: 20px 0;
  background-color: #fff;
  border-top: 1px solid #a57b24;
}

.section-awards .card__title.is-active {
  background-color: #fff;
}

.section-awards .card__title::before {
  right: 6px;
}

.section-awards .card__title {
  padding-left: 10px !important;
}

.our-team-img {
  position: relative;
}

.team-img-line .leader-detail {
  margin-top: 15px;
}

.team-img-line {
  display: block;
  position: relative;
}

.our-team-img {
  position: relative;
  display: block;
  transition: all 0.3s linear;
}

.team-img-line .our-team-img::before,
.team-img-line .our-team-img::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 1px solid transparent;
  z-index: 2;
  pointer-events: none;
  transition: none;
}

.team-img-line .our-team-img::before {
  top: 10px;
  left: 10px;
}

.team-img-line .our-team-img::after {
  bottom: -10px;
  right: -10px;
}

.team-img-line:hover .our-team-img {
  opacity: 0.8;
}

.team-img-line:hover .our-team-img::before {
  border-top-color: #a57b24;
  border-right-color: #a57b24;
  width: 100%;
  height: 100%;
  transition:
    width 0.25s ease-out,
    height 0.25s ease-out 0.25s,
    border-color 0s linear 0s;
  -webkit-transition:
    width 0.25s ease-out,
    height 0.25s ease-out 0.25s,
    border-color 0s linear 0s;
  -moz-transition:
    width 0.25s ease-out,
    height 0.25s ease-out 0.25s,
    border-color 0s linear 0s;
  -ms-transition:
    width 0.25s ease-out,
    height 0.25s ease-out 0.25s,
    border-color 0s linear 0s;
  -o-transition:
    width 0.25s ease-out,
    height 0.25s ease-out 0.25s,
    border-color 0s linear 0s;
}

.team-img-line:hover .our-team-img::after {
  border-bottom-color: #a57b24;
  border-left-color: #a57b24;
  width: 100%;
  height: 100%;
  transition:
    width 0.25s ease-out 0.5s,
    height 0.25s ease-out 0.75s,
    border-color 0s linear 0s;
  -webkit-transition:
    width 0.25s ease-out 0.5s,
    height 0.25s ease-out 0.75s,
    border-color 0s linear 0s;
  -moz-transition:
    width 0.25s ease-out 0.5s,
    height 0.25s ease-out 0.75s,
    border-color 0s linear 0s;
  -ms-transition:
    width 0.25s ease-out 0.5s,
    height 0.25s ease-out 0.75s,
    border-color 0s linear 0s;
  -o-transition:
    width 0.25s ease-out 0.5s,
    height 0.25s ease-out 0.75s,
    border-color 0s linear 0s;
}

/* Image Glow Start */
#section-vision-mission-update {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}

.theme-img-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0%;
  height: 0%;
  overflow: hidden;
  z-index: 99;
}

.theme-img-glow picture {
  padding-top: 0;
  background-color: #081010;
  overflow: hidden;
}

.theme-img-glow picture,
.theme-img-glow img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vm-desc-update {
  padding: 40px 140px;
  position: absolute;
  top: 35%;
  width: 35%;
  margin: 0 auto;
}

.vm-desc-update.mission-desc {
  right: 0;
  left: unset;
}

.vision-desc {
  text-align: right;
}

.vm-element {
  max-width: 110px;
  margin-bottom: 15px;
}

/* Image Glow End */

/* Award Slider Start */
.swiper-slider-container {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: visible;
  margin-bottom: 60px;
}

.swiper {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.swiper-wrapper {
  align-items: center;
}

.swiper-slide {
  width: 20%;
  height: 600px;
  position: relative;
  overflow: hidden;
  border-radius: 0;
  opacity: 0.6;
  filter: grayscale(30%);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.swiper-slide-active {
  opacity: 1;
  filter: grayscale(0%);
  z-index: 10;
}

.swiper-slide.expanded {
  width: 52% !important;
  opacity: 1;
  filter: grayscale(0%);
  z-index: 15;
}

.slide-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  filter: grayscale(1);
  -webkit-filter: grayscale(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;
}

.slide-overlay {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(250, 250, 250, 0.9);
  height: 100%;
  width: 100%;
  content: '';
  -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;
}

.awards-slide-content {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  padding: 0 60px 12px 30px;
  z-index: 2;
  color: white;
  opacity: 0;
  max-height: 205px;
  min-height: 205px;
  width: 620px;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -ms-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
}

.swiper-slide.expanded .awards-slide-content {
  opacity: 1;
}

.awards-year {
  position: absolute;
  font-family: 'Cinzel', serif;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 0;
  right: 0;
  padding: 20px;
  text-align: center;
  z-index: 2;
  color: #000;
  font-size: 50px;
  line-height: 1;
  font-weight: 500;
  transition:
    transform 0.5s ease,
    opacity 0.3s ease;
  -webkit-transition:
    transform 0.5s ease,
    opacity 0.3s ease;
  -moz-transition:
    transform 0.5s ease,
    opacity 0.3s ease;
  -ms-transition:
    transform 0.5s ease,
    opacity 0.3s ease;
  -o-transition:
    transform 0.5s ease,
    opacity 0.3s ease;
}

.dark .swiper-button-next,
.dark .swiper-button-prev {
  color: #ffffff;
}

.swiper-button-next,
.swiper-button-prev {
  color: #4f4f4f;
  width: 36px;
  height: 36px;
  background: transparent;
  border-radius: 0;
  transition: all 0.3s ease;
  position: static;
  transform: unset;
  inset: 0;
  margin: 0;
  bottom: 0;
  top: 0;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  color: #f92142;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

.swiper-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: absolute;
  bottom: -60px;
  left: 0;
  right: 0;
}

.swiper-slide.expanded .awards-year {
  opacity: 0;
}

.swiper-slide.expanded .slide-overlay {
  background: rgb(250 250 250 / 0%);
}

.swiper-slide.expanded .slide-background {
  filter: grayscale(0);
}

.awards-update-slide {
  position: relative;
  width: 100%;
  height: 100%;
}

.awards-update-slide:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  background: linear-gradient(
    357deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: 1;
}

.awards-year-inner {
  font-size: 44px;
  line-height: 1;
  margin-bottom: 20px;
  font-family: 'Cinzel', serif;
}

.responsive-award-block {
  display: none !important;
}

.awards-update-slide .theme-scrollbar::-webkit-scrollbar-thumb {
  background-color: #ffffff30;
}

.swiper-slide.unexpanded {
  width: 12%;
}

/* Award Slider End*/
.menu-with-project-search-block {
  height: 100%;
}

.menu-with-project-search-block .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.menu-with-project-search {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.menu-with-project-search .theme-filter-detail {
  width: 100%;
  max-width: inherit;
}

.project-suggest-img {
  width: 40px;
  flex: 0 0 auto;
  height: 40px;
  border-radius: 100%;
  overflow: hidden;
}

.project-suggest-item {
  display: flex;
  border-radius: 150px;
  border: 1px solid #4f4f4f;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  padding: 8px 24px 8px 8px;
  gap: 10px;
  align-items: center;
  width: fit-content;
}

.project-suggest-block {
  margin-top: 30px;
}

.project-suggest-line {
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'Jost', sans-serif;
  margin-bottom: 20px;
  text-align: center;
}

.project-suggest-desc h5 {
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
}

.project-suggest-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.menu-search-modal-title h4 {
  font-size: 36px;
}

.column.gallery-grid-update-last {
  width: 32.4%;
  flex: 0 0 auto;
}

.gallery-grid-update-first .img-ratio {
  aspect-ratio: 2/1;
}

.gg-update-item.gg-update-last-top {
  display: flex;
}

.gg-update-last-top .img-ratio {
  aspect-ratio: 1/1;
}

.gg-update-last-bottom .img-ratio {
  aspect-ratio: 16/8.7;
}

.gg-update-last-top .theme-block {
  flex: 0 0 50%;
}

#section-awards-update {
  background-image: url(../images/about-us/rewards/awards-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

#section-awards-update::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #00000080;
}

.gallery-grid-update-first .theme-block-icon,
.gallery-grid-update-first .theme-block-img:before,
.gallery-grid-update-last .theme-block-img:before {
  opacity: 0 !important;
}

.gallery-grid-update-last .hover-overlay .theme-block-img,
.gallery-grid-update-first .hover-overlay .theme-block-img {
  filter: blur(2px);
  -webkit-filter: blur(2px);
}

.gallery-grid-update-last .hover-overlay .theme-block-img:before,
.gallery-grid-update-first .hover-overlay .theme-block-img:before {
  opacity: 0.6 !important;
}

.section-gallery .theme-block-icon {
  top: 0;
  left: 0;
  transform: unset;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-grid-update-last .theme-block-img:before {
  opacity: 0.6;
}

.gallery-grid-update-first .theme-block:hover .theme-block-img:before,
.gallery-grid-update-last .theme-block:hover .theme-block-img:before {
  opacity: 0.3 !important;
}

.gallery-grid-update-first .theme-block-img {
  transform: scale(1.1);
}

.gallery-grid-update-last .theme-block-img {
  transform: scale(1.1);
}

.section-gallery .theme-block {
  overflow: hidden;
}

.gallery-grid-update-first .theme-block:hover .theme-block-img,
.gallery-grid-update-last .theme-block:hover .theme-block-img {
  filter: blur(0);
}

.banner-video-animation-wrapper {
  position: relative;
  overflow: hidden;
  height: 100vh;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.banner-video-animation {
  position: absolute;
  width: 30%;
  height: 30%;
  bottom: -1px;
  left: 50%;
  overflow: hidden;
  transition: all 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.banner-video-animation.loaded {
  width: calc(100% + 1px);
  height: calc(100% + 1px);
  bottom: 0;
}

/* .banner-video-animation.scrolled {
  width: 40%;
  height: 40%;
  bottom: unset;
  transform: translateX(-50%) translateY(-150%);
  -webkit-transform: translateX(-50%) translateY(-150%);
  -moz-transform: translateX(-50%) translateY(-150%);
  -ms-transform: translateX(-50%) translateY(-150%);
  -o-transform: translateX(-50%) translateY(-150%);
} */

.banner-video-animation video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.csr-card {
  padding: 50px;
  border: 1px solid rgba(206, 173, 83, 0.2);
  background-color: rgb(251, 249, 242) !important;
}

.sticky-block {
  position: sticky;
  top: 0;
}

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

.csr-card:not(:last-child) {
  margin-bottom: 50px;
}

.projects-properties-menu.investor-sticky-menu {
  padding-top: 20px;
  padding-bottom: 20px;
}

.theme-light-bg-accordion .card {
  border: 1px solid #d7d7d7 !important;
  background: #fdfbf7 !important;
  padding: 16px 40px !important;
  overflow: visible;
}

.theme-light-bg-accordion .card:not(:last-child) {
  margin-bottom: 20px;
}

.accordion-title-icon {
  width: 65px;
  flex: 0 0 auto;
  border-right: 1px solid #d7d7d7;
  margin-right: 20px;
}

.accordion-title-icon img {
  width: 45px;
}

.card__title.accordion-title-with-icon {
  justify-content: start;
  padding: 0 !important;
}

.accordion-title-with-icon .btn {
  flex: auto;
  position: relative;
  display: block;
  width: fit-content !important;
  max-width: 70px;
  margin-left: auto;
}

.card__title.accordion-title-with-icon:before {
  display: none;
}

.accordion-title-with-icon .read-less {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
}

.accordion-title-with-icon.is-active .read-more {
  opacity: 0;
}

.accordion-title-with-icon.is-active .read-less {
  opacity: 1;
}

.theme-light-bg-accordion .card__content {
  padding-top: 30px !important;
  position: relative;
  padding-bottom: 0 !important;
}

.border-filter .custom-select {
  padding: 0 10px;
  border: 1px solid #d7d7d7;
  width: fit-content;
  min-width: 160px;
}

.theme-light-bg-accordion .collapse {
  overflow: visible;
  position: relative;
  z-index: 9;
  visibility: hidden;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.card.is-active .collapse {
  visibility: visible;
}

.year-filter {
  display: flex;
  justify-content: end;
}

.theme-light-bg-accordion .card.is-active {
  z-index: 11;
  position: relative;
}

.input-with-icon {
  position: relative;
}

.input-with-icon .form-control {
  padding-right: 50px;
}

.input-icon-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  pointer-events: none;
}

.cg-report-title span {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 10px;
  font-weight: 500;
  color: #200;
}

.cg-report-title {
  display: flex;
  justify-content: space-between;
  background-color: #f5f5f5 !important;
  align-items: center;
  gap: 15px;
  padding: 16px 0 16px 16px !important;
}

.cg-report-title .file-download {
  flex: 0 0 auto;
}

.corporate-governance-report-detail li {
  padding: 16px;
  background-color: #fff;
}

.corporate-governance-report-detail {
  border: 1px solid #d7d7d7;
}

.corporate-governance-report-detail li:not(:last-child) {
  border-bottom: 1px solid #d7d7d7;
}

.cg-report-title small.badge {
  flex: 0 0 auto;
}

.cg-report-title .file-download:before {
  height: 100%;
}

.investor-sticky-menu .project-menu-item {
  padding-bottom: 1px;
}

.bse-nse-raymond-logo img {
  max-width: 240px;
}

.bse-nse-raymond-logo {
  border-radius: 4px;
  background: #fff;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.16);
  padding: 16px;
}

.bse-nse-text {
  font-size: 16px;
}

.bse-nse-tab .tab a {
  font-family: 'Jost', sans-serif;
}

.bse-nse-tab .tab-list.tab-vertical {
  gap: 24px !important;
  padding: 100px 0;
  border-left: 1px solid #d7d7d7;
  max-width: 130px;
}

.bse-nse-tab .tab a:before {
  background-color: #b5b5b5;
}

.bse-nse-tab .tab a:before {
  background-color: #b5b5b5;
}

.bse-nse-tab .tab.is-active a:before {
  background-color: #000;
}

.bse-nse-live-data h4 {
  font-size: 60px;
  line-height: 1;
  color: #000;
  font-family: 'Jost', sans-serif;
}

.bse-nse-live-data sup {
  font-size: 20px;
  position: relative;
  line-height: 1;
  top: -20px;
  left: -5px;
}

.bse-nse-disclaimer {
  font-size: 10px;
  margin-top: 10px;
  display: block;
}

.bse-nse-tab-content {
  min-width: 250px;
}

.investor-pie-chart-btn:before {
  position: absolute;
  content: '';
  top: 50%;
  transform: translateY(-50%);
  left: -30px;
  width: 1px;
  height: 100px;
  background-color: #d7d7d7;
}

#investor-pie-chart {
  width: 1050px;
  height: 500px;
  margin: 0 auto;
}

#nse-share-price-chart,
#share-price-chart {
  width: 100%;
  height: 100%;
  max-width: 900px;
  padding: 20px;
  background: #fffaf2;
  border: 1px solid #f4edda;
}

.info-block {
  display: flex;
  gap: 5px;
  font-size: 12px;
}

.info-icon {
  flex: 0 0 auto;
}

.share-price-chart-form {
  padding: 30px;
}

.timer-detail h5 {
  font-size: 50px;
  line-height: 1;
  font-family: 'Jost', sans-serif;
  margin-bottom: 2px;
}

.timer-detail {
  display: flex;
  align-items: center;
}

.icon-with-text-item picture {
  width: 50px;
  margin-right: 10px;
  flex: 0 0 auto;
  border-right: 1px solid #d7d7d7;
}

.icon-with-text-item img {
  width: 40px;
}

.icon-with-text-item {
  display: flex;
  align-items: center;
  color: #000;
}

.icon-with-text-block li {
  width: calc(50% - 15px);
  flex: 0 0 auto;
}

.timer-detail li:not(:last-child) {
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid;
}

.icon-with-text-block {
  gap: 30px;
}

.homefest-location-card-inner {
  padding: 50px;
}

.homefest-location-card {
  border: 1px solid #d7d7d7;
  background: #fafafa;
}

.project-pill {
  border: 1px solid #d7d7d7;
  background: #ffffff;
  padding: 8px 16px;
  width: 100%;
}

.homefest-location-card .column:first-child .homefest-location-card-inner {
  border-right: 1px solid #d7d7d7;
}

.all-segments-cols .column {
  padding: 0 50px;
}

.all-segments-cols.columns {
  margin: 0 -50px !important;
}

.all-segments-cols .column:first-child {
  border-right: 1px solid #d7d7d7;
}

.precision-cols .column:first-child {
  max-width: 330px;
}

.raymond-logo {
  max-width: 280px;
  margin: 0 auto 50px;
}

.theme-icon-block-top-part {
  padding: 24px;
  border: 1px solid #d7d7d7;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.theme-icon-block-with-btn .btn {
  border-top: 0;
  padding: 15px;
  background-color: #f9f9f9;
}

.theme-icon-block-top-part .theme-icon {
  border: 0;
  padding: 0;
  margin-bottom: 20px;
}

.theme-icon-block-top-part h6 {
  color: #000;
  font-size: 20px;
  line-height: 1.2;
  max-width: 260px;
  margin: 0 auto;
}

.theme-icon-block-with-btn .btn:hover {
  background-color: #d5d5d5;
  color: #000;
}

.mobile-with-otp {
  display: flex;
  align-items: end;
  gap: 10px;
}

.mobile-with-otp .mobile-with-country-code {
  flex: 1;
}

.otp-input {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.otp-input input[type='number'] {
  -moz-appearance: textfield;
}

.otp-input input {
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 14px;
  border: 1px solid #0000000d;
  background-color: #00000010;
  color: #000;
  transition: all 0.3s ease;
  resize: none;
  font-family: 'Jost', sans-serif;
  font-weight: 600;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.otp-input input:focus {
  border-color: #00000030;
  outline: none;
}

.otp-input input::-webkit-outer-spin-button,
.otp-input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.theme-icon-block-with-btn {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.channel-partner-kit-block .checkbox {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 9;
}

.channel-partner-kit-block .checkbox label::before,
.channel-partner-kit-block .radio label::before {
  width: 20px;
  height: 20px;
  background-color: #fff;
}

.channel-partner-kit-block .checkbox label::after,
.channel-partner-kit-block .radio label::after {
  width: 11px;
  height: 7px;
  border: 1px solid #000000;
  border-width: 0px 0 2px 2px;
  left: 5px;
}

.channel-partner-kit-block
  .checkbox
  input[type='checkbox']:checked
  + label::before,
.channel-partner-kit-block .radio input[type='radio']:checked + label::before {
  border-color: #000;
  background-color: #fff;
}

.channel-partner-kit-block .checkbox input {
  width: 20px !important;
  height: 20px !important;
}

.theme-block-icon-wrapper {
  display: flex;
  gap: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  width: fit-content;
  z-index: 9;
}

.theme-block-icon-wrapper .theme-block-icon {
  position: relative;
  inset: 0;
  transform: unset;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.theme-block-icon-wrapper .theme-block-icon svg {
  color: #000;
  width: 24px;
  height: 24px;
}

.download-image-btn {
  position: absolute;
  top: -70px;
  right: 0;
  z-index: 9;
}

.cpk-qr-code-cols .column {
  width: 16.65%;
  flex: 0 0 auto;
  border-right: 1px solid #4f4f4f20;
  padding: 0 15px;
  margin-bottom: 15px;
}

.cpk-qr-code-cols .column:last-child {
  border: 0 !important;
}

.cpk-qr-code-cols .column:nth-child(6n + 6) {
  border-right: 0;
}

.cpk-qr-code-block .theme-block-img {
  width: 100px;
  height: 100px;
  margin: 0 auto 10px;
}

.cpk-qr-code-block {
  text-align: center;
  background-color: #eee;
  padding: 30px 10px;
}

.cpk-qr-code-block .theme-block-icon {
  width: 30px;
  height: 30px;
}

.cpk-qr-code-block::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #000000;
  opacity: 0;
  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;
}

.cpk-qr-code-block .theme-block-img:before {
  display: none;
}

.cpk-qr-code-block:hover::before {
  opacity: 0.7;
}

.cpk-qr-code-block .theme-block-img img {
  transform: unset !important;
  -webkit-transform: unset !important;
  -moz-transform: unset !important;
  -ms-transform: unset !important;
  -o-transform: unset !important;
}

.cpk-qr-code-cols.columns {
  margin: 0 -15px -15px !important;
}

.cpk-qr-code-block .theme-block-icon svg {
  width: 20px;
  height: 20px;
}

.investor-update .container {
  max-width: 1000px !important;
}

.nb-detail-page-desc h3 {
  font-size: 18px;
  font-family: 'Jost', sans-serif;
  font-weight: 400;
  margin-bottom: 15px;
  color: #af842d;
}

.nb-detail-page-desc ul {
  /* margin-bottom: 30px; */
  /* margin-top: 20px; */
}

.nb-detail-page-desc li {
  /* margin-left: 20px; */
}

.nb-detail-page-desc li:not(:last-child) {
  /* margin-bottom: 5px; */
}

.nb-detail-page-desc li::marker {
  color: #af842d;
}

.nb-detail-page-desc h2 {
  margin-bottom: 20px;
  margin-top: 30px;
}

.nb-detail-page-desc a {
  color: #af842d;
  font-weight: 600;
  border-bottom: 1px solid;
}

.nb-detail-page-title .is-justify-content-space-between {
  margin-bottom: 20px;
}

.nb-detail-page-desc .table-responsive {
  margin-bottom: 30px;
}

.nb-detail-page-desc .theme-table th {
  white-space: nowrap;
  font-weight: 600;
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  padding: 14px 24px;
}

.nb-detail-page-desc h3 strong {
  font-weight: 600 !important;
}

.blog-faqs li:not(:last-child) {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #eee;
}

.blog-faqs strong {
  font-weight: 600;
  color: #000;
}
