
*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    font-family:"Manrope",sans-serif;
    overflow-x:hidden;
    background:#fff;
}

h1,h2,h3,h4{
    font-family:"Cormorant Garamond",serif;
    margin:0;
}

img{
    max-width:100%;
    display:block;
}

a{
    text-decoration:none;
}


.custom-navbar{

    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:999;

    padding:14px 0;

    background:rgba(8,18,33,.45);

    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);

    border-bottom:1px solid rgba(255,255,255,.08);

    transition:.35s;

}

.navbar-scrolled{

    background:rgba(8,18,33,.92);

    box-shadow:0 15px 35px rgba(0,0,0,.18);

    padding:10px 0;

}

.navbar-brand img{

    height:62px;

    transition:.35s;

}

.navbar-scrolled .navbar-brand img{

    height:54px;

}

.nav-link{

    color:#fff;

    font-size:15px;

    letter-spacing:1px;

    text-transform:uppercase;

    margin-left:34px;

    position:relative;

    transition:.3s;

}

.nav-link:hover{

    color:#d4af37;

}
.nav-link.active{
    color:#fff !important;
}

.nav-link::after{

    content:"";

    position:absolute;

    left:0;

    bottom:-8px;

    width:0;

    height:2px;

    background:#d4af37;

    transition:.3s;
   

}

.nav-link:hover::after{

    width:100%;

}


.hero{

    min-height:100vh;

    display:flex;

    align-items:center;

    position:relative;

    overflow:hidden;

    background-image:

    linear-gradient(

        90deg,

        rgba(7,13,24,.82),

        rgba(7,13,24,.45),

        rgba(7,13,24,.12)

    ),

    url("images/hero.png");

    background-size:cover;

    background-position:center;

}

.hero-content{

    position:relative;

    z-index:2;

    max-width:640px;

    color:#fff;

}

.eyebrow{

    color:#d4af37;

    letter-spacing:4px;

    text-transform:uppercase;

    margin-bottom:20px;

}

.hero h1{

    font-size:92px;

    line-height:.95;

    margin-bottom:25px;

}

.description{

    color:#ddd;

    font-size:20px;

    line-height:1.9;

    margin-bottom:40px;

}

.hero-buttons{

    display:flex;

    gap:18px;

    flex-wrap:wrap;

}

.btn-gold{

    background:#c8a45d;

    color:#fff;

    padding:15px 34px;

    border-radius:50px;

    transition:.3s;

}

.btn-gold:hover{

    background:#b79045;

    color:#fff;

    transform:translateY(-3px);

}

.btn-outline-light{

    border-radius:50px;

    padding:15px 34px;

}


@media(max-width:991px){

.navbar-collapse{

    margin-top:15px;

    background:rgba(8,18,33,.95);

    padding:20px;

    border-radius:18px;

}

.nav-link{

    margin:12px 0;

    text-align:center;

}

.hero{

    text-align:center;

}

.hero-content{

    margin:auto;

}

.hero-buttons{

    justify-content:center;

}

.hero h1{

    font-size:62px;

}

}

@media(max-width:767px){

.hero{

    padding:130px 20px;

}

.hero h1{

    font-size:46px;

}

.description{

    font-size:17px;

}

.btn{

    width:100%;

}

}




.about-section{

    padding:15px 0;

    background:#f8f6f2;

}

.about-header{

    max-width:710px;

    margin:0 auto 40px;

}

.about-header h2{

    font-size:72px;

    color:#1b1b1b;

    margin-bottom:15px;

}

.about-intro{

    color:#666;

    font-size:15px;

    line-height:2;

}

.lobby-image{

    overflow:hidden;

    border-radius:24px;

    box-shadow:0 25px 60px rgba(0,0,0,.12);

}

.lobby-image img{

    width:100%;

    transition:.8s;

}

.lobby-image:hover img{

    transform:scale(1.05);

}

.about-section h3{

    font-size:48px;

    color:#1b1b1b;

    margin-bottom:20px;

}

