
/* ID: 781864 TUR: 219 */


$('.vls-781864-64a7d2b191').on('init', function(e, slick) {

	(function($) {
		$.fn.visible781864 = 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 animasyon781864(x) {
  	var el = $('#bls-781864 li[data-slick-index="0"]');

		el.find('.efektd').each(function() {
			if ( $(this).visible781864(true)) {
			   	 $(this).addClass("animated");
			   	 $(this).addClass($(this).data('efekt'));      
        }
        
      });
      
      	el.find('.efektdx').each(function() {
			if ( $(this).visible781864(true)) {
			   	 $(this).addClass("animated");
			   	 $(this).addClass($(this).data('efekt'));      
        }
        
      });
	}
	
	$(window).scroll(function() { animasyon781864(true) });
	animasyon781864(false);
	});


$(document).ready(function() {
				$('.ybirimlec-781864').mouseParallax({ moveFactor: 0.0, w: 100, h: 100 });
				$('.yikiimlec-781864').mouseParallax({ moveFactor: 0.0, w: 100, h: 100 });
				$('.ysekizimlec-781864').mouseParallax({ moveFactor: 0.0, w: 100, h: 100 });
				
			});

			

			


 $('.vls-781864-64a7d2b191').slick({
 
  slidesToShow: 1,
  slidesToScroll: 1,
  infinite: true,
  dots: false,
  arrows: true,
  autoplay: true,
  cssEase: 'linear',
  fade:true,  adaptiveHeight: false,
    autoplaySpeed:6000,
  speed:100,
  responsive: [
    {
      breakpoint: 990,
      settings: {
	    slidesToShow: 1,
      	adaptiveHeight: true
        
      }
    }
    // You can unslick at a given breakpoint now by adding:
    // settings: "unslick"
    // instead of a settings object
  ]
 });
   
$('.vls-781864-64a7d2b191').on('beforeChange', function(event, slick, currentSlide, nextSlide){
  
  	var el = $('#bls-781864 li[data-slick-index="'+nextSlide+'"]');
  	var elx = $('#bls-781864 li[data-slick-index="'+currentSlide+'"]');

  		elx.find('.efektd').each(function() {
			   	 $(this).removeClass("animated");
			   	 $(this).removeClass($(this).data('efekt'))
			   	  });
      
      	elx.find('.efektdx').each(function() {
			   	 $(this).removeClass("animated");
			   	 $(this).removeClass($(this).data('efekt')) 
			   	});

		el.find('.efektd').each(function() {
			   	 $(this).addClass("animated");
			   	 $(this).addClass($(this).data('efekt'))
			   	  });
      
      	el.find('.efektdx').each(function() {
			   	 $(this).addClass("animated");
			   	 $(this).addClass($(this).data('efekt')) 
			   	});
			   	
			   el.find('.efektd').each(function() {
			   	 $(this).attr('style', $(this).attr('style')+$(this).data('animate'));
			   	});
      
});


var slideWrapper078186464a7d2b191 = $('.vls-781864-64a7d2b191'),
    iframes = slideWrapper078186464a7d2b191.find('.embed-player'),
    lazyImages = slideWrapper078186464a7d2b191.find('.slide-image'),
    lazyCounter = 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
      });
    }
  });
}


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



    $(document).on("click", "[data-bls-href]", function(event) {
    	if(!$("body.yonetici").length){
        window.location.href=$(this).attr("data-bls-href");
        }
    });

/* ID: 984744 TUR: 228 */	
		(function($) {
				$.fn.visible984744 = 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 animasyon984744(x) {
		var el = $('#bls-984744');

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

		});

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

		});
		}

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

		});
	
/* ID: 781866 TUR: 73 *//* ID: 796038 TUR: 73 *//* ID: 940324 TUR: 199 */	
		(function($) {
				$.fn.visible940324 = 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 animasyon940324(x) {
		var el = $('#bls-940324');

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

		});

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

		});
		}

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

		});
	
