@import url(https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap);.app__navbar{backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);background:hsla(0,0%,100%,.25);border:1px solid hsla(0,0%,100%,.18);justify-content:space-between;padding:1rem 2rem;position:fixed;width:100%;z-index:2}.app__navbar,.app__navbar-logo{align-items:center;display:flex}.app__navbar-logo{justify-content:flex-start}.app__navbar-logo img{height:auto;width:50px}@media screen and (min-width:2000px){.app__navbar-logo img{height:auto;width:150px}}.app__navbar-links{align-items:center;display:flex;flex:1 1;justify-content:center;list-style:none}.app__navbar-links li{cursor:pointer;flex-direction:column;margin:0 1rem}.app__navbar-links li div{background:transparent;border-radius:50%;height:5px;margin-bottom:5px;width:5px}.app__navbar-links li .nav-link-btn,.app__navbar-links li a{background:none;border:none;color:var(--gray-color);cursor:pointer;flex-direction:column;font-weight:500;text-decoration:none;text-transform:uppercase;transition:all .3s ease-in-out}.app__navbar-links li .nav-link-btn:hover,.app__navbar-links li a:hover{color:var(--secondary-color)}.app__navbar-links li:hover div{background:var(--secondary-color)}@media screen and (max-width:900px){.app__navbar-links{display:none}}.app__navbar-menu{align-items:center;background-color:var(--secondary-color);border-radius:50%;display:flex;height:35px;justify-content:center;position:relative;width:35px}.app__navbar-menu svg{color:var(--white-color);height:70%;width:70%}.app__navbar-menu div{align-items:flex-end;background:url(/static/media/bgWhite.79658cadae50b3b16ee5.png);background-color:var(--white-color);background-repeat:repeat;background-size:cover;bottom:0;box-shadow:0 0 20px hsla(0,0%,66%,.15);display:flex;flex-direction:column;height:100vh;justify-content:flex-end;padding:1rem;position:fixed;right:0;top:0;width:80%;z-index:5}.app__navbar-menu div svg{color:var(--secondary-color);height:35px;margin:.5rem 1rem;width:35px}.app__navbar-menu div ul{align-items:flex-start;display:flex;flex-direction:column;height:100%;justify-content:flex-start;list-style:none;margin:0;padding:0;width:100%}.app__navbar-menu div ul li{margin:1rem}.app__navbar-menu div ul li .nav-link-btn,.app__navbar-menu div ul li a{background:none;border:none;color:var(--gray-color);cursor:pointer;font-size:1rem;font-weight:500;text-decoration:none;text-transform:uppercase;transition:all .3s ease-in-out}.app__navbar-menu div ul li .nav-link-btn:hover,.app__navbar-menu div ul li a:hover{color:var(--secondary-color)}@media screen and (min-width:900px){.app__navbar-menu,.app__navbar-menu div{display:none}}.app__about{flex:1 1;flex-direction:column;padding:0 1rem;width:100%}.app__profiles{align-items:flex-start;display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;margin-top:2rem}@media screen and (max-width:768px){.app__profiles{gap:1rem;margin-top:1.5rem}}.app__profile-item{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;margin:0;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;width:190px}.app__profile-item img{border-radius:15px;height:170px;object-fit:cover;width:100%}.app__profile-item h2{font-size:1rem;line-height:1.3;margin-top:15px!important}@media screen and (max-width:768px){.app__profile-item h2{font-size:.9rem;margin-top:12px!important}}@media screen and (max-width:480px){.app__profile-item h2{font-size:.85rem;margin-top:10px!important}}.app__profile-item .p-text{font-size:.8rem;line-height:1.4;margin-top:8px!important}@media screen and (max-width:768px){.app__profile-item .p-text{font-size:.75rem;line-height:1.3;margin-top:6px!important}}@media screen and (max-width:480px){.app__profile-item .p-text{font-size:.7rem;line-height:1.25}}@media screen and (max-width:768px){.app__profile-item{max-width:160px;width:calc(50% - .5rem)}.app__profile-item img{border-radius:12px;height:140px}}@media screen and (max-width:480px){.app__profile-item{max-width:140px;width:calc(50% - .5rem)}.app__profile-item img{border-radius:10px;height:120px}}@media screen and (max-width:360px){.app__profile-item{margin:0 auto;max-width:280px;width:100%}.app__profile-item img{height:160px}}@media screen and (min-width:2000px){.app__profile-item{width:370px}.app__profile-item img{height:320px}.app__profile-item h2{font-size:1.5rem;margin-top:25px!important}.app__profile-item .p-text{font-size:1.1rem;margin-top:15px!important}}.app__footer{flex:1 1;flex-direction:column;width:100%}@media screen and (max-width:768px){.app__footer{flex-direction:column}}.app__footer-cards{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-evenly;margin:4em 2rem 2rem;width:60%}.app__footer-cards .app__footer-card{align-items:center;background-color:#fef4f5;border-radius:10px;cursor:pointer;display:flex;flex-direction:row;justify-content:flex-start;margin:1rem 0;min-width:290px;padding:1rem;transition:all .3s ease-in-out}.app__footer-cards .app__footer-card img{height:40px;margin:0 .7rem;width:40px}.app__footer-cards .app__footer-card p{font-weight:500}.app__footer-cards .app__footer-card a{font-weight:500;text-decoration:none}.app__footer-cards .app__footer-card:hover{box-shadow:0 0 25px #fef4f5}@media screen and (max-width:450px){.app__footer-cards .app__footer-card{width:100%}}@media screen and (max-width:768px){.app__footer-cards{width:100%}}.app__footer-cards .app__footer-card:last-child{background-color:#f2f7fb}.app__footer-cards .app__footer-card:last-child:hover{box-shadow:0 0 25px #f2f7fb}.app__footer-form{background-color:#fff;border-radius:12px;box-shadow:0 0 15px rgba(0,0,0,.1);flex-direction:column;margin:1rem 2rem;padding:1.5rem;width:60%}.app__footer-form div{background-color:var(--primary-color);border-radius:10px;cursor:pointer;margin:.75rem 0;transition:all .3s ease-in-out;width:100%}.app__footer-form div input,.app__footer-form div textarea{background-color:var(--primary-color);border:none;border-radius:7px;caret-color:#000;color:#000;font-family:var(--font-base);outline:none;padding:.95rem;width:100%}.app__footer-form div textarea{height:170px}.app__footer-form div:hover{box-shadow:0 0 25px var(--primary-color)}.app__footer-form button{background-color:#5f69ce;border:none;border-radius:10px;color:var(--white-color);cursor:pointer;font-family:var(--font-base);font-weight:500;margin:2rem 0 0;outline:none;padding:1rem 2rem;transition:background-color .3s cubic-bezier(.55,.085,.68,.53)}.app__footer-form button:hover{background-color:#1e2cc4}@media screen and (max-width:768px){.app__footer-form{margin:1rem 0;width:100%}}#home{background:url(/static/media/bgIMG.c39101e520e2997fc6d4.png);background-attachment:scroll;background-position:50%;background-repeat:repeat;background-size:cover;min-height:100vh;position:relative}#home,#home .app__wrapper{overflow-x:hidden;width:100%}#home .app__wrapper{box-sizing:border-box;max-width:100vw;padding:0}#home .app__wrapper .copyright{display:none}.app__header{-moz-align-items:stretch;-ms-align-items:stretch;align-items:stretch;box-sizing:border-box;display:flex;-webkit-flex:1;-moz-flex:1;-ms-flex:1;flex:1 1;flex-direction:row;height:auto;min-height:calc(100vh - 80px);padding:8rem 2rem 2rem;width:100%}@media screen and (min-width:2000px){.app__header{min-height:calc(100vh - 100px);padding-top:10rem}}@media screen and (max-width:1200px){.app__header{align-items:center;flex-direction:column;-moz-flex-direction:column;min-height:0;padding:8rem 2rem 2rem}}@media screen and (max-width:768px){.app__header{align-items:flex-start;padding:8rem 1rem 2rem}}@media screen and (max-width:480px){.app__header{padding:7rem 1rem 1rem}}@media screen and (max-width:360px){.app__header{padding:6rem .5rem 1rem}}.app__header-info{align-items:flex-start;box-sizing:border-box;display:flex;-moz-flex:.65;flex:.65 1;flex-direction:column;height:100%;justify-content:flex-start;margin:0 2rem 0 0;max-width:none;min-width:280px}@media screen and (max-width:1200px){.app__header-info{align-items:center;flex:none;-webkit-flex:none;-moz-flex:none;-ms-flex:none;margin:0 0 3rem;max-width:100%;text-align:center;width:100%}}@media screen and (max-width:768px){.app__header-info{align-items:flex-start;margin:0 0 2rem;min-width:auto;text-align:left}}@media screen and (max-width:480px){.app__header-info{margin:0 0 1.5rem}}.app__header-badge{align-items:flex-end;box-sizing:border-box;display:flex;flex-direction:column;justify-content:flex-end;max-width:100%;width:80%}.app__header-badge .badge-cmp,.app__header-badge .tag-cmp{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:hsla(0,0%,100%,.15);border:1px solid hsla(0,0%,100%,.25);border-radius:15px;box-shadow:0 4px 20px rgba(0,0,0,.1);box-sizing:border-box;display:flex;flex-direction:row;max-width:100%;padding:.8rem 2.5rem;transition:all .3s ease;width:auto}@supports not (((-webkit-backdrop-filter:blur(8px)) or (backdrop-filter:blur(8px))) or (-webkit-backdrop-filter:blur(8px))){.app__header-badge .badge-cmp,.app__header-badge .tag-cmp{background:hsla(0,0%,100%,.3)}}.app__header-badge .badge-cmp:hover,.app__header-badge .tag-cmp:hover{background:hsla(0,0%,100%,.25);box-shadow:0 6px 25px rgba(0,0,0,.15);-webkit-transform:translateY(-2px);transform:translateY(-2px)}.app__header-badge .tag-cmp{-moz-flex-direction:column;flex-direction:column;margin-top:1rem}.app__header-badge .tag-cmp p{word-wrap:break-word;margin:0;overflow-wrap:break-word;text-align:right;text-transform:uppercase;width:100%}.app__header-badge span{font-size:clamp(1.8rem,4vw,2.5rem);line-height:1.2}@media screen and (min-width:2000px){.app__header-badge span{font-size:clamp(3rem,6vw,5rem)}}@media screen and (max-width:1200px){.app__header-badge{align-items:flex-start;justify-content:flex-start;width:100%}}@media screen and (max-width:768px){.app__header-badge .badge-cmp,.app__header-badge .tag-cmp{padding:.8rem 1.5rem}}@media screen and (max-width:480px){.app__header-badge .badge-cmp,.app__header-badge .tag-cmp{padding:.6rem 1rem}}.app__header-circles{align-items:flex-start;box-sizing:border-box;display:flex;-moz-flex:.75;flex:.75 1;flex-direction:column;height:100%;justify-content:space-evenly;margin-left:1rem}.app__header-circles div{align-items:center;background:var(--white-color);-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;-webkit-box-shadow:0 0 20px rgba(0,0,0,.1);-moz-box-shadow:0 0 20px rgba(0,0,0,.1);box-shadow:0 0 20px rgba(0,0,0,.1);display:flex;flex-shrink:0;height:100px;justify-content:center;width:100px}.app__header-circles div img{height:60%;max-height:100%;max-width:100%;object-fit:contain;width:60%}.app__header-circles div:first-child{height:clamp(80px,12vw,100px);width:clamp(80px,12vw,100px)}.app__header-circles div:nth-child(2){height:clamp(120px,18vw,150px);margin:1.75rem;width:clamp(120px,18vw,150px)}.app__header-circles div:nth-child(3){height:clamp(60px,8vw,70px);width:clamp(60px,8vw,70px)}@media screen and (min-width:2000px){.app__header-circles div:nth-child(2){height:clamp(300px,25vw,400px);width:clamp(300px,25vw,400px)}.app__header-circles div:nth-child(3){height:clamp(150px,12vw,170px);width:clamp(150px,12vw,170px)}.app__header-circles div:first-child{height:clamp(180px,15vw,200px);width:clamp(180px,15vw,200px)}}@media screen and (max-width:1200px){.app__header-circles{flex-direction:row;-moz-flex-direction:row;flex-wrap:wrap;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;gap:1rem;justify-content:center;margin-left:0;width:100%}.app__header-circles div,.app__header-circles div:nth-child(2){margin:.5rem}}@media screen and (max-width:768px){.app__header-circles{gap:.5rem}.app__header-circles div,.app__header-circles div:nth-child(2){margin:.25rem}}.app__header-img{align-items:center;box-sizing:border-box;display:flex;-webkit-flex:1.2;-moz-flex:1.2;-ms-flex:1.2;flex:1.2 1;height:100%;justify-content:center;max-width:50%;overflow:visible;position:relative}.app__header-img img{height:auto;max-height:80vh;max-width:140%;object-fit:contain;position:relative;width:auto;z-index:1}.app__header-img .overlay_circle{align-items:flex-end;bottom:0;display:flex;height:90%;justify-content:center;left:0;pointer-events:none;position:absolute;right:0;width:100%;z-index:0}@media screen and (max-width:1200px){.app__header-img{align-items:center;flex:none;-webkit-flex:none;-moz-flex:none;-ms-flex:none;justify-content:center;margin:2rem 0;max-width:100%;width:100%}.app__header-img img{max-height:60vh;max-width:90%;width:auto}.app__header-img .overlay_circle{align-items:flex-end;bottom:0;display:flex;height:90%;justify-content:center;left:0;pointer-events:none;position:absolute;right:0;width:100%;z-index:0}}@media screen and (max-width:768px){.app__header-img{margin:1.5rem 0}.app__header-img img{max-height:50vh;max-width:95%}.app__header-img .overlay_circle{align-items:flex-end;bottom:0;display:flex;height:85%;justify-content:center;left:0;pointer-events:none;position:absolute;right:0;width:100%;z-index:0}}@media screen and (max-width:600px){.app__header-img{flex:1 1;-webkit-flex:1;-moz-flex:1;-ms-flex:1;margin:1rem 0}.app__header-img img{max-height:45vh;max-width:100%}.app__header-img .overlay_circle{align-items:flex-end;bottom:0;display:flex;height:80%;justify-content:center;left:0;pointer-events:none;position:absolute;right:0;width:100%;z-index:0}}@media screen and (max-width:480px){.app__header-img img{max-height:40vh}.app__header-img .overlay_circle{align-items:flex-end;bottom:0;display:flex;height:75%;justify-content:center;left:0;pointer-events:none;position:absolute;right:0;width:100%;z-index:0}}body,html{max-width:100vw;overflow-x:hidden}body{padding-top:0}.app__header *{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@supports(-webkit-touch-callout:none){.app__header{min-height:-webkit-fill-available}}@-moz-document url-prefix(){.app__header{align-items:stretch}.app__header-img{justify-content:center}}@media screen and (-webkit-min-device-pixel-ratio:0){.app__header{align-items:stretch;display:-webkit-flex}.app__header-info{align-self:flex-start}}@supports(-ms-ime-align:auto){.app__header{-ms-flex-align:stretch;display:-ms-flexbox}}.resume-download-btn{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:hsla(0,0%,100%,.15);border:1px solid hsla(0,0%,100%,.25);border-radius:12px;color:#222;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:500;gap:.6rem;margin-top:1.5rem;padding:1rem 1.6rem;text-decoration:none;transition:all .3s ease}@supports not (((-webkit-backdrop-filter:blur(8px)) or (backdrop-filter:blur(8px))) or (-webkit-backdrop-filter:blur(8px))){.resume-download-btn{background:hsla(0,0%,100%,.3)}}.resume-download-btn:hover{background:hsla(0,0%,100%,.25);box-shadow:0 4px 18px rgba(0,0,0,.1);-webkit-transform:translateY(-2px);transform:translateY(-2px)}.resume-download-btn:active{-webkit-transform:translateY(0);transform:translateY(0)}.resume-download-btn .download-icon{display:inline-block;font-size:1.3rem;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.resume-download-btn:hover .download-icon{-webkit-transform:translateY(2px);transform:translateY(2px)}@media screen and (max-width:768px){.resume-download-btn{height:auto;justify-content:center;margin-top:0;min-height:120px;padding:.8rem 1.2rem;position:fixed;right:1rem;-webkit-text-orientation:mixed;text-orientation:mixed;top:6rem;-webkit-transform:none;transform:none;-webkit-writing-mode:vertical-rl;-ms-writing-mode:tb-rl;writing-mode:vertical-rl;z-index:1000}.resume-download-btn .download-icon{margin-top:.5rem;-webkit-transform:rotate(0deg);transform:rotate(0deg)}.resume-download-btn:hover .download-icon{-webkit-transform:translateX(2px);transform:translateX(2px)}}@media screen and (max-width:480px){.resume-download-btn{font-size:.9rem;min-height:100px;padding:.7rem 1rem;right:.5rem;top:5.5rem}}.app__skills{flex:1 1;flex-direction:column;padding:0 1rem;width:100%}.app__skills-container{display:flex;flex-direction:row;margin-top:3rem;width:80%}@media screen and (max-width:900px){.app__skills-container{flex-direction:column;margin-top:2rem;width:100%}}@media screen and (max-width:480px){.app__skills-container{margin-top:1.5rem}}.app__skills-list{align-items:flex-start;display:flex;flex:1 1;flex-wrap:wrap;gap:1rem;justify-content:flex-start;margin-right:5rem}@media screen and (max-width:900px){.app__skills-list{align-items:center;gap:.8rem;justify-content:center;margin-right:0}}@media screen and (max-width:480px){.app__skills-list{gap:.6rem;justify-content:center}}.app__skills-item{flex-direction:column;margin:0;text-align:center;transition:all .3s ease-in-out}.app__skills-item div{background-color:#fef4f5;border-radius:50%;height:90px;width:90px}.app__skills-item div img{height:50%;width:50%}.app__skills-item div:hover{box-shadow:0 0 25px #fef4f5}@media screen and (min-width:2000px){.app__skills-item div{height:150px;width:150px}}@media screen and (max-width:768px){.app__skills-item div{height:70px;width:70px}}@media screen and (max-width:480px){.app__skills-item div{height:60px;width:60px}}@media screen and (max-width:360px){.app__skills-item div{height:55px;width:55px}}.app__skills-item p{font-size:.9rem;font-weight:500;margin-top:.5rem}@media screen and (max-width:768px){.app__skills-item p{font-size:.8rem;margin-top:.4rem}}@media screen and (max-width:480px){.app__skills-item p{font-size:.75rem;margin-top:.3rem}}@media screen and (max-width:360px){.app__skills-item p{font-size:.7rem}}@media screen and (min-width:2000px){.app__skills-item p{font-size:1.1rem;margin-top:1rem}}.app__skills-exp{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;justify-content:flex-start}@media screen and (max-width:900px){.app__skills-exp{margin-top:2rem}}.app__skills-exp-container{background:var(--white-color);border:1px solid rgba(0,0,0,.05);border-radius:12px;box-shadow:0 8px 25px rgba(0,0,0,.08);padding:1.5rem;width:100%}@media screen and (max-width:900px){.app__skills-exp-container{border-radius:10px;padding:1rem}}@media screen and (max-width:480px){.app__skills-exp-container{border-radius:8px;margin:0 .5rem;padding:.8rem}}@media screen and (max-width:360px){.app__skills-exp-container{margin:0 .25rem;padding:.6rem}}.app__skills-exp-item{align-items:flex-start;border-radius:8px;cursor:pointer;display:flex;flex-direction:row;justify-content:flex-start;margin:.8rem 0;padding:1rem;transition:all .2s ease-in-out;width:100%}.app__skills-exp-item:hover{background:rgba(0,0,0,.02);box-shadow:0 4px 15px rgba(0,0,0,.05)}.app__skills-exp-item:last-child{margin-bottom:0}@media screen and (max-width:768px){.app__skills-exp-item{align-items:flex-start;flex-direction:column;margin:.6rem 0;padding:.8rem}}@media screen and (max-width:480px){.app__skills-exp-item{border-radius:6px;margin:.4rem 0;padding:.6rem}}@media screen and (max-width:360px){.app__skills-exp-item{padding:.5rem}}.app__skills-exp-works{flex:1 1}.app__skills-exp-works .app__skills-exp-work{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;margin-bottom:.8rem}.app__skills-exp-works .app__skills-exp-work h4{font-size:1rem;font-weight:500;margin-bottom:.2rem}@media screen and (max-width:768px){.app__skills-exp-works .app__skills-exp-work h4{font-size:.9rem}}@media screen and (max-width:480px){.app__skills-exp-works .app__skills-exp-work h4{font-size:.85rem;margin-bottom:.1rem}}@media screen and (max-width:360px){.app__skills-exp-works .app__skills-exp-work h4{font-size:.8rem}}.app__skills-exp-works .app__skills-exp-work p{color:var(--gray-color);font-size:.9rem;font-weight:400;margin:0}@media screen and (max-width:768px){.app__skills-exp-works .app__skills-exp-work p{font-size:.8rem}}@media screen and (max-width:480px){.app__skills-exp-works .app__skills-exp-work p{font-size:.75rem;line-height:1.3}}@media screen and (max-width:360px){.app__skills-exp-works .app__skills-exp-work p{font-size:.7rem}}.app__skills-exp-works .app__skills-exp-work:last-child{margin-bottom:0}@media screen and (max-width:768px){.app__skills-exp-works .app__skills-exp-work{margin-bottom:.6rem}}@media screen and (max-width:480px){.app__skills-exp-works .app__skills-exp-work{margin-bottom:.4rem}}.app__skills-exp-year{margin-right:3rem;min-width:60px}.app__skills-exp-year p{color:var(--secondary-color);font-size:1rem;font-weight:800}@media screen and (max-width:768px){.app__skills-exp-year p{font-size:.9rem;margin-bottom:.5rem}}@media screen and (max-width:480px){.app__skills-exp-year p{font-size:.85rem;margin-bottom:.3rem}}@media screen and (max-width:360px){.app__skills-exp-year p{font-size:.8rem}}@media screen and (max-width:768px){.app__skills-exp-year{margin-bottom:.5rem;margin-right:0;min-width:auto}}@media screen and (max-width:480px){.app__skills-exp-year{margin-bottom:.3rem}}.skills-tooltip{background-color:var(--white-color)!important;border-radius:5px!important;box-shadow:0 0 25px rgba(0,0,0,.1)!important;color:var(--gray-color)!important;line-height:1.5!important;max-width:300px!important;opacity:1!important;padding:1rem!important;text-align:center!important}@media screen and (min-width:2000px){.skills-tooltip{font-size:1.75rem!important;line-height:2!important;max-width:500px!important}}.app__testimonial{flex:1 1;flex-direction:column;width:100%}.app__testimonial-item{background-color:var(--white-color);border-radius:20px;box-shadow:0 5px 25px rgba(0,0,0,.08);display:flex;flex-direction:row;margin-bottom:1.5rem;min-height:200px;padding:1.5rem;transition:all .3s ease-in-out;width:50%}.app__testimonial-item:hover{box-shadow:0 10px 35px rgba(0,0,0,.12);-webkit-transform:translateY(-5px);transform:translateY(-5px)}.app__testimonial-item img{border:3px solid var(--lightGray-color);border-radius:50%;height:70px;object-fit:cover;width:70px}@media screen and (min-width:2000px){.app__testimonial-item{min-height:280px;width:45%}.app__testimonial-item img{height:100px;width:100px}}@media screen and (max-width:850px){.app__testimonial-item{width:90%}}@media screen and (max-width:600px){.app__testimonial-item{flex-direction:column;padding:1.2rem;text-align:center}.app__testimonial-item img{align-self:center;margin-bottom:1rem}}.app__testimonial-content{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;height:100%;justify-content:center;padding:0 1.5rem;text-align:left}.app__testimonial-content p{color:var(--black-color);font-family:var(--font-base);font-size:1rem;font-style:italic;line-height:1.6rem;margin-bottom:1rem}@media screen and (min-width:2000px){.app__testimonial-content p{font-size:1.4rem;line-height:2.2rem}}.app__testimonial-content h4{color:var(--secondary-color);font-size:1.1rem;font-weight:600;margin-bottom:.2rem}.app__testimonial-content h5{color:var(--gray-color);font-size:.9rem;font-weight:400}@media screen and (max-width:600px){.app__testimonial-content{margin-top:0;padding:0;text-align:center}}.app__testimonial-btns{flex-direction:row;gap:.5rem;margin-top:1rem}.app__testimonial-btns div{background-color:var(--white-color);border:2px solid var(--lightGray-color);border-radius:50%;cursor:pointer;height:40px;transition:all .3s ease-in-out;width:40px}.app__testimonial-btns div svg{color:var(--secondary-color);height:16px;width:16px}.app__testimonial-btns div:hover{background-color:var(--secondary-color);border-color:var(--secondary-color);-webkit-transform:scale(1.05);transform:scale(1.05)}.app__testimonial-btns div:hover svg{color:var(--white-color)}@media screen and (min-width:2000px){.app__testimonial-btns div{height:60px;width:60px}.app__testimonial-btns div svg{height:24px;width:24px}}.app__testimonial-brands{flex-wrap:wrap;justify-content:center;margin-top:1.5rem;width:70%}.app__testimonial-brands div{margin:.8rem;width:100px}.app__testimonial-brands div img{-webkit-filter:grayscale(1);filter:grayscale(1);height:auto;object-fit:cover;opacity:.6;transition:all .3s ease;width:100%}.app__testimonial-brands div:hover img{-webkit-filter:grayscale(0);filter:grayscale(0);opacity:1;-webkit-transform:scale(1.05);transform:scale(1.05)}@media screen and (min-width:2000px){.app__testimonial-brands div{margin:1.2rem;width:140px}}@media screen and (max-width:450px){.app__testimonial-brands div{margin:.6rem;width:80px}}@media screen and (max-width:800px){.app__testimonial-brands{width:90%}}.app__works{flex:1 1;flex-direction:column;width:100%}.app__work-filter{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;margin:4rem 0 2rem}.app__work-filter .app__work-filter-item{background-color:#fff;border-radius:.5rem;color:#000;cursor:pointer;font-weight:800;margin:.5rem;padding:.5rem 1rem;transition:all .3s ease}.app__work-filter .app__work-filter-item:hover{background-color:var(--secondary-color);color:#fff}@media screen and (min-width:2000px){.app__work-filter .app__work-filter-item{border-radius:.85rem;padding:1rem 2rem}}.app__work-filter .item-active{background-color:var(--secondary-color);color:#fff}.app__work-portfolio{align-items:center;display:flex;flex-wrap:wrap;justify-content:center}.app__work-portfolio .app__work-item{background-color:#fff;border-radius:.5rem;color:#000;cursor:pointer;flex-direction:column;margin:2rem;overflow:hidden;padding:1rem;transition:all .3s ease;width:270px}.app__work-portfolio .app__work-item:hover{box-shadow:0 0 25px rgba(0,0,0,.2)}@media screen and (min-width:2000px){.app__work-portfolio .app__work-item{border-radius:.75rem;padding:1.25rem;width:470px}}@media screen and (max-width:300px){.app__work-portfolio .app__work-item{margin:1rem;width:100%}}.app__work-img{height:230px;position:relative;width:100%}.app__work-img img{border-radius:.5rem;height:100%;object-fit:contain;width:100%}.app__work-img .app__work-placeholder{align-items:center;background-color:#f0f0f0;border:2px dashed #ccc;border-radius:.5rem;color:#666;display:flex;flex-direction:column;font-size:.9rem;gap:.5rem;height:100%;justify-content:center;width:100%}.app__work-img .app__work-placeholder svg{color:#999;font-size:2rem}.app__work-img .app__work-placeholder span{font-weight:500}@media screen and (min-width:2000px){.app__work-img{height:350px}}.app__work-hover{border-radius:.5rem;bottom:0;height:100%;left:0;opacity:0;position:absolute;right:0;top:0;width:100%}.app__work-hover,.app__work-hover div{background-color:rgba(0,0,0,.5);transition:all .3s ease}.app__work-hover div{border-radius:50%;color:#fff;cursor:pointer;font-family:var(--font-base);font-weight:800;height:50px;margin:1rem;width:50px}.app__work-hover div svg{color:var(--white-color);height:50%;width:50%}.app__work-content{flex-direction:column;padding:.5rem;position:relative;width:100%}.app__work-content h4{line-height:1.5;margin-top:1rem}@media screen and (min-width:2000px){.app__work-content h4{margin-top:3rem}}.app__work-content .work-description{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;line-height:1.4;max-height:4.2em;overflow:hidden;overflow-wrap:anywhere;padding-bottom:.75rem;position:relative;text-overflow:ellipsis;white-space:normal!important;word-break:break-word}.app__work-content .work-description:after{background:linear-gradient(180deg,hsla(0,0%,100%,0),#fff);bottom:0;content:"";height:1.2rem;left:0;pointer-events:none;position:absolute;right:0}.app__work-content .app__work-tag{background-color:#fff;border-radius:10px;padding:.5rem 1rem;position:absolute;top:-25px}.app__work-detail{flex:1 1;flex-direction:column;margin:0 auto;max-width:1200px;width:100%}.app__work-detail .loading-container{height:50vh}.app__work-detail .loading-container p{color:var(--gray-color);font-size:1.2rem}.app__work-detail .back-button-corner{bottom:2rem;position:fixed;right:2rem;z-index:1000}.app__work-detail .back-button-corner a,.app__work-detail .back-button-corner button{align-items:center;background:var(--secondary-color);border:none;border-radius:50%;box-shadow:0 4px 20px rgba(0,0,0,.2);color:var(--white-color);cursor:pointer;display:flex;height:50px;justify-content:center;text-decoration:none;transition:all .3s ease;width:50px}.app__work-detail .back-button-corner a:hover,.app__work-detail .back-button-corner button:hover{background:var(--primary-color);box-shadow:0 6px 25px rgba(0,0,0,.3);-webkit-transform:translateY(-3px);transform:translateY(-3px)}.app__work-detail .back-button-corner a svg,.app__work-detail .back-button-corner button svg{font-size:1.5rem;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.app__work-detail .back-button-corner a:hover svg,.app__work-detail .back-button-corner button:hover svg{-webkit-transform:translateX(-2px);transform:translateX(-2px)}@media screen and (max-width:768px){.app__work-detail .back-button-corner{bottom:1.5rem;right:1.5rem}.app__work-detail .back-button-corner a,.app__work-detail .back-button-corner button{height:45px;width:45px}.app__work-detail .back-button-corner a svg,.app__work-detail .back-button-corner button svg{font-size:1.3rem}}.app__work-detail .work-header{margin-bottom:3rem;text-align:center}.app__work-detail .work-header .head-text{margin-bottom:1rem}.app__work-detail .work-header .work-description-full{color:var(--gray-color);font-size:1.1rem;line-height:1.6;margin:0 auto 2rem;max-width:800px;white-space:pre-wrap}.app__work-detail .work-header .work-actions{flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.app__work-detail .work-header .work-actions .action-btn{align-items:center;border-radius:.5rem;box-shadow:0 2px 4px rgba(0,0,0,.1);display:flex;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s ease}.app__work-detail .work-header .work-actions .action-btn svg{font-size:1.2rem}.app__work-detail .work-header .work-actions .action-btn span{font-size:1rem}.app__work-detail .work-header .work-actions .action-btn.primary-btn{background-color:var(--secondary-color);border:2px solid var(--secondary-color);color:var(--white-color)}.app__work-detail .work-header .work-actions .action-btn.primary-btn:hover{background-color:transparent;box-shadow:0 4px 8px rgba(0,0,0,.15);color:var(--secondary-color);-webkit-transform:translateY(-2px);transform:translateY(-2px)}.app__work-detail .work-header .work-actions .action-btn.secondary-btn{background-color:transparent;border:2px solid var(--lightGray-color);color:var(--black-color)}.app__work-detail .work-header .work-actions .action-btn.secondary-btn:hover{background-color:var(--black-color);border-color:var(--black-color);box-shadow:0 4px 8px rgba(0,0,0,.15);color:var(--white-color);-webkit-transform:translateY(-2px);transform:translateY(-2px)}.app__work-detail .work-header .work-tags{flex-wrap:wrap;gap:.5rem}.app__work-detail .work-header .work-tags .tag-item{background-color:var(--lightGray-color);border-radius:1.5rem;color:var(--black-color);font-size:.9rem;font-weight:600;padding:.5rem 1rem;transition:all .3s ease}.app__work-detail .work-header .work-tags .tag-item:hover{background-color:var(--secondary-color);color:var(--white-color);-webkit-transform:translateY(-2px);transform:translateY(-2px)}@media screen and (max-width:768px){.app__work-detail .work-header .work-actions{align-items:center;flex-direction:column}.app__work-detail .work-header .work-actions .action-btn{justify-content:center;max-width:200px;width:100%}}.app__work-detail .work-main-image{border-radius:1rem;box-shadow:0 8px 32px rgba(0,0,0,.1);margin-bottom:3rem;overflow:hidden}.app__work-detail .work-main-image img{display:block;height:auto;max-height:600px;object-fit:contain;width:100%}@media screen and (max-width:768px){.app__work-detail .work-main-image{border-radius:.5rem;margin-bottom:2rem}}.app__work-detail .work-gallery{margin-bottom:4rem}.app__work-detail .work-gallery .gallery-title{color:var(--black-color);font-size:1.5rem;font-weight:800;margin-bottom:2rem;text-align:center}.app__work-detail .work-gallery .gallery-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.app__work-detail .work-gallery .gallery-grid .gallery-item{border-radius:.75rem;box-shadow:0 4px 16px rgba(0,0,0,.1);overflow:hidden;transition:all .3s ease}.app__work-detail .work-gallery .gallery-grid .gallery-item:hover{box-shadow:0 8px 32px rgba(0,0,0,.15);-webkit-transform:translateY(-4px);transform:translateY(-4px)}.app__work-detail .work-gallery .gallery-grid .gallery-item img{display:block;height:250px;object-fit:contain;width:100%}@media screen and (max-width:768px){.app__work-detail .work-gallery .gallery-grid{gap:1rem;grid-template-columns:1fr}.app__work-detail .work-gallery .gallery-grid .gallery-item img{height:200px}}.app__work-detail .related-works .related-title{color:var(--black-color);font-size:1.5rem;font-weight:800;margin-bottom:2rem;text-align:center}.app__work-detail .related-works .related-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.app__work-detail .related-works .related-grid .related-item{background-color:var(--white-color);border-radius:.75rem;box-shadow:0 4px 16px rgba(0,0,0,.1);overflow:hidden;transition:all .3s ease}.app__work-detail .related-works .related-grid .related-item:hover{box-shadow:0 8px 32px rgba(0,0,0,.15)}.app__work-detail .related-works .related-grid .related-item a{color:inherit;display:block;text-decoration:none}.app__work-detail .related-works .related-grid .related-item .related-image{height:180px;overflow:hidden}.app__work-detail .related-works .related-grid .related-item .related-image img{height:100%;object-fit:contain;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;width:100%}.app__work-detail .related-works .related-grid .related-item:hover .related-image img{-webkit-transform:scale(1.05);transform:scale(1.05)}.app__work-detail .related-works .related-grid .related-item .related-content{padding:1.5rem}.app__work-detail .related-works .related-grid .related-item .related-content h4{color:var(--black-color);margin-bottom:.5rem}.app__work-detail .related-works .related-grid .related-item .related-content p{color:var(--gray-color);font-size:.9rem;line-height:1.5}@media screen and (max-width:768px){.app__work-detail .related-works .related-grid{gap:1rem;grid-template-columns:1fr}.app__work-detail .related-works .related-grid .related-item .related-image{height:150px}.app__work-detail .related-works .related-grid .related-item .related-content{padding:1rem}.app__work-detail .work-header .work-description-full{font-size:1rem}.app__work-detail .gallery-title,.app__work-detail .related-title{font-size:1.3rem}}@media screen and (min-width:2000px){.app__work-detail .work-header .work-description-full{font-size:1.3rem}.app__work-detail .work-actions .action-btn{font-size:1.1rem;padding:1rem 2rem}.app__work-detail .work-actions .action-btn svg{font-size:1.4rem}.app__work-detail .work-tags .tag-item{font-size:1rem;padding:.75rem 1.5rem}.app__work-detail .gallery-grid .gallery-item img{height:350px}.app__work-detail .related-grid .related-item .related-image{height:250px}}.app__work-detail{padding:2rem}.app__work-detail .work-detail-container{margin:0 auto;max-width:1200px}.app__work-detail .work-detail-container .work-detail-header{margin-bottom:2rem;text-align:center}.app__work-detail .work-detail-container .work-detail-header h1{color:var(--black-color);font-size:2.5rem;margin-bottom:1rem}.app__work-detail .work-detail-container .work-detail-header p{color:var(--gray-color);font-size:1.2rem}.app__work-detail .work-detail-container .work-detail-image{border-radius:10px;margin:0 auto 2rem;max-width:800px;overflow:hidden;width:100%}.app__work-detail .work-detail-container .work-detail-image img{display:block;height:auto;width:100%}.app__work-detail .work-detail-container .work-detail-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:2fr 1fr;margin-top:2rem}@media screen and (max-width:768px){.app__work-detail .work-detail-container .work-detail-content{grid-template-columns:1fr}}.app__work-detail .work-detail-container .work-detail-info .description{color:var(--gray-color);font-size:1.1rem;line-height:1.6;margin-bottom:2rem}.app__work-detail .work-detail-container .work-detail-info .technologies{margin-bottom:2rem}.app__work-detail .work-detail-container .work-detail-info .technologies h3{color:var(--black-color);margin-bottom:1rem}.app__work-detail .work-detail-container .work-detail-info .technologies .tech-tags{display:flex;flex-wrap:wrap;gap:.5rem}.app__work-detail .work-detail-container .work-detail-info .technologies .tech-tags .tech-tag{background:var(--primary-color);border-radius:20px;color:#fff;font-size:.9rem;padding:.5rem 1rem}.app__work-detail .work-detail-container .work-detail-links .links-container{display:flex;flex-direction:column;gap:1rem}.app__work-detail .work-detail-container .work-detail-links .links-container .link-button{align-items:center;background:var(--primary-color);border-radius:10px;color:#fff;display:flex;gap:.5rem;padding:1rem;text-decoration:none;transition:background .3s ease}.app__work-detail .work-detail-container .work-detail-links .links-container .link-button:hover{background:var(--secondary-color)}.app__work-detail .work-detail-container .work-detail-links .links-container .link-button svg{font-size:1.2rem}.app__work-detail .work-detail-container .work-detail-links .back-button{background:var(--gray-color);border-radius:5px;color:#fff;display:inline-block;margin-top:2rem;padding:.8rem 1.5rem;text-decoration:none;transition:background .3s ease}.app__work-detail .work-detail-container .work-detail-links .back-button:hover{background:var(--black-color)}.fullscreen-overlay{align-items:center;background:rgba(0,0,0,.85);cursor:zoom-out;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}.fullscreen-overlay img{border-radius:10px;box-shadow:0 0 20px rgba(0,0,0,.5);max-height:90%;max-width:90%}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-size:100%}body{font-family:var(--font-base);margin:0;padding:0}.app,body{background-color:var(--primary-color)}.app__whitebg{background-color:var(--white-color)}.app__primarybg{background-color:var(--primary-color)}.app__container{display:flex;flex-direction:row;min-height:100vh;width:100%}@media screen and (max-width:768px){.app__container{flex-direction:column}}.app__flex{align-items:center;display:flex;justify-content:center}.app__wrapper{display:flex;flex:1 1;flex-direction:column;padding:clamp(3rem,6vw,6rem) clamp(1rem,3vw,2rem) clamp(2rem,4vw,4rem);width:100%}@media screen and (max-width:450px){.app__wrapper{padding:clamp(2rem,4vw,5rem) 1rem clamp(1rem,3vw,2rem)}}.copyright{align-items:flex-end;display:flex;flex-direction:column;justify-content:flex-end;padding:2rem 0 0;text-align:right;width:100%}.copyright p{font-size:clamp(.75rem,1.5vw,1rem);text-transform:uppercase}.copyright p,.head-text{color:var(--black-color)}.head-text{font-size:clamp(1.8rem,4vw,2.75rem);font-weight:800;margin-top:1rem;text-align:center;text-transform:capitalize}.head-text span{color:var(--secondary-color)}@media screen and (min-width:2000px){.head-text{font-size:clamp(2.5rem,3vw,4rem)}}.p-text{color:var(--gray-color);font-size:clamp(.8rem,1.5vw,1rem);line-height:1.5;text-align:left}@media screen and (min-width:2000px){.p-text{font-size:clamp(1.2rem,2vw,1.75rem)}}.bold-text{color:var(--black-color);font-size:clamp(.9rem,2vw,1rem);font-weight:800;text-align:left}@media screen and (min-width:2000px){.bold-text{font-size:clamp(1.5rem,2.5vw,2rem)}}.app__social{align-items:center;display:flex;flex-direction:column;justify-content:flex-end;padding:1rem}@media screen and (max-width:1200px)and (min-width:501px){.app__social{left:1rem;padding:.5rem;position:fixed;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:100}}@media screen and (max-width:768px)and (min-width:501px){.app__social{left:.5rem;padding:.3rem}}.app__social div{align-items:center;background-color:var(--white-color);border:1px solid var(--lightGray-color);border-radius:50%;display:flex;height:clamp(30px,4vw,40px);justify-content:center;margin:.25rem 0;transition:all .3s ease-in-out;width:clamp(30px,4vw,40px)}@media screen and (max-width:1200px)and (min-width:501px){.app__social div{height:35px;margin:.2rem 0;width:35px}}@media screen and (max-width:768px)and (min-width:501px){.app__social div{height:32px;margin:.15rem 0;width:32px}}.app__social div svg{color:var(--gray-color);height:clamp(10px,1.5vw,15px);width:clamp(10px,1.5vw,15px)}.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{margin:.5rem 0}}.app__navigation{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:1rem}@media screen and (max-width:1200px)and (min-width:501px){.app__navigation{padding:.5rem;position:fixed;right:1rem;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:100}}@media screen and (max-width:768px)and (min-width:501px){.app__navigation{padding:.3rem;right:.5rem}}.app__navigation-dot{background-color:#cbcbcb;border-radius:50%;height:clamp(8px,1vw,10px);margin:.5rem;transition:background-color .2s ease-in-out;width:clamp(8px,1vw,10px)}@media screen and (max-width:1200px)and (min-width:501px){.app__navigation-dot{height:8px;margin:.3rem;width:8px}}@media screen and (max-width:768px)and (min-width:501px){.app__navigation-dot{height:6px;margin:.25rem;width:6px}}.app__navigation-dot:hover{background-color:var(--secondary-color)}@media screen and (max-width:500px){.app__navigation,.app__social{display:none}.copyright{align-items:center;padding:2rem;text-align:center}}: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:#fff}*{box-sizing:border-box;margin:0;padding:0;scroll-behavior:smooth}
/*# sourceMappingURL=main.326d18ec.css.map*/