@import url('https://fonts.googleapis.com/css2?family=Libre+Caslon+Display&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,600;1,800;1,900&display=swap');
@font-face {
  font-family: 'riviera_nightsregular';
  src: url('../fonts/rivieranights-regular-webfont.woff2') format('woff2'),
       url('../fonts/rivieranights-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FreightBigProBook';
  src: url('../fonts/FreightBigProBook-Regular.eot');
  src: local('☞FreightBig Pro Book'), local('FreightBigProBook-Regular'),
      url('../fonts/freight-big-pro-book-regular.eot') format('embedded-opentype'),
      url('../fonts/freight-big-pro-book-regular.woff2') format('woff2'),
      url('../fonts/freight-big-pro-book-regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FreightBigProBold';
  src: url('../fonts/FreightBigProBold-Regular.eot');
  src: local('☞FreightBig Pro Bold'), local('FreightBigProBold-Regular'),
      url('../fonts/FreightBigProBold-Regular.eot?#iefix') format('embedded-opentype'),
      url('../fonts/FreightBigProBold-Regular.woff2') format('woff2'),
      url('../fonts/FreightBigProBold-Regular.woff') format('woff'),
      url('../fonts/FreightBigProBold-Regular.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'FreightBigProSemibold';
  src: url('../fonts/FreightBigProSemibold-Regular.eot');
  src: local('☞FreightBig Pro Semibold'), local('FreightBigProSemibold-Regular'),
      url('../fonts/FreightBigProSemibold-Regular.eot?#iefix') format('embedded-opentype'),
      url('../fonts/FreightBigProSemibold-Regular.woff2') format('woff2'),
      url('../fonts/FreightBigProSemibold-Regular.woff') format('woff'),
      url('../fonts/FreightBigProSemibold-Regular.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
body {
  font-size: 16px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  background-color: #000;
  /* line-height: 1.875em; */
}
*{margin: 0; padding: 0;}
.btn {
  border: 1px solid #fff;
  color: #fff;
}
.home-banner {
  height: 100vh;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.hero-banner {
  height: 100%;
}
.hero-banner video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.srk-cnt {
  text-align: center;
  width: 34%;
}
.banner-cnt-div {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.srk-photo {
  width: 55%;
  position: relative;
  height: 100%;
  display: flex;
  align-items: end;
}
.banner-cnt {
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.banner-cnt .container {
  max-width: 1280px;
  height: 100%;
}
.srk-logo {
  max-width: 300px;
  margin: 0 auto 30px;
}
.srk-cnt p {
  color: #e2e2e2;
  margin-bottom: 120px;
  font-size: 17px;
  letter-spacing: 2px;
  line-height: 24px;
  font-family: 'FreightBigProBook';
  font-weight: normal;
  font-style: normal;
}
.srk-name-title {
  width: auto;
  position: absolute;
  bottom: 0;
  left: 50px;
  text-align: center;
}
.srk-name-title h3 {
  color: #eabc73;
  font-size: 20px;
  margin: 0;
  font-family: 'FreightBigProSemibold';
  font-weight: 600;
  font-style: normal;
}
.srk-name-title p {
  color: #e2e2e2;
  margin: 0;
  font-size: 13px;
  font-family: 'FreightBigProBook';
  font-weight: normal;
  font-style: normal;
  letter-spacing: 1px;
}
.srk-cnt a {
  padding: 15px 30px;
  color: #fff !important;
  border-radius: 40px;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 2px;
  background-image: url("../images/enter-experience.png");
  background-repeat: no-repeat;
  background-size: 99% 100%;
  border: none;
  font-family: 'FreightBigProBold';
  font-weight: bold;
  font-style: normal;
}
.banner-section {
  position: relative;
}
.banner-section::before {
  content: "";
  background-image: url("../images/banner-shadow.png");
  width: 100%;
  height: 350px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-size: cover;
}
.colorfull-section .title h1 {
  /* color: #eec079; */
  color: #fff;
}
.colorfull-section .title p {
  color: #fff;
}
.colorfull-section .title.text-center h1::after {
  background-color: #fff;
}
.colorfull-section {
  background-color: #5d0504;
}
.padding-top-bottom {
  padding: 60px 0;
}
.colorfull-section .title {
  margin-bottom: 60px;
}
.elan-project-item span {
  color: #fff;
  margin: 10px 0 0 0;
  display: block;
}
.dine-elan-malls-section .title p {
  padding: 0 110px;
}
#pills-tab {
  justify-content: space-around;
  /* border-bottom: 2px solid #eec079; */
  padding-bottom: 30px;
  margin-bottom: 40px;
}
#pills-tab .nav-item .nav-link {
  background-color: transparent;
  color: #fff;
  font-size: 25px;
  text-transform: uppercase;
  border: 1px solid transparent;
  border-radius: 0;
  font-family: 'Libre Caslon Display';
  font-style: normal;
  font-weight: 400;
  padding: 1px 15px;
}
.slick-slide {
  margin: 0px 15px;
}
.explore-new-slider .slick-slide {
  margin: 0px 40px;
}
.elan-mall-tab-item p {
  /* text-align: center;
  margin: 10px 0 0 0;
  font-size: 20px;
  text-transform: uppercase; */
}
#pills-tab .nav-item .nav-link.active {
  border-color: #fff;
}
.see-all-div {
  margin-top: 20px;
}
.see-all-div a {
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
}
.see-all-div a::after {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #5d0504;
  position: absolute;
  bottom: -10px;
  left: 0;
}
.newsletter-section .title h1 {
  color: #fff;
}
.newsletter-section .title h1::after {
  background-color: #fff;
}
.dine-elan-mall-tab-div {
  margin-top: 60px;
}
.form-control {
  font-size: 18px;
  border: none;
}
/* MALLS BY ELAN */
.malls-by-elan-item-container {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
  justify-content: center;
  text-align: center;
}
.malls-by-elan-item-container > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}
.malls-by-elan-item-container .hover-item {
  width: 25%;
  margin-top: 50px;
}
.malls-by-elan-item-container .upcoming-txt {
  width: 100%;
  margin-top: 50px;
}
.malls-by-elan-item-container .upcoming-txt h4 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 2px;
  margin: 0;
  color: #fff;
}
.elan-project-item img {
  max-width: 160px;
  filter: invert(100%);
}
.elan-project-item {
  text-align: center;
}
.konow-more-div p {
  color: #fff;
  font-size: 12px;
  text-align: justify;
}
.konow-more-div {
  height: 0;
  overflow: hidden;
  transition: height 0.5s ease;
}
.active .konow-more-div {
  height: auto;
}
.malls-by-elan-section {
  background-size: 100% 100%;
  background-color: #000;
  /* background-image: url("../images/mall-by-elan-bg.jpg"); */
  padding: 100px 0;
  /* height: 100vh; */
  align-content: center;
}
.hover-item.disabled {
  opacity: 0;
}
.bg-active .title h1 {
  color: #fff;
}
.bg-active .title.text-center h1::after {
  background-color: #fff;
}
.konow-more-div .btn {
  border-radius: 0;
  position: relative;
  color: #fff;
  font-size: 14px;
  padding: 10px 27px 9px;
  background: 0 0;
  border: solid 1px;
  font-weight: 100;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.konow-more-div .btn:hover {
  border: solid 1px #fff;
  color: #000;
}
.konow-more-div .btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.konow-more-div .btn:hover::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  background-color: #fff;
}

/* MALLS BY ELAN */
.animate-on-scroll {
  opacity: 0;
  transform: translateY(-40px);
  transition: all 0.6s ease-out;
}
.animate-on-scroll.visible {
  opacity: 1;
  transform: translateY(0);
}
.swiper-counter {
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #5d0504;
}
/* MUSIC CSS */
.music-btn {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  background: transparent;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  transition: background 0.3s ease;
  z-index: 9;
}
.mobile-banner {
  display: none;
}
/* MUSIC ANIMATION */
/* Ring effect */
.ringing {
  animation: ring 1s infinite;
}
@keyframes ring {
  0% { transform: scale(1); }
  25% { transform: scale(1.1); }
  50% { transform: scale(1); }
  75% { transform: scale(1.1); }
  100% { transform: scale(1); }
}
.btn--round svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: fill .3s cubic-bezier(.76,0,.24,1);
}
.btn__grow {
  transform: scale(1) rotate(var(--rotation));
  transition: transform .6s cubic-bezier(.25,1,.5,1) !important;
}
.audio-button__inner {
  position: relative;
  height: 19px;
  width: 19px;
  display: flex;
  justify-content: space-between;
}
.audio-button__line {
  border-radius: 1px;
  height: 100%;
  width: 1px;
  background-color: #fff;
  transform: scaleY(.1);
  transition: transform .5s ease,background-color .3s cubic-bezier(.76,0,.24,1);
}
.audio-button.unmuted .audio-button__line:nth-child(1), .audio-button.unmuted .audio-button__line:nth-child(4) {
  animation: audio-line-0-3 .9s linear infinite;
}
.audio-button.unmuted .audio-button__line:nth-child(2) {
  animation: audio-line-1 .9s linear infinite .6s;
}
.audio-button.unmuted .audio-button__line:nth-child(3), .audio-button.unmuted .audio-button__line:nth-child(6) {
  animation: audio-line-2-5 1.3s linear infinite;
}
.audio-button.unmuted .audio-button__line:nth-child(5) {
  animation: audio-line-4 .8s linear infinite .325s;
}
.audio-button.unmuted .audio-button__line:nth-child(7) {
  animation: audio-line-6 .4s linear infinite .325s;
}
.audio-button.dark .audio-button__line {
  background-color:var(--end-chapter-text)
}
.audio-button.unmuted .audio-button__line:nth-child(1),
.audio-button.unmuted .audio-button__line:nth-child(4) {
  animation:audio-line-0-3 .9s linear infinite;
}
.audio-button.unmuted .audio-button__line:nth-child(2) {
  animation:audio-line-1 .9s linear infinite .6s
}
.audio-button.unmuted .audio-button__line:nth-child(3),
.audio-button.unmuted .audio-button__line:nth-child(6) {
  animation:audio-line-2-5 1.3s linear infinite
}
.audio-button.unmuted .audio-button__line:nth-child(5) {
  animation:audio-line-4 .8s linear infinite .325s
}
.audio-button.unmuted .audio-button__line:nth-child(7) {
  animation:audio-line-6 .4s linear infinite .325s;
}
@keyframes audio-line-0-3 {
  0% {
    transform:scaleY(.1)
  }
  50% {
    transform:scaleY(.8)
  }
  to {
    transform:scaleY(.1)
  }
}
@keyframes audio-line-1 {
  0% {
    transform:scaleY(.1)
  }
  50% {
    transform:scaleY(1)
  }
  to {
    transform:scaleY(.1)
  }
}
@keyframes audio-line-2-5 {
  0% {
    transform:scaleY(.3)
  }
  50% {
    transform:scaleY(1)
  }
  to {
    transform:scaleY(.1)
  }
}
@keyframes audio-line-4 {
  0% {
    transform:scaleY(.1)
  }
  50% {
    transform:scaleY(.8)
  }
  to {
    transform:scaleY(.1)
  }
}
@keyframes audio-line-6 {
  0% {
    transform:scaleY(.1)
  }
  50% {
    transform:scaleY(.8)
  }
  to {
    transform:scaleY(.1)
  }
}
@keyframes vertical-wave {
  0% {
    transform:translateY(0)
  }
  to {
    transform:translateY(-50%)
  }
}

/* HEADER CSS */
.same-bottom-margin {
  margin-bottom: 60px;
}
header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  border-bottom: 1px solid #eec079;
  padding: 20px 0;
  background-color: transparent;
  z-index: 9;
}
body.intro-lock header {
  z-index: -1;
  opacity: 0;
}
body.entered header {
  z-index: 9;
  opacity: 1;
  background-color: transparent;
}
.inner-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body.entered .inner-header {
  padding-right: 65px;
}
.header-mid p {
  margin: 0;
  color: #eec079;
  font-size: 16px;
  font-family: 'riviera_nightsregular';
}
.header-right a {
  color: #eec079;
  text-decoration: none;
  font-size: 16px;
  font-family: 'riviera_nightsregular';
  text-transform: uppercase;
}
.header-fix .header-mid {
  /* display: none; */
}
/* MENU TOGGLE CSS */
.cs_hamburger_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 30px;
  height: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  border-radius: 50%;
  color: currentColor;
  background-color: transparent;
  outline: none;
  padding: 0;
  color: #fff;
}
.cs_hamburger_btn .cs_hamburger_btn_in {
  width: 30px;
  height: 22px;
  line-height: 0;
  cursor: pointer;
  position: relative;
  text-align: left;
  overflow: hidden;
}
.cs_hamburger_btn .cs_hamburger_btn_in span {
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 0;
  background-color: currentColor;
  color: inherit;
  vertical-align: top;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 3px;
  left: 0;
}
.cs_hamburger_btn .cs_hamburger_btn_in span:nth-child(1) {
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px);
  width: calc(100% - 5px);
}
.cs_hamburger_btn .cs_hamburger_btn_in span:nth-child(2) {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.cs_hamburger_btn .cs_hamburger_btn_in span:nth-child(3) {
  -webkit-transform: translate(0, 10px);
  transform: translate(0, 10px);
  width: calc(100% - 10px);
}
.cs_hamburger_btn .cs_hamburger_btn_in span:nth-child(4) {
  -webkit-transform: translate(0, 20px);
  transform: translate(0, 20px);
  width: calc(100% - 20px);
}
.cs_hamburger_btn:hover .cs_hamburger_btn_in span {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.cs_hamburger_btn:hover .cs_hamburger_btn_in span:nth-child(1) {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.cs_hamburger_btn:hover .cs_hamburger_btn_in span:nth-child(2) {
  -webkit-transform: translate(0, 10px);
  transform: translate(0, 10px);
}
.cs_hamburger_btn:hover .cs_hamburger_btn_in span:nth-child(3) {
  -webkit-transform: translate(0, 20px);
  transform: translate(0, 20px);
}
.cs_hamburger_btn:hover .cs_hamburger_btn_in span:nth-child(4) {
  -webkit-transform: translate(0, 30px);
  transform: translate(0, 30px);
}
.cs_close_hamburger {
  display: none;
  background-color: transparent;
  border: none;
  z-index: 99;
  position: relative;
}
.nav-button.active .cs_hamburger_btn {
  display: none;
}
.nav-button.active .cs_close_hamburger {
  display: block;
}
.nav-main-menu {
  /* position: fixed;
  z-index: 9;
  background-color: rgba(27, 27, 27, 0.9607843137);
  width: 100%;
  height: 100vh;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
  bottom: -100vh;
  left: -360px;
  background-color: rgba(0,0,0,0.2);
  -webkit-backdrop-filter: blur(5px) saturate(1);
  backdrop-filter: blur(5px) saturate(1);
  overflow-y: auto;
  left: 0; */
}
.header-fix .nav-main-menu {
  /* background-color: rgba(0, 0, 0, 0.7); */
}
.projects-menu-list-active li.active ul li {
  margin-bottom: 1px;
}
.nav-main-menu.active {
  /* opacity: 1;
  visibility: visible;
  background-color: transparent;
  -webkit-backdrop-filter: blur(5px) saturate(1);
  backdrop-filter: blur(5px) saturate(1);
  bottom: 0; */
}
.header-fix .main-menu-div.active {
  background-color: rgb(93, 5, 4);
  box-shadow: 5px 0 5px rgba(0,0,0,0.1);
}
.nav-main-menu ul {
  padding: 45px 0 45px 0;
  text-align: left;
  list-style: none;
  margin: auto 0;
}
.nav-main-menu ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}
.nav-main-menu ul li a, .nav-main-menu ul li span {
  font-size: 14px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  display: block;
  text-transform: uppercase;
  font-family: "Work Sans", sans-serif;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 3.3px;
  padding: 15px;
}
#project-nav .fa-solid {
  margin-left: 10px;
  transition: 0.3s ease;
}
.header-fix {
  background-color: rgba(93, 5, 4, 0.8);
  -webkit-backdrop-filter: blur(10px) saturate(1);
  backdrop-filter: blur(10px) saturate(1);
}
body.entered .header-fix {
  background-color: rgba(93, 5, 4, 0.8);
}
@keyframes headerReveal {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.header-fix .header-inner {
  height: 70px;
}
.header-fix .header-inner .logo {
  max-width: 90px;
}
.projects-menu-list-active li ul {
  padding: 0;
  height: 0;
  overflow-y: hidden;
  -moz-transition: height 10s ease-in-out;
  -webkit-transition: height 10s ease-in-out;
  -o-transition: height 10s ease-in-out;
  transition: height 10s ease-in-out;
}
.projects-menu-list-active li.active ul {
  height: auto;
  overflow-y: auto;
  -moz-transition: height 10s ease-in-out;
  -webkit-transition: height 10s ease-in-out;
  -o-transition: height 10s ease-in-out;
  transition: height 10s ease-in-out;
}
.projects-menu-list-active li.active ul li a {
  font-size: 13px;
  transition: none;
}
.projects-menu-list-active li.active > a {
  color: #111;
}
/* .nav-main-menu ul li:nth-child(1) a {animation-duration: 2.9s; -webkit-animation-duration: 2.9s; -moz-animation-duration: 2.9s; -ms-animation-duration: 2.9s; -o-animation-duration: 2.9s;}
.nav-main-menu ul li:nth-child(2) a {animation-duration: 2.7s; -webkit-animation-duration: 2.7s; -moz-animation-duration: 2.7s; -ms-animation-duration: 2.7s; -o-animation-duration: 2.7s;}
.nav-main-menu ul li:nth-child(3) span {animation-duration: 2.5s; -webkit-animation-duration: 2.5s; -moz-animation-duration: 2.5s; -ms-animation-duration: 2.5s; -o-animation-duration: 2.5s;}
.nav-main-menu ul li:nth-child(4) a {animation-duration: 2.3s; -webkit-animation-duration: 2.3s; -moz-animation-duration: 2.3s; -ms-animation-duration: 2.3s; -o-animation-duration: 2.3s;}
.nav-main-menu ul li:nth-child(5) a {animation-duration: 2.1s; -webkit-animation-duration: 2.1s; -moz-animation-duration: 2.1s; -ms-animation-duration: 2.1s; -o-animation-duration: 2.1s;}
.nav-main-menu ul li:nth-child(6) a {animation-duration: 2s; -webkit-animation-duration: 2s; -moz-animation-duration: 2s; -ms-animation-duration: 2s; -o-animation-duration: 2s;}
.nav-main-menu ul li:nth-child(7) a {animation-duration: 1.5s; -webkit-animation-duration: 1.5s; -moz-animation-duration: 1.5s; -ms-animation-duration: 1.5s; -o-animation-duration: 1.5s;}
.nav-main-menu ul li:nth-child(8) a {animation-duration: 1s; -webkit-animation-duration: 1s; -moz-animation-duration: 1s; -ms-animation-duration: 1s; -o-animation-duration: 1s;}
.nav-main-menu ul li:nth-child(9) a {animation-duration: 0.5s; -webkit-animation-duration: 0.5s; -moz-animation-duration: 0.5s; -ms-animation-duration: 0.5s; -o-animation-duration: 0.5s;}

.projects-menu-list li:nth-child(1) a {animation-duration: 3.3s; -webkit-animation-duration: 3.3s; -moz-animation-duration: 3.3s; -ms-animation-duration: 3.3s; -o-animation-duration: 3.3s;}
.projects-menu-list li:nth-child(2) a {animation-duration: 3.1s; -webkit-animation-duration: 3.1s; -moz-animation-duration: 3.1s; -ms-animation-duration: 3.1s; -o-animation-duration: 3.1s;}
.projects-menu-list li:nth-child(3) a {animation-duration: 2.9s; -webkit-animation-duration: 2.9s; -moz-animation-duration: 2.9s; -ms-animation-duration: 2.9s; -o-animation-duration: 2.9s;}
.projects-menu-list li:nth-child(4) a {animation-duration: 2.7s; -webkit-animation-duration: 2.7s; -moz-animation-duration: 2.7s; -ms-animation-duration: 2.7s; -o-animation-duration: 2.7s;}
.projects-menu-list li:nth-child(5) a {animation-duration: 2.5s; -webkit-animation-duration: 2.5s; -moz-animation-duration: 2.5s; -ms-animation-duration: 2.5s; -o-animation-duration: 2.5s;}
.projects-menu-list li:nth-child(6) a {animation-duration: 2s; -webkit-animation-duration: 2s; -moz-animation-duration: 2s; -ms-animation-duration: 2s; -o-animation-duration: 2s;}
.projects-menu-list li:nth-child(7) a {animation-duration: 1.5s; -webkit-animation-duration: 1.5s; -moz-animation-duration: 1.5s; -ms-animation-duration: 1.5s; -o-animation-duration: 1.5s;}
.projects-menu-list li:nth-child(8) a {animation-duration: 1s; -webkit-animation-duration: 1s; -moz-animation-duration: 1s; -ms-animation-duration: 1s; -o-animation-duration:1s;}
.projects-menu-list li:nth-child(9) a {animation-duration: 0.5s; -webkit-animation-duration: 0.5s; -moz-animation-duration: 0.5s; -ms-animation-duration: 0.5s; -o-animation-duration: 0.5s;}
.projects-menu-list li:nth-child(10) a {animation-duration: 0.2s; -webkit-animation-duration: 0.2s; -moz-animation-duration: 0.2s; -ms-animation-duration: 0.2s; -o-animation-duration: 0.2s;} */
.animate__fadeInLeft {
  -moz-animation-name: fadeInLeft;
  -ms-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.body-active-div #main-content {
  filter: blur(5px);
}
.menu-list-side {
  padding: 0 95px;
}
.menu-logo {
  max-width: 150px;
}
.menu-social-div {
  display: flex;
}
.menu-social-div-left {
  width: 75%;
}
.menu-social-div-right {
  width: 25%;
}
.menu-social-div-right .footerSocialIcons {
  gap: 0 25px;
  justify-content: right;
}
.menu-social-div-right .footerSocialIcons a {
  background-color: transparent;
  padding: 0;
  width: auto;
  height: auto;
  border-radius: 0;
}
.menu-social-div-right .footerSocialIcons a .fa-brands {
  color: #c9b798;
  font-size: 20px;
}
.menu-social-div-right .menu-social-div-left-top p a {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}
.menu-social-div-left-top p {
  color: #fff;
  display: flex;
  gap: 0 15px;
}
.menu-social-div-left-top p a {
  color: #c9b798;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 23px;
  letter-spacing: 3.3px;
  font-family: "Work Sans", sans-serif;
}
.menu-video-side-main-div{
  position:absolute;
  inset:0;
  display:grid;
  grid-template-columns:repeat(2,1fr);
  grid-template-rows:repeat(2,1fr);
  z-index:5;
}

/* Center Cross Line */
.menu-video-side-main-div::before{
  content:"";
  position:absolute;
  left:50%;
  top:0;
  width:1px;
  height:100%;
  background:rgba(255,255,255,.18);
  transform:translateX(-50%);
}

.menu-video-side-main-div::after{
  content:"";
  position:absolute;
  top:50%;
  left:0;
  width:100%;
  height:1px;
  background:rgba(255,255,255,.18);
  transform:translateY(-50%);
}

/* Grid Item */
.menu-video-side-item{
  position:relative;
  overflow:hidden;
  transition:.4s;
}
.menu-video-side-item:hover{
  background:rgba(0,0,0,.20);
}
/* Link Position */
.adv-button-link-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: .35s;
  font-weight: 400;
  bottom: 25px;
  width: 100%;
  text-align: center;
}
.adv-button-link-wrap a {
  padding: 15px;
  text-decoration: none;
  color: #c9b798;
  font-size: 15px;
  text-transform: uppercase;
  width: auto;
  display: inline-block;
  position: relative;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
}
.adv-button-link-wrap a:hover {
  color: #fff;
}
.menu-social-div-left-bottom {
  position: relative;
}
/* Circle */
.adv-button-link-wrap a::before {
  content: "";
  width: 58px;
  height: 58px;
  border: 1px solid #c9b798;
  border-radius: 50%;
  transition: .35s;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.adv-button-link-wrap a:hover::before {
  width: 100%;
  border-radius: 30px;
}
.adv-button-link-wrap a:hover {
  font-weight: 500;
}
.menu-social-div-left-bottom {
  margin-top: 50px;
  position: relative;
}
.menu-social-div-left-bottom .adv-button-link-wrap {
  position: static;
  transform: translateX(0);
  text-align: left;
}
.menu-social-div-left-bottom .adv-button-link-wrap a::before {
  left: 0;
  transform: translate(0%, -50%);
}
.menu-video-side {
  position: relative;
  height: 100vh;
}
.menu-wrap-div {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
}
.menu-wrap-left {
  width: 50%;
}
.menu-wrap-right {
  width: 50%;
}
.nav-main-menu .projects-menu-list {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  padding: 0;
  margin: 0;
  border-top: 1px solid rgba(255,255,255,.22);
  transition: all 0.5s;
}
.nav-main-menu .projects-menu-list-active {
  max-height: 500px;
  opacity: 1;
  visibility: visible;
}
.nav-main-menu .projects-menu-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.nav-main-menu .projects-menu-list li a {
  padding: 15px 40px;
  font-size: 13px;
}
.modal-dialog.modal-fullscreen .btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
  padding: 0;
  width: 17px;
  height: 17px;
  opacity: 1;
  border-radius: 4px;
  z-index: 9;
  background: none;
}
.menu-video-main video {
  position: absolute;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  object-fit: cover;
}
.menu-video-main::before {
  content: "";
  background-color: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
/* Remove default Bootstrap animation */
.modal.fade .modal-dialog {
  transform: translateY(100%);
  transition: transform .5s ease-in-out;
  margin: 0;
  height: 100%;
  max-width: 100%;
}
/* Modal open animation */
.modal.show .modal-dialog {
  transform: translateY(0);
}
/* Fullscreen adjustments */
.modal-fullscreen {
  width: 100vw;
  height: 100vh;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
/* MENU TOGGLE CSS */

/* HEADER CSS */
.header-mid {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.header-fix .header-mid p{
  transition:.3s;
}
.bannerLogo{
  position:fixed;
  top:50%;
  left:50%;
  width:400px;
  z-index:9;
  transform-origin:center center;
  pointer-events:none;
  transform: translate(-50%, -50%) scale(1);
}
.title h1 {
  margin-bottom: 30px;
  font-size: 40px;
  text-transform: uppercase;
  position: relative;
  font-family: 'Libre Caslon Display';
  font-style: normal;
  font-weight: 400;
  color: #1b1b1b;
  line-height: normal;
}
.title p {
  font-size: 16px;
  margin: 0;
  color: gray;
}
.title h1::after {
  content: "";
  width: 130px;
  height: 2px;
  background-color: #5d0504;
  position: absolute;
  bottom: -10px;
  left: 0;
}
.title.text-center h1::after {
  left: 50%;
  transform: translateX(-50%);
  background-color: #eec079;
}
.colorfull-section {
  background-color: #5d0504;
}
.colorfull-section .title {
  margin-bottom: 60px;
}
.form-control {
  font-size: 18px;
  border: none;
}
/* PROJECT PAGE CSS STARTS HERE */
.project-banner-section {
  height: calc(100vh - 100px);
  height: 100vh;
  position: relative;
}
.banner-video-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  position: relative;
}
.banner-video-div video {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.about-cnt h4 {
  font-size: 25px;
  margin-bottom: 20px;
  color: gray;
}
.about-cnt p {
  font-size: 16px;
  margin-bottom: 10px;
  color: gray;
  line-height: 28px;
}
.full-screen-img-section img {
  width: 100%;
}
.title {
  max-width: 750px;
  margin: 0 auto 50px;
}
.key-highlight-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-image: url("../images/grid-tile.png");
  background-size: 37px 37px;
}
.key-highlight-cnt {
  width: 48%;
  display: flex;
  justify-content: center;
}
.key-highlight-cnt-div {
  width: 450px;
  padding: 50px;
  background-color: #fff;
}
.key-highlight-cnt-div h3 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #000;
  font-family: 'Libre Caslon Display';
  font-style: normal;
  font-weight: 400;
}
.key-highlight-cnt-div h2 {
  font-size: 30px;
  margin-bottom: 15px;
  font-family: 'Libre Caslon Display';
  font-style: normal;
  font-weight: 400;
  color: #000;
  position: relative;
  padding-bottom: 15px;
}
.key-highlight-cnt-div h2::after {
  content: "";
  width: 100px;
  height: 2px;
  background-color: rgb(93, 5, 4);
  position: absolute;
  bottom: 0;
  left: 0;
}
.key-highlight-cnt-div p {
  font-size: 16px;
  margin-bottom: 0;
  color: gray;
}
.key-highlight-section .container {
  /* max-width: 100%;
  padding: 0; */
}
.key-highlight-img {
  width: 50%;
}
.key-highlight-img img {
  width: 100%;
}
.mall-event-section {
  background-color: #f8f4f0;
}
.view-more-div {
  text-align: center;
  margin-top: 30px;
}
.view-more-div button {
  text-decoration: none;
  color: #000;
  font-size: 20px;
  text-transform: uppercase;
  border: 1px solid #000;
  padding: 8px 22px;
  font-family: 'FreightBigProSemibold';
  font-weight: 600;
  font-style: normal;
  display: inline-block;
  width: auto;
  background-color: transparent;
}
.mall-hotel-div-cnt .key-highlight-cnt-div {
  margin: 0;
}
.mall-hotel-div-cnt .key-highlight-cnt {
  width: auto;
  justify-content: flex-start;
}
.mall-hotel-div {
  position: relative;
}
.mall-hotel-div-cnt {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.same-padding-top {
  padding-top: 60px;
}
.same-padding-bottom {
  padding-bottom: 60px;
}
.same-margin-bottom {
  margin-bottom: 60px;
}
.brands-associated-div {
  position: relative;
  text-align: center;
}
.view-more-btn {
  text-align: center;
}
.view-more-btn a {
  width: auto;
  display: inline-block;
  border: 1px solid #fff;
  padding: 8px 20px;
  border-radius: 0;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}
.view-more-btn a:hover {
  background-color: rgba(93, 5, 4, 1);
  color: #fff;
}
.view-more-btn a:hover .img-fluid {
  /* filter: brightness(0); */
}
.view-more-btn a .img-fluid {
  margin-left: 5px;
  max-width: 12px;
}
.brands-associated-setion .title h1 {
  color: #fff;
}
.brands-logo-item {
  height: 84%;
  align-items: center;
  display: flex;
  margin-bottom: 20px;
  border: 1px solid #adadad;
  padding: 5px;
}
.brands-logo-main {
  max-width: 100px;
  overflow: hidden;
  margin: 0 auto;
}
.brands-logo-main img {
  max-width: 100%;
}
.cs_google_map.cs_style_1 {
  height: 500px;
}
.cs_google_map.cs_style_1 iframe {
  border: none;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  height: 100%;
  width: 100%;
}
.project-rera-disclaimer {
  text-align: center;
}
.project-rera-disclaimer p {
  color: #fff;
  font-size: 10px;
  line-height: 1.5;
  margin: 0;
  text-align: justify;
}
.project-rera-disclaimer p:last-child {
  margin-top: 30px;
}
.costa-swiper .swiper-button-prev, .costa-swiper .swiper-button-next {
  background-color: #fff;
  opacity: 1;
  padding: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.costa-swiper .swiper-button-prev::after, .costa-swiper .swiper-button-next::after {
  font-size: 30px;
  color: #000;
}
.project-logo p {
  font-size: 16px;
  margin: 10px 0 0 0;
  color: gray;
  font-weight: 500;
  text-align: center;
}
.mobile-banner {
  height: 100%;
}
.mobile-banner-div {
  height: 100%;
  background-size: 100% 100%;
}
.mall-event-section .gallery {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
}
.box_hidden {
  display: none;
}
.mobile-footer {
  display: none;
}
body.project_page #main-content {
  opacity: 1;
}
/* PROJECT PAGE CSS ENDS HERE */

/* HOME PAGE CSS STATS HERE */
.about-us-images {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto auto auto;
  grid-template-columns: auto auto auto auto;
  margin-top: -6rem;
  -moz-column-gap: 7.5rem;
  column-gap: 7.5rem;
}
.about-us-image-item:nth-child(1) {
  padding-top: 2.875rem;
  display: initial;
}
.about-us-image-item:nth-child(2) {
  padding-top: 15.5rem;
  display: initial;
}
.about-us-image-item:nth-child(3) {
  padding-top: 12.25rem;
  display: initial;
}
.about-us-image-item:nth-child(4) {
  padding-top: 16px;
  display: initial;
}
.about-section {
  position: relative;
  display: none;
}
.about-div-bg {
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg,hsla(0,0%,100%,0),#fff),url("../images/trc-pattern.svg") repeat;
  opacity: .3;
  width: 100%;
  height: 100%;
}
.active .elan-project-item img {
  filter: brightness(0) invert(1);
}
.active .elan-project-item span {
  color: #fff;
}
.explore-new-store-section {
  background-color: #f8f4f0;
  display: none;
}
.brands-associated-section {
  border-bottom: 2px solid #eec079;
}
.brands-associated-section .brands-logo-item {
  border: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.brands-associated-section .brands-logo-item::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #000;
  width: 1px;
  height: 30px;
}
.brands-associated-section .brand-logo-last::after {
  display: none;
}
.center-slider-arrow-view-malls-btn {
  display: flex;
  align-items: center;
  width: 1113px;
  margin: 45px auto 0;
  justify-content: space-between;
}
.center-slider-arrow-view-malls-btn .btn {
  color: #000;
  text-decoration: none;
  border: 1px solid #000;
  padding: 5px 15px;
  font-size: 20px;
  font-family: 'Libre Caslon Display';
  font-style: normal;
  font-weight: 400;
  border-radius: 0;
}
.slider-arrows-wrapper {
  display: flex;
  gap: 0 20px;
}
.slick-arrow {
  position: static;
  width: auto;
  height: auto;
  transform: none;
}
.slider-arrows-wrapper .slick-prev::before {
  content: "";
  background-image: url("../images/left-arrow.png");
  width: 30px;
  height: 30px;
  background-size: cover;
  display: inline-block;
}
.slider-arrows-wrapper .slick-next::before {
  content: "";
  background-image: url("../images/right-arrow.png");
  width: 30px;
  height: 30px;
  background-size: cover;
  display: inline-block;
}
.slick-active {
  opacity: .5;
}
.slick-current {
  opacity: 1;
}
/* HOME PAGE CSS ENDS HERE */

/* ELAN EPIC CSS HERE */
  .mall-events-grid{
    display: grid;
    grid-template-columns: 1fr 1.7fr;
    grid-template-rows: auto;
  }
  .card-mall-events {
    max-height: 496px;
  }
  .card-mall-events .card-img img {
    height: 340px;
  }
  .card-mall-events:first-child {
    order: 1;
    max-height: 1060px;
    grid-column: 2;
    grid-row: 1/span 2;
    margin-left: 32px;
  }
  .card-mall-events:first-child .card-img img {
    height: 780px;
  }
  .card-mall-events .thumb{width:100%;height:160px;object-fit:cover;border-radius:10px}
  .card-mall-events h4 {
    margin: 4px 0 6px;
    font-size: 28px;
    letter-spacing: -0.02em;
    font-family: 'Libre Caslon Display';
    font-style: normal;
    font-weight: 400;
  }
  .meta{color:#777;font-size:14px}
  .eyelabel{font-size:13px;letter-spacing:1px;color:#777;margin-top:10px}
  .epic-key-highlight-section {
    background-color: #5d0504;
    padding-bottom: 150px;
  }
  .epic-key-highlight-section .title h1 {
    color: #fff;
  }
  .epic-key-highlight-section .title p {
    color: #fff;
  }
  .find-your-right {
    padding-left: 140px;
  }
  .find-your-right-bottom .title a {
    width: auto;
    display: inline-block;
    margin-top: 20px;
    text-decoration: underline;
    color: #eec079;
    padding-bottom: 10px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
  }
  .find-your-right-top {
    max-width: 300px;
    margin: 0 auto 15px;
  }
  /* .epic-key-highlight-div {
    display: flex;
    gap: 0 20px;
  }
  .epic-key-highlight-div-itm {
    width: 16.66%;
    cursor: pointer;
  }
  .epic-key-highlight-div-itm.active {
    width: 50%;
    cursor: initial;
  }
  .epic-key-highlight-div-itm-top {
    height: 100%;
    position: relative;
  }
  .epic-key-highlight-div-itm-top-img {
    height: 100%;
  }
  .epic-key-highlight-div-itm-top-img img {
    height: 100%;
    object-fit: cover;
  }
  .epic-key-highlight-div-itm:nth-child(1), .epic-key-highlight-div-itm:nth-child(3) {
    margin-top: 30px;
    margin-bottom: -30px;
  }
  .epic-key-highlight-div-itm-top-txt {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 50px;
    display: none;
  }
  .epic-key-highlight-div-itm-top-txt h3 {
    color: #fff;
    font-size: 30px;
  }
  .epic-key-highlight-div-itm-top-txt p {
    color: #fff;
    font-size: 16px;
  }
  .epic-key-highlight-div-itm-top::before {
    content: "";
    position: absolute;
    top: 0;
    background: linear-gradient(.26deg, rgba(0,0,0,0.7),transparent);
    height: 100%;
    width: 100%;
    left: 0;
  }
  .epic-key-highlight-div-itm.active .epic-key-highlight-div-itm-top-txt {
    display: block;
  }
  .epic-key-highlight-div-itm.active .epic-key-highlight-div-itm-bottom {
    display: none;
  }
  .epic-key-highlight-div-itm-bottom {
    text-align: center;
    margin-top: 15px;
  }
  .epic-key-highlight-div-itm-bottom p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .epic-key-highlight-div-itm-bottom .fa-solid {
    background-color: #fff;
    color: #5d0504;
    font-size: 20px;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  .epic-key-highlight-div-itm{
    width:16.66%;
    cursor:pointer;
    transition:width .5s cubic-bezier(.25,.46,.45,.94);
    overflow:hidden;
}

.epic-key-highlight-div-itm.active{
    width:50%;
}

.epic-key-highlight-div-itm-top-txt{
    position:absolute;
    left:0;
    bottom:0;
    padding:0 50px 40px;
    opacity:0;
    visibility:hidden;
    transform:translateY(40px);
    transition:
      opacity .6s ease,
      transform .8s ease,
      visibility .6s;
}

.epic-key-highlight-div-itm.active .epic-key-highlight-div-itm-top-txt{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
}

.epic-key-highlight-div-itm-bottom{
  text-align:center;
  margin-top:15px;
  opacity:1;
  transition:opacity .4s ease;
}

.epic-key-highlight-div-itm.active .epic-key-highlight-div-itm-bottom{
  opacity:0;
  pointer-events:none;
}

.epic-key-highlight-div-itm-top-img img{
  transition:transform 1.2s ease;
}

.epic-key-highlight-div-itm.active .epic-key-highlight-div-itm-top-img img{
  transform:scale(1.05);
} */
  .find-your-right-bottom .title {
    margin: 0;
    width: 100%;
  }
  .find-your-right-bottom .title h1 {
    color: #fff;
  }
  .find-your-right-bottom .title p {
    color: #fff;
  }
  .title h1::after {
    background-color: #eec079;
  }
  .banner-video-div .title {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translate(0px, -50%);
    z-index: 1;
    text-align: center;
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  .banner-video-div .title .title-span {
    color: rgb(255, 255, 255);
    margin-bottom: 15px;
  }
  .banner-video-div .title h1 {
    color: rgb(255, 255, 255);
    font-size: 78px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-family: 'Libre Caslon Display';
    font-style: normal;
    font-weight: 400;
  }
  .banner-video-div .title .title-span {
    color: rgb(255, 255, 255);
    margin-bottom: 15px;
  }
  a.explore-btn{
    position:absolute;
    left:50%;
    bottom:40px;
    transform:translateX(-50%);
    width:75px;
    height:75px;
    border:1px solid rgba(255,255,255,.6);
    border-radius:50%;
    text-decoration:none;
    color:#fff !important;
    display:flex;
    align-items:center;
    justify-content:center;
    z-index: 1;
  }
  a.explore-btn span {
    font-size: 12px;
    letter-spacing: 1px;
  }
  #video-vertical-loft-living {
    width: 100%;
  }
  .explore-line {
    position: absolute;
    width: 1px;
    height: 60px;
    left: 50%;
    top: 55px;
    transform: translateX(-50%);
    overflow: hidden;
  }
  .project-page-logo {
    max-width: 100px;
  }
  .explore-line::after{
    content:"";
    position:absolute;
    top:-100%;
    left:0;
    width:100%;
    height:100%;
    background:#fff;
    animation:scrollLine 2s infinite;
  }
  @keyframes scrollLine{
    0%{
        top:-100%;
    }
    100%{
        top:100%;
    }
  }
  .our-awards-div {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .our-awards-div .title {
    max-width: initial;
    width: 40%;
    margin: 0;
  }
  .our-awards-div .our-awards-div-img {
    max-width: initial;
    width: 50%;
    margin: 0;
  }
  .our-awards-div .title p {
    color: #fff;
    margin-bottom: 30px;
  }
  .our-awards-div .title h1 {
    color: #fff;
    margin-bottom: 0;
  }
  .our-awards-div .title h1::after {
    display: none;
  }
/* ELAN EPIC CSS HERE */

/* NEW SECTION ADD HERE */

/* SLIDER SECTION STARTS HERE */
.slider-section .container {
    width: 100%;
    padding: 0;
    max-width: 100%;
}
.slider-div .swiper-slide {
  transition: all 1s ease;
}
.slider-div .swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: .5rem;
}
.slider-div .swiper-slide .swiper-item-img {
  position: relative;
  overflow: hidden;
}
.slider-div .swiper-slide:nth-child(even) .swiper-item-img {
  margin-top: 70px;
}
.swiper-highlight-txt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-image: linear-gradient( to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 0.01) 95% );
  padding: 30px 30px 50px 30px;
}
.swiper-highlight-txt h5 {
  color: #fff;
  font-size: 35px;
  position: relative;
  margin: 0;
  padding-bottom: 15px;
  font-family: 'Libre Caslon Display';
  font-style: normal;
  font-weight: 400;
}
.swiper-highlight-txt p {
  margin: 0;
  /* list-style-type: disc; */
  padding: 0;
  /* list-style-position: inside; */
  height: 0;
  max-height: 0;
  opacity: 0;
  transition: all 1.5s ease;
  color: #fff;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
}
.slider-div .swiper-slide .swiper-item-img:hover .swiper-highlight-txt p {
  height: auto;
  opacity: 1;
  max-height: 100rem;
}
.savoySliderDivItem:hover .swiper-highlight-txt p {
  height: auto;
  opacity: 1;
  max-height: 100rem;
}
.swiper-highlight-txt ul li {
  /* color: #fff;
  font-size: 17px;
  line-height: 45px; */
}
.slider-div .swiper-slide:hover p {
    opacity: 1;
}
.slider-section {
  background-color: #000;
}
/* SLIDER SECTION ENDS HERE */

/* BRAND SHOWCASE CSS STARTS HERE */
.section-title {
  padding-bottom: 3.5rem;
}
.section-title h3 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 25px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
}
.section-title h2 {
  color: #fff;
  font-size: 50px;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 8px;
}
/* .brand-showcase-grid {
  display: grid;
  grid-template-columns: repeat(6,minmax(0,1fr));
} */
.brand-showcase-grid{
  display:grid;
  grid-template-columns: repeat(6,1fr);
  gap:1px;
}
.brand-showcase-grid-item {
  aspect-ratio: 1/1;
}
.brand-showcase-grid-item-span-2 {
  grid-column: span 2/span 2;
  aspect-ratio: 2/1;
}
.brand-showcase-grid-item a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.brand-showcase-transition-opacity {
  background-image: linear-gradient(90deg,rgba(0,0,0,0) 0,rgba(0,0,0,.9) 60%,rgb(0, 0, 0) 86%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: .5s;
}
.brand-showcase-grid-item:nth-child(5) .brand-showcase-transition-opacity, .brand-showcase-grid-item:nth-child(6) .brand-showcase-transition-opacity, .brand-showcase-grid-item:nth-child(7) .brand-showcase-transition-opacity, .brand-showcase-grid-item:nth-child(8) .brand-showcase-transition-opacity {
  background-image: linear-gradient(270deg,rgba(0,0,0,0) 0,rgba(0,0,0,.9) 60%,rgb(0, 0, 0) 86%);
}
.brand-showcase-logo {
  padding: 2.25rem;
  width: 100%;
  height: 100%;
  align-items: center;
  display: flex;
  border-radius: 200px;
  border: 1px solid gray;
  align-items: center;
  justify-content: center;
}
.brand-showcase-grid-item:nth-child(5) .brand-showcase-logo, .brand-showcase-grid-item:nth-child(6) .brand-showcase-logo, .brand-showcase-grid-item:nth-child(7) .brand-showcase-logo, .brand-showcase-grid-item:nth-child(8) .brand-showcase-logo {
  /* justify-content: right; */
}
.brand-showcase-logo .img-fluid {
  z-index: 1;
}
.brand-showcase-grid-item a:hover .brand-showcase-logo {
  background-color: #fff;
}
.brand-showcase-grid-item a:hover .brand-showcase-logo img {
  filter: invert(1);
}
.brand-showcase-grid-item a:hover .brand-showcase-transition-opacity {
  opacity: 0;
}
.brand-showcase-section {
  background-color: #000;
  overflow: hidden;
}
/* BRAND SHOWCASE CSS ENDS HERE */

/* WHATS ON SECTION ENDS HERE */
.whats-on-div .swiper-slide h4 {
  color: #fff;
  margin-bottom: 30px;
  padding-bottom: 20px;
  position: relative;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 27px;
}
.whats-on-div .swiper-slide h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 130px;
  background-color: gray;
  height: 2px;
}
.whats-on-slider-item {
  display: flex;
  align-items: center;
  gap: 0 50px;
}
.whats-on-slider-item-cnt-top {
  margin-bottom: 50px;
}
.whats-on-section{
  background-color: #000;
  position: relative;
  height: 300vh;
  padding: 0;
}
.whats-on-div .swiper-slide::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  background-color: gray;
  top: 0;
  right: -15px;
}
.whats-on-slider .swiper-slide{
  width: calc(100% / 1.5);
}
.whats-on-slider .swiper-slide:last-child {
  width: auto !important;
  height: 100%;
}
/* a.explorebtn {
  font-size: 22px;
  width: 200px;
  height: 200px;
  margin: auto;
  border: 1px solid #fff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  gap: 0 5px;
  font-weight: 600;
}
.explorebtnSpan {
  background: linear-gradient(90deg,rgba(0,0,0,0) 0,rgba(0,0,0,.9) 60%,rgb(0, 0, 0) 86%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: .5s; 
  transition: background 2s
}
.explorebtnTxt {
  z-index: 0;
}
a.explorebtn:hover .explorebtnSpan {
  background: linear-gradient(270deg,rgba(0,0,0,0) 0,rgba(0,0,0,.9) 60%,rgb(0, 0, 0) 86%);
} */
a.explorebtn {
  width: 200px;
  height: 200px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #fff;
}
.circle {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: rotate(90deg);
}
a.explorebtn:hover .circle {
  transform: rotate(102deg);
}
.circle circle {
  fill: none;
  stroke: rgb(51, 51, 51, 1);
  stroke-width: 1.5;
  stroke-dasharray: 350;   /* half circumference */
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 0.3s ease;
   fill:none;
  stroke:url(#fadeStroke);
  stroke-width:1.5;
  stroke-linecap:round;
}
/* Hover → move to right half */
a.explorebtn:hover .circle circle {
  stroke-dashoffset: -250;
}
.explorebtnTxt {
  position: relative;
  z-index: 2;
}
.whats-on-div .swiper-wrapper {
  align-items: center;
}
.whats-on-slider .swiper-slide:last-child::after {
  display: none;
}
/* WHATS ON SECTION ENDS HERE */


/* STAY IN BLISS SECTION */
.stay-in-bliss-section {
  background-color: #000;
  border-top: 1px solid gray;
}
.stay-in-bliss-cnt {
  padding-right: 20px;
}
.section-cnt h3 {
  color: #fff;
  margin: 20px 0;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
}
.section-cnt p {
  color: #fff;
  margin-bottom: 5px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
}
.section-cnt a {
  color: #fff;
  text-decoration: none;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 0 8px;
}
.stay-in-bliss-section .section-title {
  padding-bottom: 0;
}
.stay-in-bliss-img img {
  width: 100%;
}
.malls-by-elan-section .title {
  margin: 0 auto 30px;
}
.malls-by-elan-section .bg-active {
  padding-bottom: 100px;
}
.stay-in-bliss-swiper-button-prev1, .stay-in-bliss-swiper-button-next1, .stay-in-bliss-swiper-button-prev2, .stay-in-bliss-swiper-button-next2, .stay-in-bliss-swiper-button-prev3, .stay-in-bliss-swiper-button-next3 {
  color: #fff;
  width: 20px;
  height: 20px;
  margin: 0 !important;
  background-color: transparent;
  padding: 0;
  border-radius: 0;
}
.swiper-pagination1 .swiper-pagination-bullet, .swiper-pagination2 .swiper-pagination-bullet, .swiper-pagination3 .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background-color: #fff;
}
.stay-in-bliss-logo .img-fluid {
  max-width: 300px;
}
.stay-in-bliss-section .carousel-indicators {
  margin: 0;
  bottom: -40px;
}
.stay-in-bliss-section .carousel-control-next, .carousel-control-prev {
  /* width: auto;
  height: auto;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 100%;
  color: #000;
  opacity: 1; */
}
.carousel-control-next-icon, .carousel-control-prev-icon {
  filter: brightness(0) invert(0);
}
.carousel-control-next-icon, .carousel-control-prev-icon {
  background-size: 70% 70%;
}
/* STAY IN BLISS SECTION */

/* BE THRILLED SECTION */
.be-thrilled-slider-item-video {
  width: 50%;
}
.be-thrilled-section .be-thrilled-slider-item {
  gap: 0;
  align-items: normal;
  height: 400px;
  background-color: rgb(17 17 17);
  display: flex;
}
.be-thrilled-slider-item-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.be-thrilled-section .be-thrilled-slider-item-cnt {
  width: 50%;
}
.be-thrilled-section .be-thrilled-slider-item-cnt-top {
  margin-bottom: 0;
  height: 50%;
  padding: 50px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.be-thrilled-section .be-thrilled-slider-item-cnt-bottom {
  height: 50%;
  box-sizing: border-box;
}
.be-thrilled-section .swiper-slide::after {
  display: none;
}
.be-thrilled-section .be-thrilled-slider-item-cnt-bottom img {
  height: 100%;
  object-fit: cover;
}
.be-thrilled-section .explorebtn .circle circle {
  stroke: rgb(255, 255, 255, 1);
}
.be-thrilled-div .swiper-wrapper {
  align-items: center;
}
.be-thrilled-slider .swiper-slide {
  width: 600px;   /* normal slides width */
}

.be-thrilled-slider .swiper-slide:last-child {
  width: auto;    /* explore button slide auto width */
}
.be-thrilled-section {
  position: relative;
  height: 300vh;
  /* padding: 0; */
}
.whats-on-slider-fix-div {
  position: sticky;
  top: -40px;
  height: 100vh;
  overflow: hidden;
} 
.whats-on-section > .container-fluid {
  height: 100%;
}
.be-thrilled-slider-fix-div {
  position: sticky;
  top: 40px;
  height: 100vh;
  overflow: hidden;
} 
.be-thrilled-section > .container-fluid {
  height: 100%;
}
/* BE THRILLED SECTION */

/* Preloader video container */
#preloader {
  position: fixed;
  inset: 0;
  background: black;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
#preloader.hidden{
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:0.8s ease;
}
#preloader video {
  width: 85%;
}
/* Preloader video container */

