@charset "UTF-8";body{background-color:#1a1a1a;background-position:top;background-repeat:no-repeat;background-size:100% auto;color:#fff;font-family:Montserrat,sans-serif;font-weight:200;margin:0;padding:0}a{color:#30decd}li,p{line-height:1.8}code{background-color:#f5f5f51a;border-radius:4px;font-family:JetBrains Mono,monospace;font-size:.9rem;padding:.2rem .4rem}section{align-items:center;background-position:top;background-repeat:no-repeat;background-size:100% auto;display:flex;height:auto;justify-content:center;overflow:hidden;padding:8rem 2rem 10rem}section h2{font-weight:200}section#home{padding-bottom:10rem;padding-top:12rem}@media (max-width:768px){section{height:auto;padding-bottom:4rem;padding-top:4rem}}section:not(:first-of-type){background-color:#fffffff2}#home{background-image:url(../img/bg.png);background-size:cover;max-height:calc(100vh - 4rem);position:relative}#home:before{background-color:#1a1a1ad9;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}#home .section-content{margin:0 auto;max-width:1200px;width:100%;z-index:2}#home .section-content,#home h2{position:relative;text-align:left}#home h2{background-color:#1a1a1af2;border:1px solid hsla(0,0%,100%,.1);border-radius:8px;box-shadow:0 0 10px #00000080,inset 0 0 2px #ffffff1a;float:left;font-family:JetBrains Mono,monospace;font-size:3rem;font-weight:300;margin-bottom:2rem;min-width:calc(100% - 3rem);padding:2.5rem 1.5rem 10.5rem;text-transform:lowercase}#home h2:before{color:#fff3;content:"● ● ●";font-size:.8rem;left:1rem;letter-spacing:.5rem;position:absolute;top:.5rem}@media (max-width:768px){#home h2{font-size:.8rem;margin-bottom:1rem;min-width:calc(100% - 1.5rem);padding:2.25rem .75rem 10.5rem}#home h2:before{font-size:.6rem;left:.75rem;top:.3rem}}#home h2 .bash{color:#7a7a7a66;font-family:inherit}#products{background-color:#fffffff2}nav{left:0;padding:1rem 2rem;position:fixed;top:0;transition:background-color .3s ease;width:calc(100% - 4rem);z-index:100}nav.scrolled{background-color:#1a1a1af2;box-shadow:0 2px 10px #0000004d}nav .nav-content{align-items:center;display:flex;font-family:Montserrat,sans-serif;justify-content:space-between;margin:0 auto;max-width:1200px}nav .nav-content #logo{color:#fff;font-size:1.5rem;font-weight:300;margin:0}nav .nav-content #logo img{display:block;height:2rem;width:auto}@media (max-width:768px){nav .nav-content #logo img{height:1.75rem}}@media (max-width:480px){nav .nav-content #logo img{height:1.5rem}}nav .nav-content .nav-links{display:flex;gap:2rem}nav .nav-content .nav-links a{color:#fff;font-size:1rem;font-weight:200;text-decoration:none;transition:opacity .2s ease}nav .nav-content .nav-links a:hover{opacity:.8}nav .nav-content .hamburger{background:transparent;border:none;cursor:pointer;display:none;flex-direction:column;height:2rem;justify-content:space-around;padding:0;width:2rem;z-index:10}nav .nav-content .hamburger:focus{outline:none}nav .nav-content .hamburger div{background:#fff;border-radius:10px;height:.25rem;position:relative;transform-origin:1px;transition:all .3s linear;width:2rem}@media (max-width:768px){nav .nav-content .hamburger{display:flex}}nav .nav-content .mobile-menu{background:#1a1a1afa;display:none;height:100vh;padding-top:5rem;position:fixed;right:-100%;top:0;transition:right .3s ease-in-out;width:100%;z-index:5}nav .nav-content .mobile-menu.open{right:0}nav .nav-content .mobile-menu .nav-links{align-items:center;display:flex;flex-direction:column;gap:2rem}nav .nav-content .mobile-menu .nav-links a{color:#fff;font-size:1.2rem;text-decoration:none;transition:color .3s ease}nav .nav-content .mobile-menu .nav-links a:hover{color:#5c807e}@media (max-width:768px){nav .nav-content .mobile-menu{display:block}nav .nav-content .nav-links{display:none}}#services{background-color:#1a1a1af7}#services .section-content{margin:0 auto;max-width:1200px;position:relative;width:100%;z-index:2}#services .services-grid{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:3rem}#services .services-grid .service-card{background-color:#30decd0d;border-radius:8px;padding:2rem;transition:transform .3s ease,box-shadow .3s ease}#services .services-grid .service-card h3{color:#5c807e;font-size:1.5rem;font-weight:300;margin-bottom:1rem}#services .services-grid .service-card p{color:#fff;font-weight:200;line-height:1.6;margin:0}#products{background-color:#f5f5f5fa;position:relative}#products h2{color:#5c807e}#products .section-content{margin:0 auto;max-width:1200px;position:relative;width:100%;z-index:2}#products .products-grid{display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));margin-top:3rem;min-height:300px}@media (max-width:768px){#products .products-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}#products .products-grid .product-card{background:linear-gradient(145deg,#1a1a1a05,#5c807e0d);border:1px solid rgba(92,128,126,.15);border-radius:12px;overflow:hidden;padding:2.5rem;position:relative;transition:all .3s ease}#products .products-grid .product-card .aws-badge{background-color:#5c807e1a;border-radius:4px;color:#5c807e;font-size:.8rem;padding:.5rem 1rem;position:absolute;right:1rem;top:1rem;transition:transform .3s ease}#products .products-grid .product-card h3{color:#5c807e;font-size:1.8rem;font-weight:300;margin-bottom:1rem}#products .products-grid .product-card .product-description{color:#1a1a1acc;font-weight:200;line-height:1.7;margin-bottom:1.5rem}#products .products-grid .product-card .product-features{list-style:none;margin:1.5rem 0;padding:0}#products .products-grid .product-card .product-features li{color:#1a1a1acc;font-weight:200;margin-bottom:.5rem;padding-left:1.5rem;position:relative}#products .products-grid .product-card .product-features li:before{color:#5c807e;content:"•";left:0;position:absolute}#products .products-grid .product-card .product-link{color:#5c807e;color:#30decd;display:inline-block;font-weight:300;margin-top:1rem;text-decoration:none;transition:opacity .2s ease}#products .products-grid .product-card .product-link:hover{opacity:.8}#about{background-color:#1a1a1af7;padding-bottom:6rem;position:relative}#about .section-content{margin:0 auto;max-width:1200px;position:relative;width:100%;z-index:2}#about .section-content .about-text{font-weight:200;line-height:1.8;margin:2rem auto;max-width:800px}#about .section-content .about-text p{color:#fff;margin-bottom:1.5rem}footer{background-color:#1a1a1afa;border-top:1px solid rgba(92,128,126,.1);padding:2rem;text-align:center}footer .footer-content{align-items:center;display:flex;flex-direction:column;gap:1rem;margin:0 auto;max-width:1200px}footer .footer-content .contact-email{color:#5c807e;font-weight:300;text-decoration:none;transition:opacity .2s ease}footer .footer-content .contact-email:hover{opacity:.8}footer .footer-content .copyright{color:#ffffffb3;font-size:.9rem;font-weight:200}.hamburger.open div:first-child{transform:rotate(45deg)}.hamburger.open div:nth-child(2){opacity:0}.hamburger.open div:nth-child(3){transform:rotate(-45deg)}
