
.banner  {
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.05);
    padding: 20px;
    position: relative;
}
.image-banner img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 10px;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.00) 24.86%, rgba(0, 0, 0, 0.80) 100%), url(<path-to-image>) lightgray -330px -362.722px / 123.338% 214.967% no-repeat;
    box-shadow: 0 0 100px 0 rgba(238, 114, 3, 0.25), 0 0 200px 100px rgba(175, 83, 0, 0.50);
    filter: brightness(0.7);
}

.banner-content {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    color: #FFF;
}

.banner-content span {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 3px;
}

.banner-content h2 {
    color: #FFF;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.48px;
}

.banner-content p, .bannertime-button span {
    font-size: 1em;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-family: var(--font-radio);
    letter-spacing: 0.6px;
}

.banner-content .bannertime-button .btn-primary {
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    display: flex;
    height: 28px;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 15px;
    background: #EE7203;
    box-shadow: 0 6px 10px 4px rgba(0, 0, 0, 0.15), 0 2px 3px 0 rgba(0, 0, 0, 0.30);
}

.banner-content .bannertime-button {
    display: flex;
    align-content: center;
    justify-content: flex-start;
    gap: 20px;
}

.bannertime-button span {
    display: flex;
    align-content: center;
    align-items: center;
}

.bannertime-button span img {
    width: 20px;
    height: 17px;
    margin-right: 5px;
}

.banner .btn.btn-primary::after {
    content: " ";
    background-image: url("/fileadmin/user_upload/Assets/arrow.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 11px;
    height: 11px;
}

@media(max-width: 591px) {
    .banner-content {
        position: relative;
        transform: none;
        right: initial;
        margin-top: 1em;
    }
    .banner-content h2 { font-size: 35px;}
    .bannertime-button span { font-size: 0.6em;}
}
