@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
/* Use the font */
body {
 font-family: "Open Sans", sans-serif;
}

/* =========================================================
   GLOBAL
========================================================= */

*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.logo{
    width: 150px; height: auto;
}

:root {
  --gold: #e2d19f;
  --copper: #c6874c;
  --dark: #291003;
  --brown: #341003;
  --bronze: #90691c;
}

body { 
  background:
    radial-gradient(circle at top right, rgba(198,135,76,.15), transparent 24%),
    radial-gradient(circle at left, rgba(52,16,3,.65), transparent 38%),
    linear-gradient(180deg, #060606 0%, #111111 48%, #171717 100%);
  color: #fff;
  overflow-x: hidden;
}

/* =========================================================
ULTRA MODERN BUILDER LOOK TYPOGRAPHY
========================================================= */

 

/* HEADINGS */
h1,
h2,
h3,
h4,
h5,
h6 { 
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: 1.05;
}

/* HERO TITLE */
.hero-title {    
  font-weight: 500!important;
}

/* LUXURY LABELS */
.luxury-label { 
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 600;
}

/* BUTTONS */
.btn-gold { 
  font-weight: 700;
  letter-spacing: .5px;
}

/* BODY TEXT */
p { 
  font-weight: 400;
  line-height: 1.9;
}

/* NAVIGATION */
nav a { 
  font-weight: 600;
  letter-spacing: .3px;
}

.section-padding {
  padding: 60px 20px;
}

.container-main {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
}

.glass {
  background: rgba(23,1,1,.45);
  border: 1px solid rgba(23,1,1,.45);
  backdrop-filter: blur(18px);
}

.btn-gold {
  background: linear-gradient(135deg, var(--copper), var(--gold));
  color: #111;
  font-weight: 700;
  transition: .4s ease;
  box-shadow: 0 10px 35px rgba(198,135,76,.28);
  cursor: pointer;
}

.btn-gold:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 45px rgba(198,135,76,.4);
}

/* =========================================================
   HEADER
========================================================= */

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: rgb(124,90,65);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgb(124,90,65);
}

/* =========================================================
   MOBILE MENU
========================================================= */

#mobileMenu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%; 
  height: 100vh;
  z-index: 99999;
  overflow-y: auto;
  transition: .5s ease;
  background: linear-gradient(180deg, #1c0d07 0%, #15100d 48%, #090909 100%);
}

#menuOverlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.8);
  backdrop-filter: blur(6px);
  display: none;
  z-index: 99990;
}

.mobile-link {
  display: block;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
  font-size: 17px;
  transition: .3s;
  color: #fff;
  text-decoration: none;
}

.mobile-link:hover {
  padding-left: 8px;
  color: var(--gold);
}

/* =========================================================
   HERO
========================================================= */

.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(0,0,0,.94) 0%, rgba(0,0,0,.74) 45%, rgba(0,0,0,.4) 100%),
    linear-gradient(180deg, rgba(52,16,3,.28), rgba(0,0,0,.82));
}

.hero-content {
  position: relative;
  z-index: 5;
  width: 100%;
}

#reviews .swiper.swiper-horizontal{
  padding-bottom: 0;
}

/* =========================================================
   FORM
========================================================= */

input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

/* REMOVE DEFAULT BG */
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-clear-button {
  display: none;
}


input::placeholder {
  color: #4c312c;
}
 /* INPUT */
input {
  width: 100%;
  height: 60px;
  padding: 0 20px !important; 
  background: rgb(249,240,228);
  border: 1px solid rgb(249,240,228);
  color: #4c312c!important;
  outline: none;
  font-size: 16px;
  transition: .3s;
  line-height: normal;
}

/* SELECT */
select {
  width: 100%;
  height: 60px;
  padding: 0 50px 0 20px !important; 
  background:  rgb(249,240,228);
  border: 1px solid  rgb(249,240,228);
  color: #4c312c!important;
  outline: none;
  font-size: 16px;
  transition: .3s;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none; 
   background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%234c312c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E"); 
  background-repeat: no-repeat;
  background-position: right 18px center;
  background-size: 16px;
}

/* FOCUS */
input:focus  {
  border-color: #4c312c;
}

/* OPTION STYLE */
select option {
  background:  rgb(249,240,228);
  color: #4c312c;
}

 

/* =========================================================
   USP
========================================================= */

.usp-card {
  padding: 35px;
  border-radius: 30px;
  transition: .45s ease;
}

.usp-card:hover {
  transform: translateY(-8px);
  border-color: rgba(226,209,159,.22);
}

.usp-icon {
  width: 70px;
  height: 70px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 24px;
  background: linear-gradient(135deg, rgba(198,135,76,.15), rgba(226,209,159,.08));
  border: 1px solid rgba(255,255,255,.08);
  color: var(--gold);
  flex-shrink: 0;
}

