body{font-family:Arial,sans-serif;background:white;color:black}.navbar-container{position:fixed;top:50px;left:50px;background:white;padding:20px;box-shadow:2px 2px 10px rgba(0,0,0,.1);transition:transform .3s ease-in-out;z-index:1000}.navbar-container.hidden{transform:translateX(-150%)!important;transition:transform .3s ease-in-out}.nav-links span{display:block;color:gray;margin:15px 0;padding:5px;transition:color .3s ease-in-out;cursor:pointer}.nav-links span:hover{color:black}.nav-links .active{color:black;font-weight:700}.gallery{display:grid;grid-template-columns:repeat(6,1fr);gap:10px;padding:20px}.gallery-item:nth-child(5n+1),.gallery-item:nth-child(5n+2),.gallery-item:nth-child(5n+3){grid-column:span 2}.gallery-item:nth-child(5n+4),.gallery-item:nth-child(5n+5){grid-column:span 3}.page-container{position:relative;width:100%;height:100vh;display:flex;justify-content:center;align-items:center;overflow:hidden}.content-box{position:absolute;bottom:20px;left:20px}.content-box,.left-panel{background:white;padding:20px;box-shadow:2px 2px 10px rgba(0,0,0,.2)}.left-panel{position:fixed;top:700px;left:-300px;width:250px;transition:transform .3s ease-in-out;z-index:1100;margin-left:50px}.left-panel.visible{transform:translateX(300px)}.background-image.loaded{opacity:1}.no-move{transition:opacity .5s ease-in-out!important}.gallery-item{opacity:0;transform:translateY(10px);animation:fadeIn .8s ease-out forwards}.gallery-item:first-child{animation-delay:0s}.gallery-item:nth-child(2){animation-delay:.1s}.gallery-item:nth-child(3){animation-delay:.2s}.gallery-item:nth-child(4){animation-delay:.3s}.gallery-item:nth-child(5){animation-delay:.4s}.gallery-item:nth-child(6){animation-delay:.5s}.gallery-item:nth-child(7){animation-delay:.6s}.gallery-item:nth-child(8){animation-delay:.7s}.gallery-item:nth-child(9){animation-delay:.8s}.gallery-item:nth-child(10){animation-delay:.9s}.gallery-item:nth-child(11){animation-delay:1s}.gallery-item:nth-child(12){animation-delay:1.1s}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.video-container{width:100vw;margin:0 auto;padding:20px 50px;box-sizing:border-box}.background-video{width:100%;height:auto;display:block;object-fit:cover;border-radius:0}.contact-form{width:100%;margin:40px auto;padding:25px;border-radius:12px;box-shadow:4px 4px 15px rgba(0,0,0,.1);display:flex;flex-direction:column;align-items:center}.form-field{width:100%;padding:12px;border:2px solid #ccc;border-radius:8px;font-size:16px;transition:border-color .3s ease-in-out,box-shadow .3s ease-in-out;margin-bottom:10px}.form-field:focus{border-color:black;outline:none;box-shadow:0 0 8px rgba(0,0,0,.2)}.message-field{height:120px;resize:none;overflow-y:auto}.send-button{width:100%;padding:10px;background:black;color:white;font-size:16px;border:none;border-radius:8px;cursor:pointer;transition:background .3s ease-in-out,transform .2s}.send-button:hover{background:#222;transform:scale(1.05)}.send-button:active{transform:scale(.98)}.success-message{color:green;margin-top:12px}.error-message{color:red;margin-top:12px}.social-links{display:flex;justify-content:center;gap:20px;margin-top:20px}.social-links a{color:gray;text-decoration:none;font-size:16px;letter-spacing:1px;transition:color .3s ease-in-out}.social-links a:hover{color:black}.contact-content{display:flex;flex-direction:column;justify-content:center;align-items:center;width:600px;height:auto;max-height:600px;overflow-y:auto}.contact-form{max-width:500px;margin:20px auto;box-shadow:2px 2px 10px rgba(0,0,0,.2)}.contact-form input,.contact-form textarea{height:60px;padding:10px}.contact-form textarea{height:120px}.contact-form{width:90%;max-width:400px;padding:20px;background:white;border-radius:8px;box-shadow:none;overflow:hidden}.contact-form input,.contact-form textarea{width:100%;height:30px;padding:5px;font-size:1rem}.contact-form textarea{height:160px}.project-page{padding:40px 20px;text-align:center}.project-image{max-width:80%;margin:20px 0;box-shadow:2px 2px 15px rgba(0,0,0,.2)}.project-page h1{font-size:2rem;margin-bottom:10px}.project-page p{font-size:1.2rem;color:#555;max-width:600px}@media (max-width:768px){.project-page{padding:20px}.project-page h1{font-size:1.8rem}.project-page p{font-size:1rem}.project-image{max-width:100%}}.project-image{width:50%;height:auto;display:block;margin:0 auto}.project-page{display:flex;flex-direction:column;align-items:center;width:100%;overflow-x:hidden}.project-header{position:relative;align-items:center;overflow:hidden}.project-header,.project-header-image{width:100%;height:100vh}.project-info-box{bottom:30px;padding:20px 25px;max-width:400px;box-shadow:2px 2px 15px rgba(0,0,0,.2)}.project-main-image{width:52%;height:auto;object-fit:cover;margin-top:50px}@media (max-width:768px){.project-header{height:100vh}.project-info-box{bottom:15px;left:15px;max-width:90%}.project-info-box h1{font-size:1.5rem}.project-info-box p{font-size:.9rem}.project-main-image{width:90%}}body{min-width:100vw!important}.project-info-box{position:absolute;bottom:130px;left:30px;background:white;padding:15px 20px;max-width:300px;box-shadow:2px 2px 10px rgba(0,0,0,.15);z-index:10;text-align:left}.project-info-box h1{font-size:1.4rem;margin-bottom:8px}.project-info-box p{font-size:1rem;color:#444;line-height:1.4}.project-header-image{margin:0 auto;display:block;transform:translateX(-30px) translateY(-20px)}@media (max-width:768px){.project-info-box{bottom:30px;left:15px;max-width:90%;padding:10px 15px}.project-info-box h1{font-size:1.2rem}.project-info-box p{font-size:.9rem}.project-header-image{width:calc(100% - 40px);max-width:100%;transform:translateX(-20px) translateY(-30px)}}.gallery-item{width:100%;height:auto;aspect-ratio:1/1;object-fit:cover;cursor:pointer}body{overflow-y:scroll}.project-page,body{min-height:100vh}.project-header{min-height:600px;display:flex;justify-content:center;align-items:flex-start;padding-top:30px;overflow:visible}.project-header-image{width:calc(100% - 120px);max-width:1800px;height:auto;object-fit:contain;margin-top:-40px;transform:translateX(-15px) scale(1.0165)}.project-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;padding:20px}.project-gallery-item{width:100%;aspect-ratio:1/1;cursor:pointer}.project-gallery-media{width:100%;height:100%;object-fit:cover}.project-fullscreen-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.9);display:flex;justify-content:center;align-items:center;z-index:1000;cursor:pointer}.project-fullscreen-image{max-width:90vw;max-height:90vh;object-fit:contain}.project-fullscreen-video{max-width:90vw;max-height:90vh;background:black}.container,.content-box,.gallery,img,video{max-width:100%}img,video{height:auto}@media (max-width:768px){.project-header{height:33vh!important;max-height:33vh!important;overflow:hidden}.project-header img{width:100%;height:100%;object-fit:cover}.mobile-navbar-container{position:fixed;top:0;left:0;width:100%;height:60px;background:white;z-index:1000;display:flex;align-items:center;justify-content:space-between;padding:10px 20px;box-shadow:0 2px 10px rgba(0,0,0,.1)}.hamburger{font-size:24px;background:none;border:none;cursor:pointer}.mobile-menu{position:absolute;top:60px;left:0;width:100%;background:white;box-shadow:0 4px 10px rgba(0,0,0,.1);padding:20px;display:flex;flex-direction:column;gap:10px}.mobile-menu span{font-size:18px;cursor:pointer;padding:10px;border-bottom:1px solid #ddd}.mobile-menu span:last-child{border-bottom:none}.mobile-about{margin-top:10px;padding:10px;background:#f8f8f8;border-left:4px solid black}}body,html{width:100vw!important;max-width:100vw!important;overflow-x:hidden!important}body{overflow:hidden!important;height:100%}