/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Inter", sans-serif;
  color: #383536;
  margin: 0;
  padding: 0;
}

a {
  color: #383536;
  text-decoration: none;
}

a:hover {
  color: #DE5028;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Slab", serif;
}
.border {
  border: 1px solid #0000000d;
}
    .amenities-swiper-wrapper .watermark-text {
    position: absolute;
    top: auto;
    left: auto;
    right: 30px;
    bottom: 0;
    color: #fff;
    font-size: 11px;
    z-index: 99;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #DE5028;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #383536;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

#whatsapp-chat {
  position: fixed;
  bottom: 65px;
  right: 0px;
  z-index: 100;
  width: 60px;
  cursor: pointer;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #27397E;
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
}

#header.header-scrolled {
  padding: 12px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo img {
  max-height: 100%;
}

/*--------------------------------------------------------------
# Get Started Button
--------------------------------------------------------------*/
.enq-btn {
  background: #DE5028;
  color: #fff;
  border-radius: 4px;
  padding: 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 15px;
  font-weight: 400;
  display: inline-block;
  border-radius: 0;
}

.enq-btn:hover {
  background: #383536;
  color: #fff;
}

.tel-num {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}

@media (max-width: 992px) {
  .enq-btn {
    margin: 0 15px 0 0;
    padding: 6px 18px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
  color: #DE5028;
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #333333;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }

  .navbar-mobile ul {
    height: fit-content;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #333333;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
  color: #27397E;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: url("../img/banner-min.jpg") top right no-repeat;
  background-size: cover;
  position: relative;
  margin-top: 4em;
}

@media (max-width: 768px) {
  #hero {
    text-align: center;
    padding-top: 58px;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
.section-padding {
  padding: 6em 0;
  overflow: hidden;
  position: relative;
}
.section-title {
  text-align: center;
  padding-bottom: 30px;
  position: relative;
  font-family: "Roboto Slab", serif;
}

.section-title p {
  color: #383536;
  width: 59%;
  margin: 0 auto;
}
.fancy-txt{
  font-family: "Lobster Two", sans-serif;
  font-style: italic;
  font-family: 400;
  font-size: 52px;
  color: #DE5028;
}

h4.sub-heading {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 18px;
  text-transform: uppercase;
}

h1.heading, h2.heading {
  font-size: 32px;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 15px;
  color: #27397E;
  line-height: 37.47px;
}


/* Overview */

#overview {
  background: #EEECD7;
  position: relative;
  height: 600px;
}

figure.about-img {
  right: 0;
  position: absolute;
  left: auto;
  top: auto;
  bottom: -16px;
}

section#overview .about-content p {
  width: 79%;
}

.affordable-luxury figure.m-0 {
  border: 1px solid #D9D9D9;
  padding: 58px;
  max-height: 230px;
}

.affordable-luxury figure.m-0 p.mb-0 {
  font-size: 18px;
  font-weight: 500;
}

/* Amenities */
.amenities  {
  background-color: #FFCA8A;
  position: relative;
  height: 68vh;
  overflow: unset;
}

.amenities:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: url(../img/path-symbol.png);
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
}
.amenities-swiper-wrapper {
  position: relative;
}

.amenities-floor {
  height: auto;
  padding-top: 25em;
  z-index: 1;
}

.amenities-floor .accordion-button {
  background-color: #273B7E;
  color: #fff;
  border: 0;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  font-family: "Inter", sans-serif;
}

.amenities-floor div#accordionExample {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.amenities-floor div#accordionExample .accordion-item {
  width: 47%;
  border: 0;
  margin: 0 13px 10px;
}

.amenities-floor .accordion-button::after {
  content: '';
  width: 3%;
  height: 10px;
  background-image: url('../img/chevron-down.png');
  background-size: cover;
  display: inline-block;
  transition: transform 0.3s;
  background-size: contain;
}
.amenities-floor .accordion-button:not(.collapsed)::after {
  background-image: url('../img/chevron-down.png');
  transform: rotate(-90deg);
}

.amenities-floor .accordion-button.collapsed::after {
  transform: rotate(0deg);
}

.walkthrough  {
  background-color: #95BC7A;
  position: relative;
  height: 68vh;
  overflow: unset;
}
.walkthrough:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: url(../img/walthrough-logo-symbol.png);
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
}

.walkthrough  figure:after {content: "";
  position: absolute;left: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.55);
  width: 100%; transition:1s; z-index: 1;
}

.walkthrough  .play-icon{
  position: absolute;
  left: 0;
  right: 0;
  top: 40%;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
  z-index: 99;
}

.wtv-bg{
  height: auto;
  padding-top: 21em;
  z-index: 1;
}


/* Swiper Button Css */
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  display: none;
}
.swiper-button-prev.nav-arrow-prev, .swiper-button-next.nav-arrow-next {
  top: auto;
  bottom: 0;
}

.swiper-button-next.nav-arrow-next {
  right: 47%;
}

.swiper-button-prev.nav-arrow-prev {
  left: 47%;
}

.custom-navigation .swiper-button-next.nav-arrow-next {
  right: 46%;
}

.custom-navigation .swiper-button-prev.nav-arrow-prev {
  left: 46%;
}

