*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body{
	  font-family: "Montserrat", sans-serif !important;
}
.p-80{
	padding: 80px 0;
}
.pb-80{
    padding-bottom: 80px;
}
.p-100{
	padding: 100px 0;
}
.white{
    color: #fff;
}
.black{
    color: #000;
}
p,li,a,span,h1,h2,h3,h4,h5,h6{
	  font-family: "Montserrat", sans-serif !important;
}
p{
font-size: 15px;
color: #fff;
}
.orange{
	color: #d27727;
}
.custom-container{
		padding: 0 10%;
}
a{
    text-decoration: none !important;
}
header {
  /* border-bottom: 1px solid #bdb6b6; */
  position: fixed !important;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 99 !important;
  background-color: #0000008c;
}
header .navbar-nav{
	width: 100%;
	display: flex;
	justify-content: space-between;
	position: relative;
	padding: 75px 0 15px 0;
    transition: all 0.3s;
}
header .logo{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 4;
}
header .logo img{
width: 200px;
transition: all 0.5s;
}
header .left-menu,
header .right-menu{
display: flex;
}
.contact-div{
	flex-wrap: wrap;
}
header .nav-link{
	font-size: 14px;
	text-transform: uppercase;
	color: #fff !important;
	font-weight: 600;
	padding: 0 5px;
}
header .nav-link:hover{
  color: #d27727 !important;  
}

header .nav-link.line{
	border-right: 2px solid #fff;
}
header .contact-div a:nth-child(2) .login {
    display: none;
    width: 20px;
}
header.sticky .contact-div a:nth-child(2) .login{
    display: block;
}
header .contact-div a:nth-child(2) span{
    display: block;
}
header.sticky .contact-div a:nth-child(2) span{
    display: none;
}
header.sticky{
    background-color: #000;
}
header.sticky .logo img{
    width: 160px;
}
header.sticky .contact-div a:nth-child(3) span{
display: none;
}
header.sticky .contact-div{
    display: contents !important;
}
header .contact-div a:nth-child(1),
header .contact-div a:nth-child(2),
header .contact-div a:nth-child(3){
transition: all 0.3s;
}
header.sticky .contact-div a:nth-child(1),
header.sticky .contact-div a:nth-child(2),
header.sticky .contact-div a:nth-child(3){
width: auto;

}
header.sticky .contact-div a:nth-child(3) {
    margin-top: 0;
    border: none;
    margin-left:5px;
}
header.sticky .navbar-nav {
    padding: 30px 0 15px 0;
}
.contact-div a{
	background: #d27727;
    border-radius: 5px;
    color: #fff;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
}
.contact-div a:nth-child(1),
.contact-div a:nth-child(2){
	width: 85px;
    height: 35px;
}
.contact-div a:nth-child(1) img{
    width: 20px;
}
/*.contact-div a:nth-child(3) img{
    width: 20px;
}*/
.contact-div a:nth-child(1){
	color: #000 !important;
	margin-right: 5px;
}
.contact-div a:nth-child(1) i{
	font-size: 25px;
}
.contact-div a:nth-child(3){
   border: 1px solid #d27727;
    background: transparent;
    width: 175px;
    margin-top: 20px;
    height: 35px;
    position: relative;
    color: #d27727;
}
.contact-div{
justify-content: end;
    width: min-content;
}
.contact-div a:nth-child(3) img{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 30px;
	background: #d27727;
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	font-size: 20px;
    padding: 8px;
}
.banner .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;

}
.banner .owl-item h1 {
  padding: 20px 0;
  text-align: left;
  font-size: 80px;
   font-family: "Libre Bodoni", serif;
   font-style: italic;
   font-weight: 400;
}
.banner .owl-item.active .shape-img {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: zoomIn;
  animation-delay: 0.6s;
  display: block;
}
.banner .content{
	position: absolute;
    top: 30%;
    z-index: 3;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:flex-start;
    width: 40%;
    left: 15%;
}
.home-slider{
	position: relative;
}
.home-slider.owl-carousel .owl-item img{
	width: auto;
}








#mainLogo{
    width: 220px;
    height: 43px;
 
}
.nav-link{
    font-weight: bold;
    text-transform: uppercase;
    color: var(--mainblue) !important;
}
.nav-link:hover {
    color: var(--yellow) !important
}
.MyButton{
    text-align: center;
    display: block;
    text-transform: initial;
    margin-top: 10px;
    padding: 0 30px !important;
    height: 50px;
    line-height: 50px;
    
}
.buttonYellow{
    color: var(--yellow) !important;
    border: 1px solid var(--yellow);
    background-color: rgba(0,0,0,0.3);
}
.buttonWhite{
    color: var(--primary) !important;
    border: 1px solid var(--primary);
}
.MyButton:hover {
    color: #FFF !important;
    border: 1px solid #FFF;
}

#header{
  position: absolute;
  z-index: 999;
  color: var(--mainblue);
  height: 117px;
  background: rgba(255,255, 255, 0.5);
}

header {
  background-color: #000000;
}

#navbarText{
    text-align: center;
    line-height: 55px;
}
#navbarText ul li{
   padding: 0 15px;
}
/*video slider*/
.main-video-slider{
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
/*  margin-bottom: 50px;*/
  opacity: 0;
  visibility: hidden;
  transition: all 1.2s ease;
}
.main-video-slider.slick-initialized {
  opacity: 1;
  visibility: visible;
}

.main-video-slider .slick-slide {
  position: relative;
  height: 38vw;
}
.main-video-slider .slick-slide:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000;
  opacity: 0.5;
  z-index: 1;

} 
.main-video-slider .slick-slide video {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
}
.main-video-slider .slick-slide iframe {
  position: relative;
  pointer-events: none;
}
.main-video-slider .slick-slide figure {
  position: relative;
  height: 100%;
}
.main-video-slider .slick-slide .slide-image {
  opacity: 0;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: all 0.8s ease;
}
.main-video-slider .slick-slide .slide-image.show {
  opacity: 1;
}
.main-video-slider .slick-slide .image-entity {
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.main-video-slider .slick-slide .loading {
  position: absolute;
  top: 44%;
  left: 0;
  width: 100%;
}
.main-video-slider .slick-slide .slide-media {
  -webkit-animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
          animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}
.main-video-slider .slick-slide.slick-active {
  z-index: 1;
}
.main-video-slider .slick-slide.slick-active .slide-media {
  -webkit-animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
          animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}
.main-video-slider .slick-slide.slick-active .caption {
  opacity: 1;
/*  transform: translateY(0);*/
-webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.5s;
animation: ;
  transition: all 0.8s cubic-bezier(0.32, 0.34, 0, 1.62) 0.6s;
}

.main-video-slider .caption {
  position: absolute;
    top: 35%;
    left: 8%;
    text-align: left;
    /* border: 3px solid; */
    color: #fff;
    margin: 0;
    font-weight: bold;
     letter-spacing:normal; 
    opacity: 0;
    z-index: 1;
    transition: all 0.5s ease;
    transform: translateY(100px);
    width: 35%;
    line-height: 1.2;
   
}
.main-video-slider .caption h1{
    margin: 50px 0;
    font-size: 72px;
     font-family: "Libre Bodoni", serif;
   font-style: italic;
   line-height: 1.2;
}
.main-video-slider .slick-dots {
  text-align: center;
  padding-top: 15px;
}
.main-video-slider .slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
.main-video-slider .slick-dots li button {
width: 10px;
    height: 10px;
    border: none;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 0 0 0 0 transparent;
    vertical-align: middle;
    color: #fff;
    transition: all 0.3s ease;
    opacity: 1;
}
.main-video-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #ffc107 !important;
}
.main-video-slider .slick-dots li button:before {
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: -1px !important;
    left: -3px !important;
    width: 15px !important;
    height: 15px !important;
    content: '•';
    text-align: center;
    opacity: 1;
    color: #fff !important;
}
.main-video-slider .slick-dots li button:focus {
  outline: none;
}
.main-video-slider .slick-dots li button:hover {
  opacity: 1;
}
.main-video-slider .slick-dots li.slick-active button {
  border-color: #d27727;
  opacity: 1;
}
.main-video-slider .slick-dots {
    bottom: 4% !important;
}

