@import"https://fonts.googleapis.com/css2?family=Domine:wght@400..700&family=Libre+Bodoni:ital,wght@0,400..700;1,400..700&display=swap";nav{width:100%;padding:.5em;position:fixed;top:0;left:0;display:flex;align-items:center;justify-content:space-between;z-index:10;background-color:#fff}.logo{width:14em}nav ul li{display:inline-block;padding:5px;margin:0 20px;cursor:pointer;font-size:.9em;position:relative}.menu{display:none}@media (max-width: 1200px){nav ul{position:fixed;top:0;right:0;bottom:0;background:#fff;z-index:-1;width:200px;padding-top:4em;transition:.5s}nav ul li{display:block;margin:1.5em 2em}.menu{display:block;width:1.8em;cursor:pointer}.hide-mobile-nav{right:-200px}}footer{display:flex;align-items:center;justify-content:center;flex-direction:column;width:90%;margin:80px auto 1em;gap:1em}.footer-container{width:100%;padding:0 5em;display:flex;gap:5em}.made-by{color:var(--dark-red);cursor:pointer;position:relative;padding:.3em;font-size:inherit}.line{height:1px;width:100%;margin:0 auto;background:var(--grey)}footer h3{margin-bottom:.5em;font-size:.8em}footer li{cursor:pointer;padding:.2em 0;font-size:.8em}footer ul{display:flex;flex-direction:column;gap:.4em;padding:.2em 0}.footer-right{display:flex;flex-direction:column}.footer-right p{padding:.2em 0;font-size:.8em}.footer-right a{font-size:1em;color:var(--dark-red)}.copyright p{font-size:.8em}@media (max-width: 1200px){footer{width:95%;text-wrap:nowrap}.footer-right{text-wrap:wrap}.footer-container{padding:0 1em;gap:3em}}.hero{width:100%;min-height:100vh;background:linear-gradient(#19060080,#190d00b3),url(/assets/hero-Ccm8t6aw.jpg);background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center}.hero-text{color:var(--light-grey);text-align:center;max-width:900px}.hero-text h1{font-size:3em;font-weight:600;line-height:1.3;margin-top:.5em;font-family:Libre Bodoni,serif}.hero-text h5{font-size:.9em;text-transform:uppercase;color:var(--grey)}.hero-text p{max-width:700px;margin:30px auto}@media (max-width: 1200px){.hero-text{padding:0 5%}.hero-text h1{font-size:3em;line-height:1.1}.hero-text h5{font-size:.8em;margin-bottom:.8em}}@media (max-width: 800px){.hero-text h1{font-size:2.3em;line-height:1.1}}.offer{margin:0 auto 80px;width:90%;display:flex;flex-direction:column;align-items:center;justify-content:center}.items{display:grid;grid-template-columns:repeat(3,1fr);gap:1em;margin-bottom:1em}.offer-item-img{width:100%;height:100%;border-radius:10px;display:block;aspect-ratio:4/3;object-fit:cover}.offer-item p{border-radius:10px;position:absolute;top:0;left:0;bottom:0;right:0;background:var(--trans-grey);display:flex;align-items:center;justify-content:center;flex-direction:column;color:#fff;cursor:pointer;opacity:0;padding-top:70%;transition:.4s}.offer-item p img{width:2em;margin-bottom:1em}.offer-item:hover p{opacity:1;padding-top:0}.offer-item{position:relative}@media (max-width: 1200px){.items{display:grid;grid-template-columns:1fr 1fr;gap:1em}.offer{width:100%}}.title{text-align:center;margin:70px 0 30px}.about{margin:80px auto;display:flex;align-items:center;justify-content:center;gap:3em;width:90%}.about-left{flex-basis:40%;position:relative}.about-right{flex-basis:56%}.about h2{max-width:60%;margin-bottom:10px;text-wrap:nowrap}.about-img{width:100%;border-radius:10px;display:block;max-height:300px;object-fit:cover}.about-left p{border-radius:10px;position:absolute;top:0;left:0;bottom:0;right:0;background:var(--trans-grey);display:flex;align-items:center;justify-content:center;flex-direction:column;color:#fff;cursor:pointer;opacity:0;padding-top:70%;transition:.4s}.about-left p img{width:2em;margin-bottom:1em}.about-left:hover p{opacity:1;padding-top:0}@media (max-width: 1200px){.about{flex-direction:column;gap:2em;width:100%}}.gallery{margin:0 auto 80px;width:90%;text-align:center}.photos{display:grid;grid-template-columns:1fr 1fr;gap:1em;padding-bottom:2em}.photo{aspect-ratio:4/3;width:100%;height:100%;object-fit:cover;border-radius:10px;cursor:pointer}@media (max-width: 1200px){.gallery{width:100%}}.contact{background-color:var(--dark-red);color:#fff;width:100%;min-height:5em;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:1.8em;padding:3em 10%}.contact .cta-btn{background:#fff;color:var(--dark-red)}.contact h4{font-size:1.3em;font-weight:600;text-align:center}.contact-img{width:3em}@media (max-width: 1200px){.contact h4{font-size:1.1em}.contact{padding:3em 5%}}.about-list li{list-style:circle;margin-left:2em}.about-page h2{margin-bottom:1em}.map-container{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:10px;margin:2rem auto;max-width:900px;width:90%}.map-iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.offer-page{display:flex;flex-direction:column;gap:3em}.offer-page h2{margin-bottom:1em}.offer-desc{display:flex;align-items:center;gap:3em}.offers{display:flex;flex-direction:column;gap:2em}.offers img{width:25%;border-radius:10px}.offer-route{display:flex;align-items:center;justify-content:center;gap:1em}.route{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1em 2em}.route-icon{width:5em}.offer-arrow{width:3em}@media (max-width: 700px){.offer-desc{flex-direction:column;width:85%;margin:0 auto}.offers img{width:100%}.route-icon{width:3em}.offer-arrow{width:2em}.offer-route{gap:0}.route{padding:1em}}.gallery-page{display:flex;flex-direction:column;gap:2em}.gallery-page-photos{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1em;padding-bottom:2em}.gallery-page .photo{aspect-ratio:4/3;width:100%;height:100%;object-fit:cover;border-radius:10px;cursor:pointer}@media (max-width: 1200px){.gallery-page-photos{grid-template-columns:1fr 1fr}}.contact-page{display:flex;flex-direction:column;gap:2em}.contact-container{display:flex;gap:5em}.contact-icon{width:1.2em;margin-right:.5em}.contact-left,.contact-right{width:50%}.contact-hours{margin-left:2em;font-size:.9em}@media (max-width: 1200px){.contact-container{flex-direction:column;gap:2em}.contact-left,.contact-right{width:100%}}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#242424de;background-color:#f5f5f5;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--red: #c72c41;--dark-red: #a50034;--grey: #d9d9d9;--light-grey: #f5f5f5;--trans-grey: rgba(30, 0, 0, .5)}*{margin:0;padding:0;box-sizing:border-box;list-style:none;font-size:14pt}h2{font-size:1.5em;color:#230808}h3{font-weight:600;font-size:.9em;text-transform:uppercase;color:#610e0e}.container{padding-left:10%;padding-right:10%}.content{width:80%;max-width:1200px;margin:120px auto;background:#fff;padding:3em 5em;border-radius:10px}a{text-decoration:none;color:inherit;line-height:1;cursor:pointer}.cta-btn{padding:14px 25px;background:var(--red);color:var(--light-grey);border-radius:30px;cursor:pointer;border:0;outline:0;display:inline-flex;align-items:center;justify-content:center}.more-btn{padding:.5em 0;margin-top:.8em;color:var(--dark-red);background:none;cursor:pointer;border:0;outline:0;display:inline-flex;align-items:center;justify-content:center;position:relative}.cta-btn img,.more-btn img{width:20px;margin-left:10px}.separator{height:1px;width:50%;margin:0 auto;background:var(--dark-red)}.nav-link:after,.more-btn:after,.made-by:after{content:"";position:absolute;left:50%;bottom:0;width:0%;height:2px;background-color:var(--dark-red);transition:width .3s ease,left .3s ease;transform:translate(-50%)}.nav-link:hover:after,.more-btn:hover:after,.made-by:hover:after{width:calc(100% - 10px);left:50%}.lightbox{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#000c;display:flex;align-items:center;justify-content:center;z-index:999;cursor:zoom-out}.lightbox img{max-width:90%;max-height:90%;box-shadow:0 0 20px #000}@media (max-width: 1200px){*{font-size:12pt}.container{padding-left:2em;padding-right:2em}.content{width:95%;margin:80px auto;padding:2em}}
