body {
    overflow-y: hidden;
}

.main-container {
    max-width: 100%;

}

.top-container {
    /* display: flex;
        background: url(./images/top-bg.jpg) no-repeat center;
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 85vh; */
    background: #000;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 85vh;
}

.top-container::before {
    content: "";
    position: absolute;
    background: url(../images/top-bg.jpg);
    width: 100%;
    height: 100%;
    top: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.top-container header {
    width: 85%;
    display: flex;
    flex-direction: row;
    position: relative;
    z-index: 5;
}

.top-container header .nav-bar {
    display: flex;
    flex: 1;
}

.top-container header .nav-bar ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    list-style: none;
    gap: 25px;
}

.top-container header .nav-bar ul li.active {
    background-color: rgba(2, 63, 123, 0.5);
}
.top-container header .nav-bar ul li:hover {
    background-color: rgba(2, 63, 123, 0.5);
}
.top-container header .nav-bar ul li {
    margin-bottom: unset !important;
    padding: 10px 20px;
    border-radius: 20px;
}

.top-container header .nav-bar ul li a {
    color: #fff;
    font-size: 16px;
}

.top-container .banner-section {
    position: absolute;
    bottom: 15px;

}

.banner-section .banner_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.banner-section .banner_content h1 {
    font-size: 60px;
    font-weight: 700;
    padding: 0 110px;
    position: relative;
    color: #fff;
    margin-bottom: 0;
    line-height: 1;
}

.banner-section .banner_content .text {
    color: #fff;
    font-size: 24px;
    text-align: center;
    margin-bottom: 0;
}

.banner-section .banner_content .small-txt {
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin-bottom: 0;
}

.btn-term {
    margin-top: 10px;
    display: block;
    width: 50px;
    height: 24px;
    background: url(../images/Arrow.png);
}


