@import url('https://fonts.googleapis.com/css2?family=Sirivennela&display=swap');

body {
    background-color: var(--body-background-color, #fff);
    color: var(--text-color)
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--heading-color)
}

a {
    color: var(--link-color);
    transition: color var(--transition-base, .3s ease)
}

a:focus,
a:hover {
    color: var(--link-hover-color)
}

a:focus-visible {
    outline: 2px solid var(--primary-color);
    outline-offset: 2px
}

.main-header {
    background-color: var(--header-background-color);
    color: var(--header-text-color)
}

.main-header .header-top {
    background-color: var(--secondary-color);
    border-bottom: 1px solid hsla(0, 0%, 100%, .1)
}

.main-header .header-top,
.main-header .header-top a {
    color: var(--footer-text-color)
}

.main-header .header-top a:hover {
    color: var(--primary-color)
}

.main-header .header-upper {
    background-color: var(--header-background-color)
}

.main-header .header-upper .main-menu .navigation>li>a {
    color: var(--menu-text-color)
}

.main-header .header-upper .main-menu .navigation>li.current-menu-item>a,
.main-header .header-upper .main-menu .navigation>li.current>a,
.main-header .header-upper .main-menu .navigation>li>a:focus,
.main-header .header-upper .main-menu .navigation>li>a:hover {
    color: var(--menu-hover-color)
}

.main-footer {
    background-color: rgb(0, 0, 0);
    color: var(--footer-text-color)
}

.main-footer h1,
.main-footer h2,
.main-footer h3,
.main-footer h4,
.main-footer h5,
.main-footer h6 {
    color: var(--button-text-color)
}

.main-footer .info-col .info li,
.main-footer div,
.main-footer li,
.main-footer p,
.main-footer span {
    color: var(--footer-text-color)
}

.main-footer .info-col .info li a {
    color: var(--footer-link-color);
    transition: color var(--transition-base, .3s ease)
}

.main-footer .info-col .info li a:hover {
    color: var(--footer-link-hover-color)
}

.main-footer .info-col .content {
    color: var(--footer-text-color)
}

.main-footer .info-col .newsletter .text {
    color: var(--footer-text-muted-color)
}

.main-footer .footer-col,
.main-footer .footer-col .footer-widget,
.main-footer .footer-col .footer-widget ul li {
    color: var(--footer-text-color)
}

.main-footer .footer-col .footer-widget ul li a {
    color: var(--footer-link-color);
    transition: color var(--transition-base, .3s ease)
}

.main-footer .footer-col .footer-widget ul li a:hover {
    color: var(--footer-link-hover-color)
}

.main-footer a {
    color: var(--footer-link-color);
    transition: color var(--transition-base, .3s ease)
}

.main-footer a:hover {
    color: var(--footer-link-hover-color)
}

.main-footer .footer-bottom {
    background-color: rgba(0, 0, 0, .3);
    border-top: 1px solid hsla(0, 0%, 100%, .1)
}

.main-footer .bottom_footer .copyright,
.main-footer .bottom_footer p,
.main-footer .footer-bottom .copyright {
    color: var(--footer-text-color)
}

.main-footer .bottom_footer .social_media li a {
    color: var(--footer-link-color) !important
}

.main-footer .bottom_footer .social_media li a:hover {
    color: var(--footer-link-hover-color) !important
}

.form-control,
input[type=email],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
select,
textarea {
    border-color: var(--border-color);
    color: #000;
}

.form-control:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
select:focus,
textarea:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 .2rem rgba(var(--primary-color-rgb), .25)
}

.form-control::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=text]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
    color: var(--text-color);
    opacity: .6
}

.form-control::placeholder,
input[type=email]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
input[type=text]::placeholder,
select::placeholder,
textarea::placeholder {
    color: var(--text-color);
    opacity: .6
}

table,
table th {
    border-color: var(--border-color)
}

table th {
    background-color: var(--secondary-color);
    color: var(--button-text-color)
}

table td {
    border-color: var(--border-color)
}

table tbody tr:hover {
    background-color: rgba(var(--primary-color-rgb), .05)
}

.border,
.border-bottom,
.border-left,
.border-right,
.border-top {
    border-color: var(--border-color) !important
}

.section.alternate {
    background-color: rgba(var(--primary-color-rgb), .05)
}

.inner-banner .bg-gradient {
    background: linear-gradient(135deg, var(--primary-color) 0, var(--accent-color) 100%)
}

.preloader {
    background-color: var(--secondary-color)
}

.preloader .spinner {
    border-color: var(--primary-color);
    border-top-color: transparent
}

.scroll-to-top {
    background-color: var(--primary-color);
    color: var(--button-text-color)
}

.scroll-to-top:hover {
    background-color: var(--button-hover-background-color)
}

.pagination .page-link {
    border-color: var(--border-color);
    color: var(--text-color)
}

.pagination .page-link:hover {
    background-color: rgba(var(--primary-color-rgb), .1);
    border-color: var(--primary-color);
    color: var(--primary-color)
}

.pagination .page-item.active .page-link {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--button-text-color)
}

.pagination .page-item.disabled .page-link {
    color: var(--text-color);
    opacity: .5
}

.badge.badge-primary {
    background-color: var(--primary-color);
    color: var(--button-text-color)
}

.badge.badge-secondary {
    background-color: var(--secondary-color);
    color: var(--button-text-color)
}

.dish-block .price,
.price-info,
.price-box,
.menu-list-line {
    display: none !important
}

.dish-block .s-info {
    background-color: var(--accent-color);
    color: var(--button-text-color)
}

.menu-list-line {
    border-bottom: 1px dotted var(--border-color)
}

.gallery-item .gallery-overlay {
    background-color: rgba(var(--secondary-color-rgb), .9)
}

.contact-info .icon,
.testimonial-block .quote-icon,
.testimonial-block .rating .fa-star {
    color: var(--primary-color)
}

.social-links a {
    background-color: var(--primary-color);
    color: var(--button-text-color)
}

.social-links a:hover {
    background-color: var(--button-hover-background-color)
}

.text-primary {
    color: var(--primary-color)
}

.bg-primary {
    background-color: var(--primary-color)
}

.border-primary {
    border-color: var(--primary-color)
}

.text-secondary {
    color: var(--secondary-color)
}

.bg-secondary {
    background-color: var(--secondary-color)
}

.border-secondary {
    border-color: var(--secondary-color)
}

.text-accent {
    color: var(--accent-color)
}

.bg-accent {
    background-color: var(--accent-color)
}

.border-accent {
    border-color: var(--accent-color)
}

.language-switcher-wrapper .language-toggle {
    background-color: transparent;
    border: none !important;
    border-radius: 0 !important;
    color: var(--menu-text-color);
    padding: 8px 15px
}

.language-switcher-wrapper .language-toggle:focus,
.language-switcher-wrapper .language-toggle:hover {
    background-color: transparent;
    border: none !important;
    box-shadow: none;
    color: var(--menu-hover-color)
}

.language-switcher-wrapper .language-menu {
    background-color: var(--menu-background-color);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .15)
}

.language-switcher-wrapper .language-menu .language-item {
    color: var(--menu-text-color)
}

.language-switcher-wrapper .language-menu .language-item:hover {
    background-color: rgba(var(--primary-color-rgb), .1);
    color: var(--primary-color)
}

.language-switcher-list .language-link {
    color: var(--menu-text-color)
}

.language-switcher-list .language-link:hover {
    background-color: rgba(var(--primary-color-rgb), .1);
    color: var(--primary-color)
}

.btn-style-one .btn-wrap {
    z-index: 8
}

.theme-btn.btn-style-one {
    text-align: center
}

.newsletter-form .btn-style-one {
    background: var(--main-color);
    border: 2px solid var(--main-color)
}

.theme-btn:hover {
    background-color: var(--main-color);
    border-color: var(--main-color)
}

.menu-view-link-btnbox {
    margin-bottom: 30px;
    margin-top: 50px;
    position: relative;
    z-index: 10
}

.reserve-section .reserv-col form .btn-style-one {
    margin-top: 20px;
    width: 100%
}

.reserve-section .reserv-col form .btn-style-one .btn-wrap {
    float: none;
    text-align: center;
    width: 100%
}

.special-offer-section .lower-link-box {
    margin-top: 30px
}

.about-section .lower-link-box {
    margin-bottom: 80px;
    margin-top: 40px
}

.chef-section .link-box {
    margin-top: 30px
}

.news-section .lower-link-box {
    margin-top: 50px;
    text-align: center
}

.contact-page .contact-form-wrapper .contact-form {
    background: transparent;
    border: none;
    padding: 0
}

.contact-page .contact-form-wrapper .contact-form-group {
    margin-bottom: 20px
}

.contact-page .contact-form-wrapper .contact-form-row {
    margin: 0 -10px
}

.contact-page .contact-form-wrapper .contact-form-row>div {
    padding: 0 10px
}

.contact-page .contact-form-wrapper .contact-form-input,
.contact-page .contact-form-wrapper textarea {
    background-color: rgb(0, 0, 0);
    border: 1px solid var(--white-color-opacity-four);
    border-radius: 0;
    color: var(--text-color);
    display: block;
    font-size: 14px;
    font-weight: 400;
    height: 56px;
    line-height: 34px;
    outline: none;
    padding: 15px 20px;
    transition: all .3s ease;
    width: 100%
}

.contact-page .contact-form-wrapper .contact-form-input:focus,
.contact-page .contact-form-wrapper textarea:focus {
    border-color: #d4af37;
    box-shadow: none
}

.contact-page .contact-form-wrapper textarea {
    height: auto !important
}

.contact-page .contact-message {
    border-radius: 4px;
    font-size: 14px;
    margin-top: 15px;
    padding: 10px 15px
}

.contact-page .contact-success-message {
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    color: #155724
}

.contact-page .contact-error-message {
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24
}

.contact-page .middle-line-wrapper .middle-line-container {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    min-height: 400px;
    position: relative
}

