h1{color:#fff;font-family:Inter,sans-serif;font-size:36px;font-weight:600}.h1-home{font-size:50px}h2{color:#fff;font-family:Inter,sans-serif;font-size:20px;font-weight:600}p{color:#fff;font-family:Inter,sans-serif;font-size:12px}.nav-text{color:#fff;font-family:Inter,sans-serif;font-size:16px;font-weight:400}*{box-sizing:border-box;margin:0;padding:0}body{color:#fff;background-color:#151515;font-family:Inter,sans-serif}.navbar{background-color:#151515;flex-direction:column;justify-content:space-between;width:18.3099vw;min-width:160px;height:100vh;padding:2vh 0;display:flex}.navbar__top{flex-direction:column;align-items:center;gap:1.2vh;display:flex}.navbar__top .logo{width:11.67vw;height:9.13386vh}.navbar__top .logo img{object-fit:contain;width:100%;height:100%}.navbar__top .username{color:#fff;letter-spacing:3px;font-size:clamp(16px,1.6vw,20px);font-weight:50}.navbar__links{flex-direction:column;align-items:center;gap:10vh;display:flex}.navbar__links a{color:#fff;font-size:clamp(16px,1.8vw,24px);text-decoration:none}.navbar__links a:hover{color:#ffdf34}.navbar__bottom{flex-direction:column;align-items:center;gap:1.5vh;display:flex}.navbar__bottom .follow-text{color:#fff;font-size:clamp(12px,1.4vw,20px)}.navbar__bottom .socials{gap:1vw;display:flex}.navbar__bottom .socials img{cursor:pointer;width:clamp(16px,1.8vw,24px);height:clamp(16px,1.8vw,24px);transition:all .2s}.navbar__bottom .socials img:hover{filter:brightness(1.3);transform:scale(1.1)}@media (width<=768px){.navbar{display:none}}.hero-button{color:#000;background-color:#ffdf34;border-radius:50px;width:250px;margin-top:1rem;padding:1.2rem 0;font-size:clamp(16px,1.8vw,20px);font-weight:300;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-block;box-shadow:0 10px 4px #00000040}.hero-button:hover{transform:translateY(-2px);box-shadow:0 12px 6px #0000004d}.top-nav{color:#fff;z-index:999;background-color:#151515;justify-content:space-between;align-items:center;width:100%;padding:1.5rem 4rem;transition:top .3s;display:flex;position:fixed;top:-100px;left:0}.top-nav .logo{width:auto;height:50px}.top-nav .logo a{height:100%;display:block}.top-nav .logo img{object-fit:contain;width:auto;height:100%}.top-nav nav ul{justify-content:center;gap:3rem;margin:0;padding:0;list-style:none;display:flex}.top-nav nav ul li a{color:#fff;font-size:1.1rem;font-weight:500;text-decoration:none;transition:color .2s}.top-nav nav ul li a:hover{color:#ffdf34}@media (width<=768px){.top-nav{display:none!important}}.service-card{border-radius:20px;width:100%;height:280px;font-family:inherit;display:flex;overflow:hidden}.service-card .card-left{background-color:#0c0c0c;flex:0 0 15%}.service-card .card-middle{background-color:#0c0c0c;border-left:10px solid #ffdf34;flex-direction:column;flex:0 0 70%;justify-content:center;gap:.5rem;padding:1.5rem;display:flex}.service-card .card-middle h3{color:#fff;margin:0;font-size:1.5rem;font-weight:700;line-height:1.2}.service-card .card-middle p{color:#949494;margin:0;font-size:.9rem;line-height:1.4}.service-card .card-right{background-color:#949494;flex:0 0 15%}.skills-carousel-container{width:100%;max-width:700px;position:relative}.skills-carousel-container .carousel-viewport{z-index:1;border-radius:40px;width:100%;position:relative;overflow:hidden;box-shadow:0 10px #ffdf34}.skills-carousel-container .carousel-track{width:100%;transition:transform .5s ease-in-out;display:flex}.skills-carousel-container .carousel-slide{box-sizing:border-box;color:#555;background-color:#333;border-radius:40px;justify-content:center;align-items:center;min-width:100%;height:500px;font-size:2rem;display:flex}.skills-carousel-container .carousel-slide img{object-fit:cover;border-radius:40px;width:100%;height:100%}.skills-carousel-container .nav-arrow{z-index:10;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:60px;height:60px;transition:opacity .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.skills-carousel-container .nav-arrow:before{content:"";border-top:5px solid #fff;border-right:5px solid #fff;width:30px;height:30px;display:block;transform:rotate(45deg)skew(-10deg,-10deg)}.skills-carousel-container .nav-arrow:hover{opacity:.8}.skills-carousel-container .nav-arrow.prev{left:-60px}.skills-carousel-container .nav-arrow.prev:before{transform:rotate(-135deg)skew(-10deg,-10deg)}.skills-carousel-container .nav-arrow.next{right:-60px}.skills-carousel-container .carousel-controls{justify-content:center;align-items:center;margin-top:2rem;display:flex}.skills-carousel-container .carousel-controls .carousel-dots{gap:1rem;display:flex}.skills-carousel-container .carousel-controls .carousel-dots .dot{cursor:pointer;background-color:#6b6969;border-radius:50%;width:12px;height:12px;transition:background-color .3s}.skills-carousel-container .carousel-controls .carousel-dots .dot.active{background-color:#fff}.project-card{color:#555;background-color:#1a1a1a;border:1px solid #333;border-radius:20px;justify-content:center;align-items:center;height:400px;font-size:1.2rem;transition:transform .3s;display:flex;position:relative;overflow:hidden}.project-card img{object-fit:cover;width:100%;height:100%;transition:transform .3s;display:block}.project-card .card-overlay{box-sizing:border-box;z-index:2;background-color:#343333b8;flex-direction:column;justify-content:center;width:90%;height:100%;padding:2rem;transition:transform .4s ease-in-out;display:flex;position:absolute;top:0;right:0;transform:translate(100%)}.project-card .card-overlay h3{color:#fff;margin-bottom:.5rem;font-size:2rem;font-weight:700}.project-card .card-overlay p{color:#ccc;margin-bottom:2rem;font-size:1.2rem;line-height:1.4}.project-card .card-overlay .tech-section{margin-bottom:2rem}.project-card .card-overlay .tech-section h4{color:#fff;margin-bottom:1rem;font-size:1.5rem;font-weight:600}.project-card .card-overlay .tech-section .tech-icons{gap:15px;display:flex}.project-card .card-overlay .tech-section .tech-icons img{object-fit:contain;width:40px;height:40px;transition:transform .2s}.project-card .card-overlay .tech-section .tech-icons img:hover{transform:scale(1.1)}.project-card .card-overlay .overlay-btn{color:#000;background-color:#ffdf34;border-radius:30px;justify-content:center;align-items:center;width:fit-content;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;transition:background-color .2s;display:inline-flex}.project-card .card-overlay .overlay-btn span{margin-left:8px;font-size:1.2rem}.project-card .card-overlay .overlay-btn:hover{background-color:#ffe767}.project-card:hover{border-color:#ffdf34;transform:translateY(-5px)}.project-card:hover .card-overlay{transform:translate(0)}.project-card:hover img{transform:scale(1.05)}.burger-menu{z-index:1001;cursor:pointer;background-color:#1a1a1a;border:none;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:50px;height:50px;padding:0;display:none;position:fixed;top:2rem;right:2rem}.burger-menu span{background-color:#fff;border-radius:2px;width:60%;height:3px;transition:all .3s;display:block}.burger-menu.active span:first-child{transform:rotate(45deg)translate(5px,5px)}.burger-menu.active span:nth-child(2){opacity:0}.burger-menu.active span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.mobile-menu-overlay{z-index:1000;opacity:0;visibility:hidden;background-color:#1a1a1a;width:100%;height:100vh;transition:opacity .3s,visibility .3s;display:none;position:fixed;top:0;left:0}.mobile-menu-overlay.active{opacity:1;visibility:visible}.mobile-menu-overlay .mobile-nav{flex-direction:column;justify-content:center;align-items:center;gap:3rem;height:70%;display:flex}.mobile-menu-overlay .mobile-nav a{color:#fff;font-size:2rem;font-weight:500;text-decoration:none;transition:color .3s}.mobile-menu-overlay .mobile-nav a:hover{color:#ffdf34}.mobile-menu-overlay .mobile-socials{justify-content:center;gap:2rem;padding:2rem;display:flex}.mobile-menu-overlay .mobile-socials a img{width:32px;height:32px;transition:transform .2s}.mobile-menu-overlay .mobile-socials a img:hover{transform:scale(1.2)}.mobile-logo{z-index:999;transition:opacity .3s;display:none;position:fixed;top:2rem;left:2rem}.mobile-logo.hidden{opacity:0;pointer-events:none}.mobile-logo a{display:block}.mobile-logo a img{object-fit:contain;width:60px;height:60px}@media (width<=768px){.burger-menu{display:flex}.mobile-menu-overlay,.mobile-logo{display:block}}.hero-wrapper{flex-direction:row;height:100vh;margin:0;display:flex}.hero-section{flex:1;justify-content:center;align-items:center;height:100vh;display:flex;position:relative}.hero-section:before{content:"";z-index:1;background-color:#00000080;width:100%;height:100%;position:absolute;top:0;left:0}.hero-section .hero-content{z-index:2;color:#fff;text-align:center;flex-direction:column;align-items:center;gap:1.5rem;display:flex;position:relative}.hero-section .hero-content .hero-subtitle{font-size:clamp(16px,2.5vw,26px)}.hero-section .hero-content h1{font-size:clamp(32px,5vw,64px);font-weight:200}.hero-section .hero-content .hero-description{font-size:clamp(20px,3vw,32px);font-weight:300}.about-section{box-sizing:border-box;justify-content:center;align-items:center;width:100%;min-height:100vh;padding:0 2rem;display:flex}.about-wrapper{justify-content:space-between;align-items:center;gap:15rem;width:100%;max-width:1600px;min-height:100vh;display:flex}.about-wrapper .about-text{color:#fff;flex:1;padding-right:2rem}.about-wrapper .about-text h2{color:#ffdf34;text-shadow:0 15px 4px #a48c1040;border-left:10px solid #ffdf34;max-width:800px;margin-bottom:6rem;padding-left:2rem;font-size:clamp(60px,8vw,100px);font-weight:700;line-height:1}.about-wrapper .about-text .subtitle{white-space:nowrap;letter-spacing:.1em;border-right:.15em solid #ffdf34;width:fit-content;margin:0 0 3rem;font-size:clamp(32px,4vw,42px);font-weight:500;animation:6s steps(12,end) infinite typing,.75s step-end infinite blink-caret;display:inline-block;overflow:hidden}.about-wrapper .about-text .subtitle .highlight{color:#ffdf34}@keyframes typing{0%{width:0}40%{width:100%}70%{width:100%}90%{width:0}to{width:0}}@keyframes blink-caret{0%,to{border-color:#0000}50%{border-color:#ffdf34}}.about-wrapper .about-text .description{color:#ccc;max-width:800px;margin-bottom:8rem;font-size:24px;line-height:1.6}.about-wrapper .about-text .contact-buttons{gap:4rem;display:flex}.about-wrapper .about-text .contact-buttons .contact-btn{box-shadow:none;text-align:center;color:#fff;background:linear-gradient(#474747 0%,#47474700 100%);border-radius:20px;flex-direction:column;flex:1;justify-content:center;min-width:250px;padding:2rem 3rem;font-size:2.5rem;font-weight:700;text-decoration:none;transition:transform .2s,background .2s;display:flex}.about-wrapper .about-text .contact-buttons .contact-btn .contact-info{color:#ccc;margin-top:.8rem;font-size:1.2rem;font-weight:400}.about-wrapper .about-text .contact-buttons .contact-btn:hover{background:linear-gradient(#575757 0%,#51515100 100%);transform:translateY(-4px)}.about-wrapper .about-photo{flex:1;justify-content:center;display:flex;position:relative}.about-wrapper .about-photo img{z-index:1;object-fit:contain;border-radius:30px;width:100%;min-width:350px;max-width:700px;position:relative}@media (width<=1400px){.about-wrapper{gap:8rem}}@media (width<=1200px){.about-wrapper{gap:4rem}.about-wrapper .about-text .contact-buttons{gap:2rem}.about-wrapper .about-text .contact-buttons .contact-btn{min-width:200px;padding:1.5rem 2rem;font-size:2rem}.about-wrapper .about-photo img{min-width:300px;max-width:500px}}@media (width<=900px){.about-section{padding:0 1.5rem}.about-wrapper{flex-direction:column;gap:2.5rem;min-height:auto;padding:3rem 0}.about-wrapper .about-photo{order:-1}.about-wrapper .about-photo img{border-radius:20px;min-width:200px;max-width:280px}.about-wrapper .about-text{text-align:center;padding-right:0}.about-wrapper .about-text h2{text-align:center;border-left:none;margin-bottom:1.5rem;padding-left:0;font-size:42px}.about-wrapper .about-text .subtitle{white-space:normal;text-align:center;border-right:none;margin-bottom:1.5rem;font-size:24px;animation:none}.about-wrapper .about-text .description{text-align:left;margin-bottom:2.5rem;font-size:18px;line-height:1.7}.about-wrapper .about-text .contact-buttons{flex-direction:column;align-items:center;gap:1.2rem}.about-wrapper .about-text .contact-buttons .contact-btn{min-width:unset;border-radius:15px;width:100%;max-width:280px;padding:1.2rem 1.5rem;font-size:1.3rem}.about-wrapper .about-text .contact-buttons .contact-btn .contact-info{word-break:break-all;margin-top:.5rem;font-size:.9rem}}@media (width<=480px){.about-section{padding:0 1rem}.about-wrapper{gap:2rem;padding:2rem 0}.about-wrapper .about-photo img{min-width:180px;max-width:220px}.about-wrapper .about-text h2{border-left-width:5px;margin-bottom:1.2rem;padding-left:1rem;font-size:36px}.about-wrapper .about-text .subtitle{margin-bottom:1rem;font-size:20px}.about-wrapper .about-text .description{margin-bottom:2rem;font-size:16px;line-height:1.6}.about-wrapper .about-text .contact-buttons{gap:1rem}.about-wrapper .about-text .contact-buttons .contact-btn{max-width:260px;padding:1rem 1.2rem;font-size:1.1rem}.about-wrapper .about-text .contact-buttons .contact-btn .contact-info{font-size:.85rem}}.services-section{box-sizing:border-box;justify-content:flex-start;align-items:center;width:calc(100% + 4rem);min-height:100vh;margin-left:-2rem;padding:0;display:flex;overflow:hidden}.services-container{box-sizing:border-box;background-color:#1a1a1a;border-top-right-radius:40px;border-bottom-right-radius:40px;flex-direction:column;width:85%;height:80vh;margin-top:15vh;padding:4rem 4rem 4rem max(4rem,50vw - 800px);display:flex;box-shadow:16px 0 #ffdf34}.services-container h2{color:#ffdf34;text-shadow:0 15px 4px #a48c1040;border-left:10px solid #ffdf34;max-width:800px;margin-bottom:4rem;padding-left:2rem;font-size:clamp(60px,8vw,100px);font-weight:700;line-height:1}.services-container .services-wrapper{grid-template-columns:1fr 1fr;gap:2rem 4rem;width:100%;max-width:1400px;display:grid}.services-container .services-wrapper .service-card{width:80%}.services-container .services-wrapper .service-card:nth-child(odd){position:relative;left:-12%}.services-container .services-mobile{display:none}@media (width<=1400px){.services-container{width:90%;padding-left:4rem}.services-container .services-wrapper{column-gap:2rem}}@media (width<=1100px){.services-container{width:95%}.services-container .services-wrapper .service-card{width:90%}.services-container .services-wrapper .service-card:nth-child(odd){left:-8%}}@media (width<=900px){.services-section{width:100%;min-height:auto;margin-left:0}.services-container{width:94%;max-width:94%;height:auto;box-shadow:none;background-color:#0000;border-radius:0;margin:0 auto;padding:0}.services-container h2{text-align:center;border-left:none;margin-bottom:2rem;padding-left:0;font-size:42px}.services-container .services-desktop{display:none}.services-container .services-mobile{width:100%;display:block}.services-carousel{width:100%;position:relative}.services-carousel-viewport{touch-action:pan-y pinch-zoom;width:100%;overflow:hidden}.services-carousel-track{padding:0;transition:transform .4s ease-out;display:flex}.services-slide{box-sizing:border-box;min-width:100%;padding:0 .5rem}.service-card-mobile{background-color:#1a1a1a;border-radius:15px;flex-direction:column;min-height:380px;display:flex;overflow:hidden}.service-card-mobile .card-header{background-color:#5c5c5c;height:70px}.service-card-mobile .card-divider-top{background-color:#ffdf34;width:100%;height:4px}.service-card-mobile .card-body{text-align:center;flex-direction:column;flex:1;gap:1rem;padding:1.5rem 1.2rem;display:flex}.service-card-mobile .card-body h3{color:#fff;margin:0;font-size:1.5rem;font-weight:700}.service-card-mobile .card-body p{color:#bbb;margin:0;font-size:1rem;line-height:1.6}.service-card-mobile .card-divider-bottom{background-color:#ffdf34;width:100%;height:4px;margin-top:auto}.services-carousel-controls{justify-content:space-between;align-items:center;margin-top:1.5rem;padding:0 .5rem;display:flex}.services-dots{gap:.5rem;display:flex}.services-dots .dot{cursor:pointer;background-color:#6b6969;border-radius:50%;width:10px;height:10px;transition:background-color .3s}.services-dots .dot.active{background-color:#fff}.services-arrows{gap:.5rem;display:flex}.services-arrows .services-arrow{cursor:pointer;background:0 0;border:2px solid #6b6969;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:border-color .3s,background-color .3s;display:flex;position:relative}.services-arrows .services-arrow:before{content:"";border-top:2px solid #6b6969;border-right:2px solid #6b6969;width:10px;height:10px;transition:border-color .3s;display:block}.services-arrows .services-arrow.prev:before{margin-left:4px;transform:rotate(-135deg)}.services-arrows .services-arrow.next:before{margin-right:4px;transform:rotate(45deg)}.services-arrows .services-arrow.next,.services-arrows .services-arrow.next:before,.services-arrows .services-arrow:hover,.services-arrows .services-arrow:hover:before{border-color:#ffdf34}}@media (width<=480px){.services-container{padding:0}.services-container h2{margin-bottom:1.5rem;font-size:36px}.service-card-mobile .card-header{height:60px}.service-card-mobile .card-body{padding:1.2rem}.service-card-mobile .card-body h3{font-size:1.2rem}.service-card-mobile .card-body p{font-size:.9rem}}.skills-section{box-sizing:border-box;justify-content:flex-start;align-items:center;width:calc(100% + 4rem);min-height:100vh;margin-left:-2rem;padding:0;display:flex;position:relative;overflow:hidden}.skills-section .skills-container{box-sizing:border-box;justify-content:flex-start;align-items:center;gap:4rem;width:100%;height:100vh;padding-left:max(4rem,50vw - 800px);padding-right:2rem;display:flex}.skills-section .skills-left{flex-direction:column;flex:1;justify-content:space-between;max-width:700px;height:70vh;display:flex}.skills-section .skills-left h2{color:#ffdf34;text-shadow:0 15px 4px #a48c1040;border-left:10px solid #ffdf34;margin-bottom:4rem;padding-left:2rem;font-size:clamp(60px,8vw,100px);font-weight:700;line-height:1}.skills-section .skills-right{box-sizing:border-box;background-color:#1a1a1a;border-radius:40px;flex-direction:column;flex:0 0 40%;justify-content:center;align-items:center;min-width:300px;height:70vh;margin-left:10rem;margin-right:0;padding:4rem;display:flex;box-shadow:0 10px #ffdf34}.skills-section .skills-right .skills-progress-wrapper{flex-direction:column;gap:2rem;width:100%;display:flex}.skills-section .skills-right .skills-progress-wrapper .skill-item{flex-direction:column;gap:1.2rem;width:100%;display:flex}.skills-section .skills-right .skills-progress-wrapper .skill-item .skill-name{color:#fff;text-transform:uppercase;font-family:sans-serif;font-size:1.4rem;font-weight:700}.skills-section .skills-right .skills-progress-wrapper .skill-item .skill-bar-track{background-color:#464646;border-radius:5px;width:100%;height:10px;position:relative}.skills-section .skills-right .skills-progress-wrapper .skill-item .skill-bar-track .skill-bar-fill{background-color:#ffdf34;border-radius:5px;height:100%;position:relative}.skills-section .skills-right .skills-progress-wrapper .skill-item .skill-bar-track .skill-bar-fill .skill-percent{color:#fff;font-family:sans-serif;font-size:1.2rem;font-weight:700;line-height:1;position:absolute;bottom:20px;right:0}@media (width<=1400px){.skills-section .skills-container{gap:2rem;padding-left:4rem}.skills-section .skills-left{max-width:500px}.skills-section .skills-right{flex:0 0 45%;margin-left:4rem}}@media (width<=1100px){.skills-section .skills-container{gap:2rem}.skills-section .skills-left{max-width:400px}.skills-section .skills-right{flex:0 0 50%;margin-left:2rem;padding:2rem}}@media (width<=900px){.skills-section{width:100%;margin-left:0}.skills-section .skills-container{flex-direction:column;align-items:center;gap:2rem;width:94%;max-width:94%;height:auto;margin:0 auto;padding:3rem 0}.skills-section .skills-left{width:100%;max-width:100%;height:auto}.skills-section .skills-left h2{text-align:center;border-left:none;margin-bottom:1rem;padding-left:0;font-size:42px}.skills-section .skills-left .skills-carousel-container{display:none}.skills-section .skills-right{border-radius:20px;flex:none;width:100%;height:auto;min-height:auto;margin-left:0;padding:2rem 1.5rem;box-shadow:0 6px #ffdf34}.skills-section .skills-right .skills-progress-wrapper{gap:1.2rem}.skills-section .skills-right .skills-progress-wrapper .skill-item{gap:.8rem}.skills-section .skills-right .skills-progress-wrapper .skill-item .skill-name{font-size:1rem}.skills-section .skills-right .skills-progress-wrapper .skill-item .skill-bar-track{height:8px}.skills-section .skills-right .skills-progress-wrapper .skill-item .skill-bar-track .skill-bar-fill .skill-percent{font-size:.9rem;bottom:16px}}.portfolio-section{box-sizing:border-box;flex-direction:column;justify-content:center;width:100%;min-height:100vh;padding:0;display:flex}.portfolio-section .portfolio-header{box-sizing:border-box;flex-direction:column;width:100%;margin-bottom:2rem;padding-left:max(4rem,50vw - 800px);padding-right:4rem;display:flex}.portfolio-section h2{color:#ffdf34;text-shadow:0 15px 4px #a48c1040;border-left:10px solid #ffdf34;margin-bottom:0;padding-left:2rem;font-size:clamp(60px,8vw,100px);font-weight:700;line-height:1}.portfolio-section .portfolio-subtitle{color:#fff;margin-top:5rem;margin-left:2rem;padding-left:10px;font-family:sans-serif;font-size:2rem}.portfolio-section .portfolio-grid-container{box-sizing:border-box;justify-content:center;width:100%;padding:0 2rem;display:flex}.portfolio-section .portfolio-grid{grid-template-columns:repeat(3,1fr);gap:50px;width:100%;max-width:1800px;display:grid}@media (width<=1500px){.portfolio-section .portfolio-grid{gap:40px;max-width:1500px}}@media (width<=1300px){.portfolio-section .portfolio-header{padding-left:4rem}.portfolio-section .portfolio-grid{gap:30px;max-width:1300px;grid-template-columns:repeat(2,1fr)!important}}@media (width<=1100px){.portfolio-section .portfolio-header{padding-left:2rem}.portfolio-section .portfolio-grid-container{padding:0 1rem}.portfolio-section .portfolio-grid{gap:20px;grid-template-columns:1fr!important}}@media (width<=900px){.portfolio-section{min-height:auto}.portfolio-section h2{text-align:center;border-left:none;padding-left:0;font-size:42px}.portfolio-section .portfolio-header{width:94%;margin:0 auto 1.5rem;padding:0}.portfolio-section .portfolio-subtitle{text-align:center;margin-top:1rem;margin-left:0;padding-left:0;font-size:1.3rem}.portfolio-section .portfolio-desktop{display:none}.portfolio-section .portfolio-mobile{width:94%;margin:0 auto;display:block}.portfolio-carousel{width:100%;position:relative}.portfolio-carousel-viewport{touch-action:pan-y pinch-zoom;width:100%;overflow:hidden}.portfolio-carousel-track{transition:transform .4s ease-out;display:flex}.portfolio-slide{box-sizing:border-box;border-radius:15px;min-width:100%;position:relative;overflow:hidden}.portfolio-slide img{aspect-ratio:1/1.5;object-fit:cover;width:100%;display:block}.portfolio-slide .card-overlay-mobile{box-sizing:border-box;background:linear-gradient(#0000 0%,#000000b3 30%,#000000e6 100%);flex-direction:column;justify-content:flex-end;width:100%;height:40%;padding:1.2rem;display:flex;position:absolute;bottom:0;left:0}.portfolio-slide .card-overlay-mobile h3{color:#fff;margin:0 0 .4rem;font-size:1.3rem;font-weight:700}.portfolio-slide .card-overlay-mobile p{color:#ccc;margin:0 0 .8rem;font-size:.9rem;line-height:1.4}.portfolio-slide .card-overlay-mobile .overlay-btn{color:#000;background-color:#ffdf34;border-radius:20px;align-items:center;width:fit-content;padding:.5rem 1rem;font-size:.85rem;font-weight:600;text-decoration:none;display:inline-flex}.portfolio-slide .card-overlay-mobile .overlay-btn span{margin-left:5px}.portfolio-carousel-controls{justify-content:space-between;align-items:center;margin-top:1.5rem;display:flex}.portfolio-dots{gap:.5rem;display:flex}.portfolio-dots .dot{cursor:pointer;background-color:#6b6969;border-radius:50%;width:10px;height:10px;transition:background-color .3s}.portfolio-dots .dot.active{background-color:#fff}.portfolio-arrows{gap:.5rem;display:flex}.portfolio-arrows .portfolio-arrow{cursor:pointer;background:0 0;border:2px solid #6b6969;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:border-color .3s,background-color .3s;display:flex;position:relative}.portfolio-arrows .portfolio-arrow:before{content:"";border-top:2px solid #6b6969;border-right:2px solid #6b6969;width:10px;height:10px;transition:border-color .3s;display:block}.portfolio-arrows .portfolio-arrow.prev:before{margin-left:4px;transform:rotate(-135deg)}.portfolio-arrows .portfolio-arrow.next:before{margin-right:4px;transform:rotate(45deg)}.portfolio-arrows .portfolio-arrow.next,.portfolio-arrows .portfolio-arrow.next:before,.portfolio-arrows .portfolio-arrow:hover,.portfolio-arrows .portfolio-arrow:hover:before{border-color:#ffdf34}}.portfolio-mobile{display:none}.footer-section{background-color:#1a1a1a;margin-top:5rem;padding:4rem 0 0}.footer-container{max-width:1400px;margin:0 auto;padding:0 2rem}.footer-top{border-bottom:1px solid #333;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;padding-bottom:3rem;display:grid}.footer-column h3{color:#fff;margin-bottom:1.5rem;font-size:1.5rem;font-weight:600}.footer-column .contact-item{align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.footer-column .contact-item img{object-fit:contain;width:24px;height:24px}.footer-column .contact-item a{color:#ccc;font-size:1rem;text-decoration:none;transition:color .3s}.footer-column .contact-item a:hover{color:#ffdf34}.footer-column .footer-nav{flex-direction:column;gap:.75rem;display:flex}.footer-column .footer-nav a{color:#ccc;font-size:1rem;text-decoration:none;transition:color .3s}.footer-column .footer-nav a:hover{color:#ffdf34;padding-left:5px}.footer-column .footer-socials{gap:1.5rem;display:flex}.footer-column .footer-socials a{background-color:#2a2a2a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.footer-column .footer-socials a img{object-fit:contain;width:20px;height:20px}.footer-column .footer-socials a:hover{background-color:#ffdf34;transform:translateY(-3px)}.footer-bottom{text-align:center;padding:2rem 0}.footer-bottom p{color:#ccc;font-size:.9rem}@media (width<=768px){.footer-top{grid-template-columns:1fr;gap:2rem}}.main-content{background:linear-gradient(90deg,#000,#666);padding:5rem 2rem}
/*# sourceMappingURL=WEB_3C.7e07ed3a.css.map */
