@tailwind base;@tailwind components;@tailwind utilities;html{scroll-behavior:smooth}body{font-family:Poppins,sans-serif;font-size:16px;line-height:1.6;margin:0;padding:0;background-color:#fff;color:#333;transition:background-color .2s ease,color .2s ease}body.light-mode header{background-color:#fff}body.light-mode .nav-list li a{color:#000}body.light-mode .light-container img{filter:invert(0%)}body.dark-mode header{background-color:#000}body.dark-mode .nav-list li a{color:#fff}body.dark-mode .light-container img{filter:invert(1)}div,span,section,article,header,button,aside,p,main,theme-button{transition:background-color .2s ease,color ease}.theme-button{border:none;border-radius:2rem;padding:.5rem 1rem;font-size:1rem;font-weight:700;cursor:pointer;transition:background-color .3s ease,color .3s ease,transform .3s ease;background-color:#000;color:#fff}*{margin:0;padding:0;box-sizing:border-box}h1,h2,h3,h4{font-family:"Exo 2",sans-serif;font-weight:700}p{line-height:1.6}header,footer{background-color:#f8f9fa;border-bottom:1px solid #ddd}footer{text-align:center;border-top:1px solid #ddd}footer p{font-size:.9rem;color:#666}nav ul{list-style:none;display:flex;gap:1rem}nav ul li{cursor:pointer;transition:color .3s}nav ul li a{text-decoration:none;font-weight:600}header .logo{text-decoration:none;color:inherit}header .nav-list{display:flex;gap:3rem;list-style:none;margin:0;padding-left:0;padding-right:0;justify-content:center}header .light-container{cursor:pointer;display:flex;align-items:center;padding-right:2%}header .mode-icon{width:20px;margin-right:8px;transition:transform .1s ease-in-out}header .mode-icon:hover{transform:scale(1.2)}body.light-mode{background-color:#fff;color:#000}body.dark-mode{background-color:#000;color:#fff}header{position:fixed;display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;width:100%;box-sizing:border-box;margin-bottom:0;z-index:1000}header.mobile{padding:1rem}.right-container{display:flex;align-items:center;gap:1rem}.logo{cursor:pointer;margin:0}nav{display:flex;justify-content:center;flex:1;padding-left:8%;padding-right:2%}.nav-list{display:flex;gap:3rem;list-style:none;margin:0;padding:0}.nav-item{cursor:pointer;font-weight:600}.light-container{display:flex;align-items:center;cursor:pointer}.icon{width:20px;margin-right:8px;transition:transform .1s ease-in-out}.icon:hover{transform:scale(1.2)}.hamburger-button{background:none;border:none;padding:0;cursor:pointer;z-index:1001}.hamburger-icon{width:24px;height:20px;display:flex;flex-direction:column;justify-content:space-between;transition:transform .3s ease}.hamburger-icon.open{transform:rotate(45deg)}.hamburger-line{width:100%;height:2px;transition:transform .3s ease}.mobile-menu{position:fixed;top:0;right:0;width:100%;height:100vh;padding:5rem 2rem;transition:transform .3s ease;z-index:999;box-sizing:border-box}.mobile-nav{height:100%}.mobile-nav-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:2rem;align-items:center}.mobile-nav-item{width:100%;text-align:center}.mobile-nav-link{text-decoration:none;font-size:1.5rem;font-weight:600;display:block;padding:.5rem}html.light-mode{background-color:#fff!important}html.dark-mode{background-color:#000!important}@keyframes slideInFromLeft{0%{transform:translate(-100px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideInFromRight{0%{transform:translate(100px);opacity:0}to{transform:translate(0);opacity:1}}#home{width:100%;min-height:100vh;display:flex;align-items:center;margin:0;padding:2rem;margin-bottom:2rem}#home .left-column{align-content:left;max-width:50%;padding:4rem;animation:slideInFromRight 1.2s ease-out}#home .left-column h1{font-size:8rem;font-weight:700;height:60vh}#home .right-column{max-width:50%;padding:4rem;height:60vh;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;position:relative;animation:slideInFromLeft 1.2s ease-out}#home .right-column p{font-size:1.2rem;font-weight:500;margin-top:1rem;text-align:left;margin-bottom:1rem}#home .scroll-down{position:absolute;bottom:20px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;cursor:pointer;animation:bounce 4s infinite}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}@media (max-width: 1024px){#home{flex-direction:column;padding:2rem;gap:2rem;justify-content:center;text-align:center}#home .left-column,#home .right-column{max-width:100%;padding:2rem;height:auto;align-items:center;text-align:center}#home .left-column h1{font-size:6rem;height:auto;text-align:center}#home .right-column{justify-content:center;align-items:center;margin-left:2rem;margin-right:2rem}#home .right-column p{font-size:1.2rem;line-height:1.4;text-align:center}#home .scroll-down{position:relative;bottom:0;left:0;transform:none;margin-top:1rem;width:100%;align-items:center}}@media (max-width: 768px){#home{flex-direction:column;padding:1rem;gap:1rem;justify-content:center;text-align:center}#home .left-column,#home .right-column{max-width:100%;padding:1rem;height:auto;align-items:center;text-align:center}#home .left-column h1{font-size:6rem;height:auto}#home .right-column{justify-content:center;margin-right:2rem}#home .right-column p{font-size:1rem;line-height:1.4;text-align:center}#home .scroll-down{position:relative;bottom:0;left:0;transform:none;margin-top:1rem;width:100%;align-items:center}}@media (max-width: 480px){#home,#home .left-column,#home .right-column{padding:.5rem}#home .left-column h1{font-size:3rem}#home .right-column p{font-size:.9rem}#home .scroll-down{position:relative;bottom:0;left:3%;transform:translate(-50%);margin-top:1rem;width:auto;align-items:center}}#about{width:100%;padding:6rem}#about h1{margin-bottom:1rem;font-size:4rem;font-weight:700;text-align:left}.about-content{display:flex;padding-top:2rem;padding-bottom:2rem}.about-text{width:50%;font-weight:500;margin-top:1rem;text-align:justify;padding-right:2rem;margin-right:6rem}.about-text p{font-size:1rem;line-height:3;margin-bottom:3rem}body.light-mode .secondary-text{color:#555}body.dark-mode .secondary-text{color:#aaa}.secondary-text{display:block;transition:color .4s ease}.about-dp{display:flex;margin-left:6rem}.theme-button{cursor:pointer;padding:.75rem 1.5rem;font-size:1rem;border:none;background-color:#000;color:#fff;border-radius:20px;transition:transform .3s ease,background-color .3s ease,color .3s ease;margin-bottom:4rem}body.dark-mode .theme-button{background-color:#fff;color:#000}.theme-button:hover{transform:scale(1.05)}@media (max-width: 1024px){#about{padding:4rem 2rem}#about h1{text-align:center;font-size:4rem}.about-dp{margin-left:0rem}.about-content{flex-direction:column;align-items:center}.about-text{width:100%;text-align:center;margin-top:2rem;padding:0rem;margin-right:0rem}.about-text p{font-size:1rem;line-height:3;margin-bottom:3rem}}@media (max-width: 768px){#about{padding:3rem 1.5rem}#about h1{font-size:4rem;margin-bottom:1.5rem}.theme-button{font-size:.9rem;padding:.6rem 1.2rem;margin-top:2rem}.about-text p{font-size:.95rem;line-height:3;margin-bottom:3rem}}@media (max-width: 500px){#about{padding:2rem 1rem}#about h1{font-size:3.5rem;margin-top:1.5rem;margin-bottom:1rem;text-align:center}.theme-button{font-size:.8rem;padding:.5rem 1rem;margin-top:1rem;margin-bottom:2rem}.about-content{flex-direction:column;justify-content:center;align-items:center}.about-text{width:100%;text-align:center}.about-text p{font-size:.9rem;line-height:3;margin-bottom:3rem}}@media (max-width: 320px){#about h1{font-size:3rem}.theme-button{font-size:.7rem;padding:.4rem .8rem}.about-text p{font-size:.85rem;line-height:3;margin-bottom:3rem}}.services-section{padding:6rem;position:relative;overflow:hidden}.services-container{max-width:100%;margin-left:auto;margin-right:auto}.services-header{text-align:left;margin-bottom:5rem}.services-title{font-size:4rem;font-weight:700;margin-bottom:1.5rem}.services-subtitle{font-size:1.125rem;opacity:.7;max-width:36rem;margin-right:auto;text-align:left}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.service-item{position:relative;min-height:200px;cursor:pointer}.service-content{padding:2rem;height:100%;position:relative;z-index:10;border-radius:.5rem;border:1px solid #ddd;background:#fff;justify-items:center;transition:all .3s cubic-bezier(.4,0,.2,1)}body.light-mode .service-content{border:1px solid #e5e5e5;background:#fff;color:#333}body.light-mode .service-content.active{border-color:#ccc;background:#fff;box-shadow:0 4px 6px #0000000a,0 10px 15px #00000014,0 20px 25px #00000026}body.light-mode .service-icon{color:#000}body.light-mode .detail-dot{background-color:#000}body.light-mode .bg-element{background:#000}body.dark-mode .service-content{border:1px solid #333;background:#000;color:#fff}body.dark-mode .service-content.active{border-color:#555;background:#000;box-shadow:0 4px 6px #ffffff0a,0 10px 15px #ffffff14,0 20px 25px #ffffff26}body.dark-mode .service-icon{color:#fff}body.dark-mode .detail-dot{background-color:#fff}body.dark-mode .bg-element{background:#fff}.service-content.active{transform:translateY(-5px)}.service-content.inactive{opacity:.4}.service-inner{display:flex;flex-direction:column;align-items:center}.service-icon{width:2rem;height:2rem;margin-bottom:1rem;stroke-width:1.5}.service-title{font-size:1.25rem;font-weight:600;margin-bottom:.75rem;text-align:center}.service-description{font-size:.875rem;text-align:center;line-height:1.6;opacity:.8}.service-details{overflow:hidden;width:100%}.details-list{margin-top:.5rem;display:flex;flex-direction:column;gap:.5rem}.detail-item{display:flex;align-items:flex-start;gap:.5rem;font-size:.875rem;line-height:1.5;opacity:.8}.detail-dot{width:.25rem;height:.25rem;border-radius:50%;opacity:.6;margin-top:.5rem;flex-shrink:0}.background-elements{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;pointer-events:none}.bg-element{position:absolute;width:.5rem;height:.5rem;border-radius:50%;opacity:.05}@media (max-width: 1024px){.services-grid{grid-template-columns:repeat(2,1fr)}.services-title,.services-subtitle{text-align:center}}@media (max-width: 768px){.services-section{padding:4rem 2rem}.services-header{margin-bottom:3rem}.services-grid{gap:1.5rem}}@media (max-width: 640px){.services-section{padding:3rem 1rem;gap:1rem;max-width:400px;margin:0 auto}.services-grid{grid-template-columns:1fr;gap:1rem}.services-title{font-size:2.5rem;text-align:center}.services-header{margin-bottom:2rem}.service-content{padding:1.5rem 1rem}.service-item{min-height:160px}.service-icon{width:1.5rem;height:1.5rem;margin-bottom:.75rem}.service-title{font-size:1rem;margin-bottom:.5rem}.service-description{font-size:.75rem;line-height:1.5}.detail-item{font-size:.75rem}.details-list{gap:.375rem}.service-content.active{transform:translateY(-2px)}}@media (max-width: 480px){.services-section{padding:2rem .75rem}.service-content{padding:1.25rem .75rem}.services-title{font-size:2rem}}body.light-mode .service-content:hover{border-color:#ccc}body.dark-mode .service-content:hover{border-color:#555}.service-item:focus-visible{outline:2px solid;outline-offset:2px}body.light-mode .service-item:focus-visible{outline-color:#000}body.dark-mode .service-item:focus-visible{outline-color:#fff}.service-content,.service-icon,.service-title,.service-description,.detail-item,.detail-dot,.bg-element{transition:background-color .2s ease,color .2s ease,border-color .2s ease,opacity .2s ease}#projects{width:100%;padding:6rem;display:flex;flex-direction:column;align-items:flex-start;position:relative}.projects-header{width:100%;margin-bottom:4rem}.projects-title{font-size:4rem;font-weight:700;margin:0;text-align:left}.carousel-wrap{width:100%;overflow:hidden;margin-bottom:3rem;-webkit-mask-image:linear-gradient(to right,transparent 0%,black 6%,black 94%,transparent 100%);mask-image:linear-gradient(to right,transparent 0%,black 6%,black 94%,transparent 100%)}.carousel-wrap:hover .carousel-track{animation-play-state:paused}.carousel-track{display:flex;gap:16px;width:max-content;animation:carousel-scroll 32s linear infinite;padding:12px 0 20px}@keyframes carousel-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.carousel-card{width:300px;height:200px;flex-shrink:0;border-radius:10px;border:1px solid rgba(255,255,255,.2);background:transparent;padding:20px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden;transition:transform .35s cubic-bezier(.34,1.56,.64,1),box-shadow .35s ease}body:not(.dark-mode) .carousel-card{border-color:#0000001a;box-shadow:0 4px 8px #0000000f,0 1px 3px #0000000a}body.dark-mode .carousel-card{border-color:#fff3;box-shadow:0 4px 8px #0000004d,0 1px 3px #0003}.carousel-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .35s ease;border-radius:inherit;z-index:0}body:not(.dark-mode) .carousel-card:before{background:#00000008}body.dark-mode .carousel-card:before{background:#ffffff0a}.carousel-wrap:hover .carousel-card:hover{transform:translateY(-4px) scale(1.05)}body:not(.dark-mode) .carousel-wrap:hover .carousel-card:hover{box-shadow:0 8px 16px #0003}body.dark-mode .carousel-wrap:hover .carousel-card:hover{box-shadow:0 8px 16px #ffffff1f}.carousel-wrap:hover .carousel-card:hover:before{opacity:1}.card-top{position:relative;z-index:1}.card-num{font-size:10px;letter-spacing:.1em;margin:0 0 6px;font-variant-numeric:tabular-nums}body:not(.dark-mode) .card-num{color:#0000004d}body.dark-mode .card-num{color:#ffffff4d}.card-title{font-size:18px;font-weight:700;line-height:1.3;margin:0 0 4px}body:not(.dark-mode) .card-title{color:#000}body.dark-mode .card-title{color:#fff}.card-stack{font-size:12px;font-weight:500;margin:0;color:gray}.card-bottom{position:relative;z-index:1;display:flex;flex-direction:column;gap:8px}.card-desc{font-size:12px;line-height:1.5;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}body:not(.dark-mode) .card-desc{color:#0000008c}body.dark-mode .card-desc{color:#ffffff80}.card-link{display:inline-flex;align-items:center;gap:5px;font-size:11px;text-decoration:none;border-radius:6px;padding:4px 10px;background:transparent;align-self:flex-start;transition:color .2s,border-color .2s,background .2s}body:not(.dark-mode) .card-link{color:#00000080;border:.5px solid rgba(0,0,0,.15)}body.dark-mode .card-link{color:#ffffff80;border:.5px solid rgba(255,255,255,.2)}body:not(.dark-mode) .card-link:hover{color:#000;border-color:#0006;background:#0000000a}body.dark-mode .card-link:hover{color:#fff;border-color:#fff6;background:#ffffff0f}.and-more-section{width:100%;display:flex;justify-content:center;margin-top:2rem}.and-more{font-size:1.5rem;font-weight:500;color:#6b7280;margin:0;opacity:.8;text-align:center}@media (max-width: 1440px){#projects{align-items:flex-start}.projects-title{text-align:left}}@media (max-width: 1024px){#projects{align-items:center;padding:5rem 3rem}.projects-title{text-align:center;font-size:3.5rem}}@media (max-width: 768px){#projects{padding:4rem 2rem}.projects-header{margin-bottom:3rem}.projects-title{font-size:3rem}.carousel-wrap{margin-bottom:2rem;-webkit-mask-image:linear-gradient(to right,transparent 0%,black 4%,black 96%,transparent 100%);mask-image:linear-gradient(to right,transparent 0%,black 4%,black 96%,transparent 100%)}.and-more{font-size:1.25rem}}@media (max-width: 640px){#projects{padding:3rem 1.5rem}.projects-title{font-size:2.5rem}.carousel-track{gap:12px;animation-duration:24s}.carousel-card{width:260px;height:185px;padding:16px}}@media (max-width: 500px){#projects{padding:2rem 1rem}.projects-header{margin-bottom:2rem}.projects-title{font-size:2.25rem}.and-more{font-size:1.125rem}}@media (max-width: 320px){#projects{padding:1.5rem .75rem}.projects-title{font-size:2rem}.and-more{font-size:1rem}.carousel-card{width:230px;height:175px;padding:14px}}.form-input:-webkit-autofill,.form-input:-webkit-autofill:hover,.form-input:-webkit-autofill:focus,.form-input:-webkit-autofill:active,.form-textarea:-webkit-autofill,.form-textarea:-webkit-autofill:hover,.form-textarea:-webkit-autofill:focus,.form-textarea:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px #ffffff inset!important;-webkit-text-fill-color:#000000!important;background-color:#fff!important;color:#000!important;border:1px solid #ccc!important}body.dark-mode .form-input:-webkit-autofill,body.dark-mode .form-input:-webkit-autofill:hover,body.dark-mode .form-input:-webkit-autofill:focus,body.dark-mode .form-input:-webkit-autofill:active,body.dark-mode .form-textarea:-webkit-autofill,body.dark-mode .form-textarea:-webkit-autofill:hover,body.dark-mode .form-textarea:-webkit-autofill:focus,body.dark-mode .form-textarea:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px #333333 inset!important;-webkit-text-fill-color:#ffffff!important;background-color:#333!important;color:#fff!important;border:1px solid #555555!important}.contact-section{position:relative;padding-top:6rem;padding-bottom:6rem;overflow:hidden}.contact-container{max-width:85rem;margin-left:auto;margin-right:auto;width:100%}.contact-header{text-align:left;margin-bottom:3rem}.contact-title{font-size:3.75rem;font-weight:700;margin-bottom:1.5rem;letter-spacing:-.5px}.contact-subtitle{font-size:1.125rem;opacity:.8;max-width:36rem;margin-right:auto;text-align:left}.contact-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem;width:100%}.contact-form{display:flex;flex-direction:column;gap:1.5rem;border-radius:8px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:transform .3s ease}.contact-form:hover{transform:scale(1.02)}.form-input,.form-textarea{width:100%;padding:1rem;border-radius:.5rem;border:1px solid #ccc;margin:1rem 0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:all .3s ease;background-color:#fff;color:#000}body.dark-mode .form-input,body.dark-mode .form-textarea{background-color:#333;color:#fff;border:1px solid #555}.form-input:focus,.form-textarea:focus{outline:none;ring:2px solid rgba(59,130,246,.5)}.form-button{width:100%;padding:1rem;margin:1rem 0;border-radius:.5rem;display:flex;align-items:center;justify-content:center;transition:all .3s ease;background-color:#000;color:#fff}body.dark-mode .form-button{background-color:#fff;color:#000}.sprite-animation{width:60px;height:60px;image-rendering:pixelated;margin-top:10px}.thank-you-typing{overflow:hidden;white-space:nowrap;border-right:2px solid currentColor;width:0;margin:0 auto 15px;font-size:inherit;color:inherit;transition:width 2s steps(45) .5s;display:inline-block;line-height:1;max-width:fit-content}@media (min-width: 768px){.thank-you-typing{transition:width 2s steps(42) .5s;letter-spacing:-.5px}}.thank-you-typing.typing-active{width:100%}.thank-you-typing.typing-active{animation:blink-cursor 1s step-end infinite 2.5s}@keyframes blink-cursor{0%,50%{border-color:currentColor}51%,to{border-color:transparent}}.floating-dots{display:flex;justify-content:center;gap:8px;margin-top:10px}.dot{width:4px;height:4px;background:currentColor;border-radius:50%;opacity:.6;animation:float-dot 2s ease-in-out infinite}.dot:nth-child(1){animation-delay:0s}.dot:nth-child(2){animation-delay:.3s}.dot:nth-child(3){animation-delay:.6s}@keyframes float-dot{0%,to{transform:translateY(0);opacity:.4}50%{transform:translateY(-6px);opacity:.8}}@media (max-width: 1440px){.contact-section{padding:6rem;display:flex;justify-content:center;align-items:center;flex-direction:column;text-align:center}.contact-grid{grid-template-columns:1fr;gap:2rem;justify-items:center;align-items:center;width:auto}.contact-subtitle{font-size:1rem}.contact-form{width:90%}}@media (max-width: 1024px){.contact-section{padding:4rem 2rem;display:flex;justify-content:center;align-items:center;flex-direction:column;text-align:center}.contact-grid{grid-template-columns:1fr;gap:2rem;justify-items:center;align-items:center;width:auto}.contact-title{font-size:4rem;text-align:center}.contact-form{width:90%}}@media (min-width: 769px) and (max-width: 1440px){.contact-title,.contact-subtitle{text-align:center;margin-left:auto;margin-right:auto}.contact-subtitle{display:block}}@media (max-width: 768px){.contact-section{padding:4rem 2rem}.contact-title{font-size:3rem;text-align:center}.contact-subtitle{text-align:center;font-size:1rem}.contact-form{padding:2rem}.form-input,.form-textarea{padding:.8rem}.form-button{padding:.9rem}.contact-grid{justify-items:center;align-items:center}}@media (max-width: 500px){.contact-section{padding:3rem 1rem}.contact-title{font-size:3rem;text-align:center}.contact-subtitle{text-align:center;font-size:.9rem}.contact-form{padding:1rem}.form-input,.form-textarea{padding:.7rem;font-size:.9rem}.form-button{padding:.8rem;font-size:.9rem}.contact-grid{justify-items:center;align-items:center}}@media (max-width: 320px){.contact-section{padding:2.5rem 1rem}.contact-title{font-size:3rem;text-align:center}.contact-subtitle{text-align:center;font-size:.8rem}.contact-form{padding:1rem}.form-input,.form-textarea{padding:.6rem;font-size:.8rem}.form-button{padding:.7rem;font-size:.8rem}.contact-grid{justify-items:center;align-items:center}}footer{display:flex;justify-content:space-between;align-items:center;width:100%;margin-top:0;box-sizing:border-box;background-color:transparent;border:none;z-index:2}footer .left{flex:1;display:flex;justify-content:flex-start;font-weight:500}footer .center{flex:2;display:flex;justify-content:center;text-align:center;gap:1rem}footer .right{flex:1;display:flex;justify-content:flex-end;text-align:right;margin-right:2rem}footer .link{margin:0 .6rem;cursor:pointer;color:inherit;transition:color ease-in-out,transform ease-in-out;text-decoration:none}footer .text{color:inherit}footer .backToTop{cursor:pointer;font-weight:600;font-size:.8rem;display:inline-flex;align-items:center;gap:.3rem;transition:transform .2s ease-in-out}footer .upwardArrow{font-size:1.2rem;padding-left:2px}
