:root {
  --green: #173d36;
  --green-2: #23584e;
  --lime: #c9d9a5;
  --cream: #f5f1e8;
  --sand: #e8dfcf;
  --ink: #17211f;
  --muted: #6c7673;
  --white: #fff;
  --font-display: "Marcellus", serif;
  --font-body: "DM Sans", sans-serif;
  --shadow: 0 28px 70px rgba(13, 38, 34, 0.14);
  --transition: all 0.45s cubic-bezier(0.2, 0.75, 0.25, 1);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}




body {
  font-family: var(--font-body);
  color: var(--ink);
  background: #fff;
  overflow-x: hidden;
}
body.menu-open {
  overflow: hidden;
}
main { overflow: hidden; }
a {
  text-decoration: none;
  color: inherit;
}
img {
  max-width: 100%;
  display: block;
}
button,
input,
select {
  font: inherit;
}
.container-wide {
  max-width: 1440px;
  padding-left: 4.2vw;
  padding-right: 4.2vw;
}
.section-space {
  padding: 120px 0;
}
.bg-deep {
  background: linear-gradient(#b8825d, #966950);
}
.bg-soft {
  background: var(--cream);
}
.page-loader {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  background: var(--green);
  z-index: 9999;
  transition: opacity 2.55s ease, visibility 2s ease;
  animation: spin 8s linear infinite; 
  width: 100%;
}
.page-loader.hidden {
  opacity: 0;
  visibility: hidden;
}
.loader-mark {
  font: 64px var(--font-display);
  color: #fff;
  width: 100%;
  animation: fadeOutLoader 2.5s ease-in-out 3s forwards;
}
.loader-mark img { width: 100%; animation: fadeOutLoader 2.5s ease-in-out 3s forwards;
}
}}
.loader-mark span {
  font-size: 0.55em;
  color: #966950;
}
@keyframes pulse {
  to {
    opacity: 0.5;
    transform: scale(0.96);
  }
}
.site-header {
  padding: 13px 0;
  transition: var(--transition);
  z-index: 1050;
}
.site-header.scrolled {
  padding: 5px 0;
  background: rgba(245, 241, 232, 0.96);
  backdrop-filter: blur(15px);
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
}
.navbar-brand {
  position: relative;
  color: #fff;
  font-family: var(--font-display);
  font-size: 34px;
  line-height: 0.8;
  letter-spacing: -2px;
}
.navbar-brand small {
  display: block;
  font: 600 7px var(--font-body);
  letter-spacing: 3px;
  margin: 6px 0 0 4px;
}
.brand-36 {
  color: #966950;
  font-size: 0.65em;
}
.site-header.scrolled .navbar-brand {
  color: var(--green);
}
.navbar-nav {
  gap: 4px;
}
.nav-link {
  position: relative;
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  font-weight: 600;
  padding: 12px 14px !important;
}


.dropdown-item {
	
	color: ;
  font-size: 13px;
  font-weight: 600;
}

.nav-link2 {
  position: relative;
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  font-weight: 600;
  padding: 12px 14px !important;
}