.about-section p{

    color:#666;

    line-height:2;

    font-size:17px;

}


.residences-section{

    padding:15px 0;

    background:#fff;

}

.residence-image{

    overflow:hidden;

    border-radius:24px;

    box-shadow:0 25px 60px rgba(0,0,0,.12);

}

.residence-image img{

    width:100%;

    transition:.8s;

}

.residence-image:hover img{

    transform:scale(1.05);

}

.residences-section h2{

    font-size:72px;

    color:#1b1b1b;

    margin-bottom:20px;

}

.residences-section p{

    color:#666;

    line-height:2;

    font-size:17px;

    margin-bottom:30px;

}

.residence-features{

    list-style:none;

    padding:0;

    margin-bottom:35px;

}

.residence-features li{

    position:relative;

    padding-left:28px;

    margin-bottom:18px;

    color:#444;

}

.residence-features li::before{

    content:"";

    width:10px;

    height:10px;

    background:#c8a45d;

    border-radius:50%;

    position:absolute;

    left:0;

    top:10px;

}


@media(max-width:991px){

.about-section,
.residences-section{

    padding:80px 0;

}

.about-header{

    margin-bottom:45px;

}

.about-header h2,
.residences-section h2{

    font-size:56px;

}

.about-section h3{

    font-size:38px;

    margin-top:25px;

}

}

@media(max-width:767px){

.about-section,
.residences-section{

    padding:70px 0;

    text-align:center;

}

.about-header h2,
.residences-section h2{

    font-size:42px;

}

.about-intro,
.about-section p,
.residences-section p{

    font-size:16px;

    line-height:1.8;

}

.about-section h3{

    font-size:34px;

}

.lobby-image,
.residence-image{

    margin-bottom:30px;

}

.residence-features li{

    padding-left:0;

}

.residence-features li::before{

    display:none;

}

}





.amenities-section{

    background:#f8f6f2;

    padding:10px 0;

}

.amenities-header{

    max-width:760px;

    margin:0 auto 60px;

}

.section-label{

    display:inline-block;

    color:#c8a45d;

    font-size:13px;

    letter-spacing:3px;

    text-transform:uppercase;

    font-weight:600;

    margin-bottom:15px;

}

.amenities-header h2{

    font-size:70px;

    color:#1b1b1b;

    margin-bottom:20px;

}

.amenities-header p{

    color:#666;

    font-size:18px;

    line-height:2;

}

.amenity-card{

    background:#fff;

    border-radius:20px;

    padding:45px 30px;

    text-align:center;

    height:100%;

    box-shadow:0 20px 50px rgba(0,0,0,.08);

    transition:.35s;

}

.amenity-card:hover{

    transform:translateY(-8px);

    box-shadow:0 30px 60px rgba(0,0,0,.12);

}

.amenity-card i{

    font-size:42px;

    color:#c8a45d;

    margin-bottom:25px;

}

.amenity-card h4{

    font-size:28px;

    margin-bottom:15px;

}

.amenity-card p{

    color:#666;

    line-height:1.8;

}


.contact-section{

    background:#081221;

    padding:10px 0;

}

.contact-section h2{

    color:#fff;

    font-size:68px;

    margin-bottom:20px;

}

.contact-intro{

    color:#bfc5cf;

    max-width:700px;

    margin:auto;

    line-height:2;

}

.contact-card,
.info-card{

    background:rgba(255,255,255,.05);

    border:1px solid rgba(255,255,255,.08);

    border-radius:22px;

    padding:40px;

    backdrop-filter:blur(12px);

}

.form-control{

    background:transparent;

    border:1px solid rgba(255,255,255,.15);

    color:#fff;

    padding:15px;

}

.form-control:focus{

    background:transparent;

    color:#fff;

    border-color:#c8a45d;

    box-shadow:none;

}

.form-control::placeholder{

    color:#aaa;

}

.info-card h3{

    color:#fff;

    margin-bottom:20px;

}

.info-card p{

    color:#c5cad3;

    line-height:1.8;

}

