@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap";.app{background-color:var(--primary-color);font-family:var(--font-base)}.app__whitebg{background-color:var(--white-color)}.app__primarybg{background-color:var(--primary-color)}.app__container{width:100%;min-height:100vh;display:flex;flex-direction:column;overflow:hidden;padding:4rem 2rem}.app__flex{display:flex;justify-content:center;align-items:center}.app__wrapper{flex:1;width:100%;flex-direction:column;padding:4rem 2rem}@media screen and (max-width: 450px){.app__wrapper{padding:4rem 1rem 2rem}}.app__circle{width:50px;height:50px;display:flex;justify-content:center;align-items:center;margin:1rem;border-radius:50%;background-color:var(--lightGray-color)}.app__circle img{width:60%;height:60%}@media screen and (max-width: 600px){.app__circle{width:18vw;height:18vw;margin:0}}.head-text{font-size:2.75rem;font-weight:800;text-align:center;color:var(--black-color);text-transform:capitalize}.head-text span{color:var(--secondary-color)}@media screen and (min-width: 2000px){.head-text{font-size:4rem}}@media screen and (max-width: 450px){.head-text{font-size:2rem}}.p-text{font-size:.9rem;text-align:left;color:var(--gray-color);line-height:1.5}@media screen and (min-width: 2000px){.p-text{font-size:1.75rem}}.bold-text{font-size:1rem;font-weight:800;color:var(--black-color);text-align:left}@media screen and (min-width: 2000px){.bold-text{font-size:2rem}}@media screen and (max-width: 450px){.bold-text{font-size:.9rem}}.app__navigation{display:flex;justify-content:center;align-items:center;flex-direction:column;padding:1rem}.app__navigation .app__navigation-dot{width:10px;height:10px;border-radius:50%;background-color:#cbcbcb;margin:.5rem;transition:background-color .2s ease-in-out}.app__navigation .app__navigation-dot:hover{background-color:var(--secondary-color)}@media screen and (min-width: 2000px){.app__navigation .app__navigation-dot{width:20px;height:20px}}@media screen and (max-width: 500px){.app__navigation,.app__social{display:none}.copyright{padding:2rem}}.app__header{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;background:#ffffff40;box-shadow:0 8px 32px #1f26875e;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.18);position:sticky;top:0;left:0;z-index:2}.app__header-logo{display:flex;justify-content:flex-start;align-items:center}.app__header-logo img{width:90px;height:20px}@media screen and (min-width: 2000px){.app__header-logo img{width:180px;height:40px}}.app__header-nav{display:flex;justify-content:center;align-items:center;flex:1}@media screen and (max-width: 900px){.app__header-nav{flex:unset}}.app__header-nav-links{flex:1;display:flex;justify-content:center;align-items:center;list-style:none}.app__header-nav-links li{margin:0 1rem;cursor:pointer;flex-direction:column}.app__header-nav-links li div{width:5px;height:5px;background:transparent;border-radius:50%;margin-bottom:5px}.app__header-nav-links li a{color:var(--gray-color);text-decoration:none;flex-direction:column;text-transform:uppercase;font-weight:500;transition:all .3s ease-in-out}.app__header-nav-links li a:hover{color:var(--secondary-color)}.app__header-nav-links li:hover div{background:var(--secondary-color)}@media screen and (max-width: 900px){.app__header-nav-links{display:none}}.app__header-menu{width:35px;height:35px;border-radius:50%;position:relative;display:flex;justify-content:center;align-items:center;background-color:var(--secondary-color)}.app__header-menu svg{width:70%;height:70%;color:var(--white-color)}.app__header-menu div{position:fixed;top:0;bottom:0;right:0;z-index:5;padding:1rem;width:80%;height:100vh;display:flex;justify-content:flex-end;align-items:flex-end;flex-direction:column;background:url(/assets/bgWhite-D_34Umbb.png);background-color:var(--white-color);background-size:cover;background-repeat:repeat;box-shadow:0 0 20px #a8a8a826}.app__header-menu div svg{width:35px;height:35px;color:var(--secondary-color);margin:.5rem 1rem}.app__header-menu div ul{list-style:none;margin:0;padding:0;height:100%;width:100%;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column}.app__header-menu div ul li{margin:1rem}.app__header-menu div ul li a{color:var(--gray-color);text-decoration:none;font-size:1rem;text-transform:uppercase;font-weight:500;transition:all .3s ease-in-out}.app__header-menu div ul li a:hover{color:var(--secondary-color)}@media screen and (min-width: 900px){.app__header-menu div{display:none}}@media screen and (min-width: 900px){.app__header-menu{display:none}}.app__footer{background-color:#d1d3e7;border-radius:2rem 2rem 0 0}.app__footer__copyright{width:100%;padding:.5rem;display:flex;justify-content:center;align-items:center}.app__social{position:fixed;bottom:0;left:0;display:flex;justify-content:flex-end;align-items:center;flex-direction:column;padding:1rem}.app__social .app_social__icon a{width:40px;height:40px;border-radius:50%;background-color:var(--white-color);margin:.25rem 0;border:1px solid var(--lightGray-color);display:flex;justify-content:center;align-items:center;transition:all .3s ease-in-out}.app__social .app_social__icon a svg{width:15px;height:15px;color:#3a71ca}.app__social .app_social__icon a:hover{background-color:var(--secondary-color);border-color:var(--secondary-color)}.app__social .app_social__icon a:hover svg{color:var(--white-color)}@media screen and (min-width: 2000px){.app__social .app_social__icon a{width:70px;height:70px;margin:.5rem 0}.app__social .app_social__icon a svg{width:30px;height:30px}}.app__social .app_social__icon--github a svg{color:var(--gray-color)}.about-card{width:100%;max-width:220px;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;cursor:pointer;margin:0 auto}.about-card img{width:100%;height:auto;object-fit:cover;border-radius:18px}.about-card .profil-card__footer{margin-top:1rem}.about-card .profil-card__footer h3{font-size:1rem}.about-card .profil-card__footer p{font-size:.875rem;line-height:1.2rem}@media screen and (max-width: 600px){.about-card{max-width:100%;border-radius:12px}.about-card .profil-card__footer h3{font-size:.95rem}.about-card .profil-card__footer p{font-size:.8rem}}.about-modal{position:fixed;z-index:9999;top:0;left:0;width:100%;height:100%}.about-modal__overlay{width:100%;height:100%;display:flex;justify-content:center;align-items:center;background-color:#0000004d}.about-modal__overlay__content{width:85%;height:85%;border:6px solid var(--primary-color);border-radius:10px;background-color:#f5f5f5;text-align:center}.about-modal__overlay__content__header{border-radius:10px 10px 0 0;box-shadow:0 4px 5px #0000001a;padding:.5rem}.about-modal__overlay__content__header h3{font-size:1.2rem;color:#3a71ca;text-align:center}.about-modal__overlay__content__body{display:flex;height:80%;margin:0 10px 10px}.about-modal__overlay__content__body div:nth-child(1){flex:1;overflow:auto;word-wrap:wrap}.about-modal__overlay__content__body div:nth-child(2){flex:.9}.about-modal__overlay__content__body div:nth-child(2) img{object-fit:cover}@media screen and (max-width: 750px){.about-modal__overlay__content__body div:nth-child(2){display:none}}.about-modal__overlay__content__footer a{display:inline-block;border:none;padding:.6rem;background-color:var(--secondary-color);color:#fff;text-decoration:none;cursor:pointer;transform:scale(1);transition:transform .15s ease-in}.about-modal__overlay__content__footer a:hover{transform:scale(1.1)}.app__about{position:relative;width:100%;padding:4rem 1rem;display:flex;flex-direction:column;align-items:center}.app__about__headline{color:var(--secondary-color);text-align:center;margin-bottom:2.5rem;font-size:clamp(1.5rem,2vw,2.25rem);font-weight:600}.app__about__profil-cards{align-items:center;flex-wrap:wrap;justify-content:center;gap:5rem;width:100%;max-width:1000px;margin-top:5rem}.app__about__profil-cards>*{flex:1 1 250px;max-width:300px;min-width:220px}@media screen and (max-width: 900px){.app__about__profil-cards{gap:1.25rem}.app__about__profil-cards>*{flex:1 1 45%;max-width:100%}}@media screen and (max-width: 600px){.app__about__profil-cards{flex-direction:column;align-items:center;gap:1rem}.app__about__profil-cards>*{flex:1 1 100%;max-width:90%}}.app__contact{justify-content:center;align-items:center;padding-bottom:.5rem;background-color:#d4eeff;text-align:center}.app__contact .head-text{color:var(--secondary-color)}.app__contact .bold-text{text-align:center}.app__contact form{align-self:normal;padding:2rem}.app__contact .form-input-wrapper{padding:.4rem}.app__contact .form-item{width:50%;padding:.5rem;background-color:var(--primary-color);border:none;outline:1px solid transparent;border-radius:6px;font-size:1rem;font-family:var(--font-base);accent-color:var(--secondary-color);transition:all .2s ease-in-out}.app__contact .form-item.app__secondarybg{color:var(--white-color);background-color:var(--secondary-color)}.app__contact .form-item:hover{box-shadow:0 0 6px var(--lightGray-color)}.app__contact .form-item:focus{outline:1px solid var(--secondary-color)}.app__contact .form-item:invalid:not(:focus){outline:1px solid #F73B5A}@media screen and (max-width: 900px){.app__contact .form-item{width:80%}}@media screen and (max-width: 550px){.app__contact .form-item{width:100%}}.app__contact .form-item--submit{overflow:visible;cursor:pointer;padding:.8rem 1rem;outline:1px solid var(--secondary-color);background-color:transparent;color:var(--secondary-color);font-weight:700}.app__contact .form-item--submit:hover{background-color:var(--secondary-color);color:var(--primary-color)}.lds-dual-ring{color:var(--white-color)}.lds-dual-ring,.lds-dual-ring:after{box-sizing:border-box;margin:0;padding:0}.lds-dual-ring{display:inline-block;width:1rem;height:1rem}.lds-dual-ring:after{content:" ";display:block;width:24px;height:24px;border-radius:50%;border:6.4px solid currentColor;border-color:currentColor transparent currentColor transparent;animation:lds-dual-ring 1.2s linear infinite}@keyframes lds-dual-ring{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.app__hero{background:url(/assets/bgWhite-D_34Umbb.png);background-size:cover}.app__hero__head{display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;align-content:center;justify-items:center}.app__hero__head>div{flex:1}.app__hero__head__info{display:flex;flex-direction:column;align-items:flex-end;gap:1rem;flex-shrink:1}.app__hero__head__info>div{padding:1rem 2rem;border-radius:15px;box-shadow:0 0 20px #0000001a;background-color:#fff}@media screen and (max-width: 300px){.app__hero__head__info>div{padding:1rem;flex-direction:column}}.app__hero__head__info__presentation{display:flex;align-items:center;gap:1rem;align-self:flex-start}.app__hero__head__info__presentation .hand-wave{font-size:xx-large}.app__hero__head__info__skills-tags{align-self:flex-end;text-transform:uppercase}.app__hero__head__info__skills-tags .p-text--skill-tag{text-align:right;font-weight:500}.app__hero__head__info__greeting{align-self:center}.app__hero__head__info__greeting .p-text--greeting{text-transform:uppercase;color:#000;font-size:large;font-weight:700}.app__hero__head__profile{flex-shrink:1;text-align:center}.app__hero__head__profile img{width:400px;height:400px;border-radius:50%}@media screen and (max-width: 600px){.app__hero__head__profile img{width:75vw;height:75vw}}.app__hero__head__tech-imgs{display:flex}@media screen and (max-width: 1115px){.app__hero__head__tech-imgs{flex-direction:column}}.app__hero__head__tech-imgs__col{width:150px}.app__hero__head__tech-imgs__col div:nth-child(2),.app__hero__head__tech-imgs__col div:nth-child(3){transform:translate(50px)}@media screen and (max-width: 1115px){.app__hero__head__tech-imgs__col div:nth-child(2),.app__hero__head__tech-imgs__col div:nth-child(3){transform:translate(0)}}@media screen and (max-width: 1115px){.app__hero__head__tech-imgs__col{display:flex;width:auto;justify-content:center;margin-bottom:1rem}}@media screen and (max-width: 600px){.app__hero__head__tech-imgs__col{justify-content:space-between}}.app__hero__foot{display:flex;justify-content:center;overflow:hidden}.app__hero__foot>div{width:100%;flex:1;display:flex;flex-direction:row;justify-content:center}@media screen and (max-width: 600px){.app__hero__foot>div{justify-content:space-between;position:absolute;padding:0 2rem}}.app__circle--hero{width:100px;height:100px;background-color:var(--white-color)}@media screen and (max-width: 600px){.app__circle--hero{width:18vw;height:18vw}}.app__skills{background-color:var(--white-color)}.app__skills .app__skills-circle{position:relative;width:400px;height:400px;border-radius:50%}.app__skills .app__skills-circle .skill-item{position:absolute;top:0;left:0;transform-origin:center}@media screen and (max-width: 750px){.app__skills .app__skills-circle{width:100%;height:auto;border-radius:0;display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.app__skills .app__skills-circle .skill-item{position:static;transform:none!important}}.app__skills .head-text{text-align:center;margin-bottom:4rem}.app__skills .learning-items{display:flex;flex-direction:column;align-items:flex-start;gap:1.5rem}.app__skills>.app__flex{flex:1;align-items:stretch;gap:4rem;padding:2rem}.app__skills>.app__flex>div{flex:.8;text-align:left}.app__skills>.app__flex>div:nth-child(1){flex:1.2;flex-wrap:wrap;align-items:flex-start;border-right:1px dashed var(--lightGray-color)}.app__skills>.app__flex>div:nth-child(1) .skill-item{flex-direction:column}@media screen and (max-width: 750px){.app__skills>.app__flex{flex-direction:column-reverse}.app__skills>.app__flex>div:nth-child(1){border:none}}.learning-item>div{flex-direction:column;align-items:flex-start}.learning-item>div:nth-child(1){align-items:center;margin-right:1rem}.learning-item .app__circle{width:50px;height:50px;background-color:transparent;margin:0;padding:0}.learning-item .app__circle img{width:100%;height:100%}.learning-item a{color:var(--secondary-color);text-decoration:none}.learning-item a:hover{text-decoration:underline}.learning-item a svg{width:10px;height:10px}.app__works{background-color:#e8eeff}.app__works .app__work-filter{display:flex;justify-content:center;flex-wrap:wrap;gap:1rem;margin:4rem 0}.app__works .app__work-filter .app__work-filter-item{padding:.6rem 1rem;background-color:#fff;border-radius:.5rem;color:#1a1a1a;font-weight:800;cursor:pointer;transition:all .3s ease}.app__works .app__work-filter .app__work-filter-item.item-active{background-color:var(--secondary-color);color:#e8eeff}.app__works .app__work-portfolio{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem}.app__works .app__work-portfolio .app__work-item{width:270px;height:420px;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;padding:1rem;background-color:#fff;border-radius:.5rem;cursor:pointer;transition:all .3s ease}.app__works .app__work-portfolio .app__work-item:hover{box-shadow:0 0 25px #0003}.app__works .app__work-portfolio .app__work-item .app__work-img{width:100%;height:200px;position:relative;border-radius:.5rem;overflow:hidden}.app__works .app__work-portfolio .app__work-item .app__work-img img{width:100%;height:100%;object-fit:contain;object-position:center;image-rendering:auto;border-radius:.5rem;background-color:var(--primary-color)}.app__works .app__work-portfolio .app__work-item .app__work-img .app__work-hover{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#00000080;border-radius:.5rem;display:flex;justify-content:center;align-items:center;gap:1rem;opacity:0}.app__works .app__work-portfolio .app__work-item .app__work-img .app__work-hover .icon-wrapper{width:50px;height:50px;border-radius:50%;background-color:#fff3;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:all .3s ease}.app__works .app__work-portfolio .app__work-item .app__work-img .app__work-hover .icon-wrapper:hover{background-color:#fff}.app__works .app__work-portfolio .app__work-item .app__work-img .app__work-hover .icon-wrapper:hover svg{color:#000}.app__works .app__work-portfolio .app__work-item .app__work-img .app__work-hover .icon-wrapper svg{width:50%;height:50%;color:#fff;transition:color .3s ease}.app__works .app__work-portfolio .app__work-item .app__work-img .app__work-tag{position:absolute;bottom:0;background-color:#d6e1fd;padding:.2rem .5rem;border-top-right-radius:.5rem;border-top-left-radius:.5rem}.app__works .app__work-portfolio .app__work-item .app__work-content{flex:1;width:100%;flex-direction:column;justify-content:flex-start;align-items:center;text-align:center;margin-top:1.5rem;padding-top:8px;overflow:hidden}.app__works .app__work-portfolio .app__work-item .app__work-content .app__work-description{display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.work-modal{position:fixed;z-index:9999;top:0;left:0;width:100%;height:100%}.work-modal__overlay{width:100%;height:100%;background-color:#00000059;display:flex;justify-content:center;align-items:center;padding:1rem;overflow-y:auto}.work-modal__content{width:85%;max-width:900px;background-color:#fff;border-radius:12px;display:flex;flex-direction:column;box-shadow:0 6px 20px #00000040;overflow:hidden}.work-modal__header{display:flex;justify-content:space-between;align-items:center;background:var(--primary-color);color:#fff;padding:.7rem 1rem}.work-modal__header h3{font-size:1.3rem}.work-modal__header .work-modal__close{background:transparent;border:none;font-size:1.5rem;cursor:pointer;color:#fff}.work-modal__body{display:flex;flex-direction:row;gap:1rem;padding:1rem}.work-modal__body .work-modal__description{flex:1;font-size:1rem;line-height:1.5rem}.work-modal__body .work-modal__tags{margin-top:1rem;display:flex;gap:.5rem;flex-wrap:wrap}.work-modal__body .work-modal__tags .tag{display:inline-block;background:#f0f0f0;padding:.3rem .6rem;border-radius:6px;font-size:.85rem;color:#555}.work-modal__body .work-modal__image{flex:1;display:flex;justify-content:center;align-items:center}.work-modal__body .work-modal__image img{max-width:100%;max-height:100%;border-radius:10px;object-fit:contain}@media screen and (max-width: 768px){.work-modal__body .work-modal__image{display:none}}.work-modal__footer{display:flex;justify-content:center;gap:1rem;padding:.8rem;background:#fafafa;border-top:1px solid #ddd}.work-modal__footer a{display:flex;align-items:center;gap:.4rem;padding:.5rem 1rem;border-radius:6px;background:var(--secondary-color);color:#fff;text-decoration:none;font-size:.9rem;transition:transform .2s}.work-modal__footer a:hover{transform:scale(1.05)}.app__container--testimonials .app__testimonial{flex:1;width:100%;flex-direction:column}.app__container--testimonials .app__testimonial-item{width:60%;min-height:320px;background-color:var(--white-color);display:flex;flex-direction:row;padding:2rem;border-radius:15px;box-shadow:0 0 30px #0000001a;transition:all .3s ease-in-out}.app__container--testimonials .app__testimonial-item img{width:100px;height:100px;border-radius:50%;object-fit:cover}@media screen and (min-width: 2000px){.app__container--testimonials .app__testimonial-item{min-height:450px}.app__container--testimonials .app__testimonial-item img{width:150px;height:150px}}@media screen and (max-width: 850px){.app__container--testimonials .app__testimonial-item{width:100%}}@media screen and (max-width: 600px){.app__container--testimonials .app__testimonial-item{flex-direction:column}}.app__container--testimonials .app__testimonial-content{flex:1;height:100%;padding:0 2rem;text-align:left;display:flex;flex-direction:column;justify-content:space-around;align-items:flex-start}.app__container--testimonials .app__testimonial-content p{font-size:1.25rem;line-height:2rem;color:var(--black-color);font-family:var(--font-base)}@media screen and (min-width: 2000px){.app__container--testimonials .app__testimonial-content p{font-size:2rem;line-height:3.5rem}}.app__container--testimonials .app__testimonial-content h4{font-weight:600;color:var(--secondary-color);margin-top:2rem}.app__container--testimonials .app__testimonial-content h5{font-weight:400;color:var(--gray-color);margin-top:5px}@media screen and (max-width: 600px){.app__container--testimonials .app__testimonial-content{margin-top:2rem;padding:0}}.app__container--testimonials .app__testimonial-btns{flex-direction:row;margin-top:1rem}.app__container--testimonials .app__testimonial-btns div{width:50px;height:50px;border-radius:50%;background-color:var(--white-color);margin:1rem;transition:all .3s ease-in-out}.app__container--testimonials .app__testimonial-btns div svg{width:20px;height:20px;color:var(--secondary-color)}.app__container--testimonials .app__testimonial-btns div:hover{background-color:var(--secondary-color)}.app__container--testimonials .app__testimonial-btns div:hover svg{color:var(--white-color)}@media screen and (min-width: 2000px){.app__container--testimonials .app__testimonial-btns div{width:100px;height:100px}.app__container--testimonials .app__testimonial-btns div svg{width:45px;height:45px}}.app__container--testimonials .app__testimonial-brands{width:80%;flex-wrap:wrap;margin-top:2rem}.app__container--testimonials .app__testimonial-brands div{width:150px;margin:1.5rem}.app__container--testimonials .app__testimonial-brands div img{width:100%;height:auto;object-fit:cover;filter:grayscale(1)}.app__container--testimonials .app__testimonial-brands div:hover img{filter:grayscale(0)}@media screen and (min-width: 2000px){.app__container--testimonials .app__testimonial-brands div{width:210px;margin:2rem}}@media screen and (max-width: 450px){.app__container--testimonials .app__testimonial-brands div{width:120px;margin:1rem}}@media screen and (max-width: 800px){.app__container--testimonials .app__testimonial-brands{width:100%}}:root{--font-base: "DM Sans", sans-serif;--primary-color: #edf2f8;--secondary-color: #313bac;--black-color: #030303;--lightGray-color: #e4e4e4;--gray-color: #6b7688;--brown-color: #46364a;--white-color: #ffffff}*{box-sizing:border-box;padding:0;margin:0;scroll-behavior:smooth}
