@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

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

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

:root {
  --bs-primary: #af7c41;
  --bs-secondary: #530d66;
  --bs-body-font-family: "Gilroy";
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #000;
  --bs-body-bg: #fff;
}

body {
  overflow-x: hidden;
}

html {
  scroll-behavior: initial !important;
}

img {
  max-width: 100%;
  height: auto;
}

.section {
  padding: 50px 0;
}

.sec_head {
  font-size: 2.25rem;
  margin-bottom: 16px;
  color: var(--bs-secondary);
  font-weight: 600;
  line-height: 1.3;
  display: flex;
  align-items: center;
}

.sec_head:after {
  content: "";
  background-image: url(../images/arr-r.svg);
  background-repeat: no-repeat;
  background-position: center left;
  width: 100px;
  height: 15px;
  margin-left: 16px;
  margin-top: 8px;
}

.sec_head::before {
  content: "";
  background-image: url(../images/arr-l.svg);
  background-repeat: no-repeat;
  background-position: center right;
  width: 100px;
  height: 15px;
  margin-right: 16px;
  margin-top: 8px;
}

.sec_head.left:before {
  display: none;
}

.sec-head {
  font-size: 1.125rem;
  margin-bottom: 12px;
  color: var(--bs-primary);
  font-weight: 600;
  line-height: 1.3;
  display: flex;
  align-items: center;
}

.sec-head:after {
  content: "";
  background-color: var(--bs-primary);
  width: 40px;
  height: 2px;
  margin-top: 4px;
  margin-left: 16px;
}

.btn {
  font-size: 0.875rem;
}

.btn-primary {
  background-color: var(--bs-primary);
  color: #fff;
  border-color: transparent;
}

.btn-primary:hover {
  background-color: var(--bs-primary);
  color: #fff;
  border-color: var(--bs-primary);
}

.btn-secondary {
  background-color: var(--bs-secondary);
  color: #fff;
  border-color: transparent;
}

.btn-secondary:hover {
  background-color: var(--bs-secondary);
  color: #fff;
  border-color: transparent;
}

.form-control:focus,
.form-select:focus {
  border: 1px solid;
  box-shadow: none;
}

.back_bg {
  background-color: #fffaf5;
}

.navbar-nav .nav-link {
  color: #fff;
  font-size: 14px;
}

.navbar.navbar-custom {
  box-shadow: none;
  transition: all 0.2s ease-in-out;
  padding: 8px;
  margin: 10px;
  border-radius: 12px;
}

