@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap");
:root {
  --green: #48b18a;
  --gray: #19191b;
  --lightgreen: #2a3431;
  --gold: #ffbd24;
  --golden-grad: #ffbd24;
  --golden-grad2: #ffbd24;
}

body {
  /* color: #fff; */
  /* background-color: #1f2624; */
  font: 400 14px/1.4 "Outfit", sans-serif;
  overflow-x: hidden;
}

ul {
  padding-left: 0;
  margin-bottom: 0;
}

a:hover {
  text-decoration: none;
}

.bright100 {
  -ms-filter: brightness(50);
  filter: brightness(50);
}

/*header*/
header {
  width: 100%;
  padding: 5px 20px;
  float: left;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: space-between;
  top: 0;
  z-index: 999;
  transition: all 300ms ease-in-out;
  background: rgba(00,00,00,0.6);
}

.logo {
  width: 200px;
  position: relative;
  min-height: 1px;
  transition: all 300ms ease-in-out;
  overflow: hidden;
}

.logo img {
  image-rendering: -webkit-optimize-contrast;
  transition: all 300ms ease-in-out;
}

.logo img.scrl-logo {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.headerRight {
  display: flex;
  align-items: center;
}

.headerBtns {
  display: flex;
}

.headerBtns .btn.btn-gold:hover{
  color: #fff;
}

.headerBtns .btn.btn-gold::after{
  background-color: var(--gray);
}

header.scrl {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

header.scrl .logo {
  width: 120px;
}

header.scrl .logo img {
    opacity: 0;
    visibility: hidden;
}

header.scrl .logo img.scrl-logo{
    opacity: 1;
    visibility: visible;
    top: 5px;
}

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: none;
  z-index: 1;
}

.btn:focus{
  box-shadow: none;
  outline: none;
}

.btn-gray {
  color: #fff;
  background-color: var(--gray);
}

.btn-gold {
  color: #000;
  background: var(--golden-grad2);
}

.btn-gold:hover {
  color: #fff;
}

.btn::before,
.btn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.25);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  z-index: -1;
}

.btn::after {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  background-color: #000;
}

.btn-gray::after {
  background-color: #fff;
}

.btn-gold:before {
  background-color: rgba(0, 0, 0, 0.25);
}

.btn.btn-white::after {
  background-color: #1c1c22;
}

.btn:hover::before,
.btn:hover::after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.btn-white {
  color: var(--gray);
  background-color: #fff;
}

.btn-white:hover {
  color: #fff;
}

.btn.btn-white::before {
  background-color: rgba(0, 0, 0, 0.15);
}

.btn.btn-white-hover::before {
  background-color: rgba(31, 135, 112, 0.6);
}

.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 {
  padding: 0 5vw;
  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 / 50%); */
  z-index: -1;
}

.slider-content {
  position: absolute;
  left: 40px;
  top: 40%;
  z-index: 9;
  width: 40%;
}

.slider-content h1 {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 2.5vw;
  color: #fff;
}

.slider-content h5 {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 1.2vw;
    letter-spacing: 4px;
    margin-bottom: 1px;
    padding: 5px 15px 6px 10px;
    color: #fff;
    background: rgba(00,00,00,0.6);
    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 i {
  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(0px);
  }
  100% {
    transform: translateX(-10px);
  }
}

.py-8 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.bg-lightgreen {
  /* background-color: var(--lightgreen) !important; */
}

.bg-green {
  background-color: var(--green) !important;
}

.bg-gray {
  background-color: var(--gray) !important;
}

.text-green {
  color: var(--gold) !important;
}

.props {
  position: absolute;
  pointer-events: none;
  z-index: -1;
}

.props.prop-tl {
  width: 20%;
  top: 0%;
  left: -2%;
  opacity: 0.1;
}

.props.prop-br {
  width: 60%;
  bottom: 0%;
  right: 0;
  background-color: #1f2624;
  opacity: 0.3;
}

