:root{--brand-color: #dc2626;--brand-color-light1: #ef4444;--brand-color-light2: #fee2e2;--brand-color-dark1: #7f1d1d;--brand-color-dark2: #450a0a;--background-color: #000;--danger-color: rgba(220, 38, 38, .9);--success-color: rgba(16, 185, 129, .9)}*,*:after,*:before{padding:0;margin:0;box-sizing:border-box;color:#fef2f2}html{font-size:62.5%;overflow-x:hidden;scroll-behavior:smooth}body{font-family:Roboto,sans-serif;line-height:1.6;background-color:#000}*::-webkit-scrollbar{width:4px}*::-webkit-scrollbar-thumb{background:#333}.flex-h-center{display:flex;justify-content:center;align-items:center}.flex-v-center{display:flex;flex-direction:column;justify-content:center;align-items:center}.heading-primary{font-size:4.4rem;font-weight:700;margin-bottom:1.6rem}.heading-secondary{font-size:2.4rem;text-transform:uppercase;font-weight:700;margin-bottom:3.6rem}.heading-tertiary{font-size:1.8rem;text-transform:uppercase;font-weight:700;margin-bottom:1.6rem}.button{padding:.8rem 2.4rem;font-size:1.4rem;font-weight:700;border-radius:2rem;border:2px solid var(--brand-color-dark1);background:none;color:#fff;cursor:pointer;transition:all .3s}.button:hover{background-color:var(--brand-color-dark2)}.button:active{transform:scale(.96)}.button-cta,.button-selected{background-color:var(--brand-color)}#root{position:relative}.page-spinner{width:100vw;height:100vh;display:flex;justify-content:center;align-items:center;gap:1.6rem}@media screen and (max-width: 768px){body .heading-primary{font-size:3.6rem}body .heading-secondary{font-size:2rem}body .heading-tertiary{font-size:1.6rem}body .button{padding:.6rem 2rem;font-size:1.2rem}body .slider-button{width:4.4rem;height:4.4rem}body .contentCircle{width:12rem;height:12rem;padding:1.6rem;font-size:1.2rem}body .seat-button{width:2.4rem;height:2.4rem;font-size:1.2rem;display:flex;align-items:center;justify-content:center;border-radius:4px}body .nav-button-container{gap:.6rem}body .nav-logo{height:3.6rem}body .prevBooking-container{width:70%}}@media screen and (max-width: 480px){body .heading-primary{font-size:3rem}body .heading-secondary{font-size:1.8rem}body .heading-tertiary{font-size:1.4rem}body p{font-size:1.2rem!important}body .slider-button{width:3.6rem;height:3.6rem}body .contentCircle{width:10rem;height:10rem;padding:1.2rem;font-size:1rem}body .seat-row,body .seat-container{gap:.8rem}body .seat-button{width:2rem;height:2rem;font-size:1rem;display:flex;align-items:center;justify-content:center;border-radius:4px}body .nav-button-container{gap:.4rem;display:none}body .ham-button{display:inline-block}body .prevBooking-container{width:90%}}@media screen and (max-width: 350px){body .contentCircle{width:8rem;height:8rem;padding:1rem;font-size:.8rem}body .contectCircle-container,body .seat-row,body .seat-container{gap:.6rem}body .seat-button{width:1.6rem;height:1.6rem;font-size:.8rem;display:flex;align-items:center;justify-content:center;border-radius:4px}body .prevBooking-container{width:100%}}.spinner{width:24px;height:24px;border:3px solid var(--brand-color-dark2);border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
