<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* ID: 1359443 TUR: 292 */    &lt;!-- Banner JS Yapısı --&gt;
        &lt;!--// Banner JS Yapısı Bitiş --&gt;

    &lt;!-- Kutular JS Yapısı --&gt;
                        
                (function($) {
                        $.fn.visible1359443 = function() {
                        var $t = $(this),
                            $w = $(window),
                            viewTop = $w.scrollTop(),
                            viewBottom = viewTop + $w.height(),
                            _top = $t.offset().top,
                            _bottom = _top + $t.height() - 50;
                        return (_top &gt; viewTop &amp;&amp; _top &lt; viewBottom)
                    };
                })(jQuery);


                function animasyon1359443(x) {
                var el = $('#bls-1359443');

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

                });

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

                });
                }

                $(window).scroll(function() { animasyon1359443(true) });
                animasyon1359443(false);
            
                &lt;!--// Kutular JS Yapısı Bitiş --&gt;


    &lt;!-- Slayt JS Yapısı --&gt;
            
            $('.vls-1359443-68554f9240').on('init', function(e, slick) {

            (function($) {
                    $.fn.visible1359443 = 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 &gt; viewTop &amp;&amp; _top &lt; viewBottom)
                };
            })(jQuery);


            function animasyon1359443(x) {

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

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


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

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

            });

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

            });

            }

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

            });
        

        
            $('.vls-1359443-68554f9240').slick({

            slidesToShow: 1, 
            slidesToScroll: 1,
            infinite: true,
                dots: true,
                arrows: true,
                autoplay: true,
                cssEase: 'linear',
                fade: true,
                adaptiveHeight: false,
                centerMode: true,                                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: true,
                            adaptiveHeight: true,
                            autoplaySpeed:4000,
                            speed:200
                        }
                    }
                ]
            });

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

            var el = $('.vls-1359443-68554f9240 [data-slick-index='+nextSlide+']');
            var elx = $('.vls-1359443-68554f9240');
            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 slideWrapper0135944368554f9240 = $('.vls-1359443-68554f9240'),
            iframes = slideWrapper0135944368554f9240.find('.embed-player'),
        Images = slideWrapper0135944368554f9240.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 &amp;&amp; startTime &gt; 0) &amp;&amp; !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 &lt; 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
                        });
                    }
                });
            }



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

        &lt;!--// Slayt JS Yapısı Bitiş--&gt;



/* ID: 1364016 TUR: 292 */    &lt;!-- Banner JS Yapısı --&gt;
        &lt;!--// Banner JS Yapısı Bitiş --&gt;

    &lt;!-- Kutular JS Yapısı --&gt;
                        
                (function($) {
                        $.fn.visible1364016 = function() {
                        var $t = $(this),
                            $w = $(window),
                            viewTop = $w.scrollTop(),
                            viewBottom = viewTop + $w.height(),
                            _top = $t.offset().top,
                            _bottom = _top + $t.height() - 50;
                        return (_top &gt; viewTop &amp;&amp; _top &lt; viewBottom)
                    };
                })(jQuery);


                function animasyon1364016(x) {
                var el = $('#bls-1364016');

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

                });

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

                });
                }

                $(window).scroll(function() { animasyon1364016(true) });
                animasyon1364016(false);
            
                &lt;!--// Kutular JS Yapısı Bitiş --&gt;


    &lt;!-- Slayt JS Yapısı --&gt;
            
            $('.vls-1364016-').on('init', function(e, slick) {

            (function($) {
                    $.fn.visible1364016 = 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 &gt; viewTop &amp;&amp; _top &lt; viewBottom)
                };
            })(jQuery);


            function animasyon1364016(x) {

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

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


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

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

            });

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

            });

            }

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

            });
        

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

            var el = $('.vls-1364016- [data-slick-index='+nextSlide+']');
            var elx = $('.vls-1364016-');
            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 slideWrapper01364016 = $('.vls-1364016-'),
            iframes = slideWrapper01364016.find('.embed-player'),
        Images = slideWrapper01364016.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 &amp;&amp; startTime &gt; 0) &amp;&amp; !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 &lt; 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
                        });
                    }
                });
            }



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

        &lt;!--// Slayt JS Yapısı Bitiş--&gt;



