.navbar{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;padding:10px 40px;background:#f8f5f5;position:sticky;top:0;z-index:100;border-radius:15px;max-width:90%;margin:20px auto}.logo{font-weight:700;font-size:18px}.logo-img{height:100px;width:100px;display:block}.nav-links{list-style:none;display:-ms-flexbox;display:flex;gap:20px;margin:0;padding:0}.contact-btn{background:#1e1e1e;color:#fff;border:none;padding:8px 20px;border-radius:20px;cursor:pointer}.hero{-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;padding:1.4rem .5rem;min-height:100vh;gap:3rem}.hero,.hero-top{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.hero-top{-ms-flex-pack:justify;justify-content:space-between;width:100%;max-width:1400px;gap:10rem}.hero-top h1{font-size:4rem;line-height:1.2;-ms-flex:1;flex:1}.hero-svg{max-width:450px;-ms-flex:1;flex:1}.hero-svg img{width:100%;height:600px;animation:pulse 4s infinite ease-in-out}.hero-bottom{max-width:1600px;margin-top:6rem}.hero-bottom p{font-size:1.3rem;margin-bottom:1.2rem;color:#333}.hero-text{-ms-flex:1;flex:1;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:1.5rem}.hero-btn{padding:.7rem 1.5rem;background:#0c0b0b;color:#fff;border:none;border-radius:15px;cursor:pointer;transition:background .3s ease;-ms-flex-item-align:start;align-self:flex-start}.hero-btn:hover{background:#fff;color:#000;border:1px solid #0c0b0b}@keyframes pulse{0%{transform:scale(1);opacity:.9}50%{transform:scale(1.05);opacity:1}to{transform:scale(1);opacity:.9}}.fade-in{opacity:0;animation:fadeInUp 1s ease forwards;font-size:2rem}.delay1{animation-delay:.5s}.delay2{animation-delay:1s}.delay3{animation-delay:1.5s}.delay4{animation-delay:2s}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:900px){.hero-top{-ms-flex-direction:column;flex-direction:column;text-align:center;gap:2rem}.hero-top h1{font-size:2rem}.hero-svg{max-width:500px;margin-top:1.5rem}.hero-btn{text-align:center;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;-ms-flex-align:center;align-items:center}.hero-bottom{margin-top:3rem}.hero-bottom p{font-size:1.5rem}.hero-svg img{height:auto;animation:pulse 4s infinite ease-in-out}}body{margin:0;font-family:Arial,sans-serif;background:#f8f8f8;color:#1e1e1e}body{margin:0;padding:0;font-family:sans-serif;background:#f8f5f5}
/*# sourceMappingURL=main.df281116.css.map*/