/* ! Base Style */
/* ----------------------------------------------------------------------------------- */
/*
body{ background:#111; color:#fff; font-size: 16px; font-family: -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Helvetica Neue", Arial, sans-serif;}

a{text-decoration: none;color: #3DE99E}
p{line-height: 1.3;}

.progress-bar{position:fixed; top:0; left: 0;z-index:9999; background: #000; width: 100%; height: 4px; }
.progress-bar::-webkit-progress-value{background:#3DE99E;}


/* ! Title System */
/* ----------------------------------------------------------------------------------- 
.text-0{font-size: 5rem;}
h1, .text-1{font-size: 3.4rem;}
h2, .text-2{font-size: 2.2rem;}
h3, .text-3{font-size: 1.5rem;}
h4, p, .text-4{font-size: 1.3rem;}

h1, h2, h3, h4, h5, h6{font-family: Staatliches; font-weight: normal;}
h1, h2, h3, h4, p, ol, ul{margin-bottom: 1rem;}

@media (max-width: 768px) {
  .text-0{font-size: 4rem}
}

/* ! Button system */
/* ----------------------------------------------------------------------------------- 
.button,
.wp-block-button__link{font-size: 1.2rem;background: #fede3b; color:#000; padding: 14px 25px;border-radius: 4px}
.button:hover,
.wp-block-button__link:hover{background: #ead13b;}


/* ! Blocks */
/* ----------------------------------------------------------------------------------- 

.cover{
  background: #000;padding: 20px;min-height: 100vh;
  display: flex; flex-flow: column;
  justify-content: center;
  align-items: center;
  position:relative;

  
}
.cover__bg{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background:url(img/cover.jpg) center center;background-size:cover;z-index:0;border: 1px solid #000;opacity: 0.6;}
.cover__bg:after{ content: ' ';position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.7) 100%);;background-size:cover;}

.cover__content{max-width: 1200px; margin: 0 auto; position:relative; z-index: 1;width: 100%;padding-left: 20px; padding-right: 20px;}

.available {
	width: 300px; 
	height: 300px; 
	position: absolute; 
	top: 60%; 
	right: 27%;
}

/*.available {
	width: 100px; 
	height: 100px;
	position:absolute;
	top: 15%;
	right:6%;
}
@media (max-width: 380px) {
  .available{display: none;}
}
/*
@media (max-width: 380px) {
  .available{display: none;}
}
@media (max-width: 400px) {
  .available{width: 20px; height: 20px; position:absolute; top:1%; right:5%;}
}
@media (max-width: 768px) {
  .available{width: 200px; height: 200px; position:absolute; top:1%; right:5%;}
}
@media only screen and (min-device-width: 320px) {
  .available{width: 150px; height: 150px; position:absolute; top:13%; right:5%;}
}

@media only screen and (min-device-width: 480px) {
  .available{width: 150px; height: 150px; position:absolute; top:70%; right:10%;}
}

@media only screen and (min-device-width: 640px) {
  .available{width: 200px; height: 200px; position:absolute; top:15%; right:10%;}
}

@media only screen and (min-device-width: 768px) {
  .available{width: 200px; height: 200px; position:absolute; top:25%; right:10%;}
}

/* TABLET LANDSCAPE, LAPTOPS, DESKTOPS */
/*
@media only screen and (min-device-width: 900px) {
  .available{width: 300px; height: 300px; position:absolute; top:15%; right:10%;}
}

@media only screen and (min-device-width: 1024px) {
  .available{width: 200px; height: 200px; position:absolute; top:30%; right:10%;}
}

@media only screen and (min-device-width: 1280px) {
  .available{width: 300px; height: 300px; position:absolute; top:25%; right:10%;}
}
*
/* ! Colums 
.wp-block-columns{max-width:1250px; margin: 0 auto; padding: 0 15px;}
.container-items{display: flex;flex-wrap:wrap;}
.item-colums{width: 50%;margin-bottom: 20px;}
.item-colums h2{margin-bottom: 0px;}

/* ! testimoninza */
.testimonianza{position:relative;padding-left: 100px;margin-bottom: 60px;}
.testimonianza img{width: 80px;height: 80px;position: absolute;top:20px; left:0;}