.main-video-slider .container {
  background-color: #f2f2f2;
  color: #444;
  line-height: 1.6;
  padding: 40px 0;
}
.main-video-slider .container .content {
  width: 90%;
  max-width: 980px;
  margin: 0 auto;
}
.main-video-slider .container p {
  margin-bottom: 40px;
}
.main-video-slider .caption, .main-video-slider .slick-slide::before, .main-video-slider .slick-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.main-video-slider .slick-slide {
    height: 100vh !important;
}
.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}
@-webkit-keyframes slideIn {
  from {
    filter: blur(15px);
  }
  to {
    filter: blur(0);
  }
}

@keyframes slideIn {
  from {
    filter: blur(15px);
  }
  to {
    filter: blur(0);
  }
}
@-webkit-keyframes slideOut {
  from {
    filter: blur(0);
  }
  to {
    filter: blur(15px);
  }
}
@keyframes slideOut {
  from {
    filter: blur(0);
  }
  to {
    filter: blur(15px);
  }
}


/*footer*/
.footer-main{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 130px 0 80px;
    z-index: 5;
    position: relative;
}
.footer-main .sec1,
.footer-main .sec2,
.footer-main .sec3,
.footer-main .sec4{
padding: 0 20px;
}
.footer-main .sec1{
  width: 15%; 
}

.footer-main .sec2{
width: 13%; 
}
.footer-main .sec3{
width: 24%; 
}
.footer-main .sec4{
    width: 27%; 
}
.footer-main h1{
    font-size: 15px;
    /* text-transform: uppercase;
    color: #fff;
    position: relative; */
/*    padding-bottom: 20px;*/
}
.footer-main .sec2 h1,
.footer-main .sec3 h1,
.footer-main .sec4 h1{
margin-bottom: 20px;
padding-bottom: 15px;
}
.footer-main h1{
    padding: 15px 0;
    margin: 0;
}
.footer-main h1:before{
position: absolute;
content: "";
height: 2px;
width: 100%;
background: #d27727;
bottom: 0;
left: 0;
}
.footer-main .sec1 img{
    width: 20%;
    /* margin: -50px 0 70px; */
}
footer{
    background-image: url(../images/footer-back-img.png);
    background-size: auto;
    background-position: bottom;
    width: 100%;
    background-color: #000;
/*    padding: 120px 0;*/
    background-repeat: no-repeat;
    z-index: 3;
/*    position: relative;*/
/*margin-top: 200px;*/
}
.footer-main h2{
    font-size: 18px;
    text-transform: uppercase;
    color:#d27727;
    font-weight: 600;
}
.footer-main h2 span{
    color: #fff;
    font-size: 14px;
    display: block;
    font-weight: normal;
}
.footer-main .sec4 img{
    width: 100%;
}
.footer-main .sec4 .social img{
    width: 40px;
    display: block;
    margin: 0 auto;
}
.footer-main .row{
 padding-bottom: 20px;
}
.footer-main .footer-contact{
    display: flex;
    align-items: flex-start;
}
.footer-main .sec3 img{
  margin-right: 10px;
  display: inline-block;
}
.footer-main .sec3 a,
.footer-main .sec1 a{
color: #fff;
text-decoration: none;
margin-bottom: 10px;
}
.rights{
    display: block;
    text-align: center;
    border: 1px solid #ffffff59;
    padding: 20px 0;
    border-right: none;
    border-left: none;
    color: #fff;
}
/*footer*/
.commomn-heading h1{
    text-align: center;
    font-size: 48px;
      font-family: "Libre Bodoni", serif;
      width: 100%;
      font-style: italic;
      font-weight: 100;
      margin-bottom: 20px;
}
.commomn-heading{
    text-align: center;
    margin-bottom: 40px;
        z-index: 3;
    position: relative;
}

#neonShadow {
  height: 50px;
  width: 185px;
  border: none;
  border-radius: 10px;
  transition: 0.3s;
  background-color: rgb(210 119 39);
  transition: 0.5s;
  right: 0%;
  top: 40%;
  text-decoration: none;
  box-shadow: 5px 5px 31px rgb(154 15 30 / 73%), -5px -5px 27px rgb(154 15 30 / 89%);
  padding: 20px;
  /* text-align: center; */
  margin: 60px auto 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#neonShadow span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-weight: 700;
  /* padding-right: 2.5%; */
  margin-right: 0px;
  font-size: 18px;
  transition: 0.3s;
  color: #fff;
}

#neonShadow span:hover{
    transition: 0.3s;
    opacity: 1;
    font-weight: 700;
    }

/*#neonShadow:hover{
  transform:translateY(-10px);
  transition:0.5s;
}*/

@keyframes glow{
  0%{
  box-shadow: 5px 5px 20px rgb(210, 119, 39),-5px -5px 20px rgb(210, 119, 39);}
  
  50%{
  box-shadow: 5px 5px 20px rgb(154, 15, 30),-5px -5px 20px rgb(154, 15, 30)
  }
  100%{
  box-shadow: 5px 5px 20px rgb(210, 119, 39),-5px -5px 20px rgb(210, 119, 39)
  }
}



/*.biryani-buffet*/
.biryani-buffet{
    background-color: #000;
}
.biryani-buffet .nav.nav-tabs{
    width: 100%;
    display: flex;
    justify-content: center;
    --bs-nav-tabs-link-active-border-color: none;
    border-bottom: none;
    --bs-nav-tabs-border-width: 0;
    --bs-nav-tabs-border-color: none;
    --bs-nav-tabs-border-radius: 0;
}
.biryani-buffet .nav-tabs .nav-link.active {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: transparent;
    border-color: transparent;
}
.biryani-buffet .nav-link{
    color: #fff !important;
    font-size: 18px;
    text-transform: uppercase;
    padding: 0 0 10px;
    position: relative;
    margin: 0 120px 0 0;
} 
.biryani-buffet .nav-item{
    position: relative;
}
.biryani-buffet .nav-item:before{
    position: absolute;
    content: url(../images/icons/star.png);
    right: 50px;
    top: 0;
}
.biryani-buffet .nav-item:nth-child(6):before{
    display: none;
}
.biryani-buffet .nav-link:before{
position: absolute;
bottom:0;
width: 0;
content: "";
height: 2px;
background-color: #d27727;
transition: all 0.3s;
}
.biryani-buffet .nav-link.active:before,
.biryani-buffet .nav-link:hover:before{
    width: 100%;
}
.buffet-wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
.buffet-wrap .buffet-single{
    width: 45%;
}
.buffet-wrap .buffet-single h2{
   font-size: 26px;
   font-style: italic;
     font-family: "Libre Bodoni", serif;
}
.buffet-wrap .buffet-single p{
   font-size: 12px;
   margin: 10px 0 20px 0;
}
.buffet-wrap .buffet-single span,
.popular-dishes .item span{
    font-size: 22px;
    color: #fff;
    margin-left: 10px;
}
.buffet-wrap .buffet-single span.discount,
.popular-dishes .item span.discount{
color: grey;
    text-decoration: line-through;
}
.buffet-wrap .buffet-single button,
.popular-dishes .item button{
  font-size: 16px;
    text-transform: uppercase;
    border-radius: 5px;
    height: 35px;
    width: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    background-color: #d27727;
    border: none;
    color: #fff;
}
.popular-dishes .item button img{
    width: 20px !important;
}
/*.buffet-wrap .buffet-single button img,
.popular-dishes .item button img{

}*/
.buffet-wrap .buffet-single button i,
.popular-dishes .item button i{
  font-size: 14px;
    color: #fff;
    margin-left: 5px;
}
.buffet-wrap .buffet-single {
    display: flex;
/*     margin-bottom: 30px; */
    position: relative;
    padding: 50px 0;
}


.buffet-wrap .buffet-single .price{
  margin-top: 90px;
    display: flex;
    justify-content: flex-end;
    margin-right: 25px;
}
.buffet-wrap .buffet-single .right-content{
    margin-left: 25px;
    width: 55%;
    position: relative;
    padding-right: 25px;
}
.buffet-wrap .buffet-single .right-content img.tag{
position: absolute;
right: 0;
top: 0;
}
.buffet-wrap .buffet-single .img-div{
    overflow: hidden;
    transition: all 0.3s;
    position: relative;
    border-radius: 30px;
    width: 45%;
    height: fit-content;
}


.buffet-wrap .buffet-single:hover .img-div img{
    transform: scale(1.1);
}
.buffet-wrap .buffet-single .img-div img{
transition: all 0.3s;
width: 100%;
}


