
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: 'HelveticaNeueW01-87HvCnObl';
    src: url('../fonts/HelveticaNeueW01-87HvCnObl.eot');
    src: url('../fonts/HelveticaNeueW01-87HvCnObl.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeueW01-87HvCnObl.woff2') format('woff2'),
        url('../fonts/HelveticaNeueW01-87HvCnObl.woff') format('woff'),
        url('../fonts/HelveticaNeueW01-87HvCnObl.ttf') format('truetype'),
        url('../fonts/HelveticaNeueW01-87HvCnObl.svg#HelveticaNeueW01-87HvCnObl') format('svg');
    font-weight: normal;
    font-style: normal;
}



@font-face {
  font-family: 'Indian Rupee';
  src: url('../fonts/IndianRupee-Regular.woff2') format('woff2'),
    url('../fonts/IndianRupee-Regular.woff') format('woff'),
    url('../fonts/IndianRupee-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


:root {
  --black: #000000;
  --white: #ffffff;
  --gold: #FDC81A;
  --boder: #EBE2C6;
  --heading2: #18181B;
  --copy-color: #000000;
  --Inter-font: 'Inter', sans-serif;
  --Roboto-font: 'Roboto', sans-serif;
  --Archivo-font: 'Archivo Black', sans-serif;
  --indian-rupee: 'Indian Rupee';
}

/* 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;
}


strong {
    font-weight: bold;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
  font-family: var(--Inter-font);                                                
  font-size: 16px;
  line-height: 19px;
  color: var(--copy-color);
      overflow-x: hidden;
}
a {
  text-decoration: none;
  color: var(--black);
  font-family: var(--Inter-font);
}
/*a:hover {
  text-decoration: underline;
  color: var(--copy-color);
}*/
h1 {
  font-family: var(--Archivo-font);
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
  padding-bottom: 20px;
}
h2 {
  font-family: var(--Roboto-font);
  font-size: 32px;
  line-height: 38px;
  padding-bottom: 10px;
  color: var(--copy-color);
  text-transform: uppercase;
}
h2 span {
  display: block;
  font-family: var(--Inter-font);
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  padding-bottom: 10px;
  color: var(--heading2);
  letter-spacing: 8px;
}
h3 {
  font-family: var(--Roboto-font);
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  padding-bottom: 10px;
}
h4 {
  font-family: var(--Roboto-font);
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  padding-bottom: 10px;
  color: var(--black);
}
img {
  max-width: 100%;
  width: 100%;
}
.txt_center {
  text-align: center;
}
.cta_btn {
  display: inline-block;
  color: var(--black);
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  padding: 10px 20px;
  border-radius: 10px;
  border: none;
    outline: none;
    background-color: var(--gold);
  transition: all 0.3s ease;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.cta_btn:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: var(--black);
   box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  transition: all 0.3s ease;
}
.amenities_content .cta_btn:after {
  background-color: var(--black);  
}
.cta_btn:hover {
  color: #fff;
}
.cta_btn:hover:after {
  left: 0;
  width: 100%;
}
.cta_btn:active {
  top: 2px;
}
.swiper .swiper-button-next {
    background: url(../images/right_arrow.png) no-repeat center center;
    width: 50px;
    height: 50px;
    color: transparent;
    background-size: cover;
}
.swiper .swiper-button-prev {
    background: url(../images/left_arrow.png) no-repeat center center;
    width: 50px;
    height: 50px;
    color: transparent;
    background-size: cover;
}


/*Header style start*/
.site_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background-color: #fff;
}

.header_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1210px;
  width: 100%;
}
.project_logo {
  margin: 10px 0;
  max-width: 262px;
}
.navbar {
  margin-left: auto;
  padding: 0;
}
.navbar .nav-item {
  padding: 0 10px;
}
.navbar-nav .nav-link {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  padding: 10px 0px;
  position: relative;
  color: var(--black);
  border-radius: 5px;
}
.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active_link {
  background-color: #F4F4F5;
  text-decoration: none;
}

.explorenow_btn .cta_btn {
  font-size: 16px;
  line-height: 19px;
}

/*introduction section style start*/
.intro_wrap {
  position: relative;
  padding: 0;
}
.intro_wrap:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #374A46 0%, rgba(86, 107, 106, 0.715266) 72.46%, rgba(44, 79, 80, 0.417686) 102.25%, rgba(94, 119, 123, 0) 144.06%);
}
.intro_content_wrap {
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 1;
  overflow: hidden;
  text-align: center;
  z-index: 3;
}

