* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

p {
  margin: 0;
  padding: 0;
}

body {
  background-color: #eee;
  padding-top: 0;
  display: flex;
  justify-content: center;
}

.app {
  width: 450px;
  border-radius: 0;
  overflow: hidden;
  height: 100vh;
  overflow-y: scroll;
url(
  http: //127.0.0.1:8000/website/assets/img/bg.png);
url(
  http: //127.0.0.1:8000/website/assets/img/bg.png);
url(
  http: //127.0.0.1:8000/website/assets/img/bg.png);
url(
  http: //127.0.0.1:8000/website/assets/img/bg.png);
url(
  http: //127.0.0.1:8000/website/assets/img/bg.png);
url(
  http: //127.0.0.1:8000/website/assets/img/bg.png);
url(
  http: //127.0.0.1:8000/website/assets/img/bg.png);
url(
  http: //127.0.0.1:8000/website/assets/img/bg.png);
url(
  http: //127.0.0.1:8000/website/assets/img/bg.png);
url(
  http: //127.0.0.1:8000/website/assets/img/bg.png);
url(
  http: //127.0.0.1:8000/website/assets/img/bg.png);
}

.app::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.app {
  scrollbar-width: none;
}

.app {
  -ms-overflow-style: none; /* Hide scrollbar in IE and Edge */
}

.header {
  background: #ffffff1a;
  background-repeat: no-repeat;
  background-size: cover;
  height: 95vh;
  border-radius: 20px;
}

.header__navs {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  direction: ltr;
  margin-bottom: 20px;
}

.main-btn {
  display: block;
  background-color: #ffffff;
  padding: 1rem 2rem;
  border-radius: 5px;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
  position: relative;
  border: 3px solid #d53c3e;
}

.main-btn:hover {
  background-color: white;
}

.main-btn a {
  color: #d53c3e;
  position: relative;
  text-decoration: none;
}

.main-btn:hover a {
  color: black;
}

.main-btn:hover a i {
  transform: translateX(-10px);
}

.header .more .secound-arrow {
  display: none;
}

.header .more span i {
  transition: all 0.4s ease-in-out;
}

.header .more:hover span i {
  transform: translateY(10px);
}

.header .more:hover span .secound-arrow {
  transform: translateY(-2px);
  display: block;
}

/* Start Map  */
.map .map__iframe {
  margin: 1.5rem;
  border-radius: 15px;
  overflow: hidden;
}

.working__hours .main-btn {
  border: 1px solid black;
}

/* Start filter  */
/* .filter .filter__list {
  display: flex;
  overflow-x: scroll;
}
.filter .filter__list li {
  background-color: #893620;
  color: white;
  padding: 0.5rem 1rem;
  white-space: nowrap;
} */
snap-tabs {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  margin-top: 20px;
}

.scroll-snap-x {
  overflow: auto hidden;
}

nav {
  display: flex;
}
nav span {
  scroll-snap-align: start;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  padding: 0.5rem 1rem;
  background-color: white;
  margin-inline: 0.25rem;
  color: black;
  font-weight: 600;
  border-radius: 8px;
  margin-bottom: 0.5rem;
  box-shadow: 0 8px 12px #0000000a;
  cursor: pointer;
}
nav span.active {
  background-color: #e94822;
  color: white;
}

.menu__content > div:not(:first-child) {
  display: none;
}

.menu__content {
  box-shadow: 0 12px 17px 0 #0000000d;
  border-radius: 18px;
}

.meal__card {
  display: flex;
  margin: 0.5rem 0.25rem;
}
.meal__card img {
  width: 105px;
  height: 99px;
  border-radius: 25px;
}
.meal__card .meal__content {
  width: 100%;
  padding: 1rem 0.5rem;
}
.meal__card .meal__dec {
  color: #9c9c9c;
  font-size: 11px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.meal__card .meal__calories {
  font-size: 11px;
  color: #23282e;
  text-align: end;
}

.menu__type ul li:not(:last-child) {
  border-bottom: 0.5px solid #d4d6e8;
}

.hours {
  background-color: white;
  margin-top: -3rem;
  border-radius: 36px 36px 0 0;
}

.hours__list {
  padding: 0 1rem;
  color: #3d4c70;
}
.hours__list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 1rem;
}

.hours__list li:not(:last-child) {
  border-bottom: 0.5px solid #d4d6e8;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track {
  border-radius: 5px;
}

::-webkit-scrollbar-thumb {
  background: red;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: #b30000;
}

.social__media__links{
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}

.social__media__li {
  margin: 7px 0;
  border-radius: 10px;
  width: 100%;
}

.social__media__li div {
  background: #ffffff;
  text-align: center;
  border-radius: 5px;
  padding: 8px;
}

.social__media__li div a{
  text-align: center;
  text-decoration: none;
  color: #1c2242;
  font-weight: bold;
}
