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

:root {
  --primaryColor: #FFC800;
  --secondaryColor: #F2F2F2;
  --navbarColor: #000;
}

body {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 16px;
}

body.restaurants header {
  background-color: var(--navbarColor);
}

body.restaurants .bannerWrap {
  background-color: var(--secondaryColor);
}

@media screen and (max-width: 767px) {
  .container {
    padding: 0;
  }
}

header {
  height: 80px;
  background-color: var(--navbarColor);
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 11;
}

header .tag-line {
  color: #fff;
  text-decoration: none;
}

header .tag-line:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  header .tag-line {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  header {
    padding: 0 25px;
  }
}

.bannerWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 100px;
  background-color: var(--primaryColor);
  color: #fff;
}

@media screen and (max-width: 767px) {
  .bannerWrap {
    align-items: flex-start;
    padding-bottom: 0;
  }
}

.bannerWrap .banner-sec {
  margin: auto;
  padding-top: 50px;
}

@media screen and (max-width: 767px) {
  .bannerWrap .banner-sec {
    padding-top: 0px;
  }
}

.bannerWrap .banner-img {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.bannerWrap .banner-img img {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .bannerWrap .banner-img img {
    max-width: 100%;
  }
}

.bannerWrap h1 {
  font-size: 3.5em;
  font-weight: 800;
  position: relative;
  margin: 20px 0 20px;
}

@media screen and (max-width: 767px) {
  .bannerWrap h1 {
    font-size: 2em;
  }
}

.bannerWrap h2 {
  font-size: 2.8em;
  font-weight: 300;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .bannerWrap h2 {
    font-size: 1.8em;
  }
}

@media screen and (max-width: 767px) {
  .bannerWrap .banner-left-c {
    padding: 0 40px 40px;
  }
}

@media screen and (min-width: 1440px) {
  .bannerWrap .banner-left-c {
    padding: 40px 0px 0px 0;
  }
}

.other-content-wrap {
  background: var(--primaryColor);
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .other-content-wrap {
    padding-top: 50px;
  }
}

.other-content-wrap.whiteBG {
  background: #fff;
}

.other-content-wrap .oth-mid-sec {
  margin: auto;
}

.other-content-wrap .oth-mid-sec .oth-mid-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.other-content-wrap .oth-mid-sec h1 {
  font-size: 3.5em;
  font-weight: 300;
  position: relative;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .other-content-wrap .oth-mid-sec h1 {
    font-size: 2em;
  }
}

.other-content-wrap .oth-mid-sec .oth-mid-text {
  max-width: 70%;
}

@media screen and (max-width: 767px) {
  .other-content-wrap .oth-mid-sec .oth-mid-text {
    max-width: 100%;
  }
}

.other-content-wrap .oth-mid-sec .oth-mid-text h2 {
  font-size: 1.3em;
  font-weight: 300;
  line-height: inherit;
}

@media screen and (max-width: 767px) {
  .other-content-wrap .oth-mid-sec .oth-mid-text h2 {
    font-size: 1em;
  }
}

@media screen and (max-width: 767px) {
  .other-content-wrap .oth-mid-sec .content-col {
    order: 1;
    padding: 0 40px 40px;
  }

  .other-content-wrap .oth-mid-sec .img-col {
    order: 2;
  }
}

.other-content-wrap .oth-mid-img {
  width: 100%;
  position: relative;
}

.other-content-wrap .oth-mid-img img {
  max-width: 90%;
}

@media screen and (max-width: 767px) {
  .other-content-wrap .oth-mid-img img {
    max-width: 100%;
  }
}

footer {
  background-color: #e7ebf1;
  padding: 30px;
}

footer.whiteBG {
  background: #fff;
}

footer .footer-cols {
  margin-bottom: 20px;
}

footer .copyRight {
  font-size: 13px;
  margin-top: 20px;
}

footer ul.apps-ico li {
  display: inline-flex;
  margin-right: 10px;
  max-width: 100px;
}

footer ul.apps-ico li img {
  max-width: 100%;
}

.footer-nav h4 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}

.footer-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.footer-nav ul li {
  display: block;
}

.footer-nav ul li a {
  display: inline-block;
  padding: 5px 0;
  text-decoration: none;
  color: #000;
  font-size: 14px;
}

#wrap {
  position: relative;
  overflow: hidden;
}

section {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  section {
    padding-bottom: 0;
  }
}

.downloadBtn {
  background: #000;
  color: #fff;
  border-radius: 10px;
  padding: 15px 30px;
  position: relative;
  text-decoration: none;
  transition-timing-function: ease-out;
  transition: 0.25s;
  display: inline-block;
  font-size: 16px;
}

.downloadBtn:hover {
  transform: scale(1.1);
}

.terms-header.cookies {
  background-color: #c6c6c8;
}

@media (min-width: 1400px) {

  .terms-header .container,
  .terms-header .container-lg,
  .terms-header .container-md,
  .terms-header .container-sm,
  .terms-header .container-xl,
  .terms-header .container-xxl {
    max-width: 1130px;
  }
}

.terms-header .logo img {
  width: 200px;
}

.terms-pages {
  padding: 40px 0;
}

@media screen and (max-width: 767px) {
  .terms-pages {
    padding: 40px 20px;
  }
}

@media (min-width: 1400px) {

  .terms-pages .container,
  .terms-pages .container-lg,
  .terms-pages .container-md,
  .terms-pages .container-sm,
  .terms-pages .container-xl,
  .terms-pages .container-xxl {
    max-width: 1130px;
  }
}

.terms-pages p {
  font-size: 15px;
}

.terms-pages h4 {
  font-weight: 600;
}

.terms-pages h5 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 20px;
  display: flex;
}

.terms-pages h6 {
  font-size: 16px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 20px;
}

.terms-pages .counterDot {
  display: inline-block;
  min-width: 20px;
  max-width: 20px;
  margin-right: 20px;
  font-weight: bold;
}

.terms-pages ul.noListType {
  list-style-type: none;
}

ul.listType {
  list-style-type: none;
  padding: 0;
}

ul.listType li {
  display: flex;
  margin-bottom: 15px;
}

ul.listType li .counterDot {
  display: inline-block;
  min-width: 20px;
  width: 20px;
  margin-right: 20px;
  font-weight: bold;
}

.mobOnly {
  display: none;
}

@media screen and (max-width: 767px) {
  .mobOnly {
    display: block;
  }
}

.deskTopOnly {
  display: block;
}

@media screen and (max-width: 767px) {
  .deskTopOnly {
    display: none;
  }
}

.qr-code {
  display: none;
  margin-top: -14%;
  position: absolute;
  transform: translateX(-50%);
  width: 200px;
  right:4%;
  border: 1px solid #ccc;
  background: #fff;
  padding: 10px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.link-container {
  position: relative;
  display: inline-block;
}

.modal-header {
  border-bottom: none;
  padding: 0.3rem;
}

.modal-content {
  text-align: center;
  width: 60%;
  margin: 0 auto;
}

.modal-content img {
  max-width: 100%;
  height: auto;
}
.modal-body-text{
  color: #000;
  padding-top: 5px;
}
.btn-close {
  font-size: 1rem;
  position: absolute;
  top: 10px;
  right: 10px;
}

.modal-body {
  padding-bottom: 5px;
}


/*# sourceMappingURL=main.css.map */