@import"https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap";.main-footer{background-color:#000;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;color:#fff;padding:50px;gap:50px}.main-footer div:first-child{flex:1;max-width:300px}.main-footer div:nth-child(2),.main-footer div:nth-child(3){flex:1;max-width:300px}.main-footer h4,.main-footer h6{margin:0 0 10px}.main-footer ul{list-style:none;padding:0;margin:0}.main-footer ul li{margin-bottom:5px;font-weight:300}.main-footer a{color:#fff}.main-footer p,.main-footer span{margin:0}.supportIcons{display:flex;justify-content:flex-start;align-items:center;gap:30px}@media screen and (max-width: 768px){.main-footer{flex-direction:column;align-items:center;text-align:center}.main-footer div{flex:unset;max-width:100%}.main-footer div:nth-child(2),.main-footer div:nth-child(3){text-align:center}.supportIcons{justify-content:center;gap:20px;margin-top:10px}}.main-header{margin-bottom:40px}.main-header .desktopNavBAr{position:fixed;top:0;z-index:1000;background-color:#fff;display:flex;justify-content:space-between;align-items:center;width:100%;padding:20px 40px;box-shadow:0 0 #0000;transition:box-shadow .3s ease-in-out,padding .3s ease-in-out}.scrolled .desktopNavBAr{box-shadow:0 4px 6px #0000001a;padding:10px 30px}.iconArea{display:flex;gap:20px}.iconArea,.navList{display:flex;justify-content:flex-start;align-items:center}.navList{flex:1;padding-left:20px;display:flex;gap:20px}button.btn-transparent{align-self:flex-end;margin-left:auto}.iconText{font-family:Nunito;font-size:30px;font-weight:700;line-height:45px;letter-spacing:.30000001192092896px;text-align:left;text-underline-position:from-font;text-decoration-skip-ink:none}.iconText .innerIconText{color:#005792}.mobileNavBar{display:none}.mobileNavBar div{display:flex;padding:20px;justify-content:space-between}.logoArea{display:flex;gap:10px;align-items:center}.mobileNavList{display:flex;flex-direction:column;background-color:#fff;padding:10px;box-shadow:0 4px 6px #0000001a;z-index:1000}.mobileNavList span{position:relative}.mobileNavList span:after{content:"";display:block;height:1px;background-color:#ccc;margin:5px 0}.mobileNavList span:last-child:after{display:none}.buttonArea{display:flex;align-items:center;gap:20px}.buttonArea .githubIcon{cursor:pointer}#hamburgerButton{display:flex;justify-content:center;align-items:center;gap:20px}@media screen and (max-width: 600px){.main-header .desktopNavBAr{display:none}.mobileNavBar{display:block}.main-header{margin-bottom:0}}.features-section{padding:3rem 1rem;background:#111;min-height:100vh}.features-title{text-align:center;margin-bottom:2.5rem;color:#fff;letter-spacing:2px;text-transform:uppercase}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:2.5rem;max-width:1200px;margin:0 auto}.feature-card{background:#181818;border-radius:0;border:2px solid #fff;padding:2.5rem 2rem 2rem;box-shadow:0 8px 32px #00000040,0 2px 8px #ffffff0a;transition:box-shadow .25s,transform .25s,border-color .25s;position:relative;overflow:hidden;color:#fff}.feature-card:hover{box-shadow:0 16px 48px #00000059,0 4px 16px #ffffff14;transform:translateY(-8px) scale(1.03);border-color:#fff;z-index:1}.feature-card h2{font-size:1rem;margin-bottom:.7rem;letter-spacing:1px;text-transform:uppercase}.feature-card ul{padding:0;margin:0;list-style:none}.feature-card p{font-size:1rem;margin-bottom:.7rem}@media (max-width: 600px){.features-section{padding:2rem .5rem;margin:0}.features-title{font-size:2rem}.features-grid{grid-template-columns:1fr}.feature-card{padding:1.2rem .8rem}}*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}body{font-family:Nunito,sans-serif;line-height:1.6;color:#333;background-color:#f9f9f9;overflow-x:hidden}h1{font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:1rem}h2{font-size:2.5rem;font-weight:700;line-height:1.3;margin-bottom:1rem}h3{font-size:2rem;font-weight:600;line-height:1.4;margin-bottom:.75rem}h4{font-size:1.75rem;font-weight:600;line-height:1.5;margin-bottom:.75rem}h5{font-size:1.5rem;font-weight:500;line-height:1.6;margin-bottom:.5rem}h6{font-size:1.9375rem;font-weight:500;line-height:1.1;margin-bottom:.5rem}p{font-size:1rem;font-weight:400;line-height:1.4;margin-bottom:1rem}a{color:#004d87;text-decoration:none;font-weight:600}a:hover{text-decoration:underline}ul,ol{padding-left:1.5rem;margin-bottom:1rem}ul li,ol li{margin-bottom:.5rem;line-height:1.6}button{font-family:Nunito,sans-serif;font-size:1rem;font-weight:600;color:#fff;background-color:#000;border:none;padding:.75rem 1.5rem;border-radius:1px;cursor:pointer;transition:background-color .3s ease;display:flex;justify-content:center;align-items:center;border:1px solid #FFFFFF}.btn-transparent{background-color:#fff;color:#000;border:1px solid #005F6B}.btn-transparent:hover{background-color:teal;color:#fff}button:hover{background-color:teal}button:disabled{background-color:#ccc;cursor:not-allowed}img{max-width:100%;height:auto;display:block}input,textarea,select{font-family:Nunito,sans-serif;font-size:1rem;padding:.5rem;border:1px solid #ddd;border-radius:4px;width:100%;margin-bottom:1rem;line-height:1.6}input:focus,textarea:focus,select:focus{border-color:teal;outline:none}.container{width:85%;max-width:1400px;margin:0 auto;padding:1rem}.text-center{text-align:center}.text-right{text-align:right}.text-left{text-align:left}.hidden{display:none}.cursive{font-family:Caveat Brush,serif}@media (max-width: 768px){h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.75rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1rem}p{font-size:.9rem}}@media (max-width: 480px){h1{font-size:2rem}h2{font-size:1.75rem}h3{font-size:1.5rem}h4{font-size:1.25rem}h5{font-size:1rem}h6{font-size:.9rem}p{font-size:.85rem}}
