* {
    text-decoration: none;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

ul {
    list-style-type: none;
}

body {
    font-family: 'Red Hat Text', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    background: linear-gradient(to left, rgba(220, 100, 140, 0.9), rgba(15, 15, 120, 0.8), rgba(60, 20, 95, 0.9)), url(background.jpg);
}

.container {
    width: 85%;
    margin: auto;
    overflow: hidden;
    min-width: 576px;
}

header {
    top: 0px;
    width: 100%;
    height: 140px;
    display: block;
    background-color: rgb(220, 100, 140);
    border-bottom: rgb(60, 20, 90) 3px solid;
    min-height: 90px;
    z-index: 3;
}

.site-inner-header {
    width: 100%;
    height: 90px;
    display: block;
    margin: 0 auto;
}

.logo-container {
    height: 100%;
    display: table;
    margin: 0 auto;
}

.logo-container h1 {
    color: rgb(60, 20, 90);
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-decoration: none;
    font-size: 100px;
    font-weight: 900;
    font-family: 'Permanent Marker', cursive;
}

.highlight-1 {
    color: rgb(105, 35, 155);
}

.highlight-2 {
    font-weight: 900;
    font-size: 30px;
    text-transform: uppercase;
    color: rgb(255, 255, 50);
}

.logo-container img {
    width: 140px;
}

.nav-container {
    width: 100%;
    height: 100%;
    margin: auto;
    overflow: hidden;
    min-width: 576px;
}

nav {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: 60px;
    background-color: rgba(1, 1, 1, 0.8);
    z-index: 4;
}

nav ul {
    width: 768px;
    margin: 0 auto;
    width: 85%;
}

.nav-list {
    list-style: none;
    color: #fff8dc;
    height: 100%;
    display: table;
    float: left;
    width: 25%;
    padding: 10px 0;
    margin: 0 auto;
}

.nav-content {
    display: table-cell;
    height: 100%;
    color: #fff8dc;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    transition: 0.5s;
    text-align: center;
}

.nav-list:hover .nav-content,
.active {
    color: rgb(255, 255, 50);
    text-shadow: -2px -2px 0 rgb(60, 20, 90), 2px -2px 0 rgb(60, 20, 90), -2px 2px 0 rgb(60, 20, 90), 2px 2px 0 rgb(60, 20, 90), 3px 3px 0 #fff8dc, 4px 4px 0 #fff8dc, 5px 5px 0 #fff8dc, 6px 6px 0 #fff8dc;
    transform: scale(1.2);
}

.secondary-background {
    background-image: linear-gradient(90deg, rgba(220, 100, 140, 0.3) 0%, rgba(15, 15, 120, 0.3) 40%, rgba(60, 20, 90, 0.3) 100%), url(avengers-large.jpg);
}

#slogan {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    min-height: 100vh;
    padding: 20vw 0 5vw 0;
    transform-style: inherit;
    animation: slider 15s linear 1s infinite reverse both running;
}

.content-font {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 1px;
}

@keyframes slider {
    0% {
        background-image: linear-gradient(90deg, rgba(220, 100, 140, 0.3) 0%, rgba(15, 15, 120, 0.3) 40%, rgba(60, 20, 90, 0.3) 100%), url(avengers-large.jpg);
    }

    25% {
        background-image: linear-gradient(90deg, rgba(220, 100, 140, 0.3) 0%, rgba(15, 15, 120, 0.3) 40%, rgba(60, 20, 90, 0.3) 100%), url(top-end-wedding-large.jpg);
    }

    50% {
        background-image: linear-gradient(90deg, rgba(220, 100, 140, 0.3) 0%, rgba(15, 15, 120, 0.3) 40%, rgba(60, 20, 90, 0.3) 100%), url(dumbo-large.jpg);
    }

    75% {
        background-image: linear-gradient(90deg, rgba(220, 100, 140, 0.3) 0%, rgba(15, 15, 120, 0.3) 40%, rgba(60, 20, 90, 0.3) 100%), url(happy-prince-large.jpg)
    }

    100% {
        background-image: linear-gradient(90deg, rgba(220, 100, 140, 0.3) 0%, rgba(15, 15, 120, 0.3) 40%, rgba(60, 20, 90, 0.3) 100%), url(avengers-large.jpg);
    }
}