.contact-page .middle-line-wrapper .v-line {
    background: linear-gradient(180deg, #d4af37, #f4d03f, #d4af37);
    flex-grow: 1;
    margin: 10px 0;
    width: 2px
}

.contact-page .middle-line-wrapper .dot {
    background: #d4af37;
    border: 3px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #d4af37;
    height: 12px;
    width: 12px
}

@media(max-width:768px) {
    .contact-page .middle-line-wrapper {
        display: none !important
    }
}

.contact-page .loc-block.info-block .contact-image {
    margin-bottom: 30px
}

.contact-page .loc-block.info-block .contact-image img {
    border-radius: 0;
    height: auto;
    width: 100%
}

.contact-page .loc-block.info-block h5 {
    color: var(--heading-color);
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: capitalize
}

.contact-page .loc-block.info-block .text {
    color: var(--text-color);
    font-size: 14px;
    line-height: 1.8
}

.contact-page .loc-block.info-block .text .c-info-ttl {
    color: var(--primary-color);
    font-weight: 600
}

.contact-page .loc-block.info-block .text .more-link {
    font-weight: 500
}

.contact-page .loc-block.info-block .text .more-link a {
    color: var(--primary-color);
    text-decoration: none;
    transition: color .3s ease
}

.contact-page .loc-block.info-block .text .more-link a:hover {
    color: var(--primary-hover-color)
}

.contact-page .loc-block .form-side .title-box {
    margin-bottom: 40px
}

.contact-page .loc-block .form-side .title-box.centered {
    text-align: center
}

.contact-page .loc-block .form-side .title-box .subtitle {
    margin-bottom: 10px
}

.contact-page .loc-block .form-side .title-box .subtitle span {
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase
}

.contact-page .loc-block .form-side .title-box h2 {
    font-size: 36px;
    margin-bottom: 15px
}

.contact-page .loc-block .form-side .title-box .text.desc {
    color: var(--text-color);
    font-size: 16px;
    line-height: 1.6
}

@media(max-width:768px) {

    .contact-page .loc-block.col-lg-5,
    .contact-page .loc-block.col-lg-6 {
        margin-bottom: 40px
    }
}

.contact-page .c-page-form-box {
    padding: 60px 0
}

@media(max-width:768px) {
    .contact-page .c-page-form-box {
        padding: 40px 0
    }
}

.contact-form-wrapper .form-group {
    margin-bottom: 20px
}

.contact-form-wrapper .form-group .field-inner {
    position: relative
}

.contact-form-wrapper .form-group .field-inner input[type=email],
.contact-form-wrapper .form-group .field-inner input[type=tel],
.contact-form-wrapper .form-group .field-inner input[type=text],
.contact-form-wrapper .form-group .field-inner textarea {
    border-radius: 0;
    color: #666;
    font-size: 14px;
    font-weight: 400;
    outline: none;
    padding: 15px 20px;
    transition: all .3s ease;
    width: 100%
}

.contact-form-wrapper .form-group .field-inner input[type=email]:focus,
.contact-form-wrapper .form-group .field-inner input[type=tel]:focus,
.contact-form-wrapper .form-group .field-inner input[type=text]:focus,
.contact-form-wrapper .form-group .field-inner textarea:focus {
    border-color: var(--primary-color);
    box-shadow: none
}

.contact-form-wrapper .form-group .field-inner input[type=email]::-moz-placeholder,
.contact-form-wrapper .form-group .field-inner input[type=tel]::-moz-placeholder,
.contact-form-wrapper .form-group .field-inner input[type=text]::-moz-placeholder,
.contact-form-wrapper .form-group .field-inner textarea::-moz-placeholder {
    color: #999
}

.contact-form-wrapper .form-group .field-inner input[type=email]::placeholder,
.contact-form-wrapper .form-group .field-inner input[type=tel]::placeholder,
.contact-form-wrapper .form-group .field-inner input[type=text]::placeholder,
.contact-form-wrapper .form-group .field-inner textarea::placeholder {
    color: #999
}

.contact-form-wrapper .form-group .field-inner textarea {
    height: 120px;
    resize: vertical
}

.banner-social-list {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
    left: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10
}

.banner-social-list .custom-ul li a {
    text-decoration: none
}

.banner-call {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 90px;
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10
}

@media only screen and (max-width:1199px) {

    .banner-call,
    .banner-social-list {
        display: none
    }
}

body[dir=rtl] .banner-social-list {
    left: auto;
    right: 30px
}

body[dir=rtl] .banner-call {
    left: -50px;
    right: auto
}

body[dir=rtl] .banner-call .call-ul li {
    transform: rotate(90deg)
}

.scrolling-banner-section {
    padding: 210px 0 0;
    position: relative
}

.scrolling-banner-section:before {
    background: url(../images/background/hero-bg.jpg) no-repeat 50%;
    background-size: cover;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

.scrolling-banner-section:after {
    background: linear-gradient(to top, color-mix(in srgb, var(--color-one) 100%, transparent), transparent);
    bottom: 0;
    content: "";
    height: 200px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1
}

.rolling-gallery-container,
.scrolling-banner-section .content {
    position: relative;
    z-index: 2
}

.scrolling-banner-section .content {
    margin-bottom: 130px;
    position: relative;
    text-align: center
}

.scrolling-banner-section .content h1 {
    margin-bottom: 15px;
    position: relative
}

.scrolling-banner-section .content .text {
    margin-bottom: 25px;
    position: relative
}

.scrolling-banner-section .content .text span {
    color: var(--main-color);
    position: relative
}

.rolling-gallery-container {
    height: 370px;
    overflow: hidden;
    position: relative;
    width: 100%
}

.rolling-gallery-outer {
    animation: scroll 20s linear infinite;
    display: flex;
    width: 3900px
}

.rolling-image {
    height: 370px;
    width: 300px
}

.rolling-image,
.rolling-image:nth-child(12),
.rolling-image:nth-child(6) {
    margin-right: 30px
}

.rolling-image img {
    border-radius: 500px 500px 0 0;
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

@keyframes scroll {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(-1950px)
    }
}

.rolling-gallery-container:hover .rolling-gallery-outer {
    animation-play-state: paused
}

@media only screen and (max-width:1199px) {
    .scrolling-banner-section {
        padding: 180px 0 0
    }

    .scrolling-banner-section .content {
        margin-bottom: 100px
    }

    .scrolling-banner-section .content h1 {
        font-size: 60px
    }
}

@media only screen and (max-width:991px) {
    .scrolling-banner-section {
        padding: 150px 0 0
    }

    .scrolling-banner-section .content {
        margin-bottom: 80px
    }

    .scrolling-banner-section .content h1 {
        font-size: 48px
    }

    .rolling-gallery-container {
        height: 300px
    }

    .rolling-image {
        height: 300px;
        width: 250px
    }
}

@media only screen and (max-width:767px) {
    .scrolling-banner-section {
        padding: 120px 0 0
    }

    .scrolling-banner-section .content {
        margin-bottom: 60px
    }

    .scrolling-banner-section .content h1 {
        font-size: 36px
    }

    .scrolling-banner-section .content .text {
        font-size: 16px
    }

    .rolling-gallery-container {
        height: 250px
    }

    .rolling-image {
        height: 250px;
        margin-right: 20px;
        width: 200px
    }
}

.banner-section.banner-standard-hero {
    background: rgb(0, 0, 0);
    border-bottom: none;
    padding: 0;
    position: relative
}

.banner-section .bottom-curve {
    bottom: 0;
    display: block;
    height: 120px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1
}

.banner-section .bottom-curve.curve-mobile {
    display: none
}

.banner-section.banner-section .banner-container {
    position: relative
}

.banner-section .banner-slider,
.banner-section .slide-item {
    overflow: hidden;
    position: relative;
    width: 100%
}

.banner-section .slide-item {
    padding: 0
}

.banner-section .slide-item:before {
    background: transparent;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.banner-section .slide-item .image-layer {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(1);
    transition: all 0ms linear 0ms;
    width: 100%
}

.banner-section .slide-item.swiper-slide-active .image-layer {
    transform: scale(1.15);
    transition: all 7s linear 0ms
}

.banner-section .slide-item .image-layer:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.banner-section .slide-item .content-box {
    display: table;
    height: 880px;
    min-height: 100vh;
    padding-bottom: 50px;
    padding-top: 30px;
    position: relative;
    vertical-align: middle;
    width: 100%;
    z-index: 10
}

.banner-section .slide-item .content {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    width: 100%;
    z-index: 5
}

.banner-section .slide-item .inner {
    display: block;
    margin: 0 auto;
    max-width: 950px;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 5
}

.banner-section .slide-item .subtitle {
    color: var(--main-color);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .4em;
    margin-bottom: 10px;
    opacity: 0;
    position: relative;
    text-transform: uppercase;
    transform: translateY(30px);
    visibility: hidden
}

.banner-section .swiper-slide-active .pattern-image,
.banner-section .swiper-slide-active .subtitle {
    opacity: 1;
    transform: translate(0);
    transition: all 1s ease .5s;
    visibility: visible
}

.banner-section .slide-item h1 {
    font-size: 120px;
    font-weight: 300;
    line-height: 1em;
    margin: 0;
    opacity: 0;
    position: relative;
    text-transform: none;
    transform: translateY(30px);
    visibility: hidden
}

.banner-section .slide-item h1 span {
    display: inline-block;
    position: relative;
    vertical-align: top
}

.banner-section .swiper-slide-active h1 {
    opacity: 1;
    transform: translate(0);
    transition: all 1s ease 1s;
    visibility: visible
}

.banner-section .slide-item .text {
    display: block;
    font-size: 20px;
    margin-top: 30px;
    opacity: 0;
    position: relative;
    transform: translateY(30px);
    visibility: hidden
}

.banner-section .swiper-slide-active .text {
    opacity: 1;
    transform: translate(0);
    transition: all 1s ease 1.5s;
    visibility: visible
}

.banner-section .slide-item .links-box {
    display: block;
    opacity: 0;
    padding-top: 40px;
    position: relative;
    transform: translateY(30px);
    visibility: hidden
}

.banner-section .swiper-slide-active .links-box {
    opacity: 1;
    transform: translate(0);
    transition: all 1s ease 2s;
    visibility: visible
}

.banner-section .slide-item .links-box .link {
    display: inline-block;
    position: relative;
    vertical-align: top
}

.banner-section .swiper-button-next,
.banner-section .swiper-button-prev {
    background: transparent;
    border-radius: 0;
    color: var(--main-color);
    display: inline-block;
    font-size: 24px;
    height: 44px;
    line-height: 44px;
    margin-top: -16px;
    position: absolute;
    text-align: center;
    top: 50%;
    transition: all .4s ease;
    vertical-align: top;
    width: 44px
}

.banner-section .swiper-button-next span,
.banner-section .swiper-button-prev span {
    position: relative;
    z-index: 1
}

.banner-section .swiper-button-next:after,
.banner-section .swiper-button-prev:after {
    display: none
}

.banner-section .swiper-button-next:before,
.banner-section .swiper-button-prev:before {
    border: 1px solid var(--white-color-opacity-three, hsla(0, 0%, 100%, .3));
    border-radius: 100px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all .4s ease;
    width: 100%
}

.banner-section .swiper-button-next {
    right: 80px
}

.banner-section .swiper-button-prev {
    left: 80px
}

.banner-section .swiper-button-next:hover,
.banner-section .swiper-button-prev:hover {
    color: var(--black-color)
}

.banner-section .swiper-button-next:hover:before,
.banner-section .swiper-button-prev:hover:before {
    background: var(--main-color)
}

.banner-section .explore-menu-btn {
    align-items: center;
    background: url(../images/resource/menu-badge.png) no-repeat 50%;
    background-size: contain;
    bottom: 0;
    display: flex;
    height: 170px;
    justify-content: center;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-decoration: none;
    width: 117px;
    z-index: 10
}

.banner-section .explore-menu-btn .icon {
    align-items: center;
    display: flex;
    height: 40px;
    justify-content: center;
    width: 20px;
    z-index: 1
}

.banner-section .explore-menu-btn .icon img {
    animation: bounce-down-delay 3s ease-in-out infinite;
    display: block;
    max-height: 100%;
    max-width: 100%
}

@keyframes bounce-down-delay {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    10% {
        opacity: .6;
        transform: translateY(10px)
    }

    20% {
        opacity: 1;
        transform: translateY(0)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.banner-section .banner-social-list {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
    left: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10
}

.banner-social-list .line {
    background-color: var(--white-color);
    height: 25px;
    width: 1px
}

.banner-social-list .custom-ul {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 25px;
    list-style: none;
    margin: 0;
    padding: 0
}

.banner-social-list .custom-ul li {
    margin: 0
}

.banner-social-list .custom-ul li a {
    color: var(--white-color);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    transition: all .3s ease
}

.banner-social-list .custom-ul li a:hover {
    color: var(--main-color)
}

.banner-section .banner-call {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 90px;
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10
}

.banner-call .line {
    background-color: var(--white-color);
    height: 25px;
    width: 1px
}

.banner-call .call-ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.banner-call .call-ul li {
    transform: rotate(-90deg);
    transform-origin: center center;
    white-space: nowrap
}

.banner-call .call-ul li a {
    color: var(--white-color);
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    transition: all .3s ease
}

.banner-call .call-ul li a:hover {
    color: var(--main-color)
}

@media only screen and (max-width:1400px) {
    .banner-section .slide-item h1 {
        font-size: 100px
    }

    .banner-section .swiper-button-next {
        right: 40px
    }

    .banner-section .swiper-button-prev {
        left: 40px
    }
}

@media only screen and (max-width:1199px) {
    .banner-section .slide-item h1 {
        font-size: 80px
    }

    .banner-section .slide-item .content-box {
        height: 700px
    }

    .banner-section .banner-call,
    .banner-section .banner-social-list {
        display: none
    }
}

@media only screen and (max-width:991px) {
    .banner-section .slide-item h1 {
        font-size: 60px
    }

    .banner-section .slide-item .text {
        font-size: 18px
    }

    .banner-section .slide-item .content-box {
        height: 600px;
        min-height: 600px
    }

    .banner-section .swiper-button-next,
    .banner-section .swiper-button-prev {
        display: none
    }
}

@media only screen and (max-width:767px) {
    .banner-section .slide-item h1 {
        font-size: 48px
    }

    .banner-section .slide-item .subtitle {
        font-size: 12px;
        letter-spacing: .2em
    }

    .banner-section .slide-item .text {
        font-size: 16px;
        margin-top: 20px
    }

    .banner-section .slide-item .content-box {
        height: 500px;
        min-height: 500px;
        padding-bottom: 30px;
        padding-top: 20px
    }

    .banner-section .explore-menu-btn {
        height: 130px;
        width: 90px
    }

    .banner-section .bottom-curve {
        display: none
    }

    .banner-section .bottom-curve.curve-mobile {
        display: block;
        height: 80px
    }
}

@media only screen and (max-width:575px) {
    .banner-section .slide-item h1 {
        font-size: 36px
    }

    .banner-section .slide-item .inner {
        max-width: 100%;
        padding: 0 20px
    }
}

.banner-section-minimal .banner-container {
    align-items: center;
    display: flex;
    min-height: 100vh;
    padding: 120px 0 80px;
    position: relative
}

.banner-section-minimal .banner-text-top {
    margin-bottom: 40px;
    text-align: center
}

.banner-section-minimal .banner-text-top h1 {
    font-size: 90px;
    font-weight: 300;
    line-height: 1em;
    margin-bottom: 15px;
    padding-bottom: 10px
}

.banner-section-minimal .banner-text-top .text {
    font-size: 20px;
    line-height: 1.6
}

.banner-section-minimal .banner-text-top .text .theme_color {
    color: var(--main-color);
    font-weight: 500
}

.banner-section-minimal .slider-contained {
    border: 12px solid var(--black-color-opacity, rgba(0, 0, 0, .1));
    border-radius: 500px;
    box-shadow: 0 0 0 1px var(--main-color);
    margin-top: 30px;
    overflow: hidden
}

.banner-section-minimal .slider-contained .swiper-slide {
    height: 450px;
    position: relative
}

.banner-section-minimal .slider-contained .image-layer {
    background-position: 50%;
    background-size: cover;
    height: 100%;
    width: 100%
}

.banner-section-minimal .slider-contained .swiper-button-next,
.banner-section-minimal .slider-contained .swiper-button-prev {
    background: transparent;
    border-radius: 50%;
    color: var(--main-color);
    font-size: 24px;
    height: 44px;
    line-height: 44px;
    margin-top: -22px;
    position: absolute;
    text-align: center;
    top: 50%;
    transition: all .4s ease;
    width: 44px;
    z-index: 10
}

.banner-section-minimal .slider-contained .swiper-button-next:after,
.banner-section-minimal .slider-contained .swiper-button-prev:after {
    display: none
}

.banner-section-minimal .slider-contained .swiper-button-next span,
.banner-section-minimal .slider-contained .swiper-button-prev span {
    position: relative;
    z-index: 1
}

.banner-section-minimal .slider-contained .swiper-button-next:before,
.banner-section-minimal .slider-contained .swiper-button-prev:before {
    border: 1px solid var(--white-color-opacity-three, hsla(0, 0%, 100%, .3));
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all .4s ease;
    width: 100%
}

.banner-section-minimal .slider-contained .swiper-button-next:hover,
.banner-section-minimal .slider-contained .swiper-button-prev:hover {
    color: var(--black-color)
}

.banner-section-minimal .slider-contained .swiper-button-next:hover:before,
.banner-section-minimal .slider-contained .swiper-button-prev:hover:before {
    background: var(--main-color);
    border-color: var(--main-color)
}

.banner-section-minimal .slider-contained .swiper-button-next {
    right: 20px
}

.banner-section-minimal .slider-contained .swiper-button-prev {
    left: 20px
}

.banner-section-minimal .hero-info {
    padding: 30px 0
}

.banner-section-minimal .hero-info .top-bar-content {
    align-items: center;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center
}

.banner-section-minimal .hero-info .top-bar-content .info-item {
    align-items: center;
    display: flex;
    font-size: 14px;
    gap: 10px;
    letter-spacing: .05em;
    text-transform: uppercase
}

.banner-section-minimal .hero-info .top-bar-content .info-item .label {
    color: var(--main-color);
    font-weight: 600
}

.banner-section-minimal .hero-info .top-bar-content .contact-info-item {
    align-items: center;
    display: flex;
    gap: 10px
}

.banner-section-minimal .hero-info .top-bar-content .contact-info-item .icon {
    color: var(--main-color);
    font-size: 18px
}

.banner-section-minimal .hero-info .top-bar-content .contact-info-item span {
    font-size: 14px;
    letter-spacing: .05em;
    text-transform: uppercase
}

.banner-section-minimal .hero-info .top-bar-content .separator {
    align-items: center;
    display: flex;
    height: 20px;
    justify-content: center;
    width: 20px
}

.banner-section-minimal .hero-info .top-bar-content .separator img {
    height: auto;
    max-width: 100%
}

.banner-section-minimal .book-btn {
    animation: pulse-animate 3s infinite;
    bottom: 50px;
    height: 117px;
    position: absolute;
    right: 50px;
    transition: all .4s ease;
    width: 117px;
    z-index: 10
}

.banner-section-minimal .book-btn:before {
    animation: bubble-animation 4s infinite;
    background: var(--main-color);
    border-radius: 100%;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.banner-section-minimal .book-btn .icon {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: relative;
    width: 100%;
    z-index: 1
}

.banner-section-minimal .book-btn .icon img {
    display: block;
    height: auto;
    max-width: 100%
}

@media only screen and (max-width:1199px) {
    .banner-section-minimal .banner-text-top h1 {
        font-size: 70px
    }

    .banner-section-minimal .slider-contained .swiper-slide {
        height: 400px
    }
}

@media only screen and (max-width:991px) {
    .banner-section-minimal .banner-container {
        padding: 100px 0 60px
    }

    .banner-section-minimal .banner-text-top h1 {
        font-size: 56px
    }

    .banner-section-minimal .slider-contained {
        border-width: 8px;
        margin-top: 20px
    }

    .banner-section-minimal .slider-contained .swiper-slide {
        height: 350px
    }
}

@media only screen and (max-width:767px) {
    .banner-section-minimal .banner-text-top {
        margin-bottom: 30px
    }

    .banner-section-minimal .banner-text-top h1 {
        font-size: 42px
    }

    .banner-section-minimal .banner-text-top .text {
        font-size: 18px
    }

    .banner-section-minimal .slider-contained {
        border-radius: 200px;
        border-width: 6px
    }

    .banner-section-minimal .slider-contained .swiper-slide {
        height: 280px
    }

    .banner-section-minimal .hero-info .top-bar-content {
        flex-direction: column
    }

    .banner-section-minimal .hero-info .top-bar-content .separator {
        display: none
    }
}

@media only screen and (max-width:575px) {
    .banner-section-minimal .banner-text-top h1 {
        font-size: 32px
    }

    .banner-section-minimal .slider-contained .swiper-slide {
        height: 220px
    }
}

@keyframes pulse-animate {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.05)
    }

    to {
        transform: scale(1)
    }
}

@keyframes bubble-animation {
    0% {
        opacity: .2;
        transform: scale(.8)
    }

    50% {
        opacity: .3;
        transform: scale(1.1)
    }

    to {
        opacity: .2;
        transform: scale(.8)
    }
}

.bg-video-wrap {
    background: url(../images/background/video_bg.jpg) no-repeat 50%/cover;
    height: 100vh;
    overflow: hidden;
    position: relative;
    width: 100%
}

.bg-video-wrap video {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.bg-video-wrap .overlay {
    background: rgba(0, 0, 0, .5);
    height: 100vh;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}

.bg-video-wrap .auto-container {
    bottom: 0;
    color: #fff;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 3
}

.bg-video-wrap .content-box {
    display: table;
    height: 880px;
    min-height: 100vh;
    padding-bottom: 50px;
    padding-top: 150px;
    position: relative;
    vertical-align: middle;
    width: 100%;
    z-index: 10
}

.bg-video-wrap .content {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    width: 100%;
    z-index: 5
}

.bg-video-wrap .inner {
    display: block;
    margin: 0 auto;
    max-width: 950px;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 5
}

.bg-video-wrap .subtitle {
    color: var(--main-color);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .4em;
    margin-bottom: 10px;
    text-transform: uppercase
}

.bg-video-wrap .pattern-image,
.bg-video-wrap .subtitle {
    position: relative;
    transform: translateY(30px);
    transition: all 1s ease .5s
}

.bg-video-wrap .pattern-image {
    margin: 0 auto;
    width: 100px
}

.bg-video-wrap h1 {
    font-size: 85px;
    font-weight: 300;
    line-height: 1em;
    margin: 0;
    position: relative;
    text-transform: uppercase;
    transform: translateY(30px);
    transition: all 1s ease 1s
}

.bg-video-wrap h1 span {
    display: inline-block;
    font-family: 'Sirivennela', sans-serif;
    font-size: 200px;
    line-height: .6;
    position: relative;
    text-transform: none;
    vertical-align: top
}

.bg-video-wrap .text {
    font-size: 20px;
    margin-top: 10px;
    transition: all 1s ease 1.5s
}

.bg-video-wrap .links-box,
.bg-video-wrap .text {
    display: block;
    position: relative;
    transform: translateY(30px)
}

.bg-video-wrap .links-box {
    padding-top: 40px;
    transition: all 1s ease 2s
}

.bg-video-wrap.animated .links-box,
.bg-video-wrap.animated .pattern-image,
.bg-video-wrap.animated .subtitle,
.bg-video-wrap.animated .text,
.bg-video-wrap.animated h1 {
    transform: translate(0)
}

.bg-video-wrap .book-btn {
    align-items: center;
    bottom: 50px;
    display: flex;
    justify-content: center;
    right: 50px;
    text-decoration: none;
    z-index: 10
}

.bg-video-wrap .book-btn,
.bg-video-wrap .book-btn:before {
    background: url(../images/resource/book-badge.png) no-repeat 50%;
    background-size: contain;
    height: 141px;
    position: absolute;
    width: 141px
}

.bg-video-wrap .book-btn:before {
    content: "";
    left: 0;
    top: 0;
    z-index: 0
}

.bg-video-wrap .book-btn .icon {
    align-items: center;
    display: flex;
    height: 83px;
    justify-content: center;
    width: 83px;
    z-index: 1
}

.bg-video-wrap .book-btn .icon img {
    display: block;
    max-height: 100%;
    max-width: 100%
}

.bg-video-wrap .banner-social-list {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
    left: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10
}

.bg-video-wrap .banner-social-list .line {
    background-color: var(--white-color);
    height: 25px;
    width: 1px
}

.bg-video-wrap .banner-social-list .custom-ul {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 25px;
    list-style: none;
    margin: 0;
    padding: 0
}

.bg-video-wrap .banner-social-list .custom-ul li {
    margin: 0
}

.bg-video-wrap .banner-social-list .custom-ul li a {
    color: var(--white-color);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    transition: all .3s ease
}

.bg-video-wrap .banner-social-list .custom-ul li a:hover {
    color: var(--main-color)
}

.bg-video-wrap .banner-call {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 90px;
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10
}

.bg-video-wrap .banner-call .line {
    background-color: var(--white-color);
    height: 25px;
    width: 1px
}

.bg-video-wrap .banner-call .call-ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.bg-video-wrap .banner-call .call-ul li {
    transform: rotate(-90deg);
    transform-origin: center center;
    white-space: nowrap
}

.bg-video-wrap .banner-call .call-ul li a {
    color: var(--white-color);
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    transition: all .3s ease
}

.bg-video-wrap .banner-call .call-ul li a:hover {
    color: var(--main-color)
}

@media only screen and (max-width:1199px) {
    .bg-video-wrap h1 {
        font-size: 100px
    }

    .bg-video-wrap h1 span {
        font-size: 180px
    }

    .bg-video-wrap .book-btn {
        bottom: 30px;
        right: 30px
    }

    .bg-video-wrap .banner-call,
    .bg-video-wrap .banner-social-list {
        display: none
    }
}

@media only screen and (max-width:991px) {
    .bg-video-wrap h1 {
        font-size: 80px
    }

    .bg-video-wrap h1 span {
        font-size: 140px
    }

    .bg-video-wrap .content-box {
        height: 700px;
        padding-top: 100px
    }

    .bg-video-wrap .book-btn {
        height: 110px;
        width: 110px
    }

    .bg-video-wrap .book-btn .icon {
        height: 65px;
        width: 65px
    }
}

@media only screen and (max-width:767px) {
    .bg-video-wrap h1 {
        font-size: 56px
    }

    .bg-video-wrap h1 span {
        font-size: 100px
    }

    .bg-video-wrap .subtitle {
        font-size: 11px;
        letter-spacing: .2em
    }

    .bg-video-wrap .text {
        font-size: 18px
    }

    .bg-video-wrap .content-box {
        height: 600px;
        min-height: 600px
    }

    .bg-video-wrap .book-btn {
        bottom: 20px;
        height: 90px;
        right: 20px;
        width: 90px
    }

    .bg-video-wrap .book-btn .icon {
        height: 50px;
        width: 50px
    }
}

@media only screen and (max-width:575px) {
    .bg-video-wrap h1 {
        font-size: 42px
    }

    .bg-video-wrap h1 span {
        font-size: 70px
    }

    .bg-video-wrap .text {
        font-size: 16px;
        padding: 0 20px
    }

    .bg-video-wrap .inner {
        padding: 0 15px
    }
}

.hero-section {
    background: var(--black-color);
    display: flex;
    height: 100vh;
    position: relative;
    width: 100%
}

.hero-col {
    border-right: 1px solid var(--white-color-opacity-two, hsla(0, 0%, 100%, .2));
    flex: 1;
    overflow: hidden;
    position: relative;
    transition: flex .5s ease-in-out;
    z-index: 1
}

.hero-col:last-child {
    border-right: none
}

.hero-col:hover {
    flex: 1.5
}

.hero-col:hover .hero-bg {
    transform: scale(1.1)
}

.hero-col:hover .hero-button,
.hero-col:hover .hero-content {
    opacity: 1;
    transform: translateY(0)
}

.hero-bg {
    background-position: 50%;
    background-size: cover;
    transition: transform .5s ease-in-out;
    z-index: 0
}

.hero-bg,
.hero-bg:before {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.hero-bg:before {
    background: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .7));
    content: "";
    z-index: 1
}

.hero-content {
    bottom: 80px;
    color: var(--white-color);
    left: 50%;
    max-width: 300px;
    opacity: 0;
    position: absolute;
    text-align: center;
    transform: translateX(-50%) translateY(20px);
    transition: all .5s ease-in-out;
    width: 90%;
    z-index: 2
}

.hero-content h3 {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: .05em;
    margin-bottom: 15px;
    text-transform: uppercase
}

.hero-content h3 a {
    color: var(--white-color);
    text-decoration: none;
    transition: color .3s ease
}

.hero-content h3 a:hover {
    color: var(--main-color)
}

.hero-content .category-text {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
    opacity: .9
}

.hero-button {
    bottom: 30px;
    left: 50%;
    opacity: 0;
    position: absolute;
    transform: translateX(-50%) translateY(20px);
    transition: all .5s ease-in-out .1s;
    z-index: 3
}

.lower-link-box {
    text-align: center
}

.lower-link-box .theme-btn {
    display: inline-block
}

.category-icon {
    align-items: center;
    background: var(--main-color);
    border-radius: 50%;
    display: flex;
    height: 60px;
    justify-content: center;
    position: absolute;
    right: 30px;
    top: 30px;
    width: 60px;
    z-index: 3
}

.category-icon img {
    filter: brightness(0) invert(1);
    height: 30px;
    width: 30px
}

@media only screen and (max-width:1199px) {
    .hero-content h3 {
        font-size: 30px
    }

    .hero-content .category-text {
        font-size: 14px
    }
}

@media only screen and (max-width:991px) {
    .hero-section {
        flex-direction: column;
        height: auto
    }

    .hero-col {
        border-bottom: 1px solid var(--white-color-opacity-two);
        border-right: none;
        height: 400px
    }

    .hero-col:last-child {
        border-bottom: none
    }

    .hero-col:hover {
        flex: 1
    }

    .hero-col .hero-button,
    .hero-col .hero-content {
        opacity: 1;
        transform: translateX(-50%) translateY(0)
    }

    .hero-content {
        bottom: 60px
    }

    .hero-content h3 {
        font-size: 26px
    }
}

@media only screen and (max-width:767px) {
    .hero-col {
        height: 350px
    }

    .hero-content {
        bottom: 50px;
        width: 85%
    }

    .hero-content h3 {
        font-size: 22px;
        margin-bottom: 10px
    }

    .hero-content .category-text {
        font-size: 13px;
        margin-bottom: 15px
    }

    .category-icon {
        height: 50px;
        right: 20px;
        top: 20px;
        width: 50px
    }

    .category-icon img {
        height: 25px;
        width: 25px
    }
}

@media only screen and (max-width:575px) {
    .hero-col {
        height: 300px
    }

    .hero-content h3 {
        font-size: 20px
    }

    .hero-content .category-text {
        display: none
    }

    .hero-button {
        bottom: 20px
    }

    .hero-button .theme-btn {
        font-size: 14px;
        padding: 10px 20px
    }
}

.gallery-section {
    padding: 120px 0 100px;
    position: relative
}

.gallery-section .gallery-block {
    margin-bottom: 30px
}

.gallery-section .gallery-item {
    border-radius: 8px;
    cursor: pointer
}

.gallery-section .gallery-item .gallery-image img {
    height: auto;
    transition: transform .5s ease
}

.gallery-section .gallery-item .gallery-image .gallery-overlay {
    background: rgba(0, 0, 0, .7);
    height: 100%;
    left: 0;
    top: 0;
    transition: opacity .3s ease;
    width: 100%
}

.gallery-section .gallery-item .gallery-image .gallery-overlay .gallery-content {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    transition: transform .3s ease;
    width: 100%
}

.gallery-section .gallery-item .gallery-image .gallery-overlay .gallery-content .gallery-name-backdrop .gallery-name {
    font-size: 20px;
    margin: 0
}

.gallery-section .gallery-item .gallery-image .gallery-overlay .gallery-content .icon {
    color: var(--main-color);
    font-size: 36px
}

.image-gallery {
    padding: 120px 0 100px
}

.image-gallery,
.image-gallery .carousel-box {
    position: relative
}

.image-gallery .image-gallery-slider {
    margin: 0 -15px;
    position: relative
}

.image-gallery .image-gallery-slider .gallery-block {
    padding: 0 15px
}

.image-gallery .image-gallery-slider .gallery-block .image {
    border-radius: 8px;
    overflow: hidden;
    position: relative
}

.image-gallery .image-gallery-slider .gallery-block .image img {
    height: auto;
    transition: transform .5s ease;
    width: 100%
}

.image-gallery .image-gallery-slider .gallery-block .image .gallery-overlay {
    align-items: center;
    background: rgba(0, 0, 0, .7);
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: scale(1.05);
    transition: opacity .3s ease;
    width: 100%
}

.image-gallery .image-gallery-slider .gallery-block .image .gallery-overlay .gallery-content {
    align-items: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    text-align: center;
    transform: translateY(20px);
    transition: transform .3s ease;
    width: 100%
}

.image-gallery .image-gallery-slider .gallery-block .image .gallery-overlay .gallery-content .gallery-name-backdrop .gallery-name {
    font-size: 20px;
    margin: 0
}

.image-gallery .image-gallery-slider .gallery-block .image:hover img {
    transform: scale(1.05)
}

.image-gallery .image-gallery-slider .gallery-block .image:hover .gallery-overlay {
    opacity: 1
}

.image-gallery .image-gallery-slider .gallery-block .image:hover .gallery-overlay .gallery-content {
    transform: translateY(0)
}

.image-gallery .image-gallery-slider .owl-nav {
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%
}

.image-gallery .image-gallery-slider .owl-nav .owl-next,
.image-gallery .image-gallery-slider .owl-nav .owl-prev {
    align-items: center;
    background: var(--main-color);
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-size: 18px;
    height: 50px;
    justify-content: center;
    pointer-events: all;
    position: absolute;
    transition: all .3s ease;
    width: 50px
}

.image-gallery .image-gallery-slider .owl-nav .owl-next:hover,
.image-gallery .image-gallery-slider .owl-nav .owl-prev:hover {
    background: var(--color-one)
}

.image-gallery .image-gallery-slider .owl-nav .owl-prev {
    left: -60px
}

.image-gallery .image-gallery-slider .owl-nav .owl-next {
    right: -60px
}

@media(max-width:1199px) {
    .image-gallery .image-gallery-slider .owl-nav .owl-prev {
        left: 10px
    }

    .image-gallery .image-gallery-slider .owl-nav .owl-next {
        right: 10px
    }
}

.gallery-page {
    padding: 120px 0 100px;
    position: relative
}

.gallery-page .masonry {
    margin: 0 -15px
}

.gallery-page .masonry .masonry-item {
    padding: 15px;
    width: 33.333%
}

.gallery-page .masonry .masonry-item.masonry-item-small {
    width: 25%
}

.gallery-page .masonry .masonry-item.masonry-item-medium {
    width: 33.333%
}

.gallery-page .masonry .masonry-item.masonry-item-large {
    width: 41.666%
}

.gallery-page .masonry .masonry-item .image-box {
    border-radius: 8px;
    overflow: hidden;
    position: relative
}

.gallery-page .masonry .masonry-item .image-box figure {
    margin: 0;
    overflow: hidden;
    position: relative
}

.gallery-page .masonry .masonry-item .image-box figure img {
    display: block;
    height: auto;
    transition: transform .5s ease;
    width: 100%
}

.gallery-page .masonry .masonry-item .image-box figure .overlay-box {
    align-items: center;
    background: rgba(0, 0, 0, .7);
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity .3s ease;
    width: 100%
}

.gallery-page .masonry .masonry-item .image-box figure .overlay-box .icon {
    color: var(--main-color);
    font-size: 36px;
    transform: scale(0);
    transition: transform .3s ease
}

.gallery-page .masonry .masonry-item .image-box figure:hover img {
    transform: scale(1.1)
}

.gallery-page .masonry .masonry-item .image-box figure:hover .overlay-box {
    opacity: 1
}

.gallery-page .masonry .masonry-item .image-box figure:hover .overlay-box .icon {
    transform: scale(1)
}

@media(max-width:991px) {

    .gallery-page .masonry .masonry-item,
    .gallery-page .masonry .masonry-item.masonry-item-large,
    .gallery-page .masonry .masonry-item.masonry-item-medium,
    .gallery-page .masonry .masonry-item.masonry-item-small {
        width: 50% !important
    }
}

@media(max-width:575px) {

    .gallery-page .masonry .masonry-item,
    .gallery-page .masonry .masonry-item.masonry-item-large,
    .gallery-page .masonry .masonry-item.masonry-item-medium,
    .gallery-page .masonry .masonry-item.masonry-item-small {
        width: 100% !important
    }
}

.instagram-section {
    padding: 120px 0 0;
    position: relative
}

.instagram-section .instagram-handle {
    margin-top: 20px
}

.instagram-section .instagram-handle a {
    color: var(--main-color);
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    transition: color .3s ease
}

.instagram-section .instagram-handle a i {
    font-size: 20px;
    margin-right: 8px
}

.instagram-section .instagram-handle a:hover {
    color: var(--color-one)
}

.instagram-section .instagram-gallery {
    margin-top: 50px;
    overflow: hidden
}

.instagram-section .instagram-gallery .instagram-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -2px
}

.instagram-section .instagram-gallery .instagram-row .instagram-item {
    padding: 2px;
    width: 12.5%
}

.instagram-section .instagram-gallery .instagram-row .instagram-item .inner-box {
    overflow: hidden;
    position: relative
}

.instagram-section .instagram-gallery .instagram-row .instagram-item .inner-box .image {
    overflow: hidden;
    padding-bottom: 100%;
    position: relative
}

.instagram-section .instagram-gallery .instagram-row .instagram-item .inner-box .image img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    transition: transform .5s ease;
    width: 100%
}

.instagram-section .instagram-gallery .instagram-row .instagram-item .inner-box .image .overlay {
    align-items: center;
    background: linear-gradient(135deg, rgba(64, 93, 230, .8), rgba(131, 58, 180, .8), rgba(253, 29, 29, .8));
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity .3s ease;
    width: 100%
}

.instagram-section .instagram-gallery .instagram-row .instagram-item .inner-box .image .overlay .overlay-inner {
    text-align: center
}

.instagram-section .instagram-gallery .instagram-row .instagram-item .inner-box .image .overlay .overlay-inner .icons {
    color: #fff;
    font-size: 32px;
    margin-bottom: 10px
}

.instagram-section .instagram-gallery .instagram-row .instagram-item .inner-box .image .overlay .overlay-inner .caption {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 0 10px
}

.instagram-section .instagram-gallery .instagram-row .instagram-item .inner-box .image:hover img {
    transform: scale(1.1)
}

.instagram-section .instagram-gallery .instagram-row .instagram-item .inner-box .image:hover .overlay {
    opacity: 1
}

@media(max-width:1199px) {
    .instagram-section .instagram-gallery .instagram-row .instagram-item {
        width: 16.666%
    }
}

@media(max-width:991px) {
    .instagram-section .instagram-gallery .instagram-row .instagram-item {
        width: 20%
    }
}

@media(max-width:767px) {
    .instagram-section .instagram-gallery .instagram-row .instagram-item {
        width: 25%
    }
}

@media(max-width:575px) {
    .instagram-section .instagram-gallery .instagram-row .instagram-item {
        width: 33.333%
    }
}

.image-gallery-style-2.image-gallery {
    padding: 100px 0
}

.image-gallery-style-2.image-gallery .image-gallery-slider {
    margin: 0;
    position: static
}

.image-gallery-style-2.image-gallery .image-gallery-slider .gallery-block {
    padding: 0
}

.image-gallery-style-2.image-gallery .image-gallery-slider .gallery-block .image {
    border-radius: 0;
    display: inline;
    margin: 0;
    min-width: 0;
    text-align: unset
}

.image-gallery-style-2.image-gallery .owl-nav .owl-prev {
    left: 15px
}

.image-gallery-style-2.image-gallery .owl-nav .owl-next {
    right: 60px
}

.image-gallery-style-2.image-gallery .owl-nav .owl-next,
.image-gallery-style-2.image-gallery .owl-nav .owl-prev {
    background: transparent !important;
    border-radius: 0;
    color: var(--main-color);
    display: inline-block;
    font-size: 24px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    transition: all .4s ease;
    vertical-align: top;
    width: 44px
}

.menu-cat {
    background-color: rgb(0, 0, 0);
    position: relative
}

.menu-cat .menucat-list {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 0;
    border-top: 1px solid var(--white-color-opacity-four);
    display: flex;
    padding: 40px 0;
    position: relative;
    transition: background 1s ease-in-out, padding .5s ease-in-out;
    width: 100%
}

.menu-cat .menucat-list:last-child {
    border-bottom: 1px solid var(--white-color-opacity-four);
    border-top: 1px solid var(--white-color-opacity-four)
}

.menu-cat .menucat-list .data-colom {
    align-items: center;
    display: flex;
    gap: 50px;
    justify-content: flex-end;
    width: 100%
}

.menu-cat .menucat-list .data-colom .star {
    align-items: center;
    display: flex;
    height: 14px;
    width: 14px
}

.menu-cat .menucat-list .image-box img {
    border-radius: 300px;
    max-height: 98px
}

.menu-cat .menucat-list .title-box {
    padding-bottom: 0;
    position: relative
}

.menu-cat .menucat-list .title-box h3 {
    font-size: 80px;
    position: relative;
    text-align: right;
    text-transform: uppercase
}

.menu-cat .menucat-list .arrow-btn {
    flex-shrink: 0;
    position: relative;
    text-align: right
}

.menu-cat .menucat-list .arrow-btn a {
    border: 1px solid var(--white-color-opacity-three);
    border-radius: 200px;
    color: var(--main-color);
    display: inline-block;
    font-size: 50px;
    height: 100px;
    line-height: 80px;
    padding: 10px;
    position: relative;
    text-align: center;
    width: 100px
}

.menu-cat .menucat-list:hover {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0
}

.menu-cat .menucat-list:hover .image-box {
    display: none
}

.menu-cat .menucat-list:hover .data-colom {
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
    width: 100%
}

.menu-cat .menucat-list:hover .title-box {
    text-align: left
}

.menu-cat .menucat-list:hover .arrow-btn a {
    background: var(--main-color);
    border: 1px solid var(--main-color);
    color: var(--black-color);
    transform: rotate(315deg)
}

.menu-cat .menucat-list.menubg:hover {
    background: var(--bg-image, url(../images/background/menu-bg-paper.jpg)) no-repeat center;
    background-size: cover
}

@media only screen and (max-width:1199px) {
    .menu-cat .menucat-list .title-box h3 {
        font-size: 60px
    }
}

@media only screen and (max-width:991px) {
    .menu-cat .menucat-list .title-box h3 {
        font-size: 50px
    }

    .menu-cat .menucat-list .arrow-btn a {
        font-size: 40px;
        height: 80px;
        line-height: 60px;
        width: 80px
    }
}

@media only screen and (max-width:767px) {
    .menu-cat .menucat-list {
        padding: 30px 0
    }

    .menu-cat .menucat-list:hover {
        padding: 60px 0
    }

    .menu-cat .menucat-list .data-colom {
        gap: 30px
    }

    .menu-cat .menucat-list .data-colom:hover {
        padding: 0 20px
    }

    .menu-cat .menucat-list .title-box h3 {
        font-size: 40px
    }

    .menu-cat .menucat-list .arrow-btn a {
        font-size: 30px;
        height: 60px;
        line-height: 40px;
        width: 60px
    }
}

@media only screen and (max-width:575px) {
    .menu-cat .menucat-list .title-box h3 {
        font-size: 30px
    }

    .menu-cat .menucat-list .image-box img {
        max-width: 60px
    }
}

.special-dish-slider .inner {
    background: url(../images/resource/pattern-dark.png) repeat;
    padding: 100px 0
}

.special-dish-slider .dish-gallery-slider .offer-block-two {
    margin: 0 auto;
    max-width: 350px;
    width: auto
}

.special-dish-slider .dish-gallery-slider .offer-block-two.margin-top {
    margin-top: 60px
}

@media only screen and (max-width:767px) {
    .special-dish-slider .dish-gallery-slider .offer-block-two.margin-top {
        margin-top: 30px
    }
}

@media only screen and (max-width:575px) {
    .special-dish-slider .dish-gallery-slider .offer-block-two.margin-top {
        margin-top: 0
    }
}

.special-dish-slider .dish-gallery-slider .offer-block-two .inner-box {
    border: none;
    border-radius: unset;
    display: block;
    padding: 0;
    position: relative;
    text-align: center
}

.special-dish-slider .dish-gallery-slider .offer-block-two .inner-box .image {
    display: block;
    margin-bottom: 25px;
    overflow: hidden;
    position: relative
}

.special-dish-slider .dish-gallery-slider .offer-block-two .inner-box .image img {
    display: block;
    position: relative;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    width: 100%
}

.special-dish-slider .dish-gallery-slider .owl-dots {
    padding-top: 30px;
    text-align: center
}

.special-dish-slider .dish-gallery-slider .owl-dots .owl-dot {
    background: var(--white-color-opacity-three);
    border-radius: 50%;
    height: 10px;
    margin: 0 5px;
    transition: all .3s ease;
    width: 10px
}

.special-dish-slider .dish-gallery-slider .owl-dots .owl-dot.active {
    background: var(--main-color);
    border-radius: 5px;
    width: 30px
}

.special-dish-slider .title-wrapper {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(50%, -50%) rotate(-90deg);
    transform-origin: center center;
    z-index: 100
}

@media only screen and (max-width:991px) {
    .special-dish-slider .title-wrapper {
        display: none
    }
}

.special-dish-slider .special-title {
    background: rgb(0, 0, 0);
    border: 1px solid var(--white-color-opacity-three);
    margin: 0;
    padding: 0 30px
}

.special-dish-slider .special-title h2 {
    font-size: 60px;
    padding-bottom: 10px
}

.special-dish-slider .title-box.onlyfor-sm {
    display: none
}

@media only screen and (max-width:991px) {
    .special-dish-slider .title-box.onlyfor-sm {
        display: block;
        margin-bottom: 40px
    }
}

.special-dish-slider .special-offer {
    background: none
}

:root {
    --tc-body-font-family: var(--primary-font);
    --tc-heading-font-family: var(--heading-font, var(--font-family-Fraunces));
    --tc-display-font-family: var(--heading-font, var(--font-family-Fraunces));
    --tc-body-font-size: var(--tc-body-font-size, 16px);
    --tc-fs-1: 40px;
    --tc-fs-2: 32px;
    --tc-fs-3: 28px;
    --tc-fs-4: 24px;
    --tc-fs-5: 20px;
    --tc-fs-6: 16px;
    --tc-fs-7: 14px;
    --tc-fs-8: 12px;
    --tc-fs-9: 10px;
    --tc-ds-1: 80px;
    --tc-ds-2: 72px;
    --tc-ds-3: 64px;
    --tc-ds-4: 56px;
    --tc-ds-5: 48px;
    --tc-ds-6: 40px;
    --spacing-xs: 0.5rem;
    --spacing-sm: 1rem;
    --spacing-md: 1.5rem;
    --spacing-lg: 2rem;
    --spacing-xl: 3rem;
    --spacing-xxl: 4rem;
    --transition-fast: 200ms ease;
    --transition-base: 300ms ease;
    --transition-slow: 500ms ease;
    --radius-sm: 4px;
    --radius-md: 8px;
    --radius-lg: 12px;
    --radius-xl: 20px;
    --radius-round: 50%;
    --shadow-sm: 0 2px 4px rgba(0, 0, 0, .1);
    --shadow-md: 0 5px 20px rgba(0, 0, 0, .1);
    --shadow-lg: 0 10px 30px rgba(0, 0, 0, .15);
    --shadow-xl: 0 20px 40px rgba(0, 0, 0, .2)
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: var(--tc-body-font-family);
    font-size: var(--tc-body-font-size);
    line-height: 1.6
}

.theme_color {
    color: var(--main-color);
    font-weight: 500
}

.h1,
h1 {
    font-size: var(--tc-h1-font-size)
}

.h1,
.h2,
h1,
h2 {
    font-family: var(--tc-heading-font-family);
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.2;
    margin-bottom: var(--spacing-sm);
    margin-top: 0
}

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

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

.h3,
.h4,
h3,
h4 {
    font-family: var(--tc-heading-font-family);
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.2;
    margin-bottom: var(--spacing-sm);
    margin-top: 0
}

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

.h5,
h5 {
    font-size: var(--tc-h5-font-size)
}

.h5,
.h6,
h5,
h6 {
    font-family: var(--tc-heading-font-family);
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.2;
    margin-bottom: var(--spacing-sm);
    margin-top: 0
}

.h6,
h6 {
    font-size: var(--tc-h6-font-size)
}

.reservation-form .form-group {
    margin-bottom: var(--spacing-md);
    position: relative
}

.reservation-form .form-group .field-inner {
    position: relative
}

.reservation-form .form-group .field-inner .invalid-feedback {
    animation: fadeInError var(--transition-fast);
    bottom: -20px;
    box-shadow: var(--shadow-sm);
    color: #dc3545;
    font-size: var(--tc-fs-8);
    left: 0;
    position: absolute;
    text-align: left;
    z-index: 10
}

.reservation-form .form-group.has-error,
.reservation-form .form-group:has(.invalid-feedback[style*="display: block"]) {
    margin-bottom: calc(var(--spacing-md) + 20px)
}

@keyframes fadeInError {
    0% {
        opacity: 0;
        transform: translateY(-5px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.footer-partial .newsletter-form .subscribe-form .input-group {
    align-items: stretch;
    display: flex;
    margin-bottom: 0 !important;
    position: relative;
    width: 100%
}

.footer-partial .newsletter-form .subscribe-form .input-group:before {
    color: #666;
    content: "";
    font-family: Font Awesome\ 5 Pro, Font Awesome\ 5 Free;
    font-weight: 400;
    left: 15px;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5
}

.footer-partial .newsletter-form .subscribe-form .input-group input[type=email] {
    background: #fff;
    border: none;
    border-radius: 0;
    color: var(--text-color);
    flex: 1;
    font-size: 14px;
    height: auto;
    padding: 15px 15px 15px 45px
}

.footer-partial .newsletter-form .subscribe-form .input-group input[type=email]::-moz-placeholder {
    color: #999
}

.footer-partial .newsletter-form .subscribe-form .input-group input[type=email]::placeholder {
    color: #999
}

.footer-partial .newsletter-form .subscribe-form .input-group input[type=email]:focus {
    box-shadow: none;
    outline: none
}

.footer-partial .newsletter-form .subscribe-form .input-group .btn.theme-btn {
    background: none;
    border: none;
    border-radius: 0;
    flex-shrink: 0;
    padding: 0
}

.footer-partial .newsletter-form .subscribe-form .input-group .btn.theme-btn.btn-primary {
    background: none;
    border: none;
    color: inherit
}

.footer-partial .newsletter-form .subscribe-form .input-group .btn.theme-btn.btn-primary:focus,
.footer-partial .newsletter-form .subscribe-form .input-group .btn.theme-btn.btn-primary:hover {
    background: none;
    border: none;
    box-shadow: none
}

.footer-partial .newsletter-form .subscribe-form .newsletter-message {
    border-radius: 4px;
    font-size: 14px;
    margin-top: 10px;
    padding: 8px 12px
}

.footer-partial .newsletter-form .subscribe-form .newsletter-message.newsletter-success-message {
    background: #d4edda;
    border: 1px solid #c3e6cb;
    color: #155724
}

.footer-partial .newsletter-form .subscribe-form .newsletter-message.newsletter-error-message {
    background: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24
}

.footer-col .newsletter-form form .form-group {
    align-items: stretch;
    display: flex;
    margin-bottom: 0;
    position: relative
}

.footer-col .newsletter-form form .form-group .alt-icon {
    color: var(--text-color);
    left: 15px;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5
}

.footer-col .newsletter-form form .form-group input[type=email] {
    background: #fff;
    border: none;
    border-radius: 0;
    color: #333;
    flex: 1;
    font-size: 14px;
    height: auto;
    padding: 15px 15px 15px 45px
}

.footer-col .newsletter-form form .form-group input[type=email]::-moz-placeholder {
    color: #999
}

.footer-col .newsletter-form form .form-group input[type=email]::placeholder {
    color: #999
}

.footer-col .newsletter-form form .form-group input[type=email]:focus {
    box-shadow: none;
    outline: none
}

.footer-col .newsletter-form form .form-group .theme-btn {
    flex-shrink: 0
}

.footer-col .newsletter-form form .alert {
    border-radius: 4px;
    font-size: 14px;
    margin-top: 10px;
    padding: 8px 12px
}

.footer-col .newsletter-form form .alert.alert-success {
    background: #d4edda;
    border: 1px solid #c3e6cb;
    color: #155724
}

.footer-col .newsletter-form form .alert.alert-danger {
    background: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24
}

.blog-post .blog-post-image {
    aspect-ratio: 16/9;
    border-radius: var(--radius-md);
    overflow: hidden
}

.blog-post .blog-post-image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform var(--transition-slow);
    width: 100%
}

.blog-post .blog-post-image:hover img {
    transform: scale(1.05)
}

.blog-post .post-meta {
    color: var(--color-three);
    display: flex;
    flex-wrap: wrap;
    font-size: var(--tc-fs-7);
    gap: var(--spacing-sm)
}

.blog-post .post-meta a {
    color: var(--main-color);
    text-decoration: none;
    transition: color var(--transition-base)
}

.blog-post .post-meta a:hover {
    text-decoration: underline
}

.blog-post .post-title {
    margin-bottom: var(--spacing-sm)
}

.blog-post .post-title a {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: var(--heading-color);
    display: -webkit-box;
    overflow: hidden;
    text-decoration: none;
    transition: color var(--transition-base)
}

.blog-post .post-title a:hover {
    color: var(--main-color)
}

.blog-post .post-excerpt {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: var(--text-color);
    display: -webkit-box;
    line-height: 1.6;
    overflow: hidden
}

.blog-post .read-more {
    align-items: center;
    color: var(--main-color);
    display: inline-flex;
    font-weight: 500;
    gap: var(--spacing-xs);
    text-decoration: none;
    transition: all var(--transition-base)
}

.blog-post .read-more i {
    transition: transform var(--transition-base)
}

.blog-post .read-more:hover {
    text-decoration: underline
}

.blog-post .read-more:hover i {
    transform: translateX(5px)
}

.blog-post-list {
    border-bottom: 1px solid var(--color-four);
    padding-bottom: 30px
}

.blog-post-list:last-child {
    border-bottom: none
}

.section-blog-7 {
    padding: 80px 0
}

.section-blog-7 .ds-3 {
    color: var(--heading-color);
    font-family: var(--tc-heading-font-family)
}

.gallery-section {
    padding: var(--spacing-xxl) 0
}

.gallery-section .gallery-item {
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-md);
    margin-bottom: var(--spacing-lg);
    overflow: hidden;
    position: relative;
    transition: box-shadow var(--transition-base)
}

.gallery-section .gallery-item:hover {
    box-shadow: var(--shadow-lg)
}

.gallery-section .gallery-item .gallery-image {
    aspect-ratio: 4/3;
    overflow: hidden;
    position: relative
}

.gallery-section .gallery-item .gallery-image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform var(--transition-slow);
    width: 100%
}

.gallery-section .gallery-item .gallery-image .gallery-overlay {
    align-items: center;
    background: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .8));
    display: flex;
    inset: 0;
    justify-content: center;
    opacity: 0;
    position: absolute;
    transition: all var(--transition-base);
    visibility: hidden
}

