@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap");

/* @import url("/fonts/kaftan-trial.otf"); */
/* @import url("/fonts/Satoshi-Regular.otf"); */

/* style.css */
/* @font-face {
  font-family: 'Kaftan';
  src: url('/fonts/kaftan-trial.otf');
  font-weight: normal;
  font-style: normal;
} */

@font-face {
  font-family: "Kaftan";
  src: url("../fonts/KaftanSerifTrial-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Satoshi";
  src: url("/fonts/Satoshi-Regular.otf");
  font-weight: normal;
  font-style: normal;
}

:root {
  --background: #ffffff;
  --foreground: #171717;
  --dark: #222;
  --primary-color: #ff9e57;
  --secondary-color: #385469;
  scroll-behavior: auto !important;
}

html,
body {
  overflow-x: hidden;
}

body {
  color: var(--foreground);
  background: var(--background);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Satoshi", sans-serif;
}

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

/* scroll bar style */
body::-webkit-scrollbar {
  width: 6px;
}

body::-webkit-scrollbar-track {
  background: #dbdbdb;
}

body::-webkit-scrollbar-thumb {
  background: var(--primary-color);
}

body::-webkit-scrollbar-thumb:hover {
  background: var(--primary-color);
}

a {
  color: inherit;
  text-decoration: none !important;
}

.sec-padd {
  padding: 3vw 0;
}

.sm-txt {
  font-size: 0.7vw;
}

.md-txt {
  font-size: 1.25vw;
}

p {
  font-family: "Satoshi", sans-serif;
  font-size: 0.938vw;
  line-height: 1.6;
  color: #fff;
}

h1,
h2 {
  font-family: "Kaftan";
  color: #7e4020;
  font-size: 2.5vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.96px;
  text-transform: uppercase;
}

.sectiontitle {
  font-size: 0.833vw;
  font-weight: 700;
  letter-spacing: 0.48px;
  line-height: 1.2;
}

.sectionsubtitle {
  color: #fff;
  text-align: center;
  font-family: "Satoshi", sans-serif;
  font-size: 0.938vw;
  font-style: normal;
  font-weight: 400;
  line-height: 25.2px;
  /* 140% */
}

/* Animation */
@keyframes videoAnimation {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 158, 87, 0.5);
  }

  70% {
    -webkit-box-shadow: 0 0 0 50px rgba(255, 158, 87, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 158, 87, 0);
  }
}

/* Header */

.header {
  padding: 1vw 6vw;
}

.navbar .navLink {
  color: #7e4020;
  font-family: "Satoshi", sans-serif;
  font-size: 0.938vw;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  cursor: pointer;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.navbar .navLink:hover {
  color: #b34a16;
  text-decoration: underline;
}

.button-primary {
  display: flex;
  padding: 0.625vw 2.083vw;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #7e4020;
  color: white;
  font-family: "Satoshi", sans-serif;
  cursor: pointer;
}

.button-primary:hover {
  background: #000000;
  color: white;
}

.logo img {
  width: 22.396vw;
  height: 3.49vw;
}

.offcanvas-title {
  width: 60%;
  height: auto;
}

/* Header end */

/* Footer */

.footer-section {
  background: #7e4020;
  display: flex;
  padding: 5.89vw 10.28vw 1.58vw 10.28vw;
  justify-content: center;
  align-items: center;
}

.footerlogo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 5vw;
}

.footerlogo img {
  display: flex;
  width: 30%;
  height: auto;
  padding-right: 0px;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  max-width: 30%;
}

.footerRera img {
  width: 5.469vw;
  height: 5.469vw;
  aspect-ratio: 51/52;
}

.form-section {
  background: url("../images/contactus.png");
  background-repeat: no-repeat;
  /* width: auto; */
  background-size: cover;
  /* width: 1920px !; */
  overflow: hidden;
  /* height: 664px; */
  object-fit: cover;
}

.banner-section {
  background: url("../images/banner.png") center center / cover no-repeat;
  height: 100vh;
  position: relative;
  overflow: hidden;
  /* z-index: 10; */
}

