:root {
  --muv-light: #f6f6f6;
  --muv-dark: #3d3d3d;
  --muv-grey: #9c9a9b;
  --muv-black: #000000;
  --muv-blue: #3563ac;
  --muv-purple: #60368b;
  --muv-light-blue: #5fc3e1;
  --muv-green: #6cb97e;
  --muv-pink: #e73575;
  --muv-yellow: #f8b120;
}
html, body {
	overflow-x: hidden;
}
body{
	font-family: 'Montserrat', sans-serif;
	background-color: var(--muv-light);
	color: var(--muv-dark);
}

.blu{
  background-color: var(--muv-blue);
  color: #fff;
}
.blu a{
  color: #fff;
}
.green{
  background-color: var(--muv-green);
  color: #fff;

}
.greenlight{
  background-color: #61b173;
  color: #fff;
}
.green a{
  color: #fff;
}
.greenlight a{
  color: #fff;
}
.pink{
      background-color: var(--muv-pink);
    color: #fff;

}
.pink a{
    color: #fff;

}
.pinklight{
  background-color: #ec6e9c;
  color: #fff;r
}
.pinklight a{
  color: #fff;
}
.purple{
    background-color: var(--muv-purple);
    color: #fff;
}
.purplelight{
  background-color: #8f3be4;
  color: #fff;
}
.purple a{
  color: #fff;
}
.purplelight a{
  color: #fff;
}
.yellow{
  background-color:var(--muv-yellow);
  color: #fff;
}
.yellow a{
  color: #fff;
}
.blue{
    background-color:var(--muv-light-blue);
  color: #fff;
}
.blue a{
  color: #fff;
}
.bluelight{
  background-color: #6edcfd;
  color: #fff;
}
.bluelight a{
  color: #fff;
}
.imgintro{
    position: absolute;
    top: 47%;
    left: 52%;
    width: 600px;
    bottom: 0;
}
.imgfinal{
      position: absolute;
    top: 33%;
    left: 47%;
    width: 800px;
    bottom: 0;
}
.imgcpt2{
    width: 600px;
    padding-bottom: 15px;
  }

h1{
	font-size: 4.5rem;
}
.h2, h2 {
  font-size: 2.3rem;
}
p{
  font-weight: 100;
  font-size: 16px;
  margin-bottom: 5px;
}
.tiny{
  font-size: 14px;
}
.pilotstiny{
  font-size: 12px;
}
.container-fluid{
	padding-right: 0;
	padding-left: 0;
}
.uppercase{
  text-transform: uppercase;
}
a{
  color: var(--muv-dark);
  font-weight: bold;
  text-decoration: underline;
}
a:hover{
  color: var(--muv-black);
}
.section9 a{
  color: var(--muv-black);
  padding-bottom: 10px;
  text-decoration: underline;
}
.alignleft{
	text-align: left;
}
.aligncenter{
	text-align: center;
}
.alignright{
	text-align: right;
}
.bottom{
	position: absolute;
	height: 200px;
	bottom: 0;
  margin-left: -30px;
}
.extrabold{
	font-weight: 800;
}
.bold{
	font-weight: 700;
}
.regular{
	font-weight: 300;
}
.white{
  color: var(--muv-light);
}
.red{
  color: var(--muv-pink);
}
.gradient1{
  color: var(--muv-dark);
}
.grey{
  color: var(--muv-grey);
}

/*****************************************************************************************MOUSEWHEEL*/

.scroll-downs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width :34px;
  height: 55px;
}
.mousey {
  width: 3px;
  padding: 10px 15px;
  height: 35px;
  border: 2px solid var(--muv-pink);;
  border-radius: 25px;
  opacity: 0.75;
  box-sizing: content-box;
}
.scroller {
  width: 3px;
  height: 10px;
  border-radius: 25%;
  background-color: var(--muv-pink);
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(.15,.41,.69,.94);
  animation-iteration-count: infinite;
}
@keyframes scroll {
  0% { opacity: 0; }
  10% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(15px); opacity: 0;}
}

#myvideo{
position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-color: black;
    background-image: /* our video */;
    background-position: center center;
    background-size: contain;
    object-fit: cover;
    z-index: 3;
}


/*************************************************************************************MENU OVERLAY*/
.menuitem{
  position: relative;
}
.menuitem a{
  color: var(--muv-light);
}
.menuitem h6{
  font-size: .75rem;
  font-weight: 100;
  text-transform: uppercase;
}
.menuitem h3{
  font-size: 1.2rem;
  text-transform: uppercase;
}
.menuitem p{
  font-size: .9rem;
  font-weight: 100;
}
.sidemenutxtright{
  width: auto;
  max-width: 600px;
  min-width: 350px;
  float: right;
  top: -15px;
  position: absolute;
  text-align: left;
  left: 50px;
}
.sidemenutxtleft{
  min-width: 350px;
  float: left;
  top: -15px;
  position: absolute;
  text-align: right;
  right: 50px;
}
/************************************************************************************** Overlay style */
.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 300;
	background-color: var(--muv-dark);
}

