
.works_Section1 {
    position: absolute;
    top: 30%;
    left: 0;
    overflow: hidden;
}

/*---------------------------------------------------------------works-----------------------------------*/
.colorParent {
    width: 100%;
    position: fixed;
    top: 90%;
    left: 0;
    opacity: 1;
    animation: load_works 1s forwards;
    -webkit-animation: load_works 1s forwards;
}


@keyframes load_works {
    from {
        opacity: 1;
        top: 90%
    }
    to {
        opacity: 1;
        top: 40%;
    }

}

@-webkit-keyframes load_works {
    from {
        opacity: 1;
        top: 90%
    }
    to {
        opacity: 1;
        top: 40%;
    }

}

.images_list > div > img {
    height: 200px;
    width: 200px;

}


.colorParent {
    display: flex;
    justify-content: space-evenly !important;
}

.blue {
    display: flex;
    /*background: blue;*/
    color: white;
    font-weight: bold;
    font-size: 20px;
    /*height: 100vh;*/
    /*width: 88px;*/
    border: 5px solid blue;
}

#contentDiv21:hover {
    background: blue;
}

.yellow {
    display: flex;
    /*background: yellow;*/
    color: white;
    font-weight: bold;
    font-size: 20px;
    border: 5px solid yellow;
}

.green {
    display: flex;
    /*background: green;*/
    color: white;
    font-weight: bold;
    font-size: 20px;
}

.red {
    display: flex;
    background: red;
    color: white;
    font-weight: bold;
    font-size: 20px;
}

.myContentsDiv > img {
    width: 50px;
}


/*menu container*/

#main-works, .menu-item {
    cursor: none;
}


#circle {
    width: 50px;
    height: 50px;
    position: fixed;
    z-index: 999999;
    background: url("../images/PIKA.svg") no-repeat;
    pointer-events: none;
    opacity: 0.8;
    display: flex;
    justify-content: center;
    align-items: center;
    object-fit: cover;
    mix-blend-mode: difference;
    filter: invert(1);
    transform: translateX(-50%) translateY(-50%);
}


.menu-container {
    width: 94.2vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    flex-direction: row;
    position: fixed;
    /*z-index: 999;*/
    right: 0;
    left: 0;
    animation: menu-down 1500ms forwards, menu-to-top 500ms forwards;
    animation-delay: 2s, 1500ms;
    padding: 0 50px;
    margin: 0 3%;
    overflow: hidden;
    -moz-box-sizing: border-box;
    animation-timing-function: linear;
}

.menu-item {
    width: 25%;
    height: 2vh;
    background: red;
    margin: 0 5px;
    display: flex;
    justify-content: center;
    animation: parallelogram-animation 2000ms forwards, animate-menu-height 2000ms forwards, animate-menu-bg 2000ms forwards;
    animation-delay: 0s, 1500ms, 1500ms;
    animation-timing-function: linear;
}

.menu-item > h2 {
    opacity: 0;
    display: flex;
    position: absolute;
    top: 24%;
    left: 80%;
    width: 100%;
    text-align: center;
    font-size: .7vw;
    transform: translateX(-50%) translateY(-50%) matrix(2.95, 3, -1.99702, 0.99702, 0, 0) rotateZ(-124deg);
    animation: show-titles 4000ms forwards;
    animation-delay: 4000ms;
    transition: all 40ms linear;
    font-family: Playfair Display, serif;
}


@keyframes show-titles {
    0% {
    }
    100% {
        opacity: 0.7;
        color: inherit !important;
    }
}


.menu-item:hover > h2 {
    color: rgb(33, 37, 41) !important;
}

.blue-item {
    background: #200fbf;
    color: #200fbf;
    border: 2px #200fbf solid;
    overflow: hidden;
}

.border-left-multicolor, .border-right-multicolor {
    z-index: 9;
    position: absolute;
    top: 0;
    height: 100%;
    width: 2px;

}

