@font-face {
  font-family: AbsaraSans;
  src: url("../assets/fonts/AnsaraSans/Absara\ TF\ Medium.ttf");
}

@font-face {
  font-family: AbsaraSans-Bold;
  src: url("../assets/fonts/AnsaraSans/Absara\ Bold.ttf");
}

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

@font-face {
  font-family: MinionPro;
  src: url("../assets/fonts/MinionPro-Regular_1F.otf");
}

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

:root {
  --light: #ffffff;
  --dark: #000;
  --AbsaraSans: AbsaraSans;
  --AbsaraSans-Bold: AbsaraSans-Bold;
  --BalooBhai: BalooBhai;
  --MinionPro: MinionPro;
  --primary: #23408f;
  --secondary: #72bf44;
  --text-dark: #474747;
  --dark-blue: #005792;
  --text-mute: rgba(37, 88, 83, 0.2);
}

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0.3;
  }

  to {
    opacity: 1;
  }
}

.loader-container {
  display: none;
}

.loader-wrapper {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 9999;
  background-color: #ffffffe3;
  -webkit-box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  height: 100vh;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.loader {
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: -o-radial-gradient(farthest-side, #2a75ff 94%, #0000) top/8px 8px
      no-repeat,
    conic-gradient(#0000 30%, #4184ff);
  background: radial-gradient(farthest-side, #2a75ff 94%, #0000) top/8px 8px
      no-repeat,
    conic-gradient(#0000 30%, #4184ff);
  -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 8px), #000 0);
  -webkit-animation: l13 1s infinite linear;
  animation: l13 1s infinite linear;
}

.loader-light {
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: -o-radial-gradient(farthest-side, #ffffff 94%, #0000) top/8px 8px
      no-repeat,
    conic-gradient(#0000 30%, #ffffff);
  background: radial-gradient(farthest-side, #ffffff 94%, #0000) top/8px 8px
      no-repeat,
    conic-gradient(#0000 30%, #ffffff);
  -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 8px), #000 0);
  -webkit-animation: l13 1s infinite linear;
  animation: l13 1s infinite linear;
}

@-webkit-keyframes l13 {
  100% {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes l13 {
  100% {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@-webkit-keyframes opacity {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.2;
  }

  100% {
    opacity: 1;
  }
}

@keyframes opacity {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.2;
  }

  100% {
    opacity: 1;
  }
}

/********* opt css start **********/

.form-loader {
  display: none;
}

.form-wrapper{
  border: 1px solid;
    padding: 32px 16px;
    border-radius: 15px;

}

.form-loader-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  /* background-color: var(--primary); */
  background-color: transparent;
  margin: auto;
  padding: 0.45rem 0.75rem 0.3rem 0.75rem;
  border-radius: 4px;
}

.form-loader-wrapper .loader-div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-loader-wrapper .loader-div .check {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--light);
  background-color: #01dd01;
  border-radius: 100px;
  width: 30px;
  height: 30px;
}

.form-loader-wrapper .loader-div .check i {
  font-size: 1.15rem;
}

.form-loader-wrapper .loader-div .check.red {
  background-color: #ff1919;
}

.form-loader-wrapper .loader-txt {
  /* color: var(--light); */
  color: var(--primary);
  font-size: 1rem;
  font-weight: 500;
}

.f-loader {
  width: 25px;
  height: 25px;
  border: 3px solid var(--primary);
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-animation: rotation 0.75s linear infinite;
  animation: rotation 0.75s linear infinite;
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

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

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

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

.otp-form {
  display: none;
}

.otp-title {
  font-size: 1.25rem;
  font-weight: 500;
  margin: 0 0 0.25rem 0 !important;
  text-align: center;
}

.otp-subtitle {
  font-size: 1rem;
  font-weight: 400;
  margin: 0 0 1.25rem 0 !important;
  text-align: center;
  opacity: 0.7;
}

.otp-inputs {
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}

.otp-input {
  width: 15%;
  height: 7dvh;
  font-weight: 600;
  font-size: 1.15rem;
  border-radius: 7px;
  text-align: center;
  border: none;
  outline: 2px solid #23408f6b;
}

.otp-input:focus,
.otp-input:active {
  outline: 2px solid var(--primary);
}

/* valid — green outline */
.otp-input.valid {
  outline: 2px solid #07d307 !important;
}

/* invalid — red outline */
.otp-input.invalid {
  outline: 2px solid #ff3c1d !important;
}

input:disabled {
  cursor: not-allowed !important;
}

.btn-resend {
  border: none;
  background: transparent;
  border-bottom: 1px solid #0e7fc3;
  padding: 0 0 0.25rem 0;
  width: max-content;
  color: #0e7fc3;
  margin: 1.15rem 0 0 0;
}

.modal-body {
  position: relative;
  overflow: hidden;
}

.modal-body.show {
  height: 45dvh;
}

.opt-success-res {
  position: absolute;
  top: 40%;
  left: 50%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: var(--light);
  z-index: 99999;
  display: none;
  justify-content: center;
  align-items: center;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.5s ease;
}

.opt-success-res.active {
  display: flex;
}

.modal-body.show .opt-success-res.active {
  top: 50%;
  opacity: 1;
  transition: all 0.5s ease;
}

.success-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.65rem;
}

.success-content video {
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.success-content .success-res {
  font-size: 1.185rem;
  font-weight: 600;
}

.input-hide.hide {
  display: none !important;
}

/********* opt css end **********/

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

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

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

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

a {
  text-decoration: none !important;
}

p {
  margin-bottom: 0rem !important;
}

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

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

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

.line {
  width: 6vw;
  height: 2px;
  border-radius: 100px;
  background-color: var(--primary);
  position: relative;
  bottom: 15px;
}

.line.about-line {
  bottom: unset;
}

.line.light {
  background-color: var(--light);
}

.input-group {
  margin-top: 24px;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 20px;
  background: #33509f;
  color: white;
}

.enquire {
  padding: 12px 0;
  /* background: black; */
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.divide-line {
  width: 2px;
  background-color: #fff;
}

.enq-button {
  color: #ffffff;
  background-color: #23408f;
}

.enq-button:hover {
  background-color: #1c3168 !important;
  color: #fff !important;
}

#enquire-now {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 20px;
}

header {
  position: fixed;
  z-index: 10;
  top: 0rem;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 100vw;
  left: 50%;
  background-color: var(--light);
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

header.dropped {
  top: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 100vw;
  background-color: var(--light);
}

nav {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 0.75rem 4rem;
}

nav.dropped {
  background-color: var(--primary);
}

.navbar-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-box-align: center;
  -ms-flex-align: center;
  gap: 1rem;
  align-items: center;
}

.navbar-container .navlogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
}

.navbar-container .menu {
  display: none;
}

.navbar-container .navlogo .logo {
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  width: 150px;
  -o-object-fit: cover;
  object-fit: cover;
}

nav.dropped .navbar-container .navlogo .logo {
  width: 100px;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  -o-object-fit: cover;
  object-fit: cover;
}

.mob-logo {
  width: 100px;
  -o-object-fit: contain;
  object-fit: contain;
}

.navbar-container .navbar-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-container .navbar-links .navbar-link .nav-link {
  color: var(--primary);
  font-size: 0.9rem;
  font-weight: 600;
  text-wrap: nowrap;
  text-transform: capitalize;
}

.btn-contact {
  border: 1px solid var(--light);
  background: #00afef;
  color: #2d4893;
  text-wrap: nowrap;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.55rem 1.15rem;
  font-size: 0.95rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  cursor: pointer;
  align-items: center;
  gap: 0.3rem;
  border-radius: 100px;
  -webkit-animation: pulse-effect-2 2.5s infinite;
  animation: pulse-effect-2 2.5s infinite;
}

@-webkit-keyframes pulse-effect-2 {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.404);
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.404);
  }

  100% {
    -webkit-box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
  }
}

@keyframes pulse-effect-2 {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.26);
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.26);
  }

  100% {
    -webkit-box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
  }
}

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

.offcanvas-body .offcanvas-navs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5rem;
}

