@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&display=swap');

:root{
    --font-heading: "Bricolage Grotesque", sans-serif ;
    --color-green:#008742;
    --color-red: #EA1C24;
    --color-light-green: rgba(0, 135, 66, 11%)
}


html, body
{
    background-color: #fff;
}
button{    
    font-family: var(--font-heading) !important;
}
.font-primary
{
    font-family: var(--font-heading) !important;
}
.web-nav-cover img {
    height: auto;
    width: 140px;
     @media (max-width:767px) {
         height: auto;
         width: 140px;
    }
}

.mobileSidebar
{
    .web-nav-cover img {
     @media (max-width:767px) {
         height: auto;
         width: 140px;
    }
}
}

.am-hero-section {
    background:url('../image/slider/slide1.png');
    /* background:url('../image/slider/mixed_dishes_1.webp'); */
    position: relative;
    min-height: 700px;
    background-repeat: no-repeat;
    background-size: cover;
}
.am-hero-content {
    z-index: 99;
    padding: 150px 0 200px 0;
   
}

.banner_homepage_slider{
 height: 800px;
}

.mini-hero
{
    min-height: auto;
}

.mini-hero .am-hero-content
{
    padding: 200px 0 150px 0;

    @media (max-width:767px) {
         padding: 110px 0 50px 0;
    }
}


.am-hero-content h1
{
    text-align:center;
    font-size:60px;
    color:#fff;
    font-weight:600;
    margin-bottom:15px
    
}
.am-hero-content h1,
.am-hero-content h1 span
{
    font-family: var(--font-heading) !important;
}
.text-secondary
{
    color:var( --color-green) !important
}
.am-hero-content p
{
    text-align:center;
    font-size:18px;        
    margin-bottom:15px
}
.hero-feature {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 11px;
}

.hero-feature span {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
}
.mt-space-70
{
    margin-top:70px;
}
.same-btn-two
{
    background: var(--color-red) !important;  
    width: max-content;
    display: inline-block;
    
}
.nav-booktable-btn, .same-btn-two, .same-outbtn-two
{
    font-family: var(--font-heading) !important;
}

.am-reserveration-box
{
    background: url('../image/overlay1.svg');
    background-repeat: no-repeat;
    /* background-size: cover; */
    background-position: center center;
    width: 100%;
    height: 100%;
    /* padding-bottom: 100px; */
}

.am-reserveration-box ul
{
    margin: 0;
    list-style: none;
    padding: 0;
}

.am-reserveration-box ul li
{
    font-weight: 600;
    padding-left: 20px;
    position: relative;
}

.am-reserveration-box ul li::before {
    content: '';
    position: absolute;
    margin-left: -15px;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background: #000;
    top: 7px;
}
.title-h4 
{
    font-family: var(--font-heading);
    font-size: 26px !important;

}


/** Form **/
form.am-reservation-form 
{
    border: 5px solid rgba(234,28, 36, 17%);
    background: #fff;
    padding: 20px 70px;
    margin-top: -130px;
    position: relative;
    z-index: 9;
    @media (max-width:991px) {
        padding: 20px 30px;
    }
    h5
    {
       
    @media (max-width:991px) {
        font-size: 16px ;
    }
    }
}
form.am-reservation-form h3 {
    text-align: center;
    background: var(--color-red);
    width: max-content;
    margin: 0 auto;
    padding: 5px 50px;
    color: #fff;
    font-size: 20px;
    position: relative;
    font-family: var(--font-heading) !important;
    margin-bottom: 15px;
}

form.am-reservation-form h3::before {
    position: absolute;
    content: '';
    width: 55px;
    height: 111%;
    background: url('../image/rise-right.svg');
    left: -25px;
    top: -3px;
    background-repeat: no-repeat;
}
form.am-reservation-form h3::after {
    position: absolute;
    content: '';
    width: 55px;
    height: 111%;
    background: url('../image/rise-left.svg');
    right: -25px;
    top: -3px;
    background-repeat: no-repeat;
}

form.am-reservation-form p {
   text-align: center;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
   
}
.am-reservation-form .form-control {
    background: #F0F0F0;
    border: 1px solid rgba(0,0,0,10%);
    border-radius: 0;
    height: 45px;
    font-size: 13px;
    font-weight: 500;
    outline: 0 !important;
    box-shadow:  none !important;
}

