@font-face {
  font-family: Godrej-B;
  src: url("../font/CeraGodrejInterio-Bold.ttf");
}
@font-face {
  font-family: Godrej-r;
  src: url("../font/CeraGodrejInterio-Regular.ttf");
}

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smotthing: antialiased;
  font-family: Godrej-r, sans-serif;
}

/* :root {
    --animate-delay: 0.9s;
  } */

html,
body {
  scroll-behavior: smooth;
  /* overflow-x: hidden; */
}

.navbar-toggler:focus,
.navbar-toggler,
.navbar-toggler:active,
.navbar-toggler .navbar-toggler-icon:focus,
.navbar-toggler-icon {
  outline: none !important;
  -webkit-box-shadow: none !important ;
  box-shadow: none !important ;
  border: 0 !important;
}

/* width */
::-webkit-scrollbar {
  width: 2px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #030303;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
}

.arrow_fixed {
  position: fixed;
  bottom: 40px;
  right: 27px;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1000;
  cursor: pointer;
}
.arrow_fixed2 {
  position: fixed;
  bottom: 100px;
  right: 27px;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1000;
  cursor: pointer;
}
.arrow_fixed3 {
  position: fixed;
  bottom: 165px;
  right: 27px;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1000;
  cursor: pointer;
}
.arrow_fixed img {
  width: 50px;
}
.arrow_fixed2 img {
  width: 50px;
}
.arrow_fixed3 img {
  width: 50px;
}

body {
  background-color: #82a565;
}

.font {
  font-family: Godrej-B, sans-serif;
}

.img_d {
  display: block;
}
.img_m {
  display: none;
}

.modal .modal-content {
    background-color: rgba(130, 165, 101, 1);
  }
  
  .modal-body .grid label {
    display: block;
    margin-bottom: 10px;
  }
  
  .modal-body .grid input, .modal-body .grid select {
    width: 100%;
    height: 40px;
    padding-left: 1rem;
    outline: none;
    border: 0;
  }
  
  .modal-body .grid>div {
    margin-bottom: 20px;
  }
  
.error_msg {
    border: 1px solid red !important;
}

header.hide {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #333;
  color: #fff;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  z-index: 100;
}

header .navbar {
  background-color: rgba(130, 165, 101, 0.5);
  z-index: 100;
}

header .navbar .nav-link {
  color: #fff;
  font-family: sub, sans-serif;
  margin: 10px 20px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-bottom: 1px solid transparent;
}

header .navbar .active {
  /* border-bottom: 1px solid #fff; */
  color: #fff !important;
}

header .navbar.active .nav-link {
  /* background-color: #000; */
  font-size: 12px;
  margin: 0 20px;
}
header .navbar.active .logo-3 {
  width: 180px;
}
header .navbar.active .logo-2 {
  width: 120px;
}

.banner-wrap img {
  width: 100%;
  max-width: 100% ;
}
section.home {
  background: url("../Images/banner-desktop.jpg") no-repeat;
  background-size: cover;
  height: 100vh;
  background-position: right center;
  background-attachment: fixed;
  position: relative;
}

section.home img {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 20px;
  -webkit-animation: zzom 2s ease infinite;
  animation: zzom 2s ease infinite;
  opacity: 1;
}
section.home img.active {
  opacity: 0;
}

section.map{
  display: block;
}
section.map_m{
  display: none;
}

section.discover_main{
  display: block;
}
section.discover_main:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
section.discover_m{
  display: none;
}

@-webkit-keyframes zzom {
  0% {
    bottom: 30px;
  }
  50% {
    bottom: 20px;
  }
  100% {
    bottom: 30px;
  }
}

@keyframes zzom {
  0% {
    bottom: 30px;
  }
  50% {
    bottom: 20px;
  }
  100% {
    bottom: 30px;
  }
}

section.home .overlay {
  min-height: 200vh;
  width: 100%;
  background-color: #82a565;
  opacity: 0.5;
  will-change: opacity;
}

section.home_text {
  background: url("../Images/banner-desktop.jpg") no-repeat;
  background-size: cover;
  height: 100vh;
  background-position: right center;
  background-attachment: fixed;
  -webkit-background-attachment: fixed;
  padding-top: 150px;
}

