@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{color:var(--primary-color)}.highlight,.highlight-secondary{font-family:var(--secondary-font)}.highlight-secondary{color:var(--secondary-color)}.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}a:not(#header a):not(footer a):not(.logo-grid a):not(.packages-grid a):not(.cool-button):not(div.blog-list a):hover:after{height:90%}li:not(nav li){font-size:1.3rem;padding:.5rem 0;list-style-type:circle}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(120deg)}}@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}}#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}nav ul{display:flex;list-style:none}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}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:800px){.header-content{flex-direction:column;align-items:center}nav ul{align-items:center;gap:1rem}nav li{margin:0}nav a{font-size:1.2em}}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:2rem}.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}}