.same-outbtn-two
{
    border: 2px solid var(--color-green);
    color: var(--color-green);
    padding: 8px 20px;
    transition: all .4s ease-in-out;
}

.same-outbtn-two:hover
{
    border: 2px solid var(--color-green);
    background-color: var(--color-green);
    color: #fff;
    padding: 8px 20px;
}




.same-outbtn-two svg
{
    transition: all .4s ease-in-out;
}
.same-outbtn-two:hover svg,
.same-outbtn-two:hover svg path
{
    fill: #fff;
}

.same-outbtn-white, 
.same-outbtn-white:hover
{
    border: 2px solid #fff;
    color: #fff;
    padding: 8px 20px;
    transition: all .4s ease-in-out;
}
.same-outbtn-white svg,
.same-outbtn-white svg path
{
    fill: #fff;
}

.section-space
{
    padding-top: 80px;
}
.section-m-space
{
    margin-top: 80px;
}
.section-bottom-space
{
    padding-bottom: 80px !important;
}

.am-section-gap
{
    margin-bottom: 40px !important;
}


.am-section-subtitle
{
    font-size: 18px !important;
    font-weight: 600;
    font-family: var(--font-heading) !important;
}
.am-section-title
{
    font-size: 36px !important;
    font-weight: 600;
    font-family: var(--font-heading) !important;
    margin-bottom: 10px;
    @media (max-width:768px) {
        font-size: 26px !important;
    }
}
.am-section-title span
{
    font-family: var(--font-heading) !important;
}
.am-section-para
{
    font-size: 20px !important;
    /* margin-bottom: 15px; */
}
.text-captilize
{
    text-transform: capitalize !important;
}
.am-deal-tab {
    background: var(--color-red) !important;;
    padding: 14px 20px;
    color: #fff;
    font-size: 18px;

}

.am-deal-tab svg{
    width: 40px;
}
.am-border-right
{
    border-right: 1px solid #ffffff91;
}



/******/


.deal-card {
    position: relative;    
   
}
.deal-card:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #000000d6, #00000052);
}

.deal-media {
    width: 100%;
    height: 500px;
}
.deal-offer-media
{
    height: 400px !important;

    @media (max-width:767px) {
        height: 220px !important;
    }
}

