.front .tp-split-text,
.front .tp_title_anim{
    	opacity:0;
}

/*titol home hero section*/

.front .tp_title_anim_home,
.front .tp_text_invert_bottom,
.front .tp_text_invert_middle,
.front .tp_text_invert_auto
{
    opacity:0;
}

.front .tp_text_invert_bottom .elementor-heading-title div,
.front .tp_text_invert_middle .elementor-heading-title div
{
            padding:0px 0px;
            background-size: 200% 100%;
              background-position-x: 100%;
              color: transparent;
              background-clip: text;
              -webkit-background-clip: text;
             background-image: linear-gradient(to right, rgb(255, 255, 255) 50%, rgb(51, 51, 51) 50%);
}

.front .tp_text_invert_middle.grey_to_black .elementor-heading-title div{
       
             background-image: linear-gradient(to right,rgb(0, 0, 0) 50%, rgb(238, 238, 238) 50%) !important;
}

.front .tp_text_invert_middle.black_to_white .elementor-heading-title div{
       
             background-image: linear-gradient(to right,rgb(255, 255, 255) 50%, rgb(0, 0, 0) 50%) !important;
}



.front .tp_title_anim_home .star{
    
    opacity:0;
}

.tp_title_anim_home .star{
    width:70px;
    margin-bottom:35px;
    transform:  translateY(0px);
     
}

.front .tp_text_invert_auto .elementor-heading-title div{ 
     color: hsl(0, 0%, 100%); 
}