.info-item{

    display:flex;

    align-items:flex-start;

    gap:16px;

    margin-top:25px;

    color:#fff;

}

.info-item i{

    color:#c8a45d;

    margin-top:4px;

}


.footer{

    background:#050c16;

    color:#aaa;

    text-align:center;

    padding:30px 20px;

    border-top:1px solid rgba(255,255,255,.08);

}

.footer p{

    margin:0;

    font-size:15px;

}


#about,
#residences,
#amenities,
#gallery,
#contact{

    scroll-margin-top:90px;

}


@media(max-width:991px){

.amenities-section,
.contact-section{

    padding:80px 0;

}

.amenities-header h2,
.contact-section h2{

    font-size:56px;

}

.contact-card,
.info-card{

    margin-bottom:25px;

}

}

@media(max-width:767px){

.amenities-section,
.contact-section{

    padding:70px 0;

}

.amenities-header h2,
.contact-section h2{

    font-size:42px;

}

.amenities-header p,
.contact-intro{

    font-size:16px;

    line-height:1.8;

}

.amenity-card{

    padding:35px 25px;

}

.contact-card,
.info-card{

    padding:30px 22px;

}

.info-item{

    font-size:15px;

}

}




-----------------


.gallery-hero{

    min-height:70vh;

    display:flex;

    align-items:center;

    justify-content:center;

    position:relative;

    overflow:hidden;

    background:
    linear-gradient(
    rgba(8,18,33,.72),
    rgba(8,18,33,.72)
    ),
    url("images/hero.png");

    background-size:cover;

    background-position:center;

}

.gallery-overlay{

    position:absolute;

    inset:0;

    background:rgba(0,0,0,.15);

}

.gallery-hero-content{

    position:relative;

    z-index:2;

    color:#fff;

    text-align:center;

    max-width:720px;

}

.gallery-hero h1{

    font-size:90px;

    margin-bottom:20px;

}

.gallery-hero p{

    font-size:20px;

    color:#ddd;

    line-height:1.9;

}



.gallery-section{

    padding:1px 0;

    background:#f8f6f2;

}

.gallery-title{

    max-width:760px;

    margin:0 auto 60px;

}

.gallery-title h2{

    font-size:68px;

    color:#1b1b1b;

    margin-bottom:18px;

}

.gallery-title p{

    color:#666;

    font-size:18px;

    line-height:2;

}

.gallery-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

}

.gallery-item{

    overflow:hidden;

    border-radius:24px;

    cursor:pointer;

    background:#fff;

    box-shadow:0 20px 50px rgba(0,0,0,.08);

    transition:.35s;

    margin-bottom:15px;

}

.gallery-item:hover{

    transform:translateY(-8px);

    box-shadow:0 28px 60px rgba(0,0,0,.15);

}

.gallery-item img{

    width:100%;

    height:320px;

    object-fit:cover;

    transition:.6s;

}

.gallery-item:hover img{

    transform:scale(1.08);

}



.gallery-cta{

    background:#081221;

    color:#fff;

    text-align:center;

    padding:100px 20px;

}

.gallery-cta h2{

    font-size:68px;

    margin-bottom:20px;

}

.gallery-cta p{

    color:#c5cad3;

    max-width:700px;

    margin:0 auto 35px;

    line-height:2;

}



@media(max-width:991px){

.gallery-hero{

    min-height:60vh;

}

.gallery-hero h1{

    font-size:64px;

}

.gallery-title h2,

.gallery-cta h2{

    font-size:52px;

}

.gallery-grid{

    grid-template-columns:repeat(2,1fr);

    gap:22px;

}

.gallery-item img{

    height:260px;

}

}

