@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

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

:root {
  --brand-color: #ab0a3a;
  --secondary-color: #e31b23;
  --heading-font: Poppins;
  --heading-font-color: #0e273c;
  --body-font: Poppins;
  --body-font-color: #666666;
  --section-bg-white: #ffffff;
  --section-bg-grey: #f8f8f8;
  --section-bg-brown: #d09f74;
  --section-bg-brand: #4a306d;
  --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;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 24px;
}

.annoncement-bar {
  background-color: var(--secondary-color);
  color: #fff;
  padding: 10px;
  text-align: center;
}

header {
  position: sticky;
  top: 0;
  background-color: rgb(255 255 255 / 95%);
  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: 30px;
}

.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: 110px;
}

.logo img {
  max-width: 110px;
  margin-top: 10px;
}

.logo a {
  font-family: var(--heading-font), Helvetica, sans-serif;
}

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;
}

@media (max-width: 768px) {
  .z-portal-listing nav {
    flex-direction: column;
    align-items: normal;
  }

  .zuppler-navbar {
    flex-direction: row;
    width: 100%;
  }

  .z-portal-listing nav .logo {
    margin-left: 5px !important;
  }

  .z-portal-listing nav .logo img {
    width: 70px;
    margin-top: 30px;
  }

  .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 nav ul li a,
  .individual-page nav ul li a {
    color: #000;
  }

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

@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: 3px;
  margin: 10px auto;
  background-color: #ffe3fa;
}

.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(--section-bg-white);
  color: var(--secondary-color);
  margin: 25px 0;
  padding: 6px 20px;
  display: inline-block;
  border-radius: 5px;
  transition: 0.3s ease-in-out;
}

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

/* HERO SECTION STYLES */

#hero-section {
  height: 450px;
  background-image: url(../images/hero-background.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%);
  position: relative;
}

.content-container.hero-container {
  display: flex;
  justify-content: center;
}

.hero-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

.hero-title {
  font-size: 3em;
  font-weight: 400;
  color: #fff;
  -webkit-text-stroke: 2px #fff;
}

.banner-logo {
  max-width: 220px;
}

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

.app-banner {
  background: var(--secondary-color);
  /* background: -moz-linear-gradient(
    90deg,
    rgba(227, 27, 35) 0%,
    rgba(228, 127, 192, 1) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(254, 86, 163, 1) 0%,
    rgba(255, 127, 192, 1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(254, 86, 163, 1) 0%,
    rgba(255, 127, 192, 1) 100%
  ); */
  /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fe56a3",endColorstr="#ff7fc0",GradientType=1); */
  width: 100%;
  text-align: center;
  padding: 20px;
  display: block;
  position: relative;
}

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

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

@media (max-width: 480px) {
  .content-container.hero-container {
    padding: 20px;
  }
  .hero-title {
    font-size: 40px;
  }
}

/* ORDERING STYLES */

.z-portal-listing #ordering-section {
  background-color: var(--section-bg-white);
}

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

.z-portal-listing .content-container.ordering-container {
  padding: 0 20px;
}

/*  ABOUT SECTION STYLES */

.content-container.about-container {
  padding-top: 40px;
}

.about-verbiage {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.about-verbiage a {
  color: var(--secondary-color);
}

/* LOCAL SECTION STYLES */

#local-benefits {
  background: rgb(227, 27, 35);
  background: -moz-linear-gradient(
    180deg,
    rgba(227, 27, 35, 1) 55%,
    #550b1f 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(227, 27, 35, 1) 55%,
    #550b1f 100%
  );
  background: linear-gradient(180deg, rgba(227, 27, 35, 1) 55%, #550b1f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e31b23",endColorstr="#ffffff",GradientType=1);
}

.benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: 100%;
}

.benefit {
  list-style-position: inside;
}

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

.benefit {
  text-align: center;
  padding: 40px 20px;
  background-color: #fff;
  border-radius: 10px;
  height: 100%;
  transition: 0.3s;
}
.benefit h3 {
  color: #000;
  font-weight: 400;
}
.benefit ol li {
  color: var(--body-font-color);
  line-height: 2;
}

.benefit img {
  max-width: 50px;
  width: 100%;
}

.app-buttons {
  display: flex;
  justify-content: space-evenly;
}

.benefit .app-buttons img {
  max-width: 140px;
  width: 100%;
}

.benefit:hover:not(.app) {
  transform: translateY(-10px);
}

/* BECOME A DRIVER STYLES */

.become-driver-row {
  display: flex;
}

