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;padding:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}nav{align-items:center;display:flex;justify-content:space-between;padding:1rem}nav .logo h3{color:#fff;margin:0}nav .nav-toggle{background:none;border:none;color:#fff;cursor:pointer;display:none;font-size:1.5rem}nav .nav-links{align-items:center;display:flex}nav .nav-links a{border-radius:5px;color:#000;font-weight:700;margin-left:1rem;padding:1rem;text-decoration:none}nav .nav-links a:hover{background-color:#fff}nav .nav-links.show{display:block}nav .social-media-icons{align-items:center;display:flex;margin-left:auto}@media(max-width:768px){.nav{align-items:flex-start;flex-direction:column;justify-content:center;padding:0;width:100%}.nav .logo{padding:1rem 0;text-align:center;width:100%}.nav .nav-toggle{align-self:center;display:block;margin:1rem}.nav .nav-links{display:none;width:100%}.nav .nav-links a{margin:.5rem 0;text-align:center;width:100%}.nav .nav.open .nav-links{align-items:center;display:flex;flex-direction:column;justify-content:space-evenly;margin-right:1rem;padding-bottom:1rem;padding-right:1rem}}.link{border-radius:5px;color:#fff;font-weight:700;margin-left:1rem;padding:1rem;text-decoration:none;width:60px}.link:hover{background-color:#fff}.header{background-color:#121416;background-image:url(/static/media/dunes2.bd7132c8499bc4df1026.webp);background:linear-gradient(90deg,#48bce2,#e6bf8d 30%,#48bce2);background:linear-gradient(90deg,#0d0e0f,#93180d 50%,#b5521c);padding:10px 20px}@media(max-width:480px){.header{padding:10px 0}}.header .header_container{align-items:center;display:flex;justify-content:space-between}@media(max-width:480px){.header .header_container{margin:0;padding:0}}.header .header_logo{height:auto;width:80px}.header h3{color:#fff;margin-left:1rem}.header_title a{align-items:center;display:flex;justify-content:center;margin-left:5rem}@media(min-width:481px)and (max-width:800px){.header_title a{margin-left:1rem}}@media(max-width:480px){.header_title a{margin-left:1rem}}.header_menu{align-items:center;display:flex;justify-content:center;margin-right:5rem}@media(min-width:481px)and (max-width:800px){.header_menu{margin-right:1rem}}@media(max-width:480px){.header_menu{margin-left:1rem;padding:0}}.footer{background:linear-gradient(90deg,#0d0e0f,#d42d1e 50%,#e27e48);margin:0;padding:10px 20px;width:100%;z-index:100}.footer .footer_container{align-items:center;display:flex;justify-content:space-between;width:100%}.footer .footer_container p{color:#fff}.about-wrapper{align-items:flex-start;display:flex;gap:24px;justify-content:space-between;margin:0 auto;max-width:1200px;padding:20px}.about-component{border-radius:5px;padding:20px;width:50%}.about-component p{color:#fcf2f2;font-size:1.2rem;font-weight:500;line-height:1.5}.about-video{width:30%}.about-video video{border-radius:6px;display:block;height:auto;width:100%}@media(max-width:1024px){.about-wrapper{align-items:center;flex-direction:column}.about-component,.about-video{max-width:800px;width:100%}}@media(max-width:600px){.about-wrapper{padding:12px}.about-component{padding:12px;text-align:center}.about-component p{font-size:.95rem}.about-video{display:flex;justify-content:center}.about-video,.about-video video{max-width:100%}}.hero{align-items:center;background-color:#0c0505;background:linear-gradient(90deg,#0d0e0f,#d42d1e 60%,#ce1b0e);background-position:top;display:flex;justify-content:center;margin-top:20px;padding:50px 20px;position:relative;text-align:center}.hero img{border-radius:10px;box-shadow:0 4px 8px #0000001a;height:50vh;object-fit:cover;width:100%}.hero h1{background:#00000080;border:2px solid #543c2b;color:rgba(255,217,0,.647);font-family:Papyrus,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:4rem;font-weight:700;left:0;letter-spacing:2px;padding:10px 20px;position:absolute;text-shadow:3px 3px 6px #000000b3}.contact{align-items:center;border-radius:8px;box-shadow:0 4px 8px #0000001a;display:flex;flex-direction:column;justify-content:center;margin:0;padding:20px}@media(max-width:480px){.contact{align-items:flex-start}}.contact__form{max-width:500px}@media(max-width:480px){.contact{padding:15px;width:80%}}@media(min-width:481px)and (max-width:800px){.contact{max-width:500px;padding:20px;width:400px}}@media(min-width:801px){.contact{padding:25px;width:700px}}.contact__title{color:#333;font-size:2rem;margin-bottom:20px}@media(max-width:480px){.contact__title{font-size:1.5rem;margin-bottom:15px}}.contact__subtitle{color:#555;font-size:1.5rem;margin-bottom:15px}@media(max-width:480px){.contact__subtitle{font-size:1.2rem;margin-bottom:10px}}.contact__warning{color:#d2691e;font-size:1rem;font-weight:500;margin-bottom:20px}@media(max-width:480px){.contact__warning{font-size:.9rem;margin-bottom:15px}}.contact__description{color:#666;margin-bottom:20px;text-align:center}@media(max-width:480px){.contact__description{font-size:.9rem;margin-bottom:15px}}.contact__thank-you-message{text-align:center}.contact__button{background-color:#007bff;border:none;border-radius:4px;color:#fff;cursor:pointer;margin-top:10px;padding:10px 20px}.contact__button:hover{background-color:#0056b3}.contact__form-group{display:flex;flex-direction:column;margin-bottom:15px;width:100%}.contact__label{color:#050505;font-weight:700;margin-bottom:5px}.contact__input,.contact__textarea{border:1px solid #ccc;border-radius:4px;box-sizing:border-box;font-size:1rem;padding:10px;width:100%}.contact__input:focus,.contact__textarea:focus{border-color:#007bff;outline:none}.contact__textarea{min-height:200px;resize:vertical;resize:none}.contact__form{width:100%}h3{color:wheat}.gallery{margin:2px;overflow:hidden;padding:20px}.gallery-content{display:flex;overflow-x:auto;overflow-y:hidden;padding:2px;scroll-behavior:smooth}.gallery-item{flex:0 0 auto;margin:10px}.gallery-item img{border-radius:10px;max-height:400px;object-fit:cover;width:auto}.support-us__importance-of-support{align-items:center;display:flex;gap:24px;justify-content:center;margin:0 auto;max-width:1200px;padding:20px}.support-us__importance-of-support .support-text{color:#fcf2f2;width:50%}.support-us__importance-of-support .support-video{width:30%}.support-us__importance-of-support .support-video video{border-radius:6px;display:block;height:auto;width:100%}@media(max-width:1024px){.support-us__importance-of-support{align-items:center;flex-direction:column}.support-us__importance-of-support .support-text,.support-us__importance-of-support .support-video{max-width:800px;width:100%}}@media(max-width:600px){.support-us__importance-of-support{padding:12px}.support-text{color:#fff;text-align:center}.support-text p,.support-text ul{font-size:.95rem}.support-video{display:flex;justify-content:center;max-width:100%}.support-video video{max-width:100%}}.homepage{background-attachment:fixed;background-color:#000;background-image:url(/static/media/Akhenaten-and-The-Hymn-To-The-Aten-Trips-in-Egypt.45b59e9f789119f8b2ea.jpg);background-position:50%;background-size:cover;margin:0;width:100%}.homepage section{border-radius:8px;height:auto;margin:10px 0;min-height:50vh;padding:20px;position:relative}@media(max-width:768px){.homepage section{height:auto}}.homepage section.about,.homepage section.contact,.homepage section.gallery,.homepage section.support{background-color:#000000b3}.homepage section.about:before,.homepage section.contact:before,.homepage section.gallery:before,.homepage section.support:before{background-position:50%;background-size:cover;border-radius:8px;bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.homepage section.contact{background-color:#0000;width:100%}.homepage section.shows{background-color:#e9e9e9}.homepage section.tickets{background-color:#e0e0e0}.homepage section.news{background-color:#d0d0d0}.homepage section h2{margin-top:0}.homepage section h2,.homepage section>*{position:relative;z-index:2}.homepage section .text-content{background-color:#000000b3;border-radius:5px;padding:10px}.site{display:flex;flex-direction:column;min-height:100vh}.site-header{background-color:#fff;box-shadow:0 2px 4px #0000001a;left:0;position:fixed;right:0;top:0;width:100%;z-index:1000}.site-content{margin-top:70px;width:100%}:root{--sand-light:#f4e1c1;--sand-medium:#e0c9a6;--sand-dark:#b69a79;--dune-highlight:#f0dac3;--dune-shadow:#c9a78b;--text-color:#3c2f2f;--accent-color:#af866b}body{background-color:#f4e1c1;background-color:var(--sand-light);color:#3c2f2f;color:var(--text-color);font-family:Arial,sans-serif}main{background-color:#e0c9a6;background-color:var(--sand-medium)}a{color:#af866b;color:var(--accent-color)}
/*# sourceMappingURL=main.425b23b2.css.map*/