@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

html {font-size: 16px;}

:root {
    --ff-serif: "Playfair Display", serif;
    --ff-sans: "Barlow", sans-serif;
    --white: 255, 255, 255;
    --white-2: 249, 249, 249;
    --body-color: 18, 15, 12;
    --black: 0, 0, 0;
    --bg00-rgb: 17, 17, 17;
    --bg02-rgb: 45, 45, 45;
    --bg-color-menu: 229, 211, 199;
    --bg-color-contact: 217, 207, 195;
    --bg-color-light: 253, 252, 251;
    --text01-rgb: 252, 252, 252;
}

/* fslightbox 
*********************************************/
.fslightbox-container{
    background-color: rgba(var(--black), .8);
}
.fslightbox-nav .fslightbox-toolbar-button:first-child, .fslightbox-nav .fslightbox-slide-number-container {
    display: none;
}
/* end / fslightbox
*********************************************/

.opacity-9 {
    opacity: .9;
}

.font-serif {
    font-family: "Playfair Display", serif !important;
}

.font-sans {
    font-family: "Barlow", sans-serif !important;
}
.fs-1rem {
    font-size: 1rem !important;
}
.text-shadow-1 {
    text-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, .25);
}

.text-shadow-2 {
    text-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, .25);
}

.text-shadow-3 {
    text-shadow: 0 0 0.2rem rgba(0, 0, 0, 1);
}

.grid {
    display: grid;
}

.heading {
    display: grid;
}

.heading h2 {
    font-family: var(--ff-serif);
    font-weight: 400;
    font-size: clamp(1.75rem, 0.9375rem + 2.5vw, 4rem);
    line-height: clamp(1.75rem, 0.9375rem + 2.5vw, 4rem);
    color: rgb(var(--white), .8);
    margin: 2rem 0;
}

.heading h2 b {
    font-weight: 500;
    color: rgb(var(--white), .9);
}

section {
    padding-top: 5.62rem;
}

/* navbar 
*********************************************/

.navbar {
    background-color: rgba(var(--bg00-rgb), .5);
    transition: background-color 350ms ease-in-out;
}

.navbar.sticky::before {
    transform: translateY(0);
}

.navbar::before {
    content: "";
    background-color: rgba(var(--bg00-rgb), 1);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateY(-100%);
    transition: transform 350ms;
    z-index: -1;
}

.navbar-brand img {
    height: 4rem;
    opacity: .9;
}

.navbar-nav .nav-link,
.navbar-nav .nav-link.active {
    text-align: center;
    font-size: .75rem;
    line-height: 1rem;
    font-weight: 400;
    letter-spacing: .05rem;
    color: rgba(var(--white), .8);
}

.navbar-nav .nav-link b {
    display: block;
    font-size: .8125rem;
    font-weight: 600;
    color: rgba(var(--white), .9);
}

.navbar-nav .nav-link.social {
    display: inline-block;
    font-size: 1.5rem !important;
    line-height: 2rem;
    color: rgba(var(--white), .9);
}

.navbar-nav .nav-link.telephone {
    margin: 0;
    line-height: 2rem;
}

.navbar-nav .nav-link.telephone b {
    font-size: 1rem;
    font-weight: 400;
}

.navbar-nav .nav-link.telephone .bi {
    font-size: 1rem;
    line-height: 1rem;
    margin-right: .5rem;
}

@media (max-width:991.98px) {
    .navbar {
        background-color: rgba(var(--bg00-rgb), 1);
    }

    .navbar-brand img {
        margin-right: -3rem;
        height: 4rem;
    }

    .navbar-collapse {
        transition: all 350ms ease-in-out 0s;
    }

    .navbar-collapse .navbar-nav:first-child {
        margin-top: 1rem;
    }

    .navbar-collapse .navbar-nav:last-child {
        margin-bottom: 1.5rem;
    }

    .navbar-collapse .nav-item {
        text-align: center;
    }

    .navbar-collapse .nav-link {
        display: inline-block;
        padding: .5rem .75rem;
        margin: .5rem auto;
        text-align: center;
        font-size: .8125rem;
        line-height: 1rem;
    }

    .navbar-collapse .nav-link.social {
        padding: .5rem;
        margin: .5rem .25rem !important;
    }

    .navbar-collapse .nav-link b {
        display: inline;
    }

    .navbar-collapse .navbar-nav:first-child li:first-child a {
        border-top: none;
    }
}

