@font-face {
  font-family: 'Cera Pro';
  src: url('../fonts/../fonts/CeraPro-Black.woff2') format('woff2'),
    url('../fonts/CeraPro-Black.woff') format('woff'),
    url('../fonts/CeraPro-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cera Godrej Interio';
  src: url('../fonts/CeraGodrejInterio-Bold.woff2') format('woff2'),
    url('../fonts/CeraGodrejInterio-Bold.woff') format('woff'),
    url('../fonts/CeraGodrejInterio-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cera Godrej Interio';
  src: url('../fonts/CeraGodrejInterio-Medium.woff2') format('woff2'),
    url('../fonts/CeraGodrejInterio-Medium.woff') format('woff'),
    url('../fonts/CeraGodrejInterio-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Perpetua';
  src: url('../fonts/Perpetua-Bold.woff2') format('woff2'),
    url('../fonts/Perpetua-Bold.woff') format('woff'),
    url('../fonts/Perpetua-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@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;
  --chocolate: #2f2f2f;
  --light-chocolate: #3b3b3b;
  --green: #1d3a20;
  --gold: #fecd81;
  --cera-pro: 'Cera Pro';
  --cera-godrej-interio: 'Cera Godrej Interio';
  --Perpetua: 'Perpetua';
  --indian-rupee: 'Indian Rupee';
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}


/* banner section start */
/*.palace-introduction {
  background: url("../images/sunrise-estate-banner-desktop.jpg") no-repeat center;
  background-size: cover;
  padding-bottom: 80px;
  position: relative;
}*/
.video_wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.video_wrap:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(254, 254, 254, 0.4);
}
#backgroundvid1, #backgroundvid2 {
    width: 100%;
    height: 100%;
    object-fit: fill;
}
#backgroundvid1 {
  display: block;
}
#backgroundvid2 {
  display: none;
}
.label-info {
  background: url(../images/price-bg-img.png) no-repeat;
  background-position: center;
  background-size: 70%;
  width: auto;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  transition: ease .4s;
  }

.label-info:hover {
  transform: scale(1.1);
}

.label-info p {
  margin-bottom: 0;
  font-family: var(--cera-godrej-interio);
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 1px;
}

.heading-info {
  text-align: center;
  padding-top: 37vh;
  text-shadow: 0 0 4px #000;
}

.heading-info h1 {
  font-family: var(--cera-godrej-interio);
  font-weight: 500;
  font-size: 6vw;
  color: var(--green);
  line-height: 7.5vw;
  padding-bottom: 0;
}

.heading-info span {
  color: var(--green);
  font-size: 3vw;
  line-height: 3vw;
  font-family: var(--cera-godrej-interio);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-bottom: 0vw;
  display: inline-block;
  /*background-color: rgba(255, 255, 255, 0.5);*/
}

.heading-info h1 span {
  font-family: var(--Perpetua);
  color: var(--gold);
  font-size: 7.5vw;
  line-height: 7.5vw;
  font-weight: bold;
  font-style: italic;
  display: block;
  text-align: right;
  text-transform: capitalize;
  padding-right: 70px;
  padding-bottom: 20px;
}

.starting-info {
  text-align: center;
}

.starting-info p {
  font-family: var(--cera-godrej-interio);
  color: var(--green);
  text-transform: uppercase;
  font-size: 1.5vw;
  line-height: 2vw;
  font-weight: 500;
}

.gpl_logo {
    text-align: center;
    margin-top: 3%;
    /*-webkit-filter: invert(1);
    filter: invert(1);*/
}
.enquire-now {
  position: relative;
  right: 180px;
  transition: 0.6s ease;
}

.enquire-now a {
  padding-left: 60px;
  color: var(--gold);
  text-decoration: none;
  font-family: var(--cera-godrej-interio);
  font-size: 18px;
  text-transform: uppercase;
  transition: 0.6s ease;
}

.enquire-now a:before {
  content: '';
  position: absolute;
  width: 250px;
  height: 250px;
  border: 2px solid var(--gold);
  top: -147px;
  border-radius: 100%;
  left: 0;
  right: 0;
  transition: 0.6s ease;
}

.enquire-now:hover a {
  color: var(--green);
}

.enquire-now:hover a:before {
  border: 2px solid var(--green);
}

.whatsapp-info {
  background: var(--green);
  position: absolute;
  top: 46%;
  padding: 15px 18px 15px 23px;
  border-radius: 0px 32px 32px 0px;
  left: -10px;
  transition: ease .4s;
}

.whatsapp-info img {
  width: 32px
}

.whatsapp-info:hover {
  left: 0;
}

/* banner section end */




/* nav style */

