/*====================================================
GOOGLE FONT
====================================================*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

/*====================================================
RESET
====================================================*/

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    font-family:'Poppins',sans-serif;
    background:#ffffff;
    color:#1f1f1f;
    overflow-x:hidden;
    line-height:1.6;
}

img{
    width:100%;
    display:block;
}

a{
    text-decoration:none;
}

ul{
    list-style:none;
}

.container{
    width:90%;
    max-width:1250px;
    margin:auto;
}

.section{
    padding:120px 0;
}


/*====================================================
COLORS
====================================================*/

:root{

--primary:#b78b45;

--dark:#202020;

--light:#ffffff;

--text:#5e5e5e;

--border:#ececec;

--bg:#faf8f4;

}


/*====================================================
BUTTONS
====================================================*/

.contact-btn,
.hero-btn,
.booking-action a,
.outline-btn{

display:inline-flex;

align-items:center;

justify-content:center;

padding:15px 34px;

border-radius:6px;

font-weight:600;

transition:.35s;

}

.contact-btn{
    display:inline-flex;
    justify-content:center;
    align-items:center;

    width:250px;
    height:52px;

    background:#F59E2D;
    color:#fff;

    border-radius:5px;

    font-size:14px;
    font-weight:600;

    text-decoration:none;

    transition:all .3s ease;
}

.contact-btn:hover{
    background:#E68A1E;
    color:#fff;
}

.hero-btn{

background:var(--primary);

color:#fff;

margin-top:30px;

}

.hero-btn:hover{

transform:translateY(-3px);

}

.outline-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    min-width:160px;
    height:42px;

    padding:0 24px;

    background:#F59E2D;

    color:#fff;

    border:none;

    border-radius:4px;

    font-size:13px;

    font-weight:600;

    text-decoration:none;

    transition:all .3s ease;
}

.outline-btn:hover{
    background:#E68A1E;
    color:#fff;
}


/*====================================================
HEADER
====================================================*/

.header{

position:absolute;

top:0;

left:0;

width:100%;

z-index:999;

padding:28px 0;

transition:.3s;

}

.header .container{

display:flex;

align-items:center;

justify-content:space-between;

}

.logo img{

height:58px;

width:auto;

}

.navbar ul{

display:flex;

align-items:center;

gap:38px;

}

.navbar a{

font-size:15px;

font-weight:500;

color:#fff;

position:relative;

}

.navbar a::after{

content:"";

position:absolute;

left:0;

bottom:-8px;

width:0;

height:2px;

background:#fff;

transition:.3s;

}

.navbar a:hover::after{

width:100%;

}


/*====================================================
HERO
====================================================*/

/*=========================
HERO
=========================*/

.hero{
    position:relative;
    height:720px;
    overflow:visible;   /* IMPORTANT */
    margin-bottom:90px;

}

.hero-bg{

    position:absolute;

    width:100%;

    height:100%;

    object-fit:cover;
    object-position: top;

}

.hero-overlay{

    position:absolute;

    inset:0;

    background:rgba(0,0,0,.32);

}

.hero .container{

    position:relative;

    z-index:5;

    height:100%;

    display:flex;

    align-items:center;

}

.hero-content{

    max-width:520px;

    color:#fff;

}

.hero-small{

    display:block;

    font-size:30px;

    font-weight:500;

    margin-bottom:8px;

}

.hero h1{

    font-size:62px;

    line-height:1;

    font-weight:500;

    margin-bottom:14px;

}

.hero p{

    font-size:18px;

    opacity:.9;

}

.hero-card-item:not(:last-child){

    border-right:1px solid #ececec;

}


/*=========================
PREMIUM STRIP
=========================*/

.premium-strip{

    position:absolute;

    left:50%;

    transform:translateX(-50%);

    bottom:120px;

    z-index:20;

    width:650px;

    background:#d8958d;

    color:#fff;

    text-align:center;

    padding:14px;

    border-radius:5px;

    font-size:15px;

    font-weight:500;

}


/*=========================
FLOATING CARD
=========================*/

