@font-face {
    font-family: 'Helvetica-Regular';
    src: url('../fonts/Helvetica-Regular.eot') format('eot'),
         url('../fonts/Helvetica-Regular.otf') format('otf'),
         url('../fonts/Helvetica-Regular.ttf') format('ttf'),
         url('../fonts/Helvetica-Regular.woff') format('woff'),
         url('../fonts/Helvetica-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal; 

}
@font-face {
    font-family: 'Helvetica-Bold';
    src: url('../fonts/helvetica-bold.eot') format('eot'),
         url('../fonts/helvetica-bold.otf') format('otf'),
         url('../fonts/helvetica-bold.ttf') format('ttf'),
         url('../fonts/helvetica-bold.woff') format('woff'),
         url('../fonts/helvetica-bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal; 

}
@font-face {
    font-family: 'Helvetica-cebold';
    src: url('../fonts/helvetica_ce_bold.woff2') format('woff2'),
         url('../fonts/helvetica_ce_bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'HelveticaNeueLTStd-Lt';
    src: url('../fonts/HelveticaNeueLTStd-Lt.eot') format('eot'),
         url('../fonts/HelveticaNeueLTStd-Lt.otf') format('otf'),
         url('../fonts/HelveticaNeueLTStd-Lt.svg') format('svg'),
         url('../fonts/HelveticaNeueLTStd-Lt.ttf') format('ttf'),
         url('../fonts/HelveticaNeueLTStd-Lt.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'MyriadPro-Regular';
    src: url('../fonts/MyriadPro-Regular.eot') format('eot'),
         url('../fonts/MyriadPro-Regular.svg') format('svg'),
         url('../fonts/MyriadPro-Regular.ttf') format('ttf'),
         url('../fonts/MyriadPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
  /*list-style-image: url(data:0);*/
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
  width: 100%;
}
strong {
  font-weight: bold;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: 'Helvetica-Regular';
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
}
.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}

.section {
  padding: 50px 0;
}

h1, h2, h3, h4 {
  font-family: "HelveticaNeueLTStd-Lt";
}
h2 {
  font-size: 42px;
  line-height: 50px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.sub_head2 {
  font-family: "Helvetica-Regular";
  position: relative;
  font-size: 45px;
  line-height: 50px;
  text-transform: uppercase;
}
.sub_head2 span {
  display: block;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 20px;
  position: relative;
  padding-top: 15px;
}
.sub_head2 span:before {
    content: "";
    position: absolute;
    top: 70%;
    left: -120px;
    width: 100px;
    height: 1px;
    background-color: #fff;
}
.sub_head2 span:after {
  content: "";
  position: absolute;
  top: -100px;
  left: 1%;
  width: 1px;
  height: 100px;
  background-color: #fff;
}

.sub_head3 {
  font-family: "Helvetica-Regular";
  position: relative;
  font-size: 28px;
  line-height: 32px;
  text-transform: uppercase;
  padding-bottom: 10px;
}

p {
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 10px;
}


/************ Header style start ***********/
#site_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    background-color: rgba(0,0,0,0.8);
}

#site_header .container {
  width: 96%;
  max-width: none;
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.project_logo {
    max-width: 250px;
    width: 100%;
    margin: 0;
}
.brand_logo {
    max-width: 181px;
    width: 100%;
    margin: 0 0 0 10px;
}

.fp-viewing-home #site_header {
  display: none;
}

/************ Navigation style start ***********/
.menu_burger {
  display: none;
}
.open_menu {
  display: block;
}
.close_menu {
  display: none;
}
#site_nav {
  margin-left: auto;
}
#menu {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#menu li a {
  font-family: "Helvetica-Bold";
  display: block;
  font-size: 16px;
  line-height: 20px;
  /* color: #fff; */
  color: rgb(255 255 255 / 60%);
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px 15px;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#menu li.enquirenow a {
  background-color: #fff;
  border-radius: 20px;
  font-size: 14px;
  line-height: 18px;
  color: #3b5613;
}

#menu li a:hover, #menu li a.active {
  color: #fff; 
}


/************ Main banner style start ***********/
#site_main {
  /*position: relative;*/
}

#home-wrp {
  position: relative;
  padding: 0;
  border-top: 1px solid #fff;
}
.moving_cloud_wrap {
    overflow: hidden;
}
.moving_cloud1, .moving_cloud2, .moving_cloud3, .moving_cloud4, .moving_cloud5, .moving_cloud6 {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  opacity: 0;
}
.moving_cloud1 {
  top: 10%;
  left: 0;
  background: url(../images/webp/cloud_img6.webp) no-repeat 0 0;
  animation: movecloud 50s linear infinite;
}
.moving_cloud2 {
  top: 44%;
  left: 5%;
  background: url(../images/webp/cloud_img.webp) no-repeat 0 0;
  animation: movecloud 75s linear infinite;
  animation-delay: 5s;
}
.moving_cloud3 {
  top: 15%;
  left: 20%;
  background: url(../images/webp/cloud_img4.webp) no-repeat 0 0;
  animation: movecloud 64s linear infinite;
  animation-delay: 10s;
}
/*.moving_cloud4 {
  top: 75%;
  left: 60%;
  background: url(../images/webp/cloud_img5.webp) no-repeat 0 0;
  animation: movecloud 96s linear infinite;
  animation-delay: 15s;
}
.moving_cloud5 {
  top: 70%;
  left: 50%;
  background: url(../images/webp/cloud_img.webp) no-repeat 0 0;
  animation: movecloud 120s linear infinite;
  animation-delay: 20s;
}*/
.moving_cloud6 {
  top: 30%;
  left: 71%;
  background: url(../images/webp/cloud_img2.webp) no-repeat 0 0;
  animation: movecloud 150s linear infinite;
  animation-delay: 25s;
}

@keyframes movecloud {
  0% {
    opacity: 1;
    left: 100%;
  }
  100% {
    opacity: 1;
  left: -100%;
  }
}
.main_slide.owl-carousel {
  height: 100%;
  width: 100%;
}

.main_slide .item {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  position: relative;
}
/*.main_slide .item.slide_01:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.2);
}*/
.main_slide .item.slide_01 {
  background-image: url(../images/main-banner1.jpg);
}
.main_slide .item.slide_02 {
  background-image: url(../images/main-banner2.jpg);
}
.main_slide .item.slide_03 {
  background-image: url(../images/main-banner3.jpg);
}
/*.main_slide .item.slide_01 {
  background-image: url(../images/webp/banner_slide_01.webp);
}*/

