@import url("https://fonts.googleapis.com/css2?family=Source+Serif+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;1,200;1,300;1,400;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");

:root {
  --eorp: #b49950;
  --blue1: #9f8234;
  --lightgray: #18191b;
  --logo1: #e55125;
  --logo: #db9f00;
  --darkgray: #18191b;
  --lbackground: #340854;
  --serif: "Source Serif Pro", serif;
}

body {
  font: 500 15px/1.4 "Montserrat", sans-serif;
  overflow-x: hidden;
  color: #fff;
  background: var(--lbackground);
}

ul {
  padding-left: 0;
  margin-bottom: 0;
}

a {
  color: var(--ecorp);
}

li {
  list-style-type: none;
}

a,
a:hover {
  text-decoration: none;
}

.fixed-form-p a:hover {
  color: #ffffff !important;
}
.nav-menu a:hover {
  color: #ffffff !important;
}

.padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

img {
  width: 100%;
  display: block;
}

.wrapper {
  width: 100%;
  float: left;
  background: var(--logo);
  position: relative;
  z-index: 2;
}

.header {
  display: flex;
  padding: 10px 5%;
  justify-content: space-between;
  align-items: center;
}
.header.fixed {
  position: fixed;
  border-bottom: 1px solid;
  background: var(--lbackground);
  width: 100%;
  padding: 5px 5%;
  z-index: 9999;
}
.logo {
  width: 100px;
}
.spanoverview {
  background: var(--lbackground);
  color: #ffffff;
  padding: 2px;
}
.menu {
}

.top-menu ul {
  display: flex;
  gap: 12px;
}

.top-menu ul li a {
  padding: 6px 11px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  box-shadow: 2px 2px 0px #a1a1a1;
  border-radius: 7px;
  display: flex;
  gap: 5px;
  align-items: center;
  background: var(--lbackground);
}

.nav-menu ul {
  display: flex;
  gap: 20px;
}

.nav-menu ul li a {
  padding: 21px 0;
  text-transform: uppercase;
  display: block;
  letter-spacing: 1px;
  color: #fff;
}

.nav-menu ul li a:hover {
  color: #000;
}

.nav-menu ul li a i {
  /*background: #e55226;*/
  color: #e55226;
  padding: 2px 4px;
  border-radius: 6px;
  font-size: 14px;
  transition: all ease-in-out 300ms;
}

.nav-menu ul li a:hover i {
  transform: rotate(90deg);
  color: #552a74;
}

.banner {
  height: 85vh;
  position: relative;
  background: #000;
  z-index: 1;
}

.banner .banner-video {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: 1;
}

.banner .carousel-inner,
.banner .carousel-inner .carousel-item {
  position: relative;
  height: 100%;
}

.banner .carousel-inner .carousel-item {
  background: center no-repeat;
  background-size: cover;
  z-index: 1;
}

.banner .carousel-inner .carousel-item picture {
  height: 100%;
  z-index: -99;
  width: 100%;
  position: absolute;
}

.banner .carousel-inner .carousel-item picture img {
  height: 100%;
  object-fit: cover;
}
.top-menu h2 {
  margin: 0;
}

.carousel-item section {
  display: flex;
  align-items: center;
  justify-content: start;
  height: 100%;
  position: relative;
  z-index: 1;
}

.banner .carousel-item section {
  position: absolute;
}

