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

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

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

                });

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

                });
                }

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


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

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

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

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


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

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

            });

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

            });

            }

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

            });
        

        
            $('.vls-1360382-68bc4ad319').slick({

            slidesToShow: 1, 
            slidesToScroll: 1,
            infinite: true,
                dots: true,
                arrows: true,
                autoplay: false,
                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-1360382-68bc4ad319').on('beforeChange', function(event, slick, currentSlide, nextSlide){

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



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

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



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

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

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

                });

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

                });
                }

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


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

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

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

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


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

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

            });

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

            });

            }

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

            });
        

        
            $('.vls-1360381-68bc4926ea').slick({

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

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

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



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

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



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

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

                });

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

                });
                }

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

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

                });

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

                });
                }

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

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

                });

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

                });
                }

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

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

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

                });

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

                });
                }

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


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



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

    (function($) {
            $.fn.visible1360404 = 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 animasyon1360404(x) {
    var el = $('#bls-1360404');

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

    });

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

    });
    }

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

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


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


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

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

                });

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

                });
                }

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

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

                });

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

                });
                }

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

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

                });

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

                });
                }

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

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

                });

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

                });
                }

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

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

                });

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

                });
                }

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

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

                });

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

                });
                }

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

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

                });

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

                });
                }

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

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

                });

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

                });
                }

                $(window).scroll(function() { animasyon1360415(true) });
                animasyon1360415(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: 1360409 TUR: 293 *//* ID: 1360405 TUR: 244 */
	(function($) {
		$.fn.visible1360405 = 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) || (_bottom>viewTop && _bottom<viewBottom)))
		};
	})(jQuery);


	function animasyon1360405() {
		var el = $('#bls-1360405');

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

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

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

                });

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

                });
                }

                $(window).scroll(function() { animasyon1363658(true) });
                animasyon1363658(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: 1360399 TUR: 298 */
    
                                        <!-- parallax -->
                    
                        (function($) {

                            $(window).enllax();

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

                    
    
          /* ID: 1360400 TUR: 300 */
    
    	
		(function($) {
				$.fn.notvisible1360400 = function() {

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

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

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

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

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

			};
		})(jQuery);

		var k11360400, k21360400, k31360400;

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

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

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

			el.addClass('efekt_basladi');


			clearTimeout(k11360400);
			clearTimeout(k21360400);

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

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


			k31360400 = setTimeout(function() {
						}, (100+1000+1000));
		}
		}
		if (el.notvisible1360400()) 
		{
					}
		}
		$(window).scroll(function() { animasyon1360400() });
		animasyon1360400();
	
	<!-- parallax -->
	
		(function($) {

			$(window).enllax();

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

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

                            $(window).enllax();

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

                    
    
  



setTimeout(function(){
  
  },3000);
/* CACHED: 2025-11-30 22:04:47 *//* CACHE */