@font-face {
  font-family: Outfit;
  src: url(../fonts/Outfit/Outfit-Regular.ttf);
  font-weight: 400;
  font-display: swap
}

@font-face {
  font-family: Outfit;
  src: url(../fonts/Outfit/Outfit-Medium.ttf);
  font-weight: 500;
  font-display: swap
}

@font-face {
  font-family: Outfit;
  src: url(../fonts/Outfit/Outfit-Medium.ttf);
  font-weight: 600;
  font-display: swap
}

@font-face {
  font-family: Outfit;
  src: url(../fonts/Outfit/Outfit-Bold.ttf);
  font-weight: 700;
  font-display: swap
}

:root {
  --green: #48b18a;
  --gray: #19191b;
  --lightgreen: #2a3431;
  --gold: #cba857;
  --golden-grad: linear-gradient(45deg, #f78a42, #FCF6BA, #f78a42, #FBF5B7, #f78a42);
  --golden-grad2: linear-gradient(45deg, #f78a42, #FCF6BA, #f78a42)
}

body {
  color: #fff;
  background-color: #000;
  font: 400 14px/1.4 Outfit, sans-serif;
  overflow-x: hidden
}

.blink_text{
  animation-name:blink;
  /* width:280px; */
  animation-duration:2s;
  animation-timing-function:ease-in;
  animation-iteration-count:Infinite;
  }

@keyframes blink{
  0%{color:#cba857;}
  50%{color:#ff0000;}
  100%{color:#f78a42;}
}

@media (min-width:1400px) {
  .container {
    max-width: 1400px
  }
}

ul {
  padding-left: 0;
  margin-bottom: 0
}

a:hover {
  text-decoration: none
}

.my_15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important
}

header {
  width: 100%;
  padding: 3px 20px;
  float: left;
  position: fixed;
  align-items: center;
  justify-content: space-between;
  top: 0;
  z-index: 999;
  transition: all .3s ease-in-out;
  background-color: #212121
}





.at-property-img {
  position: relative;
  overflow: hidden;
}

.at-property-img:hover .at-property-overlayer {
  position: absolute;
  top: 10%;
  z-index: 111;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.btn {
  box-shadow: none !important;
}

.at-property-btn {
  text-transform: uppercase;
  border: 0.1vw solid #e0e0e0;
  background: 0 0;
  border-radius: 0;
  position: absolute;
  top: -15%;
  left: 50%;
  z-index: 222;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}


.section-head{
  color: #333;
  text-align: center;
}
.section-head-para{
  color: #333;
  text-align: center;
}




.shadow-sm {
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
  border: 1px solid #dee2e6 !important;
}



.complete-section{
  padding: 50px 0;
}
.complete-section .at-property-btn {
  text-decoration: none !important;
  background: var(--golden-grad);
  color: rgb(0, 0, 0);
  padding: 6px 20px;
  display: inline-block;
  margin: auto;
  display: block;
  margin-top: 20px;
  border: navajowhite;

  text-transform: uppercase;
  border: 0.1vw solid #e0e0e0;

  border-radius: 0;
  position: absolute;
  top: -20%;
  left: 50%;
  z-index: 222;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}


.at-property-item:hover .at-property-btn {
  color: rgb(0, 0, 0);
  background: var(--golden-grad);
  top: 50%;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}











.logo {
  width: 250px;
  position: relative;
  min-height: 1px;
  transition: all .3s ease-in-out;
  overflow: hidden;
  margin-left: 21px;
  padding: 8px
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 20px;
  padding-left: 20px;
  font-size: 16px
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff !important
}

.scrl .navbar-dark .navbar-nav .nav-link {
  color: #000 !important
}

.logo img {
  image-rendering: -webkit-optimize-contrast;
  transition: all .3s ease-in-out;
  width: 75%
}

.logo img.scrl-logo {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden
}

.inner-content-box h6 {
  margin-bottom: -12px
}

.inner-content-box h6 img {
  width: 18px;
  filter: invert(1);
  padding-right: 5px
}

header.scrl {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, .25)
}

div#navbarSupportedContent {
  justify-content: end
}

.navbar.navbar-expand-lg.navbar-dark img {
  width: 115px;
  filter: invert(1) brightness(30.5);
}
.scrl .navbar.navbar-expand-lg.navbar-dark img {
  /* filter: invert(1) brightness(30.5) !important; */
}

header.scrl nav img {
  filter: none !important
}

header.scrl .logo img {
  opacity: 0;
  visibility: hidden
}

header.scrl .logo img.scrl-logo {
  opacity: 1;
  visibility: visible
}

header.scrl .btn {
  height: 30px;
  font-size: 13px
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  background-color: #fff;
  min-width: 150px;
  height: 45px;
  font-size: 14px;
  letter-spacing: 1px;
  padding-left: 20px;
  padding-right: 20px;
  border: none;
  text-transform: uppercase;
  overflow: hidden;
  position: relative;
  outline: 0;
  z-index: 1
}

.btn:focus {
  box-shadow: none;
  outline: 0
}

.btn-gray {
  color: #fff;
  background-color: var(--gray)
}

.btn-gold {
  color: #000;
  background: var(--golden-grad2)
}

.btn-gold:hover {
  color: #000
}

.btn::after,
.btn::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, .25);
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transition-timing-function: cubic-bezier(.75, 0, .125, 1);
  transition-timing-function: cubic-bezier(.75, 0, .125, 1);
  z-index: -1
}

.btn::after {
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
  background-color: #fff
}

.btn-gray::after {
  background-color: #fff
}

.btn-gold:before {
  background-color: rgba(0, 0, 0, .25)
}

.btn:hover::after,
.btn:hover::before {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0)
}

