/***<<--- 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;
}

.wdt-heading-holder>*:not(:last-child) {
    margin-bottom: 20px;
}

.wdt-heading-holder>*:last-child {
    margin-bottom: 0;
}

.wdt-heading-holder .wdt-heading-title-wrapper {
    line-height: 1.2;

    margin-top: 0;
}

.wdt-heading-holder .wdt-heading-title-wrapper .wdt-heading-title .wdt-heading-title-item {
    margin: 0;
}

.wdt-heading-holder .wdt-heading-title-wrapper.wdt-heading-align-start,
.wdt-heading-holder .wdt-heading-title-wrapper.wdt-heading-align-baseline,
.wdt-heading-holder .wdt-heading-title-wrapper.wdt-heading-align-start .wdt-heading-title .wdt-heading-title-inner,
.wdt-heading-holder .wdt-heading-title-wrapper.wdt-heading-align-baseline .wdt-heading-title .wdt-heading-title-inner {
    line-height: 1;
}

.wdt-heading-holder .wdt-heading-subtitle-wrapper {
    display: inline-block;
    font-size: var(--wdtFontSize_Ext);
    font-weight: var(--wdtFontWeight_Alt);
    padding: 8px 20px;
    color: var(--wdtHeadAltColor);
    background: linear-gradient(90deg, var(--wdtPrimaryColor) -50%, transparent 90%);
    -webkit-box-shadow: inset 0px 1px 10px -1px var(--wdtPrimaryColor) !important;
    box-shadow: inset 0px 1px 10px -1px var(--wdtPrimaryColor) !important;
    border-radius: var(--wdtRadius_Part);
    background-size: 100% 100%;
    text-transform: capitalize;
}

.wdt-dark-bg .wdt-heading-holder .wdt-heading-subtitle-wrapper,
.wdt-dark-bg .wdt-heading-holder .wdt-heading-title-wrapper,
.wdt-dark-bg .wdt-heading-holder .wdt-heading-content-wrapper{
    color: var(--wdtAccentTxtColor);
    -webkit-transition: var(--wdtAltTransition);
    transition: var(--wdtAltTransition);
}

.wdt-light-bg .wdt-heading-holder .wdt-heading-subtitle-wrapper{
    background: linear-gradient(90deg, rgba(var(--wdtHeadAltColorRgb),0.4) -100%, transparent 90%);
    -webkit-box-shadow: inset 0px 1px 10px -1px rgba(var(--wdtHeadAltColorRgb),0.4) !important;
    box-shadow: inset 0px 1px 10px -1px rgba(var(--wdtHeadAltColorRgb),0.4) !important;
}

.wdt-heading-holder .wdt-heading-icon-wrapper .wdt-content-icon-wrapper,
.wdt-heading-holder .wdt-heading-icon-wrapper .wdt-content-icon {
    line-height: 1;
}

/***<<--- Overall - Heading Separator --->>***/

.wdt-heading-holder>.wdt-heading-separator-wrapper .wdt-heading-separator {
    display: flex;
    align-items: center;
}

.wdt-heading-holder>.wdt-heading-separator-wrapper .wdt-heading-separator .wdt-separator-line {
    width: 50px;
    height: 2px;
}

.wdt-heading-holder .wdt-heading-separator-wrapper .wdt-heading-separator.with-line .wdt-separator-line[class*='-left-part'] {
    margin-right: 5px;
}

.wdt-heading-holder .wdt-heading-separator-wrapper .wdt-heading-separator.with-line .wdt-separator-line[class*='-right-part'] {
    margin-left: 5px;
}

.wdt-heading-holder>.wdt-heading-separator-wrapper .wdt-heading-separator .wdt-content-icon-wrapper {
    line-height: 0;
}

.wdt-heading-holder .wdt-heading-separator.with-icon .wdt-content-icon-wrapper .wdt-content-icon {
    display: inline-block;
}

.wdt-heading-holder .wdt-heading-separator.with-icon .wdt-content-icon-wrapper .wdt-content-icon span {
    font-size: 1.125rem;

    position: relative;
    z-index: 0;

    display: inline-block;

    text-align: center;
    vertical-align: middle;
}

.wdt-heading-holder .wdt-heading-separator.with-icon .wdt-content-icon-wrapper .wdt-content-icon span i {
    position: relative;

    display: inline-flex;

    width: 100%;
    height: 100%;
    margin: 0;

    place-content: center;
    place-items: center;
}

