@import "../../../default.css";

/*HEADER*/
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    transition: 0.4s ease-in-out;
    scroll-behavior: smooth;
}

.logo img {
    max-width: 205px;
}
.logo h3 {
    font-family: var(--routhers-font-family);
    font-weight: 400;
    color: var(--wc);
    font-size: 32px;
    margin-top: 15px;
}

.logo i {
    font-size: 22px;
    padding: 8px;
    padding-right: 0;
    transition: .2s;
    color: var(--wc);
}
.logo i:hover {
    color: var(--wc);
    cursor: pointer;
}
.menubar ul {
    text-align: right;
}
.menubar ul li {
    display: inline-block;
}
.menubar ul li {
    padding: 20px 0px;
}
.menubar ul li a {
    font-weight: 300;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    padding: 7px 32px;
    color: var(--wc);
    transition: 0.3s ease-in-out;
}
.menubar ul li a:hover{
    color: #ccc9c9;
}
.menubar .social-icon a {
    font-weight: 400;
    font-size: 22px;
    color: var(--wc);
    padding: 7px 7px;
}
/*HEADER*/

/*MOBILE MENU*/

/*ACCORDION CUSTOM*/
.mobile-logo img {
    width: 150px;
    padding: 10px 0;
    margin-left: 10px;
}
.mobile-logo i {
    font-size: 20px;
    float: right;
    margin: 5px 20px;
    color: var(--pc);
    cursor: pointer;
    padding: 5px;
}
.mobile-logo i:hover {
    color: var(--sc);
}
.custom.accordion-button {
    text-transform: capitalize;
    font-weight: 500;
    font-size: 16px;
    -webkit-transition: .4s;
    transition: .4s;
    color: var(--psb);
    font-weight: 400;
}
.custom.accordion-button:hover {
    color: var(--sc);
}
.custom.accordion-button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-top: 1px solid #ccc;

}
.custom.accordion-button:not(.collapsed) {
    color: var(--sc);
    background: var(--rc);
    -webkit-transform: none;
    transform: none;
    font-weight: 400;
}
.custom.accordion-button:not(.collapsed)::after {
    background-image: none;
    content: "\f068";
    font-family: 'FontAwesome';
    -webkit-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
}
.none.accordion-button:not(.collapsed)::after {
    content: none;
    -webkit-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
}
.custom.accordion-button::after {
    background-image: none;
    content: "\f067";
    font-family: 'FontAwesome';
}
.none.accordion-button::after {
    content: none;
}
.custom.accordion-body {
    padding: 0 0px;
}
.custom.accordion-body ul {
    padding: 0;
    margin: 0;
}
.custom.accordion-body ul li {
    list-style: none;
    padding: 8px 0;
    -webkit-transition: .4s;
    transition: .4s;
}
.custom.accordion-body ul li a {
    text-decoration: none;
    font-size: 15px;
    text-transform: capitalize;
    color: var(--pc);
    font-weight: 400;
    display: inline-block;
    margin-left: 40px;
}
.custom.accordion-body ul li a i {
    font-size: 10px;
    margin-right: 5px;
}
.custom.accordion-body ul li:hover {
    color: var(--wc);
    background: var(--rc);
}
.custom.accordion-body ul li:hover a {
    color: var(--sc);
}
.custom.accordion-item a {
    text-decoration: none;

}
.accordion-button.custom i {
    padding: 0 10px;
}
/*ACCORDION CUSTOM END*/
.mobile-menu {
    width: 350px;
    position: fixed;
    left: -380px;
    top: 0;
    z-index: 2;
    background: var(--wc);
    height: 100%;
    overflow: auto;
    transition: .4s;
    padding: 10px 0;
}

#mobileOverlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
    display: none;
}

.mobile-overlay {
    display: block;
}

.mobileAdd {
    left: 0 !important;
}

/*MOBILE MENU END*/


