/* common css starts*/
.mg-bt-10 {
  margin-bottom: 10px;
}

.mg-bt-20 {
  margin-bottom: 20px;
}

.mg-bt-30 {
  margin-bottom: 30px;
}

.mg-tp-10 {
  margin-top: 10px;
}

.mg-tp-20 {
  margin-top: 20px;
}

.mg-tp-30 {
  margin-top: 30px;
}

.mg-tp-40 {
  margin-top: 40px;
}

.mg-tp-50 {
  margin-top: 50px;
}

.mg-tp-60 {
  margin-top: 50px;
}

.mg-tp-70 {
  margin-top: 50px;
}

.mg-tp-100 {
  margin-top: 100px;
}

.font-bold {
  font-weight: 700 !important;
}

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

.scotch {
  font-family: "scotch-display", sans-serif;
  font-style: normal;
}

.futura {
  font-family: "futura-pt", sans-serif;
  font-style: normal;
}

.banner_ht {
  height: 100vh;
}

.white-btn {
  padding: 8px 30px;
  background: transparent
    linear-gradient(108deg, #ecc4c5 0%, #a15052 49%, #582b2c 100%) 0% 0%
    no-repeat padding-box;
  border-radius: 24px;
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 26px !important;
  display: inline-block;
  text-transform: capitalize;
  text-align: center;
  text-decoration: none;
  box-shadow: 0px 2px 11px #00000000;
  color: #fff;
  cursor: pointer;
  border: 0;
  width: auto;
  position: relative;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.white-btn::after {
  content: "";
  background-image: url("../images/btnarrow.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 2px;
  top: 54%;
  right: 0;
  bottom: 0;
  opacity: 0;
  transform: translateY(-50%);
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.white-btn span {
  transition: all 0.5s ease-in-out;
}

.white-btn:hover span {
  margin-left: 14px;
}

.white-btn:hover::after {
  opacity: 1;
}

/* common css ends */

.dbros {
  position: absolute;
  top: 320px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 111;
}

.dbros a {
  z-index: 1111;
}

/* header starts */
header {
  z-index: 1111111;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 5px 0;
  transition: all 0.5s ease-in-out;
  background-color: #fff;
}

.rounded-menu {
  padding: 0 10px;
  transition: all 1s linear;
}

.header-bg {
  padding: 0px;
  background-color: #fff;
  box-shadow: 0px 2px 5px #00000021;
}

.header-bg .rounded-menu {
  border-radius: 0px 0px 8px 8px;
  height: 65px;
}

.header-bg .brand-logo img {
  transform: scale(0.8);
}

.nav-links {
  text-align: right;
  width: 100%;
  /* margin:8px 0 0; */
  display: flex;
  align-items: center;
  justify-content: flex-end;
  /* padding-right: 20px; */
}

.call {
  vertical-align: middle;
  margin-right: 5px;
}

.sell_do_virtual_numbers {
  line-height: 22px;
  color: #ffffff !important;
  font-weight: 800 !important;
  font-size: 16px !important;
}

.nav-links a {
  color: #444444;
  font-weight: 400;
  cursor: pointer;
  padding: 0px 9px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  position: relative;
}

.form-group input {
  width: 100%;
}

.form-group input .mobile-number {
  width: 100%;
}

.intl-tel-input {
  width: 100%;
}

.form-control {
  max-width: unset !important;
  margin-bottom: 16px !important;
  position: relative;
}

.nav-links a.active {
  position: relative;
  font-weight: 500;
  color: #b05657;
}

a.enquire-toggle-button.extLink.active:before {
  content: unset;
}

.burger-menu {
  display: none;
  padding: 7px 8px;
  margin-top: 25px;
}

.bar1,
.bar2,
.bar3 {
  width: 21px;
  height: 2px;
  background: #fff;
  background-repeat: no-repeat;
  background-position: center;
  margin: 4px auto;
  transition: 0.3s;
}

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

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-1px, -7px);
  transform: rotate(45deg) translate(-1px, -7px);
  width: 22px;
  left: 1px;
  margin: unset;
}

.col-12.nav-links a:last-child {
  padding-right: 0;
}

header .white-btn {
  margin: -4px 5px 0;
  color: #fff;
  width: 165px;
}

.col-12.header-upper {
  text-align: right;
}

.callme,
.callmeon {
  display: table-cell;
  vertical-align: middle;
}

.callmeon a {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
}

.brand-logo img {
  margin-top: 5px;
  transition: all 0.4s ease-in-out;
}

.callnumber:hover {
  color: #fff;
}

.vsg {
  width: 110px;
}

/* header ends */

/* footer starts */
.footer-call-enquire {
  display: none;
}

.footer-div {
  padding: 10px;
  float: left;
  width: 100%;
  padding-top: 0px;
  background-color: #582b2c;
}

.ftrbr {
  border-top: 1px solid #ffffff52;
}

.footer-bottom {
  padding: 10px 0 0;
}

.rera p {
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 27px;
  text-align: left;
  color: #fff !important;
}

.rera a {
  color: #fff !important;
}

.marketed p a,
.marketed p {
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 24px;
  text-align: right;
  color: #fff;
}

/* footer ends */

/* banner starts */

/* progress bar starts */
.pageinfo {
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: -12px;
}

.next-no {
  margin-right: -15px;
}

.prev-no {
  margin-left: -15px;
  font-weight: 500;
}

.progres-set {
  position: absolute;
  bottom: 60px;
}

.progress-wrapper {
  width: 176px;
}

.progress {
  height: 1px;
  position: relative;
  background-color: rgb(255 255 255 / 56%);
}

.progressFiller {
  height: 3px;
  width: 20%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: width 0.4s ease-in-out;
  border-radius: 6px;
}

.t1 {
  font-size: 34px;
  font-weight: 500;
  color: #111111;
}

.t2 {
  color: #fff;
  font-size: 26px;
  line-height: 40px;
  font-weight: 500;
}

.secl {
  margin-top: 35px;
}

.header-bg .sell_do_virtual_numbers {
  color: #000 !important;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.font-light {
  font-weight: 300 !important;
}

.fadeIn {
  animation-name: fadeIn;
}

.dflex {
  display: flex;
}

.enqdiv {
  display: flex;
  width: 600px;
  align-items: center;
  justify-content: end;
}

.all-incl {
  font-size: 12px;
  line-height: 53px;
  letter-spacing: 0px;
  font-weight: 400;
}

i.fa.fa-phone-square {
  border: none;
  color: #e4ba69;
  font-size: 24px;
  transform: translateY(3px);
}

.checkbox {
  color: #222 !important;
  margin: 0 !important;
}

a {
  cursor: pointer;
}

.over-txt {
  color: #636466;
}

:root {
  --bar-scale-y: 0;
  --sparkle-color: rgb(253 244 215 / 40%);
}

@keyframes pop-word {
  from {
    transform: rotateX(105deg) scale(1.5);
  }

  to {
    transform: rotateX(0) scale(1);
  }
}

@keyframes show {
  to {
    opacity: 1;
  }
}

@keyframes bar-scale {
  to {
    transform: scaleY(1);
  }
}

.stun {
  font-weight: 700;
}

.banner-head {
  color: #111111;
  letter-spacing: 0px;
  perspective: 500px;
  font-weight: 300;
}

.tag {
  color: white;
  font-size: 30px;
  line-height: 28px;
  letter-spacing: 0.24px;
  font-weight: 600;
  padding-top: 10px;
}

.tag1 {
  color: #222222;
  font-size: 26px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0.2px;
}

.word {
  display: block;
  animation: show 0.01s forwards, pop-word 2s forwards;
  animation-timing-function: cubic-bezier(0.14, 1.23, 0.33, 1.16);
  animation-delay: 0.5s;
  opacity: 0;
  transform: rotateX(105deg);
  transform-origin: 50% 100%;
  font-size: 62px;
  line-height: 70px;
}

.word:nth-of-type(2) {
  font-size: 44px;
  line-height: 52px;
  animation-delay: 1.2s;
}

.amenity-wrapper {
  margin-top: 25px;
}

#amen-next {
  transform: scaleX(-1);
}

.ame-arrows svg {
  cursor: pointer;
}

.ame-arrows {
  display: flex;
  justify-content: space-between;
  width: 285px;
  position: absolute;
  left: -55px;
  bottom: -27px;
}

.section-title {
  font-size: 48px;
  line-height: 64px;
  letter-spacing: 0px;
  font-weight: 500;
  padding-bottom: 25px;
  color: #111111;
  font-family: "scotch-display", sans-serif;
}

.section-desc {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0px;
  font-weight: 400;
  color: #222222;
}

.enquire-close-mobile {
  cursor: pointer;
  float: right;
  font-size: 36px;
  margin-right: 10px;
}

.sell_do_virtual_number_mobile::before {
  content: none !important;
}

.img-desc {
  position: absolute;
  right: 5px;
  bottom: 5px;
  font-size: 8px;
  line-height: 10px;
  color: #fff;
  display: inline-block;
  border-radius: 10px;
  padding: 2px 6px;
  z-index: 11;
  background: rgb(0 0 0 / 50%);
  width: auto;
}

.img-descl {
  right: unset;
  left: 5px;
}

.slide .img-desc {
  right: 30px;
}

.tabs {
  position: relative;
}

.tc {
  position: absolute;
  left: 5px;
  bottom: 0px;
  font-size: 10px;
  line-height: 14px;
  color: #fff;
  background: rgb(0 0 0 / 80%);
  display: inline-block;
  z-index: 11;
  padding: 2px 10px;
}

.slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 2rem 0 0;
  list-style-type: none;
  align-items: center;
}

