.hero.hero-single-event .container {
    z-index: 4;
}

.hero.hero-single-event .hero-slide-wrapper {
    position: relative;
    padding: 0 16px;
    aspect-ratio: 1920 / 600;
}

.hero.hero-single-event .hero-slide-wrapper>* {
    text-transform: uppercase;
    color: #fff;
    font-size: 50px;
    letter-spacing: 9.5px;
}

.event {
    background-color: var(--Alabaster-White);
    padding: 64px 0;
}

.event-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 64px;
}

.event-wrapper .event-data {
    width: calc(70% - 32px);
    padding: 32px;
}

.event-wrapper .event-form {
    width: calc(30% - 32px);
    position: sticky;
    top: 180px;
}

.event-title-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    justify-content: space-between;
}

.event-image {
    max-width: 360px;
    height: auto;
}

.event-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.event-content h1 {
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1;
}

.event-content h2 {
    font-family: 'Kumbh Sans';
    font-weight: 600;
    letter-spacing: 0;
    font-size: 24px;
    line-height: 1;
}

.event-description h1,
.event-description h2,
.event-description h3,
.event-description h4,
.event-description h5,
.event-description h6 {
    font-family: 'Kumbh Sans';
    letter-spacing: 0;
    margin: 24px 0;
    color: var(--Volcanic-Rock);
    font-weight: 600;
}

.event-description {
    color: var(--Eucalyptus-Mist);
    font-weight: 500;
}

.event-harmonogram {
    display: flex;
    flex-direction: column;
    padding: 32px 0;
    gap: 32px;
}

.event-single-date {
    display: flex;
    flex-direction: column;
    gap: 16px;
    color: var(--Merlot-Wine);
    font-size: 20px;
    font-weight: 300;
}

.event-single-date-nav {
    display: flex;
    align-items: center;
    gap: 16px;
}

.event-single-date-nav svg {
    width: 36px;
    height: auto;
    aspect-ratio: 1;
}

