:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px rgba(0,0,0,.1);--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translateX(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y:0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:auto}.Toastify__toast{--toastify-toast-width:100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right;border-bottom-left-radius:0}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Header_header__kbMt1{position:-webkit-sticky;position:sticky;width:100%;top:0;z-index:11;background-color:#040b54}.Header_navbar__cUo6W{display:flex;justify-content:space-between;align-items:center;color:#fff;margin:0 auto}.Header_book_now_btn__8ZU1u{width:180px;height:72px;padding:15px;gap:10px;background:#ffdf00;border:none;font-family:var(--font-libre-baskerville),serif!important;font-size:14px;font-weight:500;line-height:18.23px;color:#151515;text-transform:uppercase;transition:.3s}@media(max-width:768px){.Header_book_now_btn__8ZU1u{display:none}}.Header_book_now_btn__8ZU1u:hover{background-color:#f0cf00}.Header_book_now_btn_mobile__U9tkr{padding:10px 20px;gap:10px;background:#ffdf00;border:none;font-family:var(--font-libre-baskerville),serif!important;font-size:14px;font-weight:500;line-height:18.23px;color:#151515;text-transform:uppercase}.Popup_popup_overlay__OXwpT{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000;font-family:var(--font-libre-baskerville),serif!important}.Popup_popup_overlay__OXwpT .Popup_popup_content__roJuY{background:#fff;width:800px;text-align:center;position:relative;border-radius:10px;opacity:0;visibility:hidden}.Popup_popup_overlay__OXwpT .Popup_popup_content__roJuY.Popup_show__V_K84{transform:scale(1) translateY(0);opacity:1;visibility:visible;animation:Popup_fadeInUp__REuBx 1s cubic-bezier(.25,1,.3,1) forwards}.Popup_popup_overlay__OXwpT .Popup_popup_content__roJuY.Popup_close__D0yHV{transform:scale(0);opacity:0;visibility:hidden;animation:Popup_fadeOutDown__06koo 1s cubic-bezier(1,.3,1,.25) backwards}@keyframes Popup_fadeInUp__REuBx{0%{opacity:0;transform:scale(.1) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes Popup_fadeOutDown__06koo{0%{opacity:1;transform:scale(1) translateY(0)}to{opacity:0;transform:scale(.1) translateY(20px)}}.Popup_popup_overlay__OXwpT span{font-size:14px}.Popup_popup_overlay__OXwpT .Popup_close_btn__BH0ds{position:absolute;top:-22px;right:0;cursor:pointer;display:flex;align-items:center;color:#fff}.Popup_popup_overlay__OXwpT .Popup_popup_flex_sec__lHtYQ{display:flex;gap:20px;align-items:center}.Popup_popup_overlay__OXwpT .Popup_popup_content_sec__h1Ahn{padding:20px;width:50%}.Popup_popup_overlay__OXwpT .Popup_popup_img__EZk1m{position:relative;width:50%;min-height:350px}.Popup_popup_overlay__OXwpT .Popup_popup_img__EZk1m img{object-fit:cover;border-top-left-radius:10px;border-bottom-left-radius:10px}@media screen and (max-width:1024px){.Popup_popup_overlay__OXwpT .Popup_popup_content__roJuY{width:750px}}@media screen and (max-width:767px){.Popup_popup_overlay__OXwpT .Popup_popup_content__roJuY{width:500px}.Popup_popup_overlay__OXwpT .Popup_popup_content__roJuY .Popup_popup_flex_sec__lHtYQ{flex-direction:column;gap:0}.Popup_popup_overlay__OXwpT .Popup_popup_content__roJuY .Popup_popup_content_sec__h1Ahn{width:100%;padding:10px}.Popup_popup_overlay__OXwpT .Popup_popup_content__roJuY .Popup_popup_img__EZk1m{width:100%;min-height:200px;height:auto}}@media screen and (max-width:625px){.Popup_popup_overlay__OXwpT .Popup_popup_content__roJuY{width:95%;text-align:left}}.BookingEngine_tabContainer__3JAuY{display:flex;gap:20px;padding:0 20px;box-shadow:0 0 10px 0 rgba(0,0,0,.102)}.BookingEngine_tabContainer__3JAuY .BookingEngine_tabItem__TE4Fb{background:none;border:none;padding:10px 0;font-family:var(--font-libre-baskerville),serif!important;font-size:14px;font-weight:400;line-height:18.23px;cursor:pointer;color:#151515;position:relative}.BookingEngine_tabContainer__3JAuY .BookingEngine_tabItem__TE4Fb:hover{color:#000}.BookingEngine_tabContainer__3JAuY .BookingEngine_tabItem__TE4Fb:hover:after{transform:scaleX(1)}.BookingEngine_tabContainer__3JAuY .BookingEngine_tabItem__TE4Fb:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background-color:#000a8f;color:#000a8f;transform:scaleX(0);transform-origin:center;transition:transform .3s ease}@media screen and (max-width:768px){.BookingEngine_tabContainer__3JAuY{overflow-x:scroll;gap:10px;padding:0}.BookingEngine_tabContainer__3JAuY .BookingEngine_tabItem__TE4Fb{font-size:12px;text-wrap-mode:nowrap;padding:10px 5px}}.BookingEngine_hotel_rooms__qUmFd h4{color:#000a8f;margin-bottom:20px}.BookingEngine_hotel_rooms__qUmFd h4 span{font-family:var(--font-libre-baskerville),serif!important;font-size:12px;font-weight:400;line-height:15.62px;color:#d21515}.BookingEngine_ratedetail_popup_overlay__jarhF{display:flex;justify-content:center;align-items:center;position:fixed;margin:0 auto;top:50%;left:50%;transform:translate(-50%,-50%);z-index:99;width:100%;height:100%;background:rgba(0,0,0,.329)}.BookingEngine_ratedetail_popup_overlay__jarhF .BookingEngine_roomdetail_popup__pNV0f{width:600px;z-index:99;background-color:#fff;padding:20px;border-radius:10px;box-shadow:0 0 30px rgba(0,0,0,.1);animation-duration:.3s;animation-fill-mode:both;transition:opacity .3s ease}.BookingEngine_ratedetail_popup_overlay__jarhF .BookingEngine_roomdetail_popup__pNV0f h3{font-size:18px;margin-top:0;margin-bottom:12px;font-family:var(--font-libre-baskerville),serif!important}.BookingEngine_ratedetail_popup_overlay__jarhF .BookingEngine_roomdetail_popup__pNV0f p{margin:0;font-size:13px}.BookingEngine_ratedetail_popup_overlay__jarhF .BookingEngine_roomdetail_popup__pNV0f .BookingEngine_close_button__abINe{position:absolute;top:20px;right:20px;background:none;border:none;font-size:16px;cursor:pointer}.BookingEngine_ratedetail_popup_overlay__jarhF .BookingEngine_zoomin_popup__OMkUb{animation-name:BookingEngine_zoomIn__0TKaO}.BookingEngine_ratedetail_popup_overlay__jarhF .BookingEngine_roomdetail_popup__pNV0f.BookingEngine_zoomin_popup__OMkUb{opacity:1}@keyframes BookingEngine_zoomIn__0TKaO{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.BookingEngine_property_rules__7BuVs .BookingEngine_bachelor_friendly__xip2B{width:max-content;border:1px solid #07ab1a;padding:3px 8px;border-radius:4px;font-family:var(--font-libre-baskerville),serif!important;font-size:12px;font-weight:400;line-height:15.62px;color:#07ab1a}.BookingEngine_location_sec__L0U01 .BookingEngine_location_sec_row__bwmj7{border:.5px solid #b8b8b8;display:flex;justify-content:space-between}.BookingEngine_location_sec__L0U01 .BookingEngine_location_sec_row__bwmj7 .BookingEngine_location_map__iY75M{width:65%;height:370px}.BookingEngine_location_sec__L0U01 .BookingEngine_location_sec_row__bwmj7 .BookingEngine_location_nearby__jK_zh{width:35%}.BookingEngine_location_sec__L0U01 .BookingEngine_location_sec_row__bwmj7 .BookingEngine_location_nearby__jK_zh .BookingEngine_location_nearby_title__0EioV{display:flex;justify-content:space-between;padding:10px;cursor:pointer}.BookingEngine_location_sec__L0U01 .BookingEngine_location_sec_row__bwmj7 .BookingEngine_location_nearby__jK_zh .BookingEngine_location_nearby_title__0EioV button{border:none;background:transparent}.BookingEngine_location_sec__L0U01 .BookingEngine_location_sec_row__bwmj7 .BookingEngine_location_nearby__jK_zh .BookingEngine_location_nearby_content__Ex21G .BookingEngine_location_nearby_content_card__8mmaT{display:flex;justify-content:space-between;padding:10px}.BookingEngine_location_sec__L0U01 .BookingEngine_location_sec_row__bwmj7 .BookingEngine_location_nearby__jK_zh .BookingEngine_location_nearby_content__Ex21G .BookingEngine_location_nearby_content_card__8mmaT .BookingEngine_location_nearby_content_left__Ao9A5{display:flex;align-items:center;gap:10px}.BookingEngine_location_sec__L0U01 .BookingEngine_location_sec_row__bwmj7 .BookingEngine_location_nearby__jK_zh .BookingEngine_location_nearby_content__Ex21G .BookingEngine_location_nearby_content_card__8mmaT .BookingEngine_location_nearby_content_right__2FNSE{display:flex;align-items:center;gap:5px}@media screen and (max-width:767px){.BookingEngine_location_sec__L0U01 .BookingEngine_location_sec_row__bwmj7{flex-direction:column}.BookingEngine_location_sec__L0U01 .BookingEngine_location_sec_row__bwmj7 .BookingEngine_location_map__iY75M,.BookingEngine_location_sec__L0U01 .BookingEngine_location_sec_row__bwmj7 .BookingEngine_location_nearby__jK_zh{width:100%}}.BookingEngine_facilities_sec__PJRl4 .BookingEngine_facilities_row__C3KZH{display:flex}.BookingEngine_facilities_sec__PJRl4 .BookingEngine_facilities_row__C3KZH .BookingEngine_facilities_row_left__T5Cr9{width:100%}.BookingEngine_facilities_sec__PJRl4 .BookingEngine_facilities_row__C3KZH .BookingEngine_facilities_row_left__T5Cr9 .BookingEngine_facilities_row_left_main__CSEs0{display:flex;flex-wrap:wrap;gap:20px;margin-top:20px}.BookingEngine_facilities_sec__PJRl4 .BookingEngine_facilities_row__C3KZH .BookingEngine_facilities_row_left__T5Cr9 .BookingEngine_facilities_row_left_main__CSEs0 .BookingEngine_facilities_row_left_card__Fs6qB{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:15px;border:.5px solid #b8b8b8;min-width:150px;border-radius:8px}@media screen and (max-width:767px){.BookingEngine_facilities_sec__PJRl4 .BookingEngine_facilities_row__C3KZH .BookingEngine_facilities_row_left__T5Cr9 .BookingEngine_facilities_row_left_main__CSEs0 .BookingEngine_facilities_row_left_card__Fs6qB{min-width:145px}}.BookingEngine_facilities_sec__PJRl4 .BookingEngine_facilities_row__C3KZH .BookingEngine_facilities_row_left__T5Cr9 .BookingEngine_facilities_row_left_main__CSEs0 .BookingEngine_facilities_row_left_card__Fs6qB p{color:#151515}.BookingEngine_facilities_sec__PJRl4 .BookingEngine_facilities_row__C3KZH .BookingEngine_facilities_row_right__Jsldw{width:35%;box-shadow:0 0 10px 0 rgba(0,0,0,.102)}.BookingEngine_facilities_sec__PJRl4 .BookingEngine_facilities_row__C3KZH .BookingEngine_facilities_row_right__Jsldw .BookingEngine_why_book_direct__wTggh{padding:15px}.BookingEngine_facilities_sec__PJRl4 .BookingEngine_facilities_row__C3KZH .BookingEngine_facilities_row_right__Jsldw .BookingEngine_why_book_direct__wTggh p{color:#000a8f;text-transform:uppercase;font-weight:600}.BookingEngine_facilities_sec__PJRl4 .BookingEngine_facilities_row__C3KZH .BookingEngine_facilities_row_right__Jsldw .BookingEngine_why_book_direct__wTggh ul{margin-top:20px}.BookingEngine_facilities_sec__PJRl4 .BookingEngine_facilities_row__C3KZH .BookingEngine_facilities_row_right__Jsldw .BookingEngine_why_book_direct__wTggh ul li{display:flex;gap:10px;align-items:center;font-family:var(--font-libre-baskerville),serif!important;font-size:14px;font-weight:400;line-height:18.23px;text-align:left;color:#000;margin:10px 0}.BookingEngine_facilities_sec__PJRl4 .BookingEngine_facilities_row__C3KZH .BookingEngine_facilities_row_right__Jsldw .BookingEngine_featured_hotel__C7iPi{padding:15px;display:flex;justify-content:space-between;border-top:.5px solid #b8b8b8}@media screen and (max-width:767px){.BookingEngine_facilities_sec__PJRl4 .BookingEngine_facilities_row__C3KZH{flex-wrap:wrap;gap:20px}.BookingEngine_facilities_sec__PJRl4 .BookingEngine_facilities_row__C3KZH .BookingEngine_facilities_row_left__T5Cr9{width:100%}.BookingEngine_facilities_sec__PJRl4 .BookingEngine_facilities_row__C3KZH .BookingEngine_facilities_row_left_main__CSEs0{gap:10px!important;flex-wrap:wrap}.BookingEngine_facilities_sec__PJRl4 .BookingEngine_facilities_row__C3KZH .BookingEngine_facilities_row_left_main__CSEs0 .BookingEngine_facilities_row_left_card__Fs6qB{width:48.3%!important}.BookingEngine_facilities_sec__PJRl4 .BookingEngine_facilities_row__C3KZH .BookingEngine_facilities_row_right__Jsldw{width:100%}}.BookingEngine_hotel_overview__cm760 .BookingEngine_hotel_overview_row__emp4g{display:flex}.BookingEngine_hotel_overview__cm760 .BookingEngine_hotel_overview_row__emp4g .BookingEngine_hotel_overview_row_left__iE8bP{width:65%}.BookingEngine_hotel_overview__cm760 .BookingEngine_hotel_overview_row__emp4g .BookingEngine_hotel_overview_row_left__iE8bP h3{color:#000a8f;margin-bottom:10px}.BookingEngine_hotel_overview__cm760 .BookingEngine_hotel_overview_row__emp4g .BookingEngine_hotel_overview_row_left__iE8bP .BookingEngine_read_more_container__W2E7y{position:relative;width:100%;margin:10px 0}.BookingEngine_hotel_overview__cm760 .BookingEngine_hotel_overview_row__emp4g .BookingEngine_hotel_overview_row_left__iE8bP .BookingEngine_read_more_container__W2E7y .BookingEngine_read_more_text__Nm0O1{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;line-clamp:3;-webkit-line-clamp:3;max-height:4.8em;transition:max-height .3s ease}.BookingEngine_hotel_overview__cm760 .BookingEngine_hotel_overview_row__emp4g .BookingEngine_hotel_overview_row_left__iE8bP .BookingEngine_read_more_container__W2E7y .BookingEngine_read_more_text__Nm0O1.BookingEngine_expanded__nT4QW{-webkit-line-clamp:unset;line-clamp:unset;max-height:none}.BookingEngine_hotel_overview__cm760 .BookingEngine_hotel_overview_row__emp4g .BookingEngine_hotel_overview_row_left__iE8bP .BookingEngine_read_more_container__W2E7y:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2.5em;background:linear-gradient(180deg,hsla(0,0%,100%,0),#fff);display:none}.BookingEngine_hotel_overview__cm760 .BookingEngine_hotel_overview_row__emp4g .BookingEngine_hotel_overview_row_left__iE8bP .BookingEngine_read_more_container__W2E7y.BookingEngine_collapsed__iHHkK:after{display:block}.BookingEngine_hotel_overview__cm760 .BookingEngine_hotel_overview_row__emp4g .BookingEngine_hotel_overview_row_right__t2SGX{width:35%!important;box-shadow:0 0 10px 0 rgba(0,0,0,.102);padding:10px}@media screen and (max-width:767px){.BookingEngine_hotel_overview__cm760 .BookingEngine_hotel_overview_row__emp4g{flex-direction:column;gap:20px}.BookingEngine_hotel_overview__cm760 .BookingEngine_hotel_overview_row__emp4g .BookingEngine_hotel_overview_row_left__iE8bP,.BookingEngine_hotel_overview__cm760 .BookingEngine_hotel_overview_row__emp4g .BookingEngine_hotel_overview_row_right__t2SGX{width:100%!important}}.BookingEngine_checkout_row__m7Lhx{display:flex;justify-content:space-between;gap:30px}.BookingEngine_checkout_row__m7Lhx .BookingEngine_checkout_row_left__bE80i{width:65%}.BookingEngine_checkout_row__m7Lhx .BookingEngine_checkout_row_left__bE80i .BookingEngine_booking_details__rXfnM .BookingEngine_booking_details_top__WnZ_3{display:flex;align-items:center;justify-content:space-between;padding:15px 0;margin-bottom:20px;border:.5px solid #b8b8b8}.BookingEngine_checkout_row__m7Lhx .BookingEngine_checkout_row_left__bE80i .BookingEngine_booking_details__rXfnM .BookingEngine_booking_details_top__WnZ_3 h6{color:#000a8f;font-weight:500}.BookingEngine_checkout_row__m7Lhx .BookingEngine_checkout_row_left__bE80i .BookingEngine_booking_details__rXfnM .BookingEngine_booking_details_top__WnZ_3 button{width:30px;height:30px;border:none;background-color:#ffdf00}.BookingEngine_checkout_row__m7Lhx .BookingEngine_checkout_row_left__bE80i .BookingEngine_booking_details__rXfnM .BookingEngine_addons_sec_main__YyOZi{margin-bottom:30px;padding:15px;border:.5px solid #b8b8b8}.BookingEngine_checkout_row__m7Lhx .BookingEngine_checkout_row_left__bE80i .BookingEngine_booking_details__rXfnM .BookingEngine_addons_sec_main__YyOZi .BookingEngine_addons_sec_title__hvz6P{display:flex;justify-content:space-between;align-items:center;cursor:pointer}.BookingEngine_checkout_row__m7Lhx .BookingEngine_checkout_row_left__bE80i .BookingEngine_booking_details__rXfnM .BookingEngine_addons_sec_main__YyOZi .BookingEngine_addons_sec_title__hvz6P h6{color:#000a8f;font-weight:500}.BookingEngine_checkout_row__m7Lhx .BookingEngine_checkout_row_left__bE80i .BookingEngine_booking_details__rXfnM .BookingEngine_addons_sec_main__YyOZi .BookingEngine_addons_sec_title__hvz6P button{width:30px;height:30px;border:none;background-color:#ffdf00}.BookingEngine_checkout_row__m7Lhx .BookingEngine_checkout_row_left__bE80i .BookingEngine_booking_details__rXfnM .BookingEngine_guest_details__H7733{border:.5px solid #b8b8b8;padding:15px}.BookingEngine_checkout_row__m7Lhx .BookingEngine_checkout_row_left__bE80i .BookingEngine_booking_details__rXfnM .BookingEngine_guest_details__H7733 h6{color:#000a8f;font-weight:500;margin-bottom:20px}.BookingEngine_checkout_row__m7Lhx .BookingEngine_checkout_row_left__bE80i .BookingEngine_booking_details__rXfnM .BookingEngine_guest_details__H7733 form{display:flex;flex-wrap:wrap;gap:0 20px}.BookingEngine_checkout_row__m7Lhx .BookingEngine_checkout_row_right__S8PzS{width:35%;background-color:#edeeff;padding:15px;height:-moz-fit-content;height:fit-content;position:-webkit-sticky;position:sticky;top:80px;height:100%}.BookingEngine_checkout_row__m7Lhx .BookingEngine_checkout_row_right__S8PzS p{color:#000}.BookingEngine_checkout_row__m7Lhx .BookingEngine_checkout_row_right__S8PzS h6{color:#333;font-weight:500;margin-bottom:20px}.BookingEngine_checkout_row__m7Lhx .BookingEngine_checkout_row_right__S8PzS .BookingEngine_discount_row__398RN p{color:#00aa49}@media screen and (max-width:767px){.BookingEngine_checkout_row__m7Lhx{flex-direction:column-reverse;gap:10px}.BookingEngine_checkout_row__m7Lhx .BookingEngine_checkout_row_left__bE80i,.BookingEngine_checkout_row__m7Lhx .BookingEngine_checkout_row_right__S8PzS{width:100%}.BookingEngine_checkout_row__m7Lhx .BookingEngine_checkout_row_left__bE80i .BookingEngine_booking_details__rXfnM .BookingEngine_addons_sec_main__YyOZi,.BookingEngine_checkout_row__m7Lhx .BookingEngine_checkout_row_left__bE80i .BookingEngine_booking_details__rXfnM .BookingEngine_guest_details__H7733,.BookingEngine_checkout_row__m7Lhx .BookingEngine_checkout_row_right__S8PzS .BookingEngine_booking_details__rXfnM .BookingEngine_addons_sec_main__YyOZi,.BookingEngine_checkout_row__m7Lhx .BookingEngine_checkout_row_right__S8PzS .BookingEngine_booking_details__rXfnM .BookingEngine_guest_details__H7733{padding:10px}.BookingEngine_checkout_row__m7Lhx .BookingEngine_checkout_row_left__bE80i .BookingEngine_booking_details__rXfnM .BookingEngine_guest_details__H7733 form,.BookingEngine_checkout_row__m7Lhx .BookingEngine_checkout_row_right__S8PzS .BookingEngine_booking_details__rXfnM .BookingEngine_guest_details__H7733 form{display:flex;flex-wrap:wrap;gap:0 5px}.BookingEngine_checkout_row__m7Lhx .BookingEngine_checkout_row_right__S8PzS{position:static}}.BookingEngine_hotel_gallery_parent__tu9EB{display:flex;gap:20px;margin:40px 0}.BookingEngine_hotel_gallery_parent__tu9EB .BookingEngine_hotel_gallery_left__0aErs{width:50%;position:relative;border-radius:15px;overflow:hidden}.BookingEngine_hotel_gallery_parent__tu9EB .BookingEngine_hotel_gallery_left__0aErs .BookingEngine_hotel_gallery_left_img__MmUfi{position:relative;width:100%;height:350px;overflow:hidden}.BookingEngine_hotel_gallery_parent__tu9EB .BookingEngine_hotel_gallery_left__0aErs .BookingEngine_hotel_gallery_left_img__MmUfi img{object-fit:cover;width:100%;height:100%}.BookingEngine_hotel_gallery_parent__tu9EB .BookingEngine_hotel_gallery_left__0aErs .BookingEngine_see_all_img_btn__NTbdz{position:absolute;cursor:pointer;bottom:0;font-size:14px;font-family:var(--font-libre-baskerville),serif!important;right:0;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:hsla(0,0%,100%,.8);color:#151515;display:flex;align-items:center;gap:5px;padding:5px 10px;border:0;opacity:1;transform:translateZ(0) scaleX(1) rotateX(0deg) rotateY(0deg) rotate(0deg) skew(0deg,0deg);transform-style:preserve-3d}.BookingEngine_hotel_gallery_parent__tu9EB .BookingEngine_hotel_gallery_center__5uxMi{width:25%;display:flex;flex-wrap:wrap;gap:20px;overflow:hidden;border-radius:15px}.BookingEngine_hotel_gallery_parent__tu9EB .BookingEngine_hotel_gallery_center__5uxMi .BookingEngine_hotel_gallery_right_img__pYtO7{position:relative;width:100%;overflow:hidden}.BookingEngine_hotel_gallery_parent__tu9EB .BookingEngine_hotel_gallery_center__5uxMi .BookingEngine_hotel_gallery_right_img__pYtO7 img{object-fit:cover;width:100%;height:100%}.BookingEngine_hotel_gallery_parent__tu9EB .BookingEngine_hotel_gallery_right__zHajI{width:30%;box-shadow:0 0 10px 0 rgba(0,0,0,.102);overflow:hidden;border-radius:15px}.BookingEngine_hotel_gallery_parent__tu9EB .BookingEngine_hotel_gallery_right__zHajI .BookingEngine_hotel_gallery_right_top__AIEsT{padding:15px 20px;border-bottom:.5px solid #b8b8b8}.BookingEngine_hotel_gallery_parent__tu9EB .BookingEngine_hotel_gallery_right__zHajI .BookingEngine_hotel_gallery_right_top__AIEsT p{color:#000a8f;text-transform:uppercase;font-weight:600}.BookingEngine_hotel_gallery_parent__tu9EB .BookingEngine_hotel_gallery_right__zHajI .BookingEngine_hotel_gallery_right_top__AIEsT ul{margin-top:10px}.BookingEngine_hotel_gallery_parent__tu9EB .BookingEngine_hotel_gallery_right__zHajI .BookingEngine_hotel_gallery_right_top__AIEsT ul li{display:flex;gap:10px;align-items:center;line-height:18.23px;text-align:left;color:#000;margin:10px 0;font-family:var(--font-libre-baskerville),serif!important;font-size:13px}.BookingEngine_hotel_gallery_parent__tu9EB .BookingEngine_hotel_gallery_right__zHajI .BookingEngine_hotel_gallery_right_bottom__K04rP{padding:15px 20px}@media only screen and (min-width:320px)and (max-width:480px){.BookingEngine_hotel_gallery_parent__tu9EB{flex-wrap:wrap;gap:10px;margin:20px 0}.BookingEngine_hotel_gallery_parent__tu9EB .BookingEngine_hotel_gallery_center__5uxMi{width:100%;justify-content:space-between;gap:5px}.BookingEngine_hotel_gallery_parent__tu9EB .BookingEngine_hotel_gallery_center__5uxMi .BookingEngine_hotel_gallery_right_img__pYtO7{height:120px!important;width:calc(50% - 3px)}.BookingEngine_hotel_gallery_parent__tu9EB .BookingEngine_hotel_gallery_left__0aErs{width:100%}.BookingEngine_hotel_gallery_parent__tu9EB .BookingEngine_hotel_gallery_left__0aErs .BookingEngine_hotel_gallery_left_img__MmUfi{height:170px!important}.BookingEngine_hotel_gallery_parent__tu9EB .BookingEngine_hotel_gallery_left__0aErs .BookingEngine_see_all_img_btn__NTbdz{padding:5px;font-size:12px}.BookingEngine_hotel_gallery_parent__tu9EB .BookingEngine_hotel_gallery_right__zHajI{width:100%}.BookingEngine_hotel_gallery_parent__tu9EB .BookingEngine_hotel_gallery_right__zHajI .BookingEngine_hotel_gallery_right_bottom__K04rP,.BookingEngine_hotel_gallery_parent__tu9EB .BookingEngine_hotel_gallery_right__zHajI .BookingEngine_hotel_gallery_right_top__AIEsT{padding:10px}.BookingEngine_hotel_gallery_parent__tu9EB .BookingEngine_hotel_gallery_right__zHajI .BookingEngine_hotel_gallery_right_bottom__K04rP ul,.BookingEngine_hotel_gallery_parent__tu9EB .BookingEngine_hotel_gallery_right__zHajI .BookingEngine_hotel_gallery_right_top__AIEsT ul{margin-top:10px}.BookingEngine_hotel_gallery_parent__tu9EB .BookingEngine_hotel_gallery_right__zHajI .BookingEngine_hotel_gallery_right_bottom__K04rP ul li,.BookingEngine_hotel_gallery_parent__tu9EB .BookingEngine_hotel_gallery_right__zHajI .BookingEngine_hotel_gallery_right_top__AIEsT ul li{font-size:12px;line-height:16px}}@media only screen and (min-width:481px)and (max-width:767px){.BookingEngine_hotel_gallery_parent__tu9EB{flex-wrap:wrap;gap:10px;margin:20px 0}.BookingEngine_hotel_gallery_parent__tu9EB .BookingEngine_hotel_gallery_right__zHajI{width:100%!important;display:flex;justify-content:space-between}.BookingEngine_hotel_gallery_parent__tu9EB .BookingEngine_hotel_gallery_right__zHajI .BookingEngine_hotel_gallery_right_bottom__K04rP,.BookingEngine_hotel_gallery_parent__tu9EB .BookingEngine_hotel_gallery_right__zHajI .BookingEngine_hotel_gallery_right_top__AIEsT{padding:10px}.BookingEngine_hotel_gallery_parent__tu9EB .BookingEngine_hotel_gallery_left__0aErs{width:100%!important}.BookingEngine_hotel_gallery_parent__tu9EB .BookingEngine_hotel_gallery_left__0aErs .BookingEngine_hotel_gallery_left_img__MmUfi{height:260px!important}.BookingEngine_hotel_gallery_parent__tu9EB .BookingEngine_hotel_gallery_left__0aErs .BookingEngine_see_all_img_btn__NTbdz{padding:5px;font-size:14px}.BookingEngine_hotel_gallery_parent__tu9EB .BookingEngine_hotel_gallery_center__5uxMi{width:100%;justify-content:space-between;gap:10px}.BookingEngine_hotel_gallery_parent__tu9EB .BookingEngine_hotel_gallery_center__5uxMi .BookingEngine_hotel_gallery_right_img__pYtO7{height:170px!important;width:calc(50% - 5px)}}.BookingEngine_skeleton__EtvJT{position:relative;overflow:hidden;background-color:#ddd}.BookingEngine_skeleton__EtvJT:after{content:"";position:absolute;top:0;left:-150%;width:150%;height:100%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.2),transparent);animation:BookingEngine_loading__5ULUq .75s infinite}@keyframes BookingEngine_loading__5ULUq{0%{left:-150%}50%{left:150%}to{left:150%}}.BookingEngine_modal_overlay__EKSLv{position:fixed;top:0;left:0;right:0;width:100%;height:100%;background:rgba(27,27,27,.541);display:flex;align-items:center;z-index:9}.BookingEngine_modal_overlay__EKSLv img{display:block;max-width:60%;max-height:80%;margin:60px auto;box-shadow:3px 5px 7px rgba(0,0,0,.5);object-fit:cover}.BookingEngine_modal_overlay__EKSLv .BookingEngine_loader__fcKBO{--d:22px;width:4px;height:4px;border-radius:50%;color:#fff;box-shadow:calc(1*var(--d)) calc(0*var(--d)) 0 0,calc(.707*var(--d)) calc(.707*var(--d)) 0 1px,calc(0*var(--d)) calc(1*var(--d)) 0 2px,calc(-.707*var(--d)) calc(.707*var(--d)) 0 3px,calc(-1*var(--d)) calc(0*var(--d)) 0 4px,calc(-.707*var(--d)) calc(-.707*var(--d)) 0 5px,calc(0*var(--d)) calc(-1*var(--d)) 0 6px;animation:BookingEngine_l27__PHvMJ 1s steps(8) infinite;margin:0 auto}@keyframes BookingEngine_l27__PHvMJ{to{transform:rotate(1turn)}}@media screen and (max-width:767px){.BookingEngine_modal_overlay__EKSLv img{max-width:80%}}.BookingEngine_close_button__abINe{position:absolute;top:10px;right:10px;background:none;border:none;font-size:24px;cursor:pointer;color:#fff}.BookingEngine_next_button__5LP9u,.BookingEngine_prev_button__rHydl,.BookingEngine_single_img_next_button__Frzt7,.BookingEngine_single_img_prev_button__bfr16{position:absolute;top:50%;transform:translateY(-50%);background-color:transparent;color:#fff;border:none;font-size:30px;cursor:pointer}.BookingEngine_prev_button__rHydl,.BookingEngine_single_img_prev_button__bfr16{left:10px}.BookingEngine_next_button__5LP9u,.BookingEngine_single_img_next_button__Frzt7{right:10px}@media screen and (max-width:767px){.BookingEngine_single_img_next_button__Frzt7{right:5px;padding:0}.BookingEngine_single_img_prev_button__bfr16{left:5px;padding:0}}.BookingEngine_gallery_slides_popup_container__4UcEp{background-color:#fff;width:90%;height:90%;border-radius:10px}.BookingEngine_gallery_slides_popup_container__4UcEp .BookingEngine_gallery_slides_popup_header__k22yn{height:8%;display:flex;justify-content:space-between;align-items:center;padding:10px;box-shadow:0 1px 4px rgba(0,0,0,.16)}.BookingEngine_gallery_slides_popup_container__4UcEp .BookingEngine_gallery_slides_popup_header__k22yn h6{margin:0!important}.BookingEngine_gallery_slides_popup_container__4UcEp .BookingEngine_gallery_slides_popup_header__k22yn .BookingEngine_desktop_close_btn__8CQSl{display:block}@media(max-width:768px){.BookingEngine_gallery_slides_popup_container__4UcEp .BookingEngine_gallery_slides_popup_header__k22yn .BookingEngine_desktop_close_btn__8CQSl{display:none}}.BookingEngine_gallery_slides_popup_container__4UcEp .BookingEngine_gallery_slides_popup_header__k22yn .BookingEngine_mobile_close_btn__XjC3E{display:none}@media(max-width:768px){.BookingEngine_gallery_slides_popup_container__4UcEp .BookingEngine_gallery_slides_popup_header__k22yn .BookingEngine_mobile_close_btn__XjC3E{display:block}}.BookingEngine_gallery_slides_popup_container__4UcEp .BookingEngine_gallery_slides_popup_header__k22yn .BookingEngine_gallery_filter_btns__z8kfy{display:flex;gap:7px;position:relative}.BookingEngine_gallery_slides_popup_container__4UcEp .BookingEngine_gallery_slides_popup_header__k22yn .BookingEngine_gallery_filter_btns__z8kfy button{border:1px solid #8b9556;padding:8px 10px;border-radius:15px;background:transparent;font-size:14px;font-weight:400;line-height:15.73px;color:#8b9556;cursor:pointer}.BookingEngine_gallery_slides_popup_container__4UcEp .BookingEngine_gallery_slides_popup_header__k22yn .BookingEngine_gallery_filter_btns__z8kfy button.BookingEngine_active__7gLH7{background-color:#8b9556;color:#fff}.BookingEngine_gallery_slides_popup_container__4UcEp .BookingEngine_gallery_slides_popup_header__k22yn .BookingEngine_gallery_filter_btns__z8kfy .BookingEngine_dropdown_buttons__Kdgc4{display:flex;flex-direction:column;gap:7px}.BookingEngine_gallery_slides_popup_container__4UcEp .BookingEngine_gallery_slides_popup_header__k22yn .BookingEngine_gallery_filter_btns__z8kfy .BookingEngine_dropdown_buttons__Kdgc4 button{width:100%}@media(max-width:768px){.BookingEngine_gallery_slides_popup_container__4UcEp .BookingEngine_gallery_slides_popup_header__k22yn .BookingEngine_gallery_filter_btns__z8kfy{flex-direction:column}.BookingEngine_gallery_slides_popup_container__4UcEp .BookingEngine_gallery_slides_popup_header__k22yn .BookingEngine_gallery_filter_btns__z8kfy button{width:100%}.BookingEngine_gallery_slides_popup_container__4UcEp .BookingEngine_gallery_slides_popup_header__k22yn .BookingEngine_gallery_filter_btns__z8kfy .BookingEngine_dropdown_buttons__Kdgc4{position:absolute;right:0;top:35px;background:#fff;z-index:9;padding:10px;border-radius:10px;min-width:130px}}.BookingEngine_gallery_slides_popup_container__4UcEp .BookingEngine_gallery_slides_popup_content_parent__ibEVM{height:inherit;height:92%}.BookingEngine_gallery_slides_popup_container__4UcEp .BookingEngine_gallery_slides_popup_content_parent__ibEVM .BookingEngine_gallery_slides_popup_image_parent__KxUra{display:flex;flex-wrap:wrap;gap:10px;overflow:hidden;padding:5px}.BookingEngine_gallery_slides_popup_container__4UcEp .BookingEngine_gallery_slides_popup_content_parent__ibEVM .BookingEngine_gallery_slides_popup_image_parent__KxUra .BookingEngine_gallery_slide_img__IqEZ1{position:relative;width:calc(33.3% - 7px);cursor:pointer;height:230px}.BookingEngine_gallery_slides_popup_container__4UcEp .BookingEngine_gallery_slides_popup_content_parent__ibEVM .BookingEngine_gallery_slides_popup_image_parent__KxUra .BookingEngine_gallery_slide_img__IqEZ1 img{object-fit:cover}@media only screen and (min-width:320px)and (max-width:480px){.BookingEngine_gallery_slides_popup_container__4UcEp .BookingEngine_gallery_slides_popup_content_parent__ibEVM .BookingEngine_gallery_slides_popup_image_parent__KxUra .BookingEngine_gallery_slide_img__IqEZ1{height:200px;width:100%}}@media only screen and (min-width:480px)and (max-width:768px){.BookingEngine_gallery_slides_popup_container__4UcEp .BookingEngine_gallery_slides_popup_content_parent__ibEVM .BookingEngine_gallery_slides_popup_image_parent__KxUra .BookingEngine_gallery_slide_img__IqEZ1{height:230px;width:100%}}.BookingEngine_gallery_slides_popup_container__4UcEp .BookingEngine_gallery_slides_popup_content_parent__ibEVM .BookingEngine_single_img_modal_overlay__YUBzX{width:100%;height:100%;background-color:rgba(0,0,0,.877);z-index:9}.BookingEngine_gallery_slides_popup_container__4UcEp .BookingEngine_gallery_slides_popup_content_parent__ibEVM .BookingEngine_single_img_modal_overlay__YUBzX img{display:block;max-width:60%;max-height:80%;margin:0 auto;box-shadow:3px 5px 7px rgba(0,0,0,.5);object-fit:cover}.BookingEngine_gallery_slides_popup_container__4UcEp .BookingEngine_gallery_slides_popup_content_parent__ibEVM .BookingEngine_single_img_modal_overlay__YUBzX .BookingEngine_gallery_modal_image_parent__kB_2s{margin:0 auto;position:relative;height:85%;display:flex;align-items:center;justify-content:center}.BookingEngine_gallery_slides_popup_container__4UcEp .BookingEngine_gallery_slides_popup_content_parent__ibEVM .BookingEngine_single_img_modal_overlay__YUBzX .BookingEngine_gallery_modal_image_parent__kB_2s video{width:100%;height:100%}.BookingEngine_gallery_slides_popup_container__4UcEp .BookingEngine_gallery_slides_popup_content_parent__ibEVM .BookingEngine_single_img_modal_overlay__YUBzX .BookingEngine_gallery_modal_image_slider__etCPa{display:flex;height:15%;gap:10px;background-color:#282939;padding:18px}.BookingEngine_gallery_slides_popup_container__4UcEp .BookingEngine_gallery_slides_popup_content_parent__ibEVM .BookingEngine_single_img_modal_overlay__YUBzX .BookingEngine_gallery_modal_image_slider__etCPa .BookingEngine_close_modal_button___21Wh{border:0;width:5%;height:100%;background-color:rgba(0,0,0,.877);color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;cursor:pointer;transition:all .5s}.BookingEngine_gallery_slides_popup_container__4UcEp .BookingEngine_gallery_slides_popup_content_parent__ibEVM .BookingEngine_single_img_modal_overlay__YUBzX .BookingEngine_gallery_modal_image_slider__etCPa .BookingEngine_close_modal_button___21Wh:hover{background-color:#fff;color:#000;transition:all .5s}.BookingEngine_gallery_slides_popup_container__4UcEp .BookingEngine_gallery_slides_popup_content_parent__ibEVM .BookingEngine_single_img_modal_overlay__YUBzX .BookingEngine_gallery_modal_image_slider__etCPa .BookingEngine_close_modal_button___21Wh:hover svg{fill:#000}.BookingEngine_gallery_slides_popup_container__4UcEp .BookingEngine_gallery_slides_popup_content_parent__ibEVM .BookingEngine_single_img_modal_overlay__YUBzX .BookingEngine_gallery_modal_image_slider__etCPa .BookingEngine_close_modal_button___21Wh p{margin:0!important;font-size:12px;font-weight:600;color:#fff}.BookingEngine_gallery_slides_popup_container__4UcEp .BookingEngine_gallery_slides_popup_content_parent__ibEVM .BookingEngine_single_img_modal_overlay__YUBzX .BookingEngine_gallery_modal_image_slider__etCPa .BookingEngine_close_modal_button___21Wh:hover p{color:#000}.BookingEngine_gallery_slides_popup_container__4UcEp .BookingEngine_gallery_slides_popup_content_parent__ibEVM .BookingEngine_single_img_modal_overlay__YUBzX .BookingEngine_gallery_modal_image_slider__etCPa .BookingEngine_gallery_slick_slider_container__RPScp{width:95%}.BookingEngine_gallery_slides_popup_container__4UcEp .BookingEngine_gallery_slides_popup_content_parent__ibEVM .BookingEngine_single_img_modal_overlay__YUBzX .BookingEngine_gallery_modal_image_slider__etCPa .BookingEngine_gallery_slick_slider_container__RPScp .BookingEngine_gallery_slick_slider__93eOs{height:100%}.BookingEngine_gallery_slides_popup_container__4UcEp .BookingEngine_gallery_slides_popup_content_parent__ibEVM .BookingEngine_single_img_modal_overlay__YUBzX .BookingEngine_gallery_modal_image_slider__etCPa .BookingEngine_gallery_slick_slider_container__RPScp .BookingEngine_gallery_slick_slider__93eOs .BookingEngine_gallery_modal_img__OrGd_{position:relative;width:100%;height:100%;cursor:pointer}.BookingEngine_gallery_slides_popup_container__4UcEp .BookingEngine_gallery_slides_popup_content_parent__ibEVM .BookingEngine_single_img_modal_overlay__YUBzX .BookingEngine_gallery_modal_image_slider__etCPa .BookingEngine_gallery_slick_slider_container__RPScp .BookingEngine_gallery_slick_slider__93eOs .BookingEngine_gallery_modal_img__OrGd_ img{object-fit:cover}.BookingEngine_gallery_slides_popup_container__4UcEp .BookingEngine_gallery_slides_popup_content_parent__ibEVM .BookingEngine_single_img_modal_overlay__YUBzX .BookingEngine_gallery_modal_image_slider__etCPa .BookingEngine_gallery_slick_slider_container__RPScp .BookingEngine_gallery_slick_slider__93eOs .BookingEngine_gallery_modal_img__OrGd_.BookingEngine_selected_image__OGte6{border:2px solid #fff;box-shadow:0 0 10px hsla(0,0%,100%,.5)}.BookingEngine_gallery_slides_popup_container__4UcEp .BookingEngine_gallery_slides_popup_content_parent__ibEVM .BookingEngine_single_img_modal_overlay__YUBzX .BookingEngine_gallery_modal_image_slider__etCPa .BookingEngine_gallery_slick_slider_container__RPScp .BookingEngine_gallery_slick_slider__93eOs .BookingEngine_slick-next__rV_Th{right:100px!important}@media screen and (max-width:767px){.BookingEngine_gallery_slides_popup_container__4UcEp .BookingEngine_gallery_slides_popup_content_parent__ibEVM .BookingEngine_single_img_modal_overlay__YUBzX .BookingEngine_gallery_modal_image_slider__etCPa{padding:10px}.BookingEngine_gallery_slides_popup_container__4UcEp .BookingEngine_gallery_slides_popup_content_parent__ibEVM .BookingEngine_single_img_modal_overlay__YUBzX .BookingEngine_gallery_modal_image_slider__etCPa .BookingEngine_close_modal_button___21Wh{width:20%}.BookingEngine_gallery_slides_popup_container__4UcEp .BookingEngine_gallery_slides_popup_content_parent__ibEVM .BookingEngine_single_img_modal_overlay__YUBzX .BookingEngine_gallery_modal_image_slider__etCPa .BookingEngine_gallery_slick_slider_container__RPScp{width:80%}.BookingEngine_gallery_slides_popup_container__4UcEp .BookingEngine_gallery_slides_popup_content_parent__ibEVM .BookingEngine_single_img_modal_overlay__YUBzX img{max-width:90%;max-height:90%}.BookingEngine_gallery_slides_popup_container__4UcEp{width:100%;height:100%;padding:0;border-radius:0}}.BookingEngine_rooms_card_and_price_breakup__eQATK{display:flex;gap:10px}.BookingEngine_rooms_card_and_price_breakup__eQATK .BookingEngine_price_breakup_main__EE6NT,.BookingEngine_rooms_card_and_price_breakup__eQATK .BookingEngine_rooms_card_main__uJ0d_{transition:width .3s ease-in-out}.BookingEngine_rooms_card_and_price_breakup__eQATK .BookingEngine_price_breakup_main__EE6NT p{color:#000}.BookingEngine_rooms_card_and_price_breakup__eQATK .BookingEngine_price_breakup_main__EE6NT .BookingEngine_price_breakup_rooms__5C1ea{border:.5px solid #ccc;border-radius:10px;position:-webkit-sticky;position:sticky;top:70px;z-index:1;overflow:hidden}.BookingEngine_rooms_card_and_price_breakup__eQATK .BookingEngine_price_breakup_main__EE6NT .BookingEngine_price_breakup_calc__jZEpA{background:#edeeff;border-radius:10px;padding:15px 10px;margin-top:20px;border-top-right-radius:10px;border-top-left-radius:10px}.BookingEngine_rooms_card_and_price_breakup__eQATK .BookingEngine_price_breakup_main__EE6NT .BookingEngine_proceed_to_checkout__FoAvP{border:none;width:100%;border-bottom-right-radius:10px;border-bottom-left-radius:10px;padding:12px 15px;background:#000a8f;color:#fff;cursor:pointer;font-size:14px;transition:all .3s ease-in-out;font-family:var(--font-libre-baskerville),serif!important}.BookingEngine_rooms_card_and_price_breakup__eQATK .BookingEngine_price_breakup_main__EE6NT .BookingEngine_proceed_to_checkout__FoAvP:hover{background:rgba(0,10,143,.839)}@media screen and (max-width:767px){.BookingEngine_rooms_card_and_price_breakup__eQATK{flex-wrap:wrap}.BookingEngine_rooms_card_and_price_breakup__eQATK .BookingEngine_rooms_card_main__uJ0d_{width:100%!important}.BookingEngine_rooms_card_and_price_breakup__eQATK .BookingEngine_price_breakup_main__EE6NT{display:none}}.BookingEngine_details_btn__IaN7Q{border:none;background-color:transparent;color:#000a8f;font-family:var(--font-libre-baskerville),serif!important;font-size:13px;font-weight:400;line-height:18.23px;-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-style:solid;text-decoration-style:solid;cursor:pointer}.BookingEngine_category_selected__LsszM{box-shadow:0 -3px 4px 0 rgba(0,0,0,.102);padding:15px;justify-content:space-between;align-items:center;position:-webkit-sticky;position:sticky;bottom:0;background:#fff;display:none;z-index:999}.BookingEngine_category_selected__LsszM h6{margin:0;font-family:Poppins,sans-serif;font-weight:500;font-size:14px;line-height:24px;color:#333}.BookingEngine_category_selected__LsszM .BookingEngine_book_now_btn__d2gnD{background:#000a8f;border:1px solid #000a8f;border-radius:50px;color:#fff;padding:7px 20px;transition:.5s;display:flex;align-items:center;gap:5px;font-size:14px;font-family:var(--font-libre-baskerville),serif!important}@media screen and (max-width:767px){.BookingEngine_category_selected__LsszM{display:flex}}.BookingEngine_mobile_rooms_details_popup__Y7AUS{background:#fff;position:fixed;right:0;top:0;width:100%;height:100%;padding:20px 0;transform:translateY(100%);transition:transform .4s ease-in-out}.BookingEngine_mobile_rooms_details_popup__Y7AUS h4{display:flex;align-items:center;gap:10px;font-family:Poppins,sans-serif;font-weight:600;font-size:16px;line-height:22.65px;margin:0;padding-bottom:10px}.BookingEngine_mobile_rooms_details_popup__Y7AUS .BookingEngine_mobile_rooms_details_popup_row__L02A6{display:flex;flex-direction:column;justify-content:space-between;height:100%}.BookingEngine_mobile_rooms_details_popup__Y7AUS .BookingEngine_mobile_rooms_details_popup_row__L02A6 .BookingEngine_mobile_rooms_details_popup_row_left__8b0gw{padding:10px;height:90%;overflow:scroll}.BookingEngine_mobile_rooms_details_popup__Y7AUS .BookingEngine_mobile_rooms_details_popup_row__L02A6 .BookingEngine_mobile_rooms_details_popup_row_left__8b0gw .BookingEngine_price_breakup_rooms__5C1ea{border:.5px solid #ccc;border-radius:10px;z-index:1;overflow:hidden}.BookingEngine_mobile_rooms_details_popup__Y7AUS .BookingEngine_mobile_rooms_details_popup_row__L02A6 .BookingEngine_mobile_rooms_details_popup_row_left__8b0gw .BookingEngine_price_breakup_calc__jZEpA{background:#edeeff;border-radius:10px;padding:20px 10px;margin-top:20px;border-top-right-radius:10px;border-top-left-radius:10px}.BookingEngine_mobile_rooms_details_popup__Y7AUS .BookingEngine_mobile_rooms_details_popup_row__L02A6 .BookingEngine_mobile_rooms_details_popup_row_left__8b0gw .BookingEngine_price_breakup_calc__jZEpA p{color:#000}.BookingEngine_mobile_rooms_details_popup__Y7AUS .BookingEngine_mobile_rooms_details_popup_row__L02A6 .BookingEngine_checkout_button_div__1WL6I{box-shadow:0 -3px 4px 0 rgba(0,0,0,.102);padding:14px 10px 20px;height:11%}.BookingEngine_mobile_rooms_details_popup__Y7AUS .BookingEngine_mobile_rooms_details_popup_row__L02A6 .BookingEngine_checkout_button_div__1WL6I .BookingEngine_proceed_to_checkout__FoAvP{border:none;width:100%;border-radius:20px;padding:11px 15px;background:#000a8f;color:#fff;display:flex;align-items:center;gap:2px;justify-content:center;font-size:14px;font-family:var(--font-libre-baskerville),serif!important}.BookingEngine_mobile_rooms_details_popup__Y7AUS.BookingEngine_show__AA6C7{transform:translateY(0)}.BookingEngine_mobile_rooms_details_popup__Y7AUS.BookingEngine_hide__pwA_4{transform:translateY(100%)}.BookingEngine_checkout_left_reservation_details__YP5aN{width:100%}.BookingEngine_checkout_left_reservation_details__YP5aN .BookingEngine_checkout_left_reservation_details_title__lN3nx{display:flex;justify-content:space-between;cursor:pointer;align-items:center;width:100%;padding:0 15px}.BookingEngine_checkout_left_reservation_details__YP5aN .BookingEngine_checkout_left_reservation_details_title__lN3nx .BookingEngine_enhance_your_stay__yd7O3{border:1px solid red;padding:5px;border-radius:5px;color:red}.BookingEngine_checkout_left_reservation_details__YP5aN .BookingEngine_checkout_left_reservation_details_title__lN3nx h2{font-size:24px;margin:0}.BookingEngine_checkout_left_reservation_details__YP5aN .BookingEngine_checkout_left_reservation_details_title__lN3nx .BookingEngine_accordion_icon__5qvEk{transition:transform .5s ease;border:none;background:#eef1df;font-size:18px;height:33px;width:33px;border-radius:50%;color:#000;box-shadow:0 4px 20px 0 rgba(0,0,0,.1);display:flex;align-items:center;justify-content:center}.BookingEngine_checkout_left_reservation_details__YP5aN .BookingEngine_checkout_left_reservation_details_title__lN3nx .BookingEngine_accordion_icon__5qvEk.BookingEngine_accordionopen__MzIKR{transform:rotate(180deg)}@media screen and (max-width:767px){.BookingEngine_checkout_left_reservation_details__YP5aN .BookingEngine_checkout_left_reservation_details_title__lN3nx{padding:0 10px}.BookingEngine_checkout_left_reservation_details__YP5aN .BookingEngine_checkout_left_reservation_details_title__lN3nx h2{font-size:20px}.BookingEngine_checkout_left_reservation_details__YP5aN .BookingEngine_checkout_left_reservation_details_title__lN3nx .BookingEngine_enhance_your_stay__yd7O3{padding:5px;font-size:12px;border-radius:5px}}.BookingEngine_checkout_left_reservation_details__YP5aN .BookingEngine_checkout_left_reservation_details_content__zZ5P1{max-height:0;overflow:hidden}.BookingEngine_checkout_left_reservation_details__YP5aN .BookingEngine_checkout_left_reservation_details_content__zZ5P1 h3{margin-top:16px}.BookingEngine_checkout_left_reservation_details__YP5aN .BookingEngine_checkout_left_reservation_details_content__zZ5P1 .BookingEngine_property_address_div__G0CAR{display:flex;gap:5px;align-items:center}.BookingEngine_checkout_left_reservation_details__YP5aN .BookingEngine_checkout_left_reservation_details_content__zZ5P1 .BookingEngine_property_address_div__G0CAR p{margin:5px 0}.BookingEngine_checkout_left_reservation_details__YP5aN .BookingEngine_checkout_left_reservation_details_content__zZ5P1 .BookingEngine_left_right_padding__gBaBv{padding:0 15px}.BookingEngine_checkout_left_reservation_details__YP5aN .BookingEngine_checkout_left_reservation_details_content__zZ5P1 .BookingEngine_left_right_padding__gBaBv ul{padding-left:15px;color:#888;margin-top:5px;font-weight:500}.BookingEngine_checkout_left_reservation_details__YP5aN .BookingEngine_checkout_left_reservation_details_content__zZ5P1 .BookingEngine_left_right_padding__gBaBv ul li{font-size:13px;margin-top:5px}.BookingEngine_checkout_left_reservation_details__YP5aN .BookingEngine_checkout_left_reservation_details_content__zZ5P1 .BookingEngine_left_right_padding__gBaBv .BookingEngine_cancellation_policy__Qrxju{border-radius:8px;border:2px dashed #e0ae18;padding:15px}.BookingEngine_checkout_left_reservation_details__YP5aN .BookingEngine_checkout_left_reservation_details_content__zZ5P1 .BookingEngine_left_right_padding__gBaBv .BookingEngine_cancellation_policy__Qrxju .BookingEngine_yellow_title__iCs7B{margin:0;color:#e0ae18;font-size:16px;font-weight:600}.BookingEngine_checkout_left_reservation_details__YP5aN .BookingEngine_checkout_left_reservation_details_content__zZ5P1 .BookingEngine_left_right_padding__gBaBv .BookingEngine_cancellation_policy__Qrxju .BookingEngine_cancel_policy_content__LECXC{color:#222;font-size:13px;font-style:normal;font-weight:400;margin-top:10px}@media screen and (max-width:767px){.BookingEngine_checkout_left_reservation_details__YP5aN .BookingEngine_checkout_left_reservation_details_content__zZ5P1 .BookingEngine_left_right_padding__gBaBv .BookingEngine_cancellation_policy__Qrxju .BookingEngine_cancel_policy_content__LECXC{font-size:12px}}.BookingEngine_checkout_left_reservation_details__YP5aN .BookingEngine_checkout_left_reservation_details_content__zZ5P1.BookingEngine_open__O3s2Z{max-height:100%;transition:max-height .5s ease-out}.BookingEngine_colored_input_box__RBxsx{background:#f5f5f5;padding:15px;display:flex;justify-content:space-between}.BookingEngine_colored_input_box__RBxsx .BookingEngine_check_out__btGJS{padding:0 50px;border-left:1px solid #ccc;border-right:1px solid #ccc}@media screen and (max-width:767px){.BookingEngine_colored_input_box__RBxsx{flex-direction:column;gap:10px}.BookingEngine_colored_input_box__RBxsx .BookingEngine_check_out__btGJS{border:none;padding:0}}.BookingEngine_discount_section__HAPqP{border-top:1px solid #ccc;margin-top:10px}.BookingEngine_discount_section__HAPqP .BookingEngine_discount_header__3s1g3{display:flex;align-items:center;justify-content:space-between;padding-top:10px}.BookingEngine_discount_section__HAPqP .BookingEngine_discount_header__3s1g3 button{border:none;background-color:transparent;text-decoration:underline;color:#0a1486;font-weight:500;cursor:pointer}.BookingEngine_discount_section__HAPqP .BookingEngine_discount_item__rn2o_{margin-top:10px;display:flex;align-items:center;justify-content:space-between;gap:2px;font-size:14px;cursor:pointer;background-color:#fff;padding:8px 12px}.BookingEngine_discount_section__HAPqP .BookingEngine_discount_item__rn2o_ input{accent-color:#040b54}.BookingEngine_pay_now_amount_checkbox__MxrGu{margin:16px 0;background:#edeeff;padding:10px;border-radius:4px}.BookingEngine_pay_now_amount_checkbox__MxrGu label{display:flex;gap:10px;font-size:14px;cursor:pointer;font-weight:500}.BookingEngine_pay_now_amount_checkbox__MxrGu .BookingEngine_pay_now_amount_checkbox_div__5KLuh{display:flex;justify-content:space-between;margin-top:10px}.BookingEngine_pay_now_amount_checkbox__MxrGu .BookingEngine_pay_now_amount_checkbox_div__5KLuh h6{font-size:12px;font-weight:500}.FixedNavbar_fixed_navbar__3FODo{font-family:var(--font-libre-baskerville),serif!important;box-shadow:0 7px 29px 0 hsla(240,5%,41%,.2);padding:5px 0;display:flex;justify-content:center;align-items:center;gap:10px;position:relative}.FixedNavbar_fixed_navbar__3FODo .FixedNavbar_nav_link__tNeU6{font-size:14px;padding:7px;text-decoration:none;color:#000}@media screen and (max-width:767px){.FixedNavbar_fixed_navbar__3FODo .FixedNavbar_nav_link__tNeU6{padding:10px 3px;font-size:12px;text-wrap-mode:nowrap}}.FixedNavbar_fixed_navbar__3FODo .FixedNavbar_active_link__Trva4,.FixedNavbar_fixed_navbar__3FODo .FixedNavbar_nav_link__tNeU6:hover{color:#000ecc;text-decoration:underline;text-underline-offset:12px;text-decoration-thickness:1.5px}.FixedNavbar_fixed_navbar__3FODo.FixedNavbar_sticky__qvBan{position:fixed;top:73px;left:0;right:0;z-index:10;box-shadow:0 4px 6px rgba(0,0,0,.1);background-color:#fff;border-top:.5px solid #e1dede}@media screen and (max-width:767px){.FixedNavbar_fixed_navbar__3FODo{overflow-x:scroll;gap:10px;padding:0 20px}}.Gallery_gallery_sec__aa7WT{width:100%}.Gallery_gallery_sec__aa7WT .Gallery_gallery_sec_flex__dAmkD{width:100%;display:flex;align-items:center;gap:20px;flex-wrap:wrap}.Gallery_gallery_sec__aa7WT .Gallery_gallery_sec_flex__dAmkD .Gallery_gallery_img__w8Guu{width:31.5%;height:253px;position:relative;transition:.5s}.Gallery_gallery_sec__aa7WT .Gallery_gallery_sec_flex__dAmkD .Gallery_gallery_img__w8Guu img{object-fit:cover}.Gallery_gallery_sec__aa7WT .Gallery_gallery_sec_flex__dAmkD .Gallery_gallery_img__w8Guu .Gallery_gallery_svg__XosuQ{position:absolute;top:0;bottom:0;height:100%;width:100%;background-color:rgba(0,0,0,.5);opacity:0;transition:opacity .5s ease-in-out;border:7px solid #ffe747;cursor:pointer}.Gallery_gallery_sec__aa7WT .Gallery_gallery_sec_flex__dAmkD .Gallery_gallery_img__w8Guu .Gallery_gallery_svg__XosuQ .Gallery_svg_div__vTCXT{height:100%;display:flex;justify-content:center;align-items:center}.Gallery_gallery_sec__aa7WT .Gallery_gallery_sec_flex__dAmkD .Gallery_gallery_img__w8Guu:hover .Gallery_gallery_svg__XosuQ{opacity:1}@media screen and (max-width:768px){.Gallery_gallery_sec__aa7WT .Gallery_gallery_sec_flex__dAmkD{gap:10px;align-items:flex-start}.Gallery_gallery_sec__aa7WT .Gallery_gallery_sec_flex__dAmkD .Gallery_gallery_img__w8Guu{height:180px}}@media screen and (max-width:625px){.Gallery_gallery_sec__aa7WT .Gallery_gallery_img__w8Guu{width:48.3%!important}}.Gallery_skeleton__24R6m{position:relative;overflow:hidden;background-color:#ddd}.Gallery_skeleton__24R6m:after{content:"";position:absolute;top:0;left:-150%;width:150%;height:100%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.445),transparent);animation:Gallery_loading__pV5wM .95s infinite}@keyframes Gallery_loading__pV5wM{0%{left:-150%}50%{left:150%}to{left:150%}}.Gallery_gallery_filter_sec__RJTIN{display:flex;gap:30px;font-family:var(--font-libre-baskerville),serif!important}.Gallery_gallery_filter_sec__RJTIN .Gallery_nodatafound__AFKei{width:100%;height:150px;display:flex;justify-content:center;align-items:center}.Gallery_gallery_filter_sec__RJTIN .Gallery_filter_sec__x0wAS{padding:20px;border:.5px solid #d6d6d6;width:30%;height:-moz-fit-content;height:fit-content;position:-webkit-sticky;position:sticky;top:120px}@media screen and (max-width:768px){.Gallery_gallery_filter_sec__RJTIN .Gallery_filter_sec__x0wAS{position:static}}.Gallery_gallery_filter_sec__RJTIN .Gallery_filter_sec__x0wAS h5{font-size:17px;font-weight:500}.Gallery_gallery_filter_sec__RJTIN .Gallery_filter_sec__x0wAS label{font-size:14px;cursor:pointer}.Gallery_gallery_filter_sec__RJTIN .Gallery_filter_sec__x0wAS input[type=radio]{accent-color:#000a8f;cursor:pointer}@media screen and (max-width:768px){.Gallery_gallery_filter_sec__RJTIN{gap:10px;flex-direction:column}}@media screen and (max-width:625px){.Gallery_gallery_filter_sec__RJTIN{flex-direction:column}.Gallery_gallery_filter_sec__RJTIN .Gallery_filter_sec__x0wAS{width:100%}}.Gallery_dinning_sec__WBaYJ{font-family:var(--font-libre-baskerville),serif!important}.Gallery_dinning_sec__WBaYJ .Gallery_main_row__qOW8c{display:flex;gap:10px;flex-wrap:wrap;width:100%}.Gallery_dinning_sec__WBaYJ .Gallery_main_row__qOW8c .Gallery_row_1__wTXIt{display:flex;gap:10px}.Gallery_dinning_sec__WBaYJ .Gallery_main_row__qOW8c .Gallery_row_1__wTXIt .Gallery_col_1__Qpq9w{width:356px;height:356px;position:relative}.Gallery_dinning_sec__WBaYJ .Gallery_main_row__qOW8c .Gallery_row_1__wTXIt .Gallery_col_1__Qpq9w img{object-fit:cover}.Gallery_dinning_sec__WBaYJ .Gallery_main_row__qOW8c .Gallery_row_1__wTXIt .Gallery_col_1__Qpq9w .Gallery_gallery_svg__XosuQ{position:absolute;top:0;bottom:0;height:100%;width:100%;background-color:rgba(0,0,0,.5);opacity:0;transition:opacity .5s ease-in-out;border:7px solid #ffe747;cursor:pointer}.Gallery_dinning_sec__WBaYJ .Gallery_main_row__qOW8c .Gallery_row_1__wTXIt .Gallery_col_1__Qpq9w .Gallery_gallery_svg__XosuQ .Gallery_svg_div__vTCXT{height:100%;display:flex;justify-content:center;align-items:center}.Gallery_dinning_sec__WBaYJ .Gallery_main_row__qOW8c .Gallery_row_1__wTXIt .Gallery_col_1__Qpq9w:hover .Gallery_gallery_svg__XosuQ{opacity:1}.Gallery_dinning_sec__WBaYJ .Gallery_main_row__qOW8c .Gallery_row_1__wTXIt .Gallery_col_2__5ahCY{width:250px;height:356px;background-color:#edeeff;padding:10px}.Gallery_dinning_sec__WBaYJ .Gallery_main_row__qOW8c .Gallery_row_1__wTXIt .Gallery_col_2__5ahCY img{object-fit:cover}.Gallery_dinning_sec__WBaYJ .Gallery_main_row__qOW8c .Gallery_row_1__wTXIt .Gallery_col_3__UNEGl{width:463px;height:356px;position:relative}.Gallery_dinning_sec__WBaYJ .Gallery_main_row__qOW8c .Gallery_row_1__wTXIt .Gallery_col_3__UNEGl img{object-fit:cover}.Gallery_dinning_sec__WBaYJ .Gallery_main_row__qOW8c .Gallery_row_1__wTXIt .Gallery_col_3__UNEGl .Gallery_gallery_svg__XosuQ{position:absolute;top:0;bottom:0;height:100%;width:100%;background-color:rgba(0,0,0,.5);opacity:0;transition:opacity .5s ease-in-out;border:7px solid #ffe747;cursor:pointer}.Gallery_dinning_sec__WBaYJ .Gallery_main_row__qOW8c .Gallery_row_1__wTXIt .Gallery_col_3__UNEGl .Gallery_gallery_svg__XosuQ .Gallery_svg_div__vTCXT{height:100%;display:flex;justify-content:center;align-items:center}.Gallery_dinning_sec__WBaYJ .Gallery_main_row__qOW8c .Gallery_row_1__wTXIt .Gallery_col_3__UNEGl:hover .Gallery_gallery_svg__XosuQ{opacity:1}.Gallery_dinning_sec__WBaYJ .Gallery_main_row__qOW8c .Gallery_row_2__9sBxI{display:flex;gap:10px}.Gallery_dinning_sec__WBaYJ .Gallery_main_row__qOW8c .Gallery_row_2__9sBxI .Gallery_col_1__Qpq9w{height:230px;width:297px;background-color:#edeeff;padding:10px}.Gallery_dinning_sec__WBaYJ .Gallery_main_row__qOW8c .Gallery_row_2__9sBxI .Gallery_col_1__Qpq9w img{object-fit:cover}.Gallery_dinning_sec__WBaYJ .Gallery_main_row__qOW8c .Gallery_row_2__9sBxI .Gallery_col_2__5ahCY{height:230px;width:230px;position:relative}.Gallery_dinning_sec__WBaYJ .Gallery_main_row__qOW8c .Gallery_row_2__9sBxI .Gallery_col_2__5ahCY img{object-fit:cover}.Gallery_dinning_sec__WBaYJ .Gallery_main_row__qOW8c .Gallery_row_2__9sBxI .Gallery_col_2__5ahCY .Gallery_gallery_svg__XosuQ{position:absolute;top:0;bottom:0;height:100%;width:100%;background-color:rgba(0,0,0,.5);opacity:0;transition:opacity .5s ease-in-out;border:7px solid #ffe747;cursor:pointer}.Gallery_dinning_sec__WBaYJ .Gallery_main_row__qOW8c .Gallery_row_2__9sBxI .Gallery_col_2__5ahCY .Gallery_gallery_svg__XosuQ .Gallery_svg_div__vTCXT{height:100%;display:flex;justify-content:center;align-items:center}.Gallery_dinning_sec__WBaYJ .Gallery_main_row__qOW8c .Gallery_row_2__9sBxI .Gallery_col_2__5ahCY:hover .Gallery_gallery_svg__XosuQ{opacity:1}.Gallery_dinning_sec__WBaYJ .Gallery_main_row__qOW8c .Gallery_row_2__9sBxI .Gallery_col_3__UNEGl{height:230px;width:297px;position:relative}.Gallery_dinning_sec__WBaYJ .Gallery_main_row__qOW8c .Gallery_row_2__9sBxI .Gallery_col_3__UNEGl .Gallery_gallery_svg__XosuQ{position:absolute;top:0;bottom:0;height:100%;width:100%;background-color:rgba(0,0,0,.5);opacity:0;transition:opacity .5s ease-in-out;border:7px solid #ffe747;cursor:pointer}.Gallery_dinning_sec__WBaYJ .Gallery_main_row__qOW8c .Gallery_row_2__9sBxI .Gallery_col_3__UNEGl .Gallery_gallery_svg__XosuQ .Gallery_svg_div__vTCXT{height:100%;display:flex;justify-content:center;align-items:center}.Gallery_dinning_sec__WBaYJ .Gallery_main_row__qOW8c .Gallery_row_2__9sBxI .Gallery_col_3__UNEGl img{object-fit:cover}.Gallery_dinning_sec__WBaYJ .Gallery_main_row__qOW8c .Gallery_row_2__9sBxI .Gallery_col_3__UNEGl:hover .Gallery_gallery_svg__XosuQ{opacity:1}.Gallery_dinning_sec__WBaYJ .Gallery_main_row__qOW8c .Gallery_row_3__k5eGs{display:flex;gap:10px}.Gallery_dinning_sec__WBaYJ .Gallery_main_row__qOW8c .Gallery_row_3__k5eGs .Gallery_col_1__Qpq9w{width:463px;height:356px;position:relative}.Gallery_dinning_sec__WBaYJ .Gallery_main_row__qOW8c .Gallery_row_3__k5eGs .Gallery_col_1__Qpq9w img{object-fit:cover}.Gallery_dinning_sec__WBaYJ .Gallery_main_row__qOW8c .Gallery_row_3__k5eGs .Gallery_col_1__Qpq9w .Gallery_gallery_svg__XosuQ{position:absolute;top:0;bottom:0;height:100%;width:100%;background-color:rgba(0,0,0,.5);opacity:0;transition:opacity .5s ease-in-out;border:7px solid #ffe747;cursor:pointer}.Gallery_dinning_sec__WBaYJ .Gallery_main_row__qOW8c .Gallery_row_3__k5eGs .Gallery_col_1__Qpq9w .Gallery_gallery_svg__XosuQ .Gallery_svg_div__vTCXT{height:100%;display:flex;justify-content:center;align-items:center}.Gallery_dinning_sec__WBaYJ .Gallery_main_row__qOW8c .Gallery_row_3__k5eGs .Gallery_col_1__Qpq9w:hover .Gallery_gallery_svg__XosuQ{opacity:1}.Gallery_dinning_sec__WBaYJ .Gallery_main_row__qOW8c .Gallery_row_3__k5eGs .Gallery_col_2__5ahCY{width:250px;height:356px;position:relative}.Gallery_dinning_sec__WBaYJ .Gallery_main_row__qOW8c .Gallery_row_3__k5eGs .Gallery_col_2__5ahCY img{object-fit:cover}.Gallery_dinning_sec__WBaYJ .Gallery_main_row__qOW8c .Gallery_row_3__k5eGs .Gallery_col_2__5ahCY .Gallery_gallery_svg__XosuQ{position:absolute;top:0;bottom:0;height:100%;width:100%;background-color:rgba(0,0,0,.5);opacity:0;transition:opacity .5s ease-in-out;border:7px solid #ffe747;cursor:pointer}.Gallery_dinning_sec__WBaYJ .Gallery_main_row__qOW8c .Gallery_row_3__k5eGs .Gallery_col_2__5ahCY .Gallery_gallery_svg__XosuQ .Gallery_svg_div__vTCXT{height:100%;display:flex;justify-content:center;align-items:center}.Gallery_dinning_sec__WBaYJ .Gallery_main_row__qOW8c .Gallery_row_3__k5eGs .Gallery_col_2__5ahCY:hover .Gallery_gallery_svg__XosuQ{opacity:1}.Gallery_dinning_sec__WBaYJ .Gallery_main_row__qOW8c .Gallery_row_3__k5eGs .Gallery_col_3__UNEGl{background-color:#edeeff;padding:10px;width:356px;height:356px}.Gallery_dinning_sec__WBaYJ .Gallery_main_row__qOW8c .Gallery_row_3__k5eGs .Gallery_col_3__UNEGl img{object-fit:cover}.Gallery_dinning_sec__WBaYJ .Gallery_main_row__qOW8c h4{font-size:22px;font-weight:400}@media screen and (max-width:768px){.Gallery_dinning_sec__WBaYJ .Gallery_main_row__qOW8c .Gallery_row_1__wTXIt{flex-wrap:wrap;width:100%}.Gallery_dinning_sec__WBaYJ .Gallery_main_row__qOW8c .Gallery_row_1__wTXIt .Gallery_col_1__Qpq9w,.Gallery_dinning_sec__WBaYJ .Gallery_main_row__qOW8c .Gallery_row_1__wTXIt .Gallery_col_2__5ahCY,.Gallery_dinning_sec__WBaYJ .Gallery_main_row__qOW8c .Gallery_row_1__wTXIt .Gallery_col_3__UNEGl{width:48.3%;height:200px}.Gallery_dinning_sec__WBaYJ .Gallery_main_row__qOW8c .Gallery_row_1__wTXIt .Gallery_col_3__UNEGl{width:100%}.Gallery_dinning_sec__WBaYJ .Gallery_main_row__qOW8c .Gallery_row_2__9sBxI{flex-wrap:wrap;width:100%}.Gallery_dinning_sec__WBaYJ .Gallery_main_row__qOW8c .Gallery_row_2__9sBxI .Gallery_col_1__Qpq9w,.Gallery_dinning_sec__WBaYJ .Gallery_main_row__qOW8c .Gallery_row_2__9sBxI .Gallery_col_2__5ahCY,.Gallery_dinning_sec__WBaYJ .Gallery_main_row__qOW8c .Gallery_row_2__9sBxI .Gallery_col_3__UNEGl{width:48.3%;height:200px}.Gallery_dinning_sec__WBaYJ .Gallery_main_row__qOW8c .Gallery_row_3__k5eGs{flex-wrap:wrap;width:100%}.Gallery_dinning_sec__WBaYJ .Gallery_main_row__qOW8c .Gallery_row_3__k5eGs .Gallery_col_1__Qpq9w,.Gallery_dinning_sec__WBaYJ .Gallery_main_row__qOW8c .Gallery_row_3__k5eGs .Gallery_col_2__5ahCY,.Gallery_dinning_sec__WBaYJ .Gallery_main_row__qOW8c .Gallery_row_3__k5eGs .Gallery_col_3__UNEGl{width:48.3%;height:200px}.Gallery_dinning_sec__WBaYJ .Gallery_main_row__qOW8c .Gallery_row_3__k5eGs .Gallery_col_3__UNEGl{width:100%}.Gallery_dinning_sec__WBaYJ .Gallery_main_row__qOW8c h4{font-size:17px;font-weight:400}}.page_about_sec__qJhhk .page_about_sec_content__rUD2o{display:flex;gap:30px}.page_about_sec__qJhhk .page_about_sec_content__rUD2o .page_about_sec_content_left__2dTZV{width:50%;position:relative}.page_about_sec__qJhhk .page_about_sec_content__rUD2o .page_about_sec_content_right__g9rd1{width:50%;margin:0 auto;border-radius:15px}.page_about_sec__qJhhk .page_about_sec_content__rUD2o .page_about_sec_content_right__g9rd1 h6{font-family:var(--font-libre-baskerville),serif!important;font-size:14px;font-weight:400;line-height:18.23px;color:#000a8f;text-transform:uppercase;margin-bottom:10px}.page_about_sec__qJhhk .page_about_sec_content__rUD2o .page_about_sec_content_right__g9rd1 h3{margin-bottom:10px!important}.page_about_sec__qJhhk .page_about_sec_content__rUD2o .page_about_sec_content_right__g9rd1 p{margin:10px 0}@media screen and (max-width:625px){.page_about_sec__qJhhk .page_about_sec_content__rUD2o{flex-wrap:wrap}.page_about_sec__qJhhk .page_about_sec_content__rUD2o .page_about_sec_content_left__2dTZV{width:100%;height:300px}.page_about_sec__qJhhk .page_about_sec_content__rUD2o .page_about_sec_content_right__g9rd1{width:100%}.page_about_sec__qJhhk .page_about_sec_content__rUD2o .page_about_sec_content_right__g9rd1 p{margin:10px 0}}.page_destination_sec_main__lrhoK .page_destination_top_row__wL3Qz{display:flex;gap:30px}.page_destination_sec_main__lrhoK .page_destination_bottom_card__O6oJ4,.page_destination_sec_main__lrhoK .page_destination_top__senLB{position:relative;overflow:hidden}.page_destination_sec_main__lrhoK .page_destination_bottom_card__O6oJ4 img,.page_destination_sec_main__lrhoK .page_destination_top__senLB img{object-fit:cover;transform:scale(1);transition:.3s ease-in-out}.page_destination_sec_main__lrhoK .page_destination_bottom_card__O6oJ4 .page_destination_featured__wkh7B,.page_destination_sec_main__lrhoK .page_destination_top__senLB .page_destination_featured__wkh7B{background:#fff4ad;min-width:182px;position:absolute;top:0;left:50%;transform:translateX(-50%);font-family:var(--font-libre-baskerville),serif!important;font-size:14px;font-weight:400;line-height:18.23px;color:#151515;padding:10px}.page_destination_sec_main__lrhoK .page_destination_bottom_card__O6oJ4 h5,.page_destination_sec_main__lrhoK .page_destination_top__senLB h5{color:#fff;padding:10px;position:absolute;bottom:0;width:100%;text-align:left;display:flex;justify-content:space-between;z-index:1}.page_destination_sec_main__lrhoK .page_destination_bottom_card__O6oJ4:before,.page_destination_sec_main__lrhoK .page_destination_top__senLB:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,rgba(0,6,84,0) 65%,#000654);z-index:1}.page_destination_sec_main__lrhoK .page_destination_bottom_card__O6oJ4 a,.page_destination_sec_main__lrhoK .page_destination_top__senLB a{width:100%;height:100%;position:absolute;z-index:2}.page_destination_sec_main__lrhoK .page_destination_bottom_card__O6oJ4:hover img,.page_destination_sec_main__lrhoK .page_destination_top__senLB:hover img{transform:scale(1.05)}.page_destination_sec_main__lrhoK .page_destination_top__senLB{width:50%;height:253px;margin:30px 0}.page_destination_sec_main__lrhoK .page_destination_top__senLB:before{background:linear-gradient(180deg,rgba(0,6,84,0) 50%,#000654)}.page_destination_sec_main__lrhoK .page_destination_bottom__W6jSc{display:flex;gap:30px}.page_destination_sec_main__lrhoK .page_destination_bottom__W6jSc .page_destination_bottom_card__O6oJ4{width:33.3%;height:400px}@media screen and (max-width:767px){.page_destination_sec_main__lrhoK .page_destination_bottom__W6jSc,.page_destination_sec_main__lrhoK .page_destination_top_row__wL3Qz{gap:10px;flex-wrap:wrap}.page_destination_sec_main__lrhoK .page_destination_bottom__W6jSc .page_destination_bottom_card__O6oJ4{width:48.5%;height:230px}.page_destination_sec_main__lrhoK .page_destination_top__senLB{margin:30px 0 10px;width:48.5%}}@media screen and (max-width:420px){.page_destination_sec_main__lrhoK .page_destination_bottom_card__O6oJ4,.page_destination_sec_main__lrhoK .page_destination_top__senLB{width:100%!important}.page_destination_sec_main__lrhoK .page_destination_top__senLB{margin:0}.page_destination_sec_main__lrhoK .page_destination_top__senLB:last-child{margin-bottom:10px}}.page_direct_offer_sec__jBUMb{display:flex;gap:20px;margin-top:20px}.page_direct_offer_sec__jBUMb .page_offer_card__zP6Db{width:33%}.page_direct_offer_sec__jBUMb .page_offer_card__zP6Db .page_offer_image__0i2ud{position:relative;height:243px}.page_direct_offer_sec__jBUMb .page_offer_card__zP6Db h4{font-size:28px;margin-top:10px;font-weight:400;font-family:var(--font-libre-baskerville),serif!important}.page_direct_offer_sec__jBUMb .page_offer_card__zP6Db span{display:block;font-size:15px;margin-top:10px}@media screen and (max-width:767px){.page_direct_offer_sec__jBUMb{flex-direction:column;margin-top:10px}.page_direct_offer_sec__jBUMb .page_offer_card__zP6Db{width:100%}.page_direct_offer_sec__jBUMb .page_offer_card__zP6Db h4{font-size:20px}}.page_book_from_us__SNhcA{background-color:#edeeff;padding:60px 0;position:relative}.page_book_from_us__SNhcA p{margin-top:23px}.page_book_from_us__SNhcA .page_line__hcMAV{border:3px solid #000a8f;width:220px;margin-top:10px}.page_book_from_us__SNhcA .page_book_flex_data__QNSRT{display:flex;justify-content:space-between;align-items:center}.page_book_from_us__SNhcA .page_book_flex_data__QNSRT .page_headings_div__pAji_{width:45%}.page_book_from_us__SNhcA .page_book_flex_data__QNSRT .page_book_items_div__2ryf9{width:55%;display:flex;gap:30px;flex-wrap:wrap}.page_book_from_us__SNhcA .page_book_flex_data__QNSRT .page_book_items__pe4I8{display:flex;gap:10px;flex-direction:column;text-align:center;align-items:center;width:30%}.page_book_from_us__SNhcA .page_book_flex_data__QNSRT .page_book_items__pe4I8 span{font-size:15px}.page_book_from_us__SNhcA .page_absolute_text__fnxOS{position:absolute;right:20px;bottom:20px;color:#000a8f;font-size:13px}@media screen and (max-width:767px){.page_book_from_us__SNhcA{padding:20px 0 60px}.page_book_from_us__SNhcA .page_book_flex_data__QNSRT{flex-direction:column;gap:20px}.page_book_from_us__SNhcA .page_book_flex_data__QNSRT .page_book_items_div__2ryf9,.page_book_from_us__SNhcA .page_book_flex_data__QNSRT .page_headings_div__pAji_{width:100%}.page_book_from_us__SNhcA .page_book_flex_data__QNSRT .page_book_items__pe4I8{width:45%}}.page_dining_sec__tt3mL{display:flex;justify-content:space-between;border-radius:15px;overflow:hidden;box-shadow:0 0 20px 0 rgba(0,0,0,.078)}.page_dining_sec__tt3mL .page_dining_sec_image__kyWcj{width:600px;height:380px;position:relative}.page_dining_sec__tt3mL .page_dining_sec_content__42_D7{width:500px;padding:40px}.page_dining_sec__tt3mL .page_dining_sec_content__42_D7 ul{margin-top:20px}.page_dining_sec__tt3mL .page_dining_sec_content__42_D7 ul li{display:flex;gap:10px;align-items:center;font-family:var(--font-libre-baskerville),serif!important;font-size:14px;font-weight:400;line-height:18.23px;text-align:left;color:#000;margin:10px 0}.page_dining_sec__tt3mL .page_dining_sec_content__42_D7 a{margin-top:20px}@media screen and (max-width:767px){.page_dining_sec__tt3mL{flex-direction:column}.page_dining_sec__tt3mL .page_dining_sec_content__42_D7{width:100%;padding:15px}.page_dining_sec__tt3mL .page_dining_sec_image__kyWcj{width:100%;height:250px}}.page_why_book_sec__5xEWo{padding:45px 0}.page_why_book_sec__5xEWo .page_why_book_sec_heading__P92uT{max-width:80%;margin:0 auto;text-align:center}.page_why_book_sec__5xEWo .page_why_book_sec_heading__P92uT p{margin:20px 0}.page_why_book_sec__5xEWo .page_why_book_sec_row__As_1D{display:flex;justify-content:space-between;gap:20px}.page_why_book_sec__5xEWo .page_why_book_sec_row__As_1D .page_why_book_sec_row_card__OaCkU{width:25%;border:1px solid #000;padding:15px;transition:.6s;border-radius:12px}.page_why_book_sec__5xEWo .page_why_book_sec_row__As_1D .page_why_book_sec_row_card__OaCkU .page_why_book_sec_row_card_image__3dkr1{background-color:#000a8f;height:40px;width:40px;display:flex;align-items:center;justify-content:center}.page_why_book_sec__5xEWo .page_why_book_sec_row__As_1D .page_why_book_sec_row_card__OaCkU h6{color:#000;margin:10px 0}.page_why_book_sec__5xEWo .page_why_book_sec_row__As_1D .page_why_book_sec_row_card__OaCkU p{color:#000}.page_why_book_sec__5xEWo .page_why_book_sec_row__As_1D .page_why_book_sec_row_card__OaCkU:hover{transform:translateY(-10px);transition:.6s}@media screen and (max-width:767px){.page_why_book_sec__5xEWo{padding:30px 0}.page_why_book_sec__5xEWo .page_why_book_sec_heading__P92uT{max-width:100%}.page_why_book_sec__5xEWo .page_why_book_sec_row__As_1D{flex-wrap:wrap;gap:10px}.page_why_book_sec__5xEWo .page_why_book_sec_row__As_1D .page_why_book_sec_row_card__OaCkU{width:48.5%}}@media screen and (max-width:625px){.page_why_book_sec__5xEWo .page_why_book_sec_row_card__OaCkU{width:100%!important}}.page_homeBanner__CALKu{background-image:url(/images/banners/home-banner.png);background-size:cover;background-position:50%;height:500px;display:flex;justify-content:center;align-items:center;position:relative}.page_homeBanner__CALKu:after{content:"";position:absolute;top:0;bottom:0;height:100%;width:100%;background:rgba(0,0,0,.4)}.page_homeBanner__CALKu .page_banner_content___2zvm{position:absolute;bottom:30px;z-index:2;width:100%}.page_homeBanner__CALKu .page_banner_content___2zvm h1{font-family:var(--font-libre-baskerville),serif!important;font-size:25px;font-weight:500;color:#fff}@media screen and (max-width:1024px){.page_homeBanner__CALKu .page_banner_content___2zvm{width:95%}}@media screen and (max-width:625px){.page_homeBanner__CALKu{height:457px}.page_homeBanner__CALKu .page_banner_content___2zvm{top:6%}.page_homeBanner__CALKu .page_banner_content___2zvm h1{text-align:center;font-size:21px}}.page_stay_sec__4i6Hf{background:#edeeff;padding:40px 0}.page_stay_sec__4i6Hf .page_stay_sec_main__kCe4u{max-width:818px;margin:0 auto}.page_stay_sec__4i6Hf .page_stay_sec_main__kCe4u .page_stay_sec_heading__Jmsqc{text-align:center}.page_stay_sec__4i6Hf .page_stay_sec_main__kCe4u .page_stay_sec_heading__Jmsqc p{color:#000a8f;text-transform:uppercase}.page_stay_sec__4i6Hf .page_stay_sec_main__kCe4u .page_stay_sec_heading__Jmsqc h4{color:#151515;margin:5px 0 20px}.page_stay_sec__4i6Hf .page_stay_sec_main__kCe4u ul{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;list-style:none;margin-top:5px;margin-bottom:15px}.page_stay_sec__4i6Hf .page_stay_sec_main__kCe4u ul li{list-style:none;display:flex;gap:10px;align-items:center;font-family:var(--font-libre-baskerville),serif!important;font-size:14px;font-weight:400;line-height:18.23px;text-align:left;color:#000;margin:10px 0}@media screen and (max-width:767px){.page_stay_sec__4i6Hf{padding:40px 0}.page_stay_sec__4i6Hf .page_stay_sec_main__kCe4u{max-width:100%}.page_stay_sec__4i6Hf .page_stay_sec_main__kCe4u ul{gap:5px}.page_stay_sec__4i6Hf .page_stay_sec_main__kCe4u ul li{margin:3px 0}.page_stay_sec__4i6Hf .page_stay_sec_flex__jWJiq{flex-wrap:wrap}}.page_our_properties_sec__be8Jr .page_our_properties_row__tXuoR{display:flex;flex-wrap:wrap;gap:20px;margin-top:30px}.page_our_properties_sec__be8Jr .page_our_properties_row__tXuoR .page_our_properties_card_last__LuCQJ{width:calc(33% - 10px);display:flex;align-items:center;justify-content:center;border:.5px solid #b8b8b8;padding:0 20px;border-radius:12px}.page_our_properties_sec__be8Jr .page_our_properties_row__tXuoR .page_our_properties_card_last__LuCQJ .page_our_properties_card_item__C1tcl{text-align:center}.page_our_properties_sec__be8Jr .page_our_properties_row__tXuoR .page_our_properties_card_last__LuCQJ .page_our_properties_card_item__C1tcl .page_our_properties_card_content__Tg2LM{border-bottom:0;padding:20px 25px}.page_our_properties_sec__be8Jr .page_our_properties_row__tXuoR .page_our_properties_card_last__LuCQJ .page_our_properties_card_item__C1tcl .page_our_properties_card_content__Tg2LM h4{color:#000a8f;text-transform:uppercase;margin-top:10px}.page_our_properties_sec__be8Jr .page_our_properties_row__tXuoR .page_our_properties_card_last__LuCQJ .page_our_properties_card_item__C1tcl .page_our_properties_card_content__Tg2LM h5{font-weight:500}@media screen and (min-width:320px)and (max-width:480px){.page_our_properties_sec__be8Jr .page_our_properties_row__tXuoR{gap:10px}.page_our_properties_sec__be8Jr .page_our_properties_row__tXuoR .page_our_properties_card_last__LuCQJ{width:100%;height:250px;padding:10px}.page_our_properties_sec__be8Jr .page_our_properties_row__tXuoR .page_our_properties_card_last__LuCQJ .page_our_properties_card_item__C1tcl .page_our_properties_card_content__Tg2LM{padding:10px}.page_our_properties_sec__be8Jr .page_our_properties_row__tXuoR .page_our_properties_card_last__LuCQJ .page_our_properties_card_item__C1tcl .page_our_properties_card_content__Tg2LM h4{margin-top:5px;font-size:18px;line-height:20px}.page_our_properties_sec__be8Jr .page_our_properties_row__tXuoR .page_our_properties_card_last__LuCQJ .page_our_properties_card_item__C1tcl .page_our_properties_card_content__Tg2LM h5{font-size:16px;line-height:18px}}@media screen and (min-width:480px)and (max-width:767px){.page_our_properties_sec__be8Jr .page_our_properties_row__tXuoR{gap:15px}.page_our_properties_sec__be8Jr .page_our_properties_row__tXuoR .page_our_properties_card_last__LuCQJ{width:calc(50% - 8px);height:300px}.page_our_properties_sec__be8Jr .page_our_properties_row__tXuoR .page_our_properties_card_last__LuCQJ .page_our_properties_card_item__C1tcl .page_our_properties_card_content__Tg2LM{padding:15px}.page_our_properties_sec__be8Jr .page_our_properties_row__tXuoR .page_our_properties_card_last__LuCQJ .page_our_properties_card_item__C1tcl .page_our_properties_card_content__Tg2LM h4{font-size:20px;line-height:24px}.page_our_properties_sec__be8Jr .page_our_properties_row__tXuoR .page_our_properties_card_last__LuCQJ .page_our_properties_card_item__C1tcl .page_our_properties_card_content__Tg2LM h5{margin-top:10px;font-size:18px;line-height:22px}}.paxhotel_pax_hotels_page__F9RDD .paxhotel_heading_content_sec__H2FX_{max-width:80%;margin:0 auto}.paxhotel_pax_hotels_page__F9RDD .paxhotel_stay_sec__idtKj{background:#edeeff;padding:30px 0}.paxhotel_pax_hotels_page__F9RDD .paxhotel_stay_sec__idtKj .paxhotel_stay_sec_main__QW9Xf{max-width:818px;margin:0 auto}.paxhotel_pax_hotels_page__F9RDD .paxhotel_stay_sec__idtKj .paxhotel_stay_sec_main__QW9Xf .paxhotel_stay_sec_heading__krjRQ{text-align:center}.paxhotel_pax_hotels_page__F9RDD .paxhotel_stay_sec__idtKj .paxhotel_stay_sec_main__QW9Xf .paxhotel_stay_sec_heading__krjRQ p{color:#000a8f;text-transform:uppercase}.paxhotel_pax_hotels_page__F9RDD .paxhotel_stay_sec__idtKj .paxhotel_stay_sec_main__QW9Xf .paxhotel_stay_sec_heading__krjRQ h4{color:#151515;margin:5px 0 20px}.paxhotel_pax_hotels_page__F9RDD .paxhotel_stay_sec__idtKj .paxhotel_stay_sec_main__QW9Xf ul{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;list-style:none;margin-top:5px;margin-bottom:15px}.paxhotel_pax_hotels_page__F9RDD .paxhotel_stay_sec__idtKj .paxhotel_stay_sec_main__QW9Xf ul li{list-style:none;display:flex;gap:10px;align-items:center;font-family:var(--font-libre-baskerville),serif!important;font-size:14px;font-weight:400;line-height:18.23px;text-align:left;color:#000;margin:10px 0}.paxhotel_pax_hotels_page__F9RDD .paxhotel_stay_sec__idtKj .paxhotel_stay_sec_main__QW9Xf .paxhotel_stay_sec_flex__wpq7O{display:flex;align-items:center;justify-content:center;gap:30px;margin:20px 0}.paxhotel_pax_hotels_page__F9RDD .paxhotel_stay_sec__idtKj .paxhotel_stay_sec_main__QW9Xf .paxhotel_stay_sec_flex__wpq7O h6{font-size:14px;font-family:var(--font-libre-baskerville),serif!important;color:#000a8f;font-weight:400;text-align:center}.paxhotel_pax_hotels_page__F9RDD .paxhotel_stay_sec__idtKj .paxhotel_stay_sec_main__QW9Xf .paxhotel_stay_sec_flex__wpq7O .paxhotel_card___wObZ{display:flex;flex-direction:column;gap:10px;align-items:center;width:-moz-fit-content;width:fit-content}@media screen and (max-width:767px){.paxhotel_pax_hotels_page__F9RDD .paxhotel_stay_sec__idtKj .paxhotel_stay_sec_main__QW9Xf{max-width:100%}.paxhotel_pax_hotels_page__F9RDD .paxhotel_stay_sec__idtKj .paxhotel_stay_sec_main__QW9Xf ul{gap:5px}.paxhotel_pax_hotels_page__F9RDD .paxhotel_stay_sec__idtKj .paxhotel_stay_sec_flex__wpq7O{flex-wrap:wrap;gap:17px!important}}.paxhotel_pax_hotels_page__F9RDD .paxhotel_dining_sec__GAToM{display:flex;justify-content:space-between;border-radius:15px;overflow:hidden}.paxhotel_pax_hotels_page__F9RDD .paxhotel_dining_sec__GAToM .paxhotel_dining_sec_image__bWBoO{width:600px;height:380px;position:relative}.paxhotel_pax_hotels_page__F9RDD .paxhotel_dining_sec__GAToM .paxhotel_dining_sec_content__Huy0_{width:500px;padding:40px;box-shadow:0 0 20px 0 rgba(0,0,0,.078)}.paxhotel_pax_hotels_page__F9RDD .paxhotel_dining_sec__GAToM .paxhotel_dining_sec_content__Huy0_ ul{margin-top:20px}.paxhotel_pax_hotels_page__F9RDD .paxhotel_dining_sec__GAToM .paxhotel_dining_sec_content__Huy0_ ul li{display:flex;gap:10px;align-items:center;font-family:var(--font-libre-baskerville),serif!important;font-size:14px;font-weight:400;line-height:18.23px;text-align:left;color:#000;margin:10px 0}.paxhotel_pax_hotels_page__F9RDD .paxhotel_dining_sec__GAToM .paxhotel_dining_sec_content__Huy0_ a{margin-top:20px}@media screen and (max-width:767px){.paxhotel_pax_hotels_page__F9RDD .paxhotel_dining_sec__GAToM{flex-direction:column}.paxhotel_pax_hotels_page__F9RDD .paxhotel_dining_sec__GAToM .paxhotel_dining_sec_content__Huy0_{width:100%;padding:15px}.paxhotel_pax_hotels_page__F9RDD .paxhotel_dining_sec__GAToM .paxhotel_dining_sec_image__bWBoO{width:100%;height:250px}}.paxhotel_pax_hotels_page__F9RDD .paxhotel_destinations_top_places__4_1rV h4{color:#000a8f}.paxhotel_pax_hotels_page__F9RDD .paxhotel_destinations_top_places__4_1rV .paxhotel_top_places_row__5G9gr{margin-top:20px}.paxhotel_pax_hotels_page__F9RDD .paxhotel_destinations_top_places__4_1rV .paxhotel_top_places_row__5G9gr .paxhotel_top_places_card__vFaJq{width:23%;height:270px;position:relative;border-radius:6px;overflow:hidden}.paxhotel_pax_hotels_page__F9RDD .paxhotel_destinations_top_places__4_1rV .paxhotel_top_places_row__5G9gr .paxhotel_top_places_card__vFaJq:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,transparent 50%,rgba(0,0,0,.904));z-index:1}.paxhotel_pax_hotels_page__F9RDD .paxhotel_destinations_top_places__4_1rV .paxhotel_top_places_row__5G9gr .paxhotel_top_places_card__vFaJq h6{color:#fff;padding:10px;position:absolute;bottom:0;width:100%;text-align:left;display:flex;justify-content:space-between;z-index:1}@media screen and (max-width:767px){.paxhotel_pax_hotels_page__F9RDD .paxhotel_destinations_top_places__4_1rV .paxhotel_top_places_row__5G9gr{gap:10px!important}}.paxhotel_pax_hotels_page__F9RDD .paxhotel_facility_sec__OPqJI{display:flex;gap:10px}.paxhotel_pax_hotels_page__F9RDD .paxhotel_facility_sec__OPqJI .paxhotel_card___wObZ{border:.5px solid #b8b8b8;padding:15px;width:-moz-fit-content;width:fit-content;display:flex;flex-direction:column;gap:10px;justify-content:center;align-items:center;width:16%;text-align:center}.paxhotel_pax_hotels_page__F9RDD .paxhotel_facility_sec__OPqJI h6{font-size:14px;font-family:var(--font-libre-baskerville),serif!important;font-weight:400}@media screen and (max-width:625px){.paxhotel_pax_hotels_page__F9RDD .paxhotel_facility_sec__OPqJI{flex-wrap:wrap}.paxhotel_pax_hotels_page__F9RDD .paxhotel_facility_sec__OPqJI .paxhotel_card___wObZ{width:48.3%}}.paxhotel_pax_hotels_page__F9RDD .paxhotel_contact_info_sec__c4bpr{font-family:var(--font-libre-baskerville),serif!important}.paxhotel_pax_hotels_page__F9RDD .paxhotel_contact_info_sec__c4bpr a{display:flex;gap:10px;align-items:center;color:#000a8f}.paxhotel_pax_hotels_page__F9RDD .paxhotel_contact_info_sec__c4bpr .paxhotel_inter_links__p0Qzh{display:flex;gap:20px;align-items:center;margin-bottom:20px}@media screen and (max-width:625px){.paxhotel_pax_hotels_page__F9RDD .paxhotel_contact_info_sec__c4bpr .paxhotel_inter_links__p0Qzh{flex-direction:column;gap:10px;align-items:start}}.paxhotel_pax_hotels_page__F9RDD .paxhotel_pax_hotel_image__9SLp4{width:100%;height:400px;position:relative;margin-bottom:20px}.paxhotel_pax_hotels_page__F9RDD .paxhotel_pax_hotel_image__9SLp4 img{object-fit:cover}@media screen and (max-width:768px){.paxhotel_pax_hotels_page__F9RDD .paxhotel_destinations_top_places__4_1rV .paxhotel_top_places_card__vFaJq{height:230px!important}.paxhotel_pax_hotels_page__F9RDD .paxhotel_heading_content_sec__H2FX_{max-width:100%}.paxhotel_pax_hotels_page__F9RDD .paxhotel_pax_hotel_image__9SLp4{height:270px}}.paxhotel_dinning_sec__zSmWn .paxhotel_stay_sec__idtKj{padding:30px 0 0}.paxhotel_dinning_sec__zSmWn .paxhotel_core_sec__TQGkz{display:flex;gap:50px;align-items:center;border-top:.5px solid hsla(0,0%,84%,.357);border-bottom:.5px solid hsla(0,0%,84%,.357);padding:40px 0}.paxhotel_dinning_sec__zSmWn .paxhotel_core_sec__TQGkz .paxhotel_core_img__zJ2WY{height:350px;width:50%;position:relative}.paxhotel_dinning_sec__zSmWn .paxhotel_core_sec__TQGkz .paxhotel_core_img__zJ2WY img{object-fit:cover}.paxhotel_dinning_sec__zSmWn .paxhotel_core_sec__TQGkz .paxhotel_content_sec__E5Pey{width:50%;display:flex;flex-direction:column;gap:20px}.paxhotel_dinning_sec__zSmWn .paxhotel_core_sec__TQGkz .paxhotel_content_sec__E5Pey h4{font-size:25px;color:#000654;font-weight:500}@media screen and (max-width:1024px){.paxhotel_dinning_sec__zSmWn .paxhotel_core_sec__TQGkz{gap:20px}}@media screen and (max-width:767px){.paxhotel_dinning_sec__zSmWn .paxhotel_core_sec__TQGkz{flex-direction:column;padding:20px 0}.paxhotel_dinning_sec__zSmWn .paxhotel_core_sec__TQGkz .paxhotel_core_img__zJ2WY{width:100%;height:250px}.paxhotel_dinning_sec__zSmWn .paxhotel_core_sec__TQGkz .paxhotel_content_sec__E5Pey{width:100%;gap:10px}.paxhotel_dinning_sec__zSmWn .paxhotel_core_sec__TQGkz .paxhotel_content_sec__E5Pey h4{font-size:18px}}.paxhotel_home_page_rooms_slider_item__Nv0tI{position:relative;width:100%;height:400px;overflow:hidden;border-radius:15px}@media screen and (max-width:768px){.paxhotel_home_page_rooms_slider_item__Nv0tI{height:270px}}.HomeBanner_pax_home_page__DPLs3 .HomeBanner_banner_img__Z3IY3{position:relative;height:500px;width:100%;display:flex;justify-content:center;align-items:end;font-family:var(--font-libre-baskerville),serif!important}.HomeBanner_pax_home_page__DPLs3 .HomeBanner_banner_img__Z3IY3 img{object-fit:cover}.HomeBanner_pax_home_page__DPLs3 .HomeBanner_banner_img__Z3IY3:after{content:"";position:absolute;top:0;bottom:0;height:100%;width:100%;background:linear-gradient(180deg,transparent 50%,#000)}.HomeBanner_pax_home_page__DPLs3 .HomeBanner_banner_img__Z3IY3 .HomeBanner_content_sec__FQxxY{position:absolute;bottom:20px;z-index:10}.HomeBanner_pax_home_page__DPLs3 .HomeBanner_banner_img__Z3IY3 .HomeBanner_content_sec__FQxxY h2{font-size:25px;font-weight:500;color:#fff}@media screen and (max-width:767px){.HomeBanner_pax_home_page__DPLs3 .HomeBanner_banner_img__Z3IY3{height:400px;align-items:center}.HomeBanner_pax_home_page__DPLs3 .HomeBanner_banner_img__Z3IY3 .HomeBanner_content_sec__FQxxY h2{font-size:21px}}@media screen and (max-width:625px){.HomeBanner_pax_home_page__DPLs3 .HomeBanner_banner_img__Z3IY3{height:300px}}