{"id":2,"date":"2026-01-28T08:00:04","date_gmt":"2026-01-28T08:00:04","guid":{"rendered":"https:\/\/atf.atfcard.com\/?page_id=2"},"modified":"2026-05-05T12:12:12","modified_gmt":"2026-05-05T12:12:12","slug":"event-profile","status":"publish","type":"page","link":"https:\/\/www.antalyatravelfair.com\/en\/etkinlik-profili\/","title":{"rendered":"Event profile"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"2\" class=\"elementor elementor-2\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0e3eb1d e-con-full e-flex e-con e-parent\" data-id=\"0e3eb1d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2f31244 elementor-widget elementor-widget-html\" data-id=\"2f31244\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"tr\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>ATF | International Antalya Trade Fair: A Comprehensive Overview<\/title>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@300;400;600;700;900&display=swap\" rel=\"stylesheet\">\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/animate.css\/4.1.1\/animate.min.css\"\/>\n    <style>\n        :root {\n            --atf-red: #e11e24;\n            --atf-dark: #121212;\n            --atf-gray: #f8f9fa;\n            --white: #ffffff;\n            --shadow-soft: 0 10px 30px rgba(0,0,0,0.1);\n            --shadow-hard: 0 20px 40px rgba(0,0,0,0.25);\n            --transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);\n        }\n\n        body {\n            font-family: 'Montserrat', sans-serif;\n            margin: 0;\n            padding: 0;\n            background-color: var(--white);\n            color: var(--atf-dark);\n            line-height: 1.6;\n        }\n\n        \/* --- HERO SECTION (ESK\u0130 FOTO + YEN\u0130 EFEKT) --- *\/\n        .hero {\n            position: relative;\n            height: 85vh;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.7)), \n                        url('https:\/\/images.unsplash.com\/photo-1540575467063-178a50c2df87?auto=format&fit=crop&q=80&w=2070') no-repeat center center\/cover;\n            color: var(--white);\n            text-align: center;\n            clip-path: polygon(0 0, 100% 0, 100% 92%, 0% 100%);\n        }\n\n        .hero-content h1 {\n            font-size: 3.8rem;\n            font-weight: 900;\n            text-transform: uppercase;\n            letter-spacing: 2px;\n            margin: 0;\n            text-shadow: 0 10px 20px rgba(0,0,0,0.8); \/* Derin g\u00f6lge *\/\n            animation: fadeInDown 1.2s ease-out;\n        }\n\n        .hero-content p {\n            font-size: 1.6rem;\n            font-weight: 300;\n            margin-top: 15px;\n            letter-spacing: 5px;\n            text-shadow: 0 5px 10px rgba(0,0,0,0.5);\n            animation: fadeInUp 1.2s 0.3s both;\n        }\n\n        \/* --- STATS BAR --- *\/\n        .stats-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n            gap: 25px;\n            margin: -100px auto 0;\n            padding: 0 20px;\n            max-width: 1250px;\n            position: relative;\n            z-index: 10;\n        }\n\n        .stat-card {\n            background: var(--white);\n            padding: 40px 20px;\n            border-radius: 20px;\n            box-shadow: var(--shadow-hard);\n            text-align: center;\n            transition: var(--transition);\n            border-bottom: 8px solid var(--atf-red);\n        }\n\n        .stat-card:hover {\n            transform: translateY(-15px);\n            background-color: var(--atf-red);\n            color: var(--white);\n        }\n\n        .stat-card h3 { font-size: 2.8rem; margin: 0; font-weight: 900; }\n        .stat-card p { font-size: 0.85rem; font-weight: 700; text-transform: uppercase; margin-top: 5px; letter-spacing: 1px; }\n\n        \/* --- CONTENT BASICS --- *\/\n        .container { max-width: 1100px; margin: 120px auto; padding: 0 25px; }\n        section { margin-bottom: 120px; }\n\n        .section-title {\n            font-size: 2.2rem;\n            color: var(--atf-red);\n            font-weight: 900;\n            margin-bottom: 45px;\n            text-transform: uppercase;\n            display: flex;\n            align-items: center;\n        }\n\n        .section-title::after {\n            content: \"\";\n            flex-grow: 1;\n            height: 3px;\n            background: linear-gradient(to right, var(--atf-red), transparent);\n            margin-left: 20px;\n        }\n\n        \/* --- D\u00dcZELT\u0130LM\u0130\u015e KART YAPISI (ALANLARI AYRILMI\u015e) --- *\/\n        .info-box {\n            background: var(--atf-gray);\n            padding: 40px;\n            border-radius: 25px;\n            box-shadow: var(--shadow-soft);\n            border: 1px solid rgba(0,0,0,0.05);\n            margin-bottom: 30px;\n        }\n\n        \/* Hizalama Sorununu \u00c7\u00f6zen Stil *\/\n        .label-row {\n            display: flex;\n            align-items: flex-start; \/* \u00dcstten hizala *\/\n            margin-bottom: 15px;\n            padding: 15px;\n            background: var(--white);\n            border-radius: 12px;\n            border-left: 6px solid var(--atf-red);\n            transition: var(--transition);\n        }\n\n        .label-row:hover { transform: translateX(10px); box-shadow: var(--shadow-soft); }\n\n        .label-title {\n            flex: 0 0 140px; \/* Ba\u015fl\u0131k alan\u0131 sabitlendi, kayma yapmaz *\/\n            font-weight: 800;\n            color: var(--atf-dark);\n            font-size: 1rem;\n            text-transform: uppercase;\n        }\n\n        .label-content {\n            flex: 1;\n            font-weight: 500;\n            color: #444;\n            padding-left: 10px;\n        }\n\n        \/* Sector Grid Fix *\/\n        .sector-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));\n            gap: 15px;\n        }\n\n        .sector-badge {\n            background: var(--white);\n            padding: 18px 25px;\n            border-radius: 15px;\n            display: flex;\n            justify-content: space-between;\n            font-weight: 700;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.03);\n            border: 1px solid #eee;\n        }\n\n        .count-tag { color: var(--atf-red); font-size: 1.2rem; font-weight: 900; }\n\n        \/* Images *\/\n        .visual-grid {\n            display: grid;\n            grid-template-columns: 1.2fr 0.8fr;\n            gap: 50px;\n            align-items: center;\n        }\n\n        .feature-img {\n            width: 100%;\n            border-radius: 25px;\n            box-shadow: var(--shadow-hard);\n        }\n\n        \/* --- FOOTER --- *\/\n        footer {\n            background: var(--atf-dark);\n            color: var(--white);\n            padding: 80px 0 50px;\n            text-align: center;\n        }\n\n        .footer-logo { font-size: 2.8rem; font-weight: 900; color: var(--atf-red); margin-bottom: 15px; }\n\n        @media (max-width: 900px) {\n            .visual-grid { grid-template-columns: 1fr; }\n            .hero-content h1 { font-size: 2.4rem; }\n            .label-row { flex-direction: column; }\n            .label-title { margin-bottom: 5px; }\n        }\n    <\/style>\n<\/head>\n<body>\n\n<header class=\"hero\">\n    <div class=\"hero-content\">\n        <p class=\"animate__animated animate__fadeIn\">INTERNATIONAL<\/p>\n        <h1 class=\"animate__animated animate__zoomIn\">ANTALYA TOURISM FAIR<\/h1>\n        <p class=\"animate__animated animate__fadeInUp\">COMPREHENSIVE OVERVIEW<\/p>\n    <\/div>\n<\/header>\n\n<div class=\"stats-grid\">\n    <div class=\"stat-card animate__animated animate__fadeInUp\">\n        <h3>40,000 m\u00b2<\/h3>\n        <p>CURRENT EXHIBITION SPACE<\/p>\n    <\/div>\n    <div class=\"stat-card animate__animated animate__fadeInUp\" style=\"animation-delay: 0.1s;\">\n        <h3>42.758<\/h3>\n        <p>TOTAL VISITORS<\/p>\n    <\/div>\n    <div class=\"stat-card animate__animated animate__fadeInUp\" style=\"animation-delay: 0.2s;\">\n        <h3>1.018<\/h3>\n        <p>PARTICIPATING BRAND<\/p>\n    <\/div>\n    <div class=\"stat-card animate__animated animate__fadeInUp\" style=\"animation-delay: 0.3s;\">\n        <h3>109<\/h3>\n        <p>PARTICIPATING COUNTRY<\/p>\n    <\/div>\n<\/div>\n\n<div class=\"container\">\n\n    <!-- 1. B\u00f6l\u00fcm: UFI -->\n    <section>\n        <h2 class=\"section-title\">1. UFI Membership and International Accreditation<\/h2>\n        <div class=\"visual-grid\">\n            <div>\n                <p>The International Antalya Trade Fair (ATF) has been held since 2019. <strong>The Global Association of the Exhibition Industry (UFI)<\/strong> It is a member. This accreditation is proof that ATF meets the strictest international standards.<\/p>\n                <div class=\"label-row\">\n                    <div class=\"label-title\">2019 Area<\/div>\n                    <div class=\"label-content\">5,700 m\u00b2 Exhibition Area<\/div>\n                <\/div>\n                <div class=\"label-row\" style=\"border-left-color: var(--atf-dark);\">\n                    <div class=\"label-title\">Area 2025<\/div>\n                    <div class=\"label-content\">40,000 m\u00b2 Exhibition Area<\/div>\n                <\/div>\n            <\/div>\n            <img decoding=\"async\" src=\"https:\/\/antalyaturizmfuari.com\/wp-content\/uploads\/2026\/03\/SMFOTO.png\" class=\"feature-img\" alt=\"ATF\">\n        <\/div>\n    <\/section>\n\n    <!-- 2. B\u00f6l\u00fcm: Ticari Platform -->\n    <section>\n        <h2 class=\"section-title\">2. Versatile Trading Platform<\/h2>\n        <p>ATF operates simultaneously in three main trading directions:<\/p>\n        <div class=\"info-box\">\n            <div class=\"label-row\">\n                <div class=\"label-title\">OUTBOUND<\/div>\n                <div class=\"label-content\">T\u00fcrkiye \u2192 WORLD: The channel through which Turkish operators offer global destinations to the Turkish market.<\/div>\n            <\/div>\n            <div class=\"label-row\">\n                <div class=\"label-title\">INBOUND<\/div>\n                <div class=\"label-content\">WORLD \u2192 T\u00fcrkiye: A platform where international buyers purchase Turkish tourism products.<\/div>\n            <\/div>\n            <div class=\"label-row\">\n                <div class=\"label-title\">CROSS-DEST<\/div>\n                <div class=\"label-content\">WORLD \u2194 WORLD: Cross-destination trade between global suppliers, DMCs, and airlines.<\/div>\n            <\/div>\n        <\/div>\n        \n        <h3 style=\"color:var(--atf-red); margin: 40px 0 25px; font-weight: 800;\">Sectoral Participant Distribution:<\/h3>\n        <div class=\"sector-grid\">\n            <div class=\"sector-badge\"><span>Accomodation<\/span> <span class=\"count-tag\">520<\/span><\/div>\n            <div class=\"sector-badge\"><span>Travel Agencies &amp; Op.<\/span> <span class=\"count-tag\">202<\/span><\/div>\n            <div class=\"sector-badge\"><span>Tourism Technologies<\/span> <span class=\"count-tag\">85<\/span><\/div>\n            <div class=\"sector-badge\"><span>Tourism Organizations<\/span> <span class=\"count-tag\">32<\/span><\/div>\n            <div class=\"sector-badge\"><span>Press<\/span> <span class=\"count-tag\">32<\/span><\/div>\n            <div class=\"sector-badge\"><span>Airline &amp; Transportation<\/span> <span class=\"count-tag\">30<\/span><\/div>\n            <div class=\"sector-badge\"><span>Destinations &amp; Countries<\/span> <span class=\"count-tag\">28<\/span><\/div>\n            <div class=\"sector-badge\"><span>Health &amp; Wellness<\/span> <span class=\"count-tag\">14<\/span><\/div>\n        <\/div>\n    <\/section>\n\n    <!-- 3. B\u00f6l\u00fcm: Hosted Buyer -->\n    <section>\n        <h2 class=\"section-title\">3. Hosted Buyer Program<\/h2>\n        <div class=\"visual-grid\">\n            <img decoding=\"async\" src=\"https:\/\/antalyaturizmfuari.com\/wp-content\/uploads\/2026\/03\/hosted-buyers-scaled.webp\" class=\"feature-img\" alt=\"Hosted Buyers\">\n            <div>\n                <p>In the 2025 edition, <strong>More than 2,000<\/strong> A record number of guests were hosted, including a representative from a global travel agency.<\/p>\n                <div class=\"info-box\" style=\"padding: 20px;\">\n                    <h4 style=\"margin:0 0 15px 0; color:var(--atf-red);\">Profile:<\/h4>\n                    <p style=\"font-size: 0.9rem; margin:0;\">Tour Operators, Product Managers, DMCs, International Wholesalers, and Global Distributors.<\/p>\n                <\/div>\n                <p><strong>Main Objectives:<\/strong> Buying and selling in T\u00fcrkiye, comparing global destinations, and signing contracts with local and international suppliers.<\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- 4. B\u00f6l\u00fcm: Havac\u0131l\u0131k -->\n    <section>\n        <h2 class=\"section-title\">4th International Participation and Aviation<\/h2>\n        <div class=\"info-box\">\n            <p>ATF hosts delegations from over 100 countries, including Dubai, India, Kazakhstan, Ukraine, and Azerbaijan.<\/p>\n            <div class=\"label-row\">\n                <div class=\"label-title\">Airlines<\/div>\n                <div class=\"label-content\">Air Astana, Azerbaijan Airlines, FlyDubai, Flynas, IndiGo, Middle East Airlines.<\/div>\n            <\/div>\n            <p style=\"margin-top:20px;\">This widespread participation shows that ATF is not just a local promotion, but a global one. <strong>Aviation and Tourism Trade Platform<\/strong> This shows that it is.<\/p>\n        <\/div>\n    <\/section>\n\n    <!-- 5. B\u00f6l\u00fcm: Ticari Fonksiyon -->\n    <section>\n        <h2 class=\"section-title\">5. The Commercial Function of ATF<\/h2>\n        <div class=\"visual-grid\">\n            <div>\n                <div class=\"label-row\">\n                    <div class=\"label-title\">B2B Trade<\/div>\n                    <div class=\"label-content\">All stakeholders (Hotel, Airline, Agency) conduct genuine commercial activities under one roof.<\/div>\n                <\/div>\n                <div class=\"label-row\">\n                    <div class=\"label-title\">Distribution Hub<\/div>\n                    <div class=\"label-content\">It is a global hub where tourism products are bought, sold, and packaged worldwide.<\/div>\n                <\/div>\n            <\/div>\n            <img decoding=\"async\" src=\"https:\/\/antalyaturizmfuari.com\/wp-content\/uploads\/2026\/03\/ilk-kez-ziyaretci-olacaklar_1-scaled.webp\" class=\"feature-img\" alt=\"ATF Trading\">\n        <\/div>\n    <\/section>\n\n    <!-- 6. B\u00f6l\u00fcm: Sonu\u00e7 -->\n    <section>\n        <h2 class=\"section-title\">6. Conclusion: Strategic Market Gateway<\/h2>\n        <div class=\"info-box\" style=\"border: 2px solid var(--atf-red); background: white;\">\n            <p>ATF&#039;s growth since 2019 (from 5,700 m\u00b2 to 40,000 m\u00b2) is a success story rarely seen anywhere in the world.<\/p>\n            <ul style=\"list-style: none; padding:0;\">\n                <li style=\"margin-bottom:10px;\"><strong>\u2713<\/strong> T\u00fcrkiye&#039;s largest and fastest-growing tourism trade platform.<\/li>\n                <li style=\"margin-bottom:10px;\"><strong>\u2713<\/strong> A global destination distribution hub for Turkish operators.<\/li>\n                <li style=\"margin-bottom:10px;\"><strong>\u2713<\/strong> A gateway for international suppliers to enter the Turkish market.<\/li>\n            <\/ul>\n        <\/div>\n    <\/section>\n\n<\/div>\n\n<footer>\n    <div class=\"footer-logo\">ATF26<\/div>\n    <p style=\"font-weight: 700; letter-spacing: 2px;\">INTERNATIONAL ANTALYA TOURISM FAIR<\/p>\n   \n<\/footer>\n\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>ATF | ATF T\u00fcrkiye Kapsaml\u0131 Bak\u0131\u015f INTERNATIONAL ANTALYA TUR\u0130ZM FUARI KAPSAMLI GENEL BAKI\u015e 40.000m\u00b2 G\u00dcNCEL SERG\u0130 ALANI 42.758 TOPLAM Z\u0130YARET\u00c7\u0130 1.018 KATILIMCI MARKA 109 KATILIMCI \u00dcLKE 1. UFI \u00dcyeli\u011fi ve Uluslararas\u0131 Akreditasyon ATF T\u00fcrkiye, 2019 y\u0131l\u0131ndan bu yana The Global Association of the Exhibition Industry (UFI) \u00fcyesidir. Bu akreditasyon, ATF&#8217;nin en kat\u0131 uluslararas\u0131 standartlar\u0131 kar\u015f\u0131lad\u0131\u011f\u0131n\u0131n [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-2","page","type-page","status-publish","hentry"],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.antalyatravelfair.com\/en\/wp-json\/wp\/v2\/pages\/2","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.antalyatravelfair.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.antalyatravelfair.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.antalyatravelfair.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.antalyatravelfair.com\/en\/wp-json\/wp\/v2\/comments?post=2"}],"version-history":[{"count":86,"href":"https:\/\/www.antalyatravelfair.com\/en\/wp-json\/wp\/v2\/pages\/2\/revisions"}],"predecessor-version":[{"id":2407,"href":"https:\/\/www.antalyatravelfair.com\/en\/wp-json\/wp\/v2\/pages\/2\/revisions\/2407"}],"wp:attachment":[{"href":"https:\/\/www.antalyatravelfair.com\/en\/wp-json\/wp\/v2\/media?parent=2"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}