@import url(https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Lobster&display=swap);:root{--font-base:"DM Sans",sans-serif;--primary-color:#e8ecef;--secondary-color:#004e5f;--black-color:#030303;--lightGray-color:#e4e4e4;--gray-color:#6b7688;--brown-color:#e00847;--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:var(--primary-color)}.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:6rem 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:1rem;line-height:18px;text-align:left}@media screen and (min-width:2000px){.p-text{font-size:1.75rem}}.small-text{color:var(--gray-color);font-size:14px;line-height:18px;text-align:left}@media screen and (min-width:2000px){.small-text{font-size:18px}}.bold-sm-text{color:var(--black-color);font-size:16px;font-weight:800;line-height:18px;text-align:left}@media screen and (min-width:2000px){.bold-sm-text{font-size:22px}}@media screen and (max-width:450px){.bold-sm-text{font-size:13px}}.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;padding:1rem}.app__social,.app__social div{align-items:center;display:flex;justify-content:center}.app__social div{background-color:var(--white-color);border:1px solid var(--lightGray-color);border-radius:50%;height:40px;margin:.25rem 0;transition:all .3s ease-in-out;width:40px}.app__social div svg{color:var(--black-color);height:20px;width:20px}.app__social div:hover{background-color:var(--brown-color);border-color:var(--brown-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(--brown-color)}@media screen and (min-width:2000px){.app__navigation .app__navigation-dot{height:20px;width:20px}}@media screen and (max-width:500px){.app__navigation,.app__social{display:none}.copyright{padding:10px}}.app__navbar{backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(40px);background-color:hsla(0,0%,100%,.25);border:1px solid hsla(0,0%,100%,.18);box-shadow:0 0 20px rgba(0,0,0,.48);height:70px;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{border:2.5px solid #221e1f;border-bottom-right-radius:20px;border-top-left-radius:26px;height:100%;padding:0;width:50px}@media screen and (min-width:2000px){.app__navbar-logo img{height:100%;width:180px}}@media screen and (max-width:670px){.app__navbar-logo img{height:100%;width:60px}}.app__navbar-logo h2{color:#221e1f;display:flex;font-family:Lobster,cursive;font-weight:bolder;padding:0 5px}@media screen and (max-width:670px){.app__navbar-logo h2{display:none}}.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:10px;height:2px;margin-bottom:0;width:100%}.app__navbar-links li a{color:#221e1f;flex-direction:column;font-weight:900;text-decoration:none;text-transform:uppercase;transition:all .3s ease-in-out}.app__navbar-links li a:hover{color:var(--brown-color)}.app__navbar-links li:hover div{background:var(--brown-color)}@media screen and (max-width:900px){.app__navbar-links{display:none}}.app__navbar-menu{align-items:center;background:var(--brown-color);border-radius:10px;display:flex;height:35px;justify-content:center;position:relative;width:35px}.app__navbar-menu svg{color:#fff;height:60%;width:60%}.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%,.33);display:flex;flex-direction:column;height:100vh;justify-content:flex-end;padding:1rem;position:fixed;right:0;top:0;width:60%;z-index:5}.app__navbar-menu div svg{color:var(--brown-color);height:30px;margin:.5rem 1rem;width:30px}.app__navbar-menu div ul{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;list-style:none;margin:0;padding:0;width:100%}.app__navbar-menu div ul img{border:2.5px solid #221e1f;border-bottom-right-radius:20px;border-top-left-radius:38px;height:90px;margin-bottom:10px;width:90px}.app__navbar-menu div ul h2{color:#221e1f;display:flex;font-family:Lobster,cursive;font-weight:bolder;margin-bottom:40px;padding:0 5px}.app__navbar-menu div ul li{margin:1rem}.app__navbar-menu div ul li a{color:#221e1f;font-size:1rem;font-weight:900;text-decoration:none;text-transform:uppercase;transition:all .3s ease-in-out}.app__navbar-menu div ul li a:hover{color:var(--brown-color)}@media screen and (min-width:900px){.app__navbar-menu,.app__navbar-menu div{display:none}}.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:10px;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:340px}}#home{background:url(/static/media/bgIMG.92f4370314a1fc922d06.jpg);background-position:50%;background-repeat:repeat;background-size:cover;position:relative}#home .app__wrapper{padding:0}#home .app__wrapper .copyright{display:none}.app__header{flex:1 1;flex-direction:row;height:100%;padding:6rem 2rem 0;width:100%}@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{align-items:flex-start;display:flex;flex:0.65 1;flex-direction:column;height:100%;justify-content:flex-start}@media screen and (max-width:2000px){.app__header-info{margin-right:0;width:100%}}.app__header-badge{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;width:100%}.app__header-badge .badge-cmp,.app__header-badge .tag-cmp{border:var(--white-color);border-radius:10px;box-shadow:0 0 20px rgba(0,0,0,.3);flex-direction:row;padding:1rem 2rem;width:auto}.app__header-badge .tag-cmp{flex-direction:column;margin-top:2rem}.app__header-badge .tag-cmp p{text-align:left;text-transform:uppercase;width:100%}.app__header-badge span{font-size:2.5rem}@media screen and (mmin-width:20000px){.app__header-badge span{font-size:5rem}}@media screen and (max-width:650px){.app__header-badge{align-items:center;justify-content:center}}.app__header-circles{align-items:center;display:flex;flex:0.75 1;flex-direction:column;height:100%;justify-content:space-evenly;margin-left:1rem}.app__header-circles div{background:var(--white-color);border-radius:50%;box-shadow:0 0 20px rgba(0,0,0,.1);height:100px;width:100px}.app__header-circles div img{height:60%;width:60%}.app__header-circles div:first-child{height:100px;margin:.5rem;width:100px}.app__header-circles div:nth-child(2){height:150px;margin:.5rem;width:150px}.app__header-circles div:nth-child(3){height:90px;margin:.5rem;width:90px}.app__header-circles div:nth-child(4){height:140px;margin:.5rem;width:140px}@media screen and (max-width:1200px){.app__header-circles div:first-child{height:60px;margin:.5rem;width:60px}.app__header-circles div:nth-child(2){height:80px;margin:.5rem;width:80px}.app__header-circles div:nth-child(3){height:70px;margin:.5rem;width:70px}.app__header-circles div:nth-child(4){height:60px;margin:.5rem;width:60px}.app__header-circles{flex-direction:row;flex-wrap:wrap;margin-left:0;width:100%}.app__header-circles div{margin:1rem}}.app__header-img{align-items:flex-end;display:flex;flex:1 1;height:100%;justify-content:flex-end;padding:2rem;position:relative}.app__header-img img{border-radius:50%;height:100%;object-fit:contain;width:100%;z-index:1}.app__header-img .overlay_circle{bottom:0;height:90%;left:0;position:absolute;right:0;width:100%;z-index:0}.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:2rem 0}.app__work-filter .app__work-filter-item{background-color:#fff;border-radius:10px;color:#000;cursor:pointer;font-weight:800;margin:.5rem;padding:.5rem 1.5rem;transition:all .3s ease}.app__work-filter .app__work-filter-item:hover{background-color:var(--brown-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(--brown-color);color:#fff}.app__work-protfolio{align-items:center;display:flex;flex-wrap:wrap;justify-content:center}.app__work-protfolio .app__work-item{background-color:#fff;border-radius:10px;color:#000;cursor:pointer;flex-direction:column;margin:2rem;padding:1rem;transition:all .3s ease;width:220px}.app__work-protfolio .app__work-item:hover{box-shadow:0 0 25px rgba(0,0,0,.2)}@media screen and (min-width:2000px){.app__work-protfolio .app__work-item{border-radius:14px;padding:1.25rem;width:480px}}@media screen and (max-width:360px){.app__work-protfolio .app__work-item{margin:1rem;width:100%}}.app__work-img{height:170px;position:relative;width:100%}.app__work-img img{border-radius:10px;height:100%;object-fit:cover;width:100%}@media screen and (min-width:2000px){.app__work-img{height:350px}}.app__work-hover{background-color:rgba(0,0,0,.5);border-radius:10px;bottom:0;height:100%;left:0;opacity:0;position:absolute;right:0;top:0;transition:all .3s ease;width:100%}.app__work-hover div{background-color:rgba(0,0,0,.5);border-radius:50%;color:#fff;cursor:pointer;font-family:var(--font-base);font-weight:400;height:40px;margin:1rem;width:40px}.app__work-hover div svg{color:#fff;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:.5rem}.app__work-content .app__work-tag{background-color:#fff;border-radius:10px;font-weight:900;padding:.5rem 1rem;position:absolute;top:-170px}.app__skills{flex:1 1;flex-direction:column;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;width:100%}}.app__skills-list{align-items:flex-start;display:flex;flex:1 1;flex-wrap:wrap;justify-content:flex-start;margin-right:5rem}@media screen and (max-width:900px){.app__skills-list{align-items:center;justify-content:center;margin-right:0}}.app__skills-item{flex-direction:column;margin:1rem;text-align:center;transition:all .3s ease-in-out}.app__skills-item div{background-color:#edf2f8;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:900px){.app__skills-item div{height:60px;width:60px}}.app__skills-item p{color:#000;font-weight:900;margin-top:10px}@media screen and (min-width:2000px){.app__skills-item{margin:1rem 2rem}.app__skills-item p{margin-top:1rem}}.app__skills-expr{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;justify-content:flex-start;padding:1.5rem 1rem}@media screen and (max-width:900px){.app__skills-expr{margin-top:2rem}}.app__skills-expr-item{align-items:flex-start;display:flex;flex-direction:row;justify-content:flex-start;margin:1rem 0;width:100%}.app__skills-expr-works{flex:1 1}.app__skills-expr-works .app__skills-expr-work{align-items:flex-start;cursor:pointer;display:flex;flex-direction:column;justify-content:flex-start;margin-bottom:1rem;padding:1rem}.app__skills-expr-works .app__skills-expr-work h4{color:var(--black-color);font-size:20px;font-weight:400}.app__skills-expr-works .app__skills-expr-work p{color:var(--gray-color);font-weight:400;margin-top:5px}.app__skills-expr-year{margin-right:3rem}.app__skills-expr-year p{color:var(--black-color);font-weight:900}@media screen and (max-width:450px){.app__skills-expr-year{margin-right:1rem}}.skills-tooltip{background:var(--white-color)!important;border-radius:8px!important;box-shadow:0 0 25px rgba(0,0,0,.1)!important;color:var(--secondary-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:2rem!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:10px;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:10px;height:120px;object-fit:cover;width:120px}@media screen and (min-width:2000px){.app__testimonial-item{min-height:450px}.app__testimonial-item img{height:180px;width:180px}}@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:center;padding:0 2rem;text-align:left}.app_testimonial-content p{color:var(--black-color);font-family:var(--font-base);font-size:1.25rem;font-weight:200;line-height:18px}.app_testimonial-content h4{color:var(--black-color);font-weight:900;margin-top:2rem}.app_testimonial-content h5{color:var(--gray-color);font-weight:400;margin-top:10px}.app__testimonial-btns{flex-direction:row;margin-top:.5rem}.app__testimonial-btns div{background-color:var(--white-color);border-radius:10px;height:30px;margin:1rem;transition:all .3s ease-in-out;width:30px}.app__testimonial-btns div svg{color:var(--brown-color);height:20px;width:20px}.app__testimonial-btns div:hover{background-color:var(--brown-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{filter:grayscale(1);height:auto;object-fit:cover;width:100%}.app__testimonial-brands div:hover img{filter:grayscale(0)}@media screen and (min-width:2000px){.app__testimonial-brands div{margin:2rem;width:220px}}@media screen and (max-width:450px){.app__testimonial-brands div{margin:1rem;width:120px}.app__testimonial-brands{width:100%}}.app__contact{flex:1 1;flex-direction:column;width:100%}.app__contact-cards{align-items:center;display:flex;flex-wrap:wrap-reverse;justify-content:space-evenly;margin:.5rem 2rem 2rem;width:80%}.app__contact-cards .app__contact-card{align-items:center;background-color:#fef4f5;border-radius:10px;cursor:pointer;display:flex;flex-direction:column;justify-content:center;margin:1rem 0;min-width:250px;padding:1rem;transition:all .3 ease-in-out}.app__contact-cards .app__contact-card svg{height:25px;margin:.5rem 1rem;width:25px}.app__contact-cards .app__contact-card p{font-weight:700}.app__contact-cards .app__contact-card a{font-weight:700;text-decoration:none}.app__contact-cards .app__contact-card:hover{box-shadow:0 0 25px #fef4f5}@media screen and (max-width:450px){.app__contact-cards .app__contact-card{width:100%}}@media screen and (max-width:768px){.app__contact-cards{width:100%}}.app__contact-cards .app__contact-card:first-child,.app__contact-cards .app__contact-card:nth-child(2){background-color:#f2f7fb}.app__contact-cards .app__contact-card:nth-child(3){background-color:#f2fefb}.app__contact-form{flex-direction:column;margin:1rem;width:70%}.app__contact-form div{background-color:var(--primary-color);border-radius:10px;cursor:pointer;margin:.75rem 0;transition:all .3 ease-in-out;width:100%}.app__contact-form div input,.app__contact-form div textarea{background-color:var(--primary-color);border:none;border-radius:10px;color:var(--secondary-color);font-family:var(--font-base);outline:none;padding:1rem;width:100%}.app__contact-form div textarea{max-height:100%;min-height:100px}.app__contact-form div:hover{box-shadow:0 0 25px var(--primary-color)}.app__contact-form button{background-color:var(--brown-color);border:none;border-radius:10px;color:#fff;cursor:pointer;font-family:var(--font-base);font-weight:600;margin:1rem 0;outline:none;padding:1rem 2rem}.app__contact-form button:hover{background-color:#f2f7fb;color:#000}@media screen and (max-width:768px){.app__contact-form{margin:1rem 0;width:100%}}.msg-submited{align-items:center;background-color:#664f51;border-radius:10px;color:#fff;display:flex;font-size:25px;font-weight:700;height:40px;justify-content:center;margin:1rem 2rem;width:100%}.app__footer-section{background-color:#221e1f;border-top-left-radius:30px;padding:2rem 4rem;width:100%}@media screen and (max-width:540px){.app__footer-section{padding:2rem 3rem}}.app__footer-section p{color:#fff;font-size:14px;padding:10px}.app__footer-section p strong{font-family:Lobster;font-size:17px;font-weight:700;margin:0 5px}.app__footer-section p strong:hover{color:#e00847;font-weight:900;transition:all .7s ease-in-out}.app__footer-section .copy{text-align:center}.container-footer{align-items:flex-start;display:flex;flex-direction:row;justify-content:space-around}@media screen and (max-width:540px){.container-footer{flex-direction:column;justify-content:space-between}}.container-footer h3{color:#fff;font-family:Lobster;font-size:18px;font-weight:300;margin-bottom:20px}.app__footer-about{padding:10px}.app__footer-about p{font-size:15px;line-height:26px;margin:15px 0;max-width:350px;opacity:.8}.app__footer-about .social-links{display:flex;font-size:25px;justify-content:center}.app__footer-about .social-links a{color:#fff;cursor:pointer;margin-right:1rem;transition:all .7s ease-in-out}.app__footer-about .social-links a:hover{color:#e00847}.app__footer-links{list-style:none;padding:10px;text-decoration:none}.app__footer-links h3{margin-bottom:15px}.app__footer-links li{align-items:flex-start;display:flex;flex-direction:column;justify-content:center}.app__footer-links li a{color:#fff;font-size:12px;margin-bottom:5px;margin-right:10px;text-decoration:none;text-transform:uppercase}.app__footer-links li a:hover{color:#e00847;font-weight:900;transition:all .7s ease-in-out}@media screen and (max-width:540px){.app__footer-links li{flex-direction:row;justify-content:space-between}}.app_footer-contact{display:flex;flex-direction:column;list-style:none;padding:10px}.app_footer-contact h3{margin-bottom:15px}.app_footer-contact li{color:#fff;display:flex;font-size:14px;justify-content:flex-start;margin-bottom:5px;padding:5px;text-decoration:none;text-transform:uppercase}.app_footer-contact li svg{color:#fff;font-size:20px;margin-right:5px}.app_footer-contact li:hover{color:#e00847;font-weight:900;transition:all .7s ease-in-out}.app__footer-logo{align-items:center;display:flex;justify-content:flex-start}.app__footer-logo img{border:2.5px solid #e00847;border-bottom-right-radius:20px;border-top-left-radius:20px;height:100%;padding:2px;width:50px}@media screen and (min-width:2000px){.app__footer-logo img{height:100%;width:120px}}@media screen and (max-width:670px){.app__footer-logo img{height:100%;width:40px}}.app__footer-logo h2{color:#fff;display:flex;font-family:Lobster,cursive;font-weight:bolder;padding:0 5px}
/*# sourceMappingURL=main.f4f2928a.css.map*/