@-webkit-keyframes orbit {
	0% {
		-webkit-transform: rotate(0deg) translateX(7px) rotate(0deg);
		transform: rotate(0deg) translateX(7px) rotate(0deg)
	}
	to {
		-webkit-transform: rotate(-1turn) translateX(7px) rotate(1turn);
		transform: rotate(-1turn) translateX(7px) rotate(1turn)
	}
}

@keyframes orbit {
	0% {
		-webkit-transform: rotate(0deg) translateX(7px) rotate(0deg);
		transform: rotate(0deg) translateX(7px) rotate(0deg)
	}
	to {
		-webkit-transform: rotate(-1turn) translateX(7px) rotate(1turn);
		transform: rotate(-1turn) translateX(7px) rotate(1turn)
	}
}

@-webkit-keyframes orbit2 {
	0% {
		-webkit-transform: rotate(0deg) translateX(5px) rotate(0deg);
		transform: rotate(0deg) translateX(5px) rotate(0deg)
	}
	to {
		-webkit-transform: rotate(1turn) translateX(5px) rotate(-1turn);
		transform: rotate(1turn) translateX(5px) rotate(-1turn)
	}
}

@keyframes orbit2 {
	0% {
		-webkit-transform: rotate(0deg) translateX(5px) rotate(0deg);
		transform: rotate(0deg) translateX(5px) rotate(0deg)
	}
	to {
		-webkit-transform: rotate(1turn) translateX(5px) rotate(-1turn);
		transform: rotate(1turn) translateX(5px) rotate(-1turn)
	}
}


.hoverContainer{
	position: absolute;
	height: 100vh;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
}
.hoverable:hover{
	cursor: url('/images/cursor.png'), auto;
}
.hoverable{
	position: absolute;
	z-index: 100;
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.hoverable[data-obj="zucchina"]{
	bottom: -17%;
	left: 13.5%;
	width: 20%;
	height: 0;
	padding-top: 20%;
}
.hoverable[data-obj="melanzana"]{
	bottom: -5.5%;
	right: -4.5%;
	width: 15%;
	height: 0;
	padding-top: 22%;
}
.hoverable[data-obj="peperone"]{
	top: 26.5%;
	left: 19%;
	width: 12%;
	height: 0;
	padding-top: 12%;
}
.hoverable[data-obj="pomodoro"] {
	top: 20%;
	right: 13%;
	width: 9%;
	height: 0;
	padding-top: 9%;
}
.hoverable[data-obj="carciofo"] {
	top: 54%;
	right: 22.5%;
	width: 23%;
	height: 0;
	padding-top: 23%;
}

.entrancePopIn.animate{
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.entrancePopIn{
  position: relative;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .3s cubic-bezier(0,.67,.46,1.43);
  -moz-transition: .3s cubic-bezier(0,.67,.46,1.43);
  -o-transition: .3s cubic-bezier(0,.67,.46,1.43);
  transition: .3s cubic-bezier(0,.67,.46,1.43);
}

.header{
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.header > .container{
  position: relative;
  z-index: 11;
}

.header > .goTo{
  z-index: 11;
}

.header::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(255,196,58);
  background: linear-gradient(180deg, rgba(255,196,58,1) 0%, rgba(236,162,13,1) 100%);
  z-index: -2;
}

.header .circle{
  position: absolute;
  width: 0;
  height: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-image: url(../images/geometry-header.svg);
	background-position: contain;
	background-repeat: no-repeat;
  z-index: -2;
  -webkit-transition: .5s cubic-bezier(0,.67,.46,1.43);
  -moz-transition: .5s cubic-bezier(0,.67,.46,1.43);
  -o-transition: .5s cubic-bezier(0,.67,.46,1.43);
  transition: .5s cubic-bezier(0,.67,.46,1.43);
}

.header .scene{
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

#usp, #carciofi, #ortaggi .textBlock{
	z-index: 10;
	position: relative;
}

#usp p{
  font-family: 'Amarante', sans-serif;
  font-size: 44px;
  line-height: 1.3em;
}

#carciofi{
  position: relative;
}

#carciofi .textBlock{
  -webkit-ransition-delay: .2s;
  -moz-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
}


#ortaggi::before{
  content: '';
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
	z-index: -2;
}

#ortaggi .imgContainer{
  padding-top: 100%;
}

#azienda{
  position: relative;
	z-index: 0;
}

#azienda .imgContainer{
  padding-top: 100%;
}

#azienda > .bg{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
}
#azienda .faces{
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

#azienda .faces .face{
  width: 17%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#azienda .faces .face > div .imgContainer::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/face.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

#azienda .faces .face:nth-child(1){
  top: 30%;
  left: 17%;
}
#azienda .faces .face:nth-child(1)::before{
  transform: rotate(-9deg);
}

#azienda .faces .face:nth-child(2){
  top: 5%;
  right: 2%;
}
#azienda .faces .face:nth-child(2) .entrancePopIn{
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
}
#azienda .faces .face:nth-child(2)::before{
  transform: rotate(15deg);
}

