



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    scroll-behavior: smooth;;
  }
body {
    background-color: var(--vt-textColor);
    /* font-family: var(--vt-text2) */
}
.no-scroll {
    overflow: hidden;
  }
/* top */
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: 0px 0px 5px rgba(33, 33, 33, 0.768);
  }
/* top */
#btn-back-to-top {
    position: fixed;
    bottom: 0;
    left: 0;
    display: none;
    padding: 5px 10px !important;
    z-index: 1000;
}

textarea:focus {
    box-shadow: unset !important;
    border-color: var(--vt-secondColor) !important;
}

/* popUp */
.form-check-input:checked {
    background-color: var(--vt-secondColor) !important;
    border-color: var(--vt-secondColor) !important;
}

.form-check-input {
    --bs-form-check-bg: #f0f0f096;
    background-color: var(--bs-form-check-bg);
    border: var(--bs-border-width) solid var(--vt-secondColor);
}

/* popUp */

/* date */
/* .form-control input {
    border: none;
    box-sizing: border-box;
    outline: 0;
    padding: .75rem;
    position: relative;
    width: 100%;
} */

/* input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
} */
/* date */
/* Hamburger Menu */
.open {
    position: relative;
    height: 30px;
    width: 30px;
    background-color: #49111c02;
    /* overflow:hidden; */
}

.open.toogle-menu-btn>span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25px;
    height: 3px;
    transform: translate(-50%, -50%);
    background-color: var(--vt-textColor);
    transition: all 0.2s linear;
}

.open.toogle-menu-btn>span:first-child {
    top: 5px;
}

.open.toogle-menu-btn>span:last-child {
    top: 25px;
}

.open.toogle-menu-btn span.ham:first-child {
    top: 50%;
    transform: translate(-50%, -50%) rotate(135deg);
}

.open.toogle-menu-btn span.ham:nth-child(2) {
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-animation: slide-out-left 1s linear both;
    animation: slide-out-left 1s linear both;
}

.open.toogle-menu-btn span.ham:last-child {
    top: 50%;
    transform: translate(-50%, -50%) rotate(225deg);
}




/* Hamburger menu end */
.menu-box .menu {
    display: flex;
    align-items: center;
}

.nav-link,
.nav-link:focus {
    color: var(--vt-textColor);
    font-family: var(--vt-text2);
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.2s linear;
}

.nav-link:hover {
    color: var(--vt-titleColor1);
}

.nav-link.active {
    color: var(--vt-titleColor1) !important;
    font-weight: 900;
    position: relative;
}

.nav-link.active::after {
    position: absolute;
    content: '';
    height: 3px;
    width: 100%;
    background-color: var(--vt-titleColor1);
    bottom: 0px;
    left: 0;
    right: 0;
    transition: all 0.3s linear;
    -webkit-animation: slide-in-left-enter 0.5s both;
    animation: slide-in-left-enter 0.5s both;
}

.cart-badge {
    background-color: var(--vt-titleColor1) !important;
    color: var(--vt-black-text) !important;
    font-size: 10px !important;
    height: 22px !important;
    width: 22px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

span.position-absolute.top-0.start-100.translate-middle.\.cart-badge.badge.bg-danger.rounded-circle {
    height: 22px !important;
    width: 22px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px !important;
    text-decoration: none;
}

.menu-box .cart i {
    background-color: #202020;
    padding: 8px 9px;
    border-radius: 100%;
}

/* End Navbar */


/* Hero section */
.hero-main-box {
    overflow: hidden;
}

.hero-section {
    height: 100vh;
    width: 100%;
    background-image: url('./../img/hero-1.jpg');
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 30px 0px !important;
}

.hero-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: var(--vt-mainColor-overlay);
    /* background: rgb(73,17,28); */
    background: linear-gradient(0deg, rgb(73 17 28 / 95%) 35%, rgb(10 9 8) 74%);
    background-attachment: fixed;
}

.main-img-box {
    display: flex;
    justify-content: center;
}

/* .food-dish{
    max-width: 500px;
} */

/* loating images */

.floting-imges {
    position: absolute;
    background-color: transparent;
    height: 100%;
    width: 100%;
    transition: all 0.3s linear;
}

.floting-imges img {
    position: relative;
    top: 0;
    left: 0;
    width: 50px;
}

.floting-imges img:first-child {
    top: 7%;
    left: 10%;

}

