@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&family=Oswald:wght@200;300;400;500;600;700&display=swap");

:root {
  --primary-color: #330e26;
  --body-color: #181818;
  --vibrant-color: #dbffe5;
  --light: #f2f7ff;
  --facebook: #4267b2;
  --twitter: #00acee;
  --linkedin: #0e76a8;
  --youtube: #ff0000;
  --whatsapp: #25d366;
  --instagram: #c92bb7;
  --josefin: "Oswald", sans-serif;
  --golden-gradient: radial-gradient(ellipse farthest-corner at right bottom,
      #dbffe5 0%,
      #7ba587 8%,
      #425951 30%,
      #243b33 40%,
      transparent 80%),
    radial-gradient(ellipse farthest-corner at left top,
      #ffffff 0%,
      #a6fbbe 8%,
      #7ba587 25%,
      #425951 62.5%,
      #243b33 100%);
  --golden-gradient-hover: radial-gradient(ellipse farthest-corner at left top,
      #ffffff 0%,
      #a6fbbe 8%,
      #7ba587 25%,
      #425951 62.5%),
    radial-gradient(ellipse farthest-corner at right bottom,
      #dbffe5 0%,
      #7ba587 8%,
      #425951 30%,
      #243b33 40%,
      transparent 80%);
}

body {
  background-blend-mode: multiply;
  font: 400 1rem "Open Sans", sans-serif;
  overflow-x: hidden;
  min-height: 100vh;
}

svg:not([fill]) {
  fill: currentColor;
}

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

ul {
  padding-left: 0;
  margin-bottom: 0;
}

a,
a:hover {
  text-decoration: none;
  color: inherit;
}

a {
  color: var(--body-color);
  transition: all 300ms ease-in-out;
}

a.bg-primary:hover {
  background-color: var(--primary-color) !important;
}

html {
  scroll-behavior: smooth;
}

img {
  width: 100%;
  object-fit: cover;
  display: block;
}

.object-cover {
  object-fit: cover;
}

.container-fluid {
  padding-left: 3rem;
  padding-right: 3rem;
}

.filter-white {
  -ms-filter: brightness(70);
  filter: brightness(70);
}

.filter-dark {
  -ms-filter: grayscale(1) brightness(0.5);
  filter: grayscale(1) brightness(0.5);
}

/*header*/
.header {
  width: 100%;
  background-color: #330e26;
  padding: 5px 0;
  z-index: 997;
  transition: all 300ms ease-in-out;
  border-bottom: 1px solid #661d50;
}
.container-lg
{
  max-width: 90% !important;
}
.header.fixed {
  position: fixed;
  box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
  z-index: 9999;
}

.header .d-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 1px;
  transition: all 300ms ease-in-out;
}

.logo img {
  height: 90px;
}
.estates-logo {
  font-size: 2rem;
  font-weight: 800;
  color: var(--body-color);
}

.estates-logo span {
  font-size: .45em;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.navi {
  display: flex;
  gap: 30px;
}

.navi ul {
  gap: 0 10px;
}

.navi li a {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  padding: 8px;
  font-weight: 600;
  position: relative;
  transition: all 300ms ease-in-out;
}

.navi li a.active,
.navi li:hover>a {
  color: #acb1b7;
}

.header.fixed .navi li a {
  font-size: 12px;
}

.navi li a i {
  font-size: 11px;
  color: var(--primary-color);
}

.menuBtn {
  width: 60px;
  border-radius: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 300ms ease-in-out;
  position: relative;
  cursor: pointer;
}

.mbMenuContainer{
  position: fixed;
  top:0;
  width: 90%;
  right: 0;
  bottom: 0;
  height: 100%;
  overflow: auto;
  background-color: #fff;
  padding: 70px 20px 20px;
  display: none;
  z-index: 99;
}
.mbMenuContainer ul li a{
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--gray);
  padding: 10px;
  border-bottom: 1px solid rgb(0 0 0 / 10%);
} 
.header.fixed .menuBtn {
  width: 40px;
  height: 40px;
  top:10px;
}

.menuBtn div {
  position: relative;
  width: 50%;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  transition: all 300ms ease-in-out;
}

.menuBtn span {
  display: block;
  position: relative;
  width: 100%;
  height: 3px;
  margin: 3px 0;
  transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.menuBtn span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:#ffffff;
  transform-origin: center center;
  transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.closeMenuBtn span::before
{
  background:var(--primary-color) !important;
}
.menuBtn.closeMenuBtn span#menuLine1 {
  -webkit-transform: rotate(45deg) translate(4px, 4px);
  transform: rotate(45deg) translate(4px, 4px);
}

.menuBtn.closeMenuBtn span#menuLine2 {
  right: 100px;
}

.menuBtn.closeMenuBtn span#menuLine3 {
  -webkit-transform: rotate(-45deg) translate(4px, -5px);
  transform: rotate(-45deg) translate(4px, -5px);
}

.menuContainer {
  position: fixed;
  inset: 0;
  padding-top: 61px;
  z-index: 996;
  background-color: rgb(0 123 255 / 13%);
  backdrop-filter: blur(5px);
  display: none;
}

