

body{
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6,label,span,p,a {
	font-family: "neue-haas-grotesk-display", sans-serif;
	font-weight: 500;
	letter-spacing: 0.5px;
	margin: 0px;
}


a,p,hr {
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
}

img {
	width: 100%;
}

hr {
	border: none;
	height: 0.01em;
}

button, a {
	cursor: pointer;
}

h2 {
	font-size: 3.5em;
	line-height: 70px;
}

h3 {
	font-size: 2.5em;
	line-height: 1.4em;	
}

p {
	font-size: 1.25em;
	line-height: 1.5em;
}

.txtupper {
	text-transform: uppercase;
}

.vertical-line {
	height: 100%;
	position: relative;
	width: 1px;
	z-index: 1;
}

.btn-casacon span {
	text-transform: uppercase;
}

.cnt-row {
	position: relative;
}

header {
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 500;
}

header .header {
	position: relative;
	height: 50px;
}

header .header .logo {
	float: left;
	margin: 8px 20px;
}

header .header .logo img {
	height: 30px;
	width: auto;
}

header .header .header-right {
	float: right;
	position: relative;
	box-sizing: border-box;
	padding: 10px 20px;
	display: flex;
    justify-content: center;
    align-items: center;
}

header .header-line {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 1px;
	border: none;
}

header .header .btn-booknow {
	width: 170px;
	height: 30px;
	cursor: pointer;
}

header .header .btn-booknow span {
	font-size: 15px;
}

header .header-line {
	margin: 0px;
	padding: 0px;
}

header ul.menu {
	display: flex;
    list-style: none;
    text-decoration: none;
    gap: 40px;
	margin: 0px 40px 0px 0px;
    padding: 0px;
}

header ul.menu li a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 17px;
	opacity: 1;
}

header ul.menu li.lv0.noactive a,
header ul.menu li.lv1.noactive {
	opacity: 0.3;
}

header ul.menu li.lv0.active a,
header ul.menu li.lv1.active a {
	opacity: 1;
}

header ul.menu li.lv0:hover + .submenu {
	display: block;
}

header ul.menu li.lv0 .submenu.sl0 {
	position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    z-index: 500;
	display: none;
}

header ul.menu li.lv0 .submenu.sl0 ul.submenu {
	list-style: none;
    display: flex;
    gap: 40px;
    justify-content: end;
    height: 50px;
    align-items: center;
}


#page .content {
	margin-top: 50px;
}

.homepage .visore {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	display: flex;
	scroll-snap-type: x mandatory;
	overflow-x: scroll;
	-ms-overflow-style: none;  /* IE and Edge */
  	scrollbar-width: none;  /* Firefox */
}

.homepage .visore::-webkit-scrollbar {
    display: none;
}

.homepage .visore .item {
	display: flex;
	gap: 0px;
	width: 100%;
	height: calc(100vh - 100px);
	scroll-snap-align: start;
	flex: none;
}

.homepage .visore .item .text {
	position: relative;
    display: flex;
}

.homepage .visore .item .text.large {
    width: 130px;
}

.homepage .visore .item .text.small {
    width: 80px;
}

.homepage .visore .item .text label {
	writing-mode: vertical-rl;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    text-transform: uppercase;
    font-size: 60px;
    letter-spacing: 3px;
    width: 99%;
    margin-bottom: 30px;
}

.homepage .visore .item .text.large label {
	box-sizing:border-box;
	padding-right: 25px;
}