.nav-link:after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 6px;
  height: 1px;
  background: #966950;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s;
}
.nav-link:hover,
.nav-link.active {
  color: #fff; font-size: 15px; padding: 12px 9px !important;  transition: all 0.1s ease; }
 .nav-link2:hover,
.nav-link2.active {
  color: #fff; font-size: 15px; padding: 12px 9px !important;  transition: all 0.1s ease; }
  
  
.nav-link2:hover:after,
.nav-link2.active:after {
  transform: scaleX(1);
}

  
.nav-link:hover:after,
.nav-link.active:after {
  transform: scaleX(1);
}
.site-header.scrolled .nav-link {
  color: var(--ink);
}
.site-header.scrolled .nav-link2 {
  color: var(--ink);
}

.site-header.scrolled .nav-link:hover,
.site-header.scrolled .nav-link.active {
  color: var(--green);
}
.header-cta {
  display: inline-flex;
  gap: 16px;
  align-items: center;
  color: #15221f;
  background: #b8825d;
  padding: 13px 20px;
  font-size: 13px;
  font-weight: 700;
}
.header-cta-fixed { position: fixed; top: 20%; right: 0px; z-index: 9999; border-radius:  50px 0 0 50px;}
.header-cta-fixed:hover {background: #966950; color: #fff; }
.header-cta i {
  transition: transform 0.3s;
}
.header-cta:hover i {
  transform: translate(3px, -3px);
}
.navbar-toggler {
  width: 45px;
  height: 45px;
  background: #b8825d;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  padding: 10px;
}
.navbar-toggler span {
  display: block;
  height: 2px;
  background: var(--green);
  transition: 0.3s;
}
.navbar-toggler[aria-expanded="true"] span:first-child {
  transform: translateY(7px) rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}
.navbar-toggler[aria-expanded="true"] span:last-child {
  transform: translateY(-7px) rotate(-45deg);
}

.site-header .navbar-brand img{ filter: brightness(1000%); }
.site-header.scrolled .navbar-brand img{ width: 80px; filter: brightness(100%); }


.hero-section,
.heroSwiper,
.hero-slide {
  height: 100svh;
  min-height: 720px;
}
.hero-slide {
  position: relative;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: -5%;
  background-size: cover;
  background-position: center;
  transform: scale(1.08);
  transition: transform 8s ease;
}
.swiper-slide-active .hero-bg {
  transform: scale(1);
}
.hero-overlay {
  position: absolute;
  inset: 0;
  /*background: linear-gradient(
      90deg,
      rgba(10, 29, 26, 0.84) 0%,
      rgba(10, 29, 26, 0.45) 52%,
      rgba(10, 29, 26, 0.13) 100%
    ),
    linear-gradient(0deg, rgba(0, 0, 0, 0.3), transparent 35%);*/
}
.hero-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  color: #fff;
  padding-top: 85px;
}
.hero-kicker,
.section-label {
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: 700;
  font-size: 11px;
  color: #b8825d;
  margin-bottom: 22px;
}
.hero-kicker {
  color: #fff;
  padding-left: 48px;
  position: relative;
}
.hero-kicker:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 34px;
  height: 1px;
  background: currentColor;
}
.hero-content h1,
.hero-content h2 {
  font: clamp(52px, 7vw, 80px) / 0.98 var(--font-display);
  letter-spacing: -3px;
  max-width: 1050px;
  margin: 0;
  text-align-last: end	;
}
.hero-content em,
.section-title em {
  font-style: italic;
  color: #fff;
  text-shadow: 1px 1px 2px #fff;
  
}
.hero-content p {
  max-width: 620px;
  font-size: 18px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.78);
  margin: 28px 0 36px;
  text-align: right;
}
.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.btn-brand {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  
  padding: 17px 20px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: var(--transition);
  border: 1px solid transparent;
}
.btn-brand i {
  font-size: 16px;
  transition: transform 0.3s;
}
.btn-brand:hover i {
  transform: translate(3px, -3px);
}
.btn-brand-light {
  background: #b8825d;
  color: #fff;
}
.btn-brand-light:hover {
  background: #966950;
  color: var(--green);
}
.btn-brand-outline {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}
.btn-brand-outline:hover {
  background: #fff;
  color: var(--green);
}
.btn-brand-dark {
  background: #b8825d;
  color: #000;
}
.btn-brand-dark:hover {
  background: #966950;
  color: #fff;
}
.hero-controls {
  position: absolute;
  right: 4.2vw;
  bottom: 52px;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 16px;
}
.hero-prev,
.hero-next,
.slider-arrows button {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: transparent;
  color: #fff;
  transition: 0.3s;
}
.hero-prev:hover,
.hero-next:hover {
  background: #966950;
  color: var(--green);
  border-color: #966950;
}
.hero-pagination {
  color: #fff;
  font-size: 12px;
  letter-spacing: 2px;
  width: auto !important;
}
.scroll-cue {
  position: absolute;
  z-index: 4;
  left: 4.2vw;
  bottom: 50px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: flex;
  gap: 15px;
  align-items: center;
}
.scroll-cue i {
  animation: bounce 1.6s infinite;
}
@keyframes bounce {
  50% {
    transform: translateY(7px);
  }
}
.section-title {
  font: clamp(42px, 5vw, 62px) / 1.08 var(--font-display);
  letter-spacing: -2px;
  margin: 0 0 28px;
  color: #333;	
}
.section-title em {
  color: #000;
}
.lead-copy {
  font-size: 17px;
  line-height: 1.85;
  color: var(--muted);
  max-width: 680px;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 1px solid var(--green);
  padding-bottom: 7px;
  margin-top: 18px;
}
.text-link i {
  transition: 0.3s;
}
.text-link:hover i {
  transform: translateX(5px);
}
.image-composition {
  position: relative;
  min-height: 640px;
}
.image-frame {
  overflow: hidden;
}
.image-frame img,
.hover-zoom img {
  width: 100%;
  height: 100%;
  
  transition: transform 0.8s cubic-bezier(0.2, 0.75, 0.25, 1);
}
.hover-zoom:hover img {
  transform: scale(1.06);
}
.image-main {
  width: 77%;
  
}
.image-float {
  position: absolute;
  width: 42%;
  
  right: 0;
  bottom: 0;
  border: 12px solid #fff;
  box-shadow: var(--shadow);
}
.since-badge {
  position: absolute;
  top: 60px;
  right: 3%;
  width: 145px;
  height: 145px;
  border-radius: 50%;
  background: #966950;
  display: grid;
  place-items: center;
  text-align: center;
  transform: rotate(8deg);
}
.since-badge strong {
  font: 50px/1 var(--font-display);
  margin-bottom: -23px;
}
.since-badge span {
  font-size: 9px;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: -50px;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 100px;
  border-top: 1px solid #d9dedb;
  border-bottom: 1px solid #d9dedb;
}
.stat-card {
  padding: 36px 30px;
  border-right: 1px solid #d9dedb;
}
.stat-card:last-child {
  border: 0;
}
.stat-card strong {
  display: block;
  font: 34px var(--font-display);
  color: var(--green);
  margin-bottom: 7px;
}
.stat-card > span {
  display: block;
  font-size: 12px;
  line-height: 1.55;
  color: var(--muted);
}
.data-note {
  font-size: 10px;
  color: #8a9390;
  margin: 12px 0 0;
}
.why-section {
  position: relative;
  padding-bottom: 0;
}
.video-card {
  position: relative;
  height: 610px;
  overflow: hidden;
}
.play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 92px;
  height: 92px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(8px);
  color: #fff;
  font-size: 35px;
  display: grid;
  place-items: center;
  transition: 0.4s;
}
.play-button:before {
  content: "";
  position: absolute;
  inset: -15px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  animation: ripple 2s infinite;
}
@keyframes ripple {
  to {
    inset: -35px;
    opacity: 0;
  }
}
.play-button:hover {
  background: #966950;
  color: var(--green);
  transform: translate(-50%, -50%) scale(1.08);
}
.video-caption {
  position: absolute;
  left: 30px;
  bottom: 25px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 10px;
}
.label-light {
  color: #000;
}
.feature-mini-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.mini-card {
  min-height: 120px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 20px;
  color: #fff;
  transition: 0.35s;
}
.mini-card i {
  font-size: 28px;
  color: #fff;
}
.mini-card span {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
}
.mini-card:hover {
  background: #fff;
  color: var(--green);
  transform: translateY(-4px);
}
.mini-card:hover i {
  color: var(--green);
}
.highlight-strip {
  overflow: hidden;
  background: #6b4733;
  margin-top: 100px;
}
.ticker-track {
  display: flex;
  width: max-content;
  animation: ticker 26s linear infinite;
}
.ticker-track span {
  padding: 23px 45px;
  font: 14px var(--font-display);
  white-space: nowrap;
  color: #fff;
}
.ticker-track i {
  margin-right: 10px;
}
@keyframes ticker {
  to {
    transform: translateX(-50%);
  }
}
.big-copy {
  font: clamp(25px, 3vw, 40px) / 1.45 var(--font-display);
  color: #4d5855;
}
.generation-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 75px;
}
.generation-card {
  position: relative;
  padding: 50px 42px 70px;
  border: 1px solid #dfe3df;
  border-right: 0;
  min-height: 330px;
  transition: 0.4s;
  overflow: hidden;
}
.generation-card:last-child {
  border-right: 1px solid #dfe3df;
}
.generation-card:before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 0;
  background: linear-gradient(#b8825d, #966950);
  transition: 0.45s;
  z-index: -1;
}
.generation-card:hover:before {
  height: 100%;
}
.generation-section { border-bottom: 1px solid #966950; }
.generation-card:hover {
  color: #fff;
  transform: translateY(-8px);
  box-shadow: var(--shadow);
}
.card-icon {
  font-size: 34px;
  color: #966950;
  margin-bottom: 50px;
}
.generation-card:hover .card-icon {
  color: #fff;
}
.generation-card strong {
  display: block;
  font: 30px var(--font-display);
  margin-bottom: 12px;
}
.generation-card p {
  color: var(--muted);
  font-size: 13px;
}
.generation-card:hover p {
  color: rgba(255, 255, 255, 0.65);
}
.generation-card > span {
  position: absolute;
  right: 28px;
  bottom: 22px;
  font: 40px var(--font-display);
  color: #e3e7e4;
}
.generation-card:hover > span {
  color: rgba(255, 255, 255, 0.1);
}
.stickyCntr { z-index: -9; }
.amenities-section, .developer-section, .floor-section { background: #fff !important; }
.location-section {
  background: #eef1ec;
}
.location-list {
  list-style: none;
  padding: 0;
  margin: 35px 0 0;
}
.location-list li {
  display: flex;
  gap: 15px;
  align-items: center;
  border-bottom: 1px solid #d5dcd6;
  padding: 16px 0;
  font-size: 14px;
}
.location-list i {
  color: #966950;
  font-size: 18px;
}
.map-visual {
  height: 610px;
  position: relative;
  overflow: hidden;
  background: #dce5dc;
  box-shadow: var(--shadow);
}
.map-grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(23, 61, 54, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 61, 54, 0.08) 1px, transparent 1px);
  background-size: 55px 55px;
  transform: rotate(-8deg) scale(1.2);
}
.map-route {
  position: absolute;
  border: 4px dashed rgba(23, 61, 54, 0.45);
  border-radius: 50%;
  animation: routePulse 3s infinite;
}
.route-one {
  width: 650px;
  height: 170px;
  left: -100px;
  top: 190px;
  transform: rotate(-25deg);
}
.route-two {
  width: 450px;
  height: 100px;
  right: -100px;
  bottom: 100px;
  transform: rotate(30deg);
}
@keyframes routePulse {
  50% {
    border-color: var(--green);
  }
}
.map-pin {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  background: #fff;
  box-shadow: 0 10px 30px rgba(23, 61, 54, 0.2);
  display: grid;
  place-items: center;
}
.map-pin i,
.map-pin span {
  transform: rotate(45deg);
}
.pin-main {
  width: 84px;
  height: 84px;
  left: 48%;
  top: 42%;
  background: var(--green);
  color: #fff;
  animation: pinFloat 2s infinite;
}
.pin-main span {
  font: 18px var(--font-display);
}
.pin-one {
  left: 20%;
  top: 24%;
}
.pin-two {
  right: 16%;
  top: 22%;
}
.pin-three {
  right: 22%;
  bottom: 18%;
}