.slick-dots li {
  /* margin: 0 0.25rem; */
}

.slick-dots button {
  display: block;
  width: 5px;
  height: 5px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #000;
  text-indent: -9999px;
  cursor: pointer;
}

li.slick-active button {
  background-color: transparent;
  width: 10px;
  height: 10px;
  border: 1px solid #000;
}

/* Default slide */
.slick-next,
.slick-prev {
  z-index: 5;
}

.slick-next {
  right: 15px;
}

.slick-prev {
  left: 15px;
}

.slick-next:before,
.slick-prev:before {
  color: #000;
  font-size: 26px;
}

/*Home Start*/
@keyframes fade-in {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fade-in {
  animation: fade-in ease 5s;
  -webkit-animation: fade-in ease 5s;
  -moz-animation: fade-in ease 5s;
  -o-animation: fade-in ease 5s;
  -ms-animation: fade-in ease 5s;
  animation-iteration-count: 1;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

.banner {
  background-image: url("../images/bannerbg.jpg");
  height: 100vh;
  background-size: 100% 82%;
  background-repeat: no-repeat;
  padding-bottom: 30px;
}

.bnrhead {
  margin: auto;
  margin-top: 30px;
  display: block;
}

.bnrlogo {
  margin: auto;
  margin-right: 100px;
}

.bnrright {
  position: absolute;
  right: 0;
  bottom: 60px;
  width: 50%;
}

.bnrbtm {
  color: #990813;
  font-size: 46px;
  line-height: 46px;
  border-right: 1px solid #000;
  padding-right: 30px;
  margin-right: 30px;
  text-align: center;
  font-family: "Gotham Narrow Ultra";
}

.btmcontainer {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.bnrbtmflex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.bnrbtmflex1 {
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}

.bhk {
  letter-spacing: -0.81px;
  font-size: 28px;
  line-height: 40px;
  color: #000;
  font-family: "Gotham Bold";
}

.start {
  color: #000000;
  letter-spacing: -0.7px;
  font-size: 16px;
  line-height: 18px;
  font-family: "Gotham Book";
  border-top: 1px solid #b11116;
  border-bottom: 1px solid #b11116;
  padding: 4px 0px 0px;
}

.price {
  color: #990813;
  font-size: 46px;
  line-height: 51px;
  margin: 0px 30px;
  font-family: "Gotham Narrow Ultra";
}

.price .pricetnc {
  color: #000000;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: -0.75px;
  font-weight: 600;
  font-family: "Gotham Book";
}

.star {
  font-family: "Gotham Bold";
  font-weight: 400;
}

.only {
  font-family: "Gotham Bold";
  font-size: 43px;
}

.corner {
  color: #000;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: -0.46px;
  font-family: "AmsiPro Bold";
  text-align: center;
}

.corner1 {
  border-bottom: 1.5px solid #b11116;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.bnrtnc {
  color: #ffffff;
  font-size: 10px;
  line-height: 10px;
  letter-spacing: 0.1px;
  font-family: "Gotham Book";
  transform: translateY(-50%) rotate(-90deg);
  position: absolute;
  top: 50%;
  right: 10px;
}

.padva-unit-wrapper {
  position: absolute;
  bottom: 20px;
  width: 300px;
  right: 5%;
  z-index: 9999;
}

.banner-cont {
  position: absolute;
  z-index: 111;
  top: 20vh;
}

.banner-cont img {
  width: 350px;
}

.banner-bottom {
  position: absolute;
  bottom: 50px;
  z-index: 1;
}

.price_block small {
  font-size: 14px;
}

.price_block strong {
  font-size: 32px;
}

.price_block {
  font-size: 22px;
  line-height: 40px;
}

.banner_ame {
  padding: 5px 20px;
  border: 1px solid #fff;
  border-radius: 7px;
  font-size: 17px;
  line-height: 22px;
  display: inline-block;
  letter-spacing: 1px;
}

.banner_ame p {
  display: inline-block;
  padding: 0 10px;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0;
}

.z1 {
  z-index: 1;
}

@keyframes fadeIns {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.heading {
  width: max-content;
}

.life {
  color: #222222;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0px;
  padding: 0 0 10px;
}

/* overview starts */
.section2 {
  background-size: cover;
}
.overview {
  margin-top: -36px;
}
.overview_wrapper {
  margin-top: 40px;
}

.custom-arrow {
  display: block;
  position: absolute;
  width: 100%;
  z-index: 1;
}

#overview-prev {
  display: inline-block;
  width: 50%;
  height: 500px;
  left: 0px;
  position: absolute;
  opacity: 0;
  transition: 0.6s;
}

#overview-next,
#projectRight {
  display: inline-block;
  width: 50%;
  height: 500px;
  right: 0px;
  left: unset;
  position: absolute;
  opacity: 0;
  transition: 0.6s;
}

.ame1 {
  height: 100vh;
}

/* .amecol{
position:absolute;
z-index:1;
top:75px;
} */
#amenities {
  padding-top: 70px;
}

.amedesc {
  margin-top: 30px;
}

.spec-box {
  padding: 10px;
}

.spec-img {
  -webkit-box-shadow: 2px 2px 46px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 46px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 10px 1px rgb(0 0 0 / 40%);
}

.ame-txt {
  position: absolute;
  z-index: 11;
  bottom: 50px;
  /* font-size: 32px;
    line-height: 36px;
    font-weight: 500; */
  margin-left: -20px;
}

.ame-txt .title {
  font-size: 32px;
  line-height: 36px;
  font-weight: 500;
}

.ame-txt .info {
  font-size: 18px;
  font-weight: 500;
}

.ame-slider1 .slick-slide:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #111111;
  opacity: 0.4;
}

