/*@font-face {
    font-family: 'ITCAvantGardeStd-Bk'; src: url('../fonts/ITCAvantGardeStd-Bk.eot'); src: local('ITCAvantGardeStd-Bk'), local('ITCAvantGardeStd-Bk'), url('../fonts/ITCAvantGardeStd-Bk.eot?#iefix') format('embedded-opentype'), url('../fonts/ITCAvantGardeStd-Bk.woff2') format('woff2'), url('../fonts/ITCAvantGardeStd-Bk.woff') format('woff'), url('../fonts/ITCAvantGardeStd-Bk.ttf') format('truetype'); font-weight: normal; font-style: italic;
}*/
@font-face {
  font-family: 'ITCAvantGardeStd-Bk';
  src: url('../fonts/ITCAvantGardeStd-Bk.eot');
  src: local('ITCAvantGardeStd-Bk'), local('ITCAvantGardeStd-Bk'), url('../fonts/ITCAvantGardeStd-Bk.eot?#iefix') format('embedded-opentype'), url('../fonts/ITCAvantGardeStd-Bk.woff2') format('woff2'), url('../fonts/ITCAvantGardeStd-Bk.woff') format('woff'), url('../fonts/ITCAvantGardeStd-Bk.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* @font-face {
  font-family: 'ITCAvantGardeStd-Bk'; src: url('../fonts/ITCAvantGardeStd-Bk.eot'); src: local('ITCAvantGardeStd-Bk'), local('ITCAvantGardeStd-Bk'), url('../fonts/ITCAvantGardeStd-Bk.eot?#iefix') format('embedded-opentype'), url('../fonts/ITCAvantGardeStd-Bk.woff2') format('woff2'), url('../fonts/ITCAvantGardeStd-Bk.woff') format('woff'), url('../fonts/ITCAvantGardeStd-Bk.ttf') format('truetype'); font-weight: normal; font-style: italic;
}
@font-face {
  font-family: 'ITCAvantGardeStd-BkCn';   src: url('../fonts/ITCAvantGardeStd-BkCn.eot'); src: local('ITCAvantGardeStd-BkCn'), local('ITCAvantGardeStd-BkCn'), url('../fonts/ITCAvantGardeStd-BkCn.eot?#iefix') format('embedded-opentype'), url('../fonts/ITCAvantGardeStd-BkCn.woff2') format('woff2'), url('../fonts/ITCAvantGardeStd-BkCn.woff') format('woff'), url('../fonts/ITCAvantGardeStd-BkCn.ttf') format('truetype'); font-weight: normal; font-style: normal;
} */
body {
  font-size: 13px;
  font-family: 'ITCAvantGardeStd-Bk', sans-serif !important;
  color: #2d2d2d;
  font-weight: 500;
  background: #EAE8E5;
  overflow-x: hidden;
}

html {
  overflow-x: hidden;
}

.container {
  max-width: unset;
  width: 84%;
}

section,
footer {
  position: relative;
}

.section-head {
  font-family: 'ITCAvantGardeStd-Bk', sans-serif;
  color: #00000099;
  font-size: 40px;
  position: relative;
  line-height: 1.4;
  z-index: 9;
}

.section-head span {
  font-family: 'ITCAvantGardeStd-Bk', sans-serif;
}

.section-head label {
  color: #a6b08e !important;
}

a {
  text-decoration: none !important;
}

/* ==================== Preloader Start ==================== */
#page-loader {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #0B1A37;
  z-index: 100001;
  transform: translateY(0%);
  transition: all ease-in-out 3s;
}

#page-loader.active {
  transform: translateY(-150%);
  transition: all ease-in-out 2s;
}

