{"id":1103,"date":"2025-12-21T00:09:49","date_gmt":"2025-12-21T00:09:49","guid":{"rendered":"https:\/\/ktautostyling.com\/?page_id=1103"},"modified":"2026-03-04T11:40:09","modified_gmt":"2026-03-04T11:40:09","slug":"anasayfa","status":"publish","type":"page","link":"https:\/\/ktautostyling.com\/en\/","title":{"rendered":"Home"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"1103\" class=\"elementor elementor-1103\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-11c51f5 e-con-full e-flex e-con e-parent\" data-id=\"11c51f5\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-fbb6d22 e-con-full e-flex e-con e-child\" data-id=\"fbb6d22\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0777a5e elementor-widget elementor-widget-html\" data-id=\"0777a5e\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"kt-container\">\r\n  <div class=\"baslik-sarmalayici\">\r\n    <h1 id=\"kt-baslik\">KT AUTOSTYLING<\/h1>\r\n    <div class=\"kt-imza\">Architect Kadir Tuncer<\/div>\r\n  <\/div>\r\n<\/div>\r\n\r\n<style>\r\n  \/* Fontlar\u0131 \u00c7a\u011f\u0131r *\/\r\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Nanum+Gothic:wght@300;400&display=swap');\r\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@100;300;400&display=swap');\r\n\r\n  .kt-container {\r\n    display: flex;\r\n    justify-content: center;\r\n    align-items: center;\r\n    width: 100%;\r\n    min-height: 85vh;\r\n    overflow: hidden;\r\n    padding: 0;\r\n    box-sizing: border-box;\r\n    padding-bottom: 50px;\r\n  }\r\n\r\n  \/* Hover tetikleyicisi bu kapsay\u0131c\u0131 olacak *\/\r\n  .baslik-sarmalayici {\r\n    display: flex;\r\n    flex-direction: column;\r\n    align-items: center;\r\n    justify-content: center;\r\n    transform: translateY(-20px);\r\n    text-align: center;\r\n    cursor: default; \/* Mouse imleci de\u011fi\u015fmesin, cool dursun *\/\r\n  }\r\n\r\n  \/* --- ORTAK EFEKT AYARLARI --- *\/\r\n  #kt-baslik, .kt-imza {\r\n    margin: 0;\r\n    padding: 0;\r\n    \r\n    \/* GRADIENT MANTI\u011eI *\/\r\n    background-image: linear-gradient(\r\n      110deg,\r\n      #ffffff 0%,\r\n      #ffffff 45%,\r\n      rgba(255, 255, 255, 0.4) 50%, \r\n      rgba(255, 255, 255, 0) 55%\r\n    );\r\n    \r\n    background-size: 250%;     \r\n    background-position: 100%; \/* Ba\u015flang\u0131\u00e7 *\/\r\n    \r\n    -webkit-background-clip: text;\r\n    background-clip: text;\r\n    \r\n    color: transparent; \r\n    -webkit-text-fill-color: transparent;\r\n\r\n    \/* KR\u0130T\u0130K NOKTA: Ge\u00e7i\u015flerin yumu\u015fak olmas\u0131 i\u00e7in transition ekledik *\/\r\n    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);\r\n  }\r\n\r\n  \/* --- ANA BA\u015eLIK \u00d6ZEL --- *\/\r\n  #kt-baslik {\r\n    font-family: 'Nanum Gothic', sans-serif;\r\n    font-weight: 300;\r\n    line-height: 1.1;\r\n    font-size: clamp(30px, 9vw, 95px);\r\n    \r\n    \/* Giri\u015f Animasyonu *\/\r\n    animation: perdeAcilisi 2s cubic-bezier(0.2, 0, 0.2, 1) forwards;\r\n  }\r\n\r\n \/* --- \u0130MZA KISMI G\u00dcNCEL --- *\/\r\n  .kt-imza {\r\n    font-family: 'Montserrat', sans-serif;\r\n    font-weight: 400;    \r\n    font-style: italic;  \r\n    font-size: clamp(11px, 2.5vw, 18px); \r\n    letter-spacing: 3px; \r\n    margin-top: 15px;    \r\n    \r\n    \/* \u0130mza i\u00e7in de transition ekleyelim *\/\r\n    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);\r\n\r\n    animation: perdeAcilisi 2s cubic-bezier(0.2, 0, 0.2, 1) forwards;\r\n    animation-delay: 1.5s; \r\n  }\r\n\r\n  \/* --- MOUSE HOVER EFEKTLER\u0130 (BURASI YEN\u0130 KRAL) --- *\/\r\n  \r\n  \/* Mouse ba\u015fl\u0131k grubunun \u00fczerine gelince ANA BA\u015eLIK ne yaps\u0131n? *\/\r\n  .baslik-sarmalayici:hover #kt-baslik {\r\n    \/* 1. Hafif\u00e7e harf aral\u0131\u011f\u0131n\u0131 a\u00e7\u0131yoruz (Premium hissiyat) *\/\r\n    letter-spacing: 1px; \r\n    \r\n    \/* 2. Beyaz parlama (Neon etkisi) ekliyoruz *\/\r\n    \/* Not: Text transparent oldu\u011fu i\u00e7in drop-shadow kullan\u0131yoruz, text-shadow de\u011fil *\/\r\n    filter: drop-shadow(0 0 15px rgba(255, 255, 255, 0.6));\r\n    \r\n    \/* 3. \u00c7ok hafif b\u00fcy\u00fctme *\/\r\n    transform: scale(1.02);\r\n  }\r\n\r\n  \/* Mouse ba\u015fl\u0131k grubunun \u00fczerine gelince \u0130MZA ne yaps\u0131n? *\/\r\n  .baslik-sarmalayici:hover .kt-imza {\r\n    letter-spacing: 2px; \/* \u0130mzay\u0131 biraz daha fazla a\u00e7\u0131yoruz *\/\r\n    filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.4));\r\n    color: rgba(255, 255, 255, 0.9); \/* Biraz daha belirginle\u015fsin *\/\r\n  }\r\n\r\n  \/* --- AN\u0130MASYON KEYFRAMES --- *\/\r\n  @keyframes perdeAcilisi {\r\n    0% {\r\n      background-position: 100% 0; \r\n    }\r\n    100% {\r\n      background-position: 0% 0;   \r\n    }\r\n  }\r\n\r\n  \/* --- MOB\u0130L --- *\/\r\n  @media (max-width: 768px) {\r\n    .kt-container {\r\n      min-height: 90vh; \r\n      padding-bottom: 0; \r\n    }\r\n    .baslik-sarmalayici {\r\n      transform: translateY(0); \r\n    }\r\n    .kt-imza {\r\n      letter-spacing: 1.5px; \r\n      margin-top: 10px;\r\n    }\r\n    #kt-baslik {\r\n        white-space: normal;\r\n    }\r\n    \r\n    \/* Mobilde parmakla bas\u0131nca da efekt \u00e7al\u0131\u015fs\u0131n diye ufak ayar *\/\r\n    .baslik-sarmalayici:active #kt-baslik {\r\n       letter-spacing: 2px;\r\n       filter: drop-shadow(0 0 10px rgba(255,255,255,0.5));\r\n    }\r\n  }\r\n<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a15bd35 e-con-full e-flex e-con e-child\" data-id=\"a15bd35\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-667deb2 animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"667deb2\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_mobile&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">FEATURED PROJECTS<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d56338d e-grid e-con-boxed e-con e-child\" data-id=\"d56338d\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-08eb541 elementor-invisible elementor-widget elementor-widget-image\" data-id=\"08eb541\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t<figure class=\"wp-caption\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/ktautostyling.com\/en\/projeler\/opet\/\">\n\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"750\" height=\"750\" src=\"https:\/\/ktautostyling.com\/wp-content\/uploads\/2026\/01\/Aracin-modifiye-edilmesinde-bizi-tercih-eden-Opet-ve-FilmparkYR-ajansa-ekibim-ve-kendi-adima-t.jpg\" class=\"attachment-large size-large wp-image-3255\" alt=\"Aracin Modifiye Edilmesinde Bizi Tercih Eden Opet Ve FilmparkYR Ajansa Ekibim Ve Kendi Adima T\" srcset=\"https:\/\/ktautostyling.com\/wp-content\/uploads\/2026\/01\/Aracin-modifiye-edilmesinde-bizi-tercih-eden-Opet-ve-FilmparkYR-ajansa-ekibim-ve-kendi-adima-t.jpg 750w, https:\/\/ktautostyling.com\/wp-content\/uploads\/2026\/01\/Aracin-modifiye-edilmesinde-bizi-tercih-eden-Opet-ve-FilmparkYR-ajansa-ekibim-ve-kendi-adima-t-300x300.jpg 300w, https:\/\/ktautostyling.com\/wp-content\/uploads\/2026\/01\/Aracin-modifiye-edilmesinde-bizi-tercih-eden-Opet-ve-FilmparkYR-ajansa-ekibim-ve-kendi-adima-t-150x150.jpg 150w, https:\/\/ktautostyling.com\/wp-content\/uploads\/2026\/01\/Aracin-modifiye-edilmesinde-bizi-tercih-eden-Opet-ve-FilmparkYR-ajansa-ekibim-ve-kendi-adima-t-12x12.jpg 12w\" sizes=\"(max-width: 750px) 100vw, 750px\" title=\"Home\">\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<figcaption class=\"widget-image-caption wp-caption-text\">Ford F-150 <br> | Opet Advertising Tool<\/figcaption>\n\t\t\t\t\t\t\t\t\t\t<\/figure>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d54e9b2 elementor-invisible elementor-widget elementor-widget-image\" data-id=\"d54e9b2\" data-element_type=\"widget\" id=\"toyota#toyota\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t<figure class=\"wp-caption\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/ktautostyling.com\/en\/projeler\/toyota\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/ktautostyling.com\/wp-content\/uploads\/2026\/01\/Gemini_Generated_Image_m88p4tm88p4tm88p-1024x1024.jpg\" class=\"attachment-large size-large wp-image-2783\" alt=\"Gemini Generated Image M88p4tm88p4tm88p 1024x1024\" srcset=\"https:\/\/ktautostyling.com\/wp-content\/uploads\/2026\/01\/Gemini_Generated_Image_m88p4tm88p4tm88p-1024x1024.jpg 1024w, https:\/\/ktautostyling.com\/wp-content\/uploads\/2026\/01\/Gemini_Generated_Image_m88p4tm88p4tm88p-300x300.jpg 300w, https:\/\/ktautostyling.com\/wp-content\/uploads\/2026\/01\/Gemini_Generated_Image_m88p4tm88p4tm88p-150x150.jpg 150w, https:\/\/ktautostyling.com\/wp-content\/uploads\/2026\/01\/Gemini_Generated_Image_m88p4tm88p4tm88p-768x768.jpg 768w, https:\/\/ktautostyling.com\/wp-content\/uploads\/2026\/01\/Gemini_Generated_Image_m88p4tm88p4tm88p-1536x1536.jpg 1536w, https:\/\/ktautostyling.com\/wp-content\/uploads\/2026\/01\/Gemini_Generated_Image_m88p4tm88p4tm88p-12x12.jpg 12w, https:\/\/ktautostyling.com\/wp-content\/uploads\/2026\/01\/Gemini_Generated_Image_m88p4tm88p4tm88p.jpg 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" title=\"Home\">\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<figcaption class=\"widget-image-caption wp-caption-text\">Toyota Land Cruiser BJ73<br> | Erol Tuncer<\/figcaption>\n\t\t\t\t\t\t\t\t\t\t<\/figure>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-49f7b91 elementor-invisible elementor-widget elementor-widget-image\" data-id=\"49f7b91\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:400}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t<figure class=\"wp-caption\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/ktautostyling.com\/en\/projeler\/ttcustom\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1024\" height=\"1008\" src=\"https:\/\/ktautostyling.com\/wp-content\/uploads\/2026\/01\/tt1-1024x1008.webp\" class=\"attachment-large size-large wp-image-3757\" alt=\"Tt1 1024x1008\" srcset=\"https:\/\/ktautostyling.com\/wp-content\/uploads\/2026\/01\/tt1-1024x1008.webp 1024w, https:\/\/ktautostyling.com\/wp-content\/uploads\/2026\/01\/tt1-300x295.webp 300w, https:\/\/ktautostyling.com\/wp-content\/uploads\/2026\/01\/tt1-768x756.webp 768w, https:\/\/ktautostyling.com\/wp-content\/uploads\/2026\/01\/tt1-1536x1512.webp 1536w, https:\/\/ktautostyling.com\/wp-content\/uploads\/2026\/01\/tt1-2048x2016.webp 2048w, https:\/\/ktautostyling.com\/wp-content\/uploads\/2026\/01\/tt1-12x12.webp 12w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" title=\"Home\">\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<figcaption class=\"widget-image-caption wp-caption-text\">TT Custom Choppers<br>| Joint Projects<\/figcaption>\n\t\t\t\t\t\t\t\t\t\t<\/figure>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-44251d3 elementor-invisible elementor-widget elementor-widget-image\" data-id=\"44251d3\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:600}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t<figure class=\"wp-caption\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/ktautostyling.com\/en\/projeler\/gtr34\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/ktautostyling.com\/wp-content\/uploads\/2026\/01\/Basliksiz-1-1.webp\" class=\"attachment-large size-large wp-image-2713\" alt=\"ba\u015fl\u0131ks\u0131z 1\" srcset=\"https:\/\/ktautostyling.com\/wp-content\/uploads\/2026\/01\/Basliksiz-1-1.webp 1024w, https:\/\/ktautostyling.com\/wp-content\/uploads\/2026\/01\/Basliksiz-1-1-300x300.webp 300w, https:\/\/ktautostyling.com\/wp-content\/uploads\/2026\/01\/Basliksiz-1-1-150x150.webp 150w, https:\/\/ktautostyling.com\/wp-content\/uploads\/2026\/01\/Basliksiz-1-1-768x768.webp 768w, https:\/\/ktautostyling.com\/wp-content\/uploads\/2026\/01\/Basliksiz-1-1-12x12.webp 12w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" title=\"Home\">\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<figcaption class=\"widget-image-caption wp-caption-text\">Nissan Syline GTR R34 <br> | Do\u011fukan Man\u00e7o<\/figcaption>\n\t\t\t\t\t\t\t\t\t\t<\/figure>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9eab893 elementor-invisible elementor-widget elementor-widget-button\" data-id=\"9eab893\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_delay&quot;:250}\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/ktautostyling.com\/en\/projeler\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">T\u00fcm\u00fcn\u00fc G\u00f6r<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8cbf833 elementor-widget elementor-widget-spacer\" data-id=\"8cbf833\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c76f60d ozel-baslik elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"c76f60d\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/ktautostyling.com\/en\/medya\/\">KADIR TUNCER IN THE MEDIA<\/a><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6fa58ca elementor-widget elementor-widget-spacer\" data-id=\"6fa58ca\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6fd739e e-grid e-con-boxed e-con e-child\" data-id=\"6fd739e\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-696c3d7 elementor-invisible elementor-widget elementor-widget-video\" data-id=\"696c3d7\" data-element_type=\"widget\" data-settings=\"{&quot;youtube_url&quot;:&quot;https:\\\/\\\/www.youtube.com\\\/watch?v=2dp0Ymg5GAk&quot;,&quot;start&quot;:43,&quot;_animation&quot;:&quot;zoomIn&quot;,&quot;video_type&quot;:&quot;youtube&quot;,&quot;controls&quot;:&quot;yes&quot;}\" data-widget_type=\"video.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-wrapper elementor-open-inline\">\n\t\t\t<div class=\"elementor-video\"><\/div>\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1f1e60c elementor-invisible elementor-widget elementor-widget-video\" data-id=\"1f1e60c\" data-element_type=\"widget\" data-settings=\"{&quot;youtube_url&quot;:&quot;https:\\\/\\\/www.youtube.com\\\/watch?v=2KmZTKoBHuA&quot;,&quot;start&quot;:43,&quot;_animation&quot;:&quot;zoomIn&quot;,&quot;_animation_delay&quot;:0,&quot;video_type&quot;:&quot;youtube&quot;,&quot;controls&quot;:&quot;yes&quot;}\" data-widget_type=\"video.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-wrapper elementor-open-inline\">\n\t\t\t<div class=\"elementor-video\"><\/div>\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d126d51 elementor-invisible elementor-widget elementor-widget-button\" data-id=\"d126d51\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;}\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/ktautostyling.com\/en\/medya\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Read More<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ee97f8b elementor-widget elementor-widget-spacer\" data-id=\"ee97f8b\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2b25228 e-con-full e-grid e-con e-child\" data-id=\"2b25228\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-61b875f elementor-widget__width-initial elementor-invisible elementor-widget elementor-widget-image\" data-id=\"61b875f\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInLeft&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"631\" height=\"883\" src=\"https:\/\/ktautostyling.com\/wp-content\/uploads\/2025\/12\/31.jpg\" class=\"attachment-medium_large size-medium_large wp-image-1183\" alt=\"31\" srcset=\"https:\/\/ktautostyling.com\/wp-content\/uploads\/2025\/12\/31.jpg 631w, https:\/\/ktautostyling.com\/wp-content\/uploads\/2025\/12\/31-214x300.jpg 214w\" sizes=\"(max-width: 631px) 100vw, 631px\" title=\"Home\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5bda423 elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"5bda423\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInRight&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h2><span style=\"color: #ffffff;\">Who is Kadir Tuncer?<\/span><\/h2><p data-path-to-node=\"4\"><span style=\"color: #f0f0f0;\">As my friends and followers in the industry have called me;\u00a0<b data-path-to-node=\"4\" data-index-in-node=\"85\">\u2018Hallederiz Kadir\u2019.<\/b><\/span><\/p><p data-path-to-node=\"5\"><span style=\"color: #f0f0f0;\">My professional life\u00a0<b data-path-to-node=\"5\" data-index-in-node=\"25\">Architect<\/b> Although I started out as a mechanic, my passion for design led me not to static structures, but to aesthetics in motion; that is, automobiles. By combining the technical discipline I gained from my academic education, my ability to make millimeter-precise calculations, and my aesthetic vision with practical solutions from the industry, I brought the KT Auto Styling brand to life\u2026<\/span><\/p><p data-path-to-node=\"5\"><span style=\"color: #ffffff;\"><em><strong><span style=\"text-decoration: underline;\"><a style=\"color: #ffffff; text-decoration: underline;\" href=\"https:\/\/ktautostyling.com\/en\/hakkimizda\/\">See More\u2026<\/a><\/span><\/strong><\/em><\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-885ecf6 elementor-fixed elementor-widget elementor-widget-html\" data-id=\"885ecf6\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;fixed&quot;}\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<a href=\"tel:+905325944748\" class=\"kt-sabit-iletisim\" aria-label=\"Bizi Aray\u0131n\">\r\n  <svg class=\"kt-telefon-ikon\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"currentColor\">\r\n    <path d=\"M6.62 10.79a15.053 15.053 0 006.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z\"\/>\r\n  <\/svg>\r\n<\/a>\r\n\r\n<style>\r\n  .kt-sabit-iletisim {\r\n    position: fixed;\r\n    left: 20px;\r\n    bottom: 20px;\r\n    z-index: 9999;\r\n    \r\n    \/* BUTON BOYUTU *\/\r\n    width: 50px;\r\n    height: 50px;\r\n    \r\n    display: flex;\r\n    justify-content: center;\r\n    align-items: center;\r\n    \r\n    background-color: #000000; \/* Siyah Arka Plan *\/\r\n    border-radius: 50%;        \/* Tam Yuvarlak *\/\r\n    \r\n    box-shadow: 0 4px 10px rgba(0,0,0,0.4);\r\n    transition: all 0.3s ease;\r\n    \r\n    \/* Nab\u0131z Animasyonu *\/\r\n    animation: nabiz 2s infinite;\r\n  }\r\n\r\n  \/* \u0130kon Boyutu *\/\r\n  .kt-telefon-ikon {\r\n    width: 24px;  \/* \u0130konun kendi boyutu *\/\r\n    height: 24px;\r\n    fill: #ffffff; \/* \u0130kon Rengi Beyaz *\/\r\n  }\r\n\r\n  \/* Hover Efekti *\/\r\n  .kt-sabit-iletisim:hover {\r\n    background-color: #333;\r\n    transform: scale(1.1); \/* \u00dcst\u00fcne gelince hafif b\u00fcy\u00fcs\u00fcn *\/\r\n  }\r\n\r\n  \/* Nab\u0131z Animasyonu (Halka Efekti) *\/\r\n  @keyframes nabiz {\r\n    0% {\r\n      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);\r\n    }\r\n    70% {\r\n      box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);\r\n    }\r\n    100% {\r\n      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);\r\n    }\r\n  }\r\n\r\n  \/* Mobil Ayar\u0131 *\/\r\n  @media (max-width: 768px) {\r\n    .kt-sabit-iletisim {\r\n      left: 15px;\r\n      bottom: 15px;\r\n      width: 45px;  \/* Mobilde t\u0131k daha k\u00fc\u00e7\u00fck *\/\r\n      height: 45px;\r\n    }\r\n    .kt-telefon-ikon {\r\n      width: 20px;\r\n      height: 20px;\r\n    }\r\n  }\r\n<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>KT AUTOSTYLING Mimar Kadir Tuncer \u00d6NE \u00c7IKAN PROJELER Ford F-150 | Opet Reklam Arac\u0131 Toyota Land Cruiser BJ73 | Erol Tuncer TT Custom Choppers| Ortak Projeler Nissan Syline GTR R34 | Do\u011fukan Man\u00e7o T\u00fcm\u00fcn\u00fc G\u00f6r MEDYADA KAD\u0130R TUNCER https:\/\/www.youtube.com\/watch?v=2dp0Ymg5GAkhttps:\/\/www.youtube.com\/watch?v=2KmZTKoBHuA Daha Fazlas\u0131 Kadir Tuncer Kimdir ? Sekt\u00f6rdeki dostlar\u0131m\u0131n ve takip\u00e7ilerimin takt\u0131\u011f\u0131 isimle;\u00a0\u2018Hallederiz Kadir\u2019. Profesyonel hayat\u0131ma bir\u00a0Mimar [&hellip;]<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"page-builder","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-1103","page","type-page","status-publish","hentry"],"_hostinger_reach_plugin_has_subscription_block":false,"_hostinger_reach_plugin_is_elementor":false,"_links":{"self":[{"href":"https:\/\/ktautostyling.com\/en\/wp-json\/wp\/v2\/pages\/1103","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ktautostyling.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ktautostyling.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ktautostyling.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ktautostyling.com\/en\/wp-json\/wp\/v2\/comments?post=1103"}],"version-history":[{"count":36,"href":"https:\/\/ktautostyling.com\/en\/wp-json\/wp\/v2\/pages\/1103\/revisions"}],"predecessor-version":[{"id":4199,"href":"https:\/\/ktautostyling.com\/en\/wp-json\/wp\/v2\/pages\/1103\/revisions\/4199"}],"wp:attachment":[{"href":"https:\/\/ktautostyling.com\/en\/wp-json\/wp\/v2\/media?parent=1103"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}