@import url("https://fonts.googleapis.com/css2?family=Noto+Serif:wght@400;700&family=Oswald:wght@200;300;400;500;600;700&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: #000000;
}

:root {
  --brand-color: #662e91;
  --secondary-color: #5199a8;
  --heading-font: Oswald;
  --heading-font-color: #662e91;
  --body-font: Noto Serif;
  --body-font-color: #333333;
  --section-bg-white: #ffffff;
  --section-bg-grey: #f8f8f8;
  --section-bg-brand: #662e91;
  --section-color-white: #ffffff;
  --container-bg: #ffffff;
}

html,
body {
  scroll-behavior: smooth;
}

body {
  font-family: var(--body-font);
  color: var(--body-font-color);
}

h1,
h2,
h3,
h4 {
  font-family: var(--heading-font), Helvetica, sans-serif;
  color: var(--brand-color);
}

a,
p,
span {
  font-family: var(--body-font), Helvetica, sans-serif;
}

h1 {
  font-size: 32px;
  text-transform: uppercase;
}

h2 {
  font-size: 28px;
  text-transform: uppercase;
}

h3 {
  font-size: 24px;
  text-transform: uppercase;
}

header {
  position: sticky;
  top: 0;
  background-color: #fff;
  border-bottom: 1px solid #00000017;
  z-index: 9;
}

.z-portal-listing header {
  position: static;
}

/*.hide {
  display: none;
}*/

.handle {
  display: none;
}

.z-portal-listing .handle,
.individual-page .handle {
  background: transparent;
  border: none;
  color: #000000;
  font-size: 35px;
  cursor: pointer;
  display: none;
  position: absolute;
  right: 15px;
  top: 15px;
}

.z-portal-listing nav {
  max-width: 1280px;
  padding: 10px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

nav {
  max-width: 980px;
  padding: 10px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.z-portal-listing .logo img {
  max-width: 150px;
}

.logo img {
  max-width: 75px;
}

nav ul {
  display: none;
}

.z-portal-listing nav ul,
.individual-page nav ul {
  list-style-type: none;
  display: flex;
}
nav ul li {
  padding: 10px;
  text-align: center;
}

nav ul li a {
  padding: 5px;
}

nav ul li a:hover {
  border-bottom: 4px solid var(--secondary-color);
}

.zuppler-navbar {
  display: flex;
  justify-content: center;
  align-items: center;
}

.z-portal-listing .phone {
  display: block;
}

.phone {
  display: none;
}

@media (min-width: 768px) {
  nav ul li:last-child {
    display: none;
  }
  .z-portal-listing .phone {
    display: block;
  }
}

@media (max-width: 768px) {
  nav {
    flex-direction: column;
  }
  .zuppler-navbar {
    flex-direction: row;
    width: 100%;
  }
  nav ul li:last-child {
    display: block;
  }
  .z-portal-listing .phone {
    display: none;
  }

  .z-portal-listing nav ul,
  .individual-page nav ul {
    display: none;
    transition: 0.3s;
    width: 100%;
    background-color: var(--section-bg-grey);
  }

  .z-portal-listing .show,
  .z-portal-listing .handle,
  .individual-page .show,
  .individual-page .handle {
    display: block;
  }
}

@media (max-width: 480px) {
  #zuppler-navigation-left {
    width: 100%;
  }
}

section {
  background-color: var(--section-bg-white);
}

.content-container {
  max-width: 1280px;
  padding: 80px 20px;
  margin: 0 auto;
}

.separator-centered {
  width: 60px;
  height: 5px;
  margin: 10px auto;
  background-color: var(--brand-color);
}

.separator-left {
  width: 60px;
  height: 5px;
  margin: 10px 0;
  background-color: var(--brand-color);
}

.whitespace {
  display: block;
  width: 100%;
  height: 25px;
}

.btn-primary {
  background-color: var(--secondary-color);
  color: #ffffff;
  margin: 25px 0;
  padding: 6px 20px;
  display: inline-block;
  border-radius: 5px;
  transition: 0.3s;
  font-family: var(--heading-font);
  text-transform: uppercase;
}

.btn-primary:hover {
  background-color: var(--brand-color);
}

/* HERO SECTION STYLES */

#hero-section {
  /* height: 400px; */
  background-image: url(../images/banner.jpeg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero-overlay {
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 50%);
}

.content-container.hero-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media (max-width: 480px) {
  .content-container.hero-container {
    padding: 30px 20px;
  }
}
.hero-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

.hero-title {
  font-size: 50px;
  font-weight: 900;
  color: #fff;
}

.hero-text {
  font-size: 24px;
}

.option-filter {
  margin: 30px 0;
  display: flex;
}

.account-benefits {
  color: #fff;
  font-family: var(--heading-font);
  font-size: 12px;
}

.searchbar,
.z-portal-no-result .searchbar {
  width: 100%;
  max-width: 600px;
  display: none;
}

.searchbar-visible .searchbar {
  display: block;
}

.service-btn {
  display: block;
  padding: 15px 25px;
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--brand-color);
  cursor: pointer;
  border: none;
  background: #f8f8f8;
  border-radius: 5px;
  transition: 0.3s;
  margin: 10px;
  font-family: var(--heading-font);
}

.service-btn:hover {
  background-color: var(--brand-color);
  color: #fff;
}

.z-portal-listing .location-btn {
  display: inline-block;
}

#location-title {
  text-align: center;
}
#location-title span {
  color: #f58b6b;
}

#location-title {
  display: none;
}
.location-selected #zuppler-menu,
.z-portal-listing.location-selected #location-title {
  display: block;
}

