@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;
}
.sec-wp {
    position: relative;
    margin-bottom: 50px;
    z-index: 4;
}
.content h2 {
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0 10px 0;
    color: #000;
}
.profile-dropdown {
    position: relative;
    display: inline-block;
}
.content p {
    font-size: 14px;
    color: #555;
}
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;
}
.sec-sub-title {
    text-transform: uppercase;
    display: inline-block;
    background: #f3f3f5;
    box-shadow: 9px 9px 12px #e4e4e4, -9px -9px 12px #ffffff;
    padding: 3px 40px;
    border-radius: 60px;
    color: #ff8243;
    font-size: 14px;
}
.calendar-events{
    margin-top: 5em;
}
.h2-title {
    font-size: 46px;
    line-height: 56px;
    margin-bottom: 15px;
    text-transform: capitalize;
    position: relative;
}
.title-news {
    margin-left: 8em;
    margin-right: 8em;
}
.about_us h2 {
    font-size: 46px;
    line-height: 56px;
    margin-bottom: 15px;
    text-transform: capitalize;
    position: relative;
}
.h2-title span,
.sub-title span {
    display: block;
}
.about-video-img {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 55vh;
    min-height: 400px;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    box-shadow: 0 0 20px rgb(36 39 37 / 30%);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ****** 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;
}

/* **************** */
.repeat-img {
    background-size: contain;
    background-repeat: repeat;
}
.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;
}
.book-table {
    margin-top: 20px;
    overflow: hidden;
}
.book-table-shape img {
    position: absolute;
    right: 73%;
    width: 540px;
}
.book-table-shape.book-table-shape2 img {
    left: 74%;
    transform: scale(-1, 1);
}
.back-img {
    background-position: center;
    background-size: cover;
}
.swiper-button-next::after,
.swiper-button-prev::after {
    display: none;
}
.swiper-button-wp {
    position: relative;
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    height: 60px;
    align-items: center;
}
.swiper-button-next,
.swiper-button-prev {
    position: unset;
    width: 60px;
    height: 60px;
    display: inline-flex;
    font-size: 30px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0;
    color: #0d0d25;
    background: #ffffff;
    box-shadow: -20px 20px 60px #d4d4d4, 20px -20px 60px #ffffff;
    padding-top: 1px;
    padding-right: 2px;
    transition: 0.3s;
}
.swiper-button-next {
    box-shadow: 20px 20px 60px #d4d4d4, -20px -20px 60px #ffffff;
    padding-left: 3px;
}
.swiper-button-prev:hover {
    box-shadow: inset 5px 5px 20px #d4d4d4, inset -5px -5px 20px #ffffff;
    color: #fcbc30;
}
.swiper-button-next:hover {
    box-shadow: inset -5px 5px 20px #d4d4d4, inset 5px -5px 20px #ffffff;
    color: #fcbc30;
}
.swiper-pagination {
    max-width: 700px; /* Batas lebar kontainer pagination */
    width: 100%; /* Biar penuh di container, tapi dibatasi max-width */
    overflow-x: auto; /* Supaya bullet melebihi 200px bisa discroll */
    white-space: nowrap;

    /* Kurangi padding jika ingin lebih sempit */
    padding: 5px 10px;

    display: inline-block;
    border-radius: 60px;
    background: linear-gradient(145deg, #ececec, #ffffff);
    box-shadow: 25px 28px 55px #d4d4d4, -28px -28px 55px #ffffff;

    /* Coba ganti ke margin: 0 auto; jika ingin center */
    /* margin: 0 auto; */

    /* Jika tetap pakai posisi absolute/relative, atur left dan transform */
    left: 50% !important;
    transform: translate(-50%, 0);
    bottom: 0 !important;
    color: #000;
}
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0px 10px !important;
    border-radius: 10px;
    transition: 0.8s cubic-bezier(0.22, 0.78, 0.45, 1.02);
}
.swiper-pagination-bullet-active {
    background: #fcbc30;
    width: 30px;
}

