:root {
    --primary-color: #c8a97e;
    --primary-color: #c8a97e;
    --secondary-color: #86a64e;
    --page-color: #c8a97e;
    --font-1: 'Inter', sans-serif;
    --font-2: 'Inter', sans-serif;
    --font-3: 'Philosopher', sans-serif;
    --font-scale: 1.618;
    --font-scale-roboto: 1.75;
    --clr-gold: #C5A059;
    --gap: 110px 0px;
}

[data-theme="dark"] {
    --clr-bg: #1A120B;
    --clr-text: #F8F5E9;
    --clr-text-muted: rgba(248, 245, 233, 0.8);
    --clr-brand: #628B48;
    --clr-brand-alt: #C97284;
    --clr-glass: rgba(0, 0, 0, 0.4);
    --clr-glass-solid: rgba(30, 20, 15, 0.8);
    --clr-glass-border: rgba(255, 255, 255, 0.1);
    --clr-nav-scroll: rgba(26, 18, 11, 0.9);
}

body {
    font-family: var(--font-1);
    background: #1A120B;
    font-size: 17px;
    line-height: 2;
    font-weight: 400;
    color: #666;
}

.text-primary {
    color: var(--primary-color) !important;
}

.text-secondary {
    color: var(--primary-color) !important;
}

.f1 {
    font-family: var(--font-1);
}

.f2 {
    font-family: var(--font-2);
}

.f3 {
    font-family: var(--font-2);
}

.fw-300 {
    font-weight: 300 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

h1.main-title, h2.main-title, h3.main-title, h4.main-title, h5.main-title {
    font-family: 'Roboto', sans-serif;
}

.heading-h1 {
    font-family: 'Roboto', sans-serif;
    margin-top: 0;
    font-size: 3.052rem;
    line-height: calc(3.052rem * var(--font-scale-roboto));
}

.heading-h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 2.441rem;
    line-height: calc(2.441rem * var(--font-scale-roboto));
}

.heading-h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.953rem;
    line-height: calc(1.953rem * var(--font-scale-roboto));
}

.heading-h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.563rem;
    line-height: calc(1.563rem * var(--font-scale-roboto));
}

.heading-h6 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.25rem;
    line-height: calc(1.25rem * var(--font-scale-roboto));
}

.small-text, .text_small {
    font-family: 'Roboto', sans-serif;
    font-size: 0.8rem;
    line-height: calc(0.8rem * var(--font-scale-roboto));
}

a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    color: var(--page-color)
}

a, a:hover, a:focus {
    text-decoration: none;
    color: var(--page-color);
    outline: none !important
}

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
    line-height: 1.5;
    color: #333;
    font-weight: 400
}

.top {
    background: transparent !important;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    z-index: 3;
    background: rgba(255, 255, 255, .05) !important;
    color: rgb(255 255 255);
    font-size: 14px
}

.header__link {
}

.header__link-icon {
    color: var(--secondary-color);
    line-height: calc(15px * var(--font-scale));
    font-size: 15px;
    vertical-align: top;
}

.header__link-text {
    line-height: calc(15px * var(--font-scale));
    font-size: 15px;
    font-family: var(--font-2);
    font-weight: 500;
    color: #e1e1e1;
}

@media (max-width: 991.98px) {
    .top {
        display: none
    }
}

.odic-navbar-light {
    background: transparent !important;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    z-index: 3;
    padding: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.5s ease;
}

.odic-navbar-light.header-fix {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #181818e8 !important;
    animation: smoothScroll 1s forwards;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(0px);
    }
}

.nav-logo {
    -webkit-transition: all 0.2s linear ;
    -moz-transition: all 0.2s linear ;
    -ms-transition: all 0.2s linear ;
    -o-transition: all 0.2s linear ;
    transition: all 0.2s linear ;
}

@media (min-width: 1025px) {
    .header-fix .nav-logo {
        width: 30% !important;
    }
}

@media (min-width: 992px) {
    .odic-navbar-light {
        /* border-bottom: 1px solid rgba(255, 255, 255, .1); */ border-bottom: 1px solid rgba(255, 255, 255, 0);
        padding-bottom: 10px
    }
}

@media (max-width: 991.98px) {
    .odic-navbar-light {
        /* background: #100e0d !important; */ /* position: relative; */ top: 0;
        padding: 5px 0px;
    }
}

.odic-navbar-light .navbar-brand {
    color: #fff
}

.odic-navbar-light .navbar-brand:hover, .odic-navbar-light .navbar-brand:focus {
    color: #fff
}

@media (max-width: 991.98px) {
    .odic-navbar-light .navbar-brand {
        color: #fff
    }

    .odic-navbar-light .navbar-nav {
        padding-bottom: 10px
    }
}

.odic-navbar-light .navbar-nav>.nav-item>.nav-link {
    font-size: 14px;
    padding-top: .8rem;
    padding-bottom: .8rem;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    opacity: 1 !important;
    font-weight: 600;
    letter-spacing: 0.22px;
}

.odic-navbar-light .navbar-nav>.nav-item>.nav-link:hover {
    color: #fff
}

@media (max-width: 991.98px) {
    .odic-navbar-light .navbar-nav>.nav-item>.nav-link {
        padding-left: 0;
        padding-right: 0;
        padding-top: .9rem;
        padding-bottom: .9rem;
        color: rgba(255, 255, 255, .7)
    }

    .odic-navbar-light .navbar-nav>.nav-item>.nav-link:hover {
        color: #fff
    }
}

.odic-navbar-light .navbar-nav>.nav-item .dropdown-menu {
    border: none;
    background: #fff;
    -webkit-box-shadow: 0 10px 34px -20px rgba(0, 0, 0, .41);
    -moz-box-shadow: 0 10px 34px -20px rgba(0, 0, 0, .41);
    box-shadow: 0 10px 34px -20px rgba(0, 0, 0, .41)
}

.odic-navbar-light .navbar-nav>.nav-item .dropdown-menu .dropdown-item {
    font-size: 14px
}

.odic-navbar-light .navbar-nav>.nav-item .dropdown-menu .dropdown-item:hover, .odic-navbar-light .navbar-nav>.nav-item .dropdown-menu .dropdown-item:focus {
    background: transparent;
    color: #000
}

.odic-navbar-light .navbar-nav>.nav-item.cta>a {
    background: var(--page-color);
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px
}

