Spa coffee shop

کافی شاپ اسپا کافی شاپ اسپا
کافی شاپ اسپا کافی شاپ اسپا
کافی شاپ اسپا کافی شاپ اسپا

Spa coffee shop

We offer a unique experience of recreation in the Spa coffee shop along with the pleasance and freshness of beach and cool breeze coming from water along with cool and fresh drinks.

نظرات:

loader
Pool and sauna

Pool and sauna

LUXURE POOL

Pool and sauna

Pool and sauna

LUXURE POOL

Restaurant

Restaurant

LUXURE RESTAURANT

Restaurant

Restaurant

LUXURE RESTAURANT

Roof garden

Roof garden

ROOF GARDEN

Roof garden

Roof garden

ROOF GARDEN

Coffee Shop

Coffee Shop

COFFE SHOP

Coffee Shop

Coffee Shop

COFFE SHOP

conference hall

conference hall

conference hall

conference hall

conference hall

conference hall

We are going to shine like a diamond in the minds

ALMAS NOVIN HOTEL

© ALMAS NOVIN HOTEL Allright Reserved.
Developed by Intech Co.

 


Runtime Error

Server Error in '/' Application.

Runtime Error

Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".


<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="Off"/>
    </system.web>
</configuration>

Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.


<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
    </system.web>
</configuration>