@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
body{
    font-family: 'Roboto', sans-serif;
   /*font-family: 'Dancing Script', cursive; 
   font-family: 'Barlow Condensed', sans-serif;*/
    /*background: url('../images/bg_pattern.png'), #000;*/
    background: #f8f8f8;
}

header .ta_logo_wrapper img {      
max-height: 80px;
}
header .left_col_wrapper {
    text-align: left;
}
header .left_col_wrapper h2{
    font-size: 82px;
    margin: 0 15px 0 0;
    color: #619b4a;
    float: left;
}
header .left_col_wrapper h1 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 100px;
    line-height: 82px;
    margin-bottom: 0;
    color: #faa60a;
}
section.ta_food_menu h2 button span {
    min-width: 40px;
}
section.ta_food_menu .ta_main_wrapper {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
section.ta_food_menu .ta_main_wrapper label.price{
    font-weight: 700;
    color: #f67a1f;
}
.accordion-button:not(.collapsed) {
    background-color: #fff;
    border-radius: 0 !important;
    box-shadow: none;
}
section.ta_food_menu .accordion .accordion-item{
    border-radius: 0;
    border-left: none;
    border-right: none;
}
section.ta_food_menu .accordion-body {
    padding: 0 20px 20px;
}
section.ta_food_menu .accordion-body img {
    width: 100%;
    border-radius: 6px;
}
section.ta_food_menu ul.ta_price_details {
    margin-left: 0;
}
section.ta_food_menu ul.ta_price_details li {
    list-style-type: none;
    display: flex;
    margin-right: 5px;
    margin-bottom: 1px !important;
    color: #f67a1f;
    padding: 5px ;
    border-radius: 4px;
    font-size: 14px;
    background: rgb(250 181 52 / 16%);
    width: 100%;
    align-items: center;
    justify-content: space-around;
}
section.ta_food_menu ul.ta_price_details li span {
    color: #f67a1f;
    font-weight: 600;
    min-width: 30px;

}
.accordion-button:not(.collapsed){
    color:#111 ;
}
.accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: var(--bs-accordion-border-width) solid #f5f5f5;
}
section.ta_food_menu .ta_no_n_name_wrapper {
    text-transform: capitalize;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}
.ta_logo_wrapper img.logo {
    float: left;
}
.ta_logo_wrapper .phone {
    float: right;
    width: 40px;
    text-align: center;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background: #2a2a2a;
}
.row.ta_menu_title_row {
    display: flex;
    align-items: center;
    margin-top: 30px;
}
h3.menu_category_title{
    font-size: 26px;
    line-height: 26px;
/*    color: #fff;*/
    color: #111;
    font-family: 'Barlow Condensed', sans-serif;
}
header .sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: #000;
    right: 0;
    z-index: 999;
}

/*gallery*/
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}


.ta_gallery .container {
  max-width: 80rem;
  width: 100%;
  padding: 4rem 0rem;
  margin: 0 auto;
}

.main.ta_gallery .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
  justify-content: center;
  align-items: center;
}
.main.ta_gallery .card {
  color: #252a32;
  border-radius: 2px;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
  border: none;
}
.main.ta_gallery .card-image {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 70%;
  background: #ffffff;
}
.main.ta_gallery .card-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ta_menu_title_row .left_col_wrapper a {
    text-decoration: none;
}
/*gallery*/
.ta_menu_title_row .right_col_wrapper a {
    width: max-content;
    position: fixed;
    bottom: 85px;
    right: 10px;
    z-index: 999;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 100px;
    box-shadow: 1px 1px 16px 15px rgb(0 0 0 / 25%);
    height: 50px;
    margin: 0;
    width: 50px;
}
a:focus-visible {
    outline: none;
}
.ta_menu_title_row .right_col_wrapper a img {
    max-width: 30px;
}
/*pulse effect css*/
:root {
  --background: 255, 0, 60;
  --size: 3rem;
  --duration: 3s;
  --scale: 3;
  --opacity: 0.4;
}



.status__icon {
  width: var(--size);
  height: var(--size);
/*  background: rgb(var(--background));*/
	background: #fff;
  border-radius: 100%;
  position: relative;
  
  animation: pulse-shadow var(--duration) calc(2 * var(--duration) / 3) linear infinite
}

.status__icon::after, .status__icon::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
/*  background: rgb(var(--background));*/
  border-radius: 100%;
  right: 0;
	bottom: 0;
}

.status__icon:after {
  animation: pulse var(--duration) linear infinite
}

.status__icon:before {
  animation: pulse var(--duration) calc(var(--duration) / 3) linear infinite
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: var(--opacity);
  }
  
  100% {
    transform: scale(var(--scale));
    opacity: 0;
  }
}