.btn.btn-whatsapp {
  min-width: 45px;
  background: #fff
}

.btn.btn-whatsapp i {
  font-size: 25px
}

.banner {
  width: 100%;
  height: 100vh;
  position: relative;
  background: #000;
  z-index: 1
}

.banner .carousel-inner,
.banner .carousel-inner .carousel-item {
  position: relative;
  height: 100%
}

.banner .carousel-inner .carousel-item {
  background: var(--gray) center no-repeat;
  background-size: cover;
  transition-duration: 1s;
  position: relative;
  z-index: 1
}

.banner .carousel-inner .carousel-item::before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  top: 0;
  background: rgb(0 0 0 / 17%);
  z-index: 0
}

.overvirw_bg {
  background-color: #fff;
  color: #000;
  padding: 40px 0
}

.slider-content {
  /* position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 4%;
  z-index: 9;
  width: 40%;
  text-align: center */
  position: absolute;
  left: 5%;
  bottom: 4%;
  z-index: 9;
  width: 47%;
}

.slider-content h1 {
  font-weight: 500;
  /* text-transform: uppercase; */
  font-size: 38px;
  color: #fff2c3;
  text-shadow: 0 0 10px rgb(0 0 0 / 50%);
  margin-bottom: 15px;
  max-width: 74%;
}

.slider-content .location {
  letter-spacing: 2px;
  font-weight: 300;
  font-size: 22px;
  /* margin: 10px 0 10px; */
}

.slider-content h5 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.2vw;
  letter-spacing: 4px;
  margin-bottom: 8px;
  padding: 5px 15px 6px 10px;
  color: #000;
  background: var(--golden-grad);
  display: inline-block
}

.scrollDown {
  position: absolute;
  left: 5vw;
  bottom: 50px;
  padding-left: 20px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #fff;
  z-index: 9
}

.scrollDown span {
  font-size: 13px;
  display: inline-block
}

.scrollDown img {
  position: absolute;
  left: 0;
  transform-origin: center center;
  font-size: 18px;
  z-index: 2;
  animation: updown 1.2s linear infinite
}

@keyframes updown {
  0% {
    transform: translateX(-10px)
  }

  50% {
    transform: translateX(0)
  }

  100% {
    transform: translateX(-10px)
  }
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem
}