.gallery-section .gallery-item .gallery-image .gallery-overlay .gallery-content {
    color: #fff;
    padding: var(--spacing-md);
    text-align: center;
    transform: translateY(20px);
    transition: transform var(--transition-base)
}

.gallery-section .gallery-item .gallery-image .gallery-overlay .gallery-content .gallery-title {
    color: #fff;
    font-family: var(--tc-heading-font-family);
    font-size: var(--tc-fs-4);
    margin-bottom: var(--spacing-xs)
}

.gallery-section .gallery-item .gallery-image .gallery-overlay .gallery-content .gallery-description {
    color: hsla(0, 0%, 100%, .9);
    font-size: var(--tc-fs-7);
    margin-bottom: 0
}

.gallery-section .gallery-item .gallery-image:hover img {
    transform: scale(1.1)
}

.gallery-section .gallery-item .gallery-image:hover .gallery-overlay {
    opacity: 1;
    visibility: visible
}

.gallery-section .gallery-item .gallery-image:hover .gallery-overlay .gallery-content {
    transform: translateY(0)
}

@media(max-width:768px) {
    :root {
        --tc-h1-font-size: clamp(1.75rem, 5vw, 2.5rem);
        --tc-h2-font-size: clamp(1.5rem, 4vw, 2rem);
        --tc-h3-font-size: clamp(1.25rem, 3.5vw, 1.75rem);
        --tc-h4-font-size: clamp(1.125rem, 3vw, 1.5rem);
        --tc-h5-font-size: clamp(1rem, 2.5vw, 1.25rem);
        --tc-h6-font-size: clamp(0.875rem, 2vw, 1rem);
        --spacing-xs: 0.25rem;
        --spacing-sm: 0.5rem;
        --spacing-md: 1rem;
        --spacing-lg: 1.5rem;
        --spacing-xl: 2rem;
        --spacing-xxl: 3rem
    }
}