.offcanvas-body .offcanvas-navs .offcanvas-nav .offcanvas-link {
  color: var(--light);
  font-size: 1rem;
  font-weight: 500;
}

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

.form-check input,
.form-check label {
  cursor: pointer;
}

.otp-through {
  color: var(--text-dark);
  font-size: 1.1rem;
  margin: 0.5rem 0 0.65rem 0 !important;
}

.btn-primary {
  color: var(--primary);
  border: none;
  padding: 0.5rem 1rem;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-top: 1px solid var(--primary);
  text-wrap: nowrap;
  font-size: 1rem;
  border-bottom: 1px solid var(--primary);
  text-transform: capitalize;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-animation: pulse-effect 2s infinite;
  animation: pulse-effect 2s infinite;
}

@-webkit-keyframes pulse-effect {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 #4c6dc591;
    box-shadow: 0 0 0 0 #476fdb91;
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 0 0 20px rgba(0, 0, 0, 0.144);
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0.144);
  }

  100% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

@keyframes pulse-effect {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 #4c6dc591;
    box-shadow: 0 0 0 0 #4c6dc591;
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 0 0 0.6rem rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0.6rem rgba(0, 0, 0, 0);
  }

  100% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

.btn-primary.btn-light {
  color: var(--light);
  border-top: 1px solid var(--light);
  border-bottom: 1px solid var(--light);
}