.preloadervideo {
  height: auto;
  width: 100%;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

/* ==================== Preloader Start ==================== */
/* ==================== Slider Start ==================== */
.carousel-inner {
  /* height: 80vh; */
}

.carousel-item img {
  /* animation: zoom-out 10s ease-out; */
}

@keyframes zoom-out {
  0% {
    transform: scale(1.5, 1.5);
  }

  100% {
    transform: scale(1, 1);
  }
}

/* ==================== Slider End ==================== */
/* ==================== Overview Start ==================== */
.inneroverview .innercenterbtn .innercircle span {
  color: #fff;
  height: 135px;
  width: 135px;
  border: 1px solid #ca9d75;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  position: absolute;
  bottom: 160px;
  left: 50%;
  transform: translate(-50%, 50%);
  background: #181d24;
  font-size: 9px;
  font-weight: 400;
  text-transform: uppercase;
}

.inneroverview .innercentertext span {
  font-size: 18rem;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 8;
  color: #fff;
  transform: translate(-50%, -50%);
}

.inneroverview .swiper-container::-webkit-scrollbar {
  display: none;
}

.inneroverview .swiper-container {
  overflow: scroll;
}

.inneroverview {
  background: white;
  /*color: #fff;
  padding-bottom: 4.5rem;
  .swiper-slidenew {
      margin-right: 2rem;transition: all .4s ease;
      img { max-width: 70rem;max-height: 55rem; width: 38vw; height: auto;}
  }*/
  color: black;

  .swiper-slidenew {
    display: flex;
    align-items: flex-end;
    width: auto;
    margin-right: 2rem;
    transition: all .4s ease;

    img {
      max-width: 70rem;
      max-height: 55rem;
      width: 38vw;
      height: auto;
    }
  }

  .swiper-slide-last {
    margin-right: unset;
  }

  .swiper-wrappernew {
    transition: all linear;
    display: flex;
  }
}

.innerdatatext p {
  font-size: 18px;
}

.innerdatatext .downloadbtn {
  display: inline-block;
  border: 1px solid #a6b08e;
  background: #a6b08e;
  border-radius: 30px;
  color: #fff;
  margin: 10px 0px;
  padding: 5px 15px;
  text-decoration: none;
}

.inneroverview .circlehref {
  position: absolute;
  left: 10%;
  top: -3%;
}

.paragraph {
  font-size: 17px;
  margin-left: -23px;
  margin-top: 4px;
}

.overviewlogo {
  width: 32%;
  width: 260px;
  margin-top: -11px;
}

.inneroverview .circlehref {
  position: absolute;
  left: 10%;
  top: -25px;
  animation: fadeIn 15s ease-out;
}

.inneroverview .circlehref .innercircle span,
.inneroverview .circlehref .innercircle .svg {
  height: 8rem;
  width: 8rem;
  position: relative;
  display: inline-block;
  z-index: 9;
}

.inneroverview .circlehref .innercircle iconify-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 3rem;
  color: #a6b08e;
}

.inneroverview .circlehref .innercircle span:hover .svgcircle2 {
  stroke-dashoffset: 00;
  transition: stroke-dashoffset 2s ease-in-out;
}

.inneroverview .svgcircle1 {
  cx: 4rem;
  cy: 4rem;
  r: 3.9rem;
}

.inneroverview .svgcircle1.active {
  stroke: #0000003d;
  animation-name: circlenew2;
  animation-duration: 10s;
  animation-timing-function: ease-out;
  animation-iteration-count: 1;
}

.inneroverview .svgcircle2 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  transition: stroke-dashoffset 2s ease-in-out;
  stroke: #415943 !important;
  cx: 4rem;
  cy: 4rem;
  r: 3.9rem;
}

.element1 {
  position: absolute;
  width: 230px;
  bottom: -50px;
  right: 10%;
  opacity: 0.2;
}

@keyframes circlenew2 {
  0% {
    stroke-dashoffset: 1000;
    stroke-dasharray: 1000;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1000;
    stroke: #fff9;
  }
}

/* ==================== Overview End ==================== */

/* ==================== ABOUT DEVELOPER START ====================== */
  .aboutus {

  }

  .inneraboutus {
    color:white;
    background: #415943;
    border-bottom: 1px solid #ffffff52;
  }

  .br-right {
    border-right: 1px solid #a6b08e;
  }

  .inneraboutus ul {
    list-style: none;
    text-transform: UPPERCASE;
  }

  .inneraboutus .list {
    font-size: 16px;
  }

  .inneraboutus .list li {
    padding-top: 10px;
    color: #a6b08e;
    padding-bottom: 10px;
    font-weight: 700;
  }
/* ==================== ABOUT DEVELOPER END ====================== */

/* =======Iconic Start ============= */
.headingsection {
  background: #0B1A37;
}

.headingsection p {
  color: #a6b08e;
  font-size: 8rem;
  opacity: 0.5;
  margin-top: -75px;
  letter-spacing: 0.5rem;
}

.headingsection p>span {
  font-family: 'ITCAvantGardeStd-Bk', sans-serif;
}

.innericonic.position-relative.aos-init.aos-animate {
  z-index: 9;
}

.arrowelement {
  width: 110px;
  margin-top: -30px;
}

.innericonic {
  background: url(../img/image-1-xxxl.webp);
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 80vh;
  width: 100%;
}

.icoslider1 .para2 p {
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  width: 13%;
  margin: 0 auto;
  position: absolute;
  bottom: 3%;
  left: 15%;
  text-shadow: 3px 8px 5px #000;
}

.icoslider2 .para2 p {
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  width: 13%;
  margin: 0 auto;
  position: absolute;
  bottom: 10%;
  left: 640px;
}

.icoslider3 .para2 p {
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  width: 15%;
  margin: 0 auto;
  position: absolute;
  bottom: 10%;
  right: 250px;
  text-shadow: 3px 8px 5px #000;
}

