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

Dilip Kumar Death Anniversary: 22 ਸਾਲ ਛੋਟੀ ਸਾਇਰਾ ਬਾਨੋ ਪਰ ਆਇਆ ਸੀ ਦਿਲ

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

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

ਦਿਲੀਪ ਕੁਮਾਰ ਪੁਰਸਕਾਰਾਂ ਦੇ ਬਾਦਸ਼ਾਹ ਸਨ
ਫਿਲਮਫੇਅਰ ਅਵਾਰਡ ਦਾ ਆਯੋਜਨ ਪਹਿਲੀ ਵਾਰ ਸਾਲ 1954 ਵਿੱਚ ਕੀਤਾ ਗਿਆ ਸੀ, ਜਦੋਂ ਦਲੀਪ ਕੁਮਾਰ ਇਹ ਪੁਰਸਕਾਰ ਜਿੱਤਣ ਵਾਲੇ ਪਹਿਲੇ ਹੀਰੋ ਬਣੇ ਸਨ। ਇਸ ਤੋਂ ਬਾਅਦ ਫਿਲਮਫੇਅਰ ‘ਤੇ ਦਿਲੀਪ ਕੁਮਾਰ ਦਾ ਦਬਦਬਾ ਰਿਹਾ, ਉਨ੍ਹਾਂ ਨੂੰ ਲਗਾਤਾਰ ਤਿੰਨ ਸਾਲ (1956-1958) ਤੱਕ ਸਰਵੋਤਮ ਹੀਰੋ ਦਾ ਪੁਰਸਕਾਰ ਮਿਲਿਆ। ਉਸ ਨੂੰ ਇਹ ਐਵਾਰਡ ਆਜ਼ਾਦ, ਦੇਵਦਾਸ ਅਤੇ ਨਵਾਂ ਦੌਰ ਲਈ ਮਿਲੇ ਹਨ। ਦਿਲੀਪ ਕੁਮਾਰ ਨੂੰ ਆਪਣੇ ਜੀਵਨ ਕਾਲ ਵਿੱਚ 8 ਵਾਰ ਫਿਲਮਫੇਅਰ ਅਵਾਰਡ ਮਿਲੇ। ਇਸ ਮਾਮਲੇ ‘ਚ ਸਿਰਫ ਸ਼ਾਹਰੁਖ ਖਾਨ ਹੀ ਦਿਲੀਪ ਕੁਮਾਰ ਦੀ ਬਰਾਬਰੀ ਕਰ ਸਕੇ ਹਨ।

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

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

ਦੋਵਾਂ ਦਾ ਵਿਆਹ 1966 ‘ਚ ਹੋਇਆ ਸੀ
ਸਾਇਰਾ ਦੇ ਜਨਮਦਿਨ ਦੇ ਮੌਕੇ ‘ਤੇ ਜਦੋਂ ਦਿਲੀਪ ਕੁਮਾਰ ਉਨ੍ਹਾਂ ਦੇ ਘਰ ਪਹੁੰਚੇ ਤਾਂ ਉਹ ਸਾਇਰਾ ਨੂੰ ਦੇਖ ਕੇ ਹੀ ਰਹਿ ਗਏ। ਮੰਨਿਆ ਜਾਂਦਾ ਹੈ ਕਿ ਇਹ ਉਹ ਪਲ ਸੀ ਜਦੋਂ ਦਿਲੀਪ ਕੁਮਾਰ ਨੂੰ ਸਾਇਰਾ ਲਈ ਖਾਸ ਅਹਿਸਾਸ ਸੀ। ਇਸ ਤੋਂ ਇਲਾਵਾ ਦੋਹਾਂ ਵਿਚਾਲੇ ਸਮਝੌਤਾ ਹੋਇਆ ਅਤੇ ਸਾਲ 1966 ‘ਚ ਦੋਹਾਂ ਨੇ ਇਕ-ਦੂਜੇ ਨਾਲ ਵਿਆਹ ਕਰਵਾ ਲਿਆ। ਵਿਆਹ ਦੇ ਸਮੇਂ ਸਾਇਰਾ ਦੀ ਉਮਰ 22 ਸਾਲ ਸੀ, ਜਦਕਿ ਦਿਲੀਪ ਕੁਮਾਰ 44 ਸਾਲ ਦੇ ਸਨ। ਸਾਇਰਾ-ਦਲੀਪ ਕੁਮਾਰ ਦਾ ਰਿਸ਼ਤਾ ਵੱਖਰਾ ਸੀ, ਫਿਲਮੀ ਰਿਸ਼ਤਿਆਂ ਵਿੱਚ ਪਲ-ਪਲ ਟੁੱਟਦੇ ਹੋਏ ਕੁਝ ਖਾਸ।

 

Exit mobile version