@import url("https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap");
body {
  font-family: "Onest", sans-serif;
  line-height: 1.4;
  background-image: url("../assests/food-truck.jpg");
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Permanent Marker", cursive;
  color: #40434c;
  font-size: 26px;
  letter-spacing: 0.1rem;
}

.text-black {
  color: #000;
}

.fw-600 {
  font-weight: 600;
}

.homeTopHeaderMain {
  background-color: #000;
  color: #fff;
  padding: 14px 0;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.3px;
}
.homeTopHeaderMain a {
  color: #fff;
}
.homeTopHeaderMain .fa {
  font-size: 16px;
}

.overlay {
  height: 100vh;
  overflow-y: auto;
  width: 70%;
  display: none;
  position: fixed;
  z-index: 100000;
  top: 0;
  right: 0;
  overflow-x: hidden;
  box-shadow: 0px 0px 7px 0px rgba(150, 150, 150, 0.2392156863);
  background-color: #fefefe;
}

.overlay-content {
  width: 100%;
  height: 100%;
  font-size: 12px;
  flex-wrap: wrap;
  margin-right: 50px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000;
  transition: 0.3s !important;
  margin-bottom: 10px;
}

.overlay a:hover,
.overlay a:focus {
  color: #000;
}

.overlay .closebtn {
  position: absolute;
  top: 0px;
  right: 35px;
  font-size: 50px;
}

.quickLinksheader a {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  margin-right: 40px;
  color: #000;
  font-weight: 700;
}
.quickLinksheader a:hover {
  color: #eb5200;
}

#carouselExampleControls #iageOne,
#carouselExampleControls #iageOne2,
#carouselExampleControls #iageOne3 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 500px;
}
#carouselExampleControls .slideTwoImage {
  background-image: url("../assests/home/carousel2.jpg");
  box-shadow: rgba(5, 23, 38, 0.3215686275) 0px 0px 0px 1000px inset;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .comingSoonImage {
    top: 115px !important;
  }
  .comingSoonImage img {
    width: 35px !important;
  }
}
.mobileSection {
  position: absolute;
  top: 160px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 600px;
}
@media screen and (max-width: 512px) {
  .mobileSection {
    width: 95%;
  }
}
.mobileSection h2 {
  font-size: 2rem;
}
.mobileSection .card {
  border: none;
  color: rgb(255, 255, 255);
  margin: auto;
  background-color: rgba(0, 0, 0, 0.4509803922);
  padding: 24px;
}

.foodGrocery a {
  background-color: #f2c000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  padding: 14px 25px;
  border-radius: 50px;
  color: #000000;
}
.foodGrocery a:hover {
  background-color: #fff;
  color: #000;
  transition: background-color 0.3s, color 0.3s;
}