/* =================================
    Banner part style css 
================================= */
.banner-hero {
    position: relative;
    background-image: url(../../../Rest.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.overlay{
    background: rgb(3, 3, 3, 50%);
}

.address {
    position: absolute;
    top: 115px;
    text-align: center;
}
.address span {
    font-weight: 300;
    font-size: 18px;
    color: var(--wc);
    letter-spacing: 2px;
}

.banner-content {
    margin-top: 198px;
    margin-bottom: 150px;
    text-align: center;
}

.banner-content .name{
    margin-top: 48px;
}

.banner-content .name h2 {
    font-weight: 500;
    font-size: 32px;
    color: var(--wc);
    letter-spacing: 10px;
}
.banner-content .name h3 {
    font-weight: 400;
    font-size: 32px;
    color: var(--wc);
    letter-spacing: 4px;
}




/* ABOUT & HOUR STYLE */
.about-hour-part{
    background: #f5f4f0;
}
.about-hour {
    width: 100%;
    background: #ffffff;
    position: relative;
    margin-top: -80px;
    margin-bottom: -60px;
}
.hour {
    position: relative;
}
.hour-schedule {
    text-align: center;
}
.hour-schedule ul {
    width: 35%;
    list-style: none;
    padding: 0;
    font-size: 16px;
    line-height: 1.8;
    margin: 0 auto;
}
.hour-schedule ul li{
    color: var(--text-color);
    font-weight: 400;
    font-size: 18px;
}
.hour-schedule ul li span {
    text-transform: uppercase;
    margin-left: 10px;
}
.hour-schedule .open-image {
    width: 65%;
    margin: 0 auto;
}
.hour-schedule .open-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 0;
}
.about {
    position: relative;
}
.aboutus {
    display: flex;
}
.about-image {
    width: 35%;
}
.about-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 0;
}
.about-para {
    width: 65%;
    font-size: 16px;
    color: #333;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
}
.about-para p {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: var(--text-color);
}
.background-text {
    position: absolute;
    font-family: 'Routhers', cursive;
    font-weight: 600;
    font-size: 120px;
    color: rgba(0, 0, 0, 0.1);
    z-index: 1;
    transform: rotate(01deg);
    pointer-events: none;
    user-select: none;
}
.hours-text {
    top: 160px;
    left: 10px;
}
.about-text {
    bottom: 20px;
    right: 5px;
}

/* MENU ITEMS STYLE */
.full-menu{
    background-image: url(../../../Italian.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.menu-content {
    margin-top: 320px;
    margin-bottom: 250px;
}

.menu-content h2{
    font-weight: 500;
    font-size: 32px;
    color: var(--wc);
    letter-spacing: 10px;
}

.custom-btn button {
    font-weight: 400;
    font-size: 24px;
    color: var(--text-color);
    background: var(--wc);
    transition: .3s ease-in-out;
    padding: 10px 30px;
    letter-spacing: 2px;
}


/* MENU ITEMS STYLE */
.food-items-part{
    background: #f5f4f0;
}

.food-type{
    margin-top: -80px;
    margin-bottom: -70px;
}
.col-lg-4,
.col-lg-3,
.col-lg-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
}
.food-item {
    text-align: center;
    padding: 20px;
    background: var(--wc);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.food-item h3 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px;
    color: var(--text-color);
    text-transform: uppercase;
}
.food-item p {
    font-size: 15px;
    color: var(--text-color);
    line-height: 22px;
    margin: 0;
}
.item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
}
.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}
.menu-text {
    position: absolute;
    font-family: 'Routhers', cursive;
    font-weight: 400;
    font-size: 150px;
    color: rgba(0, 0, 0, 0.1);
    z-index: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-10deg);
    pointer-events: none;
    user-select: none;
}
@media (max-width: 768px) {

    .col-lg-4,
    .col-lg-3,
    .col-lg-2 {
        width: 100%;
    }

    .col-10::before {
        font-size: 80px;
    }
}


