
/* banner start */
.banner {
  position: relative;
}

.banner-video {
  width: 100%;
  height: 100%;
}

.banner-center {
  width: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.banner-center h1 {
  font-family: 'bebas-neue', sans-serif;
  color: white;
  margin: 0;
  font-size: 150px !important;
  line-height: .5em;
}

.banner-center h2 {
  font-family: 'flood-std', sans-serif;
  color: #ffcd02;
  margin: 0;
  font-size: 150px !important;
}

/* banner end */

/* work start */
.work-wrapper {
  display: grid;
  grid-template-columns: 40% 60%;
  text-align: center;
  margin-top: 50px;
}

.work-wrapper .left-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 10px;
  padding: 0 12%;
}

.work-wrapper .left-wrapper img {
  width: 80%;
}

.work-wrapper .left-wrapper h1 {
  font-size: 2em;
}

.work-wrapper .left-wrapper h2 {
  font-size: 1.5em;
}

.work-wrapper .left-wrapper h1,
.work-wrapper .left-wrapper h2,
.work-wrapper .left-wrapper p {
  color: white !important;
  margin: 0;
  margin-bottom: 20px;
}

.work-wrapper .left-wrapper p {
  font-size: 16px;
  font-family: Avantn, sans-serif;
}

.work-wrapper .left-wrapper .button-wrapper {
  width: 100%;
  text-align: left;
}

.work-wrapper .left-wrapper button {
  background-color: #EE3F27;
  color: #fff;
  padding: 10px 20px;
  border: none;
  font-family: flood-std, sans-serif;
  margin-right: 20px;
}

.work-wrapper .right-wrapper img {
  width: 100%;
}

.carousel {
  position: relative;
  overflow: hidden;
}

.slides {
  display: flex;
  width: 100%;
  transition: transform 0.5s ease-in-out;
}

.slide {
  width: 100%;
  flex: 1 0 100%;
}

.slide img {
  object-fit: cover;
  height: 900px;
}

.buttons {
  position: absolute;
  top: 50%;
  width: 97%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}

.buttons button {
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
}

/* work end */

/* menu start */
.work-wrapper,
.menu {
  background-color: #000;
}

.menu {
  margin-top: 50px;
  padding-bottom: 130px;
  /* box-shadow: 0px 0px 100px 100px #000; */
}

.menu h2,
.menu h3 {
  margin: 15px 0;
  color: white !important;
}

.menu .card-wrapper {
  width: 100%;
  display: flex;
  gap: 20px;
}

.menu .card {
  flex: 1;
  background: #EE3F27;
  color: white;
  padding: 20px;
  border-radius: 25px;
  text-align: center;
}

.menu .card h2 {
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: bold;
}

.menu .card h3 {
  font-size: 18px;
  margin: 10px 0;
}

.menu .card p {
  font-size: 14px;
  line-height: 15px;
  margin: 15px 0;
}

.menu .card img {
  width: 60px;
}

.menu .show {
  margin-top: 60px;
  text-align: center;
}

