/* ================= HEADER ================= */
html,
body {
    overflow-x: hidden;
    scroll-behavior: smooth;
    font-family: "Montserrat", sans-serif;
}

.main-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    transition: 0.4s;
    padding: 18px 0;
    -webkit-box-shadow: 0 -1px 10px 0px #d0d0d0;
    box-shadow: 0 -1px 10px 0px #d0d0d0;
    font-family: "Exo 2", sans-serif;
}

header.main-header.sticky {
    background: rgba(17, 74, 130, 0.8) !important;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: rgb(247 162 27);
}

.main-header.sticky {
    background: #0e2a47;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    padding: 12px 0;
}

.navbar-brand {
    font-weight: 700;
    font-size: 26px;
    color: #f7a21b !important;
}

.navbar-nav .nav-link {
    color: #fff;
    font-weight: 500;
    margin: 0 14px;
    transition: 0.3s;
    font-size: 18px;
}

.navbar-nav .nav-link:hover {
    color: #f7a21b;
}

/* BUY button */
.buy-btn {
    background: #f9a11b;
    color: #fff;
    padding: 10px 22px;
    font-weight: 600;
    /*border-radius: 3px;*/
    position: relative;
    padding: 0 0 0 50px;
    line-height: 50px;
    width: 196px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.buy-btn span {
    position: absolute;
    left: 17px;
    width: 50px;
    text-align: center;
    display: inline-block;
    margin-left: -17px;
    margin-right: 15px;
    background: #fbb040;
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.08);
}

.buy-btn:hover {
    background-color: #114a82;
    color: #fff;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    z-index: 999;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.section-space {
    padding: 70px 0;
}
/* ================= HERO ================= */
.hero-section {
    background: url("../images/banner-image.jpg") center/cover no-repeat;
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}

.hero-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    top: 0;
    left: 0;
}

.hero-content {
    position: relative;
    z-index: 2;
    /*max-width:900px;*/
}

.hero-content h1 {
    font-size: 50px;
    font-weight: 700;
    color: #f7a21b;
    letter-spacing: 1px;
}

.hero-content p {
    font-size: 20px;
    opacity: 0.9;
    margin: 20px 0 35px;
}

.hero-btn1 {
    background: #f7a21b;
    color: #fff;
    padding: 14px 34px;
    font-weight: 600;
    margin-right: 15px;
    border-radius: 3px;
    font-family: "Exo 2", sans-serif;
    letter-spacing: 1px;
    text-decoration: none;
}

.hero-btn2 {
    border: 2px solid #fff;
    color: #fff;
    padding: 14px 34px;
    font-weight: 600;
    border-radius: 3px;
    font-family: "Exo 2", sans-serif;
    letter-spacing: 1px;
    text-decoration: none;
}

.hero-btn1:hover {
    border: 2px solid #f9a11b;
    background-color: transparent;
    color: #f9a11b;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.hero-btn2:hover {
    border-color: #f9a11b;
    background-color: transparent;
    color: #f9a11b;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.section-title{
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    position: relative;
    font-size: 30px;
    font-family: 'Exo 2', sans-serif;
}

.section-title span {
    color: #ff9900;
    font-weight: 700;
}

.luxury-card{
    position:relative;
    border-radius:22px;
    overflow:hidden;
    cursor:pointer;
}

.luxury-card img{
    width:100%;
    height:480px;
    object-fit:cover;
    transition:0.5s;
}

/* dark overlay */
.card-overlay{
    position:absolute;
    width:100%;
    height:100%;
    background:linear-gradient(to top, rgba(0,0,0,0.65), rgba(0,0,0,0.1));
    top:0;
    left:0;
}

/* location badge */
.location-badge{
    position:absolute;
    top:18px;
    left:18px;
    background:rgba(255,255,255,0.2);
    backdrop-filter:blur(6px);
    color:#fff;
    padding:6px 14px;
    border-radius:20px;
    font-size:14px;
    border: 1px solid;
}

/* arrow button */
.projects-arrow-btn{
    position:absolute;
    top:18px;
    right:18px;
    width:42px;
    height:42px;
    background:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
}

/* bottom content */
.card-content{
    position:absolute;
    bottom:20px;
    left:22px;
    color:#fff;
}

.card-content .number{
    font-size:18px;
    opacity:.8;
    margin-bottom: 5px;
}

.card-content h4{
    font-size:26px;
    font-weight:600;
}

/* hover effect */
.luxury-card:hover img{
    transform:scale(1.08);
}


/* responsive */
@media (max-width: 991px) {
    .hero-content h1 {
        font-size: 42px;
    }
}

.main-footer{
    background:#f5f5f5;
    padding:70px 0 20px;
    font-family: 'Poppins', sans-serif;
}

.footer-title{
    font-weight:500;
    color:#f7a21b;
    margin-bottom:50px;
    position:relative;
    font-family: "Exo 2", sans-serif;
}

.footer-title:after{
    content: "";
    width: 35px;
    height: 2px;
    background: #f7a21b;
    position: absolute;
    bottom: -15px;
    left: 0;
}

.footer-text{
    color:#515666;
    font-size:15px;
    margin-bottom:20px;
}

.footer-contact div{
    margin-bottom:12px;
    color:#444;
    font-size:15px;
}

.footer-contact i{
    background:#f7a21b;
    color:#fff;
    width:32px;
    height:32px;
    border-radius:50%;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    margin-right:10px;
}

.footer-list li{
    list-style:none;
    margin-bottom:12px;
    color:#444;
    font-size: 15px;
}

.footer-links li{
    list-style:none;
    margin-bottom:12px;
}

.footer-links a{
    text-decoration:none;
    color:#444;
    transition:.3s;
    font-size: 15px;
}

.footer-links a:hover{
    color:#f7a21b;
}

/* latest property */
.footer-property{
    display:flex;
    gap:12px;
    margin-bottom:18px;
}

.footer-property img{
    width:70px;
    height:60px;
    object-fit:cover;
    border-radius:0px;
}

.footer-property span{
    font-size:12px;
    color:#999;
}

.footer-property h6{
    font-size:14px;
    margin:2px 0;
}

.footer-property small{
    color:#f7a21b;
    font-weight:600;
}

/* bottom */
.footer-bottom{
    border-top:1px solid #ddd;
    padding-top:18px;
    margin-top:30px;
    font-size:14px;
    color:#515666;
}
