@import"https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap";body{margin:0;font-family:Outfit,sans-serif;font-optical-sizing:auto;font-style:normal}html{scroll-behavior:smooth;scroll-timeline:2s}.Navbar__div{background-color:#111;color:#d3d3d3;padding-right:7.5rem;padding-left:7.5rem;height:4rem}.Navbar__sides{display:flex;justify-content:space-between;align-items:center;height:100%}.Navbar__sider{display:flex}.Navbar__side_item{margin-right:2rem;margin-left:2rem}.Navbar__side_item a:-webkit-any-link{color:#d3d3d3;text-decoration:none}.Navbar__left{font-weight:700}.Navbar__div{width:100%;box-sizing:border-box;position:relative}.Navbar__div.sticky{position:fixed;top:0;left:0;z-index:1000;transform:translateY(-100%);animation:slideDown .5s ease-in-out forwards}@keyframes slideDown{0%{transform:translateY(-100%)}to{transform:translateY(0)}}.Landing__div{padding:5rem 2rem 10rem;display:flex;background-color:#252634;color:#f7f7f7;align-items:center;justify-content:space-around}.Landing__terminal{margin-top:75px;width:50rem;height:30rem;font-size:20px;background-color:#131313}.Landing__terminal{border-radius:10px}.Landing__terminal__top{border-top-left-radius:10px;border-top-right-radius:10px}.Landing__terminal__top{background-color:#2f2f30;display:flex;padding:.3rem}.Landing__terminal__top__circle{width:.9rem;height:.9rem;border-radius:50%;margin:.25rem}.Landing__terminal__top__circle:nth-child(1){background-color:#eb6352}.Landing__terminal__top__circle:nth-child(2){background-color:#f4b73f}.Landing__terminal__top__circle:nth-child(3){background-color:#55bc45}.Landing__terminal__body{padding:1.25rem;padding-top:.75rem!important;color:#f7f7f7;display:flex;flex-direction:column;gap:2rem}span.cmd__blue{color:#0096ff}span.cmd__cyan{color:#33edd4}span.cmd__green{color:#4ac75f}.Landing_hi{margin:0;text-align:center;font-size:64px}.terminal__link:-webkit-any-link{color:unset;cursor:pointer}.Landing__terminal{animation:fadeIn .8s ease-in,float 3s ease-in-out infinite;box-shadow:0 10px 30px #0000004d}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.Landing_hi{opacity:0;animation:slideInFromRight 1s ease-out forwards}@keyframes slideInFromRight{0%{transform:translate(100px);opacity:0}to{transform:translate(0);opacity:1}}.Landing__right_side__img img{animation:fadeInDown 1s ease-out forwards;opacity:0}@keyframes fadeInDown{0%{transform:translateY(-60px);opacity:0}to{transform:translateY(0);opacity:1}}.AboutMe__div{padding:5rem 1rem 8rem}.AboutMe__header{text-align:center;font-size:64px;font-weight:200}.AboutMe__header>*{margin-top:0;margin-bottom:3rem}.AboutMe__content>p:nth-child(2n){float:right;text-align:right}.AboutMe__content>p:nth-child(odd){float:left;text-align:left}.AboutMe__content>p{width:60%}.AboutMe__content{padding-left:10rem;padding-right:10rem;font-size:30px;letter-spacing:3px;display:flow-root}.WhatIDo__div{padding:4rem 2rem 10rem;background-color:#1e1e1e;color:#f7f7f7}.WhatIDo__body{margin-right:75px;margin-left:75px}.WhatIDo__topics{position:relative;height:800px;overflow:visible}.WhatIDo__topic_label{cursor:pointer;margin:0;position:absolute;width:400px;height:225px;display:flex;background:#2f2f30;justify-content:center;align-items:center;font-size:26px;border-radius:10px;overflow:hidden;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.7);z-index:10;transition:transform .3s ease,box-shadow .3s ease}.WhatIDo__topic_label:hover{transform:scale(1.1) rotate(var(--tilt, 3deg));z-index:2;box-shadow:0 0 20px #ffffff4d}.WhatIDo__topic_label:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:inherit;background-size:cover;background-position:center;filter:blur(1.5px);z-index:-1;transition:transform .3s ease}.WhatIDo__topic_label:hover:before{transform:scale(1.1) rotate(var(--tilt, 3deg))}.WhatIDo__centerText{position:absolute;display:flex;justify-content:center;align-items:center;flex-direction:column;height:100%;width:100%;margin:0;color:#fff}.WhatIDo__centerText>h3{font-size:64px;margin:0;font-weight:700;color:#fff}body.popup-open{overflow:hidden}.WhatIDo__topic_popup{display:none;position:fixed;top:50%;left:50%;height:60%;width:60%;transform:translate(-50%,-50%);background:#2f2f30;color:#f7f7f7;padding:2rem;border-radius:10px;box-shadow:0 0 20px #0003;z-index:1000;max-width:80%;max-height:80vh;overflow-y:auto}.WhatIDo__topic_popup{scroll-behavior:smooth;overflow-y:auto}.WhatIDo__topic_popup::-webkit-scrollbar{width:6px}.WhatIDo__topic_popup::-webkit-scrollbar-track{background:#ffffff1a;border-radius:3px}.WhatIDo__topic_popup::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:3px}.WhatIDo__topic_popup.show{display:block;animation:popIn .3s ease-out forwards}.blur-background .WhatIDo__topic_label,.blur-background .WhatIDo__centerText{filter:blur(5px);transition:filter .3s ease}@keyframes popIn{0%{opacity:0;transform:translate(-50%,-48%) scale(.95)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.modal-body p,h6{margin:0}.WhatIDo__modal_section{display:flex;flex-direction:column;gap:10px}.WhatIDo__modal_body{padding:30px;display:flex;flex-direction:column;gap:25px;overflow:auto;font-size:20px;color:#f7f7f7;background-color:#2f2f30;border-radius:15px}.WhatIDo__modal_header{border-bottom:1px solid #444}.WhatIDo__modal_title{font-size:32px;margin:0 0 15px;color:#4caf50}.WhatIDo__modal_intro{padding:15px;background-color:#383840;border-radius:10px;transition:transform .2s;cursor:pointer}.WhatIDo__modal_intro:hover{transform:scale(1.02)}.WhatIDo__modal_sections{display:grid;grid-template-columns:1fr 1fr;gap:20px}.WhatIDo__section_card{padding:20px;background-color:#383840;border-radius:10px;transition:all .3s ease;cursor:pointer}.WhatIDo__section_card:hover{transform:translateY(-5px);box-shadow:0 5px 15px #0000004d}.WhatIDo__section_title{font-size:24px;margin-bottom:15px}.WhatIDo__section_title--approach{color:#64b5f6}.WhatIDo__section_title--tech{color:#ffd54f}.WhatIDo__section_title--exp{color:#ff7043}.WhatIDo__modal_footer{padding:15px;background-color:#383840;border-radius:10px;border-left:4px solid #4caf50}.WhatIDo__modal_body p{line-height:1.6;margin-bottom:20px}.WhatIDo__modal_body ul{margin:5px 0 15px 20px;line-height:1.5}.WhatIDo__modal_header_content{display:flex;align-items:center;justify-content:space-between;gap:20px}.WhatIDo__modal_header .WhatIDo__modal_icon{width:80px;height:80px;object-fit:contain;animation:float 3s ease-in-out infinite}.WhatIDo__modal_float_icon.WhatIDo__modal_float_icon{animation:float 3s ease-in-out infinite}.WhatIDo__modal_intro_content{display:flex;gap:50px}.WhatIDo__modal_intro_content p{flex:1;margin:0}.WhatIDo__modal_icon{width:200px;object-fit:contain}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}.WhatIDo__section_title--achievements{color:#ffd54f}.WhatIDo__close_button{position:absolute;top:20px;right:20px;background:none;border:none;color:#f7f7f7;font-size:24px;cursor:pointer;padding:5px;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background-color .3s ease}.WhatIDo__close_button:hover{background-color:#ffffff1a}.WhatIDo__topic_popup.closing{animation:fadeOut .3s ease-out forwards}@keyframes fadeOut{0%{opacity:1;transform:translate(-50%,-50%) scale(1)}to{opacity:0;transform:translate(-50%,-48%) scale(.95)}}.ExperienceAndFuture__div{padding:5rem 2rem 8rem}.ExperienceAndFuture__header{text-align:center;font-size:64px;font-weight:200}.ExperienceAndFuture__header>*{margin-top:0;margin-bottom:3rem}.ExperienceAndFuture__content>p{width:60%;text-align:center;margin:0 auto}.ExperienceAndFuture__content{padding-left:15rem;padding-right:15rem;font-size:30px;letter-spacing:3px;display:flow-root}
