@import url(https://fonts.googleapis.com/css2?family=Cutive+Mono&family=Paytone+One&family=Muli&display=swap);@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&family=Raleway:ital,wght@0,400;0,500;1,400&display=swap);@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,500&display=swap);.intro{min-height:80vh;margin:5rem 0 0;width:100%;position:relative;padding:10px}.intro__particles{width:100%;height:100%;z-index:5}.intro__wrapper{height:80vh;width:80%;margin:0 auto;padding:0 20px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;position:absolute;top:2rem;left:8rem}.intro__wrapper--backdrop{font-size:4rem;position:absolute;z-index:-10;top:32rem;left:4rem;letter-spacing:1.5rem;color:#115173;font-weight:700;font-family:"Ubuntu"}.intro__wrapper--content{min-height:40vh;width:45%;padding:30px;margin-top:-3rem;z-index:20}.intro__wrapper--content h1{font-size:3.8rem;width:100%;font-family:"Ubuntu";margin-bottom:3rem;color:gold;font-weight:900}.intro__wrapper--content-cta{padding:5px;width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.intro__wrapper--content-cta .btn{min-width:45%;height:4rem;border-radius:5px;font-size:1rem;font-weight:600;font-family:"Open Sans";display:flex;flex-direction:row;justify-content:center;align-items:center;text-decoration:none}.intro__wrapper--content-cta .btn__more{background:gold;color:#022c43;transition:all .5s ease-in-out}.intro__wrapper--content-cta .btn__more:hover{background:#115173;color:gold}.intro__wrapper--content-cta .btn__cv{border:2px solid gold;background:#022c43;color:gold;transition:all .5s ease-in-out}.intro__wrapper--content-cta .btn__cv:hover{border:2px solid #115173;background:#115173;color:gold}.intro__wrapper--coder{height:65%;width:35%;background:#011c2a;border-radius:50%;position:relative}.intro__wrapper--coder-coding{position:absolute;width:55%;height:40vh;top:5rem;left:8rem}.intro__wrapper--coder-coding img{width:90%;height:90%;object-fit:contain;-webkit-animation:bounce 5s steps(100) infinite alternate;animation:bounce 5s steps(100) infinite alternate}@media only screen and (min-width:0) and (max-width:600px){.intro{height:100vh;margin:6rem 0 10rem}.intro__wrapper{height:100%;width:100%;margin:0 auto;padding:0 5px;display:flex;flex-direction:column;justify-content:space-between;align-items:center;position:absolute;top:3rem;left:0}.intro__wrapper--backdrop{font-size:2.5rem;position:absolute;z-index:-10;top:22rem;left:2rem;letter-spacing:1.5rem;color:#053f5e;font-family:"Ubuntu"}.intro__wrapper--content{min-height:50vh;width:100%;padding:30px;margin-top:-3rem;z-index:20}.intro__wrapper--content h1{font-size:3.5rem;width:100%;font-family:"Ubuntu";margin:2rem 0;color:gold;font-weight:400}.intro__wrapper--content-cta{padding:5px;width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.intro__wrapper--content-cta .btn{min-width:45%;height:3rem;border-radius:5px;font-size:1.2rem;font-family:"Open Sans";font-weight:500}.intro__wrapper--content-cta .btn__more{background:gold}.intro__wrapper--content-cta .btn__cv{border:3px solid gold;background:#022c43;color:gold}.intro__wrapper--coder{height:45%;width:80%;background:#011c2a;border-radius:50%;position:relative}.intro__wrapper--coder-coding{position:absolute;width:50%;height:30vh;top:8rem;left:8rem}.intro__wrapper--coder-coding img{width:90%;height:90%;object-fit:contain;-webkit-animation:bounce2 3s steps(50) infinite alternate;animation:bounce2 3s steps(50) infinite alternate}.intro__wrapper--coder-coding img:hover{transform:translateY(-40px)}}.footer{background:#011c2a;padding:20px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;font-family:"Ubuntu";height:15vh;border-top:2px solid gold}.footer__copyright{margin-left:1.5rem}.footer__copyright h5{font-weight:500}.footer__copyright h5,.footer__social--link{font-size:1rem;text-transform:uppercase;color:gold}.footer__social--link{margin-right:1.5rem;text-decoration:none}.footer__social--link:hover{color:#000}@media only screen and (min-width:0) and (max-width:600px){.footer{background:#011c2a;padding:20px;flex-direction:column;justify-content:space-between;height:15vh;border-top:2px solid gold}.footer,.footer__copyright{display:flex;align-items:center}.footer__copyright{margin-left:0;width:100%;flex-direction:row;justify-content:center}.footer__copyright h5{font-size:1rem;text-transform:uppercase;font-weight:500;color:gold}.footer__social{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.footer__social--link{margin-right:1.5rem;color:gold;font-size:1rem;text-transform:uppercase;text-decoration:none}.footer__social--link:hover{color:#1b80b6}}.contact{min-height:80vh;width:60%;margin:0 auto;padding:20px}.contact h3{font-family:"Ubuntu";font-size:4rem;color:rgba(17,81,115,.6)}@media only screen and (min-width:0) and (max-width:600px){.contact{width:100%;margin:0 auto;padding:0 20px}.contact h3{font-family:"Ubuntu";font-size:2rem;color:rgba(17,81,115,.6)}}form .form__group .btn__submit{background:gold;font-weight:600;position:relative;transition:all .35s;border-radius:5px;height:4rem;font-family:"Open Sans";font-size:1rem;width:100%;text-transform:uppercase}form .form__group .btn__submit span{position:relative;z-index:10}form .form__group .btn__submit:after{position:absolute;content:"";top:0;left:0;width:0;height:100%;background:#053f5e;transition:all .35s}form .form__group .btn__submit:hover:after{width:100%}@media only screen and (min-width:0) and (max-width:600px){form .form__group .btn__submit{background:gold;font-weight:600;position:relative;transition:all .35s;border-radius:5px;height:3rem}form .form__group .btn__submit span{position:relative;z-index:10}form .form__group .btn__submit:after{position:absolute;content:"";top:0;left:0;width:0;height:100%;transition:all .5s;border-radius:5px}form .form__group .btn__submit:hover:after{width:100%;border-radius:5px}}.work{min-height:80vh;width:100%;margin:5rem auto;padding-bottom:20px}.work h3{font-size:4rem;font-family:"Ubuntu";color:rgba(17,81,115,.6);margin:2rem 5rem}.work__wrapper{width:90%;margin:0 auto;height:100%;display:grid;grid-gap:.5rem;grid-template-columns:repeat(4,1fr)}.work__wrapper--item{background-size:cover;background-repeat:no-repeat;background-attachment:fixed;background-position:bottom;height:15rem;padding:10px;display:flex;flex-direction:column;justify-content:center;align-items:center;border-radius:2px;transition:all .5s;border-radius:5px;box-shadow:0 6px 10px rgba(0,0,0,.12)}.work__wrapper--item:first-of-type{grid-column:1/3}.work__wrapper--item:nth-of-type(2),.work__wrapper--item:nth-of-type(5){grid-column:3/5}.work__wrapper--item:nth-of-type(6){grid-column:1/4}.work__wrapper--item:nth-of-type(8){grid-column:1/5}.work__wrapper--item-content{height:auto;padding:10px;border-radius:2px;position:relative}.work__wrapper--item-content .btn__work{text-decoration:none;color:gold;position:relative;transition:all .35s;padding:20px}.work__wrapper--item-content .btn__work span{font-family:"Ubuntu";text-transform:uppercase;position:relative;font-size:1.2rem;z-index:15;font-weight:700}.work__wrapper--item-content .btn__work:after{position:absolute;content:"";top:0;left:0;width:0;height:100%;background:#115173;transition:all .35s;border-radius:5px}.work__wrapper--item-content .btn__work:hover:after{width:100%}.work .bg1{background-image:url(/images/cyber.jpg)}.work .bg2{background-image:url(/images/raider.jpg);color:#fff}@media only screen and (min-width:0) and (max-width:600px){.work{width:100%;margin:5rem auto;padding:0 10px}.work h3{font-size:2rem;font-family:"Ubuntu";color:rgba(17,81,115,.6);margin:1rem 0}.work__wrapper{width:100%;height:100%;display:grid;grid-gap:.2rem;grid-template-columns:repeat(4,1fr)}.work__wrapper--item{background-size:cover;background-attachment:fixed;height:20vh;padding:0;display:flex;flex-direction:column;justify-content:center;align-items:center;border-radius:2px;transition:all .5s;background:#011c2a;border-radius:5px;box-shadow:0 6px 10px rgba(0,0,0,.12)}.work__wrapper--item:first-of-type{grid-column:1/2}.work__wrapper--item:nth-of-type(2){grid-column:2/5}.work__wrapper--item:nth-of-type(3){grid-column:1/5}.work__wrapper--item:nth-of-type(4){grid-column:1/3}.work__wrapper--item:nth-of-type(5){grid-column:3/5}.work__wrapper--item:nth-of-type(6){grid-column:1/4}.work__wrapper--item-content{height:auto;padding:10px;border-radius:2px;position:relative}.work__wrapper--item-content .btn__work{text-decoration:none;color:gold;position:relative;transition:all .35s;padding:20px}.work__wrapper--item-content .btn__work span{font-family:"Open Sans";text-transform:uppercase;position:relative;font-size:1rem;z-index:15}.work__wrapper--item-content .btn__work:after{position:absolute;content:"";top:0;left:0;width:0;height:100%;background:#115173;transition:all .35s;border-radius:5px}.work__wrapper--item-content .btn__work:hover:after{width:100%;color:#022c43}}.navbar{height:5rem;width:100%;background:#011c2a;box-shadow:0 2px 3px rgba(0,0,0,.12);position:fixed;z-index:30;top:0;left:0;border-bottom:1px solid gold}.navbar__wrapper{width:80%;margin:0 auto;height:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.navbar__wrapper--logo{height:100%;width:20%;padding:10px 0}.navbar__wrapper--logo img{height:100%;width:100%;object-fit:contain}.navbar__wrapper--links{width:60%;justify-content:flex-end}.navbar__wrapper--links,.navbar__wrapper--links-item{height:100%;display:flex;flex-direction:row;align-items:center}.navbar__wrapper--links-item{width:auto;min-width:10%;margin-right:1rem;font-size:1rem;font-weight:600;justify-content:center;color:gold;text-decoration:none;font-family:"Ubuntu";border-bottom:3px solid transparent}.navbar__wrapper--links-item:hover{border-bottom:3px solid gold;color:gold}@media only screen and (min-width:0) and (max-width:600px){.navbar__wrapper{width:95%;margin:0 auto;height:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.navbar__wrapper--logo{height:100%;width:25%;padding:5px 0}.navbar__wrapper--logo img{height:100%;width:100%;object-fit:contain}.navbar__wrapper--links{width:60%;justify-content:flex-end}.navbar__wrapper--links,.navbar__wrapper--links-item{height:100%;display:flex;flex-direction:row;align-items:center}.navbar__wrapper--links-item{width:auto;min-width:10%;margin-right:.9rem;font-size:1rem;justify-content:center;color:gold;text-decoration:none;font-family:"Open Sans";border-bottom:3px solid transparent}.navbar__wrapper--links-item:hover{border-bottom:3px solid gold;color:gold}}.about{height:80vh;width:100%;background:#011c2a}.about__wrapper{width:90%;height:100%;margin:0 auto;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.about__wrapper--profile{width:35%;height:80%;margin:auto;padding:20px;background:rgba(5,63,94,.3);position:relative;border-radius:5px}.about__wrapper--profile-title{font-size:4rem;font-weight:700;font-family:"Ubuntu";color:rgba(17,81,115,.6)}.about__wrapper--profile h5{font-family:"Ubuntu";font-size:1rem;color:rgba(17,81,115,.8);margin:0 1rem}.about__wrapper--profile ul{list-style-type:circle;margin:.3rem 3rem}.about__wrapper--profile ul li{font-size:1rem;font-family:"Open Sans";color:gold}.about__wrapper--profile-img{height:35vh;width:55%;border-radius:50%;border:5px solid gold;position:absolute;top:3rem;left:20rem;box-shadow:0 6px 10px rgba(0,0,0,.12)}.about__wrapper--profile-img img{height:100%;width:100%;object-fit:cover;border-radius:50%;object-position:top}.about__wrapper--content{width:65%;padding:20px 0 20px 150px;color:gold;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.about__wrapper--content h2{font-family:"Ubuntu";font-size:2rem;font-weight:700;padding:10px 0;border-bottom:2px solid gold;width:40%;margin:1rem 0}.about__wrapper--content-info{display:grid;grid-gap:.5rem;grid-template-columns:repeat(2,1fr);min-height:20vh}.about__wrapper--content-info .infoitem{background:#053f5e;padding:10px 20px;border-radius:5px;box-shadow:0 6px 10px rgba(0,0,0,.12)}.about__wrapper--content-info .infoitem span{height:auto}.about__wrapper--content-info .infoitem span .icon{font-size:1.2rem;margin-bottom:.5rem}.about__wrapper--content-info .infoitem p{font-family:"Open Sans";font-size:1rem}@media only screen and (min-width:0) and (max-width:600px){.about{height:130vh}.about__wrapper{width:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:center}.about__wrapper--profile{width:100%;height:50%;margin:auto;padding:20px;background:rgba(5,63,94,.3);position:relative;border-radius:5px}.about__wrapper--profile-title{font-size:3rem;font-family:"Ubuntu";color:rgba(5,63,94,.4)}.about__wrapper--profile h5{font-family:"Ubuntu";font-size:1rem;color:rgba(5,63,94,.8);margin:0 1rem}.about__wrapper--profile ul{list-style-type:circle;margin:.3rem 3rem}.about__wrapper--profile ul li{font-size:1.1rem;font-family:"Open Sans";color:gold}.about__wrapper--profile-img{height:20vh;width:35%;border-radius:50%;border:5px solid gold;position:absolute;top:16rem;left:18rem;box-shadow:0 6px 10px rgba(0,0,0,.12)}.about__wrapper--profile-img img{height:100%;width:100%;object-fit:cover;border-radius:50%;object-position:top}.about__wrapper--content{width:100%;padding:15px 0 15px 15px;color:gold;display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%}.about__wrapper--content h2{font-family:"Ubuntu";font-size:2rem;padding:10px 0;border-bottom:2px solid gold;width:40%;margin:1rem 0}.about__wrapper--content-info{display:grid;grid-gap:.5rem;grid-template-columns:repeat(1,1fr);min-height:20vh}.about__wrapper--content-info .infoitem{margin-top:.5rem}.about__wrapper--content-info .infoitem span{height:auto}.about__wrapper--content-info .infoitem span .icon{font-size:1.2rem;margin-bottom:.5rem}.about__wrapper--content-info .infoitem p{font-family:"Open Sans";font-size:1.15rem}}*{padding:0;margin:0;box-sizing:border-box}html{font-size:15px;scroll-behavior:smooth}body{background:#022c43}.form__group{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.form__group label{font-size:1rem;color:#18709f;font-family:"Open Sans";margin:.5rem 0}.form__group--input{height:4rem;border:none;border-radius:5px;width:100%;padding:10px 20px;font-size:1rem;font-family:"Open Sans";transition:all .35s;background:#011c2a;color:gold}.form__group--input:focus{border:1px solid gold;outline-color:gold;box-shadow:0 0 15px gold;border-radius:5px}.form__group--input::-webkit-input-placeholder{font-family:"Open Sans";font-size:1rem;color:rgba(255,215,0,.8)}.form__group--input:-ms-input-placeholder{font-family:"Open Sans";font-size:1rem;color:rgba(255,215,0,.8)}.form__group--input::-ms-input-placeholder{font-family:"Open Sans";font-size:1rem;color:rgba(255,215,0,.8)}.form__group--input::placeholder{font-family:"Open Sans";font-size:1rem;color:rgba(255,215,0,.8)}.form__group .textarea{height:30vh;margin-bottom:1rem}.form__group .textarea::-webkit-input-placeholder{font-family:"Open Sans";font-size:1rem;color:rgba(255,215,0,.8)}.form__group .textarea:-ms-input-placeholder{font-family:"Open Sans";font-size:1rem;color:rgba(255,215,0,.8)}.form__group .textarea::-ms-input-placeholder{font-family:"Open Sans";font-size:1rem;color:rgba(255,215,0,.8)}.form__group .textarea::placeholder{font-family:"Open Sans";font-size:1rem;color:rgba(255,215,0,.8)}.joint{display:grid;grid-gap:1rem;grid-template-columns:repeat(2,1fr);width:100%;height:auto}.error{color:#fff;font-size:1.2rem;background:#c21f40;padding:2px}.btn{height:3rem;min-width:20%;margin:1rem 0;border:none;border-radius:.5px}.btn:focus{outline:none}.loader{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media only screen and (min-width:0) and (max-width:600px){.joint{display:grid;grid-gap:.2rem;grid-template-columns:repeat(1,1fr);width:100%;height:auto}}@-webkit-keyframes bounce{0%{transform:translateY(-30px)}to{transform:translateY(25px)}}@keyframes bounce{0%{transform:translateY(-30px)}to{transform:translateY(25px)}}@-webkit-keyframes bounce2{0%{transform:translateY(-50px)}to{transform:translateY(-20px)}}@keyframes bounce2{0%{transform:translateY(-50px)}to{transform:translateY(-20px)}}.skills{height:100vh;padding:50px;width:100%}.skills__wrapper{width:90%;height:100%;margin:0 auto;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.skills__wrapper--languages{background:#011c2a;padding:10px;width:25%;border-radius:5px}.skills__wrapper--languages h3{font-size:4rem;font-weight:700;font-family:"Ubuntu";color:rgba(17,81,115,.6);margin:1rem 0;text-align:center}.skills__wrapper--languages-wrapper{display:grid;grid-gap:.5rem;grid-template-columns:repeat(2,1fr);padding:5px}.skills__wrapper--languages-wrapper .item{margin-left:.5rem;display:flex;flex-direction:column;justify-content:center;align-items:center}.skills__wrapper--languages-wrapper .item span{height:auto}.skills__wrapper--languages-wrapper .item span .icon{font-size:1.5rem;color:gold}.skills__wrapper--languages-wrapper .item p{margin:1rem 0;font-family:"Open Sans";color:gold;font-size:1rem}.skills__wrapper--skills{width:70%;height:100%;margin-left:1rem;display:grid;grid-gap:.5rem;grid-template-columns:repeat(2,1fr)}.skills__wrapper--skills-card{background:gold;min-height:35vh;height:auto;width:100%;margin-right:.5rem;padding:20px 30px;border-radius:5px;box-shadow:0 6px 10px rgba(0,0,0,.12)}.skills__wrapper--skills-card span{height:auto}.skills__wrapper--skills-card span .icon{font-size:2rem;color:#022c43}.skills__wrapper--skills-card h4{font-family:"Ubuntu";font-size:1.2rem;color:#022c43;margin:.5rem 0}.skills__wrapper--skills-card ul{list-style-type:circle;margin-left:1.5rem}.skills__wrapper--skills-card ul li{font-size:1rem;font-family:"Open Sans";margin-top:.2rem}@media only screen and (min-width:0) and (max-width:600px){.skills{min-height:70vh;height:auto;padding:20px;width:100%}.skills__wrapper{width:100%;height:100%;margin:0 auto;display:flex;flex-direction:column;justify-content:space-between;align-items:center}.skills__wrapper--languages{background:#011c2a;padding:20px;width:100%;border-radius:5px;margin:2rem 0}.skills__wrapper--languages h3{font-size:2rem;font-family:"Ubuntu";color:rgba(5,63,94,.8);margin:1rem 0}.skills__wrapper--languages-wrapper{display:grid;grid-gap:1.5rem;grid-template-columns:repeat(3,1fr);padding:5px}.skills__wrapper--languages-wrapper .item{margin-left:0;margin-bottom:1rem;display:flex;flex-direction:column;justify-content:center;align-items:center}.skills__wrapper--languages-wrapper .item span{height:auto}.skills__wrapper--languages-wrapper .item span .icon{font-size:2rem;color:gold}.skills__wrapper--languages-wrapper .item p{margin:1rem 0;font-family:"Open Sans";color:gold;font-size:1.2rem}.skills__wrapper--skills{height:100%;margin-left:1rem;justify-content:space-between}.skills__wrapper--skills,.skills__wrapper--skills-card{width:100%;display:flex;flex-direction:column;align-items:center}.skills__wrapper--skills-card{background:gold;min-height:40vh;height:auto;margin-right:.5rem;margin-bottom:1rem;padding:20px;border-radius:5px;box-shadow:0 6px 10px rgba(0,0,0,.12);justify-content:flex-start}.skills__wrapper--skills-card span{height:auto}.skills__wrapper--skills-card span .icon{font-size:2rem;color:#022c43}.skills__wrapper--skills-card h4{font-family:"Ubuntu";font-size:1.2rem;color:#022c43;margin:.5rem 0}.skills__wrapper--skills-card ul{list-style-type:circle;margin-left:1.5rem}.skills__wrapper--skills-card ul li{font-size:1.15rem;font-family:"Open Sans";margin-top:.2rem}}
/*# sourceMappingURL=main.30b7f3a6.chunk.css.map */