.pb-8 {
  padding-bottom: 4rem
}

.bg-gray {
  background-color: var(--gray) !important
}

.position-relative {
  z-index: 1
}

.bg-frwd-slash::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgb(75 75 75 / 10%);
  clip-path: polygon(100% 0, 100% 100%, 75% 50%);
  z-index: -1
}

.heading-container {
  margin-bottom: 3.5rem
}

.heading-container h6 {
  font-weight: 700;
  width: 70%;
  margin: 0 auto
}

.heading {
  display: table;
  margin-bottom: 9px;
  position: relative;
  z-index: 1;
  text-align: center;
}

.heading h2 {
  font-weight: 300;
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 0;
  color: var(--gold);
  background: var(--golden-grad);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text
}

a.btn.btn-gold.footer-btn {
  min-width: unset
}

.heading h5 {
  font-weight: 200;
  font-size: 1.4vw;
  text-transform: uppercase;
  margin-bottom: 0
}

.overview-text-container .inner-box {
  width: 100%
}

.overview-text-container h5 {
  font-weight: 200;
  font-size: 17px;
  line-height: 26px
}

.box1 h4 {
  text-align: center;
  padding: 15px 0 5px 0;
  font-size: 1.5em
}

.highlights_section ul ul {
  margin-left: 20px
}

.highlights_section ul li {
  line-height: 28px;
  font-size: 16px
}

.amenities-wrapper {
  background: url(../img/green-bg.jpg) center/cover no-repeat fixed;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 100px 0
}

.amenities-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgb(0 0 0 / 92%);
  backdrop-filter: grayscale(1);
  z-index: -1
}

.amenities-text-container {
  text-align: center;
  width: 80%;
  margin: 0 auto
}

h5 {
  font-weight: 200;
  font-size: 1.5vw
}

.amenities-text-container ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px 0
}

.amenities-text-container ul li {
  max-width: 25%;
  flex: 0 0 25%;
  padding: 20px;
  backdrop-filter: brightness(1.3) blur(2px)
}

.amenities-text-container ul li span {
  display: block;
  text-transform: uppercase
}

.gallery .swiper-slide img {
  width: 100%;
  object-fit: cover;
  opacity: .8
}

.contact-wrapper.bg-frwd-slash::before {
  background-color: rgb(0 0 0 / 10%)
}

.modal-content {
  border: none;
  border-radius: 0;
  background: 0 0
}

.modal-header {
  background: 0 0;
  color: var(--darkblue);
  border-bottom: none;
  border-radius: 0;
  padding: 0
}

.modal-header .modal-title {
  font-weight: 200;
  font-size: 24px
}

@font-face {
  font-family: swiper-icons;
  src: url('data:application/font-woff;charset=utf-8;base64, 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');
  font-weight: 400;
  font-style: normal
}

:root {
  --swiper-theme-color: #007aff
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box
}

.swiper-wrapper {
  transform: translate3d(0, 0, 0)
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform
}

.swiper-3d {
  perspective: 1200px
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d
}

.swiper-centered>.swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: center center
}

:root {
  --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1
}

.swiper-button-prev {
  left: 10px;
  right: auto
}

.swiper-button-prev:after {
  content: 'prev'
}

.swiper-button-next {
  right: 10px;
  left: auto
}

.swiper-button-next:after {
  content: 'next'
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}

.swiper-pagination-custom {
  bottom: 10px;
  left: 0;
  width: 100%
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center
}

.swiper-zoom-container>img,
.swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg)
  }
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.modal-header .close {
  position: absolute;
  right: -10px;
  top: 40px;
  z-index: 2;
  text-shadow: none;
  padding: 0;
  margin-right: 0;
  font-weight: 100;
  font-size: 24px;
  opacity: 1;
  color: #fff;
  line-height: 25px;
  width: 25px;
  height: 25px;
  text-align: center;
  border-radius: 50%;
  background-color: #222;
  transition: all .3s ease-in-out;
  outline: 0
}
.popup_form .modal-header .close {
  right: 8px;
    top: 22px;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: 1;
  background-color: var(--gold)
}