.buffet-wrap .buffet-single .img-div:before{
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    height: 4px;
    width: 100%;
    background: #d27727;
    border-radius: 0 0 50px 50px;
    z-index: 2;
}
/*.buffet-wrap .buffet-single.line-bottom:before {
    position: absolute;
    content: url(../images/icons/horizontal-design.png);
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
}*/
.buffet-wrap .buffet-single.line-bottom{
    border-bottom: 1px solid #ffffff59;
}
.buffet-wrap:before {
    position: absolute;
    content: url(../images/icons/vertical-design.png);
/*    right: 0;*/
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.animate-icon{
    position: relative;
        overflow: hidden;
}
.animate-icon .ele1{
    position: absolute;
    bottom: -2%;
    left: -170px;
      animation: scale1 2.5s infinite;
  transition: all .2s ease-out;
}
@keyframes scale1 {
    0% {transform: scale(0.3);
  }
    50% {transform: scale(0.4);
  }
   100% {transform: scale(0.3);
 }
}
.animate-icon .ele2{
position: absolute;
top: 10%;
left: 0;
  animation: scale2 2.5s infinite;
  transition: all .2s ease-out;
}
@keyframes scale2 {
    0% {transform: translateY(0);
  }
    50% {transform: translateY(20px);
  }
   100% {transform: translateY(0);
 }
}
.animate-icon .ele3{
position: absolute;
    right: -91px;
    bottom: -41px;
    animation: scale2 2.5s infinite;
  transition: all .2s ease-out;
}
.animate-icon .ele4{
    position: absolute;
    bottom: 5%;
    left: 25%;
      animation: scale4 2.5s infinite;
  transition: all .2s ease-out;
}
@keyframes scale4 {
    0% {transform: rotate(0deg);
  }
    50% {transform: rotate(5deg);
  }
   100% {transform: rotate(0);
 }
}
.animate-icon .ele5{
    position: absolute;
    bottom: -66px;
    right: 23%;
    animation: scale5 2.5s infinite;
  transition: all .2s ease-out;
}
@keyframes scale5 {
      0% {transform: rotate(0deg);
  }
    50% {transform: rotate(10deg);
  }
   100% {transform: rotate(0);
 }
}
.animate-icon .ele6{
    position: absolute;
    top: 15%;
    right: 24%;
    animation: scale5 2.5s infinite;
  transition: all .2s ease-out;
}
.animate-icon .ele7{
position: absolute;
top: 30%;
right: 0;
animation: scale2 2.5s infinite;
  transition: all .2s ease-out;
}
.animate-icon .ele8{
position: absolute;
    top: 16%;
    left: 31%;
    animation: scale5 2.5s infinite;
  transition: all .2s ease-out;
}

/*.biryani-buffet*/

/*dish of the day*/
#dayaccordian{
/*    width: 70%;
    margin: 0 auto;*/
        --bs-accordion-border-color: none;
            z-index: 2;
    position: relative;
}
#dayaccordian .accordion-header{
   display: flex;
    align-items: center;
    /* background-color: #d27727; */
    padding: 10px 20px 25px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ffffff6b;
}
#dayaccordian .accordion-header span.dayname{
  margin-right: 10px; 
  border-right: 2px solid #fff;
  padding-right: 10px;
}
#dayaccordian .accordion-header .accordion-button{
    width: 100%;
    font-size: 32px;
    padding: 0;
}
#dayaccordian .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: transparent;
    box-shadow: none;
}
#dayaccordian .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
#dayaccordian .accordion-item  .accordion-button{
   display: flex;
    justify-content: center;
}
#dayaccordian .accordion-button,
#dayaccordian .accordion-header span{
    background-color: transparent;
/*    color: #fff;*/
    text-transform: uppercase;
    font-weight: 700;
}
#dayaccordian .accordion-header span{
font-size: 28px;
}
#dayaccordian .accordion-button::after{
    display: none;
}
#dayaccordian .accordion-button.collapsed .plus{
display: block;
}
#dayaccordian .accordion-button.collapsed .minus{
display: none;
}
#dayaccordian .accordion-button .plus{
display: none;
}
#dayaccordian .accordion-button .minus{
display: block;
}
#dayaccordian .accordion-button i{
    font-size: 20px;
}
#dayaccordian .accordion-button span span{
    font-size: 18px;
    font-weight: 400;
    font-style: italic;
    margin-left: 10px;
}
.accordion-button:focus {
    z-index: 3;
    border-color: transparent !important;
    outline: 0;
    box-shadow: none !important;
}
.accordion-body{
    background-color: #141414 !important;
}
.accordion-item {
    color: var(--bs-accordion-color);
    background-color: transparent !important;
}
/*dish of the day*/

/*popular dishes*/
.bg-black{
    background-color: #000;
}
.popular-dishes .main-wrap{
    margin: 20px 0;
}
.popular-dishes .item{
    margin: 0 40px;
}
.popular-dishes .item h1{
  font-size: 28px;
   font-style: italic;
     font-family: "Libre Bodoni", serif;
     margin: 20px 0;
}
.popular-dishes .item .price{
    display: flex;
    justify-content: space-between;
}
.popular-dishes .img-wrap{
    overflow: hidden;
    border-radius: 20px;
}
.popular-dishes .img-wrap img{
   transition: all 0.3s;
}
.popular-dishes .img-wrap:hover img{
    transform: scale(1.1);
}
.popular-dishes .owl-item.center .item{
    margin-top: 50px;
}
.popular-dish-slider.owl-theme .owl-dots .owl-dot.active span, 
.popular-dish-slider.owl-theme .owl-dots .owl-dot:hover span {
    background: #d27727;
}
.popular-dish-slider.owl-theme .owl-dots .owl-dot span {
    background: #fff;
    margin-top: 40px;
}
.popular-dish-slider.owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    top: 40%;
    width: 100%;
}
.popular-dish-slider.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 56px;
    margin: 5px;
    padding: 0;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
}
 .popular-dish-slider.owl-carousel .owl-nav .owl-next{
position: absolute;
right: -5%;
 }
 .popular-dish-slider.owl-carousel .owl-nav .owl-prev{
position: absolute;
left: -5%;
 }
/* blog*/
.blog-main{
 display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    z-index: 2;
  
    padding: 100px 100px 30px;
    position: relative;
}
.blog-out{
   background-color: #141414;   
}
.blog-out a.view-all{
    display: block;
    text-align: center;
    /* margin-bottom: 30px; */
    padding-bottom: 30px;
    text-decoration: none;
    font-weight: 600;
    font-size: 22px;
}
a:hover{
    color: #9a0f1e !important;
    transition: all 0.3s;
}
  .blog-main .blog-single {
    width: 25%;
    margin: 0 20px;
}
.blog-main .blog-single h2 {
    font-size: 28px;
    font-style: italic;
    font-family: "Libre Bodoni", serif;
    margin: 20px 0;
}
.blog-main .blog-single .img-div{
    position: relative;
    overflow: hidden;
}
.blog-main .blog-single .img-div a,
.blog-main .blog-single .img-div i{
       position: absolute;
    top: 10%;
    left: 4%;
}
.blog-main .blog-single .img-div a i,
.blog-main .blog-single .img-div  i{
    background-color: #d27727;
    border-radius: 10px;
    padding: 8px;
    color: #d27727;
    font-size: 34px;
}

.blog-main .blog-single .bottom-div{
    display: flex;
    justify-content: space-between;
    margin: 20px 40px 0 0;
}
.blog-main .blog-single .bottom-div p img{
    width: 15px;
}
.review-main{
    z-index: 2;
    position: relative;
}
header .login.dropdown{
list-style:none !important;
}
header .dropdown-menu[data-bs-popper] {
    top: 100%;
    right: 0 !important;
    margin-top: var(--bs-dropdown-spacer);
    width: 260px !important;
}

.login .btn-close{
    position: absolute;
    top: 10px;
    right: 10px;
}
.login .btn{
    background-color:#d27727;
    color: #fff;
    font-size: 18px;
    border-radius: 10px;
    width: 200px;
    margin: 10px auto 20px;
    display: block;
}
.login .form-group{
    margin-bottom: 20px;
}
.login .common-btn{
    border: none;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}
