@font-face {
  font-family: "montserrat-extralight";
  src: url(../fonts/montserrat-extralight.ttf) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "montserrat-light";
  src: url(../fonts/montserrat-light.ttf) format("truetype");
  font-display: swap;
}




@font-face {
  font-family: "montserrat-regular";
  src: url(../fonts/montserrat-regular.ttf) format("truetype");
  font-display: swap;
}


@font-face {
  font-family: "montserrat-bold";
  src: url(../fonts/montserrat-bold.ttf) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "montserrat-extrabold";
  src: url(../fonts/montserrat-extrabold.otf) format("opentype");
  font-display: swap;
}





html,
body,
h1,
h2,
h3,
p,
ul,
li {
  margin: 0;
  padding: 0;
}

html {

  scroll-behavior: smooth;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  overflow-x: hidden !important;
}



*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*,
::after,
::before {
  box-sizing: border-box
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block
}

*:hover,
*:focus,
*:visited {
  outline: 0;
}

:root {

  --white: #ffffff;
  --purple: #652d90;
  --purple2: #5d347a;


  --lightgray: #f3f4ef;
  --pink: #d78ebb;

  --bg: #f8ece7;
  --txtpink: #dc94c0;
  --txtpurple: #662d91;
  --golden: #c6aa5f;

}

.headblue {
  color: var(--headbrown);
}

body {
  margin: 0 auto;
  font-family: 'montserrat-light';
  font-weight: 600;
  color: #000;
  font-size: 15px;
  line-height: 1.45;
  background-color: #fff;
  overflow-x: hidden !important;
  text-align: left;
}

.clearfix {
  clear: both;
}

.mHide {
  display: block !important;
}

.dHide {
  display: none !important;
}

img {
  width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  aspect-ratio: attr(width) / attr(height);
  vertical-align: middle;
  border-style: none
}

.wrapper {
  width: 100%;
  margin: 0;
}

.textcenter {
  text-align: center;
}

.purple {
  color: var(--purple);
}

.paddingTopBottom {
  padding: 50px 0px 50px 0px;
}


.paddingTopBottomsmall {
  padding: 25px 0px;
}

.textuppercase {
  text-transform: uppercase;
}


.full_width {
  width: 100%;
  margin: 0 auto;
}

.containerAsp {
  width: 1200px;
  max-width: 90%;
  margin: 0 auto;

}

ul {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0
}

.sidebarNavigation {
  width: 325px;
  height: 100vh;
  max-width: 76%;
  position: fixed;
  right: -536px;
  top: 0;
  z-index: 9999;
  opacity: 0;
  background-color: #44186d;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  will-change: opacity;
  opacity: 1;
  transition: all .8s ease-in-out
}

.sidebarNavigationShow {
  right: 0;
  transition: all 1s ease-in-out
}

.sidebarNavigation ul {
  list-style: none;
  padding: 120px 20px 0
}

.sidebarNavigation ul li {
  margin: 6% 5% 8% 0;
  text-align: left
}

.sidebarNavigation ul li a {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  padding-top: 4px
}

.sidebarNavigation ul li a:hover {
  color: #fff;
  transition: all .2s ease-in-out
}

.sidebarNavigation ul li.active a {
  color: #fff
}

.sidebarNavigation ul li a:not([href]):not([class]) {
  color: #ffffff87
}

.navMenuBtn {
  cursor: pointer;
  opacity: 1;
  margin-right: 0;
  display: none;
  flex-direction: column;
  gap: 5px;
  /* position: relative;
    z-index: 9999; */
}


.section-title {
  padding: 0px;
  margin: 0px;
  font-family: 'montserrat-bold';
  font-size: 42px;
  margin-bottom: 20px;
  letter-spacing: 0px;
  /* text-transform: uppercase; */
  color: var(--txtpurple);
  margin-top: 10px;
  text-align: center;
  line-height: 1.25;
}

.section-title span {
  color: var(--txtpink);
}


.section-title2 {
  padding: 0px;
  margin: 0px;
  font-family: "montserrat-regular";
  font-size: 27px;
  text-transform: uppercase;
  color: #0e0e0e;
  letter-spacing: 2px;
}

/* Header */

header {
  position: relative;
  width: 100%;
  z-index: 9999;
  /* background-color: #fdd42852; */
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  padding: 15px 50px 15px 50px;


}

.headerleft {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}

/* .header .headerleft img
{
    width:150px;
} */

.header .headerleft .eden {
  width: 200px;

}

.header .headerleft .ido {
  width: 80px;
}

.header .rightoption img {
  width: 160px;
}

.pageScroll {
  display: block;
  z-index: 99999999;
  opacity: 0;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  will-change: opacity;
  opacity: 1;
  background-color: #fff;
  backdrop-filter: blur(20px)
}

.pageScroll .bar1,
.pageScroll .bar2,
.pageScroll .bar3 {
  background-color: #44186d;
}