.mobile-section {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 9
}

.mobile-section .btn:not(:last-child) {
  border-right: 1px solid #333
}

.mobile-section .btn {
  flex-grow: 1;
  font-size: 12px;
  letter-spacing: .3px;
  position: relative
}

.videoModal .modal-body {
  background-color: var(--beige);
  padding: 0;
  box-shadow: 0 1rem 3rem rgb(0 0 0 / 20%);
  border: 5px solid #fff
}

.videoModal .modal-body iframe {
  height: 420px;
  display: block
}

.swiper-button-next,
.swiper-button-prev {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background-color: var(--gold);
  text-align: center;
  box-shadow: 0 1rem 2rem rgb(0 0 0 / 30%);
  transition: all .3s ease-in-out
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 20px;
  color: #000
}

.form-group {
  margin-bottom: 10px
}

.form-group .form-control {
  border-radius: 0;
  padding: 10px 0;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, .25);
  color: #fff;
  outline: 0
}

.form-group .form-control::placeholder {
  color: rgba(255, 255, 255, .8)
}

.form-group .form-control:focus {
  box-shadow: none;
  border-bottom-color: var(--gold)
}

.fixed-form {
  position: absolute;
  bottom: 50px;
  right: 30px;
  width: 470px;
  padding: 10px 20px 20px;
  background: rgba(0, 0, 0, .5);
  box-shadow: 4px 4px 0 0 rgb(189 149 65 / 70%);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  z-index: 1000;
  transition: all .3s ease-in-out;
  z-index: 1
}

.fixed-form .formFooter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px
}

.fixed-form .formFooter button {
  width: 100px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0;
  outline: 0
}

.footer-area {
  background: #000;
  color: #fff;
  position: relative;
  z-index: 1
}

.footer-contact {
  margin-bottom: 4rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid rgb(255 255 255 / 10%)
}

.footer-contact .fcontact h4 {
  margin-bottom: 0
}

.footer-contact .fcontact h4 a {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 200
}

.footer-contact .fcontact h4 a:hover span {
  color: var(--gold)
}

.footer-contact .fcontact h4 a i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  background-color: var(--gold);
  border-radius: 50%;
  margin-bottom: 15px
}

.disclaimer {
  text-align: center
}

.disclaimer p {
  margin-bottom: 7px;
  color: #ababab
}

.disclaimer p a {
  color: #fff
}

.copyright {
  text-align: right;
  padding-left: 5%
}

.copyright p a {
  color: var(--gold)
}

.copyright p a:hover {
  color: #fff
}

.button-top {
  background: rgba(29, 29, 29, .32);
  position: fixed;
  cursor: pointer;
  right: 20px;
  bottom: -20px;
  color: #fff;
  font-size: 13px;
  opacity: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  pointer-events: none;
  transition: all .5s ease;
  z-index: 99
}

.button-top.scrl {
  bottom: 60px;
  opacity: 1;
  pointer-events: auto
}

.button-top:hover {
  background: var(--golden-grad2);
  color: #000
}

.video_modal {
  width: 100%;
  height: 400px
}

button.btn.btn-gold.btn-video {
  margin-left: 20px
}

.heading p {
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}

.strip_section {
  padding: 15px !important
}

div#location {
  padding-top: 120px
}

div#gallery {
  padding-top: 100px
}

.banner .carousel-inner .carousel-item::before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  top: 0;
  background: rgb(0 0 0 / 60%);
  z-index: 1
}

.banner .carousel-inner .carousel-item::before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  top: 0;
  background: rgb(0 0 0 / 18%);
  z-index: 1
}

div#overview {
  padding-top: 60px;
}

div#highlight {
  padding-top: 120px !important
}

div#modalWithBannner .custom-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}

div#modalWithBannner .custom-row .custom-col-1 {
  width: calc(60%);
  padding: 10px
}

div#modalWithBannner .custom-row .custom-col-2 {
  width: calc(40%);
  padding: 10px;
  padding-right: 20px
}

