.home-page{width:100vw;height:200vh;background-color:var(--dark-mode-bg);color:var(--dark-mode-text);overflow:hidden}.home-page *{cursor:none}.hero{position:fixed;top:0;left:0;width:100%;padding:0 30px;gap:40px;flex-direction:column;justify-content:center}.hero,.top-hero{display:flex;align-items:center}.top-hero{width:85%;max-width:1600px;justify-content:space-around;margin-top:180px;z-index:2}.left-hero{display:flex;flex-direction:column;justify-content:center;width:55%}.greet{font-family:Roboto,Inter;font-weight:400;font-size:1.5em;margin-bottom:80px}.name{font-size:1.3em}.name,.title{font-weight:700}.title{text-shadow:0 0 4px 0 rgba(0,0,0,.4);font-size:1.8em}.sub-title{font-weight:500;font-size:1em;margin-bottom:5px;opacity:.8}.main-title{font-weight:800;font-size:1.5em;opacity:.8}.animated-title,.animated-title:after{background:linear-gradient(163deg,#ff8d3e,#ffcf66);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.animated-title:after{opacity:.6}.memoji{height:68vh;margin:-60px -80px}.bottom-hero{display:flex;justify-content:center;align-items:center;gap:50px;position:relative;top:0;left:0;width:100%;z-index:4}.overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#000;z-index:3;pointer-events:none}.card-wrapper:hover{z-index:4}.card-wrapper{transition:all 2.5s cubic-bezier(.03,.98,.52,.99) 0s}.hero-card{display:flex;justify-content:center;align-items:center;overflow:hidden;margin:40px 10px;height:50vh;width:40vw;min-width:300px;border-radius:30px;background-color:#000;object-fit:cover}.hero-card img,.image-container{width:100%;height:100%}.hero-card img{object-fit:cover;pointer-events:none}.hero-card p{position:absolute;top:20px;font-size:35px;font-weight:700;z-index:1}.bg-glow{position:absolute;height:100vh;width:100vw;top:0;left:0;z-index:-1;overflow:hidden}@media (max-width:600px){.hero{gap:20px;padding:0}.top-hero{flex-direction:column;margin-top:100px}.left-hero{width:auto}.greet{text-align:center;margin-bottom:50px}.greet,.name{font-size:1.1em}.title{text-shadow:0 0 4px 0 rgba(0,0,0,.4);font-size:1.3em;font-weight:700;text-align:center}.sub-title{font-size:1.1em;margin-bottom:10px}.main-title{font-weight:800;font-size:1.5em}.animated-title{font-size:1.8em!important;display:block!important}.memoji{height:50vh;width:calc(50vh / 9 * 16);margin:30px}.bottom-hero{flex-direction:column;gap:2px}.hero-card{margin:10px;height:35vh}}.header-wrapper{position:fixed;top:10px;width:100%;height:65px;z-index:10}.header{position:relative;height:100%;width:75%;max-width:1250px;border-radius:20px;z-index:10;margin:0 auto;padding:20px 50px;display:flex;justify-content:space-between;align-items:center;transition:all 1.5s cubic-bezier(.03,.98,.52,.99) 0s;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 .5px 60px -20px var(--dark-mode-primary)}.logo{height:100%;font-size:30px;font-family:Roboto;font-weight:700}.right-header{display:flex;justify-content:center;align-items:center;font-weight:400;gap:50px}.hamburger{display:none;width:50px}.dark-link{height:60px;display:flex;justify-content:center;align-items:center;transition:all 1.5s cubic-bezier(.03,.98,.52,.99) 0s}.dark-link:hover{transform:translateY(-5px);text-shadow:1px 1px 10px #fff,1px 1px 10px #ccc}.right-header button{border-radius:8px;border:solid var(--dark-mode-primary);color:inherit;font:inherit;font-weight:350;background-color:inherit;transition:all 2.5s cubic-bezier(.03,.98,.52,.99) 0s}.right-header button:hover{cursor:inherit;transform:translateY(-3px);box-shadow:0 10px 60px -10px var(--dark-mode-primary)}.right-header button a{font:inherit;padding:10px 30px;height:100%;width:100%;display:flex;justify-content:center;align-items:center}.navbar{background-color:rgba(0,0,0,.93);height:100vh;z-index:5;position:fixed;top:0;left:0;flex-direction:column;justify-content:flex-start;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.navbar,.navbar a{width:100vw;display:flex;align-items:center}.navbar a{height:60px;justify-content:center}.navbar a:first-child{margin-top:90px}.navbar a:last-child{color:var(--light-mode-primary)}@media (max-width:600px){.header-wrapper{height:60px}.header{padding:20px;width:90%}.hamburger{display:block}.right-header{display:none}}.cursor{background-color:#000;height:22px;width:22px;border-radius:50%;z-index:999;position:fixed;top:20%;left:50%;pointer-events:none;box-shadow:1px 1px 10px #fff,1px 1px 10px #ccc}