ctt-babylon 0.0.142 → 0.0.144
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-404/babylon-404.component.mjs +21 -5
- package/esm2022/lib/components/core/babylon-banner-gallery/babylon-banner-gallery.component.mjs +2 -2
- package/esm2022/lib/components/core/babylon-banner-newsletter/babylon-banner-newsletter.component.mjs +2 -2
- package/esm2022/lib/components/core/babylon-blog-details/babylon-blog-details.component.mjs +2 -2
- package/esm2022/lib/components/core/babylon-blog-list/babylon-blog-list.component.mjs +3 -3
- package/esm2022/lib/components/core/babylon-breadcrumb/babylon-breadcrumb.component.mjs +2 -2
- package/esm2022/lib/components/core/babylon-comingsoon/babylon-comingsoon.component.mjs +2 -2
- package/esm2022/lib/components/core/babylon-contact-form/babylon-contact-form.component.mjs +5 -33
- package/esm2022/lib/components/core/babylon-contact-how/babylon-contact-how.component.mjs +2 -2
- package/esm2022/lib/components/core/babylon-contact-map/babylon-contact-map.component.mjs +3 -3
- package/esm2022/lib/components/core/babylon-engine/babylon-engine.component.mjs +6 -86
- package/esm2022/lib/components/core/babylon-features-slider/babylon-features-slider.component.mjs +2 -2
- package/esm2022/lib/components/core/babylon-gallery/babylon-gallery.component.mjs +6 -34
- package/esm2022/lib/components/core/babylon-header-book-show/babylon-header-book-show.component.mjs +6 -52
- package/esm2022/lib/components/core/babylon-info-grid/babylon-info-grid.component.mjs +3 -11
- package/esm2022/lib/components/core/babylon-info-img/babylon-info-img.component.mjs +2 -2
- package/esm2022/lib/components/core/babylon-info-intro/babylon-info-intro.component.mjs +2 -2
- package/esm2022/lib/components/core/babylon-info-zig-zag/babylon-info-zig-zag.component.mjs +2 -2
- package/esm2022/lib/components/core/babylon-info2img/babylon-info2img.component.mjs +2 -2
- package/esm2022/lib/components/core/babylon-info3img/babylon-info3img.component.mjs +2 -2
- package/esm2022/lib/components/core/babylon-offer-detail/babylon-offer-detail.component.mjs +2 -2
- package/esm2022/lib/components/core/babylon-offers-list/babylon-offers-list.component.mjs +3 -3
- package/esm2022/lib/components/core/babylon-offers-slider/babylon-offers-slider.component.mjs +3 -3
- package/esm2022/lib/components/core/babylon-room-details/babylon-room-details.component.mjs +2 -2
- package/esm2022/lib/components/core/babylon-rooms-cols/babylon-rooms-cols.component.mjs +3 -5
- package/esm2022/lib/components/core/babylon-rooms-grid/babylon-rooms-grid.component.mjs +3 -5
- package/esm2022/lib/components/core/babylon-rooms-list/babylon-rooms-list.component.mjs +3 -5
- package/esm2022/lib/components/core/babylon-rooms-slider/babylon-rooms-slider.component.mjs +2 -2
- package/esm2022/lib/components/core/babylon-slider2col/babylon-slider2col.component.mjs +2 -2
- package/esm2022/lib/components/core/babylon-slider3col/babylon-slider3colcomponent.mjs +3 -3
- package/esm2022/lib/components/core/babylon-slider4col/babylon-slider4col.component.mjs +2 -2
- package/esm2022/lib/components/core/babylon-static-footer/babylon-static-footer.component.mjs +3 -3
- package/esm2022/lib/components/core/babylon-thanks/babylon-thanks.component.mjs +18 -5
- package/esm2022/lib/components/core/babylon-top-slider/babylon-top-slider.component.mjs +2 -2
- package/esm2022/lib/components/core/babylon-top-slider-v2/babylon-top-slider-v2.component.mjs +3 -3
- package/esm2022/lib/components/core/babylon-top-slider-video/babylon-top-slider-video.component.mjs +2 -2
- package/esm2022/lib/interfaces/babylon-404.interface.mjs +2 -0
- package/esm2022/lib/interfaces/babylon-button.interface.mjs +2 -0
- package/esm2022/lib/interfaces/babylon-image.interface.mjs +2 -0
- package/esm2022/lib/interfaces/babylon-info-img-big.interface.mjs +2 -0
- package/esm2022/lib/interfaces/babylon-thanks.interface.mjs +2 -0
- package/esm2022/lib/services/index.mjs +1 -1
- package/esm2022/public-api.mjs +10 -7
- package/fesm2022/ctt-babylon.mjs +232 -596
- package/fesm2022/ctt-babylon.mjs.map +1 -1
- package/lib/components/core/babylon-404/babylon-404.component.d.ts +9 -1
- package/lib/components/core/babylon-contact-form/babylon-contact-form.component.d.ts +0 -5
- package/lib/components/core/babylon-engine/babylon-engine.component.d.ts +2 -34
- package/lib/components/core/babylon-gallery/babylon-gallery.component.d.ts +0 -7
- package/lib/components/core/babylon-header-book-show/babylon-header-book-show.component.d.ts +1 -10
- package/lib/components/core/babylon-info-grid/babylon-info-grid.component.d.ts +0 -2
- package/lib/components/core/babylon-thanks/babylon-thanks.component.d.ts +7 -1
- package/lib/interfaces/babylon-404.interface.d.ts +9 -0
- package/lib/interfaces/babylon-button.interface.d.ts +8 -0
- package/lib/interfaces/babylon-image.interface.d.ts +4 -0
- package/lib/interfaces/babylon-info-img-big.interface.d.ts +9 -0
- package/lib/interfaces/babylon-thanks.interface.d.ts +7 -0
- package/lib/styles/styles/babylon/common.scss +6 -0
- package/lib/styles/styles/babylon/globals.scss +0 -11
- package/lib/styles/styles/babylon/mixins.scss +0 -73
- package/lib/styles/styles/babylon/slider.scss +4 -6
- package/lib/styles/styles/babylon/variables.css +1 -1
- package/lib/styles/styles/babylon/variables.scss +2 -33
- package/package.json +2 -1
- package/public-api.d.ts +5 -4
- package/esm2022/lib/components/core/babylon-engine-modal/babylon-engine-modal.component.mjs +0 -91
- package/esm2022/lib/components/core/babylon-filter-modal/babylon-filter-modal.component.mjs +0 -21
- package/esm2022/lib/components/core/babylon-guests-popup/babylon-guests-popup.component.mjs +0 -59
- package/esm2022/lib/components/core/babylon-header-clear/babylon-header-clear.component.mjs +0 -11
- package/esm2022/lib/components/core/babylon-header-menu-center/babylon-header-menu-center.component.mjs +0 -11
- package/esm2022/lib/components/core/babylon-header-menu-show/babylon-header-menu-show.component.mjs +0 -11
- package/esm2022/lib/components/core/babylon-language-modal/babylon-language-modal.component.mjs +0 -29
- package/esm2022/lib/components/core/babylon-offer-popup/babylon-offer-popup.component.mjs +0 -19
- package/lib/components/core/babylon-engine-modal/babylon-engine-modal.component.d.ts +0 -37
- package/lib/components/core/babylon-filter-modal/babylon-filter-modal.component.d.ts +0 -10
- package/lib/components/core/babylon-guests-popup/babylon-guests-popup.component.d.ts +0 -23
- package/lib/components/core/babylon-header-clear/babylon-header-clear.component.d.ts +0 -5
- package/lib/components/core/babylon-header-menu-center/babylon-header-menu-center.component.d.ts +0 -5
- package/lib/components/core/babylon-header-menu-show/babylon-header-menu-show.component.d.ts +0 -5
- package/lib/components/core/babylon-language-modal/babylon-language-modal.component.d.ts +0 -12
- package/lib/components/core/babylon-offer-popup/babylon-offer-popup.component.d.ts +0 -9
|
@@ -1,11 +1,27 @@
|
|
|
1
|
-
import { Component } from '@angular/core';
|
|
1
|
+
import { ChangeDetectionStrategy, Component, Input } from '@angular/core';
|
|
2
|
+
import { RouterModule } from '@angular/router';
|
|
3
|
+
import { CommonModule } from '@angular/common';
|
|
2
4
|
import * as i0 from "@angular/core";
|
|
5
|
+
import * as i1 from "@angular/router";
|
|
3
6
|
export class Babylon404Component {
|
|
7
|
+
btnClick(e) {
|
|
8
|
+
e.preventDefault();
|
|
9
|
+
}
|
|
4
10
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: Babylon404Component, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
5
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
11
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: Babylon404Component, isStandalone: true, selector: "lib-babylon-404", inputs: { pretitle: "pretitle", title: "title", description: "description", img: "img", button: "button" }, ngImport: i0, template: "<section class=\"aurora__404\">\r\n <div class=\"container margin-main\">\r\n <div class=\"row error_page\">\r\n <div class=\"col-md-6 align-self-center\">\r\n @if (img) {\r\n <div class=\"parallax_wrapper\">\r\n <img\r\n [src]=\"img.src\"\r\n loading=\"lazy\"\r\n alt=\"\"\r\n class=\"img-fluid rounded-img\"\r\n />\r\n </div>\r\n }\r\n </div>\r\n <div class=\"col-md-6 align-self-center\">\r\n <div class=\"intro_info align--center no-align\">\r\n @if (pretitle) {\r\n <h2 class=\"subtitle\">{{ pretitle }}</h2>\r\n } @if (title) {\r\n <h1 class=\"title\">{{ title }}</h1>\r\n } @if (description) {\r\n <p class=\"text\">\r\n {{ description }}\r\n </p>\r\n } @if(button) {\r\n <div class=\"btns__box align--center\">\r\n <a\r\n (click)=\"btnClick($event)\"\r\n [href]=\"button.url\"\r\n [routerLink]=\"button.url\"\r\n class=\"btn btn-primary\"\r\n >{{ button.label }}</a\r\n >\r\n </div>\r\n }\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n</section>", styles: [""], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: RouterModule }, { kind: "directive", type: i1.RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "info", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
6
12
|
}
|
|
7
13
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: Babylon404Component, decorators: [{
|
|
8
14
|
type: Component,
|
|
9
|
-
args: [{ selector: 'lib-babylon-404', standalone: true, imports: [], template: "<section class=\"
|
|
10
|
-
}]
|
|
11
|
-
|
|
15
|
+
args: [{ selector: 'lib-babylon-404', standalone: true, imports: [CommonModule, RouterModule], changeDetection: ChangeDetectionStrategy.OnPush, template: "<section class=\"aurora__404\">\r\n <div class=\"container margin-main\">\r\n <div class=\"row error_page\">\r\n <div class=\"col-md-6 align-self-center\">\r\n @if (img) {\r\n <div class=\"parallax_wrapper\">\r\n <img\r\n [src]=\"img.src\"\r\n loading=\"lazy\"\r\n alt=\"\"\r\n class=\"img-fluid rounded-img\"\r\n />\r\n </div>\r\n }\r\n </div>\r\n <div class=\"col-md-6 align-self-center\">\r\n <div class=\"intro_info align--center no-align\">\r\n @if (pretitle) {\r\n <h2 class=\"subtitle\">{{ pretitle }}</h2>\r\n } @if (title) {\r\n <h1 class=\"title\">{{ title }}</h1>\r\n } @if (description) {\r\n <p class=\"text\">\r\n {{ description }}\r\n </p>\r\n } @if(button) {\r\n <div class=\"btns__box align--center\">\r\n <a\r\n (click)=\"btnClick($event)\"\r\n [href]=\"button.url\"\r\n [routerLink]=\"button.url\"\r\n class=\"btn btn-primary\"\r\n >{{ button.label }}</a\r\n >\r\n </div>\r\n }\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n</section>" }]
|
|
16
|
+
}], propDecorators: { pretitle: [{
|
|
17
|
+
type: Input
|
|
18
|
+
}], title: [{
|
|
19
|
+
type: Input
|
|
20
|
+
}], description: [{
|
|
21
|
+
type: Input
|
|
22
|
+
}], img: [{
|
|
23
|
+
type: Input
|
|
24
|
+
}], button: [{
|
|
25
|
+
type: Input
|
|
26
|
+
}] } });
|
|
27
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi00MDQuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYmFieWxvbi9zcmMvbGliL2NvbXBvbmVudHMvY29yZS9iYWJ5bG9uLTQwNC9iYWJ5bG9uLTQwNC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tNDA0L2JhYnlsb24tNDA0LmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBRzFFLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7OztBQVUvQyxNQUFNLE9BQU8sbUJBQW1CO0lBTzlCLFFBQVEsQ0FBQyxDQUFRO1FBQ2IsQ0FBQyxDQUFDLGNBQWMsRUFBRSxDQUFDO0lBQ3ZCLENBQUM7K0dBVFUsbUJBQW1CO21HQUFuQixtQkFBbUIsdUxDZGhDLHFuREF3Q1UseUREL0JFLFlBQVksOEJBQUUsWUFBWTs7NEZBS3pCLG1CQUFtQjtrQkFSL0IsU0FBUzsrQkFDRSxpQkFBaUIsY0FDZixJQUFJLFdBQ1AsQ0FBQyxZQUFZLEVBQUUsWUFBWSxDQUFDLG1CQUdwQix1QkFBdUIsQ0FBQyxNQUFNOzhCQUd0QyxRQUFRO3NCQUFoQixLQUFLO2dCQUNHLEtBQUs7c0JBQWIsS0FBSztnQkFDRyxXQUFXO3NCQUFuQixLQUFLO2dCQUNHLEdBQUc7c0JBQVgsS0FBSztnQkFDRyxNQUFNO3NCQUFkLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSwgQ29tcG9uZW50LCBJbnB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBCYWJ5bG9uQnV0dG9uSSB9IGZyb20gJy4uLy4uLy4uL2ludGVyZmFjZXMvYmFieWxvbi1idXR0b24uaW50ZXJmYWNlJztcclxuaW1wb3J0IHsgQmFieWxvbkltYWdlSSB9IGZyb20gJy4uLy4uLy4uL2ludGVyZmFjZXMvYmFieWxvbi1pbWFnZS5pbnRlcmZhY2UnO1xyXG5pbXBvcnQgeyBSb3V0ZXJNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9yb3V0ZXInO1xyXG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xyXG5cclxuQENvbXBvbmVudCh7XHJcbiAgc2VsZWN0b3I6ICdsaWItYmFieWxvbi00MDQnLFxyXG4gIHN0YW5kYWxvbmU6IHRydWUsXHJcbiAgaW1wb3J0czogW0NvbW1vbk1vZHVsZSwgUm91dGVyTW9kdWxlXSxcclxuICB0ZW1wbGF0ZVVybDogJy4vYmFieWxvbi00MDQuY29tcG9uZW50Lmh0bWwnLFxyXG4gIHN0eWxlVXJsOiAnLi9iYWJ5bG9uLTQwNC5jb21wb25lbnQuc2NzcycsXHJcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBCYWJ5bG9uNDA0Q29tcG9uZW50IHtcclxuICBASW5wdXQoKSBwcmV0aXRsZT86IHN0cmluZztcclxuICBASW5wdXQoKSB0aXRsZT86IHN0cmluZztcclxuICBASW5wdXQoKSBkZXNjcmlwdGlvbj86IHN0cmluZztcclxuICBASW5wdXQoKSBpbWc/OiBCYWJ5bG9uSW1hZ2VJO1xyXG4gIEBJbnB1dCgpIGJ1dHRvbj86IEJhYnlsb25CdXR0b25JO1xyXG5cclxuICBidG5DbGljayhlOiBFdmVudCk6IHZvaWQge1xyXG4gICAgICBlLnByZXZlbnREZWZhdWx0KCk7XHJcbiAgfVxyXG59XHJcbiIsIjxzZWN0aW9uIGNsYXNzPVwiYXVyb3JhX180MDRcIj5cclxuICAgIDxkaXYgY2xhc3M9XCJjb250YWluZXIgbWFyZ2luLW1haW5cIj5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwicm93IGVycm9yX3BhZ2VcIj5cclxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNvbC1tZC02IGFsaWduLXNlbGYtY2VudGVyXCI+XHJcbiAgICAgICAgICAgICAgICBAaWYgKGltZykge1xyXG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cInBhcmFsbGF4X3dyYXBwZXJcIj5cclxuICAgICAgICAgICAgICAgICAgICA8aW1nXHJcbiAgICAgICAgICAgICAgICAgICAgICAgIFtzcmNdPVwiaW1nLnNyY1wiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgIGxvYWRpbmc9XCJsYXp5XCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgYWx0PVwiXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJpbWctZmx1aWQgcm91bmRlZC1pbWdcIlxyXG4gICAgICAgICAgICAgICAgICAgIC8+XHJcbiAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgIH1cclxuICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjb2wtbWQtNiBhbGlnbi1zZWxmLWNlbnRlclwiPlxyXG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImludHJvX2luZm8gYWxpZ24tLWNlbnRlciBuby1hbGlnblwiPlxyXG4gICAgICAgICAgICAgICAgICAgIEBpZiAocHJldGl0bGUpIHtcclxuICAgICAgICAgICAgICAgICAgICA8aDIgY2xhc3M9XCJzdWJ0aXRsZVwiPnt7IHByZXRpdGxlIH19PC9oMj5cclxuICAgICAgICAgICAgICAgICAgICB9IEBpZiAodGl0bGUpIHtcclxuICAgICAgICAgICAgICAgICAgICA8aDEgY2xhc3M9XCJ0aXRsZVwiPnt7IHRpdGxlIH19PC9oMT5cclxuICAgICAgICAgICAgICAgICAgICB9IEBpZiAoZGVzY3JpcHRpb24pIHtcclxuICAgICAgICAgICAgICAgICAgICA8cCBjbGFzcz1cInRleHRcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAge3sgZGVzY3JpcHRpb24gfX1cclxuICAgICAgICAgICAgICAgICAgICA8L3A+XHJcbiAgICAgICAgICAgICAgICAgICAgfSBAaWYoYnV0dG9uKSB7XHJcbiAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImJ0bnNfX2JveCBhbGlnbi0tY2VudGVyXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxhXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAoY2xpY2spPVwiYnRuQ2xpY2soJGV2ZW50KVwiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBbaHJlZl09XCJidXR0b24udXJsXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIFtyb3V0ZXJMaW5rXT1cImJ1dHRvbi51cmxcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJidG4gYnRuLXByaW1hcnlcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPnt7IGJ1dHRvbi5sYWJlbCB9fTwvYVxyXG4gICAgICAgICAgICAgICAgICAgICAgICA+XHJcbiAgICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgfVxyXG4gICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgPC9kaXY+XHJcbjwvc2VjdGlvbj4iXX0=
|
package/esm2022/lib/components/core/babylon-banner-gallery/babylon-banner-gallery.component.mjs
CHANGED
|
@@ -2,10 +2,10 @@ import { Component } from '@angular/core';
|
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export class BabylonBannerGalleryComponent {
|
|
4
4
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonBannerGalleryComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
5
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: BabylonBannerGalleryComponent, isStandalone: true, selector: "lib-babylon-banner-gallery", ngImport: i0, template: "<!-- <section class=\"cs_primary_bg\"> -->\r\n<section class=\"babylon__banner-gallery margin-main bg--dark1\"> \r\n <div class=\"container\">\r\n <div class=\"intro_info align--center intro_info--light1 no-align\">\r\n <h3 class=\"pretitle\">Banner Gallery </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=\"cs_custom_slide_container\">\r\n <div class=\"container\">\r\n <div class=\"cs_custom_slide_wrapper cs_lightgallery\">\r\n <div class=\"cs_custom_slide\">\r\n <a href=\"assets/babylon/fotos/gallery_17.jpeg\" class=\"cs_custom_slide_item cs_bg_filed cs_lightbox_item cs_custom_pointer_wrap cs--radius\" data-src=\"/assets/babylon/fotos/gallery_17.jpeg\">\r\n <span class=\"cs_mouse_point cs_style_1\">View Large</span>\r\n <img src=\"/assets/babylon/fotos/gallery_17.jpeg\" alt=\"\" class=\"d-none\">\r\n </a>\r\n </div>\r\n <div class=\"cs_custom_slide\">\r\n <a href=\"/assets/babylon/fotos/gallery_20.jpeg\" class=\"cs_custom_slide_item cs_bg_filed cs_lightbox_item cs_custom_pointer_wrap cs--radius\" data-src=\"/assets/babylon/fotos/gallery_20.jpeg\">\r\n <span class=\"cs_mouse_point cs_style_1\">View Large</span>\r\n <img src=\"/assets/babylon/fotos/gallery_20.jpeg\" alt=\"\" class=\"d-none\">\r\n </a>\r\n </div>\r\n <div class=\"cs_custom_slide\">\r\n <a href=\"/assets/babylon/fotos/gallery_21.jpeg\" class=\"cs_custom_slide_item cs_bg_filed cs_lightbox_item cs_custom_pointer_wrap cs--radius\" data-src=\"/assets/babylon/fotos/gallery_21.jpeg\">\r\n <span class=\"cs_mouse_point cs_style_1\">View Large</span>\r\n <img src=\"/assets/babylon/fotos/gallery_21.jpeg\" alt=\"\" class=\"d-none\">\r\n </a>\r\n </div>\r\n <div class=\"cs_custom_slide\">\r\n <a href=\"/assets/babylon/fotos/gallery_19.jpeg\" class=\"cs_custom_slide_item cs_bg_filed cs_lightbox_item cs_custom_pointer_wrap cs--radius\" data-src=\"/assets/babylon/fotos/gallery_19.jpeg\">\r\n <span class=\"cs_mouse_point cs_style_1\">View Large</span>\r\n <img src=\"/assets/babylon/fotos/gallery_19.jpeg\" alt=\"\" class=\"d-none\">\r\n </a>\r\n </div>\r\n <div class=\"cs_custom_slide\">\r\n <a href=\"/assets/babylon/fotos/gallery_18.jpeg\" class=\"cs_custom_slide_item cs_bg_filed cs_lightbox_item cs_custom_pointer_wrap cs--radius\" data-src=\"/assets/babylon/fotos/gallery_18.jpeg\">\r\n <span class=\"cs_mouse_point cs_style_1\">View Large</span>\r\n <img src=\"/assets/babylon/fotos/gallery_18.jpeg\" alt=\"\" class=\"d-none\">\r\n </a>\r\n </div>\r\n <div class=\"cs_custom_slide\">\r\n <a href=\"/assets/babylon/fotos/gallery_17.jpeg\" class=\"cs_custom_slide_item cs_bg_filed cs_lightbox_item cs_custom_pointer_wrap cs--radius\" data-src=\"/assets/babylon/fotos/gallery_17.jpeg\">\r\n <span class=\"cs_mouse_point cs_style_1\">View Large</span>\r\n <img src=\"/assets/babylon/fotos/gallery_17.jpeg\" alt=\"\" class=\"d-none\">\r\n </a>\r\n </div>\r\n <div class=\"cs_custom_slide\">\r\n <a href=\"/assets/babylon/fotos/gallery_20.jpeg\" class=\"cs_custom_slide_item cs_bg_filed cs_lightbox_item cs_custom_pointer_wrap cs--radius\" data-src=\"/assets/babylon/fotos/gallery_20.jpeg\">\r\n <span class=\"cs_mouse_point cs_style_1\">View Large</span>\r\n <img src=\"/assets/babylon/fotos/gallery_20.jpeg\" alt=\"\" class=\"d-none\">\r\n </a>\r\n </div>\r\n <div class=\"cs_custom_slide\">\r\n <a href=\"/assets/babylon/fotos/gallery_21.jpeg\" class=\"cs_custom_slide_item cs_bg_filed cs_lightbox_item cs_custom_pointer_wrap cs--radius\" data-src=\"/assets/babylon/fotos/gallery_21.jpeg\">\r\n <span class=\"cs_mouse_point cs_style_1\">View Large</span>\r\n <img src=\"/assets/babylon/fotos/gallery_21.jpeg\" alt=\"\" class=\"d-none\">\r\n </a>\r\n </div>\r\n <div class=\"cs_custom_slide\">\r\n <a href=\"/assets/babylon/fotos/gallery_19.jpeg\" class=\"cs_custom_slide_item cs_bg_filed cs_lightbox_item cs_custom_pointer_wrap cs--radius\" data-src=\"/assets/babylon/fotos/gallery_19.jpeg\">\r\n <span class=\"cs_mouse_point cs_style_1\">View Large</span>\r\n <img src=\"/assets/babylon/fotos/gallery_19.jpeg\" alt=\"\" class=\"d-none\">\r\n </a>\r\n </div>\r\n <div class=\"cs_custom_slide\">\r\n <a href=\"/assets/babylon/fotos/gallery_18.jpeg\" class=\"cs_custom_slide_item cs_bg_filed cs_lightbox_item cs_custom_pointer_wrap cs--radius\" data-src=\"/assets/babylon/fotos/gallery_18.jpeg\">\r\n <span class=\"cs_mouse_point cs_style_1\">View Large</span>\r\n <img src=\"/assets/babylon/fotos/gallery_18.jpeg\" alt=\"\" class=\"d-none\">\r\n </a>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"cs_custom_slide_arrows\">\r\n <span class=\"cs_custom_slide_arrow_left\">\r\n <span class=\"babylon-arrow-left-big\"></span> \r\n </span>\r\n <span class=\"cs_custom_slide_arrow_right\">\r\n <span class=\"babylon-arrow-right-big\"></span> \r\n </span>\r\n </div>\r\n \r\n </div>\r\n <div class=\"btns__box align--center\">\r\n <a href=\" \" class=\"btn btn_primary\">\r\n <b>Learn More</b>\r\n <span class=\"babylon-arrow-right-big\"></span> \r\n </a>\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_background_dark-opacity: #19314bbf;--cl_title: #978667;--cl_subtitle: #19314b;--cl_pretitle: #19314b;--cl_text: #3c3b3b;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--w_title: 600;--w_text: 300;--w_subtitle: 300;--w_pretitle: 300;--cl_header-bg: #494949;--cl_header-text-light: #fff;--cl_menu-bg: #19314b;--cl_menu-text: #fff;--cl_submenu-bg: #19314b;--cl_submenu-text: #fff;--cl_submenu-hover: #978667;--w_btn: 400;--cl_btn-box: #19314b;--cl_btn-box-text: #19314b;--cl_btn-box-hover: #978667;--cl_btn-box-text-hover: #fff;--cl_btn-call: #19314bf2;--cl_btn-call-text: white;--cl_btn-call-hover: #978667;--cl_btn-call-text-hover: #fff;--cl_btn-link: #19314b;--cl_btn-link-hover: #978667;--cl_btn-arrow: #19314b;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #978667;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #24262d;--cl_btn-dots-active: #978667;--cl_btn-dots-hover: #978667;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #978667;--cl_btn-light-text-hover: #978667;--cl_footer-bg: #19314b;--cl_footer-bg-bottom:#0a1d31;--cl_footer-scroll:#978667;--cl_footer-text: #fff;--cl_footer-text-hover: #978667;--btn_radius: 5px;--img_radius: 5px;--img_border: #fff;--img_border-whidth:1px;--cl_engine-bg: #fff;--cl_engine-bg-dark: #19314b;--cl_engine-input-bg: #47474724;--cl_engine-input-bg-select: #ebebeb;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #19314b;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_dropdown-radius: 20px;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a}.cs_dark{--cl_corp: #181818;--cl_accent: #aa8453;--cl_icon: #aa8453;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #fff;--cl_breadcrumb-hover: #aa8453;--cl_preload-bg:#ededed;--cl_preload:#24262d;--cl_background_body: #181818;--cl_background_white: transparent;--cl_background_dark: #aa8453;--cl_background_gray: #333;--cl_title: #fff;--cl_subtitle: #aa8453;--cl_pretitle: #aa8453;--cl_text: #fff;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_header-bg: #aa8453;--cl_header-text-light: #fff;--cl_menu-bg: #79582c;--cl_menu-text: #fff;--cl_btn-box: #aa8453;--cl_btn-box-text: #aa8453;--cl_btn-box-hover: #79582c;--cl_btn-box-text-hover: #fff;--cl_btn-call: #aa8453;--cl_btn-call-text: white;--cl_btn-call-hover: #79582c;--cl_btn-call-text-hover: #fff;--cl_btn-link: #aa8453;--cl_btn-link-hover: #79582c;--cl_btn-arrow: #ffffff3a;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #79582c;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #eee;--cl_btn-dots-active: #79582c;--cl_btn-dots-hover: #79582c;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #79582c;--cl_btn-light-text-hover: #79582c;--cl_footer-bg: #aa8453;--cl_footer-bg-bottom:#79582c;--cl_footer-scroll:#aa8453;--cl_footer-text: #fff;--cl_footer-text-hover: #aa8453;--btn_radius: 1px;--img_radius: 0px;--img_border: #fff;--img_border-whidth:2px;--cl_engine-bg: #181818;--cl_engine-input-bg: #79582c;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #fff;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_dropdown-radius: 20px;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a}.mt--0{margin-top:0!important}.mb--0{margin-bottom:0!important}.mr--0{margin-right:0!important}.ml--0{margin-left:0!important}.pt--0{padding-top:0}.pb--0{padding-bottom:0}.pl--0{padding-left:0!important}.mblock--0{margin-block:0px}.pblock--0{padding-block:0px}.mt--10{margin-top:10px!important}.mb--10{margin-bottom:10px!important}.mr--10{margin-right:10px!important}.ml--10{margin-left:10px!important}.pt--10{padding-top:10px}.pb--10{padding-bottom:10px}.pl--10{padding-left:10px!important}.mblock--10{margin-block:10px}.pblock--10{padding-block:10px}.mt--20{margin-top:20px!important}.mb--20{margin-bottom:20px!important}.mr--20{margin-right:20px!important}.ml--20{margin-left:20px!important}.pt--20{padding-top:20px}.pb--20{padding-bottom:20px}.pl--20{padding-left:20px!important}.mblock--20{margin-block:20px}.pblock--20{padding-block:20px}.mt--25{margin-top:25px!important}.mb--25{margin-bottom:25px!important}.mr--25{margin-right:25px!important}.ml--25{margin-left:25px!important}.pt--25{padding-top:25px}.pb--25{padding-bottom:25px}.pl--25{padding-left:25px!important}.mblock--25{margin-block:25px}.pblock--25{padding-block:25px}.mt--30{margin-top:30px!important}.mb--30{margin-bottom:30px!important}.mr--30{margin-right:30px!important}.ml--30{margin-left:30px!important}.pt--30{padding-top:30px}.pb--30{padding-bottom:30px}.pl--30{padding-left:30px!important}.mblock--30{margin-block:30px}.pblock--30{padding-block:30px}.mt--40{margin-top:40px!important}.mb--40{margin-bottom:40px!important}.mr--40{margin-right:40px!important}.ml--40{margin-left:40px!important}.pt--40{padding-top:40px}.pb--40{padding-bottom:40px}.pl--40{padding-left:40px!important}.mblock--40{margin-block:40px}.pblock--40{padding-block:40px}.mt--50{margin-top:50px!important}.mb--50{margin-bottom:50px!important}.mr--50{margin-right:50px!important}.ml--50{margin-left:50px!important}.pt--50{padding-top:50px}.pb--50{padding-bottom:50px}.pl--50{padding-left:50px!important}.mblock--50{margin-block:50px}.pblock--50{padding-block:50px}.mt--60{margin-top:60px!important}.mb--60{margin-bottom:60px!important}.mr--60{margin-right:60px!important}.ml--60{margin-left:60px!important}.pt--60{padding-top:60px}.pb--60{padding-bottom:60px}.pl--60{padding-left:60px!important}.mblock--60{margin-block:60px}.pblock--60{padding-block:60px}.mt--70{margin-top:70px!important}.mb--70{margin-bottom:70px!important}.mr--70{margin-right:70px!important}.ml--70{margin-left:70px!important}.pt--70{padding-top:70px}.pb--70{padding-bottom:70px}.pl--70{padding-left:70px!important}.mblock--70{margin-block:70px}.pblock--70{padding-block:70px}.mt--80{margin-top:80px!important}.mb--80{margin-bottom:80px!important}.mr--80{margin-right:80px!important}.ml--80{margin-left:80px!important}.pt--80{padding-top:80px}.pb--80{padding-bottom:80px}.pl--80{padding-left:80px!important}.mblock--80{margin-block:80px}.pblock--80{padding-block:80px}.mt--90{margin-top:90px!important}.mb--90{margin-bottom:90px!important}.mr--90{margin-right:90px!important}.ml--90{margin-left:90px!important}.pt--90{padding-top:90px}.pb--90{padding-bottom:90px}.pl--90{padding-left:90px!important}.mblock--90{margin-block:90px}.pblock--90{padding-block:90px}.mt--100{margin-top:100px!important}.mb--100{margin-bottom:100px!important}.mr--100{margin-right:100px!important}.ml--100{margin-left:100px!important}.pt--100{padding-top:100px}.pb--100{padding-bottom:100px}.pl--100{padding-left:100px!important}.mblock--100{margin-block:100px}.pblock--100{padding-block:100px}.cs_custom_slide_container{height:270px;position:relative;margin-top:125px;margin-bottom:125px}@media (max-width: 1199px){.cs_custom_slide_container{margin-top:100px;margin-bottom:100px}}@media (max-width: 991px){.cs_custom_slide_container{margin-top:40px;margin-bottom:84px}}@media (max-width: 767px){.cs_custom_slide_container{margin-top:15px;margin-bottom:59px}}.cs_custom_slide_container .container{height:inherit}.babylon__banner-gallery{overflow:hidden}.cs_custom_slide_container .cs_custom_slide_wrapper{display:block;height:100%;margin:0 auto;position:relative}.cs_custom_slide_container .cs_custom_slide_wrapper .cs_custom_slide{display:inline-block;width:66%;height:520px;position:absolute;left:50%;top:50%;transform:translate3d(-50%,-50%,0) scale3d(.4,.4,1);transition:transform .3s ease-in-out 0s,z-index .2s ease-in-out .1s}@media (max-width: 1199px){.cs_custom_slide_container .cs_custom_slide_wrapper .cs_custom_slide{height:470px}}@media (max-width: 991px){.cs_custom_slide_container .cs_custom_slide_wrapper .cs_custom_slide{height:350px}}@media (max-width: 767px){.cs_custom_slide_container .cs_custom_slide_wrapper .cs_custom_slide{width:98%;height:300px}}.cs_custom_slide_container .cs_custom_slide_wrapper .cs_custom_slide.prev-2{transform:translate3d(-105%,-50%,0) scale3d(.4,.4,1);z-index:1}.cs_custom_slide_container .cs_custom_slide_wrapper .cs_custom_slide.prev-1{transform:translate3d(-85%,-50%,0) scale3d(.6,.6,1);z-index:2}.cs_custom_slide_container .cs_custom_slide_wrapper .cs_custom_slide.next-1{z-index:2;transform:translate3d(-15%,-50%,0) scale3d(.6,.6,1)}.cs_custom_slide_container .cs_custom_slide_wrapper .cs_custom_slide.next-2{z-index:1;transform:translate3d(5%,-50%,0) scale3d(.4,.4,1)}.cs_custom_slide_container .cs_custom_slide_wrapper .cs_custom_slide .cs_mouse_point.cs_style_1{opacity:0}.cs_custom_slide_container .cs_custom_slide_wrapper .cs_custom_slide.active{z-index:3;transform:translate3d(-50%,-50%,0) scaleZ(1);backface-visibility:hidden}.cs_custom_slide_container .cs_custom_slide_wrapper .cs_custom_slide.active .cs_mouse_point.cs_style_1{opacity:1}.cs_custom_slide_item{width:100%;height:520px;display:block;position:relative;overflow:hidden}@media only screen and (min-width: 992px) and (max-width: 1199px){.cs_custom_slide_item{height:470px}}@media only screen and (min-width: 768px) and (max-width: 991px){.cs_custom_slide_item{height:350px}}@media (max-width: 767px){.cs_custom_slide_item{height:300px}}\n"] }); }
|
|
5
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: BabylonBannerGalleryComponent, isStandalone: true, selector: "lib-babylon-banner-gallery", ngImport: i0, template: "<!-- <section class=\"cs_primary_bg\"> -->\r\n<section class=\"babylon__banner-gallery margin-main bg--dark1\"> \r\n <div class=\"container\">\r\n <div class=\"intro_info align--center intro_info--light1 no-align\">\r\n <h3 class=\"pretitle\">Banner Gallery </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=\"cs_custom_slide_container\">\r\n <div class=\"container\">\r\n <div class=\"cs_custom_slide_wrapper cs_lightgallery\">\r\n <div class=\"cs_custom_slide\">\r\n <a href=\"assets/babylon/fotos/gallery_17.jpeg\" class=\"cs_custom_slide_item cs_bg_filed cs_lightbox_item cs_custom_pointer_wrap cs--radius\" data-src=\"/assets/babylon/fotos/gallery_17.jpeg\">\r\n <span class=\"cs_mouse_point cs_style_1\">View Large</span>\r\n <img src=\"/assets/babylon/fotos/gallery_17.jpeg\" alt=\"\" class=\"d-none\">\r\n </a>\r\n </div>\r\n <div class=\"cs_custom_slide\">\r\n <a href=\"/assets/babylon/fotos/gallery_20.jpeg\" class=\"cs_custom_slide_item cs_bg_filed cs_lightbox_item cs_custom_pointer_wrap cs--radius\" data-src=\"/assets/babylon/fotos/gallery_20.jpeg\">\r\n <span class=\"cs_mouse_point cs_style_1\">View Large</span>\r\n <img src=\"/assets/babylon/fotos/gallery_20.jpeg\" alt=\"\" class=\"d-none\">\r\n </a>\r\n </div>\r\n <div class=\"cs_custom_slide\">\r\n <a href=\"/assets/babylon/fotos/gallery_21.jpeg\" class=\"cs_custom_slide_item cs_bg_filed cs_lightbox_item cs_custom_pointer_wrap cs--radius\" data-src=\"/assets/babylon/fotos/gallery_21.jpeg\">\r\n <span class=\"cs_mouse_point cs_style_1\">View Large</span>\r\n <img src=\"/assets/babylon/fotos/gallery_21.jpeg\" alt=\"\" class=\"d-none\">\r\n </a>\r\n </div>\r\n <div class=\"cs_custom_slide\">\r\n <a href=\"/assets/babylon/fotos/gallery_19.jpeg\" class=\"cs_custom_slide_item cs_bg_filed cs_lightbox_item cs_custom_pointer_wrap cs--radius\" data-src=\"/assets/babylon/fotos/gallery_19.jpeg\">\r\n <span class=\"cs_mouse_point cs_style_1\">View Large</span>\r\n <img src=\"/assets/babylon/fotos/gallery_19.jpeg\" alt=\"\" class=\"d-none\">\r\n </a>\r\n </div>\r\n <div class=\"cs_custom_slide\">\r\n <a href=\"/assets/babylon/fotos/gallery_18.jpeg\" class=\"cs_custom_slide_item cs_bg_filed cs_lightbox_item cs_custom_pointer_wrap cs--radius\" data-src=\"/assets/babylon/fotos/gallery_18.jpeg\">\r\n <span class=\"cs_mouse_point cs_style_1\">View Large</span>\r\n <img src=\"/assets/babylon/fotos/gallery_18.jpeg\" alt=\"\" class=\"d-none\">\r\n </a>\r\n </div>\r\n <div class=\"cs_custom_slide\">\r\n <a href=\"/assets/babylon/fotos/gallery_17.jpeg\" class=\"cs_custom_slide_item cs_bg_filed cs_lightbox_item cs_custom_pointer_wrap cs--radius\" data-src=\"/assets/babylon/fotos/gallery_17.jpeg\">\r\n <span class=\"cs_mouse_point cs_style_1\">View Large</span>\r\n <img src=\"/assets/babylon/fotos/gallery_17.jpeg\" alt=\"\" class=\"d-none\">\r\n </a>\r\n </div>\r\n <div class=\"cs_custom_slide\">\r\n <a href=\"/assets/babylon/fotos/gallery_20.jpeg\" class=\"cs_custom_slide_item cs_bg_filed cs_lightbox_item cs_custom_pointer_wrap cs--radius\" data-src=\"/assets/babylon/fotos/gallery_20.jpeg\">\r\n <span class=\"cs_mouse_point cs_style_1\">View Large</span>\r\n <img src=\"/assets/babylon/fotos/gallery_20.jpeg\" alt=\"\" class=\"d-none\">\r\n </a>\r\n </div>\r\n <div class=\"cs_custom_slide\">\r\n <a href=\"/assets/babylon/fotos/gallery_21.jpeg\" class=\"cs_custom_slide_item cs_bg_filed cs_lightbox_item cs_custom_pointer_wrap cs--radius\" data-src=\"/assets/babylon/fotos/gallery_21.jpeg\">\r\n <span class=\"cs_mouse_point cs_style_1\">View Large</span>\r\n <img src=\"/assets/babylon/fotos/gallery_21.jpeg\" alt=\"\" class=\"d-none\">\r\n </a>\r\n </div>\r\n <div class=\"cs_custom_slide\">\r\n <a href=\"/assets/babylon/fotos/gallery_19.jpeg\" class=\"cs_custom_slide_item cs_bg_filed cs_lightbox_item cs_custom_pointer_wrap cs--radius\" data-src=\"/assets/babylon/fotos/gallery_19.jpeg\">\r\n <span class=\"cs_mouse_point cs_style_1\">View Large</span>\r\n <img src=\"/assets/babylon/fotos/gallery_19.jpeg\" alt=\"\" class=\"d-none\">\r\n </a>\r\n </div>\r\n <div class=\"cs_custom_slide\">\r\n <a href=\"/assets/babylon/fotos/gallery_18.jpeg\" class=\"cs_custom_slide_item cs_bg_filed cs_lightbox_item cs_custom_pointer_wrap cs--radius\" data-src=\"/assets/babylon/fotos/gallery_18.jpeg\">\r\n <span class=\"cs_mouse_point cs_style_1\">View Large</span>\r\n <img src=\"/assets/babylon/fotos/gallery_18.jpeg\" alt=\"\" class=\"d-none\">\r\n </a>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"cs_custom_slide_arrows\">\r\n <span class=\"cs_custom_slide_arrow_left\">\r\n <span class=\"babylon-arrow-left-big\"></span> \r\n </span>\r\n <span class=\"cs_custom_slide_arrow_right\">\r\n <span class=\"babylon-arrow-right-big\"></span> \r\n </span>\r\n </div>\r\n \r\n </div>\r\n <div class=\"btns__box align--center\">\r\n <a href=\" \" class=\"btn btn_primary\">\r\n <b>Learn More</b>\r\n <span class=\"babylon-arrow-right-big\"></span> \r\n </a>\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_custom_slide_container{height:270px;position:relative;margin-top:125px;margin-bottom:125px}@media (max-width: 1199px){.cs_custom_slide_container{margin-top:100px;margin-bottom:100px}}@media (max-width: 991px){.cs_custom_slide_container{margin-top:40px;margin-bottom:84px}}@media (max-width: 767px){.cs_custom_slide_container{margin-top:15px;margin-bottom:59px}}.cs_custom_slide_container .container{height:inherit}.babylon__banner-gallery{overflow:hidden}.cs_custom_slide_container .cs_custom_slide_wrapper{display:block;height:100%;margin:0 auto;position:relative}.cs_custom_slide_container .cs_custom_slide_wrapper .cs_custom_slide{display:inline-block;width:66%;height:520px;position:absolute;left:50%;top:50%;transform:translate3d(-50%,-50%,0) scale3d(.4,.4,1);transition:transform .3s ease-in-out 0s,z-index .2s ease-in-out .1s}@media (max-width: 1199px){.cs_custom_slide_container .cs_custom_slide_wrapper .cs_custom_slide{height:470px}}@media (max-width: 991px){.cs_custom_slide_container .cs_custom_slide_wrapper .cs_custom_slide{height:350px}}@media (max-width: 767px){.cs_custom_slide_container .cs_custom_slide_wrapper .cs_custom_slide{width:98%;height:300px}}.cs_custom_slide_container .cs_custom_slide_wrapper .cs_custom_slide.prev-2{transform:translate3d(-105%,-50%,0) scale3d(.4,.4,1);z-index:1}.cs_custom_slide_container .cs_custom_slide_wrapper .cs_custom_slide.prev-1{transform:translate3d(-85%,-50%,0) scale3d(.6,.6,1);z-index:2}.cs_custom_slide_container .cs_custom_slide_wrapper .cs_custom_slide.next-1{z-index:2;transform:translate3d(-15%,-50%,0) scale3d(.6,.6,1)}.cs_custom_slide_container .cs_custom_slide_wrapper .cs_custom_slide.next-2{z-index:1;transform:translate3d(5%,-50%,0) scale3d(.4,.4,1)}.cs_custom_slide_container .cs_custom_slide_wrapper .cs_custom_slide .cs_mouse_point.cs_style_1{opacity:0}.cs_custom_slide_container .cs_custom_slide_wrapper .cs_custom_slide.active{z-index:3;transform:translate3d(-50%,-50%,0) scaleZ(1);backface-visibility:hidden}.cs_custom_slide_container .cs_custom_slide_wrapper .cs_custom_slide.active .cs_mouse_point.cs_style_1{opacity:1}.cs_custom_slide_item{width:100%;height:520px;display:block;position:relative;overflow:hidden}@media only screen and (min-width: 992px) and (max-width: 1199px){.cs_custom_slide_item{height:470px}}@media only screen and (min-width: 768px) and (max-width: 991px){.cs_custom_slide_item{height:350px}}@media (max-width: 767px){.cs_custom_slide_item{height:300px}}\n"] }); }
|
|
6
6
|
}
|
|
7
7
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonBannerGalleryComponent, decorators: [{
|
|
8
8
|
type: Component,
|
|
9
|
-
args: [{ selector: 'lib-babylon-banner-gallery', standalone: true, imports: [], template: "<!-- <section class=\"cs_primary_bg\"> -->\r\n<section class=\"babylon__banner-gallery margin-main bg--dark1\"> \r\n <div class=\"container\">\r\n <div class=\"intro_info align--center intro_info--light1 no-align\">\r\n <h3 class=\"pretitle\">Banner Gallery </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=\"cs_custom_slide_container\">\r\n <div class=\"container\">\r\n <div class=\"cs_custom_slide_wrapper cs_lightgallery\">\r\n <div class=\"cs_custom_slide\">\r\n <a href=\"assets/babylon/fotos/gallery_17.jpeg\" class=\"cs_custom_slide_item cs_bg_filed cs_lightbox_item cs_custom_pointer_wrap cs--radius\" data-src=\"/assets/babylon/fotos/gallery_17.jpeg\">\r\n <span class=\"cs_mouse_point cs_style_1\">View Large</span>\r\n <img src=\"/assets/babylon/fotos/gallery_17.jpeg\" alt=\"\" class=\"d-none\">\r\n </a>\r\n </div>\r\n <div class=\"cs_custom_slide\">\r\n <a href=\"/assets/babylon/fotos/gallery_20.jpeg\" class=\"cs_custom_slide_item cs_bg_filed cs_lightbox_item cs_custom_pointer_wrap cs--radius\" data-src=\"/assets/babylon/fotos/gallery_20.jpeg\">\r\n <span class=\"cs_mouse_point cs_style_1\">View Large</span>\r\n <img src=\"/assets/babylon/fotos/gallery_20.jpeg\" alt=\"\" class=\"d-none\">\r\n </a>\r\n </div>\r\n <div class=\"cs_custom_slide\">\r\n <a href=\"/assets/babylon/fotos/gallery_21.jpeg\" class=\"cs_custom_slide_item cs_bg_filed cs_lightbox_item cs_custom_pointer_wrap cs--radius\" data-src=\"/assets/babylon/fotos/gallery_21.jpeg\">\r\n <span class=\"cs_mouse_point cs_style_1\">View Large</span>\r\n <img src=\"/assets/babylon/fotos/gallery_21.jpeg\" alt=\"\" class=\"d-none\">\r\n </a>\r\n </div>\r\n <div class=\"cs_custom_slide\">\r\n <a href=\"/assets/babylon/fotos/gallery_19.jpeg\" class=\"cs_custom_slide_item cs_bg_filed cs_lightbox_item cs_custom_pointer_wrap cs--radius\" data-src=\"/assets/babylon/fotos/gallery_19.jpeg\">\r\n <span class=\"cs_mouse_point cs_style_1\">View Large</span>\r\n <img src=\"/assets/babylon/fotos/gallery_19.jpeg\" alt=\"\" class=\"d-none\">\r\n </a>\r\n </div>\r\n <div class=\"cs_custom_slide\">\r\n <a href=\"/assets/babylon/fotos/gallery_18.jpeg\" class=\"cs_custom_slide_item cs_bg_filed cs_lightbox_item cs_custom_pointer_wrap cs--radius\" data-src=\"/assets/babylon/fotos/gallery_18.jpeg\">\r\n <span class=\"cs_mouse_point cs_style_1\">View Large</span>\r\n <img src=\"/assets/babylon/fotos/gallery_18.jpeg\" alt=\"\" class=\"d-none\">\r\n </a>\r\n </div>\r\n <div class=\"cs_custom_slide\">\r\n <a href=\"/assets/babylon/fotos/gallery_17.jpeg\" class=\"cs_custom_slide_item cs_bg_filed cs_lightbox_item cs_custom_pointer_wrap cs--radius\" data-src=\"/assets/babylon/fotos/gallery_17.jpeg\">\r\n <span class=\"cs_mouse_point cs_style_1\">View Large</span>\r\n <img src=\"/assets/babylon/fotos/gallery_17.jpeg\" alt=\"\" class=\"d-none\">\r\n </a>\r\n </div>\r\n <div class=\"cs_custom_slide\">\r\n <a href=\"/assets/babylon/fotos/gallery_20.jpeg\" class=\"cs_custom_slide_item cs_bg_filed cs_lightbox_item cs_custom_pointer_wrap cs--radius\" data-src=\"/assets/babylon/fotos/gallery_20.jpeg\">\r\n <span class=\"cs_mouse_point cs_style_1\">View Large</span>\r\n <img src=\"/assets/babylon/fotos/gallery_20.jpeg\" alt=\"\" class=\"d-none\">\r\n </a>\r\n </div>\r\n <div class=\"cs_custom_slide\">\r\n <a href=\"/assets/babylon/fotos/gallery_21.jpeg\" class=\"cs_custom_slide_item cs_bg_filed cs_lightbox_item cs_custom_pointer_wrap cs--radius\" data-src=\"/assets/babylon/fotos/gallery_21.jpeg\">\r\n <span class=\"cs_mouse_point cs_style_1\">View Large</span>\r\n <img src=\"/assets/babylon/fotos/gallery_21.jpeg\" alt=\"\" class=\"d-none\">\r\n </a>\r\n </div>\r\n <div class=\"cs_custom_slide\">\r\n <a href=\"/assets/babylon/fotos/gallery_19.jpeg\" class=\"cs_custom_slide_item cs_bg_filed cs_lightbox_item cs_custom_pointer_wrap cs--radius\" data-src=\"/assets/babylon/fotos/gallery_19.jpeg\">\r\n <span class=\"cs_mouse_point cs_style_1\">View Large</span>\r\n <img src=\"/assets/babylon/fotos/gallery_19.jpeg\" alt=\"\" class=\"d-none\">\r\n </a>\r\n </div>\r\n <div class=\"cs_custom_slide\">\r\n <a href=\"/assets/babylon/fotos/gallery_18.jpeg\" class=\"cs_custom_slide_item cs_bg_filed cs_lightbox_item cs_custom_pointer_wrap cs--radius\" data-src=\"/assets/babylon/fotos/gallery_18.jpeg\">\r\n <span class=\"cs_mouse_point cs_style_1\">View Large</span>\r\n <img src=\"/assets/babylon/fotos/gallery_18.jpeg\" alt=\"\" class=\"d-none\">\r\n </a>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"cs_custom_slide_arrows\">\r\n <span class=\"cs_custom_slide_arrow_left\">\r\n <span class=\"babylon-arrow-left-big\"></span> \r\n </span>\r\n <span class=\"cs_custom_slide_arrow_right\">\r\n <span class=\"babylon-arrow-right-big\"></span> \r\n </span>\r\n </div>\r\n \r\n </div>\r\n <div class=\"btns__box align--center\">\r\n <a href=\" \" class=\"btn btn_primary\">\r\n <b>Learn More</b>\r\n <span class=\"babylon-arrow-right-big\"></span> \r\n </a>\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_background_dark-opacity: #19314bbf;--cl_title: #978667;--cl_subtitle: #19314b;--cl_pretitle: #19314b;--cl_text: #3c3b3b;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--w_title: 600;--w_text: 300;--w_subtitle: 300;--w_pretitle: 300;--cl_header-bg: #494949;--cl_header-text-light: #fff;--cl_menu-bg: #19314b;--cl_menu-text: #fff;--cl_submenu-bg: #19314b;--cl_submenu-text: #fff;--cl_submenu-hover: #978667;--w_btn: 400;--cl_btn-box: #19314b;--cl_btn-box-text: #19314b;--cl_btn-box-hover: #978667;--cl_btn-box-text-hover: #fff;--cl_btn-call: #19314bf2;--cl_btn-call-text: white;--cl_btn-call-hover: #978667;--cl_btn-call-text-hover: #fff;--cl_btn-link: #19314b;--cl_btn-link-hover: #978667;--cl_btn-arrow: #19314b;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #978667;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #24262d;--cl_btn-dots-active: #978667;--cl_btn-dots-hover: #978667;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #978667;--cl_btn-light-text-hover: #978667;--cl_footer-bg: #19314b;--cl_footer-bg-bottom:#0a1d31;--cl_footer-scroll:#978667;--cl_footer-text: #fff;--cl_footer-text-hover: #978667;--btn_radius: 5px;--img_radius: 5px;--img_border: #fff;--img_border-whidth:1px;--cl_engine-bg: #fff;--cl_engine-bg-dark: #19314b;--cl_engine-input-bg: #47474724;--cl_engine-input-bg-select: #ebebeb;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #19314b;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_dropdown-radius: 20px;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a}.cs_dark{--cl_corp: #181818;--cl_accent: #aa8453;--cl_icon: #aa8453;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #fff;--cl_breadcrumb-hover: #aa8453;--cl_preload-bg:#ededed;--cl_preload:#24262d;--cl_background_body: #181818;--cl_background_white: transparent;--cl_background_dark: #aa8453;--cl_background_gray: #333;--cl_title: #fff;--cl_subtitle: #aa8453;--cl_pretitle: #aa8453;--cl_text: #fff;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_header-bg: #aa8453;--cl_header-text-light: #fff;--cl_menu-bg: #79582c;--cl_menu-text: #fff;--cl_btn-box: #aa8453;--cl_btn-box-text: #aa8453;--cl_btn-box-hover: #79582c;--cl_btn-box-text-hover: #fff;--cl_btn-call: #aa8453;--cl_btn-call-text: white;--cl_btn-call-hover: #79582c;--cl_btn-call-text-hover: #fff;--cl_btn-link: #aa8453;--cl_btn-link-hover: #79582c;--cl_btn-arrow: #ffffff3a;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #79582c;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #eee;--cl_btn-dots-active: #79582c;--cl_btn-dots-hover: #79582c;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #79582c;--cl_btn-light-text-hover: #79582c;--cl_footer-bg: #aa8453;--cl_footer-bg-bottom:#79582c;--cl_footer-scroll:#aa8453;--cl_footer-text: #fff;--cl_footer-text-hover: #aa8453;--btn_radius: 1px;--img_radius: 0px;--img_border: #fff;--img_border-whidth:2px;--cl_engine-bg: #181818;--cl_engine-input-bg: #79582c;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #fff;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_dropdown-radius: 20px;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a}.mt--0{margin-top:0!important}.mb--0{margin-bottom:0!important}.mr--0{margin-right:0!important}.ml--0{margin-left:0!important}.pt--0{padding-top:0}.pb--0{padding-bottom:0}.pl--0{padding-left:0!important}.mblock--0{margin-block:0px}.pblock--0{padding-block:0px}.mt--10{margin-top:10px!important}.mb--10{margin-bottom:10px!important}.mr--10{margin-right:10px!important}.ml--10{margin-left:10px!important}.pt--10{padding-top:10px}.pb--10{padding-bottom:10px}.pl--10{padding-left:10px!important}.mblock--10{margin-block:10px}.pblock--10{padding-block:10px}.mt--20{margin-top:20px!important}.mb--20{margin-bottom:20px!important}.mr--20{margin-right:20px!important}.ml--20{margin-left:20px!important}.pt--20{padding-top:20px}.pb--20{padding-bottom:20px}.pl--20{padding-left:20px!important}.mblock--20{margin-block:20px}.pblock--20{padding-block:20px}.mt--25{margin-top:25px!important}.mb--25{margin-bottom:25px!important}.mr--25{margin-right:25px!important}.ml--25{margin-left:25px!important}.pt--25{padding-top:25px}.pb--25{padding-bottom:25px}.pl--25{padding-left:25px!important}.mblock--25{margin-block:25px}.pblock--25{padding-block:25px}.mt--30{margin-top:30px!important}.mb--30{margin-bottom:30px!important}.mr--30{margin-right:30px!important}.ml--30{margin-left:30px!important}.pt--30{padding-top:30px}.pb--30{padding-bottom:30px}.pl--30{padding-left:30px!important}.mblock--30{margin-block:30px}.pblock--30{padding-block:30px}.mt--40{margin-top:40px!important}.mb--40{margin-bottom:40px!important}.mr--40{margin-right:40px!important}.ml--40{margin-left:40px!important}.pt--40{padding-top:40px}.pb--40{padding-bottom:40px}.pl--40{padding-left:40px!important}.mblock--40{margin-block:40px}.pblock--40{padding-block:40px}.mt--50{margin-top:50px!important}.mb--50{margin-bottom:50px!important}.mr--50{margin-right:50px!important}.ml--50{margin-left:50px!important}.pt--50{padding-top:50px}.pb--50{padding-bottom:50px}.pl--50{padding-left:50px!important}.mblock--50{margin-block:50px}.pblock--50{padding-block:50px}.mt--60{margin-top:60px!important}.mb--60{margin-bottom:60px!important}.mr--60{margin-right:60px!important}.ml--60{margin-left:60px!important}.pt--60{padding-top:60px}.pb--60{padding-bottom:60px}.pl--60{padding-left:60px!important}.mblock--60{margin-block:60px}.pblock--60{padding-block:60px}.mt--70{margin-top:70px!important}.mb--70{margin-bottom:70px!important}.mr--70{margin-right:70px!important}.ml--70{margin-left:70px!important}.pt--70{padding-top:70px}.pb--70{padding-bottom:70px}.pl--70{padding-left:70px!important}.mblock--70{margin-block:70px}.pblock--70{padding-block:70px}.mt--80{margin-top:80px!important}.mb--80{margin-bottom:80px!important}.mr--80{margin-right:80px!important}.ml--80{margin-left:80px!important}.pt--80{padding-top:80px}.pb--80{padding-bottom:80px}.pl--80{padding-left:80px!important}.mblock--80{margin-block:80px}.pblock--80{padding-block:80px}.mt--90{margin-top:90px!important}.mb--90{margin-bottom:90px!important}.mr--90{margin-right:90px!important}.ml--90{margin-left:90px!important}.pt--90{padding-top:90px}.pb--90{padding-bottom:90px}.pl--90{padding-left:90px!important}.mblock--90{margin-block:90px}.pblock--90{padding-block:90px}.mt--100{margin-top:100px!important}.mb--100{margin-bottom:100px!important}.mr--100{margin-right:100px!important}.ml--100{margin-left:100px!important}.pt--100{padding-top:100px}.pb--100{padding-bottom:100px}.pl--100{padding-left:100px!important}.mblock--100{margin-block:100px}.pblock--100{padding-block:100px}.cs_custom_slide_container{height:270px;position:relative;margin-top:125px;margin-bottom:125px}@media (max-width: 1199px){.cs_custom_slide_container{margin-top:100px;margin-bottom:100px}}@media (max-width: 991px){.cs_custom_slide_container{margin-top:40px;margin-bottom:84px}}@media (max-width: 767px){.cs_custom_slide_container{margin-top:15px;margin-bottom:59px}}.cs_custom_slide_container .container{height:inherit}.babylon__banner-gallery{overflow:hidden}.cs_custom_slide_container .cs_custom_slide_wrapper{display:block;height:100%;margin:0 auto;position:relative}.cs_custom_slide_container .cs_custom_slide_wrapper .cs_custom_slide{display:inline-block;width:66%;height:520px;position:absolute;left:50%;top:50%;transform:translate3d(-50%,-50%,0) scale3d(.4,.4,1);transition:transform .3s ease-in-out 0s,z-index .2s ease-in-out .1s}@media (max-width: 1199px){.cs_custom_slide_container .cs_custom_slide_wrapper .cs_custom_slide{height:470px}}@media (max-width: 991px){.cs_custom_slide_container .cs_custom_slide_wrapper .cs_custom_slide{height:350px}}@media (max-width: 767px){.cs_custom_slide_container .cs_custom_slide_wrapper .cs_custom_slide{width:98%;height:300px}}.cs_custom_slide_container .cs_custom_slide_wrapper .cs_custom_slide.prev-2{transform:translate3d(-105%,-50%,0) scale3d(.4,.4,1);z-index:1}.cs_custom_slide_container .cs_custom_slide_wrapper .cs_custom_slide.prev-1{transform:translate3d(-85%,-50%,0) scale3d(.6,.6,1);z-index:2}.cs_custom_slide_container .cs_custom_slide_wrapper .cs_custom_slide.next-1{z-index:2;transform:translate3d(-15%,-50%,0) scale3d(.6,.6,1)}.cs_custom_slide_container .cs_custom_slide_wrapper .cs_custom_slide.next-2{z-index:1;transform:translate3d(5%,-50%,0) scale3d(.4,.4,1)}.cs_custom_slide_container .cs_custom_slide_wrapper .cs_custom_slide .cs_mouse_point.cs_style_1{opacity:0}.cs_custom_slide_container .cs_custom_slide_wrapper .cs_custom_slide.active{z-index:3;transform:translate3d(-50%,-50%,0) scaleZ(1);backface-visibility:hidden}.cs_custom_slide_container .cs_custom_slide_wrapper .cs_custom_slide.active .cs_mouse_point.cs_style_1{opacity:1}.cs_custom_slide_item{width:100%;height:520px;display:block;position:relative;overflow:hidden}@media only screen and (min-width: 992px) and (max-width: 1199px){.cs_custom_slide_item{height:470px}}@media only screen and (min-width: 768px) and (max-width: 991px){.cs_custom_slide_item{height:350px}}@media (max-width: 767px){.cs_custom_slide_item{height:300px}}\n"] }]
|
|
9
|
+
args: [{ selector: 'lib-babylon-banner-gallery', standalone: true, imports: [], template: "<!-- <section class=\"cs_primary_bg\"> -->\r\n<section class=\"babylon__banner-gallery margin-main bg--dark1\"> \r\n <div class=\"container\">\r\n <div class=\"intro_info align--center intro_info--light1 no-align\">\r\n <h3 class=\"pretitle\">Banner Gallery </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=\"cs_custom_slide_container\">\r\n <div class=\"container\">\r\n <div class=\"cs_custom_slide_wrapper cs_lightgallery\">\r\n <div class=\"cs_custom_slide\">\r\n <a href=\"assets/babylon/fotos/gallery_17.jpeg\" class=\"cs_custom_slide_item cs_bg_filed cs_lightbox_item cs_custom_pointer_wrap cs--radius\" data-src=\"/assets/babylon/fotos/gallery_17.jpeg\">\r\n <span class=\"cs_mouse_point cs_style_1\">View Large</span>\r\n <img src=\"/assets/babylon/fotos/gallery_17.jpeg\" alt=\"\" class=\"d-none\">\r\n </a>\r\n </div>\r\n <div class=\"cs_custom_slide\">\r\n <a href=\"/assets/babylon/fotos/gallery_20.jpeg\" class=\"cs_custom_slide_item cs_bg_filed cs_lightbox_item cs_custom_pointer_wrap cs--radius\" data-src=\"/assets/babylon/fotos/gallery_20.jpeg\">\r\n <span class=\"cs_mouse_point cs_style_1\">View Large</span>\r\n <img src=\"/assets/babylon/fotos/gallery_20.jpeg\" alt=\"\" class=\"d-none\">\r\n </a>\r\n </div>\r\n <div class=\"cs_custom_slide\">\r\n <a href=\"/assets/babylon/fotos/gallery_21.jpeg\" class=\"cs_custom_slide_item cs_bg_filed cs_lightbox_item cs_custom_pointer_wrap cs--radius\" data-src=\"/assets/babylon/fotos/gallery_21.jpeg\">\r\n <span class=\"cs_mouse_point cs_style_1\">View Large</span>\r\n <img src=\"/assets/babylon/fotos/gallery_21.jpeg\" alt=\"\" class=\"d-none\">\r\n </a>\r\n </div>\r\n <div class=\"cs_custom_slide\">\r\n <a href=\"/assets/babylon/fotos/gallery_19.jpeg\" class=\"cs_custom_slide_item cs_bg_filed cs_lightbox_item cs_custom_pointer_wrap cs--radius\" data-src=\"/assets/babylon/fotos/gallery_19.jpeg\">\r\n <span class=\"cs_mouse_point cs_style_1\">View Large</span>\r\n <img src=\"/assets/babylon/fotos/gallery_19.jpeg\" alt=\"\" class=\"d-none\">\r\n </a>\r\n </div>\r\n <div class=\"cs_custom_slide\">\r\n <a href=\"/assets/babylon/fotos/gallery_18.jpeg\" class=\"cs_custom_slide_item cs_bg_filed cs_lightbox_item cs_custom_pointer_wrap cs--radius\" data-src=\"/assets/babylon/fotos/gallery_18.jpeg\">\r\n <span class=\"cs_mouse_point cs_style_1\">View Large</span>\r\n <img src=\"/assets/babylon/fotos/gallery_18.jpeg\" alt=\"\" class=\"d-none\">\r\n </a>\r\n </div>\r\n <div class=\"cs_custom_slide\">\r\n <a href=\"/assets/babylon/fotos/gallery_17.jpeg\" class=\"cs_custom_slide_item cs_bg_filed cs_lightbox_item cs_custom_pointer_wrap cs--radius\" data-src=\"/assets/babylon/fotos/gallery_17.jpeg\">\r\n <span class=\"cs_mouse_point cs_style_1\">View Large</span>\r\n <img src=\"/assets/babylon/fotos/gallery_17.jpeg\" alt=\"\" class=\"d-none\">\r\n </a>\r\n </div>\r\n <div class=\"cs_custom_slide\">\r\n <a href=\"/assets/babylon/fotos/gallery_20.jpeg\" class=\"cs_custom_slide_item cs_bg_filed cs_lightbox_item cs_custom_pointer_wrap cs--radius\" data-src=\"/assets/babylon/fotos/gallery_20.jpeg\">\r\n <span class=\"cs_mouse_point cs_style_1\">View Large</span>\r\n <img src=\"/assets/babylon/fotos/gallery_20.jpeg\" alt=\"\" class=\"d-none\">\r\n </a>\r\n </div>\r\n <div class=\"cs_custom_slide\">\r\n <a href=\"/assets/babylon/fotos/gallery_21.jpeg\" class=\"cs_custom_slide_item cs_bg_filed cs_lightbox_item cs_custom_pointer_wrap cs--radius\" data-src=\"/assets/babylon/fotos/gallery_21.jpeg\">\r\n <span class=\"cs_mouse_point cs_style_1\">View Large</span>\r\n <img src=\"/assets/babylon/fotos/gallery_21.jpeg\" alt=\"\" class=\"d-none\">\r\n </a>\r\n </div>\r\n <div class=\"cs_custom_slide\">\r\n <a href=\"/assets/babylon/fotos/gallery_19.jpeg\" class=\"cs_custom_slide_item cs_bg_filed cs_lightbox_item cs_custom_pointer_wrap cs--radius\" data-src=\"/assets/babylon/fotos/gallery_19.jpeg\">\r\n <span class=\"cs_mouse_point cs_style_1\">View Large</span>\r\n <img src=\"/assets/babylon/fotos/gallery_19.jpeg\" alt=\"\" class=\"d-none\">\r\n </a>\r\n </div>\r\n <div class=\"cs_custom_slide\">\r\n <a href=\"/assets/babylon/fotos/gallery_18.jpeg\" class=\"cs_custom_slide_item cs_bg_filed cs_lightbox_item cs_custom_pointer_wrap cs--radius\" data-src=\"/assets/babylon/fotos/gallery_18.jpeg\">\r\n <span class=\"cs_mouse_point cs_style_1\">View Large</span>\r\n <img src=\"/assets/babylon/fotos/gallery_18.jpeg\" alt=\"\" class=\"d-none\">\r\n </a>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"cs_custom_slide_arrows\">\r\n <span class=\"cs_custom_slide_arrow_left\">\r\n <span class=\"babylon-arrow-left-big\"></span> \r\n </span>\r\n <span class=\"cs_custom_slide_arrow_right\">\r\n <span class=\"babylon-arrow-right-big\"></span> \r\n </span>\r\n </div>\r\n \r\n </div>\r\n <div class=\"btns__box align--center\">\r\n <a href=\" \" class=\"btn btn_primary\">\r\n <b>Learn More</b>\r\n <span class=\"babylon-arrow-right-big\"></span> \r\n </a>\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_custom_slide_container{height:270px;position:relative;margin-top:125px;margin-bottom:125px}@media (max-width: 1199px){.cs_custom_slide_container{margin-top:100px;margin-bottom:100px}}@media (max-width: 991px){.cs_custom_slide_container{margin-top:40px;margin-bottom:84px}}@media (max-width: 767px){.cs_custom_slide_container{margin-top:15px;margin-bottom:59px}}.cs_custom_slide_container .container{height:inherit}.babylon__banner-gallery{overflow:hidden}.cs_custom_slide_container .cs_custom_slide_wrapper{display:block;height:100%;margin:0 auto;position:relative}.cs_custom_slide_container .cs_custom_slide_wrapper .cs_custom_slide{display:inline-block;width:66%;height:520px;position:absolute;left:50%;top:50%;transform:translate3d(-50%,-50%,0) scale3d(.4,.4,1);transition:transform .3s ease-in-out 0s,z-index .2s ease-in-out .1s}@media (max-width: 1199px){.cs_custom_slide_container .cs_custom_slide_wrapper .cs_custom_slide{height:470px}}@media (max-width: 991px){.cs_custom_slide_container .cs_custom_slide_wrapper .cs_custom_slide{height:350px}}@media (max-width: 767px){.cs_custom_slide_container .cs_custom_slide_wrapper .cs_custom_slide{width:98%;height:300px}}.cs_custom_slide_container .cs_custom_slide_wrapper .cs_custom_slide.prev-2{transform:translate3d(-105%,-50%,0) scale3d(.4,.4,1);z-index:1}.cs_custom_slide_container .cs_custom_slide_wrapper .cs_custom_slide.prev-1{transform:translate3d(-85%,-50%,0) scale3d(.6,.6,1);z-index:2}.cs_custom_slide_container .cs_custom_slide_wrapper .cs_custom_slide.next-1{z-index:2;transform:translate3d(-15%,-50%,0) scale3d(.6,.6,1)}.cs_custom_slide_container .cs_custom_slide_wrapper .cs_custom_slide.next-2{z-index:1;transform:translate3d(5%,-50%,0) scale3d(.4,.4,1)}.cs_custom_slide_container .cs_custom_slide_wrapper .cs_custom_slide .cs_mouse_point.cs_style_1{opacity:0}.cs_custom_slide_container .cs_custom_slide_wrapper .cs_custom_slide.active{z-index:3;transform:translate3d(-50%,-50%,0) scaleZ(1);backface-visibility:hidden}.cs_custom_slide_container .cs_custom_slide_wrapper .cs_custom_slide.active .cs_mouse_point.cs_style_1{opacity:1}.cs_custom_slide_item{width:100%;height:520px;display:block;position:relative;overflow:hidden}@media only screen and (min-width: 992px) and (max-width: 1199px){.cs_custom_slide_item{height:470px}}@media only screen and (min-width: 768px) and (max-width: 991px){.cs_custom_slide_item{height:350px}}@media (max-width: 767px){.cs_custom_slide_item{height:300px}}\n"] }]
|
|
10
10
|
}] });
|
|
11
11
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi1iYW5uZXItZ2FsbGVyeS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tYmFubmVyLWdhbGxlcnkvYmFieWxvbi1iYW5uZXItZ2FsbGVyeS5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tYmFubmVyLWdhbGxlcnkvYmFieWxvbi1iYW5uZXItZ2FsbGVyeS5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDOztBQVMxQyxNQUFNLE9BQU8sNkJBQTZCOytHQUE3Qiw2QkFBNkI7bUdBQTdCLDZCQUE2QixzRkNUMUMsMm1NQXlGWTs7NEZEaEZDLDZCQUE2QjtrQkFQekMsU0FBUzsrQkFDRSw0QkFBNEIsY0FDMUIsSUFBSSxXQUNQLEVBQUUiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuXHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiAnbGliLWJhYnlsb24tYmFubmVyLWdhbGxlcnknLFxyXG4gIHN0YW5kYWxvbmU6IHRydWUsXHJcbiAgaW1wb3J0czogW10sXHJcbiAgdGVtcGxhdGVVcmw6ICcuL2JhYnlsb24tYmFubmVyLWdhbGxlcnkuY29tcG9uZW50Lmh0bWwnLFxyXG4gIHN0eWxlVXJsOiAnLi9iYWJ5bG9uLWJhbm5lci1nYWxsZXJ5LmNvbXBvbmVudC5zY3NzJ1xyXG59KVxyXG5leHBvcnQgY2xhc3MgQmFieWxvbkJhbm5lckdhbGxlcnlDb21wb25lbnQge1xyXG5cclxufVxyXG4iLCI8IS0tIDxzZWN0aW9uIGNsYXNzPVwiY3NfcHJpbWFyeV9iZ1wiPiAtLT5cclxuPHNlY3Rpb24gY2xhc3M9XCJiYWJ5bG9uX19iYW5uZXItZ2FsbGVyeSBtYXJnaW4tbWFpbiBiZy0tZGFyazFcIj4gICBcclxuICAgIDxkaXYgY2xhc3M9XCJjb250YWluZXJcIj5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwiaW50cm9faW5mbyBhbGlnbi0tY2VudGVyIGludHJvX2luZm8tLWxpZ2h0MSBuby1hbGlnblwiPlxyXG4gICAgICAgICAgICA8aDMgY2xhc3M9XCJwcmV0aXRsZVwiPkJhbm5lciBHYWxsZXJ5IDwvaDM+XHJcbiAgICAgICAgICAgIDxoMiBjbGFzcz1cInRpdGxlIHdvdyBmYWRlSW5VcFwiIGRhdGEtd293LWR1cmF0aW9uPVwiMC44c1wiIGRhdGEtd293LWRlbGF5PVwiMC4yc1wiPkV4cGxvcmUgVW5mb3JnZXR0YWJsZSBFeHBlcmllbmNlczwvaDI+ICBcclxuICAgICAgICA8L2Rpdj4gIFxyXG4gICAgPC9kaXY+XHJcbiAgICA8ZGl2IGNsYXNzPVwiY3NfY3VzdG9tX3NsaWRlX2NvbnRhaW5lclwiPlxyXG4gICAgICAgIDxkaXYgY2xhc3M9XCJjb250YWluZXJcIj5cclxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX2N1c3RvbV9zbGlkZV93cmFwcGVyIGNzX2xpZ2h0Z2FsbGVyeVwiPlxyXG4gICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjc19jdXN0b21fc2xpZGVcIj5cclxuICAgICAgICAgICAgICAgIDxhIGhyZWY9XCJhc3NldHMvYmFieWxvbi9mb3Rvcy9nYWxsZXJ5XzE3LmpwZWdcIiBjbGFzcz1cImNzX2N1c3RvbV9zbGlkZV9pdGVtIGNzX2JnX2ZpbGVkIGNzX2xpZ2h0Ym94X2l0ZW0gY3NfY3VzdG9tX3BvaW50ZXJfd3JhcCBjcy0tcmFkaXVzXCIgZGF0YS1zcmM9XCIvYXNzZXRzL2JhYnlsb24vZm90b3MvZ2FsbGVyeV8xNy5qcGVnXCI+XHJcbiAgICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiY3NfbW91c2VfcG9pbnQgY3Nfc3R5bGVfMVwiPlZpZXcgTGFyZ2U8L3NwYW4+XHJcbiAgICAgICAgICAgICAgICAgIDxpbWcgc3JjPVwiL2Fzc2V0cy9iYWJ5bG9uL2ZvdG9zL2dhbGxlcnlfMTcuanBlZ1wiIGFsdD1cIlwiIGNsYXNzPVwiZC1ub25lXCI+XHJcbiAgICAgICAgICAgICAgICA8L2E+XHJcbiAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX2N1c3RvbV9zbGlkZVwiPlxyXG4gICAgICAgICAgICAgICAgPGEgaHJlZj1cIi9hc3NldHMvYmFieWxvbi9mb3Rvcy9nYWxsZXJ5XzIwLmpwZWdcIiBjbGFzcz1cImNzX2N1c3RvbV9zbGlkZV9pdGVtIGNzX2JnX2ZpbGVkIGNzX2xpZ2h0Ym94X2l0ZW0gY3NfY3VzdG9tX3BvaW50ZXJfd3JhcCBjcy0tcmFkaXVzXCIgZGF0YS1zcmM9XCIvYXNzZXRzL2JhYnlsb24vZm90b3MvZ2FsbGVyeV8yMC5qcGVnXCI+XHJcbiAgICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiY3NfbW91c2VfcG9pbnQgY3Nfc3R5bGVfMVwiPlZpZXcgTGFyZ2U8L3NwYW4+XHJcbiAgICAgICAgICAgICAgICAgIDxpbWcgc3JjPVwiL2Fzc2V0cy9iYWJ5bG9uL2ZvdG9zL2dhbGxlcnlfMjAuanBlZ1wiIGFsdD1cIlwiIGNsYXNzPVwiZC1ub25lXCI+XHJcbiAgICAgICAgICAgICAgICA8L2E+XHJcbiAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX2N1c3RvbV9zbGlkZVwiPlxyXG4gICAgICAgICAgICAgICAgPGEgaHJlZj1cIi9hc3NldHMvYmFieWxvbi9mb3Rvcy9nYWxsZXJ5XzIxLmpwZWdcIiBjbGFzcz1cImNzX2N1c3RvbV9zbGlkZV9pdGVtIGNzX2JnX2ZpbGVkIGNzX2xpZ2h0Ym94X2l0ZW0gY3NfY3VzdG9tX3BvaW50ZXJfd3JhcCBjcy0tcmFkaXVzXCIgZGF0YS1zcmM9XCIvYXNzZXRzL2JhYnlsb24vZm90b3MvZ2FsbGVyeV8yMS5qcGVnXCI+XHJcbiAgICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiY3NfbW91c2VfcG9pbnQgY3Nfc3R5bGVfMVwiPlZpZXcgTGFyZ2U8L3NwYW4+XHJcbiAgICAgICAgICAgICAgICAgIDxpbWcgc3JjPVwiL2Fzc2V0cy9iYWJ5bG9uL2ZvdG9zL2dhbGxlcnlfMjEuanBlZ1wiIGFsdD1cIlwiIGNsYXNzPVwiZC1ub25lXCI+XHJcbiAgICAgICAgICAgICAgICA8L2E+XHJcbiAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX2N1c3RvbV9zbGlkZVwiPlxyXG4gICAgICAgICAgICAgICAgPGEgaHJlZj1cIi9hc3NldHMvYmFieWxvbi9mb3Rvcy9nYWxsZXJ5XzE5LmpwZWdcIiBjbGFzcz1cImNzX2N1c3RvbV9zbGlkZV9pdGVtIGNzX2JnX2ZpbGVkIGNzX2xpZ2h0Ym94X2l0ZW0gY3NfY3VzdG9tX3BvaW50ZXJfd3JhcCBjcy0tcmFkaXVzXCIgZGF0YS1zcmM9XCIvYXNzZXRzL2JhYnlsb24vZm90b3MvZ2FsbGVyeV8xOS5qcGVnXCI+XHJcbiAgICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiY3NfbW91c2VfcG9pbnQgY3Nfc3R5bGVfMVwiPlZpZXcgTGFyZ2U8L3NwYW4+XHJcbiAgICAgICAgICAgICAgICAgIDxpbWcgc3JjPVwiL2Fzc2V0cy9iYWJ5bG9uL2ZvdG9zL2dhbGxlcnlfMTkuanBlZ1wiIGFsdD1cIlwiIGNsYXNzPVwiZC1ub25lXCI+XHJcbiAgICAgICAgICAgICAgICA8L2E+XHJcbiAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX2N1c3RvbV9zbGlkZVwiPlxyXG4gICAgICAgICAgICAgICAgPGEgaHJlZj1cIi9hc3NldHMvYmFieWxvbi9mb3Rvcy9nYWxsZXJ5XzE4LmpwZWdcIiBjbGFzcz1cImNzX2N1c3RvbV9zbGlkZV9pdGVtIGNzX2JnX2ZpbGVkIGNzX2xpZ2h0Ym94X2l0ZW0gY3NfY3VzdG9tX3BvaW50ZXJfd3JhcCBjcy0tcmFkaXVzXCIgZGF0YS1zcmM9XCIvYXNzZXRzL2JhYnlsb24vZm90b3MvZ2FsbGVyeV8xOC5qcGVnXCI+XHJcbiAgICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiY3NfbW91c2VfcG9pbnQgY3Nfc3R5bGVfMVwiPlZpZXcgTGFyZ2U8L3NwYW4+XHJcbiAgICAgICAgICAgICAgICAgIDxpbWcgc3JjPVwiL2Fzc2V0cy9iYWJ5bG9uL2ZvdG9zL2dhbGxlcnlfMTguanBlZ1wiIGFsdD1cIlwiIGNsYXNzPVwiZC1ub25lXCI+XHJcbiAgICAgICAgICAgICAgICA8L2E+XHJcbiAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX2N1c3RvbV9zbGlkZVwiPlxyXG4gICAgICAgICAgICAgICAgPGEgaHJlZj1cIi9hc3NldHMvYmFieWxvbi9mb3Rvcy9nYWxsZXJ5XzE3LmpwZWdcIiBjbGFzcz1cImNzX2N1c3RvbV9zbGlkZV9pdGVtIGNzX2JnX2ZpbGVkIGNzX2xpZ2h0Ym94X2l0ZW0gY3NfY3VzdG9tX3BvaW50ZXJfd3JhcCBjcy0tcmFkaXVzXCIgZGF0YS1zcmM9XCIvYXNzZXRzL2JhYnlsb24vZm90b3MvZ2FsbGVyeV8xNy5qcGVnXCI+XHJcbiAgICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiY3NfbW91c2VfcG9pbnQgY3Nfc3R5bGVfMVwiPlZpZXcgTGFyZ2U8L3NwYW4+XHJcbiAgICAgICAgICAgICAgICAgIDxpbWcgc3JjPVwiL2Fzc2V0cy9iYWJ5bG9uL2ZvdG9zL2dhbGxlcnlfMTcuanBlZ1wiIGFsdD1cIlwiIGNsYXNzPVwiZC1ub25lXCI+XHJcbiAgICAgICAgICAgICAgICA8L2E+XHJcbiAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX2N1c3RvbV9zbGlkZVwiPlxyXG4gICAgICAgICAgICAgICAgPGEgaHJlZj1cIi9hc3NldHMvYmFieWxvbi9mb3Rvcy9nYWxsZXJ5XzIwLmpwZWdcIiBjbGFzcz1cImNzX2N1c3RvbV9zbGlkZV9pdGVtIGNzX2JnX2ZpbGVkIGNzX2xpZ2h0Ym94X2l0ZW0gY3NfY3VzdG9tX3BvaW50ZXJfd3JhcCBjcy0tcmFkaXVzXCIgZGF0YS1zcmM9XCIvYXNzZXRzL2JhYnlsb24vZm90b3MvZ2FsbGVyeV8yMC5qcGVnXCI+XHJcbiAgICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiY3NfbW91c2VfcG9pbnQgY3Nfc3R5bGVfMVwiPlZpZXcgTGFyZ2U8L3NwYW4+XHJcbiAgICAgICAgICAgICAgICAgIDxpbWcgc3JjPVwiL2Fzc2V0cy9iYWJ5bG9uL2ZvdG9zL2dhbGxlcnlfMjAuanBlZ1wiIGFsdD1cIlwiIGNsYXNzPVwiZC1ub25lXCI+XHJcbiAgICAgICAgICAgICAgICA8L2E+XHJcbiAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX2N1c3RvbV9zbGlkZVwiPlxyXG4gICAgICAgICAgICAgICAgPGEgaHJlZj1cIi9hc3NldHMvYmFieWxvbi9mb3Rvcy9nYWxsZXJ5XzIxLmpwZWdcIiBjbGFzcz1cImNzX2N1c3RvbV9zbGlkZV9pdGVtIGNzX2JnX2ZpbGVkIGNzX2xpZ2h0Ym94X2l0ZW0gY3NfY3VzdG9tX3BvaW50ZXJfd3JhcCBjcy0tcmFkaXVzXCIgZGF0YS1zcmM9XCIvYXNzZXRzL2JhYnlsb24vZm90b3MvZ2FsbGVyeV8yMS5qcGVnXCI+XHJcbiAgICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiY3NfbW91c2VfcG9pbnQgY3Nfc3R5bGVfMVwiPlZpZXcgTGFyZ2U8L3NwYW4+XHJcbiAgICAgICAgICAgICAgICAgIDxpbWcgc3JjPVwiL2Fzc2V0cy9iYWJ5bG9uL2ZvdG9zL2dhbGxlcnlfMjEuanBlZ1wiIGFsdD1cIlwiIGNsYXNzPVwiZC1ub25lXCI+XHJcbiAgICAgICAgICAgICAgICA8L2E+XHJcbiAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX2N1c3RvbV9zbGlkZVwiPlxyXG4gICAgICAgICAgICAgICAgPGEgaHJlZj1cIi9hc3NldHMvYmFieWxvbi9mb3Rvcy9nYWxsZXJ5XzE5LmpwZWdcIiBjbGFzcz1cImNzX2N1c3RvbV9zbGlkZV9pdGVtIGNzX2JnX2ZpbGVkIGNzX2xpZ2h0Ym94X2l0ZW0gY3NfY3VzdG9tX3BvaW50ZXJfd3JhcCBjcy0tcmFkaXVzXCIgZGF0YS1zcmM9XCIvYXNzZXRzL2JhYnlsb24vZm90b3MvZ2FsbGVyeV8xOS5qcGVnXCI+XHJcbiAgICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiY3NfbW91c2VfcG9pbnQgY3Nfc3R5bGVfMVwiPlZpZXcgTGFyZ2U8L3NwYW4+XHJcbiAgICAgICAgICAgICAgICAgIDxpbWcgc3JjPVwiL2Fzc2V0cy9iYWJ5bG9uL2ZvdG9zL2dhbGxlcnlfMTkuanBlZ1wiIGFsdD1cIlwiIGNsYXNzPVwiZC1ub25lXCI+XHJcbiAgICAgICAgICAgICAgICA8L2E+XHJcbiAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNzX2N1c3RvbV9zbGlkZVwiPlxyXG4gICAgICAgICAgICAgICAgPGEgaHJlZj1cIi9hc3NldHMvYmFieWxvbi9mb3Rvcy9nYWxsZXJ5XzE4LmpwZWdcIiBjbGFzcz1cImNzX2N1c3RvbV9zbGlkZV9pdGVtIGNzX2JnX2ZpbGVkIGNzX2xpZ2h0Ym94X2l0ZW0gY3NfY3VzdG9tX3BvaW50ZXJfd3JhcCBjcy0tcmFkaXVzXCIgZGF0YS1zcmM9XCIvYXNzZXRzL2JhYnlsb24vZm90b3MvZ2FsbGVyeV8xOC5qcGVnXCI+XHJcbiAgICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiY3NfbW91c2VfcG9pbnQgY3Nfc3R5bGVfMVwiPlZpZXcgTGFyZ2U8L3NwYW4+XHJcbiAgICAgICAgICAgICAgICAgIDxpbWcgc3JjPVwiL2Fzc2V0cy9iYWJ5bG9uL2ZvdG9zL2dhbGxlcnlfMTguanBlZ1wiIGFsdD1cIlwiIGNsYXNzPVwiZC1ub25lXCI+XHJcbiAgICAgICAgICAgICAgICA8L2E+XHJcbiAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgICAgIDxkaXYgY2xhc3M9XCJjc19jdXN0b21fc2xpZGVfYXJyb3dzXCI+XHJcbiAgICAgICAgICA8c3BhbiBjbGFzcz1cImNzX2N1c3RvbV9zbGlkZV9hcnJvd19sZWZ0XCI+XHJcbiAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiYmFieWxvbi1hcnJvdy1sZWZ0LWJpZ1wiPjwvc3Bhbj4gICAgICAgICAgICAgICAgICAgICAgIFxyXG4gICAgICAgICAgPC9zcGFuPlxyXG4gICAgICAgICAgPHNwYW4gY2xhc3M9XCJjc19jdXN0b21fc2xpZGVfYXJyb3dfcmlnaHRcIj5cclxuICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJiYWJ5bG9uLWFycm93LXJpZ2h0LWJpZ1wiPjwvc3Bhbj4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgXHJcbiAgICAgICAgICA8L3NwYW4+XHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgXHJcbiAgICA8L2Rpdj5cclxuICAgIDxkaXYgY2xhc3M9XCJidG5zX19ib3ggYWxpZ24tLWNlbnRlclwiPlxyXG4gICAgICAgIDxhIGhyZWY9XCIgXCIgY2xhc3M9XCJidG4gYnRuX3ByaW1hcnlcIj5cclxuICAgICAgICAgICAgPGI+TGVhcm4gTW9yZTwvYj5cclxuICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJiYWJ5bG9uLWFycm93LXJpZ2h0LWJpZ1wiPjwvc3Bhbj4gXHJcbiAgICAgICAgPC9hPlxyXG4gICAgPC9kaXY+IFxyXG4gIDwvc2VjdGlvbj4iXX0=
|
|
@@ -2,10 +2,10 @@ import { Component } from '@angular/core';
|
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export class BabylonBannerNewsletterComponent {
|
|
4
4
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonBannerNewsletterComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
5
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: BabylonBannerNewsletterComponent, isStandalone: true, selector: "lib-babylon-banner-newsletter", ngImport: i0, template: " <!-- La foto es opcional -->\r\n<section class=\"babylon__banner-newsletter margin-main\"> \r\n <div class=\" margin-main cs_bg_filed bg--white\" data-src=\"/assets/babylon/fotos/newsletter_bg.jpeg\"> \r\n <div class=\"container\">\r\n <div class=\"row\">\r\n <div class=\"col-xxl-8 offset-xxl-2 col-xl-10 offset-xl-1\">\r\n <div class=\"cs_newsletter cs_style_1 text-center\">\r\n <span class=\"cs_newsletter_icon cs_center cs_mb_26 wow zoomIn\" data-wow-duration=\"0.8s\" data-wow-delay=\"0.2s\">\r\n <span class=\"babylon-envelope\"></span> \r\n </span>\r\n <div class=\"intro_info align--center intro_info--light\">\r\n <h3 class=\"title--small mb--10\" >For Exclusive and Updates Subscribe Our Babylon Newsletter!</h3> \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> \r\n <form action=\"#\" class=\"cs_newsletter_form position-relative\">\r\n <input type=\"email\" class=\"cs_newsletter_input cs--radius\" placeholder=\"Enter Your Email Address\">\r\n \r\n <button class=\"cs_btn cs_style_2 cs_medium cs--radius cs_fs_15 btn-link btn-link--light\">\r\n <b>Subscribete</b>\r\n <span class=\"babylon-arrow-right-big\"></span> \r\n </button>\r\n </form>\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_background_dark-opacity: #19314bbf;--cl_title: #978667;--cl_subtitle: #19314b;--cl_pretitle: #19314b;--cl_text: #3c3b3b;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--w_title: 600;--w_text: 300;--w_subtitle: 300;--w_pretitle: 300;--cl_header-bg: #494949;--cl_header-text-light: #fff;--cl_menu-bg: #19314b;--cl_menu-text: #fff;--cl_submenu-bg: #19314b;--cl_submenu-text: #fff;--cl_submenu-hover: #978667;--w_btn: 400;--cl_btn-box: #19314b;--cl_btn-box-text: #19314b;--cl_btn-box-hover: #978667;--cl_btn-box-text-hover: #fff;--cl_btn-call: #19314bf2;--cl_btn-call-text: white;--cl_btn-call-hover: #978667;--cl_btn-call-text-hover: #fff;--cl_btn-link: #19314b;--cl_btn-link-hover: #978667;--cl_btn-arrow: #19314b;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #978667;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #24262d;--cl_btn-dots-active: #978667;--cl_btn-dots-hover: #978667;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #978667;--cl_btn-light-text-hover: #978667;--cl_footer-bg: #19314b;--cl_footer-bg-bottom:#0a1d31;--cl_footer-scroll:#978667;--cl_footer-text: #fff;--cl_footer-text-hover: #978667;--btn_radius: 5px;--img_radius: 5px;--img_border: #fff;--img_border-whidth:1px;--cl_engine-bg: #fff;--cl_engine-bg-dark: #19314b;--cl_engine-input-bg: #47474724;--cl_engine-input-bg-select: #ebebeb;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #19314b;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_dropdown-radius: 20px;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a}.cs_dark{--cl_corp: #181818;--cl_accent: #aa8453;--cl_icon: #aa8453;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #fff;--cl_breadcrumb-hover: #aa8453;--cl_preload-bg:#ededed;--cl_preload:#24262d;--cl_background_body: #181818;--cl_background_white: transparent;--cl_background_dark: #aa8453;--cl_background_gray: #333;--cl_title: #fff;--cl_subtitle: #aa8453;--cl_pretitle: #aa8453;--cl_text: #fff;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_header-bg: #aa8453;--cl_header-text-light: #fff;--cl_menu-bg: #79582c;--cl_menu-text: #fff;--cl_btn-box: #aa8453;--cl_btn-box-text: #aa8453;--cl_btn-box-hover: #79582c;--cl_btn-box-text-hover: #fff;--cl_btn-call: #aa8453;--cl_btn-call-text: white;--cl_btn-call-hover: #79582c;--cl_btn-call-text-hover: #fff;--cl_btn-link: #aa8453;--cl_btn-link-hover: #79582c;--cl_btn-arrow: #ffffff3a;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #79582c;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #eee;--cl_btn-dots-active: #79582c;--cl_btn-dots-hover: #79582c;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #79582c;--cl_btn-light-text-hover: #79582c;--cl_footer-bg: #aa8453;--cl_footer-bg-bottom:#79582c;--cl_footer-scroll:#aa8453;--cl_footer-text: #fff;--cl_footer-text-hover: #aa8453;--btn_radius: 1px;--img_radius: 0px;--img_border: #fff;--img_border-whidth:2px;--cl_engine-bg: #181818;--cl_engine-input-bg: #79582c;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #fff;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_dropdown-radius: 20px;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a}.mt--0{margin-top:0!important}.mb--0{margin-bottom:0!important}.mr--0{margin-right:0!important}.ml--0{margin-left:0!important}.pt--0{padding-top:0}.pb--0{padding-bottom:0}.pl--0{padding-left:0!important}.mblock--0{margin-block:0px}.pblock--0{padding-block:0px}.mt--10{margin-top:10px!important}.mb--10{margin-bottom:10px!important}.mr--10{margin-right:10px!important}.ml--10{margin-left:10px!important}.pt--10{padding-top:10px}.pb--10{padding-bottom:10px}.pl--10{padding-left:10px!important}.mblock--10{margin-block:10px}.pblock--10{padding-block:10px}.mt--20{margin-top:20px!important}.mb--20{margin-bottom:20px!important}.mr--20{margin-right:20px!important}.ml--20{margin-left:20px!important}.pt--20{padding-top:20px}.pb--20{padding-bottom:20px}.pl--20{padding-left:20px!important}.mblock--20{margin-block:20px}.pblock--20{padding-block:20px}.mt--25{margin-top:25px!important}.mb--25{margin-bottom:25px!important}.mr--25{margin-right:25px!important}.ml--25{margin-left:25px!important}.pt--25{padding-top:25px}.pb--25{padding-bottom:25px}.pl--25{padding-left:25px!important}.mblock--25{margin-block:25px}.pblock--25{padding-block:25px}.mt--30{margin-top:30px!important}.mb--30{margin-bottom:30px!important}.mr--30{margin-right:30px!important}.ml--30{margin-left:30px!important}.pt--30{padding-top:30px}.pb--30{padding-bottom:30px}.pl--30{padding-left:30px!important}.mblock--30{margin-block:30px}.pblock--30{padding-block:30px}.mt--40{margin-top:40px!important}.mb--40{margin-bottom:40px!important}.mr--40{margin-right:40px!important}.ml--40{margin-left:40px!important}.pt--40{padding-top:40px}.pb--40{padding-bottom:40px}.pl--40{padding-left:40px!important}.mblock--40{margin-block:40px}.pblock--40{padding-block:40px}.mt--50{margin-top:50px!important}.mb--50{margin-bottom:50px!important}.mr--50{margin-right:50px!important}.ml--50{margin-left:50px!important}.pt--50{padding-top:50px}.pb--50{padding-bottom:50px}.pl--50{padding-left:50px!important}.mblock--50{margin-block:50px}.pblock--50{padding-block:50px}.mt--60{margin-top:60px!important}.mb--60{margin-bottom:60px!important}.mr--60{margin-right:60px!important}.ml--60{margin-left:60px!important}.pt--60{padding-top:60px}.pb--60{padding-bottom:60px}.pl--60{padding-left:60px!important}.mblock--60{margin-block:60px}.pblock--60{padding-block:60px}.mt--70{margin-top:70px!important}.mb--70{margin-bottom:70px!important}.mr--70{margin-right:70px!important}.ml--70{margin-left:70px!important}.pt--70{padding-top:70px}.pb--70{padding-bottom:70px}.pl--70{padding-left:70px!important}.mblock--70{margin-block:70px}.pblock--70{padding-block:70px}.mt--80{margin-top:80px!important}.mb--80{margin-bottom:80px!important}.mr--80{margin-right:80px!important}.ml--80{margin-left:80px!important}.pt--80{padding-top:80px}.pb--80{padding-bottom:80px}.pl--80{padding-left:80px!important}.mblock--80{margin-block:80px}.pblock--80{padding-block:80px}.mt--90{margin-top:90px!important}.mb--90{margin-bottom:90px!important}.mr--90{margin-right:90px!important}.ml--90{margin-left:90px!important}.pt--90{padding-top:90px}.pb--90{padding-bottom:90px}.pl--90{padding-left:90px!important}.mblock--90{margin-block:90px}.pblock--90{padding-block:90px}.mt--100{margin-top:100px!important}.mb--100{margin-bottom:100px!important}.mr--100{margin-right:100px!important}.ml--100{margin-left:100px!important}.pt--100{padding-top:100px}.pb--100{padding-bottom:100px}.pl--100{padding-left:100px!important}.mblock--100{margin-block:100px}.pblock--100{padding-block:100px}.cs_newsletter.cs_style_1 .cs_newsletter_icon{height:60px;width:60px;font-size:40px;margin-left:auto;margin-right:auto;color:var(--cl_icon-light);border-radius:100%}.cs_newsletter.cs_style_1 .cs_newsletter_form{max-width:636px;margin-left:auto;margin-right:auto;position:relative}.cs_newsletter.cs_style_1 .cs_newsletter_input{width:100%;border:1px solid var(--cl_border-dark);height:55px;padding:5px 185px 5px 20px;outline:none;background-color:transparent}@media (max-width: 575px){.cs_newsletter.cs_style_1 .cs_newsletter_input{padding:5px 160px 5px 15px}}.cs_newsletter.cs_style_1 .cs_newsletter_input:focus{border-color:var(--cl_border-dark)}.cs_newsletter.cs_style_1 .cs_btn.cs_style_2{padding:10px 25px;background-color:transparent;position:absolute;right:0;height:55px;border:none;top:0}@media (max-width: 575px){.cs_newsletter.cs_style_1 .cs_btn.cs_style_2{padding:10px 12px;gap:5px}}.cs_newsletter.cs_style_1 .cs_btn.cs_style_2:before{content:\"\";position:absolute;height:27px;width:1px;left:0;top:50%;transform:translateY(-50%);background-color:var(--cl_border-dark)}\n"] }); }
|
|
5
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: BabylonBannerNewsletterComponent, isStandalone: true, selector: "lib-babylon-banner-newsletter", ngImport: i0, template: " <!-- La foto es opcional -->\r\n<section class=\"babylon__banner-newsletter margin-main\"> \r\n <div class=\" margin-main cs_bg_filed bg--white\" data-src=\"/assets/babylon/fotos/newsletter_bg.jpeg\"> \r\n <div class=\"container\">\r\n <div class=\"row\">\r\n <div class=\"col-xxl-8 offset-xxl-2 col-xl-10 offset-xl-1\">\r\n <div class=\"cs_newsletter cs_style_1 text-center\">\r\n <span class=\"cs_newsletter_icon cs_center cs_mb_26 wow zoomIn\" data-wow-duration=\"0.8s\" data-wow-delay=\"0.2s\">\r\n <span class=\"babylon-envelope\"></span> \r\n </span>\r\n <div class=\"intro_info align--center intro_info--light\">\r\n <h3 class=\"title--small mb--10\" >For Exclusive and Updates Subscribe Our Babylon Newsletter!</h3> \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> \r\n <form action=\"#\" class=\"cs_newsletter_form position-relative\">\r\n <input type=\"email\" class=\"cs_newsletter_input cs--radius\" placeholder=\"Enter Your Email Address\">\r\n \r\n <button class=\"cs_btn cs_style_2 cs_medium cs--radius cs_fs_15 btn-link btn-link--light\">\r\n <b>Subscribete</b>\r\n <span class=\"babylon-arrow-right-big\"></span> \r\n </button>\r\n </form>\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_newsletter.cs_style_1 .cs_newsletter_icon{height:60px;width:60px;font-size:40px;margin-left:auto;margin-right:auto;color:var(--cl_icon-light);border-radius:100%}.cs_newsletter.cs_style_1 .cs_newsletter_form{max-width:636px;margin-left:auto;margin-right:auto;position:relative}.cs_newsletter.cs_style_1 .cs_newsletter_input{width:100%;border:1px solid var(--cl_border-dark);height:55px;padding:5px 185px 5px 20px;outline:none;background-color:transparent}@media (max-width: 575px){.cs_newsletter.cs_style_1 .cs_newsletter_input{padding:5px 160px 5px 15px}}.cs_newsletter.cs_style_1 .cs_newsletter_input:focus{border-color:var(--cl_border-dark)}.cs_newsletter.cs_style_1 .cs_btn.cs_style_2{padding:10px 25px;background-color:transparent;position:absolute;right:0;height:55px;border:none;top:0}@media (max-width: 575px){.cs_newsletter.cs_style_1 .cs_btn.cs_style_2{padding:10px 12px;gap:5px}}.cs_newsletter.cs_style_1 .cs_btn.cs_style_2:before{content:\"\";position:absolute;height:27px;width:1px;left:0;top:50%;transform:translateY(-50%);background-color:var(--cl_border-dark)}\n"] }); }
|
|
6
6
|
}
|
|
7
7
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BabylonBannerNewsletterComponent, decorators: [{
|
|
8
8
|
type: Component,
|
|
9
|
-
args: [{ selector: 'lib-babylon-banner-newsletter', standalone: true, imports: [], template: " <!-- La foto es opcional -->\r\n<section class=\"babylon__banner-newsletter margin-main\"> \r\n <div class=\" margin-main cs_bg_filed bg--white\" data-src=\"/assets/babylon/fotos/newsletter_bg.jpeg\"> \r\n <div class=\"container\">\r\n <div class=\"row\">\r\n <div class=\"col-xxl-8 offset-xxl-2 col-xl-10 offset-xl-1\">\r\n <div class=\"cs_newsletter cs_style_1 text-center\">\r\n <span class=\"cs_newsletter_icon cs_center cs_mb_26 wow zoomIn\" data-wow-duration=\"0.8s\" data-wow-delay=\"0.2s\">\r\n <span class=\"babylon-envelope\"></span> \r\n </span>\r\n <div class=\"intro_info align--center intro_info--light\">\r\n <h3 class=\"title--small mb--10\" >For Exclusive and Updates Subscribe Our Babylon Newsletter!</h3> \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> \r\n <form action=\"#\" class=\"cs_newsletter_form position-relative\">\r\n <input type=\"email\" class=\"cs_newsletter_input cs--radius\" placeholder=\"Enter Your Email Address\">\r\n \r\n <button class=\"cs_btn cs_style_2 cs_medium cs--radius cs_fs_15 btn-link btn-link--light\">\r\n <b>Subscribete</b>\r\n <span class=\"babylon-arrow-right-big\"></span> \r\n </button>\r\n </form>\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_background_dark-opacity: #19314bbf;--cl_title: #978667;--cl_subtitle: #19314b;--cl_pretitle: #19314b;--cl_text: #3c3b3b;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--w_title: 600;--w_text: 300;--w_subtitle: 300;--w_pretitle: 300;--cl_header-bg: #494949;--cl_header-text-light: #fff;--cl_menu-bg: #19314b;--cl_menu-text: #fff;--cl_submenu-bg: #19314b;--cl_submenu-text: #fff;--cl_submenu-hover: #978667;--w_btn: 400;--cl_btn-box: #19314b;--cl_btn-box-text: #19314b;--cl_btn-box-hover: #978667;--cl_btn-box-text-hover: #fff;--cl_btn-call: #19314bf2;--cl_btn-call-text: white;--cl_btn-call-hover: #978667;--cl_btn-call-text-hover: #fff;--cl_btn-link: #19314b;--cl_btn-link-hover: #978667;--cl_btn-arrow: #19314b;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #978667;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #24262d;--cl_btn-dots-active: #978667;--cl_btn-dots-hover: #978667;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #978667;--cl_btn-light-text-hover: #978667;--cl_footer-bg: #19314b;--cl_footer-bg-bottom:#0a1d31;--cl_footer-scroll:#978667;--cl_footer-text: #fff;--cl_footer-text-hover: #978667;--btn_radius: 5px;--img_radius: 5px;--img_border: #fff;--img_border-whidth:1px;--cl_engine-bg: #fff;--cl_engine-bg-dark: #19314b;--cl_engine-input-bg: #47474724;--cl_engine-input-bg-select: #ebebeb;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #19314b;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_dropdown-radius: 20px;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a}.cs_dark{--cl_corp: #181818;--cl_accent: #aa8453;--cl_icon: #aa8453;--cl_icon-light: #fff;--cl_border-light: #ededed;--cl_border-dark: #d9e1e6;--cl_shadow: rgba(0, 0, 0, .1);--cl_breadcrumb: #fff;--cl_breadcrumb-hover: #aa8453;--cl_preload-bg:#ededed;--cl_preload:#24262d;--cl_background_body: #181818;--cl_background_white: transparent;--cl_background_dark: #aa8453;--cl_background_gray: #333;--cl_title: #fff;--cl_subtitle: #aa8453;--cl_pretitle: #aa8453;--cl_text: #fff;--cl_title-light: #fff;--cl_subtitle-light: #fff;--cl_pretitle-light: #fff;--cl_text-light: #fff;--cl_header-bg: #aa8453;--cl_header-text-light: #fff;--cl_menu-bg: #79582c;--cl_menu-text: #fff;--cl_btn-box: #aa8453;--cl_btn-box-text: #aa8453;--cl_btn-box-hover: #79582c;--cl_btn-box-text-hover: #fff;--cl_btn-call: #aa8453;--cl_btn-call-text: white;--cl_btn-call-hover: #79582c;--cl_btn-call-text-hover: #fff;--cl_btn-link: #aa8453;--cl_btn-link-hover: #79582c;--cl_btn-arrow: #ffffff3a;--cl_btn-arrow-icon: #fff;--cl_btn-arrow-hover: #79582c;--cl_btn-arrow-icon-hover: #fff;--cl_btn-dots: #eee;--cl_btn-dots-active: #79582c;--cl_btn-dots-hover: #79582c;--cl_btn-light: #fff;--cl_btn-light-text: #fff;--cl_btn-light-hover: #79582c;--cl_btn-light-text-hover: #79582c;--cl_footer-bg: #aa8453;--cl_footer-bg-bottom:#79582c;--cl_footer-scroll:#aa8453;--cl_footer-text: #fff;--cl_footer-text-hover: #aa8453;--btn_radius: 1px;--img_radius: 0px;--img_border: #fff;--img_border-whidth:2px;--cl_engine-bg: #181818;--cl_engine-input-bg: #79582c;--cl_engine-input-bg-hover: #081523;--cl_engine-text: #fff;--cl_dropdown: #19314b;--cl_dropdown-text: #5a5a5a;--cl_dropdown-hover: #19314b;--cl_dropdown-radius: 20px;--cl_newsletter-input-background: #d1d1d1;--cl_newsletter-input-text: #5a5a5a}.mt--0{margin-top:0!important}.mb--0{margin-bottom:0!important}.mr--0{margin-right:0!important}.ml--0{margin-left:0!important}.pt--0{padding-top:0}.pb--0{padding-bottom:0}.pl--0{padding-left:0!important}.mblock--0{margin-block:0px}.pblock--0{padding-block:0px}.mt--10{margin-top:10px!important}.mb--10{margin-bottom:10px!important}.mr--10{margin-right:10px!important}.ml--10{margin-left:10px!important}.pt--10{padding-top:10px}.pb--10{padding-bottom:10px}.pl--10{padding-left:10px!important}.mblock--10{margin-block:10px}.pblock--10{padding-block:10px}.mt--20{margin-top:20px!important}.mb--20{margin-bottom:20px!important}.mr--20{margin-right:20px!important}.ml--20{margin-left:20px!important}.pt--20{padding-top:20px}.pb--20{padding-bottom:20px}.pl--20{padding-left:20px!important}.mblock--20{margin-block:20px}.pblock--20{padding-block:20px}.mt--25{margin-top:25px!important}.mb--25{margin-bottom:25px!important}.mr--25{margin-right:25px!important}.ml--25{margin-left:25px!important}.pt--25{padding-top:25px}.pb--25{padding-bottom:25px}.pl--25{padding-left:25px!important}.mblock--25{margin-block:25px}.pblock--25{padding-block:25px}.mt--30{margin-top:30px!important}.mb--30{margin-bottom:30px!important}.mr--30{margin-right:30px!important}.ml--30{margin-left:30px!important}.pt--30{padding-top:30px}.pb--30{padding-bottom:30px}.pl--30{padding-left:30px!important}.mblock--30{margin-block:30px}.pblock--30{padding-block:30px}.mt--40{margin-top:40px!important}.mb--40{margin-bottom:40px!important}.mr--40{margin-right:40px!important}.ml--40{margin-left:40px!important}.pt--40{padding-top:40px}.pb--40{padding-bottom:40px}.pl--40{padding-left:40px!important}.mblock--40{margin-block:40px}.pblock--40{padding-block:40px}.mt--50{margin-top:50px!important}.mb--50{margin-bottom:50px!important}.mr--50{margin-right:50px!important}.ml--50{margin-left:50px!important}.pt--50{padding-top:50px}.pb--50{padding-bottom:50px}.pl--50{padding-left:50px!important}.mblock--50{margin-block:50px}.pblock--50{padding-block:50px}.mt--60{margin-top:60px!important}.mb--60{margin-bottom:60px!important}.mr--60{margin-right:60px!important}.ml--60{margin-left:60px!important}.pt--60{padding-top:60px}.pb--60{padding-bottom:60px}.pl--60{padding-left:60px!important}.mblock--60{margin-block:60px}.pblock--60{padding-block:60px}.mt--70{margin-top:70px!important}.mb--70{margin-bottom:70px!important}.mr--70{margin-right:70px!important}.ml--70{margin-left:70px!important}.pt--70{padding-top:70px}.pb--70{padding-bottom:70px}.pl--70{padding-left:70px!important}.mblock--70{margin-block:70px}.pblock--70{padding-block:70px}.mt--80{margin-top:80px!important}.mb--80{margin-bottom:80px!important}.mr--80{margin-right:80px!important}.ml--80{margin-left:80px!important}.pt--80{padding-top:80px}.pb--80{padding-bottom:80px}.pl--80{padding-left:80px!important}.mblock--80{margin-block:80px}.pblock--80{padding-block:80px}.mt--90{margin-top:90px!important}.mb--90{margin-bottom:90px!important}.mr--90{margin-right:90px!important}.ml--90{margin-left:90px!important}.pt--90{padding-top:90px}.pb--90{padding-bottom:90px}.pl--90{padding-left:90px!important}.mblock--90{margin-block:90px}.pblock--90{padding-block:90px}.mt--100{margin-top:100px!important}.mb--100{margin-bottom:100px!important}.mr--100{margin-right:100px!important}.ml--100{margin-left:100px!important}.pt--100{padding-top:100px}.pb--100{padding-bottom:100px}.pl--100{padding-left:100px!important}.mblock--100{margin-block:100px}.pblock--100{padding-block:100px}.cs_newsletter.cs_style_1 .cs_newsletter_icon{height:60px;width:60px;font-size:40px;margin-left:auto;margin-right:auto;color:var(--cl_icon-light);border-radius:100%}.cs_newsletter.cs_style_1 .cs_newsletter_form{max-width:636px;margin-left:auto;margin-right:auto;position:relative}.cs_newsletter.cs_style_1 .cs_newsletter_input{width:100%;border:1px solid var(--cl_border-dark);height:55px;padding:5px 185px 5px 20px;outline:none;background-color:transparent}@media (max-width: 575px){.cs_newsletter.cs_style_1 .cs_newsletter_input{padding:5px 160px 5px 15px}}.cs_newsletter.cs_style_1 .cs_newsletter_input:focus{border-color:var(--cl_border-dark)}.cs_newsletter.cs_style_1 .cs_btn.cs_style_2{padding:10px 25px;background-color:transparent;position:absolute;right:0;height:55px;border:none;top:0}@media (max-width: 575px){.cs_newsletter.cs_style_1 .cs_btn.cs_style_2{padding:10px 12px;gap:5px}}.cs_newsletter.cs_style_1 .cs_btn.cs_style_2:before{content:\"\";position:absolute;height:27px;width:1px;left:0;top:50%;transform:translateY(-50%);background-color:var(--cl_border-dark)}\n"] }]
|
|
9
|
+
args: [{ selector: 'lib-babylon-banner-newsletter', standalone: true, imports: [], template: " <!-- La foto es opcional -->\r\n<section class=\"babylon__banner-newsletter margin-main\"> \r\n <div class=\" margin-main cs_bg_filed bg--white\" data-src=\"/assets/babylon/fotos/newsletter_bg.jpeg\"> \r\n <div class=\"container\">\r\n <div class=\"row\">\r\n <div class=\"col-xxl-8 offset-xxl-2 col-xl-10 offset-xl-1\">\r\n <div class=\"cs_newsletter cs_style_1 text-center\">\r\n <span class=\"cs_newsletter_icon cs_center cs_mb_26 wow zoomIn\" data-wow-duration=\"0.8s\" data-wow-delay=\"0.2s\">\r\n <span class=\"babylon-envelope\"></span> \r\n </span>\r\n <div class=\"intro_info align--center intro_info--light\">\r\n <h3 class=\"title--small mb--10\" >For Exclusive and Updates Subscribe Our Babylon Newsletter!</h3> \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> \r\n <form action=\"#\" class=\"cs_newsletter_form position-relative\">\r\n <input type=\"email\" class=\"cs_newsletter_input cs--radius\" placeholder=\"Enter Your Email Address\">\r\n \r\n <button class=\"cs_btn cs_style_2 cs_medium cs--radius cs_fs_15 btn-link btn-link--light\">\r\n <b>Subscribete</b>\r\n <span class=\"babylon-arrow-right-big\"></span> \r\n </button>\r\n </form>\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_newsletter.cs_style_1 .cs_newsletter_icon{height:60px;width:60px;font-size:40px;margin-left:auto;margin-right:auto;color:var(--cl_icon-light);border-radius:100%}.cs_newsletter.cs_style_1 .cs_newsletter_form{max-width:636px;margin-left:auto;margin-right:auto;position:relative}.cs_newsletter.cs_style_1 .cs_newsletter_input{width:100%;border:1px solid var(--cl_border-dark);height:55px;padding:5px 185px 5px 20px;outline:none;background-color:transparent}@media (max-width: 575px){.cs_newsletter.cs_style_1 .cs_newsletter_input{padding:5px 160px 5px 15px}}.cs_newsletter.cs_style_1 .cs_newsletter_input:focus{border-color:var(--cl_border-dark)}.cs_newsletter.cs_style_1 .cs_btn.cs_style_2{padding:10px 25px;background-color:transparent;position:absolute;right:0;height:55px;border:none;top:0}@media (max-width: 575px){.cs_newsletter.cs_style_1 .cs_btn.cs_style_2{padding:10px 12px;gap:5px}}.cs_newsletter.cs_style_1 .cs_btn.cs_style_2:before{content:\"\";position:absolute;height:27px;width:1px;left:0;top:50%;transform:translateY(-50%);background-color:var(--cl_border-dark)}\n"] }]
|
|
10
10
|
}] });
|
|
11
11
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFieWxvbi1iYW5uZXItbmV3c2xldHRlci5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tYmFubmVyLW5ld3NsZXR0ZXIvYmFieWxvbi1iYW5uZXItbmV3c2xldHRlci5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9jb3JlL2JhYnlsb24tYmFubmVyLW5ld3NsZXR0ZXIvYmFieWxvbi1iYW5uZXItbmV3c2xldHRlci5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDOztBQVMxQyxNQUFNLE9BQU8sZ0NBQWdDOytHQUFoQyxnQ0FBZ0M7bUdBQWhDLGdDQUFnQyx5RkNUN0Msc2xEQTJCWTs7NEZEbEJDLGdDQUFnQztrQkFQNUMsU0FBUzsrQkFDRSwrQkFBK0IsY0FDN0IsSUFBSSxXQUNQLEVBQUUiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuXHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiAnbGliLWJhYnlsb24tYmFubmVyLW5ld3NsZXR0ZXInLFxyXG4gIHN0YW5kYWxvbmU6IHRydWUsXHJcbiAgaW1wb3J0czogW10sXHJcbiAgdGVtcGxhdGVVcmw6ICcuL2JhYnlsb24tYmFubmVyLW5ld3NsZXR0ZXIuY29tcG9uZW50Lmh0bWwnLFxyXG4gIHN0eWxlVXJsOiAnLi9iYWJ5bG9uLWJhbm5lci1uZXdzbGV0dGVyLmNvbXBvbmVudC5zY3NzJ1xyXG59KVxyXG5leHBvcnQgY2xhc3MgQmFieWxvbkJhbm5lck5ld3NsZXR0ZXJDb21wb25lbnQge1xyXG5cclxufVxyXG4iLCIgICA8IS0tICBMYSBmb3RvIGVzIG9wY2lvbmFsIC0tPlxyXG48c2VjdGlvbiBjbGFzcz1cImJhYnlsb25fX2Jhbm5lci1uZXdzbGV0dGVyIG1hcmdpbi1tYWluXCI+IFxyXG4gIDxkaXYgY2xhc3M9XCIgbWFyZ2luLW1haW4gY3NfYmdfZmlsZWQgYmctLXdoaXRlXCIgZGF0YS1zcmM9XCIvYXNzZXRzL2JhYnlsb24vZm90b3MvbmV3c2xldHRlcl9iZy5qcGVnXCI+ICBcclxuICAgIDxkaXYgY2xhc3M9XCJjb250YWluZXJcIj5cclxuICAgICAgPGRpdiBjbGFzcz1cInJvd1wiPlxyXG4gICAgICAgIDxkaXYgY2xhc3M9XCJjb2wteHhsLTggb2Zmc2V0LXh4bC0yIGNvbC14bC0xMCBvZmZzZXQteGwtMVwiPlxyXG4gICAgICAgICAgPGRpdiBjbGFzcz1cImNzX25ld3NsZXR0ZXIgY3Nfc3R5bGVfMSB0ZXh0LWNlbnRlclwiPlxyXG4gICAgICAgICAgICA8c3BhbiBjbGFzcz1cImNzX25ld3NsZXR0ZXJfaWNvbiBjc19jZW50ZXIgICBjc19tYl8yNiB3b3cgem9vbUluXCIgZGF0YS13b3ctZHVyYXRpb249XCIwLjhzXCIgZGF0YS13b3ctZGVsYXk9XCIwLjJzXCI+XHJcbiAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImJhYnlsb24tZW52ZWxvcGVcIj48L3NwYW4+ICAgICBcclxuICAgICAgICAgICAgPC9zcGFuPlxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiaW50cm9faW5mbyBhbGlnbi0tY2VudGVyIGludHJvX2luZm8tLWxpZ2h0XCI+XHJcbiAgICAgICAgICAgICAgICA8aDMgY2xhc3M9XCJ0aXRsZS0tc21hbGwgbWItLTEwXCIgPkZvciBFeGNsdXNpdmUgYW5kIFVwZGF0ZXMgU3Vic2NyaWJlIE91ciBCYWJ5bG9uIE5ld3NsZXR0ZXIhPC9oMz4gIFxyXG4gICAgICAgICAgICAgICAgPHAgY2xhc3M9XCJ0ZXh0IG1iLS0xMFwiPkV4Y2VwdGlvbmFsIGRpbmluZyBhd2FpdHMgYXQgb3VyIHJlc29ydC4gSW1tZXJzZSB5b3Vyc2VsZiBpbiBleHF1aXNpdGUgIGZsYXZvcnMgd2l0aCB2aWV3IHRvIG1hdGNoLiBQdXJlIGluZHVsZ2VuY2UsIGVmZm9ydGxlc3NseSBkZWxpdmVyZWQ8L3A+XHJcbiAgICAgICAgICAgIDwvZGl2PiAgXHJcbiAgICAgICAgICAgIDxmb3JtIGFjdGlvbj1cIiNcIiBjbGFzcz1cImNzX25ld3NsZXR0ZXJfZm9ybSBwb3NpdGlvbi1yZWxhdGl2ZVwiPlxyXG4gICAgICAgICAgICAgIDxpbnB1dCB0eXBlPVwiZW1haWxcIiBjbGFzcz1cImNzX25ld3NsZXR0ZXJfaW5wdXQgY3MtLXJhZGl1c1wiIHBsYWNlaG9sZGVyPVwiRW50ZXIgWW91ciBFbWFpbCBBZGRyZXNzXCI+XHJcbiAgICAgICAgICAgICAgIFxyXG4gICAgICAgICAgICAgIDxidXR0b24gY2xhc3M9XCJjc19idG4gY3Nfc3R5bGVfMiBjc19tZWRpdW0gY3MtLXJhZGl1cyBjc19mc18xNSBidG4tbGluayBidG4tbGluay0tbGlnaHRcIj5cclxuICAgICAgICAgICAgICAgIDxiPlN1YnNjcmliZXRlPC9iPlxyXG4gICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJiYWJ5bG9uLWFycm93LXJpZ2h0LWJpZ1wiPjwvc3Bhbj4gXHJcbiAgICAgICAgICAgICAgPC9idXR0b24+XHJcbiAgICAgICAgICAgIDwvZm9ybT5cclxuICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgICA8L2Rpdj5cclxuICAgIDwvZGl2PlxyXG4gIDwvZGl2PlxyXG4gIDwvc2VjdGlvbj4iXX0=
|