.newsletter-popup .modal-content {
    border: none !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .15);
    overflow: hidden
}

.newsletter-popup .newsletter-popup-bg {
    align-items: center;
    background: var(--primary-color);
    display: flex;
    justify-content: center;
    overflow: hidden;
    padding: 0;
    position: relative
}

.newsletter-popup .newsletter-popup-bg img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.newsletter-popup .newsletter-popup-content {
    background: rgb(0, 0, 0);
    flex: 1;
    padding: 60px 50px;
    position: relative
}

.newsletter-popup .btn-close {
    align-items: center;
    background: hsla(0, 0%, 100%, .9);
    border: none;
    border-radius: 50%;
    color: #333;
    display: flex;
    font-size: 18px;
    font-weight: 700;
    height: 40px;
    justify-content: center;
    opacity: 1;
    position: absolute;
    right: 20px;
    top: 20px;
    transition: all .3s ease;
    width: 40px;
    z-index: 10
}

.newsletter-popup .btn-close:before {
    content: "×";
    font-size: 24px;
    line-height: 1
}

.newsletter-popup .btn-close:hover {
    background: var(--primary-color);
    color: #fff;
    transform: rotate(90deg)
}

.newsletter-popup .modal-subtitle {
    color: var(--primary-color);
    display: inline-block;
    font-family: var(--primary-font);
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 15px;
    padding-left: 25px;
    position: relative;
    text-transform: uppercase
}