@media (max-width: 991.98px) {
    .odic-navbar-light .navbar-nav>.nav-item.cta>a {
        padding-left: 15px;
        padding-right: 15px
    }

    .odic-navbar-light .navbar-nav>.nav-item.cta>a {
        color: #fff;
        background: var(--page-color)
    }
}

.odic-navbar-light .navbar-nav>.nav-item.active>a, .odic-navbar-light .navbar-nav>.nav-item a:hover {
    color: var(--page-color) !important
}

@media (max-width: 991.98px) {
    .odic-navbar-light .navbar-nav>.nav-item.active>a {
        color: #fff
    }
}

.odic-navbar-light .navbar-toggler {
    border: none;
    color: rgb(197 177 134) !important;
    cursor: pointer;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .1em
}

.odic-navbar-light .navbar-toggler:focus {
    box-shadow: none;
    outline: none !important
}

.odic-navbar-light.scrolled {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    margin-top: -130px;
    background: #fff !important;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1)
}

@media (min-width: 992px) {
    .odic-navbar-light.scrolled {
        border-bottom: none;
        padding-bottom: 0
    }
}

.odic-navbar-light.scrolled .nav-item.active>a {
    color: var(--page-color) !important
}

.odic-navbar-light.scrolled .nav-item.cta>a {
    color: #fff !important;
    background: var(--page-color);
    border: none !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
}

.odic-navbar-light.scrolled .nav-item.cta>a span {
    display: inline-block;
    color: #fff !important
}

@media (max-width: 991.98px) {
    .odic-navbar-light.scrolled .navbar-nav {
        background: none;
        border-radius: 0;
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

@media (max-width: 767.98px) {
    .odic-navbar-light.scrolled .navbar-nav {
        background: none;
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

.odic-navbar-light.scrolled .navbar-toggler {
    border: none;
    color: rgba(0, 0, 0, .5) !important;
    border-color: rgba(0, 0, 0, .5) !important;
    cursor: pointer;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .1em
}

.odic-navbar-light.scrolled .nav-link {
    padding-top: .7rem !important;
    padding-bottom: .7rem !important;
    color: #000 !important
}

.odic-navbar-light.scrolled .nav-link.active {
    color: var(--page-color) !important
}

.odic-navbar-light.scrolled.awake {
    margin-top: 0;
    -webkit-transition: .3s all ease-out;
    -o-transition: .3s all ease-out;
    transition: .3s all ease-out
}

.odic-navbar-light.scrolled.sleep {
    -webkit-transition: .3s all ease-out;
    -o-transition: .3s all ease-out;
    transition: .3s all ease-out
}

.odic-navbar-light.scrolled .navbar-brand {
    color: #000
}

.navbar-brand {
    font-weight: 900;
    font-size: 20px
}

.hero-wrap {
    width: 100%;
    height: 100%;
    position: inherit;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
    --h: 450px;
}

.heroslider__item img {
    min-height: var(--min-h);
    height: 100vh
}

.heroslider__container {
    background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.7) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: 1;
    background: #00000075;
    z-index: 0;
}

.hero-wrap.hero-wrap-2 {
    height: var(--h);
}

.hero-wrap.hero-wrap-2 .slider-text {
    height: var(--h);
    position: relative;
    z-index: 2;
}

.hero-wrap.hero-wrap-2 .slider-text .bread {
    font-weight: 400;
    color: var(--page-color);
    font-size: clamp(25px,5vw,60px);
    font-family: var(--font-3);
}

.hero-wrap.hero-wrap-2 .slider-text .breadcrumbs {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px
}

.hero-wrap.hero-wrap-2 .slider-text .breadcrumbs span {
    color: #fff;
    border-bottom: 2px solid rgba(255, 255, 255, .1)
}

.hero-wrap.hero-wrap-2 .slider-text .breadcrumbs span a {
    color: #fff
}

.owl-carousel {
    position: relative
}

.owl-carousel .owl-item {
    opacity: .4
}

.owl-carousel .owl-item.active {
    opacity: 1
}

.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -10px;
    color: var(--page-color) !important;
    -moz-transition: all .7s ease;
    -o-transition: all .7s ease;
    -webkit-transition: all .7s ease;
    -ms-transition: all .7s ease;
    transition: all .7s ease;
    opacity: 0
}

.owl-carousel .owl-nav .owl-prev span:before, .owl-carousel .owl-nav .owl-next span:before {
    font-size: 30px
}

.owl-carousel .owl-nav .owl-prev {
    left: 0
}

.owl-carousel .owl-nav .owl-next {
    right: 0
}

.owl-carousel:hover .owl-nav .owl-prev, .owl-carousel:hover .owl-nav .owl-next {
    opacity: 1
}

.owl-carousel:hover .owl-nav .owl-prev {
    left: -25px
}

.owl-carousel:hover .owl-nav .owl-next {
    right: -25px
}

.owl-carousel.home-slider {
    position: relative;
    /* height: 750px; */
    z-index: 0;
    --min-h: 600px;
    min-height: var(--min-h);
}

.owl-carousel.home-slider .slider-item {
    position: relative;
    z-index: 0
}

@media (max-width: 1199.98px) {
    .owl-carousel.home-slider .slider-item {
        background-position: center center !important
    }
}

.owl-carousel.home-slider .slider-item .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    /* background: #000000bf; */
    opacity: 0.71;
    z-index: 0;
    background: radial-gradient(circle, rgba(0, 0, 0, 0) 40%, rgba(10, 10, 10, 0.9) 100%);
}

.owl-carousel.home-slider .slider-item .slider-text {
    color: #fff;
    text-align: right
}

@media (max-width: 767.98px) {
    .owl-carousel.home-slider .slider-item .slider-text {
        text-align: center
    }
}

.owl-carousel.home-slider .slider-item .slider-text .subheading {
    font-size: clamp(20px,6vw,80px);
    color: var(--page-color);
    font-weight: normal;
    font-family: "Great Vibes", cursive;
    margin-bottom: 0;
    line-height: 1
}

.owl-carousel.home-slider .slider-item .slider-text h1 {
    font-size: 60px;
    color: #fff;
    line-height: 1.5;
    font-weight: normal;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: var(--font-3);
}

@media (max-width: 991.98px) {
    .owl-carousel.home-slider .slider-item .slider-text h1 {
        font-size: 30px
    }
}

.owl-carousel.home-slider .slider-item .slider-text p {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 300;
    color: #fff
}

.owl-carousel.home-slider .slider-item .slider-text p strong {
    font-weight: 700
}

.owl-carousel.home-slider .slider-item .slider-text p strong a {
    color: #fff
}

.owl-carousel.home-slider .slider-item .slider-text .breadcrumbs {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px
}

.owl-carousel.home-slider .slider-item .slider-text .breadcrumbs span {
    border-bottom: 2px solid rgba(255, 255, 255, .1)
}

.owl-carousel.home-slider .slider-item .slider-text .breadcrumbs span a {
    color: #fff
}

.owl-carousel.home-slider .owl-nav .owl-prev span, .owl-carousel.home-slider .owl-nav .owl-next span {
    color: #fff
}

.owl-carousel.home-slider:hover .owl-nav .owl-prev, .owl-carousel.home-slider:hover .owl-nav .owl-next {
    opacity: 1
}

.owl-carousel.home-slider:hover .owl-nav .owl-prev {
    left: 20px
}

.owl-carousel.home-slider:hover .owl-nav .owl-next {
    right: 20px
}

.owl-carousel.home-slider .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    width: 100%;
    text-align: center
}

