/*======================================*/
/*===== Custom css ditulis di sini =====*/
/*======================================*/
.bg-image {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.mask-layer {
    position: fixed;
    inset: 0;
    /* width: 100%;
    height: 100%; */
    pointer-events: none;
    z-index: 1;
    display: block;
}

* {
    padding: 0;
    margin: 0;
    /* border: 1px solid rgba(255, 0, 0, 0.248); */
}

:root {

    /* --helixa: "Helixa", sans-serif;
    --standie: "Standie", sans-serif; */

    /* font size */
    --text-xs: 12px;
    --text-sm: 14px;
    --text-normal: 16px;
    --text-lg: 18px;
    --text-xl: 20px;
    --text-2xl: 24px;
    --text-3xl: 30px;
    --text-4xl: 36px;
    --text-5xl: 48px;
    --text-6xl: 60px;
    --text-7xl: 72px;
    --text-8xl: 96px;
    --text-9xl: 128px;

    --hitam: #1B1B1B;

    --putih: #FFFFFF;
    --putih2: #EFF9F9;
    --putih3: #FEFEFE;


    --abu-muda: #F6F6F6;
    --abu-tua: #828282;
    --abu2: #4B5563;

    --biru: #003A89;
    --biru-2: #91DEF1;
    --kuning: #FDE032;
    --merah: #EC1B23;

    --font-inter: "Inter", sans-serif;
    --font-amity-jack: "Amity Jack", "Inter", sans-serif;
    --font-birdgo: "Birdgo", "Inter", sans-serif;


}

html {
    overflow-x: hidden;

    scroll-behavior: auto !important;
}

body {
    overflow-x: hidden;

    /* margin-top: 120px; */
    font-family: var(--font-inter);
    background-color: var(--putih3);
}

.smooth-content {
    will-change: transform;
}

a {
    text-decoration: none !important;
}

img {
    width: 100%;
}

*,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    padding: 0;
    margin: 0;
    /* color: var(--hitam); */
    /* border: 1px solid red; */
}

button {
    border: 0;
    background-color: transparent;
}

li {
    list-style: none;
}

/*====================================================*/
/*==================== COMPONENTS ====================*/
/*====================================================*/

/*===================*/
/*===== PRELOAD =====*/
/*===================*/

#preloader {
    position: fixed;
    inset: 0;
    z-index: 9999;
    pointer-events: none;

    background-size: 100%;
    background-repeat: repeat-y;

    -webkit-mask-repeat: no-repeat, no-repeat;
    -webkit-mask-position: center, center;
    -webkit-mask-size: cover, 0%;
    -webkit-mask-composite: xor;

    mask-repeat: no-repeat, no-repeat;
    mask-position: center, center;
    mask-size: cover, 0%;
    mask-composite: exclude;

    background-color: #002151;
}

/* #preloader>.overlay {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -10;

    width: 100%;
    height: 100%;

    background-color: #011024D9;
} */

#preloader-content {
    position: fixed;
    inset: 0;
    z-index: 10000;

    pointer-events: none;
}

#preloader-content .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    width: 100%;

}

#preloader-content .content img {
    width: 30%;
}

#preloader-content .content h1 {
    visibility: hidden;
    height: 0;
    font-family: var(--font-amity-jack);
    font-size: var(--text-4xl);
    color: var(--putih);

    transform: translateY(20px);
}

/* 
#preloader-content h1 {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);

    width: 30%;
} */

#preloader .preloader-content {
    display: flex;
    align-items: center;
    justify-content: center;

    height: 100%;

    width: 100%;
    background-color: red;
}

#preloader .preloader-content img {
    aspect-ratio: 1/1;
    width: 20%;
    object-fit: contain;

}

/*===== TITLE YELLOW =====*/
.title-yellow {
    font-family: var(--font-amity-jack);
    font-size: var(--text-6xl);
    color: var(--kuning);

    text-shadow:
        -1px -1px 0 #323232,
        0px -1px 0 #323232,
        1px -1px 0 #323232,
        -1px 0px 0 #323232,
        1px 0px 0 #323232,
        -1px 1px 0 #323232,
        0px 1px 0 #323232,
        1px 1px 0 #323232,
        -2px 0px 0 #323232,
        2px 0px 0 #323232,
        0px -2px 0 #323232,
        0px 2px 0 #323232,
        -2px -2px 0 #323232,
        2px -2px 0 #323232,
        -2px 2px 0 #323232,
        2px 2px 0 #323232;
}

.text-stroke-hitam-1 {
    text-shadow:
        -1px -1px 0 #323232,
        0px -1px 0 #323232,
        1px -1px 0 #323232,
        -1px 0px 0 #323232,
        1px 0px 0 #323232,
        -1px 1px 0 #323232,
        0px 1px 0 #323232,
        1px 1px 0 #323232;
}

.text-stroke-putih-1 {
    text-shadow:
        -1px -1px 0 #FFFFFF,
        0px -1px 0 #FFFFFF,
        1px -1px 0 #FFFFFF,
        -1px 0px 0 #FFFFFF,
        1px 0px 0 #FFFFFF,
        -1px 1px 0 #FFFFFF,
        0px 1px 0 #FFFFFF,
        1px 1px 0 #FFFFFF;
}

.text-stroke-hitam-2 {
    text-shadow:
        -1px -1px 0 #323232,
        0px -1px 0 #323232,
        1px -1px 0 #323232,
        -1px 0px 0 #323232,
        1px 0px 0 #323232,
        -1px 1px 0 #323232,
        0px 1px 0 #323232,
        1px 1px 0 #323232,
        -2px 0px 0 #323232,
        2px 0px 0 #323232,
        0px -2px 0 #323232,
        0px 2px 0 #323232,
        -2px -2px 0 #323232,
        2px -2px 0 #323232,
        -2px 2px 0 #323232,
        2px 2px 0 #323232;
}

.text-stroke-hitam-3 {
    text-shadow:
        -1px -1px 0 #323232,
        0px -1px 0 #323232,
        1px -1px 0 #323232,
        -1px 0px 0 #323232,
        1px 0px 0 #323232,
        -1px 1px 0 #323232,
        0px 1px 0 #323232,
        1px 1px 0 #323232,
        -2px 0px 0 #323232,
        2px 0px 0 #323232,
        0px -2px 0 #323232,
        0px 2px 0 #323232,
        -2px -2px 0 #323232,
        2px -2px 0 #323232,
        -2px 2px 0 #323232,
        2px 2px 0 #323232,
        -3px 0px 0 #323232,
        3px 0px 0 #323232,
        0px -3px 0 #323232,
        0px 3px 0 #323232,
        -3px -3px 0 #323232,
        3px -3px 0 #323232,
        -3px 3px 0 #323232,
        3px 3px 0 #323232;
}

/*=====================*/
/*===== HERO PAGE =====*/
/*=====================*/
.hero-page {
    width: 100%;
    aspect-ratio: 16/9;

    position: relative;
}

.hero-page .wrapper {
    width: 100%;
    position: relative;
    aspect-ratio: 16/9;
}

.hero-page .wrapper-bg {
    position: absolute;
    z-index: -9;
    width: 100%;
    height: 100%;
    object-fit: cover;

    display: none;
}

.hero-page>.overlay {
    position: absolute;
    z-index: -8;
    width: 100%;
    height: 100%;

    background-color: #1b1b1bdf;
}

.hero-page .hero-bg {
    position: absolute;
    z-index: -5;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-page .backdrop {
    position: absolute;
    z-index: -3;

    width: 100%;
    height: 100%;

    background-color: #1b1b1b7d;
    /* background-color: #ff00008a; */
}

.hero-page .hero-content {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;

    padding: 48px 80px;
}

.hero-page .hero-content h1 {
    font-family: var(--font-amity-jack);
    font-size: var(--text-7xl);
    font-weight: 700;
    color: var(--putih);
    letter-spacing: 5px;
    text-transform: uppercase;
}

.hero-page .hero-content p {
    position: absolute;
    bottom: 48px;
    padding-right: 80px;

    font-size: var(--text-xl);
    color: var(--putih);
}

/*===============*/
/*===== FAQ =====*/
/*===============*/
.faq {
    margin-top: 100px;
    /* margin-bottom: 100px; */
}

.faq .list {
    margin-top: 32px;
}

.faq .list .item {
    background-color: var(--putih);
    border: 3px solid var(--hitam);
    box-shadow: -4px 4px 4px 0 #00000040;

    margin-bottom: 20px;

    padding: 32px;
}

.faq .list .item button {
    display: flex;
    align-items: center;
    justify-content: space-between;

    width: 100%;
    padding: 4px 18px;
    background-color: #91DEF1;
    border: 1px solid var(--hitam);
    border-radius: 9999px;

    text-align: left;
    font-size: var(--text-xl);
    font-weight: 700;
}

.faq .list .item button .icon {
    width: 48px;
    transition: transform 0.3s ease;
}

.faq .list .item button .icon.rotated {
    transform: rotate(90deg);
}

.faq .list .item .body {
    padding-top: 20px;
}

.faq .list .item .body p {
    font-size: var(--text-normal);
}


/*==================*/
/*===== NAVBAR =====*/
/*==================*/
nav {
    position: fixed;
    top: 20px;
    left: 0;
    z-index: 1001;

    width: 100%;
    height: 70px;

    transition: .3s;
}

nav.hide {
    transform: translateY(-100px);
}

nav .nav-row {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 32px;
}

nav .nav-row .nav-logo-wrapper,
.menu-offcanvas .nav-logo-wrapper {
    position: relative;
    width: 20%;
    height: 100%;
}

nav .nav-row .nav-logo,
.menu-offcanvas .nav-logo {
    /* flex-basis: 0; */
    /* width: 20%; */
    position: absolute;
    top: 0;
    left: 0;

    height: 100%;
    width: 100%;
}

nav .nav-row .nav-logo.logo-2,
.menu-offcanvas .nav-logo.logo-2 {
    opacity: 0;
}

nav .nav-row .nav-logo.logo-1 a,
.menu-offcanvas .nav-logo.logo-1 a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;

    width: fit-content;
    padding: 20px 16px;

    border-radius: 12px;

    transition: .2s;

}