/* EVENT STYLE */
.event-part {
    background-image: url(../../../bread.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.event-part .menu-content {
    margin-top: 290px;
    margin-bottom: 200px;
}

.menu-content h2 {
    font-weight: 500;
    font-size: 32px;
    color: var(--wc);
    letter-spacing: 10px;
}

.custom-btn button {
    font-weight: 400;
    font-size: 24px;
    color: var(--text-color);
    background: var(--wc);
    transition: .3s ease-in-out;
    padding: 10px 30px;
    letter-spacing: 2px;
}

/* CATERING CONTACT */
.catering-contact{
    background: #f5f4f0;
}

.catering-content h6{
    font-weight: 500;
    font-size: 18px;
    color: var(--text-color);
}

/* CATERING CONTACT */
.order-online{
    background-image: url(../../../Wood.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.order-online .hour-schedule ul {
    width: 100%;
}
.order-online .hour-schedule ul li{
    font-weight: 300;
    color: var(--wc);
}

.location span{
    font-weight: 300;
    font-size: 18px;
    color: #fff;
    letter-spacing: 2px;
}
.touch h6{
    font-weight: 400;
    font-size: 20px;
    color: var(--wc);
}
.touch li{
    list-style-type: none;
}
.touch .social-icon a {
    font-weight: 400;
    font-size: 22px;
    color: var(--wc);
    padding: 7px 7px;
}


/* ===================================
    MENU PAGE STYLE CSS 
=================================== */
.menu-page{
    background-image: url(../../../menu-page-header-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.menu-area {
    background-image: url(../../../Wood.png);
    background-repeat: repeat;
    background-position: center;
}
.menu-overlay {
    background: #fffffff2;
}
.menu-area .text{
    position: relative;
    margin-right: 10px;
}
.menu-area h1 {
    font-family: var(--routhers-font-family);
    font-weight: 900;
    font-size: 172px;
    line-height: 146px;
    color: #a0160e;
    letter-spacing: 10px;
    text-shadow: 2px 3px 0px rgb(0 0 0 / 80%);
}
.menu-area h4 {
    font-family: var(--avenir-font-family);
    font-weight: 500;
    font-size: 32px;
    position: absolute;
    right: 15px;
    top: -5px;
}


.fastfood-item-one {
    background-image: url(../../white-menu-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.black-subtitle h3{
    font-family: var(--retro-team-font-family);
    font-weight: 400;
    font-size: 30px;
    letter-spacing: 1px;
}
.black-subtitle img{
    min-width: 200px;
}
.white-subtitle h3{
    font-family: var(--retro-team-font-family);
    font-weight: 400;
    font-size: 30px;
    letter-spacing: 1px;
    color: #fff;
}
.white-subtitle img{
    min-width: 200px;
}
.menu-item h3{
    font-family: var(--retro-team-font-family);
    font-size: 20px;
    letter-spacing: 1px;
}
.menu-item p {
    font-family: var(--avenir-font-family);
    font-weight: 400;
    font-size: 14px;
    color: var(--text-color);
}


.black-area-one{
    background-image: url(../../../menu-background.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.black-area-one-content h3{
    color: #fff;
}
.black-area-one-content .menu-item p{
    color: #fff;
}

.black-area-two{
    background-image: url(../../../menu-background-2.png);
    background-repeat: no-repeat;
    background-size: cover;
}


.fastfood-item-two{
    background-image: url(../../white-menu-bg-2.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.fastfood-item-three{
    background-image: url(../../white-menu-bg-3.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.fastfood-item-four{
    background-image: url(../../white-menu-bg-4.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.ask-about-catering{
    background-image: url(../../about-catering-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.ask-about-catering img{
    padding: 30px;
}
.catering-content h3{
    font-family: var(--retro-team-font-family);
    font-weight: 400;
    font-size: 24px;
    color: var(--wc);
    letter-spacing: 2;
}
.catering-content h2{
    font-family: var(--retro-team-font-family);
    font-weight: 400;
    font-size: 52px;
    color: var(--wc);
    letter-spacing: 2;
}


.fastfood-item-five{
    background-image: url(../../white-menu-bg-five.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.fastfood-item-six{
    background-image: url(../../white-menu-bg-six.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.catering-menu{
    background-image: url(../../../caterign-menu-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.catering-menu h2 {
    font-family: var(--retro-team-font-family);
    font-weight: 400;
    font-size: 30px;
    color: var(--wc);
    letter-spacing: 2px;
}
.catering-menu p{
    color: var(--wc);
    font-size: 14px;
}

.clr{
    clear: both;
}
.for-issues{
    display: block;
}