@media (max-width: 767.98px) {
    .owl-carousel.home-slider .owl-dots {
        bottom: 5px
    }
}

.owl-carousel.home-slider .owl-dots .owl-dot {
    width: 18px !important;
    height: 18px !important;
    margin: 5px;
    border-radius: 50%;
    background: #e6e6e6;
    background: none;
    border: 2px solid rgba(255, 255, 255, .5);
    outline: none !important;
    position: relative;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    display: inline-block
}

.owl-carousel.home-slider .owl-dots .owl-dot span {
    position: absolute;
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, .5);
    border-radius: 50% !important;
    left: 50%;
    top: 50%;
    display: block;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.owl-carousel.home-slider .owl-dots .owl-dot.active {
    border: 2px solid #fff
}

.owl-carousel.home-slider .owl-dots .owl-dot.active span {
    background: #fff
}

.bg-light {
    background: #fafafa !important
}

.btn {
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 24px 48px -12px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 24px 48px -12px rgba(0, 0, 0, .1);
    box-shadow: 0 24px 48px -12px rgba(0, 0, 0, .1)
}

.btn:hover, .btn:active, .btn:focus {
    outline: none
}

.btn.btn-primary {
    background: var(--page-color);
    border: 1px solid var(--page-color);
    color: #fff
}

.btn.btn-primary:not(.hover-dark):hover {
    border: 1px solid var(--page-color);
    background: transparent;
    color: var(--page-color)
}

.btn-primary.hover-dark:hover {
    border: 1px solid #3c3b3b;
    background: #3c3b3b;
    color: #fff
}

.btn.btn-primary:disabled {
    background: #d0ae90;
    border: 1px solid #d0ae90;
    color: #fff;
    cursor: not-allowed;
    pointer-events: all;
}

.featured {
    padding-top: 30px;
    width: 100%
}

@media (min-width: 992px) {
    .featured {
        margin-top: -230px;
        border-top: 1px solid rgba(255, 255, 255, .1)
    }
}

.featured .featured-menus {
    width: 100%;
    margin-bottom: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}

.featured .featured-menus .text {
    width: 100%
}

.featured .featured-menus .text h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0
}

@media (min-width: 992px) {
    .featured .featured-menus .text h3 {
        color: #fff
    }
}

.featured .featured-menus .text p {
    font-size: 14px;
    margin-bottom: 0
}

@media (min-width: 992px) {
    .featured .featured-menus .text p {
        color: rgba(255, 255, 255, .8)
    }
}

