@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

@font-face {
  font-family: English_157_Regular;
  src: url("../assets/fonts/english-157/English_157_Regular.otf");
}

@font-face {
  font-family: Perpetua_Titling_MT_Std_Regular;
  src: url("../assets/fonts/perpetua-titling-mt-std/Perpetua_Titling_MT_Std_Light.otf");
}

@font-face {
  font-family: Optima;
  src: url("../assets/fonts/optima/Optima\ Medium.ttf");
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:root {
  --light: #ffffff;
  --light-2: #fff7eb;
  --dark: #000;
  --Montserrat: "Montserrat", sans-serif;
  --radius-full: 100px;
  --radius-box: 0px;
  --radius-2: 24px;
  --primary: #003366;
  --text-color: #000;
  --English-157-Regular: English_157_Regular;
  --Perpetua_Titling_MT_Std_Regular: Perpetua_Titling_MT_Std_Regular;
  --Optima: Optima;
}

html {
  font-size: 16px !important;
  overflow-x: hidden;
}

body {
  overflow-x: hidden !important;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  padding-right: 0px !important;
  font-family: var(--Montserrat);
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
  background-color: #ffffff00;
}

body::-webkit-scrollbar {
  width: 9px;
  background-color: #ffffff00;
}

body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  background-color: #cfcfcf;
}