.newsletter-popup .modal-subtitle:before {
    background: var(--primary-color);
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 15px
}

.newsletter-popup .modal-title {
    font-size: 26px !important
}

.newsletter-popup .modal-text {
    color: var(--text-color) !important
}

.newsletter-popup .bb-newsletter-popup-form {
    margin-top: 0
}

.newsletter-popup .form-label {
    color: var(--text-color) !important
}

.newsletter-popup .form-control {
    background-color: rgb(0, 0, 0);
    border: 1px solid var(--white-color-opacity-four);
    border-radius: 0;
    color: var(--text-color);
    display: block;
    font-size: 14px;
    font-weight: 400;
    height: 56px;
    line-height: 34px;
    outline: none;
    padding: 15px 20px;
    transition: all .3s ease;
    width: 100%
}

.newsletter-popup .form-control:focus {
    border-color: #d4af37;
    box-shadow: none
}

.newsletter-popup .form-check {
    margin-top: 20px
}

.newsletter-popup .form-check-input {
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    height: 20px;
    margin-top: 2px;
    transition: all .3s ease;
    width: 20px
}

.newsletter-popup .form-check-input:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color)
}

.newsletter-popup .form-check-label {
    color: var(--text-color) !important
}

.newsletter-popup .btn-primary {
    background: var(--main-color);
    border: 2px solid var(--main-color);
    border-radius: 0 !important;
    color: var(--black-color);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    margin-top: 25px;
    overflow: hidden;
    padding: 12px 35px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: all .3s ease 0s;
    vertical-align: top
}

.newsletter-popup .btn-primary:hover {
    background: rgb(0, 0, 0);
    color: var(--white-color)
}

.newsletter-popup .btn-primary span {
    display: inline-block;
    position: relative;
    z-index: 2
}

@media(max-width:767px) {
    .newsletter-popup .newsletter-popup-content {
        padding: 40px 30px
    }

    .newsletter-popup .modal-title {
        font-size: 22px !important
    }

    .newsletter-popup .modal-text {
        font-size: 15px
    }

    .newsletter-popup .btn-primary,
    .newsletter-popup .theme-btn {
        font-size: 14px;
        padding: 12px 30px
    }
}

[data-bs-theme=dark] .newsletter-popup .newsletter-popup-content {
    background: #1e1e1e
}

[data-bs-theme=dark] .newsletter-popup .modal-title {
    color: #fff
}

[data-bs-theme=dark] .newsletter-popup .modal-text {
    color: hsla(0, 0%, 100%, .7)
}

[data-bs-theme=dark] .newsletter-popup .form-control {
    background: hsla(0, 0%, 100%, .05);
    border-color: hsla(0, 0%, 100%, .1);
    color: #fff
}

[data-bs-theme=dark] .newsletter-popup .form-control:focus {
    background: hsla(0, 0%, 100%, .08);
    border-color: var(--primary-color)
}

[data-bs-theme=dark] .newsletter-popup .form-control::-moz-placeholder {
    color: hsla(0, 0%, 100%, .5)
}

[data-bs-theme=dark] .newsletter-popup .form-control::placeholder {
    color: hsla(0, 0%, 100%, .5)
}

[data-bs-theme=dark] .newsletter-popup .form-label {
    color: #fff
}

[data-bs-theme=dark] .newsletter-popup .form-check-label {
    color: hsla(0, 0%, 100%, .7)
}

[data-bs-theme=dark] .newsletter-popup .btn-close {
    background: hsla(0, 0%, 100%, .1);
    color: #fff
}

[data-bs-theme=dark] .newsletter-popup .btn-close:hover {
    background: var(--primary-color);
    color: #fff
}

.reservation-form .alert,
.subscribe-form .alert {
    border: none;
    border-radius: 8px;
    font-size: 14px;
    margin-top: 15px;
    padding: 12px 16px
}

.reservation-form .alert.alert-success,
.subscribe-form .alert.alert-success {
    background-color: #d4edda;
    border-color: #c3e6cb;
    color: #155724
}

.reservation-form .alert.alert-danger,
.subscribe-form .alert.alert-danger {
    background-color: #f8d7da;
    border-color: #f5c6cb;
    color: #721c24
}

.reservation-form .alert .btn-close,
.subscribe-form .alert .btn-close {
    background: none;
    color: inherit;
    opacity: .7
}

.reservation-form .alert .btn-close:hover,
.subscribe-form .alert .btn-close:hover {
    opacity: 1
}

.reservation-form input.error,
.reservation-form select.error,
.reservation-form textarea.error,
.subscribe-form input.error,
.subscribe-form select.error,
.subscribe-form textarea.error {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25) !important
}

.reservation-form button[type=submit]:disabled,
.subscribe-form button[type=submit]:disabled {
    cursor: not-allowed;
    opacity: .7
}

.fob-comment-item-info .fob-comment-item-author {
    font-size: 14px !important
}

.fob-comment-form-section {
    margin-top: 50px !important
}

.fob-comment-form-section .fob-comment-title {
    font-family: var(--tc-heading-font-family) !important;
    font-size: 32px !important;
    font-weight: 600 !important;
    margin-bottom: 15px !important;
    padding-bottom: 20px;
    position: relative
}

.fob-comment-form-section .fob-comment-title:after {
    background: var(--main-color);
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 60px
}

.fob-comment-form-section .fob-comment-form-note {
    color: var(--white-color-opacity-two) !important;
    font-size: 15px !important;
    line-height: 1.6;
    margin-bottom: 35px !important
}

.fob-comment-form-section .cancel-comment-reply-link {
    color: #dc3545 !important;
    display: inline-block;
    font-size: 13px !important;
    margin-left: 15px !important;
    text-decoration: none !important;
    transition: all .3s ease
}

.fob-comment-form-section .cancel-comment-reply-link:hover {
    color: #c82333 !important;
    text-decoration: underline !important
}

.fob-comment-form-section form label {
    color: var(--white-color-opacity-two) !important;
    display: block;
    font-family: var(--tc-body-font-family);
    font-size: 14px !important;
    font-weight: 600 !important;
    letter-spacing: 1px;
    margin-bottom: 10px !important;
    text-transform: uppercase
}

.fob-comment-form-section form label.required:after {
    color: #dc3545 !important;
    content: " *" !important
}

.fob-comment-form-section form input[type=email],
.fob-comment-form-section form input[type=text],
.fob-comment-form-section form input[type=url],
.fob-comment-form-section form textarea {
    background-color: rgb(0, 0, 0);
    border: 1px solid var(--white-color-opacity-four);
    border-radius: 0;
    color: var(--text-color);
    display: block;
    font-size: 16px;
    font-weight: 400;
    height: 56px;
    line-height: 34px;
    padding: 10px 20px;
    position: relative;
    transition: all .3s ease;
    width: 100%
}

.fob-comment-form-section form input[type=email]:focus,
.fob-comment-form-section form input[type=text]:focus,
.fob-comment-form-section form input[type=url]:focus,
.fob-comment-form-section form textarea:focus {
    background-color: rgb(0, 0, 0);
    border-color: var(--main-color);
    box-shadow: none
}

.fob-comment-form-section form input[type=email]::-moz-placeholder,
.fob-comment-form-section form input[type=text]::-moz-placeholder,
.fob-comment-form-section form input[type=url]::-moz-placeholder,
.fob-comment-form-section form textarea::-moz-placeholder {
    color: #999;
    font-size: 14px
}

.fob-comment-form-section form input[type=email]::placeholder,
.fob-comment-form-section form input[type=text]::placeholder,
.fob-comment-form-section form input[type=url]::placeholder,
.fob-comment-form-section form textarea::placeholder {
    color: #999;
    font-size: 14px
}

.fob-comment-form-section form textarea {
    min-height: 150px;
    resize: vertical
}

.fob-comment-form-section form .invalid-feedback {
    color: #dc3545;
    display: block;
    font-size: 13px;
    margin-top: 5px
}

.fob-comment-form-section button[type=submit] {
    background: var(--main-color);
    border: 2px solid var(--main-color);
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    font-family: var(--tc-body-font-family);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    overflow: hidden;
    padding: 15px 40px;
    position: relative;
    text-transform: uppercase;
    transition: all .3s ease;
    z-index: 1
}

.fob-comment-form-section button[type=submit]:before {
    background: #222;
    content: "";
    height: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    transition: all .3s ease;
    width: 100%;
    z-index: -1
}

.fob-comment-form-section button[type=submit]:hover {
    border-color: #222;
    color: #fff
}

.fob-comment-form-section button[type=submit]:hover:before {
    left: 0
}

.fob-comment-form-section button[type=submit]:disabled {
    cursor: not-allowed;
    opacity: .7
}

.fob-comment-form-section .alert {
    border: none;
    border-radius: 0;
    font-size: 14px;
    margin: 20px 0;
    padding: 15px 20px
}

.fob-comment-form-section .alert.alert-success {
    background-color: #d4edda;
    border-left: 4px solid #28a745;
    color: #155724
}

.fob-comment-form-section .alert.alert-danger {
    background-color: #f8d7da;
    border-left: 4px solid #dc3545;
    color: #721c24
}

.fob-comment-form-section.loading,
.fob-comment-list-wrapper.loading {
    position: relative
}

.fob-comment-form-section.loading:before,
.fob-comment-list-wrapper.loading:before {
    background: hsla(0, 0%, 100%, .8);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10
}

