@import url('reset.css');
@import url('fonts.css');
@import url('utility.css');
@import url('slider.css');

:root {
    --blue: #1039A3;
    --orange: #DB5B1B;
    --dark: #1C1C1C;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --breakpoint-xxl: 1400px;
    --font-family-sans-serif: 'BodyNeulis', Arial, sans-serif;
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-family: 'BodyNeulis', Arial, sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    scroll-behavior: smooth;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

body {
    margin: 0;
    font-family: 'BodyNeulis', Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    text-align: left;
    background: #1145B1;
    background: -webkit-linear-gradient(180deg, rgba(17, 69, 177, 1) 0%, rgba(13, 51, 131, 1) 100%);
    background: -moz-linear-gradient(180deg, rgba(17, 69, 177, 1) 0%, rgba(13, 51, 131, 1) 100%);
    background: linear-gradient(180deg, rgba(17, 69, 177, 1) 0%, rgba(13, 51, 131, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1145B1",
            endColorstr="#0D3383",
            GradientType=0);
    background-repeat: no-repeat;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'DelaGothicOne', Arial, sans-serif;
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}

.layer-background {
    position: absolute;
    top: 0;
    left: 116px;
    background: rgba(255, 255, 255, 0.6);
    filter: blur(180px);
}

.layer-animation {
    position: absolute;
    right: 0;
    background: rgba(255, 255, 255, 0.6);
    filter: blur(100px);
}

.container {
    max-width: 1440px;
    margin: 0 auto;
}

.header {
    background: rgba(16, 57, 163, 0.2);
    box-shadow: 0px 4px 50px rgba(255, 255, 255, 0.22);
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
}

.header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 24px 40px;
    max-width: 100% !important;
}

.header .logo img {
    height: 32px;
}

.header .right-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
}

.header .social-media ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
}

.header .location a {
    display: flex;
    align-items: center;
    gap: 8px;
    max-width: 160px;
    color: #fff;
    text-decoration: none;
    text-wrap: wrap;
}

.key-visual .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px;
    position: relative;
}

.btn-register {
    font-family: 'DelaGothicOne', Arial, sans-serif !important;
}

.key-visual .animation {
    position: absolute;
    top: 0;
    left: 30%;
}

.key-visual .visual img {
    max-width: 580px;
    border-radius: 20px;
}

section.tickets {
    margin-bottom: 40px;
    padding: 30px 60px;
}

.tickets .container {
    background: rgba(20, 49, 99, 0.8);
    backdrop-filter: blur(21.1286px);
    border-radius: 16px;
    padding: 40px;
    font-weight: 200;
}

.ticket-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin-bottom: 20px;
}

.ticket-title h2 {
    font-size: 40px;
}

i.icon.icon-ticket {
    width: 35px;
    height: 35px;
    margin-right: 10px;
}

