:root{--text-900: #4a4a4f;--text-800: #545359;--text-700: #5d5c63;--text-600: #6d6c73;--text-500: #7d7d82;--text-400: #8e8d92;--text-300: #aeaeb1;--text-200: #ceced0;--text-100: #ffffff;--border-color: #151416;--border-color-light: #252427}body{margin:0;padding:0;background-color:#000;color:var(--text-100);font-family:Poppins,sans-serif;scrollbar-color:#201e21 transparent;scroll-behavior:smooth}.text-link__main{color:var(--text-100);font-family:Poppins,sans-serif}h1,h2,h3,h4,h5{padding:0;margin:0}.header{backdrop-filter:blur(80px);background:rgba(0,0,0,.5);position:sticky;z-index:5;left:0;top:0;right:0;height:82px;display:flex;justify-content:space-between;align-items:center;padding-left:2rem;padding-right:2rem}.header__logo{font-size:28px;margin:0;padding:0;font-family:Poppins,sans-serif;background:transparent;border:none;color:var(--text-100);text-decoration:none;cursor:pointer}.header__logo>h1{margin:0;padding:0;font-size:inherit}.header__nav>ul{display:flex;align-items:center;justify-content:space-between;list-style:none;margin:0;padding:0;gap:2rem}.header__nav-btn{font-size:16px;font-weight:600;text-transform:uppercase;margin:0;padding:0;font-family:Poppins,sans-serif;background:transparent;border:none;color:var(--text-200);transition:color .1s ease-in-out;text-decoration:none;cursor:pointer}.header__nav-btn:hover{color:var(--text-100)}@media screen and (max-width: 768px){.header{padding-left:1rem;padding-right:1rem}.header__nav>ul{gap:1rem}.header__nav-btn{font-size:14px}}main{width:100%;margin-top:82px}main.no-marg{margin-top:-82px}section{max-width:1100px;margin:0 auto}@media screen and (max-width: 768px){section{padding-left:1rem;padding-right:1rem}}.invoice__split{display:flex;gap:2rem}.invoice__split>:first-child{flex-grow:1}@media screen and (max-width: 768px){.invoice__split{flex-direction:column}.invoice__split>*{flex-grow:1;width:auto!important}}.invoice__pay{width:20%;border:1px solid var(--border-color-light);padding:2rem;border-radius:8px;height:fit-content}.invoice__title{font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.invoice__content{border:1px solid var(--border-color-light);padding:2rem;border-radius:8px}.invoice__recipient{display:flex}.invoice__recipient>*{flex-grow:1}.invoice__sub-title{font-size:.7rem;text-transform:uppercase;font-weight:700;color:var(--text-300)}.invoice__recipient-name{font-size:1.25rem;font-weight:400;color:var(--text-100)}@media screen and (max-width: 768px){.invoice__recipient-name{font-size:1rem}}.invoice__recipient-contact{font-size:1rem;font-weight:400;color:var(--text-200)}@media screen and (max-width: 768px){.invoice__recipient-contact{font-size:.7rem}}.invoice__item-total{display:flex;align-items:center;margin-top:1rem}.invoice__item-total>:first-child{width:77.5%}.balance-due{display:flex;align-items:center;justify-content:space-between}.balance-due__title,.balance-due__amount{font-size:1rem}.tip-field{margin-top:1rem}.tip-field__title,.item-total__title{font-size:1rem}@media screen and (max-width: 768px){.item-total__title{font-size:.8rem}}.item-total__price{font-size:1rem}@media screen and (max-width: 768px){.item-total__price{font-size:.8rem}}.invoice-items{margin-top:1rem}.invoice-items__heading{display:flex}.invoice-items__heading>*{font-size:.7rem;text-transform:uppercase;font-weight:700;color:var(--text-300)}@media screen and (max-width: 768px){.invoice-items__heading>*{font-size:.6rem}}.invoice-items__heading>.heading-item{width:37.5%}.invoice-items__heading>.heading-quantity{width:20%}.invoice-items__heading>.heading-price{width:20%}.invoice-items__heading>.heading-total{width:20%}.invoice-items__item{border-bottom:1px solid var(--border-color-light);padding:.5rem 0px}.invoice-items__item:hover>.item-details>.item-details__arrow>svg{transform:rotate(-180deg)}.invoice-items__item.open>.item-details>.item-details__arrow>svg{transform:rotate(-180deg)}.item-description{height:0px;overflow:hidden;width:fit-content;transition:height .1s ease-in-out}.item-description__content{font-size:.8rem;padding-top:.25rem;color:var(--text-200)}.item-details{display:flex;cursor:pointer}.item-details:hover>.item-details__arrow>svg{color:var(--text-200)}.item-details>*{font-size:1rem}@media screen and (max-width: 768px){.item-details>*{font-size:.75rem}}.item-details__item{width:37.5%}.item-details__quantity,.item-details__price,.item-details__total{width:20%}.item-details__arrow{display:flex;align-items:center;justify-content:center}.item-details__arrow>svg{height:16px;width:16px;color:var(--text-400);transform:rotate(-90deg);transition:transform .1s ease-in-out,color 75ms ease-in-out}@media screen and (max-width: 768px){.item-details__arrow>svg{height:8px;width:8px}}.divider{margin-top:1rem;margin-bottom:1rem;width:100%;height:1px;border-top:1px solid var(--border-color)}.divider.light{border-top:1px solid var(--border-color-light)}.input-container{display:flex;width:100%;padding:0;position:relative;margin-top:.5rem}.input-container>input{width:100%;position:relative;border:1px solid var(--border-color-light);border-radius:4px;margin:0;padding:0 .75rem;background-color:transparent;color:var(--text-100);font-weight:500;outline:0px;appearance:none;min-height:3rem}.input-container>input:not([value=""])+label{transform:translateY(-1.5rem)}.input-container>input:focus+label{color:var(--text-100);transform:translateY(-1.5rem)}.input-container>input:invalid{border-color:red}.input-container>label{position:absolute;top:.8rem;left:.75rem;font-size:.8rem;color:var(--text-300);transform:translateY(0);transition:all .1s ease-in-out}.hero{padding-top:1.5rem;padding-bottom:12rem}.hero__title{font-size:5.5rem;margin-bottom:2rem}@media screen and (max-width: 768px){.hero__title{font-size:2.5rem}}.hero__cta{z-index:1;font-size:24px;font-weight:600;text-transform:uppercase;margin:0;font-family:Poppins,sans-serif;background:transparent;border:none;color:var(--text-200);transition:color .1s ease-in-out;text-decoration:none;cursor:pointer;position:relative}.hero__cta:after{content:"";display:block;position:absolute;bottom:-.25rem;left:0;width:35%;height:1px;background:var(--text-200);transition:width 125ms ease-in-out}.hero__cta:hover{color:var(--text-200)}.hero__cta:hover:after{width:95%}@media screen and (max-width: 768px){.hero__cta{font-size:18px}}.gradient{background:linear-gradient(-45deg,#fc5c7d,#6a82fb,#fc5c7d,#6a82fb);background-color:#fff;background-clip:text;-webkit-background-clip:text;-moz-background-clip:text;-webkit-text-fill-color:transparent;-moz-text-fill-color:transparent;color:transparent;background-size:400% 400%;animation:gradient 15s ease-in-out infinite}@keyframes gradient{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.section__title{display:flex;align-items:center;gap:1rem;font-size:48px;color:#fff}.section__title>span{background:linear-gradient(-90deg,#eba7b0,#ecc2c7);background-clip:text;-webkit-background-clip:text;-moz-background-clip:text;-webkit-text-fill-color:transparent;-moz-text-fill-color:transparent;color:#fff}.section__title>img{height:48px;width:48px;aspect-ratio:1/1}@media screen and (max-width: 768px){.section__title{font-size:28px}.section__title>img{height:28px;width:28px}}.description{max-width:1100px;margin:0 auto;font-size:14px;margin-bottom:12rem}.description>img{height:16px;width:16px;margin-bottom:-.2rem;aspect-ratio:1/1}@media screen and (max-width: 768px){.description{padding-left:1rem;padding-right:1rem;margin:0;font-size:12px;max-width:60%;margin-bottom:12rem}.description>img{height:14px;width:14px}}#work-scroller-wrapper{overflow-x:scroll;width:100%;padding-bottom:1rem;scrollbar-color:#201e21 transparent}.work-list{display:flex;gap:1rem;overflow:visible;justify-content:stretch}.work-list__item{border:1px solid #151416;border-radius:6px;cursor:pointer;user-select:none;text-decoration:none;color:var(--text-100);display:block;width:350px;min-width:350px;transition:background-color .2s ease-in-out}.work-list__item:hover{background-color:#151416}.work-list__item-header{padding:1rem;border-bottom:1px solid #151416;display:flex;gap:1rem;align-items:center}.work-list__item-body{padding:1rem}.work-list__item-body>*{margin:0;margin-bottom:.75rem;font-size:1rem}.work-list__item-body>*:last-child{margin-bottom:0}.work-list__item-body>h1{font-size:1.1rem;font-weight:600}.work-list__item-body>p{color:var(--text-200)}.work-list__item-logo{height:72px;width:72px;object-fit:fill;object-position:0 0;border-radius:16px}.work-list__item-title>p{font-size:.6rem;color:var(--text-100);border-radius:999px;text-transform:uppercase;font-weight:600;width:fit-content;padding:0;margin:0}.work-list__item-title>p.dep{color:#efa453}.work-list__item-title>h1{font-size:1.1rem;color:var(--text-100);font-weight:600;margin:0}.work-list__item-title>h2{color:var(--text-200);font-size:1rem;font-weight:400;margin:0}#work,#contact,#tech{padding-bottom:10rem}.tech-list{border:1px solid #151416;border-radius:8px;padding:2rem}.tech-list__header{margin-bottom:1.5rem}.tech-list__header>h1{margin:0;font-size:.95rem;color:var(--text-400);font-weight:700;letter-spacing:-.01rem;text-transform:uppercase}.tech-list__body{display:flex;gap:1rem;width:100%}.tech-scores__titles{display:flex;flex-direction:column;justify-content:space-between;gap:1rem;width:fit-content;align-items:flex-end}.tech-scores__titles>h1{font-size:1.5rem;color:var(--text-300);font-weight:400;margin:0;height:2.25rem}.tech-scores__titles>h1.highlighted{color:var(--text-100)}@media screen and (max-width: 768px){.tech-scores__titles>h1{font-size:.75rem;height:1.25rem}}.tech-scores__scores{display:flex;flex-direction:column;gap:1rem;flex-grow:1;align-items:flex-start;justify-content:space-between}.tech-scores__score-wrapper{width:100%;display:flex;align-items:center;gap:1rem;border:1px solid #151416;border-radius:8px;height:1.75rem;padding:.25rem}.tech-scores__score-wrapper.score-highlight{border:1px solid #39383f}.tech-scores__score-wrapper.score-highlight>.tech-scores__score{background:linear-gradient(-90deg,#fc5c7d,#6a82fb)}.tech-scores__score-wrapper.score-highlight>.tech-scores__score-num{color:var(--text-100)}@media screen and (max-width: 768px){.tech-scores__score-wrapper{height:.75rem;padding:.25rem;gap:.5rem}}.tech-scores__score{height:100%;border-radius:4px;background-color:#151416;transition:width .2s ease-in-out;background:linear-gradient(-90deg,#0f2027,#203a43,#2c5364)}.tech-scores__score-num{font-size:24px;font-weight:600;color:var(--text-300)}@media screen and (max-width: 768px){.tech-scores__score-num{font-size:12px;margin-right:8px}}.social-list{display:flex;max-width:450px;flex-wrap:wrap;gap:2rem}.social-list>a{display:flex;align-items:center;gap:.5rem;font-weight:600;font-size:1.25rem;text-decoration:none;color:var(--text-100)}.social-list>a>svg{height:2.25rem;width:2.25rem}.social-list>a.discord>svg{color:#5865f2}::-webkit-scrollbar{height:4px;width:4px;background:transparent}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#151416}::-webkit-scrollbar-thumb:hover{background:#201e21}::-webkit-scrollbar-thumb:horizontal{background:#151416;border-radius:10px}.mt-200{margin-top:.5rem}.mt-400{margin-top:1rem}.button{display:flex;align-items:center;justify-content:center;background-color:#151416;cursor:pointer;color:var(--text-100);border:none;padding:10px 20px;border-radius:4px;width:100%;font-weight:500;transition:background-color 75ms ease-in-out}.button:hover{background-color:#0d0c0d}.button>svg{margin-right:.5rem;height:1rem;width:1rem}.bg-paypal{background-color:#0070e0}.bg-paypal:hover{background-color:#0961b9}.tech-showcase{display:flex;flex:row;flex-wrap:wrap;gap:1rem;margin-top:1rem}.tech-showcase>*{width:45%;flex-grow:1}.tech-lang{border-radius:8px;border:1px solid #151416;padding:1rem}.tech-lang__header{display:flex;align-items:center;gap:.6rem;font-weight:500;font-size:16px}.tech-lang__header>svg{height:24px;width:24px}.tech-lang__body{margin-top:1rem;font-weight:400;color:var(--text-300);font-size:14px}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:400;src:url(/_assets/poppins-devanagari-400-normal.478b3ab7.woff2) format("woff2"),url(/_assets/poppins-all-400-normal.c68e1edb.woff) format("woff");unicode-range:U+0900-097F,U+1CD0-1CF6,U+1CF8-1CF9,U+200C-200D,U+20A8,U+20B9,U+25CC,U+A830-A839,U+A8E0-A8FB}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:400;src:url(/_assets/poppins-latin-ext-400-normal.cb8bdeab.woff2) format("woff2"),url(/_assets/poppins-all-400-normal.c68e1edb.woff) format("woff");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:400;src:url(/_assets/poppins-latin-400-normal.7d93459d.woff2) format("woff2"),url(/_assets/poppins-all-400-normal.c68e1edb.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:600;src:url(/_assets/poppins-devanagari-600-normal.d036ece3.woff2) format("woff2"),url(/_assets/poppins-all-600-normal.952d2591.woff) format("woff");unicode-range:U+0900-097F,U+1CD0-1CF6,U+1CF8-1CF9,U+200C-200D,U+20A8,U+20B9,U+25CC,U+A830-A839,U+A8E0-A8FB}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:600;src:url(/_assets/poppins-latin-ext-600-normal.9c15f7b0.woff2) format("woff2"),url(/_assets/poppins-all-600-normal.952d2591.woff) format("woff");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:600;src:url(/_assets/poppins-latin-600-normal.f4e80d9d.woff2) format("woff2"),url(/_assets/poppins-all-600-normal.952d2591.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:700;src:url(/_assets/poppins-devanagari-700-normal.6197a412.woff2) format("woff2"),url(/_assets/poppins-all-700-normal.282b1ac4.woff) format("woff");unicode-range:U+0900-097F,U+1CD0-1CF6,U+1CF8-1CF9,U+200C-200D,U+20A8,U+20B9,U+25CC,U+A830-A839,U+A8E0-A8FB}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:700;src:url(/_assets/poppins-latin-ext-700-normal.4ce2c84c.woff2) format("woff2"),url(/_assets/poppins-all-700-normal.282b1ac4.woff) format("woff");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:700;src:url(/_assets/poppins-latin-700-normal.9338e65f.woff2) format("woff2"),url(/_assets/poppins-all-700-normal.282b1ac4.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
