.img-logo {
  height: 80px;
  width: auto;
  margin-left: 20px;
}

body {
  font-family:
    "Montserrat",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
}

@font-face {
  font-family: "brushscriptswlight";
  src:
    url("fonts/brushscriptsw_light-webfont.woff2") format("woff2"),
    url("fonts/brushscriptsw_light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.navbar,
.navbar-brand {
  padding: 12px 12px;
}

.order-btn {
  background-color: #d4232e;
}

.container-box {
  padding: 0;
}
#mainNav {
  z-index: 10301;
  background-color: #000000;
}
@media (min-width: 992px) {
  #mainNav .navbar-nav .nav-item .nav-link {
    padding: 2.1em 0.5em !important;
  }
}

@media (min-width: 1078px) {
  #mainNav .navbar-nav .nav-item .nav-link {
    padding: 2.1em 1em !important;
  }
}

@media (min-width: 1191px) {
  #mainNav .navbar-nav .nav-item .nav-link {
    padding: 2.1em 1em !important;
  }
}

@media (min-width: 1226px) {
  #mainNav .navbar-nav .nav-item .nav-link {
    padding: 2.1em 1.5em !important;
  }
}

#mainNav .navbar-nav .nav-item .nav-link {
  color: #fdfde2;
  font-weight: 600;
}

.slide_container {
  position: relative;
  margin-top: 106px;
  height: auto;
  aspect-ratio: 800 / 580;
  width: 100%;
  /* Limit the maximum height so it's not giant on ultra-wide screens */
  max-height: 80vh;
}

.slide-box-outside {
  z-index: 0;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.slide_container .slide-box {
  height: 100%;
}

.slick-list,
.slick-track {
  height: 100%;
}

.slick-list li {
}

.slick-dots li {
  list-style: none;
}

.slick-dots {
  list-style: none;
}

.slick-dots li button {
  border: none;
  background: none;
  color: #fdfde2;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: #fdfde2;
  margin-bottom: 15px;
}

.slick-dots li.slick-active button {
  color: #d4232e;

  background: #d4232e;
}

.slide-box-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.slide_flower {
  width: auto;
  right: 0;
  z-index: 1;
}

.slide_bottom {
  z-index: 1;
  bottom: -2px;
  width: 100%;
  left: 0;
}

#about {
  background-image: url("img/about/bg.png");
  background-size: 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
}

.about-box {
}

@media (min-width: 992px) {
  .menu-box {
    position: absolute;
  }
}

.menu-box h6 {
  font-size: 16px;
}

.menu-box .col-lg-6 {
}

.menu-box-1 {
  top: 0;
  left: 0;
}

.menu-box-2 {
  top: 0;
  right: 0;
}

.menu-box-3 {
  bottom: 0;
  left: 0;
}

.menu-box-4 {
  bottom: 0;
  right: 0;
}

.about-box-img img {
  width: 32%;
}

.font-header {
  font-size: 38px;
  font-family: "brushscriptswlight", Arial, sans-serif;
  color: #f41c4b;
}

.section-heading {
}

.section-heading span {
  font-size: 38px;
}

#order {
  background-image: url("img/order-bg.jpg");
  background-size: cover;
  background-position: center center;
  height: 500px;
}

.color-yellow {
  color: #fdfde2;
}

.btn-danger-online {
  font-size: 18px;
  padding: 20px 50px;
  font-weight: normal;
  background-color: #d4232e;
}

#special .container-fluid img {
  width: 70%;
}

#special .container-fluid h2 .text-uppercase {
  font-weight: normal;
  font-size: 30px;
}

#special2 {
  background-image: url("img/special/bg.jpg");
  background-size: cover;
  background-position: center center;
}

.special2-img img {
  width: 136px;
}

.special2-img-img img {
  width: 90%;
}

@media (max-width: 992px) {
  .slide_container {
    aspect-ratio: 800 / 580;
    height: auto;
  }

  .img-logo {
    height: 80px;
    width: auto;

    margin: 10px;
  }

  .about-box-img {
    display: none;
  }

  .menu-box .row .col-lg-6 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
  }
}

.nav-link.js-scroll-trigger {
  font-weight: normal !important;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #000;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #000;
  /* Hints to browser to optimize rendering of the stretched slider images */
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}

.nav-link-order {
  color: #e93072 !important;
}

.btn-online-box {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1030;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.btn-online-box .btn-online-order {
  background: rgba(244, 28, 75, 0.82);
  color: white !important;
  border-radius: 60px;

  font-size: 25px;
  padding: 20px 60px;
}
@media (max-width: 768px) {
  .btn-online-box .btn-online-order {
    background: rgba(244, 28, 75, 0.82);
    color: white !important;
    border-radius: 40px;

    font-size: 15px;
    padding: 15px 50px;
  }
}
.position-absolute-sakura {
  right: 0;
  width: 500px;
  top: 0;
  z-index: 1029;
}

.about-text {
  width: 755px;
  margin: auto;
  font-size: 21px;
}

@media (max-width: 768px) {
  .about-text {
    width: 95%;
    margin: auto;
  }

  .img-logo {
    height: 80px;
    width: auto;
    margin: 10px;
  }

  .slide_container {
    margin-top: 106px;
  }
}
#mainNav .navbar-toggler {
  background-color: transparent;
  font-size: 18px;
}

#gallery {
  background-image: url(img/gallery-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 150px;
}

.gallery-box {
  height: auto;
  padding: 20px 0;
}

#gallery .btn-online-order {
  right: 0;
  font-size: 25px;
  padding: 20px 60px;
  bottom: 0;
  border-radius: 30px 0 0 0;
}

.img-box {
  width: 100%;

  padding: 12px 0;
}

.img-box a {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  border-radius: 2px;
}

.gallery-box .col-md-4 {
  padding-right: 15px;
  padding-left: 15px;
}

.img-box1 {
  height: 250px;
}

.img-box2 {
  height: 400px;
}

@media (max-width: 768px) {
  .gallery-box {
    height: auto;
  }

  .gallery-box .img-box {
    height: 280px !important;
  }
}

.footer {
  background-color: black;
}

.footer-content p {
  font-size: 18px;
  color: white;
}
