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

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

@font-face {
  font-family: CeraGodrejInterioRegular;
  src: url("../fonts/CeraGodrejInterio-Regular.otf");
}
@font-face {
  font-family: TrajanProRegular;
  src: url("../fonts/TrajanPro-Regular.otf");
}
@font-face {
  font-family: JosefinSans;
  src: url("../fonts/JosefinSans-VariableFont.ttf");
}

body {
  font-family: CeraGodrejInterioMedium;
  color: #2f323d;
  background-color: #fffcf0;
  font-size: 16px;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

#smooth-wrapper {
  position: fixed;
  overflow: hidden;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

#smooth-content {
  overflow: visible;
  width: 100%;
  will-change: transform;
}

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

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

h1,
h2 {
  font-family: TrajanProRegular;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 40px;
  z-index: 996;
  background: #47b2e4;
  width: 40px;
  height: 40px;
  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;
}

.commonPadding {
  padding: 100px 0;
}

/*# Header --------------------------------------------------------------*/
#header {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 997;
  padding: 0 0;
}

#header.header-scrolled {
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5);
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}

.section-title h2 {
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
  font-size: 36px;
  line-height: 1.35em;
}
.section-title h3 {
  font-size: 1.2rem;
  line-height: 1.2em;
  font-weight: 700;
}

.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;
}

/*** header ***/

header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  opacity: 1;
  width: 100%;
  transform: translateX(0) translateY(0) translateZ(0) rotate(0deg)
    rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
  transition: 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
  padding: 15px 0;
}

header .logo img {
  width: 180px;
  filter: invert(1) brightness(100);
}

header .header-bgr {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #fffcf0;
  transform: translateX(0) translateY(-120%) translateZ(0) rotate(0deg)
    rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
  transition: 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
header.scrolled .header-bgr {
  transform: translateX(0) translateY(0) translateZ(0) rotate(0deg)
    rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
}

header.scrolled .logo img {
  filter: none;
}
.navLinks ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style-type: none;
  gap: 30px;
  height: 100%;
  align-items: center;
  padding: 0;
}

.menuButoon {
  color: #fff;
}

header.scrolled .menuButoon {
  color: #000;
}
.navLinks ul li a {
  text-transform: uppercase;
  color: #fff;
  transition: all 0.2s linear;
  font-size: 18px;
}

header.scrolled .navLinks ul li a {
  color: #000;
}
header.scrolled .navLinks ul li a:hover,
header .navLinks ul li a:hover {
  color: #baa27c;
}
/*** header ***/

/* page-hero */
.page-hero {
  height: 100vh;
}
.page-hero .holder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: flex-start;
  position: relative;
  z-index: 4;
  height: 100vh;
}
.page-hero .fullsize-video-holder {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  overflow: hidden;
  min-width: 100%;
  min-height: 100%;
  background: #000;
  transform: translateX(0) translateY(-100%) translateZ(0) rotate(0deg)
    rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
  transition: 1000ms cubic-bezier(0.77, 0, 0.175, 1);
}

.page-hero .page-hero-overlay {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.page-hero .page-hero-overlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-hero .media-overlay {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.8;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    #000000 -20.39%,
    rgba(0, 0, 0, 0) 121.14%
  );
}
.init-anim .page-hero .fullsize-video-holder {
  transform: translateX(0) translateY(0) translateZ(0) rotate(0deg)
    rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
}

.page-hero .fullsize-video-holder .fullsize-video {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  min-width: 100%;
  min-height: 100%;
  transform: translateX(0) translateY(100%) translateZ(0) rotate(0deg)
    rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1.05, 1.05);
  transition: 1000ms cubic-bezier(0.77, 0, 0.175, 1);
}
.init-anim .page-hero .fullsize-video-holder .fullsize-video {
  transform: translateX(0) translateY(0) translateZ(0) rotate(0deg)
    rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
}

.page-hero .holder hgroup h1 div {
  display: inline-block;
  white-space: nowrap;
}

