.overlay-menu {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1;
    bottom: 0;
    left: 0;
    background-color: #ffffff;
    overflow-y: hidden;
    transition: 0.5s;
    z-index: 10000000;
}

.overlay-menu .title-film {
    /* position: absolute; */
    top: 0px;
    font-family: Didot;
    font-style: normal;
    font-weight: bold;
    font-size: 19px;
    line-height: 44px;
    display: flex;
    align-items: center;
    letter-spacing: -0.07em;
    text-transform: uppercase;
    color: #000000;
}

.overlay-menu-content {
    position: relative;
    top: 0px;
    width: 100%;
    height: 100%;

    display: grid;
    grid-template-columns: 1fr 1.5fr;
}

.overlay-menu .overlay-menu-content .container-title {
    margin: 17px 0px 0px 54px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.overlay-menu .overlay-menu-content .container-title .overlay-menu-back {
    font-family: Times New Roman;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 44px;
    letter-spacing: -0.07em;
    text-transform: capitalize;
    color: #000000;
}

.overlay-menu .overlay-menu-content .container-title .overlay-menu-back img {
    width: 10px;
    height: 10px;
    margin-left: 10px;
}

.overlay-menu .overlay-menu-content .menu-col:first-child {
    background: #ffffff;
}

.overlay-menu .overlay-menu-content .menu-col:nth-child(n + 2) {
    background: linear-gradient(
            89.31deg,
            rgba(0, 0, 0, 0.89) 0.87%,
            rgba(23, 23, 23, 0.72) 16.05%,
            rgba(255, 255, 255, 0) 99.69%
        ),
        url("../images/overlayMenu/film1.png");
    background-size: cover;
    background-position: 0% 0%, 50% 50%;
    background-repeat: no-repeat, no-repeat;
    z-index: 0;
}

.overlay-menu-content .menu-col .wrapper-links {
    margin: 187px 24px 0px 45px;
}

.overlay-menu-content .menu-col .wrapper-links .container-links {
    padding-right: 55px;
    max-height: 400px;
    overflow-y: scroll;
}

.overlay-menu-content .menu-col .wrapper-links.no-margin{
    margin: 20px 24px 0px 45px;
}

.menu-col .wrapper-links .title-project {
    font-family: Didot;
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 87.99%;
    text-align: left;
    text-transform: uppercase;
    color: #cd0000;

    max-width: 426px;
    min-height: 30px;
    border-bottom: 1px solid #9d9d9d;
    margin-bottom: 22px;
}

.menu-col .wrapper-links .item-link {
    font-family: Montserrat;
    font-style: italic;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    text-align: left;
    text-transform: uppercase;
    color: #9d9d9d;
    margin-bottom: 30px;
    width: 100%;

    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu-col .wrapper-links .item-link img {
    width: 7px;
    height: 7px;
}

.menu-col .wrapper-links .item-link:hover {
    transition: all 0.2s ease;
    color: #000;
}

.menu-col .wrapper-links .item-link.active {
    color: #000;
}

.overlay-menu-content .menu-col .wrapper-links .description{
    max-width: 489px;
    font-size: 10px;
    font-weight: 600;
    line-height: 14px;
}

.menu-col .wrapper-links-content {
    margin: 196px 0px 0px 66px;
}

.menu-col .wrapper-links-content a {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: justify;
    text-transform: uppercase;
    color: #adadad;
    transition: all 0.3s ease;
    text-decoration: none;
    display: block;
    padding-bottom: 15px;
}

.menu-col .wrapper-links-content a.active {
    color: #ffffff;
}

.menu-col .wrapper-links-content a:hover,
.menu-col .wrapper-links-content a:focus {
    color: #ffffff;
}

.menu-col .content-titles {
    margin-top: 103px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.menu-col .content-titles .title1 {
    font-family: Didot;
    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    line-height: 87.99%;
    text-align: justify;
    text-transform: uppercase;
    color: #ffffff;
}

.menu-col .content-titles .title2 {
    font-family: Times New Roman;
    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    line-height: 55px;
    text-align: justify;
    text-transform: capitalize;
    color: #ffffff;
}

.menu-col .wrapper-links-conten .content-titles .title3 {
    font-family: Montserrat;
    font-style: italic;
    font-weight: normal;
    font-size: 26px;
    line-height: 32px;
    text-align: justify;
    text-transform: capitalize;
    color: #ffffff;
}

.overlay-menu .closebtn {
    height: 75px;
    width: 75px;
    position: absolute;
    top: 70px;
    left: 54px;
    border-radius: 50%;
    border: 0.759036px solid #cd0000;
    display: flex;
    justify-content: center;
}

.overlay-menu .home-link {
    width: 54px;
    height: 24px;
    position: absolute;
    top: 145px;
    left: 65px;
    color: #cd0000;
    text-align: center;
}

@media screen and (max-height: 450px) {
    .overlay-menu {
        overflow-y: auto;
    }
    .overlay-menu a {
        font-size: 20px;
    }

    .overlay-menu .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

@media screen and (max-width: 992px) {
    .overlay-menu .overlay-menu-content .container-title {
        flex-direction: column;
    }
    .overlay-menu .title-film {
        font-size: 16px;
    }
    .menu-col .wrapper-links .title-project {
        font-size: 22px;
        line-height: 87.99%;
    }

    .menu-col .wrapper-links .item-link {
        font-size: 20px;
        line-height: 29px;
    }
}

@media screen and (max-width: 767px) {
    .overlay-menu .title-film {
        font-size: 19px;
    }
    .overlay-menu-content {
        display: grid;
        grid-template-columns: 1fr;
    }
    .overlay-menu .overlay-menu-content .menu-col:nth-child(n + 2) {
        display: none;
    }
    .menu-col .wrapper-links .title-project {
        font-size: 22px;
        line-height: 87.99%;
    }

    .menu-col .wrapper-links .item-link {
        font-size: 20px;
        line-height: 29px;
    }
}

@media screen and (max-width: 520px) {
    .menu-col .wrapper-links .title-project {
        font-size: 22px;
        line-height: 87.99%;
        text-align: left;
    }

    .menu-col .wrapper-links .item-link {
        font-size: 20px;
        line-height: 29px;
        text-align: left;
    }
}

@media screen and (max-width: 451px) {
    .menu-col .wrapper-links .title-project {
        font-size: 18px;
        line-height: 87.99%;
    }
}

@media screen and (max-width: 430px) {
    .menu-col .wrapper-links .item-link {
        font-size: 16px;
        line-height: 29px;
    }
    .overlay-menu-content .menu-col .wrapper-links {
        margin: 204px 0px 0px 0px;
    }
    .overlay-menu .title-film {
        margin-left: 0px;
    }
    .overlay-menu .overlay-menu-content .container-title {
        margin-left: 0px;
    }
    .overlay-menu .closebtn {
        left: 20px;
    }
    .overlay-menu .home-link {
        left: 29px;
    }
    .overlay-menu-content .menu-col #scroll-1 {
        overflow-y: auto;
    }
    .overlay-menu-content .menu-col .wrapper-links .container-links {
        padding-right: 10px;
    }
}

@media screen and (max-width: 323px) {
    .overlay-menu .title-film {
        font-size: 16px;
    }
    .menu-col .wrapper-links .title-project {
        font-size: 16px;
        line-height: 87.99%;
    }
}
