* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'Poppins-ExtraBold';
    src: url('./fonts/Poppins-ExtraBold.ttf');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope-ExtraBold';
    src: url('./fonts/Manrope-ExtraBold.ttf');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope-Regular';
    src: url('./fonts/Manrope-Regular.ttf');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope-Bold';
    src: url('./fonts/Manrope-Bold.ttf');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope-Light';
    src: url('./fonts/Manrope-Light.ttf');
    font-weight: 300;
    font-style: normal;
}

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

body {
    display: flex;
    justify-content: center;
}

.container {
    width: min(100vw, 520px);
    height: 100vh;
    position: relative;
    background-color: #F5F5F5;

    .autoplay-progress {
        position: absolute;
        right: 16px;
        bottom: 16px;
        z-index: 10;
        width: 48px;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
    }

    .autoplay-progress svg {
        --progress: 0;
        position: absolute;
        left: 0;
        top: 0px;
        z-index: 10;
        width: 100%;
        height: 100%;
        stroke-width: 4px;
        /*stroke: var(--swiper-theme-color);*/
        fill: none;
        stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
        stroke-dasharray: 125.6;
        transform: rotate(-90deg);
    }

    .top-shadow {
        position: relative;
        z-index: 2;
        width: 100%;
        height: min(7.464vh, 63px);
        background: linear-gradient(
                to bottom,
                rgba(0, 0, 0, 0.7),
                rgba(0, 0, 0, 0)
        );
    }

    .bottom-shadow {
        position: absolute;
        z-index: 2;
        bottom: 0;
        width: 100%;
        height: min(7.464vh, 63px);
        display: flex;
        justify-content: center;
        align-items: center;
        background: linear-gradient(
                to top,
                rgba(0, 0, 0, 0.75),
                rgba(0, 0, 0, 0)
        );

        .share-wrapper {
            width: min(45.641vw, 178px);
            height: min(3.519vh, 178px);
            display: flex;
            column-gap: 5px;
            align-items: center;

            .share-slide6-container {
                cursor: pointer;
                width: min(7.615vw, 29.7px);
                height: min(3.519vh, 29.7px);
            }

            .txt-container {
                font-family: 'Manrope-Regular';
                font-size: min(1.896vh, 16px);
                color: #FFFFFF;
            }
        }
    }


    /* SWIPER */
    .top-bar-container {
        width: 100%;
        height: min(5.45vh, 46px);
        position: relative;
        z-index: 2;
        margin-block-start: -2.97em;

        .scroll-bar-container {
            width: 100%;
            height: min(0.355vh, 3px);
            position: relative;
            z-index: 1;
            display: flex;
            justify-content: center;
            column-gap: 5px;
            padding-left: 10px;
            padding-right: 10px;

            .scroll-bar {
                width: min(14.744vw, 57.5px);
                height: 100%;
                background-color: #D9D9D9;
                border-radius: 50px;
                position: relative;
            }

            /* active animation */
            .scroll-bar.active::after {
                /*animation: fillBar 3000ms linear forwards;*/
                content: '';
                position: absolute;
                inset: 0; /* selalu memiliki ukuran yang sama dengan parent */
                background: #ffffff;
                left: 0;
                width: calc(57.5px * var(--progress));
            }
        }
        .img-container {
            width: 100%;
            height: 100%;
            padding: 10px;
            display: flex;
            justify-content: space-between;
            align-items: center;

            .logo-container {
                width: min(25.385vw, 99px);
                height: min(3.255vh, 27.47px);
            }

            .share-container {
                cursor: pointer;
                width: min(7.615vw, 29.7px);
                height: min(3.519vh, 29.7px);
            }
        }
    }

    .swiper {
        width: 100%;
        /*height: 92.7%;*/
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;

        .swiper-wrapper {
            width: 100%;
            height: 100%;
            position: relative;

            /* SLIDE 1 */
            .swiper-slide-1 {
                width: 100%;
                height: 100%;

                /*display: none;*/

                .bg-container {
                    width: 100%;
                    height: 100%;
                    position: absolute;
                    z-index: 0;
                }

                /* content-center-container */
                .content-center-container {
                    width: 100%;
                    height: 92.7%;
                    margin-block-start: 4em;
                    position: relative;
                    z-index: 1;
                    display: flex;
                    justify-content: center;
                    /*align-items: center;*/

                    .content-wrapper {
                        width: 90%;
                        height: 98%;
                        /*row-gap: 30px;*/
                        /*height: min(89.455vh, 755px);*/
                        /*width: min(86.41vw, 337px);*/
                        display: flex;
                        flex-direction: column;
                        align-items: center;
                        justify-content: center;

                        .year-container {
                            width: min(67.179vw, 262px);
                            height: min(21.327vh, 180px);
                        }

                        .txt-container {
                            text-align: center;
                            display: flex;
                            flex-direction: column;
                            align-items: center;
                            /*row-gap: 30px;*/
                            row-gap: 20px;

                            .subtitle {
                                font-size: min(5.128vw, 20px);
                                font-family: 'Manrope-Regular';
                                color: #A98063;
                            }

                            .title {
                                font-size: min(10.256vw, 40px);
                                font-family: 'Manrope-ExtraBold';
                                color: #323232;
                                line-height: 1em;
                            }

                            .desc {
                                width: min(70vw, 273px);
                                /*width: 90%;*/
                                font-size: min(5.128vw, 20px);
                                font-family: 'Manrope-Regular';
                                color: #A98063;
                            }
                        }
                    }
                }
            }

            /* */
            /* SLIDE 2 */
            .swiper-slide-2 {
                width: 100%;
                height: 100%;
                /*background-color: #F5F5F5;*/

                .content-container {
                    width: 100%;
                    height: 92.7%;
                    margin-block-start: 4em;
                    display: flex;
                    justify-content: center;

                    .content-wrapper {
                        width: 95%;
                        height: 98%;
                        position: relative;
                        display: flex;
                        flex-direction: column;
                        align-items: center;
                        /*justify-content: center;*/
                        row-gap: 28px;

                        .top-desc {
                            width: 95%;
                            height: min(55.45vh, 468px);
                            background-color: #FFFFFF;
                            height: min(55.45vh, 468px);
                            padding: 16px;
                            display: flex;
                            flex-direction: column;
                            align-items: center;
                            border-radius: 22px;
                            margin-block-start: 5%;

                            .title {
                                font-size: min(5.128vw, 20px);
                                font-family: 'Manrope-Bold';
                                color: #4E2D0C;
                            }

                            .coffee-container {
                                padding: 10px 0;
                                width: min(74.359vw, 290px);
                                height: min(34.36vh, 290px);
                            }

                            .txt-container {
                                width: 90%;
                                display: flex;
                                flex-direction: column;
                                align-items: center;
                                row-gap: 10px;

                                .title {
                                    font-family: 'Manrope-Regular';
                                    font-size: min(5.128vw, 20px);
                                }

                                .subtitle-1 {
                                    font-size: min(6.154vw, 24px);
                                    font-family: 'Manrope-Bold';
                                    color: #323232;
                                }

                                .country-wrapper {
                                    width: 100%;
                                    height: 100%;
                                    display: flex;
                                    justify-content: center;
                                    align-items: center;
                                    column-gap: 13.33px;

                                    .country-container {
                                        width: min(8.205vw, 32px);
                                        height: min(3.791vh, 32px);
                                    }

                                    .subtitle {
                                        font-family: 'Manrope-Regular';
                                        font-size: min(5.128vw, 20px);
                                        color: #323232;
                                    }
                                }
                            }
                        }

                        .flavours-container {
                            width: 95%;
                            height: min(19.822vh, 167.3px);
                            display: flex;
                            flex-direction: column;
                            row-gap: 24px;
                            align-items: center;

                            .title {
                                font-family: 'Manrope-Bold';
                                font-size: min(5.128vw, 20px);
                            }

                            .flavours-wrapper {
                                display: flex;
                                justify-content: space-between;
                                column-gap: 20px;

                                .circle {
                                    width: min(27.179vw, 106px);
                                    height: min(12.559vh, 106px);
                                    display: flex;
                                    justify-content: center;
                                    align-items: center;
                                    font-size: min(4.103vw, 16px);
                                    font-family: 'Manrope-Bold';
                                }

                                .nutty {
                                    background: linear-gradient(to right, #A06F5B, #B78774);
                                    border-radius: 100%;
                                    color: white;
                                }
                                .floral {
                                    background: linear-gradient(to right, #D9115B, #EB236D);
                                    border-radius: 100%;
                                    color: white;
                                }
                                .sweet {
                                    background: linear-gradient(to right, #E74C2F, #FF674B);
                                    border-radius: 100%;
                                    color: white;
                                }
                            }
                        }

                        .copyright {
                            width: min(41.282vw, 161px);
                            height: min(2.488vh, 21px);
                            display: flex;
                            column-gap: 5px;
                            position: absolute;
                            bottom: 2.6%;

                            .logo-container {
                                width: min(18.974vw, 74px);
                                height: min(2.488vh, 21px);
                            }

                            .year-txt {
                                font-family: 'Manrope-Light';
                                font-size: min(3.846vw, 15px);
                                color: #000000;
                            }
                        }
                    }
                }
            }

            /* */
            /* SLIDE 3 */
            .swiper-slide-3 {
                width: 100%;
                height: 100%;

                .bg-container {
                    width: 100%;
                    height: 100%;
                    position: absolute;
                    z-index: 0;
                }

                .content-container {
                    width: 100%;
                    height: 92.7%;
                    margin-block-start: 4em;
                    display: flex;
                    justify-content: center;
                    position: relative;
                    z-index: 1;

                    .content-wrapper {
                        width: 95%;
                        height: 98%;
                        position: relative;
                        padding-top: 30px;
                        display: flex;
                        flex-direction: column;
                        align-items: center;
                        /*justify-content: center;*/
                        row-gap: 28px;

                        .title {
                            font-size: min(5.128vw, 20px);
                            font-family: 'Manrope-ExtraBold';
                            color: #3D2308;
                        }

                        .mascot-container {
                            width: min(56.41vw, 220px);
                            height: min(26.066vh, 220px);
                        }

                        .days-container {
                            width: 100%;
                            text-align: center;
                            /*margin-block-start: -1.5em;*/

                            .title {
                                font-family: 'Poppins-ExtraBold';
                                font-size: min(18.462vw, 72px);
                                color: #4B2D08;
                            }
                            .desc {
                                font-family: 'Manrope-ExtraBold';
                                font-size: min(4.103vw, 16px);
                                color: #3D2308;
                            }
                        }

                        .time-container {
                            width: 100%;
                            display: flex;
                            flex-direction: column;
                            align-items: center;
                            justify-content: center;
                            row-gap: 20px;

                            .clock-wrapper {
                                width: 70%;
                                display: flex;
                                align-items: center;
                                justify-content: center;
                                column-gap: 15px;

                                .clock-container {
                                    width: min(7.692vw, 30px);
                                    height: min(3.555vh, 30px);
                                }

                                .title {
                                    padding: 0;
                                    font-family: 'Manrope-ExtraBold';
                                    font-size: min(8.205vw, 32px);
                                    color: #3D2308;
                                }
                            }

                            .subtitle-1 {
                                font-family: 'Manrope-ExtraBold';
                                font-size: min(4.103vw, 16px);
                                color: #3D2308;
                            }

                            .cups-wrapper {
                                width: 70%;
                                display: flex;
                                align-items: center;
                                justify-content: center;
                                column-gap: 15px;

                                .clock-container {
                                    width: min(7.692vw, 30px);
                                    height: min(3.555vh, 30px);
                                }

                                .title {
                                    padding: 0;
                                    font-family: 'Manrope-ExtraBold';
                                    font-size: min(8.205vw, 32px);
                                    color: #3D2308;
                                }
                            }

                            .subtitle-2 {
                                font-family: 'Manrope-ExtraBold';
                                font-size: min(4.103vw, 16px);
                                color: #3D2308;
                            }
                        }

                        .copyright {
                            width: min(41.282vw, 161px);
                            height: min(2.488vh, 21px);
                            position: absolute;
                            bottom: 2.6%;
                            display: flex;
                            column-gap: 5px;

                            .logo-container {
                                width: min(18.974vw, 74px);
                                height: min(2.488vh, 21px);
                            }

                            .year-txt {
                                font-family: 'Manrope-Light';
                                font-size: min(3.846vw, 15px);
                                color: #000000;
                            }
                        }
                    }
                }
            }


            /* */
            /* SLIDE 4 */
            .swiper-slide-4 {
                width: 100%;
                height: 100%;

                .bg-container {
                    width: 100%;
                    height: 100%;
                    position: absolute;
                    z-index: 0;
                }

                .content-container {
                    width: 100%;
                    height: 92.7%;
                    margin-block-start: 4em;
                    display: flex;
                    justify-content: center;
                    position: relative;
                    z-index: 1;

                    .content-wrapper {
                        width: 95%;
                        height: 98%;
                        position: relative;
                        /*padding-top: 30px;*/
                        display: flex;
                        flex-direction: column;
                        align-items: center;
                        justify-content: center;
                        row-gap: 28px;

                        .mascot-container {
                            width: min(66.667vw, 260px);
                            height: min(30.806vh, 260px);
                        }

                        .txt-container {
                            width: 100%;
                            display: flex;
                            flex-direction: column;
                            align-items: center;
                            justify-content: center;
                            /*row-gap: 35px;*/
                            row-gap: 15px;


                            .subtitle {
                                font-family: 'Manrope-ExtraBold';
                                font-size: min(4.615vw, 18px);
                                color: #3D2308;
                            }

                            .title {
                                font-family: 'Poppins-ExtraBold';
                                font-size: min(9.231vw, 36px);
                                color: #3D2308;
                            }

                            .desc {
                                font-family: 'Manrope-ExtraBold';
                                font-size: min(4.615vw, 18px);
                                color: #3D2308;
                            }
                        }

                        .copyright {
                            width: min(41.282vw, 161px);
                            height: min(2.488vh, 21px);
                            position: absolute;
                            bottom: 2.6%;
                            display: flex;
                            column-gap: 5px;

                            .logo-container {
                                width: min(18.974vw, 74px);
                                height: min(2.488vh, 21px);
                            }

                            .year-txt {
                                font-family: 'Manrope-Light';
                                font-size: min(3.846vw, 15px);
                                color: #000000;
                            }
                        }
                    }
                }
            }

            /* */
            /* SLIDE 5 */
            .swiper-slide-5 {
                width: 100%;
                height: 100%;

                .bg-container {
                    width: 100%;
                    height: 100%;
                    position: absolute;
                    z-index: 0;
                }

                .content-container {
                    width: 100%;
                    height: 92.7%;
                    margin-block-start: 4em;
                    display: flex;
                    justify-content: center;
                    position: relative;
                    z-index: 1;

                    .content-wrapper {
                        width: 95%;
                        height: 98%;
                        position: relative;
                        /*padding-top: 30px;*/
                        display: flex;
                        flex-direction: column;
                        align-items: center;
                        justify-content: center;
                        row-gap: 28px;

                        .txt-container {
                            width: 100%;
                            display: flex;
                            flex-direction: column;
                            align-items: center;
                            justify-content: center;

                            .subtitle {
                                font-family: 'Manrope-ExtraBold';
                                font-size: min(4.615vw, 18px);
                                color: #3D2308;
                            }

                            .title {
                                font-family: 'Poppins-ExtraBold';
                                font-size: min(33.846vw, 132px);
                                color: #3D2308;
                                line-height: 1.2em;
                            }

                            .desc-1 {
                                font-family: 'Manrope-ExtraBold';
                                font-size: min(6.154vw, 24px);
                                color: #3D2308;
                            }

                            .desc-2 {
                                font-family: 'Manrope-ExtraBold';
                                font-size: min(4.615vw, 18px);
                                color: #3D2308;
                                line-height: 3em;
                            }
                        }

                        .mascot-container {
                            position: absolute;
                            width: min(20.513vw, 80px);
                            height: min(9.479vh, 80px);
                            bottom: 10%;
                            right: 7%;
                        }

                        .copyright {
                            width: min(41.282vw, 161px);
                            height: min(2.488vh, 21px);
                            position: absolute;
                            bottom: 2.6%;
                            display: flex;
                            column-gap: 5px;

                            .logo-container {
                                width: min(18.974vw, 74px);
                                height: min(2.488vh, 21px);
                            }

                            .year-txt {
                                font-family: 'Manrope-Light';
                                font-size: min(3.846vw, 15px);
                                color: #000000;
                            }
                        }
                    }
                }
            }

            /* */
            /* SLIDE 6 */
            .swiper-slide-6 {
                width: 100%;
                height: 100%;

                .bg-container {
                    width: 100%;
                    height: 100%;
                    position: absolute;
                    z-index: 0;
                }

                .content-container {
                    width: 100%;
                    height: 92.7%;
                    margin-block-start: 4em;
                    display: flex;
                    justify-content: center;
                    position: relative;
                    z-index: 1;

                    .content-wrapper {
                        width: 95%;
                        height: 98%;
                        position: relative;
                        /*padding-top: 30px;*/
                        display: flex;
                        flex-direction: column;
                        align-items: center;
                        justify-content: center;
                        row-gap: 28px;

                        .copyright {
                            width: min(41.282vw, 161px);
                            height: min(2.488vh, 21px);
                            display: flex;
                            column-gap: 5px;

                            .logo-container {
                                width: min(18.974vw, 74px);
                                height: min(2.488vh, 21px);
                            }

                            .year-txt {
                                font-family: 'Manrope-Light';
                                font-size: min(3.846vw, 15px);
                                color: #000000;
                            }
                        }

                        .txt-container {
                            width: 100%;
                            display: flex;
                            flex-direction: column;
                            align-items: center;
                            justify-content: center;

                            .title {
                                font-family: 'Poppins-ExtraBold';
                                font-size: min(30.769vw, 120px);
                                color: #3D2308;
                                line-height: 0.9em;
                            }

                            .subtitle-1 {
                                font-family: 'Manrope-ExtraBold';
                                font-size: min(6.154vw, 24px);
                                color: #3D2308;
                                line-height: 2em;
                            }

                            .subtitle-2 {
                                font-family: 'Manrope-ExtraBold';
                                font-size: min(8.205vw, 32px);
                                color: #3D2308;
                                line-height: 2em;
                            }

                            .subtitle-3 {
                                font-family: 'Manrope-ExtraBold';
                                font-size: min(6.154vw, 24px);
                                color: #3D2308;
                                line-height: 2em;
                            }

                            .subtitle-4 {
                                font-family: 'Manrope-ExtraBold';
                                font-size: min(6.154vw, 24px);
                                color: #3D2308;
                                line-height: 2em;
                            }
                        }

                        .mascot-container {
                            position: absolute;
                            width: min(30.769vw, 120px);
                            height: min(14.218vh, 120px);
                            bottom: 7%;
                            right: 2%;
                        }
                    }
                }
            }
        }
    }
}
