.project-item{max-width:25rem;height:-webkit-max-content;height:max-content;border-radius:.5rem;background:var(--palette-gradients-linearSubtle);border-color:var(--palette-primaryDark-700);border:.0625rem solid var(--palette-primaryDark-700);position:relative;cursor:pointer;transition:box-shadow .5s ease-in-out;overflow:hidden;&:hover{box-shadow:0 0 5px 0 var(--palette-primary-300)}}.project-item--animation{box-shadow:0 6px 30px 5px var(--palette-primary-900),0 15px 14px -10px var(--palette-secondary-200)}.project-item-figure img{width:100%;height:13rem}.project-item-content{display:flex;flex-direction:column;gap:.8rem;padding:1rem}.project-item-content p{margin-bottom:.8rem}.project-item-content a{font-size:1.5rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;background:var(--palette-primary-500);color:var(--color-white);padding:.5rem 1rem;font-weight:700;border-radius:.5rem;transition:background .5s}.project-item-content a:hover{background:var(--palette-primary-700)}.project-tech-stack-container{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}