@media (max-width: 767.98px) {
    .navbar-brand img {
        display: inline !important;
    }

    .navbar .nav-item.social a {
        margin: 0 .75rem;
        font-size: 2rem;
        line-height: 2rem;
    }
}

/* start / navbar-toggler ------------- */
.navbar-toggler {
    margin: .5rem;
    padding: 1rem;
    height: 1rem;
    position: relative;
    transition: 250ms ease-in-out;
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
    border: 0;
}

.navbar-toggler span {
    margin: 0;
    padding: 0;
}

.toggler-icon {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: rgba(var(--white), .8);
    border-radius: 1px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

.navbar-toggler .middle-bar {
    margin-top: 0px;
}

/* clicked */
.navbar-toggler .top-bar {
    margin-top: 0px;
    transform: rotate(135deg);
}

.navbar-toggler .middle-bar {
    opacity: 0;
    filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
    margin-top: 0px;
    transform: rotate(-135deg);
}

/* collapsed */
.navbar-toggler.collapsed .top-bar {
    margin-top: -15px;
    transform: rotate(0deg);
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar {
    margin-top: 15px;
    transform: rotate(0deg);
}

/* end / navbar-toggler ------------- */

/* end / navbar 
*********************************************/

/* header 
*********************************************/

header {
    position: relative;
}

.hero {
    padding-top: 5.625rem;
    height: 100vh;
    height: 100dvh;
    background-color: #111;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition-behavior: allow-discrete;
    transition-duration: 500ms;
    transition-timing-function: ease-in;
    transition-delay: 10ms;
    transition-property: all;
}

.hero::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .1);
}

.hero_inner {
    position: relative;
    z-index: 1;
    background-size: auto;
    background-repeat: repeat-x;
    background-position: center bottom;
    background-image: url(../images/brush-white-2.png);
}

.hero_inner * {
    z-index: 1;
}
.hero_inner .grid {
    height: 100%;
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 0;
    grid-template-areas:
        "hf1"
        "hf2";
}

.hero_inner .heading {
    grid-area: hf1;
    font-family: var(--ff-serif);
}
.hero_inner .grid .heading {
    display: block;
    align-self: end;
}
.hero_inner .heading h6 {
    font-size: clamp(1rem, 0.475rem + 2.3333vw, 2.4rem);
    line-height: clamp(1rem, 0.475rem + 2.3333vw, 2.4rem);
    margin-bottom: -0.25em;
    color: rgb(var(--white), 1);
}
.hero_inner .heading h1 {
    font-size: clamp(2.5rem, 1.1875rem + 5.8333vw, 6rem);
    line-height: clamp(2.5rem, 1.1875rem + 5.8333vw, 6rem);
    font-weight: 700;
    color: rgb(var(--white), 1);
}
.hero_inner .heading h4 {
    font-size: clamp(1.5rem, 0.7125rem + 3.5vw, 3.6rem);
    line-height: clamp(1.5rem, 0.7125rem + 3.5vw, 3.6rem);
    font-weight: 700;
    color: rgb(var(--white), 1);
}

.hero-section-scroll {
    grid-area: hf2;
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 500;
    color: rgba(var(--white), 1);
}
.hero-section-scroll small {
    display: block;
    line-height: 1rem;
}

.hero-section-scroll span {
    display: block;
    margin-top: .5rem;
}

.hero-section-scroll a {
    font-size: 3rem;
    line-height: 3rem;
    color: rgba(var(--white), 1);
}
/* end / header 
*********************************************/

/* welcome 
*********************************************/
#welcome {
    position: relative;
    z-index: 1;
    background-color: rgba(var(--white-2), 1);
    color: rgb(var(--body-color), 1);
    padding-top: 3rem;
    padding-bottom: 2rem;
    margin-bottom: -4rem;
}

#welcome .heading h2 {
    color: rgb(var(--body-color), .8);
    margin: 0 0 2rem;
}

#welcome .heading h2 b {
    color: rgb(var(--body-color), .9);
}

#welcome .textBox {
    max-width: 75ch;
    padding: 0 1rem 0;
}

/* end / welcome 
*********************************************/

/* menu 
*********************************************/
#menu {
    position: relative;
    padding-bottom: 1rem;
    background-color: rgba(var(--bg-color-menu), 1);
}

#menu::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    height: 12rem;
    background-color: rgba(var(--white-2), 1);
}

