@import url("https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&display=swap");

:root {
  --bs-primary: #0f5176;
  --bs-secondary: #d3d3d3;
  --bs-body-font-family: "Arimo", sans-serif;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #312c2c;
  --bs-body-bg: #fff;
  /* --bs-font-secondary: "Abril"; */
  font-display: swap;
}

.tk-abril-text {
  font-family: "abril-text", serif;
}
.tk-abril-display {
  font-family: "abril-display", serif;
}
body {
  overflow-x: hidden;
}

html {
  scroll-behavior: initial !important;
}

img {
  max-width: 100%;
  height: auto;
}

.section {
  padding: 40px 0 50px;
}

.btn {
  font-size: 0.875rem;
}

.btn-primary {
  background-color: var(--bs-primary);
  color: #fff;
  border-color: var(--bs-primary);
}

.btn-primary:hover,
.btn-primary:active {
  background-color: var(--bs-secondary);
  color: #fff;
  border-color: var(--bs-secondary);
}

#header .header-wrap {
  padding: 10px 0;
  background-color: #f7fafc;
}

#header .header-wrap .container-xl {
  position: relative;
}

#header .header-wrap .header-logo img {
  max-width: 100px;
}

#header .header-nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  grid-column-gap: 15px;
}

#header .header-nav li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  line-height: 1.3;
}

#header .header-nav li a {
  margin: 0;
  padding: 0 6px;
  display: inline-block;
  color: #000;
  text-decoration: none;
  font-weight: 200;
}

#header .header-nav li a:hover {
  color: var(--bs-primary);
}