.banner-section .mask-div {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.banner-section .mask-div img {
  vertical-align: middle;
  object-position: center;
  object-fit: cover;
  transition: transform 0.3s ease;
  will-change: transform;
}

.mask-bg-overlay {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #7e4020;
  transition: opacity 0.3s ease;
  will-change: opacity;
}

.banner-overlay-gred {
  background: linear-gradient(
    180deg,
    #ede5da 0%,
    rgba(237, 229, 218, 0) 25%,
    rgba(237, 229, 218, 0) 50%,
    rgba(237, 229, 218, 0) 75%,
    #ede5da 100%
  );
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.3s ease;
  will-change: opacity;
}

.bird-div {
  position: absolute;
  z-index: 2;
  /* top: 30%;
  left: -20%; */
  top: 5%;
  left: 10%;
  width: 20%;
  transform: scaleX(-1);
  transition: all 0.3s ease;
}

.banner-section .heading-banner {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  width: 100%;
  text-align: center;
  z-index: 3;
  transition: all 0.3s ease;
  /* height: 100%; */
}

.banner-section .heading-banner-main {
  position: absolute;
  top: 25%;
  left: 0;
  right: 0;
  opacity: 1;
  width: 100%;
  padding: auto 10px;
  text-align: center;
  z-index: 2;
  transition: all 0.3s ease;
}

.banner-section h2 {
  font-size: calc(25px + (50 - 25) * (100vw - 320px) / (1920 - 320));
}

.color {
  color: #7e4020 !important;
}

.contact-form {
  width: 41.667vw !important;
}

.custom-input {
  display: flex;
  width: 42.5vw;
  height: 3.698vw;
  padding: 1.068vw 1.146vw;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 5px;
  border: 1px solid #7e4020 !important;
}

select,
input::placeholder {
  color: #7e4020 !important;
  font-family: "Kaftan";
  opacity: 1;
}

.custom-input input ::placeholder {
  color: #7e4020 !important;
}

.custom-input:focus {
  outline: none;
  box-shadow: none;
  border-color: #8a3c1f;
  background-color: #fcf5ed;
}

.flag {
  font-size: 1.2rem;
}

.submit-btn {
  background-color: #803812;
  color: #fff;
  font-family: "Kaftan";
  padding: 8px 14px;
  font-size: 1.042vw;
  border: none;
  /* border-radius: 6px; */
  transition: background-color 0.3s ease;
}

.submit-btn:hover {
  background-color: #692d0f;
}

.Mayfair-section {
  background: url("../images/img1.png");
  background-repeat: no-repeat;
  /* width: auto; */
  background-size: cover;

  overflow: hidden;
  /* height: 664px; */
  object-fit: cover;
  background-position: center;
}

.Mayfair-section-container {
  width: 64.115vw;
}

.container-colorsection {
  /* height: 617px; */
  justify-content: center;
  align-items: center;
  display: flex;
  padding: 5vw;
  flex-direction: column;
  background: linear-gradient(
      180deg,
      #f8f2ec 0%,
      rgba(248, 242, 236, 0) 25%,
      rgba(248, 242, 236, 0) 50%,
      rgba(248, 242, 236, 0) 75%,
      #f8f2ec 100%
    ),
    linear-gradient(
      108deg,
      #f8f2ec 0%,
      rgba(248, 242, 236, 0.95) 25%,
      rgba(248, 242, 236, 0.93) 50%,
      rgba(248, 242, 236, 0.9) 75%,
      rgba(248, 242, 236, 0.89) 100%
    );
}

.background-image-motion {
  will-change: transform, opacity;
}

.Mayfair-section-container .submit-btn {
  width: 25%;
}

/* constuction update */
.Construction-update-section {
  background: url("../images/Constrcution.png");
  background-repeat: no-repeat;
  /* width: auto; */
  background-size: cover;

  overflow: hidden;
  /* height: 664px; */
  object-fit: cover;
  width: 100%;
}

.floorplan-section {
  background: url("../images/Gallery.png");
  background-repeat: no-repeat;
  /* width: auto; */
  background-size: cover;

  overflow: hidden;
  /* height: 664px; */
  object-fit: cover;
  width: 100%;
}

.swiper-slide img {
  width: 100%;
  height: auto;
}

.video-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.date-label {
  text-align: start;
  margin-top: 10px;
  color: #845c3e;
}

.swiper-button-prev,
.swiper-button-next {
  color: #845c3e;
}

.date-label img {
  height: 20px;
  width: 20px;
}

.slide-wrapper {
  position: relative;
}

.play-icon {
  font-size: 2rem;
  color: #6b3e2e;
}

/* Hide default arrows */
.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

/* Center custom buttons */
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 1/2;
  transform: translateY(-50%);
  z-index: 10;
  width: 48px;
  height: 48px;
  cursor: pointer;
}

