.dipl_fancy_text .dipl-text-wrapper-inner h1,
.dipl_fancy_text .dipl-text-wrapper-inner h2,
.dipl_fancy_text .dipl-text-wrapper-inner h3,
.dipl_fancy_text .dipl-text-wrapper-inner h4,
.dipl_fancy_text .dipl-text-wrapper-inner h5,
.dipl_fancy_text .dipl-text-wrapper-inner h6,
.dipl_fancy_text .dipl-text-wrapper-inner p {
padding: 0;
line-height: 1.7em;
}
.dipl_fancy_text .dipl_gradient_text {
background-clip: border-box;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
line-height: 1.7em;
}
.dipl_clipping_text {
background-clip: border-box;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
line-height: 1.7em;
}
.dipl_clipping_text:after,
.dipl_clipping_text:before {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.dipl_clipping_text:before {
z-index: -2;
background-image: inherit;
}
.dipl_clipping_text:after {
z-index: -1;
}.dipl_floating_image .dipl_floating_images_wrapper .dipl_floating_image_item {
position: absolute !important;
}
.dipl_floating_image_item {
display: inline-block;
line-height: 0;
top: 0;
left: 0;
margin: 0;
will-change: transform;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
.dipl_floating_image .dipl_floating_image_item img{
width: auto;
}
@-webkit-keyframes dipl_float_vertical {
from {
-webkit-transform: translateY(10px);
transform: translateY(10px);
}
to {
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
}
}
@keyframes dipl_float_vertical {
from {
-webkit-transform: translateY(10px);
transform: translateY(10px);
}
to {
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
}
}
@-webkit-keyframes dipl_float_horizontal {
from {
-webkit-transform: translateX(10px);
transform: translateX(10px);
}
to {
-webkit-transform: translateX(-10px);
transform: translateX(-10px);
}
}
@keyframes dipl_float_horizontal {
from {
-webkit-transform: translateX(10px);
transform: translateX(10px);
}
to {
-webkit-transform: translateX(-10px);
transform: translateX(-10px);
}
}