.img-logo {
    width: 150px;
    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: 600px;

}

.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: #ef1c25;

}

.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 {
        height: 300px;
    }

    .img-logo {
        width: 219px;

        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: #fff;
    /* 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;
}

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

.btn-online-box {
    right: 0;
    top: 0;
    width: 100%;
    padding-top: 230px;

    height: auto;
    z-index: 1028;
}

.btn-online-box .btn-online-order {
    background: rgba(238, 29, 35, 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(238, 29, 35, 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;

    }

    .btn-online-box {
        padding-top: 100px;
        z-index: 1030;
    }

    .img-logo {
        width: 126px;
        margin: 10px;
    }

    .slide_container {

        margin-top: 87px;
    }
}
#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;
}