div#modalWithBannner .modal-dialog.modal-dialog-centered.modal-lg {
  max-width: 1000px
}

div#modalWithBannner button.close.videoClose {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 9;
  opacity: 1;
  text-shadow: none;
  color: #fff;
  font-size: 33px
}

div#modalWithBannner .modal-body.bg-gray {
  padding: 0
}

.price-card .box {
  width: 100%;
  background-color: #fff;
  position: relative;
  margin-top: 20px;
  border: 2px solid #dcb781;
  border-radius: 6px;
  overflow: hidden;
  min-height: 642px;
}

.project_card_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  padding-top: 0;
  margin-top: 16px;
  border-top: 2px solid #ffdead
}

.project_card_btn .my_btn {
  background: var(--golden-grad);
  color: #000;
  padding: 6px 20px;
  display: inline-block;
  margin: auto;
  display: block;
  margin-top: 20px;
  border: #ffdead
}

.btn-booknow.nav-link {
  border: 1px solid #fff
}

.scrl .btn-booknow.nav-link {
  border: 1px solid #000
}

.price-card .box:first-of-type:before {
  content: "New Launch";
  background-color: #2a3431;
  color: #fff;
  font-size: 16px;
  padding: 10px 20px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
  display: none
}

.price-card .box:first-of-type:after {
  content: "";
  border-width: 22.5px;
  border-style: solid;
  border-color: transparent transparent transparent #2a3431;
  position: absolute;
  left: 126px;
  top: 0;
  transform: translateY(-50%);
  display: none
}

.price-card .box .top {
  position: relative;
  background-color: red;
  height: 250px
}

.price-card .box .top:hover:after {
  opacity: 1
}

.price-card .box .top img {
  width: 100%;
  margin-bottom: -4px;
  height: 100%;
  object-fit: cover
}

.price-card .box .top span {
  position: absolute;
  right: 20px;
  bottom: 15px;
  color: #fff;
  font-size: 20px
}

.price-card .box .top span i {
  margin-left: 5px
}

.price-card .box .bottom {
  padding: 20px 15px;
  position: relative;
  min-height: 397px;
}

.price-card .box .bottom h3::before {
  content: '';
  left: 35%;
  width: 100px;
  height: 2px;
  position: absolute;
  background-color: #2a3431;
  bottom: -6px
}

.pro_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: var(--gold);
  color: #fff;
  margin-right: 8px;
}

.price-card .box .location {
  color: #707070 !important
}

.price-card .box .bottom h3 {
  color: #2a3431;
  position: relative;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 36px;
  text-align: center
}

.price-card .box:not(:last-of-type) .bottom:before {
  content: "Hot";
  background-color: #ea723d;
  color: #fff;
  font-size: 11px;
  padding: 4px 7px;
  position: absolute;
  left: 20px;
  top: -40px;
  z-index: 1
}

.price-card .box .bottom>p {
  margin: 15px 0;
  font-size: 13px;
  line-height: 1.4;
  color: #777
}

.price-card .box .bottom .advants {
  color: #000
}

.price-card .box .bottom .advants>div {
  margin-right: 15px
}

.price-card .box .bottom .advants>div>span {
  font-weight: 700;
  font-size: 18px
}

.price-card .box .bottom .advants .apartment {
  display: flex;
  align-items: center
}

.price-card .box .bottom .advants .apartment h5 {
  font-size: 18px;
  margin-bottom: 0
}

.price-card .box .bottom .advants>.location>span {
  font-weight: 100 !important
}

.price-card .box .bottom .advants>div>div {
  margin-top: 3px;
  display: flex;
  align-items: center;
  justify-content: center
}

.price-card .box .bottom .advants>div>div i {
  color: #777;
  font-size: 22px
}

.price-card .box .bottom .advants>div>div>span {
  font-size: 12px;
  font-weight: 700;
  margin-left: 10px;
  margin-right: 10px
}

