.navbar{align-items:center;background-color:#4e4f4c;color:#fff;display:flex;justify-content:space-between;left:0;padding:1rem 2rem;position:fixed;top:0;transition:transform .3s ease-in-out;width:100%;z-index:1000}.navbar--hidden{transform:translateY(-100%)}.navbar--visible{transform:translateY(0)}.logo-container{align-items:center;display:flex;gap:.5rem;text-decoration:none}.logo-image{height:auto;width:40px}.logo-text{color:#fff;font-size:1.5rem;font-weight:700}.nav-links{gap:2rem;list-style:none;margin:0;padding:0}.nav-links,.nav-links a{align-items:center;display:flex}.nav-links a{color:#fff;font-size:1.1rem;height:100%;position:relative;text-decoration:none}.nav-links a:not(.phone-chip):after{background-color:#fff;bottom:-2px;content:"";height:2px;left:50%;position:absolute;transition:width .3s ease,left .3s ease;width:0}.nav-links a:not(.phone-chip):hover:after{left:0;width:100%}.burger{cursor:pointer;display:none;flex-direction:column;z-index:1001}.burger .line{background-color:#fff;height:3px;margin:4px 0;transition:transform .3s ease,opacity .3s ease;width:25px}.burger--open .line:first-child{transform:rotate(45deg) translate(5px,10px)}.burger--open .line:nth-child(2){opacity:0}.burger--open .line:nth-child(3){transform:rotate(-45deg) translate(5px,-10px)}.phone-chip{align-items:center;background-color:#8b9582;border-radius:25px;display:flex;gap:.5rem;margin-left:1rem;padding:.5rem 1rem;text-decoration:none;transition:transform .3s ease,background-color .3s ease}.phone-chip:hover{background-color:#6b7064;transform:scale(1.05)}.phone-icon{color:#fff;height:auto;width:20px}.phone-number{color:#fff;font-size:1rem}@media (max-width:768px){.navbar{padding:1rem}.logo-text{font-size:1.2rem}.nav-links{align-items:center;background-color:#4e4f4c;flex-direction:column;gap:1rem;height:calc(100vh - 60px);justify-content:center;position:fixed;right:0;top:60px;transform:translateX(100%);transition:transform .3s ease-in-out;width:100%}.nav-links--open{transform:translateX(0)}.burger{display:flex}.phone-chip{margin-left:0;margin-top:1rem}.nav-links--open .phone-chip{display:flex}}.hero{align-items:center;background:url(/static/media/hero-bg.bb0a89fe82e9c57fbb58.png) no-repeat 50%/cover;color:#fff;display:flex;flex-direction:column;height:100vh;justify-content:center;overflow:hidden;padding:60px 1rem 0;position:relative;text-align:center}@keyframes zoom{0%{transform:scale(1)}50%{transform:scale(1.3)}to{transform:scale(1)}}.hero:before{background-color:#0006;z-index:1}.hero:after,.hero:before{content:"";height:100%;left:0;position:absolute;top:0;width:100%}.hero:after{animation:zoom 20s ease-in-out infinite;background:url(/static/media/hero-bg.bb0a89fe82e9c57fbb58.png) no-repeat 50%/cover;z-index:0}.hero-content{position:relative;z-index:2}.hero-logo{margin-bottom:1rem;width:400px}.hero h1{font-size:3rem;margin-bottom:1rem}.hero p{font-size:1.5rem;margin-bottom:2rem}.hero button{background-color:#4e4f4c;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1rem;padding:.8rem 2rem}.hero button:hover{background-color:#555}@media (max-width:768px){.hero{padding-top:50px}.hero-logo{width:120px}.hero h1{font-size:2rem}.hero p{font-size:1.2rem}.hero button{font-size:.9rem;padding:.6rem 1.5rem}}.about{background-color:#8b9582;border-radius:10px;margin:4rem;padding:2rem}.about-content{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1400px;text-align:left}.left{flex-direction:row-reverse}.about-text{flex:1 1;padding-left:2rem;padding-right:2rem}.about-text p{color:#000;font-size:1.2rem;line-height:1.6}.about-text ul{list-style-type:disc;margin-top:1rem;padding-left:1.5rem}.about-text li{font-size:1.2rem;line-height:1.5;margin-bottom:.5rem}.about-text ul li::marker{font-size:1.2rem}.about-image{flex:1 1}.about-image img{border-radius:8px;height:300px;object-fit:cover;width:100%}@media (max-width:768px){.about{margin:1rem;padding:1rem}.about-content{flex-direction:column}.about-text{padding:0;text-align:center}.about-text p{font-size:1rem}.about-text ul{display:inline-block;text-align:left}.about-text li{font-size:1rem}.about-text ul li::marker{font-size:1.1rem}.about-image{margin-top:1rem;text-align:center;width:100%}.about-image img{aspect-ratio:1/1;border-radius:8px;height:200px;object-fit:cover;width:100%}}.gallery{background-color:#8b9582;padding:2rem;text-align:center}.gallery h2{font-size:2rem;margin-bottom:1rem}.projects-grid{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin:0 auto;max-width:1400px;padding:1rem}.project-card{align-items:center;display:flex;flex-basis:calc(25% - 1rem);flex-direction:column;flex-grow:1;flex-shrink:1;max-width:calc(25% - 1rem);position:relative}.image-container{border-radius:8px;height:300px;overflow:hidden;position:relative;width:100%}.project-card img{height:100%;object-fit:cover;transition:filter .3s ease;width:100%}.description-overlay{color:#fff;font-size:1rem;left:50%;opacity:0;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%);transition:opacity .3s ease;width:80%}.project-card:hover img{filter:brightness(50%)}.project-card:hover .description-overlay{opacity:1}.project-card h3{font-size:1.2rem;margin-top:.5rem}.description-mobile{display:none}.modal-overlay{align-items:center;background-color:#000c;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.modal-content{max-height:90%;max-width:90%;position:relative}.modal-content img{border-radius:8px;max-height:80vh;max-width:100%}.close-button{background-color:initial;border:none;color:#fff;cursor:pointer;font-size:2rem;position:absolute;right:-30px;top:-30px}.close-button:hover{color:#ccc}@media (max-width:1200px){.project-card{flex-basis:calc(33.33% - 1rem);flex-grow:1;flex-shrink:1;max-width:calc(33.33% - 1rem)}}@media (max-width:768px){.gallery{border-radius:10px;margin:1rem;padding:1rem}.gallery h2{font-size:1.5rem}.projects-grid{margin:0;padding:.5rem}.project-card{flex-basis:calc(50% - 0.5rem);flex-grow:1;flex-shrink:1;max-width:calc(50% - .5rem)}.image-container{height:200px}.description-overlay{display:none}.description-mobile{color:#333;display:block;font-size:1rem;margin-top:.5rem;text-align:center}}.contact{color:#fff;padding:2rem;text-align:center}.contact h2{font-size:2rem;margin-bottom:1rem}.contact-container{display:flex;gap:2rem;justify-content:space-between;margin:0 auto;max-width:1200px}.contact-map{flex:1 1}.contact-map iframe{border:none;height:300px;width:100%}.contact-info{flex:1 1;text-align:left}.contact-info h3{font-size:1.5rem;margin-bottom:1rem}.contact-info p{font-size:1.1rem;margin:.5rem 0}@media (max-width:768px){.contact-container{flex-direction:column}.contact-map iframe{height:200px}.contact-info{text-align:center}}.footer{background-color:#f9f9f9;padding:1rem 0;text-align:center}.footer p{font-size:1rem;margin:.5rem 0}@media (max-width:768px){.footer p{font-size:.9rem}}#about,#contact,#gallery,#hero{scroll-margin-top:70px}.not-found{align-items:center;background-color:#f9f9f9;display:flex;flex-direction:column;height:100vh;justify-content:center;text-align:center}.not-found h1{color:#4e4f4c;font-size:3rem}.not-found p{color:#555;font-size:1.2rem;margin:1rem 0}.home-link{background-color:#4e4f4c;border-radius:5px;border-radius:4px;color:#fff;margin-top:1rem;padding:.5rem 1rem;text-decoration:none;transition:background-color .3s ease}.home-link:hover{background-color:#555}.App{background-color:#4e4f4c;text-align:center}body,h1,h2,h3,li,p,ul{margin:0;padding:0}*{box-sizing:border-box}body{color:#000;font-family:Arial,sans-serif;line-height:1.6}img{height:auto;max-width:100%}.container{margin:0 auto;max-width:1200px;width:90%}.section-title{margin:0 auto 2rem;padding-top:10px;text-align:center}.section-title h2{color:#000;font-size:2rem;margin-bottom:.5rem}.title-line{background-color:#4e4f4c;height:3px;margin:0 auto;width:50px}.page-title{color:#fff;font-size:3rem;font-weight:700;padding:2rem}@media (max-width:768px){.section-title h2{font-size:1.5rem}.page-title{font-size:2rem}}
/*# sourceMappingURL=main.19c5ed92.css.map*/