@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {a
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
}
button:focus,
select:focus,
input:focus,
textarea:focus {
  outline: none;
}
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
img {
  max-width: 100%;
  display: block;
}
a {
  color: inherit;
}
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
}
p {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: inherit;
  font-weight: inherit;
}
h1 {
  font-size: 60px;
  font-family: "Oswald", sans-serif;
}
h2 {
  font-size: 42px;
  font-family: "Oswald", sans-serif;
}
h3 {
  font-size: 30px;
  font-family: "Oswald", sans-serif;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 12px;
}
span,
a {
  display: inline-block;
}
button {
  cursor: pointer;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
/************************
        Banner
*************************/
header {
  position: fixed;
  top: 0;
  width: 100%;
  transition: 0.3s ease;
  z-index: 9999;
}
.header-row {
  padding: 16px 0;
  align-items: center;
  justify-content: space-between;
}
.site-menu li {
  display: inline-block;
  margin-right: 50px;
  position: relative;
}
.site-menu li:last-child {
  margin-right: 0;
  transition: 0.3s ease;
}
.site-menu li a {
  display: block;
  color: #fff;
}
.site-menu li::before {
  content: "";
  position: absolute;
  bottom: -6px;
  right: 0;
  width: 0;
  height: 2px;
  background: #fff;
  transition: 0.3s ease;
}
.site-menu li:hover::before {
  width: 100%;
  right: unset;
  left: 0;
}
.banner-section {
  background: center/cover no-repeat;
}
.banner-overlay {
  background: rgba(0, 0, 0, 0.4);
  padding-top: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}
.banner-content {
  max-width: 860px;
  margin: auto;
  text-align: center;
}
.banner-content h1 {
  color: #fff;
  font-weight: 500;
  margin-bottom: 25px;
}
.banner-content p {
  color: rgb(255 255 255 / 85%);
  font-size: 18px;
  line-height: 1.7;
}
.about-section {
  margin: 50px 0;
}
.about-content {
  text-align: center;
  max-width: 800px;
  margin: auto;
}
.about-content h2 {
  color: #2e2e2e;
  font-weight: 600;
  margin-bottom: 20px;
}
.about-content p {
  font-size: 18px;
  color: #2e2e2e;
}
.mission-content {
  justify-content: space-between;
  max-width: 80%;
}
.mission-content h2 {
  width: 200px;
}
.mission-text {
  width: calc(100% - 440px);
}
.mission-text p {
  color: #2e2e2e;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 30px;
}
.mission-section {
  background: #f7f7f791;
  padding: 70px 0;
}
header.withBg {
  position: static;
  background: #262626;
}
.menu-section {
  margin: 40px 0;
}
.menu-content h2 {
  text-align: center;
  font-weight: 600;
  margin-bottom: 40px;
}
.category-options ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.category-options li {
  width: calc(100% / 4);
  padding: 0 15px;
}
.prodImage img {
  height: 250px;
  object-fit: cover;
  object-position: center;
  border-radius: 8px 8px 0 0;
  width: 100%;
  transition: 0.3s ease;
}
.prodInfo {
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border: 1px solid #f3f3f3;
  border-radius: 0 0 8px 8px;
}
.info-left h5 {
  color: #2e2e2e;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  margin-bottom: 6px;
}
.info-left {
  width: 74%;
}
.info-right {
  width: 17%;
  display: flex;
  flex-direction: column;
}
.info-right h5 {
  color: #2e2e2e;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  margin-bottom: 6px;
}
.info-left p {
  color: #606060;
}
.info-right span {
  color: #606060;
}
.category-options li:hover .prodImage img {
  transform: scale(1.2);
}
.prodImage {
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}
.menu-content {
  margin-top: 40px;
}
.gallary-section {
  margin: 40px 0;
}
.gallary-content ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.gallary-content {
  max-width: 80%;
  margin: auto;
}
.gallary-content li {
  width: calc(100% / 3);
  padding: 0 15px;
  margin-bottom: 30px;
}
.gal_image img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  object-position: center;
}
.single-gal {
  background: #f0f0f0;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 10px 3px rgb(157 157 157 / 3%);
  height: 100%;
  justify-content: space-between;
}
.gal_text {
  padding: 20px;
}
.gal_text p {
  color: #2e2e2e;
  font-size: 16px;
}
.gallary-content li:nth-child(even) .single-gal {
  flex-direction: column-reverse;
}
.gallary-content h2 {
  color: #2e2e2e;
  text-align: center;
  font-weight: 600;
  margin-bottom: 40px;
}
.contact-section {
  margin: 40px 0;
}
.contact-section h2 {
  text-align: center;
  color: #2e2e2e;
  font-weight: 600;
  margin-bottom: 50px;
}
.contact-content {
  max-width: 70%;
  margin: auto;
}
.contact-map {
  width: 50%;
  height: 300px;
}
.contact-details {
  width: 40%;
  padding-left: 40px;
}
.contact-map iframe {
  width: 100%;
  height: 100%;
}
.contact_info {
  width: calc(100% - 25px);
  padding-left: 20px;
}
.contact_info h5 {
  color: #2e2e2e;
  font-weight: 600;
  margin-bottom: 8px;
}
.contact_icon img {
  max-width: 22px;
}
.contact-detail-row {
  margin-bottom: 25px;
}
.contact_info a {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 600;
}
.contact_info a strong {
  font-weight: 600;
}
.site-menu li.active::before {
  width: 100%;
}
header.darkHeader {
  background: #262626;
}
.menu-toggler span {
  font-size: 30px;
  color: #fff;
}
.menu-toggler {
  display: none;
}
.footer-content {
  text-align: center;
}
footer {
  background: #262626;
  padding: 25px 0;
}
.footer-content p {
  color: #fff;
  font-size: 16px;
}
.single-cat {
  height: 100%;
}
.allergens-section {
  background: #e3e3e3;
  padding: 50px 0;
}
.allergens-list h2 {
  text-align: center;
  font-weight: 600;
  margin-bottom: 40px;
}
.allergens-list ol {
  max-width: 75%;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.allergens-list li {
  list-style: decimal;
  width: 45%;
  margin: 5px 0;
  font-size: 18px;
  font-weight: 500;
}
.contact_info a i {
  opacity: 1;
  font-weight: 600;
  margin-right: 2px;
}
.allergens-list {
  padding: 0 20px;
}
/************************
       Media Queries
*************************/
@media screen and (min-width: 1600px) {
  .container {
    max-width: 1500px;
  }
}

@media screen and (max-width: 1024px) {
  h1 {
    font-size: 48px;
  }
  h2 {
    font-size: 38px;
  }
  .banner-overlay {
    min-height: 650px;
  }
  .banner-content p,
  .about-content p {
    font-size: 16px;
    line-height: 1.5;
  }
  .mission-content {
    max-width: 100%;
  }
  .category-options li {
    width: calc(100% / 3);
    margin-bottom: 30px;
  }
  .prodImage img {
    height: 180px;
  }
  .menu-content h2 {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 991px) {
  .mission-text {
    width: calc(100% - 280px);
  }
  .menu-toggler {
    display: block;
  }
  .site-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #000;
    padding: 10px 20px;
    display: none;
  }
  header.withBg {
    position: relative !important;
  }
  .site-menu li {
    display: block;
    margin: 10px 0;
  }
  .header-row {
    padding: 8px 0;
  }
  .site-menu li.active::before {
    display: none;
  }
  .site-menu li::before {
    display: none;
  }
  .contact-content {
    max-width: 100%;
  }
  .contact-map {
    height: 250px;
  }
  .contact-details {
    width: 45%;
  }
  .contact-detail-row {
    margin-bottom: 18px;
  }
  .contact-map {
    width: 100%;
    margin-bottom: 30px;
  }
  .contact-details {
    width: 100%;
    padding: 0;
  }
  h2 {
    font-size: 30px;
  }
  .contact-section h2 {
    margin-bottom: 20px;
  }
  .site-logo img {
    max-width: 150px;
    margin-top: 6px;
  }
  .contact-section {
    margin: 25px 0;
  }
  .gallary-content li {
    width: calc(100% / 2);
  }
  .gallary-content {
    max-width: 100%;
  }
  .allergens-list ol {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
  }
  .banner-overlay {
    padding-top: 72px;
    min-height: 550px;
  }
  .mission-text {
    width: 100%;
    margin-top: 30px;
  }
  .mission-section {
    padding: 40px 0;
  }
  .mission-content h2 {
    width: 100%;
  }
  .mission-text p {
    margin-bottom: 20px;
  }
  body {
    overflow-x: hidden !important;
  }
  .category-options li {
    width: calc(100% / 2);
    padding: 0 8px;
    margin-bottom: 20px;
  }
  .category-options ul {
    margin: 0 -8px;
  }
  .prodImage img {
    height: 140px;
  }
  .info-left {
    width: 100%;
  }
  .info-right {
    width: 100%;
  }
  .menu-content {
    margin-top: 15px;
  }
  .gallary-content li {
    width: 100%;
    margin-bottom: 15px;
    padding: 0;
  }
  .gallary-content ul {
    margin: 0;
  }
  .gallary-content h2 {
    margin-bottom: 25px;
  }
  .allergens-list h2 {
    margin-bottom: 30px;
  }
  .allergens-section {
    padding: 30px 0;
  }
  .allergens-list li {
    width: 100%;
    font-size: 16px;
  }
}
