.menu-bg {
    background-image: url('/public/assets/images/menu/section-bg.webp');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    min-height: 59em;
}
.booking-bg {
    background-image: url('/public/assets/images/home/booking-bg.webp');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    min-height: 30em;
    display: flex;
    align-items: center;
}

.text-site-primary {
    color: #FFBF51 !important;
}

.text-site-danger {
    color: #c73938 !important;
}
.text-danger{
    color: #c73938 !important;
}


.menu-tab {
    margin: 0px !important;
}

.menu-tab>.nav-item {
    margin: 0px !important;
    width: 33.33%;
}

.menu-tab .nav-link {
    border-radius: 0px !important;
    display: block;
    padding: .5rem 1rem;
    color: #000;
    text-decoration: none;
    font-size: 18px;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.menu-tab .nav-item.show .nav-link,
.menu-tab .nav-link.active {
    color: #fff !important;
    background-color: #c73938 !important;
    border-color: #c73938 !important;
}

.owl-nav {
    display: none !important;
}

.btn-site-primary {
    color: #fff;
    background-color: #c73938;
    border-color: #c73938;
    border-radius: 12px !important;
}

.btn-site-primary:hover {
    color: #fff;
    background-color: #c73938;
    border-color: #c73938
}

.btn-check:focus+.btn-site-primary,
.btn-site-primary:focus {
    color: #fff;
    background-color: #c73938;
    border-color: #c73938;
    -webkit-box-shadow: 0 0 0 .25rem #c7383898;
    box-shadow: 0 0 0 .25rem #c7383898
}

.btn-check:active+.btn-site-primary,
.btn-check:checked+.btn-site-primary,
.btn-site-primary.active,
.btn-site-primary:active,
.show>.btn-site-primary.dropdown-toggle {
    color: #fff;
    background-color: #c73938;
    border-color: #c73938
}

.btn-check:active+.btn-site-primary:focus,
.btn-check:checked+.btn-site-primary:focus,
.btn-site-primary.active:focus,
.btn-site-primary:active:focus,
.show>.btn-site-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .25rem #c7383898;
    box-shadow: 0 0 0 .25rem #c7383898
}

.btn-site-primary.disabled,
.btn-site-primary:disabled {
    color: #fff;
    background-color: #c73938;
    border-color: #c73938
}

.custom-owl-nav>button {
    padding: 7px 10px;
    border-radius: 50%;
    border: 2px solid #b5c1ca;
    font-size: 25px;
    color: #b5c1ca !important;
}

.menu-title {
    display: flex;
    justify-content: space-between;
}

.menu-name {
    white-space: nowrap;
    margin: 0px;
    font-weight: 500;
    color: #000;
    font-size: 14px;
}

.menu-day {
    font-weight: 500;
    white-space: nowrap;
}

.menu-desc {
    font-size: 12px;
    line-height: 1.5em;
}

.menu-divider {
    margin: auto;
    width: 50%;
    border-bottom: 1px dotted grey;
}

.site-input {
    border-radius: 10px !important;
    border: 1px solid #dee2e6 !important;
    padding: 5px 10px !important;
    font-size: 12px !important;
}

.site-select {
    border-radius: 10px !important;
    border: 1px solid #dee2e6 !important;
    padding: 10px !important;
    font-size: 12px !important;
}

.form-label {
    font-size: 12px;
    color: #000056;
    font-weight: 500;
    margin: 0px;
}

.site-input::placeholder {
    font-size: 12px !important;
}

