@font-face{font-family:NetflixSans;src:url(/fonts/net_sans_light.otf) format("opentype");font-weight:300}@font-face{font-family:NetflixSans;src:url(/fonts/net_sans_med.otf) format("opentype");font-weight:500}@font-face{font-family:NetflixSans;src:url(/fonts/net_sans_bold.otf) format("opentype");font-weight:700}*,*:before,*:after{box-sizing:border-box;font-family:NetflixSans,sans-serif}html,body{margin:0;padding:0;width:100%;overscroll-behavior:none;overflow-x:hidden;overflow-y:auto;background:#000}#canvas-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;background-color:#000;pointer-events:none;overflow-x:hidden}.outer-wrapper{margin-top:30vh;padding-bottom:5vh}.launch-wrapper{position:relative;z-index:1;width:100%}canvas{display:block}.users{display:flex;flex-direction:row;align-items:center;justify-content:flex-start}#launch-title{font-size:2rem;text-align:center;align-self:end;margin-bottom:5vh;font-family:NetflixSans;font-weight:300;color:#fff}.profile{display:flex;flex-direction:column;align-items:center;margin-bottom:4vh}#profile-row{display:flex;flex-direction:column;align-items:center;gap:2vh}.profile-img{width:clamp(100px,30vw,200px);border:5px solid transparent;transition:box-shadow .1s ease,filter .1s ease}.profile-text{margin-top:1vh;font-size:1.2rem;color:#4f4f4f;transition:color .1s ease}.profile:hover .profile-text{color:#fff}.profile:hover .profile-img{box-shadow:0 0 10px 3px #fff;filter:brightness(1.2)}.navbar{display:flex;justify-content:space-between;align-items:center;position:fixed;top:-7%;left:-3%;right:0;height:12vh;width:106%;background-color:#0d0d0d;z-index:999;padding:2vh 4vw}.nav-links{display:flex;gap:.5rem}.hamburger{display:none;background:none;border:none;cursor:pointer}.mobile-menu{position:absolute;top:60px;right:1rem;background:#111;border-radius:8px;padding:1rem;display:flex;flex-direction:column;gap:2rem;box-shadow:0 4px 12px #0006;z-index:999}.mobile-menu button{background:none;border:none;color:#fff;font-size:1rem;text-align:left;cursor:pointer;border-bottom:1px groove #ffffff}.left-navbar{display:flex;gap:2vw}.left-navbar button{color:#fff;transition:color .5s;cursor:pointer;background:none;border:none;font-family:NetflixSans;font-weight:300;font-size:1rem}.left-navbar button:hover{color:#bababa}.right-navbar{display:flex;align-items:center;gap:2vw}.adam-logo{width:40vw;margin-left:-1vw;margin-right:2vw;cursor:pointer}.user-logo{width:15%;cursor:pointer;transition:transform .5s ease;margin-left:25%}.user-logo:hover{transform:scale(1.2)}.main-preview-vid{width:105%;height:90vh;object-fit:cover;object-position:25% center;position:relative;top:10vh;left:-3vw;z-index:1}.main-info{display:flex;flex-direction:column;position:absolute;top:23%;left:-1%;color:#fff;z-index:10}.main-title{font-size:2rem;font-weight:700}.seperator-span{font-size:2.2rem}.main-paragraph{font-size:1.2rem;max-width:70%;font-weight:300;background-color:#0000001a;padding:.5rem;border-radius:10px}.main-two-buttons{display:flex;gap:2vw;align-items:center;position:absolute;top:40vh;z-index:10;left:.5%}.play-icon{width:2.2rem;height:2.2rem}.play-button{display:flex;gap:.5vw;align-items:center;background-color:#fff;cursor:pointer;color:#000;font-size:1.5rem;font-weight:500;padding:.5rem 1rem;border-radius:4px;border:none;transition:background-color .3s ease;text-decoration:none}.play-button:hover{background-color:#d2cfd6}.info-button{display:flex;gap:.7vw;align-items:center;background-color:#68646c99;color:#fff;font-size:1.5rem;padding:.5rem 1rem;border-radius:4px;border:none;cursor:pointer;text-decoration:none;transition:background-color .3s ease}.info-button:hover{background-color:#68646c66}.info-icon{stroke:#fff;width:1.5rem;height:1.5rem}.sections{margin-top:15vh;gap:10vh}.top-picks{font-size:1.5rem;left:7%;font-weight:500;color:#fff}.top-picks-list{display:flex;gap:1vw;padding:2vh 0}.continue-watching{position:relative;font-size:1.5rem;font-weight:500;color:#fff;margin-bottom:2vh}.continue-watching-list{display:flex;gap:1vw;padding:2vh 0 0}.top-5{color:#fff;font-size:1.5rem;font-weight:500}.top-5-list{display:flex;flex-wrap:wrap;justify-content:center;gap:5vw;margin-left:-10vw;padding:1.6vh 0 0}.rank-entry{display:flex;transition:transform .5s ease}.rank-entry:hover{transform:scale(1.1)}.rank-entry svg{width:20vw;height:20vh}.rank-entry .card{margin-left:-2vw;width:25vw;height:20vh}#rank-1{margin-left:-2vw;margin-right:2vw}.card{cursor:pointer;width:34vw;height:18vh;display:flex;align-items:center;justify-content:center;color:#fff;background-blend-mode:lighten;transition:transform .7s ease}.card:hover{transform:scale(1.2)}.footer{color:#fff;margin-top:60vh;margin-left:7%}.project-navbar{display:flex;justify-content:space-between;align-items:center;position:fixed;top:-7%;left:-7%;right:0;height:12vh;width:112%;background-color:#0d0d0d;z-index:999;padding:2vh 4vw}.project-wrapper{width:100vw;height:100vh;margin-top:0;overflow-y:auto}.project-grid{margin-top:11%;display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:12vh 2vw;padding:0 7%;width:100%;margin-left:auto;margin-right:auto}.project{background-color:#1e1e1e;display:flex;flex-direction:column;color:#fff;width:100%;height:110%;border-radius:10px;box-shadow:0 0 10px 8px #4b050599;overflow:hidden}.project:hover .project-image{transform:scale(1.1)}.project-image{width:98%;margin:1% 0 0 1%;height:55%;border-bottom:2px solid red;border-bottom-left-radius:5%;border-bottom-right-radius:5%;transition:transform .4s ease}.project-text{display:flex;flex-direction:column;margin-left:5%;margin-top:5%}.project-title{color:#de0505;font-size:1.5rem}.project-desc{margin-top:.5rem;font-weight:300;font-size:1.1rem}.tag-container{display:flex;flex-wrap:wrap;gap:1rem 6%;margin:5% 0 0 5%}.tag{display:inline-flex;align-items:center;gap:.5rem;border-radius:12px;background-color:#2c2c2c;padding:.25rem .75rem}.tag img{width:1rem;height:1rem}.tag h3{font-weight:300;font-size:1.1rem;margin:0}.skills-subtitle{color:#de0505;font-size:1.8rem;font-weight:600;margin:3rem 0 1.5rem 5%;border-left:4px solid rgb(222,5,5);padding-left:.5rem}.contact-navbar{display:flex;justify-content:space-between;align-items:center;position:fixed;top:-7vh;left:-7%;right:0;height:12vh;width:115%;background-color:#0d0d0d;z-index:999;padding:2vh 4vw}.contact-form{background-color:#1e1e1e;color:#fff;padding:2rem;border-radius:8px;max-width:600px;margin-bottom:8vh;margin-left:2vw}.contact-form input,.contact-form textarea{width:100%;margin-bottom:1rem;padding:.5rem;border-radius:4px;border:1px solid #555;background-color:#2c2c2c;color:#fff}.contact-form button{background-color:#e00;color:#fff;padding:.5rem 1rem;border:none;border-radius:4px;cursor:pointer}.contact-form button:hover{background-color:#c00}.contact-wrapper{width:100vw;height:auto;min-height:100vh;margin-top:0vh;overflow-y:auto;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.contact-header{color:#fff;text-align:center;margin-left:2vw;margin-bottom:3rem;line-height:1.2;display:flex;flex-direction:column}.contact-title{font-size:5rem;font-weight:700;margin:0}.secondary-contact{font-size:1.6rem;font-weight:500;color:#ccc;margin:.5rem 0 0}.tertiary-contact{font-size:1.2rem;font-weight:300;color:#aaa;margin:.3rem 0 0;font-style:italic}.contact-header h1,.contact-header p{text-shadow:0 2px 4px rgba(0,0,0,.5)}.contact-logos{display:flex;gap:4vw;margin-top:.5vh;padding-left:5%}.contact-logos svg{transition:all .5s;height:4.7vh}.contact-logos svg:hover{color:#27c6ea;filter:drop-shadow(0 0 5px #1abc9c)}.contact-logos a:hover{cursor:pointer}.github-logo,.linkedin-logo{color:#fff}.blog-navbar{display:flex;justify-content:space-between;align-items:center;position:fixed;top:-7%;left:-3%;right:0;height:12vh;width:106%;background-color:#0d0d0d;z-index:999;padding:2vh 4vw}.blog-wrapper{width:100vw;height:auto;min-height:100vh;margin-top:0;overflow-y:auto}.blog-grid{margin-top:15%;display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:12vh 2vw;padding:0 7%;width:100%;margin-left:auto;margin-right:auto}.blog-card{background-color:#1e1e1e;display:flex;flex-direction:column;color:#fff;width:100%;border-radius:10px;box-shadow:0 0 10px 8px #05054b99;overflow:hidden;transition:transform .4s ease;height:auto;max-height:400px}.blog-card:hover{transform:scale(1.01)}.blog-image{width:98%;margin:1% 0 0 1%;height:50%;border-bottom:2px solid #27c6ea;border-bottom-left-radius:5%;border-bottom-right-radius:5%;object-fit:cover;transition:transform .4s ease}@media (min-width: 1000px){.blog-card{max-height:700px}.blog-image{height:80%}}.blog-text{display:flex;flex-direction:column;margin-left:5%;margin-top:5%}.blog-title{color:#27c6ea;font-size:1.5rem}.blog-desc{margin-top:.5rem;font-weight:300;font-size:1.1rem}.blog-content{margin-left:2%}.blog-detail{max-width:800px;margin:2rem auto;padding:1.5rem;background:#e6ded5;border-radius:12px;box-shadow:0 2px 8px #00000014}.blog-detail .detail-image{width:100%;max-height:400px;object-fit:cover;border-radius:10px;margin-bottom:1.5rem}.blog-detail h1{font-size:2rem;margin-bottom:1rem;line-height:1.2}.blog-detail p{font-size:1.1rem;line-height:1.6;margin-bottom:2rem;color:#2c2c2c}.blog-detail button{background:#27c6ea;color:#fff;padding:.6rem 1.2rem;border:none;border-radius:8px;font-size:1rem;cursor:pointer;transition:background .2s ease}.blog-detail button:hover{background:#1abc9c}.blog-detail img{max-width:100%;height:auto;display:block;margin:1.5rem auto;border-radius:8px;box-shadow:0 4px 10px #0006;background:#a6a3a3;padding:4px}.skills-title{color:#fff;margin-top:10%;display:flex;justify-content:center}.skills-grid{display:flex;flex-direction:row;flex-wrap:wrap;gap:2rem;overflow-x:auto;padding:2rem;justify-content:center;margin-top:5vh}.skill-card{flex:0 0 200px;background-color:#1e1e1e;color:#fff;border-radius:12px;padding:1rem;display:flex;flex-direction:column;align-items:center;box-shadow:0 0 10px 4px #05054b80;cursor:pointer;transition:transform .3s ease}.skill-card:hover{transform:scale(1.05)}.skill-logo{width:60px;height:60px;object-fit:contain;margin-bottom:1rem}.skill-title{font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.skill-desc{font-size:.95rem;font-weight:300;color:#aaa;text-align:center}.about-1{margin-top:5%;display:flex;flex-direction:row}.about-1 img{max-width:400px;height:auto;width:100%;border-radius:24px}.about-improve{font-size:150%;font-size:clamp(1.2rem,2.5vw,2.6rem)}.about-title{display:inline-block;margin-left:40%;font-weight:700;font-size:clamp(1.5rem,3vw,3rem);text-shadow:0 0 5px #250be5,0 0 10px #471192,0 0 20px #7873f5;transition:text-shadow .3s ease}.about-paragraph{margin-left:6%;font-weight:500;font-size:clamp(1rem,2vw,1.5rem)}.about-improve{text-shadow:0 0 5px #940101,0 0 10px #471192,0 0 20px #7873f5;transition:text-shadow .3s ease}.about-improve:hover{text-shadow:0 0 10px #fff,0 0 20px #ff6ec4,0 0 40px #7873f5}.currently-working{margin-top:10vh;color:#fff;padding-bottom:15vh}.about-2-text{display:flex;flex-direction:column;gap:0px}.working-title{display:inline-block;font-weight:700;font-size:clamp(1.5rem,3vw,3rem);margin-right:20%;text-shadow:0 0 5px #250be5,0 0 10px #471192,0 0 20px #7873f5}.about-2{display:flex}.about-2 img{max-width:400px;height:auto;width:120%;border-radius:24px;margin-left:0%}.working-paragraph{max-width:70%;font-weight:500;font-size:clamp(1rem,2vw,1.5rem)}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.about-text{color:#fff;height:110%}@media (max-width: 500px){.about-1{flex-direction:column;align-content:center;margin-top:15%}.about-1 img{width:60%}.about-title,.about-paragraph{margin-left:0}}.initial-loader{position:fixed;top:0;left:0;width:100%;height:100%;background:#000;display:flex;justify-content:center;align-items:center;z-index:9999;color:#fff;font-family:Inter,sans-serif}.loader-content{text-align:center;max-width:300px;padding:20px}.loader-spinner{width:40px;height:40px;border:4px solid rgba(255,255,255,.2);border-top:4px solid limegreen;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1.5rem}.progress-bar{width:100%;height:6px;background:#fff3;border-radius:3px;overflow:hidden;margin:1rem 0}.progress-fill{height:100%;background:#32cd32;transition:width .3s ease;border-radius:3px}.loading-tip{font-size:.8rem;opacity:.7;margin-top:1rem}#canvas-container{width:100%;height:100vh}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 375px){.navbar{margin-top:73.5vh}.main-info{margin-top:-12vh}.main-paragraph{max-width:104vw;margin-top:-2vh}.main-two-buttons{margin-top:16vh}}@media (min-width: 376px) and (max-width: 400px){.navbar{margin-top:71vh}.main-info{margin-top:-12vh}.main-two-buttons{margin-top:19vh}}@media (max-width: 420px){.about-2 img{width:200%}}@media (min-width: 400px) and (max-width: 480px){.navbar{margin-top:70vh}.main-info{margin-top:-3vh}.main-info{margin-left:2vw}.main-two-buttons{margin-top:10vh}}@media (min-width: 667px){.navbar{margin-top:99vh}.main-preview-vid{top:30vh;object-position:10% 25%}.sections{margin-top:30vh}.main-paragraph{margin-top:-2vh;margin-left:-.6vw;padding-right:3vw;max-width:80%}.main-two-buttons{flex-direction:column;margin-left:80%;margin-top:-7%}}@media (min-width: 667px) and (min-height: 413px){.navbar{margin-top:92vh}}@media (min-width: 667px) and (max-height: 413px){.user-logo{width:9%}.contact-logos svg{width:5vw}}@media (min-width: 800px) and (orientation: landscape){.navbar{margin-top:101vh}.main-two-buttons{margin-top:-8%}}@media (min-width: 844px) and (orientation: landscape){.navbar{margin-top:100vh}.main-two-buttons{margin-top:-8%}.contact-logos svg{width:0vw}}@media (min-width: 883px) and (orientation: landscape){.navbar{margin-top:99vh}.main-two-buttons{margin-top:-8%}}@media (min-width: 1080px){.navbar{margin-top:63vh}.main-preview-vid{top:20vh;height:60vh}.sections{margin-top:20vh}.top-5-list{margin-left:-22vw}.main-paragraph{margin-left:0;max-width:50%}.main-two-buttons{flex-direction:row;left:-80%}}@media (max-width: 768px){.nav-links{display:none}.hamburger{display:block}}@media (min-width: 390px){.main-two-buttons{margin-top:20vh}}@media (min-width: 400px){.main-info{margin-top:-14vh}.main-two-buttons{margin-top:20vh}}@media (min-width: 810px) and (orientation: portrait){.navbar{margin-top:45vh}.main-two-buttons{margin-top:-40%}.main-info{margin-top:-2vh}.main-preview-vid{height:70vh}.outer-wrapper{margin-top:-10vh}}@media (min-width: 1080px) and (orientation: landscape){.main-two-buttons{margin-top:0vh}}@media (min-width: 760px){.contact-wrapper{padding-top:70vh;margin-bottom:40vh}}@media (max-height: 500px){.contact-header{margin-top:-10vh;flex-direction:row;justify-content:center;align-items:center;gap:2vw}.contact-title{font-size:3rem}.secondary-contact{font-size:1.3rem}.tertiary-contact{font-size:1.1rem}.secondary-contact,.tertiary-contact{margin-top:5vh}.contact-logos svg{height:50px}.contact-form{margin-top:-10vh;height:240px;padding:.3rem;padding-top:0}.contact-navbar{top:29vh}}@media (min-width: 360px){.contact-wrapper{margin-top:15vh}.contact-navbar{top:3vh}}@media (min-width: 400px){.contact-wrapper{margin-top:15vh}.contact-navbar{top:3vh}.user-logo{width:40px}}@media (min-width: 400px) and (min-height: 900px){.contact-wrapper{margin-top:15vh}.contact-navbar{top:3vh}.contact-logos{margin-left:-40vw}.user-logo{width:40px}}@media (min-width: 670px){.contact-navbar{top:39vh}}@media (min-width: 760px){.contact-navbar{top:50vh}.adam-logo{width:60%}.contact-logos svg{margin-top:5%;width:85%}.user-logo{width:9%}}@media (min-width: 800px){.contact-navbar{top:45vh}.adam-logo{width:80%}.contact-logos svg{margin-top:15%;width:70%}.user-logo{width:12%}.on-mind{height:40px}.contact-form{height:100%}.contact-wrapper{margin-top:0vh}}@media (min-width: 844px){.contact-navbar{top:43vh}.adam-logo{width:80%}.contact-logos svg{margin-top:5%;margin-left:2vw;width:60%}.contact-logos{gap:2px}.user-logo{width:11%}}@media (min-width: 883px){.contact-navbar{top:40vh}.adam-logo{width:80%}.contact-form{height:110%}.contact-wrapper{margin-top:0}}@media (min-width: 915px){.contact-navbar{top:40.5vh}.adam-logo{width:40%}.user-logo{width:12%}.contact-wrapper{margin-top:0vh;overflow:hidden}.contact-form{height:110%}.contact-submit{margin-top:-5vh}}@media (min-width: 360px) and (max-width: 411px){.project-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-left:-3%}}@media (min-width: 412px) and (max-width: 415px){.project-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-left:-1%}}@media (min-width: 750px){.project-grid{gap:30vh}}@media (min-width: 810px){.project-wrapper{padding-bottom:20vh}}@media (min-width: 915px){.contact-navbar{top:38vh}}@media (min-width: 1000px){.contact-navbar{top:38vh}.adam-logo{width:40%}}@media (min-width: 1200px){.contact-wrapper{margin-top:-25vh}.contact-navbar{margin-top:-20vh}.project-navbar{margin-left:-2vw;width:110%}#rank-1{margin-left:15vw;width:15%}#rank-3{margin-left:6vw}#rank-4{margin-left:-3vw}.rank-entry svg{margin-right:-3.8vw}}@media (max-width: 375px) and (max-height: 667px){.adam-logo,.contact-logos{margin-top:10%}.user-logo{margin-top:8%}.hamburger{margin-top:10%}}@media (min-width: 360px){.blog-navbar{margin-left:-2%;width:110%}.user-logo{width:15%;margin-left:5vw}.blog-grid{margin-left:-8vw}}@media (min-width: 412px){.contact-logos{margin-left:5%;gap:20%}.user-logo{width:10vw}}@media (min-width: 667px){.adam-logo{margin-top:0%;width:60%}.contact-logos{margin-top:3%;margin-left:40%;gap:20%}.user-logo{width:8%;margin-top:2%}.main-title{font-size:1.7rem;margin-top:5.5vh}.main-info{margin-top:-9vh}.main-two-buttons{margin-top:-7vh}}@media (min-width: 667px) and (orientation: landscape){.adam-logo{margin-top:0%;width:50%}.contact-logos{margin-top:3%;margin-left:0;gap:20%}.user-logo{width:2rem}}@media (min-width: 760px){.adam-logo{width:50%;margin-top:2%}.contact-logos{margin-left:0;margin-top:3%;width:30%}.contact-logos svg{width:20x}.blog-grid{margin-left:0}.user-logo{width:8%;margin-top:3%;margin-left:50%}.hamburger{margin-top:4%}}@media (min-width: 760px) and (max-width: 760px){.contact-navbar{top:40vh}.contact-wrapper{margin-top:-4vh}}@media (min-width: 800px){.adam-logo{width:40%}.contact-logos{margin-left:7%;margin-top:3%;width:30%}.contact-logos svg{width:90%}.blog-grid{margin-left:0}.user-logo{width:10%;margin-top:0%}}@media (min-width: 810px){.main-info{margin-top:-5vh}.main-two-buttons{margin-top:-12vh}}@media (min-width: 844px){.main-info{margin-top:5vh}.main-two-buttons{margin-top:-18vh}}@media (min-width: 1080px){.main-info{margin-top:-8vh}.main-two-buttons{margin-top:-1vh}}@media (min-width: 925px) and (max-width: 928px){.main-info{margin-top:10vh}.main-two-buttons{margin-top:-18vh}}@media (min-width: 810px) and (max-width: 810px){.main-info{margin-top:-7vh}.main-two-buttons{margin-top:-13vh;margin-left:-.3vw;flex-direction:row}}@media (min-width: 810px) and (max-width: 810px){.contact-navbar{margin-top:-44vh}.contact-wrapper{margin-top:-50vh}}@media (min-width: 667px){#launch-title{margin-top:-15vh}#profile-row{flex-direction:row}}@media (min-width: 412px){.blog-grid{margin-left:-3%;margin-top:15%}}@media (min-width: 412px) and (orientation: landscape){.blog-grid{margin-left:-3%;margin-top:7%}}@media (min-width: 390px){.skills-title{margin-top:13vh}}@media (min-width: 412px) and (max-width: 460px){.contact-logos{margin-left:-3%}}@media (min-width: 1200px){.project-navbar{margin-left:2%;width:110%}.contact-navbar{top:41.5vh}.user-logo{margin-top:2%}.project-grid{gap:15vh 2vw}}@media (min-width: 390px) and (max-width: 390px){.main-info{margin-top:-18vh}.navbar{top:-21.5vh}.main-paragraph{max-width:80%}.main-two-buttons{margin-left:-1vw;margin-top:25vh}}@media (min-width: 1600px){.contact-navbar{top:40vh}}@media (min-width: 700px) and (max-width: 800px){.main-paragraph{font-size:.7rem}}