nav .nav-row .nav-logo.logo-2 a,
.menu-offcanvas .nav-logo.logo-2 a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

nav.active .nav-row .nav-logo.logo-1 a,
nav.solid .nav-row .nav-logo.logo-1 a,
.menu-offcanvas .nav-logo.logo-1 a {
    background-color: #0070D8;
}

nav .nav-row .nav-logo.logo-1 img,
.menu-offcanvas .nav-logo.logo-1 img {
    width: 75px;
}

nav .nav-row .nav-logo.logo-2 img,
.menu-offcanvas .nav-logo.logo-2 img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

nav .nav-row .nav-logo.logo-1 span,
.menu-offcanvas .nav-logo.logo-1 span {
    font-family: var(--font-amity-jack);
    font-size: var(--text-2xl);
    color: var(--putih);

    transition: .2s;
}

nav.active .nav-row .nav-logo.logo-1 span,
nav.solid .nav-row .nav-logo.logo-1 span,
.menu-offcanvas .nav-logo.logo-1 span {
    color: var(--kuning);
}

nav .nav-row .nav-links {
    /* flex-grow: 1; */
    width: 80%;

    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 32px;

    padding: 0 50px;


    border-radius: 12px;

    transition: .2s;
}

nav.active .nav-row .nav-links,
nav.solid .nav-row .nav-links {
    background-color: #00000080;
}

nav .nav-row .nav-links>a {
    font-family: var(--font-birdgo);
    font-size: var(--text-normal);
    color: var(--putih);
}

nav .nav-row .nav-links>a:not(.ticket) {
    position: relative;
}

nav .nav-row .nav-links>a:not(.ticket)::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0px;
    height: 4px;
    border-radius: 5px;
    background-color: var(--putih);
    transform-origin: center;

    transition: .2s;
}

nav .nav-row .nav-links>a:not(.ticket):hover::after {
    width: 80px;
}

nav .nav-row .nav-links>a.ticket {
    position: relative;
    margin-left: 40px;

    transition: .2s;
}

nav .nav-row .nav-links>a.ticket img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;

    width: 170%;

    transition: .2s;
}

nav .nav-row .nav-links>a.ticket:hover {
    transform: scale(1.3);
}

nav .nav-row .nav-links>a.ticket span {
    position: relative;
    z-index: 20;

    font-size: var(--text-normal);
}

.nav-button {
    display: none;
}

/*==================*/
/*===== FOOTER =====*/
/*==================*/
footer {
    padding: 32px 0 20px;
    background-color: var(--kuning);
}

footer .footer-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer .footer-row .logo {
    flex: 1;
}

footer .footer-row .logo img {
    width: 120px;
}

footer .footer-row .links {
    flex: 5;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
}

footer .footer-row .links a {
    font-family: var(--font-birdgo);
    font-size: var(--text-3xl);
    font-weight: 600;
    color: var(--biru);

    position: relative;
}

footer .footer-row .links a::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0px;
    height: 6px;
    border-radius: 5px;
    background-color: var(--biru);
    transform-origin: center;

    transition: .2s;
}

footer .footer-row .links a:hover::after {
    width: 120px;
}

footer .footer-row .socmed {
    flex: 1;

    display: flex;
    gap: 20px;

    padding: 20px 0;
}

footer .footer-row .socmed img {
    width: 32px;
    height: 32px;
}

footer .divider {
    width: 100%;
    height: 1px;
    margin: 20px 0;
    background-color: var(--biru);
}


footer .copyright p {
    font-size: var(--text-normal);
    color: var(--biru);
    text-align: center;
}

/*==============================*/
/*===== BACKGROUND TEXTURE =====*/
/*==============================*/
main.bg-texture {
    background-size: 100%;
    background-repeat: repeat-y;

    position: relative;
    z-index: 0;

    padding-bottom: 100px;

}

main.bg-texture>.overlay {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -10;

    width: 100%;
    height: 100%;

    background-color: #003A89D9;
}

.ornament {
    position: absolute;
    z-index: -1;
    pointer-events: none;
}

/*===================================================*/
/*==================== HOME PAGE ====================*/
/*===================================================*/
.home-hero {
    position: relative;

    width: 100%;
    aspect-ratio: 16/7;
    padding: 60px 0;
}

.home-hero .container {
    height: 100%;
}

.home-hero .hero-content {
    display: flex;
    flex-direction: column;

    height: 100%;
}