.intro_content_wrap h1 {
font-family: var(--Inter-font);
font-weight: 400;
font-size: 32px;
text-align: center;
color: var(--white);

}
.intro_content_wrap p.tagline {
  font-family: var(--Archivo-font);
  font-weight: 400;
  font-style: Regular;
  font-size: 36px;
  color: var(--white);
}
.intro_content_wrap .cta_btn {
  margin-top: 5%;
  padding: 15px 30px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
}


.intro_slider .swiper-pagination-bullet {
  background-color: #D9D9D9;
  opacity: 1;
  width: 50px;
  height: 8px;
  border-radius: 20px;  
}
.intro_slider .swiper-pagination-bullet:hover,
.intro_slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--gold);
}

.overview_section {
    padding: 40px 0;
}
.project_list_slider.swiper {
    padding-bottom:30px;
}
.list_slide_content {
    padding: 20px 0;
}
.price-row {
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
}
.price-row span {
    font-size: 13px;
    font-weight: bold;
}


.swiper-button-next.project-next {
    bottom: 0;
    top: auto;
    right: 40%;
}
.swiper-button-prev.project-prev {
    bottom: 0;
    top: auto;
    left:40%;
}

/*Life at Godrej section style start*/
#lifeatgodrejcity-wrap {
    padding: 20px 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, #lifeatgodrejcity-wrap .sub_head2 span {
  color: var(--white);
}
#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;
    flex-direction: column;
    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%;
    flex-direction: column;
}

.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;
}


/*Location style start*/
/************ Locaton style start ***********/
#location_wrap {
    padding: 0;
    position: relative;
}

.project_map {
    width: 100%;
    height: calc(100vh - 68px);
    z-index: -1;
    pointer-events: none;
    position: relative;
    transition: all 2s ease-in-out;
}
.project_map.active {
    z-index: 2;
    pointer-events: all;
}
.view_close {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -3;
    transition: all 2s ease-in-out;
}
.view_close.active {
    z-index: 3;
}
#backgroundvid1 {
    width: 100%;
    height: 100%;
    object-fit: fill;
}


.loc-content {
    width: 40%;
    height: 100%;
    /* background-color: rgba(130,149,58,0.5); */
    background-color: rgba(255, 255, 255, 0.9);
    color: #4c4d4f;
    position: absolute;
    top: 0;
    left: 5%;
    padding: 50px 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /*align-items: center;*/
    overflow: hidden;
}

.loc-content .sub_head2 {
}

.loc-content .sub_head2 span:before,
.loc-content .sub_head2 span:after {
    background-color: #4c4d4f;
}

.loc-content p {
    font-size: 15px;
}

.loc_pointers {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    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;
    filter: brightness(0) saturate(100%) invert(30%) sepia(0%) saturate(35%) hue-rotate(283deg) brightness(93%) contrast(92%);
}

.loc_pointers span {
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    display: flex;
    flex-direction: column;
}

.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;
    color: #fff;
}

.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: 20px;
}

.get_direction a {
font-weight: 600;
font-size: 16px;
line-height: 20px;
display: flex;
align-items: center;
text-align: center;
color: #18181B;
text-decoration: none;
border: 1px solid #000;
border-radius: 5px;
height: 40px;
padding: 0 10px;
}

.get_direction a i {
    font-size: 18px;
    padding-left: 10px;
}

.get_direction a img {
    width: auto;
    filter: brightness(0) saturate(100%) invert(30%) sepia(0%) saturate(35%) hue-rotate(283deg) brightness(93%) contrast(92%);
}

.connectivity-section {
    padding: 40px 0;

}
.connect_wrap {
    border: 1px solid #EBE2C6;
    width: 45%;
    padding: 20px;
    margin: 20px;
}
.connect_wrap img {
    width: 40%;
    margin-right: 20px;
}
.connect_wrap ul {
    list-style: disc;
    margin: 0;
    padding: 0 0 0 20px;
}
.connect_wrap ul li {
    font-family: var(--Inter-font);
    font-size: 14px;
    line-height: 24px;
}


.amenities-section {
    background-color: #FFFAEA;
    position: relative;
}
.amenities_content {
    width: 45%;
    position: absolute;
    top: 100px;
    left: 5%;
     z-index: 9; 
    height: calc(100vh - 68px);
}
.amenities_content p {
padding: 20px 10% 20px 0;
font-family: Roboto;
font-size: 16px;
line-height: 24px;
}
.amenities_slider_wrap {
    position: relative;
}

.amenities_slider2 .swiper-slide{
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-direction: column;
}

