@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Marcellus&display=swap");

:root {
    --bs-primary: #f14835;
    --bs-primary-rgb: 241, 72, 53;
    --bs-body-bg: #ffffff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-body-color: #686868;
    --bs-body-color-rgb: 104, 104, 104;
    --bs-heading-color: #000000;
    --bs-heading-color-rgb: 0, 0, 0;
    --bs-border-color: #eaeaea;
    --bs-secondary: #eff6ff;
    --bs-secondary-rgb: 239, 246, 255;
    --bs-dark: #000;
    --bs-dark-rgb: 0, 0, 0;
    --bs-body-font-family: "Inter", sans-serif;
    --bs-body-font-weight: 500;
    --bs-heading-font-family: "Marcellus", serif;
    --font-awesome: "Font Awesome 6 Pro";
    --bs-radius-sm: 6px;
    --bs-radius-md: 8px;
    --bs-radius-lg: 12px;
    --bg-1: #f8f8f8;
    --bg-2: #f8f8f8;
    --bg-3: #ebebeb;
    --bs-success: green;
    --bs-red: #eb4c4c;
    --bs-red-rgb: 235, 76, 76;
    --bs-light: #f5f5f5;
    --color-medium: #757575;
    --bs-blue: #0061df;
    --bs-blue-rgb: 0, 97, 223;
    --font-lg: 18px;
    --font-sm: 14px;
    --font-xsm: 12px;
    --font-medium: 500;
    --bs-green: #00b67a;
    --bs-green-rgb: 0, 182, 122;
    --bs-yellow: #ffc107;
    --bs-yellow-rgb: 255, 193, 7;
    --shadow-md: 0px 4px 80px rgba(0, 0, 0, 0.08);
    --shadow-md: 0 5px 30px -5px rgba(8, 0, 42, 0.1);
    --shadow-sm: 0px 10px 40px rgb(0, 0, 0, 0.06);
    --swiper-theme-color: var(--bs-primary);
}

:root {
    --font-size-base: 1rem;
    --h1-font-size: 4.625rem;
    --h2-font-size: 3rem;
    --h3-font-size: 2rem;
    --h4-font-size: 1.5rem;
    --h5-font-size: 1.125rem;
    --h6-font-size: 1rem;
}

a {
    color: currentColor;
    text-decoration: none;
    transition: all 0.3s ease;
}

a:hover {
    color: var(--bs-primary);
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--bs-heading-font-family);
}

h1,
.h1 {
    font-size: calc(2.2rem + 1.8vw);
}

h2,
.h2 {
    font-size: calc(1.4rem + 1.8vw);
}

h3,
.h3 {
    font-size: calc(1.325rem + 0.9vw);
}

h4,
.h4 {
    font-size: calc(1.275rem + 0.3vw);
}

h5,
.h5 {
    font-size: 1.125rem;
}

@media (min-width: 1200px) {
    h1,
    .h1 {
        font-size: var(--h1-font-size);
    }

    h2,
    .h2 {
        font-size: var(--h2-font-size);
    }

    h3,
    .h3 {
        font-size: var(--h3-font-size);
    }

    h4,
    .h4 {
        font-size: var(--h4-font-size);
    }
}

h1,
.h1 {
    line-height: 1.3;
    font-weight: 400;
}

h2,
.h2 {
    line-height: 1.228;
    font-weight: 400;
}

h3,
.h3 {
    line-height: 1.228;
    font-weight: 400;
}

h4 {
    line-height: 1.5;
    font-weight: 400;
}

h5 {
    line-height: 1.4;
    font-weight: 400;
}

h6 {
    line-height: 1.4;
    font-weight: 400;
}

body {
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    scroll-behavior: smooth;
    box-sizing: border-box;
    overflow-x: hidden;
}

@media (min-width: 1400px) {
    .container {
        max-width: 1440px;
    }
}

.ms-auto {
    margin-left: auto !important;
}

.radius-30 {
    border-radius: 30px !important;
}

.btn {
    --bs-btn-padding-x: 20px;
    --bs-btn-padding-y: 10px;
    font-size: 16px;
    font-family: var(--bs-heading-font-family);
    font-weight: 500;
}

.bg-cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
}

.mb-24 {
    margin-bottom: 1.5rem;
}

.body-font {
    font-family: var(--bs-body-font-family);
}

/*====================================
    Desices Theme Navbar
====================================*/
.theme-desices .navbar .navbar-nav .nav-link {
    color: var(--bs-light);
}

.theme-desices .header-top {
    background-color: var(--bs-primary);
}