/* *************** */
.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;
}
iframe {
    border: 0;
    width: 100%;
    height: 280px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* **************** responsiveness ***************** */

@media (min-width: 2100px) {
    .container {
        max-width: 1400px;
    }
    p,
    body,
    button,
    input {
        font-size: 18px;
        line-height: 32px;
    }
}
@media (max-width: 1399px) {
    .h2-title {
        font-size: 38px;
        line-height: 48px;
    }
}
@media (max-width: 1199px) {
    .newsletter-box-text {
        padding: 0;
    }
    .footer-flex-box > div {
        padding: 0 10px;
    }
}
@media (max-width: 991px) {
    .title-news {
        margin-left: 3em;
        margin-right: 3em;
    }
    .book-table {
        overflow: hidden;
    }
    .dropdown-menu {
        left: 0;
    }
    .swiper-button-wp .swiper-button {
        display: none !important;
    }
    .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;
    }
    .swiper-pagination-bullet {
        margin: 0 5px !important;
        width: 8px;
        height: 8px;
    }
    .swiper-pagination {
        padding: 6px 20px;
    }
    .swiper-button-wp {
        margin-top: 40px;
    }
    .swiper-pagination-bullet-active {
        width: 16px;
    }
    body {
        height: auto !important;
    }
    .footer-menu {
        margin-left: 0em;
    }
}
@media (max-width: 767px) {
    .title-news {
        margin-left: 0em;
        margin-right: 0em;
        font-size: 2em;
    }
    .contact-icons {
        gap: 15px;
    }
    .contact-icons a {
        font-size: 20px; /* Ukuran ikon lebih kecil */
    }
}
@media (max-width: 575px) {
    .about-video-img {
        height: 30vw;
        min-height: 280px;
        border-radius: 30px;
    }
    .newsletter-box {
        padding: 15px;
    }
    .contact-info a {
        font-size: 18px;
        line-height: 28px;
    }
    .footer-menu {
        margin-left: 0em;
    }
}
@media (max-width: 480px) {
    .contact-icons a {
        font-size: 18px; /* Ukuran ikon lebih kecil pada layar sangat kecil */
    }
}
@media (max-width: 400px) {
    .section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .footer-menu {
        margin-left: 0em;
    }
}
@media (max-width: 1199px) {
    .newsletter-box-text {
        padding: 0;
    }
    .footer-flex-box > div {
        padding: 0 10px;
    }
}
@media (max-width: 991px) {
    .swiper-button-wp .swiper-button {
        display: none !important;
    }
    .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;
    }
    .swiper-pagination-bullet {
        margin: 0 5px !important;
        width: 8px;
        height: 8px;
    }
    .swiper-pagination {
        padding: 6px 20px;
    }
    .swiper-button-wp {
        margin-top: 40px;
    }
    .swiper-pagination-bullet-active {
        width: 16px;
    }
    body {
        height: auto !important;
    }
}
@media (max-width: 575px) {
    .about-video-img {
        height: 30vw;
        min-height: 280px;
        border-radius: 30px;
    }
    .newsletter-box {
        padding: 15px;
    }
    .contact-info a {
        font-size: 18px;
        line-height: 28px;
    }
}
@media (max-width: 400px) {
    .header-logo a {
        font-size: 20px;
    }
    .section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
.article-header {
    color: #000;
    margin-bottom: 40px;
    margin-top: 20px;
    font-weight: 500;
    display: flex;
    flex-direction: column;
}
.article-header p {
    font-size: 16px;
    margin: 0; /* Menghapus margin default agar lebih rapat */
}
.time {
    color: #878787;
}
.time i {
    margin-right: 5px; /* Atur jarak antara ikon dan teks */
}
.social-icons {
    margin-top: 5px;
    font-size: 20px;
    color: #000;
    display: flex;
    gap: 15px; /* Menambahkan jarak antar ikon */
}
.social-icons a i{
    color: #000;
}
.article-content p {
    font-size: 18px;
    line-height: 1.6;
}

/* Events */
.container-events {
    display: flex;
    border-radius: 8px;
}
.event-description {
    flex: 2;
    padding-right: 20px;
}
.sidebar {
    flex: 2;
    background: linear-gradient(145deg, #ececec, #ffffff);
    box-shadow: 28px 28px 45px #d4d4d4, -28px -28px 45px #ffffff;
    padding: 20px;
    border-radius: 8px;
    flex-direction: column;
}
.event-address {
    max-width: 30ch;
    word-wrap: break-word;
}
.sidebar p {
    margin: 5px 0;
}
.sidebar p i {
    margin-right: 5px;
    color: #ff8243;
}
.content {
    margin-right: 50px;
    flex: 4; /* Lebih kecil */
}
.event-tag {
    display: inline-block;
    background: #ecad00;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: bold;
}
.contact-section {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 2px solid #ddd;
}
.contact-section h3 {
    font-size: 25px;
}
.contact-section p {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000;
}
.contact-section p a {
    color: #000;
}
.contact-section i {
    color: #000;
}
.sidebar a,
.sidebar p {
    position: relative;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}
/* Underline hanya pada teks, tidak termasuk ikon */
.sidebar a::after,
.sidebar p::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 0;
    height: 2px;
    background-color: #ff8243; /* Warna underline */
    transition: width 0.3s ease-in-out;
}
/* Efek animasi underline mengikuti panjang teks */
.sidebar a:hover::after,
.sidebar p:hover::after {
    width: 100%; /* Menyesuaikan panjang teks */
}
/* Supaya ikon tidak ikut underline */
.sidebar i {
    margin-right: 8px;
    display: inline-block;
}
/* Responsive Design */
@media screen and (max-width: 1024px) {
    .container-events {
        flex-direction: column-reverse; /* Sidebar muncul duluan */
    }
    .container-events-sidebar {
        margin-bottom: 3em;
    }
    .content {
        margin-right: 0;
        flex: 1; /* Full width */
    }
    .sidebar {
        flex: 1; /* Full width */
        margin-top: 20px; /* Beri jarak antara konten dan sidebar */
    }
}
@media screen and (max-width: 768px) {
    .container-events {
        flex-direction: column-reverse; /* Sidebar muncul duluan */
        align-items: center;
    }
    .container-events-sidebar {
        margin-bottom: 3em;
    }
    .content {
        width: 100%;
    }
    .sidebar {
        width: 100%;
        padding: 15px;
    }
}
@media screen and (max-width: 480px) {
    .sidebar {
        padding: 10px;
        font-size: 14px;
    }
    .sidebar i {
        font-size: 16px; /* Perkecil ikon */
    }
    .contact-section h3 {
        font-size: 20px;
    }
}
.container-card-calendar {
    max-width: 124rem;
    padding: 0 1rem;
    margin: 0 auto;
}
.text-center {
    text-align: center;
}
.section-heading {
    font-size: 3rem;
    color: var(--primary);
    padding: 2rem 0;
}
#tranding {
    margin-top: -8em;
    padding: 4rem 0;
}
@media (max-width: 1440px) {
    #tranding {
        padding: 7rem 0;
    }
}
#tranding .tranding-slider {
    height: 52rem;
    padding: 2rem 0;
    position: relative;
}
@media (max-width: 500px) {
    #tranding .tranding-slider {
        height: 45rem;
    }
}
.tranding-slide {
    width: 37rem;
    height: 42rem;
    position: relative;
}
@media (max-width: 500px) {
    .tranding-slide {
        width: 18rem !important;
        height: 25rem !important;
    }
    .tranding-slide .tranding-slide-img img {
        width: 18rem !important;
        height: 25rem !important;
    }
}
.tranding-slide .tranding-slide-img img {
    width: 37rem;
    height: 42rem;
    border-radius: 2rem;
    object-fit: cover;
}
.tranding-slide .tranding-slide-content {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.tranding-slide-content .food-price {
    position: absolute;
    top: 2rem;
    right: 2rem;
    color: var(--white);
    background: #ecad00; /* Warna background bisa disesuaikan */
    padding: 5px 10px; /* Bikin padding biar kelihatan lebih rapi */
    border-radius: 5px; /* Biar ada sudut melengkung */
    font-size: 23px; /* Ukuran font bisa disesuaikan */
    font-weight: bold;
    display: inline-block; /* Biar ukurannya menyesuaikan teks */
}
.tranding-slide-content .tranding-slide-content-bottom {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    color: var(--white);
}
.swiper-slide-shadow-left,
.swiper-slide-shadow-right {
    display: none;
}
.link-calendar {
    color: #fff;
}
.link-calendar:hover {
    color: #fff;
}
.tranding-slide-content {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: white;
    padding: 20px;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.8),
        rgba(0, 0, 0, 0.2),
        rgba(0, 0, 0, 0)
    );
    border-radius: 2rem;
}
.desc div {
    margin-bottom: 5px; /* Sesuaikan jaraknya */
}
.location {
    background: #ff8243;
    display: inline-flex; /* Agar tetap inline dan bisa pakai gap */
    align-items: center;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 16px;
    gap: 7px; /* Atur jarak antara ikon dan teks */
}
.title-calendar {
    font-size: 35px;
    font-weight: bold;
    position: relative;
    display: inline-block;
}
.title-calendar::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0%;
    height: 2px;
    background-color: currentColor;
    transition: width 0.3s ease-in-out;
}
.title-calendar:hover::after {
    width: 100%;
}
.time {
    font-size: 16px;
    font-weight: 500;
    position: relative;
    display: inline-block;
}
.time::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0%;
    height: 2px;
    background-color: currentColor;
    transition: width 0.3s ease-in-out;
}
.time:hover::after {
    width: 100%;
}
@media (max-width: 500px) {
    .location {
        font-size: 12px;
    }
    .title-calendar {
        font-size: 31px;
    }
    .time {
        font-size: 12px;
    }
}
.swiper-button-wp-calendar {
    position: relative;
    margin-top: -15px;
    display: flex;
    justify-content: space-between;
    height: 60px;
    align-items: center;
}
.swiper-button-wp-calendar .swiper-button-prev {
    margin-left: 7em;
}
.swiper-button-wp-calendar .swiper-button-next {
    margin-right: 7em;
}
