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

ਸੈਮੀਫਾਈਨਲ ਵਿੱਚ ਆਸਟ੍ਰੇਲੀਆ ਨੂੰ ਰੋਕਣ ਲਈ ਟੀਮ ਇੰਡੀਆ ਦੀ ਕੀ ਹੋਵੇਗੀ ਯੋਜਨਾ?

Rohit Sharma

ਦੁਬਈ: ਭਾਰਤੀ ਕਪਤਾਨ ਰੋਹਿਤ ਸ਼ਰਮਾ ਨੇ ਐਤਵਾਰ ਨੂੰ ਕਿਹਾ ਕਿ ਆਸਟ੍ਰੇਲੀਆ ਨੇ ਆਈਸੀਸੀ ਟੂਰਨਾਮੈਂਟਾਂ ਵਿੱਚ ਵਧੀਆ ਪ੍ਰਦਰਸ਼ਨ ਕੀਤਾ ਹੈ ਅਤੇ ਸਾਨੂੰ ਚੈਂਪੀਅਨਜ਼ ਟਰਾਫੀ 2025 ਦੇ ਸੈਮੀਫਾਈਨਲ ਵਿੱਚ ਆਸਟ੍ਰੇਲੀਆ ਵਿਰੁੱਧ ਮੈਚ ਦੀ ਪੁਸ਼ਟੀ ਕਰਨ ਤੋਂ ਬਾਅਦ ਇਸ ਮੈਚ ਵਿੱਚ ਚੰਗਾ ਪ੍ਰਦਰਸ਼ਨ ਕਰਨ ਲਈ ਆਪਣੀਆਂ ਚੀਜ਼ਾਂ ਨੂੰ ਸੁਧਾਰਨਾ ਹੋਵੇਗਾ।

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

ਵਿਸ਼ਵ ਟੈਸਟ ਚੈਂਪੀਅਨਸ਼ਿਪ ਦੇ ਫਾਈਨਲ ਤੋਂ ਬਾਅਦ, ਆਸਟ੍ਰੇਲੀਆ ਨੇ ਆਈਸੀਸੀ ਵਨਡੇ ਵਿਸ਼ਵ ਕੱਪ 2023 ਦੇ ਫਾਈਨਲ ਵਿੱਚ ਵੀ ਭਾਰਤ ਨੂੰ ਹਰਾਇਆ।

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

ਉਨ੍ਹਾਂ ਕਿਹਾ, “ਘੱਟ ਮੈਚਾਂ ਵਾਲੇ ਅਜਿਹੇ ਟੂਰਨਾਮੈਂਟ ਵਿੱਚ ਲੈਅ ਬਣਾਈ ਰੱਖਣਾ ਮਹੱਤਵਪੂਰਨ ਹੈ। ਅਸੀਂ ਹਰ ਮੈਚ ਜਿੱਤਣ ਦੀ ਕੋਸ਼ਿਸ਼ ਕਰਦੇ ਹਾਂ। ਗਲਤੀਆਂ ਹੁੰਦੀਆਂ ਹਨ ਪਰ ਉਨ੍ਹਾਂ ਨੂੰ ਸੁਧਾਰਨਾ ਮਹੱਤਵਪੂਰਨ ਹੈ।

ਕਪਤਾਨ ਨੇ ਅੱਗੇ ਕਿਹਾ ਕਿ ਟੀਮ ਲਈ ਇਹ ਮਹੱਤਵਪੂਰਨ ਸੀ ਕਿ ਉਹ ਆਪਣੀ ਮੁਹਿੰਮ ਦਾ ਅੰਤ ਨਿਊਜ਼ੀਲੈਂਡ ‘ਤੇ ਜਿੱਤ ਨਾਲ ਉੱਚ ਪੱਧਰ ‘ਤੇ ਕਰੇ। ਭਾਰਤ ਨੇ ਸ਼੍ਰੇਅਸ ਅਈਅਰ ਦੀ 79 ਦੌੜਾਂ ਦੀ ਪਾਰੀ ਦੀ ਬਦੌਲਤ ਨੌਂ ਵਿਕਟਾਂ ‘ਤੇ 249 ਦੌੜਾਂ ਬਣਾਈਆਂ ਅਤੇ ਨਿਊਜ਼ੀਲੈਂਡ ਨੂੰ 205 ਦੌੜਾਂ ‘ਤੇ ਆਊਟ ਕਰ ਦਿੱਤਾ।