.page-hero .holder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: flex-start;
  position: relative;
  z-index: 4;
  height: 100vh;
  max-width: 68.1944444444vw;
  margin: 0 auto;
  color: #fff;
}

.page-hero .holder hgroup {
  max-width: 68%;
}

.page-hero .holder hgroup h1 {
  margin-bottom: 15px;
  font-size: 56px;
}

.page-hero .holder hgroup a {
  color: #fff;
}

/* .page-hero .holder hgroup {
  perspective: 800px;
} */

.page-hero .holder hgroup p {
  font-size: 20px;
}

.page-hero .holder hgroup p span.word,
.page-hero .holder hgroup h1 span.char {
  display: inline-block !important;
  opacity: 0;
  font-style: normal;
  transform: translateY(65%) rotateX(90deg);
  transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transform-origin: center center !important;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  perspective: 800px;
  /* will-change: transform, opacity; */
}

.init-anim .page-hero .holder hgroup h1 span.char,
.init-anim .page-hero .holder hgroup p span.word {
  opacity: 1;
  transform: translateY(0) rotateX(0deg) !important;
}
/* page-hero */

.unforgotableExperince {
  background-color: #f1f1f1;
}

.swiperOne {
  /* padding-left: 80px; */
  overflow: visible;
}
.swiperOne figure {
  height: 36.3194444444vw;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 0;
}

.swiperOne .swiper-slide {
  overflow: hidden;
}

.swiperOne figure:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(47, 50, 61, 0) 35.9%,
    #2f323d 105.91% 148.91%
  );
  transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.swiperOne .item:hover figure:before {
  opacity: 1;
  background: linear-gradient(
    180deg,
    rgba(47, 50, 61, 0) 35.9%,
    #2f323d 105.91% 148.91%
  );
}

/* .swiperOne .item .figureContent {
  transform: translateY(60%);
  transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.swiperOne .item:hover .figureContent {
  transform: translateY(0);
} */

