.maintitle{
    font-family: Cormorant, Serif;
    position: fixed;
    left: 11.6%;
    /*width: calc(100% - 11.6% - 3%);*/
    width: fit-content;
    top: var(--10);
    color: var(--grey);
    font-size: 8rem;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.containernumber{
    font-size: 3rem;
    display: flex;
    margin-left: 1rem;
    margin-top: 2.5rem;
    flex-direction: row;
    position: relative;
}
.scrollnumber{
    overflow: hidden;
    margin-left: 0.1rem;
    margin-right: 0.1rem;
    height: 3.5rem;
    margin-top: 0;
}
.finalcontainnum{
    display: flex;
    flex-direction: column;
    margin-top: 0;
    animation: animaa 10s infinite;
}
.descriptionpage{
    font-family: Cormorant, Serif;
    position: fixed;
    left: 11.6%;
    width: calc(100% - 11.6% - 3%);
    top: calc(var(--10) + 8rem + var(--6));
    color: var(--grey);
    overflow: hidden;
    font-size: 1.5rem;
}
.word-wrapper {
    display: inline-block;
    overflow: hidden;
}

/* Projects */

.containerprojects{
    margin-left: 11.6%;
    z-index: 1;
    position: relative;
    margin-right: 3%;
    margin-top: calc(4 *var(--10) + 8rem + var(--10));
}

.project{
    width: 100%;
    height: 30rem;
    background: linear-gradient(0deg, rgba(0,0,0,0) 0%, var(--hidetitleproject) 25%, var(--hidetitleproject) 75%, rgba(0,0,0,0) 100%);
    margin-bottom: calc(1.1*var(--10));
    display: flex;
    padding-top: var(--7);
    padding-bottom: var(--7);
    flex-direction: row;
    justify-content: space-between;
    opacity: 0;
    font-family: Swiss721, serif;
}
.imgprojectodd img, .imgprojecteven img{
    transition: transform 0.2s;
}
.imgprojectodd:hover img, .imgprojecteven:hover img{
    transform: scale(1.01);
    transition: transform 0.5s;
}
.imgprojectodd{
    width: calc(0.3925*100vw);
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex;
    justify-content: center;
    /*align-items: center;*/
    transform-style: preserve-3d;
    transform: translateZ(0px);
}
.previewdescriptionodd{
    width: calc(0.384*100vw);
    height: 100%;
}
.imgprojecteven{
    width: calc(0.384*100vw);
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex;
    justify-content: center;
    /*align-items: center;*/
    transform-style: preserve-3d;
    transform: translateZ(0px);
}
.previewdescriptioneven{
    width: calc(0.3925*100vw);
    height: 100%;
}
.pimg{
}
.phead{
    width: 100%;
    margin-bottom: var(--6);
}
.ptitle{
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
}
.pdate{
    font-style: italic;
    color: var(--grey);
}
.ptags{
    margin-top: var(--4);
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    flex-wrap: wrap;
    color: var(--grey);
}
.pcontent{
    width: 100%;
    text-align: justify;
}
/*
.imgprojectodd canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}*/
.tagasset{
    border: 1px solid var(--bordertagassets);
    border-radius: 0.5rem;
    font-size: 1rem;
    white-space: nowrap;
    padding: 0.25rem 0.75rem;
    transition: border 0.2s;
}
.tagasset:hover{
    border: 1px solid var(--bordertagassetshover);
    transition: border 0.2s;
}

@media (max-width: 480px) {
}
@media (max-width: 767px) {
    .maintitle{
        font-size: 3rem;
    }
    .containernumber{
        margin-top: 0.75rem;
        font-size: 2rem;
    }
    .scrollnumber{
        height: 2.5rem;
    }
    .descriptionpage{
        font-size: 1rem;
    }
}
@media (max-width: 991px) {
    .project{
        flex-direction: column;
        background: none;
        height: 60rem;
    }
    .imgprojectodd{
        margin-bottom: 3rem;
        width: 100%;
    }
    .imgprojecteven{
        width: 100%;
        margin-top: 1rem;
    }
    .previewdescriptionodd, .previewdescriptioneven{
        width: 100%;
    }

}
@media (max-width: 1199px) {
}
@media (max-width: 1599px) {
}
@media (min-width: 1600px) {
}