@media(max-width:767px){

.gallery-hero{

    min-height:55vh;

    padding:120px 20px 80px;

}

.gallery-hero h1{

    font-size:46px;

}

.gallery-hero p{

    font-size:17px;

}

.gallery-title{

    margin-bottom:40px;

}

.gallery-title h2,

.gallery-cta h2{

    font-size:40px;

}

.gallery-title p,

.gallery-cta p{

    font-size:16px;

    line-height:1.8;

}

.gallery-grid{

    grid-template-columns:1fr;

    gap:20px;

}

.gallery-item img{

    height:240px;

}

.gallery-section{

    padding:70px 0;

}

.gallery-cta{

    padding:70px 20px;

}

}





.floor-hero{

    min-height:70vh;

    display:flex;

    align-items:center;

    justify-content:center;

    text-align:center;

    position:relative;

    background:
    linear-gradient(rgba(8,18,33,.72),rgba(8,18,33,.72)),
    url("images/floorplans/hero.jpg");

    background-size:cover;

    background-position:center;

}

.floor-hero-content{

    max-width:760px;

    color:#fff;

}

.floor-hero h1{

    font-size:70px;

    margin-bottom:20px;

}

.floor-hero p{

    color:#ddd;

    font-size:20px;

    line-height:1.9;

}



.floor-section{

    padding:100px 0;

    background:#f8f6f2;

}

.floor-title{

    max-width:700px;

    margin:0 auto 60px;

}

.floor-title h2{

    font-size:68px;

    color:#1b1b1b;

    margin-bottom:20px;

}

.floor-title p{

    color:#666;

    line-height:2;

    font-size:18px;

}



.plan-card{

    background:#fff;

    border-radius:40px;

    overflow:hidden;

    box-shadow:0 18px 45px rgba(0,0,0,.08);

    transition:.35s;

    height:100%;
    

}

.plan-card:hover{

    transform:translateY(-8px);

    box-shadow:0 28px 60px rgba(0,0,0,.15);

}

.plan-card img{

    width:100%;

    height:320px;

    object-fit:cover;

    transition:.6s;

}

.plan-card:hover img{

    transform:scale(1.05);

}

.plan-content{

    padding:35px;

}

.plan-content h3{

    font-size:42px;

    margin-bottom:8px;

    color:#1b1b1b;

}

.plan-content span{

    display:inline-block;

    color:#c8a45d;

    font-weight:700;

    margin-bottom:20px;

    letter-spacing:1px;

}

.plan-content p{

    color:#666;

    line-height:1.8;

    margin-bottom:28px;

}



@media(max-width:991px){

.floor-hero{

    min-height:60vh;

}

.floor-hero h1{

    font-size:64px;

}

.floor-title h2{

    font-size:54px;

}

.plan-card img{

    height:280px;

}

}

@media(max-width:767px){

.floor-hero{

    min-height:55vh;

    padding:120px 20px 80px;

}

.floor-hero h1{

    font-size:46px;

}

.floor-hero p{

    font-size:17px;

}

.floor-section{

    padding:70px 0;

}

.floor-title{

    margin-bottom:40px;

}

.floor-title h2{

    font-size:40px;

}

.floor-title p{

    font-size:16px;

    line-height:1.8;

}

.plan-card img{

    height:220px;

}

.plan-content{

    padding:25px;

}

.plan-content h3{

    font-size:34px;

}

}

.hero-building{

    width:100%;

    height:100%;

    min-height:70vh;

    object-fit:cover;

    display:block;

}

@keyframes float{

0%{

transform:translateY(0);

}

50%{

transform:translateY(-12px);

}

100%{

transform:translateY(0);

}

}

@media(max-width:991px){

.hero-building{

margin-top:50px;

max-width:380px;

}

}


.studio-modal{

border:none;

border-radius:24px;

overflow:hidden;

}

.studio-modal .modal-header{

padding:30px 35px 10px;

}

.studio-modal .modal-body{

padding:35px;

}

.studio-modal h2{

font-size:48px;

margin-bottom:20px;

}

.unit-features{

list-style:none;

padding:0;

margin:25px 0;

}

.unit-features li{

padding:10px 0;

font-size:18px;

border-bottom:1px solid #eee;

}

.studio-modal img{

box-shadow:0 20px 50px rgba(0,0,0,.15);

border-radius:18px;

}