.floting-imges img:nth-child(2) {
    top: 20px;
    left: 80%;
}

.floting-imges img:nth-child(3) {
    top: 90%;
    left: 10%;
    -webkit-animation: vibrate-1 10s linear infinite both;
    animation: vibrate-1 10s linear infinite both;
    ;
}

.floting-imges img:nth-child(4) {
    top: 20%;
    left: 30%;
    animation: hero-rotate 30s infinite linear;
}

.floting-imges img:last-child {
    top: 77%;
    left: 32%;
    animation: hero-rotate 30s infinite linear;
}

.grow-item {
    -webkit-animation: grow-item 60s infinite linear both;
    animation: grow-item 60s infinite linear both;
}



/* loating images end  */




.hero-data {
    z-index: 3;
}

.hero-text {
    text-align: center;
    color: var(--vt-textColor);
    font-family: var(--vt-text3);
    font-weight: 500;
}
.left-to-right{
    -webkit-animation: hero-left 2s ease 0.1s;
    animation: hero-left 2s ease 0.1s;
}

h2 {
    font-family: var(--vt-text1);
    font-weight: 600;
    color: var(--vt-secondColor);
    font-size: 33px;
}

.second-para {
    font-size: 32px;
    line-height: 44px;
}

.hero-text h1 {
    font-family: var(--script_font1);
    font-size: 130px;
    font-weight: bolder;

}

.hero-text h5 {
    font-family: var(--script_font2);
    font-size: 28px;
    font-weight: bolder;
    color: var(--vt-titleColor1);
    background-color: #202020;
    padding: 10px;
    transform: skew(10deg);
}

.hero-text p {
    font-weight: 600;
    letter-spacing: 1px;
}

/* .hero buttons */

.mybtns {
    border-radius: 0px !important;
    border: 1px solid var(--vt-textColor);
    padding: 20px 60px;
    color: var(--vt-textColor);
    font-weight: bolder;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: transparent;
}

.mybtns:hover {
    border: 1px solid transparent;
}

.mybtns::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 150%;
    height: 70%;
    width: 90%;
    transform: translate(-50%, -50%);
    background-color: var(--vt-titleColor2);
    transition: all 1s linear;
    z-index: -1;
}

.mybtns:hover::after {
    left: 50%;
}

.mybtns::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -50%;
    height: 85%;
    width: 90%;
    transform: translate(-50%, -50%);
    background-color: var(--vt-titleColor1);
    transition: all 1s linear;
    z-index: -1;
}

.mybtns:hover::before {
    left: 47%;
}

/* food diesh */
.myrotate {
    animation: hero-rotate 60s linear infinite;
}

/* .food-dish {
    -webkit-animation: hero-right 2s ease 0.5s both;
    animation: hero-right 2s ease 0.5s both;
} */
.right-to-left{
    -webkit-animation: hero-right 2s ease 0.1s both;
    animation: hero-right 2s ease 0.1s both;
}

/* About Us */

.boximage {
    height: 500px;
    width: 100%;
    position: relative;
}

.boximage img {
    position: relative;
    width: 100%;
    max-width: 300px;
    transition: all 0.5s ease;
}

.boximage .img-box:first-child img {
    top: 0px;
    left: 0px;
    border: 5px solid var(--vt-borderColor);
    box-shadow: 20px 20px 0px var(--vt-secondColor), -20px -20px 0px var(--vt-secondColor);
}

.boximage .img-box:last-child img {
    top: 68px;
    left: -44px;
    border: 5px solid var(--vt-borderColor);
    box-shadow: 20px 20px 0px var(--vt-secondColor);
}

.boximage .img-box {
    position: relative;
}

.boximage .img-box:first-child img:hover {
    box-shadow: 5px 5px 0px var(--vt-secondColor), -5px -5px 0px var(--vt-secondColor);
}

.boximage .img-box:last-child img:hover {
    box-shadow: 5px 5px 0px var(--vt-secondColor);
}

.about-section .mybtns {
    border: 1px solid var(--vt-secondColor);
    color: #202020;
    padding: 8px 50px;
}

.about-section .mybtns:hover {
    border: 1px solid transparent;
    color: var(--vt-textColor);
}

.about-section .mybtns::before {
    box-shadow: inset 0px 0px 2px var(--vt-mainColor);
}

.about-section .mybtns::after {
    background-color: #53102a !important;
}

