@font-face{font-family:Lufga;src:url(/assets/Lufga-Regular-DxIVXNDB.ttf)format("truetype");font-weight:400}@font-face{font-family:Lufga;src:url(/assets/Lufga-Medium-VR0ZvTUz.ttf)format("truetype");font-weight:500}@font-face{font-family:Lufga;src:url(/assets/Lufga-Bold-D80OgmSm.ttf)format("truetype");font-weight:700}:root{--primary-color:#f9c4c1;--secondary-color:#171717;--text-color:#fff;--bg-color:#272727;--gradient-colors:linear-gradient(#eb6685, #ffbcbc);--font-primary:"Lufga", sans-serif}*{box-sizing:border-box;font-family:var(--font-primary);margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-color)}ul{list-style:none}a{color:inherit;text-decoration:none}button{border:none}.container{width:100%;max-width:1240px;margin-inline:auto}.navbar{background-color:var(--secondary-color);border-radius:1000px;max-width:1240px;height:86px;margin:30px auto}.navbar ul{justify-content:space-between;align-items:center;gap:16px;width:100%;height:100%;padding:10px;display:flex}.navbar ul li{cursor:pointer;border-radius:1000px;flex:1;height:100%;transition:all .3s}.navbar ul li.navlink:hover{background-color:var(--primary-color)}.navbar ul li a{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.small-navbar{background-color:var(--secondary-color);border-radius:24px;margin:16px;display:none;overflow:hidden}.small-navbar .small-navbar-bar{justify-content:space-between;align-items:center;height:64px;padding:0 20px;display:flex}.small-navbar .small-navbar-bar .logo img{height:32px;display:block}.small-navbar .small-navbar-bar .menu-toggle{width:44px;height:44px;color:var(--text-color);cursor:pointer;background-color:#ffffff10;border-radius:1000px;justify-content:center;align-items:center;transition:all .3s;display:flex}.small-navbar .small-navbar-bar .menu-toggle svg{font-size:22px}.small-navbar .small-navbar-bar .menu-toggle:hover{background-color:var(--primary-color);color:var(--secondary-color)}.small-navbar .menu{overflow:hidden}.small-navbar .menu li a{border-top:1px solid #ffffff10;padding:14px 24px;transition:all .3s;display:block}.small-navbar .menu li a:hover{background-color:var(--primary-color);color:var(--secondary-color)}.hero{height:calc(100vh - 146px);min-height:560px;margin-top:60px;position:relative}.hero .hero-title{text-align:center;flex-direction:column;align-items:center;gap:24px;display:flex}.hero .hero-title .intro{flex-direction:column;align-items:center;gap:24px;display:flex}.hero .hero-title .subtitle{width:fit-content;position:relative}.hero .hero-title .subtitle .vector{position:absolute;top:-32px;right:-24px}.hero .hero-title .subtitle .text{border:2px solid var(--text-color);background-color:#ffffff15;border-radius:1000px;padding:8px 24px;font-size:20px}.hero .hero-title .title{width:fit-content;position:relative}.hero .hero-title .title .vector{position:absolute;bottom:-48px;left:-60px}.hero .hero-title .title h1{font-size:96px;line-height:1}.hero .hero-title .title h1 .line{margin-bottom:-.12em;padding-bottom:.12em;display:block;overflow:hidden}.hero .hero-title .title h1 .line>span{will-change:transform;display:inline-block}.hero .hero-title .title h1 .accent{color:var(--primary-color)}.hero .about-me{justify-content:space-between;align-items:center;width:100%;margin-top:60px;display:flex}.hero .about-me .who-am-i{text-align:left;width:390px;font-size:20px}.hero .about-me .who-am-i p{margin-top:16px}.hero .about-me .experience{text-align:right;flex-direction:column;display:flex}.hero .about-me .experience .starts{color:var(--primary-color);font-size:32px}.hero .about-me .experience .starts span{display:inline-block}.hero .about-me .experience .years-of-experience{font-size:48px;font-weight:700}.hero .hero-actions{justify-content:center;align-items:center;width:800px;height:400px;display:flex;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.hero .hero-actions .background{z-index:-1;background-color:var(--primary-color);border-radius:1000px 1000px 0 0;width:100%;height:100%;position:absolute;top:0;left:0}.hero .hero-actions .doodles{bottom:-24px;pointer-events:none;position:absolute;inset-inline:-10%}.hero .hero-actions .doodles img{width:100%;display:block}.hero .hero-actions .hero-img{height:65vh;position:absolute;bottom:0}.hero .hero-actions .actions{z-index:1;-webkit-backdrop-filter:blur(5px);background-color:#ffffff10;border:3px solid #ffffff31;border-radius:1000px;align-items:center;gap:8px;padding:8px;font-size:24px;display:flex;position:absolute;bottom:48px;box-shadow:0 4px 30px #0000001a}.hero .hero-actions .actions .portfolio{background-color:var(--primary-color);border-radius:1000px;align-items:center;gap:8px;padding:12px 32px;display:flex}.hero .hero-actions .actions .portfolio .arrow{justify-content:center;align-items:center;display:flex}.hero .hero-actions .actions .portfolio .arrow svg{font-size:32px;transition:transform .3s}.hero .hero-actions .actions .portfolio:hover .arrow svg{transform:translate(3px,-3px)}.hero .hero-actions .actions .download-cv{border-radius:1000px;padding:12px 20px;font-weight:300;transition:background-color .3s}.hero .hero-actions .actions .download-cv:hover{background-color:#ffffff15}.SocialMedia{align-items:center;gap:40px;width:1240px;margin:120px auto;display:flex}.SocialMedia .social-media-link{color:#ffffff30;cursor:pointer;border:1px solid #ffffff30;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:20px;padding:20px;transition:all .3s;display:flex}.SocialMedia .social-media-link svg{font-size:56px}.SocialMedia .social-media-link .media-name-text{font-size:32px;font-weight:700;line-height:1}.SocialMedia .social-media-link:hover{color:var(--primary-color);border:1px solid var(--primary-color)}.services{width:1240px;margin:40px auto}.services h2{font-size:48px;font-weight:500}.services h2 span{color:var(--primary-color)}.services p{margin:16px 0;font-size:20px}.services .services-list{flex-wrap:wrap;justify-content:center;align-items:center;gap:38px;margin-top:48px;display:flex}.services-card-container{--notch-w:120px;--notch-h:126px;--notch-r:66px;--corner:36px;width:388px;height:512px;position:relative}.services-card-container .services-card{border-radius:var(--corner);background:linear-gradient(#cecece00,#68686865);flex-direction:column;justify-content:end;width:100%;height:100%;transition:all .3s linear;display:flex;overflow:hidden}@supports (clip-path:shape(from 0 0, close)){.services-card-container .services-card{clip-path:shape(from 0 var(--corner), curve to var(--corner) 0 with 0 0, hline to calc(100% - var(--corner)), curve to 100% var(--corner) with 100% 0, vline to calc(100% - var(--notch-h) - var(--corner)), curve to calc(100% - var(--corner)) calc(100% - var(--notch-h)) with 100% calc(100% - var(--notch-h)), hline to calc(100% - var(--notch-w) + var(--notch-r)), curve to calc(100% - var(--notch-w)) calc(100% - var(--notch-h) + var(--notch-r)) with calc(100% - var(--notch-w)) calc(100% - var(--notch-h)), vline to calc(100% - var(--corner)), curve to calc(100% - var(--notch-w) - var(--corner)) 100% with calc(100% - var(--notch-w)) 100%, hline to var(--corner), curve to 0 calc(100% - var(--corner)) with 0 100%, close)}}.services-card-container .services-card .card-content{flex:1;padding:32px}.services-card-container .services-card .card-content .title{font-size:32px;font-weight:500}.services-card-container .services-card .card-content .descroption{font-size:16px;font-weight:400}.services-card-container .services-card .img-wrapper{width:100%;height:296px;position:relative}.services-card-container .services-card .img-wrapper img{object-fit:cover;border-radius:32px;width:100%;height:100%}.services-card-container .services-card .img-wrapper:before{content:"";z-index:-1;background-color:#9e9d9d;border-radius:32px;width:92%;height:100%;position:absolute;top:-20px;left:50%;transform:translate(-50%)}.services-card-container .services-card .img-wrapper:after{content:"";opacity:.5;z-index:-2;background-color:#757575;border-radius:32px;width:82%;height:100%;position:absolute;top:-40px;left:50%;transform:translate(-50%)}.services-card-container .action{position:absolute;bottom:16px;right:10px}.services-card-container .action .open-card-button{color:#fff;cursor:pointer;background-color:#151515;border:none;border-radius:1000px;justify-content:center;align-items:center;width:90px;height:90px;transition:all .3s;display:flex}.services-card-container .action .open-card-button svg{font-size:32px}.services-card-container .action .open-card-button:hover{background-color:var(--primary-color)}.service-modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(6px);background-color:#000000b3;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.services-card-expanded{background-color:var(--secondary-color);background-image:linear-gradient(#cecece00,#68686865);border-radius:32px;gap:40px;width:100%;max-width:1000px;max-height:90vh;padding:40px;display:flex;position:relative;overflow-y:auto}.services-card-expanded .close-btn{width:44px;height:44px;color:var(--text-color);cursor:pointer;z-index:2;background-color:#151515;border-radius:1000px;justify-content:center;align-items:center;transition:all .3s;display:flex;position:absolute;top:20px;right:20px}.services-card-expanded .close-btn svg{font-size:20px}.services-card-expanded .close-btn:hover{background-color:var(--primary-color);color:var(--secondary-color)}.services-card-expanded .expanded-content{flex-direction:column;flex:1;gap:20px;padding-top:16px;display:flex}.services-card-expanded .expanded-content h3{font-size:32px;font-weight:500}.services-card-expanded .expanded-content p{color:#ffffffd9;margin:0;font-size:18px;line-height:1.7}.services-card-expanded .expanded-content .service-list-items{grid-template-columns:repeat(2,1fr);gap:16px 24px;margin-top:8px;display:grid}.services-card-expanded .expanded-content .service-list-items li{align-items:center;gap:12px;font-size:17px;display:flex}.services-card-expanded .expanded-content .service-list-items li .point{background-color:var(--primary-color);border-radius:1000px;flex-shrink:0;width:8px;height:8px}.services-card-expanded .expanded-image{flex:1;min-width:0}.services-card-expanded .expanded-image img{object-fit:cover;border-radius:24px;width:100%;height:100%;max-height:380px}@media (width<=900px){.services-card-expanded{flex-direction:column-reverse;padding:24px}}.Skills{text-align:center;width:1240px;margin:120px auto}.Skills h3{margin-bottom:48px;font-size:20px;font-weight:500}.Skills h3 span{color:var(--primary-color)}.Skills .skillsitems{align-items:center;gap:8px;margin:0 80px;display:flex}.Skills .skillsitems svg{font-size:40px}.Skills .skillsitems p{font-size:20px;font-weight:500}.Projects{width:1240px;margin:40px auto}.Projects h2{font-size:48px;font-weight:500}.Projects h2 span{color:var(--primary-color)}.Projects p{margin:16px 0;font-size:20px}.Projects .projects-cards{grid-template-columns:repeat(3,1fr);gap:57px;margin-top:40px;display:grid}.Projects-card{--notch-w:115px;--notch-h:108px;--notch-r:66px;--corner:36px;width:372px}.Projects-card *{transition:all .3s}.Projects-card .card-button{cursor:pointer}.Projects-card .card-button:hover .project-image-container .arrow{background-color:var(--primary-color)}.Projects-card .card-button:hover .project-info .tag{background-color:var(--primary-color);color:#fff}.Projects-card .card-button:hover h3{color:var(--primary-color)}.Projects-card .project-image-container{width:372px;height:414px;position:relative}.Projects-card .project-image-container .image-wrapper{border-radius:var(--corner);width:100%;height:100%;overflow:hidden}@supports (clip-path:shape(from 0 0, close)){.Projects-card .project-image-container .image-wrapper{clip-path:shape(from 0 var(--corner), curve to var(--corner) 0 with 0 0, hline to calc(100% - var(--corner)), curve to 100% var(--corner) with 100% 0, vline to calc(100% - var(--notch-h) - var(--corner)), curve to calc(100% - var(--corner)) calc(100% - var(--notch-h)) with 100% calc(100% - var(--notch-h)), hline to calc(100% - var(--notch-w) + var(--notch-r)), curve to calc(100% - var(--notch-w)) calc(100% - var(--notch-h) + var(--notch-r)) with calc(100% - var(--notch-w)) calc(100% - var(--notch-h)), vline to calc(100% - var(--corner)), curve to calc(100% - var(--notch-w) - var(--corner)) 100% with calc(100% - var(--notch-w)) 100%, hline to var(--corner), curve to 0 calc(100% - var(--corner)) with 0 100%, close)}}.Projects-card .project-image-container .image-wrapper img{object-fit:cover;width:100%;height:100%}.Projects-card .project-image-container .arrow{color:#fff;cursor:pointer;background-color:#151515;border:none;border-radius:1000px;justify-content:center;align-items:center;width:86px;height:86px;display:flex;position:absolute;bottom:0;right:8px}.Projects-card .project-image-container .arrow svg{font-size:32px}.Projects-card .project-info{flex-direction:column;gap:16px;width:100%;margin-top:24px;display:flex}.Projects-card .project-info .tag{width:fit-content;color:var(--primary-color);border:1px solid var(--primary-color);border-radius:16px;padding:8px 24px}.Projects-card .project-info .project-meta{align-items:center;gap:24px;display:flex}.Projects-card .project-info .project-meta .customer-name,.Projects-card .project-info .project-meta .project-date{align-items:center;gap:8px;display:flex}.Projects-card .project-info .project-meta .customer-name .point,.Projects-card .project-info .project-meta .project-date .point{background-color:var(--primary-color);border-radius:1000px;width:8px;height:8px}.Projects-card .project-info h3{font-size:24px;font-weight:400}.project-modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background-color:#000000b3;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.project-modal{background-color:var(--secondary-color);border:1px solid #f9c4c133;border-radius:32px;gap:40px;width:100%;max-width:1100px;max-height:90vh;padding:40px;display:flex;position:relative;overflow-y:auto}.project-modal .close-btn{background-color:var(--bg-color);width:44px;height:44px;color:var(--text-color);cursor:pointer;z-index:2;border-radius:1000px;justify-content:center;align-items:center;transition:all .3s;display:flex;position:absolute;top:20px;right:20px}.project-modal .close-btn svg{font-size:20px}.project-modal .close-btn:hover{background-color:var(--primary-color);color:var(--secondary-color)}.project-modal .modal-gallery{flex-direction:column;flex:1.2;gap:16px;min-width:0;display:flex}.project-modal .modal-gallery .main-image{aspect-ratio:4/3;border-radius:24px;width:100%;position:relative;overflow:hidden}.project-modal .modal-gallery .main-image img{object-fit:contain;width:100%;height:100%;animation:.35s fade-in}.project-modal .modal-gallery .main-image .nav-arrow{color:#fff;cursor:pointer;background-color:#151515b3;border-radius:1000px;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.project-modal .modal-gallery .main-image .nav-arrow svg{font-size:24px}.project-modal .modal-gallery .main-image .nav-arrow:hover{background-color:var(--primary-color);color:var(--secondary-color)}.project-modal .modal-gallery .main-image .nav-arrow.prev{left:12px}.project-modal .modal-gallery .main-image .nav-arrow.next{right:12px}.project-modal .modal-gallery .thumbnails{gap:12px;padding-bottom:4px;display:flex;overflow-x:auto}.project-modal .modal-gallery .thumbnails .thumbnail{cursor:pointer;opacity:.5;background:0 0;border:2px solid #0000;border-radius:12px;flex-shrink:0;width:88px;height:64px;padding:0;transition:all .3s;overflow:hidden}.project-modal .modal-gallery .thumbnails .thumbnail img{object-fit:cover;width:100%;height:100%}.project-modal .modal-gallery .thumbnails .thumbnail:hover{opacity:.85}.project-modal .modal-gallery .thumbnails .thumbnail.active{border-color:var(--primary-color);opacity:1}.project-modal .modal-info{flex-direction:column;flex:1;gap:16px;padding-top:24px;display:flex}.project-modal .modal-info .tag{width:fit-content;color:var(--primary-color);border:1px solid var(--primary-color);border-radius:16px;padding:8px 24px}.project-modal .modal-info h3{font-size:32px;font-weight:500}.project-modal .modal-info .project-meta{align-items:center;gap:24px;display:flex}.project-modal .modal-info .project-meta .project-date{align-items:center;gap:8px;display:flex}.project-modal .modal-info .project-meta .project-date .point{background-color:var(--primary-color);border-radius:1000px;width:8px;height:8px}.project-modal .modal-info p{color:#fffc;margin:0;font-size:18px;line-height:1.7}.project-modal .modal-info button{color:var(--bg-color);cursor:pointer;background-color:#f2f4f7cc;border-radius:20px;margin-top:32px;padding:8px 32px;font-size:20px;transition:all .2s}.project-modal .modal-info button:hover{background-color:var(--primary-color);color:#fff}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@media (width<=900px){.project-modal{flex-direction:column;padding:24px}.project-modal .modal-info{padding-top:0}}.Testimonials{background-color:#68686833;justify-content:center;align-items:center;height:600px;margin:120px 0;display:flex}.Testimonials .Testimonials-container{justify-content:space-between;width:1240px;display:flex}.Testimonials .Testimonials-container .testimonials-content h2{color:#979797;font-size:18px;font-weight:500}.Testimonials .Testimonials-container .testimonials-content h3{font-width:700;margin-top:20px;font-size:48px}.Testimonials .Testimonials-container .testimonials-content ul{flex-direction:column;gap:16px;margin-top:20px;display:flex}.Testimonials .Testimonials-container .testimonials-content ul li{align-items:center;gap:8px;font-size:20px;display:flex}.Testimonials .Testimonials-container .testimonials-content ul li svg{color:var(--primary-color)}.Testimonials .Testimonials-container .testimonials-content button{color:var(--bg-color);cursor:pointer;background-color:#f2f4f7cc;border-radius:20px;margin-top:32px;padding:8px 32px;font-size:20px;transition:all .2s}.Testimonials .Testimonials-container .testimonials-content button:hover{background-color:var(--primary-color);color:#fff}.Testimonials .Testimonials-container .reviews-container{position:relative}.Testimonials .Testimonials-container .reviews-container .background{z-index:-1;width:674px;height:485px;clip-path:path("M392.45 0.834079C317.916 -3.85171 103.241 4.85963 9.87163 198.739C-31.1509 316.259 58.6266 421.78 224.45 444.834C427.868 473.115 566.95 558.834 650.45 344.334C720.631 164.048 631.073 15.8359 392.45 0.834079Z");background-color:var(--primary-color);position:absolute;top:-40px;left:-40px}.Testimonials .Testimonials-container .reviews-container .decor-1{position:absolute;top:50%;left:-120px}.Testimonials .Testimonials-container .reviews-container .decor-2{position:absolute;top:-30px;right:-30px}.Testimonials .Testimonials-container .reviews-container .decor-3{position:absolute;top:80%;left:-60px}.reviews{width:590px;height:360px;position:relative}.reviews .review-box{color:#000;background-color:#fff;border-radius:25px;width:541px;height:279px;padding:30px;position:absolute;box-shadow:0 10px 40px #00000026}.reviews .review-info{align-items:center;gap:16px;display:flex}.reviews .review-feedback{margin-top:32px;line-height:1.8}.Contact{text-align:center;width:1240px;margin:auto}.Contact h2{width:70%;margin:auto;font-size:64px}.Contact h2 span{color:var(--primary-color)}.Contact .form-container{justify-content:space-between;align-items:center;margin:80px 0;display:flex}.FormContact{flex-direction:column;gap:32px;width:580px;display:flex}.FormContact .input-box{flex-direction:column;align-items:start;gap:12px;display:flex}.FormContact .input-box .label{align-items:center;gap:8px;font-size:20px;font-weight:400;display:flex}.FormContact .input-box input{background-color:var(--bg-color);color:#fff;border:none;border-bottom:1px solid #ffffff4d;width:100%;height:48px;padding:0 24px;font-size:16px}.FormContact .input-box input:focus{outline:none}.FormContact .input-box textarea{background-color:var(--bg-color);color:#fff;border:1px solid #ffffff4d;border-radius:8px;width:100%;min-width:100%;max-width:100%;min-height:96px;padding:16px 24px;font-size:16px}.FormContact .input-box textarea:focus{outline:none}.FormContact button{background-color:var(--primary-color);color:#fff;cursor:pointer;border-radius:1000px;width:fit-content;padding:16px 40px;font-size:16px;transition:all .3s}.FormContact button:hover{color:var(--bg-color);background-color:#fff}.Footer{background-color:#171717;flex-direction:column;justify-content:center;align-items:center;padding:40px;display:flex}.Footer .my-accounts{border-top:1px solid var(--primary-color);justify-content:center;align-items:center;gap:24px;width:800px;margin-top:24px;padding-top:24px;display:flex}.Footer .my-accounts svg{font-size:28px;transition:all .3s}.Footer .my-accounts svg:hover{color:var(--primary-color)}@media (width<=1280px){body{overflow-x:hidden}.container{max-width:100%;padding-inline:24px}}@media (width<=480px){.container{padding-inline:16px}}@media (width<=1024px){.navbar{height:72px;margin:30px 8px}.navbar ul{gap:8px}.navbar ul li a{font-size:15px}}@media (width<=768px){.navbar{display:none}.small-navbar{display:block}}@media (width<=480px){.small-navbar{margin:12px}}@media (width<=1280px){.hero .hero-title .title h1{font-size:80px}.hero .hero-actions{width:min(800px,100%)}}@media (width<=1024px){.hero .hero-title .title h1{font-size:64px}.hero .hero-title .title .vector{bottom:-36px;left:-40px}.hero .hero-title .title .vector img{width:48px}.hero .hero-title .subtitle .vector img{width:32px}.hero .about-me{margin-top:40px}.hero .about-me .who-am-i{width:340px;font-size:18px}.hero .about-me .experience .starts{font-size:24px}.hero .about-me .experience .years-of-experience{font-size:36px}}@media (width<=768px),(width<=1024px) and (orientation:portrait){.hero{flex-direction:column;align-items:center;height:auto;min-height:0;margin-top:0;padding-inline:16px;display:flex}.hero .hero-title{display:contents}.hero .intro{order:1;gap:16px;margin-top:8px}.hero .hero-title .subtitle .text{font-size:16px}.hero .hero-title .subtitle .vector{top:-24px;right:-18px}.hero .hero-title .subtitle .vector img{width:28px}.hero .hero-title .title h1{text-align:center;font-size:56px}.hero .hero-title .title .vector{display:none}.hero .hero-actions{order:2;width:100%;height:calc(100dvh - 330px);min-height:260px;margin-top:16px;position:relative;bottom:auto;left:auto;transform:none}.hero .hero-actions .background{aspect-ratio:2;height:auto;top:auto;bottom:0}.hero .hero-actions .hero-img{object-fit:contain;object-position:bottom;max-width:100%;height:100%;max-height:540px;bottom:0}.hero .hero-actions .actions{font-size:16px;bottom:16px}.hero .hero-actions .actions .portfolio{padding:10px 24px}.hero .hero-actions .actions .portfolio .arrow svg{font-size:24px}.hero .hero-actions .actions .download-cv{padding:10px 16px}.hero .about-me{flex-direction:column;order:3;align-items:center;gap:32px;margin-top:32px}.hero .about-me .who-am-i{text-align:center;width:100%;max-width:480px}.hero .about-me .experience{text-align:center}}@media (width<=768px){.hero .hero-title .subtitle .text{font-size:14px}.hero .hero-title .intro{margin-top:48px}.hero .hero-title .title h1{margin-top:24px;font-size:52px}.hero .hero-actions{height:calc(100dvh - 330px)}}@media (width<=480px){.hero{overflow-x:hidden}.hero .hero-title .intro{margin-top:48px}.hero .hero-title .title h1{margin-top:16px;font-size:42px}.hero .hero-actions{height:calc(100dvh - 296px)}.hero .hero-actions .hero-img{width:70%}.hero .hero-actions .actions{border-width:2px;font-size:15px;bottom:12px}.hero .hero-actions .actions .portfolio{padding:8px 16px}.hero .hero-actions .actions .portfolio .arrow svg{font-size:20px}.hero .hero-actions .actions .download-cv{padding:8px 12px}.hero .about-me .who-am-i{font-size:16px}}@media (width<=1280px){.SocialMedia{gap:24px;width:auto;margin:100px 24px}}@media (width<=1024px){.SocialMedia{flex-wrap:wrap}.SocialMedia .social-media-link{flex:40%}.SocialMedia .social-media-link svg{font-size:40px}.SocialMedia .social-media-link .media-name-text{font-size:24px}}@media (width<=480px){.SocialMedia{gap:16px;margin:60px 16px}.SocialMedia .social-media-link{flex:100%;padding:16px}.SocialMedia .social-media-link svg{font-size:32px}.SocialMedia .social-media-link .media-name-text{font-size:20px}}@media (width<=1280px){.services{width:auto;margin:40px 24px}}@media (width<=768px){.services h2{font-size:36px}.services p{font-size:18px}.services .services-list{margin-top:32px}.services-card-expanded{flex-direction:column-reverse;gap:24px;padding:24px}.services-card-expanded .expanded-content{padding-top:0}.services-card-expanded .expanded-content h3{font-size:26px}.services-card-expanded .expanded-content p{font-size:16px}.services-card-expanded .expanded-image img{max-height:260px}}@media (width<=480px){.services{margin:40px 16px}.services h2{font-size:30px}.services p{font-size:16px}.services-card-container{--notch-w:96px;--notch-h:101px;--notch-r:53px;width:100%;max-width:388px}.services-card-container .action .open-card-button{width:72px;height:72px}.services-card-container .action .open-card-button svg{font-size:28px}.services-card-expanded{padding:20px}.services-card-expanded .expanded-content .service-list-items{grid-template-columns:1fr;gap:12px}.services-card-expanded .expanded-content .service-list-items li{font-size:15px}}@media (width<=1280px){.Skills{width:auto;margin:100px 24px}}@media (width<=768px){.Skills h3{margin-bottom:32px}.Skills .skillsitems{margin:0 40px}.Skills .skillsitems svg{font-size:32px}.Skills .skillsitems p{font-size:16px}}@media (width<=480px){.Skills{margin:60px 16px}.Skills .skillsitems{margin:0 24px}}@media (width<=1280px){.Projects{width:auto;margin:40px 24px}.Projects .projects-cards{justify-items:center;gap:32px}}@media (width<=1024px){.Projects .projects-cards{grid-template-columns:repeat(2,1fr);gap:40px}}@media (width<=768px){.Projects h2{font-size:36px}.Projects p{font-size:18px}.Projects .projects-cards{grid-template-columns:1fr}}@media (width<=480px){.Projects{margin:40px 16px}.Projects h2{font-size:30px}.Projects p{font-size:16px}}@media (width<=420px){.Projects-card{--notch-w:86px;--notch-h:84px;--notch-r:46px;width:100%}.Projects-card .project-image-container{aspect-ratio:372/414;width:100%;height:auto}.Projects-card .project-image-container .arrow{width:64px;height:64px;bottom:8px}.Projects-card .project-image-container .arrow svg{font-size:24px}.Projects-card .project-info h3{font-size:20px}}@media (width<=768px){.project-modal-overlay{padding:16px}.project-modal{border-radius:24px;gap:24px;max-height:92vh;padding:20px}.project-modal .close-btn{width:38px;height:38px;top:12px;right:12px}.project-modal .modal-gallery .main-image .nav-arrow{width:38px;height:38px}.project-modal .modal-gallery .main-image .nav-arrow svg{font-size:20px}.project-modal .modal-gallery .thumbnails .thumbnail{width:72px;height:52px}.project-modal .modal-info{padding-top:0}.project-modal .modal-info h3{font-size:24px}.project-modal .modal-info p{font-size:16px}.project-modal .modal-info button{margin-top:16px;font-size:16px}}@media (width<=480px){.project-modal-overlay{padding:12px}.project-modal{padding:16px}.project-modal .modal-gallery .thumbnails .thumbnail{width:60px;height:44px}}@media (width<=1280px){.Testimonials .Testimonials-container{width:100%;padding-inline:24px}}@media (width<=1024px){.Testimonials{height:auto;margin:80px 0;padding:60px 0}.Testimonials .Testimonials-container{flex-direction:column;align-items:center;gap:80px}.Testimonials .Testimonials-container .testimonials-content{text-align:center}.Testimonials .Testimonials-container .testimonials-content ul li{justify-content:center}.Testimonials .Testimonials-container .reviews-container{margin-inline:auto}}@media (width<=768px){.Testimonials .Testimonials-container{gap:48px}.Testimonials .Testimonials-container .testimonials-content h3{font-size:36px}.Testimonials .Testimonials-container .reviews-container{width:100%}.Testimonials .Testimonials-container .reviews-container .background,.Testimonials .Testimonials-container .reviews-container .decor-1,.Testimonials .Testimonials-container .reviews-container .decor-2,.Testimonials .Testimonials-container .reviews-container .decor-3{display:none}.reviews{width:100%;height:380px}.reviews .review-box{width:calc(100% - 70px);height:auto;min-height:260px;padding:24px}}@media (width<=480px){.Testimonials .Testimonials-container .testimonials-content h3{font-size:30px}.Testimonials .Testimonials-container .testimonials-content ul li{font-size:18px}.reviews{height:400px}.reviews .review-box .review-feedback{margin-top:20px;font-size:15px}}@media (width<=1280px){.Contact{width:auto;margin-inline:24px}}@media (width<=1024px){.Contact h2{width:90%;font-size:48px}.Contact .form-container{margin:60px 0}}@media (width<=768px){.Contact h2{width:100%;font-size:36px}.Contact .form-container{flex-direction:column;gap:48px;margin:48px 0}.Contact .form-container img,.FormContact{width:100%}}@media (width<=480px){.Contact{margin-inline:16px}.Contact h2{font-size:28px}.FormContact{gap:24px}.FormContact .input-box .label{font-size:18px}.FormContact button{width:100%}}@media (width<=900px){.Footer .my-accounts{width:100%}}@media (width<=480px){.Footer{text-align:center;padding:32px 16px}.Footer .my-accounts{flex-wrap:wrap;gap:16px}.Footer .my-accounts svg{font-size:24px}}