#menu::after {
    transform: rotate(180deg);
    content: "";
    position: absolute;
    top: 12rem;
    right: 0;
    bottom: auto;
    left: 0;
    height: 6rem;
    background-size: auto;
    background-repeat: repeat-x;
    background-position: right bottom;
    background-image: url(../images/brush-white-2.png);
}

.menu_inner {
    position: relative;
    z-index: 1;
    margin-top: -1px;
}

#menu .card {
    background-color: rgba(var(--white), 1);
    color: rgb(var(--body-color), 1);
    font-family: var(--sans-font-family);
    border: 0 !important;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2), 0 0 1px 0 rgba(0, 0, 0, .2);
}

#menu .card-top {
    position: relative;
    padding: 0;
}

#menu .card-top-image {
    padding: 0;
    width: 100%;
    height: auto;
    object-fit: cover;
    min-height: 12rem;
}

#menu .card-top .heading {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    align-content: center;
}

#menu .card-top .heading h2 {
    font-weight: 500;
    font-style: italic;
    color: rgb(var(--white), 1);
}

#menu .card-top .heading h2 small {
    font-size: .75em;
    display: block;
    font-weight: 400;
}

#menu .card-top::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .1);
}

/* start / nav-tabs ------------- */
#menu .nav-tabs_wrapper {
    background-color: #444;
}

#menu .nav-tabs .button {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}

#menu .nav-tabs {
    z-index: 1;
    padding: 0;
    width: auto;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    border: 1px solid rgba(var(--black), .2);
    border-bottom: 0;
    background-color: rgba(var(--bg02-rgb), 1);
    overflow: hidden;
}

#menu .nav-tabs.show {
    border: 1px solid #666;
    border-radius: .5rem;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}

#menu .nav-tabs .nav-link {
    font-weight: 400;
    color: rgba(var(--text01-rgb), .7);
    line-height: 1rem;
    text-align: center;
    padding: 0.75rem 1.75rem;
    margin-bottom: 0;
    border-color: rgba(var(--black), .176);
    border-radius: 0;
}

#menu .nav-tabs .nav-link.active {
    color: rgb(var(--body-color), .7);
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    border-color: rgba(var(--black), .176);
    border-bottom-color: transparent;
    background-color: rgba(var(--bg-color-light), 1);
    font-weight: 500;
}

#menu .nav-tabs .nav-link.active b {
    color: rgb(var(--body-color), .9);
    font-weight: 700;
}

#menu .nav-tabs.show .nav-link.active::after {
    transform: rotateX(180deg);
}

#menu .nav-tabs.show .nav-link {
    display: block;
    border-bottom: rgba(var(--black), .5) dashed 1px;
}

#menu .nav-tabs .nav-link b {
    display: block;
    font-weight: 500;
    color: rgba(var(--text01-rgb), .9);
    margin-bottom: 0.25rem;
}

/* start / nav-tabs ------------- */
#menu .tab-content {
    background-color: rgba(var(--white), 1);
    padding: 2.5rem 1.5rem 1rem;
}

#menu .tab-content .tab-pane>.grid {
    grid-template-columns: 1fr;
    column-gap: 1.5rem;
}

#menu .tab-content .tab-pane h6 {
    font-family: var(--ff-serif);
    font-weight: 400;
    text-align: center;
    color: #A91101;
}
#menu .tab-content .tab-pane h6 b {
    font-weight: 700;
    display: block;
    font-size: 1.5rem;
}

#menu .tab-content .tab-pane .list-group {
    list-style: none;
}

#menu .tab-content .tab-pane .list-group li {
    font-family: var(--ff-sans);
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto 1fr;
    grid-template-areas:
        "fr1 fr2"
        "fr3 fr2";
    justify-content: space-between;
    line-height: 1.2rem;
    letter-spacing: -0.03em;
    padding-bottom: .5rem;
    margin-bottom: .5rem;
    border-bottom: 1px solid #ddd;
}

#menu .tab-content .tab-pane .list-group li p {
    margin: 0;
    font-size: 1.25rem;
    line-height: 1.2rem;
    display: grid;
    grid-auto-flow: column;
    align-items: baseline;
}

