
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');

@font-face {
    font-family: 'Breathing';
    src: url('../font/Breathing.ttf')  format('truetype');
}   

@font-face {
    font-family: 'Restora';
    src: url('../font/Restora.ttf')  format('truetype');
}   
 

@font-face {
    font-family: 'RecklessNeue-Regular';
    src: url('../font/RecklessNeue-Regular.ttf')  format('truetype');
}   
 

@font-face {
    font-family: 'RecklessNeue-SemiBold';
    src: url('../font/RecklessNeue-SemiBold.ttf')  format('truetype');
}   

@font-face {
    font-family: 'Bewise';
    src: url('../font/Bewise.ttf')  format('truetype');
}   
 

html {
  scroll-behavior: smooth;
}
body{
	overflow-x: hidden !important;
    background: rgb(10, 0, 23);
}
*{
	box-sizing: border-box;
	margin:0px;
	padding:0px;
}
img{
	max-width: 100%;
    display: block;
}

p, a{
	font-size: 16px;
}

p{
	color:#343434;
}

a{
	text-decoration: none !important;
	outline:none;
}

h1,h2,h3,h4,h5,h6,p{
	margin:0;
	padding:0;
}

ul{
	list-style: none;
	margin: 0px;
}

li{
	margin:0px;
	padding:0px;
}

/*anousementbar css*/

.anousmentbar {
    background: linear-gradient(to left, #876119, #FADA9C);
    padding: 5px 0px;
}

.anousmentbar__row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.location p {
    font-family: 'RecklessNeue-SemiBold';
}

.center__text p {
    font-family: 'Restora';
    font-weight: 600;
}

.anousmentbar__info ul {
    display: flex;
    flex-wrap: wrap;
}

.anousmentbar__info ul li {
    margin-right: 10px;
}

.anousmentbar__info ul li:last-child {
    margin-right: 0px;
}

.anousmentbar__info ul li a {
    font-family: 'RecklessNeue-SemiBold';
    color: #000;
    display: inline-block !important;
}

.anousmentbar__info ul li a i {
    margin-right: 5px;
}

.location p i {
    margin-right: 5px;
}

.anousmentbar__row p, .anousmentbar__row a {
    font-size: 14px;
}

/*anousmentbar css*/

/*header css*/

header.header__section {
    position: relative;
    z-index: 999;
    width: 100%;
    border-bottom: 2px solid #FADA9C;
    left: 0px;
    /*background: rgba(0 0 0/20%);*/
    background: url(../image/header-bg.png);
    background-size: cover;
    background-position: center;
    transition:0.5s;
}


/*.header__stiky__top.stiky__header {*/
/*    position: sticky;*/
/*    top: 0px;*/
/*    left: 0px;*/
/*    z-index: 999;*/
/*}*/

/*.header__stiky__top.stiky__header .header__section {*/
/*    position: relative ! IMPORTANT;*/
/*    background: url(../image/header-bg.png) !important;*/
/*    background-size: cover;*/
/*    border-bottom: 2px solid #FADA9C;*/
/*    transition:0.5s;*/
/*}*/

.logo {
    padding: 0px 25px;
}

.logo img {
    width: 135px;
    margin-bottom:-50px;
}

/*.header__stiky__top.stiky__header .logo img {*/
/*    width:100px;*/
/*    transition:0.5s;*/
/*}*/


@keyframes slidetop{
    0%{
        transform: translateY(-50px);
    }
    
    100%{
        transform: translateY(0px);
    }
}

.header__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.logo img {
    transition:0.5s;
}

.menubar ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.menubar ul li {
    margin-right: 25px;
}

.menubar ul li:last-child {
    margin-right: 0px;
}

.menubar ul li a {
    font-family: 'RecklessNeue-SemiBold';
    display: block;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 4px solid transparent;
}

.menubar ul li a:hover {
    border-bottom: 4px double #fada9c;
}


.menubar ul li.contact__btn a {
    background: linear-gradient(to left, #876119, #FADA9C);
    position: relative;
    font-family: "Josefin Sans", sans-serif;
    color: #000;
    height: 45px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0px 22px;
    font-weight: 600;
    border:1px solid transparent;
}

.menubar ul li.contact__btn a:hover{
    background: transparent;
    color:#FADA9C;
    border:1px solid #FADA9C;
}

.menubar ul li.contact__btn a:before {
    content: '';
    border-bottom: 1px solid #fff;
    width: 100%;
    position: absolute;
    right: -12px;
    height: 2px;
    bottom: -8px;
    z-index: 1;
}

.menubar ul li.contact__btn a:after {
    content: '';
    border-right: 1px solid #fff;
    height: 60px;
    position: absolute;
    right: -7px;
    top: 0px;
}

.cart__block a img {
    height: 28px;
}

.cart__block a {
    position: relative;
    display: inline-block;
}

.cart__block a p {
    position: absolute;
    top: -7px;
    right: -6px;
    display: block;
    width: 18px;
    height: 18px;
    background: #f70303;
    color: #fff;
    text-align: center;
    line-height: 18px;
    border-radius: 50%;
    font-size: 12px;
}

.cart__block {
    margin-left: 27px;
    margin-top: 9px;
}



/*header css*/

/*hero css*/

section.hero__section video {
    height: 700px;
    width: 100%;
    object-fit: cover;
    margin: 0px;
    padding: 0px;
    display: block;
}

section.hero__section {
    position: relative;
}

.hero__overlays {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    padding-top: 165px;
    padding-bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.hero__slider .item{
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding-top: 210px;
    padding-bottom: 50px;
    min-height: 685px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video__overlay {
    position: relative;
}

.video__overlay:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgb(10, 0, 23), rgb(0 0 0/40%));
}

.hero__text.text-center {
    overflow: hidden;
    padding-bottom: 15px;
}

.hero__text h2 {
    color: #fff;
    font-family: 'Breathing';
    font-size: 34px;
    display: inline-block;
    position: relative;
    line-height: 71px;
    margin-bottom: -15px;
    text-shadow: 2px 2px 20px #000000;
}

.hero__text h2:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
    height: 2px;
    background: #fff;
    left: -122px;
}

.hero__text h2:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
    height: 2px;
    background: #fff;
    right: -122px;
}

.hero__text h1 {
    color: #fff;
    font-family: 'Breathing';
    font-size: 34px;
    display: inline-block;
    position: relative;
    line-height: 71px;
    margin-bottom: -15px;
    text-shadow: 2px 2px 20px #000000;
}

.hero__text h1:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
    height: 2px;
    background: #fff;
    left: -122px;
}

.hero__text h1:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
    height: 2px;
    background: #fff;
    right: -122px;
}

.hero__text p {
    color: #fff;
    font-family: 'Restora';
    margin: 15px 0px;
    margin-bottom: 30px;
}

