@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&amp;family=Oswald:wght@200;300;400;500;600;700&amp;display=swap");

:root {
  --primary-color: #003428;
  --body-color: #181818;
  --vibrant-color: #ffffff;
  --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 {
  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;
}
.text-primary {
  color: #d1a56b!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%;
  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%;
  position: absolute;
  top: 0;
  background-color: #070b24;
  padding: 10px 0;
  z-index: 997;
  transition: all 300ms ease-in-out;
}

.header.fixed {
  background-color: #fff;
  box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
}

.header .d-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {

  align-items: center;
  position: relative;
  min-height: 1px;
  transition: all 300ms ease-in-out;
}

.logo img {
  width: 120px;
  padding-right: 1rem;
  margin-right: 1rem;
  border-right: 1px solid rgb(0 0 0 / 10%);
}

.estates-logo {
  font-size: 1.5rem;
  font-weight: 800;
  color:#ffffff;
}

.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:#ffffff;
  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:#ffffff;
}

.header.fixed .navi li a {
  font-size: 12px;
}

.navi li a i {
  font-size: 11px;
  color: var(--primary-color);
}

.header.fixed .menuBtn .menuLine::before,
.header.fixed .menuBtn .menuLine::after {
  background-color: var(--body-color);
}

.menuBtn.closeMenuBtn {
  gap: 2px;
}

.menuBtn.closeMenuBtn .menuLine::before {
  -webkit-transform: rotate(45deg) translate(3px, 2px);
  transform: rotate(45deg) translate(3px, 2px);
}

.menuBtn.closeMenuBtn .menuLine::after {
  width: 100%;
  -webkit-transform: rotate(-45deg) translate(3px, -2px);
  transform: rotate(-45deg) translate(3px, -2px);
}

.header.notfixed {
  top: -100px;
}


.menuFooter {
  display: flex;
  align-items: center;
  gap: 8px 12px;
  padding-top: 1rem;
  margin-top: 1rem;
  border-top: 1px solid rgb(0 0 0 / 10%);
}

.menuFooter a.active,
.menuFooter a:hover {
  color: var(--primary-color);
}

.socialBtn ul i {
  width: 36px;
  height: 36px;
  font-size: 14px;
  box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
  transition: all 300ms ease-in-out;
}

i.fa-facebook-f:hover {
  background-color: var(--facebook);
}

i.fa-twitter:hover {
  background-color: var(--twitter);
}

i.fa-linkedin-in:hover {
  background-color: var(--linkedin);
}

i.fa-instagram:hover {
  background-color: var(--instagram);
}

i.fa-youtube:hover {
  background-color: var(--youtube);
}

/*header*/

.overview h5{
  font-size: 21px;
  text-align: left;
}

.overview p{
 font-size: 16px;
  letter-spacing: 1px;
  text-align: left;
  line-height: 1.4;
}

.scroller {
  overflow: auto;
}

.scroller::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.scroller::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #cfcfcf;
  border-radius: 10px;
}

/* Handle */
.scroller::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  border-radius: 10px;
}

/* Handle on hover */
.scroller::-webkit-scrollbar-thumb:hover {
  background: #000;
}

.gap-row {
  row-gap: 30px;
}

.gap-form-row {
  row-gap: 10px;
}

.moreText {
  display: none;
}

.viewmore .button {
  font-size: 14px;
  font-weight: 700;
  color: var(--vibrant-color);
  background-color: transparent;
  border: 0;
  padding: 0;
}

.viewmore .button:hover {
  color: var(--primary-color);
}

.viewmore .button.text-white:hover {
  text-decoration: underline;
}

.viewmore .button i {
  transition: transform 300ms ease-in-out;
}

.viewmore .button:hover i {
  transform: translateX(5px);
}

.readmore {
  width: 100%;
  margin-top: 1rem;
}