.homepage .visore .item .image {
	position: relative;
	width: 100%;
	background-position: center; 
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.homepage .visore .item .image section:nth-of-type(1) {
	margin: 0px 0px 25px 25px;
}

.homepage .visore .item .image section:nth-of-type(2) {
	margin: 0px 50px 50px 0px;
}

.homepage .visore .item .image section h1 {
	font-size: 80px;
    text-transform: uppercase;
    margin: 0px;
}

.homepage .visore .item .image section p {
    font-size: 20px;
    font-style: normal;
    line-height: 30px;
    max-width: 500px;
    margin: 0 auto;
}

.homepage .visore .item .image section button {
	width: 215px;
    height: 60px;
}

.homepage .visore .item .image section button span {
    font-size: 20px;
}

.homepage .cnt-balance,
.homepage .cnt-territory,
.homepage .room,
.upcoming-events {
	position: relative;
	margin: 5vh 0px 0px 0px;
	width: 100%;
}

.homepage .cnt-balance,
.homepage .cnt-territory,
.homepage .cnt-about {
	height: 65vh;
}

.homepage .cnt-balance h2 {
    margin: 0px 0px 0px 20px;
}

.homepage .cnt-balance .align-right {
	max-width: 880px;
    right: 20px;
    position: absolute;
    bottom: 40px;
}

.homepage .cnt-video {
	position: relative;
}

.homepage .cnt-territory p,
.homepage .cnt-about p {
	margin: 0px 0px 0px 20px;
}

.homepage .cnt-territory a:hover,
.homepage .cnt-about a:hover {
	text-decoration: underline;
}

.homepage .cnt-territory h3 {
	max-width: 1300px;
    left: 20px;
    position: absolute;
    bottom: 40px;
}

.homepage .home-event {
	position: relative;
}

.homepage .home-event .home-event-info {
	position: relative;
	display: flex;
	height: 90vh;
}

.homepage .home-event .home-event-info .event-image {
	flex: 60%;
	background-position: center;
	background-size: cover;
}

.homepage .home-event .home-event-info .event-info {
	flex: 40%;
}

.homepage .home-event .home-event-info .event-info .event-title {
	margin: 20px 20px;
} 

.homepage .home-event .home-event-info .event-info .event-shortdesc {
	line-height: 30px;
	margin: 40px 20px;
}

.homepage .home-event .home-event-info .event-info .event-cta {
	position: absolute;
    bottom: 40px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.homepage .home-event .home-event-info .event-info .event-cta button {
	width: 18vw;
	height: 7vh;
}

.homepage .home-event .home-event-info .event-info .event-cta button  span {
	font-size: 20px;
	line-height: 30px;
}

.homepage .about .cnt-about {
	position: relative;
	display: flex;
}

.homepage .about .cnt-about section:nth-of-type(1) {
	flex: 60%;
}

.homepage .about .cnt-about section:nth-of-type(2) {
	flex: 40%;
}

.homepage .about .cnt-about p {
	margin: 5vh 0px 0px 20px;
}

.homepage .about .cnt-about section:nth-of-type(1) h3 {
	position: absolute;
    bottom: 40px;
    left: 20px;
    max-width: 800px;
    right: 20px;
    line-height: 55px;
}

.homepage .room img {
	margin: 40px 0px;
}

.homepage .room h2,
.upcoming-events h2 {
	margin-left: 20px;
}

.homepage .room .room-info {
	position: relative;
	display: flex;
	gap: 20px;
	margin: 0px 20px 70px 0px;
}

.homepage .room .room-info section:nth-of-type(1){
	flex: 70%;
}

.homepage .room .room-info section:nth-of-type(2){
	flex: 30%;
    display: flex;
    flex-direction: column;
    gap: 20px;
	align-items: end;
}

.homepage .room .room-info p {
	max-width: 700px;
	font-size: 20px;
	line-height: 30px;
	margin: 0px 20px;
}

.homepage .room .room-info button {
	width: 18vw;
	height: 7vh;
}

.homepage .room .room-info button span {
	font-size: 20px;
	line-height: 30px;
}


.cnt-upcoming-events {
	position: relative;
	width: 100%;
	margin-top: 5vh;
}

.cnt-upcoming-events .upevent .upevent-info {
	display: flex;
	gap: 60px;
	margin: 20px;
}

.cnt-upcoming-events .upevent .upevent-info .title {
	flex-grow: 1;
}

.cnt-upcoming-events .upevent .upevent-info .date {
	flex-grow: 1;
	text-align: right;
}

.cnt-upcoming-events .upevent .upevent-info button {
	flex-grow: 1;
    max-width: 220px;
    height: 54px;
}

footer .footer {
	position: relative;
}

footer .footer .cnt-footer.row1 {
	display: flex;
    height: 40vh;
}

footer .footer .cnt-footer.row1 .block {
	flex-grow: 1;
    box-sizing: border-box;
    padding: 30px 20px;
    width: 25%;
}

footer .footer .cnt-footer.row1 .block p { 
	font-size: 15px;
	line-height: 17px;	
}

footer .footer .cnt-footer.row1 .block p.title {
	text-transform: uppercase;
} 

footer .cnt-footer.row1 .cnt-img {
	display: flex;
	gap: 8px;
	align-items: center;
    margin-top: 10px;
}

footer .cnt-footer.row1 .cnt-img a {
	cursor: pointer;
}


footer .cnt-footer.row1 .cnt-img a img {
	width: 25px;
}

footer .cnt-footer.row1 .paymentmethod {
	margin-top: 10px;
	width: 100%;
}

footer .cnt-footer.row1 .block3 {
	display: flex;
    flex-direction: column;
    gap: 10px;
}

footer .cnt-footer.row1 .block3 a {
    font-size: 15px;
    line-height: 17px;
    text-transform: uppercase;
    text-decoration: none;
}

footer .footer .logofooter {
	position: relative;
	width: 100%;
    box-sizing: border-box;
    padding: 5vh 20px 100px 20px;
}

.food-restaurant .visore,
.food-bar .visore,
.food-cocktailbath .visore,
.about-project .visore,
.about-history .visore,
.about-territory .visore {
    background-position: center;
    background-repeat: no-repeat;
	background-size: cover;
    height: calc(100vh - 100px);
}

.food-restaurant .cnt-about-restaurant,
.food-bar .cnt-about-bar {
	position: relative;
	width: 100%;
	height: 65vh;
}

.food-restaurant .cnt-about-restaurant h3,
.food-bar .cnt-about-bar h3,
.food-cocktailbath .content-about h3 {
	max-width: 1055px;
    margin: 5vh 20px 0px;
}

.food-restaurant .cnt-about-restaurant button,
.food-bar .cnt-about-bar button {
	position: absolute;
	bottom: 5vh;
	right: 20px;
	max-width: 335px;
	width: 100%;
	max-height: 60px;
	height: 100%;
	font-size: 20px;
}

.food-restaurant .cnt-food,
.food-bar .cnt-food {
	position: relative;
    width: 100%;
    height: 90vh;
    display: flex;
	scroll-snap-type: y mandatory;
	overflow-y: scroll;
	flex-direction: column;
}

.food-restaurant .cnt-food .slide-content,
.food-bar .cnt-food .slide-content {
	display: flex;
	height: 90vh;
	border-top: 1px solid #1f1f1f;
}

.food-restaurant .cnt-food .slide-content aside,
.food-bar .cnt-food .slide-content aside {
	width: 50%;
}

.food-restaurant .cnt-food .slide-content main,
.food-bar .cnt-food .slide-content main {
	flex: 1;
	height: 90vh;
	overflow: scroll;	
}

.food-restaurant .cnt-food .slide-content main::-webkit-scrollbar,
.food-bar .cnt-food .slide-content main::-webkit-scrollbar{
	display: none;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.food-restaurant .cnt-food .slide-content main::-webkit-scrollbar,
.food-bar .cnt-food .slide-content main::-webkit-scrollbar { 
	display: none;  /* Safari and Chrome */
}

.food-restaurant .cnt-food .slide-content main div.image,
.food-bar .cnt-food .slide-content main div.image {
	height: 90vh;
}

.food-restaurant .cnt-food .slide-content aside .widget,
.food-bar .cnt-food .slide-content aside .widget {
	justify-content: center;
	display: flex;
	height: 90vh;
}

.food-restaurant .cnt-food .slide-content aside .widget h3,
.food-bar .cnt-food .slide-content aside .widget h3 {
	margin: 30px 0px 30px 20px;
}

.food-restaurant .cnt-food .slide-content aside .widget p,
.food-bar .cnt-food .slide-content aside .widget p {
	margin: 40px 20px 0px 20px;
}

.food-restaurant  .content-heart {
	position: relative;
	display: flex;
	height: 90vh;
}

.food-restaurant .content-heart section {
	width: 50%;
}

.food-restaurant .content-heart section:nth-child(2) h3 {
	margin: 40px 20px;
    max-width: 560px;
}

.food-restaurant .content-heart section:nth-child(2) div {
	position: absolute;
    bottom: 40px;
    right: 20px;
}

.food-restaurant .content-heart section:nth-child(2) .cta {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 30px;
}

.food-restaurant .content-heart section:nth-child(2) .cta button {
	max-width: 530px;
	width: 90%;
	height: 60px;
	font-size: 20px;
}

.food-bar .content-reservetable {
	position: relative;
	height: 65vh;
}

.food-bar .content-reservetable h3 {
	max-width: 700px;
	margin: 5vh 20px;
}

.food-bar .content-reservetable .flex-section {
	position: absolute;
	bottom: 40px;
	left: 20px;
	right: 20px;
	display: flex;
	justify-content: space-between;
}

.food-bar .content-reservetable .flex-section p {
	max-width: 350px;
}

.food-bar .content-reservetable .flex-section button {
	max-width: 330px;
	height: 60px;
	font-size: 20px;
}

.food-bar .content-gallery {
	position: relative;
	display: flex;
	margin: 1px 0px -4px;
}

.food-cocktailbath .content-about {
	position: relative;
	height: 65vh;
}

.food-cocktailbath .content-about .absolute-section {
	position: absolute;
	bottom: 40px;
	right: 20px;
}

.food-cocktailbath .content-about .absolute-section button {
	width: 18vw;
	height: 7vh;
	margin-top: 5vh;
}

.food-cocktailbath .content-about .absolute-section button span {
	font-size: 28px ;
}

.food-cocktailbath .flex-section {
	display: flex;
	height: 90vh;;
}

.food-cocktailbath .flex-section section {
	width: 50%;
} 

.food-cocktailbath .flex-section section:nth-of-type(1) {
	background-size: cover;
	background-position: center;
}

.food-cocktailbath .flex-section section:nth-of-type(2) {
	box-sizing: border-box;
	padding: 5vh 20px 0px 20px;
}

.food-cocktailbath .flex-section section:nth-of-type(2) h3 {
	max-width: 570px;
}

.about-project .content-vision,
.about-project .content-mission {
	position: relative;
	height: 65vh;
	box-sizing: border-box;
	padding: 5vh 20px;
}

.about-project .content-vision .absolute-section, 
.about-project .content-mission .absolute-section,
.about-history .content-heritage .absolute-section, 
.about-territory .content-land .absolute-section {
	position: absolute;
	bottom: 5vh;
}

.about-project .content-vision .absolute-section h3,
.about-project .content-mission .absolute-section h3,
.about-history .content-heritage .absolute-section h3,
.about-territory .content-land .absolute-section h3 {
	max-width: 1400px;
}

.about-project .flex-section {
	position: relative;
	height: 90vh;
	display: flex;
}

.about-project .flex-section section {
	width: 50%;
}

.about-project .flex-section section:nth-of-type(1) {
	background-size: cover;
	background-position: center;
}

.about-project .flex-section section:nth-of-type(2) {
	box-sizing: border-box;
	padding: 5vh 20px;
}

.about-project .flex-section section:nth-of-type(2) label {
	font-size: 15px;
}


.about-project .flex-section section:nth-of-type(2) h3 {
	position: absolute;
	bottom: 5vh;
	max-width: 600px;
}

.about-history .content-heritage,
.about-territory .content-land {
	position: relative;
	height: 90vh;
	box-sizing: border-box;
	padding: 5vh 20px;
}

.about-history .flex-section {
	position: relative;
	display: flex;
}

.about-history .cnt-row.full-image {
	margin: -4px 0px;
}

.about-territory .cnt-city {
	position: relative;
}

.about-territory .cnt-city h2, 
.about-territory .cnt-city h3 {
	margin: 20px;
}

.about-territory .cnt-city .row-info {
	margin: 10px 20px;
	display: flex;
}

.about-territory .cnt-city .row-info p {
	width: 33.33%;
}

.about-territory .cnt-city .row-info p:nth-child(2) {
	text-align: center;
}

.about-territory .cnt-city .row-info p:nth-child(3) {
	text-align: right;
}


