.mob_dis {
    display: none !important;
}
.social-icon a:hover i.fab.fa-x-twitter img{
    filter: none !important;
}
.logo img {
    max-width: 120px;
}
i.fab.fa-x-twitter img {
    width: 15px;
    
}
.footer-content i.fab.fa-x-twitter img, .offcanvas__wrapper i.fab.fa-x-twitter img{ 
    filter: invert(1);}

.hero-1 .hero-content h1{
    font-size: 100px;
}
.hero-1 {
    padding: 50px 0;
}

.hero-1 .justify-content-between {
    justify-content: space-between !important;
    align-items: center;
}
.catagory-product-image img {
    max-width: 190px;
}

.popular_products .catagory-product-image img {
    max-width: 250px;
}
.catagory-product-card h3 {
    font-size: 25px;
    text-align: center;
}

.catagory-product-card::before {
    background-color: #da251c;}

.catagory-product-card.bg-cover:hover h3 a{
    color: #fff;
}
.decor-leaf img{
    max-width: 100px;
}
.catagory-product-card::after{
    background-color: #fff;
}
.marque-section.fix.section-padding.pt-0.section-bg {
    /*background: #ffffff;*/
    padding: 20px;
}
.text-slider {
    font-size: 42px;
    height: 100px;
    line-height: 100px;
    font-weight: 700;
    text-transform: uppercase;
}
.sec_padding{
    clear: both;
    padding: 100px 0;
}
a.cb img {
    position: relative;
    top: -5px;

}

a.cb img {
    max-width: 75px;
}

.footer-bottom-wrapper p{
    width: 100%;
}

.single-footer-widget img {
    max-width: 200px;
}
.apps-image img {
    max-width: 120px;
}
.apps-image img {
    max-width: 130px;
    background: #fff;
    padding: 10px;
    height: 70px;
    object-fit: contain;
    width: 100%;
}
section.testimonial-section.fix.section-padding.section-bg {
    background: #fff;
}
.comboo-wrapper .comboo-image {
    width: 45%;
    height: 100%;
}
.marquee-item img {
    margin: 0 15px;
    max-width: 40px;
}
.text-slider{
    margin: 0;
}
.marque-section.fix.section-padding.pt-0.section-bg{
        padding: 0;
}

.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  /* background: #da251c; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #ba1f24;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #da251c;
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button:hover:after {
  background-color: darken(#da251c, 10%);
}

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #fff;
	border-top: 22px solid transparent;
	border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}



.video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.80);
  opacity: 0;
  transition: all ease 500ms;
}

.video-overlay.open {
  position: fixed;
  z-index: 1000;
  opacity: 1;
}

.video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms;
}

.video-overlay-close:hover {
  color: #da251c;
}

.video-overlay iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  /* width: 90%; */
  /* height: auto; */
  box-shadow: 0 0 15px rgba(0,0,0,0.75);
}
.burger-shape{
    max-width: 200px;
}
.testimonial-section .burger-shape{
    transform: none !important
}
.testimonial-section .burger-shape img {
    max-width: 150px;
    opacity: .5;
}
.burger-shape img {
    max-width: 100px;
}

a.link_href {
    margin-top: 10px;
    display: block;
    border-bottom: 1px solid #d8251c;
    display: inline-block;
}
.offcanvas__contact-text a {
    font-size: 18px;
    font-weight: 400;
}
.contact-info-items.active a{
    color: #fff;
}
.contact-area .map-content-area .google-map iframe {
    width: 100%;
    height: 450px;
}
@-webkit-keyframes spinnerRotate{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}@-moz-keyframes spinnerRotate{from{-moz-transform:rotate(0)}to{-moz-transform:rotate(360deg)}}@-ms-keyframes spinnerRotate{from{-ms-transform:rotate(0)}to{-ms-transform:rotate(360deg)}}#form_process{-webkit-animation-name:spinnerRotate;-webkit-animation-duration:1.1s;-webkit-animation-iteration-count:infinite;-webkit-animation-timing-function:linear;-moz-animation-name:spinnerRotate;-moz-animation-duration:1.1s;-moz-animation-iteration-count:infinite;-moz-animation-timing-function:linear;-ms-animation-name:spinnerRotate;-ms-animation-duration:1.1s;-ms-animation-iteration-count:infinite;-ms-animation-timing-function:linear;display:inline-block;margin-left:10px;position:relative;visibility:hidden}