.ames {
  position: absolute;
  right: 0;
  bottom: 60px;
  z-index: 1;
  -webkit-box-shadow: 2px 2px 46px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 46px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 15px 1px rgb(0 0 0 / 40%);
}

.ame-wrapper2 {
  width: 250px;
  position: absolute;
  right: 0;
  bottom: 50px;
}

#ame-prev {
  display: inline-block;
  width: 50%;
  height: 768px;
  left: 0px;
  position: absolute;
  opacity: 0;
  transition: 0.6s;
}

#ame-next {
  display: inline-block;
  width: 50%;
  height: 768px;
  right: 0px;
  left: unset;
  position: absolute;
  opacity: 0;
  transition: 0.6s;
}

#projectLeft {
  display: inline-block;
  width: 50%;
  height: 500px;
  left: 0px;
  position: absolute;
  opacity: 0;
  transition: 0.6s;
}

.resibg {
  position: relative;
  margin-top: -280px;
  z-index: 0;
}

.spec-slider {
  z-index: 1;
}

.roverlay {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 500px;
  background: transparent
    linear-gradient(180deg, #ffffff 0%, #ffffffa3 72%, #ffffff00 100%) 0% 0%
    no-repeat padding-box;
}

#spec-prev {
  display: inline-block;
  opacity: 1;
  transition: 0.6s;
}