.readmore .button {
  display: table;
  padding: 10px 15px;
  min-width: 140px;
  background: #070b24;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  transition: all ease-in-out 0.3s;
  position: relative;
  z-index: 1;
}

.readmore button {
  border-radius: 0;
  border: none;
  font-size: 14px;
  background: none;
}

.readmore .button:hover {
  color: #00214d;
  background: #d1a56b;
}
.readmore.bg-white .button {
  background: #ffffff;
  color: #101010;
}
.readmore .button.w-auto {
  min-width: 1px;
}

.readmore .button.bg-white {
  color: var(--body-color);
  background: #fff !important;
}

.readmore .button.bg-white:hover {
  color: #fff;
  background: var(--body-color) !important;
}

.readmore .button.bg-black {
  color: #fff;
  background: #000;
}

.readmore .button.bg-black:hover {
  color: #000;
  background: var(--vibrant-color) !important;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.25), 0 0 0 1px var(--primary-color);
}

.readmore.d-flex {
  justify-content: center;
  gap: 10px;
}


.padding {
  padding-top:3rem;
  padding-bottom:3rem;
}

.configuration {
  display: flex;
  border: 1px solid #d1a56b;
  
}

.configuration-box {
  border-right: 1px solid #d1a56b;
  padding: 1em 0;
  flex: auto;
  text-align: center;
  margin: 10px 0;
}

.configuration-box:nth-last-child(1) {
  border-right: none;
}

.configuration-box p {
  margin: 0;
}

.heading {
  text-align: center;
  margin-bottom: 20px;
}

.fpHead {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 3rem;
}

.fpBtn {
  padding: 8px 30px;
  background-color: transparent;
  color: #392b19;
  border-radius: 0px;
  border: 2px solid #795f3d;
  font-size: 20px;
  font-weight: 500;
  display: block;
  cursor: pointer;
}

.fpBtn.active {  
  background-color: #ffffff;
  color: #062651;
}



.fpContainer .bhk-inner {
  min-height: 500px;
}

.conf-txt {
  padding: 1em 2em;
  background-color: #edeef2;
}

.conf-txt .conf-btn {
  border-bottom: 1px solid #d1a56b;
 padding: .5em;
}

.conf-txt h6 {
  color: #000;
  font-weight: 600;
}

.bg-sec {
  padding: 3em 0;
  background-color: #edeef2;
}

/* custom swiper controls */
.swiper-button-next,
.swiper-button-prev {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  background: url(../images/left-arrow.png) center / 16px no-repeat #ffffff;
  transition: all 300ms ease-in-out;
}

.swiper-button-next {
  right: 0;
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  transform: rotate(-180deg);
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.bottom-control {
  top: auto;
  bottom: 0;
}

.bottom-control.swiper-button-next {
  right: calc(50% - 55px);
}

.bottom-control.swiper-button-prev {
  left: calc(50% - 55px);
}

.swiper-pagination {
  bottom: 0 !important;
}

.swiper-pagination-bullet-active {
  background-color: var(--primary-color);
  width: 20px;
  border-radius: 10px;
}

/* custom swiper controls */

.amHead {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 3rem;
}

.amBtn {
  padding: 8px 30px;
  background-color: transparent;
  color: #d1a56b;
  border-radius: 0px;
  border: 2px solid #d1a56b;
  font-size: 20px;
  font-weight: 500;
  display: block;
  cursor: pointer;
}

.amBtn.active {  
  background-color: #ffffff;
  color: #062651;
}

.amContainer {
  display: none;
}

.amContainer .bhk-inner {
  min-height: 500px;
}

.amenBox .in {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
  padding:3rem 1rem;
  border: 1px solid #c4a880;
  transition: all 300ms ease-in-out;
  background: #fff;
  color: #003428;
}

.amenBox.iconBox .in img {
  width: 50px;
}

/* location */
#location {
  background: #edeef2;
}

.locationWrapper {
  position: relative;
  z-index: 1;
}