#error_data{
	color: red;
    font-size: 14px;
    margin: 0px 0px 10px;
    line-height: normal;
}
.about-wrapper .about-image .since-text {
    padding: 10px 15px;
    background-color: var(--theme3);
    position: absolute;
    right: unset;
    bottom: 45px;
    left: 8%;
    border-radius: 14px;
    transform: rotate(32deg);
    width: initial;
    height: initial;
}
.about-wrapper .about-image .since-text h3{
    font-size: 35px;
}
.drinks-shape img {
    width: 165px;
}
.testimonial-section .fry-shape {
    opacity: .5;
}
.testimonial-section .pizza-shape {
    opacity: .5;
}
.testimonial-section .pizza-shape img{
    width: 80px;}
.hero-1 .hero-content h1 span::before{
    display: none;
}
.hero-1 .hero-content h1 {
    font-size: 80px;
}
.red_color{
    color: #d8251c;
}
.about-content p {
    margin-bottom: 15px;
}
.about-content h4{
     margin-bottom: 15px;
}

.bg-background {
    background: #f4f1ea;
}
.animation-preloader img {
    max-width: 300px;
}
.nav-link.active{
    color: #fff !important;
}

.about-food-wrapper .about-food-items .food-image {
    height: auto;
}
.food-image img {
    max-width: 100%;
}
.about-food-wrapper .about-food-items .food-content h3 {
    font-size: 22px;
    margin-bottom: 5px;
}
.section-title1 h2 {
    font-size: 45px;
    margin-bottom: 15px;
}
.sec_pt{
    padding-top: 60px;
}
.pd_cus {
    margin: 0;
    padding: 60px 0;
}
.food-product-wrapper .product-outer-items .product-content .product-btn {
    background-color: var(--theme2);
    color: var(--white);
}

.ul_li li img {
    max-width: 30px;
    margin-right: 10px;
}
.clientele_div img {
    max-width: 100%;
    padding: 15px;
    outline: 1px solid #d125253d;
    border-radius: 20px;
    margin-top: 30px;
    outline-offset: -10px;
}
.clientele_div div {
    width: 20%;
}

.nav.active a.nav-link {
    background: #d12525;
    color: #fff !important;
}
.about-food-wrapper .nav{
    gap: 0;
}
.nav-tabs{
    border-bottom: 0;
}

/*.food-content p {
    color: #b5191c;
}*/
.food-content p span{
       padding: 5px 10px;
    background: #b3211d;
    border-radius: 20px;
    color: #fff;
}

.latest-offers .buttons {
    margin-top: 20px;
}
.about-food-items a.theme-btn {
    padding: 10px 20px;
    margin-top: 15px;
}

.international_div .food-image {
    padding: 30px;
    background: #fff;
}
.exibition_sec .single-team-items .team-image{
    height: auto !important;
    max-width: unset !important;
}


.exibition_sec .single-team-items .team-image::before {
    position: absolute;
    top: -10px;
    left: -10px;
    
}


.exibition_sec .galler-image-2::after{
    border-radius: 10px;
}
.exibition_sec i.fal.fa-plus {
    font-size: 36px;
}
.data_caption{
    margin-top: 20px;
    text-align: center;
}
.certificate_sec img {
    max-width: 100%;
    /*margin-bottom: 25px;*/
}

