/* import statement */

@import url("https://fonts.googleapis.com/css2?family=Play:wght@400;700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");

/* @font-face {
  font-family: "Queen";
  src: url("../font/Queen-Semi-Bold.otf");
} */

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

/* default CSS  */

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

:root {
  --light: #ffffff;
  --dark: #000;
  --Playfair-Display: "Playfair Display", serif;
  --Play: "Play", sans-serif;
  --primary: #192639;
  --secondary: #f2eee4;
  --tertiary: #00213f;
  --gray: #585858;
  --gold: linear-gradient(
    135deg,
    #523c16 0.98%,
    #9c7131 31.84%,
    #cfa859 64.27%,
    #e8cd76 99.55%
  );
  --grad-2: linear-gradient(
    248deg,
    #183a67 1.36%,
    #051e3f 53.83%,
    #001634 93.21%
  );
}

html {
  overflow-x: hidden !important;
}

body {
  font-family: var(--Play) !important;
  color: var(--secondary);
  /* background: #f8f8ff; */
  overflow: hidden;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
p {
  padding: 0 !important;
  margin: 0 !important;
}

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

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

a {
  text-decoration: none !important;
}

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

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

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

.owl-next:hover,
.owl-prev:hover {
  background: transparent !important;
}

.mobileView {
  display: none !important;
}

.desktopView {
  display: block !important;
}

/* lenis css */

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

/* lp custom css */

.border {
  border: 2px solid var(--primary) !important;
}

.bottomBorder {
  border-bottom: 1px solid #d7d6ff !important;
}

.circleBorder {
  border-radius: 50px;
}

.secondaryTextColor {
  color: var(--secondary) !important;
  position: relative;
  z-index: 10;
}

.primaryTextColor {
  color: var(--primary) !important;
}

.primaryFont {
  font-family: var(--Playfair-Display);
}

.grayColorText {
  color: var(--gray) !important;
}

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

.sectionpad {
  padding: 70px 0;
}

.sectionpadtop {
  padding-top: 70px;
}

.sectionpadbottom {
  padding-bottom: 70px;
}

.pageTitle {
  font-family: var(--Playfair-Display);
  color: var(--secondary);
  font-size: 3rem;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.sectionTitle {
  font-family: var(--Playfair-Display);
  color: var(--tertiary);
  text-align: center;
  font-weight: 400;
  font-size: 2.5vw;
  text-wrap: balance;
  position: relative;
}

.sectioncontent {
  font-size: 19px;
  line-height: 30px;
  padding: 0 5% !important;
  margin-top: 20px !important;
}

.imgfluid {
  width: 100%;
  height: auto;
}

.fixedctaCallBtn {
  position: fixed;
  bottom: 230px;
  right: 2px;
  z-index: 999;
}

.fixedEnquire {
  position: fixed;
  top: 300px;
  right: -43px;
  transform: rotate(-90deg);
  background: var(--gold);
  color: var(--light);
  padding: 10px 20px;
  text-align: center;
  border-radius: 10px 10px 0 0;
  z-index: 100;
  /* border: 2px solid #fff; */
}

.fixedctabtn {
  position: fixed;
  bottom: 35px;
  right: 35px;
  /* background-color: #ffff; */
  padding: 7px 10px !important;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  font-size: 15px !important;
  line-height: 22px;
}

.fixedctabtn span {
  font-weight: 600;
  color: #262626;
}

.fixedctaimg img {
  width: 38px;
  height: auto;
  border: 2px solid #fff;
}

.fixedctaimg {
  font-size: 20px;
  border-radius: 50%;
  color: var(--light);
  background: var(--gold);
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn {
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: unset;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 666;
  display: flex;
  justify-content: center;
  align-items: center;
}

.yellowBtn {
  border: 1px solid #b98a38;
  background: linear-gradient(
    135deg,
    #b98a38 0.98%,
    #b97d24 31.84%,
    #cfa859 64.27%,
    #e8cd76 99.55%
  );
  color: var(--primary);
  border-radius: 0px !important;
}

.yellowBtn:hover {
  background: linear-gradient(
    248deg,
    #183a67 1.36%,
    #051e3f 53.83%,
    #001634 93.21%
  );
  color: #fff !important;
}

.blueBtn {
  border: 1px solid #051e3f;
  background: linear-gradient(
    248deg,
    #183a67 1.36%,
    #051e3f 53.83%,
    #001634 93.21%
  );
  color: var(--light);
  border-radius: 0px !important;
}

.blueBtn:hover {
  border: 1px solid #b98a38;
  background: linear-gradient(
    135deg,
    #b98a38 0.98%,
    #b97d24 31.84%,
    #cfa859 64.27%,
    #e8cd76 99.55%
  );
  color: var(--primary);
}

.outlineBtn {
  padding: 9px 20px;
  font-size: 16px;
  font-weight: 600;
  background: transparent;
  color: var(--primary);
  display: inline-block;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 666;
  border-radius: 30rem;
  border: 1px solid var(--primary);
  display: flex;
  justify-content: center;
  align-items: center;
  /* width: 250px; */
}

.outlineBtn:hover {
  background: var(--primary);
  color: var(--light);
}

.outlineBtn .arw1 {
  display: none;
}

.outlineBtn:hover .arw1 {
  display: flex;
}

.outlineBtn:hover .arw2 {
  display: none;
}

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

/* navbar */
.navbarsection {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  position: relative;
}

#hiddenNavbar .navbarsection {
  background: #262626;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.logoImgWrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 180px;
}

.navbarsection .container {
  /* background-color: rgb(255, 240, 247); */
  padding: 15px 0;
  border-radius: 0 0 25px 25px;
}

.scrollNavbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  z-index: 999;

  /* hidden state */
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;

  /* smooth transition */
  transition: transform 0.4s ease, opacity 0.4s ease;
}

.scrollNavbar.show {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.thankYouSection .navbarsection {
  box-shadow: 5px 2px 5px rgba(0, 0, 0, 0.3);
  background-color: #262626;
}

.navphonetext {
  padding-left: 5px;
  padding-right: 3px;
  font-size: 16px;
}

.logoimg {
  width: 320px;
  height: auto;
}

.navwrapper {
  display: flex;
}

.logo1wrap,
.logo2wrap {
  /* padding: 0 20px 0 0; */
  display: flex;
  justify-content: center;
  align-items: center;
  /* width: 240px; */
}

.cotactwrapper {
  display: flex;
}

.contact1wrap,
.contact2wrap {
  /* margin: 0 10px; */
  display: flex;
  align-items: center;
}

.contact1wrap .navphonetext {
  color: var(--light) !important;
  text-decoration: none !important;
}

.contact2wrap .navphonetext {
  /* color: #fff !important; */
}

.contactbtn1 img {
  width: 20px;
}
.contactbtn2 img {
  width: 25px;
}

.contactbtn1,
.contactbtn2 {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}

.contact2wrap {
  border-radius: 1.5rem;
  /* background: linear-gradient(90deg, #307bc4 0%, #bc3d3d 100%); */
  padding: 7px 18px;
}

.bgSetup {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

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

/* Banner Section */

.bannersection {
  background: url("../images/banner/heroBg.jpg") center / cover no-repeat;

  height: 100dvh;
}

.starImg {
  width: 20px;
  height: auto;
}

.pageSubtitleWrap {
  font-size: 20px;
}

.bannerContent p {
  font-size: 14px;
}

.bannerIcon {
  width: 55px;
  height: 55px;
}

.bannerContentIconWrap {
  margin: 10px 0;
}

.chipBtn {
  border-radius: 30px;
  background: #ededff;
  color: var(--primary);
  display: inline-block;
  padding: 5px 20px;
}

.bannerStudentImgWrap {
  position: relative;
}

.bannerStudent {
  position: absolute;
  height: auto;
  width: 490px;
  left: -70px;
}

.lineHighlightText {
  position: relative;
}

/* .lineHighlightText::after {
  content: "";
  background: url(../images/elements/ele1.svg) no-repeat center center / cover;
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-size: 100% 100%;
} */

.lineHighlightText::after {
  /* content: url("../images/elements/ele1.svg"); */
  content: "";
  background: url(../images/elements/ele1.svg) no-repeat center center / cover;
  position: absolute;
  width: 46%;
  height: 65%;
  bottom: -12px;
  left: 0;
  z-index: -1;
  background-size: 100% 100%;
}

.text-wrapper {
  position: relative;
  height: 40px;
  overflow: hidden;
  /* width: 500px; */
  /* margin: 0 auto; */
  /* text-align: center; */
  display: flex;
  justify-content: center;
  width: 32%;
  margin: 0 auto;
}

.text-wrapper span {
  position: absolute;
  width: 100%;
  opacity: 0;
  transform: translateY(20px);
  animation: slideUp 9s infinite;
}

.text-wrapper span:nth-child(1) {
  animation-delay: 0s;
}
.text-wrapper span:nth-child(2) {
  animation-delay: 3s;
}
.text-wrapper span:nth-child(3) {
  animation-delay: 6s;
}

@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  10% {
    opacity: 1;
    transform: translateY(0);
  }
  30% {
    opacity: 1;
    transform: translateY(0);
  }
  40% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
  }
}

.heroContentWrap {
  height: 540px;
  position: relative;
}

.heroBannerFormWrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.formBox {
  display: flex;
  column-gap: 10px;
}

.formBox div {
  flex: 1;
}

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

/* building carousel */

.nav {
  gap: 30px;
}

.buildingSection {
  background: var(--secondary);
}

.navTabBtn {
  border-image: var(--gold) 1;
  border-width: 2px;
  border-style: solid;
  background: transparent !important;
  border-radius: 0px !important;
  padding: 10px 30px;
}

.navTabBtn span {
  background: var(
    --gold,
    linear-gradient(
      135deg,
      #523c16 0.98%,
      #9c7131 31.84%,
      #cfa859 64.27%,
      #e8cd76 99.55%
    )
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
}

.navTabBtn.active {
  background: var(--tertiary) !important;
  border: 2px solid var(--tertiary);
}

.navTabBtn.active span {
  color: var(--light) !important;
  background: unset;
  background-clip: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}

.testimonialCarousel .owl-stage-outer {
  padding-top: 35px;
}

.testimonialCarousel .owl-item.active {
  position: relative;
  z-index: 20;
  margin-top: 50px;
  transition: all 0.3s ease-in-out;
}

.testimonialCarousel .owl-item.active.center {
  box-shadow: 0 0 28.347px 0 rgba(0, 0, 0, 0.15);
  transform: scale(1.4);
  margin-bottom: 35px;

  position: relative;
  z-index: 30;
}

.navTriggerImg {
  width: 70px !important;
  height: auto;
}

img.navTriggerImg.customPrevBtn {
  position: absolute;
  left: -40px;
  top: 40%;
}

img.navTriggerImg.customNextBtn {
  position: absolute;
  right: -40px;
  top: 40%;
}

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

/* floor plan section */

.floorPlanSection {
  background: url("../images/banner/floorBg.jpg") center / cover no-repeat;
}

.floorImg {
  width: 400px !important;
  height: auto;
}

.floorTextWrap p {
  color: var(--gray);
}

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

/* amenity section */

.amenitySection {
  background: url("../images/banner/amenitiesBg.jpg") center / cover no-repeat;
}

.amenityContentWrap {
  background: rgba(0, 0, 0, 0.3);
  padding: 5%;
  backdrop-filter: blur(5px);
  border: 1px solid #cfa859;
}

.goldBorderTop {
  border-top: 1px solid #9c7131;
}

.goldBorderBottom {
  border-bottom: 1px solid #9c7131;
}

.goldBorderRight {
  border-right: 1px solid #9c7131;
}

.amenityCard {
  padding: 30px 20px;
}

.amenityHead {
  font-family: var(--Playfair-Display);
}

.ameStarImg {
  width: 16px;
  height: auto;
}

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

/* about section */

.aboutSection {
  background: url("../images/banner/aboutBg.jpg") center / cover no-repeat;
  /* height: 500px;
  display: flex;
  justify-content: center;
  align-items: center; */
}

.aboutContentWrap p {
  color: var(--gray);
  text-align: center;
  text-wrap: balance;
}

.aboutSection .container-fluid {
  margin-left: 100px;
}

.whyCard {
  border: 2px solid var(--gold);
  border-image: var(--gold) 1;
  border-width: 2px;
  border-style: solid;
  background: #f2eee4 !important;
  border-radius: 0px !important;
  padding: 30px 20px;
  height: 360px;
}

.whyTextHead {
  color: var(--tertiary);
  font-family: var(--Playfair-Display);
  font-weight: 400;
  height: 70px;
  font-size: 1.7rem;
}

.whyTextContent {
  color: var(--gray);
  font-weight: 400;
}

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

/* payment section */

.paymentSection {
  background: url("../images/banner/contactBg.jpg") center / cover no-repeat;
}

.paymentCard {
  text-align: center;
  text-transform: capitalize;
  padding: 20px 0;
  margin: 20px 0;
}

.paymentCard h3 {
  text-align: center;
  font-family: var(--Playfair-Display);
  font-size: 3.5rem !important;
}

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

/* Modal */

.modal-content {
  background: transparent !important;
  border: none !important;
}

.modal-header {
  border: none !important;
}

.modal-body {
  position: relative;
}

.popupModalCloseBtn {
  position: absolute;
  top: 3px;
  right: 15px;
}

.btn-close {
  filter: brightness(0) saturate(100%) invert(100%) sepia(6%) saturate(0%)
    hue-rotate(82deg) brightness(106%) contrast(109%) !important;
  opacity: 1 !important;
}

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

/* footer */
.footercontentwrap {
  background: var(--primary);
}

.footimg {
  width: 20px !important;
  height: auto;
  margin: 0 5px 0 10px;
}

.foottext {
  font-size: 14px !important;
  line-height: 20px;
  margin-bottom: 0 !important;
  text-wrap: balance;
}

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

/* footer */

.footersection {
  background-color: #1b2728;
}

.accordion-button::after {
  background: url("../images/icon/plus.svg") !important;
}

.accordion-button:not(.collapsed)::after {
  background: url("../images/icon/minus.svg") !important;
}

.ctabtnwrap a {
  position: fixed;
  bottom: 4%;
  right: 6%;
  border-radius: 0.5rem;
  background: #85cfd5;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  padding: 10px 15px;
  box-shadow: 0px 4px 50px 0px rgba(164, 230, 235, 0.8);
  z-index: 9999;
}

/* togglewrap */

/* mobilefeature */
.featureboxwrap {
  display: none;
  border-radius: 0.75rem;
  /* border: 1px solid #000; */
  background: linear-gradient(90deg, #f58f8f 0%, #cb6059 100%);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 20px;
}

.mobnavtext {
  font-size: 18px;
  color: #000;
  font-weight: 800;
}

/* thank you section */

body.thankYouSection {
  background: #f8f8ff;
}

.fascilityCarousel .item {
  display: flex;
  justify-content: center;
}

/* form Data */

.bannerUpperFormWrap {
  padding: 8px;
  border: 2px solid var(--primary);
  background: transparent;
  border-radius: 18px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  /* height: 87%; */
  width: 88%;
}

.bannerFormContentWrap {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  z-index: 999;
}

.modal-body {
  display: flex;
  justify-content: center;
  background-color: transparent !important;
}

.modal-body .bannerFormContentWrap {
  width: 100%;
}

.bannerFormHead {
  /* background: var(
    --Radial,
    radial-gradient(69.94% 74.85% at -13.28% -35.34%, #031f42 0%, #6b68eb 100%)
  ); */
  background: var(--gold);
  backdrop-filter: blur(10px);
  text-align: center;
  padding: 15px 0px;
}

.bannerFormWrap {
  /* border-radius: 16px; */
  /* border: 1px solid #e0e0e0; */
  border-radius: 16px;
  background: #262626;
  padding: 20px 15px;
  border-radius: 0 0 20px 20px;
}

.enquirePopupWrap {
  width: 450px;
}

.mobileBannerForm {
  display: flex;
  justify-content: end;
}

.bannerFormHead .formtitle {
  color: #fff;
  /* font-family: var(--Outfit); */
  font-size: 25px;
  font-weight: 500;
  /* text-transform: uppercase; */
}

.herosection {
  position: relative;
  /* margin-bottom: 80px; */
  /* padding-bottom: 80px !important; */
}

.form-group {
  padding: 15px 0;
  width: 100%;
}

.newFormWrap {
  display: flex;
  justify-content: center;
  flex-direction: row;
}

form label {
  font-size: 13px;
}

select.inputfield::placeholder,
.inputfield::placeholder {
  color: #a7a7a7;
}

.selectPlaceholder {
  color: #7c7675 !important;
}

option {
  color: #000;
}

.inputfield {
  width: 100%;
  padding: 8px;
  border: none;
  /* border-radius: 10px; */
  /* background: #fff; */
  color: var(--light);
  background: transparent;
  border-bottom: 1px solid var(--light) !important;
}

.inputfield::placeholder {
  color: #ffffff;
  opacity: 1;
}

.labelinput {
  color: #274760;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.625rem;
}

.form-control {
  font-size: 14px;
}

.banner-form input {
  border-radius: 1.875rem !important;
  border: 1px solid rgba(48, 123, 196, 0.5);
  width: 100% !important;
}

.formSubmitBtn {
  width: 100%;
  height: 100%;
  text-transform: uppercase;
}

p.errortext {
  color: red;
  padding-left: 8px !important;
  font-size: 12px;
  margin-top: 8px !important;
  letter-spacing: 0.5px;
  display: none;
}

.mobileFixedCta {
  display: none;
  background: var(--tertiary);
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 99999;
}

.whatsIcon {
  width: 30px;
  height: auto;
}

.formTerms {
  font-size: 11px;
  color: var(--gray);
}

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

/* extra */

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

/* media query */

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

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

@media only screen and (max-width: 992px) {
  .sectionpad {
    padding: 40px 0;
  }
}

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

@media only screen and (max-width: 768px) {
  .mobileView {
    display: block !important;
  }

  .desktopView {
    display: none !important;
  }

  .bannerFormHead .formtitle {
    font-size: 17px;
  }

  button.accordion-button {
    padding: 14px;
  }

  p {
    font-size: 14px;
  }

  .sectionpad {
    padding: 40px 0;
  }

  .sectionpadtop {
    padding-top: 40px;
  }

  .sectionpadbottom {
    padding-bottom: 40px;
  }

  /* navbar */

  .logoImgWrap {
    position: absolute;
    top: 7px;
    left: 0;
    right: unset;
    /* margin: 10px auto; */
    width: 140px;
  }

  .btn {
    padding: 6px 10px;
    font-size: 20px;
  }

  /* hero banner section */

  .pageTitle {
    font-size: 29px;
    text-wrap: balance;
    text-align: left;
  }

  .pageSubtitleWrap {
    font-size: 16px;
    text-wrap: balance;
    text-align: left !important;
  }

  .text-wrapper {
    width: 100%;
    font-size: 14px;
    margin: 0 0 0 7px;
  }

  .bannerStudent {
    display: none;
  }

  p {
    font-size: 16px;
  }

  .sectionTitle {
    font-size: 24px;
    text-align: center;
  }

  .desktopFixedCta {
    display: none;
  }

  .heroBannerFormWrap {
    /* display: none; */
  }

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

  .formBox {
    display: flex;
    flex-direction: column;
    row-gap: 10px;

    /* padding: 20px 0; */
  }

  .inputfield {
    /* background: var(--tertiary); */
  }

  .popupModal .inputfield {
    background: transparent;
  }

  .formSubmitBtn {
    width: 100%;
    height: 35px;
    text-transform: uppercase;
  }

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

  .fillBtn {
    font-size: 14px;
    padding: 10px;
  }

  .outlineBtn {
    font-size: 14px;
    padding: 10px 15px;
  }

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

  .testimonialCarousel .owl-item.active.center {
    transform: scale(1);
  }

  .testimonialCarousel .owl-item.active {
    margin-top: 0px;
  }

  img.navTriggerImg.customPrevBtn {
    position: relative;
    left: unset;
    top: unset;
    right: unset;
  }

  img.navTriggerImg.customNextBtn {
    position: relative;
    right: unset;
    top: unset;
  }

  .navTriggerImg {
    width: 40px !important;
    height: auto;
  }

  .owl-theme .owl-nav {
    margin-top: 0px;
  }

  .mobileFixedCta {
    display: block !important;
  }

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

  .nav {
    gap: 14px;
  }

  .navbarsection {
    height: 70px;
  }

  ul#pills-tab {
    display: flex;
    justify-content: center;
  }

  .navTabBtn span {
    font-size: 16px;
  }

  .navTabBtn {
    padding: 7px 18px;
  }

  .contact1wrap {
    display: none;
  }

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

  /* floor */

  .floorTextWrap {
    margin-top: 15px;
  }

  .floorImg {
    width: 90% !important;
    height: auto;
  }

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

  /* payment */

  .paymentSection {
    background: url(../images/banner/contactMobileBg.jpg) center / cover
      no-repeat;
    margin-bottom: 45px;
  }

  .footTextContent {
    padding: 10px 0;
    background: var(--dark);
  }

  .paymentCard {
    margin: 10px 0;
    padding: 10px;
  }

  .paymentDetails {
    margin: 0 15px;
  }

  .paymentCard h3 {
    text-align: center;
    font-family: var(--Playfair-Display);
    font-size: 2.2rem !important;
  }

  /* .paymentDetails .col-6 {
    margin: 0 10px !important;
  } */

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

  .goldBorderTop {
    border-top: unset;
  }

  .goldBorderRight {
    border-right: unset;
  }

  .goldBorderBottom {
    border-bottom: unset;
  }

  .mobBorderBottom {
    border-bottom: 1px solid #9c7131;
  }

  .mobBorderLeft {
    border-left: 1px solid #9c7131;
  }

  .aboutSection .container-fluid {
    margin-left: 0px;
    /* width: 90%; */
    margin: 0 auto;
    /* margin-right: 10px; */
  }

  .whyCard {
    padding: 20px;
    height: 200px;
  }

  .whyTextHead {
    font-size: 1.2rem;
    height: auto;
  }

  .heroBannerFormWrap {
    position: absolute;
    bottom: -70px;
    left: 0;
    right: 0;
  }
}

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

@media only screen and (max-width: 576px) {
  .logoimg {
    width: 205px;
    height: auto;
  }

  .fillBtn {
    padding: 5px 8px;
    font-size: 14px;
  }

  .outlineBtn {
    font-size: 13px;
  }

  .sectionTitle {
    font-size: 24px;
  }

  .logo1wrap,
  .logo2wrap {
    /* padding: 0 20px 0 0; */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
  }

  .fixedctaimg img {
    width: 45px;
    height: auto;
  }

  p {
    font-size: 14px;
  }
}

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

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

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

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

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

/* extra */

#pageloader {
  background: rgba(34, 34, 34, 0.9);
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999999;
  top: 0;
}

.loading-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loading-wrap img {
  width: 125px;
}
