:root{--background:#161616;--foreground:#161616}@media (prefers-color-scheme:dark){:root{--background:#161616;--foreground:#161616}}body{color:var(--foreground);background:var(--background);margin:0;overflow:visible}.typed-text{display:inline-block;min-height:1rem;visibility:visible;color:"#d7d7d7"}.topSection{height:90vh}@media (max-width:900px){.typed-text{font-size:31px}}@media (max-width:600px){.typed-text{font-size:21px}}.resumeContent{padding-top:0;margin-top:0;padding-left:20px}@media (max-width:900px){.resumeContent{padding-left:10px}}.resumeAppBar{width:100px}.resumeTabs{max-width:150px;margin-right:0}.resumeAppBar,.resumeTabs{margin:0;padding:0}.tab-panel{overflow:hidden}@keyframes fadeInTabs{0%{opacity:0}to{opacity:1}}.fade-in-tabs{animation:fadeInTabs .5s ease-in forwards}.fade-in,.fade-in-home-title{opacity:0;animation:fadeInUp .8s ease-in forwards}.fade-in-home-title{animation-delay:1s}.section{opacity:0}.section-content{width:800px;text-align:left;justify-content:center;align-items:center}.topSection{min-height:100vh}.section1,.section2{min-height:80vh}.section3{min-height:100vh}.section4{min-height:70vh}.section5{min-height:50vh}@media (max-width:600px){.section-content{width:90%;text-align:left;justify-content:center;align-items:center}.topSection{min-height:100vh}.section1{min-height:160vh}.section2,.section3{min-height:120vh}.section4{min-height:70vh}.section5{min-height:50vh}h1,h3{font-size:1.5rem}h6,p{font-size:1rem}}@media (max-width:480px){.section-content{width:95%;text-align:left;justify-content:center;align-items:center}h1,h3{font-size:1.25rem}h6,p{font-size:.9rem}}.chat-window{border:1px solid #36ffe7;border-radius:2px;padding:16px}.chat-window::-webkit-scrollbar{width:2px}.chat-window::-webkit-scrollbar-track{background:transparent}.chat-window::-webkit-scrollbar-thumb{background-color:#fff;border-radius:10px}.three-content-left{text-align:left}.three-content-left,.three-content-right{display:block;justify-content:center;align-items:center;overflow:visible;position:relative;min-width:800px;width:800px;min-height:600px;height:70vh}.three-content-right{text-align:right}@media (max-width:900px){.three-content-left,.three-content-right{min-width:600px;width:800px;min-height:500px;height:70vh}}@media (max-width:600px){.three-content-left,.three-content-right{min-width:320px;width:100%;min-height:400px;height:80vh}}.preloader{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:150px;height:150px;display:flex;justify-content:center;align-items:center;z-index:9999;opacity:1;transition:opacity .5s ease}.preloader-inner svg{transform:rotate(90deg)}.infinity-line{stroke-dasharray:400;stroke-dashoffset:400;animation:draw-line 4s linear forwards,fade-out .5s 2.5s forwards}.preloader2{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:150px;height:150px;display:flex;justify-content:center;align-items:center;z-index:9999;opacity:1;transition:opacity .5s ease}.preloader2-inner svg{transform:rotate(90deg)}.infinity-line2{stroke-dasharray:400;stroke-dashoffset:400;animation:fill-unfill-fade 7s linear forwards}@keyframes fill-unfill-fade{0%{stroke-dashoffset:400;opacity:1}28%{stroke-dashoffset:0;opacity:1}56%{stroke-dashoffset:-400;opacity:1}84%{stroke-dashoffset:-800;opacity:1}to{stroke-dashoffset:-800;opacity:0}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(60px)}to{opacity:1;transform:translateY(0)}}@keyframes draw-line{to{stroke-dashoffset:0}}@keyframes unfill-line{0%{stroke-dashoffset:0}to{stroke-dashoffset:400}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}