div.nsl-container[data-align="left"] { text-align: left; } div.nsl-container[data-align="center"] { text-align: center; } div.nsl-container[data-align="right"] { text-align: right; } div.nsl-container div.nsl-container-buttons a[data-plugin="nsl"] { text-decoration: none; box-shadow: none; border: 0; } div.nsl-container .nsl-container-buttons { display: flex; padding: 5px 0; } div.nsl-container.nsl-container-block .nsl-container-buttons { display: inline-grid; grid-template-columns: minmax(145px, auto); } div.nsl-container-block-fullwidth .nsl-container-buttons { flex-flow: column; align-items: center; } div.nsl-container-block-fullwidth .nsl-container-buttons a, div.nsl-container-block .nsl-container-buttons a { flex: 1 1 auto; display: block; margin: 5px 0; width: 100%; } div.nsl-container-inline { margin: -5px; text-align: left; } div.nsl-container-inline .nsl-container-buttons { justify-content: center; flex-wrap: wrap; } div.nsl-container-inline .nsl-container-buttons a { margin: 5px; display: inline-block; } div.nsl-container-grid .nsl-container-buttons { flex-flow: row; align-items: center; flex-wrap: wrap; } div.nsl-container-grid .nsl-container-buttons a { flex: 1 1 auto; display: block; margin: 5px; max-width: 280px; width: 100%; } @media only screen and (min-width: 650px) { div.nsl-container-grid .nsl-container-buttons a { width: auto; } } div.nsl-container .nsl-button { cursor: pointer; vertical-align: top; border-radius: 4px; } div.nsl-container .nsl-button-default { color: #fff; display: flex; } div.nsl-container .nsl-button-icon { display: inline-block; } div.nsl-container .nsl-button-svg-container { flex: 0 0 auto; padding: 8px; display: flex; align-items: center; } div.nsl-container svg { height: 24px; width: 24px; vertical-align: top; } div.nsl-container .nsl-button-default div.nsl-button-label-container { margin: 0 24px 0 12px; padding: 10px 0; font-family: Helvetica, Arial, sans-serif; font-size: 16px; line-height: 20px; letter-spacing: .25px; overflow: hidden; text-align: center; text-overflow: clip; white-space: nowrap; flex: 1 1 auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-transform: none; display: inline-block; } div.nsl-container .nsl-button-google[data-skin="dark"] .nsl-button-svg-container { margin: 1px; padding: 7px; border-radius: 3px; background: #fff; } div.nsl-container .nsl-button-google[data-skin="light"] { border-radius: 1px; box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .25); color: RGBA(0, 0, 0, 0.54); } div.nsl-container .nsl-button-apple .nsl-button-svg-container { padding: 0 6px; } div.nsl-container .nsl-button-apple .nsl-button-svg-container svg { height: 40px; width: auto; } div.nsl-container .nsl-button-apple[data-skin="light"] { color: #000; box-shadow: 0 0 0 1px #000; } div.nsl-container .nsl-button-facebook[data-skin="white"] { color: #000; box-shadow: inset 0 0 0 1px #000; } div.nsl-container .nsl-button-facebook[data-skin="light"] { color: #1877F2; box-shadow: inset 0 0 0 1px #1877F2; } div.nsl-container .nsl-button-spotify[data-skin="white"] { color: #191414; box-shadow: inset 0 0 0 1px #191414; } div.nsl-container .nsl-button-apple div.nsl-button-label-container { font-size: 17px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; } div.nsl-container .nsl-button-slack div.nsl-button-label-container { font-size: 17px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; } div.nsl-container .nsl-button-slack[data-skin="light"] { color: #000000; box-shadow: inset 0 0 0 1px #DDDDDD; } div.nsl-container .nsl-button-tiktok[data-skin="light"] { color: #161823; box-shadow: 0 0 0 1px rgba(22, 24, 35, 0.12); } div.nsl-container .nsl-button-kakao { color: rgba(0, 0, 0, 0.85); } .nsl-clear { clear: both; } .nsl-container { clear: both; } .nsl-disabled-provider .nsl-button { filter: grayscale(1); opacity: 0.8; } /*Button align start*/ div.nsl-container-inline[data-align="left"] .nsl-container-buttons { justify-content: flex-start; } div.nsl-container-inline[data-align="center"] .nsl-container-buttons { justify-content: center; } div.nsl-container-inline[data-align="right"] .nsl-container-buttons { justify-content: flex-end; } div.nsl-container-grid[data-align="left"] .nsl-container-buttons { justify-content: flex-start; } div.nsl-container-grid[data-align="center"] .nsl-container-buttons { justify-content: center; } div.nsl-container-grid[data-align="right"] .nsl-container-buttons { justify-content: flex-end; } div.nsl-container-grid[data-align="space-around"] .nsl-container-buttons { justify-content: space-around; } div.nsl-container-grid[data-align="space-between"] .nsl-container-buttons { justify-content: space-between; } /* Button align end*/ /* Redirect */ #nsl-redirect-overlay { display: flex; flex-direction: column; justify-content: center; align-items: center; position: fixed; z-index: 1000000; left: 0; top: 0; width: 100%; height: 100%; backdrop-filter: blur(1px); background-color: RGBA(0, 0, 0, .32);; } #nsl-redirect-overlay-container { display: flex; flex-direction: column; justify-content: center; align-items: center; background-color: white; padding: 30px; border-radius: 10px; } #nsl-redirect-overlay-spinner { content: ''; display: block; margin: 20px; border: 9px solid RGBA(0, 0, 0, .6); border-top: 9px solid #fff; border-radius: 50%; box-shadow: inset 0 0 0 1px RGBA(0, 0, 0, .6), 0 0 0 1px RGBA(0, 0, 0, .6); width: 40px; height: 40px; animation: nsl-loader-spin 2s linear infinite; } @keyframes nsl-loader-spin { 0% { transform: rotate(0deg) } to { transform: rotate(360deg) } } #nsl-redirect-overlay-title { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 18px; font-weight: bold; color: #3C434A; } #nsl-redirect-overlay-text { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; text-align: center; font-size: 14px; color: #3C434A; } /* Redirect END*//* Notice fallback */ #nsl-notices-fallback { position: fixed; right: 10px; top: 10px; z-index: 10000; } .admin-bar #nsl-notices-fallback { top: 42px; } #nsl-notices-fallback > div { position: relative; background: #fff; border-left: 4px solid #fff; box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1); margin: 5px 15px 2px; padding: 1px 20px; } #nsl-notices-fallback > div.error { display: block; border-left-color: #dc3232; } #nsl-notices-fallback > div.updated { display: block; border-left-color: #46b450; } #nsl-notices-fallback p { margin: .5em 0; padding: 2px; } #nsl-notices-fallback > div:after { position: absolute; right: 5px; top: 5px; content: '\00d7'; display: block; height: 16px; width: 16px; line-height: 16px; text-align: center; font-size: 20px; cursor: pointer; }

TV Punjab | Punjabi News Channel

ਨਵੇਂ ਕਪਤਾਨ ਇਮਤਿਹਾਨ ਪਾਸ; ਪਹਿਲੇ ਹਫ਼ਤੇ ਦਾ ਪੂਰਾ ਰਿਪੋਰਟ ਕਾਰਡ ਪੜ੍ਹੋ

IPL 2022 ਦਾ ਪਹਿਲਾ ਹਫਤਾ ਰੋਮਾਂਚ ਅਤੇ ਐਕਸ਼ਨ ਨਾਲ ਭਰਿਆ ਰਿਹਾ। ਹੁਣ ਤੱਕ 10 ਮੈਚ ਹੋ ਚੁੱਕੇ ਹਨ। ਪਰ ਕ੍ਰਿਕਟ ਪ੍ਰਸ਼ੰਸਕਾਂ ਨੂੰ ਇਸ ‘ਚ ਟੀ-20 ਦਾ ਹਰ ਰੰਗ ਦੇਖਣ ਨੂੰ ਮਿਲਿਆ। ਜਿੱਥੇ ਬੱਲੇਬਾਜ਼ਾਂ ਨੇ ਚੌਕਿਆਂ-ਛੱਕਿਆਂ ਦੀ ਵਰਖਾ ਕੀਤੀ, ਉੱਥੇ ਹੀ ਗੇਂਦਬਾਜ਼ਾਂ ਨੇ ਵੀ ਮੌਕਾ ਮਿਲਣ ‘ਤੇ ਖੇਡ ਨੂੰ ਵਿਗਾੜ ਦਿੱਤਾ। ਯਾਨੀ ਹੁਣ ਤੱਕ ਲੀਗ ਪੂਰੇ ਪੈਸੇ ਲੈ ਰਹੀ ਹੈ। 10 ਵਿੱਚੋਂ ਤਿੰਨ ਮੈਚਾਂ ਵਿੱਚ ਪਹਿਲਾਂ ਬੱਲੇਬਾਜ਼ੀ ਕਰਦੇ ਹੋਏ ਟੀਮਾਂ ਨੇ 200 ਤੋਂ ਵੱਧ ਦਾ ਸਕੋਰ ਬਣਾਇਆ ਅਤੇ ਦਿਲਚਸਪ ਗੱਲ ਇਹ ਹੈ ਕਿ ਦੋ ਮੌਕਿਆਂ ‘ਤੇ ਇੰਨਾ ਵੱਡਾ ਟੀਚਾ ਵੀ ਹਾਸਲ ਕੀਤਾ ਗਿਆ। ਯਾਨੀ ਇਹ ਸੀਜ਼ਨ ਦੌੜਾਂ ਦੇ ਮਾਮਲੇ ‘ਚ ਹੁਣ ਤੱਕ ਹਿੱਟ ਰਿਹਾ ਹੈ। ਇਸ ਨਾਲ ਜੁੜਿਆ ਇਕ ਹੋਰ ਅੰਕੜਾ ਹੈ। ਪਿੱਛਾ ਕਰਨ ਵਾਲੀਆਂ ਟੀਮਾਂ ਨੇ ਹੁਣ ਤੱਕ 10 ਵਿੱਚੋਂ 7 ਮੈਚ ਜਿੱਤੇ ਹਨ। ਯਾਨੀ 70 ਫੀਸਦੀ ਮੈਚਾਂ ‘ਚ ਦੌੜਾਂ ਦਾ ਪਿੱਛਾ ਕਰਨ ਵਾਲੀ ਟੀਮ ਜਿੱਤ ਗਈ ਹੈ। ਸਿਰਫ਼ ਤਿੰਨ ਮੈਚਾਂ ਵਿੱਚ ਪਹਿਲਾਂ ਬੱਲੇਬਾਜ਼ੀ ਕਰਨ ਵਾਲੀ ਟੀਮ ਨੇ ਜਿੱਤ ਦਰਜ ਕੀਤੀ ਹੈ। ਪਿਛਲੇ ਦੋ ਮੈਚਾਂ ਵਿੱਚ ਅਜਿਹਾ ਹੋਇਆ ਹੈ।

ਇਸ ਵਾਰ ਜਦੋਂ ਲੀਗ ਸ਼ੁਰੂ ਹੋਈ ਸੀ, ਉਦੋਂ ਮੌਜੂਦਾ ਚੈਂਪੀਅਨ ਚੇਨਈ ਸੁਪਰ ਕਿੰਗਜ਼ (CSK) ਅਤੇ 5 ਵਾਰ ਦੀ ਚੈਂਪੀਅਨ ਮੁੰਬਈ ਇੰਡੀਅਨਜ਼ (MI) ਨੂੰ ਖਿਤਾਬ ਲਈ ਮਜ਼ਬੂਤ ​​ਦਾਅਵੇਦਾਰ ਮੰਨਿਆ ਜਾ ਰਿਹਾ ਸੀ। ਪਰ ਦੋਵਾਂ ਨੇ ਚੈਂਪੀਅਨਾਂ ਵਾਂਗ ਸ਼ੁਰੂਆਤ ਨਹੀਂ ਕੀਤੀ। ਚੇਨਈ ਅਤੇ ਮੁੰਬਈ ਦੀਆਂ ਦੋਵੇਂ ਟੀਮਾਂ ਆਪਣੇ ਸ਼ੁਰੂਆਤੀ ਦੋਵੇਂ ਮੈਚ ਹਾਰ ਚੁੱਕੀਆਂ ਹਨ। ਚੇਨਈ ਦੇ ਨਾਲ ਅਜਿਹਾ ਪਹਿਲੀ ਵਾਰ ਹੋਇਆ ਹੈ, ਜਦੋਂ ਟੀਮ ਆਈਪੀਐਲ ਦੇ ਕਿਸੇ ਵੀ ਸੀਜ਼ਨ ਵਿੱਚ ਆਪਣੇ ਪਹਿਲੇ ਦੋ ਮੈਚ ਹਾਰੀ ਹੈ। ਮਹਿੰਦਰ ਸਿੰਘ ਧੋਨੀ ਨੇ ਇਸ ਸੀਜ਼ਨ ਤੋਂ ਠੀਕ ਪਹਿਲਾਂ ਚੇਨਈ ਦੀ ਕਪਤਾਨੀ ਛੱਡ ਦਿੱਤੀ ਸੀ, ਉਨ੍ਹਾਂ ਦੀ ਜਗ੍ਹਾ ਰਵਿੰਦਰ ਜਡੇਜਾ ਨੂੰ ਟੀਮ ਦੀ ਕਮਾਨ ਸੌਂਪੀ ਗਈ ਸੀ। ਪਰ ਇਹ ਚੇਨਈ ਦੇ ਹੱਕ ਵਿੱਚ ਨਹੀਂ ਗਿਆ। ਜਡੇਜਾ ਦੋਵੇਂ ਮੈਚਾਂ ਵਿੱਚ ਕਪਤਾਨ ਦੇ ਰੂਪ ਵਿੱਚ ਦਬਾਅ ਵਿੱਚ ਨਜ਼ਰ ਆਏ। ਧੋਨੀ ਦੀ ਮੌਜੂਦਗੀ ਦੇ ਬਾਵਜੂਦ, ਉਹ ਆਪਣੀ ਛਾਪ ਛੱਡਣ ਵਿੱਚ ਅਸਫਲ ਰਿਹਾ। ਇਹੀ ਹਾਲ ਨਵੇਂ ਕਪਤਾਨ ਕੂਲ ਰੋਹਿਤ ਸ਼ਰਮਾ ਦਾ ਹੈ।

ਨਵਾਂ ਕਪਤਾਨ ਪਹਿਲਾ ਟੈਸਟ ਪਾਸ ਕਰਦਾ ਹੈ
ਦੂਜੇ ਪਾਸੇ ਨਵੀਂ ਟੀਮ ਗੁਜਰਾਤ ਟਾਈਟਨਸ ਅਤੇ ਇਸ ਦੇ ਕਪਤਾਨ ਹਾਰਦਿਕ ਪੰਡਯਾ, ਜੋ ਲੀਗ ਵਿੱਚ ਸ਼ਾਮਲ ਹੋਏ ਹਨ, ਦੋਵੇਂ ਪਹਿਲੀ ਪ੍ਰੀਖਿਆ ਵਿੱਚ ਪਾਸ ਹੋਏ ਹਨ। ਪੰਡਯਾ ਬਤੌਰ ਕਪਤਾਨ ਟੀਮ ‘ਚ ਜਾਨ ਪਾਉਣ ‘ਚ ਸਫਲ ਰਹੇ। ਇਹੀ ਕਾਰਨ ਹੈ ਕਿ ਗੁਜਰਾਤ ਨੇ ਆਪਣੇ ਪਹਿਲੇ ਦੋ ਮੈਚ ਜਿੱਤੇ ਅਤੇ ਦੋਵੇਂ ਮੈਚਾਂ ਵਿੱਚ ਵੱਖ-ਵੱਖ ਖਿਡਾਰੀ ਟੀਮ ਦੀ ਜਿੱਤ ਵਿੱਚ ਹੀਰੋ ਬਣ ਕੇ ਸਾਹਮਣੇ ਆਏ। ਦਿੱਲੀ ਕੈਪੀਟਲਸ ਦੇ ਖਿਲਾਫ ਜਿੱਥੇ ਸ਼ੁਭਮਨ ਗਿੱਲ ਅਤੇ ਲਾਕੀ ਫਰਗੂਸਨ ਚਮਕੇ, ਉਥੇ ਰਾਹੁਲ ਤਿਵਾਤੀਆ ਅਤੇ ਮੁਹੰਮਦ ਸ਼ਮੀ ਪਹਿਲੇ ਮੈਚ ਵਿੱਚ ਜਿੱਤ ਦੇ ਹੀਰੋ ਰਹੇ।

ਇਹੀ ਸਥਿਤੀ ਦੂਜੀ ਨਵੀਂ ਟੀਮ ਲਖਨਊ ਸੁਪਰ ਜਾਇੰਟਸ ਦੀ ਹੈ। ਲਖਨਊ ਨੇ 2 ‘ਚੋਂ ਇਕ ਮੈਚ ਜਿੱਤਿਆ ਹੈ। ਪਰ ਕੇਐਲ ਰਾਹੁਲ ਦੀ ਕਪਤਾਨੀ ਹਿੱਟ ਰਹੀ ਹੈ। ਕੋਲਕਾਤਾ ਨਾਈਟ ਰਾਈਡਰਜ਼ ਦੇ ਸ਼੍ਰੇਅਸ ਅਈਅਰ, ਆਰਸੀਬੀ ਦੇ ਫਾਫ ਡੂ ਪਲੇਸਿਸ ਅਤੇ ਪੰਜਾਬ ਕਿੰਗਜ਼ ਦੇ ਮਯੰਕ ਅਗਰਵਾਲ ਨੇ ਵੀ ਕਪਤਾਨੀ ਦਾ ਟੈਸਟ ਪਾਸ ਕੀਤਾ ਹੈ।

ਵਿਰਾਟ-ਰੋਹਿਤ ਵਰਗੇ ਮਾਰਕੀ ਖਿਡਾਰੀ ਬੇਰੰਗ ਨਜ਼ਰ ਆਏ
ਪਹਿਲੇ ਹਫਤੇ ਤੋਂ ਬਾਅਦ, ਰੋਹਿਤ ਸ਼ਰਮਾ, ਜਸਪ੍ਰੀਤ ਬੁਮਰਾਹ, ਰਵਿੰਦਰ ਜਡੇਜਾ ਅਤੇ ਵਿਰਾਟ ਕੋਹਲੀ ਵਰਗੇ ਮਾਰਕੀ ਖਿਡਾਰੀ ਆਪਣੇ ਸਟਾਰ ਰੁਤਬੇ ਨੂੰ ਪੂਰਾ ਨਹੀਂ ਕਰ ਸਕੇ। ਇਸ ਦੇ ਨਾਲ ਹੀ ਮਯੰਕ ਅਗਰਵਾਲ, ਸ਼ਿਖਰ ਧਵਨ, ਦਿਨੇਸ਼ ਕਾਰਤਿਕ, ਮੁਹੰਮਦ ਸ਼ਮੀ ਅਤੇ ਹਾਰਦਿਕ ਪੰਡਯਾ ਵਰਗੇ ਖਿਡਾਰੀ ਆਪਣੀ ਛਾਪ ਛੱਡਣ ‘ਚ ਸਫਲ ਰਹੇ ਹਨ। ਇਸ ਦੇ ਨਾਲ ਹੀ ਇਸ ਸੂਚੀ ‘ਚ ਉਮੇਸ਼ ਯਾਦਵ, ਅਜਿੰਕਿਆ ਰਹਾਣੇ ਵਰਗੇ ਖਿਡਾਰੀ ਵੀ ਸ਼ਾਮਲ ਹਨ, ਜਿਨ੍ਹਾਂ ‘ਤੇ IPL 2022 ਤੋਂ ਪਹਿਲਾਂ ਸਵਾਲ ਉਠਾਏ ਜਾ ਰਹੇ ਸਨ। ਉਹ ਨਿਲਾਮੀ ਵਿੱਚ ਮੁਸ਼ਕਿਲ ਨਾਲ ਖਰੀਦੇ ਗਏ ਸਨ। ਪਰ ਫਿਲਹਾਲ ਇਹ ਖਿਡਾਰੀ ਟੀਮ ਦਾ ਮੈਚ ਵਿਨਰ ਸਾਬਤ ਹੋ ਰਿਹਾ ਹੈ।

ਤੇਜ਼ ਗੇਂਦਬਾਜ਼ਾਂ ਨੇ ਆਪਣੀ ਤਾਕਤ ਦਿਖਾਈ
ਪਹਿਲੇ ਹਫਤੇ ਦੇ ਰੁਝਾਨ ਨੂੰ ਦੇਖਦੇ ਹੋਏ, ਬੱਲੇਬਾਜ਼ ਆਈਪੀਐਲ 2022 ਵਿੱਚ ਮਸਤੀ ਕਰ ਰਹੇ ਹਨ। ਵੱਡੇ ਸਕੋਰ ਅਤੇ ਚੌਕਿਆਂ-ਛੱਕਿਆਂ ਦਾ ਮੀਂਹ ਅੱਗੇ ਵੀ ਦੇਖਿਆ ਜਾ ਸਕਦਾ ਹੈ। ਪਰ ਗੇਂਦਬਾਜ਼ ਪੂਰੀ ਤਰ੍ਹਾਂ ਗਾਇਬ ਹਨ। ਇਹ ਨਹੀਂ ਕਿਹਾ ਜਾ ਸਕਦਾ। ਉਮੇਸ਼ ਯਾਦਵ ਅਤੇ ਮੁਹੰਮਦ ਸ਼ਮੀ ਨੇ ਪਾਰੀ ਦੀ ਸ਼ੁਰੂਆਤ ਅਤੇ ਅੰਤ ਵਿਚ ਵਿਕਟਾਂ ਲੈ ਕੇ ਇਸ ਨੂੰ ਗਲਤ ਸਾਬਤ ਕੀਤਾ। ਇਸ ਦੇ ਨਾਲ ਹੀ ਸਪਿਨ ਗੇਂਦਬਾਜ਼, ਖਾਸ ਤੌਰ ‘ਤੇ ਕਲਾਈ ਦੇ ਸਪਿਨਰ ਵੀ ਆਪਣਾ ਅਸਰ ਦਿਖਾ ਰਹੇ ਹਨ। ਜਿਵੇਂ-ਜਿਵੇਂ ਟੂਰਨਾਮੈਂਟ ਅੱਗੇ ਵਧੇਗਾ, ਕੁਲਦੀਪ ਯਾਦਵ, ਯੁਜਵੇਂਦਰ ਚਾਹਲ, ਕੁਲਦੀਪ ਬਿਸ਼ਨੋਈ ਵਰਗੇ ਸਪਿਨ ਗੇਂਦਬਾਜ਼ ਜਿੱਤ-ਹਾਰ ਵਿਚ ਅਹਿਮ ਭੂਮਿਕਾ ਨਿਭਾਉਣਗੇ।

Exit mobile version