* {
    outline: none !important;
}

a {
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
    cursor: pointer;
}

.projects-nav {
    position: fixed;
    width: 100%;
    height: var(--projects-nav);
    top: calc(var(--navbar-height));
    background-color: #BBBDBF;
    font-family: var(--CFAstyStd-Book);
    z-index: 500;
}

#menu-item-182, #menu-item-87 {
    border-bottom: 2px solid var(--theme-color-b);
}

.projects-nav .current-menu-item {
    border-bottom: none;
    cursor: pointer;
}

.projects-nav .current-menu-item>a,
.projects-nav li:hover>a {
    color: var(--theme-color-a) !important;
    transition: all 0.2s ease;
    cursor: pointer;
}

.projects-nav li:hover>a {
    border-bottom: none;
    cursor: pointer;
}

.projects-nav>ul {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
}

#katoikia {
    order: 1;
    cursor: pointer;
}

#estiasi {
    order: 2;
    cursor: pointer;
}

#katastimata {
    order: 3;
    cursor: pointer;
}

#filoksenia {
    order: 4;
    cursor: pointer;
}

#grafeia {
    order: 5;
    cursor: pointer;
}

.projects-nav a {
    color: #ffffff;
    font-size: 20px;
    padding: 20px 40px;
    text-transform: uppercase;
    font-size: var(--nav-font-size);
    cursor: pointer;
}

.global-container {
    position: relative;
    padding: 0;
    height: calc(100% - var(--navbar-height) - var(--projects-nav));
    top: calc(var(--navbar-height) + var(--projects-nav));
}

/* Swiper */

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-wrapper {
    will-change: transform;
    height: 100.1% !important;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #ffffff;
    margin: 0 auto;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
    object-fit: cover;
    z-index: 11;
    cursor: pointer;
    /* pointer-events: none; */
    color: white;
}

/* .swiper-slide:hover img {
    pointer-events: auto;
} */

.swiper-button-next:after,
.swiper-button-prev:after {
    color: #ffffff;
}

.project-text {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0;
    /* transition: opacity 0.4s ease; */
    z-index: 100;
    background-color: rgba(255, 255, 255, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column nowrap;
    font-family: var(--CFAstyStd-Light);
    /* pointer-events: none; */
    /* touch-action: none; */
    cursor: pointer;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    /* transform: translateY(4rem); */
}

.project-text:hover {
    opacity: 1;
    cursor: pointer;
}

.titleSubtitle_wrapper {
    pointer-events: none;
    touch-action: none;
}
/* .project-text-active {
    opacity: 1;
    pointer-events: auto !important;
    touch-action: auto !important;
} */

.project-title {
    font-size: 42px;
    line-height: 52.52px;
    letter-spacing: -3px;
    color: #231F20;
    /* pointer-events: none;
    touch-action: none; */
    margin: 1rem 0;
}

.project-subtitle {
    margin: 1rem 0;
    font-size: 31.5px;
    line-height: 55px;
    letter-spacing: -1px;
    color: #231F20;
    /* pointer-events: none;
    touch-action: none; */
}

.project-touch {
    transition: opacity 0.3s ease-in-out 0.2s;
    background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 40%, rgba(0,0,0, 0.4) 60%, rgba(0,0,0,0) 100%);
    opacity: 0;
}
.project-touch .project-title,
.project-touch .project-subtitle {
    color: rgba(255, 255, 255, 1);
}

@media all and (max-width: 1366px) {
    :root {
        --projects-nav: 3rem;
    }

    .projects-filter-items a {
        /* padding: 1rem; */
        font-size: 14px;
    }
}

@media all and (max-width: 1280px) {
    .titleSubtitle_wrapper {
        height: fit-content;
        /* background: rgba(0, 0, 0, 0.5); */
/*         opacity: 0; */
    }

}
@media all and (max-width: 1024px) {
    :root {
        --projects-nav: 3rem;
    }

    .global-container {
        /* top: var(--navbar-height); */
    }

    .projects-nav {
        /* bottom: 0px; */
        /* top: unset; */
    }

    .projects-nav>ul {
        justify-content: space-evenly;
    }

    .projects-filter-items {
        text-align: center;
    }

    .projects-filter-items a {
        padding: 0.8rem;
        font-size: 13px;
    }
}

@media all and (max-width: 768px) {
    .project-title {
        font-size: 32;
        line-height: unset;
    }

    .project-subtitle {
        font-size: 20px;
        line-height: unset;
    }

    .projects-filter-items a {
        padding: 0.5rem;
        /* font-size: 11px; */
    }
}

@media all and (max-width: 576px) {
    .project-title {
        font-size: 28px;
    }

    .project-subtitle {
        font-size: 18px;
    }

    .projects-filter-items a {
        padding: 0.25rem;
        font-size: 11px;
    }
}

@media all and (max-width: 340px) {
    .projects-filter-items a {
        padding: 0.2rem;
        font-size: 10px;
    }
}