.swiperOne figure .img-holder {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #2f323d;
  transition: transform 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.swiperOne .item:hover figure .img-holder {
  transform: scale(1.15);
}

.swiperOne .figureContent {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  padding: 1.3888888889vw 1.7361111111vw;
  box-sizing: border-box;
  color: #fff;
  transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.swiperOne .figureContent h3 {
  max-width: 80%;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 1.2;
  transition: transform 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.swiperOne .figureContent .more {
  display: block;
  opacity: 0;
  padding-top: 0.6944444444vw;
  box-sizing: border-box;
  transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  line-height: 0;
}

.swiperOne .item:hover .figureContent .more {
  line-height: 1.2;
  opacity: 1;
}

.swiperOne .arrow-next,
.swiperOne .arrow-prev {
  position: absolute;
  right: 7px;
  top: -20%;
  width: 60px;
  height: 60px;
  background-color: rgba(186, 162, 124, 0.2);
  border-radius: 50%;
  display: flex;
  color: #333;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}

.swiperOne .arrow-prev {
  right: 75px;
}

.swiperOne .arrow-next:hover,
.swiperOne .arrow-prev:hover {
  background-color: rgba(186, 162, 124, 0.5);
}

/* .uniquesliderWrapperRight {
  overflow-y: visible;
} */

.uniquesliderWrapperRightWrapper .uniquesliderWrapperRight-next,
.uniquesliderWrapperRightWrapper .uniquesliderWrapperRight-prev {
  position: absolute;
  right: 15px;
  top: -5%;
  width: 60px;
  height: 60px;
  background-color: rgba(186, 162, 124, 0.2);
  border-radius: 50%;
  display: flex;
  color: #333;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
  z-index: 2;
}

.uniquesliderWrapperRightWrapper .uniquesliderWrapperRight-prev {
  right: 80px;
}

.uniquesliderWrapperRightWrapper .uniquesliderWrapperRight-next:hover,
.uniquesliderWrapperRightWrapper .uniquesliderWrapperRight-prev:hover {
  background-color: rgba(186, 162, 124, 0.5);
}

.uniquesliderWrapperRight .img-holder {
  position: relative;
}

/* .uniquesliderWrapperRight .img-holder .ogImg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  transform: translateX(100%);
  z-index: 99;
  transition: transform 500ms 200ms ease-in-out;
}

.uniquesliderWrapperRight .swiper-slide-active .img-holder .ogImg {
  transform: translateX(0%);
} */

.uniquesliderWrapperRightWrapper .secton-title {
  margin-bottom: 50px;
}

.swiper.uniquesliderWrapperLeft .swiper-slide .item {
  position: relative;
}

.swiper.uniquesliderWrapperLeft .swiper-slide .item .img-holder {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  transform: translateX(100%);
  z-index: 99;
  transition: transform 500ms 200ms ease-in-out;
}

.swiper.uniquesliderWrapperLeft .swiper-slide-active .item .img-holder {
  transform: translateX(0%);
}

.uniquesliderWrapperRightWrapper .swiper-pagination {
  position: relative;
  text-align: left;
  margin-bottom: 12px;
  color: #baa27c;
  opacity: 0.5;
  font-size: 24px;
  width: 30%;
}

.uniquesliderWrapperRightWrapper .swiper-pagination .swiper-pagination-current {
  opacity: 1;
}

/* fineDiningWrapper */
.fineDiningWrapper {
  /* overflow-x: hidden; */
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 0;
  padding: 0;
}
.fineDiningWrapper .figure {
  position: relative;
  overflow: hidden;
  width: 100%;
  /* height: calc(100vh - 100px); */
}
.fineDiningWrapper .img-holder {
  background-image: url("../img/airportDistance.jpg");
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transform-origin: left center;
}

.fineDiningWrapper-2 .img-holder {
  background-image: url("../img/map.jpg");
}
.birdImage {
  margin-top: -150px;
  text-align: right;
  transform: translateX(100px);
  transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 50%;
}

.fineDiningWrapperContent {
  width: 75%;
}

.btnslinks {
  position: relative;
  color: #baa27c;
}

.btnslinks:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.3472222222vw;
  width: 100%;
  height: 2px;
  background-color: #baa27c;
  transition: width 250ms ease-in-out;
}

.btnslinks:hover:after {
  width: 0;
}

.btnslinks:hover {
  color: #2f323d;
}

.fineDiningWrapper-2 .birdImage {
  transform: translateX(-100px);
}
/* fineDiningWrapper */

.coverWrapper {
  height: 100vh;
  /* position: relative; */
  background-color: #fff;
}

.coverWrapper .cover-image {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.coverWrapper .cover-image:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  /* background-color: rgb(0 0 0 / 20%); */
}

.coverWrapper .cover-image > span {
  background: url("../img/plambeachroad.jpg") no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(0.3);
  transform-origin: center center;
}

.coverWrapper .holder {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 4.8611111111vw 0;
  height: 100vh;
  max-width: 68.1944444444vw;
  left: 50%;
  transform: translateX(-50%);
  top: 18%;
}

.coverWrapper .holder .cover-columns {
  display: flex;
  /* justify-content: space-between; */
  /* align-items: flex-start; */
  min-width: 100%;
  color: #fff;
}

.coverWrapper .holder .cover-columns hgroup {
  flex: 0 0 27.7777777778vw;
  max-width: 27.7777777778vw;
  color: #fff;
}

.coverWrapper .holder .cover-columns article {
  flex: 1;
  max-width: 100%;
  text-align: center;
}

article p span {
  display: inline-block;
  opacity: 0;
  font-style: normal;
  transform: translateY(68%) rotateX(90deg);
  transition: 800ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.animate-view article p span {
  opacity: 1;
  transform: translateX(0) translateY(0) translateZ(0) rotate(0deg)
    rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
}

/* uniquesliderWrapper */
.uniquesliderWrapper {
  /* display: flex; */
  /* align-items: flex-end; */
  max-width: 100%;
  margin: 0 auto;
}

.uniquesliderWrapper aside {
  position: relative;
  overflow: hidden;
  height: calc(100vh - 100px);
}

.swiper.uniquesliderWrapperLeft,
.swiper.uniquesliderWrapperLeft .swiper-wrapper,
.swiper.uniquesliderWrapperLeft .swiper-slide,
.swiper.uniquesliderWrapperLeft .swiper-slide .item,
.swiper.uniquesliderWrapperLeft .swiper-slide .item img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.uniquesliderWrapperRight .swiper-slide .item {
  display: flex;
  justify-content: space-between;
}

.uniquesliderWrapperRight .swiper-slide .item .article {
  flex: 0 0 27.527778vw;
}

.uniquesliderWrapperRight .swiper-slide .item .img-holder {
  overflow: hidden;
  height: 29.1666666667vw;
  position: relative;
  /* flex: 0 0 44.4444444444vw; */
}

.uniquesliderWrapperRight .swiper-slide .item .img-holder img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  /* transform: translateX(-100%) translateY(0) translateZ(0) rotate(0deg)
    rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1); */
  transition: 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
/* uniquesliderWrapper */

/* ===========================
   About Godrej Section Styles
   =========================== */

.about-godrej {
  background: url(../img/godrej-about-bg.jpg) center center / auto 750px
    no-repeat fixed rgb(16 15 14);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  padding: 150px 0;
}

/* .container {
  text-align: center;
  padding-bottom: 20px;
  color: white;
} */

.about-godrej-header p {
  font-family: "JosefinSans", "Interio-Medium", sans-serif;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 8px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
}

.about-godrej-header h2 {
  /* font-family: "TrajanPro", "Interio-Medium", serif; */
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 25px;
  letter-spacing: 4px;
  color: #fff;
}

.about-godrej-txt p {
  font-size: 19px;
  line-height: 1.7;
  color: #fff;
  margin-bottom: 0;
}

#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;
}

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

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

.footerLogo img {
  /* width: 140px; */
  filter: invert(1);
}

.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 */

.accordion-item {
  border: 0;
  border-bottom: 1px solid #dee2e6;
  background-color: transparent;
}

.accordion-body {
  padding: 15px 15px;
}

.accordion-body ul {
  padding-left: 15px;
  margin: 0;
}

.accordion-item + .accordion-item {
  margin-top: 15px;
}

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

.accordion-button {
  padding: 15px 15px;
  background-color: transparent;
}

.accordion-button:not(.collapsed) {
  background-color: #baa27c;
  color: #fff;
}

.accordion-button:not(.collapsed)::after {
  filter: invert(1) brightness(100);
}

.enquireNowSideFormBtn {
  position: fixed;
  top: 70%;
  right: -78px;
  transform: translateY(-50%) rotate(90deg);
  background-color: #c5a47e;
  padding: 8px 20px;
  z-index: 2;
  cursor: pointer;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
  transform-origin: top center;
}
.enquireNowSideFormBtn p a {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}

.brochure_btn {
  position: fixed;
  top: 35%;
  right: -111px;
  transform: translateY(-50%) rotate(90deg);
  background-color: #c5a47e;
  padding: 8px 20px;
  z-index: 2;
  cursor: pointer;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
  transform-origin: top center;
}
.brochure_btn p a {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}

.formModal .modal-body {
  padding: 20px 30px;
}

.formButtonWrapper button {
  cursor: pointer;
  font-size: 16px;
  /* font-family: 'Optima Medium'; */
  text-transform: none;
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000000;
    color: #fff;
    width: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 8px;
    padding: 8px 6px;
    gap: 10px;
}


.formLoginButton img {
  width: 25px;
}

.formModal .btn-close {
  z-index: 2;
  top: 18px;
  right: 18px;
  opacity: 1;
  width: 25px;
  height: 25px;
}
.uniquesliderWrapperRight .swiper-slide .item .article ul li {
    font-size: 14px;
}

.uniquesliderWrapperRight .swiper-slide .item .article ul li strong {
    font-size: 16px;
}