/* ORDERING STYLES */

.z-portal-no-results #ordering-section {
  background-color: var(--section-bg-grey);
}

.z-portal-no-results .ordering-container {
  padding: 0;
}

.z-portal-results .ordering-container {
  padding: 20px;
}

.z-portal-listing .portal-breadcrumb {
  display: none !important;
}

.portal-search input[type="text"] {
  margin: 10px 0 !important;
  height: 60px !important;
  border-radius: 5px !important;
}
.portal-search input[type="text"].hasFocus {
  border-color: var(--brand-color) !important;
}
.portal-search > div:nth-child(3) {
  top: 15px !important;
}
.portal-search > div:nth-child(2) {
  top: 12px !important;
}
#react-autowhatever-1 {
  top: 58px !important;
}

.portal-restaurants-results {
  min-height: 150px !important;
}

#hero-section,
#about-us,
#order-catering,
#apps {
  display: none;
}

.z-portal-listing #hero-section,
.z-portal-listing #about-us,
.z-portal-listing #order-catering,
.z-portal-listing #apps {
  display: block;
}

@media (max-width: 768px) {
  .z-portal-no-results #ordering-section {
    background-color: #fff;
  }
}

/* About styles */

.about-container {
  padding-top: 0;
  padding-bottom: 0;
}

.about-row {
  padding: 80px 0;
  display: flex;
  flex-flow: row wrap;
}
.about-row:nth-child(odd) {
  flex-direction: row;
  background-color: var(--section-bg-grey);
  box-shadow: 500px 0 var(--section-bg-grey), -500px 0 var(--section-bg-grey);
}

.about-row:nth-child(even) {
  flex-direction: row-reverse;
}
#about-us .column {
  flex: 1;
}
.about-image img {
  width: 100%;
  border-radius: 10px;
}
.about-text h2 {
  margin-bottom: 30px;
}
.about-text p {
  margin-bottom: 20px;
}

.about-row:nth-child(odd) .about-text {
  padding-left: 50px;
}
.about-row:nth-child(even) .about-text {
  padding-right: 50px;
}

@media (max-width: 768px) {
  .about-row {
    padding: 30px 0;
  }
  .about-row:nth-child(odd) {
    background-color: #ffffff;
    box-shadow: none;
  }
  .about-row:nth-child(odd),
  .about-row:nth-child(even) {
    flex-direction: column;
  }
  .about-row:nth-child(odd) .about-text,
  .about-row:nth-child(even) .about-text {
    padding: 30px 0 0;
  }
}

/* Order catering css */

#order-catering {
  background-color: var(--section-bg-grey);
}

.order-catering-title {
  margin: 0 0 30px;
  text-align: center;
}

.order-catering-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}

.order-catering-box h2 {
  margin-bottom: 30px;
}
.order-catering-box p {
  margin-bottom: 15px;
}

.order-online p a,
.order-phone p a {
  color: var(--brand-color);
  font-weight: 600;
}

.order-online,
.order-phone {
  background-color: #fff;
  border: 1px solid #dcdcdc;
  padding: 30px;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .order-catering-box {
    grid-template-columns: 1fr;
  }
}

/* review css */

#review {
  background-image: url(../images/testimonial.jpeg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.review-container {
  padding: 100px 20px;
}
.review-box {
  max-width: 550px;
  width: 100%;
}

.review-box h2 {
  font-size: 50px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--secondary-color);
}

.review-box .tag-line {
  border-bottom: 1px solid var(--primary-color);
  margin: 30px 0;
}

.review-box h4 {
  margin-top: 30px;
  font-weight: 400;
}

@media (max-width: 768px) {
  #review {
    background-position: 19% center;
  }
}

/* APP SECTION STYLES */

.z-portal-listing .app-banner {
  display: block;
}
.app-banner {
  display: none;
}

.app-banner {
  background-color: var(--section-bg-brand);
  width: 100%;
  text-align: center;
  padding: 20px;
}

.app-banner a {
  color: var(--section-bg-white);
  font-weight: 600;
  font-size: 18px;
}

#apps {
  background-color: var(--section-bg-brand);
}

.app-wrapper {
  display: flex;
}

.phone-image {
  flex: 1;
  text-align: center;
}

.phone-image img {
  max-width: 230px;
}

.app-btns {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
}

.btns-wrapper {
  display: flex;
  padding: 20px 0;
}

.app-btns h2 {
  font-size: 42px;
  color: var(--section-bg-white);
}

a.app-icon img {
  max-width: 230px;
}

@media (min-width: 768px) {
  #apps {
    height: 400px;
  }
  .app-wrapper {
    position: relative;
  }
  .phone-image {
    position: relative;
    bottom: 0;
  }
  .content-container.apps-container {
    padding: 20px 20px;
  }
  .app-btns {
    position: relative;
    top: 80px;
    display: block;
  }
}

@media (max-width: 768px) {
  .app-wrapper {
    flex-direction: column;
  }

  .app-btns {
    padding-top: 40px;
  }
  .app-btns h2 {
    font-size: 32px;
  }
  a.app-icon img {
    max-width: 150px;
  }
}

/* footer styles */

footer {
  background-color: #5199a8;
  color: #fff;
  position: relative;
}

footer a {
  color: #662e91;
}

.footer-container {
  display: flex;
  justify-content: space-between;
}

footer .social-icons a {
  font-size: 32px;
  display: inline-block;
  color: #fff;
  margin: 0 5px;
}
footer .social-icons a:hover {
  color: #d3d3d3;
}

@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
  }
  .social-icons {
    margin: 30px 0;
  }
}