@keyframes pinFloat {
  50% {
    margin-top: -12px;
  }
}
.map-info {
  position: absolute;
  left: 30px;
  bottom: 30px;
  background: #fff;
  padding: 18px 22px;
  box-shadow: var(--shadow);
}
.map-info span,
.map-info small {
  display: block;
}
.map-info span {
  font-weight: 700;
}
.map-info small {
  color: var(--muted);
  margin-top: 3px;
}
.section-heading.centered {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 60px;
}
.section-heading.centered p {
  color: var(--muted);
}
.amenity-tabs {
  display: flex;
  justify-content: center;
  gap: 7px;
  flex-wrap: wrap;
  margin-bottom: 38px;
}
.amenity-tabs button {
  border: 1px solid #d5dbd7;
  background: #fff;
  padding: 12px 22px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: 0.3s;
}
.amenity-tabs button.active,
.amenity-tabs button:hover {
  background: #b8825d;
  color: #fff;
  border-color: #966950;
}
.amenities-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.amenity-card {
  position: relative;
  
  overflow: hidden;
  transition: 0.45s;
}
.amenity-card.hidden-card {
  display: none;
}
.amenity-card img {
  width: 100%;
  height: 100%;
  filter: brightness(1.2);
  transition: transform 0.8s;
}
.amenity-card:hover img {
  transform: scale(1.08);

}
.amenity-card:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(8, 26, 23, 0.9), transparent 30%);
  transition: 0.4s;
}
.amenity-overlay {
  position: absolute;
  z-index: 2;
  left: 25px;
  right: 25px;
  bottom: 22px;
  color: #fff;
  transform: translateY(45px);
  transition: 0.45s;
}
.amenity-overlay span {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 9px;
  color: #fff;
}
.amenity-overlay h3 {
  font: 25px var(--font-display);
  margin: 7px 0;
}
.amenity-overlay p {
  font-size: 12px;
  line-height: 1.6;
  opacity: 0;
  transition: 0.4s;
}
.amenity-overlay i {
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: grid;
  place-items: center;
}
.amenity-card:hover .amenity-overlay {
  transform: none;
}
.amenity-card:hover .amenity-overlay p {
  opacity: 0.75;
}
.swiper-slide.floor-card.swiper_cont  { width: 100% !important; }
.slider-arrows {
  display: flex;
  gap: 8px;
}
.slider-arrows button {
  border-color: #aab5b0;
  color: #966950;
}
.slider-arrows button:hover {
  background: #966950;
  color: #fff;
}
.floorSwiper {
  overflow: visible;
}
.floor-card {
  height: auto;
  background: #fff;
  padding: 15px 15px 28px;
  box-shadow: 0 15px 50px rgba(23, 61, 54, 0.08);
}
.floor-image {
  height: auto;
  position: relative;
  overflow: hidden;
}
.floor-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.7s;
  filter: blur(4px);
}
.floor-image2 img {filter: blur(0px);}
.floor-card:hover .floor-image img {
  transform: scale(1.05);
}
#carouselExampleControls .carousel_btn { opacity: 0.8; }
.floor-image span {
  position: absolute;
  right: 12px;
  top: 12px;
  background: #b8825d;
  color: #fff;
  padding: 8px 11px;
  font-size: 9px;
  letter-spacing: 2px;
}
.floor-content {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-top: 20px;
  border-bottom: 0px solid #e1e5e2;
}
.floor-content small {
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 9px;
}
.floor-content h3 {
  font: 30px var(--font-display);
  margin: 4px 0 0;
}
.floor-content strong {
  font-size: 12px;
}
.floor-card ul {
  padding: 16px 10px 8px;
  list-style: none;
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
}
.floor-card li {
  font-size: 10px;
  background: var(--cream);
  padding: 7px 10px;
}
.floor-card .btn-brand {
  margin: 0 10px;
  display: block; border-radius: 100%;
}
.testimonial-section {
  overflow: hidden;
}
.testimonialSwiper {
  overflow: visible;
}
.testimonial-card {
  height: auto;
  background: var(--cream);
  padding: 25px;
}
.testimonial-card > i {
  font-size: 55px;
  color: #b8825d;
  opacity: 0.35;
}
.testimonial-card > p {
  font: 24px/1.55 var(--font-display);
  margin: 22px 0 40px;
}
.testimonial-author {
  display: flex;
  align-items: center;
  gap: 15px;
}
.testimonial-author > span {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #b8825d;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 12px;
}
.testimonial-author strong,
.testimonial-author small {
  display: block;
}
.testimonial-author small {
  color: var(--muted);
  font-size: 11px;
  margin-top: 3px;
}
.gallery-section {
  background: linear-gradient(#b8825d, #966950);
  padding-bottom: 0;
  
}
.gallery-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  grid-template-rows: 330px 330px;
  gap: 2px;
}
.gallery-item {
  position: relative;
  overflow: hidden;
}
.gallery-item.tall {
  grid-row: span 2;
}
.gallery-item.wide {
  grid-column: span 2;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s, filter 0.6s;
}
.gallery-item:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(8, 29, 25, 0.85), transparent 65%);
  transition: 0.4s;
}
.gallery-item > div {
  position: absolute;
  z-index: 2;
  left: 28px;
  right: 28px;
  bottom: 25px;
  color: #fff;
  transform: translateY(40px);
  transition: 0.45s;
}
.gallery-item span {
  font-size: 9px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.gallery-item h3 {
  font: 25px var(--font-display);
  margin: 7px 0;
}
.gallery-item i {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 45px;
  height: 45px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  display: grid;
  place-items: center;
  opacity: 0;
  transition: 0.4s;
}
.gallery-item:hover img {
  transform: scale(1.07);
  filter: saturate(0.7);
}
.gallery-item:hover > div {
  transform: none;
}
.gallery-item:hover i {
  opacity: 1;
}
.developer-image {
  
  position: relative;
  overflow: hidden;
}
.developer-mark {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #966950;
  padding: 32px 40px;
  font: 52px var(--font-display);
}
.developer-mark span {
  font: 700 9px var(--font-body);
  letter-spacing: 4px;
  margin-left: 8px;
}
.trust-list {
  margin: 35px 0;
}
.trust-list > div {
  display: flex;
  gap: 10px;
  border-top: 1px solid #dde2df;
  padding: 20px 0;
}
.trust-list span {
  font: 18px var(--font-display);
  color: #966950;
}
.trust-list p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}
.journal-card {
  background: #fff;
  padding: 14px 14px 28px;
  height: 100%;
  transition: 0.4s;
}
.journal-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow);
}
.journal-img {
  
  overflow: hidden;
  margin-bottom: 22px;
}
.journal-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.7s;
}
.journal-card:hover img {
  transform: scale(1.06);
}
.journal-card small {
  font-size: 9px;
  color: #966950;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.journal-card h3 {
  font: 25px/1.3 var(--font-display);
  margin: 13px 0 25px;
}
.journal-card a {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.journal-card a i {
  margin-left: 10px;
}
.contact-section {
  background: linear-gradient(rgba(184, 130, 93, 0.50), rgba(150, 105, 80, 0.70)),
    url("https://images.unsplash.com/photo-1600607687920-4e2a09cf159d?auto=format&fit=crop&w=1800&q=70")
      center/cover fixed;
  padding: 110px 0;
}
.contact-panel {
  background: rgba(255, 255, 255, 0.82);
  padding: 70px;
  color: #fff;
}
.contact-panel p {
  color: #333;
}
.contact-meta {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 35px;
}
.contact-meta a {
  font-size: 13px;
  color: #333;
}
.contact-meta i {
  color: #966950;
  margin-right: 8px;
}
.enquiry-form {
  background: #fff;
  color: var(--ink);
  padding: 35px;
}
.enquiry-form label {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  margin-bottom: 7px;
}
.enquiry-form input,
.enquiry-form select {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #ccd3ce;
  padding: 11px 0;
  outline: 0;
  background: transparent;
  font-size: 13px;
}
.enquiry-form input:focus,
.enquiry-form select:focus {
  border-color: var(--green);
}
.form-message {
  font-size: 12px;
  color: var(--green);
  margin-top: 12px;
  text-align: center;
}
.site-footer {
  background: linear-gradient(#b8825d, #966950);
  color: #fff;
  padding: 85px 0 25px;
}
.footer-brand {
  font: 52px var(--font-display);
  display: inline-block;
  margin-bottom: 20px;
}
.footer-brand span {
  color: #966950;
}
.footer-brand small {
  display: block;
  font: 600 8px var(--font-body);
  letter-spacing: 4px;
}
.site-footer p {
  color: #fff;
  font-size: 13px;
  line-height: 1.7;
  max-width: 360px;
}
.site-footer h4 {
  font: 17px var(--font-display);
  margin-bottom: 22px;
  color: #fff;
}
.site-footer .col-6 a {
  display: block;
  color: #fff;
  font-size: 12px;
  margin: 11px 0;
}
.site-footer a:hover {
  color: #333;
}
.newsletter-form {
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.newsletter-form input {
  flex: 1;
  background: transparent;
  border: 0;
  color: #fff;
  padding: 12px 0;
  outline: 0;
}
.newsletter-form input::placeholder { color: rgba(255,255,255,0.5); }
.newsletter-form button {
  width: 45px;
  background: transparent;
  border: 0;
  color: #966950;
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 60px;
  padding-top: 25px;
  display: flex;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.4);
  font-size: 12	px;
}
.whatsapp-float,
.back-to-top {
  position: fixed;
  z-index: 900;
  border: 0;
  display: grid;
  place-items: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}
.whatsapp-float {
  right: 24px;
  bottom: 24px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #b8825d;
  color: #fff;
  font-size: 25px;
}
.back-to-top {
  right: 31px;
  bottom: 94px;
  width: 44px;
  height: 44px;
  background: #966950;
  color: var(--green);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.back-to-top.visible {
  opacity: 1;
  visibility: visible;
}
.modal-close {
  position: absolute;
  right: 18px;
  top: 18px;
  z-index: 3;
}
.video-placeholder {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  background: #111;
}
.video-placeholder i {
  font-size: 50px;
  color: #966950;
}
.video-placeholder h3 {
  font: 32px var(--font-display);
  margin: 15px 0 5px;
}
.video-placeholder p {
  color: #aaa;
}

.carousel_btn { top: 40%; }
.carousel_btn.carousel-control-prev span { left: 12px; right: auto; }
.swiper-slide { margin: 0 auto !important;  }

/*### BLOG PAGE ###*/

.container-wide {
 
 margin: auto;
 
}
.author-hero {
 padding: 175px 0 70px;
 background: linear-gradient(135deg, #b8825d, #966950);
 position: relative;
 overflow: hidden;
}
.author-hero:before {
 content: "";
 position: absolute;
 right: -140px;
 top: -190px;
 width: 520px;
 height: 520px;
 border-radius: 50%;
 background: rgba(000, 000, 000, 0.05);
}
.author-hero:after {
 content: "J36";
 position: absolute;
 right: 4vw;
 bottom: -45px;
 font: 170px/1 var(--display);
 color: rgba(23, 61, 54, 0.045);
}
.author-card {
 position: relative;
 z-index: 1;
 display: grid;
 grid-template-columns: 170px 1fr auto;
 gap: 34px;
 align-items: center;
 background: #fff;
 padding: 32px;
 box-shadow: var(--shadow);
}
.author-img {
 width: 170px;
 height: 170px;
 border-radius: 50%;
 overflow: hidden;
 border: 8px solid var(--cream);
}
.author-img img {
 width: 100%;
 height: 100%;
 object-fit: cover;
}
.author-copy span,
.eyebrow {
 color: #b8825d;
 font-size: 10px;
 text-transform: uppercase;
 letter-spacing: 2.5px;
 font-weight: 800;
}
.author-copy h1 {
 font: clamp(40px, 5vw, 72px) / 1 var(--display);
 letter-spacing: -1.5px;
 margin: 10px 0 12px;
}
.author-copy p {
 max-width: 720px;
 color: var(--muted);
 line-height: 1.75;
 margin: 0;
}
.author-social {
 display: flex;
 gap: 10px;
}
.author-social a {
 width: 42px;
 height: 42px;
 border: 1px solid #b8825d;
 display: grid;
 place-items: center;
 color: #b8825d;
 transition: 0.3s;
}
.author-social a:hover {
 background: #b8825d;
 color: #fff;
}
.category-pills {
 padding: 28px 0;
 border-bottom: 1px solid #b8825d;
 background: #fff;
 position: sticky;
 top: 82px;
 z-index: 50;
}
.category-pills .container-wide {
 display: flex;
 justify-content: center;
 gap: 10px;
 flex-wrap: wrap;
}
.category-pills button {
 border: 1px solid #b8825d;
 background: #fff;
 padding: 12px 24px;
 border-radius: 999px;
 font-size: 11px;
 text-transform: uppercase;
 letter-spacing: 1.4px;
 font-weight: 800;
 transition: 0.3s;
}
.category-pills button.active,
.category-pills button:hover {
 background: #b8825d;
 color: #fff;
 border-color: #b8825d;
}
.post-area {
 padding: 80px 0 110px;
}
.post-layout {
 display: grid;
 grid-template-columns: minmax(0, 1fr) 350px;
 gap: 60px;
 align-items: start;
}
.post-list {
 display: grid;
 gap: 34px;
}
.post-card {
 display: grid;
 grid-template-columns: 320px 1fr;
 background: #fff;
 border: 1px solid #eee;
 transition: 0.4s;
 overflow: hidden;
}
.post-card.hide {
 display: none;
}
.post-card:hover {
 transform: translateY(-6px);
 box-shadow: var(--shadow);
 border-color: transparent;
}
.post-img {
 position: relative;
 max-height: 245px;
 overflow: hidden;
}
.post-img img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 transition: 0.7s;
}
.post-card:hover .post-img img {
 transform: scale(1.07);
}
.post-img span {
 position: absolute;
 left: 18px;
 top: 18px;
 background: #b8825d;
 color: #fff;
 font-size: 9px;
 font-weight: 900;
 text-transform: uppercase;
 letter-spacing: 1.8px;
 padding: 9px 12px;
 border-radius: 999px;
}
.post-content {
 padding: 30px 34px;
 display: flex;
 flex-direction: column;
 justify-content: center;
}
.meta {
 display: flex;
 gap: 14px 18px;
 flex-wrap: wrap;
 align-items: center;
 margin-bottom: 14px;
 color: var(--muted);
 font-size: 11px;
}
.meta a {
 color: #b8825d;
 font-weight: 800;
}
.meta i {
 color: #b8825d;
 margin-right: 5px;
}
.post-content h2 {
 font: 32px/1.2 var(--display);
 margin: 0 0 14px;
}
.post-content h2 a:hover {
 color: #b8825d;
}
.post-content p {
 font-size: 13px;
 line-height: 1.8;
 color: var(--muted);
 margin: 0 0 18px;
}
.card-bottom {
 display: flex;
 justify-content: space-between;
 gap: 16px;
 align-items: center;
 border-top: 1px solid #eef2ef;
 padding-top: 18px;
}
.card-bottom div {
 display: flex;
 gap: 14px;
 color: #b8825d;
 font-size: 12px;
}
.card-bottom i {
 color: #b8825d;
 margin-right: 5px;
}
.read {
 font-size: 11px;
 font-weight: 900;
 text-transform: uppercase;
 letter-spacing: 1px;
 color: #b8825d;
}
.sidebar {
 position: sticky;
 top: 165px;
 display: grid;
 gap: 28px;
}
.widget {
 background: var(--cream);
 padding: 30px;
 border: 1px solid #e5e2d9;
}
.widget h3 {
 font: 25px var(--display);
 margin: 0 0 22px;
}
.search-form {
 display: flex;
 background: #fff;
 border: 1px solid #dce3df;
}
.search-form input {
 flex: 1;
 border: 0;
 outline: 0;
 padding: 14px;
 font-size: 13px;
}
.search-form button {
 width: 50px;
 border: 0;
 background: #b8825d;
 color: #fff;
}
.author-widget {
 text-align: center;
}
.author-widget > img {
 width: 120px;
 height: 120px;
 border-radius: 50%;
 object-fit: cover;
 margin: 0 auto 18px;
 border: 7px solid #fff;
}
.author-widget p {
 font-size: 13px;
 color: var(--muted);
 line-height: 1.7;
}
.category-list {
 list-style: none;
 padding: 0;
 margin: 0;
 display: grid;
 gap: 11px;
}
.category-list a {
 display: flex;
 justify-content: space-between;
 background: #fff;
 padding: 14px 16px;
 font-size: 13px;
 transition: 0.3s;
}
.category-list a:hover {
 background: #b8825d;
 color: #fff;
}
.mini-post {
 display: grid;
 grid-template-columns: 86px 1fr;
 gap: 14px;
 padding-bottom: 16px;
 margin-bottom: 16px;
 border-bottom: 1px solid #dbded6;
}
.mini-post:last-child {
 border: 0;
 margin: 0;
 padding: 0;
}
.mini-post img {
 width: 86px;
 height: 76px;
 object-fit: cover;
}
.mini-post span {
 display: block;
 color: var(--muted);
 font-size: 10px;
 margin-bottom: 5px;
}
.mini-post h4 {
 font: 16px/1.35 var(--display);
 margin: 0;
}
.tags {
 display: flex;
 flex-wrap: wrap;
 gap: 9px;
}
.tags a {
 background: #fff;
 padding: 9px 12px;
 font-size: 11px;
 text-transform: uppercase;
 letter-spacing: 0.9px;
 color: var(--muted);
 transition: 0.3s;
}
.tags a:hover {
 background: var(--green);
 color: #fff;
}
.pagination-box {
 display: flex;
 gap: 9px;
 justify-content: center;
 margin-top: 48px;
}
.pagination-box a,
.pagination-box span {
 width: 42px;
 height: 42px;
 display: grid;
 place-items: center;
 border: 1px solid #d9e0dc;
 font-size: 12px;
 font-weight: 800;
}
.pagination-box span,
.pagination-box a:hover {
 background: #b8825d;
 color: #fff;
}
.bottom-author {
 padding: 70px 0;
 background: var(--cream);
}
.bottom-author-card {
 display: grid;
 grid-template-columns: 120px 1fr auto;
 gap: 26px;
 align-items: center;
 background: #fff;
 padding: 28px;
 box-shadow: var(--shadow);
}
.bottom-author-card img {
 width: 120px;
 height: 120px;
 border-radius: 50%;
 object-fit: cover;
}
.bottom-author-card h3 {
 font: 30px var(--display);
 margin: 0 0 6px;
}
.bottom-author-card p {
 margin: 0;
 color: var(--muted);
 line-height: 1.65;
}

/*#### BLOG LIST####*/
.author-hero2 { padding:70px 0 70px; }
.article-page {
 padding: 00px 0 100px;
}
.article-page .container {
 max-width: 900px;
 padding-top: 100px;
}
.article-page h1 {
 font: clamp(42px, 6vw, 76px) / 1.1 var(--display);
 margin: 20px 0;
}
.article-page h2 { font: clamp(42px, 5vw, 40px) / 1.08 var(--font-display); } 
.article-page h3 { font: clamp(25px, 5vw, 25px) / 1.08 var(--font-display); margin-top: 40px; } 
.article-page h4 { font: clamp(20px, 5vw, 20px) / 1.08 var(--font-display); }
.article-page ul li {  font-size: 17px; line-height: 1.9; color: #222; }

.article-page img {
 margin: 35px 0;
}
.article-page p {
 font-size: 17px;
 line-height: 1.9;
 color: var(--muted);
}
.back-link {
 display: inline-flex;
 gap: 10px;
 align-items: center;
 color: var(--green);
 font-weight: 800;
 text-transform: uppercase;
 font-size: 12px;
 letter-spacing: 1px;
 margin: 30px 0;
}
.harera_text { color: #fff; text-align: right; right: 20px; position: absolute; top: 10px; font-size: 10px; z-index: 99; }
.wrapper { position: fixed; left: 10%; transform: translate(-5%, 0px);  bottom: -300px; max-width: 90%; background: rgba(0,0,0,0.7); border-radius: 8px; padding: 15px 25px; transition: all 0.3s ease; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); z-index:99; }
.wrapper.show { bottom: 50px; } 
.info {  display: flex; align-items: center; }
.info p { margin-bottom: 0px; width: 100%; font-size: 16px; font-weight: 400; color: #fff; }
.info p a { color: #4070f4; text-decoration: none; }
.info p a:hover { text-decoration: underline; }
.button_popup { width: 80px; height: max-content;  padding: 8px 0; border: none; border-radius: 4px; margin-left: 20px; background-color: #b8825d; color: #fff; cursor: pointer; transition: all 0.2s ease; }
.button_popup:hover { background-color: #966950; }
.btn-site { font-size: 14px !important; color: #fff !important; background: #b8825d; border: 1px solid #855d41; }
.enquiry-form input:focus, .enquiry-form select:focus { }
.radioBtn:focus { background: #000; color: #000 !important; }
.radioBtn { padding: 10px 15px; }

.flowerRotate { position: relative; display: block; }
.flowerRotate:before { animation: spin-clockwise 10s linear infinite; content:''; background: url('../img/mandala.png') no-repeat center center; background-size: 50px; top: -50px; left: 0%; width:50px; height: 50px; position: absolute; opacity: 1;  }
.flower4Box { }

.flower1Box:before { left: 33%; }
.flower2Box:before { left: 36%; }
.flower3Box:before { left: 33%; }
.flower4Box:before { left: 47%; }
.flower5Box:before { left: 0%; }
.flower7Box:before { left: 0%; }
.flower8Box:before { left: 0%; }

@keyframes spin-clockwise {
  from { transform: rotate(0deg); }
  to {transform: rotate(360deg);}
}
.rotate-clockwise { animation: spin-clockwise 10s linear infinite; }


@media (max-width: 1600px) {
	
	main { overflow: hidden; }
}


@media (max-width: 1199px) {
 .post-layout {
  grid-template-columns: 1fr;
 }
 .sidebar {
  position: static;
  grid-template-columns: repeat(2, 1fr);
 }
}
@media (max-width: 991px) {
 .main-header {
  top: 0;
 }
 .author-card {
  grid-template-columns: 130px 1fr;
 }
 .author-img {
  width: 130px;
  height: 130px;
 }
 .author-social {
  grid-column: 1/-1;
 }
 .post-card {
  grid-template-columns: 1fr;
 }
 .post-img {
  height: 330px;
 }
 .sidebar {
  grid-template-columns: 1fr;
 }
 .bottom-author-card {
  grid-template-columns: 90px 1fr;
 }
 .bottom-author-card img {
  width: 90px;
  height: 90px;
 }
 .bottom-author-card .header-btn {
  grid-column: 1/-1;
 }
 .flowerRotate:before {  }
}
@media (max-width: 767px) {
 .top-strip {
  display: none;
 }
 .author-hero {
  padding: 135px 0 55px;
 }
 .author-card {
  grid-template-columns: 1fr;
  text-align: center;
  padding: 25px;
 }
 .author-img {
  margin: auto;
 }
 .author-social {
  justify-content: center;
 }
 .category-pills {
  position: static;
 }
 .post-area {
  padding: 55px 0 80px;
 }
 .post-img {
  height: 250px;
 }
 .post-content {
  padding: 25px 22px;
 }
 .post-content h2 {
  font-size: 26px;
 }
 .card-bottom {
  display: block;
 }
 .card-bottom div {
  margin-top: 14px;
 }
 .bottom-author-card {
  grid-template-columns: 1fr;
  text-align: center;
 }
 .bottom-author-card img {
  margin: auto;
 }
 .copy {
  flex-direction: column;
 }
 .container-wide {
  padding-left: 22px;
  padding-right: 22px;
 }
}



@media (max-width: 1199px) {
  .site-header {
    
  }
  .site-header.scrolled {
    background: rgba(245, 241, 232, 0.97);
  }
  .navbar-collapse {
    margin-top: 12px;
    background: var(--cream);
    padding: 20px;
  }
  .nav-link {
    color: var(--ink) !important;
  }
  .nav-link2 {
    color: var(--ink) !important;
  }
  .header-cta {
    margin-top: 12px;
  }
  .amenities-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .hero-content h1, .hero-content h2 { font-size: 6vw; }
  .image-float { bottom:100px; }
  .stats-grid { margin-top: 30px; }
  .cont_btn { width: 50%; }
}
@media (max-width: 991px) {
  .section-space {
    padding: 90px 0;
  }
  .image-composition {
    min-height: 560px;
  }
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .stat-card:nth-child(2) {
    border-right: 0;
  }
  .generation-cards {
    grid-template-columns: 1fr;
  }
  .generation-card {
    border-right: 1px solid #dfe3df;
    border-bottom: 0;
	        text-align: center;
  }
  .generation-card:last-child {
    border-bottom: 1px solid #dfe3df;
  }
  .amenities-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .gallery-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 380px 300px 300px;
  }
  .gallery-item.tall {
    grid-row: span 1;
    grid-column: span 2;
  }
  .gallery-item.wide {
    grid-column: span 2;
  }
  .developer-image {
    height: 520px;
  }
  .contact-panel {
    padding: 45px;
  }
  .contact-section {
    background-attachment: scroll;
  }
  #project { padding-bottom: 0px; } 
  #floor-plans { padding-top: 0px; } 
  .image-float { bottom:-50px; }
  
  .stat-card:last-child { border: 0; }
	.stat-card  { border-bottom: 1px solid #d9dedb }
	
	.journal-card { width: 50%; margin: 0 auto; }
	.journal-img img { height: auto; }
}
@media (max-width: 767px) {
  .container-wide {
    padding-left: 22px;
    padding-right: 22px;
  }
  .section-space {
    padding: 75px 0;
  }
  .hero-section,
  .heroSwiper,
  .hero-slide {
    min-height: 720px;
  }
  .hero-content h1,
  .hero-content h2 {
    font-size: 50px;
    letter-spacing: -1px;
  }
  .hero-content p {
    font-size: 15px;
  }
  .hero-actions {
    width: 100%;
  }
  .btn-brand {
    min-width: 0;
    width: 100%;
  }
  .scroll-cue {
    display: none;
  }
  .hero-controls {
    left: 22px;
    right: auto;
    bottom: 28px;
  }
  .image-composition {
    min-height: 475px;
  }
  .image-main {
    height: 450px;
    width: 88%;
  }
  .image-float {
    height: 250px;
    width: 48%;
    border-width: 7px;
  }
  .since-badge {
    width: 105px;
    height: 105px;
    top: 35px;
  }
  .since-badge strong {
    font-size: 38px;
  }
  .stats-grid {
    margin-top: 65px;
    grid-template-columns: 1fr;
  }
  .stat-card {
    border-right: 0;
    border-bottom: 1px solid #d9dedb;
  }
  .stat-card:last-child {
    border-bottom: 0;
  }
  .video-card {
    height: 430px;
  }
  .feature-mini-grid {
    grid-template-columns: 1fr;
  }
  .generation-card {
    padding: 36px 25px 55px;
  }
  .map-visual {
    height: 440px;
  }
  .amenities-grid {
    grid-template-columns: 1fr;
  }
  .amenity-card {
    
  }
  .gallery-grid {
    display: block;
  }
  .gallery-item {
    display: block;
    height: 360px;
    margin-bottom: 2px;
  }
  .testimonial-card {
    padding: 30px;
  }
  .testimonial-card > p {
    font-size: 20px;
  }
  .contact-panel {
    padding: 35px 22px;
  }
  .enquiry-form {
    padding: 25px 18px;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 10px;
  }
  .whatsapp-float {
    right: 16px;
    bottom: 16px;
  }
  .back-to-top {
    right: 23px;
    bottom: 84px;
  }
  .dropend:hover > .dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .dropend .dropdown-toggle {
    margin-left: 0.5em;
  }
}

@media (max-width: 500px) {
	.hero-section, .heroSwiper, .hero-slide { min-height: auto; }
	.wrapper { bottom: 1000px; }
	.info { display: block; }
	.button_popup { width: 100%; margin: 20px 0 0 0; }
	.journal-card { width: 100%; }
	.hero-content { justify-content: end; bottom: 50px; align-items: center; }
	.hero-bg { background-position: -120%; }
	.hero-content h1, .hero-content h2 { font-size: 30px; text-align-last: center; }
	.harera_text { font-size: 7px; }
}
@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}



.navbar-nav .nav-link.active, .navbar-nav .nav-link.show ( color: #fff;)
.nav-link.active {
  color: #fff;
}

.navbar-nav .nav-link2.active, .navbar-nav .nav-link2.show ( color: #fff;)
.nav-link.active {
  color: #fff;
}


.navbar {--bs-navbar-active-color: #fff;}
.navbar-nav .nav-link {
  color: #fff;
}
.dropend .dropdown-toggle {
  color: salmon;
  margin-left: 1em;
}
.dropdown-item:hover {
  background-color: #b8825d;
  color: #fff;
}
.dropdown .dropdown-menu {
  display: none;
}
.dropdown:hover > .dropdown-menu,
.dropend:hover > .dropdown-menu {
  display: block;
  margin-top: 0.125em;
  margin-left: 0.125em;
  background: #edeae1;
}