.swiper-button-next {
  right: -5% !important;
}

.swiper-button-prev {
  left: -5% !important;
}

/* Optional: Resize icons */
.swiper-button-next img,
.swiper-button-prev img {
  width: 60px;
  height: 60px;
}

/* testimonial */
.testimonial-section {
  background: url("../images/testimonial.png");
  background-repeat: no-repeat;
  /* width: auto; */
  background-size: cover;

  overflow: hidden;
  /* height: 664px; */
  object-fit: cover;
  width: 100%;
}

.amenities-section {
  background: url("../images/amenities.png");
  background-repeat: no-repeat;
  /* width: auto; */
  background-size: cover;

  overflow: hidden;
  /* height: 664px; */
  object-fit: cover;
  width: 100%;
}

.testimonialHeading {
  color: #7e4020;
  font-family: "Kaftan";
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.48px;
  text-transform: capitalize;
}

.floorplan-card {
  backdrop-filter: blur(5px);
}

.tab-button {
  background: none;
  border: none;
  font-weight: bold;
  padding: 10px 20px;
  cursor: pointer;
  color: #7e4020;
  font-family: "Kaftan";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  border-bottom: 2px solid transparent;
}

.tab-button.active {
  border-color: #7e4020;
}

.tab-buttons {
  background: none;
  border: none;
  font-weight: bold;
  padding: 10px 20px;
  cursor: pointer;
  color: #7e4020;
  font-family: "Kaftan";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  border-bottom: 2px solid transparent;
}

.tab-buttons.active {
  border-color: #7e4020;
}

.amenit-img img {
  height: 5.208vw;
  width: 5.208vw;
  filter: brightness(0) saturate(100%) invert(23%) sepia(97%) saturate(445%)
    hue-rotate(337deg) brightness(95%) contrast(88%);
}

.gallery-swiper {
  width: 80%;
  margin: 0 auto;
  overflow: visible;
  position: relative;
  z-index: 1;
}

.gallery-swiper .swiper-slide {
  width: auto;
  transition: transform 0.4s ease, opacity 0.4s ease;
  /* transform: scale(0.7); */
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gallery-swiper .swiper-slide .slide-wrapper {
  max-width: 100%;
  transition: transform 0.5s ease;
}

.gallery-swiper .swiper-slide img {
  display: block;
  max-width: 100%;
  height: auto;
  transition: transform 0.5s ease, opacity 0.5s ease;
}

/* Active Slide (center one) */
/* .gallery-swiper .swiper-slide-active img {
  transform: scale(1) translateZ(0);
  z-index: 3;
  opacity: 1;
}

.gallery-swiper .swiper-slide-active .slide-wrapper img {
  transform: scale(1) rotate(0deg);
  z-index: 3;
  transition: 0.8s ease-in-out;
} */

.gallery-swiper .swiper-slide-active .slide-wrapper {
  position: relative;
  overflow: hidden;
}

/* 
.gallery-swiper .swiper-slide-active .slide-wrapper::after{
content:"";
width: 100%;
height: 100%;
position: absolute;
background: #00000081;
top:0;
right:-100%;
transition: 0.5s ease-in-out;
}
.gallery-swiper .swiper-slide-active .slide-wrapper:hover::after{
  right:0;
} */
.gallery-swiper .swiper-slide-active .slide-wrapper:hover img {
  transform: scale(1.08);
}

/* Previous Slide */
/* .gallery-swiper .swiper-slide-prev {
  transform: rotate(-13deg) translateX(49%) scale(0.8) !important;
  padding: 5vw 0 0 0 !important;
  transition: 0.5s ease-in-out;
} */

/* Next Slide */
/* .gallery-swiper .swiper-slide-next {
  transform: rotate(13deg) translateX(-49%) scale(0.8) !important;
  padding: 5vw 0 0 0 !important;
  z-index: -2;

} */

.gallery-wrapper {
  display: none;
}

.gallery-wrapper.active {
  display: block;
}

.location-section .title {
  font-size: 2.5rem;
  font-weight: bold;
  color: red !important;
  letter-spacing: 1px;
  font-family: "Georgia", serif;
}

.map-img {
  border-radius: 12px;
  max-height: 100%;
}

.accordion-header {
  border-radius: 16px;
  background: #7e4020 !important;
}

.accordion-button {
  background-color: #7e4020 !important;
  color: #fff !important;
  font-family: "Kaftan" !important;
  font-size: 1.146vw !important;
  border-bottom: 1px solid #ffffff !important;
}

.accordion-button:active {
  outline: none !important;
}

.custom-accordion {
  /* --bs-accordion-border-color: transparent !important; */
}

.accor {
  background-color: #7e4020;
  border-radius: 10px;
}

.custom-accordion {
  padding: 18px !important;
  align-items: center;
  /* gap: 10px; */
}

.accordion-item {
  background-color: #7e4020;
  border: none !important;
  /* margin-bottom: 5px; */
}

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

.accordion-body {
  background-color: #7e4020;
  color: #fff;
  font-size: 0.95rem;
}

.accordion-body ul li {
  padding: 0.8rem 0;
  font-size: 0.833vw;
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.2); */
}

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

