<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.fs-20{
    font-size: 17px;
}
    .swiper-container {
        width: 100%;
        height: 85%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 52px;
    }

    @media only screen and (max-width: 600px) {
        .swiper-container {
        height: 50%;
        }
    }

    .swiper-slide {
      
        font-size: 18px;
        background: #fff;
        position: relative;
        /* 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-image{
        display: block;
        width: 100%;
 
    }


    .swiperbox {
        position: absolute;
        width: 100%;
        padding-right: 30px;
        padding-left: 30px;

    }


.languagebar {
    width: 105px;
    display: none;
    position: fixed;
    z-index: 2;
    left: 2px;
    bottom: 5px;
}

.hidden-lang{
    font-size: 17px;
    visibility: hidden;
}

.hidden-lang a{
 color: white;
}



.languagebar:hover .hidden-lang{
  visibility: visible;

}

.languageA:hover{
      color: white;
}


.mtTitleBorderStyle{
    border: 1px solid;
    padding: 5px;
    background: white;
     box-shadow: 3px 3px #888888;
}



.addthisClass{
    height: 45px;
}

.wazeandgooglemap{
    margin-top: 32px;
    margin-bottom:32px;
}

.wazeandgooglemap img{
    width: 6%;
}

    @media only screen and (max-width: 768px) {
     .mtTitleBorderStyle{
    border: 0px ;
    padding: 5px;
     box-shadow: 0px 0px ;
        }

        .wazeandgooglemap img{
              width: 16%;
        }

        .swiperbannerdisappear img{
            display: none;
        
        }
    }


.reservationDiv{
    padding-bottom: 20px;
}

.resv{
    font-family: 'Josefin Sans';
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.no-price::after {

    content: "Contact Us For Detail";

}

body{
    color:black!important;
}


.productSlider .product_slider{
    margin-top:50px;
    margin-left: 40px;
    margin-right: 40px;
}

 @media only screen and (max-width: 600px) {
        .productSlider .product_slider{
            margin-top:50px;margin-left: 15px;margin-right: 15px;"
        }
    }

.service-box img{
    height: 290px;
    object-fit: cover;
    width: 100%;
}</pre></body></html>