.HomePage{display:flex;justify-content:center;align-items:center;flex-direction:column;padding:0 50px}@media (max-width:900px){.HomePage{padding:0 30px}}.home{height:100vh;width:100%;position:relative}.content-container{position:fixed;top:0;left:0;height:100vh;width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:30px}@keyframes slideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInScrollBtn{0%{opacity:0;transform:translateX(-50%) translateY(10px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}.content-container .explore-btn,.content-container .gallery-btn{display:flex;justify-content:center;align-items:center;border:2px solid #fff;text-decoration:none;background:transparent;color:#fff;font-size:14px;transition:.3s;cursor:pointer;line-height:1;height:40px;width:150px;opacity:0;transform:translateY(10px)}.content-container .explore-btn:hover,.content-container .gallery-btn:hover{background:#fff;color:#000}.content-container .explore-btn.animate,.content-container .gallery-btn.animate{animation:slideIn .3s forwards;animation-delay:.2s}.content-container .explore-btn{display:none}.content-container .name-container{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:20px}.content-container .name-container h1{color:#fff;font-size:clamp(30px,5vw,80px);font-weight:700;padding:0;margin:0;text-wrap:nowrap;opacity:0;transform:translateY(10px);line-height:1}.content-container .name-container p{color:#fff;font-size:20px;opacity:0;transform:translateY(10px)}.name-container.animate h1,.name-container.animate p{animation:slideIn .3s forwards}.name-container.animate p{animation-delay:.2s}.content-container img{width:280px;height:auto;padding:0;margin:0 5px}.home .scroll-btn-wrapper{display:flex;justify-content:center;align-items:center;opacity:0;position:fixed;bottom:20px;left:50%;height:50px;width:50px;transform:translateX(-50%) translateY(10px);border-radius:50%;overflow:hidden}.home .scroll-btn-wrapper.animate{animation:slideInScrollBtn .3s forwards;animation-delay:.3s}.home .scroll-btn{border:none;background:transparent;display:flex;justify-content:center;align-items:center;transition:.3s;cursor:pointer}.home .scroll-btn:hover{transform:translateY(-5px)}.home .scroll-btn>*{color:#fff;width:40px;height:40px}.foreground{position:fixed;top:0;left:0;height:100vh;width:100%;z-index:1;pointer-events:none}@media (max-width:700px){.content-container .home-btn{display:flex}.content-container .name-container p{display:none}}@media (max-width:500px){.content-container .explore-btn{display:flex}.content-container .gallery-btn{display:none}.content-container .explore-btn:hover{background:transparent;color:#fff}}:root{--num-scroll:3}.gallery-container{max-width:1200px;min-height:100vh}.gallery-container,.gallery-container .header{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%;gap:50px}.gallery-container .header{z-index:1}.gallery-container .header p{color:#fff;font-size:clamp(40px,10vw,80px);padding:0;margin:0;font-weight:700;line-height:1}.gallery-container p{color:#fff;font-size:30px;padding:0;margin:0;z-index:1;font-weight:300}.gallery-images{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:5px;z-index:1;width:100%}.gallery-images p{font-size:16px;text-wrap:wrap;text-align:center}.gallery-image{display:flex;justify-content:center;align-items:center;overflow:hidden;cursor:zoom-in;border:1px solid #fff;aspect-ratio:1}.gallery-image:hover img{transform:scale(1.1)}.gallery-image img{object-fit:cover;width:100%;height:100%;transition:.15s;will-change:transform}.gallery-container .full-gallery-btn{width:100%;height:60px;color:#fff;background:rgba(0,0,0,.3);border-radius:5px;border:1px solid rgba(255,255,255,.5);font-size:16px;cursor:pointer;z-index:1;display:flex;justify-content:center;align-items:center;text-decoration:none;font-weight:300;transition:.3s}.gallery-container .full-gallery-btn:hover{background:rgba(255,255,255,1);color:#000}.img-container{height:100%;width:100%;display:flex;justify-content:center;align-items:center}.img-container img{max-height:100%}.carousel-wrapper{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:20px}.carousel{z-index:1;width:100%;border:1px solid #fff}.slider-wrapper{position:relative;width:100%}.slider{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.slider img{width:calc(100% / 3);flex-grow:1;flex-shrink:0;flex-basis:calc(100% / 3);scroll-snap-align:start;object-fit:cover}.slider-nav{display:flex;justify-content:space-between;align-items:center;width:100%;height:100%;column-gap:10px;position:absolute;bottom:0;left:50%;transform:translateX(-50%);z-index:1;overflow:hidden}.slider-nav button{width:100px;height:100%;background:transparent;border:none;transition:.3s;cursor:pointer}.slider-nav button:hover{background:rgba(0,0,0,.3)}.slider-nav button>*{color:#fff;width:30px;height:30px;stroke-width:2}.slider::-webkit-scrollbar{display:none}.carousel-dots{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);display:flex;justify-content:center;align-items:center;gap:5px;z-index:1;padding:10px;border-radius:50px;background:rgba(0,0,0,.5)}.carousel-dot{width:8px;height:8px;border-radius:50%;background:#fff;opacity:.75;transition:.3s}.carousel-dot.active{opacity:1}@media (max-width:900px){.gallery{grid-template-columns:repeat(10,1fr);grid-template-rows:repeat(20,1fr)}.open-img-container .img-container{width:100%;height:auto}.gallery-container .full-gallery-btn{width:100%}.slider img{width:calc(100% / 2);flex-grow:1;flex-shrink:0;flex-basis:calc(100% / 2);scroll-snap-align:start;object-fit:cover}}@media (max-width:650px){.slider img{width:100%;flex:1 0 100%;scroll-snap-align:start;object-fit:cover}}@media (max-width:560px){.carousel{width:100%}.slider-nav{display:none}}.about-page{min-height:100vh;padding:100px 0;overflow:hidden}.about-page,.about-page .info-container{width:100%;max-width:1200px;display:flex;justify-content:center;align-items:center}.about-page .info-container{gap:50px;z-index:1}.about-img-container{width:100%;height:auto;border-radius:10px;overflow:hidden;border:1px solid #fff;display:flex;justify-content:center;align-content:center}.about-img{width:100%;height:100%;object-fit:cover;border-radius:10px}.about-page .info-container h1{color:#fff;padding:0;margin:0;font-size:clamp(40px,10vw,80px);font-weight:700;line-height:1}.about-info{width:100%;justify-content:center;align-items:center;gap:50px}.about-bio,.about-info{display:flex;flex-direction:column}.about-bio{gap:30px}.about-page .info-container p{color:#fff;padding:0;margin:0;text-wrap:wrap}.instagram-link{display:flex;gap:20px;border-bottom:1px solid #fff;transition:.3s;will-change:transform}.instagram-link a{text-decoration:none;color:#fff;font-size:26px;margin:0;padding:0;line-height:1}.instagram-link:hover{transform:scale(1.1)}@media (max-width:950px){.about-page .info-container{flex-direction:column}}.contact-page{min-height:100vh;max-width:1200px;justify-self:center}.contact-page,.contact-page .contact-header{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:50px}.contact-page .contact-header{text-align:center;z-index:1}.contact-page .contact-header .booking-btn{width:100%;height:60px;color:#fff;background:rgba(0,0,0,.3);border-radius:5px;border:1px solid rgba(255,255,255,.5);font-size:16px;cursor:pointer;z-index:1;display:flex;justify-content:center;align-items:center;text-decoration:none;transition:.3s}.contact-page .contact-header .booking-btn:hover{background:rgba(255,255,255,1);color:#000}.contact-page .contact-header p{color:#fff;margin:0;padding:0;font-size:clamp(40px,10vw,80px);line-height:1;font-weight:700}.contact-page .contact-info{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:20px;width:100%;z-index:1}.contact-page .contact-info .questions{font-size:30px}.contact-page .contact-info p{font-size:16px;color:#fff;padding:0;margin:0}.contact-page .contact-info p a{font-size:16px;color:#fff;font-weight:500}.contact-page .contact-info .faq-btn{width:100%;height:60px;color:#fff;background:rgba(0,0,0,.3);border-radius:5px;border:1px solid rgba(255,255,255,.5);font-size:16px;cursor:pointer;z-index:1;display:flex;justify-content:center;align-items:center;text-decoration:none;transition:.3s}.contact-page .contact-info .faq-btn:hover{background:rgba(255,255,255,1);color:#000}.reviews-page{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%;max-width:1200px;min-height:100vh;gap:50px}.reviews-page p{padding:0;margin:0}.reviews-page .reviews-page-header{z-index:1}.reviews-page .reviews-page-header p{font-size:clamp(40px,10vw,80px);font-weight:700;color:#fff;line-height:1;padding:0;margin:0}.reviews-page .total-rating{flex-direction:column;line-height:1}.reviews-page .total-rating,.reviews-page .total-rating .stars{width:100%;display:flex;justify-content:center;align-items:center;z-index:1;gap:5px}.reviews-page .total-rating i{margin:0;padding:0;font-size:clamp(30px,5vw,40px);color:#FFD800}.reviews-page .total-rating p{margin:0;padding:0;font-size:clamp(50px,10vw,80px);color:#FFD800}.reviews-container{display:flex;justify-content:space-between;align-items:start;width:100%;z-index:1}.review{width:30%;height:auto;padding:20px;border:1px solid rgba(255,255,255,.3);border-radius:10px;-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px);flex-direction:column;justify-content:center;gap:20px}.review,.review .header{display:flex;align-items:center}.review .header{justify-content:space-between;width:100%}.review .header .name{color:#fff}.review .header .stars{display:flex;justify-content:center;align-items:center;color:#E391FF}.review .content{color:#fff}.create-review{width:100%;height:60px;color:#fff;background:rgba(0,0,0,.3);border-radius:5px;border:1px solid rgba(255,255,255,.5);font-size:16px;cursor:pointer;z-index:1;display:flex;justify-content:center;align-items:center;text-decoration:none;transition:.3s}.create-review:hover{background:rgba(255,255,255,1);color:#000}.all-reviews{border:none;background:transparent;color:white;cursor:pointer;font-size:20px;z-index:1;margin-top:20px}.reviews-page .no-reviews-message{text-align:center;font-style:italic;color:#fff;z-index:1}.reviews-page .google-reviews{width:100%;display:flex;justify-content:center;align-items:center;color:#fff;z-index:1;text-wrap:wrap;text-align:center}@media (max-width:900px){.reviews-container{display:flex;justify-content:center;align-items:center;width:100%;flex-direction:column;gap:20px}.create-review,.review{width:100%}}.location-page{width:100%;max-width:1200px;height:100vh;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:50px}.location-page .header,.location-page .info{z-index:1}.location-page .info{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:15px}.location-page .header h1{font-size:clamp(40px,10vw,80px);color:#fff;font-weight:700;line-height:1;padding:0;margin:0}.location-page .info h3,.location-page .info p{color:#fff;line-height:1;font-size:clamp(20px,5vw,30px);padding:0;margin:0;text-wrap:wrap;text-align:center}.location-page .info h3{font-weight:600}