
/* ID: 1117652 TUR: 292 */    <!-- Banner JS Yapısı -->
        <!--// Banner JS Yapısı Bitiş -->

    <!-- Kutular JS Yapısı -->
                        
                (function($) {
                        $.fn.visible1117652 = function() {
                        var $t = $(this),
                            $w = $(window),
                            viewTop = $w.scrollTop(),
                            viewBottom = viewTop + $w.height(),
                            _top = $t.offset().top,
                            _bottom = _top + $t.height() - 50;
                        return (_top > viewTop && _top < viewBottom)
                    };
                })(jQuery);


                function animasyon1117652(x) {
                var el = $('#bls-1117652');

                el.find('.efektd').each(function() {
                    if ( $(this).visible1117652(true)) {
                    $(this).addClass("animated");
                    $(this).addClass($(this).data('efekt'));
                }

                });

                el.find('.efektdx').each(function() {
                    if ( $(this).visible1117652(true)) {
                    $(this).addClass("animated");
                    $(this).addClass($(this).data('efekt'));
                }

                });
                }

                $(window).scroll(function() { animasyon1117652(true) });
                animasyon1117652(false);
            
                <!--// Kutular JS Yapısı Bitiş -->


    <!-- Slayt JS Yapısı -->
            
            $('.vls-1117652-69e67e7310').on('init', function(e, slick) {

            (function($) {
                    $.fn.visible1117652 = function() {


                    var $t = $(this),
                        $w = $(window),
                        viewTop = $w.scrollTop(),
                        viewBottom = viewTop + $w.height(),
                        _top = $t.offset().top,
                        _bottom = _top + $t.height() - 50;
                    //  console.log(_top,viewTop,_bottom,viewBottom);
                    return (_top > viewTop && _top < viewBottom)
                };
            })(jQuery);


            function animasyon1117652(x) {

            var elx = $('.vls-1117652-69e67e7310');
            elx.find('.efektd').each(function() {
                if (!x) {

                    $(this).removeClass("animated");
                    $(this).removeClass($(this).data('efekt'));
                }
            });


            var el = $('#bls-1117652 .slick-slide[data-slick-index="0"]');

            el.find('.efektd').each(function() {
                if ( $(this).visible1117652(true)) {
                $(this).addClass("animated");
                $(this).addClass($(this).data('efekt'));
            }

            });

            el.find('.efektdx').each(function() {
            if ( $(this).visible1117652(true)) {
            $(this).addClass("animated");
            $(this).addClass($(this).data('efekt'));
            }

            });

            }

            $(window).scroll(function() { animasyon1117652(true) });
            animasyon1117652(false);
            });
        
        
            $(document).ready(function() {
                $('.ybirimlec-1117652').mouseParallax({ moveFactor: 0.0,  });
                $('.yikiimlec-1117652').mouseParallax({ moveFactor: 0.0,  });
                $('.ysekizimlec-1117652').mouseParallax({ moveFactor: 0.0,  });

            });
        

        
            $('.vls-1117652-69e67e7310').slick({

            slidesToShow: 1, 
            slidesToScroll: 1,
            infinite: true,
                dots: false,
                arrows: true,
                autoplay: true,
                cssEase: 'linear',
                fade: true,
                adaptiveHeight: false,
                                                autoplaySpeed:5000,
                speed:200,
                                responsive: [{
                        breakpoint: 990,
                        settings: {
                            slidesToShow: 1,
                            dots: false,
                            arrows: false,
                            autoplaySpeed:5000,
                            speed:200,
                        }
                    },
                    {
                        breakpoint: 767,
                        settings: {
                            slidesToShow: 1,
                            dots: false,
                            arrows: true,
                            adaptiveHeight: true,
                            autoplaySpeed:5000,
                            speed:200
                        }
                    }
                ]
            });

            
            $('.vls-1117652-69e67e7310').on('beforeChange', function(event, slick, currentSlide, nextSlide){

            var el = $('.vls-1117652-69e67e7310 [data-slick-index='+nextSlide+']');
            var elx = $('.vls-1117652-69e67e7310');
            elx.find('.animated').each(function() {
                $(this).removeClass("animated");
                $(this).removeClass($(this).attr('data-efekt'));
            });

            elx.find('.efektdx[data-efekt]').each(function() {
                $(this).removeClass("animated");
                $(this).removeClass($(this).attr('data-efekt'));
            });
            setTimeout(function() {
                el.find('.efektd[data-efekt]').each(function() {
                    $(this).addClass("animated");
                    $(this).addClass($(this).attr('data-efekt'));

                });
            }, 5);

            el.find('.efektdx[data-efekt]').each(function() {
            $(this).addClass("animated");
            $(this).addClass($(this).attr('data-efekt'));
            });

            });


            var slideWrapper0111765269e67e7310 = $('.vls-1117652-69e67e7310'),
            iframes = slideWrapper0111765269e67e7310.find('.embed-player'),
        Images = slideWrapper0111765269e67e7310.find('.slide-image'),
        Counter = 0;

            // POST commands to YouTube or Vimeo API
            function postMessageToPlayer(player, command) {
                if (player == null || command == null) return;
                player.contentWindow.postMessage(JSON.stringify(command), "*");
            }

            // When the slide is changing
            function playPauseVideo(slick, control) {
                var currentSlide, slideType, startTime, player, video;

                currentSlide = slick.find(".slick-current");
                slideType = currentSlide.attr("class").split(" ")[0];
                player = currentSlide.find("iframe").get(0);
                startTime = currentSlide.data("video-start");
                if (slideType === "vimeo") {
                    switch (control) {
                        case "play":
                            if ((startTime != null && startTime > 0) && !currentSlide.hasClass('started')) {
                                currentSlide.addClass('started');
                                postMessageToPlayer(player, {
                                    "method": "setCurrentTime",
                                    "value": startTime
                                });
                            }
                            postMessageToPlayer(player, {
                                "method": "play",
                                "value": 1
                            });
                            break;
                        case "pause":
                            postMessageToPlayer(player, {
                                "method": "pause",
                                "value": 1
                            });
                            break;
                    }
                } else if (slideType === "youtube") {
                    switch (control) {
                        case "play":
                            /*   postMessageToPlayer(player, {
                            "event": "command",
                            "func": "mute"
                        });*/
                            postMessageToPlayer(player, {
                                "event": "command",
                                "func": "playVideo"
                            });
                            break;
                        case "pause":
                            postMessageToPlayer(player, {
                                "event": "command",
                                "func": "pauseVideo"
                            });
                            break;
                    }
                } else if (slideType === "video") {
                    video = currentSlide.children("video").get(0);
                    if (video != null) {
                        if (control === "play") {
                            video.play();
                        } else {
                            video.pause();
                        }
                    }
                }
            }

            // Resize player
            function resizePlayer(iframes, ratio) {
                if (!iframes[0]) return;
                var win = $(".main-slider"),
                    width = win.width(),
                    playerWidth,
                    height = win.height(),
                    playerHeight,
                    ratio = ratio || 16 / 9;

                iframes.each(function() {
                    var current = $(this);
                    if (width / ratio < height) {
                        playerWidth = Math.ceil(height * ratio);
                        current.width(playerWidth).height(height).css({
                            left: (width - playerWidth) / 2,
                            top: 0
                        });
                    } else {
                        playerHeight = Math.ceil(width / ratio);
                        current.width(width).height(playerHeight).css({
                            left: 0,
                            top: (height - playerHeight) / 2
                        });
                    }
                });
            }



            slideWrapper0111765269e67e7310.on("init", function(slick){
            slick = $(slick.currentTarget);
            setTimeout(function() {
                playPauseVideo(slick, "play");
            }, 1000);
            resizePlayer(iframes, 16 / 9);
            });
            slideWrapper0111765269e67e7310.on("beforeChange", function(event, slick) {
            slick = $(slick.$slider);
            playPauseVideo(slick, "pause");
            });
            slideWrapper0111765269e67e7310.on("afterChange", function(event, slick) {
            slick = $(slick.$slider);
            playPauseVideo(slick, "play");
            });
            slideWrapper0111765269e67e7310.on("lazyLoaded", function(event, slick, image, imageSource) {
        Counter++;
            if (lazyCounter ===Images.length) {
            Images.addClass('show');
                // slideWrapper0.slick("slickPlay");
            }
            });
        

        <!--// Slayt JS Yapısı Bitiş-->



/* ID: 1141601 TUR: 292 */    <!-- Banner JS Yapısı -->
                        
                (function($) {
                        $.fn.visible1141601 = function() {

                        var $t = $(this),
                            $w = $(window),
                            viewTop = $w.scrollTop(),
                            viewBottom = viewTop + $w.height(),
                            _top = $t.offset().top,
                            _bottom = _top + $t.height() - 50;
                        return (_top > viewTop && _top < viewBottom)
                    };
                })(jQuery);


                function animasyon1141601(x) {
                var el = $('#bls-1141601');

                el.find('.efektd').each(function() {
                    if ( $(this).visible1141601(true)) {
                    $(this).addClass("animated");
                    $(this).addClass($(this).data('efekt'));
                }

                });

                el.find('.efektdx').each(function() {
                    if ( $(this).visible1141601(true)) {
                    $(this).addClass("animated");
                    $(this).addClass($(this).data('efekt'));
                }

                });
                }

                $(window).scroll(function() { animasyon1141601(true) });
                animasyon1141601(false);
            
                <!--// Banner JS Yapısı Bitiş -->

    <!-- Kutular JS Yapısı -->
        <!--// Kutular JS Yapısı Bitiş -->


    <!-- Slayt JS Yapısı -->
        <!--// Slayt JS Yapısı Bitiş-->



/* ID: 1146208 TUR: 292 */    <!-- Banner JS Yapısı -->
                        
                (function($) {
                        $.fn.visible1146208 = function() {

                        var $t = $(this),
                            $w = $(window),
                            viewTop = $w.scrollTop(),
                            viewBottom = viewTop + $w.height(),
                            _top = $t.offset().top,
                            _bottom = _top + $t.height() - 50;
                        return (_top > viewTop && _top < viewBottom)
                    };
                })(jQuery);


                function animasyon1146208(x) {
                var el = $('#bls-1146208');

                el.find('.efektd').each(function() {
                    if ( $(this).visible1146208(true)) {
                    $(this).addClass("animated");
                    $(this).addClass($(this).data('efekt'));
                }

                });

                el.find('.efektdx').each(function() {
                    if ( $(this).visible1146208(true)) {
                    $(this).addClass("animated");
                    $(this).addClass($(this).data('efekt'));
                }

                });
                }

                $(window).scroll(function() { animasyon1146208(true) });
                animasyon1146208(false);
            
                <!--// Banner JS Yapısı Bitiş -->

    <!-- Kutular JS Yapısı -->
        <!--// Kutular JS Yapısı Bitiş -->


    <!-- Slayt JS Yapısı -->
        <!--// Slayt JS Yapısı Bitiş-->



/* ID: 1483732 TUR: 292 */    <!-- Banner JS Yapısı -->
                        
                (function($) {
                        $.fn.visible1483732 = function() {

                        var $t = $(this),
                            $w = $(window),
                            viewTop = $w.scrollTop(),
                            viewBottom = viewTop + $w.height(),
                            _top = $t.offset().top,
                            _bottom = _top + $t.height() - 50;
                        return (_top > viewTop && _top < viewBottom)
                    };
                })(jQuery);


                function animasyon1483732(x) {
                var el = $('#bls-1483732');

                el.find('.efektd').each(function() {
                    if ( $(this).visible1483732(true)) {
                    $(this).addClass("animated");
                    $(this).addClass($(this).data('efekt'));
                }

                });

                el.find('.efektdx').each(function() {
                    if ( $(this).visible1483732(true)) {
                    $(this).addClass("animated");
                    $(this).addClass($(this).data('efekt'));
                }

                });
                }

                $(window).scroll(function() { animasyon1483732(true) });
                animasyon1483732(false);
            
                <!--// Banner JS Yapısı Bitiş -->

    <!-- Kutular JS Yapısı -->
        <!--// Kutular JS Yapısı Bitiş -->


    <!-- Slayt JS Yapısı -->
        <!--// Slayt JS Yapısı Bitiş-->



