article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;}audio,canvas,video{display:inline-block;}audio:not([controls]){display:none;height:0;}[hidden]{display:none;}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}body{margin:0;}a:focus{outline:thin dotted;}a:active,a:hover{outline:0;}h1{font-size:2em;margin:0.67em 0;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:bold;}dfn{font-style:italic;}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}mark{background:#ff0;color:#000;}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em;}pre{white-space:pre-wrap;}q{quotes:"\201C" "\201D" "\2018" "\2019";}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}img{border:0;}svg:not(:root){overflow:hidden;}figure{margin:0;}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}legend{border:0;padding:0;}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;}button,input{line-height:normal;}button,select{text-transform:none;}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}button[disabled],html input[disabled]{cursor:default;}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}textarea{overflow:auto;vertical-align:top;}table{border-collapse:collapse;border-spacing:0;}
*,
*::after,
*::before {
box-sizing: border-box;
}

@import url('https://www.medusahair.it/site/docs/font/stylesheet.css');

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html, body {
	height: 100%;
}

body {
	--color-text: #262523;
    --color-bg: #efece5;
    --color-link: #9ac54e;

--img-maxwidth: 250px;
--blendmode-title: difference;
--filter-img: none;
color: var(--color-text);
background-color: var(--color-bg);
}



#logo-slider {
display: block !important;
opacity: 1 !important;
transform: none !important;
z-index: 100 !important;
width: 500px;
mix-blend-mode: var(--blendmode-title);
filter: blur(8px) brightness(0.4);
}

#point-icon {
display: block !important;
opacity: 0.85 !important;
transform: none !important;
z-index: 100 !important;
width: 60px;
position: absolute;
bottom: 15%;
mix-blend-mode: difference;
}



.demo-2 {
--color-bg: #000;
}



/* Page Loader */
.js .loading::before {
	content: '';
	position: fixed;
	z-index: 100000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--color-bg);
}

.js .loading::after {
	content: '';
	position: fixed;
	z-index: 100000;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	pointer-events: none;
	border-radius: 50%;
	opacity: 0.4;
	background: var(--color-link);
	animation: loaderAnim 0.7s linear infinite alternate forwards;
}

@keyframes loaderAnim {
	to {
		opacity: 1;
		transform: scale3d(0.5,0.5,1);
	}
}



.content {
	height: 300px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	isolation: isolate;
}

.content__title {
font-family: 'Garnata';
text-align: center;
font-weight: normal;
font-style: normal;
position: absolute;
z-index: 10000;
font-size: 4.1vw;
line-height: 5.3vw;
letter-spacing: 2px;
padding: 0px 17%;
mix-blend-mode: var(--blendmode-title);
text-transform: uppercase;
color: #fff;
pointer-events: none;
transform: rotate(-2deg);
margin-top: 0px;
}

.content__img {
	max-width: var(--img-maxwidth);
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	will-change: transform;
	filter: saturate(0.7);
}

.content__img--full {
	width: 100%;
	height: 100%;
	background-size: cover;
}


.glitch {
animation: glitch-text 0.6s infinite;
transition:0.5s;
}

@keyframes glitch-text {
from {
text-shadow: 0 0px 0px #fff;
}
20% {
text-shadow: 1px -1px 0px #99c44e;
}
40% {
text-shadow: -2px 2px 0px #99c44e;
}
60% {
text-shadow: 1px 1px 0px #99c44e;
}
80% {
text-shadow: -2px -2px 0px #99c44e;
}
to {
text-shadow: 0px 0px 0px #fff;
}
}






@media screen and (min-width: 53em) {

	.content {
		height: 100vh;
		overflow: hidden;
	}
}



/* #################### VERSIONE MOBILE ################### */

@media screen and (min-width: 0px) and (max-width: 650px) { /* apertura media query */


.demo-2 {
overflow: hidden;
}

#logo-slider {
margin-top: 200px;
}


.content__title {
font-family: 'Garnata';    
padding: 0px 6%;
text-align: center;
font-size: 35px;
line-height: 45px;
font-weight: normal;
font-style: normal;
}

#point-icon {
opacity: 0.8 !important;
width: 55px;
position: absolute;
bottom: -100px;
}


} /* chiusura media query */