.hero-card{
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    bottom:-72px;

    width:94%;
    max-width:1280px;

    background:#fff;

    border-radius:8px;

    display:grid;
    grid-template-columns:2fr 1fr 1fr 1fr auto;

    align-items:center;

    padding:34px 40px;

    box-shadow:0 20px 50px rgba(0,0,0,.15);

    z-index:100;
}

.hero-card-item{

    position:relative;

    padding:0 35px;

}

.hero-card-item:not(:first-child)::before{

    content:"";

    position:absolute;

    left:0;

    top:50%;

    transform:translateY(-50%);

    width:1px;

    height:55px;

    background:#ececec;

}

.hero-card-item h4{

    font-size:15px;

    font-weight:600;

    color:#202020;

    margin-bottom:8px;

}

.hero-card-item p{

    font-size:13px;

    color:#777;

    line-height:22px;

}

.hero-card-btn{
    display:flex;
    justify-content:center;
    align-items:center;
}

.hero-card-btn a{
    display:inline-flex;
    justify-content:center;
    align-items:center;

    width:160px;
    height:52px;

    background:#F59E2D;
    color:#fff !important;

    border-radius:5px;

    font-size:15px;
    font-weight:600;

    text-decoration:none;

    transition:all .3s ease;
}

.hero-card-btn a:hover{
    background:#e18c22;
}

/*====================================================
SECTION TITLE
====================================================*/

.section-title{

margin-bottom:60px;

}

.section-title span{

display:block;

font-size:14px;

font-weight:600;

letter-spacing:2px;

color:var(--primary);

text-transform:uppercase;

margin-bottom:12px;

}

.section-title h2{

font-size:46px;

font-weight:700;

color:#222;

}

.section-title.center{

text-align:center;

}

/*====================================================
OVERVIEW
====================================================*/

.overview{
    background:#fff;
    padding-top:140px;
}

.overview-wrapper{
    display:grid;
    grid-template-columns:1fr 1.2fr;
    gap:80px;
    align-items:flex-start;
}

.overview-left h3{
    font-size:42px;
    font-weight:700;
    line-height:1.3;
    color:#202020;
}

.overview-right p{
    color:#666;
    font-size:16px;
    margin-bottom:24px;
    line-height:1.9;
}


/*====================================================
PRICING
====================================================*/

/*=========================
PRICING
=========================*/

.pricing-section{

    background:#efe8d9;

    padding:36px 0;

}

.pricing-section .container{

    max-width:1280px;

}

.pricing-box{
    background:#fff;
    border-radius:8px;
    padding:28px 36px;

    display:grid;

    grid-template-columns:
        2.4fr
        .6fr
        .8fr
        auto;

    align-items:center;

    column-gap:55px;

    box-shadow:0 8px 18px rgba(0,0,0,.04);
}

.price-left span{

    font-size:11px;

    letter-spacing:1.5px;

    color:#444;

}

.price-left h2{

    margin-top:8px;

    font-size:62px;

    line-height:.95;

    font-weight:700;

}

.price-left h4{

    margin-top:6px;

    font-size:22px;

    font-weight:500;

    letter-spacing:.5px;

}

.price-middle{

    display:grid;

    row-gap:18px;

}

.price-row{

    display:grid;

    grid-template-columns:70px 90px;

    column-gap:55px;

    font-size:16px;

}

.price-right{
    display:flex;
    justify-content:center;
    align-items:center;
}

.price-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    min-width:160px;
    height:42px;

    padding:0 24px;

    background:#F59E2D;

    color:#fff;

    border:none;

    border-radius:4px;

    font-size:13px;

    font-weight:600;

    text-decoration:none;

    transition:all .3s ease;
}

.price-btn:hover{
    background:#E68A1E;
    color:#fff;
}

.price-right a{

    width:125px;

    height:42px;

    border:1px solid #F5A03A;

    border-radius:4px;

    font-size:13px;

    font-weight:500;

}

.price-right a:hover{

    background:#F59E2D;

    color:#fff;

}