/* ID: 1117664 TUR: 293 */


/* ID: 1141603 TUR: 292 */    <!-- Banner JS Yapısı -->
                        
                (function($) {
                        $.fn.visible1141603 = function() {

                        var $t = $(this),
                            $w = $(window),
                            viewTop = $w.scrollTop(),
                            viewBottom = viewTop + $w.height(),
                            _top = $t.offset().top,
                            _bottom = _top + $t.height() - 50;
                        return (_top > viewTop && _top < viewBottom)
                    };
                })(jQuery);


                function animasyon1141603(x) {
                var el = $('#bls-1141603');

                el.find('.efektd').each(function() {
                    if ( $(this).visible1141603(true)) {
                    $(this).addClass("animated");
                    $(this).addClass($(this).data('efekt'));
                }

                });

                el.find('.efektdx').each(function() {
                    if ( $(this).visible1141603(true)) {
                    $(this).addClass("animated");
                    $(this).addClass($(this).data('efekt'));
                }

                });
                }

                $(window).scroll(function() { animasyon1141603(true) });
                animasyon1141603(false);
            
                <!--// Banner JS Yapısı Bitiş -->

    <!-- Kutular JS Yapısı -->
        <!--// Kutular JS Yapısı Bitiş -->


    <!-- Slayt JS Yapısı -->
        <!--// Slayt JS Yapısı Bitiş-->



/* ID: 1141602 TUR: 292 */    <!-- Banner JS Yapısı -->
                        
                (function($) {
                        $.fn.visible1141602 = function() {

                        var $t = $(this),
                            $w = $(window),
                            viewTop = $w.scrollTop(),
                            viewBottom = viewTop + $w.height(),
                            _top = $t.offset().top,
                            _bottom = _top + $t.height() - 50;
                        return (_top > viewTop && _top < viewBottom)
                    };
                })(jQuery);


                function animasyon1141602(x) {
                var el = $('#bls-1141602');

                el.find('.efektd').each(function() {
                    if ( $(this).visible1141602(true)) {
                    $(this).addClass("animated");
                    $(this).addClass($(this).data('efekt'));
                }

                });

                el.find('.efektdx').each(function() {
                    if ( $(this).visible1141602(true)) {
                    $(this).addClass("animated");
                    $(this).addClass($(this).data('efekt'));
                }

                });
                }

                $(window).scroll(function() { animasyon1141602(true) });
                animasyon1141602(false);
            
                <!--// Banner JS Yapısı Bitiş -->

    <!-- Kutular JS Yapısı -->
        <!--// Kutular JS Yapısı Bitiş -->


    <!-- Slayt JS Yapısı -->
        <!--// Slayt JS Yapısı Bitiş-->



