body,html{background-color:#dde7ee;background-color:var(--main-white);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;padding:0}body::-webkit-scrollbar,html::-webkit-scrollbar{width:5px}body::-webkit-scrollbar-track,html::-webkit-scrollbar-track{background:#b45896;background:var(--purple)}body::-webkit-scrollbar-thumb,html::-webkit-scrollbar-thumb{background:#00182f;background:var(--main-black);border-radius:20px}body::-webkit-scrollbar-thumb:hover,html::-webkit-scrollbar-thumb:hover{background:#0c0c0c;background:var(--second-black)}:root{--main-white:#dde7ee;--main-black:#00182f;--second-black:#0c0c0c;--purple:#b45896;--blue:#4e4a93;--main-gradient:linear-gradient(90deg,#b45896,#4e4a93)}h2{color:#00182f;color:var(--main-black);font-size:50px}p{color:#0c0c0c;color:var(--second-black);font-size:18px;letter-spacing:1.5px;line-height:1.5}section{margin:auto;max-width:1100px;width:90%}a{color:inherit;text-decoration:none}*{box-sizing:border-box}nav{background-color:#dde7ee;border-bottom:3px solid #b45896;border-bottom:3px solid var(--purple);height:50px;left:0;position:fixed;top:0;width:100%;z-index:4}nav ul{align-items:center;display:flex;height:100%;justify-content:space-between;margin:auto;min-width:270px;padding-left:0;width:50%}nav a{margin:auto;position:relative}nav a:after{background-color:#b45896;background-color:var(--purple);border-radius:5px;bottom:-5px;content:"";height:2px;left:0;position:absolute;transition:all .3s;width:20%}nav a:hover:after{width:100%}header{animation:move 5s linear infinite reverse;background:url(/static/media/background.a2b368388c991e244a56.png);background-size:cover;color:#dde7ee;color:var(--main-white);font-size:25px;height:80vh;position:relative;z-index:5;z-index:1}header .link{-webkit-animation:arrow 4s 1s infinite;animation:arrow 4s 1s infinite;background-image:url(/static/media/arrow-down-sign-to-navigate.54097f1f231b00bb7295.svg);background-position:50%;background-size:contain;bottom:20px;display:block;height:75px;-webkit-transform:translate(-50%);transform:translate(-50%);width:75px}header .link,header div{left:50%;position:absolute}header div{top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}header h1{-webkit-animation:fadeTitle 2s 1s both;animation:fadeTitle 2s 1s both;position:relative;text-align:center}header h1:after{-webkit-animation:fadeLine 2s 1s both;animation:fadeLine 2s 1s both;background-color:#dde7ee;background-color:var(--main-white);bottom:-35px;content:" ";height:5px;left:50%;margin:auto;position:absolute;-webkit-transform:translate(-50%);transform:translate(-50%)}header h2{-webkit-animation:fadeSubtitle 2s 1s both;animation:fadeSubtitle 2s 1s both;color:#dde7ee;color:var(--main-white);font-size:60px;text-align:center}header img{height:80vh;object-fit:cover;width:50%;z-index:2}@-webkit-keyframes arrow{0%{bottom:40px}50%{bottom:20px}to{bottom:40px}}@keyframes arrow{0%{bottom:40px}50%{bottom:20px}to{bottom:40px}}@-webkit-keyframes fadeLine{0%{opacity:0;width:0}to{opacity:1;width:80%}}@keyframes fadeLine{0%{opacity:0;width:0}to{opacity:1;width:80%}}@-webkit-keyframes fadeTitle{0%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeTitle{0%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes fadeSubtitle{0%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeSubtitle{0%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}#about{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;min-height:88vh}#about .text{border-radius:10px;margin:auto;min-width:270px;overflow:visible;padding:20px;position:relative;width:35%}#about .text:after{bottom:0;color:#b45896;color:var(--purple);content:"//";font-size:150px;font-weight:500;letter-spacing:-20px;opacity:.5;position:absolute;right:20px;-webkit-transform:scaleX(1.5);transform:scaleX(1.5);z-index:0}#about .react-reveal{height:400px;margin:0 auto 5vh;min-width:270px;width:50%}#about img{border-radius:5px;height:100%;object-fit:cover;width:100%}#portfolio{background:linear-gradient(90deg,#b45896,#4e4a93);background:var(--main-gradient);min-width:100%;padding-top:10vh}#portfolio>div{display:flex;flex-wrap:wrap;margin:auto;max-width:1100px;padding-bottom:9vh;width:90%}#portfolio>div>h2{color:#dde7ee;color:var(--main-white);padding-bottom:5vh;width:100%}#portfolio>div article{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:hsla(0,0%,100%,.25);border-radius:7px;box-shadow:0 4px 32px 0 rgba(31,38,135,.37);display:block;height:320px;margin:auto auto 60px;overflow:hidden;padding:0 10% 0 10;transition:all .3s;width:300px}#portfolio>div article div{padding:10px 20px 20px}#portfolio>div article h2{font-size:20px}#portfolio>div article:hover{cursor:pointer;-webkit-transform:translateY(-5px);transform:translateY(-5px)}#portfolio>div img{height:170px;object-fit:cover;object-position:center;width:100%}.ReactModal__Overlay{z-index:10}.ReactModal__Content{-webkit-backdrop-filter:blur(8px)!important;backdrop-filter:blur(8px)!important;background:hsla(0,0%,100%,.35)!important;border-radius:7px!important;box-shadow:0 4px 32px 0 rgba(31,38,135,.37);padding:0 0 5vh!important}.ReactModal__Content::-webkit-scrollbar{width:5px}.ReactModal__Content::-webkit-scrollbar-track{background:#b45896;background:var(--purple)}.ReactModal__Content::-webkit-scrollbar-thumb{background:#00182f;background:var(--main-black);border-radius:20px}.ReactModal__Content::-webkit-scrollbar-thumb:hover{background:#0c0c0c;background:var(--second-black)}.ReactModal__Content h1{font-size:50px}.ReactModal__Content h2{font-size:30px}.ReactModal__Content img{max-height:60vh;object-fit:cover;object-position:center;width:100%}.ReactModal__Content .container{margin:auto;max-width:1100%;width:90%}.ReactModal__Content a{text-decoration:underline}.ReactModal__Content p{font-weight:500}.ReactModal__Content span{background-color:rgba(0,29,56,.3);border-radius:50%;color:#dde7ee;color:var(--main-white);cursor:pointer;font-weight:700;padding:5px 10px;position:fixed;right:30px;top:30px;transition:all .3s}.ReactModal__Content span:hover{background-color:rgba(0,29,56,.7);color:#fff}#experience{background:linear-gradient(90deg,#b45896,#4e4a93);background:var(--main-gradient);margin-top:5vh;min-width:100%;padding:10vh 0}#experience>div{margin:auto;max-width:1100px;width:90%}#experience h2{color:#dde7ee;color:var(--main-white);margin-bottom:5vh}#experience .tab{align-items:center;cursor:pointer;display:flex;height:100px;justify-content:space-between;justify-content:stretch}#experience .tab>div{align-items:center;border:.5px solid #dde7ee;border:.5px solid var(--main-white);border-left:0;border-top:0;display:flex;height:100%;text-align:center;transition:all .3s;width:100%}#experience .tab p{display:block;margin:auto}@media screen and (max-width:768px){#experience .tab p{font-size:12px}}#experience .tab .tabActive{-webkit-backdrop-filter:blur(8px)!important;backdrop-filter:blur(8px)!important;background:hsla(0,0%,100%,.35)!important;border-bottom:3px solid #0c0c0c;border-bottom:3px solid var(--second-black);border-right:1px solid #dde7ee;border-right:1px solid var(--main-white);box-shadow:0 4px 10px 0 rgba(31,38,135,.1);font-weight:700}#experience .content{align-items:center;display:flex;min-height:40vh;padding:0 10%}#experience .content>div{display:none;margin-top:5vh}#experience .content>div h1{color:#dde7ee;color:var(--main-white);font-size:36px}#experience .content>div h2{font-size:24px}#experience .content>div p{color:#dde7ee;color:var(--main-white)}#experience .content>div .date span{font-weight:700}#experience .content .active{display:block}#formation{padding-bottom:10vh;padding-top:10vh}#formation h2{padding-bottom:5vh}#formation>div div{background:linear-gradient(90deg,#b45896,#4e4a93);background:var(--main-gradient);border-radius:10px;margin-bottom:10vh;padding:10px 30px;position:relative}#formation>div div,#formation>div div p{color:#dde7ee;color:var(--main-white)}.darkContainer{animation:move 10s linear infinite reverse;background:url(/static/media/background.a2b368388c991e244a56.png);padding-bottom:5vh;padding-top:10vh;width:100%}#contact>div{background:linear-gradient(90deg,#b45896,#4e4a93);background:var(--main-gradient);border-radius:20px;color:#dde7ee;color:var(--main-white);margin:auto;min-width:300px;padding:5vh 4%;width:90%}#contact>div a,#contact>div p{color:#dde7ee;color:var(--main-white);font-size:22px;margin-top:10px}#contact>div h3{font-size:26px;margin-bottom:8px}footer{background-color:#00182f;background-color:var(--main-black);border-top:1px solid #dde7ee;border-top:1px solid var(--main-white);color:#dde7ee;color:var(--main-white);padding:10px 0}footer div{align-items:center;display:flex;flex-wrap:wrap;font-size:14px;font-weight:200;justify-content:center;margin:auto;min-width:270px;width:40%}footer p{color:#dde7ee;color:var(--main-white);font-size:inherit;letter-spacing:inherit;line-height:inherit;text-align:center}@-webkit-keyframes move{0%{background-position:0 0}to{background-position:100% 100%}}@keyframes move{0%{background-position:0 0}to{background-position:100% 100%}}#ML{margin:80px auto auto;max-width:1100px;width:90%}
/*# sourceMappingURL=main.4612151b.css.map*/