.login .common-btn a{
    color:#d27727;
}
.login .commomn-heading{
    margin-bottom: 0;
}
.login .modal-body{
    padding: 0 35px;
}
.login .modal-header{
    border-bottom: none;
}
.login  .tab-content{
    padding: 35px 0;
}
.login .modal-body .nav-link{
text-transform: capitalize !important;
border: none;
font-size: 20px;
}
.login .modal-body .nav-link.active{
border-bottom: 2px solid #d27727;
}
.login .form-label {
    margin-bottom: 5px;
    font-weight: 500;
}
.login .form-label span{
    color: #ff0000ab;
}
.login .form-control{
border-radius: 0 !important;
}
.btn:hover{
    background-color: #9a0f1e !important;
    color: #fff !important;
}
.login .commomn-heading h1 {
    font-size: 32px;
}
.banner{
    width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    color: white;
    width: 100%;
    height: calc(100vh - 1px);
    position: relative;
    text-align: center;
}
.banner img.banner-img{
    width: 100%;
/*    position: fixed;*/
}
.banner .down-arrow{
    position: absolute;
    bottom: 5%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 50px;
    animation: bouncy 3s ease infinite ;
  display: block;
}
.banner a{
    display: block;
}
  @keyframes bouncy {
 0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
}
40% {
    transform: translateY(-30px);
}
60% {
    transform: translateY(-15px);
}
  }
.inner-wrap{
    background-color: #000;
    position: relative;
    z-index: 2;
}
.menu-outer #list-example{
    position:.sticky;
    top: 200px;
    border-radius: 0;
    border: none;
}

.menu-outer #list-example{
    position:sticky;
    top: 200px;
    border-radius: 0;
    border: none;
}

.menu-outer .list-group-item.active,
.menu-outer .list-group-item:hover{
    background-color:transparent;
    border: none;
    color: #fff;
      border-bottom: 2px solid #d27727;
}
.menu-outer .list-group-item{
       border: none;
    border-bottom: 1px solid #ffffff36;
    background-color: transparent;
    color: #fff;
    font-size: 22px;
    padding: 20px 10px;
    transition: all 0.3s;
    display: flex;
    justify-content: space-between;
}
.menu-outer .list-group-item img{
  width: 20px;  
  opacity: 0;
  transition: all 0.5s;
  transform: translateX(0);
}
.menu-outer .list-group-item.active img{
opacity: 1;
transform: translateX(10px);
}
.menu-buffet-wrap{
padding: 0 0 0 80px ;
}
.buffet-wrap.menu-buffet-wrap:before {
    left: 53%;
}
.list-group-item-action:focus{
    background-color: transparent !important;
}

/*our story*/

.story-wrap{
        height: 90vh;
    display: block;
}

.inner, .nav-panel ul .nav-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
}

.story-main .scene {
  width: 100%;
  height: 100%;
}

.story-main .page {
  z-index: 1;
  position: absolute;
  top: 10%;
  left: 0;
  width: 100%;
  height: 100vh;
  transition: transform .7s, opacity .7s, z-index .7s;
  will-change: transform, opacity;
}
.story-main .page:nth-child(1) .left {
  background-image: url("http://gdurl.com/JumZ");
}
.story-main .page:nth-child(1) .right {
  background-image: url("http://gdurl.com/tah2");
}
.story-main .page:nth-child(2) .left {
  background-image: url("http://gdurl.com/Anpo");
}
.story-main .page:nth-child(2) .right {
  background-image: url("http://gdurl.com/HqbQ");
}
.story-main .page:nth-child(3) .left {
  background-image: url("http://gdurl.com/eZWU");
}
.story-main .page:nth-child(3) .right {
  background-image: url("http://gdurl.com/DvBU");
}
.story-main .page:nth-child(4) .left {
  background-image: url("http://gdurl.com/Yyit");
}
.story-main .page:nth-child(4) .right {
  background-image: url("http://gdurl.com/4jWZ");
}
.story-main .page.active {
  z-index: 5;
  transition: transform .7s, opacity .7s, z-index 0s .7s;
}
.story-main .page.active .half {
  transform: translateX(0) !important;
  transition: transform .7s ease-out;
}
.story-main .page.previous {
  opacity: 0.4 !important;
  visibility: visible !important;
  transition: transform .7s, opacity .7s, z-index 0s;
}
.story-main .page.small {
  transform: scale(0.8);
  opacity: 0;
}
.story-main .page.small .half {
  transform: translateX(0) !important;
}
.story-main .page:nth-child(2) .left {
  transform: translateX(-100%);
}
.story-main .page:nth-child(2) .right {
  transform: translateX(100%);
}
.story-main .page:nth-child(3) .left {
  transform: translateX(-100%);
}
.story-main .page:nth-child(3) .right {
  transform: translateX(100%);
}
.story-main .page:nth-child(4) .left {
  transform: translateX(-100%);
}
.story-main .page:nth-child(4) .right {
  transform: translateX(100%);
}
.story-main .page:nth-child(5) .left {
  transform: translateX(-100%);
}
.story-main .page:nth-child(5) .right {
  transform: translateX(100%);
}
.story-main .page:nth-child(6) .left {
  transform: translateX(-100%);
}
.story-main .page:nth-child(6) .right {
  transform: translateX(100%);
}
.story-main .page:nth-child(7) .left {
  transform: translateX(-100%);
}
.story-main .page:nth-child(7) .right {
  transform: translateX(100%);
}
.story-main .page:nth-child(8) .left {
  transform: translateX(-100%);
}
.story-main .page:nth-child(8) .right {
  transform: translateX(100%);
}
.story-main .page:nth-child(9) .left {
  transform: translateX(-100%);
}
.story-main .page:nth-child(9) .right {
  transform: translateX(100%);
}
.story-main .page:nth-child(10) .left {
  transform: translateX(-100%);
}
.story-main .page:nth-child(10) .right {
  transform: translateX(100%);
}

.story-main .half {
  position: absolute;
  top: 0;
  width: 50%;
  height: 50%;
  background-size: cover;
  transition: transform .7s ease-in;
  will-change: transform;
}
.story-main .half.left {
  left: 0;
}
.story-main .half.right {
  left: 50%;
}
.story-main .half.withText:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
}

.story-main .heading {
  position: absolute;
  z-index: 500;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 3.5rem;
  color: #fff;
}

.story-main .nav-panel {
  position: absolute;
  top: 20%;
  right: 2%;
  transform: translateY(-50%);
  z-index: 1000;
  transition: opacity 0.5s, transform 0.5s cubic-bezier(0.57, 1.2, 0.68, 2.6);
  will-change: transform, opacity;
}
.story-main .nav-panel.invisible {
  opacity: 0;
  transform: translateY(-50%) scale(0.5);
}
.story-main .nav-panel ul {
  list-style-type: none;
}
.story-main .nav-panel ul .nav-btn {
  position: relative;
  overflow: hidden;
  width: 1rem;
  height: 1rem;
  margin-bottom: 0.5rem;
  border: 0.12rem solid #9a0f1e;
  border-radius: 50%;
  cursor: pointer;
  transition: border-color, transform 0.3s;
  will-change: border-color, transform;
}
.story-main .nav-panel ul .nav-btn:after {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%) scale(0.3);
  background-color: #9a0f1e;
  opacity: 0;
  transition: transform, opacity 0.3s;
  will-change: transform, opacity;
}
.story-main .nav-panel ul .nav-btn.active:after, .nav-panel ul .nav-btn:hover:after {
  transform: translateX(-50%) translateY(-50%) scale(0.7);
  opacity: 1;
}
.story-main .nav-panel ul .nav-btn:hover {
  border-color: #D9B310;
  transform: scale(1.2);
}
.story-main .nav-panel ul .nav-btn:hover:after {
  background-color: #D9B310;
}
.story-main .nav-panel .scroll-btn {
  position: absolute;
  left: 0;
  width: 1rem;
  height: 1rem;
  border: 0.2rem solid #fff;
  border-left: none;
  border-bottom: none;
  cursor: pointer;
  transform-origin: 50% 50%;
  transition: border-color 0.3s;
}
.story-main .nav-panel .scroll-btn.up {
  top: -1.6rem;
  transform: rotate(-45deg);
}
.story-main .nav-panel .scroll-btn.down {
  bottom: -1.2rem;
  transform: rotate(135deg);
}
.story-main .nav-panel .scroll-btn:hover {
  border-color: #D9B310;
}

.story-main .p1 {
  margin:0 2em;
  padding: 20px 0;
  display: block;
  color: #F4F4F4;
  background-color: rgb(210 119 39);
  vertical-align: center;
  text-align: center;
  position: relative;
  font-size: 18px;
}

.story-main .p2 {
  position: absolute;
  bottom: 0;
  font-size: 100%;
  margin:0 2em;
padding: 20px 0;
    display: block;
    color: #F4F4F4;
    background-color: rgb(210 119 39);
  vertical-align: center;
  text-align: center;
  width: 80%;
  font-size: 18px;
}

