@import"https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;700&display=swap";header.flex{justify-content:space-between;padding:0 2.4rem;margin-top:1rem}header.flex nav{background-color:var(--bgHeader);padding:.65rem 1.5rem;border-radius:55px;box-shadow:1px 1px 40px #2323242a}header ul.flex{gap:16px}header ul li a{color:var(--title);opacity:.9;font-size:.9rem;font-weight:500}header ul li a:hover{color:var(--orange);opacity:1;font-size:.92rem}header button{font-size:1.2rem}header button.hamburger__menu{display:none}header .icon-menu,header button.mode{background-color:var(--bgHeader);height:2.5rem;width:2.5rem;border-radius:50%;justify-content:center;text-align:center;color:var(--subtitle);transition:.5s}header .icon-menu:hover,header button.mode:hover{color:var(--title);border:1px solid var(--orange)}header .icon-remove{font-size:1.5rem;color:var(--subtitle);transition:.4s}header .icon-remove:hover{font-size:1.7rem;color:var(--orange);rotate:180deg}header .fixed{position:fixed;top:0;right:0;bottom:0;left:0;z-index:11;background-color:#292932e6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}@keyframes zoomModal{0%{scale:0}70%{scale:1.2}to{scale:1}}header .fixed ul.modal__wrapper{animation:zoomModal .5s 1;width:75%;margin-left:auto;margin-right:auto;margin-top:2rem;border-radius:1rem;padding:1rem 2rem;background-color:var(--secondary)}header .fixed ul.modal__wrapper li{border-bottom:1px solid var(--border);padding-bottom:.85rem;padding-top:.5rem}header .fixed ul.modal__wrapper li:first-child{text-align:right;border:none;padding-bottom:0;padding-top:.2rem;margin-bottom:-1rem}header .fixed ul.modal__wrapper li:last-child{border:none}header .fixed ul.modal__wrapper a{font-size:1rem}@media (max-width: 700px){header.flex nav{display:none}header button.hamburger__menu{display:block}}section.hero__wrapper{margin-top:2.5rem}section.hero__wrapper .avatar__wrapper.flex{align-items:end;gap:.6rem}section.hero__wrapper .left__section{flex-grow:1}section.hero__wrapper .avatar{width:100px;border-radius:50%;padding:1px;box-shadow:2px 2px 40px #c7c7c749 inset}.light section.hero__wrapper .avatar{border:0 solid rgb(28,27,27);box-shadow:2px 2px 40px #c7c7c749 inset}section.hero__wrapper .icon-bulb{color:var(--yellow);font-size:1.1rem;margin-bottom:.3rem}section.hero__wrapper h1.title{font-size:2.8rem;line-height:3.2rem;margin:25px 0;color:var(--title)}section.hero__wrapper p.subtitle{color:var(--subtitle);font-size:.9rem;line-height:1.5rem;margin-bottom:30px}section.hero__wrapper .icons__wrapper{font-size:1.2rem;gap:1.5rem;color:var(--subtitle)}section.hero__wrapper .icons__wrapper .icon:hover{font-size:1.4rem;color:var(--icon-hover);transition:.3s;cursor:pointer}section.hero__wrapper .animation{width:100%}@media (max-width:1250px){section.hero__wrapper .animation{display:none}}@media (max-width:600px){section.hero__wrapper .animation{display:none}}main.flex{gap:2.6rem;align-items:start}main section.main__left.flex{flex-direction:column;gap:10px}main section.main__left.flex button{background-color:#24262e;width:11rem;padding:.8rem 0;text-align:center;font-size:1.02rem;text-transform:capitalize;opacity:.6;border-radius:4px;transition:.3s}main section.main__left.flex button:hover{opacity:1}main section.main__left.flex button.active{opacity:1;font-weight:700;letter-spacing:.6px;padding:.85rem 0;border:1px solid var(--orange);border-radius:4px}.light main section.main__left.flex button.active{border:1px solid #000}main section.main__right.flex{flex-grow:1;flex-wrap:wrap;gap:16px;column-gap:16px;row-gap:2rem;justify-content:center}.card{box-shadow:-1px 1px 1px #00000026,1px 1px 1px #00000026;border:1px solid rgba(252,175,93,.3);transition:.3s;border-radius:5px}.light .card,.light .card:hover{border:none;background-color:#f6f6f6}.card:hover{border:1px solid var(--orange);rotate:1deg;scale:1.01;cursor:pointer}.card img{border-radius:5px}.card .box__wrapper{padding:1rem .5rem}.card .box__wrapper .title{color:var(--title);text-transform:capitalize}.card .box__wrapper .subtitle{color:var(--subtitle);font-size:.8rem;margin-top:.7rem;margin-bottom:1rem}.card .box__wrapper .icons{justify-content:space-around}.card .icon-link,.card .icon-github{color:var(--subtitle);font-size:1.2rem}.card .icon-link:hover,.card .icon-github:hover{color:var(--icon-hover);font-size:1.25rem;cursor:pointer}@media (max-width: 600px){main.flex{flex-direction:column;gap:2.6rem;align-items:center}main section.main__left.flex{flex-direction:row;flex-wrap:wrap;gap:10px;justify-content:center}main section.main__left.flex button{width:8rem;padding:.8rem 0;font-size:.9rem}}section.contact__wrapper .icon-envelope{color:var(--subtitle);margin-right:1rem;font-size:1.8rem}section.contact__wrapper .title{font-size:2.1rem;color:var(--title);margin-bottom:1rem}section.contact__wrapper .subtitle{color:var(--subtitle);margin-bottom:2rem;line-height:1.65rem}section.contact__wrapper label{color:var(--subtitle)}section.contact__wrapper #email,section.contact__wrapper #message{all:unset;background-color:#3f3f4626;border:1px solid rgb(63 63 70);width:16rem;padding:.5rem 1rem;margin-left:1rem;border-radius:5px;transition:.3s;font-size:1.1rem}.light section.contact__wrapper #email,.light section.contact__wrapper #message{background-color:#ffffff29;border:1px solid rgba(128,128,128,.45);box-shadow:1px solid #49494b1a;color:#232324}section.contact__wrapper #email:focus,section.contact__wrapper #message:focus{border:1px solid var(--orange)}section.contact__wrapper #email:hover,section.contact__wrapper #message:hover{border:1px solid var(--orange)}section.contact__wrapper #message{min-height:9rem;resize:vertical}section.contact__wrapper .submit{background-color:#24262e;padding:.8rem 1.9rem;text-align:center;font-size:1.02rem;text-transform:capitalize;border-radius:4px;transition:.3s;margin-top:1.8rem;border:1px solid rgb(63 63 70)}section.contact__wrapper .submit:hover{scale:.97}@media (max-width: 1200px){section.contact__wrapper .contact__animation{display:none}}@media (max-width: 600px){section.contact__wrapper .animation{display:none}section.contact__wrapper form{display:flex;flex-direction:column;justify-content:center;width:90%}section.contact__wrapper form div.flex{flex-direction:column;align-items:start}section.contact__wrapper #email,section.contact__wrapper #message{width:100%;margin-left:0;padding:.7rem 1rem;margin-top:1rem}section.contact__wrapper .submit{width:30%;align-self:center}}footer.flex{justify-content:space-between;padding-bottom:1rem}footer.flex ul{gap:1rem}footer.flex ul a{color:var(--subtitle);font-size:.9rem;font-weight:400}footer.flex ul a:hover{color:var(--orange);font-size:1.2rem;font-weight:500}footer.flex p{color:#71717a}@media (max-width: 800px){footer.flex{flex-direction:column;gap:2rem}}html{font-family:Poppins,sans-serif;letter-spacing:.1px;scroll-behavior:smooth;box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}*{margin:0;padding:0}:root{--primary: #000;--secondary: #19181c;--border: rgba(63, 63, 70, .4);--title: rgb(244 244 245);--subtitle: rgb(161 161 170);--icon-hover: #d4d4d8;--bgHeader: #28272b;--orange: #ff9b00;--yellow: #f4ce14}.light{--primary: rgb(250, 250, 250);--secondary: rgb(255, 255, 255);--border: rgba(202, 202, 202, .518);--title: rgb(39 39 42);--subtitle: rgb(82 82 91);--icon-hover: #333;--bgHeader: rgb(246, 246, 246);--orange: #ff9b00;--yellow: #f4ce14}body{background-color:var(--primary);color:#fff}.container__wrapper{border:2px solid var(--border);width:80%;margin-left:auto;margin-right:auto;background-color:var(--secondary);padding:0 4rem}.divider{border-bottom:1px solid var(--border);margin:3rem 0}li{list-style:none}a{all:unset;transition:.4s}a:hover{cursor:pointer}.flex{display:flex;align-items:center}.border{border:2px solid red}button{all:unset}button:hover{cursor:pointer}button:active{scale:.9}button:disabled{opacity:.4;cursor:not-allowed}::-webkit-scrollbar{width:.8rem}::-webkit-scrollbar-track{border:7px solid #2b2b2b;border-radius:4px;box-shadow:inset 0 0 2.5px 2px #00004680;background-color:#d4d4d8}::-webkit-scrollbar-thumb{background:#888;border-radius:1rem}::-webkit-scrollbar-thumb:hover{background:#5a5a5a}.scroll__top{background-color:#ff9900c5;width:2.6rem;height:2.6rem;border-radius:50%;position:fixed;bottom:2rem;right:3%;text-align:center;border:1px solid rgba(255,255,255,.302);transition:.3s;font-size:1.3rem}.scroll__top:hover{background-color:var(--orange)}@media (max-width: 1000px){.container__wrapper{width:90%;padding:0 1.5rem}}@media (max-width: 600px){.container__wrapper{width:98%;padding:0 1.5rem}.scroll__top{opacity:.8;width:2.2rem;height:2.2rem;font-size:1rem}}