/********************************************************************************* Overlay closing cross */
.overlay .overlay-close {
  width: 80px;
  height: 80px;
  position: absolute;
  right: 20px;
  top: 20px;
  background: transparent;
  border: none;
  z-index: 300;
  outline: none;
}

/*************************************************************************************** Menu style */
.overlay nav {
	text-align: center;
	position: relative;
	top: 50%;
	height: 60%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	height: 100%;
	position: relative;
}
.overlay ul li {
	display: block;
	height: 20%;
	height: calc(100% / 5);
	min-height: 54px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.overlay ul li a {
	font-size: 54px;
	font-weight: 300;
	display: block;
	color: var(--muv-light);
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}
.overlay ul li a:hover,
.overlay ul li a:focus {
	color: var(--muv-light);
}

/*************************************************************************************** Effects */

.container {
	overflow-x: hidden;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;	
}

.container.overlay-open {
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
}

.container-fluid::after {
	content: '';
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
}

.container-fluid.overlay-open::after {
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.overlay-contentpush {
	background-color: var(--muv-dark);
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: -webkit-transform 0.5s, visibility 0s 0.5s;
	transition: transform 0.5s, visibility 0s 0.5s;
}

.overlay-contentpush.open {
	visibility: visible;
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

@media screen and (max-height: 30.5em) {
	.overlay nav {
		height: 70%;
		font-size: 34px;
	}
	.overlay ul li {
		min-height: 34px;
	}
}

.box{
	padding: 50px;
}
.box2{
	padding: 10px;
	overflow-x: hidden;
}
.pd-left{
	padding-left: 0;
}
.pd-right{
	padding-right: 0;
}
.pd5{
  padding-right: 5px;
  padding-left: 5px;
}

.icon {
    text-align: center;
    width: 50px;
    background-color: var(--muv-dark);
}

.icon > i {
  margin: 33% auto;
  color: var(--muv-pink);
}

i{
	font-size: 18px;
	color: var(--muv-pink);
}
.pupupdiv i{
  font-size: 18px;
  color: var(--muv-purple);
}
.pupupdiv.tooltip-inner{
  padding: 20px;
  background-color: var(--muv-purple);
  font-style: italic;
}

.dotted:after {
  content:"";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 50%;
  height: 100%;
  height: inherit;
  border-left: 2px dotted var(--muv-pink);
}

.dotted {
  position: relative;
  margin: 10px auto;
  width: 50px;
  z-index: 200;
}
.tooltip-inner{
  padding: 20px;
  background-color: var(--muv-dark);
  opacity: 1;
}
.arrow{
	color: var(--muv-pink);
}

i.far.fa-dot-circle.active{
	font-size: 24px;
	transition-timing-function: ease-in;
  transition: 0.2s;
  color: #fff;
}
.side{
	min-height: 100%; 
  min-height: 100vh;
   display: flex;
  align-items: center;
  background-color: var(--muv-dark);
}
.menuu{
	font-size: 15px;
	transform: rotate(-90deg);
	color: var(--muv-pink);
  left: 10px;
    position: absolute;
}

@media only screen and (max-width: 600px) {

  .bottom{
    height: 120px;
  }
p{
	font-size: 13px;
}
h1{font-size: 40px;}
.imgintro{
      position: absolute;
    top: 60%;
    left: 0%;
    bottom: 0;
}
.imgcpt2{
    width: 240px;
    padding-bottom: 25px;
  }
h2{
  font-size: 18px;
}
h3{
  font-size: 14px;
}
.modal.left .modal-dialog, .modal.right .modal-dialog{
  width: 80vw!important;
}
.imgfinal{
      position: absolute;
    top: 33%;
    left: 47%;
    width: 400px;
    bottom: 0;
}
.lang{
  position: absolute;
    top: 10%!important;
    left: 9%;
}
}
@media only screen and (max-width: 1200px) and (min-width: 600px) {
p{
  font-size: 14px;
}
h1{font-size: 40px;}
h2{
  font-size: 20px;
}
h3{font-size: 20px;}
.imgintro{
      position: absolute;
    top: 60%;
    left: 37%;
    bottom: 0;
}
.bottom{
  height: 180px;
}
.imgfinal{
      position: absolute;
    top: 33%;
    left: 54%;
    width: 500px;
    bottom: 0;
}
.imgcpt2{
    width: 250px;
    padding-bottom: 25px;
  }
}

/**********************************************************************************************************DRAGGABLE GALLERY*/
.galleria {
  width: 100vw;
  height: 100vh;
  background-color: var(--muv-light);
  margin: auto;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
          flex: none;
}
.galleria__inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: start;
  position: relative;
  cursor: -webkit-grab;
  cursor: grab;
  touch-action: none;
}
.galleria__inner:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.galleria__item {
  -webkit-box-flex: 0;
          flex: 0 0 600px;
          padding: 0 1rem;
}
.galleria__item-inner {
  height: 400px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  font-size: 3rem;
  font-family: sans-serif;
  color: var(--muv-light);
  background-color: transparent;
  overflow: hidden;
}
.galleria__item-inner img{
width: 100%;
height: auto;
}

/*******************************************************************************************************
* MODAL AS LEFT/RIGHT SIDEBAR
********************************************************************************************************/
.modal{
  background-color: rgba(0, 0, 0, 0.5);

}
.modal img{
  display: block;
  width: 100%;
  height: auto;
  margin: 15px 0;
}
.modaltext{
  padding: 30px;
}
.modal.left .modal-dialog, .modal.right .modal-dialog{
  position: fixed;
  margin: auto;
  width: 30vw;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
      -ms-transform: translate3d(0%, 0, 0);
       -o-transform: translate3d(0%, 0, 0);
          transform: translate3d(0%, 0, 0);
}
.modal.left .modal-content, .modal.right .modal-content{
  height: 100%;
  overflow-y: auto;
}
.modal.left .modal-body, .modal.right .modal-body{
  padding: 15px 15px 80px;
}
/*Left*/
.modal.left.fade .modal-dialog{
  left:0;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
     -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
       -o-transition: opacity 0.3s linear, left 0.3s ease-out;
          transition: opacity 0.3s linear, left 0.3s ease-out;
}
.modal.left.fade.in .modal-dialog{
  left: 0;
}
/*Right*/
.modal.right.fade .modal-dialog {
  right: 0;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
     -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
       -o-transition: opacity 0.3s linear, right 0.3s ease-out;
          transition: opacity 0.3s linear, right 0.3s ease-out;
}
.modal.right.fade.in .modal-dialog {
  right: 0;
}
/******************************************************************** ----- MODAL STYLE ----- */
.modal-content {
  border-radius: 0;
  border: none;
}
.modal-header {
  border-bottom-color: var(--muv-dark);
  background-color: var(--muv-light);
}
/******************************************************************************************MAP*/
.pin2{
     position: absolute;
    width: 30px;
    height: auto;
    top: 40%;
    left: 50%;
}
.nextchap{
  position: absolute;
  padding: 20px;
  bottom: 0;
  background: var(--muv-grey);
  margin-left: -30px;
  height: 20vw;
}
/***********************************************************************AGGIUNTE***************************/
.section{
  padding-left: 30px;
}
#sectionthird{
  background-color: var(--muv-pink);
}
#sectionfourth{
  background-color: var(--muv-yellow);
}
#sectionfifth{
  background-color: var(--muv-green);
}
#sectionsixth{
  background-color: var(--muv-light-blue);
}
.icn_download{
  height: 50px;
  width: 40px;
  float: left;
} 
.marginbottomdiv{
  margin-bottom: 100px;
}
.exampledigitaldiv{
  background: url(../img/survey.jpg);
  color: #fff;
}
.exampledigitaldiv a{
  color: #fff;
}
.pupupdiv{
  width: 30px;
  height:30px;
  position:absolute;
  z-index: 9;
}
.pupupdiv:hover{
  opacity: .8;
}

.iconimg{
  width: 40px!important;
  display: inline!important;
}
.iconimg2{
  width: 250px!important;
  display: inline!important;
}
.six{
  padding: 60px!important;
}
.pdbottom{
  padding-bottom: 50px;
}


.btn-primary:hover{
  background-color: #ec6e9c;
  border-color: #ec6e9c;
  color: #fff;
  text-decoration: none!important;
  }

.btn-primary {
    color: #fff;
    background-color: #60368b;
    border-color: #60368b;
    text-decoration: none!important;
}




  .eu {
    position: absolute;
    top: 5%;
    left: 9%;
    width: 286px;
    bottom: 0;
}

.fa-chevron-down{
  color: #fff!important;
}

.lang{
  position: absolute;
    top: 5%;
    right: 6%;
}
.lactive{
  color: var(--muv-purple);
}
.inactive{
  text-decoration: none;
}