.story-main .page {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.story-main .page.active {
  opacity: 1;
}
.story-main{
    overflow: hidden;
}
.story-main .nav-panel ul{
    padding: 0;
    margin: 0;
}
/*our story*/
.blog-page{
    margin-top: 50px;
    position: relative;
}
.blog-page .blog-single{
    margin-bottom: 100px;
}
.blog-page .ele1{
position: absolute;
    top: 5%;
    left: 0%;
}

.blog-page .ele2{
position: absolute;
    top: 30%;
    right: 4%;
}

.blog-page .ele3{
position: absolute;
bottom: 0;
left: 0;
}

.blog-page .ele4{
position: absolute;
bottom: 0;
right: 0;
}
.contact-form{
  width: 80%;
    margin: 0 auto;
    border: 1px solid #d27727;
    border-radius: 10px;
    padding: 40px;
}
.contact-form .form-control,
.contact-form textarea{
    border: none;
    border-bottom: 1px solid #80808059;
    border-radius: 0;
    padding: 10px 0;
}
.contact-form textarea{
    width: 100%;
}
.contact-form .form-group{
    margin-bottom: 30px;
}
.contact-form .btn{
    background: #d27727;
    border-radius: 5px;
    color: #fff;
    padding: 10px 20px; 
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
}
.contact-page{
    position: relative;
    padding: 100px 0;
}
.contact-page .handi-con{
  position: absolute;
    right: 15px;
    bottom: -36px;
    width: 285px;
    transform: rotate(-19deg);
}

.cata-sub-nav {
    background: #eee;
    padding: 20px 15px 20px;
    margin: 0 37px;
    /* Make this scrollable when needed */
    overflow-x: auto;
    /* We don't want vertical scrolling */
    overflow-y: hidden;
    /* Make an auto-hiding scroller for the 3 people using a IE */
    -ms-overflow-style: -ms-autohiding-scrollbar;
    /* For WebKit implementations, provide inertia scrolling */
    -webkit-overflow-scrolling: touch;
    /* We don't want internal inline elements to wrap */
    white-space: nowrap;
    /* Remove the default scrollbar for WebKit implementations */
}
.cata-sub-nav::-webkit-scrollbar {
        display: none;
    }
.cata-sub-nav ul {
    margin: 0;
        display: flex;
          -webkit-padding-start: 0px;
}
.cata-sub-nav li {
    display: inline-table;
    margin: 0 10px;
        font-size: 16px;
} 
.arrow{
  background: red;
}
.nav-prev {
    width: 25px;
    height: 25px;
    position: absolute;
    left: 7px;
    margin-top: -2px;
}
.nav-next {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 7px;
    margin-top: -22px;
}
.banner.story-banner{
    height: auto !important;
}
.related-blog .blog-main{
    padding: 0 30px;
}
.related-blog .blog-main .blog-single{
    width: 100%;
    margin-bottom: 0;
}
.related-blog .blog-main .blog-single:nth-child(1){
    border-bottom: 1px solid #ffffff59;
    margin-bottom: 20px;
}
.related-blog .blog-main .blog-single .bottom-div p{
    display: flex;
    align-items: center;
}
.blog-left{
    position: relative;
    z-index: 3;
    padding-right: 50px;
}
.blog-left h2{
  font-style: italic;
    font-family: "Libre Bodoni", serif;
    margin:30px 0 20px;
}
.blog-left .img-wrap{
    overflow: hidden;
    position: relative;
}
.blog-left .img-wrap img{
   transition: all 0.3s;
   width: 100%;
}
.blog-left .img-wrap:hover img{
   transform: scale(1.1);
}
.review-bottom{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid grey;
    border-top: 1px solid grey;
    padding: 20px 0;
    margin-top: 30px;
}
.review-bottom .left{
    display: flex;
}
.review-bottom .right img{
    width: 25px;
    margin: 0 5px;
}
.review-bottom .left p{
    margin-right: 20px;
    margin-bottom: 0;
}
.blog-left .date img{
width: 20px;
}
.blog-left .date{
margin-top: 30px;
}

.fix-strip{
   position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
    padding: 0 15px;
   z-index: 99;
  opacity: 0;
  display: none;
}
.fix-strip a{
    font-size: 18px;
     color: #d27727;
    font-family: "Libre Bodoni", serif;
    font-style: italic;  
}
/*---------------------------------*/
.story-timeline .UpperPart {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  z-index: 3;
  background-color: #000;
}

.story-timeline .UpperPart-Img {
  padding: 50px;
}

.story-timeline .UpperPart-Img img {
  height: 100%;
  width: 100%;
}

.story-timeline .UpperPart-text {
  height: auto;
  padding: 50px 50px 50px 0px;
  text-align: left;
  line-height: 2;
}

.story-timeline .UpperPart-Title {
 color: #d27727;
    font-family: "Libre Bodoni", serif;
    font-style: italic;  
  padding: 20px;
  font-size: 30px;
  font-weight: 600;
}

.story-timeline .UpperPart-SubTitle {
  color: #2F2F2F;
  padding: 20px;
  font-weight: 500;
}

.story-timeline .UpperPart-Description {
  font-size: 20px;
  color: #fff;
  padding: 20px;
}


/******* this is the upper horizontal and vertical lines *************************************************/
.story-timeline .connection-line {
  height: 30vh;
  width: 50%;
  background-color: white;
  margin-top: -10vh;
  margin-left: 25%;
  margin-right: 25%;
  border-right: 1.2px solid #d27727;
  z-index: 3;
}
.story-timeline .horizontal-lines {
  display: block;
  width: 0px;
  height: 1.2px;
  margin-top: 30vh;
  position: absolute;
  background-color: #d27727;
  animation-name: animated-line;
  -webkit-animation-name: animated-line;
  -ms-animation-name: animated-line;
  -moz-animation-name: animated-line;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
  -ms-animation-duration: 3s;
  -moz-animation-duration: 3s;
  animation-delay: 1s;
  -ms-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
}

.story-timeline #line-left {
  left: 50%;
}

.story-timeline #line-right {
  right: 25%;
}

.story-timeline #line-center {
  margin: auto;
}

/************************************************************************************/

/********************************************************/

.story-timeline .timeline {
  list-style: none;
  padding-top: 10vh;
  position: relative;
  z-index: -3;
}

.story-timeline .timeline:before {
 top: 400px;
    bottom: 0;
    position: fixed;
    content: " ";
    width: 1.5px;
    background-color: #fff;
    border: 2px solid #fff;
    left: 50%;
    height: 100%;
    z-index: -5;
}

.story-timeline .timeline:after {
  top: 400px;
  bottom: 0;
  position: fixed;
  content: " ";
  width: 1.5px;
  background-color: #d27727;
  left: 50%;
  border: 1.25px solid #d27727;
  height: 50vh;
  z-index: -5;
}

/************************************************************************************/

.story-timeline .timeline>li {
  position: relative;
}

/************************************************************************************/

.story-timeline .timeline>li:before, .story-timeline .timeline>li:after {
  content: " ";
  display: table;
}

.story-timeline .timeline>li:after {
  clear: both;
}

/************************************************************************************/

.story-timeline .timeline-panel {
  width: 35%;
  height: 500px;
  float: left;
  padding: 50px;
  position: relative;
  text-align: justify;
  color:#000000;
}

/************************************************************************************/

.story-timeline .timeline-panel:before {
  position: absolute;
  top: 29%;
  right: -6vw;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #d27727;
  content: " ";
  background-color: white;
  z-index: 99;
}

/************************************************************************************/

.story-timeline .timeline-panel-img img {
  width: 100%;
  height: auto;
  max-width: 40vw;
  max-height: 35vh;
  left: auto;
  right: auto;
}

/************************************************************************************/

.story-timeline .timeline-panel-img:before {
  position: absolute;
  top: 29%;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #d27727;
  content: " ";
}

/************************************************************************************/

.story-timeline .timeline-panel:after {
  position: absolute;
  top: 31%;
  right: -14.25vw;
  display: inline-block;
  width: 8.3vw;
  height: 1px;
  background-color: #d27727;
  content: " ";
  z-index: -3;
}

/************************************************************************************/

.story-timeline .timeline-badge.active {
  color: #d27727;
  animation-name: lines;
  -webkit-animation-name: lines;
  -ms-animation-name: lines;
  -moz-animation-name: lines;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-delay: 0s;
  -ms-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
}

/************************************************************************************/

.story-timeline .timeline-panel-body {
  opacity: 1;
}

/************************************************************************************/