.col {
  padding: 10px;
  margin: 10px;
  transition: 0.3s;
  border-radius: 10px;
  flex: 1;
}
.col:hover {
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.05) !important;
}

.partner-details,
.driver-details {
  display: flex;
  align-items: flex-start;
}

.partner-image,
.driver-image {
  flex: 1;
  text-align: center;
}

.partner-image img,
.driver-image img {
  max-width: 125px;
}

.partner-detail,
.driver-detail {
  flex: 2;
}

@media (max-width: 768px) {
  .become-driver-row,
  .partner-details,
  .driver-details {
    flex-direction: column;
  }
  .partner-detail,
  .driver-detail {
    margin-top: 20px;
  }
}

/* FOOTER STYLES */

footer {
  background: #550b1f;
  background: -moz-linear-gradient(180deg, #550b1f 10%, #550b1f 100%);
  background: -webkit-linear-gradient(180deg, #550b1f 10%, #550b1f 100%);
  background: linear-gradient(180deg, #550b1f 10%, #550b1f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e31b23",endColorstr="#ffffff",GradientType=1);

  color: #fff;
  text-align: center;
}

footer h3 {
  color: #ffffff;
}

footer a {
  color: #b3b3b3;
}

.send-message a {
  color: #fff !important;
  text-decoration: underline;
}

.rmda-container {
  margin-bottom: 10px;
}

.rmda-container a img {
  max-width: 80px;
}

.social-icons a {
  display: inline-block;
  margin: 20px 10px;
}

/* PORTAL STYLES */

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

.portal-breadcrumb {
  display: block !important;
  max-width: 980px;
  margin: 0 auto;
}
.portal-components {
  margin-top: 70px !important;
}
.portal-components-row:first-of-type {
  position: absolute;
  top: -160px;
  width: 100%;
}

.portal-components-row:nth-child(2) {
  position: absolute;
  width: 100%;
  top: -60px;
}

@media (max-width: 480px) {
  .portal-components-row:first-of-type {
    top: -150px;
  }
}

.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;
}

.cuisines-trigger {
  border-radius: 5px;
}

.portal-Queries-cell {
  padding: 10px 0;
}

.portal-restaurants {
  padding: 0;
}

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

#hero-section,
#about-section,
#local-benefits,
#become-driver {
  display: none;
}

.z-portal-listing #hero-section,
.z-portal-listing #about-section,
.z-portal-listing #local-benefits,
.z-portal-listing #become-driver {
  display: block;
}

.portal-CuisinesDropdown-cell {
  display: none;
}

/* ZUPPLER MENU STYLES */

.z-menu-category-title,
.cart-title,
.cartInfo-title,
.z-menu-item-price {
  text-transform: uppercase;
  color: var(--secondary-color) !important;
}

.cart-orderInfo-order .zbutton {
  border: 1px solid #333333 !important;
}

/* IDEA SECTION STYLES */

#idea-section {
  background-color: #fff;
}

.idea-details {
  display: flex;
}

.idea-box {
  flex: 1;
}

.idea-image img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.idea-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0px 0 0px 30px;
}

.idea-content h2 {
  color: var(--secondary-color);
}

@media (max-width: 768px) {
  .idea-details {
    flex-direction: column;
  }
  .idea-content {
    padding: 20px 0;
  }
}

/* OUR SOLUTION STYLES */

#our-solution {
  background-color: var(--section-bg-grey);
}

.solutions {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  width: 100%;
}
.solutions h3 {
  color: #fff;
}
.solution {
  text-align: center;
  padding: 40px 20px;
  border: 1px solid #999999;
  background: rgb(254, 86, 163);
  background: -moz-linear-gradient(
    180deg,
    rgba(254, 86, 163, 1) 0%,
    rgba(255, 127, 192, 1) 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(254, 86, 163, 1) 0%,
    rgba(255, 127, 192, 1) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(254, 86, 163, 1) 0%,
    rgba(255, 127, 192, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fe56a3",endColorstr="#ff7fc0",GradientType=1);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
}
.solution a.btn-primary {
  align-self: center;
}

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

#charity-section {
  background-image: url("../images/charity.jpg");
  background-size: cover;
  background-position: bottom;
  background-attachment: fixed;
}

#charity-section .charity-content {
  text-align: center;
  padding: 120px;
}

#charity-section h3 {
  color: #fff;
  font-weight: 600;
}

.btn-primary {
  background-color: var(--brand-color);
  padding: 10px;
  color: #fff;
  display: block;
}

@media (max-width: 480px) {
  #charity-section .charity-content.content-container {
    padding: 50px 20px;
  }
}
