.title-div{animation:fadeIn 1s ease-in-out;margin-top:20px;text-align:center}.title{color:#fff;font-size:3rem;font-weight:700;margin-bottom:10px}.about-div{animation:slideUp 1s ease-in-out;background-color:#222;border-radius:8px;color:#ddd;margin:20px;padding:20px}.about-h2{font-size:2rem;margin-bottom:10px}.about-p{line-height:1.6}.mission-div{animation:slideUp 1.2s ease-in-out;background-color:#333;border-radius:8px;color:#eee;margin:20px;padding:20px}.mission-h2{font-size:2rem;margin-bottom:10px}.mission-p{line-height:1.6}.why-div{animation:slideUp 1.4s ease-in-out;background-color:#222;border-radius:8px;color:#ddd;margin:20px;padding:20px}.why-h2{font-size:2rem;margin-bottom:10px}.why-ul{list-style:none;padding:0}.why-ul li{line-height:1.6;margin-bottom:10px}.services-div{animation:slideUp 1.6s ease-in-out;background-color:#333;border-radius:8px;box-shadow:0 4px 15px #0000004d;color:#eee;margin:20px;padding:20px}.services-h2{color:#fff;font-size:2.5rem;margin-bottom:15px;text-shadow:1px 1px 5px #0006}.services-ul{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));list-style:none;padding:0}.services-ul li{background-color:#444;border-radius:5px;box-shadow:0 2px 10px #0003;color:#fff;cursor:pointer;font-weight:700;padding:10px;text-align:center;transition:transform .3s ease,background-color .3s ease}.services-ul li:hover{background-color:#555;box-shadow:0 4px 20px #0006;color:#fc0;transform:translateY(-5px) scale(1.05)}.gallery-div{animation:slideUp 1.8s ease-in-out;background-color:#222;border-radius:8px;color:#ddd;margin:20px;padding:20px}.gallery-h2{font-size:2rem;margin-bottom:10px}.gallery-ul{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.gallery-ul img{border-radius:8px;transition:transform .3s ease;width:100%}.gallery-ul img:hover{transform:scale(1.05)}.contact-div{animation:slideUp 2s ease-in-out;background-color:#333;border-radius:8px;color:#eee;margin:20px;padding:20px}.contact-h2{font-size:2rem;margin-bottom:10px}.contact-p{line-height:1.6}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}body{background-color:#121212;font-family:Roboto,sans-serif;margin:0;padding:0}body,h1,h2,h3,h4,h5,h6{color:#fff}ul{list-style:none;padding:0}
/*# sourceMappingURL=main.3eca0aa6.css.map*/