section.home_text h1 span {
  display: block;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
section.home_text p {
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}

.size {
  font-size: 50px;
}
.size_p {
  font-size: 40px;
}

section.upgrade {
  background: url("../Images/upgrade-desktop.jpg") no-repeat;
  background-size: cover;
  height: 100vh;
  background-position: right center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-attachment: fixed;
}
section.upgrade_text {
  background: url("../Images/upgrade-desktop.jpg") no-repeat;
  background-size: cover;
  /*height: 70vh;*/
  height: 100vh;
  background-position: right center;
  display: -webkit-box;
  display: -ms-flexbox;
  /* display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; */
  background-attachment: fixed;
}
section.upgrade_text h2 {
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}
section.upgrade_text p {
  position: relative;
  z-index: 1;
  /* width: 60vw; */
}

section.upgrade .overlay {
  min-height: 100vh;
  width: 100%;
  background-color: #82a565;
  opacity: 0.5;
}

section.map {
  min-height: 100vh;
  width: 100%;
  will-change: opacity;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section.map .container-fluid {
  position: absolute;
  top: 0;
}

section.map .container-fluid .para {
  width: 40vw;
}

#map_store {
  opacity: 0;
  will-change: opacity;
  position: sticky;
  top: 0;
  overflow: hidden;
}
.overlay {
  min-height: 100%;
  width: 100%;
  background-color: #82a565;
  opacity: 1;
}

section.discover {
  background: url("../Images/discover-section-desktop.jpg") no-repeat;
  background-size: cover;
  min-height: 100vh;
  position: relative;
  background-position: right center;
  display: -webkit-box;
  display: -ms-flexbox;
  /* display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; */
  background-attachment: fixed;
}

.discover2 {
  background: url("../Images/discover-section-desktop.jpg") no-repeat;
  background-size: cover;
  min-height: 100vh;
  position: relative;
  background-position: right center;
  display: -webkit-box;
  display: -ms-flexbox; 
  /* display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; */
  background-attachment: fixed;
} 

section.golf {
  background: url("../Images/golf_scetion3.png") no-repeat;
  background-size: cover;
  min-height: 100vh;
  position: relative;
  background-position: right center;
  display: -webkit-box;
  display: -ms-flexbox;
  /* display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; */
  background-attachment: fixed;
}

section.golf p {
  width: 60vw;
  text-align: center;
}

section.anim {
  background-color: #fff;
  min-height: 100vh;
}

#overlay_end{
  min-height: 219vh;
  background-color: #00000071;
}

section.anim .card {
  position: relative;
  margin-bottom: 30px;
}
section.anim .content {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

section.why {
  background: url("../Images/whyus-min.png") no-repeat;
  background-size: cover;
  min-height: 100vh;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
section.why p {
  width: 60vw;
  margin: 0 auto;
}
section.why .container {
  padding: 100px 0;
}
section.why .content {
  margin-top: 100px;
  margin-bottom: 100px;
}

section.plan {
  background: url("../Images/floorplan-bg.jpg");
  min-height: 100vh;
  padding: 150px 0;
  background-repeat: no-repeat;
  background-size: cover;
}

section.plan .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #a6bf45;
}

section.plan .nav-item .nav-link,
section.plan .nav-item .nav-link {
  border-radius: 0 !important;
}

section.plan .nav-link {
  background-color: #f4f4f3;
  position: relative;
  z-index: 10;
  width: 150px;
  height: 40px;
  color: #9fa0a0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

section.plan .nav-pills .nav-link.active ::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 21px;
  background-color: #a6bf45;
  -webkit-clip-path: polygon(49% 100%, 0 0, 100% 0);
  clip-path: polygon(49% 100%, 0 0, 100% 0);
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-animation: opt 0.5s ease 0.3s forwards;
  animation: opt 0.5s ease 0.3s forwards;
}

@-webkit-keyframes opt {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes opt {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#bhk .nav-link {
  border-bottom: 1px solid #ededed52;
}


#bhk .nav-link.active,
.nav-pills .show > .nav-link {
  border-bottom: 1px solid #ededed;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  display: none;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  display: none;
}

.content_right {
  position: absolute;
  bottom: -38px;
  left: 40px;
  width: 150px;
}

footer {
  background: #031b09;
  padding-top: 50px;
}
footer input {
  width: 90%;
  height: 40px;
  border: 1px solid #a6bf45;
  background-color: #031b09;
  padding-left: 1rem;
  outline: none;
  color: #fff;
}

footer select {
  width: 90%;
  height: 40px;
  border: 1px solid #a6bf45;
  background-color: #031b09;
  padding-left: 1rem;
  outline: none;
  color: #a6bf45;
}

footer input::-webkit-input-placeholder {
  color: #a6bf45;
}

footer input::-moz-placeholder {
  color: #a6bf45;
}

footer input:-ms-input-placeholder {
  color: #a6bf45;
}

footer input::-ms-input-placeholder {
  color: #a6bf45;
}

footer input::placeholder {
  color: #a6bf45;
}
footer label {
  font-size: 12px;
  color: #fff;
}
footer .check {
  width: 15px;
  border: 1px solid #a6bf45 !important;
  background-color: #ffffff !important;
}

footer .check-box {
  display: block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Create a custom checkbox */
.check-box .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  border: 1px solid #1f6131 !important;
  background-color: #031b09 !important;
}

/* On mouse-over, add a grey background color */
.check-box:hover input ~ .checkmark {
  background-color: #ededed;
}

/* When the checkbox is checked, add a blue background */
.check-box input:checked ~ .checkmark {
  background-color: #76aa42;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.check-box input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.check-box .checkmark:after {
  left: 4px;
  top: 2px;
  width: 5px;
  height: 8px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

footer .btn-dark {
  background-color: #76aa42;
  border-radius: 0;
}

footer .btn-dark:hover,
footer .btn-dark:focus {
  background-color: #78d41c !important;
}

footer a {
  font-size: 14px;
}

footer .box, .disc_txt {
  background-color: #a6bf45;
}
.disc_txt {
  padding-bottom: 100px;
}
.disc_txt p {
  padding-bottom: 10px;
}
footer .box .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  background-color: #a6bf45;
  margin-top: 60px;
  padding: 20px 0;
  color: #000000;
}

section.discover_main {
  min-height: 300vh;
}

section.discover_main .img-1 {
  background: url("../Images/discover-section-desktop.jpg") no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  z-index: 1;
  background-attachment: fixed;

}

section.discover_main .card-img-overlay {
  z-index: 11;
  top: 40%;
  position: sticky;
  /* height: 224px; */
}

section.discover_main .img-2 {
  background: url("../Images/discover-section-desktop.jpg") no-repeat;
  background-size: cover;
  min-height: 50vh;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  background-attachment: fixed;
  height: 100%;
  width: 100%;
  opacity: 0.5;
}

section.wait {
  background: url("../Images/amt/amenities1-desktop.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  min-height: 330vh;
  background-attachment: fixed;
}
section.wait .img_svg{
min-height: 110vh;
object-fit: cover;
}
section.wait .img_svg_m{
display: none;
}
section.wait .img_svg_d{
display: block;
}


#overlay_end{
  min-height: 100vh;
  background-color: #0000000d;
  width: 100%;
  background: linear-gradient(180deg, rgb(0 0 0 / 69%) 0%, rgb(0 0 0 / 48%) 100%);
}

section.wait #para_text{
top: 38%;
position: absolute;
}



section.map .box.active  {
  border: 1px solid #ffffff;
  fill: #d5ad6a;
  background-color: #a6bf45;
}
section.map .box  {
 cursor: pointer;
background-color: #fff;
 fill: #ffffff;
}
section.map  p {
color: #fff;
width: auto !important;
}
section.map_m .box.active  {
  border: 1px solid #ffffff;
  fill: #d5ad6a;
  background-color: #a6bf45;
}
section.map_m #map_show2 {
  position: relative;
  top: 111px;
}
section.map_m .box  {
 cursor: pointer;
background-color: #fff;
 fill: #ffffff;
}
section.map_m p {
color: #fff;
width: auto !important;
}

