@import url("https://use.typekit.net/zqy8zcz.css");
@font-face {
  font-family: "whitneybook";
  src: url("../fonts/whitneymedium.woff2") format("woff2"), url("../fonts/whitneymedium.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "whitneybook-light";
  src: url("../fonts/whitneybook.woff2") format("woff2"), url("../fonts/whitneybook.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Whitney Medium';
  src: url('../fonts/Whitney-Medium.woff2') format('woff2'), url('../fonts/Whitney-Medium.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MinervaModern";
  src: url("../fonts/MinervaModern-Bold.woff2") format("woff2"), url("../fonts/MinervaModern-Bold.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MinervaModern-Black";
  src: url("../fonts/MinervaModern-Black.woff2") format("woff2"), url("../fonts/MinervaModern-Black.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
:root {
  --size-80-rem: 5rem;
  --size-76-rem: 4.75rem;
  --size-70-rem: 4.375rem;
  --size-64-rem: 4rem;
  --size-58-rem: 3.625rem;
  --size-52-rem: 3.25rem;
  --size-48-rem: 3rem;
  --size-44-rem: 2.75rem;
  --size-40-rem: 2.5rem;
  --size-36-rem: 2.25rem;
  --size-32-rem: 2rem;
  --size-28-rem: 1.75rem;
  --size-24-rem: 1.5rem;
  --size-20-rem: 1.25rem;
  --size-18-rem: 1.125rem;
  --size-16-rem: 1rem;
  --size-14-rem: 0.875rem;
  --size-12-rem: 0.75rem;
  --size-10-rem: 0.625rem;
  --size-8-rem: 0.5rem;
}

.shimmer {
  position: relative;
}

.shimmer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(90deg, #eee, #f9f9f9, #eee);
  background-size: 200%;
  animation: shimmer 1s infinite reverse;
}

@keyframes shimmer {
  0% {
    background-position: -100% 0;
  }
  100% {
    background-position: 100% 0;
  }
}
.swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.desk-h100-slider img {
  height: 100vh !important;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .mobile-h100-slider img, .desk-h100-slider img {
    height: 100vh !important;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}
[data-theme=default] {
  --white:#fff;
  --black:#000;
  --primary:#6E6B69;
  --primary-new:#C0A88A;
  --secondary:#AB946B;
}

[data-theme=dark] {
  --white:#fff;
  --black:#000;
  --primary:#222222;
  --secondary:#000;
}

.theme-changer {
  background: var(--primary);
  position: fixed;
  bottom: 0;
  z-index: 1;
  padding: 1.25rem 0rem;
  color: var(--white);
}

body {
  width: 100%;
  float: left;
  font-family: "Whitney Medium";
  color: var(--black);
}
body ul > li {
  list-style: none;
}
body a {
  text-decoration: none;
  color: #AB946B;
}
body img {
  max-width: 100%;
}

html, body {
  overflow-x: hidden;
}

body {
  --sb-track-color: #cecece;
  --sb-thumb-color: #ab946b;
  --sb-size: 10px;
}

p, h2, h3{
  color: #5c5c5c;
}

body::-webkit-scrollbar {
  width: var(--sb-size);
}

body::-webkit-scrollbar-track {
  background: var(--sb-track-color);
  border-radius: 15px;
}

body::-webkit-scrollbar-thumb {
  background: var(--sb-thumb-color);
  border-radius: 15px;
}

/* Icon 1 */
.animated-icon1, .animated-icon2, .animated-icon3 {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.animated-icon1 span, .animated-icon2 span, .animated-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

.animated-icon1 span {
  background: #222222;
}

.animated-icon1 span:nth-child(1) {
  top: 0px;
}

.animated-icon1 span:nth-child(2) {
  top: 10px;
}

.animated-icon1 span:nth-child(3) {
  top: 20px;
}

.animated-icon1.open span:nth-child(1) {
  top: 11px;
  transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.animated-icon1.open span:nth-child(3) {
  top: 11px;
  transform: rotate(-135deg);
}

.animated-icon1.open {
  position: fixed;
  top: 0;
  z-index: 10000000000000000;
  right: 30px;
  top: 30px;
}

@supports not selector(::-webkit-scrollbar) {
  body {
    scrollbar-color: var(--sb-thumb-color) var(--sb-track-color);
  }
}
.main {
  width: 100%;
  float: left;
}

.container {
  width: 1200px;
  max-width: 1200px;
}
@media (max-width: 900px) {
  .container {
    padding: 0vw 1.5em;
  }
}

.main-head-big h2 {
  font-family: "Giflika";
  font-weight: 500;
  font-size: 52px;
  padding: 0px 0px 60px 0px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.main-head-big h2::after {
  width: 80%;
  height: 5px;
  background: url(../images/heading-line.svg);
  background-repeat: no-repeat;
  position: absolute;
  content: "";
  bottom: 30px;
  left: 0;
}

.main-head h2 {
  font-family: "minerva-modern";
  padding: 0px;
  position: relative;
  font-weight: 400;
  font-size: 36px;
  color: #5c5c5c;
  letter-spacing: -1px;
}

.main-head-color h2 {
  color: #69584B;
}
.main-head-color h2::after {
  filter: inherit;
}

.btn-theme-new {
  background: #B3A391;
  padding: 10px 20px;
  font-size: 0.9rem;
  color: #fff;
  border-radius: 0px;
  width: -moz-fit-content;
  width: fit-content;
}

.banner-text {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  height: -moz-max-content;
  height: max-content;
  text-align: left;
}
.banner-text strong {
  color: var(--white);
  width: 100%;
  text-align: center;
  display: block;
  font-size: 46px;
  font-family: "Giflika";
  font-weight: 100;
  animation: headAni 5s ease 0s 1 normal none;
  transform: scale(1.2);
  filter: drop-shadow(1px 1px 18px black);
}
@keyframes headAni {
  0% {
    transform: scale(10);
    color: var(--white);
    filter: none;
  }
  25% {
    transform: scale(1);
    filter: none;
  }
  75% {
    filter: none;
  }
  100% {
    transform: scale(1.2);
    color: var(--white);
    filter: drop-shadow(1px 1px 18px black);
  }
}

.btn-theme {
  border: 1px solid var(--white);
  border-radius: 0px;
  padding: 6px 20px;
}

.btn-theme-border {
  border: 1px solid var(--white);
  border-radius: 0px;
  padding: 6px 20px;
  color: #fff;
  font-size: 1rem;
}

header {
  width: 100%;
  float: left;
  padding: 20px 0px;
  z-index: 1000;
  position: fixed;
  top: 0px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.5) 47%, rgba(255, 255, 255, 0) 80%)
}
header .navbar-expand-lg {
  padding: 0rem;
}
header .logo {
  width: 140px;
}
header .sub-menu {
  padding: 0rem;
  position: absolute;
  top: 100%;
  left: 0%;
  background: var(--white);
  width: -moz-max-content;
  width: max-content;
  border: 1px solid rgba(204, 238, 204, 0.9333333333);
  box-shadow: -0.25rem 0.4375rem 0.8125rem rgba(0, 0, 0, 0.0784313725);
  transition: all 0.3s ease-in-out;
  z-index: 2;
  min-width: 10rem;
  border-radius: 0.75rem;
  z-index: 100;
  opacity: 0;
}
header .sub-menu a {
  color: #69584B !important;
}
header .navbar-toggler {
  border: 0rem;
  outline: 0rem !important;
  padding: 0rem;
}
header .navbar-toggler:focus {
  outline: 0rem;
  box-shadow: none;
}
header li {
  position: relative;
}
header li a {
  color: #5c5c5c;
  padding: 10px 12px;
  float: left;
  width: 100%;
  font-size: 14px;
  text-transform: capitalize;
  font-family: "minerva-modern";
  font-weight: 600;
}
header .lang-switch-sec button, header .lang-switch-sec a {
  font-size: 0.9rem;
  color: var(--primary);
  font-family: "minerva-modern";
  font-weight: 600;
  border: 0px;
}
.inquire-btn{
  font-size: 0.9rem;
  color: #fff !important;
  font-family: "Whitney Medium";
  font-weight: 600;
  border: 0px;
  text-transform: uppercase;
}

header .lang-switch-sec .btn-theme {
  background: #AB946B;
  text-transform: uppercase;
  color: #fff !important;
}
header .menu-children-item::after {
  width: 10px;
  height: 10px;
  background: #fff;
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0);
          clip-path: polygon(50% 50%, 0 0, 100% 0);
}
header .menu-children-item:hover .sub-menu {
  opacity: 1;
  transform: translate(0rem, 0rem);
  pointer-events: all;
}

.header-fixed {
  position: fixed;
  background-color: var(--white);
  top: -6.25rem;
  transition: transform 0.5s;
  transform: translateY(6.25rem);
  box-shadow: 2px 6px 16px 0px rgba(0, 0, 0, 0.1294117647);
}

.lang-btn {
  position: relative;
}

.py-80 {
  padding: 80px 0px;
}

.pt-80 {
  padding-top: 80px;
}

.resdence-sec {
  padding: 60px 0px;
  text-align: center;
  position: relative;
}
.resdence-sec::after {
  width: 100%;
  height: 43%;
  background: #F7F4EC;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.resdence-sec h2 {
  margin-bottom: 30px;
}
.resdence-sec p {
  max-width: 80%;
  margin: auto;
}

.project-slider-sec {
  margin: 60px 0px;
}
.project-slider-sec .project-slider2 img {
  height: 600px !important;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  margin-bottom: 20px;
}
.project-slider-sec .project-slider img {
  height: 150px !important;
  -o-object-fit: cover;
  object-fit: cover;
  cursor: pointer;
}

.main-footer {
  padding: 0px;
  font-family: "Whitney Medium";
}
.main-footer .follow-us {
  text-transform: uppercase;
}
.main-footer .follow-us ul {
  display: flex;
  gap: 8px;
}
.main-footer .follow-us ul li a {
  background: #AB946B;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.main-footer .follow-us ul li a:hover {
  background: var(--black);
  color: var(--white);
}
.main-footer textarea.form-control {
  min-height: 100px;
}
.main-footer h3 {
  font-size: 40px;
  margin-bottom: 30px;
  font-family: "minerva-modern", sans-serif;
}

.contact-form p {
  margin-bottom: 20px;
  font-size: 14px;
}

/* From Uiverse.io by abrahamcalsin */
.theme-btn-new {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0px;
  background: #ab946b;
  box-shadow: none;
  overflow: hidden;
  cursor: pointer;
  border: none;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 50px;
  color: #fff;
}

.theme-btn-new:after {
  content: " ";
  width: 0%;
  height: 100%;
  background: #000;
  position: absolute;
  transition: all 0.4s ease-in-out;
  right: 0;
  z-index: -1;
}

.theme-btn-new:hover::after {
  right: auto;
  left: 0;
  width: 100%;
}

.theme-btn-new span {
  text-align: center;
  text-decoration: none;
  width: 100%;
  padding: 18px 25px;
  color: #fff;
  font-size: 1.125em;
  font-weight: 700;
  letter-spacing: 0.3em;
  z-index: 20;
  transition: all 0.3s ease-in-out;
}

.theme-btn-new:hover span {
  color: #183153;
  animation: scaleUp 0.3s ease-in-out;
}

@keyframes scaleUp {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
.adress-part {
  color: rgb(29, 37, 45);
  font-family: "Whitney Medium";
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 40px 0px;
}
.adress-part a {
  color: rgb(29, 37, 45) !important;
}
.adress-part a:hover {
  color: var(--primary);
  font-weight: bold;
}
.adress-part li, .adress-part p {
  margin-bottom: 6px;
}

.project-slider-new img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.footerlink-sec {
  background: #F7F4EC;
  padding: 60px 0px;
}
.footerlink-sec .col-10 {
  width: 100%;
}
.footerlink-sec .col-10 ul {
  display: flex;
  padding: 0px;
  margin: 0px;
  flex-wrap: wrap;
  justify-content: center;
}
.footerlink-sec .col-10 ul li {
  flex: 0 0 auto;
  width: 15%;
  margin-bottom: 30px;
  text-align: center;
}
.footerlink-sec .col-10 ul li a {
  font-family: "minerva-modern", sans-serif;
  font-weight: 400;
  color: #000;
  margin-bottom: 30px;
  text-transform: capitalize;
}
.footerlink-sec .col-10 ul li a:hover {
  color: var(--secondary);
}

.link-part a {
  color: #5c5c5c !important;
  display: flex;
  gap: 40px;
  margin-bottom: 0;
}
.link-part a span:nth-child(1) {
  width: 20%;
  text-transform: capitalize;
}

.footer-address-part {
  text-align: right;
}
.footer-address-part p {
  margin: 0px;
}
.footer-address-part a {
  color: #5c5c5c;
  text-align: right;
}

.footer-logo {
  text-align: center;
}
.footer-logo p {
  margin-bottom: 10px;
}
.footer-logo img {
  width: 200px;
  margin: auto;
}

.copyright-part {
  background: #F0ECE2;
  padding: 26px;
}
.copyright-part ul {
  display: flex;
  justify-content: flex-end;
  gap: 30px;
}
.copyright-part ul li a {
  font-family: "minerva-modern", sans-serif;
  font-weight: 400;
  color: #000;
  margin-bottom: 30px;
  text-transform: capitalize;
}

.footer-main-address-part {
  margin-top: 40px;
}

.hero-slider {
  height: 100vh;
}
.hero-slider video {
  height: 100vh;
  width: 100vw !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

body a:hover {
  color: var(--secondary) !important;
}

/* .col-lg-7:has(.project-slider-sec-new) {
  display: block !important;
} */

.get-in-touch-sec .col-lg-6 .row {
  height: 100%;
}

.slider-controls i {
  font-size: 30px;
  color: #cecece;
}

.project-slider-sec-new, .slick-slider-wrapper, .slider, .slick-list, .slick-track, .slick-slide {
  height: 100%;
}
.project-slider-sec-new img, .slick-slider-wrapper img, .slider img, .slick-list img, .slick-track img, .slick-slide img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slider-controls {
  display: flex;
  align-items: center;
  gap: 20px;
}
.slider-controls button {
  background-color: transparent !important;
  border: 0px !important;
}

.form-control {
  border: 0;
  border-bottom: 1px solid #000;
  border-radius: 0;
  padding: 7px 0px;
  font-size: 16px;
  min-height: 50px;
}

/* .contact-form {
  padding: 40px 0px 60px 0px;
} */

.inner-banner {
  height: 60vh;
}
.inner-banner video {
  height: 60vh;
}

.lifestyle-sec {
  background: #C0A88A;
  text-align: center;
  padding: 60px 0px 100px 0px;
  color: #fff;
}
.lifestyle-sec p {
  max-width: 80%;
  margin: auto;
  color: #fff;
}
.lifestyle-sec h2 {
  margin-bottom: 30px;
  color: #fff;
}

.lifestyle-slider-sec {
  margin-top: -60px;
  position: relative;
}

.elevate-sec {
  text-align: center;
  padding: 0px;
}
.elevate-sec h2 {
  margin-bottom: 0px;
}
.elevate-sec p {
  max-width: 80%;
  margin: auto;
}

.owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 4px;
  background: #B5B2AC !important;
  border-radius: 0px;
  margin: 0px 4px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #8D6D4C !important;
}

.owl-dots {
  margin-top: 50px;
  position: absolute;
  width: 100%;
}

.owl-theme .owl-nav {
  margin-top: 0px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  width: 100%;
  z-index: 100;
  justify-content: space-between;
  height: -moz-fit-content;
  height: fit-content;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.9 !important;
}
.owl-theme .owl-nav button.owl-next {
  width: 100px;
  height: 100px;
  background: url(../images/arrow-right.svg) !important;
  position: relative;
  z-index: 1;
  border-radius: 50% !important;
  background-size: contain !important;
  right: 40px;
}
.owl-theme .owl-nav button.owl-next span {
  display: none;
}
.owl-theme .owl-nav button.owl-prev {
  width: 100px;
  height: 100px;
  background: url(../images/arrow-right.svg) !important;
  position: relative;
  z-index: 1;
  border-radius: 50% !important;
  background-size: contain !important;
  transform: scale(-1);
  left: 40px;
}
.owl-theme .owl-nav button.owl-prev span {
  display: none;
}

.brocher-sec {
  position: relative;
  margin-bottom: 60px;
}
.brocher-sec .row {
  align-items: center;
  gap: 80px;
}
.brocher-sec::before {
  background: #F6F5EF;
  position: absolute;
  width: 100%;
  height: 70%;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}
.brocher-sec .btn-flex {
  display: flex;
  gap: 20px;
}
.brocher-sec .btn-flex a {
  background: #AB946B !important;
  border-radius: 0px !important;
  color: #fff !important;
  padding: 10px 30px;
  font-family: "minerva-modern";
  font-size: 18px;
  text-transform: uppercase;
  border: 1px solid transparent;
}
.brocher-sec .btn-flex a:hover {
  background: #fff !important;
  color: #AB946B !important;
  border-color: #AB946B !important;
}

.theme-btn-golden {
  background: #AB946B !important;
  border-radius: 0px !important;
  color: #fff !important;
  padding: 10px 30px;
  font-family: "minerva-modern";
  font-size: 18px;
  text-transform: uppercase;
  border: 1px solid transparent;
}
.theme-btn-golden:hover {
  background: #fff !important;
  color: #AB946B !important;
  border: 1px solid #AB946B;
}

.home .contact-flex .row {
  align-items: center;
}
.home .contact-flex .row a:hover {
  color: #BCBCBC !important;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 40px;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 40px;
}

.project-slider-sec h3 {
  position: absolute;
  bottom: 60px;
  left: 40px;
  font-size: 40px;
  color: white;
  font-family: "minerva-modern";
  font-weight: 600;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3176470588);
  animation: slideText 2s ease 0s 1 normal none;
}

@keyframes slideText {
  0% {
    transform: translateX(-100px);
  }
  100% {
    transform: translateX(0px);
  }
}
.brand-story {
  padding: 60px 0px 80px 0px;
}

.swiper-button-next:after, .swiper-button-prev:after {
  color: #fff;
}

.project-architecture-sec {
  margin: 80px 0px 0px 0px;
  background: #F7F4EC;
}
.project-architecture-sec .container {
  position: relative;
  top: -80px;
}

.img-flex-sec {
  margin: 60px 0px;
}
.img-flex-sec p {
  color: #5C5C5C;
  margin: 30px 0px 40px 0px;
}

.gallery-flex figure {
  margin-bottom: 0px;
  height: 100%;
}
.gallery-flex figure img {
  height: 100%;
}

.two-img {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.two-img figure {
  height: auto;
}
.two-img figure img {
  height: 375px !important;
}

.hospital-sec {
  background: #F6F5EF;
  padding: 60px 0px;
  margin: 60px 0px;
}
.hospital-sec h2 {
  text-align: center;
}
.hospital-sec p {
  max-width: 80%;
  margin: auto;
  text-align: center;
}
.hospital-sec .row {
  max-width: 80%;
  margin: auto;
  margin-top: 50px;
  justify-content: space-between;
}
.hospital-sec ul li {
  color: #1D252D;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #D3D3D3;
  padding: 0px 0px 10px 0px;
}
.hospital-sec ul li:nth-last-of-type(1) {
  margin-bottom: 0px;
}

.map-sec {
  margin-bottom: 60px;
}
.map-sec iframe {
  width: 100%;
  height: 500px;
}

.social-flex ul {
  display: flex;
  gap: 8px;
}
.social-flex ul li a {
  background: #A08C6A;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.social-flex ul li a:hover {
  background: var(--black);
  color: var(--white);
}

.contact-flex {
  padding: 50px 0px;
}
.contact-flex h2 {
  margin: 0px 0px 20px 0px;
  line-height: 1;
}
.contact-flex .contact-flex-card {
  margin-bottom: 20px;
}
.contact-flex .contact-flex-card a, .contact-flex .contact-flex-card p {
  color: #8C9291 !important;
}
.contact-flex .contact-flex-card a:hover, .contact-flex .contact-flex-card p:hover {
  color: #000 !important;
}
.contact-flex .contact-flex-card .location-flex {
  display: flex;
  gap: 20px;
}
.contact-flex .contact-flex-card h3 {
  color: var(--primary-new);
  margin: 0px 0px 1rem 0px;
  line-height: 1;
  font-size: 30px;
  font-family: "minerva-modern";
  font-weight: 400;
}

.experience-map-sec {
  position: relative;
  margin: 0px;
  padding-bottom: 100px;
}
.experience-map-sec::after {
  background: #F6F5EF;
  width: 100%;
  height: 70%;
  content: "";
  position: absolute;
  bottom: 0px;
  z-index: -1;
}

.inner-banner-new {
  height: auto;
}
.inner-banner-new img {
  width: 100%;
}

.bedroom-sec {
  padding: 60px 0px;
}
.bedroom-sec h3 {
  font-size: 32px;
  margin-bottom: 24px;
}
.bedroom-sec ul {
  margin-top: 60px;
}
.bedroom-sec ul li {
  width: 35%;
  float: left;
  margin-bottom: 1rem;
}
.bedroom-sec ul li a {
  color: #AB946B !important;
}

.residence-slider-sec {
  padding-left: 110px;
}

.residence-card-new {
  position: relative;
  width: 100%;
}
.residence-card-new img {
  width: 100%;
}
.residence-card-new .text-part {
  position: absolute;
  right: 0px;
  bottom: 0px;
  padding-left: 20px;
  text-align: left;
}
.residence-card-new .text-part h3 {
  font-size: 30px;
  color: #fff;
  font-family: "minerva-modern";
  font-weight: 600;
}
.residence-card-new .text-part h4 {
  font-size: 15px;
  color: #fff;
  font-style: italic;
}
.residence-card-new .text-part .content {
  position: relative;
  text-align: left;
  padding: 1rem;
}
.residence-card-new .text-part .content p {
  position: relative;
  z-index: 2;
  color: #1D252D;
  font-size: 14px;
}
.residence-card-new .text-part .content::before {
  background: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  bottom: 0px;
  right: 0px;
  opacity: 0.3;
}

.swiper-button-flex {
  position: absolute;
  top: 0%;
  bottom: 0%;
  margin: auto;
  width: 100%;
  display: flex;
  align-items: center;
  left: 0;
}
.swiper-button-flex .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.swiper-button-flex .swiper-button-next, .swiper-button-flex .swiper-button-prev {
  position: static;
}

.discover-sec {
  padding: 60px 0px;
  text-align: center;
}
.discover-sec h2 {
  margin-bottom: 20px;
}
.discover-sec p {
  color: #5C5C5C;
  max-width: 80%;
  margin: 0px auto 40px auto;
}

.swiper-pagination-bullet {
  width: 30px;
  height: 4px;
  display: inline-block;
  border-radius: 0px;
  background: #fff;
  opacity: 0.4;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 24px !important;
}

.residence-slider-sec-main {
  margin-bottom: 80px;
}

.discover-sec-new {
  text-align: center;
}
.discover-sec-new p {
  max-width: 80%;
  margin: auto;
}

.zig-zag-flex-sec {
  overflow-x: hidden;
}
.zig-zag-flex-sec .text-part h2 {
  color: #333333;
}
.zig-zag-flex-sec .text-part h3 {
  font-family: "minerva-modern";
  padding: 0px;
  position: relative;
  font-weight: 300;
  font-size: 21px;
  color: #1D252D;
  letter-spacing: -1px;
  font-style: italic;
}
.zig-zag-flex-sec .text-part p {
  color: #5C5C5C;
}
.zig-zag-flex-sec .text-part ul {
  padding-left: 60px;
}
.zig-zag-flex-sec .text-part ul li {
  color: #5C5C5C;
  margin-bottom: 1rem;
  list-style: disc;
}
.zig-zag-flex-sec .zig-zag-flex .container {
  padding-top: 60px;
  padding-bottom: 60px;
  max-width: 1100px;
  width: 1100px;
}
.zig-zag-flex-sec .zig-zag-flex .container .row {
  justify-content: space-between;
  align-items: center;
}
.zig-zag-flex-sec .zig-zag-flex:nth-child(odd) .container {
  background: #F7F4EC;
  position: relative;
}
.zig-zag-flex-sec .zig-zag-flex:nth-child(odd) .container .row {
  flex-direction: row-reverse;
}
.zig-zag-flex-sec .zig-zag-flex:nth-child(odd) .container .row .col-lg-5 {
  position: relative;
  right: -60px;
}
.zig-zag-flex-sec .zig-zag-flex:nth-child(odd) .container::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  right: 0;
  background: #F7F4EC;
  left: -50%;
  z-index: -1;
  top: 0px;
}

.discover-sec-main {
  background: #C0A88A;
  padding: 80px 0px;
  text-align: center;
}
.discover-sec-main h2 {
  color: var(--white);
}
.discover-sec-main p {
  color: var(--white);
  max-width: 80%;
  margin: 30px auto;
}

.theme-btn-white {
  background: #fff;
  border-radius: 0px !important;
  color: var(--black) !important;
  padding: 10px 30px;
  font-family: "minerva-modern";
  font-size: 18px;
  text-transform: uppercase;
  border: 1px solid transparent;
}
.theme-btn-white:hover {
  background: var(--black) !important;
  color: var(--white) !important;
}

.services-sec {
  padding: 60px 0px;
}
.services-sec h2 {
  color: #C0A88A;
  font-family: "minerva-modern";
  padding: 0px;
  position: relative;
  font-weight: 400;
  font-size: 36px;
  text-align: center;
}
.services-sec h3 {
  color: #C0A88A;
  font-family: "minerva-modern";
  padding: 0px;
  position: relative;
  font-weight: 400;
  font-size: 36px;
  margin: 10px 0px 20px 0px;
}
.services-sec ul {
  padding-left: 20px;
}
.services-sec ul li {
  color: #5C5C5C;
  margin-bottom: 4px;
  list-style: disc;
}
.services-sec p {
  max-width: 80%;
  margin: auto;
  text-align: center;
}
.services-sec .row {
  margin-top: 80px;
  position: relative;
}
.services-sec .row:before {
  width: 300%;
  height: 30%;
  background: #C0A88A;
  position: absolute;
  content: "";
  left: -150%;
  right: 0;
  margin: auto;
  z-index: -1;
  top: 10%;
}

.experience-sec-new {
  background: #CFC1A9;
  padding: 80px 0px 120px 0px;
  text-align: center;
}
.experience-sec-new h2 {
  color: var(--white);
}

.experience-slider-sec {
  margin-top: -80px;
  margin-bottom: 80px;
}

.accordion-button {
  justify-content: center;
  gap: 10px;
}

.accordian-head-text {
  flex: 1;
  text-align: center;
}

.accordian-line {
  width: 1%;
  height: 25px;
  border-right: 1px solid #fff;
  align-self: center;
}

.accordian-line-body {
  width: 1%;
  height: 25px;
  border-right: 1px solid #ab946b;
  align-self: center;
}

button.accordion-button.collapsed .accordian-line {
  border-right: 1px solid #5c5c5c;
}


/*# sourceMappingURL=main.css.map */