{"id":1831,"date":"2026-07-19T10:08:33","date_gmt":"2026-07-19T10:08:33","guid":{"rendered":"https:\/\/qazi.blog\/?page_id=1831"},"modified":"2026-07-19T16:30:47","modified_gmt":"2026-07-19T16:30:47","slug":"1831-2","status":"publish","type":"page","link":"https:\/\/qazi.blog\/en\/","title":{"rendered":""},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"ckb\" dir=\"rtl\" id=\"htmlRoot\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n<title>\u0628\u0646\u06d5\u0645\u0627\u06b5\u06d5\u06cc \u0642\u0627\u0632\u06cc \u2014 \u0645\u0627\u06b5\u067e\u06d5\u0695\u06cc \u0645\u06ce\u0698\u0648\u0648\u06cc\u06cc<\/title>\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Noto+Naskh+Arabic:wght@400;500;600;700&#038;family=Vazirmatn:wght@400;500;600;700;800&#038;display=swap\" rel=\"stylesheet\">\n<style>\n  :root{\n    --ink:#0b1220; --ink2:#17233b; --ink3:#22314f;\n    --card-bg:#1e2c4a; --card-bg-hover:#293c62;\n    --parchment:#ece1c6; --parchment-dim:#c9bd9e;\n    --brass:#b6913f; --brass-bright:#d9b465; --brass-dim:#7a5f2e;\n    --maroon:#6d2b2f;\n    --serif:'Noto Naskh Arabic', serif;\n    --sans:'Vazirmatn', sans-serif;\n  }\n  *{margin:0;padding:0;box-sizing:border-box;}\n  html{scroll-behavior:smooth;}\n  body{background:var(--ink);color:var(--parchment);font-family:var(--serif);overflow-x:hidden;-webkit-font-smoothing:antialiased;}\n  a{color:inherit;text-decoration:none;}\n  ::selection{background:var(--brass);color:var(--ink);}\n  img{max-width:100%;display:block;}\n\n  \/* ---------- NAV (hamburger only) ---------- *\/\n  .nav{\n    position:fixed;top:0;right:0;left:0;z-index:200;\n    display:flex;align-items:center;justify-content:space-between;\n    padding:16px 5vw;transition:background .4s ease, padding .4s ease, box-shadow .4s ease;\n  }\n  .nav.solid{background:rgba(11,18,32,.92);backdrop-filter:blur(10px);padding:10px 5vw;box-shadow:0 1px 0 rgba(182,145,63,.25);}\n  .brand{display:flex;align-items:center;gap:14px;}\n  .brand img{\n    width:64px;height:64px;border-radius:50%;object-fit:cover;border:2px solid var(--brass);\n    box-shadow:0 0 0 3px rgba(11,18,32,.6), 0 0 0 4px rgba(182,145,63,.35);\n  }\n  .brand-name{font-family:var(--sans);font-weight:700;font-size:1rem;letter-spacing:.02em;color:var(--parchment);max-width:280px;}\n  .brand-name small{display:block;font-family:var(--sans);font-weight:500;font-size:.64rem;letter-spacing:.03em;color:var(--brass-bright);margin-top:3px;line-height:1.5;white-space:normal;}\n\n  .burger{\n    position:fixed;top:18px;left:5vw;z-index:210;\n    display:flex;flex-direction:column;gap:6px;justify-content:center;\n    width:48px;height:48px;cursor:pointer;background:rgba(11,18,32,.55);\n    border:1px solid rgba(182,145,63,.4);border-radius:50%;padding:0;\n  }\n  .burger span{width:20px;height:2px;background:var(--parchment);border-radius:2px;margin:0 auto;transition:all .3s;}\n  .burger.open span:nth-child(1){transform:translateY(8px) rotate(45deg);}\n  .burger.open span:nth-child(2){opacity:0;}\n  .burger.open span:nth-child(3){transform:translateY(-8px) rotate(-45deg);}\n\n  .menu-panel{\n    position:fixed;inset:0;z-index:190;background:rgba(8,13,22,.97);\n    display:flex;align-items:center;justify-content:center;\n    opacity:0;visibility:hidden;transition:opacity .35s ease, visibility .35s;\n    overflow-y:auto;padding:100px 6vw 60px;\n  }\n  .menu-panel.open{opacity:1;visibility:visible;}\n  .menu-list{list-style:none;width:100%;max-width:480px;font-family:var(--sans);}\n  .menu-list > li{}\n  .menu-list > li > a, .menu-list > li > .mtoggle{\n    display:flex;align-items:center;justify-content:space-between;\n    padding:18px 4px;font-size:1.15rem;font-weight:600;color:var(--parchment);\n    cursor:pointer;transition:color .2s;\n  }\n  .menu-list > li > a:hover, .menu-list > li > .mtoggle:hover{color:var(--brass-bright);}\n  .mtoggle .car{transition:transform .25s;color:var(--brass-dim);font-size:.9rem;}\n  .mtoggle.open .car{transform:rotate(180deg);}\n  .submenu{max-height:0;overflow:hidden;transition:max-height .3s ease;}\n  .submenu a{display:block;padding:12px 18px;font-size:.92rem;color:var(--parchment-dim);}\n  .submenu a:hover{color:var(--brass-bright);}\n\n  \/* ---------- HERO ---------- *\/\n  .hero{position:relative;height:100vh;height:calc(var(--vh, 1vh) * 100);height:100dvh;min-height:560px;display:flex;align-items:flex-end;overflow:hidden;}\n  .slider{position:absolute;inset:0;z-index:0;width:100%;height:100%;}\n  .slide{position:absolute;inset:0;width:100%;height:100%;background-size:cover;background-position:center;opacity:0;transform:scale(1.08);transition:opacity 1.8s ease;}\n  .slide.active{opacity:1;animation:kenburns 9s ease-in-out forwards;}\n  @keyframes kenburns{from{transform:scale(1.08);}to{transform:scale(1.0);}}\n  .hero::before{\n    content:'';position:absolute;inset:0;z-index:1;\n    background:\n      linear-gradient(180deg, rgba(11,18,32,.55) 0%, rgba(11,18,32,.35) 35%, rgba(11,18,32,.88) 88%, var(--ink) 100%),\n      linear-gradient(90deg, rgba(11,18,32,.55), transparent 55%);\n  }\n  .hero-content{position:relative;z-index:2;padding:0 5vw 9vh;max-width:900px;}\n  .eyebrow{font-family:var(--sans);font-size:.78rem;font-weight:600;letter-spacing:.2em;color:var(--brass-bright);margin-bottom:18px;display:flex;align-items:center;gap:12px;}\n  .hero h1{font-size:clamp(2.2rem, 7vw, 5.4rem);line-height:1.15;font-weight:700;color:var(--parchment);text-shadow:0 4px 30px rgba(0,0,0,.5);}\n  .hero p{margin-top:22px;font-family:var(--sans);font-size:1rem;color:var(--parchment-dim);max-width:56ch;line-height:1.9;}\n  .hero-cta{margin-top:34px;display:flex;gap:14px;flex-wrap:wrap;}\n  .btn{font-family:var(--sans);font-size:.86rem;font-weight:600;padding:14px 26px;border-radius:3px;transition:all .25s;border:1px solid transparent;}\n  .btn-brass{background:var(--brass);color:var(--ink);}\n  .btn-brass:hover{background:var(--brass-bright);transform:translateY(-2px);}\n  .btn-line{border-color:rgba(236,225,198,.35);color:var(--parchment);}\n  .btn-line:hover{border-color:var(--brass-bright);color:var(--brass-bright);}\n  .scrollcue{position:absolute;bottom:22px;left:50%;transform:translateX(-50%);z-index:2;display:flex;flex-direction:column;align-items:center;gap:8px;font-family:var(--sans);font-size:.68rem;letter-spacing:.15em;color:var(--parchment-dim);animation:bob 2.4s ease-in-out infinite;}\n  @keyframes bob{0%,100%{transform:translate(-50%,0);}50%{transform:translate(-50%,8px);}}\n\n  .seal-wrap{position:absolute;left:5vw;bottom:12vh;z-index:2;display:flex;align-items:center;gap:16px;opacity:0;}\n  .seal-wrap.stamped{animation:stamp 1s cubic-bezier(.2,1.5,.4,1) .3s forwards;}\n  @keyframes stamp{0%{opacity:0;transform:scale(2.4) rotate(-18deg);}60%{opacity:1;transform:scale(.92) rotate(3deg);}100%{opacity:1;transform:scale(1) rotate(0deg);}}\n  .seal{width:78px;height:78px;border-radius:50%;overflow:hidden;border:2px solid var(--brass);box-shadow:0 0 0 6px rgba(11,18,32,.5), 0 10px 30px rgba(0,0,0,.5);flex:none;}\n  .seal img{width:100%;height:100%;object-fit:cover;}\n  .seal-txt{font-family:var(--sans);font-size:.72rem;color:var(--parchment-dim);max-width:16ch;line-height:1.6;}\n  .seal-txt b{display:block;color:var(--brass-bright);font-size:.8rem;margin-bottom:2px;}\n\n  \/* ---------- MANIFESTO ---------- *\/\n  .manifesto{background:var(--ink);padding:9vh 5vw;max-width:1200px;margin:0 auto;}\n  .spread{display:grid;grid-template-columns:.85fr 1.6fr;gap:56px;position:relative;}\n  .spread::before{content:'';position:absolute;top:0;bottom:0;right:calc(.85fr);width:1px;background:linear-gradient(var(--brass-dim), transparent 85%);}\n  .m-label{font-family:var(--sans);position:sticky;top:110px;align-self:start;}\n  .m-label .num{font-size:.75rem;color:var(--brass-dim);letter-spacing:.2em;font-weight:600;}\n  .m-label h2{font-family:var(--serif);font-size:2rem;color:var(--parchment);margin-top:14px;line-height:1.4;}\n  .m-body p{font-size:1.02rem;line-height:2.1;color:var(--parchment-dim);margin-bottom:24px;}\n  .m-body p:first-of-type::first-letter{font-size:2.6rem;color:var(--brass-bright);font-weight:700;padding-left:6px;}\n  .m-note{margin-top:12px;padding:18px 20px;border-right:2px solid var(--brass-dim);background:rgba(182,145,63,.06);font-family:var(--sans);font-size:.84rem;color:var(--parchment-dim);line-height:1.9;}\n  .m-note b{color:var(--brass-bright);}\n\n  \/* ---------- ARCHIVE GRID ---------- *\/\n  .archive{padding:8vh 5vw 10vh;max-width:1280px;margin:0 auto;}\n  .archive-head{margin-bottom:52px;text-align:center;}\n  .archive-head .eyebrow{justify-content:center;}\n  .archive-head h2{font-size:clamp(1.7rem,3.5vw,2.6rem);color:var(--parchment);margin-top:10px;}\n  .grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(240px,1fr));gap:20px;}\n  .card{position:relative;background:var(--card-bg);border:1px solid rgba(182,145,63,.28);border-radius:4px;padding:26px 22px;overflow:hidden;transition:transform .3s, border-color .3s, background .3s;opacity:0;transform:translateY(24px);}\n  .card.show{opacity:1;transform:translateY(0);transition:opacity .7s ease, transform .7s ease;}\n  .card:hover{transform:translateY(-6px);border-color:var(--brass);background:var(--card-bg-hover);}\n  .card .tag{font-family:var(--sans);font-size:.65rem;letter-spacing:.16em;color:var(--brass-dim);font-weight:700;}\n  .card h3{font-family:var(--serif);font-size:1.28rem;margin:12px 0 10px;color:var(--parchment);}\n  .card p{font-family:var(--sans);font-size:.82rem;line-height:1.85;color:var(--parchment-dim);margin-bottom:16px;}\n  .card .go{font-family:var(--sans);font-size:.78rem;font-weight:600;color:var(--brass-bright);display:inline-flex;align-items:center;gap:6px;}\n  .card .go::after{content:'\u2190';transition:transform .25s;}\n  .card:hover .go::after{transform:translateX(-4px);}\n\n  \/* ---------- FOOTER ---------- *\/\n  footer{background:var(--ink2);border-top:1px solid rgba(182,145,63,.2);padding:7vh 5vw 4vh;}\n  .f-top{display:flex;justify-content:space-between;flex-wrap:wrap;gap:40px;max-width:1280px;margin:0 auto 40px;}\n  .f-brand{display:flex;align-items:center;gap:14px;}\n  .f-brand img{width:56px;height:56px;border-radius:50%;object-fit:cover;border:1.5px solid var(--brass-dim);}\n  .f-brand .n{font-family:var(--serif);font-size:1.15rem;color:var(--parchment);}\n  .f-brand .s{font-family:var(--sans);font-size:.72rem;color:var(--brass-dim);letter-spacing:.1em;margin-top:3px;}\n  .f-links{display:flex;flex-wrap:wrap;gap:8px 28px;font-family:var(--sans);}\n  .f-links a{font-size:.86rem;color:var(--parchment-dim);transition:color .2s;}\n  .f-links a:hover{color:var(--brass-bright);}\n  .f-social{display:flex;align-items:center;gap:14px;}\n  .f-social a{width:38px;height:38px;border-radius:50%;border:1px solid rgba(182,145,63,.35);display:flex;align-items:center;justify-content:center;transition:all .2s;}\n  .f-social a:hover{background:var(--brass);border-color:var(--brass);color:var(--ink);}\n  .f-bottom{max-width:1280px;margin:0 auto;padding-top:26px;border-top:1px solid rgba(236,225,198,.08);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:14px;font-family:var(--sans);font-size:.76rem;color:var(--parchment-dim);}\n  #langBtn{\n    display:flex;align-items:center;gap:8px;font-family:var(--sans);font-size:.78rem;font-weight:700;\n    color:var(--parchment);background:rgba(182,145,63,.1);border:1px solid rgba(182,145,63,.4);\n    border-radius:20px;padding:8px 16px;cursor:pointer;transition:all .2s;\n  }\n  #langBtn:hover{background:var(--brass);color:var(--ink);}\n  #langBtn img{width:16px;height:12px;border-radius:2px;}\n\n  .reveal{opacity:0;transform:translateY(20px);transition:opacity .8s ease, transform .8s ease;}\n  .reveal.show{opacity:1;transform:translateY(0);}\n\n  @media (max-width:860px){\n    .hero{min-height:100vh;min-height:calc(var(--vh, 1vh) * 100);min-height:100dvh;}\n    .spread{grid-template-columns:1fr;}\n    .spread::before{display:none;}\n    .m-label{position:static;}\n    .manifesto{padding:8vh 6vw;}\n    .seal-wrap{display:none;}\n    .brand img{width:52px;height:52px;}\n    .brand-name{font-size:.95rem;}\n  }\n  @media (prefers-reduced-motion: reduce){\n    *{animation-duration:.001ms !important;animation-iteration-count:1 !important;transition-duration:.001ms !important;}\n  }\n<\/style>\n<\/head>\n<body>\n\n<!-- NAV -->\n<div class=\"nav\" id=\"nav\">\n  <div style=\"width:48px\"><\/div>\n  <a href=\"https:\/\/qazi.blog\/\" class=\"brand\">\n    <span class=\"brand-name brand-desktop\" data-i18n=\"headerTagline\">\u0644\u06d5 \u0633\u06d5\u0631\u062f\u06d5\u0645\u06cc \u0628\u0648\u062f\u0627\u063a \u0633\u0648\u06b5\u062a\u0627\u0646\u06d5\u0648\u06d5<small>\u0645\u06c6\u0631\u06cc \u0628\u0646\u06d5\u0645\u0627\u06b5\u06d5\u06cc\u06d5\u06a9 \u06a9\u06d5 \u0645\u06ce\u0698\u0648\u0648\u06cc \u06a9\u0648\u0631\u062f\u0633\u062a\u0627\u0646\u06cc \u067e\u06ce\u0648\u06d5\u0628\u06d5\u0633\u062a\u0631\u0627\u0648\u06d5\u062a\u06d5\u0648\u06d5<\/small><\/span>\n    <img decoding=\"async\" src=\"https:\/\/qazi.blog\/wp-content\/uploads\/2025\/12\/cropped-file_0000000088f07246be28435c01bc7147-322x303.png\" alt=\"\u0644\u06c6\u06af\u06c6\u06cc \u0628\u0646\u06d5\u0645\u0627\u06b5\u06d5\u06cc \u0642\u0627\u0632\u06cc\">\n  <\/a>\n<\/div>\n\n<button class=\"burger\" id=\"burger\" aria-label=\"menu\"><span><\/span><span><\/span><span><\/span><\/button>\n\n<div class=\"menu-panel\" id=\"menuPanel\">\n  <ul class=\"menu-list\">\n    <li><a href=\"https:\/\/qazi.blog\/\" data-i18n=\"n_home\">\u0645\u0627\u06b5\u067e\u06d5\u0695\u06cc \u0642\u0627\u0632\u06cc<\/a><\/li>\n    <li><a href=\"https:\/\/qazi.blog\/%d9%85%d8%a7%d9%84%d9%be%db%95%d8%b1%db%95\/%d9%85%db%8c%da%98%d9%88\/\" data-i18n=\"n_history\">\u0645\u06ce\u0698\u0648\u0648<\/a><\/li>\n    <li><a href=\"https:\/\/qazi.blog\/%d9%85%d8%a7%d9%84%d9%be%db%95%d8%b1%db%95\/%d8%a8%db%95%d8%b4%db%8c-%da%a9%db%95%d8%b3%d8%a7%db%8c%db%95%d8%aa%db%8c\/\" data-i18n=\"n_pisheva\">\u067e\u06ce\u0634\u06d5\u0648\u0627 \u0642\u0627\u0632\u06cc \u0645\u062d\u06d5\u0645\u06d5\u062f<\/a><\/li>\n    <li><a href=\"https:\/\/qazi.blog\/%d8%b4%db%95%d8%ac%db%95%d8%b1%db%95%d9%86%d8%a7%d9%85%db%95\/\" data-i18n=\"n_tree\">\u0634\u06d5\u062c\u06d5\u0631\u06d5\u0646\u0627\u0645\u06d5<\/a><\/li>\n    <li><a href=\"https:\/\/qazi.blog\/%d9%86%d9%88%d9%88%d8%b3%db%95%d8%b1%d8%a7%d9%86\/\" data-i18n=\"n_writers\">\u0646\u0648\u0648\u0633\u06d5\u0631\u0627\u0646<\/a><\/li>\n    <li><a href=\"https:\/\/qazi.blog\/%d8%a8%db%95%d8%b4%db%8c-%d8%b3%db%8c%d8%a7%d8%b3%db%8c-2\/\" data-i18n=\"n_politics\">\u06a9\u06d5\u0633\u0627\u06cc\u06d5\u062a\u06cc \u0633\u06cc\u0627\u0633\u06cc<\/a><\/li>\n    <li><a href=\"https:\/\/qazi.blog\/%d8%ae%db%86%d8%b4%d9%86%d9%88%d9%88%d8%b3%d8%a7%d9%86\/\" data-i18n=\"n_calligraphy\">\u062e\u06c6\u0634\u0646\u0648\u0648\u0633\u0627\u0646<\/a><\/li>\n    <li><a href=\"https:\/\/qazi.blog\/%d9%88%db%8e%d9%86%db%95%da%a9%db%8e%d8%b4%d8%a7%d9%86\/\" data-i18n=\"n_painting\">\u0648\u06ce\u0646\u06d5\u06a9\u06ce\u0634\u0627\u0646<\/a><\/li>\n    <li><a href=\"https:\/\/qazi.blog\/%d9%88%db%8e%d9%86%db%95%da%a9%d8%a7%d9%86%db%8c-%d8%a8%d9%86%db%95%d9%85%d8%a7%da%b5%db%95\/\" data-i18n=\"n_photos\">\u0648\u06ce\u0646\u06d5\u06a9\u0627\u0646\u06cc \u0628\u0646\u06d5\u0645\u0627\u06b5\u06d5<\/a><\/li>\n  <\/ul>\n<\/div>\n\n<!-- HERO -->\n<header class=\"hero\">\n  <div class=\"slider\" id=\"slider\">\n    <div class=\"slide active\" style=\"background-image:url('https:\/\/qazi.blog\/wp-content\/uploads\/2025\/12\/IMG_20251213_213437_691.jpg')\"><\/div>\n    <div class=\"slide\" style=\"background-image:url('https:\/\/qazi.blog\/wp-content\/uploads\/2025\/12\/IMG-20251214-WA0062.jpg')\"><\/div>\n    <div class=\"slide\" style=\"background-image:url('https:\/\/qazi.blog\/wp-content\/uploads\/2025\/12\/IMG-20251214-WA0054-e1765806611696.jpg')\"><\/div>\n  <\/div>\n\n  <div class=\"seal-wrap\" id=\"seal\">\n    <div class=\"seal\"><img decoding=\"async\" src=\"https:\/\/qazi.blog\/wp-content\/uploads\/2025\/12\/cropped-file_0000000088f07246be28435c01bc7147-322x303.png\" alt=\"\u0645\u06c6\u0631\u06cc \u0628\u0646\u06d5\u0645\u0627\u06b5\u06d5\"><\/div>\n    <div class=\"seal-txt\"><b data-i18n=\"sealTitle\">\u0644\u06d5 \u0633\u06d5\u0631\u062f\u06d5\u0645\u06cc \u0628\u0648\u062f\u0627\u063a \u0633\u0648\u06b5\u062a\u0627\u0646<\/b><span data-i18n=\"sealDesc\">\u0645\u06c6\u0631\u06cc \u0628\u0646\u06d5\u0645\u0627\u06b5\u06d5\u06cc\u06d5\u06a9 \u06a9\u06d5 \u0645\u06ce\u0698\u0648\u0648\u06cc \u0645\u0648\u06a9\u0631\u06cc\u0627\u0646 \u067e\u06ce\u0648\u06d5\u0628\u06d5\u0633\u062a\u0631\u0627\u0648\u06d5\u062a\u06d5\u0648\u06d5<\/span><\/div>\n  <\/div>\n\n  <div class=\"hero-content\">\n    <div class=\"eyebrow\" data-i18n=\"heroEyebrow\">\u0634\u0648\u06ce\u0646\u06d5\u0648\u0627\u0631\u06cc \u0686\u0648\u0627\u0631\u0633\u06d5\u062f \u0633\u0627\u06b5 \u0645\u06ce\u0698\u0648\u0648<\/div>\n    <h1 data-i18n=\"heroTitle\">\u0628\u0646\u06d5\u0645\u0627\u06b5\u06d5\u06cc \u0642\u0627\u0632\u06cc<\/h1>\n    <p data-i18n=\"heroDesc\">\u0645\u06ce\u0698\u0648\u0648 \u062f\u0627\u06cc\u06a9\u06cc \u0647\u06d5\u0645\u0648\u0648 \u0632\u0627\u0646\u0633\u062a\u06d5\u06a9\u0627\u0646\u06d5\u060c \u0648 \u0633\u06d5\u0631\u06af\u0648\u0632\u06d5\u0634\u062a\u06d5\u06cc \u0628\u0646\u06d5\u0645\u0627\u06b5\u06d5\u06cc \u0642\u0627\u0632\u06cc \u0628\u06d5\u0634\u06ce\u06a9\u06d5 \u0644\u06d5\u0648 \u0645\u06ce\u0698\u0648\u0648\u06cc\u06d5 \u2014 \u0644\u06d5 \u0633\u06d5\u0631\u062f\u06d5\u0645\u06cc \u0628\u0648\u062f\u0627\u063a \u0633\u0648\u06b5\u062a\u0627\u0646\u06cc \u0645\u0648\u06a9\u0631\u06cc \u0647\u06d5\u062a\u0627 \u0626\u06d5\u0645\u0695\u06c6\u060c \u0686\u06cc\u0631\u06c6\u06a9\u06cc \u0648\u06ce\u0646\u06d5 \u0648 \u0628\u06d5\u06b5\u06af\u06d5\u0646\u0627\u0645\u06d5 \u0648 \u06a9\u06d5\u0633\u0627\u06cc\u06d5\u062a\u06cc\u06cc\u06d5\u06a9\u0627\u0646.<\/p>\n    <div class=\"hero-cta\">\n      <a class=\"btn btn-brass\" href=\"https:\/\/qazi.blog\/%d8%b4%db%95%d8%ac%db%95%d8%b1%db%95%d9%86%d8%a7%d9%85%db%95\/\" data-i18n=\"cta1\">\u0628\u06cc\u0646\u06cc\u0646\u06cc \u0634\u06d5\u062c\u06d5\u0631\u06d5\u0646\u0627\u0645\u06d5<\/a>\n      <a class=\"btn btn-line\" href=\"https:\/\/qazi.blog\/%d9%85%d8%a7%d9%84%d9%be%db%95%d8%b1%db%95\/%d9%85%db%8c%da%98%d9%88\/\" data-i18n=\"cta2\">\u062f\u06d5\u0633\u062a\u067e\u06ce\u06a9\u0631\u062f\u0646\u06cc \u0645\u06ce\u0698\u0648\u0648<\/a>\n    <\/div>\n  <\/div>\n\n  <div class=\"scrollcue\"><span data-i18n=\"scrollcue\">\u0695\u0648\u0648\u0646\u06a9\u0631\u062f\u0646\u06d5\u0648\u06d5<\/span><\/div>\n<\/header>\n\n<!-- MANIFESTO -->\n<section class=\"manifesto\">\n  <div class=\"spread reveal\" id=\"manifesto-spread\">\n    <div class=\"m-label\">\n      <div class=\"num\" data-i18n=\"m_num\">\u062f\u06d5\u0631\u0648\u0627\u0632\u06d5<\/div>\n      <h2 data-i18n=\"m_heading\">\u0644\u0627\u06cc \u0645\u06ce\u0698\u0648\u0648\u06cc <br>\u0628\u0646\u06d5\u0645\u0627\u06b5\u06d5\u06cc\u06d5\u06a9<\/h2>\n    <\/div>\n    <div class=\"m-body\" id=\"manifestoBody\"><!-- filled by JS from LANG.manifesto --><\/div>\n  <\/div>\n<\/section>\n\n<!-- ARCHIVE GRID -->\n<section class=\"archive\">\n  <div class=\"archive-head reveal\">\n    <div class=\"eyebrow\" data-i18n=\"a_eyebrow\">\u06af\u06d5\u0695\u0627\u0646 \u0628\u06d5 \u0646\u0627\u0648 \u0626\u06d5\u0631\u0634\u06cc\u0641\u062f\u0627<\/div>\n    <h2 data-i18n=\"a_heading\">\u0628\u06d5\u0634\u06d5\u06a9\u0627\u0646\u06cc \u0645\u0627\u06b5\u067e\u06d5\u0695<\/h2>\n  <\/div>\n  <div class=\"grid\" id=\"grid\">\n    <a class=\"card\" href=\"https:\/\/qazi.blog\/%d9%85%d8%a7%d9%84%d9%be%db%95%d8%b1%db%95\/%d9%85%db%8c%da%98%d9%88\/\">\n      <span class=\"tag\">HISTORY<\/span>\n      <h3 data-i18n=\"c1_h\">\u0645\u06ce\u0698\u0648\u0648<\/h3>\n      <p data-i18n=\"c1_p\">\u0644\u06d5 \u0633\u06d5\u0631\u062f\u06d5\u0645\u06cc \u0628\u0648\u062f\u0627\u063a \u0633\u0648\u06b5\u062a\u0627\u0646 \u0647\u06d5\u062a\u0627 \u0626\u06d5\u0645\u0695\u06c6 \u2014 \u0648\u0631\u062f\u06d5\u06a9\u0627\u0631\u06cc \u0645\u06ce\u0698\u0648\u0648\u06cc \u062e\u0627\u0646\u06d5\u062f\u0627\u0646\u06cc \u0642\u0627\u0632\u06cc.<\/p>\n      <span class=\"go\" data-i18n=\"c_go\">\u0695\u0648\u0648\u0646\u06a9\u0631\u062f\u0646\u06d5\u0648\u06d5<\/span>\n    <\/a>\n    <a class=\"card\" href=\"https:\/\/qazi.blog\/%d9%85%d8%a7%d9%84%d9%be%db%95%d8%b1%db%95\/%d8%a8%db%95%d8%b4%db%8c-%da%a9%db%95%d8%b3%d8%a7%db%8c%db%95%d8%aa%db%8c\/\">\n      <span class=\"tag\">LEADERSHIP<\/span>\n      <h3 data-i18n=\"c2_h\">\u067e\u06ce\u0634\u06d5\u0648\u0627 \u0642\u0627\u0632\u06cc \u0645\u062d\u06d5\u0645\u06d5\u062f<\/h3>\n      <p data-i18n=\"c2_p\">\u0633\u06d5\u0631\u0642\u0627\u0641\u06b5\u06d5\u06cc\u06cc \u0695\u0627\u0628\u06d5\u0631\u06cc \u0648 \u062f\u0627\u0645\u06d5\u0632\u0631\u0627\u0646\u062f\u0646\u06cc \u06a9\u06c6\u0645\u0627\u0631\u06cc \u06a9\u0648\u0631\u062f\u0633\u062a\u0627\u0646.<\/p>\n      <span class=\"go\" data-i18n=\"c_go\">\u0695\u0648\u0648\u0646\u06a9\u0631\u062f\u0646\u06d5\u0648\u06d5<\/span>\n    <\/a>\n    <a class=\"card\" href=\"https:\/\/qazi.blog\/%d8%b4%db%95%d8%ac%db%95%d8%b1%db%95%d9%86%d8%a7%d9%85%db%95\/\">\n      <span class=\"tag\">GENEALOGY<\/span>\n      <h3 data-i18n=\"c3_h\">\u0634\u06d5\u062c\u06d5\u0631\u06d5\u0646\u0627\u0645\u06d5<\/h3>\n      <p data-i18n=\"c3_p\">\u062f\u0631\u06d5\u062e\u062a\u06cc \u062e\u06ce\u0632\u0627\u0646\u06cc \u0626\u06cc\u0646\u062a\u06ce\u0631\u0627\u06a9\u062a\u06cc\u06a4 \u2014 \u06af\u06d5\u0695\u0627\u0646 \u0628\u06d5\u0646\u0627\u0648 \u0646\u06d5\u0648\u06d5\u06a9\u0627\u0646\u062f\u0627.<\/p>\n      <span class=\"go\" data-i18n=\"c_go\">\u0695\u0648\u0648\u0646\u06a9\u0631\u062f\u0646\u06d5\u0648\u06d5<\/span>\n    <\/a>\n    <a class=\"card\" href=\"https:\/\/qazi.blog\/%d9%86%d9%88%d9%88%d8%b3%db%95%d8%b1%d8%a7%d9%86\/\">\n      <span class=\"tag\">WRITERS<\/span>\n      <h3 data-i18n=\"c4_h\">\u0646\u0648\u0648\u0633\u06d5\u0631\u0627\u0646<\/h3>\n      <p data-i18n=\"c4_p\">\u0695\u06c6\u0645\u0627\u0646\u0646\u0648\u0648\u0633 \u0648 \u0634\u0627\u0639\u06cc\u0631 \u0648 \u0648\u06d5\u0631\u06af\u06ce\u0695\u06d5\u06a9\u0627\u0646\u06cc \u0628\u0646\u06d5\u0645\u0627\u06b5\u06d5.<\/p>\n      <span class=\"go\" data-i18n=\"c_go\">\u0695\u0648\u0648\u0646\u06a9\u0631\u062f\u0646\u06d5\u0648\u06d5<\/span>\n    <\/a>\n    <a class=\"card\" href=\"https:\/\/qazi.blog\/%d8%a8%db%95%d8%b4%db%8c-%d8%b3%db%8c%d8%a7%d8%b3%db%8c-2\/\">\n      <span class=\"tag\">POLITICS<\/span>\n      <h3 data-i18n=\"c5_h\">\u06a9\u06d5\u0633\u0627\u06cc\u06d5\u062a\u06cc \u0633\u06cc\u0627\u0633\u06cc<\/h3>\n      <p data-i18n=\"c5_p\">\u0695\u06c6\u06b5\u06cc \u0628\u0646\u06d5\u0645\u0627\u06b5\u06d5 \u0644\u06d5 \u0628\u0632\u0648\u0648\u062a\u0646\u06d5\u0648\u06d5\u06cc \u0695\u0632\u06af\u0627\u0631\u06cc\u062e\u0648\u0627\u0632\u06cc \u06a9\u0648\u0631\u062f.<\/p>\n      <span class=\"go\" data-i18n=\"c_go\">\u0695\u0648\u0648\u0646\u06a9\u0631\u062f\u0646\u06d5\u0648\u06d5<\/span>\n    <\/a>\n    <a class=\"card\" href=\"https:\/\/qazi.blog\/%d8%ae%db%86%d8%b4%d9%86%d9%88%d9%88%d8%b3%d8%a7%d9%86\/\">\n      <span class=\"tag\">CALLIGRAPHY<\/span>\n      <h3 data-i18n=\"c6_h\">\u062e\u06c6\u0634\u0646\u0648\u0648\u0633\u0627\u0646<\/h3>\n      <p data-i18n=\"c6_p\">\u0647\u0648\u0646\u06d5\u0631\u06cc \u062e\u06c6\u0634\u0646\u0648\u0648\u0633\u06cc \u0626\u06d5\u0646\u062f\u0627\u0645\u0627\u0646\u06cc \u0628\u0646\u06d5\u0645\u0627\u06b5\u06d5.<\/p>\n      <span class=\"go\" data-i18n=\"c_go\">\u0695\u0648\u0648\u0646\u06a9\u0631\u062f\u0646\u06d5\u0648\u06d5<\/span>\n    <\/a>\n    <a class=\"card\" href=\"https:\/\/qazi.blog\/%d9%88%db%8e%d9%86%db%95%da%a9%db%8e%d8%b4%d8%a7%d9%86\/\">\n      <span class=\"tag\">PAINTING<\/span>\n      <h3 data-i18n=\"c7_h\">\u0648\u06ce\u0646\u06d5\u06a9\u06ce\u0634\u0627\u0646<\/h3>\n      <p data-i18n=\"c7_p\">\u06a9\u0627\u0631\u06d5 \u0647\u0648\u0646\u06d5\u0631\u06cc\u06cc\u06d5\u06a9\u0627\u0646\u06cc \u0648\u06ce\u0646\u06d5\u06a9\u06ce\u0634\u0627\u0646\u06cc \u0628\u0646\u06d5\u0645\u0627\u06b5\u06d5.<\/p>\n      <span class=\"go\" data-i18n=\"c_go\">\u0695\u0648\u0648\u0646\u06a9\u0631\u062f\u0646\u06d5\u0648\u06d5<\/span>\n    <\/a>\n    <a class=\"card\" href=\"https:\/\/qazi.blog\/%d9%88%db%8e%d9%86%db%95%da%a9%d8%a7%d9%86%db%8c-%d8%a8%d9%86%db%95%d9%85%d8%a7%da%b5%db%95\/\">\n      <span class=\"tag\">PHOTO ARCHIVE<\/span>\n      <h3 data-i18n=\"c8_h\">\u0648\u06ce\u0646\u06d5\u06a9\u0627\u0646\u06cc \u0628\u0646\u06d5\u0645\u0627\u06b5\u06d5<\/h3>\n      <p data-i18n=\"c8_p\">\u0648\u06ce\u0646\u06d5 \u0645\u06ce\u0698\u0648\u0648\u06cc\u06cc\u06d5\u06a9\u0627\u0646 \u2014 \u0626\u06d5\u0631\u0634\u06cc\u0641\u06cc \u0648\u06ce\u0646\u06d5\u06cc \u0628\u0646\u06d5\u0645\u0627\u06b5\u06d5.<\/p>\n      <span class=\"go\" data-i18n=\"c_go\">\u0695\u0648\u0648\u0646\u06a9\u0631\u062f\u0646\u06d5\u0648\u06d5<\/span>\n    <\/a>\n  <\/div>\n<\/section>\n\n<!-- FOOTER -->\n<footer>\n  <div class=\"f-top\">\n    <div class=\"f-brand\">\n      <img decoding=\"async\" src=\"https:\/\/qazi.blog\/wp-content\/uploads\/2025\/12\/cropped-file_0000000088f07246be28435c01bc7147-322x303.png\" alt=\"\u0644\u06c6\u06af\u06c6\">\n      <div><div class=\"n\" data-i18n=\"n_home\">\u0645\u0627\u06b5\u067e\u06d5\u0695\u06cc \u0642\u0627\u0632\u06cc<\/div><div class=\"s\" data-i18n=\"brandSub\">ARCHIVE OF THE QAZI HOUSE<\/div><\/div>\n    <\/div>\n    <div class=\"f-links\">\n      <a href=\"https:\/\/qazi.blog\/\" data-i18n=\"n_home\">\u0645\u0627\u06b5\u067e\u06d5\u0695\u06cc \u0642\u0627\u0632\u06cc<\/a>\n      <a href=\"https:\/\/qazi.blog\/%d9%85%d8%a7%d9%84%d9%be%db%95%d8%b1%db%95\/%d9%85%db%8c%da%98%d9%88\/\" data-i18n=\"n_history\">\u0645\u06ce\u0698\u0648\u0648<\/a>\n      <a href=\"https:\/\/qazi.blog\/%d9%85%d8%a7%d9%84%d9%be%db%95%d8%b1%db%95\/%d8%a8%db%95%d8%b4%db%8c-%da%a9%db%95%d8%b3%d8%a7%db%8c%db%95%d8%aa%db%8c\/\" data-i18n=\"n_pisheva\">\u067e\u06ce\u0634\u06d5\u0648\u0627 \u0642\u0627\u0632\u06cc \u0645\u062d\u06d5\u0645\u06d5\u062f<\/a>\n      <a href=\"https:\/\/qazi.blog\/%d8%b4%db%95%d8%ac%db%95%d8%b1%db%95%d9%86%d8%a7%d9%85%db%95\/\" data-i18n=\"n_tree\">\u0634\u06d5\u062c\u06d5\u0631\u06d5\u0646\u0627\u0645\u06d5<\/a>\n      <a href=\"https:\/\/qazi.blog\/%d9%86%d9%88%d9%88%d8%b3%db%95%d8%b1%d8%a7%d9%86\/\" data-i18n=\"n_writers\">\u0646\u0648\u0648\u0633\u06d5\u0631\u0627\u0646<\/a>\n      <a href=\"https:\/\/qazi.blog\/%d8%a8%db%95%d8%b4%db%8c-%d8%b3%db%8c%d8%a7%d8%b3%db%8c-2\/\" data-i18n=\"n_politics\">\u06a9\u06d5\u0633\u0627\u06cc\u06d5\u062a\u06cc \u0633\u06cc\u0627\u0633\u06cc<\/a>\n      <a href=\"https:\/\/qazi.blog\/%d8%ae%db%86%d8%b4%d9%86%d9%88%d9%88%d8%b3%d8%a7%d9%86\/\" data-i18n=\"n_calligraphy\">\u062e\u06c6\u0634\u0646\u0648\u0648\u0633\u0627\u0646<\/a>\n      <a href=\"https:\/\/qazi.blog\/%d9%88%db%8e%d9%86%db%95%da%a9%db%8e%d8%b4%d8%a7%d9%86\/\" data-i18n=\"n_painting\">\u0648\u06ce\u0646\u06d5\u06a9\u06ce\u0634\u0627\u0646<\/a>\n      <a href=\"https:\/\/qazi.blog\/%d9%88%db%8e%d9%86%db%95%da%a9%d8%a7%d9%86%db%8c-%d8%a8%d9%86%db%95%d9%85%d8%a7%da%b5%db%95\/\" data-i18n=\"n_photos\">\u0648\u06ce\u0646\u06d5\u06a9\u0627\u0646\u06cc \u0628\u0646\u06d5\u0645\u0627\u06b5\u06d5<\/a>\n    <\/div>\n    <div class=\"f-social\">\n      <a href=\"https:\/\/www.youtube.com\/channel\/UCmMEHG1BwufKnzkO83D-6EQ\/\" target=\"_blank\" rel=\"noopener\" aria-label=\"\u06cc\u0648\u062a\u06cc\u0648\u0628\">\u25b6<\/a>\n    <\/div>\n  <\/div>\n  <div class=\"f-bottom\">\n    <span data-i18n=\"copyright\">\u00a9 \u0628\u0646\u06d5\u0645\u0627\u06b5\u06d5\u06cc \u0642\u0627\u0632\u06cc \u2014 \u0647\u06d5\u0645\u0648\u0648 \u0645\u0627\u0641\u06d5\u06a9\u0627\u0646 \u067e\u0627\u0631\u06ce\u0632\u0631\u0627\u0648\u0646<\/span>\n    <button id=\"langBtn\"><img decoding=\"async\" src=\"https:\/\/flagcdn.com\/gb.svg\" alt=\"\"><span id=\"langBtnText\">English<\/span><\/button>\n  <\/div>\n<\/footer>\n\n<script>\n\/\/ real viewport height fix for mobile browsers (address bar \/ webview quirks)\nfunction setVH(){\n  document.documentElement.style.setProperty('--vh', (window.innerHeight * 0.01) + 'px');\n}\nsetVH();\nwindow.addEventListener('resize', setVH);\nwindow.addEventListener('orientationchange', setVH);\n\n\/\/ ============ i18n data ============\nconst LANG = {\n  ku: {\n    brandName:\"\u0645\u0627\u06b5\u067e\u06d5\u0695\u06cc \u0642\u0627\u0632\u06cc\", brandSub:\"ARCHIVE OF THE QAZI HOUSE\",\n    brandFull:\"\u0645\u0627\u06b5\u067e\u06d5\u0695\u06cc \u0642\u0627\u0632\u06cc<small>ARCHIVE OF THE QAZI HOUSE<\/small>\",\n    headerTagline:\"\u0644\u06d5 \u0633\u06d5\u0631\u062f\u06d5\u0645\u06cc \u0628\u0648\u062f\u0627\u063a \u0633\u0648\u06b5\u062a\u0627\u0646\u06d5\u0648\u06d5<small>\u0645\u06c6\u0631\u06cc \u0628\u0646\u06d5\u0645\u0627\u06b5\u06d5\u06cc\u06d5\u06a9 \u06a9\u06d5 \u0645\u06ce\u0698\u0648\u0648\u06cc \u06a9\u0648\u0631\u062f\u0633\u062a\u0627\u0646\u06cc \u067e\u06ce\u0648\u06d5\u0628\u06d5\u0633\u062a\u0631\u0627\u0648\u06d5\u062a\u06d5\u0648\u06d5<\/small>\",\n    n_home:\"\u0645\u0627\u06b5\u067e\u06d5\u0695\u06cc \u0642\u0627\u0632\u06cc\", n_history:\"\u0645\u06ce\u0698\u0648\u0648\", n_pisheva:\"\u067e\u06ce\u0634\u06d5\u0648\u0627 \u0642\u0627\u0632\u06cc \u0645\u062d\u06d5\u0645\u06d5\u062f\", n_tree:\"\u0634\u06d5\u062c\u06d5\u0631\u06d5\u0646\u0627\u0645\u06d5\",\n    n_writers:\"\u0646\u0648\u0648\u0633\u06d5\u0631\u0627\u0646\", n_politics:\"\u06a9\u06d5\u0633\u0627\u06cc\u06d5\u062a\u06cc \u0633\u06cc\u0627\u0633\u06cc\", n_calligraphy:\"\u062e\u06c6\u0634\u0646\u0648\u0648\u0633\u0627\u0646\", n_painting:\"\u0648\u06ce\u0646\u06d5\u06a9\u06ce\u0634\u0627\u0646\", n_photos:\"\u0648\u06ce\u0646\u06d5\u06a9\u0627\u0646\u06cc \u0628\u0646\u06d5\u0645\u0627\u06b5\u06d5\",\n    ss_h1:\"\u0645\u06cc\u0631\u0632\u0627 \u0645\u062d\u06d5\u0645\u06d5\u062f (\u0628\u0627\u067e\u06cc\u0631\u06d5\u06af\u06d5\u0648\u0631\u06d5)\", ss_h2:\"\u0645\u06cc\u0631\u0632\u0627 \u0642\u0627\u0633\u0645 \u0642\u0627\u0632\u06cc\", ss_h3:\"\u0633\u06d5\u06cc\u0641\u0648\u0644\u0642\u0648\u0632\u0627\u062a\", ss_h4:\"\u0642\u0627\u0632\u06cc \u0641\u06d5\u062a\u0627\u062d\", ss_h5:\"\u0642\u0627\u0632\u06cc \u0639\u06d5\u0644\u06cc\",\n    ss_w1:\"\u062e\u06d5\u0644\u06cc\u0644 \u0641\u06d5\u062a\u0627\u062d \u0642\u0627\u0632\u06cc\", ss_w2:\"\u0626\u06cc\u0633\u0645\u0627\u0639\u06cc\u0644 \u0641\u06d5\u062a\u0627\u062d \u0642\u0627\u0632\u06cc\", ss_w3:\"\u0695\u06d5\u062d\u0645\u0627\u0646 \u0642\u0627\u0632\u06cc\",\n    ss_p1:\"\u0645\u06cc\u0631\u0632\u0627 \u0642\u0627\u0633\u0645 \u0642\u0627\u0632\u06cc\", ss_p2:\"\u0642\u0627\u0632\u06cc \u0641\u06d5\u062a\u0627\u062d\", ss_p3:\"\u0639\u06d5\u0628\u062f\u0648\u06b5\u0627 \u0642\u0627\u0632\u06cc\",\n    ss_c1:\"\u0645\u06cc\u0631\u0632\u0627 \u0645\u06d5\u062d\u0645\u0648\u0648\u062f\u06cc \u0642\u0627\u0632\u06cc\",\n    sealTitle:\"\u0644\u06d5 \u0633\u06d5\u0631\u062f\u06d5\u0645\u06cc \u0628\u0648\u062f\u0627\u063a \u0633\u0648\u06b5\u062a\u0627\u0646\", sealDesc:\"\u0645\u06c6\u0631\u06cc \u0628\u0646\u06d5\u0645\u0627\u06b5\u06d5\u06cc\u06d5\u06a9 \u06a9\u06d5 \u0645\u06ce\u0698\u0648\u0648\u06cc \u0645\u0648\u06a9\u0631\u06cc\u0627\u0646 \u067e\u06ce\u0648\u06d5\u0628\u06d5\u0633\u062a\u0631\u0627\u0648\u06d5\u062a\u06d5\u0648\u06d5\",\n    heroEyebrow:\"\u0634\u0648\u06ce\u0646\u06d5\u0648\u0627\u0631\u06cc \u0686\u0648\u0627\u0631\u0633\u06d5\u062f \u0633\u0627\u06b5 \u0645\u06ce\u0698\u0648\u0648\", heroTitle:\"\u0628\u0646\u06d5\u0645\u0627\u06b5\u06d5\u06cc \u0642\u0627\u0632\u06cc\",\n    heroDesc:\"\u0645\u06ce\u0698\u0648\u0648 \u062f\u0627\u06cc\u06a9\u06cc \u0647\u06d5\u0645\u0648\u0648 \u0632\u0627\u0646\u0633\u062a\u06d5\u06a9\u0627\u0646\u06d5\u060c \u0648 \u0633\u06d5\u0631\u06af\u0648\u0632\u06d5\u0634\u062a\u06d5\u06cc \u0628\u0646\u06d5\u0645\u0627\u06b5\u06d5\u06cc \u0642\u0627\u0632\u06cc \u0628\u06d5\u0634\u06ce\u06a9\u06d5 \u0644\u06d5\u0648 \u0645\u06ce\u0698\u0648\u0648\u06cc\u06d5 \u2014 \u0644\u06d5 \u0633\u06d5\u0631\u062f\u06d5\u0645\u06cc \u0628\u0648\u062f\u0627\u063a \u0633\u0648\u06b5\u062a\u0627\u0646\u06cc \u0645\u0648\u06a9\u0631\u06cc \u0647\u06d5\u062a\u0627 \u0626\u06d5\u0645\u0695\u06c6\u060c \u0686\u06cc\u0631\u06c6\u06a9\u06cc \u0648\u06ce\u0646\u06d5 \u0648 \u0628\u06d5\u06b5\u06af\u06d5\u0646\u0627\u0645\u06d5 \u0648 \u06a9\u06d5\u0633\u0627\u06cc\u06d5\u062a\u06cc\u06cc\u06d5\u06a9\u0627\u0646.\",\n    cta1:\"\u0628\u06cc\u0646\u06cc\u0646\u06cc \u0634\u06d5\u062c\u06d5\u0631\u06d5\u0646\u0627\u0645\u06d5\", cta2:\"\u062f\u06d5\u0633\u062a\u067e\u06ce\u06a9\u0631\u062f\u0646\u06cc \u0645\u06ce\u0698\u0648\u0648\", scrollcue:\"\u0695\u0648\u0648\u0646\u06a9\u0631\u062f\u0646\u06d5\u0648\u06d5\",\n    m_num:\"\u062f\u06d5\u0631\u0648\u0627\u0632\u06d5\", m_heading:\"\u0644\u0627\u06cc \u0645\u06ce\u0698\u0648\u0648\u06cc <br>\u0628\u0646\u06d5\u0645\u0627\u06b5\u06d5\u06cc\u06d5\u06a9\",\n    manifesto:[\n      \"\u0645\u06ce\u0698\u0648\u0648 \u062f\u0627\u06cc\u06a9\u06cc \u0647\u06d5\u0645\u0648\u0648 \u0632\u0627\u0646\u0633\u062a\u06d5\u06a9\u0627\u0646\u06d5 \u0648 \u0633\u06d5\u0631\u0628\u0648\u0631\u062f\u06d5\u06cc \u0628\u0646\u06d5\u0645\u0627\u06b5\u06d5\u06cc \u0642\u0627\u0632\u06cc \u0628\u06d5\u0634\u06ce\u06a9\u06d5 \u0644\u06d5\u0648 \u0645\u06ce\u0698\u0648\u0648\u06cc\u06d5. \u0645\u06ce\u0698\u0648\u0648\u06cc \u0628\u0646\u06d5\u0645\u0627\u06b5\u06d5\u06cc \u0642\u0627\u0632\u06cc \u0644\u06d5 \u0633\u06d5\u0631\u062f\u06d5\u0645\u06cc \u0628\u0648\u062f\u0627\u063a \u0633\u0648\u06b5\u062a\u0627\u0646\u06cc \u0645\u0648\u06a9\u0631\u06cc (\u0633\u06d5\u062f\u06d5\u06cc \u06cc\u0627\u0632\u062f\u06d5\u0647\u06d5\u0645\u06cc \u06a9\u06c6\u0686\u06cc \u0645\u0627\u0646\u06af\u06cc) \u062f\u06d5\u0633\u062a \u067e\u06ce\u062f\u06d5\u06a9\u0627\u062a\u060c \u0644\u06d5\u0648 \u06a9\u0627\u062a\u06d5\u0648\u06d5 \u06a9\u06d5 \u0645\u06cc\u0631\u06cc \u0645\u0648\u06a9\u0631\u06cc \u062f\u0631\u06cc\u0627\u0632\u06cc \u06af\u0648\u06ce\u0632\u062a\u06d5\u0648\u06d5 \u0648 \u0645\u06d5\u0647\u0627\u0628\u0627\u062f\u06cc \u0626\u06ce\u0633\u062a\u0627\u06cc \u06a9\u0631\u062f\u06d5 \u067e\u0627\u06cc\u062a\u06d5\u062e\u062a\u06cc \u0645\u0648\u06a9\u0631\u06cc\u0627\u0646. \u0628\u06d5\u0633\u06d5\u0631\u0647\u0627\u062a\u06cc \u0628\u0646\u06d5\u0645\u0627\u06b5\u06d5\u06cc \u0642\u0627\u0632\u06cc \u062a\u06ce\u06a9\u06d5\u06b5\u06d5\u06cc\u06d5\u06a9\u06d5 \u0644\u06d5 \u0695\u06d5\u0646\u062c \u0648 \u0626\u0627\u0632\u0627\u0631\u060c \u0628\u06d5\u062f\u0628\u06d5\u062e\u062a\u06cc \u0648 \u0628\u06d5\u062e\u062a\u06d5\u0648\u06d5\u0631\u06cc\u060c \u0628\u06d5\u0634\u06ce\u06a9\u06d5 \u0644\u06d5\u0648 \u0634\u06d5\u0695 \u0648 \u062e\u06ce\u0631\u0627\u0646\u06d5\u06cc \u06a9\u06d5 \u0644\u06d5 \u0686\u0648\u0627\u0631\u0633\u06d5\u062f \u0633\u0627\u06b5\u06cc \u0695\u0627\u0628\u0631\u062f\u0648\u0648\u062f\u0627 \u0628\u06d5\u0633\u06d5\u0631 \u0646\u0627\u0648\u0686\u06d5\u06cc \u0645\u0648\u06a9\u0631\u06cc\u0627\u0646 \u0648 \u0628\u06d5\u0633\u06d5\u0631 \u06a9\u0648\u0631\u062f \u0648 \u06a9\u0648\u0631\u062f\u0633\u062a\u0627\u0646\u062f\u0627 \u0647\u0627\u062a\u0648\u0648\u0646.\",\n      \"\u0644\u06d5\u0645 \u0645\u0627\u06b5\u067e\u06d5\u0695\u06d5\u062f\u0627 \u0647\u06d5\u0648\u06b5 \u062f\u0631\u0627\u0648\u06d5\u060c \u0628\u06d5 \u06cc\u0627\u0631\u0645\u06d5\u062a\u06cc \u0648\u06ce\u0646\u06d5\u060c \u0628\u06d5\u06b5\u06af\u06d5\u0646\u0627\u0645\u06d5\u060c \u0646\u0648\u0648\u0633\u0631\u0627\u0648\u06d5 \u0648 \u0626\u06d5\u0648 \u0628\u06d5\u0633\u06d5\u0631\u0647\u0627\u062a\u0627\u0646\u06d5\u06cc \u06a9\u06d5 \u067e\u0634\u062a\u0627\u0648\u067e\u0634\u062a \u0647\u0627\u062a\u0648\u0648\u0646 \u0648 \u062f\u06d5\u0645\u0627\u0648\u062f\u06d5\u0645 \u06af\u06ce\u0695\u062f\u0631\u0627\u0648\u0646\u06d5\u062a\u06d5\u0648\u06d5\u060c \u062a\u06cc\u0634\u06a9 \u0628\u062e\u0631\u06ce\u062a\u06d5 \u0633\u06d5\u0631 \u0648\u0631\u062f\u06d5\u06a9\u0627\u0631\u06cc \u0648 \u0628\u06d5\u0634\u06cc \u0634\u0627\u0631\u0627\u0648\u06d5\u06cc \u0698\u06cc\u0627\u0646\u06cc \u0626\u06d5\u0648 \u0628\u0646\u06d5\u0645\u0627\u06b5\u06d5\u06cc\u06d5. \u0645\u06d5\u0628\u06d5\u0633\u062a\u06cc\u0634\u06cc \u0626\u06d5\u0648\u06d5\u06cc\u06d5 \u06a9\u06d5 \u0661. \u0626\u06d5\u0648 \u0628\u06d5\u0634\u06d5 \u0644\u06d5 \u0645\u06ce\u0698\u0648\u0648\u06cc \u06a9\u0648\u0631\u062f \u0644\u06d5\u0641\u06d5\u0648\u062a\u0627\u0646 \u0695\u0632\u06af\u0627\u0631 \u0628\u06a9\u0627\u062a \u06a9\u06d5 \u0695\u0627\u0633\u062a\u06d5\u0648\u062e\u06c6 \u067e\u06d5\u06cc\u0648\u06d5\u0646\u062f\u06cc \u0628\u06d5 \u0628\u0646\u06d5\u0645\u0627\u06b5\u06d5\u06cc \u0642\u0627\u0632\u06cc\u06cc\u06d5\u0648\u06d5 \u0647\u06d5\u06cc\u06d5\u060c \u0662. \u0645\u06d5\u062c\u0627\u0644 \u0628\u0695\u06d5\u062e\u0633\u06ce\u0646\u06ce \u0628\u06c6 \u0626\u06d5\u0648\u0627\u0646\u06d5\u06cc \u06a9\u06d5 \u062f\u06d5\u06cc\u0627\u0646\u06d5\u0648\u06ce \u0628\u0632\u0627\u0646\u0646 \u06a9\u06d5 \u0628\u0646\u06d5\u0645\u0627\u06b5\u06d5\u06cc \u0642\u0627\u0632\u06cc \u06a9\u06ce\u0646 \u0648 \u0686\u06cc\u0627\u0646 \u06a9\u0631\u062f\u0648\u0648\u06d5 \u0648 \u0686\u06c6\u0646 \u0698\u06cc\u0627\u0648\u0646\u060c \u0648 \u0663. \u0644\u06d5 \u0695\u06ce\u06af\u06d5\u06cc \u062a\u06cc\u0634\u06a9 \u062e\u0633\u062a\u0646\u06d5 \u0633\u06d5\u0631 \u0626\u06d5\u0645 \u06af\u06c6\u0634\u06d5\u06cc\u06d5 \u0644\u06d5 \u0645\u06ce\u0698\u0648\u0648\u06cc \u0646\u06cc\u0634\u062a\u0645\u0627\u0646\u06d5\u06a9\u06d5\u0645\u0627\u0646\u060c \u062f\u06cc\u0648\u06cc \u062c\u0648\u0627\u0646\u06cc \u0645\u06ce\u0698\u0648\u0648\u06cc \u06a9\u0648\u0631\u062f \u067e\u06cc\u0634\u0627\u0646 \u0628\u062f\u0627\u062a \u0648 \u0695\u06ce\u06af\u06d5 \u0644\u06d5 \u062f\u0648\u0648\u0628\u0627\u0631\u06d5\u06a9\u0631\u062f\u0646\u06d5\u0648\u06d5\u06cc \u0647\u06d5\u06b5\u06d5\u06a9\u0627\u0646 \u0628\u06af\u0631\u06ce\u062a.\",\n      \"\u062f\u0627\u062a\u0627 \u0648 \u0632\u0627\u0646\u06cc\u0627\u0631\u06cc\u06cc\u06d5\u06a9\u0627\u0646\u06cc \u0626\u06d5\u0645 \u0645\u0627\u06b5\u067e\u06d5\u0695\u06d5 \u062d\u06cc\u06a9\u0627\u06cc\u06d5\u062a\u062e\u0648\u0627\u0646\u06cc \u0647\u06d5\u0648\u0631\u0627\u0632 \u0648 \u0646\u0634\u06ce\u0648\u06d5\u06a9\u0627\u0646\u06cc \u0698\u06cc\u0627\u0646\u06cc \u0628\u0646\u06d5\u0645\u0627\u06b5\u06d5\u06cc \u0642\u0627\u0632\u06cc\u06cc\u06d5. \u062f\u0627\u0633\u062a\u0627\u0646\u06cc \u0633\u0648\u0627\u0631\u0628\u0648\u0648\u0646 \u0648 \u062f\u0627\u0628\u06d5\u0632\u06cc\u0646\u060c \u062a\u06ce\u0647\u06d5\u06b5\u0686\u0648\u0648\u0646 \u0648 \u062a\u06ce\u06a9\u0686\u0648\u0648\u0646 \u0648 \u0628\u06d5\u0631\u0632\u06cc \u0648 \u0646\u0632\u0645\u06cc \u0698\u06cc\u0627\u0646\u06cc \u0626\u06d5\u0646\u062f\u0627\u0645\u0627\u0646\u06cc \u0628\u0646\u06d5\u0645\u0627\u06b5\u06d5\u06cc \u0642\u0627\u0632\u06cc\u06cc\u06d5. \u0626\u06d5\u0645 \u0645\u0627\u06b5\u067e\u06d5\u0695\u06d5 \u0628\u06c6\u062e\u06c6\u06cc \u0686\u06ce\u0634\u062a\u06cc \u0645\u062c\u06ce\u0648\u0631\u06ce\u06a9\u06d5 \u0648 \u067e\u0695\u06d5 \u0644\u06d5 \u0686\u06cc\u0631\u06c6\u06a9 \u0648 \u0642\u0633\u06d5\u06cc \u0646\u06d5\u0633\u062a\u06d5\u0642 \u0648 \u0628\u06d5\u0633\u06d5\u0631\u0647\u0627\u062a\u06cc \u0633\u06d5\u06cc\u0631\u0648\u0633\u06d5\u0645\u06d5\u0631\u06d5.\",\n      \"\u0626\u06d5\u0645 \u0645\u0627\u06b5\u067e\u06d5\u0695\u06d5 \u067e\u06ce\u0645\u0627\u0646 \u062f\u06d5\u06b5\u06ce \u06a9\u06d5 \u067e\u06ce\u0634\u06d5\u0648\u0627 \u0642\u0627\u0632\u06cc \u0645\u062d\u06d5\u0645\u06d5\u062f \u0644\u06d5 \u0686 \u0628\u06d5\u0633\u062a\u06ce\u0646\u06ce\u06a9\u06cc \u0628\u0646\u06d5\u0645\u0627\u06b5\u06d5\u06cc\u06cc \u0648 \u06a9\u06c6\u0645\u06d5\u06b5\u0627\u06cc\u06d5\u062a\u06cc\u062f\u0627 \u0633\u06d5\u0631\u06cc\u0647\u06d5\u06b5\u062f\u0627\u060c \u0644\u06d5 \u06a9\u0627\u0645 \u062e\u0627\u06a9\u06d5\u0648\u06d5 \u0626\u06d5\u0645 \u062f\u0627\u0631 \u0628\u06d5\u0631\u0632\u06d5 \u0695\u06d5\u06af\u06cc \u062f\u0627\u06a9\u0648\u062a\u0627 \u0648 \u0644\u06d5 \u06a9\u0627\u0645 \u0695\u0648\u0648\u0628\u0627\u0631 \u0626\u0627\u0648\u06cc \u062e\u0648\u0627\u0631\u062f\u06d5\u0648\u06d5. \u0628\u0627\u0633\u06cc \u0686\u06c6\u0646\u06cc\u06d5\u062a\u06cc \u0648 \u0645\u06d5\u0628\u06d5\u0633\u062a\u06cc \u06a9\u06c6\u06a9\u0631\u062f\u0646\u06d5\u0648\u06d5\u06cc \u0647\u06c6\u0632\u06d5\u06a9\u0627\u0646\u06cc \u06a9\u0648\u0631\u062f\u0633\u062a\u0627\u0646 \u0644\u06d5\u0644\u0627\u06cc\u06d5\u0646 \u0645\u06cc\u0631\u0632\u0627 \u0626\u06d5\u062d\u0645\u06d5\u062f \u0642\u0627\u0632\u06cc\u06cc\u06d5\u0648\u06d5 \u0644\u06d5 \u062f\u06cc\u0648\u0627\u0646\u06cc \u062f\u06d5\u0631\u06d5 \u062f\u06d5\u06a9\u0627\u062a \u0648 \u067e\u06d5\u06cc\u0648\u06d5\u0646\u062f\u06cc \u0626\u06d5\u0645 \u0628\u0646\u06d5\u0645\u0627\u06b5\u06d5\u06cc\u06d5 \u0628\u06d5 \u0634\u06ce\u062e \u0645\u062d\u06d5\u0645\u06d5\u062f \u062e\u06cc\u0627\u0628\u0627\u0646\u06cc \u0648 \u0628\u0632\u0648\u0648\u062a\u0646\u06d5\u0648\u06d5\u06cc \u0645\u06d5\u0634\u0631\u0648\u062a\u06d5\u0648\u06d5 \u062f\u06d5\u062e\u0627\u062a\u06d5\u0695\u0648\u0648. \u0628\u0627\u0633\u06cc \u0695\u06c6\u06b5\u06cc \u0628\u0646\u06d5\u0645\u0627\u06b5\u06d5 \u0644\u06d5 \u062f\u0627\u0645\u06d5\u0632\u0631\u0627\u0646\u062f\u0646\u06cc \u06a9\u06c6\u0645\u06d5\u06b5\u06d5\u06cc \u0698.\u06a9 \u0648 \u062d\u06cc\u0632\u0628\u06cc \u062f\u06cc\u0645\u0648\u06a9\u0631\u0627\u062a\u06cc \u06a9\u0648\u0631\u062f\u0633\u062a\u0627\u0646 \u0648 \u06a9\u06c6\u0645\u0627\u0631\u06cc \u06a9\u0648\u0631\u062f\u0633\u062a\u0627\u0646 \u0648 \u0626\u0627\u06b5\u0627 \u0648 \u067e\u06ce\u0634\u0645\u06d5\u0631\u06af\u06d5 \u0648 \u0633\u0631\u0648\u0648\u062f\u06cc \u0646\u06cc\u0634\u062a\u0645\u0627\u0646\u06cc \u062f\u06d5\u06a9\u0627\u062a.\",\n      \"\u0628\u06d5 \u06af\u0648\u062a\u06d5\u06cc \u062e\u06d5\u06cc\u06cc\u0627\u0645 \u0626\u06d5\u0645 \u0645\u0627\u06b5\u067e\u06d5\u0695\u06d5 \u0634\u0648\u06ce\u0646\u06cc \u062f\u0627\u0628\u06ce\u0698\u062a\u0646\u06cc \u062e\u0627\u06a9 \u0648 \u062e\u06c6\u06b5\u06cc \u0645\u06d5\u0632\u0627\u0631\u06cc \u0628\u0627\u0628 \u0648 \u0628\u0627\u067e\u06cc\u0631\u0627\u0646\u06cc \u0628\u0646\u06d5\u0645\u0627\u06b5\u06d5\u06cc \u0642\u0627\u0632\u06cc\u06cc\u06d5. \u0628\u0627\u0633\u06cc \u062e\u06d5\u0628\u0627\u062a \u0648 \u0634\u06d5\u0647\u06cc\u062f\u0627\u0646\u06cc \u0695\u06ce\u06af\u0627\u06cc \u0626\u0627\u0632\u0627\u062f\u06cc \u0648 \u062f\u06cc\u0645\u0648\u06a9\u0631\u0627\u0633\u06cc \u062f\u06d5\u06a9\u0627\u062a\u060c \u0644\u06d5 \u0628\u0646\u06d5\u0645\u0627\u06b5\u06d5\u06cc\u06d5\u06a9 \u06a9\u06d5 \u062c\u0627\u0631\u06ce\u06a9 \u062a\u06cc\u063a\u06cc \u062e\u0648\u06ce\u0646\u200c\u0695\u0698 \u0644\u06d5\u0628\u06d5\u0631\u062f\u06d5\u0633\u062a\u062f\u0627 \u0628\u0648\u0648\u06d5 \u0648 \u062c\u0627\u0631\u06ce\u06a9\u06cc\u0634 \u0648\u06d5\u06a9 \u062d\u06d5\u0633\u06d5\u0646\u06d5\u06a9\u06cc \u0648\u06d5\u0632\u06cc\u0631 \u0644\u06d5\u0633\u06d5\u0631 \u062f\u0627\u0631 \u0628\u06c6\u0631\u062f\u0631\u0627\u0648\u06d5 \u0628\u06c6 \u062a\u0627\u0648\u0627\u0646\u06cc \u0626\u0627\u0632\u0627\u062f\u06cc\u062e\u0648\u0627\u0632\u06cc \u0648 \u0646\u06cc\u0634\u062a\u0645\u0627\u0646\u200c\u067e\u06d5\u0631\u0648\u06d5\u0631\u06cc.\",\n      \"\u0686 \u0626\u06d5\u0645 \u0645\u0627\u06b5\u067e\u06d5\u0695\u06d5 \u0633\u0627\u062f\u06d5 \u0628\u06ce\u062a \u0648 \u0686 \u067e\u0695\u0634\u0646\u06af\u062f\u0627\u0631\u060c \u0628\u06d5\u0631\u0647\u06d5\u0645\u06cc \u0645\u0627\u0646\u062f\u0648\u0648\u0628\u0648\u0648\u0646 \u0648 \u0647\u06d5\u0648\u06b5\u06cc \u0647\u0627\u0648\u0628\u06d5\u0634\u06cc \u0647\u06d5\u0645\u0648\u0648 \u0626\u06d5\u0646\u062f\u0627\u0645\u06ce\u06a9\u06cc \u0628\u0646\u06d5\u0645\u0627\u06b5\u06d5\u06cc \u0642\u0627\u0632\u06cc\u06cc\u06d5 \u0648 \u0647\u06d5\u0631\u06a9\u06d5\u0633\u06ce\u06a9 \u06a9\u06d5 \u0628\u06d5\u0631\u062f\u06ce\u06a9\u06cc \u2014 \u0648\u06ce\u0646\u06d5\u06cc\u06d5\u06a9\u060c \u0628\u06d5\u06b5\u06af\u06d5\u0646\u0627\u0645\u06d5\u06cc\u06d5\u06a9\u060c \u0648\u0634\u06d5\u06cc\u06d5\u06a9 \u2014 \u062e\u0633\u062a\u0648\u0648\u06d5\u062a\u06d5 \u0633\u06d5\u0631 \u062f\u06cc\u0648\u0627\u0631\u06cc \u0626\u06d5\u0645 \u0645\u0627\u06b5\u06d5. \u0632\u06c6\u0631\u0628\u06d5\u06cc \u0626\u06d5\u0646\u062f\u0627\u0645\u0627\u0646\u06cc \u0626\u06d5\u0645 \u0628\u0646\u06d5\u0645\u0627\u06b5\u06d5\u06cc\u06d5 \u0628\u06d5 \u062f\u06b5\u06cc \u06a9\u0631\u0627\u0648\u06d5 \u062f\u06d5\u0631\u06af\u0627\u06cc \u0645\u0627\u06b5 \u0648 \u0626\u06d5\u0644\u0628\u0648\u0648\u0645 \u0648 \u0633\u0646\u062f\u0648\u0642\u06d5\u06a9\u0627\u0646\u06cc\u0627\u0646 \u06a9\u0631\u062f\u0648\u0648\u06d5\u062a\u06d5\u0648\u06d5 \u0648 \u06a9\u0627\u062a \u0648 \u062a\u0648\u0627\u0646\u0627\u06cc \u062e\u06c6\u06cc\u0627\u0646 \u0628\u06d5\u062e\u0634\u06cc\u0648\u06d5 \u0628\u06d5\u0645 \u0645\u0627\u06b5\u067e\u06d5\u0695\u06d5.\"\n    ],\n    m_note_label:\"\u062a\u06ce\u0628\u06cc\u0646\u06cc:\",\n    m_note:\"\u0626\u06d5\u0648 \u0645\u0627\u06b5\u067e\u06d5\u0695\u06d5 \u0628\u06d5 \u06a9\u0631\u0627\u0648\u06d5\u06cc\u06cc \u062f\u06d5\u0645\u06ce\u0646\u06ce\u062a\u06d5\u0648\u06d5 \u0628\u06c6 \u0632\u06cc\u0627\u062f\u06a9\u0631\u062f\u0646\u06cc \u0646\u0627\u0648 \u0648 \u0628\u06d5\u06b5\u06af\u06d5\u0646\u0627\u0645\u06d5 \u0648 \u0648\u06ce\u0646\u06d5\u06cc \u0626\u06d5\u0646\u062f\u0627\u0645\u0627\u0646\u06cc \u062f\u06cc\u06a9\u06d5\u06cc \u0628\u0646\u06d5\u0645\u0627\u06b5\u06d5\u06cc \u0642\u0627\u0632\u06cc \u06a9\u06d5 \u0628\u06d5 \u0647\u06c6\u06cc \u062c\u06c6\u0631\u0627\u0648\u062c\u06c6\u0631 \u0646\u0627\u0648\u06cc\u0627\u0646 \u062a\u06c6\u0645\u0627\u0631 \u0646\u06d5\u06a9\u0631\u0627\u0648\u06d5.\",\n    a_eyebrow:\"\u06af\u06d5\u0695\u0627\u0646 \u0628\u06d5 \u0646\u0627\u0648 \u0626\u06d5\u0631\u0634\u06cc\u0641\u062f\u0627\", a_heading:\"\u0628\u06d5\u0634\u06d5\u06a9\u0627\u0646\u06cc \u0645\u0627\u06b5\u067e\u06d5\u0695\",\n    c1_h:\"\u0645\u06ce\u0698\u0648\u0648\", c1_p:\"\u0644\u06d5 \u0633\u06d5\u0631\u062f\u06d5\u0645\u06cc \u0628\u0648\u062f\u0627\u063a \u0633\u0648\u06b5\u062a\u0627\u0646 \u0647\u06d5\u062a\u0627 \u0626\u06d5\u0645\u0695\u06c6 \u2014 \u0648\u0631\u062f\u06d5\u06a9\u0627\u0631\u06cc \u0645\u06ce\u0698\u0648\u0648\u06cc \u062e\u0627\u0646\u06d5\u062f\u0627\u0646\u06cc \u0642\u0627\u0632\u06cc.\",\n    c2_h:\"\u067e\u06ce\u0634\u06d5\u0648\u0627 \u0642\u0627\u0632\u06cc \u0645\u062d\u06d5\u0645\u06d5\u062f\", c2_p:\"\u0633\u06d5\u0631\u0642\u0627\u0641\u06b5\u06d5\u06cc\u06cc \u0695\u0627\u0628\u06d5\u0631\u06cc \u0648 \u062f\u0627\u0645\u06d5\u0632\u0631\u0627\u0646\u062f\u0646\u06cc \u06a9\u06c6\u0645\u0627\u0631\u06cc \u06a9\u0648\u0631\u062f\u0633\u062a\u0627\u0646.\",\n    c3_h:\"\u0634\u06d5\u062c\u06d5\u0631\u06d5\u0646\u0627\u0645\u06d5\", c3_p:\"\u062f\u0631\u06d5\u062e\u062a\u06cc \u062e\u06ce\u0632\u0627\u0646\u06cc \u0626\u06cc\u0646\u062a\u06ce\u0631\u0627\u06a9\u062a\u06cc\u06a4 \u2014 \u06af\u06d5\u0695\u0627\u0646 \u0628\u06d5\u0646\u0627\u0648 \u0646\u06d5\u0648\u06d5\u06a9\u0627\u0646\u062f\u0627.\",\n    c4_h:\"\u0646\u0648\u0648\u0633\u06d5\u0631\u0627\u0646\", c4_p:\"\u0695\u06c6\u0645\u0627\u0646\u0646\u0648\u0648\u0633 \u0648 \u0634\u0627\u0639\u06cc\u0631 \u0648 \u0648\u06d5\u0631\u06af\u06ce\u0695\u06d5\u06a9\u0627\u0646\u06cc \u0628\u0646\u06d5\u0645\u0627\u06b5\u06d5.\",\n    c5_h:\"\u06a9\u06d5\u0633\u0627\u06cc\u06d5\u062a\u06cc \u0633\u06cc\u0627\u0633\u06cc\", c5_p:\"\u0695\u06c6\u06b5\u06cc \u0628\u0646\u06d5\u0645\u0627\u06b5\u06d5 \u0644\u06d5 \u0628\u0632\u0648\u0648\u062a\u0646\u06d5\u0648\u06d5\u06cc \u0695\u0632\u06af\u0627\u0631\u06cc\u062e\u0648\u0627\u0632\u06cc \u06a9\u0648\u0631\u062f.\",\n    c6_h:\"\u062e\u06c6\u0634\u0646\u0648\u0648\u0633\u0627\u0646\", c6_p:\"\u0647\u0648\u0646\u06d5\u0631\u06cc \u062e\u06c6\u0634\u0646\u0648\u0648\u0633\u06cc \u0626\u06d5\u0646\u062f\u0627\u0645\u0627\u0646\u06cc \u0628\u0646\u06d5\u0645\u0627\u06b5\u06d5.\",\n    c7_h:\"\u0648\u06ce\u0646\u06d5\u06a9\u06ce\u0634\u0627\u0646\", c7_p:\"\u06a9\u0627\u0631\u06d5 \u0647\u0648\u0646\u06d5\u0631\u06cc\u06cc\u06d5\u06a9\u0627\u0646\u06cc \u0648\u06ce\u0646\u06d5\u06a9\u06ce\u0634\u0627\u0646\u06cc \u0628\u0646\u06d5\u0645\u0627\u06b5\u06d5.\",\n    c8_h:\"\u0648\u06ce\u0646\u06d5\u06a9\u0627\u0646\u06cc \u0628\u0646\u06d5\u0645\u0627\u06b5\u06d5\", c8_p:\"\u0648\u06ce\u0646\u06d5 \u0645\u06ce\u0698\u0648\u0648\u06cc\u06cc\u06d5\u06a9\u0627\u0646 \u2014 \u0626\u06d5\u0631\u0634\u06cc\u0641\u06cc \u0648\u06ce\u0646\u06d5\u06cc \u0628\u0646\u06d5\u0645\u0627\u06b5\u06d5.\",\n    c_go:\"\u0695\u0648\u0648\u0646\u06a9\u0631\u062f\u0646\u06d5\u0648\u06d5\",\n    copyright:\"\u00a9 \u0628\u0646\u06d5\u0645\u0627\u06b5\u06d5\u06cc \u0642\u0627\u0632\u06cc \u2014 \u0647\u06d5\u0645\u0648\u0648 \u0645\u0627\u0641\u06d5\u06a9\u0627\u0646 \u067e\u0627\u0631\u06ce\u0632\u0631\u0627\u0648\u0646\",\n    langBtnText:\"English\"\n  },\n  en: {\n    brandName:\"Qazi House\", brandSub:\"ARCHIVE OF THE QAZI HOUSE\",\n    brandFull:\"Qazi House<small>ARCHIVE OF THE QAZI HOUSE<\/small>\",\n    headerTagline:\"Since Budagh Sultan's Era<small>The seal of a house bound to Kurdistan's history<\/small>\",\n    n_home:\"Home\", n_history:\"History\", n_pisheva:\"Qazi Mohammad\", n_tree:\"Family Tree\",\n    n_writers:\"Writers\", n_politics:\"Political Figures\", n_calligraphy:\"Calligraphers\", n_painting:\"Painters\", n_photos:\"Family Photos\",\n    ss_h1:\"Mirza Mohammad (great-grandfather)\", ss_h2:\"Mirza Qasim Qazi\", ss_h3:\"Seyfolqozat\", ss_h4:\"Qazi Fattah\", ss_h5:\"Qazi Ali\",\n    ss_w1:\"Khalil Fattah Qazi\", ss_w2:\"Ismail Fattah Qazi\", ss_w3:\"Rahman Qazi\",\n    ss_p1:\"Mirza Qasim Qazi\", ss_p2:\"Qazi Fattah\", ss_p3:\"Abdulla Qazi\",\n    ss_c1:\"Mirza Mahmoodi Qazi\",\n    sealTitle:\"Since Budagh Sultan's era\", sealDesc:\"The seal of a house bound to Mukriyan's history\",\n    heroEyebrow:\"Four centuries of history\", heroTitle:\"The Qazi House\",\n    heroDesc:\"History is the mother of all knowledge, and the story of the Qazi family is part of it \u2014 from the era of Budagh Sultan of Mukriyan to today, a story told in photographs, documents and the people who lived it.\",\n    cta1:\"View the Family Tree\", cta2:\"Begin the History\", scrollcue:\"Explore\",\n    m_num:\"Gateway\", m_heading:\"On the History<br>of a Family\",\n    manifesto:[\n      \"History is the mother of all knowledge, and the story of the Qazi family is part of that history. It begins in the era of Budagh Sultan of Mukriyan, when the rulers of Mukriyan moved their seat and made present-day Mahabad the capital of Mukriyan. The Qazi family's story is a mixture of suffering and pain, misfortune and fortune \u2014 part of the wars and events that have befallen the Mukriyan region, the Kurds, and Kurdistan over the past four hundred years.\",\n      \"This site attempts, with the help of photographs, documents, writings, and stories passed down and retold from generation to generation, to shed light on the details and hidden parts of this family's life. Its purpose is: 1. to save this part of Kurdish history \u2014 directly connected to the Qazi family \u2014 from being lost; 2. to give an opportunity to those who want to know who the Qazi family were, what they did, and how they lived; and 3. by shedding light on this corner of our homeland's history, to show the beautiful side of Kurdish history and help prevent the repetition of past mistakes.\",\n      \"The data and information on this site narrate the highs and lows of the Qazi family's life \u2014 a story of rising and falling, of turmoil and collapse, of the peaks and depths in the lives of the family's members. This site is itself a rich feast, full of stories, quiet words, and remarkable tales.\",\n      \"This site tells us in what family and social setting P\u00ea\u015fewa Qazi Mohammad rose, in what soil this tall tree took root, and from which river it drank. It tells us how and for what purpose Mirza Ahmad Qazi gathered Kurdistan's tribes at Diwandarreh, and of this family's connection with Sheikh Mohammad Khiabani and the Constitutional Movement. It speaks of the family's role in founding JK, the Kurdistan Democratic Party, the Republic of Kurdistan, its flag, the Peshmerga force, and the national anthem.\",\n      \"In Khayyam's words, this site is a place to scatter the dust of the graves of the Qazi family's forebears. It speaks of struggle, and of the martyrs who gave their lives for freedom and democracy \u2014 of a family that in one era rode the horse of glory, and in another was hanged on the gallows for the crime of seeking freedom and love of homeland.\",\n      \"Whether this site turns out plain or resplendent, it is the fruit of the shared effort of every member of the Qazi family and everyone who has placed a stone \u2014 a photograph, a document, a word \u2014 upon the wall of this house. Most members of this family have opened, with an open heart, the doors of their homes, albums and chests, and given their time to this site.\"\n    ],\n    m_note_label:\"Note:\",\n    m_note:\"This site remains open for adding the names, documents, and photographs of other members of the Qazi family whose names have not yet been recorded, for various reasons.\",\n    a_eyebrow:\"Browse the Archive\", a_heading:\"Sections of the Site\",\n    c1_h:\"History\", c1_p:\"From Budagh Sultan's era to today \u2014 the detailed history of the Qazi dynasty.\",\n    c2_h:\"Qazi Mohammad\", c2_p:\"Leadership and the founding of the Republic of Kurdistan.\",\n    c3_h:\"Family Tree\", c3_p:\"An interactive family tree \u2014 explore the generations.\",\n    c4_h:\"Writers\", c4_p:\"The novelists, poets, and translators of the family.\",\n    c5_h:\"Political Figures\", c5_p:\"The family's role in the Kurdish liberation movement.\",\n    c6_h:\"Calligraphers\", c6_p:\"The art of calligraphy among family members.\",\n    c7_h:\"Painters\", c7_p:\"The artistic works of the family's painters.\",\n    c8_h:\"Family Photos\", c8_p:\"Historical photographs \u2014 the family's photo archive.\",\n    c_go:\"Explore\",\n    copyright:\"\u00a9 The Qazi Family \u2014 All rights reserved\",\n    langBtnText:\"\u06a9\u0648\u0631\u062f\u06cc\"\n  }\n};\nlet curLang = 'ku';\n\nfunction renderManifesto(lang){\n  const body = document.getElementById('manifestoBody');\n  const d = LANG[lang];\n  let html = d.manifesto.map(p => `<p>${p}<\/p>`).join('');\n  html += `<div class=\"m-note\"><b>${d.m_note_label}<\/b> ${d.m_note}<\/div>`;\n  body.innerHTML = html;\n}\n\nfunction applyLang(lang){\n  curLang = lang;\n  const d = LANG[lang];\n  document.querySelectorAll('[data-i18n]').forEach(el=>{\n    const key = el.getAttribute('data-i18n');\n    if(d[key] !== undefined) el.innerHTML = d[key];\n  });\n  renderManifesto(lang);\n  document.getElementById('langBtnText').textContent = d.langBtnText;\n  document.getElementById('langBtn').querySelector('img').src =\n    lang === 'ku'\n      ? 'https:\/\/flagcdn.com\/gb.svg'\n      : 'https:\/\/commons.wikimedia.org\/wiki\/Special:FilePath\/Flag_of_Kurdistan.svg';\n}\nrenderManifesto('ku');\n\ndocument.getElementById('langBtn').addEventListener('click', ()=>{\n  applyLang(curLang === 'ku' ? 'en' : 'ku');\n});\n\n\/\/ nav solid on scroll\nconst nav = document.getElementById('nav');\nwindow.addEventListener('scroll', () => { nav.classList.toggle('solid', window.scrollY > 40); }, {passive:true});\n\n\/\/ hero slider crossfade\nconst slides = document.querySelectorAll('.slide');\nlet cur = 0;\nsetInterval(()=>{ slides[cur].classList.remove('active'); cur=(cur+1)%slides.length; slides[cur].classList.add('active'); }, 6500);\n\n\/\/ wax seal stamp on load\nwindow.addEventListener('load', () => { document.getElementById('seal').classList.add('stamped'); });\n\n\/\/ scroll reveal\nconst io = new IntersectionObserver((entries) => { entries.forEach(e => { if (e.isIntersecting) e.target.classList.add('show'); }); }, {threshold:.12});\ndocument.querySelectorAll('.reveal').forEach(el => io.observe(el));\ndocument.querySelectorAll('.card').forEach((el,i) => { el.style.transitionDelay = (i*60)+'ms'; io.observe(el); });\n\n\/\/ hamburger menu panel\nconst burger = document.getElementById('burger');\nconst panel = document.getElementById('menuPanel');\nburger.addEventListener('click', ()=>{\n  burger.classList.toggle('open');\n  panel.classList.toggle('open');\n});\ndocument.querySelectorAll('.menu-list > li > a').forEach(a=>{\n  a.addEventListener('click', ()=>{ burger.classList.remove('open'); panel.classList.remove('open'); });\n});\n<\/script>\n<\/body>\n<\/html>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u0628\u0646\u06d5\u0645\u0627\u06b5\u06d5\u06cc \u0642\u0627\u0632\u06cc \u2014 \u0645\u0627\u06b5\u067e\u06d5\u0695\u06cc \u0645\u06ce\u0698\u0648\u0648\u06cc\u06cc \u0644\u06d5 \u0633\u06d5\u0631\u062f\u06d5\u0645\u06cc \u0628\u0648\u062f\u0627\u063a \u0633\u0648\u06b5\u062a\u0627\u0646\u06d5\u0648\u06d5\u0645\u06c6\u0631\u06cc \u0628\u0646\u06d5\u0645\u0627\u06b5\u06d5\u06cc\u06d5\u06a9 \u06a9\u06d5 \u0645\u06ce\u0698\u0648\u0648\u06cc \u06a9\u0648\u0631\u062f\u0633\u062a\u0627\u0646\u06cc \u067e\u06ce\u0648\u06d5\u0628\u06d5\u0633\u062a\u0631\u0627\u0648\u06d5\u062a\u06d5\u0648\u06d5 \u0645\u0627\u06b5\u067e\u06d5\u0695\u06cc \u0642\u0627\u0632\u06cc \u0645\u06ce\u0698\u0648\u0648 \u067e\u06ce\u0634\u06d5\u0648\u0627 \u0642\u0627\u0632\u06cc \u0645\u062d\u06d5\u0645\u06d5\u062f [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"template-page-builder-no-header-footer.php","meta":{"_uag_custom_page_level_css":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"disabled","ast-banner-title-visibility":"disabled","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":"","footer-sml-layout":"disabled","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":"default","ast-page-background-enabled":"default","ast-page-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":"","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-4)","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-4)","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-4)","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-1831","page","type-page","status-publish","hentry"],"_hostinger_reach_plugin_has_subscription_block":false,"_hostinger_reach_plugin_is_elementor":false,"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false,"trp-custom-language-flag":false},"uagb_author_info":{"display_name":"qazi","author_link":"https:\/\/qazi.blog\/en\/author\/martinkooper2025gmail-com\/"},"uagb_comment_info":0,"uagb_excerpt":"\u0628\u0646\u06d5\u0645\u0627\u06b5\u06d5\u06cc \u0642\u0627\u0632\u06cc \u2014 \u0645\u0627\u06b5\u067e\u06d5\u0695\u06cc \u0645\u06ce\u0698\u0648\u0648\u06cc\u06cc \u0644\u06d5 \u0633\u06d5\u0631\u062f\u06d5\u0645\u06cc \u0628\u0648\u062f\u0627\u063a \u0633\u0648\u06b5\u062a\u0627\u0646\u06d5\u0648\u06d5\u0645\u06c6\u0631\u06cc \u0628\u0646\u06d5\u0645\u0627\u06b5\u06d5\u06cc\u06d5\u06a9 \u06a9\u06d5 \u0645\u06ce\u0698\u0648\u0648\u06cc \u06a9\u0648\u0631\u062f\u0633\u062a\u0627\u0646\u06cc \u067e\u06ce\u0648\u06d5\u0628\u06d5\u0633\u062a\u0631\u0627\u0648\u06d5\u062a\u06d5\u0648\u06d5 \u0645\u0627\u06b5\u067e\u06d5\u0695\u06cc \u0642\u0627\u0632\u06cc \u0645\u06ce\u0698\u0648\u0648 \u067e\u06ce\u0634\u06d5\u0648\u0627 \u0642\u0627\u0632\u06cc \u0645\u062d\u06d5\u0645\u06d5\u062f [&hellip;]","_links":{"self":[{"href":"https:\/\/qazi.blog\/en\/wp-json\/wp\/v2\/pages\/1831","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/qazi.blog\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/qazi.blog\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/qazi.blog\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/qazi.blog\/en\/wp-json\/wp\/v2\/comments?post=1831"}],"version-history":[{"count":5,"href":"https:\/\/qazi.blog\/en\/wp-json\/wp\/v2\/pages\/1831\/revisions"}],"predecessor-version":[{"id":1856,"href":"https:\/\/qazi.blog\/en\/wp-json\/wp\/v2\/pages\/1831\/revisions\/1856"}],"wp:attachment":[{"href":"https:\/\/qazi.blog\/en\/wp-json\/wp\/v2\/media?parent=1831"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}