/* ID: 796035 TUR: 242 */

$( document ).ready(function() {
	(function($) {
		$.fn.visible796035 = 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 animasyon796035(x) {
		var el = $('#bls-796035');

		el.find('.efektd').each(function() {
			if ( $(this).visible796035(true)) {
			   	 $(this).addClass("animated");
			   	 $(this).addClass($(this).data('efekt'));      
        }
        
      });
      
      	el.find('.efektdx').each(function() {
			if ( $(this).visible796035(true)) {
			   	 $(this).addClass("animated");
			   	 $(this).addClass($(this).data('efekt'));      
        }
        
      });
	}
	
	$(window).scroll(function() { animasyon796035(true) });
	animasyon796035(false);
	});


/* ID: 947079 TUR: 73 *//* ID: 1189321 TUR: 271 */
	(function($) {
		$.fn.notvisible1189321 = function() {
			
			var $t            = $(this),
			$w            = $(window),
			viewTop       = $w.scrollTop(),
			viewBottom    = viewTop + $w.height(),
			_top          = 362,
			_bottom       = _top + $t.height() - 250;
			
			return (((_top<viewTop || _top>viewBottom) &&  (_bottom<viewTop || _bottom>viewBottom)))
		};
	})(jQuery);

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

		};
	})(jQuery);

	var k11189321, k21189321;

	function animasyon1189321() {
		var el = $('#ta-bls-1189321 .efekt-1189321');
		
		var rf = 'transform:' + $('#ta-bls-1189321 .efekt-1189321').css('transform')+';';
		
		if (el.visible1189321(true)) {
			if(!el.hasClass("efekt_basladi"))
			{
				
				
				el.addClass('efekt_basladi');
				
				
				clearTimeout(k11189321);
				clearTimeout(k21189321);

				k11189321 = setTimeout(function() {
					el.removeClass('animate__animated animate__Kapat').attr('style', el.attr('style')+el.data('giris')).addClass('efekt_basladi2 animate__animated animate__Kapat');
				}, 0);
				
				k21189321 = 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));
				
				
				k31189321 = setTimeout(function() {
									}, (100+1000+100));
			}
		} 
		if (el.notvisible1189321()) 
		{
					}
	}
	$(window).scroll(function() { animasyon1189321() });
	animasyon1189321();

