@import url("https://use.typekit.net/zye5bqa.css");

.prenota-btn, .lang-selector{
	display: flex;
	justify-content: center;
	align-items: center;
}
.prenota-btn a{
	min-height: 0px !important;
	line-height: 1;
	display: block !important;
	height: fit-content !important;
	background: #f5eee6;
	border: 1px solid #3e363433;
	color: #3e3634 !important;
	padding: 10px 16px !important;
	border-radius: 99px;
}
.prenota-btn a:before{
	display:none!important;
}
.uk-navbar-container.uk-navbar-sticky .uk-logo{
	width:120px;
	padding: 10px;
	box-sizing: content-box;
}
#img-hero-wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 550px;
	height: 250px;
	overflow: hidden;
	transform-origin:center center;
}
#img-hero-wrapper img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100vw;
	height: 100vh;
	object-fit: cover;
	transform: translate(-50%, -50%) scale(1.2);
	transform-origin: center center;
}
.home header { opacity: 0; }
.as-word { opacity: 0; }
#hero-title { opacity: 0; }

.hero-overlay{
	position:absolute;
	content:"";
	background:rgba(56, 45, 45, 0.3);
	width:100%;
	height:100%;
	left:0;
	top:0;
	transform-origin:center center;
}
#img-hero-wrapper {
	z-index: 0;
}
#hero-title {
	position: relative;
	z-index: 1;
}
#text-panel {
	position: relative;
	z-index: 1;
}
.as-img-reveal {
	clip-path: inset(6%);
	overflow: hidden;
}
.as-img-reveal img {
	transform: scale(1.1);
	transform-origin: center center;
	display: block;
	width: 100%;
	object-fit: cover;
}
.as-stacked-section {
	position: relative;
	overflow: hidden;
}
.as-stack-title {
	position: relative;
	z-index: 10;
	padding-bottom: 1rem;
	border-bottom: 1px solid rgba(28,26,23,.15);
}
.as-stack-card {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f5efe6;
	border-top: 1px solid rgba(28,26,23,.15);
	display: flex;
	align-items: center;
}
.as-stack-card .el-column {
	display: flex;
	align-items: center;
}
.as-stack-card .el-image img {
	width: 100%;
	max-width: 340px;
	height: auto;
	border-radius: 6px;
	display: block;
	margin: 0 auto;
}

.as-lang-switcher {
  position: relative;
  display: inline-block;
}
 
.as-lang-trigger {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  background: none;
  border: 0;
  padding: 0;
  font: inherit;
  color: inherit;
  letter-spacing: .04em;
}
.as-lang-trigger:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}
 
.as-lang-arrow {
  width: 8px;
  height: 8px;
  transition: transform .25s ease;
  flex-shrink: 0;
}
.as-lang-switcher.is-open .as-lang-arrow {
  transform: rotate(180deg);
}
 
.as-lang-dropdown {
  position: fixed;
  min-width: 160px;
  background: #fff;
  border: 1px solid rgba(28, 26, 23, .1);
  list-style: none;
  margin: 0;
  padding: 6px 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity .2s, transform .2s, visibility 0s linear .2s;
}
.as-lang-dropdown.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity .2s, transform .2s;
}
 
.as-lang-dropdown a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 14px;
  font-size: .85rem;
  color: #1c1a17;
  text-decoration: none;
  transition: background .15s;
}
.as-lang-dropdown a:hover,
.as-lang-dropdown a:focus-visible {
  background: #f5efe6;
  outline: 0;
}
 
@media (max-width: 959px) {
  .as-lang-dropdown {
    position: static !important;
    top: auto !important;
    left: auto !important;
    border: 0;
    background: transparent;
    padding: 0;
    margin-top: 8px;
    display: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    transition: none;
  }
  .as-lang-dropdown.is-open {
    display: block;
  }
}
@media (max-width: 959px) {
	.uk-logo{
		padding: 10px 0;
	}
	.prenota-btn, .lang-selector{
		margin-top:10px;
		justify-content: flex-start;
	}
	.as-stack-card {
		position: static !important;
		height: auto !important;
		width: 100% !important;
		top: auto !important;
		left: auto !important;
		z-index: auto !important;
		border-top: 1px solid rgba(28,26,23,.15);
		padding: 2rem 0;
	}
	.as-stacked-section {
		overflow: visible !important;
		height: auto !important;
	}

}