@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
    outline: 0;
    border: 0;
    font-family: "Poppins", serif;
}

body {
    background-image: linear-gradient(to right top, #020912, #030710, #03050d, #03040a, #020207);
}

.header {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    width: 100%;
    background: #ffffff05;
    backdrop-filter: blur(30px);
    padding: 20px;
    .content {
        max-width: 1200px;
        margin: 0 auto;
    }
}

.hero {
    margin-top: 160px !important;
    padding: 34px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
    .hero_main_text {
        font-size: 40px;
        font-weight: 500;
        color: #ffffff;
        text-align: center;
        line-height: 44px;
    }
    .desc {
        color: #ffffff76;
    }
    .hero_links {
        display: flex;
        align-items: center;
        gap: 10px;
        justify-content: center;
        .hero_link {
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 14px;
            color: #fff;
            padding: 10px 18px;
            border: 1px solid #ffffff20;
            background: #ffffff10;
            border-radius: 10px;
        }
    }
    .hero_img {
        border-radius: 20px;
        max-width: 800px;
        width: 100%;
    }
    .hero_links_last {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        .hero_last_link {
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 14px;
            color: #fff;
            padding: 10px 18px;
            background: #ffffff0d;
            border-radius: 10px;
        }
    }
}

.box_main {
    margin-top: 160px !important;
    padding: 34px 24px;
    max-width: 1000px;
    margin: 0 auto;
    .content_bx_main {
        border-radius: 20px;
        background: #ffffff0d;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 30px;
        padding: 50px;
        .box_m {
            display: flex;
            align-items: start;
            gap: 20px;
            flex-direction: column;
            .title_box {
                color: #fff;
                font-size: 34px;
                font-weight: 500;
            }
            .desc_box {
                color: #ffffffa8;
            }
            .box_link {
                display: flex;
                align-items: center;
                gap: 10px;
                font-size: 14px;
                color: #fff;
                padding: 10px 18px;
                background: #ffffff10;
                border-radius: 10px;
            }
        }
        .last_img {
            max-width: 800px;
            width: 100%;
            border-radius: 14px;
        }
    }
}

.footer {
    margin-top: 80px;
    text-align: center;
    padding: 34px;
    color: #ffffff;
    font-size: 14px;
}

@media (max-width: 800px) {
    .header {
        position: fixed;
        top: 0px;
        left: 0;
        right: 0;
        width: 100%;
        background: #ffffff05;
        backdrop-filter: blur(30px);
        padding: 10px 20px;
        .content {
            max-width: 1200px;
            margin: 0 auto;
        }
    }
    .hero {
        margin-top: 160px !important;
        padding: 24px 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 20px;
        .hero_main_text {
            font-size: 32px;
            font-weight: 500;
            color: #ffffff;
            text-align: center;
            line-height: 38px;
        }
        .desc {
            color: #ffffff76;
            text-align: center;
            font-size: 14px;
        }
        .hero_links {
            display: flex;
            align-items: center;
            gap: 10px;
            justify-content: center;
            .hero_link {
                display: flex;
                align-items: center;
                gap: 8px;
                font-size: 12px;
                color: #fff;
                padding: 8px 12px;
                border: 1px solid #ffffff20;
                background: #ffffff10;
                border-radius: 8px;
            }
        }
        .hero_img {
            border-radius: 10px;
            max-width: 800px;
            width: 100%;
        }
        .hero_links_last {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            .hero_last_link {
                display: flex;
                align-items: center;
                gap: 10px;
                font-size: 12px;
                color: #fff;
                padding: 8px 24px;
                background: #ffffff0d;
                border-radius: 10px;
            }
        }
    }
    .box_main {
        margin-top: 60px !important;
        padding: 34px 10px;
        max-width: 1000px;
        margin: 0 auto;
        .content_bx_main {
            border-radius: 20px;
            background: #ffffff0d;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            gap: 30px;
            padding: 18px;
            .box_m {
                text-align: center;
                display: flex;
                align-items: center;
                gap: 20px;
                flex-direction: column;
                .title_box {
                    color: #fff;
                    font-size: 34px;
                    font-weight: 500;
                    line-height: 36px;
                }
                .desc_box {
                    color: #ffffffa8;
                }
                .box_link {
                    display: flex;
                    align-items: center;
                    gap: 10px;
                    font-size: 14px;
                    color: #fff;
                    padding: 10px 18px;
                    background: #ffffff10;
                    border-radius: 10px;
                }
            }
            .last_img {
                max-width: 800px;
                width: 100%;
                border-radius: 14px;
            }
        }
    }
}