.deal-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.deal-content {
    position: absolute;
    bottom: 0px;
    padding: 25px;
    text-align: left;
    z-index: 9;
    color: #fff;
    @media (max-width:767px) {
       position: relative;
    }
}
.deal-content h3
{
    font-family: var(--font-heading);
    font-weight: 500;
    font-size: 24px;
    text-align: left;
    @media (max-width:1199px) {
        font-size: 24px;
    }
    @media (max-width:768px) {
        font-size: 18px;
    }
}
.deal-price {
    background: linear-gradient(90deg, white, #ffffff00);
    padding: 5px 10px;
    margin-top: 10px;
    color: var(--color-red);
    font-size: 16px;
    width: 80%;
    font-family: var(--font-heading);
    font-weight: 600    ;
}

.deal-day {
    position: absolute;
    top: 0;
    right: 20px;
    background:var(--color-green);
    padding: 5px 35px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    font-weight: 600    ;
    color: #fff;
    z-index: 9;
}


/****/
.menu-home-slider {
    padding-bottom: 50px;
}
.am-menu-card {
    position: relative;
    width: 95%;
    margin: 0 auto;
}

.am-menu-media {
    width: 100%;
    height: 230px;
}

.am-menu-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.am-menu-content {
    background: var(--color-green);
    padding: 15px;
    color: #fff;
    min-height: 190px;
}
.am-menu-content h4 {
    font-size: 20px;
    font-family: var(--font-heading);
    margin-bottom: 15px;
    font-weight: 600;
}

.am-menu-content p {
    font-size: 15px;
    color: #fff;
    display: -webkit-inline-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}


.am-line-3 {
    display: -webkit-inline-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3 !important;
    overflow: hidden;
    @media (max-width:1399px) {
        -webkit-line-clamp: 2 !important;
    }
    @media (max-width:600px) {
        -webkit-line-clamp: 10 !important;
    }
}
/*****/

.am-perks
{
    background: #000;
    padding: 80px 0;
}
.am-perks-list {
    text-align: center;
    color: #fff;
    padding: 0 40px;
    @media (max-width:1300px)
    {
        padding: 0 10px;
    }
}

.am-perks-list h4 {
    font-size: 18px;
    margin-top: 20px;
    font-family: var(--font-heading);
}


/****/

.chef-special .chef-theme 
{
    background: var(--color-red) !important;
    padding: 30px;
    color: #fff;
    position: relative;
    z-index: 11;
}
.chef-special
{
    position: relative;
    z-index: 11;
}
.chef-special:before {
    content: '';
    position: absolute;
    background: url('../image//ol-left.svg') no-repeat;
    background-size: contain;
    width: 18%;
    height: 170px;
    left: 0;
    bottom: 10%;
    z-index: 0;
}
.chef-special:after {
    content: '';
    position: absolute;
    background: url('../image//ol-right.svg') no-repeat;
    background-size: contain;
    width: 18%;
    height: 170px;
    right: 0;
    bottom: 10%;
    z-index: 0;
}


.chef-theme p
{
    color: #fff;
}
.chef-card {
    position: relative;
    width: 100%;
    height: 350px;
    &::before
    {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: linear-gradient(0deg, #000000cc, transparent);
    }
    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    h4
    {
        position: absolute;
        bottom: 0px;
        padding: 20px 80px 20px 20px;
        font-family: var(--font-heading);
        font-size: 26px;
    }
    @media (max-width:767px)
    {
        h4
        {
            padding: 20px 20px 20px 20px;
        }
    }
}


.chef-heading-p
{
    max-width:300px;  
    margin-left: auto;
    color: #fff;
    @media (max-width:767px)
    {
        max-width:100%;  
       
    }
}

.color-white
{
    background-color: #fff !important;
    color: var(--color-red) !important;
    border: 1px solid  #fff !important;;
}



.review_main-card {
    padding: 30px 25px;
    height: 210px;
    min-height: auto;
    background: #E3E3E3;
    box-shadow: 14px -14px 0px #008742;
    margin: 30px 0  ;
    @media (max-width:767px)
    {
        height: auto;
    }
}

.slick-slideshow__slide
{
    background: transparent !important;
    
}


.special-oc .oc-theme
{
    background: var(--color-green) !important;
    padding: 30px;
    color: #fff;
}


.contact_form_bg {
    background-color: #fff;
    padding: 10px;
    border-radius: 0;
    position: relative;
    z-index: 9;
    text-align: left;
    box-shadow: 5px 17px 56.7px 0px rgba(0, 0, 0, 0.11);
}

.contactus-section .form-contact input, 
.contactus-section textarea.form-control {
    border-radius: 0;
    border-bottom: 1px solid rgba(0,0,0,30%);
    color: #000;
    &::placeholder
    {
        color: rgba(0,0,0,40%);;
    }
}
textarea.form-control {
    height: 100px;
}


.sm-feture-card {
    border: 2px solid rgba(0, 135, 66, 0.16);
    background: rgba(0, 135, 66, 0.10);
    padding: 35px 25px;
}

.sm-feture-card svg {
    margin-bottom: 20px;
    width: 80px;
    height: 70px;
}

.sm-feture-card h4 {
    font-family: var(--font-heading);
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 10px;
}

.sm-feture-card p {
    font-size: 16px;
    color: #5D5D5D;
}

.am-about-us {
    position: relative;
}


.am-about-us .container-fluid
{
    padding: 0 !important;
}

.am-about-us:before {
    content: '';
    position: absolute;
    background: url('../image//ol-right.svg') no-repeat;
    background-size: contain;
    width: 18%;
    height: 20%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
}
.am-about--card {
    background: #FFF;
    /* box-shadow: 0px 4px 43.6px 0px rgba(0, 0, 0, 0.11); */
    padding: 40px 20px;
    margin-left: -50px;
    max-width: 75%;
    position: relative;
    z-index: 9;
}

.am-join--box h1
{   
    text-align:center;
    font-size:60px;
    font-weight:600;
    margin-bottom:15px;
    font-family: var(--font-heading);
}
.am-join--box h4
{   
    text-align:center;
    font-size:30px;  
    font-weight:600;
    margin-bottom:15px;
    font-family: var(--font-heading);
}

.am-celebration .sm-feture-card {
    text-align: center;
    height: 100%;
}
.am-celebration .sm-feture-card h4 {
    font-size: 20px;
}


.am-short-contact
{
    background-color: var(--color-green);
    padding: 60px 10px;
    color:#fff
}



@media (max-width:1499px)
{
    .am-about--card {
        max-width: 94%;
    }
    
}
@media (max-width:991px)
{
    .am-about-us .container-fluid
    {
        padding: 0  10px!important;
    }
    .am-about--card {
        box-shadow: 0px 4px 43.6px 0px rgba(0, 0, 0, 0.11);
        max-width: 100%;
        margin: 0;
        padding: 30px 15px;
    }
    .am-about-us:before, .chef-special:before, .chef-special:after {
        display: none
    }
}
@media (max-width:1300px)
{
    .am-menu-content {
        background: var(--color-green);
        padding: 15px;
        color: #fff;
        min-height: 215px;
    }
}
@media (max-width:767px) {
    .am-hero-content h1 {
        font-size: 32px;
    }
    .am-hero-content {
        padding: 115px 0 150px 0;
    }
    .am-hero-content p {
        font-size: 15px;
    }
    .hero-feature {
        padding: 15px 20px;
    }

    form.am-reservation-form {
        padding: 16px 13px;
    }
   
    .am-border-right
    {
        border: 0;
        border-bottom: 1px solid #fff ;
    }
    .am-join--box h1
    {   
        font-size:40px;
    }
    .am-join--box h4
    {   
        font-size:20px;  
    }
    .daily-specials-slider .slick-next, .daily-specials-slider .slick-prev{
        display: none !important;
    }
}


@media (max-width:575px) 
{
    form.am-reservation-form h3 {       
        padding: 5px 25px;      
        font-size: 11px;       
    }
    form.am-reservation-form h3::before {       
        width: 45px;
        height: 101%;       
        left: -12px;
        top: 0px;      
        background-size: contain;
    }
    form.am-reservation-form h3::after {
        width: 31px;
        height: 101%;
        right: -12px;
        top: 0px;
        background-size: contain;
    }
    .am-menu-content {
        min-height: auto
    }
    .section-space
    {
        padding-top: 50px;
    }
    .section-m-space
    {
        margin-top: 50px;
    }
    .section-bottom-space
    {
        padding-bottom: 50px !important;
    }
    .am-perks
    {
        padding: 40px 0;
    }
}



.location_page_start 
{
    margin-bottom: -8px;
}


.proces-img
{
    background: transparent;
}

ul#progressbar p {
    margin-top: 10px;
    color: #000
}

.track-order1 {
    max-width: 100%;
    background: var(--color-light-green);
}





.side-menu-tab
{
    background: #ffffff;
    border-radius:0px;
    padding: 20px;
}

.side-menu-tab ul{
    padding: 0px;
    background:  transparent !important;
}

.side-menu-tab h2
{
    font-size: 20px;
    font-family: var(--font-heading);
}


.side-menu-tab .nav-tabs .tab-link
{
    text-align: left;
    background: #fff;
    color: #000;    
    box-shadow: none !important;
     background: #F0F0F0;
     font-family: var(--font-heading);
     text-align: center;
     font-size: 16px;;
      text-wrap:wrap;
}
.side-menu-tab .nav-tabs .tab-link.active {
    /* font-weight: bold; */
    background: var(--color-green);
    color: white;
}
.side-menu-tab .nav-tabs li:last-child .tab-link

{
    background: var(--color-red);
    color: white;
}
.side-tabe ul {
    align-items: center;
    width: 100%;
    padding:0;
    border: none;
    border-radius: 0px;
    display: flex;
    height: 100%;
    flex-direction: column;
}


.side-tabe ul li {
    display: flex !important;
    align-items: center;
    /* margin: 0 2px; */
    padding: 0;
    width: 100%;
}


.offer-bg {
    /* background-color: #00800121; */
    /* padding: 4px 6px; */
    /* border: 1px dashed #008001; */
    /* border-radius: 50px; */
    color: var(--color-red);
    font-weight: 600;
    font-size: 13px;
    text-align: left;
}
.bogo-off svg {
    width: 25px;
    height: 25px;
    fill: var(--color-red);
}

.bogo-off svg  path{
    
    fill: var(--color-red);
}


.row.pizza-box form {
    background: rgb(227 242 234 / 36%);
    padding: 20px 30px;
    margin-left: 20px;
}

.row.pizza-box form h3 {
    font-family: var(--font-heading) !important;
    font-size: 20px;
    margin-bottom: 10px;
        color: var(--color-green);
}
.row.pizza-box form ul
{
  list-style: none;
  margin: 0;
  padding: 0;;
}
.row.pizza-box form li label {
    font-size: 15px;
    gap: 10px;
    display: flex;
  
}
.redio-btn
{
    margin-bottom: 15px;
}
.ck-slection-box {
    position: relative;
    width: 100%;
}

.ck-slection-box-content {
    display: flex;
    gap: 10px;
    border: 1px solid #5f4f4f63;
    padding: 8px;
    justify-content: space-between;
    height: 100%;
}

span.ck-title {
    font-size: 14px;
}

span.ck-price {
    width: 170px;
    text-align: end;
    font-weight: 600;
}

.ck-slection-box input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}   