/*====================================================
AMENITIES
====================================================*/

/*=========================
AMENITIES
=========================*/

/*=============================
AMENITIES
=============================*/

.amenities{

    padding:90px 0;

    background-image:
        linear-gradient(rgba(255,255,255,.22),
        rgba(255,255,255,.22)),
        url("assets/bgimage.jpg");

    background-size:110% auto;

    background-position:center top;

    background-repeat:no-repeat;

}

.amenities-container{

    display:grid;

    grid-template-columns:300px 1fr;

    gap:50px;

    align-items:start;

}


.amenities-title h2{

    font-size:54px;

    font-weight:500;

    line-height:1.15;

    color:#222;

}

.amenities-grid{
    display:grid;
    grid-template-columns:repeat(5, minmax(150px, 1fr));
    gap:18px;
}

.amenity-card{

    background:#fff;

    height:130px;

    border-radius:4px;

    display:flex;

    flex-direction:column;

    justify-content:center;

    align-items:center;

    text-align:center;

    padding:15px;

    box-shadow:0 8px 18px rgba(0,0,0,.08);

    transition:.3s;

}

.amenity-card:hover{

    transform:translateY(-5px);

}

.amenity-card svg{

    width:46px;

    height:46px;

    stroke:#222;

    stroke-width:1.8;

    margin-bottom:12px;

}

.amenity-card span{

    font-size:12px;

    line-height:17px;

    color:#222;

}
/*====================================================
COMMON SPACING
====================================================*/

.overview,
.pricing,
.amenities{

    position:relative;

}

/*=========================
FLOOR PLANS
=========================*/

.floorplans{

    background:#fff;

    padding:90px 0;

}

.plans-header{
    display:grid;
    grid-template-columns:220px 1fr;

    column-gap:120px;

    align-items:start;

    margin-bottom:40px;
}

.plans-title{

    max-width:200px;

}

.plans-title h2{

    font-size:30px;

    font-weight:500;

    line-height:1.25;

    color:#222;

    margin:0;

}

.plans-description{

    max-width:720px;

    padding-left:25px;

}

.plans-description p{

    font-size:16px;

    line-height:1.8;

    color:#666;

}

.plans-grid{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:40px;

}

.plan-item{

    text-align:center;

}

.plan-size{

    display:block;

    text-align:left;

    margin-bottom:12px;

    font-size:13px;

    color:#666;

}

.plan-image{

    border:1px solid #ececec;

    border-radius:6px;

    overflow:hidden;

    background:#fff;

}

.plan-image img{

    width:100%;

    display:block;

    filter:blur(5px);

    transition:.35s;

    transform:scale(1.03);

}

.plan-btn{
    margin-top: 10px;
    display:inline-flex;
    align-items:center;
    justify-content:center;

    min-width:125px;
    height:46px;

    padding:0 28px;

    background:#F59E2D;
    color:#fff;

    border-radius:6px;

    font-size:13px;
    font-weight:600;

    text-decoration:none;

    transition:.3s;
}

.plan-btn:hover{

    background:#E68A1E;

    transform:translateY(-3px);

    box-shadow:0 14px 28px rgba(245,158,45,.45);

}

/*=================================
GALLERY
=================================*/

.gallery{

    padding:70px 0;

}

.gallery .container{

    max-width:1200px;

    width:92%;

    margin:auto;

}

/*=========================
HEADER
=========================*/

.gallery-header{

    display:flex;
    justify-content:space-between;

    align-items:flex-start;

    gap:90px;
    width: 100%;

    margin-bottom:30px;

}

.gallery-title{

    flex:0 0 240px;
    width: 50%;

}

.gallery-title h2{

    margin:0;

    font-size:30px;

    font-weight:500;

    line-height:1.2;

    color:#222;

}

.gallery-description{

    max-width:500px;

    margin-top:2px;

}

.gallery-description p{

    margin:0;

    font-size:14px;

    line-height:1.6;

    color:#777;

}

/*=========================
LAYOUT
=========================*/

