@import url("https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&display=swap");*{margin:0;padding:0;box-sizing:border-box;font-family:Exo\ 2,sans-serif}html{overflow-y:scroll;scrollbar-width:thin;scrollbar-color:#3f3f46 transparent}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent;border:1px solid #27272a}::-webkit-scrollbar-thumb{background:#18181b;border-radius:4px;border:1px solid #27272a}::-webkit-scrollbar-thumb:hover{background:#3f3f46;border:1px solid #27272a}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes glow{0%{text-shadow:0 0 5px #bc2625,0 0 10px #751a19}to{text-shadow:0 0 10px #bc2625,0 0 20px #611615,0 0 30px #4a1110}}@keyframes scaleUp{0%{transform:scale(1)}to{transform:scale(1.1)}}a{text-decoration:none;color:#fff;transition:all .3s ease;animation:fadeIn .5s ease}a:hover{color:#bc2625!important}body{background:#171717;padding:20px;animation:fadeIn 2s ease}nav{display:flex;gap:20px}nav .logo i{font-size:36px;color:#fff}nav .links{height:80px;display:flex;align-items:center;justify-content:space-between;width:100%;padding:0 25px;background:#18181b;border:1px solid #27272a;border-radius:15px;animation:fadeIn 1.5s ease}nav .links a:not(:first-child):not(:last-child){font-size:16px;transition:transform .3s ease}.bx-home{font-size:40px}nav .links a{font-size:21px;transition:transform .3s ease}nav .links a.active{color:#bc2625}nav .links a:hover{transform:scale(1.05)}.about,.contact{display:flex;align-items:center;justify-content:space-between;padding:60px 42px;background:#18181b;border:1px solid #27272a;border-radius:14px;animation:fadeIn .5s ease}.contact .right .sender{margin-top:70px;display:flex;gap:36px}.contact .right .sender .email,.contact .right .sender .message,.contact .right .sender .name{display:flex;align-items:center;justify-content:space-between;background:#22222b;padding:20px;border:1px solid #27272a;border-radius:20px}.about .left h3{color:#bdbdbd;font-size:24px;font-weight:400}.about .left .info,.contact .left .info{display:flex;flex-direction:column;gap:20px}.about .left .info h2,.contact .left .info h2,.portfolio-maintitle,.services-maintitle{font-size:36px;color:#fff}.portfolio-maintitle,.services-maintitle{font-size:50px;margin-bottom:24px}.about .left .info p,.contact .left .info p{font-size:20px;color:#bdbdbd}.contact .left .info p{padding-right:20px}.about .left .info .buttons,.contact .right .sender{display:flex;gap:14px}.contact .right .sender{flex-direction:column;margin:12px}.contact .left,.contact .right{flex:1 1}.about .left .info .buttons button,.contact .right .sender button,.portfolio-container button.email,button.email,button.hire{font-size:16px;padding:6px 10px;border-radius:7px;display:flex;align-items:center;gap:8px;cursor:pointer;transition:all .3s ease}.about .left .info .buttons button,.contact .left .info .buttons .email,.portfolio-container button.email,button.hire{font-size:16px;padding:10px 20px;border-radius:7px;transition:transform .3s ease,background-color .3s ease}.about .left .info .buttons button:hover,.contact .left .info .buttons .email:hover,.contact .right .sender button.send:hover,.portfolio-container button.email:hover,button.hire:hover{background:#bc2625;transform:scale(1.1)}.about .left .info .buttons button i,button.hire i{font-size:23px}.about .left .info .buttons button.hire,.contact .right .sender button.send,button.hire{color:#fff;background:#751a19;border:1px solid #171717}.contact .right .sender button.send{display:flex;align-items:center;justify-content:center;font-size:20px;padding:10px}.contact .right .sender input,.contact .right .sender textarea{display:flex;align-items:center;justify-content:space-between;background:#22222b;padding:20px;border:1px solid #27272a;border-radius:10px;font-size:15px;color:#bdbdbd}footer .copyright{color:#bdbdbd;font-size:20px}.contact .right .sender h4{color:#bdbdbd}.contact .right .sender textarea{height:150px}.about .left .info .buttons button.hire:active,.about .left .info .buttons button.hire:hover,.contact .right .sender button.send:active,.contact .right .sender button.send:hover,button.hire:hover,button.send:active{background:#bc2625}.about .left .info .buttons button.email,.contact .left .info .buttons .email,.portfolio-container button.email,button.email{color:#bdbdbd;border:1px solid #27272a;background:#171717}.about .left .info .buttons button.email:hover,.contact .left .info .buttons .email:hover,.portfolio-container button.email:hover,button.email:hover{background:#101010}.about .left .info .buttons button.email:active,.contact .left .info .buttons .email:active,.portfolio-container button.email:hover,button.email:active{background:#000}.about .right .ProfilePic{border-radius:50%;border:8px solid #2c2c2c;object-fit:cover}.pointer{cursor:pointer}.works .right{flex:2 1;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:40% auto;grid-gap:20px;gap:20px}.works .right .item:first-child,.works .right .item:nth-child(2){grid-column:span 2}.works .right .item:first-child{padding:80px 20px}.works .right .item{display:flex;flex-direction:column;justify-content:center;gap:30px;padding:20px;background:#18181b;border:1px solid #27272a;border-radius:14px;transition:all .3s ease}.works .right .item:hover{transform:translateY(-5px);box-shadow:0 6px 15px rgba(0,0,0,.4)}.works .right .item:hover a{color:#bc2625}.works .right .item a{font-size:24px;font-weight:500;color:#fff}.works .right .item>p{color:#bdbdbd;font-size:17px;line-height:26px}.works .right .item:not(:first-child){gap:14px}.works .right .item:not(:first-child) a{font-size:18px}.works .right .item:not(:first-child) p{font-size:15px}.collab{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:45% 45%;grid-gap:20px;gap:20px;padding:60px 40px;border-radius:14px}.collab,footer{background:#18181b;border:1px solid #27272a}footer{display:flex;align-items:center;justify-content:space-between;padding:45px;border-radius:14px;animation:fadeIn 3s ease}footer>a{font-size:30px;font-weight:500}footer .socials{display:flex;align-items:center;gap:12px}footer .socials a{font-size:30px;font-weight:500;color:#bdbdbd;transition:transform .3s ease}footer .socials a:hover{transform:scale(1.2);color:#bc2625}.portfolio-container,.services-container{display:flex;flex-direction:column;align-items:center;justify-content:center}.portfolio,.services{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem;padding:2rem;margin:0 auto;max-width:1200px;justify-items:center;align-items:start;border-radius:8px}.services button.hire{transition:all .3s ease;animation:fadeIn 1.5s ease}.service-card{max-height:400px;animation:fadeIn .5s ease}.portfolio-card,.service-card{background:#18181b;border:1px solid #27272a;color:#fff;border-radius:10px;padding:20px;box-shadow:0 4px 10px rgba(0,0,0,.3);text-align:start;max-width:380px;display:flex;flex-direction:column;justify-content:space-between;transition:all .3s ease}.portfolio-card{height:460px;animation:fadeIn 1s ease}.portfolio-card:is(:last-child),.service-card:is(:last-child){margin-bottom:12px}.portfolio-card:hover,.service-card:hover{transform:translateY(-5px);box-shadow:0 6px 15px rgba(0,0,0,.4)}.service-icon{font-size:1.3rem;width:40px;background-color:#751a19;border-radius:100%;padding:10px;display:flex;align-items:center;justify-content:center;margin-bottom:5px}.portfolio-title,.reviews-header,.service-title{font-size:20px;margin:10px 0}.portfolio-description,.service-description{color:#bdbdbd;font-size:15px;line-height:23px;margin:10px 0}.divider{width:100%;border:none;border-top:2px solid #969595;margin:5px 0}.service-features{list-style:none;padding:0;margin:10px 0;gap:12px}.service-feature{margin:5px 0;font-size:16px;display:flex;align-items:center;justify-content:flex-start}.service-price{font-size:17px;font-weight:700;margin-top:10px;color:#bc2625;border:2px solid #751a19;max-width:360px;height:45px;animation:fadeIn 1.5s ease;display:flex;align-items:center;justify-content:center;border-radius:10px;background-color:#360c0b}.portfolio-container-specific{padding:20px;background:#18181b;border:1px solid #27272a;color:#e4e4e4;border-radius:10px;margin:20px auto;max-width:1200px;box-shadow:0 4px 10px rgba(0,0,0,.5)}.portfolio-header{font-size:36px;font-weight:500;color:#751a19;margin:15px 0;text-align:center}.portfolio-url{font-size:1rem;color:#3b82f6;margin-bottom:10px;display:inline-block;text-align:center}.portfolio-details{font-size:17px;color:#bdbdbd;margin:15px 0;text-align:justify}.portfolio-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:20px;gap:20px;margin:30px 0}.portfolio-image-item{width:100%;border-radius:10px;border:2px solid #2e2e2e;box-shadow:0 6px 15px rgba(0,0,0,.5);transition:transform .3s ease-in-out}.portfolio-image-item:hover{transform:scale(1.05)}.reviews-container{padding:40px 20px;max-width:1200px;margin:0 auto;border-radius:10px;color:#fff}.reviews-subheader{font-size:1.1rem;color:#bdbdbd;text-align:center;margin-bottom:40px}.reviews-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:20px;gap:20px}.review-card{background:#18181b;border:1px solid #27272a;border-radius:10px;padding:20px;box-shadow:0 4px 10px rgba(0,0,0,.3);transition:transform .3s ease,box-shadow .3s ease}.review-card:hover{transform:translateY(-5px);box-shadow:0 6px 15px rgba(0,0,0,.4)}.review-text{font-size:1.2rem;color:#bdbdbd;margin-bottom:20px;line-height:1.5}.review-author{display:flex;align-items:center;gap:10px}.review-avatar{width:50px;height:50px;border-radius:50%}.author-name{font-size:1rem;color:#fff;font-weight:700}.author-link{font-size:.9rem;color:#3b82f6;text-decoration:underline}.author-link:hover{color:#7f5af0}@keyframes fadeInAnimation{0%{opacity:0}to{opacity:1}}@media screen and (max-width:1220px){.about,.contact{padding:60px 30px}.works{flex-direction:column}.works .right .item{padding:40px 30px}.works .right{grid-template-rows:auto auto}.portfolio,.services{grid-template-columns:1fr 1fr;padding:1rem}}@media screen and (max-width:992px){nav .links{padding:0 40px}footer>a{font-size:20px}footer .socials a{font-size:16px}footer .online{margin-left:12px}footer .mypfp{margin-right:12px}}@media screen and (max-width:830px){footer{flex-direction:column;gap:20px}footer .socials a,footer h3{font-size:20px}footer .copyright{color:#bdbdbd;font-size:20px}}@media screen and (max-width:768px){.portfolio,.services{grid-template-columns:1fr;padding:1rem}.portfolio .portfolio-card,.services .service-card{padding:1rem;max-height:460px}.portfolio .portfolio-card h3,.services .service-card h3{font-size:1rem}.portfolio .portfolio-card p,.services .service-card p,.services .service-card ul li{font-size:.8rem}.services .service-card .price{font-size:.9rem}.portfolio-card:is(:last-child),.service-card:is(:last-child){margin-bottom:12px}nav .links a{font-size:16px}.about{flex-direction:column-reverse;gap:20px;padding:30px;animation:fadeIn 1.5s ease}.contact{display:flex}.contact,.contact .left,.contact .right{flex-direction:column;width:100%}.contact .right .sender{margin-top:50px;display:flex;flex-direction:column;gap:12px;flex-wrap:wrap;justify-content:center}.contact .right .sender .email,.contact .right .sender .message,.contact .right .sender .name{display:flex;align-items:center;justify-content:space-between;background:#22222b;padding:20px;border:1px solid #27272a;border-radius:20px}.about .left .info,.contact .left .info{margin-top:30px}.ProfilePic{margin-top:20px}footer a.online{display:none}}@media screen and (max-width:576px){nav .links{padding:0 25px}.about .left .info h2,.contact .left .info h2,.portfolio-maintitle,.services-maintitle{font-size:30px}.portfolio-maintitle,.services-maintitle{font-size:40px;margin-bottom:24px}.about .left .info .buttons button,.about .left .info p,.contact .left .info .buttons button,.contact .left .info p,button.hire{font-size:14px}.works .right .item a{font-size:20px}.service-title,.works .right .item:not(:first-child) a,.works .right .item>p .collab .item>p{font-size:16px}.works .right .item:is(:first-child) p{font-size:13px}.service-description,.service-feature{font-size:14px}.works .right .item:not(:first-child) p{font-size:13px}}@media screen and (max-width:480px){.works .right{display:flex;flex-direction:column}nav{gap:20px}nav .logo i{font-size:36px;color:#fff}nav .upper{height:80px;flex-direction:row;justify-content:space-between;padding:0 25px;background:#18181b;border:1px solid #27272a;animation:fadeIn 1.5s ease}nav,nav .upper{display:flex;align-items:center;width:100%;border-radius:15px}nav{padding:25px;gap:16px}nav,nav .links{flex-direction:column}nav .links{height:125px;display:flex;align-items:flex-start;justify-content:space-between;width:100%;padding:20px;gap:12px;background:#18181b;border:1px solid #27272a;border-radius:15px;animation:fadeIn .5s ease}}@media screen and (max-width:400px){.contact .left .info .buttons{display:flex;flex-direction:column}.portfolio,.services{grid-template-columns:1fr;padding:1rem}.portfolio .portfolio-card,.services .service-card{padding:1rem;max-height:460px}.portfolio .portfolio-card h3,.services .service-card h3{font-size:1rem}.portfolio .portfolio-card p,.services .service-card p,.services .service-card ul li{font-size:.8rem}.services .service-card .price{font-size:.9rem}.portfolio-card:is(:last-child),.service-card:is(:last-child){margin-bottom:12px}}@media screen and (max-width:360px){.contact .right .sender button.send,.contact .right .sender input,.contact .right .sender textarea{width:100%}.portfolio,.services{grid-template-columns:1fr;padding:1rem}.portfolio .portfolio-card,.services .service-card{padding:1rem;max-height:460px}.portfolio .portfolio-card h3,.services .service-card h3{font-size:1rem}.portfolio .portfolio-card p,.services .service-card p,.services .service-card ul li{font-size:.8rem}.services .service-card .price{font-size:.9rem}.portfolio-card:is(:last-child),.service-card:is(:last-child){margin-bottom:12px}.review-text{font-size:.9rem;color:#bdbdbd;margin-bottom:20px;line-height:1.5}.reviews-subheader{font-size:1rem;color:#bdbdbd;text-align:center;margin-bottom:40px}}@media screen and (max-width:320px){.contact .right .sender button.send,.contact .right .sender input,.contact .right .sender textarea{width:100%}}@media screen and (min-width:100px){nav .logo{height:64px;width:64px;border-radius:48px;display:flex;align-items:center;justify-content:center}}.sendmessager{border-radius:7px;text-align:center;--tw-bg-opacity:1;color:#fff;padding:8px;width:-moz-fit-content;width:fit-content;display:flex;align-items:center;justify-content:center}.contact .left .info .buttons{display:flex;gap:14px}.contact .left .info .buttons button{font-size:16px;padding:6px 10px;border-radius:7px;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:all .3s ease;height:45px;color:#bdbdbd;border:1px solid #27272a;background:#171717}.contact .left .info .buttons button i{font-size:23px}.contact .left .info .buttons button:hover{background:#101010}.contact .left .info .buttons button:active{background:#000}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_Fallback_f367f3;src:local("Arial");ascent-override:90.49%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:107.06%}.__className_f367f3{font-family:__Inter_f367f3,__Inter_Fallback_f367f3;font-style:normal}