@charset "UTF-8";
.wc-btn-wrapper {
display: inline-block;
}
.btn-text-flip svg,
.wc-btn-wrapper svg {
width: 1em;
height: 1em;
} .wc-btn-group {
display: flex;
width: fit-content;
}
.wc-btn-group .wc-btn-primary {
padding: 21px 40px;
font-weight: 600;
font-size: 16px;
line-height: 1;
color: #fff;
background-color: #0A1A3D;
text-transform: capitalize;
transition: all 0.3s;
display: inline-flex;
align-items: center;
overflow: hidden;
z-index: 1;
gap: 30px;
white-space: nowrap;
border-radius: 30px;
text-decoration: none;
}
.wc-btn-group .wc-btn-play {
color: #fff;
fill: #fff;
border-radius: 50px;
background-color: #0A1A3D;
border: 1px solid transparent;
height: 60px;
width: 60px;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.5s;
}
.wc-btn-group > *:nth-child(2) {
transform: scale3d(1, 1, 1);
}
.wc-btn-group:hover > *:nth-child(2) {
transform: scale3d(1, 1, 1);
} .style-1 .wc-btn-group > *:nth-child(1) {
transform: scale3d(0.5, 0.5, 1);
margin-right: calc( var(--icon-width, 60px) * -1);
opacity: 0;
}
.style-1 .wc-btn-group > *:nth-child(3) {
transform: scale3d(1, 1, 1);
margin-left: 0;
opacity: 1;
}
.style-1 .wc-btn-group:hover > *:nth-child(1) {
transform: scale3d(1, 1, 1);
margin-right: 0;
opacity: 1;
}
.style-1 .wc-btn-group:hover > *:nth-child(3) {
transform: scale3d(0.5, 0.5, 1);
margin-left: calc( var(--icon-width, 60px) * -1);
opacity: 0;
} .style-2 .wc-btn-group > *:nth-child(1) {
transform: scale3d(1, 1, 1);
margin-right: 0;
opacity: 1;
}
.style-2 .wc-btn-group > *:nth-child(3) {
transform: scale3d(0.5, 0.5, 1);
margin-left: calc( var(--icon-width, 60px) * -1);
opacity: 0;
}
.style-2 .wc-btn-group:hover > *:nth-child(1) {
transform: scale3d(0.5, 0.5, 1);
margin-right: calc( var(--icon-width, 60px) * -1);
opacity: 0;
}
.style-2 .wc-btn-group:hover > *:nth-child(3) {
transform: scale3d(1, 1, 1);
margin-left: 0;
opacity: 1;
} .btn-text-flip {
perspective: 1000px;
text-decoration: none;
}
.btn-text-flip:hover {
color: #fff;
fill: #fff;
}
.btn-text-flip:hover span {
color: #fff;
transform: rotateX(90deg) translateY(-12px);
}
.btn-text-flip span {
position: relative;
display: inline-block;
padding: 0;
color: #121212;
transition: transform 0.3s;
transform-origin: 50% 0;
transform-style: preserve-3d;
}
.btn-text-flip span:before {
position: absolute;
top: 100%;
left: 0;
width: 100%;
height: 100%;
content: attr(data-text);
transition: color 0.3s;
transform: rotateX(-90deg);
transform-origin: 50% 0;
text-align: center;
} .style-4 .btn-border-crop {
display: inline-block;
}
.style-4 .btn-border-crop:before {
position: absolute;
content: "";
width: 100%;
height: 100%;
top: 0;
left: 0;
background-image: linear-gradient(105.52deg, var(--b-color-1, #FF856A) 0%,  var(--b-color-2, #FFED4E) 34%, var(--b-color-3, #4BFFF4) 69%, var(--b-color-4, #7F52FF) 100%);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
mask-image: var(--btn-bg, url(//denzongfilms.com/wp-content/plugins/arolax-essential/assets/images/btn-image.webp));
mask-size: 100% 100%;
mask-repeat: no-repeat;
mask-position: center;
}
.arolax-btn-width-full .wc-btn-wrapper {
width: 100%;
}
.arolax-btn-width-full a {
width: 100%;
justify-content: center;
} .btn-border-divide {
gap: 10px;
display: flex;
align-items: flex-end;
overflow: hidden;
}
.btn-border-divide .text,
.btn-border-divide .icon {
border-bottom: 1px solid;
}
.btn-border-divide .icon {
padding-bottom: 3px;
position: relative;
}
.btn-border-divide .icon i:first-child,
.btn-border-divide .icon svg:first-child {
position: absolute;
transform: translate(-10px, 10px);
transition: all .3s;
opacity: 0;
}
.btn-border-divide .icon i:last-child,
.btn-border-divide .icon svg:last-child {
transition: all .3s;
opacity: 1;
} .btn-border-divide:hover .icon i:first-child,
.btn-border-divide:hover .icon svg:first-child {
transform: translate(0, 0);
opacity: 1;
}
.btn-border-divide:hover .icon i:last-child,
.btn-border-divide:hover .icon svg:last-child {
transform: translate(10px, -10px);
opacity: 0;
}.elementor-counter{align-items:stretch;display:flex;flex-direction:column-reverse;justify-content:center}.elementor-counter .elementor-counter-number{flex-grow:var(--counter-number-grow,0)}.elementor-counter .elementor-counter-number-wrapper{display:flex;flex:1;font-size:69px;font-weight:600;line-height:1;text-align:center}.elementor-counter .elementor-counter-number-prefix{flex-grow:var(--counter-prefix-grow,1);text-align:end;white-space:pre-wrap}.elementor-counter .elementor-counter-number-suffix{flex-grow:var(--counter-suffix-grow,1);text-align:start;white-space:pre-wrap}.elementor-counter .elementor-counter-title{align-items:center;display:flex;flex:1;font-size:19px;font-weight:400;justify-content:center;line-height:2.5;margin:0;padding:0}
  .wcf-animate[class*=wcf-starter-animations-] .elementor-widget-container > *,
.wcf-animate[class*=wcf-starter-animations-] > *,
.wcf-animate.wcf-target-self[class*=wcf-starter-animations-] {
animation-duration: var(--wcf-duration, 700ms);
animation-delay: var(--wcf-delay, 0ms);
animation-timing-function: var(--wcf-ease, ease);
animation-fill-mode: forwards;
}  .wcf-starter-animations-reveal .elementor-widget-container > *,
.wcf-starter-animations-reveal > *,
.wcf-starter-animations-reveal.wcf-target-self {
opacity: 0;
} .wcf-reveal-bottom.wcf-starter-animations-reveal .elementor-widget-container > *,
.wcf-reveal-bottom.wcf-starter-animations-reveal > *,
.wcf-reveal-bottom.wcf-starter-animations-reveal.wcf-target-self {
clip-path: inset(100% 0 0 0);
} .wcf-reveal-top.wcf-starter-animations-reveal .elementor-widget-container > *,
.wcf-reveal-top.wcf-starter-animations-reveal > *,
.wcf-reveal-top.wcf-starter-animations-reveal.wcf-target-self {
clip-path: inset(0 0 100% 0);
} .wcf-reveal-left.wcf-starter-animations-reveal .elementor-widget-container > *,
.wcf-reveal-left.wcf-starter-animations-reveal > *,
.wcf-reveal-left.wcf-starter-animations-reveal.wcf-target-self {
clip-path: inset(0 100% 0 0);
} .wcf-reveal-right.wcf-starter-animations-reveal .elementor-widget-container > *,
.wcf-reveal-right.wcf-starter-animations-reveal > *,
.wcf-reveal-right.wcf-starter-animations-reveal.wcf-target-self {
clip-path: inset(0 0 0 100%);
} .wcf-reveal-center.wcf-starter-animations-reveal .elementor-widget-container > *,
.wcf-reveal-center.wcf-starter-animations-reveal > *,
.wcf-reveal-center.wcf-starter-animations-reveal.wcf-target-self {
clip-path: inset(0 50% 0 50%);
} .wcf-animate.wcf-starter-animations-reveal .elementor-widget-container > *,
.wcf-animate.wcf-starter-animations-reveal > *,
.wcf-animate.wcf-starter-animations-reveal.wcf-target-self {
animation: wcf-reveal-anim var(--wcf-duration, 700ms) var(--wcf-ease, ease) forwards;
}
@keyframes wcf-reveal-anim {
to {
clip-path: inset(0 0 0 0);
opacity: 1;
}
}  .wcf-starter-animations-scale-up .elementor-widget-container > *,
.wcf-starter-animations-scale-up > *,
.wcf-starter-animations-scale-up.wcf-target-self {
transform: scale(var(--wcf-scale-start, 0.6));
opacity: var(--wcf-scale-opacity, 0);
transform-origin: var(--wcf-scale-origin, center);
}
.wcf-animate.wcf-starter-animations-scale-up .elementor-widget-container > *,
.wcf-animate.wcf-starter-animations-scale-up > *,
.wcf-animate.wcf-starter-animations-scale-up.wcf-target-self {
animation-name: wcf-scale-up;
}
@keyframes wcf-scale-up {
to {
transform: scale(var(--wcf-scale-end, 1));
opacity: 1;
}
} .wcf-starter-animations-rotate-in .elementor-widget-container > *,
.wcf-starter-animations-rotate-in > *,
.wcf-starter-animations-rotate-in.wcf-target-self {
transform: rotate(-45deg);
opacity: 0;
}
.wcf-animate.wcf-starter-animations-rotate-in .elementor-widget-container > *,
.wcf-animate.wcf-starter-animations-rotate-in > *,
.wcf-animate.wcf-starter-animations-rotate-in.wcf-target-self {
animation-name: wcf-rotate-in;
}
@keyframes wcf-rotate-in {
to {
transform: rotate(0);
opacity: 1;
}
}  .wcf-starter-animations-slide .elementor-widget-container > *,
.wcf-starter-animations-slide > *,
.wcf-starter-animations-slide.wcf-target-self {
opacity: 0;
} .wcf-slide-bottom.wcf-starter-animations-slide .elementor-widget-container > *,
.wcf-slide-bottom.wcf-starter-animations-slide > *,
.wcf-slide-bottom.wcf-starter-animations-slide.wcf-target-self {
transform: translateY(var(--wcf-slide-distance, 60px));
} .wcf-slide-top.wcf-starter-animations-slide .elementor-widget-container > *,
.wcf-slide-top.wcf-starter-animations-slide > *,
.wcf-slide-top.wcf-starter-animations-slide.wcf-target-self {
transform: translateY(calc(var(--wcf-slide-distance, 60px) * -1));
} .wcf-slide-left.wcf-starter-animations-slide .elementor-widget-container > *,
.wcf-slide-left.wcf-starter-animations-slide > *,
.wcf-slide-left.wcf-starter-animations-slide.wcf-target-self {
transform: translateX(calc(var(--wcf-slide-distance, 60px) * -1));
} .wcf-slide-right.wcf-starter-animations-slide .elementor-widget-container > *,
.wcf-slide-right.wcf-starter-animations-slide > *,
.wcf-slide-right.wcf-starter-animations-slide.wcf-target-self {
transform: translateX(var(--wcf-slide-distance, 60px));
} .wcf-animate.wcf-starter-animations-slide .elementor-widget-container > *,
.wcf-animate.wcf-starter-animations-slide > *,
.wcf-animate.wcf-starter-animations-slide.wcf-target-self {
animation: wcf-slide var(--wcf-duration, 700ms) var(--wcf-ease, ease) forwards;
}
@keyframes wcf-slide {
to {
transform: translateX(0) translateY(0);
opacity: 1;
}
} .wcf-starter-animations-skew-reveal .elementor-widget-container > *,
.wcf-starter-animations-skew-reveal > *,
.wcf-starter-animations-skew-reveal.wcf-target-self {
transform: skewX(var(--wcf-skew-angle, 18deg)) translateX(var(--wcf-skew-distance, -40px));
opacity: var(--wcf-skew-opacity-start, 0);
animation-duration: var(--wcf-duration, 0.6s);
animation-delay: var(--wcf-skew-delay, 0s);
animation-timing-function: var(--wcf-skew-ease, ease);
animation-fill-mode: forwards;
will-change: transform, opacity;
} .wcf-animate.wcf-starter-animations-skew-reveal .elementor-widget-container > *,
.wcf-animate.wcf-starter-animations-skew-reveal > *,
.wcf-animate.wcf-starter-animations-skew-reveal.wcf-target-self {
animation-name: wcf-skew-reveal;
} @keyframes wcf-skew-reveal {
to {
transform: skewX(0deg) translateX(0);
opacity: 1;
}
} .wcf-starter-animations-flip .elementor-widget-container > *,
.wcf-starter-animations-flip > *,
.wcf-starter-animations-flip.wcf-target-self {
opacity: 0;
transform-style: preserve-3d;
perspective: var(--wcf-flip-perspective, 800px);
animation-duration: var(--wcf-flip-duration, 0.6s);
animation-delay: var(--wcf-flip-delay, 0s);
animation-timing-function: var(--wcf-flip-ease, ease);
animation-fill-mode: forwards;
will-change: transform, opacity;
} .wcf-flip-axis-x.wcf-starter-animations-flip .elementor-widget-container > *,
.wcf-flip-axis-x.wcf-starter-animations-flip > *,
.wcf-flip-axis-x.wcf-starter-animations-flip.wcf-target-self {
transform: rotateX(var(--wcf-flip-angle, 90deg));
} .wcf-flip-axis-y.wcf-starter-animations-flip .elementor-widget-container > *,
.wcf-flip-axis-y.wcf-starter-animations-flip > *,
.wcf-flip-axis-y.wcf-starter-animations-flip.wcf-target-self {
transform: rotateY(var(--wcf-flip-angle, 90deg));
} .wcf-animate.wcf-starter-animations-flip .elementor-widget-container > *,
.wcf-animate.wcf-starter-animations-flip > *,
.wcf-animate.wcf-starter-animations-flip.wcf-target-self {
animation-name: wcf-flip;
} @keyframes wcf-flip {
to {
transform: rotateX(0deg) rotateY(0deg);
opacity: 1;
}
} .wcf-starter-animations-zoom-in .elementor-widget-container > *,
.wcf-starter-animations-zoom-in > *,
.wcf-starter-animations-zoom-in.wcf-target-self {
transform: scale(1.3);
opacity: 0;
}
.wcf-animate.wcf-starter-animations-zoom-in .elementor-widget-container > *,
.wcf-animate.wcf-starter-animations-zoom-in > *,
.wcf-animate.wcf-starter-animations-zoom-in.wcf-target-self {
animation-name: wcf-zoom-in;
}
@keyframes wcf-zoom-in {
to {
transform: scale(1);
opacity: 1;
}
} .wcf-starter-animations-combo-reveal .elementor-widget-container > *,
.wcf-starter-animations-combo-reveal > *,
.wcf-starter-animations-combo-reveal.wcf-target-self {
transform: translateY(40px) scale(0.9);
opacity: 0;
}
.wcf-animate.wcf-starter-animations-combo-reveal .elementor-widget-container > *,
.wcf-animate.wcf-starter-animations-combo-reveal > *,
.wcf-animate.wcf-starter-animations-combo-reveal.wcf-target-self {
animation-name: wcf-combo-reveal;
}
@keyframes wcf-combo-reveal {
to {
transform: translateY(0) scale(1);
opacity: 1;
}
} .wcf-animate.wcf-starter-animations-text-glow {
animation: wcf-glow var(--wcf-duration, 2s) var(--wcf-ease, ease-in-out) alternate;
animation-iteration-count: var(--wcf-iteration, infinite);
}
@keyframes wcf-glow {
from {
text-shadow: 0 0 5px var(--wcf-glow-color, #fff);
}
to {
text-shadow: 0 0 var(--wcf-glow-size, 20px) var(--wcf-glow-color, #00f);
}
} .wcf-starter-animations-text-pop {
transform: scale(0.6);
opacity: 0;
}
.wcf-animate.wcf-starter-animations-text-pop {
animation: wcf-text-pop 0.6s ease forwards;
}
@keyframes wcf-text-pop {
70% {
transform: scale(1.1);
}
100% {
transform: scale(1);
opacity: 1;
}
}
.wcf-starter-animations-text-typewriter .elementor-widget-container > *,
.wcf-starter-animations-text-typewriter > *,
.wcf-target-self.wcf-starter-animations-text-typewriter {
overflow: hidden;
white-space: nowrap;
width: 0;
}
.wcf-animate.wcf-starter-animations-text-typewriter .elementor-widget-container > *,
.wcf-animate.wcf-starter-animations-text-typewriter > *,
.wcf-animate.wcf-target-self.wcf-starter-animations-text-typewriter {
animation: wcf-typewriter var(--wcf-duration, 2s) steps(30) forwards, wcf-caret 1s step-end;
}
@keyframes wcf-typewriter {
to {
width: 100%;
}
}
@keyframes wcf-caret {
50% {
border-color: transparent;
}
} .wcf-starter-animations-text-mask-wipe .elementor-widget-container > *,
.wcf-starter-animations-text-mask-wipe > *,
.wcf-target-self.wcf-starter-animations-text-mask-wipe {
position: relative;
display: inline-block;
overflow: hidden;
} .wcf-starter-animations-text-mask-wipe .elementor-widget-container > *::after,
.wcf-starter-animations-text-mask-wipe > *::after,
.wcf-target-self.wcf-starter-animations-text-mask-wipe::after {
content: "";
position: absolute;
inset: 0;
background: var(--wcf-mask-bg, #000);
transform: translateX(0%);
z-index: 2;
} .wcf-animate.wcf-starter-animations-text-mask-wipe .elementor-widget-container > *::after,
.wcf-animate.wcf-starter-animations-text-mask-wipe > *::after,
.wcf-animate.wcf-target-self.wcf-starter-animations-text-mask-wipe::after {
animation: wcf-mask-wipe var(--wcf-duration, 1000ms) var(--wcf-ease, cubic-bezier(0.77, 0, 0.18, 1)) var(--wcf-delay, 0ms) forwards;
}
@keyframes wcf-mask-wipe {
to {
transform: translateX(100%);
}
} .wcf-select-scroll .select2-results__options {
max-height: 150px !important;
overflow-y: auto !important;
} .wcf-starter-animations-text-wave .elementor-widget-container > *,
.wcf-starter-animations-text-wave > *,
.wcf-target-self.wcf-starter-animations-text-wave {
position: relative;
color: transparent;
} .wcf-starter-animations-text-wave .elementor-widget-container > *::after,
.wcf-starter-animations-text-wave > *::after,
.wcf-target-self.wcf-starter-animations-text-wave::after {
content: attr(data-text);
position: absolute;
left: 0;
top: 0;
color: var(--wcf-wave-fill, #03a9f4);
animation: wcf-wave 4s ease-in-out infinite;
}
@keyframes wcf-wave {
0%, 100% {
clip-path: polygon(0% 45%, 16% 44%, 33% 50%, 54% 60%, 70% 61%, 84% 59%, 100% 52%, 100% 100%, 0% 100%);
}
50% {
clip-path: polygon(0% 60%, 15% 65%, 34% 66%, 51% 62%, 67% 50%, 84% 45%, 100% 46%, 100% 100%, 0% 100%);
}
} .wcf-starter-animations-text-bg-clip .elementor-widget-container > *,
.wcf-starter-animations-text-bg-clip > *,
.wcf-target-self.wcf-starter-animations-text-bg-clip {
position: relative;
color: var(--wcf-bg-text-color, rgba(255, 0, 0, 0.1));
background-image: var(--wcf-bg-text-image);
background-size: var(--wcf-bg-text-size, cover);
background-repeat: repeat;
background-position: left 0 top 50%;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
} .wcf-animate.wcf-starter-animations-text-bg-clip .elementor-widget-container > *,
.wcf-animate.wcf-starter-animations-text-bg-clip > *,
.wcf-animate.wcf-target-self.wcf-starter-animations-text-bg-clip {
animation: wcf-bg-text-animation var(--wcf-bg-speed, 15s) linear infinite;
}
@keyframes wcf-bg-text-animation {
0% {
background-position: left 0 top 50%;
}
50% {
background-position: left 1500px top 50%;
}
100% {
background-position: left 0 top 50%;
}
}   .wcf-char-preset-revolve {
--wcf-char-x: -150px;
--wcf-char-y: -50px;
--wcf-char-rotate: -180deg;
--wcf-char-scale: 2;
} .wcf-char-preset-ball {
--wcf-char-x: 0px;
--wcf-char-y: -200px;
--wcf-char-rotate: 0deg;
--wcf-char-scale: 1;
} .wcf-char-preset-slide {
--wcf-char-x: -100px;
--wcf-char-y: 0px;
--wcf-char-rotate: 0deg;
--wcf-char-scale: 1;
} .wcf-char-preset-revolve_drop {
--wcf-char-x: 0px;
--wcf-char-y: -150px;
--wcf-char-rotate: -360deg;
--wcf-char-scale: 1.5;
} .wcf-char-preset-drop_vanish {
--wcf-char-x: 0px;
--wcf-char-y: -250px;
--wcf-char-rotate: 0deg;
--wcf-char-scale: 0.3;
} .wcf-char-preset-twister {
--wcf-char-x: 0px;
--wcf-char-y: 0px;
--wcf-char-rotate: -720deg;
--wcf-char-scale: 1;
} [class*=wcf-starter-animations-text-char] .elementor-widget-container > *,
[class*=wcf-starter-animations-text-char] > *,
.wcf-target-self[class*=wcf-starter-animations-text-char] {
display: inline-block;
} [class*=wcf-starter-animations-text-char] .elementor-widget-container > * span,
[class*=wcf-starter-animations-text-char] > * span,
.wcf-target-self[class*=wcf-starter-animations-text-char] span {
display: inline-block;
opacity: 0;
transform: translate(var(--wcf-char-x, -150px), var(--wcf-char-y, 0)) rotate(var(--wcf-char-rotate, -180deg)) scale(var(--wcf-char-scale, 2));
animation-delay: calc(var(--wcf-stagger, 0.05s) * var(--i));
will-change: transform, opacity;
} .wcf-animate[class*=wcf-starter-animations-text-char] .elementor-widget-container > * span,
.wcf-animate[class*=wcf-starter-animations-text-char] > * span,
.wcf-animate.wcf-target-self[class*=wcf-starter-animations-text-char] span {
animation-name: wcf-char;
animation-duration: var(--wcf-duration, 0.5s);
animation-timing-function: var(--wcf-ease, ease);
animation-fill-mode: forwards;
} @keyframes wcf-char {
to {
opacity: 1;
transform: translate(0, 0) rotate(0deg) scale(1);
}
}  .wcf-starter-animations-slide.e-con {
opacity: 0;
animation-duration: var(--wcf-slide-duration, 600ms);
animation-delay: var(--wcf-slide-delay, 0ms);
animation-timing-function: var(--wcf-slide-ease, ease);
animation-fill-mode: forwards;
will-change: transform, opacity;
} .wcf-slide-bottom.wcf-starter-animations-slide.e-con {
transform: translateY(var(--wcf-slide-distance, 40px));
}
.wcf-slide-top.wcf-starter-animations-slide.e-con {
transform: translateY(calc(-1 * var(--wcf-slide-distance, 40px)));
}
.wcf-slide-left.wcf-starter-animations-slide.e-con {
transform: translateX(calc(-1 * var(--wcf-slide-distance, 40px)));
}
.wcf-slide-right.wcf-starter-animations-slide.e-con {
transform: translateX(var(--wcf-slide-distance, 40px));
} .wcf-animate.wcf-starter-animations-slide.e-con {
animation-name: wcf-container-slide;
}
@keyframes wcf-container-slide {
to {
transform: translateX(0) translateY(0);
opacity: 1;
}
}  .wcf-starter-animations-flip.e-con {
opacity: 0;
transform-style: preserve-3d;
perspective: var(--wcf-flip-perspective-container, 800px);
animation-duration: var(--wcf-duration, 700ms);
animation-delay: var(--wcf-delay, 0ms);
animation-timing-function: var(--wcf-ease, ease);
animation-fill-mode: forwards;
will-change: transform, opacity;
} .wcf-flip-axis-container-x.wcf-starter-animations-flip.e-con {
transform: rotateX(var(--wcf-flip-angle-container, 90deg));
} .wcf-flip-axis-container-y.wcf-starter-animations-flip.e-con {
transform: rotateY(var(--wcf-flip-angle-container, 90deg));
} .wcf-animate.wcf-starter-animations-flip.e-con {
animation-name: wcf-container-flip;
} @keyframes wcf-container-flip {
to {
transform: rotateX(0deg) rotateY(0deg);
opacity: 1;
}
}@keyframes mask_animation{from{-webkit-mask-position:0 0;mask-position:0 0}to{-webkit-mask-position:100% 0;mask-position:100% 0}}@keyframes mask_animation_2{from{-webkit-mask-position:100% 0;mask-position:100% 0}to{-webkit-mask-position:0 0;mask-position:0 0}}.wcf__btn i{transition:all .3s}.wcf__btn svg{width:1em;height:1em}.wcf__btn a{display:inline-flex;align-items:center;justify-content:center;gap:10px;font-size:16px;line-height:1;font-weight:500;transition:all .3s}.wcf__btn.icon-position-after i,.wcf__btn.icon-position-after svg{order:15}.wcf__btn.icon-position-after .wcf-btn-mask::after{align-items:flex-start;justify-content:flex-start}.wcf-btn-default{padding:17px 35px;border:1px solid #1c1d20;overflow:hidden;z-index:0}.wcf-btn-default:hover{color:#1c1d20}.wcf-btn-circle{width:140px;height:140px;color:#1c1d20;border-radius:100%;flex-direction:column;background-color:#e8bf96}@media only screen and (max-width:1199px){.wcf-btn-circle{width:130px;height:130px}}.wcf-btn-circle:hover{color:#fff}.wcf-btn-oval{color:#1c1d20;border:1px solid #1c1d20;padding:32px 52px;border-radius:50% 50% 50% 50%}@media only screen and (max-width:991px){.wcf-btn-oval{padding:30px}}.wcf-btn-oval:hover{color:#e8bf96}.wcf-btn-ellipse{color:#1c1d20;padding:45px 45px;position:relative;background-color:#1c1d20;border-radius:100%;border-top-left-radius:200%;border-bottom-right-radius:200%;z-index:1}.wcf-btn-ellipse:hover{color:#ffbc7d;background-color:#e8bf96}.wcf-btn-ellipse:before{position:absolute;content:"";width:calc(100% - 16px);height:calc(100% - 2px);background-color:#fff;z-index:-1;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:100%;border-top-left-radius:200%;border-bottom-right-radius:200%}.wcf-btn-square{flex-direction:column;color:#1c1d20;text-align:center;border:1px solid currentColor;height:215px;width:215px;padding:20px;z-index:0;transition:all .5s}@media only screen and (max-width:1199px){.wcf-btn-square{width:200px;height:200px}}@media only screen and (max-width:991px){.wcf-btn-square{width:170px;height:170px;font-size:18px}}.wcf-btn-square:hover{color:#e8bf96}.wcf-btn-underline{color:#1c1d20;padding-bottom:5px;position:relative}.wcf-btn-underline::after{position:absolute;content:"";width:100%;height:1px;left:0;bottom:0;background-color:#1c1d20;transition:all .3s}.wcf-btn-underline:hover{color:#e8bf96;fill:#e8bf96}.wcf-btn-underline:hover::after{width:0%}.wcf-btn-mask{padding:15px 30px;position:relative;overflow:hidden;transition:all .5s;border-radius:5px;color:#1c1d20;border:1px solid #1c1d20;z-index:1}.wcf-btn-mask i,.wcf-btn-mask svg{position:relative;z-index:1}.wcf-btn-mask::after{display:flex;align-items:flex-end;justify-content:flex-end;color:#fff;position:absolute;content:attr(data-text);cursor:pointer;width:100%;height:100%;left:0;top:0;background-color:#1c1d20;-webkit-mask:url(//denzongfilms.com/wp-content/plugins/animation-addons-for-elementor/assets/images/mask-btn.png);mask:url(//denzongfilms.com/wp-content/plugins/animation-addons-for-elementor/assets/images/mask-btn.png);-webkit-mask-size:2300% 100%;mask-size:2300% 100%;animation:mask_animation_2 .7s steps(22) forwards;padding:15px 30px}.wcf-btn-mask:hover{color:#1c1d20}.wcf-btn-mask:hover::after{animation:mask_animation .7s steps(22) forwards}.btn-hover-bgchange{overflow:hidden;position:relative;z-index:5}.btn-hover-bgchange span{position:absolute;content:"";width:0;height:0;left:50%;top:50%;z-index:-1;border-radius:100%;transition:all 1s;background-color:#1c1d20;transform:translate(-50%,-50%)}.btn-hover-bgchange:hover{color:#fff;border:1px solid #1c1d20}.btn-hover-bgchange:hover span{width:400px;height:400px}.btn-hover-default:hover{color:#1c1d20;background-color:#fff}.btn-hover-cross{overflow:hidden;position:relative;transition:all 1s}.btn-hover-cross::after{position:absolute;content:"";width:150%;height:0%;left:50%;top:50%;background-color:#1c1d20;transform:translateX(-50%) translateY(-50%);transition:all .75s;opacity:.5;z-index:-1}.btn-hover-cross:hover{color:#fff;background-color:transparent}.btn-hover-cross:hover::after{height:120%;opacity:1}.btn-hover-divide{overflow:hidden;position:relative;transition:all 1s;z-index:1}.btn-hover-divide::after{position:absolute;content:"";width:0%;height:100%;left:50%;top:50%;background-color:#1c1d20;transform:translateX(-50%) translateY(-50%);transition:all .75s;opacity:.5;z-index:-1}.btn-hover-divide:hover{color:#fff;background-color:transparent}.btn-hover-divide:hover::after{width:120%;opacity:1}.btn-hover-cropping{overflow:hidden;position:relative;transition:all 1s}.btn-hover-cropping::after{position:absolute;content:"";width:150%;height:0%;left:50%;top:50%;background-color:#1c1d20;transform:translateX(-50%) translateY(-50%) rotate(25deg);transition:all .75s;opacity:.5;z-index:-1}.btn-hover-cropping:hover{color:#fff;background-color:transparent}.btn-hover-cropping:hover::after{height:400%;opacity:1}.btn-rollover-top{position:relative;transition:all .4s cubic-bezier(.215,.61,.355,1) 0s}.btn-rollover-top:after{position:absolute;left:0;bottom:0;height:0;width:100%;z-index:-1;content:"";background-color:#1c1d20;transition:all .4s cubic-bezier(.215,.61,.355,1) 0s}.btn-rollover-top:hover{color:#fff;background-color:transparent}.btn-rollover-top:hover::after{top:0;bottom:auto;height:100%}.btn-rollover-left{position:relative;transition:all .4s cubic-bezier(.215,.61,.355,1) 0s}.btn-rollover-left::after{position:absolute;top:0;right:0;height:100%;width:0;z-index:-1;content:"";background-color:#1c1d20;transition:all .4s cubic-bezier(.42,0,.58,1) 0s}.btn-rollover-left:hover{color:#fff;background-color:transparent}.btn-rollover-left:hover::after{left:0;right:auto;width:100%}.btn-rollover-cross{overflow:hidden;position:relative;transition:all .5s}.btn-rollover-cross::before{position:absolute;content:"";width:100%;height:100%;bottom:100%;left:100%;opacity:0;border-bottom:1px solid #1c1d20;border-left:1px solid #1c1d20;transition:all .75s}.btn-rollover-cross::after{position:absolute;content:"";width:100%;height:100%;top:100%;right:100%;opacity:0;border-top:1px solid #1c1d20;border-right:1px solid #1c1d20;transition:all .75s}.btn-rollover-cross:hover{border-color:transparent!important;color:#1c1d20}.btn-rollover-cross:hover::before{bottom:0;left:0;opacity:1;width:100%;height:100%}.btn-rollover-cross:hover::after{top:0;right:0;opacity:1;width:100%;height:100%}.btn-parallal-border{overflow:hidden;position:relative;transition:all .5s}.btn-parallal-border::before{position:absolute;content:"";width:0%;height:0%;bottom:0;left:0;opacity:0;border-bottom:1px solid #1c1d20;border-left:1px solid #1c1d20;transition:all .75s}.btn-parallal-border::after{position:absolute;content:"";width:0%;height:0%;top:0;right:0;opacity:0;border-top:1px solid #1c1d20;border-right:1px solid #1c1d20;transition:all .75s}.btn-parallal-border:hover{border-color:transparent!important;color:#1c1d20}.btn-parallal-border:hover::before{opacity:1;width:100%;height:100%}.btn-parallal-border:hover::after{opacity:1;width:100%;height:100%}.elementor-widget-wcf--contact-form-7 .wcf-btn-default{display:inline-flex;align-items:center;justify-content:center;gap:10px;font-size:16px;line-height:1;font-weight:500;transition:all .3s}.elementor-widget-wcf--contact-form-7 svg{width:1em;height:1em}.elementor-widget-wcf--contact-form-7.icon-position-after i,.elementor-widget-wcf--contact-form-7.icon-position-after svg{order:15}.elementor-widget-wcf--contact-form-7 .wpcf7-list-item:first-child{margin-left:0}.elementor-widget-icon-box .elementor-icon-box-wrapper{display:flex;flex-direction:column;text-align:center}.elementor-widget-icon-box .elementor-icon-box-icon{display:inline-block;flex:0 0 auto;line-height:0}.elementor-widget-icon-box .elementor-icon-box-content{flex-grow:1;width:100%}.elementor-widget-icon-box .elementor-icon-box-title a{color:inherit}.elementor-widget-icon-box .elementor-icon-box-description{margin:0}.elementor-widget-icon-box.elementor-position-inline-end .elementor-icon-box-wrapper{flex-direction:row-reverse;text-align:end}.elementor-widget-icon-box.elementor-position-inline-start .elementor-icon-box-wrapper{flex-direction:row;text-align:start}.elementor-widget-icon-box.elementor-position-block-start .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column;text-align:center}.elementor-widget-icon-box.elementor-position-block-end .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column-reverse;text-align:center}@media (min-width:2400px){.elementor-widget-icon-box.elementor-widescreen-position-inline-end .elementor-icon-box-wrapper{flex-direction:row-reverse;text-align:end}.elementor-widget-icon-box.elementor-widescreen-position-inline-start .elementor-icon-box-wrapper{flex-direction:row;text-align:start}.elementor-widget-icon-box.elementor-widescreen-position-block-start .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column;text-align:center}.elementor-widget-icon-box.elementor-widescreen-position-block-end .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column-reverse;text-align:center}}@media (max-width:1366px){.elementor-widget-icon-box.elementor-laptop-position-inline-end .elementor-icon-box-wrapper{flex-direction:row-reverse;text-align:end}.elementor-widget-icon-box.elementor-laptop-position-inline-start .elementor-icon-box-wrapper{flex-direction:row;text-align:start}.elementor-widget-icon-box.elementor-laptop-position-block-start .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column;text-align:center}.elementor-widget-icon-box.elementor-laptop-position-block-end .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column-reverse;text-align:center}}@media (max-width:1200px){.elementor-widget-icon-box.elementor-tablet_extra-position-inline-end .elementor-icon-box-wrapper{flex-direction:row-reverse;text-align:end}.elementor-widget-icon-box.elementor-tablet_extra-position-inline-start .elementor-icon-box-wrapper{flex-direction:row;text-align:start}.elementor-widget-icon-box.elementor-tablet_extra-position-block-start .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column;text-align:center}.elementor-widget-icon-box.elementor-tablet_extra-position-block-end .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column-reverse;text-align:center}}@media (max-width:1024px){.elementor-widget-icon-box.elementor-tablet-position-inline-end .elementor-icon-box-wrapper{flex-direction:row-reverse;text-align:end}.elementor-widget-icon-box.elementor-tablet-position-inline-start .elementor-icon-box-wrapper{flex-direction:row;text-align:start}.elementor-widget-icon-box.elementor-tablet-position-block-start .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column;text-align:center}.elementor-widget-icon-box.elementor-tablet-position-block-end .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column-reverse;text-align:center}}@media (max-width:880px){.elementor-widget-icon-box.elementor-mobile_extra-position-inline-end .elementor-icon-box-wrapper{flex-direction:row-reverse;text-align:end}.elementor-widget-icon-box.elementor-mobile_extra-position-inline-start .elementor-icon-box-wrapper{flex-direction:row;text-align:start}.elementor-widget-icon-box.elementor-mobile_extra-position-block-start .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column;text-align:center}.elementor-widget-icon-box.elementor-mobile_extra-position-block-end .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column-reverse;text-align:center}}@media (max-width:767px){.elementor-widget-icon-box.elementor-mobile-position-inline-end .elementor-icon-box-wrapper{flex-direction:row-reverse;text-align:end}.elementor-widget-icon-box.elementor-mobile-position-inline-start .elementor-icon-box-wrapper{flex-direction:row;text-align:start}.elementor-widget-icon-box.elementor-mobile-position-block-start .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column;text-align:center}.elementor-widget-icon-box.elementor-mobile-position-block-end .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column-reverse;text-align:center}}.wcf__iconbox{opacity:1;display:block}.wcf__iconbox.style-1{padding:35px;border-radius:30px;background:#233259;text-align:center}.wcf__iconbox.style-1 .title{color:#fcfaf5;font-size:20px;font-weight:500;line-height:1.3;text-transform:capitalize}.wcf__iconbox.style-1 .desc{color:#a4abbb}.wcf__iconbox.style-2{padding:40px 40px 40px;background-color:#b1ded9}@media only screen and (max-width:1399px){.wcf__iconbox.style-2{padding:30px 30px 30px}}.wcf__iconbox.style-2:hover .icon i,.wcf__iconbox.style-2:hover .icon img,.wcf__iconbox.style-2:hover .icon svg{transform:rotate(0)}.wcf__iconbox.style-2:hover .icon:after{opacity:1;transform:scale(1)}.wcf__iconbox.style-2 .icon{position:relative}.wcf__iconbox.style-2 .icon i,.wcf__iconbox.style-2 .icon img,.wcf__iconbox.style-2 .icon svg{transition:all .3s}.wcf__iconbox.style-2 .icon i{font-size:120px}.wcf__iconbox.style-2 .icon:after{position:absolute;content:"";width:156px;height:15px;flex-shrink:0;inset-inline-start:0;bottom:8px;opacity:0;transform:scale(0);transition:all .3s}.wcf__iconbox.style-2.icon-hover-effect-enabled:hover .icon i,.wcf__iconbox.style-2.icon-hover-effect-enabled:hover .icon img,.wcf__iconbox.style-2.icon-hover-effect-enabled:hover .icon svg{transform:rotate(40deg)}.wcf__iconbox.style-2.icon-hover-effect-enabled:hover .icon:after{opacity:1;transform:scale(1)}.wcf__iconbox.style-2.icon-hover-effect-enabled .icon:after{background:linear-gradient(90deg,rgba(42,42,90,.28) 0,rgba(42,42,90,0) 100%);filter:blur(4px)}.wcf__iconbox.style-2 .title{font-size:30px;font-weight:500;line-height:1.17;color:#143935}@media only screen and (max-width:991px){.wcf__iconbox.style-2 .title{font-size:24px}}.wcf__iconbox.style-2 .desc{font-size:18px;color:#2e5853}.wcf__iconbox.style-3{position:relative;margin:5px;overflow:hidden;transition:all .5s;padding:50px;background-color:#f9f9f9;z-index:3}.wcf__iconbox.style-3::before{position:absolute;content:"\f061";font-weight:700;font-size:20px;font-family:"Font Awesome 5 Free";inset-inline-end:20px;top:0;color:#1c1d20;transform:rotate(-45deg) translate(-50px,20px);transition:all .3s;opacity:0}.wcf__iconbox.style-3:hover{background-color:transparent}.wcf__iconbox.style-3:hover::before{opacity:1;transform:rotate(-45deg) translate(-30px,10px)}.wcf__iconbox.style-3:hover .icon{color:#1c1d20;fill:#1c1d20}.wcf__iconbox.style-3:hover .icon img{filter:brightness(0)}.wcf__iconbox.style-3:hover .desc,.wcf__iconbox.style-3:hover .title{color:#1c1d20}.wcf__iconbox.style-3 .title{font-weight:500;font-size:16px;line-height:26px;color:#999;transition:all .3s}.wcf__iconbox.style-3 .desc{font-weight:400;font-size:24px;line-height:1.2;transition:all .3s}@media only screen and (max-width:1199px){.wcf__iconbox.style-3 .desc{font-size:20px}}.wcf__iconbox.style-4 .title{font-weight:400;font-size:30px;line-height:1;color:#1c1d20;text-transform:uppercase}@media only screen and (max-width:991px){.wcf__iconbox.style-4 .title{font-size:24px}}.wcf__iconbox.style-4 .desc{font-size:18px;color:#1c1d20}.wcf__iconbox.style-5{padding:40px;border:1px solid #121212;border-radius:20px;position:relative;overflow:hidden;transition:all .3s}.wcf__iconbox.style-5:hover::after{border-radius:0}.wcf__iconbox.style-5:hover .desc,.wcf__iconbox.style-5:hover .icon,.wcf__iconbox.style-5:hover .title{color:#fff}.wcf__iconbox.style-5:hover .icon{fill:#fff}.wcf__iconbox.style-5:hover .wcf__btn a{color:#fff;border-color:#fff}.wcf__iconbox.style-5::after{position:absolute;content:"";background-color:#121212;transition:all .3s}.wcf__iconbox.style-5 .icon{z-index:1;position:relative;color:#121212}.wcf__iconbox.style-5 .title{font-weight:500;font-size:24px;line-height:1.5;text-transform:uppercase;color:#121212;transition:all .3s;position:relative;z-index:1}.wcf__iconbox.style-5 .desc{font-weight:400;font-size:16px;line-height:1.5;color:#121212;position:relative;z-index:1;margin-left:70px;transition:all .3s}.wcf__iconbox.style-5 .wcf__btn{margin-left:70px}.wcf__iconbox.style-5 .wcf__btn a{z-index:1;position:relative}.hover-start-top .wcf__iconbox.style-5::after{width:76px;height:23px;left:calc(50% - 38px);top:0;border-radius:0 0 15px 15px}.hover-start-top .wcf__iconbox.style-5:hover::after{width:100%;height:100%;left:0}.hover-start-right .wcf__iconbox.style-5::after{width:23px;height:76px;right:0;top:calc(50% - 38px);border-radius:15px 0 0 15px}.hover-start-right .wcf__iconbox.style-5:hover::after{width:100%;height:100%;top:0}.hover-start-bottom .wcf__iconbox.style-5::after{width:76px;height:23px;left:calc(50% - 38px);bottom:0;border-radius:15px 15px 0 0}.hover-start-bottom .wcf__iconbox.style-5:hover::after{width:100%;height:100%;left:0}.hover-start-left .wcf__iconbox.style-5::after{width:23px;height:76px;left:0;top:calc(50% - 38px);border-radius:0 15px 15px 0}.hover-start-left .wcf__iconbox.style-5:hover::after{width:100%;height:100%;top:0}.service-rollover-left{position:relative;transition:all .5s}.service-rollover-left::after{position:absolute;content:"";width:0%;height:100%;top:0;right:0;background-color:#c9c6de;transition:all .3s cubic-bezier(.42,0,.58,1);z-index:-1}.service-rollover-left:hover::after{width:100%;right:auto;left:0}