.main_slide .container.banner_txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
  position: relative;
  z-index: 100;
  padding-top: 150px;
}
.banner_head {
  font-family: "Helvetica-cebold";
  font-size: 40px;
  line-height: 43px;
  color: #203b32;
  /* color: #556B2F; */
  text-transform: uppercase;
  padding-bottom: 20px;
  /*text-shadow: 0 0 3px #000;*/
}
.banner_head span {
  display: block;
  font-family: "Helvetica-Regular";
  font-size: 36px;
  line-height: 40px;
  color: #fff;
  padding-top: 5px;
  text-transform: none;
  text-shadow: 0 0 5px #000; 
}
.banner_para {
  font-family: "Helvetica-Regular";
  font-size: 24px;
  line-height: 28px;
  color: #fff;
  /*text-transform: uppercase;*/
  padding-bottom: 10px;
  text-shadow: 0 0 5px #000; 
}
.rera_txt {
  position: absolute;
  bottom: 10%;
  left: 2%;
  font-family: "MyriadPro-Regular";
  font-size: 12px;
  line-height: 15px;
  color: #fff;
  text-shadow: 0 0 5px #000;
  z-index: 1;
}
.main_slide.owl-carousel.owl-theme .owl-nav button.owl-prev, 
.main_slide.owl-carousel.owl-theme .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5%;
  z-index: 1;
  background-color: #000;
  color: #fff;
  padding: 10px 10px;
  font-size: 30px;
  border-radius: 0;
}
.main_slide.owl-carousel.owl-theme .owl-nav button.owl-next {
  right: 5%;
  left: auto;
}
#home-wrp .slider-counter {
    position: absolute;
    bottom: 4%;
    right: 5%;
    color: #fff;
    z-index: 1;
}
#home-wrp .slider-counter:before {
  content: "";
  position: absolute;
  left: -150px;
  top: 10px;
  background-color: #fff;
  width: 133px;
  height: 1px;
}
#home-wrp .slider-counter span:first-child {
  color: #4affe8;
  font-size: 28px;
}
/* ====================== Coundown Style ============================ */

#coundown {
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    line-height: 32px;
}
#coundown span {
    display: block;
    border: 2px solid #fff;
    border-radius: 10px;
    padding: 15px;
    margin: 0 5px;
    text-shadow: 0 0 3px #000;
}
/************ About Godrej style start ***********/
#abtgdorej-wrap {
    /* background-color: #203b32; */
    background-color: #203b32;
    padding: 0;
}
#abtgdorej-wrap .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100vh;
}
#abtgdorej-wrap .container_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.abtgdorej_content {
  position: relative;
  color: #fff;
  width: 50%;
  padding-top: 0;
}
.abtgdorej_content ul {
  list-style: disc;
  padding-left: 10px;
  padding-bottom: 20px;
}
.abtgdorej_content .cta_btn {
  position: static;
}
.abtgdorej_img {
  width: 45%;
  padding-top: 50px;
  /*height: 80vh;*/
}
.abtgdorej_img img {
  
}
.abtgdorej_img a {
  display: block;
  position: relative;
}
.abtgdorej_img a:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.3) url(../images/webp/play_icon.webp) no-repeat center center;
    background-size: 15%;
    /* z-index: 1; */
    width: 100%;
    height: 100%;
}
.abtgdorej_img iframe {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
}

/************ Overview style start ***********/
#overview-wrap {
  /* background-color: #203b32; */
  background-color: #203b32;
  padding: 0;
}

#overview-wrap .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100vh;
}
#overview-wrap .container_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.overview_content {
  position: relative;
  color: #fff;
  width: 50%;
  padding-top: 50px;
}
.overview_img {
  width: 35%;
  padding-top: 50px;
}
.overview_img img {
  
}
.overview_content .cta_btn {
  color: #203b32;
  position: static;
  margin-top: 20px;
}

/************ Project highlights style start ***********/
#highlights-wrap {
  /* background-color: #203b32; */
  background-color: #203b32;
  padding: 0;
}
.highlights_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.highlights_carousel_wrap {
  width: 100%;
  position: relative;
}
.highlights_carousel {
  position: relative;
}
.highlights_carousel .slide_img {
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  height: 100vh;
  width: 50%;
  position: relative;
}
.highlights_carousel .slide_img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}
.highlights_carousel .slide_txt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 45%;
  font-family: "Helvetica-Regular";
  color: #fff;
  font-size: 38px;
  line-height: 42px;
  text-transform: uppercase;
  text-shadow: 0 0 2px #000;
}
.highlights_carousel .slide_para {
  position: absolute;
  bottom: 20%;
  left: 60%;
  color: #fff;
  padding-right: 40px;
  font-size: 18px;
  line-height: 22px;
}
.highlights_content {
  /*background-color: #203b32;*/
  width: 40%;
  /*padding-top: 50px;*/
  display: flex;
  /*justify-content: space-around;*/
  /*align-items: center;*/
  flex-direction: column;
  color: #fff;
  position: absolute;
  top: 15%;
  left: 60%;
  z-index: 1;
  height: 90vh;
  padding-right: 5%;
}
.cta_btn {
  font-family: "Helvetica-cebold";
  position: absolute;
  bottom: 20%;
  left: 0;
  color: #203b32;
  text-decoration: none;
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
}
.highlights_carousel.owl-carousel.owl-theme .owl-nav {
  position: absolute;
  bottom: 13%;
  left: 50%;
  z-index: 1;
  /*background-color: #000;*/
  color: #fff;
  padding: 0;
  font-size: 30px;
}
.highlights_carousel.owl-carousel.owl-theme .owl-nav button.owl-prev {
  display: block;
  margin: -5px auto;
  border-radius: 0;
  padding: 10px 20px 5px 20px;
  background: #000; 
} 
.highlights_carousel.owl-carousel.owl-theme .owl-nav button.owl-next {
  display: block;
  margin: -5px auto;
  border-radius: 0;
  padding: 5px 20px 10px 20px;
  background: #000; 
}
.highlights_carousel.owl-carousel.owl-theme .owl-nav button.owl-prev:hover,
.highlights_carousel.owl-carousel.owl-theme .owl-nav button.owl-next:hover, {
}
.highlights_carousel_wrap .slider-counter {
    position: absolute;
    bottom: 3%;
    left: 65%;
    color: #fff;
    z-index: 1;
}
.highlights_carousel_wrap .slider-counter:before {
    content: "";
    position: absolute;
    left: 80px;
    top: 10px;
    background-color: #fff;
    width: 200px;
    height: 1px;
}
.highlights_carousel_wrap .slider-counter span:first-child {
  color: #4affe8;
  font-size: 28px;
}

/************ Project Amenities style start ***********/
#amenities-wrap {
  /* background-color: #203b32; */
  background-color: #203b32;
  padding: 0;
}
.amenities_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.amenities_content {
  width: 40%;
  color: #fff;
  position: absolute;
  top: 100px;
  left: 5%;
  /*z-index: 9;*/
  height: 100vh;
  padding-right: 5%;
}
.amenities_content h2, .amenities_content p {
  position: relative;
  z-index: 9;
}
.amenities_container .cta_btn {
  /*position: static;*/
  display: inline-block;
  margin: 10px 0;
  color: #203b32;
  z-index: 9;
  left: 5%;
}


