* {
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
}

.show-modal-popup {
    border: none;
    background-color: transparent;
    color: #444;
    cursor: pointer;
}

.vid_show {
    width: 50%;
    margin-top: 50px;
    margin-left: 50px;
}

    .vid_show > video {
        width: 100%;
    }

.close-modal-popup {
    position: absolute;
    top: 1.2rem;
    right: 2rem;
    font-size: 3rem;
    color: #333;
    cursor: pointer;
    border: none;
    background: none;
}

/*h1 {
    margin-bottom: 2rem;
}*/

.show-modal-popup:hover {
    background-color: #665e5e;
    color: #fff;
}

/* -------------------------- */
/* CLASSES TO MAKE MODAL WORK */
.hidden {
    display: none;
}

.popup {
    width: 800px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*width: 70%;*/
    /* background-color: white; */
    /* padding: 28px 30px 60px 30px; */
    /* border-radius: 26px; */
    /* box-shadow: 0 3rem 5rem rgba(0, 0, 0, 0.3); */
    z-index: 10;
}

.embedVid {
    z-index: 4 !important;
}

.popup_vid {
    width: 100%;
}

/*iframe {
    width: 100% !important;
    height: 100% !important;
}*/

.overlay-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(3px);
    z-index: 5;
}

.close_popup {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 297px;
    height: 57px;
    margin: auto;
    margin-top: 60px;
    background: #194f90;
    border: 1px solid #153b7d;
    box-shadow: 10px 20px 40px rgba(133, 143, 175, 0.1);
    border-radius: 100px;
    font-family: "gilroy-regular";
    font-size: 19.125px;
    line-height: 138%;
    /* identical to box height, or 26px */

    text-align: center;
    color: #ffffff;
}

.close_modal_popup {
    position: absolute;
    width: 34px;
    cursor: pointer;
    z-index: 500;
    right: 20px;
    top: 20px;
}

.close-modal_popup > svg {
    width: 100%;
}

@media (max-width: 1179px) {
    .close_popup {
        width: auto;
        height: auto;
    }
}
