@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");
/* font-family: 'Playfair Display', serif;
font-family: 'Poppins', sans-serif; */

body {
    font-family: "Poppins", sans-serif;
    text-rendering: optimizeLegibility !important;
    background: #f3f3f5;
}
.body-fixed {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: auto;
    left: auto;
}
body,
html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}
img {
    max-width: 100%;
}
.header-logo a {
    text-decoration: none;
    color: #0d0d25;
    font-family: "Playfair Display", serif;
    font-weight: 900;
    font-size: 23px;
}
.header-logo a span {
    color: #ff8243;
}
.rasa-text {
    color: #ff8243; /* Warna teks menjadi oranye */
    font-weight: bold; /* Membuat teks menjadi tebal */
}
a {
    background-color: transparent;
    text-decoration: none !important;
    outline: none !important;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
* {
    -webkit-tap-highlight-color: transparent;
}
.uil {
    color: #ff8243;
}
.fab {
    color: #ff8243;
}
@media (min-width: 1500px) {
    .container {
        max-width: 1368px;
    }
}
@media (min-width: 2100px) {
    .container {
        max-width: 1400px;
    }
    p,
    body,
    button,
    input {
        font-size: 18px;
        line-height: 32px;
    }
}
/* ************************** */
@media screen and (min-width: 992px) {
    #viewport {
        overflow: hidden;
        position: fixed;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }
    #js-scroll-content {
        position: absolute;
        overflow: hidden;
        width: 100%;
        top: 0;
        left: 0;
    }
}
@media (max-width: 991px) {
    #js-scroll-content {
        transform: unset !important;
    }
}
.sec-wp {
    position: relative;
    margin-bottom: 50px;
    z-index: 4;
}
.profile-dropdown {
    position: relative;
    display: inline-block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #0d0d25;
    font-family: "Playfair Display", serif;
    font-weight: 900;
}
p {
    font-size: 16px;
    line-height: 30px;
}
.section {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}
.h2-title {
    font-size: 46px;
    line-height: 56px;
    margin-bottom: 15px;
    text-transform: capitalize;
    position: relative;
}
.h2-title span,
.h3-title span,
.h4-title span,
.h5-title span,
.sub-title span {
    display: block;
}
/* ****** scrollbar design ******** */
::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-track {
    background-color: #bfbfbf;
}
::-webkit-scrollbar-thumb {
    background: #ff8243;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
    background: #f16620;
}
/* **************** */
.sec-sub-title {
    text-transform: uppercase;
    display: inline-block;
    background: #f3f3f5;
    box-shadow: 9px 9px 12px #e4e4e4, -9px -9px 12px #ffffff;
    padding: 3px 20px;
    border-radius: 60px;
    color: #ff8243;
    font-size: 14px;
}
.repeat-img {
    background-size: contain;
    background-repeat: repeat;
}
.menu-tab-wp {
    margin-bottom: 80px;
}
.menu-tab ul {
    padding: 10px;
    display: inline-block;
    border-radius: 60px;
    background: linear-gradient(145deg, #ececec, #ffffff);
    box-shadow: 28px 28px 55px #d4d4d4, -28px -28px 55px #ffffff;
    position: relative;
    z-index: 2;
}
.menu-tab a {
    color: #000;
}
.menu-tab ul li,
.menu-tab ul .filter-active {
    display: inline-flex;
    text-transform: capitalize;
    font-size: 18px;
    line-height: normal;
    cursor: pointer;
    padding: 10px 26px;
    border-radius: 30px;
    transition: 0.3s;
    justify-content: center;
    align-items: center;
}
.filter-active {
    position: absolute;
    left: 0;
    top: 12px;
    min-height: 50px;
    z-index: -1;
}
.icon-filter {
    height: 25px;
    width: auto;
}
.icon-filter {
    height: 25px;
    width: auto;
}
.menu-tab ul li img {
    margin-right: 10px;
    position: relative;
    top: 1px;
}
.menu-tab ul .filter-active {
    color: #ffffff;
    background: linear-gradient(145deg, #e3a92b, #ffc933);
}
.menu-tab ul li,
.menu-tab ul .filter-active-data {
    display: inline-flex;
    text-transform: capitalize;
    font-size: 18px;
    line-height: normal;
    cursor: pointer;
    padding: 10px 26px;
    border-radius: 30px;
    transition: 0.3s;
    justify-content: center;
    align-items: center;
}
.filter-active-data {
    position: absolute;
    left: 0;
    top: 12px;
    min-height: 50px;
    z-index: -1;
    width: 50%;
    margin-left: 4%;
}
.menu-tab ul .filter-active-data {
    color: #ffffff;
    background: linear-gradient(145deg, #e3a92b, #ffc933);
}
.menu-list-row .bydefault_show .dish-box-wp {
    display: inline-block !important;
}
.info-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.info-item {
    display: flex;
    align-items: start;
    gap: 10px;
}
.info-item i {
    font-size: 20px;
    color: #ff8243;
}
.info-item p {
    margin: 0;
    font-size: 16px;
    color: #000;
    text-align: left; /* Membuat teks paragraf rata kiri */
}
.info-item b {
    font-size: 16px;
    color: #111;
}
.dish-box-wp {
    display: none;
}
.dish-box {
    border-radius: 30px;
    background: linear-gradient(145deg, #ececec, #ffffff);
    box-shadow: 28px 28px 45px #d4d4d4, -28px -28px 45px #ffffff;
    display: flow-root;
    padding: 0 30px 40px;
    padding-top: 0;
    margin: 130px 0 30px;
    transition: 0.8s cubic-bezier(0.22, 0.78, 0.45, 1.02);
}
.dish-box:hover {
    transform: scale(1.03);
}
.dist-img {
    margin-top: -130px;
    margin-bottom: 30px;
}
.dist-img img {
    box-shadow: 28px 28px 45px #d4d4d4, -28px -28px 45px #ffffff;
    border-radius: 50%;
    overflow: hidden;
    width: 250px;
    height: 250px;
    object-fit: cover; /* ✅ Tambahkan ini */
    aspect-ratio: 1 / 1;
}
.dish-rating {
    font-size: 20px;
    margin-bottom: 15px;
}
.dish-title {
    padding: 0 30px;
}
.dish-title .h3-title {
    text-transform: capitalize;
    margin-bottom: 5px;
    font-family: "Playfair Display", serif;
    font-weight: 900;
    color: #0d0d25;
    transition: 0.3s;
    /* min-height: 76px; */ /* Hapus jika tidak diperlukan */
    /* Hapus properti yang membatasi jumlah baris */
    display: block;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    overflow: visible;
    white-space: normal;
}
.dish-title p {
    color: #bfbfbf;
}
.dish-title a p {
    color: #000;
    font-family: "Playfair Display", serif;
    font-weight: 900;
}
/* ***************** footer ****************** */
.social-icon {
    margin: 15px 0px 10px;
}
.social-icon ul li {
    display: inline-block;
    margin: 0 6px;
}
.social-icon ul li:last-child {
    margin-right: 0;
}
.social-icon ul li:first-child {
    margin-left: 0;
}
.social-icon ul li a {
    width: 50px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: linear-gradient(145deg, #e6e6e6, #ffffff);
    box-shadow: 4px 4px 8px #d0d0d0, -4px -4px 8px #ffffff;
    color: #0d0d25;
    font-size: 19px;
}
.social-icon ul li a:hover {
    background: #ff8243;
}
.social-icon ul li a:hover i {
    color: #ffffff !important;
}

/* ************************ */
.newsletter-box {
    padding: 60px;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    margin-top: 50px;
}
.contact-icons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}
.contact-icons a {
    color: #fff;
    font-size: 30px;
    text-decoration: none;
    transition: color 0.3s;
}
.contact-icons a:hover {
    color: #4caf50;
}
.newsletter-box-text {
    padding: 0 60px;
    color: #ffffff;
}
.newsletter-box-text .h2-title {
    color: #ffffff;
    font-size: 40px;
}
.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #f8f9fa;
    opacity: 0.96;
}
.dark-overlay {
    background: #0d0d25;
    opacity: 0.5;
}

/* ***************** footer ****************** */
.top-footer,
.bottom-footer {
    border-top: 1px solid rgb(204 204 204 / 40%);
    position: relative;
}
.footer-logo {
    margin-bottom: 30px;
}
.footer-info .social-icon {
    margin-top: 20px;
}

.footer-flex-box {
    display: flex;
    margin: 0 -10px;
}
.footer-flex-box > div {
    flex: 1;
    padding: 0 10px;
}
.footer-flex-box .h3-title {
    text-transform: capitalize;
    margin-bottom: 23px;
}
.footer-menu {
    margin-left: 10em;
}
.footer-menu ul li a {
    color: #0d0d25;
    transition: 0.3s;
    text-transform: capitalize;
}
.footer-menu ul li a:hover,
.footer-menu ul li .footer-active-menu {
    color: #ff8243;
}
.footer-menu ul li {
    margin-bottom: 8px;
}
.footer-table-info ul li {
    margin-bottom: 10px;
    text-transform: capitalize;
}
.uil-clocl {
    font-size: 17px;
}
.copyright-text {
    padding: 20px 0;
}
.copyright-text p {
    margin: 0;
}
.name {
    color: #ff8243;
    font-weight: bold;
}
.scrolltop {
    position: absolute;
    bottom: 10px;
    right: 30px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #f3f3f5;
    box-shadow: 9px 9px 12px #b2b2b3, -9px -9px 12px #ffffff;
    color: #ff8243;
    font-size: 26px;
    transition: 0.8s cubic-bezier(0.22, 0.78, 0.45, 1.02);
    border: none;
}
.scrolltop:hover {
    box-shadow: inset 9px 9px 12px #cccccc, inset -9px -9px 12px #ffffff;
    color: #0d0d25;
}
.button-container {
    text-align: center;
    margin-top: 20px;
}
.arrow {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #38507d;
    margin-left: 10px;
}

/* **************** responsiveness ***************** */
@media (min-width: 2100px) {
    .container {
        max-width: 1400px;
    }
    p,
    body,
    button,
    input {
        font-size: 18px;
        line-height: 32px;
    }
}
@media (max-width: 1399px) {
    .h3-title {
        font-size: 26px;
        line-height: 36px;
    }
    .h4-title {
        font-size: 24px;
        line-height: 34px;
    }
    .h2-title {
        font-size: 38px;
        line-height: 48px;
    }
}
@media (max-width: 1199px) {
    .dish-box {
        padding: 0 0 40px;
    }
    .dist-img img {
        width: 220px;
    }
    .dist-img {
        margin-top: -110px;
    }
    .newsletter-box-text {
        padding: 0;
    }
    .footer-flex-box > div {
        padding: 0 10px;
    }
}
@media (max-width: 991px) {
    .menu-tab ul {
        white-space: nowrap;
        overflow: hidden;
        overflow-x: auto;
    }
    .menu-tab::after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        width: 100px;
        height: 100%;
        pointer-events: none;
        opacity: 0.2;
        border-radius: 0 60px 60px 0;
        background: linear-gradient(
            to right,
            rgba(255, 255, 255, 0) 0%,
            rgba(0, 0, 0, 1) 100%
        );
    }
    .newsletter-box {
        padding: 40px;
    }
    .footer-info {
        margin-bottom: 50px;
    }
    .footer-flex-box {
        display: block;
        margin: 0;
    }
    .footer-flex-box > div {
        padding: 0;
        margin-bottom: 30px;
    }
    .footer-flex-box > div:last-child {
        margin: 0;
    }
    .scrolltop {
        bottom: 130px;
    }
    .footer-menu ul {
        max-width: 300px;
    }
    .dish-title .h3-title {
        display: block;
        min-height: auto;
        margin-bottom: 12px;
    }
    #js-scroll-content {
        transform: unset !important;
    }
    body {
        height: auto !important;
    }
    .menu-tab ul::-webkit-scrollbar {
        height: 0;
    }
    .menu-tab {
        position: relative;
        display: flex;
    }
    .footer-menu {
        margin-left: 0em;
    }
    .dist-img img {
        width: 200px;
        height: 200px;
    }
}
@media (max-width: 767px) {
    .contact-icons {
        gap: 15px;
    }

    .contact-icons a {
        font-size: 20px; /* Ukuran ikon lebih kecil */
    }
    .dist-img img {
        width: 180px;
    }
    .dist-img {
        margin-top: -80px;
    }
    .menu-tab-wp {
        margin-bottom: 60px;
    }
    .dish-box {
        margin: 80px 0 30px;
    }
    .menu-tab ul li {
        padding: 10px 20px;
    }
    .dist-img img {
        width: 150px;
        height: 150px;
    }
}
@media (max-width: 575px) {
    .container,
    .container-fluid {
        padding: 0 30px;
    }
    .dish-box {
        max-width: 340px;
        margin: 80px auto 30px;
        padding: 0 0 30px;
    }
    .newsletter-box {
        padding: 15px;
    }
    .contact-info a {
        font-size: 18px;
        line-height: 28px;
    }
    .footer-menu {
        margin-left: 0em;
    }
    .dist-img img {
        width: 150px;
        height: 150px;
    }
}
@media (max-width: 480px) {
    .contact-icons a {
        font-size: 18px; /* Ukuran ikon lebih kecil pada layar sangat kecil */
    }
}
@media (max-width: 400px) {
    .container,
    .container-fluid {
        padding: 0 15px;
    }
    .section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .footer-menu {
        margin-left: 0em;
    }
}
.menu-list-row .bydefault_show .dish-box-wp {
    display: inline-block !important;
}
@media (max-width: 1199px) {
    .dish-box {
        padding: 0 0 40px;
    }
    .dist-img img {
        width: 220px;
    }
    .dist-img {
        margin-top: -110px;
    }
    .newsletter-box-text {
        padding: 0;
    }
    .footer-flex-box > div {
        padding: 0 10px;
    }
}
@media (max-width: 991px) {
    .menu-tab ul {
        white-space: nowrap;
        overflow: hidden;
        overflow-x: auto;
    }
    .menu-tab::after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        width: 100px;
        height: 100%;
        pointer-events: none;
        opacity: 0.2;
        border-radius: 0 60px 60px 0;
        background: linear-gradient(
            to right,
            rgba(255, 255, 255, 0) 0%,
            rgba(0, 0, 0, 1) 100%
        );
    }
    .newsletter-box {
        padding: 40px;
    }
    .footer-info {
        margin-bottom: 50px;
    }
    .footer-flex-box {
        display: block;
        margin: 0;
    }
    .footer-flex-box > div {
        padding: 0;
        margin-bottom: 30px;
    }
    .footer-flex-box > div:last-child {
        margin: 0;
    }
    .scrolltop {
        bottom: 130px;
    }
    .footer-menu ul {
        max-width: 300px;
    }
    .dish-title .h3-title {
        display: block;
        min-height: auto;
        margin-bottom: 12px;
    }
    #js-scroll-content {
        transform: unset !important;
    }
    body {
        height: auto !important;
    }
    .menu-tab ul::-webkit-scrollbar {
        height: 0;
    }
    .menu-tab {
        position: relative;
        display: flex;
    }
}
@media (max-width: 767px) {
    .dist-img img {
        width: 180px;
    }
    .dist-img {
        margin-top: -80px;
    }
    .menu-tab-wp {
        margin-bottom: 60px;
    }
    .dish-box {
        margin: 80px 0 30px;
    }
}
@media (max-width: 575px) {
    .container,
    .container-fluid {
        padding: 0 30px;
    }
    .dish-box {
        max-width: 340px;
        margin: 80px auto 30px;
        padding: 0 0 30px;
    }
    .newsletter-box {
        padding: 15px;
    }
    .contact-info a {
        font-size: 18px;
        line-height: 28px;
    }
}
@media (max-width: 400px) {
    .header-logo a {
        font-size: 20px;
    }
    .container,
    .container-fluid {
        padding: 0 15px;
    }
    .section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