.amenities_slider2 .slide_img {
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
    height: calc(100vh - 68px);
    width: 50%;
}
.amenities_slider2 .slide_txt {
    position: absolute;
    top: 90%;
    transform: translateY(-50%);
    left: 5%;
    font-family: 'Roboto';
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 10px;
    text-transform: uppercase;
    color: #18181B;
}

.slide_txt:before {
    content: "\02C3";
}
.amenities_slider.swiper {
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
background: rgba(116, 116, 115, 0.3);
backdrop-filter: blur(10px);
padding: 10px 40px;

}
.amenities_slider.swiper .swiper-wrapper {

}

.amenities_slider .swiper-slide {
/*  opacity: 0.4;*/
  border-radius: 4px;
}
.amenities_slider .swiper-slide img {
  border-radius: 4px;
    height: 11vh;
}
.amenities_slider .swiper-slide-thumb-active img {
    border: 4px solid #FDC81A;
}

.amenities_slider .swiper-slide-thumb-active {
  opacity: 1;
}
.swiper .amnt-swiper-button-wrap .swiper-button-next, .swiper .amnt-swiper-button-wrap .swiper-button-prev {
    width: 20px;
    height: 20px;
    top: 70%;
}



.gallery-section {
    padding: 40px 0;
}
.gallery-swiper-container {
    position: relative;
}
.gallery_slider .swiper-slide {
    border: 1px solid #EBE2C6;
    padding: 10px;
    border-radius: 5px;
}
.gallery_slider .swiper-slide img {
    border-radius: 5px;
}
.gallery_slider .swiper-slide h3 {
    padding: 10px 0;
}
.gallery_discription {
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0px;
}
.gallery-swiper-button-wrap .swiper-button-next {
    background: url(../images/right_arrow.png) no-repeat center center;
    width: 50px;
    height: 50px;
    color: transparent;
    background-size: cover;
    right: -6%;
}
.gallery-swiper-button-wrap .swiper-button-prev {
    background: url(../images/left_arrow.png) no-repeat center center;
    width: 50px;
    height: 50px;
    color: transparent;
    background-size: cover;
    left: -6%;
}

.aboutgpl-section {
    padding: 40px 0;
    background-color: #FFFAEA;
}
.gpl_content {
    padding: 0 50px;
}

/*Footer style start*/
.site_footer {
  background-color: #131D19;
  padding: 40px 0;
}


.footer_content h2 {
  font-size: 26px;
  line-height: 34px;
  color: var(--white);
  text-transform: none;
}
.footer_content p {
  color: var(--white);
    font-size: 12px;
    line-height: 16px;

}

.contact_info {
  padding: 20px 0 0 20px;
}
.contact_info li, .contact_info li a{
  font-size: 14px;
  line-height: 20px;
  color: var(--white);
}
.social_links {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.social_links a {
  display: inline-block;
  margin-right: 15px;
}
.social_links img {
  max-width: 24px;
}
.qr-code-wrap {
    display: flex;
}
.qr-code-wrap img {
    max-width: 60px;
    margin-right: 10px;
}
.footer_form {
    padding-left: 50px;
}
.footer_form h2 {
  font-size: 22px;
  line-height: 28px;
  color: var(--white);
}
.footer_form h3 {
  font-size: 15px;
  line-height: 20px;
  color: var(--white);
}
.footer_form_wrap {

}
.fieldwrapper {
margin: 10px 0;
}
.fieldwrapper label {
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;  
  color: var(--white);
}
.fieldwrapper input, .fieldwrapper select {
  font-family: var(--Inter-font);
  width: 100%;
  border: 1px solid #D9D9D9;
  background-color: #fff;
  border-radius: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  padding: 6px 5px 6px 15px;
  outline: 0;  
  margin-top: 5px;
}
.fieldwrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(../images/arrow-down.png) 96% center no-repeat #fff;
  outline: 0;
  padding-right: 40px;
}

.from_submit {
  border: 0;
  margin: 10px 0;
  padding: 10px 30px;
}

.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;
}

.copyrights_text {
  text-align: center;
  padding: 20px 0 0;
  font-size: 12px;
  color: var(--white);
}
.popup_form_wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.7);
  transform: translate3d(100%, 100%, 50px);
  transition: all 0.8s ease-in-out;
}
.popup_form_wrap.active {
  transform: translate3d(0, 0, 0);
}

