body {
    background-color: #dedede !important;
    color: #000000 !important;
}

a {
    color: #000000;
    text-decoration: none;
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
    color: #000000;
}

.h1 {
    font-size: 3.5rem;
}

.card-img,
.card-img-top,
.card-img-bottom {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-bottom: 1px solid #dedede;
}
.bg-pink {
    --bs-bg-opacity: 1;
    background-color: rgb(239 195 255) !important;
}
.card-img-top.tall {
    height: 350px;
}

.card-img-top.news {
    height: 200px;
}

.card-img-top.cate {
    height: 190px;
}

.card-body {
    padding: 0.7rem;
}

.page-header .breadcrumb a {
    color: #000000;
}

.pc-sidebar {
    background-color: #efc3ff;
    box-shadow: 1px 1px #efc3ff;
}
.pc-sidebar .pc-link {
    display: block;
    padding: 10px 24px;
    color: #000000;
    position: relative;
    font-size: 14px;
    font-weight: 400;
}
.limittitle {
    height: 35px;
    overflow: hidden;
}

.limittitle a {
    color: #000000;
}

.card {
    background-color: #ffffff;
    border-color: #f9f9f9;
}

.card .card-header {
    border-bottom: 1px solid #232323;
}

.text-muted {
    --bs-text-opacity: 1;
    color: #212529  !important;
}

.pc-header {
    background-color: #000000;
    box-shadow: 1px 3px 15px #7e0aff;
}

.pc-header .pc-head-link>i {
    color: #ffffff;
}

.pc-header .pc-head-link {
    color: #f3f3f3;
}

.btn-secondary {
    --bs-btn-color: #000000;
    --bs-btn-bg: #ffffff;
    --bs-btn-border-color: #cecece;
}

.boxrecommended {
    border-top: 2px solid #ffffff;
    background-color: #ffffff;
    /* box-shadow: 7px 5px 15px #000000; */
    padding: 3rem 0rem;
    margin: 1rem 0rem 3rem 0rem;
    border-radius: 0.3rem;
}

.pc-footer a {
    color: #f8f9fa;
}

.pc-footer a:hover {
    color: #d965e6;
}

.pc-sidebar .pc-navbar>.pc-item.active>.pc-link {
    font-weight: 500;
    color: #d965e6;
}

.pc-container {
    margin-left: 0px;
    top: 0;
}

.pc-container .pc-content {
    padding-top: 10px;
}

.pc-sidebar.pc-sidebar-hide {
    width: 260px !important;
}

.pc-sidebar {
    width: 0 !important;
}

.row-cols-2>* {
    padding: 0px 8px;
}

.col-lg-2 {
    padding: 0px 8px;
}

.dropdown-menu.show {
    display: block;
    padding: 8px 0px;
    background-color: #dedede;
    /* color: #fff; */
}

.pc-sidebar {
    background: #efc3ff;
    width: 260px;
    position: fixed;
    top: 61px;
    bottom: 0;
    z-index: 1026;
}

.pc-sidebar .pc-navbar>.pc-item .pc-submenu .pc-item.pc-trigger>.pc-link,
.pc-sidebar .pc-navbar>.pc-item .pc-submenu .pc-item.active>.pc-link,
.pc-sidebar .pc-navbar>.pc-item .pc-submenu .pc-item:focus>.pc-link {
    color: #d965e6;
}

[data-pc-preset=preset-1] {
    --pc-sidebar-active-color: #d965e6;
}

.pc-sidebar .pc-navbar>.pc-item .pc-submenu .pc-link {
    padding: 5px 30px 5px 45px;
}

.pc-container {
    margin: auto;
}

.pc-container .page-header+.row {
    padding-top: 0px;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #ffffff;
    border: 1px solid #e6ebf1;
    border-radius: 4px;
    width: 100%;
    height: auto;
}

.pc-header {
    display: block;
    margin: auto;
    left: 0px;
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl,
    .pc-container {
        max-width: 1320px;
    }
}


