.project-gallery-section{padding:100px max(24px,calc((100vw - 1180px)/2));background:#07111c;color:#fff}.gallery-heading{display:grid;grid-template-columns:1fr auto;align-items:end;margin-bottom:35px}.gallery-heading small{grid-column:1/-1;color:#fc5220;font-size:10px;letter-spacing:2px;font-weight:800}.gallery-heading h2{font-size:42px;margin:10px 0 0}.gallery-heading>span{font-size:12px;color:#fff}.project-gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.project-gallery-grid button{height:280px;padding:0;border:0;background:#111;position:relative;overflow:hidden;cursor:pointer}.project-gallery-grid img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.project-gallery-grid button:hover img{transform:scale(1.05)}.project-gallery-grid button>span{position:absolute;right:15px;bottom:15px;width:38px;height:38px;display:grid;place-items:center;background:#fc5220;color:#fff}.gallery-lightbox{width:min(1100px,92vw);height:min(780px,88vh);padding:0;border:0;background:#07111c}.gallery-lightbox::backdrop{background:#000d}.gallery-lightbox img{width:100%;height:100%;object-fit:contain}.gallery-lightbox button{position:absolute;right:13px;top:13px;z-index:2;width:42px;height:42px;border:0;background:#fc5220;color:#fff;font-size:25px}.existing-gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;padding:15px}.existing-gallery label{border:1px solid #dbe2eb;padding:7px}.existing-gallery img{width:100%;height:90px;object-fit:cover}.existing-gallery span{display:block;font-size:10px;margin-top:5px}@media(max-width:750px){.project-gallery-grid{grid-template-columns:1fr 1fr}.project-gallery-grid button{height:210px}.gallery-heading h2{font-size:34px}}