.ticket-region {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.ticket-region ul {
    background: #0C2A64;
    padding: 10px;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
}
.ticket-region ul li {
    border-radius: 8px;
    padding: 5px 20px;
    color: #9DB1D7;
    cursor: pointer;
}

.ticket-region ul li.selected {
    background: #DB5B1B;
    color: #fff;
}

.ticket-carousel {
    margin-bottom: 20px;
}

.ticket-item {
    box-sizing: border-box;
    background: rgba(20, 49, 99, 0.8);
    box-shadow: 1px -1px 21px 4px rgba(255,255,255,0.23) inset;
    -webkit-box-shadow: 1px -1px 21px 4px rgba(255,255,255,0.23) inset;
    -moz-box-shadow: 1px -1px 21px 4px rgba(255,255,255,0.23) inset;
    border-radius: 8px;
    padding: 15px;
}

.ticket-terms {
    box-sizing: border-box;
    background: rgba(20, 49, 99, 0.8);
    box-shadow: 1px -1px 21px 4px rgba(255,255,255,0.23) inset;
    -webkit-box-shadow: 1px -1px 21px 4px rgba(255,255,255,0.23) inset;
    -moz-box-shadow: 1px -1px 21px 4px rgba(255,255,255,0.23) inset;
    border-radius: 8px;
    padding: 15px;
}

.ticket-terms b {
    font-weight: bold;
}

.ticket-terms ul {
    list-style: disc;
}

.ticket-terms ul li {
    margin-left: 15px;
}

.item-price ul li {
    display: flex;
    text-align: center;
    justify-content: space-between;
    vertical-align: middle;
    align-items: center;
}

.ticket-list {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.ticket-item .item-title {
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    padding: 15px 0;
    position: relative;
    margin-bottom: 15px;
    min-height: max-content;
}

.ticket-item .item-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 1px dashed #fff;
    opacity: 0.25;
}

.ticket-item .item-price {
    position: relative;
}

.autoheight {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: max-content;
    padding: 0 15px;
    box-sizing: border-box;
}

span.circle-left {
    background: rgb(19 51 111);
    width: 15px;
    height: 30px;
    position: absolute;
    left: -15px;
    top: -30px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

span.circle-right {
    background: rgb(19 51 111);
    width: 15px;
    height: 30px;
    position: absolute;
    right: -15px;
    top: -30px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.ticket-item small {
    font-size: 14px;
    opacity: 0.64;
}

.ticket-item li {
    padding: 0 10px;
    background: #fff;
    border-radius: 8px;
    color: #162D55;
    margin-bottom: 5px;
    font-weight: 500;
}

.ticket-item li strong {
    font-size: 24px;
    font-weight: bold;
}

.item-promo {
    background: #457DF1;
    border-radius: 8px;
    padding: 5px 15px;
}

.item-promo i.icon.icon-discount {
    width: 15px;
    height: 15px;
}

.item-promo strong {
    font-weight: bold;
}


@keyframes floatUpDown {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-30px);
    }

    100% {
        transform: translateY(0);
    }
}

.key-visual .cta h2 {
    font-size: 68px;
    line-height: 109%;
    margin-bottom: 15px;
}

.key-visual .cta p {
    margin-bottom: 30px;
}

.key-visual .cta i {
    margin-left: 10px;
}

.divider-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 0px;
}

.divider-line h2 {
    font-size: 32px;
    font-weight: 600;
    font-family: 'BodyNeulis', Arial, sans-serif !important;
}

.divider-style-01 {
    background: linear-gradient(90deg, rgba(16, 57, 163, 0.2) 0%, rgba(7, 17, 34, 0.2) 48.82%, rgba(16, 57, 163, 0.2) 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 4px 24px rgba(20, 49, 99, 0.15);
    backdrop-filter: blur(12px);
}

.divider-style-02 {
    background: linear-gradient(90deg, rgba(16, 57, 163, 0.2) 0%, rgba(255, 255, 255, 0.2) 49%, rgba(16, 57, 163, 0.2) 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 4px 24px rgba(20, 49, 99, 0.15);
    backdrop-filter: blur(12px);
}

.registration .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px;
    gap: 60px;
    position: relative;
}

.registration .register-form,
.key-visual .register-form {
    width: 640px;
    background: rgba(20, 49, 99, 0.8);
    backdrop-filter: blur(21.1286px);
    border-radius: 16px;
    padding: 30px;
    font-weight: 200;
}



.registration .register-form h3,
.key-visual .register-form h3 {
    font-size: 36px;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 20px;
    font-family: 'Neulis Neue', Arial, sans-serif;
}

.registration .register-form p,
.key-visual .register-form p {
    margin-bottom: 20px;
}

.registration .register-information .step-01 {
    font-size: 60px;
    line-height: 109%;
}

.registration .register-information .step-02 {
    font-size: 77px;
    line-height: 109%;
    font-family: 'DelaGothicOne', Arial, sans-serif !important;
}

.registration .animation {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.videos .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px;
}

.terms .container {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 40px;
}

.terms .container ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 16px;
    width: 100%;
}

.terms .container ul li {
    display: flex;
    flex-direction: column;
    padding: 16px;
    background: rgba(20, 49, 99, 0.8);
    backdrop-filter: blur(21.1286px);
    break-inside: avoid;

    background: linear-gradient(89.98deg, rgba(16, 57, 163, 0.2) 0.02%, rgba(7, 17, 34, 0.2) 99.9%);
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 4px 24px rgba(20, 49, 99, 0.15);
    backdrop-filter: blur(12px);
}

.footer {
    background: linear-gradient(90deg, #1B4286 0%, #103E9E 100%);
}

.footer .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 30px;
}

.footer .footer-logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 20px;
}

.footer .side-area {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 25px;
}