.theme-desices .header-top .header-top-left,
.theme-desices .header-top .header-top-center,
.theme-desices .header-top .header-top-right .language .nice-select,
.theme-desices .header-top .header-top-right .language i,
.theme-desices .header-top .header-top-right .user-btn .btn,
.theme-desices .header-top .header-top-right .user-btn .btn:hover,
.theme-desices .header-top .header-top-right .user-btn i,
.theme-desices .navbar .navbar-right .btn-icon {
    color: var(--bs-light) !important;
}

/*====================================
    Offcanvas
====================================*/
.offcanvas {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 280px;
    max-width: 100%;
    background-color: #fff !important;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
    visibility: hidden;
    z-index: 1050;
}

.theme-desices .offcanvas {
    background-color: var(--bs-primary) !important;
}

.offcanvas-body {
    padding: 1rem 1rem !important;
}

.theme-desices .mobile-menu .dropdown-menu {
    background-color: #160801 !important;
}

.theme-desifoodie .mobile-menu .dropdown-menu,
.theme-seabbq .mobile-menu .dropdown-menu {
    color: #000 !important;
}

.offcanvas.show {
    transform: translateX(0);
    visibility: visible;
}

.mobilemenuoffcanvas .navbar-right .btn-icon i,
.mobilemenuoffcanvas .group-buttons .user-btn i,
.mobile-menu .nav-item .dropdown-item {
    color: #fff !important;
}

.offcanvas-end {
    left: auto;
    right: 0;
    transform: translateX(100%);
}

.offcanvas-end.show {
    transform: translateX(0);
}

.offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 1040;
}

.offcanvas-backdrop.show {
    opacity: 1;
}

body.offcanvas-open {
    overflow: hidden;
}

.mobile-menu .nav-item:not(:last-child) .nav-link {
    border-bottom: 1px solid rgba(var(--bs-primary-rgb), 0.3) !important;
}

.mobile-menu .nav-link {
    color: var(--bs-light) !important;
    padding: 10px 0;
    transition: all 700ms ease;
}

.mobilemenuoffcanvas .group-buttons .language .nice-select,
.mobilemenuoffcanvas .group-buttons .language .nice-select,
.mobilemenuoffcanvas .group-buttons .language i,
.mobilemenuoffcanvas .group-buttons .user-btn .btn {
    color: var(--bs-light) !important;
}

.px-20 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

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

.menu-close {
    color: var(--bs-light) !important;
}

/*-----------------------------------
    Button
-----------------------------------*/
.theme-seabbq .thm-btn {
    background: rgba(var(--bs-primary-rgb), 0.8);
    color: var(--bs-light) !important;
    display: inline-block;
    border: 2px dotted var(--bs-primary) !important;
    padding: 10px 25px;
}

.theme-seabbq .thm-btn:hover {
    background-color: transparent;
    color: var(--bs-primary) !important;
    border: 2px dotted var(--bs-primary) !important;
}

.theme-desices .thm-btn:hover {
    background-color: transparent;
    color: var(--bs-primary) !important;
    border: 1px solid var(--bs-primary) !important;
}

