:root{--black:#000;--white:#fff;--light-gray:#f4f4f4;--med-gray:#ebebeb;--accent:#00dbaf}*{box-sizing:border-box;font-family:Rubik,sans-serif;margin:0;padding:0}body{background-color:#fff;background-color:var(--white);color:#000;color:var(--black);font-weight:200;line-height:1.2}h1,h2,h3,h4{font-weight:400;letter-spacing:-.03em}h1{font-size:7rem;font-weight:600;line-height:1;margin-bottom:2rem}h2{font-size:3rem;margin-bottom:1.5rem}h3{font-size:2rem;margin-bottom:1rem}p{font-size:1.1rem;line-height:1.6;margin-bottom:1.5rem}.main-title{font-size:3rem;font-weight:600;letter-spacing:.05em;margin-bottom:0;text-transform:uppercase}.section-heading{font-size:8rem;font-weight:700;letter-spacing:-.03em;margin-bottom:4rem;text-align:center}.container{margin:0 auto;max-width:1400px;padding:0;width:90%}.cta-btn{background-color:#000;background-color:var(--black);color:#fff;color:var(--white);display:inline-block;font-size:.9rem;font-weight:400;letter-spacing:.05em;padding:.8rem 1.5rem;text-decoration:none;text-transform:uppercase;transition:all .3s ease}.cta-btn:hover{background-color:#00dbaf;background-color:var(--accent);color:#000;color:var(--black)}@media (max-width:1024px){h1{font-size:3.5rem}.section-heading{font-size:4rem}}@media (max-width:768px){h1{font-size:2.5rem}.subtitle{font-size:1.2rem}}nav{background-color:var(--white);justify-content:space-between;left:0;padding:2rem 5%;position:fixed;top:0;width:100%;z-index:100}.logo,nav{align-items:center;display:flex}.logo{color:var(--black);font-size:1.2rem;font-weight:500;letter-spacing:-.02em;text-decoration:none}.logo-image{height:30px;margin:8px;width:auto}.nav-links{display:flex;list-style:none}.nav-links li{margin-left:3rem}.nav-links a{color:var(--black);font-size:.9rem;font-weight:400;letter-spacing:.05em;text-decoration:none;text-transform:uppercase;transition:opacity .3s ease}.nav-links a:hover{opacity:.6}@media (max-width:768px){.nav-links li{margin-left:1.5rem}.logo-image{height:24px}}.hero{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:80vh;padding:12rem 0 8rem;text-align:center}.subtitle{font-size:1.5rem;font-weight:300;margin-bottom:3rem;max-width:700px}.hero-flex{display:flex;justify-content:center}.hero-content{align-items:center;display:flex;flex-direction:column;text-align:center}.title-image-container{align-items:center;display:flex;justify-content:center;margin-bottom:2rem;position:relative}.title-image-container h1{max-width:80%;z-index:2}.hero-image{position:absolute;width:150px}#home-img1{right:0;top:50%}#home-img2{bottom:13%;left:-12px;transform:rotate(-15deg)}.tech-section{background-color:var(--white);padding:0 0 9rem;text-align:center}.tech-title{margin:-8px auto 4rem;max-width:800px}.tech-slider{margin:0 auto;max-width:1200px;overflow:hidden;position:relative;width:100%}.tech-slider:after,.tech-slider:before{content:"";height:100%;pointer-events:none;position:absolute;top:0;width:15%;z-index:2}.tech-slider:before{background:linear-gradient(to right,var(--white),#0000);left:0}.tech-slider:after{background:linear-gradient(to left,var(--white),#0000);right:0}.slider-track{animation:scroll 30s linear infinite;display:flex;margin:0 auto;width:2400px}.slide{align-items:center;display:flex;height:150px;justify-content:center;opacity:.5;transition:opacity .5s ease;width:200px}.slide:hover{opacity:1}.tech-logo{align-items:center;display:flex;flex-direction:column;justify-content:center;position:relative;transition:transform .3s ease}.tech-logo p{bottom:-20px;font-size:.9rem;font-weight:500;margin-bottom:0;opacity:0;position:absolute;transform:translateY(10px);transition:opacity .3s ease,transform .3s ease}.tech-logo:hover p{opacity:1;transform:translateY(0)}.tech-icon{margin-bottom:1.6rem}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-1200px)}}@media (max-width:768px){.tech-slider{max-width:90%}.slide{width:150px}.slider-track{width:1800px}}.project-card{border-radius:30px;display:flex;flex-direction:column;min-height:900px;overflow:hidden;position:relative;transition:transform .3s ease}.project-card:hover{transform:translateY(-5px)}.project-bg{display:flex;flex-direction:column;height:100%;justify-content:flex-start;padding:2rem;position:relative}.project-title{color:#fff;font-size:2.5rem;font-weight:700;margin:0}.project-location{color:#fff;font-size:1.2rem;font-weight:400;opacity:.9;text-align:right}.project-preview{height:60%;margin-top:2rem;overflow:visible;position:relative;z-index:10}.app-screenshots{display:flex;height:100%;justify-content:center;position:relative;width:100%}.screenshot-container{height:520px;position:relative;transition:transform .5s ease}.project-card:hover .screenshot-container{transform:translateY(0)}.bot-screenshot{border-radius:1rem;box-shadow:0 10px 30px #0003;height:100%;max-width:100%;object-fit:contain}.two-screenshots{display:flex;justify-content:center;position:relative;z-index:10}.primary-screenshot{right:70px;z-index:2}.secondary-screenshot{height:90%;position:absolute;right:0;top:10%;z-index:1}.project-card:hover .primary-screenshot{height:90%}.project-card:hover .secondary-screenshot{height:90%;transform:translateY(-10px) rotate(2deg);transition:all .5s ease;z-index:2}.project-link{background-color:#000;border-radius:2rem;bottom:2rem;color:#fff;font-size:.8rem;font-weight:500;left:auto;letter-spacing:.05em;opacity:0;padding:.7rem 1.5rem;position:absolute;right:1rem;text-align:right;text-decoration:none;text-transform:uppercase;transform:translateX(-10%);transition:all .3s ease;z-index:10}.project-card:hover .project-link{opacity:1}.project-link:hover{background-color:var(--accent);color:#000}.project-headline{bottom:0;left:0;padding:2rem;position:absolute;width:100%;z-index:1}.project-headline h2{color:#fff;font-size:3.5rem;font-weight:700;line-height:1;margin:0;text-transform:uppercase}.munchiz-bg{background-color:#333}.mori-bg{background-color:#b69ee2}.smol-bg{background-color:#d37a61}@media (max-width:768px){.project-card{min-height:750px}.screenshot-container{height:400px}.project-headline h2{font-size:2.5rem}}.projects-section{background-color:#000;color:#fff;padding:6rem 0}.projects-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(450px,1fr));margin-top:3rem}@media (max-width:1024px){.projects-grid{grid-template-columns:1fr}}.about-section{padding:8rem 0}.about-grid{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.about-image{display:block;height:100%;object-fit:cover;width:100%}.about-content{padding:2rem 0}.about-title{font-size:3rem;margin-bottom:2rem}footer{background-color:var(--white);border-top:1px solid var(--med-gray);padding:4rem 0}.footer-grid{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:2fr 1fr 1fr}.footer-logo{font-size:1.2rem;font-weight:500;letter-spacing:-.02em;margin-bottom:1rem}.footer-links{list-style:none}.footer-links li{margin-bottom:1rem}.footer-links a{color:var(--black);font-size:.9rem;text-decoration:none;transition:opacity .3s ease}.footer-links a:hover{opacity:.6}.footer-title{font-size:.9rem;font-weight:500;letter-spacing:.05em;margin-bottom:1.5rem;text-transform:uppercase}.copyright{color:var(--black);font-size:.8rem;margin-top:4rem;opacity:.7}.bot-action-section{background-color:var(--white);padding:6rem 0}.section-header{margin-bottom:4rem;text-align:center}.section-title{display:inline-block;font-size:4rem;font-weight:700;letter-spacing:-.03em;margin-bottom:1rem;position:relative}.section-title:after{background-color:var(--accent);bottom:-10px;content:"";height:4px;left:35%;position:absolute;width:30%}.section-subtitle{font-size:1.2rem;margin:1.5rem auto 0;max-width:700px;opacity:.8}.bot-screenshots-container{gap:4rem;margin-bottom:5rem}.bot-screenshots-container,.phone-area{align-items:center;display:flex;justify-content:center;position:relative}.phone-area{height:650px;width:320px}.phone-mockup{height:570px;position:relative;transition:transform .5s ease;width:280px;z-index:2}.left-mockup{transform:rotate(-5deg)}.right-mockup{transform:rotate(5deg)}.phone-frame{background-color:#121212;border:1px solid #333;border-radius:36px;box-shadow:0 25px 50px -12px #00000040;height:100%;overflow:hidden;padding:12px}.phone-frame,.phone-header{position:relative;width:100%}.phone-header{align-items:center;display:flex;height:32px;justify-content:center}.phone-notch{background-color:#121212;border-radius:0 0 16px 16px;height:25px;position:absolute;top:0;width:120px}.phone-screen{background-color:#1a1a1a;border-radius:24px;height:calc(100% - 64px);overflow:hidden;width:100%}.screenshot-img{border-radius:24px;object-fit:cover;width:100%}.phone-footer{align-items:center;display:flex;height:32px;justify-content:center;width:100%}.home-indicator{background-color:#333;border-radius:3px;height:5px;width:120px}.phone-mockup:hover .screenshot-img{transform:scale(1.02)}.phone-mockup:hover{transform:scale(1.05) rotate(0);z-index:10}.chat-popup{border-radius:12px;max-width:240px;opacity:0;overflow:hidden;position:absolute;transform:scale(.9);transition:all .3s cubic-bezier(.34,1.56,.64,1);width:100%;z-index:1}.chat-popup.visible{opacity:1;transform:scale(1)}.left-popup{left:-260px;right:auto;top:20%;transform:rotate(2deg)}.right-popup{left:auto;right:-260px;top:20%;transform:rotate(-10deg)}.chat-popup-img{border-radius:12px;display:block;height:auto;width:100%}.next-section{margin-top:3rem;text-align:center}.next-title{font-size:2.5rem;font-weight:600;margin-bottom:2rem}.cta-button{background-color:var(--black);border-radius:4px;box-shadow:0 4px 6px #0000001a;color:var(--white);display:inline-block;font-size:.9rem;font-weight:500;letter-spacing:.05em;padding:1rem 2rem;text-decoration:none;text-transform:uppercase;transition:all .3s ease}.cta-button:hover{background-color:var(--accent);box-shadow:0 7px 14px #0000001a;color:var(--black);transform:translateY(-3px)}@media (max-width:768px){.bot-screenshots-container{flex-direction:column;gap:6rem}.phone-mockup{height:530px;width:260px}.left-mockup,.right-mockup{transform:rotate(0)}.left-popup{left:-160px}.right-popup{right:-160px}.section-title{font-size:3rem}.next-title{font-size:2rem}}@media (max-width:576px){.chat-popup{left:auto!important;margin:20px auto;max-width:80%;position:relative;right:auto!important;top:auto}.phone-area{flex-direction:column;height:auto;width:100%}.bot-screenshots-container{gap:2rem}}.project-detail-container{margin:0 auto;max-width:1400px;padding:120px 5% 80px}.project-header{margin-bottom:20px;text-align:left}.project-header h1{font-size:6rem;font-weight:700;margin-bottom:16px}.project-subtitle{color:var(--black);font-size:1.8rem;max-width:700px;opacity:.8}.project-overview{grid-gap:60px;align-items:center;display:grid;gap:60px;grid-template-columns:1fr 1fr;margin-bottom:100px}.overview-content h2{font-size:3rem;margin-bottom:24px}.overview-content p{font-size:1.2rem;line-height:1.6;margin-bottom:32px}.tech-stack{margin-top:40px}.tech-stack h3{font-size:1.5rem;margin-bottom:16px}.tech-tags{display:flex;flex-wrap:wrap;gap:12px}.tech-tag{background-color:var(--light-gray);border-radius:20px;font-size:.9rem;font-weight:500;padding:8px 16px}.overview-image img{border-radius:20px;box-shadow:0 15px 30px #0000001a;width:100%}.project-features{margin-bottom:100px}.project-features h2{font-size:4rem;font-weight:700;margin-bottom:60px}.features-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(3,1fr)}.feature-card{background-color:#d6e5ff;border-radius:20px;box-shadow:0 10px 30px #0000000d;height:100%;padding:30px;transition:transform .3s ease}.feature-card:hover{transform:translateY(-10px)}.feature-image{align-items:center;display:flex;height:200px;justify-content:center;margin-bottom:24px}.feature-image img{max-height:100%;max-width:100%;object-fit:contain}.feature-card h3{font-size:1.5rem;font-weight:600;margin-bottom:16px}.feature-card p{font-size:1rem;line-height:1.6;opacity:.8}.project-process{background-color:var(--light-gray);border-radius:20px;margin-bottom:100px;padding:60px}.project-process h2{font-size:3rem;font-weight:700;margin-bottom:40px}.process-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(3,1fr)}.process-card{background-color:var(--white);border-radius:15px;box-shadow:0 5px 15px #0000000d;height:100%;padding:30px}.process-card h3{font-size:1.3rem;font-weight:600;margin-bottom:16px}.process-card p{font-size:1rem;line-height:1.6}.project-screenshots{margin-bottom:100px}.project-screenshots h2{font-size:3rem;font-weight:700;margin-bottom:40px}.screenshots-container{grid-gap:30px;display:grid;gap:30px;grid-template-columns:1fr 1fr}.screenshots-container img{border-radius:15px;box-shadow:0 10px 25px #0000001a;padding:20px;transition:transform .3s ease;width:100%}.screenshots-container img:hover{transform:scale(1.02)}.next-project{margin-bottom:60px;text-align:center}.next-project h2{font-size:2.5rem;margin-bottom:30px}.project-link.disabled{background-color:#999;cursor:not-allowed;opacity:.6}@media (max-width:1024px){.project-header h1{font-size:4rem}.project-overview{grid-template-columns:1fr}.features-grid,.process-grid{grid-template-columns:1fr 1fr}}@media (max-width:768px){.project-header h1{font-size:3rem}.features-grid,.process-grid,.screenshots-container{grid-template-columns:1fr}.project-process{padding:40px 20px}}
/*# sourceMappingURL=main.37862180.css.map*/