/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

@font-face {
  font-family: TrajanPro-Regular;
  src: url(../fonts/TrajanPro-Regular.otf);
}

@font-face {
  font-family: CeraGodrejInterio-Regular;
  src: url(../fonts/CeraGodrejInterio-Regular.otf);
}

body {
  /* font-family: CeraGodrejInterio-Regular; */
  color: #000;
  background: #f8f0e1;
  font-size: 16px;
}

a {
  color: #47b2e4;
  text-decoration: none;
}

a:hover {
  color: #73c5eb;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "TrajanPro-Regular", sans-serif;
}

@media (max-width: 500px) {

  .slide-1st {
    padding-left: 0 !important;
  }

}

/*--------------------------------------------------------------
  # Back to top button
  --------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 57px;
  z-index: 996;
  background: #47b2e4;
  width: 35px;
  height: 35px;
  border-radius: 50px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #6bc1e9;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/* header */

header {
  padding: 15px 0;
  background: url(../img/bg-header.jpg) top center #9c523d;
  /* background: #141414; */
  background-size: auto 70px;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 999;
}

header .logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

header .logo img {
  width: 250px;
}

.headerbtn {
  background-color: transparent;
  border: 1px solid #fff;
  padding: 8px 24px;
  border-radius: 24px;
  color: #fff;
  /* text-transform: uppercase; */
  font-size: 14px;
  transition: all 0.2s linear;
}

.headerbtn:hover {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}

.rightspan img {
  width: 60px;
}

.leftWrapper .rightspan img {
  width: 40px;
}

.leftWrapper .rightspan {
  color: #fff;
  font-size: 12px;
  font-family: TrajanPro-Regular;
}

header .center {
  flex: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}

header .location a {
  color: #fff;
  font-size: 14px;
}

header .location svg {
  fill: #fff;
}

/* header */

/*-----------# Sections General --------------------------*/
section {
  padding: 100px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #efefef;
}

.section-title {
  text-align: center;
  padding-bottom: 20px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  position: relative;
  /* color: #484d5c; */
  color: #9c523d;
  font-size: 1.875rem;
  line-height: 1.35em;
  margin-top: 5px;
}

.section-title h2 span {
  color: #9c523d;
}

.section-title h5,
.section-title p {
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 400;
  color: #9c523d;
}

.section-title.text-center.pb-md-0.over-css p {
  font-size: 16px !important;
  padding-bottom: 10px;
  text-transform: none !important;
}

.gp-logo {
  padding-left: 50%;
}

.map-css {
  text-transform: none !important;
}

.uael-separator {
  line-height: 0;
}

.separator {
  border-top-style: solid;
  display: inline-block;
  border-top-color: #141a2a;
  border-top-width: 1px;
  width: 25%;
  margin: 0 0 28px;
}

.section-title p {
  margin-bottom: 0;
  font-weight: 400;
}

.headerLayout .right,
.headerLayout .left {
  flex: 1;
}

/*--------# Footer --------------------------------------*/
#footer {
  font-size: 14px;
  background: #37517e;
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: #f3f5fa;
  text-align: center;
  font-size: 15px;
  color: #444444;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  color: #37517e;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}

#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #47b2e4;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50px;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type="submit"]:hover {
  background: #209dd8;
}

#footer .footer-top {
  padding: 10px 15px;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 28px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  color: #37517e;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  color: #5e5e5e;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #37517e;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #47b2e4;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #777777;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #47b2e4;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #47b2e4;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #209dd8;
  color: #fff;
  text-decoration: none;
}

#footer .footer-bottom {
  padding: 10px 0;
  color: #fff;
}

#footer .copyright {
  float: left;
}

#footer .credits {
  float: right;
  font-size: 13px;
}

#footer .credits a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*** slick slider common css ***/

.slick-arrow {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}

.slick-arrow.slick-next {
  left: auto;
  right: 0;
}

/*** slick slider common css ***/
.commonBtn {
  padding: 10px 30px;
  display: inline-flex;
  justify-content: center;
  gap: 5px;
  align-items: center;
  background-color: #9c523d;
  transition: all 0.2s;
  text-transform: uppercase;
  color: #fff;
  font-size: 0.875rem;
  border: 0;
  border-radius: 4px;
}

