/* ============================================
   IMPORTS
   ============================================ */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Mouse+Memoirs&display=swap');

/* ============================================
   BASE / RESET STYLES
   ============================================ */
html,
body {
    padding: 0 !important;
    margin: 0 !important; 
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.container-fluid {
    padding-right: 0;
    padding-left: 0;
}

.row {
    margin: 0;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    padding-right: 0;
    padding-left: 0;
}

/* ============================================
   NAVIGATION
   ============================================ */
.navbar {
    height: 80px;
    padding: 0 1rem;
}

.navbar-collapse {
    height: 100% !important;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-toggler {
    border-color: rgba(255, 255, 255, .2);
}

.navbar {
    background-color: rgba(174, 9, 9, .88);
}

.navbar .navbar-nav {
    gap: 2rem;
    height: 100% !important;
}

.navbar .nav-item {
    display: flex;
    align-items: center;
}

.navbar .nav-link {
    color: #FFF;
    font-size: 1.25rem;
    font-weight: 600;
    text-transform: uppercase;
}

.navbar li:has(>.nav-link.active) {
    border-bottom: 2px solid #FFF;
}

/* ============================================
   SECTION BACKGROUNDS
   ============================================ */
#home {
    color: #B82727;
}

.bg-countdown {
    background: url('../images/bg_countdown.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

#invitation {
    background: #CB3131;
}

#agenda {
    background: url('../images/bg_agenda.jpg');
    color: #FFF;
}

#rikEscape {
    background: url('../images/bg_rik-escape.jpg');
}

#rikKoncert {
    background: url('../images/bg_rik-koncert.jpg');
}

#seatMap {
    background: url('../images/bg_seatmap.jpg');
}

#home,
#invitation,
#agenda,
#rikEscape,
#rikKoncert {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

/* ============================================
   FLIP CLOCK COMPONENT
   ============================================ */
.tick {
    font-weight: 700;
    line-height: 1.25;
}

.tick-label {
    font-size: .3em;
    text-transform: uppercase;
}

.tick-group {
    margin: 0 .1em;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .1em;
}

.tick-flip {
    width: 1.125em;
    border-radius: .125em;
    
}

.tick-flip-panel-front.tick-flip-panel {
    background-color: #D6475C;
    border-bottom: .025em solid rgba(0, 0, 0, .3);
    mask-image: radial-gradient(circle at 0 100%, transparent .08em, black 0),
                radial-gradient(circle at 100% 100%, transparent .08em, black 0);
    mask-composite: intersect;
    -webkit-mask-image: radial-gradient(circle at 0 100%, transparent .08em, black 0),
                        radial-gradient(circle at 100% 100%, transparent .08em, black 0);
    -webkit-mask-composite: source-in;
}

.tick-flip-panel-back.tick-flip-panel {
    background-color: #EF6171;
    border-top: .025em solid rgba(0, 0, 0, .3);
    background-image: linear-gradient(to bottom, #EF6171 calc(100% - .06em), #C1304C calc(100% - .06em));
    mask-image: radial-gradient(circle at 0 0%, transparent .08em, black 0),
                radial-gradient(circle at 100% 0%, transparent .08em, black 0);
    mask-composite: intersect;
    -webkit-mask-image: radial-gradient(circle at 0 0%, transparent .08em, black 0),
                        radial-gradient(circle at 100% 0%, transparent .08em, black 0);
    -webkit-mask-composite: source-in;
}

.tick-flip-spacer {
    font-weight: 700;
}

/* ============================================
   FOR YOU SECTION
   ============================================ */
#forYou .look-back {
    font-size: 1.5rem;
    text-align: justify;
}

#forYou h2,
#forYou h3 {
    font-weight: 700;
    text-transform: uppercase;
}

#forYou h2 {
    color: #982525;
    font-size: 3.625rem;
}

#forYou h3 {
    color: #AF0000;
    font-size: 2.25rem;
    font-style: italic;
}

/* ============================================
   INVITATION SECTION
   ============================================ */
#invitation {
    color: #FFF;
    font-size: 1.375rem;
    font-weight: 400;
    text-align: justify;
}

#invitation .box-item {
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

#invitation .program-info__title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #FFD700;
}

#invitation .program-info__item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: .75rem;
}