.wdt-heading-holder .wdt-heading-separator.with-icon .wdt-content-icon-wrapper .wdt-content-icon span svg {
    width: 1em;
    height: 1em;

    fill: currentColor;
}

.wdt-heading-holder .wdt-heading-separator.with-icon .wdt-content-icon-wrapper .wdt-content-icon span:before {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    width: auto;
    height: auto;

    content: '';

    -webkit-border-radius: inherit;
    border-radius: inherit;
}

/***<<--- Heading - Decorative Elements --->>***/

.wdt-heading-holder>.wdt-heading-deco-wrapper>span {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    white-space: break-spaces;
}

.wdt-heading-holder>.wdt-heading-deco-wrapper>span {
    display: inline;
}

.wdt-heading-holder>.wdt-heading-deco-wrapper>span .wdt-heading-deco-line {
    width: 50px;
    height: 2px;
    align-self: center;
}

.wdt-heading-holder .wdt-heading-deco-wrapper>span .wdt-heading-deco-inner {
    display: inline-flex;
    align-items: baseline;
}

.wdt-heading-holder .wdt-heading-deco-wrapper>span .wdt-heading-deco-inner[class*='-left-part'] {
    margin-right: 5px;
}

.wdt-heading-holder .wdt-heading-deco-wrapper>span .wdt-heading-deco-inner[class*='-right-part'] {
    margin-left: 5px;
}

.wdt-heading-holder .wdt-heading-deco-wrapper .wdt-heading-deco-icon,
.wdt-heading-holder .wdt-heading-deco-wrapper .wdt-heading-deco-icon span {
    display: inline-flex;
}

.wdt-heading-holder .wdt-heading-deco-wrapper .wdt-content-icon-wrapper .wdt-content-icon span {
    font-size: 1.125rem;
    line-height: 1;

    position: relative;
    z-index: 0;

    display: inline-block;

    text-align: center;
}

.wdt-heading-holder .wdt-heading-deco-wrapper .wdt-content-icon-wrapper .wdt-content-icon span i {
    position: relative;

    display: inline-flex;

    width: 100%;
    height: 100%;
    margin: 0;

    place-content: center;
    place-items: center;
}

.wdt-heading-holder .wdt-heading-deco-wrapper .wdt-content-icon-wrapper .wdt-content-icon span svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.wdt-heading-holder .wdt-heading-deco-wrapper .wdt-content-icon-wrapper .wdt-content-icon span:before {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;
    content: '';
    -webkit-border-radius: inherit;
    border-radius: inherit;
}

.wdt-heading-holder .wdt-heading-deco-wrapper .wdt-heading-deco-image {
    display: inline-flex;
}

.wdt-heading-holder .wdt-heading-deco-wrapper .wdt-heading-deco-inner .wdt-heading-deco-image span {
    position: relative;
    z-index: 0;

    display: inline-block;

    text-align: center;
}

.wdt-heading-holder .wdt-heading-deco-wrapper .wdt-heading-deco-inner .wdt-heading-deco-image span img {
    display: inherit;

    height: 100%;

    object-fit: cover;
}


/***<<--- 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.1;
    margin-top: 5px;
    margin-left: -5px;
}


/* Default Colors */

.wdt-heading-holder>.wdt-heading-separator-wrapper .wdt-separator-line,
.wdt-heading-holder>.wdt-heading-deco-wrapper>span .wdt-heading-deco-line {
    background-color: var(--wdt-elementor-color-primary);
}

.wdt-heading-holder .wdt-heading-separator.with-icon .wdt-content-icon-wrapper .wdt-content-icon span,
.wdt-heading-holder .wdt-heading-deco-wrapper .wdt-content-icon-wrapper .wdt-content-icon span,
.wdt-heading-holder .wdt-heading-deco-wrapper .wdt-heading-title .wdt-heading-colored-elements {
    color: var(--wdt-elementor-color-primary);
}

/* Common-heading */

.wdt-common-heading span.wdt-heading-subtitle {
    font-size: var(--wdtFontSize_Ext);
    font-family: var(--wdtFontTypo_Base);
    text-transform: capitalize;
}

