.hidden{display:none}body{color:#fff}body.no-scroll{overflow:hidden}h1,h2,h3,h4,h5,h6,p,.header_logo img,#book_now,#hamburger,nav ul li,.footer_logo img,.footer_social img,footer nav ul li,footer p{filter:drop-shadow(0 0 10px rgba(0, 0, 0, 0.5))}.page-padding{padding:2rem 0 1.5rem 0}.header_logo:active,#book_now:active,header nav ul li:active,.footer_logo img:active,.footer_social img:active,footer nav ul li:active,.back-to-top img:active{transform:scale(0.95)}@media screen and (min-width: 768px){.page-padding{padding-top:2.5rem}}@media screen and (min-width: 992px){.page-padding{padding-top:2.5rem}}@media screen and (min-width: 1200px){.page-padding{padding-top:2.75rem}}nav ul{list-style:none;margin:0;padding:0;gap:20px}a{font-family:"Sora",sans-serif;font-weight:600;text-decoration:none;color:#fff}p{font-family:"Sora",sans-serif;font-weight:600;font-size:16px}body{background:#1e0123 no-repeat center center fixed;background-size:cover}body::after{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.5) 100%);z-index:10}.landing{margin:0;width:100vw;height:100vh;display:flex;justify-content:center;align-items:center;text-align:center}.main-logo{width:20rem;margin-bottom:1rem;filter:drop-shadow(0 0 10px rgba(0, 0, 0, 0.5))}.soon-text{font-family:"Sora",sans-serif;font-weight:700;color:#fff;text-shadow:0px 0px 10px rgba(0,0,0,.5);font-size:2.5rem}.landing-video{position:fixed;top:0;left:0;width:100vw;height:100vh;-o-object-fit:cover;object-fit:cover;z-index:-1;transform:rotate(180deg)}@media screen and (min-width: 768px){.main-logo{width:32rem;margin-bottom:1.5rem}.soon-text{font-size:4rem}}@media screen and (min-width: 992px){.main-logo{width:25rem;margin-bottom:1.25rem}.soon-text{font-size:3rem}}@media screen and (min-width: 1200px){.main-logo{width:30rem;margin-bottom:1.5rem}.soon-text{font-size:3.5rem}}@media screen and (min-width: 1920px){.main-logo{width:40rem;margin-bottom:1.5rem}.soon-text{font-size:4.5rem}}#site-header{transition:transform .4s ease,opacity .4s ease}#site-header.hide{transform:translateY(-100%);opacity:0}header{position:relative;display:flex;align-items:center;justify-content:space-between;height:6rem;padding:0 20px;background:rgba(11,3,11,.5);z-index:1000}header::before{content:"";position:absolute;inset:0;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);z-index:-1;transition:opacity .5s ease-in-out}.header_logo img{width:8.5rem;position:relative;z-index:1010;transition:transform .25s ease}.header_actions{display:flex;align-items:center;gap:1.5rem;position:relative;z-index:1010}#book_now{border:1px solid #fff;border-radius:5px;padding:8px 16px;background-color:hsla(0,0%,100%,.1);color:#fff;font-size:1rem;font-weight:600;text-align:center;text-decoration:none;cursor:pointer;white-space:nowrap}#hamburger{width:3.25rem;cursor:pointer;transition:transform .3s ease;z-index:1010}#hamburger.active{transform:rotate(90deg)}header nav{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:rgba(11,3,11,.5);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);visibility:hidden;opacity:0;transition:opacity .3s ease,visibility 0s linear .3s;z-index:999}header nav.active{visibility:visible;opacity:1;transition:opacity .3s ease,visibility 0s linear 0s}header nav ul{padding:0;margin:0;display:flex;flex-direction:column;text-align:center;justify-content:center;gap:3rem;font-size:1.75rem}@media screen and (min-width: 768px){header{height:6rem;padding:0 20px}.header_logo img{width:14rem}#book_now{border:1.25px solid #fff;margin-left:1.75rem}#hamburger{display:none}header nav{position:relative;justify-content:space-between;background:none;backdrop-filter:none;-webkit-backdrop-filter:none;visibility:visible;opacity:1;z-index:999}header nav ul{flex-direction:row;gap:1.5rem;font-size:1rem;margin-left:auto}}@media screen and (min-width: 992px){header{padding:0 30px}.header_logo img{width:13rem}.header_logo img:hover{transform:scale(0.95)}#book_now{border:1.25px solid #fff;margin-left:2rem;font-size:18px;transition:border-color .2s ease,background-color .2s ease}#book_now:hover{border-color:rgba(0,0,0,0);background-color:hsla(0,0%,100%,.2)}header nav ul{display:flex;gap:2rem;font-size:18px}header nav ul li a{position:relative;padding-bottom:4px}header nav ul li a::after{content:"";position:absolute;left:0;bottom:0;height:1.5px;width:100%;background-color:#fff;transform:scaleX(0);transform-origin:left;transition:transform .3s ease}header nav ul li a:hover::after{transform:scaleX(1)}}@media screen and (min-width: 1200px){header{height:7rem;padding:0 35px}.header_logo img{width:14rem}#book_now{border:1.75px solid #fff;margin-left:2.25rem;font-size:20px}header nav ul{gap:2.25rem;font-size:20px}header nav ul li a{padding-bottom:5px}header nav ul li a::after{height:1.75px}}.terms .heading-texts img{width:90%}.terms h2{filter:drop-shadow(0 0 0px rgba(0, 0, 0, 0))}.terms :is(h3,h4,p){font-family:"Sora",sans-serif}.terms h3{font-size:22px;font-weight:800;text-transform:uppercase;margin:1.65rem 0 1rem 0}.terms h4{font-size:20px;font-weight:700;margin-bottom:1.5rem}.terms p{font-size:16px;font-weight:500;line-height:1.4;margin-bottom:1.25rem}@media screen and (min-width: 768px){.terms .heading-texts img{width:95%}}@media screen and (min-width: 992px){.terms .heading-texts img{width:70%}.terms h3{font-size:24px;margin:1.5rem 0 1rem 0}.terms h4{font-size:22px;margin-bottom:1.5rem}.terms p{font-size:18px;line-height:1.4;margin-bottom:1.25rem}}@media screen and (min-width: 1200px){.terms .heading-texts img{width:65%}.terms h3{font-size:26px;margin:1.5rem 0 1.25rem 0}.terms h4{font-size:24px;margin-bottom:1.75rem}.terms p{font-size:20px;line-height:1.5;margin-bottom:1.5rem}}@media screen and (min-width: 1920px){.terms .heading-texts img{width:60%}}.privacy .heading-texts img{width:65%}.privacy h2{filter:drop-shadow(0 0 0px rgba(0, 0, 0, 0))}.privacy :is(h3,h4,p,li){font-family:"Sora",sans-serif}.privacy h3{font-size:22px;font-weight:800;text-transform:uppercase;margin:1.65rem 0 1rem 0}.privacy h4{font-size:20px;font-weight:700;margin-bottom:1.5rem}.privacy p,.privacy li{font-size:16px;font-weight:500;line-height:1.4;margin-bottom:1.25rem}@media screen and (min-width: 768px){.privacy .heading-texts img{width:70%}}@media screen and (min-width: 992px){.privacy .heading-texts img{width:55%}.privacy h3{font-size:24px;margin:1.5rem 0 1rem 0}.privacy h4{font-size:22px;margin-bottom:1.5rem}.privacy p,.privacy li{font-size:18px;line-height:1.4;margin-bottom:1.25rem}}@media screen and (min-width: 1200px){.privacy .heading-texts img{width:50%}.privacy h3{font-size:26px;margin:1.5rem 0 1.25rem 0}.privacy h4{font-size:24px;margin-bottom:1.75rem}.privacy p,.privacy li{font-size:20px;line-height:1.5;margin-bottom:1.5rem}}@media screen and (min-width: 1920px){.privacy .heading-texts img{width:45%}}.back-to-top{position:fixed;bottom:20px;right:15px;width:55px;height:55px;border:none;background:rgba(0,0,0,0);cursor:pointer;opacity:0;visibility:hidden;transition:opacity .4s ease,visibility .4s ease,transform .3s ease;z-index:9999}.back-to-top img{width:100%;height:100%}.back-to-top.show{opacity:1;visibility:visible;transform:translateY(0)}.back-to-top.hide{opacity:0;visibility:hidden;transform:translateY(20px)}@media screen and (min-width: 1200px){.back-to-top{width:60px;height:60px}}footer{display:flex;flex-direction:column;align-items:center;height:auto;position:relative;z-index:9999;background:rgba(11,3,11,.5);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px)}.footer_logo img{width:14.5rem;padding:2.25rem 0 .75rem 0;transition:transform .25s ease}.footer_social{display:flex;justify-content:center;padding:0;gap:.5rem;padding-bottom:1.5rem}.footer_social img{width:3.75rem;transition:transform .25s ease}footer nav{display:flex;align-items:center}footer nav ul{display:flex;flex-direction:column;text-align:center;gap:1.35rem;font-size:1.35rem}.footer_credits{display:flex;text-align:center;align-items:center}footer p{padding:2rem 0 1rem 0;opacity:.35;font-size:16px}.mobile-show{display:block}.tablet-show{display:none}@media screen and (min-width: 768px){footer .footer_group{display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:5rem}.footer_group{margin-bottom:.75rem}.footer_items{display:flex;flex-direction:column;align-items:center}.footer_logo img{width:12rem;padding:2rem 0 .75rem 0}.footer_social img{width:3rem}footer nav ul{display:grid;grid-template-columns:repeat(2, auto);grid-template-rows:repeat(4, auto);grid-auto-flow:column;gap:1rem 3rem;text-align:left;font-size:1rem}footer p{padding:0 0 1rem 0}.mobile-show{display:none}.tablet-show{display:block}}@media screen and (min-width: 992px){footer .footer_group{gap:6rem}.footer_group{margin-bottom:.75rem}.footer_logo img{width:13rem;padding:2.5rem 0 .75rem 0}.footer_social{padding-bottom:2rem}.footer_social img{width:3.25rem}footer nav ul{gap:1rem 3rem;font-size:18px}footer nav ul li a{position:relative;display:inline-block;padding-bottom:4px}footer nav ul li a::after{content:"";position:absolute;left:0;bottom:0;height:1.5px;width:100%;background-color:#fff;transform:scaleX(0);transform-origin:left;transition:transform .3s ease}footer nav ul li a:hover::after{transform:scaleX(1)}.footer_logo img:hover,.footer_social img:hover{transform:scale(0.95)}}@media screen and (min-width: 1200px){footer .footer_group{gap:6.5rem}.footer_group{margin-bottom:.5rem}.footer_logo img{width:13.5rem}.footer_social{padding-bottom:2.25rem}.footer_social img{width:3.25rem}footer nav ul{gap:1rem 3.75rem;font-size:20px}}@media screen and (min-width: 1920px){footer .footer_group{gap:8rem}}.gallery{display:grid;grid-template-columns:repeat(auto-fill, minmax(250px, 1fr));gap:1.5rem;padding-bottom:3.5rem;margin-top:1rem}.gallery img{width:100%;height:auto;border-radius:.5rem}@media screen and (min-width: 992px){.gallery{display:grid;grid-template-columns:repeat(auto-fill, minmax(220px, 1fr));gap:2.5rem;padding-bottom:2.5rem;margin-top:2.5rem}}/*# sourceMappingURL=main.css.map */