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

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

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

                });

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

                });
                }

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


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

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

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

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


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

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

            });

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

            });

            }

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

            });
        

        
            $('.vls-1313677-67ed27b9b9').slick({

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

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

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



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

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



/* ID: 1302190 TUR: 294 */
<!-- Kutular JS Yapısı -->

    (function($) {
            $.fn.visible1302190 = 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 animasyon1302190(x) {
    var el = $('#bls-1302190');

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

    });

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

    });
    }

    $(window).scroll(function() { animasyon1302190(true) });
    animasyon1302190(false);

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


<!-- Slayt JS Yapısı -->
            <!--// Slayt JS Yapısı Bitiş-->
        /* ID: 1302191 TUR: 294 */
<!-- Kutular JS Yapısı -->

    (function($) {
            $.fn.visible1302191 = 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 animasyon1302191(x) {
    var el = $('#bls-1302191');

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

    });

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

    });
    }

    $(window).scroll(function() { animasyon1302191(true) });
    animasyon1302191(false);

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


<!-- Slayt JS Yapısı -->
            <!--// Slayt JS Yapısı Bitiş-->
        /* ID: 1302192 TUR: 294 */
<!-- Kutular JS Yapısı -->

    (function($) {
            $.fn.visible1302192 = 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 animasyon1302192(x) {
    var el = $('#bls-1302192');

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

    });

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

    });
    }

    $(window).scroll(function() { animasyon1302192(true) });
    animasyon1302192(false);

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


<!-- Slayt JS Yapısı -->
            <!--// Slayt JS Yapısı Bitiş-->
        /* ID: 1302657 TUR: 294 */
<!-- Kutular JS Yapısı -->

    (function($) {
            $.fn.visible1302657 = 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 animasyon1302657(x) {
    var el = $('#bls-1302657');

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

    });

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

    });
    }

    $(window).scroll(function() { animasyon1302657(true) });
    animasyon1302657(false);

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


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

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

                            $(window).enllax();

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

                    
    
          /* ID: 1300081 TUR: 300 */
    
    	
		(function($) {
				$.fn.notvisible1300081 = function() {

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

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

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

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

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

			};
		})(jQuery);

		var k11300081, k21300081;

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

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

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

			el.addClass('efekt_basladi');


			clearTimeout(k11300081);
			clearTimeout(k21300081);

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

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


			k31300081 = setTimeout(function() {
						}, (100+1000+1000));
		}
		}
		if (el.notvisible1300081()) 
		{
					}
		}
		$(window).scroll(function() { animasyon1300081() });
		animasyon1300081();
	
	<!-- parallax -->
	
		(function($) {

			$(window).enllax();

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

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

                            $(window).enllax();

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

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

                            $(window).enllax();

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

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

                            $(window).enllax();

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

                    
    
          /* ID: 1302655 TUR: 314 */
    
                
            $(document).ready(function() {
            $(document).on("click",".ta-bls-1302655 .acilirmen",function(e){
            $(".ta-bls-1302655 .acilirmensab").toggleClass("secili");
            });
            });
            $(document).ready(function() {
            $(document).on("click",".ta-bls-1302655 .dovizsec",function(e){
            $(".ta-bls-1302655 .dovizDonusumac").toggleClass("secili");
            });
            });
            $(document).ready(function() {
            $(document).on("click",".ta-bls-1302655 .translatesec",function(e){
            $(".ta-bls-1302655 .translateac").toggleClass("secili");
            });
            });
            $(document).ready(function() {
            $(document).on("click",".ta-bls-1302655 .dilsec.select",function(e){
            $(".ta-bls-1302655 .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ş -->

        
    
  



setTimeout(function(){
  
  },3000);
/* CACHED: 2025-10-03 17:24:53 *//* CACHE */