.hambergur {
  width: 30px;
  height: 4px;
  cursor: pointer;
}

.hambergur div {
  width: 30px;
  height: 4px;
  border: 1px solid var(--green);
  margin-bottom: 5px;
  border-radius: 5px;
  background: var(--green);
}

.hambergur div:nth-child(2) {
  width: 30px;
  height: 4px;
  background: var(--green);
}

.navbar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.fullscreen {
  -webkit-clip-path: circle(0% at 96.5% 4%);
  clip-path: circle(0% at 96.5% 4%);
  position: absolute;
  background: #1e1f25;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  transition: all 0.5s cubic-bezier(0.23, 0.93, 0.23, 0.93);
  position: fixed;
  z-index: 2;
}

.fullscreen ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100vh;
  width: 100%;
}

.fullscreen ul li {
  padding: 0.5rem 1rem;
  border: 1px solid var(--green);
  min-width: 250px;
  text-align: center;
  margin-bottom: 10px;
}

.fullscreen ul li a {
  font-size: 1.5rem;
  background: var(--green);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fullscreen .close {
  position: absolute;
  top: 4.2rem;
  right: 7.5rem;
  width: 2rem;
  height: 2rem;
  transform: rotate(45deg);
  cursor: pointer;
}

.fullscreen .close div {
  width: 32px;
  height: 32px;
  overflow: hidden;
}

.fullscreen .close div:before,
.fullscreen .close div:after {
  content: "";
  width: 2rem;
  height: 2px;
  border: 1px solid var(--green);
  position: absolute;
  border-radius: 5px;
  background: var(--green);
}

.fullscreen .close div:after {
  transform: rotate(90deg);
  background: var(--green);
}

.fullscreen.active {
  -webkit-clip-path: circle(140% at 96.5% 4%);
  clip-path: circle(140% at 96.5% 4%);
  transition: all 0.7s cubic-bezier(0.23, 0.93, 0.23, 0.93);
}

.fullscreen.active ul>li {
  -webkit-animation: animateIn 360ms ease-in-out calc(var(--animation-order) * 100ms) both;
  animation: animateIn 360ms ease-in-out calc(var(--animation-order) * 100ms) both;
}

.fullscreen.reverse_anim {
  -webkit-clip-path: circle(0% at 96.5% 4%);
  clip-path: circle(0% at 96.5% 4%);
  opacity: 0.6;
  transition: all 0.4s cubic-bezier(0.23, 0.93, 0.23, 0.93);
}

@-webkit-keyframes animateIn {
  0% {
    opacity: 0;
    transform: translateX(10px) rotate(2deg);
  }

  100% {
    opacity: 1;
  }
}

@keyframes animateIn {
  0% {
    opacity: 0;
    transform: translateX(10px) rotate(2deg);
  }

  100% {
    opacity: 1;
  }
}

/* nav css end */



/* PROJECT HIGHLIGHT css */
.sub-text {
  padding-top: 12vh;
}

.swiper-container {
  padding-top: 70px !important;
}

.swiper-container>.swiper-slide__content {
  position: absolute;
  top: 0;
}

.swiper-slide {
  display: flex;
  background: #eee;
  align-items: center;
  justify-content: center;
  transition: all 200ms linear;
}

.swiper-slide, .swiper-slide.swiper-slide-active {
  background: none;
}

.swiper-slide__content {
  height: 300px;
}

.project-highlights, .location-highlights, .typology-container {
  padding: 0 0 0;
  position: relative;
  height: 100%;
}
.location-highlights {
  padding: 50px 0;
}

.project-highlights:before, .location-highlights:before, .typology-container:before {
  content: '';
  position: absolute;
  width: 65vw;
  height: 65vw;
  border: 1px solid #c7884a7a;
  top: 11vw;
  border-radius: 100%;
  left: -14vw;
  right: 0;
  z-index: -1;
}

.slider-intro {
  display: flex;
  justify-content: space-between;
  /*padding-left: 70px;*/
  margin-left: -3%;
}
div#highlights-slider {
    margin-left: -3%;
}
div#typology-slider {
    margin-left: -3%;
}
.navigation-arrows {
  display: flex;
  position: absolute;
  right: 50px;
  top: 20px;
}

.navigation-arrows.highlight-desk-arrow, .navigation-arrows.location-highlight-desk-arrow, .navigation-arrows.typology-desk-arrow {
  display: flex;
}
.navigation-arrows.highlight-mobi-arrow, .navigation-arrows.location-highlight-mobi-arrow, .navigation-arrows.typology-mobi-arrow {
  display: none;
}
.navigation-arrows .swiper-button-prev,
.navigation-arrows .swiper-button-next {
  position: relative;
  cursor: pointer;
}

