.loop {
  position: absolute;
  height: 820px;
  width: 100vw;
}
.loop .swiper-container {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.loop .swiper-wrapper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.loop .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.back-top {
  z-index: 999999999999;
  position: fixed;
  right: 50px;
  bottom: 100px;
  width: 40px;
  height: 40px;
  background-color: rgb(0, 0, 0);
  text-align: center;
  line-height: 40px;
  transform: rotate(90deg);
}
.back-top .layui-icon {
  font-size: 26px;
  color: white;
}

html {
  overflow-x: hidden;
}

@media screen and (max-width: 768px) {
  .loop-top .loop-top-content {
    padding: 0 20px;
  }
  .loop-top .loop-top-content h1 {
    font-size: 43px;
  }
  .loop-top .loop-top-content p {
    font-size: 18px;
  }
  body {
    overflow-x: hidden;
  }
  body .title h2 {
    font-size: 36px;
  }
  body .about-us {
    width: 100vw;
    overflow: hidden;
    height: auto;
  }
  body .about-us .about-us-content {
    flex-direction: column;
    height: auto;
  }
  body .about-us .about-us-content > div h3 {
    font-size: 32px;
    padding: 20px 80px 20px 0;
    line-height: 38px;
  }
  body .about-us .about-us-content .about-okey {
    width: auto;
    padding: 0 30px 0;
  }
  body .about-us .about-us-content .about-img img {
    width: 330px;
    height: 400px;
  }
  body .about-us .about-us-content .our-vision {
    width: auto;
    padding: 30px;
  }
  body .service-list {
    width: 100vw;
  }
  body .service-list ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  body .sunday .sunday-content {
    width: 100vw;
  }
  body .sunday .sunday-title {
    justify-content: initial;
    padding: 60px 0 30px 20px;
  }
  body .sunday .sunday-title h3 {
    font-size: 70px;
  }
  body .sunday .sunday-info {
    text-align: left;
    padding-left: 20px;
  }
  body .sunday .sunday-info p {
    font-size: 25px;
  }
  body .sunday .sunday-info h4 {
    font-size: 40px;
  }
  body .sunday .sunday-up {
    display: flex;
    justify-content: center;
  }
  body .sunday .sunday-up form {
    width: 90%;
  }
  body .menu-list-body {
    width: auto;
  }
  body .menu-list-body .menu-list-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  body .menu-list-body .menu-list-container ul li {
    width: 90%;
    padding: 10px 20px;
  }
  body .menu-list-body .menu-list-container ul li .good-info h4, body .menu-list-body .menu-list-container ul li .good-info .price {
    font-size: 24px;
  }
  body .menu-list-body .menu-list-container ul li .good-img {
    width: 100px;
    height: 100px;
  }
  body .menu-list-body .menu-list-container ul li .good-img img {
    width: 100%;
    height: 100%;
  }
  body .reservation {
    height: auto;
  }
  body .reservation .reservation-bg {
    height: 1060px;
    background-repeat: repeat-y;
  }
  body .reservation .reservation-container {
    padding: 0;
  }
  body .reservation .reservation-main {
    position: relative;
    width: 100vw;
    flex-direction: column;
  }
  body .reservation .reservation-main .reservation-main-left {
    gap: 10px;
    width: 100%;
    height: 470px;
    padding: 10px;
  }
  body .reservation .reservation-main .reservation-main-left .reservation-title h3 {
    font-size: 70px;
  }
  body .reservation .reservation-main .reservation-main-right {
    position: relative;
    width: 100vw;
  }
  body .reservation .reservation-main .reservation-main-right .main-title {
    font-size: 35px;
  }
  body .reservation .reservation-main .reservation-main-right .reservation-main-right-content {
    width: 94%;
    margin-left: 3%;
  }
  body .testimonial .testimonial-container {
    width: 100vw;
    height: initial;
  }
  body .contact-container {
    width: auto;
  }
  body .contact-container ul {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  body .contact .map {
    width: auto;
    flex-direction: column;
    height: auto;
  }
  body .contact .map .map-input form {
    padding: 0 15px;
    gap: 10px;
  }
  body .pages .pages-container h2 {
    font-size: 50px;
    line-height: 60px;
  }
  body .page-class .menu-list-body .menu-list-container ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  body .page-class .menu-list-body .menu-list-container ul li .good-img {
    width: 110px;
    height: 110px;
  }
}
body {
  width: 100vw;
  height: 100%;
  overflow-x: hidden;
}

.back-white {
  width: 100%;
  background: #fff;
}

.loop-top {
  position: relative;
  z-index: 11111111;
  width: 100vw;
  height: 820px;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
}
.loop-top .loop-top-content {
  width: 1140px;
  margin: 0 auto;
}
.loop-top h1 {
  font-size: 86px;
  color: white;
  font-family: "Adamina", Sans-serif, serif;
  font-size: 600;
}
.loop-top p {
  color: #FFF;
  margin-top: 30px;
  font-family: "Rosario", Sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
.loop-top .loop-top-btn {
  margin-top: 20px;
  display: inline-block;
  width: 190px;
  height: 56px;
  border-radius: 28px;
  background-color: white;
  color: #5A3114;
  font-size: 18px;
  line-height: 56px;
  text-align: center;
  transition: all 0.3s ease;
}
.loop-top .loop-top-btn:hover {
  background-color: #5A3114;
  color: white;
}

.background-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: url("/static/images/background-scaled.jpg") repeat-y center top;
  z-index: -1;
  pointer-events: none;
}

.title h2 {
  text-align: center;
  font-size: 45px;
  font-weight: 700;
  color: #5A3114;
}
.title h2:first-child {
  font-family: "Pacifico", Sans-serif;
}
.title h2:last-child {
  font-family: "Adamina", Sans-serif;
}

.about-us {
  height: 950px;
  width: 1140px;
  margin: 0 auto 0;
  padding-top: 80px;
}
.about-us .about-us-content {
  height: 730px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-top: 50px;
}
.about-us .about-us-content .about-img img {
  width: 380px;
  height: 490px;
}
.about-us .about-us-content .about-okey {
  width: 295px;
  padding: 0 15px 0;
}
.about-us .about-us-content .about-okey .about-btn {
  margin-top: 20px;
}
.about-us .about-us-content .our-vision {
  width: 390px;
  padding: 15px;
  gap: 12px;
}
.about-us .about-us-content .our-vision h3 {
  margin-top: 10px;
}
.about-us .about-us-content .our-vision .detail {
  font-family: "Roboto", Sans-serif;
  font-size: 22px;
  font-weight: 400;
  display: flex;
  flex-direction: column;
}
.about-us .about-us-content .our-vision .detail li {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #e5e5e5;
  gap: 8px;
  color: #333;
}
.about-us .about-us-content .our-vision .detail li .e-font-icon-svg.e-fas-check {
  width: 20px;
  fill: #5A3114;
  transition: fill 0.3s;
}
.about-us .about-us-content .our-vision p {
  padding: 0.25rem;
  line-height: 28px;
}
.about-us .about-us-content > div {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 45px;
  font-weight: 700;
  color: #5A3114;
}
.about-us .about-us-content > div .about-btn .about-btn-item {
  height: 56px;
  border: 2px solid #5A3114;
  color: white;
  background-color: #5A3114;
  border-radius: 28px;
  padding: 20px 40px;
  text-align: center;
  line-height: 56px;
  font-size: 15px;
  transition: all 0.3s ease;
}
.about-us .about-us-content > div .about-btn .about-btn-item:hover {
  background-color: white;
  color: #5A3114;
}
.about-us .about-us-content > div h3 {
  font-family: "Adamina", Sans-serif;
  font-size: 45px;
  padding: 0 20px 0 0;
}
.about-us .about-us-content > div > p {
  font-family: "Roboto", Sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #666;
  line-height: 22px;
}

.service {
  padding-top: 80px;
  padding-bottom: 80px;
}

.service-list {
  width: 1120px;
  margin: 50px auto 0;
}
.service-list ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px 15px;
}
.service-list ul li {
  box-sizing: content-box;
  width: 350px;
  height: 300px;
  border: 1px solid #e5e5e5;
  padding: 10px;
  transition: all 0.3s ease;
}
.service-list ul li:hover {
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.5);
}
.service-list ul li > div {
  margin: 40px 20px 20px;
}
.service-list ul li > div .icon-list {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  margin: 0 auto;
  background-color: #5A3114;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service-list ul li > div .icon-list .icon {
  font-size: 50px;
  color: white;
}
.service-list ul li > div .icon-list svg {
  width: 40px;
  fill: white;
}
.service-list ul li > div .text {
  text-align: center;
  margin-top: 20px;
}
.service-list ul li > div .text span {
  font-family: "Roboto", Sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #5A3114;
}
.service-list ul li > div .text p {
  color: #000;
  font-family: "Roboto", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-top: 20px;
}