/* =========================================================
   AMENITIES
========================================================= */

.amenity-card {
  position: relative;
  height: 520px;
  overflow: hidden;
  border-radius: 32px;
}

.amenity-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .7s ease;
  display: block;
}

.amenity-card:hover img {
  transform: scale(1.08);
}

.amenity-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  padding: 35px;
  background: linear-gradient(180deg, rgba(0,0,0,.05), rgba(0,0,0,.88));
}

/* =========================================================
   FLOOR PLAN
========================================================= */

.floor-card {
  overflow: hidden;
  border-radius: 30px;
}

.floor-card img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  filter: blur(4px);
  transition: .5s;
  display: block;
}

.floor-card:hover img {
  transform: scale(1.05);
}

.floor-footer {
  background: linear-gradient(135deg, #26120b, #401806);
}
 

/* =========================================================
   REVIEWS
========================================================= */

.review-modern-card {
  height: 100%;
  padding: 40px;
  border-radius: 34px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.03));
  border: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(18px);
  transition: .45s ease;
}

.review-modern-card:hover {
  transform: translateY(-8px);
  border-color: rgba(226,209,159,.3);
  box-shadow: 0 30px 70px rgba(0,0,0,.4);
}

.review-modern-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #c6874c, #e2d19f);
}

.review-stars {
  font-size: 24px;
  letter-spacing: 3px;
  color: #e2d19f;
  margin-bottom: 24px;
}

.review-text {
  font-size: 16px;
  line-height: 34px;
  color: #d1d5db;
  margin-bottom: 38px;
}

.review-user {
  display: flex;
  align-items: center;
  gap: 16px;
}

.review-avatar {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 700;
  background: linear-gradient(135deg, #c6874c, #e2d19f);
  color: #111;
  flex-shrink: 0;
}

.review-name {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 4px; 
}

.review-role {
  font-size: 14px;
  color: #9ca3af;
}

/* =========================================================
   SWIPER REVIEWS
========================================================= */

.reviewSwiper {
  padding-bottom: 70px;
}

.reviewSwiper .swiper-slide {
  height: auto;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #fff !important;
  opacity: .3;
  transition: .3s;
}

.swiper-pagination-bullet-active {
  width: 34px;
  border-radius: 20px;
  background: #e2d19f !important;
  opacity: 1;
}

/* =========================================================
   GALLERY
========================================================= */

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.gallery-grid img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 24px;
  transition: .5s;
  display: block;
}

.gallery-grid img:hover {
  transform: scale(1.04);
}

/* =========================================================
   FOOTER
========================================================= */

footer {
  background: #080808;
  border-top: 1px solid rgba(255,255,255,.08);
}

footer a {
  color: #d1d5db;
  text-decoration: none;
  transition: .3s;
}

footer a:hover {
  color: var(--gold);
}

/* =========================================================
   MOBILE FOOTER
========================================================= */

.mobile-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #000;
  border-top: 1px solid rgba(255,255,255,.08);
}

.mobile-footer a {
  color: #fff;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 12px 0;
  font-size: 11px;
  gap: 8px;
  transition: .3s;
}

.mobile-footer a:hover {
  color: var(--gold);
}

/* =========================================================
   NAV LINKS
========================================================= */

nav a {
  color: #fff;
  text-decoration: none;
  transition: .3s;
}

nav a:hover {
  color: var(--gold);
}

/* =========================================================
   SECTION LINKS
========================================================= */

a {
  text-decoration: none;
}

/* =========================================================
   ABOUT SECTION IMAGE
========================================================= */

#about img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  border-radius: 32px;
  display: block;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1280px) {
  .section-padding {
    padding: 60px 20px;
  }
}

@media (max-width: 1024px) {

  .hero {
  display: block; margin-top: 100px;
}


  .hero-bg {
  position: relative; 
  width: 100%;
  height: 100%;
  object-fit: fill;
  z-index: 1;
}
  .section-padding {
    padding: 60px 16px;
  }

  .hero-title {
    font-size: 52px !important;
    line-height: 1.08 !important;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .amenity-card {
    height: 420px;
  }

  #about img {
    height: 380px;
  }
}

@media (max-width: 768px) {
  .section-padding {
    padding: 60px 16px 60px 16px;
  }

  .hero-title {
    font-size: 42px !important;
    line-height: 1.1 !important;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .gallery-grid img {
    height: 180px;
  }

  .amenity-card {
    height: 340px;
  }

  .review-modern-card {
    padding: 30px;
    border-radius: 28px;
  }

  .review-text {
    line-height: 30px;
    font-size: 15px;
  }

  .review-name {
    font-size: 18px;
  }

  .modal-box {
    border-radius: 24px;
    max-height: 90vh;
    overflow-y: auto;
  }

  #about img {
    height: 280px;
  }

  footer {
    padding-bottom: 100px;
  }
}

