body {
    margin: 0;
    padding: 0;
    background: #0b1315 !important;
    position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0 !important;
    padding: 0 !important;
}
html {
    scroll-behavior: smooth;
}

a {
    text-decoration: none !important;
}

li.nav-item {
    display: inline-block;
}
.nav-item .dropdown-menu {
    position: absolute;
    z-index: -1;
    display: block;
    margin: 0;
    text-align: left;
    transition: .3s;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    bottom: 0;
    left: 0;
    background: #0B1315;
    color: white;
    border: 1px solid #FFDE9F;
    padding: 0;
    border-radius: 0;
    min-width: 220px;
    transform: translateY(105%);
}
.nav-item:hover .dropdown-menu{
    transform: translateY(100%);
    z-index: 99;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    width: 100%;
}
.widget_media_image a {
    display: block;
    width: 100%;
    height: 350px !important;
    overflow: hidden;
    position: relative;
    border: 2px solid #b3b3b3;
    border-radius: 1px;
    margin: 0 auto;
    padding: 0 !important;
}
ul.has-sub-menu {
    list-style-type: none;
    border: 1px solid #FFDE9F !important; 
}
.widget_media_image img {
    top: 0px;
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 0;
    margin: 0;
    padding: 0;
    -webkit-transition: top 11s;
    -moz-transition: top 11s;
    -ms-transition: top 11s;
    -o-transition: top 11s;
    transition: bottom 11s;
}
.widget_media_image:hover img {
    top: -754px;
    -webkit-transition: all 11s;
    -moz-transition: all 11s;
    -ms-transition: all 11s;
    -o-transition: all 11s;
    transition: all 11s;
}
.mega-menu-item-media_image-3:hover img,
.mega-menu-item-media_image-6:hover img {
    top: -850px;
}
.arrow-right-angle {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px solid white;
    border-left: 2px solid white;
    margin: 9px 0;
    position: absolute;
    right: 15px;
}


