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

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

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

                });

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

                });
                }

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


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

            (function($) {
                    $.fn.visible1397869 = 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 animasyon1397869(x) {

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

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


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

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

            });

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

            });

            }

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

            });
        

        
            $('.vls-1397869-').slick({

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

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

            var el = $('.vls-1397869- [data-slick-index='+nextSlide+']');
            var elx = $('.vls-1397869-');
            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 slideWrapper01397869 = $('.vls-1397869-'),
            iframes = slideWrapper01397869.find('.embed-player'),
        Images = slideWrapper01397869.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
                        });
                    }
                });
            }



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

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





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

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

		};
	})(jQuery);

	var k1890781, k2890781, k3890781;

	function animasyon890781() {
		var el = $('#ta-bls-890781 .efekt-890781');
		
		var rf = 'transform:' + $('#ta-bls-890781 .efekt-890781').css('transform')+';';
		
		if (el.visible890781(true)) {
			if(!el.hasClass("efekt_basladi"))
			{
				
				//console.log('890781: Basladi');
				
				el.addClass('efekt_basladi');
				
				
				clearTimeout(k1890781);
				clearTimeout(k2890781);

				k1890781 = setTimeout(function() {
					el.removeClass('animate__animated animate__Kapat').attr('style', el.attr('style')+el.data('giris')).addClass('efekt_basladi2 animate__animated animate__Kapat');
				}, 1000);
				
				k2890781 = setTimeout(function() {
					//console.log('890781: 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));
				
				
				k3890781 = setTimeout(function() {
									}, (2000+1000+1000));
			}
		} 
		if (el.notvisible890781()) 
		{
					}
	}
	$(window).scroll(function() { animasyon890781() });
	animasyon890781();


    
              /* ID: 1375468 TUR: 300 */
    
    	
		(function($) {
				$.fn.notvisible1375468 = function() {

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

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

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

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

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

			};
		})(jQuery);

		var k11375468, k21375468, k31375468;

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

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

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

			el.addClass('efekt_basladi');


			clearTimeout(k11375468);
			clearTimeout(k21375468);

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

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


			k31375468 = setTimeout(function() {
						}, (100+1000+1000));
		}
		}
		if (el.notvisible1375468()) 
		{
					}
		}
		$(window).scroll(function() { animasyon1375468() });
		animasyon1375468();
	
	<!-- parallax -->
	
		(function($) {

			$(window).enllax();

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

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

                            $(window).enllax();

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

                    
    
          /* ID: 1381146 TUR: 314 */
    
                
            $(document).ready(function() {
            $(document).on("click",".ta-bls-1381146 .acilirmen",function(e){
            $(".ta-bls-1381146 .acilirmensab").toggleClass("secili");
            });
            });
            $(document).ready(function() {
            $(document).on("click",".ta-bls-1381146 .dovizsec",function(e){
            $(".ta-bls-1381146 .dovizDonusumac").toggleClass("secili");
            });
            });
            $(document).ready(function() {
            $(document).on("click",".ta-bls-1381146 .translatesec",function(e){
            $(".ta-bls-1381146 .translateac").toggleClass("secili");
            });
            });
            $(document).ready(function() {
            $(document).on("click",".ta-bls-1381146 .dilsec.select",function(e){
            $(".ta-bls-1381146 .dilsecac").toggleClass("secili");
            });
            });
        

        <!-- translate -->
        
            function googleTranslateElementInit2() { new google.translate.TranslateElement({ pageLanguage: 'tr',autoDisplay: false}, 'google_translate_element2');}
        

        
            function GTranslateFireEvent(a, b) {
                try {
                    if (document.createEvent) {
                        var c = document.createEvent("HTMLEvents");
                        c.initEvent(b, true, true);
                        a.dispatchEvent(c)
                    } else {
                        var c = document.createEventObject();
                        a.fireEvent('on' + b, c)
                    }
                } catch (e) {}
            }

            function doGTranslate(a) {
                if (a.value) a = a.value;
                if (a == '') return;
                var b = a.split('|')[1];
                var c;
                var d = document.getElementsByTagName('select');
                for (var i = 0; i < d.length; i++)
                    if (d[i].className == 'goog-te-combo') c = d[i];
                if (document.getElementById('google_translate_element2') == null || document.getElementById(
                        'google_translate_element2').innerHTML.length == 0 || c.length == 0 || c.innerHTML.length == 0) {
                    setTimeout(function() {
                        doGTranslate(a)
                    }, 500)
                } else {
                    c.value = b;
                    GTranslateFireEvent(c, 'change');
                    GTranslateFireEvent(c, 'change');
                }
            }

            function transSelected(trans) {
                let htm = $(`[translate-btn="${ trans}"]`).html();
                $(".translate-selected").html(htm);
            }

            $(function() {
                const trans = localStorage.getItem("translate");
                if (trans) {
                    transSelected(trans);
                }
                $(document).on("click", "[translate-btn]", function() {
                    let val = $(this).attr("translate-btn");
                    doGTranslate(val);
                    transSelected(val);
                    localStorage.setItem("translate", val);
                    return false;
                });
            });
        
        <!-- translate bitiş -->

        <!-- parallax -->
        
            (function($) {

                $(window).enllax();

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

        
    
          /* ID: 1380891 TUR: 297 */
    
    

    
  



setTimeout(function(){
  
  },3000);
/* CACHED: 2025-12-17 21:08:40 *//* CACHE */