@media only screen and (max-width: 440px) {
    .menu-tab .nav-link {
        font-size: 14px !important;
    }
    .rts-banner-main-area-swiper.banner-four{
        background-position:left !important;
    }
    .tab-content>.tab-pane {
        padding: 0 10px;
    }

    .orderDetailList {
        display: flex;
        flex-wrap: wrap;
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .order-lable {
        width: 40% !important;
    }

    .order-data {
        width: 60% !important;
    }

    .week-divider4 {
        width: 90% !important;
        display: flex !important;
    }
}

.menu-item {
    display: flex;
}

.item-day {
    background-color: #c73938;
    color: #FFBF51;
    font-size: 12px;
    padding: 2px 5px;
    margin-right: 10px;
    width: 16%;
}

.item-name {
    font-size: 12px;
    color: #000;
}

.week-divider {
    border-bottom: 2px solid #c73938;
    width: 90%;
    margin: auto;
}

.col-title>div {
    display: -webkit-box;
}

.col-title>div>span {
    border: 2px solid #c73938;
    display: flex;
    width: 22px;
    height: 22px;
    align-items: center;
    justify-content: center;
}
.bg-site-danger{
    background-color: #c73938 !important;
}
.bg-danger{
    background-color: #c73938 !important;
}
.btn-light {
    background-color: #d7d7d7 !important;
    border-radius: 12px;
}
.rounded-circle > i {
    font-size: 14px;
}
.order-lable {
    font-size: 12px;
    color: #000056;
    font-weight: 500;
    border: none !important;
    margin: 0px !important;
    width: 22%;
    padding: 0px;
}

.order-data {
    font-size: 12px;
    border: none !important;
    margin: 0px !important;
    width: 28%;
    padding: 0px;
}

.orderDetail {
    display: block;
    padding: 3px;
}

.week-divider4 {
    width: 0%;
    display: none;
}

.add-item-custom-btn {
    border: 1px dashed #d7d7d7;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    align-items: center;
}

.custom-add-span , .custom-remove-span {
    border: 1px solid #c73938;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #c73938;
}

.add-item-custom-btn>p {
    font-size: 12px;
    color: #000;
}

.custom-divider {
    height: 9em;
    border-left: 1px solid;
    margin: auto;
    width: 1%;
}
.startNode1, .endNode1 , .endNode2, .endNode3, .endNode4{
    display: none;
}
.add-item-custom-btn.bg-light{
    cursor: auto;
}
.add-item-custom-btn{
cursor: pointer;
}
.mealUl > .col-12{
    cursor: pointer;
}
.query-list > ul{
    padding-left: 0px;
    list-style: none;
}
.query-list li{
    color: #fff;
    display: flex;
}
.query-list i{
    color: #FBB03B;
    padding-right: 20px;
    padding-top: 5px;
}
ul li a:hover{
    color: #fff;
}
.main-footer-wrapper-one .single-footer-wized-one.logo-area{
    width: 33%;
}
.single-footer-wized-one.get-in-touch .footer-header-two .title::before{
    display: none !important;
}
.main-footer-wrapper-one .footer-header-two.pages .title::before{
    display: none !important;
}
.main-footer-wrapper-one .footer-header-two.pages .title::before{
    display: none !important;
}
.single-footer-wized-one.get-in-touch .footer-header-two .title{
    padding-left: 0px !important;
}
.pages li a{
    color: #fff !important;
    font-weight: 300 !important;
}
.pages i{
    color: #FBB03B !important;
}
.main-footer-wrapper-one .single-footer-wized-one.logo-area a.logo img {
    max-width: 190px !important;
}
.btn-warning{
    background-color: #FBB03B !important;
    color: #fff !important;
}
.single-footer-wized-one.get-in-touch .footer-header-two .get-touch ul li{
    margin-top: 10px !important;
    color: #FBB03B !important;
}
.main-footer-wrapper-one .single-footer-wized-one.pages{
    width: 16%;
}
@media (max-width: 576px) {
    .rts-banner-main-area-swiper.banner-four {
        padding: 150px 0 20px 0 !important;
    }
}
.fa-brands{
    color: #FBB03B !important;
}
.rts-footer-one .copyright-footer-one{
    border-top: none !important;
    margin: 0px !important;
}
.list-style-auto{
    list-style: auto;
    padding-left: 15px !important;
}
.list-style-auto > li{
    font-size: 14px;
    font-weight: 500;
}
.our-services-grid-border{
    padding: 35px 20px !important;
    min-height: 19em;
}
.our-services-grid-border > p.desc{
    animation: none !important;
    transition-delay : 0s !important
}
.our-services-grid-border:hover{
    background-color: #c73938 !important;
    color: #fff !important;
}
.our-services-grid-border:hover img{
    filter: brightness(0) invert(1) !important;
}
.our-services-grid-border:hover h6{
    color: #fff !important;
}
.our-services-grid-border:hover > p.desc{
    color: #fff !important;
    animation: none !important;
    transition-delay : 0s !important
}
.our-services-grid-border a{
    color: #c73938 !important;
}
.our-services-grid-border:hover a{
    color: #FBB03B !important;
}
.working-process{
    width: fit-content;top: -12px;z-index: -1;
}
.working-process > img{
    width: 45px;
}
.rts-testimonial-area .testimonial-area-inner .swiper-testimonial-main-wrapper .testimonial-wrapper {
    background: #fff;
    padding: 30px 10px !important;
    margin: 0 10px !important;
    border: 1px solid #c73938;
}
.rts-testimonial-area .testimonial-area-inner .swiper-testimonial-main-wrapper .testimonial-wrapper .content{
    display: grid;
    padding: 0px !important;
    border-radius: 15px;
    text-align: center;
    justify-content: center;
    margin: 10px !important;
    align-items: center;
}
.rts-testimonial-area .testimonial-area-inner .swiper-testimonial-main-wrapper .testimonial-wrapper .content h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 16px !important;
    font-weight: 400;
    font-style: italic;
    line-height: 1.7em;
    color: #111111;
    border-style: solid;
    border-width: 0px;
    border-color: #E1E1E1;
    padding: 0px 0px 44px 0px !important;
}

