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

ਕੌਣ ਹੈ ਦਿੱਲੀ ਦੀ ਪ੍ਰਤੀਕਾ ਰਾਵਲ? ਵਨਡੇ ਵਿੱਚ ਭਾਰਤੀ ਮਹਿਲਾ ਟੀਮ ਲਈ ਕੌਣ ਮਚਾ ਰਹੀ ਹੈ ਧਮਾਲ ?

Pratika Rawa

ਨਵੀਂ ਦਿੱਲੀ – ਰਾਜਕੋਟ ਵਿੱਚ ਆਇਰਲੈਂਡ ਖ਼ਿਲਾਫ਼ ਭਾਰਤ ਦੀ 3-0 ਨਾਲ ਮਹਿਲਾ ਇੱਕ ਰੋਜ਼ਾ ਲੜੀ ਜਿੱਤਣ ਤੋਂ ਬਾਅਦ ਪ੍ਰਤੀਕਾ ਰਾਵਲ (Pratika Rawa) ਸੁਰਖੀਆਂ ਵਿੱਚ ਹੈ। ਪ੍ਰਤੀਕਾ ਦੇ ਘਰ ਉਸਨੂੰ ਵਧਾਈ ਦੇਣ ਅਤੇ ਉਸਦੇ ਨਾਲ ਫੋਟੋਆਂ ਖਿਚਵਾਉਣ ਲਈ ਲੋਕਾਂ ਦੀ ਇੱਕ ਲੰਬੀ ਕਤਾਰ ਹੈ।

ਪਿਛਲੇ ਸਾਲ ਵਡੋਦਰਾ ਵਿੱਚ ਵੈਸਟਇੰਡੀਜ਼ ਖ਼ਿਲਾਫ਼ ਆਪਣਾ ਡੈਬਿਊ ਕਰਨ ਤੋਂ ਬਾਅਦ, ਪ੍ਰਤੀਕਾ ਨੇ 74 ਦੀ ਔਸਤ ਨਾਲ 444 ਦੌੜਾਂ ਬਣਾਈਆਂ ਹਨ, ਜੋ ਕਿ ਆਪਣੀਆਂ ਪਹਿਲੀਆਂ ਛੇ ਅੰਤਰਰਾਸ਼ਟਰੀ ਪਾਰੀਆਂ ਵਿੱਚ ਕਿਸੇ ਵੀ ਹੋਰ ਮਹਿਲਾ ਬੱਲੇਬਾਜ਼ ਦੁਆਰਾ ਸਭ ਤੋਂ ਵੱਧ ਹਨ। ਸਿਰਫ਼ ਦੱਖਣੀ ਅਫ਼ਰੀਕਾ ਦੇ ਪੁਰਸ਼ ਬੱਲੇਬਾਜ਼ ਜਨਮਨ ਮਲਾਨ ਨੇ ਹੀ ਉਸ ਤੋਂ ਵਧੀਆ ਪ੍ਰਦਰਸ਼ਨ ਕੀਤਾ ਹੈ।

ਉਨ੍ਹਾਂ ਛੇ ਮੈਚਾਂ ਵਿੱਚੋਂ ਆਖਰੀ ਵਿੱਚ, ਪ੍ਰਤੀਕਾ ਨੇ ਆਪਣੇ ਉਭਰਦੇ ਅੰਤਰਰਾਸ਼ਟਰੀ ਕਰੀਅਰ ਦੀ ਸਭ ਤੋਂ ਵੱਡੀ ਪਾਰੀ ਖੇਡੀ। ਉਸਨੇ 129 ਗੇਂਦਾਂ ‘ਤੇ 154 ਦੌੜਾਂ ਬਣਾਈਆਂ ਅਤੇ ਆਪਣੀ ਓਪਨਿੰਗ ਸਾਥੀ ਅਤੇ ਕਪਤਾਨ ਸਮ੍ਰਿਤੀ ਮੰਧਾਨਾ ਨਾਲ 233 ਦੌੜਾਂ ਦੀ ਸਾਂਝੇਦਾਰੀ ਕੀਤੀ, ਜਿਸ ਨਾਲ ਭਾਰਤ ਨੂੰ 430/5 ਦਾ ਸਕੋਰ ਬਣਾਉਣ ਵਿੱਚ ਮਦਦ ਮਿਲੀ, ਜੋ ਕਿ ਉਸਦਾ ਸਭ ਤੋਂ ਵੱਡਾ ਇੱਕ ਰੋਜ਼ਾ ਸਕੋਰ ਸੀ।

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

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

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

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

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

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

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

Exit mobile version