.wdt-common-heading .wdt-heading-subtitle-wrapper.wdt-heading-align-center {
    margin-bottom: 5px;
    font-size: var(--wdtFontSize_Ext);
    letter-spacing: var(--wdtLetterSpacing_2X);
    font-weight: var(--wdtFontWeight_Base);
    font-family: var(--wdtFontTypo_Base);
    text-transform: uppercase;
    color: var(--wdtHeadAltColor);
}

.wdt-common-heading .wdt-heading-holder h2.wdt-heading-title-wrapper {
    text-transform: capitalize;
    margin-bottom: 10px;
}

.wdt-common-heading .wdt-heading-icon-wrapper {
    margin-bottom: 0;
}

.wdt-common-heading .wdt-heading-icon-wrapper span.wdt-content-icon {
    font-size: 32px;
    display: inline-block;
}

.wdt-common-heading .wdt-heading-holder .wdt-heading-content-wrapper {
    color: var(--wdtBodyTxtColor);
    max-width: 600px;
}

.wdt-dark-bg .wdt-common-heading .wdt-heading-subtitle-wrapper.wdt-heading-align-center,
.wdt-dark-bg.wdt-common-heading .wdt-heading-subtitle-wrapper.wdt-heading-align-center,
.wdt-dark-bg .wdt-common-heading .wdt-heading-holder .wdt-heading-content-wrapper,
.wdt-dark-bg.wdt-common-heading .wdt-heading-holder .wdt-heading-content-wrapper {
    color: var(--wdtTertiaryColor);
}

.wdt-common-heading .wdt-heading-holder .wdt-heading-content-wrapper a {
    position: relative;
}

.wdt-common-heading .wdt-heading-holder .wdt-heading-content-wrapper a:after {
    content: '';
    position: absolute;
    background: currentColor;
    width: 100%;
    height: 1px;
    bottom: 0;
    right: 0;
    -webkit-transition: var(--wdtBaseTransition);
    transition: var(--wdtBaseTransition);
}

.wdt-common-heading .wdt-heading-holder .wdt-heading-content-wrapper a:hover:after {
    width: 0;
}


/* Home-1 Slider */

.wdt-slider-heading .wdt-heading-holder h2.wdt-heading-title-wrapper,
.wdt-slider-heading .wdt-heading-holder h2.wdt-heading-title-wrapper span {
    font-size: clamp(2.25rem, 1.8877rem + 1.6561vw, 3.875rem);
    font-weight: var(--wdtFontWeight_Alt);
}

.wdt-slider-heading .wdt-heading-holder .wdt-heading-content-wrapper {
    max-width: 500px;
}

/* Comming Soon */

.wdi-large-title-heading .wdt-heading-holder h2.wdt-heading-title-wrapper,
.wdi-large-title-heading .wdt-heading-holder h2.wdt-heading-title-wrapper span {
    font-size: clamp(1.25rem, 1rem + 1.25vw, 2.5rem);
}


/* Slider animation */

.wdt-thumb-carousel-holder>.swiper>.swiper-wrapper>.swiper-slide .wdt-heading-holder h2.wdt-heading-title-wrapper,
.wdt-thumb-carousel-holder>.swiper>.swiper-wrapper>.swiper-slide .wdt-heading-holder .wdt-heading-subtitle-wrapper,
.wdt-thumb-carousel-holder>.swiper>.swiper-wrapper>.swiper-slide .elementor-widget-wrap>.elementor-element .wdt-button-holder,
.wdt-fraction-with-arrow-pagination .wdt-carousel-holder .swiper .swiper-wrapper .swiper-slide .wdt-heading-holder h2.wdt-heading-title-wrapper,
.wdt-fraction-with-arrow-pagination .wdt-carousel-holder .swiper .swiper-wrapper .swiper-slide .wdt-heading-subtitle-wrapper,
.wdt-fraction-with-arrow-pagination .wdt-carousel-holder .swiper .swiper-wrapper .swiper-slide .wdt-heading-holder .wdt-heading-content-wrapper,
.wdt-fraction-with-arrow-pagination .wdt-carousel-holder .swiper .swiper-wrapper .swiper-slide .elementor-widget-wrap>.elementor-element .wdt-button-holder {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: var(--wdt-Ad-Transition);
    transition: var(--wdt-Ad-Transition);
    opacity: 0;
    transition-duration: .6s;
}

