/* ==========================================================================
   Hero Section
   ========================================================================== */

.hero {
    position: relative;
    height: 60vh;
    overflow: hidden;
    background-size: cover;
    background-position: 65% center;
}

.hero-img {
    object-fit: cover;
    height: 100%;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
}

.hero-overlay h1 {
    font-family: 'Italianno', cursive;
    color: #2c2c2c;
    font-size: 5rem;
    font-weight: 100;
    word-spacing: 8px;
    line-height: 0.87;
}

.lead {
    color: #2c2c2c;
    font-size: 1rem;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.text-custom-lead {
    font-size: 1rem;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.premium-banner {
    overflow: hidden;
    aspect-ratio: 2.5/1;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
}

.premium-banner:hover {
    cursor: pointer;
}