@-webkit-keyframes wiggle{0%,7%{transform:rotateZ(0)}15%{transform:rotateZ(-15deg)}20%{transform:rotateZ(10deg)}25%{transform:rotateZ(-10deg)}30%{transform:rotateZ(6deg)}35%{transform:rotateZ(-4deg)}100%,40%{transform:rotateZ(0)}}@keyframes wiggle{0%,7%{transform:rotateZ(0)}15%{transform:rotateZ(-15deg)}20%{transform:rotateZ(10deg)}25%{transform:rotateZ(-10deg)}30%{transform:rotateZ(6deg)}35%{transform:rotateZ(-4deg)}100%,40%{transform:rotateZ(0)}}@-webkit-keyframes fadein{100%{opacity:1;transform:translateX(0)}}@keyframes fadein{100%{opacity:1;transform:translateX(0)}}#button{display:flex;background-color:#e0d1c6;width:50px;height:50px;text-align:center;border-radius:100%;position:fixed;bottom:70px;color:#fff;right:30px;align-items:center;justify-content:center;transition:background-color .3s,opacity .5s,visibility .5s;opacity:0;visibility:hidden;z-index:1000;cursor:pointer;box-shadow:0 4px 16px 0 rgba(0,0,0,.4)}#button.show{opacity:1;visibility:visible}html.page-home body main>section.home-projects-section .project-grid{width:100%;display:grid;grid-template-columns:2fr 3fr;gap:80px}@media only screen and (max-width:770px){html.page-home body main>section.home-projects-section .project-grid{grid-template-columns:1fr;gap:40px}}html.page-home body main>section.home-projects-section .project-grid .content-area{width:100%}html.page-home body main>section.home-projects-section .project-grid .content-area .project-info{max-width:640px;margin:0 auto;padding:20px;box-sizing:border-box}html.page-home body main>section.home-projects-section .project-grid .content-area .project-info .largetitle{margin-bottom:clamp(30px,4vw,70px)}html.page-home body main>section.home-projects-section .project-grid .content-area .project-info h2{font-size:42px;font-style:normal;font-weight:400;line-height:50px;letter-spacing:.42px;margin:30px 0}html.page-home body main>section.home-projects-section .project-grid .content-area .project-info h2 .icon i{color:#2c1706}html.page-home body main>section.home-projects-section .project-grid .content-area .project-info a{display:block;transition:.3s ease-in-out}html.page-home body main>section.home-projects-section .project-grid .content-area .project-info a:hover{transform:translateX(10px)}html.page-home body main>section.home-projects-section .project-grid .image{width:100%}html.page-home body main>section.home-projects-section .project-grid .image img{width:100%;height:auto;-o-object-fit:cover;object-fit:cover;aspect-ratio:3/2}html.page-home body main>section.home-projects-section .project-grid .image .btn{display:block;margin:50px 120px 50px auto}