.header-4::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    bottom: 0;
    background: url('/assets/images/38-IMG_2620.jpg');
    background-size: cover;
    background-position: center center;
}

.highlight.highlight-warning::before {
    background: #0143f22e !important;
}

.hero-5 {
    min-height: 65vh !important;
    height: fit-content !important;
    padding-bottom: 7.5rem !important;
}

.video-container {
    position: absolute;
    top: -80px;
    width: 100%;
    aspect-ratio: 16 / 9;
    z-index: 1;
}

.video {
    width: 100%;
    height: 100%;
}

.video_filter {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #3f51b5c7;
    top: 0px;
    z-index: 2;
}

.video-container iframe {
    pointer-events: none;
}

.video_container_custom {
    width: 100%;
    position: relative;
    margin: 50px 0px 70px 0px;
}

.video_container_filter {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.video_container_custom>video {
    width: 100%;
    border-radius: 12px;
}

h1.hero-title.fw-medium {
    width: 90%;
    max-width: 500px;
    font-size: 52px;
    font-weight: 800 !important;
    text-align: left !important;
}

.header-4 {
    height: fit-content !important;
}

.badgage {
    display: block;
    width: fit-content;
    padding: 5px 10px;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 800;
    margin: 0px 0px 0px -10px;
}

.green_badgage {
    background: #4caf5033;
}

.blue_badgage {
    background: #03a9f433;
}

.orange_badgage {
    background: rgba(244, 168, 3, 0.2);
}

/*  if screen width < 1100px */
@media (max-width: 1100px) {
    .kino_program_mainpage {
        display: block !important;
    }

    .kino_program_mainpage>div {
        width: fit-content !important;
        min-width: fit-content !important;
        margin: 20px 0px;
    }
}

@media (max-width: 650px) {
    .kino_program_mainpage {
        padding: 0px 20px;
    }

    .mainpage_movie_meta {
        display: flex !important;
        flex-wrap: wrap !important;
    }

    .mainpage_movie_meta>span.mainpage_movie_meta_bullet {
        display: none !important;
    }

}

@media (max-width: 770px) {
    .name_and_email_container {
        display: block !important;
    }

    .name_and_email_container>div {
        width: 100%;
        margin: 0px 0px 20px 0px;
    }
}

.movie_container {
    display: flex;
    gap: 20px;
}

.movie_image {
    width: 200px;
    height: fit-content;
    min-width: 200px;
    position: relative;
}

.movie_image img {
    width: 100%;
    border-radius: 12px;
}

.movie_title {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 10px;
    overflow-wrap: anywhere;
}

.flag {
    position: absolute;
    width: fit-content;
    right: 0px;
    top: 10px;
    background: #F44336;
    padding: 5px 25px 5px 15px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    box-shadow: 0px 0px 12px 0px #fb626261;
}

