<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

:root{
    --color-black: #000;
    --color-white: #fff;
    --color-yellow: #16a34a;
    --color-maroon: #813e97; 
    --color-blue: #051F3F; 
    --color-dark: #2D3141;
    --footer-bg: #c9202f; 
    --color-gray: #717171;
    --body-font:'Outfit', sans-serif;
    --heading-font:'Bebas Neue', cursive;
}



@media only screen and (min-width:1600px) {



.container{ max-width: 1400px; }



}



@media only screen and (min-width:1900px) {

.container{ max-width: 1600px; }

}


@media only screen and (min-width:992px) {
    
    .nav-menu ul li a{ font-size: 16px; margin-right: 30px;}

}



@media only screen and (min-width: 1024px) and (max-width:1199px) {


}



@media only screen and (min-width: 768px) and (max-width: 1023px) {

    .banner-caption h1{ font-size: 50px;}
    .home-banner img{ height: 500px;}
    .title-section h2{ font-size: 40px;}
    .def-btn a{ padding: 10px 20px;}
    .enjoy-txt h2{ font-size: 30px;}
    .enjoy-btn a{ padding: 10px 20px;}
    .moment-pic img{ width: 48%;}
    .menu-page .bgimag1, .menu-page .bgimag2{ opacity: .2;}
    .reserv-page .bgimag1, .reserv-page .bgimag2{ opacity: .2;}
    .footer-logo{ padding-bottom: 30px;}
    .mainfooter{ padding: 30px 0px;}
    .copyright{ padding-top: 15px;}
    .innerBanner img{ max-height: 300px;}
    .title_breadcrumb-inner{ bottom: 20%;}
    .title_breadcrumb-inner span h1{ font-size: 40px;}
    .contact-map iframe{ height: 550px;}

}



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

.navbar-toggler{ order: 2;}

.navbar-toggler {
    padding: 0;
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
    border: 0px;
}

.navbar-toggler .navbar-toggler-icon {
    width: 22px;
    height: 2px;
    background: var(--color-yellow);
    border-radius: 5px;
    position: relative;
}

.navbar-toggler .navbar-toggler-icon::after {
    content: '';
    position: absolute;
    top: -8px;
    width: 30px;
    height: 2px;
    background: var(--color-yellow);
    border-radius: 5px;
    right: 0;
}

.navbar-toggler .navbar-toggler-icon::before {
    content: '';
    position: absolute;
    bottom: -8px;
    width: 30px;
    height: 2px;
    background: var(--color-yellow);
    border-radius: 5px;
    right: 0;
}

.navbar-collapse {
    position: absolute;
    top: 40px;
    right: 0;
    background: var(--color-maroon);
    min-width: 200px;
    padding: 15px;
    z-index: 99;
}

.navbar-collapse ul li {
    margin-bottom: 10px;
}



}



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

.headerMain{ padding-top: 15px;}
.header-social a{ margin-left: 0px; margin-right: 5px;}
.banner-caption{ top: 120px; transform: inherit;}
.caption-wrap{ width: 100%;}
.banner-caption h3{ font-size: 12px;}
.banner-caption h1{ font-size: 45px;}
.home-banner img{ height: 500px;}
.banner-btn a{ padding: 10px 20px;}

.sec-space{ padding: 30px 0px;}
.title-section h3{ font-size: 13px;}
.title-section h2{ font-size: 35px; padding-bottom: 15px;}
.def-btn a{ padding: 8px 15px;}

.form-wrap .captcha-wrap input{ margin-right: 0px; margin-bottom: 10px;}
.contact_submit{ padding: 10px 20px; font-size: 13px;}
.form-wrap .btnwrap{ position: relative;}
.form-wrap .wpcf7-spinner{ position: absolute;}

.menu-section:before{ content: none;}
.menu-section:after{ content: none;}
.card ul li{ margin-top: 5px;}
.enjoy-txt{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.enjoy-pic{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.enjoy-txt h2{ font-size: 40px; padding-bottom: 15px;}
.contact-map iframe{ height: 300px; margin-bottom: 30px;}
.moment-pic img{ width: 42%;}
.mainfooter{ padding: 30px 0px 30px 0px;}
.footer-logo{ padding-bottom: 30px;}
.copyright{ padding-top: 0px;}

.testi-box p{ font-size: 13px; line-height: 16px;}


.menu-page .bgimag1, .menu-page .bgimag2{ opacity: .2;}
.reserv-page .bgimag1, .reserv-page .bgimag2{ opacity: .2;}
.menu-category h5{ font-size: 22px; padding-right: 25px;}
.menu-category ul li{ font-size: 13px; margin-top: 8px;}

.title_breadcrumb-inner span h1{ font-size: 35px;}
.innerBanner img{ min-height: 200px;}
.title_breadcrumb-inner{ bottom: 10%;}


    .menu-category img.cat-img {
        float: none;
        width: auto;
        padding-right: 0;
        padding-top: 10px;
    }

}



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

.footer-menu ul{ display: block !important;}
.footer-menu ul li { margin: 5px 10px;}
.footer-menu.contact ul{ display: block !important;}
.footer-menu.contact ul li{ border-right: none; padding: 5px 10px;}
.menu-section .title-wrap, .menu-page .title-wrap{ display: block !important; text-align: center;}

}



@media only screen and (min-width: 576px) and (max-width: 767px) {



	



}



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









}

	</pre></body></html>