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

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

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

                });

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

                });
                }

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


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

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

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

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


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

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

            });

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

            });

            }

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

            });
        

        
            $('.vls-1474970-693309afb3').slick({

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

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

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



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

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



/* ID: 1476798 TUR: 293 */


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

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

                });

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

                });
                }

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

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

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

                });

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

                });
                }

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


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

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

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

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


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

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

            });

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

            });

            }

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

            });
        

        
            $('.vls-1474945-64dcdb5b07').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-1474945-64dcdb5b07').on('beforeChange', function(event, slick, currentSlide, nextSlide){

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



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

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



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

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

                });

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

                });
                }

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

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

                });

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

                });
                }

                $(window).scroll(function() { animasyon1474971(true) });
                animasyon1474971(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: 1474973 TUR: 293 *//* ID: 1474974 TUR: 292 */    <!-- Banner JS Yapısı -->
                        
                (function($) {
                        $.fn.visible1474974 = 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 animasyon1474974(x) {
                var el = $('#bls-1474974');

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

                });

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

                });
                }

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

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

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

                });

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

                });
                }

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


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



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

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

                    });

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

                    });
                    }

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

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


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

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

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

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


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

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

                });

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

                });

                }

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

                });
            

            
                $('.vls-1474976-69cf60c37d').slick({

                slidesToShow: 2, 
                slidesToScroll: 1,
                infinite: true,
                    dots: false,
                    arrows: false,
                    autoplay: true,
                    cssEase: 'linear',
                    //fade: false,
                    fade: false,
                    adaptiveHeight: false,
                                                            autoplaySpeed:4000,
                    speed:2100,
                    

                    responsive: [{
                            breakpoint: 990,
                            settings: {
                                slidesToShow: 2,
                                dots: false,
                                arrows: false                            }
                        },
                        {
                            breakpoint: 767,
                            settings: {
                                slidesToShow: 1,
                                dots: false,
                                arrows: false,
                                adaptiveHeight: true
                            }
                        }
                    ]
                });

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

                var el = $('.vls-1474976-69cf60c37d [data-slick-index='+nextSlide+']');
                var elx = $('.vls-1474976-69cf60c37d');
                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 slideWrapper0147497669cf60c37d = $('.vls-1474976-69cf60c37d'),
                iframes = slideWrapper0147497669cf60c37d.find('.embed-player'),
                lazyImages = slideWrapper0147497669cf60c37d.find('.slide-image'),
                lazyCounter = 0;

                // POST commands to YouTube or Vimeo API
                function postMessageToPlayer(player, command) {
                    if (player == null || command == null) return;
                    player.contentWindow.postMessage(JSON.stringify(command), "*");
                }

                // When the slide is changing
                function playPauseVideo(slick, control) {
                    var currentSlide, slideType, startTime, player, video;

                    currentSlide = slick.find(".slick-current");
                    slideType = currentSlide.attr("class").split(" ")[0];
                    player = currentSlide.find("iframe").get(0);
                    startTime = currentSlide.data("video-start");
                    if (slideType === "vimeo") {
                        switch (control) {
                            case "play":
                                if ((startTime != null && startTime > 0) && !currentSlide.hasClass('started')) {
                                    currentSlide.addClass('started');
                                    postMessageToPlayer(player, {
                                        "method": "setCurrentTime",
                                        "value": startTime
                                    });
                                }
                                postMessageToPlayer(player, {
                                    "method": "play",
                                    "value": 1
                                });
                                break;
                            case "pause":
                                postMessageToPlayer(player, {
                                    "method": "pause",
                                    "value": 1
                                });
                                break;
                        }
                    } else if (slideType === "youtube") {
                        switch (control) {
                            case "play":
                                /*   postMessageToPlayer(player, {
                         "event": "command",
                         "func": "mute"
                       });*/
                                postMessageToPlayer(player, {
                                    "event": "command",
                                    "func": "playVideo"
                                });
                                break;
                            case "pause":
                                postMessageToPlayer(player, {
                                    "event": "command",
                                    "func": "pauseVideo"
                                });
                                break;
                        }
                    } else if (slideType === "video") {
                        video = currentSlide.children("video").get(0);
                        if (video != null) {
                            if (control === "play") {
                                video.play();
                            } else {
                                video.pause();
                            }
                        }
                    }
                }

                // Resize player
                function resizePlayer(iframes, ratio) {
                    if (!iframes[0]) return;
                    var win = $(".main-slider"),
                        width = win.width(),
                        playerWidth,
                        height = win.height(),
                        playerHeight,
                        ratio = ratio || 16 / 9;

                    iframes.each(function() {
                        var current = $(this);
                        if (width / ratio < height) {
                            playerWidth = Math.ceil(height * ratio);
                            current.width(playerWidth).height(height).css({
                                left: (width - playerWidth) / 2,
                                top: 0
                            });
                        } else {
                            playerHeight = Math.ceil(width / ratio);
                            current.width(width).height(playerHeight).css({
                                left: 0,
                                top: (height - playerHeight) / 2
                            });
                        }
                    });
                }



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

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

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

                });

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

                });
                }

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

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

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

                });

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

                });
                }

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


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

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

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

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


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

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

            });

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

            });

            }

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

            });
        

        
            $('.vls-1474978-64dcf78f71').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-1474978-64dcf78f71').on('beforeChange', function(event, slick, currentSlide, nextSlide){

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



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

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



/* ID: 1474981 TUR: 293 *//* ID: 1474980 TUR: 294 */
<!-- Kutular JS Yapısı -->

    (function($) {
            $.fn.visible1474980 = 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 animasyon1474980(x) {
    var el = $('#bls-1474980');

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

    });

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

    });
    }

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

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


