@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap');

html {
    scroll-behavior: smooth;
    font-family: 'Roboto Condensed', sans-serif;
}

body {
    background-color: #E0DDCF;
    font-family: 'Roboto Condensed', sans-serif;
}

a {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 36px */
}

footer {
    padding-bottom: 100px;
    background-color: #474448;
}

th {
    width: 30%;
}

.mytitle {
    color: #181C25;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.125;
    text-align: center;
    margin-top: 20px;
}

.logo {
    width: 241px;
    height: 140px;
}

.center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-margin {
    width: 84%;
    margin: auto;
}

.navbar-background {
    width: 100%;
    height: 103px;
    position: absolute;
    background: #534B52;
}

.navbar-item {
    display: flex;
    background-color: transparent;
    height: 50px;
    margin: 26px 0;

}

.navbar-brand {
    margin-top: 10px;
}

.navbar-menu {
    background-color: transparent;
    height: 103px;
}

.navbar {
    background-color: transparent;
}

.contact {
    width: 84%;
    margin: auto;
    padding-top: 50px;
    color: white;
    font-size: 20px;
    display: flex;
}

.column {
    padding: 0.75rem 0;
}

.contact h1 {
    font-size: 30px;
    margin-bottom: 15px;
}

.contact h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.contact h4 {
    font-size: 15px;

}

.contentblock {
    margin-bottom: 100px;
}

.leftbox {
    width: 50%;
    display: block;
}

.rightbox {
    margin-top: 100px;
    width: 50%;
}

.navbar-center {
    display: flex;
    justify-content: space-evenly;
    align-items: stretch;
    flex-grow: 1;
    flex-shrink: 0;
    flex-direction: center;
}

.big-picture {
    margin-top: 25px;
    display: flex;
    width: 40%;
    align-items: center;
    margin: auto;
}

.big-picture img {
    padding: 2%;
    transition-duration: 1s;
}

.big-picture img:hover {
    transform: scale(1.03);
}

.events {
    color: #2D232E;
    font-size: xx-large;
    width: 84%;
    margin: 25px auto;
}

.event {
    width: 100%;
    background-color: white;
    height: 200px;
}

.info-box {
    width: 84%;
    display: flex;
    margin: 10px auto;
    justify-content: space-between;
    color: #000;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 37.5px */
    flex-wrap: wrap;
    align-items: center;
    padding: 68px 0;
}

.thankyou {
    color: black;
    font-size: 30px;
    text-align: center;
    margin-top: 200px;
    margin-bottom: 200px;
    display: none;
}

.info-box button:hover {
    background-color: #D7D3C1;
    color: #000;
}

.info-box button {
    font-size: 25px;
    color: #000;
    background-color: #E0DDCF;
    box-shadow: 1px 1px 2px 2px #2D232E;
}

.info-box button:disabled {
    font-size: 20px;
    color: #000;
    background-color: #F0EDDF;
    box-shadow: 1px 1px 2px 2px #2D232E;
    height: 50px;

}

a.navbar-item:hover {
    background-color: transparent;
}

nav.navbar .navbar-item:hover {
    background-color: #403A3F;
    border-radius: 5px;
}

.about-us {
    margin: 0 auto 80px;
    width: 84%;
    padding: 20px 0px;
    color: #2D232E;
    font-size: 20px;
}

.about-us h1 {
    font-size: 30px;
    margin-bottom: 10px;
}

.formwrapper {
    display: flex;
    justify-content: space-between;
    padding: 50px;
    padding-bottom: 120px;
}

.inputformwrapper {
    padding: 0 5% 0 5%;
    width: 50%;
}

.inputbox input {
    width: 100%;
    height: 38px;
    border-radius: 5px;
    border-color: transparent;
    margin: 15px 0;
}

.inputbox {
    color: #000;
    font-size: 20px;
}

.sceneformwrapper {
    width: 50%;
}

.submit {
    font-size: 20px;
    font-weight: bold;
    width: 100%;
    margin-top: 15px;
    border-radius: 10px;
    border-color: transparent;
    height: 38px;
    box-shadow: 2px 3px rgba(0, 0, 0, 0.26);
    cursor: pointer;
}