.story-timeline .timeline-panel.active:after {
  animation-name: lines2;
  -webkit-animation-name: lines2;
  -ms-animation-name: lines2;
  -moz-animation-name: lines2;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
}

/************************************************************************************/

.story-timeline .timeline-panel.active:before {
  animation-name: lines3;
  -webkit-animation-name: lines3;
  -ms-animation-name: lines3;
  -moz-animation-name: lines3;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-delay: 1s;
  -ms-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
}

/************************************************************************************/

.story-timeline .timeline-panel-img.active:before {
  animation-name: ani-img;
  -webkit-animation-name: ani-img;
  -ms-animation-name: ani-img;
  -moz-animation-name: ani-img;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-delay: 1s;
  -ms-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
}

/************************************************************************************/

.story-timeline .timeline-badge {
  color: #d27727;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  line-height: 100px;
  font-size: 2em;
  text-align: center;
  position: absolute;
  top: 20%;
  left: 50%;
  margin-left: -60px;
  background-color: #000;
  border: 1px solid #d27727;
  z-index: 100;
}

/************************************************************************************/

.story-timeline .timeline-body p {
  font-size: 16px;
  line-height: 2;
  text-align: start;
}

/************************************************************************************/

.story-timeline .timeline-panel.timeline-inverted, .story-timeline .timeline-inverted>.timeline-panel {
  float: right;
}

.story-timeline .timeline-panel.timeline-inverted:before, .story-timeline .timeline-inverted>.timeline-panel:before {
  left: -6vw;
  right: auto;
}

.story-timeline .timeline-panel.timeline-inverted:after, .story-timeline .timeline-inverted>.timeline-panel:after {
  background-color: #d27727;
  left: -15.2vw;
  right: auto;
  width: 10vw;
}
.story-timeline .timeline-title{
  font-size: 2em;
  line-height: 1.5;
  text-align: center;
  font-weight: 600;
}

/************************************************************************************/


.story-timeline .endpart {
  position:relative;
  height: 50vh;
  background-color: white;
  z-index: 3;
  margin-top:100px;
  text-align:center;
}
.story-timeline .endpart p{
  padding-top:200px;
}
/************************************************************************************/
@keyframes animated-line {
  0% {
    width: 0px;
  }
  100% {
    width: 25%;
  }
}

@keyframes ani-img {
  0% {
    background-color: #d27727;
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
  }
  50% {
    background-color: #d27727;
    transform: scale(2, 2);
    -ms-transform: scale(2, 2);
    -webkit-transform: scale(2, 2);
    -moz-transform: scale(2, 2);
  }
  100% {
    background-color: #d27727;
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
  }
}

@keyframes ani-panel {
  0% {
    color: #d27727;
    ;
    opacity: 0;
  }
  50% {
    color: #d27727;
    opacity: 0.5;
  }
  100% {
    color: #d27727;
    opacity: 1;
  }
}

@keyframes ani-body {
  0% {
    color: #d27727;
  }
  50% {
    color: #d27727;
  }
  100% {
    color: #d27727;
  }
}

@keyframes lines3 {
  0% {
    border: 1px solid #d27727;
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
  }
  50% {
    border: 1.25px solid #d27727;
    transform: scale(2, 2);
    -ms-transform: scale(2, 2);
    -webkit-transform: scale(2, 2);
    -moz-transform: scale(2, 2);
  }
  100% {
    border: 1.5px solid #d27727;
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
  }
}

@keyframes lines {
  0% {
    border: 1px solid #d27727;
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
  }
  50% {
    border: 1.25px solid #d27727;
    transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    -webkit-transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
  }
  100% {
    border: 1.5px solid #d27727;
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
  }
}

@keyframes lines2 {
  0% {
    height: 1px;
  }
  50% {
    height: 1.25px;
    background-color: #d27727;
  }
  100% {
    height: 1.5px;
    background-color:#d27727;
  }
}
@media (max-width: 1023px)
and (-webkit-min-device-pixel-ratio:1)
  {
  .story-timeline .connection-line {
    display: none;
  }
 .story-timeline  .timeline {
    padding-top: 50px;
    margin-left: 0;
  }
  .story-timeline .timeline:before {
    left: 50%;
    display: none;
  }
  .story-timeline .timeline:after {
    left: 50%;
    display: none;
  }
  .story-timeline .timeline>li {
    padding-bottom: 10%;
  }
  .story-timeline .timeline>li>.timeline-badge {
    width: 125px;
    height: 125px;
    border-radius: 50%;
    line-height: 125px;
    font-size: 2em;
    left: 50%;
    top: 0;
    margin-bottom: 50px;
    position: relative;
  }
  .story-timeline .timeline-badge.active {
    color: #d27727;
    animation-name: lines-mob;
    -webkit-animation-name: lines-mob;
    -ms-animation-name: lines-mob;
    -moz-animation-name: lines-mob;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-delay: 0s;
    -ms-animation-delay: 0s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
  }
  .story-timeline .timeline>li>.timeline-panel {
    width: 100vw;
    height: 35vh;
    float: none;
    left: 0%;
    background-color: #000;
    z-index: 5;
    display: block;
    padding: 5%;
    height: auto;
    text-align: justify;
  }
  .story-timeline .timeline>li>.timeline-panel.timeline-inverted, .story-timeline .timeline>li.timeline-inverted>.timeline-panel {
    float: none;
  }
  .story-timeline .timeline>li>.timeline-panel::before {
    display: none;
  }
  .story-timeline .timeline>li>.timeline-panel::after {
    display: none;
  }
  .story-timeline .timeline>li>.timeline-panel-img::before {
    display: none;
  }
  .story-timeline .timeline>li>.timeline-panel-img::after {
    display: none;
  }
  .story-timeline .timeline-body p {
    font-size: 90%;
    line-height: 1.25;
  }
  .story-timeline .timeline-title {
    text-align: center;
    font-size: 1.5em;
  }
  .story-timeline .timeline-panel-img img {
    width: 100%;
    height: auto;
    max-width: 90vw;

    left: auto;
    right: auto;
  }


  @keyframes lines-mob {
    0% {
      border: 1px solid #d27727;
      transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -webkit-transform: scale(1, 1);
      -moz-transform: scale(1, 1);
    }
    50% {
      border: 1.25px solid #d27727;
      transform: scale(1.2, 1.2);
      -ms-transform: scale(1.2, 1.2);
      -webkit-transform: scale(1.2, 1.2);
      -moz-transform: scale(1.2, 1.2);
    }
    100% {
      border: 1.5px solid #d27727;
      transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -webkit-transform: scale(1, 1);
      -moz-transform: scale(1, 1);
    }
  }
  .story-timeline .timeline-body p {
    font-size: 1em;
    line-height: 1.4;
    text-align: justify;
  }

}



.buffet-wrap .buffet-single .plus-minus{
    margin-left: 5px;
}
.buffet-wrap .buffet-single .plus-minus .plus-btn{
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.4);
    padding: 0px 5px;
}
#addon-modal .modal-body{
    position: relative;
    padding: 0;
}
#addon-modal .addon-heading h1{
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    background-color: #8080800d;
    margin: 15px 0 10px 0;
}
#addon-modal .item-single{
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
}
#addon-modal .item-single span{
    font-size: 16px;
}
#addon-modal .addon-heading{
    height: 300px;
    overflow-y: auto;
    padding: 20px;
}
#addon-modal .add-to-cart{
  display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 25px;
    position:.sticky;
    bottom: 0;
    left: 0;
    width: 95%;
    border-radius: 0;
    margin: 0 auto;
    border-top: 2px solid gray;
    background-color: #fff;
}
#addon-modal .add-to-cart p,
#addon-modal .add-to-cart button{
   font-size: 18px;
   font-weight: 600;
   color: #000;
   margin-bottom: 0;
}
#addon-modal .add-to-cart button{
    text-transform: uppercase;
    border: none;
    background-color: transparent;
}
#addon-modal .modal-header{
    background: #d27727;
    color: #fff;
}
.cart-navigation{
   position: fixed;
    bottom: 0;
    width: 60%;
    border-radius: 20px 20px 0 0;
    background-color: #d27727;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 15px 20px;
    border: 1px solid grey;
    align-items: center;
}
.cart-navigation .item-added span,
.cart-navigation .item-added p{
font-size: 18px;
font-weight: 500;
}
.cart-navigation .item-added{
    text-align: center;
}
.cart-navigation .item-added span{
   font-size: 14px;
    font-weight: 700;
}
.cart-navigation .item-added p{
    margin-bottom: 0;
    font-size: 18px;
}
.cart-navigation a{
    background-color: #000;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 20px;
    text-transform: uppercase;

}
.address-div{
    border-radius: 10px;
    background-color: #fff;
    margin: 0 65px;
}
.main-cart-wrap{
 background-color: #f8f8f8;   
 padding: 50px 0;
}
.address-top{
display: flex;
align-items: flex-start;
 padding-bottom: 20px;
 border-bottom: 1px solid #80808059;
}
.address-top .address{
display: flex;
align-items: flex-start;
}
.address-top .address p{
    margin-left: 10px;
    margin-right: 20px;
}
.address-top p{
    margin-bottom: 0;
    color: #000;
}
.purchase-item .item{
/*    display: flex;*/
    justify-content: space-between;
/*    align-items: center;*/
border-bottom: 1px solid lightgrey;
    padding: 20px 0;
}
.purchase-item .item p{
   margin-bottom: 0;
    color: #000;
    font-size: 16px;
    font-weight: 600;
  
}
.purchase-item .item .mein-menu,
.purchase-item .item .addon-menu{
   display: flex;
    justify-content: space-between;
}
.purchase-item .item .addon-menu,
.purchase-item .item .price{
margin-left: 40px;
}
.purchase-item .item .edit-addon{
    color: #d27727;
}
.purchase-item{
    padding: 20px;
}

