@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Outfit:wght@100..900&display=swap";*{margin:0;padding:0;box-sizing:border-box;font-family:Montserrat,sans-serif}body{background-color:#fff}a{text-decoration:none;color:inherit;line-height:1;cursor:pointer}.home-container{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;width:100%;gap:1rem;padding:1rem}.overlay{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(#00000080,#00000080);text-align:center;transition:opacity .3s ease;color:#fff;cursor:pointer}.div-home{width:100%;height:60vh;overflow:hidden;position:relative}.div-home img,.div-home2-img1 img,.div-home3-img1 img,.div-home3-img2 img{width:100%;height:100%;object-fit:cover;object-position:center}.div-home2{display:flex;flex-direction:row;width:100%;gap:1rem}.div-home2-img1{height:120vh;width:50%;position:relative}.div-home3{display:flex;flex-direction:column;gap:1rem;height:120vh;width:50%}.div-home3-img1,.div-home3-img2{width:100%;height:50%;position:relative}.container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px;gap:20px}.testo{width:100%;display:flex;padding:40px 20px 100px 60px;justify-content:space-between;font-size:1rem}.titolo{width:50%;padding-left:50px}.descrizione{width:50%;height:100%;padding:0 80px}.img1,.img1 img{width:100%}.img2{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:20px}.img2>div{height:900px;overflow:hidden}.img2 img{width:100%;height:100%;object-fit:cover}.video{height:90vh;aspect-ratio:16/9}@media screen and (max-width: 768px){.overlay{position:absolute;top:0;bottom:auto;left:0;right:0;display:flex;flex-direction:column;justify-content:flex-start;padding:2.5rem 1rem 1rem;background:linear-gradient(to bottom,#00000080,#0000);opacity:1}.overlay h1{font-size:1.5rem;margin-bottom:.7rem}.overlay p{font-size:.9rem}.home-container{padding:0;gap:5px}.div-home{height:60vh}.div-home2{flex-direction:column;gap:5px}.div-home2-img1{width:100%;height:60vh}.div-home3{width:100%;height:auto;gap:5px;margin-bottom:5px}.div-home3-img1,.div-home3-img2{height:60vh}.video{height:auto;width:100%;aspect-ratio:16/9;padding:0 20px}}header{background-color:#fff;width:100%;position:sticky;padding:0 2%;height:10vh;min-height:95px;top:0;left:0;display:flex;align-items:center;justify-content:space-between;z-index:1500;border-bottom:1px solid #eee;box-shadow:0 2px 5px #0000001a}button{justify-self:start;background:none;border:none;cursor:pointer;align-items:center}.logo{width:125px}.menu-icon{fill:currentColor}button:hover{opacity:.8}.sidebar{position:fixed;top:-100vh;left:0;width:100%;height:fit-content;background-color:#fff;transition:transform .3s ease;z-index:1000;overflow-y:auto}.sidebar.open{transform:translateY(100vh)}.sidebar nav{display:grid;grid-template-columns:1fr 1fr;padding:0 20px;margin-top:10vh;justify-items:center}.sidebar nav .projects-column,.sidebar nav .other-column{padding-bottom:20px}.sidebar nav ul p{padding-top:30px;padding-bottom:15px;font-weight:300}.sidebar nav ul li{margin:20px 0;list-style:none;font-size:1.3rem;font-weight:500}.sidebar nav ul li.active{font-weight:700}@media screen and (max-width: 768px){.sidebar{position:fixed;left:-100%;top:0;width:100%;height:100vh;background-color:#fff;backdrop-filter:none;-webkit-backdrop-filter:none;box-shadow:none;transition:transform .3s ease;z-index:2000}.sidebar.open{transform:translate(100%)}.sidebar nav{grid-template-columns:1fr;justify-items:left}.sidebar nav .other-column{padding-top:2.5rem}.sidebar nav ul{margin-top:-7vh;padding-left:45px}.sidebar nav ul li{margin:20px auto;font-size:1.3rem}.sidebar nav ul p{padding-top:30px;padding-bottom:15px;font-weight:300}.sidebar-close-button{position:absolute;top:20px;right:20px;width:25px;height:25px;background:none;border:none;cursor:pointer;padding:0;z-index:2100}.sidebar-close-button:before,.sidebar-close-button:after{content:"";position:absolute;top:50%;left:0;width:100%;height:2px;background-color:#000;transform-origin:center}.sidebar-close-button:before{transform:rotate(45deg)}.sidebar-close-button:after{transform:rotate(-45deg)}.sidebar-close-button:hover:before,.sidebar-close-button:hover:after{background-color:#666}}.hero{width:100%;min-height:80vh;display:flex;justify-content:center;align-items:center;padding:2rem;background-size:cover;background:url(/assets/SempoStudio-ECO_LUMINOSO-01-DknwIhJy.jpeg) center;color:#fff}.hero-container{max-width:1200px;margin:0 auto;display:flex;gap:2rem}.hero-text{flex:1}.hero-text h1{font-size:2.5rem;margin-bottom:1rem}.hero-text h2{font-size:1.8rem;margin-bottom:2rem}.hero-text p{font-size:1.1rem;line-height:1.6;margin-bottom:1rem}@media screen and (max-width: 768px){.hero{display:none}}.footer{margin:0 auto;display:flex;background-color:#000;align-items:center;justify-content:space-between;padding:15px;color:#fff}.footer ul li{list-style:none;display:inline-block;margin-left:20px}