.footer .side-area>* {
    flex: 1 1 0;
}

.footer .side-area a {
    color: #fff;
    text-decoration: none;
}

.footer .side-area li {
    margin-bottom: 10px;
}

.footer .side-area li.footer-header,
.footer .side-area li:first-child {
    font-weight: bold;
}

footer {
    background-color: #1C1C1C;
    padding: 12px 0;
    text-align: center;
    position: relative;
}

.to-top {
    position: absolute;
    top: -30px;
    right: 10px;
}

.to-top a {
    padding: 10px;
    background: #DB5B1B;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    color: #fff;
    text-decoration: none;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
}

.to-top a:hover {
    box-shadow: 0px 4px 24px rgba(255, 253, 253, 0.25);
}

/* Modal Styles */
.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    overflow: auto;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

.modal.active {
    display: flex;
}

.modal .container {
    background: #fff;
    color: #222;
    border-radius: 12px;
    max-width: 600px;
    width: 100vw;
    max-height: 80vh;
    overflow-y: auto;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
    padding: 32px 24px 24px 24px;
    position: relative;
}

.modal .close-btn {
    position: absolute;
    top: 16px;
    right: 16px;
    background: none;
    border: none;
    font-size: 1.8rem;
    color: #222;
    cursor: pointer;
    z-index: 2;
}

#privacy #privacy-title {
    font-family: 'BodyNeulis', Arial, sans-serif;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
}

#privacy ol {
    list-style: decimal;
    margin-left: 10px;
    margin-bottom: 25px;
}

#privacy ul {
    list-style: disc;
}

#privacy .btn-privacy {
    width: 100%;
    font-family: 'BodyNeulis';
    border: unset;
}

ul.child-list {
    margin-left: 20px;
}

#privacy li {
    margin-bottom: 5px;
}

.privacy-content {
    margin-bottom: 20px;
}

.hamburger-menu {
    display: flex;
    align-items: center;
}

.menu-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: -webkit-linear-gradient(180deg, #3F66B9 0%, #254FA7 50%, #0C2D85 100%);
    background: -moz-linear-gradient(180deg, #3F66B9 0%, #254FA7 50%, #0C2D85 100%);
    background: linear-gradient(180deg, #3F66B9 0%, #254FA7 50%, #0C2D85 100%);
    z-index: 99999;
    overflow: hidden;
}

.menu-container {
    padding: 40px;
}

.close-menu {
    position: absolute;
    top: 30px;
    right: 36px;
}

.menu-mobile {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.menu-mobile .social-media ul {
    display: flex;
    gap: 16px;
    justify-content: space-between;
}

.menu-mobile .social-media img {
    width: 56px;
}

.menu-mobile .location a {
    display: flex;
    flex-direction: row;
    gap: 15px;
    justify-content: center;
    padding: 20px;
    border: 0.5px solid #fff;
    border-radius: 4px;
    align-items: center;
    color: #fff;
    text-decoration: none;
}

.menu-mobile .cta a {
    width: 100%;
    text-align: center;
}

.g-recaptcha {
    display: flex; justify-content: center; width: 100%;
}

/* Video Modal */
.video-modal {
    position: fixed;
    z-index: 9999;
    left: 0; top: 0;
    width: 100vw; height: 100vh;
    background: rgba(0,0,0,0.8);
    display: flex; align-items: center; justify-content: center;
}
.video-modal-content {
    position: relative;
    padding: 0;
    border-radius: 8px;
    box-shadow: 0 0 20px #000;
    display: flex; flex-direction: column; align-items: center;
}
.video-modal-close {
    position: absolute;
    top: -30px; right: -13px;
    font-size: 2rem;
    color: #fff;
    cursor: pointer;
    z-index: 2;
}
#videoPlayerContainer {
    width: 100%;
    max-width: 800px;
    min-height: 200px;
    display: flex; align-items: center; justify-content: center;
}
#videoPlayerContainer video {
    width: 100%; height: auto;
    border: none;
    border-radius: 8px;
    background: #000;
}

#videoPlayerContainer iframe {
    width: 60vw;
    height: 400px;
    border: none;
    border-radius: 8px;
    background: #000;
}


/* thank you page */

.thankyou-page {
    min-height: 100vh;
}