ਵਰੁਣ ਚੱਕਰਵਰਤੀ ਨੇ 10 ਓਵਰਾਂ ਵਿੱਚ 42 ਦੌੜਾਂ ਦੇ ਕੇ ਪੰਜ ਵਿਕਟਾਂ ਲਈਆਂ। ਰੋਹਿਤ ਨੇ ਭਾਰਤ ਦੀ ਜਿੱਤ ਦਾ ਸਿਹਰਾ ਵਰੁਣ ਚੱਕਰਵਰਤੀ ਦੇ ਪੰਜ ਵਿਕਟਾਂ ਅਤੇ ਸ਼੍ਰੇਅਸ ਅਈਅਰ ਅਤੇ ਅਕਸ਼ਰ ਪਟੇਲ (42) ਵਿਚਕਾਰ ਚੌਥੀ ਵਿਕਟ ਲਈ 98 ਦੌੜਾਂ ਦੀ ਸਾਂਝੇਦਾਰੀ ਨੂੰ ਦਿੱਤਾ।

ਉਨ੍ਹਾਂ ਕਿਹਾ, “ਪਹਿਲੇ ਪਾਵਰਪਲੇ ਵਿੱਚ ਵਿਕਟਾਂ ਗੁਆਉਣ ਤੋਂ ਬਾਅਦ, ਅਕਸ਼ਰ ਅਤੇ ਸ਼੍ਰੇਅਸ ਵਿਚਕਾਰ ਸਾਂਝੇਦਾਰੀ ਮਹੱਤਵਪੂਰਨ ਸੀ। ਉਹ ਟੀਮ ਨੂੰ ਚੰਗੇ ਸਕੋਰ ‘ਤੇ ਲੈ ਗਿਆ। ਸਾਨੂੰ ਇਸ ਸਕੋਰ ਦਾ ਬਚਾਅ ਕਰਨ ਦਾ ਭਰੋਸਾ ਸੀ।

ਉਸਨੇ ਕਿਹਾ, “ਵਰੁਣ ਕੋਲ ਕੁਝ ਵੱਖਰਾ ਹੈ, ਅਸੀਂ ਦੇਖਣਾ ਚਾਹੁੰਦੇ ਸੀ ਕਿ ਉਹ ਇਨ੍ਹਾਂ ਹਾਲਾਤਾਂ ਵਿੱਚ ਕੀ ਕਰ ਸਕਦਾ ਹੈ। ਸਾਨੂੰ ਅਗਲੇ ਮੈਚ ਵਿੱਚ ਟੀਮ ਚੋਣ ਬਾਰੇ ਸੋਚਣਾ ਪਵੇਗਾ। ਹਾਲਾਂਕਿ ਇਹ ਇੱਕ ਚੰਗਾ ਸਿਰ ਦਰਦ ਹੋਵੇਗਾ।

ਪਲੇਅਰ ਆਫ਼ ਦ ਮੈਚ ਚੱਕਰਵਰਤੀ ਨੇ ਕਿਹਾ, “ਮੈਂ ਸ਼ੁਰੂਆਤੀ ਓਵਰਾਂ ਵਿੱਚ ਘਬਰਾਹਟ ਮਹਿਸੂਸ ਕਰ ਰਿਹਾ ਸੀ। ਮੈਂ ਭਾਰਤ ਲਈ ਜ਼ਿਆਦਾ ਵਨਡੇ ਮੈਚ ਨਹੀਂ ਖੇਡੇ ਹਨ, ਇਸ ਲਈ ਮੈਂ ਘਬਰਾ ਗਿਆ ਸੀ।” ਜਿਵੇਂ-ਜਿਵੇਂ ਮੈਚ ਅੱਗੇ ਵਧਦਾ ਗਿਆ, ਮੈਂ ਬਿਹਤਰ ਮਹਿਸੂਸ ਕਰਨ ਲੱਗਾ। ਵਿਰਾਟ, ਰੋਹਿਤ, ਸ਼੍ਰੇਅਸ, ਹਾਰਦਿਕ, ਸਾਰੇ ਮੇਰੇ ਨਾਲ ਗੱਲਾਂ ਕਰ ਰਹੇ ਸਨ।