.highlight-info, .location-highlight-info, .typology-info {
  position: relative;
  overflow: hidden;
  transition: ease .5s;
  width: 100%;
}
.highlight-info a, .location-highlight-info a, .typology-info a {
  display: block;
  text-decoration: none;
  outline: none;
}

.highlight-info h3, .location-highlight-info h3, .typology-info h3 {
  text-transform: uppercase;
  font-size: 13px;
  background-color: var(--gold);
  font-family: var(--cera-godrej-interio);
  font-weight: 500;
  margin-bottom: 0;
  color: var(--green);
  padding: 12px;
  letter-spacing: 2px;
  transition: ease .5s;
  position: relative;
    z-index: 1;
	min-height: 55px;
}
.typology-info h3 {
  cursor: pointer;
}
.project_overview .highlight-info p, .project_overview .location-highlight-info p, .project_overview .typology-info p {
    font-size: 14px;
    line-height: 18px;
    padding: 10px 0;
}
.highlight-info img, .location-highlight-info img, .typology-info img {
  transition: ease .5s;
  width: 100%;
}


.highlight-info img:hover, .location-highlight-info img:hover, .typology-info img:hover {
  transform: scale(1.1);
}

.navigation-arrows .swiper-button-prev {
  background: url(../images/left-arrow-brown.png) no-repeat center;
  width: 65px;
  height: 65px;
  background-size: 36%;
  border: 2px solid var(--green);
  padding: 25px;
  border-radius: 100%;
  left: -55px;
  top: 0;
  transition: 0.2s ease;
}

.navigation-arrows .swiper-button-prev:hover {
  background: url(../images/left-arrow-brown.png) #ffffff no-repeat center;
  background-size: 32%;
  opacity: 0.8;
}

.navigation-arrows .swiper-button-next {
  background: url("../images/right-arrow-brown.png") no-repeat center;
  width: 65px;
  height: 65px;
  background-size: 36%;
  border: 2px solid var(--green);
  padding: 25px;
  border-radius: 100%;
  left: -38px;
  top: 0;
  transition: 0.2s ease;
}

.navigation-arrows .swiper-button-next:hover {
  background: url("../images/right-arrow-brown.png") #ffffff no-repeat center;
  background-size: 32%;
  opacity: 0.8;
}

/* PROJECT HIGHLIGHT css end */





/* other sections css */
.sub_title {
  font-family: var(--cera-godrej-interio);
  font-weight: 700;
  /*font-size: 1.2vw;*/
  font-size: 36px;
  line-height: 1.3vw;
  color: var(--green);
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-bottom: 12px;
  display: block;
}

.main_footer {
  position: relative;
  background: var(--green);
  padding: 0px 0 60px;
}

.main_footer p {
  color: var(--gold);
  font-size: 13px;
  line-height: 23px;
}

.main_footer hr {
  color: var(--gold);
  opacity: 0.5;
  margin: 40px 0;
}

.main_footer p:nth-child(1),
.main_footer p:nth-child(2) {
  font-family: var(--cera-godrej-interio);
  font-weight: 500;
}

/*.main_footer p:nth-child(3) {
  font-family: var(--cera-godrej-interio);
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
}*/

.about {
  padding: 100px 0;
  background: var(--gold);
  position: relative;
}

.about:after {
  content: '';
  position: absolute;
  right: 250px;
  top: -58px;
  background: url(../images/about-upper-shape.png) no-repeat;
  background-size: 100%;
  width: 270px;
  height: 105px;
}

.about h2 {
  font-family: var(--cera-godrej-interio);
  font-weight: 700;
  font-size: 3.2vw;
  line-height: 3.6vw;
  color: var(--green);
  margin: 32px 0 35px 0;
}

.about p {
  font-family: var(--cera-godrej-interio);
  font-weight: 500;
  font-size: 1.5vw;
  line-height: 2vw;
  color: var(--green);
}

.godrej_athena_white {
  font-family: var(--cera-godrej-interio);
  font-weight: 700;
  font-size: 4.5vw;
  line-height: 4.5vw;
  color: var(--green);
  text-align: right;
  display: block;
  position: relative;
  font-style: italic;
  margin-top: 30px;
  padding-right: 40px;
}

.godrej_athena_white:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -30px;
  background: url(../images/godrej-athena-underline-white.png) no-repeat;
  background-size: 100%;
  width: 55%;
  height: 11px;
}

.godrej_athena_dark {
  font-family: var(--cera-godrej-interio);
  font-size: 5.5vw;
  line-height: 5.5vw;
  color: var(--light-chocolate);
  text-align: right;
  display: block;
  position: relative;
  font-style: italic;
  margin-top: 0px;
  font-weight: 700;
}