.form_container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: var(--white);
  max-width: 400px;
  width: 90%;
  padding: 30px 30px;
  border-radius: 20px;
}
.close_btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 30px;
  color: var(--black);
  cursor: pointer;
}
.form_container h2 {
  text-align: center;
  font-size: 22px;
  line-height: 26px;
  margin: 20px 0 0 0;
}
.form_container p {
  text-align: center;
  margin-bottom: 0;
}
.form_container .fieldwrapper {
    margin: 10px 0 0px 0;
}
.form_container .fieldwrapper label {
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;  
  color: var(--black);
}
.submit_cta {
  text-align: center;
  margin-top: 20px;
}
.error_input {
  background: linear-gradient(0deg, #FFEFEF, #FFEFEF);
  border: 1px solid #DE9999;
}
.thankyou_msg_wrap {
  text-align: center;
}
.thankyou_img {
  width: 80px;
  height: 80px;
  margin: 10px auto;
  position: relative;
  font-size: 30px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: zoom_img 3s linear infinite;
}
.thankyou_img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/thankyou_img.png") no-repeat center center;
  background-size: 100%;
  z-index: -1;
  animation: rotate_img 3s linear infinite;
}  

@keyframes rotate_img {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(360deg) scale(1.3);
  }
  100% {
    transform: rotate(0deg) scale(1);
  }
}
@keyframes zoom_img {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}


.thankyou_msg_wrap .form_container p {
  margin-bottom: 20px;
  font-size: 13px;
}




@media (max-width:767px) {


body {
  font-size: 12px;
  line-height: 17px;
}

h1 {
  font-size: 34px;
  line-height: 40px;
  padding-bottom: 20px;
}
h2 {
  font-size: 24px;
  line-height: 28px;
}
h2 span {
  font-size: 16px;
  line-height: 20px;
}
h3 {
  font-size: 16px;
  line-height: 20px;
}
.cta_btn {
  font-size: 14px;
  line-height: 20px;
  padding: 5px 15px;
}
.swiper .swiper-button-next, .swiper .swiper-button-prev {
    width: 25px;
    height: 25px;
}



/*Header style start*/

.header_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    width: 100%;
    padding: 10px;
}
.project_logo {
  order: 2;
  width: 40%;
}
.navbar {
  margin-left: auto;
  padding: 0;
  margin: 0;
}
.navbar .nav-item {
  padding: 0 10px;
}
/*.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--black);
  border-bottom: 4px solid var(--black);
  text-decoration: none;
}*/
.navbar-collapse {
  position: fixed;
  top: 65px;
  background-color: #ffffff;
  width: 94vw;
  left: 0px;
}
.navbar-nav .nav-link {
  position: relative;
}
.navbar-nav .nav-link:after{
  content: '';
  position: absolute;
  width: 0px;
  height: 5px;
  left: 50%;
  bottom:0;
  background-color: var(--black);
  transition: all ease-in-out .2s;
}
.navbar-nav .nav-link:hover:after, .navbar-nav .nav-link.active_link:after{
  width: 100%;
  left: 0;
}
.navbar .container-fluid {
  padding: 0;
}
.navbar-toggler {
  border: none;
  background: none;
  padding: 0;
}
.navbar-toggler-icon {
  width: 30px;
  height: 30px;
}


.explorenow_btn {
  order: 3;
}
.explorenow_btn .cta_btn {
  font-size: 14px;
  line-height: 19px;
}

/*introduction section style start*/
#main_slider_wrap {
  height: 100vh;
}
.intro_wrap {
  position: relative;
  padding: 0;
  height: 100%;
}
.intro_content_wrap {

}
.intro_content_wrap h1 {
  color: var(--white);
  font-size: 17px;
  line-height: 23px;
  padding-bottom: 10px;
}
.intro_content_wrap p.tagline {
  font-size: 26px;
}
.intro_content_wrap p {
  color: var(--white);
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
}
.intro_content_wrap .cta_btn {
  margin-top: 10%;
  font-size: 14px;
  padding: 5px 15px;
  font-weight: 500;
}


.intro_slider .swiper-slide img {
  height: 100vh;
}
.intro_slider .swiper-pagination-bullet {
  background-color: #D9D9D9;
  opacity: 1;
  width: 50px;
  height: 8px;
  border-radius: 20px;  
}
.intro_slider .swiper-pagination-bullet:hover,
.intro_slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--gold);
}
.banner_amenities_wrap {
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 90%;
}
/*Overview Section style start*/
.overview_section {
    padding: 20px 0 20px 0;
}
.list_slide_content p {
    margin-bottom: 0;
}
.price-row span {
    font-size:10px;
}
.project_list_slider.swiper {
    padding-bottom: 10px;
}
#lifeatgodrejcity-wrap {
    /* display: none; */
    overflow: hidden;
}
.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;
    }

 .weekday_life,
    .weekend_life {
        width: 200px;
        height: 200px;
    }
    .weekday_life_list li:nth-child(9) {
      top: -8%;
    }
    .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: -45%;
        width: 65%;
    }

    .weekday_life_list li img,
    .weekend_life_list li img {
        width: 34px;
    }