#spec-next {
  display: inline-block;
  opacity: 1;
}

.spec-txt {
  height: 250px;
  overflow-y: auto;
}

.pin {
  position: absolute;
  top: 300px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
}

.loc_wrapper {
  padding: 70px 0 0;
}

.loc_slider {
  padding: 0 0 100px;
}

.loc_slider .slick-slide {
  margin: 0 30px;
}

.locSlide {
  padding: 30px 15px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 460px;
}

.locSlide:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #000;
  background-image: linear-gradient(315deg, #000, #414141 74%);
  opacity: 0.8;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.locSlide ul {
  padding: 20px 20px;
}

.locSlide ul li {
  list-style-type: none;
  position: relative;
  color: #fff;
  z-index: 2;
  line-height: 34px;
  font-size: 16px;
}

.loc_title {
  font-size: 26px;
  line-height: 32px;
  z-index: 2;
}

/* .loc-arrow {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 40px 0;
} */

.loc-high-wrapper {
  position: absolute;
  width: 450px;
  top: -70px;
  right: 5%;
  background-color: #fff;
  padding: 30px;
  border-radius: 6px;
  box-shadow: 0px 3px 8px #0000001a;
  z-index: 11;
}

.loc-high-head {
  font-size: 20px;
  line-height: 30px;
  border-bottom: 1px solid rgba(163, 114, 15, 0.5);
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-weight: 600;
  font-family: "din-2014";
}

.loc-list {
  font-size: 16px;
  line-height: 26px;
  padding-left: 25px;
}

.loc-list li {
  padding: 8px 0;
}

.map-disclaimer .img-desc {
  right: unset;
}

.loc-arrow {
  display: flex;
  justify-content: space-evenly;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 20px;
}

.loc-arrow img {
  cursor: pointer;
}

/* tabs starts */
.tab-content.current {
  pointer-events: none;
}

.tabs-points li {
  color: #444444;
  font-size: 14px;
  line-height: 32px;
  letter-spacing: 0px;
  font-weight: 500;
  opacity: 80%;
}

.tabs-container nav {
  margin: 0 auto;
}

.tabs-container nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid #ccc;
  padding: 0 10px;
  border-radius: 50px;
  background-color: #08162f;
}

