{"id":188,"date":"2024-06-16T18:24:04","date_gmt":"2024-06-16T14:54:04","guid":{"rendered":"https:\/\/pirhaniway.com\/blog\/?page_id=188"},"modified":"2024-08-26T18:53:17","modified_gmt":"2024-08-26T15:23:17","slug":"home","status":"publish","type":"page","link":"https:\/\/pirhaniway.com\/blog\/","title":{"rendered":"\u0628\u0644\u0627\u06af \u0622\u0645\u0648\u0632\u0634 \u0632\u0628\u0627\u0646"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"188\" class=\"elementor elementor-188\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-584df34 elementor-hidden-tablet elementor-hidden-mobile e-flex e-con-boxed e-con e-parent\" data-id=\"584df34\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-d710710 e-con-full e-flex e-con e-child\" data-id=\"d710710\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-04e0955 full-height elementor-widget elementor-widget-html\" data-id=\"04e0955\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\r\n.full-height {\r\n    height: 100%;\r\n}\r\n.canvas-holder-main {\r\n    margin: 0;\r\n    padding: 0;\r\n    overflow: hidden;\r\n    display: block;\r\n    justify-content: center;\r\n    align-items: center;\r\n    min-height: 450px;\r\n    background-color: rgba(255,255,255,0);\r\n    position: relative;\r\n    border-radius: 25px;\r\n}\r\n.canvas-holder-main canvas {\r\n    position: absolute;\r\n    top: 0;\r\n    left: 0;\r\n    border-radius: 25px;\r\n    min-height: 100vh;\r\n    z-index: 1;\r\n}\r\n<\/style>\r\n<div class=\"canvas-holder-main\">\r\n    <canvas id=\"canvas\"><\/canvas>\r\n<\/div>\r\n<script>\r\nconst canvas = document.getElementById('canvas');\r\nconst ctx = canvas.getContext('2d');\r\ncanvas.width = window.innerWidth;\r\ncanvas.height = window.innerHeight;\r\nconst numLines = 35;\r\nconst lineSpacing = canvas.height \/ (numLines + 10);\r\nconst magneticRadius = 80; \/\/ Radius of magnetic influence\r\nlet mouseX = -100; \/\/ Initialize outside of view\r\nlet mouseY = -100; \/\/ Initialize outside of view\r\nlet controlY = new Array(numLines).fill(canvas.height \/ 3);\r\nlet velocity = new Array(numLines).fill(0);\r\nconst colors = ['rgba(14,40,59, .8)', 'rgba(14,40,59, .8)']; \/\/ \u062a\u0635\u062d\u06cc\u062d \u0634\u0641\u0627\u0641\u06cc\u062a \u062f\u0631 \u0631\u0646\u06af\u200c\u0647\u0627\r\n\r\nfunction drawLines() {\r\n    ctx.clearRect(0, 0, canvas.width, canvas.height);\r\n\r\n    for (let i = 0; i < numLines; i++) {\r\n        const lineY = (i + 1) * lineSpacing;\r\n        const verticalDistance = mouseY - lineY;\r\n        const isInfluenceArea = Math.abs(verticalDistance) < magneticRadius;\r\n\r\n        ctx.beginPath();\r\n        ctx.lineWidth = 1; \/\/ \u062a\u0646\u0638\u06cc\u0645 \u0636\u062e\u0627\u0645\u062a \u062e\u0637\r\n        ctx.strokeStyle = colors[i % colors.length];\r\n\r\n        ctx.moveTo(0, lineY);\r\n        if (isInfluenceArea) {\r\n            const influenceWidth = magneticRadius * 2;\r\n            const startEffectX = Math.max(0, mouseX - magneticRadius);\r\n            const endEffectX = Math.min(canvas.width, mouseX + magneticRadius);\r\n            const smoothTransitionX = influenceWidth \/ 4;\r\n            const targetControlY = lineY + (verticalDistance > 0 ? -1 : 1) * Math.sqrt(magneticRadius**2 - verticalDistance**2);\r\n\r\n            const springForce = (targetControlY - controlY[i]) * 0.05;\r\n            velocity[i] += springForce;\r\n            velocity[i] *= 0.9;\r\n            controlY[i] += velocity[i];\r\n\r\n            ctx.lineTo(startEffectX - smoothTransitionX, lineY);\r\n            ctx.quadraticCurveTo(mouseX, controlY[i], endEffectX + smoothTransitionX, lineY);\r\n            ctx.lineTo(canvas.width, lineY);\r\n        } else {\r\n            const recoveryForce = (lineY - controlY[i]) * 0.02;\r\n            velocity[i] += recoveryForce;\r\n            velocity[i] *= 0.9;\r\n            controlY[i] += velocity[i];\r\n            ctx.lineTo(canvas.width, lineY);\r\n        }\r\n\r\n        ctx.stroke();\r\n    }\r\n}\r\n\r\nfunction animate() {\r\n    drawLines();\r\n    requestAnimationFrame(animate);\r\n}\r\n\r\nconst canvasHolder = document.querySelector('.canvas-holder-main');\r\ncanvasHolder.addEventListener('mousemove', function(e) {\r\n    const rect = canvas.getBoundingClientRect();\r\n    mouseX = e.clientX - rect.left;\r\n    mouseY = e.clientY - rect.top;\r\n});\r\n\r\ncanvasHolder.addEventListener('mouseleave', function() {\r\n    mouseX = -100; \/\/ Reset to outside of view\r\n    mouseY = -100; \/\/ Reset to outside of view\r\n});\r\n\r\nanimate();\r\n<\/script>\r\n\r\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3e6daab e-con-full e-flex e-con e-child\" data-id=\"3e6daab\" data-element_type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-ace2d88 e-con-full e-flex e-con e-child\" data-id=\"ace2d88\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-774d578 elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"774d578\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\/*! elementor - v3.23.0 - 05-08-2024 *\/\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}<\/style><h1 class=\"elementor-heading-title elementor-size-default\">\u062a\u0645\u0627\u0634\u0627\u062e\u0627\u0646\u0647 \u0632\u0628\u0627\u0646<\/h1>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6129368 e-con-full e-flex e-con e-child\" data-id=\"6129368\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-6cd4add e-con-full e-flex e-con e-child\" data-id=\"6cd4add\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-02d5548 elementor-absolute elementor-widget elementor-widget-image\" data-id=\"02d5548\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\/*! elementor - v3.23.0 - 05-08-2024 *\/\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}<\/style>\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"512\" height=\"512\" src=\"https:\/\/pirhaniway.com\/blog\/wp-content\/uploads\/2024\/07\/book-1.png\" class=\"attachment-large size-large wp-image-1962\" alt=\"\" srcset=\"https:\/\/pirhaniway.com\/blog\/wp-content\/uploads\/2024\/07\/book-1.png 512w, https:\/\/pirhaniway.com\/blog\/wp-content\/uploads\/2024\/07\/book-1-300x300.png 300w, https:\/\/pirhaniway.com\/blog\/wp-content\/uploads\/2024\/07\/book-1-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" \/>\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-cb86c72 elementor-absolute elementor-widget elementor-widget-counter\" data-id=\"cb86c72\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"counter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\/*! elementor - v3.23.0 - 05-08-2024 *\/\n.elementor-counter{display:flex;justify-content:center;align-items:stretch;flex-direction:column-reverse}.elementor-counter .elementor-counter-number{flex-grow:var(--counter-number-grow,0)}.elementor-counter .elementor-counter-number-wrapper{flex:1;display:flex;font-size:69px;font-weight:600;line-height:1;text-align:center}.elementor-counter .elementor-counter-number-prefix{text-align:end;flex-grow:var(--counter-prefix-grow,1);white-space:pre-wrap}.elementor-counter .elementor-counter-number-suffix{text-align:start;flex-grow:var(--counter-suffix-grow,1);white-space:pre-wrap}.elementor-counter .elementor-counter-title{flex:1;display:flex;justify-content:center;align-items:center;margin:0;padding:0;font-size:19px;font-weight:400;line-height:2.5}<\/style>\t\t<div class=\"elementor-counter\">\n\t\t\t\t\t\t<div class=\"elementor-counter-number-wrapper\">\n\t\t\t\t<span class=\"elementor-counter-number-prefix\"><\/span>\n\t\t\t\t<span class=\"elementor-counter-number\" data-duration=\"2000\" data-to-value=\"144\" data-from-value=\"0\" data-delimiter=\",\">0<\/span>\n\t\t\t\t<span class=\"elementor-counter-number-suffix\"><\/span>\n\t\t\t<\/div>\n\t\t<\/div>\n\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-fe22091 e-con-full e-flex e-con e-child\" data-id=\"fe22091\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-755c888 elementor-absolute elementor-widget elementor-widget-image\" data-id=\"755c888\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&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<img decoding=\"async\" width=\"512\" height=\"512\" src=\"https:\/\/pirhaniway.com\/blog\/wp-content\/uploads\/2024\/07\/assign.png\" class=\"attachment-large size-large wp-image-1963\" alt=\"\" srcset=\"https:\/\/pirhaniway.com\/blog\/wp-content\/uploads\/2024\/07\/assign.png 512w, https:\/\/pirhaniway.com\/blog\/wp-content\/uploads\/2024\/07\/assign-300x300.png 300w, https:\/\/pirhaniway.com\/blog\/wp-content\/uploads\/2024\/07\/assign-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" \/>\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-54f314c elementor-absolute elementor-widget elementor-widget-counter\" data-id=\"54f314c\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"counter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-counter\">\n\t\t\t\t\t\t<div class=\"elementor-counter-number-wrapper\">\n\t\t\t\t<span class=\"elementor-counter-number-prefix\"><\/span>\n\t\t\t\t<span class=\"elementor-counter-number\" data-duration=\"1000\" data-to-value=\"132338\" data-from-value=\"0\" data-delimiter=\",\">0<\/span>\n\t\t\t\t<span class=\"elementor-counter-number-suffix\"><\/span>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\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<div class=\"elementor-element elementor-element-46abccb elementor-hidden-desktop e-flex e-con-boxed e-con e-parent\" data-id=\"46abccb\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-ede0698 e-con-full e-flex e-con e-child\" data-id=\"ede0698\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-bee74d2 e-con-full e-flex e-con e-child\" data-id=\"bee74d2\" data-element_type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-3ba28a8 e-con-full e-flex e-con e-child\" data-id=\"3ba28a8\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f7d8dee elementor-widget__width-inherit elementor-absolute elementor-widget elementor-widget-heading\" data-id=\"f7d8dee\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">\u062a\u0645\u0627\u0634\u0627\u062e\u0627\u0646\u0647\n<br\/>\n \u0632\u0628\u0627\u0646<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1f8da1a e-con-full e-flex e-con e-child\" data-id=\"1f8da1a\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-a54aec9 e-con-full e-flex e-con e-child\" data-id=\"a54aec9\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b771641 elementor-widget-mobile__width-inherit elementor-widget elementor-widget-image\" data-id=\"b771641\" data-element_type=\"widget\" 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<img fetchpriority=\"high\" decoding=\"async\" width=\"512\" height=\"512\" src=\"https:\/\/pirhaniway.com\/blog\/wp-content\/uploads\/2024\/07\/book-1.png\" class=\"attachment-large size-large wp-image-1962\" alt=\"\" srcset=\"https:\/\/pirhaniway.com\/blog\/wp-content\/uploads\/2024\/07\/book-1.png 512w, https:\/\/pirhaniway.com\/blog\/wp-content\/uploads\/2024\/07\/book-1-300x300.png 300w, https:\/\/pirhaniway.com\/blog\/wp-content\/uploads\/2024\/07\/book-1-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" \/>\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-6e2b52f elementor-widget-mobile__width-inherit elementor-widget elementor-widget-counter\" data-id=\"6e2b52f\" data-element_type=\"widget\" data-widget_type=\"counter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-counter\">\n\t\t\t\t\t\t<div class=\"elementor-counter-number-wrapper\">\n\t\t\t\t<span class=\"elementor-counter-number-prefix\"><\/span>\n\t\t\t\t<span class=\"elementor-counter-number\" data-duration=\"2000\" data-to-value=\"144\" data-from-value=\"0\" data-delimiter=\",\">0<\/span>\n\t\t\t\t<span class=\"elementor-counter-number-suffix\"><\/span>\n\t\t\t<\/div>\n\t\t<\/div>\n\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-f3ff425 e-con-full e-flex e-con e-child\" data-id=\"f3ff425\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-56d5639 elementor-widget-mobile__width-inherit elementor-widget elementor-widget-image\" data-id=\"56d5639\" data-element_type=\"widget\" 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<img decoding=\"async\" width=\"512\" height=\"512\" src=\"https:\/\/pirhaniway.com\/blog\/wp-content\/uploads\/2024\/07\/assign.png\" class=\"attachment-large size-large wp-image-1963\" alt=\"\" srcset=\"https:\/\/pirhaniway.com\/blog\/wp-content\/uploads\/2024\/07\/assign.png 512w, https:\/\/pirhaniway.com\/blog\/wp-content\/uploads\/2024\/07\/assign-300x300.png 300w, https:\/\/pirhaniway.com\/blog\/wp-content\/uploads\/2024\/07\/assign-150x150.png 150w\" sizes=\"(max-width: 512px) 100vw, 512px\" \/>\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-b3b2aa2 elementor-widget-mobile__width-inherit elementor-widget elementor-widget-counter\" data-id=\"b3b2aa2\" data-element_type=\"widget\" data-widget_type=\"counter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-counter\">\n\t\t\t\t\t\t<div class=\"elementor-counter-number-wrapper\">\n\t\t\t\t<span class=\"elementor-counter-number-prefix\"><\/span>\n\t\t\t\t<span class=\"elementor-counter-number\" data-duration=\"10000\" data-to-value=\"132338\" data-from-value=\"700\" data-delimiter=\",\">700<\/span>\n\t\t\t\t<span class=\"elementor-counter-number-suffix\"><\/span>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\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<div class=\"elementor-element elementor-element-c291c59 e-flex e-con-boxed e-con e-parent\" data-id=\"c291c59\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-f7c0006 e-con-full border-radius-25px e-flex e-con e-child\" data-id=\"f7c0006\" data-element_type=\"container\" id=\"english-column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:4,&quot;sizes&quot;:[]},&quot;background_motion_fx_translateX_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-26e4fdc elementor-widget elementor-widget-heading\" data-id=\"26e4fdc\" data-element_type=\"widget\" id=\"full-link\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"\/blog\/category\/english\/\">\u0627\u0646\u06af\u0644\u06cc\u0633\u06cc<\/a><\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5247e6c e-con-full border-radius-25px e-flex e-con e-child\" data-id=\"5247e6c\" data-element_type=\"container\" id=\"german-column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:4,&quot;sizes&quot;:[]},&quot;background_motion_fx_translateX_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-17f93b8 elementor-widget elementor-widget-heading\" data-id=\"17f93b8\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"\/blog\/category\/german\/\">\u0622\u0644\u0645\u0627\u0646\u06cc<\/a><\/h3>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c547e0c e-con-full border-radius-25px e-flex e-con e-child\" data-id=\"c547e0c\" data-element_type=\"container\" id=\"french-column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:4,&quot;sizes&quot;:[]},&quot;background_motion_fx_translateX_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fd1a67c elementor-widget elementor-widget-heading\" data-id=\"fd1a67c\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/pirhaniway.com\/blog\/category\/france\/\">\u0641\u0631\u0627\u0646\u0633\u0647<\/a><\/h3>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-10e9730 e-con-full border-radius-25px e-flex e-con e-child\" data-id=\"10e9730\" data-element_type=\"container\" id=\"exam-column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:4,&quot;sizes&quot;:[]},&quot;background_motion_fx_translateX_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6111142 elementor-widget elementor-widget-heading\" data-id=\"6111142\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"\/blog\/category\/exams\/\">\u0622\u0632\u0645\u0648\u0646 \u0647\u0627<\/a><\/h3>\t\t<\/div>\n\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<div class=\"elementor-element elementor-element-8b6060b e-flex e-con-boxed e-con e-parent\" data-id=\"8b6060b\" 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-569496c elementor-view-stacked blog-btn elementor-shape-circle elementor-widget elementor-widget-icon\" data-id=\"569496c\" data-element_type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<a class=\"elementor-icon\" href=\"\/blog\/c\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 320 512\"><path d=\"M20.7 267.3c-6.2-6.2-6.2-16.4 0-22.6l192-192c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6L54.6 256 235.3 436.7c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0l-192-192z\"><\/path><\/svg>\t\t\t<\/a>\n\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-efd6651 elementor-widget elementor-widget-spacer\" data-id=\"efd6651\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\/*! elementor - v3.23.0 - 05-08-2024 *\/\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}<\/style>\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<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-97cf9e9 e-flex e-con-boxed e-con e-parent\" data-id=\"97cf9e9\" 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-458f45a elementor-widget elementor-widget-custom_post_grid\" data-id=\"458f45a\" data-element_type=\"widget\" data-widget_type=\"custom_post_grid.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t        <div class=\"order-by-switch\">\r\n            <p class=\"newest-label opcity-label\">\u067e\u0631\u0628\u0627\u0632\u062f\u06cc\u062f\u062a\u0631\u06cc\u0646 <\/p>\r\n            <label class=\"switch\">\r\n                <input type=\"checkbox\" id=\"order-by-switch\" data-category=\"\" data-posts-per-page=\"6\" >\r\n                <span class=\"slider round\"><\/span>\r\n            <\/label>\r\n            <p class=\"most-label\">\u062c\u062f\u06cc\u062f\u062a\u0631\u06cc\u0646<\/p>\r\n        <\/div>\r\n        <div id=\"custom-post-grid-container\" class=\"container-post\" data-order-by=\"date\">\r\n                        <div class=\"item-post\" style=\"background-image: url('');\">\r\n                    <a class=\"post-link-overlay\" href=\"https:\/\/pirhaniway.com\/blog\/conditional-sentences-in-english\/\"><\/a>\r\n                    <div class=\"overlay\"><\/div>\r\n                    <div class=\"item-content-post\">\r\n                        <h2><a href=\"https:\/\/pirhaniway.com\/blog\/conditional-sentences-in-english\/\">\u062c\u0645\u0644\u0627\u062a \u0634\u0631\u0637\u06cc \u062f\u0631 \u0627\u0646\u06af\u0644\u06cc\u0633\u06cc \u0628\u0647 \u0632\u0628\u0627\u0646 \u0633\u0627\u062f\u0647 + \u06a9\u0627\u0645\u0644\u200c \u062a\u0631\u06cc\u0646 \u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u06a9\u0627\u0631\u0628\u0631\u062f\u06cc \u0648 \u0645\u0641\u0647\u0648\u0645\u06cc<\/a><\/h2>\r\n                        <div class=\"post-meta\">\r\n                            <span class=\"post-date\">5 \u0627\u0633\u0641\u0646\u062f, 1404<\/span>\r\n                            <span class=\"post-reading-time\"><span class=\"span-reading-time rt-reading-time\"><span class=\"rt-label rt-prefix\">\u0632\u0645\u0627\u0646 \u0645\u0637\u0627\u0644\u0639\u0647:<\/span> <span class=\"rt-time\"> 12<\/span> <span class=\"rt-label rt-postfix\">\u062f\u0642\u06cc\u0642\u0647<\/span><\/span><\/span>\r\n                            <span class=\"post-category\"><a href=\"https:\/\/pirhaniway.com\/blog\/category\/english\/\" rel=\"category tag\">\u0627\u0646\u06af\u0644\u06cc\u0633\u06cc<\/a> <a href=\"https:\/\/pirhaniway.com\/blog\/category\/english\/e-grammar\/\" rel=\"category tag\">\u06af\u0631\u0627\u0645\u0631<\/a><\/span>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n                                <div class=\"item-post\" style=\"background-image: url('https:\/\/pirhaniway.com\/blog\/wp-content\/uploads\/2026\/02\/types-of-arabic-dialects.png');\">\r\n                    <a class=\"post-link-overlay\" href=\"https:\/\/pirhaniway.com\/blog\/types-of-arabic-dialects\/\"><\/a>\r\n                    <div class=\"overlay\"><\/div>\r\n                    <div class=\"item-content-post\">\r\n                        <h2><a href=\"https:\/\/pirhaniway.com\/blog\/types-of-arabic-dialects\/\">\u0627\u0646\u0648\u0627\u0639 \u0644\u0647\u062c\u0647 \u0647\u0627\u06cc \u0639\u0631\u0628\u06cc + \u062a\u0641\u0627\u0648\u062a \u0639\u0631\u0628\u06cc \u0641\u0635\u06cc\u062d \u0648 \u0645\u062d\u0627\u0648\u0631\u0647\u200c\u0627\u06cc<\/a><\/h2>\r\n                        <div class=\"post-meta\">\r\n                            <span class=\"post-date\">2 \u0627\u0633\u0641\u0646\u062f, 1404<\/span>\r\n                            <span class=\"post-reading-time\"><span class=\"span-reading-time rt-reading-time\"><span class=\"rt-label rt-prefix\">\u0632\u0645\u0627\u0646 \u0645\u0637\u0627\u0644\u0639\u0647:<\/span> <span class=\"rt-time\"> 6<\/span> <span class=\"rt-label rt-postfix\">\u062f\u0642\u06cc\u0642\u0647<\/span><\/span><\/span>\r\n                            <span class=\"post-category\"><a href=\"https:\/\/pirhaniway.com\/blog\/category\/resource-bank\/\" rel=\"category tag\">\u0628\u0627\u0646\u06a9 \u0645\u0646\u0627\u0628\u0639<\/a><\/span>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n                                <div class=\"item-post\" style=\"background-image: url('https:\/\/pirhaniway.com\/blog\/wp-content\/uploads\/2026\/02\/days-of-the-week-english-1.png');\">\r\n                    <a class=\"post-link-overlay\" href=\"https:\/\/pirhaniway.com\/blog\/days-of-the-week-english\/\"><\/a>\r\n                    <div class=\"overlay\"><\/div>\r\n                    <div class=\"item-content-post\">\r\n                        <h2><a href=\"https:\/\/pirhaniway.com\/blog\/days-of-the-week-english\/\">\u0631\u0648\u0632 \u0647\u0627\u06cc \u0647\u0641\u062a\u0647 \u0628\u0647 \u0627\u0646\u06af\u0644\u06cc\u0633\u06cc \u0628\u0647 \u0647\u0645\u0631\u0627\u0647 \u0631\u06cc\u0634\u0647 \u062a\u0627\u0631\u06cc\u062e\u06cc + \u0641\u0644\u0633\u0641\u0647 \u0647\u0627\u06cc \u0646\u0627\u0645\u06af\u0630\u0627\u0631\u06cc<\/a><\/h2>\r\n                        <div class=\"post-meta\">\r\n                            <span class=\"post-date\">30 \u0628\u0647\u0645\u0646, 1404<\/span>\r\n                            <span class=\"post-reading-time\"><span class=\"span-reading-time rt-reading-time\"><span class=\"rt-label rt-prefix\">\u0632\u0645\u0627\u0646 \u0645\u0637\u0627\u0644\u0639\u0647:<\/span> <span class=\"rt-time\"> 6<\/span> <span class=\"rt-label rt-postfix\">\u062f\u0642\u06cc\u0642\u0647<\/span><\/span><\/span>\r\n                            <span class=\"post-category\"><a href=\"https:\/\/pirhaniway.com\/blog\/category\/resource-bank\/\" rel=\"category tag\">\u0628\u0627\u0646\u06a9 \u0645\u0646\u0627\u0628\u0639<\/a><\/span>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n                <\/div><div class=\"container-post-filter-result hidden-div\">                <div class=\"item-post\" style=\"background-image: url('https:\/\/pirhaniway.com\/blog\/wp-content\/uploads\/2026\/02\/german-grammar-guide.png');\">\r\n                    <a class=\"post-link-overlay\" href=\"https:\/\/pirhaniway.com\/blog\/german-grammar-guide\/\"><\/a>\r\n                    <div class=\"overlay\"><\/div>\r\n                    <div class=\"item-content-post\">\r\n                        <h2><a href=\"https:\/\/pirhaniway.com\/blog\/german-grammar-guide\/\">\u06af\u0631\u0627\u0645\u0631 \u0632\u0628\u0627\u0646 \u0622\u0644\u0645\u0627\u0646\u06cc \u0628\u0647 \u0632\u0628\u0627\u0646 \u0633\u0627\u062f\u0647 | \u0622\u0645\u0648\u0632\u0634 \u06a9\u0627\u0645\u0644 \u0648 \u06a9\u0627\u0631\u0628\u0631\u062f\u06cc \u0627\u0632 A1 \u062a\u0627 C1<\/a><\/h2>\r\n                        <div class=\"post-meta\">\r\n                            <span class=\"post-date\">28 \u0628\u0647\u0645\u0646, 1404<\/span>\r\n                            <span class=\"post-reading-time\"><span class=\"span-reading-time rt-reading-time\"><span class=\"rt-label rt-prefix\">\u0632\u0645\u0627\u0646 \u0645\u0637\u0627\u0644\u0639\u0647:<\/span> <span class=\"rt-time\"> 7<\/span> <span class=\"rt-label rt-postfix\">\u062f\u0642\u06cc\u0642\u0647<\/span><\/span><\/span>\r\n                            <span class=\"post-category\"><a href=\"https:\/\/pirhaniway.com\/blog\/category\/german\/\" rel=\"category tag\">\u0622\u0644\u0645\u0627\u0646\u06cc<\/a> <a href=\"https:\/\/pirhaniway.com\/blog\/category\/german\/g-grammar\/\" rel=\"category tag\">\u06af\u0631\u0627\u0645\u0631<\/a><\/span>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n                                <div class=\"item-post\" style=\"background-image: url('https:\/\/pirhaniway.com\/blog\/wp-content\/uploads\/2026\/02\/learn-french-from-zero-1.png');\">\r\n                    <a class=\"post-link-overlay\" href=\"https:\/\/pirhaniway.com\/blog\/learn-french-from-zero\/\"><\/a>\r\n                    <div class=\"overlay\"><\/div>\r\n                    <div class=\"item-content-post\">\r\n                        <h2><a href=\"https:\/\/pirhaniway.com\/blog\/learn-french-from-zero\/\">\u06cc\u0627\u062f\u06af\u06cc\u0631\u06cc \u0632\u0628\u0627\u0646 \u0641\u0631\u0627\u0646\u0633\u0647 \u0627\u0632 \u0635\u0641\u0631 | \u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u06a9\u0627\u0645\u0644 \u0634\u0631\u0648\u0639\u060c \u0633\u062e\u062a\u06cc\u200c\u0647\u0627 \u0648 \u0645\u0642\u0627\u06cc\u0633\u0647 \u0628\u0627 \u0627\u0646\u06af\u0644\u06cc\u0633\u06cc<\/a><\/h2>\r\n                        <div class=\"post-meta\">\r\n                            <span class=\"post-date\">26 \u0628\u0647\u0645\u0646, 1404<\/span>\r\n                            <span class=\"post-reading-time\"><span class=\"span-reading-time rt-reading-time\"><span class=\"rt-label rt-prefix\">\u0632\u0645\u0627\u0646 \u0645\u0637\u0627\u0644\u0639\u0647:<\/span> <span class=\"rt-time\"> 10<\/span> <span class=\"rt-label rt-postfix\">\u062f\u0642\u06cc\u0642\u0647<\/span><\/span><\/span>\r\n                            <span class=\"post-category\"><a href=\"https:\/\/pirhaniway.com\/blog\/category\/france\/\" rel=\"category tag\">\u0641\u0631\u0627\u0646\u0633\u0647<\/a><\/span>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n                                <div class=\"item-post\" style=\"background-image: url('https:\/\/pirhaniway.com\/blog\/wp-content\/uploads\/2026\/02\/dual-language-learning-guide.png');\">\r\n                    <a class=\"post-link-overlay\" href=\"https:\/\/pirhaniway.com\/blog\/dual-language-learning-guide\/\"><\/a>\r\n                    <div class=\"overlay\"><\/div>\r\n                    <div class=\"item-content-post\">\r\n                        <h2><a href=\"https:\/\/pirhaniway.com\/blog\/dual-language-learning-guide\/\">\u06cc\u0627\u062f\u06af\u06cc\u0631\u06cc \u0647\u0645\u0632\u0645\u0627\u0646 \u062f\u0648 \u0632\u0628\u0627\u0646 | \u062a\u0635\u0645\u06cc\u0645 \u0647\u0648\u0634\u0645\u0646\u062f\u0627\u0646\u0647 \u06cc\u0627 \u0627\u0634\u062a\u0628\u0627\u0647 \u067e\u0631\u0647\u0632\u06cc\u0646\u0647\u061f (\u0628\u0631\u0631\u0633\u06cc \u0639\u0644\u0645\u06cc \u0648 \u0634\u0646\u0627\u062e\u062a\u06cc)<\/a><\/h2>\r\n                        <div class=\"post-meta\">\r\n                            <span class=\"post-date\">22 \u0628\u0647\u0645\u0646, 1404<\/span>\r\n                            <span class=\"post-reading-time\"><span class=\"span-reading-time rt-reading-time\"><span class=\"rt-label rt-prefix\">\u0632\u0645\u0627\u0646 \u0645\u0637\u0627\u0644\u0639\u0647:<\/span> <span class=\"rt-time\"> 7<\/span> <span class=\"rt-label rt-postfix\">\u062f\u0642\u06cc\u0642\u0647<\/span><\/span><\/span>\r\n                            <span class=\"post-category\"><a href=\"https:\/\/pirhaniway.com\/blog\/category\/resource-bank\/\" rel=\"category tag\">\u0628\u0627\u0646\u06a9 \u0645\u0646\u0627\u0628\u0639<\/a><\/span>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n                <\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7a82d45 elementor-align-left elementor-widget elementor-widget-button\" data-id=\"7a82d45\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"\/blog\/c\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-angle-left\" viewBox=\"0 0 256 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">\u0647\u0645\u0647 \u0645\u0642\u0627\u0644\u0627\u062a<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\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-87b0d3e elementor-widget elementor-widget-spacer\" data-id=\"87b0d3e\" 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<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\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<div class=\"elementor-element elementor-element-66b2796 e-flex e-con-boxed e-con e-parent\" data-id=\"66b2796\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-6a00e9b e-con-full e-flex e-con e-child\" data-id=\"6a00e9b\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a4dc990 elementor-widget elementor-widget-heading\" data-id=\"a4dc990\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">\u0645\u0642\u0627\u0644\u0627\u062a \u0648\u06cc\u0698\u0647<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7ba278e e-con-full e-flex e-con e-child\" data-id=\"7ba278e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cc68cc7 blog-special-titles elementor-widget elementor-widget-taxonomy-filter\" data-id=\"cc68cc7\" data-element_type=\"widget\" data-settings=\"{&quot;selected_element&quot;:&quot;4622d4c&quot;,&quot;taxonomy&quot;:&quot;category&quot;,&quot;item_alignment_horizontal&quot;:&quot;start&quot;,&quot;item_alignment_horizontal_mobile&quot;:&quot;stretch&quot;,&quot;horizontal_scroll&quot;:&quot;disable&quot;}\" data-widget_type=\"taxonomy-filter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\/*! elementor-pro - v3.23.0 - 05-08-2024 *\/\n.elementor-widget-taxonomy-filter{--e-filter-display:flex;--e-filter-direction:row;--e-filter-justify-content:center;--e-filter-wrap:wrap;--e-filter-align-items:center;--e-filter-item-width:initial;--e-filter-item-max-width:calc(100% - calc(var(--e-filter-item-padding)*3));--e-filter-item-justify-content:center;--e-filter-item-flex-grow:0;--e-filter-item-align-items:center;--e-filter-item-border-radius:initial;--e-filter-space-between:20px;--e-filter-normal-text-color:#69727d;--e-filter-active-text-color:#0c0d0e;--e-filter-hover-text-color:#0c0d0e;--e-filter-overflow-x:initial;--e-filter-white-space:nowrap;--e-filter-item-align-text:center;--e-filter-item-padding:8px;--e-filter-item-box-sizing:initial}.elementor-widget-taxonomy-filter .e-filter{display:var(--e-filter-display);flex-direction:var(--e-filter-direction);flex-shrink:0;justify-content:var(--e-filter-justify-content);align-items:var(--e-filter-align-items);gap:var(--e-filter-space-between);overflow-x:var(--e-filter-overflow-x);flex-wrap:var(--e-filter-wrap);-ms-overflow-style:none;scrollbar-width:none}.elementor-widget-taxonomy-filter .e-filter::-webkit-scrollbar{display:none}.elementor-widget-taxonomy-filter .e-filter.e-scroll{cursor:grabbing;cursor:-webkit-grabbing}.elementor-widget-taxonomy-filter .e-filter.e-scroll-active{position:relative}.elementor-widget-taxonomy-filter .e-filter.e-scroll-active:before{content:\"\";position:absolute;inset-block:0;inset-inline:-1000vw;z-index:2}.elementor-widget-taxonomy-filter .e-filter-item{background-color:initial;border:1px #69727d;border-radius:var(--e-filter-item-border-radius);line-height:normal;color:var(--e-filter-normal-text-color);padding:var(--e-filter-item-padding);display:var(--e-filter-display);justify-content:var(--e-filter-item-justify-content);align-items:var(--e-filter-item-align-items);flex-grow:var(--e-filter-item-flex-grow);flex-basis:content;flex-shrink:0;width:var(--e-filter-item-width);max-width:var(--e-filter-item-max-width);white-space:var(--e-filter-white-space);text-align:var(--e-filter-item-align-text);box-sizing:var(--e-filter-item-box-sizing);overflow-wrap:break-word;overflow:hidden}.elementor-widget-taxonomy-filter .e-filter-item[aria-pressed=true]{color:var(--e-filter-active-text-color);border-color:#0c0d0e}.elementor-widget-taxonomy-filter .e-filter-item:hover:not([aria-pressed=true]){color:var(--e-filter-hover-text-color);border-color:#0c0d0e}.elementor-widget-taxonomy-filter .e-filter-item:hover,.elementor-widget-taxonomy-filter .e-filter-item[aria-pressed=true]{background-color:initial}.elementor-widget-taxonomy-filter .e-filter-item[data-filter=__all]{order:-1}.elementor-widget-taxonomy-filter .e-filter-item:focus:not(:focus-visible){outline:none}.elementor-widget-taxonomy-filter .e-filter-empty{background-color:rgba(213,216,220,.8);color:#0c0d0e;text-align:center;font-size:1rem;padding:1rem 0}.elementor-widget-loop-grid .e-loop-item.e-inactive{display:none}<\/style>\t\t<search class=\"e-filter\" role=\"search\" data-base-url=\"https:\/\/pirhaniway.com\/blog\/\" data-page-num=\"1\">\n\t\t\t\t\t\t\t<button class=\"e-filter-item\" data-filter=\"exams\" aria-pressed=\"false\">\u0622\u0632\u0645\u0648\u0646 \u0647\u0627<\/button>\n\t\t\t\t\t\t\t<button class=\"e-filter-item\" data-filter=\"german\" aria-pressed=\"false\">\u0622\u0644\u0645\u0627\u0646\u06cc<\/button>\n\t\t\t\t\t\t\t<button class=\"e-filter-item\" data-filter=\"english\" aria-pressed=\"false\">\u0627\u0646\u06af\u0644\u06cc\u0633\u06cc<\/button>\n\t\t\t\t\t\t\t<button class=\"e-filter-item\" data-filter=\"resource-bank\" aria-pressed=\"false\">\u0628\u0627\u0646\u06a9 \u0645\u0646\u0627\u0628\u0639<\/button>\n\t\t\t\t\t\t\t<button class=\"e-filter-item\" data-filter=\"\u062f\u0633\u062a\u0647\u0628\u0646\u062f\u06cc-\u0646\u0634\u062f\u0647\" aria-pressed=\"false\">\u062f\u0633\u062a\u0647\u200c\u0628\u0646\u062f\u06cc \u0646\u0634\u062f\u0647<\/button>\n\t\t\t\t\t\t\t<button class=\"e-filter-item\" data-filter=\"france\" aria-pressed=\"false\">\u0641\u0631\u0627\u0646\u0633\u0647<\/button>\n\t\t\t\n\t\t\t\t\t\t\t\t\t<button class=\"e-filter-item\" data-filter=\"__all\" aria-pressed=\"true\">\n\t\t\t\t\u0647\u0645\u0647\t\t\t<\/button>\n\t\t\t\t\t<\/search>\n\t\t\t\t<\/div>\n\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<div class=\"elementor-element elementor-element-a7df123 e-flex e-con-boxed e-con e-parent\" data-id=\"a7df123\" 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-7d50c33 elementor-widget elementor-widget-spacer\" data-id=\"7d50c33\" 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<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\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-4622d4c elementor-grid-3 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-widget elementor-widget-loop-grid\" data-id=\"4622d4c\" data-element_type=\"widget\" data-settings=\"{&quot;template_id&quot;:&quot;430&quot;,&quot;_skin&quot;:&quot;post&quot;,&quot;columns&quot;:&quot;3&quot;,&quot;columns_tablet&quot;:&quot;2&quot;,&quot;columns_mobile&quot;:&quot;1&quot;,&quot;edit_handle_selector&quot;:&quot;[data-elementor-type=\\&quot;loop-item\\&quot;]&quot;,&quot;row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"loop-grid.post\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<link rel=\"stylesheet\" href=\"https:\/\/pirhaniway.com\/blog\/wp-content\/plugins\/elementor-pro\/assets\/css\/widget-loop-builder-rtl.min.css?ver=1723049220\">\t\t<div class=\"elementor-loop-container elementor-grid\">\n\t\t<style id=\"loop-430\">.elementor-430 .elementor-element.elementor-element-a745986{--display:flex;--gap:0px 0px;--background-transition:0.3s;border-style:solid;--border-style:solid;border-color:var( --e-global-color-bfdc3e1 );--border-color:var( --e-global-color-bfdc3e1 );--border-radius:25px 25px 25px 25px;--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-430 .elementor-element.elementor-element-a745986:not(.elementor-motion-effects-element-type-background), .elementor-430 .elementor-element.elementor-element-a745986 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-bfdc3e1 );}.elementor-430 .elementor-element.elementor-element-a745986:hover{background-color:#EEEEEE;border-style:solid;border-color:#DDDDDD;--border-color:#DDDDDD;}.elementor-430 .elementor-element.elementor-element-a745986, .elementor-430 .elementor-element.elementor-element-a745986::before{--border-transition:0.3s;}.elementor-430 .elementor-element.elementor-element-2f99472{--display:flex;--background-transition:0.3s;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-430 .elementor-element.elementor-element-a77a9bb{width:var( --container-widget-width, 10% );max-width:10%;--container-widget-width:10%;--container-widget-flex-grow:0;top:15px;z-index:999;}body:not(.rtl) .elementor-430 .elementor-element.elementor-element-a77a9bb{right:15px;}body.rtl .elementor-430 .elementor-element.elementor-element-a77a9bb{left:15px;}.elementor-430 .elementor-element.elementor-element-f54a688 .featured-image-container{height:320px;border-radius:25px;}.elementor-430 .elementor-element.elementor-element-f54a688 .featured-image-container div{transition-duration:0.3s;}.elementor-430 .elementor-element.elementor-element-1577822{--display:flex;--min-height:70px;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:flex-end;--gap:0px 0px;--background-transition:0.3s;--padding-top:10px;--padding-bottom:0px;--padding-left:5px;--padding-right:5px;}.elementor-430 .elementor-element.elementor-element-163e0e1{--display:flex;--justify-content:flex-end;--gap:0px 0px;--background-transition:0.3s;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-430 .elementor-element.elementor-element-163e0e1.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-430 .elementor-element.elementor-element-01d4215 .elementor-icon-list-icon{width:14px;}.elementor-430 .elementor-element.elementor-element-01d4215 .elementor-icon-list-icon i{font-size:14px;}.elementor-430 .elementor-element.elementor-element-01d4215 .elementor-icon-list-icon svg{--e-icon-list-icon-size:14px;}.elementor-430 .elementor-element.elementor-element-01d4215 .elementor-icon-list-text, .elementor-430 .elementor-element.elementor-element-01d4215 .elementor-icon-list-text a{color:var( --e-global-color-primary );}.elementor-430 .elementor-element.elementor-element-01d4215 .elementor-icon-list-item{font-family:\"EstedadFN\", Sans-serif;font-size:14px;font-weight:300;}.elementor-430 .elementor-element.elementor-element-a9f2e01{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:flex-end;--align-items:center;--gap:0px 0px;--background-transition:0.3s;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-430 .elementor-element.elementor-element-a9f2e01.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-430 .elementor-element.elementor-element-45c1fad{width:var( --container-widget-width, 49.98% );max-width:49.98%;--container-widget-width:49.98%;--container-widget-flex-grow:0;}.elementor-430 .elementor-element.elementor-element-45c1fad.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-430 .elementor-element.elementor-element-2e26340{text-align:left;width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-430 .elementor-element.elementor-element-2e26340 .elementor-heading-title{color:var( --e-global-color-primary );font-family:\"EstedadFN\", Sans-serif;font-size:18px;font-weight:600;}.elementor-430 .elementor-element.elementor-element-2e26340 > .elementor-widget-container{padding:0px 0px 8px 0px;}.elementor-430 .elementor-element.elementor-element-1deb7c8{--display:flex;--justify-content:flex-start;--gap:0px 0px;--background-transition:0.3s;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-430 .elementor-element.elementor-element-787bf99{--display:flex;--min-height:80px;--justify-content:center;--background-transition:0.3s;}.elementor-430 .elementor-element.elementor-element-6d57060{text-align:right;}.elementor-430 .elementor-element.elementor-element-6d57060 .elementor-heading-title{color:var( --e-global-color-primary );font-family:\"EstedadFN\", Sans-serif;font-size:18px;font-weight:700;line-height:28px;}.elementor-430 .elementor-element.elementor-element-bfd235e{--display:flex;--min-height:96px;--justify-content:center;--background-transition:0.3s;}.elementor-430 .elementor-element.elementor-element-dffeed5 .elementor-author-box__avatar img{width:70px;height:70px;border-radius:15px;box-shadow:-5px 10px 15px 0px rgba(0, 0, 0, 0.3);}body.rtl .elementor-430 .elementor-element.elementor-element-dffeed5.elementor-author-box--layout-image-left .elementor-author-box__avatar,\n\t\t\t\t\t body:not(.rtl) .elementor-430 .elementor-element.elementor-element-dffeed5:not(.elementor-author-box--layout-image-above) .elementor-author-box__avatar{margin-right:10px;margin-left:0;}body:not(.rtl) .elementor-430 .elementor-element.elementor-element-dffeed5.elementor-author-box--layout-image-right .elementor-author-box__avatar,\n\t\t\t\t\t body.rtl .elementor-430 .elementor-element.elementor-element-dffeed5:not(.elementor-author-box--layout-image-above) .elementor-author-box__avatar{margin-left:10px;margin-right:0;}.elementor-430 .elementor-element.elementor-element-dffeed5.elementor-author-box--layout-image-above .elementor-author-box__avatar{margin-bottom:10px;}.elementor-430 .elementor-element.elementor-element-dffeed5 .elementor-author-box__name{color:var( --e-global-color-primary );font-family:\"EstedadFN\", Sans-serif;font-size:14px;font-weight:700;}.elementor-430 .elementor-element.elementor-element-dffeed5 > .elementor-widget-container{padding:6px 10px 2px 10px;border-radius:50px 50px 50px 50px;}@media(min-width:768px){.elementor-430 .elementor-element.elementor-element-163e0e1{--width:81.723%;}.elementor-430 .elementor-element.elementor-element-a9f2e01{--width:16%;}}@media(max-width:767px){.elementor-430 .elementor-element.elementor-element-a745986{--padding-top:15px;--padding-bottom:15px;--padding-left:15px;--padding-right:15px;}.elementor-430 .elementor-element.elementor-element-163e0e1{--width:80%;}.elementor-430 .elementor-element.elementor-element-a9f2e01{--width:20%;}.elementor-430 .elementor-element.elementor-element-2e26340{--container-widget-width:50%;--container-widget-flex-grow:0;width:var( --container-widget-width, 50% );max-width:50%;}}<\/style>\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"430\" class=\"elementor elementor-430 e-loop-item e-loop-item-4781 post-4781 post type-post status-publish format-standard hentry category-english category-e-grammar tag-conditional-sentences tag-first-conditional tag-pirhaniway tag-zero-conditional tag-749 tag-1342 tag-1345 tag-1340 tag-614 tag-1348 tag-1346 tag-1347 tag-639 tag-542 tag-748 content_level-c1-c2\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-a745986 hover-card e-flex e-con-boxed elementor-invisible e-con e-parent\" data-id=\"a745986\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeInUp&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-2f99472 e-flex e-con-boxed e-con e-child\" data-id=\"2f99472\" 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-a77a9bb elementor-widget__width-initial elementor-absolute elementor-widget elementor-widget-shortcode\" data-id=\"a77a9bb\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-shortcode\"><\/div>\n\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<div class=\"elementor-element elementor-element-1577822 e-con-full e-flex e-con e-child\" data-id=\"1577822\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-163e0e1 e-con-full e-flex e-con e-child\" data-id=\"163e0e1\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-01d4215 elementor-widget elementor-widget-post-info\" data-id=\"01d4215\" data-element_type=\"widget\" data-widget_type=\"post-info.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<link rel=\"stylesheet\" href=\"https:\/\/pirhaniway.com\/blog\/wp-content\/plugins\/elementor\/assets\/css\/widget-icon-list-rtl.min.css\"><link rel=\"stylesheet\" href=\"https:\/\/pirhaniway.com\/blog\/wp-content\/plugins\/elementor-pro\/assets\/css\/widget-theme-elements-rtl.min.css?ver=1723049220\">\t\t<ul class=\"elementor-icon-list-items elementor-post-info\">\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-ae67ab4\" itemprop=\"about\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-terms\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-post-info__terms-list\">\n\t\t\t\t<a href=\"https:\/\/pirhaniway.com\/blog\/category\/english\/\" class=\"elementor-post-info__terms-list-item\">\u0627\u0646\u06af\u0644\u06cc\u0633\u06cc<\/a>, <a href=\"https:\/\/pirhaniway.com\/blog\/category\/english\/e-grammar\/\" class=\"elementor-post-info__terms-list-item\">\u06af\u0631\u0627\u0645\u0631<\/a>\t\t\t\t<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t<\/ul>\n\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-a9f2e01 e-con-full e-flex e-con e-child\" data-id=\"a9f2e01\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-45c1fad elementor-widget__width-initial elementor-widget elementor-widget-html\" data-id=\"45c1fad\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"post-eye-lottie-holder\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2e26340 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"2e26340\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<p class=\"elementor-heading-title elementor-size-default\">131<\/p>\t\t<\/div>\n\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-1deb7c8 e-con-full e-flex e-con e-child\" data-id=\"1deb7c8\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-787bf99 e-con-full e-flex e-con e-child\" data-id=\"787bf99\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6d57060 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"6d57060\" data-element_type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/pirhaniway.com\/blog\/conditional-sentences-in-english\/\">\u062c\u0645\u0644\u0627\u062a \u0634\u0631\u0637\u06cc \u062f\u0631 \u0627\u0646\u06af\u0644\u06cc\u0633\u06cc \u0628\u0647 \u0632\u0628\u0627\u0646 \u0633\u0627\u062f\u0647 + \u06a9\u0627\u0645\u0644\u200c \u062a\u0631\u06cc\u0646 \u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u06a9\u0627\u0631\u0628\u0631\u062f\u06cc \u0648 \u0645\u0641\u0647\u0648\u0645\u06cc<\/a><\/h3>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-bfd235e e-con-full e-flex e-con e-child\" data-id=\"bfd235e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-dffeed5 elementor-author-box--layout-image-right elementor-author-box--align-right elementor-author-box--image-valign-middle elementor-author-box--avatar-yes elementor-author-box--name-yes elementor-widget elementor-widget-author-box\" data-id=\"dffeed5\" data-element_type=\"widget\" data-widget_type=\"author-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-author-box\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/pirhaniway.com\/blog\/author\/h-shaabani\/\" class=\"elementor-author-box__avatar\">\n\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/pirhaniway.com\/blog\/wp-content\/uploads\/2024\/08\/cropped-shabani-Avatar-300x300.jpg\" alt=\"\u062a\u0635\u0648\u06cc\u0631 \u0647\u062f\u06cc\u0647 \u0634\u0639\u0628\u0627\u0646\u06cc\" loading=\"lazy\">\n\t\t\t\t<\/a>\n\t\t\t\n\t\t\t<div class=\"elementor-author-box__text\">\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/pirhaniway.com\/blog\/author\/h-shaabani\/\">\n\t\t\t\t\t\t<span class=\"elementor-author-box__name\">\n\t\t\t\t\t\t\t\u0647\u062f\u06cc\u0647 \u0634\u0639\u0628\u0627\u0646\u06cc\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\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>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"430\" class=\"elementor elementor-430 e-loop-item e-loop-item-4759 post-4759 post type-post status-publish format-standard has-post-thumbnail hentry category-resource-bank tag-pirhaniway tag-749 tag-961 tag-1331 tag-1334 tag-1332 tag-614 tag-1333 tag-1338 tag-639 tag-1337 tag-1336 tag-1335 tag-748 tag-1339 content_level-introduction\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-a745986 hover-card e-flex e-con-boxed elementor-invisible e-con e-parent\" data-id=\"a745986\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeInUp&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-2f99472 e-flex e-con-boxed e-con e-child\" data-id=\"2f99472\" 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-a77a9bb elementor-widget__width-initial elementor-absolute elementor-widget elementor-widget-shortcode\" data-id=\"a77a9bb\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-shortcode\"><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f54a688 elementor-widget elementor-widget-second_featured_image\" data-id=\"f54a688\" data-element_type=\"widget\" data-widget_type=\"second_featured_image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t                <a href=\"https:\/\/pirhaniway.com\/blog\/types-of-arabic-dialects\/\" target=\"_self\" rel=\"\" class=\"featured-image-link\">\r\n                    <div class=\"featured-image-container\" style=\"position: relative; overflow: hidden;\">\r\n                        <div class=\"main-featured-image\" style=\"background-image: url('https:\/\/pirhaniway.com\/blog\/wp-content\/uploads\/2026\/02\/types-of-arabic-dialects.png'); width: 100%; height: 100%; background-size: cover; background-position: center; position: absolute; top: 0; left: 0;\"><\/div>\r\n                        <div class=\"second-featured-image\" style=\"background-image: url('https:\/\/pirhaniway.com\/blog\/wp-content\/uploads\/2026\/02\/types-of-arabic-dialects2.png'); width: 100%; height: 100%; background-size: cover; background-position: center; position: absolute; top: 0; left: 0; opacity: 0; transition: opacity 0.3s ease, transform 0.3s ease;\"><\/div>\r\n                    <\/div>\r\n                <\/a>\r\n                <style>\r\n                    .featured-image-container {\r\n                        position: relative;\r\n                        overflow: hidden;\r\n                        border-radius: 25px;\r\n                    }\r\n                    .featured-image-container div {\r\n                        width: 100%;\r\n                        height: 100%;\r\n                        background-size: cover;\r\n                        background-position: center;\r\n                        position: absolute;\r\n                        top: 0;\r\n                        left: 0;\r\n                        transition: opacity 0.3s ease, transform 0.3s ease;\r\n                    }\r\n                    .featured-image-container:hover .main-featured-image {\r\n                        transform: scale(1.1);\r\n                    }\r\n                    .featured-image-container:hover .second-featured-image {\r\n                        opacity: 1;\r\n                        transform: scale(1.1);\r\n                    }\r\n                    .hover-card:hover .featured-image-container .main-featured-image {\r\n                        transform: scale(1.1);\r\n                    }\r\n                    .hover-card:hover .featured-image-container .second-featured-image {\r\n                        opacity: 1;\r\n                        transform: scale(1.1);\r\n                    }\r\n                <\/style>\r\n                <script>\r\n                    jQuery(document).ready(function($) {\r\n                        $('.featured-image-container').hover(function() {\r\n                            $(this).find('.second-featured-image').css('opacity', '1');\r\n                            $(this).find('.main-featured-image').css('opacity', '0');\r\n                        }, function() {\r\n                            $(this).find('.second-featured-image').css('opacity', '0');\r\n                            $(this).find('.main-featured-image').css('opacity', '1');\r\n                        });\r\n\r\n                        $('.hover-card').hover(function() {\r\n                            $(this).find('.featured-image-container .second-featured-image').css('opacity', '1');\r\n                            $(this).find('.featured-image-container .main-featured-image').css('opacity', '0');\r\n                        }, function() {\r\n                            $(this).find('.featured-image-container .second-featured-image').css('opacity', '0');\r\n                            $(this).find('.featured-image-container .main-featured-image').css('opacity', '1');\r\n                        });\r\n                    });\r\n                <\/script>\r\n                \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<div class=\"elementor-element elementor-element-1577822 e-con-full e-flex e-con e-child\" data-id=\"1577822\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-163e0e1 e-con-full e-flex e-con e-child\" data-id=\"163e0e1\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-01d4215 elementor-widget elementor-widget-post-info\" data-id=\"01d4215\" data-element_type=\"widget\" data-widget_type=\"post-info.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<ul class=\"elementor-icon-list-items elementor-post-info\">\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-ae67ab4\" itemprop=\"about\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-terms\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-post-info__terms-list\">\n\t\t\t\t<a href=\"https:\/\/pirhaniway.com\/blog\/category\/resource-bank\/\" class=\"elementor-post-info__terms-list-item\">\u0628\u0627\u0646\u06a9 \u0645\u0646\u0627\u0628\u0639<\/a>\t\t\t\t<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t<\/ul>\n\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-a9f2e01 e-con-full e-flex e-con e-child\" data-id=\"a9f2e01\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-45c1fad elementor-widget__width-initial elementor-widget elementor-widget-html\" data-id=\"45c1fad\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"post-eye-lottie-holder\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2e26340 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"2e26340\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<p class=\"elementor-heading-title elementor-size-default\">99<\/p>\t\t<\/div>\n\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-1deb7c8 e-con-full e-flex e-con e-child\" data-id=\"1deb7c8\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-787bf99 e-con-full e-flex e-con e-child\" data-id=\"787bf99\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6d57060 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"6d57060\" data-element_type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/pirhaniway.com\/blog\/types-of-arabic-dialects\/\">\u0627\u0646\u0648\u0627\u0639 \u0644\u0647\u062c\u0647 \u0647\u0627\u06cc \u0639\u0631\u0628\u06cc + \u062a\u0641\u0627\u0648\u062a \u0639\u0631\u0628\u06cc \u0641\u0635\u06cc\u062d \u0648 \u0645\u062d\u0627\u0648\u0631\u0647\u200c\u0627\u06cc<\/a><\/h3>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-bfd235e e-con-full e-flex e-con e-child\" data-id=\"bfd235e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-dffeed5 elementor-author-box--layout-image-right elementor-author-box--align-right elementor-author-box--image-valign-middle elementor-author-box--avatar-yes elementor-author-box--name-yes elementor-widget elementor-widget-author-box\" data-id=\"dffeed5\" data-element_type=\"widget\" data-widget_type=\"author-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-author-box\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/pirhaniway.com\/blog\/author\/amin-karimnia\/\" class=\"elementor-author-box__avatar\">\n\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/pirhaniway.com\/blog\/wp-content\/uploads\/2024\/07\/cropped-DR-KARIM-NIA-2-300x300.jpg\" alt=\"\u062a\u0635\u0648\u06cc\u0631 \u062f\u06a9\u062a\u0631 \u0627\u0645\u06cc\u0646 \u06a9\u0631\u06cc\u0645\u200c\u200c\u0646\u06cc\u0627\" loading=\"lazy\">\n\t\t\t\t<\/a>\n\t\t\t\n\t\t\t<div class=\"elementor-author-box__text\">\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/pirhaniway.com\/blog\/author\/amin-karimnia\/\">\n\t\t\t\t\t\t<span class=\"elementor-author-box__name\">\n\t\t\t\t\t\t\t\u062f\u06a9\u062a\u0631 \u0627\u0645\u06cc\u0646 \u06a9\u0631\u06cc\u0645\u200c\u200c\u0646\u06cc\u0627\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\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>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"430\" class=\"elementor elementor-430 e-loop-item e-loop-item-4756 post-4756 post type-post status-publish format-standard has-post-thumbnail hentry category-resource-bank tag-days-of-the-week-in-english tag-pirhaniway tag-749 tag-1330 tag-1326 tag-1328 tag-1329 tag-1327 tag-1323 tag-614 tag-1321 tag-1325 tag-639 tag--sunday-monday tag-748 content_level-introduction\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-a745986 hover-card e-flex e-con-boxed elementor-invisible e-con e-parent\" data-id=\"a745986\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeInUp&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-2f99472 e-flex e-con-boxed e-con e-child\" data-id=\"2f99472\" 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-a77a9bb elementor-widget__width-initial elementor-absolute elementor-widget elementor-widget-shortcode\" data-id=\"a77a9bb\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-shortcode\"><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f54a688 elementor-widget elementor-widget-second_featured_image\" data-id=\"f54a688\" data-element_type=\"widget\" data-widget_type=\"second_featured_image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t                <a href=\"https:\/\/pirhaniway.com\/blog\/days-of-the-week-english\/\" target=\"_self\" rel=\"\" class=\"featured-image-link\">\r\n                    <div class=\"featured-image-container\" style=\"position: relative; overflow: hidden;\">\r\n                        <div class=\"main-featured-image\" style=\"background-image: url('https:\/\/pirhaniway.com\/blog\/wp-content\/uploads\/2026\/02\/days-of-the-week-english-1.png'); width: 100%; height: 100%; background-size: cover; background-position: center; position: absolute; top: 0; left: 0;\"><\/div>\r\n                        <div class=\"second-featured-image\" style=\"background-image: url('https:\/\/pirhaniway.com\/blog\/wp-content\/uploads\/2026\/02\/days-of-the-week-english2.png'); width: 100%; height: 100%; background-size: cover; background-position: center; position: absolute; top: 0; left: 0; opacity: 0; transition: opacity 0.3s ease, transform 0.3s ease;\"><\/div>\r\n                    <\/div>\r\n                <\/a>\r\n                <style>\r\n                    .featured-image-container {\r\n                        position: relative;\r\n                        overflow: hidden;\r\n                        border-radius: 25px;\r\n                    }\r\n                    .featured-image-container div {\r\n                        width: 100%;\r\n                        height: 100%;\r\n                        background-size: cover;\r\n                        background-position: center;\r\n                        position: absolute;\r\n                        top: 0;\r\n                        left: 0;\r\n                        transition: opacity 0.3s ease, transform 0.3s ease;\r\n                    }\r\n                    .featured-image-container:hover .main-featured-image {\r\n                        transform: scale(1.1);\r\n                    }\r\n                    .featured-image-container:hover .second-featured-image {\r\n                        opacity: 1;\r\n                        transform: scale(1.1);\r\n                    }\r\n                    .hover-card:hover .featured-image-container .main-featured-image {\r\n                        transform: scale(1.1);\r\n                    }\r\n                    .hover-card:hover .featured-image-container .second-featured-image {\r\n                        opacity: 1;\r\n                        transform: scale(1.1);\r\n                    }\r\n                <\/style>\r\n                <script>\r\n                    jQuery(document).ready(function($) {\r\n                        $('.featured-image-container').hover(function() {\r\n                            $(this).find('.second-featured-image').css('opacity', '1');\r\n                            $(this).find('.main-featured-image').css('opacity', '0');\r\n                        }, function() {\r\n                            $(this).find('.second-featured-image').css('opacity', '0');\r\n                            $(this).find('.main-featured-image').css('opacity', '1');\r\n                        });\r\n\r\n                        $('.hover-card').hover(function() {\r\n                            $(this).find('.featured-image-container .second-featured-image').css('opacity', '1');\r\n                            $(this).find('.featured-image-container .main-featured-image').css('opacity', '0');\r\n                        }, function() {\r\n                            $(this).find('.featured-image-container .second-featured-image').css('opacity', '0');\r\n                            $(this).find('.featured-image-container .main-featured-image').css('opacity', '1');\r\n                        });\r\n                    });\r\n                <\/script>\r\n                \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<div class=\"elementor-element elementor-element-1577822 e-con-full e-flex e-con e-child\" data-id=\"1577822\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-163e0e1 e-con-full e-flex e-con e-child\" data-id=\"163e0e1\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-01d4215 elementor-widget elementor-widget-post-info\" data-id=\"01d4215\" data-element_type=\"widget\" data-widget_type=\"post-info.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<ul class=\"elementor-icon-list-items elementor-post-info\">\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-ae67ab4\" itemprop=\"about\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-terms\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-post-info__terms-list\">\n\t\t\t\t<a href=\"https:\/\/pirhaniway.com\/blog\/category\/resource-bank\/\" class=\"elementor-post-info__terms-list-item\">\u0628\u0627\u0646\u06a9 \u0645\u0646\u0627\u0628\u0639<\/a>\t\t\t\t<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t<\/ul>\n\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-a9f2e01 e-con-full e-flex e-con e-child\" data-id=\"a9f2e01\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-45c1fad elementor-widget__width-initial elementor-widget elementor-widget-html\" data-id=\"45c1fad\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"post-eye-lottie-holder\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2e26340 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"2e26340\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<p class=\"elementor-heading-title elementor-size-default\">70<\/p>\t\t<\/div>\n\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-1deb7c8 e-con-full e-flex e-con e-child\" data-id=\"1deb7c8\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-787bf99 e-con-full e-flex e-con e-child\" data-id=\"787bf99\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6d57060 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"6d57060\" data-element_type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/pirhaniway.com\/blog\/days-of-the-week-english\/\">\u0631\u0648\u0632 \u0647\u0627\u06cc \u0647\u0641\u062a\u0647 \u0628\u0647 \u0627\u0646\u06af\u0644\u06cc\u0633\u06cc \u0628\u0647 \u0647\u0645\u0631\u0627\u0647 \u0631\u06cc\u0634\u0647 \u062a\u0627\u0631\u06cc\u062e\u06cc + \u0641\u0644\u0633\u0641\u0647 \u0647\u0627\u06cc \u0646\u0627\u0645\u06af\u0630\u0627\u0631\u06cc<\/a><\/h3>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-bfd235e e-con-full e-flex e-con e-child\" data-id=\"bfd235e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-dffeed5 elementor-author-box--layout-image-right elementor-author-box--align-right elementor-author-box--image-valign-middle elementor-author-box--avatar-yes elementor-author-box--name-yes elementor-widget elementor-widget-author-box\" data-id=\"dffeed5\" data-element_type=\"widget\" data-widget_type=\"author-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-author-box\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/pirhaniway.com\/blog\/author\/alireza-taklli\/\" class=\"elementor-author-box__avatar\">\n\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/pirhaniway.com\/blog\/wp-content\/uploads\/2024\/07\/cropped-Logo-New-Pirhani-Way-bg-White-300x300.jpg\" alt=\"\u062a\u0635\u0648\u06cc\u0631 \u0639\u0644\u06cc\u0631\u0636\u0627 \u062a\u06a9\u0644\u06cc\" loading=\"lazy\">\n\t\t\t\t<\/a>\n\t\t\t\n\t\t\t<div class=\"elementor-author-box__text\">\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/pirhaniway.com\/blog\/author\/alireza-taklli\/\">\n\t\t\t\t\t\t<span class=\"elementor-author-box__name\">\n\t\t\t\t\t\t\t\u0639\u0644\u06cc\u0631\u0636\u0627 \u062a\u06a9\u0644\u06cc\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\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>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"430\" class=\"elementor elementor-430 e-loop-item e-loop-item-4752 post-4752 post type-post status-publish format-standard has-post-thumbnail hentry category-german category-g-grammar tag-nominativ-akkusativ-dativ-genitiv tag-pirhaniway tag-749 tag-1312 tag-1315 tag-1314 tag-614 tag-1318 tag-1319 tag-1317 tag-639 tag-1313 tag-393 tag-748 tag-1320 content_level-b1-b2\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-a745986 hover-card e-flex e-con-boxed elementor-invisible e-con e-parent\" data-id=\"a745986\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeInUp&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-2f99472 e-flex e-con-boxed e-con e-child\" data-id=\"2f99472\" 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-a77a9bb elementor-widget__width-initial elementor-absolute elementor-widget elementor-widget-shortcode\" data-id=\"a77a9bb\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-shortcode\"><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f54a688 elementor-widget elementor-widget-second_featured_image\" data-id=\"f54a688\" data-element_type=\"widget\" data-widget_type=\"second_featured_image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t                <a href=\"https:\/\/pirhaniway.com\/blog\/german-grammar-guide\/\" target=\"_self\" rel=\"\" class=\"featured-image-link\">\r\n                    <div class=\"featured-image-container\" style=\"position: relative; overflow: hidden;\">\r\n                        <div class=\"main-featured-image\" style=\"background-image: url('https:\/\/pirhaniway.com\/blog\/wp-content\/uploads\/2026\/02\/german-grammar-guide.png'); width: 100%; height: 100%; background-size: cover; background-position: center; position: absolute; top: 0; left: 0;\"><\/div>\r\n                        <div class=\"second-featured-image\" style=\"background-image: url('https:\/\/pirhaniway.com\/blog\/wp-content\/uploads\/2026\/02\/german-grammar-guide2.png'); width: 100%; height: 100%; background-size: cover; background-position: center; position: absolute; top: 0; left: 0; opacity: 0; transition: opacity 0.3s ease, transform 0.3s ease;\"><\/div>\r\n                    <\/div>\r\n                <\/a>\r\n                <style>\r\n                    .featured-image-container {\r\n                        position: relative;\r\n                        overflow: hidden;\r\n                        border-radius: 25px;\r\n                    }\r\n                    .featured-image-container div {\r\n                        width: 100%;\r\n                        height: 100%;\r\n                        background-size: cover;\r\n                        background-position: center;\r\n                        position: absolute;\r\n                        top: 0;\r\n                        left: 0;\r\n                        transition: opacity 0.3s ease, transform 0.3s ease;\r\n                    }\r\n                    .featured-image-container:hover .main-featured-image {\r\n                        transform: scale(1.1);\r\n                    }\r\n                    .featured-image-container:hover .second-featured-image {\r\n                        opacity: 1;\r\n                        transform: scale(1.1);\r\n                    }\r\n                    .hover-card:hover .featured-image-container .main-featured-image {\r\n                        transform: scale(1.1);\r\n                    }\r\n                    .hover-card:hover .featured-image-container .second-featured-image {\r\n                        opacity: 1;\r\n                        transform: scale(1.1);\r\n                    }\r\n                <\/style>\r\n                <script>\r\n                    jQuery(document).ready(function($) {\r\n                        $('.featured-image-container').hover(function() {\r\n                            $(this).find('.second-featured-image').css('opacity', '1');\r\n                            $(this).find('.main-featured-image').css('opacity', '0');\r\n                        }, function() {\r\n                            $(this).find('.second-featured-image').css('opacity', '0');\r\n                            $(this).find('.main-featured-image').css('opacity', '1');\r\n                        });\r\n\r\n                        $('.hover-card').hover(function() {\r\n                            $(this).find('.featured-image-container .second-featured-image').css('opacity', '1');\r\n                            $(this).find('.featured-image-container .main-featured-image').css('opacity', '0');\r\n                        }, function() {\r\n                            $(this).find('.featured-image-container .second-featured-image').css('opacity', '0');\r\n                            $(this).find('.featured-image-container .main-featured-image').css('opacity', '1');\r\n                        });\r\n                    });\r\n                <\/script>\r\n                \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<div class=\"elementor-element elementor-element-1577822 e-con-full e-flex e-con e-child\" data-id=\"1577822\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-163e0e1 e-con-full e-flex e-con e-child\" data-id=\"163e0e1\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-01d4215 elementor-widget elementor-widget-post-info\" data-id=\"01d4215\" data-element_type=\"widget\" data-widget_type=\"post-info.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<ul class=\"elementor-icon-list-items elementor-post-info\">\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-ae67ab4\" itemprop=\"about\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-terms\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-post-info__terms-list\">\n\t\t\t\t<a href=\"https:\/\/pirhaniway.com\/blog\/category\/german\/\" class=\"elementor-post-info__terms-list-item\">\u0622\u0644\u0645\u0627\u0646\u06cc<\/a>, <a href=\"https:\/\/pirhaniway.com\/blog\/category\/german\/g-grammar\/\" class=\"elementor-post-info__terms-list-item\">\u06af\u0631\u0627\u0645\u0631<\/a>\t\t\t\t<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t<\/ul>\n\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-a9f2e01 e-con-full e-flex e-con e-child\" data-id=\"a9f2e01\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-45c1fad elementor-widget__width-initial elementor-widget elementor-widget-html\" data-id=\"45c1fad\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"post-eye-lottie-holder\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2e26340 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"2e26340\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<p class=\"elementor-heading-title elementor-size-default\">189<\/p>\t\t<\/div>\n\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-1deb7c8 e-con-full e-flex e-con e-child\" data-id=\"1deb7c8\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-787bf99 e-con-full e-flex e-con e-child\" data-id=\"787bf99\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6d57060 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"6d57060\" data-element_type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/pirhaniway.com\/blog\/german-grammar-guide\/\">\u06af\u0631\u0627\u0645\u0631 \u0632\u0628\u0627\u0646 \u0622\u0644\u0645\u0627\u0646\u06cc \u0628\u0647 \u0632\u0628\u0627\u0646 \u0633\u0627\u062f\u0647 | \u0622\u0645\u0648\u0632\u0634 \u06a9\u0627\u0645\u0644 \u0648 \u06a9\u0627\u0631\u0628\u0631\u062f\u06cc \u0627\u0632 A1 \u062a\u0627 C1<\/a><\/h3>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-bfd235e e-con-full e-flex e-con e-child\" data-id=\"bfd235e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-dffeed5 elementor-author-box--layout-image-right elementor-author-box--align-right elementor-author-box--image-valign-middle elementor-author-box--avatar-yes elementor-author-box--name-yes elementor-widget elementor-widget-author-box\" data-id=\"dffeed5\" data-element_type=\"widget\" data-widget_type=\"author-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-author-box\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/pirhaniway.com\/blog\/author\/h-shaabani\/\" class=\"elementor-author-box__avatar\">\n\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/pirhaniway.com\/blog\/wp-content\/uploads\/2024\/08\/cropped-shabani-Avatar-300x300.jpg\" alt=\"\u062a\u0635\u0648\u06cc\u0631 \u0647\u062f\u06cc\u0647 \u0634\u0639\u0628\u0627\u0646\u06cc\" loading=\"lazy\">\n\t\t\t\t<\/a>\n\t\t\t\n\t\t\t<div class=\"elementor-author-box__text\">\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/pirhaniway.com\/blog\/author\/h-shaabani\/\">\n\t\t\t\t\t\t<span class=\"elementor-author-box__name\">\n\t\t\t\t\t\t\t\u0647\u062f\u06cc\u0647 \u0634\u0639\u0628\u0627\u0646\u06cc\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\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>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"430\" class=\"elementor elementor-430 e-loop-item e-loop-item-4735 post-4735 post type-post status-publish format-standard has-post-thumbnail hentry category-france tag-pirhaniway tag-749 tag-1303 tag-614 tag-1305 tag-1306 tag--b1- tag-1311 tag-639 tag-1304 tag-1308 tag-1307 tag-1310 tag-748 tag-608 content_level-introduction\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-a745986 hover-card e-flex e-con-boxed elementor-invisible e-con e-parent\" data-id=\"a745986\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeInUp&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-2f99472 e-flex e-con-boxed e-con e-child\" data-id=\"2f99472\" 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-a77a9bb elementor-widget__width-initial elementor-absolute elementor-widget elementor-widget-shortcode\" data-id=\"a77a9bb\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-shortcode\"><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f54a688 elementor-widget elementor-widget-second_featured_image\" data-id=\"f54a688\" data-element_type=\"widget\" data-widget_type=\"second_featured_image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t                <a href=\"https:\/\/pirhaniway.com\/blog\/learn-french-from-zero\/\" target=\"_self\" rel=\"\" class=\"featured-image-link\">\r\n                    <div class=\"featured-image-container\" style=\"position: relative; overflow: hidden;\">\r\n                        <div class=\"main-featured-image\" style=\"background-image: url('https:\/\/pirhaniway.com\/blog\/wp-content\/uploads\/2026\/02\/learn-french-from-zero-1.png'); width: 100%; height: 100%; background-size: cover; background-position: center; position: absolute; top: 0; left: 0;\"><\/div>\r\n                        <div class=\"second-featured-image\" style=\"background-image: url('https:\/\/pirhaniway.com\/blog\/wp-content\/uploads\/2026\/02\/learn-french-from-zero2.png'); width: 100%; height: 100%; background-size: cover; background-position: center; position: absolute; top: 0; left: 0; opacity: 0; transition: opacity 0.3s ease, transform 0.3s ease;\"><\/div>\r\n                    <\/div>\r\n                <\/a>\r\n                <style>\r\n                    .featured-image-container {\r\n                        position: relative;\r\n                        overflow: hidden;\r\n                        border-radius: 25px;\r\n                    }\r\n                    .featured-image-container div {\r\n                        width: 100%;\r\n                        height: 100%;\r\n                        background-size: cover;\r\n                        background-position: center;\r\n                        position: absolute;\r\n                        top: 0;\r\n                        left: 0;\r\n                        transition: opacity 0.3s ease, transform 0.3s ease;\r\n                    }\r\n                    .featured-image-container:hover .main-featured-image {\r\n                        transform: scale(1.1);\r\n                    }\r\n                    .featured-image-container:hover .second-featured-image {\r\n                        opacity: 1;\r\n                        transform: scale(1.1);\r\n                    }\r\n                    .hover-card:hover .featured-image-container .main-featured-image {\r\n                        transform: scale(1.1);\r\n                    }\r\n                    .hover-card:hover .featured-image-container .second-featured-image {\r\n                        opacity: 1;\r\n                        transform: scale(1.1);\r\n                    }\r\n                <\/style>\r\n                <script>\r\n                    jQuery(document).ready(function($) {\r\n                        $('.featured-image-container').hover(function() {\r\n                            $(this).find('.second-featured-image').css('opacity', '1');\r\n                            $(this).find('.main-featured-image').css('opacity', '0');\r\n                        }, function() {\r\n                            $(this).find('.second-featured-image').css('opacity', '0');\r\n                            $(this).find('.main-featured-image').css('opacity', '1');\r\n                        });\r\n\r\n                        $('.hover-card').hover(function() {\r\n                            $(this).find('.featured-image-container .second-featured-image').css('opacity', '1');\r\n                            $(this).find('.featured-image-container .main-featured-image').css('opacity', '0');\r\n                        }, function() {\r\n                            $(this).find('.featured-image-container .second-featured-image').css('opacity', '0');\r\n                            $(this).find('.featured-image-container .main-featured-image').css('opacity', '1');\r\n                        });\r\n                    });\r\n                <\/script>\r\n                \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<div class=\"elementor-element elementor-element-1577822 e-con-full e-flex e-con e-child\" data-id=\"1577822\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-163e0e1 e-con-full e-flex e-con e-child\" data-id=\"163e0e1\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-01d4215 elementor-widget elementor-widget-post-info\" data-id=\"01d4215\" data-element_type=\"widget\" data-widget_type=\"post-info.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<ul class=\"elementor-icon-list-items elementor-post-info\">\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-ae67ab4\" itemprop=\"about\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-terms\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-post-info__terms-list\">\n\t\t\t\t<a href=\"https:\/\/pirhaniway.com\/blog\/category\/france\/\" class=\"elementor-post-info__terms-list-item\">\u0641\u0631\u0627\u0646\u0633\u0647<\/a>\t\t\t\t<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t<\/ul>\n\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-a9f2e01 e-con-full e-flex e-con e-child\" data-id=\"a9f2e01\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-45c1fad elementor-widget__width-initial elementor-widget elementor-widget-html\" data-id=\"45c1fad\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"post-eye-lottie-holder\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2e26340 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"2e26340\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<p class=\"elementor-heading-title elementor-size-default\">59<\/p>\t\t<\/div>\n\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-1deb7c8 e-con-full e-flex e-con e-child\" data-id=\"1deb7c8\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-787bf99 e-con-full e-flex e-con e-child\" data-id=\"787bf99\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6d57060 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"6d57060\" data-element_type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/pirhaniway.com\/blog\/learn-french-from-zero\/\">\u06cc\u0627\u062f\u06af\u06cc\u0631\u06cc \u0632\u0628\u0627\u0646 \u0641\u0631\u0627\u0646\u0633\u0647 \u0627\u0632 \u0635\u0641\u0631 | \u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u06a9\u0627\u0645\u0644 \u0634\u0631\u0648\u0639\u060c \u0633\u062e\u062a\u06cc\u200c\u0647\u0627 \u0648 \u0645\u0642\u0627\u06cc\u0633\u0647 \u0628\u0627 \u0627\u0646\u06af\u0644\u06cc\u0633\u06cc<\/a><\/h3>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-bfd235e e-con-full e-flex e-con e-child\" data-id=\"bfd235e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-dffeed5 elementor-author-box--layout-image-right elementor-author-box--align-right elementor-author-box--image-valign-middle elementor-author-box--avatar-yes elementor-author-box--name-yes elementor-widget elementor-widget-author-box\" data-id=\"dffeed5\" data-element_type=\"widget\" data-widget_type=\"author-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-author-box\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/pirhaniway.com\/blog\/author\/mahsa-parvizi\/\" class=\"elementor-author-box__avatar\">\n\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/pirhaniway.com\/blog\/wp-content\/uploads\/2024\/07\/cropped-Teache-Parvizi-min-1-300x300.jpg\" alt=\"\u062a\u0635\u0648\u06cc\u0631 \u0645\u0647\u0633\u0627 \u067e\u0631\u0648\u06cc\u0632\u06cc\" loading=\"lazy\">\n\t\t\t\t<\/a>\n\t\t\t\n\t\t\t<div class=\"elementor-author-box__text\">\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/pirhaniway.com\/blog\/author\/mahsa-parvizi\/\">\n\t\t\t\t\t\t<span class=\"elementor-author-box__name\">\n\t\t\t\t\t\t\t\u0645\u0647\u0633\u0627 \u067e\u0631\u0648\u06cc\u0632\u06cc\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\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>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"430\" class=\"elementor elementor-430 e-loop-item e-loop-item-4731 post-4731 post type-post status-publish format-standard has-post-thumbnail hentry category-resource-bank tag-pirhaniway tag-749 tag-1302 tag-1301 tag-1299 tag-1295 tag-614 tag-1300 tag-1296 tag-639 tag-1297 tag-1298 tag-748 tag-1294 tag-1293 content_level-introduction\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-a745986 hover-card e-flex e-con-boxed elementor-invisible e-con e-parent\" data-id=\"a745986\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeInUp&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-2f99472 e-flex e-con-boxed e-con e-child\" data-id=\"2f99472\" 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-a77a9bb elementor-widget__width-initial elementor-absolute elementor-widget elementor-widget-shortcode\" data-id=\"a77a9bb\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-shortcode\"><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f54a688 elementor-widget elementor-widget-second_featured_image\" data-id=\"f54a688\" data-element_type=\"widget\" data-widget_type=\"second_featured_image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t                <a href=\"https:\/\/pirhaniway.com\/blog\/dual-language-learning-guide\/\" target=\"_self\" rel=\"\" class=\"featured-image-link\">\r\n                    <div class=\"featured-image-container\" style=\"position: relative; overflow: hidden;\">\r\n                        <div class=\"main-featured-image\" style=\"background-image: url('https:\/\/pirhaniway.com\/blog\/wp-content\/uploads\/2026\/02\/dual-language-learning-guide.png'); width: 100%; height: 100%; background-size: cover; background-position: center; position: absolute; top: 0; left: 0;\"><\/div>\r\n                        <div class=\"second-featured-image\" style=\"background-image: url('https:\/\/pirhaniway.com\/blog\/wp-content\/uploads\/2026\/02\/dual-language-learning-guide2.png'); width: 100%; height: 100%; background-size: cover; background-position: center; position: absolute; top: 0; left: 0; opacity: 0; transition: opacity 0.3s ease, transform 0.3s ease;\"><\/div>\r\n                    <\/div>\r\n                <\/a>\r\n                <style>\r\n                    .featured-image-container {\r\n                        position: relative;\r\n                        overflow: hidden;\r\n                        border-radius: 25px;\r\n                    }\r\n                    .featured-image-container div {\r\n                        width: 100%;\r\n                        height: 100%;\r\n                        background-size: cover;\r\n                        background-position: center;\r\n                        position: absolute;\r\n                        top: 0;\r\n                        left: 0;\r\n                        transition: opacity 0.3s ease, transform 0.3s ease;\r\n                    }\r\n                    .featured-image-container:hover .main-featured-image {\r\n                        transform: scale(1.1);\r\n                    }\r\n                    .featured-image-container:hover .second-featured-image {\r\n                        opacity: 1;\r\n                        transform: scale(1.1);\r\n                    }\r\n                    .hover-card:hover .featured-image-container .main-featured-image {\r\n                        transform: scale(1.1);\r\n                    }\r\n                    .hover-card:hover .featured-image-container .second-featured-image {\r\n                        opacity: 1;\r\n                        transform: scale(1.1);\r\n                    }\r\n                <\/style>\r\n                <script>\r\n                    jQuery(document).ready(function($) {\r\n                        $('.featured-image-container').hover(function() {\r\n                            $(this).find('.second-featured-image').css('opacity', '1');\r\n                            $(this).find('.main-featured-image').css('opacity', '0');\r\n                        }, function() {\r\n                            $(this).find('.second-featured-image').css('opacity', '0');\r\n                            $(this).find('.main-featured-image').css('opacity', '1');\r\n                        });\r\n\r\n                        $('.hover-card').hover(function() {\r\n                            $(this).find('.featured-image-container .second-featured-image').css('opacity', '1');\r\n                            $(this).find('.featured-image-container .main-featured-image').css('opacity', '0');\r\n                        }, function() {\r\n                            $(this).find('.featured-image-container .second-featured-image').css('opacity', '0');\r\n                            $(this).find('.featured-image-container .main-featured-image').css('opacity', '1');\r\n                        });\r\n                    });\r\n                <\/script>\r\n                \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<div class=\"elementor-element elementor-element-1577822 e-con-full e-flex e-con e-child\" data-id=\"1577822\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-163e0e1 e-con-full e-flex e-con e-child\" data-id=\"163e0e1\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-01d4215 elementor-widget elementor-widget-post-info\" data-id=\"01d4215\" data-element_type=\"widget\" data-widget_type=\"post-info.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<ul class=\"elementor-icon-list-items elementor-post-info\">\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-ae67ab4\" itemprop=\"about\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-terms\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-post-info__terms-list\">\n\t\t\t\t<a href=\"https:\/\/pirhaniway.com\/blog\/category\/resource-bank\/\" class=\"elementor-post-info__terms-list-item\">\u0628\u0627\u0646\u06a9 \u0645\u0646\u0627\u0628\u0639<\/a>\t\t\t\t<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t<\/ul>\n\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-a9f2e01 e-con-full e-flex e-con e-child\" data-id=\"a9f2e01\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-45c1fad elementor-widget__width-initial elementor-widget elementor-widget-html\" data-id=\"45c1fad\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"post-eye-lottie-holder\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2e26340 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"2e26340\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<p class=\"elementor-heading-title elementor-size-default\">91<\/p>\t\t<\/div>\n\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-1deb7c8 e-con-full e-flex e-con e-child\" data-id=\"1deb7c8\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-787bf99 e-con-full e-flex e-con e-child\" data-id=\"787bf99\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6d57060 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"6d57060\" data-element_type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/pirhaniway.com\/blog\/dual-language-learning-guide\/\">\u06cc\u0627\u062f\u06af\u06cc\u0631\u06cc \u0647\u0645\u0632\u0645\u0627\u0646 \u062f\u0648 \u0632\u0628\u0627\u0646 | \u062a\u0635\u0645\u06cc\u0645 \u0647\u0648\u0634\u0645\u0646\u062f\u0627\u0646\u0647 \u06cc\u0627 \u0627\u0634\u062a\u0628\u0627\u0647 \u067e\u0631\u0647\u0632\u06cc\u0646\u0647\u061f (\u0628\u0631\u0631\u0633\u06cc \u0639\u0644\u0645\u06cc \u0648 \u0634\u0646\u0627\u062e\u062a\u06cc)<\/a><\/h3>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-bfd235e e-con-full e-flex e-con e-child\" data-id=\"bfd235e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-dffeed5 elementor-author-box--layout-image-right elementor-author-box--align-right elementor-author-box--image-valign-middle elementor-author-box--avatar-yes elementor-author-box--name-yes elementor-widget elementor-widget-author-box\" data-id=\"dffeed5\" data-element_type=\"widget\" data-widget_type=\"author-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-author-box\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/pirhaniway.com\/blog\/author\/mahshidkeivanjoo\/\" class=\"elementor-author-box__avatar\">\n\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/pirhaniway.com\/blog\/wp-content\/uploads\/2024\/12\/cropped-mashid-keivanjoo-min-300x300.jpg\" alt=\"\u062a\u0635\u0648\u06cc\u0631 \u0645\u0634\u0647\u06cc\u062f \u06a9\u06cc\u0648\u0627\u0646\u062c\u0648\" loading=\"lazy\">\n\t\t\t\t<\/a>\n\t\t\t\n\t\t\t<div class=\"elementor-author-box__text\">\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/pirhaniway.com\/blog\/author\/mahshidkeivanjoo\/\">\n\t\t\t\t\t\t<span class=\"elementor-author-box__name\">\n\t\t\t\t\t\t\t\u0645\u0634\u0647\u06cc\u062f \u06a9\u06cc\u0648\u0627\u0646\u062c\u0648\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\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>\n\t\t\t\t<\/div>\n\t\t\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ea8fbad elementor-widget elementor-widget-spacer\" data-id=\"ea8fbad\" 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<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\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<div class=\"elementor-element elementor-element-a1b2a82 e-flex e-con-boxed e-con e-parent\" data-id=\"a1b2a82\" 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-755f4e2 elementor-widget elementor-widget-spacer\" data-id=\"755f4e2\" 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<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3661fb2 border-radius-25px e-flex e-con-boxed e-con e-child\" data-id=\"3661fb2\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_direction&quot;:&quot;out-in&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:4,&quot;sizes&quot;:[]},&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5c18d9b elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"5c18d9b\" 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<div class=\"elementor-heading-title elementor-size-default\">\u0645\u0648\u0633\u0633\u0647 \u0634\u0646\u0627\u062e\u062a\u06cc \u0632\u0628\u0627\u0646 PirhaniWay\n<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2da2924 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"2da2924\" 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<div class=\"elementor-heading-title elementor-size-default\">\u0627\u0648\u0644\u06cc\u0646 \u0648 \u062a\u0646\u0647\u0627 \u0645\u0648\u0633\u0633\u0647 \u0632\u0628\u0627\u0646 \u0628\u0627 \u0631\u0648\u0634 \u0634\u0646\u0627\u062e\u062a\u06cc<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-459e79b elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"459e79b\" 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<p class=\"elementor-heading-title elementor-size-default\">\u0645\u0627 \u062f\u0631 \u0645\u0648\u0633\u0633\u0647 \u0634\u0646\u0627\u062e\u062a\u06cc \u0632\u0628\u0627\u0646 PirhaniWay \u0628\u0627 \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u0627\u0632 \u0631\u0648\u0634\u200c\u0647\u0627\u06cc \u067e\u06cc\u0634\u0631\u0641\u062a\u0647 \u062a\u062d\u0642\u06cc\u0642\u0627\u062a\u06cc \u0648 \u0622\u0645\u0648\u0632\u0634\u060c \u0628\u0647 \u0628\u0647\u0628\u0648\u062f \u0648 \u062a\u0642\u0648\u06cc\u062a \u0645\u0647\u0627\u0631\u062a\u200c\u0647\u0627\u06cc \u0632\u0628\u0627\u0646\u06cc \u0627\u0641\u0631\u0627\u062f \u06a9\u0645\u06a9 \u0645\u06cc\u200c\u06a9\u0646\u06cc\u0645.<\/p>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-78d64b8 elementor-align-justify elementor-widget__width-initial elementor-widget elementor-widget-button\" data-id=\"78d64b8\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/pirhaniway.com\">\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\">\u062b\u0628\u062a \u0646\u0627\u0645<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\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\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>\u062a\u0645\u0627\u0634\u0627\u062e\u0627\u0646\u0647 \u0632\u0628\u0627\u0646 0 0 \u062a\u0645\u0627\u0634\u0627\u062e\u0627\u0646\u0647 \u0632\u0628\u0627\u0646 0 700 \u0627\u0646\u06af\u0644\u06cc\u0633\u06cc \u0622\u0644\u0645\u0627\u0646\u06cc \u0641\u0631\u0627\u0646\u0633\u0647 \u0622\u0632\u0645\u0648\u0646 \u0647\u0627 \u067e\u0631\u0628\u0627\u0632\u062f\u06cc\u062f\u062a\u0631\u06cc\u0646 \u062c\u062f\u06cc\u062f\u062a\u0631\u06cc\u0646 \u0622\u0632\u0645\u0648\u0646 \u0686\u0644\u06cc CELI (\u0627\u06cc\u062a\u0627\u0644\u06cc\u0627\u06cc\u06cc) \u0686\u06cc\u0633\u062a\u061f &#8211; \u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062c\u0627\u0645\u0639 4 \u0634\u0647\u0631\u06cc\u0648\u0631, 1403 \u0632\u0645\u0627\u0646 \u0645\u0637\u0627\u0644\u0639\u0647: 9 \u062f\u0642\u06cc\u0642\u0647 \u0622\u0632\u0645\u0648\u0646 \u0647\u0627 50 \u0627\u0635\u0637\u0644\u0627\u062d \u0622\u0628 \u0648 \u0647\u0648\u0627\u06cc\u06cc \u0628\u0647 \u0627\u0646\u06af\u0644\u06cc\u0633\u06cc &#8211; \u0631\u0627\u06cc\u062c \u0648 \u06a9\u0627\u0631\u0628\u0631\u062f\u06cc 31 \u0645\u0631\u062f\u0627\u062f, 1403 \u0632\u0645\u0627\u0646 \u0645\u0637\u0627\u0644\u0639\u0647: 7 \u062f\u0642\u06cc\u0642\u0647 \u0627\u0646\u06af\u0644\u06cc\u0633\u06cc \u0644\u063a\u0627\u062a \u0648 \u0627\u0635\u0637\u0644\u0627\u062d\u0627\u062a \u0622\u0632\u0645\u0648\u0646 [&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-188","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v22.3 (Yoast SEO v26.5) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>\u0628\u0644\u0627\u06af \u0622\u0645\u0648\u0632\u0634 \u0632\u0628\u0627\u0646 | \u0622\u06a9\u0627\u062f\u0645\u06cc \u0632\u0628\u0627\u0646 \u067e\u06cc\u0631\u0647\u0627\u0646\u06cc<\/title>\n<meta name=\"description\" content=\"\u0628\u0644\u0627\u06af \u0622\u0645\u0648\u0632\u0634 \u0632\u0628\u0627\u0646(\u062a\u0645\u0627\u0634\u0627\u062e\u0627\u0646\u0647 \u0632\u0628\u0627\u0646). \u0645\u062c\u0645\u0648\u0639\u0647 \u0627\u06cc \u0627\u0632 \u0628\u0647\u062a\u0631\u06cc\u0646 \u0648\u0628\u0644\u0627\u06af \u0647\u0627\u06cc \u062c\u0627\u0645\u0639 \u0648 \u062a\u062e\u0635\u0635\u06cc \u062f\u0631 \u062d\u0648\u0632\u0647 \u06cc\u0627\u062f\u06af\u06cc\u0631\u06cc \u0632\u0628\u0627\u0646 \u0647\u0627\u06cc \u062e\u0627\u0631\u062c\u06cc.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/pirhaniway.com\/blog\/\" \/>\n<meta property=\"og:locale\" content=\"fa_IR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u0628\u0644\u0627\u06af \u0622\u0645\u0648\u0632\u0634 \u0632\u0628\u0627\u0646\" \/>\n<meta property=\"og:description\" content=\"\u0628\u0644\u0627\u06af \u0622\u0645\u0648\u0632\u0634 \u0632\u0628\u0627\u0646(\u062a\u0645\u0627\u0634\u0627\u062e\u0627\u0646\u0647 \u0632\u0628\u0627\u0646). \u0645\u062c\u0645\u0648\u0639\u0647 \u0627\u06cc \u0627\u0632 \u0628\u0647\u062a\u0631\u06cc\u0646 \u0648\u0628\u0644\u0627\u06af \u0647\u0627\u06cc \u062c\u0627\u0645\u0639 \u0648 \u062a\u062e\u0635\u0635\u06cc \u062f\u0631 \u062d\u0648\u0632\u0647 \u06cc\u0627\u062f\u06af\u06cc\u0631\u06cc \u0632\u0628\u0627\u0646 \u0647\u0627\u06cc \u062e\u0627\u0631\u062c\u06cc.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/pirhaniway.com\/blog\/\" \/>\n<meta property=\"og:site_name\" content=\"\u0622\u06a9\u0627\u062f\u0645\u06cc \u0632\u0628\u0627\u0646 \u067e\u06cc\u0631\u0647\u0627\u0646\u06cc\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/profile.php?id=61561232758270\" \/>\n<meta property=\"article:modified_time\" content=\"2024-08-26T15:23:17+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/pirhaniway.com\/blog\/wp-content\/uploads\/2024\/07\/book-1.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@pirhaniway\" \/>\n<meta name=\"twitter:label1\" content=\"\u0632\u0645\u0627\u0646 \u062a\u0642\u0631\u06cc\u0628\u06cc \u0628\u0631\u0627\u06cc \u062e\u0648\u0627\u0646\u062f\u0646\" \/>\n\t<meta name=\"twitter:data1\" content=\"6 \u062f\u0642\u06cc\u0642\u0647\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/pirhaniway.com\/blog\/\",\"url\":\"https:\/\/pirhaniway.com\/blog\/\",\"name\":\"\u0628\u0644\u0627\u06af \u0622\u0645\u0648\u0632\u0634 \u0632\u0628\u0627\u0646 | \u0622\u06a9\u0627\u062f\u0645\u06cc \u0632\u0628\u0627\u0646 \u067e\u06cc\u0631\u0647\u0627\u0646\u06cc\",\"isPartOf\":{\"@id\":\"https:\/\/pirhaniway.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/pirhaniway.com\/blog\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/pirhaniway.com\/blog\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/pirhaniway.com\/blog\/wp-content\/uploads\/2024\/07\/book-1.png\",\"datePublished\":\"2024-06-16T14:54:04+00:00\",\"dateModified\":\"2024-08-26T15:23:17+00:00\",\"description\":\"\u0628\u0644\u0627\u06af \u0622\u0645\u0648\u0632\u0634 \u0632\u0628\u0627\u0646(\u062a\u0645\u0627\u0634\u0627\u062e\u0627\u0646\u0647 \u0632\u0628\u0627\u0646). \u0645\u062c\u0645\u0648\u0639\u0647 \u0627\u06cc \u0627\u0632 \u0628\u0647\u062a\u0631\u06cc\u0646 \u0648\u0628\u0644\u0627\u06af \u0647\u0627\u06cc \u062c\u0627\u0645\u0639 \u0648 \u062a\u062e\u0635\u0635\u06cc \u062f\u0631 \u062d\u0648\u0632\u0647 \u06cc\u0627\u062f\u06af\u06cc\u0631\u06cc \u0632\u0628\u0627\u0646 \u0647\u0627\u06cc \u062e\u0627\u0631\u062c\u06cc.\",\"breadcrumb\":{\"@id\":\"https:\/\/pirhaniway.com\/blog\/#breadcrumb\"},\"inLanguage\":\"fa-IR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/pirhaniway.com\/blog\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"fa-IR\",\"@id\":\"https:\/\/pirhaniway.com\/blog\/#primaryimage\",\"url\":\"https:\/\/pirhaniway.com\/blog\/wp-content\/uploads\/2024\/07\/book-1.png\",\"contentUrl\":\"https:\/\/pirhaniway.com\/blog\/wp-content\/uploads\/2024\/07\/book-1.png\",\"width\":512,\"height\":512},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/pirhaniway.com\/blog\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u062e\u0627\u0646\u0647\",\"item\":\"https:\/\/pirhaniway.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u0628\u0644\u0627\u06af \u0622\u0645\u0648\u0632\u0634 \u0632\u0628\u0627\u0646\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/pirhaniway.com\/blog\/#website\",\"url\":\"https:\/\/pirhaniway.com\/blog\/\",\"name\":\"\u0622\u06a9\u0627\u062f\u0645\u06cc \u0632\u0628\u0627\u0646 \u067e\u06cc\u0631\u0647\u0627\u0646\u06cc\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/pirhaniway.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/pirhaniway.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fa-IR\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/pirhaniway.com\/blog\/#organization\",\"name\":\"\u0622\u06a9\u0627\u062f\u0645\u06cc \u0632\u0628\u0627\u0646 \u067e\u06cc\u0631\u0647\u0627\u0646\u06cc\",\"url\":\"https:\/\/pirhaniway.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fa-IR\",\"@id\":\"https:\/\/pirhaniway.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/pirhaniway.com\/blog\/wp-content\/uploads\/2024\/06\/cropped-cropped-Polyglot-logo.png\",\"contentUrl\":\"https:\/\/pirhaniway.com\/blog\/wp-content\/uploads\/2024\/06\/cropped-cropped-Polyglot-logo.png\",\"width\":512,\"height\":512,\"caption\":\"\u0622\u06a9\u0627\u062f\u0645\u06cc \u0632\u0628\u0627\u0646 \u067e\u06cc\u0631\u0647\u0627\u0646\u06cc\"},\"image\":{\"@id\":\"https:\/\/pirhaniway.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/profile.php?id=61561232758270\",\"https:\/\/x.com\/pirhaniway\"]}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"\u0628\u0644\u0627\u06af \u0622\u0645\u0648\u0632\u0634 \u0632\u0628\u0627\u0646 | \u0622\u06a9\u0627\u062f\u0645\u06cc \u0632\u0628\u0627\u0646 \u067e\u06cc\u0631\u0647\u0627\u0646\u06cc","description":"\u0628\u0644\u0627\u06af \u0622\u0645\u0648\u0632\u0634 \u0632\u0628\u0627\u0646(\u062a\u0645\u0627\u0634\u0627\u062e\u0627\u0646\u0647 \u0632\u0628\u0627\u0646). \u0645\u062c\u0645\u0648\u0639\u0647 \u0627\u06cc \u0627\u0632 \u0628\u0647\u062a\u0631\u06cc\u0646 \u0648\u0628\u0644\u0627\u06af \u0647\u0627\u06cc \u062c\u0627\u0645\u0639 \u0648 \u062a\u062e\u0635\u0635\u06cc \u062f\u0631 \u062d\u0648\u0632\u0647 \u06cc\u0627\u062f\u06af\u06cc\u0631\u06cc \u0632\u0628\u0627\u0646 \u0647\u0627\u06cc \u062e\u0627\u0631\u062c\u06cc.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/pirhaniway.com\/blog\/","og_locale":"fa_IR","og_type":"article","og_title":"\u0628\u0644\u0627\u06af \u0622\u0645\u0648\u0632\u0634 \u0632\u0628\u0627\u0646","og_description":"\u0628\u0644\u0627\u06af \u0622\u0645\u0648\u0632\u0634 \u0632\u0628\u0627\u0646(\u062a\u0645\u0627\u0634\u0627\u062e\u0627\u0646\u0647 \u0632\u0628\u0627\u0646). \u0645\u062c\u0645\u0648\u0639\u0647 \u0627\u06cc \u0627\u0632 \u0628\u0647\u062a\u0631\u06cc\u0646 \u0648\u0628\u0644\u0627\u06af \u0647\u0627\u06cc \u062c\u0627\u0645\u0639 \u0648 \u062a\u062e\u0635\u0635\u06cc \u062f\u0631 \u062d\u0648\u0632\u0647 \u06cc\u0627\u062f\u06af\u06cc\u0631\u06cc \u0632\u0628\u0627\u0646 \u0647\u0627\u06cc \u062e\u0627\u0631\u062c\u06cc.","og_url":"https:\/\/pirhaniway.com\/blog\/","og_site_name":"\u0622\u06a9\u0627\u062f\u0645\u06cc \u0632\u0628\u0627\u0646 \u067e\u06cc\u0631\u0647\u0627\u0646\u06cc","article_publisher":"https:\/\/www.facebook.com\/profile.php?id=61561232758270","article_modified_time":"2024-08-26T15:23:17+00:00","og_image":[{"url":"https:\/\/pirhaniway.com\/blog\/wp-content\/uploads\/2024\/07\/book-1.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_site":"@pirhaniway","twitter_misc":{"\u0632\u0645\u0627\u0646 \u062a\u0642\u0631\u06cc\u0628\u06cc \u0628\u0631\u0627\u06cc \u062e\u0648\u0627\u0646\u062f\u0646":"6 \u062f\u0642\u06cc\u0642\u0647"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/pirhaniway.com\/blog\/","url":"https:\/\/pirhaniway.com\/blog\/","name":"\u0628\u0644\u0627\u06af \u0622\u0645\u0648\u0632\u0634 \u0632\u0628\u0627\u0646 | \u0622\u06a9\u0627\u062f\u0645\u06cc \u0632\u0628\u0627\u0646 \u067e\u06cc\u0631\u0647\u0627\u0646\u06cc","isPartOf":{"@id":"https:\/\/pirhaniway.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/pirhaniway.com\/blog\/#primaryimage"},"image":{"@id":"https:\/\/pirhaniway.com\/blog\/#primaryimage"},"thumbnailUrl":"https:\/\/pirhaniway.com\/blog\/wp-content\/uploads\/2024\/07\/book-1.png","datePublished":"2024-06-16T14:54:04+00:00","dateModified":"2024-08-26T15:23:17+00:00","description":"\u0628\u0644\u0627\u06af \u0622\u0645\u0648\u0632\u0634 \u0632\u0628\u0627\u0646(\u062a\u0645\u0627\u0634\u0627\u062e\u0627\u0646\u0647 \u0632\u0628\u0627\u0646). \u0645\u062c\u0645\u0648\u0639\u0647 \u0627\u06cc \u0627\u0632 \u0628\u0647\u062a\u0631\u06cc\u0646 \u0648\u0628\u0644\u0627\u06af \u0647\u0627\u06cc \u062c\u0627\u0645\u0639 \u0648 \u062a\u062e\u0635\u0635\u06cc \u062f\u0631 \u062d\u0648\u0632\u0647 \u06cc\u0627\u062f\u06af\u06cc\u0631\u06cc \u0632\u0628\u0627\u0646 \u0647\u0627\u06cc \u062e\u0627\u0631\u062c\u06cc.","breadcrumb":{"@id":"https:\/\/pirhaniway.com\/blog\/#breadcrumb"},"inLanguage":"fa-IR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/pirhaniway.com\/blog\/"]}]},{"@type":"ImageObject","inLanguage":"fa-IR","@id":"https:\/\/pirhaniway.com\/blog\/#primaryimage","url":"https:\/\/pirhaniway.com\/blog\/wp-content\/uploads\/2024\/07\/book-1.png","contentUrl":"https:\/\/pirhaniway.com\/blog\/wp-content\/uploads\/2024\/07\/book-1.png","width":512,"height":512},{"@type":"BreadcrumbList","@id":"https:\/\/pirhaniway.com\/blog\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u062e\u0627\u0646\u0647","item":"https:\/\/pirhaniway.com\/blog\/"},{"@type":"ListItem","position":2,"name":"\u0628\u0644\u0627\u06af \u0622\u0645\u0648\u0632\u0634 \u0632\u0628\u0627\u0646"}]},{"@type":"WebSite","@id":"https:\/\/pirhaniway.com\/blog\/#website","url":"https:\/\/pirhaniway.com\/blog\/","name":"\u0622\u06a9\u0627\u062f\u0645\u06cc \u0632\u0628\u0627\u0646 \u067e\u06cc\u0631\u0647\u0627\u0646\u06cc","description":"","publisher":{"@id":"https:\/\/pirhaniway.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/pirhaniway.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fa-IR"},{"@type":"Organization","@id":"https:\/\/pirhaniway.com\/blog\/#organization","name":"\u0622\u06a9\u0627\u062f\u0645\u06cc \u0632\u0628\u0627\u0646 \u067e\u06cc\u0631\u0647\u0627\u0646\u06cc","url":"https:\/\/pirhaniway.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"fa-IR","@id":"https:\/\/pirhaniway.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/pirhaniway.com\/blog\/wp-content\/uploads\/2024\/06\/cropped-cropped-Polyglot-logo.png","contentUrl":"https:\/\/pirhaniway.com\/blog\/wp-content\/uploads\/2024\/06\/cropped-cropped-Polyglot-logo.png","width":512,"height":512,"caption":"\u0622\u06a9\u0627\u062f\u0645\u06cc \u0632\u0628\u0627\u0646 \u067e\u06cc\u0631\u0647\u0627\u0646\u06cc"},"image":{"@id":"https:\/\/pirhaniway.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/profile.php?id=61561232758270","https:\/\/x.com\/pirhaniway"]}]}},"_links":{"self":[{"href":"https:\/\/pirhaniway.com\/blog\/wp-json\/wp\/v2\/pages\/188","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pirhaniway.com\/blog\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/pirhaniway.com\/blog\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/pirhaniway.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/pirhaniway.com\/blog\/wp-json\/wp\/v2\/comments?post=188"}],"version-history":[{"count":761,"href":"https:\/\/pirhaniway.com\/blog\/wp-json\/wp\/v2\/pages\/188\/revisions"}],"predecessor-version":[{"id":2971,"href":"https:\/\/pirhaniway.com\/blog\/wp-json\/wp\/v2\/pages\/188\/revisions\/2971"}],"wp:attachment":[{"href":"https:\/\/pirhaniway.com\/blog\/wp-json\/wp\/v2\/media?parent=188"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}