@font-face {
  font-family: Futura;
  src: url("../fonts/Futura.ttc");
}

html {
  overflow-x: hidden !important;
}

body {
  overflow-x: hidden !important;
  font-family: Futura !important;
  font-size: 16px !important;
  line-height: 1.4 !important;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body .model-open {
  overflow: hidden !important;
  padding-right: 0px !important;
}

a {
  text-decoration: none !important;
}

section {
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #37517e;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #37517e;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
  # Back to top button
  --------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #47b2e4;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  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 {
  transition: all 0.5s;
  z-index: 999;
  /* background: #0000007a; */
  padding: 6px;
  background: #000;
}

#header.header-scrolled,
#header.header-inner-pages {
  background: rgba(40, 58, 90, 0.9);
}

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

#header .logo img {
  max-height: 40px;
}

.nav-link:focus,
.nav-link:hover {
  /* color: #fff !important; */
}

.navbar-nav .nav-link.active,
.navbar-nav .show > .nav-link {
  color: #fff !important;
  /* font-size: 0.8vw; */
  font-family: Futura;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
}

.navigation-type-split.fixMenu {
  background: #000 !important;
  transition: ease all 0.5s;
}

.nav-item .nav-link {
  color: #fff !important;
}

.navbar-brand img {
  width: 9.51vw;
}

.extim img {
  margin-right: 15px;
}

.caption {
  top: 75%;
}

.caption h3 {
  font-size: 2.8vw;
  color: #fff;
  font-family: "Futura";
}

.ban-ext {
  margin-top: -13px !important;
  position: absolute !important;
  top: 26px !important;
  z-index: 9999;
  right: 16px !important;
}

.banner-enquire {
  border-radius: 30px;
  border: 1px solid #fff;
  padding: 9px 29px;
  /* width: 13%; */
  background: transparent;
  color: #fff;
  margin-top: 20px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.ext-fixed {
  position: absolute;
  left: 8%;
  top: 15%;
  z-index: 99;
}

.carousel-item {
  position: relative;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none;
}

#home h3,
#home p,
#home button {
  /* color: white; */
}

.carousel-caption h3 {
  text-align: left;
}

