@import "./assets/css/color.css?ver=1.2";
@import "./assets/css/fonts.css";
:root {
    --shape-cafe: 2rem;
}
#site-title h1,#site-title h2 {
    text-indent: -9999px;
    font-size: 0;
    display: none;
}
a {
    color: var(--cafe-color-1);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}
a:hover {
    color: var(--cafe-color-2);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}
::-moz-selection {
    color: var(--cafe-color-1);
    background: var(--cafe-color-4);
}
::selection {
    color: var(--cafe-color-1);
    background: var(--cafe-color-4);
}
.transition-cafe {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
body {
    position: relative;
    font: 1em AbarLowFaNum;
    font-weight: normal;
    margin: 0 auto;
    background-color: var(--cafe-color-bg);
    height: 100%;
}
body.rtl-mode {
    text-align: right;
    -moz-font-feature-settings: "ss01";
    -webkit-font-feature-settings: "ss01";
    font-feature-settings: "ss01";
}
.number-align {
    -moz-font-feature-settings: "ss04";
    -webkit-font-feature-settings: "ss04";
    font-feature-settings: "ss04";
}
body.ltr-mode {
    text-align: left;
}
body, html {
    height: 100%;
    margin: 0;
    width: 100%;
}
html {
    scroll-behavior: smooth;
}
.clear-n {
    clear: both;
}
#main-body-cafe {
    margin: 0 auto;
    width: 100%;
}
*:focus-visible {
    outline: none !important;
}
.img-cover {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 101%;
    height: 101%;
    object-fit: cover;
    -o-object-fit: cover;
}
.img-contain {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: contain;
    -o-object-fit: contain;
}
.limit-line-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.limit-line-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.limit-line-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.limit-line-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.disable-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn-dark {
    --bs-btn-color: #fff;
    --bs-btn-bg: #000000;
    --bs-btn-border-color: #000000;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #212121;
    --bs-btn-hover-border-color: #212121;
    --bs-btn-focus-shadow-rgb: 66,70,73;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #000000;
    --bs-btn-active-border-color: #000000;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #000000;
    --bs-btn-disabled-border-color: #000000;
}
.btn-primary {
    --bs-btn-color: #212121;
    --bs-btn-bg: var(--cafe-color-2);
    --bs-btn-border-color: var(--cafe-color-2);
    --bs-btn-hover-color: #ffffff !important;
    --bs-btn-hover-bg: var(--cafe-color-2);
    --bs-btn-hover-border-color: var(--cafe-color-2);
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #212121;
    --bs-btn-active-bg: var(--cafe-color-2);
    --bs-btn-active-border-color: var(--cafe-color-2);
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #212121;
    --bs-btn-disabled-bg: var(--cafe-color-2);
    --bs-btn-disabled-border-color: var(--cafe-color-2);
}
.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--cafe-color-1);
    --bs-btn-border-color: var(--cafe-color-1);
    --bs-btn-hover-color: var(--cafe-color-2);
    --bs-btn-hover-bg: var(--cafe-color-1);
    --bs-btn-hover-border-color: var(--cafe-color-1);
    --bs-btn-focus-shadow-rgb: 130,138,145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--cafe-color-1);
    --bs-btn-active-border-color: var(--cafe-color-1);
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--cafe-color-1);
    --bs-btn-disabled-border-color: var(--cafe-color-1);
}
.btn-outline-primary {
    --bs-btn-color: #212121;
    --bs-btn-border-color: var(--cafe-color-2);
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: var(--cafe-color-2);
    --bs-btn-hover-border-color: var(--cafe-color-2);
    --bs-btn-focus-shadow-rgb: 13,110,253;
    --bs-btn-active-color: #212121;
    --bs-btn-active-bg: var(--cafe-color-2);
    --bs-btn-active-border-color: var(--cafe-color-2);
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #212121;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--cafe-color-2);
    --bs-gradient: none;
}
.btn-outline-secondary {
    --bs-btn-color: #212121;
    --bs-btn-border-color: var(--cafe-color-1);
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: var(--cafe-color-2);
    --bs-btn-hover-border-color: var(--cafe-color-2);
    --bs-btn-focus-shadow-rgb: 13,110,253;
    --bs-btn-active-color: #212121;
    --bs-btn-active-bg: var(--cafe-color-2);
    --bs-btn-active-border-color: var(--cafe-color-2);
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #212121;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--cafe-color-1);
    --bs-gradient: none;
}
.btn-cafe {
    border-radius: 0;
    padding: .7rem 2rem;
    font-size: .95rem;
    font-weight: normal;
}
.btn-cafe i {
    font-size: 1.5rem;
}
.navbar-cafe {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 0;
    background-color: transparent;
    border-top: 5px solid var(--cafe-color-2);
}
.navbar-cafe-desktop {
    position: relative;
    width: 100%;
    z-index: 1;
    display: block;
}
/*.navbar-cafe-desktop.show {*/
/*    visibility: visible;*/
/*    opacity: 1;*/
/*}*/
/*.navbar-cafe-desktop.hide {*/
/*    visibility: hidden;*/
/*    opacity: 0;*/
/*}*/
.navbar-cafe-desktop .navbar-logo {
    height: 85px;
}
.navbar-cafe-desktop .navbar-logo:hover {
    /*opacity: .8;*/
}
.navbar-menu-cafe-desktop {
    padding: 0;
    margin: 0;
}
.navbar-menu-cafe-desktop li {
    position: relative;
}
.navbar-menu-cafe-desktop li:not(:first-child) {
    margin-right: 1.5rem;
}
.ltr-mode .navbar-menu-cafe-desktop li:not(:first-child) {
    margin-left: 1.5rem;
    margin-right: 0;
}
.navbar-menu-cafe-desktop a {
    color: var(--cafe-color-2);
    border-bottom: 2px solid transparent;
    padding: .4rem .25rem;
    font-weight: bold;
    font-size: .9rem;
}
.navbar-menu-cafe-desktop .current-menu-item a,
.navbar-menu-cafe-desktop a:hover {
    color: #ffffff;
    /*border-color: var(--cafe-color-2);*/
}
.navbar-menu-cafe-desktop i {
    display: none;
}
.lang-btn {
    color: var(--cafe-color-2);
    font-size: 1rem;
}
.lang-btn:hover {
    color: #ffffff;
}
.divider-line {
    width: 2px;
    height: 15px;
    display: inline-block;
    background-color: var(--cafe-color-2);
    margin: 0 .7rem;
}
.search-btn {
    display: inline-block;
    height: 1.3rem;
    width: 1.3rem;
    padding: 0;
    border: none !important;
}
.search-btn svg {
    height: 100%;
    width: 100%;
}
.search-btn:hover svg path {
    fill: #ffffff;
}
.search-btn-mobile {
    display: inline-block;
    color: var(--cafe-color-1);
    padding: 0;
    border: none !important;
}
.search-btn-mobile svg {
    height: 1.2rem;
    width: 1.2rem;
}
.search-btn-mobile svg path {
    fill: var(--cafe-color-1);
}
.search-btn-mobile:hover {
    color: var(--cafe-color-2);
}
.search-btn-mobile:hover svg path {
    fill: var(--cafe-color-2);
}
.navbar-cafe-mobile {
    position: relative;
    width: 100%;
    padding: 0 0 .25rem;
}
.navbar-cafe-mobile.navbar-cafe-mobile-home {
    background: -moz-linear-gradient(0deg, rgba(255,255,255,0) 50%, rgba(0,0,0,0.8) 100%);
    background: -webkit-linear-gradient(0deg, rgba(255,255,255,0) 50%, rgba(0,0,0,0.8) 100%);
    background: linear-gradient(0deg, rgba(255,255,255,0) 50%, rgba(0,0,0,0.8) 100%);
}
.navbar-mobile-logo {
    height: 60px;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}