.accordion .accordion-item:last-child {
  border-bottom: 1px solid rgb(255, 255, 255);
}

.accordion-button::after {
  content: "+";
  font-size: 1.2rem;
  color: #ffffff !important;
  margin-left: auto;
  transition: transform 0.2s;
}

.accordion-button:not(.collapsed)::after {
  content: "–";
  transform: rotate(180deg);
}

.accordion-button:not(.collapsed)::after {
  background-image: unset !important;
  /* transform: var(--bs-accordion-btn-icon-transform); */
}

.accordion-button:focus {
  box-shadow: unset !important;
}

.text-location img {
  width: auto;
  height: auto;
  object-fit: cover;
}

.description {
  color: #7b3f1d;
  font-size: 1rem;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.btn-custom {
  background-color: #5c2d19;
  color: white;
  border: none;
  padding: 0.75rem 1.5rem;
}

.building-img-wrapper {
  position: relative;
  text-align: center;
}

.building-img {
  width: 100%;
  height: auto;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.play-button::before {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 10px 0 10px 18px;
  border-color: transparent transparent transparent #5c2d19;
  margin-left: 4px;
}

.rotating-circle {
  position: absolute;
  right: 7%;
  top: 25%;
  width: 150px;
  height: 150px;
  z-index: 10;
  /* controls stacking order */
}

.rotating-circle img {
  width: 100%;
  height: 100%;
  animation: rotate-slow 20s linear infinite;
  /* change 20s to control speed */
}

/* Keyframes for slow rotation */
@keyframes rotate-slow {
  0% {
    transform: rotate(0deg);
  }

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

.gallery-wrapper {
  display: none; /* Hidden by default */
}

.gallery-wrapper.active {
  display: block; /* Or flex, grid, etc., to make it visible */
}

/* Zoom In #1 */
/* .hover01 figure img {
  transform: scale(1) !important;
  transition: transform 0.3s ease-in-out !important;
  will-change: transform !important;
}

.hover01 figure:hover img {
  transform: scale(1.3) !important;
} */

/* .card-testomonial{
  height: 25.104vw !important;
} */

/* Footer end */
/* ======================thank you page css========================== */
.thanks-header {
  background: #ede5da;
}

#thanks {
  background: url(../images/banner.png);
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 0;
}

.thank-wrap {
  padding: 20px;
  margin: 10% auto;
  background: #cecece8e;
  backdrop-filter: blur(10px);
}

.check-sign {
  background: #7e4020;
  padding: 20px;
  height: 100px;
  width: 100px;
  border: 3px solid #7e4020;
  border-radius: 50%;
}

.check-sign i {
  font-size: 55px;
  color: #fff;
}

.oops {
  color: #7e4020;
}

.oops-subtitle {
  font-size: 18px;
  color: #000;
}

.oops-greet {
  color: #000;
  font-size: 25px;
  /*font-weight: 600;*/
  margin-bottom: 15px;
}

.go-home {
  width: max-content;
  padding: 10px;
}

/* ======================thank you page css end========================== */

#overview {
  margin-top: -2px;
}

.location-section .heading-container {
  margin-left: 9rem;
}

/* #location .left-location-section {
  background-image: url("../images/Location.png");
  background-repeat: no-repeat;
  background-size: 1198.79px 483px;
  height: 730px !important;
  background-position: 9px;
} */

.custom-container-location {
  padding: 6.31rem 6.37rem 0rem 0rem;
}

.mySwiper-floorplan .swiper-slide img {
  filter: blur(1.5px);
  border: 1px solid #692d0f;
}

.floor-wrapper.active {
  display: block;
}

.floor-wrapper {
  display: none;
}

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

.Construction-update-section .slide-wrapper img {
  filter: brightness(0.9);
}

.nav-tabs button {
  background: none;
  border: none;
  font-weight: bold;
  padding: 10px 20px;
  cursor: pointer;
  color: #7e4020;
  font-family: "Kaftan";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  border-bottom: 2px solid transparent;
  border: transparent;
}

.nav-tabs {
  --bs-nav-tabs-border-color: transparent !important;
  --bs-nav-tabs-link-active-border-color: transparent !important;
}

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

.nav-tabs button:hover {
  border: unset;
}

.nav-tabs button.active {
  border-color: #7e4020 !important;
  border-bottom: 2px solid;
  background-color: transparent;
  border-left: 0px;
  border-top: 0px;
  border-right: 0px;
}

.nav-tabs button:hover {
  color: #7e4020 !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #7e4020 !important;
  background-color: transparent !important;
  border-color: var(--bs-nav-tabs-link-active-border-color);
}

.custom-prev,
.custom-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  width: 40px;
  height: 40px;
}