.carousel-caption {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  left: 11% !important;
  top: 0;
  width: 100%;
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

/*******************overview*********************************/

.underline1 {
  background-image: url(../images/divider.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 7px;
  margin: 9px auto;
}

.padding1 {
  padding: 50px 0px;
  padding-top: 90px;
}

.overview {
  background: #efebe4;
}

.heading1 {
  color: #414142;
  text-align: center;
  font-family: Futura;
  font-size: 2.7vw;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 20px;
}

.overview-para {
  color: #000;
  font-family: Futura;
  font-style: normal;
  font-weight: 500;
  display: block;
  margin: 0px auto;
  text-align: center;
  font-size: 0.833vw;
  width: 55vw !important;
  line-height: 30px;
  margin-bottom: 10px;
}

.anime-btm {
  width: auto;
  height: auto;
  /* border-radius: 30em; */
  font-size: 15px;
  font-family: Futura;
  border: none;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.anime-btm::before {
  content: "";
  width: 0;
  height: 3em;
  /* border-radius: 30em; */
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(to right, #000000 0%, #000 100%);
  transition: 0.5s ease;
  display: block;
  z-index: -1;
}

.anime-btm:hover::before {
  width: 9em;
}

.borderr-btn {
  width: 15vw !important;
  display: block;
  margin: 0px auto;
  margin-top: 25px !important;
  border: none;
  background: #000;
  color: #fff;
  padding: 8px;
  font-size: 1.2vw;
  outline: 1px solid #000 !important;
  outline-offset: 6px;
}

.knw-more {
  width: 13vw !important;
}

.project-specs img {
  display: block;
  margin: 0px auto;
  margin-bottom: 15px;
}

.project-specs p {
  text-align: center;
  font-size: 0.938vw;
}

.config-heading h3 {
}

.config-heading h3 {
  position: relative;
  display: inline-block;
  color: #b2834f;
  font-size: 1.7vw;
  text-transform: uppercase;
}

.config-heading h3::before {
  content: "";
  position: absolute;
  left: -55px;
  top: 50%;
  width: 40px;
  height: 1.5px;
  background-color: #b2834f;
  transform: translateY(-50%);
}

.conff-carousel .item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.overview h3 {
  color: #c1ad9b;
  font-family: Futura;
  font-size: 20px;
}

.main-wrap {
  margin-left: -15%;
}

.heading h4 {
  font-size: 30px;
  font-family: Futura;
  background: linear-gradient(129deg, #cfa047 5.37%, #e5cb7c 88.14%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10%;
  position: relative;
  z-index: 3;
  font-weight: 600;
}

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

.overview h2 {
  color: #4a3c39;
  font-size: 40px;
  font-family: Futura;
}

.overview p {
  width: 36vw;
  color: #000;
  font-family: Futura;
  font-size: 1.4vw;
  line-height: 27px;
}

.bro-cs {
  border-radius: 5px;
  background: #0d393a;
  color: #efebe4;
  font-family: Futura;
  font-size: 1.085vw;
  padding: 5px 28px;
  color: #fff;
}

.speccss {
  border-bottom: 2px solid rgba(57, 56, 57, 0.2);
}

.configuration {
  background: #efebe4;
}

.walktr {
  background: #efebe4;
}

.exts {
  margin-bottom: 2% !important;
}

.video-t {
  height: 550px;
}

.sliderr {
  position: relative;
  width: 100%;
  height: 100%;
}

.sliderr:after {
  top: -3.7vw;
}

.sliderr:after {
  content: "";
  display: block;
  background: #efebe4;
  width: 100%;
  height: 100px;
  position: absolute;
  border-radius: 50%;
  left: 0;
  z-index: 1;
  /* display: none; */
  top: -58px;
}

/* .sliderr {
  width: 100vw;
  overflow: hidden;
  position: relative;
  --v-offset: 60px;
  --curve-height: 120px;
  width: 100%;
  height: 100%;
}

.sliderr:after {
  content: "";
  display: block;
  background: white;
  width: calc(100vw + -2.4 * var(--v-offset));
  height: var(--curve-height);
  position: absolute;
  border-radius: 50%;
  left: calc(-1 * var(--v-offset));
  right: calc(-1 * var(--v-offset));
}
.sliderr:before {
  top: calc(-0.6 * var(--curve-height));
}
.sliderr:after {
  top: calc(-0.5 * var(--curve-height));
} */

.wrapper {
  display: grid;
  grid-template-rows: 300px;
  grid-auto-flow: column;
  grid-gap: 24px;
  overflow: auto;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.wrapper img {
  scroll-snap-align: center;
}

.heading h3 {
  font-family: Futura;
  font-size: 24px;
  color: #0d393a;
  margin-bottom: 22px;
  position: relative;
}

.heading h2 {
  color: #fff;
  font-family: Futura;
  font-size: 30px;
  margin-bottom: 30px;
}

.heading p {
  color: #fff;
  margin-bottom: 23px;
}

.box2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #4a3c39;
  padding: 20px 27px;
  margin: 30px auto;
}

.loc-head h2 {
  margin-bottom: 20px !important;
}

.img4 img {
  width: 100%;
}

.know {
  width: 50px;
}

.con-1 h3 {
  color: #fff;
  font-family: Futura;
  font-size: 25px;
}

.con-1 p {
  color: #c1ad9b;
  font-family: Futura;
  font-size: 18px;
  margin: 0;
}

.amenities {
  background-image: url(../images/ame-bg.png);
  background-position: left;
  background-size: 30% 100%;
  background-repeat: no-repeat;
}

.ame-heading {
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-us {
  background-image: url(../images/get-touch-back.jpg);
  background-position: center center;
  background-size: cover;
  background-attachment: scroll;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
}

.border-bottom {
  border-width: 0 0 2px 0;
  border-color: #000;
  /* You can customize the border color */
  border-radius: 0;
}

.submit-btn {
  /* background: #b2834f; */
  color: #fff;
  font-family: Futura;
  font-size: 15px;
  padding: 8px 27px;
  display: block;
  margin: 0px auto;
  width: 135px;
  background: #000;
}

.form-control {
  background-color: #fff !important;
  border: 1px solid #fff !important;
  color: #000 !important;
  border-radius: 0 !important;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: none !important;
}

.contact-us h3 {
  text-align: center;
  margin-bottom: 30px;
  color: #fff;
  font-size: 1.5vw;
}

.error {
  color: red;
}

.formcls {
  border-bottom: 2px solid #e3af5a;
  padding: 70px 138px;
  background: #222;
}

.formcls h3 {
  color: #fff;
  text-align: center;
  font-family: Futura;
  font-size: 45px;
  margin-bottom: 30px;
}

/*----------------------- */

.footerw1 {
  padding: 30px 0px;
  background: #000;
  position: relative;
}

.qrimg {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-top: 25px;
}

.qrimg img {
  width: 100px;
}

.mahrare {
  margin-top: 20px;
}

.mahrare p {
  text-align: center;
  font-family: Futura;
  color: #fff;
  font-size: 1vw;
}

.disclaimer p {
  font-size: 1vw;
  text-align: center;
  color: #fff;
}

.footerlogo img {
  display: block;
  margin: 0px auto;
  width: 163px;
}

.line1 {
  background: #edd996;
  height: 2px;
  width: 33% !important;
  margin-left: -1%;
}

.carousel {
  /* position: relative;
  margin-top: 4%; */
}

.left-content {
  margin: 10% auto;
}

.social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 13px;
  margin-bottom: 24px;
}

.terms {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.maharera p {
  text-align: center;
  color: #fff;
  width: 64%;
  display: block;
  margin: 22px auto;
}

.terms {
  color: #fff;
}

.flex-about {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding: 0px 15px 0px 15px;
  gap: 5px;
}

.pd0 {
  padding: 0px;
}

.modal-dialog {
  /* height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-x: hidden;
  overflow-y: hidden !important;
  margin-top: 0; */
}

/*---------------gallery----------------------*/

.amenities-gallery .actual {
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 12px;
  padding: 0px 10px 2px 10px;
  z-index: 99;
}

.overlayg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: 99;
}

.overlayg.transparent {
  background: rgba(0, 0, 0, 0);
}

.overlayg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* border: 2px dashed #383838; */
  transform: scale(0.975);
  z-index: 99;
}

.overlayg.whiteborder::before {
  /* border: 2px dashed #fff; */
}

.amenities-gallery {
  position: relative;
  width: 100%;
  overflow: hidden;
  transition: all 0.5s;
  margin-bottom: 10px;
  /* box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5); */
  cursor: pointer;
}

.amenities-gallery img {
  width: 100% !important;
  display: block !important;
  /* height: 400px; */
  transition: all 0.5s;
  cursor: pointer;
}

#Amenities .amenities-gallery img {
  width: 100% !important;
  display: block !important;
  height: 300px;
  transition: all 0.5s;
}

.ami-overlay {
  width: 100%;
  height: 100%;
  background: rgba(254, 206, 123, 0.3);
  position: absolute;
  top: 0;
  transform: translate(-101%, 0);
  transition: all 1s;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
}

.amenities-gallery img {
  transition: transform 0.5s !important;
  -webkit-transition: transform 0.5s !important;
  -moz-transition: transform 0.5s !important;
  -ms-transition: transform 0.5s !important;
  -o-transition: transform 0.5s !important;
}

.amenities-gallery:hover img {
  transform: scale(1.19) !important;
  -webkit-transform: scale(1.19) !important;
  -moz-transform: scale(1.19) !important;
  -ms-transform: scale(1.19) !important;
  -o-transform: scale(1.19) !important;
}

.amenities-gallery:hover .ami-overlay {
  transform: translate(0%, 0);
  transition: all 0.5s;
  cursor: url(../images/hovericon.webp), auto !important;
}

.amenities-gallery .ami-overlay h3 {
  color: #fff;
  font-size: 15px;
  text-align: center;
  line-height: 18px;
}

/*---Gallery Optional--*/

.gall-txt {
  text-align: center;
  margin-bottom: 0;
  color: #fff;
  font-family: Futura;
  font-size: 20px;
  letter-spacing: 1px;
}

.gall-patch {
  color: #fff;
  position: absolute;
  bottom: 0px;
  right: 0;
  background: #333;
  font-size: 14px;
  padding: 0 10px;
}

.amenities-gallery.gall-fiximg img {
  height: 280px;
  object-fit: cover;
}

.overimage img {
  width: 90%;
}

.flex-1 {
  flex: 1 1 0;
}

.flex-none {
  flex: none;
}

/*-------End Of Gallery ------------*/

.nav {
  margin-bottom: 30px !important;
}

.owl-carousel {
  position: relative;
}

.ameni-carousel .owl-nav {
  position: absolute;
  top: -31%;
  right: 13%;
}

/* .owl-theme .owl-nav [class*="owl-"] {
  color: #fff !important;
  font-size: 14px !important;
  margin: 4px !important;
  border: 1px solid #fff !important;
  padding: 10px !important;
  background: #0a3334 !important;
  display: inline-block !important;
  cursor: pointer !important;
  border-radius: 50% !important;
} */

.over-img img {
  width: 100%;
}

.navbar-toggler-icon {
  filter: invert(88%) sepia(43%) saturate(3771%) hue-rotate(322deg)
    brightness(109%) contrast(78%);
  -webkit-filter: invert(88%) sepia(43%) saturate(3771%) hue-rotate(322deg);
}

.justify-ext {
  justify-content: end;
}

#About-us {
  position: relative;
}

.over-content {
  margin-top: 30px;
}

.side-img {
  position: absolute;
  right: 0;
  bottom: 0;
}

.side-img img {
  width: 350px;
}

.enq-btn {
  position: fixed !important;
  right: 20px;
  bottom: 20px;
  z-index: 999;
  /* width: 113px; */
  font-size: 1.25vw !important;
  background: #3e3e3e !important;
  color: #fff !important;
  border: 0px solid #fff !important;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5),
    7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  outline: none;
  font-family: Futura;
}

.enq-btn-2 {
  position: fixed !important;
  left: 20px;
  bottom: 20px;
  z-index: 999;
  font-size: 1.25vw !important;
  background: #3e3e3e !important;
  color: #fff !important;
  border: 0px solid #fff !important;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5),
    7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  outline: none;
  font-family: Futura;
}

#float-form .form-control,
#bro-form .form-control {
  background: none !important;
  color: #000 !important;
  font-family: Futura;
}

#float-form .form-group,
#bro-form .form-group {
  height: 43px;
  margin-bottom: 30px;
}