#main-content {
  position: relative;
}
/* ===== INTRO GATE CSS ===== */

body.intro-lock {
  overflow: hidden;
  height: 100vh;
}

body.entered.intro-lock {
  overflow: auto;
  height: auto;
}



/* main content hidden initially */
#main-content {
  opacity: 0;
  /* transform: translateY(60px); */
  transition: 1s ease;
}

/* after entering site */
body.entered #main-content {
  opacity: 1;
  /* transform: translateY(0); */
}
body.entered #srkSection {
  display: none !important;
}
/* FOUNTAIN SECTION */
.fountain-section {
  background-color: #000;
  border-top: 1px solid gray;
  position: relative;
  height: 100vh;
  overflow: hidden; /* IMPORTANT */
}
#year_incredible_legacy{
  position:relative;
}
#year_incredible_legacy {
  position: relative;
  overflow: hidden;
  padding-top: 50px;
}
#clipImage{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%, -50%);
  width:276px;
  height:143px;
  will-change: transform,width,height,top,left;
}
#clipImage video{
  width:100%;
  height:100%;
  object-fit:cover;
}
.year-incredible-legacy-div {
  height: 100%;
}
.fountain-section.active .year-incredible-legacy-div {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
}
/* FOUNTAIN SECTION */

/* NOVA CINEMAS SECTION */
.novo-cinemas-section {
  background-color: #000;
}
.novo-cinemas-div {
  position: relative;
}
.novo-cinemas-div .mySwiper {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 750px;
  right: 0;
  margin: 0;
}
.novo-cinemas-logo {
  padding-left: 15px;
}
.novo-cinemas-lrg-cnt {
  position: absolute;
  left: 500px;
  z-index: 99;
  bottom: 40px;
}
.novo-cinemas-lrg-cnt p {
  margin: 0;
  color: #fff;
  font-size: 30px;
}
.novo-cinemas-div .mySwiper2 {
  padding-bottom: 120px;
}
.novo-cinemas-logo {
  left: 15px;
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
  gap: 0 30px;
}
/* NOVA CINEMAS SECTION */

