
#Menu_Hot_Section,
#Menu_Banner_Section {
  min-height: auto;
}

#Menu_Hot_Section ._container {
  /* max-width: 1400px; */
  width: 100%;
  padding: 0 60px 24px;
  background: var(--bg-color1);
}

.menu-hot-static-banner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

.menu-hot-static-banner .menu-hot-banner-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
}
.slide-container {
  margin: 0 30px 30px 30px;
  overflow: hidden;
}

#Menu_Hot_Section.menu-hot-centered .slide-container {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

#Menu_Hot_Section.menu-hot-centered .swiper-slide {
  width: min(280px, 42vw);
}

#Menu_Hot_Section.menu-hot-items-1 .swiper-slide:not(.last-slide) {
  width: min(300px, 80vw);
}
.card {
  background: #fff;
  border-radius: 15px;
  border: 2px solid black;
}
.card .image-box img {
  width: 100%;
  border-radius: 15px 15px 0 0;
  aspect-ratio: 1 / 1;
}
.card .profile-details {
  display: flex;
  align-items: center;
  column-gap: 12px;
  padding: 15px;
}
.card .profile-details img {
  height: 40px;
  width: 40px;
  border-radius: 50%;
}
.profile-details .name-job {
  height: 9vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  justify-content: center;
}
.profile-details .name {
  font-size: 30px;
  font-weight: 200;
  color: #000;
  text-align: center;
}
.profile-details .job {
  font-size: 12px;
  font-weight: 500;
  color: var(--title1);
  display: none;
}
.swiper-navBtn {
  color: #000;
  height: 50px;
  width: 50px;
  transform: translateY(-40%);
  background: #fff;
  border-radius: 50%;
}
.swiper-navBtn::before,
.swiper-navBtn::after {
  font-size: 24px;
}
.swiper-pagination-bullet {
  background-color: #333;
}
.swiper-slide.last-slide {
  background-color: var(--param1);
  transition: 0.3s;
  transform-origin: 0 50%;
}
.swiper-slide.last-slide:hover {
  background-color: var(--param2);
}
.swiper-slide.last-slide:hover h2 {
  color: var(--param1);
}
.card .image-box {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .swiper-navBtn {
    display: none;
  }
  ._container {
    padding: 50px 0px;
  }
  .menu-hot-static-banner {
    padding: 0 12px 36px;
  }
}
@media screen and (max-width: 899px) {
  .card .image-box {
    min-height: auto;
  }
}