.banner-enquire img {
  margin-left: 10px;
}

.btn-1 {
  background: #3e3e3e;
  border: none;
  color: #fff;
  font-family: Futura;
  padding: 14px 30px;
  position: relative;
  cursor: pointer;
  margin: 1rem;
  display: block;
  margin: 0px auto;
}

.modal-content {
  outline: 2px solid #fff !important;
  outline-offset: 5px !important;
}

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

.btn-animation {
  border: 2px solid #3e3e3e;
  outline: 2px solid #fff;
  transition: outline-offset 200ms ease;
}

.btn-animation:hover {
  outline: 2px solid #fff;
  outline-offset: -6px;
}

.modal-header {
  background: #4a3c39;
  color: #fff;
}

.formcls .form-control {
  height: 40px;
  /* margin-bottom: 30px; */
}

.price-click {
  cursor: pointer;
}

a:hover {
  color: #fff !important;
}

.msgicon {
  height: 100px;
  width: 100px;
  border: 4px solid #fff;
  font-size: 39px;
  background: #080808;
  color: #fff;
  border-radius: 50%;
  padding: 20px;
  text-align: center;
  margin: 0px auto;
  display: block;
}

.oops {
  /*color: #fff;*/
  text-align: center;
  font-size: 50px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.oops-subtitle {
  /*color: #fff;*/
  font-size: 18px;
}

.go-home {
  color: #8d817e;
  background: #fff;
  font-size: 17px;
  padding: 10px;
  width: 225px;
  margin: 0px auto;
  margin-top: 30px;
  border-radius: 5px;
  transition: ease 0.5s;
}

.go-home:hover {
  transition: ease 0.5s;
  color: #fff;
  background: #080808;
  border-radius: 25px;
}

.oops-greet {
  color: #8d817e;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 15px;
}

.contact-form .input-box {
  position: relative;
  width: 100%;
  margin-top: 10px;
}

.contact-form .input-box input,
.contact-form .input-box textarea {
  width: 100%;
  padding: 5px 0;
  font-size: 16px;
  margin: 10px 0;
  border: none;
  border-bottom: 2px solid #333;
  outline: none;
  resize: none;
}

#contact-form .form-group {
  height: 40px;
  margin-bottom: 7%;
}

.btn-5 {
  line-height: 42px;
  padding: 0;
  border: none;
  background: rgb(255, 27, 0);
  background: linear-gradient(
    0deg,
    rgba(255, 27, 0, 1) 0%,
    rgba(251, 75, 2, 1) 100%
  );
}

.btn-5:hover {
  color: #f0094a;
  background: transparent;
  box-shadow: none;
}

.btn-5:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 2px;
  width: 0;
  background: #fff;
  box-shadow: -1px -1px 5px 0px #fff, 7px 7px 20px 0px #0003,
    4px 4px 5px 0px #0002;
  transition: 400ms ease all;
}

.btn-5:after {
  content: "";
  position: absolute;
  bottom: 0 !important;
  left: 0 !important;
  height: 2px;
  width: 0;
  background: #fff;
  box-shadow: -1px -1px 5px 0px #fff, 7px 7px 20px 0px #0003,
    4px 4px 5px 0px #0002;
  transition: 400ms ease all;
}

/* .btn-5:after {
  right: inherit;
  top: inherit;
  left: 0;
  bottom: 0;
} */

.btn-5:hover:before,
.btn-5:hover:after {
  width: 100%;
  transition: 800ms ease all;
}

.fixed-footer-cust {
  background: #000;
  text-align: center;
  padding: 10px 0px 10px 0px;
  width: 100%;
  position: fixed;
  bottom: 0px;
  height: 50px;
  z-index: 99;
  border-top: 1px solid #fff;
}

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

