:root {
    --body-bg: #ffffff;
    --theme-color: #ca9c5e;
    --body-color: #555555;
    --title-color: #fff;
    --secondary-color: #fde5d8;
    --smoke-color: #EFF1F5;
    --light-color: #f8f9fa;
    --black-color: #000000;
    --white-color: #000;
    --yellow-color: #fec624;
    --success-color: #28a745;
    --error-color: #dc3545;
    --border-color: #e7e5e5;
    --title-font:
    "Marcellus", serif;
    --body-font:
    "DM Sans", sans-serif;
    --heading-font:
    "Dancing Script" , sans-serif;
    --icon-font:
    "Font Awesome 5 Pro";
    --main-container: 1270px;
    --container-gutters: 30px;
    --section-space: 120px;
    --section-space-mobile: 80px;
    --section-title-space: 60px;
    --ripple-ani-duration: 5s
}

/* html,body {
    scroll-behavior: auto !important
} */

body {
    font-family: var(--body-font);
    font-size: 16px;
    font-weight: 400;
    color: var(--body-color);
    background-color: var(--body-bg);
    line-height: 28px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    background-color: rgb(11, 21, 23);
    margin: auto;
}

.slick-slide:focus,button:focus,a:focus,a:active,input,input:hover,input:focus,input:active,textarea,textarea:hover,textarea:focus,textarea:active {
    outline: none
}
a {
    color: var(--theme-color);
    text-decoration: none;
    outline: 0;
    transition: all ease .4s
}

a:hover {
    color: var(--theme-color) !important;
}

a:active,a:focus,a:hover,a:visited {
    text-decoration: none;
    outline: 0
}

button {
    transition: all ease .4s
}

img {
    max-width: 100%;
    height: auto;
    padding: 0px !important;
}
li{
    list-style: none;
}
ins {
    text-decoration: none
}

span.ajax-loader:empty,p:empty {
    display: none
}

p {
    margin: 0 0 18px 0;
    color: #fff;
    line-height: 1.63
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a,p a,span a {
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit
}

.h1,h1,.h2,h2,.h3,h3,.h4,h4,.h5,h5,.h6,h6 {
    font-family: var(--title-font);
    color: var(--title-color);
    text-transform: none;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 15px 0
}
.side-booking-form {
    position: fixed;
    top: 320px;
    right: -64px;
    max-width: 230px;
    padding: 0px;
    rotate: 270deg;
    border-radius: 5px;
    z-index: 999;
  }

.h1,h1 {
    font-size: 48px
}

.h2,h2 {
    font-size: 40px
}

.h3,h3 {
    font-size: 36px
}

.h4,h4 {
    font-size: 28px
}

.h5,h5 {
    font-size: 24px
}

.h6,h6 {
    font-size: 20px
}

.vs-menu-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.6);
    z-index: 999999;
    width: 0;
    width: 100%;
    height: 100%;
    transition: all ease .8s;
    opacity: 0;
    visibility: hidden
}
.vs-menu-wrapper .mobile-logo {
    padding-bottom: 30px;
    padding-top: 40px;
    display: block;
    text-align: center;
    background-color:rgb(11, 21, 23);
}
.vs-menu-wrapper .mobile-logo img {
    max-width: 220px
}
.vs-menu-wrapper .vs-menu-toggle {
    border: none;
    font-size: 22px;
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 0;
    line-height: 1;
    width: 33px;
    height: 33px;
    line-height: 34px;
    font-size: 18px;
    z-index: 1;
    color: var(--white-color);
    background-color: var(--theme-color);
    border-radius: 50%
}
.vs-menu-wrapper .vs-menu-toggle:hover {
    background-color: var(--secondary-color);
    color: var(--white-color)
}

.vs-menu-wrapper .vs-menu-area {
    width: 100%;
    max-width: 310px;
    background-color: var(--body-bg);
    border-right: 3px solid var(--theme-color);
    height: 100%;
    position: relative;
    left: -110%;
    opacity: 0;
    visibility: hidden;
    transition: all ease 1s;
    z-index: 1
}

