<div class="tastesee-loader" ></div>
<script defer>
document.addEventListener('DOMContentLoaded', function() {
setTimeout(
function () { jQuery('.tastesee-loader').fadeOut(3000, function() {
jQuery('.tastesee-loader').hide();
})},
5000);
});
</script>
<style>
.tastesee-loader {
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index: 9999;
background: url('https://tastesee.intheworks.link/wp-content/uploads/2021/04/preloader-3.gif') 50% 50% no-repeat #fff; /* Change the #fff here to your background color of choice for the preloader fullscreen section */
}
.elementor-editor-active .tastesee-loader{
display: none;
}
</style>