.wdt-thumb-carousel-holder>.swiper>.swiper-wrapper>.swiper-slide.swiper-slide-active .wdt-heading-holder h2.wdt-heading-title-wrapper,
.wdt-thumb-carousel-holder>.swiper>.swiper-wrapper>.swiper-slide.swiper-slide-active .wdt-heading-holder .wdt-heading-subtitle-wrapper,
.wdt-thumb-carousel-holder>.swiper>.swiper-wrapper>.swiper-slide.swiper-slide-active .elementor-widget-wrap>.elementor-element .wdt-button-holder,
.wdt-fraction-with-arrow-pagination .wdt-carousel-holder .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .wdt-heading-holder h2.wdt-heading-title-wrapper,
.wdt-fraction-with-arrow-pagination .wdt-carousel-holder .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .wdt-heading-subtitle-wrapper,
.wdt-fraction-with-arrow-pagination .wdt-carousel-holder .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .wdt-heading-holder .wdt-heading-content-wrapper,
.wdt-fraction-with-arrow-pagination .wdt-carousel-holder .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .elementor-widget-wrap>.elementor-element .wdt-button-holder {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
}

.wdt-thumb-carousel-holder>.swiper>.swiper-wrapper>.swiper-slide .wdt-heading-holder .wdt-heading-content-wrapper {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: var(--wdt-Ad-Transition);
    transition: var(--wdt-Ad-Transition);
    opacity: 0;
    transition-duration: .6s;
}

.wdt-thumb-carousel-holder>.swiper>.swiper-wrapper>.swiper-slide.swiper-slide-active .wdt-heading-holder .wdt-heading-content-wrapper {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
}

/* .wdt-overflow-slider-content .wdt-carousel-holder .swiper .swiper-wrapper .swiper-slide .wdt-heading-holder h2.wdt-heading-title-wrapper,
.wdt-overflow-slider-content .wdt-carousel-holder .swiper .swiper-wrapper .swiper-slide .wdt-heading-subtitle-wrapper,
.wdt-overflow-slider-content .wdt-carousel-holder .swiper .swiper-wrapper .swiper-slide .wdt-heading-holder .wdt-heading-content-wrapper,
.wdt-overflow-slider-content .wdt-carousel-holder .swiper .swiper-wrapper .swiper-slide .elementor-widget-wrap>.elementor-element .wdt-button-holder
{
    -webkit-transform: translateX(-100%);transform: translateX(-100%);
    -webkit-transition: var(--wdt-Ad-Transition);transition: var(--wdt-Ad-Transition);
    opacity: 1;transition-duration: .6s;
}
.wdt-overflow-slider-content .wdt-carousel-holder .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .wdt-heading-holder h2.wdt-heading-title-wrapper,
.wdt-overflow-slider-content .wdt-carousel-holder .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .wdt-heading-subtitle-wrapper,
.wdt-overflow-slider-content .wdt-carousel-holder .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .wdt-heading-holder .wdt-heading-content-wrapper,
.wdt-overflow-slider-content .wdt-carousel-holder .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .elementor-widget-wrap>.elementor-element .wdt-button-holder
{
    -webkit-transform: translateX(0%);transform: translateX(0%);
    opacity: 1;
} */


/* .wdt-overflow-slider-content .wdt-carousel-holder .swiper .swiper-wrapper .swiper-slide .elementor .elementor-background-overlay{-webkit-animation: slide-animation-out-up 1.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) forwards;animation: slide-animation-out-up 1.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) forwards;}
.wdt-overflow-slider-content .wdt-carousel-holder .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .elementor .elementor-background-overlay{-webkit-animation: slide-animation-in-up 1s cubic-bezier(0.68, -0.55, 0.27, 1.55) forwards;animation: slide-animation-in-up 1s cubic-bezier(0.68, -0.55, 0.27, 1.55) forwards;} */


@media(max-width: 1024px) {
    .wdt-slider-heading .wdt-heading-holder .wdt-heading-content-wrapper {
        text-wrap: balance;
    }

    .wdt-custom-interactive-iconbox .wdt-interactive-showcase-container .wdt-interactive-showcase-content-wrapper .wdt-heading-content-wrapper {
        text-wrap: balance;
    }
}

@media(max-width: 767px) {
    .wdt-slider-heading .wdt-heading-holder .wdt-heading-content-wrapper {
        max-width: 100%;
        text-wrap: balance;
    }
}