.purchase-item .plus-btn span{
    margin: 0 2px;
    font-size: 22px;
}
.purchase-item .left span.addon{
   font-size: 14px;
   color: grey;
}

.heading{
 font-size: 22px;
 font-weight: 600;
}
.payment-wrap .bill-single{
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}
.cart-wrap .header a{
color: #000;
font-size: 22px;
font-weight: 600;
}
.cart-wrap .header{
    padding: 20px 0;
    background: #d27727;
}
.coupon-div{
    display: flex;
    justify-content: space-between;
    padding: 20px 15px;
    box-shadow: 0px 0px 6px #0000002e;
    border-radius: 5px;
    margin-top: 25px;
    align-items: center;
}
.coupon-div p{
    color: #000;
    margin-bottom: 0;
}
.coupon-div button{
   background-color: #d27727;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 0 10px;
    border-radius: 5px;
    height: 35px;
}
#coupon-modal .gift-img{
    position: absolute;
    bottom: 0;
    right: 0;
}
#coupon-modal .modal-header{
    background-color: #d27727d4;
    position: relative;
}
.promo-code input{
    position: relative;
}
.promo-code span{
      position: absolute;
    right: 30px;
    top: 25px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
}
.offer-wrap .offer-single button{
  background-color: #d27727d4;  
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
    padding: 0 10px;
    margin-bottom: 5px;
}
.offer-wrap .offer-single span,
.offer-wrap .offer-single p{
    color: #000;
    font-weight: 600;
}
.offer-wrap .offer-single p{
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
}
.offer-wrap .offer-single p span:nth-child(2){
    text-transform: uppercase;
}
.offer-wrap .offer-single{
    padding: 20px 0;
    border-bottom: 1px solid lightgrey;
}
#coupon-apply-modal .success-apply p{
font-size: 18px;
    color: #000;
}
#coupon-apply-modal .success-apply h1{
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}
#coupon-apply-modal .success-apply {
    background-color: #d27727d4;
    border-radius: 10px;
    width: 100%;
    text-align: center;
    padding: 50px 0;
}
#coupon-apply-modal .modal-header{
    padding: 0;
    border-radius: 10px;
    background: transparent;
    border-bottom: none;
}

#coupon-apply-modal .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: transparent;
    pointer-events: auto;
    background-color: transparent;
    background-clip: padding-box;
    border: none;
    border-radius: inherit;
    outline: 0;
}
#coupon-apply-modal .btn-close{
    position: absolute;
    right: 0;
    top: 0;
}
.applied-coupon {
    position: relative;
}
.applied-coupon span{
   position: absolute;
    right: -4px;
    top: -21px;
    font-size: 28px;
}
.bill-wrap .Pay-amount,
.change-address .save-address{
    background: #000;
    color: #fff;
    width: 100%;
    height: 50px;
    font-size: 22px;
    font-weight: 600;
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.change-address{
    width: 40%;
    margin: 0 auto;
    box-shadow: 0px 0px 6px #0000002e ;
}
.change-address .header h1{
font-size: 22px;
}
.change-address .header{
    position: relative;
      background-color: transparent;
    padding: 20px 30px;
    border-bottom: 1px solid #80808059;
}
.change-address .header a{
   position: absolute;
    top: -30px;
    right: -7px;
    font-size: 35px;
}
.change-address .body{
    padding: 20px;
}
.change-address .edit-add{
    margin:30px 0 ;
}
.payment-wraper h1{
    font-size: 22px;
}
.payment-wraper p{
    font-size: 16px;
    color: #000;
}
.payment-mode{
    display: flex;
    flex-wrap: wrap;
    margin: 0 10px;
   
}
.payment-mode .payment-single{
    border-radius: 10px;
    background-color:#d27727d4 ;
    width: 25%;
    margin: 0 10px;
     display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.payment-mode .payment-single h3{
    font-size: 14px;
    color: #fff;
}


footer button.back-to-top{
  margin: 0 !important;
  padding: 0 !important;
  background: #fff;
    height: 0px;
  width: 0px;
  overflow: hidden;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
  color: transparent;
    clear: both;
  visibility: hidden;
  position: fixed;
  cursor: pointer;
  display: block;
  border: none;
  right: 50px;
    bottom: 75px;
  font-size: 0px;
  outline: 0 !important;
  z-index: 99;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
footer button.back-to-top:hover,
footer button.back-to-top:active,
footer button.back-to-top:focus,{
  outline: 0 !important;
}
footer button.back-to-top::before,
footer button.back-to-top::after {
  content: "";
    display: block;
    vertical-align: middle;
    border-bottom: solid 10px #EA5D5F;
    border-left: solid 10px transparent;
    line-height: 0;
    border-right: solid 10px transparent;
    height: 0;
    margin: 18px auto 0;
    width: 0;
  border-radius:20px;
  visibility: hidden;
}
footer button.back-to-top.show::after,
footer button.back-to-top.show::before{
  visibility: visible;
}
footer button.back-to-top::after {
  border-bottom-color:#fff;
      position: relative;
  top:-24px;
}
footer button.back-to-top.show {
  display: block;
  background: #fff;
  color: #00ab6c;
  font-size: 25px;
  right: 25px;
    bottom: 50px;
  height: 50px;
  width: 50px;
  visibility: visible;
    box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
}
footer button.back-to-top.show:active {
  box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
}

#sidebar {
  width: 300px;
  background: #d27727;
  position: absolute;
  height: 100vh;
  top: 0;
  right: -240%;
  transition: right 0.5s ease;
  padding: 120px 40px 0 40px;
}
#sidebar h1{
  font-size: 22px;
    font-weight: 600;
    margin-bottom: 30px;
}
#sidebar.visible {
  right: 0px;
  transition: right 0.7s ease;
}

#sidebar ul {
  margin: 0;
  padding: 0;
}

#sidebar li {
  list-style: none;
  margin-bottom: 25px;
}
#sidebar input{
    background-color: transparent;
}
#sidebar li a {
  text-decoration: none;
  color: white;
  font-size: 18px;
  margin-bottom: 10px;
}

#sidebar-btn {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 15px;
  cursor: pointer;
  margin: 20px;
  position: absolute;
 right: 0;
    top: 7px;
    z-index: 2;
}

#sidebar-btn span {
  background-color: white;
  height: 1px;
  display: block;
  margin-bottom: 5px;
}