/* ID: 1363996 TUR: 292 */    &lt;!-- Banner JS Yapısı --&gt;
        &lt;!--// Banner JS Yapısı Bitiş --&gt;

    &lt;!-- Kutular JS Yapısı --&gt;
                        
                (function($) {
                        $.fn.visible1363996 = function() {
                        var $t = $(this),
                            $w = $(window),
                            viewTop = $w.scrollTop(),
                            viewBottom = viewTop + $w.height(),
                            _top = $t.offset().top,
                            _bottom = _top + $t.height() - 50;
                        return (_top &gt; viewTop &amp;&amp; _top &lt; viewBottom)
                    };
                })(jQuery);


                function animasyon1363996(x) {
                var el = $('#bls-1363996');

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

                });

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

                });
                }

                $(window).scroll(function() { animasyon1363996(true) });
                animasyon1363996(false);
            
                &lt;!--// Kutular JS Yapısı Bitiş --&gt;


    &lt;!-- Slayt JS Yapısı --&gt;
            
            $('.vls-1363996-6855236792').on('init', function(e, slick) {

            (function($) {
                    $.fn.visible1363996 = 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 &gt; viewTop &amp;&amp; _top &lt; viewBottom)
                };
            })(jQuery);


            function animasyon1363996(x) {

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

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


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

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

            });

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

            });

            }

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

            });
        

        
            $('.vls-1363996-6855236792').slick({

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

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

            var el = $('.vls-1363996-6855236792 [data-slick-index='+nextSlide+']');
            var elx = $('.vls-1363996-6855236792');
            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 slideWrapper013639966855236792 = $('.vls-1363996-6855236792'),
            iframes = slideWrapper013639966855236792.find('.embed-player'),
        Images = slideWrapper013639966855236792.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 &amp;&amp; startTime &gt; 0) &amp;&amp; !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 &lt; 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
                        });
                    }
                });
            }



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

        &lt;!--// Slayt JS Yapısı Bitiş--&gt;



/* ID: 1363999 TUR: 292 */    &lt;!-- Banner JS Yapısı --&gt;
                        
                (function($) {
                        $.fn.visible1363999 = function() {

                        var $t = $(this),
                            $w = $(window),
                            viewTop = $w.scrollTop(),
                            viewBottom = viewTop + $w.height(),
                            _top = $t.offset().top,
                            _bottom = _top + $t.height() - 50;
                        return (_top &gt; viewTop &amp;&amp; _top &lt; viewBottom)
                    };
                })(jQuery);


                function animasyon1363999(x) {
                var el = $('#bls-1363999');

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

                });

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

                });
                }

                $(window).scroll(function() { animasyon1363999(true) });
                animasyon1363999(false);
            
                &lt;!--// Banner JS Yapısı Bitiş --&gt;

    &lt;!-- Kutular JS Yapısı --&gt;
        &lt;!--// Kutular JS Yapısı Bitiş --&gt;


    &lt;!-- Slayt JS Yapısı --&gt;
        &lt;!--// Slayt JS Yapısı Bitiş--&gt;



/* ID: 1364014 TUR: 292 */    &lt;!-- Banner JS Yapısı --&gt;
                        
                (function($) {
                        $.fn.visible1364014 = function() {

                        var $t = $(this),
                            $w = $(window),
                            viewTop = $w.scrollTop(),
                            viewBottom = viewTop + $w.height(),
                            _top = $t.offset().top,
                            _bottom = _top + $t.height() - 50;
                        return (_top &gt; viewTop &amp;&amp; _top &lt; viewBottom)
                    };
                })(jQuery);


                function animasyon1364014(x) {
                var el = $('#bls-1364014');

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

                });

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

                });
                }

                $(window).scroll(function() { animasyon1364014(true) });
                animasyon1364014(false);
            
                &lt;!--// Banner JS Yapısı Bitiş --&gt;

    &lt;!-- Kutular JS Yapısı --&gt;
        &lt;!--// Kutular JS Yapısı Bitiş --&gt;


    &lt;!-- Slayt JS Yapısı --&gt;
        &lt;!--// Slayt JS Yapısı Bitiş--&gt;



/* ID: 1364004 TUR: 292 */    &lt;!-- Banner JS Yapısı --&gt;
                        
                (function($) {
                        $.fn.visible1364004 = function() {

                        var $t = $(this),
                            $w = $(window),
                            viewTop = $w.scrollTop(),
                            viewBottom = viewTop + $w.height(),
                            _top = $t.offset().top,
                            _bottom = _top + $t.height() - 50;
                        return (_top &gt; viewTop &amp;&amp; _top &lt; viewBottom)
                    };
                })(jQuery);


                function animasyon1364004(x) {
                var el = $('#bls-1364004');

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

                });

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

                });
                }

                $(window).scroll(function() { animasyon1364004(true) });
                animasyon1364004(false);
            
                &lt;!--// Banner JS Yapısı Bitiş --&gt;

    &lt;!-- Kutular JS Yapısı --&gt;
        &lt;!--// Kutular JS Yapısı Bitiş --&gt;


    &lt;!-- Slayt JS Yapısı --&gt;
        &lt;!--// Slayt JS Yapısı Bitiş--&gt;



