body,
html {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

/* Container */
.page-container {
    background-color: #faf9f5;
    overflow-x: hidden;
    background: linear-gradient(346.6deg, #ffffff 77.56%, #e2f2ff 96.9%);
}

/* Header */
.header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 80px;
}

    .header img {
        height: 48px;
        object-fit: contain;
    }

/* Footer */
.footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 120px 24px 120px;
    background-color: #58b6ff;
}

    .footer .other-logo-container {
        display: flex;
        gap: 24px;
    }

        .footer .other-logo-container img {
            height: 40px;
        }

    .footer .logo-container {
        display: flex;
        gap: 40px;
    }

        .footer .logo-container .azicloud-logo {
            height: 40px;
        }

    .footer .copyright-text {
        font-size: 20px;
        font-weight: 400;
        color: white;
    }

/* Head */
.head {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 100px;
    max-width: 1440px;
    place-self: center;
}

    .head .mobile-banner {
        display: none;
    }

    .head .desktop-banner {
        display: block;
        width: 800px;
        height: 666px;
        object-fit: cover;
    }

    .head .text-left {
        display: flex;
        flex-direction: column;
        gap: 40px;
        padding: 0 80px;
    }

        .head .text-left .subscribe button {
            background-color: #5db85b;
            display: flex;
            gap: 20px;
            align-items: center;
            border: none;
            padding: 12px 14px;
            border-radius: 40px;
            width: fit-content;
        }

            .head .text-left .subscribe button div {
                color: white;
                font-weight: 500;
                font-size: 20px;
            }

            .head .text-left .subscribe button img {
                width: 40px;
                height: 40px;
            }

        .head .text-left .subscribe .text {
            color: #ff3b30;
            font-size: 16px;
            font-weight: 500;
        }

            .head .text-left .subscribe .text span {
                font-weight: 600;
                font-size: 20px;
            }

        .head .text-left .title {
            margin-bottom: 40px;
        }

            .head .text-left .title div:nth-child(1) {
                color: #44aec6;
                font-size: 40px;
                font-weight: 600;
            }

            .head .text-left .title div:nth-child(2) {
                color: #194586;
                font-size: 64px;
                font-weight: 700;
                line-height: 70px;
                text-transform: uppercase;
            }

        .head .text-left .promo {
            border: 4px solid;
            background: linear-gradient(270deg, #f9e3b8 0%, #fff2ee 100%);
            border-image-source: linear-gradient( 180deg, #ffffff 0%, rgba(149, 255, 192, 0.6) 38%, #ffffff 100% );
            box-shadow: 0px 12px 12px 0px #fffbfbcf;
            display: flex;
            flex-direction: column;
            padding: 12px 20px;
            border-radius: 12px;
            border-width: 4px;
        }

/* Working fields */
.working-fields {
    padding: 80px 120px 120px 120px;
    background: linear-gradient(360deg, #ffffff 0%, #f4faff 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
}

    .working-fields .title {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 12px;
        width: fit-content;
    }

        .working-fields .title div:nth-child(1) {
            font-weight: 500;
            font-size: 32px;
            font-family: "Opens San", sans-serif;
        }

        .working-fields .title div:nth-child(2) {
            font-weight: 600;
            font-size: 40px;
            color: #5db85b;
        }

    .working-fields .fields {
        display: flex;
        gap: 80px;
        flex-direction: column;
        width: 100%;
    }

        .working-fields .fields .item {
            display: flex;
            gap: 12px;
            flex-direction: column;
            align-items: center;
        }

            .working-fields .fields .item img {
                width: 120px;
                height: 120px;
            }

            .working-fields .fields .item div {
                font-weight: 500;
                font-size: 24px;
            }

/* Features */
.features {
    padding: 40px 80px 80px;
    display: flex;
    flex-direction: column;
    gap: 120px;
}

    .features .feature {
        display: flex;
        /*justify-content: space-between;*/
        justify-content: center;
        align-items: center;
        gap: 140px;
    }

    .features .feature-left {
        display: flex;
        flex-direction: row-reverse;
        justify-content: center;
        align-items: center;
    }

    .features .feature .title {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

        .features .feature .title div:nth-child(1) {
            font-weight: 700;
            font-size: 40px;
            font-family: "Open Sans", sans-serif;
            text-transform: uppercase;
        }

        .features .feature .title div:nth-child(2) {
            font-family: "Open Sans", sans-serif;
            font-weight: 400;
            font-size: 32px;
        }

    .features .feature img {
        width: 640px;
        object-fit: contain;
    }

    .features .feature-left .title {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

        .features .feature-left .title div:nth-child(1) {
            font-weight: 700;
            font-size: 40px;
            text-transform: uppercase;
        }

        .features .feature-left .title div:nth-child(2) {
            font-weight: 400;
            font-size: 32px;
        }

    .features .feature-left img {
        width: 640px;
        object-fit: contain;
    }

/* Count down */
.count-down {
    display: flex;
}

    .count-down .left {
        flex: 1 1 0%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        background-color: #eefbff;
        padding: 40px 60px 64px;
    }

        .count-down .left .tag {
            display: flex;
            gap: 10px;
            border-radius: 40px;
            background-color: #ffe9e9;
            padding: 12px 20px;
            justify-content: center;
        }

            .count-down .left .tag img {
                width: 40px;
                height: 40px;
            }

            .count-down .left .tag div {
                color: #f74850;
                font-weight: 600;
                font-size: 24px;
            }

        .count-down .left .timer {
            display: flex;
            gap: 48px;
            flex-direction: column;
            align-items: center;
        }

            .count-down .left .timer .title {
                display: flex;
                flex-direction: column;
                gap: 24px;
                align-items: center;
            }

                .count-down .left .timer .title div:nth-child(1) {
                    color: #5f5f5f;
                    font-weight: 600;
                    font-size: 28px;
                    text-transform: uppercase;
                }

                .count-down .left .timer .title div:nth-child(2) {
                    font-weight: 700;
                    font-size: 30px;
                    text-align: center;
                }

            .count-down .left .timer .time-display {
                display: flex;
                gap: 40px;
                align-items: center;
            }

                .count-down .left .timer .time-display .divider {
                    font-size: 40px;
                    color: #6d7d93;
                    padding-top: 40px;
                }

                .count-down .left .timer .time-display .container {
                    display: flex;
                    gap: 12px;
                    flex-direction: column;
                    align-items: center;
                }

                    .count-down .left .timer .time-display .container .text {
                        font-size: 20px;
                        font-weight: 400;
                    }

                    .count-down .left .timer .time-display .container .display {
                        display: flex;
                        gap: 20px;
                    }

                        .count-down .left .timer .time-display .container .display .time-card {
                            border-radius: 8px;
                            padding: 6px 20px;
                            background: linear-gradient( 180deg, rgba(247, 72, 80, 0.15) 0%, rgba(255, 216, 192, 0.15) 100% );
                        }

                            .count-down .left .timer .time-display .container .display .time-card span {
                                font-size: 48px;
                                font-weight: 700;
                                color: #f74850;
                            }

            .count-down .left .timer .subscribe {
                display: flex;
                gap: 24px;
                flex-direction: column;
            }

                .count-down .left .timer .subscribe > div {
                    font-weight: 400;
                    font-size: 20px;
                }

                .count-down .left .timer .subscribe button {
                    border: none;
                    background-color: #5db85b;
                    border-radius: 40px;
                    padding: 20px 24px 20px 40px;
                    color: white;
                    font-weight: 500;
                    font-size: 20px;
                }

    .count-down .right {
        flex: 1 1 0%;
        background: linear-gradient(180deg, #a8d9ff 0%, #70c0ff 100%);
        padding: 30px 0;
        height: 720px;
    }
/* Modal */
.modal-dialog-padded {
    max-width: 460px;
}

    .modal-dialog-padded .modal-content {
        padding: 64px 80px;
        border-radius: 24px;
    }

.modal-content .btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 32px;
    height: 32px;
}

.modal-content .modal-header,
.modal-content .modal-body {
    padding: 0;
}

    .modal-content .modal-header .modal-qr-icon {
        width: 84px;
        height: 84px;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .modal-content .modal-header .modal-title {
        display: flex;
        flex-direction: column;
        gap: 21px;
    }

        .modal-content .modal-header .modal-title .title {
            font-weight: 500;
            font-size: 24px;
            line-height: 100%;
            letter-spacing: -2%;
            text-align: center;
        }

        .modal-content .modal-header .modal-title .brief {
            font-weight: 400;
            font-size: 16px;
            line-height: 100%;
            letter-spacing: -2%;
            text-align: center;
            vertical-align: middle;
            color: #22252b;
        }

.modal-content .modal-body {
    display: flex;
    justify-content: center;
    flex-flow: column;
}

    .modal-content .modal-body .model-qr {
        padding: 22px;
    }
        .modal-content .modal-body .model-qr img {
            place-self: center;
        }

    .modal-content .modal-body .btn-go-to-miniapp {
        place-self: center;
        color: white;
        background: #5DB85B;
        border: none;
        outline: none;
        font-family: "Open Sans", sans-serif;
        font-weight: 500;
        font-size: 16px;
        width: fit-content;
        height: auto;
        border-radius: 40px;
        padding-top: 12px;
        padding-right: 24px;
        padding-bottom: 12px;
        padding-left: 24px;
        text-decoration:none;
    }

/* -------------------------------------------------- */
.timer-card {
    display: none;
}
.head .text-left .subscribe {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
