@vm721/ui-kit
Version:
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.1.1.
16 lines (14 loc) • 28.9 kB
JavaScript
!function(t,o){"object"==typeof exports&&"undefined"!=typeof module?o(exports,require("@angular/core")):"function"==typeof define&&define.amd?define("@vm721/ui-kit",["exports","@angular/core"],o):o(((t="undefined"!=typeof globalThis?globalThis:t||self).vm721=t.vm721||{},t.vm721["ui-kit"]={}),t.ng.core)}(this,(function(t,o){"use strict";
/*! *****************************************************************************
Copyright (c) Microsoft Corporation.
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.
***************************************************************************** */var n=function(t,o){return(n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,o){t.__proto__=o}||function(t,o){for(var n in o)Object.prototype.hasOwnProperty.call(o,n)&&(t[n]=o[n])})(t,o)};Object.create;var e,r,a,i,s;Object.create;function d(t,o){if(!o.has(t))throw new TypeError("attempted to get private field on non-instance");return o.get(t)}function l(t,o,n){if(!o.has(t))throw new TypeError("attempted to set private field on non-instance");return o.set(t,n),n}!function(t){t[t.POINTER=0]="POINTER",t[t.INSTANCE=1]="INSTANCE"}(s||(s={}));var m,c=function(){function t(o,n){var m=this;void 0===o&&(o=!1),void 0===n&&(n=!0),this.isScoped=o,this.inGlobal=n,this.pointers=[],r.set(this,void 0),a.set(this,(function(t){d(m,r).set("lastPointer",t)})),i.set(this,(function(o){d(m,r).set(o[s.POINTER],o[s.INSTANCE]),d(m,a).call(m,o[s.POINTER]),m.pointers.push(o[s.POINTER]),!m.isScoped&&m.inGlobal&&d(t,i).call(t,o),console.log(d(t,e))})),l(this,r,new Map),d(this,r).set("lastPointer",void 0),this.isScoped&&n&&(d(t,e).set(this,d(this,r)),console.log(d(t,e)))}return t.prototype.createInstance=function(t){return this.createPointer(t)[s.INSTANCE]},t.prototype.createPointer=function(t){var o;return o=[Math.random().toString(),t],d(this,i).call(this,o),o},t.prototype.getInstance=function(t){return d(this,r).get(t)},t.prototype.createEmptyPointer=function(){return Math.random().toString()},t.prototype.useEmptyPointer=function(t,o){var n;return n=[t,o],d(this,i).call(this,n),n},t.prototype.getPointer=function(t){return[t,this.getInstance(t)]},t.prototype.printGlobalMap=function(){console.log("PointerMap[Global] -> ",d(t,e))},t.prototype.getLastPointer=function(){return d(this,r).get("lastPointer")},t.getPointer=function(o,n){return n?t.getScope(n).get(o):d(t,e).get(o)},t.getScope=function(o){return d(t,e).get(o)},t.getLastPointer=function(o){return o?t.getScope(o).get("lastPointer"):d(t,e).get("lastPointer")},t.clear=function(o){if(console.log("Clearing",o),o.inGlobal)o.isScoped&&console.log("Deleting:",d(t,e).get(o),d(t,e).delete(o));else for(var n in o.pointers)d(t,e).delete(n),t.getLastPointer()===n&&d(t,a).call(t,"null");console.log("Clear complete ->",d(t,e))},t}();e=new WeakMap,r=new WeakMap,new WeakMap,new WeakMap,a=new WeakMap,i=new WeakMap,e.set(c,new Map),a.set(c,(function(t){d(c,e).set("lastPointer",t)})),i.set(c,(function(t){d(c,e).set(t[s.POINTER],t[s.INSTANCE]),d(c,a).call(c,t[s.POINTER])}));var p,u,f,g=function(t){function o(){var o=t.call(this)||this;return m.set(o,void 0),l(o,m,c),o}return function(t,o){if("function"!=typeof o&&null!==o)throw new TypeError("Class extends value "+String(o)+" is not a constructor or null");function e(){this.constructor=t}n(t,o),t.prototype=null===o?Object.create(o):(e.prototype=o.prototype,new e)}(o,t),o.prototype.create=function(t){return new(d(this,m))(!!t)},o}(c);m=new WeakMap,g.ɵprov=o.ɵɵdefineInjectable({factory:function(){return new g},token:g,providedIn:"root"}),g.decorators=[{type:o.Injectable,args:[{providedIn:"root"}]}],g.ctorParameters=function(){return[]},function(t){t.AUTO="auto",t.OPEN="open",t.CLOSE="close"}(p||(p={})),function(t){t.ADD="add",t.REMOVE="remove"}(u||(u={})),function(t){t.LEFT="left",t.RIGHT="right"}(f||(f={}));var h=function(){function t(t,o,n){this.dropdownElemRef=t,this.renderer=o,this.pointerMap=n,this.dropdownOpen=!1,this.DropdownOriginSide=f.LEFT,this.DropdownClass="dropdown",this.DropdownContentClass="dropdown__content",this.DropdownOpenClass="dropdown__content_--show",this.DropdownLeftOriginClass="dropdown__content--left",this.DropdownRightOriginClass="dropdown__content--right",this.dropdownElem=this.dropdownElemRef.nativeElement,this.domEventListenerHandlersMap=this.pointerMap.create(!0)}return t.prototype.ngOnInit=function(){var t;this.renderer.addClass(this.dropdownElem,this.DropdownClass),this.renderer.addClass(this.DropdownContentElemRef,this.DropdownContentClass),this.DropdownOriginSide===f.RIGHT?this.renderer.addClass(this.DropdownContentElemRef,this.DropdownRightOriginClass):this.DropdownOriginSide===f.LEFT?this.renderer.addClass(this.dropdownElem,this.DropdownLeftOriginClass):(console.warn("----- Dropdown Directive Setup Failed -----"),console.error("Error: DropdownDirective.DropdownOriginSide was not recognised."),console.info("Current OriginSide Set:"+this.DropdownOriginSide,"\nAllowed OriginSides:",((t={})[f.LEFT]="Will add the DropdownLeftOriginClass to DropdownContentElement. [DEFAULT (if not set)]",t[f.RIGHT]="Will add the DropdownRightOriginClass to DropdownContentElement.",t)),console.warn("----- ----- -----"))},t.prototype.ngAfterViewInit=function(){this.dropdownContentElem=this.DropdownContentElemRef,this.dropdownOpen=this.dropdownContentElem.classList.contains(this.DropdownOpenClass)},t.prototype.ngOnDestroy=function(){g.clear(this.domEventListenerHandlersMap)},t.prototype.onDropdownClick=function(t){this.toggleDropdown()},t.prototype.getContentElem=function(t){for(var o=0;o<t.children.length;o++)if(t.children[o].classList.contains(this.DropdownContentClass))return t.children[o]},t.prototype.OutsideClickHandler=function(t,o,n){var e,r,a=this;void 0===o&&(o=u.ADD),n?(e=n,r=this.domEventListenerHandlersMap.getPointer(n)):(e=this.domEventListenerHandlersMap.createEmptyPointer(),r=this.domEventListenerHandlersMap.useEmptyPointer(e,(function(o){t.dropdownElem.contains(o.target)||t.dropdownContentElem.contains(o.target)||(console.log(e,"--\x3eclicked outside:",a.dropdownElem,a.dropdownContentElem,o.target,t.dropdownElem.contains(o.target),t.dropdownContentElem.contains(o.target)),t.toggleDropdown(p.CLOSE,e))}))),console.log("OutsideClickHandler ->",o,e,r),o===u.ADD?document.addEventListener("click",r[1]):o===u.REMOVE&&document.removeEventListener("click",r[1])},t.prototype.toggleDropdown=function(t,o){var n;void 0===t&&(t=p.AUTO),t!==p.AUTO?t===p.CLOSE?(this.renderer.removeClass(this.dropdownContentElem,this.DropdownOpenClass),this.OutsideClickHandler(this,u.REMOVE,o)):t===p.OPEN?(this.renderer.addClass(this.dropdownContentElem,this.DropdownOpenClass),this.OutsideClickHandler(this,u.ADD)):(console.warn("----- Dropdown Toggle Failed -----"),console.error("Error: DropdownDirective.toggleDropdown() was called with unrecognized mode."),console.info("Current Mode Passed:"+t,"\nAllowed Modes:",((n={})[p.AUTO]="Automatically determines dropdown state and toggles the state. [DEFAULT (if not passed)]",n[p.OPEN]="Sets Dropdown state to OPEN [--force].",n[p.CLOSE]="Sets Dropdown state to CLOSE [--force].",n)),console.warn("----- ----- -----")):(this.dropdownOpen=this.dropdownContentElem.classList.contains(this.DropdownOpenClass),this.dropdownOpen?this.toggleDropdown(p.CLOSE):this.toggleDropdown(p.OPEN)),this.dropdownOpen=this.dropdownContentElem.classList.contains(this.DropdownOpenClass)},t.prototype.isNode=function(t){return"object"==typeof Node?t instanceof Node:t&&"object"==typeof t&&"number"==typeof t.nodeType&&"string"==typeof t.nodeName},t.prototype.isElement=function(t){return"object"==typeof HTMLElement?t instanceof HTMLElement:t&&"object"==typeof t&&null!==t&&1===t.nodeType&&"string"==typeof t.nodeName},t}();h.decorators=[{type:o.Directive,args:[{selector:"[commonDropdown]"}]}],h.ctorParameters=function(){return[{type:o.ElementRef},{type:o.Renderer2},{type:g}]},h.propDecorators={DropdownContentElemRef:[{type:o.Input}],DropdownOriginSide:[{type:o.Input}],DropdownClass:[{type:o.Input}],DropdownContentClass:[{type:o.Input}],DropdownOpenClass:[{type:o.Input}],DropdownLeftOriginClass:[{type:o.Input}],DropdownRightOriginClass:[{type:o.Input}],onDropdownClick:[{type:o.HostListener,args:["click"]}]};var b=function(){};b.decorators=[{type:o.NgModule,args:[{declarations:[],providers:[g],exports:[]}]}];var w=function(){};w.decorators=[{type:o.NgModule,args:[{declarations:[h],imports:[b],exports:[h]}]}];var _=function(){};_.decorators=[{type:o.Component,args:[{selector:"<commonui-sass-inject></commonui-sass-inject>",template:"",encapsulation:o.ViewEncapsulation.None,styles:[".dropdown{display:inline-block;position:relative}.dropdown__content{background-color:#f9f9f9;box-shadow:0 8px 16px 0 rgba(0,0,0,.2);color:#000;display:none;left:5px;min-width:160px;padding:12px 16px;position:absolute;right:unset;top:100%;z-index:100}.dropdown__content_--show{display:block}.dropdown__content--right{left:unset;right:5px}"]}]}];var y=function(){};y.decorators=[{type:o.NgModule,args:[{declarations:[_],exports:[_]}]}];var v=function(){};v.decorators=[{type:o.NgModule,args:[{declarations:[],exports:[]}]}];var k=function(){};k.decorators=[{type:o.Component,args:[{selector:"<natours-sass-inject></natours-sass-inject>",template:"",encapsulation:o.ViewEncapsulation.None,styles:['*,:after,:before{box-sizing:inherit;margin:0;padding:0}#natours-html{font-size:62.5%}@media only screen and (max-width:75em){#natours-html{font-size:56.25%}}@media only screen and (max-width:56.25em){#natours-html{font-size:50%}}@media only screen and (min-width:112.5em){#natours-html{font-size:75%}}#natours-body{box-sizing:border-box;padding:3rem}@media only screen and (max-width:56.25em){#natours-body{padding:0}}.natours-selection{background-color:#7ed56f;color:#fff}@-webkit-keyframes natours-moveInBottom{0%{opacity:0;transform:translateY(10rem)}to{opacity:1;transform:translate(0)}}@keyframes natours-moveInBottom{0%{opacity:0;transform:translateY(10rem)}to{opacity:1;transform:translate(0)}}@-webkit-keyframes natours-moveInLeft{0%{opacity:0;transform:translateX(-10rem)}80%{transform:translateX(2rem)}to{opacity:1;transform:translate(0)}}@keyframes natours-moveInLeft{0%{opacity:0;transform:translateX(-10rem)}80%{transform:translateX(2rem)}to{opacity:1;transform:translate(0)}}@-webkit-keyframes natours-moveInRight{0%{opacity:0;transform:translateX(10rem)}80%{transform:translateX(-2rem)}to{opacity:1;transform:translate(0)}}@keyframes natours-moveInRight{0%{opacity:0;transform:translateX(10rem)}80%{transform:translateX(-2rem)}to{opacity:1;transform:translate(0)}}#natours-body{color:#777;font-family:Lato,sans-serif;font-weight:400;line-height:1.7}.natours-heading-primary{-webkit-backface-visibility:hidden;backface-visibility:hidden;color:#fff;text-transform:uppercase}.natours-heading-primary--main{-webkit-animation-duration:1s;-webkit-animation-name:moveInLeft;-webkit-animation-timing-function:ease-out;animation-duration:1s;animation-name:moveInLeft;animation-timing-function:ease-out;display:block;font-size:6rem;font-weight:400;letter-spacing:3.5rem}@media only screen and (max-width:37.5em){.natours-heading-primary--main{font-size:5rem;letter-spacing:1rem}}.natours-heading-primary--sub{-webkit-animation-duration:1s;-webkit-animation-name:moveInRight;-webkit-animation-timing-function:ease-out;animation-duration:1s;animation-name:moveInRight;animation-timing-function:ease-out;display:block;font-size:2rem;font-weight:700;letter-spacing:1.7rem;margin-bottom:1.6rem}@media only screen and (max-width:37.5em){.natours-heading-primary--sub{letter-spacing:.5rem}}.natours-heading-secondary{-webkit-background-clip:text;background-image:linear-gradient(90deg,#7ed56f,#28b485);color:transparent;display:inline-block;font-size:3.5rem;font-weight:700;letter-spacing:.2rem;text-transform:uppercase;transition:all .2s}@media only screen and (max-width:56.25em){.natours-heading-secondary{font-size:3rem}}@media only screen and (max-width:37.5em){.natours-heading-secondary{font-size:2.5rem}}.natours-heading-secondary:hover{text-shadow:.5rem 1rem 2rem rgba(0,0,0,.2);transform:skewY(2deg) skewX(15deg) scale(1.1)}.natours-heading-tertiary{font-size:1.6rem;font-weight:700;text-transform:uppercase}@media only screen and (max-width:37.5em){.natours-heading-tertiary{font-size:1.2rem}}.natours-paragraph{font-size:1.6rem}@media only screen and (max-width:37.5em){.natours-paragraph{font-size:1.2rem}}.natours-paragraph:not(:last-child){margin-bottom:3rem}.natours-u-center-text{text-align:center!important}.natours-u-margin-bottom-huge{margin-bottom:10rem!important}.natours-u-margin-bottom-big{margin-bottom:8rem!important}@media only screen and (max-width:56.25em){.natours-u-margin-bottom-big{margin-bottom:5rem!important}}.natours-u-margin-bottom-medium{margin-bottom:4rem!important}@media only screen and (max-width:56.25em){.natours-u-margin-bottom-medium{margin-bottom:3rem!important}}.natours-u-margin-bottom-small{margin-bottom:1.5rem!important}.natours-u-margin-top-huge{margin-top:10rem!important}.natours-u-margin-top-big{margin-top:8rem!important}@media only screen and (max-width:56.25em){.natours-u-margin-top-big{margin-top:5rem!important}}.natours-u-margin-top-medium{margin-top:4rem!important}@media only screen and (max-width:56.25em){.natours-u-margin-top-medium{margin-top:3rem!important}}.natours-u-margin-top-small{margin-top:1.5rem!important}.natours-button,.natours-button:link,.natours-button:visited{-webkit-backface-visibility:hidden;backface-visibility:hidden;border:none;border-radius:10rem;cursor:pointer;display:inline-block;font-size:1.6rem;padding:1.5rem 4rem;position:relative;text-decoration:none;text-transform:uppercase;transition:all .2s}.natours-button:hover{box-shadow:0 1rem 2rem rgba(0,0,0,.2);transform:translateY(-.3rem)}.natours-button:hover:after{opacity:0;transform:scaleX(1.5) scaleY(1.7)}.natours-button:active,.natours-button:focus{box-shadow:0 .5rem 1rem rgba(0,0,0,.2);outline:none;transform:translateY(-.1rem)}.natours-button--white{background-color:#fff;color:#777}.natours-button--white:after{background-color:#fff}.natours-button--green{color:#fff}.natours-button--green,.natours-button--green:after{background-color:#7ed56f}.natours-button:after{border-radius:10rem;content:"";display:inline-block;height:100%;left:0;position:absolute;top:0;transition:all .4s;width:100%;z-index:-1}.natours-button--animation{-webkit-animation-delay:.75s;-webkit-animation-duration:1s;-webkit-animation-fill-mode:backwards;-webkit-animation-name:moveInBottom;-webkit-animation-timing-function:ease-out;animation-delay:.75s;animation-duration:1s;animation-fill-mode:backwards;animation-name:moveInBottom;animation-timing-function:ease-out}.natours-button__text:link,.natours-button__text:visited{border-bottom:1px solid #7ed56f;color:#7ed56f;display:inline-block;font-size:1.6rem;padding:3px;text-decoration:none;transition:all .2s}.natours-button__text:hover{background-color:#7ed56f;box-shadow:0 1rem 2rem rgba(0,0,0,.15);color:#fff;transform:translateY(-2px)}.natours-button__text:active{box-shadow:0 .5rem 1rem rgba(0,0,0,.15);transform:translateY(0)}.natours-composition{position:relative}.natours-composition__photo{border-radius:2px;box-shadow:0 1.5rem 4rem rgba(0,0,0,.4);outline-offset:2rem;position:absolute;transition:all .2s;width:55%;z-index:10}@media only screen and (max-width:56.25em){.natours-composition__photo{box-shadow:0 1.5rem 3rem rgba(0,0,0,.2);float:left;position:relative;width:33.33333%}}.natours-composition__photo--p1{left:0;top:-2rem}@media only screen and (max-width:56.25em){.natours-composition__photo--p1{top:0;transform:scale(1.2)}}.natours-composition__photo--p2{right:0;top:2rem}@media only screen and (max-width:56.25em){.natours-composition__photo--p2{top:-1rem;transform:scale(1.3);z-index:100}}.natours-composition__photo--p3{left:20%;top:10rem}@media only screen and (max-width:56.25em){.natours-composition__photo--p3{left:0;top:0;transform:scale(1.1)}}.natours-composition__photo:hover{box-shadow:0 2.5rem 4rem rgba(0,0,0,.5);outline:1.5rem solid #7ed56f;transform:scale(1.05) translateY(-.5rem);z-index:20}.natours-composition:hover .natours-composition__photo:not(:hover){transform:scale(.95)}.natours-feature-box{background-color:hsla(0,0%,100%,.8);border-radius:3px;box-shadow:0 1.5rem 4rem rgba(0,0,0,.15);font-size:1.5rem;padding:2.5rem;text-align:center;transition:transform .2s}@media only screen and (max-width:56.25em){.natours-feature-box{padding:2rem}}.natours-feature-box__icon{-webkit-background-clip:text;background-image:linear-gradient(90deg,#7ed56f,#55c57a);color:transparent;display:inline-block;font-size:6rem;margin-bottom:.5rem}@media only screen and (max-width:56.25em){.natours-feature-box__icon{margin-bottom:0}}.natours-feature-box:hover{transform:translateY(-1.5rem) scale(1.03)}.natours-story{background-color:hsla(0,0%,100%,.6);border-radius:3px;box-shadow:0 3rem 6rem rgba(0,0,0,.1);font-size:1.6rem;margin:0 auto;padding:6rem 6rem 6rem 9rem;transform:skewX(-12deg);width:75%}@media only screen and (max-width:56.25em){.natours-story{padding:4rem 4rem 4rem 7rem;width:100%}}@media only screen and (max-width:37.5em){.natours-story{transform:skewX(0deg)}}.natours-story__shape{-webkit-clip-path:circle(50% at 50% 50%);-webkit-shape-outside:circle(50% at 50% 50%);background-color:#ff4500;clip-path:circle(50% at 50% 50%);float:left;height:15rem;overflow:hidden;position:relative;shape-outside:circle(50% at 50% 50%);transform:translateX(-3rem) skewX(12deg);width:15rem}@media only screen and (max-width:37.5em){.natours-story__shape{transform:translateX(-3rem) skewX(0deg)}}.natours-story__img{-webkit-backface-visibility:hidden;backface-visibility:hidden;height:100%;transform:translateX(-4rem) scale(1.4);transition:all .5s}.natours-story__text{transform:skewX(12deg)}@media only screen and (max-width:37.5em){.natours-story__text{transform:skewX(0deg)}}.natours-story__caption{-webkit-backface-visibility:hidden;backface-visibility:hidden;color:#fff;font-size:1.7rem;left:50%;opacity:0;position:absolute;text-align:center;text-transform:uppercase;top:50%;transform:translate(-50%,20%);transition:all .5s}.natours-story:hover .natours-story__caption{opacity:1;transform:translate(-50%,-50%)}.natours-story:hover .natours-story__img{filter:blur(3px) brightness(80%);transform:translateX(-4rem) scale(1)}.bg-video{height:100%;left:0;opacity:.15;overflow:hidden;position:absolute;top:0;width:100%;z-index:-1}.bg-video__content{-o-object-fit:cover;height:100%;object-fit:cover;width:100%}.natours-form__group:not(:last-child){margin-bottom:2rem}.natours-form__input{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:hsla(0,0%,100%,.5);border:none;border-bottom:3px solid transparent;border-radius:2px;color:inherit;display:block;font-size:1.5rem;padding:1.5rem 2rem;transition:all .2s;width:100%}@media only screen and (max-width:56.25em){.natours-form__input{width:100%}}.natours-form__input:focus{border-bottom:3px solid #7ed56f;box-shadow:0 1rem 22rem rgba(0,0,0,.1);outline:none}.natours-form__input:focus:invalid{border-bottom:3px solid #ff7730}.natours-form__input::-webkit-input-placeholder{color:#999}.natours-form__label{display:block;font-size:1.2rem;font-weight:700;margin-left:2rem;margin-top:.7rem;transition:all .3s}.natours-form__input:-moz-placeholder-shown+.natours-form__label{opacity:0;transform:translateY(-4rem);visibility:hidden}.natours-form__input:-ms-input-placeholder+.natours-form__label{opacity:0;transform:translateY(-4rem);visibility:hidden}.natours-form__input:placeholder-shown+.natours-form__label{opacity:0;transform:translateY(-4rem);visibility:hidden}.natours-form__radio-group{display:inline-block;width:49%}@media only screen and (max-width:56.25em){.natours-form__radio-group{margin-bottom:1.5rem;width:100%}}.natours-form__radio-input{opacity:0}.natours-form__radio-label{cursor:pointer;font-size:1.6rem;padding-left:5rem;position:relative}.natours-form__radio-button{border:5px solid #7ed56f;border-radius:50%;display:inline-block;height:3rem;left:0;position:absolute;top:-.6rem;width:3rem}.natours-form__radio-button:after{background-color:#7ed56f;border-radius:50%;content:"";display:inline-block;height:1.3rem;left:50%;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%);transition:opacity .2s;width:1.3rem}.natours-form__radio-input:checked~.natours-form__radio-label .natours-form__radio-button:after{opacity:1}.natours-popup{background-color:rgba(0,0,0,.9);display:block;height:100vh;left:0;opacity:0;position:fixed;top:0;transition:all .3s;visibility:hidden;width:100%;z-index:1005}@supports ((-webkit-backdrop-filter:blur(10px)) or (backdrop-filter:blur(10px))){.natours-popup{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:rgba(0,0,0,.3)}}.natours-popup:target{opacity:1;visibility:visible}.natours-popup:target .natours-popup__content{opacity:1;transform:translate(-50%,-50%) scale(1)}.natours-popup__content{background-color:#fff;border-radius:5px;box-shadow:0 2rem 4rem rgba(0,0,0,.5);display:table;left:50%;opacity:0;overflow:hidden;position:absolute;top:50%;transform:translate(-50%,-50%);transform:translate(-50%,-50%) scale(.25);transition:all .4s .2s;width:75%}.natours-popup__left{display:table-cell;width:33.3333333%}.natours-popup__right{display:table-cell;padding:3rem 5rem;vertical-align:middle;width:66.6666666%}.natours-popup__img{display:block;width:100%}.natours-popup__text{-moz-column-count:2;-moz-column-gap:4rem;-moz-column-rule:1px solid #eee;-ms-hyphens:auto;-webkit-hyphenate-character:auto;-webkit-hyphens:auto;column-count:2;column-gap:4rem;column-rule:1px solid #eee;font-size:1.4rem;hyphens:auto;margin-bottom:4rem}.natours-popup__close:link,.natours-popup__close:visited{color:#777;font-size:3rem;line-height:1;position:absolute;right:2.5rem;text-decoration:none;top:2.5rem;transition:all .2s}.natours-popup__close:hover{color:#7ed56f}.natours-header{-webkit-clip-path:polygon(0 0,100% 0,100% 75vh,0 100%);background-image:linear-gradient(to right bottom,rgba(126,213,111,.801),rgba(40,180,133,.801));background-position:top;background-size:cover;clip-path:polygon(0 0,100% 0,100% 75vh,0 100%);height:95vh;position:relative}@media only screen and (max-width:37.5em){.natours-header{-webkit-clip-path:polygon(0 0,100% 0,100% 85vh,0 98%);clip-path:polygon(0 0,100% 0,100% 85vh,0 98%)}}.natours-header__logo-box{left:4rem;position:absolute;top:4rem}.natours-header__logo{height:3.5rem}.natours-header__text-box{left:50%;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%)}.natours-row{margin:0 auto;max-width:114rem}@media only screen and (max-width:56.25em){.natours-row{max-width:50rem;padding:0 3rem}}.natours-row:not(:last-child){margin-bottom:8rem}@media only screen and (max-width:56.25em){.natours-row:not(:last-child){margin-bottom:6rem}}.natours-row:after{clear:both;content:"";display:table}.natours-row [class^=col-]{float:left}.natours-row [class^=col-]:not(:last-child){margin-right:6rem}@media only screen and (max-width:56.25em){.natours-row [class^=col-]:not(:last-child){margin-bottom:6rem;margin-right:0}}@media only screen and (max-width:56.25em){.natours-row [class^=col-]{width:100%!important}}.natours-row .col-1-of-2{width:calc(50% - 3rem)}.natours-row .col-1-of-3{width:calc(33.33333% - 4rem)}.natours-row .col-1-of-4{width:calc(25% - 4.5rem)}.natours-row .col-2-of-3{width:calc(66.66667% - 2rem)}.natours-row .col-2-of-4{width:calc(50% - 3rem)}.natours-row .col-3-of-4{width:calc(75% - 1.5rem)}.natours-footer{background-color:#333;font-size:1.4rem;padding:10rem 0}@media only screen and (max-width:56.25em){.natours-footer{padding:8rem 0}}.natours-footer__logo-box{margin-bottom:8rem;text-align:center}@media only screen and (max-width:56.25em){.natours-footer__logo-box{margin-bottom:6rem}}.natours-footer__logo{height:auto;width:15rem}.natours-footer__navigation{border-top:1px solid #777;display:inline-block;padding-top:2rem}@media only screen and (max-width:56.25em){.natours-footer__navigation{text-align:center;width:100%}}.natours-footer__list{list-style:none}.natours-footer__item{display:inline-block}.natours-footer__item:not(:last-child){margin-right:1.5rem}.natours-footer__link:link,.natours-footer__link:visited{background-color:#333;color:#f7f7f7;display:inline-block;text-decoration:none;text-transform:uppercase;transition:all .2s}.natours-footer__link:active,.natours-footer__link:hover{box-shadow:0 1rem 2rem rgba(0,0,0,.4);color:#7ed56f;transform:rotate(5deg) scale(1.3)}.natours-footer__copyright{border-top:1px solid #777;color:#f7f7f7;float:right;padding-top:2rem;width:80%}@media only screen and (max-width:56.25em){.natours-footer__copyright{float:none;text-align:right;width:100%}}.natours-footer__copyright--classic{color:#f7f7f7;text-align:center}.natours-navigation{height:0}.natours-navigation__checkbox{opacity:0;visibility:hidden}.natours-navigation__button{background-color:#fff;border-radius:50%;box-shadow:0 1rem 3rem rgba(0,0,0,.1);cursor:pointer;height:7rem;position:fixed;right:6rem;text-align:center;top:6rem;width:7rem;z-index:1002}@media only screen and (max-width:56.25em){.natours-navigation__button{right:4rem;top:4rem}}@media only screen and (max-width:37.5em){.natours-navigation__button{right:3rem;top:3rem}}.natours-navigation__background{background-image:radial-gradient(#7ed56f,#28b485);border-radius:50%;height:6rem;position:fixed;right:6.5rem;top:6.5rem;transition:transform .6s cubic-bezier(.83,0,.17,1);width:6rem;z-index:1000}@media only screen and (max-width:56.25em){.natours-navigation__background{right:4.5rem;top:4.5rem}}@media only screen and (max-width:37.5em){.natours-navigation__background{right:3.5rem;top:3.5rem}}.natours-navigation__nav{height:100vh;left:0;opacity:0;position:fixed;top:0;transition:all .6s cubic-bezier(.83,0,.17,1);width:0;z-index:1001}.natours-navigation__list{left:50%;list-style:none;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%);width:100%}.natours-navigation__item{margin:1rem}.natours-navigation__link:link,.natours-navigation__link:visited{background-image:linear-gradient(120deg,transparent,transparent 50%,#fff 0);background-size:230%;color:#fff;display:inline-block;font-size:3rem;font-weight:300;padding:1rem 2rem;text-decoration:none;text-transform:uppercase;transition:all .4s}.natours-navigation__link:link span,.natours-navigation__link:visited span{display:inline-block;margin-right:1.5rem}.natours-navigation__link:active,.natours-navigation__link:hover{background-position:100%;color:#7ed56f;transform:translateX(1rem)}.natours-navigation__checkbox:checked~.natours-navigation__background{transform:scale(100)}.natours-navigation__checkbox:checked~.natours-navigation__nav{opacity:1;width:100%}.natours-navigation__icon{margin-top:3.4rem;position:relative;transition:all .2s}.natours-navigation__icon,.natours-navigation__icon:after,.natours-navigation__icon:before{background-color:#333;display:inline-block;height:2px;width:3rem}.natours-navigation__icon:after,.natours-navigation__icon:before{content:"";left:0;position:absolute;transition:all .2s}.natours-navigation__icon:before{top:-.8rem}.natours-navigation__icon:after{top:.8rem}.natours-navigation__button:hover .natours-navigation__icon:before{top:-1rem}.natours-navigation__button:hover .natours-navigation__icon:after{top:1rem}.natours-navigation__checkbox:checked+.natours-navigation__button .natours-navigation__icon{background-color:transparent}.natours-navigation__checkbox:checked+.natours-navigation__button .natours-navigation__icon:before{background-color:#fff;top:0;transform:rotate(45deg)}.natours-navigation__checkbox:checked+.natours-navigation__button .natours-navigation__icon:after{background-color:#fff;top:0;transform:rotate(-45deg)}.natours-navigation__checkbox:checked+.natours-navigation__button{background-color:transparent;box-shadow:none}']}]}];var x=function(){};x.decorators=[{type:o.NgModule,args:[{declarations:[k],exports:[k]}]}],t.CommonSASSInjectComponent=_,t.CommonSASSModule=y,t.CommonUIModule=w,t.DevNinjaModule=b,t.DropdownDirective=h,t.NatoursSASSInjectComponent=k,t.NatoursSASSModule=x,t.NatoursUIModule=v,t.PointerMapService=g,t.ɵa=c,Object.defineProperty(t,"__esModule",{value:!0})}));
//# sourceMappingURL=vm721-ui-kit.umd.min.js.map