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

Vikram Gokhale : ਅਨੁਭਵੀ ਅਭਿਨੇਤਾਵਾਂ ਵਿੱਚ ਹੋਇਆ ਸੀ ਵਿਕਰਮ ਗੋਖਲੇ ਦਾ ਜਨਮ, ਪੜਦਾਦੀ ਅਤੇ ਦਾਦੀ ਸਨ ਭਾਰਤ ਦੀ ਪਹਿਲੀ ਮਹਿਲਾ ਅਭਿਨੇਤਰੀਆਂ

Vikram Gokhale Birthday: ਦਿੱਗਜ ਬਾਲੀਵੁੱਡ ਅਭਿਨੇਤਾ ਵਿਕਰਮ ਗੋਖਲੇ ਹੁਣ ਸਾਡੇ ਵਿਚਕਾਰ ਨਹੀਂ ਰਹੇ, ਪਰ ਉਨ੍ਹਾਂ ਨੇ ਪਰਦੇ ‘ਤੇ ਨਿਭਾਏ ਜ਼ਬਰਦਸਤ ਕਿਰਦਾਰਾਂ ਕਾਰਨ ਉਹ ਆਪਣੇ ਪ੍ਰਸ਼ੰਸਕਾਂ ਦੇ ਦਿਲਾਂ ‘ਚ ਹਮੇਸ਼ਾ ਜ਼ਿੰਦਾ ਰਹਿਣਗੇ। ਅੱਜ ਯਾਨੀ 30 ਅਕਤੂਬਰ ਨੂੰ ਵਿਕਰਮ ਗੋਖਲੇ ਦੇ ਜਨਮਦਿਨ ‘ਤੇ ਪ੍ਰਸ਼ੰਸਕਾਂ ਨੇ ਇਕ ਵਾਰ ਫਿਰ ਉਨ੍ਹਾਂ ਨੂੰ ਯਾਦ ਕੀਤਾ ਅਤੇ ਉਨ੍ਹਾਂ ਨੂੰ ਭਾਵਪੂਰਤ ਸ਼ਰਧਾਂਜਲੀ ਭੇਟ ਕੀਤੀ। ਵਿਕਰਮ ਨੇ ਨਾ ਸਿਰਫ ਬਾਲੀਵੁੱਡ ਫਿਲਮਾਂ ਬਲਕਿ ਕਈ ਮਰਾਠੀ ਅਤੇ ਹੋਰ ਭਾਸ਼ਾਵਾਂ ਦੀਆਂ ਫਿਲਮਾਂ ਵਿੱਚ ਵੀ ਕੰਮ ਕੀਤਾ ਹੈ। ‘ਹਮ ਦਿਲ ਦੇ ਚੁਕੇ ਸਨਮ’ ‘ਚ ਐਸ਼ਵਰਿਆ ਰਾਏ ਦੇ ਪਿਤਾ ‘ਪੰਡਿਤ ਦਰਬਾਰ’ ਦੀ ਗੰਭੀਰ ਭੂਮਿਕਾ ਹੋਵੇ ਜਾਂ ‘ਦੇ ਦਨਾ ਦਾਨ’ ‘ਚ ਕਾਮੇਡੀ ਭੂਮਿਕਾ, ਵਿਕਰਮ ਗੋਖਲੇ ਨੇ ਹਰ ਕਿਰਦਾਰ ਨੂੰ ਵੱਡੇ ਪਰਦੇ ‘ਤੇ ਖੂਬਸੂਰਤੀ ਨਾਲ ਪੇਸ਼ ਕੀਤਾ। ਨੈਸ਼ਨਲ ਐਵਾਰਡ ਜਿੱਤ ਚੁੱਕੇ ਵਿਕਰਮ ਗੋਖਲੇ ਨੂੰ ਆਪਣੇ ਕਰੀਅਰ ਦੀ ਸ਼ੁਰੂਆਤ ‘ਚ ਕਾਫੀ ਸੰਘਰਸ਼ ਕਰਨਾ ਪਿਆ, ਜਿਸ ਬਾਰੇ ਬਹੁਤ ਘੱਟ ਲੋਕ ਜਾਣਦੇ ਹਨ। ਅੱਜ ਅਸੀਂ ਤੁਹਾਨੂੰ ਉਨ੍ਹਾਂ ਦੀ ਜ਼ਿੰਦਗੀ ਨਾਲ ਜੁੜੇ ਕਈ ਅਜਿਹੇ ਰਾਜ਼ ਦੱਸਾਂਗੇ, ਜਿਨ੍ਹਾਂ ਬਾਰੇ ਬਹੁਤ ਘੱਟ ਲੋਕ ਜਾਣਦੇ ਹਨ।

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

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

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

Exit mobile version