.color-overlay {
    position: absolute;
    top: 0;
    left: 0;
    /* background-color: #0A215A; */
    width: 100%;
    height: 100vh;
    opacity: 0.7;
    background: rgb(10, 33, 90);
    background: linear-gradient(0deg, #000000 0%, rgbA(8, 68, 95, 1) 56%, #242f4d 100%);
}

body {
    margin: 0;
    padding: 0;
    height: 100vh;
}

.section {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.title_image img {
    width: 100%;
    height: 100%;
    color: red;
}

.video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}

.info {
    width: 95%;
    height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    z-index: 2;
}

.okvip_image {
    width: 500px;
    height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.title_image {
    width: 450px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.okvip_image_item {
    width: 100%;
    height: auto;
    margin: 15px 0px;
}

.btnJoin {
    width: 55%;
}

@media only screen and (min-width: 650px) and (max-width: 959px) {

    .info {
        height: 80vh;
    }

    .title_image {
        width: 380px;
        height: auto;
    }

    .okvip_image {
        width: 525px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .okvip_image_item {
        width: 100%;
    }

    .btnJoin {
        width: 55%;
    }
}

@media only screen and (min-width: 510px) and (max-width: 649px) {

    .info {
        height: 80vh;
    }

    .title_image {
        width: 380px;
        height: auto;
    }

    .okvip_image {
        width: 85%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .okvip_image_item {
        width: 100%;
    }

    .btnJoin {
        width: 60%;
    }
}

@media only screen and (min-width: 401px) and (max-width: 510px) {
    .info {
        height: 70vh;
    }

    .title_image {
        width: 280px;
    }

    .okvip_image {
        width: 90%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .okvip_image_item {
        width: 100%;
    }

    .btnJoin {
        width: 65%;
    }
}

@media only screen and (max-width: 400px) {
    .info {
        height: 70vh;
    }

    .title_image {
        width: 80%;
    }

    .okvip_image {
        width: 95%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .okvip_image_item {
        width: 100%;
    }

    .btnJoin {
        width: 65%;
    }
}