@import url("https://fonts.googleapis.com/css2?family=Cormorant+SC:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap");

:root {
  --font-cormorant: "Cormorant SC", serif;
  --font-great: "Great Vibes", cursive;
  --font-cinzel: "Cinzel", serif;
  --font-dm-sans: "DM Sans", sans-serif;
  --font-dm-serif: "DM Serif Display", serif;
  --font-weight400: 400;
  --font-weight500: 500;
  --font-weight600: 600;
  --font-weight700: 700;
  --font-white: #ffffff;
  --font-f5be: #f5be32;
  --font-f3d3: #f3d382;
  --font-d9d9: #d9d9d9;
  --font-black: #000000;
}

* {
  margin: 0 ;
  padding: 0 ;
  box-sizing: border-box;
}
html,
body {
  overflow-x: hidden !important;
  touch-action: pan-y;
  background: #1e1e1e !important;
}

.byteeat-font20 {
  font-family: var(--font-dm-sans);
  font-weight: var(--font-weight400);
  color: var(--font-d9d9);
  font-size: 20px;
}

.byteeat-font24 {
  font-family: var(--font-cormorant);
  font-weight: var(--font-weight500);
  font-size: 24px;
  line-height: 1.17em;
}
.byteeat-font25 {
  font-family: var(--font-cinzel);
  font-weight: var(--font-weight700);
  color: var(--font-f3d3);
  font-size: 25px;
}

.byteeat-font18 {
  font-family: var(--font-dm-sans);
  font-weight: var(--font-weight400);
  font-size: 18px;
  line-height: 20px;
}
.byteeat-font16 {
  font-family: var(--font-dm-sans);
  font-weight: var(--font-weight400);
  font-size: 16px;
  line-height: 20px;
  color: #fdfdfd;
}

.byteeat-section-sub-title {
  font-family: var(--font-great);
  font-weight: var(--font-weight400);
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 0.3em;
  text-transform: capitalize;
  color: var(--font-white);
  text-align: center;
}
.byteeat-section-title {
  font-family: var(--font-dm-serif);
  font-weight: var(--font-weight400);
  font-size: 40px;
  line-height: 1em;
  text-align: center;
  color: var(--font-f3d3);
}
.byteeat-section-desc {
  font-family: var(--font-dm-sans);
  font-weight: var(--font-weight400);
  font-size: 20px;
  line-height: 1em;
  text-align: center;
  color: var(--font-d9d9);
}

/* header */
.byteeat-fast-food-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 99 !important;
  margin: 0 auto !important;
  max-width: 1232px;
  padding: 12px 16px 0 16px !important;
  background-color: transparent !important;
}
.byteeat-fast-food-header .logo {
  height: 45px;
}

.byteeat-fast-food-header a{
  text-decoration: none;
}


.byteeat-fast-food-header .logo {
  cursor: pointer;
}
.byteeat-fast-food-header .nav-items {
  display: flex;
  align-items: center;
  gap: 40px;
}


.byteeat-fast-food-header__container {
  background: #000;
}
.byteeat-store-index .byteeat-fast-food-header__container {
  background: transparent;
}
.byteeat-store-index .byteeat-fast-food-header {
  padding: 32px 16px 0 16px !important;
}
.menu-heading.table_booking {
  margin-top: 0;
}

.byteeat-fast-food-header .nav-items #menu .item {
  font-family: var(--font-cormorant)!important;
  font-weight: var(--font-weight400)!important;
  font-size: 20px!important;
  color: var(--font-white)!important;
}
.byteeat-fast-food-header .nav-items #menu .item:hover,
.byteeat-fast-food-header .nav-items #menu .item:active,
.byteeat-fast-food-header .nav-items #menu .item:focus {
  background: transparent;
  color: #f5be32!important;
}
.byteeat-fast-food-header .nav-items .item a{
  text-decoration: none;
  color: var(--font-white);
}
.byteeat-fast-food-header .nav-items .item a:hover {
  color: #f5be32;
}
.primary-btn-arrow-icon,.hero-section-btn-arrow {
  width: 51px;
}