.price-card .box .bottom .advants>div>div>span>span {
  color: #777;
  font-weight: 400;
  margin-left: 5px
}

.price-card .box .bottom .price {
  margin-top: 20px;
  color: #000
}

.price-card .box .bottom .price span:first-of-type {
  display: block;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 5px
}

.price-card .box .bottom .price span:last-of-type {
  color: #000;
  font-size: 22px
}

.price-card .box .bottom .price .btn-p {
  background: var(--golden-grad);
  color: #000;
  padding: 6px 20px;
  display: inline-block
}

.advants div {
  margin-bottom: 10px
}

.awa_advants {
  color: #000
}

.pro_point {
  display: flex;
  align-items: center;
  gap: 6px
}

.awa_advants .row {
  row-gap: 10px;
}

.khown-more button {
  background: var(--golden-grad);
  color: #000;
  padding: 6px 20px;
  display: inline-block;
  margin: auto;
  display: block;
  margin-top: 20px;
  border: #ffdead
}

#sources1,
#sources2 {
  background: 0 0;
  color: #fff;
  border: none;
  border-bottom: 1px solid #646464;
  padding-left: 0;
  border-radius: 0
}

.section-prices .heading h2 {
  margin-bottom: 20px
}

#sources1 option,
#sources2 option {
  background-color: #353535;
  padding-left: 10px !important
}

.section-prices {
  padding: 60px 0;
  background-color: #212121 !important
}

.section-prices .row {
  /* justify-content: center; */
}

.disclaimer p img {
  padding: 3px
}

.d-view {
  display: block
}

.m-view {
  display: none
}

.popup_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.popup_form .modal-dialog.modal-dialog-centered {
  max-width: 748px
}

h4.modal-title {
  margin-bottom: 10px
}

.col-12.formFooter {
  margin-top: 20px
}
.qr {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.qr .qrItem img {
  width: 100px;
}
@media (max-width:1500px) {
  div#modalWithBannner .modal-dialog.modal-dialog-centered.modal-lg {
    max-width: 850px
  }
}

@media (max-width:1480px) {
  .video_modal {
    width: 100%;
    height: 300px
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 9px;
    padding-left: 9px;
    font-size: 16px
  }
  .awa_advants .row {
    row-gap: 6px;
}
.price-card .box .bottom {
  padding: 20px 10px;
 
}

.price-card .box {
 
  min-height: 704px;
}
}

@media (max-width:1024px) {
  .logo img {
    width: 160px
  }

  .logo h4 {
    font-size: 14px
  }
}

@media (min-height:1024px) {
  .fixed-form {
    bottom: 50%
  }
}

@media (max-width:768px) {

  .d-view {
    display: none
  }

  .m-view {
    display: block
  }

  .slider-content.sld1 {
    position: static;
    transform: none
  }

  .slider-content.sld1 .inner-content-box {
    width: 100%;
    margin-left: 0%;
    margin-top: 18px;
    /* text-align: left; */
  }

  .logo {
    background: 0 0;
    padding: 0
  }

  div#highlight {
    padding-top: 0 !important
  }

  div#overview {
    padding-top: 50px !important;
    padding-bottom: 10px
  }

  div#location {
    padding-top: 50px
  }

  .banner {
    height: 600px
  }

  .heading {
    margin-bottom: 25px
  }

  .overview-text-container h5,
  h5 {
    font-size: 2vw
  }

  .amenities-text-container {
    width: 100%
  }

  .py-8 {
    padding-bottom: 5rem;
    padding-top: 2rem
  }

  .footer-contact .fcontact h4 {
    font-size: 16px
  }

  .video_modal {
    width: 100%;
    height: 300px
  }

  button.btn.btn-gold.btn-video {
    margin: 0;
    margin-top: 10px
  }

  div#modalWithBannner .modal-dialog.modal-dialog-centered.modal-lg {
    max-width: 100%
  }

  div#modalWithBannner button.close.videoClose {
    position: absolute;
    top: 20px;
    right: unset;
    left: 20px;
    z-index: 9;
    opacity: 1;
    text-shadow: none;
    color: #fff;
    font-size: 33px;
    background-color: transparent
  }

  div#modalWithBannner .custom-row {
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center
  }

  div#modalWithBannner .custom-row .custom-col-1 {
    width: calc(100%);
    padding: 10px;
    padding-right: 20px
  }

  div#modalWithBannner .custom-row .custom-col-2 {
    width: calc(100%);
    padding: 10px;
    padding-right: 20px
  }

  div#modalWithBannner .custom-row .custom-col-1 {
    width: calc(100%);
    padding: 0;
    padding-right: 0
  }
}