.border-left-multicolor {
    left: 0;
    background: linear-gradient(
            115deg, #200fbf, #dda100, #a60000, #005b63, #44ce7b);
}

.border-right-multicolor {
    right: 0;
    background: linear-gradient(
            -115deg, #200fbf, #dda100, #a60000, #005b63, #44ce7b);
}


.blue-item:hover {
    background: #200fbf !important;
}

.yellow-item {
    background: #dda100;
    color: #dda100;
    border: 2px #dda100 solid;
    overflow: hidden;
}


.yellow-item:hover {
    background: #dda100 !important;
}

.lightgreen-item {
    background: #005b63;
    color: #005b63;
    border: 2px #005b63 solid;
}

.lightgreen-item:hover {
    background: #005b63 !important;
}

.red-item {
    background: #a60000;
    color: #a60000;
    border: 2px #a60000 solid;
}

.red-item:hover {
    background: #a60000 !important;
}


@keyframes menu-down {
    0% {
        top: 0;
    }
    100% {
        top: 50%;
    }
}

@keyframes menu-to-top {
    0% {
        top: 50%;
    }

    100% {
        top: 0;
    }
}


@keyframes parallelogram-animation {
    0% {
    }

    100% {
        transform: matrix(1, 0, -0.99702, 0.99702, 0, 0);
    }
}


@keyframes animate-menu-height {
    0% {
        height: 2vh;
    }

    100% {
        height: 100vh;
    }
}


@keyframes animate-menu-bg {
    0% {
    }
    100% {
        background: transparent;
    }
}


.article-container {
    display: none;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    position: absolute;
    opacity: 0;
    grid-gap: 4rem;
    width: 80%;
    height: 60%;
    bottom: 20%;
    right: 10%;
}

.item-one {
    visibility: hidden;
    opacity: 0 !important;
}


.grid-item {
    border: 1px solid rgba(0, 0, 0, 0.9);
    height: 110%;
    width: 100%;
    position: relative;
    overflow-y: hidden;
    max-height: 110%;
    z-index: 999;
    display: flex;
}

.article-image {
    width: 81%;
    height: 100%;
    max-height: 100%;
    object-fit: fill;
    object-position: center;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}


.article-content {
    position: absolute;
    height: 0;
    width: 81%;
    top: 0;
    left: 0;
    align-content: flex-start;
    /*background: red;*/
    overflow: hidden;
    padding: 0 8px;
    transition: 0.5s;
}


.article-content-text {
    width: 100%;
    text-align: left;
    padding: 8px 5px;
}


.grid-item:hover > .article-content {
    height: 100%;
    color: black;
    text-align: left;
}


.opacity-bg {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.85);
    display: none;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
}


.basic-article-description {
    color: white;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 90%;
}

.description-container {
    position: absolute;
    left: 40%;
    bottom: 40%;
    width: 60%;
    z-index: 1009;
    height: 42%;
    overflow: hidden;
}

.article-description-2 {
    color: #fff;
    z-index: 1009;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 15%;
    height: 100%;
    width: 100em;
    /*padding-bottom: 2%*/
}

.btn-works {
    border: 1px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    padding: 8px 12px;
    margin-right: 20px;
}


#abstract-btn {
    margin-top: auto;
}

.btn-works:hover {
    background: white;
}

.btn-works:hover > h4 {
    color: black;
}

.btn-works > h4 {
    margin-bottom: 0;
    color: white;
}

.article-description-paragraph {
    width: 69%;
    font-size: 1.8vh;
    max-height: 28vh;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.article-description-paragraph::-webkit-scrollbar {
    width: 5px;
}

.article-description-paragraph::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

.article-description-paragraph::-webkit-scrollbar-thumb {
    background: whitesmoke;
    border-radius: 10px;
}

.article-description-paragraph::-webkit-scrollbar-thumb:hover {
    background: whitesmoke;
}


.btn-next-works {
    position: absolute;
    width: 30px;
    height: 30px;
    padding: 8px;
    border-radius: 15px;
    top: 50%;
    transform: translateY(-50%);
    right: 7%;
    z-index: 999;
    justify-content: center;
    align-items: center;
    display: none;
}

.phone-image {
    display: none;
    width: 80%;
    height: 50vh;
}

#icon-right {
    font-size: 20px;
    transform: translateX(-5%) translateY(25%);
    color: black;
}

.btn-prev-works {
    position: absolute;
    width: 30px;
    height: 30px;
    padding: 8px;
    border-radius: 15px;
    top: 50%;
    transform: translateY(-50%);
    left: 19%;
    z-index: 999;
    justify-content: center;
    align-items: center;
    display: none;
}

#icon-left {
    font-size: 20px;
    transform: translateX(-9%) translateY(25%);
    color: black;
}


.human-development {
    display: none !important;
}

.economy {
    display: none !important;
}

.monitoring-evaluation {
    display: none !important;
}


.other {
    display: none !important;
}


.back-to-categories-div {
    position: absolute;
    bottom: 5vh;
    right: 6vw;
    width: 11vw;
    display: flex;
    align-items: center;
    flex-direction: column;
    color: white !important;
    visibility: hidden;
}

