@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");:root{--maingradient:linear-gradient(to left bottom,rgba(185,101,115,.8),rgba(85,17,85,.8))}*{padding:0;margin:0;box-sizing:border-box}html{font-size:62.5%;scroll-behavior:smooth;cursor:crosshair}::selection{background-color:rgba(185,101,115,.4);color:#aaa}body{background-color:#242424;color:#eee;font-family:Montserrat,sans-serif;font-size:1.6rem;font-weight:400;line-height:1;position:relative}a:link,a:visited{text-decoration:none;display:inline-block;color:inherit;transition:all .35s ease-in}input,textarea,textarea:active{border:none;outline:none;font-family:inherit}textarea{resize:none}button{border:none;cursor:pointer;font-family:inherit;transition:all .35s}::-webkit-scrollbar{width:.6rem;height:.6rem;cursor:-webkit-grab;cursor:grab;display:none}::-webkit-scrollbar-track{background:none;border:none}::-webkit-scrollbar-thumb{background:#ddd;-webkit-transition:all .35s;transition:all .35s}::-webkit-scrollbar-thumb:hover{background:#bbb}.section{padding:8rem 0}.section__title-box{display:flex;flex-direction:column;gap:.88rem}.section__title-box.main--mobile{display:none}.section__title{font-size:3.8rem;font-weight:500}.section__subtitle{font-size:1.4rem;font-weight:600;color:#873b64}.container{max-width:100rem;margin:0 auto;padding:0 2.4rem}.icon{font-size:1.8rem}.flex-al-cen{display:flex;align-items:center}.text{font-size:1.34rem;line-height:1.4}.global--overlay{position:fixed;overflow:hidden;top:0;left:0;right:0;bottom:0;width:100%;height:100vh;z-index:110;background-color:rgba(0,0,0,.25);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}span.arrow-to-top{display:inline-flex;align-items:center;justify-content:center;width:5.6rem;height:5.6rem;border-radius:50%;position:fixed;bottom:5rem;right:5rem;z-index:100;cursor:pointer;background-image:var(--maingradient);animation:bounce-in-up .5s ease-out both}.arrow-to-top .icon{font-size:2.8rem;color:#eee}@keyframes bounce-in-up{0%{transform:translateY(10rem);opacity:0}60%{transform:translateY(-2rem);opacity:1}to{transform:translateY(0)}}.arrow-to-top.arrow-animation{transition:all .35s}.arrow-animation:before{display:inline-block;content:"";width:100%;height:100%;border-radius:50%;position:absolute;top:0;left:0;background-image:var(--maingradient);animation:vibrate 5s ease-in infinite}@keyframes vibrate{0%{transform:scale(1);opacity:0}25%{opacity:.2}50%{opacity:.4;transform:scale(1.8)}75%{opacity:.2}to{transform:scale(1);opacity:0}}.spinner-container{position:fixed;top:0;left:0;right:0;height:100vh;width:100%;background-color:rgba(36,36,36,.8);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);z-index:1000;display:flex;align-items:center;justify-content:center}.spinner{--uib-size:4rem;--uib-color:#fff;--uib-speed:1s;--uib-bg-opacity:.1;height:var(--uib-size);width:var(--uib-size);transform-origin:center;overflow:visible}.wing{fill:none;stroke:var(--uib-color);stroke-dasharray:15,85;stroke-dashoffset:0;stroke-linecap:round;animation:travel var(--uib-speed) linear infinite;will-change:stroke-dasharray,stroke-dashoffset}.track,.wing{transition:stroke .5s ease}.track{stroke:var(--uib-color);opacity:var(--uib-bg-opacity)}@keyframes travel{0%{stroke-dashoffset:0}to{stroke-dashoffset:-100}}.header{padding:0 2.4rem;position:-webkit-sticky;position:sticky;top:0;left:0;right:0;z-index:5}.header--container{height:8rem;display:flex;align-items:center;justify-content:space-between;max-width:115rem;margin:0 auto}.logo{font-weight:600;font-size:1.68rem;position:relative}.logo:after{content:"";display:inline-block;width:.64rem;height:.64rem;border-radius:50%;background-image:var(--maingradient);position:absolute;right:-.9rem;bottom:.28rem}.nav--lists,.nav__bar{display:flex;align-items:center;gap:3.6rem;font-size:1.4rem;font-weight:500}.nav--lists{list-style:none}.nav--item .nav--active{color:#873b64}.nav--others{gap:2rem}.nav--others,.nav--others a{display:flex;align-items:center}.nav--others a{padding:1rem 1.8rem;background-image:var(--maingradient);gap:.6rem}.header.main--mobile{display:none;opacity:0}.header-menu-box{display:flex;align-items:center;justify-content:center}.header-menu{font-size:2.8rem}.menu-box{border-radius:.2rem;margin:0 auto;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:rgba(0,0,0,.2);position:fixed;z-index:4;display:grid;grid-template-columns:1fr 1fr 1fr 1fr;grid-gap:2rem;gap:2rem;animation:bounce-in-up .5s ease-out}a.menu-card{display:flex;flex-direction:column;gap:1rem;align-items:center}a.menu-card .icon{font-size:2rem}.hero__section{padding:10rem 0}.hero__container{display:grid;grid-template-columns:1.3fr 1fr;align-items:center;grid-gap:8rem;gap:8rem}.hero__image-box{position:relative;width:30rem;height:30rem;overflow:hidden}.hero__image-box:after,.hero__image-box:before{content:"";display:inline-block;position:absolute;background-image:var(--maingradient);z-index:1;height:12rem}.hero__image-box:before{width:40%;bottom:0;left:0;z-index:6}.hero__image-box:after{width:50%;top:0;right:0}.hero__image{position:relative;z-index:10;width:100%;height:100%;filter:grayscale(60%) brightness(110%)}.hero__img--option{display:flex;align-items:center;flex-direction:row-reverse;justify-content:space-between;width:100%}.hero__socials{flex-direction:column;gap:3.4rem;display:none}.hero__socials .icon{font-size:2.8rem;color:#ece6dd}.hero__text-box{display:flex;flex-direction:column;gap:2.4rem}.hero__title{font-size:5rem;font-weight:600;line-height:1.1;background:linear-gradient(90deg,#ffffff80 23%,#fff 52%,#ffffff80 90%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;color:transparent}.hero__subtitle{font-size:2.6rem;font-weight:500}.hero--extras{background-color:#f5e9d7;color:#242424}.hero__text{font-size:1.6rem;line-height:1.3;opacity:.8}a.hero__btn{padding:1rem 1.8rem;background-image:var(--maingradient);gap:.6rem;align-self:flex-start}.skill--box,a.hero__btn{display:flex;align-items:center}.skill--box{padding:2.4rem 2rem;margin-top:8rem;background-color:#2d2d2d;justify-content:space-between}.skill--box img{width:4rem;height:4rem;transition:all .35s cubic-bezier(.645,.045,.355,1);filter:invert(.5) hue-rotate(0deg) saturate(0) brightness(2) contrast(2) grayscale(.5) sepia(.5)}.skill--box img:hover{transform:translateY(-.2rem) scale(1.15) rotate(15deg)}.about--container{display:grid;grid-template-columns:1fr 1fr;grid-gap:8rem;gap:8rem}.about__image-box{width:100%;height:52rem;overflow:hidden;border-radius:.2rem}.about__image{width:100%;height:100%;object-fit:cover;object-position:left;filter:grayscale(60%) brightness(110%)}.about__text-box{display:flex;flex-direction:column;gap:2.8rem}.about--text{font-size:1.44rem;line-height:1.6}.about--lists{margin-top:2.4rem;list-style:square;margin-left:1.4rem}.about--info{display:flex;align-items:flex-start;gap:4rem}.about--info .info-box{display:flex;flex-direction:column;align-items:center;gap:1rem}.about--info .info-box p:first-child{font-size:3rem;font-weight:600;background-image:linear-gradient(to left bottom,rgba(185,101,115,.8),rgba(85,17,85,.8));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.about--info .info-box p:last-child{font-size:1rem;color:#aaa;text-transform:capitalize;font-weight:500}a.btn--download{display:inline-flex;align-items:center;align-self:flex-start;gap:.4rem;font-size:1.4rem;font-weight:600;background-color:#eee;color:#2a2a2a;padding:1rem 1.4rem;border-radius:.2rem}.skills--container{margin:6.4rem 0 12rem;display:grid;grid-template-columns:1fr 1fr;grid-column-gap:6rem;column-gap:6rem;grid-row-gap:3.2rem;row-gap:3.2rem;align-items:baseline;grid-auto-flow:dense}.skill__figure{padding:2.4rem 1.2rem;background-color:transparent;border-radius:.4rem;transition:all .35s}.figure--container{display:flex;justify-content:space-between}.skill__figure:hover{background-color:#2d2d2d}.skill__figure .icon{font-size:2.8rem;align-self:flex-start;color:#873b64}.skill__figure div{display:flex;align-items:center;gap:1.6rem}.figure__heading .icon{font-size:3.8rem}.skill__title{font-size:2rem;font-weight:500;margin-bottom:1.2rem}.skill__text{font-size:1.3rem;color:#aaa}div.tools--box{margin-top:3rem;padding:1rem}.tools--box .tool--item,div.tools--box{display:flex;flex-direction:column;align-items:flex-start}.tools--box .tool--item{gap:.8rem;width:100%;transition:all .3s ease-in}.tool-text{font-size:1.4rem;font-weight:500;text-transform:capitalize}.tool-range{background-color:#2a2a2a;height:.38rem;width:100%;display:flex;align-items:center;justify-content:flex-start}.tool-range span{height:100%;background-image:var(--maingradient)}.qualification--container{margin-top:8rem}.tabs{justify-content:center;gap:2.8rem;margin-bottom:6.2rem}.tab,.tabs{display:flex;align-items:center}.tab{gap:1rem;font-size:1.8rem;font-weight:600;transition:all .35s;cursor:pointer}.tab .icon{font-size:3rem}.tab.active--tab{color:#873b64}.qualification__data{display:grid;grid-template-columns:1fr max-content 1fr;grid-column-gap:1.5rem;column-gap:1.5rem;max-width:70rem;margin:0 auto}.step-even,.step-odd{display:flex;flex-direction:column}.step-title{font-size:2rem;font-weight:500;margin-bottom:.8rem;line-height:1.1}.step-venue{line-height:1.3}.step-venue,.step-year{font-size:1.2rem;text-transform:uppercase;opacity:.85;line-height:1.4}.step-year{margin-top:1.54rem;display:flex;align-items:flex-start;gap:.4rem}.step-year .icon{margin-top:-.1rem}.step-text{font-size:1.1rem;margin-top:.4rem;opacity:.7;line-height:1.5}.step-center{display:flex;flex-direction:column;gap:0;align-items:center;width:1.4rem;position:relative}.step-rounded{width:1.4rem;height:1.4rem;position:absolute;top:0;left:50%;transform:translateX(-50%);border-radius:50%;background-color:#873b64}.step-line{width:.1rem;height:100%;background-color:#873b64}.project--container{display:flex;flex-direction:column;margin-top:8rem}.project__figure{display:grid;grid-template-columns:1fr 1fr}.project--text-box{padding:6rem 4rem;display:flex;flex-direction:column;gap:2rem}.project--title{font-size:2rem;font-weight:600}.project--text{font-size:1.34rem;opacity:.7;line-height:1.5}.project--btns{display:flex;align-items:center;gap:2rem}.project--btns a{padding:.8rem 1rem;font-size:1.28rem;font-weight:600;display:inline-flex;align-items:center;gap:.6rem}.project--btns .icon{font-size:2rem;margin-top:-.18rem}.project--btns a.demo{background-image:var(--maingradient);color:#eee}.project--btns a.code{background-color:#eee;color:#242424}.project--img-box{width:100%;min-height:auto;display:flex;align-items:center;justify-content:center;background-color:#2d2d2d;padding:2rem 0;border-radius:.24rem}.project--img{width:90%;height:150%;object-fit:100%;object-fit:contain}.contact--container{margin-top:6.2rem;display:grid;grid-template-columns:1.4fr 2fr;grid-gap:4.8rem;gap:4.8rem}.contact__socials{display:flex;flex-direction:column;gap:3rem}.social--box{gap:2rem}.social--box,.social--icon-box{display:flex;align-items:center}.social--icon-box{width:4.8rem;height:4.8rem;border-radius:50%;background-color:#eee;justify-content:center}.social--box .icon{font-size:3.2rem;color:#873b64}.social--item,a.social--item{display:flex;flex-direction:column;gap:.6rem}.social--item p:first-child{font-size:2.4rem}.social--item p:last-child{font-size:1.2rem;color:#999}.contact__form{display:flex;flex-direction:column;gap:2rem;align-items:flex-start}.form--flex{display:grid;grid-template-columns:1fr 1fr;grid-gap:3.2rem;gap:3.2rem;width:100%}.form--item{display:flex;flex-direction:column;gap:.6rem;width:100%}.form--label{font-size:1.28rem;font-weight:500}.form--input,.form--textarea{padding:1.4rem;border-radius:.28rem;width:100%;background-color:#eee;font-family:inherit;font-weight:500}.form--textarea{min-height:16rem}.form--btn{padding:1.2rem 2rem;display:flex;align-items:center;gap:.6rem;font-size:1.4rem;font-weight:600;border-radius:.2rem;color:#fff;background-color:transparent;background-image:var(--maingradient)}.footer{background-color:#2d2d2d;padding:4.8rem 0}.footer--container{display:grid;grid-template-columns:1.5fr 2.5fr;grid-gap:4.8rem;gap:4.8rem}.footer--logo-box{margin-bottom:1rem}.footer--logo-box .logo{font-size:3rem}.footer--title{background-color:transparent;color:#ddd}.footer--urls{display:flex;flex-direction:column;gap:4rem}.footer--list{list-style:none;font-size:1.8rem}.footer--list,.footer__socials{display:flex;align-items:center;gap:3.6rem}.footer--urls .icon{font-size:3rem}.copyright{font-size:1.2rem}@media screen and (max-width:56.25em){html{font-size:60.5%}}@media screen and (max-width:53.125em){.hero__container{gap:6rem}}@media screen and (max-width:46.875em){.hero__container{gap:3.4rem}.about--container{grid-template-columns:1fr;gap:4rem}.about__image-box{max-width:38rem}}@media screen and (max-width:40.625em){html{font-size:59.5%}.section{padding:8rem 0 4.8rem}.spinner{--uib-color:#873b64}span.arrow-to-top{bottom:9rem;right:1.4rem;width:5rem;height:5rem}.header.main--desktop{display:none;opacity:0}.header.main--mobile{display:block;opacity:1}.logo{font-size:1.84rem}.hero__section{padding-bottom:8rem}.hero__container{grid-template-columns:1fr;gap:4rem}.hero__image-box{margin:0 auto}.hero__image{z-index:2}.hero__image-box:before{z-index:1}.hero__socials{display:flex}.skills--container{grid-template-columns:1fr}.skill--box{flex-wrap:wrap;justify-content:flex-start;gap:2rem;margin-top:4rem}.skill__figure:hover{background-color:#242424}.section__title-box.main--desktop{display:none}.section__title-box.main--mobile{display:flex}.project__figure{grid-template-columns:1fr;gap:0}.contact--container{grid-template-columns:1fr;gap:8rem}.footer--container{grid-template-columns:1fr;gap:3.4rem;margin-bottom:6rem}.footer--urls{gap:3rem}.menu-box{width:90%;padding:1.6rem;position:fixed;bottom:0;left:0;right:0}.menu-card .nav--item{font-size:1.4rem;font-weight:600}}@media screen and (max-width:28.125em){html{font-size:58.5%}.container{padding:0 2rem}.logo{font-size:2.4rem}.nav--others{gap:1rem}.header-menu{font-size:3rem}.menu-box{width:92.5%}.hero__section{padding:8rem 0 4.8rem}.hero__container{display:flex;flex-direction:column-reverse;align-items:flex-start}.hero__img--option{gap:6rem;justify-content:flex-end}.hero__image-box{margin:0;width:28rem;height:28rem}.about__image-box{max-width:100%}.about__image{object-position:center;object-fit:cover}.about--info .info-box{justify-content:space-between}.about--info .info-box p:first-child{font-size:3.6rem}.skills--container{grid-template-columns:1fr;margin:4.8rem 0 10rem}.skill__title{font-size:1.8rem;font-weight:600;margin-bottom:.88rem}.skill__text{font-size:1.24rem}.figure__heading .icon{font-size:3.2rem}.qualification--container{margin-top:4.8rem}.step-title{font-size:1.68rem}.step-text{font-size:1rem}.tabs{justify-content:flex-start;margin-bottom:4rem}.project--container{margin-top:6.2rem;gap:4.2em}.project__figure{gap:3rem}.project--text-box{padding:0}.project--img-box{padding:0;border-radius:.2rem;overflow:hidden}.project--img{width:100%;height:100%}.project--btns{gap:.82rem}.footer--container{grid-template-columns:1fr;gap:2.8rem}.footer--urls{gap:2.48rem}.footer--title{font-size:1.4rem}.footer--list{flex-direction:column;align-items:flex-start;font-size:1.6rem}}@media screen and (max-width:25em){.hero__text-box{gap:2rem}.hero__title{font-size:4.2rem}.hero__subtitle{font-size:2rem}.hero__text{font-size:1.4rem;line-height:1.5}.hero__img--option{gap:6rem}.hero__image-box{width:25rem;height:25rem}.hero__image{object-position:center;width:110%;height:110%}.about__image-box{height:37rem}.skill--box img{width:3.6rem;height:3.6rem}.social--item p:first-child{font-size:2rem}.form--flex{display:flex;flex-direction:column;gap:2rem}}@media screen and (max-width:23.75em){.hero__img--option{gap:0;justify-content:space-between}.skill--box{justify-content:center}.skill--box img{width:4rem;height:4rem}}