.props.prop-br img {
  mix-blend-mode: screen;
  opacity: 0.1;
}

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

.short-border {
  width: 100px;
  height: 3px;
  background-color: var(--red);
  border-radius: 10px;
  display: table;
  margin: 2rem auto 0;
}

.heading-container h6 {
  font-weight: 700;
  width: 70%;
  margin: 0 auto;
}

.heading {
  display: table;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}

.heading h2 {
  font-weight: 300;
  font-size: 3vw;
  text-transform: uppercase;
  margin-bottom: 0;
  color: var(--gold);
  background: var(--golden-grad);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.heading h5 {
  font-weight: 200;
  font-size: 1.4vw;
  text-transform: uppercase;
  margin-bottom: 0;
}

.overview-text-container .inner-box {
  width: 90%;
}

.row.flex-row-reverse .overview-text-container .inner-box {
  margin-right: 0;
  margin-left: auto;
}

.overview-text-container h5 {
  font-weight: 200;
  font-size: 1.5vw;
}

.in-numbers {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3em;
  padding-top: 2.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.in-numbers li {
  margin-right: 5%;
  flex-grow: 1;
}

.in-numbers li:last-child {
  margin-right: 0;
}

.in-numbers li h2 {
  display: flex;
  align-items: flex-end;
}

.in-numbers li h2 small {
  font-size: 60%;
  margin: 0 10px;
}

.in-numbers li h6 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 4px;
}

.img-wrap {
  position: relative;
  z-index: 1;
}

.img-fluid.h-100 {
  object-fit: cover;
}

.img-wrap span {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 2px 10px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
}

.walkghthrough .img-wrap {
  overflow: hidden;
}

.walkghthrough .img-wrap img {
  animation: zoom 35s linear infinite;
}

@keyframes zoom {
  50% {
    transform: scale(1.5);
  }
}

.walkghthrough p{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  padding: 10px;
  text-transform: uppercase;
  letter-spacing: 4px;
  background: rgb(0 0 0 / 20%);
  z-index: 9;
}

.walkghthrough a {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 70px;
  line-height: 70px;
  height: 70px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  text-align: center;
  background: var(--golden-grad2);
  color: #000;
  z-index: 2;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: all 300ms ease-in-out;
}

.walkghthrough a:hover {
  background: var(--golden-grad);
  outline: 1px solid var(--gold);
}

.readmore {
  width: 100%;
  display: flex;
  margin-top: 3rem;
}

.readmore.center {
  justify-content: center;
}

.readmore a {
  color: #fff;
}

.btnContainer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 3rem;
}

.amenities-wrapper{
  /* background: url(../img/green-bg.jpg) center / cover no-repeat fixed; */
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.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: 100%;
  margin: 0 auto;
}

h5{
  font-weight: 200;
  font-size: 1.5vw;
}

.amenities-text-container ul{
  display: flex;
  justify-content: center;
  margin: 30px 0;
  flex-wrap: wrap;
  /* width: 100%; */
}

.amenities-text-container ul li{
  width: 100%;
  margin: -1px;
  padding: 20px;
  backdrop-filter: brightness(1.3) blur(2px);
  border: 1px solid #cecece;
  flex: 0 0 20%;
}

.amenities-text-container ul li .img-wrap img{
  max-width: 70px;
  margin: 0 auto 10px;
}

.amenities-text-container ul li span{
  display: block;
  text-transform: uppercase;
}

.layoutSlider, .laybox{
  width: 100%;
  position: relative;
}

.layimg{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background-color: var(--lightgreen);
}

.layimg img{
  display: block;
  mix-blend-mode: lighten;
  max-width: 90%;
  margin: 0 auto;
  transition: all 300ms ease-in-out;
}

.layimg img:hover{
  cursor: pointer;
  mix-blend-mode: color-dodge;
}