.icoslider1 .para2 h3,
.icoslider2 .para2 h3,
.icoslider3 .para2 h3 {
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  width: 100% !important;
  margin: 0 auto;
  position: absolute;
  top: 10%;
  left: 10%;
  text-shadow: 3px 8px 5px #000;
}

.icoslider1 .para2 p>span,
.icoslider2 .para2 p>span,
.icoslider3 .para2 p>span {
  font-family: 'ITCAvantGardeStd-Bk', sans-serif;
}

.icoslider {
  transform: translateX(-150%) skewX(30deg) !important;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

.icoslider.active {
  transform: translateX(0%) skewX(0deg) !important;
  transition: all 01s ease-in-out;
  z-index: 2;
}

.circlepoint.active {
  position: absolute;
  top: 50%;
  height: 130px;
  width: 130px;
  right: 0;
  transform: translate(50%, -50%);
  z-index: 8;
  border: 1px solid #a6b08e;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #EAE8E5;
  transition: all 0.5s ease-in-out;
}

.circlepoint.active span:nth-child(1) {
  font-size: 3.3vw;
  line-height: 1.05em;
  color: #ca9d75;
}

.circlepoint.active span:nth-child(2) {
  color: #ca9d75;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}

.circlepoint:not(.active) {
  position: absolute;
  top: 50%;
  height: 80px;
  width: 80px;
  right: 0;
  transform: translate(50%, -50%);
  z-index: 8;
  border: 2px solid #a6b08e;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  background: #EAE8E5;
}

.circlepoint:not(.active):hover {
  border: 8px solid #a6b08e;
  transition: all 0.5s ease-in-out;
}

.innericonic .circle1 {
  position: absolute;
  left: 6.3rem;
  bottom: 0%;
  transform: translate(0%, 50%);
  width: 28vw;
  z-index: 6;
  height: 34vw;
  border-radius: 50%;
}

.innericonic .circle1 .svg {
  height: 17vw;
  width: 30vw;
  display: inline-block;
}

.innericonic .circle1 .svgcircle1 {
  stroke-dasharray: 8000;
  stroke-dashoffset: 0;
  stroke: #fff9 !important;
  r: 13vw;
  cy: 110%;
  cx: 50%;
}

.innericonic .circle2 {
  position: absolute;
  left: 5.5rem;
  bottom: 0%;
  transform: translate(0%, 50%);
  width: 57vw;
  z-index: 5;
  height: 60vw;
  border-radius: 50%;
}

.innericonic .circle2 .svg {
  height: 30vw;
  width: 60vw;
  display: inline-block;
}

.innericonic .circle2 .svgcircle1 {
  stroke-dasharray: 8000;
  stroke-dashoffset: 0;
  stroke: #fff9 !important;
  r: 27vw;
  cy: 110% !important;
  cx: 50%;
}

.innericonic .circle3 {
  position: absolute;
  left: 5.5rem;
  bottom: 0%;
  transform: translate(0%, 50%);
  width: 77vw;
  z-index: 4;
  height: 80vw;
  border-radius: 50%;
}

.innericonic .circle3 .svg {
  height: 40vw;
  width: 80vw;
  display: inline-block;
}

.innericonic .circle3 .svgcircle1 {
  stroke-dasharray: 8000;
  stroke-dashoffset: 0;
  stroke: #fff9 !important;
  r: 37vw;
  cy: 110%;
  cx: 50%;
}

.circlepoint.active img {
  width: 70px;
}

/* =======Iconic End ============= */
/* ==================== Infrastructure Start ==================== */
.innerinfrastructure {
  background: #EAE8E5;
  padding-top: 5.5rem;
}

.innerinfrastructure .section-head span {
  font-family: 'ITCAvantGardeStd-Bk', sans-serif !important;
}

.innerinfrastructure .section-head span>span {
  font-family: 'ITCAvantGardeStd-Bk', sans-serif !important;
}

.innerinfrastructure .section-head span>label>span {
  font-family: 'ITCAvantGardeStd-Bk', sans-serif !important;
}

.infrastructurebox .section-head {
  /*display: inline-block*/
  position: relative;
  overflow: hidden;
}

.infrastructurebox .animtext,
.infrastructurebox .animtext2,
.infrastructurebox .animtext3,
.infrastructurebox .animtext4 {
  display: block;
  transition: transform 1s ease-in-out;
  transform: translateY(290%) skewY(10deg);
}

.infrastructurebox .section-head.active .animtext {
  transform: translateY(0%) skewY(0deg);
  transform: 1s ease-in-out;
  transition-delay: 0.2s;
}

.infrastructurebox .section-head.active .animtext2 {
  transform: translateY(0%) skewY(0deg);
  transform: 1s ease-in-out;
  transition-delay: 0.4s;
}

.infrastructurebox .section-head.active .animtext3 {
  transform: translateY(0%) skewY(0deg);
  transform: 1s ease-in-out;
  transition-delay: 0.6s;
}

.infrastructurebox .section-head.active .animtext4 {
  transform: translateY(0%) skewY(0deg);
  transform: 1s ease-in-out;
  transition-delay: 0.8s;
}

.headanim>span:nth-child(2)>span:nth-child(4),
.headanim1>span:nth-child(1)>span:nth-child(4),
.headanim1>span:nth-child(1)>span:nth-child(8),
.headanim1>span:nth-child(2)>span:nth-child(2),
.headanim1>span:nth-child(3)>span:nth-child(8),
.headanim3>span:nth-child(2)>span:nth-child(6) {
  font-family: 'ITCAvantGardeStd-Bk', sans-serif !important;
}

.innerinfrastructure .section-head {
  color: #0B1A37;
  margin-left: -50px;
  line-height: 1;
  position: relative;
  z-index: 99;
}

.infrastructurebox {
  margin-bottom: -25px;
}

.infra-text1 {
  text-transform: uppercase;
  text-align: center;
}

.paracontent {
  padding: 0px 70px;
}

.paracontent span>span {
  font-family: 'ITCAvantGardeStd-Bk', sans-serif !important;
}

.innerinfra-btn span {
  font-size: 9px;
  text-transform: uppercase;
  padding: 13px 20px;
  display: inline-block;
  border: 1.3px solid #ca9d75;
  color: #fff;
  background: #181d24;
  border-radius: 30px;
}

.innerinfrastructure .para2 p {
  text-align: left;
}

.innerinfrastructure .sliderbox .owl-next {
  color: #fff;
  height: 55px;
  width: 55px;
  border: 1px solid #ca9d75 !important;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
  margin: 10px 15px;
  font-size: 20px !important;
}

.innerinfrastructure .sliderbox .owl-prev {
  color: #fff;
  height: 55px;
  width: 55px;
  border: 1px solid #ca9d75 !important;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
  margin: 10px 15px 10px 0;
  font-size: 20px !important;
}

.innerinfrastructure .sliderbox .owl-nav {
  position: absolute;
  bottom: 40px;
  left: 5rem;
}

#carousel-right-slider,
#carousel-right-slider .owl-stage,
#carousel-right-slider .owl-stage-outer,
#carousel-right-slider .owl-item,
#carousel-right-slider .item {
  height: 100%;
}

#carousel-right-slider .paracontent h1 {
  color: #a6b08e;
  font-size: 1.8rem;
  text-transform: capitalize;
}

