body {
  font-family: "Inter", sans-serif;
  /* overflow-x: hidden; */
}

/*****************************   navbar *********************************/

.navbar-wrapper {
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}

.navbar-wrapper .navbar .nav-item + .nav-item {
  margin-left: 15px;
}

.navbar-wrapper .navbar .nav-link {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #1c1c80;
  padding: 0;
}

.navbar-wrapper .navbar .nav-link.active {
  font-weight: 600;
  border-bottom: 2px solid #1c1c80;
}

.navbar-wrapper .form-control {
  background: #f2f2f2;
  border-radius: 30px;
  width: 285px;
}

.navbar-wrapper .search-btn {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-18px, -50%);
}

/* X-Small devices (portrait phones, less than 576px)
  No media query for `xs` since this is the default in Bootstrap */
@media (max-width: 575.98px) {
  .navbar-wrapper .navbar .nav-item + .nav-item {
    margin-left: 0;
    margin-top: 10px;
  }

  .navbar-wrapper .navbar .nav-link {
    display: inline-block;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .navbar-wrapper .navbar .nav-item + .nav-item {
    margin-left: 0;
    margin-top: 10px;
  }

  .navbar-wrapper .navbar .nav-link {
    display: inline-block;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .navbar-wrapper .navbar .nav-item + .nav-item {
    margin-left: 0;
    margin-top: 10px;
  }

  .navbar-wrapper .navbar .nav-link {
    display: inline-block;
  }
}

/*****************************   main row wrapper *********************************/

/*****************************  all restaurants wrapper *********************************/

.all-restaurants-wrapper .heading {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #1c1c80;
}

.all-restaurants-wrapper .restaurant-list-btn {
  background: #ffffff;
  box-shadow: 6px 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  display: block;
  width: 100%;
  margin-bottom: 15px;
}

.all-restaurants-wrapper .r-card {
  border: 1px solid #cdcdcd;
  border-radius: 12px;
  box-shadow: 0px 10px 50px rgba(28, 28, 128, 0.2);
  overflow: hidden;
}


.all-restaurants-wrapper .r-card .card-img {
  height: 100%;
}

.all-restaurants-wrapper .r-card .card-body {
  padding: 8px 8px 8px 8px;
  position: relative;
}

.all-restaurants-wrapper .r-card:has(.promoted-tag) .card-body{
  padding: 30px 8px 8px 8px;

}


.all-restaurants-wrapper .r-card .promoted-tag {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #ffffff;
  background: #1abc9c;
  border-radius: 5px;
  padding: 3px 5px;
  position: absolute;
  top: 5px;
  right: 5px;
}

.all-restaurants-wrapper .r-card .card-title {
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  color: #373737;
}

.all-restaurants-wrapper .r-card .card-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #373737;
  margin-bottom: 0.5rem;
}

.all-restaurants-wrapper .r-card .updated-at {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #838383;
  margin-bottom: 0;
}

/*****************************  data-col *********************************/
.data-col .heading {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #1c1c80;
}

/*****************************  detail card row *********************************/

.detail-card-row {
  background: #ffffff;
  box-shadow: 0px 10px 50px rgba(28, 28, 128, 0.2);
  border-radius: 12px;
  overflow: hidden;
}

.detail-card-row .d-card {
  border: 0;
}

.detail-card-row .d-card .card-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #1c1c80;
}

.detail-card-row .d-card .card-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 1rem;
}

.detail-card-row .d-card .card-text-1 {
  color: #838383;
}

.detail-card-row .d-card .card-text-2 {
  color: #1abc9c;
}

.detail-card-row .d-card .card-text-3 {
  text-decoration-line: underline;
  color: #3a7bd5;
}

.detail-card-row .location-wrapper iframe {
  height: 100%;
  width: 100%;
}

/*****************************  instagram images wrapper *********************************/

.instagram-images-wrapper .heading {
  display: flex;
  justify-content: space-between;
}

.instagram-images-wrapper .heading span {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #1c1c80;
}