.laydets{
  width: 100%;
  display: table;
  margin-top: -60px;
  margin-left: 10px;
  position: relative;
  z-index: 9;
  color: var(--gold);
}

.laydets small {
  text-transform: uppercase;
}

.laydets h5{
    font-size: 3vw;
}

.laysize{
    width: calc(100% - 20px);
    margin: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background-color: rgb(0 0 0 / 13%);
}

.laysize ul{
    flex: 0 0 70%;
    max-width: 70%;
    display: flex;
}

.laysize ul li{
    flex-grow: 1;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
    text-align: center;
    font-size: 18px;
    padding: 0 10px;
    color: #fff;
}

.laysize ul li:last-child{
    border-right: 0;
}

.laysize ul li strong{
    display: block;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--gold);
    font-size: 80%;
    letter-spacing: 1px;
}

.location-advantages{
  height: 100%;
}

.location-advantages .loc-advant{
  height: 500px;
}

.location-advantages .loc-advant .swiper-slide{
  padding: 5px 10px;
  background-color: var(--gray);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.loc-advant .swiper-slide figure{
  width: 100%;
  padding: 10px;
  margin: 5px 0;
  border: 1px solid rgb(255 255 255 / 10%);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms ease-in-out;
  color: #fff;
}

.loc-advant .swiper-slide figure:hover{
  transform: translateY(2px);
  box-shadow: 0 5px 15px rgb(0 0 0 / 10%);
}

.loc-advant .swiper-slide figure .img-wrap{
  width: 35%;
  margin-right: 15px;
  border-right: 1px solid rgb(255 255 255 / 10%);
}
.loc-advant .swiper-slide figure .img-wrap img{
  max-width: 50px;
  margin: 0 auto;
  display: block;
  filter: grayscale(100%);
}

.loc-advant .swiper-slide figure figcaption{
  width: 100%;
  position: relative;
  padding: 10px 0;
  z-index: 1;
}

.loc-advant .swiper-slide figure figcaption strong{
  font-size: 26px;
}

.loc-advant .swiper-slide figure figcaption strong small{
  display: inline-block;
  font-size: 12px;
}

.loc-advant .swiper-slide figure p{
  margin-bottom: 0;
  padding-top: 10px;
  border-top: 1px solid rgb(255 255 255 / 10%);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.proximity{
  margin-top: 3rem;
  padding: 10px 20px;
  border: 1px solid rgb(255 255 255 / 10%);
}

.proximity h4{
  font-weight: 200;
  margin-bottom: 20px;
  font-size: 2vw;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid rgb(255 255 255 / 10%);
}

.proximity h4 small{
  color: var(--gold);
  font-weight: 200;
  font-size: 70%;
}

.proximitySlider{
  padding-bottom: 40px;
}

.proximitySlider .swiper-wrapper{
  display: flex;
}

.proximitySlider .swiper-slide{
  width: calc(100% / 5);
  text-align: center;
}

.proximitySlider .swiper-slide figure{
  border-right: 1px solid rgb(255 255 255 / 10%);
  padding: 0 10px;
  margin-bottom: 0;
}

.proximitySlider .swiper-slide .img-wrap img{
  max-width: 50px;
  display: block;
  margin: 0 auto 10px;
   filter: grayscale(100%);
}

.proximitySlider .swiper-slide figcaption{
  text-transform: uppercase;
  font-size: 11px;
    font-weight: 500;
    letter-spacing: 1px;
}

.gallery .swiper-slide.img-wrap{
  background-color: #000;
}

.gallery .swiper-slide img{
  width: 100%;
  height: 400px;
  object-fit: cover;
  opacity: 0.8;
}

.gallery .swiper-slide .gal-title{
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  transform: translate(-50%,0);
  z-index: 9;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}

.gallery .swiper-slide .gal-title h2{
  text-transform: uppercase;
  letter-spacing: 1vw;
  font-weight: 200;
  font-size: 2vw;
}

.contact-wrapper.bg-frwd-slash::before{
  background-color: rgb(0 0 0 / 10%);
}

/* Customize modal */
.modal-backdrop.show {
  opacity: 0.9;
  background: var(--lightgreen);
}
.modal-content {
  border: none;
  border-radius: 0;
  background: none;
}
.modal-header {
  background: #000;
  color: #fff;
  border-bottom: none;
  /* border-radius: 0; */
}
.modal-header .modal-title {
  font-weight: 200;
  font-size: 24px;
}
.modal-header .close {
    position: absolute;
    right: 10px;
    top: 36px;
    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: #222222;
    transition: all 300ms ease-in-out;
    outline: none;
}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover{
    opacity: 1;
    background-color: var(--gold);
}
.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;
}
/* Customize modal */

/* Custom swiper */
.swiper-pagination-bullet {
  background-color: #fff;
}
.swiper-pagination-bullet-active {
  background-color: var(--gold);
  transform: scale(1.5);
}

.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 300ms ease-in-out;
}

