.cz_hotspot {
position: absolute;
z-index: 90
}
.cz_hotspot:hover {
z-index: 99
}
.cz_image img {
-webkit-touch-callout: none; 
touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
pointer-events: none
}
.cz_hotspot_circle {
position: relative;
text-align: center;
cursor: pointer;
border-radius: 100%;
color: #fff;
padding: 10px;
font-size: 20px;
background: #111;
white-space: nowrap
}
.elementor-element .cz_hotspot_circle {
box-sizing: content-box
}
.cz_hotspot_circle i {
display: block;
width: 1em;
height: 1em;
line-height: 1em
}
.cz_hotspot_circle .cz_hotspot_number {
font-style: normal
}
.cz_hotspot_circle .cz_hotspot_image {
width: auto;
height: auto
}
.cz_hotspot_circle:hover {
transform: scale(1.1)
}
.cz_hotspot_pulse {
transform: translateZ(0);
animation-name: cz_hotspot_pulsate;
animation-duration: inherit;
animation-timing-function: linear;
animation-iteration-count: infinite
}
@keyframes cz_hotspot_pulsate {
0% {transform: scale(.9);opacity: .5}
50% {opacity: 1}
100% {transform: scale(1.1);opacity: .5}
}
.cz_hotspot_waves > div:before {
content: '';
position: absolute;
height: calc(100% - 2px);
width: calc(100% - 2px);
border: 1px solid;
border-color: inherit;
border-radius: inherit;
left: 0;
top: 0;
transform: translateZ(0);
animation-name: hotSpotWaves;
animation-duration: inherit;
animation-timing-function: linear;
animation-iteration-count: infinite
}
.elementor-widget.elementor-widget-cz_hotspot {
position: static;
margin-bottom: 0 !important
}
.elementor-page .cz_hotspot_waves > div:before {
left: 1px;
top: 1px
}
@keyframes hotSpotWaves {
0% {transform: scale(1, 1);opacity: 1}
25% {transform: scale(1.2, 1.2);opacity: .7}
50% {transform: scale(1.4, 1.4);opacity: .5}
75% {transform: scale(1.6, 1.6);opacity: .2}
100% {transform: scale(1.8, 1.8);opacity: 0}
}
.cz_hotspot_content {
position: absolute;
padding: 20px;
visibility: hidden;
width: 200px;
opacity: 0;
z-index: 2;
background: #fff;
filter: blur(10px);
border-radius: 2px;
box-sizing: content-box !important;
box-shadow: 0 0 35px rgba(50, 50, 93, .01), 0 5px 15px rgba(0, 0, 0, .05);
transition: all .4s cubic-bezier(.06,.2,.1,1)
}
.cz_hotspot_content p {margin-bottom:0}
.cz_hotspot:hover .cz_hotspot_content, 
.cz_hotspot_always_open .cz_hotspot_content {
filter: blur(0px);
visibility: visible;
opacity: 1
}
.cz_hotspot_top {
top: 0;
left: 50%;
transform: translate(-50%, calc(-100% - 14px))
}
.cz_hotspot_right {
top: 50%;
right: 0;
transform: translate(calc(100% + 18px), -50%)
}
.cz_hotspot_bottom {
bottom: 0;
left: 50%;
transform: translate(-50%, calc(100% + 14px))
}
.cz_hotspot_left {
top: 50%;
left: 0;
transform: translate(calc(-100% - 18px), -50%)
}
.cz_hotspot_tr {transform: translate(0, calc(-100% - 15px))}
.cz_hotspot_tl {transform: translate(-101%, calc(-100% - 15px))}
.cz_hotspot_br {transform: translate(0, calc(100% + 15px))}
.cz_hotspot_bl {transform: translate(-101%, calc(100% + 15px))}
.cz_hotspot_ripple {
border-radius: 100%;
transform: translateZ(0);
animation: cz_ripple .8s linear infinite
}
@keyframes cz_ripple {
0% {box-shadow: 0 4px 10px rgba(102, 102, 102, .1), 0 0 0 0 rgba(102, 102, 102, .1), 0 0 0 5px rgba(102, 102, 102, .1), 0 0 0 10px rgba(102, 102, 102, .1)}
100% {box-shadow: 0 4px 10px rgba(102, 102, 102, .1), 0 0 0 5px rgba(102, 102, 102, .1), 0 0 0 10px rgba(102, 102, 102, .1), 0 0 0 20px rgba(102, 102, 102, 0)}
}
.xtra-hotspot-rotate-icon > * {
transform: rotate(-45deg);
}
.tooltip {
position: relative;
display: inline-block
}
.tooltip__trigger {
cursor: pointer;
position: relative
}
.tooltip__trigger-text {
display: block;
padding: .85em;
pointer-events: none;
transform: none !important
}
.tooltip__base {
position: absolute;
bottom: 2em;
left: 50%;
margin-left: -150px;
width: 300px;
height: 200px;
display: flex;
align-items: center;
justify-content: center;
opacity: 0;
pointer-events: none
}
.tooltip__content {
color: #4a4a4a;
display: flex;
position: relative;
align-items: center;
justify-content: center;
width: 65%;
padding: 0 1em;
opacity: 0;
font-size: .85em
}
.tooltip__shape,
.tooltip__deco {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0
}
.tooltip__shape {fill: #141514}
.tooltip--cora .tooltip__base{transform-origin: 50% 100%}
.tooltip--cora .tooltip__content {margin-bottom: 1em}
.tooltip--smaug .tooltip__base {bottom: -0.5em;transform-origin: 50% 100%}
.tooltip--smaug .tooltip__content {padding: 0}
.tooltip--dori .tooltip__base {bottom: -0.5em}
.tooltip--dori .tooltip__content {margin: 0 0 1em}
.tooltip--walda .tooltip__base {
left: 0;
bottom: .75em;
position: absolute;
margin-left: 0;
width: 250px;
height: 100px;
padding: 0 0 0 .25em;
}
.tooltip--walda .tooltip__trigger-text {padding: 1em}
.tooltip--walda .tooltip__content {
margin: 0;
width: 100%;
height: 100%;
align-items: flex-start;
text-align: left;
font-size: .85em;
line-height: 2;
opacity: 1;
justify-content: flex-start;
}
.tooltip--walda .tooltip__letters span {
display: inline-block;
white-space: pre;
opacity: 0;
}
.tooltip--walda .tooltip__deco {
width: 4px;
height: 100%;
background: #141514;
transform-origin: 50% 100%;
}
.tooltip--gram .tooltip__base {bottom: -0.5em}
.path-narvi {transform-origin: 200px 150px}
.tooltip--narvi .tooltip__content {width: 80%}
.path-amras-1 {transform-origin: 115px 111px}
.path-amras-2 {transform-origin: 204px 107px}
.path-amras-3 {transform-origin: 279px 66px}
.path-amras-4 {transform-origin: 320px 99px}
.path-amras-5 {transform-origin: 137px 199px}
.path-amras-6 {transform-origin: 222px 217px}
.path-amras-7 {transform-origin: 80px 168px}
.path-amras-8 {transform-origin: 296px 211px}
.path-amras-9 {transform-origin: 310px 167px}
.tooltip--hador .tooltip__base {bottom: 2.25em;margin-left: -115px}
.path-hador-1 {transform-origin: 148px 284px}
.path-hador-2 {transform-origin: 160px 268px}
.path-hador-3 {transform-origin: 171px 246px}
.path-hador-4 {transform-origin: 200px 120px}
.tooltip--hador .tooltip__content {width: 50%;margin: 0 0 2.5em}
.tooltip--malva .tooltip__content {width: 50%}
.tooltip--sadoc .tooltip__base {bottom: 2.5em}
.tooltip--sadoc .tooltip__shape path {stroke: #5a5c5b;stroke-width: 3px}
.cz_hotspot_content li.product {
width: 100% !important
}.cz_banner {
position: relative;
margin: 0 auto;
list-style: none;
text-align: center
}
.cz_banner figure {
position: relative;
float: left;
overflow: hidden;
text-align: center;
cursor: pointer;
width: 100%
}
.cz_banner figure img {
position: relative;
display: block;
width: 100%;
transition: all .3s ease-in-out
}
.cz_banner figure figcaption {
color: #fff;
font-size: 1.25em;
-webkit-backface-visibility: hidden;
backface-visibility: hidden
}
.cz_banner figure figcaption:before, .cz_banner figure figcaption:after {
pointer-events: none
}
.cz_banner figure figcaption, .cz_banner figure figcaption > a {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%
}
.cz_banner figure figcaption > a {
z-index: 1000;
text-indent: 200%;
white-space: nowrap;
font-size: 0;
opacity: 0
}
.cz_banner figure h4 {
font-size: 36px;
font-weight: 300
}
.cz_banner figure h4 span {
font-weight: 800
}
.cz_banner figure h4, .cz_banner figure p {
margin: 0
}
figure.effect-style1 img {
max-width: none;
width: calc(100% + 50px);
transform: translate3d(-40px,0,0)
}
figure.effect-style1 figcaption {
text-align: left
}
figure.effect-style1 figcaption > div {
position: absolute;
bottom: 0;
left: 10%;
width: calc(100% - 20%);
height: 50%
}
figure.effect-style1 h4,figure.effect-style1 p {
transform: translate3d(0,40px,0)
}
figure.effect-style1 h4 {
transition: transform .35s
}
figure.effect-style1 p {
color: rgba(255,255,255,.8);
opacity: 0;
transition: opacity .2s, transform .35s
}
figure.effect-style1:hover p {
opacity: 1
}
figure.effect-style1:hover img,
figure.effect-style1:hover h4,
figure.effect-style1:hover p {
transform: translate3d(0,0,0)
}
figure.effect-style1:hover p {
transition-delay: .05s;
transition-duration: .35s
}
figure.effect-style2 figcaption:before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(to bottom, transparent, rgba(0,0,0,.5));
content: '';
opacity: 0;
transform: translate3d(0,50%,0)
}
figure.effect-style2 h4 {
position: absolute;
top: 50%;
left: 0;
width: 100%;
transition: transform .35s, color .35s;
transform: translate3d(0,-50%,0)
}
figure.effect-style2 figcaption:before, figure.effect-style2 p {
transition: opacity .35s, transform .35s
}
figure.effect-style2 p {
position: absolute;
bottom: 10%;
left: 0;
width: 100%;
opacity: 0;
transform: translate3d(0,10%,0)
}
figure.effect-style2:hover h4 {
transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0)
}
figure.effect-style2:hover figcaption:before,
figure.effect-style2:hover p {
opacity: 1;
transform: translate3d(0, 0, 0)
}
figure.effect-style3 figcaption:before,
figure.effect-style3 figcaption:after {
position: absolute;
content: '';
opacity: 0
}
figure.effect-style3 figcaption:before {
top: 50px;
right: 30px;
bottom: 50px;
left: 30px;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
transform: scale(0, 1);
transform-origin: 0 0
}
figure.effect-style3 figcaption:after {
top: 30px;
right: 50px;
bottom: 30px;
left: 50px;
border-right: 1px solid #fff;
border-left: 1px solid #fff;
transform: scale(1,0);
transform-origin: 100% 0
}
figure.effect-style3 h4 {
padding-top: 26%;
transition: transform .35s
}
figure.effect-style3 p {
padding: .5em 2em;
text-transform: none;
opacity: 0;
transform: translate3d(0, -10px, 0)
}
figure.effect-style3 img {
transform: translate3d(0, -30px, 0) scale(1.3)
}
figure.effect-style3 h4 {
transform: translate3d(0, -30px, 0)
}
figure.effect-style3 figcaption:before,
figure.effect-style3 figcaption:after,
figure.effect-style3 p {
transition: opacity .35s, transform .35s
}
figure.effect-style3:hover img {
transform: translate3d(0, 0, 0) scale(1.3)
}
figure.effect-style3:hover figcaption:before,
figure.effect-style3:hover figcaption:after {
opacity: 1;
transform: scale(1)
}
figure.effect-style3:hover h4,
figure.effect-style3:hover p {
opacity: 1;
transform: translate3d(0, 0, 0)
}
figure.effect-style3:hover figcaption:after,
figure.effect-style3:hover h4,
figure.effect-style3:hover p {
transition-delay: .15s
}
figure.effect-style4 figcaption {
top: auto;
bottom: 0;
padding: 1em 2em 0;
height: 3em;
background: #fff;
color: #333;
width: calc(100% - 4em);
transition: transform .35s;
transform: translate3d(0, 100%, 0)
}
figure.effect-style4 p {
position: absolute;
bottom: 8em;
color: #fff;
text-transform: none;
font-size: 90%;
opacity: 0;
transition: opacity .35s;
text-align: center;
width: calc(100% - 4em)
}
figure.effect-style4 h4 {
text-align: center;
width: 100%;
transition: transform .35s;
transform: translate3d(0, 200%, 0)
}
figure.effect-style4 h4 {
display: inline-block;
}
figure.effect-style4:hover p {
opacity: 1;
}
figure.effect-style4:hover figcaption,
figure.effect-style4:hover h4 {
transform: translate3d(0, 0, 0)
}
figure.effect-style4:hover h4 {
transition-delay: .05s
}
figure.effect-style5 figcaption {
transition: background-color .35s
}
figure.effect-style5 figcaption:before {
position: absolute;
top: 30px;
right: 30px;
bottom: 30px;
left: 30px;
border: 1px solid #fff;
content: ''
}
figure.effect-style5 h4 {
padding-top: 20%;
transition: transform .35s;
transform: translate3d(0, 0, 0)
}
figure.effect-style5 figcaption:before,
figure.effect-style5 p {
opacity: 0;
transition: opacity .35s, transform .35s;
transform: scale(0)
}
figure.effect-style5 p {
padding: 0 40px;
position: relative;
top: -20px
}
figure.effect-style5:hover h4 {
transform: translate3d(0, -30px, 0)
}
figure.effect-style5:hover figcaption:before,
figure.effect-style5:hover p {
opacity: 1;
transform: scale(1)
}
figure.effect-style6 figcaption {
text-align: right
}
figure.effect-style6 h4,
figure.effect-style6 p {
position: absolute;
right: 50px;
left: 30px;
padding: 10px 0
}
figure.effect-style6 p {
bottom: 30px;
line-height: 1.5;
transform: translate3d(0, 100%, 0)
}
figure.effect-style6 h4 {
top: 30px;
transition: transform .35s;
transform: translate3d(0, 20px, 0)
}
figure.effect-style6:hover h4 {
transform: translate3d(0, 0, 0)
}
figure.effect-style6 h4:after {
position: absolute;
top: 100%;
left: 0;
width: 100%;
height: 3px;
background: #fff;
content: '';
transform: translate3d(0, 40px, 0)
}
figure.effect-style6 h4:after,
figure.effect-style6 p {
opacity: 0;
transition: opacity .35s, transform .35s
}
figure.effect-style6:hover h4:after,
figure.effect-style6:hover p {
opacity: 1;
transform: translate3d(0, 0, 0)
}
figure.effect-style7 img {
transform: scale(1.15)
}
figure.effect-style7:hover img {
transform: scale(1)
}
figure.effect-style7 h4 {
padding-top: 20%;
transition: transform .35s;
transform: translate3d(0, 40px, 0)
}
figure.effect-style7 p {
margin: 2em 3em 0;
padding: 1em 0;
border: 1px solid #fff;
opacity: 0;
transition: opacity .35s, transform .35s;
transform: translate3d(0, 30px, 0) scale(1.1)
}
figure.effect-style7:hover h4 {
transform: translate3d(0, 0, 0)
}
figure.effect-style7:hover p {
opacity: 1;
transform: translate3d(0, 0, 0) scale(1)
}
figure.effect-style8 img {
max-width: none;
width: calc(100% + 60px);
transform: translate3d(-50px, 0, 0)
}
figure.effect-style8 figcaption:before {
position: absolute;
top: 40px;
right: 40px;
bottom: 40px;
left: 40px;
border: 1px solid #fff;
content: '';
opacity: 0;
transition: opacity .35s, transform .35s;
transform: translate3d(-20px, 0, 0)
}
figure.effect-style8 figcaption {
text-align: left
}
figure.effect-style8 figcaption div {
padding-left: 40px
}
figure.effect-style8 h4 {
padding-top: 120px;
transition: transform .35s
}
figure.effect-style8 p {
opacity: 0;
padding-left: 40px;
transition: opacity .35s, transform .35s;
transform: translate3d(-40px, 0, 0)
}
figure.effect-style8:hover img {
transform: translate3d(0, 0, 0)
}
figure.effect-style8:hover figcaption:before,
figure.effect-style8:hover p {
opacity: 1;
transform: translate3d(0, 0, 0)
}
figure.effect-style8:hover h4 {
opacity: 1;
transform: translate3d(40px, 0, 0)
}
figure.effect-style9 figcaption:before,
figure.effect-style9 figcaption:after {
position: absolute;
top: 30px;
right: 30px;
bottom: 30px;
left: 30px;
content: '';
opacity: 0;
transition: opacity .35s, transform .35s
}
figure.effect-style9 figcaption:before {
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
transform: scale(0, 1)
}
figure.effect-style9 figcaption:after {
border-right: 1px solid #fff;
border-left: 1px solid #fff;
transform: scale(1, 0)
}
figure.effect-style9 h4 {
padding-top: 120px;
transition: transform .35s;
transform: translate3d(0, -20px, 0)
}
figure.effect-style9 p {
padding: 10px 2.5em;
opacity: 0;
transition: opacity .35s, transform .35s;
transform: translate3d(0, 20px, 0)
}
figure.effect-style9:hover figcaption:before,
figure.effect-style9:hover figcaption:after {
opacity: 1;
transform: scale(1)
}
figure.effect-style9:hover h4,
figure.effect-style9:hover p {
opacity: 1;
transform: translate3d(0, 0, 0)
}
figure.effect-style10 {
perspective: 1000px
}
figure.effect-style10 img {
transform: translate3d(0, 0, 300px)
}
figure.effect-style10:hover img {
transform: translate3d(0, 0, 0)
}
figure.effect-style10 figcaption:before,
figure.effect-style10 figcaption:after {
position: absolute;
top: 50%;
left: 50%;
width: 80%;
height: 1px;
background: #fff;
content: '';
transition: opacity .35s, transform .35s;
transform: translate3d(-50%, -50%, 0)
}
figure.effect-style10:hover figcaption:before {
opacity: .5;
transform: translate3d(-50%, -50%, 0) rotate(45deg)
}
figure.effect-style10:hover figcaption:after {
opacity: .5;
transform: translate3d(-50%, -50%, 0) rotate(-45deg)
}
figure.effect-style10 h4,
figure.effect-style10 p {
position: absolute;
top: 53%;
left: 0;
width: 100%;
transition: transform .35s
}
figure.effect-style10 h4 {
transform: translate3d(0, -50%, 0) translate3d(0, -150%, 0)
}
figure.effect-style10 p {
transform: translate3d(0, -50%, 0) translate3d(0, 150%, 0)
}
figure.effect-style10:hover h4 {
transform: translate3d(0, -50%, 0) translate3d(0, -100%, 0)
}
figure.effect-style10:hover p {
transform: translate3d(0, -50%, 0) translate3d(0, 100%, 0)
}
figure.effect-style11 img {
max-width: none;
width: calc(100% + 20px);
transform: translate3d(-10px, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden
}
figure.effect-style11:hover img {
transform: translate3d(0, 0, 0)
}
figure.effect-style11 figcaption {
text-align: left;
padding: 30px 50px;
width: calc(100% - 100px)
}
figure.effect-style11 h4 {
position: relative;
overflow: hidden;
padding: .5em 0
}
figure.effect-style11 h4:after {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 3px;
background: #fff;
content: '';
transition: transform .35s;
transform: translate3d(-100%, 0, 0)
}
figure.effect-style11:hover h4:after {
transform: translate3d(0, 0, 0)
}
figure.effect-style11 p {
padding: 1em 0;
opacity: 0;
transition: opacity .35s, transform .35s;
transform: translate3d(100%, 0, 0)
}
figure.effect-style11:hover p {
opacity: 1;
transform: translate3d(0, 0, 0)
}
figure.effect-style12 img {
transform: scale(1.12)
}
figure.effect-style12:hover img {
transform: scale(1)
}
figure.effect-style12 figcaption:before {
position: absolute;
top: 40px;
right: 40px;
bottom: 40px;
left: 40px;
border: 1px solid #fff;
content: '';
transform: scale(1.1)
}
figure.effect-style12 figcaption:before,
figure.effect-style12 p {
opacity: 0;
transition: opacity .35s, transform .35s
}
figure.effect-style12 h4 {
padding: 120px 0 10px 0
}
figure.effect-style12 p {
margin: 0 auto;
max-width: 200px;
transform: scale(1.5)
}
figure.effect-style12:hover figcaption:before,
figure.effect-style12:hover p {
opacity: 1;
transform: scale(1)
}
figure.effect-style13 img {
max-width: none;
width: calc(100% + 60px);
opacity: 1;
transform: translate3d(-30px, 0, 0) scale(1.12);
-webkit-backface-visibility: hidden;
backface-visibility: hidden
}
figure.effect-style13:hover img {
transform: translate3d(0, 0, 0) scale(1)
}
figure.effect-style13 h4 {
position: absolute;
right: 0;
bottom: 0;
padding: 1em 1.2em
}
figure.effect-style13 p {
padding: 0 10px 0 0;
width: 50%;
border-right: 1px solid #fff;
text-align: right;
opacity: 0;
margin-left: 40px;
margin-top: 40px;
transition: opacity .35s, transform .35s;
transform: translate3d(-40px, 0, 0)
}
figure.effect-style13:hover p {
opacity: 1;
transform: translate3d(0, 0, 0)
}
figure.effect-style14 img {
-webkit-backface-visibility: hidden;
backface-visibility: hidden
}
figure.effect-style14 figcaption {
text-align: center
}
figure.effect-style14 h4 {
position: relative;
padding: 30px 40px 10px
}
figure.effect-style14 p {
display: inline-block;
margin: auto;
padding: .4em 1em;
background: rgba(255, 255, 255, .9);
color: #2f3238;
text-transform: none;
font-weight: 500;
font-size: 75%;
transition: opacity .35s, transform .35s;
transform: translate3d(-999px,0,0)
}
figure.effect-style14:hover img {
transform: scale3d(1.1, 1.1, 1)
}
figure.effect-style14:hover p {
opacity: 1;
transform: translate3d(0, 0, 0)
}
figure.effect-style15 {
background: #000
}
figure.effect-style15 h4 {
transition: transform .35s
}
figure.effect-style15 img {
-webkit-backface-visibility: hidden;
backface-visibility: hidden
}
figure.effect-style15 h4,
figure.effect-style15 p {
position: absolute;
bottom: 0;
left: 0;
padding: 30px
}
figure.effect-style15 p {
text-transform: none;
font-size: 90%;
opacity: 0;
transition: opacity .35s, transform .35s;
transform: translate3d(0, 50px, 0)
}
figure.effect-style15:hover img {
transform: translate3d(0, -80px, 0)
}
figure.effect-style15:hover h4 {
transform: translate3d(0, -80px, 0)
}
figure.effect-style15:hover p {
opacity: 1;
transform: translate3d(0, 0, 0)
}
figure.effect-style16 {
background: #fff;
}
figure.effect-style16 img {
transform-origin: 50% 50%
}
figure.effect-style16:hover img {
transform: scale3d(.9, .82, 1)
}
figure.effect-style16 h4 {
transition: transform .35s;
transform: translate3d(0, 20px, 0)
}
figure.effect-style16 p {
opacity: 0;
transition: opacity .35s, transform .35s;
transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
transform-origin: 50% 0%
}
figure.effect-style16:hover h4 {
transform: translate3d(0, 0, 0)
}
figure.effect-style16:hover p {
opacity: 1;
transform: perspective(1000px) rotate3d(1, 0, 0, 0)
}
figure.effect-style17 {
background: #fff;
}
figure.effect-style17 img {
transform: scale3d(1.05, 1.05, 1)
}
figure.effect-style17 figcaption:before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(255, 255, 255, .5);
content: '';
transition: transform .6s;
transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -125%, 0)
}
figure.effect-style17 p {
position: absolute;
right: 0;
bottom: 45px;
margin: 45px;
padding: 0 1em;
max-width: 150px;
border-right: 4px solid #fff;
text-align: right;
opacity: 0;
transition: opacity .35s
}
figure.effect-style17 h4 {
text-align: left;
padding: 30px 40px
}
figure.effect-style17:hover img {
transform: scale3d(1, 1, 1)
}
figure.effect-style17:hover figcaption:before {
transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 125%, 0)
}
figure.effect-style17:hover p {
opacity: 1;
transition-delay: .1s
}
figure.effect-style18 figcaption:after,
figure.effect-style18 p {
transition: opacity .35s, transform .35s
}
figure.effect-style18 figcaption:after {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
content: '';
opacity: 0;
transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
transform-origin: 50% 50%
}
figure.effect-style18 h4,
figure.effect-style18 p {
opacity: 1;
transform: scale3d(.8, .8, 1)
}
figure.effect-style18 h4 {
padding-top: 26%;
transition: transform .35s
}
figure.effect-style18 p {
padding: .5em 2em;
text-transform: none;
font-size: .85em;
opacity: 0
}
figure.effect-style18:hover img {
transform: scale3d(1.05, 1.05, 1)
}
figure.effect-style18:hover figcaption:after {
opacity: 1;
transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1)
}
figure.effect-style18:hover h4,
figure.effect-style18:hover p {
opacity: 1;
transform: scale3d(1, 1, 1)
}
figure.effect-style19 figcaption:before {
position: absolute;
top: 30px;
right: 30px;
bottom: 30px;
left: 30px;
border: 2px solid #fff;
box-shadow: 0 0 0 30px rgba(255, 255, 255, .2);
content: '';
opacity: 0;
transition: opacity .35s, transform .35s;
transform: scale3d(1.4, 1.4, 1)
}
figure.effect-style19 h4 {
margin: 0;
padding-top: 23%;
transition: transform .35s
}
figure.effect-style19 p {
padding: 0;
opacity: 0;
transition: opacity .35s, transform .35s;
transform: scale(1.5)
}
figure.effect-style19:hover h4 {
transform: scale(.9)
}
figure.effect-style19:hover figcaption:before,
figure.effect-style19:hover p {
opacity: 1;
transform: scale3d(1, 1, 1)
}
figure.effect-style19:hover figcaption {
background-color: rgba(58, 52, 42, 0)
}
figure.effect-style20 img {
margin: -10px 0 0 -10px;
max-width: none;
width: calc(100% + 10px);
transform: translate3d(9px, 10px, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden
}
figure.effect-style20 figcaption:before,
figure.effect-style20 p {
transition: all .35s
}
figure.effect-style20 figcaption:before {
position: absolute;
right: -100px;
bottom: -100px;
width: 250px;
height: 250px;
border: 2px solid #fff;
border-radius: 50%;
box-shadow: 0 0 0 900px rgba(255, 255, 255, .2);
content: '';
opacity: 0;
transform: scale3d(.5, .5, 1);
transform-origin: 50% 50%
}
figure.effect-style20:hover img {
transform: translate3d(0, 0, 0)
}
figure.effect-style20 h4 {
text-align: left;
transition: all .35s;
transform: translate3d(10px, 10px, 0);
padding: 20px 30px
}
figure.effect-style20 p {
position: absolute;
right: 0;
bottom: 0;
padding: 0 1.5em 1.5em 0;
width: 140px;
text-align: right;
opacity: 0;
transform: translate3d(20px, 20px, 0)
}
figure.effect-style20:hover figcaption:before {
opacity: 1;
transform: scale3d(1, 1, 1)
}
figure.effect-style20:hover h4,
figure.effect-style20:hover p {
opacity: 1;
transform: translate3d(0, 0, 0)
}
figure.effect-style21 p {
transition: opacity .35s, transform .35s
}
figure.effect-style21:hover img {
transform: scale3d(2, 2, 1)
}
figure.effect-style21 h4 {
padding-top: 15%;
transition: transform .35s;
transform: scale3d(.8, .8, 1);
transform-origin: 50% 100%
}
figure.effect-style21 p {
position: absolute;
bottom: 30px;
left: 10px;
right: 10px;
margin: 20px;
padding: 20px;
border: 2px solid #fff;
text-transform: none;
font-size: 90%;
opacity: 0;
transform: scale3d(.8, .8, 1);
transform-origin: 50% -100%
}
figure.effect-style21:hover h4,
figure.effect-style21:hover p {
opacity: 1;
transform: scale3d(1, 1, 1)
}
figure.effect-style22 h4 {
font-size: 158.75%
}
figure.effect-style22 h4,
figure.effect-style22 p {
position: absolute;
top: 50%;
left: 50%;
transition: opacity .35s, transform .35s;
transform: translate3d(-50%, -50%, 0);
transform-origin: 50%
}
figure.effect-style22 figcaption:before {
position: absolute;
top: 50%;
left: 50%;
width: 160px;
height: 160px;
border: 2px solid #fff;
content: '';
opacity: 0;
transition: opacity .35s, transform .35s;
transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(0, 0, 1);
transform-origin: 50%
}
figure.effect-style22 p {
opacity: 0;
width: 150px;
text-transform: none;
line-height: 1
}
figure.effect-style22:hover p {
opacity: 1;
}
figure.effect-style22:hover figcaption:before {
opacity: 1;
transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1)
}
figure.effect-style22:hover h4 {
opacity: 0;
transform: translate3d(-50%, -50%, 0) scale3d(.8, .8, 1)
}.cz_title {
position: relative;
z-index: 1
}
.cz_title_has_bg {
z-index: 2
}
.cz_title.tac .cz_title_content {
margin-right: auto;
margin-left: auto
}
.cz_title_vertical > div, 
.cz_title_vertical_2 > div {
position: absolute;
top: -80px;
left: 0;
z-index: 2;
white-space: nowrap;
transform: rotate(90deg);
transform-origin: bottom left;
animation: none !important
}
.cz_title_vertical_2 > div {
top: -40px;
left: 0;
transform-origin: 0 0;
transform: rotate(-90deg) translateX(-100%)
}
.cz_title_vertical.cz_title_vertical_outside > div {
top: 0;
left: 0;
transform-origin: 0 0;
transform: rotate(90deg) translate(0, 40%)
}
.cz_title_vertical_2.cz_title_vertical_outside > div {
transform: rotate(-90deg) translate(-100%, -140%)
}
.cz_title_content {
display: table;
position: relative;
word-break: break-word;
transition: all .2s ease-in-out
}
.cz_title_pos_block .cz_title_content,
.cz_title_pos_block .cz_title_content > div {
width: 100%;
display: block
}
.cz_title_pos_left .cz_title_content {
float: left
}
.cz_title_pos_center:not(.cz_title_has_icon) .cz_title_content > div {
display: block
}
.cz_title_pos_right .cz_title_content {
float: right
}
.cz_title_content > div {
position: relative;
z-index: 2;
vertical-align: middle
}
.cz_title_content > * {
display: table-cell
}
.cz_title_has_bg .cz_title_content {
padding: 10px 30px
}
.cz_title_has_icon .cz_title_content {
padding: 10px 0
}
.cz_title_content * {
margin: 0
}
.cz_title_content hr {
display: block;
margin: 10px 0
}
.cz_title_content > span {
margin: 0 15px 0 0;
position: relative;
font-size: 20px;
transition: all .2s ease-in-out
}
.cz_title_pos_block .cz_title_content > span {
margin-right: 0 !important;
margin-left: 0 !important
}
.cz_title_content > i {
font-size: 2em;
margin: 0;
text-align: center;
width: 2em;
height: 2em;
line-height: 2em;
display: inline-block;
vertical-align: sub;
box-sizing: content-box;
transition: all .2s ease-in-out
}
.cz_title_content > i:before,
.cz_title_content > i span,
.cz_title_content .cz_title_image {
display: inline-block
}
.cz_title_content .cz_title_image {
overflow: hidden;
max-width: 120px
}
.cz_title_image img {
width: inherit
}
.cz_title_number {
font-style: normal
}
.cz_title_shape {
position: absolute;
left: 0;
top: 0;
font-size: 140px;
font-weight: 900;
width: 100%;
line-height: 1;
pointer-events: none;
transform-origin: 0;
z-index: 1;
word-wrap: initial;
transition: all .2s ease-in-out
}
.shape_square, .shape_circle, 
.shape_rectangle, .shape_rhombus, 
.shape_rhombus_radius {
background: #404040;
width: 150px;
height: 150px
}
.shape_circle {
border-radius: 100%
}
.shape_rhombus, .shape_rhombus_radius {
display: inline-block;
transform: rotate(45deg)
}
.shape_rhombus_radius {
border-radius: 20%
}
.shape_rectangle {
transform: scaleX(2)
}
.cz_title_shape_outline {
background: none;
border: 10px solid
}
.cz_title_line {
width: 100%;
height: 4px;
display: block;
margin: 0 0 20px
}
.cz_title_line span {
font-size: 0;
height: 100%;
display: inline-block;
position: relative;
top: -20px;
background: #a7a7a7;
width: 60px
}
.cz_line_after_title,
.cz_line_before_title {
position: relative
}
.cz_title_content .cz_line_side_solo {
font-size: 0;
height: 4px;
width: 50px;
display: inline-block;
vertical-align: bottom;
margin: 0 20px 0 0;
background: rgba(167, 167, 167, .4)
}
.cz_title.tac .cz_title_shape,
.tac.cz_title_shape {
left: 50%;
transform: translate(-50%,-50%)
}
.cz_title.tac .cz_title_shape.tal,
.cz_title.tac .cz_title_shape.tar {
transform: none
}
.cz_title.tac .shape_rectangle {
transform: scaleX(2) translate(-50%,-50%)
}
.cz_title.tac .shape_rhombus, 
.cz_title.tac .shape_rhombus_radius {
transform: rotate(45deg) translate(-50%,-50%)
}
.cz_title .cz_title_shape.tal {
left: 0
}
.cz_title .cz_title_shape.tar {
left: auto;
right: 0
}
.cz_title_ba_line .cz_title_content {
display: inline-block
}
.shape_image {
width: auto
}
.cz_title_content .cz_line_side_after {
margin: 0 0 0 20px
}
.cz_title .xtra-placeholder {
max-width: 100px
}
.cz_title_pos_center .cz_title_content {
float: none;
margin: 0 auto;
display: table
}
[class*="codevz-fancy-"] {
overflow: hidden
}
[class*="codevz-fancy-"] .cz_wpe_content > * > span {
display: inline-block;
position: relative;
transform: translateY(130%)
}
[class*="codevz-fancy-"] .codevz-start-fancy {
animation: fancyFX .8s ease-out forwards
}
@keyframes fancyFX {
0% {transform: translateY(130%)}
100% {transform: translateY(0)}
}
.elementor-element .cz_title_content .cz_line_side_solo {
vertical-align: middle
}
.elementor-element .cz_title_content .cz_title_image {
box-sizing: content-box
}ul.cz_stylish_list,
.cz_post_content ul.cz_stylish_list,
.rtl ul.cz_stylish_list {
margin: 0;
padding: 0;
list-style: none !important
}
.cz_stylish_list li {
position: relative;
margin: 0 0 10px;
display: list-item;
width: 100%;
transition: all .2s ease-in-out
}
.cz_stylish_list li > a {
display: block;
color: inherit !important
}
.cz_stylish_list span > a {
display: inline-block
}
.cz_stylish_list i {
font-size: 1em;
width: 2em;
height: 2em;
line-height: 2em;
display: block;
text-align: center;
box-sizing: content-box;
transition: all .1s ease-in-out
}
.cz_stylish_list li > div > span {
line-height: 1.6;
display: block
}
.cz_stylish_list small {
opacity: 1;
display: table
}
.cz_stylish_list li > div,
.cz_stylish_list li > a > div {
color: inherit;
display: table-cell;
vertical-align: middle;
text-decoration: inherit
}
.cz_stylish_list .cz_sl_icon {
vertical-align: top
}
.cz_stylish_list .cz_sl_image i {
width: auto;
height: auto
}
.cz_stylish_list .xtra-sl-number {
font-style: normal
}
.cz_sl_icon.cz_sl_image i img {
display: inline-block;
vertical-align: middle
}
.cz_sl_icon_hover_zoom_in li:hover i {transform: scale(1.25, 1.25)}
.cz_sl_icon_hover_zoom_out li:hover i {transform: scale(0.875, 0.875)}
.cz_sl_icon_hover_blur li:hover i {animation: stylishListBlur .8s forwards}
.cz_sl_icon_hover_flash li:hover i {animation: stylishListFlashFx .8s forwards}
.cz_sl_icon_hover_absorber li:hover i {animation: stylishListAbsorber .8s forwards}
.cz_sl_icon_hover_wobble li:hover i {animation: stylishListWobbleSkew .8s forwards}
.cz_sl_icon_hover_zoom_in_fade li:hover i {animation: stylishListZoomIn .8s forwards}
.cz_sl_icon_hover_zoom_out_fade li:hover i {animation: stylishListZoomOut .8s forwards}
.cz_sl_icon_hover_push_in li:hover i {animation: stylishListPushIn .8s forwards}
@keyframes stylishListBlur {
0% {filter: blur(5px)}
100% {filter: blur(0)}
}
@keyframes stylishListFlashFx {
0% {opacity: .1}
100% {opacity: 1}
}
@keyframes stylishListAbsorber {
0%, 10%, 20%, 50%, 80% {transform: translateY(0)}
40% {transform: translateY(-8px)}
60% {transform: translateY(-8px)}
}
@keyframes stylishListWobbleSkew {
16.65% {transform: skew(-12deg)}
33.3% {transform: skew(10deg)}
49.95% {transform: skew(-6deg)}
66.6% {transform: skew(4deg)}
83.25% {transform: skew(-2deg)}
100% {transform: skew(0)}
}
@keyframes stylishListZoomIn {
0% {opacity: 0;transform: scale(.9)}
50% {opacity: 1;transform: scale(1)}
}
@keyframes stylishListZoomOut {
0% {opacity: 0;transform: scale(1.1)}
50% {opacity: 1;transform: scale(1)}
}
@keyframes stylishListPushIn {
0% {opacity: 0;transform: translateX(-30%)}
60% {opacity: 1;transform: translateX(10%)}
100% {opacity: 1;transform: translateX(0)}
}
@media screen and (max-width:480px) {
.stylish_list_center_on_mobile {
display: flex;
justify-content: center;
flex-direction: column;
align-items: center
}
}