@keyframes pulse-shadow {
  0% {
    box-shadow: 0 0 0 0 rgba(var(--background), var(--opacity))
  }
  
  100% {
    box-shadow: 0 0 0 calc((var(--scale) - 1) * var(--size) / 2) rgba(var(--background), 0)
  }
}
/*pulse effect css end*/
.ta_menu_title_row .right_col_wrapper a img {
    max-width: 25px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);

}
/*bounce gallery icon start css*/
.bounce2 {
  animation: bounce2 2s ease infinite;
}
@keyframes bounce2 {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-30px);}
    60% {transform: translateY(-15px);}
}
/*bounce gallery icon end css*/
.mobile_number_form .row {
    position: fixed;
    bottom: 10px;
    left: 0;
    right: 0;
    background: #111;
    max-width: 90%;
    border-radius: 100px;
    margin: 0 auto;
    padding: 5px;
    box-sizing: border-box;
    box-shadow: 1px 1px 14px 4px rgb(0 0 0 / 11%);
    height: 60px;
}
.mobile_number_form label {
    display: block;
	font-size: 14px;
	font-weight: 600;
	color: #f67a1f;
}
.mobile_number_form input[type="text"] {
    width: 100%;
    padding: 10px;
    border: 1px solid#ddd;
    border-radius: 4px;
    color: #555;
    font-size: 14px;
}
.mobile_number_form .row .ta_col_right_wrapper {
    position: relative;
}
/*.mobile_number_form .row .ta_col_right_wrapper button {
    border: none;
    width: 100%;
    bottom: 0;
    position: absolute;
    right: 0;
    height: 43px;
    background: #619b4a;
    color: #fff;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}*/
.mobile_number_form .row .ta_col_right_wrapper button {
    border: none;
    width: 100%;
    position: absolute;
    right: 0;
    background: #FAB534;
    border: 1px solid#FAB534;
    color: #111;
    border-radius: 100px;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    padding: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.mobile_number_form .row .ta_col_right_wrapper button:hover{
    background: #2A2A2A;
    color: #FAB534;
    border: 1px solid#2A2A2A;
}
.ta_accordian_main_wrapper {
    margin-bottom: 80px !important;
    padding: 0 10px;
}
.mobile_number_form {
    position: relative;
    z-index: 9;
}
html, body {
    max-width: 100%;
    overflow-x: hidden;
}
/*media query start here*/
@media screen and (min-width:768px){
    body{
        display: none;
    }
}
@media screen and (max-width:767px){  
.mobile_number_form .row .ta_col_right_wrapper {
    position: relative;
    width: 60%;
    max-width: 60%;
}
.mobile_number_form .row .ta_col_left_wrapper {
    width: 40%;
    max-width: 40%;
}
/*gallery*/
.main.ta_gallery .container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0.5rem;
    padding: 0 1rem 2rem;
}
/*gallery*/
.row.ta_menu_title_row {
    margin-top: 0;
}
.ta_menu_title_row .left_col_wrapper a {
    text-decoration: none;
    display: contents;
}
.row.ta_menu_title_row {
    flex-direction: row;
}  
.ta_menu_title_row .right_col_wrapper {
    width: 50%;
}
.ta_menu_title_row .left_col_wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}
    header .ta_logo_wrapper {
        text-align: left;
        margin-bottom: 15px;
    }
    header .ta_logo_wrapper img{
        max-width: 130px;
    }
    /*body{
        background: url('../images/bg_pattern_mobile.png'), #000;
    }*/
 section.ta_food_menu button.accordion-button {
    padding: 15px;
}
section.ta_food_menu .accordion-body {
    padding: 0 15px 15px;
}
section.ta_food_menu .ta_main_wrapper {
    padding-right: 15px !important;
}
header .left_col_wrapper {
    display: flex;
    align-items: center;
}
header .left_col_wrapper h1 {
    font-size: 44px;
}
header .left_col_wrapper h2 {
    font-size: 44px;
    margin-right: 10px;
}
header.pt-3 {
    margin-top: 30px;
    padding-top: 0 !important;
}
section.ta_food_menu {
    padding-top: 20px;
}
section.ta_food_menu .accordion-button::after {
    width: 15px;
    background-size: contain;
}
/*new css for category start*/
/*section.category_menu .owl-stage {
    display: flex;
    align-items: center;
    justify-content: space-between;
}*/
section.category_menu .owl-carousel .item {
    height: 50px !important;
    background: none !important;
    border-radius: 100px;
    padding: 0 !important;
    display: contents;
}
section.category_menu .owl-carousel .item img {
    border-radius: 100px;
    object-fit: cover;
    border: 5px solid rgb(255 255 255 / 12%);
}
section.category_menu .item_wrapper h6 {
    color: #fff;
    font-size: 12px;
    margin-top: 5px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: center;
}
section.category_menu .owl-nav {
    display: none;
}
section.category_menu .large-12.columns .owl-carousel.owl-theme.owl-loaded.owl-drag {
    margin: 5px 0px 0 !important;
}
section.category_menu .large-12.columns {
    padding: 0;
}
header.pt-3 .container {
    padding: 0 10px;
}
header .ta_logo_wrapper {
    text-align: left;
    margin-bottom: 10px;
/*    padding: 0 25px;*/
}
section.category_menu .cate_container {
    padding: 0 25px;
}
section.category_menu h4 {
    color: #faa60a;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 18px;
}


