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

ਖੂਬਸੂਰਤ ਨਜ਼ਾਰਿਆਂ ਲਈ ਮਸ਼ਹੂਰ ਹਨ ਰਾਜਸਥਾਨ ਦੇ ਇਹ 5 ਕਿਲੇ, ਤਸਵੀਰਾਂ ਦੇਖ ਕੇ ਹੋ ਜਾਏਗਾ ਦਿਲ ਖੁਸ਼

Mehrangarh Fort

ਰਾਜਸਥਾਨ ਦੇ ਮਸ਼ਹੂਰ ਕਿਲ੍ਹੇ: ਰਾਜਸਥਾਨ ਆਪਣੇ ਇਤਿਹਾਸਕ ਕਿਲ੍ਹਿਆਂ ਲਈ ਪੂਰੀ ਦੁਨੀਆ ਵਿੱਚ ਜਾਣਿਆ ਜਾਂਦਾ ਹੈ। ਇੱਥੇ ਕਈ ਕਿਲੇ ਹਨ, ਜਿੱਥੇ ਹਰ ਸਾਲ ਲੱਖਾਂ ਸੈਲਾਨੀ ਪਹੁੰਚਦੇ ਹਨ। ਇਨ੍ਹਾਂ ਕਿਲ੍ਹਿਆਂ ਦਾ ਆਪਣਾ ਇਤਿਹਾਸ ਹੈ ਅਤੇ ਇੱਥੋਂ ਨੇੜਲੇ ਸ਼ਹਿਰਾਂ ਦੇ ਨਜ਼ਾਰੇ ਸ਼ਾਨਦਾਰ ਹਨ। ਇਨ੍ਹਾਂ ਕਿਲ੍ਹਿਆਂ ਦੇ ਆਲੇ-ਦੁਆਲੇ ਘੁੰਮਣਾ ਹਰ ਕਿਸੇ ਲਈ ਇੱਕ ਵਿਲੱਖਣ ਅਤੇ ਯਾਦਗਾਰੀ ਅਨੁਭਵ ਹੁੰਦਾ ਹੈ। ਅੱਜ ਅਸੀਂ ਤੁਹਾਨੂੰ 5 ਬਿਹਤਰੀਨ ਕਿਲ੍ਹਿਆਂ ਬਾਰੇ ਦੱਸ ਰਹੇ ਹਾਂ।

ਆਮੇਰ ਦਾ ਕਿਲਾ ਰਾਜਸਥਾਨ ਦੀ ਰਾਜਧਾਨੀ ਜੈਪੁਰ ਵਿੱਚ ਸਥਿਤ ਹੈ। ਇਹ ਕਿਲਾ ਤੁਹਾਨੂੰ ਰਾਜਸਥਾਨੀ ਲੋਕ ਸੰਗੀਤ ਨਾਲ ਜਾਣੂ ਕਰਵਾਉਂਦਾ ਹੈ ਅਤੇ ਤੁਹਾਨੂੰ ਇਸਦੀ ਸੁੰਦਰਤਾ ਨਾਲ ਮਨਮੋਹਕ ਕਰਦਾ ਹੈ। ਤੁਸੀਂ ਇਸ ਦੀ ਨੱਕਾਸ਼ੀ ਨੂੰ ਦੇਖ ਕੇ ਹੈਰਾਨ ਰਹਿ ਜਾਓਗੇ। ਅਰਾਵਲੀ ਰੇਂਜ ਵਿੱਚ ਇੱਕ ਪਹਾੜੀ ਉੱਤੇ ਸਥਿਤ ਆਮੇਰ ਕਿਲ੍ਹੇ ਨੂੰ ਰਾਜਸਥਾਨ ਦੇ ਹੋਰ ਪਹਾੜੀ ਕਿਲ੍ਹਿਆਂ ਦੇ ਨਾਲ ਯੂਨੈਸਕੋ ਦੀ ਵਿਸ਼ਵ ਵਿਰਾਸਤ ਸਥਾਨ ਵਿੱਚ ਸ਼ਾਮਲ ਕੀਤਾ ਗਿਆ ਹੈ। ਤੁਸੀਂ ਇਸ ਕਿਲ੍ਹੇ ਵਿੱਚ ਹਾਥੀ ਦੀ ਸਵਾਰੀ ਕਰ ਸਕਦੇ ਹੋ। ਤੁਸੀਂ ਸ਼ਹਿਰ ਦਾ ਸ਼ਾਨਦਾਰ ਦ੍ਰਿਸ਼ ਦੇਖ ਸਕਦੇ ਹੋ। ਇਸ ਕਿਲ੍ਹੇ ਦੀ ਵਿਸ਼ੇਸ਼ਤਾ ਦੀਵਾਨ-ਏ-ਖਾਸ, ਦੀਵਾਨ-ਏ-ਆਮ, ਸੁਖ ਨਿਵਾਸ ਅਤੇ ਸ਼ੀਸ਼ ਮਹਿਲ ਹਨ।

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

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

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

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

Exit mobile version