.home .hero{position:relative;top:-80px;left:0;background-position:center center;background-repeat:no-repeat;background-size:cover;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:80px 40px 40px}.home .hero .hero-content{z-index:1;position:relative;color:#fff;max-width:65%}.home .hero .hero-content h1{font-size:3.5rem}.home .hero .hero-content .lines{margin-block:20px;padding-block:2px;border-top:2px solid white;border-bottom:2px solid white;width:250px}.home .hero .hero-content p{font-size:1.5rem}.home .hero .hero-content button{padding:10px 20px;background-color:#ffffff93;color:#000;border:1px solid rgba(255,255,255,.578);margin-top:20px;cursor:pointer;font-size:1rem}.home .hero .hero-content button:hover{background-color:#fff;color:#000}.home .hero:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(72deg,#9e2329 37%,#2989ce);opacity:.72}.home .about-sect{display:flex;justify-content:space-between;padding:40px;gap:40px}.home .about-sect .text{display:flex;flex-direction:column;gap:20px;width:50%}.home .about-sect .text h5{color:#2989ce;font-size:1rem}.home .about-sect .text h1{font-size:3.5rem}.home .about-sect .text p{line-height:1.5;font-size:1.2rem}.home .about-sect .text button{padding:10px 20px;background-color:#000;color:#fff;border:1px solid black;cursor:pointer;font-size:1rem}.home .about-sect .text button:hover{background-color:#fff;color:#000}.home .about-sect .image{width:50%}.home .about-sect .image img{width:100%;object-fit:contain}.home .achievements{padding:40px;background-color:#f7f7f7}.home .achievements>h2{text-align:center;margin-bottom:60px;font-size:3rem;font-weight:600;color:#2989ce}.home .achievements main{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px}.home .achievements main div{display:flex;flex-direction:column;align-items:center;gap:20px}.home .achievements main div img{width:100px;height:100px;border-radius:50%;object-fit:cover}.home .achievements main div h3{font-size:1.5rem;font-weight:500;text-align:center}.home .achievements main div p{text-align:center;font-size:1rem;line-height:1.5}.home .gallery{padding:40px}.home .gallery>h2{text-align:center;margin-bottom:30px;font-size:3rem;font-weight:600;color:#2989ce}.home .gallery main .slides-img{width:100%;height:500px;object-fit:cover}.home .dedication{padding:40px;position:relative;height:500px;display:flex;flex-direction:column;justify-content:center;align-items:center;background-position:center top;background-repeat:no-repeat;background-size:cover;gap:20px}.home .dedication>h2{text-align:center;font-size:3rem;font-weight:500;color:#fff;position:relative;z-index:2}.home .dedication>p{text-align:center;font-size:1.1rem;line-height:1.5;color:#fff;width:70%;position:relative;z-index:2}.home .dedication:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#000;opacity:.7}@media screen and (max-width: 786px){.home .about-sect{flex-direction:column;gap:40px;align-items:center}.home .about-sect .text{display:flex;flex-direction:column;gap:20px;width:100%;align-items:center;text-align:center}.home .about-sect .image{width:100%;max-width:80%;max-height:500px;overflow:hidden}.home .about-sect .image img{width:100%;height:100%;object-fit:cover}}@media screen and (max-width: 512px){.home .hero{padding:20px}.home .hero .hero-content{max-width:100%}.home .hero .hero-content h1{font-size:2.5rem}.home .hero .hero-content .lines{margin-block:20px;width:150px}.home .hero .hero-content p{font-size:1rem}.home .hero .hero-content button{font-size:.9rem;margin-top:20px}.home .about-sect{padding:20px}.home .about-sect .text h1{font-size:3rem}.home .about-sect .text p{font-size:.9rem;letter-spacing:.35px}.home .about-sect .text button{font-size:.8rem;padding:8px 25px}.home .achievements{padding:40px 20px}.home .achievements>h2{margin-bottom:20px;font-size:2.2rem;font-weight:600;color:#2989ce}.home .achievements main div{gap:10px}.home .achievements main div h3{font-size:1.3rem}.home .achievements main div p{font-size:.9rem}.home .gallery{padding:40px 20px}.home .gallery>h2{margin-bottom:20px;font-size:2.2rem;font-weight:600;color:#2989ce}.home .dedication{height:300px}.home .dedication>h2{font-size:2rem}.home .dedication>p{font-size:.9rem;width:100%}}.nav{display:flex;justify-content:space-between;align-items:center;padding:20px 40px;height:80px;position:relative;z-index:2;color:#fff}.nav .menu{display:flex;align-items:center;gap:40px}.nav .menu a:hover{color:#2989ce}.nav .mobile-menu-toggle{display:none}.nav .mobile-menu{position:absolute;top:0;left:0;width:100%;height:100vh;background-color:#2989ce;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px;transform:translate(-100%);transition:transform .3s ease-in-out;z-index:99}.nav .mobile-menu a{color:#fff;font-size:1rem}.nav .mobile-menu.active{transform:translate(0)}@media screen and (max-width: 512px){.nav{padding:40px 20px}.nav .menu{display:none}.nav .mobile-menu-toggle{display:block;font-size:1rem;cursor:pointer}}.custom-slider{position:relative;overflow:hidden;width:100%;max-width:800px;margin:auto}.custom-slider .slides{display:flex;transition:transform .5s ease-in-out}.custom-slider .slide{min-width:100%}.custom-slider .arrow{position:absolute;top:50%;transform:translateY(-50%);background:var(--blue);color:#fff;border:none;padding:3px 10px;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center}.custom-slider .arrow svg{width:15px}.custom-slider .arrow:hover{background-color:#00000080}.custom-slider .arrow.left{left:10px}.custom-slider .arrow.right{right:10px}.custom-slider .pagination{display:flex;justify-content:center;margin-top:10px}.custom-slider .dot{height:10px;width:10px;margin:0 5px;background-color:#ddd;border-radius:50%;cursor:pointer;transition:background-color .3s ease}.custom-slider .dot.active{background-color:#333}.footer .top{padding:40px;display:flex;justify-content:space-between;align-items:center;background-color:#2989ce;color:#fff;gap:40px}.footer .top h1{font-size:2rem}.footer .top .socials{display:flex;align-items:center;gap:20px}.footer .top .socials svg{font-size:1.5rem}.footer .bottom{padding:20px;background-color:#fff;display:flex;align-items:center;justify-content:center}.footer .bottom p{font-size:.9rem;text-align:center}@media screen and (max-width: 512px){.footer .top{padding:40px;gap:20px;flex-direction:column;align-items:center}.footer .top h1{font-size:2rem;text-align:center}.footer .top .socials{gap:20px}.footer .top .socials svg{font-size:1.2rem}.footer .bottom{padding:20px}.footer .bottom p{font-size:.75rem}}.about-page .hero{position:relative;top:-80px;left:0;background-position:center center;background-repeat:no-repeat;background-size:cover;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:80px 40px 40px}.about-page .hero .hero-content{z-index:1;position:relative;color:#fff;max-width:65%;text-align:center}.about-page .hero .hero-content p{font-size:1.5rem;color:#2989ce;font-weight:500}.about-page .hero .hero-content h1{font-size:5rem;margin-top:15px}.about-page .hero:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(72deg,#0d0c0c 37%,#2989ce);opacity:.72}.about-page .second{display:flex;align-items:center;justify-content:center;gap:40px;padding:60px}.about-page .second div{display:flex;flex-direction:column;gap:20px;width:30%;align-items:center;text-align:center}.about-page .second div h3{font-family:Prata;font-weight:400;font-size:2rem}.about-page .second div p{font-size:1rem;line-height:1.5}.about-page .just-image{width:100%;height:500px;overflow:hidden}.about-page .just-image img{width:100%;height:100%;object-fit:cover}.about-page .notes{padding:40px;display:flex;gap:40px;justify-content:space-between}.about-page .notes p{font-size:1.1rem;line-height:1.5}.about-page .notes .first-notes,.about-page .notes .second-notes{display:flex;flex-direction:column;gap:20px;width:30%}.about-page .notes .first-notes p,.about-page .notes .second-notes p{text-align:left}.about-page .notes .quote{display:flex;flex-direction:column;align-items:flex-end;justify-content:center;gap:20px;width:30%}.about-page .notes .quote svg{font-size:3.5rem}.about-page .notes .quote h1{text-align:right;font-size:2rem}@media screen and (max-width: 512px){.about-page .hero{padding:80px 20px 20px}.about-page .hero .hero-content{max-width:100%;text-align:center}.about-page .hero .hero-content p{font-size:1.1rem}.about-page .hero .hero-content h1{font-size:3.5rem}.about-page .second{flex-direction:column;gap:40px;padding:20px}.about-page .second div{width:100%}.about-page .notes{display:grid;grid-template-areas:"first-notes" "quote" "second-notes";grid-template-columns:1fr;gap:40px;padding:20px}.about-page .notes .first-notes,.about-page .notes .second-notes,.about-page .notes .quote{width:100%}.about-page .notes .first-notes p,.about-page .notes .second-notes p,.about-page .notes .quote p{font-size:.9rem;line-height:1.7}.about-page .notes .first-notes{grid-area:first-notes}.about-page .notes .second-notes{grid-area:second-notes}.about-page .notes .quote{grid-area:quote;height:max-content}.about-page .notes .quote svg{font-size:1.5rem}.about-page .notes .quote h1{font-size:1.5rem}}.activities .hero{position:relative;top:-80px;left:0;background-position:center center;background-repeat:no-repeat;background-size:cover;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:80px 40px 40px}.activities .hero .hero-content{z-index:1;position:relative;color:#fff;max-width:65%}.activities .hero .hero-content h1{font-size:3.5rem}.activities .hero .hero-content .lines{margin-block:20px;padding-block:2px;border-top:2px solid white;border-bottom:2px solid white;width:250px}.activities .hero .hero-content p{font-size:1.5rem}.activities .hero:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(72deg,#9e2329 37%,#2989ce);opacity:.72}.activities .what-we-do{text-align:center;padding:20px 60px 60px;color:#2989ce}.activities .what-we-do .section-title{font-size:2.5rem;font-weight:700}.activities .what-we-do .underline{width:50px;height:4px;background-color:#2989ce;margin:10px auto}.activities .what-we-do .activities{display:flex;justify-content:center;gap:30px;margin-top:40px}.activities .what-we-do .activity{max-width:30%;text-align:left}.activities .what-we-do .activity-id{color:#d32f2f;font-weight:700;font-size:20px}.activities .what-we-do .activity-title{font-size:2.2rem;margin:20px 0;font-weight:700}.activities .what-we-do .activity-description{font-size:1rem;line-height:1.6;color:#333}.activities .join-us{padding:40px;height:500px;display:flex;flex-direction:column;align-items:center;justify-content:center;background-position:center;background-repeat:no-repeat;background-size:cover;position:relative}.activities .join-us .join-us-content{z-index:1;position:relative;color:#fff;max-width:65%;text-align:center}.activities .join-us .join-us-content h1{font-size:3.5rem}.activities .join-us .join-us-content .underline{margin:20px auto;padding-block:2px;border-top:2px solid white;border-bottom:2px solid white;width:250px}.activities .join-us .join-us-content p{font-size:1.5rem}.activities .join-us:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#000;opacity:.6}.activities .blog-area{padding:40px}.activities .blog-area>h2{font-size:2.2rem;font-weight:600;color:#2989ce;text-align:center}.activities .blog-area main{margin-top:40px;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px}.activities .blog-area main .blog-card{display:flex;flex-direction:column;gap:10px}.activities .blog-area main .blog-card img{width:100%;height:200px;object-fit:cover}.activities .blog-area main .blog-card h3{font-size:1.5rem;font-weight:600;color:#000}.activities .blog-area main .blog-card p{font-size:1rem;color:#333;margin-block:15px}.activities .blog-area main .blog-card a{color:#2937ce;font-size:.9rem;text-decoration:underline}@media screen and (max-width: 512px){.activities .hero{padding:20px}.activities .hero .hero-content{max-width:100%}.activities .hero .hero-content h1{font-size:2.5rem}.activities .hero .hero-content .lines{margin-block:20px;width:150px}.activities .hero .hero-content p{font-size:1rem}.activities .what-we-do{padding:20px;margin-top:-40px}.activities .what-we-do .section-title{font-size:2rem}.activities .what-we-do .underline{width:50px;height:4px;margin:10px auto}.activities .what-we-do .activities{flex-direction:column}.activities .what-we-do .activity{max-width:100%}.activities .what-we-do .activity-title{font-size:1.8rem;margin:10px 0}.activities .join-us{padding:40px;height:500px}.activities .join-us .join-us-content{max-width:100%}.activities .join-us .join-us-content h1{font-size:2rem}.activities .join-us .join-us-content .underline{margin:20px auto;padding-block:2px;width:200px}.activities .join-us .join-us-content p{font-size:1rem}.activities .blog-area{padding:20px}.activities .blog-area>h2{font-size:1.8rem}.activities .blog-area main{margin-top:20px}}#root{font-family:Plus Jakarta Sans,system-ui,Avenir,Helvetica,Arial,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;margin:0;padding:0;transition:all .25s ease-in-out;font-family:AeonikRegular,Plus Jakarta Sans,sans-serif}h1{font-family:Prata;font-weight:400}a{text-decoration:none;color:inherit}