.pagination {
    --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.375rem;
    --bs-pagination-font-size: 0.875rem;
    --bs-pagination-color: #b8b8b8;
    --bs-pagination-bg: #0f0f0f;
    --bs-pagination-border-width: 1px;
    --bs-pagination-border-color: #373737;
    --bs-pagination-border-radius: 4px;
    --bs-pagination-hover-color: var(--bs-link-hover-color);
    --bs-pagination-hover-bg: #e9ecef;
    --bs-pagination-hover-border-color: #dee2e6;
    --bs-pagination-focus-color: var(--bs-link-hover-color);
    --bs-pagination-focus-bg: #e9ecef;
    --bs-pagination-focus-box-shadow: 0 0 0 0.2rem rgba(#1890ff, 0.25);
    --bs-pagination-active-color: #ffffff;
    --bs-pagination-active-bg: var(--bs-primary);
    --bs-pagination-active-border-color: var(--bs-primary);
    --bs-pagination-disabled-color: #595959;
    --bs-pagination-disabled-bg: #0f0f0f;
    --bs-pagination-disabled-border-color: #373737;
    display: flex;
    padding-left: 0;
    list-style: none;
}
.text-purple{
    color: #DA70D6 !important;
}
.btn-danger {
    --bs-btn-color: #ffffff;
    --bs-btn-bg: #cd0002;
    --bs-btn-border-color: #cd0002;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #cd0002;
    --bs-btn-hover-border-color: #cd0002;
    --bs-btn-focus-shadow-rgb: 255, 104, 105;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: #cd0002;
    --bs-btn-active-border-color: #cd0002;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #ffffff;
    --bs-btn-disabled-bg: #cd0002;
    --bs-btn-disabled-border-color: #cd0002;
}

.btn-info {
    --bs-btn-color: #ffffff;
    --bs-btn-bg: #007474;
    --bs-btn-border-color: #007474;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #007474;
    --bs-btn-hover-border-color: #007474;
    --bs-btn-focus-shadow-rgb: 54, 203, 203;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: #007474;
    --bs-btn-active-border-color: #007474;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #ffffff;
    --bs-btn-disabled-bg: #007474;
    --bs-btn-disabled-border-color: #007474;
}

.page-link.active,
.active>.page-link {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: #d965e6;
    border-color: #d965e6;
}

.dropdown-menu .dropdown-item {
    padding: 4px 15px;
}

.card-header,
.card-body {
    color: #f8f9fa;
}

.imgleft {
    height: 200px !important;
    object-fit: cover;
    width: 100% !important;
}

.imgmini {
    height: 100px !important;
    object-fit: cover;
    width: 100% !important;
}

.card-title a {
    color: #000000 !important;
}

.pc-header .header-search .form-control {
    border-radius: 4px;
    padding: 0.344rem 1.8rem;
    width: 350px;
    max-width: 100%;
}

.form-label {
    margin-bottom: 0.5rem;
    color: #000000;
}
.btn-warning {
    --bs-btn-color: #ffffff;
    --bs-btn-bg: #000000;
    --bs-btn-border-color: #000000;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #000000;
    --bs-btn-hover-border-color: #000000;
}
.popup-banner {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background: transparent;
    border-radius: 10px;
    overflow: hidden;
}

.popup-banner.small {
    width: 300px;
}

.popup-banner.medium {
    width: 500px;
}

.popup-banner.large {
    width: 800px;
    max-width: 95%;
}

.popup-content img {
    display: block;
    width: 100%;
    height: auto;
}

.close-popup {
    position: absolute;
    top: 3px;
    right: 4px;
    background: #9f0c01;
    color: white;
    border: none;
    font-size: 16px;
    cursor: pointer;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 30px;
    text-align: center;
    z-index: 1;
    border: 1px solid;
}

.text-sm {
    font-size: 0.6rem !important;
}

img.img-thumbnail {
    padding: 0rem;
    border-radius: 4px;
    background-color: #000000;
    border: 1px solid #000000;
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: cover;
}

video.img-thumbnail {
    padding: 0.25rem;
    border-radius: 4px;
    background-color: #0f0f0f;
    border: 1px solid #242424;
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: contain;
}

#sliderhome .item {
    position: relative;
    width: 100%;
    height: 65vh;
    /* Full height */
    overflow: hidden;
}
figure img,.image img{
    max-width: 100%;
    height: auto;
}

#sliderhome .item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    /* Overlay untuk teks agar terbaca */
    z-index: 1;
}

.slider-text {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    z-index: 2;
    max-width: 550px;
    color: #fff;
}
.slider-text h1{
    color: #fff;
}

.slider-text h2 {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 15px;
}

.slider-text p {
    font-size: 20px;
    line-height: 1.5;
}

.slider-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0rem -10rem;
    position: absolute;
    top: opx;
    left: 0;
    z-index: 0;
}

