body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.language-switcher{display:inline-block;padding:0;position:relative}.language-toggle{align-items:center;background-color:#fff0;border:1px solid #fff0;border-radius:16px;cursor:pointer;display:flex;justify-content:center;padding:.5rem;transition:all .3s ease;width:4rem}.language-toggle:hover{background-color:#fff3;border-color:#fff6}.language-icon{height:17px;width:17px}.language-dropdown{-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background-color:#ffffff1a;border:1px solid #fff3;border-radius:16px;box-shadow:0 8px 16px #0006;position:absolute;top:4rem;transform:translateY(0);width:4rem;z-index:1000}.language-dropdown button{background-color:initial;border:none;color:#fffc;cursor:pointer;font-family:Momenti,sans-serif;font-size:.9rem;padding:.5rem 1rem;transition:all .3s ease;width:100%}.language-dropdown button:hover{background-color:#ffffff1a}.navbar{-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background:#ffffff1a;background:#ffffff12;border:solid #ffffff1a;border-width:0 0 1px;box-shadow:0 2px 10px #0000004d;padding:0;position:fixed;width:100%;z-index:100}.navbar-content{align-items:center;display:flex;justify-content:center}.navbar-brand{color:#e0e0e0;font-size:1.5rem}.navbar-links{align-items:center;display:flex;gap:8rem;list-style-type:none;padding:0}.navbar-links a{color:#e0e0e0;font-weight:500;text-decoration:none;transition:color .3s ease}.navbar-links a:hover{color:#fff}.navbar-logo{display:block;height:15px;padding:0;width:auto}.mobile-navbar{-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background:#ffffff12;border:solid #ffffff1a;border-width:0 0 1px;box-shadow:0 2px 10px #0000004d;display:flex;flex-direction:column;left:0;position:fixed;top:0;width:100%;z-index:100}.mobile-navbar-top{height:50px;justify-content:space-between;padding:.5rem 1rem}.mobile-navbar-logo,.mobile-navbar-top{align-items:center;display:flex}.mobile-navbar-logo img{display:block;height:auto;width:36px}.mobile-navbar-menu-icon{color:#fff;cursor:pointer;display:flex;font-size:24px}.mobile-navbar-menu{align-items:flex-end;display:flex;flex-direction:column;padding:0;text-align:right;width:100%}.mobile-navbar-menu a{color:#fff;display:block;font-size:18px;padding:.75rem 1rem;text-decoration:none;width:100%}.mobile-navbar-menu a:hover{background:#ffffff1a}.mobile-language-switcher{max-width:250px;padding:.5rem 0}.mobile-language-switcher button{background:#ffffff26;border:1px solid #fff3;border-radius:17px;color:#fff;cursor:pointer;font-size:16px;margin:.5rem;padding:.5rem 1rem}.mobile-language-switcher button:hover{background:#ffffff40}.hamburger-icon{cursor:pointer;display:inline-block;height:24px;position:relative;width:30px}.hamburger-icon span{background-color:#fff;border-radius:10px;display:block;height:3px;position:absolute;transition:all .3s ease;width:90%}.hamburger-icon span:first-child{top:0}.hamburger-icon span:nth-child(2){top:10px}.hamburger-icon span:nth-child(3){top:20px}.hamburger-icon.active span:first-child{top:10px;transform:rotate(45deg)}.hamburger-icon.active span:nth-child(2){opacity:0}.hamburger-icon.active span:nth-child(3){top:10px;transform:rotate(-45deg)}.section.pricing-section{justify-content:flex-start;padding:6rem 2rem;text-align:center}.section.pricing-section .card{align-items:center;margin-bottom:2rem;max-width:725px;width:90%}.pricing-table{background:#ffffff0d;border-collapse:collapse;border-radius:10px;box-shadow:0 4px 10px #0006;box-sizing:border-box;margin-top:20px;max-width:100%;overflow:hidden;table-layout:fixed;width:100%}.price-note{text-align:center}.pricing-table td,.pricing-table th{color:#fff;font-size:14px;padding:15px;text-align:left}.pricing-table th{background:#ffffff1a;font-weight:700;text-transform:uppercase}.pricing-table tr{border-bottom:1px solid #ffffff1a}.pricing-table tr:last-child{border-bottom:none}.pricing-table tr:nth-child(2n){background:#ffffff05}.pricing-table tr:hover{background:#ffffff1a}.pricing-table td,.pricing-table th{vertical-align:middle}.section.category-section{justify-content:flex-start;padding:6rem 2rem;text-align:center}.portfolio-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:2rem;padding:1rem}.portfolio-item{aspect-ratio:4/3;background:#000;border-radius:16px;box-shadow:0 8px 20px #0003;cursor:pointer;overflow:hidden;position:relative;transition:transform .3s ease,box-shadow .3s ease}.section.category-section p{color:#e0e0e0}.portfolio-item:hover{box-shadow:0 12px 30px #0006}.portfolio-item img{border-radius:16px;height:100%;object-fit:cover;transition:transform .5s ease;width:100%}.portfolio-item-overlay{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0006;border-radius:16px;display:flex;height:100%;justify-content:center;left:0;opacity:0;position:absolute;top:0;transition:opacity .3s ease;width:100%}.portfolio-item:hover .portfolio-item-overlay{opacity:1}.portfolio-item-overlay p{color:#fff;font-family:Momenti;font-size:1.2rem}.modal{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000c;height:100%;left:0;overflow:hidden;position:fixed;top:0;width:100%;z-index:9999}.modal,.modal-content{align-items:center;display:flex;justify-content:center}.modal-content{cursor:pointer;max-height:90%;max-width:90%}.modal-content img{border-radius:16px;height:auto;max-height:90vh;max-width:90vw;object-fit:contain;width:100%}.hero-content{align-items:center;bottom:15%;display:flex;flex-direction:column;height:400px;justify-content:flex-end;left:0;position:fixed;right:0}.hero-title{color:#ffffffb3;font-size:clamp(2.5rem,5vw,5rem);font-weight:200;margin:30px;text-align:center;text-shadow:0 0 25px #000}.hero-subtitle,.hero-title{font-family:Momenti;z-index:2}.hero-subtitle{color:#ffffffd9!important;font-size:clamp(1rem,3vw,1.5rem);font-weight:300;letter-spacing:1px;margin-top:1.4rem}.hero-cta{align-items:center;-webkit-backdrop-filter:blur(5px)!important;backdrop-filter:blur(5px)!important;background:#ffffff1a;border:1px solid #fff3;border-radius:25px;color:#fff;display:flex;font-weight:500;height:50px;justify-content:center;margin-top:0;text-decoration:none;transition:background .3s ease,transform .3s ease;width:150px;z-index:2}.hero-cta:hover{background:#ffffff40;transform:translateY(-3px)}.work-section{padding:0 2rem}.section-title{margin-bottom:3rem}.categories-container{display:flex;flex-wrap:wrap;gap:4rem;justify-content:center;margin:0 auto;max-width:1200px}.category-buttons{display:flex;flex-wrap:wrap;gap:.8rem;height:32px}.category-buttons button{background:#ffffff1a;border:1px solid #fff3;border-radius:16px;color:#e0e0e0;cursor:pointer;padding:.5rem 1rem;transition:background .3s ease,transform .3s ease}.category-buttons button:hover{background:#ffffff40;transform:scale(1.05)}.contact-section .card{text-align:center}.contact-info{line-height:1.5;margin:2rem 0}.qr-wrapper{align-items:center;display:flex;justify-content:center}.instagram-qr{box-shadow:0 4px 10px #0006;height:150px;object-fit:cover;opacity:.8;width:150px}body,html{font-family:Poppins-Regular;margin:0;overflow-x:hidden;padding:0}.section{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:100vh;padding:2rem;text-align:center}.card{background:linear-gradient(to bottom right,#ffffff1a,hsla(0,0%,100%,.075));border:1px solid #ffffff26;border-radius:16px;box-shadow:0 8px 20px #0000004d;max-width:300px;min-height:350px;padding:2rem;text-align:left;transition:transform .3s ease,box-shadow .3s ease}.card:hover{box-shadow:0 12px 24px #0006;transform:translateY(-8px)}.section h2{color:#e0e0e0;font-size:2.2rem;font-weight:700;margin-bottom:2rem}.section h3{color:#fff;font-size:1.4rem;margin-bottom:.5rem}.section p,.section ul{color:#b0b0b0;font-size:1rem}.section ul{line-height:1.6;list-style-type:disc;margin-bottom:1.5rem;padding-left:1.5rem}#bg-video{height:100%;object-fit:cover;z-index:-2}#bg-video,.dynamic-overlay{left:0;position:fixed;top:0;width:100%}.dynamic-overlay{height:100vh;pointer-events:none;z-index:-1}.App{display:flex;flex-direction:column;min-height:100vh;overflow:hidden;position:relative;width:100vw}main{padding-top:80px}@font-face{font-family:Momenti;src:url(/static/media/Poppins-Momenti-Italic.d2281b82003e5e3cf7f9.ttf) format("truetype")}@font-face{font-family:Poppins-Regular;src:url(/static/media/Poppins-Regular.35d26b781dc5fda684cc.ttf) format("truetype")}
/*# sourceMappingURL=main.6f8cf399.css.map*/