.godrej_athena_dark:after {
  content: '';
  position: absolute;
  right: -50px;
  bottom: -30px;
  background: url(../images/godrej-athena-underline-chocolate.png) no-repeat;
  background-size: 100%;
  width: 60%;
  height: 11px;
}

.project_overview {
  padding: 80px 0 100px;
  background-color: #1d3a20;
  /*background: url(../images/back_pattern.webp);
  background-size: 15%;*/
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.project_overview:before {
  content: '';
  position: absolute;
  width: 65vw;
  height: 65vw;
  border: 1px solid #c7884a7a;
  top: 22vw;
  border-radius: 100%;
  left: -14vw;
  right: 0;
  z-index: -1;
}

.project_overview:after {
  content: '';
  position: absolute;
  width: 65vw;
  height: 65vw;
  border: 1px solid #c7884a7a;
  top: 94vw;
  border-radius: 100%;
  right: -29vw;
  z-index: -1;
}

.project_overview .sub_title {
  color: var(--gold);
}
.project_overview h2 {
  /*font-family: var(--cera-godrej-interio);*/
  font-family: unset;
  font-weight: 400;
  /*font-size: 3.5vw;*/
  font-size: 20px;
  line-height: 20px;
  color: var(--gold);
  margin: 10px 0 0px 0;
  padding-bottom: 15px !important;
}

.project_overview .palace {
  font-family: var(--Perpetua);
  font-weight: 700;
  font-size: 6vw;
  line-height: 4vw;
  color: var(--light-chocolate);
  font-style: italic;
  position: relative;
  top: 7px;
  left: 0px;
}

.project_overview p {
  /*font-family: var(--cera-godrej-interio);*/
  font-family: unset;
  /*font-weight: 500;
  font-size: 1.8vw;
  line-height: 2.5vw;*/
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: var(--gold);
  width: 90%;
}
h2.icon-hdng{
	padding-bottom: 30px !important;
	font-size: 36px;
}
.na-plots-wrap
{
    margin-left: 6%;
}
/*span.sub_title.proj_subtl{
	margin-left: -1%;
}*/
/*span.sub_title.loc-subtl {
    margin-left: -8%;
}*/
div#location-highlights-slider {
    margin-left: -3%;
}

.na-plots-wrap {

} 
.na-plots-icon-wrap {

} 
.na-plots-icon-wrap img {
  max-width: 100px;
  margin: 0 auto;
  display: block;
} 
.na-plots-icon-wrap span {
  display: block;
  color: var(--gold);
  text-align: center;
}









.location {
  background: var(--gold);
  padding: 10px;
}

.location p {
  color: var(--green);
  text-transform: uppercase;
  font-family: var(--cera-godrej-interio);
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 0;
}

.location span {
  color: var(--green);
  text-transform: uppercase;
  font-family: var(--cera-godrej-interio);
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
}

.location_distance {
  padding-top: 50px;
  margin-left: -2%;
}
.map-sec-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 40px;
}
.map-sec {

}
.map-sec iframe {
  object-fit: cover;
  width: 100%;
  height: 600px;
}

.start_price {
  background: var(--gold);
  padding: 10px;
  width: 98%;
}

.start_price p {
  color: var(--green);
  text-transform: uppercase;
  font-family: var(--cera-godrej-interio);
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 0;
}

.rupee_symbol {
  font-family: var(--indian-rupee);
}

.crore {
  text-transform: capitalize;
}

.overview_img {
  text-align: right;
  margin: 50px 0 0 0;
}
.map_video {
  position: relative;
}
.distance {
  background: var(--gold);
  background-size: cover;
  /*position: absolute;
  right: 0;
  top: 42%;*/
  padding: 65px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.distance_list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.distance_list li {
  color: var(--green);
  text-transform: uppercase;
  font-family: var(--cera-godrej-interio);
  font-weight: 500;
  font-size: 1.5vw;
  line-height: 2vw;
  position: relative;
  padding-bottom: 5px;
}

.distance_list li:not(:last-child) {
  margin-bottom: 35px;
}

.distance_list li:not(:last-child):after {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  bottom: -12px;
  height: 1px;
  width: 100%;
  background: rgb(29, 29, 29, 0.2);
}

.contact-information {
  padding-top: 5vw;
}

/* other sections css end */




/* expplore more */
.link {
  display: inline-flex;
  align-items: center;
  padding: 5px;
  text-decoration: none;
  transform: rotate(90deg) translate3d(300px, 0, 0);
  position: relative;
  right: -38%;
}

a.link:after {
  content: '';
  position: absolute;
  right: 3px;
  bottom: 0px;
  background: url(../images/down-arrow.png);
  background-size: 100%;
  width: 29px;
  height: 34px;
  transform: rotate(270deg);
  animation: UpDown 2s linear infinite;
}

@keyframes UpDown {
  0% {
    right: 0;
  }

  50% {
    right: .5em;
  }

  100% {
    right: 0;
  }
}

.link__arrow {
  display: inline-flex;
}

.link__arrow span {
  position: relative;
  width: 14px;
  height: 2px;
  border-radius: 2px;
  overflow: hidden;
  background: #BEBDBE;
  z-index: 2;
}

.link__arrow span:nth-child(1) {
  transform-origin: left bottom;
  transform: rotate(45deg) translate3d(8px, -10px, 0);
}

.link__arrow span:nth-child(2) {
  transform-origin: left bottom;
  transform: rotate(-45deg);
}

.link__arrow span:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 0;
  height: 2px;
  background: #C3002F;
}