.bannerText {
  text-align: left;
  z-index: 9;
  color: #040404;
  background: linear-gradient(to right, #fee4a0, #ccc);
  padding: 6px 11px;
}

.bannerText p {
  font: 700 15px "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.bannerText h1,
.bannerText h2 {
  font-family: robot;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 50px;
}

.bannerText h2 {
  color: #000;
}

.enquiry-btn {
  position: fixed;
  top: 50%;
  right: -40px;
  letter-spacing: 2px;
  padding: 5px 12px;
  background: var(--lbackground);
  color: #fff;
  text-transform: uppercase;
  box-shadow: 0 0 2px #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: none;
  transform: rotate(90deg);
  z-index: 99999999;
  border-radius: 0 0 10px 10px;
  cursor: pointer;
  -webkit-animation: fee-payment 1s infinite;
  animation: fee-payment 1s infinite;
}
@-webkit-keyframes fee-payment {
  25% {
    background: #887440;
  }
  50% {
    background: #a88b3e;
  }
  75% {
    background: #bca15e;
  }
  100% {
    background: #caaa57;
  }
}
@keyframes fee-payment {
  25% {
    background: var(--lbackground);
  }
  50% {
    background: var(--lbackground);
  }
  75% {
    background: #056d70;
  }
  100% {
    background: #136c6f;
  }
}

.carousel-control-next.banner-next,
.carousel-control-prev.banner-prev {
  top: 50%;
  bottom: auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  border: 1px solid rgb(255 255 255 / 30%);
  opacity: 1;
  z-index: 9;
}

.carousel-control-next.banner-next {
  right: 20px;
}

.carousel-control-prev.banner-prev {
  left: 20px;
}

.carousel-control-next.banner-next .carousel-control-next-icon,
.carousel-control-prev.banner-prev .carousel-control-prev-icon {
  /* background-size: 60%; */
}

.carousel-control-next-icon {
  background-image: url(../images/arrow-right.png);
}

.carousel-control-prev-icon {
  background-image: url(../images/arrow-left.png);
}

.carousel-control-next.banner-next:hover,
.carousel-control-prev.banner-prev:hover {
  border-color: var(--brown);
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 33px;
  height: 38px;
  background-color: var(--lbackground);
  text-align: center;
  padding: 5px;
  background-size: cover;
}
.carousel-control-prev {
  right: 34px;
  left: AUTO;
}
.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: flex-end;
  -ms-flex-pack: center;
  justify-content: right;
  width: 15%;
}
.scrollDown {
  position: absolute;
  height: 100px;
  left: 50%;
  bottom: 10px;
  width: 10px;
  margin-left: -5px;
  cursor: pointer;
  z-index: 9;
  overflow: hidden;
}

.scrollDown::before,
.scrollDown::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 1px;
  transform: translateX(-50%);
  top: 0;
}

.scrollDown::before {
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}

.scrollDown::after {
  background: var(--logo);
  width: 3px;
  animation: scroll 2s infinite;
  height: 20px;
}

@keyframes scroll {
  100% {
    top: 100%;
    height: 100%;
  }
}

.heading h3 {
  font-size: 30px;
  font-weight: 800;
  line-height: 1.37;
  text-align: left;
  color: #ffffff;
}

.heading h2 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.37;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  border-bottom: 1px solid rgb(255 255 255 / 25%);
  display: table;
  margin: auto;
  padding: 1px 17px;
}

.heading p {
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  color: #ffffff;
}

.promise-box {
  display: flex;
  margin-bottom: 30px;
}

.bg-blue {
  background: var(--lbackground);
}
.bg1 {
  background: #1b002e;
}
.loc-box-img {
  height: 100%;
}

.loc-box-img img {
  height: 100%;
  object-fit: cover;
  object-position: left;
}

.enquiry-box {
  align-items: center;
}

