/***<<--- Heading Transition --->>***/

.wdt-heading-holder { -webkit-transition: var(--wdt-elementor-base-transition); transition: var(--wdt-elementor-base-transition); }

/***<<--- Heading Common --->>***/

.wdt-heading-holder { position: relative; z-index: 0; }

.wdt-heading-holder > *:not(:last-child) { margin-bottom: 20px; }

.wdt-heading-holder > *:last-child { margin-bottom: 0; }

.wdt-heading-holder .wdt-heading-title-wrapper { margin-top: 0; }


/* sub title */

.wdt-heading-holder .wdt-heading-subtitle-wrapper {
    font-size: var(--wdtFontSize_Base);
    font-weight: var(--wdtFontWeight_Base);
    font-family: var(--wdtFontTypo_Base);
    line-height: normal;
    text-transform: capitalize;

    display: inline-block;
    color: var(--wdtHeadAltColor);
    padding: 9px 20px;
    background-color: var(--wdtBodyBGColor);
    background-image: linear-gradient(180deg, rgba(var(--wdtPrimaryColorRgb),0.35), rgba(var(--wdtPrimaryColorRgb),0.35));

    border-radius: var(--wdtRadius_Part);
    -webkit-border-radius: var(--wdtRadius_Part);
    position: relative;
}

.wdt-heading-holder .wdt-heading-subtitle-wrapper::before {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: inherit;
    -webkit-border-radius: inherit;
    background: linear-gradient(180deg, rgba(var(--wdtPrimaryColorRgb),1), rgba(var(--wdtPrimaryColorRgb),0.25));
    z-index: -1;
}

/* .wdt-heading-holder .wdt-heading-subtitle-wrapper::after {
    content: '\e801';
    font-family: "wdt-alt-icons";
    font-size: 0.7em;
    margin-left: 1em;
} */

.wdt-dark-bg .wdt-heading-holder .wdt-heading-subtitle-wrapper {
    color: var(--wdtAccentTxtColor);
    background-color: var(--wdtHeadAltColor);
    background-image: linear-gradient(180deg, rgba(var(--wdtPrimaryColorRgb),0.10), rgba(var(--wdtPrimaryColorRgb),0.10));
}

.wdt-dark-bg .wdt-heading-holder .wdt-heading-subtitle-wrapper::before {
    background: linear-gradient(180deg, rgba(var(--wdtPrimaryColorRgb),1), rgba(var(--wdtPrimaryColorRgb),0.1));
}


/***<<--- Heading - Background Text Elements --->>***/

/* .wdt-heading-holder .wdt-heading-background-text-wrapper {
    line-height: 1;
    margin-bottom: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    user-select: none;
    pointer-events: none;
}

.wdt-heading-holder .wdt-heading-background-text-wrapper .wdt-heading-background-text {
    display: inline-block;
    font-family: var(--wdtFontTypo_Alt);
    font-size: 12.5em;
    font-weight: 900;
    letter-spacing: 0.075em;
    line-height: 0.65;
    opacity: 0.048;
    margin-top: 5px;
    margin-left: -5px;
} */
.wdt-heading-holder .wdt-heading-background-text-wrapper {
    font-size: clamp(7.5rem, 5.5494rem + 8.9172vw, 16.25rem);
    font-family:var(--wdtFontTypo_H2);
    font-weight:var(--wdtFontWeight_H2);
    line-height:var(--wdtLineHeight_H2);
    background: linear-gradient(to bottom, var(--wdtPrimaryColor), transparent 70% 100%);
    text-transform:uppercase;
    -webkit-text-fill-color:transparent;
    -webkit-background-clip:text;
    /* animation: gradientFade 3s ease-in-out forwards; */
}


/* @keyframes gradientFade {
  0% {
    background: linear-gradient(to bottom, var(--wdtPrimaryColor), transparent 0% 0%);
  }
  100% {
    background: linear-gradient(to bottom, var(--wdtPrimaryColor), transparent 70% 100%);
  }
} */


@media (max-width:767px){
.wdt-heading-holder .wdt-heading-background-text-wrapper{
    opacity:.2;
}
}