@import url(https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@200;300;400;500;600;700;800&display=swap);@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap);:root{--primary-color:#6ec1e4;--secondary-color:#54595f;--text-color:#7a7a7a;--light-color:#efefef;--white-color:#fff;--dark-strong:#24262b;--dark-light:#32353c;--gray-strong:#838998;--gray-stronger:#5a5e68;--margin-1:0.8rem;--margin-2:1.2rem;--margin-3:1.6rem;--margin-4:2rem;--margin-5:2.4rem;--padding-1:0.8rem;--padding-2:1.2rem;--padding-3:1.6rem;--padding-4:2rem;--padding-5:2.4rem;--h1Min:2.8rem;--h2Min:2.2rem;--h3Min:1.6rem;--h4Min:1.2rem;--h5Min:0.8rem;--h6Min:0.6rem;--h7Min:0.4rem;--h1Max:3.6rem;--h2Max:3rem;--h3Max:2.4rem;--h4Max:2rem;--h5Max:1.6rem;--h6Max:1.4rem;--h7Max:1rem;--fontScaler:6vw;--bodyMin:1.2rem;--bodyMax:1.6rem;font-size:62.5%}*,:after,:before{box-sizing:border-box;font-family:Roboto Mono,monospace;margin:0;padding:0}#root{overflow:hidden}body,html{background:#24262b;position:relative;scroll-behavior:smooth}body{background:radial-gradient(circle at 50% 50%,#24262b,#25272c,#25272c,#26282d,#26282d,#27292e,#27292e,#282a2f,#282a2f,#292b30,#292b30,#2a2c31);margin:0 auto;overflow-x:hidden;z-index:1}::-webkit-scrollbar{width:1rem;width:0}::-webkit-scrollbar-track{background:#54595f}::-webkit-scrollbar-thumb{background-color:#1d232c;border:1px solid #54595f}p{line-height:auto}a,p{font-size:clamp(.6rem,6vw,1.4rem);font-size:clamp(var(--h6Min),var(--fontScaler),var(--h6Max))}a{text-decoration:none}.textdesc{font-size:12px}h1{font-size:clamp(2.8rem,6vw,3.6rem);font-size:clamp(var(--h1Min),var(--fontScaler),var(--h1Max))}h1,h2{font-family:Poppins,sans-serif;font-weight:700}h2{font-size:clamp(2.2rem,6vw,3rem);font-size:clamp(var(--h2Min),var(--fontScaler),var(--h2Max))}h3{font-family:Poppins,sans-serif;font-size:clamp(1.6rem,6vw,2.4rem);font-size:clamp(var(--h3Min),var(--fontScaler),var(--h3Max))}a,h1,h2,h3,h4,h5,p{color:#f4fdff;margin-bottom:0}footer,header{height:-webkit-fit-content;height:fit-content;padding:1.5rem 2rem;z-index:10}header{justify-content:space-between;left:0;position:fixed;right:0;top:0}header,header .right{align-items:center;display:flex;flex-direction:row}header .right{cursor:pointer;gap:.6rem;transition:all .3s}header .right p,header .right svg{color:#f4fdff;transition:all .3s}header .right svg{height:1.6rem;width:1.6rem}header .right:hover p,header .right:hover svg{color:#9dc2ff}header .burger,header .nav_menu{display:none}footer{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-top:1px solid #ffffff1a;bottom:0;display:flex;flex-direction:row;justify-content:space-between;left:0;position:fixed;width:100%}footer p{color:#cbcbcb;transition:all .3s}footer .downloadbtn{align-items:center;cursor:pointer;display:flex;flex-direction:row;gap:.8rem}footer .downloadbtn svg{height:1.4rem;width:auto}footer .downloadbtn p,footer .downloadbtn svg{color:#cbcbcb;transition:all .3s}footer .downloadbtn:hover p,footer .downloadbtn:hover svg{color:#9dc2ff}.main_card_component{border-radius:.25rem;overflow:hidden;padding:2.5rem 2rem;width:100%}.main{color:#f4fdff;position:relative}.main .preloading{align-items:center;background-color:#24262b;display:flex;flex-direction:row;gap:.8rem;height:100vh;justify-content:center;opacity:1;position:relative;transition:all .5s;width:100vw}.main .preloading p{position:relative}.main .preloading p:after,.main .preloading p:before{content:"// Hello j";position:absolute;transform:translate(-50%,-50%);z-index:-1}.main .preloading p:before{animation:distort1 .2s linear infinite;color:#e91e63cc;left:49.5%;top:49.5%}.main .preloading p:after{animation:distort2 .2s linear infinite;color:#03a9f4cc;left:50.5%;top:50.5%}@keyframes distort1{0%{left:49.5%;top:49.5%}12.5%{left:50%;top:49.5%}25%{left:50.5%;top:49.5%}37.5%{left:50.5%;top:50%}50%{left:50.5%;top:50.5%}62.5%{left:50%;top:50.5%}75%{left:49.5%;top:50.5%}87.5%{left:49.5%;top:50%}to{left:49.5%;top:49.5%}}@keyframes distort2{0%{left:50.5%;top:50.5%}12.5%{left:50.5%;top:50%}25%{left:50.5%;top:49.5%}37.5%{left:50%;top:49.5%}50%{left:49.5%;top:49.5%}62.5%{left:49.5%;top:50%}75%{left:49.5%;top:50.5%}87.5%{left:50%;top:50.5%}to{left:50.5%;top:50.5%}}.main .hidepreloading{opacity:0}.main_bgimage{background-size:cover;height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100vw}.main_bgimage img{opacity:.02;transform:scaleX(-1);width:100%;z-index:1}@media(min-aspect-ratio:16/9){.main_bgimage img{height:auto;width:100%}}@media(max-aspect-ratio:16/9){.main_bgimage img{height:100%;width:auto}}.landing{align-items:center;display:flex;flex-direction:column;gap:3rem;height:100vh;justify-content:center;position:relative;z-index:2}.landing img.profile{filter:drop-shadow(3px 1px 7px #202429);height:170px;margin-top:-7rem;width:160px}.landing .texts{align-items:center;gap:.5rem}.landing .texts,.landing .texts .social{display:flex;flex-direction:column;justify-content:center}.landing .texts .social{gap:1.5rem}.landing .texts .social_icons{align-items:center;display:flex;flex-direction:row;gap:1rem}.landing .texts .social_icons img.icon{cursor:pointer;height:2rem;opacity:.7;scale:1;transition:all .2s;width:2rem}.landing .texts .social_icons img.icon:hover{filter:drop-shadow(4px 5px 18px rgba(0,0,0,.25));opacity:1!important}.landing .texts .social_line{background-color:#f4fdff;border-radius:1px;height:1px;transition:all .3s}.landing .texts .social:hover .social_line{background-color:#9dc2ff}@keyframes animate{0%,18%,20%,50.1%,60%,65.1%,80%,90.1%,92%{color:#838998;color:var(--gray-strong);text-shadow:none}18.1%,20.1%,30%,50%,60.1%,65%,80.1%,90%,92.1%,to{color:hsla(0,0%,100%,.859);text-shadow:0 0 12px #03bcf4,0 0 20px #03bcf4,0 0 40px #03bcf4,0 0 80px #03bcf4,0 0 160px #03bcf4}}.landing .texts .social{align-items:center}.landing .texts .social_line{width:130px!important}.landing .texts .social:hover .social_line{width:16rem!important}.landing .texts h1.name{font-size:7.5rem;font-weight:600;text-transform:uppercase}.landing .texts p.title{-webkit-box-reflect:below 1px linear-gradient(#0000,rgba(0,0,0,.196));animation:animate 20s linear infinite;color:#9dc2ff;font-weight:300;line-height:1.6rem;outline:none}.landing .texts .title_type{align-items:center;display:none;gap:.4rem}.landing .texts .title_type span{font-size:14px;font-weight:300;line-height:1.6rem}.content{align-items:center;display:flex;flex-direction:row;height:100vh;justify-content:center;overflow:hidden}.content_container,.content_mobile{z-index:2}.content_mobile{display:none}.content_container{align-items:flex-start;flex-direction:row;gap:10rem;justify-content:center;padding:0 6rem;width:100%}.content_container,.content_container .profile{display:flex;height:-webkit-fit-content;height:fit-content}.content_container .profile{align-items:flex-end;flex-direction:column;gap:3rem;margin-top:1rem;text-align:right}.content_container .profile img.profile{filter:drop-shadow(3px 1px 7px #202429);height:170px;width:160px}.content_container .profile .texts{align-items:flex-end;display:flex;flex-direction:column;gap:.5rem}.content_container .profile .texts .social{display:flex;flex-direction:column;gap:1.5rem;justify-content:center}.content_container .profile .texts .social_icons{align-items:center;display:flex;flex-direction:row;gap:1rem}.content_container .profile .texts .social_icons img.icon{cursor:pointer;height:2rem;opacity:.7;scale:1;transition:all .2s;width:2rem}.content_container .profile .texts .social_icons img.icon:hover{filter:drop-shadow(4px 5px 18px rgba(0,0,0,.25));opacity:1!important}.content_container .profile .texts .social_line{background-color:#f4fdff;border-radius:1px;height:1px;transition:all .3s}.content_container .profile .texts .social:hover .social_line{background-color:#9dc2ff}.content_container .profile .texts .social{align-items:flex-end;width:100%}.content_container .profile .texts .social_line{width:11rem}.content_container .profile .texts .social:hover .social_line{width:100%!important}.content_container .profile .texts h2.name{text-transform:uppercase;white-space:nowrap}.content_container .profile .texts .slashtitle p{color:#cbcbcb;font-weight:300;padding-bottom:.4rem;white-space:nowrap}.content_container .timeline{display:flex;flex-direction:column;gap:3rem;height:100%;min-height:51rem;width:100%}.content_container .timeline_plugin{overflow:hidden;position:relative;width:100%}.content_container .timeline_plugin .ant-menu{background:#0000 none repeat 0 0/auto auto padding-box border-box scroll;background:initial;border-bottom:1px solid #3c3744;position:relative}.content_container .timeline_plugin .ant-menu li.ant-menu-item{padding:0 2rem}.content_container .timeline_plugin .ant-menu li.ant-menu-item span{color:#cbcbcb;font-size:12px;transition:all .3s}.content_container .timeline_plugin .ant-menu li.ant-menu-item:first-of-type{margin-right:1rem;padding:0 1rem 0 0}.content_container .timeline_plugin .ant-menu li.ant-menu-item:first-of-type:after{margin-left:-2rem}.content_container .timeline_plugin .ant-menu li.ant-menu-item:hover span{color:#f4fdff}.content_container .timeline_plugin .ant-menu li.ant-menu-item:hover:after{border-bottom-color:#cbcbcb;transition:all .3s}.content_container .timeline_plugin .ant-menu li.ant-menu-item-selected span{color:#9dc2ff}.content_container .timeline_plugin .ant-menu li.ant-menu-item-selected:after{border-bottom-color:#9dc2ff;transition:all .3s}.content_container .timeline_activetab{display:flex;flex-direction:column;gap:4rem;height:100%;padding-right:3rem}.content_container .timeline_activetab .texts_title{align-items:center;display:flex;flex-direction:row;gap:1.4rem;padding-bottom:.4rem}.content_container .timeline_activetab .texts_title span{border-bottom:1px solid #9dc2ff;color:#9dc2ff;font-size:12px;padding-bottom:.2rem}.content_container .timeline_activetab .texts p.texts_desc{color:#cbcbcb}.content_container .timeline_activetab .cards{align-items:center;display:flex;flex-direction:row;gap:4.5rem;height:100%;padding-bottom:1.5rem;width:100%}.content_container .timeline_activetab .cards .card{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);border-left:1px solid #ffffff26;border-top:1px solid #ffffff26;box-shadow:0 3px 1px -2px #0003,0 2px 2px 0 #00000024,0 1px 5px 0 #0000001f;height:34rem}.timeline_activetab.about .cards .card_front{align-items:center;display:flex;flex-direction:column;gap:2rem;justify-content:center;opacity:1;padding:6rem 0;transition:all .5s}.timeline_activetab.about .cards .card_front img{height:7rem;width:7rem}.timeline_activetab.about .cards .card_front .line{background-color:#3c3744;height:1px;width:5rem}.timeline_activetab.about .cards .card_front .title{text-align:center}.timeline_activetab.about .cards .card_front .title p:first-of-type{color:#9dc2ff;font-weight:600;letter-spacing:1px}.timeline_activetab.about .cards .card_front .title p:nth-of-type(2){color:#cbcbcb;font-size:12px;font-weight:400;margin-top:.4rem}.timeline_activetab.about .cards .card_content{display:flex;flex-direction:column;gap:.4rem;height:100%;opacity:0;position:relative;transform:translateY(30rem);transition:all .5s;width:100%}.timeline_activetab.about .cards .card_content p.title{border-bottom:1px solid #3c3744;color:#9dc2ff;font-weight:700;letter-spacing:1px;margin-bottom:.8rem;padding-bottom:.8rem;width:-webkit-fit-content;width:fit-content}.timeline_activetab.about .cards .card_content img{bottom:2rem;height:75%;opacity:.06;pointer-events:none;position:absolute;right:-3rem;width:auto}.timeline_activetab.about .cards .card:hover .card_front{opacity:0;transform:translateY(-10rem)}.timeline_activetab.about .cards .card:hover .card_content{opacity:1;transform:translateY(-20rem)}@media(max-width:928px){.content{height:-webkit-fit-content;height:fit-content}.content_mobile{display:flex;flex-direction:column;gap:1rem}.content_mobile .content_custom.about .cards .card{height:-webkit-fit-content;height:fit-content}.content_mobile .content_custom.about .cards .card_content{display:flex;flex-direction:column;gap:.4rem;height:100%;position:relative;width:100%}.content_mobile .content_custom.about .cards .card_content p.title{color:#9dc2ff;font-weight:700;letter-spacing:1px}.content_mobile .content_custom.about .cards .card_content img{bottom:2rem;height:75%;opacity:.06;pointer-events:none;position:absolute;right:-3rem;width:auto}.content_container{display:none}}.timeline_activetab.experience .cards .card_content{display:flex;flex-direction:column;gap:.7rem;height:100%;overflow:hidden}.timeline_activetab.experience .cards .card_content .title{display:flex;flex-direction:column;gap:.4rem}.timeline_activetab.experience .cards .card_content .title p.position{font-weight:700;letter-spacing:1px;text-transform:uppercase}.timeline_activetab.experience .cards .card_content .title .website{align-items:center;display:flex;flex-direction:row;gap:.4rem;width:-webkit-fit-content;width:fit-content}.timeline_activetab.experience .cards .card_content .title .website svg{color:#cbcbcb;height:1.6rem;transition:all .3s;width:auto}.timeline_activetab.experience .cards .card_content .title .website p.company{color:#9dc2ff;font-weight:300;transition:all .3s}.timeline_activetab.experience .cards .card_content .title .website.hover:hover{cursor:pointer}.timeline_activetab.experience .cards .card_content .title .website.hover:hover p.company{background-color:rgba(110,193,228,.184);color:#d0e2ff}.timeline_activetab.experience .cards .card_content .title .website.hover:hover svg{opacity:.7;transform:scale(1.1)}.timeline_activetab.experience .cards .card_content .title p.years{color:#cbcbcb;font-weight:300}.timeline_activetab.experience .cards .card_content .tags{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:1rem}.timeline_activetab.experience .cards .card_content .tags p{background-color:rgba(62,119,143,.118);border:1px solid rgba(102,209,255,.157);border-radius:12px;color:#9dc2ff;font-size:12px;font-weight:300;padding:.2rem .6rem;width:-webkit-fit-content;width:fit-content}.timeline_activetab.experience .cards .card_content p.textdesc span{color:#5192ff;cursor:pointer;font-weight:400;padding:0 .4rem .2rem;transition:all .3s;white-space:nowrap;width:-webkit-fit-content;width:fit-content}.timeline_activetab.experience .cards .card_content p.textdesc span:hover{background-color:rgba(110,193,228,.184)}.timeline_activetab.experience .cards .card_desc{display:flex;flex-direction:column;gap:1rem}.timeline_activetab.experience .cards .card_desc p:first-of-type{border-bottom:1px solid #3c3744;font-size:12px;padding-bottom:1rem}.timeline_activetab.experience .cards .card_desc p:nth-of-type(2){color:#5192ff;cursor:pointer;white-space:nowrap;width:-webkit-fit-content;width:fit-content}.timeline_activetab.experience .cards .card_desc p:nth-of-type(2):hover{background-color:rgba(110,193,228,.184)}@media(max-width:928px){.content{height:-webkit-fit-content;height:fit-content}.content_mobile{display:flex;flex-direction:column;gap:1rem}.content_mobile .content_custom.experience .cards .card{height:-webkit-fit-content;height:fit-content}.content_mobile .content_custom.experience .cards .card_content{display:flex;flex-direction:column;gap:.7rem;height:100%;overflow:hidden}.content_mobile .content_custom.experience .cards .card_content .title{display:flex;flex-direction:column;gap:.4rem}.content_mobile .content_custom.experience .cards .card_content .title p.position{font-weight:700;letter-spacing:1px;text-transform:uppercase}.content_mobile .content_custom.experience .cards .card_content .title .website{align-items:center;display:flex;flex-direction:row;gap:.4rem;width:-webkit-fit-content;width:fit-content}.content_mobile .content_custom.experience .cards .card_content .title .website svg{color:#cbcbcb;height:1.6rem;transition:all .3s;width:auto}.content_mobile .content_custom.experience .cards .card_content .title .website p.company{color:#9dc2ff;font-weight:300;transition:all .3s}.content_mobile .content_custom.experience .cards .card_content .title .website.hover:hover{cursor:pointer}.content_mobile .content_custom.experience .cards .card_content .title .website.hover:hover p.company{background-color:rgba(110,193,228,.184);color:#d0e2ff}.content_mobile .content_custom.experience .cards .card_content .title .website.hover:hover svg{opacity:.7;transform:scale(1.1)}.content_mobile .content_custom.experience .cards .card_content .title p.years{color:#cbcbcb;font-weight:300}.content_mobile .content_custom.experience .cards .card_content .tags{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:1rem}.content_mobile .content_custom.experience .cards .card_content .tags p{background-color:rgba(62,119,143,.118);border:1px solid rgba(102,209,255,.157);border-radius:12px;color:#9dc2ff;font-size:12px;font-weight:300;padding:.2rem .6rem;width:-webkit-fit-content;width:fit-content}.content_mobile .content_custom.experience .cards .card_content p.textdesc span{color:#5192ff;cursor:pointer;font-weight:400;padding:0 .4rem .2rem;transition:all .3s;white-space:nowrap;width:-webkit-fit-content;width:fit-content}.content_mobile .content_custom.experience .cards .card_content p.textdesc span:hover{background-color:rgba(110,193,228,.184)}.content_container{display:none}}.timeline_activetab.works .cards .card_content{height:100%;position:relative}.timeline_activetab.works .cards .card_content p.title{color:#9dc2ff;font-weight:600;letter-spacing:.4px;padding-bottom:.4rem}.timeline_activetab.works .cards .card_content p.subtitle{font-size:12px}.timeline_activetab.works .cards .card_content p.desc{border-top:1px solid #3c3744;font-size:12px;margin-top:1rem;padding-top:1rem}.timeline_activetab.works .cards .card_content p.desc span{border-bottom:1px solid #cbcbcb;color:#cbcbcb;cursor:pointer;font-style:italic;margin:0 .2rem;transition:all .3s}.timeline_activetab.works .cards .card_content p.desc span:after{content:","}.timeline_activetab.works .cards .card_content p.desc span:last-of-type:after{content:""}.timeline_activetab.works .cards .card_content p.desc span:hover{border-bottom:1px solid #9dc2ff;color:#9dc2ff}.timeline_activetab.works .cards .card_content p.desc{opacity:0;transform:translateX(-30rem);transition:all .5s}.timeline_activetab.works .cards .card_content .image{align-items:flex-end;bottom:0;display:flex;height:100%;justify-content:center;pointer-events:none;position:absolute;right:0;width:100%}.timeline_activetab.works .cards .card_content .image img{height:70%;opacity:1;transition:all .5s;width:auto}.timeline_activetab.works .cards .card_content .gifcontainer img{border-radius:50%;overflow:hidden}.timeline_activetab.works .cards .card_content .gifcontainer img:after{box-shadow:inset 0 0 20px 20px}.timeline_activetab.works .cards .card:hover .card_content img{opacity:0;transform:translateX(10rem)}.timeline_activetab.works .cards .card:hover .card_content p.desc{opacity:1;transform:translateX(0)}@media(max-width:928px){.content{height:-webkit-fit-content;height:fit-content}.content_mobile{display:flex;flex-direction:column;gap:1rem}.content_mobile .content_custom.works .cards .card{height:-webkit-fit-content;height:fit-content}.content_mobile .content_custom.works .cards .card_content{height:100%;position:relative}.content_mobile .content_custom.works .cards .card_content p.title{color:#9dc2ff;font-weight:600;letter-spacing:.4px;padding-bottom:.4rem}.content_mobile .content_custom.works .cards .card_content p.subtitle{font-size:12px}.content_mobile .content_custom.works .cards .card_content p.desc{border-top:1px solid #3c3744;font-size:12px;margin-top:1rem;padding-top:1rem}.content_mobile .content_custom.works .cards .card_content p.desc span{border-bottom:1px solid #cbcbcb;color:#cbcbcb;cursor:pointer;font-style:italic;margin:0 .2rem;transition:all .3s}.content_mobile .content_custom.works .cards .card_content p.desc span:after{content:","}.content_mobile .content_custom.works .cards .card_content p.desc span:last-of-type:after{content:""}.content_mobile .content_custom.works .cards .card_content p.desc span:hover{border-bottom:1px solid #9dc2ff;color:#9dc2ff}.content_mobile .content_custom.works .cards .card_content .image{bottom:-4rem;height:100%;pointer-events:none;position:absolute;right:0;width:100%;z-index:1}.content_mobile .content_custom.works .cards .card_content .image img{display:none;height:100%;width:100%;z-index:1}.content_container{display:none}}.gallery_container{height:472.6px}.gallery_container .imgsection,.gallery_container .linesection{display:grid;grid-template-columns:repeat(3,1fr);margin:0 auto;position:relative}.gallery_container .imgsection{height:420px}.gallery_container .imgsection .img{background-size:cover;height:410px;overflow:hidden;position:relative;width:100%}.gallery_container .imgsection .img .text{align-items:center;background:radial-gradient(circle at 10% 20%,rgba(69,86,102,.793) 0,#222222bd 90%);display:flex;flex-direction:column;gap:1rem;height:100%;justify-content:center;opacity:0;transition:all .5s;z-index:10}.gallery_container .imgsection .img .text p:first-of-type{font-size:16px;font-weight:600}.gallery_container .imgsection .img .text p:nth-of-type(2){cursor:pointer;font-size:11px;margin-top:-.6rem;transition:all .3s}.gallery_container .imgsection .img .text p:nth-of-type(2):hover{color:#9dc2ff}.gallery_container .imgsection .img .text .underline{background-color:#cbcbcb;height:1px;width:8rem}.gallery_container .imgsection .img:hover .text{opacity:1!important}.gallery_container .imgsection .img:before{border-right:1px solid #3c3744;content:"";height:412px;left:0;position:absolute;top:0;z-index:4}.gallery_container .imgsection .img img{height:100%;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%);width:100%;z-index:-1}@media(min-aspect-ratio:16/9){.gallery_container .imgsection .img img{height:auto;width:100%}}@media(max-aspect-ratio:16/9){.gallery_container .imgsection .img img{height:100%;width:auto}}.gallery_container .imgsection .img:last-of-type:after{border-right:1px solid #3c3744;content:"";height:412px;position:absolute;right:0;top:0;z-index:4}.gallery_fullscreen{height:-webkit-fit-content;height:fit-content}.gallery_fullscreen .imgsection,.gallery_fullscreen .linesection{display:grid;grid-template-columns:repeat(3,1fr);margin:0 auto;position:relative}.gallery_fullscreen .imgsection,.gallery_fullscreen .linesection,.gallery_fullscreen .title{pointer-events:none}.gallery_fullscreen .title{align-items:center;display:flex;flex-direction:column;height:100vh;justify-content:center;left:0;margin:0;padding:4rem;position:absolute;top:0;width:100%}.gallery_fullscreen .title p:first-of-type{color:#f4fdff;font-family:Poppins,sans-serif;font-size:8rem;font-weight:700;text-transform:uppercase}.gallery_fullscreen .title p:nth-of-type(2){border-top:1px solid #cbcbcb;padding-top:1rem}.gallery_fullscreen .linesection{height:100vh}.gallery_fullscreen .linesection .line{border-right:1px solid #3c3744}.gallery_fullscreen .imgsection{height:-webkit-fit-content;height:fit-content;margin:0 auto;opacity:1;transition:all .3s;z-index:2}.gallery_fullscreen .imgsection .img{background-color:#232028;background-size:cover;border:1px solid #3c3744;height:50rem;overflow:hidden;pointer-events:all;position:relative;width:100%}.gallery_fullscreen .imgsection .img img{height:100%;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%);width:100%;z-index:-1}@media(min-aspect-ratio:16/9){.gallery_fullscreen .imgsection .img img{height:auto;width:100%}}@media(max-aspect-ratio:16/9){.gallery_fullscreen .imgsection .img img{height:100%;width:auto}}.gallery_fullscreen .imgsection .img .text{align-items:flex-start;background:linear-gradient(210deg,#05050500,hsla(220,2%,69%,.086),hsla(220,3%,41%,.384),#24262b);display:flex;flex-direction:column;gap:1rem;height:100%;justify-content:flex-end;opacity:0;padding:2rem;transition:all .5s}.gallery_fullscreen .imgsection .img .text p:first-of-type{font-size:16px;font-weight:600;text-shadow:-2px 4px 4px #00000087}.gallery_fullscreen .imgsection .img .text p:nth-of-type(2){font-size:11px;text-shadow:-2px 4px 4px #00000087}.gallery_fullscreen .imgsection .img .text .underline{background-color:#cbcbcb;height:1px;width:8rem}.gallery_fullscreen .imgsection .img .text:hover{opacity:1}.gallery_fullscreen .imgsection .img:before{border-right:1px solid #3c3744;content:"";height:412px;left:0;position:absolute;top:0;z-index:4}.gallery_fullscreen .homebtn{left:2rem;position:fixed;top:2rem}.gallery_fullscreen .homebtn,.gallery_fullscreen .homebtn_container{height:-webkit-fit-content;height:fit-content;width:-webkit-fit-content;width:fit-content}.gallery_fullscreen .homebtn_container{align-items:center;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);border-left:1px solid #ffffff26;border-radius:50%;border-top:1px solid #ffffff26;box-shadow:0 3px 1px -2px #0003,0 2px 2px 0 #00000024,0 1px 5px 0 #0000001f;cursor:pointer;display:flex;flex-direction:column;justify-content:center;padding:.8rem 1rem 1.2rem;z-index:10}.gallery_fullscreen .homebtn_container svg{color:#f4fdff;height:1.5rem;transition:all .3s;width:auto}.gallery_fullscreen .homebtn_container svg path{stroke:#f4fdff;transition:all .3s}.gallery_fullscreen .homebtn:hover .homebtn_container svg path{stroke:#9dc2ff}.gallery_fullscreen .loading{opacity:0;position:absolute;top:0;transition:all .3s;width:100%}.gallery_fullscreen .loading_line{background-color:#ddd;height:.5rem;overflow:hidden;position:relative}.gallery_fullscreen .loading_line:before{animation:lineAnim 1s linear infinite;background-color:#9dc2ff;border-radius:20px;content:"";height:.5rem;left:-50%;position:absolute;width:50%}@keyframes lineAnim{0%{left:-40%}50%{left:20%;width:80%}to{left:100%;width:100%}}.gallery_fullscreen .backbtn{margin-top:-15rem;padding:4rem;width:100%}.gallery_fullscreen .backbtn p{border-bottom:1px solid #f4fdff;color:#f4fdff;cursor:pointer;transition:all .3s;width:-webkit-fit-content;width:fit-content}.gallery_fullscreen .backbtn p:hover{border-bottom:1px solid #9dc2ff;color:#9dc2ff}.gallery_fullscreen.isloading .imgsection{opacity:0}.gallery_fullscreen.isloading .loading{opacity:1}@media(max-width:980px){.gallery_fullscreen .imgsection .img{height:30rem}}@media(max-width:690px){.gallery_fullscreen .title p:first-of-type{font-size:6rem;font-weight:700}.gallery_fullscreen .title p:nth-of-type(2){font-size:12px}.gallery_fullscreen .imgsection .img .text{opacity:1}.gallery_fullscreen .imgsection .img .text p:first-of-type{font-size:13px;font-weight:400}}@media(max-width:640px){.gallery_fullscreen .imgsection,.gallery_fullscreen .linesection{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.gallery_fullscreen .imgsection .img{height:20rem}.gallery_fullscreen .imgsection .img .text{gap:.6rem;padding:1rem}.gallery_fullscreen .imgsection .img .text p:first-of-type{font-size:11px;font-weight:400}.gallery_fullscreen .imgsection .img .text p:nth-of-type(2){font-size:9px;font-weight:400}.gallery_fullscreen .imgsection .img .text .underline{height:.4px}}.exportmodal{position:relative;top:5.4rem;width:70rem!important}.exportmodal .ant-modal-content{background:#24262b;padding:initial}.exportmodal .ant-modal-content .modal_container{height:calc(100vh - 23.4rem);overflow-x:hidden;overflow-y:auto;padding:2rem}.exportmodal .ant-modal-content .modal_container .imgcontainer{background-color:#fff;border-radius:.4rem;height:-webkit-fit-content;height:fit-content;overflow:hidden;padding:2rem 0;pointer-events:none;width:100%}.exportmodal .ant-modal-content .modal_container .imgcontainer img{height:auto;width:100%}.exportmodal .ant-modal-content .ant-modal-header{background:#24262b;border-bottom:1px solid #3c3744;padding:1.5rem 2rem}.exportmodal .ant-modal-content .ant-modal-header .ant-modal-title{color:#f4fdff}.exportmodal .ant-modal-content .ant-modal-close svg{color:#f4fdff;height:2rem;width:auto}.exportmodal .ant-modal-content .ant-modal-footer{border-top:1px solid #3c3744;margin-top:1rem;padding:1.5rem 2rem}.exportmodal .ant-modal-content .ant-modal-footer button:first-of-type{background:#24262b;color:#f4fdff;transition:all .3s}.exportmodal .ant-modal-content .ant-modal-footer button:first-of-type:hover{border:1px solid #9dc2ff;color:#9dc2ff}.exportmodal .ant-modal-content .ant-modal-footer button:nth-of-type(2){background:#0463ff;transition:all .3s}.exportmodal .ant-modal-content .ant-modal-footer button:nth-of-type(2):hover{background:#004fd0;color:#cbcbcb}.exportmodal .ant-modal-content ::-webkit-scrollbar-thumb,.exportmodal .ant-modal-content ::-webkit-scrollbar-track{border-radius:0!important}@media(max-width:768px){header{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid #ffffff1a}header .right{display:none}header .burger{display:flex}header .burger svg{animation:toggled .2s ease;color:#f4fdff;cursor:pointer;height:2rem;width:auto}@keyframes toggled{0%{opacity:0;transform:scale(.76)}to{opacity:1;transform:scale(1)}}header .nav_menu{align-items:center;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background:#1e1c22;border:1px solid #ffffff1a;display:flex;flex-direction:column;gap:1rem;height:calc(100vh - 98.4px);opacity:1;padding:2rem 0;position:absolute;right:-100%;top:50.8px;transition:all .5s ease;width:100%}header .nav_menu_item{color:#f4fdff;cursor:pointer;display:table;font-size:14px;padding:1rem 2rem;text-align:left;transition:all .3s ease;width:100%}header .nav_menu_item:active,header .nav_menu_item:hover{background:#05204a;color:#9dc2ff}header .nav_menu.active{opacity:1;right:0;transition:all .5s ease;z-index:1}footer .downloadbtn{display:none}.landing img.profile{filter:drop-shadow(3px 1px 7px #202429);height:120px;width:110px}.landing .texts{gap:.2rem}.landing .texts .social_icons img.icon{opacity:1}.landing .texts .social_line{width:90px!important}.landing .texts h1.name{font-size:4rem}.landing .texts p.title{display:none}.landing .texts .title_type{align-items:center;display:flex;gap:0}}@media only screen and (max-width:1380px){.content_container{gap:4rem;padding:0 4rem}}@media only screen and (max-width:1285px){.content_container .timeline_activetab{padding-right:0}.content_container .timeline_activetab .cards{gap:2rem}}@media(max-width:1152px){.content_container .profile{display:none}}@media(max-width:928px){.content{height:-webkit-fit-content;height:fit-content}.content_mobile{display:flex;flex-direction:column;gap:1rem}.content_mobile .content_custom{border-bottom:1px solid #3c3744;display:flex;flex-direction:column;gap:4rem;padding:2rem 2rem 6rem}.content_mobile .content_custom .texts_title{align-items:center;display:flex;flex-direction:row;gap:1.4rem;justify-content:center;padding-bottom:.4rem}.content_mobile .content_custom .texts_title span{border-bottom:1px solid #9dc2ff;color:#9dc2ff;font-size:12px;padding-bottom:.2rem}.content_mobile .content_custom .texts p.texts_desc{color:#cbcbcb;font-size:12px;text-align:center}.content_mobile .content_custom .cards{align-items:center;display:flex;flex-direction:column;gap:2rem}.content_mobile .content_custom .cards .card{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);border-left:1px solid #ffffff26;border-radius:.25rem;border-top:1px solid #ffffff26;box-shadow:0 3px 1px -2px #0003,0 2px 2px 0 #00000024,0 1px 5px 0 #0000001f;height:30rem;max-width:40rem;overflow:hidden;padding:2rem}.content_mobile .content_custom:last-of-type{border-bottom:initial;padding-bottom:4rem}.content_mobile_extras{align-items:center;display:flex;gap:3rem;justify-content:center;margin-bottom:2rem}.content_mobile_extras .item{align-items:center;border-bottom:1px solid #cbcbcb;cursor:pointer;display:flex;gap:1rem;padding-bottom:.6rem}.content_mobile_extras .item svg{height:2rem;width:auto}.content_mobile_ytube{display:flex;flex-direction:column;gap:2rem;margin-bottom:6rem;padding:2rem 4rem}.content_mobile_ytube .title{display:flex;flex-direction:column;gap:.4rem}.content_mobile_ytube .title p:first-of-type{color:#9dc2ff}.content_mobile_ytube .title p:nth-of-type(2){color:#cbcbcb;font-size:12px}.content_container{display:none}}
/*# sourceMappingURL=main.bdf4764a.css.map*/