/*------------------------------------------------------------------
[Master Stylesheet]

Project:  Tasteline
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]

1. Body
2. Header  / .header-con
3. Banner  /.banner-con
4. Featureed Dishes  /.featured-dishes-con
5. About Us /.about-us-con
6. Call To Action  /.cta-con
7. Reservation  /.reservation-con
8. Review /.review-con
9. Awards and Achivements  /.awards-con
10. Social Feed  /.social-feed-con
11. Newsletter Subscription /.newsletter-con
12. Footer  /.footer-con
*/
/*------------------------------------------------------------------
# [Color Codes]

 #  --primary--color: #cf3247;
 #  --secondary--color: #ffffff;
 #  --accent--color: #221f1f;
 #  --text--color: #717171;
 #  --text--color2: #6a6a6a;
 #  --text--color3: #5a5a5a;
 #  --text--color4: #4e4e4e;
 #  --grey--color: #b6b6b6;
 #  --grey--color1: #d9d9d9;
 #  --grey--color2: #b9b9b9;
 #  --grey--color3: #dcdcdc;
 #  --grey--color4: #e5e5e5;
 #  --black--color: #000000;
 #  --yellow--color: #ffc045;
 #  --star--color: #f9d132;
 #  --light-pink-bg--color: #fff8f9;
 #  --light-pink--color: #fad7db;
 #  --light-pink--color2: #f8d3d8;

*/
/*------------------------------------------------------------------
# [Typography]
 
Body copy: "Archivo", sans-serif;
Heading: "Archivo", sans-serif;
*/

@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Marcellus&family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&display=swap');

body {
    font-family: "Inter Tight", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Philosopher", sans-serif;
}

.philosopher-font {
    font-family: "Philosopher", sans-serif;
}

.archivo-font {
    font-family: "Archivo", sans-serif;
}

.marcellus-font {
    font-family: "Marcellus", serif;
}

.intertight-font {
    font-family: "Inter Tight", sans-serif;
}

p {
    font-family: "Inter Tight", sans-serif;
}

:root {
    --primary--color: #cf3247;
    --secondary--color: #ffffff;
    --accent--color: #221f1f;
    --text--color: #717171;
    --text--color2: #6a6a6a;
    --text--color3: #5a5a5a;
    --text--color4: #4e4e4e;
    --grey--color: #b6b6b6;
    --grey--color1: #d9d9d9;
    --grey--color2: #b9b9b9;
    --grey--color3: #dcdcdc;
    --grey--color4: #e5e5e5;
    --black--color: #000000;
    --yellow--color: #ffc045;
    --star--color: #f9d132;
    --light-pink-bg--color: #fff8f9;
    --light-pink--color: #fad7db;
    --light-pink--color2: #f8d3d8;

}

figure {
    margin-bottom: 0;
}

h1 {
    font-size: 120px;
    line-height: 113px;
    font-weight: 400;
    color: var(--secondary--color);
    margin-bottom: 40px;
}

.sub-heading1 {
    font-size: 90px;
    line-height: 91px;
    font-weight: 400;
    color: var(--secondary--color);
}

h2 {
    font-size: 70px;
    line-height: 73px;
    font-weight: 400;
    color: var(--black--color);
}

h3 {
    font-size: 36px;
    line-height: 40px;
    font-weight: 500;
    color: var(--black--color);
}

h4 {
    font-size: 28px;
    line-height: 32px;
    font-weight: 400;
    color: var(--black--color);
}

.heading5 {
    font-size: 22px;
    line-height: 24px;
    font-weight: 500;
    color: var(--black--color);
}

h5 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    color: var(--black--color);
}

h6 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    color: var(--black--color);
}

p {
    font-size: 18px;
    line-height: 29px;
    font-weight: 400;
    color: var(--text--color);
    overflow-wrap: break-word;
    /* word-break: break-word; */

}

.text-size-18 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    color: var(--text--color);
}

.text-size-16 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: var(--text--color);
}

.text-size-14 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: var(--text--color);
}

.special-text {
    color: var(--primary--color);
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 8px;
    letter-spacing: 3.4px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "Inter Tight", sans-serif;
}

.heading-title-con h2 {
    margin-bottom: 15px;
}

.primary_btn {
    font-size: 15px;
    min-width: 171px;
    padding: 0;
    height: 55px;
    line-height: 55px;
    font-weight: 700;
    text-align: center;
    border-radius: 10px;
    position: relative;
    display: inline-block;
    color: var(--secondary--color);
    background-color: var(--primary--color);
    transition: all 0.8s ease-in-out;
    font-family: "Archivo", sans-serif;
}

.primary_btn:hover {
    color: var(--secondary--color);
    /* background-color: rgb(255 255 255 / 20%); */
    background-color: var(--accent--color);
}

.secondary_btn {
    font-size: 15px;
    min-width: 171px;
    padding: 0;
    height: 55px;
    line-height: 55px;
    font-weight: 700;
    text-align: center;
    border-radius: 10px;
    position: relative;
    display: inline-block;
    color: var(--secondary--color);
    background-color: rgb(255 255 255 / 20%);
    transition: all 0.8s ease-in-out;
    font-family: "Archivo", sans-serif;
}

.secondary_btn:hover {
    color: var(--secondary--color);
    background-color: var(--primary--color);
}

.elementary_btn {
    font-size: 15px;
    min-width: 171px;
    padding: 0;
    height: 55px;
    line-height: 55px;
    font-weight: 700;
    text-align: center;
    border-radius: 10px;
    position: relative;
    display: inline-block;
    color: var(--secondary--color);
    background-color: var(--accent--color);
    font-family: "Archivo", sans-serif;
}

.elementary_btn:hover {
    color: var(--secondary--color);
    background-color: var(--primary--color);
}


html {
    scroll-behavior: smooth;
}

.all_row {
    display: flex;
    flex-wrap: wrap;
}

.all_column {
    display: flex;
}

.all_boxes {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.padding-top {
    padding-top: 145px;
}

.padding-bottom {
    padding-bottom: 145px;
}

.heading-title-con {
    margin-bottom: 55px;
}


.font-weight-600 {
    font-weight: 600;
}

.font-weight-500 {
    font-weight: 500;
}

.text-black {
    color: var(--black--color);
}

.text-pink {
    color: var(--primary--color);
}

.background-none {
    background-image: none !important;
}

.background-primary {
    background-color: var(--primary--color);
}

.background-fff {
    background-color: var(--secondary--color);
}

.background-light {
    background-color: var(--light-pink-bg--color);
}

body {
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    color: var(--text--color);
}

/* special classes ends here */
/* Home Page */
/* TOPBAR SECTION */
/* TOP BAR SECTION */
.topbar-con {
    padding: 16px 0;
    border-top: 2px solid var(--primary--color);
}

.top-bar-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-bar-info ul {
    display: flex;
    gap: 30px;
}

.top-bar-info li {
    display: flex;
    align-items: center;
    font-size: 13px;
    color: var(--black--color);
    font-weight: 500;
}

.top-bar-info li a {
    color: var(--black--color);
}

.top-bar-info li a:hover {
    color: var(--primary--color);
}

.top-bar-info li img {
    padding-right: 9px;
}

.top-bar-center-msg {
    font-size: 16px;
    display: flex;
    align-items: center;
    color: var(--black--color);
}

.top-bar-center-msg img {
    margin-right: 13px;
}

.top-bar-center-msg a {
    color: var(--primary--color);
    text-decoration: underline;
}

.other_list {
    margin-right: 0;
    z-index: 20;
}

.other_list .other_list_item {
    margin-right: 4px;
}

.other_list .country-selector {
    z-index: 9;
    position: relative;
}

.other_list .country-selector {
    font-size: 14px;
    line-height: 14px;
    width: 88px;
    font-weight: 500;
    margin-right: 3px;
    color: var(--black--color) !important;
    /* font-family: "Plus Jakarta Sans", sans-serif; */
    transition: all 0.8s ease-in-out;
}

.other_list .country-selector>div.caption {
    margin-left: 0;
}

.other_list .country-selector>div.caption img {
    position: relative;
    top: -1px;
    margin-left: 3px;
    margin-right: 7px;
}

.other_list div.country-selector>div.list {
    position: absolute;
    width: 110px;
    display: none;
    left: 0;
    top: 30px;
    background-color: var(--secondary--color);
    border-radius: 10px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
    text-align: left;
}

.other_list div.country-selector>div.list>div.item {
    padding: 10px;
    align-items: center;
}

.other_list div.country-selector>div.list>div.item a {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    color: var(--accent--color);
    /* font-family: "Plus Jakarta Sans", sans-serif; */
    transition: all 0.3s ease-in-out;
}

.other_list div.country-selector>div.list>div.item:hover a {
    color: var(--primary--color);
}

.other_list div.country-selector>div.list>div.item img {
    position: relative;
    top: -1px;
    margin-right: 6px;
}

.other_list div.country-selector>div.caption {
    cursor: pointer;
}

.top-search-box {
    margin-right: 11px;
}

.top-search-box input {
    height: 45px;
    border-radius: 10px;
    width: 235px;
    padding-left: 37px;
    font-size: 13px;
    color: var(--black--color);
    font-weight: 500;
}

.top-search-box input::placeholder {
    color: var(--black--color);
}

.top-search-box input:focus-visible,
.top-search-box input:focus {
    border-color: var(--primary--color);
    outline: none;
    box-shadow: none;
}

.top-search-box img {
    top: 18px;
    left: 16px;
}

button .menu-btn {
    border: none;
    outline: none;
    box-shadow: none;
    background-color: transparent;
}

/* Hamburger Button */
#openSidebarBtn {
    border: none;
    background: transparent;
    z-index: 1100;
    cursor: pointer;
    padding: 0;
}

