@font-face {
    font-family: 'Avenir';
    src: url('~/fonts/Avenir\ Book.ttf');
}

@font-face {
    font-family: 'Milk';
    src: url('~/fonts/Milk\ 400.otf');
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin: 0 0 100px;
}

footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden;
}

.navbar ul {
    font-size: 14px;
}

a {
    color: rgb(255, 255, 255);
}

    a.left {
        position: relative;
    }

        a.left:before {
            content: "";
            position: absolute;
            width: 0;
            height: 2px;
            bottom: 0;
            left: 0;
            background-color: #FFF;
            visibility: hidden;
            transition: all 0.3s ease-in-out;
        }

        a.left:hover:before {
            visibility: visible;
            width: 100%;
        }

@keyframes cf3FadeInOut {
    0% {
        opacity: 1;
    }

    45% {
        opacity: 0;
    }

    55% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.left-press::-webkit-scrollbar {
    width: 12px;
}

.left-press::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

.left-press::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

.nav-tabs {
    border-bottom: 0px solid #dee2e6;
}

    .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
        border-color: #e9ecef00 #e9ecef00 #dee2e600;
        color: rgba(189, 23, 23, 0.7) !important;
    }

.contact-hyperlink a {
    text-decoration: none;
}

ul li, ol li {
    position: relative;
    text-align: left;
    margin-bottom: 0.25rem;
}

.reservation-list {
    padding-left: 10px;
}

    .reservation-list li {
        padding-left: 10px;
    }

ul li a {
    display: block;
    padding: 8px 25px;
    color: black;
    text-decoration: none;
}

.nav-link a {
    color: white;
}

a:hover {
    color: rgba(189, 23, 23, 0.7);
    transition: opacity 0.3s;
}

ul li ul.dropdown {
    width: 200px;
    padding-left: 0px;
    font-size: 14px;
    background-color: rgb(227 227 227);
    color: white;
    display: none;
    position: absolute;
    z-index: 999;
    left: 0;
}

ul li:hover ul.dropdown {
    display: block; /* Display the dropdown */
    transition: 1s;
}

ul li ul.dropdown li {
    display: block;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
    color: black;
}

.navbar-light .navbar-nav .nav-link {
    color: black;
    padding: 8px 25px;
}

.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show > .nav-link {
    color: white;
}

.navbar-dark .navbar-nav .nav-link {
    color: white;
    padding: 8px 25px;
}

.footer-logos {
    display: flex;
    justify-content: space-between;
    /* align-items: stretch; */
    flex-wrap: wrap;
}

.footer-end-logo {
    padding-right: 30px;
}

.footer-logos img {
    height: 80px;
}

.contact-us {
    text-align: left;
    color: white;
}

.term-content {
    text-align: left;
    font-size: 14px;
}

.contact-us p {
    font-size: 13px;
    padding: 20px 0px;
}

.title {
    margin-top: 0px;
}

.menu-navlink {
    color: black !important;
}

    .menu-navlink:hover {
        color: rgba(66, 61, 61, 0.7) !important;
    }

.our-people-image-left {
    max-width: 100%;
    height: auto;
    float: right;
    padding-top: 35px;
}

.our-people-image-right {
    max-width: 100%;
    height: auto;
    float: left;
    padding-top: 35px;
}

.chefs-letter-right-text h6 p {
    text-align: left;
}

.our-people-text-right h6 {
    text-align: right;
}

.chef-para {
    width: 70%;
    font-size: 13px;
    text-align: left;
}

.our-people-para-right {
    width: 100%;
    font-size: 13px;
    letter-spacing: .08em;
    text-align: left;
}

.our-people-para-left {
    width: 100%;
    font-size: 13px;
    letter-spacing: .08em;
    float: right;
    text-align: right;
}

.chef-para-name {
    float: right;
}

.left-ingenuity {
    background-color: rgba(204,212,209,0.39);
    color: white;
    padding: 4%;
    font-size: 14px;
    margin-top: 50px;
}

.reservation-button {
    margin-top: 10px;
    background-color: rgba(255,255,255,.58);
    border: 1px solid rgb(97 97 97);
    padding: 5px;
    cursor: pointer;
}

.reservation-block {
    font-size: 13px;
    line-height: 1.3rem;
}

.reservation-button:hover {
    margin-top: 10px;
    background-color: black;
    border: 1px solid black;
    color: white;
    padding: 5px;
    cursor: pointer;
}