ਉਸਨੇ ਕਿਹਾ, “ਇਸ ਪਿੱਚ ‘ਤੇ ਗੇਂਦ ਜ਼ਿਆਦਾ ਨਹੀਂ ਘੁੰਮ ਰਹੀ ਸੀ ਪਰ ਮੈਂ ਸਹੀ ਜਗ੍ਹਾ ‘ਤੇ ਗੇਂਦਬਾਜ਼ੀ ਕੀਤੀ ਅਤੇ ਇਸਨੇ ਮਦਦ ਕੀਤੀ। ਕੁਲਦੀਪ, ਜਡੇਜਾ, ਅਕਸ਼ਰ ਨੇ ਜਿਸ ਤਰ੍ਹਾਂ ਗੇਂਦਬਾਜ਼ੀ ਕੀਤੀ ਉਹ ਸ਼ਾਨਦਾਰ ਸੀ।

ਨਿਊਜ਼ੀਲੈਂਡ ਦੇ ਕਪਤਾਨ ਮਿਸ਼ੇਲ ਸੈਂਟਨਰ ਨੇ ਕਿਹਾ ਕਿ ਭਾਰਤ ਨੇ ਵਿਚਕਾਰਲੇ ਓਵਰਾਂ ਵਿੱਚ ਬੱਲੇਬਾਜ਼ੀ ਅਤੇ ਗੇਂਦਬਾਜ਼ੀ ਦੋਵਾਂ ਵਿਭਾਗਾਂ ਵਿੱਚ ਮੈਚ ਨੂੰ ਚੰਗੀ ਤਰ੍ਹਾਂ ਕੰਟਰੋਲ ਕੀਤਾ।

ਉਸਨੇ ਕਿਹਾ, “ਇਹ ਇਸ ਟੂਰਨਾਮੈਂਟ ਵਿੱਚ ਹੁਣ ਤੱਕ ਦੀ ਸਭ ਤੋਂ ਹੌਲੀ ਪਿੱਚ ਸੀ ਜਿਸ ‘ਤੇ ਅਸੀਂ ਖੇਡੇ ਹਾਂ। ਭਾਰਤ ਨੇ ਵਿਚਕਾਰਲੇ ਓਵਰਾਂ ਵਿੱਚ ਬਿਹਤਰ ਕੰਟਰੋਲ ਦਿਖਾਇਆ।

ਕੀਵੀ ਕਪਤਾਨ ਨੇ ਅੱਗੇ ਕਿਹਾ, “ਸ਼੍ਰੇਅਸ ਨੇ ਚੰਗੀ ਬੱਲੇਬਾਜ਼ੀ ਕੀਤੀ ਅਤੇ ਹਾਰਦਿਕ ਨੇ ਆਖਰੀ ਓਵਰਾਂ ਵਿੱਚ ਤੇਜ਼ੀ ਨਾਲ ਦੌੜਾਂ ਬਣਾਈਆਂ। ਸਾਨੂੰ ਸੋਚਣ ਨਾਲੋਂ ਵੱਧ ਵਾਰੀ ਮਿਲ ਰਹੀ ਸੀ। ਭਾਰਤ ਕੋਲ ਚਾਰ ਸ਼ਾਨਦਾਰ ਸਪਿਨਰ ਸਨ ਜਿਸ ਕਾਰਨ ਸਾਡੇ ਲਈ ਚੀਜ਼ਾਂ ਮੁਸ਼ਕਲ ਹੋ ਗਈਆਂ।

Exit mobile version