.testimonial-img{
    width: 60px;
    height: 60px;
    object-fit: fill;
}
.booking-btn{
    width: fit-content;
    margin: auto;
    border-radius: 0px !important;
}
.qoute-img{
    width: 65px;
    height: 65px;
}
.obj-fit-contain{
    object-fit: contain;
}
.rts-section-gapTopBotm{
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
.rts-section-gap {
    padding: 60px 0 !important;
}
.header--sticky.sticky{
    background-color: #fff !important;
}
.header--sticky.header-four{
background: transparent;
top: 0;
z-index: 999;
position: absolute;
width: 100%;
}
.header-four .header-main-wrapper .rts-header-right{
    justify-content: end !important;
}
.checkIcon{
    height: -webkit-fill-available;
    width: -webkit-fill-available;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-home-button .order-btn-contact{
    font-size: 12px !important;
}
.banner-home-button .order-btn-see-menu {
    font-size: 12px !important;
}
.nav-link:focus, .nav-link:hover {
    color: #c73938 !important;
}

/* jquery steps css */
.steps::before{
    clear: both;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 31;
    position: absolute;
    cursor: auto;
}
.wizard,
.tabcontrol {
    display: block;
    width: 100%;
    overflow: hidden
}

.wizard a,
.tabcontrol a {
    outline: 0
}

.wizard ul,
.tabcontrol ul {
    list-style: none !important;
    padding: 0;
    margin: 0;
    text-align: center;
    padding-top: 10px;
}

.wizard ul>li,
.tabcontrol ul>li {
    display: block;
    padding: 0
}

.wizard>.steps .current-info,
.tabcontrol>.steps .current-info {
    position: absolute;
    left: -999em
}

.wizard>.content>.title,
.tabcontrol>.content>.title {
    position: absolute;
    left: -999em
}

.wizard>.steps {
    position: relative;
    display: block;
    width: 100%
}

.wizard.vertical>.steps {
    display: inline;
    float: left;
    width: 10%
}

.wizard>.steps .number {
    font-size: 0em;
    display: none;
}

.wizard>.steps>ul>li {
    width: 25%
}

.wizard>.steps>ul>li,
.wizard>.actions>ul>li {
    float: left
}

.wizard.vertical>.steps>ul>li {
    float: none;
    width: 100%;
    margin:0px;
}

.wizard>.steps a,
.wizard>.steps a:hover,
.wizard>.steps a:active {
    display: block;
    width: auto;
    margin: 0 .5em .5em;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.wizard>.steps .disabled a,
.wizard>.steps .disabled a:hover,
.wizard>.steps .disabled a:active {
    background: #fff;
    color: #aaa;
    cursor: default;
    margin-bottom: 0px;
}

.wizard>.steps .current a,
.wizard>.steps .current a:hover,
.wizard>.steps .current a:active {
    background: #fff;
    color: #c73938;
    cursor: default;
    margin-bottom: 0px;
}

.wizard>.steps .done a,
.wizard>.steps .done a:hover,
.wizard>.steps .done a:active {
    background: #fff;
    color: #c73938;
    margin-bottom: 0px;
}

.wizard>.steps .error a,
.wizard>.steps .error a:hover,
.wizard>.steps .error a:active {
    background: #ff3111;
    color: #fff
}

.wizard>.content {
    background: #fff;
    display: block;
    margin: .5em;
    min-height: 33em;
    overflow-y: auto;
    position: relative;
    width: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.wizard.vertical>.content {
    display: inline;
    float: left;
    margin: 0 2.5% .5em 2.5%;
    width: 85%
}

.wizard>.content>.body {
    float: left;
    position: absolute;
    width: 95%;
    height: 95%;
    padding: 2.5%
}

.wizard>.content>.body ul {
    list-style: disc !important
}

.wizard>.content>.body ul>li {
    display: list-item
}

.wizard>.content>.body>iframe {
    border: 0 none;
    width: 100%;
    height: 100%
}

.wizard>.content>.body input {
    display: block;
    border: 1px solid #ccc
}

.wizard>.content>.body input[type="checkbox"] {
    display: inline-block
}

.wizard>.content>.body input.error {
    background: #fbe3e4;
    border: 1px solid #fbc2c4;
    color: #8a1f11
}

.wizard>.content>.body label {
    display: inline-block;
    margin-bottom: .5em
}

.wizard>.content>.body label.error {
    color: #8a1f11;
    display: inline-block;
    margin-left: 1.5em
}

.wizard>.actions {
    position: relative;
    display: block;
    text-align: right;
    width: 100%
}

.wizard.vertical>.actions {
    display: inline;
    float: right;
    margin: 0 2.5%;
    width: 95%
}

.wizard>.actions>ul {
    display: inline-block;
    text-align: right
}

.wizard>.actions>ul>li {
    margin: 0 .5em
}

.wizard.vertical>.actions>ul>li {
    margin: 0 0 0 1em
}

.wizard>.actions a,
.wizard>.actions a:hover,
.wizard>.actions a:active {
    background: #c73938;
    color: #fff;
    display: block;
    padding: .5em 1em;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.wizard>.actions .disabled a,
.wizard>.actions .disabled a:hover,
.wizard>.actions .disabled a:active {
    background: #eee;
    color: #aaa
}

.wizard>.loading {}

.wizard>.loading .spinner {}

.tabcontrol>.steps {
    position: relative;
    display: block;
    width: 100%
}

.tabcontrol>.steps>ul {
    position: relative;
    margin: 6px 0 0 0;
    top: 1px;
    z-index: 1
}

.tabcontrol>.steps>ul>li {
    float: left;
    margin: 5px 2px 0 0;
    padding: 1px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.tabcontrol>.steps>ul>li:hover {
    background: #edecec;
    border: 1px solid #bbb;
    padding: 0
}

.tabcontrol>.steps>ul>li.current {
    background: #fff;
    border: 1px solid #bbb;
    border-bottom: 0 none;
    padding: 0 0 1px 0;
    margin-top: 0
}

.tabcontrol>.steps>ul>li>a {
    color: #5f5f5f;
    display: inline-block;
    border: 0 none;
    margin: 0;
    padding: 10px 30px;
    text-decoration: none
}

.tabcontrol>.steps>ul>li>a:hover {
    text-decoration: none
}

.tabcontrol>.steps>ul>li.current>a {
    padding: 15px 30px 10px 30px
}

.tabcontrol>.content {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 35em;
    overflow: hidden;
    border-top: 1px solid #bbb;
    padding-top: 20px
}

.tabcontrol>.content>.body {
    float: left;
    position: absolute;
    width: 95%;
    height: 95%;
    padding: 2.5%
}

.tabcontrol>.content>.body ul {
    list-style: disc !important
}

.tabcontrol>.content>.body ul>li {
    display: list-item
}

@media(max-width:600px) {

    .wizard>.steps>ul>li {
        width: 50%
    }

    .wizard>.actions>ul {
        margin-bottom: 50px;
    }
    /* .wizard>.steps a,
    .wizard>.steps a:hover,
    .wizard>.steps a:active {
        margin-top: .5em
    } */

    /* .wizard.vertical>.steps,
    .wizard.vertical>.actions {
        display: block;
        float: none;
        width: 100%
    } */

    .wizard.vertical>.content {
        display: block;
        float: none;
        margin: 0 .5em .5em;
        width: auto
    }
}

@media(max-width:480px) {
    .wizard>.steps>ul>li {
        width: 100%
    }
}

.com {
    color: #93a1a1
}

.lit {
    color: #195f91
}

.pun,
.opn,
.clo {
    color: #93a1a1
}

.fun {
    color: #dc322f
}

.str,
.atv {
    color: #d14
}

.kwd,
.prettyprint .tag {
    color: #1e347b
}

.typ,
.atn,
.dec,
.var {
    color: teal
}

.pln {
    color: #48484c
}

.prettyprint {
    padding: 8px;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8
}

.prettyprint.linenums {
    -webkit-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
    -moz-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
    box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0
}

ol.linenums {
    margin: 0 0 0 33px
}

ol.linenums li {
    padding-left: 12px;
    color: #bebec5;
    line-height: 20px;
    text-shadow: 0 1px 0 #fff
}

/* blog */
/* blog */
.banner {
    background: #c73938;
    padding: 80px 35px;
    margin-top: 100px;
}

.banner .p-title {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
}

.banner .desc {
    font-size: 18px;
    margin-top: 20px;
    color: #fff;
}

.widget-title {
    font-size: 30px;
    font-weight: 300;
    color: #c73938 !important;
    margin-bottom: 20px;
}

.post-categori {
    border-radius: 10px;
    border: 1px solid #c73938;
}

.widget-title span {
    font-weight: 700;
}

.cat-item.active:nth-child(1) {
    background: #c73938;
    color: white;
    font-weight: bold;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    margin-top: 0px
}

.ul-li-block ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ul-li-block ul li a:hover {
    color: #c73938 !important;
}

.post-categori .cat-item {
    position: relative;
    padding: 15px 20px 15px 35px;
    border-bottom: 1px solid #eeeeee;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.post-categori .cat-item:before {
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    top: 10px;
    left: 19px;
    font-size: 26px;
    font-weight: 700;
    content: '.';
}

.hero-search input {
    border-radius: 50px;
}

.sr-heading {
    font-size: 25px;
    color: white
}

.sr-heading span {
    font-weight: 900
}

.search input {
    background: white;
    padding: 15px;
    border-radius: 50px;
    width: 100%;
    padding-left: 25px;
}

.search .fa-search {
    position: absolute;
    right: 15px;
    top: 57%;
    transform: translateY(-50%);
    font-size: 18px;
    background: #c73938;
    padding: 12px;
    border-radius: 50%;
    color: white;
    cursor: pointer;
}


.search .fa-search:hover {
    color: #c73938;
    background-color: transparent;
    border: 1px solid #c73938 !important;
}

.scale-card {
    transition: transform 0.6s ease-in-out;
}

.scale-card:hover {
    transform: scale(1.05);
}

.filter-dropdown select {
    padding: 10px;
    border-radius: 50px;
    width: 100%;
    border: 1px solid #c73938;
    background: #fff;
    color: #c73938;

}

.filter {
    display: flex;
    background: white;
    border-radius: 50px !important;
    padding: 6px
}

.detail-title {
    font-size: 23px;
    margin-top: 10px;
    line-height: 1.5
}


.blog-details-content .date-meta {
    margin-top: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.date-meta {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.blog-details-content .blog-share-tag {
    display: flex !important;
    align-items: center;
    width: 100%;
    margin: 40px 0px 15px 0px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    justify-content: end;
}

.blog-details-content .share-text {
    font-weight: 700;
    color: #333333;
    margin-top: 8px;
}

.blog-details-content .blog-share-tag {
    display: inline-block;
    width: 100%;
    margin: 40px 0px 15px 0px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}

.blog-details-content .share-social ul li {
    font-size: 25px;
    margin-left: 30px;
}
.card-height{
    max-height: 575px;
}

.post-categori-detail .cat-item {
    position: relative;
    padding: 15px 20px 15px 35px;
    border-bottom: 1px solid #eeeeee;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.blog-card > .card-header > img {
    max-height: 215px;
    min-height: 215px;
    width: -webkit-fill-available;
}

.blog-detail {
    min-height: 70px !important;
}

.blog-bottom-radius {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

.blog-top-radius {
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

.blog-detail-thumbnile {
    height: 425px;
    overflow: hidden;
    background-position: center;
    background-size: cover;
}
.social-color{
    color: #c73938;
}
#cookie-banner {
    width: 350px;
    z-index: 999;
}

@media only screen and (max-width: 440px) {
    #cookie-banner {
        width: 100%;
    }
}