.vs-menu-wrapper.vs-body-visible {
    opacity: 1;
    visibility: visible
}

.vs-menu-wrapper.vs-body-visible .vs-menu-area {
    left: 0;
    opacity: 1;
    visibility: visible
}

.vs-mobile-menu {
    overflow-y: scroll;
    max-height: calc(100vh - 175px);
    padding-bottom: 40px;
    margin-top: 33px;
    text-align: left
}

.vs-mobile-menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(154,86,58,.2);
    background-color: #000
}

.vs-mobile-menu::-webkit-scrollbar {
    width: 6px;
    background-color: #000
}

.vs-mobile-menu::-webkit-scrollbar-thumb {
    background-color: var(--theme-color)
}

.vs-mobile-menu ul {
    margin: 0;
    padding: 0 0
}

.vs-mobile-menu ul li {
    border-bottom: 1px solid var(--border-color);
    list-style-type: none
}

.vs-mobile-menu ul li li:first-child {
    border-top: 1px solid var(--border-color)
}

.vs-mobile-menu ul li a {
    display: block;
    position: relative;
    padding: 12px 0;
    line-height: 1;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500
}

.vs-mobile-menu ul li a:before {
    content: "\f105";
    font-family: var(--icon-font);
    position: relative;
    left: 0;
    top: 0;
    margin-right: 10px;
    display: inline-block
}

.vs-mobile-menu ul li.vs-active>a {
    color: var(--theme-color)
}

.vs-mobile-menu ul li.vs-active>a:before {
    transform: rotate(90deg)
}

.vs-mobile-menu ul li ul li {
    padding-left: 20px
}

.vs-mobile-menu ul li ul li:last-child {
    border-bottom: none
}

.vs-mobile-menu ul .vs-item-has-children>a .vs-mean-expand {
    position: absolute;
    right: 0;
    top: 50%;
    font-weight: 400;
    font-size: 12px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin-top: -12.5px;
    display: inline-block;
    text-align: center;
    background-color: var(--smoke-color);
    color: var(--title-color);
    box-shadow: 0 0 20px -8px rgba(154,86,58,.5);
    border-radius: 50%
}

.vs-mobile-menu ul .vs-item-has-children>a .vs-mean-expand:before {
    content: "\f067";
    font-family: var(--icon-font)
}

.vs-mobile-menu ul .vs-item-has-children.vs-active>a .vs-mean-expand:before {
    content: "\f068"
}

.vs-mobile-menu>ul {
    padding: 0 40px
}

.vs-mobile-menu>ul>li:last-child {
    border-bottom: none
}

.vs-menu-toggle {
    width: 50px;
    height: 50px;
    padding: 0;
    font-size: 24px;
    border: none;
    background-color: var(--theme-color);
    color: var(--white-color);
    display: inline-block;
    border-radius: 0
}

.vs-menu-toggle.style-text,.vs-menu-toggle.style-text-white {
    width: auto;
    height: auto;
    background-color: rgba(0,0,0,0);
    color: var(--title-color);
    font-size: 20px
}

.vs-menu-toggle.style-text i,.vs-menu-toggle.style-text-white i {
    margin-right: 10px
}

.vs-menu-toggle.style-text-white {
    color: var(--white-color)
}

.vs-btn.style2.d-xl-inline-block {
    border-top: 3px solid #CA9C5E;
    border-bottom: 3px solid #CA9C5E;
    background: #0b1517cf;
}
.header-banner-image h3{
    font-size: 70px;
    position: relative;
    top: -500px;
    left: 31%;
}
.header-banner-image a {
    position: relative;
    top: -500px;
    left: 43%;
    width: 10%;
}

