body {
  margin: 0;
  padding: 0;
}

a,
ul,
li,
span,
button,
label,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: "Poppins", sans-serif;
}

.header {
  background: #fff;
  padding: 15px;
  border-bottom: 1px solid #000;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.header .logo {
  width: 115px;
  position: absolute;
  top: -7px;
}
@media only screen and (max-width: 767px) {
  .header .logo {
    width: 90px;
    top: -1px;
  }
}
.header #navbarNav {
  justify-content: end;
}
.header .navbar-light {
  padding: 0;
}
.header .navbar-light .navbar-nav .nav-link {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  padding: 0px 15px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .header .navbar-light .navbar-nav .nav-link {
    text-align: center;
    border-bottom: 1px solid #afafaf;
    padding: 10px 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .header .navbar-light .navbar-nav .nav-link {
    text-align: center;
    border-bottom: 1px solid #afafaf;
    padding: 10px 15px;
  }
}
.header .orderNowBtn {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid #000;
  padding: 10px 20px;
  margin-left: 30px;
  border-radius: 11px;
}
@media only screen and (max-width: 767px) {
  .header .orderNowBtn {
    display: table;
    margin: 10px auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .header .orderNowBtn {
    display: table;
    margin: 10px auto;
  }
}

.fixHeader {
  background: #fff;
  border-radius: 0px 0px 40px 40px;
  border: 0;
  box-shadow: 4px 5px 5px rgba(35, 34, 81, 0.38);
  animation: slideDown 1s ease-out;
  transition: all 0.5s;
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

.bannerSec {
  background-image: url("../img/bannerImg.jpg");
  background-position: center;
  background-size: cover;
  height: 600px;
  display: flex;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .bannerSec {
    height: 380px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .bannerSec {
    height: 480px;
  }
}
.bannerSec .bannerHeadingText {
  text-align: center;
}
.bannerSec .bannerHeadingText #heading {
  color: #fff;
  font-size: 70px;
  font-family: "Roboto Slab", serif;
  font-weight: 600;
  margin-bottom: 10px;
  animation: textclip 8s linear infinite;
}
@media only screen and (max-width: 767px) {
  .bannerSec .bannerHeadingText #heading {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .bannerSec .bannerHeadingText #heading {
    font-size: 50px;
  }
}
.bannerSec .bannerHeadingText p {
  color: #fff;
  font-size: 35px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .bannerSec .bannerHeadingText p {
    font-size: 17px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .bannerSec .bannerHeadingText p {
    font-size: 20px;
  }
}
.bannerSec .bannerHeadingText .discountText {
  color: #fff;
  font-size: 20px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 12px;
  display: inline-block;
  padding: 22px 20px;
  font-weight: 600;
  animation: effect 2s linear infinite;
}
@media only screen and (max-width: 767px) {
  .bannerSec .bannerHeadingText .discountText {
    font-size: 17px;
  }
}
@keyframes effect {
  0% {
    color: red;
  }
  50% {
    color: #fff;
  }
  100% {
    color: red;
  }
}

.aboutUsSec {
  background-image: url("../img/bg.png");
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  padding: 3.5% 0;
}
@media only screen and (max-width: 767px) {
  .aboutUsSec {
    margin-top: 2rem;
  }
}
.aboutUsSec .row {
  margin-top: 2rem;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .aboutUsSec .row {
    margin-top: 0;
  }
}
.aboutUsSec .aboutUsHeadingText {
  text-align: center;
}
.aboutUsSec .aboutUsHeadingText h2 {
  color: #000;
  font-size: 45px;
  font-family: "Roboto Slab", serif;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .aboutUsSec .aboutUsHeadingText h2 {
    font-size: 30px;
  }
}
.aboutUsSec .aboutUsText {
  margin-top: 2rem;
}
@media only screen and (max-width: 767px) {
  .aboutUsSec .aboutUsText {
    margin-top: 1rem;
  }
}
.aboutUsSec .aboutUsText p {
  color: #767676;
  font-size: 15px;
  font-weight: 400;
  text-align: justify;
}

.menuSec {
  padding: 4% 0;
}
.menuSec .manuHeadingText {
  text-align: center;
}
.menuSec .manuHeadingText h2 {
  color: #000;
  font-size: 45px;
  font-family: "Roboto Slab", serif;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .menuSec .manuHeadingText h2 {
    font-size: 30px;
  }
}
.menuSec img {
  width: 100%;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  transition: 1s ease;
}
@media only screen and (max-width: 767px) {
  .menuSec img {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .menuSec img {
    margin-bottom: 30px;
  }
}

.menuItems {
  background: #ddd;
  padding: 2% 0;
}
@media only screen and (max-width: 767px) {
  .menuItems {
    padding: 8% 0;
  }
}
.menuItems h2 {
  color: #000;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .menuItems h2 {
    font-size: 30px;
  }
}
.menuItems img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .menuItems img {
    margin-bottom: 30px;
  }
}

hr {
  border-top: 2px solid #bebebe;
  width: 93%;
}

.footerSec {
  background: #fff;
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .footerSec {
    padding: 30px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .footerSec {
    padding: 30px 0;
  }
}
.footerSec .pageLinkHeadings h4 {
  color: #000;
  font-size: 22px;
  font-weight: 500;
  font-family: "Roboto Slab", serif;
  border-bottom: 1px solid #9294a0;
  line-height: 2;
  margin-bottom: 20px;
}
.footerSec .pageLinkHeadings ul {
  padding: 0;
}
.footerSec .pageLinkHeadings ul li {
  color: #2e2e2e;
  font-size: 15px;
  font-weight: 500;
  list-style: none;
  margin-bottom: 15px;
  display: flex;
}
.footerSec .pageLinkHeadings ul li i {
  margin-right: 15px;
}
.footerSec .pageLinkHeadings ul li a {
  color: #2e2e2e;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}
.footerSec .pageLinkHeadings ul li a i {
  margin-right: 15px;
}
.footerSec .pageLinkHeadings .timings {
  display: flex;
}
.footerSec .pageLinkHeadings .timings p {
  color: #2e2e2e;
  font-size: 15px;
  font-weight: 500;
}

.gallerySec {
  margin-top: 2rem;
}
.gallerySec h2 {
  color: #000;
  font-size: 45px;
  text-align: center;
  font-family: "Roboto Slab", serif;
  font-weight: bold;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .gallerySec h2 {
    font-size: 30px;
  }
}
.gallerySec img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 30px;
}

.footerBottomSec {
  background: #000;
  padding: 10px 0;
}
.footerBottomSec .footerBottom {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .footerBottomSec .footerBottom {
    display: block;
  }
}
.footerBottomSec .footerBottom a {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .footerBottomSec .footerBottom a {
    display: block;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .footerBottomSec .footerBottom a {
    display: block;
    margin-bottom: 15px;
  }
}
.footerBottomSec .footerBottom .socialMediaIcons {
  display: flex;
}
.footerBottomSec .footerBottom .socialMediaIcons .fb {
  color: #222025;
  font-size: 16px;
  background: #fff;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  margin-right: 10px;
}
.footerBottomSec .footerBottom .socialMediaIcons .inista {
  color: #222025;
  font-size: 16px;
  background: #fff;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  margin-right: 10px;
}
.footerBottomSec .footerBottom .socialMediaIcons .linkdin {
  color: #222025;
  font-size: 16px;
  background: #fff;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  margin-right: 10px;
}
.footerBottomSec .footerBottom .socialMediaIcons .youtube {
  color: #222025;
  font-size: 16px;
  background: #fff;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  margin-right: 10px;
}
.footerBottomSec .footerBottom .copyRights p {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .footerBottomSec .footerBottom .copyRights p {
    text-align: center;
  }
}
.footerBottomSec .footerBottom .copyRights a {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.termsAndConditions {
  padding: 3% 0;
}
.termsAndConditions h1 {
  font-size: 40px;
  margin-bottom: 20px;
  font-family: "Roboto Slab", serif;
}
@media only screen and (max-width: 767px) {
  .termsAndConditions h1 {
    font-size: 30px;
  }
}
.termsAndConditions p {
  color: #373737;
  font-size: 16px;
  font-weight: 500;
}
.termsAndConditions li {
  color: #494949;
  font-size: 15px;
  margin-bottom: 20px;
}
.termsAndConditions .restaurantName {
  color: red;
  font-weight: 500;
}

.privacyPolicy {
  padding: 3% 0;
}
.privacyPolicy h1 {
  font-size: 40px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .privacyPolicy h1 {
    font-size: 30px;
  }
}
.privacyPolicy h4 {
  font-size: 20px;
}
.privacyPolicy p {
  color: #373737;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
}
.privacyPolicy strong {
  margin-bottom: 20px;
}
.privacyPolicy li {
  color: #494949;
  font-size: 15px;
  margin-bottom: 20px;
}

.cookeysPolicy {
  padding: 3% 0;
}
.cookeysPolicy h1 {
  font-size: 40px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .cookeysPolicy h1 {
    font-size: 30px;
  }
}
.cookeysPolicy h4 {
  font-size: 20px;
}
.cookeysPolicy p {
  color: #373737;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
}
.cookeysPolicy strong {
  margin-bottom: 20px;
}
.cookeysPolicy li {
  color: #494949;
  font-size: 15px;
  margin-bottom: 20px;
}

/*--------------------------------------*/
.lightbox {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 9;
  top: 0;
}

.toolbarLB {
  text-align: right;
  padding: 3px;
  position: absolute;
  top: -18px;
  right: 48px;
}

.closeLB {
  color: #fff;
  cursor: pointer;
  font-size: 23px;
  background: #DB0022;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 27px;
}

.lightbox .iframeContainer {
  border-radius: 8px;
  vertical-align: middle;
  position: fixed;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 8;
}

.pay1 img {
  width: 635px;
  border-radius: 8px;
}

@media only screen and (max-width: 767px) {
  .lightbox .iframeContainer {
    width: 90%;
  }
  .toolbarLB {
    right: 19px;
    top: -13px;
  }
  .closeLB {
    font-size: 19px;
    width: 30px;
    height: 30px;
  }
  .pay1 img {
    width: 100%;
  }
}
/* ------------------------------------------- *//*# sourceMappingURL=style.css.map */