.fob-comment-form-section.loading:after,
.fob-comment-list-wrapper.loading:after {
    animation: spin 1s linear infinite;
    border: 3px solid #f3f3f3;
    border-radius: 50%;
    border-top: 3px solid var(--main-color);
    content: "";
    height: 40px;
    left: 50%;
    margin: -20px 0 0 -20px;
    position: absolute;
    top: 50%;
    width: 40px;
    z-index: 11
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@media(max-width:768px) {

    .fob-comment-form-section,
    .fob-comment-list-section {
        margin-top: 40px;
        padding-top: 40px
    }

    .fob-comment-form-section .fob-comment-title,
    .fob-comment-list-section .fob-comment-title {
        font-size: 26px !important;
        margin-bottom: 30px !important
    }

    .fob-comment-list-section .fob-comment-item .fob-comment-item-avatar {
        margin-right: 15px
    }

    .fob-comment-list-section .fob-comment-item .fob-comment-item-avatar img {
        border-width: 2px;
        height: 50px !important;
        width: 50px !important
    }

    .fob-comment-list-section .fob-comment-item .fob-comment-item-author {
        font-size: 16px !important
    }

    .fob-comment-list-section .fob-comment-item .fob-comment-list {
        margin-left: 20px !important
    }

    .fob-comment-list-section .fob-comment-item .fob-comment-list .fob-comment-item {
        padding-left: 20px
    }

    .fob-comment-form-section form button[type=submit] {
        font-size: 13px;
        padding: 12px 30px
    }
}

[data-bs-theme=dark] .fob-comment-form-section,
[data-bs-theme=dark] .fob-comment-list-section {
    border-top-color: hsla(0, 0%, 100%, .1)
}

[data-bs-theme=dark] .fob-comment-list-section .fob-comment-item-author,
[data-bs-theme=dark] .fob-comment-list-section .fob-comment-title {
    color: #fff !important
}

[data-bs-theme=dark] .fob-comment-list-section .fob-comment-item {
    border-bottom-color: hsla(0, 0%, 100%, .1)
}

[data-bs-theme=dark] .fob-comment-list-section .fob-comment-item .fob-comment-item-avatar img {
    border-color: hsla(0, 0%, 100%, .1)
}

[data-bs-theme=dark] .fob-comment-list-section .fob-comment-item .fob-comment-item-body p {
    color: hsla(0, 0%, 100%, .7)
}

[data-bs-theme=dark] .fob-comment-list-section .fob-comment-item .fob-comment-item-pending {
    background: rgba(243, 156, 18, .2);
    color: #ffc107 !important
}

[data-bs-theme=dark] .fob-comment-list-section .fob-comment-item .fob-comment-list .fob-comment-item {
    border-left-color: var(--main-color)
}

[data-bs-theme=dark] .fob-comment-form-section .fob-comment-title {
    color: #fff !important
}

[data-bs-theme=dark] .fob-comment-form-section .fob-comment-form-note {
    color: hsla(0, 0%, 100%, .7) !important
}

[data-bs-theme=dark] .fob-comment-form-section form label {
    color: #fff !important
}

[data-bs-theme=dark] .fob-comment-form-section form input,
[data-bs-theme=dark] .fob-comment-form-section form textarea {
    background: hsla(0, 0%, 100%, .05) !important;
    border-color: hsla(0, 0%, 100%, .1) !important;
    color: #fff !important
}

[data-bs-theme=dark] .fob-comment-form-section form input:focus,
[data-bs-theme=dark] .fob-comment-form-section form textarea:focus {
    background: hsla(0, 0%, 100%, .08) !important;
    border-color: var(--main-color) !important
}

[data-bs-theme=dark] .fob-comment-form-section form input::-moz-placeholder,
[data-bs-theme=dark] .fob-comment-form-section form textarea::-moz-placeholder {
    color: hsla(0, 0%, 100%, .5)
}

[data-bs-theme=dark] .fob-comment-form-section form input::placeholder,
[data-bs-theme=dark] .fob-comment-form-section form textarea::placeholder {
    color: hsla(0, 0%, 100%, .5)
}

.pagination {
    align-items: center;
    display: flex;
    gap: .5rem !important;
    justify-content: center;
    margin: 40px 0
}

.pagination .page-item:first-child .page-link {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.pagination .page-item:last-child .page-link {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.pagination .page-item.disabled .page-link {
    background-color: #f5f5f5;
    border-color: #e8e8e8;
    color: #999;
    cursor: not-allowed;
    opacity: .6
}

.pagination .page-item.disabled .page-link svg path {
    stroke: #999
}

.pagination .page-item.active .page-link {
    box-shadow: 0 4px 10px rgba(212, 175, 55, .3);
    font-weight: 600
}

.pagination .page-item.active .page-link,
.pagination .page-item.active .page-link:hover {
    background-color: var(--main-color);
    border-color: var(--main-color);
    color: #fff
}

.pagination .page-link {
    align-items: center;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 0;
    color: #333;
    display: flex;
    font-family: var(--tc-body-font-family);
    font-size: 14px;
    font-weight: 500;
    justify-content: center;
    line-height: 1;
    min-height: 45px;
    min-width: 45px;
    padding: 12px 18px;
    position: relative;
    text-decoration: none;
    transition: all .3s ease
}

.pagination .page-link:hover {
    background-color: rgba(212, 175, 55, .1);
    border-color: var(--main-color);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
    color: var(--main-color);
    transform: translateY(-2px)
}

.pagination .page-link:hover svg path {
    stroke: var(--main-color)
}

.pagination .page-link:focus {
    box-shadow: none;
    outline: none
}

.pagination .page-link svg {
    height: 22px;
    width: 22px
}

.pagination .page-link svg path {
    stroke: #111827;
    transition: stroke .3s ease
}

.pagination-restoria {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 50px 0
}

.pagination-restoria .page-item {
    margin: 0 5px
}

.pagination-restoria .page-item .page-link,
.pagination-restoria .page-item.active .page-link {
    background: none;
    border: none;
    min-height: auto;
    min-width: auto;
    padding: 0
}

.pagination-restoria .page-item.active .page-link:after {
    background: var(--main-color);
    border-radius: 50%;
    bottom: -8px;
    content: "";
    height: 8px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 8px
}

.pagination-restoria .page-item.dots .page-link {
    color: #999;
    pointer-events: none
}

.pagination-restoria .page-link {
    color: #999;
    font-family: var(--tc-heading-font-family);
    font-size: 16px;
    font-weight: 600;
    padding: 5px 10px;
    position: relative
}

.pagination-restoria .page-link:hover {
    background: none;
    box-shadow: none;
    color: var(--main-color);
    transform: none
}

.blog-pagination {
    border-top: 1px solid #f0f0f0;
    margin-top: 60px;
    padding-top: 60px
}

.blog-pagination .pagination {
    margin: 0
}

.load-more-wrapper {
    margin: 50px 0;
    text-align: center
}

.load-more-wrapper .load-more-btn {
    background: var(--main-color);
    border: 2px solid var(--main-color);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: var(--tc-body-font-family);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    overflow: hidden;
    padding: 15px 50px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s ease;
    z-index: 1
}

.load-more-wrapper .load-more-btn:before {
    background: #222;
    content: "";
    height: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    transition: all .3s ease;
    width: 100%;
    z-index: -1
}

.load-more-wrapper .load-more-btn:hover {
    border-color: #222;
    color: #fff
}

.load-more-wrapper .load-more-btn:hover:before {
    left: 0
}

.load-more-wrapper .load-more-btn.loading,
.load-more-wrapper .load-more-btn:disabled {
    cursor: not-allowed;
    opacity: .7
}

.load-more-wrapper .load-more-btn.loading:hover,
.load-more-wrapper .load-more-btn:disabled:hover {
    border-color: var(--main-color)
}

.load-more-wrapper .load-more-btn.loading:hover:before,
.load-more-wrapper .load-more-btn:disabled:hover:before {
    left: -100%
}

.load-more-wrapper .load-more-btn.loading:after {
    animation: spin .8s linear infinite;
    border: 2px solid #fff;
    border-radius: 50%;
    border-top-color: transparent;
    content: "";
    display: inline-block;
    height: 14px;
    margin-left: 10px;
    vertical-align: middle;
    width: 14px
}

@media(max-width:768px) {
    .pagination {
        margin: 30px 0
    }

    .pagination .page-link {
        font-size: 13px;
        min-height: 40px;
        min-width: 40px;
        padding: 10px 14px
    }

    .pagination .page-link svg {
        height: 18px;
        width: 18px
    }

    .pagination-restoria .page-link {
        font-size: 14px;
        padding: 5px 8px
    }

    .load-more-wrapper .load-more-btn {
        font-size: 13px;
        padding: 12px 40px
    }
}

[data-bs-theme=dark] .pagination .page-item.disabled .page-link {
    background-color: hsla(0, 0%, 100%, .05);
    border-color: hsla(0, 0%, 100%, .1);
    color: hsla(0, 0%, 100%, .4)
}

[data-bs-theme=dark] .pagination .page-item.disabled .page-link svg path {
    stroke: hsla(0, 0%, 100%, .4)
}

[data-bs-theme=dark] .pagination .page-item.active .page-link {
    background-color: var(--main-color);
    border-color: var(--main-color);
    color: #fff
}

[data-bs-theme=dark] .pagination .page-link {
    background-color: hsla(0, 0%, 100%, .05);
    border-color: hsla(0, 0%, 100%, .1);
    color: hsla(0, 0%, 100%, .8)
}

[data-bs-theme=dark] .pagination .page-link:hover {
    background-color: rgba(212, 175, 55, .2);
    border-color: var(--main-color);
    color: var(--main-color)
}

[data-bs-theme=dark] .pagination .page-link:hover svg path {
    stroke: var(--main-color)
}

[data-bs-theme=dark] .pagination .page-link svg path {
    stroke: hsla(0, 0%, 100%, .8)
}

[data-bs-theme=dark] .blog-pagination {
    border-top-color: hsla(0, 0%, 100%, .1)
}

.menu-card-style-section,
.menu-card-style-section .menu-card-main {
    position: relative
}

.menu-card-style-section .menu-card-main .menu-card-corner {
    height: 50px;
    opacity: .8;
    position: absolute;
    width: 50px
}

.menu-card-style-section .menu-card-main .menu-card-corner.top-left {
    left: 0;
    top: 0
}

.menu-card-style-section .menu-card-main .menu-card-corner.top-right {
    right: 0;
    top: 0
}

.menu-card-style-section .menu-card-main .menu-card-corner.bottom-left {
    bottom: 0;
    left: 0
}

.menu-card-style-section .menu-card-main .menu-card-corner.bottom-right {
    bottom: 0;
    right: 0
}

.menu-card-style-section .menu-card-style .image-col .inner .image {
    border-radius: 10px;
    overflow: hidden
}

.menu-card-style-section .menu-card-style .image-col .inner .image img {
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform .5s ease;
    width: 100%
}

.menu-card-style-section .menu-card-style .image-col .inner .image:hover img {
    transform: scale(1.05)
}

.menu-card-style-section .menu-card-style .menu-col .inner .view-more-link {
    margin-top: 30px;
    text-align: center
}

.menu-card-style-section .menu-card-style .menu-col .inner .view-more-link .theme-btn {
    color: var(--main-color);
    display: inline-block;
    font-weight: 600;
    text-decoration: none;
    transition: all .3s ease
}

.menu-card-style-section .menu-card-style .menu-col .inner .view-more-link .theme-btn:hover {
    transform: translateX(5px)
}

.menu-card-style-section .menu-card-style .menu-col .inner .view-more-link .theme-btn i {
    margin-left: 5px;
    transition: margin-left .3s ease
}

.menu-card-style-section .menu-card-style .menu-col .inner .view-more-link .theme-btn:hover i {
    margin-left: 10px
}

.menu-page-section .inner-banner {
    margin-bottom: 60px
}

.menu-page-section .menu-items-list .menu-item-block {
    margin-bottom: 40px
}

.menu-page-section .menu-items-list .menu-item-block .dish-block.style-two {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .08);
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    transition: all .3s ease
}

.menu-page-section .menu-items-list .menu-item-block .dish-block.style-two:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
    transform: translateY(-5px)
}

.menu-page-section .menu-items-list .menu-item-block .dish-block.style-two .image-box {
    height: 250px;
    overflow: hidden;
    position: relative
}

.menu-page-section .menu-items-list .menu-item-block .dish-block.style-two .image-box img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform .5s ease;
    width: 100%
}

.menu-page-section .menu-items-list .menu-item-block .dish-block.style-two .image-box:hover img {
    transform: scale(1.1)
}

.menu-page-section .menu-items-list .menu-item-block .dish-block.style-two .image-box .discount-badge,
.menu-page-section .menu-items-list .menu-item-block .dish-block.style-two .image-box .featured-badge {
    border-radius: 25px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 15px;
    position: absolute;
    top: 20px
}

.menu-page-section .menu-items-list .menu-item-block .dish-block.style-two .image-box .featured-badge {
    background: #ff6b6b;
    left: 20px
}

.menu-page-section .menu-items-list .menu-item-block .dish-block.style-two .image-box .discount-badge {
    background: #4caf50;
    right: 20px
}

.menu-page-section .menu-items-list .menu-item-block .dish-block.style-two .content-box {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 30px
}

.menu-page-section .menu-items-list .menu-item-block .dish-block.style-two .content-box .title-row {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px
}

.menu-page-section .menu-items-list .menu-item-block .dish-block.style-two .content-box .title-row .dish-title {
    flex: 1;
    margin: 0;
    padding-right: 20px
}

.menu-page-section .menu-items-list .menu-item-block .dish-block.style-two .content-box .title-row .dish-title a {
    color: var(--heading-color);
    font-family: var(--tc-heading-font-family);
    font-size: 22px;
    text-decoration: none;
    transition: color .3s ease
}

.menu-page-section .menu-items-list .menu-item-block .dish-block.style-two .content-box .title-row .dish-title a:hover {
    color: var(--main-color)
}

.menu-page-section .menu-items-list .menu-item-block .dish-block.style-two .content-box .title-row .price-box {
    text-align: right
}

.menu-page-section .menu-items-list .menu-item-block .dish-block.style-two .content-box .title-row .price-box .price,
.menu-page-section .menu-items-list .menu-item-block .dish-block.style-two .content-box .title-row .price-box .sale-price {
    color: var(--main-color);
    font-size: 24px;
    font-weight: 600
}

.menu-page-section .menu-items-list .menu-item-block .dish-block.style-two .content-box .title-row .price-box .original-price {
    color: #999;
    display: block;
    font-size: 18px;
    margin-bottom: 5px;
    text-decoration: line-through
}

.menu-page-section .menu-items-list .menu-item-block .dish-block.style-two .content-box .description {
    color: var(--text-color);
    flex: 1;
    line-height: 1.6;
    margin-bottom: 20px
}

.menu-page-section .menu-items-list .menu-item-block .dish-block.style-two .content-box .dish-meta {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px
}

.menu-page-section .menu-items-list .menu-item-block .dish-block.style-two .content-box .dish-meta .dietary-tags {
    display: flex;
    gap: 10px
}

.menu-page-section .menu-items-list .menu-item-block .dish-block.style-two .content-box .dish-meta .dietary-tags .dietary-badge {
    align-items: center;
    border-radius: 20px;
    display: inline-flex;
    font-size: 12px;
    font-weight: 500;
    gap: 5px;
    padding: 5px 12px
}

.menu-page-section .menu-items-list .menu-item-block .dish-block.style-two .content-box .dish-meta .dietary-tags .dietary-badge.vegetarian {
    background: rgba(76, 175, 80, .1);
    color: #4caf50
}

.menu-page-section .menu-items-list .menu-item-block .dish-block.style-two .content-box .dish-meta .dietary-tags .dietary-badge.vegan {
    background: rgba(139, 195, 74, .1);
    color: #8bc34a
}

.menu-page-section .menu-items-list .menu-item-block .dish-block.style-two .content-box .dish-meta .dietary-tags .dietary-badge.gluten-free {
    background: rgba(255, 152, 0, .1);
    color: #ff9800
}

.menu-page-section .menu-items-list .menu-item-block .dish-block.style-two .content-box .dish-meta .dietary-tags .dietary-badge i {
    font-size: 14px
}

.menu-page-section .menu-items-list .menu-item-block .dish-block.style-two .content-box .dish-meta .calories-info {
    color: #666;
    font-size: 14px
}

.menu-page-section .menu-items-list .menu-item-block .dish-block.style-two .content-box .dish-meta .calories-info i {
    color: #ff6b6b;
    margin-right: 5px
}

.menu-page-section .empty-state {
    padding: 80px 0;
    text-align: center
}

.menu-page-section .empty-state .inner i {
    color: #ddd;
    display: block;
    font-size: 80px;
    margin-bottom: 30px
}

.menu-page-section .empty-state .inner h3 {
    color: var(--heading-color);
    font-size: 28px;
    margin-bottom: 15px
}

.menu-page-section .empty-state .inner p {
    color: var(--text-color);
    font-size: 16px;
    margin-bottom: 30px
}

.menu-detail-section {
    padding: 80px 0
}

.menu-detail-section .menu-item-detail .menu-item-header {
    margin-bottom: 40px
}

.menu-detail-section .menu-item-detail .menu-item-header .subtitle {
    margin-bottom: 15px
}

.menu-detail-section .menu-item-detail .menu-item-header .subtitle span a {
    color: var(--main-color);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase
}

.menu-detail-section .menu-item-detail .menu-item-header .subtitle span a:hover {
    text-decoration: underline
}