.home-hero .hero-content .top {
    flex-grow: 1;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-hero .hero-content .top h1 {
    width: 40%;

    font-family: var(--font-amity-jack);
    font-size: 6vw;
    color: var(--kuning);
    line-height: 5.5vw;
}

.home-hero .hero-content .top h1 span {
    font-family: var(--font-inter);
    font-style: italic;
}

.home-hero .hero-content .top p {
    width: 55%;

    font-size: var(--text-xl);
    color: var(--kuning);
    letter-spacing: 2px;
}

.home-hero .hero-content .bottom {
    flex-basis: 0;

    padding: 48px 0;
}

.home-hero .hero-content .bottom h2 {
    font-family: var(--font-amity-jack);
    font-size: 4vw;
    color: var(--putih);
}

.home-hero .ticket {
    position: absolute;
    bottom: 32px;
    right: 40px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.home-hero .ticket h3 {
    font-family: var(--font-birdgo);
    font-size: 2.5vw;
    color: var(--kuning);
}

.home-hero .ticket h4 {
    font-family: var(--font-birdgo);
    font-size: 3.5vw;
    color: var(--putih);
    text-shadow:
        -1px -1px 0 #323232,
        0px -1px 0 #323232,
        1px -1px 0 #323232,
        -1px 0px 0 #323232,
        1px 0px 0 #323232,
        -1px 1px 0 #323232,
        0px 1px 0 #323232,
        1px 1px 0 #323232,
        -2px 0px 0 #323232,
        2px 0px 0 #323232,
        0px -2px 0 #323232,
        0px 2px 0 #323232,
        -2px -2px 0 #323232,
        2px -2px 0 #323232,
        -2px 2px 0 #323232,
        2px 2px 0 #323232,
        -3px 0px 0 #323232,
        3px 0px 0 #323232,
        0px -3px 0 #323232,
        0px 3px 0 #323232,
        -3px -3px 0 #323232,
        3px -3px 0 #323232,
        -3px 3px 0 #323232,
        3px 3px 0 #323232,
        0px 8px 5px #000000a9;
}

.home-hero .ticket h5 {
    font-family: var(--font-amity-jack);
    font-size: 2.5vw;
    color: var(--kuning);
}

.home-hero .ticket a {
    margin-top: 12px;
    padding: 10px 32px;
    background-color: var(--kuning);
    border-radius: 9999px;

    font-family: var(--font-inter);
    font-size: var(--text-4xl);
    font-weight: 600;
    color: var(--biru);

    transition: .2s;
}

.home-hero .ticket a:hover {
    background-color: #003989ab;
    color: var(--kuning);
}

/* 
.home-hero {
    position: relative;
    width: 100%;
    height: 100vh;
    background-color: pink;

    display: flex;
    align-items: center;
    justify-content: center;
}

.home-hero h1 {
    font-size: 200px;
    font-weight: 900;
    text-align: center;
    color: rgb(30, 143, 255) !important;

    transform-origin: 90% 90%;
    /* vertikal horizontal 
    line-height: 90%;
}

.home-hero h1>div {
    transform-origin: bottom left;
}

.home-hero h1>div:last-child {
    transform-origin: bottom right;
}

.home-hero .box-1 {
    position: absolute;
    z-index: 10;
    top: 10%;
    left: 10%;

    width: 200px;
    height: 200px;
    background-color: red;
    border-radius: 100%;

    scale: 0;
    transform-origin: center;
}

.home-hero .box-2 {
    position: absolute;
    z-index: 10;
    top: 10%;
    right: 10%;

    width: 100px;
    height: 500px;
    background-color: yellowgreen;
} */


/*=======================*/
/*===== HOME IMAGES =====*/
/*=======================*/
.home-images {
    position: relative;

    padding: 100px 0;
    min-height: 150vh;
    display: flex;
    align-items: center;
    /* 
    overflow-x: hidden;
    overflow-y: auto; */
    /* overflow: hidden; */
}

.home-images .wrapper {
    display: flex;
    align-items: center;
    /* overflow-x: hidden;
    overflow-y: hidden; */
    /* overflow: hidden; */
}

.home-images .item {
    flex-grow: 0;
    flex-shrink: 0;

    aspect-ratio: 2/3;
    width: 25vw;

    margin: 0 16px;
}

.home-images .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*======================*/
/*===== HOME ABOUT =====*/
/*======================*/
.home-about {
    position: relative;

    margin-top: 25vw;
}

.home-about a {
    position: absolute;
    left: 50%;
    top: 0%;
    transform: translate(-50%, -50%);
    z-index: 10;

    width: 50%;
}

.home-about .taplak {
    aspect-ratio: 2.8/.8;
    object-fit: cover;
}

/*======================*/
/*===== HOME EVENT =====*/
/*======================*/
.home-event {
    position: relative;

    margin-top: 100px;
}

.home-event .container>p {
    font-size: var(--text-xl);
    color: var(--putih);

    margin-top: 32px;
}

/*========================*/
/*===== HOME ARTICLE =====*/
/*========================*/
.home-article {
    position: relative;
}

.home-article .container>p {
    font-size: var(--text-xl);
    color: var(--putih);

    margin-top: 32px;
}

.explore-more {
    display: flex;
    align-items: center;
    justify-content: center;

    margin-top: 32px;

}

.explore-more a {
    display: flex;
    align-items: center;
    gap: 10px;

    padding: 16px 24px;
    border: 1px solid var(--putih);
    border-radius: 10px;

    transition: .2s;
}

.explore-more a:hover {
    background-color: var(--biru);
}

.explore-more a span {
    font-family: var(--font-amity-jack);
    font-size: var(--text-2xl);
    color: var(--putih);
}

.explore-more a img {
    width: 40px;
}

/*=====================*/
/*===== MARQUEE 1 =====*/
/*=====================*/
.marquee-1 {
    width: 100%;
    padding: 10px 0;
    background-color: var(--kuning);

    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.marquee-1 .item {
    margin: 0 4px;

    font-family: var(--font-amity-jack);
    font-size: var(--text-2xl);
    color: var(--biru);
}

.marquee-1 .item p {
    white-space: nowrap;
}

/*=====================*/
/*===== MARQUEE 2 =====*/
/*=====================*/
.marquee-2 {
    width: 100%;
    margin: 120px 0 80px;
    padding: 20px 0;
    background-color: var(--kuning);

    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.marquee-2 .item {
    margin: 0 8px;

    font-family: var(--font-amity-jack);
    font-size: var(--text-4xl);
    color: var(--biru);
}

.marquee-2 .item p {
    white-space: nowrap;
}



/*========================*/
/*===== HOME SPONSOR =====*/
/*========================*/
.home-sponsor {
    margin-top: 80px;
}

.home-sponsor .sponsors {
    margin-top: 40px;
}

.home-sponsor .sponsors>div {
    margin-top: 60px;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.home-sponsor .sponsors .primary {
    gap: 5vw;
}

.home-sponsor .sponsors .primary .item {
    width: 29%;
}

.home-sponsor .sponsors .secondary {
    gap: 5vw;
}

.home-sponsor .sponsors .secondary .item {
    width: 20%;
}

.home-sponsor .sponsors .tersier {
    gap: 3vw;
}

.home-sponsor .sponsors .tersier .item {
    width: 15%;
}

.home-sponsor .sponsors .item {
    aspect-ratio: 1/1;
    background-color: var(--putih);
    border-radius: 12px;

    padding: 20px;

}

.home-sponsor .sponsors .item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/*=====================*/
/*===== ORNAMENTS =====*/
/*=====================*/
.ornament-home-1-1 {
    bottom: 15%;
    right: 30%;
    width: 14vw;
    opacity: .5;
    filter: grayscale(50%)
}

.ornament-home-1-2 {
    top: 15%;
    left: 25%;
    width: 17vw;
}

.ornament-home-1-3 {
    top: 10%;
    right: 0%;
    width: 10vw;
}

.ornament-home-2-1 {
    top: 5%;
    right: 10%;
    width: 20vw;
}

.ornament-home-2-2 {
    top: 5%;
    left: 30%;
    width: 13vw;
}

.ornament-home-2-3 {
    bottom: 5%;
    left: 40%;
    width: 16vw;
    opacity: .3;
}

.ornament-home-3-1 {
    top: 5%;
    right: 10%;
    width: 18vw;
}

.ornament-home-4-1 {
    top: 5%;
    right: 0%;
    width: 20vw;
}

.ornament-home-4-2 {
    bottom: -20%;
    left: 10%;
    width: 25vw;
}

.ornament-home-4-3 {
    top: 5%;
    left: 0%;
    width: 25vw;
}

/*=======================================================*/
/*==================== ABOUT US PAGE ====================*/
/*=======================================================*/

/*=======================*/
/*===== ABOUT ABOUT =====*/
/*=======================*/
.about-about {
    margin-top: 100px;
}

.about-about .about-row {
    display: flex;
    gap: 32px;
}

.about-about .about-row .kiri {
    width: 60%;
}

/* 
.about-about .about-row .kiri h2 {
    font-family: var(--font-amity-jack);
    font-size: var(--text-5xl);
} */

.about-about .about-row .kiri p {
    margin-top: 32px;
    font-size: var(--text-xl);
    color: var(--putih);
}

.about-about .about-row .kanan {
    width: 40%;
    aspect-ratio: 1/1;
}

.about-about .about-row .kanan img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*=====================*/
/*===== VISI MISI =====*/
/*=====================*/
.visi-misi {
    margin-top: 32px;
}

.visi-misi .visi-row {
    display: flex;
    align-items: stretch;
    gap: 32px;
}

.visi-misi .visi-row .item {
    width: 100%;

    padding: 30px 20px;

    border: 3px solid var(--hitam);
    box-shadow: -4px 4px 4px 0 #00000040;

}

.visi-misi .visi-row .item h3 {
    padding: 4px 16px;
    margin-bottom: 20px;

    font-size: var(--text-2xl);
    font-weight: 700;

    border: 1px solid var(--hitam);
    border-radius: 9999px;
}

.visi-misi .visi-row .item p {
    padding: 0 18px;

    font-size: var(--text-xl);
}

.visi-misi .visi-row .item.visi {
    background-color: var(--putih);
}

.visi-misi .visi-row .item.misi {
    background-color: var(--kuning);
}

/*=========================*/
/*===== ABOUT HISTORY =====*/
/*=========================*/
.about-history {
    margin-top: 100px;
    margin-bottom: 50px;
}

.about-history h3 {
    font-family: var(--font-amity-jack);
    font-size: var(--text-5xl);
}

.about-history .history-years {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 32px;

    margin: 32px 0;
}

.about-history .history-years button {
    position: relative;

    font-family: var(--font-amity-jack);
    font-size: var(--text-lg);
    color: var(--biru);

    padding: 4px 40px;

    border: 1px solid var(--biru);
    border-radius: 9999px;
    background-color: var(--putih);

    transition: .25s;
}

.about-history .history-years button::before {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -10;

    transform: translate(-50%, -50%);

    width: 100%;
    height: 100%;

    content: "";


    border: 0;
    border-radius: 9999px;
}

.about-history .history-years button::after {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;

    transform: translate(-50%, -50%);

    width: calc(100% + 16px);
    height: calc(100% + 16px);
    background-color: var(--putih);

    content: "";

    border-radius: 9999px;
    border: 0;
}

.about-history .history-years button.active {
    color: var(--hitam);
    background-color: var(--kuning);
    border: 1px solid var(--hitam);
}

.about-history .history-years button.active::before {
    border: 1px solid var(--kuning);
}

.about-history .history-years button.active::after {
    background-color: var(--kuning);
}


.about-history .history-konten>div:not(.konten-1) {
    display: none;
}

.about-history .history-konten h4 {
    font-size: var(--text-5xl);
    font-weight: 700;
    color: var(--kuning);
}

.about-history .history-konten p {
    margin-top: 20px;
    font-size: var(--text-xl);
    color: var(--putih);
}

.about-history .history-konten h5 {
    margin-top: 20px;

    font-size: var(--text-3xl);
    font-weight: 700;
    color: var(--putih);
}

.about-history .history-konten .history-images {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 12px;
    row-gap: 12px;

    margin-top: 20px;
}

.about-history .history-konten .history-images img {
    aspect-ratio: 1/1;
    object-fit: cover;
}



/*====================================================*/
/*==================== EVENT PAGE ====================*/
/*====================================================*/

/*==================*/
/*===== EVENTS =====*/
/*==================*/

/*===== EVENTS HEADER =====*/
.event-events {
    margin-top: 100px;
}

.events-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;

    gap: 50px;
}

.events-header button {
    width: 20%;

    position: relative;

    font-family: var(--font-amity-jack);
    font-size: var(--text-3xl);
    color: var(--biru);

    padding: 14px 20px;

    border: 1px solid var(--biru);
    border-radius: 9999px;

    transition: .25s;
}

.events-header button::after {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -10;

    transform: translate(-50%, -50%);

    width: calc(100% + 20px);
    height: calc(100% + 20px);

    content: "";

    border-radius: 9999px;

    background-color: var(--putih);
    border: 0;
}

.events-header button.active {
    color: var(--hitam);
    background-color: var(--kuning);
    border: 1px solid var(--hitam);
}


.events-header button.active::after {
    background-color: var(--kuning);
}

/*===== EVENTS GROUP =====*/
.event-events .events-group {
    margin-top: 60px;
}

.event-events .events-group h3 {
    font-family: var(--font-inter);
    font-size: var(--text-5xl);
    font-weight: 600;

    margin-bottom: 32px;
}

.event-events .events-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 24px;
    column-gap: 40px;

    margin-top: 32px;
}

#home-page .event-events .events-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 24px;
    column-gap: 40px;

    margin-top: 32px;
}

.event-events .events-grid>.item {
    /* 
        border: 3px solid var(--hitam);
        box-shadow: -4px 4px 4px 0 #00000040; */

}

.event-events .events-grid>.item .gambar {
    aspect-ratio: 16/9;
    position: relative;
}

.event-events .events-grid>.item .gambar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.event-events .events-grid>.item .konten {
    /* padding: 20px 20px 30px; */
    padding-top: 20px;
}

.event-events .events-grid>.item .konten h4 {
    font-size: var(--text-2xl);
    font-weight: 700;
    color: var(--biru);
    text-align: center;

    padding: 12px 18px;

    background-color: var(--kuning);
    border-radius: 9999px;
    border: 1px solid var(--biru);
    box-shadow: 0 2px 5px #1b1b1b96;
    overflow: hidden;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;

    /* padding-bottom: 32px; */
}

.event-events .events-grid>.item .konten h4 .overlay {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -10;

    width: 100%;
    height: 100%;

    background-color: #ffffffc3;
}

.event-events .events-grid>.item .konten .infos {
    margin-top: 20px;
    padding-left: 20px;
}

.event-events .events-grid>.item .konten .infos>.item {
    display: flex;
    align-items: center;

    gap: 10px;
    margin-bottom: 10px;
}

.event-events .events-grid>.item .konten .infos>.item img {
    width: 24px;
}

.event-events .events-grid>.item .konten .infos>.item p {
    font-size: var(--text-normal);
    color: var(--putih);
}

.event-events .events-grid>.item .konten h5 {
    font-family: var(--font-birdgo);
    font-size: var(--text-2xl);
    color: var(--putih);
    font-weight: 700;
    text-align: center;

    padding: 5px 18px;
    margin-top: 20px;

    background-color: var(--biru-2);
    border-radius: 9999px;
    border: 1px solid var(--hitam);
}

.event-events .events-grid>.item .konten .link {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;

    width: 95%;
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;

    padding: 4px 20px;

    font-family: var(--font-amity-jack);
    letter-spacing: 2px;
    font-size: var(--text-xl);
    color: var(--biru);

    border: 1px solid var(--biru);
    border-radius: 4px;

    transition: .25s;
}

.event-events .events-grid>.item .konten .link img {
    width: 48px;
}

.event-events .events-grid>.item .konten .link::after {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -10;

    transform: translate(-50%, -50%);

    width: calc(100% + 20px);
    height: calc(100% + 20px);

    content: "";

    border-radius: 14px;
    border: 0;

    background-color: var(--kuning);

    transition: .25s;
}

.event-events .events-grid>.item:hover .konten .link {
    color: var(--kuning);
    border: 1px solid var(--kuning);
}

.event-events .events-grid>.item:hover .konten .link::after {
    background-color: #003989b8;
}

.event-events .events-grid>.item .coming-soon {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fddf32c5;

    display: flex;
    align-items: center;
    justify-content: center;
}

.event-events .events-grid>.item .coming-soon h5 {
    font-family: var(--font-amity-jack);
    font-size: var(--text-5xl);
    color: var(--hitam)
}

/*===== MODAL EVENT =====*/
.modal-event .modal-dialog {
    max-width: 1440px;
    width: 90%;
    height: 90%;
    margin: auto;


}

.modal-event .modal-content .modal-body {
    display: flex;

    padding: 0;

    border: 3px solid var(--hitam);
    box-shadow: -4px 4px 4px 0 #00000040;
}

.modal-event .modal-content .modal-body .gambar {
    width: 25%;
}

.modal-event .modal-content .modal-body .gambar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.modal-event .modal-content .modal-body .konten {
    position: relative;
    width: 75%;
    padding: 20px 20px 30px;
}

.modal-event .modal-content .modal-body .konten h4 {
    font-size: var(--text-2xl);
    font-weight: 700;

    padding: 5px 18px;

    background-color: var(--kuning);
    border-radius: 9999px;
    border: 1px solid var(--hitam);
}

.modal-event .modal-content .modal-body .konten .infos {
    margin-top: 20px;
    padding-left: 20px;
}

.modal-event .modal-content .modal-body .konten .infos p {
    font-size: var(--text-normal);
}

.modal-event .modal-content .modal-body .konten .infos>.item {
    display: flex;
    align-items: center;

    gap: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.modal-event .modal-content .modal-body .konten .infos>.item img {
    width: 24px;
}

.modal-event .modal-content .modal-body .konten .infos>.item p {
    font-size: var(--text-lg);
}

.modal-event .modal-content .modal-body .konten h5 {
    font-family: var(--font-birdgo);
    font-size: var(--text-3xl);
    font-weight: 700;
    text-shadow:
        -1px -1px 0 var(--putih),
        1px -1px 0 var(--putih),
        -1px 1px 0 var(--putih),
        1px 1px 0 var(--putih);

    padding: 5px 18px;
    margin-top: 20px;

    background-color: var(--biru-2);
    border-radius: 9999px;
    border: 1px solid var(--hitam);
}

.modal-event .modal-content .modal-body .konten .buttons {
    position: absolute;
    bottom: 32px;
    right: 20px;

    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 32px;
    padding-right: 16px;
    margin-top: 32px;
}

.modal-event .modal-content .modal-body .konten button {
    position: relative;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;

    padding: 4px 20px;

    font-family: var(--font-amity-jack);
    letter-spacing: 2px;
    font-size: var(--text-lg);
    color: var(--putih);

    border: 1px solid var(--putih);
    border-radius: 4px;

    transition: .25s;
}

.modal-event .modal-content .modal-body .konten button.contact {
    border-radius: 9999px;
}

.modal-event .modal-content .modal-body .konten button.guidebook {
    border-radius: 9999px;
}

.modal-event .modal-content .modal-body .konten button.register {
    border-radius: 4px;
}

.modal-event .modal-content .modal-body .konten button img {
    width: 32px;
}

.modal-event .modal-content .modal-body .konten button::before {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -10;

    transform: translate(-50%, -50%);

    width: 100%;
    height: 100%;

    content: "";


    border: 1px solid var(--putih);
}

.modal-event .modal-content .modal-body .konten button.contact::before {
    border-radius: 9999px;
}

.modal-event .modal-content .modal-body .konten button.guidebook::before {
    border-radius: 9999px;
}

.modal-event .modal-content .modal-body .konten button.register::before {
    border-radius: 4px;
}

.modal-event .modal-content .modal-body .konten button::after {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -20;

    transform: translate(-50%, -50%);

    width: calc(100% + 20px);
    height: calc(100% + 20px);

    content: "";


    border: 0;


}

.modal-event .modal-content .modal-body .konten button.contact::after {
    border-radius: 9999px;
    background-color: #1E8900;
}

.modal-event .modal-content .modal-body .konten button.guidebook::after {
    border-radius: 9999px;
    background-color: var(--biru);
}

.modal-event .modal-content .modal-body .konten button.register::after {
    border-radius: 14px;
    background-color: var(--merah);
}


/*===========================================================*/
/*==================== DETAIL EVENT PAGE ====================*/
/*===========================================================*/
#detail-event-page {
    padding-top: 150px;
    padding-bottom: 150px;
}

.event-content {
    min-height: 100vh;
}

.event-content .content-header a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;

    width: max-content;
    padding: 8px 20px;

    border: 1px solid var(--putih);
    border-radius: 6px;

    transition: .1s;
}

.event-content .content-header a:hover {
    background-color: var(--biru);
}

.event-content .content-header a span {
    font-family: var(--font-amity-jack);
    font-size: var(--text-xl);
    color: var(--putih);
}

.event-content .content-header a img {
    width: 36px;
}

.event-content .content-thumbnail {
    aspect-ratio: 3/1;

    margin-top: 20px;
}

.event-content .content-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.event-events .events-grid>.item .konten h4 {}

.event-events .events-grid>.item .konten h4 .overlay {}

.event-content .content h4 {
    font-size: var(--text-4xl);
    font-weight: 700;
    color: var(--biru);
    text-align: center;

    margin-top: 20px;
    padding: 20px 18px;

    background-color: var(--kuning);
    border-radius: 9999px;
    border: 1px solid var(--biru);
    box-shadow: 0 2px 5px #1b1b1b96;
    overflow: hidden;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;

    /* padding-bottom: 32px; */
}

.event-content .content h4 .overlay {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -10;

    width: 100%;
    height: 100%;

    background-color: #ffffffc3;

}

.event-content .content h5 {
    display: inline-block;
    font-size: var(--text-2xl);
    font-weight: 400;
    color: var(--hitam);

    margin-top: 20px;
    padding: 4px 32px;

    background-color: var(--kuning);
    border-radius: 9999px;
    border: 1px solid var(--biru);
    box-shadow: 0 2px 5px #1b1b1b96;
    overflow: hidden;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;

    /* padding-bottom: 32px; */
}

.event-content .content h5 span {
    display: inline;
}

.event-content .content h5 .overlay {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -10;

    width: 100%;
    height: 100%;

    background-color: #91def1d2;
}


.event-content .content .infos {
    display: flex;
    align-items: center;
    gap: 20px;
}

.event-content .content .infos .item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: var(--text-2xl);
    font-weight: 400;
    color: var(--hitam);
    text-align: center;

    margin-top: 20px;
    padding: 4px 32px;

    background-color: var(--kuning);
    border-radius: 9999px;
    border: 1px solid var(--biru);
    box-shadow: 0 2px 5px #1b1b1b96;
    overflow: hidden;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;

    /* padding-bottom: 32px; */
}