.gallery-wrapper{
    display:grid;
    grid-template-columns:48% 52%;
    gap:18px;
    align-items:start;
}

.gallery-left{
    display:flex;
    flex-direction:column;
    gap:18px;
}

.gallery-right{
    padding-top:24px;
}

/*=========================
CARDS
=========================*/

.gallery-item{
    overflow:hidden;
    border-radius:8px;
}

.gallery-item img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:.4s;
}

.gallery-item:hover img{
    transform:scale(1.03);
}

/*=========================
IMAGE SIZES
=========================*/

/* Top Left */
.gallery-left .gallery-item:first-child{
    height:245px;
}

/* Bottom Left */
.gallery-left .gallery-item:last-child{
    height:345px;
}

/* Right */
.gallery-right .gallery-item{
    height:475px;
}
/*=================================
LOCATION
=================================*/

.location{

    background:#fff;

    padding:80px 0;

}

.location .container{

    width:92%;

    max-width:1180px;

    margin:auto;

}

/*=========================
Heading
=========================*/

.location-heading{

    margin-bottom:28px;

}

.location-heading h2{

    margin:0;

    font-size:30px;

    font-weight:500;

    color:#222;

}

/*=========================
Layout
=========================*/

.location-wrapper{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:24px;

    align-items:stretch;

}

/*=========================
Map
=========================*/

.location-map{

    width:100%;

    height:100%;

    overflow:hidden;

    border-radius:8px;

}

.location-map img{

    width:100%;

    height:100%;

    object-fit:cover;

    display:block;

}

/*=========================
Connectivity Card
=========================*/

.location-card{

    background:#F3F3F3;

    border-radius:8px;

    padding:36px 34px;

    display:flex;

    flex-direction:column;

    justify-content:center;

    min-height:320px;

}

.location-card h3{

    margin:0 0 24px;

    font-size:22px;

    font-weight:600;

    color:#222;

}

.location-card ul{

    list-style:none;

    margin:0;

    padding:0;

}

.location-card li{

    font-size:16px;

    line-height:2;

    color:#333;

}

.location-card li:last-child{

    margin-bottom:0;

}

/*====================================================
VIRTUAL TOUR
====================================================*/

.virtual-tour{
    background:#fff;
}

.tour-video{
    position:relative;
    overflow:hidden;
    border-radius:18px;
}

.tour-video img{
    width:100%;
    height:650px;
    object-fit:cover;
}

.play-button{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:90px;
    height:90px;
    background:#b78b45;
    color:#fff;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:30px;
    transition:.3s;
}

.play-button:hover{
    transform:translate(-50%,-50%) scale(1.08);
}


/*====================================================
ABOUT DEVELOPER
====================================================*/

.developer{
    background:#faf8f5;
}

.developer-wrapper{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:70px;
    align-items:center;
}

.developer-left img{
    border-radius:18px;
    box-shadow:0 15px 35px rgba(0,0,0,.08);
}

.developer-right span{
    color:#b78b45;
    letter-spacing:2px;
    font-weight:600;
    display:block;
    margin-bottom:15px;
}

.developer-right h2{
    font-size:46px;
    margin-bottom:22px;
}

.developer-right p{
    color:#666;
    line-height:1.9;
    margin-bottom:20px;
}


/*====================================================
CONTACT CTA
====================================================*/

.contact-banner{
    background:#1f1f1f;
    color:#fff;
    padding:90px 0;
}

.contact-content{
    text-align:center;
}

.contact-content h2{
    font-size:48px;
    margin-bottom:18px;
}

.contact-content p{
    color:#ddd;
    margin-bottom:30px;
}

.contact-content a{
    display:inline-block;
    background:#b78b45;
    color:#fff;
    padding:18px 40px;
    border-radius:8px;
    font-weight:600;
}


/*====================================================
DISCLAIMER
====================================================*/

.disclaimer{
    background:#f5f5f5;
    padding:60px 0;
}

.disclaimer h3{
    margin-bottom:18px;
}

