@media (min-width: 1425px) {
    html,
    body {
        position: sticky;
        height: 100%;
        background: transparent;
        font-family: ubuntu-regular;
        font-size: 16px;
        color: #000;
        margin: 0;
        padding: 0;
    }

    .last-updated-row {
        display: flex;
        justify-content: center;
        align-items: center;
        height: fit-content;
        width: 100%;
    }

        .last-updated-row .last-updated-text {
            width: 100%;
            padding-bottom: 20px;
            justify-content: end;
            background: transparent;
            font-family: "ubuntu-regular", sans-serif;
            color: #ffffff;
            line-height: 16px;
            display: inline-flex;
            align-items: center;
            font-size: 12px;
            letter-spacing: 0;
            vertical-align: middle;
            text-decoration: none;
        }

    .home-currency-container {
        display: flex;
        width: 100%;
        justify-content: center;
    }

    .home-currency-wrapper {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        padding: 32px 0px 32px 0px;
        border-top: 1px solid #ffffff33;
    }

    .home-currency-box {
        gap: 16px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

        .home-currency-box .arrow {
            width: 48px;
            height: 48px;
        }

        .home-currency-box .text {
            gap: 2px;
            display: inline-grid;
        }

            .home-currency-box .text .title {
                justify-content: start;
                background: transparent;
                font-family: "ubuntu-regular", sans-serif;
                color: #ffffff;
                line-height: 24px;
                display: inline-flex;
                align-items: center;
                font-size: 18px;
                letter-spacing: 0;
                vertical-align: middle;
                text-decoration: none;
            }

            .home-currency-box .text .price {
                justify-content: start;
                background: transparent;
                font-family: "ubuntu-bold" !important;
                color: #ffffff;
                line-height: 28px;
                display: inline-flex;
                align-items: center;
                font-size: 20px;
                letter-spacing: 0;
                vertical-align: middle;
                text-decoration: none;
            }

            .home-currency-box .text .percentage {
                justify-content: start;
                background: transparent;
                font-family: "ubuntu-bold" !important;
                color: #ffffff;
                line-height: 22px;
                display: inline-flex;
                align-items: center;
                font-size: 15px;
                letter-spacing: 0;
                vertical-align: middle;
                text-decoration: none;
            }
    /* Swiper Container */
    #header-slider .swiper-container {
        height: 596px;
        position: relative;
        overflow: hidden;
    }

    /* Each Slide */
    #header-slider .swiper-slide {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 52px;
        text-align: start;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.5s ease-in-out;
    }

    /* Only active slide visible */
    #header-slider .swiper-slide-active {
        opacity: 1;
        visibility: visible;
    }

    /* Slide Image */
    #header-slider .swiper-slide img {
        width: 100%;
        height: auto;
    }

    /* Slide Content Layout */
    #header-slider .swiper-box {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

        /* Image Container */
        #header-slider .swiper-box .img {
            max-width: 692px;
            min-width: 400px;
            padding: 5px;
        }

    /* Text Box */
    #header-slider .swiper-text-box {
        width: 50%;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

        /* Slide Title */
        #header-slider .swiper-text-box .text {
            font-family: "ubuntu-regular" !important;
            font-size: 52px;
            line-height: 72px;
            color: #ffffff;
            padding: 10px;
            margin-top: 20px;
            text-align: start;
            word-wrap: break-word;
        }


        /* Detail Button */
        #header-slider .swiper-text-box .header-detail-button {
            background: transparent;
            color: #ffffff;
            font-size: 18px;
            line-height: 24px;
            width: fit-content;
            padding: 16px 24px;
            font-family: "ubuntu-medium" !important;
            border: 1px solid #ffffff;
            border-radius: 40px;
            display: inline-flex;
            align-items: center;
            text-decoration: none;
            margin-top: 20px;
            transition: background 0.3s, color 0.3s;
        }

            #header-slider .swiper-text-box .header-detail-button:hover {
                background: white;
                color: #212121;
            }
    /* Button Icon */
    #header-slider .header-detail-button-icon {
        width: 20px;
        height: 20px;
        display: flex;
        object-fit: cover;
        margin-left: 10px;
    }

    /* Swiper Pagination */
    #header-slider .swiper-pagination {
        display: flex !important;
        align-items: center;
        justify-content: flex-start;
        position: absolute;
        left: 20px;
        bottom: 0px;
        z-index: 999;
        width: auto;
        flex-wrap: wrap;
    }

    /* Pagination Bullet */
    .swiper-pagination-bullet {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 12px;
        height: 12px;
        background-color: #ddefff !important;
        border-radius: 50%;
        margin-right: 10px;
        opacity: 1 !important;
    }

    /* Active Bullet & Progress Bar */
    #header-slider .swiper-pagination-bullet-active {
        background-color: #ddefff !important;
        margin-right: 58px !important;
    }

        #header-slider .swiper-pagination-bullet-active .progress-bar {
            position: absolute;
            top: 50%;
            left: calc(100% + 10px);
            transform: translateY(-50%);
            width: 40px;
            height: 4px;
            background-color: #ddefff;
            border-radius: 20px;
        }

    /* Progress Bar Fill */
    #header-slider .progress-bar-fill {
        width: 0;
        height: 100%;
        background-color: #89c2f8;
        transition: width 0.1s linear;
    }

    .bold-link {
        display: flex;
        justify-content: center;
        gap: 24px;
    }

        .bold-link a {
            letter-spacing: 0;
            font-family: "ubuntu-medium" !important;
            color: #ffffff;
            line-height: 24px;
            align-items: center;
            font-size: 18px;
            text-decoration: none;
            display: flex;
            gap: 8px;
        }
}