.loc-container .loc-text ul {
  margin-top: 30px;
  /* height: 16vw; */
  overflow: auto;
  padding-right: 10px;
}

.loc-container .loc-text ul::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.loc-container .loc-text ul::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #000;
  border-radius: 10px;
}

/* Handle */
.loc-container .loc-text ul::-webkit-scrollbar-thumb {
  background: var(--body-color);
  border-radius: 10px;
}

/* Handle on hover */
.loc-container .loc-text ul::-webkit-scrollbar-thumb:hover {
  background: var(--primary-color);
}

.loc-container .loc-text ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
  border-bottom: 1px solid rgb(0 33 77 / 31%);
}

.loc-container .loc-text ul li .loc-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.loc-container .loc-text ul li .loc-row img {
  flex: 0 0 35px;
  max-width: 35px;
}

.loc-container .loc-text ul li .loc-row p {
  margin-bottom: 0;
}

.loc-container .loc-text ul li .loc-dist {
  color: #00214d;
}

.loc-container .loc-text ul li .loc-dist small {
  font-size: 13px;
  margin-left: 5px;
}

/* location */

/* Consultation Form */
.enquiryWrapper {
  background:linear-gradient(var(--vibrant-color) 25%, transparent 25%);
}

.formContainer {
  background-color: #fff;
  color: var(--body-color);
  position: relative;
  z-index: 1;
}

.formContainer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../images/pattern.html) top right / 50% no-repeat repeat #fff;
  transform: rotateY(180deg);
  z-index: -1;
}

.form-img .inner {
  height: 100%;
  background-color: #070b24;
  padding: 2rem;
  color: #fff;
  text-align: center;
  box-shadow: 0 0 2px #d7d7d7;
}

.form-img .logo {
  border: 1px solid #fff;
  margin-bottom: 2rem;
}

.form-img .logo img {
  width: 150px;
  background-color: #fff;
  padding: 5px 10px;
}

.form-img .logo .estates-logo {
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
}

.form-img .logo .estates-logo span {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 4px;
}

.form-img .bhk {
  font-size: 1.5rem;
  margin-bottom: 2rem;
}

.form-img .bhk span {
  font-size: 200%;
  display: block;
  font-weight: 700;
  color: var(--vibrant-color);
  line-height: 1;
}

.form-img .price {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 0;
  border: solid rgb(255 255 255 / 20%);
  border-width: 1px 0;
}

.form-img .price span {
  font-weight: 700;
  color: var(--vibrant-color);
  font-size: 200%;
  line-height: 1;
}

.enquiry-form .inner {
  padding: 4rem;
  border-radius: 1rem 0 0 1rem;
}

/* Consultation Form */

.bg2
{
  background: #070b24;
  color: #fff;
}





















.display {
  display: block;
}
.floorplans-bg
{
  background: #003428;
  position: relative;
  z-index: 1;
}
.floorplans-bg::before {
  content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    background: url(../images/bg.png) repeat;
    z-index: -1;
    background-size: contain;
    opacity: .025;
}
.font9
{
  font-size: 9px;
}
.footer-enquiryBtn {
  border-radius: 10px;
  position: fixed;
  bottom: 2px;
  left: 2px;
  right: 2px;
  display: flex;
  justify-content: space-between;
  z-index: 99;
  background: #d1a56b;
  text-align: center;
justify-content: center;
}
.footer-enquiryBtn a {
  color: #000000;
  text-align: center;
  display: block;
  padding: 8px 5px;
  display: block;
  border-left: 0;
}
.footer-enquiryBtn a.whatsCall {
  background: linear-gradient(45deg,#0db634,#015c16);
  border: 0;
  border-radius: 10px;
}
.btn-close {
  width: 30px;
  height: 30px;
  padding: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background-color:#d1a56b;
  color: #fff;
}
.header .d-flex {
  justify-content: space-between !important;
}
.menuBtn {
  padding: 0;
  border: 0;
  border-radius: 0;
  background-color: #fff;
  width: 30px; 
  height: 30px;
  overflow: hidden;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 300ms ease-in-out;
  position: relative;
  cursor: pointer;
  z-index: 99999;
  padding: 3px;
  right: 0;
}

.menuBtn span {
  display: block;
  position: relative;
  width: 100%;
  height: 2px;
  margin:2px 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: #000;
  transform-origin: center center;
  transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.menuBtn.closeMenuBtn span#menuLine1 {
  -webkit-transform: rotate(45deg) translate(8px, 7px);
  transform: rotate(45deg) translate(8px, 7px);
}

.menuBtn.closeMenuBtn span#menuLine2 {
  right: 100px;
}

