html {
  scroll-padding: 100px;
  scroll-behavior: smooth;
}
body {
  font-family: "Montserrat", serif;
}

/* Hide spinner in Chrome, Safari, Edge */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
img {
  width: 100%;
}
.logo {
  width: 120px;
}
/* Hide spinner in Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
.loader {
  width: 60px;
  margin: auto;
  aspect-ratio: 4;
  --_g: no-repeat radial-gradient(circle closest-side, #262560 90%, #0000);
  background: var(--_g) 0% 50%, var(--_g) 50% 50%, var(--_g) 100% 50%;
  background-size: calc(100% / 3) 100%;
  animation: l7 1s infinite linear;
}
@keyframes l7 {
  33% {
    background-size: calc(100% / 3) 0%, calc(100% / 3) 100%, calc(100% / 3) 100%;
  }
  50% {
    background-size: calc(100% / 3) 100%, calc(100% / 3) 0%, calc(100% / 3) 100%;
  }
  66% {
    background-size: calc(100% / 3) 100%, calc(100% / 3) 100%, calc(100% / 3) 0%;
  }
}
.submitButton:disabled {
  color: white;
  background-color: #262560;
  border-color: var(--bs-btn-disabled-border-color);
  opacity: 1;
}
.text-justify {
  text-align: justify;
}
.customHeroSec {
  background-image: url("../image/8.jpg");
  background-color: #000000a8;
  background-blend-mode: overlay;
  background-size: cover;
  background-repeat: no-repeat;
}
input::placeholder {
  color: white;
}
.customHr {
  background: linear-gradient(to right, #ffc107, red, white);
  padding: 1px;
}
.customAmenities {
  background-color: #262560;
}
.primaryColor {
  color: #ffc107;
}
.primaryColourBg {
  background-color: #ffc107;
}
.customNavBg {
  background-color: #262560;
}
.customHeroText {
  font-weight: 500;
  font-size: 1rem;
}
.secondaryColour {
  background-color: #262560;
}
.customFormInput {
  background-color: transparent;
  color: white;
}
.customHeroFormBg {
  background-color: #262560e9;
  border-radius: 30px;
}
.customOverViewBtn {
  background: linear-gradient(to right, #262560, white);
}

.customPrice {
  background-color: #262560;
}
.fs-12 {
  font-size: 12px;
}
.customPriceBtn {
  background-color: #ffc107;
}
.customFloorPlan {
  border: 1px solid #262560;
  padding: 8px;
}
.customFloorText {
  background-color: #262560;
}
.customFooter {
  background-color: #262560;
}
.form-control:focus {
  border: 2px solid white;
  background-color: transparent;
  box-shadow: none;
}
.customFormInput:focus {
  color: white;
}
.modal-content {
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 15px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
}
.image-popup img {
  height: 100%;
  object-fit: cover;
}
.modal-body {
  margin-bottom: 0 !important;
  padding-bottom: 15px;
  padding-top: 0;
}
.form-group {
  margin-top: 30px;
}
.form-close2 {
  position: absolute;
  right: -2px;
  top: 10px;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  transition: all 300ms ease-in-out;
  background-color: #212529;
}
@media (min-width: 768px) {
  .modal-content {
    padding: 20px;
  }
  .modal-dialog {
    max-width: 650px;
  }
  .customHeroText {
    font-size: 1.5vw;
  }
  .footer-end {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .modal-dialog2 {
    max-width: 800px;
  }
}
.footer-end {
  font-size: 13px;
}
.customPopup {
  background-image: url("/assets/images/popup.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
}
.customThankYouIcon {
  font-size: 140px;
  color: white;
}
.customThankYouText {
  font-size: 100px;
  font-weight: 600;
}
.customPrivacy {
  background-image: url("/assets/image/7.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 30vh;
  background-position: center;
  background-blend-mode: overlay;
  background-color: #000000a8;
}