.amenities_carousel_wrap {
  width: 100%;
  position: relative;
}
.amenities_carousel {

}
.amenities_carousel .item {
  display: flex;
  justify-content: flex-end;
}
.amenities_carousel .slide_img {
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
  height: 100vh;
  width: 55%;
}
.amenities_carousel .slide_txt {
  
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  left: 40%;
  font-family: "Helvetica-Regular";
  color: #fff;
  font-size: 38px;
  line-height: 42px;
  text-transform: uppercase;
  /*text-shadow: 0 0 5px #000;*/
}

.amenities_carousel.owl-carousel.owl-theme .owl-nav {
  position: absolute;
  bottom: 13%;
  left: 40%;
  z-index: 1;
  color: #fff;
  padding: 0;
  font-size: 30px;
  margin-left: 10px;
}
/*.amenities_carousel.owl-theme .owl-nav [class*=owl-] {
  background: none;
}*/
.amenities_carousel.owl-carousel.owl-theme .owl-nav button.owl-prev,
.amenities_carousel.owl-carousel.owl-theme .owl-nav button.owl-prev:hover {
  display: block;
  margin: -5px;
  border-radius: 0;
  padding: 10px 20px 5px 20px;
  background-color: #000;
} 
.amenities_carousel.owl-carousel.owl-theme .owl-nav button.owl-next,
.amenities_carousel.owl-carousel.owl-theme .owl-nav button.owl-next:hover {
  display: block;
  margin: -5px;
  border-radius: 0;
  padding: 5px 20px 10px 20px;
  background-color: #000;
}
.amenities_carousel_wrap .slider-counter {
    position: absolute;
    bottom: 3%;
    left: 30%;
    color: #fff;
    z-index: 1;
}
.amenities_carousel_wrap .slider-counter:before {
    /* content: ""; */
    position: absolute;
    right: 80px;
    top: 10px;
    background-color: #fff;
    width: 300px;
    height: 1px;
}
.amenities_carousel_wrap .slider-counter span:first-child {
  color: #4affe8;
  font-size: 28px;
}
.amenities_carousel.owl-carousel.owl-theme .owl-dots {
    position: absolute;
    left: 5%;
    bottom: 10%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    max-width: 430px;
    width: 100%;
}
.amenities_click_icon {
  cursor: pointer;  
    background: transparent;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    text-align: center;
    padding: 10px 20px;
    min-height: 130px;
    background-position: center 10px;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.amenities_carousel .owl-dot.active .amenities_click_icon {
  background-color: #4affe8;
}
.amenities_carousel.owl-carousel.owl-theme .owl-dots .owl-dot:nth-child(1) .amenities_click_icon {
    background-image: url(../images/webp/amenities_slide_icon01.webp);
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
.amenities_carousel.owl-carousel.owl-theme .owl-dots .owl-dot:nth-child(2) .amenities_click_icon {
  background-image: url(../images/webp/amenities_slide_icon02.webp);
    border-bottom: 1px solid rgba(255,255,255,0.2);
    border-left: 1px solid rgba(255,255,255,0.2);
    border-right: 1px solid rgba(255,255,255,0.2);
}
.amenities_carousel.owl-carousel.owl-theme .owl-dots .owl-dot:nth-child(3) .amenities_click_icon {
  background-image: url(../images/webp/amenities_slide_icon03.webp);
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
.amenities_carousel.owl-carousel.owl-theme .owl-dots .owl-dot:nth-child(4) .amenities_click_icon {
  background-image: url(../images/webp/amenities_slide_icon04.webp);
}
.amenities_carousel.owl-carousel.owl-theme .owl-dots .owl-dot:nth-child(5) .amenities_click_icon {
  background-image: url(../images/webp/amenities_slide_icon05.webp);
    border-left: 1px solid rgba(255,255,255,0.2);
    border-right: 1px solid rgba(255,255,255,0.2);
}
.amenities_carousel.owl-carousel.owl-theme .owl-dots .owl-dot:nth-child(6) .amenities_click_icon {
  background-image: url(../images/webp/amenities_slide_icon06.webp);
}
.amenities_click_icon img {
  max-width: 80px;
  width: 100%;
  display: block;
  margin: 5px auto;
}
/************ Project Gallery style start ***********/
#gallery-wrap {
  background-color: #203b32;
  padding: 0;
}
#gallery-wrap .container {
  max-width: none;
  padding: 0;
  /*display: flex;*/
  /*justify-content: space-between;*/
  width: 100%;
  height: 100%;
  position: relative;
}
.heading_wrap {
  width: 30%;
  padding: 100px 20px 20px 50px;
  color: #fff;
  height: 100vh;
}
.gallery_carousel_wrap {
  color: #fff;
  width: 70%;
  height: 100vh;
  position: absolute;
  top: 0;
  right: 0;

}
.gallery_carousel {
}
.gallery_carousel .item {
  position: relative;
}

.gallery_carousel .item img {
  height: 100vh;
}

.owl-carousel .owl-item.center {}
.gallery_carousel .item span {
    position: absolute;
    top: 15%;
    left: 5%;
    color: #fff;
    font-size: 60px;
    line-height: 60px;
}
.gallery_carousel .owl-item:nth-child(even) span { 
    top: 85%; 
} 

.gallery_carousel.owl-carousel.owl-theme .owl-nav {
  position: absolute;
  bottom: 0;
  right: 100%;
  z-index: 1;
  background-color: #000;
  color: #fff;
  padding: 0;
  font-size: 30px;
}
.gallery_carousel.owl-carousel.owl-theme .owl-nav button.owl-prev {
  display: block;
  margin: -5px;
  border-radius: 0;
  padding: 10px 20px 5px 20px;
} 
.gallery_carousel.owl-carousel.owl-theme .owl-nav button.owl-next {
  display: block;
  margin: -5px;
  border-radius: 0;
  padding: 5px 20px 10px 20px;
}
/*#gallery-wrap .container .slider-counter {
    position: absolute;
    bottom: 3%;
    left: -20%;
    color: #fff;
    z-index: 1;
}
#gallery-wrap .container .slider-counter span:first-child {
  color: #4affe8;
  font-size: 28px;
}*/

/************ Project Tour style start ***********/
#video-wrap {
  background: url(../images/webp/videobg-img.webp) no-repeat center top;
  background-size: cover;
  padding: 0;
}
#video-wrap h2 {
  color: #fff;
}
.video_gallery {

}
.video_gallery .item {
  width: 100%;
  margin: 0 auto;
}
.video_gallery .item a, .video_gallery .item span {
  text-align: center;
  text-decoration: none;
  display: block;
  padding: 10px 0 5px;
  color: #fff;
  position: relative;
}
.video_gallery .item a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/webp/play-icon.webp) no-repeat center center;
  background-size: cover;
  width: 50px;
  height: 50px;
  pointer-events: none;
  z-index: 2;
}
.video_gallery.owl-carousel.owl-theme .owl-nav button.owl-prev,
.video_gallery.owl-carousel.owl-theme .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #000;
  margin: 0;
  padding: 10px; 
  color: #fff;
  font-size: 30px;
}
.video_gallery.owl-carousel.owl-theme .owl-nav button.owl-prev {
  left: 2%;
}
.video_gallery.owl-carousel.owl-theme .owl-nav button.owl-next {
  right: 2%;
}
/************ Locaton style start ***********/
#location-wrap {
  padding: 0;
  position: relative;
}
.project_map {
  background-image: url(../images/webp/project_map_img.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#backgroundvid1 {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
#backgroundvid2 {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.loc-content {
  width: 40%;
  height: 100%;
  /* background-color: rgba(130,149,58,0.5); */
  background-color: rgb(32 60 50 / 50%);
  color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  padding: 70px 20px 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /*align-items: center;*/
  overflow: hidden;
}
.loc-content .sub_head2 {
  padding-left: 50px;
}
.loc-content p {
  font-size: 15px;
}
.loc_pointers {
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    width: 100%;
    flex-wrap: wrap;
    position: relative;
}

.loc_pointers a {
    color: #fff;
    text-decoration: none;
    margin-bottom: 10px;
    width: 23%;
    text-align: center;
    display: block;
}

.loc_pointers span {
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    display: flex;
    flex-direction: column;
    min-height: 140px;
}

.loc_pointers span img {
	max-width: 50px;
    width: 100%;
    display: block;
    margin: 0 auto 10px;
}
.pointer_list {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 80%;
  /*height: 100%;*/
  z-index: 99;
  background-color: rgba(0,0,0,0.9);
    /*text-align: center;*/
    padding: 20px;
        right: 0;
    margin: 0 auto;
}
.pointer_list ul {
  display: none;
  list-style: disc;
  padding-left: 10px;
}
.pointer_list ul li {
  font-size: 15px;
}
.pointer_list ul.active {
  display: block;
}
.pointer_list .close_btn {
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 10px;
    font-size: 20px;
    color: #fff;
}
.get_direction {
  font-family: "Helvetica-Bold";
  color: #fff;
  display: flex;
  justify-content: space-around;
  align-items: center;
  /* padding-bottom: 40px; */
  padding-bottom: 64px;
}
.get_direction a {
  color: #fff;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.get_direction a i {
  font-size: 30px;
}
.get_direction a img {
  width: auto;
}

/*********** Life at godrej City style start ***********/
#explorecity-wrap {
  padding: 0;
}
.explorecity_row {
  display: flex;
  height: 100vh;
  width: 100%;
}
.explorecity_col {
  height: 100%;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.explorecity_col a {
  font-size: 55px;
  line-height: 60px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}
.explorecity_col a:hover {
}
.exploregcity {
  background: url(../images/webp/exploregcity_bg.webp) no-repeat center top;
  background-size: cover;
}
.explorepanvel {
  background: url(../images/webp/explorepanvel_bg.webp) no-repeat center top;
  background-size: cover;
}
.explore_popup_wrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  overflow-y: scroll;
  padding-top: 150px;
  display: none;
  z-index: 99;
}
.explore_popup_wrap.active {
  display: block;
}
.explore_popup_wrap > .container {
    max-width: none;
    padding: 40px 40px 40px;
    width: 90%;
    background-color: #fff;
    /*overflow-y: scroll;*/
    position: relative;
}
.explore_popup_wrap .page_head2 {
  font-size: 35px;
  line-height: 40px;
  padding-bottom: 10px;
}
.explore_popup_wrap .page_head3 {
  font-size: 30px;
  line-height: 40px;
  padding-bottom: 10px;
}
.close_btn {
  cursor: pointer;
    position: absolute;
    top: -34px;
    right: 0;
    font-size: 30px;
    color: #fff;
}
.close_btn_btm {
  cursor: pointer;
      font-family: "HelveticaNeueLTStd-Lt";
    display: block;
    text-align: center;
    font-size: 60px;
    padding: 60px 40px 40px;
}
.page_head1 {
  color: #203b32;
  font-size: 55px;
  line-height: 58px;
  padding-bottom: 20px;
  text-transform: uppercase;
}
.page_head2 {
  color: #203b32;
  font-size: 40px;
  line-height: 44px;
  padding-bottom: 20px;
  padding-top: 0;
  text-transform: uppercase;
}
.page_head2.first_child {
  padding-top: 0;
}
.timeline_carousel {
  background: url(../images/webp/timeline_carousel_bg.webp) no-repeat center top;
  background-size: cover;
  /*height: 80vh;*/

}
.timeline_carousel .item {  
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /*height: 80vh;*/
  padding: 50px 0;
}
.page_head3 {
  color: #203b32;
  font-size: 100px;
  line-height: 100px;
  padding-bottom: 40px;
}
.timeline_carousel .item p {
  color: #fff;
  width: 50%;
}
/*.timeline_carousel .owl-dots {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
}
.timeline_carousel .owl-dots .owl-dot {
  cursor: pointer;
  padding: 0 15px 0 15px;
  position: relative;
}
.timeline_carousel .owl-dots .owl-dot:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #203b32;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  z-index: 1;
}
.timeline_carousel .owl-dots .owl-dot.active:before {
  background-color: #fff;
}
.timeline_carousel .owl-dots .owl-dot:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #203b32;
  width: 100%;
  height: 5px;
}
.timeline_bullet {
  cursor: pointer;
    background: transparent;
    color: #fff;
    font-size: 18px;
    padding-top: 15px;
}
.timeline_carousel .owl-dot.active .timeline_bullet {
  color: #203b32;
}
*/
.timeline_carousel.owl-theme .owl-nav [class*=owl-] {
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #000;
  padding: 5px 10px;
}
.timeline_carousel.owl-theme .owl-nav [class*=owl-prev] {
  left: 5%;
}
.timeline_carousel.owl-theme .owl-nav [class*=owl-next] {
  right: 5%;
}

