:root {
    --brand-color: #7a233d;
    --font-family-lobster: "Lobster", sans-serif;
    --font-family-inter: "Inter", sans-serif;
}
html {
    scroll-behavior: auto; /* prevent smooth jump */
}

.bg-primary-color {
    background-color: var(--brand-color) !important;
}

p {
    /* font-family: "Lato", sans-serif; */
    font-family: "Inter", sans-serif;
    font-style: normal;
}
.brand-color {
    color: var(--brand-color) !important;
}
body {
    font-family: "Inter", sans-serif;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-family-lobster) !important;
}

/* .container{
    padding-top: 50px;
    padding-bottom: 50px;
} */
.form-label,
input,
textarea {
    font-family: math;
}

ul.navbar-nav.me-auto.mb-2.mb-lg-0 {
    margin: auto;
}

a {
    text-decoration: none !important;
    color: #000 !important;
}

.heading {
    font-weight: 600;
    font-family: math;
    font-size: 40px;
    text-transform: capitalize !important;
}

.product-title {
    font-family: math;
    font-weight: 700;
    font-size: 22px;
}

.font-size-14 {
    font-size: 14px;
    margin-bottom: 0.5rem;
}

@media (max-width: 576px) {
    .heading {
        font-size: 36px !important;
    }
}

.menu nav.navbar.navbar-expand-lg.bg-light {
    padding: 0px;
}

.menu a.nav-link {
    font-weight: 600;
    margin: 0px 0px;
    font-family: "Lato", sans-serif;
    /* margin-left: 10px; */
    font-size: 16px;
}

@media (max-width: 576px) {
    .menu a.nav-link {
        margin-left: 15px;
    }
}

.containerbtn {
    border: none;
}

.containerbtn .btn {
    /* margin: 0px 10px; */
    /* padding: 13px 30px; */
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    box-shadow: 0 0 20px #eee;
    color: #fff;
}

@media (max-width: 991px) {
    .containerbtn .btn {
        margin: 0px 0px;
    }
}

.containerbtn .btn:hover {
    background-position: right center;
}

.containerbtn .btn-4 {
    /* background-image: linear-gradient(to right, #a1c4fd 0%, #c2e9fb 51%, #a1c4fd 100%); */
    background-color: #7a233d;
    color: #fff !important;
}
.containerbtn .btn-4:active,
.containerbtn .btn-4:focus {
    background-color: #7a233d;
}

/* seetalert css start here */
.swal-popup-success {
    border-left: 6px solid #28a745;
}

.swal-popup-error {
    border-left: 6px solid #dc3545;
}

.swal2-title {
    font-size: 1.3rem;
    font-weight: 700;
}

.swal2-popup {
    border-radius: 14px;
}

.swal2-html-container {
    font-weight: 500;
}

/* seetalert css end here */

.add-bar h3 {
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    margin: 10px 0px;
}

section {
    padding: 100px 0px;
}

section .hero-bnr {
    background-image: url(../image/background.jpg);
    height: 600px;
    background-repeat: no-repeat;
    object-fit: cover;
    /* width: 69%; */
    width: 100%;
    background-position: 50% 25%;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    margin: 0 auto;
    justify-content: center;
}

.hero-bnt-text h1 {
    text-align: center;
    font-size: 50px;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 25px;
}

.hero-bnt-text input.form-control {
    padding: 10px 20px;
}

.hero-bnt-text button.btn.btn-primary {
    padding: 8px 15px;
    background: #7a233d;
    border: 2px solid #7a233d;
    box-shadow: 4px 5px 12px 1px #fff;
    transition: all 0.3s ease-in-out;
}

.hero-bnt-text button.btn.btn-primary:hover {
    background: #fff;
    color: #000000;
}

.hero-bnt-text button.btn.btn-primary:active {
    box-shadow: 4px 5px 12px 1px transparent;
}

@media screen and (max-width: 768px) {
    .hero-bnt-text {
        text-align: center;
    }

    .hero-bnt-text button.btn.btn-primary {
        padding: 15px 40px;
    }
}

section.populer-item {
    /* padding: 100px 0px; */
    overflow: hidden;
}

.populer-item-slider {
    position: relative;
    /* padding-bottom: 80px; */
}