.instagram-images-wrapper .heading .action-btn .btn {
  border: 1px solid rgba(28, 28, 128, 0.2);
  box-shadow: 0px 10px 50px rgba(28, 28, 128, 0.2);
  border-radius: 8px;
}

/*****************************  food menu wrapper *********************************/

.food-menu-wrapper .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #1c1c80;
}

.food-menu-wrapper .item-found {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #838383;
}

.food-menu-wrapper .filter-btn .dropdown-toggle {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #838383;

  border: 1px solid rgba(28, 28, 128, 0.2);
  box-shadow: 0px 10px 50px rgba(28, 28, 128, 0.2);
  border-radius: 8px;
}

.food-menu-wrapper .filter-btn .dropdown-toggle::after {
  content: initial;
}

.food-menu-wrapper .food-item-card {
  box-shadow: 0px 10px 50px rgba(28, 28, 128, 0.2);
  border-radius: 22px;
  overflow: hidden;
  height: 100%;
}

.food-menu-wrapper .food-item-card .card-body {
  position: relative;
}

.food-menu-wrapper .food-item-card .card-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #1c1c80;
}

.food-menu-wrapper .food-item-card .card-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #838383;
}

.food-menu-wrapper .food-item-card .price-tag {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: right;
  color: #1abc9c;

  position: absolute;
  right: 10px;
  bottom: 5px;
  padding: 0;
}

.food-menu-wrapper .recent-review-count {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #838383;
  text-align: end;
  margin-top: 10px;
}

/*****************************  near by restaurants wrapper *********************************/

.near-by-restaurants-wrapper .heading {
  display: flex;
  justify-content: space-between;
}

.near-by-restaurants-wrapper .heading span {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #1c1c80;
}

.near-by-restaurants-wrapper .heading .action-btn .btn {
  border: 1px solid rgba(28, 28, 128, 0.2);
  box-shadow: 0px 10px 50px rgba(28, 28, 128, 0.2);
  border-radius: 8px;
}

.near-by-restaurants-wrapper .card {
  box-shadow: 0px 10px 50px rgba(28, 28, 128, 0.2);
  border-radius: 22px;
}

.near-by-restaurants-wrapper .card .card-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #373737;
}

.near-by-restaurants-wrapper .card .card-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #838383;
}

/*****************************  popular food wrapper *********************************/

.popular-food-wrapper .heading {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #1c1c80;
}

.popular-food-wrapper p {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}

.popular-food-wrapper .view-restaurant-btn {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;

  display: inline-block;
  margin-top: 20px;

  background: #1c1c80;
  box-shadow: 6px 6px 20px rgba(28, 28, 128, 0.4);
  border-radius: 8px;
}

.popular-food-wrapper .img-side {
  position: relative;
}

.popular-food-wrapper .img-side img {
  width: 100%;
}

.popular-food-wrapper .img-side .svg-img {
  position: absolute;
  right: -55%;
  z-index: -1;
  bottom: -10%;
}

.popular-food-wrapper .pagination-wrapper .page-link {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #838383;
  border: 0;
  background-color: #ffffff;
  box-shadow: initial;
}

.popular-food-wrapper .pagination-wrapper .prev-btn,
.popular-food-wrapper .pagination-wrapper .next-btn {
  border: 1px solid rgba(28, 28, 128, 0.2);
  border-radius: 8px;
}

/* X-Small devices (portrait phones, less than 576px)
  No media query for `xs` since this is the default in Bootstrap */
@media (max-width: 575.98px) {
  .popular-food-wrapper .img-side .svg-img {
    width: 302px;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .popular-food-wrapper .img-side .svg-img {
    width: 395px;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .popular-food-wrapper .img-side .svg-img {
    width: 520px;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
}

/*
     FILE ARCHIVED ON 20:09:32 Feb 26, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 19:31:23 May 15, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 0.455
  load_resource: 53.05 (2)
  PetaboxLoader3.datanode: 45.903 (2)
*/