.explore_popup_wrap p {
  color: #1a1e0c;
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 15px;
}
.daycity_list {
  list-style: lower-alpha;
  padding: 0 20px 30px 20px;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  /* align-items: center; */
  margin: 0 auto;
  width: 60%;
}
.daycity_list li {
    color: #203b32;
    font-size: 20px;
    line-height: 30px;
    padding: 0 10px 0 10px;
    width: 50%;
    text-align: left;
    font-weight: bold;
}
/*.daycity_list ul {
  list-style: lower-alpha;
  font-weight: bold;
  padding: 10px 0 10px 10px;
}
.daycity_list ul li {
  color: #203b32;
}*/
.timeline_carousel strong {
  color: #203b32;
}
.avenues_carousel_wrap {
  background: url(../images/webp/avenues_carousel_bg.webp) no-repeat center top;
  background-size: cover; 
  padding: 100px 0;  
}
.avenues_carousel.owl-carousel {
  width: 90%;
  margin: 0 auto;
}
.avenues_carousel .item {
  text-align: center;
  padding: 20px 0;
}
.avenues_carousel .item p {
  padding: 10px 0;
  color: #fff;
}
.avenues_carousel.owl-carousel .owl-item img {
  max-width: none;
  width: auto;
  margin: 0 auto;
}
.avenues_carousel.owl-theme .owl-nav [class*=owl-], 
.avenues_carousel.owl-carousel.owl-theme .owl-nav [class*=owl-]:hover {
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #000;
  padding: 5px 10px;
}
.avenues_carousel.owl-theme .owl-nav [class*=owl-prev] {
  left: -5%;
}
.avenues_carousel.owl-theme .owl-nav [class*=owl-next] {
  right: -5%;
}
.township_highlights_carousel {
  margin-bottom: 30px;
}
.township_highlights_carousel .item {
  
}
.township_highlights_carousel .item p {
    position: absolute;
    bottom: 5%;
    left: 0;
    color: #fff;
    text-align: center;
    background-color: rgba(0,0,0,0.2);
    right: 0;
    margin: 0 auto;
    width: 80%;
    padding: 10px 20px;
    display: none;
}
.township_highlights_carousel .owl-item.active.center .item p {
  display: block;
}
.township_highlights_carousel.owl-theme .owl-nav [class*=owl-] {
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #000;
  padding: 5px 10px;
}
.township_highlights_carousel.owl-theme .owl-nav [class*=owl-prev] {
  left: 5%;
}
.township_highlights_carousel.owl-theme .owl-nav [class*=owl-next] {
  right: 5%;
}
#lifeatgodrejcity-wrap {
  padding: 0;
  position: relative;
  background-color: #203b32;
  z-index: 1;
}
#lifeatgodrejcity-wrap .container {
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
  background-color: transparent;
  padding-bottom: 20px;
}
#lifeatgodrejcity-wrap .sub_head2 span:before, #lifeatgodrejcity-wrap .sub_head2 span:after {
  display: none;
}
.weeks_life_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 50px 0;
  padding: 50px 0;
}
.center_eading {
  position: absolute;
  top: 0;
  left: 50%;
  background-color: #fff;
  width: 1px;
  height: 100%;
}
.center_eading:before {
  content: "Weekday";
  position: absolute;
  top: 10px;
  right: 0;
  background-color: #fff;
  font-family: "Helvetica-cebold";
  color: #203b32;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  padding: 5px 20px;
  border-radius: 20px 0 0 20px;
}
.center_eading:after {
  content: "Weekend";
  position: absolute;
  top: 43px;
  left: 0;
  background-color: #fff;
  font-family: "Helvetica-cebold";
  color: #203b32;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  padding: 5px 20px;
  border-radius: 0 20px 20px 0;
}
.weekday_life {
  border: 2px solid #fff;
  width: 300px;
  height: 300px;
  padding: 30px;
  border-radius: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 12%;
}
.weekend_life {
  border: 2px solid #fff;
  width: 300px;
  height: 300px;
  padding: 30px;
  border-radius: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 12%;
}
.weekday_life_list {
  /*position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;*/
}
.weekday_life_list li, .weekend_life_list li {
  position: absolute;
}
.weekday_life_list li div,
.weekend_life_list li div{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
.weekday_life_list li img,
.weekend_life_list li img{
  width: 50px;
}
.weekday_life_list li.active, .weekday_life_list li.active:before, 
.weekend_life_list li.active, .weekend_life_list li.active:before {
  color: #dfff68;
}
.weekday_life_list li:before {
  content: "\2022";
  color: #fff;
  font-size: 40px;
  position: absolute;
  top: 0;
}
.weekday_life_list li:nth-child(1):before, .weekday_life_list li:nth-child(2):before,
.weekday_life_list li:nth-child(3):before, .weekday_life_list li:nth-child(4):before {
  right: 0;
}
.weekday_life_list li:nth-child(5):before, .weekday_life_list li:nth-child(6):before,
.weekday_life_list li:nth-child(7):before, .weekday_life_list li:nth-child(8):before {
  left: 0;
}
.weekday_life_list li:nth-child(1) {
    top: 30%;
    left: -50%;
    width: 55%;
}
.weekday_life_list li:nth-child(2) {
    top: 52%;
    left: -47%;
    width: 50%;
}
.weekday_life_list li:nth-child(3) {
    top: 72%;
    left: -25%;
    width: 35%;
}
.weekday_life_list li:nth-child(4) {  
    top: 95%;
    left: -15%;
    width: 55%;
}
.weekday_life_list li:nth-child(5) {
    top: 95%;
    left: 60%;
    width: 35%;
}
.weekday_life_list li:nth-child(6) {
    top: 78%;
    left: 88%;
    width: 45%;
}
.weekday_life_list li:nth-child(7) {
    top: 55%;
    left: 98%;
    width: 45%;
}
.weekday_life_list li:nth-child(8) {
    top: 30%;
    left: 95%;
    width: 55%;
}
.weekday_life_list li:nth-child(9) {
    top: -4%;
    left: 15%;
    width: 55%;
}
.weekday_life_list li:nth-child(1) div{
  transform: translate(10%, -90%);
}
.weekday_life_list li:nth-child(2) div{
  transform: translate(0%, -30%);
}
.weekday_life_list li:nth-child(3) div{
  transform: translate(0%, 30%);
}
.weekday_life_list li:nth-child(4) div{
  transform: translate(30%, 40%);
}
.weekday_life_list li:nth-child(5) div{
  transform: translate(0%, 40%);
}
.weekday_life_list li:nth-child(6) div{
  transform: translate(6%, 20%);
}
.weekday_life_list li:nth-child(7) div{
  transform: translate(5%, -40%);
}
.weekday_life_list li:nth-child(8) div{
  transform: translate(2%, -90%);
}
.weekday_life_list li:nth-child(9) div{
  transform: translate(0%, -120%);
}
.weekday_life > div {
  display: none;
}
.weekday_life > div.active {
  display: block;
}

.weekday_life > div > img {
  max-width: 80px;
  width: 100%;
}
.weekday_life > div h3 {
  font-family: "Helvetica-Bold";
  color: #4affe8;
  font-size: 25px;
  line-height: 30px;
  padding: 5px 0;
}
.weekend_life_list li:before {
  content: "\2022";
  color: #fff;
  font-size: 40px;
  position: absolute;
  top: 0;
}
.weekend_life_list li:nth-child(1):before, .weekend_life_list li:nth-child(2):before,
.weekend_life_list li:nth-child(3):before {
  right: 0;
}
.weekend_life_list li:nth-child(4):before, .weekend_life_list li:nth-child(5):before {
  left: 0;
}
.weekend_life_list li:nth-child(6):before {
  top: auto;
  bottom: -30px;
  left: 0;
}
.weekend_life_list li:nth-child(1) {
    top: 30%;
    left: -50%;
    width: 55%;
}
.weekend_life_list li:nth-child(2) {
    top: 65%;
    left: -44%;
    width: 50%;
}
.weekend_life_list li:nth-child(3) {
    top: 97%;
    left: -5%;
    width: 60%;
    padding-top: 20px;
    padding-left: 70px;
}
.weekend_life_list li:nth-child(4) {  
    top: 65%;
    left: 94%;
    width: 45%;
    padding-left: 30px;
}
.weekend_life_list li:nth-child(5) {
    top: 25%;
    left: 93%;
    width: 55%;
}
.weekend_life_list li:nth-child(6) {
    top: -27%;
    left: 25%;
    width: 55%;
}

.weekend_life > div {
  display: none;
}
.weekend_life > div.active {
  display: block;
}
.weekend_life > div > img {
  max-width: 80px;
  width: 100%;
}
.weekend_life > div h3 {
  font-family: "Helvetica-Bold";
  color: #4affe8;
  font-size: 25px;
  line-height: 30px;
  padding: 5px 0;
}

.lifegcity_img_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.lifegcity_img_wrap > div {
  display: none;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
}
.lifegcity_img_wrap > div:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
}
.lifegcity_img_wrap > div.active {
  display: block;
}
#lifeatgodrejcity-wrap p {
  color: #fff;
}