.event-content .content .infos .item img {
    width: 32px;
}

.event-content .content .infos .item p {
    font-size: var(--text-2xl);
}

.event-content .content .infos .item .overlay {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -10;

    width: 100%;
    height: 100%;

    background-color: #fddf32d0;
}

.event-content .content .paragraph {
    font-size: var(--text-xl);
    color: var(--putih);

    margin-top: 20px;
}

.event-content .buttons {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 32px;
    padding-right: 16px;
    margin-top: 32px;
}

.event-content a:not(.back) {
    position: relative;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;

    padding: 4px 20px;

    font-family: var(--font-amity-jack);
    letter-spacing: 2px;
    font-size: var(--text-lg);
    color: var(--putih);

    border: 1px solid var(--putih);
    border-radius: 4px;

    transition: .25s;
}

.event-content a:not(.back):hover {
    opacity: .8;
}

.event-content a:not(.back).contact {
    border-radius: 9999px;
}

.event-content a:not(.back).guidebook {
    border-radius: 9999px;
}

.event-content a:not(.back).register {
    border-radius: 4px;
}

.event-content a:not(.back) img {
    width: 32px;
}

.event-content a:not(.back)::before {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -10;

    transform: translate(-50%, -50%);

    width: 100%;
    height: 100%;

    content: "";


    border: 1px solid var(--putih);
}