.navbar.navbar-custom.light-bg {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.navbar.navbar-custom.light-bg .nav-link {
  color: var(--bs-secondary);
}

.logodark {
  display: none;
}

.navbar.navbar-custom.light-bg .logodark {
  display: block;
}

.navbar.navbar-custom.light-bg .logowhite {
  display: none;
}

.navbar.navbar-custom.light-bg .navbtn {
  background-color: var(--bs-secondary) !important;
}

.navbar-brand img {
  height: 50px;
}
.bg-image img {
  height: 700px;
  object-fit: cover;
}
.banner-caption {
  position: absolute;
  display: flex;
  top: 0;
  bottom: 0;
  align-items: center;
  width: 100%;
}

.banner_content .head {
  color: #d6b594;
  font-size: 30px;
  line-height: 2;
  font-weight: 400;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

.banner_content .head:after {
  content: "";
  background-image: url(../images/arr-rl.svg);
  background-repeat: no-repeat;
  background-position: center left;
  width: 110px;
  height: 15px;
  margin-left: 16px;
}

.banner_content .title {
  font-size: 70px;
  font-weight: 300;
  display: grid;
}

.tableblock .titlet {
  font-size: 16px;
  color: #ffefd9;
  font-weight: 500;
}

.tableblock .subtitle {
  font-size: 16px;
  color: #d6b594;
  font-weight: 500;
  display: grid;
}

.banner-rera {
  position: absolute;
  bottom: 10px;
  right: 0;
  font-size: 14px;
  width: fit-content;
}

.banner-form-row {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.banner_form {
  padding: 30px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
  box-shadow: 0 13px 20px #0000000d;
}

.project-details li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
}

.project-details span {
  font-weight: 500;
}
.project-details span:nth-child(1) {
  width: 35%;
}
.project-details span:nth-child(2) {
  width: 40%;
}
.project-details span:nth-child(3) {
  width: 20%;
}
.project-details .dots {
  display: flex;
  align-items: center;
}

.project-details li .dots {
  border: 1px dotted var(--bs-primary);
  /* width: 60%; */
}

.smart-card {
  padding: 10px;
}

.smart-card .icon {
  width: 80px;
  margin-bottom: 10px;
}

.smart-card .text {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}

/* .amenities_sec  */
.Amenities_acc .accordion-item {
  background-color: transparent;
  border: none;
}

.Amenities_acc .accordion-button {
  background-color: transparent;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid var(--bs-primary);
  padding: 4px 10px;
  color: var(--bs-secondary);
  font-size: 1.25rem;
  font-weight: 500;
  border-radius: 0 !important;
}

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

.accordion-body {
  padding: 0;
}

.accordion-body li {
  list-style: none;
  display: flex;
  padding: 1px 0;
}

.accordion-body li::before {
  content: "";
  display: inline-block;
  height: 25px;
  width: 25px;
  background-image: url(../images/diamond.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 12px;
}

.accordion-item:first-of-type .accordion-button,
.accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 12px;
  box-shadow: none;
}

.spec_acc .accordion-button {
  padding: 10px 16px;
  border: 0;
  border-radius: 12px;
  color: var(--bs-secondary);
  background-color: #fff;
  font-size: 1.15rem;
  font-weight: 500;
}

.spec_acc .accordion-button:not(.collapsed) {
  background: #fff;
  color: var(--bs-secondary);
}

.spec_acc .accordion-item {
  border: 1px solid #af7c4141;
  background: transparent;
  border-radius: 8px;
  margin: 10px 0;
}

.spec_acc .accordion-button:not(.collapsed) {
  box-shadow: none;
}

.spec_acc .accordion-body ul {
  padding-left: 10px;
}

.master_img_div {
  border: 1px solid #af7c4158;
  border-radius: 16px;
  margin-top: 36px;
  background-color: #fff;
  height: 100%;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 0px 11px 0px inset;
}
.swiper-slide {
  height: initial;
}

.zoom_icon {
  right: 20px;
  bottom: 20px;
  width: 30px;
}

.tabs-sec .nav-item .nav-link {
  background-color: #fff;
}

.nav-pills .nav-link {
  background: #fff;
  border: 0;
}

.tabs-sec .nav-link {
  color: #1e1e1e;
  font-weight: 500;
  border-radius: 0;
  padding: 5px 30px;
}

.tabs-sec .nav-item:nth-child(1) .nav-link {
  border-radius: 8px 0px 0px 8px;
}

.tabs-sec .nav-item:last-child .nav-link {
  border-radius: 0 8px 8px 0;
}

.tabs-sec .nav-link.active {
  color: #fff;
  background-color: var(--bs-secondary);
}

.floorplan_sec .master_img {
  max-height: 500px;
  object-fit: contain;
  border-radius: 18px;
}

.unitplan_sec .tabs-sec .nav-item .nav-link {
  background-color: #f8f8f8;
  width: 200px;
}

.unitplan_sec .tabs-sec .nav-link.active {
  color: #fff;
  background-color: var(--bs-secondary);
}

.master_img {
  border-radius: 16px;
}

.unitplan_tabs .master_img_div {
  margin-top: 0;
}

.unitplan_tabs {
  padding: 40px;
  border: 1px solid #af7c4141;
  border-radius: 16px;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: 1px solid var(--bs-secondary);
  opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--bs-secondary);
}

.sustain_sec .row > div {
  width: 14%;
}

.stickysec .container > div {
  bottom: 20px;
  z-index: 999;
  width: fit-content;
  margin: auto;
  padding: 8px;
}

footer {
  background-color: var(--bs-secondary);
}

footer h5 {
  color: #e5cbb2;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 16px;
}

.rerano {
  color: #e5cbb2;
  font-size: 16px;
  font-weight: 400;
  margin-top: 20px;
}

.bank_img img {
  width: 200px;
}

footer {
  padding: 50px 0 80px;
}

.popup-form .btn-close {
  top: 10px;
  right: 10px;
  position: absolute;
}

.modal-head {
  margin-bottom: 20px;
  font-size: 20px;
}

.modal-body {
  padding: 30px;
  background: #001866;
  color: #fff;
}

.form-group {
  margin-bottom: 22px;
  position: relative;
}

.form-group label {
  position: absolute;
  top: -2px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  background: #00186675;
  backdrop-filter: blur(4px);
  padding: 0 12px 0 6px;
  margin: 0 0 0 12px;
}

.form-group .form-control,
.form-group .form-select {
  padding-left: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #fff;
  background-color: transparent;
  margin: 6px 0 0;
  color: #fff;
}

.form-check-label p {
  line-height: 1.5;
  font-size: 14px;
}

.form-check-label {
  background-color: transparent !important;
}

.gal_img img {
  height: 440px;
  object-fit: cover;
}
small {
  font-size: 0.75rem;
}

@media (max-width: 1199px) {
  .section {
    padding: 30px 0;
  }

  .banner_content .title {
    font-size: 60px;
  }
  .banner_content .title {
    display: block;
  }
  .banner_content .head {
    font-size: 26px;
  }

  .tableblock .titlet,
  .tableblock .subtitle {
    font-size: 14px;
  }

  .Amenities_acc .accordion-button {
    font-size: 1.15rem;
  }

  .Amenities_acc .accordion-body {
    padding: 10px;
  }

  .project-details li .dots {
    /* width: 50%; */
  }
  .project-details span:nth-child(1) {
    width: 43%;
  }
  .project-details span:nth-child(2) {
    width: 25%;
  }
  .project-details span:nth-child(3) {
    width: 27%;
  }

  .master_img_div {
    margin-top: 20px;
  }
  .gal_img img {
    height: 340px;
  }
}

@media (max-width: 1024px) {
  .banner_content .title {
    font-size: 50px;
  }
}

@media (max-width: 991px) {
  .tableblock .subtitle {
    display: block;
  }
  .form-group label {
    background: #001866;
  }

  .banner-caption {
    top: 50%;
    transform: translateY(-50%);
  }
  .banner_form {
    background-color: #001866;
    backdrop-filter: none;
    margin-top: 20px;
  }

  .banner-rera {
    font-size: 12px;
    bottom: 4px;
  }

  .sustain_sec .row > div {
    width: 25%;
  }

  .smart-card .icon {
    width: 66px;
  }

  .sec_head {
    font-size: 1.85rem;
  }

  .highlights_sec iframe {
    height: 300px;
  }

  .banner_content .title {
    font-size: 40px;
  }

  .banner_content .head {
    font-size: 22px;
  }

  .smart-card .text {
    font-size: 14px;
  }

  #accordionImage {
    height: 320px;
    width: 100%;
  }

  .zoom_icon {
    right: 10px;
    bottom: 10px;
    width: 20px;
  }

  .unitplan_tabs {
    padding: 26px;
  }
  .project-details span:nth-child(1) {
    width: 30%;
  }
  .project-details span:nth-child(2) {
    width: 45%;
  }
  .project-details span:nth-child(3) {
    width: 20%;
  }
  .gal_img img {
    height: 300px;
  }
  .banner-form-row {
    position: relative;
    transform: none;
  }
  .navbar-expand .navbar-nav {
    position: absolute;
    bottom: -36px;
    display: inline-flex;
    justify-content: space-around;
    width: 100%;
    left: 0;
    right: 0;
    white-space: nowrap;
    overflow: scroll;
    padding: 0 10px;
    background-color: #fff;
  }
  .navbar.navbar-custom {
    margin: 0;
    border-radius: 0;
  }
}