/*Explore Panvel City style start*/

.explore_popup_wrap sup {
    font-size: 60%;
    vertical-align: top;
}
.explore_popup_wrap small {
    font-size: 70%;
}
.futurestarts_carousel {

}
.futurestarts_carousel .item {
  
}
.futurestarts_carousel.owl-theme .owl-nav [class*=owl-], .futurestarts_carousel.owl-theme .owl-nav [class*=owl-]:hover {
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #000;
  padding: 5px 10px;
}
.futurestarts_carousel.owl-theme .owl-nav [class*=owl-prev] {
  left: 5%;
}
.futurestarts_carousel.owl-theme .owl-nav [class*=owl-next] {
  right: 5%;
}
.panveldetails_carousel.owl-carousel {
  width: 90%;
  margin: 0 auto;
}
.panveldetails_carousel .item {
  margin: 0 10px;
}
.panveldetails_carousel.owl-theme .owl-nav [class*=owl-], .panveldetails_carousel.owl-theme .owl-nav [class*=owl-]:hover {
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #000;
  padding: 5px 10px;
}
.panveldetails_carousel.owl-theme .owl-nav [class*=owl-prev] {
  left: -5%;
}
.panveldetails_carousel.owl-theme .owl-nav [class*=owl-next] {
  right: -5%;
}

