@import"https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap";nav{width:100%;color:#fff;padding:10px 5%;position:fixed;top:0;left:0;display:flex;align-items:center;justify-content:space-between;background-color:transparent;z-index:10;transition:background-color .3s ease,color .3s ease;box-sizing:border-box}nav.dark-nav{background-color:#fff;color:#000}nav.nav{background-color:transparent}nav.sticky{position:fixed;top:0;left:0;width:100%;background-color:#fffefe;transition:background-color .3s ease;color:#000}nav .logo{width:100px}nav ul{display:flex;list-style:none;margin:0;padding:0}nav ul li{margin:0 15px;font-size:1.4rem;font-weight:700;text-transform:uppercase}nav ul li a{text-decoration:none;color:inherit;transition:color .3s ease}nav ul li a:hover{color:#a0eeb2}nav .btn{background-color:#033509;color:#fff;border:none;padding:8px 15px;border-radius:20px;cursor:pointer;transition:background-color .3s ease}nav .btn:hover{background-color:#2aa547;color:wheat}@media (min-width: 769px){nav .menu-toggle{display:none}}@media (max-width: 768px){nav{flex-wrap:nowrap}nav .menu-toggle{display:block;cursor:pointer;margin-left:auto}nav .menu-toggle i{font-size:2.5rem;color:#000;background-color:transparent}nav .menu-toggle.active i{transform:rotate(45deg)}nav ul{display:none;flex-direction:column;position:absolute;top:99%;left:0;background-color:#fff;padding:15px;border-radius:0;width:100%;transition:transform .3s ease,opacity .3s ease;transform:translateY(-10px);opacity:0;color:#000}nav ul.active{display:flex;transform:translateY(0);opacity:1}nav ul li{margin:10px 0;text-align:center}}@media (max-width: 768px){nav.nav{background-color:#fff}nav.sticky{position:fixed;top:0;left:0;width:100%}}.landing{width:100%;min-height:100vh;background:linear-gradient(to bottom,#0000004d,#0000004d),url(/assets/LandingImage-C9pO9Cni.jpg) no-repeat center center;background-size:cover;background-position:center;color:#fff;display:flex;flex-direction:column;justify-content:space-between;text-align:center;position:relative}.landing-text{flex:1;display:flex;align-items:center;justify-content:center;margin-top:0}.landing-text h1{font-size:6em;text-shadow:2px 2px 5px rgba(0,0,0,1);color:#fff}.landing-text h2{font-size:2em;position:inherit;text-shadow:2px 2px 5px rgba(0,0,0,1);color:#fff}.landing-text p{max-width:800px;margin:0;padding:20px;line-height:1.4;font-size:3em;text-shadow:1px 1px 4px rgba(0,0,0,2);color:#fff;position:absolute;bottom:9%;left:50%;transform:translate(-50%)}@media (max-width: 1200px){.landing-text h1{font-size:5em}.landing-text p{font-size:2.5em}}@media (max-width: 992px){.landing-text h1{font-size:4em}.landing-text p{font-size:2em;padding:15px}.landing-text{padding:0 20px}}@media (max-width: 768px){.landing-text h1{font-size:3em}.landing-text p{font-size:2em;padding:10px}.landing-text{flex-direction:column}}@media (max-width: 480px){.landing-text h1{font-size:2.5em}.landing-text p{font-size:1.8em;bottom:15%}}.about-container{position:relative;padding:50px;color:#333;margin-bottom:50px;overflow:hidden;border-radius:10px}.about-container:after{content:"";position:absolute;left:50%;bottom:0;width:60%;height:5px;background:linear-gradient(to right,#3a6073,#b2e0e0);box-shadow:0 4px 20px #0000004d;border-radius:0 0 10px 10px;transform:translate(-50%)}.intro-section{margin-bottom:50px}.intro-section h1{text-align:center;font-size:3em;margin-bottom:20px}.intro-section p{font-size:1.5em;line-height:1.6;max-width:1200px;margin:0 auto 20px;text-align:left}.about-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;max-width:1200px;margin:0 auto 60px;padding:0 20px}.gallery-card{position:relative;overflow:hidden;border-radius:10px;box-shadow:0 8px 20px #00000026;transition:transform .3s ease;cursor:pointer}.gallery-card:hover{transform:scale(1.02)}.gallery-card img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.gallery-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.8),transparent 40%);color:#fff;opacity:0;padding:20px;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;transition:opacity .4s ease}.gallery-card:hover .gallery-overlay{opacity:1}.gallery-overlay h2{font-size:1.5em;margin-bottom:10px;text-shadow:1px 1px 5px rgba(0,0,0,.7)}.gallery-overlay p{font-size:1em;text-shadow:1px 1px 5px rgba(0,0,0,.7)}@media (max-width: 768px){.about-container{padding:30px 20px}.intro-section h1{font-size:2.2em}.intro-section p{font-size:1.2em}.gallery-overlay{padding:15px}.gallery-overlay h2{font-size:1.2em}.gallery-overlay p{font-size:.95em}}@media (max-width: 480px){.intro-section h1{font-size:1.7em}.intro-section p,.gallery-overlay h2{font-size:1em}.gallery-overlay p{font-size:.85em}}.location-container{display:flex;flex-direction:row;max-width:1400px;margin:0 auto;padding:20px;gap:20px;flex-wrap:wrap}.location-info{flex:1;padding:20px;display:flex;flex-direction:column;justify-content:center;background-color:#fff;border-radius:10px;box-shadow:0 2px 5px #0000001a;margin-bottom:20px}.centered-title{font-size:2em;text-align:center;margin:20px 0}.location-info h2,.location-info h3,.location-info h4{margin:0;font-weight:700;text-align:left}.location-info h2{font-size:1.5em}.location-info h3,.location-info h4{font-size:1.2em;margin-top:10px}.location-info p{font-size:1em;line-height:1.5;color:#666;margin-top:10px}.map-container{flex:1;padding:20px;display:flex;justify-content:center;align-items:center;min-height:300px}.map-container iframe{width:100%;height:100%;min-height:300px;border:none;border-radius:10px;box-shadow:0 2px 5px #0000001a}@media (max-width: 768px){.location-container{flex-direction:column}.location-info,.map-container{flex:none;width:100%}.centered-title{font-size:1.8em}.location-info p{font-size:.9em}}@media (max-width: 480px){.centered-title{font-size:1.5em}.location-info p{font-size:.8em}.location-info{padding:10px}.map-container{min-height:200px}}.footer{background:#026323c9;color:#fff;padding:30px 20px;text-align:center;box-sizing:border-box}.footer-content{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.footer-title{font-size:2em;margin-bottom:10px}.footer-content p{margin:5px 0;font-size:1em}.footerLinks{margin-top:15px;display:flex;flex-wrap:wrap;justify-content:center;gap:15px;text-align:center}.footerLinks a{color:#fff;text-decoration:none;font-size:.95rem}.footerLinks a:hover{color:#3700ff5b}.social-icons{margin-top:20px;display:flex;justify-content:center;gap:20px;flex-wrap:wrap}.social-icons a{color:#fff;font-size:1.8em;transition:transform .3s,color .3s}.social-icons a:hover{transform:scale(1.1);color:#3700ff5b}@media (max-width: 768px){.footer-title{font-size:1.5em}.footerLinks{flex-direction:column;align-items:center;gap:10px}.footerLinks a{font-size:1rem}.social-icons{margin-top:15px;gap:15px}}*{margin:0;padding:0;box-sizing:border-box;font-family:Roboto Mono,monospace}body{cursor:url(data:image/png;base64,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),pointer}a{text-decoration:none;color:inherit;line-height:1}.btn{background:#026323c9;color:#fff;padding:14px 25px;font-size:.9em;border-radius:30px;border:0;outline:0}