.theme-desifoodie .thm-btn,
.theme-desices .thm-btn {
    background-color: var(--bs-primary) !important;
    padding: 10px 25px;
    border: 1px solid var(--bs-primary) !important;
    color: #fff;
    font-weight: 600;
    box-shadow: 0 40px 80px 0 rgba(var(--bs-primary-rgb), 0.2);
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.theme-desifoodie .thm-btn:hover::after,
.theme-desices .thm-btn:hover::after {
    width: 100%;
    right: auto;
    left: 0;
}

.theme-desifoodie .thm-btn::after,
.theme-desices .thm-btn::after {
    content: "";
    position: absolute;
    background-color: #fff !important;
    border-radius: inherit;
    right: 0;
    width: 0%;
    top: 0;
    height: 100%;
    transition: width 0.4s ease;
    z-index: -1;
}

.footer-10 .subscribe-group-btn .subscribe-btn,
.footer-10 .info-list li i,
.footer-10 .socials a:hover,
.footer-11 .subscribe-group-btn .subscribe-btn,
.footer-11 .info-list li i,
.footer-12 .subscribe-group-btn .subscribe-btn,
.footer-12 .info-list li i,
.footer-12 .socials a:hover {
    color: var(--bs-light) !important;
}

/* -----------------------------------------
Back to Top CSS
----------------------------------------- */
.progress-wrap {
    position: fixed;
    right: 30px;
    bottom: 90px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    box-shadow: rgba(var(--bs-primary-rgb), 0.4) 2px 3px 30px 0px;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap::after {
    position: absolute;
    font-family: var(--font-awesome);
    content: "\f062";
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    color: var(--bs-primary);
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: var(--bs-primary);
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.flag {
    background-color: var(--bs-primary);
}

/* Offcanvas menu */
/* seabbq */
.seabbq-mobilemenu .mobile-menu .nav-link {
    color: var(--bs-heading-color) !important;
}
.seabbq-mobilemenu .mobile-menu .nav-item:not(:last-child) .nav-link {
    border-bottom: 1px solid var(--bs-border-color) !important;
}
.seabbq-mobilemenu .mobile-menu .nav-item .dropdown-item {
    color: var(--bs-heading-color) !important;
}
.seabbq-mobilemenu.mobilemenuoffcanvas .group-buttons .language .nice-select {
    color: var(--bs-heading-color) !important;
}
.seabbq-mobilemenu.mobilemenuoffcanvas .group-buttons .user-btn .btn {
    color: var(--bs-heading-color) !important;
}
.seabbq-mobilemenu.mobilemenuoffcanvas .group-buttons .language i {
    color: var(--bs-heading-color) !important;
}
.seabbq-mobilemenu.mobilemenuoffcanvas .group-buttons .user-btn i {
    color: var(--bs-heading-color) !important;
}
.seabbq-mobilemenu.mobilemenuoffcanvas .navbar-right .btn-icon i {
    color: var(--bs-heading-color) !important;
}
.seabbq-mobilemenu .menu-close:hover {
    color: var(--bs-primary) !important;
}

/* theme-desices */
.desices-mobilemenu.offcanvas {
    background-color: #fff !important;
}
.desices-mobilemenu .mobile-menu .nav-link{
    color: #000 !important;
}
.theme-desices .desices-mobilemenu .mobile-menu .dropdown-menu {
    background-color: #fff !important;
}
.theme-desices .desices-mobilemenu .mobile-menu .nav-item .dropdown-item{
    color: #000 !important;
}
.theme-desices .desices-mobilemenu .group-buttons .user-btn .btn {
    color: #000 !important;
}
.theme-desices .desices-mobilemenu .group-buttons .user-btn i {
    color: #000 !important;
}

.theme-desices .desices-mobilemenu .group-buttons .language .nice-select{
    color: #000 !important;
}
.theme-desices .desices-mobilemenu .group-buttons .language i{
    color: #000 !important;
}
.desices-mobilemenu.mobilemenuoffcanvas .navbar-right .btn-icon i,
.desices-mobilemenu.mobilemenuoffcanvas .group-buttons .user-btn i,
.desices-mobilemenu.mobile-menu .nav-item .dropdown-item{
    color: #000 !important;
}

.desices-mobilemenu.mobilemenuoffcanvas .group-buttons .language .nice-select .list .option{
    color: #fff;
}
.desices-mobilemenu.mobilemenuoffcanvas .group-buttons .user-btn .dropdown-item:hover {
    background: var(--bs-primary);
    color: #fff;
}
.desices-mobilemenu .menu-close:hover {
    background: transparent;
    color: var(--bs-primary) !important;
}

/* desifoodie mobile menu */
.desifoodie-mobilemenu .mobile-menu .nav-link{
    color: #000 !important;
}
.desifoodie-mobilemenu .mobile-menu .nav-item .dropdown-item {
    color: #000 !important;
}
.desifoodie-mobilemenu .mobile-menu .nav-item:not(:last-child) .nav-link {
    border-bottom: 1px solid #eaeaea !important;
}


.theme-desifoodie .desifoodie-mobilemenu .group-buttons .user-btn .btn {
    color: #000 !important;
}
.theme-desifoodie .desifoodie-mobilemenu .group-buttons .user-btn i {
    color: #000 !important;
}
.theme-desifoodie .desifoodie-mobilemenu .group-buttons .user-btn .dropdown-item:hover{
    color: #fff !important;
}
.theme-desifoodie .desifoodie-mobilemenu .group-buttons .language .nice-select{
    color: #000 !important;
}
.theme-desifoodie .desifoodie-mobilemenu .group-buttons .language i{
    color: #000 !important;
}
.desifoodie-mobilemenu.mobilemenuoffcanvas .navbar-right .btn-icon i,
.desifoodie-mobilemenu.mobilemenuoffcanvas .group-buttons .user-btn i,
.desifoodie-mobilemenu.mobile-menu .nav-item .dropdown-item{
    color: #000 !important;
}
.theme-desifoodie .desifoodie-mobilemenu .thm-btn:hover{
    color: var(--bs-primary);
}
.desifoodie-mobilemenu .menu-close:hover{
    color: var(--bs-primary) !important;
}
.navbar .navbar-right .reservation-btn .thm-btn:hover{
    color: var(--bs-primary)  !important;
}

.desifoodie-header .navbar {
    padding: 0;
}
