/* Template Home CSS file */
/* ------------------------------------------------- */
.banner {
    position: relative;
    height: 100vh;
    width: 100vw;
}
.banner:after {
    position: absolute;
    content: '';
    background: radial-gradient(44.12% 49.97% at 50.03% 62.81%, rgba(0, 0, 0, 0.00) 20.3%, #000 99.03%), transparent 50% / cover no-repeat;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

img.banner-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

section.banner .wrap {
    max-width: 1440px;
    width: 90vw;
    margin: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner__content {
    display: flex;
    flex-direction: column;
    color: var(--white);
    z-index: 1;
    max-width: 800px;
    margin: auto;
    text-align: center;
    align-items: center;
}

.banner__content a {
    color: var(--white);
    font-weight: 700;
    text-decoration: none;
}

h1.banner-title {
    background: linear-gradient(93deg, #FF7131 -9.26%, #FFE3D6 48.71%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    letter-spacing: 5.6px;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1;
}