/* common css */
/* body {
    font-family: "Poppins", sans-serif;
} */

.red-color {
    color: #ffc107 !important;
    font-weight: 700;
    -webkit-text-fill-color: #ffc107 !important;
}

.baner-head {
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
}

.section-gap {
    padding: 80px 0;
}

.custonBtn {
    border: 2px solid #f42f2c;
    color: #ffffff;
    padding: 10px;
    background-color: #000000d6;
    text-align: center;
    border-radius: 50px;
    -webkit-border-radius:50px;
    width: 300px;
    cursor: pointer;
    transition: 0.5s all;
    font-weight: 600;
}

.custonBtn:hover {
    background-color: #f42f2c;
    border: 2px solid #f42f2c;
    color: #ffffff;
    transition: 0.5s all;
}

.whiteBtn {
    color: #000000;
    border: 2px solid #000000;
    background-color: #ffffff;
}

.ml {
    margin-left: 20px;
}

/* header */
.navbar-expand-sm .navbar-collapse {
    justify-content: flex-end;
}

.navbar {
    background-image: url('../img/header.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100vw;
}

.logo img {
    width: 100px;
}

.nav-item,
.nav-item a,
.nav-link {
    cursor: pointer;
    padding: 1vh 1.5vw;
    color: #ffffff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-decoration: none;
}

.active-menu {
    border-bottom: 0.3vh solid #f42f2c;
}

.navbar {
    padding: 0;
}

.logo2 {
    display: none;
}

.logo2 img {
    width: 200px;
}

.quick-links {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0.1vw;
    margin: auto;
    height: fit-content;
    border-radius: 100px;
    -webkit-border-radius:100px;
    padding: 1px 0;
    display: flex;
    flex-direction: column;
    a {
        margin: 5px;
        padding: 0;
    }

    img {
        width: 30px;
        border-radius: 100px;
        -webkit-border-radius:100px;
    }
}

.food-app {
    display: flex;

    a {
        margin: 10px;
        border-radius: 100px;
        -webkit-border-radius:100px;
    }

    img {
        width: 80px;
        border-radius: 100px;
        -webkit-border-radius:100px;
    }
}

.header-social {
    display: none;
}

.fa,
.fab {
    /* font-size: 25px; */
    color: #f42f2c;
    border: 2px solid #000000;
    padding: 5px;
    background-color: #ffffff;
    border-radius: 100px;
    -webkit-border-radius:100px;
}

.fa-bars {
    margin: auto;
    border-color: #ffffff;
    padding: 7px 8.20px;
}

/* translate */
#goog-gt-tt {
    display: none !important;
}

#myid {
    width: 135px;
    height: 30px;
    position: fixed;
    right: 0;
    top: 10vh;
    z-index: 1;
}

.VIpgJd-ZVi9od-l4eHX-hSRGPd,
.VIpgJd-ZVi9od-ORHb-OEVmcd {
    display: none;
}

.goog-te-gadget {
    color: #66666600 !important;

    .goog-te-combo {
        width: -webkit-fill-available;
        padding: 4px;
        background-color: #ffc107;
    }
}

.goog-te-combo option {
    display: none;
}

.goog-te-combo option[value="en"],
option[value="sv"] {
    display: block;
}



/* for Home Page */
/* baner */

.fullscreen {
    height: 100vh;
}

.banner-area {
    background: url(../img/hero-bg.jpg) center center/cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* about */
.about-img {
    width: 400px;
    border-radius: 100%;
    -webkit-border-radius:100%;
}

/* our-menu */
.our-menu {
    padding: 50px 0;
    background-color: #04011a;
}


/* our menu */
.our-menu .row .col-md {
    margin-bottom: 20px;
}

.flip1 {
    background-image: url('../img/lunch.jpeg');
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flip-box {
    background-color: transparent;
    width: 250px;
    height: 250px;
    border: 3px solid #ffffff;
    perspective: 1000px;
    margin: auto;

    .custonBtn {
        width: 200px;
    }
}

.flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
}

.flip-box-front,
.flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-box-front {
    background-color: #bbb;
    color: black;
}

.flip-box-back {
    background-color: #064c7f;
    color: white;
    transform: rotateY(180deg);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.book-table {
    background-image: url('../img/namskar.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.namskar {
    height: 70vh;
    background-color: #000000cc;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 90px 0;
}



/* About page */
.about-banner {
    background: url(../img/about.jpg);
    background-size: cover
}

.about-banner .overlay-bg {
    background: rgba(4, 9, 30, 0.4)
}

.about-content {
    padding: 90px 0px;
    text-align: center
}

/* menu page */


.col-lg-12 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.menu-ul {
    text-align: center;
    display: flex;
    list-style: none;
    background: #fff;
    box-shadow: 0px 10px 30px 0px rgba(153, 153, 153, 0.2);
    border: 1px solid #cccccc;
    padding: 0;
    border-radius: 100px;
    -webkit-border-radius:100px;
}

.active-li,
.menu-li:hover {
    background-color: #f42f2c;
    color: #ffffff !important;
}

.menu-ul li:last-child {
    border: none;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}

.menu-ul li:first-child {
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
}

.menu-ul li {
    width: -webkit-fill-available;
    border-right: 2px solid #d3d3d3;
    padding: 15px 0;
    cursor: pointer;
}

.menu-box {
    background: #fff;
    border-radius: 10px;
    -webkit-border-radius:10px;
    padding: 15px 20px;
    margin-top: 20px;
    box-shadow: 0 0 10px 0px #919191;

    .price {
        background-color: #f42f2c;
        color: #ffffff;
        margin: 0 0 0 10px;
        padding: 9px 8px;
        border-radius: 20px;
        -webkit-border-radius:20px;
        font-size: 14px;
    }

    .menu-img {
        border-radius: 100px;
        -webkit-border-radius:100px;
        width: 150px;
        height: 150px;
        border: 2px solid black;
    }

    .order-md-1 h5 {
        display: none;
    }

    .undefined {
        display: none;
    }
}

/* book table */
.booktable {
    background-image: url('../img/table.png');
}

.bg-purple {
    background: linear-gradient(135deg, #fccb90, #d57eeb);
}

.form-container {
    padding: 30px;
    box-shadow: 0 0 10px 0 #b375bc;
    border-radius: 20px;
    -webkit-border-radius:20px;

    .form-control {
        margin: 20px 0;
    }

    .custonBtn {
        width: -webkit-fill-available;
    }
}

/* gallery */
.gallery {
    /* background-color: #FF3CAC;
    background-image: linear-gradient(225deg, #FF3CAC 0%, #784BA0 50%, #2B86C5 100%); */
    background-image: url('../img/gallery2.jpg');
}

.gallery img {
    width: 250px;
    height: 300px;
    border: 5px solid #ffffff;
    margin: 30px 0;
}