.tabs-container nav ul li {
  padding: 1rem;
  cursor: pointer;
  color: #000;
  opacity: 0.5;
  border-top: 1px solid #eee;
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 25px;
  font-size: 14px;
  line-height: 20px;
}

.tabs-container nav ul li:hover {
  color: #3e4b58;
}

.tabs-container nav ul li.active {
  color: #fff;
  border-top: none;
  font-weight: 700;
}

.tabs-container {
  position: relative;
  height: 4em;
}

.tabs-container nav {
  position: absolute;
  width: 100%;
}

.tab-col {
  border-radius: 30px;
  margin-top: 40px;
  position: relative;
  z-index: 1;
}

.tabs-container nav ul {
  display: flex;
  flex-direction: column;
}

.tabs-container nav ul li {
  order: 1;
}

.tabs-container nav ul li.active {
  order: 0;
}

.tabs-container nav ul li.active:after {
  width: 1px;
  height: 1px;
  border: 5px solid transparent;
  border-top: 5px solid #fff;
  content: "";
  position: absolute;
  right: 1.5em;
  top: 1.4em;
  z-index: 9999;
}

.tabs-container nav ul li:not(.active) {
  position: absolute;
  top: -999em;
}

.tabs-container nav ul.expanded li.active:after {
  border-top-color: transparent;
  border-bottom-color: #555;
  top: 1em;
}

.tabs-container nav ul.expanded li:not(.active) {
  position: relative;
  top: auto;
}