.menuBtn.closeMenuBtn span#menuLine3 {
  -webkit-transform: rotate(-45deg) translate(4px, -4px);
  transform: rotate(-45deg) translate(4px, -4px);
}

.menuContainer{
  position: fixed;
  top: 0;
  width: 300px;
  right: 0;
  bottom: 0;
  height: 100%;
  overflow: auto;
  background-color: #fff;
  padding: 70px 20px 20px;
  display: none;
  z-index: 9999;
}
.menuContainer 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%);
}
.floorplans-bg
{
  background:#0f1537;
  position: relative;
  z-index: 1;
}
.floorplans-bg::before {
  content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    background: url(../images/bg.png) repeat;
    z-index: -1;
    background-size: contain;
    opacity: .025;
}
.font9
{
  font-size: 9px;
}
.fpContainer .fbBox .inner {
  border-radius: 1rem;
  padding: 1rem;
  background: rgb(255 255 255 / 15%);
  transition: all 300ms ease-in-out;
}

.fpContainer .fbBox .inner:hover {
  background: var(--golden-gradient-hover);
  transform: translateY(-5px);
  box-shadow: 0 1rem 3rem rgb(0 0 0 / 24%);
  border: 5px solid #d1a56b;
}

.planBase {
  margin: 1rem 0 1.5rem;
}

.fpDetails {
  display: flex;
  align-items: center;
  gap: 10px;
}

.fpDetails .icon {
  width: 30px;
}

.planBase .fpDetails h5 {
  margin-bottom: 0;
  font-weight: 700;
}

.fpContainer .fbBox .img-fluid {
  overflow: hidden;
  border-radius: 1rem;
}

.fpContainer .fbBox img {
  filter: blur(3px);
}

.fpContainer .fbBox span {
  display: block;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #e4e4e4;
}
/* floor plans */
h5 {
  font-size: 15px !important;
}
.fptypes small{color:#d1a56b;}


.form-box {
  background-color: #fffffff5;
  padding: 18px;
  max-width: 310px;
  border: 7px solid #070b24b0;
  position: absolute;
  z-index: 9;
  bottom: 9%;
  right: 15px;
  z-index: 99
}

.form-box::after {
  content: "";
  position: absolute;
  top: 0;
  height: 5px;
  left: 0;
  width: 100%;
  background: var(--primary-color);
  z-index: 1;
  background-repeat: no-repeat;
  background-position: left;
  z-index: 999;
  /* opacity: .09; */
}

.form-box h4 {
  color: #000;
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 0;
  text-transform: uppercase;
  TEXT-ALIGN: CENTER;
  font-family: Poppins-SemiBold;
}

.form-box .form-control {
  border: 1px solid #716e6e;
  border-radius: 0;
  height: 40px;
  margin-bottom: 15px;
  background-color: #ffffff;
  color: #000;
}

.form-box .btn-custom-2 {
  padding: 10px 30px;
  background-color: var(--brown);
  color: #fff;
  border-radius: 0;
  margin-top: 30px;
  letter-spacing: 1.5px;
  display: block;
  font-weight: 800;
}