.thankyou-page .thankyou-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: calc(100vh - 144px);
    gap: 30px;
    padding: 0 20px;
}

.thankyou-icon {
    width: 120px;
    height: 120px;
    display: inline-block;
    vertical-align: middle;
}

.thankyou-container .highlight {
    padding: 20px;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 9.48416px;
}

.thankyou-email {
    color: #FFB996;
    font-weight: bold;;
}

.ticket-detail p {
    font-size: 18px;
    font-weight: bold;
}

.ticket-detail .ticket-code {
    font-size: 48px;
    font-weight: bold;
}

/* static page */
.static-page {
    min-height: 100vh;
}

.page-container {
    padding: 60px;
}

.page-body {
    background: rgba(20, 49, 99, 0.8);
    backdrop-filter: blur(21.1286px);
    border-radius: 16px;
    padding: 40px;
}

.page-title {
    text-align: center;
    margin-bottom: 20px;
}

/* jQuery Validation Error Styles */
.error-message {
    color: #ff5656;
    font-size: 0.875rem;
    margin-top: 0.25rem;
    display: block;
}

.form-group input.is-invalid,
.form-group select.is-invalid {
    color: #ff5656;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-group label input[type="checkbox"].is-invalid + span {
    color: #ff5656;
}

/* Style for reCAPTCHA error */
.recaptcha + .error-message {
    margin-top: 0.5rem;
}


