.where-when {
    background-image: url('assets/assets/summer-blue-bg.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

@media (min-width: 1024px) {
    .where-when {
        background-size: 100% 100%;
    }
}

/* City Badge Styles */
.city-badge {
    width: 191px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.where-when::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: linear-gradient(180deg, rgba(59, 167, 217, 0.9) 0%, rgba(59, 167, 217, 1) 100%); */
    z-index: 1;
}

/* Language of Atelius */
.lang-badge {
    width: 245px;
    height: 195px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.lang-badge h3 {
    font-family: 'Lilita One', sans-serif;
    font-size: 32px;
    color: #3BA7D9;
    text-transform: uppercase;
}

.summer-section {
    background-image: url('assets/assets/summer-green-bg.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media (min-width: 1024px) {
    .summer-section {
        background-size: 100% 100%;
    }
}