@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap);*{box-sizing:border-box;margin:0;padding:0}body{background:#dda58f;color:#333;font-family:Poppins,sans-serif;overflow-x:hidden}.navbar{background:#222;border-bottom:2px solid #ddd;position:-webkit-sticky;position:sticky;top:0;width:100%;z-index:999}.navbar-inner{justify-content:space-between;margin:0 auto;max-width:1200px;padding:1rem 0;width:90%}.logo-title,.navbar-inner{align-items:center;display:flex}.nav-logo{border:2px solid #fff;border-radius:12px;height:80px;margin-right:1rem;object-fit:cover;width:80px}.nav-name{color:#fff;font-size:1.6rem;font-weight:600}.nav-links a{color:#fff;font-weight:500;margin-left:2rem;text-decoration:none;transition:color .3s}.nav-links a:hover{color:#b8b8b8}.hero{align-items:center;background:linear-gradient(162deg,#471e62,#850d0d 50%,#a8742b);background-attachment:fixed;background-size:cover;display:flex;justify-content:center;min-height:85vh;text-align:center;width:100%}.hero-content{color:#fff;margin:0 auto;max-width:700px;padding:2rem 1rem;width:90%}.hero-content h1{font-size:3rem;font-weight:600;margin-bottom:1rem}.hero-content p{font-size:1.2rem;line-height:1.6}.projects{margin:3rem auto;max-width:1200px;width:90%}.projects-title{color:#222;font-size:2.2rem;font-weight:600;margin-bottom:2rem;text-align:center}.projects-container{grid-gap:2rem;display:grid;grid-template-columns:repeat(2,1fr)}.project-card{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:linear-gradient(to bottom right,#fff9,#ffffff4d);border:1px solid #ffffff4d;border-radius:16px;box-shadow:0 8px 16px #00000026;color:#222;cursor:pointer;padding:1.5rem;text-align:center;transition:transform .3s}.project-card:hover{transform:translateY(-5px) scale(1.02)}.project-card h3{font-size:1.2rem;font-weight:600;margin-bottom:.5rem;margin-top:1rem}.project-card p{line-height:1.6;margin-bottom:1rem}.project-card img{border-radius:8px;margin-bottom:1rem;transition:transform .3s;width:100%}.project-card img:hover{transform:scale(1.03)}.contact-container{margin:3rem auto;max-width:1200px;width:90%}.contact-tile{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:linear-gradient(to bottom right,#e9797999,#d871b74d);border:1px solid #fff6;border-radius:16px;box-shadow:0 8px 16px #00000026;padding:2rem;text-align:center;transition:transform .3s}.contact-tile:hover{transform:translateY(-5px) scale(1.02)}.contact-tile h2{color:#111;font-size:1.8rem;font-weight:600;margin-bottom:1rem}.contact-item{margin:.5rem 0}.contact-item a{color:#333;text-decoration:none}.contact-item a:hover{color:#6d0606}.modal-overlay{align-items:center;background:#0009;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}.modal-content{background:#222;border-radius:8px;box-shadow:0 8px 16px #0003;max-width:800px;padding:2rem;position:relative;text-align:left;width:90%}.modal-close{background:#0000;border:none;color:#e4e4e4;cursor:pointer;font-size:1.2rem;position:absolute;right:1rem;top:1rem}.modal-content h3{font-size:1.6rem;margin-bottom:.5rem;margin-top:0}.modal-content p{margin-bottom:1rem}.modal-content img{border-radius:4px;display:block;margin:0 auto 1rem;width:100%}.modal-body{color:#fff;font-size:.75rem;margin-top:1rem}.single-image-layout{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.single-image-layout .modal-left,.single-image-layout .modal-right{display:flex;flex-direction:column;justify-content:flex-start}.two-image-layout{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr 1fr}.image-left,.image-right,.modal-middle{display:flex;flex-direction:column;justify-content:flex-start}.footer{background:#222;border-top:2px solid #ddd;color:#fff;margin-top:3rem;padding:2rem 0;text-align:center}
/*# sourceMappingURL=main.438cba33.css.map*/