.navbar-toggler {
    border: none !important;
    box-shadow: none !important;
}
.navbar-toggler .navbar-toggler-icon {
    width: 1.5em;
    height: 1.5em;
    background-image: url("./assets/img/menu.svg");
}
.navbar-toggler:hover .navbar-toggler-icon {
    opacity: .7;
}
#navbarMobileShow.offcanvas.offcanvas-start {
    width: 350px;
    max-width: 100%;
}
.navbar-toggler-mobile .navbar-toggler-icon {
    width: 1.5em;
    height: 1.5em;
    background-image: url("./assets/img/menu-close.svg");
}
#navbarMobileShow .offcanvas-header {
    border-bottom: 1px solid var(--cafe-color-1);
}
.mobile-menu-parent {
    position: relative;
    width: 100%;
    border-bottom: 1px solid var(--cafe-color-1);
    padding: 1.5rem 1rem;
}
.mobile-menu-parent:last-child {
    border-bottom: none;
}
.mobile-menu-parent ul {
    padding: 0;
    margin: 0;
}
.mobile-menu-parent ul li:not(:last-child) {
    margin-bottom: 1rem;
}
.mobile-menu-parent a {
    color: var(--cafe-color-1);
    font-size: 1rem;
    font-weight: normal;
}
.mobile-menu-parent a:hover {
    color: var(--cafe-color-2);
}
.mobile-menu-parent a i {
    font-size: 1.1rem;
}
.navbar-cafe-fixed {
    background-color: var(--cafe-color-bg);
    box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.10), 0 4px 6px -1px rgba(0, 0, 0, 0.10);
    -webkit-box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.10), 0 4px 6px -1px rgba(0, 0, 0, 0.10);
}
.navbar-cafe-fixed .navbar-cafe-desktop .navbar-logo {
    /*height: 70px;*/
    margin-bottom: -2rem;
}
.navbar-cafe-fixed .navbar-menu-cafe-desktop a {
    color: var(--cafe-color-2);
}
.navbar-cafe-desktop-page .navbar-menu-cafe-desktop .current-menu-item a,
.navbar-cafe-desktop-page .navbar-menu-cafe-desktop a:hover {
    color: #ffffff;
}
.navbar-cafe-desktop-page .navbar-menu-cafe-desktop .current-menu-item a,
.navbar-cafe-desktop-page .navbar-menu-cafe-desktop a:hover,
.navbar-cafe-fixed .navbar-menu-cafe-desktop a:hover {
    color: #063567;
    /*border-color: var(--cafe-color-2);*/
}
.navbar-cafe-fixed .navbar-cafe-mobile {
    background: none !important;
    padding: 0;
}
.navbar-cafe-fixed .navbar-cafe-mobile .navbar-mobile-logo {
    margin-bottom: -1rem;
}
.navbar-cafe-desktop-page .search-btn:hover svg path,
.navbar-cafe-fixed .search-btn:hover svg path {
    fill: var(--cafe-color-1);
}
.navbar-cafe-desktop-page .lang-btn:hover,
.navbar-cafe-fixed .lang-btn:hover {
    color: var(--cafe-color-1);
}
.nav-type1-section {
    display: block;
}
.nav-type2-section {
    display: none;
}
.navbar-cafe-desktop-page-menu {
    /*background: var(--cafe-color-2) !important;*/
    background: var(--cafe-color-bg) !important;
    box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.10), 0 4px 6px -1px rgba(0, 0, 0, 0.10);
    -webkit-box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.10), 0 4px 6px -1px rgba(0, 0, 0, 0.10);
}
.navbar-cafe-desktop-page-menu a {
    color: #000231 !important;
}
.navbar-cafe-desktop-page-menu a:hover {
    /*color: #ffffff !important;*/
    color: var(--cafe-color-1) !important;
}
.navbar-cafe-desktop-page-menu .search-btn svg path {
    fill: var(--cafe-color-1);
}
.navbar-cafe-desktop-page-menu .search-btn:hover svg path {
    fill: #ffffff;
}
.navbar-cafe-desktop-page-menu .divider-line {
    background-color: var(--cafe-color-1);
}
.navbar-cafe-desktop-page-menu .navbar-logo {
    /*height: 70px;*/
    margin-bottom: -2rem;
}
.navbar-cafe-fixed:has(.navbar-cafe-mobile-page-menu) {
    /*background-color: var(--cafe-color-2) !important;*/
}
.navbar-cafe-mobile-page-menu .lang-btn {
    color: var(--cafe-color-1);
}
.navbar-cafe-mobile-page-menu .lang-btn:hover {
    color: #000000;
}
.navbar-cafe-mobile-page-menu .navbar-toggler .navbar-toggler-icon {
    background-image: url("./assets/img/menu2.svg");
}
.header-section {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 600px;
    z-index: 1;
}
.cafe-body-section {
    position: relative;
    width: 100%;
    z-index: 2;
    background-color: var(--cafe-color-bg);
}
.header-section-body {
    /*position: fixed;*/
    /*top: 0;*/
    /*left: 0;*/
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.header-section-footer {
    /*position: absolute;*/
    /*bottom: 0;*/
    /*left: 0;*/
    position: relative;
    width: 100%;
    /*background-color: var(--cafe-color-bg);*/
    padding: 1.5rem 0;
    z-index: 2;
}
.header-section-body::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.10);
}
.header-section-image {
    z-index: 1;
}
#header-section-video {
    z-index: 1;
}
.header-section .container {
    position: relative;
    z-index: 3;
    color: #ffffff;
}
.header-section-logo {
    display: inline-block;
    max-height: 7rem;
    max-width: 80%;
    margin-bottom: 1rem;
}
.header-section-title {
    color: var(--cafe-color-3);
    text-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
    font-size: 2.5rem;
    margin-bottom: 0;
    line-height: 1.6;
    font-weight: normal;
}
.mute-btn {
    border-radius: 50%;
    width: 3.5rem;
    height: 3.5rem;
    position: absolute;
    bottom: calc(100% + 1.8rem);
    right: 2.5rem;
    z-index: 4;
    font-size: 1.3rem;
}
.ltr-mode .mute-btn {
    right: auto;
    left: 2.5rem;
}
.scroll-down-icon-parent {
    width: 3.5rem;
    height: 3.5rem;
    text-align: center;
    position: absolute;
    bottom: calc(100% + 1.8rem);
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: 5;
}
.scroll-down-icon {
    color: #ffffff;
    padding: .8rem 0 0;
    cursor: pointer;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.scroll-down-icon-item {
    display: block;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    width: 1rem;
    height: 1rem;
    margin-left: auto;
    margin-right: auto;
}
.scroll-down-icon:hover .scroll-down-icon-item {
    border-color: var(--cafe-color-2);
}
.scroll-down-icon-item.item1,
.scroll-down-icon-item.item2,
.scroll-down-icon-item.item3 {
    -webkit-animation: mouse-scroll 1s infinite;
    animation: mouse-scroll 1s infinite;
}
.scroll-down-icon-item.item1 {
    margin-top: 1px;
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}
.scroll-down-icon-item.item2 {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    margin-top: -6px;
}
.scroll-down-icon-item.item3 {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    margin-top: -6px;
}
@-webkit-keyframes mouse-scroll {
    0%   { opacity: 0; }
    50%  { opacity: .5; }
    100% { opacity: 1; }
}
@keyframes mouse-scroll {
    0%   { opacity: 0; }
    50%  { opacity: .5; }
    100% { opacity: 1; }
}
.py-section {
    padding: 5rem 0;
}
.my-section {
    margin: 5rem 0;
}
.our-story-btn {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 5rem;
}
.our-story-section {
    position: relative;
    width: 100%;
}
.title-section {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 1.5rem;
}
.title-section h1,
.title-section h2,
.title-section h3 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1.6;
    color: #000000;
}
.title-section p {
    color: #212121;
    font-size: 1rem;
    line-height: 1.9;
    text-align: center;
    margin: .7rem auto 0;
    max-width: 430px;
    width: 100%;
    display: block;
}
.our-story-slider-container {
    position: relative;
    width: 100%;
    padding: 0 5rem;
}
.our-story-slider-parent {
    position: relative;
    width: 100%;
    padding-top: 100%;
    transform: scale(.5);
}
.swiper-story {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1;
    width: 100%;
    /*mask-image: url("assets/img/mask.svg");*/
    /*mask-repeat: no-repeat;*/
    /*mask-size: 100% auto;*/
    /*mask-position: center top;*/
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}
.story-slide-item {
    position: relative;
    width: 100%;
    height: 100%;
    /*padding-top: 130%;*/
    overflow: hidden;
}
.cafe-slider-arrow .swiper-button-next,
.cafe-slider-arrow .swiper-button-prev {
    top: 50%;
    width: 2rem;
    height: 2rem;
    margin-top: -1rem;
    color: #ffffff;
    /*background-color: var(--cafe-color-1);*/
    border-radius: 0;
    border: none;
    background: url("./assets/img/octagon-empty-2.svg") no-repeat center center;
    background-size: contain;
}
.cafe-slider-arrow .swiper-button-next::before,
.cafe-slider-arrow .swiper-button-prev::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: url("./assets/img/octagon-full.svg") no-repeat center center;
    background-size: contain;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 1;
}
.cafe-slider-arrow .swiper-button-prev,
.rtl-mode .cafe-slider-arrow .swiper-button-next {
    left: -2.7rem;
    right: auto;
}
.cafe-slider-arrow .swiper-button-next,
.rtl-mode .cafe-slider-arrow .swiper-button-prev {
    right: -2.7rem;
    left: auto;
}
.cafe-slider-arrow.cafe-slider-arrow-inside .swiper-button-prev,
.rtl-mode .cafe-slider-arrow.cafe-slider-arrow-inside .swiper-button-next {
    left: 1rem;
    right: auto;
}
.cafe-slider-arrow.cafe-slider-arrow-inside .swiper-button-next,
.rtl-mode .cafe-slider-arrow.cafe-slider-arrow-inside .swiper-button-prev {
    right: 1rem;
    left: auto;
}
.cafe-slider-arrow .swiper-button-next::after,
.cafe-slider-arrow .swiper-button-prev::after {
    font-family: "Font Awesome 6 Pro" !important;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    font-size: 1rem;
    z-index: 2;
}
.cafe-slider-arrow .swiper-button-prev::after,
.rtl-mode .cafe-slider-arrow .swiper-button-next::after {
    content: "\f060" !important;
}
.cafe-slider-arrow .swiper-button-next::after,
.rtl-mode .cafe-slider-arrow .swiper-button-prev::after {
    content: '\f061' !important;
}
.cafe-slider-arrow .swiper-button-next.swiper-button-disabled,
.cafe-slider-arrow .swiper-button-prev.swiper-button-disabled {
    opacity: .6;
    color: var(--cafe-color-1);
}
.cafe-slider-arrow .swiper-button-next.swiper-button-disabled::before,
.cafe-slider-arrow .swiper-button-prev.swiper-button-disabled::before {
    opacity: 0;
}
.swiper-pagination {
    bottom: 0 !important;
    top: 0 !important;
}
.swiper-pagination-bullet {
    width: 1.1rem;
    height: 1.1rem;
    border-radius: 0;
    /*background: var(--cafe-color-4);*/
    opacity: 1;
    border: none;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: url("./assets/img/octagon-empty.svg") no-repeat center center;
    background-size: contain;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background-image: url("./assets/img/octagon-full.svg");
    /*background: var(--cafe-color-1);*/
}
.our-story-text-item {
    width: 100%;
    position: relative;
    margin-bottom: 1.5rem;
}
.our-story-text-item h4 {
    color: #000000;
    font-size: 1.2rem;
    line-height: 1.9;
    margin-bottom: 1rem;
    text-align: center;
}
.our-story-text-item p {
    margin-bottom: 0;
    font-size: .9rem;
    line-height: 1.9;
    text-align: justify;
    font-weight: normal;
    color: #212121;
}
.swiper-story-text-1, .swiper-story-text-2 {
    width: 100%;
    height: 100%;
}
.swiper-story-text-1 .swiper-slide,
.swiper-story-text-2 .swiper-slide {
    background-color: var(--cafe-color-bg);
}
.swiper-story-text-1 .swiper-slide.swiper-slide-active,
.swiper-story-text-2 .swiper-slide.swiper-slide-active {
    transition-delay: 300ms;
}
.cafe-pattern-section {
    position: relative;
    width: 100%;
}
.cafe-pattern-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("./assets/img/pattern.svg") repeat;
    background-size: 5rem;
    z-index: 0;
}
.cafe-pattern-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: -moz-linear-gradient(0deg, var(--cafe-color-bg) 0%, rgba(255,255,255,0) 50%, var(--cafe-color-bg) 100%);
    background: -webkit-linear-gradient(0deg, var(--cafe-color-bg) 0%, rgba(255,255,255,0) 50%, var(--cafe-color-bg) 100%);
    background: linear-gradient(0deg, var(--cafe-color-bg) 0%, rgba(255,255,255,0) 50%, var(--cafe-color-bg) 100%);
}
.our-services-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 2;
}
.our-services-title-line {
    height: 6px;
    width: 100%;
    display: block;
    background-color: var(--cafe-color-4);
}
.our-services-content {
    position: relative;
    width: 100%;
    padding: 7rem 0 4rem;
    height: 100%;
}
.our-services-content p {
    margin-bottom: 0;
    color: #212121;
    font-size: 1rem;
    line-height: 1.9;
    text-align: justify;
    font-weight: normal;
}
.our-services-content-1 {
    padding-left: 10rem;
}
.ltr-mode .our-services-content-1 {
    padding-left: 0;
    padding-right: 10rem;
}
.our-services-content-2 {
    padding-right: 10rem;
}
.ltr-mode .our-services-content-2 {
    padding-right: 0;
    padding-left: 10rem;
}
.our-services-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.ltr-mode .our-services-content-1 .our-services-line {
    transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
}
.rtl-mode .our-services-content-2 .our-services-line {
    transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
}
.our-services-line .full-line-parent {
    position: absolute;
    top: 0;
    left: -3px;
    width: auto;
    height: 100%;
    display: none;
}
.dots-body {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.dots-body-desktop-1 span {
    width: 1.125rem;
    height: 1.125rem;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: var(--cafe-color-2);
    transform: rotate(45deg) translate(-50%,-50%);
    -ms-transform: rotate(45deg) translate(-50%,-50%);
    -webkit-transform: rotate(45deg) translate(-50%,-50%);
}
.dots-body-desktop-1 span.one {
    background-color: var(--cafe-color-2);
    top: 17%;
    left: 50%;
}
.dots-body-desktop-1 span.two {
    background-color: var(--cafe-color-1);
    top: 30%;
    left: 13%;
}
.dots-body-desktop-1 span.three {
    width: 2rem;
    height: 2rem;
    background-color: var(--cafe-color-2);
    top: 70%;
    left: 8%;
}
.dots-body-desktop-1 span.four {
    width: 2rem;
    height: 2rem;
    background-color: var(--cafe-color-1);
    top: 110%;
    left: 35%;
}
.dots-body-desktop-1 span.five {
    width: 2rem;
    height: 2rem;
    background-color: var(--cafe-color-1);
    top: -10%;
    left: 60%;
}
.dots-body-desktop-2 span {
    width: 1.125rem;
    height: 1.125rem;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: var(--cafe-color-2);
    transform: rotate(45deg) translate(-50%,-50%);
    -ms-transform: rotate(45deg) translate(-50%,-50%);
    -webkit-transform: rotate(45deg) translate(-50%,-50%);
}
.dots-body-desktop-2 span.one {
    background-color: var(--cafe-color-2);
    top: -10%;
    left: 60%;
}
.dots-body-desktop-2 span.two {
    width: 2rem;
    height: 2rem;
    background-color: var(--cafe-color-1);
    top: 17%;
    left: 40%;
}
.dots-body-desktop-2 span.three {
    background-color: var(--cafe-color-2);
    top: 50%;
    left: 86%;
}
.dots-body-desktop-2 span.four {
    background-color: var(--cafe-color-2);
    top: 80%;
    left: 30%;
}
.dots-body-desktop-2 span.five {
    width: 2rem;
    height: 2rem;
    background-color: var(--cafe-color-2);
    top: 110%;
    left: 50%;
}
.dots-body-desktop-2 span.six {
    background-color: var(--cafe-color-1);
    top: 100%;
    left: 88%;
}
.our-services-mobile-section {
    position: relative;
    width: 100%;
    /*overflow-x: hidden;*/
}
.our-services-content-mobile p {
    margin-bottom: 0;
    color: #212121;
    font-size: .9rem;
    line-height: 1.9;
    text-align: justify;
    font-weight: normal;
}
.our-services-content-line {
    position: relative;
    width: calc(100% + 4rem);
    margin: 0 -2rem;
    padding: 0;
}
.our-services-content-line img {
    width: 100%;
    display: block;
}
.desktop-mode-opacity {
    opacity: 0 !important;
}
.desktop-mode-opacity.show {
    opacity: 1 !important;
}
.gallery-section-parent {
    position: relative;
    width: 100%;
}
.gallery-section {
    position: relative;
    width: 100%;
}
.gallery-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 75%;
    z-index: -1;
    background-color: var(--cafe-color-2);
}
.gallery-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: url("./assets/img/pattern.svg") repeat;
    background-size: 5rem;
    opacity: .6;
}
.gallery-section > div {
    position: relative;
    z-index: 2;
}
.gallery-section-bg {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: -moz-linear-gradient(0deg, var(--cafe-color-bg) 0%, rgba(252,252,252,0) 40%, rgba(215,180,106,0) 60%, var(--cafe-color-2) 100%);
    background: -webkit-linear-gradient(0deg, var(--cafe-color-bg) 0%, rgba(252,252,252,0) 40%, rgba(215,180,106,0) 60%, var(--cafe-color-2) 100%);
    background: linear-gradient(0deg, var(--cafe-color-bg) 0%, rgba(252,252,252,0) 40%, rgba(215,180,106,0) 60%, var(--cafe-color-2) 100%);
}
.gallery-slider-section {
    position: relative;
    width: 100%;
}
.swiper-gallery {
    width: 100%;
}
.gallery-box-item {
    position: relative;
    width: 100%;
    padding-top: 170%;
    overflow: hidden;
}
.swiper-gallery .swiper-slide {
    width: 14%;
}
.swiper-gallery .swiper-slide.item-1 {
    width: 17%;
}
.swiper-gallery .swiper-slide.item-1 .gallery-box-item {
    padding-top: 160%;
}
.swiper-gallery .swiper-slide.item-2 {
    width: 13%;
}
.swiper-gallery .swiper-slide.item-2 .gallery-box-item {
    padding-top: 160%;
}
.swiper-gallery .swiper-slide.item-3 {
    width: 12%;
}
.swiper-gallery .swiper-slide.item-3 .gallery-box-item {
    padding-top: 140%;
}
.swiper-gallery .swiper-slide.item-4 {
    width: 11%;
}
.swiper-gallery .swiper-slide.item-4 .gallery-box-item {
    padding-top: 190%;
}
.swiper-gallery .swiper-slide.item-5 {
    width: 10%;
}
.swiper-gallery .swiper-slide.item-5 .gallery-box-item {
    padding-top: 150%;
}
.lg-container {
    direction: ltr;
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
    border-color: var(--cafe-color-2);
}
.cafe-slider-arrow-parent {
    width: 0;
}
.gallery-slider-arrow {
    position: relative;
}
.gallery-slider-arrow .swiper-button-next,
.gallery-slider-arrow .swiper-button-prev {
    background-image: url("./assets/img/octagon-empty-3.svg");
    color: var(--cafe-color-1);
    margin-top: -2rem;
}
.gallery-slider-arrow .swiper-button-next::before,
.gallery-slider-arrow .swiper-button-prev::before {
    background-image: url("./assets/img/octagon-full-2.svg");
}
.gallery-slider-arrow .swiper-button-next.swiper-button-disabled,
.gallery-slider-arrow .swiper-button-prev.swiper-button-disabled {
    color: var(--cafe-color-2) !important;
}
.about-food-section {
    position: relative;
    width: 100%;
}
.about-food-body {
    position: relative;
    width: 100%;
}
.about-food-content {
    display: block;
    margin: 0 auto;
    width: 330px;
    max-width: 100%;
    z-index: 1;
    position: relative;
}
.about-food-content h4 {
    text-align: center;
    color: #000000;
    font-size: 1.25rem;
    line-height: 1.9;
    margin-bottom: .5rem;
    font-weight: 700;
}
.about-food-content p {
    color: #212121;
    font-size: 1rem;
    line-height: 1.9;
    margin-bottom: 0;
    text-align: justify;
}
.swiper-about-food {
    padding-bottom: 4.5rem;
    width: 100%;
}
.cafe-about-food-arrow-parent {
    width: 0;
    margin: 0 auto;
    display: block;
}
.afood-slider-arrow {
    position: relative;
}
.afood-slider-arrow .swiper-button-next,
.afood-slider-arrow .swiper-button-prev {
    /*background-image: url("./assets/img/octagon-empty-3.svg");*/
    /*color: var(--cafe-color-1);*/
    margin-top: -2rem;
}
.afood-slider-arrow .swiper-button-next::before,
.afood-slider-arrow .swiper-button-prev::before {
    /*background-image: url("./assets/img/octagon-full-2.svg");*/
}
.afood-slider-arrow .swiper-button-next.swiper-button-disabled,
.afood-slider-arrow .swiper-button-prev.swiper-button-disabled {
    /*color: var(--cafe-color-2) !important;*/
}
.about-food-thumb-frame {
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 2;
    overflow: hidden;
}
.about-food-thumb-left {
    left: 0;
    clip-path: polygon(var(--shape-cafe) 0, 100% 0, 100% 0, 100% 100%, 100% 100%, var(--shape-cafe) 100%, 0 calc(100% - var(--shape-cafe)), 0 var(--shape-cafe));
    -webkit-clip-path: polygon(var(--shape-cafe) 0, 100% 0, 100% 0, 100% 100%, 100% 100%, var(--shape-cafe) 100%, 0 calc(100% - var(--shape-cafe)), 0 var(--shape-cafe));
}
.about-food-thumb-right {
    right: 0;
    clip-path: polygon(0 0, calc(100% - var(--shape-cafe)) 0, 100% var(--shape-cafe), 100% calc(100% - var(--shape-cafe)), calc(100% - var(--shape-cafe)) 100%, 0 100%, 0 100%, 0 0);
    -webkit-clip-path: polygon(0 0, calc(100% - var(--shape-cafe)) 0, 100% var(--shape-cafe), 100% calc(100% - var(--shape-cafe)), calc(100% - var(--shape-cafe)) 100%, 0 100%, 0 100%, 0 0);
}
.about-food-thumb-frame > img {
    object-position: right center;
    -o-object-position: right center;
    z-index: 1;
}
.about-food-thumb-right > img {
    transform: translate(-50%, -50%) scaleX(-1);
    -webkit-transform: translate(-50%, -50%) scaleX(-1);
    -ms-transform: translate(-50%, -50%) scaleX(-1);
}
.af-thumb-slider {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
}
.af-thumb-slider-left {
    right: 0;
    transform: translateX(50%);
}
.af-thumb-slider-right {
    left: 0;
    transform: translateX(-50%);
}
.swiper-af-thumb {
    width: 100%;
    height: 100%;
    z-index: 1;
}
.af-thumb-box {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -webkit-transition: all 1.5s ease-in-out;
    -o-transition: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out;
}
.af-thumb-box-rotate {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
}
.about-food-thumb-mobile {
    position: relative;
    width: 100%;
    padding-top: 60%;
    overflow: hidden;
    /*clip-path: polygon(3rem 0, calc(100% - 3rem) 0, 100% 3rem, 100% calc(100% - 3rem), calc(100% - 3rem) 100%, 3rem 100%, 0 calc(100% - 3rem), 0 3rem);*/
    /*-webkit-clip-path: polygon(3rem 0, calc(100% - 3rem) 0, 100% 3rem, 100% calc(100% - 3rem), calc(100% - 3rem) 100%, 3rem 100%, 0 calc(100% - 3rem), 0 3rem);*/
}
.about-food-thumb-mobile > img {
    z-index: 1;
}
.swiper-af-thumb-mobile {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 85%;
    height: 80%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 2;
}
.af-thumb-box-mobile {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.about-cafe-section {
    position: relative;
    width: 100%;
}
.cafe-shape-border {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    clip-path: polygon(var(--shape-cafe) 0, calc(100% - var(--shape-cafe)) 0, 100% var(--shape-cafe), 100% calc(100% - var(--shape-cafe)), calc(100% - var(--shape-cafe)) 100%, var(--shape-cafe) 100%, 0 calc(100% - var(--shape-cafe)), 0 var(--shape-cafe));
    -webkit-clip-path: polygon(var(--shape-cafe) 0, calc(100% - var(--shape-cafe)) 0, 100% var(--shape-cafe), 100% calc(100% - var(--shape-cafe)), calc(100% - var(--shape-cafe)) 100%, var(--shape-cafe) 100%, 0 calc(100% - var(--shape-cafe)), 0 var(--shape-cafe));
    background-color: var(--cafe-color-1);
}
.cafe-shape-border.cafe-shape-border-color2 {
    background-color: var(--cafe-color-2);
}
.cafe-shape-border::before {
    --border-cafe: 2px;
    content: '';
    background-color: var(--cafe-color-bg);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: calc(100% - var(--border-cafe));
    height: calc(100% - var(--border-cafe));
    border: var(--border-cafe) solid var(--cafe-color-1);
    clip-path: polygon(calc(var(--shape-cafe) + var(--border-cafe)) 0, calc(100% - var(--shape-cafe) - var(--border-cafe)) 0, 100% calc(var(--shape-cafe) + var(--border-cafe)), 100% calc(100% - var(--shape-cafe) - var(--border-cafe)), calc(100% - var(--shape-cafe) - var(--border-cafe)) 100%, calc(var(--shape-cafe) + var(--border-cafe)) 100%, 0 calc(100% - var(--shape-cafe) - var(--border-cafe)), 0 calc(var(--shape-cafe) + var(--border-cafe)));
    -webkit-clip-path: polygon(calc(var(--shape-cafe) + var(--border-cafe)) 0, calc(100% - var(--shape-cafe) - var(--border-cafe)) 0, 100% calc(var(--shape-cafe) + var(--border-cafe)), 100% calc(100% - var(--shape-cafe) - var(--border-cafe)), calc(100% - var(--shape-cafe) - var(--border-cafe)) 100%, calc(var(--shape-cafe) + var(--border-cafe)) 100%, 0 calc(100% - var(--shape-cafe) - var(--border-cafe)), 0 calc(var(--shape-cafe) + var(--border-cafe)));
    z-index: 1;
}
.cafe-shape-border.cafe-shape-border-color2::before {
    border-color: var(--cafe-color-2);
}
.cafe-shape-border.cafe-shape-border-color3::before {
    background-color: var(--cafe-color-2);
}
.cafe-shape-border-content {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 2;
    padding: 5rem;
}
.about-cafe-thumb {
    position: relative;
    width: 100%;
    padding-top: 125%;
    clip-path: polygon(var(--shape-cafe) 0, calc(100% - var(--shape-cafe)) 0, 100% var(--shape-cafe), 100% calc(100% - var(--shape-cafe)), calc(100% - var(--shape-cafe)) 100%, var(--shape-cafe) 100%, 0 calc(100% - var(--shape-cafe)), 0 var(--shape-cafe));
    -webkit-clip-path: polygon(var(--shape-cafe) 0, calc(100% - var(--shape-cafe)) 0, 100% var(--shape-cafe), 100% calc(100% - var(--shape-cafe)), calc(100% - var(--shape-cafe)) 100%, var(--shape-cafe) 100%, 0 calc(100% - var(--shape-cafe)), 0 var(--shape-cafe));
}
.about-cafe-content {
    color: #212121;
    font-size: 1rem;
    line-height: 2;
    text-align: justify;
    margin-bottom: 0;
}
.contact-section {
    position: relative;
    width: 100%;
}
.contact-map-container {
    position: relative;
    width: 100%;
}
.contact-map-parent {
    position: relative;
    width: 100%;
    height: 500px;
    z-index: 1;
}
#mapCafe {
    width: 100%;
    height: 100%;
    display: block;
}
.contact-ways {
    position: absolute;
    bottom: -1px;
    left: 7rem;
    width: 300px;
    z-index: 2;
    background-color: var(--cafe-color-bg);
    padding: 2.5rem 2.5rem 1.5rem;
    clip-path: polygon(var(--shape-cafe) 0%, calc(100% - var(--shape-cafe)) 0%, 100% var(--shape-cafe), 100% 100%, 100% 100%, 0 100%, 0 100%, 0% var(--shape-cafe));
    -webkit-clip-path: polygon(var(--shape-cafe) 0%, calc(100% - var(--shape-cafe)) 0%, 100% var(--shape-cafe), 100% 100%, 100% 100%, 0 100%, 0 100%, 0% var(--shape-cafe));
}
.ltr-mode .contact-ways {
    left: 0;
    right: 7rem;
}
.contact-way-item {
    width: 100%;
    display: block;
    margin-bottom: 1.5rem;
}
.contact-way-item h4 {
    color: #000000;
    font-size: 1.25rem;
    line-height: 2;
    margin-bottom: 0;
    font-weight: bold;
    text-align: center;
}
.contact-way-item p {
    color: #212121;
    font-size: .95rem;
    line-height: 2;
    margin-bottom: 0;
    text-align: center;
}
#footer {
    position: relative;
    width: 100%;
    border-top: 1px solid var(--cafe-color-2);
    padding: 1.5rem 0 .8rem;
}
.footer-logo {
    width: 112px;
}
.footer-logo:hover {
    opacity: .9;
}
.footer-menu {
    margin: 0;
    padding: 0;
}
.footer-menu li:not(:last-child) {
    margin-bottom: .7rem;
}
.footer-menu a {
    color: #212121;
    font-size: .875rem;
    line-height: 1.9;
}
.footer-menu a:hover {
    color: var(--cafe-color-1);
}
.contact-items {
    margin-bottom: 2rem;
}
.contact-item:not(:last-child) {
    margin-bottom: 2rem;
}
.contact-item img {
    height: 1.55rem;
    width: 1.55rem;
    object-fit: contain;
    -o-object-fit: contain;
    display: inline-block;
}
.contact-item a,
.contact-item span {
    color: #212121;
    font-size: .875rem;
    font-weight: normal;
    direction: ltr;
}
.contact-item a:hover {
    color: var(--cafe-color-1);
}
.social-icons a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 1.55rem;
    height: 1.55rem;
    font-size: 1.55rem;
    color: var(--cafe-color-1);
}
.social-icons a:hover {
    color: var(--cafe-color-2);
}
.social-icons a:not(:first-child) {
    margin-right: 2.5rem;
}
.ltr-mode .social-icons a:not(:first-child) {
    margin-right: 0;
    margin-left: 2.5rem;
}
/*.social-icons svg {*/
/*    height: 1.55rem;*/
/*    width: auto;*/
/*}*/
/*.social-icons a:not(:last-child) svg {*/
/*    margin-left: 2.5rem;*/
/*}*/
/*.ltr-mode .social-icons a:not(:last-child) svg {*/
/*    margin-right: 2.5rem;*/
/*    margin-left: 0;*/
/*}*/
/*.social-icons a svg path {*/
/*    -webkit-transition: all 0.3s ease-in-out;*/
/*    -o-transition: all 0.3s ease-in-out;*/
/*    transition: all 0.3s ease-in-out;*/
/*}*/
/*.social-icons a:hover svg path {*/
/*    fill: var(--cafe-color-1);*/
/*}*/
.copyright-footer {
    position: relative;
    width: 100%;
}
.copyright-footer p {
    margin-bottom: 0;
    font-size: .8rem;
    text-align: center;
    line-height: 1.9;
    color: rgba(33, 33, 33, 0.54);
}
.pt-page {
    padding-top: 90px;
}
.pt-page-inner {
    padding-top: 3.5rem;
}
.page-title {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 2rem;
}
.page-title h1 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1.9;
    color: #000000;
}
.about-us-page-thumb {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
}
.about-us-description {
    position: relative;
    width: 100%;
}
.about-us-logo {
    max-height: 3.5rem;
    width: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto 2rem;
}
.about-us-description p {
    color: #212121;
    font-size: 1rem;
    line-height: 2;
    text-align: justify;
    margin-bottom: 0;
}
.term-item-box {
    width: 100%;
    height: 100%;
    text-align: center;
}
.term-item-box .term-item-icon {
    height: 96px;
    width: 96px;
    display: block;
    margin: 0 auto 1rem;
}
.term-item-box h4,
.value-item-box h4,
.goal-item-box h4 {
    color: #000000;
    font-size: 1.1rem;
    line-height: 2;
    margin-bottom: 1rem;
    font-weight: 600;
}
.term-item-box p,
.value-item-box p,
.about-team-desc,
.goal-item-box p {
    color: #212121;
    font-size: .95rem;
    line-height: 2;
    margin-bottom: 0;
    text-align: justify;
}
.about-slider-section {
    position: relative;
    width: 100%;
    background-color: var(--cafe-color-2);
    padding: 4rem 0;
}
.goal-item-box {
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
}
.goal-item-thumb {
    position: relative;
    width: 100%;
    padding-top: 90%;
    overflow: hidden;
    margin-bottom: 1.5rem;
}
.goal-item-thumb img {
    object-position: center top;
    -o-object-position: center top;
}
.goal-items-row > div:not(:last-child) {
    border-left: 1px solid var(--cafe-color-1);
}
.ltr-mode .goal-items-row > div:not(:last-child) {
    border-left: none;
    border-right: 1px solid var(--cafe-color-1);
}
.value-item-box {
    width: 100%;
    height: 100%;
    text-align: center;
}
.value-item-box .value-item-icon {
    height: 128px;
    width: 128px;
    display: block;
    margin: 0 auto 1rem;
    position: relative;
    z-index: 2;
}
.value-item-box h4,
.value-item-box p {
    position: relative;
    z-index: 2;
}
.value-items-row > div .value-item-box {
    --size: var(--shape-cafe);
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: var(--cafe-color-1);
    padding: 2rem;
}
.value-items-row > div .value-item-box::before {
    content: '';
    background-color: var(--cafe-color-bg);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid var(--cafe-color-1);
    z-index: 1;
}
.value-items-row > div:nth-child(6n+1) .value-item-box {
    clip-path: polygon(var(--size) 0%, 100% 0, 100% 0, 100% 100%, 100% 100%, 0 100%, 0 100%, 0% var(--size));
    -webkit-clip-path: polygon(var(--size) 0%, 100% 0, 100% 0, 100% 100%, 100% 100%, 0 100%, 0 100%, 0% var(--size));
}
.value-items-row > div:nth-child(6n+1) .value-item-box::before {
    clip-path: polygon(calc(var(--size) + 1px) 0%, 100% 0, 100% 0, 100% 100%, 100% 100%, 0 100%, 0 100%, 0% calc(var(--size) + 1px));
    -webkit-clip-path: polygon(calc(var(--size) + 1px) 0%, 100% 0, 100% 0, 100% 100%, 100% 100%, 0 100%, 0 100%, 0% calc(var(--size) + 1px));
}
.value-items-row > div:nth-child(6n+2) .value-item-box {
    clip-path: polygon(var(--size) 0%, calc(100% - var(--size)) 0, 100% var(--size), 100% 100%, 100% 100%, 0 100%, 0 100%, 0% var(--size));
}
.value-items-row > div:nth-child(6n+2) .value-item-box::before {
    clip-path: polygon(calc(var(--size) + 1px) 0%, calc(100% - var(--size) - 1px) 0, 100% calc(var(--size) + 1px), 100% 100%, 100% 100%, 0 100%, 0 100%, 0% calc(var(--size) + 1px));
}
.value-items-row > div:nth-child(6n+3) .value-item-box {
    clip-path: polygon(0 0, 100% 0, 100% 0, 100% calc(100% - var(--size)), calc(100% - var(--size)) 100%, 0 100%, 0 100%, 0 0);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 100% calc(100% - var(--size)), calc(100% - var(--size)) 100%, 0 100%, 0 100%, 0 0);
}
.value-items-row > div:nth-child(6n+3) .value-item-box::before {
    clip-path: polygon(0 0, 100% 0, 100% 0, 100% calc(100% - var(--size) - 1px), calc(100% - var(--size) - 1px) 100%, 0 100%, 0 100%, 0 0);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 100% calc(100% - var(--size) - 1px), calc(100% - var(--size) - 1px) 100%, 0 100%, 0 100%, 0 0);
}
.value-items-row > div:nth-child(6n+4) .value-item-box {
    clip-path: polygon(0 0, 100% 0, 100% 0, 100% 100%, 100% 100%, var(--size) 100%, 0 calc(100% - var(--size)), 0 0);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 100% 100%, 100% 100%, var(--size) 100%, 0 calc(100% - var(--size)), 0 0);
}
.value-items-row > div:nth-child(6n+4) .value-item-box::before {
    clip-path: polygon(0 0, 100% 0, 100% 0, 100% 100%, 100% 100%, calc(var(--size) + 1px) 100%, 0 calc(100% - var(--size) - 1px), 0 0);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 100% 100%, 100% 100%, calc(var(--size) + 1px) 100%, 0 calc(100% - var(--size) - 1px), 0 0);
}
.value-items-row > div:nth-child(6n+5) .value-item-box {
    clip-path: polygon(0 0, 100% 0, 100% 0, 100% calc(100% - var(--size)), calc(100% - var(--size)) 100%, var(--size) 100%, 0 calc(100% - var(--size)), 0 0);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 100% calc(100% - var(--size)), calc(100% - var(--size)) 100%, var(--size) 100%, 0 calc(100% - var(--size)), 0 0);
}
.value-items-row > div:nth-child(6n+5) .value-item-box::before {
    clip-path: polygon(0 0, 100% 0, 100% 0, 100% calc(100% - var(--size) - 1px), calc(100% - var(--size) - 1px) 100%, calc(var(--size) + 1px) 100%, 0 calc(100% - var(--size) - 1px), 0 0);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 100% calc(100% - var(--size) - 1px), calc(100% - var(--size) - 1px) 100%, calc(var(--size) + 1px) 100%, 0 calc(100% - var(--size) - 1px), 0 0);
}
.value-items-row > div:nth-child(6n) .value-item-box {
    clip-path: polygon(0 0, calc(100% - var(--size)) 0, 100% var(--size), 100% 100%, 100% 100%, 0 100%, 0 100%, 0 0);
    -webkit-clip-path: polygon(0 0, calc(100% - var(--size)) 0, 100% var(--size), 100% 100%, 100% 100%, 0 100%, 0 100%, 0 0);
}
.value-items-row > div:nth-child(6n) .value-item-box::before {
    clip-path: polygon(0 0, calc(100% - var(--size) - 1px) 0, 100% calc(var(--size) + 1px), 100% 100%, 100% 100%, 0 100%, 0 100%, 0 0);
    -webkit-clip-path: polygon(0 0, calc(100% - var(--size) - 1px) 0, 100% calc(var(--size) + 1px), 100% 100%, 100% 100%, 0 100%, 0 100%, 0 0);
}
.team-item-box {
    position: relative;
    width: 100%;
    height: 100%;
}
.team-item-thumb-parent {
    width: 90%;
    max-width: 200px;
    display: block;
    margin: 0 auto;
    position: relative;
}
.team-item-thumb {
    width: 100%;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}
