/* @font-face {
    font-family: 'Larken';
    src: url('../../fonts/Larken-Regular.otf');
} */

@font-face {
    font-family: 'Tahoma';
    src: url('../../fonts/Tahoma-Regular.ttf');
}

* {
    padding: 0;
    margin: 0;
    font-family: 'Tahoma';
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: black;
}

p {
    color: white;
    text-decoration: none;
    white-space: pre-line;
}

h1,
h2,
h3,
h4,
h5 {
    color: white;
    text-decoration: none;
    white-space: pre-line;
    font-family: 'Larken';
}

h1 {
    font-size: 45px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 20px;
}

a,
a:hover,
a:focus {
    cursor: pointer;
    color: #b8442c;
}

label,
p,
p a,
p span,
li {
    font-size: 15px;
    line-height: 1.3;
}

.orange-font {
    color: #b8442c;
}

.white-font {
    color: white;
}

.small-text {
    font-size: 10px;
}

.quote-font {
    color: white;
    font-size: 70px;
    font-family: 'Times New Roman', Times, serif;
    padding: 0;
    margin: 0;
}

.quote-start,
.quote-end {
    position: relative;
}

.quote-start .quote-font {
    position: absolute;
    top: -25px;
    right: 0;
}

.quote-end .quote-font {
    position: absolute;
    bottom: -50px;
    left: 0;
}

.form-control,
.form-control:focus {
    box-shadow: none;
    border: none;
    font-family: 'Tahoma';
    border-radius: 0;
}

.input-group .form-control,
.input-group .btn {
    border-radius: 0;
}

.thick-input {
    padding-top: 12px;
    padding-bottom: 12px;
}

.btn {
    padding-left: 25px;
    padding-right: 25px;
    font-family: 'Tahoma';
    font-weight: bold;
    min-width: 165px;
}

.btn-primary {
    color: white;
    background-color: #b8442c;
    border-color: #b8442c;
    box-shadow: none;
}

.btn-primary:hover,
.btn-primary:focus {
    color: white;
    background-color: #ac351c;
    border-color: #ac351c;
    box-shadow: none;
}


.share-btn {
    border: solid 1px #ac351c;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    background-color: transparent;
    color: #ac351c;
    margin-left: 20px;
    margin-right: 20px;
}

.share-btn:hover {
    border: solid 1px #b8442c;
    color: #b8442c;
}

.btn-header,
.btn-header:hover,
.btn-header:focus {
    color: white;
    border-top: solid 1px white;
    border-bottom: solid 1px white;
    box-shadow: none;
    border-radius: 0;
}

#header {
    height: 75px;
    padding: 5px 55px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    display: none;
}

#header-nav {
    padding-left: 3.5%;
}

.header-spacing {
    margin-top: 75px;
}

.header-bg {
    background-color: rgba(0, 0, 0, 0.75);
    border-bottom: solid 1px #ac351c;

}

.navbar-brand img {
    max-width: 225px;
}

.nav-link,
.nav-link:hover,
.nav-link:focus {
    color: white;
    font-size: 17px;
}

.dropdown-toggle {
    text-decoration: none !important;
}

.nav-link.active,
.nav-link:hover {
    text-decoration: underline;
}

.nav-link.dropdown-toggle {
    font-size: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 !important;
}

.navbar-nav {
    align-items: center;
    /* justify-content: space-between; */
}
.navbar-nav .nav-item {
    margin-right: auto;
}
.navbar-nav .nav-item:last-child {
    margin-right: 0;
}

#full-banner-wrapper {
    height: 100vh;
}

#inner-banner-wrapper {
    /* height: 650px; */
    height: 80vh;
}

#inner-banner-wrapper .banner-content {
    background-color: rgba(0, 0, 0, 0.65);
}

#full-banner {
    height: 100%;
    border-bottom: solid 3px #b8442c;
    /* display: none; */
}

.bottom-container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 10%;
}

.banner-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

.banner-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.banner-img,
.banner-text,
#mid-banner,
#mid-banner-content,
.chef-img,
.chef-img-delayed,
#linked-slider-wrapper,
#chef-slider-wrapper {
    display: none;
}

.chef-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.65);
}