.featured .featured-menus .menu-img {
    width: 90px;
    height: 90px;
    margin: 0 auto;
    margin-bottom: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

.odic-wrap-about {
    /* background-position: bottom center !important; */
    background: #111111;
}

.odic-wrap-about .heading-section .title-main {
    font-family: var(--font-3);
    font-weight: 300;
    color: var(--page-color);
    font-size: clamp(25px,6vw,63px);
    margin-bottom: 10px;
}

.odic-wrap-about .img {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    border: 8px solid #fed58226;
}

@media (min-width: 992px) {
    .odic-wrap-about .img-1 {
        margin-top: -30px;
    }

    .odic-wrap-about .img-2 {
    }
}

@media (max-width: 767.98px) {
    .img-2 {
        height: 700px
    }
}

.video {
    width: 100%;
    position: relative
}

.wrap-about {
    position: relative
}

.wrap-about .label {
    display: inline-block;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    color: #c5a059;
    margin-bottom: 1.5rem;
}

.wrap-about .time span {
    display: block
}

.wrap-about .time span a {
    font-size: 40px;
    font-weight: 700
}

@media (max-width: 767.98px) {
    .wrap-about .time span a {
        font-size: 30px
    }
}

.services {
    width: 100%;
    display: block;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px
}

.services .icon {
    line-height: 1.3;
    position: relative;
    margin: 0 auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

.services .icon span {
    font-size: 54px;
    color: var(--page-color)
}

.services .media-body h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #000
}

.odic-search {
    position: relative;
    width: 100%;
    display: block
}

.odic-search .nav-link-wrap {
    width: 100%;
    margin-bottom: 30px
}

.odic-search .nav-pills {
    width: 100%;
    display: block
}

.odic-search .nav-pills p {
    margin-bottom: 0
}

.odic-search .nav-pills .nav-link {
    padding: 15px 10px !important;
    border-radius: 0;
    margin-bottom: 0;
    color: #5a5858;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    display: inline-block;
    border: 1px solid transparent;
    background: #edc69047;
    /* width: 16.6%; */
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    font-family: var(--font-2);
}

@media screen and (min-width: 991px) {
    .odic-search .nav-pills .nav-link {
        /* width: 16.6%; */ -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
}

.odic-search .nav-pills .nav-link:after {
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    width: 0;
    content: '';
    height: 0;
    margin: 0 auto;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: var(--page-color) transparent transparent transparent;
    opacity: 0
}

.odic-search .nav-pills .nav-link:hover {
    background: #c09d6c;
    color: #fff
}

.odic-search .nav-pills .nav-link.active {
    color: #fff;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    border: 1px solid transparent;
    background: var(--page-color)
}

.odic-search .nav-pills .nav-link.active:after {
    opacity: 1
}

@media (max-width: 767.98px) {
    .odic-search .nav-pills .nav-link.active:after {
        opacity: 0
    }

    .odic-search .nav-pills .nav-link {
        width: 100%;
        background: #f6f1e9;
        margin-bottom: 4px
    }
}

.odic-search .tab-content {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    margin-top: 15px
}

.odic-social {
    padding: 0
}

.odic-social li {
    list-style: none;
    margin-right: 10px
}

.section-makereservation {
    padding: 6em 0;
    position: relative;
}

.makereservation-wrap {
    background: #fff5e9f0;
    border-radius: 20px;
    padding: 1.5rem 1.4rem;
}

.makereservation__title {
    color: #5d5955;
    font-weight: 500;
    text-transform: uppercase;
}

.makereservation__label {
    font-family: var(--font-2);
    font-size: 14px;
    font-weight: 500;
    color: #2b2a2a;
}

.reservation__form-elm {
    --c: #c8a881;
    width: 100%;
    padding: 0.5rem 1rem;
    font-family: var(--font-2);
    height: 54px;
    font-size: 15px;
    outline: none;
    border: 1px solid #ddc8ae;
    border-radius: 7px;
    background-color: #fffaf6;
    transition: all 0.2s ease
}

.reservation__form-elm:hover, .reservation__form-elm:focus {
    border-color: #a56110
}

.makereservation .form-group label {
    font-weight: 600;
    color: #000;
    color: var(--page-color);
    font-weight: 500;
    text-transform: uppercase;
}

.makereservation .form-group .icon {
    position: absolute;
    top: 50% !important;
    right: 20px;
    font-size: 14px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: rgba(0, 0, 0, .7)
}

.error-input {
    border-color: #f00 !important;
    outline: 0;
    box-shadow: none;
}

@media (min-width: 992px) {
    .makereservation-wrap {
        padding: 2.5rem 4rem;
    }
}

@media (max-width: 767.98px) {
    .makereservation .form-group .icon {
        right: 10px
    }
}

.makereservation .form-group .select-wrap {
    position: relative
}

.makereservation .form-group .select-wrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

@media (max-width: 767.98px) {
    .makereservation .form-group .btn-primary {
        width: 100%;
        display: block
    }
}

.block-20 {
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 300px;
    position: relative;
    display: block
}

.blog-entry {
    background: #fff
}

@media (min-width: 768px) {
    .blog-entry {
        margin-bottom: 30px
    }
}

@media (max-width: 767.98px) {
    .blog-entry {
        margin-bottom: 30px
    }
}

.blog-entry .text {
    position: relative;
    border-top: 0;
    border-radius: 2px
}

.blog-entry .text .heading {
    font-size: 20px;
    margin-bottom: 16px;
    font-weight: 600
}

.blog-entry .text .heading a {
    color: #000
}

.blog-entry .text .meta-chat {
    color: rgba(0, 0, 0, .3)
}

.blog-entry .text .read {
    color: #000;
    font-size: 14px
}

.blog-entry .meta>div {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 14px
}

.blog-entry .meta>div a {
    color: rgba(0, 0, 0, .3);
    font-size: 15px
}

.blog-entry .meta>div a:hover {
    color: #ccc
}

.block-27 ul {
    padding: 0;
    margin: 0
}

.block-27 ul li {
    display: inline-block;
    margin-bottom: 4px;
    font-weight: 400
}

.block-27 ul li a, .block-27 ul li span {
    border: 1px solid var(--page-color);
    text-align: center;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    background: #fff
}

.block-27 ul li.active a, .block-27 ul li.active span {
    background: var(--page-color);
    color: #fff;
    border: 1px solid transparent
}

.form-control {
    height: 52px !important;
    background: #fff !important;
    color: #000 !important;
    font-size: 15px;
    border-radius: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 1.6rem 1rem;
    font-family: var(--font-2);
}

.form-control:focus, .form-control:active {
    border-color: #000
}

textarea.form-control {
    height: inherit !important
}

.about-author .desc h3 {
    font-size: 24px
}

.odic-section {
    padding: var(--gap);
    position: relative
}

.odic-no-pt {
    padding-top: 0
}

.odic-no-pb {
    padding-bottom: 0
}

.odic-bg-dark {
    background: #3c312e
}

.odic-footer {
    font-size: 14px;
    background: #141313;
    padding: 5em 0 1rem
}

.odic-footer .odic-footer-widget h2 {
    font-weight: normal;
    color: #fff;
    margin-bottom: 40px;
    font-size: 18px;
    font-weight: 700
}

.odic-footer .odic-footer-widget ul li a span {
    color: #fff
}

.odic-footer .odic-footer-widget .open-hours li span {
    width: 100%;
    color: rgba(255, 255, 255, .7)
}

.odic-footer .odic-footer-widget .thumb a.thumb-menu {
    width: 100%;
    height: 100px;
    display: block
}

.odic-footer .odic-footer-widget .btn-primary {
    background: #fff !important;
    border: 2px solid #fff !important
}

.odic-footer .odic-footer-widget .btn-primary:hover {
    background: #fff;
    border: 2px solid #fff !important
}

.odic-footer p {
    color: rgba(255, 255, 255, .7)
}

.odic-footer a {
    color: rgba(255, 255, 255, .7)
}

.odic-footer a:hover {
    color: #fff
}

.odic-footer .odic-heading-2 {
    font-size: 17px;
    font-weight: 700;
    color: #000
}

.odic-footer .categories li {
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.odic-footer .categories li a span {
    color: rgba(255, 255, 255, .5) !important
}

.odic-footer .subscribe-form .form-group {
    position: relative;
    margin-bottom: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
}

.odic-footer .subscribe-form .form-group input {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    width: 100%;
    background: rgba(255, 255, 255, .1) !important;
    border: none;
    color: rgba(255, 255, 255, .7) !important;
    font-size: 16px
}

.odic-footer .subscribe-form .form-group input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .7) !important
}

.odic-footer .subscribe-form .form-group input::-moz-placeholder {
    color: rgba(255, 255, 255, .7) !important
}

.odic-footer .subscribe-form .form-group input:-ms-input-placeholder {
    color: rgba(255, 255, 255, .7) !important
}

.odic-footer .subscribe-form .form-group input:-moz-placeholder {
    color: rgba(255, 255, 255, .7) !important
}

.odic-footer .subscribe-form .form-group .submit {
    color: #fff !important;
    font-size: 16px;
    background: var(--page-color) !important;
    border: none !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px
}

.odic-footer .subscribe-form .form-group .submit:hover {
    cursor: pointer
}

.odic-footer .subscribe-form .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: rgba(255, 255, 255, .8)
}

.odic-footer-social li {
    list-style: none;
    margin: 0 10px 0 0;
    display: inline-block
}