/* Discover-Your-Taste */

#Discover-Your-Taste {
    margin: 50px 0px;
    padding: 100px 50px;
    clip-path: polygon(0 10%, 100% 0%, 100% 90%, 0% 100%);
    background-image: url('./../img/hero-2.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    position: relative;
    overflow: hidden;
    /* background-attachment: fixed; */
}

#Discover-Your-Taste::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /* background: rgb(73,17,28); */
    background: linear-gradient(187deg, rgba(73, 17, 28, 0.849) 35%, rgba(10, 9, 8, 0.836) 74%);
    z-index: -1;
}

.discover-test {
    padding: 0px 60px;
    z-index: 2;
    color: var(--vt-textColor);
}

.discover-test h2 {
    color: var(--vt-textColor);
    font-family: var(--script_font2);
    letter-spacing: 2px;
}

/* menu-section */
#our-menu-section {
    margin-top: 50px;
}

#our-menu-section li.list-group-item {
    padding: 3px 12px !important;
    transition: all 0.3s linear;
    position: relative;
    z-index: 1;
    overflow: hidden;

}

#our-menu-section .list-group-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%;
    width: 100%;
    background-color: black;
    z-index: -1;
    border-radius: 10rem;
    transition: all 0.8s linear;
}

#our-menu-section .list-group-item.active {
    z-index: 2;
    background-color: black !important;
    border-color: black;
}

#our-menu-section .list-group-item:hover::after {
    left: 0;
}

/* search */
input[type="search"]:focus {
    box-shadow: unset !important;
    border-color: var(--vt-secondColor) !important;
    position: relative;
    transition: all 1s ease;
}

.for-Search>div {
    max-width: 50%;
}

#search-icon {
    background-color: var(--vt-secondColor);
    color: var(--vt-textColor);
}

.search-icon i {
    padding: 0px 10px !important;
}

/* menu items */
.menu-items .card-body {
    padding: 10px;
}

/* .menu-items img{
    max-width: 121px;
} */
.menu-items .card-text {
    font-size: 14px;
}

.menu-items .card-title {
    margin-top: 5px;
    text-transform: capitalize;
    color: var(--vt-card-title-color);
    font-weight: 500;
    letter-spacing: 1px;
}

.card-image {
    max-width: 190px;
}

.price-box {
    background-color: var(--vt-secondColor);
    height: 60px !important;
    width: 60px !important;
    width: fit-content;
    padding: 8px;
    border-radius: 100%;
    border: 2px solid var(--vt-borderColor);
    color: var(--vt-textColor);
    box-shadow: 0px 0px 3px var(--vt-borderColor);
}

.price-box .food-price {

    font-size: 14px;
}

.card-text-action.ps-5 {
    padding-left: 2.4rem;
}

.my-cart-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border: 1px solid var(--vt-secondColor);
    font-weight: 500;
    color: var(--vt-card-title-color);
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 1px 15px;
    transition: all 0.6s ease;
}

.my-cart-btn i {
    font-size: 20px;
}

.my-cart-btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%;
    width: 100%;
    background-color: var(--vt-secondColor);
    z-index: -1;
    border-radius: 3px;
    transition: all 0.6s ease;
}

.my-cart-btn:hover {
    color: var(--vt-textColor);
}

.my-cart-btn:hover::after {
    left: 0;
}

.menu-items .card {
    transition: all 0.2s linear;
}

.menu-items .card:hover {
    box-shadow: 0px 0px 12px -6px var(--vt-secondColor);
}

/* menu filter */
.search-fild {
    box-shadow: 0px 0px 8px -6px var(--vt-secondColor);
}

.filterButton {
    display: none;
}

.filterButton {
    position: relative;
}

.filterButton span.filter {
    display: block;
    height: 4px;
    width: 30px;
    background-color: #53102a;
    margin: 5px 0px;
}

.our-menus {
    position: relative;
}

.overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: var(--vt-mainColor-overlay)
}

.open.filterButton>span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25px;
    height: 3px;
    transform: translate(-50%, -50%);
    transition: all 0.2s linear;
}

.open.filterButton>span:first-child {
    top: 5px;
}

.open.filterButton>span:last-child {
    top: 25px;
}

.open.filterButton span.ham:first-child {
    top: 50%;
    transform: translate(-50%, -50%) rotate(135deg);
}

