@font-face {
  font-family: "Coldiac";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/Coldiac/Coldiac.ttf) format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC,
    U+A830-A839, U+A8E0-A8FF;
}
@font-face {
  font-family: "Coldiac";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/Coldiac//Coldiac.otf) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF,
    U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Coldiac";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/Coldiac//Coldiac.otf) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/l/font?kit=JIAxUVNqfH9WuVQQRM4zUxOn&skey=22efecd2bc0e2cb0&v=v9)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* latin-ext */
@font-face {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/l/font?kit=JIAxUVNqfH9WuVQQRM4zWROn&skey=22efecd2bc0e2cb0&v=v9)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/l/font?kit=JIAxUVNqfH9WuVQQRM4zVxOn&skey=22efecd2bc0e2cb0&v=v9)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
  font-family: "Helvetica", sans-serif;
  color: #444444;
  background: transparent -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#0f131a),
      color-stop(25%, #14171e),
      color-stop(58%, #252e33),
      to(#10181d)
    ) 0% 0% no-repeat padding-box;
  background: #fff;
}
p,
span {
  color: #fff;
  font-family: "Helvetica", sans-serif;
  opacity: 1.2;
}
p {
  font-size: 15px;
}

p,
a {
  color: #47b2e4;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  /*font-family:'Coldiac'; */

  color: #ffffff;
  font-weight: 600;
  letter-spacing: 0.8px;
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #37517e;
}
#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #37517e;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.offcanvas {
  z-index: 99999;
}
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 55px;
  bottom: 15px;
  z-index: 9996;
  background: #e1dbce;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border: 1px solid #25262b;
}
.back-to-top i {
  font-size: 24px;
  color: #000;
  line-height: 0;
}
.back-to-top:hover {
  background: #e1dbce;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
#header {
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  z-index: 997;
  padding: 6px 0 8px 0;
  visibility: visible;
  background: #ffffff;
}
#header.header-scrolled,
#header.header-inner-pages {
  background: #fff;
  padding: 8px 0;
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#header .logo a {
  color: #fff;
}
#header .logo img {
  max-height: 85px;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
#header.header-scrolled .logo img,
#header.header-inner-pages .logo img {
  max-height: 50px;
}
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar a,
.navbar a:focus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 14px;
  font-weight: lighter;
  color: #e1dbce;
  white-space: nowrap;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 500;
}
.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
  color: #e1dbce;
  font-weight: bold;
}
#header.header-scrolled .navbar a {
  color: #000;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  -webkit-box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 4px;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  font-weight: 500;
  color: #0c3c53;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
  color: #47b2e4;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
.video-box-slider .slick-prev {
  left: 0;
}
.video-box-slider .slick-next {
  right: 0;
}
.video-box-slider .slick-arrow {
  background-color: #e1dbce;
  -webkit-box-shadow: 0px 3px 6px #00000029;
  box-shadow: 0px 3px 6px #00000029;
  width: 30px;
  height: 30px;
  z-index: 9;
}
.floor-plan-box-slider .slick-arrow {
  background-color: #e1dbce;
  -webkit-box-shadow: 0px 3px 6px #00000029;
  box-shadow: 0px 3px 6px #00000029;
  width: 30px;
  height: 30px;
  z-index: 9;
}