.event-content a:not(.back).contact::before {
    border-radius: 9999px;
}

.event-content a:not(.back).guidebook::before {
    border-radius: 9999px;
}

.event-content a:not(.back)::after {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -20;

    transform: translate(-50%, -50%);

    width: calc(100% + 20px);
    height: calc(100% + 20px);

    content: "";


    border: 0;


}

.event-content a:not(.back).contact::after {
    border-radius: 9999px;
    background-color: #1E8900;
}

.event-content a:not(.back).guidebook::after {
    border-radius: 9999px;
    background-color: var(--biru);
}

.detail-event-float {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    background-color: var(--biru-2);

    border-radius: 8px 8px 0 0;

    padding: 24px 60px;
}

.detail-event-float .float-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.detail-event-float .float-row h6 {
    font-family: var(--font-birdgo);
    font-size: var(--text-4xl);
    color: var(--hitam);
    font-weight: 700;
    text-align: center;
}

.detail-event-float .float-row a {
    position: relative;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;

    padding: 16px 40px;

    font-family: var(--font-amity-jack);
    letter-spacing: 2px;
    font-size: var(--text-xl);
    color: var(--putih);

    transition: .2s;
}

.detail-event-float .float-row a:hover {
    color: var(--hitam);
}

.detail-event-float .float-row a.register:hover::before {
    border: 1px solid var(--hitam);
}

.detail-event-float .float-row a.register:hover::after {
    background-color: var(--kuning);
}


.detail-event-float .float-row a img {
    width: 32px;
}

.detail-event-float .float-row a::before {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -10;

    transform: translate(-50%, -50%);

    width: 100%;
    height: 100%;

    content: "";


    border-radius: 9999px;
    border: 1px solid var(--putih);

    transition: .1s;
}

.detail-event-float .float-row a.register::after {
    border-radius: 14px;
    background-color: var(--merah);
    border-radius: 9999px;
}

.detail-event-float .float-row a.register::after {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -20;

    transform: translate(-50%, -50%);

    width: calc(100% + 20px);
    height: calc(100% + 20px);

    content: "";


    border: 0;

    transition: .15s;
}

/*======================================================*/
/*==================== ARTICLE PAGE ====================*/
/*======================================================*/

/*========================*/
/*===== ARTICLE HERO =====*/
/*========================*/
.article-hero {
    padding-top: 150px;
}

.article-hero h1 {
    font-family: var(--font-amity-jack);
    font-size: var(--text-8xl);
    text-align: center;
    color: var(--putih);
}

.article-hero .hero-grid {
    margin-top: 36px;

    display: grid;
    grid-template-areas:
        "one one one"
        "two three four";
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto 1fr;
    row-gap: 24px;
    column-gap: 12px;
}

.article-hero .hero-grid .item {
    border: 3px solid var(--hitam);
    box-shadow: -4px 4px 4px 0 #00000040;
}

.article-hero .hero-grid .item.item-1 {
    grid-area: one;

    display: flex;
    align-items: stretch;

    background-color: var(--kuning);
}

.article-hero .hero-grid .item.item-1 .gambar {
    width: 30%;
}

.article-hero .hero-grid .item.item-1 .gambar img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}


.article-hero .hero-grid .item.item-1 .konten {
    width: 70%;

    padding: 30px 20px;
}

.article-hero .hero-grid .item .konten h4 {
    font-size: var(--text-2xl);
    font-weight: 700;
    color: var(--hitam);

    padding: 5px 18px;

    background-color: var(--kuning);
    border-radius: 9999px;
    border: 1px solid var(--hitam);
}

.article-hero .hero-grid .item.item-1 .konten h4 {
    background-color: var(--kuning);
}

.article-hero .hero-grid .item.item-2 .konten h4,
.article-hero .hero-grid .item.item-3 .konten h4,
.article-hero .hero-grid .item.item-4 .konten h4 {
    background-color: var(--putih);
}