body.loading {
  width: 100%;
  height: 100vh !important;
  overflow: hidden;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

body.loaded {
  -webkit-animation: fadeIn 3s ease-out forwards;
  animation: fadeIn 3s ease-out forwards;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.text-justify {
  text-align: justify;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0.3;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0.3;
  }

  to {
    opacity: 1;
  }
}

.toggle-up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--dark-blue);
  width: 45px;
  height: 45px;
  border-radius: 100px;
  position: fixed;
  bottom: 0%;
  right: 1.25%;
  color: var(--light);
  z-index: 999;
  cursor: pointer;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.toggle-up.show {
  opacity: 1;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.toggle-up i {
  font-size: 1.15rem;
}

/* form loader css */

.form-loader-div {
  display: none;
}

.form-loader {
  width: 25px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 3px solid #b5acac;
  border-right-color: var(--light);
  -webkit-animation: l2 0.35s infinite linear;
  animation: l2 0.35s infinite linear;
}

@-webkit-keyframes l2 {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes l2 {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

/* form loader css */

.compensate-for-scrollbar {
  margin-right: 0px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0rem;
}

ul {
  padding-left: 0rem;
  margin-bottom: 0rem;
}

li {
  list-style: none;
  text-decoration: none;
}

a {
  text-decoration: none;
}

p {
  margin-bottom: 0rem;
}

.text-balance {
  text-wrap: balance;
}

.text-pretty {
  text-wrap: pretty;
}

.text-nowrap {
  text-wrap: nowrap;
}

.custom-margin {
  margin: 0 0 0 5rem;
}

button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.ms-n1 {
  margin-left: -0.25rem !important;
}

.ms-n3 {
  margin-left: -0.75rem !important;
}

.max-content {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.no-wrap {
  text-wrap: nowrap;
}

.invert {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.rotate {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.rotate-180 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.mirror {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.letter-spacing {
  letter-spacing: 1.05px;
}

.text-shadow {
  text-shadow: 0px 2px 10px rgba(46, 74, 81, 0.3);
}

.header-container {
  position: fixed;
  top: 0;
  width: 100%;
  background: transparent;
  left: 0;
  z-index: 11;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.header-container.scrolled {
  background: var(--primary);
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-box-shadow: rgb(160 144 110 / 34%) 0px 6px 12px -2px,
    rgb(160 144 110 / 11%) 0px 3px 7px -3px;
  box-shadow: rgb(160 144 110 / 34%) 0px 6px 12px -2px,
    rgb(160 144 110 / 11%) 0px 3px 7px -3px;
}

.navbar-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem 0;
  margin: auto;
  width: 90%;
  position: relative;
  gap: 1rem;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.custom-visible {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
}

.menu {
  display: none;
  width: 21px;
  cursor: pointer;
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
}

.logo-img {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  width: 120px;
  max-width: 100%;
  position: relative;
}

.logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.navLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  height: 100%;
  transition: all 1s ease;
  gap: 5rem;
  position: relative;
}

.navLinks .navLink {
  display: block;
  font-size: 0.95rem;
  color: var(--light);
  font-weight: 500;
  text-wrap: nowrap;
  cursor: pointer;
  text-transform: capitalize;
}

.offcanvas {
  background: var(--primary);
}

.offcanvas.offcanvas-end {
  width: 100%;
}

.offcanvas.offcanvas-end .offcanvas-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}

.offcanvas-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.offcanvas-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.offcanvas-close {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  border-radius: 100px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--light);
  -webkit-transform: translateY(4px) scale(0.95);
  -ms-transform: translateY(4px) scale(0.95);
  transform: translateY(4px) scale(0.95);
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.offcanvas-close i {
  font-size: 1.1rem;
}

.offcanvas-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.5rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  margin: 1rem 0;
}

.offcanvas-link {
  display: block;
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--light);
  text-transform: capitalize;
  position: relative;
  width: 100%;
}

.offcanvas-link::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #a892645c;
  left: 0;
  bottom: -15px;
}

.offcanvas-link:last-child:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: transparent;
  left: 0;
  bottom: -15px;
}

.offcanvas-logo .logo-img.logo-img-1 {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  width: 130px;
  max-width: 100%;
}

.invert {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.btnprimary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  outline: none;
  border: none;
  gap: 0.5rem;
  overflow: hidden;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  text-transform: uppercase;
  padding: 0.65rem 1.25rem;
  font-weight: 400;
  border-radius: var(--radius-box);
  color: var(--light);
  border: 1px solid var(--primary);
  background: var(--primary);
  position: relative;
  text-wrap: nowrap;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.btnprimary::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  border: 1px solid var(--primary);
  border-radius: var(--radius-box);
  background: var(--light);
  color: var(--primary);
}

.btnprimary:hover {
  color: var(--light-2);
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btnprimary:hover::before {
  -webkit-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease;
  opacity: 1;
}

.custom-container {
  width: 90%;
  margin: auto;
}

.custom-container-2 {
  width: 80%;
  margin: auto;
}

section.main-banner {
  z-index: 1;
  /* padding: 6rem 0 2rem 0; */
  position: relative;
}

/* .carousel-item img {
  -webkit-animation: ZoomIn 10s ease infinite;
  animation: ZoomIn 10s ease infinite;
} */

@-webkit-keyframes ZoomIn {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  100% {
    -webkit-transform: scale();
    transform: scale();
  }
}

@keyframes ZoomIn {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  100% {
    -webkit-transform: scale();
    transform: scale();
  }
}

.carousel-indicators [data-bs-target] {
  width: 25px;
  height: 1px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.carousel-indicators .active {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 45px;
}

.texture-bg {
  z-index: 1;
  position: relative;
  background: var(--light-2);
}

.texture-bg::after {
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  inset: 0;
  position: absolute;
  background: url("../assets/images/overlay/overview-overlay.png") no-repeat center center/cover;
}

.texture-bg-2 {
  z-index: 1;
  position: relative;
  background: var(--light-2);
}

.texture-bg-2::after {
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  inset: 0;
  position: absolute;
  background: url("../assets/images/overlay/overview-overlay.png") no-repeat center center/cover;
}

.texture-bg-2::before {
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  inset: 0;
  position: absolute;
  background: var(--linear-bg-3);
}

.section-heading .section-title {
  font-size: 2.5vw;
  color: var(--primary);
  font-weight: 500;
  letter-spacing: 0.8px;
  text-transform: capitalize;
  font-family: var(--Perpetua_Titling_MT_Std_Regular);
}

.section-heading .section-title span {
  font-size: 16px;
  color: #000;
  text-transform: capitalize;
}

.section-heading .section-title.light {
  color: var(--light);
  background: unset;
  -webkit-text-fill-color: unset;
  -webkit-text-stroke-color: var(--light);
}

.section-heading .section-title.dark {
  color: var(--primary-dark);
  -webkit-text-stroke-color: var(--primary-dark);
}

.section-heading .section-subtitle {
  font-size: 1rem;
  font-weight: 400;
  line-height: 28px;
  color: var(--text-color);
  font-family: var(--Montserrat);
  letter-spacing: 0.22px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.section-heading .section-subtitle.light {
  color: var(--light);
}

.section-heading .section-desc {
  font-size: 2.5vw;
  background: var(--linear-bg);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--English-157-Regular);
  font-weight: 500;
}

.section-heading .section-desc.light {
  background: unset;
  -webkit-text-fill-color: unset;
  color: var(--light-2);
}

/* ********Overview Section Starts**** */

section.section-overview {
  position: relative;
  padding: 6rem 0 9rem 0;
}

.overview-button {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 2rem auto auto auto;
}

.shine {
  position: relative;
  overflow: hidden;
}

.shine::before {
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(rgba(255, 255, 255, 0)),
      to(rgba(255, 255, 255, 0.3)));
  background: -o-linear-gradient(left,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.3) 100%);
  content: "";
  display: block;
  height: 100%;
  left: -75%;
  position: absolute;
  top: 0;
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  width: 50%;
  z-index: 2;
}

.shine:hover::before,
.shine:focus::before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.over_img1 {
  text-align: end;
  margin-top: -7%;
}

.over_img1 img {
  width: 50%;
}

.over_img img {
  width: 100%;
  height: 100%;
}

/* ********Overview Section ends**** */

/* ***********Configuration Section Starts****** */
section.section-configuration {
  padding: 4rem 0rem;
  background: linear-gradient(90deg, rgba(0, 45, 91, 1) 66%, rgba(255, 255, 255, 0) 66%);
}

.floor-plan {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
}

.custom-floorplan {
  position: relative;
}

.believe-nav {
  position: absolute;
  top: 20%;
  left: 21%;
}

.believe-nav .nav-custom {
  gap: 1px;
}

.believe-nav .nav-custom .nav-item .nav-link.active {
  background: var(--primary);
  color: var(--light);
}


.believe-nav .nav-custom .nav-item .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--dark);
  -webkit-box-align: center;
  padding: 0.6rem 1.6rem;
  -ms-flex-align: center;
  border-radius: 0px;
  align-items: center;
  gap: 1rem;
  background: transparent;
}