/* ID: 1288772 TUR: 292 */    <!-- Banner JS Yapısı -->
                        
                (function($) {
                        $.fn.visible1288772 = function() {

                        var $t = $(this),
                            $w = $(window),
                            viewTop = $w.scrollTop(),
                            viewBottom = viewTop + $w.height(),
                            _top = $t.offset().top,
                            _bottom = _top + $t.height() - 50;
                        return (_top > viewTop && _top < viewBottom)
                    };
                })(jQuery);


                function animasyon1288772(x) {
                var el = $('#bls-1288772');

                el.find('.efektd').each(function() {
                    if ( $(this).visible1288772(true)) {
                    $(this).addClass("animated");
                    $(this).addClass($(this).data('efekt'));
                }

                });

                el.find('.efektdx').each(function() {
                    if ( $(this).visible1288772(true)) {
                    $(this).addClass("animated");
                    $(this).addClass($(this).data('efekt'));
                }

                });
                }

                $(window).scroll(function() { animasyon1288772(true) });
                animasyon1288772(false);
            
                <!--// Banner JS Yapısı Bitiş -->

    <!-- Kutular JS Yapısı -->
        <!--// Kutular JS Yapısı Bitiş -->


    <!-- Slayt JS Yapısı -->
        <!--// Slayt JS Yapısı Bitiş-->





        /* ID: 1117653 TUR: 306 */
    
                                        <!-- parallax -->
                    
                        (function($) {

                            $(window).enllax();

                        })(jQuery);
                    
                    <!-- parallax bitiş -->

                    
    
          /* ID: 1117683 TUR: 298 */
    
                                        <!-- parallax -->
                    
                        (function($) {

                            $(window).enllax();

                        })(jQuery);
                    
                    <!-- parallax bitiş -->

                    
    
          /* ID: 1117684 TUR: 300 */
    
    	
		(function($) {
				$.fn.notvisible1117684 = function() {

				var $t = $(this),
					$w = $(window),
					viewTop = $w.scrollTop(),
					viewBottom = viewTop + $w.height(),
					_top          = 55,
					_bottom = _top + $t.height() - 250;

				return (((_top < viewTop || _top > viewBottom) && (_bottom < viewTop || _bottom > viewBottom)))
			};
		})(jQuery);

		(function($) {
				$.fn.visible1117684 = function() {

				var $t = $(this),
					$w = $(window),
					viewTop = $w.scrollTop(),
					viewBottom = viewTop + $w.height(),
					_top          = 55,
					_bottom = _top + $t.height() - 250;

				return (((_top > viewTop && _top < viewBottom) || viewTop == 0 || (_bottom > viewTop && _bottom < viewBottom)))

			};
		})(jQuery);

		var k11117684, k21117684, k31117684;

		function animasyon1117684() {
		var el = $('#ta-bls-1117684 .efekt-1117684');

		var rf = 'transform:' + $('#ta-bls-1117684 .efekt-1117684').css('transform')+';';

		if (el.visible1117684(true)) {
		if (!el.hasClass("efekt_basladi")) {

			el.addClass('efekt_basladi');


			clearTimeout(k11117684);
			clearTimeout(k21117684);

			k11117684 = setTimeout(function() {
			el.removeClass('animate__animated animate__Kapat').attr('style', el.attr('style')+el.data('giris')).addClass('efekt_basladi2 animate__animated animate__Kapat');
			}, 0);

			k21117684 = setTimeout(function() {
			el.removeClass('animate__animated animate__Kapat animate__Kapat').addClass('efekt_basladi2 animate__animated animate__Kapat').attr('style', el.attr('style')+el.data('ekranda'));
			}, (0+1000));


			k31117684 = setTimeout(function() {
						}, (100+1000+1000));
		}
		}
		if (el.notvisible1117684()) 
		{
					}
		}
		$(window).scroll(function() { animasyon1117684() });
		animasyon1117684();
	
	<!-- parallax -->
	
		(function($) {

			$(window).enllax();

		})(jQuery);
	
	<!-- parallax bitiş -->

		
    
          /* ID: 1117685 TUR: 298 */
    
                                        <!-- parallax -->
                    
                        (function($) {

                            $(window).enllax();

                        })(jQuery);
                    
                    <!-- parallax bitiş -->

                    
    
          /* ID: 1117689 TUR: 298 */
    
                                        <!-- parallax -->
                    
                        (function($) {

                            $(window).enllax();

                        })(jQuery);
                    
                    <!-- parallax bitiş -->

                    
    
          /* ID: 1117690 TUR: 298 */
    
                                        <!-- parallax -->
                    
                        (function($) {

                            $(window).enllax();

                        })(jQuery);
                    
                    <!-- parallax bitiş -->

                    
    
          /* ID: 1117691 TUR: 298 */
    
                                        <!-- parallax -->
                    
                        (function($) {

                            $(window).enllax();

                        })(jQuery);
                    
                    <!-- parallax bitiş -->

                    
    
          /* ID: 1119012 TUR: 298 */
    
                                        <!-- parallax -->
                    
                        (function($) {

                            $(window).enllax();

                        })(jQuery);
                    
                    <!-- parallax bitiş -->

                    
    
          /* ID: 1146212 TUR: 298 */
    
                                        <!-- parallax -->
                    
                        (function($) {

                            $(window).enllax();

                        })(jQuery);
                    
                    <!-- parallax bitiş -->

                    
    
          /* ID: 1146656 TUR: 298 */
    
                                        <!-- parallax -->
                    
                        (function($) {

                            $(window).enllax();

                        })(jQuery);
                    
                    <!-- parallax bitiş -->

                    
    
                      /* ID: 881335 TUR: 274 */
    
    

	(function($) {
		$.fn.notvisible881335 = function() {
			
			var $t            = $(this),
			$w            = $(window),
			viewTop       = $w.scrollTop(),
			viewBottom    = viewTop + $w.height(),
			_top          = -166,
			_bottom       = _top + $t.height() - 250;
			
			return (((_top<viewTop || _top>viewBottom) &&  (_bottom<viewTop || _bottom>viewBottom)))
		};
	})(jQuery);

	(function($) {
		$.fn.visible881335 = function() {
			
			var $t            = $(this),
			$w            = $(window),
			viewTop       = $w.scrollTop(),
			viewBottom    = viewTop + $w.height(),
			_top          = -166,
			_bottom      = _top + $t.height() - 250;
			
			return (((_top>viewTop && _top<viewBottom) || viewTop == 0 ||  (_bottom>viewTop && _bottom<viewBottom)))

		};
	})(jQuery);

	var k1881335, k2881335, k3881335;

	function animasyon881335() {
		var el = $('#ta-bls-881335 .efekt-881335');
		
		var rf = 'transform:' + $('#ta-bls-881335 .efekt-881335').css('transform')+';';
		
		if (el.visible881335(true)) {
			if(!el.hasClass("efekt_basladi"))
			{
				
				
				el.addClass('efekt_basladi');
				
				
				clearTimeout(k1881335);
				clearTimeout(k2881335);

				k1881335 = setTimeout(function() {
					el.removeClass('animate__animated animate__Kapat').attr('style', el.attr('style')+el.data('giris')).addClass('efekt_basladi2 animate__animated animate__Kapat');
				}, 100);
				
				k2881335 = setTimeout(function() {
					el.removeClass('animate__animated animate__Kapat animate__Kapat').addClass('efekt_basladi2 animate__animated animate__Kapat').attr('style', el.attr('style')+el.data('ekranda'));
				}, (100+1000));
				
				
				k3881335 = setTimeout(function() {
									}, (200+1000+200));
			}
		} 
		if (el.notvisible881335()) 
		{
					}
	}
	$(window).scroll(function() { animasyon881335() });
	animasyon881335();



    
          /* ID: 881336 TUR: 276 */
    
    
	(function($) {
		$.fn.notvisible881336 = function() {
			
			var $t            = $(this),
			$w            = $(window),
			viewTop       = $w.scrollTop(),
			viewBottom    = viewTop + $w.height(),
			_top          = 497,
			_bottom       = _top + $t.height() - 250;
			
			return (((_top<viewTop || _top>viewBottom) &&  (_bottom<viewTop || _bottom>viewBottom)))
		};
	})(jQuery);

	(function($) {
		$.fn.visible881336 = function() {
			
			var $t            = $(this),
			$w            = $(window),
			viewTop       = $w.scrollTop(),
			viewBottom    = viewTop + $w.height(),
			_top          = 497,
			_bottom      = _top + $t.height() - 250;
			
			return (((_top>viewTop && _top<viewBottom) || viewTop == 0 ||  (_bottom>viewTop && _bottom<viewBottom)))

		};
	})(jQuery);

	var k1881336, k2881336, k3881336;

	function animasyon881336() {
		var el = $('#ta-bls-881336 .efekt-881336');
		
		var rf = 'transform:' + $('#ta-bls-881336 .efekt-881336').css('transform')+';';
		
		if (el.visible881336(true)) {
			if(!el.hasClass("efekt_basladi"))
			{
				
				
				el.addClass('efekt_basladi');
				
				
				clearTimeout(k1881336);
				clearTimeout(k2881336);

				k1881336 = setTimeout(function() {
					el.removeClass('animate__animated animate__Kapat').attr('style', el.attr('style')+el.data('giris')).addClass('efekt_basladi2 animate__animated animate__Kapat');
				}, 300);
				
				k2881336 = setTimeout(function() {
					el.removeClass('animate__animated animate__Kapat animate__Kapat').addClass('efekt_basladi2 animate__animated animate__shakeX').attr('style', el.attr('style')+el.data('ekranda'));
				}, (300+1000));
				
				
				k3881336 = setTimeout(function() {
									}, (400+1000+4000));
			}
		} 
		if (el.notvisible881336()) 
		{
					}
	}
	$(window).scroll(function() { animasyon881336() });
	animasyon881336();


    
          /* ID: 881337 TUR: 274 */
    
    

	(function($) {
		$.fn.notvisible881337 = function() {
			
			var $t            = $(this),
			$w            = $(window),
			viewTop       = $w.scrollTop(),
			viewBottom    = viewTop + $w.height(),
			_top          = 504,
			_bottom       = _top + $t.height() - 250;
			
			return (((_top<viewTop || _top>viewBottom) &&  (_bottom<viewTop || _bottom>viewBottom)))
		};
	})(jQuery);

	(function($) {
		$.fn.visible881337 = function() {
			
			var $t            = $(this),
			$w            = $(window),
			viewTop       = $w.scrollTop(),
			viewBottom    = viewTop + $w.height(),
			_top          = 504,
			_bottom      = _top + $t.height() - 250;
			
			return (((_top>viewTop && _top<viewBottom) || viewTop == 0 ||  (_bottom>viewTop && _bottom<viewBottom)))

		};
	})(jQuery);

	var k1881337, k2881337, k3881337;

	function animasyon881337() {
		var el = $('#ta-bls-881337 .efekt-881337');
		
		var rf = 'transform:' + $('#ta-bls-881337 .efekt-881337').css('transform')+';';
		
		if (el.visible881337(true)) {
			if(!el.hasClass("efekt_basladi"))
			{
				
				
				el.addClass('efekt_basladi');
				
				
				clearTimeout(k1881337);
				clearTimeout(k2881337);

				k1881337 = setTimeout(function() {
					el.removeClass('animate__animated animate__Kapat').attr('style', el.attr('style')+el.data('giris')).addClass('efekt_basladi2 animate__animated animate__fadeInDown');
				}, 0);
				
				k2881337 = setTimeout(function() {
					el.removeClass('animate__animated animate__Kapat animate__fadeInDown').addClass('efekt_basladi2 animate__animated animate__bounce').attr('style', el.attr('style')+el.data('ekranda'));
				}, (0+9000));
				
				
				k3881337 = setTimeout(function() {
									}, (100+9000+200));
			}
		} 
		if (el.notvisible881337()) 
		{
					}
	}
	$(window).scroll(function() { animasyon881337() });
	animasyon881337();



    
          /* ID: 881342 TUR: 276 */
    
    
	(function($) {
		$.fn.notvisible881342 = function() {
			
			var $t            = $(this),
			$w            = $(window),
			viewTop       = $w.scrollTop(),
			viewBottom    = viewTop + $w.height(),
			_top          = 16,
			_bottom       = _top + $t.height() - 250;
			
			return (((_top<viewTop || _top>viewBottom) &&  (_bottom<viewTop || _bottom>viewBottom)))
		};
	})(jQuery);

	(function($) {
		$.fn.visible881342 = function() {
			
			var $t            = $(this),
			$w            = $(window),
			viewTop       = $w.scrollTop(),
			viewBottom    = viewTop + $w.height(),
			_top          = 16,
			_bottom      = _top + $t.height() - 250;
			
			return (((_top>viewTop && _top<viewBottom) || viewTop == 0 ||  (_bottom>viewTop && _bottom<viewBottom)))

		};
	})(jQuery);

	var k1881342, k2881342, k3881342;

	function animasyon881342() {
		var el = $('#ta-bls-881342 .efekt-881342');
		
		var rf = 'transform:' + $('#ta-bls-881342 .efekt-881342').css('transform')+';';
		
		if (el.visible881342(true)) {
			if(!el.hasClass("efekt_basladi"))
			{
				
				
				el.addClass('efekt_basladi');
				
				
				clearTimeout(k1881342);
				clearTimeout(k2881342);

				k1881342 = setTimeout(function() {
					el.removeClass('animate__animated animate__Kapat').attr('style', el.attr('style')+el.data('giris')).addClass('efekt_basladi2 animate__animated animate__Kapat');
				}, 0);
				
				k2881342 = setTimeout(function() {
					el.removeClass('animate__animated animate__Kapat animate__Kapat').addClass('efekt_basladi2 animate__animated animate__Kapat').attr('style', el.attr('style')+el.data('ekranda'));
				}, (0+6000));
				
				
				k3881342 = setTimeout(function() {
									}, (100+6000+4000));
			}
		} 
		if (el.notvisible881342()) 
		{
					}
	}
	$(window).scroll(function() { animasyon881342() });
	animasyon881342();


    
          /* ID: 881343 TUR: 275 */
    
    
	(function($) {
		$.fn.notvisible881343 = function() {
			
			var $t            = $(this),
			$w            = $(window),
			viewTop       = $w.scrollTop(),
			viewBottom    = viewTop + $w.height(),
			_top          = 65,
			_bottom       = _top + $t.height() - 250;
			
			return (((_top<viewTop || _top>viewBottom) &&  (_bottom<viewTop || _bottom>viewBottom)))
		};
	})(jQuery);

	(function($) {
		$.fn.visible881343 = function() {
			
			var $t            = $(this),
			$w            = $(window),
			viewTop       = $w.scrollTop(),
			viewBottom    = viewTop + $w.height(),
			_top          = 65,
			_bottom      = _top + $t.height() - 250;
			
			return (((_top>viewTop && _top<viewBottom) || viewTop == 0 ||  (_bottom>viewTop && _bottom<viewBottom)))

		};
	})(jQuery);

	var k1881343, k2881343, k3881343;

	function animasyon881343() {
		var el = $('#ta-bls-881343 .efekt-881343');
		
		var rf = 'transform:' + $('#ta-bls-881343 .efekt-881343').css('transform')+';';
		
		if (el.visible881343(true)) {
			if(!el.hasClass("efekt_basladi"))
			{
				
				
				el.addClass('efekt_basladi');
				
				
				clearTimeout(k1881343);
				clearTimeout(k2881343);

				k1881343 = setTimeout(function() {
					el.removeClass('animate__animated animate__Kapat').attr('style', el.attr('style')+el.data('giris')).addClass('efekt_basladi2 animate__animated animate__Kapat');
				}, 100);
				
				k2881343 = setTimeout(function() {
					el.removeClass('animate__animated animate__Kapat animate__Kapat').addClass('efekt_basladi2 animate__animated animate__shakeY').attr('style', el.attr('style')+el.data('ekranda'));
				}, (100+2000));
				
				
				k3881343 = setTimeout(function() {
									}, (200+2000+5000));
			}
		} 
		if (el.notvisible881343()) 
		{
					}
	}
	$(window).scroll(function() { animasyon881343() });
	animasyon881343();


    
          /* ID: 881352 TUR: 276 */
    
    
	(function($) {
		$.fn.notvisible881352 = function() {
			
			var $t            = $(this),
			$w            = $(window),
			viewTop       = $w.scrollTop(),
			viewBottom    = viewTop + $w.height(),
			_top          = -200,
			_bottom       = _top + $t.height() - 250;
			
			return (((_top<viewTop || _top>viewBottom) &&  (_bottom<viewTop || _bottom>viewBottom)))
		};
	})(jQuery);

	(function($) {
		$.fn.visible881352 = function() {
			
			var $t            = $(this),
			$w            = $(window),
			viewTop       = $w.scrollTop(),
			viewBottom    = viewTop + $w.height(),
			_top          = -200,
			_bottom      = _top + $t.height() - 250;
			
			return (((_top>viewTop && _top<viewBottom) || viewTop == 0 ||  (_bottom>viewTop && _bottom<viewBottom)))

		};
	})(jQuery);

	var k1881352, k2881352, k3881352;

	function animasyon881352() {
		var el = $('#ta-bls-881352 .efekt-881352');
		
		var rf = 'transform:' + $('#ta-bls-881352 .efekt-881352').css('transform')+';';
		
		if (el.visible881352(true)) {
			if(!el.hasClass("efekt_basladi"))
			{
				
				
				el.addClass('efekt_basladi');
				
				
				clearTimeout(k1881352);
				clearTimeout(k2881352);

				k1881352 = setTimeout(function() {
					el.removeClass('animate__animated animate__Kapat').attr('style', el.attr('style')+el.data('giris')).addClass('efekt_basladi2 animate__animated animate__Kapat');
				}, 0);
				
				k2881352 = setTimeout(function() {
					el.removeClass('animate__animated animate__Kapat animate__Kapat').addClass('efekt_basladi2 animate__animated animate__Kapat').attr('style', el.attr('style')+el.data('ekranda'));
				}, (0+6000));
				
				
				k3881352 = setTimeout(function() {
									}, (100+6000+4000));
			}
		} 
		if (el.notvisible881352()) 
		{
					}
	}
	$(window).scroll(function() { animasyon881352() });
	animasyon881352();


    
          /* ID: 881356 TUR: 276 */
    
    
	(function($) {
		$.fn.notvisible881356 = function() {
			
			var $t            = $(this),
			$w            = $(window),
			viewTop       = $w.scrollTop(),
			viewBottom    = viewTop + $w.height(),
			_top          = -25,
			_bottom       = _top + $t.height() - 250;
			
			return (((_top<viewTop || _top>viewBottom) &&  (_bottom<viewTop || _bottom>viewBottom)))
		};
	})(jQuery);

	(function($) {
		$.fn.visible881356 = function() {
			
			var $t            = $(this),
			$w            = $(window),
			viewTop       = $w.scrollTop(),
			viewBottom    = viewTop + $w.height(),
			_top          = -25,
			_bottom      = _top + $t.height() - 250;
			
			return (((_top>viewTop && _top<viewBottom) || viewTop == 0 ||  (_bottom>viewTop && _bottom<viewBottom)))

		};
	})(jQuery);

	var k1881356, k2881356, k3881356;

	function animasyon881356() {
		var el = $('#ta-bls-881356 .efekt-881356');
		
		var rf = 'transform:' + $('#ta-bls-881356 .efekt-881356').css('transform')+';';
		
		if (el.visible881356(true)) {
			if(!el.hasClass("efekt_basladi"))
			{
				
				
				el.addClass('efekt_basladi');
				
				
				clearTimeout(k1881356);
				clearTimeout(k2881356);

				k1881356 = setTimeout(function() {
					el.removeClass('animate__animated animate__Kapat').attr('style', el.attr('style')+el.data('giris')).addClass('efekt_basladi2 animate__animated animate__Kapat');
				}, 0);
				
				k2881356 = setTimeout(function() {
					el.removeClass('animate__animated animate__Kapat animate__Kapat').addClass('efekt_basladi2 animate__animated animate__Kapat').attr('style', el.attr('style')+el.data('ekranda'));
				}, (0+6000));
				
				
				k3881356 = setTimeout(function() {
									}, (100+6000+4000));
			}
		} 
		if (el.notvisible881356()) 
		{
					}
	}
	$(window).scroll(function() { animasyon881356() });
	animasyon881356();


    
          /* ID: 881632 TUR: 274 */
    
    

	(function($) {
		$.fn.notvisible881632 = function() {
			
			var $t            = $(this),
			$w            = $(window),
			viewTop       = $w.scrollTop(),
			viewBottom    = viewTop + $w.height(),
			_top          = -166,
			_bottom       = _top + $t.height() - 250;
			
			return (((_top<viewTop || _top>viewBottom) &&  (_bottom<viewTop || _bottom>viewBottom)))
		};
	})(jQuery);

	(function($) {
		$.fn.visible881632 = function() {
			
			var $t            = $(this),
			$w            = $(window),
			viewTop       = $w.scrollTop(),
			viewBottom    = viewTop + $w.height(),
			_top          = -166,
			_bottom      = _top + $t.height() - 250;
			
			return (((_top>viewTop && _top<viewBottom) || viewTop == 0 ||  (_bottom>viewTop && _bottom<viewBottom)))

		};
	})(jQuery);

	var k1881632, k2881632, k3881632;

	function animasyon881632() {
		var el = $('#ta-bls-881632 .efekt-881632');
		
		var rf = 'transform:' + $('#ta-bls-881632 .efekt-881632').css('transform')+';';
		
		if (el.visible881632(true)) {
			if(!el.hasClass("efekt_basladi"))
			{
				
				
				el.addClass('efekt_basladi');
				
				
				clearTimeout(k1881632);
				clearTimeout(k2881632);

				k1881632 = setTimeout(function() {
					el.removeClass('animate__animated animate__Kapat').attr('style', el.attr('style')+el.data('giris')).addClass('efekt_basladi2 animate__animated animate__Kapat');
				}, 100);
				
				k2881632 = setTimeout(function() {
					el.removeClass('animate__animated animate__Kapat animate__Kapat').addClass('efekt_basladi2 animate__animated animate__Kapat').attr('style', el.attr('style')+el.data('ekranda'));
				}, (100+1000));
				
				
				k3881632 = setTimeout(function() {
									}, (200+1000+200));
			}
		} 
		if (el.notvisible881632()) 
		{
					}
	}
	$(window).scroll(function() { animasyon881632() });
	animasyon881632();



    
          /* ID: 881633 TUR: 276 */
    
    
	(function($) {
		$.fn.notvisible881633 = function() {
			
			var $t            = $(this),
			$w            = $(window),
			viewTop       = $w.scrollTop(),
			viewBottom    = viewTop + $w.height(),
			_top          = 497,
			_bottom       = _top + $t.height() - 250;
			
			return (((_top<viewTop || _top>viewBottom) &&  (_bottom<viewTop || _bottom>viewBottom)))
		};
	})(jQuery);

	(function($) {
		$.fn.visible881633 = function() {
			
			var $t            = $(this),
			$w            = $(window),
			viewTop       = $w.scrollTop(),
			viewBottom    = viewTop + $w.height(),
			_top          = 497,
			_bottom      = _top + $t.height() - 250;
			
			return (((_top>viewTop && _top<viewBottom) || viewTop == 0 ||  (_bottom>viewTop && _bottom<viewBottom)))

		};
	})(jQuery);

	var k1881633, k2881633, k3881633;

	function animasyon881633() {
		var el = $('#ta-bls-881633 .efekt-881633');
		
		var rf = 'transform:' + $('#ta-bls-881633 .efekt-881633').css('transform')+';';
		
		if (el.visible881633(true)) {
			if(!el.hasClass("efekt_basladi"))
			{
				
				
				el.addClass('efekt_basladi');
				
				
				clearTimeout(k1881633);
				clearTimeout(k2881633);

				k1881633 = setTimeout(function() {
					el.removeClass('animate__animated animate__Kapat').attr('style', el.attr('style')+el.data('giris')).addClass('efekt_basladi2 animate__animated animate__Kapat');
				}, 300);
				
				k2881633 = setTimeout(function() {
					el.removeClass('animate__animated animate__Kapat animate__Kapat').addClass('efekt_basladi2 animate__animated animate__shakeX').attr('style', el.attr('style')+el.data('ekranda'));
				}, (300+1000));
				
				
				k3881633 = setTimeout(function() {
									}, (400+1000+4000));
			}
		} 
		if (el.notvisible881633()) 
		{
					}
	}
	$(window).scroll(function() { animasyon881633() });
	animasyon881633();


    
          /* ID: 881634 TUR: 274 */
    
    

	(function($) {
		$.fn.notvisible881634 = function() {
			
			var $t            = $(this),
			$w            = $(window),
			viewTop       = $w.scrollTop(),
			viewBottom    = viewTop + $w.height(),
			_top          = 504,
			_bottom       = _top + $t.height() - 250;
			
			return (((_top<viewTop || _top>viewBottom) &&  (_bottom<viewTop || _bottom>viewBottom)))
		};
	})(jQuery);

	(function($) {
		$.fn.visible881634 = function() {
			
			var $t            = $(this),
			$w            = $(window),
			viewTop       = $w.scrollTop(),
			viewBottom    = viewTop + $w.height(),
			_top          = 504,
			_bottom      = _top + $t.height() - 250;
			
			return (((_top>viewTop && _top<viewBottom) || viewTop == 0 ||  (_bottom>viewTop && _bottom<viewBottom)))

		};
	})(jQuery);

	var k1881634, k2881634, k3881634;

	function animasyon881634() {
		var el = $('#ta-bls-881634 .efekt-881634');
		
		var rf = 'transform:' + $('#ta-bls-881634 .efekt-881634').css('transform')+';';
		
		if (el.visible881634(true)) {
			if(!el.hasClass("efekt_basladi"))
			{
				
				
				el.addClass('efekt_basladi');
				
				
				clearTimeout(k1881634);
				clearTimeout(k2881634);

				k1881634 = setTimeout(function() {
					el.removeClass('animate__animated animate__Kapat').attr('style', el.attr('style')+el.data('giris')).addClass('efekt_basladi2 animate__animated animate__fadeInDown');
				}, 0);
				
				k2881634 = setTimeout(function() {
					el.removeClass('animate__animated animate__Kapat animate__fadeInDown').addClass('efekt_basladi2 animate__animated animate__bounce').attr('style', el.attr('style')+el.data('ekranda'));
				}, (0+9000));
				
				
				k3881634 = setTimeout(function() {
									}, (100+9000+200));
			}
		} 
		if (el.notvisible881634()) 
		{
					}
	}
	$(window).scroll(function() { animasyon881634() });
	animasyon881634();



    
          /* ID: 881639 TUR: 276 */
    
    
	(function($) {
		$.fn.notvisible881639 = function() {
			
			var $t            = $(this),
			$w            = $(window),
			viewTop       = $w.scrollTop(),
			viewBottom    = viewTop + $w.height(),
			_top          = 16,
			_bottom       = _top + $t.height() - 250;
			
			return (((_top<viewTop || _top>viewBottom) &&  (_bottom<viewTop || _bottom>viewBottom)))
		};
	})(jQuery);

	(function($) {
		$.fn.visible881639 = function() {
			
			var $t            = $(this),
			$w            = $(window),
			viewTop       = $w.scrollTop(),
			viewBottom    = viewTop + $w.height(),
			_top          = 16,
			_bottom      = _top + $t.height() - 250;
			
			return (((_top>viewTop && _top<viewBottom) || viewTop == 0 ||  (_bottom>viewTop && _bottom<viewBottom)))

		};
	})(jQuery);

	var k1881639, k2881639, k3881639;

	function animasyon881639() {
		var el = $('#ta-bls-881639 .efekt-881639');
		
		var rf = 'transform:' + $('#ta-bls-881639 .efekt-881639').css('transform')+';';
		
		if (el.visible881639(true)) {
			if(!el.hasClass("efekt_basladi"))
			{
				
				
				el.addClass('efekt_basladi');
				
				
				clearTimeout(k1881639);
				clearTimeout(k2881639);

				k1881639 = setTimeout(function() {
					el.removeClass('animate__animated animate__Kapat').attr('style', el.attr('style')+el.data('giris')).addClass('efekt_basladi2 animate__animated animate__Kapat');
				}, 0);
				
				k2881639 = setTimeout(function() {
					el.removeClass('animate__animated animate__Kapat animate__Kapat').addClass('efekt_basladi2 animate__animated animate__Kapat').attr('style', el.attr('style')+el.data('ekranda'));
				}, (0+6000));
				
				
				k3881639 = setTimeout(function() {
									}, (100+6000+4000));
			}
		} 
		if (el.notvisible881639()) 
		{
					}
	}
	$(window).scroll(function() { animasyon881639() });
	animasyon881639();


    
          /* ID: 881640 TUR: 275 */
    
    
	(function($) {
		$.fn.notvisible881640 = function() {
			
			var $t            = $(this),
			$w            = $(window),
			viewTop       = $w.scrollTop(),
			viewBottom    = viewTop + $w.height(),
			_top          = 65,
			_bottom       = _top + $t.height() - 250;
			
			return (((_top<viewTop || _top>viewBottom) &&  (_bottom<viewTop || _bottom>viewBottom)))
		};
	})(jQuery);

	(function($) {
		$.fn.visible881640 = function() {
			
			var $t            = $(this),
			$w            = $(window),
			viewTop       = $w.scrollTop(),
			viewBottom    = viewTop + $w.height(),
			_top          = 65,
			_bottom      = _top + $t.height() - 250;
			
			return (((_top>viewTop && _top<viewBottom) || viewTop == 0 ||  (_bottom>viewTop && _bottom<viewBottom)))

		};
	})(jQuery);

	var k1881640, k2881640, k3881640;

	function animasyon881640() {
		var el = $('#ta-bls-881640 .efekt-881640');
		
		var rf = 'transform:' + $('#ta-bls-881640 .efekt-881640').css('transform')+';';
		
		if (el.visible881640(true)) {
			if(!el.hasClass("efekt_basladi"))
			{
				
				
				el.addClass('efekt_basladi');
				
				
				clearTimeout(k1881640);
				clearTimeout(k2881640);

				k1881640 = setTimeout(function() {
					el.removeClass('animate__animated animate__Kapat').attr('style', el.attr('style')+el.data('giris')).addClass('efekt_basladi2 animate__animated animate__Kapat');
				}, 100);
				
				k2881640 = setTimeout(function() {
					el.removeClass('animate__animated animate__Kapat animate__Kapat').addClass('efekt_basladi2 animate__animated animate__shakeY').attr('style', el.attr('style')+el.data('ekranda'));
				}, (100+2000));
				
				
				k3881640 = setTimeout(function() {
									}, (200+2000+5000));
			}
		} 
		if (el.notvisible881640()) 
		{
					}
	}
	$(window).scroll(function() { animasyon881640() });
	animasyon881640();


    
          /* ID: 881649 TUR: 276 */
    
    
	(function($) {
		$.fn.notvisible881649 = function() {
			
			var $t            = $(this),
			$w            = $(window),
			viewTop       = $w.scrollTop(),
			viewBottom    = viewTop + $w.height(),
			_top          = -200,
			_bottom       = _top + $t.height() - 250;
			
			return (((_top<viewTop || _top>viewBottom) &&  (_bottom<viewTop || _bottom>viewBottom)))
		};
	})(jQuery);

	(function($) {
		$.fn.visible881649 = function() {
			
			var $t            = $(this),
			$w            = $(window),
			viewTop       = $w.scrollTop(),
			viewBottom    = viewTop + $w.height(),
			_top          = -200,
			_bottom      = _top + $t.height() - 250;
			
			return (((_top>viewTop && _top<viewBottom) || viewTop == 0 ||  (_bottom>viewTop && _bottom<viewBottom)))

		};
	})(jQuery);

	var k1881649, k2881649, k3881649;

	function animasyon881649() {
		var el = $('#ta-bls-881649 .efekt-881649');
		
		var rf = 'transform:' + $('#ta-bls-881649 .efekt-881649').css('transform')+';';
		
		if (el.visible881649(true)) {
			if(!el.hasClass("efekt_basladi"))
			{
				
				
				el.addClass('efekt_basladi');
				
				
				clearTimeout(k1881649);
				clearTimeout(k2881649);

				k1881649 = setTimeout(function() {
					el.removeClass('animate__animated animate__Kapat').attr('style', el.attr('style')+el.data('giris')).addClass('efekt_basladi2 animate__animated animate__Kapat');
				}, 0);
				
				k2881649 = setTimeout(function() {
					el.removeClass('animate__animated animate__Kapat animate__Kapat').addClass('efekt_basladi2 animate__animated animate__Kapat').attr('style', el.attr('style')+el.data('ekranda'));
				}, (0+6000));
				
				
				k3881649 = setTimeout(function() {
									}, (100+6000+4000));
			}
		} 
		if (el.notvisible881649()) 
		{
					}
	}
	$(window).scroll(function() { animasyon881649() });
	animasyon881649();


    
          /* ID: 881653 TUR: 276 */
    
    
	(function($) {
		$.fn.notvisible881653 = function() {
			
			var $t            = $(this),
			$w            = $(window),
			viewTop       = $w.scrollTop(),
			viewBottom    = viewTop + $w.height(),
			_top          = -25,
			_bottom       = _top + $t.height() - 250;
			
			return (((_top<viewTop || _top>viewBottom) &&  (_bottom<viewTop || _bottom>viewBottom)))
		};
	})(jQuery);

	(function($) {
		$.fn.visible881653 = function() {
			
			var $t            = $(this),
			$w            = $(window),
			viewTop       = $w.scrollTop(),
			viewBottom    = viewTop + $w.height(),
			_top          = -25,
			_bottom      = _top + $t.height() - 250;
			
			return (((_top>viewTop && _top<viewBottom) || viewTop == 0 ||  (_bottom>viewTop && _bottom<viewBottom)))

		};
	})(jQuery);

	var k1881653, k2881653, k3881653;

	function animasyon881653() {
		var el = $('#ta-bls-881653 .efekt-881653');
		
		var rf = 'transform:' + $('#ta-bls-881653 .efekt-881653').css('transform')+';';
		
		if (el.visible881653(true)) {
			if(!el.hasClass("efekt_basladi"))
			{
				
				
				el.addClass('efekt_basladi');
				
				
				clearTimeout(k1881653);
				clearTimeout(k2881653);

				k1881653 = setTimeout(function() {
					el.removeClass('animate__animated animate__Kapat').attr('style', el.attr('style')+el.data('giris')).addClass('efekt_basladi2 animate__animated animate__Kapat');
				}, 0);
				
				k2881653 = setTimeout(function() {
					el.removeClass('animate__animated animate__Kapat animate__Kapat').addClass('efekt_basladi2 animate__animated animate__Kapat').attr('style', el.attr('style')+el.data('ekranda'));
				}, (0+6000));
				
				
				k3881653 = setTimeout(function() {
									}, (100+6000+4000));
			}
		} 
		if (el.notvisible881653()) 
		{
					}
	}
	$(window).scroll(function() { animasyon881653() });
	animasyon881653();


    
          /* ID: 882274 TUR: 274 */
    
    

	(function($) {
		$.fn.notvisible882274 = function() {
			
			var $t            = $(this),
			$w            = $(window),
			viewTop       = $w.scrollTop(),
			viewBottom    = viewTop + $w.height(),
			_top          = -166,
			_bottom       = _top + $t.height() - 250;
			
			return (((_top<viewTop || _top>viewBottom) &&  (_bottom<viewTop || _bottom>viewBottom)))
		};
	})(jQuery);

	(function($) {
		$.fn.visible882274 = function() {
			
			var $t            = $(this),
			$w            = $(window),
			viewTop       = $w.scrollTop(),
			viewBottom    = viewTop + $w.height(),
			_top          = -166,
			_bottom      = _top + $t.height() - 250;
			
			return (((_top>viewTop && _top<viewBottom) || viewTop == 0 ||  (_bottom>viewTop && _bottom<viewBottom)))

		};
	})(jQuery);

	var k1882274, k2882274, k3882274;

	function animasyon882274() {
		var el = $('#ta-bls-882274 .efekt-882274');
		
		var rf = 'transform:' + $('#ta-bls-882274 .efekt-882274').css('transform')+';';
		
		if (el.visible882274(true)) {
			if(!el.hasClass("efekt_basladi"))
			{
				
				
				el.addClass('efekt_basladi');
				
				
				clearTimeout(k1882274);
				clearTimeout(k2882274);

				k1882274 = setTimeout(function() {
					el.removeClass('animate__animated animate__Kapat').attr('style', el.attr('style')+el.data('giris')).addClass('efekt_basladi2 animate__animated animate__Kapat');
				}, 100);
				
				k2882274 = setTimeout(function() {
					el.removeClass('animate__animated animate__Kapat animate__Kapat').addClass('efekt_basladi2 animate__animated animate__Kapat').attr('style', el.attr('style')+el.data('ekranda'));
				}, (100+1000));
				
				
				k3882274 = setTimeout(function() {
									}, (200+1000+200));
			}
		} 
		if (el.notvisible882274()) 
		{
					}
	}
	$(window).scroll(function() { animasyon882274() });
	animasyon882274();



    
          /* ID: 882275 TUR: 276 */
    
    
	(function($) {
		$.fn.notvisible882275 = function() {
			
			var $t            = $(this),
			$w            = $(window),
			viewTop       = $w.scrollTop(),
			viewBottom    = viewTop + $w.height(),
			_top          = 497,
			_bottom       = _top + $t.height() - 250;
			
			return (((_top<viewTop || _top>viewBottom) &&  (_bottom<viewTop || _bottom>viewBottom)))
		};
	})(jQuery);

	(function($) {
		$.fn.visible882275 = function() {
			
			var $t            = $(this),
			$w            = $(window),
			viewTop       = $w.scrollTop(),
			viewBottom    = viewTop + $w.height(),
			_top          = 497,
			_bottom      = _top + $t.height() - 250;
			
			return (((_top>viewTop && _top<viewBottom) || viewTop == 0 ||  (_bottom>viewTop && _bottom<viewBottom)))

		};
	})(jQuery);

	var k1882275, k2882275, k3882275;

	function animasyon882275() {
		var el = $('#ta-bls-882275 .efekt-882275');
		
		var rf = 'transform:' + $('#ta-bls-882275 .efekt-882275').css('transform')+';';
		
		if (el.visible882275(true)) {
			if(!el.hasClass("efekt_basladi"))
			{
				
				
				el.addClass('efekt_basladi');
				
				
				clearTimeout(k1882275);
				clearTimeout(k2882275);

				k1882275 = setTimeout(function() {
					el.removeClass('animate__animated animate__Kapat').attr('style', el.attr('style')+el.data('giris')).addClass('efekt_basladi2 animate__animated animate__Kapat');
				}, 300);
				
				k2882275 = setTimeout(function() {
					el.removeClass('animate__animated animate__Kapat animate__Kapat').addClass('efekt_basladi2 animate__animated animate__shakeX').attr('style', el.attr('style')+el.data('ekranda'));
				}, (300+1000));
				
				
				k3882275 = setTimeout(function() {
									}, (400+1000+4000));
			}
		} 
		if (el.notvisible882275()) 
		{
					}
	}
	$(window).scroll(function() { animasyon882275() });
	animasyon882275();


    
          /* ID: 882276 TUR: 274 */
    
    

	(function($) {
		$.fn.notvisible882276 = function() {
			
			var $t            = $(this),
			$w            = $(window),
			viewTop       = $w.scrollTop(),
			viewBottom    = viewTop + $w.height(),
			_top          = 504,
			_bottom       = _top + $t.height() - 250;
			
			return (((_top<viewTop || _top>viewBottom) &&  (_bottom<viewTop || _bottom>viewBottom)))
		};
	})(jQuery);

	(function($) {
		$.fn.visible882276 = function() {
			
			var $t            = $(this),
			$w            = $(window),
			viewTop       = $w.scrollTop(),
			viewBottom    = viewTop + $w.height(),
			_top          = 504,
			_bottom      = _top + $t.height() - 250;
			
			return (((_top>viewTop && _top<viewBottom) || viewTop == 0 ||  (_bottom>viewTop && _bottom<viewBottom)))

		};
	})(jQuery);

	var k1882276, k2882276, k3882276;

	function animasyon882276() {
		var el = $('#ta-bls-882276 .efekt-882276');
		
		var rf = 'transform:' + $('#ta-bls-882276 .efekt-882276').css('transform')+';';
		
		if (el.visible882276(true)) {
			if(!el.hasClass("efekt_basladi"))
			{
				
				
				el.addClass('efekt_basladi');
				
				
				clearTimeout(k1882276);
				clearTimeout(k2882276);

				k1882276 = setTimeout(function() {
					el.removeClass('animate__animated animate__Kapat').attr('style', el.attr('style')+el.data('giris')).addClass('efekt_basladi2 animate__animated animate__fadeInDown');
				}, 0);
				
				k2882276 = setTimeout(function() {
					el.removeClass('animate__animated animate__Kapat animate__fadeInDown').addClass('efekt_basladi2 animate__animated animate__bounce').attr('style', el.attr('style')+el.data('ekranda'));
				}, (0+9000));
				
				
				k3882276 = setTimeout(function() {
									}, (100+9000+200));
			}
		} 
		if (el.notvisible882276()) 
		{
					}
	}
	$(window).scroll(function() { animasyon882276() });
	animasyon882276();



    
          /* ID: 882281 TUR: 276 */
    
    
	(function($) {
		$.fn.notvisible882281 = function() {
			
			var $t            = $(this),
			$w            = $(window),
			viewTop       = $w.scrollTop(),
			viewBottom    = viewTop + $w.height(),
			_top          = 16,
			_bottom       = _top + $t.height() - 250;
			
			return (((_top<viewTop || _top>viewBottom) &&  (_bottom<viewTop || _bottom>viewBottom)))
		};
	})(jQuery);

	(function($) {
		$.fn.visible882281 = function() {
			
			var $t            = $(this),
			$w            = $(window),
			viewTop       = $w.scrollTop(),
			viewBottom    = viewTop + $w.height(),
			_top          = 16,
			_bottom      = _top + $t.height() - 250;
			
			return (((_top>viewTop && _top<viewBottom) || viewTop == 0 ||  (_bottom>viewTop && _bottom<viewBottom)))

		};
	})(jQuery);

	var k1882281, k2882281, k3882281;

	function animasyon882281() {
		var el = $('#ta-bls-882281 .efekt-882281');
		
		var rf = 'transform:' + $('#ta-bls-882281 .efekt-882281').css('transform')+';';
		
		if (el.visible882281(true)) {
			if(!el.hasClass("efekt_basladi"))
			{
				
				
				el.addClass('efekt_basladi');
				
				
				clearTimeout(k1882281);
				clearTimeout(k2882281);

				k1882281 = setTimeout(function() {
					el.removeClass('animate__animated animate__Kapat').attr('style', el.attr('style')+el.data('giris')).addClass('efekt_basladi2 animate__animated animate__Kapat');
				}, 0);
				
				k2882281 = setTimeout(function() {
					el.removeClass('animate__animated animate__Kapat animate__Kapat').addClass('efekt_basladi2 animate__animated animate__Kapat').attr('style', el.attr('style')+el.data('ekranda'));
				}, (0+6000));
				
				
				k3882281 = setTimeout(function() {
									}, (100+6000+4000));
			}
		} 
		if (el.notvisible882281()) 
		{
					}
	}
	$(window).scroll(function() { animasyon882281() });
	animasyon882281();


    
          /* ID: 882282 TUR: 275 */
    
    
	(function($) {
		$.fn.notvisible882282 = function() {
			
			var $t            = $(this),
			$w            = $(window),
			viewTop       = $w.scrollTop(),
			viewBottom    = viewTop + $w.height(),
			_top          = 65,
			_bottom       = _top + $t.height() - 250;
			
			return (((_top<viewTop || _top>viewBottom) &&  (_bottom<viewTop || _bottom>viewBottom)))
		};
	})(jQuery);

	(function($) {
		$.fn.visible882282 = function() {
			
			var $t            = $(this),
			$w            = $(window),
			viewTop       = $w.scrollTop(),
			viewBottom    = viewTop + $w.height(),
			_top          = 65,
			_bottom      = _top + $t.height() - 250;
			
			return (((_top>viewTop && _top<viewBottom) || viewTop == 0 ||  (_bottom>viewTop && _bottom<viewBottom)))

		};
	})(jQuery);

	var k1882282, k2882282, k3882282;

	function animasyon882282() {
		var el = $('#ta-bls-882282 .efekt-882282');
		
		var rf = 'transform:' + $('#ta-bls-882282 .efekt-882282').css('transform')+';';
		
		if (el.visible882282(true)) {
			if(!el.hasClass("efekt_basladi"))
			{
				
				
				el.addClass('efekt_basladi');
				
				
				clearTimeout(k1882282);
				clearTimeout(k2882282);

				k1882282 = setTimeout(function() {
					el.removeClass('animate__animated animate__Kapat').attr('style', el.attr('style')+el.data('giris')).addClass('efekt_basladi2 animate__animated animate__Kapat');
				}, 100);
				
				k2882282 = setTimeout(function() {
					el.removeClass('animate__animated animate__Kapat animate__Kapat').addClass('efekt_basladi2 animate__animated animate__shakeY').attr('style', el.attr('style')+el.data('ekranda'));
				}, (100+2000));
				
				
				k3882282 = setTimeout(function() {
									}, (200+2000+5000));
			}
		} 
		if (el.notvisible882282()) 
		{
					}
	}
	$(window).scroll(function() { animasyon882282() });
	animasyon882282();


    
          /* ID: 882291 TUR: 276 */
    
    
	(function($) {
		$.fn.notvisible882291 = function() {
			
			var $t            = $(this),
			$w            = $(window),
			viewTop       = $w.scrollTop(),
			viewBottom    = viewTop + $w.height(),
			_top          = -200,
			_bottom       = _top + $t.height() - 250;
			
			return (((_top<viewTop || _top>viewBottom) &&  (_bottom<viewTop || _bottom>viewBottom)))
		};
	})(jQuery);

	(function($) {
		$.fn.visible882291 = function() {
			
			var $t            = $(this),
			$w            = $(window),
			viewTop       = $w.scrollTop(),
			viewBottom    = viewTop + $w.height(),
			_top          = -200,
			_bottom      = _top + $t.height() - 250;
			
			return (((_top>viewTop && _top<viewBottom) || viewTop == 0 ||  (_bottom>viewTop && _bottom<viewBottom)))

		};
	})(jQuery);

	var k1882291, k2882291, k3882291;

	function animasyon882291() {
		var el = $('#ta-bls-882291 .efekt-882291');
		
		var rf = 'transform:' + $('#ta-bls-882291 .efekt-882291').css('transform')+';';
		
		if (el.visible882291(true)) {
			if(!el.hasClass("efekt_basladi"))
			{
				
				
				el.addClass('efekt_basladi');
				
				
				clearTimeout(k1882291);
				clearTimeout(k2882291);

				k1882291 = setTimeout(function() {
					el.removeClass('animate__animated animate__Kapat').attr('style', el.attr('style')+el.data('giris')).addClass('efekt_basladi2 animate__animated animate__Kapat');
				}, 0);
				
				k2882291 = setTimeout(function() {
					el.removeClass('animate__animated animate__Kapat animate__Kapat').addClass('efekt_basladi2 animate__animated animate__Kapat').attr('style', el.attr('style')+el.data('ekranda'));
				}, (0+6000));
				
				
				k3882291 = setTimeout(function() {
									}, (100+6000+4000));
			}
		} 
		if (el.notvisible882291()) 
		{
					}
	}
	$(window).scroll(function() { animasyon882291() });
	animasyon882291();


    
          /* ID: 882295 TUR: 276 */
    
    
	(function($) {
		$.fn.notvisible882295 = function() {
			
			var $t            = $(this),
			$w            = $(window),
			viewTop       = $w.scrollTop(),
			viewBottom    = viewTop + $w.height(),
			_top          = -25,
			_bottom       = _top + $t.height() - 250;
			
			return (((_top<viewTop || _top>viewBottom) &&  (_bottom<viewTop || _bottom>viewBottom)))
		};
	})(jQuery);

	(function($) {
		$.fn.visible882295 = function() {
			
			var $t            = $(this),
			$w            = $(window),
			viewTop       = $w.scrollTop(),
			viewBottom    = viewTop + $w.height(),
			_top          = -25,
			_bottom      = _top + $t.height() - 250;
			
			return (((_top>viewTop && _top<viewBottom) || viewTop == 0 ||  (_bottom>viewTop && _bottom<viewBottom)))

		};
	})(jQuery);

	var k1882295, k2882295, k3882295;

	function animasyon882295() {
		var el = $('#ta-bls-882295 .efekt-882295');
		
		var rf = 'transform:' + $('#ta-bls-882295 .efekt-882295').css('transform')+';';
		
		if (el.visible882295(true)) {
			if(!el.hasClass("efekt_basladi"))
			{
				
				
				el.addClass('efekt_basladi');
				
				
				clearTimeout(k1882295);
				clearTimeout(k2882295);

				k1882295 = setTimeout(function() {
					el.removeClass('animate__animated animate__Kapat').attr('style', el.attr('style')+el.data('giris')).addClass('efekt_basladi2 animate__animated animate__Kapat');
				}, 0);
				
				k2882295 = setTimeout(function() {
					el.removeClass('animate__animated animate__Kapat animate__Kapat').addClass('efekt_basladi2 animate__animated animate__Kapat').attr('style', el.attr('style')+el.data('ekranda'));
				}, (0+6000));
				
				
				k3882295 = setTimeout(function() {
									}, (100+6000+4000));
			}
		} 
		if (el.notvisible882295()) 
		{
					}
	}
	$(window).scroll(function() { animasyon882295() });
	animasyon882295();


    
          /* ID: 882324 TUR: 274 */
    
    

	(function($) {
		$.fn.notvisible882324 = function() {
			
			var $t            = $(this),
			$w            = $(window),
			viewTop       = $w.scrollTop(),
			viewBottom    = viewTop + $w.height(),
			_top          = -166,
			_bottom       = _top + $t.height() - 250;
			
			return (((_top<viewTop || _top>viewBottom) &&  (_bottom<viewTop || _bottom>viewBottom)))
		};
	})(jQuery);

	(function($) {
		$.fn.visible882324 = function() {
			
			var $t            = $(this),
			$w            = $(window),
			viewTop       = $w.scrollTop(),
			viewBottom    = viewTop + $w.height(),
			_top          = -166,
			_bottom      = _top + $t.height() - 250;
			
			return (((_top>viewTop && _top<viewBottom) || viewTop == 0 ||  (_bottom>viewTop && _bottom<viewBottom)))

		};
	})(jQuery);

	var k1882324, k2882324, k3882324;

	function animasyon882324() {
		var el = $('#ta-bls-882324 .efekt-882324');
		
		var rf = 'transform:' + $('#ta-bls-882324 .efekt-882324').css('transform')+';';
		
		if (el.visible882324(true)) {
			if(!el.hasClass("efekt_basladi"))
			{
				
				
				el.addClass('efekt_basladi');
				
				
				clearTimeout(k1882324);
				clearTimeout(k2882324);

				k1882324 = setTimeout(function() {
					el.removeClass('animate__animated animate__Kapat').attr('style', el.attr('style')+el.data('giris')).addClass('efekt_basladi2 animate__animated animate__Kapat');
				}, 100);
				
				k2882324 = setTimeout(function() {
					el.removeClass('animate__animated animate__Kapat animate__Kapat').addClass('efekt_basladi2 animate__animated animate__Kapat').attr('style', el.attr('style')+el.data('ekranda'));
				}, (100+1000));
				
				
				k3882324 = setTimeout(function() {
									}, (200+1000+200));
			}
		} 
		if (el.notvisible882324()) 
		{
					}
	}
	$(window).scroll(function() { animasyon882324() });
	animasyon882324();



    
          /* ID: 882325 TUR: 276 */
    
    
	(function($) {
		$.fn.notvisible882325 = function() {
			
			var $t            = $(this),
			$w            = $(window),
			viewTop       = $w.scrollTop(),
			viewBottom    = viewTop + $w.height(),
			_top          = 497,
			_bottom       = _top + $t.height() - 250;
			
			return (((_top<viewTop || _top>viewBottom) &&  (_bottom<viewTop || _bottom>viewBottom)))
		};
	})(jQuery);

	(function($) {
		$.fn.visible882325 = function() {
			
			var $t            = $(this),
			$w            = $(window),
			viewTop       = $w.scrollTop(),
			viewBottom    = viewTop + $w.height(),
			_top          = 497,
			_bottom      = _top + $t.height() - 250;
			
			return (((_top>viewTop && _top<viewBottom) || viewTop == 0 ||  (_bottom>viewTop && _bottom<viewBottom)))

		};
	})(jQuery);

	var k1882325, k2882325, k3882325;

	function animasyon882325() {
		var el = $('#ta-bls-882325 .efekt-882325');
		
		var rf = 'transform:' + $('#ta-bls-882325 .efekt-882325').css('transform')+';';
		
		if (el.visible882325(true)) {
			if(!el.hasClass("efekt_basladi"))
			{
				
				
				el.addClass('efekt_basladi');
				
				
				clearTimeout(k1882325);
				clearTimeout(k2882325);

				k1882325 = setTimeout(function() {
					el.removeClass('animate__animated animate__Kapat').attr('style', el.attr('style')+el.data('giris')).addClass('efekt_basladi2 animate__animated animate__Kapat');
				}, 300);
				
				k2882325 = setTimeout(function() {
					el.removeClass('animate__animated animate__Kapat animate__Kapat').addClass('efekt_basladi2 animate__animated animate__shakeX').attr('style', el.attr('style')+el.data('ekranda'));
				}, (300+1000));
				
				
				k3882325 = setTimeout(function() {
									}, (400+1000+4000));
			}
		} 
		if (el.notvisible882325()) 
		{
					}
	}
	$(window).scroll(function() { animasyon882325() });
	animasyon882325();


    
          /* ID: 882326 TUR: 274 */
    
    

	(function($) {
		$.fn.notvisible882326 = function() {
			
			var $t            = $(this),
			$w            = $(window),
			viewTop       = $w.scrollTop(),
			viewBottom    = viewTop + $w.height(),
			_top          = 504,
			_bottom       = _top + $t.height() - 250;
			
			return (((_top<viewTop || _top>viewBottom) &&  (_bottom<viewTop || _bottom>viewBottom)))
		};
	})(jQuery);

	(function($) {
		$.fn.visible882326 = function() {
			
			var $t            = $(this),
			$w            = $(window),
			viewTop       = $w.scrollTop(),
			viewBottom    = viewTop + $w.height(),
			_top          = 504,
			_bottom      = _top + $t.height() - 250;
			
			return (((_top>viewTop && _top<viewBottom) || viewTop == 0 ||  (_bottom>viewTop && _bottom<viewBottom)))

		};
	})(jQuery);

	var k1882326, k2882326, k3882326;

	function animasyon882326() {
		var el = $('#ta-bls-882326 .efekt-882326');
		
		var rf = 'transform:' + $('#ta-bls-882326 .efekt-882326').css('transform')+';';
		
		if (el.visible882326(true)) {
			if(!el.hasClass("efekt_basladi"))
			{
				
				
				el.addClass('efekt_basladi');
				
				
				clearTimeout(k1882326);
				clearTimeout(k2882326);

				k1882326 = setTimeout(function() {
					el.removeClass('animate__animated animate__Kapat').attr('style', el.attr('style')+el.data('giris')).addClass('efekt_basladi2 animate__animated animate__fadeInDown');
				}, 0);
				
				k2882326 = setTimeout(function() {
					el.removeClass('animate__animated animate__Kapat animate__fadeInDown').addClass('efekt_basladi2 animate__animated animate__bounce').attr('style', el.attr('style')+el.data('ekranda'));
				}, (0+9000));
				
				
				k3882326 = setTimeout(function() {
									}, (100+9000+200));
			}
		} 
		if (el.notvisible882326()) 
		{
					}
	}
	$(window).scroll(function() { animasyon882326() });
	animasyon882326();



    
          /* ID: 882331 TUR: 276 */
    
    
	(function($) {
		$.fn.notvisible882331 = function() {
			
			var $t            = $(this),
			$w            = $(window),
			viewTop       = $w.scrollTop(),
			viewBottom    = viewTop + $w.height(),
			_top          = 16,
			_bottom       = _top + $t.height() - 250;
			
			return (((_top<viewTop || _top>viewBottom) &&  (_bottom<viewTop || _bottom>viewBottom)))
		};
	})(jQuery);

	(function($) {
		$.fn.visible882331 = function() {
			
			var $t            = $(this),
			$w            = $(window),
			viewTop       = $w.scrollTop(),
			viewBottom    = viewTop + $w.height(),
			_top          = 16,
			_bottom      = _top + $t.height() - 250;
			
			return (((_top>viewTop && _top<viewBottom) || viewTop == 0 ||  (_bottom>viewTop && _bottom<viewBottom)))

		};
	})(jQuery);

	var k1882331, k2882331, k3882331;

	function animasyon882331() {
		var el = $('#ta-bls-882331 .efekt-882331');
		
		var rf = 'transform:' + $('#ta-bls-882331 .efekt-882331').css('transform')+';';
		
		if (el.visible882331(true)) {
			if(!el.hasClass("efekt_basladi"))
			{
				
				
				el.addClass('efekt_basladi');
				
				
				clearTimeout(k1882331);
				clearTimeout(k2882331);

				k1882331 = setTimeout(function() {
					el.removeClass('animate__animated animate__Kapat').attr('style', el.attr('style')+el.data('giris')).addClass('efekt_basladi2 animate__animated animate__Kapat');
				}, 0);
				
				k2882331 = setTimeout(function() {
					el.removeClass('animate__animated animate__Kapat animate__Kapat').addClass('efekt_basladi2 animate__animated animate__Kapat').attr('style', el.attr('style')+el.data('ekranda'));
				}, (0+6000));
				
				
				k3882331 = setTimeout(function() {
									}, (100+6000+4000));
			}
		} 
		if (el.notvisible882331()) 
		{
					}
	}
	$(window).scroll(function() { animasyon882331() });
	animasyon882331();


    
          /* ID: 882332 TUR: 275 */
    
    
	(function($) {
		$.fn.notvisible882332 = function() {
			
			var $t            = $(this),
			$w            = $(window),
			viewTop       = $w.scrollTop(),
			viewBottom    = viewTop + $w.height(),
			_top          = 65,
			_bottom       = _top + $t.height() - 250;
			
			return (((_top<viewTop || _top>viewBottom) &&  (_bottom<viewTop || _bottom>viewBottom)))
		};
	})(jQuery);

	(function($) {
		$.fn.visible882332 = function() {
			
			var $t            = $(this),
			$w            = $(window),
			viewTop       = $w.scrollTop(),
			viewBottom    = viewTop + $w.height(),
			_top          = 65,
			_bottom      = _top + $t.height() - 250;
			
			return (((_top>viewTop && _top<viewBottom) || viewTop == 0 ||  (_bottom>viewTop && _bottom<viewBottom)))

		};
	})(jQuery);

	var k1882332, k2882332, k3882332;

	function animasyon882332() {
		var el = $('#ta-bls-882332 .efekt-882332');
		
		var rf = 'transform:' + $('#ta-bls-882332 .efekt-882332').css('transform')+';';
		
		if (el.visible882332(true)) {
			if(!el.hasClass("efekt_basladi"))
			{
				
				
				el.addClass('efekt_basladi');
				
				
				clearTimeout(k1882332);
				clearTimeout(k2882332);

				k1882332 = setTimeout(function() {
					el.removeClass('animate__animated animate__Kapat').attr('style', el.attr('style')+el.data('giris')).addClass('efekt_basladi2 animate__animated animate__Kapat');
				}, 100);
				
				k2882332 = setTimeout(function() {
					el.removeClass('animate__animated animate__Kapat animate__Kapat').addClass('efekt_basladi2 animate__animated animate__shakeY').attr('style', el.attr('style')+el.data('ekranda'));
				}, (100+2000));
				
				
				k3882332 = setTimeout(function() {
									}, (200+2000+5000));
			}
		} 
		if (el.notvisible882332()) 
		{
					}
	}
	$(window).scroll(function() { animasyon882332() });
	animasyon882332();


    
          /* ID: 882341 TUR: 276 */
    
    
	(function($) {
		$.fn.notvisible882341 = function() {
			
			var $t            = $(this),
			$w            = $(window),
			viewTop       = $w.scrollTop(),
			viewBottom    = viewTop + $w.height(),
			_top          = -200,
			_bottom       = _top + $t.height() - 250;
			
			return (((_top<viewTop || _top>viewBottom) &&  (_bottom<viewTop || _bottom>viewBottom)))
		};
	})(jQuery);

	(function($) {
		$.fn.visible882341 = function() {
			
			var $t            = $(this),
			$w            = $(window),
			viewTop       = $w.scrollTop(),
			viewBottom    = viewTop + $w.height(),
			_top          = -200,
			_bottom      = _top + $t.height() - 250;
			
			return (((_top>viewTop && _top<viewBottom) || viewTop == 0 ||  (_bottom>viewTop && _bottom<viewBottom)))

		};
	})(jQuery);

	var k1882341, k2882341, k3882341;

	function animasyon882341() {
		var el = $('#ta-bls-882341 .efekt-882341');
		
		var rf = 'transform:' + $('#ta-bls-882341 .efekt-882341').css('transform')+';';
		
		if (el.visible882341(true)) {
			if(!el.hasClass("efekt_basladi"))
			{
				
				
				el.addClass('efekt_basladi');
				
				
				clearTimeout(k1882341);
				clearTimeout(k2882341);

				k1882341 = setTimeout(function() {
					el.removeClass('animate__animated animate__Kapat').attr('style', el.attr('style')+el.data('giris')).addClass('efekt_basladi2 animate__animated animate__Kapat');
				}, 0);
				
				k2882341 = setTimeout(function() {
					el.removeClass('animate__animated animate__Kapat animate__Kapat').addClass('efekt_basladi2 animate__animated animate__Kapat').attr('style', el.attr('style')+el.data('ekranda'));
				}, (0+6000));
				
				
				k3882341 = setTimeout(function() {
									}, (100+6000+4000));
			}
		} 
		if (el.notvisible882341()) 
		{
					}
	}
	$(window).scroll(function() { animasyon882341() });
	animasyon882341();


    
          /* ID: 882345 TUR: 276 */
    
    
	(function($) {
		$.fn.notvisible882345 = function() {
			
			var $t            = $(this),
			$w            = $(window),
			viewTop       = $w.scrollTop(),
			viewBottom    = viewTop + $w.height(),
			_top          = -25,
			_bottom       = _top + $t.height() - 250;
			
			return (((_top<viewTop || _top>viewBottom) &&  (_bottom<viewTop || _bottom>viewBottom)))
		};
	})(jQuery);

	(function($) {
		$.fn.visible882345 = function() {
			
			var $t            = $(this),
			$w            = $(window),
			viewTop       = $w.scrollTop(),
			viewBottom    = viewTop + $w.height(),
			_top          = -25,
			_bottom      = _top + $t.height() - 250;
			
			return (((_top>viewTop && _top<viewBottom) || viewTop == 0 ||  (_bottom>viewTop && _bottom<viewBottom)))

		};
	})(jQuery);

	var k1882345, k2882345, k3882345;

	function animasyon882345() {
		var el = $('#ta-bls-882345 .efekt-882345');
		
		var rf = 'transform:' + $('#ta-bls-882345 .efekt-882345').css('transform')+';';
		
		if (el.visible882345(true)) {
			if(!el.hasClass("efekt_basladi"))
			{
				
				
				el.addClass('efekt_basladi');
				
				
				clearTimeout(k1882345);
				clearTimeout(k2882345);

				k1882345 = setTimeout(function() {
					el.removeClass('animate__animated animate__Kapat').attr('style', el.attr('style')+el.data('giris')).addClass('efekt_basladi2 animate__animated animate__Kapat');
				}, 0);
				
				k2882345 = setTimeout(function() {
					el.removeClass('animate__animated animate__Kapat animate__Kapat').addClass('efekt_basladi2 animate__animated animate__Kapat').attr('style', el.attr('style')+el.data('ekranda'));
				}, (0+6000));
				
				
				k3882345 = setTimeout(function() {
									}, (100+6000+4000));
			}
		} 
		if (el.notvisible882345()) 
		{
					}
	}
	$(window).scroll(function() { animasyon882345() });
	animasyon882345();


    
          /* ID: 882698 TUR: 276 */
    
    
	(function($) {
		$.fn.notvisible882698 = function() {
			
			var $t            = $(this),
			$w            = $(window),
			viewTop       = $w.scrollTop(),
			viewBottom    = viewTop + $w.height(),
			_top          = 16,
			_bottom       = _top + $t.height() - 250;
			
			return (((_top<viewTop || _top>viewBottom) &&  (_bottom<viewTop || _bottom>viewBottom)))
		};
	})(jQuery);

	(function($) {
		$.fn.visible882698 = function() {
			
			var $t            = $(this),
			$w            = $(window),
			viewTop       = $w.scrollTop(),
			viewBottom    = viewTop + $w.height(),
			_top          = 16,
			_bottom      = _top + $t.height() - 250;
			
			return (((_top>viewTop && _top<viewBottom) || viewTop == 0 ||  (_bottom>viewTop && _bottom<viewBottom)))

		};
	})(jQuery);

	var k1882698, k2882698, k3882698;

	function animasyon882698() {
		var el = $('#ta-bls-882698 .efekt-882698');
		
		var rf = 'transform:' + $('#ta-bls-882698 .efekt-882698').css('transform')+';';
		
		if (el.visible882698(true)) {
			if(!el.hasClass("efekt_basladi"))
			{
				
				
				el.addClass('efekt_basladi');
				
				
				clearTimeout(k1882698);
				clearTimeout(k2882698);

				k1882698 = setTimeout(function() {
					el.removeClass('animate__animated animate__Kapat').attr('style', el.attr('style')+el.data('giris')).addClass('efekt_basladi2 animate__animated animate__Kapat');
				}, 0);
				
				k2882698 = setTimeout(function() {
					el.removeClass('animate__animated animate__Kapat animate__Kapat').addClass('efekt_basladi2 animate__animated animate__Kapat').attr('style', el.attr('style')+el.data('ekranda'));
				}, (0+6000));
				
				
				k3882698 = setTimeout(function() {
									}, (100+6000+4000));
			}
		} 
		if (el.notvisible882698()) 
		{
					}
	}
	$(window).scroll(function() { animasyon882698() });
	animasyon882698();


    
          /* ID: 882708 TUR: 276 */
    
    
	(function($) {
		$.fn.notvisible882708 = function() {
			
			var $t            = $(this),
			$w            = $(window),
			viewTop       = $w.scrollTop(),
			viewBottom    = viewTop + $w.height(),
			_top          = -200,
			_bottom       = _top + $t.height() - 250;
			
			return (((_top<viewTop || _top>viewBottom) &&  (_bottom<viewTop || _bottom>viewBottom)))
		};
	})(jQuery);

	(function($) {
		$.fn.visible882708 = function() {
			
			var $t            = $(this),
			$w            = $(window),
			viewTop       = $w.scrollTop(),
			viewBottom    = viewTop + $w.height(),
			_top          = -200,
			_bottom      = _top + $t.height() - 250;
			
			return (((_top>viewTop && _top<viewBottom) || viewTop == 0 ||  (_bottom>viewTop && _bottom<viewBottom)))

		};
	})(jQuery);

	var k1882708, k2882708, k3882708;

	function animasyon882708() {
		var el = $('#ta-bls-882708 .efekt-882708');
		
		var rf = 'transform:' + $('#ta-bls-882708 .efekt-882708').css('transform')+';';
		
		if (el.visible882708(true)) {
			if(!el.hasClass("efekt_basladi"))
			{
				
				
				el.addClass('efekt_basladi');
				
				
				clearTimeout(k1882708);
				clearTimeout(k2882708);

				k1882708 = setTimeout(function() {
					el.removeClass('animate__animated animate__Kapat').attr('style', el.attr('style')+el.data('giris')).addClass('efekt_basladi2 animate__animated animate__Kapat');
				}, 0);
				
				k2882708 = setTimeout(function() {
					el.removeClass('animate__animated animate__Kapat animate__Kapat').addClass('efekt_basladi2 animate__animated animate__Kapat').attr('style', el.attr('style')+el.data('ekranda'));
				}, (0+6000));
				
				
				k3882708 = setTimeout(function() {
									}, (100+6000+4000));
			}
		} 
		if (el.notvisible882708()) 
		{
					}
	}
	$(window).scroll(function() { animasyon882708() });
	animasyon882708();


    
          /* ID: 882712 TUR: 276 */
    
    
	(function($) {
		$.fn.notvisible882712 = function() {
			
			var $t            = $(this),
			$w            = $(window),
			viewTop       = $w.scrollTop(),
			viewBottom    = viewTop + $w.height(),
			_top          = -25,
			_bottom       = _top + $t.height() - 250;
			
			return (((_top<viewTop || _top>viewBottom) &&  (_bottom<viewTop || _bottom>viewBottom)))
		};
	})(jQuery);

	(function($) {
		$.fn.visible882712 = function() {
			
			var $t            = $(this),
			$w            = $(window),
			viewTop       = $w.scrollTop(),
			viewBottom    = viewTop + $w.height(),
			_top          = -25,
			_bottom      = _top + $t.height() - 250;
			
			return (((_top>viewTop && _top<viewBottom) || viewTop == 0 ||  (_bottom>viewTop && _bottom<viewBottom)))

		};
	})(jQuery);

	var k1882712, k2882712, k3882712;

	function animasyon882712() {
		var el = $('#ta-bls-882712 .efekt-882712');
		
		var rf = 'transform:' + $('#ta-bls-882712 .efekt-882712').css('transform')+';';
		
		if (el.visible882712(true)) {
			if(!el.hasClass("efekt_basladi"))
			{
				
				
				el.addClass('efekt_basladi');
				
				
				clearTimeout(k1882712);
				clearTimeout(k2882712);

				k1882712 = setTimeout(function() {
					el.removeClass('animate__animated animate__Kapat').attr('style', el.attr('style')+el.data('giris')).addClass('efekt_basladi2 animate__animated animate__Kapat');
				}, 0);
				
				k2882712 = setTimeout(function() {
					el.removeClass('animate__animated animate__Kapat animate__Kapat').addClass('efekt_basladi2 animate__animated animate__Kapat').attr('style', el.attr('style')+el.data('ekranda'));
				}, (0+6000));
				
				
				k3882712 = setTimeout(function() {
									}, (100+6000+4000));
			}
		} 
		if (el.notvisible882712()) 
		{
					}
	}
	$(window).scroll(function() { animasyon882712() });
	animasyon882712();


    
          /* ID: 1109302 TUR: 276 */
    
    
	(function($) {
		$.fn.notvisible1109302 = function() {
			
			var $t            = $(this),
			$w            = $(window),
			viewTop       = $w.scrollTop(),
			viewBottom    = viewTop + $w.height(),
			_top          = 487,
			_bottom       = _top + $t.height() - 250;
			
			return (((_top<viewTop || _top>viewBottom) &&  (_bottom<viewTop || _bottom>viewBottom)))
		};
	})(jQuery);

	(function($) {
		$.fn.visible1109302 = function() {
			
			var $t            = $(this),
			$w            = $(window),
			viewTop       = $w.scrollTop(),
			viewBottom    = viewTop + $w.height(),
			_top          = 487,
			_bottom      = _top + $t.height() - 250;
			
			return (((_top>viewTop && _top<viewBottom) || viewTop == 0 ||  (_bottom>viewTop && _bottom<viewBottom)))

		};
	})(jQuery);

	var k11109302, k21109302, k31109302;

	function animasyon1109302() {
		var el = $('#ta-bls-1109302 .efekt-1109302');
		
		var rf = 'transform:' + $('#ta-bls-1109302 .efekt-1109302').css('transform')+';';
		
		if (el.visible1109302(true)) {
			if(!el.hasClass("efekt_basladi"))
			{
				
				
				el.addClass('efekt_basladi');
				
				
				clearTimeout(k11109302);
				clearTimeout(k21109302);

				k11109302 = setTimeout(function() {
					el.removeClass('animate__animated animate__Kapat').attr('style', el.attr('style')+el.data('giris')).addClass('efekt_basladi2 animate__animated animate__Kapat');
				}, 300);
				
				k21109302 = setTimeout(function() {
					el.removeClass('animate__animated animate__Kapat animate__Kapat').addClass('efekt_basladi2 animate__animated animate__shakeX').attr('style', el.attr('style')+el.data('ekranda'));
				}, (300+1000));
				
				
				k31109302 = setTimeout(function() {
									}, (400+1000+4000));
			}
		} 
		if (el.notvisible1109302()) 
		{
					}
	}
	$(window).scroll(function() { animasyon1109302() });
	animasyon1109302();


    
          /* ID: 1109303 TUR: 274 */
    
    

	(function($) {
		$.fn.notvisible1109303 = function() {
			
			var $t            = $(this),
			$w            = $(window),
			viewTop       = $w.scrollTop(),
			viewBottom    = viewTop + $w.height(),
			_top          = 504,
			_bottom       = _top + $t.height() - 250;
			
			return (((_top<viewTop || _top>viewBottom) &&  (_bottom<viewTop || _bottom>viewBottom)))
		};
	})(jQuery);

	(function($) {
		$.fn.visible1109303 = function() {
			
			var $t            = $(this),
			$w            = $(window),
			viewTop       = $w.scrollTop(),
			viewBottom    = viewTop + $w.height(),
			_top          = 504,
			_bottom      = _top + $t.height() - 250;
			
			return (((_top>viewTop && _top<viewBottom) || viewTop == 0 ||  (_bottom>viewTop && _bottom<viewBottom)))

		};
	})(jQuery);

	var k11109303, k21109303, k31109303;

	function animasyon1109303() {
		var el = $('#ta-bls-1109303 .efekt-1109303');
		
		var rf = 'transform:' + $('#ta-bls-1109303 .efekt-1109303').css('transform')+';';
		
		if (el.visible1109303(true)) {
			if(!el.hasClass("efekt_basladi"))
			{
				
				
				el.addClass('efekt_basladi');
				
				
				clearTimeout(k11109303);
				clearTimeout(k21109303);

				k11109303 = setTimeout(function() {
					el.removeClass('animate__animated animate__Kapat').attr('style', el.attr('style')+el.data('giris')).addClass('efekt_basladi2 animate__animated animate__fadeInDown');
				}, 0);
				
				k21109303 = setTimeout(function() {
					el.removeClass('animate__animated animate__Kapat animate__fadeInDown').addClass('efekt_basladi2 animate__animated animate__bounce').attr('style', el.attr('style')+el.data('ekranda'));
				}, (0+9000));
				
				
				k31109303 = setTimeout(function() {
									}, (100+9000+200));
			}
		} 
		if (el.notvisible1109303()) 
		{
					}
	}
	$(window).scroll(function() { animasyon1109303() });
	animasyon1109303();



    
          /* ID: 1109318 TUR: 276 */
    
    
	(function($) {
		$.fn.notvisible1109318 = function() {
			
			var $t            = $(this),
			$w            = $(window),
			viewTop       = $w.scrollTop(),
			viewBottom    = viewTop + $w.height(),
			_top          = -197,
			_bottom       = _top + $t.height() - 250;
			
			return (((_top<viewTop || _top>viewBottom) &&  (_bottom<viewTop || _bottom>viewBottom)))
		};
	})(jQuery);

	(function($) {
		$.fn.visible1109318 = function() {
			
			var $t            = $(this),
			$w            = $(window),
			viewTop       = $w.scrollTop(),
			viewBottom    = viewTop + $w.height(),
			_top          = -197,
			_bottom      = _top + $t.height() - 250;
			
			return (((_top>viewTop && _top<viewBottom) || viewTop == 0 ||  (_bottom>viewTop && _bottom<viewBottom)))

		};
	})(jQuery);

	var k11109318, k21109318, k31109318;

	function animasyon1109318() {
		var el = $('#ta-bls-1109318 .efekt-1109318');
		
		var rf = 'transform:' + $('#ta-bls-1109318 .efekt-1109318').css('transform')+';';
		
		if (el.visible1109318(true)) {
			if(!el.hasClass("efekt_basladi"))
			{
				
				
				el.addClass('efekt_basladi');
				
				
				clearTimeout(k11109318);
				clearTimeout(k21109318);

				k11109318 = setTimeout(function() {
					el.removeClass('animate__animated animate__Kapat').attr('style', el.attr('style')+el.data('giris')).addClass('efekt_basladi2 animate__animated animate__Kapat');
				}, 0);
				
				k21109318 = setTimeout(function() {
					el.removeClass('animate__animated animate__Kapat animate__Kapat').addClass('efekt_basladi2 animate__animated animate__Kapat').attr('style', el.attr('style')+el.data('ekranda'));
				}, (0+6000));
				
				
				k31109318 = setTimeout(function() {
									}, (100+6000+4000));
			}
		} 
		if (el.notvisible1109318()) 
		{
					}
	}
	$(window).scroll(function() { animasyon1109318() });
	animasyon1109318();


    
          /* ID: 1117615 TUR: 306 */
    
                                        <!-- parallax -->
                    
                        (function($) {

                            $(window).enllax();

                        })(jQuery);
                    
                    <!-- parallax bitiş -->

                    
    
          /* ID: 1117616 TUR: 306 */
    
                                        <!-- parallax -->
                    
                        (function($) {

                            $(window).enllax();

                        })(jQuery);
                    
                    <!-- parallax bitiş -->

                    
    
          /* ID: 1117617 TUR: 306 */
    
                                        <!-- parallax -->
                    
                        (function($) {

                            $(window).enllax();

                        })(jQuery);
                    
                    <!-- parallax bitiş -->

                    
    
          /* ID: 1117618 TUR: 306 */
    
                                        <!-- parallax -->
                    
                        (function($) {

                            $(window).enllax();

                        })(jQuery);
                    
                    <!-- parallax bitiş -->

                                            
                            $(document).ready(function() {
                                $('.paralax-1117618').mouseParallax({ moveFactor: 1, w: 100, h: 100 });
                            });
                        
                    
    
  



setTimeout(function(){
  
  },3000);
/* CACHED: 2026-06-24 19:27:48 *//* CACHE */