.link__line {
  position: relative;
  margin-left: -14px;
  margin-right: 30px;
  width: 150px;
  height: 1px;
  background: var(--green);
  overflow: hidden;
  z-index: 1;
  opacity: 0.6;
}

/* .link__line:after {
    content: "";
    display: block;
    position: absolute;
    left: 80px;
    width: 70px;
    height: 2px;
    background: #C3002F;
  } */
.link__text {
  color: var(--gold);
  font-family: var(--cera-godrej-interio);
  font-size: 16px;
  text-transform: uppercase;
  padding: 0px 40px 0px 0px;
  font-weight: 700;
  opacity: 0.3;
  letter-spacing: 5px;
  transition: ease .4s;
}

.link__text:hover {
  opacity: 1;
}

.link:hover .link__line:after {
  animation: animation-line 1.5s forwards;
}

.link:hover .link__arrow span:after {
  animation: animation-arrow 1.5s forwards;
  animation-delay: 1s;
}

.explore-info {
  position: absolute;
  right: 0;
  bottom: 82%;
  z-index: 1;
}

/* explore more end */


/* form section css */
.form-box {
  position: relative;
  z-index: 1;
}

.form-box .user-box {
  position: relative;
  margin: 0 20px;
}

.form-box .user-box input,
.form-box .user-box textarea {
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  color: var(--green);
  margin-bottom: 30px;
  border: none;
  border-bottom: 1px solid var(--green);
  outline: none;
  background: transparent;
  border-radius: 0;
  font-family: var(--cera-godrej-interio);
  resize: none;
}

.form-box .user-box input:focus,
.form-box .user-box textarea:focus {
  outline: none;
  box-shadow: none;
  border-bottom: 2px solid var(--green);
}
.form-box .user-box.homeally_dwnld_checklist {
  display: flex;
  align-items: center;
}
.form-box .user-box.homeally_dwnld_checklist input {
  width: 20px;
  margin-right: 10px;
}
.homeally_dwnld_checklist span {
  font-size: 12px;
  line-height: 14px;
}

.form-box .user-box label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 0;
  font-size: 16px;
  color: var(--green);
  pointer-events: none;
  transition: .5s;
  text-transform: uppercase;
  font-family: var(--cera-godrej-interio);
}

.form-box .user-box input::placeholder,
.form-box .user-box textarea::placeholder {
  font-size: 16px;
  color: var(--green);
}

.form-box .user-box input:focus+label,
.form-box .user-box textarea:focus+label {
  top: -20px;
  left: 0;
  color: var(--light-chocolate);
  font-size: 12px;
}

.form_bg_color {
  background: var(--gold);
  padding: 80px 60px 80px 130px;
  border-radius: 265px 0 0 265px;
}

#enquiry_now .form_bg_color {
  background: var(--gold);
  padding: 0;
  border-radius: 0;
}

#enquiry_now .modal-content {
  background: var(--gold);
  padding: 10px 0 10px 0;
}

#enquiry_now .modal-header {
  border: none;
}

#enquiry_now .modal-title {
  flex: 1;
  font-weight: 600;
  text-align: center;
  color: var(--light-chocolate);
  text-transform: uppercase;
}

#enquiry_now .submit-btn {
  width: auto;
  text-decoration: none;
  padding: 8px 20px;
  font-size: 16px;
  line-height: 26px;
}

#enquiry_now .btn-close:focus {
  outline: none;
  box-shadow: none;
}

