@import url(https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap);*{box-sizing:border-box;font-family:Outfit,sans-serif;margin:0;padding:0}:root{--bg-color:#1b0009;--second-bg-color:#2f0711;--text-color:#fff;--main-color:#de3163}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{border-radius:5px;box-shadow:inset 0 0 10px rgba(0,0,0,.25)}::-webkit-scrollbar-thumb{background:#de3163;background:var(--main-color);border-radius:5px}body{background:#000;margin:0 5%;padding:0 5%}.active{border-bottom:2px solid #de3163;border-bottom:2px solid var(--main-color);cursor:pointer;display:inline-block;font-weight:600}a,h1,h4,p{color:#fff;text-decoration:none}ul{list-style-type:none}.btn{background:#de3163;background:var(--main-color);border-radius:4rem;box-shadow:none;color:#1b0009;color:var(--bg-color);font-weight:601}.btn,.btn-light{cursor:pointer;display:inline-block;font-size:1.4rem;margin:0 2rem;padding:.5rem 2rem;transition:.6s ease}.btn-light{background:transparent;border:1px solid #de3163;border:1px solid var(--main-color);border-radius:4rem;color:#fff;font-weight:600}.btn-light,.btn:hover{box-shadow:0 0 1rem #de3163;box-shadow:0 0 1rem var(--main-color)}.btn-light:hover{box-shadow:none}@media (max-width:768px){.btn,.btn-light{margin:.2rem 2rem;padding:.1rem .8rem}}.header{align-items:center;background:var(--bg-color);justify-content:space-between;left:0;padding:1rem 7%;position:fixed;top:0;width:100%;z-index:100}.header,.nav-menu{display:flex}.nav-menu li{margin-top:.8rem;padding:0 1rem}.nav-menu li a{font-size:1.2rem;font-weight:500}.hamburger{display:none}@media screen and (max-width:1040px){.header{padding:.1rem 3%}.header h1{font-size:1.4rem}.nav-menu{align-items:center;background:rgba(0,0,0,.9);flex-direction:column;height:100vh;justify-content:center;left:-100%;position:fixed;top:0;transition:.3s;width:100%;z-index:1000}.nav-menu.active{left:0}.nav-menu li{padding:1rem 0}.nav-menu li a{font-size:2rem}.hamburger{cursor:pointer;display:inline;display:initial}}.hero{align-items:center;display:flex;justify-content:center;margin-top:6%}.mask{margin:4% 0 0 4%}.mask img{-webkit-animation:floatImage 4s ease-in-out infinite;animation:floatImage 4s ease-in-out infinite;border-radius:25%;box-shadow:0 0 1.2rem var(--main-color);height:70vh}@-webkit-keyframes floatImage{0%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(-1rem);transform:translateY(-1rem)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes floatImage{0%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(-1rem);transform:translateY(-1rem)}to{-webkit-transform:translateY(0);transform:translateY(0)}}.content{margin-left:8%}.content h3{color:var(--text-color);font-size:1.8rem;font-weight:700}.content h3:nth-of-type(2){margin-bottom:2rem}.content span{color:var(--main-color)}.content h1{font-size:3.6rem;font-weight:700;line-height:1.3}.content p{font-size:1rem}.buttons{margin-top:2%}@media (max-width:768px){.hero{flex-direction:column}.content h3{font-size:1.2rem}.content h1{font-size:2rem}.content p{font-size:.7rem}img{margin-top:23%}}.footer{background-color:#000;margin:2rem 0 0;padding:4rem 0;width:100%}.footer-container{grid-gap:40px;display:grid;grid-template-columns:repeat(2,1fr);margin:auto;max-width:1140px}.left{display:flex;flex-direction:column;height:100%;max-width:100%;padding:1rem}.location{align-items:first baseline;display:flex;margin-bottom:.8rem}.location p{line-height:30px}.right{display:flex;flex-direction:column;height:100%;max-width:100%;padding:1rem}.social{margin-top:1rem}h4{padding-bottom:.7rem}h4,p{font-size:1.2rem}@media screen and (max-width:640px){.footer-container{grid-template-columns:repeat(2,1fr)}}.portfolio{background:#000;margin:auto;width:90%}.portfolio h2{color:var(--text-color);font-size:2.6rem;font-weight:700;margin-bottom:1rem;margin-top:5rem;text-align:center}.portfolio h2 span{color:var(--main-color)}.portfolio-container{grid-gap:1.98rem;align-items:center;display:grid;gap:1.98rem;grid-template-columns:repeat(3,1fr)}.portfolio-container .portfolio-box{border-radius:2rem;box-shadow:0 0 1rem var(--second-bg-color);display:flex;height:80%;overflow:hidden;position:relative}.portfolio-box img{height:25rem;transition:.5s ease;width:100%}.portfolio-box:hover img{opacity:.3;-webkit-transform:scale(1.1);transform:scale(1.1)}.portfolio-box .portfolio-layer{align-items:center;background:linear-gradient(rgba(0,0,0,.1),var(--main-color));bottom:0;display:flex;flex-direction:column;height:100%;justify-content:center;left:0;padding:0 4rem;position:absolute;text-align:center;-webkit-transform:translateY(100%);transform:translateY(100%);transition:.5s ease;width:100%}.portfolio-box:hover .portfolio-layer{-webkit-transform:translateY(0);transform:translateY(0)}.portfolio-layer h4{font-size:2rem}.portfolio-layer p{font-size:1rem;margin:.3rem 0 1rem}.portfolio-layer .connects{align-items:center;display:flex;gap:1rem}.portfolio-layer a{align-items:center;background:var(--text-color);border-radius:50%;display:inline-flex;height:3.5rem;justify-content:center;width:3.5rem}.contact{background:var(bg-color);margin-top:4rem}.contact h2{color:var(--text-color);font-size:2.6rem;font-weight:700;margin-bottom:1rem;text-align:center}.contact h2 span{color:var(--main-color)}.contact form{margin:.5rem auto 3rem;max-width:55rem;text-align:center}.contact form .input-box{display:flex;flex-wrap:wrap;justify-content:space-between}.contact form .input-box input,.contact form textarea{background:var(--second-bg-color);border:transparent;border-radius:.8rem;color:var(--text-color);font-size:1rem;margin:.4rem 0;padding:.8rem;width:100%}.contact form .input-box input{width:49%}.contact form textarea{resize:none}.contact form .btn{cursor:pointer;margin-top:1rem}.error{color:red;margin-left:.8rem;margin-top:2rem}.error,.popup{position:absolute}.popup{background:#fff;border-radius:6px;color:#333;left:50%;padding:0 30px 30px;text-align:center;top:0;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);transition:top .4s,-webkit-transform .4s;transition:transform .4s,top .4s;transition:transform .4s,top .4s,-webkit-transform .4s;visibility:hidden;width:400px}.open-popup{position:relative;top:50%;-webkit-transform:translate(-50%,15%);transform:translate(-50%,15%);visibility:visible}.popup img{border-radius:50%;margin-top:-30px;width:100px}.popup h2{color:#333;font-size:38px;font-weight:500;margin:10px 0}.popup p{color:#333;font-size:14px}.skills{background:var(bg-color);margin:auto;min-height:auto;padding-bottom:3rem;width:90%}.skills h2{color:var(--text-color);font-size:2.6rem;font-weight:700;margin-top:5rem;text-align:center}.skills h2 span{color:var(--main-color)}.skills .skills-row{display:flex;flex-wrap:wrap;gap:5rem;margin-top:3rem}.skills-row .skills-column{flex:1 1 10rem}.skills-box .skills-content{border:.2rem solid var(--main-color);border-radius:.6rem;overflow:hidden;padding:0 1.5rem;position:relative;z-index:1}.skills-box .skills-content:before{background:var(--second-bg-color);content:"";height:100%;left:0;position:absolute;top:0;transition:.5s;width:0;z-index:-1}.skills-box .skills-content:hover:before{width:100%}.skills-content .progress{padding:1rem 0}.skills-content .progress h3{color:var(--text-color);display:flex;font-size:1.2rem;justify-content:space-between}.skills-content .progress .bar{border:.2rem solid var(--main-color);border-radius:.6rem;height:1.8rem;margin:.5rem 0;padding:.5rem}.skills-content .progress .bar span{background:var(--main-color);border-radius:.3rem;display:block;height:100%}.skills-column:first-child .skills-content .progress:first-child .bar span{width:90%}.skills-column:first-child .skills-content .progress:nth-child(2) .bar span{width:85%}.skills-column:first-child .skills-content .progress:nth-child(3) .bar span{width:65%}.skills-column:nth-child(2) .skills-content .progress:first-child .bar span{width:55%}.skills-column:nth-child(2) .skills-content .progress:nth-child(2) .bar span{width:60%}.skills-column:nth-child(2) .skills-content .progress:nth-child(3) .bar span{width:80%}.education{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-top:4rem;min-height:auto;padding-bottom:2rem}.education h2{color:var(--text-color);font-size:2.6rem;font-weight:700;margin-bottom:0;text-align:center}.education h2 span{color:var(--main-color)}.education .education-row{display:flex;flex-wrap:wrap;gap:3rem;margin-top:1.5rem}.education-column .education-box{border-left:.2rem solid var(--main-color)}.education-box .education-content{padding-left:2rem;position:relative}.education-box .education-content:before{background:var(--main-color);border-radius:50%;content:"";height:2rem;left:-1.1rem;position:absolute;top:0;width:2rem}.education-content .content{border:.2rem solid var(--main-color);border-radius:.6rem;margin-bottom:1.5rem;overflow:hidden;padding:1rem;position:relative}.education-content .content:before{background:var(--second-bg-color);content:"";height:100%;left:0;position:absolute;top:0;transition:.5s;width:0;z-index:-1}.education-content .content:hover:before{width:100%}.education-content .content .year{color:var(--main-color);font-size:.9rem;padding-bottom:.4rem}.education-content .content .year i{padding-right:.4rem}.education-content .content h3{font-size:1.5rem}.education-content .content p{font-size:1rem}h2{color:var(--text-color);font-size:2.6rem;font-weight:700;margin-bottom:1rem;margin-top:5rem;text-align:center}h2 span{color:var(--main-color)}#popup video,#popup2 video,#popup3 video{height:75vh;margin-left:15%;width:70vw}.Instalogo{-webkit-animation-direction:normal;animation-direction:normal;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:instaMove;animation-name:instaMove;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;cursor:pointer}@-webkit-keyframes instaMove{0%{height:0;margin:-4rem;padding:0;width:0}to{margin-left:30rem;margin-top:8rem;width:10%}}@keyframes instaMove{0%{height:0;margin:-4rem;padding:0;width:0}to{margin-left:30rem;margin-top:8rem;width:10%}}.emaillogo{-webkit-animation-direction:normal;animation-direction:normal;-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:emailMove;animation-name:emailMove;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;cursor:pointer}@-webkit-keyframes emailMove{0%{height:0;margin:-2rem;padding:0;width:0}to{height:10%;margin-left:10rem;width:13%}}@keyframes emailMove{0%{height:0;margin:-2rem;padding:0;width:0}to{height:10%;margin-left:10rem;width:13%}}.gitlogo{-webkit-animation-direction:normal;animation-direction:normal;-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:gitMove;animation-name:gitMove;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;color:wheat;cursor:pointer}@-webkit-keyframes gitMove{0%{height:0;margin:-3rem;padding:0;width:0}to{height:20%;margin-left:27rem;margin-top:5rem;width:15%}}@keyframes gitMove{0%{height:0;margin:-3rem;padding:0;width:0}to{height:20%;margin-left:27rem;margin-top:5rem;width:15%}}.tele{-webkit-animation-direction:normal;animation-direction:normal;-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:teleMove;animation-name:teleMove;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;cursor:pointer;height:10%;margin-left:10rem;margin-top:6.5rem;width:16%}@-webkit-keyframes teleMove{0%{height:0;margin:-2rem;padding:0;width:0}to{height:10%;margin-left:10rem;width:13%}}@keyframes teleMove{0%{height:0;margin:-2rem;padding:0;width:0}to{height:10%;margin-left:10rem;width:13%}}
/*# sourceMappingURL=main.1cc9636d.css.map*/