@media (min-width: 768px) and (max-width: 980px) { 
        .about-wrapper .about-image img {
        width: 100% !important;
    }
    .grid li {
    width: calc(50%) !important;
    display: block;
}
    .header__hamburger.d_none {
        display: block !important;
    }
       .mob_dis {
    display: block !important;
}
    .clientele_div div {
    width: 33.33%;
}
       
    .food-product-wrapper .product-outer-items {
    padding: 10px;
}
  .about-wrapper .about-image img {
        width: 60%;
    }
    .comboo-wrapper .comboo-image {
    width: 100%;
    height: 45%;
}
    .about-wrapper .about-image {
    position: relative;
    text-align: center;
    }.about-wrapper .about-image .since-text {
    padding: 10px 15px;
    background-color: var(--theme3);
    position: absolute;
    right: unset;
    bottom: 0;
    left: 50%;
    border-radius: 14px;
    transform: translateX(-50%);
    width: initial;
    height: initial;
} .col-sm-6 .about-image img {
        width: 100%;
    }}
.d_none{
    display: none !important;
}
@media (max-width: 767px) { 
     .about-food-wrapper .nav .nav-item .nav-link {
        border: 1px solid var(--border);
        border-radius: 40px;
        padding: 10px;
        text-align: center;
        font-weight: 600;
        justify-content: center;
        font-size: 18px;
        text-transform: uppercase;
        color: var(--header);
        display: flex
;
        align-items: center;
    }
    .portfolio-filter li.nav-item a{ width: 100%}
    .portfolio-filter li.nav-item {
    width: 28%;
}
        .about-food-wrapper .nav {
        margin-top: 0;
    }
    .about-food-wrapper .nav {
    margin-bottom: 10px;
}
    .d_none{
    display: block !important;
}
    .mob_dis {
    display: block !important;
}
    .clientele_div div {
    width: 50%;
}
    .about-section .col-sm-6.mt-5:first-child {
    margin-top: 0 !important;
}
    .about-wrapper .about-content p:last-child {
    margin-bottom: 0;
}
  
    .about-wrapper .about-image img {
        width: 100%;
    }
      
    .food-product-wrapper .product-outer-items .product-content {
    padding: 30px;
    background: #fff;
}
    .comboo-wrapper .comboo-image {
    width: 100%;
    height: 35%;
}
    .about-wrapper .about-image .since-text h3 {
    font-size: 18px;
}
     .about-wrapper .about-image .since-text {
        padding: 10px 15px;
        background-color: var(--theme3);
        position: absolute;
        right: unset;
        bottom: 0;
        left: 50%;
        border-radius: 14px;
        transform: translateX(-50%);
        width: initial;
        height: initial;
    }
    .about-image {
    text-align: center;
}
.hero-1 .hero-content h1 {
    width: 80%;
    margin: 0 auto;
    font-size: 50px;
}}



.header-1.sticky img {
    padding: 10px;
    max-width: 100px;
}
.fancybox-caption {
    text-align: center;
}
.scroll-up::after {
    color: #333;}

.caption {
    padding: 15px;
    text-align: center;
}
.caption b {
        color: #d12525;
    font-weight: 700;
    text-transform: uppercase;
}
.caption h4{
    text-transform: capitalize;
}
.header-main .main-menu ul li {
    margin-inline-end: 20px;
}
.header-top::before{
    display: none;
}
.header-top-wrapper ul li {
    letter-spacing: 1px;
}


.contact-info-items:hover a{
    color: #fff;
}


.cus_container {
    padding: 0 3%;
}

header .theme-btn {
    padding: 20px 25px;}
.mb-20{
    margin-bottom: 20px;
}
.mt-10{
    margin-top: 10px;
}
.mt-20{
    margin-top: 20px;
}
img.img_res {
    margin-top: 15px;
    max-width: 90%;
}

p.img_txt {
    text-align: center;
    padding: 10px;
    margin-bottom: 20px;
    font-weight: 500;
    background: #fff;
    margin: 0;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #bf222294;
    margin-bottom: 30px;
}
.align-center{
    align-items: center;
}