#azienda .faces .face:nth-child(3){
  top: 90%;
  left: 27%;
}
#azienda .faces .face:nth-child(3) .entrancePopIn{
  -webkit-transition-delay: .4s;
  -moz-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s;
}
#azienda .faces .face:nth-child(3)::before{
  transform: rotate(4deg);
}

#azienda .faces .face:nth-child(4){
  top: 75%;
  right: 9%;
}
#azienda .faces .face:nth-child(4) .entrancePopIn{
  -webkit-transition-delay: .6s;
  -moz-transition-delay: .6s;
  -o-transition-delay: .6s;
  transition-delay: .6s;
}
#azienda .faces .face:nth-child(4)::before{
  transform: rotate(20deg);
}

#azienda .face img{
  border-radius: 50%;
  width: 90%;
  height: auto;
  left: 5%;
  top: 4%;
}


@media (max-width: 1800px){
  .hoverable{
    display: none;
  }
}

@media (max-width: 767px){
  .header .scene {
    height: calc(var(--vh) * 85);
    width: 100%;
  }
  .header {
    height: calc(var(--vh) * 100);
    padding-top: calc(var(--vh) * 60);
  }
  .header .circle {
    left: 30%;
    top: 45%;
  }
  /* .header .circle.open { */
  .header .circle {
    width: 120vw;
    height: 120vw;
  }

  #usp p {
    font-size: 23px;
  }

  #carciofi .imgContainer{
    padding-top: 70%;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
  }

  .entranceFromTop, .entranceFromBottom{
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
  }

  .entranceFromLeft, .entranceFromRightr{
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
  }

  #ortaggi::before {
    top: 20%;
    height: 80%;
  }

  #ortaggiScene{
    height: calc(var(--vh) * 45);
  }

  #azienda .photoGroup{
    padding-top: 70%;
  }
}

@media (min-width: 768px){
  .header{
    height: 100vh;
  }
  .header .scene {
    height: 75vh;
    width: 100%;
		top: initial;
		bottom: 0;
    left: 0;
  }
  .header .circle{
		left: 50%;
    bottom: 5%;
    width: 80vw;
    height: 80vw;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  #carciofi .imgContainer{
		height: 100%;
  }

  #ortaggi::before {
    top: 0;
    height: 100%;
  }

  #ortaggiScene{
    height: 100%;
  }

  #azienda .photoGroup{
    padding-top: 60%;
  }

  #azienda .photoGroup{
    display: none;
  }

	#azienda .faces .face:nth-child(1) {
		top: 10%;
    left: 39%;
    width: 30%;
	}

	#azienda .faces .face:nth-child(2) {
		top: 19%;
    right: -6%;
    width: 23%;
	}

	#azienda .faces .face:nth-child(3) {
		width: 23%;
    top: 38%;
    left: 15%;
	}

	#azienda .faces .face:nth-child(4) {
		width: 27%;
    top: 75%;
    left: 27%;
	}
}

@media (min-width: 992px){
  .header .scene {
		width: 80%;
		height: 100%;
		top: 0;
		bottom: initial;
    left: initial;
    right: 0;
  }
  .header .circle{
    left: 70%;
    top: 50%;
		bottom: initial;
    width: 40vw;
    height: 40vw;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
  }

	#carciofi::before {
    content: '';
    position: absolute;
    left: 40%;
    width: 30vh;
    height: calc(30vh * 1.2);
    top: 0;
    background-image: url(/images/carciofo-bg.svg);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: .5;
	}

  #carciofi .imgContainer{
    padding-top: 130%;
		height: 0;
  }

	#azienda .faces .face:nth-child(1) {
		width: 17%;
	  top: 30%;
	  left: 17%;
	}

	#azienda .faces .face:nth-child(2) {
		width: 17%;
	  top: 5%;
	  right: 2%;
	}

	#azienda .faces .face:nth-child(3) {
		width: 17%;
	  top: 90%;
	  left: 23%;
	}

	#azienda .faces .face:nth-child(4) {
		width: 17%;
	  top: 75%;
		left: initial;
  	right: 9%;
	}
}

@media (min-width: 1200px){
  .header .scene {
		width: 70%;
  }
  .header .circle{
    left: 70%;
    top: 50%;
		bottom: initial;
    width: 40vw;
    height: 40vw;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
  }

}

@media (min-width: 1367px){
  .header .scene {
		width: 100%;
  }
}


@media (device-width: 768px) and (device-height: 1024px) and (orientation:portrait), (device-width: 1024px) and (device-height: 1366px) and (orientation:portrait){
  .header .scene {
    height: 75vh;
    width: 100%;
		top: initial;
		bottom: 0;
    left: 0;
  }
  .header .circle{
		left: 50%;
    bottom: 5%;
    width: 80vw;
    height: 80vw;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
@media (device-width: 1024px) and (device-height: 768px) and (orientation:landscape), (device-width: 1366px) and (device-height: 1024px) and (orientation:portrait){
  .header .scene {
		width: 80%;
		height: 100%;
		top: 0;
		bottom: initial;
    left: initial;
    right: 0;
  }
  .header .circle{
    left: 70%;
    top: 50%;
		bottom: initial;
    width: 40vw;
    height: 40vw;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
  }
}