.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 20px;
    color: #000;
}

.swiper-button-next:hover, .swiper-button-prev:hover{
    background-color: var(--gray);
    color: #fff;
}
/* Custom swiper */

.form-group {
  margin-bottom: 10px;
}
.formModal p {
    color: #fff;
}

.form-group .form-control {
  border-radius: 0;
  padding: 10px 0;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #cecece;
  color: #fff;
  outline: none;
}

#contactUs .form-group .form-control {
  border-radius: 0;
  padding: 10px 0;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #cecece;
  color: #000;
  outline: none;
}
.form-group .form-control::placeholder {
  color: #cecece
}

.form-group .form-control:focus {
  box-shadow: none;
  border-bottom-color: var(--gold);
}

.fixed-form {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 347px;
  padding: 10px 20px 20px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  z-index: 1000;
  transition: all 300ms ease-in-out;
}
.fixed-form h5 {
    color: #fff;
}
.fixed-footer-cust {
     background: #ffbd24!important; 
    text-align: center;
    /* padding: 10px 0px 10px 0px; */
    width: 100%;
    border: 1px solid #000;
    position: fixed;
    bottom: 0px;
    z-index: 99;
    background: var(--mainColor);
}



.i-am {
    padding: 0;
    background: transparent;
    border: none;
    background-image: none;
    box-shadow: none;
    outline: none !important;
}

.fix-link {
    color: #000 !important;
    font-size: 14px;
    text-transform: uppercase;
}
.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;
  transition: all 300ms ease-in-out;
  outline: none;
}
.mobview{
  display: none;
}
.fixed-form.scrl {
  width: 100%;
  display: none;
  right: 0;
  bottom: 0;
  transform: translateY(0);
  padding: 2px 20px;
  background-color: #000;
  border-top: 1px solid rgb(255 255 255 / 10%);
}

.fixed-form.scrl h5 {
  display: none;
}

.fixed-form.scrl .col-12 {
  flex: 1 0 0;
  margin-bottom: 0;
}

.fixed-form.scrl .form-group .form-control {
  padding: 5px 0px;
}

.fixed-form.scrl .formFooter {
  margin-top: 0;
}

.fixed-form.scrl .formFooter button {
  height: 30px;
  line-height: 30px;
}

/*Footer*/
.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{
  padding-right: 5%;
}

.copyright{
  text-align: center;
}

.copyright p a{
  color: var(--gold);
}
.copyright p a:hover{
  color: #fff;
}

.button-top {
  background: rgba(29, 29, 29, 0.32);
  position: fixed;
  cursor: pointer;
  right: 20px;
  bottom: -20px;
  color: #ffffff;
  font-size: 13px;
  opacity: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  pointer-events: none;
  transition: all 500ms ease;
  z-index: 99;
}

.button-top.scrl {
  bottom: 60px;
  opacity: 1;
  pointer-events: auto;
}

