@import"https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap";@import"https://fonts.googleapis.com/css2?family=Noto+Sans+Arabic:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap";:root{--primary-color: #0e0d0f;--secondary-color: #ffffff;--accent-color: #abc4ff;--shadow-color: #00000026;--background-color: #2222;--success-color: #e2ffdb;--failed-color: #ffdbdb;--border-color: #b2b2b2;--github-color: #6e5494;--whatsapp-color: #25d366;--email-color: #4084F4;--phone-color: #227a00;--linkedin-color: #0077B5;--link-color: #008ae0}body{background-color:#2222}*{margin:0;padding:0;font-optical-sizing:auto;font-weight:300;font-style:normal}html[lang=ar]{font-family:Rubik,"sans-serif";line-height:1.5}html[lang=en],html[lang=fr],html[lang=de],html[lang=es]{font-family:Roboto,"sans-serif"}.navbar-background{background:#0e0d0f;display:flex;position:fixed;top:0;flex-direction:row;height:65px;width:100%;align-items:center;border-bottom:0 solid var(--secondary-color);transition:height 1s ease-in-out,border .3s ease-in-out;gap:.5rem;z-index:10}.navbar-background.scrolled{height:60px;background:var(--primary-color);border-bottom:5px var(--secondary-color) solid}.logo-div{display:flex;align-items:center;width:30%;height:100%;padding-inline-start:2rem}.logo-image,.sidebar-logo-image{height:100%;max-height:50px}.items-div{width:70%;height:100%;padding-inline-end:2rem}.items-list{height:100%;display:flex;list-style:none;color:var(--secondary-color);align-items:center;justify-content:flex-end;gap:2rem}.list-item{cursor:pointer}.navbar-background .items-list .list-item a{position:relative;color:var(--secondary-color);text-decoration:none}.navbar-background .items-list .list-item a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background-color:var(--secondary-color);transition:width .3s ease}.navbar-background .items-list .list-item:hover a:after{width:100%}.mobile{display:none}.sidebar-menu{background-color:var(--primary-color);position:fixed;top:0;inset-inline-end:-100%;display:flex;flex-direction:column;transition:inset-inline-end .3s ease-in-out;height:100vh;width:80%}.sidebar-menu.visible{inset-inline-end:0}.top-div{display:flex;width:100%;height:auto;padding-inline-start:unset;justify-content:space-between;align-items:center;padding:20px 0}.logo-div-sidebar,.exit-div-sidebar{display:flex;width:50%}.logo-div-sidebar{justify-content:flex-start;padding-inline-start:1rem}.exit-div-sidebar{justify-content:flex-end;padding-inline-end:1rem}.exit-div-sidebar svg{height:24px}.items-list-mobile{display:flex;flex-direction:column;justify-content:center;gap:1rem}@media screen and (max-width: 768px){.non-mobile{display:none!important;width:0!important;padding:unset}.mobile{display:block}.logo-div{width:80%}.items-div{width:20%;display:flex;justify-content:flex-end}.items-list{justify-content:flex-start;gap:1rem;flex-direction:column;font-size:18px}}@media screen and (max-width: 400px){li{font-size:16px}}@media screen and (max-width: 350px){li{font-size:14px}}.LanguageSelector{border-radius:4px;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;width:100%}.LanguageSelector:hover{background-color:var(--secondary-color);color:var(--primary-color)}select.LanguageSelector{position:relative}.LanguageSelector option{padding:10px;background-color:var(--secondary-color)}g{fill:var(--primary-color)}.hero-section{margin-top:50px}.hero-background{background-color:var(--primary-color);display:flex;justify-content:space-around;align-items:center;padding-left:8rem;padding-right:8rem;padding-bottom:3rem}.hero-text{height:100%;width:100%;font-weight:500!important}.hero-small-text,.hero-big-text{color:var(--secondary-color)}.hero-image{width:100%;display:flex;justify-content:center;overflow:hidden}.hero-image-image{min-width:400px;max-width:540px}.hero-big-text{font-size:70px}.hero-big-text .word{display:inline-block;opacity:0;transform:translateY(30px);-webkit-transform:translate3d(0,30px,0);animation:fadeInUp .3s forwards;-webkit-animation:fadeInUp .3s forwards;animation-delay:calc(.3s + .1s * var(--word-index));-webkit-animation-delay:calc(.3s + .1s * var(--word-index))}.hero-big-text .char{display:inline-block;opacity:0;transform:translate3d(0,30px,0);-webkit-transform:translate3d(0,30px,0);animation:fadeInUp .3s forwards;-webkit-animation:fadeInUp .3s forwards;animation-delay:calc(.3s + (.1s * var(--char-index)));-webkit-animation-delay:calc(.3s + .1s * var(--char-index))}@-webkit-keyframes fadeInUp{to{opacity:1;-webkit-transform:translate3d(0,0,0)}}@keyframes fadeInUp{to{opacity:1;transform:translateZ(0)}}.small-text-container{gap:.3rem;color:var(--secondary-color);display:flex;flex-wrap:wrap;height:70px}.hero-small-text{@-webkit-keyframes fadeInUp{to{opacity:1;-webkit-transform:translateY(0)}}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}}.hero-small-text .word{display:inline-block;opacity:0;transform:translateY(30px);-webkit-transform:translate3d(0,30px,0);animation:fadeInUp .3s forwards;-webkit-animation:fadeInUp .3s forwards;animation-delay:calc(.3s + .1s * var(--word-index));-webkit-animation-delay:calc(.3s + .1s * var(--word-index))}.my-name .word{font-weight:700}@keyframes showCursor{0%{opacity:1}50%{opacity:0}to{opacity:1}}.my-name{color:var(--accent-color)}@media screen and (max-width: 1200px){.hero-background{flex-direction:column-reverse;padding-left:0;padding-right:0}.hero-text{display:flex;flex-direction:column;align-items:center;padding:unset}.small-text-container{width:35%}.small-text-container{gap:.3rem;color:var(--secondary-color);display:flex;flex-wrap:wrap}}@media screen and (max-width: 940px){.hero-big-text{font-size:60px}.small-text-container,.hero-big-text{width:50%}}@media screen and (max-width: 500px){.hero-big-text{font-size:60px}.small-text-container,.hero-big-text{width:90%}}.splitting .word,.splitting .char{display:inline-block}.splitting .char{position:relative}.splitting .char:before,.splitting .char:after{content:attr(data-char);position:absolute;top:0;left:0;visibility:hidden;transition:inherit;-webkit-user-select:none;user-select:none}.splitting{--word-center: calc((var(--word-total) - 1) / 2);--char-center: calc((var(--char-total) - 1) / 2);--line-center: calc((var(--line-total) - 1) / 2)}.splitting .word{--word-percent: calc(var(--word-index) / var(--word-total));--line-percent: calc(var(--line-index) / var(--line-total))}.splitting .char{--char-percent: calc(var(--char-index) / var(--char-total));--char-offset: calc(var(--char-index) - var(--char-center));--distance: calc( (var(--char-offset) * var(--char-offset)) / var(--char-center) );--distance-sine: calc(var(--char-offset) / var(--char-center));--distance-percent: calc((var(--distance) / var(--char-center)))}.experience-section{display:flex;flex-direction:column;align-items:center;width:100%;padding:5rem 0 0;margin:0 auto;box-sizing:border-box;overflow-x:hidden}.experience-intro{display:flex;flex-direction:column;align-items:center;width:100%;max-width:1200px;padding:0 2rem;margin-bottom:3rem;box-sizing:border-box}.experience-section-header-text{font-size:60px;text-align:center;font-weight:400;margin:0 0 1rem;line-height:1.2;color:var(--primary-color)}.experience-subtitle{text-align:center;margin:0;line-height:1.6;max-width:700px;color:#0e0d0fd9}.experience-summary{width:100%;max-width:900px;padding:0 2rem;margin-bottom:3rem;box-sizing:border-box;display:flex;justify-content:center;align-items:center}.experience-summary-quote{position:relative;max-width:800px;padding:2.5rem 3rem;margin:0 auto;text-align:center;border-top:2px solid rgba(0,138,224,.15);border-bottom:2px solid rgba(0,138,224,.15)}.experience-summary-quote:before{content:'"';position:absolute;top:0;left:0;font-size:5rem;font-weight:300;line-height:1;color:var(--link-color);opacity:.2;font-family:Georgia,serif}.experience-summary-quote:after{content:'"';position:absolute;bottom:-.5rem;right:0;font-size:5rem;font-weight:300;line-height:1;color:var(--link-color);opacity:.2;font-family:Georgia,serif}[dir=rtl] .experience-summary-quote:before{left:auto;right:0}[dir=rtl] .experience-summary-quote:after{right:auto;left:0}.experience-summary-text{text-align:center;font-size:1.25rem;line-height:1.9;color:#0e0d0fe6;margin:0;font-style:italic;font-weight:300;position:relative;z-index:1}.experience-current-highlight{width:100%;max-width:900px;padding:0 2rem;margin-bottom:3rem;box-sizing:border-box}.current-position-card{background:var(--secondary-color);border-radius:20px;padding:2rem;box-shadow:0 4px 20px #00000014,0 1px 3px #0000001a;border:1px solid rgba(178,178,178,.2);text-align:center;transition:transform .3s ease,box-shadow .3s ease}.current-position-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000001f,0 2px 6px #0000001a}.current-position-title{font-size:2rem;font-weight:500;color:var(--primary-color);margin:0 0 .75rem;line-height:1.3}.current-position-title:last-child{margin-bottom:0}.current-company-name{font-size:1.3rem;color:var(--link-color);font-weight:400;margin:0 0 .75rem}.current-company-name:last-child{margin-bottom:0}.current-position-meta{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:.5rem;flex-wrap:wrap}.current-location,.current-work-type{font-size:.95rem;color:#0e0d0fb3;font-weight:300}.meta-separator{color:#0e0d0f66;font-size:.95rem}.experience-timeline{width:100%;max-width:900px;padding:0 2rem;position:relative;box-sizing:border-box}.experience-timeline:before{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;background:linear-gradient(to bottom,var(--link-color),rgba(0,138,224,.2));z-index:1}.experience-item{position:relative;padding-left:0;padding-bottom:3rem;display:flex;align-items:flex-start;box-sizing:border-box;width:100%}.experience-item:last-child{padding-bottom:0}.experience-content{flex:1;min-width:0;background:var(--secondary-color);border-radius:16px;padding:1.5rem 1.5rem 1.5rem 2.5rem;box-shadow:0 4px 20px #00000014,0 1px 3px #0000001a;border:1px solid rgba(178,178,178,.2);transition:transform .3s ease,box-shadow .3s ease;box-sizing:border-box;width:100%;position:relative}.experience-item.current .experience-content{background:var(--secondary-color);border:1px solid rgba(178,178,178,.3)}.experience-item:not(.current) .experience-content{background:var(--secondary-color);border:1px solid rgba(178,178,178,.3);opacity:.75}.experience-item:not(.current) .experience-position{color:#0e0d0fcc}.experience-item:not(.current) .experience-company{color:#008ae0cc}.experience-item:not(.current) .experience-date,.experience-item:not(.current) .experience-location,.experience-item:not(.current) .experience-work-type{color:#0e0d0fcc}.experience-item:hover .experience-content{transform:translate(8px);box-shadow:0 8px 30px #0000001f,0 2px 6px #0000001a}.experience-header{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.75rem;position:relative}.experience-position{font-size:1.5rem;font-weight:500;color:var(--primary-color);margin:0;line-height:1.3}.experience-company{font-size:1.1rem;color:var(--link-color);font-weight:400}.experience-meta{margin-top:.5rem;display:flex;flex-direction:column;gap:.5rem}.experience-dates{margin-top:0}.experience-date{font-size:.95rem;color:#0e0d0fb3;font-weight:300}.experience-location-type{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.experience-location,.experience-work-type{font-size:.9rem;color:#0e0d0fa6;font-weight:300}.experience-marker{position:absolute;left:.75rem;top:1.5rem;z-index:2;display:flex;align-items:center;height:1.95rem}.experience-dot{width:10px;height:10px;border-radius:50%;background:#008ae066;border:1px solid rgba(0,138,224,.3)}.experience-item.current .experience-dot{background:#008ae099;border-color:#008ae080}@media screen and (max-width: 768px){.experience-section{padding:3rem 0;width:100%}.experience-intro{padding:0 1.5rem;margin-bottom:2.5rem;width:100%}.experience-section-header-text{font-size:42px}.experience-summary{padding:0 1.5rem;margin-bottom:2.5rem;width:100%}.experience-summary-quote{padding:2rem 2.5rem}.experience-summary-quote:before,.experience-summary-quote:after{font-size:4rem}.experience-summary-text{font-size:1.1rem;line-height:1.8}.experience-current-highlight{padding:0 1.5rem;margin-bottom:2.5rem;width:100%}.current-position-card{padding:1.5rem}.current-position-title{font-size:1.75rem}.current-company-name{font-size:1.15rem}.experience-timeline{padding:0 1.5rem;width:100%}.experience-timeline:before{left:0}.experience-item{padding-left:0;padding-bottom:2.5rem;width:100%}.experience-content{padding-left:2rem}.experience-marker{left:.625rem;top:1.5rem;height:1.625rem}.experience-content{width:100%}.experience-position{font-size:1.25rem}.experience-company{font-size:1rem}}@media screen and (max-width: 480px){.experience-section{padding:2.5rem 0;width:100%}.experience-intro{padding:0 1rem;margin-bottom:2rem;width:100%}.experience-section-header-text{font-size:36px}.experience-summary{padding:0 1rem;margin-bottom:2rem;width:100%}.experience-summary-quote{padding:1.5rem 2rem}.experience-summary-quote:before,.experience-summary-quote:after{font-size:3.5rem}.experience-summary-text{font-size:1rem;line-height:1.7}.experience-current-highlight{padding:0 1rem;margin-bottom:2rem;width:100%}.current-position-card{padding:1.25rem}.current-position-title{font-size:1.5rem}.current-company-name{font-size:1.05rem}.experience-timeline{padding:0 1rem;width:100%}.experience-timeline:before{left:0}.experience-item{padding-left:0;padding-bottom:2rem;width:100%}.experience-content{padding:1.25rem 1.25rem 1.25rem 1.75rem;width:100%}.experience-marker{left:.5rem;top:1.25rem;height:1.375rem}.experience-dot{width:9px;height:9px}.experience-position{font-size:1.1rem}.experience-company{font-size:.95rem}.experience-date{font-size:.875rem}.experience-item:hover .experience-content{transform:translate(4px)}}@media screen and (max-width: 360px){.experience-section{padding:2rem 0}.experience-intro{padding:0 .75rem}.experience-section-header-text{font-size:32px}.experience-summary{padding:0 .75rem}.experience-summary-quote{padding:1.25rem 1.5rem}.experience-summary-quote:before,.experience-summary-quote:after{font-size:3rem}.experience-summary-text{font-size:.95rem;line-height:1.6}.experience-current-highlight,.experience-timeline{padding:0 .75rem}.experience-timeline:before{left:0}.experience-item{padding-left:0}.experience-content{padding:1rem 1rem 1rem 1.5rem}.experience-marker{left:.5rem;top:1rem;height:1.3rem}.experience-dot{width:8px;height:8px}.current-position-card{padding:1rem}.current-position-title{font-size:1.25rem}.current-company-name{font-size:1rem}}.divider-section{width:80%;border-top:2px solid var(--primary-color);margin:2rem auto}.work-section{display:flex;flex-direction:column;align-items:center;width:100%;padding:0;margin:0 auto}.work-intro{display:flex;flex-direction:column;align-items:center;width:100%;max-width:1200px;padding:0;margin-bottom:3rem}.work-section-header-text{font-size:60px;text-align:center;font-weight:400;margin:0 0 1rem;line-height:1.2}.work-subtitle{text-align:center;margin:0;line-height:1.6;max-width:700px}.card-grid{width:100%;max-width:1400px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr;gap:2rem;justify-items:stretch;transition:gap .3s ease;box-sizing:border-box}@media screen and (min-width: 768px){.card-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;padding:0 1.5rem}.work-intro{margin-bottom:4rem}}@media screen and (min-width: 1024px){.card-grid{grid-template-columns:repeat(3,1fr);gap:2rem;padding:0 2rem}.work-section{padding:0}}@media screen and (min-width: 1400px){.card-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;padding:0 2rem}}@media screen and (max-width: 767px){.work-section{padding:0;width:100%;box-sizing:border-box}.work-intro{padding:0 1.5rem;margin-bottom:2.5rem;width:100%;box-sizing:border-box}.work-section-header-text{font-size:42px}.card-grid{padding:0 1rem;gap:1.5rem;width:100%;box-sizing:border-box}}@media screen and (max-width: 480px){.work-section{padding:0;width:100%;box-sizing:border-box}.work-intro{padding:0 1rem;margin-bottom:2rem;width:100%;box-sizing:border-box}.work-section-header-text{font-size:36px}.card-grid{padding:0 .75rem;gap:1.25rem;width:100%;box-sizing:border-box}}@media screen and (max-width: 360px){.work-section,.work-intro{width:100%;box-sizing:border-box}.work-section-header-text{font-size:32px}.card-grid{padding:0 .5rem;gap:1rem;width:100%;box-sizing:border-box}}.card-form{border-radius:24px;box-shadow:0 4px 20px #00000014,0 1px 3px #0000001a;border:1px solid rgba(178,178,178,.3);background-color:#fff;display:flex;flex-direction:column;width:100%;max-width:100%;aspect-ratio:3 / 4;min-height:400px;max-height:450px;padding:20px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;position:relative;box-sizing:border-box}.card-form:hover{transform:translateY(-8px);box-shadow:0 12px 40px #00000026,0 4px 8px #0000001a}.card-form[style*=pointer]{cursor:pointer}.image-section{height:42%;display:flex;position:relative;justify-content:center;align-items:center;overflow:hidden;background-color:var(--secondary-color);border-radius:16px;margin-bottom:16px;border:1px solid rgba(178,178,178,.2)}.image-section:hover img{transform:scale(1.08)}.image-section img{position:relative;transition:transform .4s cubic-bezier(.4,0,.2,1);object-fit:cover;object-position:center;width:100%;height:100%}.image-section:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to top,var(--secondary-color) 0%,transparent 30%);z-index:1;pointer-events:none}.card-body{display:flex;flex-direction:column;width:100%;flex:1;min-height:0;padding:4px 0}.title-section{margin-bottom:12px}.title-text{font-weight:500;font-size:1.25rem;margin:0 0 8px;line-height:1.3;color:var(--primary-color)}.description-section{flex:1;overflow-y:auto;padding-right:4px}.description-section::-webkit-scrollbar{width:4px}.description-section::-webkit-scrollbar-track{background:transparent}.description-section::-webkit-scrollbar-thumb{background:#b2b2b24d;border-radius:2px}.description-section::-webkit-scrollbar-thumb:hover{background:#b2b2b280}.description-text{text-align:justify;-webkit-hyphens:auto;hyphens:auto;margin:0;line-height:1.6;color:#0e0d0fd9;font-size:.95rem}.card-footer{display:flex;align-items:center;gap:12px;padding-top:12px;margin-top:auto;border-top:1px solid rgba(178,178,178,.2)}.link-icon{color:var(--primary-color);font-size:28px;transition:color .3s ease,transform .3s ease;display:flex;align-items:center;justify-content:center}.link-icon:hover{color:var(--link-color);transform:scale(1.15)}.link-icon.github:hover{color:var(--github-color);transform:scale(1.15)}@media screen and (min-width: 768px) and (max-width: 1023px){.card-form{max-width:100%;width:100%;aspect-ratio:3 / 4}}@media screen and (max-width: 767px){.card-form{max-width:100%;width:100%;aspect-ratio:3 / 4;padding:16px}.image-section{height:42%;margin-bottom:12px}.image-section img{object-fit:cover;object-position:center;width:100%;height:100%}.card-body{padding:2px 0;flex:1;min-height:0}.title-text{font-size:1.15rem;margin-bottom:8px}.description-text{font-size:.9rem;line-height:1.5}.card-footer{padding-top:10px;margin-top:8px}}@media screen and (max-width: 480px){.card-form{max-width:100%;width:100%;border-radius:20px;padding:14px;aspect-ratio:3 / 4}.image-section{height:42%;border-radius:12px;margin-bottom:10px}.image-section img{object-fit:cover;object-position:center;width:100%;height:100%}.title-text{font-size:1.1rem;margin-bottom:6px}.description-text{font-size:.875rem;line-height:1.5}.card-footer{padding-top:8px;margin-top:6px;gap:10px}.link-icon{font-size:24px}}@media screen and (max-width: 360px){.card-form{max-width:100%;width:100%;padding:12px;aspect-ratio:3 / 4;border-radius:18px}.image-section{height:42%;border-radius:10px;margin-bottom:8px}.image-section img{object-fit:cover;object-position:center;width:100%;height:100%}.title-text{font-size:1rem;margin-bottom:6px}.description-text{font-size:.85rem;line-height:1.4}.card-footer{padding-top:6px;margin-top:4px}.link-icon{font-size:22px}}.dialog-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#000000bf;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:fadeIn .3s ease;overflow-y:auto;box-sizing:border-box}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.dialog-container{position:relative;background-color:var(--secondary-color);border-radius:24px;box-shadow:0 12px 40px #0000004d;max-width:900px;width:100%;max-height:90vh;overflow-y:auto;animation:slideUp .3s ease;margin:auto;box-sizing:border-box}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.dialog-close{position:absolute;top:1rem;right:1rem;background:#fffffff2;border:2px solid rgba(0,0,0,.1);border-radius:50%;width:44px;height:44px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:1001;transition:background-color .3s ease,transform .3s ease,border-color .3s ease;color:var(--primary-color);font-size:28px;box-shadow:0 2px 8px #0003}.dialog-close:hover{background-color:#fff;border-color:#0003;transform:scale(1.1)}[dir=rtl] .dialog-close{right:auto;left:1rem}.dialog-content{display:flex;flex-direction:column;width:100%;box-sizing:border-box}[dir=rtl] .dialog-content{direction:rtl}.dialog-image-section{position:relative;width:100%;aspect-ratio:16 / 9;overflow:hidden;background-color:var(--secondary-color);border-top-left-radius:24px;border-top-right-radius:24px}.dialog-image-wrapper{width:100%;height:100%;display:flex;align-items:center;justify-content:center;overflow:hidden}.dialog-image{width:100%;height:100%;object-fit:cover;object-position:center}.dialog-nav-button{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffe6;border:none;border-radius:50%;width:44px;height:44px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:28px;color:var(--primary-color);transition:background-color .3s ease,transform .3s ease;z-index:5;box-shadow:0 2px 8px #0003}.dialog-nav-button:hover{background:#fff;transform:translateY(-50%) scale(1.1)}.dialog-nav-prev{left:1rem}.dialog-nav-next{right:1rem}[dir=rtl] .dialog-nav-prev{left:auto;right:1rem}[dir=rtl] .dialog-nav-next{right:auto;left:1rem}.dialog-indicators{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);display:flex;gap:.5rem;z-index:5}.dialog-indicator{width:10px;height:10px;border-radius:50%;border:2px solid rgba(255,255,255,.8);background:transparent;cursor:pointer;transition:background-color .3s ease,transform .3s ease;padding:0}.dialog-indicator.active{background:#ffffffe6;transform:scale(1.2)}.dialog-body{padding:2rem;box-sizing:border-box;width:100%;overflow-x:hidden}[dir=rtl] .dialog-body{direction:rtl;text-align:right}.dialog-title{font-size:2rem;font-weight:500;color:var(--primary-color);margin:0 0 1rem;line-height:1.3}.dialog-time-period{margin-bottom:1.5rem;padding:.5rem 1rem;background:#abc4ff1a;border-radius:8px;display:inline-block}.dialog-time-period span{color:var(--primary-color);font-size:.95rem;font-weight:400}.dialog-description{margin-bottom:2rem;line-height:1.6}.dialog-description p{color:#0e0d0fd9;font-size:1rem;margin:0;text-align:justify}[dir=rtl] .dialog-description p{text-align:justify}.dialog-tech-stack{margin-bottom:2rem}.dialog-tech-title{font-size:1.25rem;font-weight:500;color:var(--primary-color);margin:0 0 1rem}.dialog-tech-icons{display:flex;flex-wrap:wrap;gap:1rem}.tech-icon-wrapper{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:#abc4ff1a;border-radius:12px;color:var(--primary-color);font-size:24px;transition:background-color .3s ease,transform .3s ease;cursor:default}.tech-icon-wrapper:hover{background:#abc4ff33;transform:scale(1.1)}.dialog-footer{display:flex;gap:1rem;padding-top:1.5rem;border-top:1px solid rgba(178,178,178,.2);width:100%;box-sizing:border-box}.dialog-link{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:12px;text-decoration:none;color:var(--secondary-color);background-color:var(--primary-color);font-size:1rem;font-weight:400;transition:background-color .3s ease,transform .3s ease;box-sizing:border-box;flex:1;min-width:0;white-space:nowrap}.dialog-link:hover{background-color:var(--link-color);transform:translateY(-2px)}.dialog-link-github:hover{background-color:var(--github-color)}.dialog-link svg{font-size:20px}@media screen and (max-width: 768px){.dialog-overlay{padding:.5rem}.dialog-container{max-width:100%;max-height:95vh;border-radius:20px;margin:.5rem}.dialog-image-section{border-top-left-radius:20px;border-top-right-radius:20px;aspect-ratio:4 / 3}.dialog-body{padding:1.5rem}.dialog-title{font-size:1.5rem}.dialog-close{width:40px;height:40px;font-size:24px;top:.75rem;right:.75rem}[dir=rtl] .dialog-close{right:auto;left:.75rem}.dialog-nav-button{width:36px;height:36px;font-size:24px}.dialog-nav-prev{left:.5rem}.dialog-nav-next{right:.5rem}[dir=rtl] .dialog-nav-prev{left:auto;right:.5rem}[dir=rtl] .dialog-nav-next{right:auto;left:.5rem}.dialog-link{padding:.625rem 1.25rem;font-size:.9rem}.tech-icon-wrapper{width:40px;height:40px;font-size:20px}}@media screen and (max-width: 480px){.dialog-overlay{padding:0}.dialog-container{border-radius:0;max-height:100vh;margin:0;width:100%;max-width:100%}.dialog-image-section{border-top-left-radius:0;border-top-right-radius:0}.dialog-body{padding:1.25rem;padding-inline:1rem}.dialog-title{font-size:1.25rem;word-wrap:break-word;overflow-wrap:break-word}.dialog-close{width:38px;height:38px;font-size:22px;top:.5rem;right:.5rem}[dir=rtl] .dialog-close{right:auto;left:.5rem}.dialog-footer{flex-direction:column;gap:.75rem;width:100%}.dialog-link{width:100%;min-width:0;padding:.625rem 1rem;font-size:.875rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dialog-link span{overflow:hidden;text-overflow:ellipsis}}.contact-section{width:80%;margin:auto}.row{padding-bottom:30px}form{padding:70px 0 30px}form input,form textarea{width:100%;background-color:transparent;border:0;outline:none;box-shadow:none;border-bottom:1px solid #707070;height:30px;margin-bottom:30px}form textarea{min-height:100px}.contact-intro{display:flex;flex-direction:column;align-items:center}.contact-section-header-text{font-size:60px;text-align:center;font-weight:400}.submit-button{max-width:220px;width:160px;background-color:var(--primary-color);border-radius:14px;border:1px solid var(--primary-color);color:var(--secondary-color);padding:15px;cursor:pointer;font-size:14px;font-weight:bolder;transition:width .2s ease-in,color .2s ease-in,background-color .2s ease-in}.submit-button:hover{color:var(--primary-color);background-color:var(--secondary-color);width:165px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spinner{animation:spin 1s linear infinite;font-size:30px}.contact-subtitle{text-align:center}.message{display:flex;justify-content:flex-start;gap:.5rem;padding:20px 10px;margin-top:1rem}.success{background-color:var(--success-color)}.fail{background-color:var(--failed-color)}@media (max-width: 860px){form{padding:30px 0}}.footer-section{display:flex;flex-direction:column}.svg-section{transform:scaleY(-1)}.info-section{display:flex;justify-content:space-between;background-color:var(--primary-color);padding:2rem;align-items:center}.copyright-text{color:var(--secondary-color)}.icons-section{display:flex;gap:.5rem;font-size:30px}.link{color:var(--secondary-color);transition:color .5s ease,transform .5s ease}.github:hover{color:var(--github-color);transform:scale(1.2)}.whatsapp:hover{color:var(--whatsapp-color);transform:scale(1.2)}.email:hover{color:var(--email-color);transform:scale(1.2)}.phone:hover{color:var(--phone-color);transform:scale(1.2)}.linkedin:hover{color:var(--linkedin-color);transform:scale(1.2)}@media screen and (max-width: 380px){.info-section{flex-wrap:wrap;justify-content:center;gap:1rem}}