@media all and (min-width: 993px) {
  nav {
    background: transparent;
  }

  .tabs-container nav ul li.active {
    background: #e0b1b1;
    width: 195px;
    height: 42px;
    border-radius: 22px;
    text-align: center;
    vertical-align: middle;
    padding-top: 10px;
    color: #fff;
    font-weight: 700;
    opacity: 1;
  }

  .tabs-container nav ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    white-space: nowrap;
    overflow: hidden;
    border: none;
    padding: 0;
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #ebc9c9;
    border-radius: 30px;
    padding: 3px 0;
    width: 80%;
    margin: 0 auto;
    -webkit-box-shadow: 2px 2px 10px 1px rgb(208 154 154 / 40%);
    -moz-box-shadow: 2px 2px 10px 1px rgb(208 154 154 / 40%);
    box-shadow: 2px 2px 10px 1px rgb(208 154 154 / 40%);
  }

  .tabs-container nav ul li {
    display: inline-block;
    margin: 0 1rem 0 1rem;
    padding: 0 0 0.2rem 0;
    border: none;
  }

  .tabs-container nav ul li:not(.active) {
    position: relative;
    top: auto;
    padding-top: 10px;
  }

  .tabs-container nav ul li.active {
    order: 1;
  }

  .tabs-container nav ul li.active:after {
    display: none;
  }

  .tabs-container nav ul .ftab {
    margin-left: 40px;
  }

  .tabs-container nav ul .ftab.active {
    margin-left: 5px;
  }

  .tabs-container nav ul .ltab {
    margin-right: 40px;
  }

  .tabs-container nav ul .ltab.active {
    margin-right: 5px;
  }
}

.tab-content {
  display: none;
  padding: 15px;
}

.tab-content.current {
  display: inherit;
}

@media screen and (max-width: 992px) {
  ul.tabs-points {
    padding-left: 15px;
  }

  .tabs-points table {
    width: 100%;
  }

  .tab-col {
    margin-top: 0px;
    background: transparent;
    border: none;
    z-index: 11;
  }

  .tabs-container nav ul {
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 20px;
    background: #e0b1b1;
    z-index: 11111;
    position: relative;
    margin: 0 auto;
    width: 240px;
  }

  .tabs-container nav ul li {
    opacity: 1;
    color: #fff;
  }

  .tabs-points li {
    color: #ffffff;
    opacity: 80%;
  }

  .tab-content.current {
    padding: 0;
  }

  .tabs-container nav ul.expanded li.active:after {
    border-bottom-color: #fff;
  }
}

.projectSlider .slick-slide {
  margin-right: 100px;
}

.diamond {
  position: absolute;
  right: -180px;
}

.overview-slider .slick-slide img {
  -webkit-box-shadow: 2px 2px 46px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 46px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 15px 1px rgb(0 0 0 / 40%);
}

.overview-slider .slick-slide {
  transform: translateY(0px);
  transition: all 0.6s ease-in-out;
  margin: 0 20px;
}

.overview-slider .slick-slide.slick-current {
  transform: translateY(40px);
}

.overview-slider .slick-track {
  padding-bottom: 50px;
}

.over-text {
  margin-bottom: 15px;
}

/* residential starts */
.restxt {
  margin-top: 15px;
  color: #444444;
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
}

.slick-dots li.slick-active button:before {
  content: none;
}

.fixed-txt {
  transform: rotate(90deg);
  position: absolute;
  z-index: 11;
  bottom: 15%;
  opacity: 1;
  transition: all 0.6s ease-in-out;
  right: 25px;
  opacity: 0;
  -moz-animation: hidescroll 1.5s forwards;
  -webkit-animation: hidescroll 1.5s forwards;
  animation: hidescroll 1.5s forwards;
}

@keyframes hidescroll {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.scroll-img {
  display: block;
  margin: 0 auto;
  margin-top: 6px;
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
  width: 90px;
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-17px);
  }

  60% {
    transform: translateY(-7px);
  }
}

.scroll {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0px);
  bottom: 0px;
  text-align: center;
  z-index: 11;
}

/* specification starts */
.spec-box {
  display: flex;
}

.spec-img {
  transition: all 0.4s ease-in-out;
}

.spec-cont {
  position: relative;
  margin-left: 70px;
  transition: all 0.4s ease-in-out;
}

.spec-cont::before {
  content: "";
  position: absolute;
  left: -70px;
  top: 10px;
  height: 2px;
  width: 65px;
  background-color: #e0b1b1;
}

.spec-slider .slick-slide .spec-cont {
  display: none;
}

.spec-slider .slick-slide.slick-current .spec-cont {
  display: block;
}

.ss2 {
  width: 204px;
  height: 195px;
}

.spec2 {
  position: absolute;
  top: 724px;
  left: 0px;
  z-index: 11;
  width: 100%;
}

.spec-slider2 .slick-slide {
  margin: 0 30px;
}