#menu .tab-content .tab-pane .list-group li p span {
    margin: 0;
    line-height: 1.2rem;
    display: grid;
    grid-auto-flow: column;
    align-items: baseline;
    justify-content: end;
    height: 1.2rem;
    margin-bottom: .125rem;
}
#menu .tab-content .tab-pane .premium-rakis .list-group li p span,
#menu .tab-content .tab-pane .rakis .list-group li p span {
    margin-bottom: .75rem;
}
#menu .tab-content .tab-pane .list-group li p span img {
    height: .875rem;
    display: flex;
    opacity: .7;
}

#menu .tab-content .tab-pane .list-group li p span:last-child {
    margin-bottom: .25rem;
}

#menu .tab-content .tab-pane .list-group li p b {
    font-weight: 500;
    text-align: left;
    width: max-content;
}

#menu .tab-content .tab-pane .list-group li p i {
    font-style: normal;
    font-weight: 500;
    font-size: .9375rem;
    opacity: .8;
    width: max-content;
}

#menu .tab-content .tab-pane .list-group li p i:empty {
    display: none;
}

#menu .tab-content .tab-pane .list-group li p:nth-child(1) {
    grid-area: fr1;
    grid-template-columns: auto auto auto;
    grid-template-areas:
        "p1-fr1 p1-fr2 p1-fr3";
    justify-content: left;
    text-align: start;
/*  height: 1.2rem;*/
}

#menu .tab-content .tab-pane .list-group li.shrink p:nth-child(1) {
/*    height: 2rem;*/
}

#menu .tab-content .tab-pane .list-group li.shrink p:nth-child(1) {
    grid-area: fr1;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    grid-template-areas:
        "p1-fr1 p1-fr3"
        "p1-fr2 p1-fr2";
}

#menu .tab-content .tab-pane .list-group li.shrink p:nth-child(1) .italic {
    padding-left: 0;
}

#menu .tab-content .tab-pane .list-group li p:nth-child(1) b {
    grid-area: p1-fr1;
    opacity: .9;
}

#menu .tab-content .tab-pane .list-group li p:nth-child(1) .italic {
    grid-area: p1-fr2;
    font-weight: 500;
    padding-left: .5ch;
}

#menu .tab-content .tab-pane .list-group li p:nth-child(1) .slash {
    grid-area: p1-fr3;
    font-size: .8rem;
    line-height: .8rem;
    padding-left: .5ch;
}

/*
#menu .tab-content .tab-pane .list-group li p:nth-child(1) .slash:not(:empty)::before {
    content: "\/ ";
}
*/

#menu .tab-content .tab-pane .list-group li p:nth-child(2) {
    grid-area: fr2;
    height: fit-content;
    grid-auto-flow: row;
    justify-content: end;
    text-align: end;
}

#menu .tab-content .tab-pane .list-group li p:nth-child(2) i:first-child {
    font-size: .8125rem;
    padding-left: .5ch;
    opacity: .7;
}

#menu .tab-content .tab-pane .list-group li p:nth-child(2) b {
    /*
    font-family: var(--ff-serif);
    font-size: 1.125rem;
    font-style: italic;
    */
    padding-left: .5ch;
    font-size: 1.1875rem;
    opacity: .7;
    font-weight: 500;
}

#menu .tab-content .tab-pane .list-group li p:nth-child(2) i.tl {
    font-size: .6875rem;
    font-weight: 400;
    opacity: .7;
    padding-left: 0ch;
}
/*
#menu .tab-content .tab-pane .list-group li p:nth-child(2) b::after {
    content: " \20BA";
    font-family: var(--ff-sans);
    font-size: .85rem;
    font-weight: 400;
    opacity: .8;
}
*/
#menu .tab-content .tab-pane .list-group li small {
    grid-area: fr3;
    font-weight: 400;
    font-size: .875rem;
    line-height: 1rem;
    padding-top: .125rem;
    text-align: start;
    opacity: .8;
}

#menu .tab-content .tab-pane .list-group li small i:empty {
    display: none;
}

#menu .tab-content .tab-pane .list-group li small .italic {
    font-style: italic;
}

#menu .tab-content .tab-pane .list-group li small .slash {
    font-style: normal;
}
/*
#menu .tab-content .tab-pane .list-group li small .slash:not(:empty)::before {
    content: "\/ ";
}
*/

#menu .tab-content .tab-pane .list-group li small:empty {
    display: none;
}