.readmore {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
  margin-top: 30px;
}

.readmore a,
.readmore .button,
.readmore button {
  padding: 10px 15px;
  min-width: 140px;
  color: #ffffff;
  background: var(--primary-color);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 5px;
  text-align: center;
  text-transform: uppercase;
  transition: all ease-in-out 0.3s;
  position: relative;
  z-index: 9;
  border: none;
  cursor: pointer;
}

.readmore .button.white {
  color: #000000;
  background: #fff;
}

.readmore .button.white:hover {
  color: #000000;
  background: #f1db85;
}

.readmore a:hover,
.readmore button:hover {
  color: #fff;
  background: #c0a067;
} 
.fixed-form {
  position: fixed;
  right: 3px;
  width: 280px;
  FONT-WEIGHT: 200;
  background: #c0a067;
  border-top:4px solid rgb(191 159 103);
  backdrop-filter: blur(4px);
  z-index: 1000;
  transition: all 300ms ease-in-out;
  color: #000000;
  text-align: center;
  bottom: 180px;
}
.fixed-form h4
{
  font-size: 18px;
  text-align: center;
  margin-bottom: 5px;
}
.fixed-form .formFooter button {
  width: 100px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0;
  transition: all 300ms ease-in-out;
  outline: none;
  background: var(--primary-color);
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  margin: auto;
}

.form-close {
  position: absolute;
  left: -17px;
    top: -10px;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: maroon;
  color: #fff;
  cursor: pointer;
  transition: all 300ms ease-in-out;
}

.form-close:hover {
  background: var(--secondary);
}

