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

ਰਾਜਸਥਾਨ ਦੀ ਗਰਮੀ ਤੋਂ ਬਚਣ ਲਈ ਇਸ ਤਰ੍ਹਾਂ 2 ਦਿਨ ਮਾਉਂਟ ਆਬੂ ਵਿਚ ਬਿਤਾਓ

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

ਪਹਿਲੇ ਦਿਨ ਮਾਉਂਟ ਅਬੂ ਵਿੱਚ – One Day Trip in Mount Abu

ਮਾਉਂਟ ਅਬੂ ਵਿੱਚ ਨਾਸ਼ਤਾ- Breakfast in Mount Abu

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

ਦਿਲਵਾੜਾ ਮੰਦਰ – Dilwara temples

ਦਿਲਵਾੜਾ ਮੰਦਰ, ਜੋ ਕਿ ਮਾਉਂਟ  ਆਬੂ ਤੋਂ 3 ਕਿਲੋਮੀਟਰ ਦੀ ਦੂਰੀ ‘ਤੇ ਸਥਿਤ ਹੈ, ਮੁੱਖ ਤੌਰ’ ਤੇ 11 ਵੀਂ ਤੋਂ 13 ਵੀਂ ਸਦੀ ਈਸਵੀ ਦੇ ਵਿਚਕਾਰ ਵਾਸਤੂਪਾਲ ਅਤੇ ਤੇਜਪਾਲ ਦੁਆਰਾ ਬਣਾਇਆ ਗਿਆ ਸੀ. ਹਰੇ ਭਰੇ ਹਰਿਆਲੀ ਨਾਲ ਘਿਰਿਆ ਹੋਇਆ ਹੈ ਅਤੇ ਇਕ ਉਚਾਈ ‘ਤੇ ਸਥਿਤ ਹਨ, ਇਹ ਮੰਦਰ ਸੰਗਮਰਮਰ ਲਈ ਬਹੁਤ ਮਸ਼ਹੂਰ ਹਨ. ਦਰਵਾਜ਼ਿਆਂ ਤੋਂ ਲੈ ਕੇ ਛੱਤ ਅਤੇ ਥੰਮ੍ਹਾਂ ਤੱਕ ਹਰ ਚੀਜ਼ ਗੁੰਝਲਦਾਰ ਢੰਗਨਾਲ ਤਿਆਰ ਕੀਤੀ ਗਈ ਹੈ – ਇਕ ਬਿੰਦੂ ‘ਤੇ, ਸੰਗਮਰਮਰ ਦੀ ਛੱਤ ਇੰਨੀ ਵਧੀਆ ਹੈ ਕਿ ਹਰ ਮਹਿਮਾਨ ਇਸ ਨੂੰ ਫੋਟੋਆਂ ਖਿੱਚਣਾ ਚਾਹੁੰਦਾ ਹੈ. ਦਿਲਵਾੜਾ ਮੰਦਰ ਆਬੂ ਤੋਂ 2.6 ਕਿਲੋਮੀਟਰ ਦੀ ਦੂਰੀ ‘ਤੇ ਹੈ.

ਨੱਕੀ ਝੀਲ- Nakki Lake 

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

shopping

ਤੁਸੀਂ ਰਾਜਪੂਤਾਨਾ ਸ਼ਾਸਕਾਂ ਦੀ ਰਾਜਧਾਨੀ ਵਿੱਚ ਵੀ ਖਰੀਦਦਾਰੀ ਕਰ ਸਕਦੇ ਹੋ. ਇੱਥੇ ਤੁਸੀਂ ਰਾਜਸਥਾਨੀ ਚੀਜ਼ਾਂ, ਜਿਵੇਂ ਰਾਜਸਥਾਨੀ ਕਰਾਫਟਸ, ਪੇਂਟਿੰਗਜ਼, ਚਮੜੇ ਦਾ ਸਮਾਨ ਆਦਿ ਪਾ ਸਕਦੇ ਹੋ. ਇਸਦੇ ਨਾਲ ਹੀ, ਤੁਸੀਂ ਇੱਥੇ ਕੁਝ ਗੁਜਰਾਤੀ ਕਲਾ ਅਤੇ ਹੋਰ ਕਈ ਉਪਕਰਣ ਅਤੇ ਪਹਿਰਾਵਾ ਵੀ ਪਾਓਗੇ.

ਮਾਉਂਟਆਬੂ ਵਿਖੇ ਰਾਤ ਦਾ ਖਾਣਾ – Dinner in Mount Abu

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

ਮਾਉਂਟ ਅਬੂ ਵਿੱਚ ਦੂਸਰਾ ਦਿਨ- Two Day Trip in Mount Abu

ਸੂਰਜ ਡੁੱਬਣ- Sunset Point Mount Abu

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

ਚਾਚਾ ਅਜਾਇਬ ਘਰ ਵਿਖੇ ਖਰੀਦਦਾਰੀ – Shopping in Chacha Museum

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

ਅਚਲਗੜ੍ਹ ਕਿਲ੍ਹਾ – Achalgarh Fort, Mount Abu

ਅਚਲਗੜ ਕਿਲ੍ਹਾ ਮਾਉਂਟ ਆਬੂ ਵਿਚ 15 ਵੀਂ ਸਦੀ ਦਾ ਕਿਲ੍ਹਾ ਹੈ ਜੋ ਕਿ ਹੁਣ ਖੰਡਰਾਂ ਵਿਚ ਹੈ. ਇਸ ਕਿਲ੍ਹੇ ਦੇ ਕੰਪਲੈਕਸ ਵਿਚ ਹਨੂੰਮਾਨਪੋਲ ਨਾਂ ਦਾ ਇਕ ਵਿਸ਼ਾਲ ਫਾਟਕ ਹੈ, ਜਿਹੜਾ ਮੁੱਖ ਪ੍ਰਵੇਸ਼ ਦੁਆਰ ਦੀ ਸੇਵਾ ਕਰਦਾ ਹੈ. ਕਿਲ੍ਹੇ ਦੇ ਕੰਪਲੈਕਸ ਦੇ ਅੰਦਰ ਇਕ ਪ੍ਰਸਿੱਧ ਸ਼ਿਵ ਮੰਦਰ (ਅਚਲੇਸ਼ਵਰ ਮਹਾਦੇਵ ਮੰਦਰ) ਅਤੇ ਮੰਦਾਕਿਨੀ ਝੀਲ ਹੈ. ਇਥੇ ਇਕ ਹੋਰ ਵੱਡਾ ਆਕਰਸ਼ਣ ਇਕ ਵਿਸ਼ਾਲ ਨੰਦੀ ਦੀ ਮੂਰਤੀ ਹੈ.

 

Exit mobile version