/* font-family: 'Kotta One', serif;
font-family: 'Koulen', cursive;
font-family: 'Poppins', sans-serif; */
/* background-color:#111114; */
/* textColor:white; */
/* linkColor:#AB886A; */



*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
}
html{
    scroll-behavior: smooth;
}

p,h6{
    font-family:'Roboto', sans-serif ;
    margin: 0;
    color: #fff;
}
/*Heading font Size and Font Family*/
h1,h2,h4,h5{font-family:'Kaushan Script', sans-serif; }

h1{font-size: 60px;}
h2{font-size: 50px;}
h4{font-size: 30px;}
h5{font-size:30px;}

/*Background Color*/
.bg-DR{background:#5e0202;}/*Dark Red Bg Color*/
.bg-OG{background:#f15a24;}/*Orange Bg Color*/
.bg-LC{background:#ffeadb;}/*light Cream Bg Color*/
.bg-RB{background:#5c0101;}/*Red Black Bg Color*/
.bg-CC{background:#ebd4bd;}/*Cream Bg Color*/
/*Background Color*/

/*Text Color*/
.text-DR{color:#5e0202;}/*Dark Red Text Color*/
.text-OG{color:#f15a24;}/*Orange Text Color*/
.text-LC{color:#ffeadb;}/*light Cream Text Color*/
.text-RB{color:#5c0101;}/*Red Black Text Color*/
.text-B{color:#000;}/*Red Black Text Color*/
.text-W{color:#fff;}/*Red Black Text Color*/
.text-LG{color:#ffbb74;}/*Light Gold Text Color*/
/*Text Color*/



.orgColor{color: #F05B25;
    }
.bgColor{
    background-color:#000000 ;
    color: #fff;
}
.textBlack{
 color:#000 !important;
}
.sub-haeding{
    margin-bottom: 50px;
}
.sub-haeding h2,
.sub-haeding h5 {
    color: #FFBB74;
}
/* .new-container{
    max-width: 1600px !important;
    padding: 0;
    overflow: hidden;
}
@media (max-width:1600px) {
    .new-container{
        max-width: 1600px !important;
        padding: 0;
        overflow: hidden;
    }
} */
.visit-our-about.visit-our-about-02 .sub-haeding {
    padding: 0 40px 0 0 !important;
    margin: 0;
}
.choose-item label {
    display: flex;
    cursor: pointer;
}
.choose-item input[type="checkbox"] {
    margin: 0;
    width: 25px;
    margin-right: 11px;
}
.itemsform.box {
    color: #fff;
}
.choose-item label p {
    width: 100%;
    font-size: 20px;
    text-align: left;
}
.middletext {
    text-align: center;
    margin-top: 22px;
}
.middletext button#catering_submit {
    width: 204px;
    margin: auto;
    float: unset;
}
body .chek-flex .form-check-input:checked[type=checkbox] {
    background-image: url(
    "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e") !important;
    background-color: #0053ff;
}
.chek-flex label:hover {
    color: #f15a24;
    transition: 0.4s;
    cursor: pointer;
}
.extra-variation label input {
    width: 17px;
    height: 17px;
    margin-bottom: 15px;
    margin-top: 3px;
}
.extra-variation label {
    display: flex;
    cursor: pointer;
}
.itemsform.box .col-12.fs-3.text-break.text-capitalize.p-0 {
    font-size: 20px !important;
    text-align: left;
}
.chek-flex .col-10.combo-item-name {
    font-size: 14px;
    text-align: left;
}
.chek-flex label {
    display: flex;
    padding: 0;
}
.chek-flex {
    padding: 0 5px;
}
.chek-flex .col-2 {
    width: 28px;
}
.chek-flex .form-check-input[type=checkbox] {
    border-radius: 0;
    width: 20px !important;
    height: 20px;
    padding: 0;
}
.chek-flex input.form-check-input.theme-checkbox.itemcheckbox {
    width: 20px;
    border: 2px solid #fff;
    margin-top: 0;
    margin-bottom: 14px;
}
header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}


/* Action Bar  */
.action-bar{
    background: #9C0000;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.action-bar ul {
    margin: 0;
    gap: 25px;
    align-items: center;
    display: flex;
    justify-content: flex-end;
}
.action-bar ul li {
    /* padding: 10px 0; */
}
.action-bar ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    margin: 0 10px;
    letter-spacing: 1px;
    transition:0.4s ease;
}
.action-bar ul li a:hover{
    color:#FFBB74;
}
.action-bar ul li a i{
    font-size: 20px;
    margin: 0 5px;
    color: #FFBB74;
    transition: all 0.4s ease;
}

.action-bar ul li span i {
    /* margin-right: 8px; */
    font-size: 16px;
    color: #FFBB74;;
}

.action-bar ul li:last-child {
    background: #570000;
    padding: 2px 10px !important;

}
.action-bar ul li:last-child a i:hover{
color: #ffffff;
}

.navigation.stickyBar {
   background: #fff !important;
     transition: all 0.4s ease;
    /*animation: sticytop 0.7s ease-in-out;*/
    /*transition: all 0.5s ease-in-out;*/
    /*backdrop-filter: blur(4px);*/
}
body .item-top-content h6 {
    background: #ffbb74;
}
@keyframes sticytop {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }

}

.headerNav,
.action-bar{
   padding: 10px 100px;

}
.navigation.stickyBar .navbar-nav .nav-link{
    color:#000;
    font-weight: 600;
}
.navbar-nav .nav-link{
    letter-spacing: 3px;
    padding: 10px 20px !important;
    text-transform: uppercase;
    font-family:'Kelly Slab', sans-serif;
}
.navbar-nav .nav-link.active{
    color:#FF0000!important;
    font-weight:600;
}
.navbar-nav .nav-link{
    color: #ffffff;
    transition: all 0.4s ease;
    font-size:14px;
}
.navbar-nav .nav-link:hover{
    color:#FFBB74;
}
.navigation.stickyBar .nav-link:hover{
    color:red;
}
.toggleBtn {
    color: #ffffff;
    font-size: 37px;
    transition: all 0.4s ease;
}
.toggleBtn:hover{
    color: #F6821B;
    transition: all 0.4s ease;
}

.header-logo {
    position: fixed;
    left: 100px;
    top: 0;
    width: 140px;
    height: 100px;
}
.logo-box {
    /*background: black;*/
    width: 150px;
    height: 150px;
    background-image:url(../img/header-logo.png);
    background-size:contain;
    background-repeat:no-repeat;
}
.logo-box img{
    width:100%;
    height:100%;
    object-fit:contain;
}
.item-add-btn:hover {
    background: #560404;
    cursor: pointer;
}
.nav-btn .one-btn{
    margin-left: 10px;
    margin-top: 0;
    padding: 5px 20px  !important;
}
 .one-btn{
    padding: 10px 30px;
    border:none;
    font-size: 16px;
    color: #FFBB74;
    background: #570000;
    border-radius: 4px;
    margin-top: 30px;
    font-weight: 600;
    letter-spacing: 1px;
    transition: all 0.4s ease;
}
.one-btn:hover{
    background: #FF0000 !important;
    color:#fff !important;
}
section.blog-p-section .row.d-flex.flex-column {
    padding: 15px;
}



.menu-cart-item-box .itme-btns {
    background: white;
}
.nav-btn .one-btn-2{
    background: #FF0000 !important;
        color: #fff;
}
.one-btn-2{
    background: #FF0000 !important;
    transition: all 0.4s ease;
}
.one-btn-2:hover{
    background: #F05B25 !important;
    color: #fff;
}

main{
    margin-top: 80px;
    background:#ffeadb;

}

/* Home Slider Section Start*//* Home Slider Section Start*//* Home Slider Section Start*//* Home Slider Section Start*//* Home Slider Section Start*/
.h-banner-slider{
    position: relative;
    overflow: hidden;
    z-index: 2;
    }
    .h-slide-h{
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
        z-index: 0;
    }
    .h-slide-h::before{
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: #000000;
        z-index: -1;
        opacity: 0.2;
    }
    .h-slide-a1{
        /* background-image: url(../img/calimg8.jpg); */
        padding: 200px;
        background-position: 0px 72%;
        background-repeat:no-repeat;
        background-size:cover;
       padding:200px 0 300px;
    }
    /* .h-slide-a1:nth-child(1){} */
    .h-slide-a1:nth-child(2){background-image: url(../img/index-slide-00new.jpg);}
    .h-slide-a1:nth-child(3){background-image: url(../img/index-slide-02.jpg);}
    .h-slide-a1:nth-child(4){background-image: url(../img/index-slide-03-new.jpg);}
    .h-slide-content{
        background: #000000d7;
        position: relative;
        color: #fff;
        padding: 70px 40px;
        z-index:0;
    }
    .h-slide-content button{
        margin-top: 30px;
    }
    .h-slide-content h4{
        margin-bottom: 30px;
        font-size: 32px;
        color: #FFBB74;
    }
    .h-slide-content::before{
        position: absolute;
        content: '';
        left: 1%;
        top:0%;
        height: 102%;
        width:98%;
        /* background: #F05B25; */
        border-left: 2px solid #F05B25;
        border-right: 2px solid #F05B25;
        padding: 10px;
        transform: skewY(1deg);
        z-index:-1;
    }
    .h-slide-content::after{
        position: absolute;
        content: '';
        left: 0;
        top:2%;
        height: 96%;
        width:102%;
        /* background: #F05B25; */
        border-top: 2px solid #F05B25;
        border-bottom: 2px solid #F05B25;
        padding: 10px;
        transform: skewX(1deg);
        z-index:-1;
    }
    /* Amit Designer 05-02-2024 */
    .bannerContent01{text-align: center;}
    .bannerContent01 h4 {font-family: 'Poppins';font-size: 50px; width: 100%;margin: 0;}
    .bannerContent01 h4 span{color: #9C0000;}
    .bannerContent01 b span{border: 1px dashed #9C0000; padding: 2px 11px; margin-left: 5px;}
    .bannerContent01 b,
    .bannerContent01 p {width: 100%; text-align: center; margin-top: 10px;}
    .bannerContent01 a{margin-left: auto; margin-right: auto;}
    .bannerContent03 h4{
        display: inline-block;
        background: #9c0000;
        color: #fff;
        padding: 10px 30px;
        width: unset;
        border-radius: 10px;
    }
    .bannerContent03 b{font-size: 22px;font-weight: 400;}
    .bannerContent03 p{font-size: 50px;}


ul.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    list-style: none;
    height: 10px;
    overflow: hidden;
    border-radius: 100px;
    margin: 30px 0 0;
    position: absolute;
    bottom: 20%;
    left: 20%;
}
 /* Amit Designer 05-02-2024 */

ul.slick-dots li {
    background: #ff0000ab;
    height: 10px;
    width: 10px;
    border: 100px;
    border-radius: 100px;
    cursor: pointer;
}
ul.slick-dots li.slick-active{
    background: #570000;
}

ul.slick-dots li button {
    width: 10px;
    border: none;
    border-radius: 100px;
    height: 10px;
    display: none;
}

    /* Home Slider Section end*/
   .banner-bg-section{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
   }
/* Home cochrane-section Strat*/
.cochrane-section{
    padding: 250px 0 100px;
    background-image: url(../img/h-section2-bg.png);
    margin-top: -9%;
    z-index: 888;
    position: relative;
    background-repeat:no-repeat;
    background-size:cover;
}
.cochrane-section::before
{
    position: absolute;
    content: '';
    right: 7%;
    top: 20%;
    width: 43%;
    height: 68%;
    background-image: url(../img/elephand.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}.img-s-2 img{
    border-radius: 20% 0 20% 0;
    box-shadow:  -30px -30px 0 #0000004e;
}
.banner-bg-section button{
    padding: 10px 30px;
    background: #2C0000 !important;
    transition: all 0.4s ease;
}


/* Home menu section */
.menu-section{
    padding: 70px 0 200px;
    background-image: url(../img/h-menu-bg.jpg);
    background-repeat:no-repeat;
    background-size:cover;
    background-position: top !important;
}
.menu-content-col{
    margin-top: 10px;
}
.menu-img-box{
    position: relative;
    padding: 0;
    width: unset;
}
.menu-img-box:nth-child(1){
    top: 20px;
}
.menu-img-box:nth-child(2){
    top: -30px;
}
.menu-img-box:nth-child(4){
    top: -10px;
}
.menu-item {
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    padding: 2px;
}
.menu-item img {
    width: 100%;
    object-fit: cover;
}

.meun-img-content {
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    background: #000000d3;
    font-size: 14px;
    backdrop-filter: blur(3px);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;

}
.menu-item:hover .meun-img-content{
    top: 0;
    transition: all 0.4s ease;

}
.menu-section button{
    background: #FF0000 !important;
    margin-top: 50px !important;
}

/* Home catering section */

.catering-section{
    padding: 250px 0 100px;
    background-image: url(../img/h-catering-bg.png);
    margin-top: -170px;
    position: relative;
    background-repeat:no-repeat;
    background-size:cover;
    z-index: 0;
}

.catering-section::before
{
    position: absolute;
    content: '';
    left: 14%;
    top: 34%;
    width: 57%;
    height: 53%;
    background-image: url(../img/elephand-catering.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}
.catering-video{
    box-shadow: -20px -20px 0 rgba(0, 0, 0, 0.512);
}

/* Home review section  */
.starColor{color: #FFC300;}
.review-section{
    padding: 100px 0;
    position: relative;
    background-image: url(../img/testimonial-bg.png);
    background-repeat:no-repeat;
    background-size:100% 100%;
}

.h-review-slider{
    margin-top: 30px;
}
.review-box {
   padding: 10px;
}
.review-content{
    background: #fff;
    padding: 30px;
    border-radius: 5px;
}
.review-box h3{
    color: #272727;
}
.review-box p{
    color: #898787;
}
button.slick-next,
button.slick-prev{
    position: relative;
}
button.slick-arrow {
    width: 30px;
    height: 30px;
    overflow: hidden;
    border: none;
    border-radius: 100px;
    position: absolute;
    z-index: 1;
    left: -35px;
    top: 42%;
    z-index: 0;
    transition: all 0.4s ease;
    background: transparent;
    color: transparent;
}
button.slick-arrow:hover::before{
    color: #000;
    border: 1px solid #000000;
}
button.slick-arrow::before{
    position: absolute;
    content: '\F22D';
    width: 100%;
    height: 100%;
    background: #838181;
    color: #ffffff;
    left: 0;
    top: 0;
    font-family: 'Bootstrap-icons';
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: all 0.4s ease;
    border-radius: 50%;
    border: 1px solid #fff;
}
button.slick-next {
    right: -35px;
    left: unset;
}
button.slick-next::before{
    content: '\F231';
}
.h-review-slider ul.slick-dots {
    bottom: -12%;
    left: 0;
}
.h-review-slider ul.slick-dots li{
    background: #91919159;
}
.h-review-slider ul.slick-dots li.slick-active{
    background:#FFC300 ;
}

/* Home subscribe section  */
.subscribe-section{
    padding: 70px 0;
    background: #F05B25;
}
.subscribe-section P {
    font-size: 40px;
    margin-bottom: 10PX;
    font-family: 'Kaushan Script';

}
.subscribe-section input{
    border: none;
    outline: none;
    width: 80%;
    height: 100%;
    padding: 0 5px;
    font-size: 18px;
    /* border: 1px solid black; */
}
.subscribe-content{
    background: #fff;
}
.subscribe-content {
    background: #fff;
    height: 49px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.subscribe-content .one-btn{
    margin-top: 0;
    height: 100%;
    border-radius: 0;
    font-size: 20PX;
}












/* footer *//* footer *//* footer *//* footer *//* footer *//* footer *//* footer *//* footer *//* footer *//* footer *//* footer *//* footer */
.footer{
   padding: 80px 0 0;
   background-image: url(../img/footer-bg-3.png);
   background-size: cover;
   color: #fff;

}
.footer h4{
    /* text-transform: uppercase; */
    font-size: 25px;
    margin-bottom: 45px;
}
.footer p{
    padding: 0 40px 0 0;
}
.footer a{
    text-decoration: none;
    position: relative;
    color: #f05b25;
    font-weight: 600;
    transition: all 0.4s ease;
}
.footer-copy a:hover {
    color: #ffbb74;
    transition: all 0.4s ease;
}
.footer-logo img{
    margin-bottom: 20px;
    margin-top: -15px;
}
.footer-media a{
    font-size: 40px;
    color: #8c705c;
    margin-right: 30px;
    transition: all 0.4s ease;
}
.footer-media a:hover{
    color: #F6821B;
}
.footer-link-text li{
 line-height: 38px;
}
.footer-link-text{
    margin-top: 8px;

}
.footer-link-text a{
    color: #ffffff;
    transition: all 0.4s ease;
}
.footer-link-text a:hover{
    color: #F6821B;
}
.footer-img-col{
    margin-top: 17px;
}
.footer-img-col li {
    flex: 0 0 calc(34% - 24px);
    padding: 5px;

}
.footer-img-col li a{
    width: 100%;
    height: 100%;
    display: inline-block;
    transition: all 0.4s ease;
}
.footer-img-col li a img{
    max-width: 100%;

}
.footer-img-col li a:hover::before{
    opacity: 0.7;
    transition: all 0.4s ease;
}
.footer-img-col li a::before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #5b4a3e;
    z-index: 1;
    opacity: 0;
    transition: all 0.4s ease;
}
.footer-copy-right{
    background: #111010;
    margin-top: 50px;
}
.footer-copy{
    padding: 30px;
    text-align: center;

}







/* Book A Table Page css */
.book-table-p-section{
    padding: 70px 0 100px;
    /*background: #2C0000 ;*/
}
.table-b-contain{
    /*background: #f15a24;*/
    /*background: #560404;*/
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #ebd4bd;
    margin-top:20px;
}
.form-table-bk{
    padding: 70px 30px 50px;
}
input.booking-input::placeholder,
textarea.booking-input::placeholder{
    color: #870404;
}

input[type="date" i]::-webkit-calendar-picker-indicator{
    background-image: url(../img/input-date-icon.png) !important;
    position: relative;
    font-family: 'Bootstrap-icons';
    width: 20px;
    height: 20px;
    transform: scale(1.5);
}
input[type="time" i]::-webkit-calendar-picker-indicator {
    background-image: url(../img/input-time-icon.png) !important;
    position: relative;
    font-family: 'Bootstrap-icons';
    width: 18px;
    height: 18px;
    transform: scale(1.5);
}
input:-webkit-autofill,
/*input:-webkit-autofill:hover, */
/*input:-webkit-autofill:focus, */
input:-webkit-autofill:active{
    -webkit-background-clip: text;
    -webkit-text-fill-color: #a60404;
    transition: background-color 5000s ease-in-out 0s;
    /* box-shadow: inset 0 0 0px 20px #470100; */
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.p-paymet-formH0 input:-webkit-autofill,
.p-paymet-formH0 input:-webkit-autofill:active{
    -webkit-background-clip: text;
    -webkit-text-fill-color: #5e0202;
    background:transparent;
    transition: background-color 5000s ease-in-out 0s;
}
.checkout-p-input input,
.checkout-p-input textarea {
    width: 100%;
    margin-bottom: 40px;
    padding: 10px 10px 10px;
    background: transparent;
    border: 1px solid #5c0d0c;
    outline: none;
    border-radius: 0px;
    color:#5e020269;

}
/*.checkout-p-input input{*/
/*       background: #470100;*/
/*}*/
/*.checkout-p-input input:hover {*/
/*    background: #470100 !important;*/
/*}*/
label.input-label-b-t {
    position: absolute;
    top: -27px;
    left: 10px;
    padding: 0 0px;
    font-size: 17px;
    font-weight: 400;
    color:#5e0202 ;
}

.checkout-p-input202 label{
    color:#faaf6d;
}

.form-table-bk .one-btn{
    margin: 0;
    font-size: 20px;
    float: right;
    /*width: 30%;*/
    /*border:1px solid #fff;*/
    background:#470100;
}
.bk-t-box{
    position: relative;
}

.book-table-p-slide ul.slick-dots {
    display: inline-flex;
    width: 20%;
    left: 100%;
    bottom: 14px;
}

.book-table-p-slide ul.slick-dots li{
    background:#ffffff4f;
}
.book-table-p-slide ul.slick-dots li.slick-active {
    background: #ff0000;
}
.book-table-p-slide{
    height: 100%;
}
.book-table-p-slide .slick-slide img{
    width: 100%;
height: 100%;
object-fit: cover;
}
.book-table-p-slide .slick-list.draggable {
    height: 100%;
}

.book-table-p-slide .slick-track {
    height: 100%;
}


/* contact us page css */
.contact-left{
    /*background: #2C0000;*/
    padding: 0;
    position: relative;
}
.contact-with-media ul {
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    padding: 30px 0 0;
}
.contact-map{
    position: relative;
    max-height: 100%;
    height: 100%;
    filter:  grayscale(100%);
    transition: all 0.4s ease;
}
.contact-map:hover{
    filter:  grayscale(0);
}

.map-location {
    position: absolute;
    top: 0;
    right: 2px;
    background: #560404f4;
    width: 150px;
    padding: 10px;
    text-align: center;
}
.map-location span{
    color: #FF0000;
    font-size: 20px;
}
.map-location a{
    text-decoration: none;
    color: #FFBB74;
    font-size: 14px;
}



/* Blog page css */

.blog-p-section{
    padding: 70px 0;
    /*background: #560404f4;*/
    position: relative;
    z-index: 0;
}



.blog-item-box{
  /*margin-bottom: 30px;*/
  padding:0px;
}
.blog-img-box{
    border-radius: 0 ;
    overflow: hidden;
}
.blog-item{
    /*padding:0px;*/
    /*border:1px solid #5c0d0c;*/
    /*background:#ebd4bd;*/
    transform:scale(0.9);
    transition:0.5s ease;
}
.blog-item:hover{
    transform:scale(1);
    transition:0.5s ease;
}
.blog-img-box img {
    width: 100%;
}

.blog-content-box{
    background: #ebd4bd;
    padding: 20px ;
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 0 0 5px 5px;
    /*box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;*/
}
.blog-content-box h4 {
    font-size: 22px;
    font-family:'Roboto';
    margin-bottom: 20px;
}
.blog-content-box p{
    font-size: 15px;
    color:#7b6a63;
}
/* About Us page css *//* About Us page css *//* About Us page css *//* About Us page css */
.about-p-section{
    position: relative;
    padding:0px 0;
    z-index: 0;
    background: #600407;
}
.aboutUs-text-only{
    position:relative;
}
.aboutUs-text-only h4{
    font-size: 100px;
    color: #FFBB74;
}
.row.about-p-slide {
    height: 100%;
}
.event-p-slide {
    max-height: 600px;
    min-height: 600px;
}
.about-p-slide-item img{
    width: 100%;
    border-radius:  0 ;
}
.about-p-slide ul.slick-dots {
    bottom: 5%;
    left: 0%;
}
.aboutUs-img-only::after{
    background: #600407;
}
.aboutUs-img-only{
    position: relative;
    z-index: 0;
    height: 900px;
    max-height: 100%;
    overflow: hidden;
}
.aboutUs-img-only img{
    height: 100%;
    width: 100%;
    object-fit: cover
}
.aboutUs-content-only{
    background: #600407;
    padding: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    position: absolute;
    right: 100px;
    top: 25%;
}
.aboutUs-content-only p{
    line-height: 30px;
}
/* .aboutUs-content-only h2{
    color: #fff;
} */

.aboutUs-content-only h5{
    margin-top: -10px;
}
.aboutUs-text-only{
    background: #FFBB74;
    /*border-radius: 40px;*/
    overflow: hidden;
}
.visit-our-about-chef{
    background:#600407 !important;
}

.visit-our-about{
    background: #f15a24;
    padding: 0;
}
.visit-img-box{
    margin-bottom: 0px;
    padding: 0;
}
.visit-img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* border-radius: 20px; */
}
.visit-our-about p{
    line-height: 30px;
    text-align: start;
    /* margin-top: 30px; */
    padding: 20px 0;
}
.visit-our-about .sub-haeding {
    padding: 0 0 0 40px;
    margin: 0;
}
.visit-our-about p{
    text-align: center;
}
/* chef about us page section  */
.chef-about .sub-haeding{
    padding: 30px 30px 30px 0;
}
.chef-about{
    background: #2C0000;
    padding: 80px 0;
}
.chef-img img{
    width: 100%;
    height: 100%;
    border-radius: 20px;
    border: 5px solid #2c0000;
    border-radius: 26% 0;
    box-shadow: -20px 20px 0 0 #ffbb74, 20px -20px 0 0 red;
}
.chef-about p{
    line-height: 30px;
    text-align: start;
    padding: 20px 0;
}
/* about-gallery-img section  */
.about-p-gallery{
    padding: 0px 0;
    background: #600407;
}
.about-gallery-img{
    padding: 0;
    height: 300px;
}
.about-gallery-img img{
    width: 100%;
    height: 100%;
    padding: 0px;
    object-fit: cover;
    /* border-radius: 20px; */
}
.lightbox {
    width: 100%;
    z-index: 10000;
    font-weight: 400;
    outline: 0;
    position: fixed  !important;
    top: 0px !important;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lb-dataContainer {
    display: none  !important;
}
.lb-next, .lb-prev {
    height: 50px  !important;
    cursor: pointer;
    display: block;
    background: #fff !important;
    color: red;
    opacity:1 !important;
    width: 50px !important;
    top:45% !important;
    position:relative;
    z-index:0 !important;
}
.lb-next:before,
 .lb-prev:before{
    font-family: 'Bootstrap-icons';
    font-size: 30px;
    /*font-weight:bold;*/
    line-height: 1;
    color:#D4AF5D !important;
    opacity: .75;
    color: white;
    position: absolute;
    top: 0;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;

}
.lb-prev:before {
    left:0;
    content: '\F12F';
}
.lb-next:before {
    content: '\F138';
    right:0;
}



/* Catering page css *//* Catering page css *//* Catering page css *//* Catering page css */
.catering-p-title {
    padding: 64px 0px !important;
    border: 4px solid #f4bb74;
}
.catering-p-section{
    padding: 70px 0;
    background-image: url(../img/catering-bg-f2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
    z-index: 0;
}
.catering-p-section:before{
    position:absolute;
    content:'';
    left:0;
    top:0;
    width:100%;
    height:100%;
    /*background:#000000d6;*/
    z-index:-1;
}
.catering-p-section img{
    border-radius: 50%;
    height: 300px;
    width: 300px;
    /* border: 20px solid #560404;
    box-shadow: rgba(69, 1, 1, 0.876) 0px 50px 100px -20px, rgba(29, 1, 1, 0.868) 0px 30px 60px -30px; */
    border: 20px solid #eca667;
    box-shadow: #560404 0px 0px 0 15px, rgb(86 4 4) 0px 30px 60px -30px;
    position: relative;
    bottom: -200px;
}

.catering-video-section{
    padding: 150px 0 80px;
    background: #470100;
}
.catering-video-section p{
    line-height: 30px;
}
.catering-video-box2{
    /*padding: 30px;*/
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*padding-left:0;*/
    /*margin-bottom: 20px;*/
/*}*/
}
.catering-video-box video{
    height: 100%;
    width: 100%;
    object-fit: cover;

}
.video-content-122 {
    padding: 0px 0 0 20px;
    text-align: start;
}
.video-content-144{
    padding: 70px 0px;
    text-align: start;
}
.video-content-144 .sub-haeding{padding: 0 50px 0 0;}
.video-content-122 h2,
.video-content-122 p,
.video-content-122 b{
   text-align:start;
   display:block;
}
.video-content-122 b{
    font-size:25px;
    font-weight:bold;
    letter-spacing:1px;
    color:#fff;
}
.catering-gallery-slider-2 ul.slick-dots {
    bottom: 5%;
    left: 0%;
}
.catering-gallery-slider-2 ul.slick-dots li {
    background: #8f8383;
}
.catering-gallery-slider-2 ul.slick-dots li.slick-active{
    background:#fff;
}
.catering-gallery-slider-2 .slick-list.draggable {
    height: 100%;
}

.catering-gallery-slider-2 .slick-track {
    height: 100%;
}
/*.video-content-144{*/
/*    padding-left:0;*/
/*}*/
.catering-food-box::before,
.catering-video-box::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #F05B25;
    left: 0;
    top: 0;
    z-index: -1;
    display: none;
    clip-path:polygon(76% 99%, 76% 74%, 25% 74%, 25% 99%, 0 99%, 0 75%, 24% 75%, 23% 26%, 0 26%, 0 0, 26% 0, 25% 27%, 77% 27%, 77% 0, 100% 0, 100% 27%, 77% 27%, 23% 27%, 24% 75%, 100% 75%, 100% 99%);

}
video::-webkit-media-controls-panel {
    display: none !important;
    opacity: 1 !important;}
.catering-video-box-120{
    height: 570px;
    padding: 0;
}
.catering-video-title{
    position: relative;
    z-index: 0;


}
.catering-video-title::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    background-image: url(../img/elephand.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
    padding: 30px;
}
/* catering-food-section  */
.catering-food-section{
    padding: 90px 0;
    background: #F05B25;
}
.catering-food-section p{
    line-height: 30px;
}
.catering-food-section .catering-video-title{
    padding: 0 30px;
}
.catering-food-section .catering-video-title::after{
    background-image: url(../img/elephand-catering.png) !important;
}
.catering-food-section h2{
    color: #ffffff;
}
.catering-food-box{
    position: relative;
    z-index: 0;
    padding: 30px;
}
.catering-food-box::before{
    clip-path: polygon(76% 100%, 76% 75%, 25% 75%, 25% 100%, 0 100%, 0 75%, 24% 75%, 23% 26%, 0 26%, 0 0, 26% 0, 25% 27%, 75% 27%, 75% 0, 100% 0, 100% 27%, 71% 27%, 23% 27%, 24% 75%, 100% 75%, 100% 100%) !important;
    background:#ffffff ;
}
.catering-food-box img{
    box-shadow: 0 0 0 10px  #F05B25 ;

}
.cateLabelInput{
    color:#faaf6d !important;
}
/* events-section  */
.events-section{
    padding: 80px 0;
    background-image: url(../img/event-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    position: relative;
    z-index: 0;
}
.events-section:before{
    position:absolute;
    content:'';
    left:0;
    top:0;
    width:100%;
    height:100%;
    background: #a3a1a14f;
    z-index: -1;
    /*mix-blend-mode: difference;*/
}
.event-box{
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.events-item{

    border-radius: 20px;
    overflow: hidden;
    background: #f9f9f9;
    border:3px solid #FFECD9;
    height:54%;
    transition:all 0.5s ease;
}
.events-item:hover {
    height:100%;
    transition:all 0.5s ease;
     border:3px solid #f05b25;
}
.event-img img{
    width: 100%;
}

.event-content {
    padding:0;
    text-align: center;
    /*box-shadow: rgb(37 7 7) 0px 50px 100px -20px, rgb(95 12 12) 0px 30px 30px -30px, rgb(87 0 0) 0px -2px 6px 0px inset;*/
}
.event-content h6 {
    font-size: 28px;
    margin-bottom: 5px;
    color: #fff;
    background: #f05b25;
    padding:8px 0;
    border-top:3px solid #FFECD9;
}
.event-content p{
    color:#626262;
    padding:10px 30px 20px;
    font-size:15px;
    text-align:start;
}
/* quote-section  */
.quote-section{
    padding: 80px 0;
    background: #f15a24;
}
.quote-section h2{
    color:#fff;
}
/* quote-section  */
.quote-section select.booking-input {
    width: 100%;
    border: none;
    background: #470100;
    border-radius: 0px;
    color: #870505;
    outline: none;
}
.quote-section input.booking-input,
.quote-section textarea.booking-input,
.quote-section select.booking-input{
    padding: 20px 15px;
    /*background: #ec8b3c;*/
    background:#faaf6d;
    margin-bottom: 50px;
}
.quote-content .one-btn{
    background: #ebd4bd;
    color:#470100 ;
    width: 60%;
    padding: 15px 30px;

}
.quote-content{
    margin-top: 40px;
    background: #470100;
    box-shadow: rgb(0 0 0 / 30%) 0px 19px 38px, rgb(0 0 0 / 31%) 0px 15px 12px;
    border-radius: 20px;
    overflow: hidden;
}
.quote-checked label{
    color: #fff;
    cursor: pointer;
}
.quote-checked input{
    accent-color: #ec8b3c;
    border: none;
    width:10px;
    margin:0;
}
.quote-checked {
    align-items: center;
    justify-content: start;
    display: flex;
}
.event-p-slide ul.slick-dots {
    bottom: -91%;
    left: -38%;
}
.quote-checked .slick-list.draggable,
.quote-checked  .slick-track{
    height: 100%;
}
.event-p-slide img{
    width: 100%;
    height: 100%;
    object-fit:100% 100%;
}
.event-p-slide .slick-list.draggable {
    height: 100%;
}

.event-p-slide .slick-track {
    height: 100%;
}
/* .catering-review-section  */
.catering-review-section{
    padding: 80px 0;
    background: #ffeded;
    color: #fff;
    overflow:hidden;
}
.catering-testimonial-slider{
    margin-top: 20px;
}
.catering-slider{
    padding: 30px;
    /* border: 1px solid #fff; */
    border-radius: 20px;
    background: #252525;
    margin:0 10px;
    /*box-shadow: rgba(0, 0, 0, 0.513) 0px 8px 24px, rgba(0, 0, 0, 0.365) 0px 16px 56px, rgba(0, 0, 0, 0.374) 0px 24px 80px;*/
}
.catering-slider h6{
    font-size: 25px;
    margin-bottom: 10px;
}
.catering-review-section b {
    color: #f05b25;
}

.catering-review-section small {
    color: coral;
}
.catering-review-section span {
    color: #FF9800;
}
.catering-testimonial-slider ul.slick-dots {
    left: 0;
    bottom: -27px;
}
.catering-testimonial-slider ul.slick-dots li {
    background: #8f8383;
}
.catering-testimonial-slider ul.slick-dots li.slick-active{
    background:#1c1b1b;
}

/* Menu Page Css Start  *//* Menu Page Css Start  *//* Menu Page Css Start  *//* Menu Page Css Start  *//* Menu Page Css Start  *//* Menu Page Css Start  */

.menu-banner-section{
    /* padding: 40px; */
    background: #f15a24;
}
.menu-banner-section h2{
    color:#600407;
    text-wrap:nowrap;
}
.menu-banner-slider {
    width: 100%;
    height: 200px;
    position: relative;
    z-index: 0;

}

.menu-banner-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.menu-banner-slider::before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000000;
    z-index:1;
    /*mix-blend-mode: color;*/
}
.menu-p-slider{
    clip-path: polygon(0 0, 98% 0, 72% 100%, 0% 100%);
}
.menu-p-slider2{
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 1% 100%);
}


.menu-item-section{
    padding: 0px 0;
    background: #FFEADB;
}
.menu-item-section .nav-pills{
    background: #560404;
    border-right: 5px dashed #600407;
}
.menu-item-section .nav-content{
    background: #560404;

}
.category-btn{
    width: 30%;
    padding: 30px;
}
.category-btn button:focus,
.category-btn button{
    text-align: start;
    border: 1px solid #ffbc741a;
    color: #FFBB74;
    margin-bottom: 2px;
    transition: all 0.4s ease;
    position: relative;
    left: 0;
}
.category-btn button:hover{
    color: #ffffff;
    left: 20px;
}

.category-btn button.nav-link.active{
    background: #f15a24;
    border-radius: 100px 100px 0 100px;
    border: 1px solid #FFBB74;
    left: 50px;
    position: relative;
    transition: all 0.4s ease;
    color: #fff;
}

.menu-item-finder-form{
    margin-bottom: 20px ;
}
.menu-item-finder-form h3{
      border-bottom: 1px dashed#FFBB74;
    color: #cd9861;
    outline: none;
    padding: 10px;
    width: 100%;
    margin: 0;
    text-align: center;
}
.combo-text{
    padding: 20px 0 10px;
    margin-top: 10px;
    border-top: 1px solid #ffbc741a;
    display: flex;
    flex-direction: column;
    align-items: start;
}
.combo-text small{
    font-size: 10px;
}

.category-items{
    width: 100%;
}
.content-container{
    padding: 30px;
}
.content-container .sub-heading{
    display:flex;
    align-items:center;
}
.content-container h3 {
    color: #560404;
    /*background: #ffbb74;*/
    /*padding: 10px 20px;*/
    /*display: inline-block;*/
    /*border-radius: 100px;*/
    /*border: 3px solid #ffeadb;*/
    /*box-shadow: 0 0 0 5px #560404;*/
}
.content-container .sub-haeding {
    color: #ffbb74;
    margin-bottom: 20px;
}
/*.item-box {*/
/*   padding: 0px;*/
/*    background: #FFEADB;*/
/*    margin: 8px;*/
/*    flex: 0 0 calc(33% - 21px);*/
    /*border-radius: 5px;*/
/*    overflow: hidden;*/
/*    border: 1px solid #600407;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    transition: all 0.4s ease;*/
/*}*/
.item-box {
    padding: 0px;
    background: #FFEADB;
    margin: 8px;
    flex: 0 0 calc(33% - 21px);
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #949494;
    display: flex;
    flex-direction: column;
    transition: all 0.4s ease;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.item-box:hover{
    /*background:#560404;*/
    transition: all 0.4s ease;
    border-top: 1px solid #ffbb62;
}
.item-box:hover .item-top-content h6{
    /*background: linear-gradient(95deg, #560404, #f15a24,#560404);*/
    border-bottom: 1px dashed #fff;
    color: #fff;
    background: #9c0000;
    transition: all 0.5s ease;
}
/*.item-box:hover .item-top-content small{*/
/*    color: #fff;*/
/*    transition: all 0.4s ease;*/
/*}*/
/*.item-box:hover .item-price{*/
/*    color: #ffbb62;*/
/*    transition: all 0.4s ease;*/
/*}*/
.item-box:hover .item-bottom-content{
    /*background: #884631;*/
    border-top: 1px dashed #ffbb62;
    transition: all 0.4s ease;
}

.item-bottom-content{
    /*background: #884631;*/
    border-top: 1px solid  #000;
}
.item-add-btn:hover{
    transition: all 0.4s ease;
     border-top: 1px dashed #884631;
}
.item-top-content{
    padding: 10px;
    /* background: #470100; */
}
.item-top-content h6 {
  padding: 10px;
    text-align: center;
    background: linear-gradient(95deg, #57000000, #f15a2400,#57000000);
    border-bottom: 1px dashed #3d0404;
    /* color: #3d0404; */
    color: #600407;
    transition: all 0.4s ease;
}
.item-top-content small {
    color: #600407;
    padding: 0px;
    text-align: center;
    margin: 10px 0 0px;
    position: relative;
    display: block;
    transition: all 0.4s ease;
}
.item-price{
    color: #3d0404;
    font-size: 20px;
    margin: 0;
    margin-right: auto;
    font-family: 'Roboto';
    transition: all 0.4s ease;
}
.item-bottom-content {
        display: flex;
    align-items: center;
    justify-content: end;
    /*background: #ffbb74;*/
    padding: 10px;

    border-top: 1px dashed #560404;
    margin-top: auto;
    transition: all 0.4s ease;
}
.itme-btns {
    /*background: #4b0606;*/
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    width: 32%;
    margin: 0 10px;
    color: #fff;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
    border: 1px solid #56040478;
    transition: all 0.4s ease;
}

/*button.btn-group1 {*/
/*    border: none;*/
/*    flex: 0 0 33%;*/
/*    background: #2f020282;*/
/*    color: #ffbb62;*/
/*    transition: all 0.4s ease;*/
/*    padding: 1px;*/
/*}*/

button.btn-group1 {
    border: none;
    flex: 0 0 33%;
    background: #ffeadb;
    color: #050404;
    transition: all 0.4s ease;
    padding: 1px;
    font-size: 19px;
    border-radius:0;
}
span.btn-group1{
    color: #000;
    font-size: 16px;
}
button.btn-group1:hover {
    background: #560404;
    transition: all 0.4s ease;
    color: #fff;
}
.item-add-btn{
    font-size: 16px;
    background: #f15a24;
    width: 40px;
    height: 40px;
    color: #fff;
    border-radius: 55px ;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
     transition:0.4s ease;
     border: 1px dashed #ffbb74;
}
.item-add-btn:hover{
    color:#ffbb74;
     transition:0.4s ease;
     border: 1px solid #ffbb74;
}

/*Menu cart section css*/

.menu-cart.slidecart {
    left: 0;
    transition: 0.5s;
}
.menu-cart {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 100%;
    background: #0000008a;
    z-index: 9999;
    transition: 0.5s;
}
.menu-cart-container {
    max-width: 400px;
    float: right;
    background: #560404;
}
.menu-cart-btn {
    padding: 13px;
    border: 1px solid #ffbb74;
    border-right: 0;
    width: 100px;
    color: #cd9861;
    background: #200101;
    border-radius: 100px 0 0 100px;
    position: fixed;
    right: 0;
    font-weight: 500;
    top: 157px;
    transition:0.4s ease;
}
.menu-cart-btn:hover{
    background:#200101;
    transition:0.4s ease;
    color:#fff;
    border: 1px solid #ffbb74;
    border-right: 0;
}
.menu-cart .btn-close {
    font-size: 25px;
    position: absolute;
    right: 10px;
    top: 5px;

}
.menu-cart .btn-close:focus{
    box-shadow:0 0 0 0 !important;
    outline:none;
}
.menu-cart-container {
    height: 100%;
    display:flex;
    flex-direction:column;
}
.menu-cart h3 {
    text-align: center;
    padding: 10px;
    background: #200101;
    color: #fff;
    border-bottom: 1px solid #ffbb74;
    margin-bottom:0;
}

.menu-cart-item-box {
    padding: 10px;
    /*height: 35%;*/
    /*min-height:300px;*/
    /*max-height:100%;*/
    overflow:auto;
}
#result_body{
    height:100vh;
    display:flex;
    flex-direction:column;
}

.menu-cart-item-box {
    height:auto;
}
.menu-cart-bottom-content{
    height:10%;
    min-height:130px;
}


/* width */
::-webkit-scrollbar {
  width: 8px;

}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #818181;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: red;
  border-radius: 10px;
}
.menu-cart-item {
    padding: 10px;
    background: black;
    border-radius: 8px;
    margin-bottom:5px;
}
.menu-cart-item h5 {
    font-family: 'Roboto';
    font-size: 15px;
    color: aliceblue;
    font-weight: 300;
    text-align: start;
}
.menu-cart-bottom-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 5px;
    flex-direction: row;
}
.menu-cart-item .item-bottom-content {
    display: flex;
    align-items: center;
    justify-content: end;
     background: transparent;
     padding: 10px 0 0 ;
    border-top: 1px dashed #ffbb62;
    margin-top: auto;
}
.menu-cart-item .item-price {
    color: #ffbb62;
    font-size: 18px;
    /*margin: 0;*/
}
a.shoppinbtn {
    background-color: #f05b25;
    text-decoration: none;
    color: #fff;
    padding: 15px 33px;
    border-radius: 4px;
    transition: 0.5s;
}
a.shoppinbtn:hover {
    background: #ff0000;
    transition: 0.5s;
}
h4#totalprice {
    padding: 0 17px;
}
.menu-cart-item .item-add-btn {
    width: 30px;
    height: 30px;
    color: #ffbb62;
    font-size: 15px;
    cursor: pointer;
}
.menu-cart-bottom-content {
    background: #200101;
    border-top: 1px solid #efa869;
    padding: 10px;
    height: 17%;
    margin-top:auto;
}

.menu-cart-price {
    font-family: 'Roboto';
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.menu-cart-price h5,
.menu-cart-price span{
    font-family: 'Roboto';
    font-size: 25px;
    color: #fff;
    margin: 0;
}

.menu-cart-bottom-btn .one-btn{
    padding: 14px 15px;
    font-size: 15px;
    color: #FFBB74;
    background: #570000;
    margin-top: 13px;
    white-space: nowrap;
}

/* Checkout Page Css  */
.checkout-p-slider {
    clip-path: polygon(0 0, 100% 0%, 87% 100%, 0% 100%);
}
.checkout-banner-slider img{
    width: 100%;
    height: 200px;
    object-fit: cover;
    /* filter: grayscale(1); */
    transition: all 0.4s ease;
}
.checkout-banner-slider img:hover{
    /* filter: grayscale(0); */
    transition: all 0.4s ease;
}
.checkout-p-title h2 {
    background: #200101;
    padding: 10px 58px;
    z-index: 50;
    border-radius: 0px;
    border: 1px solid #ffbb62;
    box-shadow: 0 0 0 7px #5e0202;
    position: relative;
    left: -228px;
    top: 15px;
}
.p-checkout{
    padding: 50px 0;
}
.p-checkH1-progress,
.p-checkH1-progress-box,
.p-checkH1-progress-item{
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-checkH1-progress-item{
    justify-content: space-between;
}

.p-checkH1-progress-box{
    flex-direction: column;
    position: relative;
    z-index: 0;
}
.p-checkH1-progress-box::before {
    position: absolute;
    content: '';
    left: 50%;
    width: 100%;
    background:#5e0202;
    height: 5px;
    top: 37%;
    z-index: -1;
}
.p-checkH1-progress-box:last-child:before{
    display: none;
}
.p-checkH1-progress-img{
    padding: 40px;
    background: #ffeadb;
    border-radius: 100px;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    /*color: #ffffff;*/
        transition: 0.5s;
    border: 1px solid #5e0202;
}
.p-checkH1-progress-img.progressActive{
    background: #5e0202;
}
.p-checkH1-progress-img.progressActive i{
   color:#fff;
}
.p-checkH1-progress h4{
    font-size: 15px;
    font-family:'Roboto';
        margin-top: 9px;
}
.current-box .p-checkH1-progress-img {
    background: #F44336;
    color: #fff;
     transition: 0.5s;
}

.current-box::before {
    background: #F44336;
    transition: 0.5s;
}





/* checkout right content css */
.p-checkH1-content{
    margin-top: 50px;
    /* background: #200101; */
}
.p-checkH2-detail{
    border: 1px solid #5e0202;
    min-height: 452px;
    display: flex;
    flex-direction: column;
    /*background: #200101;*/
    height: 100%;
}
.p-checkH2-detail h5{
    padding: 10px;
    text-align: center;
    border-bottom:1px dashed #ffbb74;
}
.p-checkH2-item-detail{
    padding: 8px 30px;
}
.p-checkH2-item-title li{
    font-weight: 600;;
}

.p-checkH2-item-box ul{
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    margin: 0;
}
.p-checkH2-item-box-items{
    max-height: 170px;
    overflow-y: auto;
}
.p-checkH2-item-box ul li,
.p-checkH2-item-title li{
    /*color: #fff;*/
    text-align: center;
}
.p-checkH2-item-box ul li>span{
  font-size: 13px;
  display: block;

}
.p-checkH2-item-box ul li:nth-child(1),
.p-checkH2-item-detail ul li:nth-child(1){
    width: 50%;
    text-align: start;
}
.p-checkH2-item-box ul li:nth-child(2),
.p-checkH2-item-detail ul li:nth-child(2),
.p-checkH2-item-box ul li:nth-child(3),
.p-checkH2-item-detail ul li:nth-child(3){
    width: 25%;
}
.p-checkH2-item-boxH3{
    /* background: #fc8625; */
    padding:10px 20px 10px;
   border-top: 1px solid #5e0202;
   margin-top: auto;
}
.p-checkH2-item-boxH3 ul li{
    /*color: #ffbb74;*/
    font-weight: 600;
    font-size: 18px;
    text-align: start;
}
.p-checkH2-item-boxH3 ul li:nth-child(odd){
    width: 80% !important;
}
.p-checkH2-item-boxH3 ul li:nth-child(even){
    width: 20% !important;
    align-items: start;
}
.p-checkH2-item-boxH3 ul li:nth-child(8),
.p-checkH2-item-boxH3 ul li:nth-child(7) {
    height: 45px;
    text-align: start;
    display: flex;
    align-items: center;
    font-size: 23px;
    border-top: 1px dashed #5e0202;
    margin-top: 10px;
}




/* checkout left content css */

.p-payment-process{
    border: 1px solid #5e0202;
    min-height: 452px;
    /*background: #200101;*/
    height: 100%;
}
/* form Show */
.p-form-H1{display: block;}
.p-form-H2{display: none;}
.p-form-H3{display: none;}

/* form button show */
.next-btn{display: block;}
.back-btn{display: none;}
.pay-btn{display: none;}


.p-paymet-forms h5{
    font-size: 30px;
    padding: 10px 18px;
    border-bottom: 1px dashed #ffbb74;
    color: #fff;
    background:#5e0202;
}
.p-paymet-formH0{
    padding: 20px 20px;
}
.p-paymet-formH0 label{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    /*color: #fff;*/
}
.p-paymet-formH0 h6{
    font-size: 30px;
    /* color: #52030; */
    margin-bottom:10px;
}
.p-paymet-formH0 .p-H4-input{
    width: unset;
}
.checkout-p-input .p-paymet-formH0 input,
.checkout-p-input .p-paymet-formH0 select{
    width: 100%;
    border: 1px solid #5e0202 !important;
    background:transparent;
    border-radius: 0;
    padding: 10px;
    margin-bottom: 20px;
    color:#5e0202;
    accent-color:#5e0202;
}
 .filled {
    list-style: none;
    padding: 0;
    position: relative;
}
input#select-items {
    width: 21px;
    height: 21px;
    margin-right: 7px;
}
.filled li {
    color: red;
    line-height: normal;
    position: absolute;
    top: -37px;
}
.locate012 {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    width:100px;
}
.locate012 label{
    margin-left:5px;
}
.payment-card {
    position: relative;
}
.card-brand-icons {
    position: absolute;
    right: 11px;
    margin-top: -30px;
}
/* p-payment-button */
.p-payment-btn{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    flex-wrap: wrap;
}
.p-paymet-formH0 .row {
    margin-bottom: 10px;
    row-gap: 0;
}
.p-btn-pay{
    flex: 0 0 calc(50% - 10px);
    padding: 8px;
    margin-bottom: 10px;
    margin-top: 0px;
    border: none;
    background: rgb(82, 3, 3);
    color: #fff;
    transition: all 0.4s ease;
    font-size: 20px;
        cursor: pointer;
}
.p-btn-pay:hover{
    background:#fff ;
    color: #fff;
}

/*Cart Page CSS*//*Cart Page CSS*//*Cart Page CSS*//*Cart Page CSS*//*Cart Page CSS*/
     .p-cart{
        background:#ffeadb;
        padding:50px 0;
      }
      .p-cart h5,
      .p-checkout h5{
          font-family:'Roboto';
      }
      .p-cart .p-payment-process,
       .p-cart .p-checkH2-detail{
        background:#ebd4bd;
        border: 1px solid #5c0101 !important;
       }
        .p-cartH2-item-detail{
            padding:0 20px;

        }
        .p-cart .p-checkH2-detail h5{
            padding: 10px;
            color: #5c0101;
            text-align: center;
            border-bottom:1px dashed #5c0101;
        }
       .p-cart .item-price{
            margin-right: unset !important ;
        }
        .p-cart .itme-btns{
            width: 100%;
        }
        .p-cartH2-item-title{
            border-bottom: 1px solid #5c0101;
            padding:10px 20px;
        }
        .p-cartH2-item-title p{
            width: 40%;
        }
        .cart-item-header{
            width: 60%;
            text-align: center;
        }
        .p-cartH2-item-box{
            overflow: auto;
            margin-top: 20px;
            max-height: 332px;
        }
        .cart-p-item{
            border: 1px solid #5c0101;
            padding: 5px;
            /* border-bottom: 0; */
            margin-bottom: 3px;
            background: #ffeadb;
        }
        .cart-p-item h6{
            margin-right: auto;
        }
        .cart-p-item .item-bottom-content{
            background: transparent;
            border-top: none;
            padding: 0px 0 !important;
        }
        .cart-p-item h6{
          color: #5c0101;
        }
        .cart-p-item .item-bottom-content select{
            outline: none;
            border: none;
            background: #5c0101;
            border-radius: 5px;
            padding: 5px;
            color: #ffffff;
        }
        .p-cartH2-item-title p{
          color: #5c0101;
          font-weight: 600;
          letter-spacing: 1px;
        }
        .item-bottom-content-combo {
            padding: 10px;
            /*border-top: 1px dashed #949494;*/
            display:flex;
            flex-direction:row;
            flex-wrap:wrap;
        }
        .inputchecks {
            margin-right: 10px;
        }
        .inputchecks .form-check-input{
           border-radius: 0px;
           border-color: #560404;
        }
        .inputchecks .form-check-input:focus{box-shadow:none;border-color:unset;}
        .inputchecks .form-check-input:checked {
            background-color: #560404;
            border-color: #560404;
            border-radius: 0px;
        }
        .combo-item-name {
            text-wrap: nowrap;
        }
        .menu-combo-item-select-any-text {
            padding: 10px 0 0;
        }
        .item-top-content small:empty {
            margin: 0;
        }

.p-cartH2-item-box{
    padding: 20px 0;

}
.cart-p-pay-detail{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.cart-p-pay-detail li{
    font-size: 20px;
    color: #5c0101;
}
.cart-p-pay-detail li:nth-child(odd){
    width: 70%;
}
.cart-p-pay-detail li:nth-child(even){
    width: 30%;
    text-align:left;
}
.cart-pay-checkout{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    color: #5c0101;
    border: 1px dashed #5c0101;
    padding: 5px 0;
    margin-bottom: 10px;
}
.cart-pay-checkout h6{
    width: 65%;
    font-size: 25px;
    color: #5c0101;
    padding: 0 5px;
}
span#final_price {
    font-size: 22px;
    color: #5c0101;
    padding: 0 5px;
    padding-left: 16px;
    float: left;
}
.p-paymet-formH0 input {
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    padding: 9px 10px;
    width: 100%;
}
.p-paymet-formH0 select {
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: b;
    padding: 0 6px;
}
.p-paymet-formH0 .form-control {
    display: block;
    width: 100%;
    padding: 10px 14px;
}
.p-paymet-formH0 .row {
    row-gap: 7px;
}
.p-paymet-formH0 label {
    text-align: left;
}
.cart-p-tips p{
  font-size: 25px;
  padding: 10px;
  border-bottom: 1px solid #5c0101;
  color: #5c0101;

}
.tips-content label,
.tips-content input{
    border: 1px solid #5c0101;
    padding: 6px 13px;
    color: #5c0101;
    position:relative;
}
.tips-content> input{
    min-width:122px;
    padding:6px;
    width:100%;
    border: 1px solid #5c0101;
    margin: 5px;
    position: relative !important;
    opacity:1;
}
.clicked_radio {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100%;
    display: block !important;
    margin: 0 !important;
    cursor: pointer;
    opacity: 0;

}
.addCustomTips {
    height: auto;
}
.tips-content label{
    position:relative;
    overflow:hidden;
}
.tips-content {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 10px;
    gap: 14px;
}
.cart-coupon{
  padding:0 10px 10px;
}
.cart-coupon input{
  outline: none;
  border: none;
}
.cart-coupon input:last-child {
    width: 34%;
    text-align: center;
    padding: 5px 10px;
    color: #ffffff;
    background: #5c0101;
}
.cart-coupon input:first-child {
    width: 60%;
    padding: 5px 10px;
    background: transparent;
    border: 1px solid #5c0101;
}
.cart-coupon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}
.cart-kitchan{
  padding:0 10px;
  width: 100%;
}

label.selected-tip {
    background: #570000;
    color: #fff;
    transition: 0.5s;
}
.cart-kitchan textarea{
  outline: none;
    border: none;
    width: 100%;
    padding: 8px;
    background: transparent;
    border: 1px solid #5c0101;
}
.cart-p-paymet h5{
  font-size: 30px;
    padding: 10px;
    border-top: 1px solid #5c0101;
    border-bottom: 1px dashed #5c0101;
    color: #5c0101;
    margin: 0;
}
.cart-p-paymet .p-cartH2-item-box {
    padding: 15px;
}


body .subscribe-section {
    padding: 25px 0;
    position: relative;
    z-index: 2;
}


.col-lg-12.menu-img-box.d-flex.align-items-center.justify-content-center.w-100 a {
    margin-top: 31px;
}
.gst-text {
	display:block;
	font-size:14px;


}
/*Cart Page CSS*//*Cart Page CSS*//*Cart Page CSS*//*Cart Page CSS*//*Cart Page CSS*/