.banner-content h1 {
    font-size: 53.5px;
    padding-left: 45px;
    padding-right: 45px;
}

#chef-wrapper,
.full-height-content {
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
}

.full-bg {
    background-size: cover;
    background-repeat: no-repeat;
}

.faded-black-bg {
    background-color: rgba(0, 0, 0, 0.65);
}

.content-padding {
    padding: 45px 75px;
}

.small-section {
    min-height: 175px;
    background-color: #b8442c;
}

.small-section-mobile {
    display: none;
}

.small-section img {
    height: 55px;
    width: 55px;
    margin-bottom: 20px;
}

.light-orange-bg {
    background-color: #c3624e;
}

.custom-box {
    height: 100%;
    background-color: #b8442c;
}

.custom-box .box-image-container {
    height: 350px;
}

.custom-box .box-content-container {
    text-align: left;
    padding: 10px 25px;
}

.big-box {
    background-color: #b8442c;
}

.big-box .box-image-container {
    height: 650px;
}

.big-box .box-content-container {
    text-align: left;
    padding: 10px 25px;
}

.slider-padding {
    padding: 25px 5px;
}

.single-slider.slider-padding {
    padding: 0px 0px;
    /* height: 400px; */
    width: 100%;
}

.orange-border {
    border-top: solid 3px #b8442c;
    border-bottom: solid 3px #b8442c;
    padding-top: 15px;
    padding-bottom: 15px;
}

.slider-box {
    padding-left: calc(var(--bs-gutter-x) * .5);
    padding-right: calc(var(--bs-gutter-x) * .5);
    height: auto !important;
}

.half-slider .slick-list {
    padding: 0 35% 0 0;
}

/* .half-slider .slick-active .black-cover {
    background-color: transparent;
} */

.black-cover {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.65);
    top: 0;
    left: 0;
    right: 0;
}

.guest-section {
    background-color: #b8442c;
    padding: 50px;
}

.review-img {
    max-width: 175px;
    margin-top: 10px;
}

.footer-top {
    padding: 50px;
}

.footer-img {
    max-width: 175px;
}

.footer-padding {
    padding-left: 50px;
    padding-right: 50px;
}

.footer-bottom {
    background-color: #b8442c;
    padding: 15px 50px;
}

.bob-wrapper {
    position: relative;
}

.bob {
    position: absolute;
}

.bob-spacing {
    margin-top: 75px;
}

.bob-img {
    top: 45px;
}

.tri-slider .slick-next {
    right: -2.5% !important;
}

.tri-slider .slick-prev {
    left: -2.5% !important;
}

.half-slider-controls {
    position: absolute;
    right: 0;
    bottom: 0;
}

.chef-slider-controls {
    position: absolute;
    right: 25;
    bottom: 5;
    z-index: 1;
}

.half-slider-controls img {
    margin-right: 35px;
    margin-bottom: 8.5px;
}

#full-banner .slick-slide:first-child img {
    display: none;
}

#chef-slider .slick-prev {
    left: 2%;
    display: none !important;
}

#chef-slider .slick-next {
    right: 2%;
    display: none !important;
}

#fade-slider {
    /* max-height: 500px; */
    width: 100%;
}

#full-banner .slick-dots {
    width: 7.5%;
    top: 0;
    left: unset;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.slick-dots li button {
    background: white !important;
    color: white !important;
    border-color: #ac351c !important;
}

.slick-dots li button:before {
    color: white !important;
}

.slick-dots li.slick-active button {
    background-color: #ac351c !important;
    border-color: white !important;
}

.slick-dots li button:before {
    content: '' !important;
}

#full-banner .slick-dots li {
    margin: 10px 15px !important;
}

.sm-banner {
    display: none;
}

.span-divider {
    margin-left: 35px;
    margin-right: 35px;
}

.dropdown-menu {
    background-color: #ac351c;
}

.dropdown-item,
.dropdown-item:focus,
.dropdown-item:hover {
    color: white;
    background-color: #ac351c;
}

.dropdown-item:hover {
    text-decoration: underline;
}

.dropdown-toggle::after {
    display: none !important;
}

.scroll-down {
    cursor: pointer;
    max-width: 20px;
}

