/* Whatsapp css */
#notification {
    position: fixed;
    bottom: 100px;
    left: 20px;
    z-index: 9999;
    border-color: #0062cc;
    background-color: #fff;
    box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.5);
    border-radius: 5px;
    width: 280px;
    height: auto;
    padding: 20px;
}

#notification p {
    text-align: justify;
    color: #000;
    font-size: 15px;
    line-height: 28px;
}

#notification a {
    color: #000 !important;
    font-weight: 600;
}

#notification table td {
    padding: 10px 0;
}

.whatsappicon {
    position: fixed;
    bottom: 30px;
    left: 15px;
    width: 60px;
    height: 60px;
    z-index: 9999;
}

@media (max-width:789px) {
    .whatsappicon {
        bottom: 16px;
    }
}

.whatsappicon img {
    max-width: 100%;
}

.tableimg {
    width: 70px;
    margin-right: 15px;
}

/* Whatsapp css */

/*Translater Start here*/

#google_translate_element {
    margin: auto;
    display: inline-block;
    position: relative;
    z-index: 99;
    pointer-events: all;
    margin-right: 25px;
}

.goog-te-gadget-simple {
    background-color: transparent !important;
    border-left: none !important;
    border-top: none !important;
    border-bottom: none !important;
    border-right: none !important;
    padding: 0 !important;
}

.goog-te-gadget>div>img {
    background-image: url(../img/home/lang.png) !important;
    background-repeat: no-repeat !important;
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
    background-position: center center !important;
}

#google_translate_element span a span:first-child {
    display: none;
}

.goog-te-gadget-simple .goog-te-menu-value span {
    color: rgb(0, 0, 0) !important;
}

.header-with-topbar:hover .goog-te-gadget-simple .goog-te-menu-value span {
    color: rgb(92 95 98) !important;
}

.stickywhite .goog-te-gadget-simple .goog-te-menu-value span,
.sticky .goog-te-gadget-simple .goog-te-menu-value span {
    color: rgb(92 95 98) !important;
}

.goog-te-menu-value {
    margin-left: 0px !important;
}


/*Translater Over Now*/

/**********************/
/* Full screen search */
/**********************/
#search {
    align-items: center;
    background: rgba(0, 0, 0, 0.975);
    height: 0;
    display: flex;
    justify-content: center;
    opacity: 0;
    position: fixed;
    transition: all .5s;
    width: 100vw;
    will-change: transform, opacity;
    z-index: -1;
}

#search.target {
    height: 100vh !important;
    opacity: 1;
    width: 100vw !important;
    z-index: 9999;
}

#search.target .close-btn {
    display: block;
}

#searchbox {
    background: transparent;
    border: solid #fff;
    border-width: 0 0 1px 0;
    color: #fff;
    flex: 1 0 auto;
    font-size: 1.5rem;
    height: 1.5rem;
    max-width: 50%;
    outline: 0;
    padding: 2rem 1rem;
}

.close-btn {
    display: none;
    color: #fff;
    font-size: 2rem;
    position: absolute;
    top: .5rem;
    right: 2rem;
}

.close-btn:hover {
    color: #ffcc29;
}

#searchbox::placeholder {
    color: #fff;
}

a#search-btn {
    pointer-events: all;
    font-size: 18px;
    margin-right: 20px;
    line-height: 0;
}

/**********************/
/* Full screen search */
/**********************/


/* loader css start */

.preloader1 {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #FBFBFB;
    z-index: 999999;
}

.preloader1 img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 50%;
}


/* loader css start */

.about__points .item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #fff;
}

.about__points .item p {
    text-align: justify;
    font-size: 16px;
}

/* ********************************************************************* */
.btn-new {
    position: fixed;
    display: block;
    color: white;
    font-size: 15px;
    font-family: "montserrat";
    text-decoration: none;
    margin: 0;
    border: 2px solid #000;
    padding: 10px 30px;
    text-transform: uppercase;
    overflow: hidden;
    transition: 1s all ease;
    top: 50%;
    z-index: 99999;
    right: -89px;
    display: block;
    transform: rotate(90deg);
    background: #f3bc37;
}

.btn-new::before {
    background: #000;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    transition: all 0.6s ease;
}

.btn-new.btn3::before {
    width: 100%;
    height: 0%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.btn-new.btn3:hover::before {
    height: 380%;
}

.enquiry__form .modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    z-index: 9999;
}

.enquiry__form .modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
    width: 32rem;
    border: 2px dotted #fff;
}

.enquiry__form .close-button {
    float: right;
    width: 2rem;
    line-height: 2rem;
    text-align: center;
    cursor: pointer;
    background-color: #f3bc37;
    font-size: 16px;
}

.enquiry__form .close-button:hover {
    background-color: darkgray;
}

.enquiry__form .show-modal {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

.enquiry__form #contact input[type="text"],
.enquiry__form #contact input[type="email"],
.enquiry__form #contact input[type="tel"],
.enquiry__form #contact input[type="url"],
.enquiry__form #contact textarea,
.enquiry__form #contact button[type="submit"] {
    font-size: 16px;
}

.enquiry__form #contact {
    background: #F9F9F9;
    padding: 25px;
}

.enquiry__form #contact h3 {
    display: block;
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 10px;
}

.enquiry__form #contact h4 {
    margin: 5px 0 15px;
    display: block;
    font-size: 13px;
    font-weight: 400;
}

.enquiry__form fieldset {
    border: medium none !important;
    margin: 0 0 10px;
    min-width: 100%;
    padding: 0;
    width: 100%;
}

.enquiry__form #contact input[type="text"],
.enquiry__form #contact input[type="email"],
.enquiry__form #contact input[type="tel"],
.enquiry__form #contact input[type="url"],
.enquiry__form #contact textarea {
    width: 100%;
    border: 1px solid #ccc;
    background: #FFF;
    margin: 0 0 5px;
    padding: 10px;
}

.enquiry__form #contact input[type="text"]:hover,
.enquiry__form #contact input[type="email"]:hover,
.enquiry__form #contact input[type="tel"]:hover,
.enquiry__form #contact input[type="url"]:hover,
.enquiry__form #contact textarea:hover {
    -webkit-transition: border-color 0.3s ease-in-out;
    -moz-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
    border: 1px solid #aaa;
}

.enquiry__form #contact textarea {
    height: 100px;
    max-width: 100%;
    resize: none;
}

.enquiry__form #contact button[type="submit"] {
    cursor: pointer;
    width: 100%;
    border: none;
    background: #f3bc37;
    color: #FFF;
    margin: 0 0 5px;
    padding: 10px;
    font-size: 15px;
}

.enquiry__form #contact button[type="submit"]:hover {
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
    background: #000;
}

.enquiry__form #contact button[type="submit"]:active {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

.enquiry__form #contact input:focus,
.enquiry__form #contact textarea:focus {
    outline: 0;
    border: 1px solid #aaa;
}



/* ********************************************************************* */

@media (max-width:991px){
    div#slider{
        margin-top: 140px;
    }
    .about-restaurant .box-img {
        width: 90%;
        height: 25vw;
    }
}
@media (max-width:767px){
    .about-restaurant .box-img {
        width: 100%;
        height: 30vw;
    }
}

.footer .copyright .copyright-text{
    font-size: 18px;
}
.footer .copyright .copyright-text a{
    font-size: 18px;
}
.footer .footer-item .footer-item-inner .footer-headding{
    color: #000;
}