/* .floor-plan-left {
  flex: 1;
  padding-right: 30px;
  height: 74.5vh;
  background: url('../assets/images/configuration/conf-bg-white.png') no-repeat left center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
} */

.floor-plan-left h2 {
  font-size: 2.5rem;
  font-weight: 500;
  color: var(--primary);
  margin-bottom: 0px;
  font-family: var(--Perpetua_Titling_MT_Std_Regular);
}

.floor-plan-left p {
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--dark);
  font-family: var(--Montserrat);
}

.floor-plan-right {
  flex: 1;
}

.floor-plan-right img {
  width: 100%;
  border-radius: 0px;
  object-fit: cover;
}

.conf_img img {
  width: 100%;
}

.floor_plan {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  align-items: center;
  text-align: center;
}

.dot_line {
  width: 1px;
  height: 160px;
  border: 1px dashed #fff;
}

.conf_para h2 {
  font-size: 4rem;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0px;
  font-family: var(--Perpetua_Titling_MT_Std_Regular);
}

.conf_para p {
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
  font-family: var(--Montserrat);
}

/* tabs ccs */

.section-configuration .nav-tabs {
  border-bottom: none;
}

.section-configuration .nav-tabs .nav-link {
  font-size: 20px;
  color: #fff;
  text-align: center;
  padding: 10px 20px;
  border-radius: 0;
  margin-right: 40px;
  outline: 1px solid #fff;
  outline-offset: 8px;
}

.section-configuration .nav-tabs .nav-item.show .nav-link,
.section-configuration .nav-tabs .nav-link.active {
  color: var(--primary);
  background-color: #fff;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: transparent;
}

/* tabs css end */


/* ********Amenities Section starts**** */
section.section-amenities {
  padding: 4rem 0;
}

.amenities-nav .custom-nav {
  margin: 1.4rem auto;
  padding-top: 1rem;
  gap: 2rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 28%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid var(--primary);
}

.amenities-nav .custom-nav .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: transparent;
  border: none;
  gap: 0.5rem;
  text-wrap: nowrap;
  font-weight: 400;
  padding: 0.75rem 2.5rem;
  position: relative;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  color: var(--primary);
  border-radius: var(--radius-full);
}

.amenities-nav .custom-nav .nav-link.active {
  color: var(--primary);
  position: relative;
}

.amenities-nav .nav-pills .nav-item .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--primary);
}

.amenity-box {
  text-align: center;
}

.amenity-icon {
  position: relative;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  border-radius: 20px;
  overflow: hidden;
  background: url("../assets/images/amenities/3.webp") center/cover no-repeat;
}

.amenity-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(10, 76, 140, 0.85);
  border-radius: 20px;
  outline: 2px solid var(--light);
  outline-offset: -7px;
}

.amenity-icon img {
  position: relative;
  z-index: 1;
  max-width: 50px;
  max-height: 50px;
  filter: invert(1);
}

.amenity-box p {
  font-size: 15px;
  font-weight: 500;
  color: var(--text-color);
}


.amenities-carousel .owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  pointer-events: none;
}

.amenities-carousel .owl-nav button {
  pointer-events: all;
  /* re-enable clicks on the actual buttons */
}