.header-icon{
    color: var(--title-color) !important;
}
.header-icon:hover{
    columns: var(--theme-color);
}
.header-top {
    padding-top: 6px;
    backdrop-filter: blur(8px);
}
.header-banner-image{
    position: relative;
    top: -150px;
    /* left: 15px; */
}
.about-right {
    text-align: center;
}

.title-image{
    max-width: 130px;
    height: 18px;
}
.menu-main-title{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px ;
}
.menu-main-title h3{
    font-size: 60px;
}

.menu-price-list {
    display: flex;
    justify-content: space-between;
}
.menu-price-list h5{
    color: var(--theme-color);
}
.center-page{
    padding: 60px 0px;
}
.menu-image{
    background-image: url(../img/resources/menu-image.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 400px;
}
.menu-image-background {
    background-color: #000000a8;
    height: 400px;
}
.price {
    color: var(--theme-color);
    font-size: 16px;
    font-weight: 500;
    padding-left: 10px;
}
.left-leaf {
    position: relative;
    left: -123px;
    max-width: 100%;
    height: 400px;
}
.right-leaf {
    position: relative;
    max-width: 100%;
    height: 400px;
}
.leafs-section {
    width: 100%;
    position: absolute;
}
.home-left-leaf {
    position: absolute;
    top: -260px;
    left: -200px;
}
.home-right-leaf {
    position: absolute;
    top: -200px;
}
.header-page {
    margin-top: -200px;
}
.menu-left-image h3{
    font-size: 60px;
}
.menu-left-image p{
    font-size: 20px;
}
.menu-left-image {
    margin-top: 100px;
    
}
.menu-page {
    margin-top: 100px;
    background-image: url(../img/resources/home-background-img.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.menu-page-background{
    background-color: #000000ed;
    padding: 30px 0px;
}
.Gallery-page{
    padding: 50px 40px;
}
.gallery-button{
    margin-top: 60px;
}

.vs-btn {
    font-family: var(--title-font);
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .1em;
    line-height: 1;
    text-transform: uppercase;
    display: inline-block;
    padding: 15px 25px;
    border: none;
    position: relative;
    z-index: 1;
    text-align: center
}

.vs-btn:after,.vs-btn:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: var(--title-color);
    z-index: -1;
    width: 50%;
    height: 0;
    transition: all ease .4s;
    opacity: 0;
    visibility: hidden
}

.vs-btn:after {
    right: 0;
    top: 0;
    left: auto;
    bottom: auto
}

.vs-btn:hover {
    color: var(--white-color)
}

.vs-btn:hover:before,.vs-btn:hover:after {
    height: 100%;
    opacity: 1;
    visibility: visible
}
.scroll-btn {
    position: fixed;
    bottom: 300px;
    right: 30px;
    z-index: 94;
    opacity: 0;
    visibility: hidden;
    display: inline-block;
    border-radius: 50%
}

.scroll-btn i {
    display: inline-block;
    background-color: var(--theme-color);
    color: var(--white-color);
    text-align: center;
    font-size: 16px;
    width: var(--btn-size, 50px);
    height: var(--btn-size, 50px);
    line-height: var(--btn-size, 50px);
    z-index: 2;
    border-radius: inherit;
    position: relative;
    transition: all ease .8s
}

.scroll-btn:before {
    content: "";
    position: absolute;
    left: var(--extra-shape, -6px);
    top: var(--extra-shape, -6px);
    right: var(--extra-shape, -6px);
    bottom: var(--extra-shape, -6px);
    background-color: var(--body-bg);
    border-radius: inherit;
    z-index: 1;
    transition: all ease .4s
}

.scroll-btn:focus i,.scroll-btn:hover i {
    background-color: var(--title-color);
    color: var(--white-color)
}

.scroll-btn.show {
    bottom: 120px;
    opacity: 1;
    visibility: visible
}

.scrollToTop {
    position: fixed;
    right: 60px;
    bottom: 500px;
    opacity: 0;
    visibility: hidden;
    transition: all ease .4s;
    z-index: 96
}

.scrollToTop.show {
    bottom: 60px;
    opacity: 1;
    visibility: visible
}

.vs-icon {
    display: inline-block;
    width: var(--icon-size, 100px);
    height: var(--icon-size, 100px);
    line-height: var(--icon-size, 100px);
    background-color: var(--theme-color);
    color: var(--white-color);
    text-align: center;
    position: relative;
    z-index: 1;
    border-radius: 50%;
    margin: var(--border-gap, 5px);
    transition: all ease .4s
}

.text-inherit {
    color: #fff;
}

.footer-widget {
    color: #fff;
}

.footer-widget .widget_title {
    margin-bottom: 22px;
    padding-bottom: 6px;
    border: none;
    text-transform: uppercase;
    font-size: 28px;
    color: #CA9C5E;
    text-align: center;
}
.footer-widget .widget_title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
   
}
.footer-widget .recent-post-meta a:hover {
    color: var(--theme-color)
}

.footer-widget.widget_nav_menu ul {
    padding-left: 0px 
}

.footer-widget.widget_nav_menu ul ul {
    margin-top: 0
}

.footer-widget.widget_nav_menu a {
    margin-bottom: 10px;
    font-weight: 500;
}

.footer-widget.widget_nav_menu a:hover {
    background-color: rgba(0,0,0,0);
    color: #ffffff;
}

.vs-header {
    position: relative;
    z-index: 41
}

.header-logo {
    max-width:300px;
}
.header-logo img {
    border-radius: 5px;
}
.main-menu a {
    display: block;
    position: relative;
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 17px;
    color: #fff;
    text-transform: uppercase
}
.main-menu a:hover {
    color: #fff !important;
    background: #ca9c5e;
    padding: 3px;
}
.menu-center-image{
    border-radius: 4%;
}

.main-menu>ul>li {
    margin: 0 12px
}
.menu li a img{
    border-radius: 5px;
    max-width: 360px;
}
.main-menu ul {
    margin: 0;
    padding: 0
}

.main-menu ul li {
    list-style-type: none;
    display: inline-block;
    position: relative
}
.header-text {
    font-size: 12px;
    font-weight: 500;
    color: #e5e4e4;
    margin: 0;
    padding: 12px 0
}

.header-btns {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px
}

.header-btns button:not([class*=vs-]),.header-btns a:not([class*=vs-]) {
    border: none;
    padding: 0;
    line-height: 1;
    font-size: 24px;
    color: var(--title-color);
    background-color: rgba(0,0,0,0)
}

.header-btns button:not([class*=vs-]):hover,.header-btns a:not([class*=vs-]):hover {
    color: var(--theme-color)
}

.header-links ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}
.header-links li {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: var(--title-color);
    font-family: var(--title-font);
    padding: 0 30px 0 0;
    margin: 0 26px 0 0;
    border-right: 1px solid rgba(255,255,255,.15);
    line-height: 23px;
    line-height: 1
}

