body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;color:#1a1a1a;font-family:Inter,Noto Sans Georgian,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;margin:0}.App{min-height:100vh}.navbar{align-items:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#1a1a1af2;box-shadow:0 2px 20px #0000004d;box-sizing:border-box;display:flex;justify-content:space-between;padding:1.5rem 5%;position:fixed;top:0;transition:all .3s ease;width:100%;z-index:1000}.navbar.scrolled{background:#141414fa;box-shadow:0 2px 30px #00000080;padding:1rem 5%}.brand-link,.nav-left{align-items:center;display:flex;gap:1rem}.brand-link{text-decoration:none;transition:transform .3s ease}.brand-link:hover{transform:scale(1.05)}.logo-img{height:45px;object-fit:contain;width:auto}.brand-text{color:#fff;font-size:1.5rem;font-weight:700}.nav-right{align-items:center;display:flex;gap:2rem}.nav-right a{color:#fff;font-size:.95rem;font-weight:600;position:relative;text-decoration:none;transition:all .3s ease}.nav-right a:after{background:#ef4444;bottom:-5px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-right a:hover{color:#ef4444}.nav-right a:hover:after{width:100%}.burger{background:none;border:none;cursor:pointer;display:none;flex-direction:column;gap:5px;padding:.5rem;z-index:1001}.line{background:#fff;border-radius:2px;height:3px;transition:all .3s ease;width:25px}.line.open:first-child{transform:rotate(45deg) translate(5px,5px)}.line.open:nth-child(2){opacity:0}.line.open:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}.language-selector{align-items:center;border-left:2px solid #ffffff4d;display:flex;gap:.5rem;margin-left:1rem;padding-left:1rem}.lang-btn{background:#0000;border:2px solid #fff6;border-radius:6px;color:#fff;cursor:pointer;font-size:.85rem;font-weight:600;padding:.4rem .8rem;transition:all .3s ease}.lang-btn:hover{border-color:#ef4444;color:#ef4444;transform:translateY(-2px)}.lang-btn.active{background:#ef4444;border-color:#ef4444;color:#fff}.hero{align-items:center;color:#fff;display:flex;height:100vh;justify-content:center;min-height:600px;overflow:hidden;position:relative;text-align:center}.slider-container{height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.slider-wrapper{height:100%;position:relative;width:100%}.slide{background-position:50%;background-repeat:no-repeat;background-size:cover;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity 1s ease-in-out;width:100%}.slide.active{opacity:1}.hero-overlay{background:#0006;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.slider-nav{align-items:center;background:#fffffff2;border:none;border-radius:50%;box-shadow:0 4px 20px #0003;color:#ef4444;cursor:pointer;display:flex;font-size:2.5rem;font-weight:700;height:60px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;width:60px;z-index:3}.slider-nav:hover{background:#fff;box-shadow:0 6px 30px #0000004d;transform:translateY(-50%) scale(1.1)}.slider-nav.prev{left:2rem}.slider-nav.next{right:2rem}.slider-dots{bottom:3rem;display:flex;gap:1rem;left:50%;position:absolute;transform:translateX(-50%);z-index:3}.dot{background:#0000;border:3px solid #fff;border-radius:50%;cursor:pointer;height:12px;padding:0;transition:all .3s ease;width:12px}.dot.active{background:#fff;transform:scale(1.2)}.dot:hover{transform:scale(1.15)}.hero-content{animation:fadeInUp 1s ease-out;max-width:900px;padding:0 2rem;position:relative;z-index:2}.hero-title{font-size:clamp(2rem,5vw,3.5rem);font-weight:800;line-height:1.2;margin-bottom:1.5rem;text-shadow:0 2px 30px #0000004d}.hero-subtitle{font-size:clamp(1rem,2vw,1.3rem);line-height:1.6;margin-bottom:2.5rem;opacity:.95;text-shadow:0 2px 10px #0003}.cta-button{background:#fff;border:3px solid #fff;border-radius:50px;box-shadow:0 10px 30px #0003;color:#ef4444;display:inline-block;font-size:1.1rem;font-weight:700;padding:1rem 2.5rem;text-decoration:none;transition:all .3s ease}.cta-button:hover{background:#ef4444;box-shadow:0 15px 40px #0000004d;color:#fff;transform:translateY(-3px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.about{background:linear-gradient(180deg,#fff 0,#f9fafb);padding:6rem 5%}.container{margin:0 auto;max-width:1200px}.about-content{text-align:center}.section-title{color:#1a1a1a;font-size:clamp(2rem,4vw,3rem);font-weight:800;margin-bottom:1rem}.services-subtitle{color:#ef4444;font-size:1.3rem;font-weight:600;margin-bottom:3rem}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:4rem}.feature-card{align-items:center;background:#fff;border-radius:20px;box-shadow:0 10px 40px #00000014;display:flex;flex-direction:column;gap:1rem;padding:2.5rem;transition:all .3s ease}.feature-card:hover{box-shadow:0 15px 50px #0000001f;transform:translateY(-10px)}.feature-card:hover .feature-icon{transform:scale(1.1) rotate(5deg)}.feature-icon{align-items:center;background:linear-gradient(135deg,#fef2f2,#fee2e2);border-radius:50%;color:#ef4444;display:flex;font-size:3rem;height:80px;justify-content:center;margin-bottom:.5rem;transition:all .3s ease;width:80px}.feature-text{color:#1a1a1a;font-size:1.1rem;font-weight:600}.services-list{background:#fff;border-radius:20px;box-shadow:0 10px 40px #00000014;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:700px;padding:3rem;text-align:left}.service-item{align-items:center;border-bottom:1px solid #f3f4f6;display:flex;font-size:1.05rem;gap:1rem;padding:1rem 0}.service-item:last-child{border-bottom:none}.service-icon{color:#ef4444;flex-shrink:0;font-size:1.5rem}.about-image-container{display:flex;justify-content:center;margin:3rem 0}.gatana-logo{filter:drop-shadow(0 10px 30px rgba(0,0,0,.1));height:auto;max-width:300px;transition:transform .3s ease}.gatana-logo:hover{transform:scale(1.05)}.contact-cta{color:#ef4444;font-size:1.2rem;font-weight:600;margin-top:2rem}.contact{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);color:#fff;padding:6rem 5%}.contact-title{color:#fff;font-size:clamp(2rem,4vw,3rem);font-weight:800;margin-bottom:3rem;text-align:center}.contact-info{display:flex;justify-content:center;margin-bottom:4rem}.contact-card{align-items:center;background:#ef44441a;border:2px solid #ef4444;border-radius:15px;color:#fff;cursor:pointer;display:inline-flex;gap:1rem;justify-content:center;max-width:400px;padding:1.5rem 3rem;text-decoration:none;transition:all .3s ease}.contact-card:hover{background:#ef444433;box-shadow:0 10px 30px #ef44444d;transform:translateY(-5px)}.contact-icon{color:#ef4444;font-size:2rem}.contact-text{font-size:1.1rem;font-weight:600}.social-section{margin-top:4rem;text-align:center}.social-title{color:#ef4444;font-size:1.8rem;font-weight:700;margin-bottom:2rem}.social-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin:0 auto;max-width:900px}.social-link{align-items:center;background:#ffffff0d;border:2px solid #fff3;border-radius:15px;color:#fff;display:flex;gap:1.5rem;padding:2rem;text-decoration:none;transition:all .3s ease}.social-link:hover{background:#ffffff1a;box-shadow:0 10px 30px #0000004d;transform:translateY(-5px)}.social-link.facebook:hover{border-color:#1877f2}.social-link.instagram:hover{border-color:#e4405f}.social-link.tiktok:hover{border-color:#69c9d0}.social-icon{font-size:2.5rem;min-width:50px;text-align:center}.social-text{display:flex;flex-direction:column;text-align:left}.social-name{font-size:1.2rem;font-weight:700;margin-bottom:.3rem}.social-handle{font-size:.9rem;opacity:.7}.footer{background:#0a0a0a;color:#fff9;font-size:.9rem;padding:2rem 5%;text-align:center}.footer p{margin:0}@media (max-width:768px){.navbar{padding:1rem 4%}.burger{display:flex}.nav-right{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1a1a1afa;border-radius:0 0 0 15px;box-shadow:0 10px 30px #00000080;display:none;flex-direction:column;padding:2rem;position:absolute;right:0;top:70px;width:250px}.nav-right.open{display:flex}.nav-right a:after{display:none}.language-selector{border-left:none;border-top:2px solid #ffffff4d;justify-content:space-between;margin-left:0;margin-top:1rem;padding-left:0;padding-top:1rem;width:100%}.lang-btn{flex:1 1}.hero{height:70vh;min-height:500px}.hero-content{margin-top:-3rem;padding:0 1rem}.hero-title{font-size:1.8rem;margin-bottom:1rem}.hero-subtitle{font-size:.95rem;margin-bottom:1.5rem}.cta-button{font-size:.95rem;padding:.8rem 1.8rem}.slider-nav{align-items:center;background:#fffffff2;border:none;border-radius:50%;bottom:1.5rem;box-shadow:0 4px 20px #0003;color:#ef4444;cursor:pointer;display:flex;font-size:1.4rem;font-weight:700;height:42px;justify-content:center;position:absolute;top:auto;transition:all .3s ease;width:42px;z-index:3}.slider-nav:hover{background:#fff;box-shadow:0 6px 30px #0000004d;transform:translateY(-50%) scale(1.1)}.slider-nav.prev{left:.5rem}.slider-nav.next{right:.5rem}.slider-dots{bottom:1rem;gap:.5rem}.dot{border-width:2px;height:8px;width:8px}.about{padding:4rem 4%}.features-grid{gap:1.5rem;grid-template-columns:1fr}.feature-card,.services-list{padding:2rem}.gatana-logo{max-width:200px}.contact{padding:4rem 4%}.contact-info{display:flex;justify-content:center}.contact-card{max-width:100%;padding:1.2rem 2rem}.social-grid{grid-template-columns:1fr}.social-link{padding:1.5rem}.social-icon{font-size:2rem}}@media (max-width:480px){.brand-text{font-size:1.2rem}.logo-img{height:35px}.hero{height:60vh;min-height:450px}.hero-content{padding:0 1rem}.cta-button{font-size:1rem;padding:.9rem 2rem}.section-title{font-size:1.8rem}.services-subtitle{font-size:1.1rem}}.floating-call-button{align-items:center;background:#ef4444;border-radius:50%;bottom:30px;box-shadow:0 10px 30px #0000004d;color:#fff;cursor:pointer;display:flex;font-size:2rem;height:65px;justify-content:center;position:fixed;right:30px;transition:all .3s ease;width:65px;z-index:2000}.floating-call-button:hover{background:#dc2626;box-shadow:0 15px 40px #0006;transform:scale(1.1)}
/*# sourceMappingURL=main.235db684.css.map*/