.bar1,
.bar2,
.bar3 {
  width: 25px;
  height: 3px;
  background-color: #44186d;
  transition: .4s;
  border: 0 solid
}

.change {
  margin-top: 10px;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-3px, 0px);
  transform: rotate(-45deg) translate(-3px, 0px)
}

.change .bar2 {
  opacity: 0
}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-11px, -8px);
  transform: rotate(45deg) translate(-11px, -8px)
}

.deskmenu {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}


.deskmenu li a {
  color: #000;
  text-decoration: none;
  padding: 10px 10px 10px 10px;
  font-family: 'montserrat-regular';
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 0px;
  font-size: 13px;
}

.deskmenu li a:hover {
  background-color: var(--golden);
}


.divider2 {
  width: 1px;
  height: 60px;
  background: rgb(169 169 169 / 50%);
}

.banner {
  position: relative;
}

.head-title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 80px;
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 30px;
  font-family: 'montserrat-regular';
  font-weight: normal;
}


/* .bannerslider .slick-dots {
    position: absolute;
    bottom: 5%;
    left: 50%;
    z-index: 9999;
} */

.bannerslider .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1.5rem 0 0 0;
  list-style-type: none;
  position: absolute;
  bottom: 5%;
  left: 50%;
  z-index: 99;
  transform: translateX(-50%);
}

.bannerslider .slick-dots li {
  margin: 0 0.25rem;
  list-style: none;
}


.bannerslider .slick-dots li.slick-active button {
  background-color: #d78ebb;
}


.bannerslider .slick-dots li button {
  display: block !important;
}

.bannerslider .slick-dots button {
  content: " ";
  display: block;
  width: 12px;
  height: 12px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: rgb(255, 255, 255);
  border: 1px solid #616161;
  text-indent: 9999px;
  cursor: pointer;
}




/*  Ends Here */


/* Introducing */

.introducing {
  background-color: #f8ece6;
  padding-top: 80px;
  padding-bottom: 80px;
}

.introcontainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}


.logoStrip {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}


.logoStrip {
  font-size: 20px;
}


.introdologo {
  width: 90px;
}

.intropridelogo {
  width: 60px;
}

.intropurplelogo {
  width: 280px;
}


.introsap {
  width: 2px;
  height: 55px;
}

.by::before,
.by::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 90px;
  background-color: #c2b8b2;
  height: 1.5px;
  /* left: 33px; */
  transform: translateY(-50%);
}

.by::before {
  left: 40px;
}

.by::after {
  right: 40px;
}

.by {
  position: relative;
}

.edenlogo img {
  width: 170px;
}

.edenlogo p {
  font-size: 20px;
  font-family: 'montserrat-light';
  letter-spacing: 1px;
  margin-bottom: 15px;
}


/* Introducing Ends */






/* About Purple Section */

.about-section {
  padding: 80px 0px 0px;
  /* max-width: 1100px; */
  margin: 0 auto;
}

.about-heading {
  text-align: center;
  /* margin-bottom: 60px; */
}

.about-heading h2 {
  font-size: 25px;
  margin-bottom: 10px;
  font-weight: 100;
  font-family: 'montserrat-regular';
}

/* .about-title {
      font-family: 'Cormorant Garamond', serif;
      font-size: 42px;
      font-weight: 400;
      color: #1a1a1a;
      letter-spacing: 0.5px;
      margin-bottom: 14px;
    } */

.about-tagline {
  font-size: 14px;
  font-weight: 600;
  /* letter-spacing: 1px; */
  /* text-transform: uppercase; */
  color: #3a3a3a;
  /* margin-bottom: 10px; */
  font-family: 'montserrat-bold';
}

.about-desc {
  /* font-size: 15px;
      font-weight: 300;
      color: #000; */
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.7;
}

.about-content {
  display: flex;
  align-items: flex-start;
  gap: 60px;
  margin-bottom: -170px;
}

.about-image-wrap {
  flex: 0 0 auto;
  width: 580px;
  /* height: 420px;
      border-radius: 50%;
      overflow: hidden;
      box-shadow: 0 20px 60px rgba(0,0,0,0.15); */
}

.about-building-img {
  width: 100%;
  /* height: 100%;
      object-fit: cover; */
  display: block;
}

.about-stats {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 20px;
  margin-top: 15px;
}

.about-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.about-stat-icon {
  width: 55px;
  /* height: 48px; */
  object-fit: contain;
  display: block;
}

.about-stat-label {
  font-size: 15px;
  font-weight: 100;
  color: #000;
  line-height: 1.45;
  text-align: center;
  font-family: 'montserrat-regular';
}


/* About Purple Section Ends*/


/* About Purple */

.aboutpurple {
  background-color: var(--bg);
}