/* Sidebar */
.right-sidebar {
    border-top: 2px solid var(--primary--color);
    height: 100vh;
    width: 250px;
    background-color: var(--primary--color);
    position: fixed;
    top: 0;
    right: -250px;
    /* Hidden by default */
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 15px;
    z-index: 1200;
    transition: right 0.4s ease;
}

/* Sidebar Links */
.right-sidebar a {
    color: var(--secondary--color);
    margin: 12px 0;
    text-decoration: none;
    font-size: 15px;
    display: block;
    width: 100%;
    text-align: center;
}

.right-sidebar a:hover {
    color: var(--accent--color);
}

/* Close Button */
.close-btn {
    align-self: flex-end;
    font-size: 35px;
    background: none;
    border: none;
    color: var(--secondary--color);
    cursor: pointer;
    margin-bottom: 20px;
}

/* When sidebar is active */
.right-sidebar.active {
    right: 0;
}


/* HEADER SECTION */
.header-con .navbar-light .navbar-nav .nav-link {
    font-size: 15px;
    color: var(--black--color);
    font-weight: 500;
    padding: 10px 0 !important;
    position: relative;
}

.header-con .navbar-light .navbar-nav .nav-link:hover {
    color: var(--primary--color);
}

.header-con .navbar-expand-lg .navbar-nav {
    gap: 60px;
    justify-content: center;
    align-items: center;
}

.header-con {
    z-index: 5;
    padding: 25px 0;
    background-color: var(--light-pink-bg--color);
}

.header-con .navbar {
    padding: 0;
}


/* .header-con .navbar-light .navbar-nav .nav-link:hover::before {
    width: 100%;
}

.header-con .navbar-light .navbar-nav .nav-link::before {
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    content: '';
    position: absolute;
    background: var(--primary--color);
    transition: ease-in-out 0.6s;
} */

.header-con .navbar-light .navbar-nav .nav-link.active {
    color: var(--primary--color);
}

.header-con .navbar-light .navbar-nav .nav-link.active::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 19px;
    background-color: var(--primary--color);
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;

}

.header-con .navbar-light .navbar-nav .dropdown .nav-link:hover::after {
    width: 0;
}

.header-con .navbar-light .navbar-nav .dropdown .nav-link::after {
    width: unset;
    position: absolute;
    background: none;
    top: 20px;
    font-size: 15px;
}

.header-con .navbar-light .navbar-nav .dropdown-menu {
    padding: 10px;
    margin: 0;
    background-color: var(--secondary--color);
    border: 0;
    z-index: 2;
    width: 230px;
    margin-top: 10px;
    box-shadow: 0px 0px 100px rgb(0 0 0 / 15%);
    border-radius: 10px;
}

.header-con .navbar-light .navbar-nav .dropdown-menu a:last-child {
    border-bottom: none;
}

.header-con .navbar-light .navbar-nav .dropdown-menu .dropdown-item {
    padding: 7px 12px;
    border-bottom: 1px solid var(--secondary--color);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    /* color: var(--e-global-color-very-dark-black-mostly-violet); */
    border-radius: 10px;
}

.header-con .navbar-light .navbar-nav .dropdown-menu .dropdown-item:active,
.header-con .navbar-light .navbar-nav .dropdown-menu .dropdown-item:active {
    background-color: var(--primary--color);
    color: var(--secondary--color);
}

.header-con .navbar-light .navbar-nav .dropdown-menu .dropdown-item.active {
    background-color: var(--primary--color);
    color: var(--secondary--color);
}

.header-con .navbar-light .navbar-nav .dropdown-menu .dropdown-item:hover {
    background-color: var(--primary--color);
    color: var(--secondary--color);
}

.header-con .navbar-light .navbar-brand {
    margin: 0;
    padding: 0;
}

/* HEADER SECTION */
.cart-badge {
    position: absolute;
    top: -3px;
    width: 12px;
    height: 12px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: -6px;
    background: var(--primary--color);
    color: var(--secondary--color);
    font-size: 7px;
}

.header-cart-outer {
    margin-right: 37px;
    padding-left: 30px;
    border-left: 1px solid rgb(0 0 0 / 10%);
}

/* Buttons Box */
.header-btn {
    display: flex;
    flex-direction: column;
    padding: 8px 24px;
    min-width: 176px;
    border-radius: 10px;
    text-decoration: none;
}

.header-btn i.fa-angle-right {
    font-size: 11px;
    margin-left: 4px;
}

.header-btn .title img {
    margin-right: 7px;
}

.white-btn {
    background: var(--secondary--color);
    color: var(--primary--color);
    border: 1px solid rgb(207 50 71 / 20%);
    box-shadow: 10px 0px 46px rgb(0 0 0 / 10%);
    transition: ease-in-out 0.6s;
}

.red-btn {
    background: var(--primary--color);
    color: var(--secondary--color);
    transition: ease-in-out 0.6s;
    border: 1px solid transparent;
    margin-left: 15px;
}

.header-btn .title {
    font-weight: 700;
    font-size: 14px;
}

.header-btn .subtitle {
    font-size: 13px;
    margin-top: -2px;
    color: var(--text--color2);
}

.header-btn.red-btn .subtitle {
    color: var(--light-pink--color2);
}

.header-contact {
    margin-left: 60px;
}

.font-weight-700 {
    font-weight: 700 !important;
}

a.header-btn:hover {
    text-decoration: none;
}

.header-btn.white-btn:hover {
    background-color: var(--primary--color);
    color: var(--secondary--color);
}

.header-btn.white-btn:hover .subtitle {
    color: var(--secondary--color);
}

.header-btn.white-btn:hover img {
    filter: brightness(0%) invert(100%);
}

.header-btn.red-btn:hover {
    background-color: var(--secondary--color);
    border: 1px solid rgb(207 50 71 / 20%);
    box-shadow: 10px 0px 46px rgb(0 0 0 / 10%);
    color: var(--primary--color);
}