/* ID: 1401148 TUR: 301 */


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

    <!-- Kutular JS Yapısı -->
                        
                (function($) {
                        $.fn.visible1401148 = 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 animasyon1401148(x) {
                var el = $('#bls-1401148');

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

                });

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

                });
                }

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

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


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

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

		};
	})(jQuery);

	var k1781881, k2781881;

	function animasyon781881() {
		var el = $('#ta-bls-781881 .efekt-781881');
		
		var rf = 'transform:' + $('#ta-bls-781881 .efekt-781881').css('transform')+';';
		
		if (el.visible781881(true)) {
			if(!el.hasClass("efekt_basladi"))
			{
				
				//console.log('781881: Basladi');
				
				el.addClass('efekt_basladi');
				
				
				clearTimeout(k1781881);
				clearTimeout(k2781881);

				k1781881 = setTimeout(function() {
					el.removeClass('animate__animated animate__Kapat').attr('style', el.attr('style')+el.data('giris')).addClass('efekt_basladi2 animate__animated animate__Kapat');
				}, 1000);
				
				k2781881 = setTimeout(function() {
					//console.log('781881: Ekranda');
					el.removeClass('animate__animated animate__Kapat animate__Kapat').addClass('efekt_basladi2 animate__animated animate__Kapat').attr('style', el.attr('style')+el.data('ekranda'));
				}, (1000+1000));
				
				
				k3781881 = setTimeout(function() {
									}, (2000+1000+1000));
			}
		} 
		if (el.notvisible781881()) 
		{
					}
	}
	$(window).scroll(function() { animasyon781881() });
	animasyon781881();


    
                                  /* ID: 781890 TUR: 195 */
    
    

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

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

		};
	})(jQuery);

	var k1781890, k2781890;

	function animasyon781890() {
		var el = $('#ta-bls-781890 .efekt-781890');
		
		var rf = 'transform:' + $('#ta-bls-781890 .efekt-781890').css('transform')+';';
		
		if (el.visible781890(true)) {
			if(!el.hasClass("efekt_basladi"))
			{
				
				
				el.addClass('efekt_basladi');
				
				
				clearTimeout(k1781890);
				clearTimeout(k2781890);

				k1781890 = setTimeout(function() {
					el.removeClass('animate__animated animate__Kapat').attr('style', el.attr('style')+el.data('giris')).addClass('efekt_basladi2 animate__animated animate__Kapat');
				}, 100);
				
				k2781890 = 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));
				
				
				k3781890 = setTimeout(function() {
									}, (200+1000+200));
			}
		} 
		if (el.notvisible781890()) 
		{
					}
	}
	$(window).scroll(function() { animasyon781890() });
	animasyon781890();


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

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

		};
	})(jQuery);

	var k1781895, k2781895;

	function animasyon781895() {
		var el = $('#ta-bls-781895 .efekt-781895');
		
		var rf = 'transform:' + $('#ta-bls-781895 .efekt-781895').css('transform')+';';
		
		if (el.visible781895(true)) {
			if(!el.hasClass("efekt_basladi"))
			{
				
				
				el.addClass('efekt_basladi');
				
				
				clearTimeout(k1781895);
				clearTimeout(k2781895);

				k1781895 = setTimeout(function() {
					el.removeClass('animate__animated animate__Kapat').attr('style', el.attr('style')+el.data('giris')).addClass('efekt_basladi2 animate__animated animate__Kapat');
				}, 0);
				
				k2781895 = 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));
				
				
				k3781895 = setTimeout(function() {
									}, (100+6000+4000));
			}
		} 
		if (el.notvisible781895()) 
		{
					}
	}
	$(window).scroll(function() { animasyon781895() });
	animasyon781895();


    
              /* ID: 781903 TUR: 195 */
    
    

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

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

		};
	})(jQuery);

	var k1781903, k2781903;

	function animasyon781903() {
		var el = $('#ta-bls-781903 .efekt-781903');
		
		var rf = 'transform:' + $('#ta-bls-781903 .efekt-781903').css('transform')+';';
		
		if (el.visible781903(true)) {
			if(!el.hasClass("efekt_basladi"))
			{
				
				
				el.addClass('efekt_basladi');
				
				
				clearTimeout(k1781903);
				clearTimeout(k2781903);

				k1781903 = setTimeout(function() {
					el.removeClass('animate__animated animate__Kapat').attr('style', el.attr('style')+el.data('giris')).addClass('efekt_basladi2 animate__animated animate__fadeInDown');
				}, 700);
				
				k2781903 = setTimeout(function() {
					el.removeClass('animate__animated animate__Kapat animate__fadeInDown').addClass('efekt_basladi2 animate__animated animate__Kapat').attr('style', el.attr('style')+el.data('ekranda'));
				}, (700+4000));
				
				
				k3781903 = setTimeout(function() {
									}, (800+4000+200));
			}
		} 
		if (el.notvisible781903()) 
		{
					}
	}
	$(window).scroll(function() { animasyon781903() });
	animasyon781903();

	

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


    
          /* ID: 781908 TUR: 195 */
    
    

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

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

		};
	})(jQuery);

	var k1781908, k2781908;

	function animasyon781908() {
		var el = $('#ta-bls-781908 .efekt-781908');
		
		var rf = 'transform:' + $('#ta-bls-781908 .efekt-781908').css('transform')+';';
		
		if (el.visible781908(true)) {
			if(!el.hasClass("efekt_basladi"))
			{
				
				
				el.addClass('efekt_basladi');
				
				
				clearTimeout(k1781908);
				clearTimeout(k2781908);

				k1781908 = setTimeout(function() {
					el.removeClass('animate__animated animate__Kapat').attr('style', el.attr('style')+el.data('giris')).addClass('efekt_basladi2 animate__animated animate__Kapat');
				}, 100);
				
				k2781908 = 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));
				
				
				k3781908 = setTimeout(function() {
									}, (200+1000+200));
			}
		} 
		if (el.notvisible781908()) 
		{
					}
	}
	$(window).scroll(function() { animasyon781908() });
	animasyon781908();


    
          /* ID: 782483 TUR: 195 */
    
    

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

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

		};
	})(jQuery);

	var k1782483, k2782483;

	function animasyon782483() {
		var el = $('#ta-bls-782483 .efekt-782483');
		
		var rf = 'transform:' + $('#ta-bls-782483 .efekt-782483').css('transform')+';';
		
		if (el.visible782483(true)) {
			if(!el.hasClass("efekt_basladi"))
			{
				
				
				el.addClass('efekt_basladi');
				
				
				clearTimeout(k1782483);
				clearTimeout(k2782483);

				k1782483 = setTimeout(function() {
					el.removeClass('animate__animated animate__Kapat').attr('style', el.attr('style')+el.data('giris')).addClass('efekt_basladi2 animate__animated animate__zoomInRight');
				}, 500);
				
				k2782483 = setTimeout(function() {
					el.removeClass('animate__animated animate__Kapat animate__zoomInRight').addClass('efekt_basladi2 animate__animated animate__shakeX').attr('style', el.attr('style')+el.data('ekranda'));
				}, (500+6000));
				
				
				k3782483 = setTimeout(function() {
									}, (600+6000+300));
			}
		} 
		if (el.notvisible782483()) 
		{
					}
	}
	$(window).scroll(function() { animasyon782483() });
	animasyon782483();


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

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

		};
	})(jQuery);

	var k1909268, k2909268;

	function animasyon909268() {
		var el = $('#ta-bls-909268 .efekt-909268');
		
		var rf = 'transform:' + $('#ta-bls-909268 .efekt-909268').css('transform')+';';
		
		if (el.visible909268(true)) {
			if(!el.hasClass("efekt_basladi"))
			{
				
				
				el.addClass('efekt_basladi');
				
				
				clearTimeout(k1909268);
				clearTimeout(k2909268);

				k1909268 = setTimeout(function() {
					el.removeClass('animate__animated animate__Kapat').attr('style', el.attr('style')+el.data('giris')).addClass('efekt_basladi2 animate__animated animate__Kapat');
				}, 0);
				
				k2909268 = 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+900));
				
				
				k3909268 = setTimeout(function() {
									}, (100+900+1000));
			}
		} 
		if (el.notvisible909268()) 
		{
					}
	}
	$(window).scroll(function() { animasyon909268() });
	animasyon909268();


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

                            $(window).enllax();

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

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

                            $(window).enllax();

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

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

                            $(window).enllax();

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

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

                            $(window).enllax();

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

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

                            $(window).enllax();

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

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

                            $(window).enllax();

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

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

                            $(window).enllax();

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

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

                            $(window).enllax();

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

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

                            $(window).enllax();

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

                    
    
          /* ID: 1209431 TUR: 300 */
    
    	
		(function($) {
				$.fn.notvisible1209431 = function() {

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

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

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

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

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

			};
		})(jQuery);

		var k11209431, k21209431;

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

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

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

			el.addClass('efekt_basladi');


			clearTimeout(k11209431);
			clearTimeout(k21209431);

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

			k21209431 = 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));


			k31209431 = setTimeout(function() {
						}, (100+1000+1000));
		}
		}
		if (el.notvisible1209431()) 
		{
					}
		}
		$(window).scroll(function() { animasyon1209431() });
		animasyon1209431();
	
	<!-- parallax -->
	
		(function($) {

			$(window).enllax();

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

		
    
  



setTimeout(function(){
  
  },3000);
/* CACHED: 2025-10-30 11:55:34 *//* CACHE */