.amenities-carousel .owl-nav .owl-prev {
  margin-left: -5rem;
}

.amenities-carousel .owl-nav .owl-next {
  margin-right: -5rem;
}

.amenities-carousel .owl-nav button img {
  width: 60px;
  height: 60px;
  filter: invert(1);
}

/* ********Amenities Section ends**** */

/* *********Gallery Section Starts************* */
section.section-gallery {
  padding: 4rem 0;
  background: linear-gradient(180deg, rgba(0, 45, 91, 1) 55%, rgba(255, 255, 255, 0) 55%);
}

.gallery-nav .custom-nav {
  margin: 1.4rem auto;
  padding-top: 1rem;
  gap: 2rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid var(--light-2);
}

.gallery-nav .custom-nav .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: transparent;
  border: none;
  gap: 0.5rem;
  text-wrap: nowrap;
  font-weight: 400;
  padding: 0.75rem 2.5rem;
  position: relative;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  color: var(--light);
  border-radius: var(--radius-full);
}



.box {
  width: 100%;
  height: 300px;
  overflow: hidden;
  border-radius: 0px;
}

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

.swiper {
  padding: 20px 0;
}


.gallery-nav .custom-nav .nav-link.active {
  color: var(--light);
  position: relative;
}

.gallery-nav .nav-pills .nav-item .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--light);
}

.gallery-swiper-container {
  position: relative;
}