.team-item-box h4 {
    color: #000000;
    font-size: 1.1rem;
    line-height: 2;
    margin-bottom: .2rem;
    font-weight: 600;
    text-align: center;
}
.team-item-box h5 {
    color: #000000;
    font-size: 1rem;
    line-height: 2;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
}
.team-item-box p {
    font-size: 0.875rem;
    color: #212121;
    line-height: 2;
    text-align: justify;
    margin-bottom: 0;
}
.contact-us-thumb {
    position: relative;
    width: 100%;
    padding-top: 48%;
    overflow: hidden;
}
.contact-us-map {
    position: relative;
    width: 100%;
    /*min-height: 600px;*/
    padding-top: 50%;
    z-index: 2;
    overflow: hidden;
    clip-path: polygon(var(--shape-cafe) 0%, calc(100% - var(--shape-cafe)) 0%, 100% var(--shape-cafe), 100% calc(100% - var(--shape-cafe)), calc(100% - var(--shape-cafe)) 100%, var(--shape-cafe) 100%, 0% calc(100% - var(--shape-cafe)), 0% var(--shape-cafe));
    -webkit-clip-path: polygon(var(--shape-cafe) 0%, calc(100% - var(--shape-cafe)) 0%, 100% var(--shape-cafe), 100% calc(100% - var(--shape-cafe)), calc(100% - var(--shape-cafe)) 100%, var(--shape-cafe) 100%, 0% calc(100% - var(--shape-cafe)), 0% var(--shape-cafe));
}
.contact-us-map .leaflet-control-zoom {
    display: none !important;
}
.contact-us-map #mapCafe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}
.contact-us-item-icon {
    position: relative;
    width: 2.5rem;
    height: 2.5rem;
}
.contact-us-item {
    position: relative;
    width: 55%;
    margin: 0 auto;
}
.contact-us-item:not(:last-child) {
    margin-bottom: 2.5rem;
}
.contact-us-item h4 {
    color: #000000;
    font-size: 1.2rem;
    line-height: 2;
    margin-bottom: .1rem;
    text-align: center;
    font-weight: 600;
}
.contact-us-item p {
    color: #212121;
    font-size: .95rem;
    line-height: 2;
    margin-bottom: 0;
    text-align: justify;
}
.contact-us-thumb2 {
    position: relative;
    width: 100%;
    padding-top: 105%;
    z-index: 2;
}
.accordion-cafe {
    --bs-accordion-color: #212121;
    --bs-accordion-bg: var(--cafe-color-bg);
    --bs-accordion-transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;
    --bs-accordion-border-color: #212121;
    --bs-accordion-border-width: 1px;
    --bs-accordion-border-radius: 0;
    --bs-accordion-inner-border-radius: 0;
    --bs-accordion-btn-padding-x: 1rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: #000000;
    --bs-accordion-btn-bg: var(--cafe-color-bg);
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212121' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
    --bs-accordion-btn-icon-width: 1.5rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212121' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
    --bs-accordion-btn-focus-box-shadow: none;
    --bs-accordion-body-padding-x: 1rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: #000000;
    --bs-accordion-active-bg: var(--cafe-color-bg);
}
.accordion-cafe .accordion-item:not(:last-child) {
    margin-bottom: 1.2rem;
}
.accordion-cafe .accordion-item {
    border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color) !important;
}
.accordion-cafe .accordion-button:not(.collapsed) {
    box-shadow: none;
}
.accordion-cafe .accordion-button {
    font-size: 1rem;
    font-weight: 600;
    line-height: 2;
}
.content-single-page {
    width: 100%;
    position: relative;
    color: #212121;
    font-weight: normal;
    font-size: 1rem;
    line-height: 2;
    text-align: justify;
}
.content-single-page h2 {
    margin-bottom: .5rem;
    font-weight: 700;
    font-size: 1.4rem;
}
.content-single-page h3 {
    margin-bottom: .5rem;
    font-weight: 700;
    font-size: 1.3rem;
}
.content-single-page h4 {
    margin-bottom: .5rem;
    font-weight: 700;
    font-size: 1.2rem;
}
.content-single-page h5 {
    margin-bottom: .5rem;
    font-weight: 700;
    font-size: 1.1rem;
}
.content-single-page h6 {
    margin-bottom: .5rem;
    font-weight: 700;
    font-size: 1rem;
}
.content-single-page ul {
    list-style: square;
}
.content-single-page img {
    max-width: 100% !important;
    display: block;
    margin: 0 auto 1.5rem;
}
.content-single-page p {
    margin-bottom: .8rem;
}
.content-single-page strong {
    font-weight: 700;
}
.content-single-page a {
    text-decoration: underline;
    color: var(--cafe-color-1);
}
.content-single-page a:hover {
    color: var(--cafe-color-2);
}
.cafe-contact-form {
    position: relative;
    width: 100%;
}
p.gform_required_legend {
    display: none !important;
}
.gform_wrapper.gravity-theme input[type="color"], .gform_wrapper.gravity-theme input[type="date"], .gform_wrapper.gravity-theme input[type="datetime-local"], .gform_wrapper.gravity-theme input[type="datetime"], .gform_wrapper.gravity-theme input[type="email"], .gform_wrapper.gravity-theme input[type="month"], .gform_wrapper.gravity-theme input[type="number"], .gform_wrapper.gravity-theme input[type="password"], .gform_wrapper.gravity-theme input[type="search"], .gform_wrapper.gravity-theme input[type="tel"], .gform_wrapper.gravity-theme input[type="text"], .gform_wrapper.gravity-theme input[type="time"], .gform_wrapper.gravity-theme input[type="url"], .gform_wrapper.gravity-theme input[type="week"], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
    font-size: 1rem !important;
    padding: .5rem !important;
    border: 1px solid rgba(5, 13, 242, 0.2);
    border-bottom: 1px solid var(--cafe-color-1);
    border-radius: .25rem !important;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: transparent !important;
}
.gform_wrapper.gravity-theme input[type="color"]:focus,
.gform_wrapper.gravity-theme input[type="date"]:focus,
.gform_wrapper.gravity-theme input[type="datetime-local"]:focus,
.gform_wrapper.gravity-theme input[type="datetime"]:focus,
.gform_wrapper.gravity-theme input[type="email"]:focus,
.gform_wrapper.gravity-theme input[type="month"]:focus,
.gform_wrapper.gravity-theme input[type="number"]:focus,
.gform_wrapper.gravity-theme input[type="password"]:focus,
.gform_wrapper.gravity-theme input[type="search"]:focus,
.gform_wrapper.gravity-theme input[type="tel"]:focus,
.gform_wrapper.gravity-theme input[type="text"]:focus,
.gform_wrapper.gravity-theme input[type="time"]:focus,
.gform_wrapper.gravity-theme input[type="url"]:focus,
.gform_wrapper.gravity-theme input[type="week"]:focus,
.gform_wrapper.gravity-theme select:focus,
.gform_wrapper.gravity-theme textarea:focus {
    border-color: var(--cafe-color-1) !important;
    background: var(--cafe-color-bg) !important;
}
.gform_wrapper.gravity-theme .gform_drop_area {
    background: rgba(0, 0, 0, 0.02) !important;
    border: 1px dashed var(--cafe-color-1) !important;
    border-radius: .25rem !important;
    margin-bottom: .5rem !important;
    padding: 2rem !important;
}
.gform_wrapper.gravity-theme .gfield_label {
    font-size: .9rem !important;
    font-weight: normal !important;
    margin-bottom: 0 !important;
    line-height: 1.9 !important;
}
.gform_wrapper.gravity-theme .ginput_counter {
    font-size: .75rem !important;
    padding-top: .3rem !important;
}
.gform_wrapper.gravity-theme .gform_validation_errors,
.gform-theme--framework .gform_validation_errors {
    font-size: .9rem !important;
    margin-top: .5rem !important;
    padding: .5rem .7rem !important;
    font-weight: 500 !important;
    border-radius: .5rem !important;
    margin-bottom: .5rem !important;
}
.gform-theme--framework .gform_validation_errors > h2 {
    margin: 0 !important;
    font-size: .9rem !important;
    padding: 0 !important;
    font-weight: 500 !important;
    color: #c02b0a !important;
}
.gform_wrapper.gravity-theme .gfield_validation_message,
.gform_wrapper.gravity-theme .validation_message,
.gform-theme--framework .gfield_validation_message {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin-top: 0 !important;
    color: #c02b0a !important;
    font-size: .75rem !important;
    font-weight: 400 !important;
    border-radius: 0 !important;
}
.gform_wrapper.gravity-theme .gfield_error .gfield_repeater_cell label,
.gform_wrapper.gravity-theme .gfield_error label,
.gform_wrapper.gravity-theme .gfield_error legend,
.gform_wrapper.gravity-theme .gfield_validation_message,
.gform_wrapper.gravity-theme .validation_message,
.gform_wrapper.gravity-theme [aria-invalid="true"] + label,
.gform_wrapper.gravity-theme label + [aria-invalid="true"] {
    color: #c02b0a !important;
}
.gform_wrapper.gravity-theme .gfield_error [aria-invalid="true"] {
    border: 1px solid #c02b0a !important;
}
.gform_wrapper.gravity-theme .ginput_preview {
    margin: 1rem 0 !important;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    direction: ltr;
    align-items: center;
}
.menu-page {
    position: relative;
    width: 100%;
}
.cafe-menu-list-parent {
    position: relative;
    width: 100%;
    /* white bg */
    background-color: var(--cafe-color-bg);
    /*background-color: var(--cafe-color-2);*/
    color: #000000;
    padding-left: 6rem;
    padding-right: 6rem;
}
.cafe-menu-detail-parent {
    position: relative;
    width: 100%;
    min-height: 730px;
    /* white bg */
    background-color: var(--cafe-color-bg);
    /*background-color: var(--cafe-color-2);*/
}
.swiper-menu-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.menu-bg-item {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.menu-bg-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}
.cafe-menu-title {
    position: relative;
    width: 100%;
    z-index: 2;
    text-align: center;
    padding: 140px 1.5rem 1.5rem;
}
.cafe-menu-title img {
    max-height: 60px;
    width: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto 1rem;
}
.cafe-menu-det-item-parent {
    position: relative;
    z-index: 2;
    width: 100%;
    text-align: center;
    padding: 2rem 0 4rem;
}
.swiper-menu-det-item {
    position: relative;
    width: 100%;
    height: 100%;
}
.cafe-menu-det-item {
    position: relative;
    width: 380px;
    max-width: 80%;
    height: 100%;
    background-color: rgba(252, 252, 252, 0.70);
    clip-path: polygon(var(--shape-cafe) 0%, calc(100% - var(--shape-cafe)) 0, 100% var(--shape-cafe), 100% 100%, 100% 100%, 0 100%, 0 100%, 0% var(--shape-cafe));
    -webkit-clip-path: polygon(var(--shape-cafe) 0%, calc(100% - var(--shape-cafe)) 0, 100% var(--shape-cafe), 100% 100%, 100% 100%, 0 100%, 0 100%, 0% var(--shape-cafe));
}
.cmdi-thumb-parent {
    position: relative;
    width: 100%;
    height: 40%;
    padding: 1.3rem;
}
.cmdi-thumb {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.cmdi-det {
    position: relative;
    width: 100%;
    background-color: var(--cafe-color-2);
    color: #212121;
    padding: 1.5rem 2.5rem;
    text-align: center;
}
.cmdi-det h4 {
    font-size: 1.4rem;
    line-height: 1.9;
    margin-bottom: 0;
    font-weight: 700;
}
.cmdi-det p {
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 0;
}
.cmdi-price {
    position: relative;
    width: 100%;
    padding: 1rem;
    text-align: center;
    font-size: 1.3rem;
    font-weight: 600;
}
.cmdi-price span {
    font-size: 1.8rem;
    font-weight: 800;
}
.cafe-menu-cat-nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 50%;
    /* white bg */
    background-color: var(--cafe-color-bg);
    /*background-color: var(--cafe-color-2);*/
    z-index: 999;
}
.ltr-mode .cafe-menu-cat-nav {
    right: auto;
    left: 0;
}
.cafe-menu-cat-nav nav {
    position: relative;
    width: 100%;
}
.navbar-menu-cat .nav-link {
    padding: .5rem 2rem;
    font-size: 1rem;
    font-weight: normal;
    color: #212121;
    border-right: 1px solid;
    border-radius: 0;
    width: auto;
    margin-bottom: .7rem;
    text-align: center;
}
.navbar-menu-cat .nav-pills .nav-link.active,
.navbar-menu-cat .nav-pills .show > .nav-link {
    color: #212121;
    background-color: transparent;
    font-weight: 700;
    border-width: 2px;
}
.content-menu-cat {
    width: 100%;
    padding: 1rem 0;
}
.content-menu-cat-section {
    width: 100%;
    position: relative;
}
.content-menu-cat-section:not(:last-child) {
    border-bottom: 1px solid var(--cafe-color-1);
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
}
.content-menu-cat-section h3 {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 2;
    margin-bottom: 1.2rem;
}
.menu-items-group {
    position: relative;
    width: 100%;
}
.menu-food-item {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 1rem 0;
    cursor: pointer;
    background: var(--cafe-color-1);
    background: -moz-linear-gradient(90deg, rgba(255,255,255,0) 40%, var(--cafe-color-1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255,255,255,0) 40%, var(--cafe-color-1) 100%);
    background: linear-gradient(90deg, rgba(255,255,255,0) 40%, var(--cafe-color-1) 100%);
}
.menu-food-item::before {
    /* white bg */
    background-color: var(--cafe-color-bg);
    /*background-color: var(--cafe-color-2);*/
    border-image-slice: 1;
    border-image-source: linear-gradient(90deg, rgba(255,255,255,0) 40%, var(--cafe-color-1) 100%);
}
.menu-food-item:not(:last-child) {
    margin-bottom: 1.5rem;
}
.menu-food-item-content {
    position: relative;
    z-index: 2;
    min-height: 50px;
}
.menu-food-item-text {
    width: 55%;
    padding: 0 1.5rem;
    text-align: center;
    color: #000000;
    align-self: stretch;
}
.menu-food-item-thumb {
    width: 45%;
    padding: 0 1.5rem;
}
.menu-food-item-thumb-frame {
    width: 100%;
    padding-top: 70%;
    position: relative;
    overflow: hidden;
}
.menu-food-item-text h4 {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.9;
    margin-bottom: .3rem;
}
.menu-food-item-text p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 1rem;
}
.menu-food-item-price {
    font-size: 1rem;
    font-weight: normal;
}
.menu-food-item-price span {
    font-size: 1.3rem;
    font-weight: 600;
}
.menu-food-item:not(.menu-food-item-t2):nth-child(2n) .menu-food-item-text {
    order: 2;
}
.menu-food-item:not(.menu-food-item-t2):nth-child(2n) .menu-food-item-thumb {
    order: 1;
}
.menu-food-item:not(.menu-food-item-t2):nth-child(2n) {
    background: -moz-linear-gradient(270deg, rgba(255,255,255,0) 40%, var(--cafe-color-1) 100%);
    background: -webkit-linear-gradient(270deg, rgba(255,255,255,0) 40%, var(--cafe-color-1) 100%);
    background: linear-gradient(270deg, rgba(255,255,255,0) 40%, var(--cafe-color-1) 100%);
}
.menu-food-item:not(.menu-food-item-t2):nth-child(2n)::before {
    border-image-source: linear-gradient(270deg, rgba(255,255,255,0) 40%, var(--cafe-color-1) 100%);
}
.menu-food-item.active {
    background: var(--cafe-color-1);
}
.menu-food-item.active::before {
    --border-cafe: 4px;
    /* white bg */
    background-color: var(--cafe-color-bg);
    /*background-color: var(--cafe-color-2);*/
    border-image-source: var(--cafe-color-1);
    /*border-image-source: linear-gradient(90deg, rgba(255,255,255,0) 40%, var(--cafe-color-1) 100%);*/
}
.menu-food-item-t2 .menu-food-item-thumb-frame {
    padding-top: 50%;
}
.menu-food-item-t2.active .menu-food-item-thumb-frame {
    padding-top: 70%;
}
.menu-food-item-t2 .menu-food-item-text p {
    font-size: 1rem;
    line-height: 1.9;
    margin-bottom: .35rem;
    color: #212121;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: justify;
}
.menu-food-item-t2.active .menu-food-item-text p {
    -webkit-line-clamp: 7;
}
.menu-food-item-add {
    width: 100%;
}
.add-list-btn {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    color: #212121;
    font-size: 1rem;
    font-weight: 600;
}
.add-list-btn:hover {
    color: var(--cafe-color-1);
}
.food-list-title {
    text-align: center;
    color: var(--cafe-color-bg);
    font-size: 1.3rem;
    margin-bottom: .5rem;
    line-height: 1.9;
    font-weight: 600;
}
.cafe-menu-qr-detail-parent::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: -moz-linear-gradient(0deg, rgba(1,3,0,1) 0%, rgba(1,3,0,0) 60%);
    background: -webkit-linear-gradient(0deg, rgba(1,3,0,1) 0%, rgba(1,3,0,0) 60%);
    background: linear-gradient(0deg, rgba(1,3,0,1) 0%, rgba(1,3,0,0) 60%);
}
.cafe-menu-qr-detail-col {
    background-color: #010300;
}
.swiper-food-list {
    width: 53%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.swiper-food-list .swiper-slide {
    height: auto;
    padding: 1rem 1rem 4rem;
}
.food-list-content {
    width: 100%;
    border: 1px solid #ffffff;
    margin: 0 auto;
}
.food-list-item {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: var(--cafe-color-bg);
    padding: 1rem;
    background-color: rgba(0, 0, 0, 0.8);
}
.food-list-item:not(:last-child) {
    border-bottom: 1px solid var(--cafe-color-bg);
}
.food-list-item-thumb {
    flex-shrink: 0;
    position: relative;
    width: 90px;
    height: 90px;
    overflow: hidden;
}
.food-list-item-title {
    flex-grow: 1;
}
.food-list-item-title h4 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1.8;
}
.food-list-item-title h6 {
    font-size: .9rem;
    margin-bottom: 0;
    line-height: 1.8;
    font-weight: normal;
}
.food-list-item-title h6 span {
    font-weight: 600;
    font-size: 1.1rem;
}
.food-list-item-action {
    flex-shrink: 0;
    width: auto;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    direction: ltr;
}
.food-list-item-action span {
    font-size: 1.5rem;
    font-weight: 600;
    padding: .4rem 1rem 0;
    min-width: 60px;
    text-align: center;
}
.food-list-item-action .btn {
    border-radius: .25rem;
    font-size: 1.3rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    width: 2.3rem;
    height: 2.3rem;
    box-shadow: none !important;
    outline: none !important;
}
.delete-btn,
.remove-btn {
    border: 1px solid var(--cafe-color-bg) !important;
    background: transparent !important;
    color: var(--cafe-color-bg) !important;
}
.delete-btn:hover,
.remove-btn:hover {
    background: var(--cafe-color-bg) !important;
    color: var(--cafe-color-2) !important;
}
.add-btn {
    border: 1px solid var(--cafe-color-2) !important;
    background: var(--cafe-color-2) !important;
    color: var(--cafe-color-bg) !important;
}
.add-btn:hover {
    background: var(--cafe-color-1) !important;
    border-color: var(--cafe-color-1) !important;
}
.food-list-empty {
    position: relative;
    width: 100%;
    padding: 4rem 1rem;
    color: #ffffff;
    font-size: 1.25rem;
    line-height: 1.8;
    text-align: center;
    font-weight: 600;
}
.food-list-empty p {
    margin-bottom: 0;
}
.food-list-selected-mobile {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: var(--cafe-color-bg);
    border-radius: 2.5rem 2.5rem 0 0;
    padding: 0;
    z-index: 999;
    box-shadow: 0 2px 6px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 6px 3px rgba(0, 0, 0, 0.2);
}
.header-food-list-selected-mobile {
    position: relative;
    width: 100%;
    padding-top: 2.8rem;
}
.parent-swiper-food-list-mobile {
    height: 0px;
    position: relative;
    width: 100%;
    visibility: hidden;
    opacity: 0;
}
.food-list-selected-mobile.active .parent-swiper-food-list-mobile {
    height: 50vh;
    visibility: visible;
    opacity: 1;
}
.line-btn-close {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    width: 30%;
    border-radius: 0;
    position: absolute;
    top: 1rem;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    padding: .5rem 1rem;
    background-color: transparent !important;
}
.line-btn-close span {
    display: block;
    height: 4px;
    width: 100%;
    background-color: #212121 !important;
    border-radius: 50rem;
}
.line-btn-close:hover span {
    background-color: #000000 !important;
}
.food-list-selected-mobile h6.title {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: .5rem;
    text-align: center;
}
.food-list-selected-mobile .swiper-food-list .swiper-slide {
    padding: 0 2.5rem 2.5rem;
}
.food-list-selected-mobile .food-list-item {
    color: #212121;
}
.food-list-selected-mobile .food-list-item-thumb {
    width: 80px;
    height: 80px;
}
.food-list-selected-mobile .food-list-item-title h4 {
    font-size: 1rem;
}
.food-list-selected-mobile .food-list-item-title h6 span {
    font-size: 1rem;
}
.food-list-selected-mobile .food-list-item-action .btn {
    font-size: 1.1rem;
    width: 2.2rem;
    height: 2.2rem;
}
.food-list-selected-mobile .delete-btn,
.food-list-selected-mobile .remove-btn {
    border: 1px solid #212121 !important;
    color: #212121 !important;
}
.food-list-selected-mobile .delete-btn:hover,
.food-list-selected-mobile .remove-btn:hover {
    background: var(--cafe-color-1) !important;
    border-color: var(--cafe-color-1) !important;
    color: var(--cafe-color-bg) !important;
}
.food-list-selected-mobile .add-btn {
    color: #212121 !important;
}
.food-list-selected-mobile .food-list-item:not(:last-child) {
    border-bottom: 1px solid #212121;
}
.food-list-selected-mobile .food-list-content {
    border: none;
}