a.toggle {
    font-size: 14px;
}
#lifeatgodrejcity-wrap p {
        font-size: 14px;
        line-height: 18px;
    }

.loc-content {
    width: 100%;
    padding: 20px;
    left: 0;
}
.view_close {
    display: none;
    bottom: auto;
    top: 0;
}
.view_close.active {
    display: block;
}

.connect_wrap {
    width: 90%;
    padding: 10px;
    margin: 10px;
    flex-direction: column;
    text-align: center;
}
.connect_wrap img {
    width: 96%;
    margin: 0px auto 20px;
}
.connect_wrap ul li {
    text-align: left;
}

.amenities_content {
    padding: 20px 0;
    width: 100%;
    position: static;
    z-index: 9;
    height: auto;
}
.amenities_content p {
    padding: 10px 0% 10px 0;
}
.amenities_slider2 .slide_img {
    height: calc(100vh - 68px);
    width: 100%;
}
.amenities_slider2 .slide_txt {
        background-color: #fff;
    padding: 5px;
    left: 0;
    right: 0;
    top: 87%;
    text-align: center;
}
.amenities_slider.swiper {
    width: 100%;
}
.amenities_slider .swiper-slide img {
    height: 6vh;
}

.gallery_discription {
    font-size: 12px;
        line-height: 18px;
}
.gallery-swiper-button-wrap .swiper-button-next {
    right: 0;
}
.gallery-swiper-button-wrap .swiper-button-prev {
    left: 0;
}
.gpl_content {
    padding: 0 10px;
}













/*Footer style start*/
.site_footer {
  padding: 30px 15px 0;
}

.footer_content {
  padding: 0;
  order: 2;
}

.footer_content h2 {
  font-size: 26px;
  line-height: 34px;
  color: var(--white);
  text-transform: none;
}
.footer_content p {
  font-size: 14px;
  line-height: 17px;
  color: var(--white);
}

.contact_info {
  padding: 20px 0 0 20px;
}
.contact_info li, .contact_info li a{
  font-size: 14px;
  line-height: 20px;
  color: var(--white);
}
.social_links {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.social_links a {
  display: inline-block;
  margin-right: 15px;
}
.social_links img {
  max-width: 24px;
}

.footer_form {
  padding: 0 0 30px;
  margin-bottom: 30px;
  border-bottom: 1px dashed #fff;
}

.footer_form h2 {
  font-size: 22px;
  line-height: 28px;
  color: var(--white);
}
.footer_form h3 {
  font-size: 15px;
  line-height: 20px;
  color: var(--white);
}
.footer_form_wrap {

}


.copyrights_text {
  text-align: center;
  padding: 20px 0 0;
  font-size: 12px;
  color: var(--white);
}
.popup_form_wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.7);
  transform: translate3d(100%, 100%, 50px);
  transition: all 0.8s ease-in-out;
}
.popup_form_wrap.active {
  transform: translate3d(0, 0, 0);
}

.form_container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: var(--white);
  max-width: 400px;
  width: 90%;
  padding: 30px 30px;
  border-radius: 20px;
}
.close_btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 30px;
  color: var(--black);
  cursor: pointer;
}
.form_container h2 {
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  margin: 20px 0 0 0;
}
.form_container p {
  text-align: center;
  margin-bottom: 0;
}
.form_container .fieldwrapper {
    margin: 10px 0 0px 0;
}
.form_container .fieldwrapper label {
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;  
  color: var(--black);
}
.submit_cta {
  text-align: center;
  margin-top: 20px;
}
.error_input {
  background: linear-gradient(0deg, #FFEFEF, #FFEFEF);
  border: 1px solid #DE9999;
}
.thankyou_msg_wrap {
  text-align: center;
}
.thankyou_img {
  width: 80px;
  height: 80px;
  margin: 10px auto;
  position: relative;
  font-size: 30px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: zoom_img 3s linear infinite;
}
.thankyou_img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/thankyou_img.png") no-repeat center center;
  background-size: 100%;
  z-index: -1;
  animation: rotate_img 3s linear infinite;
}  

@keyframes rotate_img {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(360deg) scale(1.3);
  }
  100% {
    transform: rotate(0deg) scale(1);
  }
}
@keyframes zoom_img {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}


.thankyou_msg_wrap .form_container p {
  margin-bottom: 20px;
  font-size: 13px;
}

}