.disclaimer p{
    color:#777;
    font-size:14px;
    line-height:1.8;
}


/*====================================================
FOOTER
====================================================*/

footer{
    background:#111;
    color:#fff;
    padding:35px 0;
    display:block;
}

.footer-wrapper{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
}

.footer-logo{
    height:60px;
    width:auto;
}

.footer-wrapper a{
    color:#ccc;
    margin-left:18px;
    transition:.3s;
}

.footer-wrapper a:hover{
    color:#b78b45;
}

/*=================================
POPUP
=================================*/

.popup-overlay{

    position:fixed;

    inset:0;

    background:rgba(0,0,0,.65);

    display:flex;

    justify-content:center;

    align-items:center;

    opacity:0;

    visibility:hidden;

    transition:.35s;

    z-index:99999;

}

.popup-overlay.active{

    opacity:1;

    visibility:visible;

}

.popup-box{

    width:700px;
    max-width:90vw;

    background:#fff;

    border-radius:12px;

    padding:22px 26px;

    position:relative;

    max-height:90vh;

    overflow-y:auto;

}

@keyframes popup{

from{

transform:translateY(20px);

opacity:0;

}

to{

transform:translateY(0);

opacity:1;

}

}

.popup-close{

    width:36px;

    height:36px;

    right:14px;

    top:14px;

    border:none;

    background:#f2f2f2;

    border-radius:50%;

    font-size:24px;

    cursor:pointer;

}

.popup-logo{

    display:block;

    width:320px;

    max-width:100%;

    height:auto;

    margin:0 auto 18px;

}

/*=========================
SERVICE CARDS
=========================*/

.popup-services{

    display:flex;

    justify-content:space-between;

    gap:18px;

    margin:18px 0 24px;

}

.popup-service{

    flex:1;

    background:#f7f7f7;

    border-radius:10px;

    padding:14px 10px;

    min-height:120px;

    display:flex;

    flex-direction:column;

    align-items:center;

    justify-content:center;

    text-align:center;

}

.popup-service img{

    width:50px;

    height:50px;

    object-fit:contain;

    margin-bottom:10px;

}

.popup-service span{

    font-size:14px;

    font-weight:500;

    color:#222;

    line-height:1.35;

    max-width:120px;

}
.popup-form label{

    display:block;

    margin:12px 0 6px;

    font-size:15px;

    font-weight:600;

}

.popup-form input{

    width:100%;

    height:48px;

    border:1px solid #d9d9d9;

    border-radius:30px;

    padding:0 22px;

    font-size:16px;

}

.popup-submit{

    margin-top:22px;

    width:260px;

    height:48px;

    display:block;

    margin-left:auto;

    margin-right:auto;

    background:#F59E2D;

    color:#fff;

    border:none;

    border-radius:30px;

    font-size:18px;

    cursor:pointer;

}

.popup-submit:hover{

    background:#E78D1D;

}

/*====================================================
SCROLL ANIMATIONS
====================================================*/

.reveal{
    opacity:0;
    transform:translateY(70px);
    transition:1s ease;
}

.reveal.active{
    opacity:1;
    transform:translateY(0);
}


/*====================================================
STICKY HEADER
====================================================*/

.header.sticky{

    position:fixed;

    background:#fff;

    padding:18px 0;

    box-shadow:0 8px 25px rgba(0,0,0,.08);

    animation:headerSlide .4s ease;

}

.header.sticky .navbar a{

    color:#222;

}

.header.sticky .navbar a::after{

    background:#b78b45;

}

.header.sticky .contact-btn{

    color:#fff;

}

@keyframes headerSlide{

    from{

        transform:translateY(-100%);

    }

    to{

        transform:translateY(0);

    }

}


/*====================================================
IMAGE HOVER
====================================================*/

.gallery-item,
.plan-card,
.location-map,
.developer-left{

    overflow:hidden;

}

.gallery-item img,
.location-map img,
.developer-left img{

    transition:.5s;

}

.gallery-item:hover img,
.location-map:hover img,
.developer-left:hover img{

    transform:scale(1.08);

}