.custom-prev {
  left: -4vw !important;
}

.custom-next {
  right: -4vw !important;
}

.custom-prev img,
.custom-next img {
  width: 4.167vw;
  height: 4.167vw;
}

#floor-plans .swiper-slide img {
  filter: blur(0.8px);
  border: 1px solid #692d0f;
}

.socialicon img {
  width: 2.708vw;
  height: 2.708vw;
}

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

/* 1199 */

@media only screen and (max-width: 991px) {
  p {
    font-size: 16px;
  }

  .button-primary {
    padding: 0.3vw 1.083vw;
  }

  .rotating-circle {
    position: absolute;
    right: 7%;
    top: 45%;
    width: 150px;
    height: 150px;
    z-index: 10;
    /* controls stacking order */
  }

  /* Previous Slide */
  .gallery-swiper .swiper-slide-prev {
    transform: rotate(-13deg) translateX(49%) scale(0.8) !important;
    padding: 5vw 0 0 0 !important;
    transition: 0.5s ease-in-out;
  }

  /* Next Slide */
  .gallery-swiper .swiper-slide-next {
    transform: rotate(13deg) translateX(-49%) scale(0.8) !important;
    /* transform: scale(1) rotate(5deg) translateX(15%); */
    padding: 5vw 0 0 0 !important;
    z-index: -2;
    /* transition: 0.5s ease-in-out; */
  }
  .socialicon img {
    width: 35px;
    height: 35px;
  }
  .footerRera img {
    width: 10.469vw;
    height: 10.469vw;
    aspect-ratio: 51 / 52;
  }
}

/* 991 */