@media (max-width: 768px) {
  .sec_head:after,
  .sec_head:before {
    width: 60px;
    margin-top: 4px;
  }

  .sec_head {
    font-size: 1.65rem;
  }

  .bg-image img {
    height: 500px;
  }

  .tableblock .titlet,
  .tableblock .subtitle {
    font-size: 12px;
    /* color: #fff; */
    padding: 2px 0;
  }

  .Amenities_acc .accordion-button {
    font-size: 18px;
  }

  .Amenities_acc .accordion-body {
    padding: 6px;
    font-size: 14px;
  }

  .sustain_sec .row > div {
    width: 33.3%;
  }

  .sustain_sec .row {
    justify-content: center;
  }

  #accordionImage {
    height: 300px;
    width: 100%;
  }

  .yt-video iframe {
    height: 300px;
  }

  .unitplan_tabs {
    padding: 0;
    border: none;
  }

  .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }

  .banks_sec .row {
    justify-content: space-evenly !important;
  }

  .banks_sec .row > div {
    text-align: center;
  }

  .bank_img img {
    width: 180px;
  }

  .section {
    padding: 20px 0 0;
  }

  .accordion-button::after {
    background-size: 14px;
    background-position: center;
  }

  .accordion-button:not(.collapsed):after {
    background-size: 14px;
    background-position: center;
  }

  .master_img {
    height: 260px;
    object-fit: contain;
  }

  .banks_sec {
    padding: 30px 0;
  }

  footer {
    padding: 0px 0 80px;
  }

  .footer-logo {
    display: flex;
    justify-content: center;
    width: 200px;
    margin: auto;
  }

  footer h5 {
    font-size: 16px;
  }

  footer img {
    width: 16px;
  }

  footer {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  /* .banner-caption,
  .banner-rera {
    display: none;
  } */
  .banner-caption {
    top: 220px;
    bottom: auto;
    left: 0;
    right: 0;
    /* text-align: center; */
    width: 100%;
  }
  .bg-image img {
    height: 660px;
    object-fit: fill;
  }
  .banner_content .title {
    font-size: 24px;
    /* font-weight: 500; */
  }

  .banner_content .head {
    font-size: 18px;
    justify-content: start;
    line-height: 1;
  }

  .banner_content .head:after {
    display: none;
  }
  .table_row .col-6 {
    width: 40%;
  }
  .price_bg {
    background-color: rgb(0 0 0 / 20%);
    backdrop-filter: blur(1px);
    padding: 10px;
    border-radius: 8px;
    margin-top: 10px;
    width: fit-content;
  }

  .Amenities_acc .accordion-button,
  .spec_acc .accordion-button {
    font-size: 16px;
  }

  .accordion-body li {
    font-size: 14px;
  }

  .sustain_sec .row > div {
    width: 50%;
  }

  .stickysec .container > div {
    bottom: 0px;
    padding: 5px;
    align-items: center;
    display: flex;
    justify-content: space-evenly;
    width: fit-content;
    gap: 10px;
    margin: auto;
  }

  .stickysec .btn-secondary {
    font-size: 12px;
    padding: 6px 8px;
  }

  .sec_head:after,
  .sec_head:before {
    width: 30px;
  }

  .sec_head::before {
    margin-right: 10px;
  }

  .sec_head:after {
    margin-left: 10px;
  }

  .sec_head {
    font-size: 1.25rem;
    margin-bottom: 8px;
  }

  .project-details span:nth-child(1) {
    width: 48%;
  }
  .project-details span:nth-child(2) {
    width: 42%;
  }
  .project-details span:nth-child(3) {
    width: 30%;
    margin-left: 6px !important;
  }

  p {
    font-size: 14px;
  }

  .project-details li {
    font-size: 14px;
  }

  .smart-card .icon {
    width: 50px;
  }

  .smart-card {
    padding: 6px 0;
  }

  #accordionImage {
    height: 220px;
  }

  .diamond-icon {
    width: 12px;
  }

  .sec-head {
    margin-bottom: 0;
  }

  .yt-video iframe {
    height: 260px;
  }

  .banner-rera {
    font-size: 11px;
    left: 0;
    margin: auto;
  }

  .highlights_sec iframe {
    height: 220px;
  }

  .master_img {
    height: 220px;
  }

  .tabs-sec .nav-link {
    padding: 5px 10px;
    font-size: 14px;
  }

  .unitplan_sec .tabs-sec .nav-item .nav-link {
    width: 130px;
    font-size: 14px;
  }

  footer {
    padding: 0px 0 40px;
  }
  .gal_img img {
    height: 260px;
  }
  .price_bg p {
    font-size: 12px;
  }
  .price_bg h5 {
    font-size: 16px;
  }
}

@media (max-width: 410px) {
  .project-details span:nth-child(1) {
    width: 48%;
  }
  .project-details span:nth-child(2) {
    width: 16%;
  }
  .project-details span:nth-child(3) {
    width: 30%;
  }
}