.bt-primary-btn {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 12px 16px 14px 12px !important;
  border: 2px solid var(--font-f5be);
  width: fit-content;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  cursor: pointer;
}

a.bt-primary-btn span {
  font-family: var(--font-cormorant);
  font-weight: var(--font-weight600);
  color: var(--font-f5be);
  text-transform: uppercase;
  font-size: 20px;
  transition: 200ms ease;
  color: #fff!important;
}
a.bt-primary-btn:hover {
  color: #000;
  text-decoration: none;
  background: #f5be32;
}
a.bt-primary-btn:hover img {
  filter: brightness(0);
}

/* hamburger */

#menu-toggle {
  display: none;
}

.hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 25px;
  height: 12px;
  cursor: pointer;
  z-index: 100;
}

.hamburger span {
  display: block;
  height: 1.5px;
  background: var(--font-white);
  border-radius: 2px;
}

/* Mobile Dropdown */
.mobile-dropdown {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1e1e1e;
  z-index: 99;
  flex-direction: column;
  padding: 32px 16px !important;
  box-sizing: border-box;
  overflow-y: auto;
}

#menu-toggle:checked ~ .mobile-dropdown {
  display: flex;
  gap: 24px;
}

/* Mobile dropdown header */
.mobile-dropdown-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.mobile-dropdown-header .logo {
  max-width: 120px;
}

.mobile-dropdown-header .close {
  width: 32px;
  height: 32px;
  font-size: 32px;
  color: #ffffff;
  cursor: pointer;
}

/* Mobile nav items */
#menu.mobile-nav-items {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-bottom: 40px;
}

#menu.mobile-nav-items .item {
  font-family: var(--font-cormorant);
  font-weight: var(--font-weight400);
  font-size: 24px;
  color: var(--font-white)!important;
  cursor: pointer;
}

/* Mobile button */
.mobile-btn {
  display: flex;
  justify-content: center;
  margin-top: 24px !important;
  padding: 12px 16px 14px 12px !important;
  border: 2px solid var(--font-f5be);
  gap: 11px;
  width: fit-content;
  margin: 0 auto !important;
  box-shadow: 0px 4px 30px #f5be321a;


  font-family: var(--font-cormorant);
  font-weight: var(--font-weight600);
  color: var(--font-f5be);
  text-transform: uppercase;
  font-size: 20px;
  text-decoration: none;
}
.mobile-btn img {
  width: 51px;
  color: #ffffff;
}

/* hero */
.byteeat-hero-container {
  position: relative;
  overflow: hidden;
  background-color: #1e1e1e;
  height: 100vh;
  margin-top: -93px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  padding: 0 16px 0 16px !important;
}

.byteeat-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.byteeat-hero-container::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    74.22% 60.15% at 50% 39.85%,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(30, 30, 30, 0.8) 53.85%,
    #1e1e1e 100%
  );
  z-index: 1;
  pointer-events: none;
}

.byteeat-hero-container .byteeat-content-container {
  position: relative;
  z-index: 2;
}
.byteeat-content-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 54px;
  margin: 0 auto !important;
  text-align: center;
}
.byteeat-hero-container .byteeat-content-container .hero-sub-title {
  font-family: var(--font-great);
  font-weight: var(--font-weight400);
  font-size: 25px;
  line-height: 1em;
  letter-spacing: 0.3em;
  text-align: center;
  text-transform: capitalize;
  color: var(--font-white);
  margin-bottom: 20px;
  max-width: 1000px;
  line-height: 2em;
}
.byteeat-hero-container .byteeat-content-container .hero-title {
  font-family: var(--font-cinzel);
  font-weight: var(--font-weight700);
  font-size: 60px;
  line-height: 1em;
  color: var(--font-f3d3);
  text-align: center;
  max-width: 80%;
  margin: 0 auto !important;
}
.byteeat-hero-container .byteeat-content-container .hero-para {
  font-family: var(--font-dm-sans);
  font-weight: var(--font-weight400);
  font-size: 20px;
  line-height: 1em;
  color: var(--font-d9d9);
  margin-top: 28px !important ;
}