.menu-list-body {
  margin: 0 auto 0;
  padding-top: 80px;
  padding-bottom: 80px;
  width: 1120px;
  display: flex;
  flex-direction: column;
}
.menu-list-body .menu-list-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  margin-top: 50px;
}
.menu-list-body .menu-list-item {
  width: 100%;
  border-radius: 30px;
}
.menu-list-body .menu-list-item:nth-child(odd) {
  border-right: 1px solid #e5e5e5;
}
.menu-list-body .menu-list-item:nth-child(even) {
  border-left: 1px solid #e5e5e5;
}
.menu-list-body .menu-list-item .menu-list-item-title {
  padding: 20px;
  margin-bottom: 20px;
}
.menu-list-body .menu-list-item .menu-list-item-title h3 {
  font-family: "Adamina", Sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #5A3114;
}
.menu-list-body .menu-list-item ul {
  display: flex;
  flex-direction: column;
}
.menu-list-body .menu-list-item ul li {
  box-sizing: content-box;
  width: 520px;
  height: 120px;
  border-bottom: 1px solid #E5E5E5;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.menu-list-body .menu-list-item ul li:last-child {
  border-bottom: none;
}
.menu-list-body .menu-list-item ul li:hover .good-img {
  border-radius: 120px;
}
.menu-list-body .menu-list-item ul li .good-img {
  width: 120px;
  transition: all 0.3s;
  height: 120px;
  overflow: hidden;
  border: 1px solid #5A3114;
}
.menu-list-body .menu-list-item ul li .good-img img {
  width: 120px;
  height: 120px;
}
.menu-list-body .menu-list-item ul li .good-info {
  flex: 1;
}
.menu-list-body .menu-list-item ul li .good-info .good-name {
  color: #5A3114;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed #5A3114;
}
.menu-list-body .menu-list-item ul li .good-info h4 {
  font-size: 30px;
}
.menu-list-body .menu-list-item ul li .good-info .price {
  font-style: italic;
  font-size: 30px;
  font-weight: 700;
}
.menu-list-body .menu-list-item ul li .good-info .summary {
  margin-top: 8px;
  color: #5A3114;
}
.menu-list-body .menu-list-item ul li .good-info .good-detail {
  color: #333;
  padding: 10px 15px 0 0;
  min-height: 60px;
}