/*  media text 

@media (max-width: 768px) {
  .wp-block-media-text__media{padding-bottom: 30px;}
}


/* ! Slider 
.splide{margin-top: 100px;}
.splide__slide{padding: 30px;}

/* ! Tiles 

.tiles{min-height: 500px; border-radius: 30px; color:#fff; position: relative;overflow: hidden; display:block}
.tiles__label{position: absolute; bottom: 30px; left:30px}
.tiles__content{
  padding: 30px;
  background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
}





/* ! Animation 
/* --------------------------------------------------------- 

.fade-in{opacity: 0; transform: translateY(1rem);}
.text-reveal{transform: translateY(1rem);clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);}
.fade-up{opacity: 0; transform: translateY(5rem);}

.rotate{ animation: rotation 20s linear infinite}

@keyframes rotation {
  0% {  transform: rotate(0deg);}
  100% {  transform: rotate(360deg);}
}

.slide-right{position:relative; right: -200px}
.slide-left{position:relative; left: -200px}



/* ! Cursor 
* {cursor:none}
.outline {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 1px solid #fff;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0px;
  top: 0px;
  z-index: 999999;
  transform: translate( 50vw, -100px );
}

.cursor {
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background: #fff;
  opacity: .3;
  position: fixed;
  left: 0px;
  top: 0px;
  pointer-events: none;
  z-index: 999999;
  transform: translate( 50vw, -100px );
}

.hover {
  opacity: 0.5;
  border: 5px solid red;
  z-index: 999999;
}

@media (max-width: 768px) {

  .cursor,
  .outline{display: none;}
	.cover{
		margin-top: 30px;
	}

}
/* nuovo 
 .button-group {
  display: flex;
  gap: 15px;
  margin-top: 30px;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .button-group {
    flex-direction: column;
    align-items: stretch;
  }

  .button, .button-outline {
    width: 100%;
    text-align: center;
  }
}

.button-outline {
  background: transparent;
  color: #fede3b;
  border: 2px solid #fede3b;
  padding: 14px 25px;
  border-radius: 4px;
  font-size: 1.2rem;
  text-align: center;
  transition: all 0.3s ease;
}

.button-outline:hover {
  background: #fede3b;
  color: #000;
}
.cover__content,
.button,
.button-outline {
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .rotate {
    animation: none !important;
  }
}
@media (max-width: 768px) {
  .rotate {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .header {
    display: flex;
    align-items: center;       /* ← centra verticalmente 
    justify-content: space-between;
    padding: 10px 20px;
  }

  .header__logo {
    display: flex;
    align-items: center;
    height: auto;
  }

  .header__logo img {
    max-height: 50px;          /* ← adatta la dimensione se serve 
    height: auto;
    display: block;
  }

  .header__hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
  }
}
.menu-toggle {
  display: none;
}

@media (max-width: 768px) {
  .menu-toggle {
    display: block;
  }
}
.header {
  position: relative;
}

@media (max-width: 768px) {
  .header-container {
    margin-bottom: 20px; /* oppure padding-bottom 
  }
}
#splash-ruota {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #111;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999999;
  opacity: 1;
  visibility: visible;
  transition: opacity 1.5s ease-in-out, visibility 1.5s ease-in-out;
  pointer-events: all;
}

#splash-ruota.fade-out {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.ruota-static {
  width: 200px;
  height: 200px;
  animation: rotation 10s linear infinite;
}

@keyframes rotation {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

body.lock-scroll {
  overflow: hidden;
}

body:not(.splash-done) .ht-ctc-chat {
  display: none !important;
}
/*************************************************

@media (max-width: 768px) {
  .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
  }

  .header__logo,
  .header__hamburger {
    display: flex;
    align-items: center;
  }

  .header__logo img {
    max-height: 50px;
    height: auto;
    transform: translateY(8px);
  }

  .header__hamburger {
    flex-direction: column;
    gap: 4px;
    cursor: pointer;
    z-index: 9999;
    margin-right: 5px;
  }

  .header__hamburger span {
    height: 3px;
    width: 25px;
    background: #fff;
    display: block;
  }

  .header__menu {
    display: none;
    flex-direction: column;
    background: #111;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 20px;
    z-index: 9998;
    box-sizing: border-box;
  }

  .header__menu.open {
    display: flex;
  }

  .header__menu li {
    list-style: none;
  }

  .header__menu li a {
    color: #fff;
    text-decoration: none;
    font-size: 1.4rem;
    padding: 12px 0;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}
*/