@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(40, 58, 90, 0.9);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #37517e;
}
.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
  color: #47b2e4;
}
.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
  color: #37517e;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  -webkit-box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
  color: #47b2e4;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
  visibility: visible !important;
}
#header.fixed-top .logo2 {
  display: none;
}
#header.header-scrolled .logo2 {
  display: block;
}
#header.header-scrolled .logo1 {
  display: none;
}
#header.fixed-top .logo2 {
  max-height: 40px;
  -webkit-filter: invert(0);
  filter: invert(0);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.section-padding {
  padding: 70px 0px 50px 60px;
  overflow: hidden;
}
.section-title {
  text-align: center;
  padding-bottom: 32px;
}
.section-title h2 {
  font-size: 30px;
  line-height: 35px;
  font-weight: normal;
  margin-bottom: 0px;
  position: relative;
  letter-spacing: 0px;
  color: #25262b;
  text-transform: uppercase;
}
.section-title p {
  margin-bottom: 0;
  position: relative;
  margin-bottom: 30px;
  letter-spacing: 8px;
  color: #25262b;
  text-transform: uppercase;
  font-size: 18px;
}
.section-title p::after {
  content: "";
  position: absolute;
  bottom: -12px;
  width: 60px;
  height: 1px;
  background-color: #fff;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.nearby .section-title p::after {
  left: 00%;
  -webkit-transform: none;
  transform: none;
}
#contact {
  font-size: 14px;
  background: #fff;
}
.footer-logo-address {
  margin-top: 50px;
  margin-bottom: 20px;
}
.credit-box {
  border-top: 1px solid #ffffff57;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
  font-weight: 200;
}
.credit-box p {
  margin-bottom: 0;
  text-align: center;
  color: #000;
  font-size: 12px;
}
.credit {
  text-align: right;
}
.disclaimer-box p {
  font-size: 11px;
  font-weight: 200;
  text-align: center;
  color: #000;
  text-align: justify;
}
.disclaimer-box h3 {
  font-size: 18px;
}
.disclaimer-box {
  margin-bottom: 0px;
}
.footer-logo h3,
.address-box h3 {
  font-size: 16px;
  font-weight: 200;
}
.address-box h3 span {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 200;
}
.about-godrej {
  background-repeat: no-repeat;
  background: #e1dbce;
  background-size: 100% 100%;
  position: relative;
  padding: 100px 0;
}
.about-godrej-txt p {
  color: #25262b;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 0;
}
.about-godrej .section-title p::after {
  background-color: #000;
}
.bird-anim {
  position: absolute;
  top: 0;
  width: 610px;
  height: 954px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.video-box .section-title h2 {
  color: #ffff;
  line-height: 30px;
}
.video-box .section-title h2 span {
  font-size: 25px;
  color: #bfd1d1;
}
.video-box .section-title p {
  color: #e1dbce;
}
.video-wrap {
  position: relative;
}
.video-wrap:befor {
  content: "";
  position: absolute;
  inset: -9px;
  border: 1px solid rgb(201 191 194);
}
.video-wrap img {
  width: 100%;
  position: relative;
}
.video-wrap img::before {
  content: "";
  position: absolute;
  inset: -9px;
  border: 1px solid rgb(201 191 194);
}
.video-box-slider .slick-slide {
}
.video-box-slider .slick-list {
}
.video-box-slider .slick-slide {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.video-box-slider .slick-slide.slick-current.slick-active.slick-center {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.video-box-slider .slick-track {
  padding: 0px 0 0;
}
.video-box-slider .slide {
  position: absolute;
  top: 50%;
  width: 100px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.video-txt p {
  margin-bottom: 0;
  margin-top: 20px;
  color: #ecf4fd;
  text-transform: uppercase;
  text-align: center;
  font-size: 22px;
  font-family: "Coldiac";
}
.video-box-slider .slick-slide .slide,
.video-box-slider .slick-slide .video-txt {
}
.video-box-slider .slick-slide.slick-current.slick-active.slick-center .slide,
.video-box-slider
  .slick-slide.slick-current.slick-active.slick-center
  .video-txt {
  opacity: 1;
}
.video-box {
  z-index: 2;
  position: relative;
  background: transparent -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#0f131a),
      color-stop(25%, #14171e),
      color-stop(58%, #252e33),
      to(#10181d)
    ) 0% 0% no-repeat padding-box;
  background: transparent
    linear-gradient(250deg, #492613 0%, #492613 25%, #9f5524 58%, #492613 100%)
    0% 0% no-repeat padding-box;
}
.video-box-slider .slick-next:before,
.video-box-slider .slick-prev:before {
  display: none;
}
.video-box-slider .item {
  margin: 10px 0px 30px;
}
.floor-plan-box-slider .slick-slide {
}
.floor-plan-box-slider .slick-list {
}
#floorplans
  > div.floor-plan-box-slider.fpContainer.slick-initialized.slick-slider
  > div
  > div
  > div.item.gap-row.slick-slide.slick-cloned.slick-active
  > div
  > div
  > div
  > div.col-sm-7
  > button {
  width: 211px;
  letter-spacing: 1px;
  display: block;
  font-size: 15px;
}
.floor-plan-box-slider .slick-track {
  padding: 0px 0 0;
}
.floor-plan-box-slider .slide {
  position: absolute;
  top: 50%;
  width: 100px;
  left: 50%;
}
.floor-plan-box-slider .slick-slide .slide,
.floor-plan-box-slider .slick-slide .video-txt {
}
.floor-plan-box-slider
  .slick-slide.slick-current.slick-active.slick-center
  .slide,
.floor-plan-box-slider
  .slick-slide.slick-current.slick-active.slick-center
  .video-txt {
  opacity: 1;
}
.floor-plan-box-slider .slick-next:before,
.floor-plan-box-slider .slick-prev:before {
  display: none;
}
.gallery {
  background: url(../img/gallery-bg.png) rgb(225 219 206);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  padding: 60px 0 60px;
  background-position: center;
}
.gallery-wrap {
  display: inline-block;
  width: auto;
  height: auto;
  position: relative;
}
.gallery-wrap span {
  position: absolute;
  bottom: 10px;
  right: 0;
  background-color: #fff;
  padding: 10px 20px;
  line-height: normal;
  font-size: 16px;
  color: #000;
}
.gallery .section-title h2 {
  color: #273039;
}
.gallery .section-title p {
  color: #25262b;
}
.gallery .section-title p::after {
  background: #25262b;
}
.gallery-txt p {
  text-align: center;
  text-transform: uppercase;
  margin-top: 25px;
  color: #000;
  text-transform: uppercase;
  font-size: 30px;
  font-family: "Coldiac";
  width: 100%;
  margin-bottom: 0;
}
.gallery-box-slider .slick-next:before,
.gallery-box-slider .slick-prev:before {
  display: none;
}
.gallery-box-slider .slick-arrow {
  background-color: #e1dbce;
  -webkit-box-shadow: 0px 3px 6px #00000029;
  box-shadow: 0px 3px 6px #00000029;
  width: 50px;
  height: 50px;
  z-index: 9;
}
.gallery-box-slider .gallery-txt {
  text-transform: uppercase;
  margin-bottom: 0;
  bottom: 0px;
  color: #000;
  text-transform: uppercase;
  font-family: "Coldiac";
  width: 100%;
}
.gallery-box-slider {
  z-index: 3;
}
.gallery-box-slider .slick-prev {
  left: 5px;
}
.gallery-box-slider .slick-next {
  right: 5px;
}
.nearby .section-title h2 {
  color: #e1dbce;
}
.nearby .section-title p {
  color: #e1dbce;
}
.nearby-txt {
  background: #e1dbce;
  padding: 10px 0;
  text-align: center;
}
.nearby-txt p {
  margin-bottom: 0;
  color: #25262b;
  font-family: "Coldiac";
  font-size: 25px;
}
.nearby-slider .slick-slide {
  margin: 0 15px;
}
.nearby-slider .slick-list {
  margin: 0 -15px;
}
.nearby-wrap {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.nearby-slider .nearby-wrap img {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  overflow: hidden;
  width: 100%;
  -o-object-fit: none;
  object-fit: none;
  height: 100%;
}
.nearby-slider .nearby-wrap img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.nearby-slider .slick-next:before,
.nearby-slider .slick-prev:before {
  display: none;
}
.location {
  background: #e1dbce;
  position: relative;
  z-index: 22;
}
.location-txt p {
  margin-bottom: 0;
  color: #25262b;
  font-size: 14px;
}
.location .section-title {
  text-align: left;
}
.location .section-title h2 {
  font-size: 50px;
  line-height: 55px;
}
.location .section-title p::after {
  left: 0%;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  background: #25262b;
  width: 50px;
}
.cloud-anim {
  position: absolute;
  opacity: 0.37;
}
.highlight {
  padding: 150px 0;
  position: relative;
  background: url(../img/highlight/highlight-backgg.png);
  background-size: cover;
  background-position: center bottom;
}
.highlight .section-title {
  text-align: left;
  padding-bottom: 0;
}
.highlight .section-title p::after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #e1dbce;
  width: 50px;
}
.highlight .section-title h2 {
  color: #e1dbce;
  font-size: 50px;
  line-height: 40px;
  margin: 0;
  padding: 0;
}
.highlight .section-title p {
  color: #e1dbce;
}
.highlight-box p {
  color: #e1dbce;
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 0;
  letter-spacing: 1px;
}
.highlight-box {
  position: relative;
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.highlight-box lottie-player {
  width: 60px;
  height: 100%;
}
.high-element {
  position: absolute;
  right: 10%;
  bottom: 0px;
  overflow: hidden;
}
.high-element img {
  height: 350px;
}
.highlight-box .dott {
  left: 1px;
  margin-right: 10px;
  margin-top: 2px;
  width: 10px;
  border-radius: 50%;
  height: 10px;
  background: #bebebe;
}
.highlight-wrapper {
  margin-top: 60px;
}
.overview {
  background: #fff;
  overflow-x: hidden;
}
.overview-img-two {
  position: relative;
  z-index: 99;
}
.overview-img {
  position: relative;
}
.overview2 {
  position: relative;
  padding: 30px 0 0;
  background-color: #723b1d;
}
.overview2-txt {
  position: absolute;
  top: 20%;
  right: 10%;
}
.overview2-txt h3 {
  margin-bottom: 0;
  color: #25262b;
  font-size: 50px;
  position: relative;
}
.overview2-txt h3::after {
  content: "";
  position: absolute;
  background: #25262b;
  width: 60px;
  height: 1px;
  bottom: -20px;
  left: 0;
}
.overview-heading h1 {
    font-size: 30px;
    line-height: 35px;
    font-weight: normal;
    margin-bottom: 0px;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #b1612c;
}
.overview-heading p {
  color: #25262b;
  letter-spacing: 1.4px;
  font-size: 15px;
  position: relative;
  margin-bottom: 50px;
}
.overview-detail p {
  letter-spacing: 0;
  color: #25262b;
  margin: 15px 0 0px;
  font-size: 1.2vw;
}
.overview-detail .moreText {
  color: #25262b;
  display: none;
}
.overview-heading p::after {
  position: absolute;
  content: "";
  background: #000;
  width: 50px;
  height: 1px;
  bottom: -20px;
  left: 0%;
}
.overview2 .bird-anim {
  position: absolute;
  top: 100px;
  width: 800px;
  height: 500px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.sidebar-contact {
  position: fixed;
  right: -422px;
  width: 400px;
  height: auto;
  bottom: 0px;
  padding: 30px 60px 0px 30px;
  background: #273039;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 999;
}
.sidebar-contact h5 {
  font-size: 16px;
}
.sidebar-contact.active {
  right: 0;
}
.sidebar-contact input,
.sidebar-contact textarea,
.sidebar-contact .form-select {
  margin-bottom: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  outline: none;
  background-color: #ffffff;
  border-radius: 0;
}
.sidebar-contact input::-webkit-input-placeholder,
.sidebar-contact textarea::-webkit-input-placeholder,
.sidebar-contact .form-select {
  font-size: 14px;
  color: #000000;
}
.sidebar-contact input:-ms-input-placeholder,
.sidebar-contact textarea:-ms-input-placeholder,
.sidebar-contact .form-select {
  font-size: 14px;
  color: #000000;
}
.sidebar-contact input::placeholder,
.sidebar-contact textarea::placeholder,
.sidebar-contact .form-select {
  font-size: 14px;
  color: #000000;
}
.sidebar-contact textarea {
  height: 60px;
  resize: none;
}
.sidebar-contact input[type="submit"] {
  background: #1e262d;
  color: #fff;
  cursor: pointer;
  border: none;
}
.toggle-sidebar {
  width: 40px;
  text-align: center;
  cursor: pointer;
  background: #e1dbce;
  line-height: 50px;
}
.toggle-sidebar:hover p {
  background: #273039;
  color: #fff;
}
.enquire-btn-fixed p:hover {
  background: #000;
  color: #fff;
}
.toggle-sidebar:after {
  content: "\f104";
  font-family: fontAwesome;
  font-size: 18px;
  color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.toggle-sidebar.active:after {
  content: "\f105";
}

@media (max-width: 767px) {
    
    .overview-heading h1 {
        font-size: 28px;
    font-weight: normal;
    text-align: center;
    }
  .overview-detail p {
    letter-spacing: 0;
    color: #25262b;
    margin: 15px 0 0px;
    font-size: 4.2vw;
  }
   
  .disclaimer-box p {
    font-size: 10px;
    font-weight: 200;
    text-align: left;
    color: #000;
    padding: 0 16px;
    text-align: justify;
    line-height: 11px;
    word-spacing: -2px;
    margin-bottom: 30px;
  }

  .sidebar-contact {
    width: 100%;
  }
  .toggle-sidebar:before {
    content: "\f0e0";
  }
  .toggle-sidebar.active:after {
    content: "\f00d";
  }
  .sidebar-contact .toggle {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .project_img_home {
    margin: 20px 50px;
  }
  .sidebar-contact.active .toggle {
    top: 0;
    right: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .scroll {
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }
  .content {
    padding: 50px 50px;
  }
}

.enquire-btn-fixed {
  position: fixed;
  bottom: 0px;
  right: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.offcanvas-body {
  overflow: hidden !important;
}
.enquire-btn-fixed p {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding: 30px 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  background: #1f282f;
  margin: 0px;
  width: 100%;
  font-weight: bold;
  color: #ffffff;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  font-size: 12px;
  line-height: 12px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form-check label {
  color: #e1dbce;
  font-weight: lighter;
  font-size: 12px;
}
button.submit-btn {
  background: #1e262d;
  color: #fff;
  cursor: pointer;
  border: none;
  width: 100%;
  height: 52px;
  letter-spacing: 2.5px;
  font-size: 14px;
  padding: 0;
  margin: 0;
}
.video-banner video {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}
.banner-wrapeer {
  padding: 0px;
}
.video-banner {
  position: relative;
  overflow: hidden;
}
.elevation-image {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 30%);
  transform: translate(-50%, 30%);
  overflow: hidden;
}
.nopadding {
  padding: 0px;
}
.play-home {
  position: absolute;
  bottom: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  left: 3%;
}
.play-home lottie-player {
  position: absolute;
  bottom: 0;
  left: -5px;
  top: -15px;
}
#offcanvas .nav-link {
  color: #ffffff;
  letter-spacing: 2px;
  font-family: "Coldiac";
  font-weight: 600;
  margin-bottom: 20px;
}
#offcanvas .nav-link.active {
  background-color: transparent;
  color: #dbdbdb;
}
a.nav-link.scrollto.active {
  background: transparent;
  color: #aba392 !important;
}
.ele {
  position: absolute;
  left: 60%;
  top: 37%;
  -webkit-transform: translate(-50%, -30%);
  transform: translate(-50%, -30%);
  width: 10%;
  z-index: -1;
  opacity: 0.7;
}
.rotation-section {
  position: relative;
}
#rotation_360 {
  height: 70vh;
}
.rotation-section .section-title h2 {
  color: #fff;
}
.slide-right {
  opacity: 0;
  -webkit-transform: translateX(-100px);
  -moz-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  -o-transform: translateX(-100px);
  transform: translateX(-100px);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.slide-right.moveR {
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.slide-left {
  opacity: 0;
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -ms-transform: translateX(100px);
  -o-transform: translateX(100px);
  transform: translateX(100px);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.slide-left.moveL {
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.gallery-box-slider .item {
  position: relative;
}
.video-img {
  position: relative;
}
.open-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.open-video a {
  background: #e1dbce;
  padding: 20px 35px;
  color: #000;
  font-weight: 600;
}
.overview2 img {
  width: 100%;
  height: 200px;
}
.overview2 .section-title h2 {
  color: #fff;
  color: #e1dbce;
  font-size: 40px;
  line-height: 50px;
  margin: 0;
  padding: 0;
}
.light-box p {
  color: #000;
}
.highlight2 {
    background: #B45C2B ;
    background-image: radial-gradient(circle, #bd602c, #ab5322, #994519, #87390f, #762c05);
}
.highlight2-box .light-box {
    background-color: #ffffff15;
    min-height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 20px;
    /*margin: 10px;*/
    border: 1px solid #ffffff33;
}

.highlight2-box .light-box:hover {
    border-color:#fff;
    cursor: pointer;
}


.highlight2 .section-title h2 {
  color: #fff;
}
 
.highlight2-box .col-lg-4:not(:last-child) .box:after,
.highlight2-box .col-lg-6:nth-child(odd) .box:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 0%;
  width: 2px;
  height: 40px;
}
.highlight2 .light-box img {
    height: 38px;
    opacity: 0.8;
}

.highlight2-box .light-box:hover img {
    opacity: 1;
}

.highlight2 .light-box h6 {
    margin: 28px 0px;
}
.highlight2 .light-box p {
    margin: 0;
    color: #ffffffab;
    font-size: 13px;
}
.offcanvas-header {
  background: #d58354;
}
.offcanvas-header img {
  display: block;
  margin: auto;
  width: 80px;
  filter: brightness(10);
}
.social-links a i {
  font-size: 20px;
  padding: 10px;
  border-radius: 50%;
  line-height: 1;
}
.social-links {
  margin-top: 15px;
  display: flex;
}
.social-links a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  background: #e1dbce;
  margin: 10px;
  border-radius: 50%;
}
.rera-qr img {
  width: 90px;
}
.rera-qr {
  display: flex;
  align-items: flex-start;
}
.footer-logo img {
  width: 110px;
}
.highlight2-box .col-lg-3 {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
   
  .offcanvas-header img {
    width: 200px;
  }
  .video-txt p {
    margin-top: 8px;
  }
  #header {
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    z-index: 997;
    padding: 0px 0 8px 0;
    visibility: visible;
    background: #fff;
  }
  #offcanvas .nav-link {
    margin-bottom: 10px;
  }
  #contact {
    margin-top: -10px;
  }
  .credit-box {
    margin: -35px 0 70px;
  }
  .credit-box p {
    font-size: 11px;
  }
  .highlight2-box .col-lg-3 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .footer-logo img {
    width: 50%;
    color: #fff;
  }
  /*.highlight2-box .light-box {*/
  /*  margin-bottom:20px;*/
  /*}*/
   
  .highlight2-box .col-md-6:nth-child(4) .box:after {
    display: none;
  }
  .gallery {
    padding: 50px 10px;
  }
  .overview {
    position: relative;
    padding: 50px 10px 50px;
    background: #e1dbce;
    overflow-x: hidden;
  }
  .overview-heading h3 {
    color: #b1612c;
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 0;
  }
  .overview2 .section-title h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .gallery .section-title h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .gallery-txt p {
    font-size: 18px;
  }
  .video-box .section-title h2 {
    font-size: 24px;
    color: #ffffff;
  }
  .gallery-wrap span {
    font-size: 13px;
    padding: 8px;
  }
   
}