.header-btn.red-btn:hover .subtitle {
    color: var(--primary--color);
}

.header-btn.red-btn:hover img {
    filter: brightness(0%) invert(0);
}

/* Header */

/* Back to top button */

#button {
    display: inline-block;
    background-color: var(--primary--color);
    width: 64px;
    height: 64px;
    text-align: center;
    border-radius: 10px;
    position: fixed;
    bottom: 60px;
    right: 80px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-animation: spineer 2s infinite;
    animation: spineer 2s infinite;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.6s ease-in-out;
}

#button::after {
    content: "\f062";
    font-family: "Font Awesome 5 free";
    font-size: 20px;
    line-height: 20px;
    color: var(--secondary--color);
    font-weight: 600;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

#button:hover {
    transform: translateY(-5px);
    /* color: rgb(61, 176, 242); */
}

@-webkit-keyframes spineer {
    from {
        box-shadow: 0 0 0 0 rgb(207 50 71 / 40%)
    }

    to {
        box-shadow: 0 0 0 35px rgba(115, 0, 209, .01)
    }
}

@keyframes spineer {
    from {
        /* box-shadow: 0 0 0 0 rgb(20 8 45 / 40%) */
        box-shadow: 0 0 0 0 rgb(207 50 71 / 40%)
    }

    to {
        box-shadow: 0 0 0 35px rgba(115, 0, 209, .01)
    }
}

/* Preloader -------------------------------------------------------*/

/* Loader Styles start here */
.loader-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999;
}

.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    font-size: 0;
    color: var(--primary--color);
    display: inline-block;
    margin: -25px 0 0 -25px;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.lead {
    font-size: 13px;
}

.loader div {
    background-color: var(--primary--color);
    display: inline-block;
    float: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    opacity: .5;
    border-radius: 50%;
    -webkit-animation: ballPulseDouble 2s ease-in-out infinite;
    animation: ballPulseDouble 2s ease-in-out infinite;
}

.loader div:last-child {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

@-webkit-keyframes ballPulseDouble {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ballPulseDouble {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/* Footer */

.footer-con {
    background-color: var(--accent--color);
}

.footer-con .middle_portion {
    padding: 85px 0 72px;
}


.footer-con .middle_portion .footer-logo {
    margin-bottom: 24px;
    display: inline-block;
}

.footer-con .middle_portion .logo-content p {
    color: var(--grey--color);
    font-size: 14px;
    line-height: 22px;
    padding-right: 33%;
}

.footer-con .middle_portion li:last-child {
    margin-bottom: 0 !important;
}

.footer-con .middle_portion p {
    margin-right: 0;
}

.footer-con .middle_portion h5 {
    margin-bottom: 19px;
    color: var(--secondary--color);
}

.footer-con .middle_portion .links {
    padding-left: 75px;
}

.footer-con .middle_portion .links li {
    margin-bottom: 7px;
}

.footer-con .middle_portion .links.open-hours {
    padding-left: 20px;
}

.footer-con .middle_portion .links.open-hours li {
    font-size: 14px;
    line-height: 25px;
    padding-left: 14px;
    font-weight: 400;
    padding-left: 0;
    color: var(--grey--color);
}

.footer-con .middle_portion .links li i {
    font-size: 10px;
    top: 0;
    position: relative;
    color: var(--secondary--color);
    transition: all 0.3s ease-in-out;
}

.footer-con .middle_portion .links li a {
    font-size: 14px;
    line-height: 14px;
    padding-left: 14px;
    font-weight: 400;
    text-decoration: none;
    color: var(--grey--color);
    transition: all 0.3s ease-in-out;
}

.footer-con .middle_portion .links li:hover i {
    color: var(--primary--color);
}

.footer-con .middle_portion .links li:hover a {
    color: var(--primary--color);
}

.footer-con .middle_portion .links {
    padding-left: 0;
}

.footer-con .middle_portion .contact .text {
    position: relative;
    margin-bottom: 9px;
    padding-left: 31px;
    display: flex;
    flex-direction: column;
}

.footer-con .middle_portion .contact a,
.footer-con .middle_portion .contact p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: var(--grey--color);
    transition: all 0.3s ease-in-out;
}

.footer-con .middle_portion .contact i {
    font-size: 14px;
    left: 0;
    top: 6px;
    position: absolute;
    color: var(--secondary--color);
    transition: all 0.3s ease-in-out;
}

.footer-con .middle_portion .contact li:hover a,
.footer-con .middle_portion .contact li:hover p,
.footer-con .middle_portion .contact li:hover i {
    color: var(--primary--color);
}

.footer-con .middle_portion .icon {
    padding-left: 45px;
}

.footer-con .middle_portion .icon h5 {
    margin-bottom: 20px;
}

.footer-con .middle_portion .social-icons li {
    display: inline-block;
    margin: 0 3px;
    padding: 0 !important;
    transition: all 0.3s ease-in-out;
}

.footer-con .middle_portion .social-icons li:first-child {
    margin-left: 0;
}

.footer-con .middle_portion .social-icons li:last-child {
    margin-right: 0;
}

.footer-con .middle_portion .social-icons i {
    font-size: 14px;
    height: 44px;
    width: 44px;
    line-height: 44px;
    border-radius: 100%;
    text-align: center;
    color: var(--secondary--color);
    background-color: transparent;
    border: 1px solid rgb(255 255 255 / 20%);
    transition: all 0.3s ease-in-out;
}

.footer-con .middle_portion .social-icons a:hover i {
    color: var(--secondary--color);
    background-color: var(--primary--color);
    border: 1px solid var(--primary--color);
}

.footer-con .copyright {
    padding: 33px 0;
    border-top: 1px solid rgb(255 255 255 / 10%);
}

.footer-con .copyright p {
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
    text-align: center;
    color: var(--grey--color);
}

.footer-con .copyright p a {
    color: var(--primary--color);
    font-size: 12px;
    line-height: 12px;
    border-left: 1px solid var(--grey--color);
    padding: 0 5px;
}

/* NEWSLETTER SECTION */
.newsletter-con {
    padding: 108px 0;
}

.newsletter-con .special-text {
    margin-bottom: 16px;
}

.newsletter-text {
    font-size: 16px;
    line-height: 25px;
}

.newsletter-con input {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    padding: 16px 23px;
    margin-right: 16px;
    height: 60px;
    width: 566px;
    position: relative;
    color: var(--text--color);
    background-color: var(--secondary--color);
    border-radius: 8px;
    border: 1px solid transparent;
    overflow: visible;
    outline: none;
}

.newsletter-con input:focus {
    border: 1px solid var(--accent--color);
}

.newsletter-con button {
    font-size: 15px;
    line-height: 15px;
    font-weight: 700;
    width: 230px;
    height: 60px;
    padding: 17px 27px;
    color: var(--secondary--color);
    background-color: var(--accent--color);
    border-radius: 8px;
    position: relative;
    border: none;
    overflow: visible;
    outline: none;
    transition: all 0.8s ease-in-out;
    cursor: pointer;
}

.newsletter-con button:hover {
    background-color: var(--secondary--color);
    color: var(--primary--color);
}

/* SUB BANNER SECTION */
/* breadcrumb */

.breadcrumb-item+.breadcrumb-item::before,
.breadcrumb-item.active {
    color: var(--accent--color);
}

.breadcrumb-item {
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
}

.breadcrumb {
    background-color: transparent;
    padding: 19px 25px;
    min-width: 221px;
    /* border: 1px solid rgb(255 255 255 / 35%); */
    transition: ease-in-out 0.6s;
    border-radius: 26.5PX;
    justify-content: center;
    background-color: var(--secondary--color);

}

.breadcrumb-item a {
    text-decoration: none;
    color: var(--black--color);
}

.breadcrumb-item a:hover {
    color: var(--primary--color);
}


.breadcrumb-item+.breadcrumb-item::before {
    color: var(--black--color);
    content: "/";
    font-family: "Font Awesome 6 Free";
    font-size: 16px;
    padding: 0 14px;
    font-weight: 600;
}

.sub-banner-inner-con h1 {
    margin-bottom: 29px;
}

.sub-banner-inner-con p {
    margin-bottom: 38px;
}

.sub-banner-cotnent-con {
    padding-left: 45px;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0 !important;
}

/* PRIVACY POLICY PAGE */
.privacy-policy-content-con h4 {
    font-weight: 600;
    margin-bottom: 18px;
    color: var(--black--color);
}

.privacy-policy-content-con p,
.privacy-policy-content-con ul li {
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    color: var(--text--color3);
}

.privacy-policy-content-con ul li {
    padding-left: 24px;
    margin-bottom: 8px;
}

.privacy-policy-content-con ul li i {
    left: 0;
    position: absolute;
    top: 6px;
    color: var(--primary--color);
    font-size: 14px;
}

/* 404 page styling start here */
.coming-soon-con,
.error-section {
    height: 100vh;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: var(--light-pink-bg--color);
    /* background-image: linear-gradient(to right, rgba(60, 176, 242, 0.2) 0%, rgba(125, 100, 248, 0.2) 100%); */
    /* background-image: url(../images/banner-bg-img.png); */
    /* color: rgb(60, 176, 242);
    color: rgb(125, 100, 248); */
}

.error-con {
    position: relative;
    z-index: 2;
}

.error-con h2 {
    font-size: 170px;
    line-height: 165px;
    margin-bottom: 30px;
    font-weight: 600;
    color: var(--accent--color);
}

.error-con h2 i {
    font-size: 130px;
    line-height: 140px;
    color: var(--primary--color);
}

.error-con h4 {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 18px;
    color: var(--black--color);
}

.error-con p {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 30px;
    color: var(--text--color);
}

.error-con .primary_btn {
    min-width: 220px;
}

.error-banner,
.coming-soon-con {
    flex-grow: 1;
}

/* COMING SOON PAGE */
.coming-soon-con .new-logo {
    margin-bottom: 35px;
}

.coming-soon-con h1 {
    margin-bottom: 30px;
    font-size: 85px;
    line-height: 95px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--black--color);
}

.coming-soon-con h3 {
    margin-bottom: 20px;
    font-size: 34px;
    color: var(--accent--color);
}

/* coming soon countdown timer styling */
.compaign_countdown ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.compaign_countdown ul li {
    float: left !important;
    width: auto;
    margin: 0;
    text-align: center;
    margin: 0 13px;
    min-height: 133px;
    min-width: 133px;
    /* background-color: var(--accent--color); */
    background-color: var(--primary--color);
    padding: 20px 16px;
    color: var(--secondary--color);
    font-size: 22px;
    font-weight: 400;
    border-radius: 20px;
}

.compaign_countdown ul li:first-child {
    margin-left: 0;
}

.compaign_countdown ul li:last-child {
    margin-right: 0;
}

.compaign_countdown ul li span.days,
.compaign_countdown ul li span.hours,
.compaign_countdown ul li span.minutes,
.compaign_countdown ul li span.seconds {
    display: block;
    color: var(--secondary--color);
    width: auto;
    font-size: 60px;
    line-height: 65px;
    border-radius: 10px;
    font-weight: 600;
}

.compaign_countdown {
    margin: 0 auto;
    width: 70%;
}

.coming-soon-con {
    flex-grow: 1;
    min-height: 100vh;
}

/* Login Form Page Style  */

.login-form {
    min-height: 100vh;
    background-color: var(--light-pink-bg--color);
}

.login-form .login-form-title {
    margin-bottom: 40px;
}

.login-form .login-page-logo {
    margin-bottom: 25px;
}

.login-form .login-form-box {
    width: 450px;
    margin: 0 auto;
    position: relative;
}

.login-form .login-card {
    padding: 30px;
    margin-bottom: 30px;
    line-height: 0.8;
    border-radius: 20px;
    background: var(--secondary--color);
}

.login-form .login-card label {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 13px;
    color: var(--black--color);
}

.login-form .login-card .input-field {
    font-size: 16px;
    font-weight: 500;
    height: 54px;
    width: 100%;
    line-height: 16px;
    padding: 0 21px;
    border-radius: 100px;
    background: transparent;
    color: var(--text--color);
    border: 1px solid rgb(24 26 23 / 10%);
}

.login-form .login-card .input-field:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid var(--primary--color);
}