.qodef-m-subtitle {
  margin: 0 0 4px 0;
  font-size: 11px;
  color: #ef4623;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.qodef-h3 {
  font-family: Jost, sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 34px;
  line-height: 1.1em;
  margin: 25px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.ft_form textarea,
.ft_form input {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 20px;
  padding: 13px 22px;
  font-family: inherit;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.02em;
  font-weight: inherit;
  color: #0f0e0e !important;
  background: #fff;
  border: 1px solid #247375;
  border-radius: 0;
  outline: 0;
  cursor: pointer;
  -webkit-appearance: none;
  transition: color 0.2s ease-out, background-color 0.2s ease-out,
    border-color 0.2s ease-out;
}

.ft_form input::placeholder {
  color: #000 !important;
}
.font-size-11 {
  font-size: 11px;
  display: block;
}

.send {
  width: 130px !important;
  padding: 8px 22px !important;
  color: #fff !important;
  text-transform: uppercase;
  letter-spacing: 2px !important;
  font-weight: 500;
  background: var(--logo) !important;
}

.send:hover {
}

.swiper-slide span {
  z-index: 99999999;
  background: #0d6668;
  color: #fff;
  width: 98%;
  bottom: 0;
  text-align: center;
  padding: 2px;
  text-transform: uppercase;
  position: absolute;
}
.floorplan span {
  width: 100%;
  position: inherit;
  display: inline-table;
}
.floorplan dd {
  min-height: 63px;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center;
}
.floorplan .readmore a {
  margin-top: 6px;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  color: #000000;
  background: #9e8544c2;
  padding: 7px;
  font-size: 21px;
  border-radius: 5px;
}

.downloadbox {
  background: var(--lbackground);
  margin: 0;
}

.overview-box {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 0 1px #fff;
  background: var(--lbackground);
}

.overview-box h3 {
  font-size: 17px;
  color: #fff;
}

.overview-box img {
  width: 70px;
  margin: 10px auto;
  /* filter: invert(.91); */
  border-radius: 50%;
  background: #ffffff;
  padding: 10px;
  opacity: 0.8;
}

.overview-con {
  width: 100%;
  min-height: 99px;
}

.readmore a {
  background: var(--logo);
  padding: 5px 12px;
  color: #000;
  margin-top: 16px;
  border: 1px solid #000;
  display: block;
}
.readmore:hover {
  color: #f5f6f6;
}

footer {
  background: var(--lbackground);
}

.botoom-box ul li {
  display: block;
  margin: 0;
  padding: 0 0 12px;
}

.botoom-box ul li i {
  font-size: 12px;
}

.bottom ul {
  display: flex;
  justify-content: center;
}

.bottom ul li {
  display: flex;
  color: #fff;
}

.bottom img {
  width: 20px;
}

.bottom {
  padding: 10px 0;
}

.button-top {
  background: #b4984f;
  border: 1px solid #ccc;
  position: fixed;
  cursor: pointer;
  right: -140px;
  bottom: 10px;
  color: #000;
  font-size: 13px;
  opacity: 0;
  width: 101px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  text-align: center;
  transition: all 300ms ease-in-out;
  z-index: 99;
}

.button-top:hover {
  background: var(--yellow-color);
}

/* modal form */
.modal-backdrop.show {
  opacity: 1;
  background: rgba(51 51 51 / 80%);
  backdrop-filter: blur(4px);
}

.modal-content {
  background: var(--lbackground);
  color: #fff;
  box-shadow: 0 8px 32px 0 rgba(0 0 0 / 20%);
  border-radius: 10px;
}

.modal-header .close {
  padding: 0;
}

button.close {
  position: absolute;
  right: -20px;
  top: -20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  opacity: 1;
  text-shadow: none;
  background: var(--lbackground);
  color: #fff;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: 1;
  background: rgb(141, 0, 0);
  color: #fff;
}

.modal-body {
  padding: 25px;
}

.form-group {
  margin-bottom: 10px;
}

label {
  margin-bottom: 0;
}

.form-control {
  font-size: 14px;
  padding: 10px 5px;
  height: auto;
  background: none;
  border: none;
  background: #ebe7e7;
  color: #000;
  border-radius: 0;
  transition: all 300ms ease;
}

.form-control:focus {
  border-bottom-color: var(--gold);
  box-shadow: none;
  color: #000;
}

.form-control::placeholder {
  color: #000;
}

textarea.form-control {
  resize: none;
}

select.form-control option {
  color: var(--darkgray);
  background: #ffd095;
}

.contact-con select.form-control option {
  text-align: center;
}

.modal-body label {
  color: var(--gray);
}

.modal-body .form-control {
  border-bottom-color: rgba(0 0 0 / 20%);
  color: #000;
}

.modal-body .form-control:focus {
  border-bottom-color: rgba(0 0 0 / 20%);
  border-bottom-color: var(--gold);
}

.object-fit-cover {
  object-fit: cover;
}

/* modal form */

/* Fixed form */
.fixed-form {
  position: fixed;
  top: 30%;
  right: 0px;
  width: 290px;
  padding: 15px;
  border: 1px solid rgb(255 255 255 / 25%);
  z-index: 1000;
  background: var(--lbackground);
}
.table-bordered {
  border: 1px solid rgb(255 255 255 / 25%);
}
.fixed-form p {
  margin-bottom: 7px !important;
  text-align: center;
  color: var(--logo);
}

.fixed-form-p {
  margin-bottom: 7px !important;
  text-align: center;
  color: #b4984f;
  border-bottom: 1px dotted;
  padding-bottom: 4px;
}

#form-logo {
  padding: 20px;
}

