.mainButton,
p {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
}
.banner-text,
.legacy-swiper-controls .swiper-slide,
.mainButton {
  text-align: center;
}
body,
html {
  scroll-behavior: smooth;
}
a,
ul {
  text-decoration: none;
}
*,
body,
figure,
ul {
  margin: 0;
}
#preloader p,
.introText {
  text-transform: uppercase;
}
#preloader .loader .loader-section,
*,
body,
ul {
  padding: 0;
}
.header-area.menu-fixed,
.sidebar-area {
  backdrop-filter: blur(10px);
  background: rgba(31, 25, 20, 0.5);
}
.blog-description,
.blog-title {
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
@font-face {
  font-family: "Anevir Lt Std Regular";
  src: url("/assets/fonts/avenir/Avenir LT Std 35 Light.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Optima;
  src: url("/assets/fonts/optima/OPTIMA.TTF") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: OptimaBold;
  src: url("/assets/fonts/optima/OPTIMA_Bold.TTF") format("truetype");
}
@font-face {
  font-family: OptimaMedium;
  src: url("/assets/fonts/optima/Optima_Medium.ttf") format("truetype");
}
:root {
  --color-primary: #a71b51;
  --color-primary-light: #fdf2f8;
  --color-secondary: #2d2d2d;
  --color-tertiary: #667085;
  --color-white-100: #b0afaf;
  --color-black-100: #1e1e1e;
  --color-black-200: #3b3c4a;
  --bg-secondary: #fef6f9;
  --font-title-regular: "Optima", sans-serif;
  --font-title-bold: "OptimaBold", sans-serif;
  --font-title-semibold: "OptimaMedium", sans-serif;
  --font-description-regular: "Anevir Lt Std Regular", sans-serif;
  --section-padding: 80px;
}
@media screen and (max-width: 990px) {
  :root {
    --section-padding: 50px;
  }
}
p {
  color: var(--color-tertiary);
  line-height: 1.5rem;
  margin-bottom: 0 !important;
}
.colorPrimary,
.mainHeading.mainHeadingPrimary {
  color: var(--color-primary);
}
#floorPlanTabContent p,
.colorSecondary,
.conterTag {
  color: var(--color-secondary);
}
.container-max,
.wrapper {
  max-width: 1440px;
  margin: 0 auto;
}
.mainButton {
  background-color: var(--color-primary);
  padding: 10px 20px;
  border-radius: 8px;
  line-height: 1.25rem;
  min-width: 120px;
  min-height: 40px;
  margin-top: 20px;
  color: #fff;
  cursor: pointer;
  border: 1px solid var(--color-primary);
}
.container,
.project-overview .sparkleTabsContainer .sparkleTabs {
  margin: 0 auto;
}
.mainButton:hover {
  background-color: transparent;
  color: var(--color-primary);
}
.introText {
  color: var(--color-primary);
  font-family: var(--font-title-semibold);
  font-size: 0.75rem;
  line-height: normal;
  letter-spacing: 0.5px;
}
.sectionDetails .mainHeading {
  margin-top: 6px;
  font-family: var(--font-title-regular);
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.75rem;
}
.sectionDetails .sideHeading,
.sectionDetails p,
.sports-services-listing .sports-cards .sports-text {
  font-family: var(--font-description-regular);
}
.sectionDetails .sideHeading {
  color: var(--color-secondary);
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.5rem;
}
@media screen and (max-width: 991px) {
  .sectionDetails .mainHeading {
    font-size: 20px;
    line-height: 24px;
  }
}
.sectionDetails p {
  margin-top: 10px;
}
@media (min-width: 990px) {
  .sparkleSectionMain .sectionDetails:first-child p,
  .sparkleSectionMain .sparkleMainImg {
    width: 86%;
  }
  .sparkleSectionMain .sparkleMainImg img {
    height: 420px;
  }
}
@media (min-width: 1300px) {
  .sparkleSectionMain .sectionDetails:first-child p,
  .sparkleSectionMain .sparkleMainImg {
    width: 88%;
  }
  .sparkleSectionMain .sparkleMainImg img {
    height: 420px;
  }
}
.container,
.image img,
.nice-select .list,
.protfolio-row-cards .card {
  width: 100%;
}
.sparkleSectionMain .sparkleMainImg figure {
  border-radius: 4px;
}
.container {
  max-width: 1110px;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  :root {
    --section-padding: 35px;
  }
  p {
    font-size: 14px;
    line-height: 20px;
  }
  .container {
    max-width: 100%;
    padding: 0 20px;
  }
}
.section-padding {
  padding: var(--section-padding) 0;
}
.section-padding-content {
  padding: 50px 0;
}
.bgLight {
  background-color: var(--bg-secondary) !important;
}
.banner-text {
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -75%);
  color: #fff;
  font-weight: 400;
  z-index: 10;
  opacity: 0;
  animation: 1.8s ease-in-out 1.6s forwards slideInUp;
  font-family: Optima, sans-serif;
  font-size: 28px;
  line-height: 35px;
  width: 70%;
}
.about-us .company-value,
.about-us h4,
.btn-one,
.projectsInfo .projectsInfoLink {
  font-weight: 550;
}
#floorPlanNav a,
.featuredTitle,
.legal-grid.grid-title p {
  font-family: var(--font-title-regular);
}
.protfolio-row-cards .card p {
  color: #fff;
}
.blog-description-link,
.fa-envelope:before,
.fa-map-marker-alt:before,
.legal-grid.grid-info-list li,
.legal-grid.grid-info-list strong,
.protfolio-row-cards .card p:nth-child(2) {
  font-size: 14px;
}
.protfolio-card .card-body.sectionDetails p {
  color: var(--color-secondary);
  font-size: 12px;
  margin-top: 4px;
}
.protfolio-card .card-body.sectionDetails p:first-child {
  border-right: 1px solid var(--color-secondary);
}
.protfolio-row-cards .protfolio-card {
  overflow: hidden;
  cursor: default;
}
.protfolio-row-cards .protfolio-card .card {
  width: fit-content;
  position: absolute;
  bottom: -100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 14px;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(-10px);
  border-radius: 10px;
  border: 0;
  opacity: 0;
  z-index: 10;
  transition: bottom 0.5s ease-in-out;
}
.protfolio-row-cards .protfolio-card:hover .card {
  opacity: 1;
  bottom: 10%;
  transition: bottom 0.5s;
}
#floor-plan .master-description,
#master-plan .master-description,
.featuredFontMedium,
.protfolio-card .card .card-text-1 {
  font-size: 18px;
}
.blog-company,
.protfolio-card .card .card-text-2 {
  font-size: 12px;
}
.blog-list-swiper img,
.protfolio-card img {
  object-fit: cover;
}
@media (max-width: 996px) {
  .protfolio-row-cards .protfolio-card .card {
    top: 55%;
    padding: 8px 6px;
  }
  .protfolio-card .card .card-text-1 {
    font-size: 14px;
  }
  .protfolio-card .card .card-text-2 {
    font-size: 10px;
  }
}
#preloader .loader .row,
.legacy-container .swiper-buttons,
.testimonialsSection .swiper-slide .card {
  height: 100%;
}
.testimonialsSection .swiper-slide .card img {
  height: 100% !important;
}
.testimonialsSection .swiper-slide .card img + .card-img-overlay {
  color: var(--text-color1);
}
.featureTextMuted {
  color: var(--color-white-100);
}
.footerLogoSection {
  margin-top: -15px;
}
.banner .banner-area::before,
.project-overview .banner-area:not(.video-banner)::before {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  position: absolute;
  background: linear-gradient(
    360deg,
    #000 -21.75%,
    rgba(0, 0, 0, 0.545) 51.03%,
    rgba(0, 0, 0, 0) 118.22%
  );
}
.sparkleMainSec .banner.banner-area .banner-text {
  top: 86%;
  width: 100%;
}
.overview-page.sparkleMainSec .banner.banner-area .banner-text {
  top: 68%;
}
.sparkleMainSec .banner.banner-area .bannnerHeading {
  font-size: 30px;
  line-height: 36px;
}
.sparkleSectionMain img {
  object-fit: cover;
  background-repeat: no-repeat;
}
.brand__item .brandTileInfo {
  color: var(--color-secondary);
  font-size: 14px;
  line-height: 1.5rem;
  margin-top: 4px;
  text-transform: capitalize;
}
.counterPill {
  background-color: var(--bg-secondary);
  border-radius: 100%;
  width: 20px;
  height: 20px;
  color: var(--color-primary) !important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
.containerFullWidth {
  width: 1080px;
}
.residential-gallery-swiper .swiper-slide {
  height: 300px;
  width: 250px;
}
.residential-gallery-swiper .swiper-slide img {
  height: inherit;
  object-fit: cover;
  border-radius: 20px;
}
.project-overview
  #floorPlanNavMain.nav-tabs
  .nav-item
  .nav-link.active
  p:last-child {
  padding-bottom: 4px;
  border-bottom: 3px solid var(--color-primary);
}
#floorPlanNavMain.nav-tabs .nav-item .nav-link p {
  line-height: 18px;
  font-weight: 600 !important;
}
.planDetails > div {
  font-size: 14px;
  line-height: 1.5rem;
}
.banner-fixed .banner-text {
  width: 1080px;
  transform: translateX(-50%);
}
.sports-services-listing .sports-cards .sports-pill {
  font-size: 16px;
  padding: 12px 24px;
  font-family: var(--font-description-regular);
  font-weight: 600;
  color: var(--color-primary);
}
.sports-services-listing .sports-cards .card,
.swiper-one .swiper-slide,
.swiper-one .swiper-slide .card {
  border: 0;
}
.entertainment-cards .card:nth-child(7) img,
.sports-services-listing .sports-cards .card:first-child img {
  object-position: right;
}
.entertainment-details .banner-text {
  top: 50%;
  width: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1024px) {
  .entertainment-details .banner-text {
    width: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .founder-section .founder-img {
    width: 100%;
  }
}
.entertainment-details .entertainment-project-highlights .swiper-button-next {
  right: -90px;
}
.entertainment-details .entertainment-project-highlights .swiper-button-prev {
  left: -90px;
}
.entertainment-cards img {
  object-fit: cover;
  object-position: top;
  transition: transform 0.5s ease-in-out, filter 0.5s ease-in-out;
}
.btn-one i,
a {
  -webkit-transition: var(--transition);
}
.entertainment-cards .card:hover img {
  transform: scale(1.1) !important;
  filter: brightness(1.1) !important;
}
.entertainment-project-highlights .swiper-slide {
  height: 75vh;
  position: relative;
  padding-left: 0;
}
.entertainment-project-highlights .swiper-slide div {
  border-radius: 20px;
}
.entertainment-project-highlights .swiper-slide img {
  height: inherit;
  object-fit: cover;
  object-position: top;
  position: absolute;
  bottom: 0;
}
.entertainment-project-highlights .swiper-button-next,
.entertainment-project-highlights .swiper-button-prev {
  cursor: pointer;
}
.entertainment-project-highlights .swiper-button-next.swiper-button-disabled,
.entertainment-project-highlights .swiper-button-prev.swiper-button-disabled {
  background-color: var(--color-primary);
  pointer-events: all;
}
.entertainment-project-highlights .swiper-swapper {
  align-items: end;
}
.banner-area,
.banner__image .parallax-bg,
.blog-card,
.blog-card img,
.blog-description,
.blog-title,
.brand-area,
.btn-one,
.footer-area,
.hero-section,
.home-page figure,
.search-wrap,
.video-banner {
  overflow: hidden;
}
.entertainment-project-highlights .swiper-slide:not(.swiper-slide-active) img {
  height: 65vh;
}
.project-overview.overview-page .project img,
.sports-slider .sports-cards .card img {
  height: 350px;
}
.contact-us-cover::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(360deg, #000 0, rgba(0, 0, 0, 0) 80%);
  z-index: 2;
}
.about-us .brands .mainHeading {
  line-height: 2.2rem;
}
.legacy-swiper.swiper {
  margin: 20px auto 0;
  padding-block: 10px !important;
}
.legacy-swiper .swiper-slide img {
  padding-block: 10px;
  background-color: #fff;
  border: 1px solid #a51f5233 !important;
  border-radius: 12px;
  box-shadow: 0 2px 8px 2px #0000001a;
  height: inherit;
  object-fit: unset !important;
}
.header-area.fadeInDown .header__main .menubars span,
.header__main .menubars span,
.project__slider-arrys button,
.swiper-buttons .swiper-button-nxt:hover,
.swiper-buttons .swiper-button-prv:hover {
  background-color: var(--white);
}
.legacy-swiper .swiper-slide-next,
.legacy-swiper .swiper-slide-prev {
  height: 280px !important;
}
.legacy-swiper .swiper-slide {
  align-self: center;
  padding-inline: 0 !important;
  padding-inline: 10px;
  height: 350px;
  width: 500px;
  justify-content: center;
  display: flex;
  position: relative;
  z-index: 10;
}
.legal-grid,
.legal-grid .grid-sub-list {
  display: grid;
  grid-template-columns: 20px 1fr;
}
.sectionInfo img {
  min-height: 450px !important;
  object-fit: cover;
}
.featured-section-swiper img {
  margin-top: 6px;
  cursor: pointer;
}
.featured-section-swiper .swiper-slide.swiper-slide-active img {
  margin-left: 6px;
}
.featured-section-swiper img:hover {
  transform: scale(1.2);
}
.protfolio-cards,
.protfolio-cards .protfolio-row-cards {
  gap: 20px !important;
}
@media (min-width: 1080px) and (max-width: 1320px) {
  .protfolio-cards .protfolio-row-cards:nth-child(2) > .card {
    height: 440px;
  }
  .protfolio-cards .protfolio-row-cards:nth-child(2) > .card figure {
    height: 100%;
    width: 100%;
  }
  .protfolio-cards .protfolio-row-cards:nth-child(2) > .card img {
    width: 100%;
    height: 100%;
    background-position: 100% 100%;
    object-fit: unset !important;
  }
}
.blog-pill,
footer a,
footer p {
  font-size: 14px !important;
}
.legal-and-compliance ul li {
  color: var(--color-secondary);
  font-size: 16px;
}
.legal-and-compliance .infoCollected ul li.unstyled {
  list-style-type: none;
}
.legal-grid {
  gap: 8px;
  color: var(--color-secondary);
}
.legal-grid.grid-title p:first-child {
  text-align: end;
}
.legal-grid.grid-title p {
  font-weight: 600 !important;
  font-size: 16px;
}
.legal-grid .grid-sub-list ul li {
  list-style-type: disc;
}
.addressInfo p {
  margin-top: 4px;
}
#legal-and-compliance p,
.mt-5 {
  margin-top: 5px;
}
#preloader p,
.blog-description-info > h3 {
  margin-top: 20px;
}
.projectsInfo p {
  font-family: var(--font-title-regular) !important;
}
.projectsInfo .projectsInfoTitle {
  font-size: 30px;
  color: var(--color-black-100);
}
.bi-facebook::before,
.bi-instagram::before,
.bi-twitter::before,
.bi-youtube::before,
.projectsInfo .projectsInfoHeading {
  font-size: 16px;
}
.legacy-swiper-controls.swiper.swiper-one {
  min-height: unset;
}
.legacy-swiper-controls.swiper .swiper-slide .legacy-year {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  background: linear-gradient(180deg, #fce7f3 0, #fdf2f8 100%);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  position: relative;
}
.legacy-swiper-controls.swiper
  .swiper-slide:not(.swiper-slide-next):not(.swiper-slide-prev):not(
    .swiper-slide-active
  )
  .legacy-year::before {
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  background: linear-gradient(180deg, #fce7f3 0, #fdf2f8 100%);
  width: 35px;
  border-radius: 50%;
  height: 100%;
}
.legacy-swiper-controls.swiper .swiper-slide-next .legacy-year,
.legacy-swiper-controls.swiper .swiper-slide-prev .legacy-year {
  color: #000;
  width: 65px;
  height: 65px;
}
.legacy-swiper-controls.swiper .swiper-slide-active .legacy-year {
  width: 80px;
  height: 80px;
  background: var(--color-primary);
  font-weight: 600;
  font-size: 16px;
  color: var(--white);
}
#unmute-btn.btn,
.legacy-container .swiper-buttons .swiper-button-nxt:hover,
.legacy-container .swiper-buttons .swiper-button-prv:hover,
button {
  background-color: transparent;
}
.legacy-container .swiper-buttons .swiper-button-nxt,
.legacy-container .swiper-buttons .swiper-button-prv {
  display: flex;
  justify-content: center;
  align-items: center;
}
.legacy-line-outer {
  width: 100% !important;
  height: 80px;
  padding-right: 30px;
}
.legacy-line-inner {
  width: 720px;
  height: 0;
  border-top: 1px solid #000;
}
@media (max-width: 1278px) {
  .legacy-line-outer {
    padding-right: 35px;
  }
  .legacy-line-inner {
    width: 655px;
  }
}
@media (max-width: 1020px) {
  .legacy-line-outer {
    padding-right: 30px;
  }
  .legacy-line-inner {
    width: 430px;
  }
}
@media (max-width: 625px) {
  .legacy-swiper-controls.swiper .swiper-slide-active .legacy-year {
    width: 60px;
    height: 60px;
  }
  .legacy-swiper-controls.swiper .swiper-slide-next .legacy-year,
  .legacy-swiper-controls.swiper .swiper-slide-prev .legacy-year {
    width: 45px;
    height: 45px;
  }
  .legacy-years-container .legacy-swiper-controls {
    margin-left: 40px;
  }
  .legacy-line-outer {
    padding-right: 20px;
    width: 100% !important;
    height: 60px;
  }
}
.blog-description-info ul.custom-blog-list li,
.blog-description-info > p,
.blog-description-info > strong {
  color: var(--color-black-200);
  font-size: 18px;
  line-height: 24px;
}
.blog-description-info hr {
  margin-block: 4px;
  border: 1px solid #000;
}
.blog-description-info .custom-blog-list li {
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 30px;
  text-indent: -25px;
}
.blog-description-info hr ~ h3 {
  margin-top: 0;
}
.blog-description-info .custom-blog-link {
  color: #00f !important;
  text-decoration: underline;
  font-size: 18px;
  line-height: 24px;
}
.blog-description-info .custom-blog-link:hover {
  color: var(--color-primary) !important;
}
.bi-youtube::before {
  font-size: 17px;
  height: 17px;
}
.project-overview .sparkleTabsContainer {
  background: var(--color-primary-light) !important;
  position: sticky;
  top: 0;
}
.project-overview .sparkleTabsContainer .sparkleTabs.nav.nav-tabs {
  backdrop-filter: unset;
  background: inherit !important;
  box-shadow: none;
  font-weight: 550;
  color: var(--color-secondary);
  font-family: var(--font-title-semibold);
}
.project-overview .sparkleTabs.nav.nav-tabs .nav-link.active {
  color: var(--white);
  background: var(--color-primary);
}
.pre-loader-loading {
  animation: 4s infinite flash;
}
.logo img {
  width: 100px;
  height: 55px;
  object-fit: contain;
}
@media (min-width: 991px) {
  .project-overview .sparkleTabsContainer .sparkleTabs {
    max-width: 1160px;
  }
  .sectionMainLeft {
    width: 85%;
  }
  .sectionMainRight {
    width: 90%;
  }
}
.video-banner {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
#dots,
.btn-one,
.btn-one i,
.header-invert .logo-invert,
a,
span {
  display: inline-block;
}
.video-container {
  width: 100%;
  height: 100%;
}
video {
  max-height: 100%;
  width: 100%;
  object-fit: fill;
}
.video-container + .container {
  top: 80% !important;
}
.header-invert .main-menu li a {
  color: #000 !important;
}
.blogs-list-header .light-logo,
.blogs-list-header.menu-fixed .dark-logo,
.header-invert .logo-main,
.mobile-menu ul li a i,
.sparkle-area-header .light-logo,
.sparkle-area-header.menu-fixed .dark-logo {
  display: none;
}
.header-invert.invert .main-menu li a {
  color: #fff !important;
}
.header-invert.invert .logo-main,
.swiper-buttons .swiper-button-nxt:hover .svg-icon-nxt-fill,
.swiper-buttons .swiper-button-prv:hover .svg-icon-prv-fill {
  display: inline-block !important;
}
.header-invert.invert .logo-invert,
.mobile-menu .meanmenu-reveal,
.swiper-buttons .swiper-button-nxt:hover .svg-icon-nxt,
.swiper-buttons .swiper-button-prv:hover .svg-icon-prv {
  display: none !important;
}
@media (min-width: 1200px) {
  .imageMain {
    align-self: flex-end;
  }
  .imageMain img {
    height: 80vh;
    width: 100%;
  }
  .contentCenteredMain {
    width: 50%;
  }
}
.entertainment-cards .cardTag,
[class$="heading"],
[class$="title"] {
  font-family: var(--font-title);
}
.pageNotFoundInfo {
  min-height: 10vh;
}
.pageNotFoundInfo .errorCode {
  font-size: 4.37rem;
  line-height: 5.7rem;
}
.pageNotFoundSection {
  height: 70px;
  width: 100%;
}
:root {
  --font-title: "Optima", sans-serif;
  --font-body: "Anevir Lt Std Regular", sans-serif;
  --theme-color1: #a71b51;
  --theme-color2: #131313;
  --theme-color3: #000000;
  --text-color1: #ffffff;
  --text-color2: #ffffff;
  --text-color3: #9f9e9e;
  --text-color4: #000000;
  --text-color5: #b0afaf;
  --text-color6: #2d2d2d;
  --text-color7: #667085;
  --text-color8: #1e1e1e;
  --main-bg: #ffffff;
  --footer-bg: #110a0c;
  --sub-bg: #f6f6f6;
  --bg-light: #fef6f9;
  --bg-light-1: #fef6f980;
  --bg-dark: #a71b51;
  --heading-color: #272e39;
  --paragraph: #75727b;
  --span: #75727b;
  --border: #ebebeb;
  --white: #ffffff;
  --theme-color-light: #ffffff;
  --black: #000000;
  --radius: 10px;
  --transition: all 0.4s ease-in-out;
  --shadow: 0px 4px 30px 0px #0000000d;
  --font-title1: 1.25rem;
  --line-height-title1: 1.87rem;
  --line-height-base: 1.35rem;
  --font-base: 1rem;
}
@media (min-width: 1050px) {
  :root {
    --font-base: 1.25rem;
    --line-height-base: 1.75rem;
    --font-title1: 2rem;
    --line-height-title1: 2.8rem;
  }
}
@media (min-width: 1400px) {
  :root {
    --font-title1: 2.25rem;
    --line-height-title1: 2.8rem;
  }
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}
body {
  font-family: var(--font-body);
  color: var(--paragraph);
  background-color: var(--main-bg);
  font-size: var(--font-base);
  line-height: var(--line-height-base);
  font-weight: 400;
}
h1,
h2 {
  font-weight: 700;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  color: var(--heading-color);
  font-family: var(--font-title);
}
h1 {
  font-size: 80px;
  line-height: 96px;
}
h2 {
  font-size: 48px;
  line-height: 58px;
}
h3 {
  font-size: 26px;
  line-height: 36px;
  font-weight: 600;
}
.filter-btn.active,
h4 {
  font-weight: 700;
}
h4 {
  font-size: 24px;
  line-height: 34px;
}
h5 {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}
.btn-one,
h6 {
  font-size: 16px;
}
h6 {
  font-weight: 600;
  line-height: 28px;
}
.splt-txt span {
  color: unset;
}
a,
a:hover {
  color: var(--heading-color);
}
a {
  transition: var(--transition);
}
li {
  list-style: none;
}
button {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (max-width: 1399px) {
  .testimonialsSection {
    margin-top: 0;
  }
  br {
    display: none;
  }
}
::-webkit-input-placeholder {
  color: var(--span);
  font-size: 16px;
}
::-moz-placeholder {
  color: var(--span);
  font-size: 16px;
}
::-ms-input-placeholder {
  color: var(--span);
  font-size: 16px;
}
::placeholder {
  color: var(--span);
  font-size: 16px;
}
.btn-one,
.header__main .main-menu ul li,
.header__main .main-menu ul li a,
.project__slider-arrys button:hover {
  color: var(--text-color1);
}
.mt-30,
.sidebar__body {
  margin-top: 30px;
}
.mt-100 {
  margin-top: 100px;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-25 {
  margin-bottom: 25px;
}
.pt-5 {
  padding-top: 5px;
}
.pt-50 {
  padding-top: 50px;
}
.pb-5 {
  padding-bottom: 5px;
}
.pb-50 {
  padding-bottom: 50px;
}
.text-justify {
  text-align: justify;
}
.bg-transparent {
  background-color: transparent !important;
}
.shadow {
  -webkit-box-shadow: var(--shadow) !important;
  box-shadow: var(--shadow) !important;
}
.nice-select {
  width: 100%;
  border-radius: 10px;
  height: 50px;
  line-height: 50px;
}
.nice-select:focus {
  border: 1px solid var(--theme-color1);
}
.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}
.cursor-inner {
  width: 6px;
  height: 6px;
  z-index: 10000001;
}
.cursor-outer {
  margin-left: -12px;
  margin-top: -12px;
  width: 30px;
  height: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10000000;
}
.btn-one {
  padding: 12px 16px;
  background-color: var(--theme-color1);
  font-family: var(--font-title);
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  border-radius: 10px;
}
.btn-one i {
  margin-left: 5px;
  transition: var(--transition);
}
.btn-one::before {
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  position: absolute;
  width: 200%;
  height: 260%;
  content: "";
  top: 132%;
  left: 50%;
  background-color: var(--theme-color2);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%) rotate(-8deg);
  border-radius: 80%;
  z-index: -1;
}
.btn-one:hover {
  color: var(--text-color2);
}
.btn-one:hover::before {
  top: -60%;
}
.btn-one:hover i {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn__mood-dark {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-size: 24px;
  color: #fff;
  background-color: #000;
  display: block;
  top: 20%;
  right: 30px;
  position: fixed;
  z-index: 99;
  border: 1px solid #fff;
}
#preloader,
.header__main,
.header__main .main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
}
.btn__mood-dark:hover {
  color: #fff;
}
@-webkit-keyframes video-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@keyframes video-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
#preloader {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: default;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
}
#preloader .animation-preloader {
  z-index: 1000;
}
#preloader .animation-preloader .txt-loading {
  font-size: 70px;
  line-height: 100px;
  font-weight: 700;
  font-family: var(--font-title);
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#preloader .animation-preloader .txt-loading .letters-loading {
  color: var(--theme-color1);
  position: relative;
}
#preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(2):before {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
#preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(3):before {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
#preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(4):before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
#preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(5):before {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
#preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(6):before {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
#preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(7):before {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
#preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(8):before {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}
#preloader .animation-preloader .txt-loading .letters-loading::before {
  -webkit-animation: 4s infinite letters-loading;
  animation: 4s infinite letters-loading;
  color: var(--theme-color2);
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  font-family: var(--font-title);
  position: absolute;
  top: -3px;
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
}
#preloader p {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 10px;
  color: var(--theme-color1);
}
#preloader .loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 1;
  pointer-events: none;
}
#preloader .loader .loader-section .bg {
  background-color: var(--white);
  height: 100%;
  left: 0;
  width: 100%;
}
#preloader.loaded .animation-preloader {
  opacity: 0;
}
#preloader.loaded .loader-section .bg {
  width: 0;
  transition: 0.7s;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
}
#dots {
  width: 20px;
  text-align: left;
  position: relative;
  top: 0;
  left: 5px;
}
@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@-webkit-keyframes letters-loading {
  0%,
  100%,
  75% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }
  25%,
  50% {
    opacity: 1;
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
}
@keyframes letters-loading {
  0%,
  100%,
  75% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }
  25%,
  50% {
    opacity: 1;
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
}
@keyframes loaderspin {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes tpswing {
  0% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes tpswing {
  0% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes loaderspin {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes loaderpulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes loaderpulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.header-area {
  position: fixed;
  width: 100%;
  z-index: 99;
}
.header-area .container {
  padding-top: 10px;
}
.header-area.menu-fixed {
  top: 0;
  -webkit-box-shadow: var(--shadow);
  box-shadow: var(--shadow);
}
.header-area.menu-fixed .container {
  padding-top: 0;
}
.header__main {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}
.header__main .main-menu {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 60px;
}
.header__main .main-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}
@media (max-width: 1199px) {
  .header__main .main-menu ul {
    gap: 20px;
  }
}
@media (max-width: 1200px) {
  .banner-fixed .banner-text {
    left: 0;
    transform: translateX(25px);
    width: 100%;
  }
  .overview-page .banner-fixed .banner-text {
    transform: translateX(10px);
  }
  .header__main .main-menu ul {
    gap: 15px;
  }
}
.header__main .main-menu ul li {
  position: relative;
}
.header__main .main-menu ul li a {
  font-weight: 600;
  padding: 4px 0;
  font-size: 14px;
  line-height: 26px;
  text-transform: capitalize;
}
.header-area.fadeInDown .header__main .main-menu ul li a,
.sidebar__contact-info ul li a {
  color: var(--white);
}
.header__main .main-menu ul li a i {
  font-size: 12px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.header__main .main-menu ul li .sub-menu {
  position: absolute;
  left: 0;
  top: 53px;
  z-index: 99;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
  width: 220px;
  border: 1px solid var(--border);
  -webkit-box-shadow: var(--shadow);
  box-shadow: var(--shadow);
  background: rgba(31, 25, 20, 0.5);
  border-radius: 5px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}
.header__main .main-menu ul li .sub-menu li {
  width: 100%;
}
.header__main .main-menu ul li .sub-menu li:not(:last-child) {
  border-bottom: 1px solid var(--border);
}
.header__main .main-menu ul li .sub-menu li a {
  display: block;
  padding: 10px 20px;
  color: var(--white);
  color: var(--white) !important;
}
.header__main .main-menu ul li .sub-menu li a i {
  float: right;
  -webkit-transform: rotate(0) !important;
  transform: rotate(0) !important;
  margin-top: 8px;
  color: var(--heading-color) !important;
}
.header__main .main-menu ul li .sub-menu li:hover a {
  padding-left: 25px;
  color: var(--white) !important;
}
.header__main .main-menu ul li .sub-menu li a:hover {
  color: var(--color-primary) !important;
}
.header__main .main-menu ul li .sub-menu li:hover a i {
  -webkit-transform: rotate(-90deg) !important;
  transform: rotate(-90deg) !important;
  color: var(--theme-color1) !important;
}
.header__main .main-menu ul li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.header__main .main-menu ul li:hover:hover a {
  color: var(--theme-color1);
}
.header__main .main-menu ul li:hover:hover i {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  color: var(--theme-color1);
}
.header__main .menu-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
}
.header__main .menubars {
  width: 28px;
  line-height: 8px;
  text-align: right;
}
.header__main .menubars span {
  width: 100%;
  height: 2px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.header__main .menubars span:nth-child(2) {
  width: 70%;
  text-align: right;
}
.blog-card-main,
.header__main .menubars:hover span:nth-child(2) {
  width: 100%;
}
.offcanvas {
  width: 375px !important;
  border-left: 3px solid var(--theme-color1) !important;
}
@media screen and (max-width: 375px) {
  .offcanvas {
    width: 320px !important;
  }
}
.offcanvas .btn-close {
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-size: 16px;
  color: var(--white);
  background-color: var(--theme-color1);
  opacity: 1;
  background-image: none;
  transition: var(--transition);
}
.offcanvas .btn-close:hover,
.search-wrap .search-close:hover {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sidebar-area {
  z-index: 99999;
}
.sidebar__contact-info ul li:not(:last-child) {
  margin-bottom: 10px;
}
.sidebar__contact-info ul li i {
  color: var(--theme-color1);
  margin-right: 8px;
}
.sidebar__text {
  color: var(--text-color3);
}
.sidebar__body .mean-container .mean-nav {
  background-color: transparent !important;
}
.sidebar__body .sidebar__contact-info ul li {
  display: flex;
}
.sidebar__body .mean-container .mean-nav ul li a.mean-expand {
  background-color: var(--theme-color1);
}
.mobile-menu.mean-container .mean-nav > ul {
  width: 100%;
  display: block !important;
}
.search-wrap {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.8);
  cursor: url(/assets/images/icon/x.png), auto;
}
.search-wrap .search-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.search-wrap .search-cell {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.banner__image,
.banner__image img,
.featured-section,
.nav,
.project__wrp {
  position: relative;
}
.search-wrap .search-field-holder {
  width: 50%;
  margin: auto;
  position: relative;
  -webkit-animation: 0.3s slideInUp;
  animation: 0.3s slideInUp;
}
.search-wrap .main-search-input {
  width: 100%;
  height: 70px;
  border: 0;
  padding: 0 50px;
  background: 0 0;
  font-size: 25px;
  color: var(--white);
  border-bottom: 1px solid var(--white);
  text-align: center;
  letter-spacing: 2px;
}
.search-wrap input.main-search-input::-webkit-input-placeholder {
  color: var(--white);
  opacity: 1;
  font-size: 24px;
}
.search-wrap input.main-search-input::-moz-placeholder {
  color: var(--white);
  opacity: 1;
  font-size: 24px;
}
.search-wrap input.main-search-input:-ms-input-placeholder {
  color: var(--white);
  opacity: 1;
  font-size: 24px;
}
.search-wrap input.main-search-input::-ms-input-placeholder {
  color: var(--white);
  opacity: 1;
  font-size: 24px;
}
.search-wrap input.main-search-input::placeholder {
  color: var(--white);
  opacity: 1;
  font-size: 24px;
}
.search-wrap .search-close {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 30px;
  color: var(--white);
  cursor: pointer;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  transition: var(--transition);
}
.nav {
  border: 0;
  z-index: 1;
}
.nav-tabs .nav-link {
  padding: 20px 30px;
}
.nav .nav-item {
  width: 100%;
  text-align: center;
}
.nav.nav-tabs .nav-link:hover {
  border-color: var(--white);
}
@media (max-width: 768px) {
  .section-padding-content {
    padding: 35px 0;
  }
  .entertainment-details .banner-text {
    line-height: 40px;
    width: 100%;
  }
  .entertainment-project-highlights .swiper {
    overflow: hidden !important;
  }
  video {
    height: 100%;
  }
  .video-container + .container {
    top: 60% !important;
  }
  .nav .nav-item {
    text-align: left;
  }
}
.nav-tabs .nav-link,
.nav.nav-tabs {
  border-radius: 0;
  background-color: var(--bg-light);
  color: var(--text-color6);
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: var(--theme-color1);
  color: var(--text-color1);
  border: 0;
}
.home-page .banner__slider .swiper-wrapper .swiper-slide img {
  object-fit: cover;
  object-position: top;
}
.banner__image img {
  width: 100%;
  height: 100vh;
}
.banner__image > .swiper > .swiper-wrapper > .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #000 5%, transparent);
  z-index: 1;
}
.project-overview .banner-text {
  opacity: 1;
  animation: unset;
}
.project-overview .banner-area img {
  width: 100%;
  height: 100vh;
  background-position: center;
  object-fit: cover;
  background-repeat: no-repeat;
}
.project-overview .banner-text .banner-item .vertical {
  height: 18px;
  border-right: 2px solid var(--white);
}
.project-overview .project .vertical {
  height: 18px;
  width: 17px;
  border-right: 1.5px solid #000;
}
.project-overview .banner-text .btn-light {
  color: var(--text-color8);
  font-size: var(--font-base);
  margin-top: 10px;
}
.project-overview {
  color: var(--text-color7);
  color: var(--text-color6);
  font-size: 18px;
}
.project-overview-tabs.tab-content .project-underline {
  border: 0;
  height: 2px;
  background: linear-gradient(90deg, #a71b51 48%, #fef6f9 100%);
  margin: 8px 0;
}
.project-overview.residential-details {
  color: var(--text-color7);
  font-size: var(--font-base);
  line-height: 1.75rem;
}
.blogs-list-header .main-menu ul li a,
.color-light-black,
.color-secondary,
.project-overview.residential-details .plan-pills > p,
.sparkle-area-header .main-menu ul li a {
  color: var(--text-color6);
}
.contact-form-container .form-control.message-field,
.project-overview.residential-details .tab-pane .row img {
  height: unset;
}
.project-overview.residential-details .brand__wrp {
  align-items: stretch;
}
.project-overview.residential-details .brand__wrp .brand__item {
  width: 183px;
  border-left: 1px solid var(--theme-color1);
  background: var(--white);
  padding: 16px 22px;
  border-radius: 9px;
}
.project-overview.residential-details
  .associated-brand.brand__wrp
  .brand__item {
  padding: 28px 92px;
  padding: unset;
  background: inherit;
  border: 1px solid #a71b511a;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 250px;
  min-height: 120px;
}
.project-overview.residential-details
  .associated-brand.brand__wrp
  .brand__item:nth-child(odd) {
  background: #fdf2f899;
}
@media (max-width: 1056px) {
  .project-overview.residential-details .brand__wrp {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.project-overview.residential-details .swiper.swiper-one {
  min-height: 48vh;
}
.project-overview.residential-details .guidance-info {
  border: 1px solid #a71b511a;
  padding-inline: 50px;
  color: var(--text-color6);
  font-size: 1rem;
}
.footer__wrp-bottom p::after,
.footer__wrp-bottom ul li a::after {
  border-radius: 50%;
  content: "";
  text-align: center;
  position: absolute;
}
.featured-section {
  background: linear-gradient(
    180deg,
    rgba(17, 10, 12, 0) 0,
    #110a0c 21.22%,
    #110a0c 100%
  );
  margin-top: -160px;
  padding-top: 160px;
  z-index: 5;
  color: var(--text-color1) !important;
}
.footer__wrp-bottom ul li a:hover::after,
.project__slider-arrys button:hover {
  background-color: var(--theme-color1);
}
.swiper-one {
  min-height: 35vh;
}
.swiper-one.swiper {
  padding-block: 50px;
  padding-inline: 10px;
}
.swiper-one .swiper-wrapper {
  padding-left: 0 !important;
}
.swiper-one.swiper-shadow .swiper-slide {
  box-shadow: 0 5.33px 8px -2.67px #10182808, 0 8px 21.33px -5.33px #10182814;
  border-radius: 10px;
  transition: 0.3s ease-in-out;
}
.swiper-one.swiper-shadow .swiper-slide:hover {
  box-shadow: 0 10px 12px -2px #10182808, 0 12px 26px -5px #10182814;
  transform: translateY(-5px);
}
.swiper-button-next {
  right: -70px;
}
.swiper-button-prev {
  left: -70px;
}
.swiper-button-next,
.swiper-button-prev {
  width: 42px;
  height: 42px;
  background-color: var(--theme-color1);
  color: var(--white, var(--white));
  border-radius: 50%;
  display: flex;
  justify-content: center;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 25px;
  content: " ";
}
.blog-tag,
.project-overview #floorPlanNavMain.nav-tabs .nav-item .nav-link.active div {
  color: #000;
}
.brand__wrp {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.brand__item {
  width: 100px;
  text-align: center;
}
.brand__item img {
  max-width: 100%;
}
.featured-section-swiper .swiper-slide img {
  width: 70px;
  height: 76px;
}
@-webkit-keyframes slide-har-revers {
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes slide-har-revers {
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes slide-har {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes slide-har {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.project__wrp {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  -webkit-transition: background-image 0.5s linear;
  transition: background-image 0.5s linear;
  z-index: 1;
}
.project__wrp:hover .project__slider-arrys button {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.project__slider-arrys {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  position: absolute;
  top: 50px;
  left: 50px;
  z-index: 9;
}
.project__slider-arrys button {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 12px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  color: var(--black);
  transition: var(--transition);
  font-size: 18px;
}
.project__slider-arrys button:last-child {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media (max-width: 767px) {
  .legacy-line-inner {
    width: calc(100% - 150px);
  }
  h1 {
    font-size: 40px;
    line-height: 50px;
  }
  h2 {
    font-size: 30px;
    line-height: 40px;
  }
  h3 {
    font-size: 18px;
    line-height: 26px;
  }
  h4 {
    font-size: 20px;
    line-height: 30px;
  }
  .mt-100 {
    margin-top: 50px;
  }
  .btn-one {
    padding: 8px 14px;
    font-size: 14px;
  }
  .project__slider-arrys button {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 12px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    font-size: 16px;
  }
  .project__slider-arrys {
    top: 20px;
    left: 20px;
  }
}
.project__content {
  padding: 30px;
  position: relative;
  z-index: 1;
}
.project__content::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: -1;
  content: "";
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.project__content h6 {
  font-weight: 400;
  color: var(--white);
}
.project__content h4 {
  margin-top: 2px;
  font-size: 20px;
}
.project__content h4 a,
ul#floorPlanNav li {
  color: var(--white);
}
.about-us .founder-section h4,
.project__content h4 a:hover {
  color: var(--theme-color1);
}
.project__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  height: 470px;
  width: 100%;
  border-right: 1px solid var(--white);
}
@media (max-width: 1300px) {
  .project__item {
    height: 470px;
  }
}
@media (max-width: 1199px) {
  .header__main .main-menu ul li a {
    font-size: 16px;
  }
  .project__item {
    height: 500px;
  }
}
@media (max-width: 991px) {
  #preloader .animation-preloader .txt-loading {
    font-size: 40px;
    line-height: 40px;
  }
  #preloader p {
    font-size: 14px;
    margin-top: 10px;
  }
  .header-area {
    top: 0;
  }
  .header__main {
    padding: 8px 2px;
  }
  .brand__wrp {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .project__item {
    height: 400px;
  }
}
.entertainment-cards .card img,
.project__item:hover .project__content::after {
  height: 100%;
}
.card .card-body h5,
.card .card-body p {
  font-size: var(--fs-base);
  color: #2d2d2d;
}
.card .card-body p {
  padding-inline: 0;
  text-align: left;
}
.card .card-body p:nth-child(2) {
  text-align: right;
}
.footer-area {
  position: relative;
  z-index: 1;
  background-color: var(--footer-bg);
  font-size: var(--font-base);
  line-height: 1.5rem !important;
}
.footer__wrp-bottom {
  max-width: 1400px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #e4e4e4;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 20px;
}
.footer__wrp-bottom p {
  max-width: 360px;
  position: relative;
  color: var(--theme-color2);
  padding-left: 15px;
}
.footer__wrp-bottom p::after {
  top: 12px;
  left: 0;
  width: 6px;
  height: 6px;
  line-height: 6px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background-color: var(--theme-color2);
}
.sports-cards .card img,
.sports-cards .card::after {
  background: linear-gradient(360deg, #000 0, rgba(102, 102, 102, 0) 95.45%);
}
.footer__wrp-bottom ul {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer__wrp-bottom ul li a {
  font-weight: 600;
  color: var(--theme-color3);
  font-size: 24px;
  position: relative;
  padding-left: 15px;
}
@media (max-width: 575px) {
  .project__content {
    padding: 15px;
  }
  .project__content h4 {
    margin-top: 0;
  }
  .project__item {
    height: 350px;
  }
  .footer__wrp-bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer__wrp-bottom ul li a {
    font-size: 18px;
  }
}
.footer__wrp-bottom ul li a::after {
  top: 12px;
  left: 0;
  width: 8px;
  height: 8px;
  line-height: 8px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background-color: var(--theme-color3);
}
.splt-txt .whitespace {
  width: 8px;
}
.splt-txt.animated .char {
  -webkit-animation: 0.4s cubic-bezier(0.3, 0, 0.7, 1) both fadeInRight;
  animation: 0.4s cubic-bezier(0.3, 0, 0.7, 1) both fadeInRight;
  -webkit-animation-delay: calc(30ms * var(--char-index));
  animation-delay: calc(30ms * var(--char-index));
}
.imageLeftToRight {
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  -webkit-transition: 0.8s 0.3s;
  transition: 0.8s 0.3s;
}
.imageLeftToRight.animated,
.imageRightToLeft.animated {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.imageRightToLeft {
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  -webkit-transition: 0.8s 0.3s;
  transition: 0.8s 0.3s;
}
.background-image {
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.map {
  height: 550px;
}
.form-control {
  background-color: #f4f5f8;
  border: 1px solid #f4f5f8;
  color: #686a6f;
  font-size: 0.9rem;
  height: calc(2.25rem + 27px);
  outline: 0;
  padding: 14px 30px;
  width: 100%;
}
.absolute-100,
.sports-cards .card::after {
  content: "";
  height: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}
textarea.form-control {
  height: auto;
}
.bg-dark {
  background-color: var(--bg-dark) !important;
}
.theme-pill {
  border: 1px solid var(--theme-color1);
  background-color: #fbeaf0;
  pointer-events: none;
  padding: 6px 12px;
}
.project-overview .theme-pill {
  background: #fff9fb;
  border: 0.2px solid var(--theme-color1);
  padding: 4px 10px;
}
.color-gray,
.color-tertiary {
  color: var(--text-color7);
}
.star-rating i {
  font-size: 1.6rem;
}
.star-rating-muted {
  color: #d9d9d9;
}
.hero-section {
  height: 100vh;
}
.sports-services-left {
  padding-block: 15px;
}
.sports-details .sports-pill {
  font-size: 14px;
  line-height: 20px;
}
.sports-services-listing .sports-cards {
  gap: 40px;
}
.sports-cards .card {
  border-radius: var(--radius);
}
.sports-cards .card img {
  object-fit: cover;
  height: 300px;
}
.sports-services-listing .sports-cards .card img {
  object-position: center;
  height: 70vh;
}
.sports-cards .card .card-img-overlay {
  z-index: 1;
}
.entertainment-cards .card {
  flex-basis: 30%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.entertainment-cards .card::before {
  content: " ";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(46, 46, 46, 0.3) 37.71%,
    #000 103.29%
  );
  z-index: 10;
}
.entertainment-cards .card .card-img-overlay {
  z-index: 11;
}
.about-us h5,
.entertainment-cards .card p {
  font-size: 20px;
}
@media (max-width: 425px) {
  .protfolio-card.card {
    padding-block-end: 0;
  }
  .sparkleMainSec .banner.banner-area .banner-text {
    top: 70%;
  }
  .banner .banner-text .btn.enquireBtn {
    font-size: 14px;
    width: 150px;
  }
  .sparkleMainSec .banner.banner-area .bannnerHeading {
    font-size: 24px;
    line-height: 30px;
  }
  .residential-gallery-swiper .swiper-slide,
  .sports-slider .swiper-slide,
  .sports-swiper .swiper-slide {
    padding-inline: 10px;
  }
  .banner-fixed .banner-text {
    top: 85%;
  }
  .sectionInfo img {
    min-height: auto !important;
  }
  .project-overview.residential-details .brand__wrp .brand__item {
    width: 45%;
  }
  .blogs-swiper .swiper-slide {
    margin-inline: 4px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
  .sports-slider .swiper-slide,
  .sports-slider .swiper-slide img {
    width: 100vw;
  }
  .sports-slider .sports-cards .card img {
    height: 400px;
  }
  .sports-cards .card img {
    height: 70vh;
  }
  .entertainment-cards .card p {
    font-size: 10px;
    line-height: 12px;
  }
  .entertainment-cards .card {
    height: 200px;
    flex-basis: calc(50% - 1rem);
    animation-name: none;
  }
}
.entertainment-slider.swiper {
  width: 240px;
  height: 410px;
}
.entertainment-slider .swiper-slide img.card,
.entertainment-slider .swiper-wrapper {
  border-radius: 35px;
}
.entertainment-slider .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 35px;
  background: linear-gradient(
    180deg,
    #4e0a23 -24.53%,
    #e42f72 45.79%,
    #fff 116.11%
  );
  background-clip: padding-box;
  padding: 12px;
}
.entertainment-slider .swiper-slide img {
  object-fit: cover;
  height: 100%;
  border-radius: 20px;
}
.master-plan-img {
  height: 455px;
  object-fit: cover;
}
#floor-plan .master-info-card,
#master-plan .master-info-card {
  padding: 30px 20px;
  background-color: var(--bg-light-1);
  border-radius: 10px;
  border-left: 1px solid var(--theme-color1);
}
#master-plan .master-info-card p #floor-plan .master-info-card p {
  color: var(--text-color6) !important;
}
#floor-plan .master-title,
#master-plan .master-title {
  font-size: 28px;
}
#floorPlanNav {
  margin-right: 20px;
}
ul#floorPlanNav li a {
  padding: 8px 10px;
}
.project-overview #floorPlanNavMain.nav .nav-item {
  width: unset;
}
.project-overview #floorPlanNav.nav-tabs .nav-link.active {
  background: var(--theme-color1);
  color: var(--white);
}
.header-area.fadeInUpHeader {
  position: fixed;
  top: 0;
  z-index: 1000;
  transition: 1s ease-in-out;
}
.header-area.fadeInUpHeader .header__main {
  padding-top: 0;
  padding-bottom: 10px;
}
.header-area.fadeInUpHeader.hidden {
  transition: 1s ease-in-out;
  transform: translateY(-100%);
  opacity: 0;
}
.legal-and-compliance .nav.nav-tabs,
.project-overview .nav.nav-tabs {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.5) !important;
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 20px 0 #0000000f;
}
.legal-and-compliance .nav-tabs .nav-item.show .nav-link,
.legal-and-compliance .nav-tabs .nav-link.active,
.project-overview .nav-tabs .nav-item.show .nav-link,
.project-overview .nav-tabs .nav-link.active {
  background-color: inherit;
  color: var(--theme-color1);
}
.legal-and-compliance .nav-tabs .nav-link,
.legal-and-compliance .nav.nav-tabs,
.project-overview .nav-tabs .nav-link,
.project-overview .nav.nav-tabs {
  background-color: inherit;
  border: 0 !important;
}
.legal-and-compliance .nav.nav-tabs .nav-link:hover,
.project-overview .nav.nav-tabs .nav-link:hover {
  color: var(--theme-color1);
  cursor: pointer;
}
.home-page section img {
  transition: transform 0.5s ease-in-out, filter 0.5s ease-in-out;
}
.home-page figure:hover img {
  object-fit: cover;
  background-repeat: no-repeat;
  transform: scale(1.1);
  filter: brightness(1.1);
}
.entertainment-details,
.home-page {
  overflow-x: hidden;
}
.banner__slider .swiper-wrapper .swiper-slide img {
  background-position: right;
}
@media (min-width: 1280px) {
  .overview-page .banner-text .bannnerHeading {
    width: 60%;
  }
  .home-page .banner__slider .swiper-wrapper .swiper-slide img {
    object-position: 0 -60px !important;
  }
  .who-section .section-header {
    padding-bottom: 40px;
  }
}
.home-page .section-header h4 {
  font-size: 20px;
  text-transform: capitalize;
}
.offwhite {
  background-color: #f8f9fa;
  color: #6c757d;
}
.blog-card {
  border: none;
  border-radius: 6px;
}
.blog-card img {
  height: 230px;
  width: 100%;
}
.card-meta-data {
  color: #fff !important;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(46, 46, 46, 0.3) 41.89%,
    #000 118.25%
  );
  border-radius: 6px;
}
.blog-title {
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.blog-meta {
  display: flex;
  justify-content: space-between;
  font-size: 0.875rem;
}
.blog-description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  font-size: 14px;
  line-height: 20px;
  color: var(--color-tertiary);
}
.two-line-border {
  border-bottom: 1.3px solid #000;
  border-top: 1.3px solid #000;
  height: 7px;
  margin-top: 6px;
}
.filter-btn {
  border: 0.75px solid grey;
  padding: 8px 18px;
  font-size: 14px;
}
.filter-btn.active,
.filter-btn:hover {
  color: #212427;
  border-color: #212427;
}
.filter-btn:hover,
.search-bar-form input:focus {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.06);
}
.search-bar-form {
  min-width: 250px;
}
.search-bar-form input {
  font-size: 14px;
  height: 40px;
  color: var(--text-color6);
  border: 1px solid var(--text-color6);
}
.search-bar-form input::placeholder {
  font-size: 14px;
}
.blogs-list-header.menu-fixed .light-logo,
.sparkle-area-header.menu-fixed .light-logo {
  display: unset;
}
.blog-image-main,
.blog-image-secondary {
  height: 70vh;
}
.blog-image-main .image-content,
.blog-image-secondary .image-content {
  height: 100%;
  object-fit: cover;
  object-position: center;
  background-size: fill;
  background-position: center;
  background-repeat: no-repeat;
}
.blog-author-img {
  width: 48px;
  height: 48px;
}
.author-image-content {
  height: 100%;
  width: 100%;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
}
.entertainment-details .banner-area img {
  height: 100vh;
  width: 100vw;
}
.about-us .banner-text,
.contact-us .banner-text,
.entertainment-details .banner-text,
.legal-and-compliance .banner-text {
  font-size: 25px;
  background: linear-gradient(
    1.85deg,
    rgba(45, 45, 45, 0) -13.89%,
    rgba(32, 32, 32, 0.291311) 13.93%,
    rgba(27, 27, 27, 0.406644) 55.21%,
    #000 114.92%
  );
  opacity: 1;
  animation: none;
}
.contact-us-title {
  font-size: 1.25rem;
}
.contact-us-img {
  height: 50vh;
  object-fit: cover;
  object-position: center;
}
.contact-form-container {
  font-size: 1rem !important;
}
.contact-form-container .form-control {
  background: #fff;
  border: 0.75px solid var(--theme-color1);
  height: 46px;
}
.contact-form-container .btn-primary {
  border-color: var(--theme-color1);
  background-color: var(--theme-color1);
}
.contact-us-form-section .contact-us-title {
  font-size: 24px;
  font-family: var(--font-title);
  text-align: center;
}
.about-us .banner-area img,
.contact-us .banner-area img {
  width: 100%;
  object-fit: cover;
  object-position: right;
  height: 100vh;
}
.about-us .company-value h4,
.about-us h4,
.about-us h5 {
  color: var(--text-color8);
}
.about-us .company-value h4 {
  font-size: 24px;
}
.about-us .brand__wrp .brand__item {
  flex-basis: calc(50% - 20px);
  flex-grow: unset !important;
}
.about-us .bg-light {
  background: linear-gradient(180deg, #fdf2f8 0, #fff 100%);
}
.company-value .value-item {
  border-left: 1px solid #ffdcef;
}
.company-value .value-item:nth-child(2) .value-item-bar {
  bottom: 75%;
}
.company-value .value-item:nth-child(3) .value-item-bar {
  bottom: 59%;
}
.company-value .value-item:nth-child(4) .value-item-bar {
  bottom: 40%;
}
.company-value .value-item:nth-child(5) .value-item-bar {
  bottom: 20%;
}
.company-value .value-item:last-child .value-item-bar {
  bottom: 3%;
}
.value-item-wrapper .value-item {
  flex-basis: 100%;
}
.value-item .value-item-bar {
  border-left: 1.4px solid var(--theme-color1);
  left: 0;
  height: 26px;
  width: 0;
}
.value-item .value-item-title {
  min-width: 85px;
  border: 0.2px solid #d62f75;
}
@media (min-width: 768px) {
  .banner-text {
    font-size: 50px;
    line-height: 70px;
  }
  .protfolio-card.card {
    border: 0;
  }
  .protfolio-row-cards .protfolio-card:hover::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    transition: background 0.5s ease-in-out;
    background: linear-gradient(to top, #000 0, rgba(0, 0, 0, 0) 50%);
    z-index: 10;
  }
  .protfolio-row-cards .protfolio-card {
    border-radius: 4px;
  }
  .protfolio-row-cards .protfolio-card figure {
    transition: transform 0.3s, filter 0.3s;
  }
  .protfolio-row-cards .protfolio-card:hover figure {
    transform: scale(1.1);
    filter: brightness(1.1);
  }
  .legacy-years-container {
    padding-left: 40px;
  }
  .legacy-years-container .legacy-swiper-controls {
    width: calc(100% - 130px);
    margin-inline: auto;
  }
  .nav .nav-item {
    width: initial;
    min-width: 192px;
  }
  .project-overview .banner-area img {
    height: 100vh;
  }
  .featured-section-swiper .swiper-slide img {
    width: 60px;
    height: 64px;
  }
  .sports-cards {
    gap: 40px;
  }
  .sports-details .sports-pill {
    font-size: 18px;
  }
  .sports-services-left {
    padding-block: 30px;
  }
  .entertainment-cards .card:first-child,
  .entertainment-cards .card:nth-child(3) {
    flex-basis: 24.5%;
  }
  .entertainment-cards .card:nth-child(2) {
    flex-basis: calc(44% - 2rem);
  }
  .entertainment-cards .card {
    height: 350px;
  }
  .home-page .section-header h4 {
    font-size: 32px;
  }
  #blog-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  #blog-list .blog-card-main:nth-child(3n + 1),
  #blog-list .blog-card-main:nth-child(3n + 3) {
    margin-top: 50px;
  }
  #blog-list .blog-card-main:nth-child(3n + 2) {
    margin-top: -10px;
  }
  .about-us .brand__wrp .brand__item {
    flex-basis: unset;
  }
  .about-us .company-value h4 {
    font-size: 26px;
  }
  .value-item-wrapper .value-item {
    flex-basis: calc(50% - 30px);
  }
}
@media (min-width: 1024px) {
  .header-area.fadeInDown .logo {
    padding: 8px;
  }
  .project-overview .banner-text .btn-light {
    font-size: var(--font-base);
  }
  .project-overview.residential-details .row img {
    height: 80vh;
  }
  .project__wrp {
    background-size: 100% 100% !important;
  }
  .theme-pill {
    padding: 12px 24px;
  }
  .sports-details .sports-pill {
    font-size: 22px;
  }
  .entertainment-slider.swiper {
    width: 330px;
    height: 450px;
  }
  #blog-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .about-us .banner-text,
  .contact-us .banner-text,
  .legal-and-compliance .banner-text {
    font-size: 50px;
  }
  .entertainment-details .banner-text {
    font-size: 40px;
  }
  .contact-us-title {
    font-size: 2.25rem;
  }
  .contact-us-img {
    height: unset;
  }
  .contact-us-cover .contact-us-title {
    font-size: 45px;
    line-height: 50px;
  }
  .contact-us-form-section .contact-us-title {
    font-size: 36px;
  }
  .value-item-wrapper .value-item {
    flex-basis: calc(33.33% - 10px);
  }
}
.luxury-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.luxury-cards-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#fadeOnDemand {
  transition: opacity 0.5s ease-in-out;
  opacity: 1;
}
#unmute-btn img {
  width: 50px;
  height: 50px;
}
.blog-image {
  width: 100%;
  height: 244px;
  object-fit: cover;
  object-position: top;
}
@media (max-width: 425px) {
  .protfolioSection .cards .card {
    animation-name: none;
  }
  .blog-card-main {
    margin-bottom: 30px;
  }
  .search-bar-form {
    min-width: 200px;
  }
  .blog-image {
    width: 100%;
    height: 182px;
  }
}
.swiper-buttons .swiper-button-nxt,
.swiper-buttons .swiper-button-prv {
  cursor: pointer;
  width: 42px;
  height: 42px;
  border-radius: 50%;
}
.swiper-buttons .swiper-button-nxt img,
.swiper-buttons .swiper-button-prv img {
  height: 15px;
  width: 15px;
  margin: 0 auto;
}
.footer-area .social-icons a {
  width: 39px;
  height: 39px;
}
.entertainment-project-highlights .swiper-button-next {
  right: 60px;
}
.entertainment-project-highlights .swiper-button-prev {
  left: 60px;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  background: #bbb;
  opacity: 1;
}