.alt-bg .alt-bg-content:nth-child(odd) .custom-box {
    background-color: #c3624e;
}

.custom-content a,
.custom-content li {
    color: white;
}

.countdown-box {
    background-color: #ac351c;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px
}

.countdown-box p {
    font-size: 25px;
    color: white;
    font-family: "Tahoma";
    margin: 0;
}

/* Bob Effect */
@-webkit-keyframes hvr-bob {
    0% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }

    50% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }

    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

@keyframes hvr-bob {
    0% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }

    50% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }

    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

@-webkit-keyframes hvr-bob-float {
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

@keyframes hvr-bob-float {
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

.hvr-bob img.bob {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
}

.hvr-bob:hover img.bob,
.hvr-bob:focus img.bob,
.hvr-bob:active img.bob {
    -webkit-animation-name: hvr-bob-float, hvr-bob;
    animation-name: hvr-bob-float, hvr-bob;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate;
}

.hvr-bob p {
    margin-top: 65px;
}

.filter-nav {
    /* display: flex;
    justify-content: center;
    align-items: center; */
    text-align: center;
    color: white;
    font-size: 20px;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    /* remove the gap so it doesn't close */
}

.tri-slider .slider-box:nth-child(odd) .custom-box {
    background-color: #c3624e;
}

#header-accordian .accordion-item,
#header-accordian .accordion-button,
#header-accordian .accordion-header,
#header-accordian .accordion-button:active,
#header-accordian .accordion-header:active,
#header-accordian .accordion-button:focus,
#header-accordian .accordion-header:focus {
    color: white;
    background-color: transparent;
    border: none;
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
}

#header-accordian .accordion-collapse {
    background-color: transparent;
    /* padding-top: 15px;
    padding-bottom: 15px; */
    margin-top: 15px;
}

.accordion-button::after {
    margin-left: 0;
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(61deg) brightness(107%) contrast(101%);
}

#dish-wrapper {
    margin-bottom: 0;
}

.mobile-chef-image {
    width: 80vw;
    height: 80vw;
    margin: 0 auto;
    margin-bottom: 35px;
    object-fit: cover;
}

.mobile-flex-start {
    justify-content: center;
}

#fade-slider .slick-prev:before,
#fade-slider .slick-next:before {
    color: white !important;
}

#fade-slider .slick-prev {
    left: 0;
}

#fade-slider .slick-next {
    right: 0;
}

.single-slider .slick-prev {
    left: -5%;
}

.single-slider .slick-next {
    right: -5%;
}

.single-slider-wrapper {
    padding-left: 35px;
    padding-right: 35px;
}

.slick-track {
    display: flex !important;
    height: 100%;
}

.slick-slide {
    height: inherit !important;
}

.slick-list {
    height: 100%;
}

#fade-slider .slick-track,
#fade-slider .slick-list {
    height: auto;
}

.slick-prev:before,
.slick-next:before {
    color: #ac351c !important;
}

.contact-icon {
    color: #ac351c;
    font-size: 25px;
    margin-bottom: 15px;
}

.faq-list {
    padding-left: 7.5%;
    padding-right: 7.5%;
}

.faq-list .list-wrapper .list-group-item {
    padding-top: 15px;
    padding-bottom: 15px;
    color: white;
    background-color: #ac351c;
    border-radius: 0;
}

.faq-list .list-wrapper:nth-child(even) .list-group-item {
    background-color: #c3624e;
}

.list-wrapper .card {
    background-color: black;
    border-radius: 0;
}

@media only screen and (min-width: 2560px) {
    .custom-box .box-image-container {
        height: 750px;
    }

    .big-box .box-image-container {
        height: 1050px;
    }

    .single-slider.slider-padding {
        height: 850px;
    }


    #inner-banner-wrapper {
        /* height: 850px; */
        height: 80vh;
    }
}

@media only screen and (max-width: 1024px) {
    .content-padding {
        padding: 15px 25px;
    }

    .custom-box .box-image-container {
        height: 20vw;
    }

    #chef-wrapper {
        height: 100vh;
    }

    #chef-wrapper #linked-slider-wrapper {
        height: 50vh !important;
    }

    #chef-wrapper #chef-slider-wrapper {
        height: 50vh !important;
    }
}