.event-single-date-nav>* {
    font-size: 32px;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.agenda {
    padding: 64px 0;
}

.agenda .agenda-wrapper {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.agenda .content-title-wrapper {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.agenda .content-title-wrapper h2 {
    text-transform: uppercase;
}

.agenda .content-title-wrapper p {
    color: var(--Eucalyptus-Mist);
    font-size: 22px;
}

.agenda .content-wrapper {
    display: flex;
    align-items: center;
    gap: 160px;
}

.agenda .content-image img {
    aspect-ratio: 529 / 396;
    max-width: 529px;
    width: 100%;
    height: auto;
}

.agenda .content-harmonogram {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.agenda .content-single {
    display: flex;
    align-items: center;
}

.agenda .agenda-hour {
    min-width: 120px;
    font-size: 32px;
    padding: 0 20px;
    font-weight: 500;
    color: var(--Camel-Leather);
    font-family: 'Playfair Display';
    text-align: center;
    border-right: 1px solid var(--Camel-Leather);
}

.agenda .agenda-text {
    color: var(--Volcanic-Rock);
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.44px;
    padding: 0 32px;
}

/* contact form */


.event .contact-form {
    padding: 32px;
    background: var(--white, #FFF);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.10), 0 2px 4px -2px rgba(0, 0, 0, 0.05);
    margin: 0 auto;
}

.event .contact-form h3 {
    text-align: center;
    font-size: 32px;
    color: var(--Camel-Leather);
    text-transform: uppercase;
    letter-spacing: 10px;
    padding: 16px 0;
}

.event .form-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}

.event .form-wrap>label {
    width: calc(50% - 16px);
}

.event .wpcf7-form-control.wpcf7-acceptance label {
    font-size: 12px;
    color: #6B7280;
    display: flex;
}

.event .contact-form label {
    font-size: 14px;
    font-weight: 500;
    color: #111928;
}


.event .contact-form textarea,
.event .contact-form select+span,
.event .contact-form input:not([type="checkbox"]):not([type="submit"]) {
    width: 100% !important;
    padding: 14px 16px;
    background-color: var(--Alabaster-White);
    border: 0;
    color: var(--Volcanic-Rock);
    font-size: 14px;
    font-weight: 300;
}

.event .wpcf7-not-valid-tip {
    font-size: 14px;
}

.event .contact-form textarea::placeholder,
.event .contact-form input::placeholder {
    color: #6B7280;
}

.event .contact-form form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.event .contact-form label>span.wpcf7-form-control-wrap {
    margin-top: 8px;
    display: flex;
    flex-direction: column;
}

.event .contact-form form {
    position: relative;
}

.event .wpcf7-spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.event .contact-form a {
    color: var(--Volcanic-Rock);
    font-weight: 700;
}

.event .form-submit {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.event .wpcf7-submit {
    background: var(--Volcanic-Rock);
    color: #fff;
    font-size: 20px;
    letter-spacing: 5px;
    text-transform: uppercase;
    cursor: pointer;
    width: auto;
    border: 0;
    padding: 16px 40px;
    width: 100%;
}

.event .wpcf7-list-item {
    margin: 0;
}

.event .wpcf7-list-item-label {
    position: relative;
    padding-left: 24px;
}

.event .wpcf7-list-item input {
    display: none;
}

.event .wpcf7-list-item-label::before {
    content: '';
    width: 16px;
    height: 16px;
    border-radius: 4px;
    border: 0.5px solid var(--gray-300, #D1D5DB);
    background: var(--gray-50, #F9FAFB);
    position: absolute;
    left: 0;
    top: 0;
}

.event .wpcf7-list-item-label::after {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 4px;
    background: var(--Volcanic-Rock);
    position: absolute;
    left: 2px;
    top: 2px;
    transition: opacity .3s ease;
    opacity: 0;
}

.event .wpcf7-list-item input:checked+.wpcf7-list-item-label::after {
    opacity: 1;
}

.event .wpcf7 form .wpcf7-response-output {
    margin: 0;
}


/* contact form */

@media (max-width:1440px) {

    .event,
    .agenda {
        padding: 48px 0;
    }

    .agenda .content-wrapper {
        gap: 80px;
    }

    .agenda .agenda-hour {
        font-size: 24px;
    }

    .agenda .agenda-text {
        font-size: 20px;
    }

    .hero.hero-single-event .hero-slide-wrapper>* {
        font-size: 42px;
        letter-spacing: 6px;
    }

    .event .contact-form {
        padding: 24px;
    }

    .event-harmonogram {
        gap: 24px;
        padding: 24px 0;
    }

    .event-single-date-nav>* {
        font-size: 24px;
    }
}


@media (max-width:1199px) {
    .agenda .content-wrapper {
        gap: 40px;
    }

    .event-wrapper {
        flex-wrap: wrap;
        gap: 32px;
    }

    .event-wrapper .event-data {
        width: 100%;
        padding: 16px;
    }

    .event-wrapper .event-form {
        position: relative;
        top: auto;
        width: 100%;
    }

    .event .contact-form h3 {
        padding: 0;
        margin-bottom: 24px;
    }

    .event .contact-form {
        padding: 16px;
    }

    .event-harmonogram {
        gap: 16px;
        padding: 16px 0;
    }

}

@media (max-width:991px) {
    .hero.hero-single-event .hero-slide-wrapper {
        aspect-ratio: 991 / 400;
    }

    .agenda .content-wrapper {
        flex-wrap: wrap;
    }

    .hero.hero-single-event .hero-slide-wrapper>* {
        font-size: 32px;
    }

    .event-title-wrapper {
        flex-wrap: wrap;
    }

    .event-image {
        max-width: 600px;
    }

    .event-single-date {
        font-size: 18px;
    }
}

@media (max-width:768px) {

    .event,
    .agenda {
        padding: 32px 0;
    }

    .agenda .agenda-hour {
        font-size: 20px;
        padding: 0 12px;
        min-width: 80px;
    }

    .agenda .agenda-text {
        font-size: 14px;
        padding: 0 16px;
    }
}

@media (max-width:479px) {

    .hero.hero-single-event .hero-slide-wrapper {
        aspect-ratio: 375 / 400;
    }
}