.button-top:hover {
  background: var(--golden-grad2);
  color: #000;
}
/*Footer*/

/*responsive*/
@media (max-width: 1024px) {
  .logo img{width: 160px;}
  .logo h4{font-size: 14px;}
}
@media (min-height: 1024px) {
  .fixed-form{bottom: 50%;}
}

@media (max-height: 425px) {
}

@media (max-width: 768px) {
  .mobview{
    display: block;
  }
  .banner{height: 600px;}
  .heading{margin-bottom: 25px;}
  .overview-text-container h5, h5{font-size: 2vw;}
  .in-numbers{margin-top: 2rem; padding-top: 1.5rem;}
  .in-numbers li{margin-right: 0; padding-right: 5px;}
  .in-numbers li h2{font-size: 3vw;}
  .in-numbers li h6{letter-spacing: 0px;}
  .amenities-text-container{width: 100%;}
  .location-advantages{padding-left: 0;}
  .location-map{padding-right: 0;}
  .location-map img{height: 100%; object-fit: cover;}
  .laydets small{font-size: 13px;}
  .laydets h5{font-size: 4vw;}
  .laysize ul li{font-size: 16px;}
  .py-8{padding-bottom: 5rem; padding-top: 5rem;}
  .footer-contact .fcontact h4{font-size: 16px;}
}

@media (max-width: 767px) {

  .mobview{
    display: block;
  }
  .d_sm_none{display:none!important;}
  .d_sm_block{display:block!important;}
  .intro-img{margin-top: 20px;}
  .overview-text-container .inner-box{width: 100%;}
  .h4, h4{font-size: 20px;}
  .laydets{text-align: center; margin-top: -10px;}
  .laysize{flex-wrap: wrap;}
  .laysize ul{max-width: 100%; flex: 0 0 100%; margin-bottom: 25px;}
  .laysize > div{margin: 0 auto;}
  .location-map, .disclaimer{padding-right: 15px;}
  .location-advantages, .copyright{padding-left: 15px;}
  .heading h2{font-size: 24px;}
  .heading h5{font-size: 14px;}
  .proximity h4{font-size: 20px;}
  .gallery .swiper-slide .gal-title h2{font-size: 20px;}
  .footer-contact{margin-bottom: 40px; padding-bottom: 35px;}
  .footer-contact .fcontact{flex: 1 0 50%; margin-bottom: 20px;}
  .copyright{text-align: center;margin-top: 30px;}
   .slider-content .location{font-size: 16px;}
  .amenities-text-container ul li{ max-width: 50%; flex: 0 0 50%;}
  .amenities-text-container ul li .img-wrap img{max-width: 50px;}
}


@media (max-width: 667px) {
}

@media (max-width: 575px) {
}

@media (max-width: 480px) {
}

@media (max-width: 425px) {
  body{font-size: 12px;}
  header{padding: 5px 10px;}
  header.scrl .logo h4{font-size: 11px;}
  .logo{width: auto;}
  .logo img{width: 150px;}
  .headerBtns{flex-wrap: wrap; width: 155px;}
  .headerBtns a:first-child{width: 100%;}
  .btn.btn-whatsapp{min-width: 35px;}
  .btn.btn-whatsapp i{font-size: 22px;}
  .btn{min-width: 114px; height: 32px; font-size: 13px; letter-spacing: 0; padding-left: 10px; padding-right: 10px;}
  .banner{height: 450px;}
  .slider-content{right: 40px; text-align: center; width: auto;}
  .slider-content h1{font-size: 18px;}
  .slider-content h5{font-size: 13px;}
  .slider-content .readmore{justify-content: center;}
  .scrollDown{display: none;}
  .overview-text-container h5, h5{font-size: 16px;}
  .readmore{margin-top: 2rem;}
  .in-numbers li h2{font-size: 24px;}
  .in-numbers li h6{font-size: 12px;}
  .amenities-text-container ul, .laysize ul{flex-wrap: wrap;}
  .amenities-text-container ul li{width: calc(50% - 2px);}
  .laydets h5{font-size: 24px;}
  .laysize ul li{width: 100%; padding: 10px 0; border-right: none; border-bottom: 1px solid rgb(255 255 255 / 10%); font-size: 14px;}
  .fixed-form.scrl{padding: 2px;}
  .fixed-form .formFooter button{width: auto; min-width: 100%;}
  .form-group .form-control{font-size: 12px;}
  .proximitySlider .swiper-slide{width: 50%;}
  .gallery .swiper-slide img{height: 340px;}
  .proximity h4 small{display: block;}
}