.populer-item h2 {
    text-align: center;
    font-weight: 600;
    font-size: 40px;
    /* margin-bottom: 50px; */
}

.populer-item .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* background: #eee; */
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 11px;
    overflow: hidden;
}

.populer-item .swiper-slide img {
    display: block;
    max-width: 100%;
    width: 500px;
    height: 250px;
    object-fit: cover;
}

.populer-item .swiper {
    margin-left: auto;
    margin-right: auto;
}

.populer-item p {
    position: absolute;
    left: 8px;
    top: 8px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 0px;
    background: #f8f9fa;
    font-size: 16px;
    padding: 2px 10px;
    border-radius: 10px 0px;
    color: #000;
    font-family: var(--font-family-lobster);
}

.swiper-btn {
    position: absolute;
    bottom: 5%;
    width: 100%;
}

.swiper-button-next {
    right: 46% !important;
    background: #74213a;
    border-radius: 100px;
    padding: 25px;
}

@media screen and (max-width: 768px) {
    .swiper-button-next {
        right: 54% !important;
    }
}

.swiper-button-prev {
    left: 44% !important;
    background: #74213a;
    border-radius: 100px;
    padding: 25px;
}

@media screen and (max-width: 768px) {
    .swiper-button-prev {
        left: 51% !important;
    }
}

.swiper-button-next,
.swiper-button-prev {
    color: #fff !important;
}

/* .populer-item a.btn.btn-outline-success,
button.btn.btn-outline-success {
    border-radius: 50px;
    padding: 15px 100px;
    border-color: #7a233d;

    font-weight: 700;
    background-color: #fff !important;
    color: #7a233d !important;
    transition: all 0.3s ease-in-out;
    display: block;
    margin-left: auto;
    margin-right: auto;

    width: fit-content;
} */

a.btn.btn-outline-success {
    border-radius: 50px;
    padding: 15px 100px;
    border-color: #7a233d;
    font-weight: 700;
    background-color: #fff;
    color: #7a233d;
    transition: all 0.3s ease-in-out;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
}

a.btn.btn-outline-success:hover {
    background-color: #7a233d;
    color: #fff !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 22px !important;
}

section.dishes {
    /* padding: 100px 0px; */
    background: #f4f4f4;
}

.dishes h2 {
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 40px;
}

.single-dishes img.img-fluid {
    height: 200px;
    width: 200px;
    border-radius: 100px;
    margin-top: -50px;
}