@media only screen and (max-width: 767px) {
  .footerlogo {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 5vw;
  }
  .socialicon img {
    width: 40px;
    height: 40px;
  }
  .gallery-swiper .swiper-slide-next {
    padding: 0px !important;
  }

  .tab-buttons {
    padding: 10px 0px;
  }

  /* Previous Slide */
  .gallery-swiper .swiper-slide-prev {
    transform: none !important;
    padding: none !important;
    transition: 0.5s ease-in-out;
  }

  /* Next Slide */
  .gallery-swiper .swiper-slide-next {
    transform: none !important;
    padding: none !important;
    z-index: -2;
  }

  .gallery-swiper .swiper-slide-prev {
    padding: 0px !important;
  }

  /* #location .left-location-section {
    background-image: url(../images/Location.png);
    background-repeat: no-repeat;
    background-size: 100% 200px;
    height: 450px !important;
    background-position: 9px;
  } */

  .location-section .heading-container {
    margin-left: 0rem;
  }

  .custom-container-location {
    padding: 1rem !important;
  }

  p {
    font-size: 16px;
  }

  h2 {
    font-size: 28px;
  }

  .logo img {
    width: 100%;
    height: auto;
  }

  .footerlogo img {
    width: 70%;
    height: auto;
    flex-direction: column;
    max-width: 70%;
  }

  .footerRera img {
    width: 80px;
    height: 80px;
  }

  .sectionsubtitle {
    font-size: 18px;
  }

  .contact-form {
    width: 90% !important;
    margin: 0% auto;
  }

  .custom-input {
    display: flex;
    width: 100%;
    height: 100%;
    padding: 15px;
  }

  .form-section {
    width: auto;
    overflow: hidden;
    height: auto;
  }

  .submit-btn {
    font-size: 1rem;
    /* border-radius: 6px; */
    transition: background-color 0.3s ease;
  }

  .Mayfair-section-container {
    width: 95%;
  }

  .container-colorsection {
    height: auto;
  }

  .Mayfair-section-container .submit-btn {
    width: 60%;
  }

  .swiper-button-next img,
  .swiper-button-prev img {
    width: 60px;
    height: 60px;
  }

  .swiper-button-next {
    right: -0% !important;
  }

  .swiper-button-prev {
    left: -0% !important;
  }

  .testimonialHeading {
    font-size: 20px;
  }

  .tab-button {
    font-size: 16px;
    padding: 5px 10px;
  }

  .tab-button.active {
    border-color: #7e4020;
  }

  .amenit-img img {
    height: 80px;
    width: 80px;
  }

  .accordion-body ul li {
    padding: 0.5rem 0;
    font-size: 9.7px;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.2); */
  }

  .accordion-body {
    padding: 4.9px !important;
  }

  .custom-accordion {
    padding: 10px !important;
    align-items: center;
    /* gap: 10px; */
  }

  .accordion-button {
    background-color: #7e4020 !important;
    color: #fff !important;
    font-family: "Kaftan" !important;
    font-size: 20px !important;
    border-bottom: 1px solid #ffffff !important;
  }

  .text-location img {
    width: auto;
    height: 300px !important;
    object-fit: cover;
  }

  .rotating-circle {
    position: absolute;
    right: 7%;
    top: 50%;
    width: 100px;
    height: 100px;
    z-index: 10;
    /* controls stacking order */
  }

  .accordion-button:not(.collapsed)::after {
    background-image: unset !important;
    /* transform: var(--bs-accordion-btn-icon-transform); */
  }

  .accordion-button:focus {
    box-shadow: unset !important;
  }

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

  .swiper-button-next {
    top: auto !important;
    right: auto !important;
    margin-top: 0px !important;
    transform: unset !important;
    position: unset !important;
  }

  .swiper-button-prev {
    top: auto !important;
    left: auto !important;
    margin-top: 0px !important;
    transform: unset !important;
    position: unset !important;
    margin-right: 2rem;
  }

  /* .floorplan-section {
    padding-bottom: 1rem;
  } */
}

@media (min-width: 800px) and (max-width: 1300px) {
  .accordion-button:not(.collapsed)::after {
    background-image: unset !important;
    /* transform: var(--bs-accordion-btn-icon-transform); */
  }

  .accordion-button:focus {
    box-shadow: unset !important;
  }

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

  .accordion-body ul li {
    padding: 0.5rem 0;
    font-size: 16px;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.2); */
  }

  .custom-accordion {
    padding: 10px !important;
    align-items: center;
    /* gap: 10px; */
  }

  .accordion-button {
    background-color: #7e4020 !important;
    color: #fff !important;
    font-family: "Kaftan" !important;
    font-size: 20px !important;
    border-bottom: 1px solid #ffffff !important;
  }
}

@media (max-width: 400px) {
  .custom-card-event {
    height: 580px;
  }
}

@media (max-width: 350px) {
  .custom-card-event {
    height: 600px;
  }
}

@media (max-width: 576px) {
}

.error {
  color: red;
  text-align: left;
  display: flex;
}