@media only screen and (max-width: 920px) {

    .mobile-flex-start {
        justify-content: flex-start;
    }

    #dish-wrapper {
        margin-bottom: 50px;
    }

    #full-banner-wrapper {
        height: 93vh;
    }

    .single-slider.slider-padding {
        padding: 0px;
        /* height: 280px; */
    }

    .single-slider img {
        /* height: 280px; */
    }

    .span-divider {
        margin-left: 5px;
        margin-right: 5px;
    }


    .xl-banner {
        display: none !important;
    }

    #header {
        padding: 5px 15px;
    }

    .navbar-brand img {
        max-width: 175px;
    }

    .content-padding {
        padding: 5px 15px;
    }

    .banner-content h1 {
        font-size: 30px;
        padding-left: 5px;
        padding-right: 5px;
    }

    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 25px;
    }

    h3 {
        font-size: 17px;
    }

    h4 {
        font-size: 15px;
    }

    a {
        cursor: pointer;
        color: #b8442c;
    }

    label,
    .form-control,
    .btn,
    p,
    p a,
    p span,
    p b,
    p i,
    li {
        font-size: 14px;
        line-height: 1.3;
        font-family: 'Tahoma';
    }

    .small-section {
        display: none;
    }

    .small-section-mobile {
        display: flex;
        background-color: #b8442c;
    }

    .small-section-mobile img {
        height: 55px;
        width: 55px;
        margin-bottom: 10px;
    }

    .small-section-mobile .col-6 {
        padding: 15px;
    }

    .slider-padding {
        padding: 5px 10px;
    }

    .slider-box {
        padding-left: 10px;
        padding-right: 10px;
    }

    .half-slider .slider-box {
        padding-right: 10px;
    }

    .big-box .box-image-container {
        height: auto;
        /* height: 300px; */
    }

    #chef-slider .slick-prev {
        left: 2%;
        display: none !important;
    }

    .footer-top {
        padding: 15px;
    }

    .footer-padding {
        padding-left: 10px;
        padding-right: 10px;
    }

    .footer-bottom {
        background-color: #b8442c;
        padding: 15px;
    }

    .guest-section {
        padding: 15px;
    }

    .half-slider-controls {
        position: absolute;
        right: 5%;
        bottom: 0;
    }

    .custom-box .box-image-container {
        height: 35vw;
    }

    #inner-banner-wrapper {
        /* height: 350px; */
        height: 45vh;
    }

    .review-img {
        max-width: 125px;
    }

    .btn {
        padding-left: 15px;
        padding-right: 15px;
        min-width: 125px;
    }

    .chef-content {
        padding: 30px;
    }

    .filter-nav {
        /* display: block; */
        font-size: 13px;
    }

    .alt-bg-content {
        margin-bottom: 5%;
    }

    .share-btn {
        margin-left: 10px;
        margin-right: 10px;
    }


    .tri-slider .slick-next {
        right: -3% !important;
    }

    .tri-slider .slick-prev {
        left: -3% !important;
    }


    #chef-slider .slick-prev {
        left: 1%;
    }

    #chef-slider .slick-next {
        right: 1%;
    }

    .half-slider-controls img {
        height: 25px;
        margin-bottom: 0;
        margin-right: 20px;
    }

    .custom-box .box-content-container,
    .big-box .box-content-container {
        padding: 5px 15px;
    }

    .quote-font {
        font-size: 35px;
    }


    .half-slider .slick-list {
        padding: 0 15% 0 0;
    }

    .single-slider-wrapper {
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width: 768px) {}

@media only screen and (max-width: 575px) {

    .custom-box .box-image-container {
        height: 65vw;
    }

    #chef-wrapper {
        /* height: calc(50vh + 150vw); */
        /* height: 200vh; */
        height: 125vh;
    }

    #chef-wrapper #linked-slider-wrapper {
        /* height: 50vh !important; */
        height: 100vh !important;
    }

    #chef-wrapper #chef-slider-wrapper {
        /* height: 150vw !important; */
        height: 125vh !important;
    }

    .slider-box {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media only screen and (max-width: 425px) {}