body {
    color: #000;
}

.header-black {
    background-color: #121212;
}

@media (min-width: 320px) and (max-width: 767px) {
    .tilter {
        position: relative;
    }
}

@media screen and (min-width: 993px) {
    .mega-menu.desktopTopFixed .header-list {
        background: #121212;
        background-color: #121212;
        box-shadow: 0 3px 15px rgb(0 0 0 / 10%);
    }
}

@media screen and (max-width: 992px) {
    .mega-menu .header-li {
        background: #121212;
        background-color: #121212;
    }
}

.header-white .menu-mobile-collapse-trigger:before,
.header-white .menu-mobile-collapse-trigger:after,
.header-white .menu-mobile-collapse-trigger span {
    background: #ffffff;
}

.mega-menu .header-li>li>a {
    color: #ffffff;
}

.menu-book-table-btn {
    background-color: #00b8d7;
}

.slider-btn-book {
    background-color: #00b8d7;
}

.menu-list-2 span {
    color: #000000;
}

.menu-list-2 h4 {
    color: #000000;
}

.menu-list-2 {
    border-bottom: 1px dashed #252525;
    border-bottom-color: rgb(49, 49, 49);
}

.gf {
    margin: 0px 0px 0px 10px;
    padding: 0px 3px 0px 3px;
    background-color: #00b8d7;
    color: #000000;
}

.restora h2 {
    font-family: "Dancing Script", cursive;
    font-size: 50px;
    color: #ffffff;
    line-height: 54px;
}

.slider-2 h2 {
    font-family: "Dancing Script", cursive;
    font-size: 46px;
    color: #000000;
}

.flaticon-cover {
    color: #ffffff;
}

.flaticon-dinner {
    font-size: 60px;
    color: #000000;
}

.index-tab ul li a {
    color: #fff;
    font-family: "Dancing Script", cursive;
    font-size: 36px;
    transition: all 0.4s;
    padding: 10px;
}

.menu-sty-2 h2 {
    font-family: "Dancing Script", cursive;
    color: #000000;
    font-size: 36px;
}

.head-img h2 {
    font-family: "Dancing Script", cursive;
}

.menu-caption-bg h2 {
    font-family: "Dancing Script", cursive;
}

b.nn {
    font-family: inherit;
    color: #000000;
}

.menu-sty-div span {
    text-align: right;
    font-weight: bold;
    display: block;
    font-size: 20px;
    color: #000000;
}

.menu-sty-2 .heading span {
    height: 4px;
    background-color: #00b8d7;
    display: block;
    margin-bottom: 20px;
}

.menu-list-des h4 {
    color: #1f1f1f;
    font-size: 14px;
}

.menu-page-list-tit h4 {
    font-size: 16px;
}

.mgtop {
    margin-bottom: 80px;
}

.btn-bg {
    background-color: #00b8d7;
}

a.buttonx {
    padding: 13px 13px;
}

#loading {
    background-color: rgb(0, 0, 0);
}

.center-cropped {
    object-fit: none;
    /* Do not scale the image */
    object-position: center;
    /* Center the image within the element */
    height: 180px;
    width: 250px;
    background-size: cover;
}

.center-cropped {
    width: 250px;
    height: 200px;
    background-position: center center;
    background-repeat: no-repeat;
}

.object-fit_cover {
    width: 250px;
    height: 200px;
    object-fit: cover;
}

.object-fit_cover2 {
    height: 360px;
    object-fit: cover;
}

.contact-page-head h2 {
    font-family: "Dancing Script", cursive;
    color: #000000;
}

.gallery-head-bg h2 {
    font-family: "Dancing Script", cursive;
}

.contact-det span {
    font-weight: bold;
    color: #000000;
}

.contact-det span p {
    color: rgb(0, 0, 0);
}

.contact-head-img h2 {
    font-family: "Dancing Script", cursive;
}

element.style {
    font-family: "Dancing Script", cursive;
}

.xb {
    position: absolute;
    z-index: 9999;
    left: 50%;
    margin-left: auto;
    margin-right: auto;
    background-color: #00b8d7;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
    font-weight: 700;
    -webkit-border-radius: 8px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.9;
    text-shadow: 2px 0 0 #572400, -2px 0 0 #572400, 0 2px 0 #572400, 0 -2px 0 #572400, 1px 1px #572400, -1px -1px 0 #572400, 1px -1px 0 #572400, -1px 1px 0 #572400;
    /* border-style: dashed; */
}