* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    html {
        .jspCorner {
            margin: 0 -3px 0 0;
        }
    }
}

.jspContainer {
    overflow: hidden;
    position: relative;
}

.scroll-pane {
    outline: none;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-right: 20px;
    height: 380px;
}

.jspPane {
    position: absolute;
    max-width: 90%;
}

.jspVerticalBar {
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background: #898989;

    .jspArrow {
        height: 16px;
    }
}

.jspCap {
    display: none;
}

.jspHorizontalBar {
    .jspCap {
        float: left;
    }
}

.jspTrack {
    background: #ebebeb;
    position: relative;
}

.jspDrag {
    background: #898989;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
}

.jspCorner {
    background: transparent;
    float: left;
    height: 100%;
}

&::-webkit-scrollbar {
    width: 3px;
}

&::-webkit-scrollbar-track {
    border-radius: 0;
    background: rgba(204, 204, 204, 0.3);
}

&::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

&::-moz-scrollbar {
    width: 3px;
}

&::-moz-scrollbar-track {
    border-radius: 0;
    background: rgba(204, 204, 204, 0.3);
}

&::-moz-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

body {
    color: #333;
    font-family: "Ideal Sans SSm 3r", "Ideal Sans SSm A", "Ideal Sans SSm B";
    font-size: 0.875em;
    -webkit-font-smoothing: antialiased;
    line-height: 1.3125em;
    letter-spacing: 0.0525em;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    justify-content: space-between;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "SackersGothicW01-Heavy";
}

h6 {
    margin-bottom: 1em;
    text-transform: lowercase;
}

a {
    color: #002f65;
    text-decoration: none;
    -webkit-transition: color 0.1s linear;
    -moz-transition: color 0.1s linear;
    transition: color 0.1s linear;
}

a:hover {
    color: #bfbfbf;
}

a:active,
a:focus {
    color: #000b19;
    outline: none;
}

.branding {
    margin-top: 3em;
    margin-bottom: 4em;
    display: flex;
    justify-content: center;
}

.branding img {
    width: 14vw;
    height: auto;
    max-height: 200px;
    min-height: 100px;
    min-width: 140px;
}

.carousel {
    margin-left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: none;
    width: 100%;
    height: 380px;
}

.carousel .carousel-inner {
    min-height: 380px;
}

.carousel-wrapper iframe {
    margin-left: 20px;
}

.carousel-item img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    object-fit: cover;
}

.carousel-item.active img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    object-fit: cover;
}

/* restaurant */

.content-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    flex-direction: row;
    gap: 20px;
}

.text-content {
    flex: 1;
    /* overflow-y: auto; */
    height: 380px;
    width: 30%;
    padding: 5px;
    font-size: 14px;
    box-sizing: border-box;
    text-align: left;
    align-self: flex-start;
    overflow: auto;
}

.text-content-lounge {
    flex: 1;
    margin-top: 50px;
    height: 250px;
    width: 8px;
    padding: 8px;
    font-size: 14px;
    box-sizing: border-box;
    text-align: left;
    align-self: flex-start;
    overflow: auto;
}


.carousel-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex: 1.5;
    width: 100%;
    height: 380px;
    overflow: hidden;
    object-fit: cover;

}

/* restaurant */