#menu .tab-content .category-header {
    line-height: 1.5rem;
    font-size: 1rem;
    margin-bottom: 1.5rem;
}
.premium-rakis small,
.rakis small
 {
    display: none;
}
.red-wines small,
.white-wines small,
.pink-wines small {
    font-size: .875rem !important;
    font-weight: 500 !important;
}
#menu .tab-content .or-something .bordered {
    border-width: 1px;
    border-style: dashed;
    border-color: #A91101;
}
#menu .tab-content .or-something .category-header {
    font-style: italic;
}
#menu .tab-content .tab-pane .or-something .list-group li {
    display: block;
    border-bottom: 0;
    font-family: var(--ff-serif);
    font-style: italic;
}
#menu .tab-content .tab-pane .or-something .list-group li p {
    display: block;
    text-align: center;
    line-height: 1.2;
}
#menu .tab-content .tab-pane .or-something .list-group li small {
    padding-top: .5rem;
    display: block;
    text-align: center;
    font-size: 1rem;
    line-height: 1.2;
}

/* end / tab-content ------------- */
/* end / menu 
*********************************************/

/* gallery 
*********************************************/
#gallery {
    background-color: rgba(var(--bg00-rgb), 1);
    position: relative;
}

#gallery::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    background-color: rgba(var(--bg-color-menu), 1);
    height: 6rem;
    background-size: auto;
    background-repeat: repeat-x;
    background-position: left bottom;
    background-image: url(../images/brush-3.png);
}

.heading {
    color: rgba(var(--white), 1);
}

.lightbox {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: .25em;
}

.lightbox a {
    display: flex;
    padding: 0;
    border-radius: .25rem;
    overflow: hidden;
    position: relative;
}

.lightbox a::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(var(--black), 0);
    transition: background-color .5s ease-out;
}

.lightbox a img {
    width: 100%;
    transition: transform 1s ease-out;
}

.lightbox a:hover img {
    transform: translate(0, 0) scale(1.05);
}

.lightbox a:hover::after {
    background-color: rgba(var(--black), 0);
}

/* end / gallery 
*********************************************/

/* about 
*********************************************/
#about {
    background-color: rgb(var(--white-2), 1);
    color: rgb(var(--body-color), 1);
    position: relative;
    overflow: visible;
}

#about::before {
    transform: rotate(180deg);
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    height: 6rem;
    background-size: auto;
    background-repeat: repeat-x;
    background-position: left bottom;
    background-image: url(../images/brush-3.png);
}

#about::after {
    transform: rotate(180deg);
    content: "";
    position: absolute;
    z-index: 1;
    top: auto;
    right: 0;
    bottom: -6rem;
    left: 0;
    height: 6rem;
    background-size: auto;
    background-repeat: repeat-x;
    background-position: center bottom;
    background-image: url(../images/brush-white-2.png);
}

#about .heading {
    margin: 2rem 0 0;
}

#about .heading h2 {
    color: rgb(var(--body-color), .8);
}

#about .heading h2 b {
    color: rgb(var(--body-color), .9);
}

#about .heading .logo img {
    width: 12rem;
}

#about .textBox {
    max-width: 75ch;
    padding: 0 1rem 5rem;
}

/* end / about 
*********************************************/

/* contact 
*********************************************/
#contact {
    position: relative;
    background-color: rgba(var(--bg-color-contact), 1);
}

#contact .heading h2 {
    color: rgb(var(--body-color), .8);
    margin: 2rem 0;
}

#contact .heading h2 b {
    color: rgb(var(--body-color), .9);
}

#contact .textBox {
    max-width: 75ch;
    padding: 0 1rem 1rem;
}

#contact .map-frame {
    filter: saturate(.5);
    position: relative;
    height: 300px;
}

#contact .map-frame iframe {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#contact .information {
    color: rgb(var(--body-color), .9);
    padding-top: 2rem;
}

#contact .information .socialbox .social {
    display: inline;
}

#contact .information p:first-child {
    color: rgb(var(--body-color), .9);
    font-weight: 600;
}
#contact .information p {
    color: rgb(var(--body-color), .8);
}
#contact .information p span {
    color: rgb(var(--body-color), .6);
    font-weight: 400;
}

#contact .information p a {
    color: rgb(var(--body-color), .8);
    text-decoration: none;
}

#contact .information small {
    display: block;
    margin-top: 3rem;
}

/* end / contact 
*********************************************/

/* footer 
*********************************************/
footer {
    background-color: rgba(var(--bg-color-contact), 1);
    padding: 4rem 0 1.5rem;
}