input[type="radio"], input[type="checkbox"]
{
    accent-color: var(--color-green);
    margin-right: 5px;
}

#cheese  input[type="radio"]:checked + .ck-slection-box-content,
#sauce  input[type="radio"]:checked + .ck-slection-box-content,
#toppings  input[type="radio"]:checked + .ck-slection-box-content,
.size-b  input[type="radio"]:checked + .ck-slection-box-content,
#toppings input[type="checkbox"]:checked + .ck-slection-box-content
{
    color: var(--color-white);
    background: var(--color-light-green);
    border: 1px solid var(--color-green);
}

.redio-btn p {
    font-size: 14px;
    opacity: .7;
}

.boder-btn {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 20px !important;
}

#toppings
{
    margin-top: 15px;
}

label.combo-total-price {
    font-size: 20px;
    font-weight: 600;
    font-family: var(--font-heading);
}


label.combo-total-price {
    font-size: 20px;
    font-weight: 600;
    font-family: var(--font-heading);
}

.quantity {
    display: flex;
    gap: 5px;
}

input#build_pizza_quantity {
    width: 60px;
    text-align: center;
    border: 1px solid var(--color-green);
    height: 34px;
    background: #fff;
    border-radius: 10px;
}

a.quantity__minus, a.quantity__plus {
    background: var(--color-green);
    width: 34px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 34px;
    border-radius: 100%;
}
.dc-col .col:last-child
{
    margin-bottom: 0 !important ;
}
 .product-title-01
    {
        font-size: 20px;
    }

    .food-type-icon-00 img.active {
 
    margin-top: -4px;
}

