html {
    scroll-behavior: smooth;
}
@font-face {
    font-family: 'Signpainter';
    src:  url("../fonts/SignPainterHouseScriptRegular.ttf") format('truetype');
}
@font-face {
    font-family: 'Muli';
    src:  url("../fonts/Muli-Light.ttf") format('truetype');
}

.contact-box h1{
    font-family: 'Muli', sans-serif;
    font-size: 80px;
    text-align: center;
}
/** ADD YOUR AWESOME CODES HERE **/
#navbars-rs-food a.nav-link{
    background: transparent;
    color: #323232;
    transition: color .5s ease;
    font-family: 'Open Sans', sans-serif;
}
.top-navbar nav {
    padding: 0 !important;
}
#navbars-rs-food a.nav-link:hover {
    color: #067ccc;
}
#slides {
    position: relative;
    height: 950px;
}
#slides:before {
    content: '';
    position: absolute;
    width: 0;
    border-left: 226px solid transparent;
    border-right: 226px solid transparent;
    border-bottom: 56px solid white;
    height: 0;
    bottom: 0;
    left: 50%;
    z-index: 999;
    transform: translate(-50%);
}
.about-section-box {
    position: relative;
}
.about-section-box:before {
    content: '';
    position: absolute;
    width: 0;
    border-left: 226px solid transparent;
    border-right: 226px solid transparent;
    border-bottom: 56px solid white;
    height: 0;
    bottom: -56px;
    left: 50%;
    z-index: 999;
    transform: translate(-50%) rotate(180deg);
}
.qt-box {
    position: relative;
    height: 546px;
}
.qt-box .container {
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
}
.qt-box:before {
    content: '';
    position: absolute;
    width: 0;
    border-left: 226px solid transparent;
    border-right: 226px solid transparent;
    border-bottom: 56px solid white;
    height: 0;
    bottom: 0;
    left: 50%;
    z-index: 999;
    transform: translate(-50%);
}
.qt-3:before {
    top: 0;
    transform: translate(-50%) rotate(180deg);
}
.qt-4:before {
    top: -56px;
    transform: translate(-50%);
}
.top-navbar > .navbar {
    position: static;
    padding: 22px 0;
}
#slides li .container .col-md-12 {
    position: absolute;

}
#slides li .container .col-md-12 strong {
    font-family: "Signpainter", sans-serif;
    font-size: 163px;
    font-weight: 100;
    line-height: 1;
    text-shadow: 5px 5px 10px rgb(0 0 0 / 30%)
}
#slides li .container .col-md-12 p {
    font-family: "Signpainter", sans-serif;
    font-size: 50px;
}
.signpainter {
    font-family: 'Signpainter', sans-serif !important;
    font-size: 60px !important;
}
.reservation-form {
    padding: 20px 20px 20px 20px;
    background-color: #f7f7f7;
    border: 4px solid #dbdbdb;
}
.reservation-form input {
    background-color: #f7f7f7;
}
.reservation-form input:focus {
    background-color: #f7f7f7;
    border-color: #dbdbdb;
}
#email-coupon.error {
    border-color: red;
}
.border-child {
    flex-grow: 1;
    margin-left: 10px;
    margin-right: 10px;
    border-bottom-style: dotted;
    border-bottom-width: 2px;
}
.menu-box {
    height: 850px;
}
.menu-box .child {
    max-width: 80%;
    color: #000000;
    font-family: sans-serif;
    font-size: 17px;
    font-weight: 500;
}

.menu-box ul li {
    display: flex;
    align-items: center;
}
.menu-box hr {
    width: 24%;
    border-top: 4px solid black;
}
.menu-title{
    color: #000000;
    font-family: sans-serif;
    font-size: 20px;
    font-weight: bold;
}
.child-price {
    color: #000000;
    font-family: sans-serif;
    font-size: 17px;
    font-weight: 500;
}
.child-border {
    padding-top: 15px;
    padding-bottom: 15px;
}
.menu-background {
    height: 650px;
}
.news-box {
    padding: 70px 0px;
}
.news-box .container-fluid {
    max-width: 1232px;
}
.news-box .card-title {
    font-size: 31px;
}
.news-box .card-img-top {
    max-height: 356px;
    object-fit: cover;
 }
.news-box .container-fluid .card {
    padding: 24px;
    margin-left: 16px;
    margin-right: 16px;
}
.news-box .container-fluid .card img {
    /*width: 534px;*/
}
.news-title {
    padding-top: calc(1rem + 3.815vw);
    padding-bottom: calc(1rem + 3.815vw);
    background: none;
}
.news-title:before {
    background: #f1f1f1 !important;
}
.news-box .card:nth-child(even) {
    margin-right: 0 !important;
}
.news-title h1 {
    color: black;
}

.menu-background-info {
    display: flex;
    justify-content: space-evenly;
    width: 300px;
    margin: auto;
}
.menu-background-info div:first-child, .menu-background-info div:last-child {
    width: 40%;
}

.menu-background-info div:first-child hr, .menu-background-info div:last-child hr {
    border-bottom: 3px solid white;
}

.menu-background-info div:nth-child(2) i{
    font-size: 33px;
    color: white;
}

.special-list {
    height: 293px !important;
}


.dropdown-li {
    position: relative;
}
.dropdown-li:hover {
    color: green !important;
}

.dropdown-li:hover .dropdown-menu{
    display: block !important;
    padding:0;
}
.dropdown-menu .dropdown-item:hover {
    background-color: #f4f4f4 !important;
    color: black !important;
}
#social-links .fa-facebook-square:before {
    font-size: 50px;
    color: white;
}
.news-box .btn-primary {
    padding: 0 3px !important;
}


.box-menu-page {
    height: auto !important;
}


@media (max-width: 500px) {
    #slides li .container .col-md-12 strong {
        font-size: 83px !important;
    }
    .qt-box.qt-background {
        background-attachment: unset !important;
    }
    .slides-container li {
        background-attachment: unset !important;
    }
    .contact-box h1 {
        font-size: 60px !important;
    }
}