.article-hero .hero-grid .item .konten p {
    font-size: var(--text-normal);
    color: var(--hitam);

    padding: 0 20px;
    margin-top: 24px;

    /* min-height: 150px; */

    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.article-hero .hero-grid .item .konten .link {
    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-top: 32px;
    padding: 5px 18px;

    background-color: var(--kuning);
    border-radius: 9999px;
    border: 1px solid var(--hitam);

    font-family: var(--font-birdgo);
    font-size: var(--text-lg);
    color: var(--hitam);

    background-color: var(--putih);

    transition: .2s;
}

.article-hero .hero-grid .item.item-1 .konten .link {
    background-color: var(--putih);
}

.article-hero .hero-grid .item.item-2 .konten .link,
.article-hero .hero-grid .item.item-3 .konten .link,
.article-hero .hero-grid .item.item-4 .konten .link {

    background-color: var(--kuning);

}

.article-hero .hero-grid .item.item-1:hover .konten .link {
    background-color: var(--kuning);
}

.article-hero .hero-grid .item.item-2:hover .konten .link,
.article-hero .hero-grid .item.item-3:hover .konten .link,
.article-hero .hero-grid .item.item-4:hover .konten .link {
    background-color: var(--putih);
}

.article-hero .hero-grid .item .konten .link img {
    width: 48px;
}

/*===== ITEM 2 =====*/
/*===== ITEM 3 =====*/
.article-hero .hero-grid .item.item-2,
.article-hero .hero-grid .item.item-3,
.article-hero .hero-grid .item.item-4 {
    background-color: var(--putih);
}

.article-hero .hero-grid .item.item-2 {
    grid-area: two;
}

.article-hero .hero-grid .item.item-3 {
    grid-area: three;
}

.article-hero .hero-grid .item.item-4 {
    grid-area: four;
}

.article-hero .hero-grid .item.item-2 .gambar,
.article-hero .hero-grid .item.item-3 .gambar,
.article-hero .hero-grid .item.item-4 .gambar {
    height: 20vw;
}

.article-hero .hero-grid .item.item-2 .gambar img,
.article-hero .hero-grid .item.item-3 .gambar img,
.article-hero .hero-grid .item.item-4 .gambar img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}


.article-hero .hero-grid .item.item-2 .konten,
.article-hero .hero-grid .item.item-3 .konten,
.article-hero .hero-grid .item.item-4 .konten {
    padding: 30px 20px;
}

/*========================*/
/*===== ARTICLE MORE =====*/
/*========================*/
.article-more {
    margin-top: 100px;
}

.article-more h2 {
    /* background-color: var(--biru); */
    padding: 50px 0 20px;

    font-family: var(--font-amity-jack);
    font-size: var(--text-6xl);
    color: var(--putih);
    text-align: center;
}

.article-more .article-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 32px;
    row-gap: 40px;

    margin-top: 32px;
}

.article-more .article-grid .item {
    border: 3px solid var(--hitam);
    box-shadow: -4px 4px 4px 0 #00000040;
}

.article-more .article-grid .item:nth-child(odd) {
    background-color: var(--kuning);
}

.article-more .article-grid .item:nth-child(even) {
    background-color: var(--putih);
}

.article-more .article-grid .item .gambar {
    aspect-ratio: 16/9;
}

.article-more .article-grid .item .gambar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.article-more .article-grid .item .konten {
    padding: 30px 20px;
}

.article-more .article-grid .item .konten h4 {
    font-size: var(--text-2xl);
    font-weight: 700;
    color: var(--hitam);

    padding: 5px 18px;

    border-radius: 9999px;
    border: 1px solid var(--hitam);
}

.article-more .article-grid .item:nth-child(odd) .konten h4 {
    background-color: var(--kuning);
}

.article-more .article-grid .item:nth-child(even) .konten h4 {
    background-color: var(--putih);
}

.article-more .article-grid .item .konten p {
    font-size: var(--text-normal);
    color: var(--hitam);

    padding: 0 20px;
    margin-top: 24px;

    /* min-height: 150px; */

    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.article-more .article-grid .item .konten .link {
    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-top: 32px;
    padding: 5px 18px;


    border-radius: 9999px;
    border: 1px solid var(--hitam);

    font-family: var(--font-birdgo);
    font-size: var(--text-lg);
    color: var(--hitam);

    background-color: var(--putih);

    transition: .2s;
}

.article-more .article-grid .item:nth-child(odd) .konten .link {
    background-color: var(--putih);
}

.article-more .article-grid .item:nth-child(even) .konten .link {
    background-color: var(--kuning);
}

.article-more .article-grid .item:nth-child(odd):hover .link {
    background-color: var(--kuning);
}

.article-more .article-grid .item:nth-child(even):hover .link {
    background-color: var(--putih);
}

.article-more .article-grid .item .konten .link img {
    width: 48px;
}


/*=============================================================*/
/*==================== DETAIL ARTICLE PAGE ====================*/
/*=============================================================*/
#detail-article-page {
    padding-bottom: 100px;
}

.article-content {
    padding-top: 150px;
}

.article-content .content-header a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;

    width: max-content;
    padding: 8px 20px;

    border: 1px solid var(--putih);
    border-radius: 6px;

    transition: .1s;
}

.article-content .content-header a:hover {
    background-color: var(--biru);
}

.article-content .content-header a span {
    font-family: var(--font-amity-jack);
    font-size: var(--text-xl);
    color: var(--putih);
}

.article-content .content-header a img {
    width: 36px;
}

.article-content .content-header h1 {
    font-family: var(--font-amity-jack);
    font-size: var(--text-5xl);
    font-weight: 700;
    color: var(--putih);
    letter-spacing: 3px;

    margin-top: 20px;
}

.article-content .content-header h2 {
    margin-top: 8px;
    font-size: var(--text-lg);
    color: var(--abu2);
}


.article-content .content-thumbnail img {
    margin-top: 28px;
    width: 100%;
    aspect-ratio: 16/9;
    border-radius: 12px;
    object-fit: cover;
}

.article-content .content-body {
    margin-top: 28px;

    color: var(--putih);
    font-size: var(--text-xl);
}

.article-content .content-body img {
    width: unset;
}



/*==================================================*/
/*==================== 404 PAGE ====================*/
/*==================================================*/
.notfound {
    position: relative;
    z-index: 0;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    min-height: 100vh;
    width: 100%;

    /* background-color: var(--biru); */
}

.notfound img.image-404 {
    width: 50%;
}

.notfound h1 {
    margin-top: 50px;

    font-family: var(--font-amity-jack);
    font-size: var(--text-7xl);
    color: var(--putih);
}

.ornament-404-1 {

    top: 20%;
    left: 10%;
    width: 10vw;
    opacity: .5;
}

.ornament-404-2 {
    bottom: 10%;
    left: 10%;
    width: 15vw;
    opacity: .5;
}

.ornament-404-3 {
    top: 10%;
    right: 5%;
    width: 20vw;
    opacity: .5;
}

.ornament-404-4 {
    bottom: 10%;
    right: 25%;
    width: 15vw;
    opacity: .5;
}

.ornament-404-5 {
    bottom: 20%;
    right: 0%;
    width: 15vw;
    opacity: .5;
}