.single-dishes {
    background: #7a233d;
    text-align: center;
    border-radius: 20px;
    color: #fff;
    padding-bottom: 30px;
    margin-top: 50px;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

section.dishes .single-dishes-container {
}
section.dishes .single-dishes-container .single-dishes {
}
section.dishes .img-container {
}

section.dishes .content {
}
.single-dishes p {
    margin-top: 15px;
    margin-bottom: 5px;
    padding: 0px 6px;
}

.single-dishes h5 {
    margin-bottom: 10px;
    margin-top: 10px;
}

ul.protin {
    padding-left: 0px;
}

ul.protin li {
    display: inline-flex;
    padding: 2px 6px;
    background: #ceb2ba;
    margin: 5px 5px 5px 0px;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    border-radius: 5px;
}

.single-dishes button.btn.btn-outline-secondary {
    color: #fff;
    border-color: #fff;
    transition: all 0.3s ease-in-out;
}

.single-dishes button.btn.btn-outline-secondary:hover {
    color: #000;
    background-color: #fff;
    border-color: #000;
}

.dishes button.btn.btn-outline-success {
    border-radius: 50px;
    padding: 15px 100px;
    border-color: #7a233d;
    color: #7a233d;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}

.dishes button.btn.btn-outline-success:hover {
    background: #cfcfcf;
    color: #fff;
}

.combo-text {
    padding: 0px 10px;
    text-align: center;
    padding-bottom: 0.7rem;
}

/* .combo-text h3 {
    font-weight: 600;
    margin-top: 10px;
    font-size: 22px;
} */

.combo-text h3 {
    font-weight: 500;
    margin-top: 18px;
    font-size: 20px;
    font-family: math;
}

.populer-item.combo .swiper-slide {
    display: block;
    /* text-align: left; */
}

.single-combo {
    min-height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 20px;
    background: #eee;
}

.populer-item.combo .swiper-slide img {
    display: block;
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.populer-item .combo-text p {
    position: initial;
    background: none;
    color: #000;
    padding: 0px;
    font-size: 16px;
    font-weight: 400;
    font-family: "Inter";
    font-size: 14px;
    margin-bottom: 0.7rem;
}

.populer-item.combo button.btn.btn-outline-success.com,
.populer-item.combo a.btn.btn-outline-success.com {
    padding: 8px 24px;
    margin-top: 10px;
    margin-bottom: 20px;
    border-color: #7a233d;
    border-radius: 22px;
    color: #74213a;
    transition: all 0.3s ease-in-out;
    font-weight: bold;
}

.populer-item.combo button.btn.btn-outline-success.com:hover,
.populer-item.combo a.btn.btn-outline-success.com:hover {
    background-color: #7a233d;
    color: #fff;
}

.populer-item.combo .swiper-slide {
    border-radius: 20px;
}

section.reservation {
    background: #f4f4f4;
}

.populer-item.combo .combo-item {
    min-height: 400px;
    background: #eee;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* .feedback {
    padding: 100px 0px;
} */

.feedback h2 {
    text-align: center;
    font-weight: 700;
    /* margin-bottom: 80px; */
}

.feedback-text .swiper-slide {
    text-align: center;
    height: auto;
}

.feedback-text p {
    margin-top: 25px;
    font-weight: 500;
    color: #959191;
    font-weight: 400;
    font-size: 14px;
}

.feedback-text h3 {
    margin-top: 20px;
    font-weight: 700;
    margin-bottom: 0px;
    font-size: 16px;
}

.feedback-text h4 {
    color: #a7a7a7;
    font-size: 16px;
}

.feedback-text .swiper-button-next {
    right: 43% !important;
}

@media screen and (max-width: 768px) {
    .feedback-text .swiper-button-next {
        right: 38% !important;
    }
}

.feedback-text .swiper-button-prev {
    left: 44% !important;
}

@media screen and (max-width: 768px) {
    .feedback-text .swiper-button-prev {
        left: 33% !important;
    }
}
section.feedback .feedback-item {
    display: block;
}
section.feedback .feedback-item img {
    width: 70px;
}

section.footer {
    background: #fbfbfb;
    padding: 100px 10px;
}

.single-footer ul {
    padding-left: 0px;
    padding: 0;
    margin-top: -3px;
}

.single-footer ul li {
    display: block;
}

.single-footer ul li a {
    color: #000;
    text-decoration: none;
}

.single-footer ul li a:hover {
    color: #7a233d;
}

.single-footer a i.bi {
    font-size: 17px;
    padding: 3px 7px;
}

/* section.Wine-menu h1{
    text-align: center;
    margin: 50px 0px;
} */
/* .wine-category {
    display: flex;
}
.wine-category ul {
    display: flex;
    padding-left: 0px;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
.wine-category ul {
    display: ruby;
}
.wine-category ul li {
    display: flex;
    margin: 10px 0px;
}
.wine-category h2 {
    margin: 0px 12px;
}
}
.wine-category ul li {
    display: block;
}
.wine-category h2 {
    margin: 0px 30px;
    position: relative;
    padding-bottom: 3px;
    font-size: 27px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
.wine-category h2 {
    margin: 0px 12px;
    font-size: 20px;
    text-transform: uppercase;
}
}
.wine-category h2::after{
    position: absolute;
    content: '';
    width: 50%;
    border-bottom: 4px solid red;
    left: 0%;
    bottom: 0%;
    transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
    .wine-category h2::after{
    border-bottom: 1px solid red;
    }
}
.wine-category h2:hover::after{
    width: 100%;
    border-color: green;
}
.wine-category h2:hover{
    color: green;
} */
.single-menu-categoey {
    /* padding-top: 100px; */
}

.Wine-menu .single-dishes {
    margin-top: 0px;
    /* margin-bottom: 50px */
}

.Wine-menu .single-dishes img.img-fluid {
    object-fit: cover;
    height: 280px;
    border-radius: 0px;
    width: 100%;
    margin-top: 0px;
}

.Wine-menu button.btn.btn-outline-success {
    border-radius: 50px;
    padding: 15px 50px;
    border-color: #7a233d;
    color: #7a233d;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}

.Wine-menu button.btn.btn-outline-success:hover {
    background: #cfcfcf;
    color: #fff;
}

.contact-left {
    background: #fff;
    padding: 52px;
}

/* .contact-item {
    margin: 100px 0px;
    margin-bottom: 55px;
} */

.single-contact {
    text-align: center;
    border: 2px solid;
    border-radius: 5px;
    padding: 40px 0px;
    color: #801d3b;
    transition: all 0.3s ease-in-out;
}

.single-contact i.bi {
    font-size: 36px;
}

.single-contact p {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
}

.single-contact:hover {
    color: #000;
    background-color: #f4f4f4;
}

.contact-item.faq h1 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 90px;
}

.cart-deatils img.img-fluid {
    float: left;
    margin-right: 15px;
    width: 80px;
    height: 80px;
}

.total-payment {
    background: #f8f9fa;
    padding: 10px 25px 25px;
    border-radius: 10px;
}

.total-payment .containerbtn {
    text-align: center;
    margin-top: 30px;
}

.shopping-cart h1 {
    text-align: center;
}

.mySwiper4 {
    margin-top: 20px;
}

.mySwiper4 .swiper-slide {
    width: 100px !important;
    text-align: center;
}

.mySwiper4 .swiper-slide img.img-fluid {
    width: 40px;
    height: 40px;
}

.recommend h2 {
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 30px;
}

.single-recom {
    background: #eeeeee;
    padding-bottom: 10px;
    border-radius: 15px;
}

.single-recom img.img-fluid {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.single-recom button.btn.btn-outline-success.com {
    display: block;
    margin: auto;
    color: #74213a;
    border-color: #74213a;
    padding: 10px 30px;
    border-radius: 23px;
    font-weight: 600;
}

.single-recom button.btn.btn-outline-success.com:hover {
    background-color: #fff;
    color: #000;
}

section.offer {
    background: #eeeeee;
    /* padding: 100px 0px; */
}

h2.hot-offer {
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 30px;
}

.single-offer {
    background: #fff;
    padding: 22px 20px;
    border-radius: 15px;
}

.single-offer button.btn.btn-outline-success.com {
    display: block;
    color: #74213a;
    border-color: #74213a;
    padding: 10px 30px;
    border-radius: 23px;
    font-weight: 600;
}

.single-offer button.btn.btn-outline-success.com:hover {
    background-color: #eeeeee;
    color: #000;
}

.single-offer-left ul {
    padding-left: 0px;
    display: inline-flex;
}

.single-offer-left ul li {
    margin-right: 10px;
    display: block;
}

.single-offer-right img {
    border-radius: 15px;
}

.footer-heading {
    font-size: 28px;
    font-family: math;
    margin-bottom: 1.5rem;
}

.footer-text {
    font-size: 14px;
    line-height: 26px;
}

/* home page popular-cuisines */
.feedback .swiper-btn {
    bottom: -16%;
    left: 0%;
    z-index: 1;
}

.resturent-menu-page {
    background-color: #f8f9fa;
}

section.resturent-menu-page .swiper-wrapper p {
    font-size: 14px;
    white-space: nowrap;
    width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.single-offer {
    min-height: 300px;
    display: flex;
    align-items: center;
}

.populer-item.combo img {
    display: block;
    width: 410px;
    height: 300px;
    object-fit: cover;
    border-radius: 18px 18px 0px 0px;
}

.single-recom img.img-fluid {
    border-radius: 18px 18px 0px 0px;
}

.Wine-menu .single-dishes img.img-fluid {
    object-fit: cover;
    height: 280px;
    border-radius: 20px 20px 0px 0px;
    width: 100%;
    margin-top: 0px;
}

.single-dishes p {
    margin-top: 15px;
    margin-bottom: 5px;
    padding: 0px 9px;
}

.single-dishes h5 {
    margin-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 1rem;
}

/* shopping cart section start here */
section.shopping-cart {
}
section.shopping-cart .title {
    font-size: 40px;
    font-weight: 700;
    line-height: 56px;
}

section.shopping-cart .cart .heading {
    font-size: 16px !important;
    font-weight: 500;
    text-shadow: 1px 1px 5px #21252942;
}

section.shopping-cart .cart .cart-deatils .total-heading {
    font-size: 22px;
    font-weight: 400;
}

.shopping-cart .cart .cart-deatils .total-price-number {
    font-size: 18px;
    font-weight: bold;
}

.shopping-cart .cart .food-name {
    font-size: 20px;
    font-weight: 500;
}

.shopping-cart .cart .food-description {
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
}

.shopping-cart .cart .price {
    font-size: 14px;
    font-weight: 400;
    padding-top: 1rem;
}

.shopping-cart .cart .total-price {
    font-size: 14px;
    font-weight: bold;
    padding-top: 1rem;
}

.shopping-cart .cart .delete-icon {
    padding-top: 1rem;
}

.shopping-cart .cart .price,
.shopping-cart .cart .quantity,
.shopping-cart .cart .total-price,
.shopping-cart .cart .delete-icon {
    padding-top: 2rem;
}

section.shopping-cart .total-price-box-container {
    padding: 1rem;
    box-shadow: 2px 2px 2px #7f626b4a;
}

section.shopping-cart .total-price-box-container h4.total-heading {
    font-size: 18px;
    font-weight: 400;
}

section.shopping-cart .total-price-box-container h5.total-price-number {
    font-size: 18px;
    font-weight: bold;
}

section.shopping-cart .total-price-box-container a.enter-code {
    font-size: 16px;
    font-weight: 400;
    border-bottom: 1px solid #7a233d;
}

section.shopping-cart .total-price-box-container button.payment-btn {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    background-color: #7a233d;
    font-size: 14px;
    font-weight: 500;
    padding: 7px 14px;
    transition: all 0.3s ease-in-out;
}

section.shopping-cart .total-price-box-container button.payment-btn:hover {
    color: #7a233d;
    border-color: #7a233d;
    background: #fff;
}

/* promo code css start here */
section.shopping-cart .total-payment {
    padding: 1rem;
    box-shadow: 2px 2px 2px #7f626b4a;
}

section.shopping-cart .total-payment .promotion-heading {
    font-size: 18px;
    font-weight: 600;
}

section.shopping-cart .total-payment .item-total-heading {
    font-size: 16px;
    font-weight: 400;
}

section.shopping-cart .total-payment .item-total-price {
    font-size: 16px;
    font-weight: 700;
}

section.shopping-cart .total-payment input {
    border: 1px solid #ccc;
    /* optional: default border */
    outline: none;
    border-radius: 4px;
    padding: 8px 12px;
    transition: all 0.3s ease;
}

section.shopping-cart .total-payment input:focus {
    border-color: #7a233d;
    box-shadow: 0 0 5px rgba(122, 35, 61, 0.5);
    outline: none;
    /* remove default outline */
}

section.shopping-cart .total-payment .promotion-btn:hover {
    background-color: #7a233d;
}

section.shopping-cart .total-payment label.comment {
    font-size: 18px;
    font-weight: 500;
}

section.shopping-cart .total-payment p {
    font-size: 14px;
    font-weight: 500;
}

/* promo code css end here */
.shopping-cart .cart .food-name {
    font-size: 18px;
    font-weight: 600;
    font-family: math;
}

.shopping-cart .cart .food-description {
    font-size: 14px;
    font-weight: 400;
}

/* shopping cart section end here */

/* user dashboard css start  here */
.dashboard-wrapper {
    min-height: 100vh;
    position: relative;

}

.dashboard-wrapper #sidebar {
    width: 250px;
    max-width: 100%;
    height: 100vh;
    transition: all 0.3s;
}

.dashboard-wrapper #sidebar .nav-link {
    color: #ccc !important;
    border-radius: 6px;
    margin-bottom: 5px;
}

.dashboard-wrapper #sidebar .nav-link:hover,
.dashboard-wrapper #sidebar .nav-link.active {
    background: var(--brand-color);
    color: #fff;
}

/* @media (max-width: 768px) { */
    .dashboard-wrapper #sidebar {
        height: 100%;
        position: absolute;
        left: -999px;
        z-index: 99;
        transition: all .3s ease-in-out;
    }

    .dashboard-wrapper #sidebar.show {
        left: -12px;
    }
/* } */

/* user dashboard css end here */