.odic-footer-social li a {
    height: 40px;
    width: 40px;
    display: block;
    float: left;
    background: rgba(255, 255, 255, .05);
    border-radius: 50%;
    position: relative
}

.odic-footer-social li a span {
    position: absolute;
    font-size: 20px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.odic-footer-social li a:hover {
    color: #fff
}

.odic-footer-social li a span {
    -webkit-transition: all 0.2s ease ;
    -moz-transition: all 0.2s ease ;
    -ms-transition: all 0.2s ease ;
    -o-transition: all 0.2s ease ;
    transition: all 0.2s ease ;
}

.odic-footer-social li a:hover span {
    color: var(--secondary-color) !important;
}

#map {
    width: 100%
}

@media (max-width: 767.98px) {
    #map {
        height: 300px
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(200, 169, 126, 0.4);
        -webkit-box-shadow: 0 0 0 0 rgba(200, 169, 126, 0.4);
        box-shadow: 0 0 0 0 rgba(200, 169, 126, 0.4);
    }

    70% {
        -moz-box-shadow: 0 0 0 30px rgba(200, 169, 126, 0);
        -webkit-box-shadow: 0 0 0 30px rgba(200, 169, 126, 0);
        box-shadow: 0 0 0 30px rgba(200, 169, 126, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(200, 169, 126, 0);
        -webkit-box-shadow: 0 0 0 0 rgba(200, 169, 126, 0);
        box-shadow: 0 0 0 0 rgba(200, 169, 126, 0);
    }
}

.heading-section {
    position: relative
}

.heading-section .subheading {
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    font-weight: normal;
    font-size: 100px;
    display: block;
    margin-bottom: 0;
    color: rgb(255 255 255 / 91%);
    /* color: var(--page-color); */
    line-height: 1;
    font-family: var(--font-3);
    margin-top: 0;
    z-index: -1;
    opacity: 0.2;
}

@media (max-width: 767.98px) {
    .heading-section .subheading {
        font-size: 90px;
        top: -40px
    }
}

.heading-section h2 {
    font-size: 50px;
    font-weight: 900;
    line-height: 1.2;
    font-family: var(--font-3);
    color: var(--page-color);
}

@media (max-width: 767.98px) {
    .heading-section h2 {
        font-size: 40px
    }
}

.img, .blog-img, .user-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.testimony-section {
    position: relative;
    background-position: top center;
    z-index: 0
}

.testimony-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .8;
    /* background: #fff; */
    z-index: -1
}

.testimony-section .owl-carousel {
    margin: 0
}

.testimony-section .owl-carousel .owl-stage-outer {
    position: relative
}

.testimony-section .owl-nav {
    position: absolute;
    top: 100%;
    width: 100%
}

.testimony-section .owl-nav .owl-prev, .testimony-section .owl-nav .owl-next {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -10px;
    outline: none !important;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0
}

.testimony-section .owl-nav .owl-prev span:before, .testimony-section .owl-nav .owl-next span:before {
    font-size: 30px;
    color: rgba(0, 0, 0, .2);
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}

.testimony-section .owl-nav .owl-prev:hover span:before, .testimony-section .owl-nav .owl-prev:focus span:before, .testimony-section .owl-nav .owl-next:hover span:before, .testimony-section .owl-nav .owl-next:focus span:before {
    color: #000
}

.testimony-section .owl-nav .owl-prev {
    left: 50%;
    margin-left: -80px
}

.testimony-section .owl-nav .owl-next {
    right: 50%;
    margin-right: -80px
}

.testimony-section:hover .owl-nav .owl-prev, .testimony-section:hover .owl-nav .owl-next {
    opacity: 1
}

.testimony-section:hover .owl-nav .owl-prev {
    left: 50%;
    margin-left: -80px
}

.testimony-section:hover .owl-nav .owl-next {
    right: 50%;
    margin-right: -80px
}

.testimony-section .owl-dots {
    text-align: center
}

.testimony-section .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .2)
}

.testimony-section .owl-dots .owl-dot.active {
    background: var(--page-color)
}

.testimony-wrap {
    display: block;
    position: relative
}

.testimony-wrap .user-img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
    background-position: top center
}

.testimony-wrap .user-img .quote {
    position: absolute;
    bottom: -10px;
    right: 0;
    width: 40px;
    height: 40px;
    background: var(--page-color);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

.testimony-wrap .user-img .quote i {
    color: #fff
}

.testimony-wrap .name {
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 0;
    color: #000
}

.testimony-wrap .position {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600
}

.image-popup {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0
}

#section-counter {
    position: relative;
    z-index: -1
}

#section-counter:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    z-index: -1;
    opacity: 0;
    background: #000
}

.odic-counter {
    padding-bottom: 5em
}

@media (max-width: 1199.98px) {
    .odic-counter {
        background-position: center center !important
    }
}

.odic-counter .block-18 {
    display: block;
    width: 100%
}

@media (max-width: 767.98px) {
    .odic-counter .block-18 {
        text-align: center
    }
}

.odic-counter .text strong.number {
    font-weight: 600;
    font-size: 44px;
    color: var(--page-color);
    display: block;
    line-height: 1
}

.odic-counter .text span {
    display: block;
    font-size: 14px;
    text-transform: uppercase
}

@media (max-width: 767.98px) {
    .odic-counter .counter-wrap {
        margin-bottom: 20px
    }
}

.contact-section .contact-info p {
    color: #919090;
    line-height: 24px;
    font-size: 15px;
    font-family: var(--font-2);
    font-weight: 500;
}

.contact-section .contact-info p a {
    color: var(--page-color)
}

.contact-section .dbox {
    text-align: center;
    width: 100%
}

.contact-section {
}

.contact-section i {
    font-size: 35px;
    color: var(--primary-color);
    opacity: 0.7;
}

.contact-section p {
    margin-top: 15px;
}

.contact-section a {
    display: block;
    margin-top: 15px;
}

.contact-section a span {
    color: #141313;
}

.block-21 .blog-img {
    display: block;
    height: 80px;
    width: 80px
}

.block-21 .text {
    width: calc(100% - 100px)
}

.block-21 .text .heading {
    font-size: 18px;
    font-weight: 300
}

.block-21 .text .heading a {
    color: #000
}

.block-21 .text .heading a:hover, .block-21 .text .heading a:active, .block-21 .text .heading a:focus {
    color: var(--page-color)
}

.block-21 .text .meta>div {
    display: inline-block;
    font-size: 12px;
    margin-right: 5px
}

.block-21 .text .meta>div a {
    color: gray
}