.modal-title {
  font-family: Futura;
  text-align: center;
  padding: 10px;
  background: #3e3e3e;
  color: #fff;
}

.btn-close {
  position: absolute;
  right: 25px;
  top: 25px;
}

.fix-link {
  color: #fff !important;
  font-size: 12px !important;
  padding: 3px !important;
  /* font-family: Futura; */
  /* font-weight: 600; */
  text-transform: uppercase !important;
}

.small-circle {
  position: relative;
  width: 50px;
  /* Adjust as needed */
  height: 50px;
  /* Adjust as needed */
  border-radius: 50%;
  background-color: #c1ad9b;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.know-more {
  transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-size: 11px;
  padding: 10px;
  text-align: center;
  color: #fff;
  background: #c1ad9b;
}

.carousel {
  position: relative;
  margin-top: 54px;
}

.arrow-image {
  display: none;
}

.small-circle:hover .know-more {
  opacity: 0;
  position: absolute;
}

.small-circle:hover .arrow-image {
  display: block;
  transform: rotate(138deg);
  filter: invert(1) brightness(100);
}

.ameni-carousel {
  /* margin-left: 146px; */
}

/* Add additional styles for your PNG arrow image as needed */

.f-icon {
  height: 14px;
  width: 14px;
  padding-top: 4px;
  position: relative;
}

.blured {
  filter: blur(8px);
  -webkit-filter: blur(8px);
}

.qr-img img {
  width: 120px !important;
  display: block !important;
  margin: 25px auto !important;
  margin-bottom: 0px !important;
}

.box1 {
  border-radius: 5px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(8.199999809265137px);
  padding: 30px;
  margin: 0px 5px 40px 10px;
}

.box1 img {
  display: block !important;
  margin: 15px auto;
  width: 50px !important;
}

.ame2 {
  background: #efebe4;
}

.box4 img {
  width: 100px !important;
  display: block;
  margin: 20px auto !important;
  stroke-width: 1.2px;
  border: 1px solid #d3a54b;
  padding: 22px;
  height: 100px;
  border-radius: 50%;
}

.box4 p {
  text-align: center;
}

.specs-carousel .owl-nav {
  /* display: flex;
  justify-content: space-between; */
}

.box1 p {
  color: #efebe4;
  text-align: center;
  font-family: Futura;
  font-size: 22px;
}

.box1 {
  position: relative;
  z-index: 1;
}

.box1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  backdrop-filter: blur(10px);
  z-index: -1;
}

.green {
  background: linear-gradient(
      180deg,
      rgba(12, 53, 54, 0) 0%,
      rgba(12, 53, 54, 0.6) 100%
    ),
    linear-gradient(159deg, #174c4d 0%, #3e3e3e 100.4%);
}

.conff-carousel2 {
  max-width: 100%;
  /* margin-left: 6%; */
}

.conff-carousel2 .owl-nav {
  display: flex;
  justify-content: center;
}

.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 8px !important;
  margin: 5px;
  padding: 8px 10px !important;
  display: block;
  cursor: pointer;
  border-radius: 3px;
  border-radius: 1px;
  background: #f8f5f1 !important;
}