.news-slider-section {
    position: relative;
    width: 100%;
}
.news-cafe-slide-item {
    position: relative;
    width: 100%;
    padding-top: 42.5%;
}
.news-slide-thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}
.news-slide-thumb img {
    z-index: 0;
}
.news-slide-thumb h3 {
    color: #ffffff;
    font-size: 1.2rem;
    line-height: 2;
    text-align: center;
    margin-bottom: 0;
    position: absolute;
    top: 1rem;
    left: 0;
    width: 100%;
    z-index: 2;
    font-weight: 700;
    display: none;
}
.news-slide-thumb h5 {
    color: #ffffff;
    font-size: .9rem;
    line-height: 2;
    text-align: center;
    margin-bottom: 0;
    position: absolute;
    bottom: .5rem;
    left: 0;
    width: 100%;
    z-index: 2;
    font-weight: 600;
    display: none;
}
.news-slide-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 2.5rem 4.5rem;
    z-index: 2;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.65);
}
.news-slide-content h3 {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 2;
    margin-bottom: 1rem;
}
.news-slide-content h5 {
    font-size: 1.1rem;
    line-height: 2;
    margin-bottom: 1rem;
    font-weight: 600;
}
.news-slide-content p {
    text-align: justify;
    font-size: 1rem;
    line-height: 1.9;
    margin-bottom: 1rem;
    font-weight: normal;
    width: 100%;
    max-width: 400px;
}
.news-slide-tags {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 3rem 1.5rem;
}
.news-slide-tags span {
    display: inline-block;
    padding: .15rem 1rem;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 1rem;
}
.news-slide-tags span::before {
    content: '#';
    display: inline-block;
    margin-left: .35rem;
}
.ltr-mode .news-slide-tags span::before {
    margin-left: 0;
    margin-right: .35rem;
}
.swiper-pagination-news-parent {
    position: relative;
    margin-top: 2rem;
    z-index: 1;
}
.swiper-pagination-news-parent .swiper-pagination {
    margin-top: -.55rem;
}
.news-slider-actions .cafe-slider-arrow {
    z-index: 2;
    width: 230px;
    margin: 0 auto;
    display: block;
}
.news-box {
    position: relative;
    width: 100%;
    height: 100%;
    border: 1px solid var(--cafe-color-1);
}
.news-box-thumb {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
}
.sq-item .news-box-thumb {
    padding-top: 90%;
}
.news-box-content {
    position: relative;
    width: 100%;
    padding: 1.5rem;
}
.post-inf {
    color: #212121;
    font-size: .95rem;
    font-weight: normal;
}
.post-inf i {
    font-size: 1.1rem;
    position: relative;
    top: -.1rem;
}
.news-box h4 {
    color: #000000;
    font-size: 1.2rem;
    line-height: 1.9;
    margin-bottom: .5rem;
    font-weight: 600;
    text-align: center;
}
.news-box:hover h4 {
    color: var(--cafe-color-1);
}
.news-box p {
    color: #212121;
    font-size: .95rem;
    line-height: 2;
    text-align: justify;
    margin-bottom: 1rem;
}
.news-box-tags {
    position: relative;
    width: 100%;
    text-align: center;
}
.news-box-tags span {
    display: inline-block;
    padding: .15rem 1rem;
    border: 2px solid var(--cafe-color-1);
    color: var(--cafe-color-1);
    font-size: 1rem;
}
.news-box-tags span::before {
    content: '#';
    display: inline-block;
    margin-left: .35rem;
}
.ltr-mode .news-box-tags span::before {
    margin-left: 0;
    margin-right: .35rem;
}
.search-post-form {
    position: relative;
    width: 100%;
}
.search-post-form .form-control {
    position: relative;
    width: 100%;
    padding: .7rem .8rem .7rem 3rem;
    font-size: 1rem;
    border-radius: 0;
    border: 2px solid #212121 !important;
    box-shadow: none !important;
    color: #000000;
    z-index: 1;
}
.search-post-form .form-control:focus {
    border-color: var(--cafe-color-1) !important;
}
.search-post-form .btn {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: .5rem;
    padding: .2rem;
    z-index: 2;
}
.search-post-form .btn svg {
    width: 1.7rem;
    height: 1.7rem;
    object-fit: contain;
}
.search-post-form .btn:hover path {
    fill: var(--cafe-color-1);
}
.sidebar-box {
    position: relative;
    width: 100%;
}
.sidebar-box h5 {
    font-size: .9rem;
    font-weight: 800;
    line-height: 1.9;
    margin-bottom: .7rem;
}
.sort-by-link {
    color: #212121;
    font-size: 1rem;
    font-weight: normal;
}
.sort-by-link:hover {
    color: var(--cafe-color-1);
}
.sort-by-link.active {
    font-weight: 700;
}
.sort-by-link:not(:last-child) {
    border-left: 1px solid #212121;
    padding-left: .5rem;
    margin-left: .5rem;
}
.ltr-mode .sort-by-link:not(:last-child) {
    border-left: none;
    padding-left: 0;
    margin-left: 0;
    border-right: 1px solid #212121;
    padding-right: .5rem;
    margin-right: .5rem;
}
.list-category {
    padding: 0;
    margin: 0;
}
.list-category a {
    color: #212121;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.9;
}
.list-category a:hover {
    color: var(--cafe-color-1);
}
.list-category li:not(:last-child) {
    margin-bottom: .5rem;
    padding-bottom: .5rem;
    border-bottom: 1px solid #212121;
}
.dropdown-filter-cafe {
    width: 50%;
}
.dropdown-filter-cafe .btn {
    width: 100%;
}
.dropdown-filter-cafe .btn::after {
    margin-right: auto;
}
.ltr-mode .dropdown-filter-cafe .btn::after {
    margin-left: auto;
    margin-right: 0;
}
.dropdown-filter-cafe .dropdown-menu {
    width: 100%;
    border-radius: 0;
}
.breadcrumb-cafe {
    --bs-breadcrumb-divider-color: #000000;
    --bs-breadcrumb-item-padding-x: 0.25rem;
    --bs-breadcrumb-item-active-color: #000000;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: .5rem;
    font-size: .8rem;
    background-color: transparent;
    border-radius: 0;
}
.single-page-thumb {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 42%;
}
.single-page-thumb img {
    z-index: 1;
}
.author-thumb {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 2;
    border-radius: 50%;
    overflow: hidden;
    width: 120px;
    height: 120px;
}
.post-inf-section {
    position: relative;
    width: 100%;
    margin-top: 1rem;
}
.author-name-post {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: .5rem;
    line-height: 1.9;
    color: #000000;
}
.post-star-inf {
    color: #9A9A9A;
    font-size: .9rem;
    font-weight: normal;
}
.post-star-inf i {
    color: #212121;
    font-size: 1rem;
    position: relative;
    top: -.2rem;
}
.post-star-inf span {
    color: #212121;
}
.post-inf-abs {
    position: absolute;
    top: calc(100% + 50px);
    left: 0;
}
.swiper-articles .swiper-slide {
    width: 17.5%;
    height: auto;
}
.swiper-articles .news-box-tags {
    display: none !important;
}
.swiper-articles .news-box p {
    margin-bottom: 0;
}
.swiper-articles .news-box {
    border: none !important;
}
.swiper-articles .news-box-content {
    padding: 1.5rem 0;
}
.single-page-tags {
    position: relative;
    width: 100%;
}
.single-page-tags a {
    color: var(--cafe-color-1);
    border: 2px solid var(--cafe-color-1);
    background-color: transparent;
    padding: .65rem 1.5rem;
    font-size: 1rem;
    font-weight: 600;
    display: inline-block;
}
.single-page-tags a::before {
    content: '#';
    display: inline-block;
    margin-left: .35rem;
}
.ltr-mode .single-page-tags a::before {
    margin-left: 0;
    margin-right: .35rem;
}
.single-page-tags a:hover {
    color: var(--cafe-color-1);
    border-color: var(--cafe-color-2);
    background-color: var(--cafe-color-2);
}
.single-page-share {
    position: relative;
    width: 100%;
    text-align: center;
}
.single-page-share a {
    width: 2.3rem;
    height: 2.3rem;
    font-size: 1.5rem;
    margin: 0 .5rem .5rem;
}
.tooltip {
    --bs-tooltip-padding-x: .7rem;
    --bs-tooltip-padding-y: .2rem;
    --bs-tooltip-color: var(--cafe-color-1);
    --bs-tooltip-bg: var(--cafe-color-2);
    --bs-tooltip-border-radius: 0;
    --bs-tooltip-opacity: 1;
    font-size: .9rem;
    font-weight: 600;
}
.post-ratings-parent {
    position: relative;
    width: 100%;
    text-align: center;
}
.post-ratings-parent h6 {
    color: #000000;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1rem;
}
.post-ratings img,
.post-ratings-loading img,
.post-ratings-image img {
    height: 25px;
    width: auto;
    display: inline-block;
    margin: 0 .25rem !important;
}
.post-ratings-loading {
    text-align: center !important;
}
.gallery-description2,
.gallery-description {
    position: relative;
    width: 100%;
}
.gallery-description2 p,
.gallery-description p {
    color: #212121;
    font-size: 1rem;
    margin-bottom: 0;
    line-height: 2;
    text-align: justify;
    font-weight: normal;
}
.gallery-page-thumb {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
    clip-path: polygon(0 0, calc(100% - var(--shape-cafe)) 0%, 100% var(--shape-cafe), 100% calc(100% - var(--shape-cafe)), calc(100% - var(--shape-cafe)) 100%, 0 100%, 0 100%, 0 0);
    -webkit-clip-path: polygon(0 0, calc(100% - var(--shape-cafe)) 0%, 100% var(--shape-cafe), 100% calc(100% - var(--shape-cafe)), calc(100% - var(--shape-cafe)) 100%, 0 100%, 0 100%, 0 0);
}
.cafe-gallery-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    direction: rtl;
    margin-bottom: 2rem;
    position: relative;
}
.cafe-gallery-container.is-more:not(.show-is-more)::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 230px;
    z-index: 2;
    background: -moz-linear-gradient(0deg, var(--cafe-color-bg) 10%, rgba(252,252,252,0) 100%);
    background: -webkit-linear-gradient(0deg, var(--cafe-color-bg) 10%, rgba(252,252,252,0) 100%);
    background: linear-gradient(0deg, var(--cafe-color-bg) 10%, rgba(252,252,252,0) 100%);
}
.cafe-gallery-item {
    position: relative;
    overflow: hidden;
    min-height: 200px;
    height: 100%;
    cursor: pointer;
    z-index: 1;
}
.cafe-gallery-item.item-over-count {
    display: none;
}
.cafe-gallery-item.item-over-count.show {
    display: block;
}
.cafe-gallery-item:hover img {
    opacity: .8;
}
.cafe-gallery-item:nth-child(8n+1) {
    grid-column: span 1;
    grid-row: span 2;
}
.cafe-gallery-item:nth-child(8n+2) {
    grid-column: span 1;
    padding-top: 100%;
}
.cafe-gallery-item:nth-child(8n+3) {
    grid-column: span 2;
}
.cafe-gallery-item:nth-child(8n+4) {
    grid-column: span 2;
}
.cafe-gallery-item:nth-child(8n+5) {
    grid-column: span 1;
    padding-top: 100%;
}
.cafe-gallery-item:nth-child(8n+6) {
    grid-column: span 2;
}
.cafe-gallery-item:nth-child(8n+7) {
    grid-column: span 1;
    padding-top: 100%;
}
.cafe-gallery-item:nth-child(8n) {
    grid-column: span 1;
    padding-top: 100%;
}
.gallery-page-thumb2 {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 47%;
    clip-path: polygon(var(--shape-cafe) 0%, calc(100% - var(--shape-cafe)) 0%, 100% var(--shape-cafe), 100% calc(100% - var(--shape-cafe)), calc(100% - var(--shape-cafe)) 100%, var(--shape-cafe) 100%, 0% calc(100% - var(--shape-cafe)), 0% var(--shape-cafe));
    -webkit-clip-path: polygon(var(--shape-cafe) 0%, calc(100% - var(--shape-cafe)) 0%, 100% var(--shape-cafe), 100% calc(100% - var(--shape-cafe)), calc(100% - var(--shape-cafe)) 100%, var(--shape-cafe) 100%, 0% calc(100% - var(--shape-cafe)), 0% var(--shape-cafe));
}
.gallery-thumb3 {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 100%;
}
.gallery-thumb3-row > div:nth-child(4n+1) .gallery-thumb3 {
    clip-path: polygon(0 0, 100% 0, 100% 0, 100% calc(100% - var(--shape-cafe)), calc(100% - var(--shape-cafe)) 100%, var(--shape-cafe) 100%, 0 calc(100% - var(--shape-cafe)), 0 0);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 100% calc(100% - var(--shape-cafe)), calc(100% - var(--shape-cafe)) 100%, var(--shape-cafe) 100%, 0 calc(100% - var(--shape-cafe)), 0 0);
}
.gallery-thumb3-row > div:nth-child(4n+2) .gallery-thumb3 {
    clip-path: polygon(0 0, 100% 0, 100% 0, 100% 100%, 100% 100%, var(--shape-cafe) 100%, 0 calc(100% - var(--shape-cafe)), 0 0);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 100% 100%, 100% 100%, var(--shape-cafe) 100%, 0 calc(100% - var(--shape-cafe)), 0 0);
}
.gallery-thumb3-row > div:nth-child(4n+3) .gallery-thumb3 {
    clip-path: polygon(0 0, 100% 0, 100% 0, 100% calc(100% - var(--shape-cafe)), calc(100% - var(--shape-cafe)) 100%, var(--shape-cafe) 100%, 0 calc(100% - var(--shape-cafe)), 0 0);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 100% calc(100% - var(--shape-cafe)), calc(100% - var(--shape-cafe)) 100%, var(--shape-cafe) 100%, 0 calc(100% - var(--shape-cafe)), 0 0);
}
.gallery-thumb3-row > div:nth-child(4n) .gallery-thumb3 {
    clip-path: polygon(0 0, 100% 0, 100% 0, 100% calc(100% - var(--shape-cafe)), calc(100% - var(--shape-cafe)) 100%, 0 100%, 0 100%, 0 0);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 100% calc(100% - var(--shape-cafe)), calc(100% - var(--shape-cafe)) 100%, 0 100%, 0 100%, 0 0);
}
.event-box {
    position: relative;
    width: 100%;
    height: 100%;
    margin-bottom: 1.5rem;
}
.event-box h4 {
    color: #212121;
    font-size: 1.4rem;
    line-height: 1.9;
    margin-bottom: 1rem;
    text-align: center;
    font-weight: 700;
}
.event-box-slider {
    position: relative;
    width: 100%;
}
.event-thumb-item {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 56.25%;
}
.event-slider-actions {
    position: relative;
    width: 100%;
    top: 1.7rem;
}
.event-slider-actions .swiper-button-lock {
    display: flex;
    opacity: 0 !important;
}
.event-slider-actions .cafe-slider-arrow {
    z-index: 2;
    width: 230px;
    margin: 0 auto;
    display: block;
}
.swiper-pagination-event-parent {
    position: relative;
    z-index: 1;
}
.swiper-pagination-event-parent .swiper-pagination {
    margin-top: -.55rem;
}
.event-box-content {
    position: relative;
    width: 100%;
    padding: 4rem 1.5rem 1.5rem;
    border: 1px solid var(--cafe-color-1);
    border-top: none;
}
.event-inf {
    font-size: 1rem;
    line-height: 1.9;
    font-weight: 600;
    color: #212121;
}
.box-item-share {
    position: relative;
}
.box-item-share a {
    width: 2.1rem;
    height: 2.1rem;
    font-size: 1.4rem;
    margin: 0 .25rem;
}
.event-box-t2 {
    position: relative;
    width: 100%;
    height: 100%;
}
.event-box2-thumb {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 56.25%;
}
.event2-inf {
    color: #212121;
    font-weight: normal;
    font-size: .9rem;
    line-height: 1.9;
}
.event-box-t2 h4 {
    color: #000000;
    font-size: 1rem;
    line-height: 1.9;
    margin: .4rem 0;
    font-weight: 600;
}
.event-box-t2 p {
    text-align: justify;
    color: #212121;
    font-size: .9rem;
    line-height: 1.9;
    margin-bottom: 0;
}
.bookmark-event-thumb {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 46%;
}
.b-event-slider-section {
    position: relative;
    width: 100%;
}
.header-event-thumb {
    position: relative;
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
}
.header-event-content h4 {
    color: #212121;
    font-size: 1.4rem;
    line-height: 1.9;
    margin-bottom: 1rem;
    text-align: center;
    font-weight: 700;
}
.header-event-content p {
    text-align: justify;
    color: #212121;
    font-size: .95rem;
    line-height: 1.9;
    margin-bottom: 0;
}
.header-event-date-parent {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.header-event-date-parent::before {
    content: '';
    position: absolute;
    top: 0;
    left: 1.15rem;
    height: 100%;
    width: 1px;
    background-color: var(--cafe-color-1);
    z-index: 0;
}
.header-event-date-parent-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 30%;
    width: 100%;
    z-index: 2;
    background: -moz-linear-gradient(0deg, rgba(252,252,252,1) 0%, rgba(252,252,252,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(252,252,252,1) 0%, rgba(252,252,252,0) 100%);
    background: linear-gradient(0deg, rgba(252,252,252,1) 0%, rgba(252,252,252,0) 100%);
}
.swiper-h-event-date {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /*height: 100%;*/
    height: 80px;
    z-index: 1;
    overflow: visible;
}
.swiper-h-event-date .swiper-slide {
    /*height: auto;*/
    height: 100%;
    width: 100%;
}
.swiper-h-event-date .swiper-wrapper {
    transition-timing-function: cubic-bezier(0.415, -0.600, 0.460, 1.560);
}
.header-event-date {
    position: relative;
    width: 100%;
    /*background-color: red;*/
    padding-bottom: 1.5rem;
}
.header-event-date h6 {
    color: #212121;
    font-size: .9rem;
    line-height: 1.8;
    font-weight: normal;
    margin-bottom: 0;
}
.header-event-date span {
    color: #212121;
    font-weight: normal;
    font-size: .85rem;
}
.swiper-slide-thumb-active .header-event-date h6 {
    font-size: 1rem;
    font-weight: 600;
}
.swiper-slide-thumb-active .header-event-date span {
    font-size: .95rem;
}
.header-event-date .day span {
    width: 1.7rem;
    height: 1.7rem;
    line-height: 1.6rem;
    border-radius: 50%;
    background-color: var(--cafe-color-bg);
    border: 1px solid var(--cafe-color-2);
    color: #000000;
    font-size: .8rem;
    font-weight: normal;
    display: inline-block;
    text-align: center;
    margin-left: 0.3rem;
}
.ltr-mode .header-event-date .day span {
    margin-left: 0;
    margin-right: 0.3rem;
}
.swiper-slide-thumb-active .header-event-date .day span {
    width: 2.3rem;
    height: 2.3rem;
    line-height: 2.4rem;
    background-color: var(--cafe-color-2);
    color: var(--cafe-color-1);
    font-size: 1.1rem;
    margin-left: 0 !important;
    margin-right: 0 !important;
    font-weight: bold;
}
.jobs-thumb-page {
    position: relative;
    width: 100%;
    padding-top: 47%;
    overflow: hidden;
}
.nav-pills-cafe .nav-link {
    padding: .2rem 1.2rem;
    font-size: 1rem;
    font-weight: normal;
    color: #212121;
    border-right: 1px solid #212121;
    border-radius: 0;
}
.ltr-mode .nav-pills-cafe .nav-link {
    border-right: none;
    border-left: 1px solid #212121;
}
.nav-pills-cafe .nav-link.active,
.nav-pills-cafe .show > .nav-link {
    color: #212121;
    background-color: transparent;
    font-weight: 800;
    border-width: 2px;
}
.job-item-detail-mobile {
    position: relative;
    width: 100%;
    min-height: 1px;
}
.job-box {
    /*margin-bottom: 1.5rem;*/
}
.job-box::before {
    --border-cafe: 1px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.cafe-shape-border-content-job {
    padding: 1.5rem 2.5rem;
}
.job-box h4 {
    color: #000000;
    font-size: 1.1rem;
    line-height: 1.9;
    margin-bottom: .2rem;
    font-weight: 600;
}
.job-box p {
    color: #212121;
    font-size: .9rem;
    line-height: 2;
    margin-bottom: 1rem;
    text-align: justify;
    font-weight: normal;
}
.job-box.active {
    background-color: var(--cafe-color-2);
}
.job-box.active::before {
    --border-cafe: 2px;
    border-color: var(--cafe-color-2);
}
.job-item-detail {
    position: relative;
    width: 100%;
    background-color: var(--cafe-color-2);
    padding: 1.7rem;
    overflow: hidden;
}
.job-detail-box {
    position: relative;
    width: 100%;
}
.job-detail-box > h4 {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: .3rem;
    color: #000000;
    line-height: 1.9;
}
.job-detail-form {
    position: relative;
    width: 100%;
}
.job-detail-form .gform_wrapper.gravity-theme .gfield_label {
    font-size: .85rem !important;
}
.job-detail-form .gform_wrapper.gravity-theme input[type="color"]:focus,
.job-detail-form .gform_wrapper.gravity-theme input[type="date"]:focus,
.job-detail-form .gform_wrapper.gravity-theme input[type="datetime-local"]:focus,
.job-detail-form .gform_wrapper.gravity-theme input[type="datetime"]:focus,
.job-detail-form .gform_wrapper.gravity-theme input[type="email"]:focus,
.job-detail-form .gform_wrapper.gravity-theme input[type="month"]:focus,
.job-detail-form .gform_wrapper.gravity-theme input[type="number"]:focus,
.job-detail-form .gform_wrapper.gravity-theme input[type="password"]:focus,
.job-detail-form .gform_wrapper.gravity-theme input[type="search"]:focus,
.job-detail-form .gform_wrapper.gravity-theme input[type="tel"]:focus,
.job-detail-form .gform_wrapper.gravity-theme input[type="text"]:focus,
.job-detail-form .gform_wrapper.gravity-theme input[type="time"]:focus,
.job-detail-form .gform_wrapper.gravity-theme input[type="url"]:focus,
.job-detail-form .gform_wrapper.gravity-theme input[type="week"]:focus,
.job-detail-form .gform_wrapper.gravity-theme select:focus,
.job-detail-form .gform_wrapper.gravity-theme textarea:focus {
    background: transparent !important;
}
.gform_confirmation_message {
    color: #212121;
    font-size: 1rem;
    line-height: 2;
    font-weight: 600;
}
.gform_confirmation_message img {
    display: block;
    margin: 0 auto 1rem;
    max-width: 100%;
}
.about-us-thumb {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 350px;
    overflow: hidden;
}
.about-slider-parent-px {
    height: calc(100% - 3.1rem);
    min-height: 400px;
    width: 100%;
}
.about-slider-parent {
    position: relative;
    width: 100%;
   height: 100%;
}
.swiper-about-page {
    width: 100%;
    height: 100%;
    clip-path: polygon(var(--shape-cafe) 0%, calc(100% - var(--shape-cafe)) 0%, 100% var(--shape-cafe), 100% 100%, 100% 100%, 0 100%, 0 100%, 0% var(--shape-cafe));
    -webkit-clip-path: polygon(var(--shape-cafe) 0%, calc(100% - var(--shape-cafe)) 0%, 100% var(--shape-cafe), 100% 100%, 100% 100%, 0 100%, 0 100%, 0% var(--shape-cafe));
}
.swiper-pagination-about-parent {
    position: relative;
    width: 100%;
    margin-top: 2rem;
}
.cmdi-det-scroll {
    position: relative;
    width: 100%;
}
.cmdi-det-scroll-content {
    width: 100%;
    padding: 0 .6rem;
}
.cmdi-det-scroll-swiper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.cmdi-det-scroll-swiper .swiper-slide {
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#rateReg {
    cursor: pointer;
}
#rateReg:hover {
    color: var(--cafe-color-1);
}
.dig_popmessage {
    min-height: auto !important;
}
.dig_firele {
    display: none !important;
}
.dig_popmessage .dig_lase_snap {
    display: none !important;
}
.dig_popmessage .dig_lase_message {
    font-size: .75rem !important;
    font-weight: bold !important;
}
.dig_success_msg .dig_lase_message {
    color: #00DB82 !important;
}
.dig_critical_msg .dig_lase_message {
    color: #fe004d !important;
}
.dig_notice_msg .dig_lase_message {
    color: #FFC300 !important;
}
.dig_lasele {
    padding: 1.25rem !important;
}
.dig_popmessage_contents > .dig_lasele {
    left: 0 !important;
    right: 0 !important;
}
.dig_popdismiss {
    top: 50% !important;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
html[dir="rtl"] .dig_popdismiss {
    left: .5rem !important;
    right: auto !important;
}
html[dir="ltr"] .dig_popdismiss {
    right: .5rem !important;
    left: auto !important;
}
.dig_popmessage_contents {
    position: relative;
    border-radius: .5rem !important;
}
.login-box-cafe {
    position: relative;
    width: 100%;
}
.dig_sml_box_msg_head {
    color: #000000;
    font-size: 1rem !important;
    font-weight: bold !important;
}
.dig_sml_box_msg {
    margin-top: .5rem !important;
    font-size: .9rem !important;
}
.dig_pgmdl_2 .minput .countrycodecontainer input,
.dig_pgmdl_2 .minput input[type="date"],
.dig_pgmdl_2 .minput input[type="number"],
.dig_pgmdl_2 .minput input[type="password"],
.dig_pgmdl_2 .minput input[type="text"] {
    min-height: auto !important;
    line-height: 1.5 !important;
    font-size: 1rem !important;
    padding: .5rem !important;
    border: 1px solid rgba(97, 82, 46, 0.2);
    border-bottom: 1px solid var(--cafe-color-1);
    border-radius: .25rem !important;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: transparent !important;
    text-align: center !important;
}
.dig_pgmdl_2 .minput .countrycodecontainer input:focus,
.dig_pgmdl_2 .minput input[type="date"]:focus,
.dig_pgmdl_2 .minput input[type="number"]:focus,
.dig_pgmdl_2 .minput input[type="password"]:focus,
.dig_pgmdl_2 .minput input[type="text"]:focus {
    border-color: var(--cafe-color-1) !important;
    background: var(--cafe-color-bg) !important;
}
.dig_pgmdl_2 .minput label {
    font-size: .9rem !important;
    font-weight: normal !important;
    margin-bottom: 0 !important;
    line-height: 1.9 !important;
}
.cafe-internet-detail-box {
    position: relative;
    width: 100%;
}
.cafe-internet-detail-box h3 {
    font-size: 1rem;
    margin-bottom: 2rem;
    text-align: center;
    font-weight: bold;
    color: var(--cafe-color-1);
}
.cafe-internet-detail-box h4 {
    font-size: 1rem;
    margin-bottom: 1rem;
    margin-top: 1.5rem;
    text-align: center;
    font-weight: normal;
    color: #333333;
}
.cafe-internet-detail-box h5 {
    font-size: 1.3rem;
    margin-bottom: 0;
    text-align: center;
    font-weight: 600;
    color: #333333;
    letter-spacing: .2rem;
}
.person-gallery-item {
    position: relative;
    width: 100%;
    cursor: pointer;
}
.person-gallery-item img {
    display: block;
    width: 100%;
    height: auto;
}
.person-gallery-item:hover img {
    filter: brightness(90%);
    -webkit-filter: brightness(90%);
}
.menu-gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
}
.menu-food-item.active .menu-gallery-overlay,
.menu-gallery-overlay:hover {
    opacity: 1;
}
.menu-gallery-overlay p {
    font-size: 1rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0;
    text-shadow: 0 0 3px #000000;
}
.menu-gallery-overlay i {
    font-size: 1.1rem;
}
/*.lg-outer .lg-thumb-outer {*/
/*    background-color: transparent !important;*/
/*}*/
/*.lg-backdrop {*/
/*    background-color: rgba(0, 0, 0, 0.8) !important;*/
/*}*/
.page-navi-section {
    text-align: center;
    padding: .5rem 0;
}
.page-navi-section .wp-pagenavi {
    display: inline-block;
    direction: rtl;
    text-align: right;
}
.ltr-mode .page-navi-section .wp-pagenavi {
    direction: ltr;
    text-align: left;
}
.page-navi-section .current,
.page-navi-section .page,
.page-navi-section .nextpostslink,
.page-navi-section .previouspostslink {
    width: 1.9rem;
    height: 1.9rem;
    text-align: center;
    border-radius: 0;
    color: #000000;
    font-weight: 600;
    font-size: .9rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 .3rem;
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}
.page-navi-section .current {
    background-color: var(--cafe-color-2);
    color: var(--cafe-color-1);
}
.page-navi-section .nextpostslink,
.page-navi-section .previouspostslink {
    background-color: transparent;
    font-size: 1.25rem;
}
.page-navi-section .page:hover {
    color: var(--cafe-color-1);
}
.page-navi-section .nextpostslink:hover,
.page-navi-section .previouspostslink:hover {
    color: var(--cafe-color-1);
}
.wp-element-caption {
    text-align: center;
    font-size: .9rem !important;
}
.wp-block-image .wp-element-caption {
    margin-top: -1rem !important;
}
.wp-block-gallery .wp-block-image .wp-element-caption {
    margin: 0 !important;
}
.wp-block-gallery img {
    margin-bottom: 0 !important;
}
.person-box-item {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 100%;
    margin-bottom: .5rem;
}
.person-box {
    position: relative;
    width: 100%;
    text-align: center;
}
.person-box h3 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1.7;
    color: #000000;
}
.person-box:hover img {
    opacity: .9;
}
.person-box:hover h3 {
    color: var(--cafe-color-1);
}