.book__now a {
    background: linear-gradient(to left, #876119, #FADA9C);
    position: relative;
    font-family: "Josefin Sans", sans-serif;
    color: #000;
    height: 45px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0px 33px;
    font-weight: 600;
}

.book__now a:hover{
    background: transparent;
    color:#FADA9C;
    border:1px solid #FADA9C;
}

.book__now a:before {
    content: '';
    border-bottom: 1px solid #fff;
    width: 100%;
    position: absolute;
    right: -12px;
    height: 2px;
    bottom: -8px;
    z-index: 1;
}

.book__now a:after {
    content: '';
    border-right: 1px solid #fff;
    height: 60px;
    position: absolute;
    right: -7px;
    top: 0px;
}

.book__now button {
    background: linear-gradient(to left, #876119, #FADA9C);
    position: relative;
    font-family: "Josefin Sans", sans-serif;
    color: #000;
    height: 45px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0px 22px;
    font-weight: 600;
    text-transform: uppercase;
}

.book__now button:hover{
    background: transparent;
    color:#FADA9C;
    border:1px solid #FADA9C;
}

.book__now button:before {
    content: '';
    border-bottom: 1px solid #fff;
    width: 100%;
    position: absolute;
    right: -12px;
    height: 2px;
    bottom: -8px;
    z-index: 1;
}

.book__now button:after {
    content: '';
    border-right: 1px solid #fff;
    height: 60px;
    position: absolute;
    right: -7px;
    top: 0px;
}

.hero__slider .owl-dots {
    margin-top: -30px;
    position: absolute;
    width: 100%;
    left:0px;
}

.owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
}

.owl-dots button {
    height: 14px;
    width: 14px;
    border-radius: 50%;
    border: 1px solid #fada9c !important;
    margin-right: 5px;
    position: relative;
}

.owl-dots button:last-child {
    margin-right: 0px;
}

.owl-dots button.active:before {
    content: '';
    position: absolute;
    height: 7px;
    width: 7px;
    border-radius: 50%;
    background: #fada9c;
    transform: translate(-50%, -50%);
}

/*hero css*/


/*upcomming css*/

section.upcomming__section {
    margin: 50px 0px;
}

.title__text h5 {
    font-family: 'Breathing';
    color: #FADA9C;
    font-size: 20px;
    margin-bottom: 18px;
}

.title__text h2 {
    font-family: 'Restora';
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 32px;
}

.title__text {
    color: #fff;
    margin-bottom: 50px;
}

.title__text_payment {
    margin-bottom: 30px !important;
}


.title__text img {
    margin: 0 auto;
    margin-top: 13px;
}

.upcoming.__slider__inner a {
    color: #fff;
}

.upcoming.__slider__inner ul {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0px;
}

.upcoming.__slider__inner ul li {
    font-family: "Josefin Sans", sans-serif;
    color: #FADA9C;
    font-size: 14px;
}

.upcoming.__slider__inner ul li i {
    margin-right: 5px;
}

.upcoming.__slider__inner ul li {
    margin-right: 10px;
}

.upcoming.__slider__inner img {
    /* height: 215px; */
    border-radius: 10px !IMPORTANT;
    object-fit: contain;
    width:100%;
}

.upcoming.__slider__inner h2 {
    font-family: 'Restora';
    font-size: 24px;
    margin-bottom: 10px;
}

.upcoming.__slider__inner p {
    color: #929292;
    font-size: 14px;
}

.upcoming.__slider__inner p i {
    color: #FADA9C;
}

.book__now.upcoming__btn a {
    color: #000;
}

.book__now.upcoming__btn {
    margin-bottom: 15px;
    margin-top: 16px;
    padding-right: 13px;
}

.book__now.upcoming__btn a {
    width: 100%;
}

.upcoming__slide .owl-dots {
    margin-top: 40px;
}

.book__now.upcoming__btn a{
    background: transparent;
    color:#fada9c;
    border:1px solid #fada9c;
}

.book__now.upcoming__btn a:hover {
    background: linear-gradient(to left, #876119, #fada9c);
    color: #000;
}

/*upcoming css*/

/*flaver css*/

section.flavor__section {
    padding: 60px 0px;
    background: rgba(222 218 229/5%);
    position: relative;
}

img.bg-2 {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 200px;
}

.flaver__row {
    /*max-width: 900px;*/
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.col-custome {
    width: 275px;
    padding: 0px 15px;
    text-align: center;
}

.flavor__block h2 {
    font-family: 'Restora';
    font-size: 24px;
    margin: 15px 0px;
    color: #fff;
}

.flavor__image {
    padding: 30px 0px;
    background: url(../image/pattern-8.svg);
    background-repeat: no-repeat;
    background-position: center;
}

/*flaver css*/

/*about css*/

.image__block__about {
    position: relative;
    padding: 0px 15px 15px 0px;
}

img.image__slider__image {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.image__slider .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 22px;
}

.image__slider__overlay {
    position: relative;
}

.image__slider__overlay h4 {
    font-family: 'Restora';
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 0px;
    width: 100%;
    left: 0px;
    text-align: center;
    padding: 10px;
    font-size: 22px;
}

.about__left {
    position: relative;
    padding-right: 29px;
}

img.slider__logo {
    position: absolute;
    right: 0px;
    top: -50px;
    animation: imageround 8s linear infinite;
}

@keyframes imageround {
 0%{
    transform: rotate(0deg);
   }
100%{
    transform: rotate(360deg);
   }
}

.title__text.title__about img {
    margin: 0px;
    margin-top: 10px;
    margin-bottom: 20px;
}

section.about__section {
    padding: 60px 0px;
    position: relative;
}

img.bg-11 {
    position: absolute;
    right: 0px;
    width: 130px;
    top: -132px;
}

section.about__section .container {
    position: relative;
}

img.bg-1 {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 165px;
}

/*about css*/


/*lgimage css*/

.image__section__inner .book__now {
    margin-top: 22px;
}

.image__section__inner {
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image__section__inner .image__section__inner {
    width: 100%;
    padding: 15px;
}

img.bg-10 {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 150px;
}

/*lgimage css*/
/*hooka image*/

section.hooka__section {
    margin: 50px 0px;
}

/*hooka image*/

/*special offer*/

.title__text p {
    margin-top: 13px;
    color: #929292;
}

.title__text p a {
    font-weight: bold;
    color: #FADA9C;
}

.form__row {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 40px;
    justify-content: center;
}

.form__inner {
    width: 26%;
    padding: 0px 5px;
}

.form__inner select, .form__inner input {
    width: 100%;
    height: 49px;
    padding: 10px;
    color: #fff;
    border-radius: 5px;
    outline: none !IMPORTANT;
    border: none !important;
    background: rgba(255 255 255/10%) !important;
    font-family: "Josefin Sans", sans-serif !important;
    font-weight: 300 !IMPORTANT;
}

.form__inner:last-child {
    width: 178px;
}

.location__row {
    display: flex;
    flex-wrap: wrap;
    max-width: 810px;
    margin: 0 auto;
}

.location__block {
    width: 33.3%;
    padding: 0px 4px;
}

.location__block__inner {
    background: rgba(255 255 255/10%);
    height: 100%;
    padding: 15px;
    text-align: center;
}

.location__block__inner h4 {
    font-family: 'RecklessNeue-SemiBold';
    color: #fff;
    font-size: 17px;
    margin-bottom: 9px;
}

.location__block__inner p {
    color: #FADA9C;
    font-size: 14px;
}

section.offer__section {
    background: rgba(222 218 229/5%);
    padding: 50px 0px;
    margin: 50px 0px;
    position: relative;
}

/*special offer*/

/*testimonial css*/

section.testimonial__section {
    margin: 50px 0px;
}

.testimonial__inner {
    padding: 25px 20px;
    background: url(../image/pattern-8.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-repeat: repeat-y;

}

.testimonial__sub span i {
    color: #ffc107;
}

.testimonial__sub span {
    display: block;
    margin-bottom: 19px;
}

.testimonial__sub {
    padding: 20px;
    background: #0f0123;
    height:418px;
}

.testimonial__sub {
    display: flex;
    flex-direction: column;
}

.testimonial__sub .food__blogger {
    margin-top: auto;
}

img.image__height__smaller {
    height: 400px;
    width: 100%;
}

.testimonial__sub p {
    font-family: "Josefin Sans", sans-serif;
    color: #fff;
    font-weight: 300;
}

.food__blogger {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.food__blogger img {
    width: 50px !important;
    height: 50px;
    border-radius: 50%;
}

.food__bloger__content {
    padding-left: 10px;
    flex: 1;
}

.food__bloger__content h4 {
    font-family: 'RecklessNeue-SemiBold';
    color: #fff;
    font-size: 14px;
}

.food__bloger__content h5 {
    font-family: "Josefin Sans", sans-serif;
    color: #FADA9C;
    font-size: 13px;
    font-weight: 300;
}

.owl-nav button {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    outline: none !important;
    border:none !important;
}

.owl-nav button span {
    display: none;
}

button.owl-prev {
    background: url(../image/left-arrow.png) !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}

button.owl-next{
   background: url(../image/right-arrow.png) !important;
    background-repeat: no-repeat !important;
    background-size: contain !important; 
}

button.owl-prev {
    left: -70px;
}

button.owl-next {
    right: -70px;
    left: auto;
}

/*testimonial css*/

/*instagram css*/

.instagram__row {
    display: flex;
    flex-wrap: wrap;
}

.instagram__block {
    width: 20%;
    position: relative;
}

.instagram__block img{
    width: 100%;
}

.instagram__overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0 0 0/67%);
    opacity: 0;
}

.instagram__overlay a {
    font-size: 48px;
    color: #fff;
}

.instagram__block:hover .instagram__overlay {
    opacity: 1;
}

.instagram__overlay a:hover {
    color: #ffc107;
}

/*instagram css*/

/*footer css*/

.footer__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.widget.footer1 {
    width: 270px;
}

.widget {
    padding: 0px 10px;
}

.widget.footer2 {
    width: 180px;
}

.widget.footer3 {
    width: 285px;
}

.widget.footer4 {
    width: 280px;
}

footer {
    padding: 50px 0px;
}

.widget p {
    font-family: "Josefin Sans", sans-serif;
    color: #fff;
    font-weight: 300;
}

.widget h4, .widget h5 {
    font-family: 'Restora';
    font-weight: bold;
    color: #FADA9C;
    font-size: 19px;
    margin-bottom: 20px;
}

.widget.footer1 img {
    margin-top: -38px;
    margin-bottom: -23px;
}

.widget.footer1 ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.widget.footer1 ul li {
    margin-right: 7px;
}

.widget.footer1 ul li:last-child {
    margin-right: 0px;
}

.widget.footer1 ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
    width: 35px;
    background: #1B0E2E;
    border-radius: 50%;
    color: #fff;
}

.widget.footer1 ul li a:hover{
    background: #FADA9C;
    color:#000;
}

.widget.footer2 ul li a {
    font-family: "Josefin Sans", sans-serif;
    color: #fff;
    font-weight: 300;
    display: block;
    padding: 5px 0px;
}

.widget.footer2 ul li a:hover{
    color: #FADA9C;
}

.widget.footer3 .add__info a{
    color:#fff;
}

.widget.footer3 .add__info a:hover{
    color:#FADA9C;
}

.add__info {
    font-family: "Josefin Sans", sans-serif;
    color: #fff;
    font-weight: 300;
    display: block;
    padding: 5px 0px;
    display: flex;
}

.add__info span {
    margin-right: 5px;
}



.widget h5 {
    margin-top: 30px;
}

.copyright__section {
    background: #1B0E2E;
    padding: 10px 0px;
    text-align: center;
}

.copyright__section p {
    color: #fff;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 300;
}

.subscription__block {
    position: relative;
}

.subscription__block input {
    background: #1B0E2E !important;
    border: none;
    outline: none !important;
    color: #fff !important;
    font-size: 14px;
    height: 45px;
    border-radius: 0px;
    padding-right: 50px;
}

button.send__btn {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 45px;
    background: linear-gradient(to top, #876119, #FADA9C);
    width: 45px;
    color: #fff;
    font-size: 21px;
    border:none;
}

/*footer css*/

.mobile__header{
    display: none !important;
}



/*food page css*/

section.foodmenu__banner {
   /* background: url(../image/food-menu-bg.png);*/
    background-size: cover !important;
    padding-top: 60px;
    padding-bottom: 60px;
}

.page__title h1 {
    font-family: 'Restora';
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 32px;
    color: #fff;
}

section.food__menu__section {
    padding: 50px 0px;
    position: relative;
}

.sidebar__section h3, .sidebar__section__myaccount h3 {
    background: linear-gradient(to right, #876119, #FADA9C);
    font-family: 'Restora';
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 19px;
    color: #000;
    padding: 15px;
}

.sidebar__section ul, .sidebar__section__myaccount ul {
    flex-direction: column;
    padding: 0px !IMPORTANT;
}

.sidebar__section, .sidebar__section__myaccount {
    background: #0f0123;
}

.sidebar__section ul li a, .sidebar__section__myaccount ul li a {
    font-family: 'Restora';
    font-size: 16px;
    width: 100%;
    text-align: left;
    border-radius: 0px !IMPORTANT;
    padding: 10px 15px !IMPORTANT;
    margin: 0px !important;
    display: flex;
    background: transparent !IMPORTANT;
    color: #fff;
    outline: none !IMPORTANT;
    border: none !important;
    text-transform: capitalize;
}

.sidebar__section ul li, .sidebar__section__myaccount ul li {
    margin: 0px !important;
    padding: 0px !IMPORTANT;
}

.sidebar__section ul li.active a:before, .sidebar__section__myaccount ul li.active a:before {
    content: '';
    position: absolute;
    width: 3px;
    height: 100%;
    left: 0px;
    top: 0px;
    background: #FADA9C !important;
}

.sidebar__section ul li.active a, .sidebar__section__myaccount ul li.active a {
    position: relative;
    background: #26172f !IMPORTANT;
}

.menubar__title__row .title__text img {
    margin-left: 0px !important;
}

.menubar__title__row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.serachbar__filter {
    position: relative;
}

.serachbar__filter input {
    background: #26172f;
    border: none !important;
    height: 45px;
    padding: 10px 15px;
    width: 215px;
    padding-right: 45px !important;
}

.serachbar__filter button {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 45px;
    padding: 10px;
    background: transparent !IMPORTANT;
    border: none !IMPORTANT;
    color: #6e6043;
}

.sidebar__main {
    position: sticky;
    top:15px;
}

.menubar__title__row .title__text h5 {
    font-size: 16px;
    margin-bottom: 8px;
}

.flex-food__content h3 {
    text-transform: uppercase;
}

.menubar__title__row .title__text h2 {
    font-size: 25px;
}

.tab__content__inner h2 {
    color: #fff;
    font-family: 'Restora';
    font-size: 24px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.tab__content__inner ul li {
    margin-bottom: 15px;
}

.tab__content__row {
    display: flex;
    justify-content: space-between;
}

.tab__content__content h3 {
    color: #fff;
    font-family: 'Restora';
    font-size: 17px;
    margin-bottom: 8px;
}

.flex-food__content {
    display: flex;
    flex-wrap: wrap;
}


.flex-food__content h3 {
    margin-right: 20px;
}

.tab__content__content h5 {
    color: #FADA9C;
    font-family: 'Restora';
}

.tab__content__content p {
    font-family: "Josefin Sans", sans-serif;
    color: #929292;
    font-weight: 300;
    margin-top: 5px;
}

.tab__content__button {
    padding-right: 15px;
}

.tab__content__button a {
    background: linear-gradient(to top, #876119, #fada9c);
    color: #000;
    font-family: "Josefin Sans", sans-serif;
    display: inline-flex;
    font-size: 15px;
    justify-content: center;
    align-items: center;
    height: 40px;
    line-height: 40px;
    padding: 0px 15px;
    position: relative;
    border: 1px solid transparent;
}

.tab__content__button a:before {
    content: '';
    border-bottom: 1px solid #fff;
    width: 100%;
    position: absolute;
    right: -12px;
    height: 2px;
    bottom: -8px;
    z-index: 1;
}

.tab__content__button a:after {
    content: '';
    border-right: 1px solid #fff;
    height: 55px;
    position: absolute;
    right: -7px;
    top: 0px;
}

.tab__content__button a:hover {
    background: transparent;
    color: #fada9c;
    border: 1px solid #fada9c;
}

.tab__content__inner ul li {
    border-bottom: 1px solid #222;
    padding: 10px;
}

.tab__content__inner ul li:hover {
    background: #26172f;
}

.tab__content__content {
    flex: 1;
    padding-right: 10px;
}

.tab__content__content {
    position: relative;
    padding-left: 20px;
}

.tab__content__content:before {
    content: '';
    position: absolute;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    border: 1px solid #48a111;
    left: 0px;
    top: 3px;
}

.tab__content__content:after {
    content: '';
    position: absolute;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    border: 1px solid #48a111;
    left: 3px;
    top: 6px;
    background: #48a111;
}

/*food page css*/

/*upcoming page css*/

.upcomming__inner .col-md-4 {
    margin-bottom: 30px;
}

/*upcoming page css*/


/*about us page css*/

section.about__page__section {
    margin: 50px 0px;
}

.since__block p {
    color: #FFFFFF;
    font-family: 'Bewise';
    font-size: 33px;
    position: absolute;
    left: -61px;
    bottom: 9px;
}

.since__block {
    position: relative;
}

.image__0 img {
    margin-left: 0px;
}

img.signature {
    width: 100px;
    margin-top: -39px;
    opacity: 0.3;
    filter: invert(1);
}

section.flavor__section.falvor__about__section {
    background: transparent;
    padding: 0px;
}

/*about us page css*/



/*night party css*/

section.party__section {
    margin: 50px 0px;
}

.party__block {
    background: #0F0123;
    margin-bottom: 20px;
    padding: 30px;
}

.party__images {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}


img.party__image__inners {
    width: 79%;
}

img.party__image__name {
    width: 22%;
    margin-right: -26px;
}

.party__block h2 {
    color: #fff;
    font-family: 'Restora';
    font-size: 22px;
    margin-bottom: 14px;
}

.party__block h2 span {
    color: #FADA9C;
}

.party__block p {
    font-family: "Josefin Sans", sans-serif;
    color: #929292;
    font-weight: 300;
    font-size: 17px;
}

.party__block__row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.party__block__image {
    width: 150px;
}

.party__block__content {
    flex: 1;
    padding: 0px 15px;
}

.party__block__content h4 {
    font-family: 'Restora';
    color: #fff;
    font-size: 20px;
}

.party__block__content h5 {
    font-family: "Josefin Sans", sans-serif;
    color: #fff;
    font-weight: 300;
    font-size: 17px;
    margin: 8px 0px;
}

.party__block__content h5 i, .party__block__content span i {
    color: #ffc107;
    margin-right: 5px;
}

.party__block__content span {
    display: block;
    font-family: "Josefin Sans", sans-serif;
    color: #fff;
    font-weight: 300;
    font-size: 15px;
    margin: 8px 0px;
}

.party__block__icon i {
    background: #1c0f2e;
    padding: 8px;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
}

.party__block__image img {
    width: 100%;
    height: 135px;
    object-fit: cover;
}

.sidebar__main__time__data {
    background: #180d1f;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 10px;
}

.sidebar__list__time {
    display: flex;
    flex-wrap: wrap;
}

.sidebar__list__day {font-family: 'Restora';color: #FADA9C;font-size: 14px;width: 67px;text-align: right;}

.sidebar__list__contents {
    flex: 1;
    padding: 0px 10px;
    color: #fff;
    font-family: 'Restora';
    font-size: 17px;
}

.sidebar__main__time__data h2 {
    color: #fff;
    font-family: 'Restora';
    font-size: 17px;
    margin-bottom: 25px;
}

.sidebar__main__time__data h2 span {
    color: #FADA9C;
    font-size: 30px;
    padding: 0px 5px;
}

.sidebar__main__time__data .book__now.upcoming__btn a {
    background: linear-gradient(to left, #876119, #FADA9C);
    color: #000;
}

.sidebar__main__time__data .book__now.upcoming__btn a:hover {
    border: 1px solid #fada9c;
    background: transparent;
    color: #fada9c;
}

.sidebar__main__time__data .book__now.upcoming__btn {
    margin-bottom: 25px;
}


.sidebar__main__time__data h3 {
    font-family: 'Restora';
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
}

.sidebar__main__time__data p {
    font-family: "Josefin Sans", sans-serif;
    color: #929292;
    font-weight: 300;
}

.sidebar__main__time__data h4 {
    color: #fff;
    font-family: 'Restora';
    font-size: 17px;
    margin-bottom: 25px;
}

.sidebar__main__time__data h4 span {
    color: #FADA9C;
}

.sidebar__main__time__data ul {
    display: flex;
    flex-wrap: wrap;
}

.sidebar__main__time__data ul li {
    margin-right: 10px;
}

.sidebar__main__time__data ul li:last-child {
    margin-right: 0px;
}

.sidebar__main__time__data ul li img {
    height: 32px;
}

/*night party css*/


/*contact page css*/

section.contact__section {
    margin: 50px 0px;
}

.contact__right h5 {
    font-family: 'RecklessNeue-Regular';
    color: #fff;
    font-size: 19px;
    margin-bottom: 10px;
}

.contact__right p {
    font-family: "Josefin Sans", sans-serif;
    margin-bottom: 23px;
    color: #FADA9C;
    font-weight: 400;
}

.contact__inner {
    background: #671BD90F;
    padding: 30px;
    padding-top: 40px;
}

.contact__inner .title__text.image__0 {
    margin-bottom: 25px;
}

.contact__inner .title__text.image__0 h2 {
    font-size: 22px;
}

.contact__inner .title__text.image__0 h5 {
    font-size: 16px;
}

.sidebar__main .title__text.image__0 h5 {
    font-size: 18px;
}

.sidebar__main .title__text.image__0 h5 span{
    color:#fff;
}

.sidebar__main .title__text.image__0 {
    margin-bottom: 25px;
}

.sidebar__main.mg__left {
    margin-left: 50px;
}

.sidebar__main.mg__left .contact__right {
    background:#1b0e2e;
    position: relative;
    border-radius: 0px;
}


.contact__form input {
    height: 45px;
    background: #1b0e2e !IMPORTANT;
    color: #fff;
    border: none;
    font-family: "Josefin Sans", sans-serif;
    font-size: 15px;
}

.contact__form textarea {
    background: #1b0e2e !IMPORTANT;
    color: #fff;
    border: none;
    font-family: "Josefin Sans", sans-serif;
    height: 99px;
    border-radius: 5px;
}

.form__button .btn__send {
    background: linear-gradient(to left, #876119, #fada9c);
    position: relative;
    font-family: "Josefin Sans", sans-serif;
    color: #000;
    height: 45px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0px 22px;
    font-weight: 600;
    border: 1px solid transparent;
    outline: none;
    width: 98%;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 500;
}

.form__button .btn__send:before {
    content: '';
    border-bottom: 1px solid #fff;
    width: 100%;
    position: absolute;
    right: -12px;
    height: 2px;
    bottom: -8px;
    z-index: 1;
}

.form__button .btn__send:after {
    content: '';
    border-right: 1px solid #fff;
    height: 60px;
    position: absolute;
    right: -7px;
    top: 0px;
}

.form__button .btn__send:hover {
    border: 1px solid #fada9c;
    color: #fada9c;
    background: transparent;
}

.sidebar__main.mg__left .contact__right:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #FADA9C38;
    top: 16px;
    z-index: -1;
    left: -16px;
}

section.iframe__section {
    margin-bottom: -50px;
}

section.iframe__section iframe {
    width: 100%;
    height: 400px;
}

/*contact page css*/


/*login page css*/

.form-checkbox input {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.form-checkbox {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    color: #fff;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 300;
}


.form__button {
    margin-bottom: 20px;
    text-align: center;
}

.form-group a {
    text-align: center;
    font-family: 'Restora';
    color: #fff;
    font-size: 16px;
    margin: 0 auto;
    display: inline-block;
    text-decoration: underline !IMPORTANT;
}


.have__account {
    margin-top: 44px;
    text-align: center;
}

.have__account h4, .have__account h4 a {
    font-size: 19px;
    font-family: 'Restora';
    color: #fff;
}

.have__account h4 a {
    color: #FADA9C;
    margin-left: 5px;
}

.form-group a:hover {
    color: #f6d698;
}

.have__account h4 a:hover {
    color: #fff;
}
section.contact__section.login__section__bg {
    background-image: url(../image/bg-1.png);
    background-repeat: no-repeat !important;
    background-position: bottom left !important;
    background-size: 141px;
    margin: 0px;
    padding: 60px 0px;
}

/*login page css*/




/*my account css*/

.account__blocks {
    background: #0F0123;
    padding: 35px;
    margin-left: 30px;
}

.account__blocks .title__text {
    margin-bottom: 20px;
}

.table__mains table.table th {
    color: #FADA9C;
    font-family: 'Restora';
    font-size: 16px;
}

.table__mains table.table th {
    border-bottom: 2px solid #26172f;
    border-top: 0px;
}

.table__mains table.table th:last-child{
    text-align:center;
}

.table__mains table.table td{
    border-bottom: 1px solid #26172f;
    font-family: "Josefin Sans", sans-serif;
    color:#fff;
    font-size:15px;:;
}

.table__mains table.table td:last-child{
    text-align:center;
}

.table__mains table.table td a{
    color:#0090FF;
}

td.text-center.qrcode {
    color: #0090FF !important;
    cursor: pointer;
}

.account__blocks label {
    color: #fff;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 300;
    font-size: 15px;
}

.account__blocks input[type="address"] {
    margin-bottom: 7px;
}

/*my account css*/

.tab__content__row.new__product__list .tab__content__img img {
    width: 100px;
    height: 100px;
    object-fit: cover !IMPORTANT;
}

.tab__content__row.new__product__list .tab__content__content:before {
    display: none;
}

.tab__content__row.new__product__list .tab__content__content:after {
    display: none;
}

/*cart css*/

section.cart__sections {
    margin: 50px 0px;
}

.cart__items {
    display: flex;
    flex-wrap: wrap;
    /* align-items: center; */
    border-bottom: 1px solid rgba(250 201 109/26%);
    padding: 10px 0px;
}
.cart__items_diff {
    opacity: 0.3;
}

.cart__image {
    width: 75px;
}

.cart__discription {
    flex: 1;
    padding: 0px 10px;
}

.cart__discription h2 {
    font-size: 16px;
    margin-bottom: 7px;
}

.cart__discription h2 a {
    color: #fff;
}

.cart__discription p {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}

.remove__btn {
    margin-top: 8px;
}

.remove__btn a {
    /*background: linear-gradient(to left, #876119, #FADA9C);*/
    color: #fff;
    display: inline-block;
    /*padding: 4px 10px;*/
    font-size: 14px;
    /*border-radius: 30px;
    border: 1px solid #fada9c;*/
}

.quantity__block p {
    color: #fff;
    margin-bottom: 6px;
}

.quantity__block .qty-input {
    display: flex;
    align-items: center;
}

.quantity__block .qty-input button {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #876119 !important;
    outline: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent !important;
    color: #fff;
    font-size: 10px;
    font-weight: 300 !IMPORTANT;
}

.quantity__block .qty-input input {
    margin: 0px 5px;
    height: 30px;
    padding: 5px 10px;
    border-radius: 30px;
    outline: none !important;
    border: none !important;
    width: 66px;
    text-align: center;
    font-weight: 600;
    font-size: 19px;
}

.price__products p {
    color: #fff;
    font-size: 19px;
    font-weight: 600;
    padding: 0px 15px;
}

.remove__btn a:hover {
    background: transparent;
    color: #fada9c;
}

.quantity__block .qty-input button:hover {
    background: #876119 !IMPORTANT;
    color: #fff;
}

/*.cart__items:last-child {
    border-bottom: none;
}*/

.quantity__block {
    margin-top: 8px;
}

.title__product__cart {
    display: flex;
    justify-content: space-between;
    padding: 0px 11px;
}

.title__product__cart p {
    color: #fff;
    font-size: 18px;
}

.coupon__block label {
    color: #fff;
    font-size: 18px;
}

.coupon__input input {
    border-radius: 0px !IMPORTANT;
    height: 45px;
}

.coupon__input {
    position: relative;
}

.coupon__input button {
    background: linear-gradient(to left, #876119, #FADA9C);
    position: absolute;
    top: 0px;
    right: 0px;
    height: 45px;
    padding: 0px 15px;
    border: 1px solid transparent;
    outline: none !important;
}

.coupon__input button:hover {
    background: #000;
    color: #FADA9C;
    border-color: #FADA9C;
}

.coupon__block {
    margin-bottom: 15px;
}

.cart__product__count {
    position: sticky;
    top: 0px;
    border: 1px solid #FADA9C;
    border-radius: 10px;
    overflow: hidden;
}

.cart__total__data p {
    color: #fff;
    display: flex;
    justify-content: space-between;
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 7px;
}

.cart__total__data p.total__text {
    font-size: 19px;
    font-weight: 600;
}

.coupon__block {
    margin: 12px;
}

.cart__total__data {
    margin: 12px;
}

.checkout__btn button {
    background: linear-gradient(to left, #876119, #fada9c);
    position: relative;
    font-family: "Josefin Sans", sans-serif;
    color: #000;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0px 22px;
    font-weight: 600;
    border: 1px solid transparent;
    text-transform: uppercase;
    width: 100%;
}

.checkout__btn {
    margin-top: 25px;
}

.checkout__btn button:hover {
    background: transparent;
    color: #fada9c;
    border-color: #fada9c;
    border-bottom: none;
    border-left: none;
    border-radius: no;
}

.delete__items {
    margin-top: 25px;
}

.delete__items a {
    display: inline-block;
    background: red;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 20px;
    font-size: 11px;
    margin-left: -15px;
    margin-right: 9px;
}

/*cart css*/

/*checkout page css*/

.checkout__form__data {
    background: #671BD90F;
    padding: 30px;
    padding-top: 40px;
    margin-right: 30px;
}

.checkout__form__data input, .checkout__form__data select, .checkout__form__data textarea {
    height: 45px;
    background: #1b0e2e ! IMPORTANT;
    color: #fff;
    border: none;
    font-family: "Josefin Sans", sans-serif;
    font-size: 15px;
}

.checkout__form__data label {
    color: #fff;
}

.checkout__form__data .form-check input {
    height: auto;
}

.checkout__data {
    padding: 8px 18px;
    color: #fff;
    border-bottom: 1px solid #1b0e2e;
}

.checkout__data p {
    color: #fff;
}

.checkout__data p span a {
    color: #FADA9C;
}

.checkout__data p span a:hover {
    color: #fff;
}

.checkout__data.total__data__checout p:last-child {
    font-weight: 700;
    font-size: 24px;
}

p.title__checkout {
    color: #876119;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 700;
}

.cart__product__count.checkout__data__list {
    position: static;
}

.check__out__products__checkouts {
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
}

.check__out__products__checkouts p:nth-child(1) {
    flex: 1;
}

p.price__of__product {
    font-size: 21px;
    font-weight: 600;
    width: 90px;
    text-align: right;
}

.check__out__products__checkouts p:nth-child(1) span {
    font-weight: 700;
}

/*checkout page css*/



/*seat booking css*/

section.seat__booking__section {
    padding: 60px 0px;
    background: rgba(222 218 229 / 5%);
}

.stage__top {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
}

.heading__block {
    width: 42%;
}

.heading__block a {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background: #cce6ff;
    padding: 20px;
    border-radius: 7px;
    height: 170px;
    font-weight: 500;
}

.heading__block a img {
    height: 30px;
}

.heading__block a p {
    margin-top: 5px;
}

.cab__blocks__top__inner p {
    background: #fff;
    height: 130px;
    width: 200px;
    position: relative;
    margin: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top__points {
    position: absolute;
    top: -35px;
    width: 100%;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

.cab__blocks__top__inner {
    position: relative;
}

.seat__booking__block span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
}

.selectedSeat {
    background-color: purple !important;
}

.bookedSeat {
    background-color: grey !important;
    cursor: default !important;
}

.green__collor span {
    background: green;
    color: #fff;
}

.top__points span {
    margin-right: 5px;
}

.top__points span:last-child {
    margin-right: 0px;
}

.left__points {
    position: absolute;
    left: 0px;
    top: 0px;
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.left__points span {
    margin-bottom: 5px;
}

.left__points span:last-child {
    margin-bottom: 0px;
}

.right__points {
    position: absolute;
    right: 0px;
    display: flex;
    flex-direction: column;
    top: 0px;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.right__points span {
    margin-bottom: 5px;
}

.right__points span:last-child {
    margin-bottom: 0px;
}

.cab__blocks__top.cab__points {
    margin-left: 45px;
}

.body__flex__table {
    display: flex;
    flex-wrap: wrap;
}

.col-block-2 {
    width: 20%;
    padding: 0px 38px;
}

.table__left__inner p {
    background: #fff;
    height: 215px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.table__left__inner {
    position: relative;
    margin-bottom: 100px;
}

.stage__top {
    margin-bottom: 48px;
}

.bottom__points {
    position: absolute;
    bottom: -34px;
    width: 100%;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

.bottom__points span {
    margin-right: 5px;
}

.bottom__points span:last-child {
    margin-right: 0px;
}

.table__left__inner span {
    background: blue;
    color: #fff;
}

.table__left__inner .left__points {
    left: -34px;
}

.table__left__inner:last-child {
    margin-bottom: 0px;
}

.table__left__setting.yellow__collor {
    padding: 0px 10px;
}

.table__left__setting.yellow__collor .table__left__inner p {
    height: 60px;
}

.table__left__setting.yellow__collor span {
    background: #a6a604;
}

.table__left__setting.center__volume .heading__block {
    width: 100%;
    height: 100%;
}

.table__left__setting.center__volume .heading__block a {
    height: 100%;
    border-radius: 0px;
}

.table__left__setting.blue__collor .right__points {
    right: -32px;
}

.table__left__setting.blue__collor.last__blocks__seat .table__left__inner p {
    height: 140px;
}

.footer__table__4 p {
    margin-top: 0px;
    margin-bottom: 0px;
    width: 75px;
    height: 84px;
}

.footer__table__4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.table__footer__blocks {
    width: 100%;
}

.footer__table__4 .cab__blocks__top__inner {
    margin: 60px 10px;
    margin-bottom: 0px;
}

.left__points.yellow__collor span, .right__points.yellow__collor span {
    background: #a6a604;
    color: #fff;
}

.exit__store__roe {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.store__exit {
    background: #cce6ff;
    width: 100px;
    height: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.store__exit p {
    font-weight: 500;
    margin-top: 2px;
    font-size: 14px;
}

.store__exit img {
    height: 27px;
}

/*seat booking css*/
.textarea-box{
    margin-left: 20px;
    gap: 50px;
    flex-wrap: wrap;
}
.textarea-box input[type=radio] {
    height: 20px !important;
    width: 20px;
}
.textarea-details{
    background-color: #1b0e2e;
    margin-left: 10px;
    
}
.exit-bathroom-details{
    position: sticky;
    bottom: 0;
    z-index: 999;
    background-color: #0a0017;
    margin-top: 20px;
    padding: 10px 0px;
}
.all-color-button{
    display: flex;
    gap: 20px;
}
.all-color-button .table__left__setting,
.green__collor,
.table__left__inner,
.booked,
.selected{
    display: flex;
    align-items: center;
    gap: 10px;
}
.all-color-button .vip_button{
    display: flex;
    gap: 10px;
    flex-direction: column;
}
.order-img{
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.order-img img{
    width: 100%;
    height: 100%;
}
.order-details-text-img{
    display: flex;
}

label.btn.btn-outline-primary.active {
    background: linear-gradient(to left, #876119, #FADA9C);
    color: #000000 !important;
    border: 1px solid #FADA9C !important;
}

label.btn.btn-outline-primary {
    background: transparent;
    color: #FADA9C;
    border: 1px solid #FADA9C;
}

.btn-group.btn-group-toggle {
    height: 40px;
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: none !important;
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    background-color: transparent !important;

}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    border: 1px solid #FADA9C !important;
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: none !important;
    border: none !important;
}

.header__logoset header.header__section {
    position: absolute;
    background: transparent !important;
    border: none;
}

.text-center.empty__cart img {
    width: 128px;
    margin: 0 auto;
}

.text-center.empty__cart {
    height: 317px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.text-center.empty__cart p {
    color: #fff;
    font-size: 25px;
}

.tab__sections__drink ul#pills-tab {
    justify-content: center;
    margin-bottom: 40px !important;
}

.tab__sections__drink ul#pills-tab li {
    margin-right: 20px;
}

.tab__sections__drink ul#pills-tab li:last-child {
    margin-right: 0px;
}

.tab__sections__drink ul#pills-tab li button {
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Josefin Sans", sans-serif;
    padding: 10px 30px;
    border: none !IMPORTANT;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 0px !important;
}

.tab__sections__drink ul#pills-tab li button.active {
    background: linear-gradient(to left, #876119, #FADA9C);
    position: relative;
    font-family: "Josefin Sans", sans-serif;
    color: #000;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}

.food-menu-grid-item-content {
    padding: 20px 30px;
    background: #fff;
    margin: 20px 0px;
}

.food-menu-grid-item-content h2 {
    text-align: center;
    font-family: 'Restora';
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 32px;
    color: #876119;
}

.food-menu-content {
    margin-top: 15px;
}

.food-item-description {
    display: none;
}

.food-item-holder {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
    padding: 10px 0px;
    border-bottom: 1px solid #ddd;
}

.food-item-holder h3, .food-price {
    font-size: 18px;
    font-weight: 500;
}

.food-menu-description {
    text-align: center;
}

section.specials__section {
    margin: 50px 0px;
}

.onespecial {
    color: #fff;
}

.special__blocks {
    margin-bottom: 40px;
    border-bottom: 1px solid #3f3f3f;
}

.onespecial h2 {
    font-family: 'Restora';
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 24px;
    margin-bottom: 12px;
    color: #fada9c;
}

.onespecial .row div {
    margin-bottom: 15px;
    font-size: 18px;
}

.special__blocks:last-child {
    margin-bottom: 0px;
}

.resurvation__forms .form__inner {
    width: 100% !IMPORTANT;
    margin-bottom: 15px;
}

.resurvation__forms {
    margin-bottom: 47px;
}

.resurvation__forms .form__inner textarea {
    width: 100%;
    padding: 10px;
    color: #fff;
    border-radius: 5px;
    outline: none ! IMPORTANT;
    border: none !important;
    background: rgba(255 255 255 / 10%) !important;
    font-family: "Josefin Sans", sans-serif !important;
    font-weight: 300 !IMPORTANT;
}

.checkbox__block {
    margin-bottom: 15px;
    color: #fff;
    padding: 0px 10px;
}

.checkbox__block a {
    color: #FADA9C;
}

.checkbox__block a:hover {
    color: #88621a;
}

.checkbox__block ul {
    list-style: disc;
    padding-left: 30px;
}

.resurvation__forms .col-md-6:nth-child(odd) {
    padding-right: 0px;
}

.resurvation__forms .col-md-6:nth-child(even) {
    padding-left: 0px;
}

.form__inner input::-ms-input-placeholder, .form__inner textarea::-ms-input-placeholder {
  color: #fff;
}

.form__inner input::placeholder, .form__inner textarea::placeholder {
  color: #fff;
}

@media(max-width: 1200px){
    .mobile__header {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
    }
    
    .logo img {
        width: 98px;
        margin:0px;
    }
    
    /*.header__stiky__top.stiky__header .logo img{*/
    /*    width:75px;*/
    /*}*/
    
    .logo {
        padding: 0px 0px;
    }

    .header__row{
        display: none !important;
    }

    .toggle__menu img {
        filter: invert(1);
    }

    .mobile__menu ul {
        flex-direction: column;
        align-items: start;
    }

    .mobile__menu {
        position: absolute;
        left: 0px;
        top: 100%;
        background: #000;
        width: 100%;
        padding: 10px 0px;
        padding-bottom: 28px;
    }

    .mobile__menu ul li {
        margin: 0px;
        display: block;
        width: 100%;
    }

    .mobile__menu ul li a{
        margin:5px 0px;
        padding:5px 15px;
    }

    .mobile__menu {
        display: none;
    }

    li.contact__btn {
        padding: 0px 15px;
    }

    .toggle__cartbt {
        display: flex;
        align-items: center;
    }

    .cart__block {
        margin-left: 0px;
        margin-top: 0px;
        margin-right: 20px;
    }

    .cart__block a img {
        height: 37px;
    }

    .seat__booking__block span{
        width: 22px;
        height: 22px;
        font-size: 12px;
    }

    .store__exit p {
        font-size: 10px;
    }

    .store__exit img {
        height: 20px;
    }

    .store__exit {
        height: 50px;
        width: 64px;
    }

    .cab__blocks__top__inner p{
        margin: 22px;
    }

    .top__points{
        top: -24px;
    }

    .heading__block {
        width: 38%;
    }

    .table__left__inner .left__points {
        left: -23px;
    } 

    .bottom__points{
        bottom: -25px;
    }  

    .table__left__setting.blue__collor .right__points {
        right: -24px;
    }

    .table__left__setting.center__volume.col-block-2 {
        padding: 0px 10px;
    }

    .cab__blocks__top__inner p{
        height: 95px;
    }

    .heading__block a{
        height: 133px;
    }

    .col-block-2{
        padding: 0px 25px;
    }

    .footer__table__4 .cab__blocks__top__inner p {
        height: 73px;
    }


}



@media(max-width: 992px){
    .col-custome{
        width: 320px;
        margin-bottom: 30px;
    }

    button.owl-next {
        right: 0px;
        left: auto;
    }

    button.owl-prev {
        left: 0px;
    }

    .location__block {
        width: 100%;
    }



}


@media(max-width: 991px){
        .seat__booking__block span {
            width: 18px;
            height: 18px;
            font-size: 7px;
        }
    .cab__blocks__top__inner p, .table__left__inner p {
        font-size: 12px;
    }

    .cab__blocks__top__inner p {
        width: 122px;
    }

   .footer__table__4 .cab__blocks__top__inner p {
        height: 54px;
        width: 50px;
    }

    .table__left__inner{
        margin-bottom: 70px;
    }

    .table__left__inner p{
        height: 133px;
    }

    .table__left__setting.blue__collor.last__blocks__seat .table__left__inner p {
        height: 70px;
    }

    .table__left__setting.yellow__collor .table__left__inner p {
        height: 50px;
    }

}


@media(max-width: 767px){
    .col-custome {
        width: 100%;
    }

    .col-custome img {
        width: 100%;
    }

    .widget {
        width: 100% !important;
        margin-bottom: 20px;
    }

    .instagram__block {
        width: 50%;
    }

    .instagram__block:last-child {
        display: none;
    }

    .hooka__image__block {
        margin-top: 50px;
        text-align: center;
    }

    .hooka__image__block img {
        margin: 15px auto !important;
    }

    .form__inner {
        width: 100%;
        margin-bottom: 15px;
    }

    .form__inner {
        width: 100%;
        margin-bottom: 15px;
    }

    .image__section__inner .title__text.text-center {
        margin-top: 45px;
    }

    img.bg-10 {
        width: 90px;
    }

    img.bg-11 {
        width: 64px;
        top: -68px;
    }

    .hero__text h2{
        font-size: 17px;
    }

    .hero__text h1{
        font-size: 17px;
    }

    .hero__slider .item{
        padding-top: 200px;
        min-height: 537px;
    }

    .logo img {
        width: 98px;
    }

    .anousmentbar__row div {
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    .anousmentbar__info ul {
        justify-content: center;
    }

    .menubar__title__row .title__text {
        width: 100%;
    }

    .serachbar__filter {
        width: 100%;
    }

    .serachbar__filter input {
        width: 100%;
    }

    .menubar__title__row {
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .menubar__title__row .title__text {
        margin-bottom: 5px;
    }

    .since__block p {
        left: 0px;
    }

    .sidebar__main.mg__left {
        margin-left: 20px;
        margin-top: 30px;
    }

    section.iframe__section iframe{
        height:300px;
    }

    .account__blocks{
        margin-left:0px;
        padding:20px;
    }

    .cart__product__count {
        margin-top: 40px;
    }

    .checkout__form__data {
        margin-right: 0px;
    }

    .col-block-2 {
        width: 138px;
    }

    .seat__booking__block {
        width: 690px;
    }

    .seat__booking__section .container {
        overflow: auto;
        padding-top: 8px;
    }
    
    .text-center.empty__cart img{
        width:69px;
    }
    
    .text-center.empty__cart p{
        font-size:18px;
    }
    
    .text-center.empty__cart{
        height:250px;
    }
    
   .logo img {
        width: 80px;
        margin: 0px;
    }
    
    .onespecial h2 {
        font-size: 20px;
    }
    
    .onespecial .row div {
        font-size: 16px;
        margin-bottom: 10px;
    }
    
    .resurvation__forms .col-md-6:nth-child(odd) {
        padding-right: 15px;
    }
    
    .resurvation__forms .col-md-6:nth-child(even) {
        padding-left: 15px;
    }

    img.image__height__smaller{
        height:auto;
    }
}



@media(max-width: 500px){
    .hero__slider .item{
        padding-top: 105px;
    }

    p, a {
        font-size: 14px;
    }

    .title__text h5{
        font-size: 15px;
    }

    .title__text h2{
        font-size: 22px;
    }

    .upcoming.__slider__inner h2, .flavor__block h2{
        font-size: 20px;
    }

    section.hero__section video{
        height: 480px;
    }

    .page__title h1 {
        font-size: 24px;
    }

    .sidebar__section h3, .sidebar__section__myaccount h3 {
        font-size: 17px;
    }

    .sidebar__section ul li a, .sidebar__section__myaccount ul li a {
        font-size: 14px;
    }

    .party__block__image {
        width: 70px;
    }

    .party__block__image img{
        height: 70px;
    }

    .party__block__content h4{
        font-size: 14px;
    }

    .party__block__content h5{
        font-size: 12px;
    }

    .party__block__content span{
        font-size: 10px;
    }

    .sidebar__list__contents{
        font-size: 15px;
    }

    .party__block h2{
        font-size: 17px;
    }

    .have__account h4, .have__account h4 a, .form-group a{
        font-size: 14px;
    }

    .coupon__block label{
        font-size: 15px;
    }
    .textarea-box{
        flex-wrap: wrap;
    }
    
    .anousmentbar__row p, .anousmentbar__row a {
        font-size: 12px;
    }
    
    .menubar__title__row .btn-group.btn-group-toggle {
        margin: 0 auto;
        margin-top: 10px;
        margin-bottom: 15px;
    }
    
    .tab__sections__drink ul#pills-tab li button {
        padding: 9px 20px;
        font-size: 13px;
    }
    
    .food-menu-grid-item-content h2 {
        font-size: 21px;
    }
    
    .food-item-title {
        width: 100%;
    }
    
    .food-item-holder h3, .food-price {
        font-size: 15px;
    }
    
    .food-item-holder {
        justify-content: end;
    }
}

.add__address.add__block {
    border: 1px solid #4a4a4a;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 7px;
}

a.address__link.add-new-address.add_new_address {
    height: 100%;
}

.add__address.add__block p {color: #fff;}

.address__detail.add__block {
    border: 1px solid #4a4a4a;
    height: 100%;
    padding: 13px;
    border-radius: 7px;
    color: #fff;
}

.tab__content table__mains .col-md-4 {
    margin-bottom: 15px !important;!i;!;
    border: 1px solid green;
}

.tab__content.table__mains .col-md-4 {
    margin-bottom: 19px;
}

.address__detail.add__block p {
    color: #fff;
}

.address__btns ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 17px;
}

.address__btns ul li {
    width: 50%;
    padding: 0px 4px;
}

.address__btns ul li a {
    background: linear-gradient(to right, #876119, #fada9c);
    font-family: 'Restora';
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 12px;
    color: #000;
    padding: 9px;
    display: block;
    border: 1px solid #876119;
    text-transform: capitalize !important;
    text-align: center;
}

.address__btns ul li:nth-child(1) a {
    background: transparent;
    color: #fada9c;
}


.copyright__section p a {
    color: #fff;
}

.copyright__section p a:hover {
    color: #FADA9C;
}

section.policys__sections {
    background: rgba(222 218 229/5%);
    margin-bottom: 50px;
    padding: 60px 0px;
}

.privacy__inner .image img {
    width: 165px;
}

.privacy__inner h2 {
    font-family: 'Restora';
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 32px;
    color: #fff;
}

.privacy__inner p, .privacy__inner li {
    color: #fff;
}

.privacy__inner h3 {
    color: #fff;
}

.privacy__inner h4 {
    color: #fff;
}

.privacy__inner p a {
    color: #FADA9C;
}

.product__wishlist {
    position: relative;
}

span.wishlist__pro i {
    position: absolute;
    right: 15px;
    top: 15px;
    text-align:center;
    line-height: 24px;
    background: #fada9c;
    color: #0a0017 !important;
    height: 23px;
    width: 23px;
    font-size: 14px;
    border-radius: 50%;
    padding-left: 1px;
    cursor:pointer;
}

li.dropdown__button {
    position: relative;
}

.referral__view {
    position: absolute;
    right: 0px;
    background: #0a0017;
    padding: 10px;
    color: #000;
    top: 25px;
    box-shadow: 0px 0px 20px rgba(0 0 0 / 20%);
    z-index: 9999;
    border: 1px solid #fada9c;
    display: none;
    width: 250px;
}

.referral__view p {font-family: "Josefin Sans", sans-serif;font-size: 17px;color: #fff;}

.referral__view a button {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid transparent !important;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 800;
    font-size: 15px;
    margin-top: 7px;
    background: linear-gradient(to left, #876119, #FADA9C);
}

.referral__view a button:hover {
    background: transparent;
    color: #FADA9C;
    border:1px solid #FADA9C !important;
}

.referral__view p span {
    color: #f2d293;
}

.referral__view p {
    display: block;
}

li.dropdown__button:hover .referral__view {
    display: block;
}
@media(max-width: 767px){
    .referral__view {
        right: -45px;
        width: 250px !important;
    }
}
@media (max-width: 575px) {
    .referral__view {
        right: -33px;
        width: 110px !important;
    }
}