#carousel-right-slider .paracontent h1 span>span {
  color: #0B1A37;
  font-size: 1.1rem;
  text-transform: capitalize;
}

[data-animate] {
  line-height: 1.9em;
}

[data-animate]>span {
  display: inline-block;
}

[data-animate]>span>span {
  display: none;
  animation: 3s cubic-bezier(0, 1.2, 0.1, 0.9);
  animation-fill-mode: backwards;
}

[data-animate].show>span>span {
  display: inline-block;
}

[data-animate=slideup]>span>span {
  animation-name: slideUp;
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translate(0, 1.2em);
  }
}

.owl-dots {
  counter-reset: slides-num;
  position: absolute;
  top: 88%;
  right: 2%;
  transform: translate(-50%);
  margin-top: 0px;

  &:after {
    content: " / "counter(slides-num);
    color: #fff;
    display: inline-block;
    font-size: 20px;
    vertical-align: middle;
  }
}

.owl-dot {
  display: inline-block;
  counter-increment: slides-num;
  /* Increment counter */
  margin-right: 5px;

  span {
    display: none;
  }

  &.active {
    &:before {
      content: "0"counter(slides-num);
      display: inline-block;
      vertical-align: middle;
      font-size: 50px;
      position: absolute;
      right: 45%;
      bottom: 10%;
      color: #a6b08e;
      animation: fadeInUp 2s;
    }
  }
}