.commonBtn:hover {
  color: #fff;
  background-color: #3a3a3a;
  border-color: #3a3a3a;
}

/*** form css ***/
label {
  font-weight: 700;
  color: #000;
  margin-bottom: 5px;
}

.form-control {
  color: #666;
  border-color: #666;
  padding: 0.8rem 0.75rem;
  border-radius: 4px;
}

#footer {
  background: #ffffff;
  color: #000000;
}

.disclaimer h3 {
  color: #ececec;
  font-size: 15px;
}

.disclaimer p {
  color: #ececec;
  font-size: 10px;
}

.fixedMbBtn {
  position: fixed;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  color: #fff;
  z-index: 99;
}

.fixedMbBtn a {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 5px;
  color: #fff;
}

.fixedMbBtn a:nth-child(1) {
  border-right: 1px solid #fff;
}

main {
  margin-top: 68px;
}

.videoBoxWrapper {
  height: calc(100vh - 74px);
}

/*.videoBoxWrapper video {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}*/


.videoBoxWrapper img {
  background-position: center -25px;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  position: relative;
}

/* about-godrej */
.about-godrej {
  background: url(../img/bg-activities.jpg) center center / auto 750px no-repeat fixed rgb(156, 82, 61);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  padding: 150px 0;
  margin-top: -50px;
}

.about-godrej-txt p {
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 0;
}

.about-godrej .section-title h2,
.about-godrej .section-title p {
  color: #fff;
}

/* 
.about-godrej .section-title h2 span {
  color: #141a2a;
} */

.overview {
  position: relative;
  z-index: 3;
}

.overview::before {
  content: "";
  position: absolute;
  top: -50px;
  left: 50%;
  width: 200px;
  height: 200px;
  transform: translateX(-50%);
  background: url(../img/bg-single-img-sand.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 1;
}

.overviewSlider,
.videoBoxWrapper {
  z-index: 5;
  position: relative;
}

.overviewSlider-2 .section-title h2 {
  font-size: 26px;
}

/* about-godrej */

/* footer */

.footer-logo-address {
  margin-top: 50px;
  margin-bottom: 30px;
}

.address-box {
  margin-top: 30px;
}



.footerLogo img {
  filter: invert(1);
}

@media (max-width: 500px) {
  .footerLogo {
    display: flex;
    justify-content: space-between;
    gap: 2rem !important;
    margin-top: 2rem;
  }

  .groupLogo {
    margin-top: 0 !important;
  }

  .footerLogo .gp-logo {
    padding: 0 !important;
  }

  .footerLogo img {
    width: 150px;
  }

}

.footer-logo h3,
.address-box h3 {
  font-size: 16px;
  font-weight: 200;
}

.address-box h3 span {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 200;
}

.disclaimer-box p {
  font-size: 12px;
  font-weight: 200;
}

.social-links {
  margin-top: 15px;
  display: flex;
}

.social-links a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  background: #e1dbce;
  margin: 10px;
  border-radius: 50%;
}

.social-links a i {
  font-size: 20px;
  padding: 10px;
  border-radius: 50%;
  line-height: 1;
}

.rera-qr {
  gap: 5px;
}

.rera-qr img {
  width: 100px;
  height: 100px;
}

.credit-box {
  border-top: 1px solid #ffffff57;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
  font-weight: 200;
}

.credit-box p {
  margin-bottom: 0;
}

.groupLogo img {
  width: 230px;
}

/* footer */

.groupLogo img {
  fill: #fff !important;
  filter: invert(1);
}

.galleryWrapper {
  margin-top: -50px;
}

