@import"https://fonts.googleapis.com/css2?family=Courier+Prime:wght@400;700&display=swap";.home{position:relative;align-items:center}.home__subtitle{display:none;font-size:var(--fs-body);font-weight:700;color:var(--clr-fade);text-align:start}.home__title{font-size:var(--fs-heading-mobile);color:var(--clr-primary);font-weight:700;text-align:center;margin-bottom:1.6rem;margin-top:3rem}.home__content{font-size:var(--fs-body-mobile);font-weight:700;margin:0 0 3.2rem;color:var(--clr-fade);text-align:justify;line-height:220%;word-break:break-word}.home__links{width:100%;padding:1rem 0;display:flex;flex-direction:row;justify-content:space-evenly}.home__bar{margin-top:1.6rem;width:100%;border-width:1px;border-color:var(--clr-fade);opacity:.5;display:none}.scroll{margin-top:40px;width:100%;justify-content:center;display:none}@media screen and (max-width:450px){.home{height:100vh!important}.scroll{display:flex}}@media screen and (min-width:880px){.home__subtitle{display:block}.home__title{font-size:3.2rem;text-align:start;margin-bottom:3.2rem;margin-top:1.6rem}.home__content{font-size:var(--fs-body);font-weight:700;text-align:start;line-height:220%;word-break:break-word}.home__links{gap:2.5rem;justify-content:start}.home__bar{display:block}}.home__container{display:flex;flex-direction:column;justify-content:center;width:100%}.home__title__highlight{background-image:var(--gradient-shadow);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.home__links a svg{fill:var(--clr-fade);height:1.5rem;width:1.5rem}.home ul#downArrow{position:relative;width:30px;display:flex;align-items:center;flex-flow:column;padding:0}.home ul#downArrow li{list-style:none;width:8px;height:8px;background-color:#ffffff80;border-radius:100%;margin-bottom:10px;animation:ani .8s infinite ease-in-out;animation-delay:calc(.2s * var(--i))}.listItem1{--i: 1}.listItem2{--i: 2}.listItem3{--i: 3}.listItem4{--i: 4}.home ul#downArrow:before,.home ul#downArrow:after{position:absolute;content:"";background-color:#ffffff80;width:22px;height:3px;bottom:0}.home ul#downArrow:before{right:0;transform:rotate(-45deg);transform-origin:center right}.home ul#downArrow:after{left:0;transform:rotate(45deg);transform-origin:center left}@keyframes ani{0%{opacity:0;transform:scale(.5) translateY(-5px)}50%{opacity:1;transform:scale(1) translateY(20px)}to{opacity:0;transform:scale(.5) translateY(40px)}}.navbar{width:100%;padding:2rem 8rem;display:none;justify-content:space-between;color:var(--clr-primary)}.navbar-mobile{display:flex;flex-direction:row;justify-content:space-between;width:100%;padding:1.6rem 1.6rem 0;align-items:center}.logo-mobile{margin:0 1.2rem 0 0;font-size:.8rem;letter-spacing:.65rem;text-transform:uppercase;color:var(--clr-primary);font-weight:700}.magic-stick-mobile{flex:1;height:2px;left:173px;top:30px;background:var(--gradient-shadow-two);background-size:100% 600%}.navbar-break{display:none}@media screen and (min-width:880px){.navbar{display:flex}.navbar-mobile{display:none}.navbar-break{width:100%;background-color:#292929;height:1px;display:block}}.navbar__logo{font-size:var(--fs-body);font-weight:700;text-transform:uppercase;letter-spacing:.5rem}.navbar__links{font-size:var(--fs-body);font-weight:700;display:flex;flex-direction:row;gap:2.5rem}.projects__header{display:flex;flex-direction:column}.projects__heading{font-size:var(--fs-title);font-weight:700;margin:1em 0 .4rem;color:var(--clr-primary)}.projects__subheading{font-size:var(--fs-body);font-weight:700;margin:0 0 3.6rem;color:var(--clr-fade);line-height:220%}.projects__list{display:flex;flex-direction:column;gap:.5rem}@media screen and (max-width:880px){.projects{margin-top:2rem}.projects__header{align-items:center}.projects__heading{font-size:var(--fs-title-mobile);text-align:center}.projects__subheading{font-size:var(--fs-body-mobile);text-align:center;margin-bottom:1rem}}@media screen and (max-width:450px){.projects{margin-top:0}}.project{position:relative;width:100%;height:auto}.project__image-container{position:relative;width:100%;height:100%;display:flex;flex-direction:column;gap:0}.project__image_shadow{position:absolute;width:100%;background-image:linear-gradient(to bottom,transparent,var(--clr-bg-two));height:0;display:block;transition:height .35s}.project__filler{width:100%;height:150px;background-color:var(--clr-bg-two)}.project__image{width:100%;height:0;object-fit:cover;object-position:top;display:block;transition:height .35s}.project__content{width:100%;height:100%;display:flex;flex-direction:column;padding:0 30px;position:absolute;bottom:0}.project__header{width:100%;height:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.project__titles{display:flex;flex-direction:row;gap:1.5rem;align-items:center}.project__title{font-size:var(--fs-title);font-weight:700;color:var(--clr-primary)}.project__subtitle{font-size:var(--fs-body);color:var(--clr-fade);font-weight:700}.project__links{display:flex;flex-direction:row;gap:1rem;align-items:center}.project__description{display:none}.project .project__tags{display:none;flex-direction:row;gap:.5rem}.project .project__tags .tag{padding:.2rem .5rem;border-radius:.2rem;color:#fff;font-weight:700;text-transform:uppercase;height:fit-content}.tag.archived{background:gray}.tag.in-progress{background:#007bff}.tag.planned{background:#fd7e14}.tag.completed{background:#28a745}.project__mid{display:flex;flex-direction:row;justify-content:center;gap:1rem;height:fit-content;align-items:center}@media screen and (min-width:880px){.project:hover .project__description{display:block;font-size:var(--fs-body);color:var(--clr-fade);font-weight:700;margin-top:1rem}.project__tags.mobile{display:none!important}.project__tags.mobile{display:none}.project__tags.desktop,.project:hover .project__tags{display:flex}.project__filler{height:150px}.project:hover .project__subtitle{display:none}.project:hover .project__header{justify-content:start;gap:1rem}.project:hover .project__content{height:auto;bottom:30px}.project:hover .project__image_shadow,.project:hover .project__image{height:400px}}@media screen and (max-width:880px){.project__image,.project__image_shadow{height:150px}.project__tags.mobile{display:flex}.project__tags.desktop{display:none}.project__title{font-size:var(--fs-title-mobile)}.project__subtitle{font-size:var(--fs-body-mobile)}.project__filler{height:100px}.project__header{flex-direction:column;justify-content:start;gap:.7rem}.project__titles{flex-direction:column;gap:.7rem}.project__content{height:auto;bottom:15px}.project .project__tags.mobile{display:flex;position:absolute;top:.5rem;right:.5rem}.project .project__tags .tag{padding:.1rem .4rem;font-size:var(--fs-body-mobile)}.project__links{width:fit-content}.project__mid{flex-direction:column}}._button_13nl9_1{background:transparent;border:none;position:relative}._button_13nl9_1 svg{fill:var(--clr-fade);height:1.5rem!important;width:1.5rem!important;cursor:pointer}._linkList_13nl9_14{display:flex;flex-direction:row;gap:.2rem;width:fit-content;overflow:hidden;max-width:0;transition:max-width .2s ease,margin-right .2s ease}._linkList_13nl9_14 a{text-decoration:none;border-radius:.2rem;display:flex;align-items:center;justify-content:center}._linkContainer_13nl9_32:hover ._linkList_13nl9_14,._linkList_13nl9_14._show_13nl9_32{max-width:500px;margin-right:.5rem}._linkContainer_13nl9_32{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:0}@media screen and (max-width:880px){._button_13nl9_1 svg{height:1.2rem!important;width:1.2rem!important}._linkList_13nl9_14{max-width:500px}._linkContainer_13nl9_32:hover ._linkList_13nl9_14{margin-right:0}._linkList_13nl9_14~*{display:none}}.experience__header{display:flex;flex-direction:column}.experience__heading{font-size:var(--fs-title);font-weight:700;margin:1em 0 .4rem;color:var(--clr-primary)}.experience__subheading{font-size:var(--fs-body);font-weight:700;margin:0 0 3.6rem;color:var(--clr-fade);line-height:220%}.experience__list__big{display:grid;grid-template-columns:3fr 1fr 3fr;grid-template-rows:repeat(3,auto);align-items:center}.company{background:red;padding:1px;height:30px}.company__magic_line{background-image:var(--gradient-shadow);width:100%;height:100%;border-radius:40px;background-size:600% 600%;animation:slideBackground 8s ease infinite}.company__left_side{height:auto;padding:30px 30px 30px 0;text-align:right;cursor:pointer}.company__subtitle{font-size:var(--fs-pre-title);font-weight:700;color:var(--clr-fade);line-height:220%;margin-top:32px}.company__start_date{font-size:3rem;font-weight:700;color:var(--clr-primary);text-align:right}.company__timeline_magic{background-image:var(--gradient-shadow);background-size:600% 600%;animation:slideBackground 8s ease infinite;height:5px;width:100%;border-radius:0 40px 40px 0}.company__right_bottom{display:flex;flex-direction:row;align-items:center}.company__end_date{color:var(--clr-primary);margin-left:25px;font-size:var(--fs-body);font-weight:700}.experience__list__small{display:none;flex-direction:column;gap:.5rem}.company__right_side{cursor:pointer}.company__small{width:100%;height:150px;background-color:var(--clr-bg-two);align-items:center;justify-content:center;display:flex;flex-direction:column;padding:1rem;gap:1rem;cursor:pointer}.company__small_timeline{color:var(--clr-fade);font-size:var(--fs-body-mobile);font-weight:700}@media screen and (max-width:880px){.experience__subheading{font-size:var(--fs-body-mobile);text-align:center;margin-bottom:1rem}.experience__heading{font-size:var(--fs-title-mobile);text-align:center}.experience{margin-top:2rem}.experience__list__big{display:none}.experience__list__small{display:flex}}*{margin:0;padding:0}body{background:#7b9e9e}#hexGrid{display:grid;grid-gap:10px;grid-template-columns:repeat(10,1fr);width:60%;margin:0 auto;font-family:Raleway,sans-serif;font-size:15px;list-style-type:none;overflow:hidden}.hex{grid-column-end:span 2;position:relative;visibility:hidden;outline:1px solid transparent}.hex:after{content:"";display:block;padding-bottom:86.602%}.hexIn{position:absolute;width:100%;padding-bottom:115.47%;overflow:hidden;visibility:hidden;outline:1px solid transparent;-webkit-transform:rotate3d(0,0,1,-60deg) skewY(30deg);-ms-transform:rotate3d(0,0,1,-60deg) skewY(30deg);transform:rotate3d(0,0,1,-60deg) skewY(30deg)}.hexIn *{position:absolute;visibility:visible;outline:1px solid transparent}.hexLink{display:block;width:100%;height:100%;text-align:center;color:#fff;overflow:hidden;background:var(--clr-bg-two);-webkit-transform:skewY(-30deg) rotate3d(0,0,1,60deg);-ms-transform:skewY(-30deg) rotate3d(0,0,1,60deg);transform:skewY(-30deg) rotate3d(0,0,1,60deg)}.hex svg{left:-100%;right:-100%;top:20%;width:auto;height:60%;margin:0 auto;-webkit-transform:rotate3d(0,0,0,0deg);-ms-transform:rotate3d(0,0,0,0deg);transform:rotate3d(0,0,0,0)}.hex h1,.hex p{width:100%;padding:5%;box-sizing:border-box;background-color:#008080cc;font-weight:300;-webkit-transition:-webkit-transform .2s ease-out,opacity .3s ease-out;transition:transform .2s ease-out,opacity .3s ease-out}.hex h1{bottom:50%;padding-top:50%;font-size:1.5em;z-index:1;-webkit-transform:translate3d(0,-100%,0);-ms-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.hex h1:after{content:"";position:absolute;bottom:0;left:45%;width:10%;text-align:center;border-bottom:1px solid #fff}.hex p{top:50%;padding-bottom:50%;-webkit-transform:translate3d(0,100%,0);-ms-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.hexLink:hover h1,.hexLink:focus h1,.hexLink:hover p,.hexLink:focus p{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translateZ(0)}.hex:nth-child(9n+6){grid-column-start:2}@media(min-width:1201px){#hexGrid{padding-bottom:4.4%}.hex:nth-child(9n+6){grid-column-start:2}}@media(max-width:1200px)and (min-width:901px){#hexGrid{padding-bottom:5.5%}}@media(max-width:900px)and (min-width:601px){#hexGrid{padding-bottom:7.4%}}@media(max-width:600px){#hexGrid{padding-bottom:11.2%;grid-gap:5px}}@media(max-width:400px){#hexGrid{font-size:13px}}.contact{display:flex;flex-direction:column;align-items:center;height:100vh;margin:0;padding-top:5rem!important}.contact .header{font-size:var(--fs-title);color:var(--clr-primary);font-weight:700;margin-bottom:.6rem;display:block}.contact-highlight{background-image:var(--gradient-shadow-two);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;background-size:600% 600%;animation:slideBackground 8s ease infinite}.contact .email{color:var(--clr-fade)!important;font-size:var(--fs-body);font-weight:700}.contact a:hover{text-decoration:none}@media screen and (max-width:880px){.contact{height:100vh;margin:0;padding-top:5rem!important}.contact .header{font-size:var(--fs-title-mobile);text-align:center}.contact .email{font-size:var(--fs-body-mobile);text-align:center}}@keyframes slideBackground{0%{background-position:51% 0}50%{background-position:50% 100%}to{background-position:51% 0}}._blog_section_10g1a_1{width:100%;overflow-x:scroll}._blog_section_10g1a_1::-webkit-scrollbar{display:none}._blogs_list_10g1a_10{display:flex;list-style:none;margin:0;padding:0;gap:1rem}._blogs_list_10g1a_10::-webkit-scrollbar{display:none}._blog_10g1a_1{height:fit-content;min-width:24rem;width:24rem;position:relative;cursor:pointer}._blog_image_10g1a_30{height:15rem;width:100%;object-fit:cover;top:0;left:0}._content_10g1a_38{z-index:1}._content_10g1a_38 h6{margin-top:1rem;font-size:var(--fs-body);margin-bottom:1rem}._content_10g1a_38 p{margin-top:.1rem;font-size:1rem;color:var(--clr-fade);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}._published_at_10g1a_59{color:var(--clr-fade);font-weight:lighter}._subscribe_section_10g1a_64{margin-top:2rem;width:100%;display:flex;flex-direction:row;align-items:center;justify-content:center}._subscribe_button_10g1a_73{width:fit-content;height:fit-content;padding:.5rem 1rem;font-size:large;font-weight:700;border-radius:10px}._subscribe_logo_10g1a_82{height:1rem;margin-left:1rem}@media screen and (max-width:880px){._blog_10g1a_1{min-width:16rem;width:16rem}._published_at_10g1a_59{color:var(--clr-fade)}._content_10g1a_38 h6{font-size:var(--fs-body-mobile)}._content_10g1a_38 p{font-size:.7rem}._subscribe_button_10g1a_73{font-size:small;margin-bottom:1.8rem}._blog_image_10g1a_30{height:10rem}}.header{display:flex;flex-direction:column}.heading{font-size:var(--fs-title);font-weight:700;margin:1em 0 .4rem;color:var(--clr-primary)}.subheading{font-size:var(--fs-body);font-weight:700;margin:0 0 3.6rem;color:var(--clr-fade);line-height:220%}@media screen and (max-width:880px){.heading{font-size:var(--fs-title-mobile);text-align:center}.subheading{font-size:var(--fs-body-mobile);text-align:center;margin-bottom:1rem}}:root{--clr-primary: white;--clr-fade: #B1B1B1;--clr-bg: #111111;--clr-bg-two: #222222;--fs-xl: clamp(3.5rem, 3vw, 12rem);--fs-heading: 3.2rem;--fs-title: 1.7rem;--fs-pre-title: 1rem;--fs-sub-title: .8rem;--fs-body: 1.3rem;--fs-body-two: 1rem;--fs-heading-mobile: 1.5rem;--fs-title-mobile: 1.2rem;--fs-subtitle-mobile: 1rem;--fs-body-mobile: .8rem;--gradient-shadow: linear-gradient(45deg, #ff5733, #ff33b5, #338cff);--gradient-shadow-two: linear-gradient(179deg, #ff5733, #ff33b5, #338cff)}#root{width:100vw;display:flex;flex-direction:column;align-items:center}.container{padding-top:4.8rem;width:880px;display:flex;flex-direction:column}@media screen and (max-width:880px){.container{width:100%;padding:0 1.6rem}}a{text-decoration:none;color:var(--clr-primary)}body{margin:0;display:flex;place-items:center;min-width:320px;background:var(--clr-bg);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}*{box-sizing:border-box;font-family:Courier Prime,monospace}html{scroll-behavior:smooth}body::-webkit-scrollbar{width:10px}body::-webkit-scrollbar-track{background:var(--clr-bg)}body::-webkit-scrollbar-thumb:hover{background:#555}body::-webkit-scrollbar-thumb{background:var(--clr-bg-two);border-radius:2px}
