
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {text-decoration: none;}
img {max-width: 100%;image-rendering: -webkit-optimize-contrast;}
*{
	font-family: 'Roboto', sans-serif;
}
html,body{
	background-color: #f7f0e0;
}
body{
	/*background-image: url('fondo1.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;*/
	background-color: #fef7ed;
}
header{
	position: relative;
	z-index: 15;
}
*{
      --cursor-color: #F44336;
    --ghost-translate-max: 50px;
    --ghost-circle-big-translate-max: 26px;
    --ghost-circle-small-translate-max: 13px;
    cursor: none !important;
}
  .cursor-custom {
    position: fixed;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    background-image: url('sole.png');
    background-size: 60px;
    background-position: center;
    background-repeat: no-repeat;
    /*background: var(--cursor-color);*/
    /*mix-blend-mode: difference;*/
    opacity: 1;
    z-index: 9999999999;
    border-radius: 50%;
    pointer-events: none;
    top: -30px;
    left: -30px;
}
a:hover, a svg:hover, .button:hover, .logo img:hover, header li:hover, .chiudi svg:hover {
    cursor: pointer !important;
}

.center {text-align: center;}
.site {
	padding: 150px 0px 0  0px;
	position: relative;
	height: 100%;
	overflow: hidden;
}
.logo img {
	max-width: 250px;
    margin: auto;
}
.menu{
    width: max-content;
    margin: auto;
}
.menu li{
	margin: 120px 0 0 0;
	color: #000;
    font-size: 30px;
    text-transform: uppercase;
}
.social{
	margin-top: 60px;
}
.social a {
	padding: 30px;
}
.social svg {
	width: 40px;
    height: 40px;
}

.sole1 {
position: absolute;
    top: 250px;
    left: -50px;
    z-index: 10;
    width: 100px;
}

.sole2 {
position: absolute;
    top: -37px;
    right: 120px;
    z-index: 10;
    width: 100px;
}

.foglia {
    position: absolute;
    top: 40px;
    left: 250px;
    z-index: 10;
    width: 55px;
}

.mano {
position: absolute;
    top: 400px;
    left: -125px;
    z-index: 10;
    width: 550px;
}

.uomo {
position: absolute;
    top: 200px;
    right: 20px;
    z-index: 10;
    width: 300px;
    opacity: .6;
}
.uomo2 {
    position: absolute;
    bottom: -900px;
    right: -120px;
    z-index: 10;
    width: 600px;
    opacity: .1;
}

.linee {
    position: absolute;
    bottom: -100px;
    left: 130px;
    z-index: 10;
    width: 200px;
}

.linee2 {
    position: absolute;
    bottom: -280px;
    right: 35px;
    z-index: 10;
    width: 350px;
}

footer {
	position: relative;
	z-index: 5;
	margin: 0 0 40px 0;
    text-align: center;
}
.social-img {
        width: 250px;
    padding-top: 50px;
}
.colonna {
    position: fixed;
    width: 40%;
    height: 100vh;
    background-color: #ffffff;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: 0;
    opacity: .5;
}
.colonna-verde {
    position: fixed;
    width: 30%;
    height: 100vh;
    background-color: green;
    left: 0%;
    top: 0;
    transform: translateX(0%);
    z-index: 0;
    opacity: .5;
}



/* width */
.lightbox .content::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.lightbox .content::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
.lightbox .content::-webkit-scrollbar-thumb {
  background: grey; 
  border-radius: 10px;
}

/* Handle on hover */
.lightbox .content::-webkit-scrollbar-thumb:hover {
  background: grey; 
}
.lightbox{
    display: none;
    background-color: #000000c7;
    position: fixed;
    top: 0;
    left: 0;
    width: calc(100% - 100px);
    height: 100%;
    z-index: 50;
    padding: 50px;
}
.lightbox .content{
position: absolute;
    background-color: #fff7e6;
    padding: 50px;
    height: calc(100vh - 200px);
    left: 50px;
    top: 50px;
    right: 50px;
    overflow: auto;
    text-align: center;
}
.lightbox .content img {
    height: 35vh;
}
.lightbox h2{
    padding: 25px 0 10px 0;
    font-size: 24px;
}
.lightbox h3{padding: 20px 0 15px 0;}
.lightbox .chiudi{
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 50;
}
p{
    line-height: 1.5;
    font-size: 16px;
}









@media screen and (max-width: 768px){
    *{cursor: auto !important;}
    .cursor-custom {display: none!important;}
	.mano,.uomo, .linee,.linee2{
		display: none;
	}

	.foglia {
    position: absolute;
    top: 40px;
    left: 35px;
    z-index: 10;
    width: 25px;
	}
	.sole2 {
    position: absolute;
    top: -37px;
    right: 40px;
    z-index: 10;
    width: 80px;
	}
	.site {
	    padding: 75px 0px 0 0px;
	    position: relative;
	    height: 100%;
	    overflow: hidden;
	}
	.menu li {
    margin: 70px 20px 0 20px;
	}
	.menu li a {
    color: #000;
    font-size: 25px;
    text-transform: uppercase;
	}


    
    .lightbox .content {
    position: absolute;
    background-color: #fff7e6;
    padding: 60px 30px;
    height: calc(100vh - 150px);
    left: 15px;
    top: 15px;
    right: 15px;
    overflow: auto;
    text-align: center;
    }
    .lightbox .content img {
        width: 100%;
        height: auto;
    }

}