.btn-primary.btn-light.btn-custom {
  width: 250px;
  padding: 1rem;
  max-width: 100%;
}

.btn-primary:hover {
  color: var(--light);
  padding: 0.4rem 1rem;
  background: var(--primary);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.section-heading.custom-padding {
  padding: 0 2rem 0 0;
}

.section-heading .section-title.primary-title {
  font-size: 2.75vw;
  color: var(--primary);
  font-weight: 600;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  line-height: 2.5rem;
  margin: 1rem 0rem 1.25rem 0rem !important;
}

.section-heading .section-title.primary-title.light-title {
  color: var(--light);
  padding: 0rem 1rem;
}

section.main-banner {
  margin: 4.25rem 0 0 0;
}

.section-heading .section-subtitle {
  font-size: 1vw;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: var(--text-dark);
  font-weight: 500;
  line-height: 1.5rem;
  margin: 0 0 1rem 0 !important;
}

.section-heading .section-subtitle.custom-font {
  font-family: var(--MinionPro);
}

.section-heading .section-desc {
  font-size: 1vw;
  color: var(--dark);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-wrap: balance;
  font-weight: 400;
}

section.section-overview {
  position: relative;
  padding: 1rem 0 1.25rem 0;
}

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

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

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

.overview-img {
  position: relative;
  width: 100%;
  height: 450px;
  max-height: 100%;
  z-index: 2;
  padding: 2rem 0rem;
}

.overview-img::before {
  content: "";
  position: absolute;
  width: 95%;
  z-index: 0;
  height: 90%;
  background: -o-linear-gradient(233deg, #2492ff -29.67%, #23408f 91.42%);
  background: linear-gradient(217deg, #2492ff -29.67%, #23408f 91.42%);
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.overview-img img,
.overview-img iframe {
  position: relative;
  width: 100%;
  height: 98%;
  -o-object-fit: cover;
  object-fit: cover;
  left: -2vw;
  z-index: 1;
  pointer-events: none;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.overview-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #0043ae;
}

.overview-color {
  background-color: white;
  width: 110%;
  height: 90%;
  position: absolute;
}

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

.highlight-container {
  margin: 3.5rem auto auto auto;
}

.highlights {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.highlights .high-title {
  font-family: var(--BalooBhai);
  color: var(--primary);
  font-size: 1.45rem;
  font-weight: 600;
  text-align: center;
  text-wrap: pretty;
}

.highlights .high-subtitle {
  color: var(--primary);
  font-size: 0.9rem;
  font-weight: 500;
  text-align: center;
  text-wrap: pretty;
}

.section-heading-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
}

.heading-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}

.heading-line-desc {
  font-size: 1rem;
  color: var(--text-dark);
  text-wrap: pretty;
  padding: 0 3rem 0 0;
}

section.section-config {
  padding: 2rem 0 2.5rem 0;
}

.config-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 3rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin: 2.5rem 0 1.5rem 0;
}

.config-nav-container {
  width: 100%;
  padding: 0 2rem 0 0;
}

.config-container {
  width: 60dvw;
  margin: auto;
  max-width: 100%;
}

.config-container .swiper-wrapper {
  margin: 0 0 3rem 0;
}

.navs-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
}

.navs-control .config-prev,
.navs-control .config-next {
  cursor: pointer;
}

.config-nav {
  margin: 2rem auto;
}

.config-nav .nav-pills {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3rem;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  white-space: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.config-nav .nav-pills .nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.config-nav .nav-pills .nav-item .nav-link {
  background: transparent;
  font-weight: 500;
  font-size: 1rem;
  color: #081c52;
  padding: 0.5rem 3rem;
  border-radius: 0;
  border: 2px solid rgba(35, 64, 143, 0.1);
}

.config-nav .nav-pills .nav-item .nav-link.active {
  background: -o-linear-gradient(233deg, #2492ff -29.67%, #23408f 91.42%);
  background: linear-gradient(217deg, #2492ff -29.67%, #23408f 91.42%);
  color: var(--light);
}

.config {
  background: -o-linear-gradient(354deg, #23408f 8.37%, #2492ff 272.44%);
  background: linear-gradient(96deg, #23408f 8.37%, #2492ff 272.44%);
  /* width: 420px; */
  /* max-width: 100%; */
}

.config-img {
  width: 100%;
  height: 400px;
}

.config-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.config-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 2rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
}

.config-txt .config-txt-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 1.25rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.config-title {
  font-size: 1.75rem;
  font-family: var(--BalooBhai);
  font-weight: 600;
  color: var(--light);
}

.config-desc {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--light);
}

.config-subtitle {
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--light);
  display: none;
  font-family: var(--AbsaraSans-Bold);
}

.config-carousel {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.config-carousel .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  margin: 2rem auto;
}

.config-carousel .owl-dots button {
  width: 13px;
  height: 13px;
  border-radius: 100px;
  background: #e1e1e1 !important;
  -webkit-transform: scale(0.65);
  -ms-transform: scale(0.65);
  transform: scale(0.65);
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.config-carousel .owl-dots button.active {
  background: #23408f !important;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

section.section-amenities {
  position: relative;
  z-index: 3;
  /* background: rgba(0, 19, 70, 0.85); */
  padding: 1.5rem 0 0.5rem 0;
}

section.section-amenities::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  z-index: -2;
  height: 100%;
  background: url("../assets/images/overlay/amen-overlay.jpg") no-repeat center
    center/cover;
}

.amens-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
  left: 0;
  background: rgba(0, 19, 70, 0.85);
}

.amens-carousel-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.5rem;
}

.amens-carousel-nav .amens-prev,
.amens-carousel-nav .amens-next {
  cursor: pointer;
}

.amens-nav .nav-pills {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  gap: 1rem;
}

.amens-nav .nav-pills .nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.amens-nav .nav-pills .nav-item .nav-link {
  background: transparent;
  font-weight: 500;
  font-size: 1rem;
  color: var(--light);
  padding: 0.5rem 3rem;
  border-radius: 0;
  border: 2px solid rgba(255, 255, 255, 0.1);
}

.amens-nav .nav-pills .nav-item .nav-link.active {
  background: -o-linear-gradient(233deg, #2492ff -29.67%, #23408f 91.42%);
  background: linear-gradient(217deg, #2492ff -29.67%, #23408f 91.42%);
  color: var(--light);
}

.amenities-content-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3.5rem 1fr 3.5rem 1fr 3.5rem 1fr 3.5rem 1fr;
  grid-template-columns: repeat(5, 1fr);
  gap: 2.5rem 3.5rem;
}

.amenities-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
}

.amenities-img img {
  width: 70px !important;
}

.amenities-content .amenities-txt {
  color: var(--light);
  font-family: var(--BalooBhai);
  font-size: 1.15rem;
  text-align: center;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  text-wrap: balance;
  font-weight: 500;
}

.amenities-content .amenities-desc {
  color: var(--light);
  font-size: 0.9rem;
  text-align: center;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  text-wrap: balance;
}

.amenities-container {
  margin: 3rem auto 1rem auto;
}

.amens-carousel-container {
  margin: 2rem auto;
}

.amenities-carousel .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  margin: 2rem auto;
}

.amenities-carousel .owl-dots button {
  width: 12px;
  height: 12px;
  border-radius: 100px;
  background: #8e8e8e !important;
  -webkit-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.amenities-carousel .owl-dots button.active {
  background: var(--light) !important;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

section.section-location {
  padding: 2rem 0;
}

.map-location {
  width: 100%;
  height: 400px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.map-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.yt-loader {
  position: absolute;
  top: 50%;
  z-index: 2;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

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

.map-tab-content {
  margin: 2.5rem 0 0 0;
}

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

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

.accordion-content .acc-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.25rem;
}

.accordion-button {
  font-weight: 600;
  font-size: 1.1rem;
}

.accordion-button::after {
  background-image: unset;
  content: "+";
  width: 15px;
  height: 20px;
  font-size: 1.5rem;
}

.accordion-button:not(.collapsed)::after {
  background-image: unset;
  font-size: 1.5rem;
  -webkit-transform: unset;
  -ms-transform: unset;
  transform: unset;
  width: 15px;
  height: 20px;
  content: "-";
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
}

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

.accordion-item {
  border: 1px solid #000;
}

.location-nav .nav-pills {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* gap: 1rem; */
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.location-nav .nav-pills .nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% / 2);
}

.location-nav .nav-pills .nav-item .nav-link {
  background: transparent;
  text-transform: capitalize;
  color: var(--text-dark);
  width: 100%;
}

.location-nav .nav-pills .nav-item .nav-link.active {
  color: #030303;
  position: relative;
}

.location-nav .nav-pills .nav-item .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: black;
}

.more-desc {
  margin: 2rem 1rem 1rem 1rem;
}

section.section-master {
  padding: 2rem 0;
}

.master-plan-img {
  max-width: 100%;
  border-radius: 8px;
  border: 1px solid #aeaeae;
  width: 650px;
  overflow: hidden;
  position: relative;
  margin: 2rem auto 1rem auto;
}

.master-plan-img img {
  width: 100%;
  height: 100%;
  /* -webkit-filter: blur(6px); */
  /* filter: blur(6px); */
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
  filter: blur(3px);
}

.btn-master-plan {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

section.section-gallery {
  padding: 2rem 1.5rem;
}

.gallery-nav {
  margin: 2.5rem auto 1rem auto;
}

.gallery-nav .nav-pills {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* gap: 1rem; */
  width: 100%;
  margin: auto;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.gallery-nav .nav-pills .nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% / 4);
}

.gallery-nav .nav-pills .nav-item .nav-link {
  background: transparent;
  text-transform: capitalize;
  color: var(--text-dark);
  width: 100%;
  font-size: 1.15rem;
}

.gallery-nav .nav-pills .nav-item .nav-link.active {
  color: #030303;
  position: relative;
}

.gallery-nav .nav-pills .nav-item .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: black;
}

.gallery-carousel .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 3rem auto 1rem auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
}

