.d-flex-dir-col-justify-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.d-flex-dir-col-align-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.d-flex-justify-align-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.d-flex-justify-space-between-align-center {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.d-flex-justify-end {
  display: flex;
  justify-content: end;
}
.mt-0 {
  margin-top: 0px !important;
}
.mt-5 {
  margin-top: 5px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-25 {
  margin-top: 25px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.mb-5 {
  margin-bottom: 5px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-25 {
  margin-bottom: 25px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.pl-40 {
  padding-left: 40px;
}
.pt-100 {
  padding-top: 100px;
}
.pb-100 {
  padding-bottom: 100px;
}
/* **************************************************** */
.logo-container a img {
  width: 150px;
  position: relative;
  z-index: 10;
}
.logo-col {
  margin: 20px 0 0 0;
}
@media (min-width: 768px) {
  .menu-area {
    position: fixed;
    background: #fffaf2;
  }
}
@media (max-width: 768px) {
  .hamburger-menu {
    display: none;
    /* position: absolute !important;
    right: 25px; */
  }
  .menu-area .container .row {
    justify-content: center !important;
  }
  .logo-container {
    text-align: center;
  }
  .logo-container a img {
    width: 200px;
  }
  .booking-form {
    padding: 20px;
  }
}
.booking-form.banner-form {
  background: rgba(16, 17, 19, 0.7);
  padding: 30px;
  z-index: 1;
  border-radius: 4px;
  background: linear-gradient(153deg, rgb(234 137 14 / 20%) 0%, rgb(228 34 42 / 16%) 100%);
  backdrop-filter: blur(5px);
}
.cta-area.banner-cta-section {
  padding: 30px 0;
}
/* .trending-box.our-brands-box::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    270deg,
    rgba(26, 26, 26, 0) 30%,
    rgba(26, 26, 26, 1) 100%,
    rgba(26, 26, 26, 1) 100%
  );
  transition: all 0.3s linear;
} */
.trending-box.our-brands-box .trending-hover-info img {
  width: 100px;
}
.discount-box.our-location-box {
  background: url(../images/landing/location-card-bg.jpg) !important;
}
.custom-color-location-restaurant-heading {
  color: #ffc2c4;
}
.our-location-box-ul .check-list li i {
  color: #f2f2f2;
}
.franchises-info-section {
  background: linear-gradient(
    to bottom,
    rgb(230 33 32 / 8%) 0,
    rgb(249 221 9 / 9%) 30%,
    rgb(223 223 223 / 24%) 100%
  );
}
.franchise-details-box-bg-1 {
  background: url(../images/landing/franchise-details-card-bg-1.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.franchise-details-box-bg-2 {
  background: url(../images/landing/franchise-details-card-bg-2.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.franchise-details-box-bg-3 {
  background: url(../images/landing/franchise-details-card-bg-3.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.franchise-details-box-bg-4 {
  background: url(../images/landing/franchise-details-card-bg-4.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.franchise-details-box-bg-5 {
  background: url(../images/landing/franchise-details-card-bg-5.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.text-align-leftt {
  text-align: left !important;
}
.franchise-details-box .chefs-hover-info p,
.franchise-details-box .chefs-hover-info ul li {
  font-size: 15px;
  letter-spacing: -0.2px;
}
.enquire-btn-container {
  text-align: left;
}
.enquire-btn {
  width: max-content !important;
  padding: 10px 15px !important;
}
.enquire-btn span {
  color: #fff !important;
  margin-bottom: 0 !important;
}