.tagcloud a {
    text-transform: uppercase;
    display: inline-block;
    padding: 4px 10px;
    margin-bottom: 7px;
    margin-right: 4px;
    border-radius: 4px;
    color: #000;
    border: 1px solid #ccc;
    font-size: 11px
}

.tagcloud a:hover {
    border: 1px solid #000
}

.comment-form-wrap {
    clear: both
}

.comment-list {
    padding: 0;
    margin: 0
}

.comment-list .children {
    padding: 50px 0 0 40px;
    margin: 0;
    float: left;
    width: 100%
}

.comment-list li {
    padding: 0;
    margin: 0 0 30px 0;
    float: left;
    width: 100%;
    clear: both;
    list-style: none
}

.comment-list li .vcard {
    width: 80px;
    float: left
}

.comment-list li .vcard img {
    width: 50px;
    border-radius: 50%
}

.comment-list li .comment-body {
    float: right;
    width: calc(100% - 80px)
}

.comment-list li .comment-body h3 {
    font-size: 18px;
    font-weight: 500
}

.comment-list li .comment-body .meta {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .1em;
    color: #ccc
}

.comment-list li .comment-body .reply {
    padding: 5px 10px;
    background: #e6e6e6;
    color: #000;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: .1em;
    font-weight: 400;
    border-radius: 4px
}

.comment-list li .comment-body .reply:hover {
    color: #fff;
    background: #000
}

.search-form {
    background: #fafafa;
    padding: 10px
}

.search-form .form-group {
    position: relative;
    margin-bottom: 0
}

.search-form .form-group input {
    padding-right: 50px;
    font-size: 14px
}

.search-form .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.subscribe-form .form-group {
    position: relative;
    margin-bottom: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
}

.subscribe-form .form-group input {
    background: transparent !important;
    border: 1px solid transparent;
    color: rgba(255, 255, 255, .7) !important;
    font-size: 16px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
}

.subscribe-form .form-group input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .7) !important
}

.subscribe-form .form-group input::-moz-placeholder {
    color: rgba(255, 255, 255, .7) !important
}

.subscribe-form .form-group input:-ms-input-placeholder {
    color: rgba(255, 255, 255, .7) !important
}

.subscribe-form .form-group input:-moz-placeholder {
    color: rgba(255, 255, 255, .7) !important
}

.subscribe-form .form-group .form-control {
    border: 1px solid rgba(255, 255, 255, .4)
}

.subscribe-form .form-group .submit {
    color: #000 !important;
    display: block;
    width: 100%;
    height: 52px;
    font-size: 16px;
    background: #fff !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
}

.subscribe-form .form-group .submit:hover {
    cursor: pointer
}

.subscribe-form .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: rgba(255, 255, 255, .8)
}

@media (max-width: 991.98px) {
    .sidebar {
        margin-top: 5em
    }
}

.sidebar-box {
    margin-bottom: 30px;
    padding: 0 25px 25px;
    font-size: 15px;
    width: 100%
}

.sidebar-box h3 {
    font-size: 18px;
    margin-bottom: 20px
}

.categories {
    padding: 0
}

.categories li {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    list-style: none
}

.categories li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0
}

.categories li a {
    display: block;
    color: #000
}

.categories li a span {
    position: absolute;
    right: 0;
    top: 0;
    color: var(--page-color)
}

.categories li.active a {
    color: #000;
    font-style: italic
}

.categories li:hover {
    border-bottom: 1px dashed #000
}

#odic-loader {
    position: fixed;
    width: 96px;
    height: 96px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, .9);
    -webkit-box-shadow: 0 24px 64px rgba(0, 0, 0, .24);
    box-shadow: 0 24px 64px rgba(0, 0, 0, .24);
    border-radius: 16px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
    -o-transition: opacity .2s ease-out, visibility 0s linear .2s;
    transition: opacity .2s ease-out, visibility 0s linear .2s;
    z-index: 1000
}

#odic-loader.fullscreen {
    padding: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background-color: #fff;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

#odic-loader.show {
    -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
    -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
    transition: opacity .4s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1
}

#odic-loader .circular {
    -webkit-animation: loader-rotate 2s linear infinite;
    animation: loader-rotate 2s linear infinite;
    position: absolute;
    left: calc(50% - 24px);
    top: calc(50% - 24px);
    display: block;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

#odic-loader .path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: loader-dash 1.5s ease-in-out infinite;
    animation: loader-dash 1.5s ease-in-out infinite;
    stroke-linecap: round
}

@keyframes loader-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -136px;
    }
}

.nav-logo {
    image-rendering: optimizeSpeed;
    /* Legal fallback                 */
    image-rendering: -moz-crisp-edges;
    /* Firefox                        */
    image-rendering: -o-crisp-edges;
    /* Opera                          */
    image-rendering: -webkit-optimize-contrast;
    /* Chrome (and eventually Safari) */
    image-rendering: crisp-edges;
    /* CSS3 Proposed                  */
    -ms-interpolation-mode: bicubic;
    /* IE8+                           */
    max-width: 150px;
}

@media (max-width: 425px) {
}

@media (max-width: 991px) {
    .nav-logo {
        width: 95px;
    }

    .header-fix .nav-logo {
        width: 65px;
    }
}

@media (max-width: 768px) {
}

@media (min-width: 992px) {
    .nav-logo {
        /* width: 50%; */
    }
}

@media (min-width: 1025px) {
    .nav-logo {
        /* width: 60%; */ max-width: 170px;
    }
}

/* menu */
.menus {
    width: 100%;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}

.menus .text {
    width: 50%;
    padding: 16px 20px 20px;
    /* border: 1px solid #e6e6e6 */
}

@media (max-width: 767.98px) {
    .menus .text {
        width: 100%
    }
}

.menus .text .one-half {
    width: calc(100%)
}

.menus .text .one-half h3 {
    font-family: var(--font-2);
    font-weight: 500 !important;
    font-size: 1.563rem;
    line-height: calc(1.563rem * var(--font-scale-roboto));
}

.menus .text > div {
    flex: 1 1 auto;
    height: 100%;
}

.menus .text .one-forth {
    width: 80px;
    text-align: right
}

.menus .text .one-forth .price {
    font-size: 20px;
    color: var(--page-color);
    font-weight: 600;
    line-height: 1.3;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}

.menus .text p {
    margin-bottom: 0;
    color: rgb(50 50 50 / 80%) !important;
    font-size: .855em !important;
    font-weight: 500;
    line-height: calc(0.855rem * var(--font-scale-roboto));
}

