.page-template-page-moekko-project {
    min-height: 100dvh;
    background: linear-gradient(to bottom, #e8dbfb, #daddd8);
    color: #343336;

}

.page-template-page-moekko-project .main-wrap {
    display: flex;
    flex-direction: column;
    min-height: 100dvh;
    margin: 0;
    padding: 0;
}





.important-content {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 21px;
    margin-bottom: 0px;
}


.project-info-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 30px;
    gap: 10px;
}

.project-info-mobile h1 {
    color: #343336;
    font-size: 10vw;
    text-transform: uppercase;
}

.project-title-desktop {
    display: none;
}


.page-template-page-moekko-project .project-content {
    color: #343336;
}


.project-content {
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
}



.project-btn {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.btn-project {
    border-radius: 10px;
    background: transparent;
    padding: 5px 10px;
    color: white;
    background: #343336;
    text-transform: uppercase;
    font-size: 12px;
}


.img-signing {
    width: 180px;
}

.img-moekko {
    border: white 1px solid;
    border-radius: 5px;
    object-fit: cover;
    height: 700px;
}



.project-text-white {
    padding: 5px;
    background-color: white;
    border-radius: 10px;
    margin-bottom: 10px;
}


@media screen and (min-width: 1024px) and (orientation: portrait) {
    .project-info-mobile {
        padding-top: 0px;
    }

    .project-content {
        flex-direction: column;
    }
}


@media screen and (min-width: 1024px) and (orientation: landscape) {
    .project-infos {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        max-height: 700px;
        overflow-y: auto;
        scroll-behavior: none;
        -ms-overflow-style: none;
    }

    .project-infos>div :nth-child(1)>p {
        margin-bottom: 0px;
    }

    .project-info-mobile {
        display: none;
    }

    .project-title-desktop {
        display: block;

    }

    .project-title-desktop {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .project-title-desktop h1 {
        height: 60px;
        font-size: 42px;
        margin: 0;
        padding: 0;
        line-height: 1;
        display: flex;
        align-items: flex-start;
    }

    .project-content {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding-bottom: 20px;
        padding-top: 20px;
        width: 1024px;
        margin-left: auto;
        margin-right: auto;
        flex: 1;
        align-items: center;
    }

    .project-content>div {
        width: 48%;
    }

    .img-moekko {
        height: 100%;
        height: 700px;
    }

    .fisrt {
        padding-top: 0px;
    }

   .page-id-865 .last {
        padding-top: 10px;
        padding-bottom: 0px;
    }



    .project-infos {
        overflow-y: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .project-infos::-webkit-scrollbar {
        display: none;
    }
}



@media screen and (min-width: 1280px) {
    .project-infos {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        max-height: 700px;
        overflow-y: auto;
        scroll-behavior: none;
        -ms-overflow-style: none;
    }

    .project-infos>div :nth-child(1)>p {
        margin-bottom: 0px;
    }

    .project-info-mobile {
        display: none;
    }

    .project-title-desktop {
        display: block;

    }

    .project-title-desktop {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .project-title-desktop h1 {
        height: 60px;
        font-size: 42px;
        margin: 0;
        padding: 0;
        line-height: 1;
        display: flex;
        align-items: flex-start;
    }

    .project-content {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding-bottom: 20px;
        padding-top: 20px;
        width: 1024px;
        margin-left: auto;
        margin-right: auto;
        flex: 1;
        align-items: center;
    }

    .project-content>div {
        width: 48%;
    }

    .img-moekko {
        height: 100%;
        height: 700px;
    }

    .fisrt {
        padding-top: 0px;
    }

   .page-id-865 .last {
        padding-top: 10px;
        padding-bottom: 0px;
    }



    .project-infos {
        overflow-y: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .project-infos::-webkit-scrollbar {
        display: none;
    }
}

@media screen and (min-width: 1600px) {

    .project-infos {
        max-height: 750px;
    }

    .img-moekko {
        height: 750px;
    }
}