.panveldetails_carousel.owl-carousel .owl-item img,
.futurestarts_carousel.owl-carousel .owl-item img {
  margin: 0 auto;
  width: 20%;
}

.panveldetails_carousel.owl-carousel .owl-item p,
.futurestarts_carousel.owl-carousel .owl-item p {
  font-size: 15px;
}
.metroproject {
  overflow-x: auto;
}
.metroproject table {
  width: 100%;
  border: 1px solid #000;
  border-collapse: collapse;
}
.metroproject table td {
  border: 1px solid #000;
  border-collapse: collapse;
  padding: 5px;
}
.metroproject table tr:first-child td, .metroproject table tr:last-child td {
  font-weight: bold;
}

.inner {
  padding-left: 1em;
  overflow: hidden;
  display: none;
}
.accordion .page_head2 {
  padding-top: 0;
}
/*.accordion div:nth-child(1) .inner {
  display: block;
}*/
a.toggle {
  width: 100%;
  display: block;
  background: rgba(0,0,0,0.78);
  color: #fefefe;
  padding: 0 20px 0 20px;
  border-radius: 0.15em;
  transition: background .3s ease;
  text-decoration: none;
  margin-bottom: 10px;
  position: relative;
  font-size: 20px;
}
a.toggle:after {
  content: "+";
  font-size: 40px;
  line-height: 40px;
  color: #fff;
  position: absolute;
  right: 10px;
  top: 40%;
  transform: translateY(-50%);
}
.accordion div.active a.toggle:after {
  content: "-";
}
a.toggle:hover {
  background: rgba(0, 0, 0, 0.9);
}

/************ Address and disclaimer style start ***********/
#contact-wrp {
  background-color: #000;
  padding: 20px 0 100px;
}
#contact-wrp .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.disc_txt {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}
.disc_txt h2 {
  font-size: 30px;
  line-height: 39px;
}
.disc_txt p {
  border-bottom: 2px solid #fff;
  margin-bottom: 10px;
}
.disc_txt p:last-child {
  border-bottom: none;
}

/*Enquire now style*/
.fp-viewing-home #fixed_form_wrap {
  display: none;
}
#fixed_form_wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.form_container {
  background-color: rgba(0,0,0,0.5);
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-radius: 5px;
  padding: 0;
}
.form_close {
  cursor: pointer;
  display: none;
  color: #fff;
  font-size: 30px;
  position: absolute;
  top: 0;
  right: 5px;
}
.site_heading5 {
  font-family: 'HelveticaNeueLTStd-Lt';
  font-size: 24px;
  line-height: 28px;
  color: #fff;
}
#frmContactus {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 85%;
}
.fieldwrapper {
  width: 100%;
  margin: 10px 10px;
}

.fieldwrapper input, .fieldwrapper select {
  font-family: 'HelveticaNeueLTStd-Lt';
  width: 100%;
  border: 1px solid #fff;
  background-color: #fff;
  border-radius: 5px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #000;
  height: 40px;
  padding: 0 0 0 20px;
  outline: 0;
}

.fieldwrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../images/webp/arrow-down.webp) 96% center no-repeat #fff;
    outline: 0;
    padding-right: 0;
    width: 100%;
}
.fieldwrapper.form-cta-btn {
    text-align: center;
    font-family: 'HelveticaNeueLTStd-Lt';
    padding: 0;
    margin: 0 5px 0 5px;
    border: none;
    background-color: #fff;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 18px;
    max-width: 120px;
    border-radius: 5px;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fieldwrapper.form-cta-btn a {
    color: #000;
    text-decoration: none;
    position: relative;
}
/*.fieldwrapper.form-cta-btn a:after {
  content: "\f178";
  font-family: 'FontAwesome';
  color: #000;
  margin-left: 10px;
}*/

.fieldwrapper > input[type=number]::-webkit-inner-spin-button, 
.fieldwrapper > input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
::-webkit-input-placeholder { /* Chrome */
  color: #000;
  opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #000;
  opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #000;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #000;
  opacity: 1;
}

.mobi_form_btn {
  display: none;
}


/* Offer popup start */
.offer-popup-wrp{
  display: none;
  position: relative;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.offer-popup-wrp.offer-popup-active{
  display: flex;
}
.offer-popup-overlay{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  display: none;
}
.offer-popup-wrp .content-wrp {
  width: 40%;
  background-color: rgba(0, 0, 0, 0.9);
  flex-direction: column;
  border-radius: 5px;
  padding: 40px 10px 30px;
  position: relative;
}
.offer-popup-wrp .offer-popup-text {
  font-size: 2vw;
  line-height: normal;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 0;
}
.offer-popup-wrp .close-btn{
  position: absolute;
  right: 8px;
  top: 4px;
  color: #fff;
  font-size: 1.6vw;
  font-weight: 800;
  cursor: pointer;
}

#fixed_form_wrap.active2 {
  bottom: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  height: 100%;
  background-color: rgba(0,0,0,0.8);
}

#fixed_form_wrap.active2 .form_container {
  background-color: rgba(255,255,255,0.3);
  max-width: 300px;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  flex-direction: column;
  padding: 10px 0;
}
#fixed_form_wrap.active2 .form_close {
  display: block;
}
#fixed_form_wrap.active2 #frmContactus {
    flex-direction: column;
    width: 90%;
}
.form_offer_txt {
  display: none;
  text-align: center;
  padding: 5px;
  color: #fff;
  font-size: 90%;
}
#fixed_form_wrap.active2 .form_offer_txt {
  display: block;
}

@media only screen and (max-width : 767px){
    .offer-popup-wrp .content-wrp {
        width: 90%;
        padding: 30px 10px 20px;
    }
    .offer-popup-wrp .offer-popup-text {
        font-size: 4.8vw;
    }
    .offer-popup-wrp .close-btn{
        font-size: 20px;
    }
}
/* Offer popup end */



@media only screen and (max-width: 1024px) {
  .weeks_life_wrap {
    flex-direction: column;
  }
  .weekday_life {
    margin-right: 0;
    margin-bottom: 110px;
  }
  .weekend_life {
    margin-left: 0;
    margin-top: 70px;
  }

  .center_eading {
    position: relative;
    width: 1px;
    height: 160px;
    left: 0;
  }
  .center_eading:before{
    top: 50px;
  }
  .center_eading:after{
    top: 83px;
  }
  .get_direction {
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 1023px) {
  .weekday_life,
  .weekend_life{
    width: 200px;
    height: 200px;
  }

  .weekend_life_list li:nth-child(3) {
        padding-left: 40px;
  }
  .weekend_life_list li:nth-child(4) {
    padding-left: 0;
}
 .weekend_life_list li:nth-child(6) {
    top: -35%;
    width: 65%;
} 
  .weekday_life_list li img,
  .weekend_life_list li img{
    width: 34px;
  }

h2 {
  font-size: 22px;
  line-height: 30px;
}
.sub_head2 {
  font-size: 32px;
  line-height: 38px;
}
.sub_head2 span {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 20px;
}
p {
  font-size: 15px;
  line-height: 20px;
}

/************ Header style start ***********/
#site_header {
    background-color: rgba(0,0,0,0.5);
  }
  #site_header .container {
        padding: 10px 0;
  }
  .brand_logo, .project_logo {
      width: 40%;
  }
  #site_nav {
    background-color: rgba(0,0,0,0.8);
    position: absolute;
    left: 0;
    right: 0;
    top: -100%;
    width: 100%;
    height: 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: none;
    text-align: center;
    z-index: 1;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
  }
  #site_nav.active {
    top: 0;
    height: 100vh;
  }
  .menu_burger {
    display: block;
    font-size: 25px;
    color: #fff;
    margin-left: 10px;
    position: relative;
    z-index: 1;
  }
  .open_menu.active {
    display: none;
  }
  .close_menu.active {
    display: block;
  }
  #menu {
    flex-direction: column;
    justify-content: center;
    display: none;
  }
  #site_nav.active #menu {
    display: block;
  }
  .enquirenow {
    /*display: none;*/
    width: 60%;
    margin: 0 auto;
  }
/************ Home Banner style start ***********/
.moving_cloud1 {
  background-size: 100%;
}
.moving_cloud2 {
  background-size: 100%;
}
.moving_cloud3 {
  background-size: 100%;
}
/*.moving_cloud4 {
  background-size: 100%;
  }
.moving_cloud5 {
  background-size: 100%;
}*/
.moving_cloud6 {
  background-size: 100%;
}
/*.main_slide .item.slide_01 {
  background-image: url(../images/webp/highlands_lp_banner_mobi.webp);
  background-color: #fff;
  background-size: 100%;
  background-position: center 30%;
}*/
.main_slide .item {
  background-size: 100%;
  background-color: #fff;
  background-position: center top;
}
.main_slide .item.slide_01 {
  background-image: url(../images/main-banner-mobi1.jpg);
}
.main_slide .item.slide_02 {
  background-image: url(../images/main-banner-mobi2.jpg);
}
.main_slide .item.slide_03 {
  background-image: url(../images/main-banner-mobi3.jpg);
}

.banner_head {
    font-size: 20px;
    line-height: 23px;
}
.banner_head span {
    font-size: 26px;
    line-height: 30px;
}
.banner_para {
    font-size: 16px;
    line-height: 20px;
}
.main_slide.owl-carousel.owl-theme .owl-nav button.owl-prev, 
.main_slide.owl-carousel.owl-theme .owl-nav button.owl-next {
    padding: 0px 5px;
    font-size: 20px;
}
#home-wrp .slider-counter {
    bottom: 10%;
}
/* ====================== Coundown Style ============================ */

#coundown {
    font-size: 15px;
    line-height: 20px;
}
#coundown span {
    padding: 10px;
    margin: 0 3px;
}
/************ About Godrej style start ***********/
#abtgdorej-wrap .container {
  height: auto;
}
#abtgdorej-wrap .container_wrap {
  flex-direction: column;
}
.abtgdorej_content {
  width: 100%;
  padding-top: 100px;
}
.abtgdorej_img {
    width: 100%;
    padding-top: 20px;
}
/************ Overview style start ***********/
#overview-wrap .container {
  height: auto;
}
#overview-wrap .container_wrap {
  flex-direction: column;
}
.overview_content {
  width: 100%;
  padding-top: 100px;
}
.overview_img {
    width: 100%;
    padding-top: 20px;
}

/************ Project highlights style start ***********/
.highlights_container {
  flex-direction: column;
}
.highlights_carousel_wrap {
  order: 2;
}
.highlights_content {
  width: 100%;
  position: static;
  height: auto;
  padding-right: 0;
  padding: 60px 0 0 10px;
}