.slogan-content {
    text-align: center;
    padding: 10px;
    word-wrap: break-word;
    width: 50%;
    margin: auto;
    background-color: rgb(60, 20, 90);
    color: rgb(220, 100, 140);
    /* font-family  : 'Red Hat Text', sans-serif; */
    font-size: 26px;
    font-weight: 700;
}

.slogan-content h1 {
    font-size: 40px;
    line-height: 55px;
    font-weight: 900;
    color: rgb(255, 255, 50);
}

#prices {
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 90vh;
    background-image: url(prices-background.gif);
}

.prices-table {
    display: table;
    width: 90%;
    margin: 8% auto;
}

.prices-table-body {
    background: linear-gradient(to left, rgba(220, 100, 140, 0.9), rgba(15, 15, 120, 0.8), rgba(60, 20, 95, 0.9)), url(background.jpg);
    display: table-row-group;
}

.prices-table-body .prices-table-row:first-of-type .prices-table-cell {
    vertical-align: middle;
    padding: 20px 3%;
}

.prices-table-row {
    display: table-row;
    color: #fff8dc;
}

.prices-table-cell {
    display: table-cell;
    padding: 10px 10px;
    text-align: center;
    font-size: 18px;
}

.prices-table-cell #prices-table-line-break {
    display: block;
}

.prices-table-cell:first-child {
    text-align: left;
}

#prices-table-corner-top-left {
    border-radius: 10px 0 0 0;
    text-align: center;
}

#prices-table-corner-top-right {
    border-radius: 0 10px 0 0;
}

#prices-table-corner-bottom-left {
    border-radius: 0 0 0 10px;
}

#prices-table-corner-bottom-right {
    border-radius: 0 0 10px 0;
}

.prices-table-row:first-child .prices-table-cell {
    background: rgba(50, 20, 80, 0.6);
    color: rgb(245, 245, 245);
    font-weight: 700;
    font-size: 20px;
}

.prices-table-row:nth-child(2n+3) {
    background-color: rgba(245, 245, 245, 0.2);
}

.prices-table-row:nth-child(2n+2) {
    background-color: rgba(255, 255, 255, 0.2);
}

.prices-table-row:nth-child(2n+2):hover {
    background-color: rgba(255, 255, 255, 0.3);
}

.prices-table-row:nth-child(2n+3):hover {
    background-color: rgba(245, 245, 245, 0.3);
}

#movie-boxes {
    text-align: center;
    margin: 0 auto;
}

#synopsis {
    text-align: center;
    margin: 0 auto;
}

.movie-box {
    width: 450px;
    max-width: 450px;
    min-height: 530px;
    margin: auto 0.2vw 1vh;
    background: rgba(60, 20, 95, 0.8);
    color: #fff8dc;
    display: inline-block;
    border-radius: 5px;
    border: 1.5px solid rgba(45, 15, 70, 0.9);
    box-shadow: 1.5px 1.5px 0px rgba(43, 14, 70, 0.9);
}

.movie-box h3,
.synopsis-box h3 {
    font-size: 30px;
    color: rgb(255, 255, 100);
}

.synopsis-box {
    width: 900px;
    max-width: 900px;
    padding-bottom: 8px;
    margin: auto 0.2vw 1vh;
    background: rgba(60, 20, 95, 0.8);
    color: #fff8dc;
    display: inline-block;
    border-radius: 5px;
    border: 1.5px solid rgba(45, 15, 70, 0.9);
    box-shadow: 1.5px 1.5px 0px rgba(43, 14, 70, 0.9);
}

#synopsisACT,
#synopsisRMC,
#synopsisANM,
#synopsisAHF,
#bookingForm {
    display: none;
}

.close-btn {
    display: inline;
}

.synopsis-box h3 {
    text-align: left;
    width: 450px;
    margin: 0 auto 0 20px;
    padding: 3px;
}

.synopsis-box span {
    display: inline-block;
    width: 365px;
    vertical-align: middle;
}

.synopsis-box div h3 img {
    display: inline-block;
    vertical-align: middle;
    width: 45px;
    height: 45px;
}

.movie-box-row {
    display: flex;
}

.synopsis-box-row {
    display: flex;
}

.synopsis-booking-row {
    display: flex;
}

.movie-box-column-1 {
    width: 265px;
    min-width: 265px;
    max-width: 265px;
    flex: 0 0 265px;
    padding: 5px;
}

.synopsis-box-column-1 {
    width: 350px;
    min-width: 350px;
    max-width: 350px;
    flex: 0 0 350px;
    padding: 5px;
    word-wrap: break-word;
}

