ctt-babylon 0.0.2 → 0.0.3
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/components/core/babylon-banner-gallery/babylon-banner-gallery.component.mjs +11 -0
- package/esm2022/lib/components/core/babylon-banner-info/babylon-banner-info.component.mjs +11 -0
- package/esm2022/lib/components/core/babylon-banner-newsletter/babylon-banner-newsletter.component.mjs +11 -0
- package/esm2022/lib/components/core/babylon-blog-details/babylon-blog-details.component.mjs +11 -0
- package/esm2022/lib/components/core/babylon-blog-list/babylon-blog-list.component.mjs +11 -0
- package/esm2022/lib/components/core/babylon-breadcrumb/babylon-breadcrumb.component.mjs +11 -0
- package/esm2022/lib/components/core/babylon-comingsoon/babylon-comingsoon.component.mjs +11 -0
- package/esm2022/lib/components/core/babylon-contact-form/babylon-contact-form.component.mjs +11 -0
- package/esm2022/lib/components/core/babylon-contact-how/babylon-contact-how.component.mjs +11 -0
- package/esm2022/lib/components/core/babylon-contact-map/babylon-contact-map.component.mjs +11 -0
- package/esm2022/lib/components/core/babylon-engine/babylon-engine.component.mjs +11 -0
- package/esm2022/lib/components/core/babylon-faq/babylon-faq.component.mjs +11 -0
- package/esm2022/lib/components/core/babylon-features-slider/babylon-features-slider.component.mjs +11 -0
- package/esm2022/lib/components/core/babylon-gallery/babylon-gallery.component.mjs +11 -0
- package/esm2022/lib/components/core/babylon-grid-gallery/babylon-grid-gallery.component.mjs +11 -0
- package/esm2022/lib/components/core/babylon-header/babylon-header.component.mjs +11 -0
- package/esm2022/lib/components/core/babylon-header-v2/babylon-header-v2.component.mjs +11 -0
- package/esm2022/lib/components/core/babylon-info-grid/babylon-info-grid.component.mjs +11 -0
- package/esm2022/lib/components/core/babylon-info-img/babylon-info-img.component.mjs +11 -0
- package/esm2022/lib/components/core/babylon-info-intro/babylon-info-intro.component.mjs +11 -0
- package/esm2022/lib/components/core/babylon-info-zig-zag/babylon-info-zig-zag.component.mjs +11 -0
- package/esm2022/lib/components/core/babylon-info2img/babylon-info2img.component.mjs +11 -0
- package/esm2022/lib/components/core/babylon-info3img/babylon-info3img.component.mjs +11 -0
- package/esm2022/lib/components/core/babylon-items-grid/babylon-items-grid.component.mjs +11 -0
- package/esm2022/lib/components/core/babylon-legal/babylon-legal.component.mjs +11 -0
- package/esm2022/lib/components/core/babylon-offer-detail/babylon-offer-detail.component.mjs +11 -0
- package/esm2022/lib/components/core/babylon-offers-list/babylon-offers-list.component.mjs +11 -0
- package/esm2022/lib/components/core/babylon-offers-slider/babylon-offers-slider.component.mjs +11 -0
- package/esm2022/lib/components/core/babylon-preload/babylon-preload.component.mjs +11 -0
- package/esm2022/lib/components/core/babylon-room-details/babylon-room-details.component.mjs +11 -0
- package/esm2022/lib/components/core/babylon-rooms-cols/babylon-rooms-cols.component.mjs +11 -0
- package/esm2022/lib/components/core/babylon-rooms-grid/babylon-rooms-grid.component.mjs +11 -0
- package/esm2022/lib/components/core/babylon-rooms-list/babylon-rooms-list.component.mjs +11 -0
- package/esm2022/lib/components/core/babylon-rooms-slider/babylon-rooms-slider.component.mjs +11 -0
- package/esm2022/lib/components/core/babylon-slider2col/babylon-slider2col.component.mjs +11 -0
- package/esm2022/lib/components/core/babylon-slider3col/babylon-slider3colcomponent.mjs +11 -0
- package/esm2022/lib/components/core/babylon-slider4col/babylon-slider4col.component.mjs +11 -0
- package/esm2022/lib/components/core/babylon-static-footer/babylon-static-footer.component.mjs +11 -0
- package/esm2022/lib/components/core/babylon-thanks/babylon-thanks.component.mjs +11 -0
- package/esm2022/lib/components/core/babylon-top-slider/babylon-top-slider.component.mjs +11 -0
- package/esm2022/lib/components/core/babylon-top-slider-v2/babylon-top-slider-v2.component.mjs +11 -0
- package/esm2022/lib/components/core/babylon-top-slider-video/babylon-top-slider-video.component.mjs +11 -0
- package/esm2022/lib/components/core/babylon-webmap/babylon-webmap.component.mjs +11 -0
- package/esm2022/public-api.mjs +44 -1
- package/fesm2022/ctt-babylon.mjs +388 -1
- package/fesm2022/ctt-babylon.mjs.map +1 -1
- package/lib/components/core/babylon-banner-gallery/babylon-banner-gallery.component.d.ts +5 -0
- package/lib/components/core/babylon-banner-info/babylon-banner-info.component.d.ts +5 -0
- package/lib/components/core/babylon-banner-newsletter/babylon-banner-newsletter.component.d.ts +5 -0
- package/lib/components/core/babylon-blog-details/babylon-blog-details.component.d.ts +5 -0
- package/lib/components/core/babylon-blog-list/babylon-blog-list.component.d.ts +5 -0
- package/lib/components/core/babylon-breadcrumb/babylon-breadcrumb.component.d.ts +5 -0
- package/lib/components/core/babylon-comingsoon/babylon-comingsoon.component.d.ts +5 -0
- package/lib/components/core/babylon-contact-form/babylon-contact-form.component.d.ts +5 -0
- package/lib/components/core/babylon-contact-how/babylon-contact-how.component.d.ts +5 -0
- package/lib/components/core/babylon-contact-map/babylon-contact-map.component.d.ts +5 -0
- package/lib/components/core/babylon-engine/babylon-engine.component.d.ts +5 -0
- package/lib/components/core/babylon-faq/babylon-faq.component.d.ts +5 -0
- package/lib/components/core/babylon-features-slider/babylon-features-slider.component.d.ts +5 -0
- package/lib/components/core/babylon-gallery/babylon-gallery.component.d.ts +5 -0
- package/lib/components/core/babylon-grid-gallery/babylon-grid-gallery.component.d.ts +5 -0
- package/lib/components/core/babylon-header/babylon-header.component.d.ts +5 -0
- package/lib/components/core/babylon-header-v2/babylon-header-v2.component.d.ts +5 -0
- package/lib/components/core/babylon-info-grid/babylon-info-grid.component.d.ts +5 -0
- package/lib/components/core/babylon-info-img/babylon-info-img.component.d.ts +5 -0
- package/lib/components/core/babylon-info-intro/babylon-info-intro.component.d.ts +5 -0
- package/lib/components/core/babylon-info-zig-zag/babylon-info-zig-zag.component.d.ts +5 -0
- package/lib/components/core/babylon-info2img/babylon-info2img.component.d.ts +5 -0
- package/lib/components/core/babylon-info3img/babylon-info3img.component.d.ts +5 -0
- package/lib/components/core/babylon-items-grid/babylon-items-grid.component.d.ts +5 -0
- package/lib/components/core/babylon-legal/babylon-legal.component.d.ts +5 -0
- package/lib/components/core/babylon-offer-detail/babylon-offer-detail.component.d.ts +5 -0
- package/lib/components/core/babylon-offers-list/babylon-offers-list.component.d.ts +5 -0
- package/lib/components/core/babylon-offers-slider/babylon-offers-slider.component.d.ts +5 -0
- package/lib/components/core/babylon-preload/babylon-preload.component.d.ts +5 -0
- package/lib/components/core/babylon-room-details/babylon-room-details.component.d.ts +5 -0
- package/lib/components/core/babylon-rooms-cols/babylon-rooms-cols.component.d.ts +5 -0
- package/lib/components/core/babylon-rooms-grid/babylon-rooms-grid.component.d.ts +5 -0
- package/lib/components/core/babylon-rooms-list/babylon-rooms-list.component.d.ts +5 -0
- package/lib/components/core/babylon-rooms-slider/babylon-rooms-slider.component.d.ts +5 -0
- package/lib/components/core/babylon-slider2col/babylon-slider2col.component.d.ts +5 -0
- package/lib/components/core/babylon-slider3col/babylon-slider3colcomponent.d.ts +5 -0
- package/lib/components/core/babylon-slider4col/babylon-slider4col.component.d.ts +5 -0
- package/lib/components/core/babylon-static-footer/babylon-static-footer.component.d.ts +5 -0
- package/lib/components/core/babylon-thanks/babylon-thanks.component.d.ts +5 -0
- package/lib/components/core/babylon-top-slider/babylon-top-slider.component.d.ts +5 -0
- package/lib/components/core/babylon-top-slider-v2/babylon-top-slider-v2.component.d.ts +5 -0
- package/lib/components/core/babylon-top-slider-video/babylon-top-slider-video.component.d.ts +5 -0
- package/lib/components/core/babylon-webmap/babylon-webmap.component.d.ts +5 -0
- package/package.json +1 -1
- package/public-api.d.ts +43 -0
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Component } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export class BabylonSlider3ColComponent {
|
|
4
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BabylonSlider3ColComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
5
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.11", type: BabylonSlider3ColComponent, isStandalone: true, selector: "lib-babylon-slider3col", ngImport: i0, template: "<section class=\"babylon__slider3col margin-main\"> \r\n \r\n <div class=\"container\">\r\n <div class=\"intro_info align--center1\">\r\n <h3 class=\"pretitle\">ITEMS/Equipament SLIDER </h3>\r\n <h2 class=\"title wow fadeInUp\" data-wow-duration=\"0.8s\" data-wow-delay=\"0.2s\">Explore Our Exclusive Resort Facilities</h2> \r\n </div> \r\n </div>\r\n <div class=\"cs_slider cs_style_1 cs_slider_gap_60 cs_hover_show_arrows\">\r\n <div class=\"container\">\r\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\">\r\n <div class=\"cs_slider_wrapper\">\r\n <div class=\"cs_slide\">\r\n <div class=\"cs_post cs_style_1\">\r\n <a href=\"#\" class=\"cs_post_thumb cs--radius overflow-hidden d-block position-relative\">\r\n <img src=\"/assets/babylon/fotos/feature_img_1.jpeg\" alt=\"Feature\">\r\n \r\n <span class=\"cs_hover_icon cs_center position-absolute cs_white_color cs_zindex_2 cs--radius\">\r\n <span class=\"babylon-arrow_btn\"></span> \r\n </span>\r\n </a>\r\n <div class=\"cs_post_info intro_info no-align\">\r\n <div class=\"cs_post_meta cs_mb_24\">\r\n <span>Nuestra carta</span>\r\n <span class=\"cs_post_meta_seperator\"></span>\r\n <a href=\"#\">descargar</a>\r\n </div>\r\n <div class=\"intro_info\">\r\n <h4 class=\"title--small mb--10\" >Restaurant & Bar 1</h4> \r\n <p class=\"text mb--10\">Exceptional dining awaits at our resort. Immerse yourself in exquisite flavors with view to match. Pure indulgence, effortlessly delivered</p>\r\n \r\n <div class=\"btns__box \">\r\n <a href=\"#\" class=\"btn-link \">\r\n <b>Ver m\u00E1s informaci\u00F3n</b>\r\n <span class=\"babylon-arrow-right-big\"></span> \r\n </a>\r\n </div> \r\n </div> \r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"cs_slide\">\r\n <div class=\"cs_post cs_style_1\">\r\n <a href=\"#\" class=\"cs_post_thumb cs--radius overflow-hidden d-block position-relative\">\r\n <img src=\"/assets/babylon/fotos/feature_img_1.jpeg\" alt=\"Feature\">\r\n \r\n <span class=\"cs_hover_icon cs_center position-absolute cs_white_color cs_zindex_2 cs--radius\">\r\n <span class=\"babylon-arrow_btn\"></span> \r\n </span>\r\n </a>\r\n <div class=\"cs_post_info intro_info no-align\">\r\n <div class=\"cs_post_meta cs_mb_24\">\r\n <span>Nuestra carta</span>\r\n <span class=\"cs_post_meta_seperator\"></span> \r\n </div>\r\n <div class=\"intro_info\">\r\n <h4 class=\"title--small mb--10\" >Restaurant & Bar 1</h4> \r\n <p class=\"text mb--10\">Exceptional dining awaits at our resort. Immerse yourself in exquisite flavors with view to match. Pure indulgence, effortlessly delivered</p>\r\n \r\n <div class=\"btns__box \">\r\n <a href=\"#\" class=\"btn-link \">\r\n <b>Ver m\u00E1s informaci\u00F3n</b>\r\n <span class=\"babylon-arrow-right-big\"></span> \r\n </a>\r\n </div> \r\n </div> \r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"cs_slide\">\r\n <div class=\"cs_post cs_style_1\">\r\n <a href=\"#\" class=\"cs_post_thumb cs--radius overflow-hidden d-block position-relative\">\r\n <img src=\"/assets/babylon/fotos/feature_img_1.jpeg\" alt=\"Feature\">\r\n \r\n <span class=\"cs_hover_icon cs_center position-absolute cs_white_color cs_zindex_2 cs--radius\">\r\n <span class=\"babylon-arrow_btn\"></span> \r\n </span>\r\n </a>\r\n <div class=\"cs_post_info intro_info no-align\">\r\n <div class=\"cs_post_meta cs_mb_24\">\r\n \r\n <span class=\"cs_post_meta_seperator\"></span>\r\n <a href=\"#\">descargar</a>\r\n </div>\r\n <div class=\"intro_info\">\r\n <h4 class=\"title--small mb--10\" >Restaurant & Bar 1</h4> \r\n <p class=\"text mb--10\">Exceptional dining awaits at our resort. Immerse yourself in exquisite flavors with view to match. Pure indulgence, effortlessly delivered</p>\r\n <div class=\"btns__box \">\r\n <a href=\"#\" class=\"btn-link \">\r\n <b>Ver m\u00E1s informaci\u00F3n</b>\r\n <span class=\"babylon-arrow-right-big\"></span> \r\n </a>\r\n </div> \r\n </div> \r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"cs_slide\">\r\n <a href=\"#\" class=\"cs_post cs_style_1\">\r\n <div class=\"cs_post_thumb cs--radius overflow-hidden d-block position-relative\">\r\n <img src=\"/assets/babylon/fotos/feature_img_1.jpeg\" alt=\"Feature\">\r\n \r\n <span class=\"cs_hover_icon cs_center position-absolute cs_white_color cs_zindex_2 cs--radius\">\r\n <span class=\"babylon-arrow_btn\"></span> \r\n </span>\r\n </div>\r\n <div class=\"cs_post_info intro_info no-align\">\r\n <div class=\"intro_info\">\r\n <h4 class=\"title--small mb--10\" >Restaurant & Bar</h4> \r\n <p class=\"text mb--10\">Exceptional dining awaits at our resort. Immerse yourself in exquisite flavors with view to match. Pure indulgence, effortlessly delivered</p>\r\n <div class=\"btns__box \">\r\n <a href=\"#\" class=\"btn-link \">\r\n <b>Ver m\u00E1s informaci\u00F3n</b>\r\n <span class=\"babylon-arrow-right-big\"></span> \r\n </a>\r\n </div> \r\n </div> \r\n </div>\r\n </a>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n \r\n <div class=\"cs_slider_arrows cs_style_2 cs_mobile_hide\">\r\n <div class=\"cs_left_arrow slick-arrow\">\r\n <span class=\"babylon-arrow-left-big\"></span> \r\n </div>\r\n <div class=\"cs_right_arrow slick-arrow\">\r\n <span class=\"babylon-arrow-right-big\"></span> \r\n </div>\r\n </div>\r\n <div class=\"cs_pagination cs_style_1 cs_mobile_show\"></div>\r\n </div>\r\n \r\n </section>", 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_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;--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}.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}.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_post.cs_style_1 .cs_post_title{max-width:430px;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cs_post.cs_style_1 .cs_hover_icon{top:20px;right:20px;height:40px;width:40px;background-color:#fff3;transition:transform .5s cubic-bezier(.5,2.2,.7,.7),all .3s ease;transform:scale(0);opacity:0}.cs_post.cs_style_1 .cs_hover_icon:hover{color:var(--cl_accent);background-color:#ffffffbf}.cs_post.cs_style_1 .cs_post_thumb:before{content:\"\";position:absolute;left:0;top:0;height:100%;width:100%;background:#0003;opacity:0;z-index:1;transition:all .4s ease}.cs_post.cs_style_1 .cs_post_thumb img{transition:all .6s ease;height:100%;width:100%;object-fit:cover}.cs_post.cs_style_1 .cs_post_thumb:hover img{transform:scale(1.06)}.cs_post.cs_style_1 .cs_post_thumb:hover:before{opacity:1}.cs_post.cs_style_1 .cs_post_thumb:hover .cs_hover_icon{transform:scale(1);opacity:1}.cs_post.cs_style_1 .cs_post_meta{display:flex;justify-content:space-between;align-items:center;gap:5px 20px;padding-top:2px;width:100%}.cs_post.cs_style_1 .cs_post_meta+.cs_post_title{padding-bottom:10px}.cs_post.cs_style_1 .cs_post_meta_seperator{flex:1;height:1px;background-color:var(--cl_accent)}.cs_post.cs_style_1.cs_size_1 .cs_post_thumb{height:412px}@media (max-width: 991px){.cs_post.cs_style_1.cs_size_1 .cs_post_thumb{height:370px}}.cs_post.cs_style_1.cs_size_2 .cs_post_thumb{height:282px}@media (max-width: 575px){.cs_post.cs_style_1.cs_size_2 .cs_post_thumb{height:initial}}.cs_post.cs_style_1.cs_size_3 .cs_post_thumb{height:350px}.cs_post.cs_style_1.cs_size_4 .cs_post_thumb,.cs_post.cs_style_1.cs_size_5 .cs_post_thumb{height:465px}@media (max-width: 575px){.cs_post.cs_style_1.cs_size_4 .cs_post_thumb,.cs_post.cs_style_1.cs_size_5 .cs_post_thumb{height:350px}}.cs_post.cs_style_1.cs_size_4 .cs_post_title,.cs_post.cs_style_1.cs_size_5 .cs_post_title{max-width:100%}.cs_post.cs_style_1.cs_size_4:not(:last-child),.cs_post.cs_style_1.cs_size_5:not(:last-child){margin-bottom:80px}@media (max-width: 991px){.cs_post.cs_style_1.cs_size_4:not(:last-child),.cs_post.cs_style_1.cs_size_5:not(:last-child){margin-bottom:60px}}.cs_post.cs_style_1.cs_size_4 .cs_subtitle,.cs_post.cs_style_1.cs_size_5 .cs_subtitle{text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.cs_post.cs_style_1.cs_size_4 .cs_video_block.cs_style_1{height:465px}@media (max-width: 575px){.cs_post.cs_style_1.cs_size_4 .cs_video_block.cs_style_1{height:350px}}.cs_post.cs_style_1.cs_size_4 .cs_video_block.cs_style_1 .cs_play_btn_2,.cs_post.cs_style_1.cs_size_5 .cs_video_block.cs_style_1 .cs_play_btn_2{scale:.7}@media (min-width: 992px){.cs_post.cs_style_1.cs_size_5{display:flex;align-items:center;gap:24px}.cs_post.cs_style_1.cs_size_5 .cs_post_thumb{flex:none;width:50%;margin-bottom:0}.cs_post.cs_style_1.cs_size_5 .cs_subtitle{-webkit-line-clamp:4}.cs_post.cs_style_1.cs_size_5 .cs_video_block.cs_style_1{height:550px;margin-bottom:0}}.cs_post.cs_style_1 .cs_post_info{padding:15px 0}@media (max-width: 991px){.cs_post.cs_style_1 .cs_post_info{padding:10px 0}}\n"] }); }
|
|
6
|
+
}
|
|
7
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BabylonSlider3ColComponent, decorators: [{
|
|
8
|
+
type: Component,
|
|
9
|
+
args: [{ selector: 'lib-babylon-slider3col', standalone: true, imports: [], template: "<section class=\"babylon__slider3col margin-main\"> \r\n \r\n <div class=\"container\">\r\n <div class=\"intro_info align--center1\">\r\n <h3 class=\"pretitle\">ITEMS/Equipament SLIDER </h3>\r\n <h2 class=\"title wow fadeInUp\" data-wow-duration=\"0.8s\" data-wow-delay=\"0.2s\">Explore Our Exclusive Resort Facilities</h2> \r\n </div> \r\n </div>\r\n <div class=\"cs_slider cs_style_1 cs_slider_gap_60 cs_hover_show_arrows\">\r\n <div class=\"container\">\r\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\">\r\n <div class=\"cs_slider_wrapper\">\r\n <div class=\"cs_slide\">\r\n <div class=\"cs_post cs_style_1\">\r\n <a href=\"#\" class=\"cs_post_thumb cs--radius overflow-hidden d-block position-relative\">\r\n <img src=\"/assets/babylon/fotos/feature_img_1.jpeg\" alt=\"Feature\">\r\n \r\n <span class=\"cs_hover_icon cs_center position-absolute cs_white_color cs_zindex_2 cs--radius\">\r\n <span class=\"babylon-arrow_btn\"></span> \r\n </span>\r\n </a>\r\n <div class=\"cs_post_info intro_info no-align\">\r\n <div class=\"cs_post_meta cs_mb_24\">\r\n <span>Nuestra carta</span>\r\n <span class=\"cs_post_meta_seperator\"></span>\r\n <a href=\"#\">descargar</a>\r\n </div>\r\n <div class=\"intro_info\">\r\n <h4 class=\"title--small mb--10\" >Restaurant & Bar 1</h4> \r\n <p class=\"text mb--10\">Exceptional dining awaits at our resort. Immerse yourself in exquisite flavors with view to match. Pure indulgence, effortlessly delivered</p>\r\n \r\n <div class=\"btns__box \">\r\n <a href=\"#\" class=\"btn-link \">\r\n <b>Ver m\u00E1s informaci\u00F3n</b>\r\n <span class=\"babylon-arrow-right-big\"></span> \r\n </a>\r\n </div> \r\n </div> \r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"cs_slide\">\r\n <div class=\"cs_post cs_style_1\">\r\n <a href=\"#\" class=\"cs_post_thumb cs--radius overflow-hidden d-block position-relative\">\r\n <img src=\"/assets/babylon/fotos/feature_img_1.jpeg\" alt=\"Feature\">\r\n \r\n <span class=\"cs_hover_icon cs_center position-absolute cs_white_color cs_zindex_2 cs--radius\">\r\n <span class=\"babylon-arrow_btn\"></span> \r\n </span>\r\n </a>\r\n <div class=\"cs_post_info intro_info no-align\">\r\n <div class=\"cs_post_meta cs_mb_24\">\r\n <span>Nuestra carta</span>\r\n <span class=\"cs_post_meta_seperator\"></span> \r\n </div>\r\n <div class=\"intro_info\">\r\n <h4 class=\"title--small mb--10\" >Restaurant & Bar 1</h4> \r\n <p class=\"text mb--10\">Exceptional dining awaits at our resort. Immerse yourself in exquisite flavors with view to match. Pure indulgence, effortlessly delivered</p>\r\n \r\n <div class=\"btns__box \">\r\n <a href=\"#\" class=\"btn-link \">\r\n <b>Ver m\u00E1s informaci\u00F3n</b>\r\n <span class=\"babylon-arrow-right-big\"></span> \r\n </a>\r\n </div> \r\n </div> \r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"cs_slide\">\r\n <div class=\"cs_post cs_style_1\">\r\n <a href=\"#\" class=\"cs_post_thumb cs--radius overflow-hidden d-block position-relative\">\r\n <img src=\"/assets/babylon/fotos/feature_img_1.jpeg\" alt=\"Feature\">\r\n \r\n <span class=\"cs_hover_icon cs_center position-absolute cs_white_color cs_zindex_2 cs--radius\">\r\n <span class=\"babylon-arrow_btn\"></span> \r\n </span>\r\n </a>\r\n <div class=\"cs_post_info intro_info no-align\">\r\n <div class=\"cs_post_meta cs_mb_24\">\r\n \r\n <span class=\"cs_post_meta_seperator\"></span>\r\n <a href=\"#\">descargar</a>\r\n </div>\r\n <div class=\"intro_info\">\r\n <h4 class=\"title--small mb--10\" >Restaurant & Bar 1</h4> \r\n <p class=\"text mb--10\">Exceptional dining awaits at our resort. Immerse yourself in exquisite flavors with view to match. Pure indulgence, effortlessly delivered</p>\r\n <div class=\"btns__box \">\r\n <a href=\"#\" class=\"btn-link \">\r\n <b>Ver m\u00E1s informaci\u00F3n</b>\r\n <span class=\"babylon-arrow-right-big\"></span> \r\n </a>\r\n </div> \r\n </div> \r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"cs_slide\">\r\n <a href=\"#\" class=\"cs_post cs_style_1\">\r\n <div class=\"cs_post_thumb cs--radius overflow-hidden d-block position-relative\">\r\n <img src=\"/assets/babylon/fotos/feature_img_1.jpeg\" alt=\"Feature\">\r\n \r\n <span class=\"cs_hover_icon cs_center position-absolute cs_white_color cs_zindex_2 cs--radius\">\r\n <span class=\"babylon-arrow_btn\"></span> \r\n </span>\r\n </div>\r\n <div class=\"cs_post_info intro_info no-align\">\r\n <div class=\"intro_info\">\r\n <h4 class=\"title--small mb--10\" >Restaurant & Bar</h4> \r\n <p class=\"text mb--10\">Exceptional dining awaits at our resort. Immerse yourself in exquisite flavors with view to match. Pure indulgence, effortlessly delivered</p>\r\n <div class=\"btns__box \">\r\n <a href=\"#\" class=\"btn-link \">\r\n <b>Ver m\u00E1s informaci\u00F3n</b>\r\n <span class=\"babylon-arrow-right-big\"></span> \r\n </a>\r\n </div> \r\n </div> \r\n </div>\r\n </a>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n \r\n <div class=\"cs_slider_arrows cs_style_2 cs_mobile_hide\">\r\n <div class=\"cs_left_arrow slick-arrow\">\r\n <span class=\"babylon-arrow-left-big\"></span> \r\n </div>\r\n <div class=\"cs_right_arrow slick-arrow\">\r\n <span class=\"babylon-arrow-right-big\"></span> \r\n </div>\r\n </div>\r\n <div class=\"cs_pagination cs_style_1 cs_mobile_show\"></div>\r\n </div>\r\n \r\n </section>", 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_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;--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}.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}.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_post.cs_style_1 .cs_post_title{max-width:430px;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cs_post.cs_style_1 .cs_hover_icon{top:20px;right:20px;height:40px;width:40px;background-color:#fff3;transition:transform .5s cubic-bezier(.5,2.2,.7,.7),all .3s ease;transform:scale(0);opacity:0}.cs_post.cs_style_1 .cs_hover_icon:hover{color:var(--cl_accent);background-color:#ffffffbf}.cs_post.cs_style_1 .cs_post_thumb:before{content:\"\";position:absolute;left:0;top:0;height:100%;width:100%;background:#0003;opacity:0;z-index:1;transition:all .4s ease}.cs_post.cs_style_1 .cs_post_thumb img{transition:all .6s ease;height:100%;width:100%;object-fit:cover}.cs_post.cs_style_1 .cs_post_thumb:hover img{transform:scale(1.06)}.cs_post.cs_style_1 .cs_post_thumb:hover:before{opacity:1}.cs_post.cs_style_1 .cs_post_thumb:hover .cs_hover_icon{transform:scale(1);opacity:1}.cs_post.cs_style_1 .cs_post_meta{display:flex;justify-content:space-between;align-items:center;gap:5px 20px;padding-top:2px;width:100%}.cs_post.cs_style_1 .cs_post_meta+.cs_post_title{padding-bottom:10px}.cs_post.cs_style_1 .cs_post_meta_seperator{flex:1;height:1px;background-color:var(--cl_accent)}.cs_post.cs_style_1.cs_size_1 .cs_post_thumb{height:412px}@media (max-width: 991px){.cs_post.cs_style_1.cs_size_1 .cs_post_thumb{height:370px}}.cs_post.cs_style_1.cs_size_2 .cs_post_thumb{height:282px}@media (max-width: 575px){.cs_post.cs_style_1.cs_size_2 .cs_post_thumb{height:initial}}.cs_post.cs_style_1.cs_size_3 .cs_post_thumb{height:350px}.cs_post.cs_style_1.cs_size_4 .cs_post_thumb,.cs_post.cs_style_1.cs_size_5 .cs_post_thumb{height:465px}@media (max-width: 575px){.cs_post.cs_style_1.cs_size_4 .cs_post_thumb,.cs_post.cs_style_1.cs_size_5 .cs_post_thumb{height:350px}}.cs_post.cs_style_1.cs_size_4 .cs_post_title,.cs_post.cs_style_1.cs_size_5 .cs_post_title{max-width:100%}.cs_post.cs_style_1.cs_size_4:not(:last-child),.cs_post.cs_style_1.cs_size_5:not(:last-child){margin-bottom:80px}@media (max-width: 991px){.cs_post.cs_style_1.cs_size_4:not(:last-child),.cs_post.cs_style_1.cs_size_5:not(:last-child){margin-bottom:60px}}.cs_post.cs_style_1.cs_size_4 .cs_subtitle,.cs_post.cs_style_1.cs_size_5 .cs_subtitle{text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.cs_post.cs_style_1.cs_size_4 .cs_video_block.cs_style_1{height:465px}@media (max-width: 575px){.cs_post.cs_style_1.cs_size_4 .cs_video_block.cs_style_1{height:350px}}.cs_post.cs_style_1.cs_size_4 .cs_video_block.cs_style_1 .cs_play_btn_2,.cs_post.cs_style_1.cs_size_5 .cs_video_block.cs_style_1 .cs_play_btn_2{scale:.7}@media (min-width: 992px){.cs_post.cs_style_1.cs_size_5{display:flex;align-items:center;gap:24px}.cs_post.cs_style_1.cs_size_5 .cs_post_thumb{flex:none;width:50%;margin-bottom:0}.cs_post.cs_style_1.cs_size_5 .cs_subtitle{-webkit-line-clamp:4}.cs_post.cs_style_1.cs_size_5 .cs_video_block.cs_style_1{height:550px;margin-bottom:0}}.cs_post.cs_style_1 .cs_post_info{padding:15px 0}@media (max-width: 991px){.cs_post.cs_style_1 .cs_post_info{padding:10px 0}}\n"] }]
|
|
10
|
+
}] });
|
|
11
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi1zbGlkZXIzY29sY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYmFieWxvbi9zcmMvbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLXNsaWRlcjNjb2wvYmFieWxvbi1zbGlkZXIzY29sY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYmFieWxvbi9zcmMvbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLXNsaWRlcjNjb2wvYmFieWxvbi1zbGlkZXIzY29sLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7O0FBUzFDLE1BQU0sT0FBTywwQkFBMEI7K0dBQTFCLDBCQUEwQjttR0FBMUIsMEJBQTBCLGtGQ1R2Qywwb1FBdUlZOzs0RkQ5SEMsMEJBQTBCO2tCQVB0QyxTQUFTOytCQUNFLHdCQUF3QixjQUN0QixJQUFJLFdBQ1AsRUFBRSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5cclxuQENvbXBvbmVudCh7XHJcbiAgc2VsZWN0b3I6ICdsaWItYmFieWxvbi1zbGlkZXIzY29sJyxcclxuICBzdGFuZGFsb25lOiB0cnVlLFxyXG4gIGltcG9ydHM6IFtdLFxyXG4gIHRlbXBsYXRlVXJsOiAnLi9iYWJ5bG9uLXNsaWRlcjNjb2wuY29tcG9uZW50Lmh0bWwnLFxyXG4gIHN0eWxlVXJsOiAnLi9iYWJ5bG9uLXNsaWRlcjNjb2wuY29tcG9uZW50LnNjc3MnXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBCYWJ5bG9uU2xpZGVyM0NvbENvbXBvbmVudCB7XHJcblxyXG59XHJcbiIsIjxzZWN0aW9uIGNsYXNzPVwiYmFieWxvbl9fc2xpZGVyM2NvbCBtYXJnaW4tbWFpblwiPiBcclxuIFxyXG4gICAgPGRpdiBjbGFzcz1cImNvbnRhaW5lclwiPlxyXG4gICAgICAgIDxkaXYgY2xhc3M9XCJpbnRyb19pbmZvIGFsaWduLS1jZW50ZXIxXCI+XHJcbiAgICAgICAgICAgIDxoMyBjbGFzcz1cInByZXRpdGxlXCI+SVRFTVMvRXF1aXBhbWVudCBTTElERVIgPC9oMz5cclxuICAgICAgICAgICAgPGgyIGNsYXNzPVwidGl0bGUgd293IGZhZGVJblVwXCIgZGF0YS13b3ctZHVyYXRpb249XCIwLjhzXCIgZGF0YS13b3ctZGVsYXk9XCIwLjJzXCI+RXhwbG9yZSBPdXIgRXhjbHVzaXZlIFJlc29ydCBGYWNpbGl0aWVzPC9oMj4gIFxyXG4gICAgICAgIDwvZGl2PiAgXHJcbiAgICA8L2Rpdj5cclxuICAgIDxkaXYgY2xhc3M9XCJjc19zbGlkZXIgY3Nfc3R5bGVfMSBjc19zbGlkZXJfZ2FwXzYwIGNzX2hvdmVyX3Nob3dfYXJyb3dzXCI+XHJcbiAgICAgIDxkaXYgY2xhc3M9XCJjb250YWluZXJcIj5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwiY3Nfc2xpZGVyX2NvbnRhaW5lclwiIGRhdGEtYXV0b3BsYXk9XCIwXCIgZGF0YS1sb29wPVwiMVwiIGRhdGEtc3BlZWQ9XCI2MDBcIiBkYXRhLWNlbnRlcj1cIjBcIiBkYXRhLXZhcmlhYmxlLXdpZHRoPVwiMFwiIGRhdGEtc2xpZGVzLXBlci12aWV3PVwicmVzcG9uc2l2ZVwiIGRhdGEteHMtc2xpZGVzPVwiMVwiIGRhdGEtc20tc2xpZGVzPVwiMlwiIGRhdGEtbWQtc2xpZGVzPVwiMlwiIGRhdGEtbGctc2xpZGVzPVwiM1wiIGRhdGEtYWRkLXNsaWRlcz1cIjNcIj5cclxuICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19zbGlkZXJfd3JhcHBlclwiPlxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY3Nfc2xpZGVcIj5cclxuICAgICAgICAgICAgICAgIDxkaXYgIGNsYXNzPVwiY3NfcG9zdCBjc19zdHlsZV8xXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgPGEgIGhyZWY9XCIjXCIgY2xhc3M9XCJjc19wb3N0X3RodW1iIGNzLS1yYWRpdXMgb3ZlcmZsb3ctaGlkZGVuIGQtYmxvY2sgIHBvc2l0aW9uLXJlbGF0aXZlXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxpbWcgc3JjPVwiL2Fzc2V0cy9iYWJ5bG9uL2ZvdG9zL2ZlYXR1cmVfaW1nXzEuanBlZ1wiIGFsdD1cIkZlYXR1cmVcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgXHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiY3NfaG92ZXJfaWNvbiBjc19jZW50ZXIgcG9zaXRpb24tYWJzb2x1dGUgY3Nfd2hpdGVfY29sb3IgY3NfemluZGV4XzIgY3MtLXJhZGl1c1wiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJiYWJ5bG9uLWFycm93X2J0blwiPjwvc3Bhbj4gXHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDwvc3Bhbj5cclxuICAgICAgICAgICAgICAgICAgICA8L2E+XHJcbiAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX3Bvc3RfaW5mbyBpbnRyb19pbmZvIG5vLWFsaWduXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19wb3N0X21ldGEgY3NfbWJfMjRcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxzcGFuPk51ZXN0cmEgY2FydGE8L3NwYW4+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImNzX3Bvc3RfbWV0YV9zZXBlcmF0b3JcIj48L3NwYW4+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8YSBocmVmPVwiI1wiPmRlc2NhcmdhcjwvYT5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImludHJvX2luZm9cIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxoNCBjbGFzcz1cInRpdGxlLS1zbWFsbCBtYi0tMTBcIiA+UmVzdGF1cmFudCAmIEJhciAxPC9oND4gIFxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPHAgY2xhc3M9XCJ0ZXh0IG1iLS0xMFwiPkV4Y2VwdGlvbmFsIGRpbmluZyBhd2FpdHMgYXQgb3VyIHJlc29ydC4gSW1tZXJzZSB5b3Vyc2VsZiBpbiBleHF1aXNpdGUgIGZsYXZvcnMgd2l0aCB2aWV3IHRvIG1hdGNoLiBQdXJlIGluZHVsZ2VuY2UsIGVmZm9ydGxlc3NseSBkZWxpdmVyZWQ8L3A+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIFxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImJ0bnNfX2JveCAgXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGEgaHJlZj1cIiNcIiBjbGFzcz1cImJ0bi1saW5rIFwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8Yj5WZXIgbcOhcyBpbmZvcm1hY2nDs248L2I+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiYmFieWxvbi1hcnJvdy1yaWdodC1iaWdcIj48L3NwYW4+IFxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvYT5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PiAgIFxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj4gIFxyXG4gICAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY3Nfc2xpZGVcIj5cclxuICAgICAgICAgICAgICAgIDxkaXYgIGNsYXNzPVwiY3NfcG9zdCBjc19zdHlsZV8xXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgPGEgIGhyZWY9XCIjXCIgY2xhc3M9XCJjc19wb3N0X3RodW1iIGNzLS1yYWRpdXMgb3ZlcmZsb3ctaGlkZGVuIGQtYmxvY2sgIHBvc2l0aW9uLXJlbGF0aXZlXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxpbWcgc3JjPVwiL2Fzc2V0cy9iYWJ5bG9uL2ZvdG9zL2ZlYXR1cmVfaW1nXzEuanBlZ1wiIGFsdD1cIkZlYXR1cmVcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgXHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiY3NfaG92ZXJfaWNvbiBjc19jZW50ZXIgcG9zaXRpb24tYWJzb2x1dGUgY3Nfd2hpdGVfY29sb3IgY3NfemluZGV4XzIgY3MtLXJhZGl1c1wiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJiYWJ5bG9uLWFycm93X2J0blwiPjwvc3Bhbj4gXHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDwvc3Bhbj5cclxuICAgICAgICAgICAgICAgICAgICA8L2E+XHJcbiAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX3Bvc3RfaW5mbyAgaW50cm9faW5mbyBuby1hbGlnblwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY3NfcG9zdF9tZXRhIGNzX21iXzI0XCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8c3Bhbj5OdWVzdHJhIGNhcnRhPC9zcGFuPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJjc19wb3N0X21ldGFfc2VwZXJhdG9yXCI+PC9zcGFuPiBcclxuICAgICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImludHJvX2luZm9cIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxoNCBjbGFzcz1cInRpdGxlLS1zbWFsbCBtYi0tMTBcIiA+UmVzdGF1cmFudCAmIEJhciAxPC9oND4gIFxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPHAgY2xhc3M9XCJ0ZXh0IG1iLS0xMFwiPkV4Y2VwdGlvbmFsIGRpbmluZyBhd2FpdHMgYXQgb3VyIHJlc29ydC4gSW1tZXJzZSB5b3Vyc2VsZiBpbiBleHF1aXNpdGUgIGZsYXZvcnMgd2l0aCB2aWV3IHRvIG1hdGNoLiBQdXJlIGluZHVsZ2VuY2UsIGVmZm9ydGxlc3NseSBkZWxpdmVyZWQ8L3A+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiYnRuc19fYm94ICBcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8YSBocmVmPVwiI1wiIGNsYXNzPVwiYnRuLWxpbmsgXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxiPlZlciBtw6FzIGluZm9ybWFjacOzbjwvYj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJiYWJ5bG9uLWFycm93LXJpZ2h0LWJpZ1wiPjwvc3Bhbj4gXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9hPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+ICBcclxuICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+ICAgXHJcbiAgICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19zbGlkZVwiPlxyXG4gICAgICAgICAgICAgICAgPGRpdiAgY2xhc3M9XCJjc19wb3N0IGNzX3N0eWxlXzFcIj5cclxuICAgICAgICAgICAgICAgICAgICA8YSAgaHJlZj1cIiNcIiBjbGFzcz1cImNzX3Bvc3RfdGh1bWIgY3MtLXJhZGl1cyBvdmVyZmxvdy1oaWRkZW4gZC1ibG9jayAgcG9zaXRpb24tcmVsYXRpdmVcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPGltZyBzcmM9XCIvYXNzZXRzL2JhYnlsb24vZm90b3MvZmVhdHVyZV9pbWdfMS5qcGVnXCIgYWx0PVwiRmVhdHVyZVwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICBcclxuICAgICAgICAgICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJjc19ob3Zlcl9pY29uIGNzX2NlbnRlciBwb3NpdGlvbi1hYnNvbHV0ZSBjc193aGl0ZV9jb2xvciBjc196aW5kZXhfMiBjcy0tcmFkaXVzXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImJhYnlsb24tYXJyb3dfYnRuXCI+PC9zcGFuPiBcclxuICAgICAgICAgICAgICAgICAgICAgICAgPC9zcGFuPlxyXG4gICAgICAgICAgICAgICAgICAgIDwvYT5cclxuICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY3NfcG9zdF9pbmZvIGludHJvX2luZm8gbm8tYWxpZ25cIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX3Bvc3RfbWV0YSBjc19tYl8yNFwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImNzX3Bvc3RfbWV0YV9zZXBlcmF0b3JcIj48L3NwYW4+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8YSBocmVmPVwiI1wiPmRlc2NhcmdhcjwvYT5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImludHJvX2luZm9cIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxoNCBjbGFzcz1cInRpdGxlLS1zbWFsbCBtYi0tMTBcIiA+UmVzdGF1cmFudCAmIEJhciAxPC9oND4gIFxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPHAgY2xhc3M9XCJ0ZXh0IG1iLS0xMFwiPkV4Y2VwdGlvbmFsIGRpbmluZyBhd2FpdHMgYXQgb3VyIHJlc29ydC4gSW1tZXJzZSB5b3Vyc2VsZiBpbiBleHF1aXNpdGUgIGZsYXZvcnMgd2l0aCB2aWV3IHRvIG1hdGNoLiBQdXJlIGluZHVsZ2VuY2UsIGVmZm9ydGxlc3NseSBkZWxpdmVyZWQ8L3A+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiYnRuc19fYm94ICBcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8YSBocmVmPVwiI1wiIGNsYXNzPVwiYnRuLWxpbmsgXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxiPlZlciBtw6FzIGluZm9ybWFjacOzbjwvYj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJiYWJ5bG9uLWFycm93LXJpZ2h0LWJpZ1wiPjwvc3Bhbj4gXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9hPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+ICBcclxuICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+ICAgICAgXHJcbiAgICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19zbGlkZVwiPlxyXG4gICAgICAgICAgICAgICAgPGEgaHJlZj1cIiNcIiBjbGFzcz1cImNzX3Bvc3QgY3Nfc3R5bGVfMVwiPlxyXG4gICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19wb3N0X3RodW1iIGNzLS1yYWRpdXMgb3ZlcmZsb3ctaGlkZGVuIGQtYmxvY2sgIHBvc2l0aW9uLXJlbGF0aXZlXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxpbWcgc3JjPVwiL2Fzc2V0cy9iYWJ5bG9uL2ZvdG9zL2ZlYXR1cmVfaW1nXzEuanBlZ1wiIGFsdD1cIkZlYXR1cmVcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgXHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiY3NfaG92ZXJfaWNvbiBjc19jZW50ZXIgcG9zaXRpb24tYWJzb2x1dGUgY3Nfd2hpdGVfY29sb3IgY3NfemluZGV4XzIgY3MtLXJhZGl1c1wiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJiYWJ5bG9uLWFycm93X2J0blwiPjwvc3Bhbj4gXHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDwvc3Bhbj5cclxuICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY3NfcG9zdF9pbmZvICBpbnRyb19pbmZvIG5vLWFsaWduXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJpbnRyb19pbmZvXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8aDQgY2xhc3M9XCJ0aXRsZS0tc21hbGwgbWItLTEwXCIgPlJlc3RhdXJhbnQgJiBCYXI8L2g0PiAgXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cCBjbGFzcz1cInRleHQgbWItLTEwXCI+RXhjZXB0aW9uYWwgZGluaW5nIGF3YWl0cyBhdCBvdXIgcmVzb3J0LiBJbW1lcnNlIHlvdXJzZWxmIGluIGV4cXVpc2l0ZSAgZmxhdm9ycyB3aXRoIHZpZXcgdG8gbWF0Y2guIFB1cmUgaW5kdWxnZW5jZSwgZWZmb3J0bGVzc2x5IGRlbGl2ZXJlZDwvcD5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJidG5zX19ib3ggIFwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxhIGhyZWY9XCIjXCIgY2xhc3M9XCJidG4tbGluayBcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGI+VmVyIG3DoXMgaW5mb3JtYWNpw7NuPC9iPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImJhYnlsb24tYXJyb3ctcmlnaHQtYmlnXCI+PC9zcGFuPiBcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2E+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj4gIFxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj4gICBcclxuICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgIDwvYT5cclxuICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICA8L2Rpdj5cclxuICAgICAgPC9kaXY+XHJcbiAgXHJcbiAgICAgIDxkaXYgY2xhc3M9XCJjc19zbGlkZXJfYXJyb3dzIGNzX3N0eWxlXzIgY3NfbW9iaWxlX2hpZGVcIj5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwiY3NfbGVmdF9hcnJvdyBzbGljay1hcnJvd1wiPlxyXG4gICAgICAgICAgICA8c3BhbiBjbGFzcz1cImJhYnlsb24tYXJyb3ctbGVmdC1iaWdcIj48L3NwYW4+ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgICAgIDxkaXYgY2xhc3M9XCJjc19yaWdodF9hcnJvdyBzbGljay1hcnJvd1wiPlxyXG4gICAgICAgICAgICA8c3BhbiBjbGFzcz1cImJhYnlsb24tYXJyb3ctcmlnaHQtYmlnXCI+PC9zcGFuPiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgXHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICAgIDwvZGl2PlxyXG4gICAgICA8ZGl2IGNsYXNzPVwiY3NfcGFnaW5hdGlvbiBjc19zdHlsZV8xIGNzX21vYmlsZV9zaG93XCI+PC9kaXY+XHJcbiAgICA8L2Rpdj5cclxuIFxyXG4gIDwvc2VjdGlvbj4iXX0=
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Component } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export class BabylonSlider4colComponent {
|
|
4
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BabylonSlider4colComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
5
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.11", type: BabylonSlider4colComponent, isStandalone: true, selector: "lib-babylon-slider4col", ngImport: i0, template: "<section class=\"babylon__slider4col margin-main\"> \r\n <div class=\"container\">\r\n <div class=\"intro_info align--center\">\r\n <h3 class=\"pretitle\">Slider 4 col</h3>\r\n <h2 class=\"title wow fadeInUp\" data-wow-duration=\"0.8s\" data-wow-delay=\"0.2s\">Explore Unforgettable Experiences</h2> \r\n </div> \r\n </div>\r\n <div class=\"container-fluid p-0\">\r\n <div class=\"cs_slider cs_style_1 cs_slider_gap_24 cs_hover_show_arrows\">\r\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=\"4\">\r\n <div class=\"cs_slider_wrapper\">\r\n <div class=\"cs_slide\">\r\n <a href=\"#\" class=\"cs_feature_box cs_style_3 position-relative text-center cs_center cs_hobble cs_primary_bg cs_type_1 cs--radius\">\r\n <div class=\"cs_feature_box_bg cs_bg_filed cs_hover_layer_2 cs--radius\">\r\n <img src=\"/assets/babylon/fotos/spa_facility_1.jpeg\" alt=\"Thumb\" class=\"cs--radius\">\r\n </div>\r\n <div class=\"cs_feature_box_text position-relative cs_zindex_3 cs_hover_layer_2\">\r\n <div class=\"intro_info align--center intro_info--light no-align\">\r\n <h3 class=\"title--small\">Massage Therapy</h3>\r\n <p class=\"text\">Relax and unwind with a variety of massage techniques, including Swedish, deep tissue, and hot stone massages.</p> \r\n <div class=\"btns__box align--center\">\r\n <a href=\" \" class=\"btn btn_primary btn--light\">\r\n <b>Learn More</b>\r\n <span class=\"babylon-arrow-right-big\"></span> \r\n </a>\r\n </div> \r\n </div>\r\n </div>\r\n </a>\r\n </div>\r\n <div class=\"cs_slide\">\r\n <a href=\"#\" class=\"cs_feature_box cs_style_3 position-relative text-center cs_center cs_hobble cs_primary_bg cs_type_1 cs--radius\">\r\n <div class=\"cs_feature_box_bg cs_bg_filed cs_hover_layer_2\">\r\n <img src=\"/assets/babylon/fotos/spa_facility_1.jpeg\" alt=\"Thumb\" class=\"cs--radius\">\r\n </div>\r\n <div class=\"cs_feature_box_text position-relative cs_zindex_3 cs_hover_layer_2\">\r\n <div class=\"intro_info align--center intro_info--light no-align\">\r\n <h3 class=\"title--small\">Massage Therapy</h3>\r\n <p class=\"text\">Relax and unwind with a variety of massage techniques, including Swedish, deep tissue, and hot stone massages.</p> \r\n <div class=\"btns__box align--center\">\r\n <a href=\" \" class=\"btn btn_primary btn--light\">\r\n <b>Learn More</b>\r\n <span class=\"babylon-arrow-right-big\"></span> \r\n </a>\r\n </div> \r\n </div>\r\n </div>\r\n </a>\r\n </div>\r\n <div class=\"cs_slide\">\r\n <a href=\"#\" class=\"cs_feature_box cs_style_3 position-relative text-center cs_center cs_hobble cs_primary_bg cs_type_1 cs--radius\">\r\n <div class=\"cs_feature_box_bg cs_bg_filed cs_hover_layer_2\">\r\n <img src=\"/assets/babylon/fotos/spa_facility_1.jpeg\" alt=\"Thumb\" class=\"cs--radius\">\r\n </div>\r\n <div class=\"cs_feature_box_text position-relative cs_zindex_3 cs_hover_layer_2\">\r\n <div class=\"intro_info align--center intro_info--light no-align\">\r\n <h3 class=\"title--small\">Massage Therapy</h3>\r\n <p class=\"text\">Relax and unwind with a variety of massage techniques, including Swedish, deep tissue, and hot stone massages.</p> \r\n <div class=\"btns__box align--center\">\r\n <a href=\" \" class=\"btn btn_primary btn--light\">\r\n <b>Learn More</b>\r\n <span class=\"babylon-arrow-right-big\"></span> \r\n </a>\r\n </div> \r\n </div>\r\n </div>\r\n </a>\r\n </div>\r\n <div class=\"cs_slide\">\r\n <a href=\"#\" class=\"cs_feature_box cs_style_3 position-relative text-center cs_center cs_hobble cs_primary_bg cs_type_1 cs--radius\">\r\n <div class=\"cs_feature_box_bg cs_bg_filed cs_hover_layer_2\">\r\n <img src=\"/assets/babylon/fotos/spa_facility_1.jpeg\" alt=\"Thumb\" class=\"cs--radius\">\r\n </div>\r\n <div class=\"cs_feature_box_text position-relative cs_zindex_3 cs_hover_layer_2\">\r\n <div class=\"intro_info align--center intro_info--light no-align\">\r\n <h3 class=\"title--small\">Massage Therapy</h3>\r\n <p class=\"text\">Relax and unwind with a variety of massage techniques, including Swedish, deep tissue, and hot stone massages.</p> \r\n <div class=\"btns__box align--center\">\r\n <a href=\" \" class=\"btn btn_primary btn--light\">\r\n <b>Learn More</b>\r\n <span class=\"babylon-arrow-right-big\"></span> \r\n </a>\r\n </div> \r\n </div>\r\n </div>\r\n </a>\r\n </div>\r\n <div class=\"cs_slide\">\r\n <a href=\"#\" class=\"cs_feature_box cs_style_3 position-relative text-center cs_center cs_hobble cs_primary_bg cs_type_1 cs--radius\">\r\n <div class=\"cs_feature_box_bg cs_bg_filed cs_hover_layer_2 cs--radius\">\r\n <img src=\"/assets/babylon/fotos/spa_facility_1.jpeg\" alt=\"Thumb\" class=\"cs--radius\">\r\n </div>\r\n <div class=\"cs_feature_box_text position-relative cs_zindex_3 cs_hover_layer_2\">\r\n <div class=\"intro_info align--center intro_info--light no-align\">\r\n <h3 class=\"title--small\">Massage Therapy</h3>\r\n <p class=\"text\">Relax and unwind with a variety of massage techniques, including Swedish, deep tissue, and hot stone massages.</p> \r\n <div class=\"btns__box align--center\">\r\n <a href=\" \" class=\"btn btn_primary btn--light\">\r\n <b>Learn More</b>\r\n <span class=\"babylon-arrow-right-big\"></span> \r\n </a>\r\n </div> \r\n </div>\r\n </div>\r\n </a>\r\n </div> \r\n </div>\r\n </div>\r\n <div class=\"cs_pagination cs_style_1 cs_type_2\"></div>\r\n </div>\r\n </div>\r\n</section>", 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_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;--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}.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}.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_feature_box.cs_style_3{height:100vh;min-height:750px;overflow:hidden}@media (max-width: 1199px){.cs_feature_box.cs_style_3{min-height:650px;height:650px}}@media (max-width: 991px){.cs_feature_box.cs_style_3{min-height:500px;height:500px}}.cs_feature_box.cs_style_3 .cs_feature_box_bg{position:absolute;height:100%;width:100%;left:0%;top:0;transition:all .4s ease;background-color:#000}.cs_feature_box.cs_style_3 .cs_feature_box_bg img{height:100%;width:100%;object-fit:cover;opacity:.8}.cs_feature_box.cs_style_3 .cs_feature_box_text{max-width:290px}.cs_feature_box.cs_style_3.cs_type_1{height:650px;min-height:initial}@media (max-width: 991px){.cs_feature_box.cs_style_3.cs_type_1{height:550px}}\n"] }); }
|
|
6
|
+
}
|
|
7
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BabylonSlider4colComponent, decorators: [{
|
|
8
|
+
type: Component,
|
|
9
|
+
args: [{ selector: 'lib-babylon-slider4col', standalone: true, imports: [], template: "<section class=\"babylon__slider4col margin-main\"> \r\n <div class=\"container\">\r\n <div class=\"intro_info align--center\">\r\n <h3 class=\"pretitle\">Slider 4 col</h3>\r\n <h2 class=\"title wow fadeInUp\" data-wow-duration=\"0.8s\" data-wow-delay=\"0.2s\">Explore Unforgettable Experiences</h2> \r\n </div> \r\n </div>\r\n <div class=\"container-fluid p-0\">\r\n <div class=\"cs_slider cs_style_1 cs_slider_gap_24 cs_hover_show_arrows\">\r\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=\"4\">\r\n <div class=\"cs_slider_wrapper\">\r\n <div class=\"cs_slide\">\r\n <a href=\"#\" class=\"cs_feature_box cs_style_3 position-relative text-center cs_center cs_hobble cs_primary_bg cs_type_1 cs--radius\">\r\n <div class=\"cs_feature_box_bg cs_bg_filed cs_hover_layer_2 cs--radius\">\r\n <img src=\"/assets/babylon/fotos/spa_facility_1.jpeg\" alt=\"Thumb\" class=\"cs--radius\">\r\n </div>\r\n <div class=\"cs_feature_box_text position-relative cs_zindex_3 cs_hover_layer_2\">\r\n <div class=\"intro_info align--center intro_info--light no-align\">\r\n <h3 class=\"title--small\">Massage Therapy</h3>\r\n <p class=\"text\">Relax and unwind with a variety of massage techniques, including Swedish, deep tissue, and hot stone massages.</p> \r\n <div class=\"btns__box align--center\">\r\n <a href=\" \" class=\"btn btn_primary btn--light\">\r\n <b>Learn More</b>\r\n <span class=\"babylon-arrow-right-big\"></span> \r\n </a>\r\n </div> \r\n </div>\r\n </div>\r\n </a>\r\n </div>\r\n <div class=\"cs_slide\">\r\n <a href=\"#\" class=\"cs_feature_box cs_style_3 position-relative text-center cs_center cs_hobble cs_primary_bg cs_type_1 cs--radius\">\r\n <div class=\"cs_feature_box_bg cs_bg_filed cs_hover_layer_2\">\r\n <img src=\"/assets/babylon/fotos/spa_facility_1.jpeg\" alt=\"Thumb\" class=\"cs--radius\">\r\n </div>\r\n <div class=\"cs_feature_box_text position-relative cs_zindex_3 cs_hover_layer_2\">\r\n <div class=\"intro_info align--center intro_info--light no-align\">\r\n <h3 class=\"title--small\">Massage Therapy</h3>\r\n <p class=\"text\">Relax and unwind with a variety of massage techniques, including Swedish, deep tissue, and hot stone massages.</p> \r\n <div class=\"btns__box align--center\">\r\n <a href=\" \" class=\"btn btn_primary btn--light\">\r\n <b>Learn More</b>\r\n <span class=\"babylon-arrow-right-big\"></span> \r\n </a>\r\n </div> \r\n </div>\r\n </div>\r\n </a>\r\n </div>\r\n <div class=\"cs_slide\">\r\n <a href=\"#\" class=\"cs_feature_box cs_style_3 position-relative text-center cs_center cs_hobble cs_primary_bg cs_type_1 cs--radius\">\r\n <div class=\"cs_feature_box_bg cs_bg_filed cs_hover_layer_2\">\r\n <img src=\"/assets/babylon/fotos/spa_facility_1.jpeg\" alt=\"Thumb\" class=\"cs--radius\">\r\n </div>\r\n <div class=\"cs_feature_box_text position-relative cs_zindex_3 cs_hover_layer_2\">\r\n <div class=\"intro_info align--center intro_info--light no-align\">\r\n <h3 class=\"title--small\">Massage Therapy</h3>\r\n <p class=\"text\">Relax and unwind with a variety of massage techniques, including Swedish, deep tissue, and hot stone massages.</p> \r\n <div class=\"btns__box align--center\">\r\n <a href=\" \" class=\"btn btn_primary btn--light\">\r\n <b>Learn More</b>\r\n <span class=\"babylon-arrow-right-big\"></span> \r\n </a>\r\n </div> \r\n </div>\r\n </div>\r\n </a>\r\n </div>\r\n <div class=\"cs_slide\">\r\n <a href=\"#\" class=\"cs_feature_box cs_style_3 position-relative text-center cs_center cs_hobble cs_primary_bg cs_type_1 cs--radius\">\r\n <div class=\"cs_feature_box_bg cs_bg_filed cs_hover_layer_2\">\r\n <img src=\"/assets/babylon/fotos/spa_facility_1.jpeg\" alt=\"Thumb\" class=\"cs--radius\">\r\n </div>\r\n <div class=\"cs_feature_box_text position-relative cs_zindex_3 cs_hover_layer_2\">\r\n <div class=\"intro_info align--center intro_info--light no-align\">\r\n <h3 class=\"title--small\">Massage Therapy</h3>\r\n <p class=\"text\">Relax and unwind with a variety of massage techniques, including Swedish, deep tissue, and hot stone massages.</p> \r\n <div class=\"btns__box align--center\">\r\n <a href=\" \" class=\"btn btn_primary btn--light\">\r\n <b>Learn More</b>\r\n <span class=\"babylon-arrow-right-big\"></span> \r\n </a>\r\n </div> \r\n </div>\r\n </div>\r\n </a>\r\n </div>\r\n <div class=\"cs_slide\">\r\n <a href=\"#\" class=\"cs_feature_box cs_style_3 position-relative text-center cs_center cs_hobble cs_primary_bg cs_type_1 cs--radius\">\r\n <div class=\"cs_feature_box_bg cs_bg_filed cs_hover_layer_2 cs--radius\">\r\n <img src=\"/assets/babylon/fotos/spa_facility_1.jpeg\" alt=\"Thumb\" class=\"cs--radius\">\r\n </div>\r\n <div class=\"cs_feature_box_text position-relative cs_zindex_3 cs_hover_layer_2\">\r\n <div class=\"intro_info align--center intro_info--light no-align\">\r\n <h3 class=\"title--small\">Massage Therapy</h3>\r\n <p class=\"text\">Relax and unwind with a variety of massage techniques, including Swedish, deep tissue, and hot stone massages.</p> \r\n <div class=\"btns__box align--center\">\r\n <a href=\" \" class=\"btn btn_primary btn--light\">\r\n <b>Learn More</b>\r\n <span class=\"babylon-arrow-right-big\"></span> \r\n </a>\r\n </div> \r\n </div>\r\n </div>\r\n </a>\r\n </div> \r\n </div>\r\n </div>\r\n <div class=\"cs_pagination cs_style_1 cs_type_2\"></div>\r\n </div>\r\n </div>\r\n</section>", 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_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;--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}.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}.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_feature_box.cs_style_3{height:100vh;min-height:750px;overflow:hidden}@media (max-width: 1199px){.cs_feature_box.cs_style_3{min-height:650px;height:650px}}@media (max-width: 991px){.cs_feature_box.cs_style_3{min-height:500px;height:500px}}.cs_feature_box.cs_style_3 .cs_feature_box_bg{position:absolute;height:100%;width:100%;left:0%;top:0;transition:all .4s ease;background-color:#000}.cs_feature_box.cs_style_3 .cs_feature_box_bg img{height:100%;width:100%;object-fit:cover;opacity:.8}.cs_feature_box.cs_style_3 .cs_feature_box_text{max-width:290px}.cs_feature_box.cs_style_3.cs_type_1{height:650px;min-height:initial}@media (max-width: 991px){.cs_feature_box.cs_style_3.cs_type_1{height:550px}}\n"] }]
|
|
10
|
+
}] });
|
|
11
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi1zbGlkZXI0Y29sLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2JhYnlsb24vc3JjL2xpYi9jb21wb25lbnRzL2NvcmUvYmFieWxvbi1zbGlkZXI0Y29sL2JhYnlsb24tc2xpZGVyNGNvbC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tc2xpZGVyNGNvbC9iYWJ5bG9uLXNsaWRlcjRjb2wuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFTMUMsTUFBTSxPQUFPLDBCQUEwQjsrR0FBMUIsMEJBQTBCO21HQUExQiwwQkFBMEIsa0ZDVHZDLHNpUUErR1U7OzRGRHRHRywwQkFBMEI7a0JBUHRDLFNBQVM7K0JBQ0Usd0JBQXdCLGNBQ3RCLElBQUksV0FDUCxFQUFFIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICBzZWxlY3RvcjogJ2xpYi1iYWJ5bG9uLXNsaWRlcjRjb2wnLFxyXG4gIHN0YW5kYWxvbmU6IHRydWUsXHJcbiAgaW1wb3J0czogW10sXHJcbiAgdGVtcGxhdGVVcmw6ICcuL2JhYnlsb24tc2xpZGVyNGNvbC5jb21wb25lbnQuaHRtbCcsXHJcbiAgc3R5bGVVcmw6ICcuL2JhYnlsb24tc2xpZGVyNGNvbC5jb21wb25lbnQuc2NzcydcclxufSlcclxuZXhwb3J0IGNsYXNzIEJhYnlsb25TbGlkZXI0Y29sQ29tcG9uZW50IHtcclxuXHJcbn1cclxuIiwiPHNlY3Rpb24gY2xhc3M9XCJiYWJ5bG9uX19zbGlkZXI0Y29sIG1hcmdpbi1tYWluXCI+ICAgXHJcbiAgICA8ZGl2IGNsYXNzPVwiY29udGFpbmVyXCI+XHJcbiAgICAgICAgPGRpdiBjbGFzcz1cImludHJvX2luZm8gYWxpZ24tLWNlbnRlclwiPlxyXG4gICAgICAgICAgICA8aDMgY2xhc3M9XCJwcmV0aXRsZVwiPlNsaWRlciA0IGNvbDwvaDM+XHJcbiAgICAgICAgICAgIDxoMiBjbGFzcz1cInRpdGxlIHdvdyBmYWRlSW5VcFwiIGRhdGEtd293LWR1cmF0aW9uPVwiMC44c1wiIGRhdGEtd293LWRlbGF5PVwiMC4yc1wiPkV4cGxvcmUgVW5mb3JnZXR0YWJsZSBFeHBlcmllbmNlczwvaDI+ICBcclxuICAgICAgICA8L2Rpdj4gICBcclxuICAgIDwvZGl2PlxyXG4gICAgPGRpdiBjbGFzcz1cImNvbnRhaW5lci1mbHVpZCBwLTBcIj5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwiY3Nfc2xpZGVyIGNzX3N0eWxlXzEgY3Nfc2xpZGVyX2dhcF8yNCBjc19ob3Zlcl9zaG93X2Fycm93c1wiPlxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY3Nfc2xpZGVyX2NvbnRhaW5lclwiIGRhdGEtYXV0b3BsYXk9XCIwXCIgZGF0YS1sb29wPVwiMVwiIGRhdGEtc3BlZWQ9XCI2MDBcIiBkYXRhLWNlbnRlcj1cIjBcIiBkYXRhLXZhcmlhYmxlLXdpZHRoPVwiMFwiIGRhdGEtc2xpZGVzLXBlci12aWV3PVwicmVzcG9uc2l2ZVwiIGRhdGEteHMtc2xpZGVzPVwiMVwiIGRhdGEtc20tc2xpZGVzPVwiMlwiIGRhdGEtbWQtc2xpZGVzPVwiMlwiIGRhdGEtbGctc2xpZGVzPVwiM1wiIGRhdGEtYWRkLXNsaWRlcz1cIjRcIj5cclxuICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19zbGlkZXJfd3JhcHBlclwiPlxyXG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX3NsaWRlXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgPGEgaHJlZj1cIiNcIiBjbGFzcz1cImNzX2ZlYXR1cmVfYm94IGNzX3N0eWxlXzMgcG9zaXRpb24tcmVsYXRpdmUgdGV4dC1jZW50ZXIgY3NfY2VudGVyIGNzX2hvYmJsZSBjc19wcmltYXJ5X2JnIGNzX3R5cGVfMSBjcy0tcmFkaXVzXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19mZWF0dXJlX2JveF9iZyBjc19iZ19maWxlZCBjc19ob3Zlcl9sYXllcl8yICBjcy0tcmFkaXVzXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8aW1nIHNyYz1cIi9hc3NldHMvYmFieWxvbi9mb3Rvcy9zcGFfZmFjaWxpdHlfMS5qcGVnXCIgYWx0PVwiVGh1bWJcIiBjbGFzcz1cImNzLS1yYWRpdXNcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19mZWF0dXJlX2JveF90ZXh0IHBvc2l0aW9uLXJlbGF0aXZlIGNzX3ppbmRleF8zIGNzX2hvdmVyX2xheWVyXzJcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJpbnRyb19pbmZvIGFsaWduLS1jZW50ZXIgaW50cm9faW5mby0tbGlnaHQgbm8tYWxpZ25cIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8aDMgY2xhc3M9XCJ0aXRsZS0tc21hbGxcIj5NYXNzYWdlIFRoZXJhcHk8L2gzPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwIGNsYXNzPVwidGV4dFwiPlJlbGF4IGFuZCB1bndpbmQgd2l0aCBhIHZhcmlldHkgb2YgbWFzc2FnZSB0ZWNobmlxdWVzLCBpbmNsdWRpbmcgU3dlZGlzaCwgZGVlcCB0aXNzdWUsIGFuZCBob3Qgc3RvbmUgbWFzc2FnZXMuPC9wPiBcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiYnRuc19fYm94IGFsaWduLS1jZW50ZXJcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGEgaHJlZj1cIiBcIiBjbGFzcz1cImJ0biBidG5fcHJpbWFyeSBidG4tLWxpZ2h0XCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8Yj5MZWFybiBNb3JlPC9iPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJiYWJ5bG9uLWFycm93LXJpZ2h0LWJpZ1wiPjwvc3Bhbj4gXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvYT5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj4gXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgPC9hPlxyXG4gICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY3Nfc2xpZGVcIj5cclxuICAgICAgICAgICAgICAgICAgICA8YSBocmVmPVwiI1wiIGNsYXNzPVwiY3NfZmVhdHVyZV9ib3ggY3Nfc3R5bGVfMyBwb3NpdGlvbi1yZWxhdGl2ZSB0ZXh0LWNlbnRlciBjc19jZW50ZXIgY3NfaG9iYmxlIGNzX3ByaW1hcnlfYmcgY3NfdHlwZV8xIGNzLS1yYWRpdXNcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX2ZlYXR1cmVfYm94X2JnIGNzX2JnX2ZpbGVkIGNzX2hvdmVyX2xheWVyXzJcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxpbWcgc3JjPVwiL2Fzc2V0cy9iYWJ5bG9uL2ZvdG9zL3NwYV9mYWNpbGl0eV8xLmpwZWdcIiBhbHQ9XCJUaHVtYlwiIGNsYXNzPVwiY3MtLXJhZGl1c1wiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX2ZlYXR1cmVfYm94X3RleHQgcG9zaXRpb24tcmVsYXRpdmUgY3NfemluZGV4XzMgY3NfaG92ZXJfbGF5ZXJfMlwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImludHJvX2luZm8gYWxpZ24tLWNlbnRlciBpbnRyb19pbmZvLS1saWdodCBuby1hbGlnblwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxoMyBjbGFzcz1cInRpdGxlLS1zbWFsbFwiPk1hc3NhZ2UgVGhlcmFweTwvaDM+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHAgY2xhc3M9XCJ0ZXh0XCI+UmVsYXggYW5kIHVud2luZCB3aXRoIGEgdmFyaWV0eSBvZiBtYXNzYWdlIHRlY2huaXF1ZXMsIGluY2x1ZGluZyBTd2VkaXNoLCBkZWVwIHRpc3N1ZSwgYW5kIGhvdCBzdG9uZSBtYXNzYWdlcy48L3A+IFxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJidG5zX19ib3ggYWxpZ24tLWNlbnRlclwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8YSBocmVmPVwiIFwiIGNsYXNzPVwiYnRuIGJ0bl9wcmltYXJ5IGJ0bi0tbGlnaHRcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxiPkxlYXJuIE1vcmU8L2I+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImJhYnlsb24tYXJyb3ctcmlnaHQtYmlnXCI+PC9zcGFuPiBcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9hPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PiBcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICA8L2E+XHJcbiAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19zbGlkZVwiPlxyXG4gICAgICAgICAgICAgICAgICAgIDxhIGhyZWY9XCIjXCIgY2xhc3M9XCJjc19mZWF0dXJlX2JveCBjc19zdHlsZV8zIHBvc2l0aW9uLXJlbGF0aXZlIHRleHQtY2VudGVyIGNzX2NlbnRlciBjc19ob2JibGUgY3NfcHJpbWFyeV9iZyBjc190eXBlXzEgY3MtLXJhZGl1c1wiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY3NfZmVhdHVyZV9ib3hfYmcgY3NfYmdfZmlsZWQgY3NfaG92ZXJfbGF5ZXJfMlwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGltZyBzcmM9XCIvYXNzZXRzL2JhYnlsb24vZm90b3Mvc3BhX2ZhY2lsaXR5XzEuanBlZ1wiIGFsdD1cIlRodW1iXCIgY2xhc3M9XCJjcy0tcmFkaXVzXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY3NfZmVhdHVyZV9ib3hfdGV4dCBwb3NpdGlvbi1yZWxhdGl2ZSBjc196aW5kZXhfMyBjc19ob3Zlcl9sYXllcl8yXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiaW50cm9faW5mbyBhbGlnbi0tY2VudGVyIGludHJvX2luZm8tLWxpZ2h0IG5vLWFsaWduXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGgzIGNsYXNzPVwidGl0bGUtLXNtYWxsXCI+TWFzc2FnZSBUaGVyYXB5PC9oMz5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cCBjbGFzcz1cInRleHRcIj5SZWxheCBhbmQgdW53aW5kIHdpdGggYSB2YXJpZXR5IG9mIG1hc3NhZ2UgdGVjaG5pcXVlcywgaW5jbHVkaW5nIFN3ZWRpc2gsIGRlZXAgdGlzc3VlLCBhbmQgaG90IHN0b25lIG1hc3NhZ2VzLjwvcD4gXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImJ0bnNfX2JveCBhbGlnbi0tY2VudGVyXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxhIGhyZWY9XCIgXCIgY2xhc3M9XCJidG4gYnRuX3ByaW1hcnkgYnRuLS1saWdodFwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGI+TGVhcm4gTW9yZTwvYj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiYmFieWxvbi1hcnJvdy1yaWdodC1iaWdcIj48L3NwYW4+IFxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2E+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+IFxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICAgIDwvYT5cclxuICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX3NsaWRlXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgPGEgaHJlZj1cIiNcIiBjbGFzcz1cImNzX2ZlYXR1cmVfYm94IGNzX3N0eWxlXzMgcG9zaXRpb24tcmVsYXRpdmUgdGV4dC1jZW50ZXIgY3NfY2VudGVyIGNzX2hvYmJsZSBjc19wcmltYXJ5X2JnIGNzX3R5cGVfMSBjcy0tcmFkaXVzXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19mZWF0dXJlX2JveF9iZyBjc19iZ19maWxlZCBjc19ob3Zlcl9sYXllcl8yXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8aW1nIHNyYz1cIi9hc3NldHMvYmFieWxvbi9mb3Rvcy9zcGFfZmFjaWxpdHlfMS5qcGVnXCIgYWx0PVwiVGh1bWJcIiBjbGFzcz1cImNzLS1yYWRpdXNcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19mZWF0dXJlX2JveF90ZXh0IHBvc2l0aW9uLXJlbGF0aXZlIGNzX3ppbmRleF8zIGNzX2hvdmVyX2xheWVyXzJcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJpbnRyb19pbmZvIGFsaWduLS1jZW50ZXIgaW50cm9faW5mby0tbGlnaHQgbm8tYWxpZ25cIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8aDMgY2xhc3M9XCJ0aXRsZS0tc21hbGxcIj5NYXNzYWdlIFRoZXJhcHk8L2gzPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwIGNsYXNzPVwidGV4dFwiPlJlbGF4IGFuZCB1bndpbmQgd2l0aCBhIHZhcmlldHkgb2YgbWFzc2FnZSB0ZWNobmlxdWVzLCBpbmNsdWRpbmcgU3dlZGlzaCwgZGVlcCB0aXNzdWUsIGFuZCBob3Qgc3RvbmUgbWFzc2FnZXMuPC9wPiBcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiYnRuc19fYm94IGFsaWduLS1jZW50ZXJcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGEgaHJlZj1cIiBcIiBjbGFzcz1cImJ0biBidG5fcHJpbWFyeSBidG4tLWxpZ2h0XCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8Yj5MZWFybiBNb3JlPC9iPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJiYWJ5bG9uLWFycm93LXJpZ2h0LWJpZ1wiPjwvc3Bhbj4gXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvYT5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj4gXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgPC9hPlxyXG4gICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY3Nfc2xpZGVcIj5cclxuICAgICAgICAgICAgICAgICAgICA8YSBocmVmPVwiI1wiIGNsYXNzPVwiY3NfZmVhdHVyZV9ib3ggY3Nfc3R5bGVfMyBwb3NpdGlvbi1yZWxhdGl2ZSB0ZXh0LWNlbnRlciBjc19jZW50ZXIgY3NfaG9iYmxlIGNzX3ByaW1hcnlfYmcgY3NfdHlwZV8xIGNzLS1yYWRpdXNcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX2ZlYXR1cmVfYm94X2JnIGNzX2JnX2ZpbGVkIGNzX2hvdmVyX2xheWVyXzIgY3MtLXJhZGl1c1wiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGltZyBzcmM9XCIvYXNzZXRzL2JhYnlsb24vZm90b3Mvc3BhX2ZhY2lsaXR5XzEuanBlZ1wiIGFsdD1cIlRodW1iXCIgY2xhc3M9XCJjcy0tcmFkaXVzXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY3NfZmVhdHVyZV9ib3hfdGV4dCBwb3NpdGlvbi1yZWxhdGl2ZSBjc196aW5kZXhfMyBjc19ob3Zlcl9sYXllcl8yXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiaW50cm9faW5mbyBhbGlnbi0tY2VudGVyIGludHJvX2luZm8tLWxpZ2h0IG5vLWFsaWduXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGgzIGNsYXNzPVwidGl0bGUtLXNtYWxsXCI+TWFzc2FnZSBUaGVyYXB5PC9oMz5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cCBjbGFzcz1cInRleHRcIj5SZWxheCBhbmQgdW53aW5kIHdpdGggYSB2YXJpZXR5IG9mIG1hc3NhZ2UgdGVjaG5pcXVlcywgaW5jbHVkaW5nIFN3ZWRpc2gsIGRlZXAgdGlzc3VlLCBhbmQgaG90IHN0b25lIG1hc3NhZ2VzLjwvcD4gXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImJ0bnNfX2JveCBhbGlnbi0tY2VudGVyXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxhIGhyZWY9XCIgXCIgY2xhc3M9XCJidG4gYnRuX3ByaW1hcnkgYnRuLS1saWdodFwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGI+TGVhcm4gTW9yZTwvYj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiYmFieWxvbi1hcnJvdy1yaWdodC1iaWdcIj48L3NwYW4+IFxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2E+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+ICBcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICA8L2E+XHJcbiAgICAgICAgICAgICAgICA8L2Rpdj4gXHJcbiAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgICAgIDxkaXYgY2xhc3M9XCJjc19wYWdpbmF0aW9uIGNzX3N0eWxlXzEgY3NfdHlwZV8yXCI+PC9kaXY+XHJcbiAgICAgIDwvZGl2PlxyXG4gICAgPC9kaXY+XHJcbjwvc2VjdGlvbj4iXX0=
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Component } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export class BabylonStaticFooterComponent {
|
|
4
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BabylonStaticFooterComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
5
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.11", type: BabylonStaticFooterComponent, isStandalone: true, selector: "lib-babylon-static-footer", ngImport: i0, template: "<!-- La foto es opcional -->\r\n<footer class=\"babylon__footer cs_bg_filed\" data-src=\"/assets/babylon/fotos/newsletter_bg.jpeg\"> \r\n <div class=\"cs_footer_main\">\r\n <div class=\"container-fluid cs_plr_100\">\r\n <div class=\"cs_footer_grid_4\">\r\n <div class=\"cs_footer_grid_item\">\r\n <div class=\"cs_footer_item\">\r\n <h5 class=\"cs_widget_title title--smaller \"><span>Contact Us</span></h5>\r\n <ul class=\"cs_menu_widget cs_mp0\">\r\n <li class=\"\">Call : <a href=\"tel:+00(244)14-50-774\">+00(244)14-50-774</a></li>\r\n <li class=\"\">Email : <a href=\"mailto:info@oceanpearl.com\">info-oceanpearl.com</a></li>\r\n <li class=\"\">We are open 24/7</li>\r\n </ul>\r\n \r\n <ul class=\"cs_social_btns cs_style_1\"> \r\n <li><a href=\"#0\" class=\"cs_center\"><i class=\"babylon-instagram\"></i></a></li>\r\n <li><a href=\"#0\" class=\"cs_center\"><i class=\"babylon-linkedin\"></i></a></li>\r\n <li><a href=\"#0\" class=\"cs_center\"><i class=\"babylon-facebook\"></i></a></li>\r\n <li><a href=\"#0\" class=\"cs_center\"><i class=\"babylon-tiktok\"></i></a></li>\r\n </ul> \r\n \r\n </div>\r\n </div>\r\n <div class=\"cs_footer_grid_item\">\r\n <div class=\"cs_footer_item\">\r\n <h5 class=\"cs_widget_title title--smaller \"><span>Address</span></h5>\r\n <div class=\"cs_text_widget\">\r\n <p>452 15h Street, Office 741, Ohio, De 47754, USA</p>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"cs_footer_grid_item\">\r\n <div class=\"cs_footer_item\">\r\n <h5 class=\"cs_widget_title title--smaller \"><span>Links</span></h5>\r\n <ul class=\"cs_menu_widget cs_mp0\">\r\n <li><a href=\"\">Home</a></li>\r\n <li><a href=\"\">About Us</a></li>\r\n <li><a href=\"\">Booking</a></li>\r\n <li><a href=\"\">SPA & Wellness</a></li>\r\n <li><a href=\"\">Restaurant</a></li>\r\n <li><a href=\"\">News & Media</a></li>\r\n </ul>\r\n </div>\r\n </div>\r\n \r\n <div class=\"cs_footer_grid_item\">\r\n <div class=\"cs_footer_item\">\r\n <h5 class=\"cs_widget_title title--smaller \"><span>Map Location</span></h5> \r\n <div class=\"cs_footer_map cs_primary_bg\">\r\n <iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d96652.27317354927!2d-74.33557928194516!3d40.79756494697628!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c3a82f1352d0dd%3A0x81d4f72c4435aab5!2sTroy+Meadows+Wetlands!5e0!3m2!1sen!2sbd!4v1563075599994!5m2!1sen!2sbd\" allowfullscreen></iframe>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"cs_bottom_footer_wrap\">\r\n <div class=\"container-fluid cs_plr_100\">\r\n <div class=\"cs_bottom_footer position-relative\">\r\n <div class=\"cs_copyright\">Babylon Hotel \u00A9 <span class=\"cs_copyright_year\"> 2024 </span> </div>\r\n <span class=\"cs_scrollup cs_center\"> \r\n <svg width=\"15\" height=\"7\" viewBox=\"0 0 15 7\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n <path d=\"M15 6.18793L14.1169 7L7.93687 1.31723C7.81958 1.20941 7.66053 1.14885 7.49468 1.14885C7.32884 1.14885 7.16978 1.20941 7.0525 1.31723L0.884376 6.99022L0 6.177L6.16812 0.505163C6.51998 0.181708 6.99715 0 7.49468 0C7.99222 0 8.46938 0.181708 8.82125 0.505163L15 6.18793Z\" fill=\"white\"/>\r\n </svg> \r\n <span class=\"cs_scrollup_bg_dotted cs_accent_color\">\r\n <svg width=\"56\" height=\"56\" viewBox=\"0 0 56 56\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n <circle cx=\"28\" cy=\"28\" r=\"27.5\" stroke=\"currentColor\" stroke-dasharray=\"5 5\"/>\r\n </svg> \r\n </span> \r\n </span>\r\n <div class=\"cs_bottom_footer_right\">\r\n <ul class=\"cs_footer_links cs_mp_0\">\r\n <li>\r\n <a href=\"#\">Clicktotravel</a>\r\n </li>\r\n </ul>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </footer>", 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_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;--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}.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}.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}.babylon__footer{background-color:var(--cl_footer-bg);color:var(--cl_footer-text)}.babylon__footer a{color:var(--cl_footer-text);text-decoration:none;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.babylon__footer a:hover{color:var(--cl_footer-text-hover);text-decoration:underline}.cs_widget_title{margin-bottom:47px}@media (max-width: 991px){.cs_widget_title{margin-bottom:30px}}.cs_widget_title span{display:inline-block;position:relative;padding-right:20px;color:var(--cl_footer-text)}.cs_widget_title span:before{content:\"\";position:absolute;height:1px;width:50px;background-color:var(--cl_footer-text);left:100%;top:54%}.cs_menu_widget{padding:0;margin:0;list-style:none}.cs_menu_widget li:not(:last-child){margin-bottom:8px}.cs_menu_widget+.cs_social_btns{margin-top:20px;font-size:20px}.cs_menu_widget+.cs_social_btns a{text-decoration:none!important}.cs_social_btns{display:flex;flex-wrap:wrap;font-size:13px;gap:10px}.cs_social_btns a{height:30px;width:30px;border-radius:50%;display:flex}.cs_social_btns a:hover{transform:scale(1.2)}.cs_social_btns a:hover svg{fill:var(--cl_footer-text)}@media (max-width: 575px){.cs_social_btns{justify-content:center}}.cs_bottom_footer_wrap{background-color:var(--cl_footer-bg-bottom)}.cs_bottom_footer_wrap .container-fluid{overflow:visible}.cs_bottom_footer{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;padding:30px 0;gap:2px 15px}@media (max-width: 767px){.cs_bottom_footer{flex-direction:column;padding:40px 0 20px}}.cs_copyright a{color:var(--cl_footer-text);background-repeat:no-repeat;background-image:linear-gradient(90deg,currentColor 0,currentColor 100%);transition:background-size .6s cubic-bezier(.49,.49,.08,1),color .27s ease-out;background-position:100% calc(100% + -0px);background-size:0 2px}.cs_copyright a:hover{background-size:100% 2px;background-position:0 calc(100% + -0px)}.cs_fullscreen_footer_in{height:100px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px 30px}.cs_footer_main{padding:100px 0}@media (max-width: 991px){.cs_footer_main{padding:80px 0}}.cs_footer_grid_4{display:flex;gap:30px 70px}@media (max-width: 991px){.cs_footer_grid_4{gap:30px 40px}}@media (max-width: 1199px){.cs_footer_grid_4{gap:30px 24px}}@media (max-width: 991px){.cs_footer_grid_4{display:grid;gap:55px 24px;grid-template-columns:repeat(2,1fr)}}@media (max-width: 575px){.cs_footer_grid_4{gap:55px 24px;grid-template-columns:repeat(1,1fr)}}.cs_footer_grid_4 .cs_footer_grid_item{flex:1}.cs_footer_grid_4 .cs_footer_grid_item:first-child{flex:1.4}.cs_footer_grid_4 .cs_footer_grid_item:nth-child(2){flex:1.4}.cs_footer_grid_4 .cs_footer_grid_item:last-child{flex:2.1}@media (max-width: 575px){.cs_footer_grid_4 .cs_footer_grid_item{text-align:center}}.cs_footer_grid_4.cs_type_1{gap:30px 10%}@media (max-width: 1679px){.cs_footer_grid_4.cs_type_1{gap:30px 6%}}@media (max-width: 991px){.cs_footer_grid_4.cs_type_1{gap:30px 40px}}@media (max-width: 1199px){.cs_footer_grid_4.cs_type_1{gap:30px 24px}}@media (max-width: 991px){.cs_footer_grid_4.cs_type_1{gap:55px 24px}}@media (max-width: 575px){.cs_footer_grid_4.cs_type_1{gap:55px 24px}}.cs_footer_links{display:flex;flex-wrap:wrap}.cs_footer_links li:not(:last-child):after{content:\"|\";margin:0 10px;position:relative;top:-1px}.cs_footer_map{height:260px}.cs_footer_map iframe{height:100%;display:block;border:none;width:100%;filter:grayscale(100%) invert(95%) contrast(140%);outline:none}.cs_scrollup{position:absolute;left:50%;transform:translate(-50%);height:46px;width:46px;top:-23px;background-color:var(--cl_footer-scroll);border-radius:50%;cursor:pointer}.cs_scrollup>svg{position:relative;z-index:2}.cs_scrollup .cs_scrollup_bg_dotted{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);animation:rotate 15s linear infinite;animation-play-state:paused}.cs_scrollup:before{content:\"\";position:absolute;height:100%;width:100%;left:0;top:0;border-radius:50%;background-color:var(--cl_footer-scroll);opacity:.5}.cs_scrollup:hover .cs_scrollup_bg_dotted{animation-play-state:initial}.cs_scrollup.cs_type_1{top:20px}@media (max-width: 991px){.cs_scrollup.cs_type_1{top:-23px}}@keyframes rotate{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}\n"] }); }
|
|
6
|
+
}
|
|
7
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BabylonStaticFooterComponent, decorators: [{
|
|
8
|
+
type: Component,
|
|
9
|
+
args: [{ selector: 'lib-babylon-static-footer', standalone: true, imports: [], template: "<!-- La foto es opcional -->\r\n<footer class=\"babylon__footer cs_bg_filed\" data-src=\"/assets/babylon/fotos/newsletter_bg.jpeg\"> \r\n <div class=\"cs_footer_main\">\r\n <div class=\"container-fluid cs_plr_100\">\r\n <div class=\"cs_footer_grid_4\">\r\n <div class=\"cs_footer_grid_item\">\r\n <div class=\"cs_footer_item\">\r\n <h5 class=\"cs_widget_title title--smaller \"><span>Contact Us</span></h5>\r\n <ul class=\"cs_menu_widget cs_mp0\">\r\n <li class=\"\">Call : <a href=\"tel:+00(244)14-50-774\">+00(244)14-50-774</a></li>\r\n <li class=\"\">Email : <a href=\"mailto:info@oceanpearl.com\">info-oceanpearl.com</a></li>\r\n <li class=\"\">We are open 24/7</li>\r\n </ul>\r\n \r\n <ul class=\"cs_social_btns cs_style_1\"> \r\n <li><a href=\"#0\" class=\"cs_center\"><i class=\"babylon-instagram\"></i></a></li>\r\n <li><a href=\"#0\" class=\"cs_center\"><i class=\"babylon-linkedin\"></i></a></li>\r\n <li><a href=\"#0\" class=\"cs_center\"><i class=\"babylon-facebook\"></i></a></li>\r\n <li><a href=\"#0\" class=\"cs_center\"><i class=\"babylon-tiktok\"></i></a></li>\r\n </ul> \r\n \r\n </div>\r\n </div>\r\n <div class=\"cs_footer_grid_item\">\r\n <div class=\"cs_footer_item\">\r\n <h5 class=\"cs_widget_title title--smaller \"><span>Address</span></h5>\r\n <div class=\"cs_text_widget\">\r\n <p>452 15h Street, Office 741, Ohio, De 47754, USA</p>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"cs_footer_grid_item\">\r\n <div class=\"cs_footer_item\">\r\n <h5 class=\"cs_widget_title title--smaller \"><span>Links</span></h5>\r\n <ul class=\"cs_menu_widget cs_mp0\">\r\n <li><a href=\"\">Home</a></li>\r\n <li><a href=\"\">About Us</a></li>\r\n <li><a href=\"\">Booking</a></li>\r\n <li><a href=\"\">SPA & Wellness</a></li>\r\n <li><a href=\"\">Restaurant</a></li>\r\n <li><a href=\"\">News & Media</a></li>\r\n </ul>\r\n </div>\r\n </div>\r\n \r\n <div class=\"cs_footer_grid_item\">\r\n <div class=\"cs_footer_item\">\r\n <h5 class=\"cs_widget_title title--smaller \"><span>Map Location</span></h5> \r\n <div class=\"cs_footer_map cs_primary_bg\">\r\n <iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d96652.27317354927!2d-74.33557928194516!3d40.79756494697628!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c3a82f1352d0dd%3A0x81d4f72c4435aab5!2sTroy+Meadows+Wetlands!5e0!3m2!1sen!2sbd!4v1563075599994!5m2!1sen!2sbd\" allowfullscreen></iframe>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"cs_bottom_footer_wrap\">\r\n <div class=\"container-fluid cs_plr_100\">\r\n <div class=\"cs_bottom_footer position-relative\">\r\n <div class=\"cs_copyright\">Babylon Hotel \u00A9 <span class=\"cs_copyright_year\"> 2024 </span> </div>\r\n <span class=\"cs_scrollup cs_center\"> \r\n <svg width=\"15\" height=\"7\" viewBox=\"0 0 15 7\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n <path d=\"M15 6.18793L14.1169 7L7.93687 1.31723C7.81958 1.20941 7.66053 1.14885 7.49468 1.14885C7.32884 1.14885 7.16978 1.20941 7.0525 1.31723L0.884376 6.99022L0 6.177L6.16812 0.505163C6.51998 0.181708 6.99715 0 7.49468 0C7.99222 0 8.46938 0.181708 8.82125 0.505163L15 6.18793Z\" fill=\"white\"/>\r\n </svg> \r\n <span class=\"cs_scrollup_bg_dotted cs_accent_color\">\r\n <svg width=\"56\" height=\"56\" viewBox=\"0 0 56 56\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n <circle cx=\"28\" cy=\"28\" r=\"27.5\" stroke=\"currentColor\" stroke-dasharray=\"5 5\"/>\r\n </svg> \r\n </span> \r\n </span>\r\n <div class=\"cs_bottom_footer_right\">\r\n <ul class=\"cs_footer_links cs_mp_0\">\r\n <li>\r\n <a href=\"#\">Clicktotravel</a>\r\n </li>\r\n </ul>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </footer>", 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_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;--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}.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}.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}.babylon__footer{background-color:var(--cl_footer-bg);color:var(--cl_footer-text)}.babylon__footer a{color:var(--cl_footer-text);text-decoration:none;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.babylon__footer a:hover{color:var(--cl_footer-text-hover);text-decoration:underline}.cs_widget_title{margin-bottom:47px}@media (max-width: 991px){.cs_widget_title{margin-bottom:30px}}.cs_widget_title span{display:inline-block;position:relative;padding-right:20px;color:var(--cl_footer-text)}.cs_widget_title span:before{content:\"\";position:absolute;height:1px;width:50px;background-color:var(--cl_footer-text);left:100%;top:54%}.cs_menu_widget{padding:0;margin:0;list-style:none}.cs_menu_widget li:not(:last-child){margin-bottom:8px}.cs_menu_widget+.cs_social_btns{margin-top:20px;font-size:20px}.cs_menu_widget+.cs_social_btns a{text-decoration:none!important}.cs_social_btns{display:flex;flex-wrap:wrap;font-size:13px;gap:10px}.cs_social_btns a{height:30px;width:30px;border-radius:50%;display:flex}.cs_social_btns a:hover{transform:scale(1.2)}.cs_social_btns a:hover svg{fill:var(--cl_footer-text)}@media (max-width: 575px){.cs_social_btns{justify-content:center}}.cs_bottom_footer_wrap{background-color:var(--cl_footer-bg-bottom)}.cs_bottom_footer_wrap .container-fluid{overflow:visible}.cs_bottom_footer{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;padding:30px 0;gap:2px 15px}@media (max-width: 767px){.cs_bottom_footer{flex-direction:column;padding:40px 0 20px}}.cs_copyright a{color:var(--cl_footer-text);background-repeat:no-repeat;background-image:linear-gradient(90deg,currentColor 0,currentColor 100%);transition:background-size .6s cubic-bezier(.49,.49,.08,1),color .27s ease-out;background-position:100% calc(100% + -0px);background-size:0 2px}.cs_copyright a:hover{background-size:100% 2px;background-position:0 calc(100% + -0px)}.cs_fullscreen_footer_in{height:100px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px 30px}.cs_footer_main{padding:100px 0}@media (max-width: 991px){.cs_footer_main{padding:80px 0}}.cs_footer_grid_4{display:flex;gap:30px 70px}@media (max-width: 991px){.cs_footer_grid_4{gap:30px 40px}}@media (max-width: 1199px){.cs_footer_grid_4{gap:30px 24px}}@media (max-width: 991px){.cs_footer_grid_4{display:grid;gap:55px 24px;grid-template-columns:repeat(2,1fr)}}@media (max-width: 575px){.cs_footer_grid_4{gap:55px 24px;grid-template-columns:repeat(1,1fr)}}.cs_footer_grid_4 .cs_footer_grid_item{flex:1}.cs_footer_grid_4 .cs_footer_grid_item:first-child{flex:1.4}.cs_footer_grid_4 .cs_footer_grid_item:nth-child(2){flex:1.4}.cs_footer_grid_4 .cs_footer_grid_item:last-child{flex:2.1}@media (max-width: 575px){.cs_footer_grid_4 .cs_footer_grid_item{text-align:center}}.cs_footer_grid_4.cs_type_1{gap:30px 10%}@media (max-width: 1679px){.cs_footer_grid_4.cs_type_1{gap:30px 6%}}@media (max-width: 991px){.cs_footer_grid_4.cs_type_1{gap:30px 40px}}@media (max-width: 1199px){.cs_footer_grid_4.cs_type_1{gap:30px 24px}}@media (max-width: 991px){.cs_footer_grid_4.cs_type_1{gap:55px 24px}}@media (max-width: 575px){.cs_footer_grid_4.cs_type_1{gap:55px 24px}}.cs_footer_links{display:flex;flex-wrap:wrap}.cs_footer_links li:not(:last-child):after{content:\"|\";margin:0 10px;position:relative;top:-1px}.cs_footer_map{height:260px}.cs_footer_map iframe{height:100%;display:block;border:none;width:100%;filter:grayscale(100%) invert(95%) contrast(140%);outline:none}.cs_scrollup{position:absolute;left:50%;transform:translate(-50%);height:46px;width:46px;top:-23px;background-color:var(--cl_footer-scroll);border-radius:50%;cursor:pointer}.cs_scrollup>svg{position:relative;z-index:2}.cs_scrollup .cs_scrollup_bg_dotted{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);animation:rotate 15s linear infinite;animation-play-state:paused}.cs_scrollup:before{content:\"\";position:absolute;height:100%;width:100%;left:0;top:0;border-radius:50%;background-color:var(--cl_footer-scroll);opacity:.5}.cs_scrollup:hover .cs_scrollup_bg_dotted{animation-play-state:initial}.cs_scrollup.cs_type_1{top:20px}@media (max-width: 991px){.cs_scrollup.cs_type_1{top:-23px}}@keyframes rotate{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}\n"] }]
|
|
10
|
+
}] });
|
|
11
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi1zdGF0aWMtZm9vdGVyLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2JhYnlsb24vc3JjL2xpYi9jb21wb25lbnRzL2NvcmUvYmFieWxvbi1zdGF0aWMtZm9vdGVyL2JhYnlsb24tc3RhdGljLWZvb3Rlci5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tc3RhdGljLWZvb3Rlci9iYWJ5bG9uLXN0YXRpYy1mb290ZXIuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFTMUMsTUFBTSxPQUFPLDRCQUE0QjsrR0FBNUIsNEJBQTRCO21HQUE1Qiw0QkFBNEIscUZDVHpDLDYvSUFnRlc7OzRGRHZFRSw0QkFBNEI7a0JBUHhDLFNBQVM7K0JBQ0UsMkJBQTJCLGNBQ3pCLElBQUksV0FDUCxFQUFFIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICBzZWxlY3RvcjogJ2xpYi1iYWJ5bG9uLXN0YXRpYy1mb290ZXInLFxyXG4gIHN0YW5kYWxvbmU6IHRydWUsXHJcbiAgaW1wb3J0czogW10sXHJcbiAgdGVtcGxhdGVVcmw6ICcuL2JhYnlsb24tc3RhdGljLWZvb3Rlci5jb21wb25lbnQuaHRtbCcsXHJcbiAgc3R5bGVVcmw6ICcuL2JhYnlsb24tc3RhdGljLWZvb3Rlci5jb21wb25lbnQuc2NzcydcclxufSlcclxuZXhwb3J0IGNsYXNzIEJhYnlsb25TdGF0aWNGb290ZXJDb21wb25lbnQge1xyXG5cclxufVxyXG4iLCI8IS0tICBMYSBmb3RvIGVzIG9wY2lvbmFsIC0tPlxyXG48Zm9vdGVyIGNsYXNzPVwiYmFieWxvbl9fZm9vdGVyIGNzX2JnX2ZpbGVkXCIgZGF0YS1zcmM9XCIvYXNzZXRzL2JhYnlsb24vZm90b3MvbmV3c2xldHRlcl9iZy5qcGVnXCI+IFxyXG4gICAgIDxkaXYgY2xhc3M9XCJjc19mb290ZXJfbWFpblwiPlxyXG4gICAgICA8ZGl2IGNsYXNzPVwiY29udGFpbmVyLWZsdWlkIGNzX3Bscl8xMDBcIj5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwiY3NfZm9vdGVyX2dyaWRfNFwiPlxyXG4gICAgICAgICAgPGRpdiBjbGFzcz1cImNzX2Zvb3Rlcl9ncmlkX2l0ZW1cIj5cclxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX2Zvb3Rlcl9pdGVtXCI+XHJcbiAgICAgICAgICAgICAgPGg1IGNsYXNzPVwiY3Nfd2lkZ2V0X3RpdGxlIHRpdGxlLS1zbWFsbGVyIFwiPjxzcGFuPkNvbnRhY3QgVXM8L3NwYW4+PC9oNT5cclxuICAgICAgICAgICAgICA8dWwgY2xhc3M9XCJjc19tZW51X3dpZGdldCBjc19tcDBcIj5cclxuICAgICAgICAgICAgICAgIDxsaSBjbGFzcz1cIlwiPkNhbGwgOiA8YSBocmVmPVwidGVsOiswMCgyNDQpMTQtNTAtNzc0XCI+KzAwKDI0NCkxNC01MC03NzQ8L2E+PC9saT5cclxuICAgICAgICAgICAgICAgIDxsaSBjbGFzcz1cIlwiPkVtYWlsIDogPGEgaHJlZj1cIm1haWx0bzppbmZvQG9jZWFucGVhcmwuY29tXCI+aW5mby1vY2VhbnBlYXJsLmNvbTwvYT48L2xpPlxyXG4gICAgICAgICAgICAgICAgPGxpIGNsYXNzPVwiXCI+V2UgYXJlIG9wZW4gMjQvNzwvbGk+XHJcbiAgICAgICAgICAgICAgPC91bD5cclxuICAgICAgICAgICAgXHJcbiAgICAgICAgICAgICAgICA8dWwgY2xhc3M9XCJjc19zb2NpYWxfYnRucyBjc19zdHlsZV8xXCI+ICBcclxuICAgICAgICAgICAgICAgICAgICA8bGk+PGEgaHJlZj1cIiMwXCIgY2xhc3M9XCJjc19jZW50ZXJcIj48aSBjbGFzcz1cImJhYnlsb24taW5zdGFncmFtXCI+PC9pPjwvYT48L2xpPlxyXG4gICAgICAgICAgICAgICAgICAgIDxsaT48YSBocmVmPVwiIzBcIiBjbGFzcz1cImNzX2NlbnRlclwiPjxpIGNsYXNzPVwiYmFieWxvbi1saW5rZWRpblwiPjwvaT48L2E+PC9saT5cclxuICAgICAgICAgICAgICAgICAgICA8bGk+PGEgaHJlZj1cIiMwXCIgY2xhc3M9XCJjc19jZW50ZXJcIj48aSBjbGFzcz1cImJhYnlsb24tZmFjZWJvb2tcIj48L2k+PC9hPjwvbGk+XHJcbiAgICAgICAgICAgICAgICAgICAgPGxpPjxhIGhyZWY9XCIjMFwiIGNsYXNzPVwiY3NfY2VudGVyXCI+PGkgY2xhc3M9XCJiYWJ5bG9uLXRpa3Rva1wiPjwvaT48L2E+PC9saT5cclxuICAgICAgICAgICAgICAgIDwvdWw+IFxyXG4gICAgICAgICAgICAgXHJcbiAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICA8ZGl2IGNsYXNzPVwiY3NfZm9vdGVyX2dyaWRfaXRlbVwiPlxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY3NfZm9vdGVyX2l0ZW1cIj5cclxuICAgICAgICAgICAgICAgIDxoNSBjbGFzcz1cImNzX3dpZGdldF90aXRsZSB0aXRsZS0tc21hbGxlciBcIj48c3Bhbj5BZGRyZXNzPC9zcGFuPjwvaDU+XHJcbiAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX3RleHRfd2lkZ2V0XCI+XHJcbiAgICAgICAgICAgICAgICA8cD40NTIgMTVoIFN0cmVldCwgT2ZmaWNlIDc0MSwgT2hpbywgRGUgNDc3NTQsIFVTQTwvcD5cclxuICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19mb290ZXJfZ3JpZF9pdGVtXCI+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19mb290ZXJfaXRlbVwiPlxyXG4gICAgICAgICAgICAgICAgPGg1IGNsYXNzPVwiY3Nfd2lkZ2V0X3RpdGxlIHRpdGxlLS1zbWFsbGVyIFwiPjxzcGFuPkxpbmtzPC9zcGFuPjwvaDU+XHJcbiAgICAgICAgICAgICAgPHVsIGNsYXNzPVwiY3NfbWVudV93aWRnZXQgY3NfbXAwXCI+XHJcbiAgICAgICAgICAgICAgICA8bGk+PGEgaHJlZj1cIlwiPkhvbWU8L2E+PC9saT5cclxuICAgICAgICAgICAgICAgIDxsaT48YSBocmVmPVwiXCI+QWJvdXQgVXM8L2E+PC9saT5cclxuICAgICAgICAgICAgICAgIDxsaT48YSBocmVmPVwiXCI+Qm9va2luZzwvYT48L2xpPlxyXG4gICAgICAgICAgICAgICAgPGxpPjxhIGhyZWY9XCJcIj5TUEEgJiBXZWxsbmVzczwvYT48L2xpPlxyXG4gICAgICAgICAgICAgICAgPGxpPjxhIGhyZWY9XCJcIj5SZXN0YXVyYW50PC9hPjwvbGk+XHJcbiAgICAgICAgICAgICAgICA8bGk+PGEgaHJlZj1cIlwiPk5ld3MgJiBNZWRpYTwvYT48L2xpPlxyXG4gICAgICAgICAgICAgIDwvdWw+XHJcbiAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgXHJcbiAgICAgICAgICA8ZGl2IGNsYXNzPVwiY3NfZm9vdGVyX2dyaWRfaXRlbVwiPlxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY3NfZm9vdGVyX2l0ZW1cIj5cclxuICAgICAgICAgICAgICAgIDxoNSBjbGFzcz1cImNzX3dpZGdldF90aXRsZSB0aXRsZS0tc21hbGxlciBcIj48c3Bhbj5NYXAgTG9jYXRpb248L3NwYW4+PC9oNT4gXHJcbiAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX2Zvb3Rlcl9tYXAgY3NfcHJpbWFyeV9iZ1wiPlxyXG4gICAgICAgICAgICAgICAgPGlmcmFtZSBzcmM9XCJodHRwczovL3d3dy5nb29nbGUuY29tL21hcHMvZW1iZWQ/cGI9ITFtMTghMW0xMiExbTMhMWQ5NjY1Mi4yNzMxNzM1NDkyNyEyZC03NC4zMzU1NzkyODE5NDUxNiEzZDQwLjc5NzU2NDk0Njk3NjI4ITJtMyExZjAhMmYwITNmMCEzbTIhMWkxMDI0ITJpNzY4ITRmMTMuMSEzbTMhMW0yITFzMHg4OWMzYTgyZjEzNTJkMGRkJTNBMHg4MWQ0ZjcyYzQ0MzVhYWI1ITJzVHJveStNZWFkb3dzK1dldGxhbmRzITVlMCEzbTIhMXNlbiEyc2JkITR2MTU2MzA3NTU5OTk5NCE1bTIhMXNlbiEyc2JkXCIgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPlxyXG4gICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgICA8L2Rpdj5cclxuICAgIDwvZGl2PlxyXG4gICAgPGRpdiBjbGFzcz1cImNzX2JvdHRvbV9mb290ZXJfd3JhcFwiPlxyXG4gICAgICA8ZGl2IGNsYXNzPVwiY29udGFpbmVyLWZsdWlkIGNzX3Bscl8xMDBcIj5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwiY3NfYm90dG9tX2Zvb3RlciBwb3NpdGlvbi1yZWxhdGl2ZVwiPlxyXG4gICAgICAgICAgPGRpdiBjbGFzcz1cImNzX2NvcHlyaWdodFwiPkJhYnlsb24gSG90ZWwgwqkgIDxzcGFuIGNsYXNzPVwiY3NfY29weXJpZ2h0X3llYXJcIj4gMjAyNCA8L3NwYW4+ICA8L2Rpdj5cclxuICAgICAgICAgIDxzcGFuIGNsYXNzPVwiY3Nfc2Nyb2xsdXAgY3NfY2VudGVyXCI+ICAgICAgICAgICAgICBcclxuICAgICAgICAgICAgPHN2ZyB3aWR0aD1cIjE1XCIgaGVpZ2h0PVwiN1wiIHZpZXdCb3g9XCIwIDAgMTUgN1wiIGZpbGw9XCJub25lXCIgeG1sbnM9XCJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Z1wiPlxyXG4gICAgICAgICAgICAgIDxwYXRoIGQ9XCJNMTUgNi4xODc5M0wxNC4xMTY5IDdMNy45MzY4NyAxLjMxNzIzQzcuODE5NTggMS4yMDk0MSA3LjY2MDUzIDEuMTQ4ODUgNy40OTQ2OCAxLjE0ODg1QzcuMzI4ODQgMS4xNDg4NSA3LjE2OTc4IDEuMjA5NDEgNy4wNTI1IDEuMzE3MjNMMC44ODQzNzYgNi45OTAyMkwwIDYuMTc3TDYuMTY4MTIgMC41MDUxNjNDNi41MTk5OCAwLjE4MTcwOCA2Ljk5NzE1IDAgNy40OTQ2OCAwQzcuOTkyMjIgMCA4LjQ2OTM4IDAuMTgxNzA4IDguODIxMjUgMC41MDUxNjNMMTUgNi4xODc5M1pcIiBmaWxsPVwid2hpdGVcIi8+XHJcbiAgICAgICAgICAgIDwvc3ZnPiAgXHJcbiAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiY3Nfc2Nyb2xsdXBfYmdfZG90dGVkIGNzX2FjY2VudF9jb2xvclwiPlxyXG4gICAgICAgICAgICAgIDxzdmcgd2lkdGg9XCI1NlwiIGhlaWdodD1cIjU2XCIgdmlld0JveD1cIjAgMCA1NiA1NlwiIGZpbGw9XCJub25lXCIgeG1sbnM9XCJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Z1wiPlxyXG4gICAgICAgICAgICAgICAgPGNpcmNsZSBjeD1cIjI4XCIgY3k9XCIyOFwiIHI9XCIyNy41XCIgc3Ryb2tlPVwiY3VycmVudENvbG9yXCIgc3Ryb2tlLWRhc2hhcnJheT1cIjUgNVwiLz5cclxuICAgICAgICAgICAgICA8L3N2Zz4gIFxyXG4gICAgICAgICAgICA8L3NwYW4+ICAgICAgICAgICAgICBcclxuICAgICAgICAgIDwvc3Bhbj5cclxuICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19ib3R0b21fZm9vdGVyX3JpZ2h0XCI+XHJcbiAgICAgICAgICAgIDx1bCBjbGFzcz1cImNzX2Zvb3Rlcl9saW5rcyBjc19tcF8wXCI+XHJcbiAgICAgICAgICAgICAgPGxpPlxyXG4gICAgICAgICAgICAgICAgPGEgaHJlZj1cIiNcIj5DbGlja3RvdHJhdmVsPC9hPlxyXG4gICAgICAgICAgICAgIDwvbGk+XHJcbiAgICAgICAgICAgIDwvdWw+XHJcbiAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICA8L2Rpdj5cclxuICAgICAgPC9kaXY+XHJcbiAgICA8L2Rpdj5cclxuICA8L2Zvb3Rlcj4iXX0=
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Component } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export class BabylonThanksComponent {
|
|
4
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BabylonThanksComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
5
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.11", type: BabylonThanksComponent, isStandalone: true, selector: "lib-babylon-thanks", ngImport: i0, template: "<section class=\"babylon__thank margin-main \"> \r\n <div class=\"container\">\r\n <div class=\"intro_info align--center\">\r\n <h2 class=\"pretitle \">tu satisfacci\u00F3n es nuestra prioridad</h2>\r\n <h3 class=\"title mb--10\" >\u00A1Gracias por elegir Babylon Hotel!</h3> \r\n <p class=\"text mb--10\">Sorry, the page you're seeking isn't here. It could have been relocated or removed</p>\r\n </div> \r\n <div class=\"btns__box align--center\">\r\n <a href=\" \" class=\"btn btn_primary\" >\r\n <b>Home</b>\r\n <span class=\"babylon-arrow-right-big\"></span> \r\n </a>\r\n </div> \r\n </div> \r\n</section>", styles: [""] }); }
|
|
6
|
+
}
|
|
7
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BabylonThanksComponent, decorators: [{
|
|
8
|
+
type: Component,
|
|
9
|
+
args: [{ selector: 'lib-babylon-thanks', standalone: true, imports: [], template: "<section class=\"babylon__thank margin-main \"> \r\n <div class=\"container\">\r\n <div class=\"intro_info align--center\">\r\n <h2 class=\"pretitle \">tu satisfacci\u00F3n es nuestra prioridad</h2>\r\n <h3 class=\"title mb--10\" >\u00A1Gracias por elegir Babylon Hotel!</h3> \r\n <p class=\"text mb--10\">Sorry, the page you're seeking isn't here. It could have been relocated or removed</p>\r\n </div> \r\n <div class=\"btns__box align--center\">\r\n <a href=\" \" class=\"btn btn_primary\" >\r\n <b>Home</b>\r\n <span class=\"babylon-arrow-right-big\"></span> \r\n </a>\r\n </div> \r\n </div> \r\n</section>" }]
|
|
10
|
+
}] });
|
|
11
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi10aGFua3MuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYmFieWxvbi9zcmMvbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLXRoYW5rcy9iYWJ5bG9uLXRoYW5rcy5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tdGhhbmtzL2JhYnlsb24tdGhhbmtzLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7O0FBUzFDLE1BQU0sT0FBTyxzQkFBc0I7K0dBQXRCLHNCQUFzQjttR0FBdEIsc0JBQXNCLDhFQ1RuQyxpdUJBY1U7OzRGRExHLHNCQUFzQjtrQkFQbEMsU0FBUzsrQkFDRSxvQkFBb0IsY0FDbEIsSUFBSSxXQUNQLEVBQUUiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuXHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiAnbGliLWJhYnlsb24tdGhhbmtzJyxcclxuICBzdGFuZGFsb25lOiB0cnVlLFxyXG4gIGltcG9ydHM6IFtdLFxyXG4gIHRlbXBsYXRlVXJsOiAnLi9iYWJ5bG9uLXRoYW5rcy5jb21wb25lbnQuaHRtbCcsXHJcbiAgc3R5bGVVcmw6ICcuL2JhYnlsb24tdGhhbmtzLmNvbXBvbmVudC5zY3NzJ1xyXG59KVxyXG5leHBvcnQgY2xhc3MgQmFieWxvblRoYW5rc0NvbXBvbmVudCB7XHJcblxyXG59XHJcbiIsIjxzZWN0aW9uIGNsYXNzPVwiYmFieWxvbl9fdGhhbmsgbWFyZ2luLW1haW4gXCI+IFxyXG4gICAgPGRpdiBjbGFzcz1cImNvbnRhaW5lclwiPlxyXG4gICAgICAgIDxkaXYgY2xhc3M9XCJpbnRyb19pbmZvIGFsaWduLS1jZW50ZXJcIj5cclxuICAgICAgICAgICAgPGgyIGNsYXNzPVwicHJldGl0bGUgXCI+dHUgc2F0aXNmYWNjacOzbiBlcyBudWVzdHJhIHByaW9yaWRhZDwvaDI+XHJcbiAgICAgICAgICAgIDxoMyBjbGFzcz1cInRpdGxlIG1iLS0xMFwiID7CoUdyYWNpYXMgcG9yIGVsZWdpciBCYWJ5bG9uIEhvdGVsITwvaDM+ICBcclxuICAgICAgICAgICAgPHAgY2xhc3M9XCJ0ZXh0IG1iLS0xMFwiPlNvcnJ5LCB0aGUgcGFnZSB5b3UncmUgc2Vla2luZyBpc24ndCBoZXJlLiBJdCBjb3VsZCBoYXZlIGJlZW4gcmVsb2NhdGVkIG9yIHJlbW92ZWQ8L3A+XHJcbiAgICAgICAgPC9kaXY+ICBcclxuICAgICAgICA8ZGl2IGNsYXNzPVwiYnRuc19fYm94IGFsaWduLS1jZW50ZXJcIj5cclxuICAgICAgICAgICAgPGEgaHJlZj1cIiBcIiBjbGFzcz1cImJ0biBidG5fcHJpbWFyeVwiID5cclxuICAgICAgICAgICAgICAgIDxiPkhvbWU8L2I+XHJcbiAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImJhYnlsb24tYXJyb3ctcmlnaHQtYmlnXCI+PC9zcGFuPiBcclxuICAgICAgICAgICAgPC9hPlxyXG4gICAgICAgIDwvZGl2PiBcclxuICAgIDwvZGl2PiAgICAgXHJcbjwvc2VjdGlvbj4iXX0=
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Component } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export class BabylonTopSliderComponent {
|
|
4
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BabylonTopSliderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
5
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.11", type: BabylonTopSliderComponent, isStandalone: true, selector: "lib-babylon-top-slider", ngImport: i0, template: "<section class=\"babylon__topslider margin-main-botom\"> \r\n <div class=\"cs_parallax_slider loading overflow-hidden position-relative\">\r\n <div class=\"swiper-wrapper\">\r\n <div class=\"swiper-slide\">\r\n <div class=\"cs_hero cs_style_1 cs_center text-center position-relative\">\r\n <figure class=\"cs_swiper_parallax_bg cs_hero_bg cs_bg_filed h-100 w-100 position-absolute top-0 start-0 mb-0\" data-src=\"/assets/babylon/fotos/hero_bg_1.jpeg\"></figure>\r\n <div class=\"container position-relative cs_zindex_3\">\r\n <div class=\"cs_hero_text\">\r\n <h2 class=\" pretitle_carrusel\">Top slider</h2>\r\n <h1 class=\" title_carrusel\">Disfruta de las mejores vacaciones en familia</h1> \r\n <div class=\"btns__box align--center\">\r\n <a href=\" \" class=\"btn btn_primary btn--light\">\r\n <b>Descubrenos</b>\r\n <span class=\"babylon-arrow-right-big\"></span> \r\n </a>\r\n </div> \r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"swiper-slide\">\r\n <div class=\"cs_hero cs_style_1 cs_center text-center position-relative\">\r\n <figure class=\"cs_swiper_parallax_bg cs_hero_bg cs_bg_filed h-100 w-100 position-absolute top-0 start-0 mb-0\" data-src=\"/assets/babylon/fotos/hero_bg_1.jpeg\"></figure>\r\n <div class=\"container position-relative cs_zindex_3\">\r\n <div class=\"cs_hero_text\">\r\n <h2 class=\" pretitle_carrusel\">Babylon Hotel</h2>\r\n <h1 class=\" title_carrusel\">Disfruta de las mejores vacaciones en familia </h1> \r\n <div class=\"btns__box align--center\">\r\n <a href=\" \" class=\"btn btn_primary btn--light\">\r\n <b>Descubrenos</b>\r\n <span class=\"babylon-arrow-right-big\"></span> \r\n </a>\r\n </div> \r\n </div>\r\n </div>\r\n </div>\r\n </div> \r\n </div>\r\n </div> \r\n <div class=\"cs_slider_navigation cs_white_color\">\r\n <div class=\"cs_swiper_button_prev\">\r\n <span class=\"babylon-arrow-left-big\"></span> \r\n </div>\r\n <div class=\"cs_swiper_button_next\">\r\n <span class=\"babylon-arrow-right-big\"></span> \r\n </div>\r\n </div>\r\n <a href=\"#about\" class=\"cs_down_btn_2\"></a>\r\n <div class=\"float-buttons\">\r\n <div class=\"float-buttons--inner\">\r\n <a href=\"\" class=\"btn-float\">Transfer</a>\r\n <a href=\"\" class=\"btn-float\">Chekin online</a>\r\n </div> \r\n </div>\r\n</section>\r\n\r\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_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;--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}.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}.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_hero.cs_style_1{height:calc(100vh + -0px);padding:100px 0 50px;max-height:1100px}@media (max-width: 991px){.cs_hero.cs_style_1{padding:100px 0;height:100vh;max-height:initial}}@media (max-width: 575px){.cs_hero.cs_style_1{min-height:500px}.cs_hero.cs_style_1 .cs_hero_title br{display:none}}.cs_bg_filed{transform:translate(0)!important}.babylon__topslider{position:relative}.cs_down_btn_2{position:absolute;height:35px;width:20px;border-radius:10px;border:2px solid var(--cl_title-light);z-index:1;bottom:14%;left:50%;margin-left:-10px}.cs_down_btn_2:before{content:\"\";height:5px;width:5px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:var(--cl_title-light);animation:UpAndDown 3s infinite}@keyframes UpAndDown{0%,to{top:30%}50%{top:70%;opacity:.5;transform:translate(-50%,-50%) scale(.8)}}\n"] }); }
|
|
6
|
+
}
|
|
7
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BabylonTopSliderComponent, decorators: [{
|
|
8
|
+
type: Component,
|
|
9
|
+
args: [{ selector: 'lib-babylon-top-slider', standalone: true, imports: [], template: "<section class=\"babylon__topslider margin-main-botom\"> \r\n <div class=\"cs_parallax_slider loading overflow-hidden position-relative\">\r\n <div class=\"swiper-wrapper\">\r\n <div class=\"swiper-slide\">\r\n <div class=\"cs_hero cs_style_1 cs_center text-center position-relative\">\r\n <figure class=\"cs_swiper_parallax_bg cs_hero_bg cs_bg_filed h-100 w-100 position-absolute top-0 start-0 mb-0\" data-src=\"/assets/babylon/fotos/hero_bg_1.jpeg\"></figure>\r\n <div class=\"container position-relative cs_zindex_3\">\r\n <div class=\"cs_hero_text\">\r\n <h2 class=\" pretitle_carrusel\">Top slider</h2>\r\n <h1 class=\" title_carrusel\">Disfruta de las mejores vacaciones en familia</h1> \r\n <div class=\"btns__box align--center\">\r\n <a href=\" \" class=\"btn btn_primary btn--light\">\r\n <b>Descubrenos</b>\r\n <span class=\"babylon-arrow-right-big\"></span> \r\n </a>\r\n </div> \r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"swiper-slide\">\r\n <div class=\"cs_hero cs_style_1 cs_center text-center position-relative\">\r\n <figure class=\"cs_swiper_parallax_bg cs_hero_bg cs_bg_filed h-100 w-100 position-absolute top-0 start-0 mb-0\" data-src=\"/assets/babylon/fotos/hero_bg_1.jpeg\"></figure>\r\n <div class=\"container position-relative cs_zindex_3\">\r\n <div class=\"cs_hero_text\">\r\n <h2 class=\" pretitle_carrusel\">Babylon Hotel</h2>\r\n <h1 class=\" title_carrusel\">Disfruta de las mejores vacaciones en familia </h1> \r\n <div class=\"btns__box align--center\">\r\n <a href=\" \" class=\"btn btn_primary btn--light\">\r\n <b>Descubrenos</b>\r\n <span class=\"babylon-arrow-right-big\"></span> \r\n </a>\r\n </div> \r\n </div>\r\n </div>\r\n </div>\r\n </div> \r\n </div>\r\n </div> \r\n <div class=\"cs_slider_navigation cs_white_color\">\r\n <div class=\"cs_swiper_button_prev\">\r\n <span class=\"babylon-arrow-left-big\"></span> \r\n </div>\r\n <div class=\"cs_swiper_button_next\">\r\n <span class=\"babylon-arrow-right-big\"></span> \r\n </div>\r\n </div>\r\n <a href=\"#about\" class=\"cs_down_btn_2\"></a>\r\n <div class=\"float-buttons\">\r\n <div class=\"float-buttons--inner\">\r\n <a href=\"\" class=\"btn-float\">Transfer</a>\r\n <a href=\"\" class=\"btn-float\">Chekin online</a>\r\n </div> \r\n </div>\r\n</section>\r\n\r\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_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;--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}.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}.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_hero.cs_style_1{height:calc(100vh + -0px);padding:100px 0 50px;max-height:1100px}@media (max-width: 991px){.cs_hero.cs_style_1{padding:100px 0;height:100vh;max-height:initial}}@media (max-width: 575px){.cs_hero.cs_style_1{min-height:500px}.cs_hero.cs_style_1 .cs_hero_title br{display:none}}.cs_bg_filed{transform:translate(0)!important}.babylon__topslider{position:relative}.cs_down_btn_2{position:absolute;height:35px;width:20px;border-radius:10px;border:2px solid var(--cl_title-light);z-index:1;bottom:14%;left:50%;margin-left:-10px}.cs_down_btn_2:before{content:\"\";height:5px;width:5px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:var(--cl_title-light);animation:UpAndDown 3s infinite}@keyframes UpAndDown{0%,to{top:30%}50%{top:70%;opacity:.5;transform:translate(-50%,-50%) scale(.8)}}\n"] }]
|
|
10
|
+
}] });
|
|
11
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi10b3Atc2xpZGVyLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2JhYnlsb24vc3JjL2xpYi9jb21wb25lbnRzL2NvcmUvYmFieWxvbi10b3Atc2xpZGVyL2JhYnlsb24tdG9wLXNsaWRlci5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tdG9wLXNsaWRlci9iYWJ5bG9uLXRvcC1zbGlkZXIuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFTMUMsTUFBTSxPQUFPLHlCQUF5QjsrR0FBekIseUJBQXlCO21HQUF6Qix5QkFBeUIsa0ZDVHRDLDg1RkF3REM7OzRGRC9DWSx5QkFBeUI7a0JBUHJDLFNBQVM7K0JBQ0Usd0JBQXdCLGNBQ3RCLElBQUksV0FDUCxFQUFFIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICBzZWxlY3RvcjogJ2xpYi1iYWJ5bG9uLXRvcC1zbGlkZXInLFxyXG4gIHN0YW5kYWxvbmU6IHRydWUsXHJcbiAgaW1wb3J0czogW10sXHJcbiAgdGVtcGxhdGVVcmw6ICcuL2JhYnlsb24tdG9wLXNsaWRlci5jb21wb25lbnQuaHRtbCcsXHJcbiAgc3R5bGVVcmw6ICcuL2JhYnlsb24tdG9wLXNsaWRlci5jb21wb25lbnQuc2NzcydcclxufSlcclxuZXhwb3J0IGNsYXNzIEJhYnlsb25Ub3BTbGlkZXJDb21wb25lbnQge1xyXG5cclxufVxyXG4iLCI8c2VjdGlvbiBjbGFzcz1cImJhYnlsb25fX3RvcHNsaWRlciBtYXJnaW4tbWFpbi1ib3RvbVwiPiAgXHJcbiAgICA8ZGl2IGNsYXNzPVwiY3NfcGFyYWxsYXhfc2xpZGVyIGxvYWRpbmcgb3ZlcmZsb3ctaGlkZGVuIHBvc2l0aW9uLXJlbGF0aXZlXCI+XHJcbiAgICAgIDxkaXYgY2xhc3M9XCJzd2lwZXItd3JhcHBlclwiPlxyXG4gICAgICAgIDxkaXYgY2xhc3M9XCJzd2lwZXItc2xpZGVcIj5cclxuICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19oZXJvIGNzX3N0eWxlXzEgY3NfY2VudGVyIHRleHQtY2VudGVyIHBvc2l0aW9uLXJlbGF0aXZlXCI+XHJcbiAgICAgICAgICAgIDxmaWd1cmUgY2xhc3M9XCJjc19zd2lwZXJfcGFyYWxsYXhfYmcgY3NfaGVyb19iZyBjc19iZ19maWxlZCBoLTEwMCB3LTEwMCBwb3NpdGlvbi1hYnNvbHV0ZSB0b3AtMCBzdGFydC0wIG1iLTBcIiBkYXRhLXNyYz1cIi9hc3NldHMvYmFieWxvbi9mb3Rvcy9oZXJvX2JnXzEuanBlZ1wiPjwvZmlndXJlPlxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY29udGFpbmVyIHBvc2l0aW9uLXJlbGF0aXZlIGNzX3ppbmRleF8zXCI+XHJcbiAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX2hlcm9fdGV4dFwiPlxyXG4gICAgICAgICAgICAgICAgPGgyIGNsYXNzPVwiICBwcmV0aXRsZV9jYXJydXNlbFwiPlRvcCBzbGlkZXI8L2gyPlxyXG4gICAgICAgICAgICAgICAgPGgxIGNsYXNzPVwiIHRpdGxlX2NhcnJ1c2VsXCI+RGlzZnJ1dGEgZGUgbGFzIG1lam9yZXMgdmFjYWNpb25lcyBlbiBmYW1pbGlhPC9oMT4gXHJcbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiYnRuc19fYm94IGFsaWduLS1jZW50ZXJcIj5cclxuICAgICAgICAgICAgICAgICAgICA8YSBocmVmPVwiIFwiIGNsYXNzPVwiYnRuIGJ0bl9wcmltYXJ5IGJ0bi0tbGlnaHRcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPGI+RGVzY3VicmVub3M8L2I+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiYmFieWxvbi1hcnJvdy1yaWdodC1iaWdcIj48L3NwYW4+IFxyXG4gICAgICAgICAgICAgICAgICAgIDwvYT5cclxuICAgICAgICAgICAgICAgIDwvZGl2PiAgIFxyXG4gICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICA8L2Rpdj5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwic3dpcGVyLXNsaWRlXCI+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19oZXJvIGNzX3N0eWxlXzEgY3NfY2VudGVyIHRleHQtY2VudGVyIHBvc2l0aW9uLXJlbGF0aXZlXCI+XHJcbiAgICAgICAgICAgICAgICAgPGZpZ3VyZSBjbGFzcz1cImNzX3N3aXBlcl9wYXJhbGxheF9iZyBjc19oZXJvX2JnIGNzX2JnX2ZpbGVkIGgtMTAwIHctMTAwIHBvc2l0aW9uLWFic29sdXRlIHRvcC0wIHN0YXJ0LTAgbWItMFwiIGRhdGEtc3JjPVwiL2Fzc2V0cy9iYWJ5bG9uL2ZvdG9zL2hlcm9fYmdfMS5qcGVnXCI+PC9maWd1cmU+XHJcbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY29udGFpbmVyIHBvc2l0aW9uLXJlbGF0aXZlIGNzX3ppbmRleF8zXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX2hlcm9fdGV4dFwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8aDIgY2xhc3M9XCIgICBwcmV0aXRsZV9jYXJydXNlbFwiPkJhYnlsb24gSG90ZWw8L2gyPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8aDEgY2xhc3M9XCIgdGl0bGVfY2FycnVzZWxcIj5EaXNmcnV0YSBkZSBsYXMgbWVqb3JlcyB2YWNhY2lvbmVzIGVuIGZhbWlsaWEgPC9oMT4gXHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJidG5zX19ib3ggYWxpZ24tLWNlbnRlclwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGEgaHJlZj1cIiBcIiBjbGFzcz1cImJ0biBidG5fcHJpbWFyeSBidG4tLWxpZ2h0XCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGI+RGVzY3VicmVub3M8L2I+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJiYWJ5bG9uLWFycm93LXJpZ2h0LWJpZ1wiPjwvc3Bhbj4gXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2E+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PiBcclxuICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgIDwvZGl2PiBcclxuICAgICAgPC9kaXY+XHJcbiAgICA8L2Rpdj4gICBcclxuICAgIDxkaXYgY2xhc3M9XCJjc19zbGlkZXJfbmF2aWdhdGlvbiBjc193aGl0ZV9jb2xvclwiPlxyXG4gICAgICAgIDxkaXYgY2xhc3M9XCJjc19zd2lwZXJfYnV0dG9uX3ByZXZcIj5cclxuICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJiYWJ5bG9uLWFycm93LWxlZnQtYmlnXCI+PC9zcGFuPiBcclxuICAgICAgICA8L2Rpdj5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwiY3Nfc3dpcGVyX2J1dHRvbl9uZXh0XCI+XHJcbiAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiYmFieWxvbi1hcnJvdy1yaWdodC1iaWdcIj48L3NwYW4+ICAgIFxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgPC9kaXY+XHJcbiAgICA8YSBocmVmPVwiI2Fib3V0XCIgY2xhc3M9XCJjc19kb3duX2J0bl8yXCI+PC9hPlxyXG4gICAgPGRpdiBjbGFzcz1cImZsb2F0LWJ1dHRvbnNcIj5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwiZmxvYXQtYnV0dG9ucy0taW5uZXJcIj5cclxuICAgICAgICAgICAgPGEgaHJlZj1cIlwiIGNsYXNzPVwiYnRuLWZsb2F0XCI+VHJhbnNmZXI8L2E+XHJcbiAgICAgICAgICAgIDxhIGhyZWY9XCJcIiBjbGFzcz1cImJ0bi1mbG9hdFwiPkNoZWtpbiBvbmxpbmU8L2E+XHJcbiAgICAgICAgPC9kaXY+ICAgXHJcbiAgICA8L2Rpdj5cclxuPC9zZWN0aW9uPlxyXG5cclxuICJdfQ==
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Component } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export class BabylonTopSliderV2Component {
|
|
4
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BabylonTopSliderV2Component, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
5
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.11", type: BabylonTopSliderV2Component, isStandalone: true, selector: "lib-babylon-top-slider-v2", ngImport: i0, template: "<section class=\"babylon__topsliderv2 cs_hero cs_style_2 position-relative margin-main-botom\">\r\n <div class=\"cs_hero_left_img cs_bg_filed\" >\r\n <div class=\"cs_parallax_slider loading overflow-hidden position-relative\">\r\n <div class=\"swiper-wrapper\">\r\n <div class=\"swiper-slide\">\r\n <div class=\"cs_hero cs_style_1 cs_center text-center position-relative\">\r\n <figure class=\"cs_swiper_parallax_bg cs_hero_bg cs_bg_filed h-100 w-100 position-absolute top-0 start-0 mb-0\" data-src=\"/assets/babylon/fotos/hero_bg_1.jpeg\"></figure>\r\n \r\n \r\n </div>\r\n </div>\r\n <div class=\"swiper-slide\">\r\n <div class=\"cs_hero cs_style_1 cs_center text-center position-relative\">\r\n <figure class=\"cs_swiper_parallax_bg cs_hero_bg cs_bg_filed h-100 w-100 position-absolute top-0 start-0 mb-0\" data-src=\"/assets/babylon/fotos/hero_bg_1.jpeg\"></figure>\r\n \r\n </div>\r\n </div> \r\n </div>\r\n </div> \r\n <div class=\"cs_slider_navigation cs_white_color\">\r\n <div class=\"cs_swiper_button_prev\">\r\n <span class=\"babylon-arrow-left-big\"></span> \r\n </div>\r\n <div class=\"cs_swiper_button_next\">\r\n <span class=\"babylon-arrow-right-big\"></span> \r\n </div>\r\n </div>\r\n </div>\r\n\r\n <div class=\"cs_hero_in\">\r\n <div class=\"cs_hero_content cs_center\">\r\n <div class=\"container\">\r\n <div class=\"row\">\r\n <div class=\"col-lg-6\">\r\n \r\n </div>\r\n <div class=\"col-lg-6\"> \r\n <div class=\"cs_hero_text intro_info\">\r\n <h2 class=\"pretitle_carrusel pretitle_carrusel--dark\">Top slider v2</h2>\r\n <h1 class=\"title_carrusel title_carrusel--dark wow fadeInRight\" data-wow-duration=\"0.8s\" data-wow-delay=\"0.2s\" >Disfruta de las mejores vacaciones en familia</h1> \r\n <div class=\"btns__box \">\r\n <a href=\" \" class=\"btn btn_primary \">\r\n <b>Descubrenos</b>\r\n <span class=\"babylon-arrow-right-big\"></span> \r\n </a>\r\n </div> \r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div> \r\n </div>\r\n </section>", 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_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;--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}.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}.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_hero.cs_style_2{height:100vh;max-height:1100px}@media (max-width: 1199px){.cs_hero.cs_style_2{max-height:initial;height:initial}}@media (max-width: 991px){.cs_hero.cs_style_2{height:auto;padding:0}}@media (max-width: 575px){.cs_hero.cs_style_2{padding:0}}.cs_hero.cs_style_2 .cs_hero_left_img,.cs_hero.cs_style_2 .cs_hero_left_right{position:absolute;top:0;height:100%;width:50%}@media (max-width: 991px){.cs_hero.cs_style_2 .cs_hero_left_img,.cs_hero.cs_style_2 .cs_hero_left_right{height:auto;position:relative}}@media (max-width: 575px){.cs_hero.cs_style_2 .cs_hero_left_img,.cs_hero.cs_style_2 .cs_hero_left_right{height:auto}}.cs_hero.cs_style_2 .cs_hero_left_img{left:0}@media (max-width: 1199px){.cs_hero.cs_style_2 .cs_hero_left_img{width:45%}}@media (max-width: 991px){.cs_hero.cs_style_2 .cs_hero_left_img{width:100%}}.cs_hero.cs_style_2 .cs_hero_left_right{right:0}@media (max-width: 1199px){.cs_hero.cs_style_2 .cs_hero_left_right{width:55%}}@media (max-width: 991px){.cs_hero.cs_style_2 .cs_hero_left_right{width:100%;top:400px}}.cs_hero.cs_style_2 .cs_hero_text{padding:50px 0 50px 88px}@media (max-width: 1199px){.cs_hero.cs_style_2 .cs_hero_text{padding:80px 0}}@media (max-width: 991px){.cs_hero.cs_style_2 .cs_hero_text{padding:20px 0}}.cs_hero.cs_style_2 .cs_hero_in{position:relative;z-index:3;height:100%;display:flex;flex-direction:column;padding:90px 0}@media (max-width: 991px){.cs_hero.cs_style_2 .cs_hero_in{padding:0;z-index:5;position:absolute;bottom:110px;left:0;width:100%;height:auto}}.cs_hero.cs_style_2 .cs_hero_content{flex:1}.cs_hero.cs_style_1{height:calc(100vh + -0px);padding:100px 0 50px;max-height:1100px}@media (max-width: 991px){.cs_hero.cs_style_1{padding:100px 0;height:100vh}}@media (max-width: 575px){.cs_hero.cs_style_1{min-height:500px;height:auto}.cs_hero.cs_style_1 .cs_hero_title br{display:none}}.cs_bg_filed{transform:translate(0)!important;z-index:4}.babylon__topsliderv2{position:relative}\n"] }); }
|
|
6
|
+
}
|
|
7
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.11", ngImport: i0, type: BabylonTopSliderV2Component, decorators: [{
|
|
8
|
+
type: Component,
|
|
9
|
+
args: [{ selector: 'lib-babylon-top-slider-v2', standalone: true, imports: [], template: "<section class=\"babylon__topsliderv2 cs_hero cs_style_2 position-relative margin-main-botom\">\r\n <div class=\"cs_hero_left_img cs_bg_filed\" >\r\n <div class=\"cs_parallax_slider loading overflow-hidden position-relative\">\r\n <div class=\"swiper-wrapper\">\r\n <div class=\"swiper-slide\">\r\n <div class=\"cs_hero cs_style_1 cs_center text-center position-relative\">\r\n <figure class=\"cs_swiper_parallax_bg cs_hero_bg cs_bg_filed h-100 w-100 position-absolute top-0 start-0 mb-0\" data-src=\"/assets/babylon/fotos/hero_bg_1.jpeg\"></figure>\r\n \r\n \r\n </div>\r\n </div>\r\n <div class=\"swiper-slide\">\r\n <div class=\"cs_hero cs_style_1 cs_center text-center position-relative\">\r\n <figure class=\"cs_swiper_parallax_bg cs_hero_bg cs_bg_filed h-100 w-100 position-absolute top-0 start-0 mb-0\" data-src=\"/assets/babylon/fotos/hero_bg_1.jpeg\"></figure>\r\n \r\n </div>\r\n </div> \r\n </div>\r\n </div> \r\n <div class=\"cs_slider_navigation cs_white_color\">\r\n <div class=\"cs_swiper_button_prev\">\r\n <span class=\"babylon-arrow-left-big\"></span> \r\n </div>\r\n <div class=\"cs_swiper_button_next\">\r\n <span class=\"babylon-arrow-right-big\"></span> \r\n </div>\r\n </div>\r\n </div>\r\n\r\n <div class=\"cs_hero_in\">\r\n <div class=\"cs_hero_content cs_center\">\r\n <div class=\"container\">\r\n <div class=\"row\">\r\n <div class=\"col-lg-6\">\r\n \r\n </div>\r\n <div class=\"col-lg-6\"> \r\n <div class=\"cs_hero_text intro_info\">\r\n <h2 class=\"pretitle_carrusel pretitle_carrusel--dark\">Top slider v2</h2>\r\n <h1 class=\"title_carrusel title_carrusel--dark wow fadeInRight\" data-wow-duration=\"0.8s\" data-wow-delay=\"0.2s\" >Disfruta de las mejores vacaciones en familia</h1> \r\n <div class=\"btns__box \">\r\n <a href=\" \" class=\"btn btn_primary \">\r\n <b>Descubrenos</b>\r\n <span class=\"babylon-arrow-right-big\"></span> \r\n </a>\r\n </div> \r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div> \r\n </div>\r\n </section>", 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_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;--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}.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}.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_hero.cs_style_2{height:100vh;max-height:1100px}@media (max-width: 1199px){.cs_hero.cs_style_2{max-height:initial;height:initial}}@media (max-width: 991px){.cs_hero.cs_style_2{height:auto;padding:0}}@media (max-width: 575px){.cs_hero.cs_style_2{padding:0}}.cs_hero.cs_style_2 .cs_hero_left_img,.cs_hero.cs_style_2 .cs_hero_left_right{position:absolute;top:0;height:100%;width:50%}@media (max-width: 991px){.cs_hero.cs_style_2 .cs_hero_left_img,.cs_hero.cs_style_2 .cs_hero_left_right{height:auto;position:relative}}@media (max-width: 575px){.cs_hero.cs_style_2 .cs_hero_left_img,.cs_hero.cs_style_2 .cs_hero_left_right{height:auto}}.cs_hero.cs_style_2 .cs_hero_left_img{left:0}@media (max-width: 1199px){.cs_hero.cs_style_2 .cs_hero_left_img{width:45%}}@media (max-width: 991px){.cs_hero.cs_style_2 .cs_hero_left_img{width:100%}}.cs_hero.cs_style_2 .cs_hero_left_right{right:0}@media (max-width: 1199px){.cs_hero.cs_style_2 .cs_hero_left_right{width:55%}}@media (max-width: 991px){.cs_hero.cs_style_2 .cs_hero_left_right{width:100%;top:400px}}.cs_hero.cs_style_2 .cs_hero_text{padding:50px 0 50px 88px}@media (max-width: 1199px){.cs_hero.cs_style_2 .cs_hero_text{padding:80px 0}}@media (max-width: 991px){.cs_hero.cs_style_2 .cs_hero_text{padding:20px 0}}.cs_hero.cs_style_2 .cs_hero_in{position:relative;z-index:3;height:100%;display:flex;flex-direction:column;padding:90px 0}@media (max-width: 991px){.cs_hero.cs_style_2 .cs_hero_in{padding:0;z-index:5;position:absolute;bottom:110px;left:0;width:100%;height:auto}}.cs_hero.cs_style_2 .cs_hero_content{flex:1}.cs_hero.cs_style_1{height:calc(100vh + -0px);padding:100px 0 50px;max-height:1100px}@media (max-width: 991px){.cs_hero.cs_style_1{padding:100px 0;height:100vh}}@media (max-width: 575px){.cs_hero.cs_style_1{min-height:500px;height:auto}.cs_hero.cs_style_1 .cs_hero_title br{display:none}}.cs_bg_filed{transform:translate(0)!important;z-index:4}.babylon__topsliderv2{position:relative}\n"] }]
|
|
10
|
+
}] });
|
|
11
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi10b3Atc2xpZGVyLXYyLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2JhYnlsb24vc3JjL2xpYi9jb21wb25lbnRzL2NvcmUvYmFieWxvbi10b3Atc2xpZGVyLXYyL2JhYnlsb24tdG9wLXNsaWRlci12Mi5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tdG9wLXNsaWRlci12Mi9iYWJ5bG9uLXRvcC1zbGlkZXItdjIuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFTMUMsTUFBTSxPQUFPLDJCQUEyQjsrR0FBM0IsMkJBQTJCO21HQUEzQiwyQkFBMkIscUZDVHhDLCt0RkFvRFk7OzRGRDNDQywyQkFBMkI7a0JBUHZDLFNBQVM7K0JBQ0UsMkJBQTJCLGNBQ3pCLElBQUksV0FDUCxFQUFFIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICBzZWxlY3RvcjogJ2xpYi1iYWJ5bG9uLXRvcC1zbGlkZXItdjInLFxyXG4gIHN0YW5kYWxvbmU6IHRydWUsXHJcbiAgaW1wb3J0czogW10sXHJcbiAgdGVtcGxhdGVVcmw6ICcuL2JhYnlsb24tdG9wLXNsaWRlci12Mi5jb21wb25lbnQuaHRtbCcsXHJcbiAgc3R5bGVVcmw6ICcuL2JhYnlsb24tdG9wLXNsaWRlci12Mi5jb21wb25lbnQuc2NzcydcclxufSlcclxuZXhwb3J0IGNsYXNzIEJhYnlsb25Ub3BTbGlkZXJWMkNvbXBvbmVudCB7XHJcblxyXG59XHJcbiIsIjxzZWN0aW9uIGNsYXNzPVwiYmFieWxvbl9fdG9wc2xpZGVydjIgY3NfaGVybyBjc19zdHlsZV8yIHBvc2l0aW9uLXJlbGF0aXZlIG1hcmdpbi1tYWluLWJvdG9tXCI+XHJcbiAgICAgPGRpdiBjbGFzcz1cImNzX2hlcm9fbGVmdF9pbWcgY3NfYmdfZmlsZWRcIiA+XHJcbiAgICAgICAgPGRpdiBjbGFzcz1cImNzX3BhcmFsbGF4X3NsaWRlciBsb2FkaW5nIG92ZXJmbG93LWhpZGRlbiBwb3NpdGlvbi1yZWxhdGl2ZVwiPlxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwic3dpcGVyLXdyYXBwZXJcIj5cclxuICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwic3dpcGVyLXNsaWRlXCI+XHJcbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY3NfaGVybyBjc19zdHlsZV8xIGNzX2NlbnRlciB0ZXh0LWNlbnRlciBwb3NpdGlvbi1yZWxhdGl2ZVwiPlxyXG4gICAgICAgICAgICAgICAgICA8ZmlndXJlIGNsYXNzPVwiY3Nfc3dpcGVyX3BhcmFsbGF4X2JnIGNzX2hlcm9fYmcgY3NfYmdfZmlsZWQgaC0xMDAgdy0xMDAgcG9zaXRpb24tYWJzb2x1dGUgdG9wLTAgc3RhcnQtMCBtYi0wXCIgZGF0YS1zcmM9XCIvYXNzZXRzL2JhYnlsb24vZm90b3MvaGVyb19iZ18xLmpwZWdcIj48L2ZpZ3VyZT5cclxuICAgICAgICAgICAgICAgICAgIFxyXG4gICAgICAgICAgICAgICAgICBcclxuICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJzd2lwZXItc2xpZGVcIj5cclxuICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX2hlcm8gY3Nfc3R5bGVfMSBjc19jZW50ZXIgdGV4dC1jZW50ZXIgcG9zaXRpb24tcmVsYXRpdmVcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICA8ZmlndXJlIGNsYXNzPVwiY3Nfc3dpcGVyX3BhcmFsbGF4X2JnIGNzX2hlcm9fYmcgY3NfYmdfZmlsZWQgaC0xMDAgdy0xMDAgcG9zaXRpb24tYWJzb2x1dGUgdG9wLTAgc3RhcnQtMCBtYi0wXCIgZGF0YS1zcmM9XCIvYXNzZXRzL2JhYnlsb24vZm90b3MvaGVyb19iZ18xLmpwZWdcIj48L2ZpZ3VyZT5cclxuICAgICAgICAgICAgICAgICAgICAgXHJcbiAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgPC9kaXY+IFxyXG4gICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgIDwvZGl2PiAgXHJcbiAgICAgICAgPGRpdiBjbGFzcz1cImNzX3NsaWRlcl9uYXZpZ2F0aW9uIGNzX3doaXRlX2NvbG9yXCI+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19zd2lwZXJfYnV0dG9uX3ByZXZcIj5cclxuICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiYmFieWxvbi1hcnJvdy1sZWZ0LWJpZ1wiPjwvc3Bhbj4gXHJcbiAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY3Nfc3dpcGVyX2J1dHRvbl9uZXh0XCI+XHJcbiAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImJhYnlsb24tYXJyb3ctcmlnaHQtYmlnXCI+PC9zcGFuPiAgICBcclxuICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICA8L2Rpdj5cclxuXHJcbiAgICAgPGRpdiBjbGFzcz1cImNzX2hlcm9faW5cIj5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwiY3NfaGVyb19jb250ZW50IGNzX2NlbnRlclwiPlxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY29udGFpbmVyXCI+XHJcbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwicm93XCI+XHJcbiAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNvbC1sZy02XCI+XHJcbiAgICAgICAgICAgICAgICAgICAgIFxyXG4gICAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjb2wtbGctNlwiPiBcclxuICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX2hlcm9fdGV4dCBpbnRyb19pbmZvXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8aDIgY2xhc3M9XCJwcmV0aXRsZV9jYXJydXNlbCBwcmV0aXRsZV9jYXJydXNlbC0tZGFya1wiPlRvcCBzbGlkZXIgdjI8L2gyPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGgxIGNsYXNzPVwidGl0bGVfY2FycnVzZWwgdGl0bGVfY2FycnVzZWwtLWRhcmsgd293IGZhZGVJblJpZ2h0XCIgZGF0YS13b3ctZHVyYXRpb249XCIwLjhzXCIgZGF0YS13b3ctZGVsYXk9XCIwLjJzXCIgPkRpc2ZydXRhIGRlIGxhcyBtZWpvcmVzIHZhY2FjaW9uZXMgZW4gZmFtaWxpYTwvaDE+IFxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImJ0bnNfX2JveCAgXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGEgaHJlZj1cIiBcIiBjbGFzcz1cImJ0biBidG5fcHJpbWFyeSBcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGI+RGVzY3VicmVub3M8L2I+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiYmFieWxvbi1hcnJvdy1yaWdodC1iaWdcIj48L3NwYW4+IFxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvYT5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PiAgICBcclxuICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgPC9kaXY+IFxyXG4gICAgPC9kaXY+XHJcbiAgPC9zZWN0aW9uPiJdfQ==
|