.gallheading h3 {
  color: #b2834f;
  font-family: Futura;
  font-size: 1.7vw;
  font-style: normal;
  text-align: center;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.underline2 {
  width: 27px;
  background: #b2834f;
  height: 1px;
  display: block;
  margin: 0px auto;
  margin-bottom: 15px;
}

.subheading {
  color: #414142;
  font-family: Futura;
  font-size: 2.7vw;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.img-offcanvas {
  max-width: 100px;
}

/* Ensure hamburger is aligned properly */
.navbar-toggler {
  margin-left: auto;
}

.loc-heading h3 {
  color: #000;
  font-family: Futura;
  font-size: 2vw;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 3.6px;
  text-transform: capitalize;
  text-align: left;
  margin-bottom: 20px;
}

.loc-heading p {
  color: #000;
  font-family: Futura;
  font-size: 0.8vw;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  text-align: left;
}

.accordion-body {
  background: #efebe4;
}

.gap1 {
  gap: 40px;
}

.mxwidth {
  max-width: 100%;
  margin-left: 6%;
  margin-bottom: 40px;
}

/* ====================================================================================== */

.gallery-carousel .owl-item .item {
  transform: translate3d(0, 0, 0);
  margin: 0px auto;
}

.gallery-carousel .owl-item .item .amenities-gallery {
  transition: 0.3s;
  transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.gallery-carousel .owl-item.center .item .amenities-gallery {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.aboutpara {
  color: #000;
  text-align: center;
  font-family: Futura;
  font-size: 0.833vw;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  text-transform: capitalize;
  width: 70vw !important;
  display: block;
  margin: 0px auto;
}

.accordion-button:not(.collapsed) {
  color: #3e3e3e !important;
  background-color: #efebe4 !important;
  box-shadow: none !important;
  font-weight: 600;
}

.accordion {
  --bs-accordion-border-color: none !important;
  --bs-accordion-btn-icon-transform: rotate(0deg) !important;
}

.accordion-button:not(.collapsed)::after {
  /* background-image: url(../images/up.svg) !important; */
  transform: var(--bs-accordion-btn-icon-transform);
  background: #000 !important;
  width: 15px;
  height: 2px;
}

.accordion-button::after {
  background-image: url(../images/plus-icon.svg) !important;
  transform: rotate(180deg);
}

.accordion-button img {
  position: absolute;
  left: 0%;
}

.accordion-button:focus {
  z-index: 3;
  border-color: none;
  outline: 0;
  box-shadow: none !important;
}

.accordion-button {
  font-size: 1vw !important;
  padding-left: 2% !important;
  border-bottom: 1px solid !important;
  padding: 15px 0px !important;
}

.accordion-body p {
  color: #000;
  margin-bottom: 15px;
  font-family: Futura;
  font-size: 0.8vw;
  font-style: normal;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: 0.15px;
  text-transform: capitalize;
}

.accordion-body {
  position: relative;
  padding: 10px 20px !important;
}

.accordion-body span {
  position: absolute;
  right: 22px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: #3e3e3e !important;
  text-align: left;
  background-color: #efebe4 !important;
  border: 0;
  font-weight: 400 !important;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}

.accordion-item {
  position: relative;
}

.accordion-item img {
  position: absolute;
  left: 5px;
  width: 17px;
}

.bann-caption1 {
  position: absolute;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  text-align: center;
}

.loc-img img {
  height: 550px;
  -o-object-fit: cover;
  object-fit: cover;
}

.text-wrapp {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 74.5vh;
  background: url(../images/conf-bg-white.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.text-wrapp h3 {
  color: #b2834f;
  font-family: Futura;
  font-size: 3vw;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 20px;
}

.bg-wrap-conf {
  background-image: url(../images/conf-bg-white.png);
  background-position: bottom;
  position: relative;
}

.text-wrapp p {
  color: #000;
  text-align: center;
  font-family: Futura;
  font-size: 1.5vw;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.confi .owl-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#slider-1 .owl-nav {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.bg-wrap-conf {
  background-image: url(../images/conf-bg-white.png);
  background-position: center;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
}

#slider-2 .owl-nav {
  display: none;
}

/* .confi .owl-nav .owl-prev {
  width: 50%;
  margin-left: 0;
  text-align: left;
}

.confi .owl-nav .owl-next {
  width: 50%;
  text-align: right;
} */

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.img-offcanvas {
  width: 150px;
}

.offcanvas .nav-link {
  font-family: Futura !important;
  color: #fff !important;
  font-size: 20px;
  font-weight: 400;
  margin: 25px auto;
}

.bgclre {
  background: #3e3e3e;
}

.offcanvas .nav-link:hover {
  color: #fff !important;
}

.offcanvas .nav-link:hover {
  color: #fff !important;
}

.offcanvas {
  background: #000 !important;
}

.offcanvas::before {
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.5;
  content: "";
  width: 100%;
  height: 100%;
}

.offcanvas > * {
  z-index: 9;
}

.offcanvas .img-offcanvas {
  width: 50%;
  display: block;
  margin: 5px;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.img-offcanvas {
  width: 150px;
}

.navbar-light .navbar-toggler {
  margin-left: auto;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none !important;
}

.clr-mbl {
  background: #000;
}

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

.form-flex {
  display: flex;
  justify-content: center;
  /* align-items: center; */
  gap: 25px;
}

.box {
  background: linear-gradient(to right, #3e3e3e 0%, #3e3e3e 100%);
  position: relative;
  overflow: hidden;
}

.box:before,
.box:after,
.box .box-content:before,
.box .box-content:after {
  content: "";
  background: #fff;
  width: 0;
  height: 4px;
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 1;
  transition: all 600ms ease;
}

.box:after {
  top: auto;
  bottom: 30px;
  left: auto;
  right: 30px;
}

.box .box-content:before,
.box .box-content:after {
  width: 4px;
  height: 0;
}

.box .box-content:after {
  left: auto;
  right: 30px;
  top: auto;
  bottom: 30px;
}

.box:hover:before,
.box:hover:after {
  width: calc(100% - 60px);
}

.box:hover .box-content:before,
.box:hover .box-content:after {
  height: calc(100% - 60px);
}

.box img {
  width: 100%;
  height: auto;
  transform: scale3d(1.1, 1.1, 1);
  transition: all 0.25s linear;
  height: 352px;
  object-fit: cover;
}

.box:hover img {
  opacity: 0.25;
  transform: scale(1.25);
}

.box .inner-content {
  color: #fff;
  text-align: center;
  width: 70%;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 70%;
  left: 50%;
  transition: all 600ms ease;
}

.box:hover .inner-content {
  opacity: 1;
  top: 50%;
}

.box .title {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 3px;
}

.box .post {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin: 0 0 12px;
  display: block;
}

.box .icon {
  padding: 0;
  margin: 0;
  list-style: none;
}

.box .icon li {
  display: inline-block;
  margin: 0 4px;
}

.box .icon li a {
  color: #fff;
  font-size: 18px;
  line-height: 32px;
  height: 35px;
  width: 35px;
  border: 2px solid #fff;
  border-radius: 10px 0 10px 0;
  display: block;
  transition: all 0.3s;
}

/*--------------project configuration----------------------*/

#sync1 .item {
  color: #fff;
  text-align: center;
}

#sync2 .item {
  background: #c9c9c9;
  padding: 10px 0px;
  margin: 5px;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
  z-index: 9999;
}

#sync2 .item h1 {
  font-size: 18px;
  margin-bottom: 0;
}

#sync2 .current .item {
  background: #e1c499;
}

#sync1 .owl-theme .owl-nav {
  display: none;
}

#sync2-wrapper {
  position: relative;
}

.custom-nav2 {
  text-align: center;
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  bottom: 7px;
  z-index: 1;
}

.custom-nav2 .owl-prev {
  background: #fff;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
  padding: 8px 10px !important;
  margin-left: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.custom-nav2 .owl-next {
  background: #fff;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
  padding: 8px 10px !important;
  margin-right: 10px;
  position: absolute;
  right: 0;
  bottom: 0px;
}

.custom-nav2 .owl-prev:hover,
.custom-nav2 .owl-next:hover {
  background: #fff;
}

/*-----end -------*/

.box .icon li a:hover {
  color: #3e3e3e;
  background: #fff;
  border-radius: 0 10px 0 10px;
}

@media only screen and (max-width: 990px) {
  .box {
    margin: 0 0 30px;
  }
}

@media (min-width: 992px) {
  #header {
    display: block;
  }

  .offcanvas {
    display: none;
  }
}

@media (max-width: 991px) {
  #header {
    display: none;
  }

  .navbar-light {
    display: block;
  }

  .offcanvas {
    display: block;
  }

  #home {
    /* height: 100vh; */
    text-align: center;
  }

  #home .animated {
    animation: none;
  }

  #home .hero-img {
    text-align: center;
  }

  #home .hero-img img {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .navbar-light .navbar-toggler {
    margin-left: auto;
  }

  .carousel {
    position: relative;
    margin-top: 50px;
  }

  .submit-btn {
    background: #b2834f;
    color: #fff;
    font-family: Futura;
    font-size: 17px;
    padding: 8px;
    display: block;
    margin: 0px auto;
    width: 144px;
  }

  #slider-1 .owl-nav {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }

  .borderr-btn {
    width: 22vw !important;
    display: block;
    margin: 0px auto;
    margin-top: 25px !important;
    border: none;
    background: #000;
    color: #fff;
    padding: 8px;
    font-size: 1.4vw;
    outline: 1px solid #000 !important;
    outline-offset: 6px;
  }

  .bg-wrap-conf {
    background-image: url(/images/conf-bg-white.png);
    background-position: bottom;
    position: relative;
  }

  #slider-2 .owl-nav {
    display: none;
  }

  .padding1 {
    padding: 30px 0px;
  }

  .text-wrapp {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 69.5vh;
  }

  #home h1 {
    font-size: 28px;
    line-height: 36px;
  }

  .aboutpara {
    color: #000;
    text-align: center;
    font-family: Futura;
    font-size: 1.433vw;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    text-transform: capitalize;
    width: 100% !important;
    display: block;
    margin: 0px auto;
  }

  .aboutpara {
    font-size: 1.3vw;
  }

  .gallheading h3 {
    font-size: 2.042vw;
  }

  #home h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  #home .hero-img img {
    width: 70%;
  }

  .ami-overlay-4 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    opacity: 1;
    transition: opacity 0.3s ease, transform 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
    color: #fff;
  }

  .line1 {
    background: #edd996;
    height: 2px;
    width: 100% !important;
    margin-left: -1%;
  }

  .navbar-brand img {
    width: 100px;
  }

  .bro-cs {
    border-radius: 5px;
    background: #0d393a;
    color: #efebe4;
    font-family: Futura;
    font-size: 4.085vw;
    padding: 5px 28px;
    color: #fff;
    display: block;
    margin: 0px auto;
  }

  .nav-tabs .nav-item.show .nav-link,
  .nav-tabs .nav-link.active {
    color: #50847a !important;
    border-top: 0;
    border-left: 0;
    font-family: Futura;
    font-size: 6.563vw;
    border-right: 0;
    background-color: #efebe4 !important;
  }

  .nav-tabs .nav-link {
    border-bottom: none !important;
    font-family: Futura;
    font-size: 6.563vw;
  }

  .icon-content p {
    margin: 0%;
    font-size: 6.238vw;
    font-family: Futura;
  }

  .text-endf {
    text-align: center;
  }

  .flex-d {
    display: flex;
    justify-content: center;
    gap: 10px;
    top: 5%;
  }

  .overimage img {
    width: 100%;
    margin-bottom: 20px;
  }

  .left-img img {
    width: 144px;
    margin: 10px auto;
    display: block;
  }

  .dflecc {
    display: flex;
    justify-content: center;
  }

  .dflec {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
  }

  .dflex-4 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .dflex {
    display: flex;
    justify-content: center;
    gap: 19px;
    flex-direction: row;
  }

  .main-wrap {
    margin-left: 0;
  }

  .overview p {
    width: 100%;
    text-align: justify;
    font-size: 5vw;
  }

  .heading h4 {
    margin-bottom: 6%;
    font-size: 25px;
  }

  .navbar-nav .nav-link {
    color: #000;
    font-family: Futura;
    font-size: 4.029vw;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1px;
  }

  .about-us p {
    color: rgba(255, 255, 255, 0.2);
    text-align: center;
    display: block;
    margin: 0px auto;
    width: 100%;
    font-size: 17px;
  }

  .accordion-button {
    padding-left: 2% !important;
    font-size: 13px !important;
  }

  .accordion-item img {
    position: absolute;
    left: 0%;
    z-index: 99;
    width: 15px;
  }

  .loc-heading p {
    color: #000;
    font-family: Futura;
    font-size: 1.5vw;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    text-align: left;
  }

  .aboutpara {
    color: #000;
    text-align: center;
    font-family: Futura;
    font-size: 1.5vw;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    text-transform: capitalize;
    width: 100% !important;
    display: block;
    margin: 0px auto;
  }

  .gallheading h3 {
    color: #b2834f;
    font-family: Futura;
    font-size: 2.042vw;
    font-style: normal;
    text-align: center;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
  }

  .enq-btn-2 {
    position: fixed !important;
    left: 20px;
    bottom: 20px;
    z-index: 999;
    font-size: 2.25vw !important;
    background: #3e3e3e !important;
    color: #fff !important;
    border: 0px solid #fff !important;
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5),
      7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
    outline: none;
    font-family: Futura;
  }

  .enq-btn {
    position: fixed !important;
    right: 20px;
    bottom: 20px;
    z-index: 999;
    /* width: 113px; */
    font-size: 2.25vw !important;
    background: #3e3e3e !important;
    color: #fff !important;
    border: 0px solid #fff !important;
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5),
      7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
    outline: none;
    font-family: Futura;
  }

  .config-heading h3 {
    position: relative;
    display: inline-block;
    color: #b2834f;
    font-size: 2.042vw;
    text-transform: uppercase;
  }

  .overview-para {
    color: #000;
    font-family: Futura;
    font-style: normal;
    font-weight: 500;
    display: block;
    margin: 0px auto;
    text-align: center;
    font-size: 1.8vw;
    width: 100% !important;
    line-height: 30px;
    margin-bottom: 10px;
  }

  .project-specs p {
    text-align: center;
    font-size: 1.5vw;
  }

  .heading1 {
    color: #414142;
    text-align: center;
    font-family: Futura;
    font-size: 3.78vw;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 20px;
  }

  .gap1 {
    gap: 10px;
  }

  .accordion-body p {
    color: #000;
    margin-bottom: 15px;
    font-family: Futura;
    font-size: 1.5vw;
    font-style: normal;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: 0.15px;
    text-transform: capitalize;
  }

  .ame_wrap .ame_img_wrap {
    width: 35vw;
    height: 35vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #222;
    border-radius: 50%;
    margin: 0px auto;
  }

  .ame_wrap .ame_txt .ame {
    text-align: center;
    margin-bottom: 0;
    margin-top: 3.7vw;
    font-size: 5vw;
  }

  .video-t {
    height: 100%;
  }

  .sliderr:after {
    content: "";
    display: block;
    background: white;
    width: 100%;
    height: 100px;
    position: absolute;
    border-radius: 50%;
    left: 0;
    z-index: 1;
    display: none;
  }

  .specs-carousel .owl-nav {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .specs-carousel .owl-nav .owl-prev {
    position: relative;
    left: 0;
    top: 0;
  }

  .specs-carousel .owl-nav .owl-next {
    position: relative;
    right: 0;
    top: 0;
  }

  .amee-carousel .owl-nav .owl-prev {
    position: relative;
    left: 0;
    top: 0;
  }

  .amee-carousel .owl-nav .owl-next {
    position: relative;
    right: 0;
    top: 0;
  }

  .amee-carousel .owl-nav {
    display: flex;
    justify-content: center;
  }

  .ameni-carousel2 .owl-nav {
    display: flex;
    justify-content: center;
  }

  .loc-img img {
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  #configuration .conf-text {
    font-size: 8px !important;
  }

  footer .qr-text p {
    font-size: 2vw !important;
  }

  .amenities-gallery .gallery-text {
    font-size: 8px !important;
  }

  .amenities-gallery .gallery-heading {
    font-size: 8px !important;
  }

  .box .inner-content-second {
    font-size: 8px !important;
  }

  .box img {
    height: auto !important;
    object-fit: cover;
  }

  .navbar-toggler {
    position: absolute;
    right: 8px;
    top: 8px;
  }

  .right-img img {
    margin-bottom: 15px;
  }

  .form-flex {
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-direction: column;
  }

  .navbar-light {
    display: block;
  }

  .ml-2 {
    /* margin-left: 8px !important; */
  }

  .text-wrapp {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 25vh;
  }

  #slider-1 .owl-nav {
    display: none;
  }

  #slider-2 .owl-nav {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }

  .text-wrapp h3 {
    color: #b2834f;
    font-family: Futura;
    font-size: 5.573vw;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 20px;
  }

  .text-wrapp p {
    color: #000;
    text-align: left;
    font-family: Futura;
    font-size: 3.667vw;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 5px;
  }

  .bg-wrap-conf {
    background-image: url(/images/conf-bg-white.png);
    background-position: bottom;
    position: relative;
  }

  .padding1 {
    padding: 30px 0px;
    padding-top: 70px;
  }

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

  .aboutpara {
    font-size: 14px;
  }

  .bann-caption1 {
    position: absolute;
    left: 0% !important;
    transform: none !important;
    text-align: center;
    padding: 15px;
  }

  .caption h3 {
    font-size: 6.8vw;
    color: #fff;
    font-family: "Futura";
  }

  .accordion-body p {
    color: #000;
    margin-bottom: 15px;
    font-family: Futura;
    font-size: 4vw;
    font-style: normal;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: 0.15px;
    text-transform: capitalize;
    padding-right: 23%;
  }

  .heading1 {
    color: #414142;
    text-align: center;
    font-family: Futura;
    font-size: 4.78vw;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 20px;
  }

  .navbar > .container,
  .navbar > .container-fluid,
  .navbar > .container-lg,
  .navbar > .container-md,
  .navbar > .container-sm,
  .navbar > .container-xl,
  .navbar > .container-xxl {
    justify-content: left !important;
  }

  .navbar-nav .nav-link.active,
  .navbar-nav .show > .nav-link {
    color: #000 !important;
    font-family: Futura;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    text-align: center;
    line-height: normal;
    margin-top: 15px;
  }

  .conf-carousel .owl-nav {
    position: relative;
    top: 0;
    right: 0;
  }

  .ban-ext {
    margin-top: -13px !important;
  }

  #header {
    transition: all 0.5s;
    z-index: 999;
    padding: 0px;
    background: #3e3e3e;
  }

  #navbarSupportedContent {
    background: #fff;
    color: #000;
  }

  .nav-link {
    color: #000 !important;
  }

  #contact-form .form-group {
    height: 40px;
    margin-bottom: 2%;
  }

  .navbar-nav .nav-link {
    color: #000 !important;
    font-family: Futura;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
  }

  .flex-over {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding: 0px 15px 0px 15px;
    gap: 5px;
    margin-top: 36px;
  }

  .justify-ext {
    justify-content: center;
  }

  /* .owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    display: block !important;
    position: relative;
    width: 100%;
  } */
  .formcls {
    border-bottom: 2px solid #e3af5a;
    padding: 38px 29px;
    background: #222;
  }

  .contact-us h3 {
    font-size: 4.7vw;
    font-weight: 800;
  }

  .accordion-button {
    font-family: Futura;
    font-size: 14px !important;
    padding-left: 2% !important;
    border-bottom: 1px solid !important;
  }

  .accordion-button img {
    width: 27px;
  }

  .loc-heading h3 {
    font-size: 4.7vw;
    font-weight: 800;
  }

  .loc-heading p {
    font-size: 3.5vw;
    margin-bottom: 0;
  }

  .gallheading h3 {
    font-size: 4.7vw;
    font-weight: 800;
  }

  .subheading {
    font-size: 4.7vw;
  }

  .carousel {
    position: relative;
    /* margin-top: 10%; */
  }

  .loc32 {
    margin-top: 20px;
  }

  .con-41 {
    width: 100%;
  }

  .con-4 p {
    margin-bottom: 20px;
    width: 100%;
  }

  .navbar-toggler:focus {
    text-decoration: none;
    outline: none !important;
    box-shadow: none !important;
  }

  .maharera p {
    text-align: center;
    color: #fff;
    width: 100%;
    display: block;
    margin: 22px auto;
  }

  .descri1 p {
    text-align: center;
    margin: 30px auto;
    color: #fff;
    letter-spacing: 1px;
    height: 10px;
  }

  .banner-enquire {
    border-radius: 30px;
    border: 1px solid #fff;
    padding: 9px 29px;
    width: 56%;
    background: transparent;
    color: #fff;
    margin-top: 20px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    margin: 0px auto;
    display: block;
  }

  .carousel-caption {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    left: 0% !important;
    top: 0;
    width: 100%;
  }

  .carousel-caption h3 {
    text-align: center;
  }

  .disclaimer p {
    text-align: center;
    color: #fff;
    width: 100%;
    display: block;
    margin: 22px auto;
    font-size: 2vw;
  }

  .mahrare p {
    text-align: center;
    font-family: Futura;
    color: #fff;
    font-size: 2vw;
  }

  .footerw1 {
    padding: 30px 0px;
    background: #414141;
    position: relative;
    margin-bottom: 20px;
  }

  .terms {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }

  .overview h2 {
    color: #4a3c39;
    font-family: Futura;
    font-size: 21px;
  }

  .extim img {
    position: absolute;
    top: 8px;
    right: 66px;
  }

  .heading1 {
    color: #414142;
    text-align: center;
    font-family: Futura;
    font-size: 4.7vw;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 20px;
  }

  .overview-para {
    color: #000;
    font-family: Futura;
    font-style: normal;
    font-weight: 500;
    display: block;
    margin: 0px auto;
    text-align: center;
    font-size: 14px;
    width: 100% !important;
    line-height: 30px;
    margin-bottom: 10px;
    letter-spacing: 0px;
  }

  .borderr-btn {
    width: 43vw !important;
    display: block;
    margin: 0px auto;
    margin-top: 25px !important;
    border: none;
    background: #000;
    color: #fff;
    padding: 8px;
    font-size: 3.2vw;
    outline: 1px solid #000 !important;
    outline-offset: 6px;
  }

  .project-specs p {
    text-align: center;
    font-size: 3.938vw;
    height: 45px;
  }

  .config-heading h3 {
    position: relative;
    display: inline-block;
    color: #b2834f;
    font-size: 4.7vw;
    text-transform: uppercase;
    margin-left: 10%;
    font-weight: 800;
  }

  .conff-carousel2 {
    max-width: 100%;
    margin-left: 0;
  }

  .conff-carousel2 .owl-nav {
    display: flex;
    justify-content: center;
  }
}