.gallery-swiper-container .swiper-button {
  position: absolute;
  top: 50%;
  cursor: pointer;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  z-index: 2;
  width: 60px;
  height: 60px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.gallery-swiper-container .swiper-button img {
  width: 100%;
  height: 100%;
  filter: invert(1);
  -o-object-fit: contain;
  object-fit: contain;
}

.gallery-swiper-container .swiper-button.swiper-button-prev-4,
.gallery-swiper-container .swiper-button.swiper-button-prev-5,
.gallery-swiper-container .swiper-button.swiper-button-prev-6,
.gallery-swiper-container .swiper-button.swiper-button-prev-8,
.gallery-swiper-container .swiper-button.swiper-button-prev-9 {
  left: -6%;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.gallery-swiper-container .swiper-button.swiper-button-next-4,
.gallery-swiper-container .swiper-button.swiper-button-next-5,
.gallery-swiper-container .swiper-button.swiper-button-next-6,
.gallery-swiper-container .swiper-button.swiper-button-next-8,
.gallery-swiper-container .swiper-button.swiper-button-next-9 {
  right: -6%;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.gal-tab {
  margin: 2rem 0 0 0;
}

.flr_img img {
  filter: blur(3px);
  cursor: pointer;
}

.section-virtual {
  padding: 50px 0;
}

.video_img img {
  width: 100%;
  cursor: pointer;
}

/* ***********Section Gallery Ends******* */

/* ***************Location Section Starts******** */

.location-pad .section-title {
  text-align: start;
}

.location-pad .other-description2 {
  text-align: start;
  padding-bottom: 1.2rem;
}

section.section-location {
  position: relative;
  width: 100%;
  height: auto;
  background-color: var(--primary);
  padding: 6rem 0 3rem 0;
  display: flex;
  justify-content: start;
  align-items: flex-end;
  overflow: hidden;
  z-index: 1;
}

/* section.section-location::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url('../assets/images/map/map.webp') no-repeat right center;
  background-size: contain;
  z-index: -2;
} */

section.section-location::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
}

.custom-container {
  width: 85%;
  margin: auto;
}

.location-accordion {
  background: var(--primary);
  padding: 2rem;
  /* width: 35vw; */
}

.location-accordion .accordion {
  --bs-accordion-bg: transparent !important;
}

.location-accordion .accordion-item {
  border: unset;
}

.location-accordion .accordion-header {
  background: transparent;
  position: relative;
  border-radius: 20px;
  padding: 0.25rem;
}

.location-accordion .accordion-header button {
  color: var(--light);
  box-shadow: unset !important;
  font-weight: 600;
  background: transparent;
  padding: 0.25rem 1rem 0.25rem 1.75rem;
  position: relative;
  line-height: 52px;
  border-bottom: 1px solid var(--light);
  font-size: 1.05rem;
}

.location-accordion .accordion-button::after {
  background-image: url("../assets/images/icons/drop.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 40px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.location-accordion .accordion-button:not(.collapsed)::after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.location-accordion-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.6rem;
}

.location-accordion-content .location-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}

.location-accordion-content .location-content .location-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
}

.location-accordion-content .location-content .location-head .location-no {
  font-size: 1rem;
  font-weight: 400;
  color: var(--light);
}

.location-accordion-content .location-content .location-head .location-title {
  font-weight: 400;
  color: var(--light);
  font-size: 0.8rem;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.location-accordion-content .location-content .location-dist {
  font-weight: 400;
  color: var(--light);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 1rem;
  text-wrap: nowrap;
}

.location-map {
  width: 100%;
  height: 400px;
  padding: 1rem;
  margin: 1rem auto auto auto;
}

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

/* ***************Location Section ends******** */

/* ***********Section About us starts******* */

section.section-highlight {
  padding: 4rem 0;
}

.features-section {
  max-width: 1200px;
  margin: auto;
  padding: 40px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.feature-box {
  flex: 1 1 calc(33.333% - 20px);
  min-width: 280px;
  max-width: 350px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.feature-box:hover {
  transform: translateY(-5px);
}

.feature-box img {
  width: 60px;
  margin-bottom: 15px;
}

.feature-box p {
  font-size: 15px;
  color: #003366;
  font-weight: 500;
  line-height: 1.4;
}

/* ***********Section About us Ends******* */

.contact-form {
  max-width: 70%;
  margin: 3rem auto auto auto;
}

.custom-form-input {
  position: relative;
}

.custom-input {
  background-color: transparent;
  padding: 0.55rem 1rem 0.55rem 1.5rem;
  border: 1px solid #f7f1ea;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  width: 85%;
  border-radius: unset;
  outline: unset;
  color: rgba(247, 241, 234, 0.7) !important;
  font-size: 1rem;
  font-weight: 500;
}

.custom-input:focus {
  -webkit-box-shadow: unset;
  box-shadow: unset;
  outline: unset;
  border: 1px solid var(--primary);
  background-color: transparent;
}

.custom-input::-webkit-input-placeholder {
  color: rgba(247, 241, 234, 0.7);
  font-size: 1rem;
  font-weight: 400;
}

.custom-input::-moz-placeholder {
  color: rgba(247, 241, 234, 0.7);
  font-size: 1rem;
  font-weight: 400;
}

.custom-input:-ms-input-placeholder {
  color: rgba(247, 241, 234, 0.7);
  font-size: 1rem;
  font-weight: 400;
}

.custom-input::-ms-input-placeholder {
  color: rgba(247, 241, 234, 0.7);
  font-size: 1rem;
  font-weight: 400;
}

.custom-input::placeholder {
  color: rgba(247, 241, 234, 0.7);
  font-size: 1rem;
  font-weight: 400;
}

.form-check-input {
  border-radius: 0px;
  background-color: transparent;
  border: 1px solid #f7f1ea;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.form-check-input:checked:focus {
  outline: none;
  border: none;
  -webkit-box-sizing: unset;
  box-sizing: unset;
}

.form-check-input:checked {
  background-color: rgb(181 70 70);
  border-color: transparent;
}

.form-check-label {
  color: #f7f1ea;
  position: relative;
  top: 2px;
  cursor: pointer;
  font-size: 1.05rem;
  margin: 0 0 0 0.25rem;
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
  color: var(--light-2);
}

span.cc {
  position: absolute;
  top: 22px;
  left: 1rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1rem;
  font-weight: 400;
  pointer-events: none;
  color: rgba(247, 241, 234, 0.7);
}

.custom-padding {
  padding-left: 3.5rem !important;
}

.invalid-feedback {
  font-size: 0.825rem;
  color: var(--light);
}

.fixed-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.75rem;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  position: fixed;
  right: 1.5%;
  z-index: 999;
  bottom: 2%;
}

.fixed-button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  width: 50px;
  cursor: pointer;
  transform: translateY(0);
  height: 50px;
  transition: all 0.5s ease;
}

.fixed-button a:hover {
  transition: all 0.5s ease;
  transform: translateY(-5px);
  filter: drop-shadow(0 0 0.75rem var(--primary));
}

.fixed-button a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

footer {
  padding: 2rem 0rem;
  background: var(--primary);
}

.text-footer a {
  color: #242424;
}

.copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-logo {
  padding: 1rem 0rem;
  width: 10rem;
  margin: auto;
  height: auto;
  max-width: 100%;
}

.footer-logo img {
  width: 100%;
  height: 100%;
  border-radius: 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.footer-qr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin: 1rem auto 1rem 3rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.legal-link {
  color: #77aa4a;
  font-size: 0.95rem;
  padding: 0.2rem 1rem;
  text-decoration: none;
}

.legal-link:hover {
  text-decoration: underline;
}

.footer-qr img {
  width: 100%;
  height: 100%;
  /* border-radius: 6px; */
  -o-object-fit: cover;
  object-fit: cover;
}

.text-footer p {
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  text-wrap: balance;
}

.footer-desc p {
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  padding: 0.2rem 1rem;
  text-wrap: balance;
}

.copyright-desc {
  color: #242424;
  margin-top: 1rem;
  padding: 0.2rem 1rem;
}

.copyright-desc2 {
  color: #a0906e;
  font-size: 0.95rem;
  padding: 0.2rem 1rem;
}

.copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.copyright2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: auto;
}

.footer-copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 1.5rem 0 0 0;
}

.created {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--Optima);
}

