:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif}*{margin:0;padding:0;box-sizing:border-box}button{padding:.8rem;border-radius:8px;font-weight:700;border:none;background-color:#000;color:#fff;cursor:pointer;border:1px solid black}button:hover{color:#000;background-color:#faf5f5}.text-center{text-align:center}.text-gray{color:gray}#app{margin:0 5rem}.navbar{display:flex;justify-content:space-between;align-items:center;font-weight:600;position:sticky;top:0;z-index:999;background-color:#fff;padding:.8rem}a{text-decoration:none;color:#000}.links{display:flex;justify-content:space-between;gap:1.5rem}.banner{margin:4rem 0 6rem;display:flex;justify-content:space-between;gap:1rem}.banner-content{flex-direction:column;display:flex;gap:1.5rem;justify-content:center;align-items:start}.banner-content>h1{font-size:2.5rem}.main-section{display:flex;flex-direction:column;align-items:start;justify-content:center;background-color:#f4f5f7;gap:1rem;padding:4rem}.brands{display:flex;gap:4rem;justify-content:space-between;align-items:center;flex-wrap:wrap}.section-bottom{display:flex;justify-content:space-between;padding:4rem;gap:3rem}.section-content{flex-direction:column;display:flex;gap:1rem;justify-content:center;align-items:start}.section-content>h2{font-size:40px}img{border-radius:20px}.service-sec{display:flex;justify-content:space-between;gap:3rem;padding:4rem}.services{display:flex;flex-direction:column;justify-content:space-between;gap:2rem}.serve{border-bottom:4px solid white;transition:all .5s}.serve:hover{border-bottom:4px solid #9473f6}.service-img{height:400px}.member-sec{padding:4rem}.team-member{display:flex;flex-direction:row;justify-content:space-around;align-items:center;padding-left:4rem;padding-right:4rem;margin:2.5rem 0}.members{display:flex;flex-direction:column;justify-content:space-between;margin-bottom:2rem}.member-img{height:200px;width:200px;object-fit:cover}.bottom>h2{display:flex;align-items:center;justify-content:center;padding:4rem}.bottom{display:flex;flex-direction:column}.bottom-cnt-t{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.faq{margin-top:3rem;display:grid;gap:2.5rem;grid-template-columns:50% 50%;margin-bottom:3rem}.faq h2{margin-bottom:1rem}footer{background-color:#000;color:#fff;text-align:center;padding:1rem}footer a{color:#fff}@media (max-width: 769px){#app{margin:0 1rem}.navbar>.links{display:none}.banner{flex-direction:column;margin-bottom:2rem}.banner-content>h1{font-size:2rem}.main-section{padding:1.2rem}.brands{justify-content:center}.section-bottom{flex-direction:column;padding:1rem}.section-bottom img{width:100%}.service-sec{display:flex;flex-direction:column;align-items:start;justify-content:center;padding:1rem}.service-img{width:100%;height:auto}.team-member{display:flex;flex-direction:column;align-items:center;justify-content:center}.members{align-items:center}.faq{display:flex;flex-direction:column;margin-right:1rem;margin-left:1rem}.footer{margin-right:-1rem;margin-left:-1rem}}
