    /* CSS Document */
    
    body {
        color: #333;
        margin: 0;
        padding: 0px;
        font-family: 'Questrial', sans-serif;
    }
    
    img {
        width: 100%;
    }
    
    a {
        color: rgb(35 40 43);
        transition: 400ms;
        text-decoration: none;
    }
    
    a:hover {
        color: rgb(35 40 43);
        text-decoration: none;
    }
    
    .scrollup {
        position: fixed;
        right: 15px;
        bottom: 60px;
        width: 40px;
        height: 40px;
        color: #fff;
        text-align: center;
        line-height: 40px;
        font-weight: 900;
        font-size: 20px;
        z-index: 99999999 !important;
        display: none;
        border-radius: 12px;
        background-color: #4783b1;
        transition: 400ms;
    }
    
    .scrollup:hover {
        color: #FFF;
        background-color: #39779b;
    }
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    ul,
    ul li {
        padding: 0px;
        margin: 0px;
        list-style: none;
    }
    
    .title-font {
        font-family: 'Tilt Warp', cursive;
    }
    
    .btn {
        display: inline-block;
        padding: 12px 34px;
        font-size: 14px;
        font-weight: 600;
        border-radius: 50px;
        text-transform: uppercase;
        letter-spacing: 1px;
        line-height: normal;
        margin: 0px !important;
    }
    
    .btn-close {
        box-shadow: none !important;
    }
    
    .btn-atg-1 {
        color: #FFF;
        background-color: #98cf00 !important;
        border-color: #98cf00 !important;
        transition: 400ms;
        box-shadow: 0px 2px 15px rgb(152 207 0 / 15%);
    }
    
    .btn-atg-1:hover {
        color: #FFF !important;
        background-color: #05690b !important;
        border-color: #05690b !important;
        box-shadow: 0px 1px 2px rgb(152 207 0 / 5%);
    }
    
    .btn-atg-2 {
        color: #FFF;
        background-color: #4783b1!important;
        border-color: #4783b1 !important;
        transition: 400ms;
        box-shadow: 0px 2px 15px #39779b64;
    }
    
    .btn-atg-2:hover {
        color: #FFF !important;
        background-color: #39779b !important;
        border-color: #39779b !important;
        box-shadow: 0px 1px 2px #39779b39;
    }
    
    .a-anchor {
        font-weight: 600;
        padding-bottom: 4px;
        border-bottom: 2px solid #39779b;
        transition: 400ms;
    }
    
    .a-anchor:hover {
        color: #39779b;
        border-bottom: 2px solid #39779b !important;
    }
    
    .no-caps {
        text-transform: none !important;
    }
    
    .wrapper {
        position: relative;
        overflow: hidden;
    }
    
    .padding-1 {
        padding: 50px 0px;
    }
    
    .padding-2 {
        padding: 0px 0px 50px;
    }
    
    .padding-3 {
        padding: 70px 0px;
    }
    
    .web-shadow-1 {
        box-shadow: #eaf4ff 0px 10px 20px 0px !important;
    }
    
    .bg-overlay {
        background-color: #00316684;
    }
    
    @media screen and (max-width: 992px) {
        .btn {
            padding: 7px 10px;
            font-size: 14px;
        }
        .padding-2 {
            padding: 50px 0px;
        }
    }
    
    .bg-lighten {
        background: rgb(255, 255, 255);
        background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(240, 248, 255, 1) 100%);
    }
    
    .bg-light-blue {
        background: rgb(18, 85, 136);
        background: linear-gradient(0deg, rgba(18, 85, 136, 1) 0%, rgba(19, 103, 167, 1) 100%);
    }
    
    .shadow-0 {
        box-shadow: none !important;
        border: none !important;
    }
    
    .shadow-0:focus {
        border: none !important;
        box-shadow: none !important;
    }
    
    .food-1 {
        top: 0px;
        left: 20%;
        position: absolute;
        z-index: 99;
    }
    
    .food-1 img {
        width: 70%;
        -webkit-animation: bounce-bottom 20s steps(10, end) infinite alternate;
        animation: bounce-bottom 20s steps(10, end) infinite alternate;
    }
    
    .food-2 {
        top: 60%;
        right: 30px;
        position: absolute;
        z-index: 99;
    }
    
    .food-2 img {
        width: 70%;
        -webkit-animation: bounce-bottom 30s steps(10, end) infinite alternate;
        animation: bounce-bottom 30s steps(10, end) infinite alternate;
    }
    
    .food-3 {
        top: 50%;
        left: -30px;
        position: absolute;
        z-index: 99;
    }
    
    .food-3 img {
        width: 70%;
        -webkit-animation: bounce-bottom 20s steps(10, end) infinite alternate;
        animation: bounce-bottom 20s steps(10, end) infinite alternate;
    }
    
    .food-4 {
        top: -50px;
        right: 30px;
        position: absolute;
        z-index: 99;
    }
    
    .food-4 img {
        width: 70%;
        -webkit-animation: bounce-bottom 30s steps(10, end) infinite alternate;
        animation: bounce-bottom 30s steps(10, end) infinite alternate;
    }
    
    @-webkit-keyframes bounce-bottom {
        0% {
            -webkit-transform: translateY(45px);
            transform: translateY(45px);
            -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
            opacity: 1;
        }
        24% {
            opacity: 1;
        }
        40% {
            -webkit-transform: translateY(24px);
            transform: translateY(24px);
            -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
        }
        65% {
            -webkit-transform: translateY(12px);
            transform: translateY(12px);
            -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
        }
        82% {
            -webkit-transform: translateY(6px);
            transform: translateY(6px);
            -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
        }
        93% {
            -webkit-transform: translateY(4px);
            transform: translateY(4px);
            -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
        }
        25%,
        55%,
        75%,
        87% {
            -webkit-transform: translateY(0px);
            transform: translateY(0px);
            -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
        }
        100% {
            -webkit-transform: translateY(0px);
            transform: translateY(0px);
            -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
            opacity: 1;
        }
    }
    
    @keyframes bounce-bottom {
        0% {
            -webkit-transform: translateY(45px);
            transform: translateY(45px);
            -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
            opacity: 1;
        }
        24% {
            opacity: 1;
        }
        40% {
            -webkit-transform: translateY(24px);
            transform: translateY(24px);
            -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
        }
        65% {
            -webkit-transform: translateY(12px);
            transform: translateY(12px);
            -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
        }
        82% {
            -webkit-transform: translateY(6px);
            transform: translateY(6px);
            -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
        }
        93% {
            -webkit-transform: translateY(4px);
            transform: translateY(4px);
            -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
        }
        25%,
        55%,
        75%,
        87% {
            -webkit-transform: translateY(0px);
            transform: translateY(0px);
            -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
        }
        100% {
            -webkit-transform: translateY(0px);
            transform: translateY(0px);
            -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
            opacity: 1;
        }
    }
    
    @media screen and (max-width: 992px) {
        .food-1 {
            left: 40%;
        }
        .food-2 {
            right: 5px !important;
        }
        .food-2 img {
            width: 60px;
        }
        .food-3 {
            top: 30%;
        }
        .food-3 img {
            width: 60px;
        }
    }
    /* End Default CSS*/
    /* Start Header CSS */
    
    .header-wrapper {
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9;
        background-color: #002b58;
    }
    
    .navbar-brand img {
        width: 140px;
        padding-right: 30px;
    }
    
    .nav-item {
        margin: 0px 7px;
    }
    
    .nav-link {
        font-size: 15px;
        letter-spacing: .5px;
        font-weight: 600;
        color: #FFF !important;
    }
    
    .nav-item:hover .nav-link {
        color: #5faae2 !important;
    }
    
    .nav-link.active {
        color: #5faae2 !important;
    }
    
    .dropdown:hover .dropdown-menu {
        display: block;
        border: none !important;
    }
    
    .telephone {
        display: flex;
        margin-left: 50px;
        align-items: center;
        padding: 5px 15px 5px 5px;
        border: 2px dashed #98cf00;
        border-radius: 50px;
        box-shadow: 0px 2px 15px rgb(152 207 0 / 15%);
        transition: 400ms;
        color: #FFF;
    }
    
    .telephone:hover {
        box-shadow: 0px 1px 2px rgb(152 207 0 / 5%);
    }
    
    .telephone-img {
        margin-right: 10px;
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center;
        width: 34px;
        height: 34px;
        border-radius: 50%;
        background-color: #98cf00;
    }
    
    .telephone-img img {
        width: 20px;
        height: 20px;
        object-fit: contain;
    }
    
    .telephone a {
        font-size: 18px;
        color: #FFF;
        font-family: 'Tilt Warp', cursive;
    }
    
    @media screen and (max-width: 992px) {
        .navbar-nav {
            text-align: center;
        }
        .telephone {
            display: flex;
            margin-left: 0px;
            justify-content: center;
        }
    }
    /* End Header CSS */
    /* Start Slider CSS */
    
    .slider-wrapper {
        position: relative;
        height: 70vh;
        -webkit-border-bottom-right-radius: 50px;
        -webkit-border-bottom-left-radius: 50px;
        -moz-border-radius-bottomright: 50px;
        -moz-border-radius-bottomleft: 50px;
        border-bottom-right-radius: 50px;
        border-bottom-left-radius: 50px;
        overflow: hidden;
    }
    
    .wrapper-video {
        position: relative;
        z-index: 99;
    }
    
    .slider-container {
        position: relative;
        z-index: 99;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        text-align: center;
        -webkit-animation: fade-in 8s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
        animation: fade-in 8s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    }
    /* ----------------------------------------------
 * Generated by Animista on 2023-3-7 17:42:47
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
    /**
 * ----------------------------------------
 * animation fade-in
 * ----------------------------------------
 */
    
    @-webkit-keyframes fade-in {
        0% {
            opacity: 0;
        }
        50% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
    
    @keyframes fade-in {
        0% {
            opacity: 0;
        }
        50% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
    
    .slider-container h1 {
        font-size: 50px;
        line-height: 50px;
    }
    
    .slider-container span {
        background: url(../images/food-bg.png) no-repeat top center;
        background-size: contain;
        color: #4783b1;
    }
    
    .slider-container p {
        font-size: 18px;
    }
    
    .slider-video-1 {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 1;
    }
    
    @media screen and (max-width: 992px) {
        .slider-wrapper {
            position: relative;
            height: 300px;
            padding: 0px 30px;
            -webkit-border-bottom-right-radius: 50px;
            -webkit-border-bottom-left-radius: 50px;
            -moz-border-radius-bottomright: 50px;
            -moz-border-radius-bottomleft: 50px;
            border-bottom-right-radius: 50px;
            border-bottom-left-radius: 50px;
            overflow: hidden;
        }
        .slider-container h1 {
            font-size: 30px;
            line-height: 30px;
        }
        .slider-container p {
            font-size: 14px;
        }
    }
    /*End Slider CSS*/
    /* Start Content CSS */
    
    .offer-card {
        border: 2px dotted #98cf00;
        border-radius: 20px;
        transition: 400ms;
        padding: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: rgb(255, 255, 255);
        background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(244, 255, 213, 1) 100%);
    }
    
    .offer-card h4 {
        font-size: 26px;
        margin: 0px 15px;
    }
    
    .offer-card h5 {
        font-size: 16px;
        font-weight: 700;
    }
    
    @media screen and (max-width: 992px) {
        .offer-card {
            flex-direction: column;
            padding: 20px;
        }
    }
    
    .food-container {
        position: relative;
        min-height: 440px;
        background: #f1f9ff url(../images/food-pattern-1.png) no-repeat top center;
        background-size: cover;
        transition: 400ms;
        border: 2px dashed #d7eeff;
        text-align: center;
        border-radius: 10px;
        overflow: hidden;
    }
    
    .pos-btn {
        position: absolute;
        bottom: 30px;
        margin: 0 auto;
        left: 0;
        right: 0;
    }
    
    .food-radius-1 {
        -webkit-border-radius: 5px;
        -webkit-border-top-left-radius: 50px;
        -moz-border-radius: 5px;
        -moz-border-radius-topleft: 50px;
        border-radius: 5px;
        border-top-left-radius: 50px;
    }
    
    .food-radius-2 {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
    
    .food-radius-3 {
        -webkit-border-radius: 5px;
        -webkit-border-top-right-radius: 50px;
        -moz-border-radius: 5px;
        -moz-border-radius-topright: 50px;
        border-radius: 5px;
        border-top-right-radius: 50px;
    }
    
    .food-item-1 {
        display: block;
        background: url(../images/food-bg.png) no-repeat top center;
        background-size: contain;
        margin-bottom: 15px;
    }
    
    .food-item-1 img {
        display: block;
        width: 240px;
        height: 240px;
        object-fit: contain;
    }
    
    .food-container p {
        font-size: 13px;
    }
    
    .food-container-2 {
        position: relative;
        min-height: 440px;
        transition: 400ms;
        border: 1px dashed #d7eeff;
        text-align: center;
    }
    
    .food-item-2 {
        display: block;
        background: url(../images/food-bg.png) no-repeat top center;
        background-size: contain;
        margin-bottom: 15px;
    }
    
    .food-item-2 img {
        display: block;
        width: 240px;
        height: 240px;
        object-fit: contain;
    }
    
    .food-container-2 h3 {
        color: #FFF;
    }
    
    .food-container-2 p {
        font-size: 13px;
        color: #FFF;
    }
    
    .deals-card {
        position: absolute;
        top: 30px;
        right: 30px;
        width: 70px;
        height: 70px;
        border-radius: 50%;
        background-color: #98cf00;
        display: flex;
        color: #FFF;
        font-size: 18px !important;
        justify-content: center;
        align-items: center;
    }
    
    .deals-card-title {
        line-height: 18px;
    }
    
    @media screen and (max-width: 992px) {
        .food-container {
            min-height: 400px;
        }
        .food-item-1 {
            margin-bottom: 15px;
        }
        .food-item-1 img {
            display: block;
            width: 180px;
            height: 180px;
            object-fit: contain;
        }
    }
    
    .default-content h5 {
        font-size: 20px;
        line-height: 34px;
        font-weight: 600;
    }
    
    .default-content p {
        font-size: 16px;
        line-height: 26px;
    }
    
    .images-card {
        position: relative;
        padding: 30px;
    }
    
    .image-item {
        position: relative;
        z-index: 2;
    }
    
    .images-card-bg {
        position: absolute;
        background-color: #4783b1;
        width: 75%;
        height: 100%;
        top: 0px;
        right: 0px;
        z-index: 1;
        -webkit-border-radius: 10px;
        -webkit-border-top-left-radius: 100px;
        -moz-border-radius: 10px;
        -moz-border-radius-topleft: 100px;
        border-radius: 10px;
        border-top-left-radius: 100px;
    }
    
    @media screen and (max-width: 992px) {
        .default-content {
            margin-bottom: 30px;
        }
    }
    
    .menucard-single {
        display: flex;
        justify-content: space-between;
        color: #FFF;
        border-top: 2px solid #FFF;
    }
    
    .menu-card-btn:focus {
        box-shadow: none !important;
    }
    /* End Content CSS */
    /* Start Footer */
    
    .footer-wrapper {
        position: relative;
        background-color: #002b58;
    }
    
    .footer-nav {
        padding: 15px 0px;
        background-color: #001b38;
    }
    
    .footer {
        display: block;
        color: #FFF;
    }
    
    .footer h5 {
        display: block;
        color: #FFF;
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 15px;
    }
    
    .footer p {
        display: block;
        color: #FFF;
        font-size: 15px;
        line-height: 24px;
    }
    
    .footer ul {
        display: flex;
        justify-content: space-evenly;
    }
    
    .footer ul li {
        display: block;
        color: #FFF;
        font-size: 15px;
    }
    
    @media screen and (max-width: 992px) {
        .footer ul li {
            display: block;
            color: #FFF;
            font-size: 12px;
        }
    }
    
    .footer ul li a {
        display: inline-block;
        color: #FFF;
        transition: 400ms;
    }
    
    .footer ul li a:hover {
        color: #9dccff;
    }
    
    .footer a img {
        width: 120px;
    }
    
    .copyright-wrapper {
        position: relative;
        border-top: 2px dashed #004288;
        padding: 20px 0px;
        background-color: #002b58;
    }
    
    .copyrights p {
        font-size: 15px;
        color: #8fa4bb;
    }
    
    .social-icons {
        display: block;
    }
    
    .social-icons ul {
        display: flex;
    }
    
    .social-icons ul li {
        margin-right: 10px;
    }
    
    .social-icons ul li a {
        color: #8fa4bb;
        display: flex;
        width: 34px;
        height: 34px;
        align-items: center;
        justify-content: center;
        border: 2px solid #8fa4bb;
        border-radius: 50%;
        transition: 400ms;
    }
    
    .social-icons ul li a:hover {
        color: #001b38;
        background-color: #8fa4bb;
    }
    /* End Footer */
    
    .breadcrumb-nav {
        padding: 10px 0px;
        margin: 0px;
    }
    
    .breadcrumb-nav a {
        font-weight: 600;
    }
    
    .food-container-3 {
        position: relative;
        background: #f1f9ff url(../images/food-pattern-1.png) no-repeat top center;
        background-size: cover;
        transition: 400ms;
        border: 2px dashed #d7eeff;
        text-align: center;
        padding: 30px;
    }
    
    .food-item-3 {
        display: flex;
        background: url(../images/food-bg.png) no-repeat top center;
        background-size: contain;
        margin-bottom: 15px;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    
    .food-item-3 img {
        display: block;
        width: 240px;
        height: 240px;
        object-fit: contain;
    }
    
    .food-container-3 ul {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    
    .food-container-3 ul li {
        display: flex;
        padding: 5px 0px;
        font-weight: 600;
        border-top: 1px dashed #5faae2;
        justify-content: space-between;
    }
    
    .stickynav {
        display: block;
        margin: 0px 0px 30px;
        background-color: #FFF;
        padding: 10px 0px;
    }
    
    .stickynav ul {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .stickynav ul li {
        font-weight: 600;
    }
    
    .w-span {
        width: 100px;
    }
    
    @media screen and (max-width: 992px) {
        .food-container-3 ul li {
            font-size: 14px;
        }
    }
    
    .mn-img {
        width: 150px !important;
    }
    
    .radius-15 {
        border-radius: 15px;
    }
    
    .map {
        position: relative;
        width: 100%;
        min-height: 380px;
    }
    
    .slider-order-wrapper {
        position: relative;
        z-index: 9;
        height: 85vh;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    
    .slider-container-order {
        position: relative;
        z-index: 99;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 85vh;
        text-align: center;
        -webkit-animation: fade-in 8s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
        animation: fade-in 8s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    }