.submit-btn {
  color: var(--white);
  background-color: var(--light-chocolate);
  border: none;
  font-family: var(--cera-godrej-interio);
  padding: 12px 30px;
  border-radius: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  /*float: right;*/
  font-size: 18px;
  line-height: 28px;
  position: relative;
  overflow: hidden;
  border: 2px solid var(--light-chocolate);
  transition: ease .4s;
  display: table;
    margin-left: 40%;
}

.submit-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: -80px;
  width: 100px;
  height: 52px;
  transform: skew(-25deg);
  animation: main_anim 3s infinite ease-in-out;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .2) 100%);
}

.submit-btn:hover {
  background: transparent;
  color: var(--light-chocolate);
}

@keyframes main_anim {
  0% {
    left: -120px;
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  100% {
    left: 160px;
    opacity: 0;
  }
}

.light-athena {
  position: relative;
  margin-top: 30px;
}


.page-form {

}

.page-form .form-box .user-box input, .page-form .form-box .user-box textarea {
      background: var(--gold);
      padding: 10px 10px;
}
.page-form .submit-btn {
  width: auto;
  text-decoration: none;
  background: var(--gold);
  color: var(--black);
}
.page-form .submit-btn:hover {
  background: var(--green);
  color: var(--white);
  border: 1px solid var(--white);
}
.page-form .form-box .user-box.homeally_dwnld_checklist input {
  margin: 0 12px 0 0;
}
.page-form .homeally_dwnld_checklist span {
  color: #fff;
}
.form_cta {
  text-align: right;
  padding-right: 10%;
}


/* video banner */
.bg-video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
/*  height: 120vh;*/
}

.bg-video-wrap video {
  min-width: 100%;
  min-height: 120vh;
  z-index: 1;
}

.with-video {
  background: none;
  padding-bottom: 80px;
  position: absolute;
  top: 0;
  width: 100%;
}



/* back to top */



/* responsive css */

@media (max-width:1199px) {
  .distance {
    top: 24%;
    padding: 40px 30px 40px 30px;
  }

  .distance_list li {
    font-size: 1.8vw;
  }

  .navigation-arrows {
    position: static;
    padding-top: 0;
  }

  .project_overview:after {
    top: 110vw;
  }

  .container {
    max-width: 95%;
  }

  .heading-info span,
  .sub_title {
    font-size: 2vw;
  }

  .starting-info p {
    font-size: 2vw;
    line-height: 3vw;
    padding: 10px;
  }

  .location p,
  .start_price p {
    font-size: 2.5vw;
  }

  .location span {
    font-size: 2vw;
  }

  .form_bg_color {
    padding: 80px 22px 80px 88px;
  }
}

@media (max-width:991px) {
  .project_overview:after {
    top: 130vw;
  }

  .navigation-arrows .swiper-button-prev,
  .navigation-arrows .swiper-button-next {
    width: 50px;
    height: 50px;
  }

  .logo {
    width: 25vw;
  }

  .enquire-now {
    right: 115px;
  }

  .enquire-now a {
    font-size: 16px;
  }

  .enquire-now a:before {
    width: 230px;
    height: 230px;
    top: -148px;
  }
}

@media (max-width:767px) {

 .logo_mobi_css {
  width: 70%;
 } 
 .nav_mobi_css {
  width: 30%;
  padding-top: 20px;
 }
 .navbar-expand-lg .navbar-collapse {
  position: fixed;
  left: 0px;
  width: 100%;
  top: 75px;
  background-color: rgb(0, 0, 0);
  z-index: 1;
 }
/*.palace-introduction {
  background: url(../images/sunrise-estate-banner-mob.jpg) no-repeat right top;
  height: 100vh;
}*/
#backgroundvid1 {
  display: none;
}
#backgroundvid2 {
  display: block;
}
  .mobile-menu {
    margin: 0px auto;
    padding-top: 0px !important;
  }

  .light-athena {
    margin-top: 0;
  }

  .logo {
    width: 32vw;
  }
  .heading-info {
    padding-top: 18vh;
  }
  .heading-info span,
  .sub_title {
    /*font-size: 3vw;*/
	font-size: 16px;
  }
  .location_distance {
    margin-left: 2%;
}

  .label-info {
    transform: translate(0px, 0px) !important;
    opacity: 1 !important;
  }
  .project_overview {
    padding: 50px 0 50px;
  }

  .project_overview h2 {
    line-height: 6vw;
    /*font-size: 4.5vw;*/
	font-size: 14px;
	width: 90%;
  }

  .project_overview .palace {
    top: 3px;
    left: 0;
  }

  .sub-text {
    padding-top: 0vh;
  }

  .project_overview p {
    font-size: 3.4vw;
    line-height: 4.5vw;
  }

  .location p,
  .start_price p {
    font-size: 4.4vw;
  }

  .location span {
    font-size: 3vw;
    line-height: 3vw;
    padding-top: 8px;
  }

  .project_overview:before {
    top: 9vw;
    left: -30vw;
  }

  .overview_img {
    margin: 30px 0 0 0;
  }

  .distance {
    position: relative;
    width: 100%;
    margin: 0px auto;
  }

  .distance_list li {
    font-size: 3.5vw;
    line-height: 5vw;
  }
  