.login-form .login-card .form-group {
    margin-bottom: 16px;
}

.login-form .login-card .btn-primary {
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    padding: 20px 15px;
    margin-bottom: 16px;
    width: 100%;
    border: none;
    border-radius: 40px;
    text-decoration: none;
    display: inline-block;
    color: var(--secondary--color);
    background-color: var(--primary--color);
    transition: all 0.8s ease-in-out;
}

.login-form .login-card .btn-primary:hover {
    color: var(--secondary--color);
    background-color: var(--accent--color);
}

.login-form .login-card .forgot-password {
    color: var(--primary--color);
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
}

.login-form .login-card .forgot-password:hover {
    text-decoration: underline;
}

.login-form .login-form-box .join-now-outer a {
    font-size: 16px;
    line-height: 18px;
    color: var(--accent--color);
    text-decoration: none;
}

.login-form .login-form-box .join-now-outer a:hover {
    text-decoration: underline;
    color: var(--primary--color);
}

.login-form .login-card .select-option option {
    font-size: 16px;
    color: black;
}

.login-form .form_style::placeholder {
    color: var(--createform-border-color);
    opacity: 1;
}

.login-form .form_style:-ms-input-placeholder {
    color: var(--createform-border-color);
}

.login-form .form_style::-ms-input-placeholder {
    color: var(--text--color);
}

/* Join-Now Form Page Style */

.sign-up-form {
    padding: 70px 0;
}

.sign-up-form .login-form-box {
    width: 700px;
}

.sign-up-form .login-card label small {
    font-size: 14px;
}

.sign-up-form .login-card .select-option {
    padding: 0 40px 0 21px;
    -webkit-appearance: none;
    background-repeat: no-repeat !important;
    background-position: 96.5% 24px !important;
    background-image: url('../images/dropdown-arrow.png') !important;
}

.sign-up-form .login-card .select-option:focus {
    outline: none;
    box-shadow: none;
}

/* SOCIAL FEED SECTION */

.social-feed-con ul {
    text-align: center;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 90px;
    min-height: 356px;
}

.social-feed-con ul li.top-box {
    align-self: flex-end;
}


.social-feed-con ul li {
    position: relative;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

.social-feed-con ul li:first-child {
    margin-left: 0;
}

.social-feed-con ul li:last-child {
    margin-right: 0;
}

.social-feed-con .top-box {
    position: relative;
}

.social-feed-con li .image {
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    background-color: var(--black--color);
    border-radius: 20px;
}

.social-feed-con li .image img {
    transition: all 0.3s ease-in-out;
    border-radius: 20px;
}

.social-feed-con ul li:hover .image img {
    transform: scale(1.1);
    opacity: 64%;
}

.social-feed-con li .icon i {
    font-size: 26px;
    color: var(--secondary--color);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    display: table-cell;
    align-content: center;
}

.social-feed-con li .icon {
    transition: all 0.3s ease-in-out;
    display: none;
}

.social-feed-con ul li:hover .icon {
    display: block;
}

.social-feed-con .pink-elipse {
    right: 207px;
    bottom: 253px;
}

.social-feed-con .black-elipse {
    left: 208px;
    top: 320px;
}

.tasteline-moments {
    padding: 11px 22px;
    background-color: var(--light-pink-bg--color);
    border-radius: 10px;
    /* width: 778px; */
    width: 55%;
}

.tasteline-moments p {
    font-size: 18px;
    line-height: 29px;
    font-weight: 400;
    color: var(--black--color);
}

/* AWARDS SECTION */
.awards-con .owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto;
}