/* ID: 1366866 TUR: 292 */    &lt;!-- Banner JS Yapısı --&gt;
        &lt;!--// Banner JS Yapısı Bitiş --&gt;

    &lt;!-- Kutular JS Yapısı --&gt;
                        
                (function($) {
                        $.fn.visible1366866 = function() {
                        var $t = $(this),
                            $w = $(window),
                            viewTop = $w.scrollTop(),
                            viewBottom = viewTop + $w.height(),
                            _top = $t.offset().top,
                            _bottom = _top + $t.height() - 50;
                        return (_top &gt; viewTop &amp;&amp; _top &lt; viewBottom)
                    };
                })(jQuery);


                function animasyon1366866(x) {
                var el = $('#bls-1366866');

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

                });

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

                });
                }

                $(window).scroll(function() { animasyon1366866(true) });
                animasyon1366866(false);
            
                &lt;!--// Kutular JS Yapısı Bitiş --&gt;


    &lt;!-- Slayt JS Yapısı --&gt;
            
            $('.vls-1366866-685d06b371').on('init', function(e, slick) {

            (function($) {
                    $.fn.visible1366866 = 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 &gt; viewTop &amp;&amp; _top &lt; viewBottom)
                };
            })(jQuery);


            function animasyon1366866(x) {

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

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


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

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

            });

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

            });

            }

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

            });
        

        
            $('.vls-1366866-685d06b371').slick({

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

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

            var el = $('.vls-1366866-685d06b371 [data-slick-index='+nextSlide+']');
            var elx = $('.vls-1366866-685d06b371');
            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 slideWrapper01366866685d06b371 = $('.vls-1366866-685d06b371'),
            iframes = slideWrapper01366866685d06b371.find('.embed-player'),
        Images = slideWrapper01366866685d06b371.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 &amp;&amp; startTime &gt; 0) &amp;&amp; !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 &lt; 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
                        });
                    }
                });
            }



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

        &lt;!--// Slayt JS Yapısı Bitiş--&gt;



/* ID: 1364007 TUR: 292 */    &lt;!-- Banner JS Yapısı --&gt;
                        
                (function($) {
                        $.fn.visible1364007 = function() {

                        var $t = $(this),
                            $w = $(window),
                            viewTop = $w.scrollTop(),
                            viewBottom = viewTop + $w.height(),
                            _top = $t.offset().top,
                            _bottom = _top + $t.height() - 50;
                        return (_top &gt; viewTop &amp;&amp; _top &lt; viewBottom)
                    };
                })(jQuery);


                function animasyon1364007(x) {
                var el = $('#bls-1364007');

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

                });

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

                });
                }

                $(window).scroll(function() { animasyon1364007(true) });
                animasyon1364007(false);
            
                &lt;!--// Banner JS Yapısı Bitiş --&gt;

    &lt;!-- Kutular JS Yapısı --&gt;
        &lt;!--// Kutular JS Yapısı Bitiş --&gt;


    &lt;!-- Slayt JS Yapısı --&gt;
        &lt;!--// Slayt JS Yapısı Bitiş--&gt;



/* ID: 1364010 TUR: 292 */    &lt;!-- Banner JS Yapısı --&gt;
                        
                (function($) {
                        $.fn.visible1364010 = function() {

                        var $t = $(this),
                            $w = $(window),
                            viewTop = $w.scrollTop(),
                            viewBottom = viewTop + $w.height(),
                            _top = $t.offset().top,
                            _bottom = _top + $t.height() - 50;
                        return (_top &gt; viewTop &amp;&amp; _top &lt; viewBottom)
                    };
                })(jQuery);


                function animasyon1364010(x) {
                var el = $('#bls-1364010');

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

                });

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

                });
                }

                $(window).scroll(function() { animasyon1364010(true) });
                animasyon1364010(false);
            
                &lt;!--// Banner JS Yapısı Bitiş --&gt;

    &lt;!-- Kutular JS Yapısı --&gt;
        &lt;!--// Kutular JS Yapısı Bitiş --&gt;


    &lt;!-- Slayt JS Yapısı --&gt;
        &lt;!--// Slayt JS Yapısı Bitiş--&gt;



