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

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

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

                });

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

                });
                }

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


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

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

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

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


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

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

            });

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

            });

            }

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

            });
        

        
            $('.vls-1278607-664b07f386').slick({

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

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

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



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

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



/* ID: 1278620 TUR: 292 */    <!-- Banner JS Yapısı -->
                        
                (function($) {
                        $.fn.visible1278620 = 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 animasyon1278620(x) {
                var el = $('#bls-1278620');

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

                });

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

                });
                }

                $(window).scroll(function() { animasyon1278620(true) });
                animasyon1278620(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: 1278612 TUR: 292 */    <!-- Banner JS Yapısı -->
                        
                (function($) {
                        $.fn.visible1278612 = 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 animasyon1278612(x) {
                var el = $('#bls-1278612');

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

                });

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

                });
                }

                $(window).scroll(function() { animasyon1278612(true) });
                animasyon1278612(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: 1278611 TUR: 292 */    <!-- Banner JS Yapısı -->
                        
                (function($) {
                        $.fn.visible1278611 = 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 animasyon1278611(x) {
                var el = $('#bls-1278611');

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

                });

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

                });
                }

                $(window).scroll(function() { animasyon1278611(true) });
                animasyon1278611(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: 1278621 TUR: 294 */
<!-- Kutular JS Yapısı -->

    (function($) {
            $.fn.visible1278621 = 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 animasyon1278621(x) {
    var el = $('#bls-1278621');

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

    });

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

    });
    }

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

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


<!-- Slayt JS Yapısı -->

    $('.vls-1278621-664b0cd866').on('init', function(e, slick) {

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

    var elx = $('.vls-1278621-664b0cd866');
    elx.find('.efektd').each(function() {
        $(this).removeClass("animated");
        $(this).removeClass($(this).data('efekt'));
    });


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

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

    });

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

    });

    }

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


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

    });



    $('.vls-1278621-664b0cd866').slick({

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

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

    var el = $('.vls-1278621-664b0cd866 [data-slick-index="'+nextSlide+'"]');
    var elx = $('.vls-1278621-664b0cd866');
    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'));
    });

    });


    var slideWrapper01278621664b0cd866 = $('.vls-1278621-664b0cd866'),
    iframes = slideWrapper01278621664b0cd866.find('.embed-player'),
    lazyImages = slideWrapper01278621664b0cd866.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");
        console.log(slideType);
        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
                });
            }
        });
    }



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

                        <!--// Slayt JS Yapısı Bitiş-->
        /* ID: 1278622 TUR: 293 */


/* ID: 1278615 TUR: 292 */    <!-- Banner JS Yapısı -->
                        
                (function($) {
                        $.fn.visible1278615 = 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 animasyon1278615(x) {
                var el = $('#bls-1278615');

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

                });

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

                });
                }

                $(window).scroll(function() { animasyon1278615(true) });
                animasyon1278615(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: 1278616 TUR: 292 */    <!-- Banner JS Yapısı -->
        <!--// Banner JS Yapısı Bitiş -->

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

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

                });

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

                });
                }

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


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



/* ID: 1278617 TUR: 292 */    <!-- Banner JS Yapısı -->
                        
                (function($) {
                        $.fn.visible1278617 = 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 animasyon1278617(x) {
                var el = $('#bls-1278617');

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

                });

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

                });
                }

                $(window).scroll(function() { animasyon1278617(true) });
                animasyon1278617(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: 1417935 TUR: 301 */


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

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

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

                });

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

                });
                }

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

    <!-- Slayt JS Yapısı -->
        <!--// Slayt JS Yapısı Bitiş-->
/* ID: 1278618 TUR: 292 */    <!-- Banner JS Yapısı -->
                        
                (function($) {
                        $.fn.visible1278618 = 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 animasyon1278618(x) {
                var el = $('#bls-1278618');

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

                });

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

                });
                }

                $(window).scroll(function() { animasyon1278618(true) });
                animasyon1278618(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: 1278606 TUR: 300 */
    
    	
		(function($) {
				$.fn.notvisible1278606 = function() {

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

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

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

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

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

			};
		})(jQuery);

		var k11278606, k21278606, k31278606;

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

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

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

			el.addClass('efekt_basladi');


			clearTimeout(k11278606);
			clearTimeout(k21278606);

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

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


			k31278606 = setTimeout(function() {
						}, (100+1000+1000));
		}
		}
		if (el.notvisible1278606()) 
		{
					}
		}
		$(window).scroll(function() { animasyon1278606() });
		animasyon1278606();
	
	<!-- parallax -->
	
		(function($) {

			$(window).enllax();

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

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

                            $(window).enllax();

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

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

                            $(window).enllax();

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

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