@media (max-width: 375px) {
}

@media (max-width: 360px) {
}


.main-menu {
  width: calc(100% - 280px);
  float: right;
  text-align: right;
}

/*.main-menu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
          align-items: center;
}*/


.main-menu>ul {
  display: flex;
  align-items: center;
  justify-content: end;
  list-style: none;
  margin-right: 15px;
}

.main-menu ul li a {
  display: flex;
  margin: 0 0px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  border: 2px solid transparent;
  padding: 5px 15px;
  align-items: center;
  font-weight: 500;
}

.main-menu ul li a i {
  font-size: 20px;
  line-height: 1;
  margin-right: 10px;
}

.dropdown-toggle::after {
  display: none;
}

.main-menu ul li:first-child a {
  margin-left: 0;
}

.main-menu ul li:last-child a {
  margin-right: 0;
}


.main-menu ul li .btn {

  display: flex;

  align-items: center;

  justify-content: center;

  padding: 5px 15px;

  height: 40px;

  font-size: 15px;

  font-weight: normal;

  color: #fff;
}


.main-menu ul li.active a {
  background: var(--golden-grad2);
  color: #000;
}
header.scrl .main-menu ul li a {
    color: #000;
}

.hamburger {
  width: 30px;
  height: 21px;
  position: relative;
  display: none;
}

.hamburger span {
  height: 2px;
  width: 30px;
  background: var(--golden-grad2);
  opacity: 1;
  position: absolute;
  left: 0;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  top: 9px;
  width: 24px;
  right: 0;
  left: auto;
}

.hamburger span:nth-child(3) {
  width: 100%;
  top: 19px;
}

.menuoverlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  display: none;
}

.gray-bg{
  
background: #f4f4f4;
}

.highlights-content li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    font-size: 18px;
}



.highlights-content li:before {
    content: '';
    width: 20px;
    height: 20px;
    border: 2px solid var(--golden-grad2);
    position: absolute;
    left: 0;
    border-radius: 100%;
}
header.scrl .btn.btn-whatsapp {
    background: #000;
    color: #fff;
}

@media(max-width: 767px) {
  .hamburger {
    display: block;
  }

  .main-menu ul li a {
    margin: 10px 12px;
  }

  .main-menu ul li:first-child a {
    margin-left: 12px;
  }

  .main-menu ul li:last-child a {
    margin-right: 12px;
  }

  .main-menu ul li a {
    display: inline-flex;
  }

  .main-menu ul li .btn {
    display: inline-flex;
  }

  .headerRight {
    display: none;
}

  .main-menu {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 80%;
    height: 100%;
    position: fixed;
    right: -100%;
    top: 0;
    background: #fff;
    z-index: 99;
    -webkit-box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.5);
    box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 16px;
    padding: 40px 20px;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    opacity: 0;
    width: 75%;
    transition-duration: 200ms;
    -webkit-transition-duration: 200ms;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    visibility: hidden;
  }

  .main-menu>ul {
    display: block;
  }

  .menu-open .main-menu {
    opacity: 1;
    right: 0;
    transition-duration: 200ms;
    -webkit-transition-duration: 200ms;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    visibility: visible;
  }

  .menu-open .menuoverlay {
    display: block;
  }
  .h-img {
    margin-bottom: 40px;
}
}
  