.gallery-carousel .owl-dots::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  z-index: -1;
  background-color: #dfdede;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.gallery-carousel .owl-dots button {
  width: 15px;
  height: 15px;
  border-radius: 100px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  background-color: rgb(218, 218, 218) !important;
}

.gallery-carousel .owl-dots button.active {
  background: -o-linear-gradient(233deg, #2492ff -29.67%, #23408f 91.42%);
  background: linear-gradient(217deg, #2492ff -29.67%, #23408f 91.42%);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.gallery-container {
  position: relative;
  padding: 0 3rem;
}

.gallery-carousel {
  /* position: relative; */
  margin: 3rem 0rem 2rem 0rem;
}

.gallery-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 38%;
  left: -85px;
}

.gallery-carousel .owl-nav .owl-next {
  top: 38%;
  right: -85px;
  position: absolute;
}

.gallery-carousel .owl-item.active.center .gallery-img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
}

.gallery-carousel .owl-item:not(.active.center) .gallery-img {
  position: relative;
}

.gallery-carousel .owl-item:not(.active.center) .gallery-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0043ae79;
  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

.gallery-carousel .owl-item .gallery-img {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  position: relative;
}

.gallery-img {
  width: 100%;
  height: 100%;
}

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

section.section-floorplan {
  position: relative;
}