@media screen and (max-width: 992px) {
  .tabsSec li .nav-link {
    width: 155px !important;
    height: 270px !important;
  }
  .tabsSec li .nav-link .logoSymbol {
    width: 100px !important;
  }
  .tabsSec .nav-link.active {
    height: 290px !important;
  }
}
@media screen and (min-width: 1199px) {
  .tabsSec .tabsSecChildDiv {
    width: 85%;
  }
  .tabsSec .tabsSecChildDiv .container {
    background-color: none;
  }
}
@media screen and (min-width: 1199px) {
  .tabsSec .tabsSecChildDiv {
    width: 65% !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .tabsSec .tabsSecChildDiv {
    width: 85% !important;
  }
}
.offerSec {
  color: #000;
  text-align: center;
}
.offerSec .offerSecDiv {
  position: relative;
  width: 85%;
  color: #fff;
}
.offerSec .offerSecDiv h5 {
  transform: rotate(90deg);
  margin: 0;
  padding: 0;
}
.offerSec .offerSecDiv .restaurant {
  position: relative;
  left: 50px;
  top: -15px;
}
.offerSec .offerSecDiv .restaurant img {
  width: 380px;
  box-shadow: 5px 8px 15px 0px rgba(0, 0, 0, 0.1215686275);
}
.offerSec .offerSecDiv .groceries {
  position: relative;
  right: 50px;
}
.offerSec .offerSecDiv .groceries img {
  z-index: 100;
  width: 380px;
  box-shadow: 5px 8px 15px 0px rgba(0, 0, 0, 0.1215686275);
}
.offerSec .offerSecDiv .mainCourse {
  position: relative;
  left: 50px;
}
.offerSec .offerSecDiv .mainCourse img {
  z-index: 100;
  width: 380px;
  box-shadow: 5px 8px 15px 0px rgba(0, 0, 0, 0.1215686275);
}
.offerSec .offerSecDiv .banquethall {
  position: relative;
  right: 50px;
  bottom: -15px;
}
.offerSec .offerSecDiv .banquethall img {
  z-index: 100;
  width: 380px;
  box-shadow: 5px 8px 15px 0px rgba(0, 0, 0, 0.1215686275);
}
.offerSec .offerSecDiv .offerSecBar {
  background-color: black;
  color: #fff;
  width: 130px;
  height: 100%;
  position: absolute;
  left: 43.5%;
}

.offer {
  box-shadow: inset 0 0 0 1000px rgba(32, 33, 34, 0.2705882353);
  text-align: left;
  background-color: #505050;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 30px;
  flex-direction: column;
  text-align: center;
  background-image: url("../assests/menubg.jpg");
}
@media screen and (max-width: 992px) {
  .offer {
    margin-bottom: 16px;
  }
}
.offer .icon {
  width: 90px;
  margin-right: 20px;
}
.offer .icon img {
  bottom: 20px;
  width: 90px;
  height: 90px;
  margin-bottom: 20px;
}
.offer a {
  color: #f2ce20;
  font-size: 12px;
  font-weight: 600;
}
.offer p {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media screen and (max-width: 550px) {
  .offer p {
    font-size: 16px;
  }
}

.footerBgInfo {
  background-image: url("../assests/footer.jpg");
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.79);
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0 40px 0;
  background-attachment: fixed;
}
@media screen and (max-width: 550px) {
  .footerBgInfo {
    background-attachment: unset;
    background-position: center;
  }
}

.ourStory {
  background-image: url("../assests/footer.jpg");
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.79);
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0 80px 0;
  background-attachment: fixed;
}
@media screen and (max-width: 550px) {
  .ourStory {
    background-attachment: unset;
    background-position: center;
  }
}
.ourStory .ourStorySec {
  width: 85%;
  margin: auto;
}
.ourStory .ourStorySec .button {
  color: #000;
}
.ourStory .ourStorySec .button:hover {
  color: #000;
}
.ourStory .ourStorySec .ourStoryContent {
  margin: auto;
  letter-spacing: 0.3px;
  font-weight: 300;
}
.ourStory .ourStorySec .ourStoryContent .modal-content {
  color: #000;
}
.ourStory .btn {
  background-color: #eab318;
  color: #000;
  border: none;
  box-shadow: none;
  width: 164px;
  height: 45px;
  border-radius: 50px;
  margin-top: 25px;
}
.ourStory .btn:hover {
  background-color: #fff;
  color: #000;
}

@media screen and (max-width: 1024px) {
  .ourStory .ourStorySec {
    width: 100% !important;
  }
  .ourStory .ourStorySec .ourStoryContent {
    margin: auto;
    padding: 0px;
    letter-spacing: 0.3px;
    font-weight: 300;
  }
  .ourStory .ourStorySec .ourStoryContent p {
    font-size: 16px !important;
    line-height: 1.6rem !important;
  }
}
@media screen and (max-width: 550px) {
  .ourStory .ourStorySec {
    width: 96% !important;
  }
}/*# sourceMappingURL=style.css.map */