#invitation .program-info__item span {
    line-height: 1.5;
}

#invitation .invitation-closing {
    color: #FFD700;
    font-size: 2rem;
    font-weight: 700;
    font-style: italic;
}

/* ============================================
   AGENDA SECTION
   ============================================ */
#agenda {
    padding: 0;
    padding-top: 12%;
    padding-bottom: 12%;
}

#agenda .agenda-heading {
    color: #ffd94e;
    font-weight: 800;
    font-size: 3.25rem;
    letter-spacing: .05em;
}

#agenda .agenda-list {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

#agenda .agenda-list::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 25%;
    width: .4rem;
    background: linear-gradient(180deg, #fff 0%, #fff 88%, transparent 100%);
    display: none;
}

#agenda .agenda-entry {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

#agenda .agenda-entry::before {
    content: "";
    position: absolute;
    left: 25%;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: .75rem solid transparent;
    border-bottom: .75rem solid transparent;
    border-left: 1.25rem solid #fff;
    filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0.12));
    display: none;
}

#agenda .agenda-time {
    color: #f8f8f8;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: .015em;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.35);
}

#agenda .agenda-card {
    position: relative;
    background: #fff;
    color: #0f2e5a;
    border-radius: 1rem;
    padding: 1rem 2rem;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

#agenda .agenda-card h3 {
    font-size: 1.75rem;
    font-weight: 800;
    margin-bottom: .35rem;
    text-transform: uppercase;
}

#agenda .agenda-card p,
#agenda .agenda-card ul {
    font-size: 1.75rem;
    font-weight: 700;
    color: #151515;
}

#agenda .agenda-card ul {
    padding-left: 1.25rem;
    margin-bottom: 0;
}

#agenda .agenda-card ul li {
    list-style: disc;
}

#agenda .agenda-card__content {
    display: flex;
    flex-direction: column;
    gap: .35rem;
}

/* ============================================
   RIK ESCAPE SECTION
   ============================================ */
#rikEscape .rik-escape__text-info {
    color: #000;
    font-size: 1.3125rem;
    font-weight: 500;
    text-align: justify;
}

#rikEscape .rik-escape__text-info .red {
    color: #DE001B;
}

#rikEscape .btn-register {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    background: linear-gradient(to top, #E90502 0%, #FF7D27 100%);
    border: none;
    border-radius: 1rem;
    padding: 1rem 3rem;
}

#rikEscape .btn-register a {
    color: #fff;
}

#rikEscape .rik-escape-ornament {
    position: absolute;
    z-index: 1;
    width: 15rem;
    object-fit: contain;
    pointer-events: none;
}

#rikEscape .rik-escape-ornament--left {
    left: -10%;
    top: -55%;
}

#rikEscape .rik-escape-ornament--right {
    right: -10%;
    top: -95%;
}

#rikEscape .rik-escape-station {
    background: #FFF;
    border-radius: 1.25rem;
    margin: .5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    height: calc(100% - 1rem);
}

#rikEscape .rik-escape-station__title {
    color: #FFF;
    font-size: 1.125rem;
    font-weight: 800;
    text-align: center;
    padding: .85rem 0;
    border-top-left-radius: .75rem;
    border-top-right-radius: .75rem;
}

#rikEscape .rik-escape-station__list {
    margin: 0 .5rem 1rem .5rem;
    padding-left: 1.1rem;
}

#rikEscape .rik-escape-station__reward {
    font-size: 1.5rem;
    font-weight: 500;
}

/* ============================================
   RIK KONCERT SECTION
   ============================================ */
#rikKoncert .rik-koncert__text-info {
    color: #FFF;
    font-size: 1.75rem;
    font-weight: 500;
}

#rikKoncert .rik-koncert__text-info ul {
    padding-left: 1.25rem;
    margin-bottom: 0;
}

#rikKoncert .rik-koncert__card {
    width: 90%;
    position: relative;
}

#rikKoncert .rik-koncert__card img {
    aspect-ratio: 1 / 1.6;
}

#rikKoncert .rik-koncert__card-content {
    position: absolute;
    top: 8%;
    bottom: 8%;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 1.5rem);
    padding: .75rem;
}

#rikKoncert .rik-koncert__title-register {
    color: #FFD94E;
    font-family: 'Anton', sans-serif;
    font-size: 2.6rem;
    text-align: center;
    text-transform: uppercase;
}

