.projects-page{margin-top:-7rem;align-items:center;padding-bottom:5rem}.projects-page .quarries-hero{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;height:80vh;margin-bottom:0;background:-webkit-linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)),url(/Assets/Media/Hero/projects-hero.webp);background-size:cover;background-position:bottom 30% left 0;background-attachment:fixed}.projects-page .quarries-hero h1{position:absolute;top:50%;color:var(--whiteColor);z-index:1}.projects-page .quarries-hero .breadcrumb{position:absolute;top:60%;padding:1rem;color:var(--whiteColor);z-index:1}.projects-container{display:flex;flex-direction:column;padding:5rem}.projects-section{margin-bottom:5rem}.projects-section,.projects-section-title{display:flex;flex-direction:column;width:100%}.projects-section-title{position:relative;align-items:center}.projects-section-title hr{margin-bottom:-2rem;width:100%}.projects-section-title h2{color:var(--goldColor);text-transform:uppercase;background-color:var(--darkerBlackColor);text-align:center;width:-moz-fit-content;width:fit-content;padding:0 1rem}.projects-section-content{display:grid;grid-gap:20px;gap:20px;justify-content:center;padding:0}.multi-projects{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));flex-wrap:wrap}.multi-projects,.single-project{display:flex;justify-content:center;align-items:center}.project-card{position:relative;overflow:hidden;width:28vw;height:500px;cursor:unset!important}.single-project .project-card{width:600px;max-width:100%}.img-div,.project-image{width:100%;height:100%}.project-image{object-fit:cover;transition:all .3s ease-in-out}.project-card:hover .project-image{transform:scale(1.05)}.overlay{opacity:0;position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6);display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff;font-size:1.5rem;font-weight:700;transition:opacity .3s ease-in-out}.project-card:hover .overlay{opacity:1}.overlay h3{text-transform:uppercase}.overlay h3,.overlay p{padding:0 1rem;text-align:center}.overlay p{font-size:16px;font-weight:500}.overlay button{width:90%}@media screen and (max-width:1255px){.project-card{width:25vw;height:500px;margin:0}}@media screen and (max-width:1024px){.projects-container{padding:5rem 1rem}}@media screen and (max-width:768px){.projects-page .quarries-hero{background:linear-gradient(180deg,rgba(0,0,0,.6),rgba(0,0,0,.6)),url(/Assets/Media/Hero/projects-hero-mobile.webp)!important;background-position:bottom 0 right 40%!important;background-size:cover!important}.projects-page .quarries-hero h1{text-align:center}.projects-page .quarries-hero .breadcrumb{display:none}.projects-section-title{border-bottom:1px solid var(--goldColor);margin-bottom:2rem}.projects-section-title hr{display:none}.multi-projects{flex-wrap:wrap;justify-content:flex-start}.project-card,.single-project .project-card{width:600px;max-width:100%}.overlay{opacity:1}}@media screen and (max-height:550px){.projects-page .quarries-hero{background-position:bottom 50% left 40%!important}.multi-projects{justify-content:center}.project-card{height:300px}.overlay{opacity:1}.overlay h3{font-size:20px}}