.bottom-border {
    position: absolute;
    height: 1px;
    width: 11vw;
    background: white;
    bottom: 0;
    transition: .3s ease-in-out;
}


.back-to-categories-div:hover > .bottom-border {
    width: 8vw;
}


/*#cursor {*/
/*    height: 30px;*/
/*    width: 30px;*/
/*    border-radius: 20px;*/
/*    background-color: rgba(255, 255, 255, .8);*/
/*    position: absolute;*/
/*    transform: translateY(-50%) translateX(-300%);*/
/*    pointer-events: none;*/
/*    z-index: 9999999999;*/
/*    mix-blend-mode: difference;*/
/*}*/

/*end menu conrainer*/


/*____________________________ MOBILE VIEW ________________________________*/

@media screen and (max-width: 1000px) {

    .menu-item > h2 {
        top: 30vw;
    }

}

/*/////////////////////////////////////////////////////*/


@media screen and (min-height: 900px) and (max-width: 1570px) {
    .article-container {
        width: 72%;
        height: 50%;
        bottom: 26%;
        right: 10%;
    }
}

@media screen and (min-height: 900px) and (max-width: 1570px) {
    .article-container {
        width: 72%;
        height: 50%;
        bottom: 26%;
        right: 10%;
    }
}

@media screen and (min-height: 900px) and (max-width: 1400px) {
    .article-container {
        width: 72%;
        height: 38%;
        bottom: 34%;
    }
}

@media screen and (min-height: 900px) and (max-width: 1460px) {

    .article-description-paragraph {
        width: 52%;
        font-size: 2vh;
        max-height: 28vh;
        overflow-y: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

}

@media screen and (max-height: 900px) and (max-width: 1250px) {
    .article-container {
        width: 72%;
        height: 44%;
        bottom: 29%;
        right: 12%;
    }
}

@media screen and (max-height: 900px) and (max-width: 1080px) {
    .article-container {
        width: 78%;
        height: 40%;
        bottom: 32%;
    }
}


/*/////////////////////////////////////////////////////*/


/*================================================================================*/

/*LIMITATION WIDTH ON HOW ITEMS SHOW*/

/*================================================================================*/


@media screen and (max-width: 1050px) {
    #circle {
        display: none;
    }
}


@media screen and (max-width: 830px) {
    .grid-item {
        height: 270px;
        width: 200px;
    }
}


@media screen and (max-width: 1610px) and (min-width: 1211px ) {
    .menu-container {
        left: 1%;
        width: 92.2vw;
    }
}

@media screen and (max-width: 1210px) and (min-width: 1001px) {
    .menu-container {
        left: 1.5%;
        width: 91.2vw;
    }
}

@media screen and (max-width: 1300px ) {
    .article-title, .article-author, .article-role {
        font-size: 22px;
    }

    #abstract-btn {
        margin-top: 14%;
    }

    .article-description-paragraph {
        width: 70%;
    }

    .description-container {
        bottom: 48%;
        height: 35%;
    }
}


@media screen and (max-width: 1300px) and (max-height: 900px) {
    .description-container {
        bottom: 20%;
        height: 60%;
    }

    .article-description-paragraph {
        width: 50%;
    }

    #abstract-btn {
        margin-top: auto;
    }
}


@media screen and (max-width: 1100px) and (min-width: 980px) {
    .article-container {
        right: 9%;
        bottom: 31%;
        gap: 50px;
    }

    .grid-item {
        width: 95%;
        height: 135%;
    }

    .article-description-paragraph {
        font-size: 19px;
        width: 85%;
        margin-top: -1%;
    }


    #abstract-btn {
        margin-top: 10%;
    }

    .button-container-db {
        margin-top: -1% !important;
    }

    .article-description-paragraph {
        font-size: 18px;
    }

    .menu-item > h2 {
        top: 40%;
    }


}

@media screen and (max-width: 1100px) and (min-width: 980px) and (min-height: 980px) {
    .article-container {
        right: 15%;
        gap: 80px;
    }

    .grid-item {
        width: 170%;
        height: 85%;
    }

    .article-description-paragraph {
        font-size: 22px;
    }

    .menu-item > h2 {
        top: 46%;
    }

    #abstract-btn {
        margin-top: auto;
    }

    .button-container-db {
        margin-top: auto !important;
    }
}