@media (max-width:767px) {
  .navbar.navbar-expand-lg.navbar-dark img {
    width: 108px;
    /* filter: none; */
  }

  header.scrl nav.navbar.navbar-expand-lg.navbar-dark {
    max-width: 100%;
    background: #000
  }

  .scrl .navbar-dark .navbar-nav .nav-link {
    color: #fff !important
  }

  nav.navbar.navbar-expand-lg.navbar-dark {
    background: #000
  }

  .d_sm_none {
    display: none !important
  }

  .d_sm_block {
    display: block !important
  }

  .overview-text-container .inner-box {
    width: 100%
  }

  .h4,
  h4 {
    font-size: 20px
  }

  .disclaimer {
    padding-right: 15px
  }

  .copyright {
    padding-left: 15px
  }

  .heading h2 {
    font-size: 24px
  }

  .heading h5 {
    font-size: 14px
  }

  .footer-contact {
    margin-bottom: 40px;
    padding-bottom: 35px
  }

  .footer-contact .fcontact {
    flex: 1 0 50%;
    margin-bottom: 20px
  }

  .copyright {
    text-align: left;
    margin-top: 30px
  }

  .slider-content .location {
    font-size: 16px
  }

  .amenities-text-container ul li {
    max-width: 50%;
    flex: 0 0 50%
  }

  .fixed-form {
    position: unset;
    right: unset;
    width: 100%;
    bottom: unset
  }

  .mobile-section.scrl {
    display: flex !important
  }

  .mob-img {
    height: 100%;
    object-fit: cover;
    min-height: 450px;
  }

  #banner {
    min-height: 400px
  }
}

@media (max-width:425px) {
  header.scrl .logo {
    width: auto;
    margin-left: 10px;
    margin-right: 10px
  }

  .carousel-indicators {
    bottom: -14px
  }

  .highlights_section .inner-box ul {
    margin-left: 15px
  }

  body {
    font-size: 12px
  }

  header {
    padding: 0
  }

  header.scrl .logo h4 {
    font-size: 11px
  }

  .logo {
    width: auto
  }

  .logo img {
    width: 100% !important
  }

  .logo img.scrl-logo {
    width: 10%
  }

  .btn.btn-whatsapp {
    min-width: 35px
  }

  .btn.btn-whatsapp i {
    font-size: 22px
  }

  .btn {
    min-width: 155px;
    height: 32px;
    font-size: 13px;
    letter-spacing: 0;
    padding-left: 10px;
    padding-right: 10px
  }

  .banner {
    height: 450px
  }

  .slider-content {
    width: 100%;
    right: 40px;
    text-align: center;
    top: 300px
  }

  .slider-content .location {
    letter-spacing: 2px;
    font-weight: 300;
    font-size: 22px;
    margin: 10px 0 15px
  }

  .slider-content h5 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.2vw;
    letter-spacing: 2px;
    margin-bottom: 2px;
    padding: 5px 7px 6px 7px;
    color: #000;
    background: var(--golden-grad);
    display: inline-block
  }

  .inner-content-box h6 {
    margin-bottom: -10px;
    margin-top: -4px;
    font-size: 13px
  }

  .slider-content h1 {
    font-size: 26px;
    max-width: 100%;
  }

  .slider-content h5 {
    font-size: 14px
  }

  .scrollDown {
    display: none
  }

  .overview-text-container h5,
  h5 {
    font-size: 16px
  }

  .amenities-text-container ul {
    flex-wrap: wrap
  }

  .fixed-form.scrl {
    padding: 2px
  }

  .fixed-form .formFooter button {
    width: auto;
    min-width: 100%
  }

  .form-group .form-control {
    font-size: 16px
  }

  .swiper-button-prev {
    left: 10px;
    right: auto;
    top: 27%
  }

  .swiper-button-next {
    right: 10px;
    left: auto;
    top: 27%
  }

  .banner .carousel-inner .carousel-item::before {
    background: rgb(0 0 0 / 20%)
  }
}

