@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,600;1,900&display=swap);:root{--primary-color:#1f1f1f;--secondary-color:#000;--font-size-typography:800;--font-style-typography:italic;--font-normal:400;--text-color:#fff;--text-hover:#ffffff9c}*{box-sizing:border-box;list-style:none;margin:0;padding:0;text-decoration:none}html{scroll-behavior:smooth}body,button,input,textarea{background-color:#1f1f1f;background-color:var(--primary-color);font-family:Poppins,sans-serif}.header{height:100vh;overflow:hidden;position:relative;width:100%}.header,.header__hero{align-items:center;display:flex;flex-direction:column}.header__hero{justify-content:end}.header__image-container{align-items:center;display:flex;height:100vh}.header__image{background:url(../../static/media/g1.57718eb5411514d6b514.jpg);background-size:cover;box-shadow:inset 0 0 0 13px #ffffff4d;height:600px;margin:0 auto;position:end;width:500px}.text__filled,.text__outline{align-items:center;bottom:12rem;color:#fff;display:flex;flex-direction:row;font-style:var(--font-style-typography);justify-content:center;pointer-events:none;position:absolute;text-transform:uppercase;z-index:-1}.text__outline{-webkit-text-fill-color:#0000;-webkit-text-stroke-width:2px;color:#fff;z-index:2}.to-left{bottom:18.3rem}.title{font-size:8rem;position:absolute;transition:all 2s cubic-bezier(.165,.84,.44,1);white-space:nowrap}@media screen and (max-width:576px){.header__image-container{align-items:center;display:flex;height:100vh}.header__image{height:350px;width:350px}}.loader{background-color:#000;height:100vh;justify-content:center;position:fixed;width:100%;z-index:15}.loader,.loader__container{align-items:center;display:flex}.loader__container{color:var(--text-color);flex-direction:column;font-size:2rem;line-height:0}.nav__name,Link,a{color:var(--text-color);font-weight:900}.navbar{align-items:center;background-color:#181818;display:flex;justify-content:space-between;left:0;padding:10px 20px;position:fixed;top:0;transition:background-color .3s ease;width:100%;z-index:10}.nav__name{color:#fcfafa;font-size:1.5rem;font-weight:700}.nav__container{align-items:flex-end;display:flex;flex-direction:column;height:33vh;justify-content:center;position:fixed;right:0;top:0;transform:translateX(100%);transition:transform .3s ease;z-index:999}.nav__container.open{transform:translateX(0)}.nav__menu{display:flex;flex-direction:column;gap:1px;padding:2px}.nav__menu a{color:#fcfafa;font-size:1.2rem;text-decoration:none}.hamburger-menu,.nav__menu a{align-items:center;display:flex}.hamburger-menu{cursor:pointer;z-index:1100}.hamburger{display:flex;flex-direction:column;height:20px;justify-content:space-around;width:25px}.hamburger .bar{background-color:#fcfafa;height:3px;transition:transform .3s ease,opacity .3s ease;width:100%}.hamburger.open .bar:first-child{transform:translateY(5px) rotate(45deg)}.hamburger.open .bar:nth-child(2){opacity:0}.hamburger.open .bar:nth-child(3){transform:translateY(-5px) rotate(-45deg)}.work{height:max-content;overflow:hidden;padding:2rem 4rem;width:100%}.work__title{align-items:start;color:var(--text-color);display:flex;flex-direction:row;justify-content:space-between;width:100%}.work__title span{font-size:1.5rem;position:relative;right:3rem}.work__typography{color:#ffffff31;font-size:5rem;font-style:italic;font-weight:900;letter-spacing:-1.2rem;line-height:4rem;text-transform:uppercase}.work__container{color:var(--text-color);transform:translateY(-2rem);width:100%}.work__menu{display:flex;flex-direction:column;gap:1rem;padding:0 5rem}.work__item{display:flex;flex-direction:row;gap:1rem}.work__image{height:400px;width:400px}.title__link{font-size:1.2rem;font-weight:700}.work__subtitle{line-height:1.2rem}.work__text{display:flex;flex-direction:row;gap:1rem}.work__button{align-items:end;display:flex;justify-content:center;width:100%}.work__button a{border-bottom:1px solid #fff;color:var(--text-color);display:flex;justify-content:space-between;margin-left:5rem;padding:.3rem 1rem;transition:all .3s;width:100%}.work__button a:hover{box-shadow:inset 0 0 0 30px hsla(0,0%,100%,.993);color:var(--primary-color)}@media screen and (max-width:576px){.work__title span{font-size:2rem;position:absolute;right:7rem}.work{height:max-content;overflow:hidden;padding:7rem 0;width:100%}.work__title span{left:3rem;line-height:1.5rem}.work__container{color:var(--text-color);transform:translateY(-5rem);width:100%}.work__menu{padding:0 3rem}.work__item,.work__menu{display:flex;flex-direction:column;gap:1rem}.work__item{align-items:center}.work__image{height:300px;width:300px}.work__button{align-items:start;display:flex;justify-content:center;width:100%}}.about{height:100vh;padding:2rem}.about__container{align-items:center;color:var(--text-color);display:flex;height:100vh;justify-content:center}.about__typography{-webkit-text-fill-color:#0000;-webkit-text-stroke-width:2px;color:#ffffff31;font-size:8rem;left:7rem;line-height:5rem;position:absolute;text-transform:uppercase;z-index:2}.about__text,.about__typography{display:flex;flex-direction:column;font-weight:900}.about__text{font-size:2.5rem;line-height:2.8rem;width:60%;z-index:3}.about__outline{-webkit-text-fill-color:#0000;-webkit-text-stroke-width:1px;color:#fff}.about__outline:hover{-webkit-text-fill-color:var(--text-color)}.about__button a{color:var(--text-color);font-size:1.5rem;text-decoration:underline}@media screen and (max-width:576px){.about{padding:0 1.5rem}.about__typography{font-size:5rem;font-weight:900;left:2rem;line-height:5rem}.about__text{display:flex;flex-direction:column;font-size:2.5rem;font-weight:900;line-height:2.6rem;width:90%;z-index:3}.about__button a{color:var(--text-color);font-size:1.2rem;text-decoration:underline}}footer{background-color:#181818;padding:1.5rem 1.5rem .75rem;width:100%}.footer__container{display:flex;flex-direction:column;gap:1rem;width:100%}.footer__container,.footer__container a{color:var(--text-color)}.footer__main{align-items:center;display:flex;flex-direction:column;gap:1rem;height:15vh;justify-content:center;width:100%}.footer__title{display:flex;gap:.5rem}.footer__title img{border-radius:50%;height:40px;width:40px}.footer__button{position:absolute;right:5rem}.footer__button a{background-color:#3a3a3a;border-radius:50%;padding:1.5rem 1rem;transition:all .3s}.footer__button a:hover{background-color:var(--primary-color)}.footer__contact{display:flex;flex-direction:row;gap:1rem}.footer__contact a{background-color:var(--text-color);border:1px solid var(--text-color);border-radius:25px;color:var(--primary-color);padding:.5rem 1rem;transition:all .3s}.footer__contact a:hover{background-color:#181818;color:var(--text-color)}.footer__info{align-items:center;gap:0;justify-content:center;padding:10px;width:100%}.footer__info,.footer__section{display:flex;flex-direction:row}.footer__section{gap:1rem}@media screen and (max-width:576px){.footer__main{align-items:center;display:flex;flex-direction:column;gap:1rem;height:max-content;justify-content:center;padding:0 0 1rem;width:100%}.footer__title{font-size:.75rem}.footer__contact,.footer__title{align-items:center;display:flex;gap:.5rem}.footer__contact{flex-direction:column}.footer__button{display:flex;justify-content:center;position:relative;right:0;width:100%}.footer__button a{background-color:#3a3a3a;border-radius:10px;padding:1rem .5rem;transition:all .3s}.footer__info{align-items:center;display:flex;flex-direction:column;justify-content:center;line-height:0rem;margin-bottom:1rem;padding:10px 20px;width:100%}.footer__section{display:flex;flex-direction:row}}.loader__me{align-items:center;background-color:#000;display:flex;height:100vh;justify-content:center;position:fixed;width:100%;z-index:10}.loader__me-container{align-items:center;color:var(--text-color);display:flex;flex-direction:column;font-size:2rem;line-height:0}.info{color:var(--text-color);width:100%}.back__button{background-color:#ffffff77;border-radius:50%;font-size:2rem;left:1rem;padding:0 .5rem;position:fixed;top:1rem}.info a,h1{color:var(--text-color)}.info a{text-decoration:underline}.info__container{display:flex;flex-direction:row;padding:5rem}.info__me{display:flex;flex-direction:column;gap:1rem;justify-content:space-between;width:70%}.info__picture{height:200px;width:200px}.info__more{align-items:center;display:flex;flex-direction:row;gap:1rem;justify-content:start}.info__more span{text-align:justify;width:50%}.info__achieve,.info__sosmed{display:flex;flex-direction:column}.info__achieve{gap:3rem;width:30%}.info__item{display:flex;flex-direction:column;gap:.5rem}.info__item:after{background-color:#fff;content:"";height:1px;width:100%}.info__detail{display:flex;flex-direction:column}.info__typography{line-height:4rem;overflow:hidden}.info__typo{font-size:5rem;transition:all 2s cubic-bezier(.165,.84,.44,1);white-space:nowrap}.typo__filled{color:#fff;font-style:var(--font-style-typography);text-transform:uppercase;transform:translateX(-100%)}@media screen and (max-width:576px){.info__container{display:flex;flex-direction:column;gap:2.5rem;padding:3rem 3rem 8rem}.info__me{width:100%}.info__more{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center}.info__more span{width:100%}.info__achieve{display:flex;flex-direction:column;gap:3rem;width:100%}}.contact{height:max-content;padding:8rem 8rem 0;width:100%}.info__contact{align-items:center;display:flex;flex-direction:row;gap:5rem;justify-content:center;padding:0 0 8rem}.contact__text{font-size:2rem;line-height:2.5rem;width:50%}.contact__link{display:flex;justify-content:center;width:50%}.contact__link form{display:flex;flex-direction:column;gap:1rem;width:100%}.contact__link input,.contact__link textarea{border:1px solid #fff;border-radius:10px;color:var(--text-color);padding:.7rem 1.5rem;width:100%}::placeholder{color:var(--text-hover)}.contact__email{background-color:#383838;border:none;border-radius:10px;color:var(--text-color);cursor:pointer;font-size:1rem;margin:0 auto;padding:.7rem 1.2rem;transition:all .3s;width:50%}.contact__email:hover{background-color:#7c7c7c}.form__initial{grid-gap:.7rem;display:grid;gap:.7rem;grid-template-columns:repeat(2,1fr);place-content:center}.contact__footer{color:var(--text-color);display:flex;justify-content:space-between;padding:.5rem;width:100%}@media screen and (max-width:576px){.contact{height:max-content;padding:8rem 2rem 0;width:100%}.info__contact{align-items:center;display:flex;flex-direction:column;gap:3rem;padding:0 0 8rem}.contact__text{font-size:2rem;line-height:2.5rem;width:100%}.contact__link{width:100%}.contact__link form{display:flex;flex-direction:column;gap:1rem;width:100%}.form__initial{display:grid;grid-template-columns:repeat(1,1fr)}}
/*# sourceMappingURL=main.c4dba1b3.css.map*/