@charset "UTF-8";
/* CSS Document */

body {
    margin: 0;
    font-weight: 550;
    font-size: 3vh;
    font-family: system-ui;
    letter-spacing: 0.005em;
    transition: background-color 0.5s ease-in-out;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: white;

}

#animated-text {
    display: inline-block;
    transition: color 0.5s ease-in-out;
    position: relative;
    z-index: 3;
}

.word {
	display: none;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}

span {
	transition: all 0.2s ease-in-out;
}

iframe .player {
	display: none !important;
}

iframe {
	pointer-events: none;
}
.show {
	display: inline;
	opacity: 1;
}

.hide {
	opacity: 0 !important;
}

.Button_module_icon__779846a6 {
	display: none !important;
}


@keyframes heartbeat {
    0% {
        text-decoration-color: rgba(0, 0, 0, 0.2);
    }
    50% {
        text-decoration-color: rgba(0, 0, 0, 0.8);
    }
    100% {
        text-decoration-color: rgba(0, 0, 0, 0.2);
    }
}


@keyframes heartbeat_white {
    0% {
        text-decoration-color: rgba(255, 255, 255, 0.2);
    }
    50% {
        text-decoration-color: rgba(255, 255, 255, 0.8);
    }
    100% {
        text-decoration-color: rgba(255, 255, 255, 0.2);
    }
}

a {	
	text-decoration: underline;
	color: inherit;
	cursor: pointer;
    text-decoration-thickness: 2px;
	text-underline-offset: 4px;
}

.content a {	
 	animation: heartbeat_white 2s infinite;
}

.insta, .villas, .brother, .foundation, .skiing, .to_org, .investing, .projects, .photographs, .spaces, .hospitality, .alphabet {
	text-decoration: underline;
 	animation: heartbeat 2s infinite;
    cursor: pointer;
    text-decoration-thickness: 2px;
	text-underline-offset: 4px;
}


.collaboration {
	text-decoration: underline;
 	animation: heartbeat 2s infinite;
    cursor: pointer;
    text-decoration-thickness: 2px;
	text-underline-offset: 4px;
}

.content {
	cursor: pointer;
    opacity: 1;
    display: none;
    height: -webkit-max-content;
    position: relative;
    top: 0;
    left: 0;
    z-index: 0;
    overflow: visible;

}

.content h2 {
	cursor: default;
}

.faq_content h2 {
    font-weight: 250;
    letter-spacing: 0.04em;

}

.slideshow .contain {
    object-fit: contain !important;
    height: 60vh !important;
    margin-left: 15vw !important;!i;!;
    margin-top: 20vh !important;!i;!;
    width: 70vw !important;!i;!;
}

.faq_content strong {
    font-weight: 550;
    letter-spacing: 0.02em;

}

.video-wrapper iframe {
			object-fit: cover;
            position: absolute;
            top: 50%;
            left: 50%;
        	height: 100vh;
        	width: calc(100vh * 16 / 9);
            transform: translate(-50%, -50%);
        }

        @media (max-aspect-ratio: 16/9) {
            .video-wrapper iframe {
				height: calc(100vh);
				width: calc(100vh * 16 / 9);
			}
   }

        @media (min-aspect-ratio: 16/9) {
            .video-wrapper iframe {
				height: calc(100vw * 9 / 16);
				width: calc(100vw);
				}
        }

.cover {
	height: 100vh;
	width: 100vw;
	background: blue;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100000;
	pointer-events: none;
	opacity: 0;
}

.content div {
	cursor: pointer;
    width: 100vw;
    height: 100vh;
}

video, img, .video-wrapper {
    height: 100vh;
    width: 100vw;
    object-fit: cover;
    filter: brightness(0.85) !important;
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.no-underline {
	 text-decoration: none !important; /* Classe per rimuovere la sottolineatura */
}

h1 {
	cursor: default;
    transform: translate(-50%, 0);
    top: 50%;
    left: 50%;
    width: 68vh;
    font-weight: inherit;
    font-size: inherit;
    margin: 0;
    margin-top: 0.5rem;
    padding: 0;

}

.container {
    min-height: calc(100vh - 6rem);
    position: relative;
    z-index: 1;
}

.subcontact {
    margin-right: 0.5rem;
    display: block;
    display: inline-block;
    font-size: 14px;
    letter-spacing: normal;
    height: 14px;
	font-weight: 500;
	text-decoration: none;
}

@supports (text-underline-offset: 9%) {
    .insta, .villas, .brother, .foundation, .skiing, .to_org, .investing, .projects, .photographs, .spaces, .hospitality, .alphabet, .content a, a {
        text-underline-offset: 9%;
    }
}
		
h2 {
    transform: translate(-50%, 0);
    left: 50%;
    width: 68vh;
    font-weight: inherit;
    position: relative;
    z-index: 1;
    color: white;
    margin: 0;
    padding: 0;
    font-size: inherit;
    padding: 0 0 2rem 0;
    z-index: 3;

}


footer {
    position: relative;
    margin-left: 1rem;
    margin-top: 2rem;
    z-index: 0;
    margin-bottom: 1rem;
}


footer a {
    text-decoration: none;

}

.nachson_content, .faq_content, .contacts_content, .credits_content {
	position: absolute;
	top: 0.5rem;
	transform: translate(-50%, 0);
	left: 50%;
}

.close-button {
    height: 4vh;
    font-weight: 200;
    font-size: 3.7vh;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX( calc(-34vh - 4vh));
    color: white;
    cursor: pointer;
    z-index: 1000;

}

.desktop-image {
    display: block;
}

/* Slideshow -------------------------------------------- */

.slideshow_container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;

}

.slideshow {
  	position: relative;
  	width: 100vw;
  	height: -webkit-fill-available; /* L'altezza copre la finestra del browser */
  	overflow: hidden;
}

.slideshow img {
	margin: 0 !important;
	position: absolute;
	top: 0;
	width: 100vw !important;
	height: 100vh !important;
	object-fit: cover;
	opacity: 0;
	transition: opacity 1s ease, transform 20s ease;
	transform: scale(1); /* Partenza senza zoom */
}

.slideshow img.visible {
	opacity: 1;
	transform: scale(1.5); /* Effetto zoom */
}

/* Image for each device -------------------------------------------- */

.mobile-image {
    display: none;
}

@media screen and (max-width: 768px) { /* Cambia il valore a seconda del tuo punto di interruzione */
	
	body {
        margin: 0;
        font-weight: 600;
        font-size: 22px;
    }
	
    .desktop-image {
        display: none;
    }

    .mobile-image {
        display: block;
    }
	
	h1, h2 {
		margin: 0 0.5rem;
		width: calc(100vw - 3rem);
		letter-spacing: 0.01em;
		transform: none;
		left: 0.5rem;
		top: 0.5rem;
	}
	
	.nachson_content, .faq_content, .contacts_content, .credits_content {
		margin-left: 0;
		left: 0;
		transform: none;
		top: 0;
	}
	
	.close-button {
		cursor: pointer;
		height: 60px;
		font-weight: 100;
		font-size: 50px !important;
		top: auto;
		left: auto;
		bottom: 20px;
		right: 20px;
		transform: none;
	}
	
	footer {
		margin-bottom: 3rem;
	}
	
    .insta, .villas, .brother, .foundation, .skiing, .to_org, .investing, .projects, .photographs, .spaces, .hospitality, .alphabet, a, .collaboration {
        text-underline-offset: 2px;
   		text-decoration-thickness: 1.5px;
    }
	
	.container {
		    min-height: calc(100vh - 5rem);
	}
}
		

		