.awards-con .award-box {
    background-color: var(--secondary--color);
    border-radius: 20px;
    padding: 33px 20px;
    box-shadow: 0 9px 56px rgb(0 0 0 / 3%);
}

.awards-con .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: -5%;
    top: 41%;
}

.awards-con .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: -5%;
    top: 41%;
}

/* TESTIMONIALS SECTION */
.testimonials-con .white-box {
    padding: 45px 49px;
    background-color: var(--secondary--color);
    box-shadow: 0 9px 56px rgb(0 0 0 / 3%);
    border-radius: 20px;
    border-bottom: 2px solid var(--primary--color);
}

.testimonials-con .owl-carousel .owl-stage-outer {
    padding-top: 30px;
    padding-bottom: 30px;
}

.testimonials-con .owl-carousel .owl-item .white-box img {
    width: auto;
    margin-bottom: 18px;
}

.testimonials-con .owl-carousel .owl-item .white-box p {
    line-height: 25px;
    margin-bottom: 21px;
    font-size: 16px;
}

.testimonials-con .testimonial-detail {
    gap: 16px;
}

.testimonials-con .owl-carousel .owl-item .white-box .testimonial-detail .name-outer ul {
    margin-bottom: 11px;
}

.testimonials-con .owl-carousel .owl-item .white-box .testimonial-detail .name-outer ul,
.testimonials-con .owl-carousel .owl-item .white-box .testimonial-detail .name-outer li {
    line-height: 14px;
}

.testimonials-con .owl-carousel .owl-item .white-box .testimonial-detail .name-outer ul li i {
    font-size: 13px;
    color: var(--yellow--color);
}

.testimonial-detail .designation {
    font-size: 14px;
    line-height: 17px;
}

.testimonials-con .owl-dots {
    margin-top: 18px;
    text-align: center;
}

.testimonials-con .owl-dots button {
    border: none;
    outline: none;
    box-shadow: none;
    text-align: center;
    margin: 0 auto;
}

.testimonials-con .owl-dots button:focus,
.testimonials-con .owl-dots button:focus-visible {
    border: none;
    outline: none;
    box-shadow: none;
}

.testimonials-con .owl-dots button.active span {
    background-color: var(--primary--color);
    color: var(--primary--color);
    width: 18px;
    height: 18px;
}

.testimonials-con .owl-dots button span {
    background-color: #e3d6d2;
    width: 13px;
    height: 13px;
    display: block;
    margin-right: 5px;
    margin-left: 5px;
    cursor: pointer;
    margin-bottom: 0;
    border-radius: 100%;
}

.testimonials-con h6 {
    font-weight: 700;
    margin-bottom: 4px;
    font-size: 18px;
}

.item,
.owl-item,
.owl-stage {
    display: flex;
}

/* RESERVATION SECTION */
.reservation-con .reservation-img-con figure img {
    border-radius: 30px;
}

.reservation-con .book-early {
    position: absolute;
    width: 223px;
    border-radius: 15px;
    background-color: var(--secondary--color);
    padding: 16px 17px;
    bottom: 30px;
    right: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
}

.reservation-con .book-early p {
    font-size: 14px;
    line-height: 19px;
    color: var(--black--color);
    font-weight: 500;
    margin-bottom: 0;
}

.reservation-con .reservation-box {
    border-radius: 30px;
    padding: 80px 50px;
}

.reservation-con .reservation-box h2 {
    margin-bottom: 16px;
}

.reservation-con .reservation-box p {
    margin-bottom: 20px;
}

.reservation-con .form-control {
    border-radius: 8px;
    height: 60px;
    padding: 16px 22px;
}

.reservation-con .form-control:focus {
    border: 1px solid var(--primary--color);
    outline: none;
    box-shadow: none;
}

.reservation-con .btn-reserve {
    background-color: var(--primary--color);
    color: var(--secondary--color);
    font-weight: 700;
    border-radius: 8px;
    width: 100%;
    font-size: 15px;
    height: 55px;
    margin-top: 1px;
}

.reservation-con .btn-reserve:hover {
    background-color: var(--accent--color);
}

.reservation-con .note {
    margin-top: 23px;
    font-weight: 500;
    font-size: 12px;
    color: var(--text--color2);
    text-align: center;
}

.reservation-con .note a {
    color: var(--primary--color);
    text-decoration: none;
}

.reservation-con .note a:hover {
    color: var(--primary--color);
    text-decoration: underline;
}

.reservation-con .form-group select.form-control {
    padding: 0 40px 0 21px;
    -webkit-appearance: none;
    background-repeat: no-repeat !important;
    background-position: 96.5% 24px !important;
    background-image: url('../images/dropdown-arrow.png') !important;
}

.reservation-con .form-group {
    margin-bottom: 25px;
    padding-right: 10px;
    padding-left: 10px;
}

.reservation-con .form-group.people-con {
    padding: 0;
}

.reservation-con .open-hour-con {
    position: absolute;
    top: 135px;
    left: -71px;
    border-radius: 15px;
    padding: 32px 30px;
    width: 225px;
}

.reservation-con .open-hour-con i {
    margin-right: 10px;
}

.reservation-con .open-hour-con h6 {
    margin-bottom: 21px;
    font-weight: 700;
}

.reservation-con .open-hour-con ul li {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 15px;
    color: var(--light-pink--color);
}

/* CALL TO ACTION SECTION */
.cta-con {
    background-image: url(../images/cta-bg-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 134px 0;
    background-position: center;
}

.cta-con h2 {
    margin-bottom: 20px;
}

.cta-con p {
    margin-bottom: 40px;
}

.cta-con .primary_btn {
    margin-right: 15px;
}

.cta-con .primary_btn:hover {
    background-color: var(--secondary--color);
    color: var(--primary--color);
}

/* ABOUT US SECTION */
.about-us-con .vector {
    left: 0;
    bottom: 0;
}

.about-us-con figure.about-img1 {
    margin-top: -50px;
    flex-shrink: 0;
}

.about-us-con figure img {
    border-radius: 30px;
}

.about-us-right-con p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 30px;
}

.about-us-img-con {
    display: grid;
    grid-template-columns: 53% 43%;
    gap: 20px;
}

.about-us-con figure.about-img3 {
    margin-bottom: 35px;
    margin-left: -20px;
}

.about-us-con ul li figure {
    width: 61px;
    height: 61px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--secondary--color);
    border-radius: 100px;
    box-shadow: 0px 2px 37px rgb(0 0 0 / 6%);
}

.about-us-con ul li .abt-content {
    margin-left: 22px;
}

.about-us-con ul li .abt-content p {
    font-size: 16px;
    line-height: 25px;
}

.about-us-con ul li {
    margin-bottom: 22px;
}

.about-us-con .about-us-content-con .heading-title-con {
    margin-right: 6px;
}

.about-us-con .about-us-content-con .heading-title-con p {
    padding-right: 11%;
}

.quote-content {
    top: 30%;
    right: 0;
    left: 0;
    margin: 0 auto;
    background-color: var(--accent--color);
    color: var(--secondary--color);
    border-radius: 15px;
    width: 224px;
    height: 163px;
    padding: 22px;
    text-align: center;
}

.about-us-right-con {
    padding-left: 17px;
}

.quote-content p {
    font-size: 20px;
    line-height: 24px;
    color: var(--secondary--color);
    margin-top: 8px;
    margin-bottom: 8px;
}

.quote-content span {
    font-weight: 600;
    font-size: 14px;
    padding-left: 12px;
}

.quote-content span::before {
    width: 24px;
    height: 2px;
    background-color: var(--primary--color);
    content: "";
    left: -22px;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
}