@media screen and (max-width: 960px) {


    .menu-container {
        flex-direction: column;
        margin-top: 90px;
        height: 90%;
        display: flex;
        margin-left: 0;
        margin-right: 0;
        width: 101vw;
        padding: 0 0 10%;
    }

    @keyframes parallelogram-animation {
        0% {
        }

        100% {
            transform: none;
        }
    }

    .border-left-multicolor, .border-right-multicolor {
        display: none !important;
    }

    .menu-item {
        width: 100%;
        flex: 1;
        margin-left: 101vw;
    }

    #menu-item-1 {
        animation: animate-from-right 500ms ease-in forwards;
        animation-delay: 500ms;
    }

    #menu-item-2 {
        animation: animate-from-right 500ms ease-in forwards;
    }

    #menu-item-3 {
        animation: animate-from-right 500ms ease-in forwards;
        animation-delay: 1.5s;
    }

    #menu-item-4 {
        animation: animate-from-right 500ms ease-in forwards;
        animation-delay: 2s;
    }


    @keyframes animate-menu-height {
        0% {
        }

        100% {
        }
    }



    @keyframes menu-down {
        0% {
        }
        100% {
        }
    }

    @keyframes menu-to-top {
        0% {
        }
        100% {
        }
    }


    .article-image {
        width: 100%;
        object-fit: fill;
    }


    .menu-item > h2 {
        position: static;
        width: 100%;
        font-size: 23px;
        transform: none;
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        padding-right: 4%;
        animation: show-titles 1s ease-in forwards;
        animation-delay: 1.5s;
        color: rgb(33, 37, 41) !important;
    }

    .article-container {
        top: 150px;
        grid-template-columns: 1fr 1fr;
        grid-auto-rows: auto;
        height: 70%;
        left: 50%;
        transform: translateX(-50%);
        place-items: center;
        overflow: scroll;
    }

    .back-to-categories-div {
        position: absolute;
        width: 25%;
        margin-inline: 0;
        display: flex;
        align-items: center;
        flex-direction: column;
        color: white !important;
        margin-top: 95vh;
        visibility: hidden;
        top: 20px;
        bottom: 5px;
    }

    .grid-item {
        height: 280px;
        z-index: 10;
    }

    .description-container {
        left: 0;
        top: 2%;
        width: 100%;
        display: flex;
        flex-direction: column;
        height: 90%;
        overflow: scroll;
        align-items: center;
    }

    .basic-article-description {
        align-items: center;
        margin-bottom: 50px;
    }

    .basic-article-description > img {
        margin-bottom: 30px;
    }

    .article-description-paragraph {
        align-self: center;
        width: 22%;
    }

    .article-description-2 {
        align-items: center;
    }

    @keyframes animate-from-right {
        from {
            margin-left: 100vw;
        }

        to {
            margin-left: 0;
        }
    }

    .item-one {
        display: none;
    }

    .opacity-bg {
        top: 145px;
        background: black;
        height: 76vh;
    }

    .article-description-2 {
        margin-top: 25%;
    }

}

@media screen and (max-width: 1495px) and (min-width: 1400px) {
    .article-description-paragraph {
        width: 52%;
        font-size: 2vh;
        max-height: 28vh;
        overflow-y: auto;
    }
}

@media screen and (max-width: 1595px) and (min-width: 1500px) {
    .article-description-paragraph {
        width: 56%;
        font-size: 2vh;
        max-height: 28vh;
        overflow-y: auto;
    }
}

@media screen and (max-width: 1695px) and (min-width: 1600px) {
    .article-description-paragraph {
        width: 60%;
        font-size: 2vh;
        max-height: 28vh;
        overflow-y: auto;
    }
}

@media screen and (max-width: 1795px) and (min-width: 1700px) {
    .article-description-paragraph {
        width: 64%;
        font-size: 2.2vh;
        max-height: 28vh;
        overflow-y: auto;
    }
}

@media screen and (max-width: 1895px) and (min-width: 1800px) {
    .article-description-paragraph {
        width: 67%;
        font-size: 2.3vh;
        max-height: 28vh;
        overflow-y: auto;
    }
}

@media screen and (max-width: 1995px) and (min-width: 1900px) {
    .article-description-paragraph {
        width: 71%;
        font-size: 2.3vh;
        max-height: 28vh;
        overflow-y: auto;
    }
}


@media screen and (max-width: 600px) {
    .article-container {
        top: 150px;
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
        height: 70%;
        overflow: scroll;
    }


    .grid-item {
        width: 270px;
        height: 380px;
        z-index: 10;
    }
}

@media screen and (max-width: 1100px) {

}


@media screen and (max-width: 1760px) {
    .back-to-categories {
        font-size: 16px;
    }
}


@media screen and (max-width: 1170px) {
    .back-to-categories {
        font-size: 12px;
    }
}

/*================================================================================*/
/*================================================================================*/


