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

:root {
    --primary-gold: #f6c557;
    --dark-bg: #17140c;
    --text-muted: rgba(255, 255, 255, 0.5);
    --text-secondary: #8d9396;
}

body {
    font-family: 'Aeonik', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background-color: var(--dark-bg);
    color: #ffffff;
    line-height: 1.6;
    overflow-x: hidden;
}

/* Banner section background */
.banner-section {
    position: relative;
    height: 100vh;
    display: flex;
    flex-direction: column;
}

.banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.container {
    max-width: 1600;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

/* Header styling */
.header {
    background-color: rgba(255, 255, 255, 0.05);
    box-shadow: 0px 4px 60px rgba(136, 136, 136, 1);
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.logo-text {
    font-size: 28px;
    font-weight: 900;
    color: #ffffff;
}

.logo-dot {
    width: 10px;
    height: 10px;
    background-color: var(--primary-gold);
    margin-top: 12px;
}

.nav-item-custom {
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    position: relative;
}

.nav-item-custom.active {
    color: var(--primary-gold);
}

.nav-item-custom.active::after {
    content: '';
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 48px;
    height: 3px;
    background-color: var(--primary-gold);
}

.action-icon {
    width: 30px;
    height: 30px;
}

.action-line {
    width: 70px;
    height: 1px;
    background-color: var(--primary-gold);
}

/* Banner content */
.banner-title {
    padding-top: 128px;
    font-size: 128px;
    font-weight: 400;
    letter-spacing: -4%;
    vertical-align: middle;
    line-height: 100%;
}

.banner-subtitle {
    font-size: 128px;
    line-height: 125%;
    vertical-align: middle;
    letter-spacing: -4%;
    font-weight: 400;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-gold {
    color: var(--primary-gold);
}

.bg-gold {
    background-color: var(--primary-gold);
}

.badge-dot {
    width: 10px;
    height: 10px;
    background-color: var(--primary-gold);
    margin-top: 10px;
}

.slider-arrows {
    margin-top: 30px;
}

.arrow-btn {
    background: transparent;
    border: 2px solid #555;
    color: white;
    padding: 6px 30px;
    margin-right: 10px;
    border-radius: 22px;
}

.arrow-btn:hover {
    background-color: #F6C557;
}

.btn-custom {
    display: inline-flex;
    gap: 1rem;
    align-items: center;
    margin-top: 15px;
    padding: 8px 5px 8px 20px;
    font-size: 22px;
    color: #ffffff;
    text-transform: capitalize;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
    text-decoration: none;
    background: transparent;
}

.desc {
    color: #aaa;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    vertical-align: middle;
}

.price {
    color: #F6C557;
    font-weight: 600;
    margin: 15px 0;
}

.btn-custom:hover {
    background-color: rgba(246, 197, 87, 0.1);
    border-color: var(--primary-gold);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(246, 197, 87, 0.3);
}


.property-card img {
    margin-bottom: 20px;
}

/* Shop by category */
.category-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 44px 0;
}

.category-number {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 38px;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 15px;
}

.step-number {
    font-size: 82px;
    font-weight: 300;
    line-height: 1.2;
}

/* Section */

.welcome-section {
    background: #17140c;
    color: white;
    padding: 100px 0;
}

.section-tag {
    color: #d4a44c;
    font-size: 14px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.dot {
    width: 7px;
    height: 7px;
    background: #d4a44c;
    display: inline-block;
}

/* Title */

.section-title {
    font-size: 40px;
    font-weight: 400;
    line-height: 100%;
    vertical-align: middle;
}

/* Text */

.welcome-text {
    color: #bfbfbf;
    font-size: 14px;
    line-height: 1.7;
    max-width: 520px;
}

/* Image */

.image-box {
    position: relative;
}

.main-img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

/* Shapes & Decorations */
.shape-left {
    right: -40px;
    top: 40%;
    transform: rotate(180deg);
}


@media (max-width:991px) {

    .section-title {
        font-size: 32px;
    }

    .shape {
        width: 100px;
        height: 100px;
        right: -20px;
    }

}

@media (max-width:768px) {

    .welcome-section {
        padding: 70px 0;
    }

    .section-title {
        font-size: 28px;
    }

    .welcome-text {
        max-width: 100%;
    }

}

/* Property */
.property-card {
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 10px;
    transition: border-color 0.3s ease;
}

.property-button {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 10px 20px;
    background: transparent;
    transition: all 0.3s ease;
}

.property-button:hover {
    background-color: #F6C557;
    color: #000000;
}

.testimonial-card {
    background-color: var(--primary-gold);
    padding: 44px;
}

.text-line {
    font-size: 50px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: -4%;
}

.text-subline {
    font-size: 40px;
    font-weight: 400;
    letter-spacing: -4%;
    position: relative;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* News letter sign-up */
.subscribe-text {
    font-weight: 700;
    font-size: 15px;
    vertical-align: middle;
    color: #ffffff;
}

/* Footer */

.footer {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-link {
    color: #ffffff;
    text-decoration: none;
    padding: 14px 0;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    transition: color 0.3s ease;
}

.footer-link:hover {
    color: var(--primary-gold);
}

.social-link {
    width: 70px;
    height: 70px;
    background: transparent;
    color: #ffffff;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 20px 0;
    transition: border-color 0.3s ease;
}

.social-link:hover {
    border-color: var(--primary-gold);
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.marquee-content {
    display: flex;
    align-items: center;
    gap: 60px;
    animation: marquee 20s linear infinite;
}

.text-gradient-fade {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}