.closeForm {
  position: absolute;
  width: 41px;
  right: 0px;
  top: -40px;
  background: var(--lbackground);
  padding: 8px;
  cursor: pointer;
  box-shadow: 0 0 2px #fff;
}

.closeForm img {
  filter: invert(1);
}
.fixed-form .formFooter {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fixed-form .formFooter button {
  text-align: center;
  background: var(--logo);
  width: 100%;
  color: #000;
  border: none;
  padding: 10px 15px;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  transition: all 300ms ease-in-out;
  outline: none;
}

.fixed-form .formFooter button:hover {
  color: var(--darkgray);
}

.fixed-form.fixed {
  padding: 15px;
}

.fixed-form {
  color: #ffffff;
}

.fixed-form.fixed {
  box-shadow: 0 1rem 3rem rgb(0 0 0 / 60%);
  color: #ffffff;
}

.fixed-form.fixed .form-group .form-control::placeholder {
  color: var(--darkgray);
}

.fixed-form.fixed .form-group .form-control:focus {
  border-bottom-color: var(--darkgray);
}

/* Fixed form */

.amenitiesWrapper {
  background: var(--lbackground);
}

.featBox {
  max-width: 25%;
  flex: 0 0 25%;
}

.featBox section {
  padding: 20px;
  background: linear-gradient(45deg, #f4e9e978, transparent);
  height: 100%;
  cursor: pointer;
  transition: all ease-in-out 500ms;
}

.featBox section .img-fluid {
  width: 74px;
  margin: 16px auto;
  border: 1px solid #ccc;
  /* filter: brightness(0.15); */
  border-radius: 50%;
  background: var(--logo);
  padding: 10px;
}

.featBox section .img-fluid img {
  filter: brightness(0.15);
  transition: all ease-in-out 500ms;
}

.featBox section:hover img {
  transform: rotate(360deg);
}
.amini-d-none {
  width: 100%;
  display: none;
}
.amini-d-none1 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.readmore1 {
  margin-top: 15px;
  cursor: pointer;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.featBox section p.text-uppercase {
  letter-spacing: 1px;
  font-size: 13px;
  margin-bottom: 8px;
  text-align: center;
}

.featBox section p {
  font-size: 15px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 1px black;
}

.footer-btn {
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.hm-loctionContainer {
  position: relative;
  background: url(../images/banner79-1.jpg) no-repeat;
  background-size: cover;
}

.hm-loctionContainer::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 49px;
  background: rgb(8 8 8 / 64%);
  background-size: contain;
}
.loction-text h4 {
  font-size: 14px;
}
.loction-text ul {
  padding: 0 10px 0 20px;
}
.loction-img {
  border: 2px solid #927c3b;
}
.overviewText h2 {
  color: transparent;
  background: #bc0205;
  background: linear-gradient(to bottom, #fbd267, #ff4c4c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 0.5px #ffffffbd;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow: 0 0 3px #000;
}

.loc li {
  color: #fff;
  list-style-type: disc;
  padding: 4px;
}

.modal-content {
  background: var(--lbackground);
}

.modal-dialog {
  max-width: 700px;
}

.modal-content .modal-header {
  padding: 0;
  border: none;
}

.modal-content button.close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  margin: 0;
  width: 40px;
  height: 40px;
  z-index: 1;
  text-shadow: none;
  color: #fff;
  opacity: 1;
}

.btnpopup {
  background: var(--logo);
  color: #000 !important;
  border: none;
  padding: 3px 24px;
  display: block;
  width: 100%;
}

.btnpopup:hover {
  transition: all ease-in-out 500ms;
}

.modal-header .close {
  color: #fff;
}

.modal-header {
  background: none;
  border: none;
}

.modal-body h2,
.modal-body h6 {
  color: #fff;
  font-size: 14px;
}
.table tbody {
  width: 100%;
  display: inline-table;
}
.table td {
  color: #fff;
  border: 1px solid rgb(255 255 255 / 25%);
}
.bg1 .thead td {
  color: #1c1a1a !important;
}
.table th {
  border: 1px solid rgb(255 255 255 / 25%);
  background: var(--lbackground);
  letter-spacing: 1px;
  font-weight: 600;
  color: #fff;
}
.payment a {
  background: var(--logo);
  display: table;
  margin: auto;
  margin-top: 30px;
  color: var(--lbackground);
  display: inline-block;
  text-transform: uppercase;
}
.payment:hover a {
  color: #000;
}
.enquiryBtn {
  display: none;
}
@media (max-width: 1024px) {
  .nav-menu {
    display: none;
  }

  .featBox {
    max-width: 25%;
    flex: 0 0 25%;
  }
}

@media (max-width: 812px) {
  .featBox {
    max-width: 33%;
    flex: 0 0 33%;
  }
  .top-menu h2 {
    font-size: 20px;
  }
  .bannerText h1,
  .bannerText h2 {
    font-size: 26px;
  }

  iframe {
    height: 300px !important;
  }
  .padding {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .loc-box-main {
    height: 50vh;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .enquirybox2 {
    padding: 20px;
  }
}

@media (max-width: 500px) {
  .banner {
    height: 69vh;
  }
  .overview-box {
    width: 48%;
    margin: 3px auto;
  }
  .top-menu {
    width: 60%;
  }
  .col-4,
  .col-8 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .featBox {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .readmore a {
    padding: 5px 5px;
  }
  .hm-loctionContainer .col-lg-6 {
    padding: 0;
    margin: 10px 0;
  }
  .heading h3 {
    margin-top: 20px;
    font-size: 20px;
  }
  .bannerText {
    padding: 9px;
  }
  .carousel-item section {
    align-items: flex-start;
    margin-top: 10px;
  }
  .featSlider {
    max-height: 400px;
    overflow: auto;
  }
  .hm-loctionContainer {
    background-size: cover;
  }
  iframe {
    height: 200px !important;
  }
  .top-menu ul li a {
    font-size: 12px;
    padding: 4px;
  }
  .no-gutters .col-md-6:nth-last-child(2) {
    display: none !important;
  }
  .enquiryBtn {
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    left: 0;
    z-index: 9999;
    border-top: 1px solid #ffffff;
  }
  .fixed-form {
    position: initial;
    width: 100%;
  }
  .closeForm {
    width: 41px;
    left: 0;
  }
  .enquiryBtn a {
    width: 50%;
    height: auto;
    line-height: normal;
    border-radius: 0;
    animation: none;
    box-shadow: none;
    border: none;
    margin: 0;
    padding: 10px 0;
    font-size: 18px;
    text-align: center;
    background: var(--lbackground);
  }
  #mobPhone {
    background: #0c0b0c;
    color: #fff;
  }
  #mobWhatsapp {
    background: #0c0b0c;
    color: #fff;
  }
  #mobEnquiry {
    background:  #db9f00;
    color: #fff;
  }
  footer {
    padding-bottom: 42px;
  }
  .payment {
    justify-content: center;
    display: flex;
  }
  .payment a {
    margin: 10px auto;
  }
  .enquiry-btn {
    top: 64%;
    right: -42px;
  }
  .closeForm {
    display: none;
  }
  body {
    text-align: justify;
  }
  .heading h2 {
    font-size: 20px;
  }
  .modal-body {
    padding: 25px !important;
  }
  .enquirybox {
    padding: 20px !important;
  }
  .loction-text {
    margin-top: 12px;
  }
}

@media (max-height: 500px) {
  .fixed-form {
    position: fixed;
    bottom: 47px;
  }
  .fixed-form {
    position: initial;
    width: 100%;
  }
  .closeForm {
    display: none;
  }
  .enquiryBtn {
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    left: 0;
    z-index: 9999;
    border-top: 1px solid #ffffff;
  }
  .enquiryBtn a {
    width: 50%;
    height: auto;
    line-height: normal;
    border-radius: 0;
    animation: none;
    box-shadow: none;
    border: none;
    margin: 0;
    padding: 10px 0;
    font-size: 18px;
    text-align: center;
    background: var(--lbackground);
  }
  #mobPhone {
    background: #0c0b0c;
    color: #fff;
  }
  #mobWhatsapp {
    background: #0c0b0c;
    color: #fff;
  }
  #mobEnquiry {
    background: #0c0b0c;
    color: #fff;
  }
  footer {
    padding-bottom: 42px;
  }
}