@media only screen and (max-width: 992px) {

    /*====================================================*/
    /*==================== COMPONENTS ====================*/
    /*====================================================*/

    #preloader-content .content img {
        width: 50%;
    }

    #preloader-content .content h1 {
        font-size: var(--text-xl);
    }

    /*=====================*/
    /*===== HERO PAGE =====*/
    /*=====================*/
    .hero-page {
        aspect-ratio: 1/1;
        max-height: 580px;

        display: flex;
        align-items: center;
        justify-content: center;
    }

    .hero-page .wrapper-bg {

        display: block;
    }

    .hero-page .hero-content {
        padding: 20px 20px 0;
    }

    .hero-page .hero-content h1 {
        font-size: var(--text-5xl);
        letter-spacing: 2px;
        padding-bottom: 50px;
    }

    .hero-page .hero-content p {

        bottom: 12px;

        font-size: var(--text-sm);
        padding-right: 0;
    }


    /*==================*/
    /*===== NAVBAR =====*/
    /*==================*/
    nav {
        top: 12px;
        height: 50px;
    }


    nav .nav-row,
    .menu-offcanvas {
        gap: 12px;
    }

    nav .nav-row .nav-logo-wrapper,
    .menu-offcanvas .nav-logo-wrapper {
        position: relative;
        width: 35%;
    }

    nav .nav-row .nav-logo.logo-1 a,
    .menu-offcanvas .nav-logo.logo-1 a {
        padding: 4px 8px;
    }

    nav .nav-row .nav-logo.logo-1 span,
    .menu-offcanvas .nav-logo.logo-1 span {
        font-size: var(--text-normal);
    }

    nav .nav-row .nav-logo.logo-1 img,
    .menu-offcanvas .nav-logo.logo-1 img {
        width: 40px;
    }

    nav .nav-row .nav-links,
    .menu-offcanvas .nav-links {
        width: 60%;
        padding: 16px;
    }

    nav .nav-row .nav-links>a,
    .menu-offcanvas .nav-links>a {
        display: none;
    }


    nav .nav-row .nav-links .nav-button,
    .menu-offcanvas .nav-links .nav-button {
        display: block;
    }

    nav .nav-row .nav-links .nav-button a,
    .menu-offcanvas .nav-links .nav-button a {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    nav .nav-row .nav-links .nav-button a span,
    .menu-offcanvas .nav-links .nav-button a span {
        font-family: var(--font-amity-jack);
        font-size: var(--text-normal);
        color: var(--putih);
    }

    .menu-offcanvas {
        height: 100vh;

        background-size: 100%;
        background-repeat: repeat-y;
    }


    .menu-offcanvas>.overlay {
        position: absolute;
        left: 0;
        top: 0;
        z-index: -10;

        width: 100%;
        height: 100%;

        background-color: #011024D9;
    }

    .menu-offcanvas .offcanvas-header .header-row {
        width: 100%;
        height: 50px;

        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .offcanvas-links {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 60px;
    }

    .menu-offcanvas .offcanvas-header .header-row .close-offcanvas {
        display: flex;
        align-items: stretch;
        gap: 8px;
    }

    .menu-offcanvas .offcanvas-header .header-row .close-offcanvas span {
        font-family: var(--font-amity-jack);
        font-size: var(--text-normal);
        color: var(--kuning);
    }

    .menu-offcanvas .offcanvas-body .offcanvas-links>a {
        display: flex;
        align-items: center;
        justify-content: space-between;

        width: 100%;
        margin-bottom: 20px;

        font-family: var(--font-birdgo);
        font-size: var(--text-3xl);
        color: var(--putih);
    }

    .menu-offcanvas .offcanvas-body .offcanvas-links>a img {
        width: 40px;
    }

    .menu-offcanvas .offcanvas-body .offcanvas-links>a.ticket {
        position: relative;
        width: 140px;
        margin-bottom: 40px;

        text-align: center;

        transition: .2s;
    }

    .menu-offcanvas .offcanvas-body .offcanvas-links>a.ticket img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 10;

        width: 200%;

        transition: .2s;
    }

    .menu-offcanvas .offcanvas-body .offcanvas-links>a.ticket span {
        position: relative;
        z-index: 20;

        margin-left: auto;
        margin-right: auto;

        font-family: var(--font-birdgo);
        font-size: var(--text-xl);
        color: var(--putih);

    }



    /*==================*/
    /*===== FOOTER =====*/
    /*==================*/

    footer {
        padding: 20px 12px;
    }

    footer .footer-row {
        flex-direction: column;
    }

    footer .footer-row .logo img {
        width: 80px;
    }

    footer .footer-row .links {
        flex-direction: column;
        gap: 20px;
        margin-top: 40px;
    }

    footer .footer-row .links a {
        font-size: var(--text-2xl);
    }

    footer .footer-row .socmed {
        margin-top: 32px;
    }

    /*==============================*/
    /*===== BACKGROUND TEXTURE =====*/
    /*==============================*/
    main.bg-texture {
        background-size: 200%;
    }


    /*===== TITLE YELLOW =====*/
    .title-yellow {
        font-size: var(--text-5xl);

    }

    /*===============*/
    /*===== FAQ =====*/
    /*===============*/

    .faq {
        margin-top: 50px;
    }

    .faq .list {
        margin-top: 20px;
    }

    .faq .list .item {
        padding: 20px;
    }

    .faq .list .item button {
        font-size: var(--text-normal);
    }

    .faq .list .item .body p {
        font-size: var(--text-sm);
    }

    /*===================================================*/
    /*==================== HOME PAGE ====================*/
    /*===================================================*/

    /*=====================*/
    /*===== HOME HERO =====*/
    /*=====================*/
    .home-hero {
        position: relative;

        width: 100%;
        aspect-ratio: auto;
        padding: 120px 0 20px;
    }

    .home-hero .hero-content .top {
        flex-direction: column;
        align-items: flex-start;
    }

    .home-hero .hero-content .top h1 {
        width: 100%;

        font-size: var(--text-6xl);
        line-height: 60px;
    }

    .home-hero .hero-content .top p {
        width: 100%;

        font-size: var(--text-sm);
        letter-spacing: 1px;
        margin-top: 20px;
    }

    .home-hero .hero-content .bottom {
        padding: 60px 0px 60px;
    }

    .home-hero .hero-content .bottom h2 {
        font-size: var(--text-3xl);
    }

    .home-hero .ticket {
        bottom: 20px;
        right: 16px;
    }

    .home-hero .ticket h3 {
        font-size: var(--text-xl);
    }

    .home-hero .ticket h4 {
        font-size: var(--text-2xl);
    }

    .home-hero .ticket h5 {
        font-size: var(--text-xl);
    }

    .home-hero .ticket a {
        margin-top: 12px;
        padding: 4px 20px;

        font-size: var(--text-2xl);

    }

    /*=======================*/
    /*===== HOME IMAGES =====*/
    /*=======================*/
    .home-images {

        padding: 100px 0;
        min-height: 80vh;
        display: flex;
        align-items: center;
    }

    .home-images .item {
        width: 40vw;
        margin: 0 4px;
    }

    /*======================*/
    /*===== HOME ABOUT =====*/
    /*======================*/
    .home-about {
        margin-top: 100px;
    }

    .home-about a {

        width: 75%;
    }

    /*=====================*/
    /*===== MARQUEE 1 =====*/
    /*=====================*/
    .marquee-1 {
        padding: 4px 0;

    }

    .marquee-1 .item {
        margin: 0 4px;

        font-size: var(--text-normal);
    }

    .marquee-1 .item p {
        white-space: nowrap;
    }

    /*======================*/
    /*===== HOME EVENT =====*/
    /*======================*/
    .home-event {
        margin-top: 80px;
    }

    .home-event .container>p {
        font-size: var(--text-sm);
        margin-top: 20px;
    }

    /*========================*/
    /*===== HOME ARTICLE =====*/
    /*========================*/

    .home-article {
        margin-top: 50px;
    }

    .home-article .container>p {
        font-size: var(--text-sm);
        margin-top: 20px;
    }

    .explore-more {
        margin-top: 32px;
    }

    /*========================*/
    /*===== HOME SPONSOR =====*/
    /*========================*/
    .home-sponsor {
        margin-top: 80px;
    }

    .home-sponsor .sponsors {
        margin-top: 40px;
    }

    .home-sponsor .sponsors>div {
        margin-top: 20px;
    }

    .home-sponsor .sponsors .primary .item {
        width: 100%;
    }

    .home-sponsor .sponsors .secondary .item {
        width: 45%;
    }

    .home-sponsor .sponsors .tersier .item {
        width: 30%;
    }

    .home-sponsor .sponsors .item {

        padding: 12px;

    }

    /*=====================*/
    /*===== ORNAMENTS =====*/
    /*=====================*/
    .ornament-home-1-1 {
        bottom: -5%;
        right: 10%;
        width: 20vw;
    }

    .ornament-home-1-2 {
        top: 15%;
        left: auto;
        right: 15%;
        width: 40vw;
    }

    .ornament-home-1-3 {
        top: 20%;
        right: 0%;
        width: 15vw;
    }

    .ornament-home-2-1 {
        top: 5%;
        left: 10%;
        right: auto;
        width: 30vw;
    }

    .ornament-home-2-2 {
        top: auto;
        bottom: 5%;
        left: 10%;
        width: 25vw;
    }

    .ornament-home-2-3 {
        bottom: 5%;
        left: auto;
        right: 5%;
        width: 33vw;
        opacity: .3;
    }

    .ornament-home-3-1 {
        top: 5%;
        right: 10%;
        width: 20vw;
    }

    .ornament-home-4-1 {
        top: 5%;
        right: 0%;
        width: 20vw;
    }

    .ornament-home-4-2 {
        bottom: -20%;
        left: 10%;
        width: 30vw;
    }

    .ornament-home-4-3 {
        top: 5%;
        left: 0%;
        width: 30vw;
    }


    /*=======================================================*/
    /*==================== ABOUT US PAGE ====================*/
    /*=======================================================*/

    /*=======================*/
    /*===== ABOUT ABOUT =====*/
    /*=======================*/
    .about-about {
        margin-top: 50px;
    }

    .about-about .about-row {
        flex-direction: column;
    }

    .about-about .about-row .kiri {
        width: 100%;
    }

    .about-about .about-row .kiri p {
        margin-top: 32px;
        font-size: var(--text-normal);
        color: var(--putih);
    }

    .about-about .about-row .kanan {
        width: 100%;
        max-width: 500px;

        margin: 0 auto;
        aspect-ratio: 1/1;
    }

    .about-about .about-row .kanan img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .visi-misi .visi-row .item p {
        padding: 0 8px;

        font-size: var(--text-normal);
    }

    /*=========================*/
    /*===== ABOUT HISTORY =====*/
    /*=========================*/
    .about-history {
        margin-top: 70px;
        margin-bottom: 0px;
    }

    .about-history .history-years {
        gap: 20px;
        margin: 32px 0 20px;
    }

    .about-history .history-years button {
        font-size: var(--text-lg);

        padding: 4px 20px;
    }

    .about-history .history-years button::after {
        width: calc(100% + 12px);
        height: calc(100% + 12px);
    }

    .about-history .history-konten h4 {
        font-size: var(--text-3xl);
    }

    .about-history .history-konten p {
        margin-top: 4px;
        font-size: var(--text-normal);
    }

    .about-history .history-konten h5 {
        margin-top: 12px;

        font-size: var(--text-2xl);

    }

    .about-history .history-konten .history-images {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }


    /*====================================================*/
    /*==================== EVENT PAGE ====================*/
    /*====================================================*/

    /*===== EVENTS HEADER =====*/
    .event-events {
        margin-top: 50px;
    }

    .events-header {
        gap: 32px;
    }

    .events-header button {
        width: fit-content;

        font-size: var(--text-xl);

        padding: 4px 16px;
    }

    .events-header button::after {
        position: absolute;
        left: 50%;
        top: 50%;
        z-index: -10;

        transform: translate(-50%, -50%);

        width: calc(100% + 16px);
        height: calc(100% + 16px);

        content: "";

        border-radius: 9999px;

        background-color: var(--putih);
        border: 0;
    }

    .events-header button.active {
        color: var(--hitam);
        background-color: var(--kuning);
        border: 1px solid var(--hitam);
    }


    .events-header button.active::after {
        background-color: var(--kuning);
    }

    /*===== EVENTS GROUP =====*/
    .event-events .events-group {
        margin-top: 60px;
    }

    .event-events .events-group h3 {
        font-family: var(--font-inter);
        font-size: var(--text-5xl);
        font-weight: 600;

        margin-bottom: 32px;
    }

    .event-events .events-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 40px;
        column-gap: 16px;

        margin-top: 12px;
    }



    #event-page .event-events .events-grid> :nth-child(3n - 2) {
        grid-column: span 2;
    }

    #home-page .event-events .events-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 12px;
        column-gap: 16px;

        margin-top: 32px;
    }

    .event-events .events-grid>.item .konten h4 {
        font-size: var(--text-normal);

        padding: 5px 4px;
    }

    .event-events .events-grid>.item .konten .infos {
        padding-left: 12px;
    }

    .event-events .events-grid>.item .konten .infos>.item img {
        width: 20px;
    }

    .event-events .events-grid>.item .konten .infos>.item p {
        font-size: var(--text-sm);
    }

    .event-events .events-grid>.item .konten h5 {
        font-size: var(--text-normal);

        padding: 4px 8px;
    }

    .event-events .events-grid>.item .konten .link {

        gap: 4px;

        width: 95%;
        margin-top: 24px;

        padding: 4px 8px;

        font-size: var(--text-normal);
        letter-spacing: 1px;
    }

    .event-events .events-grid>.item .konten .link img {
        width: 24px;
    }


    .event-events .events-grid>.item .coming-soon h5 {
        font-size: var(--text-3xl);
        color: var(--hitam)
    }

    /*===========================================================*/
    /*==================== DETAIL EVENT PAGE ====================*/
    /*===========================================================*/
    #detail-event-page {
        padding-top: 100px;
        padding-bottom: 0px;
    }

    .event-content {
        min-height: 100vh;
    }

    .event-content .content-header a {
        gap: 8px;

        padding: 8px 20px;
    }


    .event-content .content-header a span {
        font-size: var(--text-xl);
    }

    .event-content .content-header a img {
        width: 32px;
    }

    .event-content .content h4 {
        font-size: var(--text-2xl);

        padding: 8px 18px;
    }

    .event-content .content h5 {
        display: block;
        font-size: var(--text-normal);

        text-align: left;
        padding: 4px 20px;
    }

    .event-content .content h5 span {
        display: block;
    }

    .event-content .content .infos .item {
        gap: 8px;
        font-size: var(--text-normal);
        padding: 4px 20px;
    }

    .event-content .content .infos .item img {
        width: 20px;
    }

    .event-content .content .infos .item p {
        font-size: var(--text-normal);
    }

    .event-content .content .paragraph {
        font-size: var(--text-sm);
    }

    .event-content .buttons {
        justify-content: center;
        gap: 20px;
        padding-right: 16px;
        margin-top: 32px;
    }

    .event-content a:not(.back) {
        gap: 6px;
        padding: 4px 12px;
        font-size: var(--text-normal);
    }

    .event-content a:not(.back) img {
        width: 24px;
    }

    .event-content a:not(.back)::after {
        width: calc(100% + 16px);
        height: calc(100% + 16px);
    }

    .detail-event-float {
        padding: 20px 20px;
    }

    .detail-event-float .float-row h6 {
        font-size: var(--text-xl);
    }

    .detail-event-float .float-row a {

        gap: 8px;

        padding: 4px 20px;

        font-size: var(--text-lg);
    }


    .detail-event-float .float-row a img {
        width: 24px;
    }

    .detail-event-float .float-row a.register::after {
        width: calc(100% + 16px);
        height: calc(100% + 16px);
    }

    /*======================================================*/
    /*==================== ARTICLE PAGE ====================*/
    /*======================================================*/

    /*========================*/
    /*===== ARTICLE HERO =====*/
    /*========================*/
    .article-hero {
        padding-top: 100px;
    }

    .article-hero h1 {
        font-size: var(--text-6xl);
    }

    .article-hero .hero-grid {
        margin-top: 36px;

        display: grid;
        grid-template-areas:
            "one"
            "two"
            "three"
            "four";
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
        row-gap: 24px;
        column-gap: 12px;
    }

    .article-hero .hero-grid .item.item-1 {
        flex-direction: column;

        background-color: var(--kuning);
    }

    .article-hero .hero-grid .item.item-1 .gambar {
        width: 100%;
        aspect-ratio: 16/9;
    }

    .article-hero .hero-grid .item.item-1 .konten {
        width: 100%;

        padding: 20px;
    }

    .article-hero .hero-grid .item .konten h4 {
        font-size: var(--text-lg);
    }

    .article-hero .hero-grid .item .konten p {
        font-size: var(--text-normal);

        padding: 0px;
        margin-top: 8px;
    }

    .article-hero .hero-grid .item .konten a {
        margin-top: 12px;

        font-size: var(--text-normal);
    }

    .article-hero .hero-grid .item .konten a img {
        width: 24px;
    }

    .article-hero .hero-grid .item.item-2 .gambar,
    .article-hero .hero-grid .item.item-3 .gambar,
    .article-hero .hero-grid .item.item-4 .gambar {
        aspect-ratio: 16/9;
        height: auto;
    }

    /*========================*/
    /*===== ARTICLE MORE =====*/
    /*========================*/
    .article-more {
        margin-top: 50px;
    }

    .article-more h2 {
        /* background-color: var(--biru); */
        padding: 50px 0 20px;

        font-family: var(--font-amity-jack);
        font-size: var(--text-4xl);
        color: var(--putih);
        text-align: center;
    }

    .article-more .article-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        column-gap: 32px;
        row-gap: 24px;

        margin-top: 20px;
    }


    .article-more .article-grid .item .konten {
        padding: 20px;
    }

    .article-more .article-grid .item .konten h4 {
        font-size: var(--text-lg);
    }

    .article-more .article-grid .item .konten p {
        font-size: var(--text-normal);

        padding: 0px;
        margin-top: 8px;
    }

    .article-more .article-grid .item .konten .link {
        margin-top: 12px;

        font-size: var(--text-normal);
    }

    .article-more .article-grid .item .konten .link img {
        width: 24px;
    }

    .explore-more a {
        padding: 8px 16px;
    }

    .explore-more a span {
        font-size: var(--text-xl);
    }

    /*=============================================================*/
    /*==================== DETAIL ARTICLE PAGE ====================*/
    /*=============================================================*/

    .article-content {
        padding-top: 100px;
    }

    .article-content .content-header a {
        gap: 8px;

        padding: 8px 20px;
    }


    .article-content .content-header a span {
        font-size: var(--text-xl);
    }

    .article-content .content-header a img {
        width: 32px;
    }

    .article-content .content-header h1 {
        font-size: var(--text-4xl);
    }

    .article-content .content-body {
        font-size: var(--text-normal);
    }

    /*==================================================*/
    /*==================== 404 PAGE ====================*/
    /*==================================================*/

    .notfound img.image-404 {
        width: 80%;
    }

    .notfound h1 {
        margin-top: 32px;
        font-size: var(--text-4xl);
    }

    .ornament-404-1 {

        top: 20%;
        left: 10%;
        width: 120px;
        opacity: .5;
    }

    .ornament-404-2 {
        bottom: 10%;
        left: 10%;
        width: 120px;
        opacity: .5;
    }

    .ornament-404-3 {
        top: 10%;
        right: 5%;
        width: 120px;
        opacity: .5;
    }

    .ornament-404-4 {
        bottom: 10%;
        right: 25%;
        width: 120px;
        opacity: .5;
    }

    .ornament-404-5 {
        bottom: 20%;
        right: 0%;
        width: 120px;
        opacity: .5;
    }
}