/* FEATURED DISH SECTION */
.feature-dish-box {
    background-color: var(--secondary--color);
    border-radius: 20px;
    padding: 17px;
    border: 2px solid transparent;
    border-bottom: 2px solid var(--primary--color);
    transition: ease-in-out 0.6s;
}

.feature-dish-box:hover {
    border: 2px solid var(--primary--color);
    transform: translateY(-4px);
}

.feature-dish-box figure img {
    border-radius: 15px;
}

/* .feature-dish-box i.fa-heart {
    width: 38px;
    height: 38px;
    background-color: rgb(255 255 255 / 25%);
    border-radius: 100px;
    color: var(--secondary--color);
    font-size: 16px;
    position: absolute;
} */

/*  */
.feature-dish-box .like-btn {
    width: 38px;
    height: 38px;
    background-color: rgb(255 255 255 / 25%);
    border-radius: 50%;
    position: absolute;
    left: 20px;
    top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-dish-box .like-btn.liked {
    background: var(--secondary--color);
    /* selected: white bg */
}

.feature-dish-box .like-btn i {
    color: var(--secondary--color);
    font-size: 18px;
}

.feature-dish-box .like-btn.liked i {
    color: var(--primary--color);
}

.feature-dish-box .like-btn.liked i::before {
    font-weight: 900 !important;
    content: "\f004";
}

/*  */

.feature-dish-box .dish-bottom-content {
    padding: 27px 30px;
}

.dish-bottom-content i.fa-star {
    font-size: 11px;
    color: var(--star--color);
}

.dish-price {
    font-size: 32px;
}

.dish-bottom-content .iner-wrap1 {
    margin-bottom: 20px;
}

.dish-bottom-content h4 {
    margin-bottom: 11px;
}

.dish-bottom-content p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 22px;
}

.dish-bottom-content a i {
    margin-left: 5px;
}

.add-to-cart-link {
    color: var(--primary--color);
    font-weight: 600;
    font-size: 14px;
    padding-right: 19px;
    border-right: 1px solid rgb(0 0 0 / 15%);
    margin-right: 19px;
    line-height: 15px;
}

.add-to-cart-link i,
.view-detail-link i {
    margin-left: 4px;
}

.view-detail-link {
    color: var(--black--color);
    font-weight: 600;
    font-size: 14px;
    line-height: 15px;
}

.add-to-cart-link:hover {
    color: var(--accent--color);
}

.view-detail-link:hover {
    color: var(--primary--color);
}

.featured-dishes-con .row {
    margin-bottom: 48px;
}