.galleryWrapper:after {
  content: "";
  display: block;
  position: absolute;
  width: 55%;
  right: 0;
  top: 0;
  height: 100%;
  background: url(../img/bg-sand.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: -1;
  background-attachment: fixed;
}

.galleryWrapperSlider .slick-slide {
  margin: 0 15px;
}

.galleryWrapperSlider .slick-list {
  margin: 0 -15px;
  padding-left: 0 !important;
}

.amenitiesWrapper {
  margin-top: -50px;
}

.accordion-item {
  background-color: transparent;
  border: 0;
}

.accordion-item+.accordion-item {
  padding-top: 10px;
  border-top: 1px dotted #9c523d;
  margin-top: 10px;
}

.accordion-body {
  padding: 0;
  border: 0;
}

.accordion-item .accordion-button {
  padding: 10px 0;
  border: 0;
  color: #9c523d;
  background: transparent;
  font-weight: 700;
}

.accordion-item .accordion-button.collapsed {
  color: #2a2e39 !important;
}

.accordion-item .accordion-button:hover {
  color: #9c523d;
}

.accordion-item:first-of-type>.accordion-header .accordion-button {
  background: none;
  box-shadow: none;
}

.accordion-item .accordion-button .number {
  display: inline-block;
  margin-right: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  background-color: #9c523d;
  color: #000;
  border-radius: 50%;
  font-size: 10px;
  line-height: 1.2;
  padding-top: 4px;
}

.accordion-button:not(.collapsed)::after {
  font-family: "Glyphicons Halflings";
  content: "\2212";
}

.accordion-button::after {
  font-family: "Glyphicons Halflings";
  content: "\002b";
  background: none !important;
}

.accordion-button:focus {
  box-shadow: none;
}


/* locationImg */

.section-title h2 {}

.locationImg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* locationImg */
/* mainMenu */

.mainMenu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f8f0e1;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -1;
  opacity: 0;
  transition: all 0.5s linear;
}

.menu-icon {
  cursor: pointer;
}

.mainMenu.open {
  opacity: 1;
  z-index: 99999;
}

.mainMenu::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  height: 100%;
  width: 45%;
  background: url(../img/bg-waves.svg) no-repeat left bottom 30px;
  background-size: auto 930px;
}

.mainMenuLef .mainMenuLogo {
  margin-bottom: 30px;
}

.mainMenuLogo {
  position: relative;
  padding-bottom: 15px;
}

.mainMenuLogo:after {
  content: "";
  position: absolute;
  width: 50%;
  bottom: 0;
  border: 1px solid #9b9b9b;
  left: 50%;
  transform: translateX(-50%);
}

.mainMenuLogo img {
  filter: invert(1);
}

.mainMenuLeft ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.mainMenuLeft ul li+li {
  margin-top: 15px;
}

.mainMenuLeft ul li a {
  color: #484d5c;
  font-size: 20px;
  /* font-family: TrajanPro-Regular; */
  transition: all 0.2s linear;
}

.mainMenuLeft ul li a:hover {
  color: #9c523d;
}

.mainMenuLeft {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  /* align-items: center; */
}

.mainMenu .container {
  width: 65%;
}

.navPlaceholderImg {
  height: 450px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  border-left: 1px dotted #9c523d;
}

.navPlaceholderImg img {
  object-fit: cover;
  height: 100%;
}

.closeMenu {
  position: absolute;
  top: 15px;
  font-family: TrajanPro-Regular;
  left: 10%;
  font-size: 14px;
  cursor: pointer;
}

.closeMenu i {
  transition: all 0.2s linear;
}

.closeMenu:hover i {
  transform: rotate(90deg);
}

.closeMenu:hover {
  color: #9c523d;
}

/* mainMenu */

.stickyFooter {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99;
}

.stickyFooter .left,
.stickyFooter .right {
  width: 50%;
  color: #fff;
  font-size: 14px;
}

.stickyFooter .left {
  background: url(../img/bg-header.jpg) top center #9c523d;
  padding: 10px 10px 5px 20px;
}

.stickyFooter .left img {
  width: 30px;
}

.stickyFooter .left i {
  font-size: 10px;
}

.stickyFooter .right {
  background: #484d5c;
}

.stickyFooter .right a {
  color: #fff;
}

.stickyFooter .right i {
  font-size: 16px;
}

.locationWrapper {
  z-index: 2;
}

.locationWrapper::before {
  content: "";
  position: absolute;
  top: -100px;
  left: 50%;
  width: 200px;
  height: 200px;
  transform: translateX(-50%);
  background: url(../img/bg-single-img-sand.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: -1;
}

.locattionContent p {
  color: #9c523d;
}

.locattionContent .section-title h2 {
  /* font-family: CeraGodrejInterio-Regular; */
  text-transform: capitalize;
}

.overviewSlider-2 .section-title p {
  text-transform: capitalize;
}