    /* fonts */
    
    @import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');
    /* fonts */
    
     :root {
        --theme-background: #FFB808;
        --theme-background-rgba: rgba(255, 184, 8, 1);
        --color-w: #ffffff;
        --color-b: #0D0D0D;
        --grey: #ececec;
    }
    
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        overflow-x: hidden;
        font-size: 16px;
        scroll-behavior: smooth;
    }
    
    a,
    p,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    i,
    span,
    div {
        overflow: hidden;
    }
    
    html,
    body {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    
    a {
        text-decoration: none;
    }
    
    .btn:focus {
        box-shadow: none;
    }
    
    .btn-close:focus {
        box-shadow: none;
    }
    
    .bg-dark-yellow {
        background-color: var(--theme-background);
    }
    
    .text-theme {
        color: var(--theme-background);
    }
    
    .bg-bluish {
        background-color: #023E73;
    }
    
    .bg-grey {
        background-color: var(--grey);
    }
    
    .text-black {
        color: var(--theme-text);
    }
    
    .text-white {
        color: var(--color-w);
    }
    
    .text-dark-yellow {
        color: var(--theme-background);
    }
    
    .text-font {
        font-family: 'Great Vibes', cursive;
    }
    
    #loading {
        position: fixed;
        width: 100%;
        height: 100vh;
        background: #fff url('../img/loader.gif') no-repeat center center;
        z-index: 9999;
    }
    /* banner-section-start */
    
    .banner {
        min-height: 100vh;
        width: 100%;
        background-image: linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url(../img/banner.jpg);
        background-repeat: no-repeat;
        background-position: center;
    }
    
    .banner-content {
        min-height: 80vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .banner-content .btn {
        border: 2px solid #fff;
    }
    
    .logo a:hover {
        color: var(--theme-background);
    }
    
    .navbar>.container,
    .navbar>.container-fluid,
    .navbar>.container-lg,
    .navbar>.container-md,
    .navbar>.container-sm,
    .navbar>.container-xl,
    .navbar>.container-xxl {
        display: flex;
        flex-wrap: inherit;
        align-items: center;
        justify-content: space-between;
    }
    
    .navbar-collapse {
        flex-grow: 0;
    }
    
    .fixed {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 99;
        margin-top: 0;
        min-height: 3rem;
        transition: .5s all ease-in-out;
    }
    
    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 0;
        align-items: center;
    }
    
    .navbar-nav {
        opacity: 75%;
        border-radius: 10px;
    }
    
    .navbar-dark {
        color: var(--theme-background);
    }
    
    .navbar-dark .navbar-nav .nav-link {
        color: var(--color-w);
        font-weight: 400;
        font-size: 14px;
        border-bottom: 2px solid #fff;
        margin-right: 20px;
    }
    
    .navbar-dark .navbar-nav .nav-link:focus {
        color: var(--theme-background);
    }
    
    .navbar-dark .navbar-nav .nav-link.active,
    .navbar-dark .navbar-nav .show>.nav-link {
        color: var(--theme-background);
        border-color: var(--theme-background);
    }
    
    .navbar-toggler-icon {
        padding: 20px;
        border-radius: 5px;
    }
    
    .navbar-toggler:focus {
        box-shadow: none;
    }
    
    .navbar-expand-lg .navbar-nav .nav-link:hover {
        color: var(--theme-background);
        border-color: var(--theme-background);
    }
    
    @media only screen and (max-width: 992px) {
        .navbar-collapse button {
            width: 200px;
            margin: auto;
            margin-bottom: 5px;
        }
        .navbar-dark .navbar-nav .nav-link {
            color: var(--color-w);
            font-weight: 400;
            font-size: 14px;
            border-bottom: 2px solid #fff;
            width: 125px;
            margin: auto;
            text-align: center;
            margin-right: 0px;
        }
        .navbar-dark .navbar-nav .nav-link {
            color: var(--color-w);
            font-weight: 400;
            font-size: 14px;
            border-bottom: 2px solid #fff;
            width: 125px;
            margin: auto;
            text-align: center;
        }
    }
    /* banner-section-end*/
    /* menu-section-start */
    
    #menu {
        min-height: auto;
        width: 100%;
        background: var(--color-b);
    }
    
    .nav-pills .nav-link:hover {
        border-bottom: 1px solid #fff;
        border-radius: 0px;
    }
    /* menu-section-end */
    /* reservation-section-start */
    
    .reservation {
        min-height: auto;
        width: 100%;
        background-image: linear-gradient(rgba(0, 0, 0, .9), rgba(0, 0, 0, .9)), url(../img/reserv.jpg);
        background-repeat: no-repeat;
        background-position: center;
    }
    
    .reserve {
        min-height: 60vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    /* reservation-section-end */
    /* gallery-section-start */
    
    .portfolio-menu ul li {
        border: 1px solid #fff;
        border-radius: none;
        color: #fff;
    }
    
    .portfolio-menu ul li.active,
    .portfolio-menu ul li:hover {
        background-color: var(--theme-background);
        border: none;
    }
    
    .hovereffect {
        width: 100%;
        height: 100%;
        float: left;
        overflow: hidden;
        position: relative;
        text-align: center;
        cursor: default;
    }
    
    .hovereffect .overlay {
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }
    
    .hovereffect:hover .overlay {
        background-color: rgba(255, 184, 8, .3);
    }
    
    .hovereffect a.info {
        display: inline-block;
        text-decoration: none;
        text-transform: uppercase;
        color: #fff;
        margin: 70px 0 0 0;
        background-color: transparent;
        opacity: 0;
        transform: scale(1.5);
        transition: all 0.4s ease-in-out;
        font-weight: normal;
        height: 85%;
        width: 85%;
        position: absolute;
        top: -8%;
        left: 8%;
        padding: 58px 0 0;
    }
    
    .hovereffect a.info i {
        display: block;
    }
    
    .hovereffect a.info {
        border: none;
    }
    
    .hovereffect:hover a.info {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        background-color: rgba(255, 184, 8, .6);
    }
    
    .portfolio-item .item {
        padding-right: 5px;
        padding-bottom: 15px;
        overflow: hidden;
    }
    
    .overlay .btn {
        border: 2px solid #fff;
    }
    /* gallery-section-end */
    /* booking-section-start */
    
    .booking {
        min-height: 70vh;
        width: 100%;
        background-image: linear-gradient(rgba(0, 0, 0, .9), rgba(0, 0, 0, .9)), url(../img/booking.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    
    .booking-content .form-control {
        background-color: transparent;
        border: none;
        border-bottom: 1px solid #fff;
        border-radius: 0px;
        color: var(--color-w);
    }
    
    .booking-content .form-control:focus {
        box-shadow: none;
        border-color: var(--theme-background);
    }
    /* booking-section-start */
    /* chef-section-start */
    
    .chef {
        min-height: 100vh;
        width: 100%;
    }
    
    .chef-content {
        min-height: 80vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .chef-content .card {
        border: none;
    }
    
    .chef-content .card:hover i {
        color: var(--theme-background);
    }
    
    .chef-content .card:hover {
        border-bottom: 2px solid #FFB808;
        cursor: pointer;
    }
    /* chef-section-end */
    /* contact-section-start */
    
    .contact-content .form-control {
        background-color: transparent;
        border: none;
        border-bottom: 1px solid #fff;
        border-radius: 0px;
        color: var(--color-w);
    }
    
    .contact-content .form-control:focus {
        box-shadow: none;
        border-color: var(--theme-background);
    }
    
    .contact-content .btn {
        border: 2px solid #fff;
    }
    /* contact-section-end */