@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600;1,700&family=Rubik+Mono+One&display=swap);@import url(https://fonts.googleapis.com/css2?family=Rubik+Mono+One&display=swap);*,:after,:before{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5}ol,ul{list-style:none}a{color:inherit;text-decoration:none}button{background:none;border:none;cursor:pointer}button,input,select,textarea{font:inherit}img{display:block;height:auto;max-width:100%}nav{background-color:#000;color:#fff;display:flex;gap:10px;height:80px;justify-content:space-between;padding:23px 30px;position:fixed;top:0;width:100%;z-index:10}nav .logo{color:#f13554;font-family:Rubik Mono One;font-size:25px;height:100%;line-height:150%;overflow:hidden;position:relative;transition:.25s cubic-bezier(.17,.67,.83,.67)}nav .logo:after{background-color:#ff7994;bottom:0;content:"";height:2px;left:0;position:absolute;transform:translateX(-100%);transition:transform .3s ease;width:100%}nav .logo:hover:after{transform:translateX(0)}nav .logo.open:hover,nav .logo:hover{color:#ff7994}nav .logo.open{color:#fff}nav .nested-menue{background-color:#f13554;display:flex;flex-direction:column;gap:12px;height:fit-content;justify-content:end;left:0;padding:80px 30px 23px;position:absolute;text-align:center;text-transform:uppercase;top:0;transition:.25s cubic-bezier(.17,.67,.83,.67);width:100%;z-index:-1}nav .nested-menue li{padding-bottom:1rem}nav .nested-menue li a{align-items:center;cursor:pointer;display:flex;justify-content:center;overflow:hidden;position:relative;transition:.25s cubic-bezier(.17,.67,.83,.67)}nav .nested-menue li a *{padding:0 4px}nav .nested-menue li a .svg-inline--fa{height:20px;transition:.25s cubic-bezier(.17,.67,.83,.67);width:20px}nav .nested-menue li a .icon{width:0}nav .nested-menue li a:after{background-color:#ff7994;bottom:0;content:"";height:2px;left:0;position:absolute;transform:translateX(-100%);transition:transform .3s ease;width:100%}nav .nested-menue li a:hover:after{transform:translateX(0)}nav .nested-menue li a:hover .icon{width:20px}nav .nested-menue .socials{display:flex;justify-content:space-between}nav .nested-menue.open{clip-path:circle(150% at 100% 0)}nav .burger{cursor:pointer;height:100%;width:25px}nav .burger .bLine1,nav .burger .bLine2,nav .burger .bLine3{background:#f13554;border-radius:2px;height:4px;pointer-events:none;transform-origin:left;transition:all .25s cubic-bezier(.17,.67,.83,.67);width:25px}nav .burger .bLine2{margin:6.5px 0}nav .burger.open:hover .bLine1,nav .burger.open:hover .bLine2,nav .burger.open:hover .bLine3,nav .burger:hover .bLine1,nav .burger:hover .bLine2,nav .burger:hover .bLine3{background-color:#ff7994}nav .burger.open .bLine1,nav .burger.open .bLine2,nav .burger.open .bLine3{background-color:#fff}nav .burger.open .bLine1{transform:rotate(45deg) translate(2px)}nav .burger.open .bLine2{opacity:0}nav .burger.open .bLine3{transform:rotate(-45deg) translate(2px)}@media screen and (max-width:1439px){nav .nested-menue{clip-path:circle(0 at 100% 0)}}@media screen and (min-width:1440px){nav .nested-menue{align-items:center;background-color:#000;color:#f13554;flex-direction:row;height:80px;padding-top:23px}nav .nested-menue li{padding:0}nav .burger,nav .nested-menue .socials{display:none}}.contact-bg{align-items:center;background-color:rgba(84,84,84,.502);display:flex;height:100vh;justify-content:center;padding:20px;position:fixed;top:0;width:100vw;z-index:999}.contact-bg .container{background-color:#fff;height:min-content;padding:2em;width:500px}.contact-bg .container .closeBtn{float:right}.contact-bg .container .closeBtn .closeIcon{color:#f13554;height:25px;transition:.25s cubic-bezier(.17,.67,.83,.67);width:25px}.contact-bg .container .closeBtn .closeIcon:hover{color:#ff7994}.contact-bg .container form .form-group{margin-bottom:1.5em;transition:all .3s}.contact-bg .container form .form-label{color:var(--font-color);display:block;font-size:.75em;opacity:0;transform:translateX(-50px);transition:all .3s}.contact-bg .container form .form-control{border-color:#ccc;border-radius:0;border-style:none none solid;box-shadow:none;font-size:1.25em;transition:all .6s;width:100%}.contact-bg .container form .form-control::placeholder{color:#aaa}.contact-bg .container form .form-control:focus{border-color:var(--font-hover-color);box-shadow:none;outline:none}.contact-bg .container form .form-group:focus-within{transform:scale(1.1)}.contact-bg .container form .form-control:invalid:focus{border-color:red}.contact-bg .container form .form-control:valid:focus{border-color:green}.contact-bg .container form .submit{background:0 0 #fff;border:2px solid #f13554;border-radius:5px;color:#f13554;font-size:1em;font-weight:700;padding:10px 50px;text-transform:uppercase;transition:.25s cubic-bezier(.17,.67,.83,.67)}.contact-bg .container form .submit:hover{background-color:#f13554;border-color:#f13554;color:#fff}.contact-bg .container form textarea{resize:none}.contact-bg .container form .focused>.form-label{opacity:1;transform:translateX(0)}.hero{align-items:center;background-color:#000;background-image:url(/static/media/bg2.597e148419b997edb162.jpg);background-position:top;background-repeat:no-repeat;background-size:clamp(250px,50%,400px) auto;color:#fff;display:flex;font-style:normal;font-weight:100;line-height:40px;min-height:100vh;padding:clamp(250px,50%,400px) 42px 32px;width:100%}.hero,.hero .socials{flex-direction:column;justify-content:center}.hero .socials{display:none;gap:33px;height:100%}.hero .socials .icon{display:flex;flex-direction:column;height:min-content;transition:.25s cubic-bezier(.17,.67,.83,.67)}.hero .socials .icon a .svg-inline--fa{height:24px;width:24px}.hero .socials .icon:hover{color:#f13554}.hero .hero-content{font-size:20px;font-weight:lighter;gap:40px;max-width:585px}.hero .hero-content,.hero .hero-content .hero-main-text{display:flex;flex-direction:column;height:min-content;width:100%}.hero .hero-content .hero-main-text{gap:20px}.hero .hero-content .hero-main-text h1{font-size:32px;line-height:35px;text-transform:uppercase}.hero .hero-content .hero-main-text h1 em{color:#f13554;font-style:normal}.hero .hero-content .resume{background:#fff;border:2px solid #f13554;border-radius:5px;box-sizing:border-box;cursor:pointer;display:block;font-size:20px;font-weight:700;margin-top:16px;padding:10px;pointer-events:all;text-align:center}.hero .hero-content .resume:hover{background-color:#f13554;color:#fff;font-weight:700}.hero .hero-content .cta{background-color:#000;border:2px solid #f13554;border-radius:5px;color:#f13554;font-size:20px;font-weight:700;margin-top:60px;padding:10px;text-align:center;transition:.25s cubic-bezier(.17,.67,.83,.67)}.hero .hero-content .cta .icon{margin-right:10px;transition:.25s cubic-bezier(.17,.67,.83,.67);width:0}.hero .hero-content .cta:hover{background-color:#f13554;color:#fff}.hero .hero-content .cta:hover .icon{display:inline;width:45px}@media screen and (min-width:1020px){.hero{align-items:center;background-position:100%;background-size:clamp(250px,50%,500px) auto;flex-direction:row;gap:50px;justify-content:center;padding:125px 600px 125px 125px}.hero .socials{display:flex}}.desc-icon,.skill-icon,.smIcons{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:10px;justify-content:space-evenly;padding:1rem;width:100%}.desc-icon .icon,.desc-icon i,.skill-icon .icon,.skill-icon i,.smIcons .icon,.smIcons i{height:48px;width:48px}.project-list{display:flex;flex-direction:column;gap:32px}.project{padding:32px 42px;transition:.25s cubic-bezier(.17,.67,.83,.67)}.project .project-img{background-position-x:center;background-repeat:no-repeat;background-size:cover;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:right;margin-bottom:30px;width:100%}.project .project-img .smIcons{display:flex;flex-direction:column;height:calc(100% - 36px);padding:10px;width:fit-content}.project .project-img .smIcons .icon{background:#000c;border:0 solid;border-radius:20px;cursor:pointer;height:24px;padding:6px;transition:.1s cubic-bezier(.17,.67,.83,.67);width:24px}.project .project-img .smIcons .icon:hover{background-color:#f13554}.project .case-desc{align-items:center;display:flex;flex-direction:column;gap:10px}.project .case-desc .titles{color:#f13554;padding:10px 0;text-align:center;width:100%}.project .case-desc .titles h3{background-color:#000c;font-size:30px;font-weight:500;line-height:50px;padding:10px}.project .case-desc .titles p{font-size:20px;font-weight:700}.project .case-desc .desc-icons{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:16px;justify-content:center;padding:1rem;width:100%}.project .case-desc .desc-icons .icon{height:48px;width:48px}.project .case-desc button{align-items:center;border:2px solid #f13554;border-radius:5px;color:#f13554;display:flex;flex-wrap:wrap;font-size:24px;font-weight:700;height:74px;justify-content:center;margin-top:30px;max-width:275px;min-width:161px;padding:10px;transition:.1s cubic-bezier(.17,.67,.83,.67);width:100%}.project .case-desc button:hover{background-color:#f13554;color:#fff}@media screen and (min-width:1020px){.project{align-items:center;display:flex;flex-direction:row;gap:20px;justify-content:center;padding:10px 10px 60px}.project .project-img{width:100%}.project .project-img .smIcons .icon{border-radius:40px;height:24px;width:24px}.project .case-desc{width:100%}.project .case-desc .desc-icons .icon{height:24px;width:24px}}body{background-color:#000;color:#fff;font-family:Open Sans,sans-serif;font-size:16px;font-weight:400;line-height:30px}.no-scroll{overflow:hidden}h1,h2,h3,h4,h5,h6{font-family:Rubik Mono One,monospace}.main_content_wrapper{align-items:center;display:flex;flex-direction:column;gap:10px;justify-content:center;width:100%}section{padding:32px 42px;width:100%}.ps{background-image:url(/static/media/photoshop-svgrepo-com.854d3239761cff879969.svg)}.ae{background-image:url(/static/media/after-effects-svgrepo-com.6d0f87708f3a949f0c37.svg)}.ai{background-image:url(/static/media/illustrator-svgrepo-com.960534f67abde477ba28.svg)}.jest{background-image:url(/static/media/jest.d9e72284cb919e2ba297.svg)}.leaflet{background-image:url(/static/media/leaflet.cd7edbcd736e574f687b.svg)}.fa-html5{color:#ff5100}.fa-css3-alt{color:#255acc}.fa-sass{color:#e944b7}.fa-square-js{color:#e9bd44}.fa-react{color:#61dbfb}.fa-wordpress{color:#00749c}.fa-font-awesome{color:#beddf8}@media screen and (min-width:768px){body{padding-top:10px}.main_content_wrapper{margin:auto;width:90%}}@media screen and (min-width:1440px){body{padding-top:10px}.main_content_wrapper{margin:auto;width:1120px}}
/*# sourceMappingURL=main.e5d7a6cd.css.map*/