:root{--font-base:sans-serif;--primary-color:#edf2f8;--secondary-color:#313bac;--black-color:#030303;--lightGray-color:#e4e4e4;--gray-color:#6b7688;--brown-color:#46364a;--white-color:#fff}html{box-sizing:border-box;scroll-behavior:smooth;scroll-padding-top:4rem}*,:after,:before{box-sizing:inherit}body{margin:0;-webkit-user-select:none;user-select:none}.app{font-family:var(--font-base);transition:2s}.whitebg{background-color:var(--white-color)}.primarybg{background-color:var(--primary-color)}.container{display:flex;flex-direction:column-reverse;min-height:100vh;width:100%}.flex{align-items:center;display:flex;justify-content:center}.wrapper{flex:1 1;flex-direction:column;padding:4rem 2rem;width:100%}@media screen and (max-width:420px){.wrapper{padding:4rem 1rem 2rem}}.copyright{align-items:center;background-color:var(--primary-color);display:flex;flex-direction:column;justify-content:center;padding:1rem;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:420px){.head-text{font-size:2rem}}.p-text{color:var(--gray-color);font-size:.8rem;line-height:1.5;list-style-type:none;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:420px){.bold-text{font-size:.9rem}}.social{bottom:0;display:flex;flex-direction:column;justify-content:flex-end;padding:1rem;position:fixed;right:0}.social div{align-items:center;background-color:var(--white-color);border:1px solid var(--lightGray-color);border-radius:50%;display:flex;height:55px;justify-content:center;margin:.25rem 0;transition:all .4s ease-in-out;width:55px}.social div svg{color:var(--gray-color);height:21px;width:21px}.social div:hover{background-color:var(--secondary-color);border-color:var(--secondary-color)}.social div:hover svg{color:var(--white-color)}@media screen and (min-width:2000px){.social div{height:70px;margin:.5rem 0;width:70px}.social div svg{height:30px;width:30px}}.navigation{align-items:center;display:flex;flex-direction:column;height:15px;justify-content:center;padding:1rem;width:2rem}.navigation .navigation-dot{background-color:#070404;border-radius:50%;height:100px;margin:.5rem;transition:background-color .4s ease-in-out;width:100px}.navigation .navigation-dot:hover{background-color:var(--secondary-color)}@media screen and (min-width:2000px){.navigation .navigation-dot{height:20px;width:20px}}.navbar{background:var(--primary-color);border:1px solid hsla(0,0%,100%,.15);justify-content:space-between;padding:1rem 2rem;position:fixed;top:0;width:100%;z-index:2}.navbar,.navbar .navbar__logo{align-items:center;display:flex}.navbar .navbar__logo{background:url(/static/media/bg.21566f1a234666c708f3.png);background-size:325px;height:15rem;justify-content:flex-start;margin:-90px;-webkit-mask-image:url(/static/media/meulogo.9aba93174e7bd86f47e9.png);mask-image:url(/static/media/meulogo.9aba93174e7bd86f47e9.png);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;width:24rem;z-index:1}@media screen and (max-width:400px){.navbar .navbar__logo{height:12rem;margin:-75px;width:20rem}}.navbar .navbar__links{display:flex;flex:1 1;justify-content:center;list-style-type:none;z-index:2}.navbar .navbar__links li{cursor:pointer;flex-direction:column;margin:0 1rem}.navbar .navbar__links li div{background:transparent;border-radius:50%;height:5px;margin-bottom:5px;margin-inline:auto;width:5px}.navbar .navbar__links li a{color:var(--gray-color);flex-direction:column;font-weight:500;text-decoration:none;text-transform:uppercase;transition:all .4s ease-in-out}.navbar .navbar__links li a:hover{color:var(--secondary-color)}.navbar .navbar__links li:hover div{background:var(--secondary-color)}@media screen and (max-width:900px){.navbar .navbar__links{display:none}}.navbar__menu{align-items:center;border-radius:50%;color:var(--secondary-color);display:flex;height:2rem;justify-content:center;position:relative;width:2rem}.navbar__menu div{background-color:var(--primary-color);bottom:0;height:100vh;padding:1rem;position:fixed;right:0;top:4rem;width:60%;z-index:5}.navbar__menu div,.navbar__menu ul{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start}.navbar__menu ul{height:100%;list-style:none;padding:0;width:100%}.navbar__menu ul li{margin:.7rem}.navbar__menu ul li a{color:var(--gray-color);font-weight:500;text-decoration:none;text-transform:uppercase;transition:all .4s ease-in-out}.navbar__menu ul li a:hover{color:var(--secondary-color)}@media screen and (min-width:900px){.navbar__menu,.navbar__menu ul{display:none}}.head-text{display:flex;justify-content:center}.head-text p{margin:0}.about{align-items:center;flex:1 1;flex-direction:column;width:100%}@media screen and (max-width:900px){.about{align-items:center;justify-content:center;margin-right:0}}.profiles{align-items:flex-start;display:flex;flex-wrap:wrap;justify-content:center;margin-top:2rem}.profiles .about-item{background-color:var(--primary-color);border-radius:.5rem;color:#000;flex-direction:column;max-width:380px;padding:1.5rem;transition:all .4s ease}@media screen and (min-width:1200px){.profiles{margin:2rem 4rem}.profiles img{max-width:380px}}.profile-item{align-items:center;display:flex;flex-direction:column;justify-content:center}.profile-item img{border-radius:15px;object-fit:cover;width:100%}@media screen and (min-width:1200px){.profile-item{margin:2rem 4rem;width:470px}.profile-item img{width:100%}}@media screen and (min-width:2000px){.profile-item{margin:2rem 4rem;width:550px}.profile-item img{width:100%}}.profile-item .work-content{flex-direction:column;padding:.5rem;position:relative;width:100%}.profile-item .work-content h4{line-height:1.5;margin-top:1rem}.footer{flex:1 1;flex-direction:column;width:100%}@media screen and (max-width:768px){.footer{flex-direction:column}}.footer-cards{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-evenly;margin-bottom:1rem;width:60%}.footer-cards .footer-card{align-items:center;background-color:var(--white-color);border-radius:10px;cursor:pointer;display:flex;flex-direction:row;justify-content:flex-start;margin:1rem 0;min-width:290px;padding:.5rem;transition:all .4s ease-in-out}.footer-cards .footer-card img{height:40px;margin:0 .7rem;width:40px}.footer-cards .footer-card p{font-weight:500}.footer-cards .footer-card a{font-weight:500;text-decoration:none}.footer-cards .footer-card:hover{box-shadow:0 0 25px #fef4f5}@media screen and (max-width:420px){.footer-cards .footer-card{width:100%}}@media screen and (max-width:768px){.footer-cards{width:100%}}.footer-cards .footer-card:last-child:hover{box-shadow:0 0 25px #f2f7fb}.footer-form{flex-direction:column;margin:1rem 2rem;width:60%}.footer-form div{background-color:var(--white-color);border-radius:10px;cursor:pointer;margin:.75rem 0;transition:all .4s ease-in-out;width:100%}.footer-form div input,.footer-form div textarea{background-color:var(--white-color);border:none;border-radius:7px;color:var(--secondary-color);font-family:var(--font-base);outline:none;padding:.95rem;width:100%}.footer-form div textarea{height:170px}.footer-form div:hover{box-shadow:0 0 25px var(--primary-color)}.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;margin:2rem 0 0;outline:none;padding:1rem 2rem;transition:cubic-bezier(.55,.085,.68,.53)}.footer-form button:hover{background-color:#2430af}@media screen and (max-width:768px){.footer-form{margin:1rem 0;width:100%}}#home{background:url(/static/media/bgIMG.c39101e520e2997fc6d4.png);background-position:50%;background-repeat:repeat;background-size:cover;position:relative}#home .wrapper{padding:0}#home .wrapper .copyright{display:none}.header{align-items:center;display:flex;flex-direction:row;flex-grow:1;height:100%;padding:6rem 2rem 0;width:100%}@media screen and (min-width:2000px){.header{padding-top:8rem}}@media screen and (max-width:1200px){.header{flex-direction:column}}@media screen and (max-width:420px){.header{padding:6rem 1rem 2rem}}.header-info{align-items:flex-start;display:flex;flex:.65 1;flex-direction:column;height:100%;justify-content:flex-start;margin:1rem 2rem}@media screen and (max-width:1200px){.header-info{margin-right:0;width:100%}}@media screen and (min-width:1200px){.header-info{padding-bottom:14rem}}.header-badge{align-items:flex-end;display:flex;flex-direction:column;justify-content:flex-start;width:100%}.header-badge .badge-cmp,.header-badge .tag-cmp{align-items:center;background:var(--white-color);border-radius:15px;box-shadow:0 0 20px rgba(0,0,0,.1);display:flex;flex-direction:row;padding:1rem 2rem;width:auto}.header-badge .tag-cmp{display:flex;flex-direction:row;margin-top:3rem}.header-badge .tag-cmp p{text-align:right;text-transform:uppercase;width:100%}.header-badge span{font-size:2.5rem}@media screen and (min-width:2000px){.header-badge span{font-size:5rem}}@media screen and (max-width:1200px){.header-badge{align-items:flex-start;justify-content:flex-start;margin-bottom:5rem}}.header-circles{align-items:flex-start;display:flex;flex:.75 1;flex-direction:column;flex-wrap:wrap;height:100%;justify-content:space-evenly;margin-left:1rem}.header-circles div{align-items:center;background:var(--white-color);border-radius:50%;box-shadow:0 0 20px rgba(0,0,0,.1);display:flex;height:100px;justify-content:center;width:100px}.header-circles div img{height:60%;width:60%}.header-circles div:first-child{height:95px;width:95px}.header-circles div:nth-child(2){height:140px;margin:1.2rem;width:140px}.header-circles div:nth-child(3){height:65px;width:65px}@media screen and (min-width:2000px){.header-circles div:nth-child(2){height:400px;width:400px}.header-circles div:nth-child(3){height:170px;width:170px}.header-circles div:first-child{height:200px;width:200px}}@media screen and (max-width:1200px){.header-circles{flex-direction:row;flex-wrap:wrap;margin-left:0;width:100%;width:-webkit-max-content;width:max-content}}.header-img{align-items:flex-end;display:flex;flex:1 1;height:100%;justify-content:center;position:relative}.header-img .overlay_circle,.header-img img{transition:scale .3s ease-in-out;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}.header-img:hover .overlay_circle{-webkit-transform:scale(1.1)!important;transform:scale(1.1)!important;transition-delay:.1s}.header-img:hover img{-webkit-transform:scale(1.1);transform:scale(1.1)}.header-img img{max-width:500px;object-fit:contain;z-index:1}@media screen and (max-width:900px){.header-img img{width:100%}}.header-img .overlay_circle{align-items:center;height:90%;justify-content:center;position:absolute;width:100%;z-index:0}@media screen and (max-width:1200px){.header-img{margin:2rem 0}}.skills{display:flex;flex:1 1;flex-direction:column;width:100%}.skills-container{display:flex;flex-direction:row;margin:auto;width:80%}@media screen and (max-width:900px){.skills-container{flex-direction:column;width:100%}}.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){.skills-list{align-items:center;justify-content:center;margin-right:0}}.skills-item{flex-direction:column;margin:1rem;text-align:center;transition:all .4s ease-in-out}.skills-item div{border-radius:50%;height:90px;width:90px}.skills-item div img{height:50%;width:50%}.skills-item div:hover{box-shadow:0 0 25px #fef4f5}@media screen and (min-width:2000px){.skills-item div{height:150px;width:150px}}@media screen and (max-width:420px){.skills-item div{height:70px;width:70px}}.skills-item p{font-weight:500;margin-top:.5rem}@media screen and (min-width:2000px){.skills-item{margin:1rem 2rem}.skills-item p{margin-top:1rem}}.skills-exp{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;justify-content:flex-start}@media screen and (max-width:900px){.skills-exp{margin-top:2rem}}.skills-exp-item{align-items:flex-start;display:flex;flex-direction:row;justify-content:flex-start;margin:1rem 0;width:100%}.skills-exp-works{flex:1 1}.skills-exp-works .skills-exp-work{align-items:flex-start;cursor:pointer;display:flex;flex-direction:column;justify-content:flex-start;margin-bottom:1rem}.skills-exp-works .skills-exp-work h4{font-weight:500}.skills-exp-works .skills-exp-work p{color:var(--gray-color);font-weight:400;margin-top:5px}.skills-exp-works .work-separator{margin-bottom:2rem}.skills-exp-year{margin-right:3rem}.skills-exp-year p{color:var(--secondary-color);font-weight:800}@media screen and (max-width:420px){.skills-exp-year{margin-right:1rem}}.works{flex:1 1;flex-direction:column;width:100%}.work-filter{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;margin:2rem 0}.work-filter .work-filter-item{background-color:#fff;border-radius:.5rem;color:#000;cursor:pointer;font-weight:800;margin:.5rem;padding:.5rem 1rem;transition:all .4s ease}.work-filter .work-filter-item:hover{background-color:var(--secondary-color);color:#fff}@media screen and (min-width:2000px){.work-filter .work-filter-item{border-radius:.85rem;padding:1rem 2rem}}.work-filter .item-active{background-color:var(--secondary-color);color:#fff}.work-portfolio{align-items:center;display:flex;flex-wrap:wrap;justify-content:center}.work-portfolio .work-item{background-color:#fff;border-radius:.5rem;color:#000;cursor:pointer;flex-direction:column;height:420px;margin:2rem;padding:1rem;transition:all .4s ease;width:270px}.work-portfolio .work-item:hover{box-shadow:0 0 25px rgba(0,0,0,.2)}@media screen and (min-width:2000px){.work-portfolio .work-item{border-radius:.75rem;padding:1.25rem;width:450px}}@media screen and (max-width:300px){.work-portfolio .work-item{margin:1rem;width:100%}}.work-img{height:230px;position:relative;width:100%}.work-img img{border-radius:.5rem;height:100%;object-fit:cover;width:100%}@media screen and (min-width:2000px){.work-img{height:350px}}.work-hover{border-radius:.5rem;bottom:0;height:100%;left:0;opacity:0;position:absolute;right:0;top:0;width:100%}.work-hover,.work-hover div{background-color:rgba(0,0,0,.5);transition:all .4s ease}.work-hover div{border-radius:50%;color:#fff;cursor:pointer;font-family:var(--font-base);font-weight:800;height:50px;margin:1rem;width:50px}.work-hover div svg{color:var(--white-color);height:50%;width:50%}.work-content{flex-direction:column;padding:.5rem;position:relative;width:100%}.work-content h4{line-height:1.5;margin-top:1rem}@media screen and (min-width:2000px){.work-content h4{margin-top:3rem}}.work-content .work-tag{background-color:#fff;border-radius:10px;padding:0 1rem;position:absolute;top:-25px}
/*# sourceMappingURL=main.75f3ea82.css.map*/