.distance_list li:not(:last-child) {
    margin-bottom: 15px;
}

  .location_distance .col-md-6,
  .space-mob,
  .contact-information .col-md-8 {
    padding: 0 25px;
  }

  .slider-intro {
    padding-left: 0;
  }

  .navigation-arrows {
    right: 0;
    top: 0
  }

  /*.highlight-info h3 {
    font-size: 14px;
  }*/

  .godrej_athena_dark:after {
    right: 0;
    width: 46%;
    height: 18px;
  }

  .sub_title {
    padding-bottom: 0;
  }

  .location_distance h2 {
    padding-bottom: 20px !important;
  }

  .map-sec iframe {
    height: 300px;
  }
  .godrej_athena_dark {
    margin-top: -14px;
    margin-bottom: 50px;
  }

  .form_bg_color {
    padding: 60px 22px 60px 22px;
    border-radius: 100px 100px 0 0;
  }

  .form-box .user-box label,
  .form-box .user-box input,
  .form-box .user-box textarea {
    font-size: 14px;
  }

  .submit-btn {
    margin: 0px auto;
    display: table;
    float: none;
    padding: 8px 20px;
    font-size: 14px;
  }

  .about:after {
    top: -50px;
    width: 235px;
    height: 90px;
    right: 0;
  }

  .about p {
    font-size: 3.4vw;
    line-height: 4.5vw;
  }

  .about h2 {
    line-height: 5.5vw;
    margin: 12px 0 15px 0;
  }

  .godrej_athena_white {
    padding-right: 0;
    margin-top: 10px;
  }

  .godrej_athena_white:after {
    right: 0;
    width: 46%;
    height: 18px;
  }

  .main_footer p:nth-child(1),
  .main_footer p:nth-child(2) {
    font-size: 12px;
    line-height: 22px;
  }

  .main_footer p {
    font-size: 12px;
    line-height: 24px;
  }

  .main_footer .br-none {
    display: none;
  }

  .main_footer {
    padding: 30px 0 70px;
  }

  .about {
    padding: 40px 0;
  }
.navigation-arrows.highlight-desk-arrow, .navigation-arrows.location-highlight-desk-arrow, .navigation-arrows.typology-desk-arrow {
  display: none;
}
.navigation-arrows.highlight-mobi-arrow, .navigation-arrows.location-highlight-mobi-arrow, .navigation-arrows.typology-mobi-arrow {
  display: flex;
  justify-content: center;
  padding-top: 20px;
}
  .navigation-arrows .swiper-button-prev,
  .navigation-arrows .swiper-button-next {
    width: 36px;
    height: 36px;
    padding: 20px;
  }

  .navigation-arrows .swiper-button-prev {
    left: -8px
  }

  .navigation-arrows .swiper-button-next {
    left: 0
  }

  /*.bg-video-wrap {
    height: 100vh;
  }*/

  .bg-video-wrap video {
    height: 100vh;
  }

  .starting-info p {
    font-size: 3.5vw;
    line-height: 5vw;
  }

  .label-info {
    background-position: right;
    background-size: 100%;
    width: 90%;
    height: 42px;
    margin-top: 30px !important;
    margin: 0px auto;
  }

  .whatsapp-info {
    bottom: 0;
    top: unset;
    padding: 7px 15px 11px 23px;
  }

  .whatsapp-info img {
    width: 20px;
  }

  .explore-info {
    bottom: 0;
    left: 0;
    margin: 0px auto;
    display: table;
  }

  .link {
    transform: unset;
    right: 0;
    left: 0;
    text-align: center;
    display: block;
  }

  .link__text {
    font-size: 14px;
    padding: 0;
  }

  .link__line {
    height: 0;
  }

  a.link:after {
    right: 0;
    left: 0;
    width: 15px;
    height: 18px;
    margin: 0px auto;
    transform: unset;
    background-repeat: no-repeat;
    margin-top: 40px;
  }

  @keyframes UpDown {
    0% {
      top: 0;
    }

    50% {
      top: .5em;
    }

    100% {
      top: 0;
    }
  }

  .enquire-now a:before {
    display: none;
  }

  .enquire-now a {
    padding-left: 0;
  }

  .enquire-now {
    right: 7px;
    top: 0;
  }

  .pr-style {
    position: relative;
  }

  .hamburger-new {
    top: -13px !important;
  }

  .hambergur img {
    width: 20px;
  }

  .logo {
    width: 36vw;
    top: 8px;
    position: relative;
  }

  .project-highlights .slider-intro, .location-highlights .slider-intro, .typology-container .slider-intro {
    padding: 0 0px !important;
    align-items: center;
  }
}


