nav {
    width: 100%;
    background-color: #0a73bb;
}

.navbar-toggler {
    border: none;
    color: white;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.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(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.header-logo {
    width: 100px;
}

.footer-logo {
    width: 70px;
    padding: 0.5rem 0;
}

.feature-title {
    margin-top: 4rem;
}

.features-wrapper {
    background-color: #0a73bb;
}

.features-wrapper * {
    color: white;
}

.feature {
    padding: 1rem 1rem;
}

.feature:first-of-type {
    padding-top: 6rem;
}

.feature-copy {
}

.feature-icon {
    position: absolute;
    font-size: 8em;
    transform: rotate(-10deg);
    left: 1rem;
    color: #ffffff29;
}

.welcome-wrapper {
    padding: 2.5rem 2rem;
    background: white;
}

.opening-table-wrapper {
    padding: 2.5rem 2rem 2.5rem 2rem;
}

.current-dates-table-wrapper {
    padding: 0 2rem 2.5rem 2rem;
}

.current-dates-table-wrapper hr {
    margin: 0;
}

.opening-table-row {
    padding: 0.25rem 0;
}

.footer {
    background-color: #000000;
    color: white;
    padding: 1rem 2.5rem;
    font-size: 0.9rem;
}

.footer a {
    color: #0a73bb;
}

.steps-to-image {
    width: 70%;
}

.step-to-icon-wrapper {
    height: 50px;
    width: 50px;
}

.steps-to-row {
    margin-bottom: 3rem;
}

.timeline-container {
    position: relative;
    max-width: 800px;
    margin: 50px auto;
}

/* Vertical line */
.timeline-container::before {
    content: '';
    position: absolute;
    left: 1.8rem;
    top: 0;
    height: 100%;
    width: 1vw;
    background: linear-gradient(to bottom, #0a73bb00, #ddd, #ddd, #ddd, #ddd, #ddd, #ddd, #ddd, #ddd, #0a73bb00);

}

.timeline-container::after {
    content: '';
    position: absolute;
    left: 1.8rem;
    top: 0;
    height: 100%;
    width: 1vw;
    background: linear-gradient(to bottom, #0a73bb00, #0a73bb, #0a73bb, #0a73bb, #0a73bb, #0a73bb, #0a73bb, #0a73bb, #0a73bb, #0a73bb00);
}

.color-overlay {
    background-color: #0a73bb;
    color: white;
    padding: 1rem;
    border-radius: 5px;
}

.timeline-section {
    position: relative;
    min-height: 70vh;
    margin-bottom: 50px;
}

.timeline-section:last-of-type {
    margin-bottom: 0;
    min-height: 10vh;
}

.timeline-icon {
    background-color: #0a73bb;
    border-radius: 30%;
    position: sticky;
    top: 20px;
    left: 0;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: white;
    z-index: 1;
}

.timeline-content {
    position: relative;
    padding: 0 1rem;
}

/* Responsive design */
@media (max-width: 768px) {

    .timeline-icon {
        width: 60px;
        height: 60px;
        font-size: 18px;
        top: 50vh;
    }

    .timeline-content {
    }
}

.main-padding {
    padding: 2.5rem;
}

.current-dates-table-row {
    padding: 0.1rem 0;
}

.btn-whatsapp, .btn-whatsapp:hover {
    position: relative;
    background-color: #25d366;
    color: white;
    overflow: hidden;
}

.btn-primary {
    background-color: #0a73bb;
    color: white;
}

.currently-open-wrapper {
    position: absolute;
    right: 1rem;
    margin-top: 3rem;
}

.currently-open {
    background-color: #fd0a0a;
    color: #ffffff;
    padding: 0.3rem;
    border-radius: 5px;
    width: max-content;
    transform: rotate(10deg);
}

.today-closed {
    color: #8696a1;
}

.car-image {
    width: 100%;
    margin: 1rem 0;
}

.car-image:first-of-type {
    margin-top: 0;
}

.nav-link {
    color: white;
}

.footer-logo-small-pc {
    display: none;
}

@media (min-width: 576px) {

    .mobile-contact-submit-buttons {
        justify-content: normal;
    }

    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 100%;
    }


    .mobile-col {
        display: flex;
        padding-top: 3rem;
    }

    .mobile-col-reverse {
        display: flex;
        flex-direction: row-reverse;
    }

    .mobile-col > div, .mobile-col-reverse > div {
        flex: 1;
    }

    .feature-icon {
        position: relative;
        transform: none;
        left: unset;
        width: 100%;
        display: flex!important;
        justify-content: center;
        color: rgba(255, 255, 255, 0.53);
    }

    .feature:first-of-type, .feature {
        padding-top: 6rem;
    }

    .feature-title {
        text-align: center;
    }

    .feature-copy {
        text-align: center;
    }
}

@media (min-width: 1200px) {

    .mobile-contact-submit-buttons {
        justify-content: normal;
    }

    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 100%;
    }

    .carousel-wrapper {
        height: 65vh!important;
    }

    header {
        display: flex;
        flex-direction: row-reverse;
        padding: 2rem 3rem;
    }

    .mobile-col {
        display: flex;
        padding-top: 3rem;
    }

    .mobile-col-reverse {
        display: flex;
        flex-direction: row-reverse;
    }

    .mobile-col > div, .mobile-col-reverse > div {
        flex: 1;
    }

    .feature-icon {
        position: relative;
        transform: none;
        left: unset;
        width: 100%;
        display: flex!important;
        justify-content: center;
    }

    .feature:first-of-type, .feature {
        padding-top: 6rem;
    }

    .feature-title {
        text-align: center;
    }

    .feature-copy {
        text-align: center;
    }

    .pc > div {
        width: auto;
    }

    .infos {
        display: flex;
    }

    .footer-icon {
        align-items: start !important;
        padding-top: 0.2rem;
    }




    .timeline-icon {
        top: 50vh;
    }

    .footer-logo-small {
        display: none;
    }

    .footer-logo-small-pc {
        display: flex;
    }

    .footer-logo-small-pc-img-wrapper {
        display: flex;
        justify-content: end;
        align-items: center;
    }

    .mobile-contact-submit-buttons {
        justify-content: normal;
    }
}

@media (max-width: 768px) {

    .currently-open-wrapper {
        position: absolute;
        margin-top: -1rem;
        left: 14rem;
    }

    .footer {
        padding: 1rem 15px;
        justify-content: center !important;
    }

    main {
        padding-top: 3.3rem;
    }

    #header {
        position: fixed;
        z-index: 99;
        box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
    }

    .timeline-section {
        position: relative;
        min-height: 40vh;
        margin-bottom: 50px;
    }

    .feature:first-of-type {
        padding-top: 3rem;
    }
}

.data-row--class-cell {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.7rem;
    border: 2.5px solid #202020;
    border-radius: 0.2rem;
    padding: 0.1rem 0.4rem;
    width: fit-content;
    color: #202020;
    background: #f1f1f1;
}

.data-row--class-cell--a {
    background: #ed6565;
    border-color: #af4857;
    color: #ffffff;
}

.data-row--class-cell--b {
    background: #eddb65;
    border-color: #af9f48;
    color: #202020;
}

/* red glowing border with round corners
top right should have the text "LIVE" in red
 */
.live-box {
    border: 2px solid #ff6363;
    border-radius: 10px;
    padding: 1.5rem;
    box-shadow: 0 0 10px rgba(253, 10, 10, 0.5);
    background-color: white;
}

.live-box-hint::before {
    content: "LIVE";
    top: 0.5rem;
    background-color: #ff6363;
    color: white;
    padding: 0.3rem 0.5rem;
    margin-right: 0.5rem;
    border-radius: 5px;
    font-weight: bold;
}

.special-wrapper {
    position: relative;
    margin: 2rem 2rem;
    padding: 2rem;
    background-color: #fdc50d;
    border-radius: 10px;
    border-color: #372310;
    border-style: solid;
    border-width: 5px;
    outline: 10px solid #fdc50d;
    box-shadow: rgb(198, 157, 21) 0px 7px 29px 0px;
}

.special-table .row:nth-child(2n) {
    background-color: rgba(255, 225, 177, 0.56);
    border-radius: 0.5rem;

}

.special-wrapper .btn-primary {
    background-color: #0a73bb;
    color: white;
    border: 2px solid #0a73bb;
    padding: 1rem;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease;
}

nav[aria-label="breadcrumb"] {
    background-color: transparent;
}