.copy-right,
.created {
  color: var(--light);
}

.custom-hr {
  color: #a0906e;
}

.text-footer,
.footer-desc {
  color: var(--light);
  font-size: 1.25rem;
}

.text-footer {
  margin-left: 3rem;
}

.copyright {
  width: 80%;
  margin: auto;
}

.footer-social {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin-left: 2rem;
}

.believe-nav .custom-nav {
  margin: 1.4rem auto auto auto;
  gap: 1.5rem;
}

.custom-modal-content {
  background: -o-linear-gradient(46deg, #343434 -2.49%, #1b1b1b 65.14%);
  background: linear-gradient(44deg, #343434 -2.49%, #1b1b1b 65.14%);
  border: 2px solid var(--primary);
}

.modal-logo {
  width: 120px;
  max-width: 100%;
  margin: 1rem auto;
}

.modal-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.modal-close {
  position: absolute;
  top: 3%;
  width: 48px;
  height: 48px;
  right: 3%;
  cursor: pointer;
  z-index: 2;
}

.modal-close img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.modal-form .custom-input {
  background-color: transparent;
  padding: 0.85rem 1rem 0.85rem 1.5rem;
  border-radius: unset;
  width: 100%;
  outline: unset;
  color: var(--light);
  font-size: 1rem;
}

.modal-form .custom-input:focus {
  -webkit-box-shadow: unset;
  box-shadow: unset;
  outline: unset;
  border: 1px solid var(--light);
  background-color: transparent;
}

.modal-form .custom-input::-webkit-input-placeholder {
  color: var(--light);
}

.modal-form .custom-input::-moz-placeholder {
  color: var(--light);
}

.modal-form .custom-input:-ms-input-placeholder {
  color: var(--light);
}

.modal-form .custom-input::-ms-input-placeholder {
  color: var(--light);
}

.modal-form .custom-input::placeholder {
  color: var(--light);
}

.modal-form span.cc {
  top: 26px;
  font-size: 1rem;
  font-weight: 400;
  pointer-events: none;
  color: var(--light);
}

.modal-form .invalid-feedback {
  color: var(--light);
  font-size: 0.785rem;
}

.modal-form .form-check-label {
  color: var(--light);
  font-size: 0.95rem;
  cursor: pointer;
}

/* thank you css */

section.section-thankyou {
  height: calc(100vh - 75px);
  max-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.thankyou-title {
  text-align: center;
  font-family: var(--Metropolis-Meduim);
  margin: 0.35rem 0 0 0;
  font-weight: 500;
}

.thankyou-subtitle {
  text-align: center;
  font-family: var(--Metropolis-Regular);
  font-weight: 400;
  text-wrap: balance;
  opacity: 0.85;
  margin: 0.5rem 0 0 0;
}

.btn_dwnld {
  position: fixed;
  bottom: 20px;
  left: 15px;
  width: fit-content;
  padding: 10px 25px;
  background-color: var(--primary);
  color: #fff;
  font-family: var(--Perpetua_Titling_MT_Std_Regular);
  font-size: 18px;
  text-align: center;
  border: none;
  z-index: 1;
}

.btn_enq {
  position: fixed;
  bottom: 20px;
  right: 15px;
  width: fit-content;
  padding: 10px 20px;
  background-color: var(--primary);
  color: #fff;
  font-family: var(--Perpetua_Titling_MT_Std_Regular);
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  border: none;
  z-index: 1;
}

.fixed_div {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: var(--primary);
  padding: 10px 0;
  text-align: center;
  z-index: 2;
}

.fixed_div button {
  color: #fff;
  font-family: var(--Perpetua_Titling_MT_Std_Regular);
  font-size: 13px;
  text-align: center;
  background-color: transparent !important;
  border: none !important;
}

.div_line {
  border-right: 1px solid #fff;
}

/*********** media query *********/

@media only screen and (max-width: 1400px) {
  .navbar-container {
    padding: 1rem 4rem;
    gap: 1rem;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
  }

  .gallery-nav .custom-nav .nav-link {
    gap: 0.5rem;
    padding: 0.4rem 0.9rem;
  }

  .amenities-nav .custom-nav .nav-link {
    gap: 0.5rem;
    padding: 0.4rem 0.9rem;
  }

  .conf_para h2 {
    font-size: 3rem;
  }

  .section-configuration .nav-tabs .nav-link {
    font-size: 15px;
  }
}

@media only screen and (max-width: 1200px) {
  .navbar-container {
    padding: 0.85rem 2rem;
    width: 100%;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .navLinks .navLink {
    display: none;
  }

  .custom-visible {
    display: none;
  }

  .menu {
    display: block;
  }

  .logo-img {
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    width: 150px;
  }

  .section-heading .section-desc {
    font-size: 3vw;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .gallery-swiper-container .swiper-button {
    width: 60px;
    height: 60px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .gallery-swiper-container .swiper-button.swiper-button-prev-4,
  .gallery-swiper-container .swiper-button.swiper-button-prev-5,
  .gallery-swiper-container .swiper-button.swiper-button-prev-6,
  .gallery-swiper-container .swiper-button.swiper-button-prev-8,
  .gallery-swiper-container .swiper-button.swiper-button-prev-9 {
    left: -8%;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .gallery-swiper-container .swiper-button.swiper-button-next-4,
  .gallery-swiper-container .swiper-button.swiper-button-next-5,
  .gallery-swiper-container .swiper-button.swiper-button-next-6,
  .gallery-swiper-container .swiper-button.swiper-button-next-8,
  .gallery-swiper-container .swiper-button.swiper-button-next-9 {
    right: -8%;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .gallery-nav .custom-nav {
    margin: 1.4rem auto;
    gap: 1rem;
  }

  .gallery-nav .custom-nav .nav-link {
    padding: 0.5rem 0.85rem;
    font-size: 0.85rem;
  }

  .amenities-nav .custom-nav {
    margin: 1.4rem auto;
    gap: 1rem;
  }

  .amenities-nav .custom-nav .nav-link {
    padding: 0.5rem 0.85rem;
    font-size: 0.85rem;
  }

  .location-accordion {
    padding: 1.5rem;
    width: 45%;
  }

  .location-accordion .accordion-header button {
    padding: 0.25rem 1rem 0.25rem 1.75rem;
    position: relative;
    line-height: 45px;
    font-size: 0.9rem;
  }
}

@media only screen and (max-width: 1080px) {
  .navbar-container {
    padding: 0.95rem 2rem;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
  }
}

@media only screen and (max-width: 991px) {
  .section-heading .section-title {
    font-size: 5vw;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .amenities-nav .custom-nav {
    width: 60%;
  }

  .gallery-nav .custom-nav {
    width: 100%;
  }


  .custom-container-2 {
    width: 95%;
    margin: auto;
  }

  .amenities-carousel .owl-nav {
    top: auto;
    bottom: 0;
    transform: none;
    justify-content: center !important;
    position: relative;
    gap: 20px;
    margin-top: 2rem;
  }

  .gallery-swiper-container .swiper-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 3.5rem auto auto auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2rem;
  }

  .gallery-swiper-container .swiper-button.swiper-button-prev-4,
  .gallery-swiper-container .swiper-button.swiper-button-prev-5,
  .gallery-swiper-container .swiper-button.swiper-button-prev-6,
  .gallery-swiper-container .swiper-button.swiper-button-prev-8,
  .gallery-swiper-container .swiper-button.swiper-button-prev-9 {
    left: unset;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .gallery-swiper-container .swiper-button.swiper-button-next-4,
  .gallery-swiper-container .swiper-button.swiper-button-next-5,
  .gallery-swiper-container .swiper-button.swiper-button-next-6,
  .gallery-swiper-container .swiper-button.swiper-button-next-8,
  .gallery-swiper-container .swiper-button.swiper-button-next-9 {
    right: unset;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .gallery-swiper-container .swiper-button {
    position: relative;
    top: unset;
  }

  .location-accordion {
    padding: 1.5rem;
    width: 100%;
    margin-top: -3rem;
    position: relative;
  }

  .contact-form {
    max-width: 90%;
  }

  .custom-input {
    padding: 0.85rem 1rem 0.85rem 1.5rem;
    width: 100%;
    font-size: 1.25rem;
  }

  .custom-padding {
    padding-left: 4rem !important;
  }

  span.cc {
    top: 30px;
    font-size: 1.25rem;
  }

  .custom-input::-webkit-input-placeholder {
    font-size: 1.25rem;
  }

  .custom-input::-moz-placeholder {
    font-size: 1.25rem;
  }

  .custom-input:-ms-input-placeholder {
    font-size: 1.25rem;
  }

  .custom-input::-ms-input-placeholder {
    font-size: 1.25rem;
  }

  .custom-input::placeholder {
    font-size: 1.25rem;
  }

  .gal-tab {
    margin: 4rem 0 0 0;
  }

  section.section-overview {
    padding: 4rem 0 4rem 0;
  }

  .starting-area {
    margin: 2.5rem 0 0 0;
  }

  section.section-gallery {
    padding: 3rem 0 2rem 0;
  }

  section.section-highlight {
    padding: 3rem 0 2rem 0;
  }
}

@media only screen and (max-width: 767px) {
  .overview-button {
    margin: 2rem auto;
  }

  .custom-container {
    width: 95%;
    margin: auto;
  }

  .believe-nav {
    justify-content: center;
    display: flex;
    position: unset;
  }

  section.section-configuration {
    padding: 4rem 0rem;
    background: linear-gradient(90deg, rgba(0, 45, 91, 1) 100%, rgba(255, 255, 255, 0) 100%);
  }

  .floor_plan {
    margin: 10% 0;
  }

  .conf_para h2 {
    font-size: 2.5rem;
  }

  .conf_para p {
    font-size: 1rem;
  }

  .dot_line {
    height: 120px;
  }

  .floor-plan {
    flex-direction: column;
    /* stack text above image */
    padding: 15px;
  }

  .floor-plan-left {
    height: auto;
    /* remove fixed height for mobile */
    padding: 20px;
    background-size: contain;

  }

  .floor-plan-left h2 {
    font-size: 1.8rem;
  }

  .floor-plan-left p {
    font-size: 1rem;
  }

  .floor-plan-right img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .amenities-carousel .owl-nav {
    top: auto;
    bottom: 0;
    transform: none;
    justify-content: center !important;
    position: relative;
    gap: 20px;
    margin-top: 2rem;
  }

  .amenities-carousel .owl-nav {
    top: auto;
    bottom: 0;
    transform: none;
    justify-content: center !important;
    position: relative;
    gap: 20px;
    margin-top: 2rem;
  }

  .gallery-swiper-container .swiper-slide .gallery-img {
    height: 420px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .gallery-swiper-container .swiper-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 3.5rem auto auto auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2rem;
  }

  .gallery-swiper-container .swiper-button {
    position: relative;
    top: unset;
  }

  /* .gallery-swiper-container .swiper-button img {
    -webkit-filter: invert(1);
    filter: invert(1);
  } */

  .gallery-swiper-container .swiper-button.swiper-button-prev-4,
  .gallery-swiper-container .swiper-button.swiper-button-prev-5,
  .gallery-swiper-container .swiper-button.swiper-button-prev-6,
  .gallery-swiper-container .swiper-button.swiper-button-prev-8,
  .gallery-swiper-container .swiper-button.swiper-button-prev-9 {
    left: unset;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .gallery-swiper-container .swiper-button.swiper-button-next-4,
  .gallery-swiper-container .swiper-button.swiper-button-next-5,
  .gallery-swiper-container .swiper-button.swiper-button-next-6,
  .gallery-swiper-container .swiper-button.swiper-button-next-8,
  .gallery-swiper-container .swiper-button.swiper-button-next-9 {
    left: unset;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .gal-tab {
    margin: 3rem 0 0 0;
  }


  .footer-social {
    margin-left: 0rem;
  }
}

@media only screen and (max-width: 576px) {
  .navbar-container {
    padding: 1rem 1.15rem;
    gap: 1rem;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
  }

  .logo-img {
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    width: 110px;
  }

  .section-heading .section-title {
    font-size: 6vw;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }


  .gallery-nav {
    width: 100%;
  }

  .gallery-nav .custom-nav {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    white-space: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    transition: all 0.45s ease;
  }

  .gallery-nav .custom-nav .nav-item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .amenities-nav .custom-nav {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    -ms-flex-align: center;
    align-items: center;
    width: 60%;
    white-space: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    transition: all 0.45s ease;
  }

  .amenities-nav .custom-nav .nav-item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .gal-tab {
    margin: 1.5rem 0 0 0;
  }

  .footer-logo {
    width: 40%;
  }

  .footer-qr {
    margin: 1rem auto 2rem 0rem;
  }

  .text-footer {
    margin-left: 1rem;
  }
}

@media only screen and (max-width: 450px) {}

@media only screen and (max-width: 375px) {}