/*grid and list css start*/
.filter-buttons {
    display: flex;
    margin-bottom: 0;
    justify-content: flex-end;
    padding: 0 10px;
}
/*.list-view-button,
.grid-view-button {
    color: #111;
    border: 1px solid #111;
    padding: 5px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 3px;
}*/
.list-view-button, .grid-view-button {
    color: #111;
    border: 1px solid #111;
    padding: 5px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 3px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.list-view-button span,
.grid-view-button span{
    display: none;
}

.list-view-button:hover,
.grid-view-button:hover {
    background: #FAB534;
    color: #0e2439;
    border: 1px solid #FAB534;
}

.list-view-button {
  margin-right: 10px;
}

.list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

li {
  color: white;
  border-radius: 3px;
  margin-bottom: 10px;
  transition: 0.3s;
}


.list.list-view-filter {
  flex-direction: column;
}

.list.grid-view-filter {
  flex-flow: row wrap;
}

.list.grid-view-filter li {
/*  width: calc(50% - 210px);
  padding: 100px;
  margin-right: 10px;
  text-align: center;*/
}
ol.list.list-view-filter li.show_grid_view {
    display: none;
}
ol.list.grid-view-filter li.show_list_view {
    display: none;
}
section.product_listing_grid_view .col_wrapper {
    width: 50%;
    padding: 0;
}
section.product_listing_grid_view .col_wrapper:nth-child(odd) {
    padding-right: 5px;
}
section.product_listing_grid_view .col_wrapper:nth-child(even) {
    padding-left: 5px;
}
section.product_listing_grid_view .card {
    position: relative;
    border: none;
}

section.product_listing_grid_view .cart_plus_btn_wrapper {
    position: absolute;
    width: 100%;
}

section.product_listing_grid_view .card img {
    background: #000;
    min-height: 155px;
    max-height: 155px;
    object-fit: cover;
}
section.product_listing_grid_view p.lead {
    line-height: 0;
    visibility: hidden;
}
section.product_listing_grid_view .cart_plus_btn_wrapper .bg-info.rounded-circle {
    position: absolute;
    top: 5px;
    right: 5px;
    background: #2a2a2a !important;
    border: 1px solid #2a2a2a;
}
section.product_listing_grid_view .cart_plus_btn_wrapper .bg-info.rounded-circle p {
    font-size: 17px;
    color: #fff !important;
    font-weight: 500;
}
section.product_listing_grid_view .card-body p.small {
    margin-bottom: 0;
}
section.product_listing_grid_view .card-body p.small s {
    color: #f67a1f !important;
}
section.product_listing_grid_view .card-body {
    padding: 5px 10px;
}
section.product_listing_grid_view .card-body p.small a.text-muted {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
            max-width: 90%;
        text-align: left;
}
section.product_listing_grid_view .col_wrapper button {
    background: none;
    border: none !important;
    padding: 0;
    margin-bottom: 0 !important;
}
li.show_grid_view{
    margin-bottom: 80px;
}
.ta_accordian_main_wrapper h3.menu_category_title.mt-3.mb-2:first-child {
    margin-top: 0 !important;
}
header {
    background: #111;
    position: relative;
}
.header_inner_wrapper {
        padding-top: 20px !important;
    padding-bottom: 20px;

}
header .right.corner_radius {
    height: 100px;
    width: 100px;
    bottom: -100px;
    position: absolute;
    overflow: hidden;
    right: 0;
    z-index: -1;
}
header .left.corner_radius {
    height: 100px;
    width: 100px;
    bottom: -100px;
    position: absolute;
    overflow: hidden;
    z-index: -1;
}
header .right.corner_radius:after {
    content: '';
    display: block;
    height: 100%;
    border-radius: 0  30% 0 0;
    box-shadow: 0 0 0 50vw #111;
}
header .left.corner_radius:after {
    content: '';
    display: block;
    height: 100%;
    border-radius: 30%  0 0 0;
    box-shadow: 0 0 0 50vw #111;
}
section.product_listing_grid_view h3.menu_category_title:first-child {
    margin-top: 0 !important;
}
/*.mobile_number_form .row .ta_col_left_wrapper i.fa.fa-shopping-cart {
    color: #fff;
    width: 20px;
    height: 100%;
    border-radius: 100px;
    position: relative;
    font-size: 20px;
}*/
.mobile_number_form .row .ta_col_left_wrapper i.fa.fa-shopping-cart {
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    position: relative;
    font-size: 20px;
    background: #2a2a2a;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    transform: translateY(-50%);
    left: -10px;
}
.mobile_number_form .row .ta_col_left_wrapper i.fa.fa-shopping-cart::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.left.corner_radius_bottom {
    height: 100px;
    width: 70px;
    bottom: 0;
    position: fixed;
    overflow: hidden;
    z-index: 0;
}

.left.corner_radius_bottom::before {
    content: '';
    display: block;
    height: 100%;
    border-radius: 0 0 0 50%;
    box-shadow: 0 0 0 50vw #111;
}
.right.corner_radius_bottom {
    height: 100px;
    width: 70px;
    bottom: 0;
    position: fixed;
    overflow: hidden;
    right: 0;
    z-index: 0;
}

.right.corner_radius_bottom::before {
        content: '';
        display: block;
        height: 100%;
        border-radius: 0 0 50% 0;
        box-shadow: 0 0 0 50vw #111;
}
/*grid and list css end*/

/*quantity selector css start list view*/
.ta_price_details .center {
/*        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;*/
        perspective: 300px;
      }
.ta_price_details .number-input {
    width: 140px;
    height: 45px;
    background: rgb(250 181 52);
    border-radius: 220px;
    box-sizing: border-box;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: poppins;
    transform-style: preserve-3d;
    /* box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
          rgba(27, 31, 35, 0.15) 0px 0px 0px 1px; */
    transition: 0.25s;
}
         .ta_price_details .btn {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: white;
        color: black;
        outline: none;
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        position: relative;
    }
      .ta_price_details .btn span {
        font-size: 20px;
        color: #111 !important;
    }
      .ta_price_details .btn:active::before {
        position: absolute;
        content: "";
        width: 80px;
        height: 80px;
        border-radius: 50%;
        background: rgb(255, 255, 255);
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0.8;
        animation: ripple 0.25s ease-out;
      }
      @keyframes ripple {
        0% {
          width: 80px;
          height: 80px;
          opacity: 0.8;
        }
        100% {
          width: 230px;
          height: 230px;
          opacity: 0.3;
        }
      }
          .ta_price_details .value {
        flex-grow: 1;
        display: flex;
        height: 100%;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
          .ta_price_details .number {
        /* flex-grow: 1; */
        display: flex;
        align-items: flex-end;
        justify-content: center;
        font-size: 20px;
        font-weight: 600;
        line-height: 20px;
        color: #111 !important;
        font-family: 'Roboto', sans-serif;
    }
      .ta_price_details .text {
        font-size: 11px;
        font-weight: 500;
        color: #111 !important;
        font-family: 'Roboto', sans-serif;
    }
    section.ta_food_menu ul.ta_price_details li  span.title {
    min-width: 70px;
    background: none;
}
.footer_corner_wrapper {
    display: none;
}
.ta_logo_wrapper .phone {
    width: 40px;
    text-align: center;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background: #2a2a2a;
}
.mobile_number_form .row .ta_col_left_wrapper i.fa.fa-shopping-cart span {
    position: absolute;
    right: -10px;
    top: 0;
    font-family: 'Roboto', sans-serif;
    background: #fab534;
    color: #111;
    font-size: 14px;
    padding: 2px 5px;
    border-radius: 100px;
}
/*quantity selector css end list view*/
/*new css for category end*/
/*end media query 767*/
}
@media screen and (max-width:430px){
section.product_listing_grid_view .card img {
    min-height: 100px;
    max-height: 100px;
}
section.product_listing_grid_view .cart_plus_btn_wrapper .bg-info.rounded-circle {
    width: 22px !important;
    height: 22px !important;
}
}
@media screen and (max-width:360px){
section.product_listing_grid_view .card img {
    min-height: 85px;
    max-height: 85px;
}
@media screen and (max-width:320px){
section.product_listing_grid_view .card img {
    min-height: 80px;
    max-height: 80px;
}