/* sticky form */
.enquiryBtn {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 99;
  display: none;
}
.enquiryBtn i {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(45deg, #0c1115, #e8d8cb);
  color: #fff;
  box-shadow: 0 10px 20px rgb(0 0 0 / 40%);
  cursor: pointer;
  transition: all 300ms ease-in-out;
}

.enquiryBtn i:hover {
  background: linear-gradient(2255deg, var(--primary-color), var(--secondary));
}

.RESIDENCES {
  background:#23091a;
  color: #e7c976;
  padding: 5px;
  border-bottom: 1px solid;
  font-weight: 600;
}
.padding {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.overview {
  color: var(--primary-color);
}

.heading
{
  margin-bottom: 2rem;

}
.heading .h1, .heading h1{
  text-align: center;
  color: var(--primary-color);
}

.heading h5 {
  text-align: center;
}


.configuration {
  display: flex;
  border: 1px solid #ececec;
}

.configuration-box {
  border-right: 1px solid #ececec;
  padding: 1em 0;
  flex: auto;
  text-align: center;
  margin: 10px 0;
}
.width-33
{
  width: 33%;
}
.configuration-box:nth-last-child(1) {
  border-right: none;
}

.configuration-box p {
  margin: 0;
}

.configuration-box h5 {
  margin-bottom: 5px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: normal;
  line-height: 2em;
  letter-spacing: 0.6px;
}

.configuration-box h5 {
  margin-bottom: 0;
  color: #c0a067;
  font-size: 14px;
  font-weight: normal;
  line-height: 2em;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  font-weight: 600;
}

.configuration-box p {
  font-size: 18px;
  font-weight: 600;

}
.bg-1
{
  background: var(--primary-color);
  color: #fff;
}
.ami-box
{
  background: #fff;
  padding: 5px;
  margin: 5px;
}
.ami-box p
{
  color: var(--primary-color);
  text-align: center;
  padding-top: 5px;
  font-weight: 500;
}
.hm-fp-section::before{
  content: '';
  position: absolute;
  inset: 0;
  background: url(../images/lining-bg.png) center / 35%;
  z-index: -1;
  opacity: 0.1;
  filter: brightness(10);
}
.fpContainer .fbBox .inner {
  padding: .5rem;
  background: var(--primary-color);
  transition: all 300ms ease-in-out;
  position: relative;
}
.fpContainer .fbBox .inner::before{
  border-color: rgb(0 0 0 / 40%);
}

.fpContainer .fbBox .inner:hover {
  background: #2d2c2c9c;
  transform: translateY(-5px);
  box-shadow: 0 1rem 3rem rgb(0 0 0 / 24%);
  color: var(--body-color);
}

.planBase {
  margin: 1rem 0 1.5rem;
}

.fpDetails {
  display: flex;
  align-items: center;
  gap: 10px;
}

.fpDetails .icon {
  width: 22px;
}

.planBase .fpDetails h6 {
  margin-bottom: 0;
  font-weight: 700;
}

.fpContainer .fbBox .img-fluid {
  overflow: hidden;
  border: 1px solid rgb(0 0 0 / 10%);
}

.rr {
  filter: none;;
}
.fpContainer .fbBox span {
  display: block;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #e4e4e4;
}
.fptypes
{
  color: #fff;
}
/* Gallery */
.reflection {
  -webkit-box-reflect: below -76px linear-gradient(to bottom, rgba(0,0,0,0.0), rgba(0,0,0,0.4));
}

.charSlide{
  width: 70%;
}

.charSlide .imgBox{
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.charSlide img{
  object-fit: cover;
}

.charSlide .caption{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: max-content;
  
  font-size: 1.75rem;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 1px 1px 1px rgb(0 0 0 / 20%);
  z-index: 1;
  text-align: center;
  -webkit-box-reflect: below -1rem linear-gradient(to bottom, transparent 25%, rgba(0,0,0,0.4));
  display: none;
}
/* Gallery */
/* custom swiper controls */

.heading .swiper-button-next, .heading .swiper-button-prev{
  position: static;
  margin-top: 0;
}

.swiper-button-next:hover, .swiper-button-prev:hover{
    scale: 1.2;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next{
  transform: rotate(-180deg);
}

.swiper-button-next:after, .swiper-button-prev:after{
  display: none;
}
.swiper-button-next, .swiper-button-prev{
  width: 50px;
  height: 50px;
  margin-top: -25px;
  border-radius: 50%;
  background: url(../images/arrow-right.png) center / 20px no-repeat var(--primary-color);
  transition: all 300ms ease-in-out;
}
.swiper-button-next.sm, .swiper-button-prev.sm{
  width: 30px;
  height: 30px;
  background-size: 14px;
}
/* custom swiper controls */


/* location map */
.location-advantages ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

.location-advantages ul li .loc-row {
  display: flex;
  align-items: center;
  flex-basis: 0;
  flex-grow: 1;
}

.location-advantages ul li .loc-row img {
  flex: 0 0 25px;
  max-width: 25px;
}

.location-advantages ul li .loc-row p {
  margin-bottom: 0;
  padding-left: 10px;
  text-align: left;
}

.location-advantages ul li .loc-dist {
  color: #f3e8a9;
}

.location-advantages ul li .loc-dist small {
  font-size: 13px;
  color: rgba(238, 238, 238, .8);
  margin-left: 5px;
}

.location-map a {
  overflow: hidden;
  border-radius: 5px;
}

.location-map a .readmore {
  top: 50%;
}

.location-map img {
  object-fit: contain;
  background: #fff;
}

/* location map */
footer{
  background:#c0a067;
  padding:20px 0;
  text-align: center;
}

footer p{
  margin-bottom:0;
  line-height:24px;
  font-size:14px;
}

.modal-backdrop.show {
  opacity: 1;
  background: rgb(19 43 93 / 90%);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.modal-content {
  border: none;
  background: var(--primary-color);
  box-shadow: 0 8px 32px 0 rgba(0 0 0 / 20%);
  border-radius: 5px;
  color: #fff;
}

.modal-header {
  background: none;
  color: var(--body-color);
  text-align: center;
  display: flex;
  justify-content: center;
}

.modal-header h6 {
  font-weight: 800;
  font-size: 20px;
}

.modal-header .close {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  text-align: center;
  background-color: var(--body-color);
  color: #fff;
  opacity: 1;
  text-shadow: none;
  z-index: 1;
  transition: all 300ms ease-in-out;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: 1;
  background-color: maroon;
  color: #fff;
  box-shadow: 0 10px 30px rgb(0 0 0 / 15%);
}
.footer-enquiryBtn {
  border-radius: 10px;
  position: fixed;
  bottom: 2px;
  left: 2px;
  right: 2px;
  
  justify-content: space-between;
  z-index: 99;
  background-color:#c0a067;
  box-shadow: 0 0 10px rgb(0 0 0 / 15%);
  text-align: center;
}
.footer-enquiryBtn a {
  color: #000;
  text-align: center;
  display: block;
  padding: 8px 5px;
  border-radius: 0 10px 10px 0;
  border: 1px solid rgb(0 0 0 / 15%);
  border-left: 0;
    width: 49%;
}
.footer-enquiryBtn a.whatsCall {
  background: linear-gradient(45deg,#0db634,#015c16);
  border: 0;
  border-radius: 10px;
  color: #fff;
}
.modal {
    z-index: 99999;
}
.specifications-main-1
{
  box-shadow: 0 0 4px #6f696d;
  padding: 10px;
  background: #fffafd;
  min-height: 460px;
}
.specifications-main
{
      margin-top: 1.3rem;
    margin-bottom: 10px;
    min-height: 280px;
}
.heading h5{
  font-weight: 600;
}
.specifications-main:not(#fpContainer1) {
  display: none;
}
.fpHead
{
  display: flex;
  justify-content: center;
  gap: 5px;
}
.fpHead li .fpBtn
{
  cursor: pointer;
  background: var(--primary-color);
  color: #fff;
  padding: 4px 6px;
  font-size: 16px;
  cursor: pointer;
}
.fpHead li .fpBtn.active{
  background: #c0a067;
  color: #160510;
}
.specBox ul li strong {
  display: block;
  flex: 0 0 120px;
  margin-right: 10px;
}
.specBox ul li {
  display: flex;
  line-height: 1.5;
  margin-bottom: 10px;
}