.menu-detail-section .menu-item-detail .menu-item-header h1 {
    font-family: var(--tc-heading-font-family);
    font-size: 48px;
    margin-bottom: 0
}

.menu-detail-section .menu-item-detail .menu-item-header h1 .s-info {
    background: #ff6b6b;
    border-radius: 25px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin-left: 15px;
    padding: 5px 15px;
    text-transform: uppercase;
    vertical-align: middle
}

.menu-detail-section .menu-item-detail .menu-item-image {
    margin-bottom: 40px
}

.menu-detail-section .menu-item-detail .menu-item-image .image {
    border-radius: 10px;
    overflow: hidden;
    position: relative
}

.menu-detail-section .menu-item-detail .menu-item-image .image img {
    height: auto;
    width: 100%
}

.menu-detail-section .menu-item-detail .menu-item-image .image .discount-badge {
    background: #4caf50;
    border-radius: 30px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 20px;
    position: absolute;
    right: 30px;
    top: 30px
}

.menu-detail-section .menu-item-detail .menu-item-content .info-row {
    background: #f8f8f8;
    border-radius: 10px;
    margin-bottom: 40px;
    padding: 30px
}

.menu-detail-section .menu-item-detail .menu-item-content .info-row .calories-info h4,
.menu-detail-section .menu-item-detail .menu-item-content .info-row .price-info h4 {
    color: #666;
    font-size: 18px;
    margin-bottom: 10px
}

.menu-detail-section .menu-item-detail .menu-item-content .info-row .calories-info .price,
.menu-detail-section .menu-item-detail .menu-item-content .info-row .calories-info .sale-price,
.menu-detail-section .menu-item-detail .menu-item-content .info-row .price-info .price,
.menu-detail-section .menu-item-detail .menu-item-content .info-row .price-info .sale-price {
    color: var(--main-color);
    font-size: 32px;
    font-weight: 600
}

.menu-detail-section .menu-item-detail .menu-item-content .info-row .calories-info .original-price,
.menu-detail-section .menu-item-detail .menu-item-content .info-row .price-info .original-price {
    color: #999;
    font-size: 24px;
    margin-right: 10px;
    text-decoration: line-through
}

.menu-detail-section .menu-item-detail .menu-item-content .info-row .calories-info span,
.menu-detail-section .menu-item-detail .menu-item-content .info-row .price-info span {
    color: #333;
    font-size: 24px
}

.menu-detail-section .menu-item-detail .menu-item-content .info-row .calories-info span i,
.menu-detail-section .menu-item-detail .menu-item-content .info-row .price-info span i {
    color: #ff6b6b;
    margin-right: 5px
}

.menu-detail-section .menu-item-detail .menu-item-content .description-box,
.menu-detail-section .menu-item-detail .menu-item-content .ingredients-box {
    margin-bottom: 40px
}

.menu-detail-section .menu-item-detail .menu-item-content .description-box h3,
.menu-detail-section .menu-item-detail .menu-item-content .ingredients-box h3 {
    font-family: var(--tc-heading-font-family);
    font-size: 28px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    position: relative
}

.menu-detail-section .menu-item-detail .menu-item-content .description-box h3:after,
.menu-detail-section .menu-item-detail .menu-item-content .ingredients-box h3:after {
    background: var(--main-color);
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 60px
}

.menu-detail-section .menu-item-detail .menu-item-content .description-box p,
.menu-detail-section .menu-item-detail .menu-item-content .ingredients-box p {
    color: var(--text-color);
    font-size: 16px;
    line-height: 1.8
}

.menu-detail-section .menu-item-detail .menu-item-content .dietary-info {
    margin-bottom: 40px
}

.menu-detail-section .menu-item-detail .menu-item-content .dietary-info h4 {
    font-size: 20px;
    margin-bottom: 20px
}

.menu-detail-section .menu-item-detail .menu-item-content .dietary-info .dietary-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 15px
}

.menu-detail-section .menu-item-detail .menu-item-content .dietary-info .dietary-badges .dietary-badge {
    align-items: center;
    border-radius: 30px;
    color: #fff;
    display: inline-flex;
    font-size: 14px;
    font-weight: 600;
    gap: 8px;
    padding: 10px 20px
}

.menu-detail-section .menu-item-detail .menu-item-content .dietary-info .dietary-badges .dietary-badge.vegetarian {
    background: #4caf50
}

.menu-detail-section .menu-item-detail .menu-item-content .dietary-info .dietary-badges .dietary-badge.vegan {
    background: #8bc34a
}

.menu-detail-section .menu-item-detail .menu-item-content .dietary-info .dietary-badges .dietary-badge.gluten-free {
    background: #ff9800
}

.menu-detail-section .menu-item-detail .menu-item-content .dietary-info .dietary-badges .dietary-badge i {
    font-size: 18px
}

.menu-detail-section .menu-item-detail .menu-item-content .dietary-info .dietary-badges .no-dietary {
    color: #666;
    font-style: italic
}

.menu-detail-section .menu-item-detail .menu-item-content .share-box h4 {
    font-size: 20px;
    margin-bottom: 15px
}

.menu-detail-section .sidebar-widget {
    background: #f8f8f8;
    border-radius: 10px;
    margin-bottom: 30px
}

.menu-detail-section .sidebar-widget .widget-inner {
    padding: 30px
}

.menu-detail-section .sidebar-widget .widget-inner .icon-box {
    margin-bottom: 20px;
    text-align: center
}

.menu-detail-section .sidebar-widget .widget-inner .icon-box .icon {
    color: var(--main-color);
    font-size: 48px
}

.menu-detail-section .sidebar-widget .widget-inner h4 {
    font-family: var(--tc-heading-font-family);
    font-size: 24px;
    margin-bottom: 15px
}

.menu-detail-section .sidebar-widget .widget-inner .text {
    color: var(--text-color);
    line-height: 1.6;
    margin-bottom: 20px
}

.menu-detail-section .sidebar-widget .widget-inner .phone {
    margin-bottom: 20px;
    text-align: center
}

.menu-detail-section .sidebar-widget .widget-inner .phone a {
    color: var(--main-color);
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none
}

.menu-detail-section .sidebar-widget .widget-inner .phone a i {
    margin-right: 10px
}

.menu-detail-section .sidebar-widget .widget-inner .phone a:hover {
    text-decoration: underline
}

.menu-detail-section .sidebar-widget.opening-hours .hours-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.menu-detail-section .sidebar-widget.opening-hours .hours-list li {
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    justify-content: space-between;
    padding: 10px 0
}

.menu-detail-section .sidebar-widget.opening-hours .hours-list li:last-child {
    border-bottom: none
}

.menu-detail-section .sidebar-widget.opening-hours .hours-list li .day {
    color: #333;
    font-weight: 500
}

.menu-detail-section .sidebar-widget.opening-hours .hours-list li .time {
    color: var(--main-color);
    font-weight: 600
}

.menu-detail-section .sidebar-widget.related-items .related-items-list {
    list-style: none;
    margin: 0 0 20px;
    padding: 0
}

.menu-detail-section .sidebar-widget.related-items .related-items-list li {
    border-bottom: 1px solid #e0e0e0;
    padding: 12px 0
}

.menu-detail-section .sidebar-widget.related-items .related-items-list li:last-child {
    border-bottom: none
}

.menu-detail-section .sidebar-widget.related-items .related-items-list li a {
    align-items: center;
    display: flex;
    justify-content: space-between;
    text-decoration: none;
    transition: all .3s ease
}

.menu-detail-section .sidebar-widget.related-items .related-items-list li a .item-name {
    color: #333;
    font-weight: 500
}

.menu-detail-section .sidebar-widget.related-items .related-items-list li a .item-price {
    color: var(--main-color);
    font-weight: 600
}

.menu-detail-section .sidebar-widget.related-items .related-items-list li a:hover .item-name {
    color: var(--main-color)
}

.menu-detail-section .sidebar-widget.related-items .view-all {
    color: var(--main-color);
    display: inline-block;
    font-weight: 600;
    text-decoration: none;
    transition: all .3s ease
}

.menu-detail-section .sidebar-widget.related-items .view-all:hover {
    transform: translateX(5px)
}

.menu-detail-section .sidebar-widget.related-items .view-all i {
    margin-left: 5px
}

.menu-detail-section .related-dishes {
    border-top: 1px solid #f0f0f0;
    margin-top: 80px;
    padding-top: 60px
}

.menu-detail-section .related-dishes .dish-block-two {
    margin-bottom: 30px
}

.menu-detail-section .related-dishes .dish-block-two .inner-box {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .08);
    overflow: hidden;
    transition: all .3s ease
}

.menu-detail-section .related-dishes .dish-block-two .inner-box:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
    transform: translateY(-5px)
}

.menu-detail-section .related-dishes .dish-block-two .inner-box .image {
    height: 200px;
    overflow: hidden
}

.menu-detail-section .related-dishes .dish-block-two .inner-box .image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform .5s ease;
    width: 100%
}

.menu-detail-section .related-dishes .dish-block-two .inner-box .image:hover img {
    transform: scale(1.1)
}

.menu-detail-section .related-dishes .dish-block-two .inner-box .lower-content {
    padding: 25px
}

.menu-detail-section .related-dishes .dish-block-two .inner-box .lower-content h4 {
    margin-bottom: 10px
}

.menu-detail-section .related-dishes .dish-block-two .inner-box .lower-content h4 a {
    color: var(--heading-color);
    font-size: 20px;
    text-decoration: none;
    transition: color .3s ease
}

.menu-detail-section .related-dishes .dish-block-two .inner-box .lower-content h4 a:hover {
    color: var(--main-color)
}

.menu-detail-section .related-dishes .dish-block-two .inner-box .lower-content .price {
    color: var(--main-color);
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px
}

.menu-detail-section .related-dishes .dish-block-two .inner-box .lower-content .text {
    color: var(--text-color);
    font-size: 14px;
    line-height: 1.6
}

.language-switcher-wrapper {
    align-items: center;
    display: inline-flex;
    margin-left: 20px
}

.language-switcher-wrapper .language-dropdown {
    position: relative
}

.language-switcher-wrapper .language-dropdown .language-toggle {
    align-items: center;
    background: transparent;
    border: none;
    border-radius: 0;
    color: var(--menu-text-color, #222);
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    gap: 8px;
    padding: 8px 15px;
    transition: all .3s ease;
    white-space: nowrap
}

.language-switcher-wrapper .language-dropdown .language-toggle img {
    border-radius: 2px;
    height: auto;
    width: 20px
}

.language-switcher-wrapper .language-dropdown .language-toggle .lang-name {
    color: inherit
}

.language-switcher-wrapper .language-dropdown .language-toggle i {
    font-size: 10px;
    transition: transform .3s ease
}

.language-switcher-wrapper .language-dropdown .language-toggle:hover {
    background: transparent;
    color: var(--menu-hover-color, var(--primary-color))
}

.language-switcher-wrapper .language-dropdown .language-toggle[aria-expanded=true] i {
    transform: rotate(180deg)
}

.language-switcher-wrapper .language-dropdown .language-menu {
    background: var(--color-two, #1e1e1e);
    border: none;
    border-radius: 0;
    box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, .03), -2px 0 10px 1px rgba(0, 0, 0, .03);
    left: auto;
    list-style: none;
    margin: 0;
    min-width: 180px;
    opacity: 0;
    padding-bottom: 15px;
    padding-left: 0;
    padding-top: 15px;
    position: absolute;
    right: 0;
    text-align: left;
    top: 100%;
    transform: translateY(20px);
    transition: all .3s ease;
    visibility: hidden;
    z-index: 100
}

.language-switcher-wrapper .language-dropdown .language-menu.show {
    opacity: 1;
    transform: translateY(0);
    transition: all .5s ease;
    visibility: visible
}

.language-switcher-wrapper .language-dropdown .language-menu li {
    margin-bottom: 10px;
    padding: 0;
    position: relative
}

.language-switcher-wrapper .language-dropdown .language-menu li:last-child {
    margin-bottom: 0
}

.language-switcher-wrapper .language-dropdown .language-menu li .language-item {
    color: var(--white-color, #fff);
    display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    text-decoration: none;
    text-transform: capitalize;
    transition: all .3s ease
}

.language-switcher-wrapper .language-dropdown .language-menu li .language-item img {
    border-radius: 2px;
    height: auto;
    margin-right: 10px;
    vertical-align: middle;
    width: 20px
}

.language-switcher-wrapper .language-dropdown .language-menu li .language-item:before {
    background-size: contain;
    background: url(../images/icons/star-element.svg) no-repeat;
    content: "";
    height: 12px;
    left: 15px;
    margin-top: -6px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transition: all .3s ease;
    visibility: hidden;
    width: 12px
}

.language-switcher-wrapper .language-dropdown .language-menu li .language-item:hover {
    color: var(--main-color, #d4af37);
    padding-left: 35px
}

.language-switcher-wrapper .language-dropdown .language-menu li .language-item:hover:before {
    opacity: 1;
    visibility: visible
}

.gallery-page .gallery-description {
    border-bottom: 1px solid #e0e0e0;
    margin: 0 auto 3rem;
    max-width: 800px;
    padding-bottom: 2rem
}

.gallery-page .masonry-gallery {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 20px;
    column-gap: 20px;
    margin: 0 auto
}

.gallery-page .masonry-gallery .masonry-item {
    -moz-column-break-inside: avoid;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    break-inside: avoid;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    transition: transform .3s ease, box-shadow .3s ease
}

.gallery-page .masonry-gallery .masonry-item:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, .15);
    transform: translateY(-5px)
}

.gallery-page .masonry-gallery .masonry-item:hover img {
    transform: scale(1.05)
}

.gallery-page .masonry-gallery .masonry-item img {
    display: block;
    height: auto;
    transition: transform .3s ease;
    width: 100%
}

@media(max-width:991px) {
    .gallery-page .masonry-gallery {
        -moz-column-count: 2;
        column-count: 2
    }
}

@media(max-width:575px) {
    .gallery-page .masonry-gallery {
        -moz-column-count: 1;
        column-count: 1
    }
}

.galleries-list-page .section-header {
    border-bottom: 1px solid #e0e0e0;
    margin: 0 auto 3rem;
    max-width: 800px;
    padding-bottom: 2rem
}

.galleries-list-page .galleries-grid {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr))
}

@media(max-width:767px) {
    .galleries-list-page .galleries-grid {
        gap: 20px;
        grid-template-columns: 1fr
    }
}

.galleries-list-page .gallery-card {
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
    overflow: hidden;
    transition: all .3s ease
}

.galleries-list-page .gallery-card:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, .15);
    transform: translateY(-8px)
}

.galleries-list-page .gallery-card:hover .gallery-thumbnail img {
    transform: scale(1.1)
}

.galleries-list-page .gallery-card:hover .gallery-overlay {
    opacity: 1;
    visibility: visible
}

.galleries-list-page .gallery-card .gallery-card-inner {
    display: flex;
    flex-direction: column;
    height: 100%
}

.galleries-list-page .gallery-card .gallery-thumbnail {
    background: #f5f5f5;
    height: 250px;
    overflow: hidden;
    position: relative
}

.galleries-list-page .gallery-card .gallery-thumbnail img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform .5s ease;
    width: 100%
}

.galleries-list-page .gallery-card .gallery-thumbnail .gallery-overlay {
    align-items: center;
    background: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .7));
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .3s ease;
    visibility: hidden
}

.galleries-list-page .gallery-card .gallery-thumbnail .gallery-overlay .overlay-content {
    text-align: center;
    transform: translateY(20px);
    transition: transform .3s ease
}

.galleries-list-page .gallery-card .gallery-thumbnail .gallery-overlay .overlay-content .view-gallery {
    background: var(--main-color);
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 12px 30px;
    text-transform: uppercase
}

.galleries-list-page .gallery-card .gallery-thumbnail .gallery-overlay .overlay-content .view-gallery i {
    font-size: 16px;
    margin-right: 8px
}

.galleries-list-page .gallery-card .gallery-thumbnail:hover .overlay-content {
    transform: translateY(0)
}