@media (min-width: 576px) {
  .modal-dialog {
    /* max-width: 628px !important; */
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 575px) {
  #home .hero-img img {
    width: 80%;
  }

  #home .btn-get-started {
    font-size: 16px;
    padding: 10px 24px 11px 24px;
  }
}

.form-control {
  border: 1px solid #3e3e3e !important;
  border-radius: 5px !important;
}

.overlay-contact {
  background: #00000060;
  padding: 50px 0px;
}

.form-flex .form-item:not(:last-child) {
  flex-basis: 25%;
}

.box .inner-content-second {
  position: absolute;
  bottom: 0%;
  right: 0%;
  background-color: #000;
  color: #fff;
  font-size: 12px;
  padding: 5px;
  text-transform: uppercase;
}

.amenities-gallery .gallery-text {
  position: absolute;
  bottom: 0%;
  right: 0%;
  background-color: #000;
  color: #fff;
  font-size: 12px;
  padding: 5px;
  text-transform: uppercase;
}

.amenities-gallery .gallery-heading {
  position: absolute;
  bottom: 0%;
  left: 0%;
  background-color: #000;
  color: #fff;
  font-size: 12px;
  padding: 5px;
  text-transform: uppercase;
}

footer .qr-text p {
  font-size: 1vw;
}