.header-links li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none
}

.header-links i {
    color: #fff;
    margin: 0 10px 0 0
}

.header-links a {
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.5px;
}

.header-links a:hover {
    color: var(--theme-color)
}

header.vs-header.header-layout1 {
    backdrop-filter: blur(8px);
}
.qrcode-box{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.qrcode-box h5 {
    font-size: 36px;
    font-family: var(--heading-font);
    color: var(--theme-color);
    margin-top: 20px;
}
.header-links.style-white li a:hover {
    color: var(--theme-color)
}
.divider-image {
    max-width: 27% !important;
    height: auto;
    margin-top: 40px;
}

.about-section h3{
    color: var(--theme-color);
    font-size: 60px;
    font-family: var(--heading-font)
}
.about-section p{
    color: #fff;
    font-size: 18px;
    margin-top: 20px;
}
.leaf-image{
    max-width: 80% !important;
    height: 400px !important;
    position: absolute;
    bottom: -260px;
}
.social-style {
    margin-left: 20px;
    color: var(--title-color);
}
.widget-area {
    padding-top: 40px;
    padding-bottom: 40px
}
.sticky-wrap {
    padding: 20px 0px 10px 0px;
}
.footer-logo {
    margin-bottom: 28px
}
.copyright-text {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}
.copyright-text a {
    color: #ffffff;
    text-transform: uppercase
}
.copyright-text a:hover {
    color: var(--title-color)
}
.copyright-menu ul {
    margin: 32px 0 36px 0;
    padding: 0;
    list-style: none
}
.copyright-menu li {
    display: inline-block;
    margin: 0 29px
}

.copyright-menu a {
    display: block;
    color: var(--white-color);
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: .13em
}
.copyright-menu a:hover {
    color: var(--theme-color)
}
.footer-row1 {
    border-right: 2px solid #CA9C5E;
}
.footer-row2 {
    border-right:2px solid #CA9C5E;
}
.footer-widget.widget_nav_menu ul li{
    text-align: center !important;
    color: #CA9C5E;
    font-size: 18px;
}
.menu-all-pages-container.footer-menu {
    margin-top: 30px;
}
.gallery-page-images {
    display: block;
    transition: transform 1s cubic-bezier(0,1,.5,1);
    margin: 10px;
    border-radius: 8px 
}
.navbar-header{
    align-items: center;
    justify-content: space-around;
}

.popular-images-left {
    position: relative;
    left: 150px;
}
.popular-images-right {
    position: relative;
    top: 90px;
    left: -230px;
}
.popular-items-list{
    position: relative;
    left: -200px;
}
.popular-items-list div{
    display: flex;
    justify-content: space-between;
    margin: 25px 0px;
}
.popular-items-list h4 {
    color: var(--theme-color);
    border-bottom: 1px dotted #fff;
    padding-bottom: 12px;
}
.popular-items-list h3 {
    color: var(--title-color)

}
.about-right img{
    border-radius: 6px;
}
@keyframes slider{
    from{
        transform: translateX(-600px);
    }
    to{
        transform: translateX(0px);
    }
}

.heading-2{
animation-name: slider-2;
animation-duration: 3s;
animation-direction: normal;
animation-fill-mode: both;
animation-iteration-count: infinite;
animation-timing-function: ease-in; 
} 

.heading{
    animation: slider 2s ease-in-out;
}

@keyframes slider-2{
    0%{
        transform: translateY(20px);
    }
    25%{
        transform: translateY(10px);
    }
    50%{
        transform: translateY(0px);
    }
   75%{
        transform: translateY(10px);
    }
   100%{
        transform: translateY(20px);
    }
}
.recommended {
    background: var(--theme-color);
    padding: 12px;
    font-size: 23px;
    color: #fff;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    margin-bottom: -25px !important;
}
.special-item{
    border: 1px solid var(--theme-color);
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    padding: 15px 10px 0px 10px;
}

.breadcrumb-area{
    background-image: url(../img/about-us/about-img-1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.breadcrum-box{
    padding: 80px 0px;
    background-color: #000000e0;
}
.breadcrum-box p{
   font-size: 32px;
}


/* start aboutus */

.about-box{
    padding: 80px;
    background: #232b2d69;
}
    .about-page-text{
       text-align: center;
    }
    .about-page-text h3{
       color:var(--theme-color);
       font-family: var(--heading-font);
       font-size: 70px;
    }
    .about-page-text p{
        color:var(--body-bg);
        font-size: 20px;
     }

/* end aboutus */

/* start gallry */

.gallery-box{
    padding: 60px 0px;
    background: #232b2d69;
}

/* end gallery */

/* start menu */
.menu-page-images{
    max-width: 80px;
    height: auto;
    border-radius: 10px;
    margin: 0px 20px 0px 0px;
    border: 3px solid #141e21;
}
.menu-box{
    padding: 50px 0px;
    background: #232b2d69;
}
.menu-items-list div{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.menu-items-list{
    background-color: #1c2d31;
    padding: 15px 10px;
}
.menu-items-list h4 {
    color: #fff;
    border-bottom: 1px dotted #fff;
    padding-bottom: 4px;
    font-size: 20px;
}
.accordion-button:not(.collapsed){
    color: var(--theme-color) !important;
    border: none !important;
    box-shadow: none;
}
.menu-items-list h3 {
    color: var(--title-color);
    margin: 20px 0px;
    font-size: 25px;
    background-color: var(--theme-color);
    padding: 8px;
    border-radius: 5px;
}
.accordion-button:focus{
    border: none !important;
}
.menu-short-items{
    display: block !important;
    margin: 5px 0px;
}
.menu-short-items h4{
    margin-bottom: 0px;
}
.menu-short-items p{
    margin-bottom: 5px;
    color: var(--theme-color);
    font-size: 15px;
}
.menu-header-background{
    background-image: url(../img/about-us/about-img-1.jpg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}
.back-image{
    padding: 100px;
    text-align: center;
    font-size: 36px;
    background-color: #000000e8;
}
.menu-list-box{
    background-color: #ffffff !important;
    color: #141e21;
    padding: 10px 10px;
    font-size: 20px;
    border-radius: 10px !important;
    margin-bottom: 2px;
}
.restaurant-menu {
    margin-bottom: 3px;
    border-radius: 7px !important;
}
/* end menu */

/* contact */ 
.contact-page{
    background-image: url(../img/about-us/about-img-1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.contact-background{
    padding: 50px 0px;
    background: #232b2d69;
}
.contact-title {
    font-size: 36px;
    color: var(--theme-color);
}
.form-input {
    display: block;
    width: 100%;
    padding: 8px;
    margin: 10px 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color:#000;
    background-color: #fff;
    border-radius: 5px;
    border: none;
}

.form-box button{
    margin-top: 20px;
}
/* end contact */


/* catering */
.Catering-box{
    padding: 50px 0px;
    background: #232b2d69;
}
.menu-catering-heading span{
    color: #fff ;
}
.menu-prices{
    background-color: #000;
    padding: 0px;
}
.menu-catering-heading {
    width: 100%;
}
.menu-catering-heading span {
    float: right;
    margin: 8px 29px;
    font-size: 15px;
}
.services-list{
    color: #000;
    font-size: 15px;
    padding: 0px 5px 2px 10px;
    margin-bottom: 5px;
}

/* end catering */

.list-items ul{
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    padding: 0px;
    margin: 0px;
}
.list-items ul li{
    color: #fff;
    font-size: 15px;
    text-align: center;
}
.list-items span{
    color: #CA9C5E;
}
.list-items p{
    font-size: 14px;
    padding: 0px;
    margin: 0px;
}
.center_line_menu{
    text-align: center;
    display: inline !important;
}
.center_line_menu p {
    font-size: 19px;
    margin-bottom: 0px;
    color: #f3d19f;
}
.main__topic{
    text-align: center;
    font-size: 26px;
    margin-bottom: 0px;
}
.Combination_plate p{
    font-size: 18px;
    text-align: center;
    color: #d9ac72;
    margin-bottom: 0px;
}
.Combination_plate {
    display: inline-block !important;
}
.lunch__catring{
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
    color: #000;
}
.lunch__catring p{
    color: #000;
    font-size: 22px;
    font-family: var(--title-font);
    padding: 0px 10px;
}
.spice-img{
    width: 20px;
    height: auto;
    margin-right: 10px;
}
.spice_heading {
    font-size: 22px;
    color: #000000;
    text-align: center;
    margin-bottom: 40px;
    background: beige;
    padding: 14px;
    border-radius: 5px;
}
.spice_heading i{
    font-size: 14px;
    color: #d9ac72;
    margin: 0px 20px 0px 0px;
}