.floorplan-carousel .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.25rem;
  margin: 2rem auto 1rem auto;
}

.floorplan-carousel .owl-dots button {
  width: 15px;
  height: 5px;
  border-radius: 100px;
  -webkit-transition: all 1.1s ease;
  -o-transition: all 1.1s ease;
  transition: all 1.1s ease;
  background-color: #dfdfdf !important;
}

.floorplan-carousel .owl-dots button.active {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  width: 25px;
  background-color: var(--primary) !important;
}

.floor-txt {
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
}

section.section-documents {
  position: relative;
  padding: 2rem 0;
}

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

.document-nav {
  margin: 2.5rem auto auto auto;
}

.document-nav .nav-pills {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* gap: 1rem; */
  width: 60%;
  margin: auto;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.document-nav .nav-pills .nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% / 2);
}

.document-nav .nav-pills .nav-item .nav-link {
  background: transparent;
  text-transform: capitalize;
  color: var(--text-dark);
  width: 100%;
}

.document-nav .nav-pills .nav-item .nav-link.active {
  color: #030303;
  position: relative;
}

.document-nav .nav-pills .nav-item .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: black;
}

.document-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
  margin: 2.5rem auto 2rem auto;
}

.document-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 1rem;
}

.document-txt .document-title {
  font-size: 0.95rem;
}

section.section-explore {
  padding: 2.5rem 1rem 2.8rem 1rem;
}

.explore-container {
  width: 70%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 300px;
  max-height: 100%;
}

.explore-container::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../assets/images/overlay/explore-overlay.jpg") no-repeat
    center center/cover;
}

.explore-title {
  font-size: 2.5rem;
  color: var(--light);
  line-height: 1.5rem;
  font-weight: 500;
  text-align: center;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.explore-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2rem auto auto auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
}

section.section-about {
  padding: 2rem 0 4rem 0;
}

.about-img {
  width: 100%;
  height: 240px;
  max-height: 100%;
}

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

.about-content-grid {
  margin: 2rem auto auto auto;
}

.about-content {
  padding: 1rem 0rem 1rem 2rem;
}