.sunday {
  height: 550px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.sunday .sunday-content {
  width: 1120px;
  margin: 0 auto;
}
.sunday .sunday-title {
  display: flex;
  justify-content: center;
  padding: 60px 0 30px 0;
}
.sunday .sunday-title h3 {
  text-align: left;
  color: #FBFBFB;
  font-size: 85px;
  font-weight: 600;
  font-family: "Roboto", Sans-serif;
}
.sunday .sunday-title h3:first-child {
  text-align: right;
  color: rgba(254, 254, 254, 0.1294117647);
  text-transform: uppercase;
  -webkit-text-stroke-width: 2px;
  stroke-width: 2px;
  -webkit-text-stroke-color: #FFFFFF;
  stroke: #FFFFFF;
}
.sunday .sunday-info {
  text-align: center;
}
.sunday .sunday-info h4 {
  color: #FFFFFF;
  font-family: "Roboto", Sans-serif;
  font-size: 60px;
  font-weight: 600;
}
.sunday .sunday-info p {
  color: #FFFFFF;
  font-family: "Roboto", Sans-serif;
  font-size: 35px;
  font-weight: 500;
}
.sunday .sunday-up {
  margin-top: 40px;
}
.sunday .sunday-up form {
  display: flex;
  justify-content: center;
}
.sunday .sunday-up form .email-input {
  width: 310px;
  height: 60px;
  border-color: #5A3114 !important;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.sunday .sunday-up form .sign-in {
  width: 150px;
  height: 60px;
  background-color: #5A3114 !important;
  outline: none !important;
  border-color: #5A3114 !important;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.reservation {
  position: relative;
  height: 590px;
}
.reservation .reservation-bg {
  position: absolute;
  height: 590px;
  width: 100%;
  top: 0;
  left: 0;
  background: url("/static/images/unsplash-scaled.jpg") no-repeat;
}
.reservation .reservation-container {
  position: relative;
  z-index: 111;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 10px;
}
.reservation .reservation-main {
  display: flex;
  justify-content: center;
  gap: 20px;
  width: 1140px;
  height: 100%;
  margin: 0 auto;
}
.reservation .reservation-main .reservation-main-left {
  width: 50%;
  height: 100%;
  text-align: left;
  display: flex;
  align-items: center;
}
.reservation .reservation-main .reservation-main-left .reservation-title {
  display: flex;
  margin-bottom: 30px;
}
.reservation .reservation-main .reservation-main-left .reservation-title h3 {
  color: #FBFBFB;
  font-size: 85px;
  font-weight: 600;
  font-family: "Roboto", Sans-serif;
}
.reservation .reservation-main .reservation-main-left .reservation-title h3:first-child {
  color: rgba(254, 254, 254, 0.1294117647);
  text-transform: uppercase;
  -webkit-text-stroke-width: 2px;
  stroke-width: 2px;
  -webkit-text-stroke-color: #FFFFFF;
  stroke: #FFFFFF;
}
.reservation .reservation-main .reservation-main-left .text-1 {
  color: #FFFFFF;
  font-family: "Adamina", Sans-serif;
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 20px;
}
.reservation .reservation-main .reservation-main-left .text-2 {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.reservation .reservation-main .reservation-main-right {
  box-sizing: border-box;
  width: 50%;
  height: 100%;
}
.reservation .reservation-main .reservation-main-right .reservation-main-right-content {
  width: 100%;
  height: 100%;
  padding: 15px;
  border-radius: 10px;
  background-color: #5A3114;
}
.reservation .reservation-main .reservation-main-right .main-title {
  color: #FFFFFF;
  font-family: "Adamina", Sans-serif;
  font-size: 45px;
  text-align: center;
  padding: 20px;
}
.reservation .reservation-main .reservation-main-right .main-form .form-group input, .reservation .reservation-main .reservation-main-right .main-form .form-group select {
  height: 60px;
}

.testimonial {
  padding-top: 80px;
  padding-bottom: 80px;
  width: 100%;
}
.testimonial .testimonial-container {
  position: relative;
  height: 250px;
  width: 1060px;
  background-color: rgba(231, 227, 227, 0.4392156863);
  margin: 40px auto 0;
  overflow: hidden;
}
.testimonial .human {
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.testimonial .human .human-info {
  height: 60%;
  display: flex;
  gap: 30px;
  align-items: center;
  margin-left: 40px;
}
.testimonial .human .human-info .header-img {
  width: 106px;
  height: 106px;
  border: 1px solid #5A3114;
  overflow: hidden;
}
.testimonial .human .human-info .header-img img {
  width: 100%;
}
.testimonial .human .human-info .name {
  display: flex;
  flex-direction: column;
  line-height: 32px;
}
.testimonial .human .human-info .name span:first-child {
  font-size: 20px;
  font-weight: bold;
  color: #5A3114;
}
.testimonial .human .human-info .name span:last-child {
  font-size: 16px;
  color: #5A3114;
}
.testimonial .pj {
  width: 100%;
  margin-top: 20px;
  padding: 20px 15px;
  background-color: #f9fafa;
  font-style: italic;
  color: #000000;
  font-family: "Roboto", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 16px !important;
}

.swiper-button-next, .swiper-button-prev {
  color: #5A3114 !important;
}

.contact-container {
  width: 1120px;
  margin: 0 auto 50px;
}
.contact-container ul {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
.contact-container ul li {
  width: 350px;
  height: 280px;
  background-color: rgba(217, 217, 217, 0.1098039216);
  padding: 36px 20px 26px;
  text-align: center;
}
.contact-container ul li .icon {
  font-size: 50px;
  color: #5A3114;
  margin-bottom: 15px;
}
.contact-container ul li .contact-title {
  font-family: "Roboto", Sans-serif;
  font-size: 33px;
  font-weight: 600;
  margin-bottom: 10px;
}
.contact-container ul li .text {
  color: #000000;
  font-family: "Roboto", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  word-break: break-all;
}

.contact {
  padding-bottom: 80px;
}
.contact .map {
  margin: 0 auto;
  height: 540px;
  width: 1120px;
  display: flex;
  gap: 20px;
  padding: 0 0 10px 0;
}
.contact .map > div {
  flex: 1;
}
.contact .map .map-input form {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contact .map .map-input form .form-group {
  margin-bottom: 0 !important;
}
.contact .map .map-input form input {
  height: 72px;
  border: 1px solid #5A3114;
}
.contact .map .map-input form textarea {
  height: 130px;
  border: 1px solid #5A3114;
}
.contact .map .map-input form #map-submit {
  background-color: #5A3114;
  width: 50%;
  color: white;
  transition: all 0.3s ease;
}
.contact .map .map-input form #map-submit:hover {
  transform: scale(1.1);
}

.pages {
  position: relative;
  height: 435px;
  width: 100%;
  background: url("/static/images/pages.jpg") no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}
.pages .pages-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.pages .pages-container h2 {
  font-family: "Adamina", Sans-serif;
  font-size: 80px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 34px;
  letter-spacing: 2.2px;
  color: #FFF;
}

.page-class .menu-list-body .menu-list-container {
  display: flex;
  flex-direction: column;
}
.page-class .menu-list-body .menu-list-container .menu-list-item {
  border: none;
}
.page-class .menu-list-body .menu-list-container ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.page-class .menu-list-body .menu-list-container ul .good-detail p {
  font-size: 12px;
}

.layui-layer {
  text-align: center !important;
}

/*# sourceMappingURL=index.css.map */