/* THE MOST EXCEPTIONAL RESIDENTIAL CONCEPT EVER */
.section-one {
  background-image: url("https://res.cloudinary.com/diwgt4zc8/image/upload/background2_jqqqnf.jpg");
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: repeat;
  padding: 60px 0;
}
.main-title {
  text-align: center;
  padding-bottom: 40px;
}
.main-title h1 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Libre Caslon Display", serif;
  position: relative;
  margin: 0px auto;
  padding-bottom: 30px;
  font-size: 50px;
  letter-spacing: 6px;
  line-height: 45px;
  text-transform: uppercase;
  color: #fff;
}
.main-title h1::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 350px;
  height: 2px;
  background-color: #fff;
}
.main-title p {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0px auto;
  padding-top: 40px;
  font-size: 1.1em;
  letter-spacing: 2px;
  color: #fff;
}
.tower-with-style-wrapper {
  position: relative;
}
.tower-with-style-image {
  position: relative;
  height: 85vh;
}
/* THE MOST EXCEPTIONAL RESIDENTIAL CONCEPT EVER */

/* FOOTER SECTION STARTS HERE */
footer {
  background-color: #000;
  /* border-top: 1px solid gray;
  padding-top: 80px; */
}
.footerLogoSide img {
  /* filter: brightness(0) invert(1); */
}
.footerLogoDivWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid gray;
  padding-top: 80px;
}
.footerLogoSide {
  width: 20%;
}
.footerProjectLogo {
  width: 70%;
}
.footerProjectLogoItem {
  text-align: center;
  border-left: 1px solid gray;
  border-right: 1px solid gray;
  padding: 10px 25px;
}
.footerProjectLogoItem p {
  color: #fff;
  font-size: 11px;
  font-weight: 600;
}
.footerProjectLogoItem img {
  width: 90%;
}
.footerMenuDivItm {
  margin-top: 80px;
  width: 20%;
}
.footerMenuDivItm:last-child {
  width: 60%;
}
.footerMenuDivItm ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footerMenuDivItm ul li a {
  color: #fff;
  font-size: 14px;
  padding: 22.7px 0;
  text-decoration: none;
  border-bottom: 1px solid gray;
  text-transform: uppercase;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0 10px;
}
.footerMenuDivWrap {
  display: flex;
  gap: 0 30px;
}
.footerSocialDivWrap {
  border-top: 1px solid gray;
  padding-top: 30px;
  margin-top: 80px;
  border-bottom: 1px solid gray;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footerSocialLogo img {
  max-width: 200px;
}
.footerSocialIcons a {
  background-color: rgb(217, 217, 217, 1);
  border-radius: 100%;
  padding: 10px;
  width: 50px;
  height: 50px;
}
.footerSocialIcons a .img-fluid {
  filter: brightness(0) invert(0);
}
.footerSocialIcons {
  display: flex;
  gap: 0 40px;
}
.footerDisclaimerDivWrap {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
}
.copyrightText p {
  margin: 0;
  font-size: 14px;
  color: #fff;
}
.copyrightText p a {
  margin: 0;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}
.privacypolicyText p {
  margin: 0;
  font-size: 14px;
  color: #fff;
}
.privacypolicyText p a {
  margin: 0;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}
.footer-enquire {
  text-decoration: none;
  background-color: #f4ca85;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 9;
  display: none;
}
.footer-enquire span {
  display: none;
}
/* FOOTER SECTION ENDS HERE */

/* BRANDS PAGE STARTS HERE */
.innerPagesDiv {
  margin-top: 70px;
  background-color: #000;
  position: relative;
}
.launch-room-div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.launch-room-img {
  width: 60%;
}
.launch-room-cnt {
  width: 35%;
}
.launch-room-cnt .section-cnt h3 {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 25px;
}
.brands-tab-div {
  display: flex;
  gap: 0 50px;
}
.brandsTabNavSide {
  width: 18%;
}
.brandsTabCntSide {
  width: 82%;
}
.brandsTabNavSide .nav-tabs .nav-item .nav-link {
  color: gray;
  width: 100%;
  text-align: left;
  border-style: solid;
  padding: 10px 0;
  background-color: transparent;
  border-color: gray;
  border-width: 0 0 1px 0;
  font-size: 10px;
  text-transform: uppercase;
  transition: all 0.5s;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
}
.brandsTabNavSide .nav-tabs .nav-item .nav-link.active, .brandsTabNavSide .nav-tabs .nav-item .nav-link:hover {
  color: #fff;
  border-color: #fff;
}
#responsiveTabContent .tab-pane .row {
  gap: 30px 0px;
}
.brandsTabItem {
  border: 1px solid rgb(51, 51, 51);
  padding: 40px 20px;
  transition: all 0.5s;
  position: relative;
}
.brandsTabItem:hover {
  background-color: #fff;
}
.brandsTabItemTitle {
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
}
.brandsTabItemLogo {
  margin-top: 25px;
}
.brandsTabItemcnt {
  margin-top: 50px;
  font-size: 10px;
  text-transform: uppercase;
  color: gray;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
}
.brandsTabItem:hover .brandsTabItemTitle {
  color: #000;
}
.brandsTabItem:hover .brandsTabItemLogo {
  filter: brightness(0) invert(0);
}
.brandsTabItemStatus {
  background-color: #fff;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  border-radius: 100%;
  justify-content: center;
  font-size: 10px;
  font-weight: 600;
  position: absolute;
  right: 15px;
  top: 15px;
  color: #000;
}
.brandsTabItem:hover .brandsTabItemStatus {
  background-color: #000;
  color: #fff;
}
/* BRANDS PAGE ENDS HERE */