.galleries-list-page .gallery-card .gallery-thumbnail .image-count {
    background: rgba(0, 0, 0, .7);
    border-radius: 20px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 5px 12px;
    position: absolute;
    right: 15px;
    top: 15px
}

.galleries-list-page .gallery-card .gallery-thumbnail .image-count i {
    margin-right: 5px
}

.galleries-list-page .gallery-card .gallery-info {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 25px
}

.galleries-list-page .gallery-card .gallery-info .gallery-title {
    font-family: var(--tc-heading-font-family);
    font-size: 24px;
    margin: 0 0 15px
}

.galleries-list-page .gallery-card .gallery-info .gallery-title a {
    color: var(--heading-color);
    text-decoration: none;
    transition: color .3s ease
}

.galleries-list-page .gallery-card .gallery-info .gallery-title a:hover {
    color: var(--main-color)
}

.galleries-list-page .gallery-card .gallery-info .gallery-description {
    color: var(--text-color);
    flex: 1;
    line-height: 1.6;
    margin-bottom: 20px
}

.galleries-list-page .gallery-card .gallery-info .gallery-meta {
    border-top: 1px solid #c7c7c7;
    color: #c7c7c7;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    gap: 20px;
    padding-top: 20px
}

.galleries-list-page .gallery-card .gallery-info .gallery-meta span {
    align-items: center;
    display: flex
}

.galleries-list-page .gallery-card .gallery-info .gallery-meta span i {
    color: var(--main-color);
    margin-right: 6px
}

.galleries-list-page .no-galleries-found {
    background: #fff;
    border-radius: 12px;
    padding: 60px 30px
}

.galleries-list-page .no-galleries-found h3 {
    color: var(--heading-color);
    font-family: var(--tc-heading-font-family);
    margin-bottom: 10px
}

.galleries-list-page .no-galleries-found p {
    font-size: 16px
}

.galleries-list-page .galleries-pagination {
    display: flex;
    justify-content: center
}

.fancybox-caption {
    background: rgba(0, 0, 0, .8);
    color: #fff;
    font-size: 14px;
    padding: 10px 20px
}

.language-switcher-list {
    align-items: center;
    display: inline-flex;
    gap: 15px;
    margin-left: 20px
}

.language-switcher-list .language-link {
    align-items: center;
    border-radius: 20px;
    color: #fff;
    display: flex;
    font-size: 14px;
    gap: 6px;
    padding: 5px 10px;
    text-decoration: none;
    transition: all .3s ease
}

.language-switcher-list .language-link img {
    border-radius: 2px;
    height: auto;
    width: 20px
}

.language-switcher-list .language-link .lang-name {
    font-weight: 500
}

.language-switcher-list .language-link:hover {
    background: hsla(0, 0%, 100%, .1);
    color: var(--main-color)
}

.header-upper .links-box .language-switcher-wrapper .language-toggle {
    border: none;
    color: var(--menu-text-color, #333)
}

.header-upper .links-box .language-switcher-wrapper .language-toggle:hover {
    background: transparent;
    color: var(--menu-hover-color, var(--primary-color))
}

.header-upper .links-box .language-switcher-list .language-link {
    color: #333
}

.header-upper .links-box .language-switcher-list .language-link:hover {
    background: rgba(212, 175, 55, .1);
    color: var(--main-color)
}

@media(max-width:991px) {
    .main-header .header-upper .language-switcher-wrapper {
        display: none
    }
}

@media(max-width:768px) {
    .hidden-bar .mobile-language-switcher {
        margin-bottom: 30px;
        text-align: center
    }

    .hidden-bar .mobile-language-switcher h5 {
        align-items: center;
        color: var(--white-color);
        display: inline-flex;
        gap: 10px;
        margin-bottom: 15px;
        text-transform: capitalize
    }

    .hidden-bar .mobile-language-switcher h5:after,
    .hidden-bar .mobile-language-switcher h5:before {
        background: url(../images/icons/star-element.svg);
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        display: inline-block;
        height: 12px;
        width: 12px
    }

    .hidden-bar .mobile-language-switcher .language-active {
        color: var(--main-color);
        font-weight: 600
    }

    .hidden-bar .mobile-language-switcher .language-active img {
        margin-right: 5px
    }

    .hidden-bar .mobile-language-switcher .language-link {
        color: var(--white-color);
        transition: color .3s ease
    }

    .hidden-bar .mobile-language-switcher .language-link img {
        margin-right: 5px
    }

    .hidden-bar .mobile-language-switcher .language-link:hover {
        color: var(--main-color);
        text-decoration: none
    }

    .hidden-bar .currency-switcher {
        margin-top: 30px;
        text-align: center
    }

    .hidden-bar .currency-switcher h5 {
        align-items: center;
        color: var(--white-color);
        display: inline-flex;
        gap: 10px;
        margin-bottom: 15px;
        text-transform: capitalize
    }

    .hidden-bar .currency-switcher h5:after,
    .hidden-bar .currency-switcher h5:before {
        background: url(../images/icons/star-element.svg);
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        display: inline-block;
        height: 12px;
        width: 12px
    }

    .hidden-bar .currency-switcher .currency-active {
        color: var(--main-color);
        font-weight: 600
    }

    .hidden-bar .currency-switcher .currency-link {
        color: var(--white-color);
        transition: color .3s ease
    }

    .hidden-bar .currency-switcher .currency-link:hover {
        color: var(--main-color);
        text-decoration: none
    }

    .language-switcher-wrapper {
        margin-left: 10px
    }

    .language-switcher-wrapper .language-dropdown .language-toggle {
        font-size: 13px;
        padding: 6px 12px
    }

    .language-switcher-wrapper .language-dropdown .language-toggle .lang-name {
        display: none
    }

    .language-switcher-wrapper .language-dropdown .language-menu {
        left: 50%;
        right: auto;
        transform: translateX(-50%) translateY(-10px)
    }

    .language-switcher-wrapper .language-dropdown .language-menu.show {
        transform: translateX(-50%) translateY(0)
    }

    .language-switcher-list {
        gap: 10px;
        margin-left: 10px
    }

    .language-switcher-list .language-link {
        font-size: 13px;
        padding: 4px 8px
    }

    .language-switcher-list .language-link .lang-name {
        display: none
    }
}

@media(max-width:991px) {
    .menu-card-style .menu-col .inner {
        padding: 30px 20px
    }

    .menu-card-style .image-col .inner .image {
        height: 300px
    }

    .menu-detail-section .menu-item-header h1 {
        font-size: 36px
    }
}

@media(max-width:767px) {
    .menu-card-style.alternate .row {
        flex-direction: column
    }

    .menu-card-style .menu-col .inner {
        padding: 30px 15px
    }

    .menu-card-style .menu-col .inner .title-box h3 {
        font-size: 28px
    }

    .menu-card-style .image-col {
        margin-bottom: 30px
    }

    .menu-card-style .image-col .inner .image {
        height: 250px
    }

    .menu-page-section .menu-items-list .menu-item-block .dish-block.style-two .content-box {
        padding: 20px
    }

    .menu-page-section .menu-items-list .menu-item-block .dish-block.style-two .content-box .title-row {
        align-items: flex-start;
        flex-direction: column
    }

    .menu-page-section .menu-items-list .menu-item-block .dish-block.style-two .content-box .title-row .dish-title {
        margin-bottom: 10px;
        padding-right: 0
    }

    .menu-page-section .menu-items-list .menu-item-block .dish-block.style-two .content-box .title-row .price-box {
        text-align: left
    }

    .menu-detail-section .sidebar-column {
        margin-top: 40px
    }
}

.show-admin-bar .fixed-header.header-down,
.show-admin-bar .main-header {
    top: 40px
}

.main-menu .navigation>li {
    padding: 28px 0
}

.main-header .info-btn {
    color: var(--header-text-color);
    padding-top: 0
}

.main-header .info-btn .hamburger .bottom-bun,
.main-header .info-btn .hamburger .meat,
.main-header .info-btn .hamburger .top-bun {
    background-color: var(--header-text-color)
}

.main-header .info-btn:hover .hamburger .bottom-bun,
.main-header .info-btn:hover .hamburger .meat,
.main-header .info-btn:hover .hamburger .top-bun {
    background-color: var(--primary-color)
}

.google-map-iframe {
    margin-bottom: 0 !important
}

.bg-text {
    bottom: 0;
    font-family: var(--font-family-Herrvon);
    left: 0;
    opacity: .04;
    position: absolute;
    right: 0;
    text-align: center
}

.we-offer-section .bg-text {
    font-size: 730px;
    line-height: .5em
}

.btn-style-one:hover .btn-title {
    color: var(--white-color);
    position: relative;
    z-index: 7
}

.fluid-section .chef-bio-style-2 .inner {
    display: block;
    padding: 150px 20px;
    position: relative
}

.why-us-two {
    background-color: var(--color-two)
}

.testimonials-section-style-3 {
    background: var(--color-one)
}

.testimonials-section-style-3 .carousel-col {
    background: rgba(21, 44, 41, .7);
    border: 1px solid var(--main-color);
    border-radius: 0 200px 0 0;
    padding: 80px;
    position: relative;
    z-index: 100
}

.testimonials-section-style-3 .carousel-box {
    margin: 0 auto;
    max-width: 880px;
    position: relative;
    text-align: center
}

.testimonials-section-style-3 .testi-top {
    background: none;
    border: none;
    border-radius: 0;
    padding: 0;
    position: relative;
    text-align: center
}

.testimonials-section-style-3 .testi-top .quote-text {
    font-size: 20px;
    line-height: 1.6em;
    position: relative
}

.testimonials-section-style-3 .thumbs-carousel-box {
    margin: 0 auto;
    max-width: 390px;
    overflow: hidden;
    padding-top: 40px;
    position: relative
}

.testimonials-section-style-3 .testi-thumbs {
    margin: 0 auto;
    max-width: 130px;
    position: relative;
    text-align: center
}

.testimonials-section-style-3 .testi-thumbs .owl-stage-outer {
    overflow: visible
}

.testimonials-section-style-3 .testi-thumbs .image {
    border-radius: 50%;
    cursor: pointer;
    height: 100px;
    margin: 0 auto 15px;
    position: relative;
    transform: scale(.8);
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    width: 100px
}

.testimonials-section-style-3 .testi-thumbs .image img {
    border-radius: 50%;
    display: block;
    position: relative;
    width: 100%
}

.testimonials-section-style-3 .testi-thumbs .active .image {
    border: 2px solid var(--main-color);
    transform: scale(1)
}

.testimonials-section-style-3 .testi-thumbs .auth-title {
    color: var(--main-color);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .2em;
    opacity: 0;
    position: relative;
    text-transform: uppercase;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    visibility: hidden
}

.testimonials-section-style-3 .testi-thumbs .active .auth-title {
    opacity: 1;
    visibility: visible
}

.testimonials-section-style-3 .owl-theme .owl-dots,
.testimonials-section-style-3 .owl-theme .owl-nav {
    display: none
}

.testimonials-section-style-3 .row {
    display: flex;
    flex-wrap: wrap;
    position: relative
}

.testimonials-section-style-3 .auto-container {
    max-width: 1600px
}

.testimonials-section-style-3 .carousel-img-col {
    bottom: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 60%;
    z-index: 1
}

.testimonials-section-style-3 .carousel-img-col img {
    border-radius: 200px 0 0 0;
    width: 100%
}

.testimonials-section-style-3 .carousel-img-col .carousel-image {
    height: 100%;
    left: 0;
    min-height: 100%;
    position: relative;
    top: 0;
    width: 100%
}

.testimonials-section-style-3 .carousel-img-col .carousel-image .image-layer {
    background-position: 50%;
    background-size: cover;
    border-radius: 200px 0 0 0;
    height: 100%;
    width: 100%
}

.testimonials-section-style-3 .carousel-img-col .carousel-image .image-layer:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.section-kt-2 {
    background-color: var(--color-two)
}

.newsletter-popup .modal-dialog .modal-content .newsletter-popup-content form button {
    border-radius: 0 !important
}

.hero-wrapper {
    overflow: hidden;
    position: relative
}

section {
    position: relative;
    z-index: 99
}

.hero-section.hero-section-style-4 {
    background: var(--black-color);
    display: flex;
    height: 100vh;
    position: relative;
    width: 100%
}

.hero-section.hero-section-style-4 .hero-col {
    border-right: 1px solid var(--white-color-opacity-two);
    flex: 1 !important;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.hero-section.hero-section-style-4 .hero-col:last-child {
    border-right: none
}

.hero-section.hero-section-style-4 .hero-bg {
    background-position: 50%;
    background-size: cover;
    height: 100%;
    left: 0;
    opacity: 1;
    pointer-events: none;
    position: absolute;
    top: 0;
    transform: scale(1);
    transition: transform .6s ease-in-out, opacity .4s ease-in-out;
    width: 100%;
    z-index: 1
}

.hero-section.hero-section-style-4 .hero-col:hover .hero-bg {
    animation: fadeZoomIn .6s ease forwards;
    height: 100vh;
    left: 0;
    opacity: 1;
    opacity: 0;
    position: fixed;
    top: 0;
    transform: scale(1.05);
    transition: transform .6s ease-in-out, opacity .4s ease-in-out;
    width: 100vw;
    z-index: 5
}

.hero-section.hero-section-style-4 .hero-col:hover {
    z-index: 10
}

.hero-section.hero-section-style-4 .hero-titles {
    display: flex;
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 20
}

.hero-section.hero-section-style-4 .hero-title {
    align-items: center;
    color: var(--white-color);
    display: flex;
    flex: 1;
    font-family: var(--font-family-Fraunces);
    font-size: 60px;
    font-weight: 400;
    justify-content: center;
    letter-spacing: normal;
    text-align: center;
    text-shadow: 1px 1px 0 #000, 2px 2px 3px rgba(0, 0, 0, .7);
    text-transform: uppercase
}

.hero-section.hero-section-style-4 .vertical-line {
    background-color: var(--white-color-opacity-two);
    height: 100vh;
    position: absolute;
    top: 0;
    width: 1px;
    z-index: 50
}

.hero-section.hero-section-style-4 .vertical-line:nth-of-type(2) {
    left: 33.33%
}

.hero-section.hero-section-style-4 .vertical-line:nth-of-type(4) {
    left: 66.66%
}

.hero-section.hero-section-style-4 .hero-button {
    bottom: unset;
    left: 50%;
    opacity: 0;
    pointer-events: auto;
    position: absolute;
    top: 60%;
    transform: translate(-50%, -50%);
    transition: all .3s ease;
    visibility: hidden;
    z-index: 15
}

.hero-section.hero-section-style-4 .hero-col:hover .hero-button {
    opacity: 1;
    visibility: visible
}

@keyframes fadeZoomIn {
    0% {
        opacity: 0;
        transform: scale(1.02)
    }

    to {
        opacity: 1;
        transform: scale(1.05)
    }
}

.cta-section {
    position: relative
}

.cta-section .book-btn {
    align-items: center;
    background: url(../images/resource/book-badge.png) no-repeat 50%;
    background-size: contain;
    bottom: 50px;
    display: flex;
    height: 141px;
    justify-content: center;
    position: absolute;
    right: 50px;
    text-decoration: none;
    width: 141px;
    z-index: 10
}

.currency-switcher .currency-active {
    color: var(--main-color) !important;
    font-weight: 500
}

.currency-switcher .currency-link {
    transition: color .3s
}

.currency-switcher .currency-link:hover {
    color: var(--main-color) !important
}

.info-bar .social_media {
    display: flex;
    justify-content: center
}

.info-bar .social_media li a {
    border: 1px solid var(--color-four);
    border-radius: 50px;
    color: var(--white-color);
    display: block;
    font-size: 15px;
    height: 37px;
    line-height: 34px;
    margin-right: 10px;
    text-align: center;
    transition: all .4s;
    width: 37px
}

.info-bar .social_media li a:hover {
    background-color: var(--main-color);
    color: var(--color-one)
}

.ui-widget.ui-widget-content.ui-datepicker {
    z-index: 999 !important
}

.google-map-iframe iframe {
    width: 100%
}

.main-header .main-box .logo-box .logo img {
    height: auto
}