a {
    color: #16181a;
    text-decoration: none;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

a:link {
    text-decoration: none !important;
}

footer {
    text-align: center;
    padding: 20px;
    margin-top: 24px;
}

footer .copyright {
    font-family: "SackersGothicW01-Heavy";
    text-transform: lowercase;
    font-size: 12px;
    letter-spacing: 0;
    margin-bottom: 0;
}

footer .copyright a {
    color: #6a6a6a;
}

footer .copyright a:hover {
    color: #064a5c;
}

.social-icons {
    margin-bottom: 10px;
}

.social-icons a {
    font-family: "icomoon" !important;
    font-size: 0.875em;
    color: #6a6a6a;
    margin: 1em 0.325em;
    width: 30px;
    height: 30px;
    margin: 0 5px;
}

.social-icons a:hover {
    color: #002f65;
}

.social-icons a span {
    display: none;
}

h4 {
    font-size: 35px;
    font-style: inherit;
    font-weight: inherit;
    margin-top: 20px;
    font-family: "Gruppo", Sans-serif;
    letter-spacing: 6.5px;
    text-align: center;

}

.form-control:focus {
    box-shadow: none;
    border-color: #064a5c;
}

.form-control.is-valid:focus, .was-validated .form-control:valid:focus,
.form-control.is-invalid, .was-validated .form-control:invalid {
    box-shadow: none !important;
}

.slideshow {
    position: relative;
    height: 0;
    padding-bottom: 44.35%;
    overflow: hidden;
}

.slideshow img {
    display: none;
    z-index: 0;
    height: 100%;
    width: auto;
    position: absolute;
    top: 0;
}

.slideshow img.left-align {
    left: 0;
}

.slideshow img.right-align {
    right: 0;
}

.slideshow img.center-align {
    left: 50%;
    transform: translateX(-50%);
}

.slideshow .slide-alignment {
    display: none;
}

.btn-primary {
    background-color: #064a5c;
    border-color: #064a5c;
    box-shadow: none !important;
}

.btn-primary.focus, .btn-primary:focus,
.btn-primary:hover {
    background-color: #6a6a6a;
    border-color: #6a6a6a;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-color: #6a6a6a;
    border-color: #6a6a6a;
}

.btn-primary.disabled, .btn-primary:disabled {
    background-color: #6a6a6a;
    border-color: #6a6a6a;
    opacity: 0.9;
}


@media screen and (min-width: 991px) and (max-width: 1199px) {
    .carousel {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 20px;
        box-shadow: none;
        max-width: 750px;
        width: 100%;
    }

    .carousel-item img {
        max-width: 750px;
        width: 100%;
        height: 450px;
        object-fit: cover;
    }

    .carousel-item.active img {
        max-width: 750px;
        width: 100%;
        height: 380px;
        object-fit: cover;
    }

    /* restaurant */

    .content-wrapper {
        margin: auto;
        margin-top: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        gap: 20px;
    }

    .text-content {
        flex: 1;
        /* overflow-y: auto; */
        height: 400px;
        width: 230px;
        padding: 10px;
        box-sizing: border-box;
        text-align: left;
        align-self: flex-start;
        overflow: auto;
    }

    .text-content-lounge {
        flex: 1;
        margin-top: 50px;
        height: 250px;
        width: 15px;
        padding: 10px;
        box-sizing: border-box;
        text-align: left;
        align-self: flex-start;
        overflow: auto;
    }


    .carousel-wrapper {
        flex: 1.5;
        max-width: 750px;
        width: 100%;
        height: 450px;
        overflow: hidden;
        object-fit: cover;

    }
}


@media screen and (max-width: 990px) {
    .branding img {
        width: 30vw;
    }

    .container {
        padding-left: 0;
        padding-right: 0;
    }

    .carousel {
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: none;
        max-width: 600px;
        width: 100%;
        height: 300px;
    }

    .carousel-item img {
        max-width: 600px;
        width: 100%;
        height: 300px;
        object-fit: cover;
    }

    .carousel-item.active img {
        max-width: 600px;
        width: 100%;
        height: 300px;
        object-fit: cover;
    }

    /* restaurant */

    .content-wrapper {
        margin: auto;
        margin-top: 50px;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
    }

    .text-content {
        flex: 1;
        margin-top: 50px;
        height: 250px;
        width: 100%;
        padding: 0;
        box-sizing: border-box;
        text-align: left;
        align-self: flex-start;
        overflow: auto;
    }

    .text-content .scroll-content {
        padding: 0 24px;
        width: 100vw;
    }

    .text-content-lounge {
        flex: 1;
        margin-top: 50px;
        height: 250px;
        width: 15px;
        padding: 10px;
        box-sizing: border-box;
        text-align: left;
        align-self: flex-start;
        overflow: auto;
    }

    .carousel-wrapper {
        flex: 1.5;
        width: 100%;
        height: 400px;
        overflow: hidden;
        object-fit: cover;
    }

    .scroll-content {
        padding-right: 15px;
        padding-left: 15px;
    }

    .row {
        margin-left: 0;
        margin-right: 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;
    }

}


.reservation-form-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.form-title {
    margin-bottom: 30px;
    text-align: center;
    font-size: 20px;
}

.reservation-form-container form {
    width: 100%;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: block;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.form-group .radio-option label {
    display: inline-block;
    margin-right: 10px;
}

.form-group .radio-option input {
    width: auto;
}

.form-group textarea {
    height: 100px;
}

button {
    padding: 10px 20px;
    background-color: #007BFF;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}