.synopsis-booking-column-1 {
    width: 135px;
    min-width: 135px;
    max-width: 135px;
    flex: 0 0 135px;
    padding: 5px 0px 5px 5px;
    word-wrap: break-word;
}

.synopsis-booking-column-2 {
    width: 755px;
    min-width: 755px;
    max-width: 755px;
    flex: 0 0 755px;
    padding: 5px 0px 5px 5px;
}

.synopsis-box-column-2 {
    width: 530px;
    min-width: 530px;
    max-width: 530px;
    flex: 0 0 530px;
    padding: 5px;
}

.synopsis-plot {
    text-align: left;
}

.synopsis-plot span {
    font-size: 16px;
    line-height: 1.1em;
    text-align: justify;
    font-weight: 300px;
}

.synopsis-plot-author {
    text-align: right;
}

.synopsis-plot-author a {
    color: rgb(190, 70, 110);
}

.synopsis-plot-author a:hover {
    color: rgb(220, 100, 140);
    text-decoration: underline;
}

.synopsis-trailer iframe {
    width: 500px;
    height: 315px;
    border: 2px solid rgba(45, 15, 70, 0.9);
    box-shadow: 1.5px 1.5px 0px rgba(43, 14, 70, 0.9);
    border-radius: 10px;
}

.synopsis-plot-description {
    color: rgb(220, 100, 140);
    font-weight: 700;
    text-align: left;
    text-transform: capitalize;
    padding: 10px 0;
}

.movie-box-column-2 {
    width: 165px;
    min-width: 165px;
    max-width: 165px;
    flex: 0 0 165px;
    padding: 5px;
}

.movie-main img {
    width: 262px;
    height: 365px;
}

.movie-main button,
.form-control-btn {
    cursor: pointer;
    width: 258px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    border: rgb(220, 100, 140);
    padding: 20px 80px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    color: rgb(1, 1, 1);
    box-shadow: 0 0 20px rgba(1, 1, 1, 0.3);
    border-radius: 5px;
    background: rgb(220, 100, 140);
    font-weight: 700;
    font-size: 14px;
}

.movie-box h3 {
    text-align: center;
    padding: 3px;
}

.movie-main button:hover,
.movie-main button:focus,
.form-control-btn:hover,
.form-control-btn:focus {
    background-color: rgb(241, 158, 183);
    color: rgb(60, 20, 90);
    box-shadow: 0 0 20px rgba(1, 1, 1, 0.5);
}

.movie-main button:active,
.synopsis-booking-movie-info:active,
.form-control-btn:active {
    transform: translateY(4px);
}

.movie-btn-content {
    font-size: 18px;
}

.movie-main button:hover .movie-btn-content,
.movie-main button:focus .movie-btn-content {
    display: inline-block;
    transform: scale(1.2);
}

.movie-main img {
    border: 1.5px solid rgba(45, 15, 70, 0.9);
}

.movie-info {
    margin: 10px auto;
    padding: 2px 8px;
    text-transform: uppercase;
    text-align: center;
}

.movie-date {
    font-size: 18px;
    font-weight: 700;
}

.movie-info-list {
    margin: 3vh 0 0 0;
}

.movie-time-btn {
    float: right;
    background: rgb(220, 100, 140);
    padding: 1%;
    border-radius: 5px;
    text-align: center;
    width: 75px;
    border: 0;
    cursor: pointer;
    text-transform: uppercase;
    transition: 0.5s;
    color: rgb(1, 1, 1);
    box-shadow: 0 0 20px rgba(1, 1, 1, 0.3);
    font-weight: 700;
    font-size: 14px;
}

.movie-time-text {
    float: right;
    padding: 3px;
    border-radius: 5px;
    text-align: center;
    width: 75px;
    border: rgb(255, 255, 100) dashed 1px;
    text-transform: uppercase;
    color: rgb(255, 255, 100);
    font-weight: 700;
    font-size: 16px;
}

.disabled-text {
    display: none;
}

.synopsis-booking-movie-info {
    float: left;
    padding: 1px 1px;
    margin: 1px;
    background: rgb(220, 100, 140);
    border-radius: 5px;
    cursor: pointer;
    text-transform: uppercase;
    transition: 0.5s;
    color: rgb(1, 1, 1);
    box-shadow: 0 0 20px rgba(1, 1, 1, 0.3);
    font-weight: 700;
    font-size: 14px;
}