/* lightbox */
.location-lightbox {
    position: fixed; top: 0; left: 0; width: 100vw; height: 100vh;
    background: rgba(0,0,0,0.8); z-index: 9999; display: flex; align-items: center; justify-content: center;
}
.lightbox-content { background: #fff; padding: 20px; border-radius: 8px; max-width: 90vw; max-height: 90vh; overflow: auto; position: relative; }
.close-lightbox { position: absolute; top: 0; right: 15px; font-size: 2rem; cursor: pointer; color: #DB5B1B; }
.lightbox-gallery img { max-width: 100%; margin: 10px auto; display: block; border-radius: 6px; }
.lightbox-map-link { text-align: center; margin-top: 20px; }
.lightbox-map-link img { height: 18px; vertical-align: middle;}
.main-image-container { text-align:center; }
.thumbnail-list img {
    width:70px; height:70px; object-fit:cover; border-radius:6px; cursor:pointer; border:2px solid #eee; transition:0.2s;
}
.thumbnail-list img.active { border-color:#007bff; }
#zoomModal { display:flex; }

@media (max-width: 600px) {
    #videoPlayerContainer iframe, #videoPlayerContainer video {
        height: 220px;
    }
}

@media (min-width: 993px) {
    .hamburger-menu { display: none; }
}

@media (max-width: 1400px) {}
@media (max-width: 1200px) {
    .layer-background {
        left: 96px;
    }

    .layer-animation {
        position: absolute;
        right: 0;
        background: rgba(255, 255, 255, 0.6);
        filter: blur(100px);
    }

    .container {
        max-width: 95%;
    }

    .footer .container {
        width: 90%;
    }

    .key-visual .animation {
        left: 30%;
    }
    .registration .animation {
        text-align: right;
    }

    .registration .animation img {
        width: 55%;
    }

    .registration .register-form,
    .key-visual .register-form {
        width: 70%;
    }

    .cta {
        width: 75%;
    }

    .registration .container .visual img {
        width: 480px;
    }

    .registration .animation {
        top: 15%;
    }
}

@media (max-width: 1024px) {
    .key-visual .visual img {
        width: 100%;
    }

    .registration .container .visual img {
        width: 100%;
    }

    .registration .register-information .step-01 {
        font-size: 54px;
    }

    .registration .register-information .step-02 {
        font-size: 64px;
    }

    .key-visual .animation {
        left: 26%;
    }
}


@media (max-width: 992px) {
    .layer-background {
        left: 0;
    }

    .layer-background img {
        width: 65%;
    }

    .header .right-side { display: none; }
    .key-visual .visual img {
        width: 100%;
    }

    .key-visual .cta h2 {
        font-size: 54px;
    }

    .key-visual .animation img {
        width: 75%;
    }

    .registration .register-form {
        width: 450px;
    }

    .registration .register-information .step-01 {
        font-size: 48px;
    }

    .registration .register-information .step-02 {
        font-size: 56px;
    }

    .registration .animation {
        top: 0;
        right: 0;
        transform: unset;
    }

    .cta {
        width: 65%;
    }

    .carousel-3d-slide {
        top: 15%;
    }
}

@media (max-width: 800px) {
    .registration .container {
        gap: 20px;
        padding: 30px;
        flex-direction: column-reverse;
    }

    .registration .register-form{
        padding: 20px;
    }

    .key-visual .register-form {
        width: 95%;
    }

    .footer .container {
        flex-direction: column;
        justify-content: center;
    }

    .footer .footer-logo {
        align-items: center;
        margin-bottom: 20px;;
    }

    .key-visual .container {
        flex-direction: column;
    }

    .cta {
        width: 100%;
        text-align: center; 
    }

    .cta .btn-register {
        display: none;
    }

    .key-visual .animation {
        left: -12px;
    }
}

@media (max-width: 768px) {
    .logo-3d {
        display: none;
    }

    .key-visual .cta a {
        width: 100%;
        text-align: center;
    }

    .key-visual .animation {
        display: none;
    }

    .registration .container {
        flex-direction: column-reverse;
    }

        .layer-background img {
        width: 40%;
    }

        .registration .register-form,
        .key-visual .register-form {
        width: 100%;
    }

        .registration .animation {
        text-align: left;
    }

        .registration .animation {
        left: 0;
        right: unset;
    }

    .key-visual .animation img {
        width: 100%;
    }

    .register-information {
        margin-left: 200px;
    }

    .layer-animation {
        display: none;
    }

    .registration .animation img {
        width: 100%;
    }

    .registration .animation {
        width: 30%;
    }

    .terms .container ul {
        display: grid;
        grid-template-rows: auto;
        gap: 16px;
        width: 100%;
    }

    .footer .container {
    flex-direction: column;
    align-items: center;
}

.modal.active {
    padding: 20px;
}

.footer .footer-logo {
    width: 100%;
    align-items: center;
    padding-top: 0;
}

#videoPlayerContainer iframe, #videoPlayerContainer video {
        width: 90% !important;
        height: 100% !important;
    }

    .video-modal-close {
    top: 5px;
    right: 25px;
}

section.tickets {
    padding: 30px 30px;
}

}

@media (max-width: 576px) {
    .registration .register-information .step-01 {
        font-size: 32px;
    }

    .registration .register-information .step-02 {
        font-size: 36px;
    }

    .register-information {
        margin-left: 120px;
    }

    .footer .side-area {
        flex-direction: column;
    }

        .footer .container {
        align-items: flex-start;
    }

    .overlay {
        padding: 10px 15px;
    }

    .overlay h2 {
        font-size: 14px;
    }

    .overlay p {
        font-size: 12px;
    }

    .ticket-region ul {
        padding: 5px;
    }

    .ticket-region ul li {
        text-align: center;
        font-size: 14px;
    }

}

@media (max-width: 480px) {
    .key-visual .container {
        padding: 20px;
    }
    
    .registration .container {
        padding: 20px;
    }

    section.tickets {
        padding: 15px;
    }

    .ticket-title h2 {
        font-size: 30px;
    }

    .tickets .container {
        padding: 10px;
    }

    .ticket-terms {
        font-size: 12px;
    }
}

@media (max-width: 393px) {
    .header .container {
        padding: 20px 10px;
    }

    .menu-container {
    padding: 20px 10px;
}

.close-menu {
    position: absolute;
    top: 20px;
    right: 10px;
}

.menu-mobile .location a {
    padding: 15px;
}

    .key-visual .cta h2 {
        font-size: 32px;
    }

    .key-visual .container,
    .terms .container,
    .footer .container,
    .videos .container,
    .registration .container {
        padding: 10px;
    }

    .key-visual .animation {
        bottom: 20%;
    }

    .register-information {
        margin-left: 80px;
    }

    .terms .container ul {
        grid-template-columns: auto;
    }

    .divider-line h2 {
        font-size: 24px;
    }

    .row {
        flex-direction: column;
    }

    .registration .register-form,
    .key-visual .register-form {
        padding: 15px;
    }
}

@media (max-width: 321px) {
    .register-information {
        margin-left: 0;
    }
 
    .registration .animation {
            top: 12%;
    left: unset;
    right: 0;
    }
}