@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap";.app__navbar{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;position:fixed;z-index:2;transition:all .3s ease}.navbar-float{background-color:var(--surface-color);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 8px 24px var(--shadow-color)}[data-theme=dark] .navbar-float{box-shadow:0 8px 24px var(--shadow-color)}.app__navbar-logo{display:flex;justify-content:center;align-items:center}.app__navbar-logo img{width:90px;height:20px}@media screen and (min-width: 2000px){.app__navbar-logo{width:180px;height:40px}}.app__navbar-links{flex:1;display:flex;justify-content:center;align-items:center;list-style:none}.app__navbar-links li{margin:0 1rem;cursor:pointer}.app__navbar-links li a{color:var(--gray-color);margin:5px 0;text-decoration:none;text-transform:uppercase;font-weight:600;transition:all .3s ease-in-out}.app__navbar-links li a:after{display:block;content:"";border-bottom:1px solid var(--secondary-color);transform:scaleX(0);transition:transform .25s ease-in-out;transform-origin:100% 50%}.app__navbar-links li a:hover{color:var(--secondary-color)}.app__navbar-links li a:hover:after{transform-origin:0% 50%;transform:scaleX(1)}@media screen and (max-width: 900px){.app__navbar-links{display:none}}.active a{color:var(--secondary-color)!important;font-weight:800}.theme-toggle{width:54px;height:30px;border:none;border-radius:999px;background-color:var(--lightGray-color);padding:3px;margin-left:1rem;cursor:pointer;display:flex;align-items:center;transition:background-color .3s ease}.theme-toggle .theme-toggle__thumb{width:24px;height:24px;border-radius:50%;background-color:var(--surface-color);display:inline-flex;align-items:center;justify-content:center;font-size:.85rem;transform:translate(0);transition:transform .3s ease,background-color .3s ease;box-shadow:0 4px 12px var(--shadow-color)}.theme-toggle.is-dark{background-color:var(--border-color)}.theme-toggle.is-dark .theme-toggle__thumb{transform:translate(24px);background-color:#0f1726}@media screen and (max-width: 900px){.theme-toggle{margin-left:auto;margin-right:.75rem}}.app__navbar-menu{width:35px;height:35px;border-radius:50%;position:relative;display:flex;justify-content:center;align-items:center;background-color:var(--secondary-color)}.app__navbar-menu svg{color:var(--white-color);width:70%;height:70%}.app__navbar-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(--surface-color);background-size:cover;background-repeat:repeat;box-shadow:0 8px 24px var(--shadow-color)}.app__navbar-menu div svg{width:35px;height:35px;color:var(--secondary-color);margin:.1rem 1rem}.app__navbar-menu div ul{list-style:none;margin:0;padding:0;width:100%;height:100%;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column}.app__navbar-menu div ul li{margin:1rem}.app__navbar-menu div ul li a{color:var(--gray-color);text-transform:uppercase;font-weight:500;text-decoration:none;transition:all .3s ease-in-out}.app__navbar-menu div ul li a:hover{color:var(--secondary-color)}@media screen and (min-width: 900px){.app__navbar-menu div{display:none}}@media screen and (min-width: 900px){.app__navbar-menu{display:none}}[data-theme=dark] .app__navbar-menu div{background-image:none;box-shadow:0 8px 24px var(--shadow-color)}.app__footer{width:100%;justify-content:space-between!important;align-items:center;padding:1rem 2rem;background-color:var(--footer-bg)}@media screen and (max-width: 500px){.app__footer{flex-direction:column}}@media screen and (min-width: 2000px){.app__footer{padding:2rem}}.app__footer-contacts{flex-direction:row;margin-left:2rem}.app__footer-contacts div{transition:all .25s ase-in-out;margin:.5rem;border-radius:50%;width:40px;height:40px;border:1px solid var(--white-color)}.app__footer-contacts div a{width:100%;height:100%}.app__footer-contacts div a svg{width:20px;height:20px;color:var(--white-color)}.app__footer-contacts div:hover{background-color:var(--white-color)}.app__footer-contacts div:hover svg{color:var(--footer-bg)}@media screen and (max-width: 500px){.app__footer-contacts{margin-left:0;margin-bottom:.5rem}.app__footer-contacts div{width:30px;height:30px}.app__footer-contacts div a svg{width:15px;height:15px}}@media screen and (min-width: 2000px){.app__footer-contacts div{width:50px;height:50px}.app__footer-contacts div svg{width:25px;height:25px}}.app__footer-copyrights{margin-right:2rem}.app__footer-copyrights p{color:var(--footer-text);text-align:center;text-transform:uppercase;margin:.25rem 0}@media screen and (max-width: 500px){.app__footer-copyrights{margin-right:0}}.centerContent{width:100%;min-height:40vh;display:flex;align-items:center;justify-content:center}.centerContent--fullscreen{min-height:100vh;background:radial-gradient(circle at top,var(--surface-soft),var(--primary-color) 60%)}.fingerprint-loader-wrap{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem}.fingerprint-loader{width:400px;height:400px;transform-origin:center;animation:fp-loader-rotate 2.2s linear infinite}.fp-ring{fill:none;stroke-linecap:round;transform-origin:110px 110px}.fp-ring--outer{stroke:#7448f5;stroke-width:12;stroke-dasharray:430 130;stroke-dashoffset:35;animation:fp-ring-dash-outer 2.2s ease-in-out infinite}.fp-ring--mid-1{stroke:#6127de;stroke-width:12;stroke-dasharray:220 140;stroke-dashoffset:80;animation:fp-ring-dash-mid 2s ease-in-out infinite}.fp-ring--mid-2{stroke:#4d18b9;stroke-width:11;stroke-dasharray:120 110;stroke-dashoffset:55;animation:fp-ring-dash-mid 1.8s ease-in-out infinite reverse}.fp-ring--inner{stroke:#3f1496;stroke-width:10;stroke-dasharray:62 64;stroke-dashoffset:44;animation:fp-ring-dash-inner 1.6s ease-in-out infinite}.loader-brand{display:flex;align-items:baseline;gap:.5rem;color:var(--gray-color)}.loader-brand__bracket{font-size:2rem;font-weight:300;line-height:1}.loader-brand__name{font-size:2.6rem;line-height:1;color:var(--black-color);font-family:Brush Script MT,Segoe Script,cursive}@keyframes fp-loader-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fp-ring-dash-outer{0%,to{stroke-dashoffset:35}50%{stroke-dashoffset:-22}}@keyframes fp-ring-dash-mid{0%,to{stroke-dashoffset:80}50%{stroke-dashoffset:40}}@keyframes fp-ring-dash-inner{0%,to{stroke-dashoffset:44}50%{stroke-dashoffset:20}}@media screen and (max-width: 480px){.fingerprint-loader{width:380px;height:380px}.loader-brand__name{font-size:2rem}.loader-brand__bracket{font-size:1.6rem}}.app__about{flex:1;flex-direction:column;width:100%}.app__about-context{width:100%;flex:1;flex-direction:row-reverse;justify-content:flex-start;align-items:flex-start;margin-top:2rem;padding:1rem}@media screen and (max-width: 1000px){.app__about-context{width:80%;flex-direction:column}}.app__about-img div{background:linear-gradient(to bottom,var(--surface-soft),var(--surface-color));border:1px solid var(--border-color);box-shadow:0 10px 26px var(--shadow-color);width:200px;height:200px;border-radius:50%;position:relative}.app__about-img div img{position:absolute;bottom:1.2rem;max-width:100%;max-height:100%;box-sizing:border-box;object-fit:cover;transform:scale(1.2)}@media screen and (max-width: 768px){.app__about-img{width:80%}}@media screen and (max-width: 300px){.app__about-img div{width:150px;height:150px}}.app__about-data{width:100%;margin:2rem;flex-direction:column;justify-content:flex-start!important;align-items:flex-start!important}.app__about-data h2{margin-bottom:1rem;font-size:1.5rem}.app__about-data p{text-align:justify;font-size:1rem;font-family:var(--font-base)}.app__about-data p span{font-weight:800;color:var(--secondary-color)}@media screen and (max-width: 1000px){.app__about-data div:nth-child(3){width:100%;display:flex;justify-content:center;align-items:center}}.app__profiles{display:flex;flex-wrap:wrap;justify-content:center;align-items:flex-start;margin-top:1rem}.app__profile-item{width:190px;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;margin:2rem}.app__profile-item img{width:100%;height:170px;object-fit:cover;border-radius:15px}@media screen and (min-width: 2000px){.app__profile-item{width:370px;margin:2rem 4rem}.app__profile-item img{height:320px}}.app__contact{flex:1;width:100%;flex-direction:column}.app__contact-cards{width:60%;display:flex;justify-content:space-evenly;align-items:center;flex-wrap:wrap;margin:4rem 2rem 2rem}.app__contact-cards .app__contact-card{min-width:290px;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;margin:1rem 0;padding:1rem;border-radius:10px;cursor:pointer;background-color:var(--surface-soft);border:1px solid var(--border-color);box-shadow:0 8px 22px var(--shadow-color);transition:all .3s ease-in-out}.app__contact-cards .app__contact-card img{width:40px;height:40px;margin:0 .7rem}.app__contact-cards .app__contact-card p{font-weight:600}.app__contact-cards .app__contact-card a{text-decoration:none;font-weight:500}.app__contact-cards .app__contact-card:hover{box-shadow:0 12px 28px var(--shadow-color);transform:translateY(-2px)}@media screen and (max-width: 450px){.app__contact-cards .app__contact-card{min-width:0px;width:100%}.app__contact-cards .app__contact-card img{margin:0 .5rem;width:35px;height:35px}}@media screen and (max-width: 768px){.app__contact-cards{width:100%}}.app__contact-cards .app__contact-card:last-child{background-color:var(--surface-color)}.app__contact-form{width:60%;flex-direction:column;margin:1rem 2rem}.app__contact-form div{width:100%;margin:.75rem 0;border-radius:10px;cursor:pointer;background-color:var(--surface-soft);border:1px solid var(--border-color);transition:all .3s ease-in-out}.app__contact-form div input,.app__contact-form div textarea{width:100%;padding:.95rem;border:none;border-radius:7px;background-color:var(--surface-soft);font-family:var(--font-base);color:var(--black-color)!important;outline:none}.app__contact-form div input::placeholder,.app__contact-form div textarea::placeholder{color:var(--gray-color)}.app__contact-form div textarea{height:170px}.app__contact-form div:hover{box-shadow:0 8px 24px var(--shadow-color)}@media screen and (max-width: 768px){.app__contact-form{width:100%;margin:1rem 0}}#home{position:relative;background:url(/assets/bgIMG-BZ6IIfbK.png);background-repeat:repeat;background-size:cover;background-position:center;background-color:var(--primary-color);background-blend-mode:soft-light}#home .app__wrapper{padding:0}#home .app__wrapper .copyright{display:none}[data-theme=dark] #home{background-image:radial-gradient(circle at 20% 10%,#1b2a45 0%,transparent 45%),radial-gradient(circle at 90% 20%,#142034 0%,transparent 40%)}.app__header{flex:1;width:100%;height:100%;flex-direction:row;padding:6rem 2rem 0}@media screen and (min-width: 2000px){.app__header{padding-top:8rem}}@media screen and (max-width: 1200px){.app__header{flex-direction:column}}@media screen and (max-width: 450px){.app__header{padding:6rem 1rem 2rem}}.app__header-info{flex:.65;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;height:100%}@media screen and (max-width: 2000px){.app__header-info{width:100%;margin-right:0rem}}.button-greeting-div{display:flex;gap:1rem;margin-top:20px;align-self:flex-end}.header-matter{margin-top:1.5rem;text-align:right;max-width:520px}.app__header-badge{width:100%;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end}.app__header-badge .badge-cmp,.app__header-badge .tag-cmp{padding:1rem 2rem;border:1px solid var(--border-color);background:var(--surface-color);border-radius:15px;flex-direction:row;width:auto;box-shadow:0 10px 24px var(--shadow-color)}.app__header-badge .tag-cmp{margin-top:3rem;align-items:center}.app__header-badge .tag-cmp p{width:100%;text-transform:uppercase;text-align:right;color:var(--secondary-color);font-weight:700}.app__header-badge .tag-cmp span{color:var(--secondary-color)}.app__header-badge span{font-size:2.5rem}@media screen and (min-width: 2000px){.app__header-badge span{font-size:5rem}}@media screen and (max-width: 1200px){.app__header-badge{justify-content:flex-start;align-items:flex-start}}.header-intro-text{margin-top:1.25rem;max-width:540px;text-align:center;color:var(--gray-color);line-height:1.7;font-size:.95rem}.header-action-wrap{margin-top:1rem;display:flex;justify-content:center;align-items:center;gap:.85rem;width:100%;flex-wrap:wrap}.header-action-button{border:1px solid var(--secondary-color);background:linear-gradient(135deg,var(--surface-color) 0%,var(--surface-soft) 100%);color:var(--secondary-color);padding:.8rem 1.6rem;border-radius:999px;font-size:.95rem;font-weight:700;letter-spacing:.02em;cursor:pointer;box-shadow:0 10px 18px var(--shadow-color);transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.header-action-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 14px 24px var(--shadow-color);background:linear-gradient(135deg,var(--surface-soft) 0%,var(--surface-color) 100%)}.header-action-button:active:not(:disabled){transform:translateY(0)}.header-action-button:disabled{cursor:not-allowed;opacity:.6}.header-action-button--contact{border-color:#1f8b56;color:#1f8b56;background:linear-gradient(135deg,var(--surface-color) 0%,#e7fff1 100%);box-shadow:0 10px 18px var(--shadow-color)}.header-action-button--contact:hover:not(:disabled){box-shadow:0 14px 24px var(--shadow-color);background:linear-gradient(135deg,#d9ffe9,#b9f5d2)}[data-theme=dark] .header-action-button--contact{color:#77e1b0;border-color:#4bc08a;background:linear-gradient(135deg,var(--surface-color) 0%,#1b3b30 100%)}.app__header-circles{flex:.75;display:flex;flex-direction:column;justify-content:space-evenly;align-items:flex-start;height:100%;margin-left:1rem}.app__header-circles div{width:100px;height:100px;border-radius:50%;background-color:var(--white-color);border:1px solid var(--border-color);box-shadow:0 10px 24px var(--shadow-color)}.app__header-circles div img{width:60%;height:60%;object-fit:contain;pointer-events:none}.app__header-circles div:nth-child(1){width:100px;height:100px}.app__header-circles div:nth-child(2){margin:1.75rem;width:150px;height:150px}.app__header-circles div:nth-child(3){width:100px;height:100px}@media screen and (min-width: 2000px){.app__header-circles div:nth-child(1){width:400px;height:400px}.app__header-circles div:nth-child(2){margin:1.75rem;width:250px;height:250px}.app__header-circles div:nth-child(3){width:200px;height:200px}}@media (max-width: 768px){.app__header-circles .button-greeting-div{justify-content:flex-start;flex-wrap:wrap;align-self:flex-start}.app__header-circles .header-matter{text-align:left}.app__header-circles .greeting-text{font-size:30px;text-align:center}.app__header-circles .greeting-text-p{font-size:16px;line-height:normal;text-align:center}.app__header-circles .greeting-main{display:block}.app__header-circles .greeting-image-div{height:256px}}@media screen and (max-width: 1200px){.app__header-circles{width:100%;flex-direction:row;flex-wrap:wrap;margin-left:0}.app__header-circles div{margin:1rem}}.app__header-img{flex:1;height:100%;display:flex;justify-content:flex-end;align-items:flex-end;position:relative}.app__header-img img{width:100%;object-fit:contain;z-index:1}.app__header-img .overlay_circle{position:absolute;left:0;right:0;bottom:0;z-index:0;width:100%;height:90%}@media screen and (max-width: 1200px){.app__header-img{margin:2rem 0}}.app__skills{flex:1;flex-direction:column;width:100%}.app__skills-container{width:80%;margin-top:3rem;display:flex;flex-direction:row}@media screen and (max-width: 900px){.app__skills-container{width:100%;flex-direction:column}}.app__skills-list{flex:1;display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:flex-start;margin-right:5rem}@media screen and (max-width: 900px){.app__skills-list{margin-right:0;justify-content:center;align-items:center}}.app__skills-item{flex-direction:column;text-align:center;margin:1rem;transition:all ease-in-out}.app__skills-item div{width:90px;height:90px;border-radius:50%;background-color:var(--surface-color);border:1px solid var(--border-color);box-shadow:0 8px 22px var(--shadow-color)}.app__skills-item div img{width:50%;height:50%;object-fit:contain}.app__skills-item div:hover{box-shadow:0 12px 26px var(--shadow-color);transform:translateY(-2px)}@media screen and (min-width: 2000px){.app__skills-item div{width:150px;height:150px}}@media screen and (max-width: 900px){.app__skills-item div{width:75px;height:75px}}.app__skills-item p{font-weight:500;margin:.5rem}@media screen and (min-width: 2000px){.app__skills-item{margin:1rem 2rem}.app__skills-item p{margin-top:1rem}}.app__skills-exp{flex:1;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}@media screen and (max-width: 900px){.app__skills-exp{margin-top:2rem}}.app__skills-exp-item{width:100%;display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;margin:1rem 0}.app__skills-exp-works{flex:1}.app__skills-exp-works .app__skills-exp-work{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;margin-bottom:1rem;cursor:pointer}.app__skills-exp-works .app__skills-exp-work h4{font-weight:500}.app__skills-exp-works .app__skills-exp-work p{font-weight:400;color:var(--gray-color);margin-top:5px}.app__skills-exp-year{margin-right:3rem}.app__skills-exp-year p{font-weight:800;color:var(--secondary-color)}@media screen and (max-width: 450px){.app__skills-exp-year{margin-right:1rem}}.skills-tooltip{max-width:300px!important;background-color:var(--surface-color)!important;box-shadow:0 10px 26px var(--shadow-color)!important;border:1px solid var(--border-color)!important;border-radius:5px!important;padding:1rem!important;color:var(--gray-color)!important;text-align:center!important;line-height:1.5!important;opacity:1!important}@media screen and (min-width: 2000px){.skills-tooltip{font-size:1.75rem!important;max-width:500px!important;line-height:2!important}}.app__testimonial{width:100%;flex:1;flex-direction:column}.app__testimonial-carousel{width:60%;min-height:320px;background-color:var(--white-color);border:1px solid var(--border-color);margin-top:2rem;display:flex;padding:2rem;border-radius:15px;box-shadow:0 10px 28px var(--shadow-color);transition:all .3s ease-in-out}.app__testimonial-carousel img{width:100px;height:100px;border-radius:50%;object-fit:cover}@media screen and (min-width: 2000px){.app__testimonial-carousel{min-height:450px}.app__testimonial-carousel img{width:150px;height:150px}}@media screen and (max-width: 850px){.app__testimonial-carousel{width:100%}}@media screen and (max-width: 600px){.app__testimonial-carousel{flex-direction:column}}.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__testimonial-content p{font-size:1.25rem;line-height:2rem;color:var(--black-color);font-family:var(--font-base)}.app__testimonial-content h4{font-weight:600;color:var(--secondary-color);margin-top:2rem}.app__testimonial-content h5{font-weight:400;color:var(--gray-color);margin-top:5px}.app__testimonials-btns{flex-direction:row;margin-top:1rem}.app__testimonials-btns div{width:50px;height:50px;border-radius:50%;background-color:var(--surface-color);border:1px solid var(--border-color);box-shadow:0 8px 20px var(--shadow-color);margin:1rem;transition:all .3s ease-in-out;cursor:pointer}.app__testimonials-btns div svg{width:20px;height:20px;color:var(--secondary-color)}.app__testimonials-btns div:hover{background-color:var(--secondary-color)}.app__testimonials-btns div:hover svg{color:var(--white-color)}.app__testimonials-brands{width:80%;flex-wrap:wrap;margin-top:2rem}.app__testimonials-brands div{width:150px;margin:1.5rem}.app__testimonials-brands div img{width:100%;height:auto;object-fit:cover;filter:grayscale(1)}.app__testimonials-brands div:hover img{filter:grayscale(0)}@media screen and (min-width: 2000px){.app__testimonials-brands div{width:210px;margin:2rem}}@media screen and (max-width: 450px){.app__testimonials-brands div{width:120px;margin:1rem}}@media screen and (max-width: 800px){.app__testimonials-brands{width:100%}}.app__works{flex:1;width:100%;flex-direction:column}.app__work-filter{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;margin:2rem 0 1rem}.app__work-filter .app__work-filter-item{padding:.5rem 1rem;border-radius:.5rem;background-color:var(--surface-color);border:1px solid var(--border-color);color:var(--black-color);font-weight:800;cursor:pointer;margin:.5rem;transition:all .3s ease}.app__work-filter .app__work-filter-item:hover{background-color:var(--secondary-color);color:var(--white-color)}@media screen and (min-width: 2000px){.app__work-filter .app__work-filter-item{padding:1rem 2rem;border-radius:.85rem}}.app__work-filter .item-active{background-color:var(--secondary-color);color:var(--white-color);border-color:var(--secondary-color)}@media screen and (max-width: 600px){.app__work-filter{flex-wrap:wrap}}.app__work-portfolio{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:center}.app__work-portfolio .app__work-item{width:270px;flex-direction:column;margin:2rem;padding:1rem;border-radius:.5rem;background-color:var(--surface-color);color:var(--black-color);border:1px solid var(--border-color);box-shadow:0 10px 24px var(--shadow-color);cursor:pointer}.app__work-portfolio .app__work-item:hover{box-shadow:0 12px 30px var(--shadow-color);transform:translateY(-3px)}@media screen and (min-width: 2000px){.app__work-portfolio .app__work-item{width:470px;padding:1.25rem}}@media screen and (max-width: 300px){.app__work-portfolio .app__work-item{min-width:100%;margin:1rem}}@media screen and (max-width: 300px){.app__work-portfolio{width:100%}}.app__work-img{width:100%;height:230px;position:relative}.app__work-img img{border-radius:.5rem;width:100%;height:100%;object-fit:cover}@media screen and (min-width: 2000px){.app__work-img{height:350px}}.app__work-hover{position:absolute;top:0;left:0;bottom:0;right:0;width:100%;height:100%;background-color:var(--overlay-color);border-radius:.5rem;opacity:0}.app__work-hover div{width:50px;height:50px;border-radius:50%;background-color:var(--overlay-color);color:var(--white-color);margin:1rem;font-family:var(--font-base);font-weight:800;cursor:pointer;transition:all .3s ease}.app__work-hover div svg{width:50%;height:50%;color:var(--white-color);transition:all .3s ease}.app__work-hover:active,.app__work-touched{opacity:1}.app__work-content{padding:.5rem;flex-direction:column;width:100%;position:relative}.app__work-content h4{margin-top:1rem;line-height:1.5}.app__work-content h4,.app__work-content p{text-align:center;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;width:100%}.app__work-content .app__work-tag{position:absolute;padding:.5rem 1rem;background-color:var(--surface-color);border:1px solid var(--border-color);top:-25px;border-radius:10px}.app__work-touched-nowrap .app__work-content h4,.app__work-touched-nowrap .app__work-content p{white-space:unset}.app{background-color:var(--primary-color);color:var(--black-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:row}.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}}.copyright{width:100%;padding:1rem 0 0;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end}.copyright p{text-transform:uppercase;color:var(--black-color)}.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:.8rem;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__social{display:flex;justify-content:flex-end;align-items:center;flex-direction:column;padding:1rem 1rem 3rem}.app__social div{width:40px;height:40px;border-radius:50%;background-color:var(--surface-color);margin:.25rem 0;border:1px solid var(--border-color);box-shadow:0 8px 24px var(--shadow-color);display:flex;justify-content:center;align-items:center;transition:all .3s ease-in-out}.app__social div a{width:100%;height:100%}.app__social div a svg{width:15px;height:15px;color:var(--gray-color)}.app__social div:hover{background-color:var(--secondary-color);border-color:var(--secondary-color)}.app__social div:hover svg{color:var(--white-color)}@media screen and (min-width: 2000px){.app__social div{width:70px;height:70px;margin:.5rem 0}.app__social div svg{width:30px;height:30px}}.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:var(--lightGray-color);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}}.portfolio-button{padding:1rem 2rem;margin-top:2rem;border:none;outline:none;border-radius:10px;font-weight:500;cursor:pointer;color:var(--secondary-color);border:1px solid var(--secondary-color);background:linear-gradient(var(--secondary-color),var(--secondary-color));background-position:50% 50%;background-repeat:no-repeat;background-size:0% 100%;transition:background-size .3s ease-in-out,color .3s ease-in-out}.portfolio-button:hover{background-size:100% 100%;color:var(--white-color)}.none{display:none}:root{--font-base: "DM Sans", sans-serif;--primary-color: #edf2f8;--secondary-color: #2f56d6;--black-color: #0f172a;--lightGray-color: #d8dee8;--gray-color: #667085;--brown-color: #5d4d66;--white-color: #ffffff;--surface-color: #ffffff;--surface-soft: #f7f9fc;--border-color: #e4e9f2;--shadow-color: rgba(15, 23, 42, .1);--overlay-color: rgba(4, 12, 28, .55);--footer-bg: #1f2937;--footer-text: #f8fafc}[data-theme=dark]{--primary-color: #0a101b;--secondary-color: #7da2ff;--black-color: #eef4ff;--lightGray-color: #2a3547;--gray-color: #a5b2c7;--brown-color: #d2c0de;--white-color: #121a28;--surface-color: #121a28;--surface-soft: #1a2535;--border-color: #2c3a50;--shadow-color: rgba(0, 0, 0, .45);--overlay-color: rgba(4, 10, 20, .7);--footer-bg: #0d1422;--footer-text: #dce7ff}*{box-sizing:border-box;padding:0;margin:0;scroll-behavior:smooth}body{background-color:var(--primary-color);color:var(--black-color);transition:background-color .3s ease,color .3s ease}img{pointer-events:none}
