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