*{--root-primary-color:#e83a83;--root-secondary-color:#606060;--root-tertiary-color:#f5f5f5;font-family:jaldi,sans-serif;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh}a{color:inherit;text-decoration:none}a:focus{outline:none}ul{list-style:none;margin:0;padding:0}.HomeImg{border-radius:50%;height:260px;object-fit:cover;outline-color:var(--root-secondary-color);outline-style:solid;outline-width:3px;width:265px}.home h2{color:var(--root-secondary-color);font-family:sans-serif;font-size:24px;font-weight:200}.home p{color:#000;font-family:jaldi;font-size:15px;font-weight:200;max-width:600px}.home p span{color:var(--root-primary-color);font-weight:700}.home button{background-color:var(--root-primary-color);border:none;border-radius:5px;color:#fff;height:45px;outline:none;width:150px}.btn:hover{background-color:none}a{cursor:pointer}.spinner-border{height:18px;width:18px}.content{position:relative;z-index:-1}.line{border-left:3px solid var(--root-secondary-color);height:75%;left:50%;position:absolute;width:0;z-index:-1}.card-item-content{background:var(--root-tertiary-color);border-radius:10px;color:var(--root-secondary-color);min-height:240px;position:relative;width:471px}.card-item-content ol{list-style-type:disc}.card-item-img{background-color:#f9d0e1;border-radius:50%;height:60px;left:50%;position:absolute;top:0;transform:translate(-48%);width:60px;z-index:1}.card-item-img img{max-height:60px;max-width:60px}.skills{flex-direction:row;flex-wrap:wrap;gap:25px}.skills,.skills-img{display:flex;justify-content:center}.skills-img{align-items:center;background:#d9d9d9;border-radius:50%;height:50px;width:50px}.skills-img>svg{position:absolute}.circular-progress{--size:250px;--half-size:calc(var(--size)/2);--stroke-width:10px;--radius:calc((var(--size) - var(--stroke-width))/2);--circumference:calc(var(--radius) * pi * 2);--dash:calc((var(--progress)*var(--circumference))/100)}.circular-progress circle{cx:var(--half-size);cy:var(--half-size);r:var(--radius);stroke-width:var(--stroke-width);fill:none;stroke-linecap:round}.circular-progress circle.bg{stroke:none}.circular-progress circle.fg{stroke-dasharray:var(--dash) calc(var(--circumference) - var(--dash));stroke:var(--root-primary-color);transform:rotate(-90deg);transform-origin:var(--half-size) var(--half-size);transition:stroke-dasharray .3s linear 0s}progress{-webkit-appearance:none;appearance:none;height:10px}progress::-webkit-progress-bar{background:#d9d9d9}progress::-moz-progress-bar{background:#d9d9d9}progress::-webkit-progress-value{background:var(--root-primary-color)}progress::-moz-progress-bar{background:var(--root-primary-color)}@media (max-width:1200px) and (min-width:992px){.card-item-content{width:400px}}@media (max-width:992px){.line{display:none}}.contact{color:var(--root-secondary-color)}.form{background:#f5f5f5;border-radius:10px;padding:10px 0}.form-group{margin:auto;width:80%}::placeholder{color:var(--root-secondary-color)}input,textarea{border:none;border-radius:5px;margin:10px 0;padding:10px;width:100%}textarea{outline:none;resize:none}input,textarea :focus{border:none!important;box-shadow:none!important;outline:none!important}.btn{background-color:var(--root-primary-color)!important;border:none;width:100%}.contact-info{color:var(--root-primary-color);font-size:20px}.contact-info span{color:var(--root-secondary-color);font-size:30px}::placeholder{color:#d2d2d2}.flash-message{border-radius:5px;color:#f5f5f5;height:30px;left:50%;line-height:2;opacity:0;position:fixed;text-align:center;top:30px;transform:translate(-50%);transition:opacity .5s;width:400px;z-index:1000}.failed{background-color:#fb2323}.success{background-color:#23ae17}.visible{opacity:1}.hidden{opacity:0}@media (max-width:768px){.form{order:2}.contact-info{order:1}}.projects{background-color:#f5f5f5;border-radius:25px;display:flex;flex-direction:row;flex-wrap:wrap;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:space-between;padding:20px 25px}.project img{border-radius:15px;cursor:pointer;max-height:130px;width:100%}.selected{border:2px solid var(--root-primary-color)}.project h2{color:#606060;font-size:1rem;font-weight:600;margin:10px 0 20px;text-align:center}.selected-project{padding:0 35px;transition:opacity .2s ease-in-out}.fade-in{opacity:1}.fade-out{opacity:0}.selected-project h2{color:#606060}.selected-project-img{border-radius:15px;max-height:230px;max-width:500px;width:90%}.selected-project h3{color:#606060;font-size:1.3rem;font-weight:600}.technologies,.technologies div{display:flex;justify-content:center}.technologies div{align-items:center;background:#d9d9d9;border-radius:50%;height:50px;margin:0 10px;width:50px}.selected-project button{width:150px}@media (max-width:768px){.projects{order:2}.selected-project{margin-bottom:30px;order:1;padding:0}.project{flex:100% 1}}.menu-active{bottom:0;left:0;position:absolute;right:0;top:0}.menu-bar{align-items:center;background-image:url(/static/media/menuBg..35f30e53fbc1c50a3b4a.svg);background-repeat:no-repeat;color:#fff;display:flex;flex-direction:column;font-family:inter;font-weight:700;height:100vh;justify-content:center;position:fixed;right:-350px;top:0;transition:all .7s ease;width:300px}.menu-bar-active{right:0!important;z-index:10}.menu-bar ul{text-align:center}.menu-bar a{font-size:25px;transition:all .3s ease}.menu-bar ul a:hover{color:#d9d9d9;font-size:30px}.active-item{color:#d9d9d9}.slide-active{direction:rtl;z-index:1000}.slide-active,.slide-active div{bottom:0;left:0;position:absolute;right:0;top:0}.slide-active .slide1{animation:slide .5s ease;background-color:var(--root-secondary-color)}.slide-active .slide2{animation:slide .7s ease;background-color:var(--root-tertiary-color)}.slide-active .slide3{animation:slide 1s ease;background-color:var(--root-primary-color)}@keyframes slide{0%{width:0}to{width:100%}}.circles{display:flex}.circles span{background-color:var(--root-secondary-color);border-radius:50%;height:25px;margin:0 1px;width:25px}.menu-button{cursor:pointer;margin:0;padding:0;text-align:-webkit-right;text-align:-moz-right;transition:all .7s ease;width:57px}.menu-button span{background-color:var(--root-secondary-color);display:block;height:2.5px;margin:3px 0;transition:all .7s ease;width:100%}.menu-button span:nth-child(2){width:37px}.menu-button-active{z-index:1000}.menu-button-active span{background-color:#fff!important}.menu-button-active span:first-child{transform:rotate(45deg) translate(7px,5px)}.menu-button-active span:nth-child(2){width:0}.menu-button-active span:nth-child(3){transform:rotate(-45deg) translate(6px,-5px)}.social-media-icons a{padding:0 4px}.menu-button-active{color:#fff;width:37px}@media (max-width:574px){.menu-bar{background-color:var(--root-primary-color);right:-570px;width:100%}}.App{margin-bottom:20px}h1{color:var(--root-primary-color)!important;font-size:2.5rem;margin:30px 0 20px;text-align:center;text-transform:uppercase}@media (max-width:768px){h1{font-size:2rem}}
/*# sourceMappingURL=main.12c6e46a.css.map*/