.aboutcontainer {
  /* display: flex; */
  /* grid-template-columns: 1fr 1fr; */
  /* align-items: center;
    justify-content: space-evenly; */
}

.aboutcontainer .para {
  width: 700px;
  margin: 0px auto;
  text-align: center;
}

.plogo {
  width: 200px;
  display: block;
  margin: 0px auto;
  margin-bottom: 20px;
}

.aboutleft {
  text-align: right;
  padding-right: 50px;
  border-right: 1px solid var(--purple);
  width: 40%;

  font-size: 65px;
  font-family: 'montserrat-light';
}

.aboutleft span {
  font-size: 65px;
  font-family: 'montserrat-bold';
}

.aboutright {
  /*padding-left: 50px; */
  width: 100%;
}

.aboutright p {
  font-family: 'montserrat-light';
  color: #000;
  padding-bottom: 10px;
  font-weight: 400;
  line-height: 1.4;
}

.awards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.awards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.awards .asia {
  width: 110px;
}

.awards .et {
  width: 110px;
}

.awards .realestate {
  width: 110px;
}


.awards .realty {
  width: 110px;
}


.statsbars {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin: 70px 0px;
}

@media (max-width: 768px) {
  .statsbars.statsSlider {
    display: block;
  }

  .statsbars.statsSlider .statusitem {
    width: 100%;
    display: block;
  }

  .aboutcontainer .para {
    width: 100%;
  }

  .statinfo p {
    font-size: 20px;
  }

  .statinfo h6 {
    font-size: 60px;
  }

  .statsbars {
    margin: 32px 0px;
  }
}

.statusitem {
  position: relative;
}

.statinfo {
  /* position: absolute;
    top: 46%;
    left: 50%;
    transform: translate(-50%, -50%); */
}

.statinfo h6 {
  font-size: 50px;
  text-align: center;
  color: var(--txtpurple);
  line-height: normal;
  font-family: 'montserrat-regular';
}

.pinkh6 {
  color: #faccf8 !important;
}



.statinfo p {
  font-size: 15px;
  text-align: center;
  color: var(--txtpurple);
  text-transform: uppercase;
}



/* About Purple Ends */

/* Partners Section */

.partners {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 50px;
}

.partner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
}



.pridelogo {
  /* width:85px; */
  /* height:78px; */

}

.idologo {
  /* width:139px; */
  /* width: 105px; */
  /* height:105px; */

}