.open.filterButton span.ham:nth-child(2) {
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-animation: slide-out-left 1s linear both;
    animation: slide-out-left 1s linear both;
}

.open.filterButton span.ham:last-child {
    top: 50%;
    transform: translate(-50%, -50%) rotate(225deg);
}

/* good Gallery  */

.h2-title {
    font-family: var(--script_font2);
}

#gallery-section {
    position: relative;
}

.zoom-tool {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    font-size: 22px;
    z-index: 2;
    padding: 8px;
    background-color: #53102ad7;
    transition: all 0.5s ease 0.1s;
}

.gallery {
    gap: 1px;
}

.gallery-card {
    position: relative;
    overflow: hidden;
}

.gallery-card a {
    display: block;
    height: 300px;
    width: 300px;
    background-color: var(--vt-gallery-image-text-bg);
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.5s linear;
}

.gallery-card a::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    height: 0px;
    width: 0px;
    background-color: var(--vt-gallery-imageOverlay-bg);
    transition: all 0.6s ease;
    z-index: -1;
    transform: translate(-50%, -50%);
    border-radius: 100%;
    opacity: 0;
}

.gallery-card a:hover::after {
    height: 100%;
    width: 100%;
    border-radius: unset;
    opacity: 1;
}

.gallery-card:hover span.zoom-tool {
    bottom: 0px;
}



h2.gallery-title {
    width: fit-content;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

h2.gallery-title::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 50%;
    height: 34px;
    width: 180px;
    background-image: url('../img/gallery-left.svg');
    background-size: contain;
    background-repeat: no-repeat;
    transform: translate(-30%, -50%);
}

h2.gallery-title::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    height: 34px;
    width: 180px;
    background-image: url('../img/gallery-right.svg');
    background-size: contain;
    background-repeat: no-repeat;
    transform: translate(30%, -50%);
}

/* Book table */
#Book-Table-section {
    width: 100%;
    position: relative;
    padding: 20px 0px;
}

#Book-Table-section::before {
    content: '';
    position: absolute;
    top: 20%;
    left: 0;
    height: 10px;
    width: 100%;
    background-color: #53102a;
    z-index: -1;
}

#Book-Table-section::after {
    content: '';
    position: absolute;
    top: 80%;
    left: 0;
    height: 10px;
    width: 100%;
    background-color: #53102a;
    z-index: -1;
}

input:focus,
select:focus {
    box-shadow: unset !important;
}

.chef-img {
    mix-blend-mode: multiply;
}

/* .timepicker {
    position: absolute;
    z-index: 1000;
    float: left;
    width: 160px;
    padding-bottom: 5px;
    margin: 2px 0 0 0;
    list-style: none;
    font-size: 14px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
  } */
.timepicker {
    background-color: var(--vt-gallery-image-text-bg) !important;
    color: white !important;
    border-color: var(--vt-gallery-image-text-bg) !important;
}

.timepicker .title {
    color: var(--vt-borderColor) !important;
    letter-spacing: 1px !important;
}

.timepicker .cell-2 {
    color: var(--vt-textColor) !important;
}

.timepicker .text a {
    color: var(--vt-textColor) !important;
}

.timepicker:after {
    border-bottom: 6px solid var(--vt-gallery-image-text-bg) !important;
}

/* ............................ */
#owl-demo .item img {
    display: block;
    width: 100%;
    height: auto;
}

.owl-dots {
    text-align: center;
}

.owl-dot.active {
    transform: scale(1.1);
    width: 30px;
    height: 10px;
    border-radius: 10px;
    background-color: #53102a !important;
    /* transition: all 0.2s linear; */
}

.owl-dot {
    height: 10px;
    width: 10px;
    border-radius: 100%;
    margin: 0px 5px;
    background-color: #53102a3a !important;
    transition: all 0.2s linear;
}

.user-img {
    height: 51px !important;
    width: 51px !important;
}

#Testimonial-section .card-body {
    max-width: 550px;
    cursor: grab;
    position: relative;
    background-color: var(--vt-textColor);
    border-left: 2px solid #53102a;
    border-right: 2px solid #53102a;
    border-radius: 20px;
}

/* #Testimonial-section .card-body::before {
    content: '';
    position: absolute;
    top: 0;
    left: -9px;
    height: 100%;
    width: 5px;
    background-color: #53102a;
}
#Testimonial-section .card-body::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: -9px;
    height: 100%;
    width: 5px;
    background-color: #53102a;
} */