.banner-content-row {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.banner-form-row {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.banner-content .head {
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 600;
  font-style: italic;
}
.banner-content .subhead {
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 400;
  border-bottom: 1px solid #fff;
  width: fit-content;
  font-style: italic;
}
.banner-list li {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
  font-style: italic;
}
.banner-list li span {
  font-weight: 600;
}
.banner-price {
  background: linear-gradient(
    267deg,
    rgb(255 255 255 / 44%) 12%,
    rgb(255 255 255 / 89%) 36%
  );
  width: fit-content;
  padding: 20px;
  font-size: 1.5rem;
  line-height: 1.2;
  color: var(--bs-primary);
  font-style: italic;
  font-weight: 400;
}
.bannerLoc {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
}
.handover {
  position: absolute;
  bottom: 0;
  right: 60px;
  width: fit-content;
  padding: 20px 30px;
  border-radius: 6px 6px 0 0;
  background: #fff;
}
.handover p {
  font-size: 1.5rem;
  line-height: 1.2;
  color: var(--bs-primary);
  font-style: italic;
  font-weight: 900;
}
.banner-form {
  padding: 30px;
  border-radius: 6px;
  /* max-width: 360px; */
}
.form-group {
  position: relative;
  margin-bottom: 22px;
}
.form-group .form-control,
.form-group .form-select {
  padding-left: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #000;
  background-color: transparent;
  margin: 6px 0 0;
}
.form-control:focus,
.form-select:focus {
  border: 1px solid #000;
  box-shadow: none;
}
.form-group label {
  position: absolute;
  top: -6px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  background: #fff;
  backdrop-filter: blur(4px);
  padding: 0 12px 0 6px;
  margin: 0 0 0 12px;
}
.sec_head {
  font-size: 2rem;
  margin-bottom: 16px;
  color: #312c2c;
  border-bottom: 1px solid #312c2c;
  width: fit-content;
  font-style: italic;
}
.sec_sub {
  font-size: 1.75rem;
  color: #312c2c;
  font-style: italic;
}

.elevated_sec {
  background-image: url(../images/bg-2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 600px;
  display: flex;
  align-items: self-start;
}

.swiper-sli-action {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 16px 0 0;
}
.swiper-sli-action .swiper-btn-next,
.swiper-sli-action .swiper-btn-prev {
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  margin: 2px;
}
.swiper-sli-action .swipe-pagination {
  width: auto;
  margin: 0 6px;
}
.swiper-sli-action .swipe-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: transparent;
  border: 1px solid #041624;
  opacity: 1;
}
.swiper-sli-action
  .swipe-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #041624;
}
.swiper-sli-action .swiper-btn-prev {
  background-image: url(../images/pagination-prev.svg);
}
.swiper-sli-action .swiper-btn-next {
  background-image: url(../images/pagination-next.svg);
}
.swiper-sli-action .swiper-button-disabled {
  opacity: 0.7;
}
.life_img {
  position: relative;
}
.life_img .card-img-overlay {
  top: auto;
  z-index: 1;
}
.highlights_sec {
  background-color: var(--bs-secondary);
}

.accordion-button:after {
  background-image: url(../images/plus.svg) !important;
  z-index: 1;
  background-position: center;
  width: 16px;
  height: 16px;
}

.accordion-button:not(.collapsed):after {
  transform: rotate(-180deg);
  background-image: url(../images/minus.svg) !important;
  width: 16px;
  z-index: 1;
  background-position: center;
}

.spec_acc .accordion-body {
  padding: 0px 0px 20px 20px;
}

.accordion-body li {
  line-height: 1.8;
  font-weight: 500;
}

.spec_acc .accordion-button {
  padding: 16px 30px 16px 30px;
  border: 0;
  border-radius: 0;
  font-size: 1.5rem;
  font-weight: 800;
  font-style: italic;
}

.spec_acc .accordion-button:not(.collapsed) {
  background: #fff;
}

.spec_acc .accordion-item {
  border-radius: 0;
  margin: 10px 0;
  color: #312c2c;
}

.spec_acc .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.unitplan_sec {
  background-color: var(--bs-secondary);
}
.specific-acc .accordion-item {
  border: 0;
  background-color: #fff;
  margin: 10px 0;
  border-radius: 8px;
  border: 1px solid #312c2c;
}
.specific-acc .accordion-button {
  background-color: var(--bs-secondary);
  color: #000;
  font-size: 18px;
  line-height: 24px;
  padding: 10px 20px;
  border-radius: 8px;
}
.specific-acc .accordion-body p {
  margin-bottom: 0;
}
.accordion-button:focus {
  box-shadow: none;
}
footer {
  background-color: var(--bs-secondary);
}
.rera-block {
  width: fit-content;
  padding: 6px 12px;
}
.borderleft {
  border-left: 1px solid #000;
  height: 60px;
}

.bottom-action {
  position: fixed;
  bottom: 20px;
  left: 50%;
  width: auto;
  transform: translateX(-50%);
  display: flex;
  gap: 6px;
  z-index: 3;
}
.bottom-action .btn-secondary {
  background-color: var(--bs-secondary);
  border: 1px solid var(--bs-primary);
  color: var(--bs-primary);
  min-width: 150px;
}
footer a:hover {
  color: var(--bs-primary) !important;
}
@media (min-width: 1199px) {
  .life_swiper .swiper-slide.swiper-slide-active .life_img img,
  .life_swiper_one .swiper-slide.swiper-slide-active .life_img img {
    height: 300px !important;
    margin-top: 0 !important;
  }
  .life_swiper .swiper-slide .life_img img,
  .life_swiper_one .swiper-slide .life_img img {
    margin-top: 26px !important;
  }
}

@media (max-width: 991px) {
  .navbar-expand .navbar-nav {
    position: absolute;
    bottom: -30px;
    display: inline-flex;
    justify-content: space-around;
    width: 100%;
    left: 0;
    right: 0;
    white-space: nowrap;
    overflow: scroll;
    padding: 0 10px 6px;
    background-color: #f7fafc;
  }
  #header .header-nav li {
    font-size: 14px;
  }
  .banner-form-row {
    position: relative;
    transform: none;
    padding: 30px 0;
    background-color: #fff;
  }
  .banner-form {
    width: 100%;
    max-width: none;
    border: 1px solid var(--bs-primary);
  }
  .banner-img img {
    height: 660px;
    object-fit: cover;
  }
  .sec_head {
    font-size: 1.75rem;
  }
}

@media (max-width: 767px) {
  .banner-content .head {
    font-size: 1.75rem;
  }
  .banner-price {
    font-size: 1rem;
    padding: 10px 20px;
  }
  .banner-list li {
    font-size: 1rem;
  }
  .handover {
    right: 20px;
    padding: 10px 20px;
  }
  .handover p {
    font-size: 1rem;
  }
  .bannerLoc {
    bottom: 30px;
  }
  .banner-form {
    padding: 20px;
  }
  .section {
    padding: 30px 0;
  }
  .sec_head {
    font-size: 1.5rem;
  }
  .sec_sub {
    font-size: 1.25rem;
  }
  .spec_acc .accordion-button {
    font-size: 1.125rem;
    padding: 12px 20px 12px 20px;
  }
  .spec_acc .accordion-body {
    padding: 0 0 10px 0;
  }
  .accordion-body li {
    line-height: 1.5;
    font-size: 0.9rem;
  }
  .map {
    height: 280px;
  }
}
@media (max-width: 576px) {
  .banner-content-row {
    top: 15%;
    transform: none;
  }

  .sec_head {
    font-size: 1.25rem;
  }
  .section {
    padding: 20px 0;
  }
  footer {
    font-size: 0.9rem;
  }
}
