
 .gallery_top video{
  width: 100%;
  height: 100%;
  object-fit: cover;
 }

.landing {
  position: relative;
  width: 50%;
  margin: 50px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.landing li {
  position: relative;
  margin-bottom: 10px
}

.landing li + li {
  margin-left: 10px
}

.landing li a {
  color: #d9a846;
  font-size: 12px
}

.header__top #qr {
  width: 405px;
}

.header__top #qr ul li .mese {
  font-size: 0.7rem;
}

.header__top #qr ul li,
.header__top #qr ul li:nth-child(3) {
  width: 13%;
}

.header__top #qr ul li:nth-child(5) {
  width: 20%;
}

.header__top #qr ul li .label {
  font-size: 1rem;
}

.header__top #qr ul li .icon {
  font-size: 2.5rem;
  top: 7px;
}

.header__top #qr ul li:last-child {
  width: 28.3%;
}

@media screen and (max-width: 1060px) {
  .header__top #qr ul li {
    display: none;
  }

  .header__top #qr {
    width: auto;
  }

  .header__top #qr ul li:last-child {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .landing {
    width: 80%
  }

  .header__top #qr {
    width: auto;
  }

  .header__top #qr ul li:last-child {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .landing {
    width: 95%
  }

  .landing li a {
    font-size: 10px
  }
}

.member-rate {
  padding-top: 40px;
}

.member-rate-button {
  padding: 15px 40px;
  border: 1px solid #d9a846;
  font-size: 14px;
  font-weight: bold;
  color: black;
}

.member-rate-button:hover {
  text-decoration: underline;
}


.spa {
	position: fixed;
	top: 43px;
	left: 250px;
	z-index: 20;
	width: 100%;
	max-width: 340px;
	font-weight: 600;
	border: solid 1px #d9a846;
	padding: 10px;
	font-size: 12px;
	text-align: center;
	line-height: 1.1;
	transition: top 0.5s ease;
}

.scroll .spa {
	top: -70px;
}

.header__top .menu-lang li:last-child{
   align-items: center;
   padding-top: 0;
}

@media screen and (max-width: 750px){
  .header__top .menu-lang li:last-child {
    margin-right: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 11px;
  }
  .header__top .menu-lang li:last-child .label{
     display: none;
  }
  .header__top .menu-lang{
     width: 100%;
     justify-content: space-between;
  }
}
.header__top .menu-lang li .lang li a{
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 1.2rem;
}

.header__top .menu-lang li .lang li a img{
  margin-right: 5px;
}



.scopri span {
    position: relative;
    padding: 11px 0;
    display: block;
}

.scopri span::before {
    content: '';
    height: 1px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000080;
}

.scopri span::after {
    content: '';
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #a5937b; 
}

.box_esperienze__link {
    margin-top: 45px;
    color: #000!important;
}

.header-act {
    position: absolute;
    top: 64px;
    left: 265px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 1px;
}

.header-act__text {
    color: #282929;
    font-size: 12px;
    line-height: 15px;
    font-family: "BlairMdITC TT", sans-serif;
    font-weight: 500;
    display: block;
}

.header-act__icon {
    display: block;
    color: #D9A846;
    font-size: 16px;
    height: 16px;
}

@media screen and (max-width: 1024px){
    .header-act {
        left: unset;
        right: 180px;
    }
}

@media screen and (max-width: 750px){
    .header-act {
        top: 35px;
        right: 0;
    }

    .header__top .menu-lang {
        left: 0;
    }
}