/* ! Base Style */
/* ----------------------------------------------------------------------------------- */
body{ background:#111; color:#fff; font-size: 16px; font-family: -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Helvetica Neue", Arial, sans-serif;}

a{text-decoration: none;color: #3DE99E}
p{line-height: 1.3;}

.progress-bar{position:fixed; top:0; left: 0;z-index:9999; background: #000; width: 100%; height: 4px; }
.progress-bar::-webkit-progress-value{background:#3DE99E;}


/* ! Title System */
/* ----------------------------------------------------------------------------------- */
.text-0{font-size: 5rem;}
h1, .text-1{font-size: 3.4rem;}
h2, .text-2{font-size: 2.2rem;}
h3, .text-3{font-size: 1.5rem;}
h4, p, .text-4{font-size: 1.3rem;}

h1, h2, h3, h4, h5, h6{font-family: Staatliches; font-weight: normal;}
h1, h2, h3, h4, p, ol, ul{margin-bottom: 1rem;}

@media (max-width: 768px) {
  .text-0{font-size: 4rem}
}

/* ! Button system */
/* ----------------------------------------------------------------------------------- */
.button,
.wp-block-button__link{font-size: 1.2rem;background: #fede3b; color:#000; padding: 14px 25px;border-radius: 4px}
.button:hover,
.wp-block-button__link:hover{background: #ead13b;}


/* ! Blocks */
/* ----------------------------------------------------------------------------------- */

.cover{
  background: #000;padding: 20px;min-height: 100vh;
  display: flex; flex-flow: column;
  justify-content: center;
  align-items: center;
  position:relative;

  
}
.cover__bg{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background:url(img/cover.jpg) center center;background-size:cover;z-index:0;border: 1px solid #000;opacity: 0.6;}
.cover__bg:after{ content: ' ';position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.7) 100%);;background-size:cover;}

.cover__content{max-width: 1200px; margin: 0 auto; position:relative; z-index: 1;width: 100%;padding-left: 20px; padding-right: 20px;}

.available {
	width: 300px; 
	height: 300px; 
	position: absolute; 
	top: 60%; 
	right: 27%;
}

/*.available {
	width: 100px; 
	height: 100px;
	position:absolute;
	top: 15%;
	right:6%;
}
@media (max-width: 380px) {
  .available{display: none;}
}
/*
@media (max-width: 380px) {
  .available{display: none;}
}
@media (max-width: 400px) {
  .available{width: 20px; height: 20px; position:absolute; top:1%; right:5%;}
}
@media (max-width: 768px) {
  .available{width: 200px; height: 200px; position:absolute; top:1%; right:5%;}
}
@media only screen and (min-device-width: 320px) {
  .available{width: 150px; height: 150px; position:absolute; top:13%; right:5%;}
}

@media only screen and (min-device-width: 480px) {
  .available{width: 150px; height: 150px; position:absolute; top:70%; right:10%;}
}

@media only screen and (min-device-width: 640px) {
  .available{width: 200px; height: 200px; position:absolute; top:15%; right:10%;}
}

@media only screen and (min-device-width: 768px) {
  .available{width: 200px; height: 200px; position:absolute; top:25%; right:10%;}
}

/* TABLET LANDSCAPE, LAPTOPS, DESKTOPS */
/*
@media only screen and (min-device-width: 900px) {
  .available{width: 300px; height: 300px; position:absolute; top:15%; right:10%;}
}

@media only screen and (min-device-width: 1024px) {
  .available{width: 200px; height: 200px; position:absolute; top:30%; right:10%;}
}

@media only screen and (min-device-width: 1280px) {
  .available{width: 300px; height: 300px; position:absolute; top:25%; right:10%;}
}
*
/* ! Colums */
.wp-block-columns{max-width:1250px; margin: 0 auto; padding: 0 15px;}
.container-items{display: flex;flex-wrap:wrap;}
.item-colums{width: 50%;margin-bottom: 20px;}
.item-colums h2{margin-bottom: 0px;}

/* ! testimoninza */
.testimonianza{position:relative;padding-left: 100px;margin-bottom: 60px;}
.testimonianza img{width: 80px;height: 80px;position: absolute;top:20px; left:0;}


/*  media text */

@media (max-width: 768px) {
  .wp-block-media-text__media{padding-bottom: 30px;}
}


/* ! Slider */
.splide{margin-top: 100px;}
.splide__slide{padding: 30px;}

/* ! Tiles */

.tiles{min-height: 500px; border-radius: 30px; color:#fff; position: relative;overflow: hidden; display:block}
.tiles__label{position: absolute; bottom: 30px; left:30px}
.tiles__content{
  padding: 30px;
  background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
}





/* ! Animation */
/* --------------------------------------------------------- */

.fade-in{opacity: 0; transform: translateY(1rem);}
.text-reveal{transform: translateY(1rem);clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);}
.fade-up{opacity: 0; transform: translateY(5rem);}

.rotate{ animation: rotation 20s linear infinite}

@keyframes rotation {
  0% {  transform: rotate(0deg);}
  100% {  transform: rotate(360deg);}
}

.slide-right{position:relative; right: -200px}
.slide-left{position:relative; left: -200px}



/* ! Cursor */
* {cursor:none}
.outline {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 1px solid #fff;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0px;
  top: 0px;
  z-index: 999999;
  transform: translate( 50vw, -100px );
}

.cursor {
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background: #fff;
  opacity: .3;
  position: fixed;
  left: 0px;
  top: 0px;
  pointer-events: none;
  z-index: 999999;
  transform: translate( 50vw, -100px );
}

.hover {
  opacity: 0.5;
  border: 5px solid red;
  z-index: 999999;
}

@media (max-width: 768px) {

  .cursor,
  .outline{display: none;}
	.cover{
		margin-top: 30px;
	}

}
/* nuovo */
 .button-group {
  display: flex;
  gap: 15px;
  margin-top: 30px;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .button-group {
    flex-direction: column;
    align-items: stretch;
  }

  .button, .button-outline {
    width: 100%;
    text-align: center;
  }
}

.button-outline {
  background: transparent;
  color: #fede3b;
  border: 2px solid #fede3b;
  padding: 14px 25px;
  border-radius: 4px;
  font-size: 1.2rem;
  text-align: center;
  transition: all 0.3s ease;
}

.button-outline:hover {
  background: #fede3b;
  color: #000;
}
.cover__content,
.button,
.button-outline {
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .rotate {
    animation: none !important;
  }
}
@media (max-width: 768px) {
  .rotate {
    display: none !important;
  }
}
/*@media (max-width: 768px) {
  .header {
    display: flex;
    align-items: center;       /* ← centra verticalmente 
    justify-content: space-between;
    padding: 10px 20px;
  }

  .header__logo {
    display: flex;
    align-items: center;
    height: auto;
  }

  .header__logo img {
    max-height: 50px;          /* ← adatta la dimensione se serve 
    height: auto;
    display: block;
  }

  .header__hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
  }
}*/
.menu-toggle {
  display: none;
}

@media (max-width: 768px) {
  .menu-toggle {
    display: block;
  }
}
.header {
  position: relative;
}

@media (max-width: 768px) {
  .header-container {
    position: sticky;
    top: 0;
    z-index: 9999;
    background-color: #111; /* Colore di sfondo opaco per evitare trasparenze */
    transition: top 0.3s ease-in-out;
  }

  .header {
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
#splash-ruota {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #111;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999999;
  opacity: 1;
  visibility: visible;
  transition: opacity 1.5s ease-in-out, visibility 1.5s ease-in-out;
  pointer-events: all;
}

#splash-ruota.fade-out {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.ruota-static {
  width: 200px;
  height: 200px;
  animation: rotation 10s linear infinite;
}

@keyframes rotation {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

body.lock-scroll {
  overflow: hidden;
}

body:not(.splash-done) .ht-ctc-chat {
  display: none !important;
}
/**************************************************/
.header{ 
	display: flex; 
	justify-content: space-between;
	width: 100%;
	max-width: 1250px;
	margin: 0 auto;
}
.header__logo img{
	height: 60px;
	margin: 8px;
}
.header__menu{
	margin-bottom: 0;
	padding-top: 20px; 
	text-transform: uppercase;
}
.scroll-down .header-container{
	padding: 1%;
	top: 0px;
	opacity: 0.8;
	transition: all 1s cubic-bezier(.215, .61, .355, 1);
}


.navbar-social a{display: inline-block;color:#fff; font-size: 20px;padding: 10px;}
.header a{
	color: #FFFF; 
	display: block; 
	padding: 10px;
}


.header__menu li{display: inline-block; }
.header a.header__logo{font-weight: bold;padding: 0;}

.header__hamburger{display: none;}
.header__social img{height: 80px;margin: 10px;}

@media (max-width: 768px) {
  .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
  }

  .header__logo,
  .header__hamburger {
    display: flex;
    align-items: center;
  }

  .header__logo img {
    max-height: 50px;
    height: auto;
    transform: translateY(8px);
  }

  .header__hamburger {
    flex-direction: column;
    gap: 4px;
    cursor: pointer;
    z-index: 9999;
    margin-right: 30px;
	 margin-top: 10px;
  }

  .header__hamburger span {
    height: 3px;
    width: 25px;
    background: #fff;
    display: block;
  }

  .header__menu {
    display: none;
    flex-direction: column;
    background: #111;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 20px;
    z-index: 9998;
    box-sizing: border-box;
	  
  }

  .header__menu.open {
    display: flex;
  }

  .header__menu li {
    list-style: none;
  }

  .header__menu li a {
    color: #fff;
    text-decoration: none;
    font-size: 1.4rem;
    padding: 12px 0;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}
.header-container{
	position: fixed;
	background: #818C8B;
	top:0;
	left:0;
	z-index: 9999;
	width: 100%;
	/*opacity: 0.5;*/
	border-bottom: 1px solid red;
}
.logged-in .header-container{
	top:30px
}
@media (min-width: 769px) {
  #splash-ruota {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .cover {
    justify-content: flex-start !important;  /* Spinge verso l'alto */
    padding-top: 120px !important;           /* Aggiunge spazio superiore */
    padding-bottom: 40px;
  }

  .cover__content {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .available {
    top: 40% !important;  /* alzata dal 60% al 30%, puoi regolare anche a 25% */
    right: 20% !important; /* opzionale, se vuoi centrarla meglio su iPad */
  }
}