.header-sec-full {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
}
.menu-sec-details {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.menu-sec-details li {
    display: inline-block;
}
.buy-now-btn a {
    padding: 18px 32px;
    border: 2px solid #ffde9f;
    color: #ffde9f;
    text-align: center;
    font-family: Lexend;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    display: inline-block;
}
.buy-now-btn a:hover {
    background: #ffde9f;
    color: black;
}
.menu-sec-details li a {
    color: #ecf2f3;
    font-family: Lexend;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
/*    margin-left: 60px; */
      padding: 10px 20px;
}
.menu-sec-details li:first-child a {
    margin-left: 0;
}
.hero-top h1 {
    color: #fff;
    text-align: center;
/*  font-family: Elsie; */
    font-size: 3em;
    font-style: normal;
    font-weight: 400;
    line-height: 80px;
}
span.restaurant-txt {
    color: #ffffff;
}
.hero-top {
    margin-top: 75px;
}
.hero-top p {
    color: #99a9ad;
    text-align: center;
    font-family: Lexend;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-top: 10px !important;
}
.demo-btn a {
    padding: 20px 32px;
    background: #ffde9f;
    color: #0b1315;
    text-align: center;
    font-family: Lexend;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    display: inline-block;
    border: 1px solid transparent;
}
.demo-btn a:hover {
    border: 1px solid #ffde9f;
    background: transparent;
    color: white;
}
.demo-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}
.hero-img-sec {
    text-align: center;
    margin-top: 60px;
}
.rest-txt1 {
    color: #0b1315;
    /* color: #ffde9f; */
    text-align: center;
    font-family: Lexend;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
}
.great-txt {
    color: #fff;
    text-align: center;
    font-family: Elsie;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 70px;
    padding-top: 20px !important;
}
.chose-txt {
    color: #99a9ad;
    text-align: center;
    font-family: Lexend;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    padding-top: 10px !important;
}
.layouts-bottom-full {
    display: flex;
    column-gap: 30px;
    align-items: center;
    margin-top: 60px;
}
.home-txt {
    color: #fff;
    text-align: center;
    font-family: Lexend;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    padding-top: 20px !important;
}
.ptb-100 {
    padding: 100px 0;
}
#inner-page-sec {
    background: #fff;
    padding-top: 100px;
    padding-bottom: 30px;
}
.inner-txt1 {
    color: #0b1315;
    text-align: center;
    font-family: Lexend;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
}
.inner-txt2 {
    color: #0b1315;
    text-align: center;
    font-family: Elsie;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 70px;
    padding-top: 20px !important;
}
.inner-txt3 {
    color: #0b1315;
    text-align: center;
    font-family: Lexend;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    padding-top: 10px !important;
}
.inner-sec-img {
    padding: 0 15px;
}
.inner-bottom-sec {
    margin-top: 60px;
}
#But-now-sec {
    background-image: url("../images/footer-img.png");
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 154px 0;
    z-index: 9;
}
.footer-overlay {
    position: absolute;
    background: linear-gradient(180deg, #0b1315 0%, rgba(11, 19, 21, 0.5) 50%, #0b1315 100%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.footer-top-sec {
    position: relative;
}
.footer-txt1 {
    color: #ffde9f;
    text-align: center;
    font-family: Elsie;
    font-size: 90px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.footer-buy-now-btn a {
    padding: 20px 32px;
    background: #fff;
    color: #0b1315;
    text-align: center;
    font-family: Lexend;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.footer-buy-now-btn a:hover {
    background: #ffde9f;
}
.footer-buy-now-btn {
    display: flex;
    text-align: center;
    justify-content: center;
    margin-top: 60px;
}
.copyright-txt {
    color: #fff;
    text-align: center;
    font-family: Lexend;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
.copyright-txt a {
    color: white;
}
#copyright-sec {
    padding: 30px 0;
    position: relative;
}
.feature-bottom-full {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    margin-top: 60px;
}
.feature-txt {
    text-align: center;
    font-family: Lexend;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    color: white;
    margin-top: 20px !important;
}
.feature-img {
    text-align: center;
    background-color: transparent;
    background-image: linear-gradient(180deg, #28282800 0%, #1e1e1e 100%);
    border: 1px solid #1e1e1e;
    padding: 50px 20px 40px 20px;
}
.feature-img img {
    height: 100px;
}
.copyright-txt:hover .footer-txt2 a {
    color: #ffde9f;
}
.menu-sec-details li a:hover {
	color: #99a9ad;   
}
.layout-img-sec {
    border-radius: 5px;
    border: 1px solid var(--3, #fff);
}
.layout:hover .layout-img-sec {
    border: 1px solid #ffde9f;
}
.layout:hover .home-txt {
    color: #ffde9f;
}
.layout {
    transition: all 0.5s ease;
}
.layout:hover {
    transform: translateY(-16px) scale(1.02);
    transition: all 0.5s ease;
}
#spinner {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: wait;
    z-index: 2;
}
svg.spinner-webkit {
    width: 100px;
    height: 100px;
}
svg.spinner-webkit path {
    stroke-dasharray: 329;
    stroke-dashoffset: 0;
    stroke: #ffde9f;
    stroke-width: 1.8px;
    -webkit-animation: draw 4s ease-in-out infinite;
    animation: draw 4s ease-in-out infinite;
    fill: transparent;
    fill-opacity: 0;
}
.spinner-ie {
    width: 32px;
    height: 32px;
    top: 8px;
    left: 8px;
    position: absolute;
    display: none;
    animation: spin 0.5s linear infinite;
    border: 2px solid transparent;
    border-top: 2px solid #57ad56;
    border-left: 2px solid #57ad56;
    border-radius: 50px;
}
#overlayer {
    position: fixed;
    /* background: #0b1315; */
    background: linear-gradient(
    to bottom right,
    rgba(127, 184, 24, 1),
    rgba(0, 0, 0, 1)
  );
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
}
@keyframes draw {
    100% {
        stroke-dasharray: 329;
        stroke-dashoffset: 658;
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes scroll_amini {
    from {
        bottom: 30px;
    }

    to {
        bottom: 50px;
    }
}
@keyframes blink {
    0% {
        background-color: #ccc;
    }
    49% {
        background-color: #ccc;
    }
    50% {
        background-color: transparent;
    }
    99% {
        background-color: transparent;
    }
    100% {
        background-color: #ccc;
    }
}
.cursor.typing {
    animation: none;
}
.cursor {
    display: inline-block;
    background-color: #ccc;
    margin-left: 0.1rem;
    width: 3px;
    animation: blink 1s infinite;
}
#header-sec {
    position: relative;
    background: linear-gradient(
    to bottom right,
    rgba(127, 184, 24, 1),
    rgba(0, 0, 0, 1)
  );
}
.back-hero-img {
    background-image: url("../images/hero-img2.png");
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    mix-blend-mode: hard-light;
}
.line {
    position: relative;
}
.line::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    left: 0px;
    background: rgb(217 217 217 / 10%);
    z-index: 1;
}
.line::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    left: 25%;
    top: 0;
    background: rgb(217 217 217 / 10%);
    z-index: 1;
}
.line-3 {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    left: 50%;
    top: 0;
    background: rgb(217 217 217 / 10%);
    z-index: 1;
}
.line-4 {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    left: 75%;
    top: 0;
    background: rgb(217 217 217 / 10%);
    z-index: 1;
}
.line-5 {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    left: 100%;
    top: 0;
    background: rgb(217 217 217 / 10%);
    z-index: 1;
}
.custom-line-bg {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 0;
}
.line,
.custom-line-bg .container {
    height: 100%;
}
#feature-sec .container,
#layouts-section .container {
    position: relative;
    z-index: 9;
}



.menupage-1-book-now-btn {
    width: 155px;
    height: 64px;
    background: #FFDE9F;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
}
.menupage-1-book-now-btn a {
    color:#0B1315;
    text-align: center;
    font-size: 18px;
    font-family: Lexend;
    font-weight: 500;
    line-height: 24px;
}
.menupage-1-reser-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgb(11 19 21 / 80%);
}
.menupage-1-testimo-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    background: rgb(11 19 21 / 80%);
    top: 0;
}
#menupage-1-dinner{
    overflow: hidden;
}
.menupage-1-dinner-mt-100{
    padding-bottom: 100px;
}
.single-input-form-menupage1{
    height: 64px;
}
#menupage-1-testimonials-sec {
    background-image: url(../images/testimonial-1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    max-width: 100%;
    width: 100%;
    position: relative;
    /*padding: 100px 0;*/
    overflow: hidden;
}
.menupage1-header {
    background: linear-gradient(180deg, rgba(11, 19, 21, 0.80) 0%, rgba(11, 19, 21, 0.20) 100%);
    backdrop-filter: blur(5px);
    position: absolute;
    width: 100%;
    z-index: 99;
}

