.navbar{display:flex;justify-content:space-between;align-items:center;background:transparent;color:#fff;position:fixed;top:0;width:100%;z-index:100;transition:all .3s ease;margin-top:5px;padding:10px 0 10px 20px}.logo{margin-left:5px;display:flex;align-items:center;gap:.5rem;font-size:1.8rem;font-weight:700;letter-spacing:1px;cursor:pointer}.logo img{width:40px;height:40px;border-radius:50%;object-fit:cover}.navbar.navbar-scrolled-up{background:#000c;box-shadow:0 4px 6px #0003;transform:translateY(0);margin:0}.navbar.navbar-hidden{transform:translateY(-110%);background:transparent}.nav-links-container{display:flex;align-items:center}.nav-links{display:flex;gap:3.7rem;justify-content:space-between;align-items:center;list-style:none;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);box-shadow:0 0 20px #e3e4ed4d;border:2px solid rgba(255,255,255,.2);border-radius:15px;padding:8px 20px 8px 78px}.nav-links li{cursor:pointer;font-size:large;transition:color .3s ease;color:#f0f8ff}.nav-links li:hover{color:#27ae60}.burger-menu{display:none;flex-direction:column;justify-content:space-between;width:25px;height:20px;cursor:pointer;padding-right:4px}.burger-menu .line{width:100%;height:3px;background:#fff;border-radius:2px}.register-button{display:flex;align-items:center;background-color:#9eada266;color:#fff;padding:.6rem 1.2rem;border:none;cursor:pointer;border-radius:20px;font-size:1rem;font-weight:700;letter-spacing:.5px;box-shadow:0 4px 6px #0003;transition:all .3s ease;margin-right:20px}.register-button p{margin:0;padding-left:.5rem;font-family:Poppins,sans-serif}.register-button img{width:20px;height:20px}.register-button:hover{background-color:#1e8d50;transform:scale(1.05);box-shadow:0 6px 10px #0000004d}.register-button:hover img{transform:rotate(15deg)}.upcoming-events-link{text-indent:-99999px}@media (max-width: 950px){.navbar{padding-right:10px}.nav-links-container{display:none;position:absolute;top:50px;right:10px;background:#000000e6;border-radius:10px;padding:rem;flex-direction:column;align-items:flex-start;transition:all .3s ease}.nav-links-container.open{display:flex}.nav-links{flex-direction:column;gap:1rem;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none;border:none;padding-left:20px}.upcoming-events-link{text-indent:0px}.burger-menu{display:flex}.register-button{display:none}}.upcoming-events-link{font-size:1rem;cursor:pointer;transition:color .3s ease}.upcoming-events-link:hover{color:#27ae60}@media (max-width: 600px){.navbar{padding-left:10px}.register-button{display:none}}.hero-section{position:relative;width:100%;height:100vh;overflow:hidden;display:flex;justify-content:center;align-items:center;background-color:#000}.carousel-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.carousel-image{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;opacity:0;transition:opacity 1.2s ease-in-out}.carousel-image.active{opacity:1}.hero-content{position:absolute;top:50%;left:10%;transform:translateY(-50%);color:#fff;text-shadow:1px 1px 5px rgba(0,0,0,.7);z-index:2;max-width:500px;text-align:left}.hero-content h2{font-size:2.5rem;margin-bottom:.5rem;animation:fadeInUp 1s ease-in-out .3s forwards;opacity:0;transform:translateY(50px)}.hero-content h1{font-size:3.5rem;font-weight:700;margin-bottom:1rem;animation:fadeInUp 1s ease-in-out .6s forwards;opacity:0;transform:translateY(50px)}.hero-content p{font-size:1.2rem;line-height:1.6;animation:fadeInUp 1s ease-in-out .9s forwards;opacity:0;transform:translateY(50px)}.highlight{color:#fff;font-weight:700;font-size:3.5rem;text-shadow:0 0 20px #0fa,0 0 40px #0fa,0 0 80px #0fa}@keyframes fadeInUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.carousel-button{position:absolute;top:50%;transform:translateY(-50%);background-color:#00000080;color:#fff;border:none;cursor:pointer;width:50px;height:50px;border-radius:50%;display:flex;justify-content:center;align-items:center;z-index:3;transition:background-color .3s ease,transform .3s ease;box-shadow:0 2px 5px #0000004d}.carousel-button:hover{background-color:#000000b3;transform:scale(1.1)}.carousel-button.prev{left:20px}.carousel-button.next{right:20px}.carousel-button svg{width:24px;height:24px;fill:#fff}@media (max-width: 1024px){.hero-content{left:5%;text-align:left;max-width:90%}.hero-content h2{font-size:2rem}.hero-content h1{font-size:3rem}.hero-content p{font-size:1rem}.carousel-button{width:45px;height:45px}.carousel-button svg{width:22px;height:22px}}@media (max-width: 768px){.hero-content{left:50%;transform:translate(-50%,-50%);text-align:center;max-width:80%}.hero-content h2{font-size:1.8rem}.hero-content h1{font-size:2.5rem}.hero-content p{font-size:.9rem}.carousel-button{width:40px;height:40px}.carousel-button svg{width:20px;height:20px}}@media (max-width: 480px){.hero-content h2{font-size:1.5rem}.hero-content h1{font-size:2rem}.hero-content p{font-size:.8rem}.carousel-button{width:36px;height:36px}.carousel-button svg{width:18px;height:18px}.hero-content{padding:0 1rem}}.footer{background-color:#2f9e61;color:#fff;padding:.5rem;text-align:center;margin-top:0}.footer-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.foot-text p{margin:0;font-size:.9rem;text-align:left}.footer-links{display:flex;justify-content:flex-end;gap:2rem;padding-top:5px;padding-right:20px;object-fit:contain}.footer-links a{color:#fff;font-size:1.2rem;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#27ae60}.footer-links img{width:24px;transition:transform .3s ease}.footer-links img:hover{transform:scale(1.2)}@media (max-width: 768px){.footer-content{flex-direction:column;align-items:center;text-align:center}.foot-text p{font-size:.85rem;text-align:center}.footer-links{justify-content:center;padding-top:0}.footer-links img{width:20px}}@media (max-width: 480px){.footer{padding:.5rem}.foot-text p{font-size:.8rem}.footer-links{padding-top:0}.footer-links img{width:18px}.footer-links a{margin:0 .5rem}}html{background-color:#121212}.image-container{position:relative;width:100%;height:auto;margin-top:60px;mix-blend-mode:difference}.intro-section{position:absolute;top:16%;left:5%;width:50%;color:#fff;padding:0}.team-description h2{font-family:"Cursive",sans-serif;font-size:36px;margin:30px 0;display:flex;align-items:center;justify-content:center}h1.section-number{padding-top:0;margin-bottom:0}.team-description p{font-family:Arial,sans-serif;font-size:18px;color:#fff;margin:10px 0}.background-image{width:100%;height:auto;object-fit:cover;display:block;transition:transform .3s ease-in-out;border-radius:10px}.background-image:hover{transform:scale(1.02)}.intro-section{flex:1;margin-right:20px}.section-number{font-size:5rem;font-weight:700;color:#7c7c7c}.team-description h2{font-size:2.5rem;font-family:Dancing Script,cursive;margin-bottom:20px}.team-description p{font-size:1.2rem;line-height:1.8;color:#d0caca}.scroll-container{position:absolute;top:50%;left:77%;transform:translate(-50%,-50%);width:400px;height:400px;overflow-y:scroll;overflow-x:hidden;border:1px solid #ccc;background:#fffc;border-radius:8px;padding:20px;box-shadow:0 4px 8px #0000001a;transition:background .3s ease-in-out;font-family:Arial,sans-serif}.scroll-container:hover{background:#ffffffe6}.scroll-container::-webkit-scrollbar{display:none}.scroll-section{flex:1;position:relative;display:flex;flex-direction:column;align-items:center}.container{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}.card{background:#fff;border-radius:10px;box-shadow:0 4px 8px #0000001a;text-align:center;transition:transform .3s,box-shadow .3s;width:175px;overflow:hidden;border:1px solid #e0e0e0}.card:hover{transform:scale(1.05);box-shadow:0 8px 16px #0003}.card-image{width:100%;height:150px;object-fit:contain;padding-top:10px;border-top-left-radius:10px;border-top-right-radius:10px;transition:transform .3s}.card-image:hover{transform:scale(1.05)}.card-text{padding:10px}.card-text h3{font-size:1.1rem;margin:10px 0 5px;color:#333}.card-text p{font-size:1rem;margin:5px;color:#777}@media screen and (max-width: 1000px){.scroll-container{width:300px;height:300px}.team-description h2{font-size:25px}h1.section-number{padding-top:0;margin-bottom:0;font-size:50px}.team-description p{font-family:Arial,sans-serif;font-size:17px;color:#a8a6a6;margin:10px 0}.container{gap:5px}.card{width:125px}.card-image{height:100px}.card-text{padding:0}.card-text h3{font-size:.9rem}.card-text p{font-size:.8rem}}@media screen and (max-width: 768px){.intro-section{width:80%;top:5%;margin-bottom:10px}.team-description h2{font-size:1.8rem;margin-bottom:10px}.team-description{text-align:center}.team-description p{font-size:.9rem;margin-bottom:10px}.scroll-container{max-width:350px;padding:10px;position:relative;top:auto;left:auto;transform:none;margin:-130px auto 50px;width:300px;height:300px}.card{width:calc(100% - 10px)}.card-image{height:120px}}@media screen and (max-width: 645px){.scroll-container{max-width:350px;padding:10px;position:relative;top:auto;left:auto;transform:none;margin:-30px auto 30px;width:290px;height:300px}}@media screen and (max-width: 480px){.intro-section{width:90%;left:5%}.team-description h2{font-size:1.5rem}.team-description p{font-size:.8rem}.scroll-container{max-width:350px;padding:10px;position:relative;top:auto;left:auto;transform:none;margin:50px auto 30px;width:250px;height:250px}.card{width:100%}.card-image{height:100px}.card-text h3{font-size:.8rem}.card-text p{font-size:.7rem}}.image-gallery-icon{color:#fff;transition:all .3s ease-out;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;border:0;cursor:pointer;outline:none;position:absolute;z-index:4;filter:drop-shadow(0 2px 2px #1a1a1a)}@media (hover: hover)and (pointer: fine){.image-gallery-icon:hover{color:#337ab7}.image-gallery-icon:hover .image-gallery-svg{transform:scale(1.1)}}.image-gallery-icon:focus{outline:2px solid #337ab7}.image-gallery-using-mouse .image-gallery-icon:focus{outline:none}.image-gallery-fullscreen-button,.image-gallery-play-button{bottom:0;padding:20px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{height:28px;width:28px}@media (max-width: 768px){.image-gallery-fullscreen-button,.image-gallery-play-button{padding:15px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{height:24px;width:24px}}@media (max-width: 480px){.image-gallery-fullscreen-button,.image-gallery-play-button{padding:10px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{height:16px;width:16px}}.image-gallery-fullscreen-button{right:0}.image-gallery-play-button{left:0}.image-gallery-left-nav,.image-gallery-right-nav{padding:50px 10px;top:50%;transform:translateY(-50%)}.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:120px;width:60px}@media (max-width: 768px){.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:72px;width:36px}}@media (max-width: 480px){.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:48px;width:24px}}.image-gallery-left-nav[disabled],.image-gallery-right-nav[disabled]{cursor:disabled;opacity:.6;pointer-events:none}.image-gallery-left-nav{left:0}.image-gallery-right-nav{right:0}.image-gallery{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);position:relative}.image-gallery.fullscreen-modal{background:#000;bottom:0;height:100%;left:0;position:fixed;right:0;top:0;width:100%;z-index:5}.image-gallery.fullscreen-modal .image-gallery-content{top:50%;transform:translateY(-50%)}.image-gallery-content{position:relative;line-height:0;top:0}.image-gallery-content.fullscreen{background:#000}.image-gallery-content .image-gallery-slide .image-gallery-image{max-height:calc(100vh - 80px)}.image-gallery-content.image-gallery-thumbnails-left .image-gallery-slide .image-gallery-image,.image-gallery-content.image-gallery-thumbnails-right .image-gallery-slide .image-gallery-image{max-height:100vh}.image-gallery-slide-wrapper{position:relative}.image-gallery-slide-wrapper.image-gallery-thumbnails-left,.image-gallery-slide-wrapper.image-gallery-thumbnails-right{display:inline-block;width:calc(100% - 110px)}@media (max-width: 768px){.image-gallery-slide-wrapper.image-gallery-thumbnails-left,.image-gallery-slide-wrapper.image-gallery-thumbnails-right{width:calc(100% - 87px)}}.image-gallery-slide-wrapper.image-gallery-rtl{direction:rtl}.image-gallery-slides{line-height:0;overflow:hidden;position:relative;white-space:nowrap;text-align:center}.image-gallery-slide{left:0;position:absolute;top:0;width:100%}.image-gallery-slide.image-gallery-center{position:relative}.image-gallery-slide .image-gallery-image{width:100%;object-fit:contain}.image-gallery-slide .image-gallery-description{background:#0006;bottom:70px;color:#fff;left:0;line-height:1;padding:10px 20px;position:absolute;white-space:normal}@media (max-width: 768px){.image-gallery-slide .image-gallery-description{bottom:45px;font-size:.8em;padding:8px 15px}}.image-gallery-bullets{bottom:20px;left:0;margin:0 auto;position:absolute;right:0;width:80%;z-index:4}.image-gallery-bullets .image-gallery-bullets-container{margin:0;padding:0;text-align:center}.image-gallery-bullets .image-gallery-bullet{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;border:1px solid #fff;border-radius:50%;box-shadow:0 2px 2px #1a1a1a;cursor:pointer;display:inline-block;margin:0 5px;outline:none;padding:5px;transition:all .2s ease-out}@media (max-width: 768px){.image-gallery-bullets .image-gallery-bullet{margin:0 3px;padding:3px}}@media (max-width: 480px){.image-gallery-bullets .image-gallery-bullet{padding:2.7px}}.image-gallery-bullets .image-gallery-bullet:focus{transform:scale(1.2);background:#337ab7;border:1px solid #337ab7}.image-gallery-bullets .image-gallery-bullet.active{transform:scale(1.2);border:1px solid #fff;background:#fff}@media (hover: hover)and (pointer: fine){.image-gallery-bullets .image-gallery-bullet:hover{background:#337ab7;border:1px solid #337ab7}.image-gallery-bullets .image-gallery-bullet.active:hover{background:#337ab7}}.image-gallery-thumbnails-wrapper{position:relative}.image-gallery-thumbnails-wrapper.thumbnails-swipe-horizontal{touch-action:pan-y}.image-gallery-thumbnails-wrapper.thumbnails-swipe-vertical{touch-action:pan-x}.image-gallery-thumbnails-wrapper.thumbnails-wrapper-rtl{direction:rtl}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{display:inline-block;vertical-align:top;width:100px}@media (max-width: 768px){.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{width:81px}}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left .image-gallery-thumbnails,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right .image-gallery-thumbnails{height:100%;width:100%;left:0;padding:0;position:absolute;top:0}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left .image-gallery-thumbnails .image-gallery-thumbnail,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right .image-gallery-thumbnails .image-gallery-thumbnail{display:block;margin-right:0;padding:0}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left .image-gallery-thumbnails .image-gallery-thumbnail+.image-gallery-thumbnail,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right .image-gallery-thumbnails .image-gallery-thumbnail+.image-gallery-thumbnail{margin-left:0;margin-top:2px}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{margin:0 5px}@media (max-width: 768px){.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{margin:0 3px}}.image-gallery-thumbnails{overflow:hidden;padding:5px 0}@media (max-width: 768px){.image-gallery-thumbnails{padding:3px 0}}.image-gallery-thumbnails .image-gallery-thumbnails-container{cursor:pointer;text-align:center;white-space:nowrap}.image-gallery-thumbnail{display:inline-block;border:4px solid transparent;transition:border .3s ease-out;width:100px;background:transparent;padding:0}@media (max-width: 768px){.image-gallery-thumbnail{border:3px solid transparent;width:81px}}.image-gallery-thumbnail+.image-gallery-thumbnail{margin-left:2px}.image-gallery-thumbnail .image-gallery-thumbnail-inner{display:block;position:relative}.image-gallery-thumbnail .image-gallery-thumbnail-image{vertical-align:middle;width:100%;line-height:0}.image-gallery-thumbnail.active,.image-gallery-thumbnail:focus{outline:none;border:4px solid #337ab7}@media (max-width: 768px){.image-gallery-thumbnail.active,.image-gallery-thumbnail:focus{border:3px solid #337ab7}}@media (hover: hover)and (pointer: fine){.image-gallery-thumbnail:hover{outline:none;border:4px solid #337ab7}}@media (hover: hover)and (pointer: fine)and (max-width: 768px){.image-gallery-thumbnail:hover{border:3px solid #337ab7}}.image-gallery-thumbnail-label{box-sizing:border-box;color:#fff;font-size:1em;left:0;line-height:1em;padding:5%;position:absolute;top:50%;text-shadow:0 2px 2px #1a1a1a;transform:translateY(-50%);white-space:normal;width:100%}@media (max-width: 768px){.image-gallery-thumbnail-label{font-size:.8em;line-height:.8em}}.image-gallery-index{background:#0006;color:#fff;line-height:1;padding:10px 20px;position:absolute;right:0;top:0;z-index:4}@media (max-width: 768px){.image-gallery-index{font-size:.8em;padding:5px 10px}}.App{text-align:center;font-family:Poppins,sans-serif;background:linear-gradient(135deg,#121212,#1e1e1e);min-height:100vh;padding:28px;color:#fff}.App h1{text-shadow:0px 4px 6px rgba(255,255,255,.2);margin-bottom:40px;text-transform:uppercase;letter-spacing:3px;position:relative;margin-top:70px;text-align:center;font-size:3em;font-weight:700;color:#fff}.App h1:after{content:"";width:60px;height:4px;background:#f39c12;display:block;margin:10px auto;border-radius:2px}.gallery{display:flex;flex-direction:column;align-items:center;gap:30px}.section{width:70%;max-width:1200px;background:#181818;padding:25px;border-radius:15px;box-shadow:0 10px 30px #00000080;transition:transform .3s ease,box-shadow .3s ease}.section:hover{transform:translateY(-5px);box-shadow:0 15px 35px #000000b3}.section h2{font-size:1.8rem;color:#e67e22;margin-bottom:20px;text-transform:uppercase;text-shadow:0px 4px 6px rgba(161,128,85,.2);display:inline-block;padding-bottom:5px}.image-gallery .image-gallery-slide img{border-radius:15px;box-shadow:0 8px 20px #0009;transition:transform .3s ease,box-shadow .3s ease;touch-action:pan-y pan-x;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;cursor:grab;height:90%}.image-gallery .image-gallery-slide img:hover{transform:scale(1.08);box-shadow:0 12px 30px #000c}.image-gallery-thumbnails-container{background:#333;padding:10px;border-radius:10px;overflow-x:scroll;scrollbar-width:none}.image-gallery-thumbnail img{border-radius:8px;transition:transform .3s ease,border .3s ease;object-fit:contain;aspect-ratio:16/10}.image-gallery-thumbnails-container::-webkit-scrollbar{display:none}.image-gallery-thumbnail img:hover{transform:scale(1.15);border:2px solid #f39c12}.image-gallery-thumbnail.active img{border:2px solid #e67e22}footer{margin-top:40px;color:#aaa;font-size:.9rem}footer a{color:#e67e22;text-decoration:none}footer a:hover{text-decoration:underline}@media (max-width: 768px){.section{width:100%;padding:20px}h1{font-size:2.2rem}.section h2{font-size:1.6rem}}@media (max-width: 768px){.App h1{font-size:2em}}*{margin:0;padding:0;box-sizing:border-box}.events-page{font-family:Arial,sans-serif;background-color:#121212;color:#fff;padding:5px}.fit-image{width:100%;height:100%;object-fit:cover;border-radius:10px;opacity:.7}.events-header h1{font-size:2.5rem;color:#fff}.events-header p{color:#aaa;margin-top:10px}.register-section{text-align:center;margin:30px 0;background-color:#1e1e1e;padding:20px;border-radius:10px}.register-section h2{font-size:2rem;margin-bottom:20px;color:#e67e22}.register-section p{line-height:1.6;max-width:800px;margin:0 auto;font-weight:500}.events-section{margin-top:40px}.events-section h3{font-size:1.8rem;text-align:center;margin-bottom:20px;color:#e67e22}.events-list{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.event-card{position:relative;background-color:#1e1e1e;border-radius:8px;overflow:hidden;width:200px;box-shadow:0 4px 6px #0000004d;cursor:pointer;text-decoration:none;color:inherit;transition:transform .3s ease}.event-card:hover{transform:scale(1.05)}.event-image{height:150px;background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:8px 8px 0 0}.event-details{padding:10px;text-align:center}.event-date{position:absolute;top:10px;left:10px;background-color:#000000b3;color:#f39c12;font-weight:700;font-size:.9rem;padding:5px 10px;border-radius:4px;z-index:2}.event-name{font-size:1.2rem;margin:10px 0}.event-time,.event-block{font-size:.9rem;color:#bbb}@media (max-width: 600px){.fit-image{height:200px}.events-page{padding:10px}}*{padding:0;margin:0;box-sizing:border-box;text-decoration:none}