/* HOTEL PAGE STARTS HERE */
.stay-bliss-section .launch-room-img {
  width: 55%;
  position: relative;
}
.stay-bliss-section .launch-room-img .swiper-button-prev {
  left: -25px;
  top: 42%;
  transform: translateY(-50%);
}
.stay-bliss-section .launch-room-img .swiper-button-next {
  right: -25px;
  top: 42%;
  transform: translateY(-50%);
}
.stay-bliss-section .launch-room-div {
  gap: 0 30px;
}
.stay-bliss-section .section-cnt .stay-in-bliss-logo {
  /* margin-bottom: 20px; */
  margin-bottom: 0;
}
.launch-room-cnt .section-cnt p {
  margin-bottom: 20px;
}
.launch-room-cnt .section-cnt a {
  width: auto;
  display: inline-block;
  border: 1px solid #fff;
  padding: 8px 20px;
  border-radius: 0;
}
.launch-room-cnt .section-cnt a:hover {
  background-color: #fff;
  color: #000;
}
.launch-room-cnt .section-cnt a:hover img {
  filter: invert(100%);
}
/* HOTEL PAGE ENDS HERE */

/* CINEMA PAGE STARTS HERE */
.section-title p {
  color: #fff;
  font-size: 14px;
}
.section-title p {
  color: #fff;
  font-size: 12px;
  margin: 20px 0 0 0;
  max-width: 500px;
}
.experience-cinema-div .swiper-pagination-bullet {
  background-color: #fff;
}
.experience-cinema-div .swiper-pagination-cinema {
  bottom: 0;
}
.experience-cinema-div .experienceCinemaSlider {
  padding-bottom: 30px;
}
.experience-cinema-section {
  padding-bottom: 0;
}


.you-enjoy-item {
  border: 1px solid gray;
  padding: 30px 20px;
}
.you-enjoy-icon img {
  max-width: 50px;
}
.you-enjoy-item h4 {
  margin: 40px 0 12px 0;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
}
.you-enjoy-item p {
  color: gray;
  font-size: 10px;
  margin: 0;
}
/* CINEMA PAGE ENDS HERE */

/* GAMING PAGE STARTS HERE */
/* ===== FINAL EXACT GAMING GRID ===== */
.gaming-section {
  width: 100%;
  display: inline-block;
  padding-bottom: 100px;
}
.gaming-section .section-title {
  width: 410px;
  position: absolute;
  left: 0;
  top: 0;
}
.gaming-main-div {
  position: relative;
  width: 100%;
  display: inline-block;
  margin-bottom: 100px;
}
.hero-images {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  /* grid-template-rows: 380px 380px; */
  gap: 30px;
  float: right;
  width: 85%;
}

/* Remove fixed row heights completely */
.hero-images .img {
  position: relative;
  overflow: hidden;
}

.hero-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 0.5s ease;
}

/* Layout Structure */

.img1 {
  grid-column: 2;
  grid-row: 1 / span 1;
  top: 210px;
}

.img2 {
  grid-column: 3;
  grid-row: 1;
}

.img3 {
  grid-column: 3;
  grid-row: 2;
}

.img4 {
  grid-column: 1;
  grid-row: 2;
  top: 100px;
  height: 420px;
}

.img5 {
  grid-column: 2;
  grid-row: 2;
  top: 210px;
  height: 420px;
}