@media only screen and (min-width: 576px) {

}
@media only screen and (min-width: 768px) {

}
@media only screen and (min-width: 992px) {
    .about-food-content {
        padding: 8rem 2.5rem;
        min-height: 600px;
    }
    .about-slider-arrow {
        position: relative;
        width: 50%;
        display: block;
        margin: 0 auto;
        top: 0.55rem;
    }
}
@media only screen and (min-width: 1200px) {
    .g-xl-6, .gx-xl-6 {
        --bs-gutter-x: 5rem;
    }
    .g-xl-6, .gy-xl-6 {
        --bs-gutter-y: 5rem;
    }
}
@media only screen and (min-width: 1400px) {
    .value-items-row.g-xxl-5,
    .value-items-row.gx-xxl-5 {
        --bs-gutter-x: 5rem;
    }
    .value-items-row.g-xxl-4,
    .value-items-row.gy-xxl-4 {
        --bs-gutter-y: 2rem;
    }
}

@media only screen and (max-width: 1600px) {
    .cafe-menu-list-parent {
        padding-left: 4rem;
        padding-right: 4rem;
    }
    .cafe-menu-title {
        padding: 110px 1.5rem 1rem;
    }
    .cafe-menu-title img {
        max-height: 50px;
        margin: 0 auto;
    }
    .cmdi-det h4 {
        font-size: 1.15rem;
    }
    .cmdi-det p {
        font-size: .9rem;
    }
    .cmdi-price {
        font-size: 1.1rem;
    }
    .cmdi-price span {
        font-size: 1.5rem;
    }
    .menu-food-item-text h4 {
        font-size: 1.2rem;
        margin-bottom: 0;
    }
    .menu-food-item-text p {
        font-size: .95rem;
        margin-bottom: .3rem;
    }
    .menu-food-item-price {
        font-size: .9rem;
    }
    .menu-food-item-price span {
        font-size: 1.1rem;
    }
    .menu-food-item-thumb-frame {
        padding-top: 90%;
    }
    .swiper-food-list {
        width: 80%;
    }
}
@media only screen and (max-width: 1399.98px) {
    .cafe-shape-border-content-term {
        padding: 3.5rem;
    }
}
@media only screen and (max-width: 1199.98px) {
    .about-us-logo {
        max-height: 2rem;
        margin: 0 auto 1rem;
    }
    .cafe-shape-border-content-term {
        padding: 3rem;
    }
    .term-item-box .term-item-icon {
        height: 80px;
        width: 80px;
    }
    .term-item-box p,
    .value-item-box p,
    .about-team-desc,
    .goal-item-box p {
        font-size: .9rem;
    }
    .term-item-box h4,
    .value-item-box h4,
    .goal-item-box h4 {
        font-size: 1rem;
        margin-bottom: .5rem;
    }
    .value-item-box .value-item-icon {
        height: 96px;
        width: 96px;
    }
    .cafe-menu-list-parent {
        padding-left: 3rem;
        padding-right: 3rem;
    }
    .swiper-articles .swiper-slide {
        width: 19%;
    }
    .swiper-food-list {
        width: 95%;
    }
    .menu-food-item-t2 .menu-food-item-thumb-frame {
        padding-top: 80%;
    }
    .menu-food-item-t2.active .menu-food-item-thumb-frame {
        padding-top: 95%;
    }
    .page-title h1 {
        font-size: 1.7rem;
    }
}
@media only screen and (max-width: 991.98px) {
    .pt-page {
        padding-top: 68px;
    }
    .pt-page-inner {
        padding-top: 2rem;
    }
    .cafe-disable-animation [data-aos-delay] {
        transition-delay: 300ms !important;
    }
    .navbar-cafe-desktop {
        display: none !important;
    }
    .navbar-cafe {
        /*border: none !important;*/
    }
    .py-section {
        padding: 3.5rem 0;
    }
    .my-section {
        margin: 3.5rem 0;
    }
    .header-section-title {
        font-size: 1.5rem;
    }
    .title-section h1,
    .title-section h2,
    .title-section h3 {
        font-size: 1.4rem;
        font-weight: 700;
    }
    .our-story-slider-container {
        padding: 0 3rem 3rem;
    }
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        --bs-gutter-x: 4rem;
    }
    .menu-page .container,
    .menu-page .container-fluid,
    .menu-page .container-lg,
    .menu-page .container-md,
    .menu-page .container-sm,
    .menu-page .container-xl,
    .menu-page .container-xxl {
        --bs-gutter-x: 0;
    }
    .our-story-section .our-story-text-item h4 {
        font-size: 1rem;
        margin-bottom: .7rem;
    }
    .our-story-section .our-story-text-item p {
        font-size: .875rem;
    }

    .our-story-section .swiper-pagination-bullet {
        width: .8rem;
        height: .8rem;
    }
    .our-services-content-1::before,
    .our-services-content-2::before,
    .our-services-title-line {
        display: none;
    }
    .our-story-btn {
        margin-top: -3rem;
        z-index: 2;
    }
    .our-story-slider-parent {
        padding-top: 130%;
        transform: none;
    }
    .swiper-story {
        clip-path: polygon(4% 0, 96% 0, 100% 4%, 100% 96%, 96% 100%, 4% 100%, 0 96%, 0 4%);
    }

    .swiper-gallery .swiper-slide {
        width: 30%;
    }
    .swiper-gallery .swiper-slide.item-1 {
        width: 42%;
    }
    .swiper-gallery .swiper-slide.item-2 {
        width: 28%;
    }
    .swiper-gallery .swiper-slide.item-3 {
        width: 24%;
    }
    .swiper-gallery .swiper-slide.item-4 {
        width: 26%;
    }
    .swiper-gallery .swiper-slide.item-5 {
        width: 22%;
    }
    .swiper-gallery .swiper-wrapper {
        -webkit-transition-timing-function:linear !important;
        -o-transition-timing-function:linear !important;
        transition-timing-function:linear !important;
    }
    .about-food-content {
        width: 100%;
        padding: 1.5rem 0;
    }
    .swiper-about-food {
        padding-bottom: 0;
        padding-top: 4.5rem;
    }
    .cafe-about-food-arrow-parent {
        position: relative;
        top: 2.5rem;
    }
    .contact-map-parent {
        height: 350px;
    }
    .contact-ways {
        position: relative;
        bottom: 0;
        left: 0 !important;
        right: 0 !important;
        width: 100%;
        background-color: transparent;
        clip-path: none;
        padding: 1.5rem 0 0;
    }
    .contact-way-item {
        width: 50%;
    }
    .contact-way-item h4 {
        font-size: 1rem;
        margin-bottom: .5rem;
    }
    .contact-way-item p {
        font-size: .9rem;
    }
    .about-us-description {
        padding: 0 !important;
    }
    .page-title {
        margin-bottom: 1.5rem;
    }
    .goal-item-thumb {
        width: 60%;
        padding-top: 50%;
        margin: 0 auto 1rem;
    }
    .goal-item-thumb img {
        object-position: center center;
        -o-object-position: center center;
    }
    .goal-items-row > div:not(:last-child) {
        border-left: none;
        border-bottom: 1px solid var(--cafe-color-1);
        padding-bottom: 1.5rem;
    }
    .ltr-mode .goal-items-row > div:not(:last-child) {
        border-left: none;
        border-right: none;
    }
    .team-item-thumb-parent {
        max-width: 150px;
    }
    .cafe-menu-cat-nav {
        width: 100%;
    }
    .news-slide-content {
        padding: 1.5rem 2.5rem;
    }
    .news-slide-content h3 {
        font-size: 1.4rem;
        margin-bottom: .4rem;
    }
    .news-slide-content h5 {
        font-size: 1rem;
        margin-bottom: .7rem;
    }
    .news-slide-content p {
        font-size: .95rem;
        margin-bottom: .7rem;
        max-width: 100%;
    }
    .search-post-form .form-control {
        border-width: 1px !important;
    }
    .swiper-articles .swiper-slide {
        width: 23%;
    }
    .gallery-description {
        padding: 0 !important;
    }
    .gallery-page-thumb {
        clip-path: polygon(0 0, 100% 0, 100% 0, 100% calc(100% - var(--shape-cafe)), calc(100% - var(--shape-cafe)) 100%, var(--shape-cafe) 100%, 0% calc(100% - var(--shape-cafe)), 0 0);
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 100% calc(100% - var(--shape-cafe)), calc(100% - var(--shape-cafe)) 100%, var(--shape-cafe) 100%, 0% calc(100% - var(--shape-cafe)), 0 0);
    }
    .gallery-description2 p,
    .gallery-description p {
        font-size: .9rem;
    }
    .gallery-description2 .title-section,
    .gallery-description .title-section {
        margin-bottom: .5rem;
    }
    .cafe-gallery-container {
        grid-column-gap: .35rem;
        grid-row-gap: .35rem;
    }
    .swiper-food-list {
        width: 100%;
    }
    .about-slider-description {
        margin-top: 2rem;
    }
    .about-slider-parent-px {
        position: relative;
        padding-top: 130%;
        width: calc(100% - 2.7rem);
        display: block;
        margin: 0 auto;
        height: auto;
        min-height: auto;
    }
    .about-slider-parent {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }
    .swiper-pagination-about-parent {
        margin-top: 1rem;
    }
    .page-title h1 {
        font-size: 1.5rem;
    }
    .food-list-item {
        background-color: transparent;
    }
}
@media only screen and (max-width: 767.98px) {
    :root {
        --shape-cafe: 1rem;
    }
    .btn-cafe {
        padding: .55rem 1.5rem;
        font-size: .9rem;
    }
    .cafe-shape-border::before {
        --border-cafe: 1px;
    }
    .cafe-shape-border-content {
        padding: 2rem;
    }
    .cafe-shape-border-about-cafe .cafe-shape-border-content {
        padding: 0;
    }
    .cafe-shape-border-about-cafe {
        clip-path: none;
        -webkit-clip-path: none;
        background-color: transparent;
    }
    .cafe-shape-border-about-cafe::before {
        display: none;
    }
    .about-cafe-content {
        font-size: .9rem;
        line-height: 2.2;
    }
    .about-food-content p {
        font-size: .9rem;
        line-height: 2;
    }
    .gallery-section::after,
    .cafe-pattern-section::before {
        background-size: 3rem;
    }
    .footer-logo {
        width: 96px;
    }
    .contact-item:not(:last-child) {
        margin-bottom: 1rem;
    }
    .contact-items {
        margin-bottom: 1rem;
    }
    .footer-menu li:not(:last-child) {
        margin-bottom: .4rem;
    }
    .about-us-description p {
        font-size: .9rem;
    }
    .value-item-box .value-item-icon {
        height: 70px;
        width: 70px;
    }
    .contact-us-item {
        width: 100%;
    }
    .contact-us-item-icon {
        width: 1.8rem;
        height: 1.8rem;
    }
    .contact-us-item h4 {
        font-size: 1rem;
        text-align: right;
    }
    .ltr-mode .contact-us-item h4 {
        text-align: left;
    }
    .contact-us-item p {
        font-size: .9rem;
    }
    .footer-menu {
        text-align: center;
    }
    .news-slider-actions {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 2;
    }
    .news-slider-actions .cafe-slider-arrow {
        display: none !important;
    }
    .swiper-pagination-news-parent {
        margin-top: 0;
    }
    .news-cafe-slide-item {
        padding-top: 0;
    }
    .news-slide-thumb {
        position: relative;
        padding-top: 60%;
    }
    .news-slide-thumb::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.65);
        z-index: 1;
    }
    .news-slide-content {
        position: relative;
        color: #212121;
        padding: 3rem 0 0;
        background-color: transparent;
    }
    .news-slide-content h3,
    .news-slide-content h5 {
        display: none;
    }
    .news-slide-thumb h3,
    .news-slide-thumb h5 {
        display: block;
    }
    .news-slide-tags {
        position: relative;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 0;
        margin-top: 1rem;
    }
    .news-slide-tags span {
        padding: .1rem .8rem;
        border: 1px solid var(--cafe-color-1);
        color: var(--cafe-color-1);
        font-size: .9rem;
    }
    .swiper-b-event,
    .swiper-news {
        z-index: 1;
    }
    .news-box-tags span {
        padding: .1rem .8rem;
        font-size: .9rem;
    }
    .news-box h4 {
        font-size: 1.1rem;
        margin-bottom: .2rem;
    }
    .news-box p {
        font-size: .9rem;
    }
    .post-inf {
        font-size: .85rem;
    }
    .post-inf i {
        font-size: .9rem;
        top: -.15rem;
    }
    .news-box {
        border: none;
    }
    .news-box-content {
        padding: 1.5rem 0;
    }
    .author-name-post {
        font-size: .9rem;
        margin-bottom: .25rem;
    }
    .author-thumb {
        border-radius: 0;
        width: 80px;
        height: 80px;
        left: 0;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }
    .single-page-thumb {
        padding-top: 56.25%;
    }
    .swiper-articles .swiper-slide {
        width: 28%;
    }
    .single-page-tags a {
        padding: .5rem 1rem;
        font-size: .9rem;
    }
    .cafe-gallery-container {
        grid-template-columns: repeat(2, 1fr);
    }
    .cafe-gallery-item:nth-child(3n+1) {
        grid-column: span 2;
        padding-top: 56.25%;
    }
    .cafe-gallery-item:nth-child(3n+2) {
        grid-column: span 1;
        padding-top: 100%;
    }
    .cafe-gallery-item:nth-child(3n) {
        grid-column: span 1;
        padding-top: 100%;
    }
    .page-title h1 {
        font-size: 1.3rem;
    }
}
@media only screen and (max-width: 575.98px) {
    .content-single-page {
        font-size: .9rem;
    }
    .content-single-page h2 {
        font-size: 1.3rem;
    }
    .content-single-page h3 {
        font-size: 1.2rem;
    }
    .content-single-page h4 {
        font-size: 1.1rem;
    }
    .content-single-page h5 {
        font-size: 1rem;
    }
    .content-single-page h6 {
        font-size: .9rem;
    }
    .header-section-footer {
        padding: .7rem 0;
    }
    .scroll-down-icon-parent {
        margin-top: .5rem;
    }
    .mute-btn {
        width: 3rem;
        height: 3rem;
        bottom: calc(100% + 1rem);
        right: 1.5rem;
        font-size: 1.1rem;
    }
    .scroll-down-icon-parent {
        bottom: calc(100% + 1.2rem);
    }
    .header-section-title {
        font-size: 1.3rem;
    }
    .swiper-gallery .swiper-slide {
        width: 35%;
    }
    .swiper-gallery .swiper-slide.item-1 {
        width: 47%;
    }
    .swiper-gallery .swiper-slide.item-2 {
        width: 33%;
    }
    .swiper-gallery .swiper-slide.item-3 {
        width: 27%;
    }
    .swiper-gallery .swiper-slide.item-4 {
        width: 32%;
    }
    .swiper-gallery .swiper-slide.item-5 {
        width: 27%;
    }
    .contact-map-parent {
        height: 300px;
    }
    .goal-item-thumb {
        width: 70%;
        padding-top: 60%;
    }
    .value-items-row > div .value-item-box {
        --size: 1.5rem;
        padding: 1.3rem;
    }
    .team-items-row > div:not(:last-child) .team-item-box {
        border-bottom: 1px solid var(--cafe-color-1);
        padding-bottom: 1.5rem;
    }
    .team-items-row > div:nth-child(2n) .team-item-thumb-parent {
        order: 2;
    }
    .team-items-row > div:nth-child(2n) .team-item-thumb-parent + div {
        order: 1;
    }
    .team-item-box h4 {
        font-size: 1rem;
        margin-bottom: 0;
    }
    .team-item-box h5 {
        font-size: .9rem;
    }
    .team-item-thumb-parent {
        max-width: 120px;
    }
    .contact-us-thumb2 {
        padding-top: 120%;
    }
    .menu-food-item-text h4 {
        font-size: 1rem;
    }
    .menu-food-item-text p {
        font-size: .8rem;
        margin-bottom: 0;
    }
    .menu-food-item-thumb,
    .menu-food-item-text {
        padding: 0 1rem;
    }
    .news-slide-thumb {
        padding-top: 80%;
    }
    .swiper-articles .swiper-slide {
        width: 60%;
    }
    .contact-us-map {
        padding-top: 105%;
    }
    .event-slider-actions .cafe-slider-arrow {
        width: 210px;
    }
    .event-box h4 {
        font-size: 1.2rem;
        margin-bottom: .5rem;
    }
    .header-event-content h4 {
        font-size: 1.2rem;
        margin-bottom: .5rem;
    }
    .header-event-content p {
        font-size: .9rem;
    }
    .event-inf {
        font-size: .95rem;
    }
    .job-box h4 {
        font-size: 1rem;
    }
    .cafe-menu-list-parent {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .about-slider-parent-px {
        width: calc(100% - 5.5rem);
    }
    .page-title h1 {
        font-size: 1.25rem;
    }
    .food-list-item-action span {
        font-size: 1.25rem;
        padding: .4rem .5rem 0;
        min-width: 40px;
    }
    .food-list-selected-mobile .food-list-item-title h4 {
        font-size: .95rem;
    }
    .menu-food-item-t2 .menu-food-item-text p {
        font-size: .9rem;
        text-align: right;
    }
    .ltr-mode .menu-food-item-t2 .menu-food-item-text p {
        text-align: left;
    }
    .food-list-selected-mobile .food-list-item-thumb {
        width: 60px;
        height: 60px;
    }
    .food-list-selected-mobile .food-list-item-action .btn {
        font-size: 1rem;
        width: 1.8rem;
        height: 1.8rem;
    }
    .food-list-selected-mobile .swiper-food-list .swiper-slide {
        padding: 0 1rem 2.5rem;
    }
    .food-list-item-title h6 {
        font-size: .8rem;
    }
    .food-list-selected-mobile .food-list-item-title h6 span {
        font-size: .95rem;
    }
}