@charset "UTF-8";*,*:before,*:after{box-sizing:border-box}html,body,div,span,object,iframe,figure,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,code,em,img,small,strike,strong,sub,sup,tt,b,u,i,ol,ul,li,fieldset,form,label,table,caption,tbody,tfoot,thead,tr,th,td,main,canvas,embed,footer,header,nav,section,video{margin:0;padding:0;border:0;font:inherit;font-size:100%;vertical-align:baseline;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;text-size-adjust:none}body{font-family:Inter,sans-serif!important;font-feature-settings:"kern";font-synthesis:none;min-height:100vh;max-width:1920px;width:100%;margin:0 auto!important;line-height:1.6;color:#4b4947;background:#F9F2EC;scroll-behavior:smooth;transition:color .5s ease-out,background-color .5s ease-out}body:after{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:#210F00;z-index:999;opacity:0;visibility:hidden;transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-webkit-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;display:none}@media (max-width: 767.98px){body:after{display:block}}body.nav-open{overflow:hidden}body.nav-open:after{opacity:1;visibility:visible}body.body-fixed{overflow:hidden;position:relative;width:100%}h1,h2,h3,h4,h5,h6,p,ul,ol,li,figure,figcaption,dl,dt,dd{margin:0;padding:0;color:inherit}ul,ol,ul[class],ol[class]{list-style:none}a{display:inline-block;text-decoration:none;color:inherit;transition:all .5s ease;-moz-transition:all .5s ease-in-out;-webkit-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out}a:not([class]){text-decoration-skip-ink:auto;cursor:pointer}img,video,iframe{width:100%;max-inline-size:100%;block-size:auto;display:block}input,textarea,select{font-family:Inter,sans-serif!important;font-size:16px!important;line-height:normal!important;color:#000;background:transparent;border-bottom:1px solid #E0DAD4;padding-bottom:10px;width:100%;-webkit-appearance:none;border-radius:0}input[type=search]{-webkit-appearance:textfield}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder,select::-webkit-input-placeholder{color:#7c7976;line-height:normal}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 1000px #F9F2EC inset!important}select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:none;outline:0}select::-ms-expand{display:none}.form-group{margin-bottom:20px;text-align:left}.form-group label,.form-group input,.form-group textarea,.form-group select{padding:0 20px}@media (max-width: 767.98px){.form-group label,.form-group input,.form-group textarea,.form-group select{padding:0 10px}}.form-group label{font-size:12px;display:block;color:#7c7976}.form-group input,.form-group select{padding:0 20px 10px}@media (max-width: 767.98px){.form-group input,.form-group select{padding:0 10px 10px}}.form-group textarea{height:70px}.form-group .select{position:relative}.form-group .select .select-icon{position:absolute;top:10px;right:20px;width:14px;pointer-events:none}.form-group .error-message{color:#e30613;display:block;margin-top:5px}.form-group.error input,.form-group.error textarea{border-bottom:1px solid #E30613;outline:none}.form-group.error .error-message{display:inline-block}.form-group.roxy-msg{margin-bottom:0}.form-group.roxy-msg .error-message{margin-top:0}.error-message.recaptcha{position:absolute;left:50%;transform:translate(-50%);color:#e30613}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:""}table{border-collapse:collapse;border-spacing:0}*:focus{outline:none;box-shadow:0}::selection{background:rgba(0,0,0,.3)}.no-select{user-select:none;-webkit-user-select:none;-moz-user-select:none}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}a,button{transition:all .5s ease}h1,h2,h3{font-family:Anton,sans-serif;font-weight:400;line-height:1.05;color:#000;text-transform:uppercase}h1{font-size:clamp(3.75rem,4.23vw + 2.43rem,7.5rem)}h2{font-size:clamp(2.19rem,2.46vw + 1.42rem,4.38rem)}h3{font-size:clamp(2.13rem,.42vw + 1.99rem,2.5rem)}h4{font-size:20px;font-weight:500;line-height:25px}h5{font-size:16px;font-weight:500;line-height:20px}h6{font-size:14px;font-weight:300;line-height:16px}p{font-size:16px;line-height:20px;padding-top:25px}@media (max-width: 767.98px){p{padding-top:20px}}.max-width{width:calc(100% - 140px);margin:0 auto}@media (max-width: 1279.98px){.max-width{width:calc(100% - 100px)}}@media (max-width: 991.98px){.max-width{width:calc(100% - 60px)}}@media (max-width: 767.98px){.max-width{width:calc(100% - 40px)}}.transition{transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-webkit-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out}.row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px}@media (max-width: 767.98px){.row{grid-template-columns:1fr}}.row2{flex-wrap:wrap;gap:20px}.flex{display:flex}@media (max-width: 767.98px){.flex{display:block}}.flex--align-start{align-items:flex-start}.flex--align-end{align-items:flex-end}.flex--align-center{align-items:center}.flex--align-stretch{align-items:stretch}.flex--align-baseline{align-items:baseline}.flex--justify-start{justify-content:flex-start}.flex--justify-end{justify-content:flex-end}.flex--justify-center{justify-content:center}.flex--justify-around{justify-content:space-around}.flex--justify-between{justify-content:space-between}.flex--justify-evenly{justify-content:space-evenly}.roxyhotel-margin-top-165{margin-top:165px}@media (max-width: 767.98px){.roxyhotel-margin-top-165{margin-top:145px}}.roxyhotel-margin-top-150{margin-top:150px}@media (max-width: 767.98px){.roxyhotel-margin-top-150{margin-top:100px}}.roxyhotel-margin-top-100{margin-top:100px}@media (max-width: 767.98px){.roxyhotel-margin-top-100{margin-top:50px}}.roxyhotel-margin-top-70{margin-top:70px}@media (max-width: 767.98px){.roxyhotel-margin-top-70{margin-top:40px}}.roxyhotel-margin-top-40{margin-top:40px}@media (max-width: 767.98px){.roxyhotel-margin-top-40{margin-top:20px}}.roxyhotel-padding-70{padding:70px 0}@media (max-width: 767.98px){.roxyhotel-padding-70{padding:40px 0}}.hori-line{width:100%;height:1px;background:#E0DAD4;margin:10px 0}.roxy-cta{font-family:Inter,sans-serif;font-size:16px;padding:15px 30px;display:inline-block;margin-top:40px;border-radius:0;cursor:pointer}@media (max-width: 767.98px){.roxy-cta{margin-top:30px;width:100%;padding:15px;text-align:center}}.roxy-cta.primary{font-weight:500;line-height:20px;background:#E30613;color:#fff}.roxy-cta.primary:hover{background:#7C0002}.roxy-cta.secondary{border:1px solid #E30613;color:#e30613}.roxy-cta.secondary:hover{border:1px solid #7C0002;background:#7C0002;color:#fff}.roxy-cta.tertiary{padding:0;margin-top:30px;position:relative}@media (max-width: 767.98px){.roxy-cta.tertiary{width:auto}}.roxy-cta.tertiary:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:100%;height:1px;background:#000000;transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-webkit-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out}.roxy-cta.tertiary:hover:after,.roxy-cta.tertiary.active:after{width:20px}.roxy-link{color:#000;text-decoration:underline;text-underline-offset:3px}.roxy-link:hover,.roxy-highlight{color:#e30613}.roxy-subtitle{color:#7c0002}.swiper-pagination{bottom:10px!important}.swiper-pagination-bullet{background:#BCB7B2;width:18px;height:2px;border-radius:0;vertical-align:middle}.swiper-pagination-bullet-active{background:#FFFFFF;opacity:1;height:4px}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 5px}.swiper-button-next,.swiper-button-prev{color:#e30613;background:transparent;left:inherit;right:0;width:55px;height:55px;border-radius:50%;border:1px solid #E30613}@media (max-width: 767.98px){.swiper-button-next,.swiper-button-prev{width:50px;height:50px}}.swiper-button-next .arrow-icon,.swiper-button-prev .arrow-icon{width:20px}.swiper-button-next .arrow-icon.active,.swiper-button-prev .arrow-icon.active{position:absolute;opacity:0;visibility:hidden;z-index:2}.swiper-button-next:hover,.swiper-button-prev:hover{background:#E30613}.swiper-button-next:hover .arrow-icon.idle,.swiper-button-prev:hover .arrow-icon.idle{z-index:1}.swiper-button-next:hover .arrow-icon.active,.swiper-button-prev:hover .arrow-icon.active{opacity:1;visibility:visible}.swiper-button-next:after,.swiper-button-prev:after{font-family:none;font-size:0}.swiper-button-prev{right:70px}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.3}.hero-section .hs-content{text-align:center;max-width:850px}@media (max-width: 767.98px){.hero-section .hs-banner .hsb-img{height:300px;object-fit:cover}}.hotel-hero-section{position:relative;overflow:hidden}.hotel-hero-section .hss-content{position:absolute;z-index:2;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;text-align:center}.hotel-hero-section .hss-content .hssc-title{color:#fff}.hotel-hero-section .hss-img{object-fit:cover}@media (max-width: 767.98px){.hotel-hero-section .hss-img{height:300px}}.hotel-hero-section:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.3);z-index:1}.left-right-section .lrs-wrapper{position:relative}.left-right-section .lrs-wrapper .lrsw-thumb{width:48%;height:500px;object-fit:cover;position:relative}@media (max-width: 767.98px){.left-right-section .lrs-wrapper .lrsw-thumb{width:100%;height:auto!important}}.left-right-section .lrs-wrapper .lrsw-thumb.swiper:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(0deg,rgba(0,0,0,.3) 0%,rgba(0,0,0,0) 30%);z-index:2}.left-right-section .lrs-wrapper .lrsw-thumb .swiper-button-prev,.left-right-section .lrs-wrapper .lrsw-thumb .swiper-button-next{border:1px solid #FFFFFF;width:45px;height:45px}.left-right-section .lrs-wrapper .lrsw-thumb .swiper-button-prev .arrow-icon,.left-right-section .lrs-wrapper .lrsw-thumb .swiper-button-next .arrow-icon{color:#fff;width:15px}.left-right-section .lrs-wrapper .lrsw-thumb .swiper-button-prev:hover,.left-right-section .lrs-wrapper .lrsw-thumb .swiper-button-next:hover{background:#000000;border:1px solid #000000}.left-right-section .lrs-wrapper .lrsw-thumb .swiper-button-prev{left:20px}.left-right-section .lrs-wrapper .lrsw-thumb .swiper-button-next{right:20px}.left-right-section .lrs-wrapper .lrsw-content{width:50%;padding:50px 5%}@media (max-width: 767.98px){.left-right-section .lrs-wrapper .lrsw-content{width:100%;padding:40px 0 0}}.left-right-section .lrs-wrapper .lrsw-content .desc{width:100%;max-width:530px}@media (max-width: 767.98px){.left-right-section .lrs-wrapper .lrsw-content .desc{max-width:100%}}.left-right-section .lrs-wrapper .lrsw-content .cta-wrapper{gap:20px}@media (max-width: 767.98px){.left-right-section .lrs-wrapper .lrsw-content .cta-wrapper .roxy-cta:last-child{margin-top:15px}}.left-right-section.rooms-suites{background:#7C0002}.left-right-section.rooms-suites .lrs-wrapper .lrsw-content{color:#fff}@media (max-width: 767.98px){.left-right-section.rooms-suites .lrs-wrapper .lrsw-content{padding:40px 20px}}.left-right-section.rooms-suites .lrs-wrapper .lrsw-content .title{color:#fff}.left-right-section.rooms-suites .lrs-wrapper .lrsw-content .roxy-cta{color:#fff;border:1px solid #FFFFFF}.left-right-section.rooms-suites .lrs-wrapper .lrsw-content .roxy-cta:hover{color:#7c0002;background:#FFFFFF}.left-right-section.medical-package{background:#FCEAD9}.left-right-section.medical-package .lrs-wrapper .lrsw-thumb{height:600px}.left-right-section.medical-package .lrs-wrapper .lrsw-content{padding-right:0}.left-right-section.medical-package .lrs-wrapper .lrsw-content .medical-features{padding-top:30px}@media (max-width: 767.98px){.left-right-section.medical-package .lrs-wrapper .lrsw-content .medical-features{grid-template-columns:1fr 1fr}}.left-right-section.medical-package .lrs-wrapper .lrsw-content .medical-features .mf .mf-icon{width:60px}.left-right-section.medical-package .lrs-wrapper .lrsw-content .medical-features .mf .mf-subtitle{color:#7c7976;font-weight:300;padding-top:2px}@media (max-width: 767.98px){.left-right-section.contact-info .lrs-wrapper{display:grid}}@media (max-width: 767.98px){.left-right-section.contact-info .lrs-wrapper .lrsw-content{order:2}}@media (max-width: 767.98px){.left-right-section.contact-info .lrs-wrapper .lrsw-thumb{order:1}}.left-right-section.contact-info .lrs-wrapper #map{height:520px}@media (max-width: 767.98px){.left-right-section.contact-info .lrs-wrapper #map{height:300px}}.left-right-section.room-types .lrs-wrapper{background:#FFFFFF;padding:20px;margin-bottom:50px}@media (max-width: 767.98px){.left-right-section.room-types .lrs-wrapper{display:grid}}.left-right-section.room-types .lrs-wrapper .lrsw-thumb{margin:0}.left-right-section.room-types .lrs-wrapper .lrsw-thumb .ss-img{height:555px;object-fit:cover}@media (max-width: 767.98px){.left-right-section.room-types .lrs-wrapper .lrsw-thumb .ss-img{height:auto}}@media (max-width: 767.98px){.left-right-section.room-types .lrs-wrapper .lrsw-thumb{order:1}}.left-right-section.room-types .lrs-wrapper .lrsw-content .price-wrapper{padding-top:15px;gap:10px}.left-right-section.room-types .lrs-wrapper .lrsw-content .price-wrapper .pw-discount{color:#7c0002}.left-right-section.room-types .lrs-wrapper .lrsw-content .price-wrapper .pw-ori{text-decoration:line-through}.left-right-section.room-types .lrs-wrapper .lrsw-content .key-features{padding-top:20px}.left-right-section.room-types .lrs-wrapper .lrsw-content .key-features .kf-title{color:#000}.left-right-section.room-types .lrs-wrapper .lrsw-content .key-features .kf-list{list-style-type:disc;padding-top:5px;padding-left:20px}.left-right-section.room-types .lrs-wrapper .lrsw-content .key-features .kf-list .kfl{line-height:1.4}@media (max-width: 767.98px){.left-right-section.room-types .lrs-wrapper .lrsw-content{order:2}}.left-right-section.room-types .lrs-wrapper:nth-child(2),.left-right-section.room-types .lrs-wrapper:nth-child(4),.left-right-section.room-types .lrs-wrapper:nth-child(6),.left-right-section.room-types .lrs-wrapper:nth-child(8),.left-right-section.room-types .lrs-wrapper:nth-child(10){justify-content:flex-end}.left-right-section.room-types .lrs-wrapper:nth-child(2) .lrsw-thumb,.left-right-section.room-types .lrs-wrapper:nth-child(4) .lrsw-thumb,.left-right-section.room-types .lrs-wrapper:nth-child(6) .lrsw-thumb,.left-right-section.room-types .lrs-wrapper:nth-child(8) .lrsw-thumb,.left-right-section.room-types .lrs-wrapper:nth-child(10) .lrsw-thumb{order:2}@media (max-width: 767.98px){.left-right-section.room-types .lrs-wrapper:nth-child(2) .lrsw-thumb,.left-right-section.room-types .lrs-wrapper:nth-child(4) .lrsw-thumb,.left-right-section.room-types .lrs-wrapper:nth-child(6) .lrsw-thumb,.left-right-section.room-types .lrs-wrapper:nth-child(8) .lrsw-thumb,.left-right-section.room-types .lrs-wrapper:nth-child(10) .lrsw-thumb{order:1}}.left-right-section.room-types .lrs-wrapper:nth-child(2) .lrsw-content,.left-right-section.room-types .lrs-wrapper:nth-child(4) .lrsw-content,.left-right-section.room-types .lrs-wrapper:nth-child(6) .lrsw-content,.left-right-section.room-types .lrs-wrapper:nth-child(8) .lrsw-content,.left-right-section.room-types .lrs-wrapper:nth-child(10) .lrsw-content{order:1}@media (max-width: 767.98px){.left-right-section.room-types .lrs-wrapper:nth-child(2) .lrsw-content,.left-right-section.room-types .lrs-wrapper:nth-child(4) .lrsw-content,.left-right-section.room-types .lrs-wrapper:nth-child(6) .lrsw-content,.left-right-section.room-types .lrs-wrapper:nth-child(8) .lrsw-content,.left-right-section.room-types .lrs-wrapper:nth-child(10) .lrsw-content{order:2}}.left-right-section.room-types .lrs-wrapper:last-child{margin-bottom:0}.left-right-section.restaurant-hall .lrs-wrapper{padding:0;background:transparent}.left-right-section.restaurant-hall .lrs-wrapper .lrsw-thumb .ss-img{height:660px}@media (max-width: 767.98px){.left-right-section.restaurant-hall .lrs-wrapper .lrsw-thumb .ss-img{height:auto}}@media (max-width: 991.98px){.left-right-section.restaurant-hall .lrs-wrapper .lrsw-content{padding:50px 3%}}@media (max-width: 767.98px){.left-right-section.restaurant-hall .lrs-wrapper .lrsw-content{padding:40px 0 0}}.left-right-section.restaurant-hall .lrs-wrapper .lrsw-content .operating-wrapper{padding-top:30px}.left-right-section.restaurant-hall .lrs-wrapper .lrsw-content .operating-wrapper .ow-list{padding-top:5px}.left-right-section.restaurant-hall .lrs-wrapper .lrsw-content .operating-wrapper .ow-list .owl{line-height:1.3}.left-right-section.restaurant-hall .lrs-wrapper .lrsw-content .features-wrapper{padding-top:30px}@media (max-width: 767.98px){.left-right-section.restaurant-hall .lrs-wrapper .lrsw-content .features-wrapper{grid-template-columns:1fr 1fr 1fr}}.left-right-section.restaurant-hall .lrs-wrapper .lrsw-content .features-wrapper .fw{max-width:140px}.left-right-section.restaurant-hall .lrs-wrapper .lrsw-content .features-wrapper .fw .fw-icon{max-width:60px}.left-right-section.restaurant-hall .lrs-wrapper .lrsw-content .features-wrapper .fw .fw-title{padding-top:10px}.hotel-listing-section .hls-content{position:relative}.hotel-listing-section .swiper{overflow-y:visible;padding:0 70px}@media (max-width: 1279.98px){.hotel-listing-section .swiper{padding:0 60px}}@media (max-width: 991.98px){.hotel-listing-section .swiper{padding:0 50px}}@media (max-width: 767.98px){.hotel-listing-section .swiper{padding:0 20px;margin-top:30px}}.hotel-listing-section .swiper .swiper-wrapper .swiper-slide{text-align:center}.hotel-listing-section .swiper .swiper-wrapper .swiper-slide .hotel-thumb{overflow:hidden}.hotel-listing-section .swiper .swiper-wrapper .swiper-slide .hotel-thumb .ht-img{transform:scale(1);display:block}.hotel-listing-section .swiper .swiper-wrapper .swiper-slide .hotel-info{padding:0 10px}.hotel-listing-section .swiper .swiper-wrapper .swiper-slide .hotel-info .hotel-name{color:#000;padding-top:15px}.hotel-listing-section .swiper .swiper-wrapper .swiper-slide .hotel-info .hotel-desc{padding-top:10px;color:#7c7976}.hotel-listing-section .swiper .swiper-wrapper .swiper-slide .hotel-info .roxy-cta{color:#000}.hotel-listing-section .swiper .swiper-wrapper .swiper-slide:hover .hotel-thumb .ht-img{transform:scale(1.1)}.hotel-listing-section .swiper .swiper-wrapper .swiper-slide:hover .roxy-cta:after{width:20px}.usp-section{background:#FCEAD9}.usp-section .usps-wrapper .swiper{width:50%;margin:0}@media (max-width: 767.98px){.usp-section .usps-wrapper .swiper{width:100%}}.usp-section .usps-wrapper .usp-content{width:45%}@media (max-width: 767.98px){.usp-section .usps-wrapper .usp-content{width:100%;padding-top:30px}}.event-dining-card{background:#FFFFFF;padding:20px 20px 25px}.event-dining-card .edc-thumb{overflow:hidden}.event-dining-card .edc-thumb .edct-img{transform:scale(1);display:block}.event-dining-card .edc-content .roxy-subtitle{padding-top:20px}.event-dining-card .edc-content .edcc-name,.event-dining-card .edc-content .roxy-cta,.event-dining-card .edc-content .day-time{color:#000}.event-dining-card .edc-content .edcc-title{padding-top:5px}.event-dining-card .edc-content .edcc-desc{padding-top:10px}.event-dining-card .edc-content .day-time{padding-top:20px}@media (max-width: 767.98px){.event-dining-card .edc-content .day-time{display:flex}}.event-dining-card .edc-content .day-time .ver-line{width:1px;height:25px;background:#000000;margin:0 10px}.event-dining-card .edc-content .features{padding-top:20px}@media (max-width: 767.98px){.event-dining-card .edc-content .features{grid-template-columns:1fr 1fr 1fr}}.event-dining-card .edc-content .features .features-wrapper .fw-icon{max-width:40px;margin:0 auto}.event-dining-card .edc-content .features .features-wrapper .fw-title{padding-top:5px;color:#210f00}.event-dining-card .edc-content .features.two-col{grid-template-columns:1fr 1fr;max-width:350px;margin:0 auto}.event-dining-card .edc-content .features.two-col .features-wrapper{max-width:150px;margin:0 auto}.event-dining-card .edc-content .cta-wrapper{gap:20px;margin-top:40px}@media (max-width: 767.98px){.event-dining-card .edc-content .cta-wrapper{margin-top:30px}}.event-dining-card .edc-content .cta-wrapper .roxy-cta{margin-top:0;width:100%;padding:15px}.event-dining-card .edc-content .cta-wrapper .roxy-cta.primary{color:#fff}.event-dining-card .edc-content .cta-wrapper .roxy-cta.secondary{color:#e30613}.event-dining-card .edc-content .cta-wrapper .roxy-cta.secondary:hover{color:#fff}@media (max-width: 767.98px){.event-dining-card .edc-content .cta-wrapper .roxy-cta:last-child{margin-top:15px}}.event-dining-card:hover .edc-thumb .edct-img{transform:scale(1.05)}.event-dining-card:hover .roxy-cta:after{width:20px}.hotel-info{margin-top:15px;width:100%;max-width:370px}.hotel-info .title{color:#210f00}.hotel-info .hotel-add{line-height:1.4}.hotel-info .roxy-link{text-decoration:none}.hotel-info .hi-wrapper{margin-top:5px;gap:10px}@media (max-width: 767.98px){.hotel-info .hi-wrapper{display:flex}}.hotel-info .hi-wrapper .hiw{position:relative}.hotel-info .hi-wrapper .hiw .hiw-icon{width:20px}@media (max-width: 767.98px){.hotel-info .hi-wrapper .hiw .hiw-icon{width:25px}}.hotel-info .hi-wrapper .hiw .hiw-icon.active{position:absolute;top:0;opacity:0;visibility:hidden;z-index:2}.hotel-info .hi-wrapper .hiw:hover .hiw-icon.idle{opacity:0;visibility:hidden}.hotel-info .hi-wrapper .hiw:hover .hiw-icon.active{opacity:1;visibility:visible}.newsletter-section{background:#FCEAD9}@media (max-width: 767.98px){.newsletter-section .ns-wrapper{display:grid}}.newsletter-section .ns-wrapper .nsw-content{width:40%;max-width:530px}@media (max-width: 767.98px){.newsletter-section .ns-wrapper .nsw-content{width:100%;max-width:100%;order:2;margin-top:20px}}.newsletter-section .ns-wrapper .nsw-content .desc{max-width:500px}@media (max-width: 767.98px){.newsletter-section .ns-wrapper .nsw-content .desc{max-width:100%}}.newsletter-section .ns-wrapper .nsw-content .newsletter-form{padding-top:20px}.newsletter-section .ns-wrapper .nsw-content .newsletter-form .nf-wrapper{background:#FFFFFF;padding:15px}@media (max-width: 767.98px){.newsletter-section .ns-wrapper .nsw-content .newsletter-form .nf-wrapper{padding:10px}}.newsletter-section .ns-wrapper .nsw-content .newsletter-form .nf-wrapper .form-group{margin-bottom:0}.newsletter-section .ns-wrapper .nsw-content .newsletter-form .nf-wrapper .form-group input{border-bottom:0;padding-bottom:0}.newsletter-section .ns-wrapper .nsw-content .newsletter-form .nf-wrapper .form-group input:-webkit-autofill,.newsletter-section .ns-wrapper .nsw-content .newsletter-form .nf-wrapper .form-group input:-webkit-autofill:hover,.newsletter-section .ns-wrapper .nsw-content .newsletter-form .nf-wrapper .form-group input:-webkit-autofill:focus,.newsletter-section .ns-wrapper .nsw-content .newsletter-form .nf-wrapper .form-group input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 1000px #FFFFFF inset!important}.newsletter-section .ns-wrapper .nsw-content .newsletter-form .nf-tnc{padding-top:20px}@media (max-width: 767.98px){.newsletter-section .ns-wrapper .nsw-content .newsletter-form .nf-tnc{text-align:center}}.newsletter-section .ns-wrapper .nsw-content .newsletter-form .btn-subscribe:disabled{background:#E0DAD4;cursor:not-allowed}.newsletter-section .ns-wrapper .nsw-content .message{margin-top:20px;padding:10px 15px}.newsletter-section .ns-wrapper .nsw-content .message.info{color:#4b4947;background:#E0DAD4}.newsletter-section .ns-wrapper .nsw-content .message.success{color:#00a83b;background:#CFECD1}.newsletter-section .ns-wrapper .nsw-content .message.error{color:#e30613;background:#F9D3C5}.newsletter-section .ns-wrapper .nsw-image{width:50%}@media (max-width: 991.98px){.newsletter-section .ns-wrapper .nsw-image{width:55%}}@media (max-width: 767.98px){.newsletter-section .ns-wrapper .nsw-image{width:100%;order:1}}#search-widget-panel .swp-horizontal .bws-swp-col{padding-right:0!important}#inline-date-picker-in,#inline-date-picker-out{font-family:Inter,sans-serif!important;border:1px solid #000000!important;border-radius:6px;box-shadow:0 0 10px #0000001a!important;-webkit-box-shadow:0px 0px 10px 0px rgba(0,0,0,.1)!important;-moz-box-shadow:0px 0px 10px 0px rgba(0,0,0,.1)!important}div#quickbook-widget,div#quickbook-widget input,div#quickbook-widget button,div#quickbook-widget .MbsSearchWidget .selectWrapperInside select.form-control.form-select,.Configure-quickBook-Widget,.Configure-quickBook-Widget input,.Configure-quickBook-Widget button,.Configure-quickBook-Widget .MbsSearchWidget .selectWrapperInside select{font-family:Inter,sans-serif!important}div#quickbook-widget .MbsSearchWidget,.Configure-quickBook-Widget .MbsSearchWidget{background:#FFFFFF!important;padding:10px!important;gap:15px!important;box-shadow:none!important;max-width:1920px!important;flex-wrap:initial!important}@media (max-width: 991.98px){div#quickbook-widget .MbsSearchWidget,.Configure-quickBook-Widget .MbsSearchWidget{display:block!important;padding:20px!important}}@media (max-width: 543.98px){div#quickbook-widget .MbsSearchWidget,.Configure-quickBook-Widget .MbsSearchWidget{gap:10px}}div#quickbook-widget .MbsSearchWidget .guestsearchTxt .widgetLabel,.Configure-quickBook-Widget .MbsSearchWidget .guestsearchTxt .widgetLabel{padding:0;line-height:1;font-size:12px}div#quickbook-widget .MbsSearchWidget .formGroup,.Configure-quickBook-Widget .MbsSearchWidget .formGroup{width:30%;padding:6px 0}@media (max-width: 991.98px){div#quickbook-widget .MbsSearchWidget .formGroup,.Configure-quickBook-Widget .MbsSearchWidget .formGroup{width:100%;padding:0 0 10px!important;margin-bottom:15px!important}}div#quickbook-widget .MbsSearchWidget .formGroup .input.inputRoom .d-flex span,.Configure-quickBook-Widget .MbsSearchWidget .formGroup .input.inputRoom .d-flex span{right:20px!important}div#quickbook-widget .MbsSearchWidget .formGroup .menu,.Configure-quickBook-Widget .MbsSearchWidget .formGroup .menu{border:1px solid #E0DAD4!important;border-radius:0!important;box-shadow:none!important;max-height:190px!important;padding:0!important;margin-top:5px!important}div#quickbook-widget .MbsSearchWidget .formGroup .menu ul,.Configure-quickBook-Widget .MbsSearchWidget .formGroup .menu ul{margin:0!important}div#quickbook-widget .MbsSearchWidget .formGroup .menu ul li,.Configure-quickBook-Widget .MbsSearchWidget .formGroup .menu ul li{font-size:15px!important;font-weight:400!important;padding:8px 10px!important;border-bottom:1px solid #E0DAD4;border-radius:0!important}div#quickbook-widget .MbsSearchWidget .formGroup.promocode,.Configure-quickBook-Widget .MbsSearchWidget .formGroup.promocode{display:none!important}div#quickbook-widget .MbsSearchWidget .formGroup.searchinOut,div#quickbook-widget .MbsSearchWidget .formGroup.prop-lists,.Configure-quickBook-Widget .MbsSearchWidget .formGroup.searchinOut,.Configure-quickBook-Widget .MbsSearchWidget .formGroup.prop-lists{border-right:1px solid #E0DAD4;padding:0 20px}@media (max-width: 991.98px){div#quickbook-widget .MbsSearchWidget .formGroup.searchinOut,div#quickbook-widget .MbsSearchWidget .formGroup.prop-lists,.Configure-quickBook-Widget .MbsSearchWidget .formGroup.searchinOut,.Configure-quickBook-Widget .MbsSearchWidget .formGroup.prop-lists{border-right:0;border-bottom:1px solid #E0DAD4;padding:10px 0}}div#quickbook-widget .MbsSearchWidget .formGroup.prop-lists,.Configure-quickBook-Widget .MbsSearchWidget .formGroup.prop-lists{width:25%;position:relative}@media (max-width: 991.98px){div#quickbook-widget .MbsSearchWidget .formGroup.prop-lists,.Configure-quickBook-Widget .MbsSearchWidget .formGroup.prop-lists{width:100%;padding-top:0!important}}div#quickbook-widget .MbsSearchWidget .formGroup.prop-lists .prop-loc-list,.Configure-quickBook-Widget .MbsSearchWidget .formGroup.prop-lists .prop-loc-list{width:100%}@media (max-width: 991.98px){div#quickbook-widget .MbsSearchWidget .formGroup.prop-lists .prop-loc-list,.Configure-quickBook-Widget .MbsSearchWidget .formGroup.prop-lists .prop-loc-list{margin-top:0!important}}div#quickbook-widget .MbsSearchWidget .formGroup.prop-lists .prop-loc-list .caret,.Configure-quickBook-Widget .MbsSearchWidget .formGroup.prop-lists .prop-loc-list .caret{border:0!important;right:0!important;top:40%!important;transform:translateY(-50%)}div#quickbook-widget .MbsSearchWidget .formGroup.prop-lists .prop-loc-list .caret:after,.Configure-quickBook-Widget .MbsSearchWidget .formGroup.prop-lists .prop-loc-list .caret:after{content:"";position:absolute;right:0;background-image:url(/build/assets/roxyhotel-arrow-down-black100-17554992.svg);background-position:center center;background-repeat:no-repeat;width:14px;height:6px;background-size:contain}div#quickbook-widget .MbsSearchWidget .formGroup.prop-lists .prop-loc-list .caret.caret-rotate,.Configure-quickBook-Widget .MbsSearchWidget .formGroup.prop-lists .prop-loc-list .caret.caret-rotate{transform:rotate(0)!important}div#quickbook-widget .MbsSearchWidget .formGroup.searchinOut,.Configure-quickBook-Widget .MbsSearchWidget .formGroup.searchinOut{width:35%;padding-left:0}@media (max-width: 991.98px){div#quickbook-widget .MbsSearchWidget .formGroup.searchinOut,.Configure-quickBook-Widget .MbsSearchWidget .formGroup.searchinOut{width:100%}}div#quickbook-widget .MbsSearchWidget .formGroup.searchinOut .checkinOut,.Configure-quickBook-Widget .MbsSearchWidget .formGroup.searchinOut .checkinOut{width:50%}@media (max-width: 991.98px){div#quickbook-widget .MbsSearchWidget .formGroup.searchinOut .checkinOut,.Configure-quickBook-Widget .MbsSearchWidget .formGroup.searchinOut .checkinOut{width:100%}}div#quickbook-widget .MbsSearchWidget .formGroup .input label.lbl,.Configure-quickBook-Widget .MbsSearchWidget .formGroup .input label.lbl{font-size:12px;text-transform:none;color:#7c7976!important;font-weight:400}div#quickbook-widget .MbsSearchWidget .formGroup .input .checkinDate,.Configure-quickBook-Widget .MbsSearchWidget .formGroup .input .checkinDate{font-size:16px;padding:0!important;border:0!important;border-radius:0;background-color:transparent!important}div#quickbook-widget .MbsSearchWidget .formGroup .input .checkinDate.startDate,.Configure-quickBook-Widget .MbsSearchWidget .formGroup .input .checkinDate.startDate{border-radius:0}div#quickbook-widget .MbsSearchWidget .formGroup .input .checkinDate input,.Configure-quickBook-Widget .MbsSearchWidget .formGroup .input .checkinDate input{color:#000!important;font-family:Inter,sans-serif!important;font-size:16px!important}div#quickbook-widget .MbsSearchWidget .formGroup .input .checkinDate span,.Configure-quickBook-Widget .MbsSearchWidget .formGroup .input .checkinDate span{color:#fff!important;text-indent:-99999px!important;top:0!important}div#quickbook-widget .MbsSearchWidget .formGroup .input .checkinDate span:after,.Configure-quickBook-Widget .MbsSearchWidget .formGroup .input .checkinDate span:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-image:url(/build/assets/roxyhotel-edit-room-black100-dd467a2b.svg);background-position:center center;background-repeat:no-repeat;width:18px;height:18px;background-size:contain}div#quickbook-widget .MbsSearchWidget .formGroup .input .endDate,.Configure-quickBook-Widget .MbsSearchWidget .formGroup .input .endDate{border-radius:0;border-left:none!important}div#quickbook-widget .MbsSearchWidget .formGroup .mbs-arrow,.Configure-quickBook-Widget .MbsSearchWidget .formGroup .mbs-arrow{color:#fff!important}div#quickbook-widget .MbsSearchWidget .formGroup .mbs-arrow:after,.Configure-quickBook-Widget .MbsSearchWidget .formGroup .mbs-arrow:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-image:url(/build/assets/roxyhotel-arrow-right-tail-black100-b31d82a9.svg);background-position:center center;background-repeat:no-repeat;width:16px;height:12px;background-size:contain}div#quickbook-widget .MbsSearchWidget .searchBlock,.Configure-quickBook-Widget .MbsSearchWidget .searchBlock{top:0!important}@media (max-width: 991.98px){div#quickbook-widget .MbsSearchWidget .searchBlock,.Configure-quickBook-Widget .MbsSearchWidget .searchBlock{max-width:100%!important;width:100%!important;margin-top:30px}}div#quickbook-widget .MbsSearchWidget .searchBtn,.Configure-quickBook-Widget .MbsSearchWidget .searchBtn{background-color:#e30613!important;color:#fff!important;border-radius:0!important;border:1px solid #E30613!important;font-size:16px!important;font-weight:500!important;line-height:20px!important;padding:15px 10px!important;min-width:140px;transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out}div#quickbook-widget .MbsSearchWidget .searchBtn:hover,.Configure-quickBook-Widget .MbsSearchWidget .searchBtn:hover{background-color:#7c0002!important;border:1px solid #7C0002!important}div#quickbook-widget .MbsSearchWidget .rdrDateRangeWrapper,.Configure-quickBook-Widget .MbsSearchWidget .rdrDateRangeWrapper{margin-top:70px;border-radius:6px;box-shadow:0 0 10px #0000001a;-webkit-box-shadow:0px 0px 10px 0px rgba(0,0,0,.1);-moz-box-shadow:0px 0px 10px 0px rgba(0,0,0,.1)}div#quickbook-widget .MbsSearchWidget .rdrCalendarWrapper,.Configure-quickBook-Widget .MbsSearchWidget .rdrCalendarWrapper{border:1px solid #E0DAD4;border-radius:0}div#quickbook-widget .MbsSearchWidget .rdrDayNumber>div.room-rate,.Configure-quickBook-Widget .MbsSearchWidget .rdrDayNumber>div.room-rate{color:#7c0002!important}div#quickbook-widget .MbsSearchWidget .rdrDayNumber>div.room-rate.sold,.Configure-quickBook-Widget .MbsSearchWidget .rdrDayNumber>div.room-rate.sold{color:#7c7976!important;border:0;border-radius:0;text-transform:capitalize;background:#E0DAD4!important}div#quickbook-widget .MbsSearchWidget .rdrDay .rdrStartEdge,.Configure-quickBook-Widget .MbsSearchWidget .rdrDay .rdrStartEdge{background:linear-gradient(to bottom right,transparent 50%,#FCEAD9 0)}div#quickbook-widget .MbsSearchWidget .rdrDay .rdrEndEdge,.Configure-quickBook-Widget .MbsSearchWidget .rdrDay .rdrEndEdge{background:linear-gradient(to top left,transparent 50%,#FCEAD9 0)!important}div#quickbook-widget .MbsSearchWidget .rdrMonth .rdrMonthName,.Configure-quickBook-Widget .MbsSearchWidget .rdrMonth .rdrMonthName{background:transparent!important;color:#000!important}div#quickbook-widget .MbsSearchWidget .departure-wrapper,.Configure-quickBook-Widget .MbsSearchWidget .departure-wrapper{display:none}div#quickbook-widget .MbsSearchWidget .rdrDayDisabled,.Configure-quickBook-Widget .MbsSearchWidget .rdrDayDisabled{background-color:#fff!important}div#quickbook-widget .MbsSearchWidget .rdrDayDisabled .rdrDayNumber span,.Configure-quickBook-Widget .MbsSearchWidget .rdrDayDisabled .rdrDayNumber span{color:#7c7976!important}div#quickbook-widget .MbsSearchWidget .room-rate.sold,.Configure-quickBook-Widget .MbsSearchWidget .room-rate.sold{opacity:1!important;color:#7c7976!important;border:0;border-radius:0;text-transform:capitalize;background:#E0DAD4!important}div#quickbook-widget .MbsSearchWidget .roomBlock,.Configure-quickBook-Widget .MbsSearchWidget .roomBlock{margin-top:5px}div#quickbook-widget .MbsSearchWidget .roomBlock:first-child,.Configure-quickBook-Widget .MbsSearchWidget .roomBlock:first-child{margin-top:10px}div#quickbook-widget .MbsSearchWidget .addRoomBtn,.Configure-quickBook-Widget .MbsSearchWidget .addRoomBtn{border:0!important;background:#FFFFFF!important;color:#000!important;border-bottom:1px solid #E0DAD4!important;padding:10px 20px!important;position:relative!important}div#quickbook-widget .MbsSearchWidget .addRoomBtn span,.Configure-quickBook-Widget .MbsSearchWidget .addRoomBtn span{font-size:16px;font-weight:500!important}div#quickbook-widget .MbsSearchWidget .pointer span,.Configure-quickBook-Widget .MbsSearchWidget .pointer span{font-size:18px!important;font-weight:300!important;line-height:22px!important;width:25px!important;height:25px!important;border-radius:50%!important;color:#fff!important}div#quickbook-widget .MbsSearchWidget .pointer span:last-child,.Configure-quickBook-Widget .MbsSearchWidget .pointer span:last-child{margin-left:10px}div#quickbook-widget .MbsSearchWidget .guest-count-input,.Configure-quickBook-Widget .MbsSearchWidget .guest-count-input{overflow:hidden}div#quickbook-widget .MbsSearchWidget .selectrow,.Configure-quickBook-Widget .MbsSearchWidget .selectrow{gap:30px!important}div#quickbook-widget .MbsSearchWidget .selectrow label,.Configure-quickBook-Widget .MbsSearchWidget .selectrow label{color:#7c7976!important;font-size:12px!important;font-weight:400!important}div#quickbook-widget .MbsSearchWidget .selectrow .quantity,.Configure-quickBook-Widget .MbsSearchWidget .selectrow .quantity{color:#000;font-size:16px;line-height:32px}div#quickbook-widget .MbsSearchWidget .inc-div,.Configure-quickBook-Widget .MbsSearchWidget .inc-div{border-radius:30px!important;border:1px solid #E0DAD4!important;overflow:auto;margin-top:5px}div#quickbook-widget .MbsSearchWidget .inc-div .incr-btn,.Configure-quickBook-Widget .MbsSearchWidget .inc-div .incr-btn{font-size:18px!important;padding:10px 0!important;font-weight:300!important;background:#FFFFFF!important}@media (max-width: 767.98px){div#quickbook-widget .MbsSearchWidget .inc-div .incr-btn,.Configure-quickBook-Widget .MbsSearchWidget .inc-div .incr-btn{font-size:22px!important}}div#quickbook-widget .MbsSearchWidget .guestsearchTxt,.Configure-quickBook-Widget .MbsSearchWidget .guestsearchTxt{margin:10px 0 0}div#quickbook-widget .MbsSearchWidget .guestsearchTxt .widgetLabel,.Configure-quickBook-Widget .MbsSearchWidget .guestsearchTxt .widgetLabel{color:#87898a}div#quickbook-widget .MbsSearchWidget .guest-count-input,.Configure-quickBook-Widget .MbsSearchWidget .guest-count-input{border-radius:0;border:1px solid #E0DAD4!important;box-shadow:none!important;padding:15px!important}@media (max-width: 767.98px){div#quickbook-widget .MbsSearchWidget .guest-count-input,.Configure-quickBook-Widget .MbsSearchWidget .guest-count-input{padding:0!important}}div#quickbook-widget .MbsSearchWidget .guest-count-input .selectrow,.Configure-quickBook-Widget .MbsSearchWidget .guest-count-input .selectrow{margin-top:15px}@media (max-width: 767.98px){div#quickbook-widget .MbsSearchWidget .guest-count-input .selectrow,.Configure-quickBook-Widget .MbsSearchWidget .guest-count-input .selectrow{margin-top:0;padding:20px;display:block}}@media (max-width: 767.98px){div#quickbook-widget .MbsSearchWidget .guest-count-input .selectrow .Adultselect,div#quickbook-widget .MbsSearchWidget .guest-count-input .selectrow .Childselect,.Configure-quickBook-Widget .MbsSearchWidget .guest-count-input .selectrow .Adultselect,.Configure-quickBook-Widget .MbsSearchWidget .guest-count-input .selectrow .Childselect{width:100%!important}}@media (max-width: 767.98px){div#quickbook-widget .MbsSearchWidget .guest-count-input .selectrow .Childselect,.Configure-quickBook-Widget .MbsSearchWidget .guest-count-input .selectrow .Childselect{padding-top:20px}}div#quickbook-widget .MbsSearchWidget .guestgroup .guest_Rooms_Count,.Configure-quickBook-Widget .MbsSearchWidget .guestgroup .guest_Rooms_Count{padding:20px 15px;border-bottom:1px solid #E0DAD4!important;display:block;position:relative!important;background-color:#fff!important}@media (max-width: 767.98px){div#quickbook-widget .MbsSearchWidget .guestgroup .guest_Rooms_Count,.Configure-quickBook-Widget .MbsSearchWidget .guestgroup .guest_Rooms_Count{padding:25px 10px;height:auto}}div#quickbook-widget .MbsSearchWidget .guestgroup .guest_Rooms_Count label,.Configure-quickBook-Widget .MbsSearchWidget .guestgroup .guest_Rooms_Count label{font-size:16px;font-weight:500;display:block;color:#000;top:0;width:auto;position:relative}div#quickbook-widget .MbsSearchWidget .add-aroom,.Configure-quickBook-Widget .MbsSearchWidget .add-aroom{margin-bottom:10px}div#quickbook-widget .MbsSearchWidget .addroom-another,.Configure-quickBook-Widget .MbsSearchWidget .addroom-another{color:#000!important;border-radius:0;border:0!important;background-color:transparent!important;font-size:14px;font-weight:300;padding:10px 0;text-underline-offset:3px;width:100%;text-transform:capitalize}div#quickbook-widget .MbsSearchWidget .Add_Room_btn button,.Configure-quickBook-Widget .MbsSearchWidget .Add_Room_btn button{background-color:#000;border:0;border-radius:4px;font-size:24px;right:15px;top:7px;width:24px;height:24px}div#quickbook-widget .MbsSearchWidget .Add_Room_btn button:after,.Configure-quickBook-Widget .MbsSearchWidget .Add_Room_btn button:after{content:"-";position:absolute;top:45%;left:50%;transform:translate(-50%,-50%);color:#fff}.Configure-quickBook-Widget .MbsSearchWidget .calender-wrapper{display:none!important}.Configure-quickBook-Widget .MbsSearchWidget .formGroup{height:46px}@media (max-width: 991.98px){.Configure-quickBook-Widget .MbsSearchWidget .formGroup{height:auto}}.Configure-quickBook-Widget .MbsSearchWidget .formGroup .mbs-arrow{bottom:15px}.Configure-quickBook-Widget .MbsSearchWidget .formGroup.searchinOut{width:48%}@media (max-width: 991.98px){.Configure-quickBook-Widget .MbsSearchWidget .formGroup.searchinOut{width:100%}}.Configure-quickBook-Widget .MbsSearchWidget .formGroup .input.inputRoom .d-flex input{font-size:16px!important}.Configure-quickBook-Widget .MbsSearchWidget .formGroup:nth-child(2){height:52px;width:39%}@media (max-width: 991.98px){.Configure-quickBook-Widget .MbsSearchWidget .formGroup:nth-child(2){height:auto;width:100%}}.Configure-quickBook-Widget .MbsSearchWidget .formGroup:nth-child(3){display:none}.Configure-quickBook-Widget .MbsSearchWidget .searchBlock{position:relative}@media (max-width: 991.98px){.Configure-quickBook-Widget .MbsSearchWidget .searchBlock .btn.searchBtn{width:100%!important}}.Configure-quickBook-Widget .MbsSearchWidget .addRoom .guest-count-input{padding:0!important}.Configure-quickBook-Widget .MbsSearchWidget .pointer span{border:1px solid #E30613!important;color:#e30613!important;line-height:20px!important}.Configure-quickBook-Widget .MbsSearchWidget .addRoomBtn{padding:10px 20px!important}.Configure-quickBook-Widget .MbsSearchWidget .addroom-another{text-align:right;padding:0;text-decoration:underline}.Configure-quickBook-Widget .MbsSearchWidget .guest-count-input .selectrow{padding:15px 20px;margin-top:0}.Configure-quickBook-Widget .MbsSearchWidget.dayUseSearch{padding-left:20px!important}body .site-header{position:fixed;top:0;left:50%;right:0;width:100%;max-width:1920px;z-index:9999;transform:translate(-50%);will-change:transform;background:#F9F2EC}body .site-header .header-container .roxy-header{padding:35px 0 25px;position:relative;z-index:999}body .site-header .header-container .roxy-header .navbar-left{gap:15px}body .site-header .header-container .roxy-header .roxyhotel-logo{position:relative}body .site-header .header-container .roxy-header .roxyhotel-logo .rl{max-width:185px}@media (max-width: 991.98px){body .site-header .header-container .roxy-header .roxyhotel-logo .rl{max-width:150px}}body .site-header .header-container .roxy-header .roxyhotel-logo .rl.active{position:absolute;top:0;left:0;opacity:0;visibility:hidden}body .site-header .header-container .roxy-header .ver-line{background:#000000;width:1px;height:30px}@media (max-width: 767.98px){body .site-header .header-container .roxy-header .ver-line{display:none}}body .site-header .header-container .roxy-header .menu-dropdown{color:#000;gap:10px;cursor:pointer;position:relative}@media (max-width: 767.98px){body .site-header .header-container .roxy-header .menu-dropdown{display:none}}body .site-header .header-container .roxy-header .menu-dropdown .md-icon{width:14px}body .site-header .header-container .roxy-header .menu-dropdown .md-icon.active{position:absolute;right:0;opacity:0;visibility:hidden}body .site-header .header-container .roxy-header .menu-dropdown .md-icon.rotate-up{transform:rotate(-180deg)}body .site-header .header-container .roxy-header .menu{gap:35px}@media (max-width: 991.98px){body .site-header .header-container .roxy-header .menu{gap:25px}}@media (max-width: 767.98px){body .site-header .header-container .roxy-header .menu{display:none}}body .site-header .header-container .roxy-header .menu .menu-item{color:#000}body .site-header .header-container .roxy-header .menu .menu-item .mi{position:relative}body .site-header .header-container .roxy-header .menu .menu-item .mi:after{content:"";position:absolute;bottom:-5px;left:50%;transform:translate(-50%);width:0;height:1px;background:#000000;transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-webkit-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out}body .site-header .header-container .roxy-header .menu .menu-item .mi:hover:after,body .site-header .header-container .roxy-header .menu .menu-item .mi.active:after{width:20px}body .site-header .header-container .roxy-header .roxy-cta{margin-top:0;margin-left:35px;padding:10px 20px}@media (max-width: 991.98px){body .site-header .header-container .roxy-header .roxy-cta{margin-left:25px}}@media (max-width: 767.98px){body .site-header .header-container .roxy-header .roxy-cta{display:none}}body .site-header .header-container .roxy-header.menu-active .roxyhotel-logo .rl.idle{opacity:0;visibility:hidden}body .site-header .header-container .roxy-header.menu-active .roxyhotel-logo .rl.active{opacity:1;visibility:visible}body .site-header .header-container .roxy-header.menu-active .ver-line{background:#FFFFFF}body .site-header .header-container .roxy-header.menu-active .menu-dropdown{color:#fff}body .site-header .header-container .roxy-header.menu-active .menu-dropdown .md-icon.idle{opacity:0;visibility:hidden}body .site-header .header-container .roxy-header.menu-active .menu-dropdown .md-icon.active{opacity:1;visibility:visible}body .site-header .header-container .roxy-header.menu-active .menu .menu-item{color:#fff}body .site-header .header-container .roxy-header.menu-active .menu .menu-item .mi:after{background:#FFFFFF}body .site-header .header-container .roxy-header.menu-active .roxy-cta{border:1px solid #FFFFFF;color:#fff}body .site-header .header-container .roxy-header.menu-active .roxy-cta:hover{background:#FFFFFF;color:#e30613}body .site-header .header-container .md-expand{position:absolute;top:0;left:50%;transform:translate(-50%);width:100%;max-width:1920px;background:#210F00;z-index:99;max-height:0;overflow:hidden}@media (max-width: 767.98px){body .site-header .header-container .md-expand{display:none}}body .site-header .header-container .md-expand .mde-wrapper{padding:120px 0 60px}body .site-header .header-container .md-expand .mde-wrapper .mdew{position:relative;top:-50px;opacity:0}body .site-header .header-container .md-expand .mde-wrapper .mdew .hotel-area .ha-title{color:#f9f2ec;font-size:18px}body .site-header .header-container .md-expand .mde-wrapper .mdew .hotel-area .hotel-name-container{gap:0}@media (max-width: 1279.98px){body .site-header .header-container .md-expand .mde-wrapper .mdew .hotel-area .hotel-name-container{grid-template-columns:1fr 1fr}}body .site-header .header-container .md-expand .mde-wrapper .mdew .hotel-area .hotel-name-container .hotel-link,body .site-header .header-container .md-expand .mde-wrapper .mdew .hotel-area .hotel-name-container .empty{max-width:175px}body .site-header .header-container .md-expand .mde-wrapper .mdew .hotel-area .hotel-name-container .hotel-link .hl,body .site-header .header-container .md-expand .mde-wrapper .mdew .hotel-area .hotel-name-container .empty .hl{font-family:Anton,sans-serif;color:#bcb7b2;font-size:clamp(2.13rem,.42vw + 1.99rem,2.5rem);text-transform:uppercase;gap:15px;position:relative;left:0}body .site-header .header-container .md-expand .mde-wrapper .mdew .hotel-area .hotel-name-container .hotel-link .hl .hl-icon,body .site-header .header-container .md-expand .mde-wrapper .mdew .hotel-area .hotel-name-container .empty .hl .hl-icon{width:22px;position:absolute;right:0}@media (max-width: 1279.98px){body .site-header .header-container .md-expand .mde-wrapper .mdew .hotel-area .hotel-name-container .hotel-link .hl .hl-icon,body .site-header .header-container .md-expand .mde-wrapper .mdew .hotel-area .hotel-name-container .empty .hl .hl-icon{right:10px}}body .site-header .header-container .md-expand .mde-wrapper .mdew .hotel-area .hotel-name-container .hotel-link .hl .hl-icon.active,body .site-header .header-container .md-expand .mde-wrapper .mdew .hotel-area .hotel-name-container .empty .hl .hl-icon.active{opacity:0;visibility:hidden}body .site-header .header-container .md-expand .mde-wrapper .mdew .hotel-area .hotel-name-container .hotel-link .hl:hover,body .site-header .header-container .md-expand .mde-wrapper .mdew .hotel-area .hotel-name-container .empty .hl:hover{color:#e30613;left:10px}body .site-header .header-container .md-expand .mde-wrapper .mdew .hotel-area .hotel-name-container .hotel-link .hl:hover .hl-icon.idle,body .site-header .header-container .md-expand .mde-wrapper .mdew .hotel-area .hotel-name-container .empty .hl:hover .hl-icon.idle{opacity:0;visibility:hidden}body .site-header .header-container .md-expand .mde-wrapper .mdew .hotel-area .hotel-name-container .hotel-link .hl:hover .hl-icon.active,body .site-header .header-container .md-expand .mde-wrapper .mdew .hotel-area .hotel-name-container .empty .hl:hover .hl-icon.active{opacity:1;visibility:visible}@media (max-width: 1279.98px){body .site-header .header-container .md-expand .mde-wrapper .mdew .hotel-area .hotel-name-container .empty{display:none}}body .site-header .header-container .md-expand .mde-wrapper .mdew .hotel-area.greater-kuching{margin-top:70px}body .site-header .header-container .md-expand .mde-wrapper .mdew .hotel-image-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;opacity:0}body .site-header .header-container .md-expand .mde-wrapper .mdew .hic{height:400px;object-fit:cover;object-position:center}body .site-header .header-container .md-expand .mde-wrapper .mdew.left{width:50%;max-width:700px}body .site-header .header-container .md-expand .mde-wrapper .mdew.right{width:45%;position:relative}body .site-header .header-container .md-expand.is-open .mde-wrapper .mdew{top:0;opacity:1}body .site-header .header-container .mobile-nav{display:none;position:absolute;top:0;left:0;width:100%;z-index:999}@media (max-width: 767.98px){body .site-header .header-container .mobile-nav{display:block}}body .site-header .header-container .mobile-nav .menu-toggle{position:absolute;right:20px;top:24px;height:45px;width:45px;border:1px solid #000000;border-radius:50%;cursor:pointer;display:block}body .site-header .header-container .mobile-nav .menu-toggle-bar{display:block;position:absolute;top:51%;left:11.5px;margin-top:-1px;width:20px;height:1.1px;background-color:#000}body .site-header .header-container .mobile-nav .menu-toggle-bar.menu-toggle-bar--top{transform:translateY(-5px)}body .site-header .header-container .mobile-nav .menu-toggle-bar.menu-toggle-bar--bottom{transform:translateY(5px)}body .site-header.header-hidden{transform:translate(-50%,-150%)}body .site-header.header-bg{background:#F9F2EC}body .menu-overlay{display:none;opacity:0;visibility:hidden;width:100%;height:100vh;position:absolute;top:100px;left:0;z-index:99}@media (max-width: 767.98px){body .menu-overlay{display:block}}body .menu-overlay .mo-wrapper{padding:20px;color:#fff}body .menu-overlay .mo-wrapper .hotel-menu{padding-top:20px}body .menu-overlay .mo-wrapper .hotel-menu .hotel-name-container{grid-template-columns:1fr 1fr;gap:0px;padding-top:10px}body .menu-overlay .mo-wrapper .hotel-menu .hotel-name-container .hotel-link{font-family:Anton,sans-serif;font-size:26px;text-transform:uppercase}body .menu-overlay .mo-wrapper .hotel-menu .hotel-name-container .hotel-link .hl{display:flex}body .menu-overlay .mo-wrapper .hotel-menu .hotel-name-container .hotel-link .hl .hl-icon{width:16px;margin-left:15px}body .menu-overlay .mo-wrapper .hori-line{margin:30px 0}body .menu-overlay .mo-wrapper .mow .mow-item{font-size:20px;font-weight:500}body .hotel-submenu{background:#210F00;color:#fff;display:none}body .hotel-submenu .hs-wrapper{gap:35px;padding:20px 0}@media (max-width: 767.98px){body .hotel-submenu .hs-wrapper{display:flex;justify-content:left;overflow-x:auto;white-space:nowrap;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;width:100%;padding:15px 20px}}body .hotel-submenu .hs-wrapper::-webkit-scrollbar{display:none}@media (max-width: 767.98px){body .hotel-submenu .hs-wrapper .hsw-item{flex:0 0 auto;scroll-snap-align:start}}@media (max-width: 767.98px){body .hotel-submenu .hs-wrapper .hsw-item:first-child{padding-left:20px}}body .hotel-submenu .hs-wrapper .hsw-item .hswi{position:relative}body .hotel-submenu .hs-wrapper .hsw-item .hswi:after{content:"";position:absolute;bottom:-5px;left:50%;transform:translate(-50%);width:0;height:1px;background:#FFFFFF;transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-webkit-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out}body .hotel-submenu .hs-wrapper .hsw-item .hswi:hover:after,body .hotel-submenu .hs-wrapper .hsw-item .hswi.active:after{width:20px}body.page-home .site-header{background:transparent}body.page-home .site-header .header-container .roxy-header .roxyhotel-logo .rl.idle{opacity:0;visibility:hidden}body.page-home .site-header .header-container .roxy-header .roxyhotel-logo .rl.active{opacity:1;visibility:visible}body.page-home .site-header .header-container .roxy-header .ver-line{background:#FFFFFF}body.page-home .site-header .header-container .roxy-header .menu-dropdown{color:#fff}body.page-home .site-header .header-container .roxy-header .menu-dropdown .md-icon.idle{opacity:0;visibility:hidden}body.page-home .site-header .header-container .roxy-header .menu-dropdown .md-icon.active{opacity:1;visibility:visible}body.page-home .site-header .header-container .roxy-header .menu .menu-item{color:#fff}body.page-home .site-header .header-container .roxy-header .menu .menu-item .mi:after{background:#FFFFFF}body.page-home .site-header .header-container .roxy-header .roxy-cta{border:1px solid #FFFFFF;color:#fff}body.page-home .site-header .header-container .roxy-header .roxy-cta:hover{color:#e30613;background:#FFFFFF}body.page-home .site-header .header-container .mobile-nav .menu-toggle{border:1px solid #FFFFFF}body.page-home .site-header .header-container .mobile-nav .menu-toggle-bar{background-color:#fff}body.page-home .site-header.header-bg{background:#F9F2EC}body.page-home .site-header.header-bg .header-container .roxy-header .roxyhotel-logo .rl.idle{opacity:1;visibility:visible}body.page-home .site-header.header-bg .header-container .roxy-header .roxyhotel-logo .rl.active{opacity:0;visibility:hidden}body.page-home .site-header.header-bg .header-container .roxy-header .ver-line{background:#000000}body.page-home .site-header.header-bg .header-container .roxy-header .menu-dropdown{color:#000}body.page-home .site-header.header-bg .header-container .roxy-header .menu-dropdown .md-icon.idle{opacity:1;visibility:visible}body.page-home .site-header.header-bg .header-container .roxy-header .menu-dropdown .md-icon.active{opacity:0;visibility:hidden}body.page-home .site-header.header-bg .header-container .roxy-header .menu .menu-item{color:#000}body.page-home .site-header.header-bg .header-container .roxy-header .menu .menu-item .mi:after{background:#000000}body.page-home .site-header.header-bg .header-container .roxy-header .roxy-cta{border:1px solid #E30613;color:#e30613}body.page-home .site-header.header-bg .header-container .roxy-header .roxy-cta:hover{border:1px solid #7C0002;background:#7C0002;color:#fff}body.page-home .site-header.header-bg .header-container .roxy-header.menu-active .roxyhotel-logo .rl.idle{opacity:0;visibility:hidden}body.page-home .site-header.header-bg .header-container .roxy-header.menu-active .roxyhotel-logo .rl.active{opacity:1;visibility:visible}body.page-home .site-header.header-bg .header-container .roxy-header.menu-active .ver-line{background:#FFFFFF}body.page-home .site-header.header-bg .header-container .roxy-header.menu-active .menu-dropdown{color:#fff}body.page-home .site-header.header-bg .header-container .roxy-header.menu-active .menu-dropdown .md-icon.idle{opacity:0;visibility:hidden}body.page-home .site-header.header-bg .header-container .roxy-header.menu-active .menu-dropdown .md-icon.active{opacity:1;visibility:visible}body.page-home .site-header.header-bg .header-container .roxy-header.menu-active .menu .menu-item{color:#fff}body.page-home .site-header.header-bg .header-container .roxy-header.menu-active .menu .menu-item .mi:after{background:#FFFFFF}body.page-home .site-header.header-bg .header-container .roxy-header.menu-active .roxy-cta{border:1px solid #FFFFFF;color:#fff}body.page-home .site-header.header-bg .header-container .roxy-header.menu-active .roxy-cta:hover{background:#FFFFFF;color:#e30613}body.page-home .site-header.header-bg .header-container .mobile-nav .menu-toggle{border:1px solid #000000}body.page-home .site-header.header-bg .header-container .mobile-nav .menu-toggle-bar{background-color:#000}body.page-home.nav-open .site-header.header-bg{background:#210F00}body.page-home.nav-open .site-header.header-bg .header-container .roxy-header .roxyhotel-logo .rl.idle{opacity:0;visibility:hidden}body.page-home.nav-open .site-header.header-bg .header-container .roxy-header .roxyhotel-logo .rl.active{opacity:1;visibility:visible}body.page-home.nav-open .site-header.header-bg .mobile-nav .menu-toggle{border:1px solid #FFFFFF}body.page-home.nav-open .site-header.header-bg .mobile-nav .menu-toggle-bar{background-color:#fff}body.page-theHotel .site-header .hotel-submenu,body.page-roomSuites .site-header .hotel-submenu,body.page-diningSpaces .site-header .hotel-submenu{display:block}body.nav-open .site-header{background:#210F00}body.nav-open .site-header .header-container .roxy-header .roxyhotel-logo .rl.idle{opacity:0;visibility:hidden}body.nav-open .site-header .header-container .roxy-header .roxyhotel-logo .rl.active{opacity:1;visibility:visible}body.nav-open .site-header .header-container .mobile-nav .menu-toggle{border:1px solid #FFFFFF}body.nav-open .site-header .header-container .mobile-nav .menu-toggle-bar{background-color:#fff}body.nav-open .site-header .header-container .mobile-nav .menu-toggle-bar.menu-toggle-bar--top{transform:translate(0) rotate(45deg)}body.nav-open .site-header .header-container .mobile-nav .menu-toggle-bar.menu-toggle-bar--middle{opacity:0}body.nav-open .site-header .header-container .mobile-nav .menu-toggle-bar.menu-toggle-bar--bottom{transform:translate(0) rotate(-45deg)}body.nav-open .site-header .hotel-submenu{opacity:0;visibility:hidden}body.nav-open .site-header .menu-overlay{top:80px;opacity:1;visibility:visible}footer{background:#210F00;padding:70px 0 50px}footer .footer-container .footer-link{color:#bcb7b2;position:relative;display:inline-block}footer .footer-container .footer-link:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:1px;background:#FFFFFF;opacity:0;visibility:hidden;transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-webkit-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out}footer .footer-container .footer-link:hover{color:#fff}footer .footer-container .footer-link:hover:after{opacity:1;visibility:visible}footer .footer-container .fc-top .fct-left,footer .footer-container .fc-top .fct-right{width:50%}@media (max-width: 767.98px){footer .footer-container .fc-top .fct-left,footer .footer-container .fc-top .fct-right{width:100%}}footer .footer-container .fc-top .fct-left{max-width:310px}@media (max-width: 767.98px){footer .footer-container .fc-top .fct-left{max-width:100%}}footer .footer-container .fc-top .fct-right{max-width:600px}@media (max-width: 767.98px){footer .footer-container .fc-top .fct-right{max-width:100%;margin-top:30px}}footer .footer-container .fc-top .roxyhotel-logo .rl{max-width:210px}footer .footer-container .fc-top .desc{padding-top:20px;color:#bcb7b2}footer .footer-container .fc-top .fctr-wrapper .menu-title{color:#fff}footer .footer-container .fc-top .fctr-wrapper .menu .menu-item{margin-top:10px;position:relative;display:table}footer .footer-container .fc-top .fctr-wrapper .fctrw .contact-info{margin-top:10px;gap:10px}@media (max-width: 767.98px){footer .footer-container .fc-top .fctr-wrapper .fctrw .contact-info{display:flex}}footer .footer-container .fc-top .fctr-wrapper .fctrw .contact-info .ci-icon{width:18px}footer .footer-container .fc-top .fctr-wrapper .fctrw .ci-img{max-width:200px;padding-top:10px}footer .footer-container .fc-top .fctr-wrapper .fctrw:last-child{margin-top:50px}@media (max-width: 767.98px){footer .footer-container .fc-top .fctr-wrapper .fctrw:last-child{margin-top:30px}}footer .footer-container .fc-top .fctr-wrapper:first-child{width:50%;padding-right:10%}@media (max-width: 767.98px){footer .footer-container .fc-top .fctr-wrapper:first-child{width:100%;padding-right:0}}@media (max-width: 767.98px){footer .footer-container .fc-top .fctr-wrapper:last-child{margin-top:30px}}footer .footer-container .fc-bottom{margin-top:20px}@media (max-width: 767.98px){footer .footer-container .fc-bottom{margin-top:40px}}footer .footer-container .fc-bottom .fcb-wrapper .social-wrapper{gap:15px}@media (max-width: 767.98px){footer .footer-container .fc-bottom .fcb-wrapper .social-wrapper{display:flex}}footer .footer-container .fc-bottom .fcb-wrapper .social-wrapper .sc{text-align:center;width:45px;height:45px;border:1px solid #BCB7B2;border-radius:50%;line-height:50px;position:relative;display:block}footer .footer-container .fc-bottom .fcb-wrapper .social-wrapper .sc .sc-icon{width:20px;display:inline-block}footer .footer-container .fc-bottom .fcb-wrapper .social-wrapper .sc .sc-icon.active{opacity:0;visibility:hidden;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}footer .footer-container .fc-bottom .fcb-wrapper .social-wrapper .sc:hover{background:#FFFFFF;border:1px solid #FFFFFF}footer .footer-container .fc-bottom .fcb-wrapper .social-wrapper .sc:hover .sc-icon.idle{opacity:0;visibility:hidden}footer .footer-container .fc-bottom .fcb-wrapper .social-wrapper .sc:hover .sc-icon.active{opacity:1;visibility:visible}footer .footer-container .fc-bottom .fcb-wrapper .fcbw-copyright{margin-top:20px;color:#bcb7b2}@media (max-width: 767.98px){footer .footer-container .fc-bottom .fcbw-credit{margin-top:10px}}.landing .roxy-popup{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:99999;opacity:0;visibility:hidden}.landing .roxy-popup.active{opacity:1;visibility:visible}.landing .roxy-popup.show{display:block}.landing .roxy-popup .rp-container{width:100%;max-width:960px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);padding:0 20px}.landing .roxy-popup .rp-container .rpc-wrapper{background:#F9F2EC;padding:20px}.landing .roxy-popup .rp-container .rpc-wrapper .rpcw-img{width:45%}@media (max-width: 767.98px){.landing .roxy-popup .rp-container .rpc-wrapper .rpcw-img{width:100%;height:300px;object-fit:cover}}.landing .roxy-popup .rp-container .rpc-wrapper .rpcw-content{padding:30px 5%;text-align:center}@media (max-width: 767.98px){.landing .roxy-popup .rp-container .rpc-wrapper .rpcw-content{padding:20px 0 0}}.landing .roxy-popup .rp-container .rpc-wrapper .close-icon{position:absolute;top:30px;right:50px}@media (max-width: 767.98px){.landing .roxy-popup .rp-container .rpc-wrapper .close-icon{width:40px;height:40px;background:#F9F2EC;border-radius:50%;border:1px solid #000000;text-align:center;line-height:45px;top:30px;right:50px}}.landing .roxy-popup .rp-container .rpc-wrapper .close-icon .ci{width:20px}@media (max-width: 767.98px){.landing .roxy-popup .rp-container .rpc-wrapper .close-icon .ci{width:12px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}}.landing .roxy-popup .rp-container .rpc-wrapper .close-icon .ci.active{position:absolute;top:0;right:0;opacity:0;visibility:hidden;z-index:9}@media (max-width: 767.98px){.landing .roxy-popup .rp-container .rpc-wrapper .close-icon .ci.active{display:none}}.landing .roxy-popup .rp-container .rpc-wrapper .close-icon:hover .ci.active{opacity:1;visibility:visible}.landing .hero-section{height:85vh;position:relative}@media (max-width: 991.98px){.landing .hero-section{height:auto}}.landing .hero-section .hs-title{position:absolute;top:40%;left:50%;transform:translate(-50%,-50%);z-index:2;text-align:center;color:#fff;width:100%;max-width:600px}@media (max-width: 991.98px){.landing .hero-section .hs-title{top:150px;transform:translate(-50%)}}.landing .hero-section .swiper:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.3);z-index:2}.landing .hero-section .swiper .swiper-wrapper .swiper-slide img{height:85vh;object-fit:cover}@media (max-width: 991.98px){.landing .hero-section .swiper .swiper-wrapper .swiper-slide img{height:500px}}.landing .booking-widget{position:absolute;bottom:15%;left:50%;transform:translate(-50%);z-index:9}@media (max-width: 991.98px){.landing .booking-widget{position:relative;bottom:inherit;margin-top:-100px;left:0;transform:none}}.landing .dining-section{text-align:center}.landing .dining-section .ds-content .title{padding-top:10px}.landing .testimonials-section{background:#7C0002;text-align:center}.landing .testimonials-section .ts-content{max-width:600px}.landing .testimonials-section .ts-content .title{color:#fff}.landing .testimonials-section .ts-content .desc{color:#f9f2ec}.landing .testimonials-section .swiper .swiper-wrapper .swiper-slide{background:#F9F2EC;height:auto}.landing .testimonials-section .swiper .swiper-wrapper .swiper-slide .testimonial-wrapper{padding:40px 30px;text-align:left}.landing .testimonials-section .swiper .swiper-wrapper .swiper-slide .testimonial-wrapper .tw-name{color:#7c0002;padding-top:50px}.landing .testimonials-section .swiper .swiper-wrapper .swiper-slide .testimonial-wrapper .tw-icon{position:absolute;bottom:30px;right:30px;width:80px}.landing .testimonials-section .swiper .swiper-wrapper .swiper-slide:hover{background:#FCEAD9}.landing .testimonials-section .swiper.swiper2{margin-top:20px}.about-us .about-section .ac-left{width:40%}@media (max-width: 1279.98px){.about-us .about-section .ac-left{width:45%}}@media (max-width: 767.98px){.about-us .about-section .ac-left{width:100%}}.about-us .about-section .ac-left .acl-desc{padding-top:0}.about-us .about-section .ac-left .acl-awards{margin-top:30px}.about-us .about-section .ac-left .acl-awards .aclw{width:45%;text-align:center}@media (max-width: 767.98px){.about-us .about-section .ac-left .acl-awards .aclw{width:100%;max-width:240px;margin:0 auto}}.about-us .about-section .ac-left .acl-awards .aclw .aclw-icon{max-width:160px;margin:0 auto}@media (max-width: 767.98px){.about-us .about-section .ac-left .acl-awards .aclw:last-child{padding-top:30px}}.about-us .about-section .ac-right{width:50%}@media (max-width: 767.98px){.about-us .about-section .ac-right{width:100%;margin-top:40px}}.about-us .about-section .ac-right .acr-wrapper{text-align:center}@media (max-width: 767.98px){.about-us .about-section .ac-right .acr-wrapper{display:flex}}.about-us .about-section .ac-right .acr-wrapper .acrw-thumb,.about-us .about-section .ac-right .acr-wrapper .acrw-content{width:48%}.about-us .about-section .ac-right .acr-wrapper .acrw-content .acrwc-number{font-size:clamp(3.75rem,4.23vw + 2.43rem,7.5rem)}.about-us .about-section .ac-right .acr-wrapper:last-child{margin-top:20px}.about-us .vision-mission-section{grid-template-columns:1fr 1fr;gap:0}@media (max-width: 767.98px){.about-us .vision-mission-section{grid-template-columns:1fr}}.about-us .vision-mission-section .vms-wrapper{text-align:center;background:#7C0002;padding:70px}@media (max-width: 767.98px){.about-us .vision-mission-section .vms-wrapper{padding:25px 20px 40px}}.about-us .vision-mission-section .vms-wrapper .vmsw-icon{max-width:120px;margin:0 auto}.about-us .vision-mission-section .vms-wrapper .title{padding-top:20px}@media (max-width: 767.98px){.about-us .vision-mission-section .vms-wrapper .title{padding-top:10px}}.about-us .vision-mission-section .vms-wrapper .desc{width:100%;max-width:420px;margin:0 auto}.about-us .vision-mission-section .vms-wrapper.vision,.about-us .vision-mission-section .vms-wrapper.vision .title{color:#fff}.about-us .vision-mission-section .vms-wrapper.mission{background:#FFFFFF}.about-us .hotel-listing-section{background:#FCEAD9}.about-us .usp-section{background:#F9F2EC}.events-restaurants .hero-section .hs-content{max-width:1050px}.events-restaurants .er-listing .erl-tabs{gap:10px;text-align:center}@media (max-width: 767.98px){.events-restaurants .er-listing .erl-tabs{display:flex}}.events-restaurants .er-listing .erl-tabs .filter-pill{font-family:Inter;font-size:18px;color:#e30613;border:1px solid #E30613;border-radius:30px;padding:15px 25px;cursor:pointer}.events-restaurants .er-listing .erl-tabs .filter-pill:hover,.events-restaurants .er-listing .erl-tabs .filter-pill.active{background:#E30613;color:#fff}@media (max-width: 1279.98px){.events-restaurants .er-listing .erl-parent{grid-template-columns:1fr 1fr}}@media (max-width: 767.98px){.events-restaurants .er-listing .erl-parent{grid-template-columns:1fr}}.events-restaurants .er-listing .erl-parent .box{background:#FFFFFF;transform:scale(1);opacity:1}.events-restaurants .er-listing .erl-parent .box.hiding{transform:scale(.9);opacity:0}.events-restaurants .er-listing .erl-parent .box.hidden{display:none}.events-restaurants .er-listing .event-dining-card{text-align:center}.events-restaurants .er-listing .event-dining-card .edc-content .edcc-name{padding-top:10px}.events-restaurants .er-listing .event-dining-card:hover .edc-thumb .edct-img{transform:scale(1)}.contact-us .form-section .fs-container .fsc-wrapper{text-align:center}.contact-us .form-section .fs-container .fsc-wrapper .fscw-content{width:100%;max-width:640px;margin:0 auto}.contact-us .form-section .fs-container .fsc-wrapper .fscw-form{width:100%;max-width:1080px;margin:40px auto 0}.contact-us .form-section .fs-container .fsc-wrapper .fscw-form .fscwf{grid-template-columns:1fr 1fr}@media (max-width: 767.98px){.contact-us .form-section .fs-container .fsc-wrapper .fscw-form .fscwf{grid-template-columns:1fr;gap:0}}.contact-us .form-section .fs-container .fsc-wrapper .success-icon{max-width:155px;margin:0 auto}.contact-us .form-section .fs-container .fsc-wrapper .success-title{padding-top:30px}.contact-us .form-section .fs-container .fsc-wrapper .success-desc{width:100%;max-width:430px;margin:0 auto}.contact-us .maps-section #map{width:100%;height:550px}@media (max-width: 767.98px){.contact-us .maps-section #map{height:400px}}.contact-us .maps-section .gm-style-pbc,.contact-us .maps-section .gm-style-mot{color:#fff!important}.contact-us .maps-section .gm-style .gm-style-iw-c{border-radius:0;padding:15px 30px!important;font-family:Inter,sans-serif!important;font-weight:400!important;font-size:16px;background:#210F00;color:#fff;text-align:center}.contact-us .maps-section .gm-style .gm-style-iw-c .roxy-link{color:#bcb7b2;padding-top:5px;font-size:14px}.contact-us .maps-section .gm-style .gm-style-iw-tc:after{background:#210F00!important}.contact-us .maps-section .gm-style .gm-style-iw-d{overflow:auto!important;max-height:100%!important}.contact-us .maps-section .gm-style-iw-chr,.contact-us .maps-section .gm-style .gm-style-iw-c button{display:none!important}.contact-us .hotel-info-section .his-wrapper{grid-template-columns:1fr 1fr}@media (max-width: 767.98px){.contact-us .hotel-info-section .his-wrapper{grid-template-columns:1fr}}.contact-us .hotel-info-section .his-wrapper .hisw{background:#FFFFFF;padding:20px}@media (max-width: 991.98px){.contact-us .hotel-info-section .his-wrapper .hisw{display:block}}.contact-us .hotel-info-section .his-wrapper .hisw .hisw-thumb,.contact-us .hotel-info-section .his-wrapper .hisw .hisw-content{width:48%}@media (max-width: 991.98px){.contact-us .hotel-info-section .his-wrapper .hisw .hisw-thumb,.contact-us .hotel-info-section .his-wrapper .hisw .hisw-content{width:100%}}.contact-us .hotel-info-section .his-wrapper .hisw .hisw-thumb{height:100%;object-fit:cover}@media (max-width: 991.98px){.contact-us .hotel-info-section .his-wrapper .hisw .hisw-thumb{height:300px;object-position:top}}@media (max-width: 767.98px){.contact-us .hotel-info-section .his-wrapper .hisw .hisw-thumb{height:250px}}@media (max-width: 991.98px){.contact-us .hotel-info-section .his-wrapper .hisw .hisw-content{margin-top:20px}}.contact-us .hotel-info-section .his-wrapper .hisw .hisw-content .hotel-info .hotel-add,.contact-us .hotel-info-section .his-wrapper .hisw .hisw-content .hotel-info .hotel-phone{color:#4b4947}.contact-us .hotel-info-section .his-wrapper .hisw .hisw-content .hotel-info .hotel-add:hover,.contact-us .hotel-info-section .his-wrapper .hisw .hisw-content .hotel-info .hotel-phone:hover{color:#e30613}.terms-policies .tp-section .tps-subtitle{padding-top:20px;margin-top:20px;color:#000}.terms-policies .tp-section .tps-subtitle.first{margin-top:0}.terms-policies .tp-section .content-wrapper .tps-desc:first-child{padding-top:10px}.terms-policies .tp-section .content-wrapper .cw-bullet{list-style-type:disc;padding-top:10px}.terms-policies .tp-section .content-wrapper .cw-bullet .cwb{margin-left:20px;line-height:20px;padding-bottom:5px}.terms-policies .tp-section .content-wrapper .cw-bullet .cwb:last-child{padding-bottom:0}.terms-policies .hori-line{margin:70px 0 0}@media (max-width: 767.98px){.terms-policies .hori-line{margin:40px 0 0}}.the-hotel .hotel-hero-section .hss-content{top:40%}.the-hotel .booking-widget{position:relative;margin-top:-30px;z-index:9;max-width:1280px}@media (max-width: 767.98px){.the-hotel .booking-widget{margin-top:-50px}}.the-hotel .booking-widget div#quickbook-widget{box-shadow:0 0 10px #0000001a;-webkit-box-shadow:0px 0px 10px 0px rgba(0,0,0,.1);-moz-box-shadow:0px 0px 10px 0px rgba(0,0,0,.1)}.the-hotel .about-section .as-content{max-width:1080px}.the-hotel .about-section .as-content .asc-title{width:40%}@media (max-width: 767.98px){.the-hotel .about-section .as-content .asc-title{width:100%}}.the-hotel .about-section .as-content .asc-desc{width:50%;padding-top:0}@media (max-width: 767.98px){.the-hotel .about-section .as-content .asc-desc{width:100%;padding-top:20px}}.the-hotel .about-section .as-gallery .swiper{overflow-y:visible;padding:0 70px}@media (max-width: 1279.98px){.the-hotel .about-section .as-gallery .swiper{padding:0 60px}}@media (max-width: 991.98px){.the-hotel .about-section .as-gallery .swiper{padding:0 50px}}@media (max-width: 767.98px){.the-hotel .about-section .as-gallery .swiper{padding:0 20px;margin-top:30px}}@media (max-width: 767.98px){.the-hotel .about-section .as-gallery .gallery-arrow{display:flex;gap:10px}}.the-hotel .about-section .as-gallery .gallery-arrow .swiper-button-next,.the-hotel .about-section .as-gallery .gallery-arrow .swiper-button-prev{position:relative;top:0;margin-top:0}.the-hotel .about-section .as-gallery .gallery-arrow .swiper-button-next{right:-55px}.the-hotel .icon-feature-section{background:#FCEAD9}.the-hotel .icon-feature-section .ifs-content{text-align:center}.the-hotel .icon-feature-section .ifs-wrapper .ifsw{text-align:center;background:#FFFFFF;padding:20px 20px 30px}.the-hotel .icon-feature-section .ifs-wrapper .ifsw .roxy-subtitle{padding-top:20px}.the-hotel .icon-feature-section .ifs-wrapper .ifsw .title{padding-top:5px}.the-hotel .icon-feature-section .ifs-wrapper .ifsw .desc{padding-top:10px}.rooms-suites .hotel-amenities-featues-section .hafs-wrapper .hafsw{width:50%;padding:40px 70px;background:#FCEAD9}@media (max-width: 1279.98px){.rooms-suites .hotel-amenities-featues-section .hafs-wrapper .hafsw{padding:40px 50px}}@media (max-width: 991.98px){.rooms-suites .hotel-amenities-featues-section .hafs-wrapper .hafsw{padding:40px 30px}}@media (max-width: 767.98px){.rooms-suites .hotel-amenities-featues-section .hafs-wrapper .hafsw{width:100%;padding:40px 20px}}.rooms-suites .hotel-amenities-featues-section .hafs-wrapper .hafsw .hafsw-title{width:30%}@media (max-width: 767.98px){.rooms-suites .hotel-amenities-featues-section .hafs-wrapper .hafsw .hafsw-title{width:100%;text-align:center}}.rooms-suites .hotel-amenities-featues-section .hafs-wrapper .hafsw .icon-container{grid-template-columns:1fr 1fr;gap:20px;text-align:center;width:50%}@media (max-width: 1279.98px){.rooms-suites .hotel-amenities-featues-section .hafs-wrapper .hafsw .icon-container{width:60%}}@media (max-width: 767.98px){.rooms-suites .hotel-amenities-featues-section .hafs-wrapper .hafsw .icon-container{width:100%;grid-template-columns:1fr 1fr;padding-top:20px}}.rooms-suites .hotel-amenities-featues-section .hafs-wrapper .hafsw .icon-container .ic-wrapper .icw-icon{max-width:60px;margin:0 auto}.rooms-suites .hotel-amenities-featues-section .hafs-wrapper .hafsw:last-child{background:#7C0002}.rooms-suites .hotel-amenities-featues-section .hafs-wrapper .hafsw:last-child .hafsw-title{color:#fff}.rooms-suites .hotel-amenities-featues-section .hafs-wrapper .hafsw:last-child .icon-container .ic-wrapper .icw-title{color:#fff}.dining-spaces .ds-container .restaurant-hall:nth-child(2),.dining-spaces .ds-container .restaurant-hall:nth-child(4),.dining-spaces .ds-container .restaurant-hall:nth-child(6),.dining-spaces .ds-container .restaurant-hall:nth-child(8),.dining-spaces .ds-container .restaurant-hall:nth-child(10){background:#FCEAD9}.dining-spaces .ds-container .restaurant-hall:nth-child(2) .lrs-wrapper,.dining-spaces .ds-container .restaurant-hall:nth-child(4) .lrs-wrapper,.dining-spaces .ds-container .restaurant-hall:nth-child(6) .lrs-wrapper,.dining-spaces .ds-container .restaurant-hall:nth-child(8) .lrs-wrapper,.dining-spaces .ds-container .restaurant-hall:nth-child(10) .lrs-wrapper{justify-content:flex-end}.dining-spaces .ds-container .restaurant-hall:nth-child(2) .lrs-wrapper .lrsw-thumb,.dining-spaces .ds-container .restaurant-hall:nth-child(4) .lrs-wrapper .lrsw-thumb,.dining-spaces .ds-container .restaurant-hall:nth-child(6) .lrs-wrapper .lrsw-thumb,.dining-spaces .ds-container .restaurant-hall:nth-child(8) .lrs-wrapper .lrsw-thumb,.dining-spaces .ds-container .restaurant-hall:nth-child(10) .lrs-wrapper .lrsw-thumb{order:2}@media (max-width: 767.98px){.dining-spaces .ds-container .restaurant-hall:nth-child(2) .lrs-wrapper .lrsw-thumb,.dining-spaces .ds-container .restaurant-hall:nth-child(4) .lrs-wrapper .lrsw-thumb,.dining-spaces .ds-container .restaurant-hall:nth-child(6) .lrs-wrapper .lrsw-thumb,.dining-spaces .ds-container .restaurant-hall:nth-child(8) .lrs-wrapper .lrsw-thumb,.dining-spaces .ds-container .restaurant-hall:nth-child(10) .lrs-wrapper .lrsw-thumb{order:1}}.dining-spaces .ds-container .restaurant-hall:nth-child(2) .lrs-wrapper .lrsw-content,.dining-spaces .ds-container .restaurant-hall:nth-child(4) .lrs-wrapper .lrsw-content,.dining-spaces .ds-container .restaurant-hall:nth-child(6) .lrs-wrapper .lrsw-content,.dining-spaces .ds-container .restaurant-hall:nth-child(8) .lrs-wrapper .lrsw-content,.dining-spaces .ds-container .restaurant-hall:nth-child(10) .lrs-wrapper .lrsw-content{order:1}@media (max-width: 767.98px){.dining-spaces .ds-container .restaurant-hall:nth-child(2) .lrs-wrapper .lrsw-content,.dining-spaces .ds-container .restaurant-hall:nth-child(4) .lrs-wrapper .lrsw-content,.dining-spaces .ds-container .restaurant-hall:nth-child(6) .lrs-wrapper .lrsw-content,.dining-spaces .ds-container .restaurant-hall:nth-child(8) .lrs-wrapper .lrsw-content,.dining-spaces .ds-container .restaurant-hall:nth-child(10) .lrs-wrapper .lrsw-content{order:2}}