@keyframes fadeInUp {
  from {
    transform: translate3d(0, 40px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes fadeInUp {
  from {
    transform: translate3d(0, 40px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.element2 {
  position: absolute;
  right: 10%;
  top: 30%;
  width: 8%;
}

/* ==================== Infrastructure End ==================== */
/* ==================== Project Walk Through Start ==================== */
.innerwalkthrough {
  height: 70vh;
  background: url('../img/slider/slider02.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.walkthroughbox {
  display: flex;
  align-items: center;
  height: 70vh;
}

.walkbox {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding-left: 9%;
}

.walkbox h4 {
  padding: 20px;
}

/* ==================== Project Walk Through End ==================== */
/* ==================== Masterplan Start ==================== */
.innerMasterplan {
  background: #EAE8E5;
  padding-top: 4.5rem;
  padding-bottom: 1.5rem;
}

.innerMasterplan .section-head {
  color: #0B1A37;
}

.Masterplanbox ol {
  padding-left: 0.5rem;
}

.Masterplanbox h5 {
  color: #a6b08e;
}

.locarrowele {
  width: 55px;
  margin: 5px auto 15px;
}

.masterplanimage {
  /* margin-top: -65px; */
  cursor: pointer;
}

.element3 {
  position: absolute;
  right: 10%;
  top: 90px;
  width: 60px;
}

/* ==================== Masterplan End ==================== */
/* ==================== Floorplan Start ==================== */
.innerFloorplan {
  background: #EAE8E5;
}

.innerFloorplan .section-head {
  color: #0B1A37;
}

#floor {
  background-color: #eae8e5;
  border: none;
  border-radius: 0px;
  border-bottom: 1px solid #a6b08e;
}

.form-select:focus {
  outline: 0;
  box-shadow: none;
}

#unitplan {
  -webkit-filter: blur(2px);
  filter: blur(2px);
  cursor: pointer;
}

/* ==================== Floorplan End ==================== */
/* ==================== Collaboration Start ==================== */
/* .innerCollaborations {
  color: #fff;
  background: url(../img/collaboration/collaborationsbg.webp);
  background-size: cover;
  background-repeat: no-repeat;
}

.collabhead {
  margin-top: -3% !important;
}

.innerCollaborations .section-head {
  color: #fff;
}

.collabboxbottomtwo {
  text-align: end;
}

.collabbox {
  display: flex;
  justify-content: center;
  align-items: end;
}

.collabboxbottom {
  margin-top: -5%;
}

.collabboxbottom p {
  text-align: end;
} */

/* ==================== Collaboration End ==================== */
/* ==================== Amenities Start ==================== */
.navbartabsone .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: unset;
  background-color: unset !important;
  border-color: unset !important;
  padding: 7px;
}

.navbartabsone .nav-link {
  background-color: unset;
}

.navbartabsone {
  display: flex;
  flex-direction: column;
}

.ametabs {
  width: 20%;
  color: #fff;
  background-color: unset !important;
  border: none !important;
  display: inline-block;
  padding: 10px;
}

.ametabs.active {
  width: 20%;
  color: #a6b08e;
}

.ametabs img {
  margin-right: 15px;
}

.subametab {
  display: flex;
  align-items: center;
}

.ametabs::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transition: transform 0.3s ease-in-out;
  margin-top: 5px;
  margin: 12% 133%;
}

.grownicon {
  display: none;
}

.ametabs.active .grownicon {
  display: block;
}

.ametabs.active .whiteicon {
  display: none;
}

.ametabs.active::after {
  background-color: #a6b08e;
}

.innerAmenities {
  background: #0B1A37;
  color: #fff;
  padding: 40px 0px;
  overflow: hidden;
}

.innerAmenities .swiper-slide {
  width: 80%;
}

.innerAmenities .section-head {
  color: #fff;
  z-index: 9;
  margin-left: 115px;
  margin-bottom: -30px !important;
}

.amenitiesnav span {
  font-family: 'ITCAvantGardeStd-Bk', sans-serif;
}

.innerAmenities .arrownav {
  justify-content: end;
  gap: 1.5rem;
  transform: translateX(-11%) !important;
  z-index: 5;
  user-select: none;
  border-radius: 100rem;
  padding: 1rem 0.25rem;
  align-items: center;

  & iconify-icon {
    padding: 13px;
    border-radius: 50%;
    border: 2px solid #a6b08e;
    cursor: pointer;
    transition: background var(--speed), color var(--speed);
    font-size: 20px;
    margin-left: 15px;

    &:hover {
      border: 2px solid #a6b08e;
      /*background-color: rgba(0, 0, 0, 0.9);
          color: rgba(255, 255, 255, 0.9);*/
    }
  }

  h6 {
    font-size: 20px;
  }

  .headcurvetext5 {
    font-size: 22px;
  }
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: #eae8e5;
}

.amesubhead {
  color: #a6b08e !important;
  font-size: 14px;
}

.amesubhead span {
  font-family: 'ITCAvantGardeStd-Bk', sans-serif;
}

.amesubhead .nav-tabs {
  border: none;
}

.amesubhead .tabs-left>li {
  float: none;
  padding: 10px 0px;
  width: 100%;
}

.amesubhead .tabs-left>li.active>a,
.amesubhead .tabs-left>li.active>a:hover,
.amesubhead .tabs-left>li.active>a:focus {
  border-right-color: transparent;
  color: #a6b08e;
}

.amesubhead .tabs-left>li>a {
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  display: block;
  text-decoration: none;
}

.tabs-left a::after {
  content: '';
  border-bottom: 1px solid #fff;
  width: 25px;
  display: block;
  margin-left: 18%;
}

.tabs-left .active a::after {
  content: '';
  border-bottom: 1px solid #a6b08e;
  width: 25px;
  display: block;
  margin-left: 18%;
}

/* ==================== Amenities End ==================== */
/* ==================== ContactUs Start ==================== */

.iti.iti--allow-dropdown {
  width: 100% !important;
  width: 100%;
  background: transparent;
  border: none;
  border-radius: 0px;
}

input#phonenum {
  background: none;
  border: none;
  border-bottom: 1px solid #a6b08e;
  border-radius: 0px;
}

input#phone {
  background: none;
  border: none;
  border-bottom: 1px solid #a6b08e;
  border-radius: 0px;
}

.innerContectUs {
  background: #EAE8E5;
}

.innerContectUs .section-head {
  color: #a6b08e;
}

.form-check-input {
  border-color: #a6b08e;
  font-size: 23px;
  border-radius: 50px !important;
  margin-top: 0px;
}

.form-check-input:checked {
  background-color: #a6b08e;
  border-color: #a6b08e;
  font-size: 23px;
  border-radius: 50px;
  margin-top: 0px;
  margin-top: -3px;
  margin-right: 5px;
}

.form-check-input:checked[type=checkbox] {
  content: "\25AE";
  /* this is your text. You can also use UTF-8 character codes as I do here */
  font-family: FontAwesome;
}

.innerContectUs .circlehref .innercircle span,
.innerContectUs .circlehref .innercircle .svg {
  height: 6.7rem;
  width: 6.7rem;
  position: relative;
  display: inline-block;
  z-index: 9;
}

.innerContectUs .circlehref .innercircle iconify-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  color: #a6b08e;
}