/*====================================================
BUTTON EFFECTS
====================================================*/

.hero-btn,
.contact-btn,
.plan-btn,
.booking-action a,
.contact-content a{

    position:relative;

    overflow:hidden;

}

.hero-btn::before,
.contact-btn::before,
.plan-btn::before,
.booking-action a::before,
.contact-content a::before{

    content:"";

    position:absolute;

    left:-100%;

    top:0;

    width:100%;

    height:100%;

    background:rgba(255,255,255,.18);

    transition:.4s;

}

.hero-btn:hover::before,
.contact-btn:hover::before,
.plan-btn:hover::before,
.booking-action a:hover::before,
.contact-content a:hover::before{

    left:100%;

}


/*====================================================
SMOOTH CARD HOVER
====================================================*/

.amenity-card,
.location-card,
.price-item{

    transition:.35s;

}

.amenity-card:hover,
.location-card:hover,
.price-item:hover{

    transform:translateY(-8px);

    box-shadow:0 18px 35px rgba(0,0,0,.08);

}


/*====================================================
CUSTOM SCROLLBAR
====================================================*/

::-webkit-scrollbar{

    width:10px;

}

::-webkit-scrollbar-track{

    background:#f2f2f2;

}

::-webkit-scrollbar-thumb{

    background:#b78b45;

    border-radius:30px;

}


/*====================================================
RESPONSIVE
====================================================*/

/* ---------- Large Tablets ---------- */

@media (max-width:1200px){

.container{
    width:94%;
}

.hero-card{
    grid-template-columns:1.6fr repeat(3,1fr);
    gap:20px;
}

.hero-card-btn{
    grid-column:1/-1;
    margin-top:15px;
}

.pricing-box{
    grid-template-columns:2fr 1fr auto;
    gap:30px;
}

.price-right{
    grid-column:1/-1;
    justify-content:flex-start;
}

.amenities-grid{
    grid-template-columns:repeat(4,1fr);
}

.gallery-wrapper{
    grid-template-columns:1fr 1fr;
}

}


/* ---------- Tablets ---------- */

@media (max-width:992px){

.section{
    padding:70px 0;
}

.header{
    padding:18px 0;
}


.logo img{
    height:48px;
}


/* Hero */

.hero{
    height:auto;
    padding-bottom:260px;
}

.hero-content{

    padding-top:140px;

    display:flex;

    flex-direction:column;

    align-items:flex-start;

    text-align:left;

}

.hero-small{

    font-size:22px;

    margin-bottom:10px;

}

.hero h1{

    font-size:56px;

    line-height:1.1;

    margin-bottom:12px;

}

.hero-location{

    font-size:20px;

    margin-top:0;

}
.premium-strip{
    width:90%;
    bottom:170px;
}

.hero-card{

    position:absolute;

    width:92%;

    padding:25px;

    bottom:-210px;

    grid-template-columns:1fr 1fr;

    gap:20px;

}

.hero-card-item{

    padding:0;

    border:none;

}

.hero-card-item::before{
    display:none;
}

.hero-card-btn{
    grid-column:1/-1;
}

/* Overview */

.overview-wrapper{
    grid-template-columns:1fr;
    gap:35px;
}

/* Pricing */

.pricing-box{
    grid-template-columns:1fr;
    text-align:center;
}

.price-middle{
    justify-content:center;
}

.price-row{
    justify-content:center;
    grid-template-columns:auto auto;
}

.price-right{
    justify-content:center;
}

/* Amenities */

.amenities-container{
    grid-template-columns:1fr;
    gap:35px;
}

.amenities-title{
    text-align:center;
}

.amenities-title h2{
    font-size:42px;
}

.amenities-grid{
    grid-template-columns:repeat(3,1fr);
}

/* Floor Plans */

.plans-header{
    grid-template-columns:1fr;
    gap:20px;
}

.plans-description{
    padding:0;
    max-width:100%;
}

.plans-grid{
    grid-template-columns:1fr;
}

/* Gallery */

.gallery-header{
    flex-direction:column;
    gap:15px;
}

.gallery-title{
    width:100%;
    flex:unset;
}

.gallery-description{
    max-width:100%;
}

.gallery-wrapper{
    grid-template-columns:1fr;
}

.gallery-right{
    padding-top:0;
}

.gallery-left .gallery-item:first-child,
.gallery-left .gallery-item:last-child,
.gallery-right .gallery-item{
    height:350px;
}

/* Location */

.location-wrapper{
    grid-template-columns:1fr;
}

.location-card{
    min-height:auto;
}

/* Developer */

.developer-wrapper{
    grid-template-columns:1fr;
}

/* Virtual Tour */

.tour-video img{
    height:420px;
}

.footer-wrapper{
    flex-direction:column;
    text-align:center;
}

}