.partnerlogo {
  width: 100px;
  height: 100px;
  /* border: 1px solid red; */
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

/* Mobile Slider Styles for Partners */
@media (max-width: 768px) {
  .partnersSlider {
    display: flex !important;
  }

  .partnersSlider .slick-slide {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .partnerlogo {
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .partner p {
    text-align: center;
  }
}

/* Partners Section */








/* Built by Listening */

.builtby {
  background-color: var(--bg);
  padding: 200px 0px 100px 0px;
  color: #fff;
}

.builtby h2 {
  color: var(--txtpurple);
  margin-bottom: 80px;
}

.builtbyitems {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.builtbyitem img {
  width: 118px;
  /* margin-bottom: 10px; */
}


.builtbyitem {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.builtbyitem p {
  font-size: 16px;
  color: #000;
}

.btitemimg {
  position: relative;
}

.btitemimg .eyeimg {
  position: absolute;
  /* object-fit: cover; */
  background-color: #5d347abf;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 118px;
  padding: 20px;
  margin-bottom: 0px;
  width: 118px;
  display: flex;
  align-items: center;
  justify-items: center;
  justify-content: center;
  border-radius: 50%;
  display: none;
  cursor: pointer;

}

.builtbyitem:hover .eyeimg {
  display: flex;
}


.btitemimg .eyeimg img {
  width: 58px;
}





/* Built by Listening Ends */


/* Watch Story */

.watchstory {
  background-color: var(--bg);
}

.watchstory h2 {
  color: #000;
  font-size: 30px;
  font-family: 'montserrat-regular';
  margin-bottom: 30px;
}

.fancybox-infobar {
  display: none;
}

/*. Watch Story */



/* lifestyle  */

.lifestyle {
  background-color: #fff;
}

.lifestyle h2 {
  /* color:#fff; */
  margin-bottom: 20px;
}

.lifestyle p {
  text-align: center;
  /* color:#fff; */
  margin-bottom: 20px;
}


.tabbuttoncontainer {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  justify-content: space-between;
  margin: 50px auto 20px auto;
  /* width: 900px; */

}

.tabbuttoncontainer .tab {
  color: #fff;
  background-color: var(--golden);
  padding: 15px 20px;
  border-radius: 10px;
  font-family: 'montserrat-light';
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  position: relative;
  flex: 1;
  text-align: center;

}

.tabbuttoncontainer .tab::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: var(--golden) transparent transparent transparent;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
}

.tabbuttoncontainer .tab.active::after {
  border-color: var(--txtpurple) transparent transparent transparent;
}




.tabbuttoncontainer .tab.active {
  background-color: var(--txtpurple);
  color: #fff;
}


.tabcontentcontainer {
  margin-top: 80px;
  margin-bottom: -250px;
}

.lifestylecontainer {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.lifestyleleft p {
  text-align: left;
  opacity: 0.7;
  width: 500px;
}



.pointersitems {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.pointeritem {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 20px;
  cursor: pointer;
}

.pointeritem.active .pinfo {

  font-family: 'montserrat-bold';
  font-size: 15px;
  opacity: 1;
}

.pointeritem img {
  width: 31px;
}

.pointeritem .pinfo {
  margin: 0px;
  border-bottom: 1px dotted var(--txtpurple);
  width: 300px;
  padding-bottom: 10px;
  text-align: left;
  padding-top: 5px;
  font-family: 'montserrat-light';
  color: var(--txtpurple);
}

.pointeritem:last-child {
  border-bottom: 0px dotted #fff;
}

.lsrslider {
  position: relative;
}


/* .lsrslider img
{
  width:500px;
} */




.lifestyleright,
.lifestyleleft {
  width: 50%;
  flex: 1.3;
}

.lifestyleleft {
  padding-top: 30px;
  flex: 0.7;
}


.sldPrev,
.sldNext {
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translateY(-50%);
  z-index: 99;
  cursor: pointer
}

.sldPrev img,
.sldNext img {
  width: 13px
}

.sldNext {
  left: auto;
  right: -40px
}

.sldPrev {
  left: -40px;
  right: auto
}

.tabcontentcontainer>div {
  display: none;
}

.tabcontentcontainer>div.active {
  display: block;
}



/*. Lifestyle */

/* Location */


.location-section {
  background: var(--bg);
  color: #000;
  text-align: center;
  padding: 280px 20px 120px 20px;
}

.location-section h2 {
  color: var(--txtpurple);
}

.container {
  max-width: 1200px;
  margin: auto;
}

h2 {
  font-size: 28px;
  margin-bottom: 10px;
}

.subtitle {
  font-size: 14px;
  opacity: 0.8;
  margin-bottom: 60px;
}

.timeline {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* flex-wrap: wrap; */
}

.timeline .icon {
  width: 53px;
  margin-bottom: 15px;
}

/* LINE */
.line {
  /* position: absolute;
  top: 50%;
  left: 5%; */
  width: 75%;
  height: 1.5px;
  background: #8d77b3;
  z-index: 1;
  position: relative;
}

.line::before,
.line::after {
  content: "";
  position: absolute;
  top: 0%;
  width: 30px;
  height: 100%;
  background: linear-gradient(to right, transparent, #8d77b3);
  height: 1.5px;
  /* left: 33px;*/
}

.line::after {
  right: -30px;
  transform: rotate(180deg);
}

.line::before {
  left: -30px;
}



















/* CENTER CIRCLE */
.center-circle {
  position: relative;
  /* left: 50%;
  transform: translateX(-50%); */
  z-index: 2;
}

.circle {
  width: 190px;
  height: 190px;
  /* background: #fff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #333;
  box-shadow: 0 10px 25px rgba(0,0,0,0.2); */
}

.circle img {
  width: 190px;
  margin-bottom: 5px;
}

.circle p {
  font-size: 12px;
  font-weight: bold;
}

.leftside {
  display: flex;
  flex-direction: column;
  border: 0px solid red;
  align-items: center;
  width: 480px;
  gap: 20px;
}

.rightside {
  display: flex;
  flex-direction: column;
  border: 0px solid red;
  align-items: center;
  width: 480px;
  gap: 20px;
}

.bottomitems {
  display: flex;
  width: 80%;
  justify-content: space-between;
}

.topfirstitem {
  position: relative;
}

.topfirstitem::after {
  content: " ";
  width: 12px;
  height: 12px;
  background-color: #c8aa5e;
  border-radius: 50%;
  font-weight: bold;
  position: absolute;
  left: 50%;
  bottom: -27px;
  transform: translateX(-50%);
  z-index: 2;

}

.bottomleft {
  position: relative;
}

.bottomleft::before {
  content: " ";
  width: 12px;
  height: 12px;
  background-color: #c8aa5e;
  border-radius: 50%;
  font-weight: bold;
  position: absolute;
  left: 50%;
  top: -27px;
  transform: translateX(-50%);
  z-index: 2;
}

.bottomright {
  position: relative;
}

.bottomright::before {
  content: " ";
  width: 12px;
  height: 12px;
  background-color: #c8aa5e;
  border-radius: 50%;
  font-weight: bold;
  position: absolute;
  left: 50%;
  top: -27px;
  transform: translateX(-50%);
  z-index: 2;
}





/* ITEMS */
/* .timeline-item {
  width: 30%;
  position: relative;
  z-index: 2;
}

.timeline-item img {
  width: 30px;
  margin-bottom: 8px;
}

.timeline-item h4 {
  margin: 5px 0;
  font-size: 14px;
}

.timeline-item span {
  font-size: 12px;
  opacity: 0.8;
} */

/* ALIGNMENT */
.left {
  text-align: right;
}

.right {
  text-align: left;
}

.pridelogo img {
  width: 100px;
}

.idologo img {
  width: 100px;
}


.seperator {
  width: 3px;
}


/* RESPONSIVE */
@media (max-width: 768px) {

  .timeline {
    flex-direction: column;
  }

  .timeline-item {
    width: 100%;
    text-align: center !important;
    margin-bottom: 30px;
  }

  .line {
    display: none;
  }

  .center-circle {
    position: relative;
    transform: none;
    margin: 40px 0;
  }
}


/* Location */



/* Footer */

.footer {
  /* background: #f5f5f7; */
  padding: 80px 40px 40px;
  font-family: 'montserrat-regular';
  color: #000;
}

.footer-inner {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 80px;
}

/* Top left content */
.footer-left {
  max-width: 100%;
}

.logo .partners {
  display: none;
}



.logo img {
  width: 150px;
  margin: 0 0 24px 0;
  display: block;
}



.company-info h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  font-family: 'montserrat-regular';
}

.company-info p {
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
  color: #111;
  font-family: 'montserrat-regular';
}

/* Bottom row */
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-bottom p,
.footer-bottom a {
  font-size: 14px;
  color: #111;
  text-decoration: none;
}

.footer-bottom a:hover {
  text-decoration: underline;
}

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

.info .rera {
  width: 300px;
  text-align: right;
}

.info .rera img {
  width: 300px;
}

.info .rera p {
  font-family: 'montserrat-light';
  font-size: 12px;
  font-weight: 100;
}



/* Footer */


/* Dasktop form */

/* :root {
  --yellow: #ffd72f;
  --purple: #6b2e8f;
} */

.inline-form-wrapper {
  background: var(--golden);
  padding: 28px 40px;
}

.inline-form {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  gap: 40px;
}

.field {
  flex: 1;
}

.field label {
  display: block;
  font-size: 16px;
  color: var(--white);
  margin-bottom: 8px;
}

.field input {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 2px solid var(--white);
  padding: 6px 2px;
  font-size: 16px;
  outline: none;
}

.register-btn {
  background: var(--bg);
  color: #000;
  border: none;
  padding: 14px 28px;
  border-radius: 30px;
  font-size: 14px;
  cursor: pointer;
  white-space: nowrap;
  font-family: 'montserrat-regular';
  font-weight: 200;
}




/* Desktop Form Ends */


/* Floor Plans */

.floorplans {
  background-color: #f4f5f0;
  text-align: center;
  padding-bottom: 100px;
}

.floorplan-slider {
  border-radius: 16px;
  width: 60%;
  margin: 0px auto;
}

.floorplans p {
  max-width: 650px;
  text-align: center;
  margin: 0px auto;
  margin-bottom: 50px;
}


.floorplan-slide {
  text-align: center;
}


.floorplan-slide img {

  height: auto;
  display: block;
  margin: 0 auto;
}


.floorplan-text {
  padding: 25px 20px 0;
}

.floorplan-title {
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #1c1c1c;
  line-height: normal;
}

.floorplan-description {
  width: 70%;
  margin: 0px auto;
}


.floorplan-slider {
  position: relative;
  overflow: visible;
}

.floorplan-slider .slick-prev,
.floorplan-slider .slick-next {
  width: 37px;
  height: 37px;
  z-index: 10;
}

.floorplan-slider .slick-prev {
  left: -60px;
}

.floorplan-slider .slick-next {
  right: -60px;
}

.floorplan-slider .slick-prev:before,
.activeLifeSlider .slick-next:before {
  content: '';
  display: none;
}

.floorplan-slider .slick-prev {
  background-image: url('../img/left_arrow.png') !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  opacity: 1;
}

.floorplan-slider .slick-next {
  background-image: url('../img/right_arrow.png') !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  opacity: 1;
}

.floorplan-slider .slick-next:before,
.floorplan-slider .slick-prev:before {
  display: none;
}

.floorplan-slide {
  position: relative;
}

.floorplan-slide .floorplanimage {
  position: relative;
}

.floorplan-slide .floorplanimage .overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  filter: blur(10px);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: filter 0.5s ease;
}



.floorplan-slide a.fancybox {
  /* background: rgba(0, 0, 0, 0.6);
     filter: blur(10px);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); */


}

.floorplan-slide .floorplan-text {
  opacity: 0;
}

.floorplan-slide.active a.fancybox {
  filter: blur(0);
}

.floorplan-slide.active .floorplan-text {
  opacity: 1;
}


.floorplan-slide.active .view-plan-btn {
  display: none;
}


.floorplan-slide.active .floorplanimage .overlay {
  display: none;
}

.floorplanimage {
  position: relative;
  width: 100%;
}



.floorplantxt {
  position: relative;
  z-index: 0;
  color: #ffffff;
  font-size: 6px;
  line-height: 1.3;
  pointer-events: none;
  padding: 5px;
  background-color: #00000082;
  width: 100%;
}

.floorplanimage .floorplantxt p {
  margin: 0;
  max-width: 100%;
  z-index: 2;
}


.view-plan-btn {
  background: var(--golden);
  color: #fff;
  border: none;
  padding: 17px 30px;
  font-size: 15px;
  cursor: pointer;
  font-weight: 100;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'montserrat-regular';
  border: 1px solid #fff;

}

/* Floor Plans */
/* Floorplans Ends */







/* Popup Form */

.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}

.popup-overlay.active {
  display: flex;
}

.popup-form {
  background: #fff;
  width: 360px;
  padding: 30px;
  border-radius: 16px;
  position: relative;
}

.popup-form h3 {
  color: var(--purple);
  margin-bottom: 20px;
}

.popup-field {
  margin-bottom: 20px;
}

.popup-field label {
  display: block;
  font-size: 14px;
  color: var(--purple);
  margin-bottom: 6px;
}

.popup-field input {
  width: 100%;
  border: none;
  border-bottom: 2px solid var(--purple);
  background: transparent;
  padding: 6px 2px;
  font-size: 15px;
  outline: none;
}

.popup-btn {
  width: 100%;
  background: var(--purple);
  color: #fff;
  border: none;
  padding: 14px;
  border-radius: 30px;
  font-size: 15px;
  cursor: pointer;
}

.close {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 22px;
  cursor: pointer;
}

.sticky-enquiry-btn {
  position: fixed;
  right: -40px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  background: var(--golden);
  color: #fff;
  padding: 12px 30px;
  font-weight: bold;
  cursor: pointer;
  z-index: 9999;
  border-radius: 5px;
}

.sticky-enquiry-btn {
  display: none;
}

.connectivitymob {
  display: none;
}

/* Popup Form Ends */



@media screen and (max-width:1440px) {}

@media (max-width: 1367px) {}

@media (max-width: 1280px) and (max-height: 800px) {}

@media screen and (max-width:1024px) {

  .containerAsp {
    width: 850px;
  }

  .paddingTopBottom {
    padding: 40px 0px 40px 0px;
  }

  .header {
    padding: 15px 50px 15px 50px;
  }

  .header .headerleft .pride {
    width: 120px;
  }

  .deskmenu li a {
    font-size: 10px;
    padding: 10px 5px 10px 5px;
  }

  .section-title {
    font-size: 22px;
    margin-bottom: 15px;
  }

  body {
    font-size: 12px;
  }

  .about-tagline {
    font-size: 13px;
  }

  .about-image-wrap {
    width: 400px;
  }

  .about-content {
    margin-bottom: -118px;
  }

  .about-stat-icon {
    width: 30px;
  }

  .about-stats {
    gap: 10px 10px;
    margin-top: 10px;
  }

  .about-stat-label {
    font-size: 11px;
    line-height: 1.25;
  }

  .about-section {
    padding: 40px 40px 0px;
  }

  .builtby {
    padding: 140px 0px 50px 0px;
  }

  .builtby h2 {
    margin-bottom: 50px;
  }

  .builtbyitem img {
    width: 80px;
  }

  .btitemimg .eyeimg {
    height: 80px;
    padding: 30px;
    width: 80px;
  }

  .btitemimg .eyeimg img {
    width: 38px;
  }

  .builtbyitem p {
    font-size: 12px;
  }

  .tabbuttoncontainer .tab {
    padding: 8px 10px;
    border-radius: 10px;
    font-size: 11px;
  }

  .lifestyle h2 {
    margin-bottom: 15px;
  }

  .slick-slide img {
    width: 98% !important;
    margin: 0 auto;
  }

  .lifestyle p {
    margin-bottom: 10px;
  }

  .tabbuttoncontainer {
    gap: 1px;
    margin: 20px 0px 20px 0px;
  }

  .tabcontentcontainer {
    margin-top: 35px;
    margin-bottom: -165px;
  }

  .lifestyleleft {
    padding-top: 15px;
  }

  .lifestyleright,
  .lifestyleleft {
    width: 50%;
    flex: 1;
  }

  .pointeritem.active .pinfo {
    font-family: 'montserrat-bold';
    font-size: 11px;
    opacity: 1;
  }

  .pointersitems {
    gap: 5px;
  }

  .pointeritem .pinfo {
    width: 250px;
    padding-bottom: 10px;
    font-size: 11px;
  }

  .lifestyleleft p {
    width: 380px;
  }

  .location-section {
    padding: 150px 20px 50px 20px;
  }

  .subtitle {
    font-size: 12px;
    margin-bottom: 30px;
  }

  .timeline {
    flex-wrap: unset;
  }

  .timeline .icon {
    width: 40px;
    margin-bottom: 10px;
  }

  .leftside {
    width: 350px;
    gap: 20px;
  }

  .rightside {
    width: 350px;
    gap: 20px;
  }

  .circle {
    width: 100px;
    height: 100px;
  }

  .circle img {
    width: 100px;
  }

  .topfirstitem::after {
    width: 10px;
    height: 10px;
    bottom: -26px;
  }

  .bottomleft::before {
    width: 10px;
    height: 10px;
    bottom: -26px;
  }

  .bottomright::before {
    width: 10px;
    height: 10px;
    bottom: -26px;
  }

  .bottomleft h4,
  .bottomleft span {
    font-size: 10px;
  }

  .topfirstitem h4,
  .topfirstitem span {
    font-size: 10px;
  }

  .bottomright h4,
  .bottomright span {
    font-size: 10px;
  }









}



@media (max-width: 768px) {
  header {
    position: relative;
  }

  .head-title {
    bottom: 30px;
    width: 80%;
    font-size: 20px;
  }

  .bannerslider .slick-dots button {
    width: 9px;
    height: 9px;
  }

  .bannerslider .slick-dots {
    bottom: 2%;
  }

  .logo {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    justify-content: center;
  }

  .logo img {
    width: 200px;
  }

  .logo .partners {
    display: flex;
    /* margin-bottom: 24px; */
    flex-direction: column;
    /* border: 1px solid green; */
    margin-top: 0px;
    display: none;
  }

  .partners span {
    font-size: 7px;
    text-align: center;
  }

  .logo .pride {
    width: 100px;
    display: block;
    margin: 0px;
  }

  .inline-form-wrapper {
    display: none;
  }

  .header {
    padding: 25px 20px 15px 20px;
  }

  .header .headerleft img {
    width: 50px !important;
  }

  .header .rightoption img {
    width: 120px !important;
  }

  .change .bar1,
  .change .bar2,
  .change .bar3 {
    background-color: #fff;
  }

  .navMenuBtn {
    display: flex;
  }

  .deskmenu {
    display: none;
  }


  .aboutcontainer {
    flex-direction: column;
  }

  .aboutleft {
    text-align: center;
    padding-right: 10px;
    padding-left: 10px;
    border-bottom: 1px solid var(--purple);
    border-right: 0px solid;
    width: 100%;
    font-size: 30px;
    font-family: 'montserrat-light';
    padding-bottom: 10px;
  }

  .aboutright {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    padding-top: 10px;
  }

  .aboutleft span {
    font-size: 30px;
    font-family: 'montserrat-bold';
  }

  .awards {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    justify-content: center;
    justify-items: center;
    gap: 25px;
  }


  .intropurplelogo {
    width: 150px;
  }

  .intropridelogo {
    width: 40px;
  }

  .introdologo {
    width: 60px;
  }

  .logoStrip {
    gap: 10px;
  }

  .edenlogo img {
    width: 120px;
  }



  .footer {
    padding: 60px 20px 30px;
  }

  .footer-inner {
    gap: 40px;
  }

  .footer-bottom {
    padding-bottom: 40px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .info {
    flex-direction: column;
    gap: 35px;
  }

  .company-info {
    width: 100%;
    text-align: center;
  }

  .info .rera img {
    width: 200px;
  }

  .info .rera {
    text-align: center;
  }



  /* new */

  .about-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: -50px;
    gap: 30px;
    z-index: 1;
    position: relative;
  }

  /* 🔥 ORDER FIX */
  .about-stats {
    order: 1;
    /* icons come first */
  }

  .about-image-wrap {
    order: 2;
    /* image comes after icons */
  }

  .about-stat-icon {
    width: 50px;
  }


  .about-stats {
    margin-top: 0px;
    grid-template-columns: 1fr 1fr;
    gap: 25px 98px;
  }

  .about-image-wrap {
    width: 280px;
    height: 280px;
    /* overflow: hidden; */
    margin-top: 0px;
  }

  .about-building-img {
    width: 100%;
    /* height: 100%;
    object-fit: cover; */
  }

  .builtby {
    padding: 110px 0px 35px 0px;
  }

  .builtbyitems .slick-slide {
    display: flex !important;
    justify-content: center;
  }

  .isymbol img {
    width: 20px;

  }

  .tabbuttoncontainer {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
  }

  .tabbuttoncontainer .tab {
    width: 100%;
    display: none;
    background: #fff;
    color: #000;
    padding: 14px 18px;
    border-radius: 10px;
    cursor: pointer;
    margin: 0 auto;
    text-align: left;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.1);
    order: 1;
  }

  .tabbuttoncontainer .tab.active {
    display: block;
    position: relative;
    order: -1;
  }

  .tabbuttoncontainer .tab::after {
    display: none;
  }

  .tabbuttoncontainer .tab.active::after {
    display: block;
    content: "";
    position: absolute;
    right: 18px;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #ffffff;
  }

  .tabbuttoncontainer.open .tab.active::after {
    border-top-color: transparent;
    border-bottom: 8px solid #ffffff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    left: auto;
    top: 40%;
    right: 18px;
    transform: translateY(-50%);
  }

  .tabbuttoncontainer.open .tab {
    display: block;
    margin: 0;
    border-radius: 0;
  }

  .tabbuttoncontainer.open .tab.active {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .tabbuttoncontainer.open .tab:not(.active) {
    border-top: none;
  }

  .tabbuttoncontainer.open .tab+.tab {
    margin-top: 4px;
  }

  .tabbuttoncontainer.open .tab:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .lifestylecontainer {
    flex-direction: column;
  }


  .lifestyleright,
  .lifestyleleft {
    width: 100%;
    flex: 1;
  }

  .lsrslider {
    position: relative;
    width: 80%;
    margin: 0px auto;
  }

  .tabcontentcontainer {
    margin-top: 35px;
    margin-bottom: -121px;
  }


  .tabbuttoncontainer.open .tab {
    display: block;
    margin-top: 8px;
  }

  .dropdown {
    position: relative;
    display: inline-block;
  }

  .dropdown-btn {
    background-color: #6b4bb6;
    color: white;
    padding: 12px 20px;
    font-size: 18px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
  }

  /* Triangle pointer */
  .dropdown-btn::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 10px;
    border-style: solid;
    border-color: #6b4bb6 transparent transparent transparent;
  }

  .dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 160px;
    margin-top: 15px;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  }

  .dropdown-content a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #333;
  }

  .dropdown-content a:hover {
    background-color: #f2f2f2;
  }

  /* Show dropdown on hover */
  .dropdown:hover .dropdown-content {
    display: block;
  }

  .leftside {
    display: none;
  }

  .rightside {
    display: none;
  }


  /* connectivitymob */


  .connectivitymob {
    width: 100%;
  }

  .connectivitymob .sldNext {
    left: auto;
    right: -20px;
  }

  .connectivitymob .sldPrev {
    left: -20px;
    right: auto;
  }


  .connectivitymob {
    display: block;
    font-size: 10px;
  }

  .timeline .icon {
    margin: 0 auto;
    margin-bottom: 10px;
  }

  .connectivitymob img {
    display: block;
    width: 100%;
  }

  .timeline .slick-list {
    padding: 30px 0px 0px;
  }

  .connectivitySlide:nth-child(even) {
    margin-top: 120px;

  }

  .connectivitymob::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, transparent, rgb(164, 164, 164), transparent);
    z-index: 1;
  }

  .connectivitySlide {
    position: relative;
  }

  /* .connectivitySlide::after {
  content: '';
  position: absolute;
  top: 50%; 
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background-color: #d4af37; 
  border-radius: 50%;
  z-index: 9; 
}

.connectivitySlide.bottom::after {
  top: -32%;
}

.connectivitySlide.top::after {
  top: auto;
  bottom: -38%;
} */

  .connectivitymob .slick-center .connectivitySlide::after {
    transform: translate(-50%, -50%) scale(1.3);
    box-shadow: 0 0 10px rgba(212, 175, 55, 0.6);
  }

  .connectivitySlide.top {
    margin-bottom: 120px;
  }

  .connectivitySlide.bottom {
    margin-top: 100px;
  }

  .timeline .icon {
    width: 27px !important;
  }

  .location-section {
    padding-bottom: 0px;
  }

  .awards {
    display: flex;
  }


  .mHide {
    display: none !important;
  }

  .dHide {
    display: block !important;
  }

  .sticky-enquiry-btn {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    top: auto;

    transform: none;
    /* remove rotate */

    width: 100%;
    text-align: center;

    padding: 14px;
    border-radius: 0;

    background: #d78ebb;
    /* your color */
    color: #fff;

    z-index: 9999;
  }

  .seperator {
    display: none;
  }


  .floorplan-slider {
    width: 95%;
  }

  .view-plan-btn {
    padding: 12px 20px;
    font-size: 13px;
  }

  img.builtonmob {
    width: 231px;
    margin: 0px auto;
  }

}

@media (max-width: 600px) {}

@media (max-width: 492px) {}

@media (max-width: 431px) {}

@media (max-width: 393px) {}

@media (max-width: 386px) {}

@media (max-width: 385px) and (max-height: 725px) {}

@media (max-width: 376px) {}

@media (max-width: 376px) and (max-height: 544px) {}

@media (max-width: 376px) {}

@media (max-width: 360px) {}

@media (max-width: 320px) {}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}