.innerContectUs .circlehref .innercircle span:hover .svgcircle2 {
  stroke-dashoffset: 00;
  transition: stroke-dashoffset 2s ease-in-out;
}

.innerContectUs .svgcircle1 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
  stroke: #a6b08e !important;
}

.innerContectUs .svgcircle2 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  transition: stroke-dashoffset 2s ease-in-out;
  stroke: #0B1A37 !important;
}

.innercircle iconify-icon {
  color: #a6b08e;
}

.innerContectUs .circlehref .innercircle span:hover iconify-icon {
  color: #0B1A37;
}

.maplink a {
  position: absolute;
  top: 340px;
  left: 20px;
  border: 1px solid #a6b08e;
  background: #a6b08e;
  border-radius: 30px;
  color: #fff;
  padding: 5px 15px;
  text-decoration: none;
}

/* ==================== ContactUs End ==================== */
/* ==================== Footer Start ==================== */
.innerFooter {
  background: #415943;
  color: #fff;
}

.copyright {
  color: #a6b08e;
}

.privacypolicy {
  font-size: 11px;
}

.footerlogo {
  width: 100% !important;
}

.element {
  position: absolute;
  width: 8%;
  top: -18%;
  opacity: 0.8;
}

/* ==================== Footer End ==================== */
/* ==================== Form css Start ==================== */
.iti__flag-container {
  height: 40px;
}

input#enquirenow {
  background: none;
  border: none;
  border-bottom: 1px solid #a6b08e;
  border-radius: 0px;
}

.input-group>.form-control,
.input-group>.form-floating,
.input-group>.form-select {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #a6b08e;
  border-radius: 0px;
}

/*.modal-head { justify-content: center; }*/
label.error {
  color: red;
}

.modal-body h3 {
  color: #a6b08e;
}

button.btn-close {
  position: absolute;
  right: -15px;
  top: 0px;
}

.modal-content {
  padding: 15px 30px;
  border-radius: 0px;
  background: #EAE8E5;
}

.modal-header {
  padding: 0px;
  border-bottom: gainsboro;
}

.modal .section-head {
  font-size: 30px;
}

.modal .headcurvetext {
  font-size: 33px;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  margin: 20px 0px;
}

.modal .circlehref .innercircle span,
.modal .circlehref .innercircle .svg {
  height: 5.7rem;
  width: 5.7rem;
  position: relative;
  display: inline-block;
  z-index: 9;
}

.modal .circlehref .innercircle iconify-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  color: #a6b08e;
}

.modal .circlehref .innercircle span:hover .svgcircle2 {
  stroke-dashoffset: 00;
  transition: stroke-dashoffset 2s ease-in-out;
}

.modal .svgcircle1 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
  stroke: #a6b08e !important;
}

.modal .svgcircle2 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  transition: stroke-dashoffset 2s ease-in-out;
  stroke: #0B1A37 !important;
}

.innercircle iconify-icon {
  color: #a6b08e;
}

.modal .circlehref .innercircle span:hover iconify-icon {
  color: #0B1A37;
}

.form-check-label {
  position: relative;
  font-size: 13px;
  display: flex;
}