@media (max-width: 480px) {
  .hero-title {
    font-size: 32px !important;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-grid img {
    height: 220px;
  }

  .usp-card {
    padding: 28px;
  }

  .amenity-card {
    height: 300px;
  }

  .amenity-overlay {
    padding: 24px;
  }
}

/* =========================================================
   HERO BUTTONS RESPONSIVE
========================================================= */

@media (max-width: 640px) {
  .hero-buttons {
    flex-direction: column;
  }

  .hero-buttons a {
    width: 100%;
    justify-content: center;
  }
}

/* =========================================================
   FLOOR MODAL RESPONSIVE
========================================================= */

@media (max-width: 768px) {
  .modal-box .grid {
    grid-template-columns: 1fr !important;
  }

  .modal-box .relative.min-h-\[420px\] {
    min-height: 240px;
  }
}

/* =========================================================
   LOCATION IFRAME
========================================================= */

.map-container {
  overflow: hidden;
  border-radius: 32px;
  line-height: 0;
}

.map-container iframe {
  width: 100%;
  height: 520px;
  border: 0;
  display: block;
}

@media (max-width: 768px) {
  .map-container iframe {
    height: 360px;
  }
}


/* =========================================================
MASONRY GALLERY
========================================================= */

.gallery-masonry{
  columns:1;
  column-gap:20px;
}

.gallery-item{
  position:relative;
  margin-bottom:20px;
  overflow:hidden; 
  break-inside:avoid;
}

.gallery-item img{
  width:100%;
  display:block; 
  transition:.7s ease;
}

 

/* HOVER */

.gallery-item:hover img{
  transform:scale(1.05);
}

/* OVERLAY */

.gallery-item::after{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(
    180deg,
    rgba(0,0,0,0),
    rgba(0,0,0,.25)
  );
  opacity:0;
  transition:.4s ease;
}

.gallery-item:hover::after{
  opacity:1;
}

/* TABLET */

@media(min-width:768px){
  .gallery-masonry{
    columns:2;
  }
}

/* DESKTOP */

@media(min-width:1200px){
  .gallery-masonry{
    columns:4;
  }
}

/* MOBILE */

@media(max-width:640px){

  .gallery-item:nth-child(n) img{
    height:auto;
  }

} 


 

#floorModal.active{
  display:flex !important;
}

.modal-box{
  animation:modalAnim .35s ease;
}

@keyframes modalAnim{

  from{
    opacity:0;
    transform:scale(.9) translateY(40px);
  }

  to{
    opacity:1;
    transform:scale(1) translateY(0);
  }

}

.btn-new{
  background: #C08E65;
background: linear-gradient(180deg, rgba(192, 142, 101, 1) 0%, rgba(153, 110, 69, 1) 100%);
border: 2px solid #e3bc71; color: #FFF;
border-radius: 100px; padding: 8px 56px; text-decoration: none;
}

.about-bg{
  background-image: url(../images/video-bg.png);
}
.elevated-bg{
  background-image: url(../images/bg-elevated.jpg);
}

.reviews-bg{
  background-image: url(../images/bg-reviews.jpg);
}

.gallery-bg{
  background-image: url(../images/bg-gallery.jpg);
}

.swiper.swiper-horizontal{
padding-bottom: 60px;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
  top: 140px!important;
}

.swiper-pagination-bullet{
  background-color:  rgb(153, 110, 69) !important;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
 background-color: rgb(124,90,65)!important;
}


#amenities .swiper-horizontal>.swiper-pagination-bullets, #amenities .swiper-pagination-bullets.swiper-pagination-horizontal, #amenities .swiper-pagination-custom, #amenities .swiper-pagination-fraction{
  top: 340px!important;
}



#amenities .swiper-pagination-bullet{
  background-color:  rgb(153, 110, 69) !important;
}
#amenities .swiper-pagination-bullet.swiper-pagination-bullet-active{
 background-color: rgb(124,90,65)!important;
}
 


#gallery .swiper-pagination-bullet{
  background-color: #FFFFFF!important;
}
#gallery .swiper-pagination-bullet.swiper-pagination-bullet-active{
 background-color: rgba(255,255,255, 0.5)!important;
}



#floorplans .swiper-pagination-bullet{
  background-color: #FFFFFF!important;
}
#floorplans .swiper-pagination-bullet.swiper-pagination-bullet-active{
 background-color: rgba(255,255,255, 0.5)!important;
}