<!-- Slayt JS Yapısı -->
            <!--// Slayt JS Yapısı Bitiş-->
        /* ID: 1474982 TUR: 293 *//* ID: 1474999 TUR: 313 */                
    // I hope this over-commenting helps. Let's do this!
    // Let's use the 'active' variable to let us know when we're using it
    let active147499969cf627dad = false;
    
    // First we'll have to set up our event listeners
    // We want to watch for clicks on our scroller
    document.querySelector("#bls-1474999 .scroller").addEventListener("mousedown", function () {
      active147499969cf627dad = true;
      // Add our scrolling class so the scroller has full opacity while active
      document.querySelector("#bls-1474999 .scroller").classList.add("scrolling");
    });
    // We also want to watch the body for changes to the state,
    // like moving around and releasing the click
    // so let's set up our event listeners
    document.body.addEventListener("mouseup", function () {
      active147499969cf627dad = false;
      document.querySelector("#bls-1474999 .scroller").classList.remove("scrolling");
    });
    document.body.addEventListener("mouseleave", function () {
      active147499969cf627dad = false;
      document.querySelector("#bls-1474999 .scroller").classList.remove("scrolling");
    });
    
    // Let's figure out where their mouse is at
    document.body.addEventListener("mousemove", function (e) {
      if (!active147499969cf627dad) return;
      // Their mouse is here...
      let x = e.pageX;
      // but we want it relative to our wrapper
      x -= document.querySelector("#bls-1474999 .wrapper").getBoundingClientRect().left;
      // Okay let's change our state
      scrollIt147499969cf627dad(x);
    });
    
    document.body.addEventListener('touchmove',function(e){
       if (!active147499969cf627dad) return;
      // Their mouse is here...
      let x = e.touches[0].pageX;
      
      // but we want it relative to our wrapper
      x -= document.querySelector("#bls-1474999 .wrapper").getBoundingClientRect().left;
      // Okay let's change our state
      scrollIt147499969cf627dad(x);
    });
    // Let's use this function
    function scrollIt147499969cf627dad(x) {
      let transform = Math.max(
        0,
        Math.min(x, document.querySelector("#bls-1474999 .wrapper").offsetWidth)
      );
      document.querySelector("#bls-1474999 .after img").style.width = document.querySelector("#bls-1474999 .wrapper").offsetWidth + "px";
      document.querySelector("#bls-1474999 .before img").style.width = document.querySelector("#bls-1474999 .wrapper").offsetWidth + "px";
      document.querySelector("#bls-1474999 .after").style.width = transform + "px";
      document.querySelector("#bls-1474999 .scroller").style.left = transform - 25 + "px";
    }
    
    // Let's set our opening state based off the width,
    // we want to show a bit of both images so the user can see what's going on
    scrollIt147499969cf627dad("20%");
    
    // And finally let's repeat the process for touch events
    // first our middle scroller...
    document.querySelector("#bls-1474999 .scroller").addEventListener("touchstart", function () {
      active147499969cf627dad = true;
      document.querySelector("#bls-1474999 .scroller").classList.add("scrolling");
    });
    document.body.addEventListener("touchend", function () {
      active147499969cf627dad = false;
      document.querySelector("#bls-1474999 .scroller").classList.remove("scrolling");
    });
    document.body.addEventListener("touchcancel", function () {
      active147499969cf627dad = false;
      document.querySelector("#bls-1474999 .scroller").classList.remove("scrolling");
    });
    
    
    
    /* ID: 1475003 TUR: 293 *//* ID: 1475000 TUR: 310 */    
        <!-- Banner JS Yapısı -->
                                    
                    (function($) {
                            $.fn.visible1475000 = 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 animasyon1475000(x) {
                    var el = $('#bls-1475000');

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

                    });

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

                    });
                    }

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

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


        <!-- Slayt JS Yapısı -->
                <!--// Slayt JS Yapısı Bitiş-->
        <!-- Kategorileme Yapısı -->
                <!-- Kategorileme Yapısı Bitiş -->
/* ID: 1476789 TUR: 293 *//* ID: 1474996 TUR: 244 */
	(function($) {
		$.fn.visible1474996 = 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 animasyon1474996() {
		var el = $('#bls-1474996');

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

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

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

                });

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

                });
                }

                $(window).scroll(function() { animasyon1474997(true) });
                animasyon1474997(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: 1476795 TUR: 293 */

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

                            $(window).enllax();

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

                    
    
          /* ID: 1474946 TUR: 300 */
    
    	
		(function($) {
				$.fn.notvisible1474946 = function() {

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

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

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

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

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

			};
		})(jQuery);

		var k11474946, k21474946, k31474946;

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

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

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

			el.addClass('efekt_basladi');


			clearTimeout(k11474946);
			clearTimeout(k21474946);

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

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


			k31474946 = setTimeout(function() {
						}, (100+1000+1000));
		}
		}
		if (el.notvisible1474946()) 
		{
					}
		}
		$(window).scroll(function() { animasyon1474946() });
		animasyon1474946();
	
	<!-- parallax -->
	
		(function($) {

			$(window).enllax();

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

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

                            $(window).enllax();

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

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

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

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

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

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

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

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

                $(window).enllax();

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

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

                            $(window).enllax();

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

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

                            $(window).enllax();

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

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

                            $(window).enllax();

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

                    
    
  



setTimeout(function(){
  
  },3000);
/* CACHED: 2026-08-18 16:07:03 *//* CACHE */