.synopsis-booking-movie-info span {
    text-align: center;
    width: 100px;
}

.synopsis-booking-movie-info span span {
    display: block;
    width: 100px;
}

.synopsis-booking-movie-info:hover {
    background-color: rgb(240, 160, 180);
    color: rgb(60, 20, 90);
}

.movie-time-btn:hover {
    background-color: rgb(240, 160, 180);
    color: rgb(60, 20, 90);
}

.disabled-btn {
    cursor: not-allowed;
    background-color: rgb(205, 205, 205);
    color: rgb(100, 100, 100);
    display: none;
}

.disabled-btn:hover {
    background-color: rgb(205, 205, 205);
    color: rgb(100, 100, 100);
}

.div.movie-rating {
    width: 165px;
    margin: auto;
}

.movie-rating img {
    width: 45px;
    height: 45px;
}

footer {
    background-color: rgb(220, 100, 140);
    border-top: rgb(60, 20, 90) 3px solid;
    bottom: 0px;
    width: 100%;
}

.contact-info {
    width: 640px;
    height: 100%;
    display: block;
    margin: 15px auto;
    color: #fff8dc;
}

.contact-info p span {
    display: inline-block;
    vertical-align: middle;
}

.contact-info p img {
    display: inline-block;
    width: 25px;
    height: 40px;
    vertical-align: middle;
    padding: 0 10px;
    margin: 5px;
    background-color: #fff8dc30;
    border-radius: 50%;
}

.contact-info-column {
    display: inline-block;
}

.contact-info a {
    color: rgb(60, 20, 90);
}

.contact-info a:hover {
    color: rgb(105, 35, 155);
    text-decoration: underline;
}

.contact-field {
    font-weight: 700;
    color: rgb(60, 20, 90);
}

.copy-right {
    background-color: rgb(190, 70, 110);
    color: #fff8dc;
    text-align: center;
    padding-bottom: 2px;
}

a.anchor {
    display: block;
    position: relative;
    top: -60px;
    visibility: hidden;
}

h2 {
    overflow: hidden;
    text-align: center;
    font-size: 45px;
    font-weight: 900;
    color: rgb(255, 255, 50);
    text-shadow: -2px -2px 0 rgb(60, 20, 90), 2px -2px 0 rgb(60, 20, 90), -2px 2px 0 rgb(60, 20, 90), 2px 2px 0 rgb(60, 20, 90), 3px 3px 0 #fff8dc, 4px 4px 0 #fff8dc, 5px 5px 0 #fff8dc, 6px 6px 0 #fff8dc;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-top: 25px;
    margin-bottom: 25px;
}

h2:before,
h2:after {
    background-color: rgb(255, 255, 255);
    content: "";
    display: inline-block;
    height: 3px;
    position: relative;
    vertical-align: middle;
    width: 50%;
    z-index: 1;
}

h2:before {
    right: 0.5em;
    margin-left: -50%;
}

h2:after {
    left: 0.5em;
    margin-right: -50%;
}

.flex-container {
    text-align: center;
    margin: 25px 0px;
}

.flex-container .box-content {
    width: 430px;
    text-align: left;
    line-height: 25px;
    font-size: 15px;
    display: inline-block;
    color: #fff8dc;
    vertical-align: middle;
    font-size: 20px;
    font-weight: 300px;
}

.flex-container .box-content div div {
    margin: 10px 0 0 0;
    color: rgb(255, 255, 100);
    font-weight: 500;
}

.flex-container .box-img {
    width: 670px;
    text-align: center;
    display: inline-block;
    margin: 10px auto;
}

.flex-container .box-content h3 {
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
    text-align: center;
    padding: 0 0 2px;
    margin: 0 auto 10px;
}

.flex-container .box-content .header-of-section {
    font-size: 35px;
    font-weight: 700;
}

.flex-container .box-content .cross-word {
    font-size: 30px;
    font-weight: 700;
    text-decoration: line-through;
    text-decoration-style: wavy;
    text-decoration-color: rgb(220, 100, 140);
}

.flex-container .box-img img {
    width: 630px;
    height: 400px;
    border-radius: 30px;
    vertical-align: middle;
    box-shadow: 3px 5px 18px rgba(136, 136, 136, 0.7);
    border: 1px solid #ddd;
    padding: 5px;
    opacity: 0.9;
}

.title-box-1 {
    width: 220px;
    border-bottom: #fff8dc 3px solid;
}

