body {
    background-color: #f5f2e6;
    font-size: 20px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto", sans-serif;
    color: #000;
}

h1 {
    text-transform: uppercase;
    font-size: 36px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
}

.bottom-section h3 {
    font-size: 34px;
    padding-bottom: 4%;
}

h4 {
    font-size: 28px;
}

h5 {
    font-size: 25px;
}

h6 {
    font-size: 22px;
}

p {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
}

a {
    color: #000;
    text-decoration: underline;
}

img {
    max-width: 100%;
}

.container p img {
    margin-top: 40px;
    margin-bottom: 70px;
}

iframe {
    max-width: 100%;
}
strong {
    font-weight: 700;
}

.container {
    max-width: 1240px;
}

.container.small {
    max-width: 940px;
}



ul {
    margin: 0;
    padding: 0;
}

.black_bg {
    background-color: #261b14;
}
.padtp-30 {
    padding-top: 30px;
}

.padtp-90 {
    padding-top: 90px;
}
.padtp-40 {
    padding-top: 40px;
}
.padbm-90 {
    padding-bottom: 90px;
}
.padbm-70 {
    padding-bottom: 70px;
}
.padbm-10 {
    padding-bottom: 10px;
}



.navbar {
    padding: 35px 10px;
}

.navbar-dark .navbar-brand {
    padding: 0;
    line-height: 1;
}

.sub-menu {
    display: none;
    position: absolute;
    background: #000;
    padding: 0;
    padding-top: 25px;
    margin: 0;
    list-style: none;
    margin-left: -53px;
}

.menu-item-has-children:hover .sub-menu {
    display: block;
}
ul.nav.navbar-nav .sub-menu li {
    background: #000;
}

ul.nav.navbar-nav .sub-menu li:hover {
    background: #111;
}

.sub-menu li a {
    display: block;
    padding: 10px 8px;
}


ul.nav.navbar-nav li {
    padding: 0px 30px;
    font-size: 16px;
}
ul.nav.navbar-nav li.current-menu-item a {
    text-decoration: underline;
}

.menu-item a {
    color: #fff;
    text-transform: capitalize;
    font-weight: 400;
    text-decoration: none;
    transition: all .5s;
    font-size: 15px;
}

.menu-item a:hover {
    color: #919191;
}

.banner {
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    display: flex;
    justify-content: center;
}
.banner-content {
    position: absolute;
    color: #fff;
    align-self: center;
    font-weight: 700;
    text-transform: uppercase;
}
.banner-content h1 {
    color: #fff;
    font-size: 5em;
    align-self: center;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Ibarra Real Nova', serif;
}


#back-to-top {
    position: fixed;
    bottom: 4em;
    right: -70px;
    z-index: 9999;
    width: 50px;
    height: 48px;
    text-align: center;
    line-height: 43px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    cursor: pointer;
    border: 0;
    text-decoration: none;
    transition: all .5s linear;
    opacity: 0;
}

#back-to-top i {
    font-size: 15px;
}

#back-to-top:hover {
    box-shadow: 0 0 10px -4px #000;
    background: rgba(0, 0, 0, 1);
}

#back-to-top.show {
    opacity: 1;
    right: 0;
}


.slicking .img {
    width: 100%;
    display: block;
}

.content-1 {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    max-width: 95%;
    align-self: center;
}

.content-1 p {
    color: #fff;
    font-size: 5em;
    line-height: 1.2;
    align-self: center;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Ibarra Real Nova', serif;
}

.slick-initialized .slick-slide {
    display: flex;
}

.item.slick-active .content-1 {
    animation: fadeInUp 1.5s both .5s;

}

.item .content-1 {
    color: #FFF;
    animation: fadeOut 1.5s both;
    margin: auto;
    padding: 0;
    animation-timing-function: ease-out;
}


/* page specifics*/

.footer-bar p {
    font-size: 12px;
    color: #000;
    font-weight: 500;
}
.footer-bar {
    margin-bottom: 30px;
}

.footer-bar .mid ,.footer-bar .last {
    text-align: right;
}
.bottom-section {
    padding-top: 25px;
}

.social_share {
    margin: 22px 0 25px;
    padding: 0;
    text-align: center;
    list-style: none;
}
.social_share li {
    display: inline-block;
    text-align: center;
    padding: 10px;
}
ul.social_share li i {
    font-size: 23px;
}
.note-section {
    background: #261b14;
    color: #fff;
    font-size: 20px;
    margin: 0;
    padding: 25px 0;
    margin-bottom: 25px;
}
.note-section p {
  margin-bottom: 0;
}
.note-section a {
    color: #fff;
    text-decoration: none;
}
.note-section a:hover {
    text-decoration: underline;
}
.bt-1{
    border-top: 1px solid #aaa49a;
    margin-top: 20px;
    padding-top: 36px;
}

