body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}html{scroll-behavior:smooth}@font-face{font-family:CustomFont;src:url(/static/media/AGENTORANGE.65b36cea4a2bc9e270f6.TTF)}@font-face{font-family:textFont;src:url(/static/media/MADECarvingSoftOutlinePERSONALUSE-Thin.03697c6595ea6cc58042.otf)}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:root{--border-bottom-color:#000}[data-theme=dark]{--border-bottom-color:#fff;--project:#0000}.wrapper{-webkit-text-fill-color:#0000;background:#000;background:var(--text-color);-webkit-background-clip:text;background-clip:text;font-size:50px;margin-top:150px}.title{align-items:center;display:flex;flex-direction:column;text-align:center}.text{color:#000;color:var(--text-color);font-family:textFont;font-size:20px;font-weight:700;opacity:1;transform:translateX(0);width:60%}.word{animation:fadeIn .8s ease-out forwards;display:inline-block;margin-right:.5rem;opacity:0;padding:.1rem;transform:translateX(.5rem)}@keyframes fadeIn{to{opacity:1;transform:translateX(0)}}.word:first-child{animation-delay:0s}.word:nth-child(2){animation-delay:.2s}.word:nth-child(3){animation-delay:.4s}.word:nth-child(4){animation-delay:.6s}.word:nth-child(5){animation-delay:.8s}.word:nth-child(6){animation-delay:1s}.word:nth-child(7){animation-delay:1.2s}.word:nth-child(8){animation-delay:1.4s}.word:nth-child(9){animation-delay:1.6s}.word:nth-child(10){animation-delay:1.8s}.word:nth-child(11){animation-delay:2s}.word:nth-child(12){animation-delay:2.2s}.word:nth-child(13){animation-delay:2.4s}.word:nth-child(14){animation-delay:2.6s}.word:nth-child(15){animation-delay:2.8s}.word:nth-child(16){animation-delay:3s}.word:nth-child(17){animation-delay:3.2s}.word:nth-child(18){animation-delay:3.4s}.animation{display:inline-block;font-family:CustomFont;font-size:50px;max-width:100%}.social-icon{display:flex;margin:15px;transition:transform .3s ease}.social-icon:hover{animation:swing .5s ease-in-out;transform:rotate(1turn)}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}h3{font-size:1.5rem;line-height:1;margin:0}.footer{align-items:center;display:flex;justify-content:center;padding:20px 50px}.footer p{border-bottom:1px solid #000;border-bottom:1px solid var(--border-bottom-color);color:#000;color:var(--text-color);font-family:textFont;font-weight:700;margin:15px 0 10px;padding-bottom:10px}@media (max-width:768px){h3{font-size:1.2rem}.wrapper{font-size:32px}.animation{font-size:28px;margin-top:40px}}@media (max-width:480px){h3{font-size:1rem}.text{font-size:14px;width:95%}.footer{margin:10px;padding:30px 20px}.social-icon{margin-bottom:60px}.wrapper{margin-top:80px}.animation,.wrapper{font-size:24px}}:root{--background-color:#fff;--text-color:#000;--border-color:#000;--box-shadow-color:rgba(0,0,0,.511);--underline-color:#000;--hover-color:#0009}[data-theme=dark]{--background-color:#000;--text-color:#fff;--border-color:#fff;--box-shadow-color:hsla(0,0%,100%,.408);--underline-color:#fff;--hover-color:#fff9}body{background-color:#fff;background-color:var(--background-color);color:#000;color:var(--text-color)}button{background-color:#000;background-color:var(--text-color);border:none;border-radius:5px;color:#fff;color:var(--background-color);cursor:pointer;padding:10px 20px}.nav-holder{align-items:center;background-color:#fff;background-color:var(--background-color);border-radius:10px;display:flex;flex-direction:row;height:70px;justify-content:center;position:fixed;transition:border .3s ease,box-shadow .3s ease,background-color .3s ease;width:40%;z-index:15}.nav-holder.scrolled{box-shadow:0 10px 20px #ff7b00db,0 -10px 20px #ff7b00db,10px 0 20px #e7a221f0,-10px 0 20px #e7a221f0}ul{align-items:center;display:flex;justify-content:center;margin:0;padding:0;width:60%}ul li{list-style:none;margin:0 15px}ul li a{color:#000;color:var(--text-color);display:inline-block;font-family:CustomFont;font-size:16px;font-weight:700;padding:15px;position:relative;text-decoration:none;text-transform:uppercase;transition:color .4s ease,transform .4s ease}ul li a:after{background:linear-gradient(90deg,#0000,#ff7b00db 30%,#e7a221f0 70%,#0000);bottom:0;content:"";height:3px;left:0;position:absolute;transform:scaleX(0);transform-origin:right;transition:transform .3s ease,background .3s ease;width:100%}.logo{height:40px;margin-left:30px;transition:transform .3s ease-in-out;width:40px}.cursor-pointer{margin-right:30px}.logo:hover{animation:zoomBounce .6s ease}ul li a:hover:after{transform:scaleX(1);transform-origin:left}.active{color:#000;color:var(--text-color)}.active:after{animation:underline-active .5s ease forwards;background:linear-gradient(90deg,#0000,#ff7b00db 30%,#e7a221f0 70%,#0000);bottom:0;content:"";height:3px;left:0;position:absolute;width:100%}@keyframes underline-active{0%{transform:scaleX(0);transform-origin:right}50%{transform:scaleX(1.2);transform-origin:left}to{transform:scaleX(1);transform-origin:left}}@keyframes zoomBounce{0%{transform:scale(1)}30%{transform:scale(1.2)}50%{transform:scale(.9)}70%{transform:scale(1.1)}90%{transform:scale(.95)}to{transform:scale(1)}}@media (max-width:768px){.nav-holder{height:60px;width:80%}ul li{margin:0 10px}ul li a{font-size:14px;padding:5px}}@media (max-width:480px){.nav-holder{height:50px;padding:0 10px;width:70%}ul{flex-direction:row;justify-content:space-around;width:80%}ul li{margin:2px}ul li a{font-size:10px;padding:14px}.cursor-pointer{height:15px;margin:0;width:15px}.logo{height:25px;margin:0;width:25px}}.loader{align-items:center;background-color:#0d0c0c99;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:20}.spinner{animation:l26 2s linear infinite;aspect-ratio:1;border-radius:50%;box-shadow:19px -19px 0 0,38px -19px 0 0,57px -19px 0 0,19px 0 0 5px,38px 0 0 5px,57px 0 0 5px,19px 19px 0 0,38px 19px 0 0,57px 19px 0 0;color:#d0cfcf;transform:translateX(-38px);width:4px}@keyframes l26{12.5%{box-shadow:19px -19px 0 0,38px -19px 0 0,57px -19px 0 5px,19px 0 0 5px,38px 0 0 0,57px 0 0 5px,19px 19px 0 0,38px 19px 0 0,57px 19px 0 0}25%{box-shadow:19px -19px 0 5px,38px -19px 0 0,57px -19px 0 5px,19px 0 0 0,38px 0 0 0,57px 0 0 0,19px 19px 0 0,38px 19px 0 5px,57px 19px 0 0}50%{box-shadow:19px -19px 0 5px,38px -19px 0 5px,57px -19px 0 0,19px 0 0 0,38px 0 0 0,57px 0 0 0,19px 19px 0 0,38px 19px 0 0,57px 19px 0 5px}62.5%{box-shadow:19px -19px 0 0,38px -19px 0 0,57px -19px 0 0,19px 0 0 5px,38px 0 0 0,57px 0 0 0,19px 19px 0 0,38px 19px 0 5px,57px 19px 0 5px}75%{box-shadow:19px -19px 0 0,38px -19px 0 5px,57px -19px 0 0,19px 0 0 0,38px 0 0 0,57px 0 0 5px,19px 19px 0 0,38px 19px 0 0,57px 19px 0 5px}87.5%{box-shadow:19px -19px 0 0,38px -19px 0 5px,57px -19px 0 0,19px 0 0 0,38px 0 0 5px,57px 0 0 0,19px 19px 0 5px,38px 19px 0 0,57px 19px 0 0}}
/*# sourceMappingURL=main.df105be1.css.map*/