/* footer */

/* .location-map iframe{
    height: 250px;
    flex-basis:40%;
} */

footer#footer {
    background: rgb(73, 17, 28);
    background: linear-gradient(180deg, rgba(73, 17, 28, 1) 0%, rgba(10, 9, 8, 1) 64%);
}

#footer {
    letter-spacing: 1px;
}

.timings {
    width: 40%;
}

.timings .card {
    background-color: rgba(255, 255, 255, 0.041);
    border: 1px solid var(--vt-lightBorder);
    box-shadow: 0px 0px 4px -2px var(--vt-lightBorder);
}

#footer .list-group-item {
    width: 50%;
    background-color: transparent !important;
    color: var(--vt-textColor) !important;
}

#footer .list-group-item h5 {
    color: var(--vt-titleColor1) !important;
    letter-spacing: 2px;
    font-weight: 700 !important;
}


/* Login page  */

.add-padd {
    padding: 100px 0px;
}

.action-box {
    max-width: 500px;
}

button.fbtn:hover {
    color: var(--vt-textColor) !important;
}

button.fbtn {
    position: relative;
    background-color: transparent !important;
    overflow: hidden;
    z-index: 1;
}

button.fbtn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -110%;
    height: 100%;
    width: 100%;
    background-color: #53102a;
    transform: skew(60deg);
    z-index: -1;
    transition: all 0.6s linear;
}

button.fbtn::after {
    content: '';
    position: absolute;
    top: 0;
    left: 110%;
    height: 100%;
    width: 100%;
    background-color: #53102a;
    transform: skew(60deg);
    z-index: -1;
    transition: all 0.6s linear;
}

button.fbtn:hover {
    background-color: transparent !important;
}

button.fbtn:hover::before {
    left: -45%;
}

button.fbtn:hover::after {
    left: 50%;
}

.btn-check:checked+.btn,
:not(.btn-check)+.btn:active,
.btn:first-child:active,
.btn.active,
.btn.show {

    color: var(--vt-textColor) !important;
    background-color: var(--vt-secondColor);
    border-color: var(--vt-secondColor);
}

/* fix cart */
#cart-box {
    cursor: pointer;
    z-index: 200;
    border-radius: 10px;
}

#cart-box .card {
    box-shadow: 0px 0px 5px -3px var(--vt-mainColor);
}

#offcanvasRight {
    background: rgb(50, 14, 21);
    background: linear-gradient(261deg, rgba(50, 14, 21, 1) 8%, rgba(10, 9, 8, 1) 64%);
    overflow-y: scroll;
}
#offcanvasRight table tbody tr,
#offcanvasRight tbody td,
#offcanvasRight thead th {
    color: white !important;
    background-color: transparent !important;
    border-color: rgba(255, 255, 255, 0.075) !important;
}

#offcanvasRight table tfoot td {
    font-weight: bold;
    color: var(--vt-textColor) !important;
    border-color: rgba(255, 255, 255, 0.075) !important;
    background-color: transparent !important;
}

#offcanvasRight .tip-bnts label {
    color: var(--vt-textColor) !important;
}

button {
    cursor: pointer;
}

.empty-cart-height{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%)
}
/* animation css */

.tilt-in-left-1 {
	-webkit-animation: tilt-in-left-1 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.6s both;
	        animation: tilt-in-left-1 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.6s both;
}
.slide-in-bottom {
	-webkit-animation: slide-in-bottom 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s both;
	        animation: slide-in-bottom 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s both;
}
.puff-in-center {
	-webkit-animation: puff-in-center 0.7s cubic-bezier(0.470, 0.000, 0.745, 0.715) 0.6s both;
	        animation: puff-in-center 0.7s cubic-bezier(0.470, 0.000, 0.745, 0.715) 0.6s both;
}
.slide-top {
	-webkit-animation: slide-top 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s both;
	        animation: slide-top 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s both;
}
.blink-2 {
	-webkit-animation: blink-2 0.9s ease 1s both ;
	        animation: blink-2 0.9s ease 1s both ;
}
.swing-in-top-fwd {
	-webkit-animation: swing-in-top-fwd 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: swing-in-top-fwd 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

input.qty {
    width: 50px;
    padding: 0px;
    text-align: center;
    border: 0;
    border-top: 1px solid;
    border-bottom: 1px solid;
    background: #e7e4e4a8;
}