.whatsapp {
  position: fixed;
  left: 10px;
  bottom: 50px;
  z-index: 999
}

.web_enquiry {
  position: fixed;
  top: 50%;
  transform: rotate(270deg);
  right: -53px;
  z-index: 10
}

.web_enquiry .btn {
  background: var(--golden-grad);
  padding: 6px 20px;
  margin: auto;
  display: block;
  margin-top: 20px;
  border: #ffdead;
  color: #000
}

@media (max-width:768px) {
  .whatsapp {
    display: none
  }

  .web_enquiry {
    display: none
  }

  .gallery_container .swiper-button-next,
  .gallery_container .swiper-button-prev {
    top: 53%
  }

  .web_strip {
    min-height: 400px
  }
}

.web_register {
  background-image: url(../img/banners/banner-2.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 120px 0;
  background-attachment: fixed;
  position: relative
}

.web_register::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000ad
}

.web_register .container {
  position: relative;
  z-index: 2
}

.my_btn {
  background: var(--golden-grad);
  padding: 6px 20px;
  margin: auto;
  display: block;
  margin-top: 20px;
  border: #ffdead;
  color: #000
}

.web_register_card h2 {
  font-size: 35px;
  margin-bottom: 18px
}

.web_register_card h5 {
  font-size: 22px;
  margin-bottom: 18px
}
.popup_img{
  position: relative;
  height: 100%;
}

.patch-img{
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
 
}
.patch-img img {
  width: 32%!important;
}
.patch-content{
  /* position: absolute; */
  /* bottom: 0; */
  /* right: 0; */
}
.patch-content p{
  font-size: 14px;
  margin-bottom: 0px;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: unset;
}
.price-card .box .top::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #00000061

}
.patch-tick {
  display: flex;
}

.key-points{
  /* background: #00000078; */
  /* padding: 14px; */
  width: 400px;
  text-align: left;
}
.key-points p{
  font-size: 18px;
  color: #ffffff;
}
.k-points{
  /* display: flex; */
  justify-content: center;
}
.key-points p{
  display: flex;
  margin-bottom: 6px;
  background: #00000078;
  padding: 5px 5px 5px 5px;
  width: fit-content;
}

.amenities_box {
  text-align: center;
  height: 100%;
  border: 1px solid #ffffff;
  min-height: 154px;
  padding: 22px 12px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.overlay_text h4 {
  color: #ffffff;
  font-size: 16px;
}
.amenities_bg {
  padding: 90px 0;
  background: #3e4643;
}
.little-box .my_btn {
  margin-top: 36px!important;
}
/* .m_view{
  display: none;
} */
.fixed_form{
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 350px;
  padding: 10px 20px 20px;
  background: rgba(0, 0, 0, 0.5);
  /* box-shadow: 4px 4px 0 0 rgb(189 149 65 / 70%); */
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  z-index: 1000;
  transition: all 300ms ease-in-out;
  z-index: 1;
}
@media (max-width:768px) {
  .patch-content p {
    font-size: 12px;
}
.price-card .box {
  min-height: auto;
}
.price-card .box .bottom {
  min-height: auto;
}
.m_view{
  display: block;
 
}
.fixed_form{
  position: unset;
  padding: 17px 20px;
  width: 100%;
  background: #3e4643;
}
.key-points p {
  width: 100%;
  /* text-align: center; */
  /* margin: auto; */
  display: flex;
  justify-content: center;
}
}