footer small {
    display: block;
    width: 100%;
    color: rgb(var(--body-color), .5);
    padding: 1rem 0 0;
}
footer small b {
    font-weight: 600;
}

/* end / footer 
*********************************************/
@media (max-width:575.98px) {
    #contact .information {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

@media (min-width: 576px) {
    #menu .tab-content {
        padding: 3.5rem 2rem .5rem;
    }
}

@media (max-width: 767.98px) {
    #menu .nav-tabs_wrapper {
        display: none !important;
        position: relative;
        padding: 0;
        margin: 0;
        height: 2.5rem;
        flex-basis: auto;
        flex-grow: 1;
        flex-shrink: 1;
        overflow-wrap: break-word;
        background-color: #191919;
    }

    #menu .nav-tabs {
        position: absolute;
        top: 0;
        left: 1rem;
        right: 1rem;
        background-color: #333;
        border: 0;
    }

    #menu .nav-tabs.show {
        border: 1px solid #666;
        border-radius: .5rem;
        box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    }

    #menu .nav-tabs .nav-link {
        display: none;
        border: 0;
    }

    #menu .nav-tabs .nav-link.active {
        display: block;
        background-color: rgba(var(--black), .5);
        color: rgb(var(--white), .9);
    }

    #menu .nav-tabs .nav-link.active b {
        color: rgb(var(--white), 1);
    }

    #menu .nav-tabs .nav-link.active::before {
        font-family: "Bootstrap-icons";
        content: "";
        height: 2.5rem;
        width: 2.5rem;
        background-color: rgba(var(--black), .3);
        position: absolute;
        top: 0;
        right: 0;
    }

    #menu .nav-tabs .nav-link.active::after {
        font-family: "Bootstrap-icons";
        content: "\F22C";
        font-size: 1.5rem;
        line-height: 1.5rem;
        padding: .5rem;
        position: absolute;
        top: 0;
        right: 0;
        transition: transform 300ms ease-in-out;
    }

    #menu .nav-tabs.show .nav-link.active::after {
        transform: rotateX(180deg);
    }

    #menu .nav-tabs.show .nav-link {
        display: block;
        border-bottom: rgba(var(--black), .5) dashed 1px;
    }

    #menu .nav-tabs .nav-link b {
        display: inline;
        margin-bottom: 0;
        margin-right: .5rem;
    }

    #menu .tab-content {
        padding-top: 2.5rem !important;
        padding-bottom: 1rem !important;
    }

    #menu .tab-content .tab-pane {
        display: block !important;
    }

    #menu .card .category {
    }

    #menu .tab-content .category-header {
 
    }

    #menu .tab-content .tab-pane .list-group li {
        padding: 0 0 1rem;
    }

    #menu .card-header {
        padding: 0 0 1.34rem !important;
    }

    #contact .information .socialbox {
        width: 100%;
    }
}

@media (min-width: 768px) {
    #menu .nav-tabs_wrapper {
        background-color: #444;
    }

    #menu .tab-content .tab-pane>.grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    #menu .nav-tabs {
        padding: 0;
        width: auto;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem;
        border: 1px solid rgba(var(--black), .2);
        border-bottom: 0;
        background-color: rgba(var(--bg02-rgb), 1);
        overflow: hidden;
    }

    #menu .nav-tabs .button {
        position: absolute;
        top: 0;
        right: 0;
        display: none;
    }

    #menu .nav-tabs .nav-link {
        display: block;
        font-weight: 400;
        color: rgba(var(--text01-rgb), .7);
        line-height: 1rem;
        text-align: center;
        padding: 0.75rem 1.75rem;
        margin-bottom: 0;
        border-color: rgba(var(--black), .176);
        border-radius: 0;
    }

    #menu .nav-tabs .nav-link b {
        display: block;
        font-weight: 500;
        color: rgba(var(--text01-rgb), .9);
        margin-bottom: 0.25rem;
    }

    #menu .tab-content .category-header {

    }

    .lightbox {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 992px) {
    .lightbox {
        grid-template-columns: repeat(3, 1fr);
    }

    #menu .tab-content {
        padding: 3.5rem 4rem 1rem;
    }
}

@media (min-width: 1200px) {
    #contact .map-frame {
        height: 400px;
    }
}

@media (min-width: 1400px) {
    #menu .tab-content {
        padding: 3.5rem 6rem 3rem;
    }

    #menu .tab-content .tab-pane>.grid {
        column-gap: 2rem;
    }
}