.about-logo {
  width: 200px;
  max-width: 100%;
  height: 100px;
}

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

.about-content .about-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 1rem;
  margin: 0 0 2rem 0;
}

.about-content .about-heading .about-title {
  text-transform: capitalize;
  font-size: 2.5rem;
  color: #001a44;
  font-weight: 400;
}

.about-content .about-heading .about-subtitle {
  color: #001a44;
  font-size: 1.15rem;
  position: relative;
}

.about-content .about-heading .about-subtitle::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 3px;
  border-radius: 100px;
  background: #001a44;
}

.about-desc-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
  height: 100%;
  width: 100%;
}

.about-desc-content .about-desc {
  font-size: 0.9rem;
}

.modal-logo {
  width: 120px;
  max-width: 100%;
}

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

.form-control.custom-input {
  border: none;
  border-bottom: 1px solid var(--primary);
  background: transparent;
  border-radius: 0px;
  color: var(--primary);
}

.mobile-input-div {
  position: relative;
}

.mobile-input-div .country-code {
  position: absolute;
  top: 7px;
  left: 2px;
  font-weight: 500;
  font-size: 0.9rem;
  color: var(--primary);
}

.invalid-feedback {
  margin-top: 0.2rem;
  font-size: 0.875rem;
}

.form-control.custom-input.mobile-input {
  padding-left: 2.55rem;
}

.form-control.custom-input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-submit {
  background: var(--primary);
  color: var(--light);
  border: none;
  padding: 0.5rem 2rem;
  margin: 1rem 0 0 0;
}

.contact-form {
  padding: 1rem 0 0.25rem 0;
}

::-webkit-input-placeholder {
  color: var(--primary) !important;
}

::-moz-placeholder {
  color: var(--primary) !important;
}

:-ms-input-placeholder {
  color: var(--primary) !important;
}

::-ms-input-placeholder {
  color: var(--primary) !important;
}

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

.desktop-carousel {
  display: block;
}

.mobile-carousel {
  display: none;
}

.enquire-div {
  position: fixed;
  bottom: -50px;
  left: -50px;
  z-index: 99;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease;
  width: 98%;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  flex-direction: row-reverse;
  margin: auto;
}

.enquire-div.show {
  bottom: 1vw;
  -webkit-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease;
  left: 1vw;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.btn-enquire {
  color: var(--light);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0.45rem 1.5rem;
  background: var(--primary);
  font-size: 1.25rem;
  font-weight: 500;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  cursor: pointer;
  -webkit-animation: pulse-effect 2s infinite;
  animation: pulse-effect 2s infinite;
}

.btn-brochure2 {
  color: var(--light);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0.45rem 1.5rem;
  background: var(--primary);
  font-size: 1.25rem;
  font-weight: 500;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  cursor: pointer;
  -webkit-animation: pulse-effect 2s infinite;
  animation: pulse-effect 2s infinite;
  /* display: none; */
}

.btn-brochure2 a {
  color: #ffff !important;
}

.floor-main {
  display: none;
}

.floor-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
}

.floor-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #dfdfdf;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  gap: 0.45rem;
  background-color: var(--primary);
  padding: 0.5rem 1.25rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
}

.floor-content .floor-config {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--light);
}

.floor-content .floor-price {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--light);
}

.checkbox-label {
  font-size: 0.85rem;
}

/********** footer ***********/
.footer-black {
  background: #2b2b2b;
  padding: 2rem 0 1rem 0;
}

.footer-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  padding: 0 1.5rem;
}

.footer-logo .logo {
  width: 170px;
  max-width: 100%;
  height: auto;
}

.footer-logo .logo.logo-2 {
  background-color: #fff;
  border-radius: 8px;
}

.footer-logo .logo.logo-2 p {
  color: #000;
  font-size: 1.1rem;
  text-align: center;
  margin: -1.35rem auto 0.15rem auto !important;
}

.vr-line {
  width: 1px;
  height: 18dvh;
  background-color: #ffffff7d;
}

.footer-logo .logo img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  -o-object-fit: cover;
  object-fit: cover;
  background: #fff;
  padding: 5px;
}

.text-footer p {
  color: var(--light);
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  padding: 1.3rem 1rem;
  text-wrap: balance;
}

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

/* thank you page css */

nav.thank-you {
  background-color: #00000080;
}

.fa-phone:before {
  padding: 8px;
}

section.secton-thankyou {
  height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0rem 1.5rem;
  margin: 8rem auto auto auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 100%;
}

section.secton-thankyou .thankyou-title {
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0.75rem auto 1.15rem auto !important;
  text-align: center;
  text-wrap: pretty;
}