.menus .menu-img {
    width: 50%;
    width: 47%;
    -webkit-transition: all 300ms ease-in-out ;
    -moz-transition: all 300ms ease-in-out ;
    -ms-transition: all 300ms ease-in-out ;
    -o-transition: all 300ms ease-in-out ;
    transition: all 300ms ease-in-out ;
}

.gallery-area {
    background: #f9f9ff;
}

.single-gallery {
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 20px;
    border: 1px solid #e6e6e6;
    -webkit-transition: all 300ms ease ;
    -moz-transition: all 300ms ease ;
    -ms-transition: all 300ms ease ;
    -o-transition: all 300ms ease ;
    transition: all 300ms ease ;
}

.single-gallery:hover {
    border: 1px solid var(--primary-color);
}

.single-gallery img {
    width: 100%;
    filter: brightness(97%);
    cursor: pointer;
    transition: all 300ms ease-in-out;
}

.single-gallery:hover h5 {
    color: var(--primary-color);
}

.single-gallery h3 {
    color: var(--primary-color);
}

.single-gallery p {
    line-height: 25px;
    font-size: 14px;
    font-family: var(--font-2);
    color: #5e5e5e !important;
}

.single-gallery h5 {
    /* font-family: var(--font-2);
    font-size: 35px;
    font-weight: 700;
    color: #6c6b6b;
    transition: all 300ms ease-in-out; */
}

@media screen and (max-width: 767px) {
    /* .menus .menu-img {
        width: 100%;
        height: 250px
    } */
}

@media only screen and (max-width: 991px) {
    .menus .menu-img {
        height: 210px;
        width: 38%;
    }
}

@media only screen and (min-width: 992px) {
    .menus .menu-img {
        /* background-position: -24px 0px; */
    }

    .single-gallery:hover .menu-img.img {
        /* background-position: -20px 0px; */
    }
}

@media only screen and (max-width: 768px) {
    .menus .menu-img {
        width: 80%;
        height: 210px;
    }
}

@media only screen and (max-width: 576px) {
    .menus .menu-img {
        width: 100%;
        height: 210px;
    }
}

@media only screen and (min-width: 1200px) {
    .menus .menu-img {
        height: 210px;
    }
}

.form-group {
    margin-bottom: 1rem;
}

.col_menu_item {
    display: flex;
    display: -webkit-flex;
}

.single-gallery .prc {
    display: none;
}

.cp {
    cursor: pointer;
}

.float-whatsapp__wrap {
    position: fixed;
    right: 25px;
    bottom: 5%;
    z-index: 10;
    display: flex;
    align-items: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    --bg-whatsapp-icon: #62d474
}

.float-whatsapp__wrap:hover {
    --bg-whatsapp-icon: #4ba559
}

.body-scrolled .float-whatsapp__wrap {
    bottom: 13%
}

.float-whatapp__content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center
}

@keyframes whatapphelp {
    0% {
        width: 0
    }

    100% {
        width: 237px
    }
}

.float-whatsapp__icon-wrap {
    width: 50px;
    height: 50px;
    background: var(--bg-whatsapp-icon);
    border-radius: 50%;
    right: 0;
    top: 0;
    cursor: pointer;
    text-align: center;
    font-size: 20px;
    color: #fff;
    transition: .8s;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-box-shadow: 0 3px 11px 0 rgb(98 212 115 / 65%);
    box-shadow: 0 3px 11px 0 rgb(98 212 115 / 65%)
}

.float-whatsapp__icon {
    font-size: 28px
}

.bg-gallery {
    background-color: #fff5e8;
}

.gallery__img {
    border-radius: 8px;
}

.masonry a {
    display: inline-block;
    position: relative
}

.masonry .overlay-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 45%);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    overflow: hidden;
    transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px
}

.masonry {
    column-count: 3;
    column-gap: 16px;
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
    grid-auto-rows: 280px;
    gap: 18px;
    grid-auto-flow: dense;
}

.masonry .mItem {
    display: inline-block;
    margin-bottom: 16px;
    width: 100%
}

/* Items */
.mItem {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    cursor: pointer;
}

.mItem a {
    display: block;
    width: 100%;
    height: 100%;
}

/* Image */
.mItem img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s ease;
}

/* Hover zoom */
.mItem:hover img {
    transform: scale(1.15);
}

/* Dark overlay */
.mItem::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,.6), transparent);
    opacity: 0;
    transition: .4s;
    pointer-events: none;
}

.mItem:hover::after {
    opacity: 1;
}

@media (max-width: 1199px) {
    .masonry {
        column-count:3
    }
}

@media (max-width: 991px) {
    .masonry {
        column-count:2
    }
}

@media (max-width: 767px) {
    .masonry {
        column-count:1
    }
}

.instagram-post {
    display: grid;
    grid-template-columns: repeat(3,minmax(auto,292px));
    justify-content: center;
    grid-gap: 17px;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.instagram-post__link {
    display: inline-block;
    cursor: pointer;
    position: relative
}

.instagram-post__link:hover img {
    filter: brightness(56%)
}

.instagram-post__link:hover .ig-post__link {
    opacity: 1;
    visibility: visible
}

.instagram-post__img {
    width: 100%;
    height: 100%;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    object-fit: cover;
    filter: brightness(80%)
}

.happy-customers__wrap {
    border: 1px solid #c8a881;
    background: #f8f8f6;
    padding: 2rem;
    overflow: hidden;
    border-radius: 18px;
}

.happy-customers__wrap-img {
    overflow: hidden;
    border-radius: 8px;
    position: relative;
}

.customer__img {
    -webkit-transition: all 0.5s ease ;
    -moz-transition: all 0.5s ease ;
    -ms-transition: all 0.5s ease ;
    -o-transition: all 0.5s ease ;
    transition: all 0.5s ease ;
}

.customer__overlay {
    position: absolute;
    bottom: 5%;
    padding: 0rem 2rem 1rem 2rem;
    width: 100%;
    background: linear-gradient(1deg, #000000a3 10%, transparent);
    height: 100%;
    top: 0;
    display: flex;
    align-items: self-end;
}

.customer__title {
    color: var(--page-color);
    font-family: var(--font-1);
}

.happy-customers__wrap:hover .customer__img {
    transform: scale(1.09);
}

.review-card {
    background: rgb(16 11 7);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #f8f8f2;
}

.review-card .customer__overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.72) 10%, transparent 70%);
}

.review-body {
    padding: 1rem 0 0;
}

