ctt-babylon 0.8.12 → 0.8.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2022/lib/Enum/buttons-type.enum.mjs +6 -0
- package/esm2022/lib/Enum/index.mjs +3 -0
- package/esm2022/lib/Enum/logo-type.enum.mjs +10 -0
- package/esm2022/lib/Enum/services.enum.mjs +8 -0
- package/esm2022/lib/Enum/views.enum.mjs +5 -0
- package/esm2022/lib/components/core/babylon-404/babylon-404.component.mjs +18 -5
- package/esm2022/lib/components/core/babylon-404/babylon-404.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-404/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-action-banner/babylon-action-banner.component.mjs +30 -0
- package/esm2022/lib/components/core/babylon-action-banner/babylon-action-banner.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-action-banner/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-advantages/babylon-advantages-info.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-advantages/babylon-advantages.component.mjs +29 -5
- package/esm2022/lib/components/core/babylon-advantages/babylon-advantages.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-advantages/index.mjs +4 -0
- package/esm2022/lib/components/core/babylon-banner-gallery/babylon-banner-gallery.component.mjs +31 -5
- package/esm2022/lib/components/core/babylon-banner-gallery/babylon-banner-gallery.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-banner-gallery/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-banner-info/babylon-banner-info.component.mjs +133 -6
- package/esm2022/lib/components/core/babylon-banner-info/babylon-banner-info.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-banner-info/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-banner-newsletter/babylon-banner-newsletter.component.mjs +39 -5
- package/esm2022/lib/components/core/babylon-banner-newsletter/babylon-banner-newsletter.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-banner-newsletter/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-blog-details/babylon-blog-details.component.mjs +98 -5
- package/esm2022/lib/components/core/babylon-blog-details/babylon-blog-details.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-blog-details/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-blog-list/babylon-blog-list.component.mjs +80 -6
- package/esm2022/lib/components/core/babylon-blog-list/babylon-blog-list.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-blog-list/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-breadcrumb/babylon-breadcrumb.component.mjs +14 -5
- package/esm2022/lib/components/core/babylon-breadcrumb/babylon-breadcrumb.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-breadcrumb/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-color-picker/babylon-color-picker.component.mjs +267 -0
- package/esm2022/lib/components/core/babylon-color-picker/index.mjs +2 -0
- package/esm2022/lib/components/core/babylon-comingsoon/babylon-comingsoon.component.mjs +10 -5
- package/esm2022/lib/components/core/babylon-comingsoon/babylon-comingsoon.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-comingsoon/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-contact-address/babylon-contact-address.component.mjs +19 -0
- package/esm2022/lib/components/core/babylon-contact-address/babylon-contact-address.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-contact-address/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-contact-form/babylon-contact-form.component.mjs +134 -20
- package/esm2022/lib/components/core/babylon-contact-form/babylon-contact-form.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-contact-form/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-contact-how/babylon-contact-how.component.mjs +23 -6
- package/esm2022/lib/components/core/babylon-contact-how/babylon-contact-how.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-contact-how/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-contact-map/babylon-contact-map.component.mjs +29 -6
- package/esm2022/lib/components/core/babylon-contact-map/babylon-contact-map.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-contact-map/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-engine/babylon-engine.component.mjs +237 -22
- package/esm2022/lib/components/core/babylon-engine/babylon-engine.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-engine/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-engine-modal/babylon-engine-modal.component.mjs +225 -33
- package/esm2022/lib/components/core/babylon-engine-modal/babylon-engine-modal.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-engine-modal/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-external-script/babylon-external-script.component.mjs +80 -0
- package/esm2022/lib/components/core/babylon-external-script/babylon-external-script.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-external-script/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-faq/babylon-faq.component.mjs +38 -5
- package/esm2022/lib/components/core/babylon-faq/babylon-faq.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-faq/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-features-slider/babylon-features-slider.component.mjs +28 -6
- package/esm2022/lib/components/core/babylon-features-slider/babylon-features-slider.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-features-slider/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-filter-modal/babylon-filter-modal.component.mjs +16 -6
- package/esm2022/lib/components/core/babylon-filter-modal/index.mjs +2 -0
- package/esm2022/lib/components/core/babylon-floating-buttons/babylon-floating-buttons.component.mjs +121 -0
- package/esm2022/lib/components/core/babylon-floating-buttons/babylon-floating-buttons.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-floating-buttons/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-footer-contact/babylon-footer-contact.component.mjs +25 -5
- package/esm2022/lib/components/core/babylon-footer-contact/babylon-footer-contact.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-footer-contact/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-footer-links/babylon-footer-links.component.mjs +13 -5
- package/esm2022/lib/components/core/babylon-footer-links/babylon-footer-links.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-footer-links/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-footer-logos/babylon-footer-logos.component.mjs +23 -5
- package/esm2022/lib/components/core/babylon-footer-logos/babylon-footer-logos.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-footer-logos/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-footer-social/babylon-footer-social.component.mjs +14 -5
- package/esm2022/lib/components/core/babylon-footer-social/babylon-footer-social.interface.mjs +3 -0
- package/esm2022/lib/components/core/babylon-footer-social/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-gallery/babylon-gallery.component.mjs +72 -23
- package/esm2022/lib/components/core/babylon-gallery/babylon-gallery.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-gallery/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-global-modal/babylon-global-modal.component.mjs +38 -0
- package/esm2022/lib/components/core/babylon-global-modal/babylon-global-modal.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-global-modal/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-grid-gallery/babylon-grid-gallery.component.mjs +42 -6
- package/esm2022/lib/components/core/babylon-grid-gallery/babylon-grid-gallery.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-grid-gallery/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-guests-popup/babylon-guests-popup.component.mjs +91 -7
- package/esm2022/lib/components/core/babylon-guests-popup/babylon-guests-popup.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-guests-popup/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-head-intro/babylon-head-intro.component.mjs +24 -5
- package/esm2022/lib/components/core/babylon-head-intro/babylon-head-intro.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-head-intro/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-header-book-show/babylon-header-book-show.component.mjs +114 -52
- package/esm2022/lib/components/core/babylon-header-book-show/babylon-header-book-show.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-header-book-show/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-header-clear/babylon-header-clear.component.mjs +143 -53
- package/esm2022/lib/components/core/babylon-header-clear/babylon-header-clear.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-header-clear/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-header-menu-center/babylon-header-menu-center.component.mjs +148 -52
- package/esm2022/lib/components/core/babylon-header-menu-center/babylon-header-menu-center.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-header-menu-center/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-header-menu-logo-center/babylon-header-menu-logo-center.component.mjs +122 -0
- package/esm2022/lib/components/core/babylon-header-menu-logo-center/babylon-header-menu-logo-center.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-header-menu-logo-center/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-header-menu-show/babylon-header-menu-show.component.mjs +92 -52
- package/esm2022/lib/components/core/babylon-header-menu-show/babylon-header-menu-show.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-header-menu-show/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-header-mobile/babylon-header-mobile.component.mjs +156 -0
- package/esm2022/lib/components/core/babylon-header-mobile/babylon-header-mobile.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-header-mobile/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-hotels-list/babylon-hotel.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-hotels-list/babylon-hotels-list.component.mjs +12 -5
- package/esm2022/lib/components/core/babylon-hotels-list/babylon-hotels-list.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-hotels-list/index.mjs +4 -0
- package/esm2022/lib/components/core/babylon-hotels-slider/babylon-hotels-slider.component.mjs +19 -6
- package/esm2022/lib/components/core/babylon-hotels-slider/babylon-hotels-slider.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-hotels-slider/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-info-big/babylon-info-big.component.mjs +19 -5
- package/esm2022/lib/components/core/babylon-info-big/babylon-info-big.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-info-big/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-info-grid/babylon-info-grid.component.mjs +31 -7
- package/esm2022/lib/components/core/babylon-info-grid/babylon-info-grid.interface.mjs +3 -0
- package/esm2022/lib/components/core/babylon-info-grid/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-info-img/babylon-info-img.component.mjs +95 -5
- package/esm2022/lib/components/core/babylon-info-img/babylon-info-img.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-info-img/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-info-img-slider/babylon-info-img-slider.component.mjs +56 -0
- package/esm2022/lib/components/core/babylon-info-img-slider/babylon-info-img-slider.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-info-img-slider/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-info-intro/babylon-info-intro.component.mjs +62 -5
- package/esm2022/lib/components/core/babylon-info-intro/babylon-info-intro.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-info-intro/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-info-show-img/babylon-info-show-img.component.mjs +7 -5
- package/esm2022/lib/components/core/babylon-info-show-img/index.mjs +2 -0
- package/esm2022/lib/components/core/babylon-info-zig-zag/babylon-info-zig-zag.component.mjs +31 -5
- package/esm2022/lib/components/core/babylon-info-zig-zag/babylon-info-zig-zag.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-info-zig-zag/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-info-zig-zag-counter/babylon-info-zig-zag-counter.component.mjs +92 -0
- package/esm2022/lib/components/core/babylon-info-zig-zag-counter/babylon-info-zig-zag-counter.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-info-zig-zag-counter/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-info-zigzag-v2/babylon-info-zigzag-v2.component.mjs +19 -5
- package/esm2022/lib/components/core/babylon-info-zigzag-v2/babylon-info-zigzag-v2.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-info-zigzag-v2/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-info2col-img/babylon-info2col-img.component.mjs +36 -0
- package/esm2022/lib/components/core/babylon-info2col-img/babylon-info2col-img.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-info2col-img/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-info2img/babylon-info2img.component.mjs +30 -5
- package/esm2022/lib/components/core/babylon-info2img/babylon-info2img.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-info2img/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-info2img-big/babylon-info2img-big.component.mjs +38 -5
- package/esm2022/lib/components/core/babylon-info2img-big/babylon-info2img-big.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-info2img-big/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-info3img/babylon-info3img.component.mjs +19 -5
- package/esm2022/lib/components/core/babylon-info3img/index.mjs +2 -0
- package/esm2022/lib/components/core/babylon-info4img/babylon-info4img.component.mjs +23 -5
- package/esm2022/lib/components/core/babylon-info4img/babylon-info4img.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-info4img/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-items-grid/babylon-items-grid.component.mjs +21 -5
- package/esm2022/lib/components/core/babylon-items-grid/babylon-items-grid.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-items-grid/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-language-modal/babylon-language-modal.component.mjs +13 -7
- package/esm2022/lib/components/core/babylon-language-modal/babylon-language-modal.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-language-modal/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-legal/babylon-legal.component.mjs +19 -5
- package/esm2022/lib/components/core/babylon-legal/babylon-legal.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-legal/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-list-grid/babylon-list-grid.component.mjs +15 -5
- package/esm2022/lib/components/core/babylon-list-grid/babylon-list-grid.interface.mjs +3 -0
- package/esm2022/lib/components/core/babylon-list-grid/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-modal-menu/babylon-modal-menu.component.mjs +139 -0
- package/esm2022/lib/components/core/babylon-modal-multiple-motors/babylon-modal-multiple-motors.component.mjs +35 -0
- package/esm2022/lib/components/core/babylon-modal-multiple-motors/babylon-modal-multiple-motors.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-modal-multiple-motors/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-modal-popup/babylon-modal-popup.component.mjs +39 -0
- package/esm2022/lib/components/core/babylon-modal-popup/babylon-modal-popup.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-modal-popup/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-newsletter/babylon-newsletter.component.mjs +52 -9
- package/esm2022/lib/components/core/babylon-newsletter/babylon-newsletter.interface.mjs +3 -0
- package/esm2022/lib/components/core/babylon-newsletter/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-offer-detail/babylon-offer-detail.component.mjs +37 -5
- package/esm2022/lib/components/core/babylon-offer-detail/babylon-offer-detail.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-offer-detail/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-offer-popup/babylon-offer-popup.component.mjs +34 -11
- package/esm2022/lib/components/core/babylon-offer-popup/babylon-offer-popup.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-offer-popup/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-offer-popupV2/babylon-offer-popup-v2.component.mjs +49 -0
- package/esm2022/lib/components/core/babylon-offer-popupV2/babylon-offer-popup-v2.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-offer-popupV2/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-offer-slider/babylon-offer-slider.component.mjs +20 -5
- package/esm2022/lib/components/core/babylon-offer-slider/babylon-offer-slider.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-offer-slider/babylon-offer.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-offer-slider/index.mjs +4 -0
- package/esm2022/lib/components/core/babylon-offers-list/babylon-offers-list.component.mjs +47 -5
- package/esm2022/lib/components/core/babylon-offers-list/babylon-offers-list.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-offers-list/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-offers-slider/babylon-offers-slider.component.mjs +20 -5
- package/esm2022/lib/components/core/babylon-offers-slider/index.mjs +2 -0
- package/esm2022/lib/components/core/babylon-preload/babylon-preload.component.mjs +28 -4
- package/esm2022/lib/components/core/babylon-preload/index.mjs +2 -0
- package/esm2022/lib/components/core/babylon-press-list/babylon-press-list.component.mjs +27 -0
- package/esm2022/lib/components/core/babylon-press-list/babylon-press-list.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-press-list/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-room-details/babylon-room-detail.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-room-details/babylon-room-details.component.mjs +19 -5
- package/esm2022/lib/components/core/babylon-room-details/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-rooms-cols/babylon-rooms-cols.component.mjs +158 -5
- package/esm2022/lib/components/core/babylon-rooms-cols/babylon-rooms-cols.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-rooms-cols/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-rooms-grid/babylon-rooms-grid.component.mjs +19 -6
- package/esm2022/lib/components/core/babylon-rooms-grid/babylon-rooms-grid.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-rooms-grid/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-rooms-list/babylon-rooms-list.component.mjs +32 -6
- package/esm2022/lib/components/core/babylon-rooms-list/babylon-rooms-list.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-rooms-list/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-rooms-slider/babylon-room.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-rooms-slider/babylon-rooms-slider.component.mjs +25 -5
- package/esm2022/lib/components/core/babylon-rooms-slider/babylon-rooms-slider.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-rooms-slider/babylon-rooms-text-info.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-rooms-slider/index.mjs +5 -0
- package/esm2022/lib/components/core/babylon-services-slider/babylon-service-slider.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-services-slider/babylon-services-slider.component.mjs +17 -5
- package/esm2022/lib/components/core/babylon-services-slider/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-slider2col/babylon-slider2col.component.mjs +28 -5
- package/esm2022/lib/components/core/babylon-slider2col/index.mjs +2 -0
- package/esm2022/lib/components/core/babylon-slider2items/babylon-slider2items.component.mjs +15 -5
- package/esm2022/lib/components/core/babylon-slider2items/babylon-slider2items.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-slider2items/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-slider3col/babylon-slider3col.component.mjs +53 -0
- package/esm2022/lib/components/core/babylon-slider3col/index.mjs +2 -0
- package/esm2022/lib/components/core/babylon-slider3col-clear/babylon-slider3col-clear.component.mjs +11 -0
- package/esm2022/lib/components/core/babylon-slider3col-clear/index.mjs +2 -0
- package/esm2022/lib/components/core/babylon-slider3items/babylon-slider3items.component.mjs +14 -5
- package/esm2022/lib/components/core/babylon-slider3items/babylon-slider3items.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-slider3items/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-slider4col/babylon-slider4col.component.mjs +37 -5
- package/esm2022/lib/components/core/babylon-slider4col/index.mjs +2 -0
- package/esm2022/lib/components/core/babylon-static-footer/babylon-static-footer.component.mjs +104 -6
- package/esm2022/lib/components/core/babylon-static-footer/babylon-static-footer.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-static-footer/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-static-footer-v2/babylon-static-footer-v2.component.mjs +48 -8
- package/esm2022/lib/components/core/babylon-static-footer-v2/babylon-static-footer-v2.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-static-footer-v2/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-submenu-hotel/babylon-submenu-hotel.component.mjs +35 -5
- package/esm2022/lib/components/core/babylon-submenu-hotel/babylon-submenu-hotel.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-submenu-hotel/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-thanks/babylon-thanks.component.mjs +18 -5
- package/esm2022/lib/components/core/babylon-thanks/babylon-thanks.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-thanks/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-top-slider/babylon-top-slider-item.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-top-slider/babylon-top-slider.component.mjs +187 -5
- package/esm2022/lib/components/core/babylon-top-slider/babylon-top-slider.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-top-slider/index.mjs +4 -0
- package/esm2022/lib/components/core/babylon-top-slider-thumbs/babylon-top-slider-thumbs.component.mjs +33 -6
- package/esm2022/lib/components/core/babylon-top-slider-thumbs/babylon-top-slider-thumbs.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-top-slider-thumbs/index.mjs +3 -0
- package/esm2022/lib/components/core/babylon-top-slider-v2/babylon-top-slider-v2-item.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-top-slider-v2/babylon-top-slider-v2.component.mjs +22 -5
- package/esm2022/lib/components/core/babylon-top-slider-v2/babylon-top-slider-v2.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-top-slider-v2/index.mjs +4 -0
- package/esm2022/lib/components/core/babylon-top-slider-video/babylon-top-slider-video.component.mjs +194 -5
- package/esm2022/lib/components/core/babylon-top-slider-video/babylon-top-slider-video.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-top-slider-video/babylon-video-source.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-top-slider-video/index.mjs +4 -0
- package/esm2022/lib/components/core/babylon-webmap/babylon-webmap.component.mjs +23 -5
- package/esm2022/lib/components/core/babylon-webmap/babylon-webmap.interface.mjs +2 -0
- package/esm2022/lib/components/core/babylon-webmap/index.mjs +3 -0
- package/esm2022/lib/components/core/index.mjs +89 -0
- package/esm2022/lib/components/shared/babylon-dynamic-heading/babylon-dynamic-heading.component.mjs +124 -0
- package/esm2022/lib/components/shared/babylon-dynamic-heading/babylon-dynamic-heading.interface.mjs +2 -0
- package/esm2022/lib/components/shared/babylon-dynamic-heading/index.mjs +3 -0
- package/esm2022/lib/components/shared/babylon-search/babylon-search.component.mjs +82 -0
- package/esm2022/lib/components/shared/babylon-search/index.mjs +2 -0
- package/esm2022/lib/components/shared/index.mjs +2 -0
- package/esm2022/lib/directives/babylon-background-strip/babylon-background-strip.directive.mjs +71 -0
- package/esm2022/lib/directives/babylon-customs/babylon-custom-mouse-pointer.directive.mjs +52 -0
- package/esm2022/lib/directives/babylon-galleries/babylon-light-gallery.directive.mjs +107 -0
- package/esm2022/lib/directives/babylon-hobble-effect/babylon-hobble-effect.directive.mjs +60 -0
- package/esm2022/lib/directives/babylon-pagination/babylon-pagination.directive.mjs +127 -0
- package/esm2022/lib/directives/babylon-sliders/babylon-custom-slider.directive.mjs +62 -0
- package/esm2022/lib/directives/babylon-sliders/babylon-hotels-slider.directive.mjs +107 -0
- package/esm2022/lib/directives/babylon-sliders/babylon-sliders.directive.mjs +438 -0
- package/esm2022/lib/directives/babylon-sliders/babylon-swiper-slider.directive.mjs +107 -0
- package/esm2022/lib/directives/data-background/data-background.directive.mjs +32 -0
- package/esm2022/lib/directives/link-type/link-type.directive.mjs +287 -0
- package/esm2022/lib/directives/scrolls/scroll-up.directive.mjs +27 -0
- package/esm2022/lib/interfaces/babylon-button.interface.mjs +2 -0
- package/esm2022/lib/interfaces/babylon-consult-type.interface.mjs +2 -0
- package/esm2022/lib/interfaces/babylon-dropdown.interface.mjs +2 -0
- package/esm2022/lib/interfaces/babylon-global-icon.interface.mjs +2 -0
- package/esm2022/lib/interfaces/babylon-image.interface.mjs +2 -0
- package/esm2022/lib/interfaces/babylon-input.interface.mjs +2 -0
- package/esm2022/lib/interfaces/babylon-menu-button.interface.mjs +2 -0
- package/esm2022/lib/interfaces/babylon-menu-info.interface.mjs +2 -0
- package/esm2022/lib/interfaces/babylon-page-config.interface.mjs +2 -0
- package/esm2022/lib/interfaces/babylon-site-config.interface.mjs +2 -0
- package/esm2022/lib/interfaces/babylon-tags.interface.mjs +2 -0
- package/esm2022/lib/interfaces/babylon-text-info.interface.mjs +2 -0
- package/esm2022/lib/interfaces/babylon-texts-colors.interface.mjs +2 -0
- package/esm2022/lib/interfaces/babylon-texts.interface.mjs +2 -0
- package/esm2022/lib/interfaces/index.mjs +15 -0
- package/esm2022/lib/pipes/babylon-clean-phone.pipe.mjs +14 -0
- package/esm2022/lib/pipes/babylon-currency.pipe.mjs +29 -0
- package/esm2022/lib/services/color-panel.service.mjs +316 -0
- package/esm2022/lib/services/index.mjs +3 -1
- package/esm2022/lib/services/mapper/index.mjs +3 -0
- package/esm2022/lib/services/mapper/mapper.service.mjs +2553 -0
- package/esm2022/lib/services/mapper/mapper.service.token.mjs +3 -0
- package/esm2022/lib/services/modals-service/index.mjs +2 -0
- package/esm2022/lib/services/modals-service/modals.service.mjs +77 -0
- package/esm2022/lib/services/screen-sizer/screen-sizer.service.mjs +46 -35
- package/esm2022/lib/utils/complex-links.token.mjs +6 -0
- package/esm2022/lib/utils/index.mjs +2 -0
- package/esm2022/lib/utils/utils.mjs +153 -0
- package/esm2022/public-api.mjs +11 -114
- package/fesm2022/ctt-babylon.mjs +9499 -2516
- package/fesm2022/ctt-babylon.mjs.map +1 -1
- package/lib/Enum/buttons-type.enum.d.ts +4 -0
- package/lib/Enum/index.d.ts +2 -0
- package/lib/Enum/logo-type.enum.d.ts +8 -0
- package/lib/Enum/services.enum.d.ts +6 -0
- package/lib/Enum/views.enum.d.ts +3 -0
- package/lib/components/core/babylon-404/babylon-404.component.d.ts +8 -1
- package/lib/components/core/babylon-404/babylon-404.interface.d.ts +9 -0
- package/lib/components/core/babylon-404/index.d.ts +2 -0
- package/lib/components/core/babylon-action-banner/babylon-action-banner.component.d.ts +14 -0
- package/lib/components/core/babylon-action-banner/babylon-action-banner.interface.d.ts +9 -0
- package/lib/components/core/babylon-action-banner/index.d.ts +2 -0
- package/lib/components/core/babylon-advantages/babylon-advantages-info.interface.d.ts +5 -0
- package/lib/components/core/babylon-advantages/babylon-advantages.component.d.ts +14 -1
- package/lib/components/core/babylon-advantages/babylon-advantages.interface.d.ts +13 -0
- package/lib/components/core/babylon-advantages/index.d.ts +3 -0
- package/lib/components/core/babylon-banner-gallery/babylon-banner-gallery.component.d.ts +11 -1
- package/lib/components/core/babylon-banner-gallery/babylon-banner-gallery.interface.d.ts +9 -0
- package/lib/components/core/babylon-banner-gallery/index.d.ts +2 -0
- package/lib/components/core/babylon-banner-info/babylon-banner-info.component.d.ts +25 -2
- package/lib/components/core/babylon-banner-info/babylon-banner-info.interface.d.ts +10 -0
- package/lib/components/core/babylon-banner-info/index.d.ts +2 -0
- package/lib/components/core/babylon-banner-newsletter/babylon-banner-newsletter.component.d.ts +16 -1
- package/lib/components/core/babylon-banner-newsletter/babylon-banner-newsletter.interface.d.ts +9 -0
- package/lib/components/core/babylon-banner-newsletter/index.d.ts +2 -0
- package/lib/components/core/babylon-blog-details/babylon-blog-details.component.d.ts +39 -1
- package/lib/components/core/babylon-blog-details/babylon-blog-details.interface.d.ts +24 -0
- package/lib/components/core/babylon-blog-details/index.d.ts +2 -0
- package/lib/components/core/babylon-blog-list/babylon-blog-list.component.d.ts +47 -2
- package/lib/components/core/babylon-blog-list/babylon-blog-list.interface.d.ts +18 -0
- package/lib/components/core/babylon-blog-list/index.d.ts +2 -0
- package/lib/components/core/babylon-breadcrumb/babylon-breadcrumb.component.d.ts +4 -1
- package/lib/components/core/babylon-breadcrumb/babylon-breadcrumb.interface.d.ts +4 -0
- package/lib/components/core/babylon-breadcrumb/index.d.ts +2 -0
- package/lib/components/core/babylon-color-picker/babylon-color-picker.component.d.ts +57 -0
- package/lib/components/core/babylon-color-picker/index.d.ts +1 -0
- package/lib/components/core/babylon-comingsoon/babylon-comingsoon.component.d.ts +12 -1
- package/lib/components/core/babylon-comingsoon/babylon-comingsoon.interface.d.ts +11 -0
- package/lib/components/core/babylon-comingsoon/index.d.ts +2 -0
- package/lib/components/core/babylon-contact-address/babylon-contact-address.component.d.ts +22 -0
- package/lib/components/core/babylon-contact-address/babylon-contact-address.interface.d.ts +4 -0
- package/lib/components/core/babylon-contact-address/index.d.ts +2 -0
- package/lib/components/core/babylon-contact-form/babylon-contact-form.component.d.ts +35 -6
- package/lib/components/core/babylon-contact-form/babylon-contact-form.interface.d.ts +15 -0
- package/lib/components/core/babylon-contact-form/index.d.ts +2 -0
- package/lib/components/core/babylon-contact-how/babylon-contact-how.component.d.ts +14 -2
- package/lib/components/core/babylon-contact-how/babylon-contact-how.interface.d.ts +6 -0
- package/lib/components/core/babylon-contact-how/index.d.ts +2 -0
- package/lib/components/core/babylon-contact-map/babylon-contact-map.component.d.ts +16 -2
- package/lib/components/core/babylon-contact-map/babylon-contact-map.interface.d.ts +8 -0
- package/lib/components/core/babylon-contact-map/index.d.ts +2 -0
- package/lib/components/core/babylon-engine/babylon-engine.component.d.ts +71 -11
- package/lib/components/core/babylon-engine/babylon-engine.interface.d.ts +24 -0
- package/lib/components/core/babylon-engine/index.d.ts +2 -0
- package/lib/components/core/babylon-engine-modal/babylon-engine-modal.component.d.ts +60 -16
- package/lib/components/core/babylon-engine-modal/babylon-engine-modal.interface.d.ts +22 -0
- package/lib/components/core/babylon-engine-modal/index.d.ts +2 -0
- package/lib/components/core/babylon-external-script/babylon-external-script.component.d.ts +21 -0
- package/lib/components/core/babylon-external-script/babylon-external-script.interface.d.ts +5 -0
- package/lib/components/core/babylon-external-script/index.d.ts +2 -0
- package/lib/components/core/babylon-faq/babylon-faq.component.d.ts +15 -1
- package/lib/components/core/babylon-faq/babylon-faq.interface.d.ts +8 -0
- package/lib/components/core/babylon-faq/index.d.ts +2 -0
- package/lib/components/core/babylon-features-slider/babylon-features-slider.component.d.ts +18 -2
- package/lib/components/core/babylon-features-slider/babylon-features-slider.interface.d.ts +8 -0
- package/lib/components/core/babylon-features-slider/index.d.ts +2 -0
- package/lib/components/core/babylon-filter-modal/babylon-filter-modal.component.d.ts +8 -3
- package/lib/components/core/babylon-filter-modal/index.d.ts +1 -0
- package/lib/components/core/babylon-floating-buttons/babylon-floating-buttons.component.d.ts +39 -0
- package/lib/components/core/babylon-floating-buttons/babylon-floating-buttons.interface.d.ts +8 -0
- package/lib/components/core/babylon-floating-buttons/index.d.ts +2 -0
- package/lib/components/core/babylon-footer-contact/babylon-footer-contact.component.d.ts +24 -1
- package/lib/components/core/babylon-footer-contact/babylon-footer-contact.interface.d.ts +14 -0
- package/lib/components/core/babylon-footer-contact/index.d.ts +2 -0
- package/lib/components/core/babylon-footer-links/babylon-footer-links.component.d.ts +5 -1
- package/lib/components/core/babylon-footer-links/babylon-footer-links.interface.d.ts +6 -0
- package/lib/components/core/babylon-footer-links/index.d.ts +2 -0
- package/lib/components/core/babylon-footer-logos/babylon-footer-logos.component.d.ts +11 -1
- package/lib/components/core/babylon-footer-logos/babylon-footer-logos.interface.d.ts +7 -0
- package/lib/components/core/babylon-footer-logos/index.d.ts +2 -0
- package/lib/components/core/babylon-footer-social/babylon-footer-social.component.d.ts +5 -1
- package/lib/components/core/babylon-footer-social/babylon-footer-social.interface.d.ts +6 -0
- package/lib/components/core/babylon-footer-social/index.d.ts +2 -0
- package/lib/components/core/babylon-gallery/babylon-gallery.component.d.ts +34 -8
- package/lib/components/core/babylon-gallery/babylon-gallery.interface.d.ts +12 -0
- package/lib/components/core/babylon-gallery/index.d.ts +2 -0
- package/lib/components/core/babylon-global-modal/babylon-global-modal.component.d.ts +31 -0
- package/lib/components/core/babylon-global-modal/babylon-global-modal.interface.d.ts +8 -0
- package/lib/components/core/babylon-global-modal/index.d.ts +2 -0
- package/lib/components/core/babylon-grid-gallery/babylon-grid-gallery.component.d.ts +19 -2
- package/lib/components/core/babylon-grid-gallery/babylon-grid-gallery.interface.d.ts +8 -0
- package/lib/components/core/babylon-grid-gallery/index.d.ts +2 -0
- package/lib/components/core/babylon-guests-popup/babylon-guests-popup.component.d.ts +24 -7
- package/lib/components/core/babylon-guests-popup/babylon-guests-popup.interface.d.ts +11 -0
- package/lib/components/core/babylon-guests-popup/index.d.ts +2 -0
- package/lib/components/core/babylon-head-intro/babylon-head-intro.component.d.ts +9 -1
- package/lib/components/core/babylon-head-intro/babylon-head-intro.interface.d.ts +10 -0
- package/lib/components/core/babylon-head-intro/index.d.ts +2 -0
- package/lib/components/core/babylon-header-book-show/babylon-header-book-show.component.d.ts +35 -7
- package/lib/components/core/babylon-header-book-show/babylon-header-book-show.interface.d.ts +20 -0
- package/lib/components/core/babylon-header-book-show/index.d.ts +2 -0
- package/lib/components/core/babylon-header-clear/babylon-header-clear.component.d.ts +34 -9
- package/lib/components/core/babylon-header-clear/babylon-header-clear.interface.d.ts +22 -0
- package/lib/components/core/babylon-header-clear/index.d.ts +2 -0
- package/lib/components/core/babylon-header-menu-center/babylon-header-menu-center.component.d.ts +33 -8
- package/lib/components/core/babylon-header-menu-center/babylon-header-menu-center.interface.d.ts +19 -0
- package/lib/components/core/babylon-header-menu-center/index.d.ts +2 -0
- package/lib/components/core/babylon-header-menu-logo-center/babylon-header-menu-logo-center.component.d.ts +40 -0
- package/lib/components/core/babylon-header-menu-logo-center/babylon-header-menu-logo-center.interface.d.ts +23 -0
- package/lib/components/core/babylon-header-menu-logo-center/index.d.ts +2 -0
- package/lib/components/core/babylon-header-menu-show/babylon-header-menu-show.component.d.ts +29 -8
- package/lib/components/core/babylon-header-menu-show/babylon-header-menu-show.interface.d.ts +18 -0
- package/lib/components/core/babylon-header-menu-show/index.d.ts +2 -0
- package/lib/components/core/babylon-header-mobile/babylon-header-mobile.component.d.ts +53 -0
- package/lib/components/core/babylon-header-mobile/babylon-header-mobile.interface.d.ts +26 -0
- package/lib/components/core/babylon-header-mobile/index.d.ts +2 -0
- package/lib/components/core/babylon-hotels-list/babylon-hotel.interface.d.ts +18 -0
- package/lib/components/core/babylon-hotels-list/babylon-hotels-list.component.d.ts +5 -1
- package/lib/components/core/babylon-hotels-list/babylon-hotels-list.interface.d.ts +6 -0
- package/lib/components/core/babylon-hotels-list/index.d.ts +3 -0
- package/lib/components/core/babylon-hotels-slider/babylon-hotels-slider.component.d.ts +5 -1
- package/lib/components/core/babylon-hotels-slider/babylon-hotels-slider.interface.d.ts +6 -0
- package/lib/components/core/babylon-hotels-slider/index.d.ts +2 -0
- package/lib/components/core/babylon-info-big/babylon-info-big.component.d.ts +9 -1
- package/lib/components/core/babylon-info-big/babylon-info-big.interface.d.ts +10 -0
- package/lib/components/core/babylon-info-big/index.d.ts +2 -0
- package/lib/components/core/babylon-info-grid/babylon-info-grid.component.d.ts +22 -3
- package/lib/components/core/babylon-info-grid/babylon-info-grid.interface.d.ts +9 -0
- package/lib/components/core/babylon-info-grid/index.d.ts +2 -0
- package/lib/components/core/babylon-info-img/babylon-info-img.component.d.ts +40 -2
- package/lib/components/core/babylon-info-img/babylon-info-img.interface.d.ts +27 -0
- package/lib/components/core/babylon-info-img/index.d.ts +2 -0
- package/lib/components/core/babylon-info-img-slider/babylon-info-img-slider.component.d.ts +33 -0
- package/lib/components/core/babylon-info-img-slider/babylon-info-img-slider.interface.d.ts +11 -0
- package/lib/components/core/babylon-info-img-slider/index.d.ts +2 -0
- package/lib/components/core/babylon-info-intro/babylon-info-intro.component.d.ts +26 -1
- package/lib/components/core/babylon-info-intro/babylon-info-intro.interface.d.ts +19 -0
- package/lib/components/core/babylon-info-intro/index.d.ts +2 -0
- package/lib/components/core/babylon-info-show-img/babylon-info-show-img.component.d.ts +3 -1
- package/lib/components/core/babylon-info-show-img/index.d.ts +1 -0
- package/lib/components/core/babylon-info-zig-zag/babylon-info-zig-zag.component.d.ts +29 -1
- package/lib/components/core/babylon-info-zig-zag/babylon-info-zig-zag.interface.d.ts +12 -0
- package/lib/components/core/babylon-info-zig-zag/index.d.ts +2 -0
- package/lib/components/core/babylon-info-zig-zag-counter/babylon-info-zig-zag-counter.component.d.ts +47 -0
- package/lib/components/core/babylon-info-zig-zag-counter/babylon-info-zig-zag-counter.interface.d.ts +14 -0
- package/lib/components/core/babylon-info-zig-zag-counter/index.d.ts +2 -0
- package/lib/components/core/babylon-info-zigzag-v2/babylon-info-zigzag-v2.component.d.ts +16 -1
- package/lib/components/core/babylon-info-zigzag-v2/babylon-info-zigzag-v2.interface.d.ts +5 -0
- package/lib/components/core/babylon-info-zigzag-v2/index.d.ts +2 -0
- package/lib/components/core/babylon-info2col-img/babylon-info2col-img.component.d.ts +21 -0
- package/lib/components/core/babylon-info2col-img/babylon-info2col-img.interface.d.ts +12 -0
- package/lib/components/core/babylon-info2col-img/index.d.ts +2 -0
- package/lib/components/core/babylon-info2img/babylon-info2img.component.d.ts +14 -1
- package/lib/components/core/babylon-info2img/babylon-info2img.interface.d.ts +11 -0
- package/lib/components/core/babylon-info2img/index.d.ts +2 -0
- package/lib/components/core/babylon-info2img-big/babylon-info2img-big.component.d.ts +16 -1
- package/lib/components/core/babylon-info2img-big/babylon-info2img-big.interface.d.ts +14 -0
- package/lib/components/core/babylon-info2img-big/index.d.ts +2 -0
- package/lib/components/core/babylon-info3img/babylon-info3img.component.d.ts +9 -1
- package/lib/components/core/babylon-info3img/index.d.ts +1 -0
- package/lib/components/core/babylon-info4img/babylon-info4img.component.d.ts +11 -1
- package/lib/components/core/babylon-info4img/babylon-info4img.interface.d.ts +12 -0
- package/lib/components/core/babylon-info4img/index.d.ts +2 -0
- package/lib/components/core/babylon-items-grid/babylon-items-grid.component.d.ts +14 -1
- package/lib/components/core/babylon-items-grid/babylon-items-grid.interface.d.ts +8 -0
- package/lib/components/core/babylon-items-grid/index.d.ts +2 -0
- package/lib/components/core/babylon-language-modal/babylon-language-modal.component.d.ts +12 -5
- package/lib/components/core/babylon-language-modal/babylon-language-modal.interface.d.ts +7 -0
- package/lib/components/core/babylon-language-modal/index.d.ts +2 -0
- package/lib/components/core/babylon-legal/babylon-legal.component.d.ts +9 -1
- package/lib/components/core/babylon-legal/babylon-legal.interface.d.ts +7 -0
- package/lib/components/core/babylon-legal/index.d.ts +2 -0
- package/lib/components/core/babylon-list-grid/babylon-list-grid.component.d.ts +17 -1
- package/lib/components/core/babylon-list-grid/babylon-list-grid.interface.d.ts +8 -0
- package/lib/components/core/babylon-list-grid/index.d.ts +2 -0
- package/lib/components/core/babylon-modal-menu/babylon-modal-menu.component.d.ts +45 -0
- package/lib/components/core/babylon-modal-multiple-motors/babylon-modal-multiple-motors.component.d.ts +16 -0
- package/lib/components/core/babylon-modal-multiple-motors/babylon-modal-multiple-motors.interface.d.ts +8 -0
- package/lib/components/core/babylon-modal-multiple-motors/index.d.ts +2 -0
- package/lib/components/core/babylon-modal-popup/babylon-modal-popup.component.d.ts +25 -0
- package/lib/components/core/babylon-modal-popup/babylon-modal-popup.interface.d.ts +9 -0
- package/lib/components/core/babylon-modal-popup/index.d.ts +2 -0
- package/lib/components/core/babylon-newsletter/babylon-newsletter.component.d.ts +19 -3
- package/lib/components/core/babylon-newsletter/babylon-newsletter.interface.d.ts +9 -0
- package/lib/components/core/babylon-newsletter/index.d.ts +2 -0
- package/lib/components/core/babylon-offer-detail/babylon-offer-detail.component.d.ts +16 -1
- package/lib/components/core/babylon-offer-detail/babylon-offer-detail.interface.d.ts +17 -0
- package/lib/components/core/babylon-offer-detail/index.d.ts +2 -0
- package/lib/components/core/babylon-offer-popup/babylon-offer-popup.component.d.ts +18 -5
- package/lib/components/core/babylon-offer-popup/babylon-offer-popup.interface.d.ts +7 -0
- package/lib/components/core/babylon-offer-popup/index.d.ts +2 -0
- package/lib/components/core/babylon-offer-popupV2/babylon-offer-popup-v2.component.d.ts +21 -0
- package/lib/components/core/babylon-offer-popupV2/babylon-offer-popup-v2.interface.d.ts +9 -0
- package/lib/components/core/babylon-offer-popupV2/index.d.ts +2 -0
- package/lib/components/core/babylon-offer-slider/babylon-offer-slider.component.d.ts +6 -1
- package/lib/components/core/babylon-offer-slider/babylon-offer-slider.interface.d.ts +7 -0
- package/lib/components/core/babylon-offer-slider/babylon-offer.interface.d.ts +18 -0
- package/lib/components/core/babylon-offer-slider/index.d.ts +3 -0
- package/lib/components/core/babylon-offers-list/babylon-offers-list.component.d.ts +33 -2
- package/lib/components/core/babylon-offers-list/babylon-offers-list.interface.d.ts +14 -0
- package/lib/components/core/babylon-offers-list/index.d.ts +2 -0
- package/lib/components/core/babylon-offers-slider/babylon-offers-slider.component.d.ts +5 -1
- package/lib/components/core/babylon-offers-slider/index.d.ts +1 -0
- package/lib/components/core/babylon-preload/babylon-preload.component.d.ts +5 -1
- package/lib/components/core/babylon-preload/index.d.ts +1 -0
- package/lib/components/core/babylon-press-list/babylon-press-list.component.d.ts +17 -0
- package/lib/components/core/babylon-press-list/babylon-press-list.interface.d.ts +8 -0
- package/lib/components/core/babylon-press-list/index.d.ts +2 -0
- package/lib/components/core/babylon-room-details/babylon-room-detail.interface.d.ts +12 -0
- package/lib/components/core/babylon-room-details/babylon-room-details.component.d.ts +13 -1
- package/lib/components/core/babylon-room-details/index.d.ts +2 -0
- package/lib/components/core/babylon-rooms-cols/babylon-rooms-cols.component.d.ts +39 -1
- package/lib/components/core/babylon-rooms-cols/babylon-rooms-cols.interface.d.ts +10 -0
- package/lib/components/core/babylon-rooms-cols/index.d.ts +2 -0
- package/lib/components/core/babylon-rooms-grid/babylon-rooms-grid.component.d.ts +10 -1
- package/lib/components/core/babylon-rooms-grid/babylon-rooms-grid.interface.d.ts +8 -0
- package/lib/components/core/babylon-rooms-grid/index.d.ts +2 -0
- package/lib/components/core/babylon-rooms-list/babylon-rooms-list.component.d.ts +27 -1
- package/lib/components/core/babylon-rooms-list/babylon-rooms-list.interface.d.ts +6 -0
- package/lib/components/core/babylon-rooms-list/index.d.ts +2 -0
- package/lib/components/core/babylon-rooms-slider/babylon-room.interface.d.ts +15 -0
- package/lib/components/core/babylon-rooms-slider/babylon-rooms-slider.component.d.ts +6 -1
- package/lib/components/core/babylon-rooms-slider/babylon-rooms-slider.interface.d.ts +6 -0
- package/lib/components/core/babylon-rooms-slider/babylon-rooms-text-info.interface.d.ts +8 -0
- package/lib/components/core/babylon-rooms-slider/index.d.ts +4 -0
- package/lib/components/core/babylon-services-slider/babylon-service-slider.interface.d.ts +6 -0
- package/lib/components/core/babylon-services-slider/babylon-services-slider.component.d.ts +7 -1
- package/lib/components/core/babylon-services-slider/index.d.ts +2 -0
- package/lib/components/core/babylon-slider2col/babylon-slider2col.component.d.ts +22 -1
- package/lib/components/core/babylon-slider2col/index.d.ts +1 -0
- package/lib/components/core/babylon-slider2items/babylon-slider2items.component.d.ts +5 -1
- package/lib/components/core/babylon-slider2items/babylon-slider2items.interface.d.ts +6 -0
- package/lib/components/core/babylon-slider2items/index.d.ts +2 -0
- package/lib/components/core/babylon-slider3col/babylon-slider3col.component.d.ts +20 -0
- package/lib/components/core/babylon-slider3col/index.d.ts +1 -0
- package/lib/components/core/babylon-slider3col-clear/babylon-slider3col-clear.component.d.ts +5 -0
- package/lib/components/core/babylon-slider3col-clear/index.d.ts +1 -0
- package/lib/components/core/babylon-slider3items/babylon-slider3items.component.d.ts +15 -1
- package/lib/components/core/babylon-slider3items/babylon-slider3items.interface.d.ts +6 -0
- package/lib/components/core/babylon-slider3items/index.d.ts +2 -0
- package/lib/components/core/babylon-slider4col/babylon-slider4col.component.d.ts +15 -1
- package/lib/components/core/babylon-slider4col/index.d.ts +1 -0
- package/lib/components/core/babylon-static-footer/babylon-static-footer.component.d.ts +55 -2
- package/lib/components/core/babylon-static-footer/babylon-static-footer.interface.d.ts +29 -0
- package/lib/components/core/babylon-static-footer/index.d.ts +2 -0
- package/lib/components/core/babylon-static-footer-v2/babylon-static-footer-v2.component.d.ts +24 -3
- package/lib/components/core/babylon-static-footer-v2/babylon-static-footer-v2.interface.d.ts +18 -0
- package/lib/components/core/babylon-static-footer-v2/index.d.ts +2 -0
- package/lib/components/core/babylon-submenu-hotel/babylon-submenu-hotel.component.d.ts +13 -2
- package/lib/components/core/babylon-submenu-hotel/babylon-submenu-hotel.interface.d.ts +5 -0
- package/lib/components/core/babylon-submenu-hotel/index.d.ts +2 -0
- package/lib/components/core/babylon-thanks/babylon-thanks.component.d.ts +7 -1
- package/lib/components/core/babylon-thanks/babylon-thanks.interface.d.ts +7 -0
- package/lib/components/core/babylon-thanks/index.d.ts +2 -0
- package/lib/components/core/babylon-top-slider/babylon-top-slider-item.interface.d.ts +9 -0
- package/lib/components/core/babylon-top-slider/babylon-top-slider.component.d.ts +37 -2
- package/lib/components/core/babylon-top-slider/babylon-top-slider.interface.d.ts +12 -0
- package/lib/components/core/babylon-top-slider/index.d.ts +3 -0
- package/lib/components/core/babylon-top-slider-thumbs/babylon-top-slider-thumbs.component.d.ts +12 -2
- package/lib/components/core/babylon-top-slider-thumbs/babylon-top-slider-thumbs.interface.d.ts +8 -0
- package/lib/components/core/babylon-top-slider-thumbs/index.d.ts +2 -0
- package/lib/components/core/babylon-top-slider-v2/babylon-top-slider-v2-item.interface.d.ts +7 -0
- package/lib/components/core/babylon-top-slider-v2/babylon-top-slider-v2.component.d.ts +10 -1
- package/lib/components/core/babylon-top-slider-v2/babylon-top-slider-v2.interface.d.ts +8 -0
- package/lib/components/core/babylon-top-slider-v2/index.d.ts +3 -0
- package/lib/components/core/babylon-top-slider-video/babylon-top-slider-video.component.d.ts +34 -2
- package/lib/components/core/babylon-top-slider-video/babylon-top-slider-video.interface.d.ts +9 -0
- package/lib/components/core/babylon-top-slider-video/babylon-video-source.interface.d.ts +5 -0
- package/lib/components/core/babylon-top-slider-video/index.d.ts +3 -0
- package/lib/components/core/babylon-webmap/babylon-webmap.component.d.ts +11 -1
- package/lib/components/core/babylon-webmap/babylon-webmap.interface.d.ts +9 -0
- package/lib/components/core/babylon-webmap/index.d.ts +2 -0
- package/lib/components/core/index.d.ts +88 -0
- package/lib/components/shared/babylon-dynamic-heading/babylon-dynamic-heading.component.d.ts +31 -0
- package/lib/components/shared/babylon-dynamic-heading/babylon-dynamic-heading.interface.d.ts +5 -0
- package/lib/components/shared/babylon-dynamic-heading/index.d.ts +2 -0
- package/lib/components/shared/babylon-search/babylon-search.component.d.ts +30 -0
- package/lib/components/shared/babylon-search/index.d.ts +1 -0
- package/lib/components/shared/index.d.ts +1 -0
- package/lib/directives/babylon-background-strip/babylon-background-strip.directive.d.ts +17 -0
- package/lib/directives/babylon-customs/babylon-custom-mouse-pointer.directive.d.ts +12 -0
- package/lib/directives/babylon-galleries/babylon-light-gallery.directive.d.ts +18 -0
- package/lib/directives/babylon-hobble-effect/babylon-hobble-effect.directive.d.ts +15 -0
- package/lib/directives/babylon-pagination/babylon-pagination.directive.d.ts +39 -0
- package/lib/directives/babylon-sliders/babylon-custom-slider.directive.d.ts +13 -0
- package/{directives → lib/directives/babylon-sliders}/babylon-hotels-slider.directive.d.ts +2 -1
- package/lib/directives/babylon-sliders/babylon-sliders.directive.d.ts +36 -0
- package/lib/directives/babylon-sliders/babylon-swiper-slider.directive.d.ts +14 -0
- package/lib/directives/data-background/data-background.directive.d.ts +11 -0
- package/lib/directives/link-type/link-type.directive.d.ts +40 -0
- package/lib/directives/scrolls/scroll-up.directive.d.ts +7 -0
- package/lib/interfaces/babylon-button.interface.d.ts +9 -0
- package/lib/interfaces/babylon-consult-type.interface.d.ts +10 -0
- package/lib/interfaces/babylon-dropdown.interface.d.ts +9 -0
- package/lib/interfaces/babylon-global-icon.interface.d.ts +4 -0
- package/lib/interfaces/babylon-image.interface.d.ts +12 -0
- package/lib/interfaces/babylon-input.interface.d.ts +12 -0
- package/lib/interfaces/babylon-menu-button.interface.d.ts +10 -0
- package/lib/interfaces/babylon-menu-info.interface.d.ts +27 -0
- package/lib/interfaces/babylon-page-config.interface.d.ts +43 -0
- package/lib/interfaces/babylon-site-config.interface.d.ts +57 -0
- package/lib/interfaces/babylon-tags.interface.d.ts +21 -0
- package/lib/interfaces/babylon-text-info.interface.d.ts +17 -0
- package/lib/interfaces/babylon-texts-colors.interface.d.ts +20 -0
- package/lib/interfaces/babylon-texts.interface.d.ts +5 -0
- package/lib/interfaces/index.d.ts +14 -0
- package/lib/pipes/babylon-clean-phone.pipe.d.ts +7 -0
- package/lib/pipes/babylon-currency.pipe.d.ts +7 -0
- package/lib/services/color-panel.service.d.ts +41 -0
- package/lib/services/index.d.ts +2 -0
- package/lib/services/mapper/index.d.ts +2 -0
- package/lib/services/mapper/mapper.service.d.ts +138 -0
- package/lib/services/mapper/mapper.service.token.d.ts +2 -0
- package/lib/services/modals-service/index.d.ts +1 -0
- package/lib/services/modals-service/modals.service.d.ts +15 -0
- package/lib/services/screen-sizer/screen-sizer.service.d.ts +2 -0
- package/lib/styles/styles/babylon/_spacing.css +1 -0
- package/lib/styles/styles/babylon/_spacing.scss +72 -0
- package/lib/styles/styles/babylon/common.css +1 -0
- package/lib/styles/styles/babylon/common.scss +1823 -0
- package/lib/styles/styles/babylon/globals.css +1 -0
- package/lib/styles/styles/babylon/globals.scss +848 -0
- package/lib/styles/styles/babylon/mixins.css +1 -0
- package/lib/styles/styles/babylon/mixins.scss +1031 -0
- package/lib/styles/styles/babylon/reset.css +1 -0
- package/lib/styles/styles/babylon/reset.scss +136 -0
- package/lib/styles/styles/babylon/slide.css +1 -0
- package/lib/styles/styles/babylon/slider.css +1 -0
- package/lib/styles/styles/babylon/slider.scss +876 -0
- package/lib/styles/styles/babylon/structure.scss +1 -0
- package/lib/styles/styles/babylon/variables-v2.css +0 -0
- package/lib/styles/styles/babylon/variables.css +1 -0
- package/lib/styles/styles/babylon/variables.scss +330 -0
- package/lib/styles/styles-babylon.scss +48 -7
- package/lib/utils/complex-links.token.d.ts +2 -0
- package/lib/utils/index.d.ts +1 -0
- package/lib/utils/utils.d.ts +14 -0
- package/package.json +11 -4
- package/public-api.d.ts +6 -111
- package/esm2022/directives/babylon-hotels-slider.directive.mjs +0 -103
- package/esm2022/lib/components/core/babylon-404-v2/babylon-404-v2.component.mjs +0 -11
- package/esm2022/lib/components/core/babylon-adventages-v2/babylon-adventages-v2.component.mjs +0 -12
- package/esm2022/lib/components/core/babylon-breadcrumb-v2/babylon-breadcrumb-v2.component.mjs +0 -11
- package/esm2022/lib/components/core/babylon-contact-form-v2/babylon-contact-form-v2.component.mjs +0 -37
- package/esm2022/lib/components/core/babylon-container-text-l2/babylon-container-text-l2.component.mjs +0 -18
- package/esm2022/lib/components/core/babylon-engine-modal-v2/babylon-engine-modal-v2.component.mjs +0 -130
- package/esm2022/lib/components/core/babylon-faq-v2/babylon-faq-v2.component.mjs +0 -17
- package/esm2022/lib/components/core/babylon-feature-pills/babylon-feature-pills.component.mjs +0 -11
- package/esm2022/lib/components/core/babylon-feature-pills-number/babylon-feature-pills-number.component.mjs +0 -11
- package/esm2022/lib/components/core/babylon-filter-modal-v2/babylon-filter-modal-v2.component.mjs +0 -21
- package/esm2022/lib/components/core/babylon-gallery-v2/babylon-gallery-v2.component.mjs +0 -105
- package/esm2022/lib/components/core/babylon-header-clear-v2/babylon-header-clear-v2.component.mjs +0 -76
- package/esm2022/lib/components/core/babylon-img-banner/babylon-img-banner.component.mjs +0 -13
- package/esm2022/lib/components/core/babylon-info-big-v2/babylon-info-big-v2.component.mjs +0 -61
- package/esm2022/lib/components/core/babylon-info-big-v3/babylon-info-big-v3.component.mjs +0 -11
- package/esm2022/lib/components/core/babylon-info-circle-imgs/babylon-info-circle-imgs.component.mjs +0 -11
- package/esm2022/lib/components/core/babylon-info-img-v2/babylon-info-img-v2.component.mjs +0 -11
- package/esm2022/lib/components/core/babylon-info-zigzag-v3/babylon-info-zigzag-v3.component.mjs +0 -18
- package/esm2022/lib/components/core/babylon-info-zigzag-v3-1/babylon-info-zigzag-v3-1.component.mjs +0 -11
- package/esm2022/lib/components/core/babylon-info-zigzag-v4/babylon-info-zigzag-v4.component.mjs +0 -13
- package/esm2022/lib/components/core/babylon-language-modal-v2/babylon-language-modal-v2.component.mjs +0 -28
- package/esm2022/lib/components/core/babylon-list-box-info/babylon-list-box-info.component.mjs +0 -11
- package/esm2022/lib/components/core/babylon-list-c3-img-txt/babylon-list-c3-img-txt.component.mjs +0 -11
- package/esm2022/lib/components/core/babylon-list-img/babylon-list-img.component.mjs +0 -78
- package/esm2022/lib/components/core/babylon-list-img-info/babylon-list-img-info.component.mjs +0 -11
- package/esm2022/lib/components/core/babylon-list-img-v2/babylon-list-img-v2.component.mjs +0 -11
- package/esm2022/lib/components/core/babylon-loyalty-table/babylon-loyalty-table.component.mjs +0 -65
- package/esm2022/lib/components/core/babylon-menu-modal/babylon-menu-modal.component.mjs +0 -19
- package/esm2022/lib/components/core/babylon-newsletter-modal/babylon-newsletter-modal.component.mjs +0 -19
- package/esm2022/lib/components/core/babylon-offer-detail-v2/babylon-offer-detail-v2.component.mjs +0 -11
- package/esm2022/lib/components/core/babylon-offer-popup-v2/babylon-offer-popup-v2.component.mjs +0 -19
- package/esm2022/lib/components/core/babylon-reviews/babylon-reviews.component.mjs +0 -11
- package/esm2022/lib/components/core/babylon-rooms-list-v2/babylon-rooms-list-v2.component.mjs +0 -11
- package/esm2022/lib/components/core/babylon-simple-img-info/babylon-simple-img-info.component.mjs +0 -12
- package/esm2022/lib/components/core/babylon-slider-box/babylon-slider-box.component.mjs +0 -12
- package/esm2022/lib/components/core/babylon-slider-img-static/babylon-slider-img-static.component.mjs +0 -12
- package/esm2022/lib/components/core/babylon-slider-img-static-v2/babylon-slider-img-static-v2.component.mjs +0 -13
- package/esm2022/lib/components/core/babylon-slider-img-video/babylon-slider-img-video.component.mjs +0 -52
- package/esm2022/lib/components/core/babylon-slider2col-v2/babylon-slider2col-v2.component.mjs +0 -13
- package/esm2022/lib/components/core/babylon-slider3col/babylon-slider3colcomponent.mjs +0 -11
- package/esm2022/lib/components/core/babylon-slider3col-v2/babylon-slider3col-v2.component.mjs +0 -12
- package/esm2022/lib/components/core/babylon-social-bar/babylon-social-bar.component.mjs +0 -11
- package/esm2022/lib/components/core/babylon-social-bar-v2/babylon-social-bar-v2.component.mjs +0 -11
- package/esm2022/lib/components/core/babylon-static-footer-v3/babylon-static-footer-v3.component.mjs +0 -67
- package/esm2022/lib/components/core/babylon-top-simple-banner/babylon-top-simple-banner.component.mjs +0 -15
- package/esm2022/lib/components/core/babylon-top-simple-img/babylon-top-simple-img.component.mjs +0 -11
- package/esm2022/lib/components/core/babylon-top-slider-video-v2/babylon-top-slider-video-v2.component.mjs +0 -12
- package/esm2022/lib/components/core/babylon-variant-selector/babylon-variant-selector.component.mjs +0 -82
- package/esm2022/lib/components/core/babylon-webmap-v2/babylon-webmap-v2.component.mjs +0 -11
- package/esm2022/lib/directives/images/swap-on-reload.directive.mjs +0 -83
- package/esm2022/lib/directives/scroll/scroll-to.directive.mjs +0 -183
- package/esm2022/lib/directives/sliders/slick-init.directive.mjs +0 -211
- package/esm2022/lib/directives/sliders/slider-fix-arrows.directive.mjs +0 -105
- package/esm2022/lib/directives/utils/sticky-avoid-footer.directive.mjs +0 -91
- package/esm2022/lib/services/scroll/scroll-spy.service.mjs +0 -50
- package/lib/components/core/babylon-404-v2/babylon-404-v2.component.d.ts +0 -5
- package/lib/components/core/babylon-adventages-v2/babylon-adventages-v2.component.d.ts +0 -5
- package/lib/components/core/babylon-breadcrumb-v2/babylon-breadcrumb-v2.component.d.ts +0 -5
- package/lib/components/core/babylon-contact-form-v2/babylon-contact-form-v2.component.d.ts +0 -10
- package/lib/components/core/babylon-container-text-l2/babylon-container-text-l2.component.d.ts +0 -6
- package/lib/components/core/babylon-engine-modal-v2/babylon-engine-modal-v2.component.d.ts +0 -44
- package/lib/components/core/babylon-faq-v2/babylon-faq-v2.component.d.ts +0 -7
- package/lib/components/core/babylon-feature-pills/babylon-feature-pills.component.d.ts +0 -5
- package/lib/components/core/babylon-feature-pills-number/babylon-feature-pills-number.component.d.ts +0 -5
- package/lib/components/core/babylon-filter-modal-v2/babylon-filter-modal-v2.component.d.ts +0 -10
- package/lib/components/core/babylon-gallery-v2/babylon-gallery-v2.component.d.ts +0 -22
- package/lib/components/core/babylon-header-clear-v2/babylon-header-clear-v2.component.d.ts +0 -16
- package/lib/components/core/babylon-img-banner/babylon-img-banner.component.d.ts +0 -5
- package/lib/components/core/babylon-info-big-v2/babylon-info-big-v2.component.d.ts +0 -12
- package/lib/components/core/babylon-info-big-v3/babylon-info-big-v3.component.d.ts +0 -5
- package/lib/components/core/babylon-info-circle-imgs/babylon-info-circle-imgs.component.d.ts +0 -5
- package/lib/components/core/babylon-info-img-v2/babylon-info-img-v2.component.d.ts +0 -5
- package/lib/components/core/babylon-info-zigzag-v3/babylon-info-zigzag-v3.component.d.ts +0 -6
- package/lib/components/core/babylon-info-zigzag-v3-1/babylon-info-zigzag-v3-1.component.d.ts +0 -5
- package/lib/components/core/babylon-info-zigzag-v4/babylon-info-zigzag-v4.component.d.ts +0 -5
- package/lib/components/core/babylon-language-modal-v2/babylon-language-modal-v2.component.d.ts +0 -12
- package/lib/components/core/babylon-list-box-info/babylon-list-box-info.component.d.ts +0 -5
- package/lib/components/core/babylon-list-c3-img-txt/babylon-list-c3-img-txt.component.d.ts +0 -5
- package/lib/components/core/babylon-list-img/babylon-list-img.component.d.ts +0 -17
- package/lib/components/core/babylon-list-img-info/babylon-list-img-info.component.d.ts +0 -5
- package/lib/components/core/babylon-list-img-v2/babylon-list-img-v2.component.d.ts +0 -5
- package/lib/components/core/babylon-loyalty-table/babylon-loyalty-table.component.d.ts +0 -10
- package/lib/components/core/babylon-menu-modal/babylon-menu-modal.component.d.ts +0 -7
- package/lib/components/core/babylon-newsletter-modal/babylon-newsletter-modal.component.d.ts +0 -7
- package/lib/components/core/babylon-offer-detail-v2/babylon-offer-detail-v2.component.d.ts +0 -5
- package/lib/components/core/babylon-offer-popup-v2/babylon-offer-popup-v2.component.d.ts +0 -7
- package/lib/components/core/babylon-reviews/babylon-reviews.component.d.ts +0 -5
- package/lib/components/core/babylon-rooms-list-v2/babylon-rooms-list-v2.component.d.ts +0 -5
- package/lib/components/core/babylon-simple-img-info/babylon-simple-img-info.component.d.ts +0 -5
- package/lib/components/core/babylon-slider-box/babylon-slider-box.component.d.ts +0 -5
- package/lib/components/core/babylon-slider-img-static/babylon-slider-img-static.component.d.ts +0 -5
- package/lib/components/core/babylon-slider-img-static-v2/babylon-slider-img-static-v2.component.d.ts +0 -5
- package/lib/components/core/babylon-slider-img-video/babylon-slider-img-video.component.d.ts +0 -9
- package/lib/components/core/babylon-slider2col-v2/babylon-slider2col-v2.component.d.ts +0 -5
- package/lib/components/core/babylon-slider3col/babylon-slider3colcomponent.d.ts +0 -5
- package/lib/components/core/babylon-slider3col-v2/babylon-slider3col-v2.component.d.ts +0 -5
- package/lib/components/core/babylon-social-bar/babylon-social-bar.component.d.ts +0 -5
- package/lib/components/core/babylon-social-bar-v2/babylon-social-bar-v2.component.d.ts +0 -5
- package/lib/components/core/babylon-static-footer-v3/babylon-static-footer-v3.component.d.ts +0 -12
- package/lib/components/core/babylon-top-simple-banner/babylon-top-simple-banner.component.d.ts +0 -6
- package/lib/components/core/babylon-top-simple-img/babylon-top-simple-img.component.d.ts +0 -5
- package/lib/components/core/babylon-top-slider-video-v2/babylon-top-slider-video-v2.component.d.ts +0 -5
- package/lib/components/core/babylon-variant-selector/babylon-variant-selector.component.d.ts +0 -12
- package/lib/components/core/babylon-webmap-v2/babylon-webmap-v2.component.d.ts +0 -5
- package/lib/directives/images/swap-on-reload.directive.d.ts +0 -22
- package/lib/directives/scroll/scroll-to.directive.d.ts +0 -31
- package/lib/directives/sliders/slick-init.directive.d.ts +0 -14
- package/lib/directives/sliders/slider-fix-arrows.directive.d.ts +0 -21
- package/lib/directives/utils/sticky-avoid-footer.directive.d.ts +0 -24
- package/lib/services/scroll/scroll-spy.service.d.ts +0 -17
- package/lib/styles/styles/babylon/scss-daba/airDatePicker.min.css +0 -13
- package/lib/styles/styles/babylon/scss-daba/aos.min.css +0 -1
- package/lib/styles/styles/babylon/scss-daba/buttons.css +0 -1
- package/lib/styles/styles/babylon/scss-daba/buttons.scss +0 -441
- package/lib/styles/styles/babylon/scss-daba/fancybox.css +0 -829
- package/lib/styles/styles/babylon/scss-daba/fancybox.min.css +0 -1
- package/lib/styles/styles/babylon/scss-daba/funciones.scss +0 -491
- package/lib/styles/styles/babylon/scss-daba/inputs.css +0 -1
- package/lib/styles/styles/babylon/scss-daba/inputs.scss +0 -168
- package/lib/styles/styles/babylon/scss-daba/jquery.fancybox.min.css +0 -1
- package/lib/styles/styles/babylon/scss-daba/style.css +0 -1
- package/lib/styles/styles/babylon/scss-daba/style.scss +0 -445
- package/lib/styles/styles/babylon/scss-daba/swiper-bundle.min.css +0 -635
- /package/lib/styles/styles/babylon/{scss-daba/funciones.css → structure.css} +0 -0
|
@@ -1,11 +1,31 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { CommonModule } from '@angular/common';
|
|
2
|
+
import { ChangeDetectionStrategy, Component, Input } from '@angular/core';
|
|
3
|
+
import { BabylonSlidersDirective } from '../../../directives/babylon-sliders/babylon-sliders.directive';
|
|
4
|
+
import { BabylonLinkTypeDirective } from '../../../directives/link-type/link-type.directive';
|
|
5
|
+
import { BabylonDynamicHeadingComponent } from '../../shared';
|
|
2
6
|
import * as i0 from "@angular/core";
|
|
7
|
+
import * as i1 from "@angular/common";
|
|
3
8
|
export class BabylonRoomsSliderComponent {
|
|
9
|
+
constructor() {
|
|
10
|
+
this.totalRooms = [];
|
|
11
|
+
}
|
|
12
|
+
set rooms(items) {
|
|
13
|
+
this.totalRooms = items;
|
|
14
|
+
}
|
|
4
15
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonRoomsSliderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
5
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: BabylonRoomsSliderComponent, isStandalone: true, selector: "lib-babylon-rooms-slider", ngImport: i0, template: "<section class=\"babylon__rooms-slider margin-main\">\n <div class=\"container\">\n <div class=\"intro_info align--center\">\n <h3 class=\"pretitle\"> Rooms Slider</h3>\n <h2 class=\"title wow fadeInUp\" data-wow-duration=\"0.8s\" data-wow-delay=\"0.2s\">Our Exquisite & Suites Collection </h2>\n </div>\n </div>\n <div class=\"container-fluid\">\n <div class=\"cs_slider cs_style_1 cs_slider_gap_40 cs_hover_show_arrows\">\n <div class=\"cs_slider_container\" data-autoplay=\"0\" data-loop=\"1\" data-speed=\"600\" data-center=\"0\" data-variable-width=\"0\" data-slides-per-view=\"responsive\" data-xs-slides=\"1\" data-sm-slides=\"2\" data-md-slides=\"2\" data-lg-slides=\"3\" data-add-slides=\"3\">\n <div class=\"cs_slider_wrapper\">\n <div class=\"cs_slide\">\n <a href=\"#\" class=\"cs_card cs_style_1\">\n <div class=\"cs_card_thumb d-block cs--radius overflow-hidden position-relative cs_primary_bg\">\n <img src=\"/assets/babylon/fotos/room_1.jpeg\" alt=\"Room\">\n <img src=\"/assets/babylon/fotos/room_1.jpeg\" alt=\"Room\">\n </div>\n <div class=\"cs_card_info intro_info\">\n <h2 class=\"title--small mb--0\">Deluxe Room</h2>\n <h3 class=\"subtitle--small\">Un dise\u00F1o \u00FAnico, espacio y la mejor ubicaci\u00F3n </h3>\n <ul class=\"cs_card_list cs_mp_0\">\n <li>\n <div class=\"info--icon \">\n <i class=\"babylon-telephone\"></i>\n </div>\n <p class=\"text--small\">110 Sq </p>\n </li>\n <li>\n <div class=\"info--icon \">\n <i class=\"babylon-telephone\"></i>\n </div>\n <p class=\"text--small\">3-5 Guests </p>\n </li>\n <li>\n <div class=\"info--icon \">\n <i class=\"babylon-telephone\"></i>\n </div>\n <p class=\"text--small\">Free Wi-F </p>\n </li>\n\n </ul>\n </div>\n </a>\n </div>\n <div class=\"cs_slide\">\n <a href=\"#\" class=\"cs_card cs_style_1\">\n <div class=\"cs_card_thumb d-block cs--radius overflow-hidden position-relative cs_primary_bg\">\n <img src=\"/assets/babylon/fotos/room_1.jpeg\" alt=\"Room\">\n <img src=\"/assets/babylon/fotos/room_1.jpeg\" alt=\"Room\">\n </div>\n <div class=\"cs_card_info intro_info\">\n <h2 class=\"title--small mb--0\">Deluxe Room</h2>\n <h3 class=\"subtitle--small\">Un dise\u00F1o \u00FAnico, espacio y la mejor ubicaci\u00F3n </h3>\n <ul class=\"cs_card_list cs_mp_0\">\n <li>\n <div class=\"info--icon \">\n <i class=\"babylon-telephone\"></i>\n </div>\n <p class=\"text--small\">110 Sq </p>\n </li>\n <li>\n <div class=\"info--icon \">\n <i class=\"babylon-telephone\"></i>\n </div>\n <p class=\"text--small\">3-5 Guests </p>\n </li>\n <li>\n <div class=\"info--icon \">\n <i class=\"babylon-telephone\"></i>\n </div>\n <p class=\"text--small\">Free Wi-F </p>\n </li>\n\n </ul>\n </div>\n </a>\n </div>\n <div class=\"cs_slide\">\n <a href=\"#\" class=\"cs_card cs_style_1\">\n <div class=\"cs_card_thumb d-block cs--radius overflow-hidden position-relative cs_primary_bg\">\n <img src=\"/assets/babylon/fotos/room_1.jpeg\" alt=\"Room\">\n <img src=\"/assets/babylon/fotos/room_1.jpeg\" alt=\"Room\">\n </div>\n <div class=\"cs_card_info intro_info\">\n <h2 class=\"title--small mb--0\">Deluxe Room</h2>\n <h3 class=\"subtitle--small\">Un dise\u00F1o \u00FAnico, espacio y la mejor ubicaci\u00F3n </h3>\n <ul class=\"cs_card_list cs_mp_0\">\n <li>\n <div class=\"info--icon \">\n <i class=\"babylon-telephone\"></i>\n </div>\n <p class=\"text--small\">110 Sq </p>\n </li>\n <li>\n <div class=\"info--icon \">\n <i class=\"babylon-telephone\"></i>\n </div>\n <p class=\"text--small\">3-5 Guests </p>\n </li>\n <li>\n <div class=\"info--icon \">\n <i class=\"babylon-telephone\"></i>\n </div>\n <p class=\"text--small\">Free Wi-F </p>\n </li>\n\n </ul>\n </div>\n </a>\n </div>\n <div class=\"cs_slide\">\n <a href=\"#\" class=\"cs_card cs_style_1\">\n <div class=\"cs_card_thumb d-block cs--radius overflow-hidden position-relative cs_primary_bg\">\n <img src=\"/assets/babylon/fotos/room_1.jpeg\" alt=\"Room\">\n <img src=\"/assets/babylon/fotos/room_1.jpeg\" alt=\"Room\">\n </div>\n <div class=\"cs_card_info intro_info\">\n <h2 class=\"title--small mb--0\">Deluxe Room</h2>\n <h3 class=\"subtitle--small\">Un dise\u00F1o \u00FAnico, espacio y la mejor ubicaci\u00F3n </h3>\n <ul class=\"cs_card_list cs_mp_0\">\n <li>\n <div class=\"info--icon \">\n <i class=\"babylon-telephone\"></i>\n </div>\n <p class=\"text--small\">110 Sq </p>\n </li>\n <li>\n <div class=\"info--icon \">\n <i class=\"babylon-telephone\"></i>\n </div>\n <p class=\"text--small\">3-5 Guests </p>\n </li>\n <li>\n <div class=\"info--icon \">\n <i class=\"icon--svg icon-nuevo_pax_ico_small \"></i>\n </div>\n <p class=\"text--small\">Free Wi-F </p>\n </li>\n\n </ul>\n </div>\n </a>\n </div>\n </div>\n </div>\n <div class=\"cs_slider_arrows cs_style_1 cs_mobile_hide\">\n <div class=\"cs_left_arrow cs_center cs_primary_color\">\n <span class=\"babylon-arrow-left-big\"></span>\n </div>\n <div class=\"cs_right_arrow cs_center cs_primary_color\">\n <span class=\"babylon-arrow-right-big\"></span>\n </div>\n </div>\n <div class=\"cs_pagination cs_style_1 cs_mobile_show\"></div>\n </div>\n </div>\n </section>\n", styles: [":root{--font-title: \"the-seasons\", Helvetica, sans-serif;--font-pretitle: \"Poppins\", Helvetica, sans-serif;--font-text: \"Poppins\", Helvetica, sans-serif;--font-claim: \"turbinado-pro\", Helvetica, sans-serif;--cl_corp: #24262d;--cl_accent: #aa8453;--cl_icon: #978667;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #24262d;--cl_breadcrumb-hover: #978667;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #fdfbf8;--cl_background_white: #fff;--cl_background_dark: #19314b;--cl_background_gray: #eee;--cl_background_dark-opacity: #19314bbf;--cl_title: #978667;--cl_subtitle: #19314b;--cl_pretitle: #19314b;--cl_text: #3c3b3b;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--w_title: 600;--w_text: 300;--w_subtitle: 300;--w_pretitle: 300;--cl_header-bg: #494949;--cl_header-text-light: #fff;--cl_menu-bg: #19314b;--cl_menu-text: #fff;--cl_submenu-bg: #19314b;--cl_submenu-text: #fff;--cl_submenu-hover: #978667;--w_btn: 400;--cl_btn-box: #19314b;--cl_btn-box-text: #19314b;--cl_btn-box-hover: #978667;--cl_btn-box-text-hover: #fff;--cl_btn-call: #19314bf2;--cl_btn-call-text: white;--cl_btn-call-hover: #978667;--cl_btn-call-text-hover: #fff;--cl_btn-link: #19314b;--cl_btn-link-hover: #978667;--cl_btn-arrow: #19314b;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #978667;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #24262d;--cl_btn-dots-active: #978667;--cl_btn-dots-hover: #978667;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #978667;--cl_btn-light-text-hover: #978667;--cl_footer-bg: #19314b;--cl_footer-bg-bottom: #0a1d31;--cl_footer-scroll: #978667;--cl_footer-text: #fff;--cl_footer-text-hover: #978667;--btn_radius: 5px;--img_radius: 5px;--img_border: #fff;--img_border-whidth: 1px;--cl_engine-bg: #fff;--cl_engine-bg-dark: #19314b;--cl_engine-input-bg: #47474724;--cl_engine-input-bg-select: #ebebeb;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #19314b;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_dropdown-radius: 20px;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a;--cl_desde: #bcbbc3;--cl_price: #19314b;--cl_badget: #ff8874;--cl_badget-text: #fff}.cs_dark{--cl_corp: #181818;--cl_accent: #aa8453;--cl_icon: #aa8453;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #fff;--cl_breadcrumb-hover: #aa8453;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #181818;--cl_background_white: transparent;--cl_background_dark: #aa8453;--cl_background_gray: #333;--cl_title: #fff;--cl_subtitle: #aa8453;--cl_pretitle: #aa8453;--cl_text: #fff;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_header-bg: #aa8453;--cl_header-text-light: #fff;--cl_menu-bg: #79582c;--cl_menu-text: #fff;--cl_btn-box: #aa8453;--cl_btn-box-text: #aa8453;--cl_btn-box-hover: #79582c;--cl_btn-box-text-hover: #fff;--cl_btn-call: #aa8453;--cl_btn-call-text: white;--cl_btn-call-hover: #79582c;--cl_btn-call-text-hover: #fff;--cl_btn-link: #aa8453;--cl_btn-link-hover: #79582c;--cl_btn-arrow: #ffffff3a;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #79582c;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #eee;--cl_btn-dots-active: #79582c;--cl_btn-dots-hover: #79582c;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #79582c;--cl_btn-light-text-hover: #79582c;--cl_footer-bg: #aa8453;--cl_footer-bg-bottom: #79582c;--cl_footer-scroll: #aa8453;--cl_footer-text: #fff;--cl_footer-text-hover: #aa8453;--btn_radius: 1px;--img_radius: 0px;--img_border: #fff;--img_border-whidth: 2px;--cl_engine-bg: #181818;--cl_engine-input-bg: #79582c;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #fff;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_dropdown-radius: 20px;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a}.mt--0{margin-top:0!important}.mb--0{margin-bottom:0!important}.mr--0{margin-right:0!important}.ml--0{margin-left:0!important}.pt--0{padding-top:0}.pb--0{padding-bottom:0}.pl--0{padding-left:0!important}.mblock--0{margin-block:0px}.pblock--0{padding-block:0px}.mt--10{margin-top:10px!important}.mb--10{margin-bottom:10px!important}.mr--10{margin-right:10px!important}.ml--10{margin-left:10px!important}.pt--10{padding-top:10px}.pb--10{padding-bottom:10px}.pl--10{padding-left:10px!important}.mblock--10{margin-block:10px}.pblock--10{padding-block:10px}.mt--20{margin-top:20px!important}.mb--20{margin-bottom:20px!important}.mr--20{margin-right:20px!important}.ml--20{margin-left:20px!important}.pt--20{padding-top:20px}.pb--20{padding-bottom:20px}.pl--20{padding-left:20px!important}.mblock--20{margin-block:20px}.pblock--20{padding-block:20px}.mt--25{margin-top:25px!important}.mb--25{margin-bottom:25px!important}.mr--25{margin-right:25px!important}.ml--25{margin-left:25px!important}.pt--25{padding-top:25px}.pb--25{padding-bottom:25px}.pl--25{padding-left:25px!important}.mblock--25{margin-block:25px}.pblock--25{padding-block:25px}.mt--30{margin-top:30px!important}.mb--30{margin-bottom:30px!important}.mr--30{margin-right:30px!important}.ml--30{margin-left:30px!important}.pt--30{padding-top:30px}.pb--30{padding-bottom:30px}.pl--30{padding-left:30px!important}.mblock--30{margin-block:30px}.pblock--30{padding-block:30px}.mt--40{margin-top:40px!important}.mb--40{margin-bottom:40px!important}.mr--40{margin-right:40px!important}.ml--40{margin-left:40px!important}.pt--40{padding-top:40px}.pb--40{padding-bottom:40px}.pl--40{padding-left:40px!important}.mblock--40{margin-block:40px}.pblock--40{padding-block:40px}.mt--50{margin-top:50px!important}.mb--50{margin-bottom:50px!important}.mr--50{margin-right:50px!important}.ml--50{margin-left:50px!important}.pt--50{padding-top:50px}.pb--50{padding-bottom:50px}.pl--50{padding-left:50px!important}.mblock--50{margin-block:50px}.pblock--50{padding-block:50px}.mt--60{margin-top:60px!important}.mb--60{margin-bottom:60px!important}.mr--60{margin-right:60px!important}.ml--60{margin-left:60px!important}.pt--60{padding-top:60px}.pb--60{padding-bottom:60px}.pl--60{padding-left:60px!important}.mblock--60{margin-block:60px}.pblock--60{padding-block:60px}.mt--70{margin-top:70px!important}.mb--70{margin-bottom:70px!important}.mr--70{margin-right:70px!important}.ml--70{margin-left:70px!important}.pt--70{padding-top:70px}.pb--70{padding-bottom:70px}.pl--70{padding-left:70px!important}.mblock--70{margin-block:70px}.pblock--70{padding-block:70px}.mt--80{margin-top:80px!important}.mb--80{margin-bottom:80px!important}.mr--80{margin-right:80px!important}.ml--80{margin-left:80px!important}.pt--80{padding-top:80px}.pb--80{padding-bottom:80px}.pl--80{padding-left:80px!important}.mblock--80{margin-block:80px}.pblock--80{padding-block:80px}.mt--90{margin-top:90px!important}.mb--90{margin-bottom:90px!important}.mr--90{margin-right:90px!important}.ml--90{margin-left:90px!important}.pt--90{padding-top:90px}.pb--90{padding-bottom:90px}.pl--90{padding-left:90px!important}.mblock--90{margin-block:90px}.pblock--90{padding-block:90px}.mt--100{margin-top:100px!important}.mb--100{margin-bottom:100px!important}.mr--100{margin-right:100px!important}.ml--100{margin-left:100px!important}.pt--100{padding-top:100px}.pb--100{padding-bottom:100px}.pl--100{padding-left:100px!important}.mblock--100{margin-block:100px}.pblock--100{padding-block:100px}.cs_card.cs_style_1 .cs_card_list,.cs_card.cs_style_2 .cs_card_list,.cs_card.cs_style_3 .cs_card_list,.cs_card.cs_style_4 .cs_card_list,.cs_card.cs_style_5 .cs_card_list,.cs_card.cs_style_7 .cs_card_list{display:inline-flex;flex-wrap:wrap;width:100%;gap:20px}.cs_card.cs_style_1 .cs_card_list li,.cs_card.cs_style_2 .cs_card_list li,.cs_card.cs_style_3 .cs_card_list li,.cs_card.cs_style_4 .cs_card_list li,.cs_card.cs_style_5 .cs_card_list li,.cs_card.cs_style_7 .cs_card_list li{position:relative;display:flex;gap:10px}.cs_card.cs_style_1 .cs_card_list li:not(:last-child),.cs_card.cs_style_2 .cs_card_list li:not(:last-child),.cs_card.cs_style_3 .cs_card_list li:not(:last-child),.cs_card.cs_style_4 .cs_card_list li:not(:last-child),.cs_card.cs_style_5 .cs_card_list li:not(:last-child),.cs_card.cs_style_7 .cs_card_list li:not(:last-child){padding-right:15px;margin-right:14px}@media (max-width: 374px){.cs_card.cs_style_1 .cs_card_list li:not(:last-child),.cs_card.cs_style_2 .cs_card_list li:not(:last-child),.cs_card.cs_style_3 .cs_card_list li:not(:last-child),.cs_card.cs_style_4 .cs_card_list li:not(:last-child),.cs_card.cs_style_5 .cs_card_list li:not(:last-child),.cs_card.cs_style_7 .cs_card_list li:not(:last-child){padding-right:9px;margin-right:8px}}.cs_card.cs_style_1 .cs_card_list li:not(:last-child):after,.cs_card.cs_style_2 .cs_card_list li:not(:last-child):after,.cs_card.cs_style_3 .cs_card_list li:not(:last-child):after,.cs_card.cs_style_4 .cs_card_list li:not(:last-child):after,.cs_card.cs_style_5 .cs_card_list li:not(:last-child):after,.cs_card.cs_style_7 .cs_card_list li:not(:last-child):after{content:\"\";position:absolute;right:-10px;top:0;margin-top:-10px;height:calc(100% + 20px);width:1px;background-color:var(--cl_text);opacity:.3}.cs_card.cs_style_1 .cs_card_info{padding:15px}@media (max-width: 991px){.cs_card.cs_style_1 .cs_card_info{padding:10px}}.cs_card.cs_style_1 .cs_card_thumb img{position:relative;width:auto;transition:all .6s ease;background-size:cover}.cs_card.cs_style_1 .cs_card_thumb img:nth-child(1){transform:translate(50%) scalex(2);opacity:0;filter:blur(10px);position:absolute;top:0;left:0}.cs_card.cs_style_1 .cs_card_thumb:hover img:nth-child(1){transform:translate(0) scalex(1);opacity:1;filter:blur(0)}.cs_card.cs_style_1 .cs_card_thumb:hover img:nth-child(2){transform:translate(-50%) scalex(2);opacity:0;filter:blur(10px)}\n"] }); }
|
|
16
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: BabylonRoomsSliderComponent, isStandalone: true, selector: "lib-babylon-rooms-slider", inputs: { labels: "labels", rooms: "rooms" }, ngImport: i0, template: "<section class=\"babylon__rooms-slider margin-main\">\n <div class=\"container\">\n <div class=\"intro_info align--center\">\n @if (labels?.pretitleContain) {\n <lib-babylon-dynamic-heading\n [tag]=\"labels?.pretitleContain?.tag || 'h3'\"\n [cssClass]=\"labels?.pretitleContain?.cssClass || 'pretitle'\"\n [content]=\"labels?.pretitleContain?.content\"\n >\n </lib-babylon-dynamic-heading>\n }\n @if (labels?.titleContain) {\n <lib-babylon-dynamic-heading\n [tag]=\"labels?.titleContain?.tag || 'h2'\"\n [cssClass]=\"\n labels?.titleContain?.cssClass || 'title wow fadeInUp'\n \"\n [content]=\"labels?.titleContain?.content\"\n data-wow-duration=\"0.8s\"\n data-wow-delay=\"0.2s\"\n >\n </lib-babylon-dynamic-heading>\n }\n </div>\n </div>\n <div class=\"container-fluid pb--50\">\n <div class=\"cs_slider cs_style_1 cs_slider_gap_40 cs_show_arrows\">\n <div\n class=\"cs_slider_container\"\n sliders=\"cs_slider_container\"\n data-autoplay=\"0\"\n data-loop=\"0\"\n data-speed=\"600\"\n data-center=\"0\"\n data-variable-width=\"0\"\n data-slides-per-view=\"responsive\"\n data-xs-slides=\"1\"\n data-sm-slides=\"1\"\n data-md-slides=\"2\"\n data-mlg-slides=\"2\"\n data-lg-slides=\"3\"\n data-add-slides=\"3\"\n >\n <div class=\"cs_slider_wrapper\">\n @if (totalRooms?.length) {\n @for (room of totalRooms; track $index) {\n <div class=\"cs_slide\">\n <div class=\"cs_card cs_style_1\">\n @if (room.images?.[0]) {\n <div class=\"img-container\">\n <a\n [attr.aria-label]=\"\n room.links?.[0]?.url\n \"\n [href]=\"room.links?.[0]?.url\"\n [linkType]=\"\n room.links?.[0]?.linkType\n \"\n class=\"cs_card_thumb d-block cs--radius overflow-hidden position-relative cs_primary_bg\"\n >\n <img\n [src]=\"\n room.images?.[0]?.src\n \"\n alt=\"Room\"\n loading=\"lazy\"\n />\n <img\n [src]=\"\n room.images?.[0]?.src\n \"\n alt=\"Room\"\n loading=\"lazy\"\n />\n </a>\n </div>\n }\n <div\n class=\"cs_card_info intro_info no-align\"\n >\n @if (room?.texts?.name) {\n <h3 class=\"title--small mb--0\">\n {{ room?.texts?.name }}\n </h3>\n }\n @if (room?.texts?.additional1) {\n <h3 class=\"subtitle--small\">\n {{ room?.texts?.additional1 }}\n </h3>\n }\n @if (room?.equipments?.length) {\n <ul class=\"cs_card_list cs_mp_0\">\n @for (\n equipment of room.equipments;\n track $index\n ) {\n <li>\n @if (equipment.icon) {\n <div\n class=\"info--icon\"\n >\n <i\n class=\"icon--svg icon-nuevo_pax_ico_small\"\n [ngClass]=\"\n equipment.icon\n \"\n ></i>\n </div>\n }\n @if (equipment.name) {\n <p\n class=\"text--small\"\n >\n {{\n equipment.name\n }}\n </p>\n }\n </li>\n }\n </ul>\n }\n @if (room?.buttons) {\n <div class=\"btns__box\">\n @for (\n button of room.buttons;\n track $index\n ) {\n <a\n [attr.aria-label]=\"\n button.label\n \"\n class=\"btn\"\n [href]=\"button.url\"\n [linkType]=\"\n button.linkType\n \"\n [ngClass]=\"{\n btn__primary: $even,\n btn__call: $odd,\n }\"\n >\n <b>\n {{ button.label }}\n </b>\n </a>\n }\n </div>\n }\n </div>\n </div>\n </div>\n }\n }\n </div>\n </div>\n <div class=\"cs_slider_arrows cs_style_1 cs_mobile_hide\">\n <div class=\"cs_left_arrow cs_center cs_primary_color\">\n <span class=\"babylon-arrow-left-big\"></span>\n </div>\n <div class=\"cs_right_arrow cs_center cs_primary_color\">\n <span class=\"babylon-arrow-right-big\"></span>\n </div>\n </div>\n <div class=\"cs_pagination cs_style_1 cs_mobile_show\"></div>\n </div>\n </div>\n</section>\n", styles: [":root{--font-title: \"the-seasons\", Helvetica, sans-serif;--font-pretitle: \"Poppins\", Helvetica, sans-serif;--font-text: \"Poppins\", Helvetica, sans-serif;--font-claim: \"turbinado-pro\", Helvetica, sans-serif;--cl_corp: #24262d;--cl_accent: #aa8453;--cl_icon: #978667;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #24262d;--cl_breadcrumb-hover: #978667;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #fdfbf8;--cl_background_white: #fff;--cl_background_dark: #19314b;--cl_background_gray: #eee;--cl_background_dark-opacity: #19314bbf;--cl_background_dark-opacity-v2: #1326398b;--cl_background_body-transparent: #ffffffe7;--cl_title: #978667;--cl_subtitle: #19314b;--cl_pretitle: #19314b;--cl_text: #3c3b3b;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_text-disable: #888;--w_title: 600;--w_text: 300;--w_subtitle: 300;--w_pretitle: 300;--padding-bottom-slider: 0px;--lh_pretitle-slider: 1.2;--lh_title-slider: 1.2;--cl_header-bg-nosticky: #0000001a;--cl_header-text-nosticky: #fff;--cl_header-bg-sticky: #eee;--cl_header-text-sticky: #19314b;--cl_header-bg-mobile: #b6b6b6;--cl_headerBottom-bg-mobile: #b6b6b6;--cl_header-text-mobile: #19314b;--cl_menu-modal-bg: #19314b;--cl_menu-modal-items: #978667;--cl_menu-modal-items-hover: #fff;--cl_menu-modal-text: #fff;--cl_menu-modal-text-hover: #fff;--ls_menu-modal-items: 1px;--w_menu-modal-items: 300;--hg_menu-img-height: 15rem;--cl_submenu-bg: #19314b;--cl_submenu-text: #fff;--cl_submenu-hover: #978667;--w_btn: 400;--size_btn: 14px;--size_link: 14px;--ls_link: 1px;--ls_btn: 1px;--upper_btn: uppercase;--upper_link: uppercase;--font-btn: \"Poppins\", Helvetica, sans-serif;--font-link: \"Poppins\", Helvetica, sans-serif;--cl_btn-box: #19314b;--cl_btn-box-text: #19314b;--cl_btn-box-hover: #978667;--cl_btn-box-text-hover: #fff;--cl_btn-call: #19314bf2;--cl_btn-call-text: #fff;--cl_btn-call-hover: #978667;--cl_btn-call-text-hover: #fff;--cl_btn-link: #19314b;--cl_btn-link-hover: #978667;--cl_btn-arrow: #19314b;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #978667;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #24262d;--cl_btn-dots-active: #978667;--cl_btn-dots-hover: #978667;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #978667;--cl_btn-light-text-hover: #978667;--cl_footer-bg: #19314b;--cl_footer-bg-bottom: #0a1d31;--cl_footer-bg-logos: #f8f7f3;--cl_footer-scroll: #978667;--cl_footer-text: #fff;--cl_footer-text-hover: #978667;--btn_radius: 5px;--img_radius: 5px;--img_border: #fff;--img_border-width: 1px;--dropdown-radius: 20px;--cl_background_dropdown: #fdfbf8;--cl_border-dropdown: #d9e1e6;--font-size-engine-text: 14px;--cl_engine-text: #19314b;--cl_engine-bg-nosticky: #ffffffcf;--cl_engine-text-nosticky: #19314b;--cl_engine-bg-sticky: #ffffff00;--cl_engine-text-sticky: #19314b;--cl_engine-bg-modal: #19314bbf;--cl_engine-input-bg: #ebebeb;--cl_engine-input-bg-select: #ebebeb;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a;--cl_error: #ff7173;--cl_desde: #bcbbc3;--cl_price: #19314b;--cl_badget: #ff8874;--cl_badget-text: #fff;--alg-service-room-detail: center;--cl_alert-text: #19314b;--cl_alert-text-error: #fff;--cl_alert-background: #fff;--cl_alert-background-error: rgb(230, 92, 92);--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: white;--mdc-checkbox-selected-focus-icon-color: var(--cl_corp);--mdc-checkbox-selected-hover-icon-color: var(--cl_corp);--mdc-checkbox-selected-icon-color: var(--cl_corp);--mdc-checkbox-selected-pressed-icon-color: var(--cl_corp);--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: var(--cl_corp);--mdc-checkbox-selected-hover-state-layer-color: var(--cl_corp);--mdc-checkbox-selected-pressed-state-layer-color: var(--cl_corp);--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black;--mat-checkbox-disabled-label-color: rgba(0, 0, 0, .38);--primary: #4a4a49;--cream: #f9f8f5;--white: #ffffff;--black: #000000;--whatsapp: #24cc63;--logo: #616161;--grey: #dcdcdc;--darkgrey: #1e1e1e;--instagram: #61bdff;--facebook: #3782f4;--twitter: #4a4a49;--youtube: #d9464b;--tripadvisor: #34e0a1;--booking: #0c3b7c;--silver: #c0bebe;--gold: #ffca64;--platinum: #b5d9e2}.cs_dark{--cl_corp: #181818;--cl_accent: #aa8453;--cl_icon: #aa8453;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #fff;--cl_breadcrumb-hover: #aa8453;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #181818;--cl_background_white: transparent;--cl_background_dark: #aa8453;--cl_background_gray: #333;--type-align: center;--cl_title: #fff;--cl_subtitle: #aa8453;--cl_pretitle: #aa8453;--cl_text: #fff;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_header-bg: #aa8453;--cl_header-text-light: #fff;--cl_menu-bg: #79582c;--cl_menu-text: #fff;--cl_btn-box: #aa8453;--cl_btn-box-text: #aa8453;--cl_btn-box-hover: #79582c;--cl_btn-box-text-hover: #fff;--cl_btn-call: #aa8453;--cl_btn-call-text: white;--cl_btn-call-hover: #79582c;--cl_btn-call-text-hover: #fff;--cl_btn-link: #aa8453;--cl_btn-link-hover: #79582c;--cl_btn-arrow: #ffffff3a;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #79582c;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #eee;--cl_btn-dots-active: #79582c;--cl_btn-dots-hover: #79582c;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #79582c;--cl_btn-light-text-hover: #79582c;--cl_footer-bg: #aa8453;--cl_footer-bg-bottom: #79582c;--cl_footer-scroll: #aa8453;--cl_footer-text: #fff;--cl_footer-text-hover: #aa8453;--btn_radius: 1px;--img_radius: 0px;--img_border: #fff;--img_border-whidth: 2px;--cl_engine-bg: #181818;--cl_engine-input-bg: #79582c;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #fff;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_dropdown-radius: 20px;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a}@media (min-width: 1280px){.order-custom-xl-xxl-1{order:1}.order-custom-xl-xxl-2{order:2}}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-fill{flex:1 1 auto!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width: 540px){.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width: 768px){.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width: 1025px){.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width: 1280px){.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}@media (min-width: 1366px){.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.m-xxl-auto{margin:auto!important}.mt-xxl-auto,.my-xxl-auto{margin-top:auto!important}.mr-xxl-auto,.mx-xxl-auto{margin-right:auto!important}.mb-xxl-auto,.my-xxl-auto{margin-bottom:auto!important}.ml-xxl-auto,.mx-xxl-auto{margin-left:auto!important}}@media (min-width: 1680px){.flex-xxxl-row{flex-direction:row!important}.flex-xxxl-column{flex-direction:column!important}.flex-xxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxl-wrap{flex-wrap:wrap!important}.flex-xxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxxl-fill{flex:1 1 auto!important}.flex-xxxl-grow-0{flex-grow:0!important}.flex-xxxl-grow-1{flex-grow:1!important}.flex-xxxl-shrink-0{flex-shrink:0!important}.flex-xxxl-shrink-1{flex-shrink:1!important}.justify-content-xxxl-start{justify-content:flex-start!important}.justify-content-xxxl-end{justify-content:flex-end!important}.justify-content-xxxl-center{justify-content:center!important}.justify-content-xxxl-between{justify-content:space-between!important}.justify-content-xxxl-around{justify-content:space-around!important}.align-items-xxxl-start{align-items:flex-start!important}.align-items-xxxl-end{align-items:flex-end!important}.align-items-xxxl-center{align-items:center!important}.align-items-xxxl-baseline{align-items:baseline!important}.align-items-xxxl-stretch{align-items:stretch!important}.align-content-xxxl-start{align-content:flex-start!important}.align-content-xxxl-end{align-content:flex-end!important}.align-content-xxxl-center{align-content:center!important}.align-content-xxxl-between{align-content:space-between!important}.align-content-xxxl-around{align-content:space-around!important}.align-content-xxxl-stretch{align-content:stretch!important}.align-self-xxxl-auto{align-self:auto!important}.align-self-xxxl-start{align-self:flex-start!important}.align-self-xxxl-end{align-self:flex-end!important}.align-self-xxxl-center{align-self:center!important}.align-self-xxxl-baseline{align-self:baseline!important}.align-self-xxxl-stretch{align-self:stretch!important}.m-xxxl-auto{margin:auto!important}.mt-xxxl-auto,.my-xxxl-auto{margin-top:auto!important}.mr-xxxl-auto,.mx-xxxl-auto{margin-right:auto!important}.mb-xxxl-auto,.my-xxxl-auto{margin-bottom:auto!important}.ml-xxxl-auto,.mx-xxxl-auto{margin-left:auto!important}}@media (min-width: 1921px){.flex-xxxxl-row{flex-direction:row!important}.flex-xxxxl-column{flex-direction:column!important}.flex-xxxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxxl-wrap{flex-wrap:wrap!important}.flex-xxxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxxxl-fill{flex:1 1 auto!important}.flex-xxxxl-grow-0{flex-grow:0!important}.flex-xxxxl-grow-1{flex-grow:1!important}.flex-xxxxl-shrink-0{flex-shrink:0!important}.flex-xxxxl-shrink-1{flex-shrink:1!important}.justify-content-xxxxl-start{justify-content:flex-start!important}.justify-content-xxxxl-end{justify-content:flex-end!important}.justify-content-xxxxl-center{justify-content:center!important}.justify-content-xxxxl-between{justify-content:space-between!important}.justify-content-xxxxl-around{justify-content:space-around!important}.align-items-xxxxl-start{align-items:flex-start!important}.align-items-xxxxl-end{align-items:flex-end!important}.align-items-xxxxl-center{align-items:center!important}.align-items-xxxxl-baseline{align-items:baseline!important}.align-items-xxxxl-stretch{align-items:stretch!important}.align-content-xxxxl-start{align-content:flex-start!important}.align-content-xxxxl-end{align-content:flex-end!important}.align-content-xxxxl-center{align-content:center!important}.align-content-xxxxl-between{align-content:space-between!important}.align-content-xxxxl-around{align-content:space-around!important}.align-content-xxxxl-stretch{align-content:stretch!important}.align-self-xxxxl-auto{align-self:auto!important}.align-self-xxxxl-start{align-self:flex-start!important}.align-self-xxxxl-end{align-self:flex-end!important}.align-self-xxxxl-center{align-self:center!important}.align-self-xxxxl-baseline{align-self:baseline!important}.align-self-xxxxl-stretch{align-self:stretch!important}.m-xxxxl-auto{margin:auto!important}.mt-xxxxl-auto,.my-xxxxl-auto{margin-top:auto!important}.mr-xxxxl-auto,.mx-xxxxl-auto{margin-right:auto!important}.mb-xxxxl-auto,.my-xxxxl-auto{margin-bottom:auto!important}.ml-xxxxl-auto,.mx-xxxxl-auto{margin-left:auto!important}}.mt--0{margin-top:0!important}.mb--0{margin-bottom:0!important}.pt--0{padding-top:0}.pb--0{padding-bottom:0}.mblock--0{margin-block:0px}.pblock--0{padding-block:0px}.mt--10{margin-top:10px!important}.mb--10{margin-bottom:10px!important}.pt--10{padding-top:10px}.pb--10{padding-bottom:10px}.mblock--10{margin-block:10px}.pblock--10{padding-block:10px}.mt--20{margin-top:20px!important}.mb--20{margin-bottom:20px!important}.pt--20{padding-top:20px}.pb--20{padding-bottom:20px}.mblock--20{margin-block:20px}.pblock--20{padding-block:20px}.mt--25{margin-top:25px!important}.mb--25{margin-bottom:25px!important}.pt--25{padding-top:25px}.pb--25{padding-bottom:25px}.mblock--25{margin-block:25px}.pblock--25{padding-block:25px}.mt--30{margin-top:30px!important}.mb--30{margin-bottom:30px!important}.pt--30{padding-top:30px}.pb--30{padding-bottom:30px}.mblock--30{margin-block:30px}.pblock--30{padding-block:30px}.mt--40{margin-top:40px!important}.mb--40{margin-bottom:40px!important}.pt--40{padding-top:40px}.pb--40{padding-bottom:40px}.mblock--40{margin-block:40px}.pblock--40{padding-block:40px}.mt--50{margin-top:50px!important}.mb--50{margin-bottom:50px!important}.pt--50{padding-top:50px}.pb--50{padding-bottom:50px}.mblock--50{margin-block:50px}.pblock--50{padding-block:50px}.mt--60{margin-top:60px!important}.mb--60{margin-bottom:60px!important}.pt--60{padding-top:60px}.pb--60{padding-bottom:60px}.mblock--60{margin-block:60px}.pblock--60{padding-block:60px}.mt--70{margin-top:70px!important}.mb--70{margin-bottom:70px!important}.pt--70{padding-top:70px}.pb--70{padding-bottom:70px}.mblock--70{margin-block:70px}.pblock--70{padding-block:70px}.mt--80{margin-top:80px!important}.mb--80{margin-bottom:80px!important}.pt--80{padding-top:80px}.pb--80{padding-bottom:80px}.mblock--80{margin-block:80px}.pblock--80{padding-block:80px}.mt--90{margin-top:90px!important}.mb--90{margin-bottom:90px!important}.pt--90{padding-top:90px}.pb--90{padding-bottom:90px}.mblock--90{margin-block:90px}.pblock--90{padding-block:90px}.mt--100{margin-top:100px!important}.mb--100{margin-bottom:100px!important}.pt--100{padding-top:100px}.pb--100{padding-bottom:100px}.mblock--100{margin-block:100px}.pblock--100{padding-block:100px}.mt--150{margin-top:150px!important}.mb--150{margin-bottom:150px!important}.pt--150{padding-top:150px}.pb--150{padding-bottom:150px}.mblock--150{margin-block:150px}.pblock--150{padding-block:150px}.mt--180{margin-top:180px!important}.mb--180{margin-bottom:180px!important}.pt--180{padding-top:180px}.pb--180{padding-bottom:180px}.mblock--180{margin-block:180px}.pblock--180{padding-block:180px}@keyframes move-right{0%{right:30px}50%{right:20px}to{right:30px}}.cs_card.cs_style_1 .cs_card_list,.cs_card.cs_style_2 .cs_card_list,.cs_card.cs_style_3 .cs_card_list,.cs_card.cs_style_4 .cs_card_list,.cs_card.cs_style_5 .cs_card_list,.cs_card.cs_style_7 .cs_card_list{display:inline-flex;flex-wrap:wrap;width:100%;gap:20px;padding:10px 0}.cs_card.cs_style_1 .cs_card_list li,.cs_card.cs_style_2 .cs_card_list li,.cs_card.cs_style_3 .cs_card_list li,.cs_card.cs_style_4 .cs_card_list li,.cs_card.cs_style_5 .cs_card_list li,.cs_card.cs_style_7 .cs_card_list li{position:relative;display:flex;gap:10px;align-items:center}.cs_card.cs_style_1 .cs_card_list li:not(:last-child),.cs_card.cs_style_2 .cs_card_list li:not(:last-child),.cs_card.cs_style_3 .cs_card_list li:not(:last-child),.cs_card.cs_style_4 .cs_card_list li:not(:last-child),.cs_card.cs_style_5 .cs_card_list li:not(:last-child),.cs_card.cs_style_7 .cs_card_list li:not(:last-child){padding-right:15px;margin-right:14px}@media (max-width: 767px){.cs_card.cs_style_1 .cs_card_list li:not(:last-child),.cs_card.cs_style_2 .cs_card_list li:not(:last-child),.cs_card.cs_style_3 .cs_card_list li:not(:last-child),.cs_card.cs_style_4 .cs_card_list li:not(:last-child),.cs_card.cs_style_5 .cs_card_list li:not(:last-child),.cs_card.cs_style_7 .cs_card_list li:not(:last-child){padding-right:9px;margin-right:8px}}.cs_card.cs_style_1 .cs_card_list li:not(:last-child):after,.cs_card.cs_style_2 .cs_card_list li:not(:last-child):after,.cs_card.cs_style_3 .cs_card_list li:not(:last-child):after,.cs_card.cs_style_4 .cs_card_list li:not(:last-child):after,.cs_card.cs_style_5 .cs_card_list li:not(:last-child):after,.cs_card.cs_style_7 .cs_card_list li:not(:last-child):after{content:\"\";position:absolute;right:-10px;top:0;margin-top:-10px;height:calc(100% + 20px);width:1px;background-color:var(--cl_text);opacity:.3}.cs_card.cs_style_1 .cs_card_list li .info--icon .icon--svg,.cs_card.cs_style_2 .cs_card_list li .info--icon .icon--svg,.cs_card.cs_style_3 .cs_card_list li .info--icon .icon--svg,.cs_card.cs_style_4 .cs_card_list li .info--icon .icon--svg,.cs_card.cs_style_5 .cs_card_list li .info--icon .icon--svg,.cs_card.cs_style_7 .cs_card_list li .info--icon .icon--svg{-webkit-mask-size:contain;mask-size:contain;width:40px;height:40px}.cs_card.cs_style_1{position:relative;display:block}.cs_card.cs_style_1 .img-container{height:400px}@media (max-width: 539px){.cs_card.cs_style_1 .img-container{height:260px}}.cs_card.cs_style_1 .cs_card_info{padding:15px;width:101%;left:-2px;position:relative}@media (max-width: 1024px){.cs_card.cs_style_1 .cs_card_info{padding:10px;position:relative}}.cs_card.cs_style_1 .cs_card_thumb{height:100%}.cs_card.cs_style_1 .cs_card_thumb img{position:relative;width:100%;height:100%;transition:all .6s ease;background-size:cover;object-fit:cover}.cs_card.cs_style_1 .cs_card_thumb img:nth-child(1){transform:translate(50%) scalex(2);opacity:0;filter:blur(10px);position:absolute;top:0;left:0}.cs_card.cs_style_1 .cs_card_thumb:hover img:nth-child(1){transform:translate(0) scalex(1);opacity:1;filter:blur(0)}.cs_card.cs_style_1 .cs_card_thumb:hover img:nth-child(2){transform:translate(-50%) scalex(2);opacity:0;filter:blur(10px)}@media (min-width: 1280px){.btns__box{justify-content:flex-start;opacity:0;visibility:hidden;transition:opacity .3s ease-in-out,visibility .3s ease-in-out;height:0;bottom:-75px;position:absolute}}@media (max-width: 1279px){.btns__box{visibility:visible;opacity:1;height:auto}}.cs_slide:hover .btns__box{opacity:1;visibility:visible;height:auto}.cs_card_info{transition:transform .3s ease-in-out;background-color:var(--cl_background_body)}.cs_slide:hover .cs_card_info{background-color:var(--cl_background_body)}@media (min-width: 1025px){.cs_slide:hover .cs_card_info{transform:translateY(-60px)}}.cs_slide:hover .cs_card_thumb:not(.cs_style_5):before{z-index:0!important}.cs_slide:hover .cs_card_thumb:not(.cs_style_5):after{z-index:0!important}.slick-disabled{opacity:.2;cursor:not-allowed}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: BabylonSlidersDirective, selector: "[sliders]", inputs: ["sliders"] }, { kind: "directive", type: BabylonLinkTypeDirective, selector: "[linkType]", inputs: ["linkType", "href", "modalClick", "clickPopup"], outputs: ["anchorClicked"] }, { kind: "component", type: BabylonDynamicHeadingComponent, selector: "lib-babylon-dynamic-heading", inputs: ["tag", "wrapper", "cssClass", "content", "color"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
6
17
|
}
|
|
7
18
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonRoomsSliderComponent, decorators: [{
|
|
8
19
|
type: Component,
|
|
9
|
-
args: [{ selector: 'lib-babylon-rooms-slider', standalone: true, imports: [], template: "<section class=\"babylon__rooms-slider margin-main\">\n <div class=\"container\">\n <div class=\"intro_info align--center\">\n <h3 class=\"pretitle\"> Rooms Slider</h3>\n <h2 class=\"title wow fadeInUp\" data-wow-duration=\"0.8s\" data-wow-delay=\"0.2s\">Our Exquisite & Suites Collection </h2>\n </div>\n </div>\n <div class=\"container-fluid\">\n <div class=\"cs_slider cs_style_1 cs_slider_gap_40 cs_hover_show_arrows\">\n <div class=\"cs_slider_container\" data-autoplay=\"0\" data-loop=\"1\" data-speed=\"600\" data-center=\"0\" data-variable-width=\"0\" data-slides-per-view=\"responsive\" data-xs-slides=\"1\" data-sm-slides=\"2\" data-md-slides=\"2\" data-lg-slides=\"3\" data-add-slides=\"3\">\n <div class=\"cs_slider_wrapper\">\n <div class=\"cs_slide\">\n <a href=\"#\" class=\"cs_card cs_style_1\">\n <div class=\"cs_card_thumb d-block cs--radius overflow-hidden position-relative cs_primary_bg\">\n <img src=\"/assets/babylon/fotos/room_1.jpeg\" alt=\"Room\">\n <img src=\"/assets/babylon/fotos/room_1.jpeg\" alt=\"Room\">\n </div>\n <div class=\"cs_card_info intro_info\">\n <h2 class=\"title--small mb--0\">Deluxe Room</h2>\n <h3 class=\"subtitle--small\">Un dise\u00F1o \u00FAnico, espacio y la mejor ubicaci\u00F3n </h3>\n <ul class=\"cs_card_list cs_mp_0\">\n <li>\n <div class=\"info--icon \">\n <i class=\"babylon-telephone\"></i>\n </div>\n <p class=\"text--small\">110 Sq </p>\n </li>\n <li>\n <div class=\"info--icon \">\n <i class=\"babylon-telephone\"></i>\n </div>\n <p class=\"text--small\">3-5 Guests </p>\n </li>\n <li>\n <div class=\"info--icon \">\n <i class=\"babylon-telephone\"></i>\n </div>\n <p class=\"text--small\">Free Wi-F </p>\n </li>\n\n </ul>\n </div>\n </a>\n </div>\n <div class=\"cs_slide\">\n <a href=\"#\" class=\"cs_card cs_style_1\">\n <div class=\"cs_card_thumb d-block cs--radius overflow-hidden position-relative cs_primary_bg\">\n <img src=\"/assets/babylon/fotos/room_1.jpeg\" alt=\"Room\">\n <img src=\"/assets/babylon/fotos/room_1.jpeg\" alt=\"Room\">\n </div>\n <div class=\"cs_card_info intro_info\">\n <h2 class=\"title--small mb--0\">Deluxe Room</h2>\n <h3 class=\"subtitle--small\">Un dise\u00F1o \u00FAnico, espacio y la mejor ubicaci\u00F3n </h3>\n <ul class=\"cs_card_list cs_mp_0\">\n <li>\n <div class=\"info--icon \">\n <i class=\"babylon-telephone\"></i>\n </div>\n <p class=\"text--small\">110 Sq </p>\n </li>\n <li>\n <div class=\"info--icon \">\n <i class=\"babylon-telephone\"></i>\n </div>\n <p class=\"text--small\">3-5 Guests </p>\n </li>\n <li>\n <div class=\"info--icon \">\n <i class=\"babylon-telephone\"></i>\n </div>\n <p class=\"text--small\">Free Wi-F </p>\n </li>\n\n </ul>\n </div>\n </a>\n </div>\n <div class=\"cs_slide\">\n <a href=\"#\" class=\"cs_card cs_style_1\">\n <div class=\"cs_card_thumb d-block cs--radius overflow-hidden position-relative cs_primary_bg\">\n <img src=\"/assets/babylon/fotos/room_1.jpeg\" alt=\"Room\">\n <img src=\"/assets/babylon/fotos/room_1.jpeg\" alt=\"Room\">\n </div>\n <div class=\"cs_card_info intro_info\">\n <h2 class=\"title--small mb--0\">Deluxe Room</h2>\n <h3 class=\"subtitle--small\">Un dise\u00F1o \u00FAnico, espacio y la mejor ubicaci\u00F3n </h3>\n <ul class=\"cs_card_list cs_mp_0\">\n <li>\n <div class=\"info--icon \">\n <i class=\"babylon-telephone\"></i>\n </div>\n <p class=\"text--small\">110 Sq </p>\n </li>\n <li>\n <div class=\"info--icon \">\n <i class=\"babylon-telephone\"></i>\n </div>\n <p class=\"text--small\">3-5 Guests </p>\n </li>\n <li>\n <div class=\"info--icon \">\n <i class=\"babylon-telephone\"></i>\n </div>\n <p class=\"text--small\">Free Wi-F </p>\n </li>\n\n </ul>\n </div>\n </a>\n </div>\n <div class=\"cs_slide\">\n <a href=\"#\" class=\"cs_card cs_style_1\">\n <div class=\"cs_card_thumb d-block cs--radius overflow-hidden position-relative cs_primary_bg\">\n <img src=\"/assets/babylon/fotos/room_1.jpeg\" alt=\"Room\">\n <img src=\"/assets/babylon/fotos/room_1.jpeg\" alt=\"Room\">\n </div>\n <div class=\"cs_card_info intro_info\">\n <h2 class=\"title--small mb--0\">Deluxe Room</h2>\n <h3 class=\"subtitle--small\">Un dise\u00F1o \u00FAnico, espacio y la mejor ubicaci\u00F3n </h3>\n <ul class=\"cs_card_list cs_mp_0\">\n <li>\n <div class=\"info--icon \">\n <i class=\"babylon-telephone\"></i>\n </div>\n <p class=\"text--small\">110 Sq </p>\n </li>\n <li>\n <div class=\"info--icon \">\n <i class=\"babylon-telephone\"></i>\n </div>\n <p class=\"text--small\">3-5 Guests </p>\n </li>\n <li>\n <div class=\"info--icon \">\n <i class=\"icon--svg icon-nuevo_pax_ico_small \"></i>\n </div>\n <p class=\"text--small\">Free Wi-F </p>\n </li>\n\n </ul>\n </div>\n </a>\n </div>\n </div>\n </div>\n <div class=\"cs_slider_arrows cs_style_1 cs_mobile_hide\">\n <div class=\"cs_left_arrow cs_center cs_primary_color\">\n <span class=\"babylon-arrow-left-big\"></span>\n </div>\n <div class=\"cs_right_arrow cs_center cs_primary_color\">\n <span class=\"babylon-arrow-right-big\"></span>\n </div>\n </div>\n <div class=\"cs_pagination cs_style_1 cs_mobile_show\"></div>\n </div>\n </div>\n </section>\n", styles: [":root{--font-title: \"the-seasons\", Helvetica, sans-serif;--font-pretitle: \"Poppins\", Helvetica, sans-serif;--font-text: \"Poppins\", Helvetica, sans-serif;--font-claim: \"turbinado-pro\", Helvetica, sans-serif;--cl_corp: #24262d;--cl_accent: #aa8453;--cl_icon: #978667;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #24262d;--cl_breadcrumb-hover: #978667;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #fdfbf8;--cl_background_white: #fff;--cl_background_dark: #19314b;--cl_background_gray: #eee;--cl_background_dark-opacity: #19314bbf;--cl_title: #978667;--cl_subtitle: #19314b;--cl_pretitle: #19314b;--cl_text: #3c3b3b;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--w_title: 600;--w_text: 300;--w_subtitle: 300;--w_pretitle: 300;--cl_header-bg: #494949;--cl_header-text-light: #fff;--cl_menu-bg: #19314b;--cl_menu-text: #fff;--cl_submenu-bg: #19314b;--cl_submenu-text: #fff;--cl_submenu-hover: #978667;--w_btn: 400;--cl_btn-box: #19314b;--cl_btn-box-text: #19314b;--cl_btn-box-hover: #978667;--cl_btn-box-text-hover: #fff;--cl_btn-call: #19314bf2;--cl_btn-call-text: white;--cl_btn-call-hover: #978667;--cl_btn-call-text-hover: #fff;--cl_btn-link: #19314b;--cl_btn-link-hover: #978667;--cl_btn-arrow: #19314b;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #978667;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #24262d;--cl_btn-dots-active: #978667;--cl_btn-dots-hover: #978667;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #978667;--cl_btn-light-text-hover: #978667;--cl_footer-bg: #19314b;--cl_footer-bg-bottom: #0a1d31;--cl_footer-scroll: #978667;--cl_footer-text: #fff;--cl_footer-text-hover: #978667;--btn_radius: 5px;--img_radius: 5px;--img_border: #fff;--img_border-whidth: 1px;--cl_engine-bg: #fff;--cl_engine-bg-dark: #19314b;--cl_engine-input-bg: #47474724;--cl_engine-input-bg-select: #ebebeb;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #19314b;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_dropdown-radius: 20px;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a;--cl_desde: #bcbbc3;--cl_price: #19314b;--cl_badget: #ff8874;--cl_badget-text: #fff}.cs_dark{--cl_corp: #181818;--cl_accent: #aa8453;--cl_icon: #aa8453;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #fff;--cl_breadcrumb-hover: #aa8453;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #181818;--cl_background_white: transparent;--cl_background_dark: #aa8453;--cl_background_gray: #333;--cl_title: #fff;--cl_subtitle: #aa8453;--cl_pretitle: #aa8453;--cl_text: #fff;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_header-bg: #aa8453;--cl_header-text-light: #fff;--cl_menu-bg: #79582c;--cl_menu-text: #fff;--cl_btn-box: #aa8453;--cl_btn-box-text: #aa8453;--cl_btn-box-hover: #79582c;--cl_btn-box-text-hover: #fff;--cl_btn-call: #aa8453;--cl_btn-call-text: white;--cl_btn-call-hover: #79582c;--cl_btn-call-text-hover: #fff;--cl_btn-link: #aa8453;--cl_btn-link-hover: #79582c;--cl_btn-arrow: #ffffff3a;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #79582c;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #eee;--cl_btn-dots-active: #79582c;--cl_btn-dots-hover: #79582c;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #79582c;--cl_btn-light-text-hover: #79582c;--cl_footer-bg: #aa8453;--cl_footer-bg-bottom: #79582c;--cl_footer-scroll: #aa8453;--cl_footer-text: #fff;--cl_footer-text-hover: #aa8453;--btn_radius: 1px;--img_radius: 0px;--img_border: #fff;--img_border-whidth: 2px;--cl_engine-bg: #181818;--cl_engine-input-bg: #79582c;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #fff;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_dropdown-radius: 20px;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a}.mt--0{margin-top:0!important}.mb--0{margin-bottom:0!important}.mr--0{margin-right:0!important}.ml--0{margin-left:0!important}.pt--0{padding-top:0}.pb--0{padding-bottom:0}.pl--0{padding-left:0!important}.mblock--0{margin-block:0px}.pblock--0{padding-block:0px}.mt--10{margin-top:10px!important}.mb--10{margin-bottom:10px!important}.mr--10{margin-right:10px!important}.ml--10{margin-left:10px!important}.pt--10{padding-top:10px}.pb--10{padding-bottom:10px}.pl--10{padding-left:10px!important}.mblock--10{margin-block:10px}.pblock--10{padding-block:10px}.mt--20{margin-top:20px!important}.mb--20{margin-bottom:20px!important}.mr--20{margin-right:20px!important}.ml--20{margin-left:20px!important}.pt--20{padding-top:20px}.pb--20{padding-bottom:20px}.pl--20{padding-left:20px!important}.mblock--20{margin-block:20px}.pblock--20{padding-block:20px}.mt--25{margin-top:25px!important}.mb--25{margin-bottom:25px!important}.mr--25{margin-right:25px!important}.ml--25{margin-left:25px!important}.pt--25{padding-top:25px}.pb--25{padding-bottom:25px}.pl--25{padding-left:25px!important}.mblock--25{margin-block:25px}.pblock--25{padding-block:25px}.mt--30{margin-top:30px!important}.mb--30{margin-bottom:30px!important}.mr--30{margin-right:30px!important}.ml--30{margin-left:30px!important}.pt--30{padding-top:30px}.pb--30{padding-bottom:30px}.pl--30{padding-left:30px!important}.mblock--30{margin-block:30px}.pblock--30{padding-block:30px}.mt--40{margin-top:40px!important}.mb--40{margin-bottom:40px!important}.mr--40{margin-right:40px!important}.ml--40{margin-left:40px!important}.pt--40{padding-top:40px}.pb--40{padding-bottom:40px}.pl--40{padding-left:40px!important}.mblock--40{margin-block:40px}.pblock--40{padding-block:40px}.mt--50{margin-top:50px!important}.mb--50{margin-bottom:50px!important}.mr--50{margin-right:50px!important}.ml--50{margin-left:50px!important}.pt--50{padding-top:50px}.pb--50{padding-bottom:50px}.pl--50{padding-left:50px!important}.mblock--50{margin-block:50px}.pblock--50{padding-block:50px}.mt--60{margin-top:60px!important}.mb--60{margin-bottom:60px!important}.mr--60{margin-right:60px!important}.ml--60{margin-left:60px!important}.pt--60{padding-top:60px}.pb--60{padding-bottom:60px}.pl--60{padding-left:60px!important}.mblock--60{margin-block:60px}.pblock--60{padding-block:60px}.mt--70{margin-top:70px!important}.mb--70{margin-bottom:70px!important}.mr--70{margin-right:70px!important}.ml--70{margin-left:70px!important}.pt--70{padding-top:70px}.pb--70{padding-bottom:70px}.pl--70{padding-left:70px!important}.mblock--70{margin-block:70px}.pblock--70{padding-block:70px}.mt--80{margin-top:80px!important}.mb--80{margin-bottom:80px!important}.mr--80{margin-right:80px!important}.ml--80{margin-left:80px!important}.pt--80{padding-top:80px}.pb--80{padding-bottom:80px}.pl--80{padding-left:80px!important}.mblock--80{margin-block:80px}.pblock--80{padding-block:80px}.mt--90{margin-top:90px!important}.mb--90{margin-bottom:90px!important}.mr--90{margin-right:90px!important}.ml--90{margin-left:90px!important}.pt--90{padding-top:90px}.pb--90{padding-bottom:90px}.pl--90{padding-left:90px!important}.mblock--90{margin-block:90px}.pblock--90{padding-block:90px}.mt--100{margin-top:100px!important}.mb--100{margin-bottom:100px!important}.mr--100{margin-right:100px!important}.ml--100{margin-left:100px!important}.pt--100{padding-top:100px}.pb--100{padding-bottom:100px}.pl--100{padding-left:100px!important}.mblock--100{margin-block:100px}.pblock--100{padding-block:100px}.cs_card.cs_style_1 .cs_card_list,.cs_card.cs_style_2 .cs_card_list,.cs_card.cs_style_3 .cs_card_list,.cs_card.cs_style_4 .cs_card_list,.cs_card.cs_style_5 .cs_card_list,.cs_card.cs_style_7 .cs_card_list{display:inline-flex;flex-wrap:wrap;width:100%;gap:20px}.cs_card.cs_style_1 .cs_card_list li,.cs_card.cs_style_2 .cs_card_list li,.cs_card.cs_style_3 .cs_card_list li,.cs_card.cs_style_4 .cs_card_list li,.cs_card.cs_style_5 .cs_card_list li,.cs_card.cs_style_7 .cs_card_list li{position:relative;display:flex;gap:10px}.cs_card.cs_style_1 .cs_card_list li:not(:last-child),.cs_card.cs_style_2 .cs_card_list li:not(:last-child),.cs_card.cs_style_3 .cs_card_list li:not(:last-child),.cs_card.cs_style_4 .cs_card_list li:not(:last-child),.cs_card.cs_style_5 .cs_card_list li:not(:last-child),.cs_card.cs_style_7 .cs_card_list li:not(:last-child){padding-right:15px;margin-right:14px}@media (max-width: 374px){.cs_card.cs_style_1 .cs_card_list li:not(:last-child),.cs_card.cs_style_2 .cs_card_list li:not(:last-child),.cs_card.cs_style_3 .cs_card_list li:not(:last-child),.cs_card.cs_style_4 .cs_card_list li:not(:last-child),.cs_card.cs_style_5 .cs_card_list li:not(:last-child),.cs_card.cs_style_7 .cs_card_list li:not(:last-child){padding-right:9px;margin-right:8px}}.cs_card.cs_style_1 .cs_card_list li:not(:last-child):after,.cs_card.cs_style_2 .cs_card_list li:not(:last-child):after,.cs_card.cs_style_3 .cs_card_list li:not(:last-child):after,.cs_card.cs_style_4 .cs_card_list li:not(:last-child):after,.cs_card.cs_style_5 .cs_card_list li:not(:last-child):after,.cs_card.cs_style_7 .cs_card_list li:not(:last-child):after{content:\"\";position:absolute;right:-10px;top:0;margin-top:-10px;height:calc(100% + 20px);width:1px;background-color:var(--cl_text);opacity:.3}.cs_card.cs_style_1 .cs_card_info{padding:15px}@media (max-width: 991px){.cs_card.cs_style_1 .cs_card_info{padding:10px}}.cs_card.cs_style_1 .cs_card_thumb img{position:relative;width:auto;transition:all .6s ease;background-size:cover}.cs_card.cs_style_1 .cs_card_thumb img:nth-child(1){transform:translate(50%) scalex(2);opacity:0;filter:blur(10px);position:absolute;top:0;left:0}.cs_card.cs_style_1 .cs_card_thumb:hover img:nth-child(1){transform:translate(0) scalex(1);opacity:1;filter:blur(0)}.cs_card.cs_style_1 .cs_card_thumb:hover img:nth-child(2){transform:translate(-50%) scalex(2);opacity:0;filter:blur(10px)}\n"] }]
|
|
10
|
-
|
|
11
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi1yb29tcy1zbGlkZXIuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYmFieWxvbi9zcmMvbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLXJvb21zLXNsaWRlci9iYWJ5bG9uLXJvb21zLXNsaWRlci5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tcm9vbXMtc2xpZGVyL2JhYnlsb24tcm9vbXMtc2xpZGVyLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7O0FBUzFDLE1BQU0sT0FBTywyQkFBMkI7K0dBQTNCLDJCQUEyQjttR0FBM0IsMkJBQTJCLG9GQ1R4QyxpMFFBNkpBOzs0RkRwSmEsMkJBQTJCO2tCQVB2QyxTQUFTOytCQUNFLDBCQUEwQixjQUN4QixJQUFJLFdBQ1AsRUFBRSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdsaWItYmFieWxvbi1yb29tcy1zbGlkZXInLFxuICBzdGFuZGFsb25lOiB0cnVlLFxuICBpbXBvcnRzOiBbXSxcbiAgdGVtcGxhdGVVcmw6ICcuL2JhYnlsb24tcm9vbXMtc2xpZGVyLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmw6ICcuL2JhYnlsb24tcm9vbXMtc2xpZGVyLmNvbXBvbmVudC5zY3NzJ1xufSlcbmV4cG9ydCBjbGFzcyBCYWJ5bG9uUm9vbXNTbGlkZXJDb21wb25lbnQge1xuXG59XG4iLCI8c2VjdGlvbiBjbGFzcz1cImJhYnlsb25fX3Jvb21zLXNsaWRlciBtYXJnaW4tbWFpblwiPlxuICAgIDxkaXYgY2xhc3M9XCJjb250YWluZXJcIj5cbiAgICAgICAgPGRpdiBjbGFzcz1cImludHJvX2luZm8gYWxpZ24tLWNlbnRlclwiPlxuICAgICAgICAgICAgPGgzIGNsYXNzPVwicHJldGl0bGVcIj4gUm9vbXMgU2xpZGVyPC9oMz5cbiAgICAgICAgICAgIDxoMiBjbGFzcz1cInRpdGxlIHdvdyBmYWRlSW5VcFwiIGRhdGEtd293LWR1cmF0aW9uPVwiMC44c1wiIGRhdGEtd293LWRlbGF5PVwiMC4yc1wiPk91ciBFeHF1aXNpdGUgJiBTdWl0ZXMgQ29sbGVjdGlvbiA8L2gyPlxuICAgICAgICA8L2Rpdj5cbiAgICA8L2Rpdj5cbiAgICA8ZGl2IGNsYXNzPVwiY29udGFpbmVyLWZsdWlkXCI+XG4gICAgICA8ZGl2IGNsYXNzPVwiY3Nfc2xpZGVyIGNzX3N0eWxlXzEgY3Nfc2xpZGVyX2dhcF80MCBjc19ob3Zlcl9zaG93X2Fycm93c1wiPlxuICAgICAgICA8ZGl2IGNsYXNzPVwiY3Nfc2xpZGVyX2NvbnRhaW5lclwiIGRhdGEtYXV0b3BsYXk9XCIwXCIgZGF0YS1sb29wPVwiMVwiIGRhdGEtc3BlZWQ9XCI2MDBcIiBkYXRhLWNlbnRlcj1cIjBcIiBkYXRhLXZhcmlhYmxlLXdpZHRoPVwiMFwiIGRhdGEtc2xpZGVzLXBlci12aWV3PVwicmVzcG9uc2l2ZVwiIGRhdGEteHMtc2xpZGVzPVwiMVwiIGRhdGEtc20tc2xpZGVzPVwiMlwiIGRhdGEtbWQtc2xpZGVzPVwiMlwiIGRhdGEtbGctc2xpZGVzPVwiM1wiIGRhdGEtYWRkLXNsaWRlcz1cIjNcIj5cbiAgICAgICAgICA8ZGl2IGNsYXNzPVwiY3Nfc2xpZGVyX3dyYXBwZXJcIj5cbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19zbGlkZVwiPlxuICAgICAgICAgICAgICAgIDxhICBocmVmPVwiI1wiICBjbGFzcz1cImNzX2NhcmQgY3Nfc3R5bGVfMVwiPlxuICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY3NfY2FyZF90aHVtYiBkLWJsb2NrIGNzLS1yYWRpdXMgb3ZlcmZsb3ctaGlkZGVuIHBvc2l0aW9uLXJlbGF0aXZlIGNzX3ByaW1hcnlfYmdcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxpbWcgc3JjPVwiL2Fzc2V0cy9iYWJ5bG9uL2ZvdG9zL3Jvb21fMS5qcGVnXCIgYWx0PVwiUm9vbVwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgPGltZyBzcmM9XCIvYXNzZXRzL2JhYnlsb24vZm90b3Mvcm9vbV8xLmpwZWdcIiBhbHQ9XCJSb29tXCI+XG4gICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY3NfY2FyZF9pbmZvIGludHJvX2luZm9cIj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxoMiBjbGFzcz1cInRpdGxlLS1zbWFsbCBtYi0tMFwiPkRlbHV4ZSBSb29tPC9oMj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxoMyBjbGFzcz1cInN1YnRpdGxlLS1zbWFsbFwiPlVuIGRpc2XDsW8gw7puaWNvLCBlc3BhY2lvIHkgbGEgbWVqb3IgdWJpY2FjacOzbiA8L2gzPlxuICAgICAgICAgICAgICAgICAgICAgICAgPHVsIGNsYXNzPVwiY3NfY2FyZF9saXN0IGNzX21wXzBcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8bGk+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJpbmZvLS1pY29uIFwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGkgY2xhc3M9XCJiYWJ5bG9uLXRlbGVwaG9uZVwiPjwvaT5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwIGNsYXNzPVwidGV4dC0tc21hbGxcIj4xMTAgU3EgPC9wPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGxpPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiaW5mby0taWNvbiBcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxpIGNsYXNzPVwiYmFieWxvbi10ZWxlcGhvbmVcIj48L2k+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cCBjbGFzcz1cInRleHQtLXNtYWxsXCI+My01IEd1ZXN0cyA8L3A+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9saT5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8bGk+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJpbmZvLS1pY29uIFwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGkgY2xhc3M9XCJiYWJ5bG9uLXRlbGVwaG9uZVwiPjwvaT5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwIGNsYXNzPVwidGV4dC0tc21hbGxcIj5GcmVlIFdpLUYgPC9wPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvbGk+XG5cbiAgICAgICAgICAgICAgICAgICAgICAgIDwvdWw+XG4gICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgIDwvYT5cbiAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX3NsaWRlXCI+XG4gICAgICAgICAgICAgICAgPGEgIGhyZWY9XCIjXCIgIGNsYXNzPVwiY3NfY2FyZCBjc19zdHlsZV8xXCI+XG4gICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19jYXJkX3RodW1iIGQtYmxvY2sgY3MtLXJhZGl1cyBvdmVyZmxvdy1oaWRkZW4gcG9zaXRpb24tcmVsYXRpdmUgY3NfcHJpbWFyeV9iZ1wiPlxuICAgICAgICAgICAgICAgICAgICAgICAgPGltZyBzcmM9XCIvYXNzZXRzL2JhYnlsb24vZm90b3Mvcm9vbV8xLmpwZWdcIiBhbHQ9XCJSb29tXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICA8aW1nIHNyYz1cIi9hc3NldHMvYmFieWxvbi9mb3Rvcy9yb29tXzEuanBlZ1wiIGFsdD1cIlJvb21cIj5cbiAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19jYXJkX2luZm8gaW50cm9faW5mb1wiPlxuICAgICAgICAgICAgICAgICAgICAgICAgPGgyIGNsYXNzPVwidGl0bGUtLXNtYWxsIG1iLS0wXCI+RGVsdXhlIFJvb208L2gyPlxuICAgICAgICAgICAgICAgICAgICAgICAgPGgzIGNsYXNzPVwic3VidGl0bGUtLXNtYWxsXCI+VW4gZGlzZcOxbyDDum5pY28sIGVzcGFjaW8geSBsYSBtZWpvciB1YmljYWNpw7NuIDwvaDM+XG4gICAgICAgICAgICAgICAgICAgICAgICA8dWwgY2xhc3M9XCJjc19jYXJkX2xpc3QgY3NfbXBfMFwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxsaT5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImluZm8tLWljb24gXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8aSBjbGFzcz1cImJhYnlsb24tdGVsZXBob25lXCI+PC9pPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHAgY2xhc3M9XCJ0ZXh0LS1zbWFsbFwiPjExMCBTcSA8L3A+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9saT5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8bGk+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJpbmZvLS1pY29uIFwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGkgY2xhc3M9XCJiYWJ5bG9uLXRlbGVwaG9uZVwiPjwvaT5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwIGNsYXNzPVwidGV4dC0tc21hbGxcIj4zLTUgR3Vlc3RzIDwvcD5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2xpPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxsaT5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImluZm8tLWljb24gXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8aSBjbGFzcz1cImJhYnlsb24tdGVsZXBob25lXCI+PC9pPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHAgY2xhc3M9XCJ0ZXh0LS1zbWFsbFwiPkZyZWUgV2ktRiA8L3A+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9saT5cblxuICAgICAgICAgICAgICAgICAgICAgICAgPC91bD5cbiAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgPC9hPlxuICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY3Nfc2xpZGVcIj5cbiAgICAgICAgICAgICAgICA8YSAgaHJlZj1cIiNcIiAgY2xhc3M9XCJjc19jYXJkIGNzX3N0eWxlXzFcIj5cbiAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX2NhcmRfdGh1bWIgZC1ibG9jayBjcy0tcmFkaXVzIG92ZXJmbG93LWhpZGRlbiBwb3NpdGlvbi1yZWxhdGl2ZSBjc19wcmltYXJ5X2JnXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICA8aW1nIHNyYz1cIi9hc3NldHMvYmFieWxvbi9mb3Rvcy9yb29tXzEuanBlZ1wiIGFsdD1cIlJvb21cIj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxpbWcgc3JjPVwiL2Fzc2V0cy9iYWJ5bG9uL2ZvdG9zL3Jvb21fMS5qcGVnXCIgYWx0PVwiUm9vbVwiPlxuICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX2NhcmRfaW5mbyBpbnRyb19pbmZvXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICA8aDIgY2xhc3M9XCJ0aXRsZS0tc21hbGwgbWItLTBcIj5EZWx1eGUgUm9vbTwvaDI+XG4gICAgICAgICAgICAgICAgICAgICAgICA8aDMgY2xhc3M9XCJzdWJ0aXRsZS0tc21hbGxcIj5VbiBkaXNlw7FvIMO6bmljbywgZXNwYWNpbyB5IGxhIG1lam9yIHViaWNhY2nDs24gPC9oMz5cbiAgICAgICAgICAgICAgICAgICAgICAgIDx1bCBjbGFzcz1cImNzX2NhcmRfbGlzdCBjc19tcF8wXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGxpPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiaW5mby0taWNvbiBcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxpIGNsYXNzPVwiYmFieWxvbi10ZWxlcGhvbmVcIj48L2k+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cCBjbGFzcz1cInRleHQtLXNtYWxsXCI+MTEwIFNxIDwvcD5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2xpPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxsaT5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImluZm8tLWljb24gXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8aSBjbGFzcz1cImJhYnlsb24tdGVsZXBob25lXCI+PC9pPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHAgY2xhc3M9XCJ0ZXh0LS1zbWFsbFwiPjMtNSBHdWVzdHMgPC9wPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGxpPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiaW5mby0taWNvbiBcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxpIGNsYXNzPVwiYmFieWxvbi10ZWxlcGhvbmVcIj48L2k+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cCBjbGFzcz1cInRleHQtLXNtYWxsXCI+RnJlZSBXaS1GIDwvcD5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2xpPlxuXG4gICAgICAgICAgICAgICAgICAgICAgICA8L3VsPlxuICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICA8L2E+XG4gICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19zbGlkZVwiPlxuICAgICAgICAgICAgICAgIDxhICBocmVmPVwiI1wiICBjbGFzcz1cImNzX2NhcmQgY3Nfc3R5bGVfMVwiPlxuICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY3NfY2FyZF90aHVtYiBkLWJsb2NrIGNzLS1yYWRpdXMgb3ZlcmZsb3ctaGlkZGVuIHBvc2l0aW9uLXJlbGF0aXZlIGNzX3ByaW1hcnlfYmdcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxpbWcgc3JjPVwiL2Fzc2V0cy9iYWJ5bG9uL2ZvdG9zL3Jvb21fMS5qcGVnXCIgYWx0PVwiUm9vbVwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgPGltZyBzcmM9XCIvYXNzZXRzL2JhYnlsb24vZm90b3Mvcm9vbV8xLmpwZWdcIiBhbHQ9XCJSb29tXCI+XG4gICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY3NfY2FyZF9pbmZvIGludHJvX2luZm9cIj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxoMiBjbGFzcz1cInRpdGxlLS1zbWFsbCBtYi0tMFwiPkRlbHV4ZSBSb29tPC9oMj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxoMyBjbGFzcz1cInN1YnRpdGxlLS1zbWFsbFwiPlVuIGRpc2XDsW8gw7puaWNvLCBlc3BhY2lvIHkgbGEgbWVqb3IgdWJpY2FjacOzbiA8L2gzPlxuICAgICAgICAgICAgICAgICAgICAgICAgPHVsIGNsYXNzPVwiY3NfY2FyZF9saXN0IGNzX21wXzBcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8bGk+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJpbmZvLS1pY29uIFwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGkgY2xhc3M9XCJiYWJ5bG9uLXRlbGVwaG9uZVwiPjwvaT5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwIGNsYXNzPVwidGV4dC0tc21hbGxcIj4xMTAgU3EgPC9wPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGxpPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiaW5mby0taWNvbiBcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxpIGNsYXNzPVwiYmFieWxvbi10ZWxlcGhvbmVcIj48L2k+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cCBjbGFzcz1cInRleHQtLXNtYWxsXCI+My01IEd1ZXN0cyA8L3A+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9saT5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8bGk+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJpbmZvLS1pY29uIFwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGkgY2xhc3M9XCJpY29uLS1zdmcgaWNvbi1udWV2b19wYXhfaWNvX3NtYWxsIFwiPjwvaT5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwIGNsYXNzPVwidGV4dC0tc21hbGxcIj5GcmVlIFdpLUYgPC9wPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvbGk+XG5cbiAgICAgICAgICAgICAgICAgICAgICAgIDwvdWw+XG4gICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgIDwvYT5cbiAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgIDwvZGl2PlxuICAgICAgICA8L2Rpdj5cbiAgICAgICAgPGRpdiBjbGFzcz1cImNzX3NsaWRlcl9hcnJvd3MgY3Nfc3R5bGVfMSBjc19tb2JpbGVfaGlkZVwiPlxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX2xlZnRfYXJyb3cgY3NfY2VudGVyIGNzX3ByaW1hcnlfY29sb3JcIj5cbiAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImJhYnlsb24tYXJyb3ctbGVmdC1iaWdcIj48L3NwYW4+XG4gICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19yaWdodF9hcnJvdyBjc19jZW50ZXIgY3NfcHJpbWFyeV9jb2xvclwiPlxuICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiYmFieWxvbi1hcnJvdy1yaWdodC1iaWdcIj48L3NwYW4+XG4gICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgPC9kaXY+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJjc19wYWdpbmF0aW9uIGNzX3N0eWxlXzEgY3NfbW9iaWxlX3Nob3dcIj48L2Rpdj5cbiAgICAgIDwvZGl2PlxuICAgIDwvZGl2PlxuICA8L3NlY3Rpb24+XG4iXX0=
|
|
20
|
+
args: [{ selector: 'lib-babylon-rooms-slider', standalone: true, imports: [
|
|
21
|
+
CommonModule,
|
|
22
|
+
BabylonSlidersDirective,
|
|
23
|
+
BabylonLinkTypeDirective,
|
|
24
|
+
BabylonDynamicHeadingComponent,
|
|
25
|
+
], changeDetection: ChangeDetectionStrategy.OnPush, template: "<section class=\"babylon__rooms-slider margin-main\">\n <div class=\"container\">\n <div class=\"intro_info align--center\">\n @if (labels?.pretitleContain) {\n <lib-babylon-dynamic-heading\n [tag]=\"labels?.pretitleContain?.tag || 'h3'\"\n [cssClass]=\"labels?.pretitleContain?.cssClass || 'pretitle'\"\n [content]=\"labels?.pretitleContain?.content\"\n >\n </lib-babylon-dynamic-heading>\n }\n @if (labels?.titleContain) {\n <lib-babylon-dynamic-heading\n [tag]=\"labels?.titleContain?.tag || 'h2'\"\n [cssClass]=\"\n labels?.titleContain?.cssClass || 'title wow fadeInUp'\n \"\n [content]=\"labels?.titleContain?.content\"\n data-wow-duration=\"0.8s\"\n data-wow-delay=\"0.2s\"\n >\n </lib-babylon-dynamic-heading>\n }\n </div>\n </div>\n <div class=\"container-fluid pb--50\">\n <div class=\"cs_slider cs_style_1 cs_slider_gap_40 cs_show_arrows\">\n <div\n class=\"cs_slider_container\"\n sliders=\"cs_slider_container\"\n data-autoplay=\"0\"\n data-loop=\"0\"\n data-speed=\"600\"\n data-center=\"0\"\n data-variable-width=\"0\"\n data-slides-per-view=\"responsive\"\n data-xs-slides=\"1\"\n data-sm-slides=\"1\"\n data-md-slides=\"2\"\n data-mlg-slides=\"2\"\n data-lg-slides=\"3\"\n data-add-slides=\"3\"\n >\n <div class=\"cs_slider_wrapper\">\n @if (totalRooms?.length) {\n @for (room of totalRooms; track $index) {\n <div class=\"cs_slide\">\n <div class=\"cs_card cs_style_1\">\n @if (room.images?.[0]) {\n <div class=\"img-container\">\n <a\n [attr.aria-label]=\"\n room.links?.[0]?.url\n \"\n [href]=\"room.links?.[0]?.url\"\n [linkType]=\"\n room.links?.[0]?.linkType\n \"\n class=\"cs_card_thumb d-block cs--radius overflow-hidden position-relative cs_primary_bg\"\n >\n <img\n [src]=\"\n room.images?.[0]?.src\n \"\n alt=\"Room\"\n loading=\"lazy\"\n />\n <img\n [src]=\"\n room.images?.[0]?.src\n \"\n alt=\"Room\"\n loading=\"lazy\"\n />\n </a>\n </div>\n }\n <div\n class=\"cs_card_info intro_info no-align\"\n >\n @if (room?.texts?.name) {\n <h3 class=\"title--small mb--0\">\n {{ room?.texts?.name }}\n </h3>\n }\n @if (room?.texts?.additional1) {\n <h3 class=\"subtitle--small\">\n {{ room?.texts?.additional1 }}\n </h3>\n }\n @if (room?.equipments?.length) {\n <ul class=\"cs_card_list cs_mp_0\">\n @for (\n equipment of room.equipments;\n track $index\n ) {\n <li>\n @if (equipment.icon) {\n <div\n class=\"info--icon\"\n >\n <i\n class=\"icon--svg icon-nuevo_pax_ico_small\"\n [ngClass]=\"\n equipment.icon\n \"\n ></i>\n </div>\n }\n @if (equipment.name) {\n <p\n class=\"text--small\"\n >\n {{\n equipment.name\n }}\n </p>\n }\n </li>\n }\n </ul>\n }\n @if (room?.buttons) {\n <div class=\"btns__box\">\n @for (\n button of room.buttons;\n track $index\n ) {\n <a\n [attr.aria-label]=\"\n button.label\n \"\n class=\"btn\"\n [href]=\"button.url\"\n [linkType]=\"\n button.linkType\n \"\n [ngClass]=\"{\n btn__primary: $even,\n btn__call: $odd,\n }\"\n >\n <b>\n {{ button.label }}\n </b>\n </a>\n }\n </div>\n }\n </div>\n </div>\n </div>\n }\n }\n </div>\n </div>\n <div class=\"cs_slider_arrows cs_style_1 cs_mobile_hide\">\n <div class=\"cs_left_arrow cs_center cs_primary_color\">\n <span class=\"babylon-arrow-left-big\"></span>\n </div>\n <div class=\"cs_right_arrow cs_center cs_primary_color\">\n <span class=\"babylon-arrow-right-big\"></span>\n </div>\n </div>\n <div class=\"cs_pagination cs_style_1 cs_mobile_show\"></div>\n </div>\n </div>\n</section>\n", styles: [":root{--font-title: \"the-seasons\", Helvetica, sans-serif;--font-pretitle: \"Poppins\", Helvetica, sans-serif;--font-text: \"Poppins\", Helvetica, sans-serif;--font-claim: \"turbinado-pro\", Helvetica, sans-serif;--cl_corp: #24262d;--cl_accent: #aa8453;--cl_icon: #978667;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #24262d;--cl_breadcrumb-hover: #978667;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #fdfbf8;--cl_background_white: #fff;--cl_background_dark: #19314b;--cl_background_gray: #eee;--cl_background_dark-opacity: #19314bbf;--cl_background_dark-opacity-v2: #1326398b;--cl_background_body-transparent: #ffffffe7;--cl_title: #978667;--cl_subtitle: #19314b;--cl_pretitle: #19314b;--cl_text: #3c3b3b;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_text-disable: #888;--w_title: 600;--w_text: 300;--w_subtitle: 300;--w_pretitle: 300;--padding-bottom-slider: 0px;--lh_pretitle-slider: 1.2;--lh_title-slider: 1.2;--cl_header-bg-nosticky: #0000001a;--cl_header-text-nosticky: #fff;--cl_header-bg-sticky: #eee;--cl_header-text-sticky: #19314b;--cl_header-bg-mobile: #b6b6b6;--cl_headerBottom-bg-mobile: #b6b6b6;--cl_header-text-mobile: #19314b;--cl_menu-modal-bg: #19314b;--cl_menu-modal-items: #978667;--cl_menu-modal-items-hover: #fff;--cl_menu-modal-text: #fff;--cl_menu-modal-text-hover: #fff;--ls_menu-modal-items: 1px;--w_menu-modal-items: 300;--hg_menu-img-height: 15rem;--cl_submenu-bg: #19314b;--cl_submenu-text: #fff;--cl_submenu-hover: #978667;--w_btn: 400;--size_btn: 14px;--size_link: 14px;--ls_link: 1px;--ls_btn: 1px;--upper_btn: uppercase;--upper_link: uppercase;--font-btn: \"Poppins\", Helvetica, sans-serif;--font-link: \"Poppins\", Helvetica, sans-serif;--cl_btn-box: #19314b;--cl_btn-box-text: #19314b;--cl_btn-box-hover: #978667;--cl_btn-box-text-hover: #fff;--cl_btn-call: #19314bf2;--cl_btn-call-text: #fff;--cl_btn-call-hover: #978667;--cl_btn-call-text-hover: #fff;--cl_btn-link: #19314b;--cl_btn-link-hover: #978667;--cl_btn-arrow: #19314b;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #978667;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #24262d;--cl_btn-dots-active: #978667;--cl_btn-dots-hover: #978667;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #978667;--cl_btn-light-text-hover: #978667;--cl_footer-bg: #19314b;--cl_footer-bg-bottom: #0a1d31;--cl_footer-bg-logos: #f8f7f3;--cl_footer-scroll: #978667;--cl_footer-text: #fff;--cl_footer-text-hover: #978667;--btn_radius: 5px;--img_radius: 5px;--img_border: #fff;--img_border-width: 1px;--dropdown-radius: 20px;--cl_background_dropdown: #fdfbf8;--cl_border-dropdown: #d9e1e6;--font-size-engine-text: 14px;--cl_engine-text: #19314b;--cl_engine-bg-nosticky: #ffffffcf;--cl_engine-text-nosticky: #19314b;--cl_engine-bg-sticky: #ffffff00;--cl_engine-text-sticky: #19314b;--cl_engine-bg-modal: #19314bbf;--cl_engine-input-bg: #ebebeb;--cl_engine-input-bg-select: #ebebeb;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a;--cl_error: #ff7173;--cl_desde: #bcbbc3;--cl_price: #19314b;--cl_badget: #ff8874;--cl_badget-text: #fff;--alg-service-room-detail: center;--cl_alert-text: #19314b;--cl_alert-text-error: #fff;--cl_alert-background: #fff;--cl_alert-background-error: rgb(230, 92, 92);--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: white;--mdc-checkbox-selected-focus-icon-color: var(--cl_corp);--mdc-checkbox-selected-hover-icon-color: var(--cl_corp);--mdc-checkbox-selected-icon-color: var(--cl_corp);--mdc-checkbox-selected-pressed-icon-color: var(--cl_corp);--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: var(--cl_corp);--mdc-checkbox-selected-hover-state-layer-color: var(--cl_corp);--mdc-checkbox-selected-pressed-state-layer-color: var(--cl_corp);--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black;--mat-checkbox-disabled-label-color: rgba(0, 0, 0, .38);--primary: #4a4a49;--cream: #f9f8f5;--white: #ffffff;--black: #000000;--whatsapp: #24cc63;--logo: #616161;--grey: #dcdcdc;--darkgrey: #1e1e1e;--instagram: #61bdff;--facebook: #3782f4;--twitter: #4a4a49;--youtube: #d9464b;--tripadvisor: #34e0a1;--booking: #0c3b7c;--silver: #c0bebe;--gold: #ffca64;--platinum: #b5d9e2}.cs_dark{--cl_corp: #181818;--cl_accent: #aa8453;--cl_icon: #aa8453;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #fff;--cl_breadcrumb-hover: #aa8453;--cl_preload-bg: #ededed;--cl_preload: #24262d;--cl_background_body: #181818;--cl_background_white: transparent;--cl_background_dark: #aa8453;--cl_background_gray: #333;--type-align: center;--cl_title: #fff;--cl_subtitle: #aa8453;--cl_pretitle: #aa8453;--cl_text: #fff;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_header-bg: #aa8453;--cl_header-text-light: #fff;--cl_menu-bg: #79582c;--cl_menu-text: #fff;--cl_btn-box: #aa8453;--cl_btn-box-text: #aa8453;--cl_btn-box-hover: #79582c;--cl_btn-box-text-hover: #fff;--cl_btn-call: #aa8453;--cl_btn-call-text: white;--cl_btn-call-hover: #79582c;--cl_btn-call-text-hover: #fff;--cl_btn-link: #aa8453;--cl_btn-link-hover: #79582c;--cl_btn-arrow: #ffffff3a;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #79582c;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #eee;--cl_btn-dots-active: #79582c;--cl_btn-dots-hover: #79582c;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #79582c;--cl_btn-light-text-hover: #79582c;--cl_footer-bg: #aa8453;--cl_footer-bg-bottom: #79582c;--cl_footer-scroll: #aa8453;--cl_footer-text: #fff;--cl_footer-text-hover: #aa8453;--btn_radius: 1px;--img_radius: 0px;--img_border: #fff;--img_border-whidth: 2px;--cl_engine-bg: #181818;--cl_engine-input-bg: #79582c;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #fff;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_dropdown-radius: 20px;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a}@media (min-width: 1280px){.order-custom-xl-xxl-1{order:1}.order-custom-xl-xxl-2{order:2}}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-fill{flex:1 1 auto!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width: 540px){.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width: 768px){.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width: 1025px){.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width: 1280px){.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}@media (min-width: 1366px){.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.m-xxl-auto{margin:auto!important}.mt-xxl-auto,.my-xxl-auto{margin-top:auto!important}.mr-xxl-auto,.mx-xxl-auto{margin-right:auto!important}.mb-xxl-auto,.my-xxl-auto{margin-bottom:auto!important}.ml-xxl-auto,.mx-xxl-auto{margin-left:auto!important}}@media (min-width: 1680px){.flex-xxxl-row{flex-direction:row!important}.flex-xxxl-column{flex-direction:column!important}.flex-xxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxl-wrap{flex-wrap:wrap!important}.flex-xxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxxl-fill{flex:1 1 auto!important}.flex-xxxl-grow-0{flex-grow:0!important}.flex-xxxl-grow-1{flex-grow:1!important}.flex-xxxl-shrink-0{flex-shrink:0!important}.flex-xxxl-shrink-1{flex-shrink:1!important}.justify-content-xxxl-start{justify-content:flex-start!important}.justify-content-xxxl-end{justify-content:flex-end!important}.justify-content-xxxl-center{justify-content:center!important}.justify-content-xxxl-between{justify-content:space-between!important}.justify-content-xxxl-around{justify-content:space-around!important}.align-items-xxxl-start{align-items:flex-start!important}.align-items-xxxl-end{align-items:flex-end!important}.align-items-xxxl-center{align-items:center!important}.align-items-xxxl-baseline{align-items:baseline!important}.align-items-xxxl-stretch{align-items:stretch!important}.align-content-xxxl-start{align-content:flex-start!important}.align-content-xxxl-end{align-content:flex-end!important}.align-content-xxxl-center{align-content:center!important}.align-content-xxxl-between{align-content:space-between!important}.align-content-xxxl-around{align-content:space-around!important}.align-content-xxxl-stretch{align-content:stretch!important}.align-self-xxxl-auto{align-self:auto!important}.align-self-xxxl-start{align-self:flex-start!important}.align-self-xxxl-end{align-self:flex-end!important}.align-self-xxxl-center{align-self:center!important}.align-self-xxxl-baseline{align-self:baseline!important}.align-self-xxxl-stretch{align-self:stretch!important}.m-xxxl-auto{margin:auto!important}.mt-xxxl-auto,.my-xxxl-auto{margin-top:auto!important}.mr-xxxl-auto,.mx-xxxl-auto{margin-right:auto!important}.mb-xxxl-auto,.my-xxxl-auto{margin-bottom:auto!important}.ml-xxxl-auto,.mx-xxxl-auto{margin-left:auto!important}}@media (min-width: 1921px){.flex-xxxxl-row{flex-direction:row!important}.flex-xxxxl-column{flex-direction:column!important}.flex-xxxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxxl-wrap{flex-wrap:wrap!important}.flex-xxxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxxxl-fill{flex:1 1 auto!important}.flex-xxxxl-grow-0{flex-grow:0!important}.flex-xxxxl-grow-1{flex-grow:1!important}.flex-xxxxl-shrink-0{flex-shrink:0!important}.flex-xxxxl-shrink-1{flex-shrink:1!important}.justify-content-xxxxl-start{justify-content:flex-start!important}.justify-content-xxxxl-end{justify-content:flex-end!important}.justify-content-xxxxl-center{justify-content:center!important}.justify-content-xxxxl-between{justify-content:space-between!important}.justify-content-xxxxl-around{justify-content:space-around!important}.align-items-xxxxl-start{align-items:flex-start!important}.align-items-xxxxl-end{align-items:flex-end!important}.align-items-xxxxl-center{align-items:center!important}.align-items-xxxxl-baseline{align-items:baseline!important}.align-items-xxxxl-stretch{align-items:stretch!important}.align-content-xxxxl-start{align-content:flex-start!important}.align-content-xxxxl-end{align-content:flex-end!important}.align-content-xxxxl-center{align-content:center!important}.align-content-xxxxl-between{align-content:space-between!important}.align-content-xxxxl-around{align-content:space-around!important}.align-content-xxxxl-stretch{align-content:stretch!important}.align-self-xxxxl-auto{align-self:auto!important}.align-self-xxxxl-start{align-self:flex-start!important}.align-self-xxxxl-end{align-self:flex-end!important}.align-self-xxxxl-center{align-self:center!important}.align-self-xxxxl-baseline{align-self:baseline!important}.align-self-xxxxl-stretch{align-self:stretch!important}.m-xxxxl-auto{margin:auto!important}.mt-xxxxl-auto,.my-xxxxl-auto{margin-top:auto!important}.mr-xxxxl-auto,.mx-xxxxl-auto{margin-right:auto!important}.mb-xxxxl-auto,.my-xxxxl-auto{margin-bottom:auto!important}.ml-xxxxl-auto,.mx-xxxxl-auto{margin-left:auto!important}}.mt--0{margin-top:0!important}.mb--0{margin-bottom:0!important}.pt--0{padding-top:0}.pb--0{padding-bottom:0}.mblock--0{margin-block:0px}.pblock--0{padding-block:0px}.mt--10{margin-top:10px!important}.mb--10{margin-bottom:10px!important}.pt--10{padding-top:10px}.pb--10{padding-bottom:10px}.mblock--10{margin-block:10px}.pblock--10{padding-block:10px}.mt--20{margin-top:20px!important}.mb--20{margin-bottom:20px!important}.pt--20{padding-top:20px}.pb--20{padding-bottom:20px}.mblock--20{margin-block:20px}.pblock--20{padding-block:20px}.mt--25{margin-top:25px!important}.mb--25{margin-bottom:25px!important}.pt--25{padding-top:25px}.pb--25{padding-bottom:25px}.mblock--25{margin-block:25px}.pblock--25{padding-block:25px}.mt--30{margin-top:30px!important}.mb--30{margin-bottom:30px!important}.pt--30{padding-top:30px}.pb--30{padding-bottom:30px}.mblock--30{margin-block:30px}.pblock--30{padding-block:30px}.mt--40{margin-top:40px!important}.mb--40{margin-bottom:40px!important}.pt--40{padding-top:40px}.pb--40{padding-bottom:40px}.mblock--40{margin-block:40px}.pblock--40{padding-block:40px}.mt--50{margin-top:50px!important}.mb--50{margin-bottom:50px!important}.pt--50{padding-top:50px}.pb--50{padding-bottom:50px}.mblock--50{margin-block:50px}.pblock--50{padding-block:50px}.mt--60{margin-top:60px!important}.mb--60{margin-bottom:60px!important}.pt--60{padding-top:60px}.pb--60{padding-bottom:60px}.mblock--60{margin-block:60px}.pblock--60{padding-block:60px}.mt--70{margin-top:70px!important}.mb--70{margin-bottom:70px!important}.pt--70{padding-top:70px}.pb--70{padding-bottom:70px}.mblock--70{margin-block:70px}.pblock--70{padding-block:70px}.mt--80{margin-top:80px!important}.mb--80{margin-bottom:80px!important}.pt--80{padding-top:80px}.pb--80{padding-bottom:80px}.mblock--80{margin-block:80px}.pblock--80{padding-block:80px}.mt--90{margin-top:90px!important}.mb--90{margin-bottom:90px!important}.pt--90{padding-top:90px}.pb--90{padding-bottom:90px}.mblock--90{margin-block:90px}.pblock--90{padding-block:90px}.mt--100{margin-top:100px!important}.mb--100{margin-bottom:100px!important}.pt--100{padding-top:100px}.pb--100{padding-bottom:100px}.mblock--100{margin-block:100px}.pblock--100{padding-block:100px}.mt--150{margin-top:150px!important}.mb--150{margin-bottom:150px!important}.pt--150{padding-top:150px}.pb--150{padding-bottom:150px}.mblock--150{margin-block:150px}.pblock--150{padding-block:150px}.mt--180{margin-top:180px!important}.mb--180{margin-bottom:180px!important}.pt--180{padding-top:180px}.pb--180{padding-bottom:180px}.mblock--180{margin-block:180px}.pblock--180{padding-block:180px}@keyframes move-right{0%{right:30px}50%{right:20px}to{right:30px}}.cs_card.cs_style_1 .cs_card_list,.cs_card.cs_style_2 .cs_card_list,.cs_card.cs_style_3 .cs_card_list,.cs_card.cs_style_4 .cs_card_list,.cs_card.cs_style_5 .cs_card_list,.cs_card.cs_style_7 .cs_card_list{display:inline-flex;flex-wrap:wrap;width:100%;gap:20px;padding:10px 0}.cs_card.cs_style_1 .cs_card_list li,.cs_card.cs_style_2 .cs_card_list li,.cs_card.cs_style_3 .cs_card_list li,.cs_card.cs_style_4 .cs_card_list li,.cs_card.cs_style_5 .cs_card_list li,.cs_card.cs_style_7 .cs_card_list li{position:relative;display:flex;gap:10px;align-items:center}.cs_card.cs_style_1 .cs_card_list li:not(:last-child),.cs_card.cs_style_2 .cs_card_list li:not(:last-child),.cs_card.cs_style_3 .cs_card_list li:not(:last-child),.cs_card.cs_style_4 .cs_card_list li:not(:last-child),.cs_card.cs_style_5 .cs_card_list li:not(:last-child),.cs_card.cs_style_7 .cs_card_list li:not(:last-child){padding-right:15px;margin-right:14px}@media (max-width: 767px){.cs_card.cs_style_1 .cs_card_list li:not(:last-child),.cs_card.cs_style_2 .cs_card_list li:not(:last-child),.cs_card.cs_style_3 .cs_card_list li:not(:last-child),.cs_card.cs_style_4 .cs_card_list li:not(:last-child),.cs_card.cs_style_5 .cs_card_list li:not(:last-child),.cs_card.cs_style_7 .cs_card_list li:not(:last-child){padding-right:9px;margin-right:8px}}.cs_card.cs_style_1 .cs_card_list li:not(:last-child):after,.cs_card.cs_style_2 .cs_card_list li:not(:last-child):after,.cs_card.cs_style_3 .cs_card_list li:not(:last-child):after,.cs_card.cs_style_4 .cs_card_list li:not(:last-child):after,.cs_card.cs_style_5 .cs_card_list li:not(:last-child):after,.cs_card.cs_style_7 .cs_card_list li:not(:last-child):after{content:\"\";position:absolute;right:-10px;top:0;margin-top:-10px;height:calc(100% + 20px);width:1px;background-color:var(--cl_text);opacity:.3}.cs_card.cs_style_1 .cs_card_list li .info--icon .icon--svg,.cs_card.cs_style_2 .cs_card_list li .info--icon .icon--svg,.cs_card.cs_style_3 .cs_card_list li .info--icon .icon--svg,.cs_card.cs_style_4 .cs_card_list li .info--icon .icon--svg,.cs_card.cs_style_5 .cs_card_list li .info--icon .icon--svg,.cs_card.cs_style_7 .cs_card_list li .info--icon .icon--svg{-webkit-mask-size:contain;mask-size:contain;width:40px;height:40px}.cs_card.cs_style_1{position:relative;display:block}.cs_card.cs_style_1 .img-container{height:400px}@media (max-width: 539px){.cs_card.cs_style_1 .img-container{height:260px}}.cs_card.cs_style_1 .cs_card_info{padding:15px;width:101%;left:-2px;position:relative}@media (max-width: 1024px){.cs_card.cs_style_1 .cs_card_info{padding:10px;position:relative}}.cs_card.cs_style_1 .cs_card_thumb{height:100%}.cs_card.cs_style_1 .cs_card_thumb img{position:relative;width:100%;height:100%;transition:all .6s ease;background-size:cover;object-fit:cover}.cs_card.cs_style_1 .cs_card_thumb img:nth-child(1){transform:translate(50%) scalex(2);opacity:0;filter:blur(10px);position:absolute;top:0;left:0}.cs_card.cs_style_1 .cs_card_thumb:hover img:nth-child(1){transform:translate(0) scalex(1);opacity:1;filter:blur(0)}.cs_card.cs_style_1 .cs_card_thumb:hover img:nth-child(2){transform:translate(-50%) scalex(2);opacity:0;filter:blur(10px)}@media (min-width: 1280px){.btns__box{justify-content:flex-start;opacity:0;visibility:hidden;transition:opacity .3s ease-in-out,visibility .3s ease-in-out;height:0;bottom:-75px;position:absolute}}@media (max-width: 1279px){.btns__box{visibility:visible;opacity:1;height:auto}}.cs_slide:hover .btns__box{opacity:1;visibility:visible;height:auto}.cs_card_info{transition:transform .3s ease-in-out;background-color:var(--cl_background_body)}.cs_slide:hover .cs_card_info{background-color:var(--cl_background_body)}@media (min-width: 1025px){.cs_slide:hover .cs_card_info{transform:translateY(-60px)}}.cs_slide:hover .cs_card_thumb:not(.cs_style_5):before{z-index:0!important}.cs_slide:hover .cs_card_thumb:not(.cs_style_5):after{z-index:0!important}.slick-disabled{opacity:.2;cursor:not-allowed}\n"] }]
|
|
26
|
+
}], propDecorators: { labels: [{
|
|
27
|
+
type: Input
|
|
28
|
+
}], rooms: [{
|
|
29
|
+
type: Input
|
|
30
|
+
}] } });
|
|
31
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi1yb29tcy1zbGlkZXIuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYmFieWxvbi9zcmMvbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLXJvb21zLXNsaWRlci9iYWJ5bG9uLXJvb21zLXNsaWRlci5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tcm9vbXMtc2xpZGVyL2JhYnlsb24tcm9vbXMtc2xpZGVyLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUMxRSxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsTUFBTSwrREFBK0QsQ0FBQztBQUN4RyxPQUFPLEVBQUUsd0JBQXdCLEVBQUUsTUFBTSxtREFBbUQsQ0FBQztBQUU3RixPQUFPLEVBQUUsOEJBQThCLEVBQUUsTUFBTSxjQUFjLENBQUM7OztBQWdCOUQsTUFBTSxPQUFPLDJCQUEyQjtJQWJ4QztRQW1CSSxlQUFVLEdBQXdCLEVBQUUsQ0FBQztLQUN4QztJQUxHLElBQWEsS0FBSyxDQUFDLEtBQXFDO1FBQ3BELElBQUksQ0FBQyxVQUFVLEdBQUcsS0FBSyxDQUFDO0lBQzVCLENBQUM7K0dBSlEsMkJBQTJCO21HQUEzQiwyQkFBMkIsa0lDckJ4QyxpeVNBd0tBLGt1NkJENUpRLFlBQVksNkhBQ1osdUJBQXVCLDJFQUN2Qix3QkFBd0IsNklBQ3hCLDhCQUE4Qjs7NEZBTXpCLDJCQUEyQjtrQkFidkMsU0FBUzsrQkFDSSwwQkFBMEIsY0FDeEIsSUFBSSxXQUNQO3dCQUNMLFlBQVk7d0JBQ1osdUJBQXVCO3dCQUN2Qix3QkFBd0I7d0JBQ3hCLDhCQUE4QjtxQkFDakMsbUJBR2dCLHVCQUF1QixDQUFDLE1BQU07OEJBR3RDLE1BQU07c0JBQWQsS0FBSztnQkFDTyxLQUFLO3NCQUFqQixLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IENoYW5nZURldGVjdGlvblN0cmF0ZWd5LCBDb21wb25lbnQsIElucHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBCYWJ5bG9uU2xpZGVyc0RpcmVjdGl2ZSB9IGZyb20gJy4uLy4uLy4uL2RpcmVjdGl2ZXMvYmFieWxvbi1zbGlkZXJzL2JhYnlsb24tc2xpZGVycy5kaXJlY3RpdmUnO1xuaW1wb3J0IHsgQmFieWxvbkxpbmtUeXBlRGlyZWN0aXZlIH0gZnJvbSAnLi4vLi4vLi4vZGlyZWN0aXZlcy9saW5rLXR5cGUvbGluay10eXBlLmRpcmVjdGl2ZSc7XG5pbXBvcnQgeyBCYWJ5bG9uVGV4dEluZm9JIH0gZnJvbSAnLi4vLi4vLi4vaW50ZXJmYWNlcy9iYWJ5bG9uLXRleHQtaW5mby5pbnRlcmZhY2UnO1xuaW1wb3J0IHsgQmFieWxvbkR5bmFtaWNIZWFkaW5nQ29tcG9uZW50IH0gZnJvbSAnLi4vLi4vc2hhcmVkJztcbmltcG9ydCB7IEJhYnlsb25Sb29tSW5mb0kgfSBmcm9tICcuL2JhYnlsb24tcm9vbS5pbnRlcmZhY2UnO1xuXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ2xpYi1iYWJ5bG9uLXJvb21zLXNsaWRlcicsXG4gICAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgICBpbXBvcnRzOiBbXG4gICAgICAgIENvbW1vbk1vZHVsZSxcbiAgICAgICAgQmFieWxvblNsaWRlcnNEaXJlY3RpdmUsXG4gICAgICAgIEJhYnlsb25MaW5rVHlwZURpcmVjdGl2ZSxcbiAgICAgICAgQmFieWxvbkR5bmFtaWNIZWFkaW5nQ29tcG9uZW50LFxuICAgIF0sXG4gICAgdGVtcGxhdGVVcmw6ICcuL2JhYnlsb24tcm9vbXMtc2xpZGVyLmNvbXBvbmVudC5odG1sJyxcbiAgICBzdHlsZVVybDogJy4vYmFieWxvbi1yb29tcy1zbGlkZXIuY29tcG9uZW50LnNjc3MnLFxuICAgIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxufSlcbmV4cG9ydCBjbGFzcyBCYWJ5bG9uUm9vbXNTbGlkZXJDb21wb25lbnQge1xuICAgIEBJbnB1dCgpIGxhYmVscz86IEJhYnlsb25UZXh0SW5mb0k7XG4gICAgQElucHV0KCkgc2V0IHJvb21zKGl0ZW1zOiBCYWJ5bG9uUm9vbUluZm9JW10gfCB1bmRlZmluZWQpIHtcbiAgICAgICAgdGhpcy50b3RhbFJvb21zID0gaXRlbXM7XG4gICAgfVxuXG4gICAgdG90YWxSb29tcz86IEJhYnlsb25Sb29tSW5mb0lbXSA9IFtdO1xufVxuIiwiPHNlY3Rpb24gY2xhc3M9XCJiYWJ5bG9uX19yb29tcy1zbGlkZXIgbWFyZ2luLW1haW5cIj5cbiAgICA8ZGl2IGNsYXNzPVwiY29udGFpbmVyXCI+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJpbnRyb19pbmZvIGFsaWduLS1jZW50ZXJcIj5cbiAgICAgICAgICAgIEBpZiAobGFiZWxzPy5wcmV0aXRsZUNvbnRhaW4pIHtcbiAgICAgICAgICAgICAgICA8bGliLWJhYnlsb24tZHluYW1pYy1oZWFkaW5nXG4gICAgICAgICAgICAgICAgICAgIFt0YWddPVwibGFiZWxzPy5wcmV0aXRsZUNvbnRhaW4/LnRhZyB8fCAnaDMnXCJcbiAgICAgICAgICAgICAgICAgICAgW2Nzc0NsYXNzXT1cImxhYmVscz8ucHJldGl0bGVDb250YWluPy5jc3NDbGFzcyB8fCAncHJldGl0bGUnXCJcbiAgICAgICAgICAgICAgICAgICAgW2NvbnRlbnRdPVwibGFiZWxzPy5wcmV0aXRsZUNvbnRhaW4/LmNvbnRlbnRcIlxuICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICA8L2xpYi1iYWJ5bG9uLWR5bmFtaWMtaGVhZGluZz5cbiAgICAgICAgICAgIH1cbiAgICAgICAgICAgIEBpZiAobGFiZWxzPy50aXRsZUNvbnRhaW4pIHtcbiAgICAgICAgICAgICAgICA8bGliLWJhYnlsb24tZHluYW1pYy1oZWFkaW5nXG4gICAgICAgICAgICAgICAgICAgIFt0YWddPVwibGFiZWxzPy50aXRsZUNvbnRhaW4/LnRhZyB8fCAnaDInXCJcbiAgICAgICAgICAgICAgICAgICAgW2Nzc0NsYXNzXT1cIlxuICAgICAgICAgICAgICAgICAgICAgICAgbGFiZWxzPy50aXRsZUNvbnRhaW4/LmNzc0NsYXNzIHx8ICd0aXRsZSB3b3cgZmFkZUluVXAnXG4gICAgICAgICAgICAgICAgICAgIFwiXG4gICAgICAgICAgICAgICAgICAgIFtjb250ZW50XT1cImxhYmVscz8udGl0bGVDb250YWluPy5jb250ZW50XCJcbiAgICAgICAgICAgICAgICAgICAgZGF0YS13b3ctZHVyYXRpb249XCIwLjhzXCJcbiAgICAgICAgICAgICAgICAgICAgZGF0YS13b3ctZGVsYXk9XCIwLjJzXCJcbiAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgPC9saWItYmFieWxvbi1keW5hbWljLWhlYWRpbmc+XG4gICAgICAgICAgICB9XG4gICAgICAgIDwvZGl2PlxuICAgIDwvZGl2PlxuICAgIDxkaXYgY2xhc3M9XCJjb250YWluZXItZmx1aWQgcGItLTUwXCI+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJjc19zbGlkZXIgY3Nfc3R5bGVfMSBjc19zbGlkZXJfZ2FwXzQwIGNzX3Nob3dfYXJyb3dzXCI+XG4gICAgICAgICAgICA8ZGl2XG4gICAgICAgICAgICAgICAgY2xhc3M9XCJjc19zbGlkZXJfY29udGFpbmVyXCJcbiAgICAgICAgICAgICAgICBzbGlkZXJzPVwiY3Nfc2xpZGVyX2NvbnRhaW5lclwiXG4gICAgICAgICAgICAgICAgZGF0YS1hdXRvcGxheT1cIjBcIlxuICAgICAgICAgICAgICAgIGRhdGEtbG9vcD1cIjBcIlxuICAgICAgICAgICAgICAgIGRhdGEtc3BlZWQ9XCI2MDBcIlxuICAgICAgICAgICAgICAgIGRhdGEtY2VudGVyPVwiMFwiXG4gICAgICAgICAgICAgICAgZGF0YS12YXJpYWJsZS13aWR0aD1cIjBcIlxuICAgICAgICAgICAgICAgIGRhdGEtc2xpZGVzLXBlci12aWV3PVwicmVzcG9uc2l2ZVwiXG4gICAgICAgICAgICAgICAgZGF0YS14cy1zbGlkZXM9XCIxXCJcbiAgICAgICAgICAgICAgICBkYXRhLXNtLXNsaWRlcz1cIjFcIlxuICAgICAgICAgICAgICAgIGRhdGEtbWQtc2xpZGVzPVwiMlwiXG4gICAgICAgICAgICAgICAgZGF0YS1tbGctc2xpZGVzPVwiMlwiXG4gICAgICAgICAgICAgICAgZGF0YS1sZy1zbGlkZXM9XCIzXCJcbiAgICAgICAgICAgICAgICBkYXRhLWFkZC1zbGlkZXM9XCIzXCJcbiAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY3Nfc2xpZGVyX3dyYXBwZXJcIj5cbiAgICAgICAgICAgICAgICAgICAgQGlmICh0b3RhbFJvb21zPy5sZW5ndGgpIHtcbiAgICAgICAgICAgICAgICAgICAgICAgIEBmb3IgKHJvb20gb2YgdG90YWxSb29tczsgdHJhY2sgJGluZGV4KSB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX3NsaWRlXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19jYXJkIGNzX3N0eWxlXzFcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIEBpZiAocm9vbS5pbWFnZXM/LlswXSkge1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJpbWctY29udGFpbmVyXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxhXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbYXR0ci5hcmlhLWxhYmVsXT1cIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHJvb20ubGlua3M/LlswXT8udXJsXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW2hyZWZdPVwicm9vbS5saW5rcz8uWzBdPy51cmxcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW2xpbmtUeXBlXT1cIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHJvb20ubGlua3M/LlswXT8ubGlua1R5cGVcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cImNzX2NhcmRfdGh1bWIgZC1ibG9jayBjcy0tcmFkaXVzIG92ZXJmbG93LWhpZGRlbiBwb3NpdGlvbi1yZWxhdGl2ZSBjc19wcmltYXJ5X2JnXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGltZ1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFtzcmNdPVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHJvb20uaW1hZ2VzPy5bMF0/LnNyY1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgYWx0PVwiUm9vbVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgbG9hZGluZz1cImxhenlcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgLz5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxpbWdcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbc3JjXT1cIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICByb29tLmltYWdlcz8uWzBdPy5zcmNcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGFsdD1cIlJvb21cIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGxvYWRpbmc9XCJsYXp5XCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIC8+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvYT5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXZcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cImNzX2NhcmRfaW5mbyBpbnRyb19pbmZvIG5vLWFsaWduXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBAaWYgKHJvb20/LnRleHRzPy5uYW1lKSB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxoMyBjbGFzcz1cInRpdGxlLS1zbWFsbCBtYi0tMFwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAge3sgcm9vbT8udGV4dHM/Lm5hbWUgfX1cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9oMz5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgQGlmIChyb29tPy50ZXh0cz8uYWRkaXRpb25hbDEpIHtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGgzIGNsYXNzPVwic3VidGl0bGUtLXNtYWxsXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB7eyByb29tPy50ZXh0cz8uYWRkaXRpb25hbDEgfX1cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9oMz5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgQGlmIChyb29tPy5lcXVpcG1lbnRzPy5sZW5ndGgpIHtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHVsIGNsYXNzPVwiY3NfY2FyZF9saXN0IGNzX21wXzBcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIEBmb3IgKFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGVxdWlwbWVudCBvZiByb29tLmVxdWlwbWVudHM7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgdHJhY2sgJGluZGV4XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICApIHtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8bGk+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIEBpZiAoZXF1aXBtZW50Lmljb24pIHtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXZcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cImluZm8tLWljb25cIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxpXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwiaWNvbi0tc3ZnIGljb24tbnVldm9fcGF4X2ljb19zbWFsbFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFtuZ0NsYXNzXT1cIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgZXF1aXBtZW50Lmljb25cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA+PC9pPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgQGlmIChlcXVpcG1lbnQubmFtZSkge1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHBcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cInRleHQtLXNtYWxsXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB7e1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBlcXVpcG1lbnQubmFtZVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIH19XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L3A+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2xpPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L3VsPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBAaWYgKHJvb20/LmJ1dHRvbnMpIHtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImJ0bnNfX2JveFwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgQGZvciAoXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgYnV0dG9uIG9mIHJvb20uYnV0dG9ucztcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB0cmFjayAkaW5kZXhcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICkge1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxhXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFthdHRyLmFyaWEtbGFiZWxdPVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBidXR0b24ubGFiZWxcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJidG5cIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbaHJlZl09XCJidXR0b24udXJsXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW2xpbmtUeXBlXT1cIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgYnV0dG9uLmxpbmtUeXBlXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFtuZ0NsYXNzXT1cIntcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGJ0bl9fcHJpbWFyeTogJGV2ZW4sXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBidG5fX2NhbGw6ICRvZGQsXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIH1cIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB7eyBidXR0b24ubGFiZWwgfX1cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9iPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvYT5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19zbGlkZXJfYXJyb3dzIGNzX3N0eWxlXzEgY3NfbW9iaWxlX2hpZGVcIj5cbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY3NfbGVmdF9hcnJvdyBjc19jZW50ZXIgY3NfcHJpbWFyeV9jb2xvclwiPlxuICAgICAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImJhYnlsb24tYXJyb3ctbGVmdC1iaWdcIj48L3NwYW4+XG4gICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX3JpZ2h0X2Fycm93IGNzX2NlbnRlciBjc19wcmltYXJ5X2NvbG9yXCI+XG4gICAgICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiYmFieWxvbi1hcnJvdy1yaWdodC1iaWdcIj48L3NwYW4+XG4gICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19wYWdpbmF0aW9uIGNzX3N0eWxlXzEgY3NfbW9iaWxlX3Nob3dcIj48L2Rpdj5cbiAgICAgICAgPC9kaXY+XG4gICAgPC9kaXY+XG48L3NlY3Rpb24+XG4iXX0=
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export {};
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi1yb29tcy1zbGlkZXIuaW50ZXJmYWNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYmFieWxvbi9zcmMvbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLXJvb21zLXNsaWRlci9iYWJ5bG9uLXJvb21zLXNsaWRlci5pbnRlcmZhY2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEJhYnlsb25Sb29tSW5mb0kgfSBmcm9tICcuL2JhYnlsb24tcm9vbS5pbnRlcmZhY2UnO1xuaW1wb3J0IHsgQmFieWxvblRleHRJbmZvSSB9IGZyb20gJy4uLy4uLy4uL2ludGVyZmFjZXMvYmFieWxvbi10ZXh0LWluZm8uaW50ZXJmYWNlJztcblxuZXhwb3J0IGludGVyZmFjZSBCYWJ5bG9uUm9vbXNTbGlkZXJJIHtcbiAgICBsYWJlbHM/OiBCYWJ5bG9uVGV4dEluZm9JO1xuICAgIHJvb21zPzogQmFieWxvblJvb21JbmZvSVtdO1xufVxuIl19
|
package/esm2022/lib/components/core/babylon-rooms-slider/babylon-rooms-text-info.interface.mjs
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export {};
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi1yb29tcy10ZXh0LWluZm8uaW50ZXJmYWNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYmFieWxvbi9zcmMvbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLXJvb21zLXNsaWRlci9iYWJ5bG9uLXJvb21zLXRleHQtaW5mby5pbnRlcmZhY2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCBpbnRlcmZhY2UgQmFieWxvblJvb21UZXh0SW5mb0kge1xuICAgIG5hbWU/OiBzdHJpbmc7XG4gICAgZGVzY3JpcHRpb24/OiBzdHJpbmc7XG4gICAgYWRkaXRpb25hbDE/OiBzdHJpbmc7XG4gICAgYWRkaXRpb25hbDI/OiBzdHJpbmc7XG4gICAgYWRkaXRpb25hbDM/OiBzdHJpbmc7XG4gICAgYWRkaXRpb25hbDQ/OiBzdHJpbmc7XG59XG4iXX0=
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export * from './babylon-rooms-slider.component';
|
|
2
|
+
export * from './babylon-rooms-slider.interface';
|
|
3
|
+
export * from './babylon-rooms-text-info.interface';
|
|
4
|
+
export * from './babylon-room.interface';
|
|
5
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tcm9vbXMtc2xpZGVyL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsa0NBQWtDLENBQUM7QUFDakQsY0FBYyxrQ0FBa0MsQ0FBQztBQUNqRCxjQUFjLHFDQUFxQyxDQUFDO0FBQ3BELGNBQWMsMEJBQTBCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL2JhYnlsb24tcm9vbXMtc2xpZGVyLmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tcm9vbXMtc2xpZGVyLmludGVyZmFjZSc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tcm9vbXMtdGV4dC1pbmZvLmludGVyZmFjZSc7XG5leHBvcnQgKiBmcm9tICcuL2JhYnlsb24tcm9vbS5pbnRlcmZhY2UnO1xuIl19
|
package/esm2022/lib/components/core/babylon-services-slider/babylon-service-slider.interface.mjs
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export {};
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi1zZXJ2aWNlLXNsaWRlci5pbnRlcmZhY2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tc2VydmljZXMtc2xpZGVyL2JhYnlsb24tc2VydmljZS1zbGlkZXIuaW50ZXJmYWNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBCYWJ5bG9uQWR2SW5mb0kgfSBmcm9tICcuLi9iYWJ5bG9uLWFkdmFudGFnZXMvYmFieWxvbi1hZHZhbnRhZ2VzLWluZm8uaW50ZXJmYWNlJztcblxuZXhwb3J0IGludGVyZmFjZSBCYWJ5bG9uU2VydmljZXNTbGlkZXJJIHtcbiAgICBwcmV0aXRsZT86IHN0cmluZztcbiAgICB0aXRsZT86IHN0cmluZztcbiAgICBhZHZhbnRhZ2VzPzogQmFieWxvbkFkdkluZm9JW107XG59XG4iXX0=
|