@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+Devanagari:wght@100;200;300;400;500;600;700;800;900&display=swap);*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#1f2937;font-family:Noto Sans Devanagari,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}html{scroll-behavior:smooth}.container{margin:0 auto;max-width:1200px;padding:0 1rem}@media(min-width:768px){.container{padding:0 2rem}}.btn{align-items:center;border:none;border-radius:9999px;cursor:pointer;display:inline-flex;font-weight:600;gap:.5rem;justify-content:center;padding:.75rem 2rem;text-decoration:none;transition:all .3s ease}.btn.btn-primary{background:#ea580c;color:#fff}.btn.btn-primary:hover{background:#b9460a;transform:translateY(-2px)}.btn.btn-red{background:#dc2626;color:#fff}.btn.btn-red:hover{background:#b21d1d;transform:translateY(-2px)}.btn.btn-yellow{background:#d97706;color:#fff}.btn.btn-yellow:hover{background:#a75c05;transform:translateY(-2px)}.book-card,.card,.event-card{background:#fff;border-radius:.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:all .3s ease}.book-card:hover,.card:hover,.event-card:hover{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;transform:translateY(-5px)}.navbar{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffe6;border-bottom:2px solid #fed7aa;box-shadow:0 4px 6px -1px #0000001a;position:fixed;top:0;width:100%;z-index:1000}.navbar .nav-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:1rem}.navbar .logo{align-items:center;color:#1f2937;display:flex;font-size:1.5rem;font-weight:700;gap:.5rem}.navbar .nav-links{display:none;gap:2rem}@media(min-width:768px){.navbar .nav-links{display:flex}}.navbar .nav-links .nav-link{background:none;border:none;border-radius:.375rem;color:#6b7280;cursor:pointer;font-weight:500;padding:.5rem 1rem;transition:all .3s ease}.navbar .nav-links .nav-link.active,.navbar .nav-links .nav-link:hover{background:#fcd8c6;color:#ea580c}.navbar .mobile-menu-btn{background:none;border:none;color:#6b7280;cursor:pointer;display:block}@media(min-width:768px){.navbar .mobile-menu-btn{display:none}}.navbar .mobile-menu{background:#fff;border-top:1px solid #fed7aa;display:block;padding:1rem}@media(min-width:768px){.navbar .mobile-menu{display:none}}.navbar .mobile-menu .mobile-nav-link{background:none;border:none;border-radius:.375rem;color:#6b7280;cursor:pointer;display:block;font-weight:500;margin-bottom:.25rem;padding:.75rem;text-align:left;width:100%}.navbar .mobile-menu .mobile-nav-link:hover{background:#fcd8c6;color:#ea580c}.hero{background:linear-gradient(135deg,#ffefdc,#fffcfc,#fef1bc);padding:8rem 1rem 4rem}.hero .hero-content{margin:0 auto;max-width:800px;text-align:center}.hero .hero-image{border:4px solid #fed7aa;border-radius:50%;box-shadow:0 10px 25px #0000001a;height:200px;margin:0 auto 2rem;width:200px}.hero .hero-title{color:#1f2937;font-size:3rem;font-weight:700;margin-bottom:1rem}@media(min-width:768px){.hero .hero-title{font-size:4rem}}.hero .hero-subtitle{color:#6b7280;font-size:1.25rem;margin-bottom:.5rem}@media(min-width:768px){.hero .hero-subtitle{font-size:1.5rem}}.hero .hero-description{color:#9ca3af;font-size:1.125rem;margin-bottom:2rem}.hero .hero-buttons{align-items:center;display:flex;flex-direction:column;gap:1rem}@media(min-width:640px){.hero .hero-buttons{flex-direction:row;justify-content:center}}.section{padding:4rem 1rem}.section.bg-white{background:#fff}.section.bg-gradient{background:linear-gradient(135deg,#fffbf6,#fff)}.section.bg-gradient-yellow{background:linear-gradient(135deg,#fef6d5,#fffbf6)}.section .section-header{margin-bottom:3rem;text-align:center}.section .section-header .section-title{color:#1f2937;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.section .section-header .section-divider{border-radius:2px;height:4px;margin:0 auto 1rem;width:6rem}.section .section-header .section-divider.orange{background:#ea580c}.section .section-header .section-divider.red{background:#dc2626}.section .section-header .section-divider.yellow{background:#d97706}.section .section-header .section-description{color:#6b7280;font-size:1.125rem}.about-grid{grid-gap:3rem;align-items:center;display:grid;gap:3rem}@media(min-width:768px){.about-grid{grid-template-columns:1fr 1fr}}.about-cards{display:flex;flex-direction:column;gap:1.5rem}.about-card{border-left:4px solid;border-radius:.5rem;padding:1.5rem}.about-card.orange{background:#fffbf6;border-color:#ea580c}.about-card.red{background:#fff;border-color:#dc2626}.about-card.yellow{background:#fef6d5;border-color:#d97706}.about-card .card-title{color:#1f2937;font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.about-card .card-text{color:#6b7280}.about-text .about-paragraph{color:#6b7280;font-size:1.125rem;line-height:1.7;margin-bottom:1.5rem}.about-text .tags{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem}.about-text .tags .tag{background:#fcd8c6;border-radius:9999px;color:#ea580c;font-size:.875rem;font-weight:500;padding:.5rem 1rem}.books-grid{grid-gap:2rem;display:grid;gap:2rem}@media(min-width:768px){.books-grid{grid-template-columns:1fr 1fr}}.book-card{padding:1.5rem}.book-card .book-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.book-card .book-header .book-icon{color:#ea580c}.book-card .book-header .book-year{background:#fcd8c6;border-radius:9999px;color:#ea580c;font-size:.875rem;font-weight:500;padding:.25rem .75rem}.book-card .book-title{color:#1f2937;font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.book-card .book-description{color:#6b7280;margin-bottom:1rem}.book-card .book-themes{display:flex;flex-wrap:wrap;gap:.5rem}.book-card .book-themes .theme-tag{background:#f8d6d6;border-radius:.25rem;color:#dc2626;font-size:.875rem;padding:.25rem .5rem}.youtube-content{background:linear-gradient(135deg,#fff,#fff);border-radius:.5rem;padding:2rem;text-align:center}.youtube-content .youtube-icon{color:#dc2626;margin:0 auto 1rem}.youtube-content .youtube-title{color:#1f2937;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.youtube-content .youtube-description{color:#6b7280;line-height:1.6;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;max-width:40rem}.events-grid{grid-gap:1.5rem;display:grid;gap:1.5rem}@media(min-width:768px){.events-grid{grid-template-columns:1fr 1fr}}.event-card{padding:1.5rem}.event-card .event-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.event-card .event-header .event-icon{color:#d97706}.event-card .event-header .event-type{background:#fdd8ae;border-radius:9999px;color:#d97706;font-size:.875rem;font-weight:500;padding:.25rem .75rem}.event-card .event-title{color:#1f2937;font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.event-card .event-details{align-items:center;color:#6b7280;display:flex;gap:.5rem;margin-bottom:.5rem}.event-card .event-details .event-icon-small{height:1rem;width:1rem}.contact-content{background:linear-gradient(135deg,#fffbf6,#fff);border-radius:.5rem;padding:2rem}.contact-grid{grid-gap:2rem;display:grid;gap:2rem;text-align:center}@media(min-width:768px){.contact-grid{grid-template-columns:repeat(4,1fr)}}.contact-item{align-items:center;display:flex;flex-direction:column;gap:1rem}.contact-item .contact-icon-wrapper{align-items:center;border-radius:50%;display:flex;height:4rem;justify-content:center;width:4rem}.contact-item .contact-icon-wrapper.orange{background:#fcd8c6}.contact-item .contact-icon-wrapper.orange .contact-icon{color:#ea580c}.contact-item .contact-icon-wrapper.red{background:#f8d6d6}.contact-item .contact-icon-wrapper.red .contact-icon{color:#dc2626}.contact-item .contact-icon-wrapper.yellow{background:#fdd8ae}.contact-item .contact-icon-wrapper.yellow .contact-icon{color:#d97706}.contact-item .contact-icon-wrapper.blue{background:#e6effe}.contact-item .contact-icon-wrapper.blue .contact-icon{color:#3b82f6}.contact-item .contact-title{color:#1f2937;font-size:1.25rem;font-weight:600}.contact-item .contact-text{color:#6b7280}.footer{background:#111827;color:#fff;padding:2rem 1rem;text-align:center}.footer .footer-logo{align-items:center;display:flex;gap:.5rem;justify-content:center;margin-bottom:1rem}.footer .footer-logo .footer-icon{color:#f87171}.footer .footer-logo .footer-title{font-size:1.25rem;font-weight:600}.footer .footer-description{color:#9ca3af;margin-bottom:1rem}.footer .footer-copyright{color:#6b7280;font-size:.875rem}.grid-2{grid-gap:2rem;display:grid;gap:2rem}@media(min-width:768px){.grid-2{grid-template-columns:1fr 1fr}}.grid-3{grid-gap:2rem;display:grid;gap:2rem}@media(min-width:768px){.grid-3{grid-template-columns:1fr 1fr 1fr}}.flex-center{justify-content:center}.flex-between,.flex-center{align-items:center;display:flex}.flex-between{justify-content:space-between}.text-center{text-align:center}.hidden{display:none}.icon-sm{height:1rem;width:1rem}.icon-md{height:1.5rem;width:1.5rem}.icon-lg{height:2rem;width:2rem}.icon-xl{height:4rem;width:4rem}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.float-animation{animation:float 3s ease-in-out infinite}.gallery-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}@media(min-width:768px){.gallery-grid{gap:1.5rem;grid-template-columns:repeat(3,1fr)}}.gallery-item{aspect-ratio:4/3;border-radius:.5rem;box-shadow:0 4px 6px -1px #0000001a;overflow:hidden;position:relative;transition:all .3s ease}.gallery-item:hover{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;transform:translateY(-5px)}.gallery-item:hover .gallery-overlay{opacity:1}.gallery-image{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.gallery-item:hover .gallery-image{transform:scale(1.05)}.gallery-overlay{background:linear-gradient(0deg,#000c,#0000);bottom:0;color:#fff;left:0;opacity:0;padding:1.5rem;position:absolute;right:0;transition:opacity .3s ease}.gallery-overlay p{font-size:1rem;font-weight:600;margin:0}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#fed7aa}::-webkit-scrollbar-thumb{background:#ea580c;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#b9460a}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
/*# sourceMappingURL=main.ab1778e3.css.map*/