@import url(https://fonts.googleapis.com/css2?family=Alex+Brush&display=swap);@import url(https://fonts.googleapis.com/css2?family=Alex+Brush&family=Poppins:wght@500;600;700&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.navbar{background-color:#fff;box-shadow:0 3px 8px #0000000d;padding:1rem 2rem;position:sticky;top:0;z-index:999}.navbar-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px}.navbar-logo{color:#4a90e2;cursor:pointer;font-family:Alex Brush,cursive;font-size:1.8rem}.navbar-logo span{color:#ff6f61}.navbar-links{display:flex;gap:2rem}.navbar-links a{color:#34495e;cursor:pointer;font-weight:500;text-decoration:none;transition:color .3s}.navbar-links a:hover{color:#ff6f61}.navbar-toggle{cursor:pointer;display:none;flex-direction:column}.bar{background-color:#4a90e2;border-radius:2px;height:3px;margin:4px 0;width:25px}@media (max-width:768px){.navbar-links{align-items:center;background-color:#fff;box-shadow:0 10px 20px #0000000d;display:none;flex-direction:column;gap:1.5rem;left:0;padding:2rem;position:absolute;right:0;top:70px}.navbar-links.open,.navbar-toggle{display:flex}}:root{--blue:#4a90e2;--coral:#ff6f61;--text-dark:#34495e;--text-light:#6c7a89;--white:#fff}.hero-section{align-items:center;background-color:#fff;background-color:var(--white);display:flex;justify-content:center;padding:5rem 2rem 3rem}.hero-container{grid-gap:3rem;align-items:center;display:grid;gap:3rem;grid-template-columns:1fr 1fr;max-width:1200px;width:100%}.hero-top-title{color:#34495e;font-family:Alex Brush,cursive;font-size:4rem;font-weight:200;grid-column:1/-1;line-height:1.2;margin:5 5 2rem;text-align:center}.hero-text{max-width:600px}.hero-title{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#4a90e2,#ff6f61);background:linear-gradient(90deg,var(--blue),var(--coral));-webkit-background-clip:text;font-size:3rem;font-weight:700;margin:0 0 1rem}.hero-subtext{color:#6c7a89;color:var(--text-light);font-size:1.25rem;line-height:1.6;margin-bottom:2rem}.hero-benefits{color:#34495e;color:var(--text-dark);display:flex;flex-direction:column;font-size:1.125rem;gap:.75rem;list-style:none;margin:0;padding:0}.hero-benefits li{font-weight:500;gap:.5rem}.hero-benefits li,.hero-image{align-items:center;display:flex}.hero-image{justify-content:center}.hero-image img{border-radius:12px;box-shadow:0 10px 25px #00000014;height:auto;max-height:450px;opacity:.95;width:100%}.fade-in-left{animation:fadeInLeft 1.2s ease forwards;opacity:0;transform:translateX(-30px)}.fade-in-right{animation:fadeInRight 1.2s ease forwards;opacity:0;transform:translateX(30px)}@keyframes fadeInLeft{to{opacity:1;transform:translateX(0)}}@keyframes fadeInRight{to{opacity:1;transform:translateX(0)}}@media (max-width:900px){.hero-container{grid-template-columns:1fr;text-align:center}.hero-top-title{color:#34495e;color:var(--text-dark);font-family:Petit Formal Script,cursive;font-size:3.2rem;font-weight:400;grid-column:1/-1;line-height:1.2;margin-bottom:2rem;text-align:center}.hero-title{font-size:2.5rem}.hero-benefits,.hero-subtext,.hero-text{margin:0 auto;text-align:center}.hero-image{margin-top:2rem}}.about-section{align-items:center;background-color:#fff;display:flex;justify-content:center;padding:4rem 2rem}.about-container{grid-gap:3rem;align-items:center;display:grid;gap:3rem;grid-template-columns:1fr 1fr;max-width:1200px;text-align:left;width:100%}.about-heading{color:#4a90e2;font-size:2.8rem;font-weight:700;grid-column:1/-1;margin-bottom:1rem;text-align:center}.about-image img{border-radius:12px;box-shadow:0 10px 25px #00000014;height:auto;max-height:450px;max-width:500px;width:100%}.about-text{max-width:600px}.about-subtitle{color:#ff6f61;font-size:1.3rem;font-weight:500;margin-bottom:1.5rem}.about-description{color:#34495e;font-size:1.1rem;line-height:1.7}@media (max-width:900px){.about-container{grid-template-columns:1fr;text-align:center}.about-heading{font-size:2.2rem}.about-image img{margin:0 auto 2rem;max-width:100%}.about-subtitle{font-size:1.1rem}.about-description{font-size:1rem}}.courses-section{background-color:#fefefe;display:flex;justify-content:center;padding:4rem 2rem}.courses-container{max-width:1200px;width:100%}.section-title{color:#4a90e2;font-size:2.5rem;margin-bottom:2rem;text-align:center}.courses-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}.course-card{background-color:#fff;border-radius:12px;box-shadow:0 6px 20px #00000014;cursor:pointer;overflow:hidden;padding:2rem;position:relative;transition:transform .3s ease}.course-card:hover{transform:translateY(-6px)}.hover-overlay{align-items:center;background-color:#ff6f61cc;border-radius:12px;bottom:0;color:#fff;display:flex;font-size:1.2rem;font-weight:600;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.course-card:hover .hover-overlay{opacity:1}.course-icon{color:#ff6f61;font-size:2.5rem;margin-bottom:1rem}.course-name{color:#34495e;font-size:1.3rem;font-weight:600;margin-bottom:.5rem}.course-description{color:#6c7a89;font-size:1rem}.course-modal-backdrop{align-items:center;background-color:#0009;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.course-modal{background-color:#fff;border-radius:16px;box-shadow:0 12px 40px #0003;max-width:600px;padding:2rem;position:relative;width:90%}.close-btn{background:none;border:none;color:#999;cursor:pointer;font-size:1.5rem;position:absolute;right:16px;top:12px}.modal-icon{color:#4a90e2;font-size:3rem;text-align:center}.modal-title{color:#34495e;font-size:1.6rem;font-weight:700;margin:.5rem 0;text-align:center}.modal-subtitle{color:#6c7a89;font-size:1.1rem;margin-bottom:1rem;text-align:center}.modal-text{color:#444}.modal-price{margin:1rem auto}@media (max-width:900px){.courses-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.courses-grid{grid-template-columns:1fr}}.modal-content{background-color:#ffffffd9;border-radius:10px;box-shadow:0 4px 12px #0000000d;padding:1rem 1.5rem;text-align:left}.modal-price{background-color:#ff6f611a;border-radius:10px;color:#ff6f61;font-size:1.2rem;font-weight:700;margin:1.5rem auto 0;padding:1rem;text-align:center}.modal-text:before{color:#4a90e2;content:"✔️";margin-right:.5rem}.modal-text{color:#34495e;font-size:1.05rem;margin:.5rem 0}.contact-section{align-items:center;background-color:#fff;display:flex;flex-direction:column;padding:2rem 2rem 4rem;scroll-margin-top:80px}.contact-container{max-width:1200px;width:100%}.contact-title{color:#4a90e2;font-size:2.5rem;font-weight:700;margin-bottom:.5rem;text-align:center}.contact-subtext{color:#6c7a89;font-size:1.1rem;margin-bottom:3rem;text-align:center}.contact-grid{grid-gap:2.5rem;align-items:start;display:grid;gap:2.5rem;grid-template-columns:1fr 1fr}.contact-form{display:flex;flex-direction:column;gap:1.2rem}.contact-form input,.contact-form textarea{background-color:#f9f9f9;border:1px solid #ccc;border-radius:8px;font-size:1rem;padding:.9rem 1rem;transition:border-color .3s ease,box-shadow .3s ease}.contact-form input:focus,.contact-form textarea:focus{border-color:#4a90e2;box-shadow:0 0 5px #4a90e24d;outline:none}.contact-form button{align-self:flex-start;background-color:#ff6f61;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;padding:.6rem 1.6rem;transition:background-color .3s ease,transform .2s ease}.contact-form button:hover{background-color:#e85b50;transform:translateY(-2px)}.contact-info{color:#34495e;font-size:1.1rem;line-height:1.8;padding-left:1rem}.contact-info a{color:#ff6f61;text-decoration:none}.contact-icon{color:#4a90e2;margin-right:.5rem}.note{color:#888;font-style:italic;margin-top:1rem}.contact-bottom-spacer{align-items:flex-start;display:flex;height:100vh;justify-content:center;max-width:1200px;padding-top:2rem;width:100%}.footer-note{color:#6c7a89;font-size:2rem;font-style:italic;text-align:center}@media (max-width:768px){.contact-grid{grid-template-columns:1fr}.contact-info{margin-top:2rem;padding-left:0}.contact-form button{align-self:center}.footer-note{font-size:1.5rem}}
/*# sourceMappingURL=main.44724fb9.css.map*/