/* Hover */
.hero-images .img:hover img {
  transform: scale(1.05);
}
.gaming-video-section {
  position: relative;
}
.videoBtn {
  position: absolute;
  bottom: 50px;
  left: 50%;
  background-color: #fff;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
.gamingSliderDivItem {
  border: 1px solid gray;
  padding: 15px;
}
.gaming-div .swiper-pagination {
  bottom: 0;
}
.gaming-div .gamingSliderDiv {
  padding-bottom: 30px;
}
.gaming-div .swiper-pagination-bullet {
  background-color: #fff;
}

/* ===== NEW TROCADERO GRID DESIGN ===== */
.trocadero-container {
  width: 100%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 280px;
  gap: 25px;
}
/* Images */
.trocadero-container .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* Big bottom-left */
.item4 {
  grid-column: 1 / 3;
  grid-row: 2 / 4;
}
/* Tall right image */
.item5 {
  grid-column: 3 / 4;
  grid-row: 2 / 4;
}
/* Logo box */
.logo-box {
  grid-column: 1 / 3;
  grid-row: 4 / 5;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-content {
  text-align: center;
  color: #fff;
}
.logo-content img {
  max-width: 200px;
  margin-bottom: 20px;
}
.logo-content p {
  letter-spacing: 2px;
  font-size: 14px;
}
/* Hover effect */
.trocadero-container .item:hover img {
  transform: scale(1.05);
  transition: 0.5s ease;
}
/* GAMING PAGE ENDS HERE */

/* EVENTS PAGE STARTS HERE */
.audemars-piguet-cnt {
  background-color: #fff;
  width: 400px;
  height: auto;
  left: 40px;
  bottom: 0;
  position: absolute;
  padding: 60px 60px;
}
.audemars-piguet-cnt p {
  color: #000;
  margin-bottom: 15px;
}
.audemars-piguet-logo img {
  filter: brightness(0) invert(0);
  max-width: 150px;
}
.audemars-piguet-cnt a {
  color: #000;
}
.audemars-piguet-banner-section {
  position: relative;
}
.audemars-piguet-cnt a .img-fluid {
  filter: brightness(0) invert(0);
}
.highlight-item {
  position: relative;
}
.highlight-item-cnt {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 10px 20px;
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
}
.highlight-title {
  color: #fff;
  margin-bottom: 20px;
  font-size: 20px;
}
.events-section .grid-layout {
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:30px;
}
.events-section .left-col,
.events-section .right-col {
  display:flex;
  flex-direction:column;
  gap:30px;
}
.events-section .card {
  position:relative;
  overflow:hidden;
  cursor:pointer;
  background-color: transparent;
}
.events-section .card img {
  width:100%;
  height:100%;
  object-fit:cover;
  transition:0.6s ease;
}
.events-section .overlay {
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:60%;
  background:linear-gradient(to top, rgba(0,0,0,0.8), transparent);
}
.events-section .content {
  position:absolute;
  bottom:30px;
  left:30px;
}
.events-section .content p {
  font-size:14px;
  margin-bottom:8px;
}
.events-section .content h3 {
  font-size:28px;
  margin-bottom:10px;
}
.events-section .content a {
  font-size:14px;
  text-decoration:none;
  color:#fff;
  opacity:0.8;
}
.events-section .card:hover img {
  transform:scale(1.08);
}
.events-section .card .section-cnt a img {
  width: 15px;
  height: auto;
}
/* EVENTS PAGE ENDS HERE */

/* SRK FIX BG SECTION STARTS HERE */
.srkFixMainDiv {
  position: relative;
  bottom: 0;
  height: 100%;
}
.brand-ambassador-div {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  display: flex;
  align-items: end;
}
.brand-ambassador-div::after {
  content: "";
  width: 100%;
  height: 40%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  /* background: transparent linear-gradient(180deg,rgba(255,255,255,0) 0%,rgba(249,249,249,.3882352941) 58%,rgba(249,249,249,.8784313725) 77%,#f9f9f9 89%,#f9f9f9 100%) 0% 0% no-repeat padding-box; */
  background: transparent linear-gradient(
  180deg,
  rgba(0,0,0,0) 0%,
  rgba(0,0,0,0.25) 58%,
  rgba(0,0,0,0.6) 77%,
  rgba(0,0,0,0.9) 89%,
  #000 100%
  );
}
.brand-ambassador-div .container {
  display: flex;
  align-items: flex-end;
  max-width: 900px;
  z-index: 9;
}
.brand-ambassador-cnt {
  width: 45%;
}
.brand-ambassador-photo {
  width: 45%;
}
.brand-ambassador-txt {
  text-transform: uppercase;
  color: #fff;
  font-size: 34px;
  line-height: 41px;
  max-width: 320px;
  margin: 0 auto 150px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Libre Caslon Display", serif;
}
.brand-ambassador-sign span {
  color: #fff;
  font-size: 30px;
  margin: 0;
  font-family: 'FreightBigProSemibold';
  font-weight: 600;
  font-style: normal;
}
.brand-ambassador-sign p {
  color: #fff;
  margin: 0;
  font-size: 20px;
  font-family: 'FreightBigProBook';
  font-weight: normal;
  font-style: normal;
  letter-spacing: 1px;
}
.brand-ambassador-sign {
  text-align: center;
}
.srkFix-section {
  overflow: hidden;
}
.srkFix-section.active .srkFixMainDiv {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
}
/* SKR FIX BG SECTION ENDS HERE */

/* BREADCRUM CSS STARTS HERE */
.breadcrumDiv .breadcrumb {
  margin: 0;
  padding-top: 10px;
}
.breadcrumDiv .breadcrumb .breadcrumb-item a, .breadcrumDiv .breadcrumb .breadcrumb-item {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}
.breadcrumb-item + .breadcrumb-item::before {
  filter: brightness(0) invert(1);
}
/* BREADCRUM CSS ENDS HERE */

/* ANIMATION EFFECT CSS STARTS HERE */
/* default hidden */
[data-animate]{
  opacity:0;
  transition:all 0.8s ease;
}
/* animation types */
.fade-up{
  transform:translateY(80px);
}
.fade-left{
  transform:translateX(-80px);
}
.fade-right{
  transform:translateX(80px);
}
.zoom-in{
  transform:scale(0.7);
}
/* active state */
.animate-show{
  opacity:1;
  transform:translate(0) scale(1);
}
/* ANIMATION EFFECT CSS ENDS HERE */

/* GALLERY SECTION STARTS HERE */
.stack-section {
  height:100vh;
  position:relative;
  overflow:hidden;
}
.stack-wrapper {
  position:relative;
  height:100%;
  display:flex;
  justify-content:center;
  align-items:center;
}
.stack-section .card {
  position: absolute;
  width: auto;
  border-radius: 0;
  transform: translateY(120vh) scale(.7);
  height: auto;
}
/* .stack-wrapper {
  position:relative;
  width:100%;
  height:100%;
}
.stack-section .card {
  position:absolute;
  width:240px;
  width:clamp(180px,15vw,260px);
  transform:translateY(120vh) scale(.8);
  transition:all .6s ease;
} */
.stack-section .card1{z-index:1}
.stack-section .card2{z-index:2}
.stack-section .card3{z-index:3}
.stack-section .card4{z-index:4}
.stack-section .card5{z-index:5}
.stack-section .card6{z-index:6}
.stack-section .card7{z-index:7}
.stack-section .card8{z-index:8}
.stack-section .card9{z-index:9}
.stack-section .card10{z-index:10}
.stack-section .card11{z-index:11}
.stack-section .card12{z-index:12}
.stack-section .card13{z-index:13}
/* GALLERY SECTION ENDS HERE */

.srkFooterdesktopBanner {
  height: 100%;
}
#zoomImage {
  height: 100%;
}
.stay-bliss-section .launch-room-img .swiper-pagination {
  position: static;
  margin-top: 10px;
}
.malls-by-elan-section .title h1 {
  color: #fff;
}
.the-savoy-section .container-fluid{
  max-width:100%;
  padding:0;
}
.savoySliderDivItem {
  height: 65vh;
  min-height: 34rem;
}
.savoySliderDivItem .img-fluid {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.facility-parent {
  /* position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  padding: 30px 20px; */
}
.savoySliderDivItem:hover .facility-parent {
  /* opacity: 1; */
}
.border-parent {
  /* align-items: center;
  display: flex; */
}
.owl-carousel .owl-item .savoySliderDivItem .facility-parent .img-fluid {
  /* max-width: 180px;
  width: 180px;
  height: auto;
  display: table;
  margin: 30px auto; */
}
.facility-parent h1 {
  /* font-size: 26px;
  color: #fff;
  height: auto;
  line-height: normal;
  text-align: left;
  font-family: 'Libre Caslon Display';
  font-style: normal;
  font-weight: 400; */
}
.facility-parent p {
  /* color: #fff;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 30px;
  text-align: left;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400; */
}
.facility-parent h2 {
  /* color: #fff;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  line-height: normal;
  font-family: 'Libre Caslon Display';
  font-style: normal;
  font-weight: 400; */
}
.border-parent {
  /* grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  inset: auto 0% 0%; */
}
.border-line-fade {
  /* background-color: #fffbf133;
  width: 100%;
  height: 1px; */
}
.btn-diamond-parent {
  /* z-index: 1;
  border: 1px solid #fff;
  width: .5rem;
  min-width: .5rem;
  height: .5rem;
  min-height: .5rem;
  position: relative;
  overflow: hidden;
  transform: rotate(45deg); */
}
.btn-diamond-child {
  display: none;
}
.featured-hotels-title h4 {
  color: #fff;
  font-size: 35px;
  margin-bottom: 20px;
  font-family: 'Libre Caslon Display';
  font-style: normal;
  font-weight: 400;
}
.featured-hotels-title h1 {
  color: #fff;
  font-size: 65px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-family: 'Libre Caslon Display';
  font-style: normal;
  font-weight: 400;
}
.featured-hotels-cnt p {
  margin: 0;
  color: #fff;
  font-size: 14px;
  padding-left: 20px;
}
.the-savoy-section .title h1 {
  color: #fff;
}
.the-savoy-section .title p {
  color: #fff;
}
/* correction css */
.featured-carousel-component-container .carouselControlType2 .left-arrow {
  color: #fff;
}
.featured-carousel-component-container .carouselControlType2 .right-arrow {
  color: #fff;
}
.featured-carousel-component-container-count span {
  color: #fff;
}
.carouselControlType2 div > button {
  background-color: #fff;
}
.horizontal-accordion__desc span {
  color: #fff;
  font-size: 30px;
  font-family: 'Libre Caslon Display';
  font-style: normal;
  font-weight: 400;
}
.horizontal-accordion__desc p {
  color: #fff;
  font-size: 16px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
}
.horizontal-accordion__text--title span {
  color: #fff;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  display: block;
}
.horizontal-accordion-with-animation .horizontal-accordion__plus {
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-color: #fff;
  margin: 0 auto;
}
.banner-video-div .title h1::after {
  display: none;
}
.horizontal-accordion__element--active .horizontal-accordion__img {
  /* transform: none !important; */
}
.horizontal-accordion__element--active .horizontal-accordion__element--wrapper .horizontal-accordion__img {
  transform: none !important;
  transform: scale(1);
}
/* correction css */

/* lifestyle section css starts here */
.sticky-top {
  top: 17px;
  z-index: 1;
  padding-top: 90px;
}
.section-tab-with-scroll .nav .nav-item {
  margin-bottom: 10px;
}
.section-tab-with-scroll .nav .nav-link {
  display: flex;
  padding: 1px;
  border-radius: 28px;
  transition: .2s ease;
  background: transparent linear-gradient(90deg,rgba(199,163,134,.3215686275) 0%,rgba(199,163,134,.1803921569) 41%,rgba(199,163,134,0) 100%) 0% 0% no-repeat padding-box;
}
.section-tab-with-scroll .nav .nav-link span {
  padding: 30px 40px;
  background: #000;
  display: flex;
  border-radius: 28px;
  width: 100%;
  align-items: center;
  gap: 0 30px;
}
.section-tab-with-scroll .nav .nav-link.active span {
  background: transparent linear-gradient(90deg,rgba(199,163,134,.3215686275) 0%,rgba(199,163,134,.1803921569) 41%,rgba(199,163,134,0) 100%) 0% 0% no-repeat padding-box;
}
.section-tab-with-scroll .nav .nav-link span .img-fluid {
  filter: brightness(0) invert(1);
}
.section-tab-with-scroll .nav .nav-link span label {
  margin: 0;
  font-size: 22px;
  color: #fff;
  font-family: 'Libre Caslon Display';
  font-style: normal;
  font-weight: 400;
}
.tab-section {
  padding-top: 90px;
}
.each-amenities-thumb img {
  border-radius: 7px;
}
.each-amenities-content h5 {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 1px;
  color: #c7a386;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
}
.each-amenities-content h4 {
  font-size: 35px;
  line-height: 41px;
  margin: 5px 0 25px 0;
  font-family: "Libre Caslon Display", serif;
  color: #fff;
}
.amenities-description {
  margin-bottom: 25px;
  padding-right: 15px;
}
.amenities-description p {
  font-size: 14px;
  color: #fff;
}
.tab-section:nth-child(2n) .row {
  flex-direction: row-reverse;
}

/* lefestyle section css ends here */
.savoy-nav-wrap{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:25px;
  margin-top:40px;
}
.savoy-prev,
.savoy-next{
  background:none;
  border:none;
  cursor:pointer;
  font-size:20px;
  color:#000;
  display:flex;
  align-items:center;
}
.savoy-counter{
  display:flex;
  align-items:center;
  gap:12px;
  font-size:24px;
  color:#000;
  font-weight:300;
}
.savoy-counter .divider {
    opacity:.4;
}
/* RESPONSIVE CSS STARTS HERE */
.savoy-pagination{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:35px;
  margin-top:20px;
}
.savoy-pagination button{
  background:none;
  border:none;
  font-size:28px;
  cursor:pointer;
}
.savoy-count {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 3px;
  color: #fff;
}
.savoy-count span {
  width: 15px;
  text-align: center;
  display: inline-block;
}
.savoy-nav-star {
  width: .5rem;
  min-width: .5rem;
  height: .5rem;
  min-height: .5rem;
  position: relative;
  overflow: hidden;
  transform: rotate(45deg);
  color: #fff;
  z-index: 1;
  border: 1px solid #fff;
}
.savoy-nav-line {
  width: 1rem;
  height: 1px;
  background-color: #fff;
}
.horizontal-accordion__img{
  height: 562px !important;
  min-height: 562px;
  width: 100%;
  object-fit: cover;
}
.banner-video-div::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
  left: 0;
  top: 0;
  position: absolute;
  z-index: 0;
}

/* video css starts here */
.scroll-video-section{
  height:600vh;
  position:relative;
}
.video-wrapper{
  position:sticky;
  top:0;
  width:100%;
  height:100vh;
  overflow:hidden;
}
#scrollVideo{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.scroll-video-section{
  position:relative;
  height:600vh;
}
.video-wrapper{
  position:sticky;
  top:0;
  width:100%;
  height:100vh;
  overflow:hidden;
}
#scrollVideo{
  width:100%;
  height:100%;
  object-fit:cover;
}
/* video css ends here */

/* new section about project page */
.project-concept-behind-cnt .title h1 {
  color: #fff;
}
.project-concept-behind-cnt .title p {
  color: #fff;
  margin-bottom: 15px;
  line-height: 1.875em;
}
.project-concept-behind-cnt .title p:last-child {
  margin-bottom: 0;
}
.project-logo {
  max-width: 230px;
  margin-bottom: 30px;
  filter: brightness(100);
}
.about-service {
  position: relative;
}
.about-service .swiper-button-prev-arrow {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.about-service .swiper-button-next-arrow {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.about-service-item p {
  margin: 20px 0 0 0;
  color: #fff;
}
.same-margin-bottom {
  margin-bottom: 70px;
}
.about-service-item {
  text-align: center;
  position: relative;
}
.about-service-item img {
  /* filter: brightness(100); */
}
.about-service .swiper-button-prev-arrow .fa-solid, .about-service .swiper-button-next-arrow .fa-solid {
  color: #fff;
}
.project-concept-behind-cnt .view-more-btn {
  text-align: left;
  margin-top: 20px;
}
.stay-bliss-section .swiper-button-next::after, .stay-bliss-section .swiper-button-prev::after {
  display: none;
}
#project-nav.active {
  background-color: #202020;
}
#project-nav.active i {
  transform: rotate(180deg);
}
.project-concept-behind-cnt .title {
  max-width: 100%;
}
/* GALLERY SECTION PAGE CSS */
.gallery-photo-div{
    position:relative;
    overflow:hidden;
}

.gallery-photo-slider{
    overflow:visible;
}

.gallery-photo-slider .swiper-slide{
    /* transform:scale(.5);
    opacity:.45;
    transition:.6s; */
}

.gallery-photo-slider .swiper-slide-active{
    /* transform:scale(1.47);
    opacity:1;
    z-index:5; */
}

.gallery-photo-item {
  border-radius: 16px;
  overflow: hidden;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
  -webkit-transform: scale(.5);
  transform: scale(.5);
  margin-left: -90px;
  margin-right: -90px;
  border-radius: 11px;
  transition: transform .5s ease;
}