#sidebar-btn span:nth-child(2) {
  width: 75%;
}
.payment-methods .nav-tabs{
    display: flex;
    flex-direction: column;
    border-bottom: none;
    border: none;
    margin-left: 0;
}
.payment-methods{
    display: flex;
}
.payment-methods .nav-link{
border: 1px solid lightgrey !important;
    border-radius: 0 !important;
    text-transform: capitalize;
    padding:30px 20px;
    width: 250px;
    position: relative;
}
.payment-methods .nav-link:before{
    position: absolute;
    content: "";
    left: 0;
    height: 100%;
   width: 4px;
    background-color: #d27727;
    top: 0;
    opacity: 0;
}
.payment-methods .nav-link.active:before{
     opacity: 1;
}
.payment-methods .tab-content{
        width: 100%;
    border: 1px solid lightgrey;
    border-left: none !important;
    padding: 40px 40px;
}
.payment-methods .tab-content h3{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 40px;
}
.payment-methods .tab-content p{
    color: lightslategrey;
    font-size: 14px;
    margin-left: 20px;
}
.payment-methods .tab-content span.img{
   width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 20px;
}
.payment-methods .tab-content button{
   background-color: #d27727;
    text-transform: uppercase;
    font-size: 15px;
    color: #fff;
    padding: 15px 10px;
    font-weight: 700;
    border-radius: 5px;
    margin-top: 20px;
}
.payment-methods .tab-content .options{
    display: flex;
    align-items: center;
}
.payment-methods .tab-content .payment-wrap{
    margin-bottom: 20px;
}
.payment-methods .tab-content .options input{
    margin: 5px 5px 0 0;
}
.payment-methods .nav-link.active{
    border-right: none !important;
}
.payment-methods .form-check-input:checked {
    background-color: #9a0f1e;
    border-color: #9a0f1e;
}
.edit-profile{
    margin-top: 150px;
}
.edit-profile .contact-form .form-control, 
.edit-profile .contact-form textarea {
    border: none;
    border: 1px solid #80808059;
    padding: 10px 20px;
}
.transaction-history .heading{
    font-size: 24px;
    font-weight: 600;
}
.transaction-history .tran-form{
    display: flex;
    align-items: end;
    flex-wrap: wrap;
    margin: 50px 0;
}
.transaction-history .tran-form .form-group{
    margin-right: 20px;
}
 .btn {
    background-color: #d27727 !important;
    color: #fff !important;
    font-size: 18px !important;
    border-radius: 10px !important;
    display: block !important;
}
.tran-detail table td.green{
    color: forestgreen;
    font-weight: 600;
}
.tran-detail table td.orange{
    color: #d27727;
    font-weight: 600;
}
.tran-detail table td.red{
    color: red;
    font-weight: 600;
}
.order-history .top-div{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}
.order-history .top-div p{
    color: #000;
    font-size: 18px;
}
.order-history .order-wrapp{
      display: flex;
/*    flex-wrap: wrap;*/
    justify-content: space-between;
    margin-bottom: 30px;
}
.order-history .order-right span{
font-weight: 600;
font-size: 20px;
margin: 0 20px;
}
.order-history .order-left{
   display: flex;
/*    flex-wrap: wrap;  */
}
.order-history .order-left img{
    width: 100%;
}
.order-history .order-single {
    margin: 30px 0;
    background: #fff;
    padding: 20px;
    box-shadow: 1px 1px 15px #0000004f;
    border-radius: 10px;
}
.order-history .order-detail h1{
    font-size: 22px;
}
.order-history .order-detail{
    padding: 20px;
}
.order-history .plus-btn{
    margin-top: 30px;
    border: 1px solid lightgray;
    width: fit-content;
}

.order-history .plus-btn span{
  font-size: 24px;
  margin: 0 5px;
}
.email-template .email-wrap{
    width: 50%;
    margin: 0 auto;
}
.email-template .email-wrap p{
    color: #000;
}
.email-template .email-wrap .email-single:nth-child(1){
display: flex;
    justify-content: space-between;
    align-items: center;
    background: #737373;
    padding: 10px 20px;
}
.email-template .email-wrap .email-single{
   margin-bottom: 20px;
    border-bottom: 1px solid #dbdbdbee;
    padding-bottom: 20px;
}
.email-template .email-wrap .email-single h3{
    font-size: 20px;
    margin-bottom: 20px;
}
.email-template .email-wrap .email-single:nth-child(1) img{
   width: 150px;
}
.email-template .email-wrap .email-single:nth-child(1) h1{
  font-size: 25px;
  color: #fff;
}
.email-template .email-wrap .email-single:nth-child(2){
text-align: center;
}

.email-template .email-wrap .email-single:nth-child(2) img{
   width: 50px;
}
.email-template .email-wrap .email-single:nth-child(2) h2{
font-size: 22px;
}

.email-template .payment-outer .bill-single{
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 10px;
}
.email-template .payment-outer .bill-single span:nth-child(2){
font-weight: 600;
}
.email-template .email-single:nth-child(4) .item-wrap{
display: flex;
align-items: center;
}
.email-template .email-single:nth-child(4)  .img{
    width: 30%;
    margin-right: 20px;
}
.email-template .email-single:nth-child(4) .right-detail p{
    margin-bottom: 10px;
}
.email-template .email-single:nth-child(4) .right-detail h4{
   font-size: 18px;
}
.email-template .email-single:nth-child(4) .item-wrap img{
width: 100%;
}

/* modal css */
   #successModal img{
      width: 50px;
      margin: 0 auto;
      display: block;
   }

   #successModal .modal-body{
      text-align: center;
      padding: 30px 0;
   }
   #successModal .modal-body h2{
      font-size: 22px;
   }
   #successModal .modal-body p{
      font-size: 18px;
      color: #000;
   }
   #successModal .modal-body button {
      background: #d27727;
      border-radius: 5px;
      color: #fff;
      padding: 5px 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 15px;
      margin: 0 auto;
      border: none;
   }

   #pincode img{
      width: 70px;
      margin: 0 auto;
      display: block;
   }

   #pincode .modal-body{
      text-align: center;
      padding: 30px 0;
   }
   #pincode .modal-body h2{
      font-size: 22px;
   }
   #pincode .modal-body p{
      font-size: 18px;
      color: #000;
   }
   #pincode .modal-body button {
      background: #d27727;
      border-radius: 5px;
      color: #fff;
      padding: 5px 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 15px;
      margin: 20px auto 0;
      border: none;
   }
   #errorModal img{
      width: 70px;
      margin: 0 auto;
      display: block;
   }

   #errorModal .modal-body{
      text-align: center;
      padding: 30px 0;
   }
   #errorModal .modal-body h2{
      font-size: 22px;
   }
   #errorModal .modal-body p{
      font-size: 18px;
      color: #000;
   }
   #errorModal .modal-body button {
      background: #d27727;
      border-radius: 5px;
      color: #fff;
      padding: 5px 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 15px;
      margin: 20px auto 0;
      border: none;
   }
   
    #successpincodeModal img{
      width: 50px;
      margin: 0 auto;
      display: block;
   }

   #successpincodeModal .modal-body{
      text-align: center;
      padding: 30px 0;
   }
   #successpincodeModal .modal-body h2{
      font-size: 22px;
   }
   #successpincodeModal .modal-body p{
      font-size: 18px;
      color: #000;
   }
   #successpincodeModal .modal-body button {
      background: #d27727;
      border-radius: 5px;
      color: #fff;
      padding: 5px 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 15px;
      margin: 0 auto;
      border: none;
   }

   #errorPincodeModal img{
    width: 70px;
    margin: 0 auto;
    display: block;
 }

 #errorPincodeModal .modal-body{
    text-align: center;
    padding: 30px 0;
 }
 #errorPincodeModal .modal-body h2{
    font-size: 22px;
 }
 #errorPincodeModal .modal-body p{
    font-size: 18px;
    color: #000;
 }
 #errorPincodeModal .modal-body button {
    background: #d27727;
    border-radius: 5px;
    color: #fff;
    padding: 5px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    margin: 20px auto 0;
    border: none;
 }

 .cart-navigation {
  z-index: 2;
}
.form-control {
  margin-bottom: 15px;
}


.buffet-wrap.menu-buffet-wrap .buffet-single .price {
  flex-wrap: wrap;
}

.buffet-wrap .buffet-single {
  margin: 0 30px;
}

header.sticky .contact-div a:nth-child(2) .login {
  display: block;
}

.navbar-toggler-icon {
  width: 1.2em !important;
  height: 1.2em !important;
  background-image: url(https://i.postimg.cc/qBhw8Hc9/icons8-menu-150.png) !important;
}

#dish-of-day-div .buffet-wrap .buffet-single .price {
  flex-wrap: wrap;
}


.purchase-item .item .addon-menu {
  display: block !important;
}


#successPasswordModal img{
  width: 70px;
  margin: 0 auto;
  display: block;
}

#successPasswordModal .modal-body{
  text-align: center;
  padding: 30px 0;
}
#successPasswordModal .modal-body h2{
  font-size: 22px;
}
#successPasswordModal .modal-body p{
  font-size: 18px;
  color: #000;
}
#successPasswordModal .modal-body button {
  background: #d27727;
  border-radius: 5px;
  color: #fff;
  padding: 5px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  margin: 20px auto 0;
  border: none;
}