/* ID: 1364011 TUR: 292 */    &lt;!-- Banner JS Yapısı --&gt;
                        
                (function($) {
                        $.fn.visible1364011 = function() {

                        var $t = $(this),
                            $w = $(window),
                            viewTop = $w.scrollTop(),
                            viewBottom = viewTop + $w.height(),
                            _top = $t.offset().top,
                            _bottom = _top + $t.height() - 50;
                        return (_top &gt; viewTop &amp;&amp; _top &lt; viewBottom)
                    };
                })(jQuery);


                function animasyon1364011(x) {
                var el = $('#bls-1364011');

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

                });

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

                });
                }

                $(window).scroll(function() { animasyon1364011(true) });
                animasyon1364011(false);
            
                &lt;!--// Banner JS Yapısı Bitiş --&gt;

    &lt;!-- Kutular JS Yapısı --&gt;
        &lt;!--// Kutular JS Yapısı Bitiş --&gt;


    &lt;!-- Slayt JS Yapısı --&gt;
        &lt;!--// Slayt JS Yapısı Bitiş--&gt;



/* ID: 1364098 TUR: 292 */    &lt;!-- Banner JS Yapısı --&gt;
                        
                (function($) {
                        $.fn.visible1364098 = function() {

                        var $t = $(this),
                            $w = $(window),
                            viewTop = $w.scrollTop(),
                            viewBottom = viewTop + $w.height(),
                            _top = $t.offset().top,
                            _bottom = _top + $t.height() - 50;
                        return (_top &gt; viewTop &amp;&amp; _top &lt; viewBottom)
                    };
                })(jQuery);


                function animasyon1364098(x) {
                var el = $('#bls-1364098');

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

                });

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

                });
                }

                $(window).scroll(function() { animasyon1364098(true) });
                animasyon1364098(false);
            
                &lt;!--// Banner JS Yapısı Bitiş --&gt;

    &lt;!-- Kutular JS Yapısı --&gt;
        &lt;!--// Kutular JS Yapısı Bitiş --&gt;


    &lt;!-- Slayt JS Yapısı --&gt;
        &lt;!--// Slayt JS Yapısı Bitiş--&gt;



/* ID: 1364015 TUR: 292 */    &lt;!-- Banner JS Yapısı --&gt;
        &lt;!--// Banner JS Yapısı Bitiş --&gt;

    &lt;!-- Kutular JS Yapısı --&gt;
                        
                (function($) {
                        $.fn.visible1364015 = function() {
                        var $t = $(this),
                            $w = $(window),
                            viewTop = $w.scrollTop(),
                            viewBottom = viewTop + $w.height(),
                            _top = $t.offset().top,
                            _bottom = _top + $t.height() - 50;
                        return (_top &gt; viewTop &amp;&amp; _top &lt; viewBottom)
                    };
                })(jQuery);


                function animasyon1364015(x) {
                var el = $('#bls-1364015');

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

                });

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

                });
                }

                $(window).scroll(function() { animasyon1364015(true) });
                animasyon1364015(false);
            
                &lt;!--// Kutular JS Yapısı Bitiş --&gt;


    &lt;!-- Slayt JS Yapısı --&gt;
        &lt;!--// Slayt JS Yapısı Bitiş--&gt;





        /* ID: 1359461 TUR: 298 */
    
                                        &lt;!-- parallax --&gt;
                    
                        (function($) {

                            $(window).enllax();

                        })(jQuery);
                    
                    &lt;!-- parallax bitiş --&gt;

                    
    
          /* ID: 1359462 TUR: 300 */
    
    	
		(function($) {
				$.fn.notvisible1359462 = function() {

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

				return (((_top &lt; viewTop || _top &gt; viewBottom) &amp;&amp; (_bottom &lt; viewTop || _bottom &gt; viewBottom)))
			};
		})(jQuery);

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

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

				return (((_top &gt; viewTop &amp;&amp; _top &lt; viewBottom) || viewTop == 0 || (_bottom &gt; viewTop &amp;&amp; _bottom &lt; viewBottom)))

			};
		})(jQuery);

		var k11359462, k21359462;

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

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

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

			el.addClass('efekt_basladi');


			clearTimeout(k11359462);
			clearTimeout(k21359462);

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

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


			k31359462 = setTimeout(function() {
						}, (100+1000+1000));
		}
		}
		if (el.notvisible1359462()) 
		{
					}
		}
		$(window).scroll(function() { animasyon1359462() });
		animasyon1359462();
	
	&lt;!-- parallax --&gt;
	
		(function($) {

			$(window).enllax();

		})(jQuery);
	
	&lt;!-- parallax bitiş --&gt;

		
    
      



setTimeout(function(){
  
  },3000);
/* CACHED: 2025-07-17 22:45:03 *//* CACHE */</pre></body></html>