.swiper-slide-active .gallery-photo-item {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.gallery-photo-item img {
  width: 100%;
  height: 660px;
  object-fit: cover;
  display: block;
  transition: transform 2s ease;
}
.gallery-photo-slider .swiper-slide-prev .gallery-photo-item {
  margin-left: -200px;
}
.gallery-photo-slider .swiper-slide-next .gallery-photo-item {
  margin-right: -200px;
}
.swiper-slide-active .gallery-photo-item .img-fluid {
  height: auto;
}
.gallery-photo-slider .swiper-wrapper {
  align-items: center;
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
}
.gallery-prev,
.gallery-next{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:58px;
  height:58px;
  border-radius:50%;
  background:#000;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  z-index:20;
}
.gallery-prev{
  left:30px;
}
.gallery-next{
  right:30px;
}
.gallery-prev i,
.gallery-next i{
  font-size:20px;
}
.gallery-photo-setion .title h1 {
  color: #fff;
}
.gallery-photo-slider .swiper-slide-active img {
  transform: scale(1.03);
}
/* GALLERY SECTION PAGE CSS */


/* new section about project page */

/* ABOUT US PAGE CSS STARTS HERE */
.about-elan-item {
  text-align: center;
  max-width: 100%;
}
.about-elan-item h3 {
  color: #fff;
  font-size: 40px;
  margin-bottom: 25px;
}
.about-elan-item p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 0;
}
.about-elan-div .title {
  max-width: 1000px;
}
.inner-banner {
  height: 100%;
  width: 100%;
}
.inner-banner .img-fluid {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.quality-div {
  display: flex;
  align-items: center;
  padding-left: 100px;
}
.quality-div-left {
  width: 30%;
  padding-right: 50px;
}
.quality-div-img {
  width: 70%;
}
.quality-div-cnt .adv-button-link-wrap {
  position: static;
  transform: none;
  text-align: left;
}
.quality-div-cnt .adv-button-link-wrap a::before {
  left: 0;
  transform: translate(0, -50%);
  top: 50%;
}
.quality-div-cnt .title h1 {
  color: #fff;
}
.quality-div-cnt .title p {
  color: #fff;
}
.quality-div-number {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0 20px;
  margin-top: 80px;
}
.quality-div-text {
  font-size: 20px;
  color: #c9b798;
}
.quality-div-count {
  color: #575757;
  font-size: 150px;
}
.quality-section {
  background-image: url("../images/about/tricolt_dark_marble_stairs_Large.webp");
  background-repeat: no-repeat;
  background-position: center center;
  padding: 60px 0;
  background-size: cover;
}
.quality-div-bg-img {
  background-image: url("../images/about/h_tricolt_approach_interior_image.webp");
  width: 100%;
  height: 60vh;
  background-repeat: no-repeat;
  background-position: center center;
}
.about-person-cnt .title h1 {
  color: #fff;
}
.about-person-cnt .title p {
  color: #fff;
}
.about-person-left-div {
  padding-right: 100px;
}
.about-person-cnt .title {
  max-width: 100%;
}
.lifestyle-section .quality-div-img {
  width: 100%;
  position: relative;
  padding: 70px 0 70px 0;
}
.lifestyle-section .quality-div-number {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0 20px;
  margin-top: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.lifestyle-section .quality-div {
  display: block;
  padding-left: 0;
  position: relative;
}
.lifestyle-section .quality-div .quality-div-img::after {
  content: "";
  background-image: url("../images/about/h_tricolt_approach_wood_slat_wall.webp");
  background-repeat: no-repeat;
  background-position: left;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.lifestyle-section .quality-div-bg-img {
  width: 75%;
  height: auto;
  margin: 0 auto;
  background: none;
  position: relative;
}
.lifestyle-section .quality-div-cnt .title {
  display: flex;
  margin: 0;
  width: 60%;
  max-width: 100%;
  align-items: center;
  gap: 0 100px;
}
.lifestyle-section .quality-div-cnt {
  display: flex;
  justify-content: flex-end;
  margin-top: 50px;
}
.design-section {
  background-image: none;
}
.design-section .quality-div-number {
  margin: 50px 0 100px 0;
}
.design-section .quality-div-img {
  position: relative;
}
.design-section .quality-div-img .quality-div-bg-img {
  background: none;
  position: absolute;
  height: auto;
  right: 0;
  bottom: -70px;
  width: 60%;
}
.design-section .quality-div-img > img {
  display: none;
}
.design-section .quality-div-left {
  width: 35%;
}
.design-section .quality-div-img {
  background-image: url("../images/about/h_tricolt_approach_interior_design_2.webp");
  background-repeat: no-repeat;
  background-size: cover;
  width: 65%;
}
.design-section .quality-div {
  align-items: inherit;
}
.project-concept-left-img {
  padding-right: 90px;
}
/* ABOUT US PAGE CSS ENDS HERE */

@media only screen and (min-width: 1400px) {
  .brand-ambassador-photo {
    width: 30%;
  }
  .padding-top-bottom {
    padding: 80px 0;
  }
  .section-one {
    padding: 80px 0;
  }
  .novo-cinemas-lrg-img img {
    width: 100%;
  }
  .srk-photo {
    width: 60%;
  }
  .banner-cnt .container {
    max-width: 1380px;
  }
  .srk-cnt p {
    font-size: 21px;
    line-height: 26px;
  }
  .srk-cnt a {
    font-size: 20px;
  }
  .srk-name-title h3 {
    font-size: 22px;
  }
  .srk-name-title p {
    font-size: 15px;
  }
  .srk-name-title {
    left: 40px;
  }
  .srk-logo {
    max-width: 370px;
    margin: 0 auto 30px;
  }
  .same-padding-bottom {
    padding-bottom: 80px;
  }
  .same-padding-top {
    padding-top: 80px;
  }
  .key-highlight-cnt-div h3 {
    /* font-size: 22px; */
    margin-bottom: 20px;
  }
  .key-highlight-cnt-div h2 {
    /* font-size: 35px; */
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
  /* .key-highlight-cnt-div p {
    font-size: 1px;
  } */
  .key-highlight-cnt-div {
    width: 565px;
    padding: 60px;
  }
  .find-your-right-top {
    max-width: 350px;
    margin: 0 auto 50px;
  }
  .find-your-right {
    padding-left: 300px;
  }
  .epic-key-highlight-section {
    padding-bottom: 200px;
  }
  .brand-ambassador-div .container {
    max-width: 1000px;
  }
  .malls-by-elan-section .title {
    margin: 0 auto 40px;
  }
  .malls-by-elan-section {
    padding: 120px 0;
  }
  .malls-by-elan-item-container .hover-item {
    margin-top: 80px;
  }
  .title h1 {
    /* margin-bottom: 40px;
    font-size: 40px; */
  }
  .title p {
    /* font-size: 18px; */
  }
  .project-logo {
    /* max-width: 270px;
    margin-bottom: 60px; */
  }
  .view-more-btn a {
    padding: 12px 30px;
    /* font-size: 14px; */
  }
  body {
    /* font-size: 17px; */
    /* line-height: 1.9em; */
  }
}
@media only screen and (min-width: 1600px) {
  body {
    /* font-size: 18px; */
    /* line-height: 1.975em; */
  }
  .project-logo {
    max-width: 300px;
  }
  .view-more-btn a {
    padding: 12px 30px;
    /* font-size: 16px; */
  }
  .title h1 {
    /* margin-bottom: 45px;
    font-size: 45px; */
  }
  .title p {
    /* font-size: 20px; */
  }
  .banner-cnt .container {
    max-width: 1580px;
  }
  .srk-cnt p {
    font-size: 24px;
    line-height: 30px;
  }
  .srk-cnt a {
    font-size: 22px;
  }
  .srk-name-title h3 {
    font-size: 24px;
  }
  .srk-name-title p {
    font-size: 17px;
  }
  .srk-name-title {
    left: 40px;
  }
  .srk-logo {
    max-width: 400px;
    margin: 0 auto 30px;
  }
  .brand-ambassador-div .container {
    max-width: 1200px;
  }
}
@media only screen and (min-width: 1920px) {
  .project-logo {
    max-width: 400px;
  }
  /* .container-fluid {
    max-width: 1600px;
  }
  .container {
    max-width: 1600px;
  }
  .srk-photo {
    width: 65%;
  }
  .brand-ambassador-div .container {
    max-width: 1600px;
  } */
}

@media only screen and (max-width: 1520px) {
  .menu-social-div-left-top p a {
    letter-spacing: 1px;
  }
  .menu-social-div-right .footerSocialIcons {
    gap: 0 20px;
  }
}
@media only screen and (max-width: 1399px) {
  .title h1 {
    margin-bottom: 20px;
    font-size: 35px;
  }
  .project-logo {
    max-width: 200px;
    margin-bottom: 20px;
  }
  .project-concept-behind-cnt .view-more-btn {
    margin-top: 15px;
  }
  .about-service-item p {
    margin: 10px 0 0 0;
  }
  .project-concept-behind-cnt .title {
    margin-bottom: 20px;
  }
  .menu-list-side {
    padding: 0 80px;
  }
  .section-title {
    padding-bottom: 3rem;
  }
  #year_incredible_legacy .section-title h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1299px) {
  .menu-list-side {
    padding: 0 65px;
  }
  .section-title {
    padding-bottom: 2.5rem;
  }
  .whats-on-slider-item-img {
    max-width: 450px;
  }
  .novo-cinemas-logo .img-fluid {
    max-width: 100px;
  }
  .novo-cinemas-lrg-cnt {
    left: 320px;
    bottom: 33px;
  }
  .novo-cinemas-logo {
    bottom: 20px;
    padding-left: 0;
  }
  .costa-swiper .swiper-button-prev, .costa-swiper .swiper-button-next {
    width: 40px;
    height: 40px;
  }
  .costa-swiper .swiper-button-prev::after, .costa-swiper .swiper-button-next::after {
    font-size: 25px;
  }
  .brand-ambassador-photo img {
    max-width: 300px;
  }
  .brand-ambassador-photo {
    text-align: center;
  }
}
@media only screen and (max-width: 1250px) {
  .costa-swiper .swiper-button-prev, .costa-swiper .swiper-button-next {
    width: 30px;
    height: 30px;
  }
  .costa-swiper .swiper-button-prev::after, .costa-swiper .swiper-button-next::after {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1199px) {
  .about-elan-item h3 {
    font-size: 35px;
    margin-bottom: 20px;
  }
  .project-concept-left-img {
    padding-right: 10px;
  }
  .stay-bliss-section .launch-room-img {
    width: 100%;
  }
  .launch-room-cnt {
    width: 100%;
  }
  .stay-bliss-section .section-title {
    text-align: center;
  }
  .launch-room-cnt {
    text-align: center;
  }
  .stay-bliss-section .launch-room-div {
    gap: 20px 0;
    flex-flow: column;
  }
  .gallery-prev, .gallery-next {
    width: 45px;
    height: 45px;
  }
  .gallery-photo-item {
    margin-left: -50px;
    margin-right: -50px;
    -webkit-transform: scale(.6);
    transform: scale(.6);
  }
  .gallery-photo-slider .swiper-slide-prev .gallery-photo-item {
    margin-left: 120px;
  }
  .gallery-photo-slider .swiper-slide-next .gallery-photo-item {
    margin-right: 120px;
  }
  .swiper-slide-active .gallery-photo-item {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .project-logo {
    max-width: 150px;
    margin-bottom: 15px;
  }
  .swiper-highlight-txt h5 {
    font-size: 30px;
  }
  .menu-list-side {
    padding: 0 15px;
  }
  .menu-social-div-left-top p {
    gap: 0 10px;
  }
  .menu-social-div-right .footerSocialIcons {
    gap: 0 15px;
  }
  /* css add by me starts */
  .featured-hotels-title h1 {
    font-size: 50px;
  }
  .featured-hotels-title h4 {
    font-size: 32px;
  }
  /* css add by me ends */
  .section-title {
    padding-bottom: 2rem;
  }
  .srkFix-section #zoomImage {
    margin-top: -5px;
  }
  .padding-top-bottom {
    padding: 50px 0;
  }
  .section-one {
    padding: 50px 0;
  }
  .novo-cinemas-div .mySwiper {
    width: 700px;
  }
  .novo-cinemas-logo {
    gap: 0 10px;
  }
  .about-us-image-item:nth-child(4) {
    padding-top: 70px;
  }
  .banner-cnt .container {
    max-width: 960px;
  }
  .srk-photo {
    width: 58%;
  }
  .srk-cnt {
    text-align: center;
    width: 38%;
  }
  .srk-cnt p {
    margin-bottom: 80px;
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 20px;
  }
  .srk-cnt a {
    padding: 8px 30px;
    font-size: 16px;
    letter-spacing: 1px;
  }
  .srk-logo {
    max-width: 220px;
  }
  .srk-name-title h3 {
    font-size: 18px;
  }
  .srk-name-title p {
    font-size: 12px;
  }
  .srk-name-title {
    left: 30px;
  }
  .key-highlight-cnt-div {
    width: 430px;
    padding: 25px;
  }
  .title h1 {
    margin-bottom: 20px;
    font-size: 30px;
  }
  .project-concept-behind-cnt .title p {
    line-height: 1.55em;
  }
  .title {
    margin: 0 auto 40px;
  }
  .about-cnt p {
    font-size: 17px;
  }
  .key-highlight-cnt-div h3 {
    font-size: 20px;
  }
  .key-highlight-cnt-div h2 {
    font-size: 25px;
  }
  .key-highlight-cnt-div p {
    font-size: 15px;
  }
  .about-us-images {
    -moz-column-gap: 3.5rem;
    column-gap: 3.5rem;
  }
  .center-slider-arrow-view-malls-btn {
    width: 524px;
  }
  .find-your-right-top {
    max-width: 250px;
    margin: 0 auto 10px;
  }
  .find-your-right {
    padding-left: 40px;
  }
  .card-mall-events h4 {
    font-size: 20px;
  }
  .card-mall-events:first-child .card-img img {
    height: 767px;
  }
  .main-title h1 {
    font-size: 45px;
  }
  .section-title h2 {
    font-size: 45px;
  }
  .slider-div .swiper-slide p {
    font-size: 30px;
  }
  .main-title p {
    font-size: 16px;
  }
  .whats-on-div .swiper-slide h4 {
    font-size: 22px;
  }
  .section-cnt h3 {
    font-size: 25px;
    margin: 12px 0;
  }
  .section-cnt p {
    font-size: 13px;
  }
  .elan-project-item span {
    font-size: 15px;
  }
  .konow-more-div .btn {
    font-size: 14px;
    padding: 7px 20px 7px;
  }
  .be-thrilled-section .be-thrilled-slider-item {
    height: 370px;
  }
  .section-cnt a {
    font-size: 13px;
  }
  /* STAY IN BLISS SECTION STARTS HERE */
  .carousel-control-prev, .carousel-control-next {
    display: none;
  }
  /* STAY IN BLISS SECTION ENDS HERE */

  /* HOME PAGE CSS HERE */
  .tower-with-style-image {
    height: 50vh;
  }
  #year_incredible_legacy .section-title h2 {
    font-size: 32px;
  }
  .whats-on-slider-item-img {
    max-width: 350px;
  }
  .whats-on-slider-item-cnt-top {
    max-width: 150px;
    margin: 0 auto 30px;
  }
  a.explorebtn {
    width: 170px;
    height: 170px;
  }
  /* HOME PAGE CSS ENDS */

  /* FOOTER CSS STARTS HERE */
  .footerMenuDivItm ul li a {
    font-size: 13px;
    padding: 15px 0;
  }
  .footerSocialDivWrap {
    padding-top: 20px;
    margin-top: 50px;
    padding-bottom: 20px;
  }
  .footerLogoDivWrap {
    padding-top: 50px;
  }
  .footerSocialIcons {
    gap: 0 30px;
  }
  .footerSocialIcons a {
    padding: 8px;
    width: 45px;
    height: 45px;
  }
  .copyrightText p {
    font-size: 13px;
  }
  .privacypolicyText p a {
    font-size: 13px;
  }
  /* FOOTER CSS ENDS HERE */
  .gaming-section .section-title {
    width: 325px;
  }
  .gaming-section {
    padding-bottom: 100px;
  }
  .img5 {
    height: 360px;
  }
  .savoySliderDivItem {
    height: auto;
    min-height: auto;
  }
  .about-person-left-div {
    padding-right: 0;
  }
  .quality-div-left {
    width: 40%;
    padding-right: 20px;
  }
  .quality-div-img {
    width: 60%;
  }
  .lifestyle-section .quality-div-cnt .title {
    width: 80%;
  }
  .quality-div-count {
    font-size: 100px;
  }
  .quality-div {
    padding-left: 70px;
  }
}

@media only screen and (max-width: 1120px) {
  .novo-cinemas-logo {
    left: 0px;
  }
  .novo-cinemas-logo .img-fluid {
    max-width: 80px;
  }
  .novo-cinemas-lrg-cnt {
    left: 220px;
    bottom: 30px;
  }
  .novo-cinemas-div .mySwiper {
    width: 660px;
  }
}

@media only screen and (max-width: 1000px) {
  /* css add by me starts here */
  .amenities-description {
    margin-bottom: 0;
    padding-right: 0;
  }
  .section-tab-with-scroll > .container > .row > [class*="col"] {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .nav.flex-column.nav-pills.sticky-top.tab-menu {
    display: none;
  }
  .tab-section {
    padding-top: 50px;
  }
  #entertainment {
    margin-top: 0;
  }
  /* css add by me ends here */
}

@media only screen and (max-width: 991px) {
  .about-elan-item h3 {
    font-size: 30px;
  }
  .about-person-cnt .title {
    text-align: left;
  }
  .quality-div {
    padding-left: 0;
    display: block;
  }
  .quality-div-left {
    width: 100%;
    padding: 0 15px 10px 15px;
  }
  .quality-div-img {
    width: 100%;
    margin-top: 40px;
  }
  .quality-div-bg-img {
    height: 300px;
  }
  .quality-section {
    padding: 40px 0 0 0;
  }
  .quality-div-number {
    gap: 0 15px;
    margin-top: -30px;
  }
  .lifestyle-section .quality-div-img {
    padding: 40px 0 40px 0;
  }
  .lifestyle-section .quality-div-cnt .title {
    width: 100%;
  }
  .lifestyle-section .quality-div-cnt {
    margin-top: 25px;
  }
  .quality-div-cnt .title h1 br {
    display: none;
  }
  .design-section .quality-div-img {
    width: 100%;
    height: 300px;
    margin: 0;
  }
  .design-section .quality-div-left {
    width: 100%;
  }
  .design-section .quality-div-number {
    margin: 25px 0 30px 0;
    justify-content: center;
  }
  .project-concept-left-img {
    padding-right: 0;
  }
  .gallery-photo-item img {
    height: auto;
  }
  .gallery-photo-item {
    margin-left: 0;
    margin-right: 0;
  }
  .gallery-photo-item {
    -webkit-transform: scale(.9);
    transform: scale(.9);
  }
  .gallery-photo-slider .swiper-slide-prev .gallery-photo-item {
    margin-left: 0;
  }
  .gallery-photo-slider .swiper-slide-next .gallery-photo-item {
    margin-right: 0;
  }
  .project-concept-behind-cnt {
    margin-top: 30px;
    text-align: center;
  }
  .swiper-highlight-txt h5 {
    font-size: 25px;
  }
  .adv-button-link-wrap a {
    padding: 10px;
    font-size: 14px;
    letter-spacing: 2px;
  }
  .adv-button-link-wrap a::before {
    width: 50px;
    height: 50px;
  }
  .nav-main-menu ul {
    padding: 35px 0 35px 0;
  }
  .nav-main-menu ul li a, .nav-main-menu ul li span {
    font-size: 14px;
  }
  .nav-main-menu .projects-menu-list li a {
    padding: 0 0 0 20px;
    font-size: 13px;
  }
  .menu-social-div {
    display: block;
  }
  .menu-social-div-left {
    width: 100%;
  }
  .menu-social-div-right {
    width: 100%;
    margin-top: 10px;
  }
  .menu-social-div-left-bottom {
    margin-top: 20px;
  }
  .menu-social-div-right .footerSocialIcons {
    justify-content: left;
  }
  .menu-social-div-left-top p a {
    font-size: 14px;
  }
  /* css add by me starts here */
  .owl-carousel .owl-item .savoySliderDivItem .facility-parent .img-fluid {
    max-width: 150px;
    width: 150px;
    margin: 10px auto;
  }
  .each-amenities-content h4 {
    font-size: 30px;
    line-height: normal;
    margin: 5px 0 5px 0;
  }
  .each-amenities-content h5 {
    font-size: 15px;
    line-height: normal;
  }
  .section-tab-with-scroll .nav .nav-link span {
    padding: 20px 15px;
    gap: 0 15px;
  }
  .section-tab-with-scroll .nav .nav-link span .img-fluid {
    max-width: 40px;
  }
  .section-tab-with-scroll .nav .nav-link span label {
    font-size: 16px;
  }
  /* css add by me ends here */
  .featured-hotels-title h1 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .banner-video-div .title h1 {
    font-size: 45px;
    margin: 30px 0;
  }
  .our-awards-div .title {
    width: 100%;
  }
  .our-awards-div .our-awards-div-img {
    width: 100%;
    margin: 20px 0 0 0;
    text-align: center;
  }
  .our-awards-div {
    display: block;
  }
  .section-title {
    padding-bottom: 1.5rem;
  }
  .elan-project-item {
    margin-bottom: 0;
  }
  .padding-top-bottom {
    padding: 40px 0;
  }
  .section-one {
    padding: 40px 0;
  }
  .konow-more-div {
    height: auto;
    margin-top: 10px;
  }
  .konow-more-div p {
    color: #000;
  }
  .whats-on-div .swiper-slide::after {
    right: -11px;
  }
  .whats-on-slider-item {
    gap: 0 30px;
  }
  .whats-on-slider-item-img {
    max-width: 280px;
  }
  .tower-with-style-image {
    height: 40vh;
  }
  .novo-cinemas-div .mySwiper {
    width: 550px;
  }
  .novo-cinemas-logo {
    bottom: 60px;
  }
  .novo-cinemas-lrg-cnt {
    left: 15px;
    bottom: 10px;
  }
  .about-us-image-item:nth-child(1) {
    padding-top: 4.875rem;
  }
  .about-us-images {
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }
  .view-more-div button {
    font-size: 14px;
    padding: 6px 12px;
  }
  .key-highlight-cnt {
    width: 100%;
  }
  .banner-cnt .container {
    max-width: 768px;
  }
  .srk-photo {
    width: 80%;
  }
  .srk-logo {
    max-width: 180px;
  }
  .srk-cnt p {
    margin-bottom: 50px;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 18px;
  }
  .srk-cnt {
    width: 30%;
  }
  .srk-cnt a {
    padding: 7px 20px;
    font-size: 13px;
    letter-spacing: 1px;
  }
  .srk-name-title h3 {
    font-size: 16px;
  }
  .srk-name-title {
    left: 20px;
    bottom: 5px;
  }
  .same-bottom-margin {
    margin-bottom: 40px;
  }
  .title {
    text-align: center;
    margin-bottom: 30px;
  }
  .malls-by-elan-section {
    padding-bottom: 0;
  }
  .dine-elan-malls-section .title p {
    padding: 0;
  }
  #pills-tab .nav-item .nav-link {
    font-size: 20px;
  }
  .malls-by-elan-item-container .hover-item {
    width: 50%;
    margin-top: 25px;
  }
  .malls-by-elan-item-container .upcoming-txt {
    width: 100%;
    margin-top: 25px;
  }
  .project-logo {
    margin: 0 auto 30px;
  }
  .about-cnt {
    text-align: center;
    margin-top: 30px;
  }
  .key-highlight-item {
    flex-flow: column;
  }
  .key-highlight-cnt-div {
    width: 430px;
    padding: 25px;
    margin: 20px 0;
  }
  .key-highlight-img {
    width: 100%;
  }
  .mall-hotel-div-cnt .key-highlight-cnt-div {
    margin: 0 auto;
  }
  .same-bottom-margin {
    margin-bottom: 40px;
  }
  .same-padding-bottom {
    padding-bottom: 40px;
  }
  .same-padding-top {
    padding-top: 40px;
  }
  .title h1::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .title h1 {
    font-size: 25px;
  }
  .title p {
    font-size: 14px;
  }
  .project-concept-behind-cnt .view-more-btn {
    margin-top: 25px;
    text-align: center;
  }
  .bannerLogo {
    max-width: 250px;
  }
  .header-right a {
    font-size: 15px;
  }
  .about-cnt p {
    font-size: 16px;
  }
  .same-margin-bottom {
    margin-bottom: 40px;
  }
  .epic-key-highlight-section {
    padding-bottom: 140px;
  }
  .find-your-right-bottom .title {
    text-align: left;
  }
  .find-your-right-bottom .title h1::after {
    left: 0;
    transform: translateX(0);
  }
  .find-your-right-top {
    max-width: 200px;
  }
  .find-your-right-bottom .title h1 {
    font-size: 25px;
  }
  .find-your-right-bottom .title p {
    font-size: 16px;
  }
  .card-mall-events h4 {
    font-size: 15px;
  }
  .meta {
    font-size: 13px;
  }
  .card-mall-events .card-img img {
    height: 250px;
  }
  .card-mall-events:first-child .card-img img {
    height: 579px;
  }
  .srkFixMainDiv {
    bottom: 0;
  }
  .brand-ambassador-photo img {
    max-width: 200px;
  }
  .brand-ambassador-txt {
    font-size: 22px;
    line-height: normal;
    margin: 0 auto 100px;
    color: #000;
  }
  .brand-ambassador-sign span {
    color: #fff;
    font-size: 24px;
  }
  .brand-ambassador-sign p {
    color: #fff;
    margin: 0;
    font-size: 16px;
  }
  .srkFix-div {
    display: none;
  }
  .brand-ambassador-div {
    position: static;
    padding: 30px 0 0 0;
    align-items: center;
  }
  .main-title h1 {
    font-size: 40px;
  }
  .section-title h2 {
    font-size: 40px;
  }
  .section-title h3 {
    font-size: 15px;
  }
  a.explorebtn {
    width: 150px;
    height: 150px;
  }
  #year_incredible_legacy .section-title h2 {
    font-size: 25px;
  }
  .footerMenuDivItm ul li a {
    font-size: 12px;
    padding: 10px 0;
  }
  .footerMenuDivItm ul li a .img-fluid {
    max-width: 12px;
  }
  .slider-div .swiper-slide p {
    font-size: 25px;
  }
  .main-title p {
    font-size: 15px;
  }
  .whats-on-div .swiper-slide h4 {
    font-size: 18px;
  }
  .section-cnt h3 {
    font-size: 22px;
    margin: 10px 0;
  }
  .section-cnt p {
    font-size: 12px;
  }
  .elan-project-item span {
    font-size: 14px;
  }
  .konow-more-div .btn {
    font-size: 14px;
    padding: 6px 15px;
    border-color: #000;
    color: #000;
  }
  .be-thrilled-section .be-thrilled-slider-item {
    height: 350px;
  }
  .section-cnt p {
    font-size: 11px;
    margin-bottom: 5px;
  }
  .carousel-item .container {
    max-width: 100%;
    padding: 0;
  }
  .stay-in-bliss-cnt {
    padding-right: 0;
    margin-bottom: 30px;
  }
  .footerLogoDivWrap {
    padding-top: 40px;
  }
  .footerMenuDivItm {
    margin-top: 40px;
  }
  .footerSocialDivWrap {
    padding-top: 20px;
    margin-top: 40px;
    padding-bottom: 20px;
  }
  .footerDisclaimerDivWrap {
    padding: 15px 0;
  }
  .footerSocialIcons {
    gap: 0 20px;
  }
  .footerSocialIcons a {
    padding: 5px;
    width: 40px;
    height: 40px;
  }
  .copyrightText p {
    font-size: 13px;
  }
  .copyrightText p a {
    font-size: 13px;
  }
  .privacypolicyText p a {
    font-size: 13px;
  }
  .privacypolicyText p {
    font-size: 13px;
  }

  /* CINEMA PAGE STARTS HERE */
  .you-enjoy-item {
    padding: 20px 15px;
  }
  .you-enjoy-item h4 {
    margin: 30px 0 10px 0;
    font-size: 16px;
    text-transform: uppercase;
  }
  .you-enjoy-icon img {
    max-width: 40px;
  }
  /* CINEMA PAGE ENDS HERE */
  .img3 {
    height: 220px;
  }
  .img1 {
    top: 0;
    grid-column: 3;
    grid-row: 1;
  }
  .img4 {
    top: 240px;
    height: 250px;
  }
  .gaming-section .section-title {
    width: 450px;
  }
  .img3 {
    grid-column: 3;
    grid-row: 3;
    height: auto;
  }
  .img2 {
    grid-column: 3;
    grid-row: 2;
    height: auto;
  }
  /* GALLERY SECTION STARTS HERE */
  .gallery-prev{
    left:10px;
  }
  .gallery-next{
    right:10px;
  }
  /* GALLERY SECTION STARTS HERE */
  .brands-associated-setion {
    padding-top: 100px;
  }
}



.heroBanneMobile img {
  display: none;
}


@media only screen and (max-width: 767px) {
  .about-elan-item h3 {
    font-size: 25px;
    margin-bottom: 15px;
  }
  .about-elan-item p {
    font-size: 14px;
  }
  .about-person-cnt .title {
    text-align: center;
    margin-top: 40px;
  }
  .about-person-cnt .title h1 br {
    display: none;
  }
  .about-person-sign {
    text-align: center;
  }
  .quality-div-number {
    gap: 0 10px;
    margin-top: -40px;
  }
  .quality-div-count {
    font-size: 60px;
  }
  .quality-div-text {
    font-size: 16px;
  }
  .lifestyle-section .quality-div-cnt .title {
    display: block;
  }

  .stay-bliss-section .launch-room-img .swiper-button-prev, .stay-bliss-section .launch-room-img .swiper-button-next {
    display: none;
  }
  .gallery-prev, .gallery-next {
    width: 35px;
    height: 35px;
  }
  .project-logo {
    text-align: center;
    margin: 20px auto;
  }
  .project-concept-behind-cnt .view-more-btn {
    text-align: center;
  }
  .banner-video-div .title h1 {
    font-size: 35px;
  }
  .swiper-highlight-txt h5 {
    font-size: 22px;
  }
  .menu-wrap-right {
    display: none;
  }
  .menu-wrap-left {
    width: 100%;
  }
  /* css add by me starts here */
  .col-sm-7.each-amenities-thumb {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 30px;
  }
  .col-sm-5.each-amenities-content {
    max-width: 100%;
    flex: 0 0 100%;
  }
  #entertainment {
    margin-top: 25px;
  }
  .each-amenities-content {
    text-align: center;
  }
  .facility-parent h1 {
    font-size: 20px;
    text-align: center;
  }
  .facility-parent p {
    text-align: center;
  }
  .featured-hotels-title {
    text-align: center;
  }
  .featured-hotels-cnt p {
    padding-left: 0;
    text-align: center;
  }
  .the-savoy-section .container-fluid {
    padding: 0 15px;
  }
  /* css add by me ends here */

  /* HOME PAGE CSS */
  .section-title {
    padding-bottom: 1rem;
  }
  header {
    padding: 10px 0;
  }
  .slider-div .swiper-slide:nth-child(even) .swiper-item-img {
    margin-top: 0;
  }
  .music-btn {
    width: 30px;
    height: 30px;
  }
  .music-btn {
    width: 30px;
    height: 30px;
    padding: 8px;
  }
  body.entered .inner-header {
    padding-right: 38px;
  }
  .stay-in-bliss-section .carousel-indicators {
    bottom: -30px;
  }
  #year_incredible_legacy .section-title h2 {
    font-size: 20px;
  }
  .tower-with-style-image {
    height: 30vh;
  }
  .section-title h3 {
    font-size: 14px;
    text-align: center;
    margin-bottom: 15px;
  }
  .section-title h2 {
    font-size: 30px;
    text-align: center;
  }
  .brand-showcase-logo {
    padding: 15px;
  }
  .padding-top-bottom {
    padding: 30px 0;
  }
  .section-one {
    padding: 30px 0;
  }
  .brand-ambassador-txt {
    line-height: normal;
    color: #000;
    font-size: 18px;
    margin: 0 auto 10px;
  }
  .brand-ambassador-sign span {
    color: #000;
    font-size: 20px;
  }
  .brand-ambassador-sign p {
    color: #000;
    margin: 0;
    font-size: 15px;
  }
  .srkFix-div {
    display: none;
  }
  .brand-ambassador-div {
    position: static;
    padding: 30px 0 0 0;
    align-items: center;
  }
  .brand-ambassador-div .container {
    flex-flow: column;
    gap: 50px 0;
  }
  .brand-ambassador-cnt {
    width: 100%;
  }
  .brand-ambassador-photo {
    width: 100%;
  }
  .srkFooterdesktopBanner {
    display: none;
  }
  .novo-cinemas-div .mySwiper2 {
    padding-bottom: 250px;
  }
  .novo-cinemas-div .mySwiper {
    width: 100%;
    bottom: 110px;
  }
  .novo-cinemas-lrg-cnt {
    left: 220px;
    bottom: 70px;
  }
  .elan-project-item img {
    max-width: 120px;
  }
  /* HOME PAGE CSS */
  .mall-hotel-div-cnt .key-highlight-cnt-div {
    margin: 0 auto;
    width: 100%;
    box-shadow: 1px 0 5px #000;
  }
  .mall-hotel-div-cnt {
    width: 100%;
    left: 0;
    top: inherit;
    transform: none;
    bottom: 30px;
    z-index: 9;
  }
  .mall-hotel-slider-section .swiper-slide {
    padding-bottom: 130px;
  }
  .heroBanneMobile img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .hero-banner {
    display: none;
  }
  .mall-event-section .gallery {
    grid-template-columns: repeat(3, 1fr);
  }
  .banner-cnt .container {
    max-width: 540px;
    height: 100%;
  }
  .mobile-banner {
    display: block;
  }
  .banner-cnt-div {
    flex-flow: wrap-reverse;
  }
  .srk-cnt {
    margin: 0;
    width: 100%;
  }
  .banner-cnt {
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    display: none;
  }
  .srk-cnt p {
    margin-bottom: 15px;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 20px;
    padding: 0 70px;
  }
  .banner-cnt-div {
    align-items: end;
  }
  .srk-name-title {
    left: -22px;
  }
  .srk-photo {
    width: 70%;
    padding-top: 30px;
    height: 50%;
  }
  .srk-logo {
    max-width: 150px;
    margin: 0 auto 20px;
  }
  .title h1 {
    font-size: 25px;
  }
  .elan-project-item span {
    font-size: 15px;
  }
  .title p {
    font-size: 13px;
  }
  #pills-tab .nav-item .nav-link {
    font-size: 16px;
  }
  .bannerLogo {
    max-width: 200px;
  }
  .title h1 {
    font-size: 25px;
  }
  .title p {
    font-size: 13px;
  }
  .header-right a {
    font-size: 14px;
  }
  .same-padding-bottom {
    padding-bottom: 30px;
  }
  .same-padding-top {
    padding-top: 30px;
  }
  .same-margin-bottom {
    margin-bottom: 30px;
  }
  .project-logo p {
    font-size: 18px;
  }
  .about-cnt h4 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .project-logo .img-fluid {
    max-width: 200px;
  }
  .key-highlight-cnt-div h3 {
    font-size: 18px;
  }
  .key-highlight-cnt-div h2 {
    font-size: 20px;
  }
  .key-highlight-cnt-div p {
    font-size: 14px;
  }
  .about-cnt p {
    font-size: 15px;
  }
  .header-mid p {
    font-size: 14px;
  }
  .home-banner .heroBanneMobile {
    height: 100%;
    width: 100%;
    display: block;
  }
  /* FOOTER MOBILE CSS START HERE */
  .mobile-footer {
    display: block;
  }
  .desktop-footer {
    display: none;
  }
  .accordion-item {
    border-bottom: 1px solid #ac8553;
  }
  .accordion-button {
    padding: 15px 0;
    color: #000 !important;
    font-size: 20px;
    font-family: 'Libre Caslon Display';
    font-style: normal;
    font-weight: 400;
  }
  .accordion-header {
    margin-bottom: 0;
    font-size: initial;
  }
  .accordion-item:first-child .accordion-button {
    border-top: 1px solid #ac8553;
  }
  .accordion-button::after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 13px;
    height: 13px;
    background-image: url("../images/accordion-plus.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.5s;
    transform: translateY(-50%);
  }
  .accordion-button:not(.collapsed)::after {
    background-image: url("../images/accordion-minus.png");
    transform: translateY(-50%);
  }
  .accordion-body ul li a {
    color: #000;
    font-size: 14px;
    text-decoration: none;
  }
  .accordion-body ul {
    list-style: none;
    padding: 0;
  }
  .accordion-body p {
    color: #000;
    font-size: 14px;
  }
  .mobile-rera p {
    font-size: 12px;
  }
  .desktop-footer {
    display: none;
  }
  /* FOOTER MOBILE CSS START HERE */

  /* ELAN EPIC PAGE CSS STARTS HERE */
  /* .epic-key-highlight-div {
    display: block;
  }
  .epic-key-highlight-div-itm:nth-child(1), .epic-key-highlight-div-itm:nth-child(3) {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .epic-key-highlight-div-itm {
    width: 100%;
    margin-bottom: 20px;
  }
  .epic-key-highlight-div-itm.active {
    width: 100%;
  }
  .epic-key-highlight-div-itm-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .epic-key-highlight-div-itm-bottom p {
    font-size: 15px;
    margin-bottom: 0;
  }
  .epic-key-highlight-div-itm-top-img {
    height: 120px;
  }
  .epic-key-highlight-div-itm-top-img img {
    width: 100%;
  }
  .epic-key-highlight-div-itm.active .epic-key-highlight-div-itm-top-img {
    height: 300px;
  } */
  .find-your-right {
    padding-left: 0;
    display: flex;
    flex-flow: column-reverse;
    margin-top: 25px;
  }
  .find-your-right-top {
    max-width: 200px;
    margin: 20px auto 0;
  }
  .find-your-right-bottom .title {
    text-align: center;
  }
  .find-your-right-bottom .title h1::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .find-your-right-bottom .title h1 {
    font-size: 25px;
  }
  .find-your-right-bottom .title p {
    font-size: 13px;
  }
  .mall-events-grid {
    display: block;
  }
  .card-mall-events:first-child {
    max-height: 1060px;
    margin-left: 0;
  }
  .card-mall-events:first-child .card-img img {
    height: 250px;
  }
  .card-mall-events {
    margin-bottom: 25px;
  }
  /* ELAN EPIC PAGE CSS STARTS HERE */
  .main-title h1 {
    font-size: 30px;
    line-height: 35px;
  }
  .section-title h2 {
    font-size: 35px;
  }
  .slider-div .swiper-slide p {
    font-size: 20px;
  }
  .main-title p {
    font-size: 14px;
  }
  .whats-on-div .swiper-slide h4 {
    font-size: 16px;
  }
  .section-cnt h3 {
    font-size: 20px;
  }
  .section-cnt p {
    font-size: 12px;
    margin-bottom: 15px;
  }
  .elan-project-item span {
    font-size: 13px;
  }
  .konow-more-div .btn {
    font-size: 13px;
    padding: 5px 12px;
  }
  .be-thrilled-section .be-thrilled-slider-item {
    height: 320px;
  }
  .section-cnt a {
    font-size: 12px;
    text-align: center;
    width: auto;
    display: inline-block;
  }
  .carousel-item .container {
    max-width: 100%;
    padding: 0;
  }
  .stay-in-bliss-cnt {
    padding-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
  .footerLogoDivWrap {
    padding-top: 20px;
    display: block;
  }
  .footerMenuDivItm {
    margin-top: 20px;
    width: 100%;
  }
  .footerSocialDivWrap {
    padding-top: 15px;
    margin-top: 20px;
    padding-bottom: 15px;
    display: block;
  }
  .footerLogoSide {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
  .footerLogoSide img {
    max-width: 150px;
  }
  .footerProjectLogo {
    width: 100%;
  }
  .footerMenuDivWrap {
    display: block;
  }
  .footerMenuDivItm:last-child {
    width: 100%;
  }
  .footerMenuDivItm ul li a {
    font-size: 13px;
    padding: 10px 0;
  }
  .footerSocialLogo {
    text-align: center;
    margin-bottom: 20px;
  }
  .footerSocialIcons {
    gap: 0 20px;
    justify-content: center;
  }
  .footerDisclaimerDivWrap {
    padding: 10px 0;
    display: block;
    text-align: center;
  }
  .privacypolicyText {
    margin-top: 10px;
  }
  /* BRANDS PAGE STARTS HERE */
  .brands-tab-div {
    display: block;
  }
  .brandsTabNavSide {
    display: none;
  }
  .brandsTabCntSide {
    width: 100%;
  }
  #mobileAccordion .accordion-item {
    border-color: #fff;
    background-color: transparent;
  }
  #mobileAccordion .accordion-button::after {
    filter: brightness(0) invert(0);
    right: 15px;
  }
  #mobileAccordion .accordion-item .accordion-button {
    background-color: #fff;
    padding: 15px;
    font-size: 10px;
    text-transform: uppercase;
    transition: all 0.5s;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
  }
  #mobileAccordion .accordion-item:first-child .accordion-button {
    border-color: #fff;
  }
  #mobileAccordion .accordion-body .row {
    gap: 20px 0;
  }
  .launch-room-div {
    flex-flow: column;
    gap: 30px 0;
  }
  .launch-room-img {
    width: 100%;
    order: 2;
  }
  .launch-room-cnt {
    width: 100%;
    order: 1;
  }
  /* BRANDS PAGE ENDS HERE */

  /* HOTEL PAGE */
  .stay-bliss-section .launch-room-img {
    width: 100%;
  }
  .stay-bliss-section .launch-room-div {
    gap: 30px 0;
  }
  /* HOTEL PAGE */

  /* CINEMA PAGE STARTS HERE */
  .you-enjoy-item {
    padding: 20px 15px;
    margin-bottom: 15px;
  }
  /* CINEMA PAGE ENDS HERE */

  /* GAMING PAGE STARTS HERE */
  .gaming-section .section-title {
    width: 100%;
    position: static;
  }
  .gaming-section .section-title h2 {
    text-align: left;
  }
  .gaming-section .section-title h3 {
    text-align: left;
  }
  .hero-images{
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap:10px;
    grid-template-areas:
      "img1 img2"
      "img1 img3"
      "img4 img5"
      "img6 img6";
  }
  .hero-images .img1{
    grid-area:img1;
  }
  .hero-images .img2{
    grid-area:img2;
  }
  .hero-images .img3{
    grid-area:img3;
  }
  .hero-images .img4{
    grid-area:img4;
    top: 0;
  }
  .hero-images .img5{
    grid-area:img5;
    top: 0;
  }
  .hero-images .img img,
  .hero-images img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    border-radius:12px;
  }
  /* Left tall image */
  .hero-images .img1{
    height:420px;
  }
  .hero-images .img2,
  .hero-images .img3{
    height:205px;
  }
  .hero-images .img4,
  .hero-images .img5{
    height:220px;
  }
  /* GAMING PAGE STARTS HERE */
  .gallery-photo-slider{
    overflow:hidden;
  }
  .design-section .quality-div-number {
    margin: 25px 0 15px 0;
  }
  .brands-associated-setion {
    padding-top: 100px;
  }
  .quality-div-bg-img {
    height: 250px;
    background-size: cover;
  }

}
@media only screen and (max-width: 575px) {
  .brands-associated-setion {
    padding-top: 100px;
  }
  .design-section .quality-div-img .quality-div-bg-img {
    bottom: -40px;
  }
  .about-elan-div .title {
    margin-bottom: 0;
  }
  .quality-div-bg-img {
    height: 200px;
  }
  .about-elan-item h3 {
    font-size: 20px;
    margin-bottom: 2px;
    line-height: normal;
  }
  .about-elan-item p br {
    display: none;
  }
  .about-elan-item p {
    font-size: 13px;
  }
  a.explore-btn {
    width: 50px;
    height: 50px;
  }
  a.explore-btn span {
    font-size: 9px;
    letter-spacing: 0;
  }
  .explore-line {
    height: 38px;
  }
  .about-service-item img {
    max-width: 40px;
    height: auto;
  }
  .about-service-item p {
    margin: 5px 0 0 0;
    font-size: 13px;
  }
  .view-more-btn a {
    padding: 8px 10px;
    font-size: 12px;
  }
  .banner-video-div .title h1 {
    font-size: 28px;
    margin: 10px 0;
  }
  .banner-video-div .title .title-span {
    font-size: 14px;
  }
  .swiper-highlight-txt h5 {
    font-size: 20px;
  }
  .swiper-highlight-txt p {
    font-size: 14px;
  }
  .swiper-highlight-txt {
    text-align: center;
  }
  .each-amenities-content h4 {
    font-size: 20px;
  }
  .the-savoy-section .container-fluid {
    padding: 0 15px;
  }
  .brand-showcase-logo {
    padding: 30px;
  }
  .carousel-item > .container > .mt-5 {
    margin-top: 30px !important;
  }
  .stay-in-bliss-section .carousel-indicators {
    bottom: -23px;
  }
  .whats-on-slider-item {
    gap: 0 15px;
  }
  a.explorebtn {
    width: 110px;
    height: 110px;
    font-size: 13px;
  }
  .explorebtnTxt img {
    width: 12px;
  }
  .whats-on-div .swiper-slide h4 {
    font-size: 12px;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
  .whats-on-div .swiper-slide::after {
    display: none;
  }
  .konow-more-div {
    padding-bottom: 10px;
  }
  .footerSocialLogo img {
    max-width: 100px;
  }
  .footerSocialIcons a {
    padding: 4px;
    width: 35px;
    height: 35px;
  }
  .footerLogoSide img {
    max-width: 100px;
  }
  .footerProjectLogoItem img {
    width: 90px;
  }
  .padding-top-bottom {
    padding: 20px 0;
  }
  .section-one {
    padding: 20px 0;
  }
  .main-title h1 {
    font-size: 20px;
    line-height: 25px;
    padding-bottom: 20px;
  }
  .main-title p {
    font-size: 12px;
    padding-top: 20px;
  }
  .tower-with-style-image {
    height: auto;
  }
  .slider-div .swiper-slide p {
    font-size: 16px;
    width: 60%;
  }
  .brand-showcase-grid {
    grid-template-columns: repeat(3,1fr);
  }
  #year_incredible_legacy .section-title h2 {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 30px;
  }
  .elan-project-item img {
    max-width: 100px;
  }

  .be-thrilled-section .be-thrilled-slider-item {
    /* height: auto;
    display: block; */
  }
  .be-thrilled-slider-item-video video {
    /* height: 250px; */
  }
  .be-thrilled-section .be-thrilled-slider-item-cnt-top {
    height: auto;
    padding: 20px;
  }
  .be-thrilled-section .be-thrilled-slider-item-cnt-top .img-fluid {
    max-width: 160px;
  }
  .be-thrilled-section .be-thrilled-slider-item-cnt-bottom img {
    height: 250px;
    object-fit: cover;
  }
  .be-thrilled-slider .swiper-slide:nth-child(2n) .be-thrilled-slider-item .be-thrilled-slider-item-cnt {
    /* display: flex;
    flex-flow: column-reverse; */
  }
  .be-thrilled-slider .swiper-slide:last-child {
    width: auto !important;
  }
  .section-title h2 {
    font-size: 25px;
  }
  .section-title h3 {
    font-size: 13px;
  }
  .brand-ambassador-photo img {
    max-width: 120px;
  }
  .brand-ambassador-txt {
    font-size: 16px;
    margin: 0 auto 10px;
  }
  .brand-ambassador-sign span {
    font-size: 18px;
  }
  .brand-ambassador-sign p {
    margin: 0;
    font-size: 14px;
  }
  .brand-ambassador-div .container {
    gap: 10px 0;
  }
  .accordion-body ul li a {
    font-size: 13px;
  }
  .accordion-button {
    font-size: 16px;
  }
  .mall-event-section .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
  .header-mid p {
    font-size: 11px;
  }
  .header-fix ~ #main-content .project-banner-section .bannerLogo {
    top: 24px;
    max-width: 75px;
  }

  .view-more-div button {
    font-size: 12px;
    padding: 6px 10px;
  }
  .key-highlight-cnt-div {
    width: 290px;
    padding: 15px;
    margin: 10px 0;
  }
  .banner-cnt .container {
    width: 100%;
  }
  .srk-logo {
    max-width: 120px;
  }
  .srk-cnt p {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 20px;
    padding: 0;
    width: 296px;
    margin: 0 auto 15px;
  }
  .srk-cnt a {
    padding: 6px 15px;
    font-size: 12px;
    letter-spacing: 0;
  }
  .srk-photo {
    width: 100%;
    padding: 0;
    height: auto;
  }
  .srk-name-title {
    left: -9px;
  }
  .srk-name-title h3 {
    font-size: 12px;
  }
  .srk-name-title p {
    font-size: 10px;
  }
  .swiper-counter {
    font-size: 13px;
  }
  .malls-by-elan-item-container .hover-item {
    width: 100%;
  }
  .title h1 {
    font-size: 20px;
  }
  .elan-project-item span {
    font-size: 13px;
  }
  .title p {
    font-size: 12px;
  }
  #pills-tab .nav-item .nav-link {
    font-size: 14px;
    padding: 10px;
  }
  #overlay {
    left: -250px;
    width: 250px;
  }
  .about-cnt p {
    font-size: 14px;
  }
  .key-highlight-cnt-div h3 {
    font-size: 16px;
  }
  .key-highlight-cnt-div h2 {
    font-size: 18px;
  }
  .key-highlight-cnt-div p {
    font-size: 13px;
  }
  .project-logo .img-fluid {
    max-width: 150px;
  }
  .about-cnt h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .project-logo p {
    font-size: 16px;
  }
  .nav-main-menu ul li a, .nav-main-menu ul li span {
    font-size: 12px;
  }
  .nav-main-menu ul li {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .nav-main-menu ul {
    padding: 15px 0 25px 0;
  }
  .menu-social-div-left-top p {
    gap: 10px 0;
    flex-flow: column;
  }
  .menu-list-side {
    padding: 30px 20px;
    height: 100vh;
  }
  .menu-social-div-right {
    margin-top: 20px;
  }
  .nav-main-menu {
    width: 100%;
    left: -100%;
  }
  .swiper-counter {
    font-size: 13px;
  }
  .bannerLogo {
    max-width: 100px;
  }
  .title h1 {
    font-size: 20px;
  }
  .title p {
    font-size: 12px;
    line-height: normal;
  }
  .header-right a {
    font-size: 11px;
  }
  .same-padding-bottom {
    padding-bottom: 20px;
  }
  .same-padding-top {
    padding-top: 20px;
  }
  .same-margin-bottom {
    margin-bottom: 20px;
  }
  /* ELAN EPIC PAGE CSS STARTS HERE */
  /* .epic-key-highlight-div-itm-top-txt {
    padding: 0 15px;
  }
  .epic-key-highlight-div-itm-top-txt h3 {
    font-size: 16px;
  }
  .epic-key-highlight-div-itm-top-txt p {
    font-size: 13px;
  }
  .epic-key-highlight-div-itm-bottom p {
    font-size: 14px;
    margin-bottom: 0;
  }
  .epic-key-highlight-div-itm-bottom .fa-solid {
    font-size: 13px;
    width: 25px;
    height: 25px;
    padding-top: 2px;
  } */
  .find-your-right-bottom .title h1 {
    font-size: 20px;
  }
  .find-your-right-bottom .title p {
    font-size: 13px;
  }
  .about-cnt p {
    font-size: 13px;
    line-height: initial;
    text-align: justify;
  }
  .project-logo p {
    font-size: 14px;
  }
  /* ELAN EPIC PAGE CSS STARTS HERE */


  /* BRANDS PAGE CSS STARTS HERE */
  .section-cnt h3 {
    font-size: 16px;
  }
  .section-cnt p {
    font-size: 11px;
  }
  .section-cnt a {
    font-size: 10px;
  }
  .section-cnt a .img-fluid {
    max-width: 10px;
  }
  /* BRANDS PAGE CSS ENDS HERE */

  /* FOOTER SECTION CSS */
  .footerMenuDivItm ul li a .img-fluid {
    max-width: 10px;
  }
  .footerMenuDivItm ul li a {
    font-size: 10px;
  }
  .footerProjectLogoItem p {
    font-size: 9px;
  }
  .footerProjectLogoItem {
    padding: 10px 15px;
  }
  /* FOOTER SECTION CSS */


}
@media only screen and (max-width: 410px) {
  
}
@media only screen and (max-width: 400px) {
  
}
/* RESPONSIVE CSS ENDS HERE */
@media only screen and (min-width: 1500px) {
  .container {
    max-width: 1400px;
  }
  .section-title h2 {
    font-size: 62px;
  }
  .section-title h3 {
    font-size: 20px;
  }
  .section-cnt a {
    font-size: 18px;
  }
  .section-cnt p {
    /* padding-right: 60px; */
    margin-bottom: 15px;
    font-size: 16px;
  }
  .malls-by-elan-item-container .hover-item {
    margin-top: 80px;
  }
  .malls-by-elan-item-container .upcoming-txt {
    margin-top: 80px;
  }
  .be-thrilled-section .be-thrilled-slider-item {
    height: 570px;
  }
  .footerMenuDivItm ul li a {
    font-size: 16px;
  }
  .copyrightText p {
    font-size: 16px;
  }
  .privacypolicyText p a {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1920px) {
  .container-fluid {
    max-width: 1700px;
  }
  .container {
    max-width: 1700px;
  }
  .srk-photo {
    width: 65%;
  }
  .brand-ambassador-div .container {
    max-width: 1700px;
  }
}
/* Ultra Large (tumhari jaisi) */
@media only screen and (min-width: 2560px) {
  .srk-logo {
    max-width: 500px;
    margin: 0 auto 60px;
  }
  .srk-cnt p {
    font-size: 32px;
    line-height: 40px;
  }
  .srk-cnt a {
    font-size: 26px;
  }
  .banner-cnt .container {
    max-width: 2500px;
  }
  .container {
    max-width: 2500px;
  }
  .srk-name-title h3 {
    font-size: 30px;
  }
  .srk-name-title p {
    font-size: 24px;
  }
  .container-fluid {
    max-width: 2500px;
  }
  .novo-cinemas-div .mySwiper {
    width: 50%;
  }
  .novo-cinemas-div .mySwiper .swiper-slide .img-fluid {
    width: 100%;
  }
  .brand-ambassador-div .container {
    max-width: 1600px;
  }
  .brand-ambassador-txt {
    max-width: 500px;
  }
  .brand-ambassador-sign span {
    font-size: 35px;
  }
  .brand-ambassador-sign p {
    font-size: 25px;
  }
  .footerMenuDivItm ul li a {
    font-size: 22px;
  }
  .privacypolicyText p a {
    font-size: 22px;
  }
  .copyrightText p {
    font-size: 22px;
  }
  .copyrightText p a {
    font-size: 20px;
  }
  .footerSocialIcons a {
    width: 70px;
    height: 70px;
  }
  .footerProjectLogoItem p {
    font-size: 17px;
  }
  .section-cnt a {
    font-size: 25px;
  }
  .novo-cinemas-logo {
    gap: 0 50px;
  }
  .novo-cinemas-lrg-cnt {
    left: 550px;
    bottom: 30px;
  }
  .brand-ambassador-photo {
    width: 50%;
  }
  .section-title h3 {
    font-size: 25px;
    margin-bottom: 30px;
  }
  .section-title h2 {
    font-size: 70px;
  }
  .elan-project-item span {
    font-size: 22px;
  }
  .konow-more-div p {
    font-size: 18px;
  }
  .konow-more-div .btn {
    font-size: 18px;
  }
  .title h1 {
  margin-bottom: 40px;
    font-size: 50px;
  }
  .elan-project-item img {
    max-width: 230px;
  }
  .main-title h1 {
    padding-bottom: 40px;
    font-size: 60px;
    letter-spacing: 10px;
    line-height: 70px;
  }
   .main-title p {
    padding-top: 45px;
    font-size: 23px;
    letter-spacing: 4px;
  }
  header {
    padding: 30px 0;
  }
  .header-mid p {
    font-size: 22px;
  }
  .header-right a {
    font-size: 22px;
  }
  .music-btn {
    top: 22px;
    right: 15px;
    width: 55px;
    height: 55px;
    font-size: 24px;
  }
  .cs_hamburger_btn {
    width: 40px;
    height: 40px;
  }
  .nav-main-menu ul li a, .nav-main-menu ul li span {
    font-size: 22px;
  }
  .nav-main-menu ul li {
    margin-bottom: 30px;
  }
  .nav-main-menu {
    width: 500px;
    left: -500px;
  }
  .bannerLogo {
    max-width: 600px;
  }
  .header-fix ~ #main-content .project-banner-section .bannerLogo {
    top: 48px;
    max-width: 160px;
  }
  .slider-div .swiper-slide p {
    font-size: 45px;
  }
}
/* RESPONSIVE CSS ENDS HERE */