.ingenuity-links a {
    text-decoration: none;
    color: #ffffff;
}

    .ingenuity-links a:hover {
        text-decoration: none;
        color: rgba(189, 23, 23, 0.7);
    }

.our-people-sublink {
    margin: 0px;
    text-align: center;
}

    .our-people-sublink a {
        text-decoration: none;
        color: grey;
        font-size: 13px;
    }

.our-people-text {
    text-align: left;
}

.chefs-letter-image {
    float: right;
}

.work-with-us {
    display: flex;
    justify-content: center;
    align-items: center;
}

.reservation-flow {
    justify-content: space-between;
    flex-wrap: nowrap;
    position: relative;
    padding: 0px 2%;
}

    .reservation-flow p {
        font-size: 12px;
    }

.reservationStepOne-block {
    padding: 0%;
    color: black;
    margin-bottom: 100px;
}

hr {
    margin-bottom: -25px;
    margin-top: 40px;
    position: relative;
    height: 5px;
    width: 90%;
    color: #2a2323;
    margin-left: 25px;
}

.stepOne-button {
    width: 60%;
    height: 60%;
    border-radius: 50%;
    font-size: 20px;
    color: rgb(0, 0, 0);
    border: 0px solid grey;
    background-color: #ffffff;
}

button.reservation-step {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    font-size: 20px;
    color: rgb(0, 0, 0);
    border: 0px solid grey;
    background-color: #ffffff;
}

.reservation-form {
    border: 2px solid white;
}

.info-reservation {
    font-size: 12px;
    display: flex;
    align-content: center;
    justify-content: center;
}

    .info-reservation p {
        width: 90%;
        margin-bottom: 0;
    }

.text-conteiner {
    font-size: 12px;
}

    .text-conteiner p {
        margin-bottom: 0;
    }

.form-control {
    font-size: 12px;
}

.form-check {
    font-size: 12px;
}


.btn-reservation {
    background-color: white;
    border: 1px solid grey;
    color: black;
    width: 100%;
}

    .btn-reservation:hover {
        background-color: rgb(0, 0, 0);
        border: 1px solid grey;
        color: rgb(255, 255, 255);
    }

@media screen and (max-width: 768px) {
    .reservationStepOne-block {
        width: 100%;
    }
}


/* media queries */
@media screen and (max-width: 760px) {
    .navbar-brand img {
        height: 60px;
    }

    .footer-logos img {
        height: 40px;
    }

    .footer-logos {
        align-content: center;
    }

    .chefs-letter-image {
        float: none;
    }

    .chefs-letter-image-responsive {
        text-align: center;
    }

    .our-people-image-responsive {
        text-align: center;
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .chefs-letter-right-text {
        padding: 2rem;
    }

    .our-people-text {
        padding-left: 2rem;
        padding-right: 2rem;
        padding-top: 1rem;
    }

    .chef-para {
        width: 100%;
    }

    .our-people-image-left {
        float: none;
        padding-top: 0;
    }

    .our-people-image-right {
        float: none;
        padding-top: 0;
    }

    .title {
        margin-top: 0px;
    }
}

.fade-in-text {
    color: rgb(255, 255, 255);
    animation: fadeIn linear 3s;
    -webkit-animation: fadeIn linear 3s;
    -moz-animation: fadeIn linear 3s;
    -o-animation: fadeIn linear 3s;
    -ms-animation: fadeIn linear 3s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.reservation-step-header {
    padding: .5rem;
    text-align: center;
    border-bottom: solid white;
}

.reservation-step-rules ul li {
    display: list-item;
}

.reservation-step-rules ul {
    padding-bottom: .5rem !important;
}

    .reservation-step-rules ul li a {
        display: unset;
        padding: unset;
        text-decoration: underline;
        cursor: pointer;
    }

.current-step {
    background-color: #c3c3c3 !important;
}

/*required for checkBox validation*/
.kendo-ignore.k-hidden {
    display: block !important;
}

/*used for text with light background image*/
.light-background {
    background-color: rgba(204,212,209,0.65) !important;
    color: black !important;
}

.interior-design-text {
    background-color: rgba(204,212,209,0.75) !important;
}

@media (max-width: 992px) {

    #navbarNav {
        background-color: rgba(204,212,209,0.5);
    }
}
