*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#6e93f7;border-radius:12px;-webkit-transition:all .3s ease;transition:all .3s ease}::-webkit-scrollbar-thumb:hover{background:#4070f4}nav.sticky{background-color:#3586ff;position:-webkit-sticky;top:0}.navbar{background-color:#1b1c1d;justify-content:center;font-size:1.2rem;position:-webkit-sticky;position:sticky;top:0;z-index:20}.nav-container,.navbar{height:80px;display:flex;align-items:center}.nav-container{justify-content:space-between;width:100%;max-width:1500px}.main-container{position:absolute;top:0;bottom:0;left:0;right:0;background-color:rgba(0,0,0,.3)}.nav-logo{color:#3586ff;align-items:center;cursor:pointer;text-decoration:none;font-size:2rem;flex-grow:1}.nav-menu{display:flex;list-style:none;text-align:center;margin-right:2rem;gap:1rem}.nav-links{color:#fff;text-align:center;text-decoration:none;height:100%;border-bottom:3px solid transparent}.nav-item,.nav-item-connect{line-height:40px;margin-right:1rem}.nav-item:after{content:"";display:block;height:3px;background:transparent;transition:all .5s ease,background-color .5s ease}.nav-item:hover:after{width:100%;background:#fff}.nav-item .active{color:#fff;border:1px solid #ffdd40}.nav-icon{display:none}@media screen and (max-width:960px){.nav-container{flex-direction:column}.nav-menu{display:flex;flex-direction:column;width:100%;border-top:1px solid #fff;position:absolute;top:80px;left:-110%;background-color:#1b1c1d}.nav-menu,.nav-menu.active{opacity:1;transition:all .5s ease}.nav-menu.active{left:0;z-index:1}.nav-links{padding:1.5rem;width:100%;display:table}.nav-item .active{color:#fff;border:none}.nav-icon{display:block;font-size:2rem;cursor:pointer;color:#3586ff;margin-right:20px}.hamburger{display:flex;flex-direction:column;gap:5px;cursor:pointer;flex-grow:1}.hamburger .bar{width:30px;height:3px;background-color:#fff}}@media screen and (max-width:480px){.nav-logo{font-size:1.5rem}}.headers{display:flex;height:200px;flex-direction:column;align-items:center;justify-content:center}.header-item-1{align-items:center;font-size:xx-large;line-height:50px}.header-item-2{align-items:center;margin-top:30px}.open-campaigns-box{height:200px;width:100%;padding:10px;border:2px solid #000;margin-bottom:20px}.open-campaigns{padding-top:30px;font-size:x-large;display:flex;justify-content:center}.back-button{margin-top:40px}.working{width:100%;padding:50px 0 0}.working-items{display:flex;justify-content:space-evenly;align-items:center}.working-item{height:200px;width:500px;flex-direction:center;justify-content:space-evenly}.working-image{height:50px;width:50px}.form-container.auth .form{width:500px;padding:20px;background-color:#1b1c1d;border-radius:8px;box-shadow:0 0 10px #bdbdbd}.intro{display:table;width:100%;padding:0;background:url(/_next/static/media/blockchain.cb1d4af4.png) 50% no-repeat;background-color:#e5e5e5;background-size:cover;-o-background-size:cover}.intro .overlay{background:rgba(0,0,0,.2)}.intro h1{font-family:Raleway,sans-serif;color:#fff;font-size:82px;font-weight:700;text-transform:uppercase;margin-top:0;margin-bottom:10px}.intro h1 span{font-weight:800;color:#5ca9fb}.intro p{color:#fff;font-size:22px;font-weight:300;line-height:30px;margin:0 auto 60px}header .intro-text{padding-top:350px;padding-bottom:200px;text-align:center}:root{--primary-border:#e0e0e0;--box-shadow:0 4px 6px rgba(0,0,0,.1);--green-color:green;--red-color:red;--blue-color:#3b82f6}.project-container{max-width:1200px;margin:0 auto;padding:1rem}.projects-title{font-size:1.5rem;font-weight:700;text-align:center;margin-bottom:1.5rem}.projects-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.project-card{border:1px solid var(--primary-border);border-radius:8px;overflow:hidden;box-shadow:var(--box-shadow);margin:1rem;max-width:300px;width:100%}.project-image{width:100%;height:250px;overflow:hidden}.project-image img{width:100%;height:100%;object-fit:cover}.project-content{padding:1rem;display:flex;flex-direction:column;gap:.75rem}.project-title{font-size:1.25rem;text-align:center;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-details{display:flex;justify-content:space-between;gap:.5rem}.btn-minimum,.btn-target{flex:1 1;padding:.5rem;border-radius:4px;background-color:transparent}.btn-target{border:1px solid var(--green-color);color:var(--green-color)}.btn-minimum{border:1px solid var(--red-color);color:var(--red-color)}.btn-funds,.btn-status{width:100%;padding:.75rem;border-radius:4px;background-color:transparent}.btn-funds-complete,.btn-status-complete{border:1px solid var(--green-color);color:var(--green-color)}.btn-funds-pending,.btn-status-pending{border:1px solid var(--red-color);color:var(--red-color)}.btn-view-project{width:100%;padding:.75rem;background-color:var(--blue-color);color:#fff;border:none;border-radius:4px;cursor:pointer}@media (max-width:768px){.project-card{max-width:100%;margin:.5rem}.project-image{height:200px}}.loading-container{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh}.loading-spinner{border:8px solid #f3f3f3;border-top-color:#3586ff;border-radius:50%;width:50px;height:50px;animation:spin 2s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.working-item{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.working-image{max-width:100%;height:auto}