@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

:root{
--gold:#c8a86b;
--gold-light:#e4c78f;
--dark:#0f0f0f;
--dark2:#161616;
--dark3:#1f1f1f;
--white:#ffffff;
}

*{
margin:0;
padding:0;
box-sizing:border-box;
}

html{
scroll-behavior:smooth;
}

body{
background:var(--dark);
color:var(--white);
font-family:'Poppins',sans-serif;
overflow-x:hidden;
}

/* NAVBAR */

.luxury-nav{
background:rgba(0,0,0,.75);
backdrop-filter:blur(15px);
transition:.4s;
padding:12px 0;
}

.navbar-brand img{
height:65px;
}

.nav-link{
color:#fff !important;
margin-left:20px;
font-weight:500;
transition:.3s;
}

.nav-link:hover{
color:var(--gold)!important;
}

/* BUTTONS */

.btn-gold{
background:var(--gold);
color:#fff;
border:none;
padding:14px 32px;
border-radius:50px;
font-weight:600;
transition:.4s;
}

.btn-gold:hover{
background:var(--gold-light);
transform:translateY(-3px);
color:#000;
}

.hero-buttons{
display:flex;
gap:15px;
flex-wrap:wrap;
}

/* HERO */

.hero{
min-height:100vh;
background:url('../images/hero.jpg');
background-size:cover;
background-position:center;
position:relative;
display:flex;
align-items:center;
}

.overlay{
position:absolute;
inset:0;
background:linear-gradient(
to right,
rgba(0,0,0,.85),
rgba(0,0,0,.45)
);
}

.hero-content{
position:relative;
z-index:2;
max-width:750px;
}

.hero-tag{
color:var(--gold);
letter-spacing:3px;
text-transform:uppercase;
font-size:14px;
font-weight:600;
}

.hero h1{
font-size:72px;
line-height:1.1;
margin:20px 0;
font-weight:800;
}

.hero p{
font-size:20px;
color:#ddd;
margin-bottom:30px;
}

/* SECTION */

section{
position:relative;
}

.section-subtitle{
color:var(--gold);
font-weight:600;
text-transform:uppercase;
letter-spacing:2px;
}

h2{
font-size:46px;
margin-bottom:20px;
font-weight:700;
}

/* ABOUT */

.about-home{
padding:120px 0;
}

.about-home img{
border-radius:20px;
overflow:hidden;
}

.project-points{
margin-top:20px;
}

.project-points li{
margin-bottom:12px;
list-style:none;
position:relative;
padding-left:25px;
}

.project-points li:before{
content:'✓';
color:var(--gold);
position:absolute;
left:0;
}

/* HIGHLIGHTS */

.highlights{
background:var(--dark2);
padding:100px 0;
}

.highlight-box{
background:var(--dark3);
border:1px solid rgba(255,255,255,.08);
text-align:center;
padding:40px 20px;
border-radius:20px;
transition:.4s;
}

.highlight-box:hover{
transform:translateY(-10px);
border-color:var(--gold);
}

.highlight-box h3{
font-size:50px;
color:var(--gold);
margin-bottom:10px;
}

/* AMENITIES */

.amenities{
padding:120px 0;
}

.amenity-card{
background:var(--dark3);
border:1px solid rgba(255,255,255,.08);
padding:30px;
text-align:center;
border-radius:16px;
margin-bottom:25px;
transition:.4s;
}

.amenity-card:hover{
border-color:var(--gold);
transform:translateY(-8px);
}

/* LOCATION */

.location{
background:var(--dark2);
padding:120px 0;
}

.location-box{
background:var(--dark3);
padding:25px;
border-radius:15px;
margin-bottom:20px;
text-align:center;
transition:.4s;
}

.location-box:hover{
border:1px solid var(--gold);
}

/* CTA */

.cta-section{
padding:120px 0;
text-align:center;
background:url('../images/cta-bg.jpg');
background-size:cover;
background-position:center;
position:relative;
}

.cta-section:before{
content:'';
position:absolute;
inset:0;
background:rgba(0,0,0,.75);
}

.cta-section .container{
position:relative;
z-index:2;
}

.cta-section h2{
font-size:52px;
}

/* FOOTER */

footer{
background:#090909;
padding:80px 0 40px;
}

footer h4{
color:var(--gold);
margin-bottom:20px;
}

footer p,
footer a{
color:#bbb;
text-decoration:none;
}

/* WHATSAPP */

.whatsapp-btn{
position:fixed;
right:25px;
bottom:25px;
width:65px;
height:65px;
border-radius:50%;
background:#25D366;
color:#fff;
display:flex;
align-items:center;
justify-content:center;
font-size:30px;
z-index:999;
text-decoration:none;
box-shadow:0 10px 30px rgba(0,0,0,.4);
}

/* SCROLLBAR */

::-webkit-scrollbar{
width:8px;
}

::-webkit-scrollbar-thumb{
background:var(--gold);
}

/* MOBILE */

@media(max-width:768px){

.hero h1{
font-size:42px;
}

.hero p{
font-size:16px;
}

h2{
font-size:32px;
}

.about-home,
.amenities,
.location,
.highlights{
padding:70px 0;
}

.cta-section h2{
font-size:34px;
}

}


/*-------------------Aboutcss-----------------------------*/

.page-banner{
height:55vh;
background:url('../images/about-banner.jpg');
background-size:cover;
background-position:center;
display:flex;
align-items:center;
position:relative;
}

.banner-content{
position:relative;
z-index:2;
text-align:center;
}

.banner-content h1{
font-size:70px;
font-weight:800;
}

.vision-card,
.feature-card{
background:#1b1b1b;
padding:35px;
border-radius:20px;
height:100%;
border:1px solid rgba(255,255,255,.08);
transition:.4s;
}

.vision-card:hover,
.feature-card:hover{
border-color:#c8a86b;
transform:translateY(-8px);
}

.company-stats{
padding:100px 0;
background:#151515;
}

.company-stats h2{
color:#c8a86b;
font-size:50px;
}


.projects-section{
padding:100px 0;
}

.section-heading{
margin-bottom:50px;
text-align:center;
}

.project-card{
background:#1b1b1b;
border-radius:20px;
overflow:hidden;
transition:.4s;
height:100%;
}

.project-card:hover{
transform:translateY(-10px);
}

.project-card img{
width:100%;
height:280px;
object-fit:cover;
}

.project-content{
padding:25px;
}

.project-content h4{
margin-bottom:15px;
color:#c8a86b;
}

.project-content ul{
padding-left:18px;
}

.project-content li{
margin-bottom:10px;
}

.investment-section{
padding:120px 0;
background:#141414;
}
