body {
    background: url(/wp-content/uploads/2026/07/bg-b52.jpg) top center no-repeat fixed;
    background-size: cover;
    background-color: #000;
}
.header-button a {
    background: transparent;
    border: solid 1px;
}
.header-button-1::before, .header-button-2::before {
    border-color: #FFFF;
}
.header-button-1::before, .header-button-2::before, .header-button-1::after, .header-button-2::after {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border: 2px solid;
    border-radius: 7px;
    transition: all 0.5s ease-in-out;
    animation: clippath 3s infinite linear;
}
.header-button-1::after, .header-button-2::after {
    border-color: #eeee22;
    animation-delay: -1.5s;
}
@keyframes clippath{
    0%, 100% {
        clip-path: inset(0 0 98% 0);
    }
    25% {
        clip-path: inset(0 98% 0 0);
    }
    50% {
        clip-path: inset(98% 0 0 0);
    }
    75% {
        clip-path: inset(0 0 0 98%);
    }
}
.imgcenter{
    margin: 0 auto;
}
.imgplay {
    animation-name: pulse;
    animation-delay: 0s;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}
@keyframes pulse{
    0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
50% {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}
100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
}
.des {
    font-size: 13px;
}
.content-home {
    background: rgba(255, 255, 255, 0.05);
    box-shadow: inset 0 -2px 2px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 0 hsla(0, 0%, 100%, 0.11), 0 8px 32px 0 rgba(0, 0, 0, 0.37);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 24px 32px;
    height: 800px;
    overflow-y: auto;
    position: relative;
    scrollbar-width: thin;
    scrollbar-color: #eec820 transparent;
    transition: background 0.3s ease;
}
.post-item .box {
    background: #1c1a1f;
    border-radius: 5px;
}
.section-title-center b {
    background: transparent;
}
footer .section {
    padding-bottom: 0 !important;
}
.section-title-normal, .section-title-normal span {
    border-bottom: 0;
}
.ux-menu-link__link {
    min-height: auto;
}
.ux-menu-link__link:hover {
    color: var(--primary-color) !important;
}
.breadcrumb {
    padding-top: 10px;
}