.enter-info {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.enter-info::before {
    content: "";
    position: absolute;
    background: url(../images/mid-bg.jpg);
    width: 100%;
    height: 100%;
    top: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.enter-body {
    max-width: 50%;
    padding-top: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.enter-body .enter-title {
    font-size: 60px;
    font-weight: 700;

    position: relative;
    color: #fff;
    margin-bottom: 0;
    line-height: 1;
}

.enter-body .enter-dis {

    font-size: 18px;
    position: relative;
    color: #fff;
    margin-bottom: 0;
    line-height: 1.3;
    text-align: center;
}

.step-groups {
    z-index: 5;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 20px;
    color: #fff;
    width: 100%;
    flex-wrap: wrap;
    gap: 50px;
}

.step-groups .step01,
.step-groups .step02 {
    display: flex;
    flex-direction: row;
    gap: 20px;
    padding: 0 10px;
    width: calc(50% - 50px)
}

.step-groups .step-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 10px;
    flex-wrap: wrap;
    flex: 1;
}

.step-groups .step01 h2,
.step-groups .step02 h2 {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    margin-bottom: unset;
}

.step-groups .step-body h2,
.step-groups .step-body p {
    color: #fff;
}

.step-groups .step-body p {}

.step-groups .step01 .num,
.step-groups .step02 .num {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 28px;
    color: #fff;
    background-color: #D2151A;
    list-style: 50px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-style: normal;
}

.btn-primary {
    background-color: #D2151A;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 5px;
    padding: 10px 0;
    width: 100%;
    text-align: center;
}

@media (min-width: 320px) and (max-width: 1300px) {

    .step-groups .step01,
    .step-groups .step02 {
        flex: 0 0 100%;
    }

    .step-groups .step02 {
        margin-top: 30px;
    }
}

.bonus-info {
    z-index: 5;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 45px;
    color: #fff;
    padding-left: 75px;
    padding-right: 10px;
    gap: 0;
    margin-bottom: 120px;
}

.bonus-info .img {
    height: 190px;
}

.bonus-info .img>img {
    width: 100%;
    height: 100%;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.bonus-info .info-body {
    flex: 1;
    background-color: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 20px;
}

.bonus-info .info-body h2 {
    font-size: 24px;
    color: #fff;
    margin-bottom: unset;
}

.bonus-info .info-body .dis {
    font-size: 16px;
    color: #fff;
}

@media (min-width: 720px) and (max-width: 1300px) {
    .bonus-info {
        flex-direction: column;
    }

    .bonus-info .img {
        flex: 0 0 100%;
    }

    .bonus-info .img>img {
        border-radius: 0;
    }

    .bonus-info .info-body {
        flex: 0 0 100%;
        padding: 40px;
    }
}

.timer-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0px;
    background-color: #000;
    padding-top: 40px;
    padding-bottom: 170px;

    .title {
        color: #fff;
        font-size: 28px;
        font-weight: 700;
    }
}

.timer-info .title {
    margin-bottom: unset;
}

.timer-info .timer-body {
    width: 390px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: space-between;
}

.timer-info .timer-body .timer-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.timer-info .timer-body .timer-item .timer-item-title {
    color: #fff;
    font-size: 80px;
    font-weight: 700;
    line-height: 1;
}

.timer-info .timer-body .timer-item .timer-item-value {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}

.why-info {
    background-color: #FBFBFB;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding-bottom: 60px;
}

.why-pop {
    width: 80%;
    position: relative;
    margin-top: -120px;
    background-color: #fff;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 20px;
}

.why-pop .pop-vedio {
    width: 82%;
}

.why-pop .pop-vedio img {
    width: 100%;
}

.why-pop h1 {
    font-size: 45px;
    font-weight: 700;
    width: 80%;
    margin-bottom: unset;
    overflow: hidden;
    text-align: center;
}

.why-pop h3 {
    font-size: 24px;
    font-weight: 400;
    color: #666;
    width: 80%;
    text-align: center;
    overflow: hidden;
}

.why-pop .item-body {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding-top: 30px;
    width: 82%;
}

.why-pop .item-body .item-box {
    flex: 0 0 33.33%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-bottom: 20px;
}

.why-pop .item-body .item-box h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: unset;
}

.why-pop .item-body .item-box ul li {
    font-size: 16px;
}

@media (min-width: 720px) and (max-width: 1350px) {
    .why-pop .item-body {
        flex-wrap: wrap;
    }

    .why-pop .item-body .item-box {
        flex: 0 0 50%;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
}

@media (min-width: 320px) and (max-width: 720px) {
    .why-pop .item-body {
        flex-wrap: wrap;
    }

    .why-pop .item-body .item-box {
        flex: 0 0 100%;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
}
            .footer { width: 100%; background-color: #000; display: flex; flex-direction: column; gap: 20px; padding-top: 60px; padding-bottom: 60px; }
            .footer .footer-item { width: 78%; margin: 0 auto; }
            .footer .footer-item ul { list-style: none; display: flex; flex-direction: row; justify-content: center; gap: 35px; }
            .footer .footer-item ul li a { color: #fff; font-size: 16px; }
            .footer .footer-bottom {
                display: flex; flex-direction: row; justify-content: space-between;
                align-items: center;width: 78%; margin: 0 auto;
            }
            .footer .footer-bottom .info-box {
                display: flex; flex-direction: row; gap: 20px;
            }
            .footer .footer-bottom .info-box .img { width: 70px; height: 70px; img { width: 100%; height: 100%; }}
            .footer .footer-bottom .info-box .info-body {
                display: flex; flex-direction: column; margin-bottom: 0; line-height: unset; justify-content: center;
                p { font-size: 16px; color: #fff; margin-bottom: unset; line-height: unset; }
            }
             .footer .footer-bottom .links-box { display: flex; flex-direction: column;}
             .footer .footer-bottom .links-box ul { display: flex; flex-direction: row; gap: 15px; list-style: none; }
       
            .footer .footer-bottom .links-box ul li a .icon-f { display: block; background: url(../images/f-f-icon.png); width: 15px; height: 30px;}
            .footer .footer-bottom .links-box ul li a .icon-w { display: block; background: url(../images/f-w-icon.png); width: 30px; height: 30px;}
            .footer .footer-bottom .links-box ul li a .icon-v { display: block; background: url(../images/f-v-icon.png); width: 30px; height: 30px;}
            .footer .footer-bottom .links-box ul li a .icon-x { display: block; background: url(../images/f-x-icon.png); width: 24px; height: 30px;}
            .footer .footer-bottom .links-box ul li a .icon-in { display: block; background: url(../images/f-in-icon.png); width: 26px; height: 30px;}
            .footer .footer-bottom .links-box ul li a .icon-t { display: block; background: url(../images/f-tiktok-icon.png); width: 30px; height: 30px;}