.pc-footer {
    position: relative;
    z-index: 995;
    margin-left: 0px;
    margin-top: 60px;
    padding: 15px 0;
    /* border-top: 2px solid #442243; */
    background-color: #ffffff;
}
.parallax {
    background-image: url('https://memoriesrooftop.com/wp-content/uploads/2024/12/nightlife-1-min.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    padding: 20px;
}

.parallax h1 {
    font-size: 2.5rem;
    font-weight: bold;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
}

/* Card Styling */
.paralaxbox .card {
    transition: transform 0.3s ease-in-out;
    background-color: #ffffff5c;
    border-color: transparent;
}
.parallaxbox .card .card-body{
    padding: 2rem;
}

.paralaxbox .card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
}

#navbarhead .nav-list {
    display: flex;
    list-style: none;
    padding: 10px;
    margin: 5px 0px 0px;
}
#navbarhead {
    /* margin-right: 20px; */
}
#navbarhead .nav-list a {
    text-decoration: none;
    color: white;
    padding: 6px 8px;
    display: block;
}
#navbarhead .nav-list .dropdown:hover .dropdown-menu {
    display: block;
}
#navbarhead .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    border-radius: 5px;
    padding: 10px 0;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

#navbarhead .dropdown-menu li {
    margin: 0;
}

#navbarhead .dropdown-menu a {
    color: #ffffff;
    display: block;
}

#navbarhead .dropdown-menu a:hover {
    background: #fc70fc;
}

/* Reset List Style */
#navbarhead .nav-list li {
    position: relative;
}

/* Link Styles */
#navbarhead .nav-link {
    text-decoration: none;
    color: white;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    transition: color 0.3s ease-in-out;
}

/* Active State */
#navbarhead .nav-link.active {
    font-weight: bold;
    color: #ffffff; /* Warna emas untuk menu aktif */
}

/* Hover Effect */
#navbarhead .nav-link:hover {
    color: #ffffff; /* Warna biru saat hover */
}

/* Dropdown */
#navbarhead .dropdown {
    position: relative;
}

#navbarhead .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #f751ed;
    border-radius: 5px;
    padding: 10px 0;
    box-shadow: 3px 4px 8px rgb(218 112 214);
    min-width: 180px;
    color: #ffffff;
}

#navbarhead .dropdown-menu li {
    margin: 0;
}
.pc-sidebar .pc-link {
    font-size: 14px;
}
.pc-header .pc-h-item .pc-h-dropdown {
    left: 0px !important;
    right: 0px !important;
}
#menumini .dropdown-menu ,#menumini .dropdown .dropdown-item{
    font-size: 14px;
}
/* ////////// */
#menumini .dropdown-menu .dropdown-item {
    padding: 8px 25px;
    color: #000000;
}
#menumini .dropdown-toggle {
    white-space: nowrap;
    color: #000;
}
.page-header .breadcrumb .breadcrumb-item:last-child {
    opacity: 1;
}
.page-link {
    position: relative;
    display: block;
    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    font-size: var(--bs-pagination-font-size);
    color: #000000;
    background-color: #ffffff;
    border: var(--bs-pagination-border-width) solid #dedede;
    transition: color 0.15sease-in-out, background-color 0.15sease-in-out, border-color 0.15sease-in-out, box-shadow 0.15sease-in-out;
}
.pagination {
    --bs-pagination-disabled-color: #595959;
    --bs-pagination-disabled-bg: #ffffff;
    --bs-pagination-disabled-border-color: #cfcfcf;
    display: flex;
    padding-left: 0;
    list-style: none;
}
@media (max-width: 768px) {
    .pc-menu-overlay {
        top: 0px;
    }
    .slider-text {
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: left;
        width: 90%;
    }
    .pc-sidebar {
        width: 260px !important;
    }
    .h1 {
        font-size: 2.5rem;
    }

    .slider-text h2 {
        font-size: 36px;
    }

    .slider-text p {
        font-size: 18px;
    }

    .card-img-top.tall {
        height: 160px !important;
    }

    .card-img-top.news,
    .card-img-top.cate,
    .imgmini {
        height: 160px !important;
    }

    .boxrecommended {
        margin-left: -1rem;
        margin-right: -1rem;
    }

    .card .card-body {
        padding: 12px !important;
    }

    video.img-thumbnail {
        max-height: max-content !important;
    }
    footer{
        text-align: center;
    }
    .slider-image{
        object-position: 0rem 0rem;
    }
}