.byteeat-content-container .hero-btn {
  padding: 13px 5px 12px 18px !important;
  background-color: var(--font-f5be);
  display: flex;
  gap: 15px;
  width: fit-content;
  text-align: center;
  cursor: pointer;
}
.byteeat-hero-container .byteeat-content-container .hero-btn a {
  font-family: var(--font-cormorant);
  font-weight: var(--font-weight600);
  font-size: 20px;
  line-height: 1em;
  text-transform: uppercase;
  color: var(--font-black);
}

/* today section */
.byteeat-today-container {
  padding: 79px 16px 161px 16px !important;
  background-color: #1e1e1e;
  display: flex;
  flex-direction: column;
  gap: 50px;
  position: relative;
}

.byteeat-today-container .vector {
  position: absolute;
  left: -15%;
  z-index: 1;
}
.byteeat-today-container .curve {
  position: absolute;
  bottom: 0;

  left: 50%;
  transform: translateX(-50%);

  z-index: 1;
}
.heading-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.byteeat-today-container .heading-container .special-para {
  max-width: 25%;
  margin: 0 auto !important;
}

.special-card-container {
  max-width: 1200px;
  margin: 0 auto !important;
  display: flex;
  z-index: 9;
  flex-wrap: wrap;
  row-gap: 14px;
  align-items: center;
}
.special-card {
  width: 380px;
  min-height: 634px;
  background-color: #2e2e2e;
  /* box-shadow: 0px 4px 30px #f5be321a; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 40px !important;
  border: 1px solid #000;
}
.special-card .bt-primary-btn {
  margin-left: 30px !important;
}
.special-card-2 .bt-primary-btn {
  box-shadow: 0px 4px 30px #f5be321a;
}

.special-card-2 {
  max-width: 440px;
  background-color: #1e1e1e !important;
}

.special-card-img {
  height: 290px;
  object-fit: cover;
  width: 100%;
  aspect-ratio: 1;
}
.special-card-content {
  padding: 40px 30px 40px 30px !important;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.star-container {
  display: flex;
  gap: 8px;
  margin-top: 10px !important;
}
.star {
  width: 28px;
  height: 28px;
}

/* image divider section */
.image-divider-section {
  position: relative;
  width: 100%;
  height: 363px;
  overflow: hidden;
  z-index: 5;
  padding: 0;
}

.image-divider {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  z-index: 5;
}

.image-divider-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    65.07% 57.5% at 49.94% 50%,
    rgba(30, 30, 30, 0) 0%,
    rgba(30, 30, 30, 0.5) 100%
  );
}

/* specialities */
.specialites-container {
  background-color: #1e1e1e;
  padding: 100px 16px 100px 16px !important;
  display: flex;
  flex-direction: column;
  gap: 32px;
  position: relative;
}

.specialites-container .special-vector {
  position: absolute;
  z-index: 1;
  top: -19%;
  right: 5%;
}

.specialities-tab-container {
  width: 1200px;
  margin: 0 auto !important;
  display: flex;
  flex-direction: column;
  gap: 48px;
  z-index: 5;
}
.specialities-tab-container .tab-items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.specialities-tab-container .tab-items .tab-item {
  padding: 12px 10px !important;
  border: 1px solid var(--font-white);
  cursor: none;
  pointer-events: none;
}
.specialities-tab-container .tab-items .tab-item:hover {
  color: #fff;
}
/* .specialities-tab-container .tab-items .tab-item:hover {
  border: 1px solid transparent;
  background-color: var(--font-f5be);
  color: var(--font-black);
} */

/* .specialities-tab-container .tab-items .tab-item.active {
  border: 1px solid transparent;
  background-color: var(--font-f5be);
  color: var(--font-black);
} */

.tab-card {
  display: flex;
  gap: 50px;
  align-items: center;
  height: 450px;
}