@media (max-width: 1424px) {
    html,
    body {
        position: sticky;
        height: 100%;
        background: transparent;
        font-family: ubuntu-regular;
        font-size: 16px;
        color: #000;
        margin: 0;
        padding: 0;
    }

    .last-updated-row {
        margin-top: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: fit-content;
        width: 100%;
    }

        .last-updated-row .last-updated-text {
            justify-content: center;
            background: transparent;
            font-family: "ubuntu-regular", sans-serif;
            color: #ffffff;
            line-height: 16px;
            display: inline-flex;
            align-items: center;
            font-size: 12px;
            letter-spacing: 0;
            vertical-align: middle;
            text-decoration: none;
        }

    .home-currency-container {
        margin-top: 10px;
        width: 100%;
        display: flex;
        justify-content: start;
        overflow-x: auto;
        -ms-overflow-style: none; /* IE and Edge */
        scrollbar-width: none; /* Firefox */
    }

        .home-currency-container::-webkit-scrollbar {
            display: none; /* Hide scrollbar for WebKit browsers */
        }

    .home-currency-wrapper {
        width: 100%;
        display: inline-flex;
        gap: 24px;
        justify-content: space-between;
        padding: 12px 24px 12px 24px;
        border-top: 1px solid #ffffff33;
    }

    .home-currency-box {
        gap: 16px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

        .home-currency-box .arrow {
            width: 40px;
            height: 40px;
            gap: 10px;
        }

        .home-currency-box .text {
            gap: 2px;
            display: inline-grid;
        }

            .home-currency-box .text .title {
                justify-content: start;
                background: transparent;
                font-family: "ubuntu-regular", sans-serif;
                color: #ffffff;
                line-height: 22px;
                display: inline-flex;
                align-items: center;
                font-size: 16px;
                letter-spacing: 0;
                vertical-align: middle;
                text-decoration: none;
            }

            .home-currency-box .text .price {
                justify-content: start;
                background: transparent;
                font-family: "ubuntu-bold" !important;
                color: #ffffff;
                line-height: 22px;
                display: inline-flex;
                align-items: center;
                font-size: 16px;
                letter-spacing: 0;
                vertical-align: middle;
                text-decoration: none;
            }

            .home-currency-box .text .percentage {
                justify-content: start;
                background: transparent;
                font-family: "ubuntu-bold" !important;
                color: #ffffff;
                line-height: 22px;
                display: inline-flex;
                align-items: center;
                font-size: 16px;
                letter-spacing: 0;
                vertical-align: middle;
                text-decoration: none;
            }
    /* Swiper Container */
    #header-slider .swiper-container {
        height: fit-content;
        position: relative;
        overflow: hidden;
    }

    /* Each Slide */
    #header-slider .swiper-slide {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: start;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.5s ease-in-out;
    }

    /* Only active slide visible */
    #header-slider .swiper-slide-active {
        opacity: 1;
        visibility: visible;
    }

    /* Slide Image */
    #header-slider .swiper-slide img {
        max-width: 642px;
        width: 100%;
        height: auto;
    }

    /* Slide Content Layout */
    #header-slider .swiper-box {
        margin-bottom: 50px;
        margin-top: 56px;
        justify-content: center;
        width: 100%;
    }

        /* Image Container */
        #header-slider .swiper-box .img {
            width: 100%;
            min-width: unset;
        }

    /* Text Box */
    #header-slider .swiper-text-box {
        position: relative;
        display: flex;
        width: 100%;
        text-align: center;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

        /* Slide Title */
        #header-slider .swiper-text-box .text {
            font-family: "ubuntu-regular" !important;
            font-size: 26px;
            line-height: 32px;
            color: #ffffff;
            padding: 10px;
            margin-top: 20px;
            text-align: center;
            word-wrap: break-word;
        }

        /* Detail Button */
        #header-slider .swiper-text-box .header-detail-button {
            background: transparent;
            color: #ffffff;
            font-size: 16px;
            width: fit-content;
            line-height: 22px;
            padding: 10px 16px;
            font-family: "ubuntu-medium" !important;
            border: 1px solid #ffffff;
            border-radius: 40px;
            display: flex;
            gap: 8px;
            align-items: center;
            text-decoration: none;
            margin-top: 20px;
        }

    /* Button Icon */
    #header-slider .header-detail-button-icon {
        width: 16px;
        height: 16px;
        display: flex;
        object-fit: cover;
        margin-left: 10px;
    }

    /* Swiper Pagination */
    #header-slider .swiper-pagination {
        display: flex !important;
        align-items: center;
        justify-content: center;
        position: absolute;
        left: calc(50dvw - 70px) !important;
        z-index: 999;
        width: auto;
        flex-wrap: wrap;
        bottom: 30px !important;
    }

    /* Pagination Bullet */
    #header-slider .swiper-pagination-bullet {
        position: static;
        z-index: 99999;
        align-items: center;
        background-color: #ddefff !important;
        opacity: 1 !important;
    }

    /* Active Bullet & Progress Bar */
    #header-slider .swiper-pagination-bullet-active {
        background-color: #ddefff !important;
        margin-right: 58px !important;
    }

        #header-slider .swiper-pagination-bullet-active .progress-bar {
            position: relative;
            top: 50%;
            left: calc(100% + 10px);
            transform: translateY(-50%);
            width: 40px;
            height: 4px;
            background-color: #ddefff;
            border-radius: 20px;
        }

    /* Progress Bar Fill */
    #header-slider .progress-bar-fill {
        width: 0;
        height: 100%;
        background-color: #89c2f8;
        transition: width 0.1s linear;
    }

    .bold-link {
        display: flex;
        justify-content: center;
        gap: 24px;
    }

        .bold-link a {
            letter-spacing: 0;
            font-family: "ubuntu-medium" !important;
            color: #ffffff;
            line-height: 24px;
            align-items: center;
            font-size: 18px;
            text-decoration: none;
            display: flex;
            gap: 8px;
        }
}