.spec-wrapper {
  margin-top: 40px;
}

.incl {
  font-size: 12px;
  color: black;
}

/* width */
.spec-cont {
  z-index: 1111;
}

.spec-cont ::-webkit-scrollbar {
  width: 4px;
}

/* Track */
.spec-cont ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
.spec-cont ::-webkit-scrollbar-thumb {
  background: #653132;
  border-radius: 10px;
}

/* Handle on hover */
.spec-cont ::-webkit-scrollbar-thumb:hover {
  background: #b30000;
}

.spec-head {
  color: #886f68;
  font-size: 32px;
  line-height: 24px;
  letter-spacing: 0px;
  margin-bottom: 30px;
}

/* specification ends */
.intl-tel-input .selected-flag {
  z-index: 1;
  position: relative;
  width: 36px;
  height: 50%;
}

/* about starts */
.abtgrid {
  display: grid;
  grid-template-columns: auto auto auto;
  row-gap: 15px;
  margin-top: 40px;
}

.pdr {
  padding-right: 20px;
}

.pdl {
  padding-left: 20px;
}

.abthead {
  font-weight: 500;
}

.abtno {
  font-size: 26px;
  font-weight: 600;
}

.vision-logo {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.about {
  padding-bottom: 0px;
  margin-top: -6px;
  /* height:950px; */
  padding-bottom: 70px;
}

.rera-div {
  margin-top: 30px;
}

.abt-count {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 80px;
}

.count1 {
  margin: 0 15px;
}

.count1 img {
  margin: 0 auto;
}

.ctxt {
  color: #000;
  font-size: 18px;
  line-height: 24px;
}

.brline {
  background: transparent
    linear-gradient(
      270deg,
      #91585e 0%,
      #9f5d5f 4%,
      #c66a65 17%,
      #d57067 24%,
      #f3b4aa 43%,
      #f3aca4 46%,
      #f49693 55%,
      #f58c76 81%,
      #e27d6d 87%,
      #b05657 100%
    )
    0% 0% no-repeat padding-box;
  height: 2px;
  margin: 10px 0px;
}

.about-tabs {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #ebc9c9;
  border-radius: 20px;
  display: inline-flex;
  margin: 0 0 30px;
}

.about-tabs a.active {
  background-color: #a16053;
  border-radius: 30px;
  color: #fff;
}

.about-tabs a {
  font-size: 14px;
  line-height: 16px;
  min-width: 200px;
  padding: 9px 30px;
}

/* about ends */

.br-download-btn {
  display: none;
  color: #fff;
  background-color: #d2ae6d;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.56px;
  padding: 8px 20px;
  position: relative;
}

/******* Footer *********/

.pink {
  color: #d09a9a;
}

.z11 {
  position: relative;
  z-index: 1111;
}

.privacy {
  padding: 100px 0 70px !important;
}

/* form error */

.form-group label.error {
  color: red;
  font-size: 12px;
  position: absolute;
  bottom: -17px;
}

/* -------------------call icon-------------------- */

.callwrap {
  padding: 15px 20px;
  position: fixed;
  right: -190px;
  z-index: 9;
  top: 65%;
  width: 40px;
  box-shadow: 1px 0px 4px rgba(0, 0, 0, 0.6);
  width: 240px;
  display: table;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -ms-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
  z-index: 9999999;
  margin-top: 5px;
  cursor: pointer;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background: transparent
    linear-gradient(108deg, #ecc4c5 0%, #a15052 49%, #582b2c 100%) 0% 0%
    no-repeat padding-box;
  border-radius: 50px;
  opacity: 1;

  @media (max-width: 1024px) {
    top: 40%;

    @media (max-width: 640px) {
      display: none;
    }
  }
}

.callwrap.active {
  right: -25px;
  transition: all 1s linear;
  border: 1px solid #fff;
}

.callme,
.callmeon {
  display: table-cell;
  vertical-align: middle;
}

.callmeon p.callnumber a {
  margin-bottom: 0 !important;
  text-align: center;
  color: #fff;
}

.callmeon p {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

.callme img {
  vertical-align: middle;
  width: 25px;
  margin-left: -5px;
}

p.call-no {
  display: none;
  position: absolute;
  background-color: #fff;
  width: 155px;
  padding: 10px;
  text-align: center;
}

a.call-icon.extLink {
  /* width: 48px;
        height: 48px; */
  text-align: center;
  line-height: 34px;
  display: inline-block;
  padding: 6px 15px;
  color: #288635;
  background-color: #fff;
  cursor: pointer;
  border: 1px solid #fff;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 24px;
  text-align: center;
}

.new_banner {
  height: 91vh;
  position: relative;
  margin-top: 100px;
  overflow: hidden;
}
.banner-slider img {
  height: 91vh !important;
  object-fit: unset !important;
}
@media (max-width: 767px) {
  .new_banner {
    height: 88vh !important;
  }
  .banner-slider img {
    /* object-fit: unset; */
    height: 86vh !important ;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .new_banner {
    height: unset !important;
  }
  .banner-slider img {
    height: unset !important;
  }
}
.banner_image_main {
  background-image: url("../images/banner_elevation.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 6.9;

  @media (max-width: 1024px) {
    background-image: url("../images/banner_elevation_mob.jpg");
    aspect-ratio: 1 / 1.1;

    @media (max-width: 640px) {
      margin-top: 70px;
      aspect-ratio: 1 / 1.2;

      @media (max-width: 390px) and (max-height: 800) {
        margin-top: 40px;
        aspect-ratio: 1 / 1.2;
      }
    }
  }
}

.banner_patch {
  background-image: url("../images/banner_patch.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  /* max-width: 1126px; */
  margin: -50px auto 20px;
  padding: 20px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 1200px;

  @media (max-width: 1024px) {
    background-image: url("../images/banner_patch_mob.jpg");
    flex-direction: column;
    gap: 10px;
    margin: -80px auto 20px;

    @media (max-width: 640px) {
      margin: -2px auto;
      padding: 10px;
      background-size: cover;
    }
  }
}

.banner_tagline_wrap {
  padding-top: 15vh;
  width: 45vw;

  @media (max-width: 1024px) {
    width: 60vw;
    margin: auto;
    padding-top: 8vh;

    @media (max-width: 640px) {
      width: 80%;
      padding-top: unset;
    }
  }
}

.banner_tagline {
  width: 100%;
}

.ban_ame_txt {
  font: normal normal 700 30px/42px "Gotham Bold";
  color: #fff;

  @media (max-width: 640px) {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }
}

.span_txt_1 {
  font: normal normal 400 30px/42px "Gotham Book";
  color: #fff;

  @media (max-width: 640px) {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }
}

.banner_price {
  font: normal normal 700 30px/42px "Gotham Bold";
  color: #fff;

  @media (max-width: 640px) {
    font-size: 24px;
    line-height: 28px;
  }
}

.banner_price span {
  font: normal normal 400 20px/42px "Gotham Book";
  vertical-align: middle;

  @media (max-width: 640px) {
    font-size: 16px;
    line-height: 28px;
  }
}

.banner_btm_wrap {
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto 20px;

  @media (max-width: 1024px) {
    flex-direction: column-reverse;
    gap: 40px;

    @media (max-width: 640px) {
      gap: 10px;
      margin-bottom: 10px;
      margin-top: 10px;
    }
  }
}

.gold_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;

  @media (max-width: 640px) {
    gap: 10px;
  }
}

.gold_txt {
  font: normal normal 500 24px/32px "Gotham Bold";
  text-align: center;
  letter-spacing: -1.8px;
  color: #84540f;

  @media (max-width: 640px) {
    font-size: 14px;
    line-height: 18px;
  }
}

.gold_line {
  height: 50px;
  width: 1px;
  border: 1px solid #84540e;
}

.banner_loc {
  font: normal normal 500 30px/38px "Gotham Bold";
  text-align: center;
  color: #000;

  @media (max-width: 640px) {
    font-size: 18px;
    line-height: 22px;
  }
}

.tnc {
  position: absolute;
  left: 0;
  bottom: 0px;
  font: normal normal 400 8px/10px "Gotham Bold";
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 5px 5px;
  z-index: 4;
}

.artimp {
  position: absolute;
  right: 0;
  bottom: 0px;
  font: normal normal 600 8px/10px "Gotham Bold";
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 5px 5px;
  z-index: 4;
}