#configuration .right-img {
  position: relative;
}

#configuration .conf-text {
  position: absolute;
  bottom: 0%;
  right: 0%;
  background-color: #000;
  color: #fff;
  font-size: 12px;
  padding: 5px;
  text-transform: uppercase;
}

/* Overview Css */

.photo-row-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 4rem;
  padding-top: 3rem;
  padding-bottom: 4rem;
  display: grid;
}

.photo-row-photo.first {
  z-index: 40;
  transform-origin: 25% 25%;
  transition: opacity 0.2s;
  transform: rotate(8deg);
}

.photo-row-photo {
  aspect-ratio: 322 / 403;
}

.photo-row-photo {
  flex: 1;
  position: relative;
}

.border-radius-2 {
  border-radius: 2px;
}

.image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.photo-row-border {
  border-bottom: 1px solid var(--champagne);
  border-left: 1px solid var(--champagne);
  border-radius: 2px;
  position: absolute;
  top: 2.5%;
  bottom: -0.5rem;
  left: -0.5rem;
  right: 2.5%;
}

.photo-row-border {
  border-bottom: 1px solid var(--champagne);
  border-left: 1px solid var(--champagne);
  border-radius: 2px;
  position: absolute;
  top: 2.5%;
  bottom: -0.5rem;
  left: -0.5rem;
  right: 2.5%;
}