.title-box-2 {
    width: 390px;
    border-bottom: #fff8dc 3px solid;
}

.notepaper {
    position: relative;
    margin: 30px auto;
    padding: 29px 20px 20px 35px;
    width: 290px;
    line-height: 25px;
    color: #6a5f49;
    text-shadow: 0 1px 1px #fff8dc;
    background-color: #f2f6c1;
    background-image: -webkit-radial-gradient(center, cover, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.1) 90%), -webkit-repeating-linear-gradient(top, transparent 0%, transparent 29px, rgba(239, 207, 173, 0.7) 29px, rgba(239, 207, 173, 0.7) 30px);
    background-image: -moz-radial-gradient(center, cover, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.1) 90%), -moz-repeating-linear-gradient(top, transparent 0%, transparent 29px, rgba(239, 207, 173, 0.7) 29px, rgba(239, 207, 173, 0.7) 30px);
    background-image: -o-radial-gradient(center, cover, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.1) 90%), -o-repeating-linear-gradient(top, transparent 0%, transparent 29px, rgba(239, 207, 173, 0.7) 29px, rgba(239, 207, 173, 0.7) 30px);
    border: 1px solid #c3baaa;
    border-color: rgba(195, 186, 170, 0.9);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), inset 0 0 5px #d8e071, 0 0 1px rgba(0, 0, 0, 0.1), 0 2px rgba(0, 0, 0, 0.02);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), inset 0 0 5px #d8e071, 0 0 1px rgba(0, 0, 0, 0.1), 0 2px rgba(0, 0, 0, 0.02);
}

.notepaper:before,
.notepaper:after {
    content: '  ';
    position: absolute;
    top: 0;
    bottom: 0;
}

.notepaper:before {
    left: 28px;
    width: 5px;
    border: solid #efcfad;
    border-color: rgba(240, 210, 170, 0.9);
    border-width: 0 1px;
}

.notepaper:after {
    z-index: -1;
    left: 0;
    right: 0;
    background: rgba(240, 250, 190, 0.9);
    border: 1px solid rgba(170, 160, 135, 0.7);
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    transform: rotate(2deg);
}

.quote {
    font-family: Georgia, serif;
    font-size: 15px;
}

.curly-quotes:before,
.curly-quotes:after {
    display: inline-block;
    vertical-align: top;
    height: 30px;
    line-height: 48px;
    font-size: 50px;
    opacity: .2;
}

.curly-quotes:before {
    content: '\201C';
    margin-right: 4px;
    margin-left: -8px;
}

.curly-quotes:after {
    content: '\201D';
    margin-left: 4px;
    margin-right: -8px;
}

.quote-by {
    display: block;
    padding-right: 10px;
    text-align: right;
    font-size: 13px;
    font-style: italic;
    color: rgb(130, 120, 90);
}

.lt-ie8 .notepaper {
    padding: 15px 25px;
}

.seat .seat-title {
    width: 450px;
    margin: 55px auto 15px auto;
    padding: 0 50px;
    text-align: center;
    color: #fff8dc;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 40px;
}

.flex-container .image-list {
    line-height: 1.5em;
    list-style-image: url(star.svg) !important;
}

.flex-container ul {
    padding: 0 10px;
}

.highlight-4 {
    color: rgb(255, 255, 50);
    font-weight: 900;
}

.highlight-5 {
    color: rgb(255, 255, 100);
    font-weight: 500;
}

.dolby-content {
    color: #fff8dc;
}

.dolby-content h3 {
    margin: 55px auto 15px auto;
}

.dolby-content p {
    margin: 25px auto 15px auto;
}

.dolby-content h3,
.dolby-content h4 {
    text-align: center;
}

.few-word {
    margin: 0 auto;
    width: 700px;
    font-size: 20px;
    font-weight: 400;
}

.content-title-1 {
    color: #fff8dc;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 35px;
}

.content-title-2 {
    color: #fff8dc;
    display: block;
    font-weight: 500;
    font-size: 30px;
}

.dolby-container {
    text-align: center;
}

.dolby-container .dolby-box {
    width: 520px;
    text-align: left;
    line-height: 25px;
    font-size: 15px;
    display: inline-block;
    color: #fff8dc;
    vertical-align: middle;
    text-align: center;
    margin: 25px auto 15px auto;
}