#rikKoncert .rik-koncert__card-content ul {
    color: #FFF;
    font-size: 1.5rem;
    font-weight: 600;
    list-style: "- ";
    padding: 0 1.5rem;
}

#rikKoncert .rik-koncert__title-order {
    color: #AD001A;
    font-family: 'Mouse Memoirs', sans-serif;
    font-size: 3.2rem;
    text-align: center;
    text-transform: uppercase;
}

#rikKoncert .rik-koncert__card-content p {
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
}

#rikKoncert .btn-register,
#rikKoncert .btn-order {
    color: #FFD94E;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    background: linear-gradient(to top, #E90502 0%, #FF7D27 100%);
    border: 3px solid #07A880;
    border-radius: 1rem;
    padding: .25rem 1rem;
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

#rikKoncert .btn-order {
    color: #FFF;
}

#rikKoncert .btn-register a,
#rikKoncert .btn-order a {
    color: #FFD94E;
}

/* ============================================
   SEATING CHART SECTION
   ============================================ */
#seatMap h3 {
    color: #AD001A;
    font-size: 4.375rem;
    font-weight: 700;
    
}

#seatMap .nav-tabs {
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}

#seatMap .nav-tabs .nav-item {
    margin: 0 0.5rem;
}

#seatMap .nav-tabs .nav-link {
    color: #FFF;
    font-size: 1.5rem;
    font-weight: 600;
    padding: 0.75rem 2rem;
    border: 2px solid transparent;
    border-radius: 0.5rem 0.5rem 0 0;
    background-color: transparent;
    transition: all 0.3s ease;
}

#seatMap .nav-tabs .nav-link {
    color: #5B5B5B;
    font-size: 2.5rem;
    font-weight: 700;
}

#seatMap .nav-tabs .nav-link.active {
    color: #AD001A;
}

#seatMap .tab-content {
    margin-top: 2rem;
}

/* ============================================
   FOOTER
   ============================================ */
footer {
    background-image: linear-gradient(to right, #5F0101 0%, #A30000 100%);
    color: #FCFCFC;
}

footer .slogan {
    font-size: 2rem;
    font-weight: 700;
}

footer .contact {
    font-size: 1.5rem;
    font-weight: 400;
}

footer a,
footer a:hover {
    color: #FCFCFC;
}

/* ============================================
   MEDIA QUERIES
   ============================================ */
@media (min-width: 1600px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1500px;
    }
}

@media (max-width: 1440px) {
    html,
    body {
        font-size: 15px;
    }
}

@media (max-width: 1200px) {
    .navbar {
        height: auto !important;
    }

    #rikEscape .rik-escape-ornament--left,
    #rikEscape .rik-escape-ornament--right {
        display: none;
    }
}

@media (max-width: 1024px) {
    html,
    body {
        font-size: 14px;
    }
}

@media (max-width: 992px) {
    #agenda .agenda-heading {
        font-size: 2.5rem;
    }
}

@media (min-width: 992px) {
    #agenda .agenda-list {
        gap: 1.75rem;
    }

    #agenda .agenda-list::before,
    #agenda .agenda-entry::before {
        display: block;
    }

    #agenda .agenda-entry {
        flex-direction: row;
        align-items: center;
    }

    #agenda .agenda-time {
        flex: 0 0 25%;
        text-align: right;
        padding-right: 1.5rem;
    }

    #agenda .agenda-card {
        flex: 1;
        margin-left: 1.5rem;
    }
}

@media (max-width: 768px) {
    html,
    body {
        font-size: 13px;
    }

    #agenda .agenda-card {
        padding: 1.25rem 1.25rem 1.25rem 1.75rem;
    }

    #agenda .agenda-card::before {
        left: -1rem;
    }

    #seatMap h3 {
        font-size: 2.5rem;
    }
    
    #seatMap .nav-tabs .nav-link {
        font-size: 1.25rem;
        padding: 0.5rem 1.25rem;
    }
    
    #seatMap .nav-tabs .nav-item {
        margin: 0 0.25rem;
    }
}

@media (max-width: 576px) {
    html,
    body {
        font-size: 12px;
    }

    #agenda h2,
    #seatMap h2 {
        font-size: 3rem;
    }
}