.form-check-label label.error {
  position: absolute;
  top: 30px;
  background: #fff;
  padding: 5px;
  border: 1px solid #a6b08e;
  z-index: 99;
  left: 0px;
}

.form-check-label label.error:after {
  content: " ";
  position: absolute;
  left: 1px;
  top: -9px;
  border-top: none;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #a6b08e;
}

/* ==================== Form css End ==================== */

.trin-trin {
  animation-name: trin;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes trin {
  from {
    transform: rotate3d(0, 0, 1, 0deg);
  }

  20%,
  32%,
  44%,
  56%,
  68% {
    transform: rotate3d(0, 0, 1, 0deg);
  }

  23%,
  35%,
  47%,
  59%,
  71% {
    transform: rotate3d(0, 0, 1, 15deg);
  }

  26%,
  38%,
  50%,
  62%,
  74% {
    transform: rotate3d(0, 0, 1, 0deg);
  }

  29%,
  41%,
  53%,
  65%,
  77% {
    transform: rotate3d(0, 0, 1, -15deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

/*animation css*/
.nonscrollheader {
  animation: fadeDownAnimation ease 2s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@keyframes fadeDownAnimation {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.zoom-out {
  width: 100%;
  height: 100%;
  animation: zoom-in-zoom-out 2s ease-out;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1.5, 1.5);
  }

  100% {
    transform: scale(1, 1);
  }
}

.fade-in-image {
  animation: fadeIn 5s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.downloadbtn {
  display: inline-block;
  border: 1px solid #a6b08e;
  background: #a6b08e;
  border-radius: 30px;
  color: #fff;
  margin: 10px 0px;
  padding: 5px 15px;
  text-decoration: none;
  margin-top: -100px;
}

.bg-transparent {
  /* background-color: transparent; */
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #a6b08e;
  border-radius: 0px;
}



#pageloader-new {
  background: rgba(34, 34, 34, 0.9);
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999999;
  top: 0;
}

.loading-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loading-wrap img {
  width: 130px;
}


@media screen and (max-width:768px) {
  .form-check-input:checked {
    background-color: #a6b08e;
    border-color: #a6b08e;
    font-size: 18px;
    border-radius: 50px;
    margin-top: -4px;
  }

  .form-check-label {
    position: relative;
    font-size: 10px;
    display: flex;
  }
}


/* new css custom */



.collaborations-section {
  background: url(../img/collaboration/collaborationsbg.webp) no-repeat center center;
  background-size: cover;
  color: #fff;
  overflow-x: hidden;
  padding: 70px 0;
}

.section-title {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
}

.section-title span {
  color: #d4af37;
}

.collaboration-card {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 10px;
  border-radius: 0px;
}

.collaboration-info {

  width: 100%;

  /* padding: 15px; */

  border-radius: 5px;

  margin: auto 0px;

  text-align: left;

  margin: auto;
}

.logo {
  /* max-width: 169px; */
  display: block;
  margin-bottom: 10px;
  width: 270px;
  margin-top: 20px;
}



.collabration-card {
  display: flex;
  justify-content: center;
}

.content-section {
  display: flex;
  justify-content: center;
  align-items: center;
}

.new-display {
  display: flex;
  justify-content: center;
  align-items: center;
}

.first-img {
  display: flex;
  justify-content: end;
  position: relative;

}

.third-img-p {
  margin-top: 10px;
  font-size: 13px;
  margin-left: 10px;
  width: 300px;
}

.third-img {
  display: flex;
  justify-content: end;
  /* align-items: end ; */
  margin-top: 20px;
}

.img-outer {
  width: 440px;
  max-width: 100%;
  height: 100%;
  margin: auto 0 auto auto;
}

.img-outer img {
  width: 100%;
  padding: 2px;
  height: 100%;
  object-fit: cover;
}


.adding-logo {
  width: 130px;
}

.lower-third {
  width: 405px;
  max-width: 100%;
}

.outer-second {
  width: 100%;
  height: 400px;
  /* height: auto; */
  margin: auto;
}

.outer-second img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.setting {
  position: absolute;
  top: 50%;
  left: 0;
  font-family: 'ITCAvantGardeStd-Bk', sans-serif;
  color: #fff;
  font-size: 40px;
  /* position: relative; */
  line-height: 1;
  z-index: 9;
}

.font-sizing {
  font-size: 12px;
}

.forth {
  display: flex;
  align-items: center;
  justify-content: center;
}

.inner-forth {
  display: flex;
  justify-content: center;
  align-self: center;
}

.display-new {
  display: flex;
  justify-content: center;
  align-items: self-start;
  margin-top: 1rem;
}

.inner-second {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.inner-second p {
  /* padding-left: 20px; */
  /* padding-top: 20px; */
  width: 300px;
  /* margin-top: 5rem; */
}


.innerCollaborations {
  color: #fff;
  background: url(../img/collaboration/collaborationsbg.webp);
  background-size: cover;
  background-repeat: no-repeat;
}

.collabbox {
  display: flex;
  justify-content: center;
  align-items: end;
}

.collabboxbottomtwo {
  text-align: end;
}

.collabboxbottom p {
  text-align: end;
}

.collabboxbottom {
  margin-top: -5%;
}

.collabhead {
  margin-top: -3% !important;
}

.slist li::before {
  content: "S ";
  /* Adds the letter "S" before each list item */
  font-weight: bold;
  /* Optional: Make it stand out */
  margin-right: 5px;
  /* Spacing between "S" and text */
}

.slist {
  list-style: none;
  margin-left: -14px !important;
}


@media screen and (max-width:768px) {
  .setting {
    position: relative;
    top: unset;
    right: unset;
    /* line-height: 0; */
    margin: 0rem 0 5rem 0rem;
  }

  /* .forth{
    gap: 5px;
  } */
  .first-img {
    flex-direction: column;
  }
}

.forth .logo-forth {
  width: 80px;
}

@media (min-width:767px) {
  .lower-third {
    width: 445px;
    max-width: 100%;
    margin: auto 0 auto auto;
  }

  .forth {
    display: flex;
    align-items: start;
    justify-content: center;
  }

  .lower-third img {
    width: 100px;
    margin: 0px;
  }

  .display-new {
    display: flex;
    justify-content: space-between;
    align-items: self-start;
    margin-top: 1rem;
  }

  .masterplanimage {
    /* margin-top: -65px; */
    cursor: pointer;
    /* scale: 1.1; */
    transform: scale(1.1) !important;
  }

}

/*---------plusementation--------- */

.GreyBtn {
  background: #505050;
  color: #000;
  background: -moz-linear-gradient(left,#ffffff 0%, #ffffff 46%, #a6b08e 51%, #ffffff 56%, #ffffff 100%);
  background: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 46%, #a6b08e 51%, #ffffff 56%, #ffffff 100%);
  background: linear-gradient(to right, #ffffff 0%, #ffffff 46%, #a6b08e 51%, #ffffff 56%, #ffffff 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#505050', endColorstr='#505050', GradientType=1);
  background-size: 600% 600%;
  -webkit-animation: AnimationNameGrey 3s ease infinite;
  animation: AnimationNameGrey 3s ease infinite;
}

@-webkit-keyframes AnimationNameGrey {
  0% {
    background-position: 100%;
  }

  100% {
    background-position: 0%;
  }
}

@keyframes AnimationNameGrey {
  0% {
    background-position: 100%;
  }

  100% {
    background-position: 0%;
  }
}

/* ---------end pulseamanitaion------- */

.div-line {
  border-right: 1px solid #fff;
}



/* custom section */


.padding1 {
  padding: 4rem 0;
}

.download-brochure {
  background: #415943;
}

.heading h3 {
  color: #132C25;
  text-align: center;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.8rem;
  text-transform: uppercase;
  margin-bottom: 2rem !important;
}

.exts2 {
  margin-bottom: 2% !important;
}

.highlight-container {
  margin: 3.5rem auto auto auto;
}

.highlights {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.high-img-container {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.high-img img {
  width: 100%;
  height: auto;
}

.high-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #a6b08e;
  text-align: center;
  width: 80%;
}

.high-title {
  margin-bottom: 6rem !important;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
}

.overview-links {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem auto auto auto;
}

.btn-primary {
  color: #fff;
  border: none;
  position: relative;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  padding: 0.65rem 1.25rem;
  text-wrap: nowrap;
  font-size: 1rem;
  text-transform: uppercase;
  background-color: #F6F1F0;
}

.btn-primary span.btn-primary-icon {
  width: 100%;
  height: auto;
}

.btn-primary span {
  display: block;
}

.btn-primary span.btn-primary-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.btn-primary span.btn-primary-price {
  color: #415943;
  text-align: center;
  font-size: 0.67469rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.12444rem;
  letter-spacing: 0.08431rem;
  text-transform: uppercase;
}

.btn-primary span {
  display: block;
}

.heading h4 {
  color: #a6b08e;
  text-align: center;
  font-size: 2.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.25rem;
  text-transform: uppercase;
  margin-bottom: 10%;
}

.heading h3 {
  color: #a6b08e;
  text-align: center;
  font-size: 2.50rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.8rem;
  text-transform: uppercase;
  margin-bottom: 2rem !important;

}

.flexin {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .high-title {
    font-size: 2.5rem;
    margin-bottom: 3rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .heading h4 {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 767px) {
  .heading h3 {
    font-size: 1rem;
    margin-bottom: 1rem !important;
  }
}