@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,700;1,400&display=swap);.app__navbar{backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);background:#00000073;justify-content:space-between;padding:1rem 2rem;position:fixed;width:100%;z-index:2}.app__navbar,.app__navbar-logo{align-items:center;display:flex}.app__navbar-logo{cursor:pointer!important;justify-content:flex-start}.app__navbar-logo img{cursor:pointer!important;height:25px;width:180px}@media screen and (min-width:2000px){.app__navbar-logo img{height:45px;width:270px}}.app__navbar-links{align-items:center;display:flex;flex:1 1;justify-content:center;list-style:none;margin-left:-3rem}.app__navbar-links li{cursor:pointer;flex-direction:column;margin:0 1rem}.app__navbar-links li div{background:#0000;border-radius:50%;height:5px;margin-bottom:5px;width:5px}.app__navbar-links li a{color:var(--white-color);flex-direction:column;font-weight:500;text-decoration:none;text-transform:uppercase;transition:all .3s ease-in-out}.app__navbar-links li a:hover{color:var(--secondary-color)}.app__navbar-links li:hover div{background:var(--secondary-color)}@media screen and (max-width:900px){.app__navbar-links{display:none}}.app__navbar-menu{align-items:center;background-color:var(--secondary-color);border-radius:50%;display:flex;height:35px;justify-content:center;margin-left:1rem;position:relative;width:35px}.app__navbar-menu svg{color:var(--white-color);height:70%;width:70%}.app__navbar-menu div{align-items:flex-end;background:url(assets/bgWhite.png);background-color:var(--black-color);background-repeat:repeat;background-size:cover;bottom:0;box-shadow:0 0 20px #a8a8a826;display:flex;flex-direction:column;height:100vh;justify-content:flex-end;padding:1rem;position:fixed;right:0;top:0;width:80%;z-index:5}.app__navbar-menu div svg{color:var(--secondary-color);height:35px;margin:.5rem 1rem;width:35px}.app__navbar-menu div ul{align-items:flex-start;display:flex;flex-direction:column;height:100%;justify-content:flex-start;list-style:none;margin:0;padding:0;width:100%}.app__navbar-menu div ul li{margin:1rem}.app__navbar-menu div ul li a{color:var(--gray-color);font-size:1rem;font-weight:500;text-decoration:none;text-transform:uppercase;transition:all .3s ease-in-out}.app__navbar-menu div ul li a:hover{color:var(--secondary-color)}@media screen and (min-width:900px){.app__navbar-menu,.app__navbar-menu div{display:none}}.app__about{flex:1 1;flex-direction:column;width:100%}.app__profiles{flex-wrap:wrap;justify-content:center;margin-top:2rem}.app__profile-item,.app__profiles{align-items:flex-start;display:flex}.app__profile-item{flex-direction:column;justify-content:flex-start;margin:2rem;width:190px}.app__profile-item img{align-items:center;border-radius:15px;object-fit:cover;width:70%}@media screen and (min-width:2000px){.app__profile-item{margin:2rem 4rem;width:370px}.app__profile-item img{height:320px}}#contact{background-position:50%;background-repeat:repeat;background-size:cover;padding-top:5rem;position:relative}#contact .app__wrapper{padding:0}#contact .app__wrapper .copyright{display:none}.app__footer{flex:1 1;flex-direction:column;width:100%}@media screen and (max-width:768px){.app__footer{flex-direction:column}}.app__footer-cards{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-evenly;margin:1em 2rem 1rem;width:75%}.app__footer-cards .app__footer-card{align-items:center;background-color:var(--dark-gray-color);border-radius:10px;cursor:pointer;display:flex;flex-direction:row;justify-content:center;margin:1rem 0;min-width:290px;padding:1rem;transition:all .3s ease-in-out}.app__footer-cards .app__footer-card img{height:40px;margin-right:.7rem;width:40px}.app__footer-cards .app__footer-card p{font-weight:500}.app__footer-cards .app__footer-card a{font-weight:500;text-decoration:none}.app__footer-cards .app__footer-card:hover{box-shadow:0 0 25px var(--hover-color)}@media screen and (max-width:450px){.app__footer-cards .app__footer-card{margin-left:2rem;margin-right:2rem;width:100%}}@media screen and (max-width:768px){.app__footer-cards{width:100%}}.app__footer-form{flex-direction:column;margin:1rem 2rem;width:60%}.app__footer-form div{background-color:var(--dark-gray-color);border-radius:10px;cursor:pointer;margin:.75rem 0;transition:all .3s ease-in-out;width:100%}.app__footer-form div input,.app__footer-form div textarea{background-color:var(--dark-gray-color);border:none;border-radius:7px;color:var(--white-color);font-family:var(--font-base);outline:none;padding:.95rem;width:100%}.app__footer-form div textarea{height:170px}.app__footer-form div:hover{box-shadow:0 0 25px var(--hover-color)}.app__footer-form button{background-color:var(--secondary-color);border:none;border-radius:10px;color:var(--white-color);cursor:pointer;font-family:var(--font-base);font-weight:500;margin:.3rem 2rem 0;outline:none;padding:1rem 2rem;transition:cubic-bezier(.55,.085,.68,.53)}.app__footer-form button:hover{background-color:#2430af}@media screen and (max-width:768px){.app__footer-form{margin:1rem 0;width:100%}}@media screen and (max-width:450px){.app__footer-form{width:86%}}.light #home{background:url(assets/bgIMG_light.png);background-position:50%;background-repeat:repeat;background-size:cover;position:relative}.light #home .app__wrapper{padding:0}.light #home .app__wrapper .copyright{display:none}.dark #home{background:url(assets/bgIMG.png);background-position:50%;background-repeat:repeat;background-size:cover;position:relative}.dark #home .app__wrapper{padding:0}.dark #home .app__wrapper .copyright{display:none}.wave{animation-duration:2.5s;animation-iteration-count:infinite;animation-name:wave-animation;display:inline-block;transform-origin:70% 70%}@keyframes wave-animation{0%{transform:rotate(0deg)}10%{transform:rotate(14deg)}20%{transform:rotate(-8deg)}30%{transform:rotate(14deg)}40%{transform:rotate(-4deg)}50%{transform:rotate(10deg)}60%{transform:rotate(0deg)}to{transform:rotate(0deg)}}.app__header{flex:1 1;flex-direction:row;height:100%;padding:6rem 2rem 0;width:100%}@media screen and (min-width:2000px){.app__header{padding-top:8rem}}@media screen and (max-width:1200px){.app__header{flex-direction:column;margin-bottom:-2rem}}@media screen and (max-width:450px){.app__header{margin-bottom:-4rem;padding:6rem 1rem 2rem}}.app__header-info{align-items:flex-start;display:flex;flex:0.65 1;flex-direction:column;height:100%;justify-content:flex-start;margin:0 2rem}@media screen and (max-width:1200px){.app__header-info{margin-right:0;width:100%}}.app__header-badge{align-items:flex-end;display:flex;flex-direction:column;justify-content:flex-end;width:100%}.app__header-badge .badge-cmp,.app__header-badge .tag-cmp{background:var(--dark-gray-color);border-radius:15px;box-shadow:0 0 20px #0000001a;flex-direction:row;padding:1rem 2rem;width:auto}.app__header-badge .tag-cmp{flex-direction:column;margin-top:1rem}.app__header-badge .tag-cmp p{text-align:right;text-transform:capitalize;width:100%}.app__header-badge span{font-size:1rem}@media screen and (min-width:2000px){.app__header-badge span{font-size:5rem}}@media screen and (max-width:1200px){.app__header-badge{align-items:flex-start;justify-content:flex-start}}.app__header-circles{align-items:flex-start;display:flex;flex:0.75 1;flex-direction:column;height:100%;justify-content:space-evenly;margin-left:1rem}.app__header-circles div:first-child{height:100px;margin-bottom:25rem;width:100px}.app__header-circles div:nth-child(2){height:150px;margin:1.75rem;object-fit:cover;width:150px}.app__header-circles div:nth-child(3){height:90px;margin-left:1rem;margin-top:23rem;width:90px}@media screen and (min-width:2000px){.app__header-circles div:nth-child(2){height:400px;width:400px}.app__header-circles div:nth-child(3){height:170px;width:170px}.app__header-circles div:first-child{height:200px;width:200px}}@media screen and (max-width:1200px){.app__header-circles{display:none}}.circle-cmp{background:var(--dark-gray-color);border-radius:50%;box-shadow:0 0 20px #0000001a;height:100px;position:absolute;width:100px}.circle-cmp img{height:60%;width:60%}.circle-cmp:after,.circle-cmp:before{border:.5px solid #fff9;border-radius:50%;bottom:0;content:"";display:block;left:0;position:absolute;right:0;top:0}.light .circle-cmp:after{border:.5px solid #5656569a}.circle-cmp:before{animation:ripple 2s linear infinite}.circle-cmp:after{animation:ripple 2s linear 1s infinite}@keyframes ripple{0%{transform:scale(1)}50%{opacity:1;transform:scale(1.3)}to{opacity:0;transform:scale(1.6)}}.app__header-img{align-items:flex-end;display:flex;flex:1 1;height:100%;justify-content:flex-end;position:relative}.app__header-img img{object-fit:contain;width:100%;z-index:1}.app__header-img .overlay_circle{bottom:0;height:90%;left:0;position:absolute;right:0;width:100%;z-index:0}@media screen and (max-width:1200px){.app__header-img{margin:2rem 0}}.app__skills{flex:1 1;flex-direction:column;width:100%}@media screen and (max-width:450px){.app__skills{padding-top:2rem}}.app__skills-container{display:flex;flex-direction:row;margin-top:3rem;width:80%}@media screen and (max-width:900px){.app__skills-container{flex-direction:column;width:100%}}.app__skills-list{align-items:flex-start;display:flex;flex:1 1;flex-wrap:wrap;justify-content:flex-start;margin-right:5rem}@media screen and (max-width:900px){.app__skills-list{align-items:center;justify-content:center;margin-right:0}}.app__skills-item{flex-direction:column;margin:1rem;text-align:center;transition:all .3s ease-in-out}.app__skills-item div{background-color:var(--dark-gray-color);border-radius:50%;height:90px;width:90px}.app__skills-item div img{height:50%;width:50%}.app__skills-item div:hover{box-shadow:0 0 25px var(--hover-color)}@media screen and (min-width:2000px){.app__skills-item div{height:150px;width:150px}}@media screen and (max-width:450px){.app__skills-item div{height:70px;width:70px}}.app__skills-item p{font-weight:500;margin-top:.5rem}@media screen and (min-width:2000px){.app__skills-item{margin:1rem 2rem}.app__skills-item p{margin-top:1rem}}.app__skills-exp{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;justify-content:flex-start}@media screen and (max-width:900px){.app__skills-exp{margin-top:2rem}}.app__skills-exp-item{margin:1rem 0;width:100%}@media screen and (max-width:450px){.app__skills-exp-item{padding-left:25%}}.app__skills-exp-works{flex:1 1}.app__skills-exp-works .app__skills-exp-work{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;margin-bottom:1rem}.app__skills-exp-works .app__skills-exp-work h4{font-weight:500}.app__skills-exp-works .app__skills-exp-work p{color:var(--gray-color);font-weight:400;margin-top:5px}.app__skills-exp-year{margin-right:3rem}.app__skills-exp-year p{color:var(--secondary-color);font-weight:800}@media screen and (max-width:450px){.app__skills-exp-year{margin-right:1rem}}.skills-tooltip{background-color:var(--white-color)!important;border-radius:5px!important;box-shadow:0 0 25px #0000001a!important;color:var(--gray-color)!important;line-height:1.5!important;max-width:300px!important;opacity:1!important;padding:1rem!important;text-align:center!important}@media screen and (min-width:2000px){.skills-tooltip{font-size:1.75rem!important;line-height:2!important;max-width:500px!important}}.light #work{background:url(assets/bgIMG_light.png);background-position:50%;background-repeat:repeat;background-size:cover;position:relative}.light #work .app__wrapper{padding:0}.light #work .app__wrapper .copyright{display:none}.dark #work{background:url(assets/bgIMG.png);background-position:50%;background-repeat:repeat;background-size:cover;position:relative}.dark #work .app__wrapper{padding:0}.dark #work .app__wrapper .copyright{display:none}.app__works{flex:1 1;flex-direction:column;width:100%}@media screen and (max-width:450px){.app__works{padding-top:6rem}}.react-responsive-modal-modal{-webkit-overflow-scrolling:touch;font-family:poppins,sans-serif;height:90vh;margin:0;padding:0;width:100%}.modal-header{align-items:center;background:#fff;border-bottom:1px solid #ddd;display:flex;height:60px;justify-content:space-between;left:0;margin-bottom:16px;padding:16px;position:-webkit-sticky;position:sticky;right:0;top:0;z-index:10}.close-btn{background:none;border:none;cursor:pointer;font-size:20px;line-height:1}.modal-body{-webkit-overflow-scrolling:touch;overflow-y:auto;padding-left:16px;padding-right:16px}.app__work-portfolio{align-items:center;display:flex;flex-wrap:wrap;justify-content:center}.app__work-portfolio .app__work-item{background-color:var(--dark-gray-color);border-radius:.5rem;color:#000;flex-direction:column;margin:2rem;padding:1rem;transition:all .3s ease;width:270px}.app__work-portfolio .app__work-item:hover{box-shadow:0 0 25px #0003}@media screen and (min-width:2000px){.app__work-portfolio .app__work-item{border-radius:.75rem;padding:1.25rem;width:470px}}@media screen and (max-width:300px){.app__work-portfolio .app__work-item{margin:1rem;width:100%}}.app__work-img{height:230px;position:relative;width:100%}.app__work-img img{border-radius:.5rem;height:100%;object-fit:cover;width:100%}@media screen and (min-width:2000px){.app__work-img{height:350px}}.app__work-hover{border-radius:.5rem;bottom:0;height:100%;left:0;opacity:0;position:absolute;right:0;top:0;width:100%}.app__work-hover,.app__work-hover div{background-color:#00000080;cursor:pointer;transition:all .3s ease}.app__work-hover div{border-radius:50%;color:#fff;font-family:var(--font-base);font-weight:800;height:50px;margin:1rem;width:50px}.app__work-hover div svg{color:var(--white-color);height:50%;width:50%}.app__work-content{flex-direction:column;padding:.5rem;position:relative;width:100%}.app__work-content h4{line-height:1.5;margin-top:1rem}@media screen and (min-width:2000px){.app__work-content h4{margin-top:3rem}}.app__work-content .app__work-tag{background-color:#fff;border-radius:10px;padding:.5rem 1rem;position:absolute;top:-25px}.react-responsive-modal-root{bottom:0;left:0;position:fixed;right:0;top:0;z-index:1000}.react-responsive-modal-overlay{background:#00000080;bottom:0;left:0;position:fixed;right:0;top:0;z-index:-1}.react-responsive-modal-container{height:100%;outline:0;overflow-x:hidden;overflow-y:auto;text-align:center}.react-responsive-modal-containerCenter:after{content:"";display:inline-block;height:100%;vertical-align:middle;width:0}.react-responsive-modal-modal{background:#fff;box-shadow:0 12px 15px 0 #00000040;display:inline-block;margin:1.2rem;max-width:800px;overflow-y:auto;padding:1.2rem;position:relative;text-align:left;vertical-align:middle}.react-responsive-modal-closeButton{background-color:initial;border:none;cursor:pointer;display:flex;padding:0;position:absolute;right:14px;top:14px}.react-responsive-modal-container,.react-responsive-modal-modal,.react-responsive-modal-overlay{animation-fill-mode:forwards!important}@keyframes react-responsive-modal-overlay-in{0%{opacity:0}to{opacity:1}}@keyframes react-responsive-modal-overlay-out{0%{opacity:1}to{opacity:0}}@keyframes react-responsive-modal-modal-in{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(100%)}}@keyframes react-responsive-modal-modal-out{0%{opacity:1;transform:scale(100%)}to{opacity:0;transform:scale(.96)}}.app__hobbies{flex:1 1;flex-direction:column;width:100%}@media screen and (max-width:450px){.app__hobbies{padding-top:2rem}}@media screen and (min-width:1900px){.app__hobbies{width:75%}}.app__hobbies-container{display:flex;flex-direction:row;margin-top:3rem;width:80%}@media screen and (max-width:900px){.app__hobbies-container{flex-direction:column;width:80%}}.app__hobbies-video{margin-right:3rem;max-height:18rem;width:100%}.app__hobbies-video img{height:"auto";width:100%}@media screen and (min-width:1900px){.app__hobbies-video{margin-right:8rem}}button{background-color:var(--secondary-color);border:none;border-radius:10px;color:var(--white-color)!important;cursor:pointer;font-family:var(--font-base);font-weight:500;margin:1rem 0 0;outline:none;padding:1rem 2rem;transition:cubic-bezier(.55,.085,.68,.53)}button:hover{background-color:#2430af}.light .background,.light .background-with-shadow{background-color:var(--white-color)}.light .background-with-shadow{box-shadow:0 0 20px hsla(0,0%,66%,.589)}.light .text_color{color:var(--dark-gray-color)}.light .text_color_light{color:var(--light-text-color)}.light .text_color_gray{color:var(--dark-gray-color)}.light .background_nav{background:#00000073}.light .background_img{background:url(assets/bgIMG_light.png);background-position:50%;background-repeat:repeat;background-size:cover;position:relative}.light .border{border:.8px solid #393939}.dark .background{background-color:var(--dark-gray-color)}.dark .text_color{color:var(--white-color)}.dark .background_nav{background:#00000073}.dark .background_img{background:url(assets/bgIMG.png)}.app{background-color:var(--primary-color);font-family:var(--font-base)}.light .app__whitebg{background-color:var(--white-color)}.app__whitebg{background-color:var(--black-color)}.app__primarybg{background:var(--background-gradient)}.light .app__primarybg{background:var(--background-gradient-light)}.app__container{display:flex;flex-direction:row;min-height:100vh;width:100%}.app__flex{align-items:center;display:flex;justify-content:center}.app__wrapper{flex:1 1;flex-direction:column;padding:4rem 2rem;width:100%}@media screen and (max-width:450px){.app__wrapper{padding:4rem 1rem 2rem}}.copyright{align-items:flex-end;display:flex;flex-direction:column;justify-content:flex-end;padding:2rem 0 0;width:100%}.copyright p{color:var(--gray-color)}.copyright p,.head-text{text-transform:capitalize}.head-text{color:var(--white-color);font-size:2.75rem;font-weight:800;text-align:center}.head-text span{color:var(--secondary-color)}@media screen and (min-width:2000px){.head-text{font-size:4rem}}@media screen and (max-width:450px){.head-text{font-size:2rem}}.p-text{color:var(--gray-color);font-size:.8rem;line-height:1.5;text-align:left}@media screen and (min-width:2000px){.p-text{font-size:1.75rem}}.bold-text{color:var(--white-color);font-size:1rem;font-weight:800;text-align:left}@media screen and (min-width:2000px){.bold-text{font-size:2rem}}@media screen and (max-width:450px){.bold-text{font-size:.9rem}}.app__social{flex-direction:column;justify-content:flex-end;padding:1rem}.app__social,.app__social div{align-items:center;display:flex}.app__social div{background-color:var(--dark-gray-color);border-radius:50%;cursor:pointer;height:40px;justify-content:center;margin:.25rem 0;transition:all .3s ease-in-out;width:40px}.app__social div svg{color:var(--gray-color);height:15px;width:15px}.app__social div:hover{background-color:var(--secondary-color);border-color:var(--secondary-color)}.app__social div:hover svg{color:var(--white-color)}@media screen and (min-width:2000px){.app__social div{height:70px;margin:.5rem 0;width:70px}.app__social div svg{height:30px;width:30px}}.app__navigation{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:1rem}.app__navigation .app__navigation-dot{background-color:#cbcbcb;border-radius:50%;height:10px;margin:.5rem;transition:background-color .2s ease-in-out;width:10px}.app__navigation .app__navigation-dot:hover{background-color:var(--secondary-color)}@media screen and (min-width:2000px){.app__navigation .app__navigation-dot{height:20px;width:20px}}.whatsapp-float{align-items:center;border-radius:50%;bottom:30px;display:flex;height:100px;justify-content:center;position:fixed;right:50px;transition:transform .3s ease;width:100px;z-index:1000}.whatsapp-float:hover{transform:scale(1.1)}.whatsapp-float img{height:100px;width:100px}@media screen and (max-width:500px){.app__navigation,.app__social{display:none}.copyright{padding:2rem}}:root{--font-base:"Poppins";--primary-color:#edf2f8;--secondary-color:#0055d5;--black-color:#030303;--dark-gray-color:#373737;--light-text-color:#c7d5ea;--hover-color:#00000052;--background-gradient:linear-gradient(90deg,#2b2b2b,#161616);--background-gradient-light:linear-gradient(270deg,#8e9eab,#eef2f3);--lightGray-color:#e4e4e4;--gray-color:#a9b2bf;--brown-color:#46364a;--white-color:#fff}*{box-sizing:border-box;margin:0;padding:0;scroll-behavior:smooth}
/* Static HTML enhancements */
body{background:#030303}.nav-actions{display:flex;align-items:center;gap:1rem}.theme-toggle{position:relative;width:48px;height:24px;padding:0;border:0;border-radius:14px;background:#373737;cursor:pointer}.theme-toggle.is-dark{background:#0055d5}.theme-icon{position:absolute;right:6px;top:3px;color:#fff;font-size:14px;line-height:18px}.theme-toggle:not(.is-dark) .theme-icon{left:6px;right:auto}.theme-knob{position:absolute;top:2px;left:2px;width:20px;height:20px;border-radius:50%;background:#fff;transition:transform .25s}.theme-toggle.is-dark .theme-knob{transform:translateX(24px)}.menu-toggle{display:none;border:0;background:transparent;color:#fff;font-size:28px;cursor:pointer}.mobile-menu{display:none}.social-link{text-decoration:none;color:#a9b2bf!important;font-weight:700;font-size:13px}.social-link:hover{color:#fff!important}.app__navigation-dot.active{background-color:#313bac!important}.wave{font-size:2.5rem}.hello-copy{margin-left:20px}.typing-cursor{animation:blink .7s step-end infinite}@keyframes blink{50%{opacity:0}}.reveal{opacity:0;transform:translateY(70px);transition:opacity .55s ease,transform .55s ease}.reveal.visible{opacity:1;transform:none}.hover-scale{transition:transform .5s}.hover-scale:hover{transform:scale(1.06)}.work-heading{margin-top:2rem}.profile-title,.hobby-title{margin-top:20px}.profile-copy,.hobby-copy{margin-top:10px}.video-cover{position:relative;display:block;width:100%;height:100%}.video-cover img{width:100%;height:100%;object-fit:cover}.play-button{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:grid;place-items:center;width:64px;height:64px;border-radius:50%;background:#0055d5;color:#fff;font-size:24px;padding-left:4px;box-shadow:0 8px 30px rgba(0,0,0,.35)}.action-button{display:inline-block;text-decoration:none;text-align:center}.app__footer-card{text-decoration:none}.form-note{text-align:center!important;margin-top:1rem}.app__work-hover{border:0;cursor:pointer}.eye-icon{width:50px;height:50px;border-radius:50%;background:#0055d5;color:#fff;font-size:0}.eye-icon:after{content:"◉";font-size:24px}.portfolio-modal{position:fixed;inset:0;z-index:1000;display:none;align-items:center;justify-content:center;padding:1.2rem;background:rgba(0,0,0,.76)}.portfolio-modal.open{display:flex}.modal-panel{width:min(960px,100%);max-height:94vh;overflow:auto;background:#242424}.light .modal-panel{background:#fff}.modal-header{position:sticky;top:0;z-index:2;display:flex;justify-content:space-between;align-items:center;padding:18px 22px;background:inherit}.modal-close{border:0;background:transparent;font-size:22px;cursor:pointer}.modal-body img{display:block;width:100%;height:auto}.modal-open{overflow:hidden}
@media(max-width:900px){.menu-toggle{display:block}.app__navbar-links{display:none!important}.mobile-menu{display:block;position:fixed;top:0;right:0;width:80%;height:100vh;transform:translateX(105%);transition:transform .5s ease;padding:5rem 2rem 2rem;box-shadow:-4px 0 20px rgba(0,0,0,.25)}.mobile-menu.open{transform:none}.mobile-menu ul{list-style:none}.mobile-menu li{margin:1.4rem 0}.mobile-menu a{text-decoration:none;text-transform:uppercase;font-weight:500}.menu-close{position:absolute;right:24px;top:22px;border:0;background:none;font-size:24px;cursor:pointer}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.reveal{opacity:1;transform:none}}
/* Light-mode and component corrections */
.app__social .social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;margin:.25rem 0;border-radius:50%;background-color:var(--dark-gray-color);color:var(--gray-color);transition:background-color .3s ease-in-out,box-shadow .3s ease-in-out,transform .3s ease-in-out}
.app__social .social-link img{width:15px;height:15px;filter:invert(76%) sepia(8%) saturate(502%) hue-rotate(174deg) brightness(91%);transition:filter .3s ease-in-out}
.app__social .social-link:hover{background-color:var(--secondary-color);transform:translateY(-2px)}
.app__social .social-link:hover img{filter:brightness(0) invert(1)}
.light .app__social .social-link{background:#fff;box-shadow:0 3px 14px rgba(44,55,72,.16)}
.light .app__social .social-link img{filter:invert(21%) sepia(4%) saturate(77%) hue-rotate(314deg) brightness(91%)}
.light .app__social .social-link:hover{background:var(--secondary-color)}
.light .app__social .social-link:hover img{filter:brightness(0) invert(1)}
@media screen and (min-width:2000px){.app__social .social-link{width:70px;height:70px;margin:.5rem 0}.app__social .social-link img{width:30px;height:30px}}

.app__hobbies-des .action-button{display:inline-block;margin:1rem 0 0;padding:1rem 2rem;border-radius:10px;background-color:var(--secondary-color);color:var(--white-color)!important;font-family:var(--font-base);font-weight:500;line-height:1.5;text-decoration:none;box-shadow:0 7px 18px rgba(0,85,213,.2);transition:background-color .25s ease,transform .25s ease,box-shadow .25s ease}
.app__hobbies-des .action-button:hover{background-color:#2430af;transform:translateY(-2px);box-shadow:0 10px 22px rgba(0,85,213,.28)}
.app__hobbies-des .action-button:focus-visible{outline:3px solid rgba(0,85,213,.35);outline-offset:3px}

.app__skills-item .skill-icon{background-color:var(--dark-gray-color)!important;box-shadow:none;overflow:hidden;transition:background-color .3s ease,box-shadow .3s ease,transform .3s ease}
.app__skills-item .skill-icon img{display:block;width:50%;height:50%;object-fit:contain}
.app__skills-item .skill-icon:hover{transform:translateY(-3px);box-shadow:0 9px 25px rgba(0,0,0,.22)}
.light .app__skills-item .skill-icon{background-color:#fff!important;border:1px solid rgba(36,48,67,.08);box-shadow:0 5px 18px rgba(47,59,78,.13)}
.light .app__skills-item .skill-icon:hover{box-shadow:0 10px 28px rgba(47,59,78,.2)}
.light .app__skills-item>p{color:#596579}

.app__work-hover{margin:0;padding:0;border-radius:.5rem;background-color:rgba(0,0,0,.5)}
.modal-close{margin:0;padding:8px;border:0;border-radius:7px;background:transparent!important;color:#fff!important;line-height:1;transition:background-color .2s ease,color .2s ease}
.modal-close:hover{background:rgba(255,255,255,.1)!important}
.modal-panel{border-radius:4px;box-shadow:0 20px 65px rgba(0,0,0,.48);background:#242424;color:#fff}
.modal-header{height:60px;margin-bottom:16px;padding:16px;border-bottom:1px solid rgba(255,255,255,.14);background:#242424}
.modal-body{padding:0 16px 16px;background:#242424}
.modal-body img{background:#fff}
.light-mode .portfolio-modal{background:rgba(35,42,54,.68)}
.light-mode .modal-panel{background:#fff;color:var(--dark-gray-color);box-shadow:0 22px 70px rgba(29,42,62,.28)}
.light-mode .modal-header{background:#fff;border-bottom-color:#ddd}
.light-mode .modal-header .text_color{color:var(--dark-gray-color)}
.light-mode .modal-close{color:var(--dark-gray-color)!important}
.light-mode .modal-close:hover{background:#eef2f6!important}
.light-mode .modal-body{background:#fff}

.light #about .app__profile-item,.light #contact .app__footer-card{color:var(--dark-gray-color)}
.light #contact .app__footer-form div{background:#fff;box-shadow:0 4px 18px rgba(47,59,78,.12)}
.light #contact .app__footer-form input,.light #contact .app__footer-form textarea{background:#fff;color:var(--dark-gray-color)}
.seo-intro,.contact-intro{width:min(760px,90%);margin:1.1rem auto 0;color:var(--gray-color);font-size:.9rem;line-height:1.75;text-align:center}.light .seo-intro,.light .contact-intro{color:#596579}.contact-intro{margin-bottom:.25rem}.app__footer-cards{margin-top:1.25rem}@media screen and (max-width:450px){.seo-intro,.contact-intro{width:92%;font-size:.8rem;line-height:1.65}.app__footer-cards{margin-top:1rem}}
/* Compact tablet and mobile navigation */
.app__navbar .theme-toggle,.app__navbar .menu-toggle{margin:0}
.app__navbar .menu-toggle{width:35px;height:35px;padding:0;border-radius:50%;background:var(--secondary-color);font-size:23px;line-height:35px;text-align:center}
@media screen and (max-width:900px){.app__navbar{min-height:57px;padding:1rem 2rem}.nav-actions{gap:.75rem}}
@media screen and (max-width:450px){.app__navbar{padding:1rem}.app__navbar-logo img{width:180px;height:25px}.nav-actions{gap:.6rem}}
.app__header-badge .wave{font-size:2.5rem}
.portfolio-modal,.modal-panel{font-family:var(--font-base),sans-serif}
.modal-header #modal-title{margin:0;font-family:var(--font-base),sans-serif;font-size:1rem;font-weight:700;line-height:1.4}
/*# sourceMappingURL=main.fc076d2f.css.map*/