.custom-navigation .swiper-button-prev, .custom-navigation .swiper-button-next{
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1.6px solid #00000033;
  background: #fff;
  font-size: 18px;
  color: #000;
  font-weight: 700;
}

.custom-navigation .swiper-button-prev:hover,
.custom-navigation .swiper-button-next:hover{
  background-color: #27397E;
  color: #fff;
}

/* specifications */

section#specifications .accordion-button{
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
}

section#specifications .speci-accordion-wrapper {
  padding-top: 7%;
  padding-left: 15%;
}
section#specifications .accordion-body li {
  color: #000000B2;
  font-size: 16px;
  font-weight: 400;
}
section#specifications .accordion{
  color: #ffff;
  margin-top: 1.5em;
}

section#specifications .accordion-item {
  color: #fff;
  background-color: transparent !important; 
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  margin-bottom: 1.5em;
  border-bottom: 0 !important;
}

section#specifications .accordion-header{
  border-bottom: 1px solid #00000033 !important;
}
section#specifications .accordion-item:last-child(4){
  border-bottom: 0 !important;
}
section#specifications .accordion-button:not(.collapsed) {
  box-shadow: 0;
  background: transparent;
}

section#specifications .accordion-button::after {
  content: '';
  width: 20px;
  height: 20px;
  background-image: url('../img/chevron-circle-down.png');
  background-size: cover;
  display: inline-block;
  transition: transform 0.3s;
  background-size: contain;
}
section#specifications .accordion-button:not(.collapsed)::after {
  background-image: url('../img/chevron-circle-down.png');
  transform: rotate(-90deg);
}

section#specifications .accordion-button.collapsed::after {
  transform: rotate(0deg);
}
section#specifications .accordion-button {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #333470;
  left: 0;
  padding-right: 0;
  padding-left: 0;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

section#specifications .accordion-body {
  font-size: 14px;
  color: #262626;
}

/* connectivity */

.connectivity-swiper-wrapper {
  position: relative;
  padding: 0 6%;
}

section.connectivity .card {
  border: 0;
  border-radius: 0;
  background-color: #95BC7A;
  height: 500px;
}
section.connectivity .card .card-header {
  padding-left: 30px;
  border-bottom: 1px solid #fff;
  padding-top: 25px;
}
section.connectivity .card .card-body {
  padding-top: 25px;
}
section.connectivity .card .card-header h5 {
  color: #27397E;
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
  margin-top: 13px;
}

.gallery-swiper-wrapper{
  position: relative;
  padding: 0 6%;
}

section.progression.section-padding {
  background: #273B7E;
}

.progression-swiper-wrapper{
  position: relative;
  padding: 0 6%;
} 


#location {
  background: #fff;
}

/* About */
section#about {
  position: relative;
}
.night-view {
  background-image: url(../img/night-view-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.counts .count-box {
  padding: 30px 25px 25px 30px;
  width: 100%;
  position: relative;
  text-align: center;
  border-radius: 0;
  color: #fff;
  border-image: linear-gradient(90deg, #ffffff 0%, #ffcd73 100%) 1;
  border-width: 1.67px;
  border-style: solid;
  background: #ffffff1a;
}

.counts .plus::after {
  content: "+";
  margin-right: 5px; /* Adjust as needed */
}
.counts .count-box span {
  font-size: 40px;
  font-style: italic;
  font-family: "Georgia";
  display: block;
  font-weight: 700;
  background: linear-gradient(90deg, #f7a818 0%, #ffcc6f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 15px;
}

.counts .count-box p {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-style: italic;
  font-family: "Georgia" !important;
}

section#about figure.mb-0 {
  position: relative;
  bottom: auto;
  top: 97px;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.card.qr-code {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  background: transparent;
  color: #fff;
  border: 0;
  border-radius: 0;
  width: 85%;
}
.qr-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.card.qr-code .card-header {
  display: flex;
  align-items: center;
  border: 0;
  padding-left: 0;
  padding-right: 0;
  padding: 0;
  background: transparent;
}

.card.qr-code .card-body {
  padding: 0;
}

.card.qr-code .card-body img {
  width: 100%;
  height: auto;
}
/* .qr-wrapper p.mb-0 {
  font-size: 11px;
} */
.footer-logo-wrapper h5 {
  font-size: 14px;
}
.footer {
  color: #383536;
  font-size: 14px;
  background: #C4DFF4;
  position: relative;
  z-index: 1;
  padding-bottom: 9em;
}

footer:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(../img/skylines-footer.png);
  background-size: contain;
  width: 100%;
  height: 350px;
  background-position: bottom;
  z-index: -1;
  background-repeat: repeat-x;
}

.footer .footer-top {
  padding: 60px 0 30px 0;
  background: #C4DFF4;
}

.footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

.footer .footer-top .footer-contact h3 {
  font-size: 26px;
  line-height: 1;
  font-weight: 700;
}

.footer .footer-top .footer-contact p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Hind", sans-serif;
}

.footer .footer-top h4 {
  font-size: 14px;
  font-weight: 700;
  position: relative;
  padding-bottom: 12px;
  font-family: "Prompt", sans-serif;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
}
.copyright {
  margin-bottom: 1em;
}
.powered-by {
  margin-bottom: 1em;
}
p.disclaimer.mb-0 {
  font-size: 7px;
}
