@media screen and (max-width:1300px){
   .custom-gutter {
       --bs-gutter-x: inherit;
  }
   h3 {
       font-size: 35px;
  }
   h4 {
       font-size: 25px;
  }
   .banner-thumb {
       margin-bottom: 0;
  }
   .kabul-since {
       margin: 0 -12px 12px;
  }
   .kabul-map {
       max-width: 100%;
       -ms-flex-pack: distribute;
           justify-content: space-around;
       background-position: center right 35px;
  }
   .banner-bottom-content img {
       max-width: 400px;
  }
   .banner-bottom-right {
       padding: 30px;
  }
   .owner-info {
       max-width: 225px;
       padding: 12px 27px;
  }
   .testimonial-flex {
       padding: 20px;
  }
   .testimonial-content p {
       font-size: 22px;
  }
}
@media screen and (max-width:991px){
   h1, section.catering-banner h1{
       font-size: 40px;
  }
   h2{
       font-size: 36px;
  }
   h3 {
       font-size: 28px;
  }
   h4, h5, h6 {
       font-family: var(--body-font);
       line-height: 1.33;
  }
   h4 {
       font-size: 22px;
  }
   h5{
       font-size: 18px;
  }
   .custom-gutter {
       --bs-gutter-x: inherit;
  }
   .mobile-header{
       display: -webkit-box;
       display: -ms-flexbox;
       display: flex;
       -webkit-box-align: center;
           -ms-flex-align: center;
               align-items: center;
       -webkit-box-pack: justify;
           -ms-flex-pack: justify;
               justify-content: space-between;
  }
   .mobile-right {
       display: -webkit-box;
       display: -ms-flexbox;
       display: flex;
  }
   a.mobile-bar {
       width: 40px;
       height: 30px;
       padding: 2px 0;
       display: -webkit-box;
       display: -ms-flexbox;
       display: flex;
       -webkit-box-orient: vertical;
       -webkit-box-direction: normal;
           -ms-flex-direction: column;
               flex-direction: column;
       -webkit-box-pack: justify;
           -ms-flex-pack: justify;
               justify-content: space-between;
       z-index: 9;
  }
   a.mobile-bar span {
       width: 100%;
       height: 4px;
       display: block;
       background-color: var(--semi-white);
       border-radius: 3px;
       position: relative;
       -webkit-transition: all 0.33s;
       transition: all 0.33s;
  }
   body.mobile-menu-open a.mobile-bar span:first-child {
       -webkit-transform: rotate(-48deg);
               transform: rotate(-48deg);
       top: 11px;
  }
   body.mobile-menu-open a.mobile-bar span:last-child {
       -webkit-transform: rotate(48deg);
               transform: rotate(48deg);
       top: -10px;
  }
   body.mobile-menu-open a.mobile-bar span:nth-child(2) {
       opacity: 0;
  }
   a.mobile-call {
       margin-right: 40px;
  }
   a.mobile-call img {
       width: 32px;
  }
   nav.nav-menu ul {
       display: block;
       text-align: center;
       padding: 30px 0;
       background-color: #540909;
       -webkit-transition: all 0.33s;
       transition: all 0.33s;
       margin-top: 96px;
  }
   nav.nav-menu {
       position: absolute;
       top: 0;
       left: 0;
       width: 100%;
  }
   nav.nav-menu ul li {
       display: block;
       margin: 0 0 15px;
  }
   nav.nav-menu ul li a {
       color: var(--white-color);
  }
   nav.nav-menu ul li:last-child{
       margin-bottom: 0;
  }
   .nav-menu ul li:hover:after, .nav-menu ul li.current-menu-item:after {
       bottom: 0;
       opacity: 1;
  }
   .footer-heading h1 {
       font-size: 45px;
  }
   .banner-bottom-right {
       padding: 30px;
       margin-bottom: 30px;
  }
   section.home-catering-area {
       padding-top: 225px;
       padding-bottom: 70px;
  }
   .food-content {
       max-width: 575px;
       padding: 30px;
  }
   .owner-info {
       max-width: 200px;
       padding: 10px 26px;
  }
   .owner-details a.kabul-btn {
       padding: 14px 15px;
       font-size: 16px;
  }
   .single-testimonial {
       padding: 15px;
  }
   .testimonial-content p {
       font-size: 18px;
  }
   .footer-nav{
       margin: 10px 0;
  }
   .copyright-text, .social-icon {
       text-align: center;
  }
   .footer-logo {
       padding-right: 35px;
  }
   .footer-single-content a {
       font-size: 18px;
  }
   .catering-content {
       padding: 30px;
  }
}
@media screen and (max-width:767px){
	body, .single-hm-catering p{
		font-size: 16px;
	}
	h1, section.catering-banner h1 {
		font-size: 34px;
	}
	h2{
		font-size: 30px;
	}
	.kabul-btn {
		padding: 12px 18px;
		font-size: 16px;
	}
	h4 {
		font-size: 20px;
	}
   .banner-content {
       margin: 0 auto;
       padding-top: 50px;
       text-align: center;
  }
   .banner-content a.kabul-btn {
       margin-top: 30px;
  }
   .banner-thumb {
       text-align: center;
       margin-top: 40px;
  }
   .kabul-map {
       max-width: 100%;
       -webkit-box-pack: inherit;
           -ms-flex-pack: inherit;
               justify-content: inherit;
       background-position: center right 60px;
  }
   .banner-bottom-content img {
       width: 100%;
       max-width: 100%;
  }
   section.testimonials-area .col-md-4 {
       margin-bottom: 30px;
  }
   section.catering-banner {
       padding-top: 115px;
       padding-bottom: 370px;
  }
   .catering-box, .catering-box:nth-child(even){
       -webkit-box-orient: vertical;
       -webkit-box-direction: reverse;
           -ms-flex-direction: column-reverse;
               flex-direction: column-reverse;
       margin-bottom: 12px;
  }
   .catering-content, .catering-image {
       -ms-flex-preferred-size: 100%;
           flex-basis: 100%;
  }
   .catering-image img {
       width: 100%;
  }
   section.home-catering-area {
       padding-top: 50px;
       text-align: center;
       padding-bottom: 0;
  }
   .catering-content {
       padding: 30px 15px;
  }
   .single-hm-catering h5 {
       font-weight: 700;
       margin-bottom: 12px;
  }
   .single-hm-catering {
       margin-bottom: 30px;
  }
   .owner-chef {
       margin-bottom: 50px;
  }
   .owner-details {
       max-width: 665px;
       text-align: center;
       font-size: 18px;
  }
   section.service-section {
       padding-top: 30px;
       padding-bottom: 70px;
  }
   .footer-logo {
       padding-right: 0;
       margin-bottom: 30px;
  }
   .footer-single-content:not(:last-child) {
       padding-bottom: 25px;
  }
   .footer-content-area, .footer-bottom {
       padding: 30px;
  }
   section.specific-need {
       padding-top: 55px;
       padding-bottom: 40px;
  }
   ul.nav.food-nav {
       margin-bottom: 0;
  }
   .single-tab-content {
       padding: 20px 0 30px;
  }
}
@media screen and (max-width:550px){
   h4 {
       font-size: 16px;
  }
   .food-content {
       max-width: 70%;
       padding: 12px;
       background: rgba(255, 255, 255, 0.60);
  }
  .food-content h3{
    font-size: 16px;
  }
   .owner-info {
       max-width: 160px;
       padding: 8px 26px;
       font-size: 16px;
  }
   h4.since-year {
       margin-left: 15px;
       margin-right: 23px;
  }
   .kabul-map {
       background-position: center right 30px;
  }
   .footer-heading h1 {
       font-size: 30px;
  }
   .kabul-map {
       background-position: center right 15px;
  }
   .kabul-map img {
       max-width: 100px;
  }
   .owner-info {
       max-width: 125px;
       padding: 8px;
  }
   .footer-content-area, .footer-bottom {
       padding: 15px;
  }
}