@media (max-width:768px) {
    .item-price h5
    {
        font-size: 15px;
    }
    .product-title-01
    {
        font-size: 18px;
    }
    .cart-desc {
        font-size: 13px;
    }

    .row.pizza-box form {
        margin-left: 0px;
    }
    .am-hero-content {
    z-index: 99;
    padding: 150px 0 200px 0;
}
}


.menu-item-section
{
    background: url('../image/overlay1.svg');
    background-repeat: no-repeat;
    /* background-size: cover; */
    background-position: center center;
    width: 100%;
    height: 100%;
    /* padding-bottom: 100px; */
}

header.navigation.is-sticky {
    background: #000;
    transition: all 0.2s ease;
    animation: sticky-header 0.35s ease-out;
    position: fixed;
    top: -10px;
    z-index: 999;
    padding: 30px 10px 20px 10px !important;
    /* box-shadow: 0 2px 10px rgba(0,0,0,.1); */
}
header.navigation.is-sticky .cart-div a, header.navigation.is-sticky .cart-div a i, header.navigation.is-sticky .cart-div a span {
   
    color: var(--color-red);
}

#combo_form  .itme-btn-fuction button {
    background: var(--color-red);
    border-radius: 0;
    height: 28px;
    padding: 0 10px;
    color: #fff;
}

#combo_form  .itme-btn-fuction button i {
    color: #fff;
}


.error_message {
    font-size: 15px;
    padding-left: 20px;
}

.iti--inline-dropdown .iti__dropdown-content
{
    height: 150px;
}

.iti--inline-dropdown .iti__country-list {
    max-height: 100px;
    height: 100px;
}


@media (max-width:768px) {
    .cart-page-section {
        padding: 20px 0 30px 0;
    }
    .cart-left-details {
        margin-bottom: 10px;
    }
    .iti {
        width: 100%;
    }

    .iti--fullscreen-popup .iti__dropdown-content {
    max-height: 60% !important;
}
}


.item-content-box-ac {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.menu-item-card .item-text {
    gap: 5px;
}
.product-description {
    font-size: 13px;
}

.icon-text
{
    align-items: center;
}
.icon-text svg
{
    width: 24px;
}


.icon-text p
{
   width: calc(100% - 30px);
}