section.map .box.active ~ p {
  color: #78d41c;
  font-weight: 900; 
}
section.map_m .box.active ~ p {
  color: #78d41c;
  font-weight: 900; 
}

section.map .box.active path {
  fill: #ffffff;
} 
section.map_m .box.active path {
  fill: #ffffff;
} 



section.map .arrow {
  position: absolute;
  width: 100%;
  top: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
section.map_m .arrow {
  position: absolute;
  width: 100%;
  top: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

section.map .swiper-pagination {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
section.map_m .swiper-pagination {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

section.map .swiper-pagination .swiper-pagination-current {
  color: #d5ad6a;
}
section.map_m .swiper-pagination .swiper-pagination-current {
  color: #d5ad6a;
}


/* section.golf p {
 width: 60vw;
 padding-top: 300px;
} */

section.golf_1 {
  min-height: 200vh;
}

section.golf_1 .img-1 {
  background: url("../Images/amt/amenities2-desktop.jpg") no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  z-index: 1;
  background-attachment: fixed;
}

section.golf_1 .card-img-overlay {
  z-index: 11;
  top: 40%;
  position: sticky;
}

section.golf_1 .img-2 {
  background: url("../Images/700+-desktop.jpg") no-repeat;
  background-size: cover;
  min-height: 100vh;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  background-attachment: fixed;
  height: 100%;
  width: 100%;
}

section.anim_final{
  background: url("../Images/700+-desktop.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  min-height: 100vh;
  background-attachment: fixed;
}


section.golf_1 p {
  width: 50vw;
  margin: 0 auto;
}

section.anim .main_box {
  width: 69.5vw;
  margin: 0 auto;
}
section.anim h3 {
  font-size: 20px;
  text-shadow: 0 0 10px #000;
}
section.anim .content img {
  filter: brightness(0) invert(1);
}
section.anim  {
  margin-top: -120px !important;
}

section.wait .img_svg {
  min-height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: relative;
  z-index: 100;
}


section.anim_1{
  background: url("../Images/amt/Amphitheatre_desk.jpg?var=0.1");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  min-height: 100vh;
  background-attachment: fixed;
  position: relative;

}

section.anim_1 > div{
position: absolute;
left: 20px;
bottom: 20px;

}

section.plan .swiper-slide .zoom{
  position: absolute;
  right: 0;
  bottom: 0;
}

section.why {
 overflow: hidden;
}
section.why .last_text{
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
}