/* BANNER SECTION */
.banner-con {
    background-image: url(../images/main-banner-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-img-con figure img {
    border-radius: 40px;
    border: 10px solid rgb(255 255 255 / 11%);
}

.banner-content-con h1 {
    margin-bottom: 58px;
}

.banner-img-con {
    margin-bottom: 100px;
}

.banner-con .banner-content-con .fa-star {
    color: var(--yellow--color);
}

.banner-con .banner-content-con.var2 {
    margin-left: -100px;
}

.banner-con .banner-content-con.var2 .banner-rating {
    font-size: 36px;
    line-height: 30px;
    font-weight: 700;
    padding-right: 14px;
    border-right: 1px solid rgb(255 255 255 / 20%);
}

.banner-con .banner-right-content {
    margin-left: 19px;
}

.banner-con .banner-right-content i {
    font-size: 12px;
    margin-bottom: 14px;
}

.banner-con .banner-right-content span.rating-content {
    font-size: 15px;
    font-weight: 500;
    color: var(--secondary--color);
    padding-left: 15px;
    vertical-align: super;
}

.banner-con .banner-right-content span.rating-content span.nmbrs-text {
    font-size: 14px;
}

.banner-con .banner-content-con .baner-con1 {
    margin-bottom: 30px;
}

.banner-con .banner-content-con p {
    font-size: 20px;
    line-height: 33px;
    font-weight: 500;
    color: var(--secondary--color);
    margin-bottom: 36px;
}

.banner-con .banner-content-con.var2 span.small-text {
    font-size: 12px;
    line-height: 19px;
    font-weight: 500;
    color: var(--grey--color2);
}

.banner-con .banner-btns-outer-con .primary_btn {
    margin-right: 17px;
}

.banner-con .banner-btns-outer-con .secondary_btn {
    margin-right: 27px;
}

.banner-con .banner-btns-outer-con {
    margin-bottom: 90px;
}

.banner-con .banner-btns-outer-con .cancel-anytime:hover {
    color: var(--secondary--color) !important;
}

.banner-con .banner-content-con.var2 a.button-down-arrow {
    transition: ease-in-out 0.6s;
}

.banner-con .banner-content-con.var2 a.button-down-arrow:hover {
    transform: translateY(4px);
}

/* ABOUT PAGE */
/* TEAMS SECTION */

.our-team-con .team-box .designation {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
}

.our-team-con .team-box figure {
    margin-bottom: 24px;
    overflow: hidden;
    position: relative;
    /* transition: ease-in-out 1s; */
}

.our-team-con .team-box figure img {
    transition: ease-in-out 1s;
    border-radius: 25px;
}

.our-team-con .team-box:hover figure img {
    transform: scale(1.02);
}


.our-team-con .team-box h5 {
    font-weight: 600;
    margin-bottom: 8px;
}

.our-team-con .team-box {
    transition: ease-in-out 0.6s;
    padding-bottom: 20px;
}

.our-team-con .team-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}

.our-team-con .col-lg-3.col-md-6 {
    margin-bottom: 30px;
}

.our-team-con .col-lg-3.col-md-6:nth-last-of-type(-n+4) {
    margin-bottom: 0;
}

.food-philosophy-img-con .quote-content {
    left: unset;
    right: 0%;
    top: 26%;
}

.food-philosophy-con .row {
    align-items: center;
}

/*  */
.main-abt-content-con {
    padding: 80px 59px;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.main-abt-content-con .primary_btn {
    margin-top: 20px;
}

.main-abt-content-con .heading-title-con h2 {
    margin-bottom: 20px;
}

/*  */
.sub-banner-con {
    padding-top: 120px;
    padding-bottom: 125px;
    background-image: url(../images/sub-banner-bg-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.sub-banner-con .sub-banner-img-con figure img {
    border-radius: 40px;
    border: 10px solid rgb(255 255 255 / 11%);
}

.sub-banner-con h1 {
    margin-bottom: 22px;
}

.sub-banner-con p {
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 33px;
}

.sub-banner-img-con {
    text-align: right;
}

.sub-banner-con .primary_btn {
    margin-right: 14px;
}

/*  */
.taste-experience-con {
    padding-left: 50px;
    padding-right: 70px;
}

.taste-experience-con .heading-title-con h2 {
    margin-bottom: 25px;
}

.taste-experience-con .heading-title-con p {
    margin-bottom: 32px;
}

.taste-experience-con .primary_btn {
    margin-right: 15px;
}

.taste-experience-con .elementary_btn {
    margin-right: 17px;
}

.taste-experience-con .small-text {
    font-size: 12px;
    line-height: 19px;
    font-weight: 500;
    color: var(--black--color);
}

/*  */
.menu-dishes-con .nav-tabs {
    justify-content: space-around;
    border-bottom: 0;
    background-color: #fff;
    border-radius: 8px;
    width: 476px;
    margin: 0 auto;
    padding: 17px 20px;
    margin-bottom: 60px;
}

.menu-dishes-con .nav-tabs li a {
    color: var(--black--color);
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    /* border-right: 1px solid var(--black--color); */
    position: relative;
}

.menu-dishes-con .nav-tabs li a.active {
    color: var(--primary--color);
    font-size: 16px;
}

.menu-dishes-con .nav-tabs li a.active::after {
    position: absolute;
    content: "";
    background-color: var(--primary--color);
    height: 2px;
    width: 100%;
    bottom: -21px;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.menu-dishes-con .nav-tabs li a:hover {
    text-decoration: none;
    color: var(--primary--color);
}

.menu-dishes-con .nav-tabs li a::before {
    content: "";
    background-color: var(--black--color);
    width: 1px;
    height: 16px;
    position: absolute;
    top: 0;
    right: -21px;
    margin: auto;
    bottom: 0;
}

.menu-dishes-con .nav-tabs li:last-child a::before {
    display: none;
}

.menu-dishes-con .col-lg-4.col-md-6 {
    margin-bottom: 30px;
}

.menu-dishes-con .col-lg-4.col-md-6:nth-last-of-type(-n+3) {
    margin-bottom: 0;
}

.btndown-outer {
    margin: 0 auto;
    text-align: center;
    bottom: -43px;
}

.btndown-outer a {
    position: absolute;
}

/* MENU 02 */
.main-menu-content-con {
    padding-left: 37px;
}

.main-menu-content-con .nav-tabs {
    gap: 38px;
    border-bottom: 2px solid var(--grey--color3);
    margin-bottom: 50px;
}

.main-menu-content-con .heading-title-con {
    margin-bottom: 49px;
}

.main-menu-content-con .nav-tabs li {
    font-size: 16px;
    padding-bottom: 24px;
}

.main-menu-content-con .nav-tabs li a {
    color: var(--black--color);
    font-weight: 600;
    display: block;
    position: relative;
    padding: 0 15px;
}

.main-menu-content-con .nav-tabs li a:hover {
    text-decoration: none;
}

.main-menu-content-con .nav-tabs li a.active {
    color: var(--primary--color);
}

.main-menu-content-con .nav-tabs li a.active::after {
    position: absolute;
    content: "";
    background-color: var(--primary--color);
    height: 2px;
    width: 100%;
    bottom: -26px;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.main-menu-img-con img {
    border-radius: 30px;
}

.main-menu-content-con.var2 {
    padding-right: 37px;
    padding-left: 0;
}

/*  */
.food-menu-listing {
    margin: 20px 0;
}

.food-title {
    font-weight: 700;
}

.food-item {
    margin-bottom: 40px;
}

.top-row {
    gap: 20px;
}

.food-price {
    font-weight: 700;
    font-size: 20px;
    color: var(--primary--color);
}

.icons i {
    width: 39px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    margin-left: 8px;
    font-size: 14px;
    cursor: pointer;
}

.icon-view {
    background: var(--black--color);
    color: var(--secondary--color);
}

.icon-cart {
    background: var(--primary--color);
    color: var(--secondary--color);
}

.food-desc {
    font-size: 16px;
    line-height: 23px;
    width: 360px;
}

/*  */

.top-row {
    width: 100%;
}

.dots {
    flex: 1;
    border-bottom: 2px dotted #ccc;
    margin: 0 10px;
}

.food-title,
.food-price {
    white-space: nowrap;
}

/* MENU 03 */
.main-menu3-con .nav-tabs {
    background-color: transparent;
    border-bottom: 2px solid var(--grey--color3);
    width: 435px;
    /* justify-content: space-between; */
    gap: 20px;
    padding: 0;
    border-radius: 0;
}

.main-menu3-con .nav-tabs li a {
    color: var(--black--color);
    font-weight: 600;
    display: block;
    position: relative;
    padding: 0 15px;
}

.main-menu3-con .nav-tabs li {
    padding-bottom: 22px;
}

.main-menu3-con .nav-tabs li a.active::after {
    bottom: -24px;
}

.main-menu3-con .nav-tabs li a::before {
    right: -10px;
}

.main-menu3-con .menu3-box {
    border-radius: 20px;
    padding: 40px;
    border-bottom: 2px solid transparent;
    transition: ease-in-out 0.6s;
}

.main-menu3-con .menu3-box:hover {
    border-bottom: 2px solid var(--primary--color);
}

.main-menu3-con .col-lg-6.col-md-6 {
    margin-bottom: 30px;
}

.main-menu3-con .col-lg-6.col-md-6:nth-last-of-type(-n+2) {
    margin-bottom: 0;
}

.menu3-inner {
    gap: 30px;
}

.menu3-box figure {
    flex-shrink: 0;
}

.menu3-box figure img {
    border-radius: 15px;
}

.menu3-content p {
    font-size: 16px;
    line-height: 25px;
    padding-right: 14%;
    color: var(--text--color3);
}

.menu3-price {
    font-size: 32px;
    margin-bottom: 20px;
}

/*  */
/* .reservation-con.contact-form-con .form-row .form-group textarea.form-control {
    height: 159px;
} */

.reservation-con.contact-form-con .heading-title-con h2 {
    margin-bottom: 34px;
}

.contact-form-con .contact-form ul {
    display: grid;
    gap: 20px;
    margin-bottom: 11px;
    grid-template-columns: 48.4% 48.4%;
}

.contact-form-con ul li input:focus,
.contact-form-con ul li textarea:focus {
    /* .submit-btn:focus{ */
    outline: none;
    border: 1px solid var(--primary--color);
}

.contact-form-con ul li input,
.contact-form-con ul li textarea,
.contact-form-con ul li select {
    width: 100%;
    border: none;
    height: 60px;
    font-size: 16px;
    line-height: 16px;
    border-radius: 8px;
    padding: 16px 22px;
    color: var(--text--color2);
    border: 1px solid var(--grey--color1);
    background: transparent;
}

.contact-form-con {
    z-index: 1;
    position: relative;
}


.contact-form-con ul li input::placeholder,
.contact-form-con ul li select::placeholder {
    font-size: 16px;
    line-height: 16px;
    color: var(--text--color2);
}

.contact-form-con ul li:last-child {
    grid-column: 1/-1;
}

.contact-form-con ul li textarea {
    resize: none;
    height: 159px;
}

.contact-form span {
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    padding-left: 3px;
    margin-top: 6px;
    margin-bottom: 0 !important;
    display: block;
    position: relative;
    color: var(--primary--color);
}

.contact-form-con .reservation-box {
    padding: 80px 60px;
}

/* map section */
.contact-map-con iframe {
    height: 576px;
    width: 100%;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    margin-bottom: 30px;
    pointer-events: none;
    border-radius: 30px;
    border: none;
    position: relative;
}

.contact-map-con iframe:hover {
    filter: none;
}

.parking-note img {
    margin-right: 7px;
}

.parking-note p {
    font-size: 15px;
    line-height: 19px;
    font-weight: 600;
    color: var(--black--color);
}

.contact-map-con figure.direction {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background-color: var(--primary--color);
    box-shadow: 0 10px 46px rgb(207 50 71 / 33%);
    bottom: 74px;
    right: 36px;
}

.contact-map-con .black-box {
    background-image: url(../images/black-box.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 110px;
    width: 173px;
    padding-top: 14px;
    top: 217px;
    right: 363px;
}

.contact-map-con .black-box i {
    color: var(--secondary--color);
    margin-bottom: 4px;
    font-size: 14px;
}

.contact-map-con .black-box p {
    font-size: 13px;
    line-height: 1.5;
    color: var(--secondary--color);
    font-weight: 500;
}

/* RESERVE TABLE FORM SECTION */


/* Tabs */
.reserve-table-form-con .custom-tabs {
    border-bottom: none;
    margin-bottom: 68px;
}

.reserve-table-form-con .tabs-box li {
    display: contents;
}

.reserve-table-form-con .custom-tabs a {
    padding: 30px 15px;
    width: 189px;
    font-size: 22px;
    border-radius: 12px;
    margin: 0 10px;
    font-weight: 400;
    border: 1px solid rgb(207 50 71 / 20%);
    box-shadow: 0 10px 46px rgb(0 0 0 / 4%);
    background-color: var(--secondary--color);
    transition: 0.3s;
    text-align: center;
    color: var(--black--color);
}

.reserve-table-form-con a.active {
    background: var(--primary--color);
    color: var(--secondary--color) !important;
}

.reserve-table-form-con a figure img {
    margin-bottom: 12px;
}

.reserve-table-form-con a.active figure img {
    filter: brightness(100%) invert(1);
}

.reserve-table-form-con .custom-tabs a:hover {
    border-color: var(--primary--color);
    text-decoration: none;
}

.reserve-table-form-con .form-control-lg {
    border-radius: 8px;
    height: 60px;
    border: 1px solid transparent;
}

.reserve-table-form-con .form-control {
    color: var(--text--color2);
    font-size: 16px;
}

.reserve-table-form-con .form-control:focus-visible,
.reserve-table-form-con .form-control:focus {
    border: 1px solid var(--primary--color);
    outline: none;
    box-shadow: none;

}

.reserve-table-form-con input::placeholder {
    color: var(--text--color2);
}

.reserve-table-form-con .heading-title-con {
    margin-bottom: 40px;
}

.reserve-form-outer-wrap {
    display: grid;
    grid-template-columns: 25% 25% 47%;
    gap: 18px;
    margin-bottom: 40px;
}

.reserve-table-form-con select.form-control {
    padding: 0 40px 0 21px;
    -webkit-appearance: none;
    background-repeat: no-repeat !important;
    background-position: 96.5% 24px !important;
    background-image: url('../images/dropdown-arrow.png') !important;
}

.reserve-table-form-con .primary_btn {
    border: none;
    border-radius: 10px;
    min-width: 375px;
    margin-bottom: 17px;
}

.reserve-table-form-con .cart-total-outer .primary_btn {
    min-width: 100%;
}

.small-note {
    font-size: 12px;
    line-height: 19px;
    font-weight: 500;
    color: var(--text--color2);
}

.small-note a {
    color: var(--primary--color);
}

.small-note a:hover {
    text-decoration: underline;
}

/* CONTACT INFO SECTION */
.contact-info-box {
    background-color: var(--secondary--color);
    border-radius: 15px;
    padding: 49px 30px 43px;
    border-bottom: 2px solid var(--primary--color);
    transition: ease-in-out 0.6s;
}

.contact-info-con .row {
    margin-bottom: 48px;
}

.contact-info-box:hover {
    transform: translateY(-3px);
}

.contact-info-box figure img {
    margin-bottom: 30px;
}

.contact-info-box h4 {
    margin-bottom: 9px;
}

.contact-info-box a,
.contact-info-box p {
    font-size: 16px;
    line-height: 25px;
    color: var(--text--color);
}

.contact-info-box a:hover {
    color: var(--primary--color);
    text-decoration: none;
}

.contact-info-con .info-outer-btn .primary_btn {
    width: 207px;
}

/* FAQ SECTION */
.faq-con .faq_content .heading-title-con span {
    margin-bottom: 14px;
}

.faq-con .faq_content .heading-title-con h2 {
    margin-bottom: 0;
}

.faq-con h4 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase;
    display: inline-block;
    font-family: "Teko", sans-serif;
}

.faq-con .accordion-card {
    margin-bottom: 30px;
    width: 100%;
    border-radius: 10px;
    background-color: var(--secondary--color);
    box-shadow: 0 2px 67px rgb(0 0 0 / 5%);
}

.faq-con .accordion-card:last-child {
    margin-bottom: 0;
}

.faq-con .accordion-card p {
    font-size: 16px;
    line-height: 25px;
}

.faq-con .accordion-card .btn-link h6 {
    color: var(--primary--color);
}

.faq-con .accordion-card h6 img {
    position: absolute;
    top: 14px;
    margin: 0 auto;
    left: 20px;
}

.faq-con .accordion-card h6 {
    font-size: 20px;
    font-weight: 400;
}

.faq-con .accordion-card .collapsed h6 {
    color: var(--black--color);
    white-space: inherit;
    /* word-break: break-word; */
    overflow-wrap: break-word;

}

.faq-con .accordion-card:has(.btn-link) {
    border: 1px solid var(--primary--color);

}

.faq-con .accordion-card:has(.collapsed) {
    border: 1px solid var(--secondary--color);
}

.faq-con .accordian-inner .card-header {
    padding: 0;
    margin-bottom: 0;
    background: none;
    border: none;
}

.faq-con .accordian-inner .card-header a {
    padding: 19px 20px 19px 20px;
}

.faq-con .accordian-inner .card-body {
    padding: 0 20px 19px 20px;
}

.faq-con .accordion-card a.btn.btn-link:focus {
    outline: none;
    box-shadow: none;
}

.faq-con .accordian-inner .accordion-card i {
    position: absolute;
    right: 20px;
    margin: -6px 0;
}

.faq-con .accordian-inner .accordion-card .btn {
    text-decoration: none;
    text-align: left;
    display: block;
    border-radius: 10px;
    white-space: inherit;
    overflow-wrap: break-word;
    /* word-break: break-word; */
}

.faq-con .accordion-card a.btn.btn-link {
    position: relative;
}

.faq-con .accordion-card .btn-link:before {
    content: "";
    background-image: url(../images/bottom-arrow-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 18px;
    height: 18px;
    top: 21px;
    right: 24px;
    position: absolute;
    font-family: 'FontAwesome';
    /* color: var(--black--color); */
}

.faq-con .accordion-card .collapsed:before {
    content: "";
    background-image: url(../images/arrow-right-big.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 18px;
    height: 17px;
}

.reserve-table-form-con .cart-con .cart-total-outer {
    background-color: var(--secondary--color);
    border-bottom: 2px solid var(--primary--color);
}

.reserve-table-form-con .product-detail-box {
    padding: 30px 40px;
    border-radius: 20px;
}

.reserve-table-form-con .cart-total-outer .form-group.float-left.checkbox {
    width: 100%;
    border-top: 1px solid rgb(229 229 229 / 100%);
    padding: 12px 0;
    margin-bottom: 0;
}

.reserve-table-form-con .cart-total-outer .form-group.float-left.checkbox label span {
    font-weight: bold;
    color: var(--black--color);
    font-size: 14px;
    margin-left: 10px;
    line-height: 14px;
}

.reserve-table-form-con .cart-total-outer .form-group.float-left.checkbox label {
    margin-bottom: 0;
}

.reserve-table-form-con .checkbox label {
    width: 100%;
    position: relative;
    cursor: pointer;
    margin: 0 !important;
    display: inline-block;
    color: var(--black--color);
    font-size: 14px;
    font-weight: 700;
    vertical-align: middle;
    align-items: center;
    display: flex;
}

.reserve-table-form-con .checkbox label:before {
    content: '';
    padding: 2px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin-right: 0;
    cursor: pointer;
    position: relative;
    vertical-align: middle;
    display: inline-block;
    -webkit-appearance: none;
    border-radius: 100%;
    border: 1px solid #e3e4e5;
    background-color: var(--secondary--color);
}

.reserve-table-form-con .checkbox label:before {
    margin-right: 15px;
}

.reserve-table-form-con .checkbox input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 6px;
    width: 13px;
    height: 13px;
    border-radius: 100%;
    background-color: var(--primary--color);
}

.reserve-table-form-con .checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    overflow: visible;
    display: none;
    cursor: pointer;
}

.reserve-table-form-con .cart-total-outer .form-group.delivery-address input {
    border: 1px solid var(--grey--color4);
    height: 50px;
    border-radius: 8px;
    width: 100%;
    float: left;
    font-size: 13px;
    padding: 14px 20px;
    color: var(--text--color2);
}

.reserve-table-form-con .cart-total-outer .form-group.delivery-address input:focus {
    border: 1px solid var(--primary--color);
}

.reserve-table-form-con .col-lg-4.col-md-6 {
    margin-bottom: 30px;
}

.reserve-table-form-con .col-lg-4.col-md-6:nth-last-of-type(-n+3) {
    margin-bottom: 0;
}