.review-icon {
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    color: #f5d76e;
    margin-bottom: 1rem;
}

.review-icon svg {
    width: 22px;
    height: 22px;
}

.review-text {
    font-size: 1rem;
    line-height: 1.8;
    color: #e8eef8;
    margin-bottom: 1rem;
}

.review-author {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    font-size: 0.95rem;
    color: #b8c1d3;
}

.review-author-name {
    font-weight: 700;
    color: #ffffff;
}

.review-author-role {
    font-style: italic;
    color: #9fb5d2;
}

.middle-header .nav-item:last-child .header-btn {
    margin-right: 0px !important;
}

.color-swiggy {
    --color: #f05519;
}

.color-zomato {
    --color: #cb202d;
}

.header-btn {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    opacity: 1 !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: var(--color);
    padding: 0.6rem 2rem 0.6rem 0.8rem;
    margin-right: 2rem;
    border-radius: 5px;
}

.header-btn:hover {
    color: #fff;
}

.header-btn__icon {
    width: 34px;
    height: 24px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
    margin-right: 4px;
}

.header-btn__label {
    line-height: 20px;
}

.header-btn__title {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 19px;
    color: #ffffff;
    white-space: nowrap;
}

.light-blink {
    animation: light-blink 1s linear infinite
}

@keyframes light-blink {
    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

.menu_slider_control {
    font-size: 36px;
}

.carousel-food-menu .owl-prev {
    left: 37px !important;
    /* background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); */
}

.carousel-food-menu .owl-next {
    right: 37px !important;
}

.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 280px;
    height: 100%;
    bottom: 0;
    box-shadow: 0 4px 6px 0 rgb(0 0 0 / 20%);
    z-index: 100;
    transform: translateX(-105%);
    /* transform: translateX(0%); */
    padding: 56px 0 0;
    color: #000;
    background: #181610;
    overflow-y: scroll;
    transition: 0.3s all cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.mobile-menu-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #0000008a;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s all cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.active-sidemenu .mobile-menu-overlay {
    opacity: 1;
    visibility: visible;
}

.active-sidemenu {
    overflow: hidden !important;
}

.active-sidemenu .mobile-menu {
    transform: translateX(0%);
}

.mobile-menu::-webkit-scrollbar {
    display: none;
}

.mobile-menu {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.mobile-menu .nav-item {
    width: 100%;
    padding-left: 2rem;
    margin-bottom: 0.2rem;
}

.mobile-menu .nav-item a {
    /* width: 100%; */
    color: #fff;
    font-size: 14px;
    font-family: var(--font-2);
    line-height: 21px;
    font-weight: 500;
}

.mobile-menu .header-btn {
    width: 75%;
    margin-top: 1rem;
}

.mobile-menu__contact {
    color: #fff;
    font-size: 14px;
    font-family: var(--font-1);
    padding-left: 2rem;
    margin-top: 2rem;
}

.mobile-menu__close {
    background: transparent;
    border: none;
    color: #fff;
    opacity: 0.7;
    position: absolute;
    top: 2%;
    right: 5%;
    line-height: 25px;
}

.contact__captcha {
    position: relative;
    overflow: hidden
}

.captcha__bg {
    user-select: none;
    pointer-events: none;
    position: absolute;
    width: 95px;
    height: 100%;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
}

.captcha__text {
    font-size: 1.05rem;
    color: #282828;
    font-weight: 500;
    font-family: var(--font-2);
    line-height: initial
}

.captcha__input {
    padding-left: 115px !important;
}

.alert-contact p {
    font-size: 14px;
    margin: 0;
    color: #a90707;
    font-weight: 400;
    font-family: var(--font-2);
}

.reserv-alert p {
    font-size: 15px;
}

.swal-title {
    font-family: 'Roboto', sans-serif !important;
    font-size: 2.441rem !important;
    line-height: calc(2.441rem * var(--font-scale-roboto)) !important;
    color: #494747 !important;
    font-weight: 500 !important;
}

.swal-text {
    font-size: 17px;
    color: rgb(76 76 76);
    font-family: var(--font-2);
    font-weight: 400;
}

.swal-footer {
    text-align: center;
}

.swal-button {
    background-color: var(--page-color);
    font-size: 14px;
    padding: 6px 33px;
}

@media (max-width: 992px) {
    .heading-h1 {
        font-size: 2.052rem;
        line-height: calc(2.052rem * var(--font-scale-roboto));
    }

    .heading-h2 {
        font-size: 1.455rem;
        line-height: calc(1.455rem * var(--font-scale-roboto));
    }
}

.contact-form__wrap {
}

.contact-form__wrap {
    background: #fff5e9f0;
    border-radius: 20px;
    padding: 1.5rem 1.4rem;
}

.gallery-section {
    background-attachment: fixed;
    background-color: #1a1a1aba !important;
    background-blend-mode: multiply;
}

.about__content p {
    color: #ffffffcc;
    font-size: 1.1rem;
}

.site-btn {
    background-color: var(--page-color);
    color: #212121;
    font-size: 1rem;
    font-weight: 500;
    display: inline-block;
    padding: 16px 30px;
    line-height: 1.67;
    border-radius: 45px;
    transition: all 350ms ease
}

.site-btn:hover {
    color: #fff;
    background-color: var(--secondary-color);
}

.menu-items {
}

.menu-items li {
    color: #ffffffc9;
    font-size: 1.15rem;
}

.allmenu__wrapper {
}

.allmenu__item {
    background: rgb(0 0 0 / 40%);
    backdrop-filter: blur(8px);
    border: 1px solid rgb(255 255 255 / 10%);
}

.allmenu__itemtitle {
    font-family: var(--font-3);
    font-size: 2.5rem;
    margin-bottom: 0;
}

.aboutinner__content p {
    color: #c7c2bef2;
}
div#swal2-html-container {
    line-height: 1.6;
    font-size: 16px;
}
@media (max-width: 991.98px) {
    .owl-carousel.home-slider {
        --min-h: 440px;
    }

    .hero-wrap {
        background-position: top center !important;
        --h: 210px;
    }

    .heroslider__item img {
        min-height: var(--min-h);
        height: auto;
    }

    .heroslider__container {
        padding-top: 100px;
    }
}

@media (min-width: 992px) {
    .contact-form__wrap {
        padding: 2.0rem 2rem;
    }
}

@media (max-width: 992px) {
    :root {
        --gap: 60px 0px;
    }

    .owl-carousel .owl-nav {
        opacity: 0 !important
    }
}
