.projects-section{margin-block:6rem;padding-inline:var(--padding-lg)}@media(max-width:768px){.projects-section{margin-block:4rem}}.projects-section__heading{width:min(100%,578px);margin-bottom:6rem}.projects-section__heading .text{font-size:clamp(1rem,2.3vw + .5rem,2.5rem)}.projects-section__cards{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.5rem;gap:1.5rem}@media(max-width:768px){.projects-section__cards{grid-template-columns:1fr;gap:2rem}}.projects-section a.link{display:block;color:var(--clr-secondary);text-decoration:underline;font-size:clamp(1.5rem,.8vw + 1.3rem,2rem);width:-moz-fit-content;width:fit-content;margin-inline:auto;margin-top:6rem}@media(max-width:768px){.projects-section a.link{margin-inline:0;margin-top:2rem}}.project-card__image{position:relative;height:586px;transition:opacity .3s}@media(max-width:768px){.project-card__image{height:376px}}.project-card h3{font-size:clamp(2rem,1.5vw + 1.6rem,3rem);line-height:1.1;margin-block:1rem;display:flex;align-items:center;gap:1.5rem}.project-card h3 span:nth-child(2){flex-shrink:0}@media(max-width:650px){.project-card h3{gap:1rem}}.project-card .icon-link{background-color:var(--clr-body);border-radius:50%;padding:.3em;font-size:1.4rem;transform:rotate(-45deg);transition:opacity .3s;opacity:0}@media(max-width:650px){.project-card .icon-link{opacity:1;font-size:1rem}}.project-card .icon-link svg path{color:var(--clr-bg-primary)}.project-card:hover .project-card__image{opacity:.7}.project-card:hover .icon-link{opacity:1}.project-card p{font-size:clamp(1rem,.4vw + .9rem,1.25rem)}.project-card:nth-child(2){position:relative;top:-7rem}@media(max-width:768px){.project-card:nth-child(2){position:static}}.hero-section{padding-left:var(--padding-lg);margin-top:min(8rem,30vw);position:relative;height:100vh;overflow:hidden}.hero-section>div{position:absolute;height:70%;z-index:-1;right:0;bottom:0;width:65%;opacity:.6}@media(max-width:768px){.hero-section>div{width:100%;height:90%;right:-10%;transform:scale(.9)}}.hero-section article{width:60%}@media(max-width:908px){.hero-section article{width:100%}}.hero-section article h1{font-weight:700;font-size:clamp(3rem,4.5vw + 1.9rem,6rem);line-height:1.1;transition:.3s;margin-bottom:2rem}@media(max-width:650px){.hero-section article h1{margin-bottom:1rem}}.hero-section article p{font-size:clamp(1rem,1.5vw + .6rem,2rem);margin-bottom:3rem;position:relative}@media(max-width:768px){.hero-section article p{margin-block:1rem;width:90%}}.hero-section article .hire-me-btn{background-color:var(--clr-secondary);padding:1.25rem 3.8rem;border-radius:100vmax;display:flex;gap:1rem;width:-moz-fit-content;width:fit-content;color:var(--clr-bg-primary);align-items:center;font-weight:700;font-size:clamp(1rem,.4vw + .9rem,1.25rem);cursor:pointer;border:none;outline:none}@media(max-width:768px){.hero-section article .hire-me-btn{padding:1rem 2rem}}.hero-section article .links{display:flex;gap:1.5rem;position:relative;display:none}.hero-section article .links a{background-color:var(--clr-body);border-radius:50%;padding:.5em;font-size:1.4rem}.hero-section article .links a svg path{color:var(--clr-bg-primary)}