/* ---------- Mobile ---------- */

@media (max-width:768px){

body{
    font-size:15px;
}

.section{
    padding:60px 0;
}

.hero{
    padding-bottom:430px;
}

.hero-content{
    text-align:center;
    padding-top:130px;
}

.hero h1{
    font-size:38px;
}

.hero-small{
    font-size:22px;
}

.hero p{
    font-size:16px;
}

.hero-card{
    bottom: -20%;
    width: 80%;
    padding:20px;

}

.hero-card-btn a,
.outline-btn,
.price-btn,
.plan-btn{

    width:100%;

}

.contact-btn{
    width:30%;
}

.premium-strip{

    width:95%;

    font-size:13px;

    padding:10px;

}

.section-title h2{
    font-size:30px;
}

#overview{
    top: 30px;
}

.overview-left h3{
    font-size:30px;
}

.pricing-section{
    padding: 100px;
}

.price-left h2{
    font-size:42px;
}

.price-left h4{
    font-size:18px;
}

.amenities-title h2{
    font-size:34px;
}

.amenities-grid{
    grid-template-columns:repeat(2,1fr);
}

.amenity-card{
    height:120px;
}

.plans-title{
    max-width: 100%;
}

.gallery-left .gallery-item:first-child,
.gallery-left .gallery-item:last-child,
.gallery-right .gallery-item{
    height:260px;
}

.location-card{
    padding:25px;
}

.location-card h3{
    font-size:20px;
}

.location-card li{
    font-size:15px;
}

.tour-video img{
    height:280px;
}

.developer-right h2{
    font-size:34px;
}

.contact-content h2{
    font-size:32px;
}

.contact-content p{
    font-size:15px;
}

.footer-logo{
    height:48px;
}

.popup-box{

    width:94%;

    padding:20px;

}

.popup-services{

    grid-template-columns:1fr;

}

.popup-submit{

    width:100%;

}

.popup-logo{

    width:240px;

}

}


/* ---------- Small Mobile ---------- */

@media (max-width:480px){

.container{
    width:92%;
}

.hero{
    padding-bottom:480px;
}

.hero h1{
    font-size:32px;
    margin-bottom: 2px;
}

.hero-small{
    font-size:20px;
    text-align: start;
}

.hero-content p {
    text-align: start;
}

.hero-card{
    top: 80%;
    padding:18px;
    height: 50%;
    border-radius:8px;
    display: grid;
    grid-template-columns:repeat(2,1fr);


}

.hero-card-item h4{
    font-size:14px;
}

.price-left h2{
    font-size:34px;
}

.amenities-grid{
    grid-template-columns:1fr;
}

.gallery-left .gallery-item:first-child,
.gallery-left .gallery-item:last-child,
.gallery-right .gallery-item{
    height:220px;
}

.contact-btn{
    display:none;
}

.plan-btn,
.outline-btn,
.price-btn{
    min-width:100%;
}

.location-card{
    padding:20px;
}

.location-card li{
    line-height:1.7;
}

#overview{
    margin-top: 200px;
}

.overview-left{
    margin-top: -30px;
}

.plans-title{
    max-width: 100%;
}

}

.lightbox{
    display: none;
}