.menu .carousel {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.menu .carousel img {
  width: 100%;
}

.menu .carousel-track {
  display: flex;
  transition: transform 0.3s ease-in-out;
}

.menu .carousel-item {
  min-width: 300px;
  height: 375px;
  background-color: lightgray;
  text-align: center;
  line-height: 100px;
  font-size: 20px;
}
.menu .carousel-item img {
  height: 100%;
}

.menu .carousel-controls {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}

.menu .btn {
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  cursor: pointer;
  padding: 5px;
}

.menu .indicators {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.menu .indicator {
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 50%;
  background-color: white;
  cursor: pointer;
}

.menu .active {
  background-color: #EE3F27;
}

/* menu end */

/* japanese-food start */
.japanese-food {
  display: grid;
  grid-template-columns: 40% 60%;
  align-items: center;
  position: relative;
}

.japanese-food .title-img {
  width: 130px;
}

.japanese-food .left-wrapper {
  text-align: center;
  padding: 10px;
}

.japanese-food .left-wrapper .shadow {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  /* box-shadow: 0px 0px 100px 100px #000; */
}


.japanese-food .shadow2 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.japanese-food .left-wrapper .button-wrapper {
  margin-top: 20px;
}

.japanese-food h1 {
  font-size: 6em;
}

.japanese-food .carousel-container {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.japanese-food .card-wrapper {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.japanese-food .card {
  min-width: 100%;
  padding: 10px 0;
  text-align: center;
}

.japanese-food .card h1 {
  display: inline-block;
  font-size: 1.3em;
  padding-bottom: 20px;
}

.japanese-food .card h1:first-of-type {
  border-bottom: 1px solid #ee3e278f;
}

.japanese-food .card img {
  display: block;
  width: 200px;
  height: 200px;
  margin: 0 auto;
  border: 3px solid #EE3F27;
  border-radius: 50%;
}

/* 轮播按钮 */
.japanese-food  .carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  cursor: pointer;
  padding: 10px;
  font-size: 18px;
  border-radius: 50%;
}

.japanese-food  .prev {
  left: 10px;
}

.japanese-food  .next {
  right: 10px;
}

.japanese-food .right-wrapper {
  position: relative;
  overflow: hidden;
}
.video-carousel {
  display: flex;
  transition: transform 0.5s ease-in-out;
}
.video-carousel video {
  width: 100%;
  height: 800px;
  background-color: transparent;
  flex-shrink: 0;
}
.video-controls {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}
.video-controls button {
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
}
/* japanese-food end */

/* gallery start */
.gallery h1 {
  margin-top: 50px;
  padding-right: 50px;
  font-size: 6em;
  text-align: right;
}
.gallery .img-wrapper{
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.gallery .img-wrapper div {
  padding: 10px;
}
.gallery img {
  width: 100%;
}

/* gallery end */
/* location start */
.location  {
  margin: 100px 0;
  text-align: center;
}
.location .card-wrapper {
  width: 90%;
  margin: 0 auto;
  display: flex;

}
.location .card {
  padding: 0 10px;
  flex: 1;
}
.location img {
  width: 100%;
}
.location .btn {
  height: 55px;
  padding-top: 10px!important;
  padding-bottom: 10px!important;
  font-size: .8em!important;
}
.location .btn-border {
  border: 1px solid #EE3F27!important;
  background-color: transparent!important;
  color: #EE3F27;
}
.location .btn-border:hover {
  background-color: #EE3F27!important;
  color: white!important;
}
/* location end */



@media screen and (max-width: 767px) {
  .work-wrapper .slide img {
    height: 296px!important;
  }
.work-wrapper .left-wrapper {
  padding: 0;
}
  .japanese-food .left-wrapper h1:last-of-type,
  .japanese-food .card h1:first-of-type,
  .japanese-food h1,
  .banner-center h1 {
    font-size: 38px !important;
  line-height: .6em;
  }

  .banner-center h1 {
font-size: 60px!important;
}
  
  .banner-center h2 {
    font-size: 60px !important;
  }
  .japanese-food,
  .work-wrapper {
    grid-template-columns: 100%; /* 让子元素占满整行 */
    grid-template-rows: auto auto; /* 每行高度自适应 */
  }
  .work-wrapper .button-wrapper {
display: flex;
justify-content: center;
height: 42px;
margin-bottom: 30px;
white-space: nowrap;
  }
  .menu {
    padding-bottom: 30px;
  }

  .menu .card-wrapper{
    flex-direction: column;
  }
  .menu .carousel {
    width: 100%;
  }
  .menu .carousel-item {
    min-width: 100%;
  }

  .gallery .img-wrapper,
  .japanese-food .left-wrapper h1:last-of-type
   {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .japanese-food .left-wrapper h1:last-of-type img {
    margin-top: 30px;
  }

  .japanese-food .card h1:first-of-type {
    margin-top: 0;
    padding: 0 30px 30px;
    font-size: 30px!important;
    line-height: 1.2em;
  }
  .japanese-food .left-wrapper .button-wrapper {
    margin-top: 0;
  }

  .video-carousel video {
    margin-top: 30px;
    height: 500px;
  }

  .location h1,
  .gallery h1 {
    margin-top: 20px;
    font-size: 36px;
  }

  .gallery .img-wrapper {
    width: 100%;
    margin: 0;
  }
  .gallery .img-wrapper > div {
    padding:0;
  }
  .gallery .img-wrapper img {
    display: block;
  }

  
  .location .card-wrapper {
    width: 100%;
    flex-direction: column;
  }

  .location .card-wrapper .card{
    margin-bottom: 20px;
    padding: 0;
  }

  .location .card-wrapper .card p{
    padding: 0 10px;
  }

  .location button {
    margin-right: 0;
  }
}