.theatre_home__main {
    background-color: #000;
    width: 100%;
    min-height: 100vh;
    max-width: 100%;
    padding: 0 0 20px;
    background-position-x: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.theatre_home__main.theatre_main::after {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%; height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.theatre_home__main .theatre_section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    min-height: 100vh;
}

.theatre_home__video_control_btn {
    display: none;
    align-items: center;
    justify-content: center;
    background-color: #7e0926;
    gap: 5px;
    cursor: pointer;
    box-shadow: 0 3px 10px #444;
    padding: 5px;
    position: absolute;
    top: 100%;
    left: 0;
    font-size: 13px;
    line-height: 21px;
    color: #fff;
    border: none;
}

.theatre_home__video_control_btn img {
    width: 16px;
}

.theatre_home__video {
    position: absolute;
    top: 50%;
    display: none;
    transform: translateY(-50%);
    width: 100%;
}

.theatre_home_header {
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 10;
    width: 100%;
}

.theatre_home_header .theatre_nav {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 0 18px 0 0;
}

.theatre_home_header .theatre_nav .theatre_nav__logo img {
    width: 150px;
    height: auto;
}

.theatre_home_header .theatre_nav__middle {
   position: relative;
    height: auto;
    z-index: 3;
    width: calc(100% - 36px);
}

.theatre_home_header .theatre_nav__middle,
.theatre_home__main .theatre_nav__middle {
    position: absolute;
    top: calc(100% + 50px);
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 3;
    align-items: center;
    flex-direction: column;
    background-color: transparent;
    padding: 5px 0;
    text-align: center;
}

.theatre_home__main .theatre_nav__middle {
    position: absolute;
    margin: 30px auto 0;
    left: unset;
    top: unset;
    bottom: 20%;
    transform: translateX(0);
    justify-content: center;
    z-index: 3;
    list-style: none;
    width: calc(100% - 36px);
}

.theatre_home__main .theatre_nav__middle a,
.theatre_home_header .theatre_nav__middle > a {
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    background-color: #7e0926;
    padding: 5px;
    font-weight: 800;
    text-decoration: none;
    text-align: center;
}

.theatre_home__main .theatre_nav__middle a,
.theatre_home_header .theatre_nav__middle > a:nth-child(2) {
    width: 100%;
}

.theatre_home_header .theatre_nav__middle > a {
    position: relative;
    width: 100%;
    height: 100%;
}


.theatre_home_header .theatre_nav__middle > a:hover {
    color: #fff;
    text-decoration: none;
}

@media only screen and (min-width: 767px) {
    .theatre_home_header .theatre_nav__middle,
    .theatre_home__main .theatre_nav__middle {
        width: 50%;
    }
}

@media only screen and (min-width: 992px) {
    .theatre_home__video_control_btn {
        display: flex;
    }

    .theatre_home__main {
        padding: 0;
    }

    .theatre_home__main .theatre_section {
        display: block;
        min-height: auto;
    }

    .theatre_home__video {
        position: relative;
        top: unset;
        display: block;
        margin: 0 auto;
        transform: translateX(0);
       width: auto;
    }


    .theatre_home__main .theatre_nav__middle {
        position: fixed;
        bottom: 0;
        top: unset;
        transform: translateX(-50%);
        left: 50%;
        margin: 0;
    }

    .theatre_home__main {
        height: auto;
    }

    .theatre_home_header .theatre_nav {
        padding: 0 50px 0 0;
    }

    .theatre_home_header .theatre_nav__middle {
        position: relative;
        inset: auto;
        transform: translateX(0);
        width: 35%;
        height: 100%;
    }

    .theatre_home__main .theatre_nav__middle a {
        width: 40%;
    }

    .theatre_home_header .theatre_nav__middle > a:nth-child(2) {
        width: 49%;
    }

    .theatre_home_header .theatre_nav__middle > a {
        width: 50%;
    }

    .theatre_home_header .theatre_nav__middle > a:nth-child(1)::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 1px;
        opacity: 0.8;
        background-color: #fff;
        display: inline-block;

    }

    .theatre_home__main .theatre_nav__middle a:not(:last-child) {
        border-right: 1px solid #fff;
    }

    .theatre_home_header .theatre_nav__middle {
        width: 50%;
    }

    .theatre_home_header .theatre_nav__middle,
    .theatre_home__main .theatre_nav__middle {
        flex-direction: row;
        background-color: #7e0926;
        box-shadow: 0 3px 10px #444;
    }

    .theatre_home__main .theatre_nav__middle a,
    .theatre_home_header .theatre_nav__middle > a {
        display: inline-block;
        background-color: transparent;
    }

}

@media only screen and (min-width: 1700px) {
    .theatre_home_header .theatre_nav .theatre_nav__logo img {
        width: auto;
    }

    .theatre_home_header .theatre_nav__middle {
        width: 35%;
    }

    .theatre_home__main .theatre_nav__middle a,
    .theatre_home_header .theatre_nav__middle > a {
        font-size: 18px;
        line-height: 26px;
    }
}