.tab-card-dataset .tab-card:nth-child(2) {
  flex-direction: row-reverse;
}
.tab-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tab-card-content {
  max-width: 462px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.food-price {
  font-family: var(--font-cinzel);
  font-weight: var(--font-weight700);
  font-size: 35px;
  line-height: 1em;
  color: var(--font-f3d3);
  margin-top: 22px !important;
}

/* our story */
.byteeat-story-container {
  background-color: #1e1e1e;
  padding: 100px 16px 120px 16px !important;
  display: flex;
  flex-direction: column;
  gap: 50px;
  position: relative;
}
.byteeat-story-container .heading-container .special-para-2 {
  width: 33%;
  margin: 0 auto !important;
}

.byteeat-story-container .story-main-container {
  display: flex;
  gap: 50px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto !important;
  z-index: 5;
}

.story-telling-container {
  display: flex;
  flex-direction: column;
  gap: 50px;
  width: calc(100% - 690px);
}
.story-telling-container p {
	font-family: var(--font-dm-sans);
	font-weight: var(--font-weight400);
	color: var(--font-d9d9);
	font-size: 16px;
}
.image-gallery {
  display: flex;
  max-width: 690px;
  height: 602px;
}
.image-gallery img {
  object-fit: cover;
}
.image-gallery-1{
  width: 100%;
}
.image-gallery-2 {
  display: flex;
  flex-direction: column;
}
.chef1,
.chef2,
.chef3 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.byteeat-story-container .vector {
  position: absolute;
  right: -5%;
  z-index: 1;
}
.byteeat-story-container .shadow2 {
  position: absolute;
  top: -1%;
  left: -5%;
  z-index: 1;
}

.more.bt-primary-btn {
  box-shadow: 0px 4px 30px #f5be321a;
}

/* footer */
.byteeat-fast-food-footer {
  background-color: #1e1e1e;
  padding: 0 16px 80px 16px !important;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.byteeat-fast-food-footer .f-main-div {
  background-image: url("/assets/images/fast-food-theme/fbg.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 44px 40px 54px 40px !important;
  width: 1200px;
  margin: 0 auto;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 120px;
  overflow: hidden;
  margin-top: 50px;
}


.byteeat-fast-food-footer .opening-hours p {
  font-size: 18px;
  color: #fff !important;
  font-family: var(--font-dm-sans);
  margin: 0;
}
.byteeat-fast-food-footer .footer-opening-hours {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: var(--font-weight700);
  line-height: 1.25;
}
.byteeat-fast-food-footer .footer-opening-hours i {
  flex: 0 0 auto;
  font-size: 15px;
  color: var(--font-white);
}

.byteeat-fast-food-footer .details-container img {
  height: 50px;
  margin: 0;
  width: fit-content;
}
.byteeat-fast-food-footer .details-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.f-heading {
  font-family: var(--font-cormorant);
  font-weight: var(--font-weight700);
  font-size: 65px;
  text-transform: uppercase;
  color: var(--font-white);
}

.f-span {
  color: var(--font-f5be);
}
.byteeat-fast-food-footer .f-main-div {
  position: relative;
}

.byteeat-fast-food-footer .f-main-div .shadow {
  position: absolute;
  right: -100px;
  top: -170px;
  z-index: 2;
}

.f2-main-div {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.f2-sub-div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.f2-sub-link {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.sub-link-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.link-container {
  display: flex;
  justify-content: space-between;
  max-width: 700px;
  gap: 56px;
}
.f2-sub-link .para,
.link-heading {
  color: var(--font-white);
}
.byteeat-fast-food-footer .footer-address {
  max-width: 240px;
  margin: 0;
  line-height: 1.25;
  overflow-wrap: normal;
}
.byteeat-fast-food-footer .footer-location {
  flex: 0 0 220px;
  min-width: 220px;
}

.f2-sub-link .link,
.email-container .link {
  text-decoration: none;
  color: var(--font-white);
  cursor: pointer;
}

.email-container-main-div {
  display: flex;
  flex-direction: column;
  gap: 54px;
  max-width: 359px;
}

.email-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.email-btn-div {
  background-color: var(--font-white);
  border: 1px solid #d9dbe9;
  border-radius: 108px;
  display: flex;
  padding: 5px 7px 5px 20px !important;
  justify-content: space-between;
}
.email-input,
.email-input::placeholder {
  outline: none;
  border: none;
  color: #b8b8b8;
  font-size: 16px;
  font-family: var(--font-dm-sans);
  font-weight: var(--font-weight400);
  width: 100%;
}

.email-btn {
  padding: 8px 24px 8px 24px !important;
  border: none;
  background-color: var(--font-f5be);
  color: var(--font-black);
  border-radius: 76px;
  cursor: pointer;
}

.copyright-div {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 23px;
}
.copyright-div .developed {
  padding-right: 23px !important;
  border-right: 2px solid #fdfdfd;
  color: #fdfdfd;
  margin-bottom: 0;
}
.copyright-div .copy {
  color: #fdfdfd;
}


.byteeat-fast-food-header #menu .dropdown a {
  font-family: var(--font-cormorant)!important;
  font-weight: var(--font-weight400)!important;
  font-size: 20px!important;
  color: var(--font-white)!important;
  background: transparent!important;
}
.byteeat-fast-food-header #menu .dropdown i {
  display: none;
}
.byteeat-fast-food-header #menu .dropdown .dropdown-menu {
  background: #000!important;
}
.byteeat-fast-food-header #menu .dropdown a:hover,
.byteeat-fast-food-header #menu .dropdown a:active,
.byteeat-fast-food-header #menu .dropdown a:focus {
  background: transparent;
  color: #f5be32!important;
}


/* mobile resposive */
@media (max-width: 768px) {
  /* font */
  .byteeat-section-sub-title {
    font-size: 14px;
  }
  .byteeat-section-title {
    font-size: 32px;
  }
  .byteeat-section-desc {
    font-size: 16px;
  }
  .byteeat-font18 {
    font-size: 16px;
  }
  .byteeat-font20 {
    font-size: 14px;
  }
  .byteeat-font25 {
    font-size: 20px;
  }
  a.bt-primary-btn {
    font-size: 16px;
  }

  /* header */
  .nav-items {
    display: none !important;
  }
  .byteeat-fast-food-header .nav-items,
  .byteeat-fast-food-header .bt-primary-btn {
    display: none;
  }
  .story-telling-container .bt-primary-btn {
    width: fit-content!important;
  }
  #menu-toggle:checked + .hamburger {
    display: none;
  }

  .hamburger {
    display: flex;
  }
  .special-card-container a.bt-primary-btn span {
    font-size: 16px;
  }

  /* hero */
  .byteeat-content-container {
    gap: 48px;
  }
  .byteeat-hero-container {
    height: 446px;
    align-items: flex-start !important;
    justify-content: flex-start;
  }
  .byteeat-content-container {
    padding-top: 170px !important;
  }
  .byteeat-hero-container .byteeat-content-container .hero-sub-title {
    font-size: 16px;
  }
  .byteeat-hero-container .byteeat-content-container .hero-title {
    font-size: 37px;
    max-width: 100%;
  }
  .byteeat-hero-container .byteeat-content-container .hero-para {
    font-size: 16px;
  }
  .byteeat-hero-container .byteeat-content-container .hero-btn a {
    font-size: 16px;
  }
  /* today special */
  .byteeat-today-container {
    gap: 32px;
    padding: 48px 16px 60px 16px !important;
  }
  .byteeat-today-container .vector {
    display: none !important;
  }
  .byteeat-today-container .heading-container .special-para {
    max-width: 100%;
  }
  .special-card-container {
    flex-direction: column;
    gap: 24px;
    margin: 0 !important;
  }
  .special-card {
    padding-bottom: 24px !important;
    height: auto;
    max-width: 100%;
  }
  /* .special-card-2 {
    max-width: 100%;
  } */
  .star {
    width: 28px;
    height: 28px;
  }
  .special-card-content {
    padding: 24px 20px 32px 20px !important;
  }

  /* image divider */
  .image-divider-section {
    height: 160px;
  }

  /* our speciality */
  .specialites-container {
    padding-top: 91px !important;
    padding-bottom: 60px !important;
  }
  .specialities-tab-container {
    width: 100%;
    gap: 34px;
  }
  .specialities-tab-container .tab-items {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    gap: 16px;
    scroll-behavior: smooth;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .specialities-tab-container .tab-items .tab-item {
    font-size: 16px !important;
  }
  .specialities-tab-container .tab-items::-webkit-scrollbar {
    display: none;
  }
  .tab-card-dataset {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .tab-card-content {
    max-width: 100%;
  }
  .tab-card {
    flex-direction: column;
    gap: 12px;
    height: auto;
  }
  .tab-card-dataset .tab-card:nth-child(2) {
    flex-direction: column;
  }
  .food-price {
    margin-top: 6px !important;
    font-size: 28px;
  }
  /* our story */
  .byteeat-story-container {
    padding-bottom: 60px !important;
    padding-top: 60px !important;
    gap: 24px;
  }
  .byteeat-story-container .vector {
    right: -45%;
  }
  .byteeat-story-container .shadow2 {
    top: -18%;
    left: -56%;
  }
  .byteeat-story-container .heading-container .special-para-2 {
    width: 100%;
  }
  .byteeat-story-container .story-main-container {
    flex-direction: column;
    gap: 20px;
  }
  
  .story-telling-container {
    width: 100%;
  }
  .story-telling-container .story {
    text-align: center;
  }

  .image-gallery {
    max-width: 100%;
    height: auto; 
    overflow: hidden;
  }

  .image-gallery-1,
  .image-gallery-2 {
    width: 100%;
    height: auto; 
  }

  .image-gallery-2 {
    flex-direction: column; 
  }

  .chef1,
  .chef2,
  .chef3 {
    height: 100%;
    object-fit: cover;
  }

  .more.bt-primary-btn {
    width: 100%;
    justify-content: center;
  }

  /* footer */
  .byteeat-fast-food-footer {
    padding-bottom: 32px !important;
  }

  .byteeat-fast-food-footer .f-main-div {
    padding: 32px 16px !important;
    gap: 20px;
  }
  .email-container {
    gap: 4px;
  }
  .email-container-main-div {
    order: 1;
    gap: 24px;
    margin: 0 auto !important;
    max-width: 100%;
  }
  .email-container .subscribe-text {
    text-align: center;
  }
  .subscribe-text-2 {
    font-size: 14px;
  }

  .f-heading {
    font-size: 24px;
    text-align: center;
  }
  .link-container {
    flex-direction: column;
    gap: 40px;
    order: 2;
  }
  .f2-sub-div {
    flex-direction: column;
    gap: 24px;
  }

  .sub-link-container {
    gap: 12px;
    width: 55%;
  }
  .byteeat-fast-food-footer .footer-location {
    flex: none;
    min-width: 0;
    width: 100%;
  }
  .byteeat-fast-food-footer .footer-address {
    max-width: 100%;
  }
  .copyright-div {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
  }
  .copyright-div .developed {
    border-right: none;
  }
}



@media (min-width: 769px) and (max-width: 1024px){
  /* header */
  .nav-items {
    display: none !important;
  }
  .byteeat-fast-food-header .nav-items,
  .bt-primary-btn {
    display: none;
  }
  #menu-toggle:checked + .hamburger {
    display: none;
  }
  .hamburger {
    display: flex;
  }

  /* specialities */
  .specialities-tab-container{
    width: 100%;
  }
  .tab-card-img{
    width: 50%;
  }
  .tab-card-content{
    max-width: 100%;
  }

  /* story */
  .image-gallery {
    max-width: 100%;
    height: 450px;
  }
  .image-gallery-2,.image-gallery-1{
    width: 100%;
  }
  .story-telling-container{
    width: 100%;
  }

  /* footer */
  .f2-sub-div {
    flex-wrap: wrap;
  }
}

@media (min-width: 1025px) and (max-width: 1230px){
  .specialities-tab-container{
    width: 100%;
  }
  .tab-card-img{
    width: 50%;
  }
  .tab-card-content{
    max-width: 100%;
  }

}