@media (max-width:500px) {
  .project-highlights .col-md-11, .location-highlights .col-md-11, .typology-container .col-md-11 {
    padding: 0 25px !important;
  }
}


/*  */




.hamburger-new {
  position: absolute;
  right: 6%;
  top: 0;
}

.hamburger-new a:hover {
  color: var(--white);
}

.open,
.close {
  display: inline-block;
  padding: 15px 0 15px 0;
  cursor: pointer;
  font-size: 2rem;
  color: var(--gold);
  text-decoration: none;
  transition: 0.5s;
}

.overlay {
  position: fixed;
  width: 0;
  top: 0;
  background-color: #1E1F25;
  overflow-x: hidden;
  height: 100%;
  transition: 0.5s;
  right: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.overlay-content {
  text-align: center;
  position: relative;
  width: 100%;
  padding-top: 50px;
  margin-top: 30px;
}

.overlay-content a {
  font-size: 22px;
  color: var(--white);
  padding: 10px;
  margin-bottom: 4px;
  text-decoration: none;
  transition: 0.3s;
  position: relative;
  display: table;
  margin: 0px auto;
  font-family: var(--cera-godrej-interio);
  border: 1px solid var(--gold);
  min-width: 200px;
  margin-bottom: 15px;
  transition: 0.6s ease;
}

.overlay-content a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  transform: translateX(-50%);
  height: 3px;
  background: #fff;
  transition: 0.3s;
  display: block;
}

.overlay-content a:hover {
  color: var(--green);
  background: var(--gold);
}



/* Stickey header */
.fixed {
  position: fixed;
  left: 0;
  right: 0;
  margin: 0px auto;
  z-index: 99;
  animation: smoothScroll 1s forwards;
  background: var(--light-chocolate);
  box-shadow: 0 0 15px rgb(0 0 0 / 20%);
}

.logo {
  width: 250px;
}

.mobile-menu {
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: all 0.5s ease;
}

.mobile-menu.fixed .enquire-now a:before {
  display: none;
}

.menu_info.fixed .mobile-menu {
  padding-top: 0 !important;
  align-items: center;
}

.menu_info.fixed .mobile-menu .logo {
  width: 200px;
}

.menu_info.fixed .enquire-now a:before {
  display: none;
}

.menu_info.fixed .open,
.menu_info.fixed .close {
  padding: 15px 0 15px 0px;
}

.menu_info.fixed .enquire-now a {
  /* border: 1px solid; 
 padding: 10px; */
  /* font-size: 14px; */
}

.menu_info.fixed .enquire-now a:hover {
  color: var(--white);
}

.modal-backdrop {
  z-index: 2;
}

@media (max-width:320px) {

  .form-box .user-box input::placeholder,
  .form-box .user-box textarea::placeholder {
    font-size: 12px;
  }

  .navigation-arrows .swiper-button-prev,
  .navigation-arrows .swiper-button-next {
    width: 28px;
    height: 28px;
    padding: 12px;
  }

  .highlight-info h3 {
    font-size: 10px;
  }

  .submit-btn {
    padding: 6px 15px;
    font-size: 12px;
  }

  .form-box .user-box {
    margin: 0 0px;
  }

  .overview_img {
    margin: 60px 0 18px 0;
  }

  .location p {
    line-height: 2vw;
  }

  .project_overview .palace {
    top: 0;
    left: 0;
  }

  .main_footer p:nth-child(1),
  .main_footer p:nth-child(2) {
    font-size: 12px;
    line-height: 18px;
  }
}


@media (max-width:600px) {
  .logo {
    top: 12px;
  }

  .fixed .mobile-menu .logo {
    top: 0px;
  }

  .enquire-now a {
    font-size: 13px;
  }

  .open,
  .close {
    font-size: 1.5rem;
  }

  .heading-info h1 {
    line-height: 7.9vw;
  }

  .menu_info.fixed .mobile-menu {
    /* padding-top: 6px !important; */
  }
  .gpl_logo {
      margin-top: 5%;
  }
}

@media (max-width:375px) {
  .container {
    max-width: 100%;
    padding: 0 5px;
  }

  .overlay-content a {
    font-size: 18px;
  }
}