.gallery .item {
    margin-bottom: 30px;
}
.gallery .item img {
    width: 100%;
}

.reservation h3 {
    margin-bottom: 20px;
}
.reservation p {
    margin-bottom: 35px;
}

.menu-section {
    margin-bottom: 70px;
}
.menu-section .title {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
}
.menu-section .item {
    margin-bottom: 8px;
    margin-top: 20px;
    width: 100%;
}
.menu-section .item .name {
    font-size: 20px;
    font-weight: 600;
    color: #636363;
}
.menu-section .item .number {
    font-size: 25px;
    font-weight: 900;
    color: #000000;
    text-align: right;
    line-height: 20px;
}
.menu-section .item .detail {
    font-size: 20px;
    font-weight: 400;
    color: #636363;
}

ul.menu-list {
    list-style: none;
    text-transform: uppercase;
    font-size: 20px;
}
ul.menu-list .active a {
    color: #000;
    font-weight: 500;
}
ul.menu-list a {
    color: #636363;
    text-decoration: none;
    padding-bottom: 18px;
    display: inline-block;
}





@media screen and (max-width:1200px) {
    .content-1 p {
        font-size: 4em;
    }
}

@media screen and (max-width:1100px) {
    ul.nav.navbar-nav li {
        padding: 0px 19px;
    }
}

@media screen and (max-width:991px) {
    .nav.navbar-nav {
        margin-top: 26px;
    }

    .sub-menu {
        display: block;
        position: relative;
        background: #000;
        padding: 0;
        padding-top: 0;
        margin: 0;
        margin-left: 0;
    }
    ul.nav.navbar-nav .sub-menu li {
        background: #000;
        padding: 0;
        border-top: 1px solid #5d5d5d;
    }
    .menu-item-has-children:after  {
        content: "\f107";
        position: relative;
        font: normal normal normal 22px/1 FontAwesome;
        font-family: "Font Awesome 5 Free";
        color: #fff;
        position: absolute;
        right: 16px;
        top: 16px;
        font-weight: 900;
    }

    .sub-menu li a {
        display: block;
        padding: 10px 0;
    }

    ul.nav.navbar-nav li {
        padding: 0px 13px;
        font-size: 17px;
        border-top: 1px solid #525252;
        position: relative;
    }
    .menu-item a {
        padding: 13px 0;
        display: block;
    }
    .content-1 {
        max-width: 90%;
    }
    .content-1 p {
        font-size: 2em;
    }

    p ,.menu-section .item .detail{
        font-size: 18px;
    }

    .banner-content h1 {
        font-size: 3.5em;
    }
}

@media screen and (max-width:768px) {
    .footer-bar {
        text-align: center;
    }
    .footer-bar .mid, .footer-bar .last {
        text-align: center;
    }
    p ,.menu-section .item .detail{
        font-size: 17px;
    }
    .menu-section .item .name {
        font-size: 18px;
    }
    .menu-section .item .number {
        font-size: 19px;
    }
    .padbm-70 {
        padding-bottom: 60px;
    }
    .padtp-90 {
        padding-top: 70px;
    }
    .banner > img {
        min-height: 190px;
    }
}

@media screen and (max-width:680px) {
    .banner-content h1 {
        font-size: 2.5em;
    }
}

@media screen and (max-width:580px) {
    .padbm-70 {
        padding-bottom: 50px;
    }
    .padtp-90 {
        padding-top: 50px;
    }
}

@media screen and (max-width:480px) {
    .content-1 p {
        font-size: 32px;
    }

    .slicking .img {
        height: 410px;
        max-width: initial;
        width: initial;
    }
    .navbar {
        padding: 22px 10px;
    }
    .navbar-dark .navbar-brand {
        max-width: 62%;
    }
    .banner-content h1 {
        font-size: 2em;
    }
    .padtp-90 {
        padding-top: 60px;
    }
    .gallery .item {
        padding-right: 8px;
        padding-left: 8px;
        margin-bottom: 16px;
    }

    p ,.menu-section .item .detail{
        font-size: 15px;
    }
    .padtp-90 {
        padding-top: 50px;
    }
    .padbm-70 {
        padding-bottom: 35px;
    }
    .bt-1 {
        margin-top: 7px;
        padding-top: 24px;
    }

}

@media screen and (max-width:320px) {

}







