﻿:root {
    --primaryColor: #002855;
}


/**************** Style Slider *****************/

.btn-link.btn-luxury {
    color: #002855 !important;
    font-size: 13px !important;
}

.card-form-horizontal {
    background: rgba(255, 255, 255, 0.5) !important;
    border-radius: 8px;
}

    .card-form-horizontal .card-body {
        padding: 14px !important;
    }

.input-azureautocomplete {
    background: rgba(255, 255, 255, 0.7) !important;
    opacity: 1 !important;
    border-radius: 5px 0 0 5px !important;
    border: none !important;
}


.video-wrapper {
    cursor: pointer;
}

.luxury-poster {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('~/img/luxury/homepage-bg.jpg');
    background: linear-gradient(90deg, #56c1e8 0%,#0c2340 60%, #0c2340 100%);
    backdrop-filter: blur(20px);
    opacity: 0.9;
    z-index: 1;
}

.luxury-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #56c1e8 0%, #0c2340 100%);
    backdrop-filter: blur(20px);
    opacity: 0.1;
    z-index: 2;
}

.video-playing .luxury-poster {
    opacity: 0;
    transition: opacity 0.5s ease;
}
/* Luxury */
.luxury-text {
    font-family: 'Gistesy', cursive;
    font-size: 145px;
    color: #47c2f2;
    letter-spacing: 3px;
    margin-bottom: -12px;
}

/* HOMES */
.homes-text {
    font-family: 'Didot', 'Bodoni MT', serif;
    font-size: 110px;
    letter-spacing: 3px;
    font-weight: 400;
}

.hero-logo {
    position: absolute;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
}

    .hero-logo img {
        max-width: 200px;
    }

/* Responsive */
@media (max-width: 768px) {
    .luxury-text {
        font-size: 80px;
    }

    .homes-text {
        font-size: 60px;
    }
}

.card-luxury {
    backdrop-filter: blur(20px);
    opacity: 0.6;
    z-index: 1 !important;
    background: #dddddd;
}

.form-group-luxury {
    display: flex;
    z-index: 2;
}

.btn-search-luxury {
    padding: 15px !important;
    background: #fff !important;
    color: #002855 !important;
    border: none !important;
    padding: 7px 12px !important;
    height: 40px !important;
    font-size: 18px !important;
    opacity: 1 !important;
    border-radius: 0 5px 5px 0 !important;
}

.btn-zoom-search {
    background: #fff;
    color: #002855;
    border: none;
    padding: 7px 12px;
    height: 40px;
    font-size: 18px;
}
/***************End Style Slider ****************/
.btn-contact-condo {
    background-color: #CB4C4E!important;
    border-color: #CB4C4E!important;
    color: #FFFFFF!important;
    opacity: 1;
}
    .btn-contact-condo-link {
        background-color:transparent!important;
        color: #CB4C4E !important;
        opacity: 1;
    }
    .btn-contact-condo:hover {
        background-color: #b74446 !important;
        border-color: #b74446 !important;
        color: #FFFFFF !important;
        opacity: 1;
    }

@media (min-width: 991px) and (max-width: 1794px) {
    .card-horizontal-form-not-ure {
        position: relative;
        right: 0 !important;
        width: 100% !important;
    }

    .ure-title-homepage-not-ure {
        font-size: 42px;
        position: relative;
        right: 0 !important;
    }
}


.btn-contact-luxury {
    padding:5px 80px !important;
}
.section-gradient {
    background: linear-gradient( 135deg, #45c7f4 0%, #3b6a95 40%, #002855 58%, #002855 100% );
}

/**************** Style All Properties *****************/

.ViewAllProperties {
    margin-left: 10rem;
}

.ViewAllProperties .row {
    min-height: 500px;
}

.section-VAP-title {
    font-size: 28px;
    font-weight: 500;
    color: #4a4a4a;
    line-height: 1.4;
    margin-bottom: 25px;
}

.ViewAllProperties-desc {
    font-size: 14px;
    line-height: 1.8;
    color: #6d6d6d;
}

.ViewAllProperties-btn {
    display: inline-block;
    padding: 14px 34px;
    border-radius: 40px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-decoration: none;
    color: #fff;
    background: linear-gradient( 135deg, #45c7f4 0%, #3b6a95 40%, #002855 58%, #002855 100% );
    transition: 0.3s ease;
}

/* center button */
.ViewAllProperties .col-6 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* hover */
.ViewAllProperties-btn:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}


/* GRID */
.vap-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 0;
    height: 450px;
}

.vap-item.large {
    grid-row: span 2;
}

.vap-item {
    position: relative;
    overflow: hidden;
}

    .vap-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

/* Overlay */
.vap-overlay {
    position: absolute;
    inset: 0;
    background: rgba(12, 35, 64, 0.65);
    transition: 0.4s ease;
}

/* Button in center */
.vap-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 6px 30px;
    border: 2px solid #fff;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 600;
    transition: 0.3s ease;
}
 .vap-btn a {
     color: #fff;
 }
 .vap-btn a:hover {
     color: #0C2340;
 }
    .vap-btn:hover {
        background: #fff;
    }
 /* Hover effects */
 .vap-item:hover img {
     transform: scale(1.05);
     transition: 0.5s ease;
 }

.vap-item:hover .vap-overlay {
    background: rgba(12, 35, 64, 0.4);
}

.vap-item:hover  {
    background: #fff;
    color: #0C2340;
}

/* RESPONSIVE */

@media (max-width: 992px) {
    .vap-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        height: auto;
        margin-top: 40px;
    }

    .vap-item.large {
        grid-row: auto;
    }

    .vap-item {
        height: 250px;
    }

    .section-VAP-title {
        font-size: 22px;
    }

    .ViewAllProperties-btn {
        display: block;
        width: fit-content;
        margin: 20px auto 0 auto;
    }
}

@media (max-width: 1199.98px) {
    .ViewAllProperties {
        padding: 0 15px;
        margin-left: 0;
    }
}

@media (min-width: 1200px) {
    .ViewAllProperties-desc {
        max-width: 420px;
    }
}

/**************** Style Footer Luxury *****************/


.footer-bottom {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}


.btn-footer {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 25px;
    border-radius: 50px;
    background: linear-gradient( 135deg, #45c7f4 0%, #3b6a95 40%, #002855 58%, #002855 100% );
}

.footer-link {
    text-decoration: none;
    color: #ffffff;
    font-weight: 500;
}

.separator {
    margin: 0 5px;
    color: #ffffff;
}