.photo-row-photo.second {
  z-index: 30;
  transform-origin: 25% 25%;
  transform: rotate(-8deg) translate(-7%, 14%);
}

.photo-row-photo.third {
  z-index: 20;
  transform-origin: 75% 75%;
  transform: rotate(6deg) translate(-3.5%, -8%);
}

.photo-row-photo.fourth {
  z-index: 10;
  transform-origin: 75% 75%;
  transform: rotate(8deg) translateY(0%) translateX(-3%);
}

header .nav-button {
  background: #3e3e3e;
  color: #fff;
  position: absolute;
  right: 4%;
  font-size: 18px;
  top: 23%;
  /* background: #000; */
  border-radius: 0px;
}

@media (max-width: 767px) {
  .photo-row-grid {
    grid-template-columns: 1fr 1fr !important;
    width: 75%;
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1.5rem !important;
  }

  .photo-row-photo.second {
    transform: rotate(-8deg) translate(-2%, 6%) !important;
  }

  .image-cover {
    object-fit: cover;
    max-width: none;
  }

  .photo-row-photo.third {
    transform: rotate(-9.66deg) translate(-5%, 5%) !important;
  }

  .photo-row-photo.fourth {
    transform: rotate(11.24deg) translate(12%, 5%) !important;
  }
}

/* ---------------checkbox css starts--------------- */
form .whatsapp-content {
  display: flex;
  justify-content: start;
  align-items: baseline;
  flex-direction: row;
  color: #333;
  /* flex-wrap: wrap; */
}

form .whatsapp-content p {
  margin-bottom: 0;
  margin-left: 10px;
  color: #333;
  font-weight: lighter;
}

/* ---------------checkbox css ends--------------- */