.submit:hover {
    background-color: #008000;
    box-shadow: 2px 3px #005C00;
}

.theater {
    margin-top: 50px;
    margin-bottom: 40px;
    display: flex;
    gap: 15px;
    justify-content: center;
    /* Center the grid horizontally */
    align-items: center;
    flex-direction: column;
}

.row-number-left {
    font-size: 20px;
    color: #000;
    text-align: center;
    width: 12px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}

.row-number-right {
    font-size: 20px;
    color: #000;
    text-align: center;
    width: 12px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}

.rowBox {
    gap: 2px;
    display: grid;
    grid-template-columns: repeat(var(--seats), 1fr);
}

.gost-seat {
    width: 12px;
    height: 12px;
}

.seat {
    position: relative;
    width: 30px;
    height: 30px;
    background-color: #ccc;
    border: 1px solid #000;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    /* Add cursor style to indicate clickable */
}

.seat.disabled {
    background-color: #aaa;
    pointer-events: none;
}

.seat.disabled::before {
    content: '✕';
    position: absolute;
    font-size: 20px;
    color: red;
    /* font: optional; */
}

.seat-number {
    font-size: 15px;
    color: #000;
}

.selected {
    background-color: green;
    /* Apply custom background color for chosen seats */
}

.occupied {
    background-color: red;
    /* Apply custom background color for occupied seats */
}

.scene {
    border: #000;
    background-color: white;
    border-style: solid;
    color: #000;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    width: 400px;
    margin: auto;
}

.small-picture {
    display: none;
}

@media (max-width: 1070px) {
    h1 {
        font-size: 20px;
    }

    footer {
        height: auto;
    }

    .formwrapper {
        display: flex;
        flex-flow: column;
        padding: 20px;
    }

    .big-picture {
        display: flex;
        margin: auto;
        margin-top: 50px;
        justify-content: center;
        flex-wrap: wrap;
        justify-content: center;
        gap: 5px;
    }

    .inputformwrapper {
        width: 100%;
        order: 2;
    }

    .info {
        margin-bottom: 7px;
    }

    .sceneformwrapper {
        width: 100%;
        order: 1;
    }

    .rightbox {
        margin-bottom: 50px;
    }

    .thankyou {
        font-size: 25px;
        padding: 0 10px;
        margin: 100px 0;
    }

    .about-us {
        font-size: 16px;
        padding: 20px;
        width: 100%;
    }

    .info-box {
        font-size: 18px;
        display: block;
    }

    .info-box button {
        font-size: 20px;
    }

    .event {
        height: 100%;
    }

    .navbar-brand {
        margin-top: 0;
    }

    .navbar-item {
        background-color: #534B52;
    }

    .navbar-brand img {
        margin: 6px 6px;
        width: 156px;
        height: 91px;
    }

    .main-margin {
        width: 100%;
        margin: 0;
    }

    .navbar-burger {
        color: white;
    }

    .navbar .navbar-burger {
        font-size: larger;
        height: auto;
    }

    .navbar-menu.is-active {
        background-color: #D7D3C1;
        padding: 0;
    }

    .navbar-center {
        display: block;
    }

    .navbar-item {
        margin: 0;
    }

    .seat {
        width: 18px;
        height: 18px;
    }

    .row-number-left {
        font-size: 15px;
    }

    .row-number-right {
        font-size: 15px;
    }

    .scene {
        width: 100%;
    }

    .formwrapper {
        padding-top: 10px;
    }

    .contact {
        display: block;
    }

    .contentblock {
        margin-bottom: 30px;
    }

    .leftbox {
        width: 100%;
    }

    .rightbox {
        margin-top: 50px;
        width: 100%;
        padding-bottom: 30px;
        margin-bottom: 0;
    }

}

@media (max-width: 450px) {
    .small-picture {
        display: flex;
        margin: auto;
        margin-top: 50px;
        justify-content: center;
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
        gap: 5px;
    }

    .small-picture img {
        width: 90%;
    }

    .big-picture {
        display: none;
    }
}