    @font-face {
        font-family: 'headlines';
        src: url('https://daikindesignerawards.daikin.co.id/assets/font/Headlines-Bold.otf') format('woff');
        font-weight: 900;
        font-style: normal;
    }

    .row {
        --bs-gutter-x: 1.5rem !important;
    }

    body {


        font-family: Lato;

        color: white;

        overflow: auto;

        background-color: rgba(10, 6, 0, 1);

        overflow-x: hidden;

    }



    :root {

        --primary: #C0942B;
        --info: #00A2E6;

        --to-xl: 1.275;

        --to-lg: 1.3;

        --to-md: 1.5;

        --to-tablet: 2;

        --to-sm: 2.5;

    }



    /* width */

    ::-webkit-scrollbar {

        width: 10px;

    }



    /* Track */

    ::-webkit-scrollbar-track {

        box-shadow: inset 0 0 2px grey;

    }



    /* Handle */

    ::-webkit-scrollbar-thumb {

        background: grey;

    }



    /* Handle on hover */

    ::-webkit-scrollbar-thumb:hover {

        background: var(--primary);

    }

    div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
        background-color: var(--primary) !important;
        color: white;
    }

    #navbar {
        transition: all 0.3s ease-in-out;

    }

    .text_gold {
        font-weight: 800;
        color: rgba(192, 148, 43, 1);
    }


    .sticky-top {
        position: sticky;
        top: 0;
        background-color: rgba(10, 6, 0, 1);
    }

    .img_bendera_indo,
    .img_bendera_malay {
        width: 100px;
    }

    section.faq h2 {
        font-family: Helvetica;
        text-transform: uppercase;
        font-weight: 900;
        color: rgba(192, 148, 43, 1);
    }

    .text_pertanyaan {
        font-size: 20px;
        font-family: lato;
        font-weight: 700;
        letter-spacing: 1px;
    }

    .dropdown-wrapper {
        position: relative;
        width: 100%;
    }

    .timeline {
        position: relative;
        display: inline-flex;
        padding-top: 60px;
        gap: 40px;
    }

    .timeline::before {
        content: "";
        position: absolute;
        top: 30px;
        /* atur sesuai kebutuhan */
        left: 0;
        width: calc(83vw * 1.7);
        height: 2px;
        background-color: #d4af37;
        z-index: 1;
    }

    /* Sembunyikan ikon default dropdown */
    .select_custom {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        padding-right: 30px;
        /* Memberikan ruang untuk ikon */
        border: 1px solid #c0922B !important;
    }

    /* Menambahkan ikon */
    .dropdown-icon {
        position: absolute;
        right: 10px;
        /* Posisi ikon di sebelah kanan */
        top: 50%;
        transform: translateY(-50%);
        /* Agar ikon berada di tengah secara vertikal */
        pointer-events: none;
        /* Ikon tidak bisa di-klik */
        font-size: 18px;
        color: #c0922B;
        /* Warna ikon */
    }

    /* Menyesuaikan dengan desain atau warna pilihan */
    .select_custom:focus+.dropdown-icon {
        color: #c0922B;
        /* Warna ikon saat select difokuskan */
    }

    .text_jawaban {
        font-size: 15px;
        font-family: lato;
        font-weight: 700;
        letter-spacing: 1px;
    }

    .img_media_partner {
        width: 400px;
    }

    .background_img {
        /* width: 50px; */
        height: 80px;
        border-radius: 5px;
        overflow: hidden;
    }

    .background_img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .background_img_news {
        width: 75%;
        height: 300px;
        border-radius: 5px;
        overflow: hidden;
    }

    .background_img_news img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .padding_persection {
        padding: 10vh 2vh;
    }

    .text_sumber_news {
        font-family: lato;
        font-size: 12px;
    }

    .text_sumber_news span {
        font-weight: 900;
    }

    .text_title_news {
        font-family: Helvetica;
        font-size: 25px;
        font-weight: 700;
        letter-spacing: 1px;
    }

    .text_body_news {
        font-family: lato;
        font-size: 15px;
        text-align: justify;
        letter-spacing: 1px;
    }

    .winner_header {
        display: flex;
        justify-content: center;
        background-color: white;
        border: none;
        border-radius: 5px;
        width: fit-content;
    }

    .content_faq {
        padding: 2rem 3rem;
        border: 1px solid rgba(231, 178, 83, 1);
        border-radius: 10px;
    }

    .winner_header p {
        color: black;
        text-transform: uppercase;
        font-weight: 600;
        font-family: lato;
    }

    .winner_nama_designer {
        font-family: lato;
        font-weight: 600;
        letter-spacing: 1px;
    }

    .winner_nama_karya {
        font-family: lato;
        font-weight: 600;
        letter-spacing: 1px;
        color: rgba(68, 70, 85, 1) !important;
    }

    .float-container {
        position: fixed;
        bottom: 10px;
        left: 40px;
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
        gap: 5px;
        /* Sesuaikan dengan jarak yang diinginkan */
        align-items: center;
        justify-items: center;
        z-index: 100;
    }

    .footer-home {
        background-image: url("../assets/images/footer-home.png");
        background-size: cover;
        padding: 40px 75px;
    }

    .text-navbar {
        color: white;
        font-family: lato;
        font-weight: 500;
        text-decoration: none;
        text-transform: uppercase;
        padding: 0 1rem;
    }


    .diagonal_lines {
        background-color: rgba(54, 53, 53, 1);
        width: 50rem;
        height: 15px;
        transform: rotate(82deg);
        position: relative;
        top: 8.5rem;
        right: .8rem;
        z-index: 2;
    }

    .diagonal_lines_2 {
        background-color: rgba(158, 158, 158, 1);
        width: 50rem;
        height: 15px;
        transform: rotate(82deg);
        position: relative;
        top: 7.8rem;
        right: 1.8rem;
    }

    .diagonal_lines_3 {
        background-color: rgba(217, 217, 217, 1);
        width: 50rem;
        height: 15px;
        transform: rotate(82deg);
        position: relative;
        top: 6.8rem;
        right: 2.7rem;
    }

    .content_footer_tnc a {
        color: rgba(255, 255, 255, 1);
        font-family: lato;
        font-weight: 700;
        text-decoration: none;
        font-size: 14px;
    }

    section#home_about {
        background-color: white;
        color: black;
        font-family: lato;
        height: 100vh;
    }

    section#juri,
    section#category {
        /* height: 110vh; */
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    section#home_about .row {
        height: 100vh;
    }

    section#home_about .col_home_about_padding {
        padding: 2rem 4rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .margin_content_jajar_genjang {
        margin-left: 4rem;
    }

    .text_title_about {
        font-size: 45px;
        letter-spacing: 2px;
        font-weight: 700;
        text-transform: uppercase;
        color: white;
        font-family: Helvetica;
    }

    section#tema_dda .row {
        height: 105vh;
    }

    section#tema_dda .col_satu {
        position: relative;
        overflow: hidden;
    }

    section#tema_dda .col_satu img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
    }

    section#tema_dda .col_satu::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.4);
        /* Ubah 0.4 sesuai keinginan */
        z-index: 1;

    }

    section#tema_dda .col_satu img {
        position: relative;
        z-index: 0;
    }

    section#tema_dda .col_dua img.img_content {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: relative;
        z-index: 3;
    }

    section#tema_dda .col_dua .img_content_2 {
        width: 460px;
        position: relative;
        left: 16%;
        top: -80%;
        z-index: 4;
    }

    section#tema_dda .col_dua .content_countdown {
        /* background-color: red; */
        position: absolute;
        bottom: -78%;
        z-index: 10;
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .content_countdown #days,
    .content_countdown #hour,
    .content_countdown #minute,
    .content_countdown #seconds {
        /* padding: .8rem 1rem; */
        width: 100px;
        height: 77px;
        background-color: white;
        border-radius: 10px;
        color: #d4af37;
        font-size: 30px;
        font-weight: 800;
        text-align: center;
    }

    .content_countdown .content_ket_countdown {
        padding: .8rem 3rem;
        border-radius: 10px;
        font-size: 22px;
        font-family: Helvetica;
        font-weight: 800;
        letter-spacing: 1px;
    }

    .content_countdown .ket_nama_count {
        display: block;
        font-size: 15px;
        font-weight: 500;
    }

    .carousel-control-prev {
        left: -2.4rem;
    }

    .carousel-control-next {
        right: -2.4rem;
    }

    .carousel-indicators {
        position: absolute;
        bottom: -70px;
        left: 35%;
        transform: translateX(-50%);
        z-index: 2;
        /* padding-bottom: 2rem; */
    }


    section#category .text_title_juri {
        font-size: 40px;
        letter-spacing: 2px;
        font-weight: 700;
        text-transform: uppercase;
        color: black;
        font-family: Helvetica;
    }

    .size_text_prizes_worth {
        font-size: 27px;
    }

    .size_text_winner {
        font-size: 20px;
    }

    .text_sub_price_winner {
        font-size: 15px;
        letter-spacing: 2px;
        font-weight: 500;
        color: white;
        font-family: lato;
        font-style: italic;
    }



    .col_img_prize img {
        width: 100%;
        height: auto;
        object-fit: cover;
        /* border-radius: 50%; */
    }

    .text_background_gold,
    .text_background_silver,
    .text_background_bronze {
        padding: .5rem;
        border-radius: 5px;
        font-weight: 900;
        text-align: center;
    }

    .text_background_platinum {
        padding: .3rem 5rem;
        border-radius: 28.28px;
        font-weight: 900;
        text-align: center;
        border: 0.74px solid rgba(255, 255, 255, 0.7);
    }

    .text_background_silver {
        background: linear-gradient(126.71deg, #747474 0%, #AAAAAA 53.18%, #3B3B3B 100%);
    }

    .text_background_bronze {
        background: linear-gradient(126.71deg, #B64B3B 0%, #E29B7D 53.18%, #CC6952 100%);
    }

    .color-gradient-gold {
        background: linear-gradient(126.71deg, #D2A24D 0%, #E1C06B 53.18%, #BF8D36 100%);
    }

    .text_gradient_silver {
        background: linear-gradient(126.71deg, #747474 0%, #AAAAAA 53.18%, #3B3B3B 100%);
    }

    .text_gradient_bronze {
        background: linear-gradient(126.71deg, #B64B3B 0%, #E29B7D 53.18%, #CC6952 100%);
    }

    .color-gradient-gold,
    .text_gradient_silver,
    .text_gradient_bronze {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        display: inline-block;
    }

    .text_background_gold {
        background: linear-gradient(126.71deg, #D2A24D 0%, #E1C06B 53.18%, #BF8D36 100%);
    }

    .text_background_platinum {
        background: linear-gradient(116.15deg, rgba(192, 192, 192, 0.63) -10.88%, rgba(255, 255, 255, 0.49) -10.87%, rgba(255, 255, 255, 0.07) 74.79%);


    }

    .background_img_category_satu,
    .background_img_category_dua,
    .background_img_category_tiga {
        position: relative;
        width: 100%;
        height: 200px;
    }

    .background_img_category_mobile {
        position: relative;
        width: 300px;
        height: 200px;
    }

    /* .background_img_category_satu {
        clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
    }

    .background_img_category_dua {
        clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
    }

    .background_img_category_tiga {

        clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
    } */

    .background_img_category_satu img,
    .background_img_category_dua img,
    .background_img_category_tiga img,
    .background_img_category_mobile img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .background_img {
        width: 100%;
        border-radius: 5px;
        overflow: hidden;
    }

    .col_news_terbaru {
        border: 1px solid #C0942B;
        border-radius: 5px;
    }

    .text_title_news_terbaru {
        font-size: 14px !important;
        font-family: Helvetica !important;
        letter-spacing: 1px !important;
        color: white !important;
    }

    .content_nama_category_right img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }


    .content_carousel_juri .background_img_juri {
        width: 200px;
        height: 200px;
        border-radius: 50%;
        overflow: hidden;
        border: 1px solid rgba(192, 148, 43, 1);
    }

    .content_carousel_juri .content_nama_category {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0.5rem 0.9rem;
        background-color: rgba(192, 148, 43, 1);
        color: white;
        font-family: lato;
        z-index: 5;
        border-radius: 10px;
        width: 370px;
        overflow: hidden;
        position: relative;
    }

    .marquee-text {
        display: inline-block;
        white-space: nowrap;
        animation: marquee 10s linear infinite;
    }

    @keyframes marquee {
        0% {
            transform: translateX(100%);
        }

        100% {
            transform: translateX(-100%);
        }
    }

    .content_carousel_juri .content_nama_category_tiga {
        position: relative;
        bottom: 1.5rem;
        left: 0rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: .5rem .9rem;
        background-color: rgba(192, 148, 43, 1);
        color: white;
        font-family: lato;
        z-index: 5;
        border-radius: 10px;
    }

    .text_footer {
        font-family: lato;
        font-size: 15px;
        font-weight: 400;
        letter-spacing: 1px;
        line-height: 30px;
        text-align: justify;
        color: white;
    }


    .content_carousel_juri .content_nama_juri {
        position: absolute;
        bottom: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: .5rem .9rem;
        background-color: rgba(192, 148, 43, 1);
        color: white;
        font-family: lato;
        z-index: 5;
        border-radius: 10px;
        width: 220px;
        height: 70px;
        overflow: hidden;
        position: relative;
    }

    .dot-navigation {
        position: fixed;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
        z-index: 9999;
    }

    .border_section {
        position: fixed;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
        z-index: 9999;
        border: 2px solid red;
        width: 90%;
        height: 90vh;
        margin-left: auto;
        margin-right: auto;
    }

    .dot-navigation ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .dot-navigation ul li {
        width: 10px;
        height: 10px;
        margin: 10px 0;
        border-radius: 50%;
        background-color: #ccc;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }

    .dot-navigation ul li.active,
    .dot-navigation ul li:hover {
        background-color: #c0922B;
    }


    .content_carousel_juri .content_nama_juri .text_nama_juri,
    .text_nama_category {
        font-size: 12px;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-weight: 900;
    }

    .content_carousel_juri .content_nama_juri .text_about_juri,
    .text_nama_sub_category {
        font-size: 11px;
        letter-spacing: 1px;
        font-weight: 700;
    }

    .content_carousel_juri .background_img_juri img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .text_title_juri {
        font-size: 40px;
        letter-spacing: 2px;
        font-weight: 700;
        text-transform: uppercase;
        color: white;
        font-family: Helvetica;
    }

    .text_title_footer {
        font-size: 30px;
        letter-spacing: 3.9px;
        font-weight: 700;
        text-transform: uppercase;
        color: white;
        font-family: headlines;
    }

    .text_title_footer span {
        font-size: 30px;
    }

    .text_title_juri span {
        font-size: 28px;
    }

    .text_sub_title_about {
        color: rgba(192, 148, 43, 1);
        font-weight: 600;
        font-family: Helvetica;
        /* letter-spacing: 1px; */
        text-transform: uppercase;
        font-size: 25px;
        text-decoration: underline;
    }

    .text_body_about {
        font-family: Helvetica;
        font-size: 17px;
        letter-spacing: 5%;
        text-align: justify;
    }

    .col_about_logo {
        background-color: rgba(10, 6, 0, 1);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 22% 100%);
        -webkit-box-shadow: -10px 0px 0px 0px rgba(155, 155, 155, 0.75);
        -moz-box-shadow: -10px 0px 0px 0px rgba(155, 155, 155, 0.75);
    }

    .text_tema_dda {
        font-family: lato;
        font-size: 14px;
        letter-spacing: 2px;
    }



    .content_about_logo img {
        width: 300px;
    }

    .btn-regist,
    .btn-regist:hover,
    .btn-regist:active {
        background-color: #C0942B !important;
        color: white !important;
        border-radius: 10px !important;
        border: none !important;
    }

    .btn-regist-no-background,
    .btn-regist-no-background:hover,
    .btn-regist-no-background:active {
        background-color: transparent !important;
        color: white !important;
        border-radius: 10px !important;
        border: 1px solid #C0942B !important;
    }

    .text-navbar.participate {
        background-color: rgba(231, 178, 83, 1);
        color: black;
        border-radius: 744.08px;
    }

    .lang_active {
        font-weight: 900;
        color: white;
        font-family: lato;
        text-decoration: none;
        text-transform: uppercase;
    }

    .lang_not_active {
        font-weight: 300;
        color: white;
        font-family: lato;
        text-decoration: none;
        text-transform: uppercase;
    }

    .underline-gold {
        position: relative;
        text-decoration: none;
    }

    .underline-gold::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -10px;
        width: 100%;
        height: 2px;
        background-color: #D2A24D;

        transform: scaleX(0);
        transform-origin: left;
        transition: transform 0.4s ease-out;
    }

    /* Saat hover atau aktif */
    .underline-gold:hover::after,
    .underline-gold.active::after {
        transform: scaleX(1);
    }




    .background_home {
        width: 100vw;
        height: 90vh;
        position: relative;
        overflow: hidden;
    }

    .background_home video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
    }

    .float {
        width: 80px;
        height: 75px;
        background-color: var(--primary);
        color: #FFF;
        border-radius: 50%;
        text-align: center;
        font-size: 25px;
        box-shadow: 2px 2px 3px var(--primary);
        cursor: pointer;
    }

    .my-float {
        margin-top: 18px;
        font-size: 35px;
    }

    .float-text {
        color: #A59483;
        font-size: 16px;
        font-family: 'Lato', sans-serif;
        font-weight: bold;
        /* Atau sesuaikan dengan preferensi desain Anda */
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
        /* Efek bayangan teks */
        letter-spacing: 1px;
        /* Jarak antar huruf */
        line-height: 1.5;
        /* Jarak antar baris */
        text-transform: uppercase;
        /* Ubah semua huruf menjadi huruf besar */
    }

    .custom-swal-loader {
        border-top-color: #fff !important;
        border-right-color: #C0942B !important;
        border-bottom-color: #fff !important;
        border-left-color: #C0942B !important;
    }

    .timeline-mobile,
    .display_mobile {
        display: none;
    }

    .without-underline {
        color: white;
        font-size: 25px;
    }

    .row {
        --bs-gutter-x: 1.5rem !important;
    }

    .sidebar_link_menu {
        background-color: rgba(215, 215, 215, 0.15);
        padding: 1rem 1.5rem;
        border-radius: 5px;
    }

    .text_prize_cate {
        font-size: 13px;
        letter-spacing: 1px;
        font-family: Helvetica;
        text-transform: uppercase;
        font-weight: 700;
        background-color: #c0922B;
        padding: 5px 1rem;
        border-radius: 50px;
        text-align: center;
        width: 52vh;
    }

    .text_juara {
        font-family: Helvetica;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 20px;
    }

    .sidebar_link_menu .link_a {
        color: rgba(141, 141, 141, 1);
        text-transform: capitalize;
        text-decoration: none;
        font-family: lato;
        font-weight: 700;
    }

    section#faq {
        padding: 0 3.4rem;
    }

    @media screen and (min-width: 1001px) and (max-width: 1008px) {
        .diagonal_lines {
            right: 6.9rem;
            top: 12rem;
            width: 27rem;
            transform: rotate(79deg);
        }

        .diagonal_lines_2 {
            right: 7.8rem;
            top: 11rem;
            width: 27rem;
            transform: rotate(79deg);
        }

        .diagonal_lines_3 {
            right: 8.8rem;
            top: 10rem;
            width: 27rem;
            transform: rotate(79deg);
        }
    }

    @media screen and (min-width: 1009px) and (max-width: 1359px) {
        .diagonal_lines {
            right: 15rem;
            top: 23rem;
            width: 50rem;
            transform: rotate(82deg);
        }

        .diagonal_lines_2 {
            right: 15.82rem;
            top: 23rem;
            width: 50rem;
            transform: rotate(82deg);
        }

        .diagonal_lines_3 {
            right: 17rem;
            top: 20rem;
            width: 50rem;
            transform: rotate(82deg);
        }
    }

    @media screen and (min-width: 1360px) and (max-width: 1465px) {

        .diagonal_lines {
            right: 15rem;
            top: 23rem;
            transform: rotate(81.6deg);
        }

        .diagonal_lines_2 {
            right: 15.9rem;
            top: 22rem;
            transform: rotate(81.6deg);
        }

        .diagonal_lines_3 {
            right: 16.7rem;
            top: 22rem;
            transform: rotate(81.6deg);
        }
    }

    @media screen and (min-width: 1466px) and (max-width: 1503px) {
        .diagonal_lines {
            right: 14.5rem;
            top: 20rem;
            transform: rotate(79.5deg);
        }

        .diagonal_lines_2 {
            right: 15.25rem;
            transform: rotate(79.5deg);
            top: 20rem;
        }

        .diagonal_lines_3 {
            right: 16rem;
            transform: rotate(79.5deg);
            top: 20rem;
        }
    }

    @media screen and (min-width: 1504px) and (max-width: 1605px) {
        .diagonal_lines {
            right: 13.7rem;
            transform: rotate(79deg);
            top: 20rem;
        }

        .diagonal_lines_2 {
            right: 14.48rem;
            transform: rotate(79deg);
            top: 20rem;
        }

        .diagonal_lines_3 {
            right: 15.2rem;
            transform: rotate(79deg);
            top: 20rem;
        }
    }

    @media screen and (min-width: 1606px) and (max-width: 1700px) {
        .diagonal_lines {
            right: 12.7rem;
            transform: rotate(78.5deg);
            top: 20rem;
        }

        .diagonal_lines_2 {
            right: 13.51rem;
            transform: rotate(78.5deg);
            top: 20rem;
        }

        .diagonal_lines_3 {
            right: 14.2rem;
            transform: rotate(78.5deg);
            top: 20rem;
        }
    }

    @media screen and (max-width: 768px) {

        .content_countdown #days,
        .content_countdown #hour,
        .content_countdown #minute,
        .content_countdown #seconds {
            width: 80px;
            height: 57px;
            font-size: 20px;
        }

        .img_bendera_indo,
        .img_bendera_malay {
            width: 80px;
        }

        section#tema_dda .col_dua .content_countdown {
            bottom: calc(-80% + (75px / var(--to-sm)));
            width: fit-content;
            left: 4%;
        }

        .content_countdown .content_ket_countdown {
            padding: .8rem 1rem;
            font-size: 15px;

        }

        .margin_custom_mobile {
            margin-top: 12rem;
        }

        .text_prize_cate {
            width: 40vh;
        }

        .background_home {
            height: 70vh;
        }

        .timeline {
            position: relative;
            margin: 50px auto;
            padding: 40px 0;
            width: 1000px;
            box-sizing: border-box;
        }

        .timeline:before {
            content: '';
            position: absolute;
            left: 50%;
            width: 2px;
            height: 100%;
            background: #c5c5c5;
        }

        section#media_partner .background_img_collab,
        section#media_partner .background_img_media_partner {
            width: 100%;
        }

        .col_img_prize {
            height: 300px;
        }

        .content_faq {
            padding: 1rem;
        }

        .size_text_winner,
        .size_text_prizes_worth {
            font-size: 20px;
        }

        .text_nama_category {
            font-size: 10px;
        }

        .text_nama_sub_category {
            font-size: 9px;
            letter-spacing: 2px;
        }

        .img_media_partner {
            width: 200px;
        }

        .background_img_news {
            width: 100%;
            height: unset;
        }

        .text_title_news_terbaru {
            font-size: 12px !important;
        }

        .text_pertanyaan {
            font-size: 15px;
        }

        .text_jawaban {
            font-size: 12px;
        }

        .without-underline {
            color: white;
            font-size: 20px;
        }

        .sidebar_link_menu {
            padding: 1rem;
        }

        section#faq {
            padding: 0 calc(75px / var(--to-sm));
        }

        section#tema_dda .row {
            height: unset;
        }

        .text_title_footer {
            font-size: 26px;
        }

        .text_title_footer span {
            font-size: 16px;
        }

        .text_footer,
        .content_footer_tnc a {
            font-size: 13px;
        }

        .content_carousel_juri .content_nama_category {
            left: unset;
        }

        .row {
            --bs-gutter-x: 0 !important;
        }

        section#tema_dda .col_satu img,
        section#tema_dda .col_dua img.img_content {
            height: 100%;
        }

        section#tema_dda .col_dua .img_content_2 {
            width: 250px;
            left: 20%;
            top: -83%;
        }

        .timeline-mobile,
        .display_mobile {
            display: block;
        }

        .filter_menu_mobile {
            position: relative;
        }

        .filter_menu_mobile .content_filter {
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 2rem 0;
            justify-content: center;
            position: absolute;
            right: 0;
            width: 20.5rem;
            border-radius: 10px;
            background-color: #C0942B;
            z-index: 9;
        }

        .timeline-dekstop,
        .display_dekstop {
            display: none !important;
        }

        section#category {
            margin-top: 7rem;
        } 

        .carousel-indicators {
            margin-right: unset;
            margin-left: 20%;
        }

        section#home_about .col_home_about_padding {
            padding: 2rem 1rem;
        }

        .margin_content_jajar_genjang {
            margin-left: 0;
        }
    }

    .timeline-dekstop {
        height: 60vh;
        display: flex;
        flex-direction: column;
        justify-content: center;

    }
