.roboyad_education_movie_container {
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background-color: #F9FAFF;
    background-image: linear-gradient(rgb(249 250 255 / 17%), rgb(249 250 255 / 16%));
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 70;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
}

.roboyad_education_movie_container.active {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease;
}

.roboyad_education_movie_container.active::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(../../image/patern_skill_popup.svg);
    background-repeat: repeat;
    background-size: 106px;
    opacity: 0.3;
    pointer-events: none;
}

.roboyad_education_movie {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;

    height: 100vh;
    overflow-y: auto;

    scrollbar-width: none;
    -ms-overflow-style: none;
}

.roboyad_education_movie::-webkit-scrollbar {
    display: none;
}

/* parts close */

.roboyad_education_movie_close {
    width: 100%;
    max-width: 825px;
    display: flex;
    justify-content: start;
    align-items: center;
    z-index: 75;
    margin-top: 40px;
    margin-bottom: 40px;
}

.roboyad_education_movie_close_container {
    display: flex;
    justify-content: start;
    align-items: center;
}

.roboyad_education_movie_close_container:hover {
    cursor: pointer;
}

.roboyad_education_movie_close svg {
    width: 100%;
    max-width: 27px;
    height: auto;
}

.roboyad_education_movie_close p {
    color: #84111E;
    font-size: 25px;
    margin-right: 10px;
    font-weight: 500;
}

/* parts movie */

.roboyad_education_movie_movie {
    z-index: 75;
    position: relative;
    margin-bottom: 25px;
}

.roboyad_education_movie_movie video {
    width: 100%;
    max-width: 825px;
    border-radius: 23px;
}

.roboyad_education_movie_play_button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: none;
    cursor: pointer;
    z-index: 76;
    display: none;
    background-color: transparent;
}

.roboyad_education_movie_play_button.active {
    display: block;
}

/* parts title description */

.roboyad_education_movie_title_description {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    max-width: 825px;
    z-index: 76;
}

.roboyad_education_movie_title {
    font-size: 35px;
    margin-bottom: 25px;
    color: #444444;
}

.roboyad_education_movie_description {
    color: #5A5A5A;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 100px;
}

/* parts back dark */

.roboyad_education_movie_dark_back {
    z-index: 77;
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;

}



/* popup close education movie */

.roboyad_education_movie_close_popup_container {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100vw;
    height: 100vh;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 78;
}


.roboyad_education_movie_close_popup {

    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    max-width: 481px;
    border-radius: 18px;
    padding: 25px;
}


.roboyad_education_movie_close_popup_title {
    font-size: 25px;
    color: #1E2D40;
    font-weight: 500;
    margin-bottom: 25px;
}

.roboyad_education_movie_close_popup_butten {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.roboyad_education_movie_close_popup_butten button {
    padding: 7px;
    border: 2px solid #7266D4;
    border-radius: 8px;
    font-size: 22px;
    background-color: #F9FAFF;
    color: #7266D4;
    width: 100%;
    max-width: 171px;
}

.roboyad_education_movie_close_popup_butten button:hover {
    cursor: pointer;
}

.roboyad_education_movie_close_popup_butten_no {
    background-color: #7266D4 !important;
    color: #fff !important;
}



@media (max-width: 576px) {


    .roboyad_education_movie_close {
        margin-top: 21px;
        margin-bottom: 21px;
    }

    .roboyad_education_movie_close p {
        font-size: 17px;
        margin-right: 4px;
    }

    .roboyad_education_movie_close svg {
        max-width: 18px;
    }

    .roboyad_education_movie_movie video {
        border-radius: 8px;
    }

    .roboyad_education_movie_play_button svg {
        width: 100%;
        max-width: 48px;
    }

    .roboyad_education_movie_movie {
        margin-bottom: 13px;
    }

    .roboyad_education_movie_title {
        font-size: 19px;
        margin-bottom: 13px;
    }

    .roboyad_education_movie_description {
        font-size: 15px;
        margin-bottom: 50px;
    }

    /* ----------------------------- */

    .roboyad_education_movie_close_popup_butten button {
        font-size: 15px;
        max-width: 86px;
    }

    .roboyad_education_movie_close_popup {

        border-radius: 14px;
        padding: 14px;
    }

    .roboyad_education_movie_close_popup_title {
        font-size: 18px;
        margin-bottom: 20px;
    }

}



