section.secton-thankyou .thankyou-subtitle {
  font-size: 1rem;
  font-weight: 400;
  opacity: 0.75;
  text-align: center;
  text-wrap: pretty;
}

.call-btn {
  background-color: #23408f;
  color: #fff;
  border-radius: 2px;
  border: none;
  position: fixed;
  z-index: 99;
  display: none;
  top: 50%;
  right: 0;
  -webkit-transform: rotate(270deg) translateY(42px);
  -ms-transform: rotate(270deg) translateY(42px);
  transform: rotate(270deg) translateY(42px);
  padding: 0.5rem 1.5rem;
  font-size: 1rem;
}



.high-img img{
  width: 110px !important;
  margin: 10px 0;
  filter: brightness(0) saturate(100%) invert(17%) sepia(87%) saturate(2200%) hue-rotate(212deg) brightness(92%) contrast(96%);

}

.go_txt {
  font-size: 15px;
  color: #000;
  color: var(--light);
  background-color: var(--primary) !important;
  border-radius: 3.125rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.65rem 1rem;
  margin: 15px auto 0;
}



.visible-xs{
  display: none;
}

/* thank you page css */

@media only screen and (max-width: 1400px) {
  nav {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding: 0.65rem 2rem;
  }

  .navbar-container .navbar-links .navbar-link .nav-link {
    font-size: 0.85rem;
  }
}

@media only screen and (max-width: 1280px) {
  .navbar-container .navbar-links {
    gap: 1rem;
  }

  .navbar-container .navbar-links .navbar-link .nav-link {
    font-size: 0.8rem;
  }
}

@media only screen and (max-width: 1200px) {
  .navbar-container .menu {
    display: block;
  }

  .navbar-links {
    display: none !important;
  }

  .config-nav .nav-pills {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    /* justify-content: space-between; */
    padding: 0 3rem 0 0;
  }

  .about-img {
    height: 260px;
    max-height: 100%;
  }

  .config-container {
    width: 80dvw;
  }
}

