@font-face {
    font-family: 'Metropolis';
    src: url('../fonts/Metropolis-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Metropolis';
    src: url('../fonts/Metropolis-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}


html, body {
    background-color: #5bd7dc;
    background-image: url('../assets/bg.png'); /* Replace with your new image path */
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
    font-family: 'Metropolis', 'Segoe UI', sans-serif;
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.coming-title {
    color: #402D87;
    font-size: 84px;
    font-style: normal;
    font-weight: 700;
    line-height: 80px; /* 85.106% */
    letter-spacing: -2.82px;
    text-transform: uppercase;
}

.coming-text {
    color: #402D87;
    margin-top: 1rem;
    font-family: 'Metropolis', sans-serif !important;
    font-size: 24px;
    font-style: normal;
    font-weight: 300; /* Light weight */
    line-height: 32px; /* 133.333% */
}


.footer {
    flex-shrink: 0;
    background-color: #000;
    color: #fff;
    font-size: 0.9rem;
    padding: 1rem 0;
    position: relative;
    z-index: 10;
}



.footer a {
    color: #fff;
    text-decoration: underline;
}

.left-content {
    position: relative;
    z-index: 1;
}

.left-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../assets/Logo.10_Icon.white 1.png') no-repeat left center;
    background-size: contain;
    opacity: 0.1;
    z-index: 0;
}

.image-overlap-footer {
    margin-bottom: -90px;
    position: relative;
    z-index: 1;
}

.image-behind-footer {
    position: relative;
    margin-bottom: -75px; /* Pulls image down behind the footer */
    z-index: 0;
}

.full-height-image {
    height: 90vh; /* Take full screen height */
    width: auto;
    object-fit: cover;
    position: relative;
    z-index: 0;
}
