.NavigationBar_root__54Xkv {
    z-index: 5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 8%;
    width: 100vw;
    height: 11vh;
    position: fixed;
    top: 0;
    color: hsla(0,0%,4%,.87);
    border-bottom: 1px dashed #ffc4eb;
    background: #ebebd2
}

.NavigationBar_logo__container__AB2bs {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 1.4rem;
    font-family: Parisienne,cursive
}

.NavigationBar_logo__container__AB2bs #NavigationBar_logo__image__vnpd2 {
    border-radius: 50%;
    border: 3px solid #ff91da
}

.NavigationBar_logo__container__AB2bs h2 {
    line-height: 95%;
    text-transform: uppercase;
    text-rendering: geometricPrecision;
    font-family: "ABC Ginto Nord","Noto Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

@media screen and (max-width: 768px) {
    .NavigationBar_root__54Xkv {
        justify-content:space-evenly
    }

    #NavigationBar_logo__text__8oYyy {
        display: none
    }
}

.ProjectCard_flex--align-center__JbJyf,.ProjectCard_flex--centralize-items__gbcRB,.ProjectCard_flex--column___4DxF,.ProjectCard_flex--items-on-top__HyC4w,.ProjectCard_flex--justify-center___3TuT,.ProjectCard_flex__l_hqP,.ProjectCard_footer__rVTUZ,.ProjectCard_root__Gn3pS {
    display: flex
}

.ProjectCard_flex--column___4DxF,.ProjectCard_root__Gn3pS {
    flex-direction: column
}

.ProjectCard_flex--align-center__JbJyf,.ProjectCard_flex--centralize-items__gbcRB {
    align-items: center
}

.ProjectCard_flex--centralize-items__gbcRB,.ProjectCard_flex--justify-center___3TuT {
    justify-content: center
}

.ProjectCard_flex--items-on-top__HyC4w {
    align-items: flex-start
}

.ProjectCard_gap-x-small__R8ohu {
    gap: 4px
}

.ProjectCard_gap-small__LqEPU {
    gap: 8px
}

.ProjectCard_footer__rVTUZ,.ProjectCard_gap-medium__YYCNj,.ProjectCard_root__Gn3pS {
    gap: 16px
}

.ProjectCard_gap-large__sUiWt {
    gap: 32px
}

.ProjectCard_gap-x-large__JjljP {
    gap: 64px
}

.ProjectCard_fill-width__YAaPc {
    width: 100%
}

.ProjectCard_fill-height__DS8NX {
    height: 100%
}

.ProjectCard_text--capitalize__OrcdV {
    text-transform: capitalize
}

.ProjectCard_text--underline__SH0tU {
    text-decoration: underline;
    -webkit-text-decoration-color: #fec8ad;
    text-decoration-color: #fec8ad
}

.ProjectCard_text--bold__6pPYM {
    font-weight: 700
}

.ProjectCard_text--borel-familly__0pvZ8 {
    font-family: Borel,cursive;
    margin-bottom: -20px
}

.ProjectCard_text--helper__7h_rc {
    color: hsla(0,0%,4%,.67)
}

.ProjectCard_text--medium___5TKS {
    color: hsla(0,0%,4%,.77)
}

.ProjectCard_text--emphasis__NHDRM {
    color: #913b8c;
    font-weight: 700
}

.ProjectCard_text--white__jWJJi {
    color: hsla(0,0%,94%,.87)
}

.ProjectCard_root__Gn3pS {
    transition: .5s;
    transform: rotateX(8deg) rotateY(8deg);
    transform-style: preserve-3d;
    justify-content: space-between;
    background-color: #beb4d6;
    background-image: linear-gradient(315deg,#cc97c1,#beb4d6 80%);
    padding: 24px;
    border-radius: 8px;
    cursor: default;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,.15)
}

.ProjectCard_root__Gn3pS:hover {
    transform: rotateX(0deg) rotateY(0deg)
}

.ProjectCard_footer__rVTUZ,.ProjectCard_footer__rVTUZ a,.ProjectCard_footer__rVTUZ button {
    width: 100%
}
