@import url(https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap);:root{--font-base:"DM Sans",sans-serif;--primary-color:#c99f831f;--secondary-color:#c99f83;--black-color:#030303;--lightGray-color:#e4e4e4;--gray-color:#645b55;--brown-color:#46364a;--white-color:#fff}*{box-sizing:border-box;margin:0;padding:0;scroll-behavior:smooth}.app{background-color:var(--primary-color);font-family:var(--font-base)}.app__whitebg{background-color:var(--white-color)}.app__primarybg{background-color:hsla(24,39%,65%,.047)}.app__container{display:flex;flex-direction:row;min-height:100vh;width:100%}.app__flex{align-items:center;display:flex;justify-content:center}.app__wrapper{flex:1 1;flex-direction:column;padding:4rem 2rem;width:100%}@media screen and (max-width:450px){.app__wrapper{padding:4rem 1rem 2rem}}.copyright{align-items:flex-end;display:flex;flex-direction:column;justify-content:flex-end;padding:2rem 0 0;width:100%}.copyright p{text-transform:uppercase}.copyright p,.head-text{color:var(--black-color)}.head-text{font-size:2.75rem;font-weight:800;text-align:center;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{color:var(--gray-color);font-size:.8rem;line-height:1.5;text-align:left}@media screen and (min-width:2000px){.p-text{font-size:1.75rem}}.bold-text{color:var(--black-color);font-size:1rem;font-weight:800;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{flex-direction:column;justify-content:flex-end;padding:1rem}.app__social,.app__social div{align-items:center;display:flex}.app__social div{background-color:var(--white-color);border:1px solid var(--lightGray-color);border-radius:50%;height:40px;justify-content:center;margin:.25rem 0;transition:all .3s ease-in-out;width:40px}.app__social div svg{color:var(--gray-color);height:15px;width: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{height:70px;margin:.5rem 0;width:70px}.app__social div svg{height:30px;width:30px}}.app__navigation{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:1rem}.app__navigation .app__navigation-dot{background-color:#cbcbcb;border-radius:50%;height:10px;margin:.5rem;transition:background-color .2s ease-in-out;width:10px}.app__navigation .app__navigation-dot:hover{background-color:var(--secondary-color)}@media screen and (min-width:2000px){.app__navigation .app__navigation-dot{height:20px;width:20px}}@media screen and (max-width:800px){.app__navigation,.app__social{display:none}.copyright{padding:2rem}}.app__social{display:none}.app__navbar{align-items:center;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);background:hsla(24,39%,65%,.678);border:1px solid hsla(24,39%,65%,.576);display:flex;justify-content:center;padding:1rem 2rem;position:fixed;width:100%;z-index:2}@media screen and (max-width:900px){.app__navbar{justify-content:space-between}}.app__navbar-logo{align-items:center;display:flex;justify-content:flex-start}.app__navbar-logo img{height:auto;width:180px}@media screen and (min-width:2000px){.app__navbar-logo img{width:360px}}@media screen and (max-width:650px){.app__navbar-logo img{width:140px}}.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 a{color:var(--gray-color);flex-direction:column;font-size:1rem;font-weight:500;text-decoration:none;text-transform:uppercase;transition:all .3s ease-in-out}.app__navbar-links li a:before{color:transparent;content:"<"}.app__navbar-links li a:after{color:transparent;content:" />"}.app__navbar-links li a:hover{color:var(--black-color)}.app__navbar-links li a:hover:after,.app__navbar-links li a:hover:before{color:#000;transition:all .3s ease-in-out}@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{box-shadow:rgba(0,0,0,.2);color:var(--black-color);height:70%;width:70%}.app__navbar-menu div{align-items:flex-end;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 a{color:var(--gray-color);font-size:1rem;font-weight:500;text-decoration:none;text-transform:uppercase;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,.app__navbar-menu div{display:none}}.media__container{background-color:#000;border:2px solid #fff;border-radius:50%;bottom:10px;color:var(--secondary-color);height:3rem;left:10px;position:fixed;width:3rem;z-index:100}.main-icon{font-size:1.5rem}.contact-icons{background-color:#000;border-bottom-right-radius:1.5rem;border-top-right-radius:1.5rem;display:flex;font-size:2rem;gap:.4em;padding:.2rem 1rem .2rem 2rem}a{color:var(--secondary-color);text-decoration:none}a:hover{color:#fff}.app__about{flex:1 1;flex-direction:column;width:100%}.app__profiles{flex-wrap:wrap;justify-content:center;margin-top:2rem}.app__profile-item,.app__profiles{align-items:flex-start;display:flex}.app__profile-item{flex-direction:column;justify-content:flex-start;margin:2rem;width:190px}.app__profile-item img{border-radius:15px;height:170px;object-fit:cover;width:100%}@media screen and (min-width:2000px){.app__profile-item{margin:2rem 4rem;width:370px}.app__profile-item img{height:320px}}.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;gap:1.5rem;justify-content:space-evenly;margin:4em 2rem 2rem;width:60%}.app__footer-cards .app__footer-card{align-items:center;background-color:#fff;border:1px solid #000;border-radius:10px;cursor:pointer;display:flex;flex-basis:300px;flex-direction:row;flex-grow:1;flex-shrink:0;gap:.5em;justify-content:flex-start;margin:0;padding:1rem;transition:all .3s ease-in-out;white-space:nowrap}.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{color:#202020;font-size:.9rem;font-weight:400;letter-spacing:.05em;overflow:hidden;text-decoration:none;text-overflow:ellipsis}.app__footer-cards .app__footer-card:hover{box-shadow:0 0 15px #adadad}@media screen and (max-width:450px){.app__footer-cards .app__footer-card{width:100%}}@media screen and (max-width:768px){.app__footer-cards{width:80%}}.app__footer-form{flex-direction:column;margin:1rem 2rem;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;color:var(--secondary-color);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 15px var(--primary-color)}.app__footer-form button{background-color:var(--secondary-color);border:none;border-radius:10px;color:var(--white-color);cursor:pointer;font-family:var(--font-base);font-weight:500;letter-spacing:.05em;margin:2rem 0 0;outline:none;padding:1rem 2rem;transition:cubic-bezier(.55,.085,.68,.53)}.app__footer-form button:hover{background-color:var(--black-color)}@media screen and (max-width:768px){.app__footer-form{margin:1rem 0;width:100%}}.contact-icon{font-size:1.5rem}#home{background-color:#fff;background-position:50%;background-repeat:repeat;background-size:cover}#home .app__wrapper{padding:0}#home .app__wrapper .copyright{display:none}.app__header{flex:1 1;height:100%;padding:6rem 2vw 2rem;width:100%}@media screen and (max-width:800px){.app__header{flex:0 1;flex-direction:column;gap:2em;padding:6em 2rem 3rem}}@media screen and (max-width:500px){.app__header{padding:5rem 1rem 3rem}}.app__header-info{flex:1 1;flex-direction:column}.app__header-img,.app__header-info{align-items:center;display:flex;justify-content:center}.app__header-img{flex:1 1}.app__header-img .app__header-container{background-color:hsla(0,0%,100%,.548);border-radius:1.5vw;box-shadow:0 0 20px rgba(0,0,0,.12);height:35vw;width:35vw}.app__header-img .app__header-container img{height:auto;max-height:100%;object-fit:contain;width:100%}@media screen and (max-width:800px){.app__header-img .app__header-container{height:80vw;width:80vw}}.signature{align-items:center;display:flex;flex-direction:column;justify-content:center}.signature img{height:auto;width:100%}.signature h1{font-family:Hurricane,sans-serif;font-size:10vw;font-weight:400;text-align:center}.signature p{font-size:3vw;text-align:center}@media screen and (max-width:800px){.signature h1{font-size:12vw}.signature p{font-size:4vw}}:root{--rt-color-white:#fff;--rt-color-dark:#222;--rt-color-success:#8dc572;--rt-color-error:#be6464;--rt-color-warning:#f0ad4e;--rt-color-info:#337ab7;--rt-opacity:0.9}.styles-module_tooltip__mnnfp{border-radius:3px;font-size:90%;left:0;opacity:0;padding:8px 16px;pointer-events:none;position:absolute;top:0;transition:opacity .3s ease-out;visibility:hidden;width:-webkit-max-content;width:max-content;will-change:opacity,visibility}.styles-module_fixed__7ciUi{position:fixed}.styles-module_arrow__K0L3T{background:inherit;height:8px;position:absolute;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:8px}.styles-module_noArrow__T8y2L{display:none}.styles-module_clickable__Bv9o7{pointer-events:auto}.styles-module_show__2NboJ{opacity:.9;opacity:var(--rt-opacity);visibility:visible}.styles-module_dark__xNqje{background:#222;background:var(--rt-color-dark);color:#fff;color:var(--rt-color-white)}.styles-module_light__Z6W-X{background-color:#fff;background-color:var(--rt-color-white);color:#222;color:var(--rt-color-dark)}.styles-module_success__A2AKt{background-color:#8dc572;background-color:var(--rt-color-success);color:#fff;color:var(--rt-color-white)}.styles-module_warning__SCK0X{background-color:#f0ad4e;background-color:var(--rt-color-warning);color:#fff;color:var(--rt-color-white)}.styles-module_error__JvumD{background-color:#be6464;background-color:var(--rt-color-error);color:#fff;color:var(--rt-color-white)}.styles-module_info__BWdHW{background-color:#337ab7;background-color:var(--rt-color-info);color:#fff;color:var(--rt-color-white)}.app__skills{flex:1 1;flex-direction:column;width:100%}.app__skills-container{display:flex;flex-direction:row;margin-top:3rem;width:100%}@media screen and (max-width:900px){.app__skills-container{flex-direction:column;width:100%}}@media screen and (min-width:1200px){.app__skills-container{max-width:1100px}}.app__skills-list{align-items:flex-start;display:flex;flex:1 1;flex-wrap:wrap;justify-content:flex-start;margin-right:3rem}@media screen and (max-width:900px){.app__skills-list{align-items:center;justify-content:center;margin-right:0}}.app__skills-item{flex-direction:column;height:100px;margin:.5rem .75rem;text-align:center;transition:all .3s ease-in-out;white-space:nowrap;width:100px}.app__skills-item .transparency{color:transparent;transition:all .3s ease-in-out}.app__skills-item .hide-overflow{overflow:hidden;text-overflow:ellipsis}.app__skills-item:hover .transparency{color:#000}.app__skills-item div{background-color:#fff;border-radius:3px;height:65px;width:65px}.app__skills-item div img{height:90%;width:90%}.app__skills-item div:hover{box-shadow:0 0 15px 0 rgba(99,99,99,.54)}.app__skills-item p{font-weight:500;margin-top:.5rem}@media screen and (min-width:2000px){.app__skills-item{height:130px;margin:1.5rem 2rem;width:130px}.app__skills-item div{background-color:#fff;border-radius:3px;height:85px;width:85px}.app__skills-item div img{height:90%;width:90%}.app__skills-item p{font-size:1rem;margin-top:1rem}}.app__skills-exp{align-items:flex-start;display:flex;flex:.8 1;flex-direction:column;justify-content:flex-start}@media screen and (max-width:900px){.app__skills-exp{margin-top:2rem}}.app__skills-exp-item{align-items:flex-start;display:flex;flex-direction:row;justify-content:flex-start;margin:1rem 0;width:100%}.app__skills-exp-works{flex:1 1}.app__skills-exp-works .app__skills-exp-work{align-items:flex-start;cursor:pointer;display:flex;flex-direction:column;justify-content:flex-start;margin-bottom:1rem}.app__skills-exp-works .app__skills-exp-work h4{font-weight:500}.app__skills-exp-works .app__skills-exp-work p{color:var(--gray-color);font-weight:400;margin-top:5px}.app__skills-exp-year{margin-right:3rem}.app__skills-exp-year p{color:var(--secondary-color);font-weight:800}@media screen and (max-width:450px){.app__skills-exp-year{margin-right:1rem}}.skills-tooltip{background-color:var(--white-color);border-radius:5px;box-shadow:0 0 25px rgba(0,0,0,.1);color:var(--gray-color);line-height:1.5;max-width:300px;opacity:1;padding:1rem;text-align:center}@media screen and (min-width:2000px){.skills-tooltip{font-size:1.75rem;line-height:2;max-width:500px}}.app__testimonial{flex:1 1;flex-direction:column;width:100%}.app__testimonial-item{background-color:var(--white-color);border-radius:15px;box-shadow:0 0 30px rgba(0,0,0,.1);display:flex;min-height:320px;padding:2rem;transition:all .3s ease-in-out;width:60%}.app__testimonial-item img{border-radius:50%;height:100px;object-fit:cover;width:100px}@media screen and (min-width:2000px){.app__testimonial-item{min-height:450px}.app__testimonial-item img{height:150px;width:150px}}@media screen and (max-width:850px){.app__testimonial-item{width:100%}}@media screen and (max-width:600px){.app__testimonial-item{flex-direction:column}}.app__testimonial-content{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;height:100%;justify-content:space-around;padding:0 2rem;text-align:left}.app__testimonial-content p{color:var(--black-color);font-family:var(--font-base);font-size:1.25rem;line-height:2rem}.app__testimonial-content h4{color:var(--secondary-color);font-weight:600;margin-top:2rem}.app__testimonial-content h5{color:var(--gray-color);font-weight:400;margin-top:5px}.app__testimonial-btns{flex-direction:row;margin-top:1rem}.app__testimonial-btns div{background-color:var(--white-color);border-radius:50%;height:50px;margin:1rem;transition:all .3s ease-in-out;width:50px}.app__testimonial-btns div svg{color:var(--secondary-color);height:20px;width:20px}.app__testimonial-btns div:hover{background-color:var(--secondary-color)}.app__testimonial-btns div:hover svg{color:var(--white-color)}.app__testimonial-brands{flex-wrap:wrap;margin-top:2rem;width:80%}.app__testimonial-brands div{margin:1.5rem;width:150px}.app__testimonial-brands div img{-webkit-filter:grayscale(1);filter:grayscale(1);height:auto;object-fit:cover;width:100%}.app__testimonial-brands div:hover img{-webkit-filter:grayscale(0);filter:grayscale(0)}@media screen and (min-width:2000px){.app__testimonial-brands div{margin:2rem;width:210px}}@media screen and (max-width:450px){.app__testimonial-brands div{margin:1rem;width:120px}}@media screen and (max-width:800px){.app__testimonial-brands{width:100%}}.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:var(--primary-color);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}}.item-active{background-color:var(--secondary-color);color:#fff}.app__work-portfolio{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;margin-bottom:4rem}.app__work-portfolio .app__work-item{background-color:#fff;border-radius:.5rem;color:#000;cursor:pointer;flex-direction:column;margin:2rem;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%}}.active{box-shadow:0 0 15px rgba(0,0,0,.2)}.app__work-img{height:230px;position:relative;width:100%}.app__work-img img{border-radius:.5rem;height:100%;object-fit:cover;width:100%}@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}.app__work-content .app__work-tag{background-color:#fff;border-radius:10px;padding:.5rem 1rem;position:absolute;top:-25px}button{background-color:var(--white-color);border:2px solid var(--black-color);border-radius:3px;color:var(--black-color);cursor:pointer;font-family:var(--font-base);font-weight:500;margin:2rem 0 0;outline:none;padding:.5rem 1rem;transition:cubic-bezier(.55,.085,.68,.53)}.hide,button:hover{background-color:var(--black-color);color:var(--white-color)}.hide:hover{background-color:var(--white-color);color:var(--black-color)}.app__work-demo-container{flex-direction:column;gap:3rem;overflow:clip}.app__work-demo-container .section{gap:4rem;width:100%}.app__work-demo-container .demo-image-container{height:280px;width:420px}.app__work-demo-container .demo-image-container img{border-radius:.7rem;height:100%;object-fit:cover;width:100%}.app__work-demo-container .demo-content-container{align-items:flex-start;display:flex;flex-direction:column;height:100%;justify-content:flex-start;padding:2rem 0;width:300px}.app__work-demo-container .demo-content-container h4{font-size:1.25rem}.app__work-demo-container .demo-content-container p{font-size:1rem;margin-top:1rem}@media screen and (min-width:1700px){.app__work-demo-container .section{gap:6rem}.app__work-demo-container .demo-image-container{height:340px;width:510px}.app__work-demo-container .demo-content-container{width:400px}}@media screen and (max-width:1000px){.app__work-demo-container .section{flex-direction:column;gap:0}.app__work-demo-container .demo-content-container{align-items:center}}@media screen and (max-width:650px){.app__work-demo-container .demo-image-container{height:auto;max-width:300px}.app__work-demo-container .demo-content-container{align-items:center;max-width:400px}}@media screen and (min-width:1700px){.app__work-demo-container{gap:4rem}}@media screen and (max-width:650px){.app__work-demo-container{width:90%}}
/*# sourceMappingURL=main.ea8e01da.css.map*/