@media only screen and (max-width: 991px) {
  .custom-container {
    width: 100%;
    margin: auto;
  }

  .section-heading {
    padding: 0 1rem;
  }

  .section-heading.custom-padding {
    padding: 0rem 1rem;
  }

  .overview-img {
    width: 95%;
    z-index: 2;
    margin: 0 0 0 auto;
  }

  .section-heading .section-title.primary-title {
    font-size: 2.25rem;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  section.section-overview::after {
    display: none;
  }

  .section-heading .section-subtitle {
    font-size: 0.95rem;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  .config-container {
    width: 100%;
  }

  .config-nav-container {
    width: 95%;
    margin: auto;
    padding: 0;
  }

  .config-img {
    height: 350px;
  }

  .line {
    display: none;
  }

  .section-heading-line {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0rem;
  }

  .config-nav .nav-pills {
    gap: 1.25rem;
  }

  .config-main {
    gap: 3rem;
    width: 95%;
    margin: 1.5rem auto auto auto;
  }

  .heading-line-desc {
    padding: 0;
  }

  .amenities-content-container {
    -ms-grid-columns: 1fr 3.5rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem 3.5rem;
  }

  .amenities-content .amenities-txt {
    font-size: 1.1rem;
    -webkit-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    transition: all 0.45s ease;
  }

  .amenities-content .amenities-desc {
    font-size: 0.75rem;
    -webkit-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    transition: all 0.45s ease;
  }

  .about-img {
    height: 335px;
    max-height: 100%;
  }

  .overview-container {
    padding: 1rem 0;
  }

  .amens-carousel-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 767px) {
  section.main-banner {
    margin: 4rem auto auto auto;
  }
  
   .hidden-xs{
    display: none;
   }

   .visible-xs{
    display: block;
   }

  .high-img img{
    width: 80px !important;
  }

  .section-heading .section-title.primary-title {
    font-size: 2rem;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  .highlights .high-title {
    font-size: 1.25rem;
  }

  .enquire {
    display: none;
  }

  .call-btn {
    display: block;
  }

  .config-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 1rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }

  .navs-control {
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  section.section-gallery {
    padding: 1.5rem 0.5rem;
  }

  .gallery-container {
    position: relative;
    padding: 0;
  }

  .gallery-carousel {
    /* position: relative; */
    margin: 3rem 0rem 2rem 0rem;
  }

  .document-nav .nav-pills {
    width: 100%;
  }

  .explore-container {
    width: 100%;
  }

  .explore-title {
    font-size: 2.25rem;
    -webkit-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    transition: all 0.45s ease;
  }

  .about-content {
    padding: 0rem;
  }

  header {
    top: 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    width: 100vw;
    background-color: var(--light);
  }

  .btn-contact {
    border-radius: 100px;
    border: 1px solid #00afef;
    background: -o-linear-gradient(
      right,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 49.5%,
      rgba(255, 255, 255, 0) 100%
    );
    background: -webkit-gradient(
      linear,
      right top,
      left top,
      from(rgba(255, 255, 255, 0)),
      color-stop(49.5%, rgba(255, 255, 255, 0)),
      to(rgba(255, 255, 255, 0))
    );
    background: linear-gradient(
      270deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 49.5%,
      rgba(255, 255, 255, 0) 100%
    );
  }

  .desktop-carousel {
    /* display: none !important; */
  }

  .mobile-carousel {
    display: block !important;
  }

  .config-nav .nav-pills {
    padding: 0 0.5rem 0 0;
  }

  .more-desc {
    margin: 0rem 0rem 1rem 1rem;
  }

  .master-plan-img {
    margin: 1.5rem auto 0.25rem auto;
  }

  .about-content-grid {
    margin: 0rem auto auto auto;
  }

  .config-carousel {
    display: unset !important;
  }

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

  .gallery-nav .nav-pills .nav-item {
    -webkit-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    transition: all 0.45s ease;
    width: 100%;
  }
}

@media only screen and (max-width: 576px) {
  .config-img {
    height: 300px;
  }

  .gallery-nav .nav-pills .nav-item .nav-link {
    font-size: 1rem;
    text-wrap: nowrap;
  }

  .document-nav .nav-pills .nav-item .nav-link {
    font-size: 0.85rem;
    text-wrap: nowrap;
  }

  .explore-title {
    font-size: 2rem;
    -webkit-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    transition: all 0.45s ease;
  }

  /* .high-img {
    width: 90%;
    margin: auto;
  } */

  .highlights {
    gap: 0rem;
  }

  .highlights .high-title {
    font-size: 1.15rem;
    margin: -2px 0 0 0;
    text-wrap: balance;
  }

  .highlights .high-subtitle {
    font-size: 0.85rem;
    margin: 0.75rem 0 0 0;
  }

  .section-heading .section-title.primary-title {
    font-size: 1.75rem;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin: 1rem 0rem 0.85rem 0rem !important;
  }

  .config-title {
    font-size: 1.25rem;
  }

  .config-desc {
    font-size: 0.95rem;
  }

  .config-nav .nav-pills {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 1rem 0 0;
  }

  .gallery-nav {
    margin: 1.5rem auto 1rem auto;
  }

  .document-nav {
    margin: 1.5rem auto auto auto;
  }

  .explore-container {
    height: 400px;
    max-width: 100%;
  }

  .explore-container::after {
    background: url("../assets/images/overlay/explore-overlay-mob.png")
      no-repeat center center/cover;
  }

  .overview-img {
    height: 345px;
    max-height: 100%;
  }

  .overview-img img {
    width: 95%;
  }

  .btn-enquire {
    width: 50vw;
    padding: 0.5rem 0rem;
    background: var(--primary);
    font-size: 1rem;
    text-align: center;
    -webkit-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    transition: all 0.45s ease;
    cursor: pointer;
    -webkit-animation: unset;
    animation: unset;
  }

  .btn-brochure2 {
    width: 50vw;
    padding: 0.5rem 0rem;
    background: var(--primary);
    font-size: 1rem;
    text-align: center;
    -webkit-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    transition: all 0.45s ease;
    cursor: pointer;
    -webkit-animation: unset;
    animation: unset;
    display: block;
  }

  .btn-brochure2 a {
    color: #fff;
  }

  .enquire-div {
    /* bottom: -50px; */
    left: 0px;
    z-index: 99;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    /* display: flex; */
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: 0;
  }

  .enquire-div::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    opacity: 0.6;
    background: var(--light);
    width: 1px;
    height: 100%;
  }

  .fa-download:before {
    padding: 8px;
  }

  .fa-phone:before {
    padding: 8px;
  }

  .fa-phone {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .fa-envelope:before {
    padding: 8px;
  }

  .enquire-div.show {
    bottom: 0;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    left: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 0;
  }

  .form-loader-wrapper .loader-div .check {
    width: 28px;
    height: 28px;
  }

  .form-loader-wrapper .loader-div .check i {
    font-size: 0.875rem;
  }

  .form-loader-wrapper .loader-txt {
    font-size: 0.875rem;
    font-weight: 400;
  }

  .otp-input {
    width: 20%;
    height: 8dvh;
  }
}