.highlights_carousel .slide_img {
  width: 100%;
  height: 70vh;
}
.highlights_carousel .slide_txt, .highlights_carousel .slide_para {
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  padding: 0 15px;  
  text-shadow: 0 0 5px #000;
}
.highlights_carousel .slide_txt {
  top: 30%;
  font-size: 20px;
  line-height: 30px;
}
.highlights_carousel .slide_para {
  bottom: 30%;
  font-size: 15px;
  line-height: 20px;
}
.highlights_carousel.owl-carousel.owl-theme .owl-nav {
  position: static;
}
.highlights_carousel.owl-carousel.owl-theme .owl-nav button.owl-prev,
.highlights_carousel.owl-carousel.owl-theme .owl-nav button.owl-next {
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
  background-color: #000;
  margin: 0;
  padding: 5px; 
}
.highlights_carousel.owl-carousel.owl-theme .owl-nav button.owl-prev {
  left: 2%;
}
.highlights_carousel.owl-carousel.owl-theme .owl-nav button.owl-next {
  right: 2%;
}
.cta_btn {
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 150px;
  text-align: center;
  bottom: 15%;
}
/************ Project Amenities style start ***********/

.amenities_container {
    flex-direction: column;
}
.amenities_content {
    position: static;
    width: 100%;
    padding: 70px 10px 20px;
    height: auto;
}
.amenities_carousel .slide_img {
  width: 100%;
  height: 45vh;
}
.amenities_carousel.owl-carousel.owl-theme .owl-dots {
  display: none;
}
.amenities_carousel .slide_txt {
  top: 30%;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  padding: 0 15px;  
  text-shadow: 0 0 5px #000;  
  font-size: 35px;
  line-height: 40px;
}
.amenities_carousel.owl-carousel.owl-theme .owl-nav {
  position: static;
}
.amenities_carousel.owl-carousel.owl-theme .owl-nav button.owl-prev,
.amenities_carousel.owl-carousel.owl-theme .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #000;
  margin: 0;
  padding: 5px; 
}
.amenities_carousel.owl-carousel.owl-theme .owl-nav button.owl-prev {
  left: 2%;
}
.amenities_carousel.owl-carousel.owl-theme .owl-nav button.owl-next {
  right: 2%;
}
.amenities_container .cta_btn {
  position: static;
}

/************ Project Gallery style start ***********/
.heading_wrap {
  width: 100%;
  height: auto;
  padding: 60px 20px 20px 50px;
}
.gallery_carousel_wrap {
  position: static;
  width: 100%;
  height: 70vh;
}
.gallery_carousel.owl-carousel.owl-theme .owl-nav {
  position: static;
}
.gallery_carousel.owl-carousel.owl-theme .owl-nav button.owl-prev,
.gallery_carousel.owl-carousel.owl-theme .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #000;
  margin: 0;
  padding: 5px; 
}
.gallery_carousel.owl-carousel.owl-theme .owl-nav button.owl-prev {
  left: 2%;
}
.gallery_carousel.owl-carousel.owl-theme .owl-nav button.owl-next {
  right: 2%;
}

/************ Project Tour style start ***********/
#video-wrap {
  background: url(../images/webp/videobg-mobile-img.webp) no-repeat 40% top;
}
.video_gallery .item {
  width: 100%;
}
.video_gallery.owl-carousel.owl-theme .owl-nav button.owl-prev,
.video_gallery.owl-carousel.owl-theme .owl-nav button.owl-next {
  padding: 5px;
  font-size: 15px;
}
/************ Locaton style start ***********/ 
.loc-content {
  width: 100%;
  height: auto;
  position: static;
  padding: 60px 10px 20px 10px;
}
.get_direction {
    padding: 20px 0 0;
}
.project_map {
  /*background-image: url(../images/webp/project_map_mobi_img.webp);*/
  /*height: 40vh;*/
}
#backgroundvid1 {
  display: none;
}
#backgroundvid2 {
  display: block;
}
/************ Explore Godrej City & Panvel style start ***********/
.explorecity_row {
  flex-direction: column;
}
.explorecity_col {
  width: 100%;
}
.explorecity_col a {
    font-size: 35px;
    line-height: 40px;
}
.explore_popup_wrap {
  padding-top: 50px;
}
.explore_popup_wrap > .container {
  /* padding: 10px;  */
    padding: 20px 10px;
    width: 100%;
}
.close_btn {
    top: -24px;
    font-size: 20px;
}
.page_head1 {
  font-size: 35px;
  line-height: 38px;
  padding-bottom: 10px;
}
.page_head2 {
    font-size: 28px;
    line-height: 35px;
    padding-bottom: 10px;
    padding-top: 30px;
}
.explore_popup_wrap p {
   font-size: 14px;
    line-height: 18px;
    padding-bottom: 10px;
}

.timeline_carousel .item {
  justify-content: space-around;
}
.page_head3 {
    font-size: 50px;
    line-height: 50px;
    padding-bottom: 0;
}
.timeline_carousel .item p {
  width: 90%;
}
.timeline_carousel.owl-theme .owl-nav [class*=owl-] {
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.timeline_carousel.owl-theme .owl-nav [class*=owl-prev] {
  left: 5%;
}
.timeline_carousel.owl-theme .owl-nav [class*=owl-next] {
  right: 5%;
}
.daycity_list li {
    font-size: 15px;
    line-height: 20px;
    padding: 0 0 10px 10px;
}
.avenues_carousel .item p {
  position: static;
  background-color: #000;
  font-size: 12px;
  line-height: 15px;
  padding: 10px;
}
.township_highlights_carousel .item p {
  width: 100%;
}
#lifeatgodrejcity-wrap {
  /* display: none; */
}
/*.weeks_life_wrap {
  flex-direction: column;
}
.weekday_life {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}

.center_eading {
  display: none;
}
.weekend_life {
  display: none;
}*/
a.toggle {
  font-size: 14px;
}
/************ Address and disclaimer style start ***********/
#contact-wrp .container {
  padding-top: 50px;
}
.disc_txt h2 {
  font-size: 20px;
  line-height: 21px;
}
  /*Enquire now style*/
#fixed_form_wrap {
  bottom: -100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  height: 100%;
  background-color: rgba(0,0,0,0.8);
}
#fixed_form_wrap.active {
  bottom: 0;
}
.form_container {
  background-color: rgba(255,255,255,0.3);
  max-width: 300px;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  flex-direction: column;
  padding: 10px 0;
}
.form_close {
  display: block;
}
#frmContactus {
    flex-direction: column;
    width: 90%;
}
.form_offer_txt {
  display: block;
}
.mobi_form_btn {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  font-family: 'HelveticaNeueLTStd-Lt';
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  padding: 10px 0;
  /* background-color: #56c9f4; */
  /* color: #000; */
  background-color: #203b32;
  color: #fff;
  letter-spacing: 1px;
}

.panveldetails_carousel.owl-carousel .owl-item,
.futurestarts_carousel.owl-carousel .owl-item {
  text-align: center;
}
