.project-page{background-color:var(--black-color);color:var(--text-white-color);flex-flow:column;padding:0;display:flex}.work-title{flex-flow:column;justify-content:center;align-items:center;width:100%;height:80vh;margin-top:8rem;display:flex}.work-title h1{text-align:center;text-transform:capitalize;width:100%;color:var(--text-white-color);margin-bottom:1rem}.work-title .small-title{text-align:center;width:20%;color:var(--text-whitefade-color);font-weight:300}.short-description{width:100%;height:fit-content;color:var(--text-whitefade-color);border-top:1px solid var(--border-fade-color);flex-flow:row;justify-content:space-between;margin-top:3rem;padding-top:1rem;padding-bottom:5rem;display:flex}.short-description h3{font-size:.8rem;font-weight:600}.short-description p{text-transform:uppercase;font-size:.65rem;font-weight:500}.short-description p:nth-child(2){color:var(--text-grey-color)}.project-list{grid-template-columns:repeat(3,23rem);justify-content:space-between;row-gap:6rem;width:100%;padding-bottom:9rem;display:grid}.project-item{cursor:pointer;border:var(--border-radius);flex-flow:column;justify-content:start;width:100%;height:fit-content;margin-bottom:4rem;display:flex}.project-item img{object-fit:cover;border-radius:var(--border-radius);width:100%;height:22rem;display:block}.project-list .project-item .projectData{flex-flow:column;justify-content:center;width:100%;display:flex}.project-list .project-item .simple-description{flex-flow:row;justify-content:space-between;align-items:center;width:100%;height:fit-content;margin-top:1rem;margin-bottom:.5rem;display:flex}.project-list .project-item .simple-description h3{text-transform:uppercase;margin-bottom:0;font-size:.9rem;font-weight:700}.project-list .project-item .simple-description p{text-transform:uppercase;text-align:center;width:fit-content;color:var(--text-whitefade-color);margin-right:.2rem;font-size:.5rem;font-weight:500}.project-list .projectData .large-description{width:100%;color:var(--text-grey-color);margin:1rem 0;font-size:.7rem;font-weight:400;line-height:.9rem;display:none}@media screen and (max-width:480px){.project-page{padding-top:7rem}.work-title{flex-flow:column;justify-content:center;width:100%;height:fit-content;margin-top:0;margin-bottom:2rem;display:flex}.work-title h1{text-align:center;width:100%;margin:0 auto}.work-title .small-title{width:70%;margin-top:1rem}.short-description{margin-top:3rem;padding-bottom:2rem}.short-description h3{width:30%;font-size:.6rem;font-weight:400}.short-description p{width:30%;font-size:.5rem;font-weight:400}.short-description p:nth-of-type(2){width:30%}.project-list{grid-template-columns:repeat(1,23rem);justify-content:center;row-gap:3rem;padding-bottom:4rem}.project-item{width:100%;height:50vh;margin:1rem auto}.project-item img{width:100%;height:80%}.simple-description{align-items:center;width:100%;margin:0;padding:1rem 0}.simple-description h3{width:40%;font-size:.9rem;line-height:1rem}.simple-description p{font-size:.72rem;font-weight:400}}
