@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");@import url("https://fonts.googleapis.com/css2?family=Cal+Sans&display=swap");:root{--primary-color:#ffc300;--secondary-color:#5a189a;--light-primary:rgba(255,195,0,0.1);--background-primary-color:#ffffff;--background-secondary-color:#ffc300;--text-color:#3a3a3a;--text-color-light:#f2f2f2;--primary-font:"Outfit",sans-serif;--secondary-font:"Cal Sans",sans-serif}html{scroll-behavior:smooth}*{margin:0;padding:0;box-sizing:border-box;font-family:var(--primary-font)}body{background-color:#f8fafc;background-image:radial-gradient(circle at 1px 1px,#e2e8f0 1px,transparent 0);background-size:2rem 2rem}.name{text-transform:lowercase}.highlight,.name{font-family:var(--secondary-font)}.highlight{color:var(--primary-color)}.highlight-secondary{color:var(--secondary-color);font-family:var(--secondary-font)}.bottom-line{border-bottom:6px solid var(--primary-color)}.section-title{text-align:center;margin-bottom:3rem}.section-title p{text-align:center;margin-top:1rem;font-size:1.2em}.section-title h2{font-size:2.5rem;margin-bottom:1rem;position:relative;display:inline-block;color:var(--text-color)}.section{padding-top:25rem;padding-bottom:25rem}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.particles{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.opensource-text h2{font-size:3rem;margin-bottom:1.5rem;position:relative}.opensource-text p{margin-bottom:1.5rem;line-height:1.6;font-size:1.5rem;color:var(--text-color);padding:1.2rem 0}.grid-section-name{font-size:2rem;font-weight:700;font-family:var(--primary-font)!important;text-align:center;padding-top:4rem;padding-bottom:4rem}.packages-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:3rem}a:not(#header a):not(footer a):not(.logo-grid a):not(.packages-grid a):not(.cool-button):not(div.blog-list a){position:relative;text-decoration:none;color:var(--secondary-color)}a:not(#header a):not(footer a):not(.logo-grid a):not(.packages-grid a):not(.cool-button):not(div.blog-list a):after{content:"";position:absolute;left:0;bottom:0;width:100%;height:3px;background-color:var(--primary-color);transition:all .3s ease;z-index:-1}li:not(nav li){font-size:1.3rem;padding:.5rem 0;list-style-type:circle}.logo-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:2rem;gap:2rem;align-items:center;justify-items:center}.logo-container{max-width:1200px;margin:auto;text-align:center}img.company-logo{filter:grayscale(0);transition:all .3s}img.company-logo:hover{filter:grayscale(1);rotate:2deg}p.caption{font-style:oblique;font-weight:300;font-size:1.2em;color:rgba(110,110,110,1);text-align:center}.intro-ys{margin-top:10em;background-color:var(--light)}.intro-ys-content{display:flex;align-items:center;gap:4rem}.intro-ys-text h2{font-size:3rem;margin-bottom:1.5rem;position:relative}.intro-ys-text p{margin-bottom:1.5rem;line-height:1.6;font-size:1.6rem;color:var(--text-color)}.get-in-touch-content{display:flex;flex-wrap:wrap;gap:2rem}.text-section{flex:1 1 350px}.text-section h2{margin-bottom:1.2em}.intro-text{font-size:1.1rem;margin-bottom:1.5rem}.contact-info p{margin:.3rem 0;font-size:1rem}.form-section{flex:1 1 400px}img.rotate{animation:windySpin 30s ease-in-out infinite}@keyframes windySpin{0%{transform:rotate(0deg)}10%{transform:rotate(30deg)}25%{transform:rotate(-10deg)}40%{transform:rotate(60deg)}55%{transform:rotate(20deg)}70%{transform:rotate(80deg)}85%{transform:rotate(50deg)}to{transform:rotate(0deg)}}@media (max-width:480px){.section-title h2{font-size:2rem}.section-title p{font-size:1.5rem}.intro-ys-image{display:none}.intro-ys-content{flex-direction:column;text-align:center;gap:2rem}.intro-ys-text h2{font-size:2.5rem}.intro-ys-text p{font-size:1rem}.get-in-touch-content p{font-size:1.2em}.landing-logo{display:none}}#header{padding:1.5rem 0;position:fixed;width:100%;top:0;z-index:100;background:rgba(255,255,255,.1);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.header-content{display:flex;justify-content:space-between;align-items:center;position:relative}.name{font-weight:500;cursor:pointer;text-decoration:none;color:var(--text-color);position:relative;padding-bottom:5px;display:inline-block}.name:after{content:"";position:absolute;width:0;height:4px;bottom:0;left:0;background-color:var(--primary-color);transition:width .5s ease}header-content .name:hover:after{width:100%}a:has(.name){text-decoration:none}.hamburger{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:0;z-index:101}.hamburger span{width:25px;height:3px;background-color:var(--text-color);margin:3px 0;transition:all .3s ease;border-radius:3px}.hamburger.active span:first-child{transform:rotate(45deg) translate(8px,8px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}nav ul{display:flex;list-style:none;margin:0;padding:0}nav li{margin-left:2rem}nav a{text-decoration:none;color:var(--text-color);font-weight:500;font-size:1.3em;position:relative;padding-bottom:5px;display:inline-block}nav a:after{content:"";position:absolute;width:0;height:4px;bottom:0;left:0;background-color:var(--primary-color);transition:width .5s ease}nav a:hover:after{width:100%}@media (max-width:900px){nav li{margin-left:1.5rem}nav a{font-size:1.1em}}@media (max-width:768px){.hamburger{display:flex}nav{position:fixed;top:0;right:-100%;height:100vh;width:70%;max-width:300px;background:rgba(255,255,255,.95);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);transition:right .3s ease;box-shadow:-2px 0 10px rgba(0,0,0,.1)}nav.active{right:0}nav ul{flex-direction:column;padding:5rem 2rem 2rem;height:100%}nav li{margin:0 0 2rem}nav a{font-size:1.5em}}@media (max-width:480px){#header{padding:1rem 0}.name{font-size:1.1em}nav{width:80%}nav a{font-size:1.3em}}footer{background-color:var(--background-secondary-color);padding-bottom:2rem;margin-top:10rem}.footer-content{display:flex;justify-content:space-between;flex-wrap:wrap;gap:1rem}.footer-col{flex:1 1;min-width:200px}.footer-col h3{font-size:1.2rem;margin-bottom:1.5rem;position:relative}.footer-col h3:after{content:"";position:absolute;width:40px;height:2px;background-color:var(--secondary-color);bottom:-8px;left:0}.footer-col a,.footer-col p{color:var(--text-color);margin-bottom:.6rem;display:block;text-decoration:none;transition:color .3s}.footer-col a:hover{color:var(--secondary-color)}.copyright{text-align:center;padding-top:2rem;color:#686868}@media (max-width:800px){.footer-container{padding-bottom:2rem}footer{background-color:var(--background-secondary-color);padding:0}.copyright{text-align:left;font-size:1rem}}