.mntItem{
    color: #000;
    font-size: 1.3em;
}

.vndrTxt{
	display: flex;
}
.axisLdrImg{
	position: absolute; left: -20px;
}

.usrIcn{
    position: absolute;
    font-size: 2.3em;
    left: -13px;;
    color: #99a9a8;
}

.xtraImgMenu{
   background-image: url(../images/page-1.png);
   background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 330px;
   /* assets/images/page-1.png  */
}

.xtraImgMenu_IN{
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    height: 335px;
    padding: 12px;
}

.smlTxt{
    text-transform: lowercase;
}


/****For Menu Slider *****************/
	.slider-container {
  overflow: hidden;
  position: relative;
}

.slider-wrapper {
  display: flex;
  transition: transform 0.5s ease;
  will-change: transform;
}

.slide {
  flex: 0 0 100%;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
}

.dots {
  text-align: center;
  margin-top: 10px;
}

.dot {
  display: inline-block;
  height: 10px;
  width: 10px;
  background-color: #ccc;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
}

.dot.active {
  background-color: #555;
}

/* Responsive: 1 on mobile, 3 on tablet, 4 on desktop */
@media (min-width: 768px) {
  .slide {
    flex: 0 0 33.3333%;
  }
}

@media (min-width: 1024px) {
  .slide {
    flex: 0 0 9%;
  }
}


.mntItemIcn{
    font-size: 3em;
    color: #7fb818;
}

.mntItmNm{
  font-weight: bold;
  font-size: 1.1em;
}

.mntItmVndr{

}

.vndrImg{
  width: 45px;
    position: relative;
    left: 62px;
}
.mntItmDt{
  font-size: 0.7em;
  color: #fff;
}

.prmsTxt{
  font-size: 0.6em;
  font-weight: normal;  
}


.mnuActive{
   background: #ffff;
   padding: 4px 7px;
   border-radius: 8px;
   border: 2px solid #000;
}

@keyframes blinkBackground {
/*  0%   { background-color: #ffc107; }*/ /*Yellow */
/*25%  { background-color: #ff5722; }*/  /* Orange */
/*50%  { background-color: #f44336; }*/  /* Red */
  75%  { background-color: #0b1315; }   /* Blue */
  50% { background-color: #7fb818; }   /* Back to Yellow */
}

.alert-warning.blinking {
  animation: blinkBackground 2s infinite;
  color: #fff;
  transition: color 0.5s;
}

.txtclr{
	color: #fff;
}

.vwXtra{
width: 27% !important;
margin-top: 26px !important;
}

.mealTxt{
    font-size: 14px !important;
    color: #000;
}


.hWrap{
 /* padding: 3px !important; */
}

.btnxtra{
  padding: 1px 5px !important;
}

.mnuItmWrap{
  padding: 2px 5px 6px 5px;
}