.dolby-container .dolby-box img {
    width: 490px;
    height: 380px;
    border-radius: 15px;
    vertical-align: middle;
    box-shadow: 3px 5px 18px rgba(136, 136, 136, 0.7);
    border: 1px solid #ddd;
    padding: 5px;
}

.dolby-container .dolby-box p {
    font-weight: 100;
    font-size: 15px;
}

div.caption {
    text-align: center;
    padding: 10px 20px;
}

.motto {
    display: block;
}

.flex-container .box-img-author img {
    border-radius: 50%;
    width: 250px;
    height: 250px;
}

.pannel-container {
    background-image: url(DolbySound.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 465px;
    max-width: 1100px;
    height: 465px;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    border-radius: 5px;
    box-shadow: 1px 5px 10px 2px #11111199;
}

.pannel-content {
    color: #ffffff;
    font-size: 32px;
    line-height: 37px;
    padding: 150px 0px 0px 20px;
    margin: 0 auto 0 0;
    width: 480px;
}

.pannel-content span:first-of-type {
    display: block;
    color: rgb(255, 255, 50);
    font-weight: 700;
}

.highlight-3 {
    font-weight: 900;
    color: rgb(220, 100, 140);
}

@media (max-width: 1340px) {
    #reverse-container {
        transform: rotate(180deg);
    }

    #reverse-container>div {
        margin: 0 auto;
        transform: rotate(-180deg);
    }
}

/* A3 form box */

form {
    max-width: 800px;
    margin: 10px auto;
    background: rgba(60, 20, 95, 0.8);
    color: #fff8dc;
    border-radius: 5px;
    border: 1.5px solid rgba(45, 15, 70, 0.9);
    box-shadow: 1.5px 1.5px 0px rgba(43, 14, 70, 0.9);
}

form h3 {
    font-size: 30px;
    color: rgb(255, 255, 100);
    text-align: left;
    margin: 10px;
}

.row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.column {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
}

fieldset {
    margin: auto auto 15px auto;
    padding: 10px 15px 10px 10px;
    border-color: #fff8dc;
}

legend {
    padding: 0 10px;
    margin: auto auto auto 0;
}

.form-total-box {
    margin: auto;
    margin-bottom: 10px;
    align-items: flex-end;
}

.form-total-box span {
    border: white 1px dashed;
    border-radius: 5px;
    vertical-align: middle;
    width: 150px;
    height: 25px;
    margin: auto auto auto 10px;
    display: inline-block;
    text-align: right;
    padding: 0 10px;
}

select {
    font-size: 16px;
    font-weight: 700;
    color: black;
    padding: .2em 1.4em .1em .8em;
    margin: auto auto auto 5px;
    box-shadow: 0 1px 0 1px rgba(0, 0, 0, .04);
    border: transparent;
    border-radius: 5px;
    background: rgb(220, 100, 140);
}

.form-control {
    font-size: 16px;
    font-weight: 700;
    color: black;
    border-radius: 5px;
    padding: 2px 10px;
    margin: 5px auto 5px 5px;
}

select:hover,
select:focus {
    background-color: rgb(240, 160, 180);
    color: rgb(60, 20, 90);
}

select option {
    font-weight: normal;
}

.form-total-label {
    display: inline-block;
}

.form-total-display {
    display: inline-block;
}

.form-group {
    text-align: right;
    font-size: 20px;
    margin: auto;
}

.w1 {
    width: 320px;
}

.w2 {
    width: 360px;
}

.form-btn-container {
    margin: 10px auto 15px auto;
}

.form-container {
    margin: auto;
}

@media screen and (min-width: 768px) {
    .column {
        flex: 1
    }
}

.form-error {
    font-size: 12px;
    color: salmon;
}

.seatsForm option {
    min-width: 131px;
}

.code-section {
    font-size: 12px;
    background-color: rgb(234, 246, 246);
}

.data-section {
    background-color: rgb(251, 253, 253);
}

table.tree tr>th {
    background-color: #f5ebe1;
}

table.tree tr:nth-child(2n)>th {
    background-color: #e2d9d0;
}

table.tree tr>td {
    background-color: #fbfff4;
}

table.tree tr:nth-child(2n)>td {
    background-color: #f1f7e7;
}

.data-table {
    border-collapse: collapse;
    border: 1px solid #333;
}

.data-table td,
.data-table th {
    border: 1px solid #999;
    padding: 5px 10px;
    border-collapse: collapse;
    text-align: left;
}

.data-section,
.code-section {
   padding: 20px;
}