@import"https://fonts.googleapis.com/css?family=Montserrat:700";:root{--color-primary-10: rgb(26, 26, 26, .1);--color-primary-20: rgb(26, 26, 26, .2);--color-primary-30: rgb(26, 26, 26, .3);--color-primary-40: rgb(26, 26, 26, .4);--color-primary-50: rgb(26, 26, 26, .5);--color-primary-60: rgb(26, 26, 26, .6);--color-primary-70: rgb(26, 26, 26, .7);--color-primary-80: rgb(26, 26, 26, .8);--color-primary-90: rgb(26, 26, 26, .9);--color-primary-100: #1a1a1a;--color-primary-blur: rgba(229, 229, 229, .133);--color-secondary-10: rgb(229, 229, 229, .1);--color-secondary-20: rgb(229, 229, 229, .2);--color-secondary-30: rgb(229, 229, 229, .3);--color-secondary-40: rgb(229, 229, 229, .4);--color-secondary-50: rgb(229, 229, 229, .5);--color-secondary-60: rgb(229, 229, 229, .6);--color-secondary-70: rgb(229, 229, 229, .7);--color-secondary-80: rgb(229, 229, 229, .8);--color-secondary-90: rgb(229, 229, 229, .9);--color-secondary-100: #e5e5e5;--glassmorphism-color: rgba(168, 168, 168, .3);--accent-color: #4de297;--accent-color-blur: rgba(128, 255, 194, .2);--color-disabled: #979797;--font-family-primary: "Poppins", sans-serif;--section-min-height: 100vh;--navbar-height: 6.25rem;--navbar-height-mobile: 4.6875rem;--transition-fast: .2s ease-in-out;--transition-normal: .3s ease-in-out;--transition-slow: .5s ease-in-out;--transition-loading: 1s ease-out}*{margin:0;padding:0;border:0;box-sizing:border-box}body{background-color:var(--color-primary-100);font-family:var(--font-family-primary);color:var(--color-secondary-100);transition:var(--transition-normal)}span{transition:var(--transition-normal)}html{scrollbar-gutter:stable}html.loading{overflow-y:hidden!important}html.dark-mode{scroll-behavior:smooth;scrollbar-color:var(--accent-color) transparent;overflow-y:scroll;-webkit-overflow-scrolling:touch;scrollbar-width:thin}html.light-mode{scroll-behavior:smooth;scrollbar-color:var(--accent-color) transparent;overflow-y:scroll;-webkit-overflow-scrolling:touch}.header-text-1{font-size:5.625rem;font-weight:800}.header-text-2{font-size:4.375rem;font-weight:700}.header-text-3{font-size:3.125rem;font-weight:600}.header-text-4{font-size:2.5rem;font-weight:600}.mv-h1{font-size:1.875rem;font-weight:500}.mv-h2{font-size:1.5rem}.mv-h3{font-size:1.25rem}.mv-text{font-size:1.125rem}.primary{color:var(--color-primary-100)!important}.secondary{color:var(--color-secondary-100)!important}.accent{color:var(--accent-color)!important}@media only screen and (min-width: 768px) and (max-width: 820px) and (max-height: 1180px){.header-text-1{font-size:2.8125rem;font-weight:700;text-align:center}.header-text-2{font-size:2.1875rem;font-weight:600;text-align:center}.header-text-3{font-size:1.875rem;font-weight:600;text-align:center}.header-text-4{font-size:1.5625rem;font-weight:600;text-align:center}.mv-h1{font-size:1.25rem;font-weight:500;text-align:center}.mv-h2{font-size:1.125rem;text-align:center}.mv-h3,.mv-text{font-size:1rem;text-align:center}}.hidden,.desktop-hidden,.mobile-hidden{display:none;opacity:0}.elements-animation-hidden{opacity:0;transition:var(--transition-slow)}.elements-animation-show{opacity:1}.section{min-height:var(--section-min-height);display:flex;justify-content:center;align-items:center}.glassmorphism{background-color:var(--glassmorphism-color);box-shadow:0 4px 30px #0000001a;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border:1px solid rgba(100,100,100,.4)}.feature-box{padding:1rem 2rem;border-radius:10px;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:10px}.feature-box>*{font-size:1.25rem;color:var(--accent-color)}.line{width:100%;height:2px;background-color:var(--color-primary-blur)}.line-mobile,.line-vertical-mobile{display:none}.line-vertical{width:2px;height:80vh;background-color:var(--color-primary-blur)}.mobile-logo-island{display:none}@media only screen and (max-width: 820px){body{padding-bottom:70px}.mobile-logo-island{display:flex;align-items:center;justify-content:center;position:fixed;top:12px;left:50%;transform:translate(-50%);z-index:9998;background-color:#141414a6;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border:1px solid rgba(255,255,255,.1);border-radius:50px;padding:8px 18px;cursor:pointer;transition:transform var(--transition-fast),box-shadow var(--transition-fast);box-shadow:0 4px 20px #0000004d}.mobile-logo-island:active{transform:translate(-50%) scale(.95)}.mobile-logo-island img{height:22px;width:auto}}.btn{display:block;padding:1rem 2rem;border:none;border-radius:10px;text-align:center;cursor:pointer;transition:var(--transition-fast);border:1.5px solid transparent}.btn:hover{background-color:var(--accent-color)!important;color:var(--color-primary-100)!important}.btn:focus{background-color:var(--accent-color)!important;color:var(--color-primary-100)!important}.btn.rounded{border-radius:30px}.btn.outlined-primary{border:2px solid var(--color-primary-100)}.btn.outlined-secondary{border:2px solid var(--color-secondary-100)}.btn.outlined-accent{border:2px solid var(--accent-color)}.btn.disabled{border:2px solid var(--color-disabled)!important;color:var(--color-disabled)!important}.btn.disabled:hover{background-color:transparent!important}.btn.mobile-full{display:block;width:100%!important}@media only screen and (min-width: 768px) and (max-width: 820px) and (max-height: 1180px){.btn{padding:.9rem 1.8rem;font-size:.95rem}}.desktop-nav{display:flex;justify-content:center;align-items:center;position:fixed;width:100%;height:var(--navbar-height);z-index:9999;padding:1.2rem}.mobile-bottom-nav,#navToggler{display:none}#colorSchemeSwitcher{content:"";position:fixed;right:10px;width:50px;height:50px;border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:var(--transition-normal)}.inner-nav{display:flex;justify-content:space-between;align-items:center;height:100%;width:70%;padding:0 1.5rem;border-radius:50px;transition:var(--transition-normal)}.inner-nav.scrolled{background-color:var(--glassmorphism-color);box-shadow:0 4px 30px #0000001a;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.nav-logo{width:200px;display:flex;justify-content:center;align-self:center}.nav-menu{height:100%;display:flex;justify-content:center;align-items:center}.menu{position:relative;display:flex;justify-content:center;align-items:center;gap:20px;height:100%}.menu li{height:100%;list-style:none;display:flex;justify-content:center;align-items:center}.menu-item{text-decoration:none;color:var(--color-secondary-100);font-size:18px;transition:color var(--transition-normal)}.menu-item.active{color:var(--accent-color)}.menuActiveIndicator{position:absolute;height:3px;background:var(--accent-color);bottom:0;left:0;transform:translateY(-12px);transition:right .3s,left .1s}@media only screen and (max-width: 820px){.desktop-nav{display:none}.mobile-bottom-nav{display:flex;position:fixed;bottom:16px;left:0;right:0;margin:0 auto;width:fit-content;z-index:9999;background-color:#141414a6;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border:1px solid rgba(255,255,255,.1);border-radius:50px;padding:8px 6px;gap:4px;box-shadow:0 4px 20px #0000004d}.bottom-nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;padding:8px 18px;cursor:pointer;text-decoration:none;color:var(--color-secondary-50);border-radius:40px;transition:color .2s ease,background .2s ease;-webkit-tap-highlight-color:transparent}.bottom-nav-item i{font-size:1.1rem;transition:transform .2s cubic-bezier(.34,1.56,.64,1),color .2s ease}.bottom-nav-item span{font-size:.6rem;font-weight:600;letter-spacing:.03em;text-transform:uppercase}.bottom-nav-item.active{color:var(--accent-color);background:#4de2971a}.bottom-nav-item.active i{transform:translateY(-1px) scale(1.15)}.bottom-nav-item:hover{color:var(--accent-color)}}.form-input{margin:.5rem 0;padding:.75rem 1rem;border-radius:10px;display:flex;font-size:16px;width:100%;border:1px solid var(--accent-color);caret-color:var(--accent-color);transition:var(--transition-normal)}.form-input:focus{background-color:var(--color-secondary-30);color:var(--accent-color);caret-color:var(--accent-color);border:1px solid var(--color-secondary-30)}.contact-form{width:100%;max-width:800px;margin:0 auto;display:flex;flex-direction:column;z-index:1;gap:1rem}.contact-form-input-group{width:100%;margin-bottom:.5rem}.contact-form-single-element-row{display:flex;flex-direction:column;margin:1rem 0}.contact-form-two-element-row{display:flex;gap:1rem;margin:1rem 0}#btnToSendMessage{display:block;width:25%;margin-top:1rem}@media only screen and (min-width: 768px) and (max-width: 820px) and (max-height: 1180px){.contact-form{width:100%;max-width:600px;margin:0 auto;display:flex;flex-direction:column;z-index:1;gap:1rem}.contact-form-input-group{width:100%;margin-bottom:.5rem}.contact-form-single-element-row{display:flex;flex-direction:column;margin:1rem 0}.contact-form-two-element-row{display:flex;flex-direction:column;gap:1rem;margin:1rem 0}#btnToSendMessage{width:100%;margin-top:1rem}}.footer{min-height:300px;width:100%;background-color:var(--color-primary-100);display:grid;grid-template-columns:1fr 1fr;overflow:hidden}.footer .footer-logo{position:relative;display:flex;flex-direction:row;justify-self:center;align-items:flex-end;top:0;padding:1rem}.footer .footer-logo img{width:100%}.footer .footer-body{display:grid;grid-template-columns:1fr 1fr;padding:1rem 2rem}.footer .footer-body .footer-col{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:1rem}.footer .footer-body .footer-col ul{display:block;width:100%}.footer .footer-body .footer-col ul li{margin:.5rem 0}.footer .footer-body .footer-col a{transition:var(--transition-normal);font-size:20px}.footer .footer-body .footer-col a:hover{color:var(--accent-color)}.footer .footer-body .footer-copyright{position:absolute;bottom:0;right:0}@media only screen and (min-width: 768px) and (max-width: 820px) and (max-height: 1180px){.footer{min-height:300px;width:100%;background-color:var(--color-primary-100);display:flex;flex-direction:column;overflow:hidden}.footer .footer-logo{position:relative;display:flex;flex-direction:row;justify-self:center;align-items:flex-end;top:0}.footer .footer-logo img{width:100%}.footer .footer-body{display:flex;flex-direction:column;padding:2rem;width:100%;gap:2rem}.footer .footer-body .footer-col{display:flex;width:100%;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:1rem}.footer .footer-body .footer-col ul{display:block;width:100%}.footer .footer-body .footer-col a{transition:var(--transition-normal);font-size:20px}.footer .footer-body .footer-col a:hover{color:var(--accent-color)}.footer .footer-body .footer-copyright{bottom:0;position:relative}}.home-elements{width:80%;display:flex;align-items:center;justify-content:center;z-index:1}.home-elements .home-feature-location{width:75%;border-radius:100px;border:2px solid var(--accent-color)}.home-elements img{width:35%;object-fit:fill;z-index:1;animation:float 5s ease-in-out infinite}@media only screen and (min-width: 768px) and (max-width: 820px) and (max-height: 1180px){.home-elements{width:90%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;margin:0 auto;padding:2rem 0}.home-elements .home-feature-location{width:100%}.home-elements img{width:60%;max-width:300px}}.about-v2{display:flex;align-items:center;gap:5rem;width:80%;margin:5rem 0;z-index:1}.about-v2-photo{flex-shrink:0;display:flex;justify-content:center;align-items:center}.about-v2-photo-ring{width:280px;height:280px;border-radius:50%;padding:4px;background:linear-gradient(135deg,var(--accent-color),transparent 60%);animation:float 5s ease-in-out infinite}.about-v2-photo-ring img{width:100%;height:100%;border-radius:50%;object-fit:cover;object-position:center top;display:block}.about-v2-content{display:flex;flex-direction:column;gap:1.5rem;flex:1}.about-v2-tag{font-size:.85rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;opacity:.8}.about-v2-bio{color:var(--color-secondary-80);line-height:1.8;text-align:left}.about-v2-stats{display:flex;gap:2.5rem}.about-v2-stat{display:flex;flex-direction:column;gap:.2rem}.about-v2-stat-value{font-size:2rem;font-weight:700;line-height:1}.about-v2-stat-label{font-size:.8rem;color:var(--color-secondary-60);text-transform:uppercase;letter-spacing:.1em}.about-v2-btn{align-self:flex-start}@media only screen and (max-width: 767px){.about-v2{flex-direction:column;gap:2.5rem;width:100%;margin:3rem 0;text-align:center}.about-v2-photo-ring{width:200px;height:200px}.about-v2-content{align-items:center}.about-v2-bio{text-align:center}.about-v2-stats{justify-content:center;gap:2rem}.about-v2-btn{align-self:stretch;text-align:center}}@media only screen and (min-width: 768px) and (max-width: 1024px){.about-v2{gap:3rem;width:90%}.about-v2-photo-ring{width:220px;height:220px}}.skills-carousel-card{border-radius:15px;padding:1.5rem 0;overflow:hidden;position:relative}.skills-carousel-wrapper{overflow:hidden;width:100%;mask-image:linear-gradient(to right,transparent,black 12%,black 88%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,black 12%,black 88%,transparent)}.skills-carousel-track{display:flex;gap:2.5rem;width:max-content;animation:carousel-scroll 30s linear infinite;padding:.5rem 0}.skills-carousel-track:hover{animation-play-state:paused}.skills-carousel-item{display:flex;flex-direction:column;align-items:center;gap:.5rem;min-width:80px}.skills-carousel-item img{width:52px;height:52px;object-fit:contain;filter:grayscale(20%);transition:var(--transition-fast)}.skills-carousel-item:hover img{filter:grayscale(0%) drop-shadow(0 0 8px var(--accent-color));transform:translateY(-4px)}.skills-carousel-item span{font-size:.75rem;color:var(--color-secondary-70);transition:var(--transition-fast)}.skills-carousel-item:hover span{color:var(--accent-color)}@keyframes carousel-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.project{margin:5rem 0;transition:var(--transition-normal);height:28rem;width:85%;gap:2px}.project .project-image-container{flex-basis:35%;border:1px solid var(--color-primary-100);position:relative;overflow:hidden}.project .project-image-container img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0}.project .project-content{flex-basis:65%;box-sizing:border-box;display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--color-primary-100)}.project .project-content .project-title{color:var(--accent-color);display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:1rem 2rem;border-bottom:5px solid var(--color-primary-100)}.project .project-content .project-title .technologies{display:flex;margin:1rem 0;justify-content:flex-end;width:30%;gap:10px}.project .project-content .project-title .technologies img{width:20%;border:none}.project .project-content .project-body{display:flex;flex-direction:column;flex-grow:1;overflow:hidden}.project .project-content .project-body .project-text{flex-grow:1;width:100%;margin-top:1rem;padding:1rem 3rem;overflow-y:auto;scroll-behavior:smooth;scrollbar-color:var(--accent-color) transparent;overflow-y:scroll;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.project .project-content .project-body .project-text .mv-text{font-size:1.2rem;text-align:left;line-height:1.6}.project .project-content .project-body .project-footer{padding:1rem 2rem;display:flex;justify-content:flex-start;align-items:center;flex-shrink:0}.project .project-content .project-body .project-footer .btn{width:40%;min-width:150px}.project.style-1{display:flex;flex-direction:row}.project.style-1 .project-image-container{border-radius:15px 0 0 15px}.project.style-1 .project-content{border-radius:0 15px 15px 0}.project.style-2{display:flex;flex-direction:row-reverse}.project.style-2 .project-image-container{border-radius:0 15px 15px 0}.project.style-2 .project-content{border-radius:15px 0 0 15px}@media only screen and (min-width: 768px) and (max-width: 820px) and (max-height: 1180px){.project{margin:5rem 0;transition:var(--transition-normal);height:47.5rem;width:90%;gap:2px}.project.mobile-style{display:flex;flex-direction:column}.project.mobile-style .project-image-container{flex-basis:40%;border-radius:15px 15px 0 0;border:1px solid var(--color-primary-100);position:relative;overflow:hidden}.project.mobile-style .project-image-container img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0}.project.mobile-style .project-content{flex-basis:60%;box-sizing:border-box;display:flex;flex-direction:column;overflow:hidden;border-radius:0 0 15px 15px;border:1px solid var(--color-primary-100)}.project.mobile-style .project-content .project-title{color:var(--accent-color);display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1rem 2rem;border-bottom:5px solid var(--color-primary-100)}.project.mobile-style .project-content .project-title .technologies{display:flex;margin:1rem 0;justify-content:center;width:30%;gap:10px}.project.mobile-style .project-content .project-title .technologies img{width:25%;border:none}.project.mobile-style .project-content .project-body{display:flex;flex-direction:column;flex-grow:1;overflow:hidden}.project.mobile-style .project-content .project-body .project-text{flex-grow:1;margin-top:1rem;padding:1rem 2rem;overflow-y:auto;scroll-behavior:smooth;scrollbar-color:var(--accent-color) transparent;overflow-y:scroll;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.project.mobile-style .project-content .project-body .project-text .mv-text{font-size:1.2rem;text-align:left;line-height:1.5}.project.mobile-style .project-content .project-body .project-footer{padding:1rem 2rem;display:flex;justify-content:flex-start;align-items:center;flex-shrink:0}.project.mobile-style .project-content .project-body .project-footer .btn{width:60%;min-width:120px}}.contact-v2-section{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:8rem 0 4rem;gap:3rem;z-index:1}.contact-v2-header{width:80%;display:flex;flex-direction:column;gap:.75rem}.contact-v2-subtitle{color:var(--color-secondary-70);text-align:left;max-width:500px}.contact-v2-body{width:80%;display:flex;gap:3rem;align-items:flex-start}.contact-v2-form{flex:1;display:flex;flex-direction:column;gap:1.25rem;padding:2rem;border-radius:15px}.contact-v2-row{display:flex;gap:1rem}.contact-v2-field{display:flex;flex-direction:column;gap:.4rem;flex:1}.contact-v2-label{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--color-secondary-60)}.contact-v2-submit{align-self:flex-start;display:inline-flex;align-items:center;margin-top:.5rem}.contact-v2-form .form-input{background-color:var(--color-primary-80);color:var(--color-secondary-100);border:1px solid var(--color-secondary-20)}.contact-v2-form .form-input::placeholder{color:var(--color-secondary-40)}.contact-v2-form .form-input:focus{background-color:var(--color-primary-70);border-color:var(--accent-color);color:var(--color-secondary-100)}.contact-v2-aside{width:280px;flex-shrink:0;display:flex;flex-direction:column;gap:2.5rem;padding-top:.5rem}.contact-v2-aside-block{display:flex;flex-direction:column;gap:.75rem}.contact-v2-copy-btn{display:flex;align-items:center;gap:.75rem;background:none;border:none;cursor:pointer;padding:0;transition:var(--transition-fast);text-align:left}.contact-v2-copy-btn span{color:var(--color-secondary-80);transition:var(--transition-fast)}.contact-v2-copy-btn:hover span{color:var(--accent-color)}.contact-v2-copied{font-size:.8rem;font-weight:600}.contact-v2-socials{display:flex;gap:1.5rem}.contact-v2-socials .social-media-icon{font-size:22px;display:flex;justify-content:center;align-items:center;cursor:pointer;width:55px;height:55px;border-radius:50%;color:var(--accent-color);transition:var(--transition-normal);position:relative}.contact-v2-socials .social-media-icon:after{pointer-events:none;position:absolute;width:100%;height:100%;border-radius:50%;content:"";box-sizing:content-box;box-shadow:0 0 0 3px var(--accent-color);top:0;left:0;opacity:0;transition:var(--transition-normal)}.contact-v2-socials .social-media-icon:hover{background-color:var(--accent-color);color:var(--color-primary-100)!important}.contact-v2-socials .social-media-icon:hover:after{opacity:1;transform:scale(1.15)}@media only screen and (max-width: 767px){.contact-v2-section{padding:6.5rem 0 3rem!important;gap:2rem}.contact-v2-header,.contact-v2-body{width:90%}.contact-v2-body{flex-direction:column;gap:2rem}.contact-v2-form{width:100%!important}.contact-v2-row{flex-direction:column}.contact-v2-aside{width:100%}.contact-v2-submit{align-self:stretch;justify-content:center}}@media only screen and (min-width: 768px) and (max-width: 1024px){.contact-v2-header,.contact-v2-body{width:90%}.contact-v2-aside{width:220px}}.navbar{width:100%;position:fixed;top:0;z-index:1000;background-color:var(--color-primary-100);padding:1rem}.navbar .inner-navbar{width:90%;max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.navbar .logo img{width:50px;height:auto}.navbar .close-btn a{font-size:2rem;color:var(--color-secondary-100);text-decoration:none;transition:var(--transition-normal);transform:rotate(45deg);display:inline-block}.navbar .close-btn a:hover{color:var(--accent-color);transform:rotate(45deg) scale(1.1)}.project-detailed{margin-top:100px;padding:2rem;max-width:1200px;margin-left:auto;margin-right:auto}.project-detailed .header{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem;padding-bottom:1rem;border-bottom:2px solid var(--accent-color)}.project-detailed .header h1{color:var(--accent-color);margin:0}.project-detailed .header .technologies-block{display:flex;gap:1rem;align-items:center}.project-detailed .header .technologies-block img{width:40px;height:40px;object-fit:contain}.project-detailed .project-body{display:flex;flex-direction:column;gap:3rem}.project-detailed .project-body .image-and-description{display:flex;gap:2rem;align-items:flex-start}.project-detailed .project-body .image-and-description img{width:40%;max-width:400px;border-radius:15px;border:2px solid var(--accent-color)}.project-detailed .project-body .image-and-description .line-vertical{width:2px;height:200px;background-color:var(--accent-color);margin:0 1rem}.project-detailed .project-body .image-and-description .text-body{flex:1}.project-detailed .project-body .image-and-description .text-body h1{color:var(--accent-color);margin-bottom:1rem}.project-detailed .project-body .image-and-description .text-body p{line-height:1.6;text-align:left}.project-detailed .project-body .description-and-video{display:flex;flex-direction:column;gap:2rem}.project-detailed .project-body .description-and-video .text-body h1{color:var(--accent-color);margin-bottom:1rem}.project-detailed .project-body .description-and-video .text-body p{line-height:1.6;text-align:left}.project-detailed .project-body .description-and-video .project-video{width:100%;height:400px;border-radius:15px;border:2px solid var(--accent-color)}@media only screen and (max-width: 768px),only screen and (min-width: 768px) and (max-width: 820px) and (max-height: 1180px){.project-detailed{margin-top:80px;padding:1.5rem}.project-detailed .header{flex-direction:column;gap:1.5rem;text-align:left;margin-bottom:2.5rem}.project-detailed .header h1{text-align:left;font-size:1.8rem}.project-detailed .header .technologies-block{justify-content:flex-start;gap:.8rem}.project-detailed .header .technologies-block img{width:35px;height:35px}.project-detailed .project-body{gap:2.5rem}.project-detailed .project-body .image-and-description{flex-direction:column;gap:1.5rem}.project-detailed .project-body .image-and-description img{width:100%;max-width:none;margin-bottom:.5rem}.project-detailed .project-body .image-and-description .line-vertical{display:none}.project-detailed .project-body .image-and-description .text-body h1{text-align:left;font-size:1.5rem;margin-bottom:1.2rem}.project-detailed .project-body .image-and-description .text-body p{text-align:left;line-height:1.7;margin-bottom:1rem;font-size:1rem}.project-detailed .project-body .description-and-video{gap:2rem}.project-detailed .project-body .description-and-video .text-body h1{text-align:left;font-size:1.5rem;margin-bottom:1.2rem}.project-detailed .project-body .description-and-video .text-body p{text-align:left;line-height:1.7;margin-bottom:1rem;font-size:1rem}.project-detailed .project-body .description-and-video .project-video{height:250px;margin-top:.5rem}.navbar .inner-navbar{width:95%}.navbar .logo img{width:40px}}#onload-animation{display:block;position:fixed;top:0;opacity:1;background:var(--color-primary-100);z-index:9999999;height:100%;width:100%;overflow-y:hidden;transition:opacity .8s ease,top .8s ease}#onload-animation.onload{opacity:0;top:-10px;overflow-y:hidden!important;pointer-events:none}#animation-logo-white{display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:15%;opacity:0;transition:opacity .4s ease-in-out;-webkit-transition:opacity .4s ease-in-out}#animation-logo-white.fadeIn{opacity:1;animation:fadeIn .3s ease-in-out;-webkit-animation:fadeIn .3s ease-in-out;animation-fill-mode:both;-webkit-animation-fill-mode:both}#animation-logo-white.fadeOut{opacity:0;animation:fadeOut .3s ease-in-out;-webkit-animation:fadeOut .3s ease-in-out;animation-fill-mode:both;-webkit-animation-fill-mode:both}#animation-logo-green{display:block;width:15%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:0;transition:opacity .4s ease-in-out;-webkit-transition:opacity .4s ease-in-out}#animation-logo-green.fadeIn{opacity:1;animation:fadeIn .3s ease-in-out;-webkit-animation:fadeIn .3s ease-in-out;animation-fill-mode:both;-webkit-animation-fill-mode:both}#animation-logo-green.fadeOut{opacity:0;animation:fadeOut .3s ease-in-out;-webkit-animation:fadeOut .3s ease-in-out;animation-fill-mode:both;-webkit-animation-fill-mode:both}@keyframes openLoadAnimation{0%{opacity:1}to{opacity:0}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes float{0%{transform:translatey(0)}50%{transform:translatey(-15px)}to{transform:translatey(0)}}@keyframes fadeInUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@media only screen and (max-width: 767px){#animation-logo-green,#animation-logo-white{width:40%}.header-text-1{font-size:2.8125rem;font-weight:700;text-align:center}.header-text-2{font-size:2.1875rem;font-weight:600;text-align:center}.header-text-3{font-size:1.875rem;font-weight:600;text-align:center}.header-text-4{font-size:1.5625rem;font-weight:600;text-align:center}.mv-h1{font-size:1.25rem;font-weight:500;text-align:center}.mv-h2{font-size:1.125rem;text-align:center}.mv-h3,.mv-text{font-size:1rem;text-align:center}.mobile-hidden{display:none;opacity:0}.line-mobile{display:block;width:100%;height:2px;background-color:var(--color-primary-blur)}.line-vertical-mobile{width:2px;height:100vh;background-color:var(--color-primary-blur)}.glassmorphism.hidden-on-mobile{background-color:transparent;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none;border:none}#colorSchemeSwitcher{display:none;opacity:0}.nav-toggler{position:fixed;right:30px;display:block;background-color:transparent;border:none;cursor:pointer;z-index:100}.nav-toggler .bar{display:block;width:30px;height:2px;background-color:var(--color-secondary-100);margin:5px auto;transition:.4s;z-index:201}.nav-toggler.opened .bar:nth-child(1){opacity:0}.nav-toggler.opened .bar:nth-child(2){opacity:1;transform:rotate(45deg)}.nav-toggler.opened .bar:nth-child(3){transform:rotate(135deg) translate(-5px,5px)}nav{padding:0;height:var(--navbar-height-mobile);background-color:var(--color-primary-100)!important}.nav-logo{position:absolute;left:30px}#navToggler{display:block}.menuActiveIndicator{opacity:0}.inner-nav{width:100%;border-radius:0;padding:0}.nav-menu{position:fixed;top:75px;width:100%;height:0;display:block;z-index:1000;overflow:hidden;transition:height .4s ease-in-out;border-radius:0 0 25px 25px;background-color:var(--glassmorphism-color);box-shadow:0 4px 30px #0000001a;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.nav-menu.opened{height:38vh}.nav-menu .menu{display:flex;flex-direction:column;width:100%;padding:0;margin:0;gap:0!important}.nav-menu .menu li{display:flex;justify-content:flex-start;align-items:center;width:100%;padding:1rem 0;margin:0;opacity:0;transition:opacity .6s ease-in-out}.nav-menu .menu li.show{opacity:1}.nav-menu.closing{height:0;transition:height .6s ease-in-out}.nav-menu.closing .menu{opacity:0;transition:opacity .2s ease-in-out}.nav-menu .menu li:nth-child(1){transition-delay:.1s}.nav-menu .menu li:nth-child(2){transition-delay:.2s}.nav-menu .menu li:nth-child(3){transition-delay:.3s}.nav-menu .menu li:nth-child(4){transition-delay:.4s}.nav-menu .menu li .menu-item{display:flex;justify-content:flex-start;width:fit-content;align-items:center;text-align:center;margin-left:1.5rem;font-size:20px}.home-elements{width:100%;display:flex;flex-direction:column-reverse;align-items:center;justify-content:center;z-index:1}.home-elements .home-elements-content{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2rem;padding:1rem}.home-elements .home-elements-content .home-feature-location{width:100%}.home-elements .home-elements-content h1{text-align:center}.home-elements img{width:100%;max-width:60%;z-index:1;animation:float 5s ease-in-out infinite}.about-elements{display:flex;flex-direction:column;height:100%;width:100%;background-color:transparent;justify-content:center;align-items:center;animation:none}.about-elements .about-image{display:flex;justify-content:center;align-items:center;border-radius:50%;border:2.5px solid var(--accent-color);margin:1rem;width:50%;animation:float 5s infinite}.about-elements .about-image img{width:100%;height:100%;border-radius:50%;object-fit:cover}.about-elements .about-body{flex-basis:75%;padding:0;width:100%}.about-elements .about-body .about-title{display:flex;flex-direction:column;border-bottom:5px solid transparent!important}.about-elements .about-body .about-title #aboutCodeIcon{font-size:38px;display:none}.about-elements .about-body .about-text{padding:1rem!important}.about-elements .about-body .about-text .btn{display:block;width:100%}.about-elements .about-body .btn{width:100%!important;align-self:center}.techStack-item{display:inline-flex;justify-content:center;align-items:center;width:100%;padding:1rem;transition:var(--transition-fast)}.techStack-item img{width:50%;object-fit:cover}.techStack-item.techstack-mastering-item img{transform:translateY(0);animation:float 4s ease-in-out infinite;width:45%}.project{margin:2.5rem 0;transition:var(--transition-normal);height:47.5rem;width:90%;gap:2px}.project.mobile-style{display:flex;flex-direction:column}.project.mobile-style .project-image-container{flex-basis:40%;border-radius:15px 15px 0 0;border:1px solid var(--color-primary-100);position:relative;overflow:hidden}.project.mobile-style .project-image-container img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0}.project.mobile-style .project-content{flex-basis:60%;box-sizing:border-box;display:flex;flex-direction:column;overflow:hidden;border-radius:0 0 15px 15px;border:1px solid var(--color-primary-100)}.project.mobile-style .project-content .project-title{color:var(--accent-color);display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1rem 2rem;border-bottom:5px solid var(--color-primary-100)}.project.mobile-style .project-content .project-title .technologies{display:flex;margin:1rem 0;justify-content:center;width:30%;gap:10px}.project.mobile-style .project-content .project-title .technologies img{width:25%;border:none}.project.mobile-style .project-content .project-body{display:flex;flex-direction:column;flex-grow:1;overflow:hidden}.project.mobile-style .project-content .project-body .project-text{flex-grow:1;margin-top:1rem;padding:1rem 2rem;overflow-y:auto;scroll-behavior:smooth;scrollbar-color:var(--accent-color) transparent;overflow-y:scroll;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.project.mobile-style .project-content .project-body .project-text .mv-text{font-size:1.2rem;text-align:left;line-height:1.5}.project.mobile-style .project-content .project-body .project-footer{padding:1rem 2rem;display:flex;justify-content:flex-start;align-items:center;flex-shrink:0}.project.mobile-style .project-content .project-body .project-footer .btn{width:60%;min-width:120px}#Contact{overflow:hidden;z-index:1;min-height:100vh;display:flex;flex-direction:column;padding:1.5rem 0;gap:2rem}.contact-aside{width:100%;height:100%;flex-wrap:wrap-reverse;display:flex!important;flex-direction:column!important;justify-content:center;align-items:center;z-index:1;padding:1.5rem;gap:2rem}.contact-form{width:100%;max-width:500px;margin:3rem auto 0;display:flex;flex-direction:column;z-index:1;padding:1.5rem;gap:1rem}.contact-form-input-group{width:100%;margin-bottom:.5rem}.contact-form-single-element-row{display:flex;flex-direction:column;margin:1rem 0}.contact-form-two-element-row{display:flex;flex-direction:column;gap:1rem;margin:1rem 0}.socials-container{display:flex;flex-direction:column;align-items:center;gap:1rem;width:100%}.social-icons-grid{display:flex;justify-content:center;align-items:center;gap:1rem;flex-direction:row;flex-wrap:nowrap}.contact-aside .cv-container,.contact-aside .email-container{width:100%;display:flex;flex-direction:column;align-items:center;gap:1rem}.contact-aside .cv-container .btn,.contact-aside .email-container .btn{width:100%;max-width:280px;min-height:45px;display:flex;align-items:center;justify-content:center;text-align:center;padding:.75rem;font-size:.9rem}.footer{min-height:300px;width:100%;background-color:var(--color-primary-100);display:flex;flex-direction:column;overflow:hidden}.footer .footer-logo{position:relative;display:flex;flex-direction:row;justify-self:center;align-items:flex-end;top:0}.footer .footer-logo img{width:100%}.footer .footer-body{display:flex;flex-direction:column;padding:2rem;width:100%;gap:2rem}.footer .footer-body .footer-col{display:flex;width:100%;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:1rem}.footer .footer-body .footer-col ul{display:block;width:100%}.footer .footer-body .footer-col a{transition:var(--transition-normal);font-size:20px}.footer .footer-body .footer-col a:hover{color:var(--accent-color)}.footer .footer-body .footer-copyright{bottom:0;position:relative}}@media only screen and (min-width: 768px) and (max-width: 820px) and (max-height: 1180px){#animation-logo-green,#animation-logo-white{width:40%}.header-text-1{font-size:2.8125rem;font-weight:700;text-align:center}.header-text-2{font-size:2.1875rem;font-weight:600;text-align:center}.header-text-3{font-size:1.875rem;font-weight:600;text-align:center}.header-text-4{font-size:1.5625rem;font-weight:600;text-align:center}.mv-h1{font-size:1.25rem;font-weight:500;text-align:center}.mv-h2{font-size:1.125rem;text-align:center}.mv-h3,.mv-text{font-size:1rem;text-align:center}.mobile-hidden{display:none;opacity:0}.line-mobile{display:block;width:100%;height:2px;background-color:var(--color-primary-blur)}.line-vertical-mobile{width:2px;height:100vh;background-color:var(--color-primary-blur)}.glassmorphism.hidden-on-mobile{background-color:transparent;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none;border:none}#colorSchemeSwitcher{display:none;opacity:0}.nav-toggler{position:fixed;right:30px;display:block;background-color:transparent;border:none;cursor:pointer;z-index:100}.nav-toggler .bar{display:block;width:30px;height:2px;background-color:var(--color-secondary-100);margin:5px auto;transition:.4s;z-index:201}.nav-toggler.opened .bar:nth-child(1){opacity:0}.nav-toggler.opened .bar:nth-child(2){opacity:1;transform:rotate(45deg)}.nav-toggler.opened .bar:nth-child(3){transform:rotate(135deg) translate(-5px,5px)}nav{padding:0;height:var(--navbar-height-mobile);background-color:var(--color-primary-100)!important}.nav-logo{position:absolute;left:30px}#navToggler{display:block}.menuActiveIndicator{opacity:0}.inner-nav{width:100%;border-radius:0;padding:0}.nav-menu{position:fixed;top:75px;width:100%;height:0;display:block;z-index:1000;overflow:hidden;transition:height .4s ease-in-out;border-radius:0 0 25px 25px;background-color:var(--glassmorphism-color);box-shadow:0 4px 30px #0000001a;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.nav-menu.opened{height:38vh}.nav-menu .menu{display:flex;flex-direction:column;width:100%;padding:0;margin:0;gap:0!important}.nav-menu .menu li{display:flex;justify-content:flex-start;align-items:center;width:100%;padding:1rem 0;margin:0;opacity:0;transition:opacity .6s ease-in-out}.nav-menu .menu li.show{opacity:1}.nav-menu.closing{height:0;transition:height .6s ease-in-out}.nav-menu.closing .menu{opacity:0;transition:opacity .2s ease-in-out}.nav-menu .menu li:nth-child(1){transition-delay:.1s}.nav-menu .menu li:nth-child(2){transition-delay:.2s}.nav-menu .menu li:nth-child(3){transition-delay:.3s}.nav-menu .menu li:nth-child(4){transition-delay:.4s}.nav-menu .menu li .menu-item{color:var(--color-secondary-100);text-decoration:none;font-size:1.2rem;font-weight:500;transition:var(--transition-normal);width:100%;padding:1rem 2rem;display:block}.home-elements{width:90%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;margin:0 auto;padding:2rem 0}.home-elements .home-elements-content{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;text-align:center}.home-elements .home-elements-content .home-feature-location{width:100%}.home-elements .home-elements-content h1{text-align:center}.home-elements img{width:60%;max-width:300px;z-index:1;animation:float 5s ease-in-out infinite}.about-elements{width:90%;margin:3rem 0;height:auto;min-height:auto;display:flex;flex-direction:column;align-items:stretch;background-color:var(--glassmorphism-color);border-radius:15px;animation:float infinite 5s}.about-elements .about-image{flex-basis:40%;height:300px;display:flex;align-items:center;justify-content:center;border-radius:15px 15px 0 0;border-bottom:5px solid var(--color-primary-100);overflow:hidden}.about-elements .about-image img{width:100%;height:100%;object-fit:cover}.about-elements .about-body{flex-basis:60%;display:flex;flex-direction:column;height:auto;border-radius:0 0 15px 15px}.about-elements .about-body .about-title{flex-shrink:0;padding:1.5rem 2rem;border-bottom:5px solid var(--color-primary-100);display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.about-elements .about-body .about-title #aboutCodeIcon{font-size:40px;display:inline-flex;margin-bottom:1rem}.about-elements .about-body .about-text{flex-grow:1;padding:2rem;overflow:visible}.about-elements .about-body .about-text .btn{width:100%;margin-top:1rem}.techStack-item{width:80px;height:80px;margin:.5rem}.techStack-item img{width:100%;height:100%}.techStack-item.techstack-mastering-item img{width:100%;height:100%}.project{margin:5rem 0;transition:var(--transition-normal);height:47.5rem;width:90%;gap:2px}.project.mobile-style{display:flex;flex-direction:column}.project.mobile-style .project-image-container{flex-basis:40%;border-radius:15px 15px 0 0;border:1px solid var(--color-primary-100);position:relative;overflow:hidden}.project.mobile-style .project-image-container img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0}.project.mobile-style .project-content{flex-basis:60%;box-sizing:border-box;display:flex;flex-direction:column;overflow:hidden;border-radius:0 0 15px 15px;border:1px solid var(--color-primary-100)}.project.mobile-style .project-content .project-title{color:var(--accent-color);display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1rem 2rem;border-bottom:5px solid var(--color-primary-100)}.project.mobile-style .project-content .project-title .technologies{display:flex;margin:1rem 0;justify-content:center;width:30%;gap:10px}.project.mobile-style .project-content .project-title .technologies img{width:25%;border:none}.project.mobile-style .project-content .project-body{display:flex;flex-direction:column;flex-grow:1;overflow:hidden}.project.mobile-style .project-content .project-body .project-text{flex-grow:1;margin-top:1rem;padding:1rem 2rem;overflow-y:auto;scroll-behavior:smooth;scrollbar-color:var(--accent-color) transparent;overflow-y:scroll;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.project.mobile-style .project-content .project-body .project-text .mv-text{font-size:1.2rem;text-align:left;line-height:1.5}.project.mobile-style .project-content .project-body .project-footer{padding:1rem 2rem;display:flex;justify-content:flex-start;align-items:center;flex-shrink:0}.project.mobile-style .project-content .project-body .project-footer .btn{width:60%;min-width:120px}#Contact{overflow:hidden;z-index:1;min-height:100vh;display:flex;flex-direction:column;padding:1.5rem 0;gap:2rem}.contact-aside{width:100%;height:100%;flex-wrap:wrap-reverse;display:flex!important;flex-direction:column!important;justify-content:center;align-items:center;z-index:1;padding:1.5rem;gap:2rem}.contact-form{width:100%;max-width:500px;margin:3rem auto 0;display:flex;flex-direction:column;z-index:1;padding:1.5rem;gap:1rem}.contact-form-input-group{width:100%;margin-bottom:.5rem}.contact-form-single-element-row{display:flex;flex-direction:column;margin:1rem 0}.contact-form-two-element-row{display:flex;flex-direction:column;gap:1rem;margin:1rem 0}.socials-container{display:flex;flex-direction:column;align-items:center;gap:1rem;width:100%}.social-icons-grid{display:flex;justify-content:center;align-items:center;gap:1rem;flex-direction:row;flex-wrap:nowrap}.contact-aside .cv-container,.contact-aside .email-container{width:100%;display:flex;flex-direction:column;align-items:center;gap:1rem}.contact-aside .cv-container .btn,.contact-aside .email-container .btn{width:100%;max-width:280px;min-height:45px;display:flex;align-items:center;justify-content:center;text-align:center;padding:.75rem;font-size:.9rem}.footer{min-height:300px;width:100%;background-color:var(--color-primary-100);display:flex;flex-direction:column;overflow:hidden}.footer .footer-logo{position:relative;display:flex;flex-direction:row;justify-self:center;align-items:flex-end;top:0}.footer .footer-logo img{width:100%}.footer .footer-body{display:flex;flex-direction:column;padding:2rem;width:100%;gap:2rem}.footer .footer-body .footer-col{display:flex;width:100%;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:1rem}.footer .footer-body .footer-col ul{display:block;width:100%}.footer .footer-body .footer-col a{transition:var(--transition-normal);font-size:20px}.footer .footer-body .footer-col a:hover{color:var(--accent-color)}.footer .footer-body .footer-copyright{bottom:0;position:relative}}@media only screen and (min-width: 768px) and (max-width: 1024px) and (min-height: 1024px){.navbar{width:100%;position:fixed;top:0;z-index:1000}.navbar .inner-navbar{width:90%;max-width:900px}.navbar .nav-links{display:flex!important;flex-direction:row;position:static;background:none;width:auto;height:auto;transform:none;opacity:1;visibility:visible}.hamburger{display:none!important}main{margin-top:80px}.home-elements{width:90%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:2rem}.home-elements .home-elements-content{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:1.5rem;padding:1rem}.home-elements .home-elements-content .home-feature-location{width:100%}.home-elements .home-elements-content h1{text-align:left;font-size:2.5rem}.home-elements img{width:45%;max-width:400px;z-index:1;animation:float 5s ease-in-out infinite}.about-elements{width:90%;margin:3rem 0;min-height:400px;max-height:600px;height:auto;display:flex;flex-direction:row;align-items:stretch;background-color:var(--glassmorphism-color);border-radius:15px;animation:float infinite 5s}.about-elements .about-image{flex:0 0 35%;border-radius:15px 0 0 15px;border-right:5px solid var(--color-primary-100);overflow:hidden;display:flex;align-items:center;justify-content:center}.about-elements .about-image img{width:100%;height:100%;object-fit:cover}.about-elements .about-body{flex:1 1 0;display:flex;flex-direction:column;justify-content:space-between;height:100%;border-radius:0 15px 15px 0}.about-elements .about-body .about-title{flex-shrink:0;padding:1.5rem 2rem;border-bottom:5px solid var(--color-primary-100);display:flex;flex-direction:row;justify-content:space-between;align-items:center}.about-elements .about-body .about-title #aboutCodeIcon{font-size:50px;display:inline-flex}.about-elements .about-body .about-text{flex:1;display:flex;flex-direction:column;justify-content:center;padding:2rem}.about-elements .about-body .about-text .btn{width:auto;min-width:150px;margin-top:1rem}.about-elements .about-body .btn{width:30%!important;align-self:flex-end;margin:1rem}.project{margin:3rem 0;transition:var(--transition-normal);height:auto;min-height:400px;width:90%;gap:2px}.project.style-1,.project.style-2{display:flex;flex-direction:row;height:auto;min-height:400px}.project.style-1 .project-image-container,.project.style-2 .project-image-container{flex-basis:35%;border-radius:15px 0 0 15px;border:1px solid var(--color-primary-100);position:relative;overflow:hidden;min-height:300px}.project.style-1 .project-image-container img,.project.style-2 .project-image-container img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0}.project.style-1 .project-content,.project.style-2 .project-content{flex-basis:65%;box-sizing:border-box;display:flex;flex-direction:column;overflow:hidden;border-radius:0 15px 15px 0;border:1px solid var(--color-primary-100)}.project.style-1 .project-content .project-title,.project.style-2 .project-content .project-title{color:var(--accent-color);display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:1rem 2rem;border-bottom:5px solid var(--color-primary-100);flex-shrink:0}.project.style-1 .project-content .project-title .technologies,.project.style-2 .project-content .project-title .technologies{display:flex;margin:1rem 0;justify-content:flex-end;width:30%;gap:10px}.project.style-1 .project-content .project-title .technologies img,.project.style-2 .project-content .project-title .technologies img{width:20%;border:none}.project.style-1 .project-content .project-body,.project.style-2 .project-content .project-body{display:flex;flex-direction:column;flex-grow:1;overflow:hidden}.project.style-1 .project-content .project-body .project-text,.project.style-2 .project-content .project-body .project-text{flex-grow:1;margin-top:1rem;padding:1rem 2rem;overflow-y:auto;scroll-behavior:smooth;scrollbar-color:var(--accent-color) transparent;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.project.style-1 .project-content .project-body .project-text .mv-text,.project.style-2 .project-content .project-body .project-text .mv-text{font-size:1.1rem;line-height:1.6}.project.style-1 .project-content .project-body .project-footer,.project.style-2 .project-content .project-body .project-footer{padding:1rem 2rem;display:flex;justify-content:flex-end;align-items:center;flex-shrink:0}#Contact{min-height:80vh;display:flex;flex-direction:column;justify-content:center;padding:2rem 0;gap:2.5rem}.contact-aside{width:100%;height:auto;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;gap:3rem;padding:2rem}.contact-form{width:60%;margin:0;display:flex;flex-direction:column;padding:2rem;gap:1.5rem;max-width:700px}.socials-container{display:flex;flex-direction:column;align-items:center;gap:1rem;width:100%}.social-icons-grid{display:flex;justify-content:center;align-items:center;gap:1rem;flex-direction:row;flex-wrap:nowrap}.contact-aside .cv-container,.contact-aside .email-container{width:100%;display:flex;flex-direction:column;align-items:center;gap:1rem}.contact-aside .cv-container .btn,.contact-aside .email-container .btn{width:100%;max-width:220px;min-height:40px;display:flex;align-items:center;justify-content:center;text-align:center;padding:.75rem;font-size:.85rem}.cv-container{width:35%;display:flex;flex-direction:column;align-items:center;justify-content:center}.footer .footer-body{padding:2rem;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;gap:2rem}.footer .footer-body .footer-col{flex:1;display:flex;flex-direction:column;align-items:flex-start;gap:1rem}.footer .footer-body .footer-col ul{display:flex;flex-direction:column;gap:.5rem}.footer .footer-body .footer-col a{font-size:16px;transition:var(--transition-normal)}.footer .footer-body .footer-col a:hover{color:var(--accent-color)}.footer .footer-body .footer-copyright{width:100%;text-align:center;margin-top:2rem;padding-top:1rem;border-top:1px solid var(--color-primary-30)}}.bg-area-index{width:100%;height:160vh;position:absolute}.bg-area-contact{width:100%;height:100vh;position:absolute}.bg-circles{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;transition:.3s all ease-in-out}.bg-circles li{position:absolute;display:block;list-style:none;width:20px;height:20px;background-color:var(--menu-background-color);box-shadow:0 4px 30px #0000001a;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border:1px solid rgba(100,100,100,.4);animation:animate 25s linear infinite;bottom:-150px}.bg-circles li:nth-child(1){left:25%;width:80px;height:80px;animation-delay:0s}.bg-circles li:nth-child(2){left:10%;width:20px;height:20px;animation-delay:2s;animation-duration:12s;background-color:var(--accent-color)}.bg-circles li:nth-child(3){left:70%;width:20px;height:20px;animation-delay:4s;background-color:var(--accent-color)}.bg-circles li:nth-child(4){left:40%;width:60px;height:60px;animation-delay:0s;animation-duration:18s;background-color:var(--accent-color)}.bg-circles li:nth-child(5){left:65%;width:20px;height:20px;animation-delay:0s;background-color:var(--accent-color)}.bg-circles li:nth-child(6){left:75%;width:110px;height:110px;animation-delay:3s}.bg-circles li:nth-child(7){left:35%;width:150px;height:150px;animation-delay:7s}.bg-circles li:nth-child(8){left:50%;width:25px;height:25px;animation-delay:15s;animation-duration:45s;background-color:var(--accent-color)}.bg-circles li:nth-child(9){left:20%;width:15px;height:15px;animation-delay:2s;animation-duration:35s;background-color:var(--accent-color)}.bg-circles li:nth-child(10){left:85%;width:150px;height:150px;animation-delay:0s;animation-duration:11s}@keyframes animate{0%{transform:translateY(0) rotate(0);opacity:0;border-radius:0}10%{opacity:.1}50%{opacity:.3}75%{opacity:.9}to{transform:translateY(-1000px) rotate(720deg);opacity:0;border-radius:50%}}.hero{position:absolute;height:100vh;overflow:hidden;z-index:1000000}.cube{position:absolute;top:80vh;left:45vw;width:10px;height:10px;border:solid 1px var(--accent-color);transform-origin:top left;transform:scale(0) rotate(0) translate(-50%,-50%);animation:cube 12s ease-in forwards infinite}.cube:nth-child(2n){border-color:lighten(#0040C1,10%)}.cube:nth-child(2){animation-delay:2s;left:25vw;top:40vh}.cube:nth-child(3){animation-delay:4s;left:75vw;top:50vh}.cube:nth-child(4){animation-delay:6s;left:90vw;top:10vh}.cube:nth-child(5){animation-delay:8s;left:10vw;top:85vh}.cube:nth-child(6){animation-delay:10s;left:50vw;top:10vh}@keyframes cube{0%{transform:scale(0) rotate(0) translate(-50%,-50%);opacity:1}to{transform:scale(20) rotate(960deg) translate(-50%,-50%);opacity:0}}
