
@import url('');

#slider{
    width:80%;
    margin:0px auto;
    margin-top: 100px;
    max-width: 600px;
    position:relative;
    overflow:hidden;
    border: 10px solid white;
    box-shadow:2px 5px 10px rgba(0,0,0,0.4);;
}

.LV{
    color: white;
    font-family: "Poppins";
    text-align: center;
    font-size: 22px;
}
.Button{
    position: fixed;
    bottom: 3%;
    right: 3%;
    z-index: 3;
    text-decoration-style: none;
    background: #8f5fff;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
    width: 180px;
    height: 45px;
    line-height: 45px;
    
}
.Button a{
    text-decoration: none;
    color:#fff;
    font-size: 13px;
}

  
.Button p{
    text-transform: uppercase;
    font-family: "Poppins";
    font-weight: 700;
    color: #fff;
}

.foto-container{
    margin: header;
}
.header{
    width: 100%;
    position: sticky;
    top:0;
    left:0;
    padding:10px;
    display:flex;
    background-color: #b190ff;
    z-index: 2;
    overflow: hidden;
    font-family: "Poppins";
}
.main{
    height:100vh;
    width: 100%;
}

.slide .image{
    height:100%;
    width:100%;
    object-fit: cover;
    position:absolute;
}

.wrapper, .slide{
    overflow:hidden;
    width: 100%;
    height: 100%;

}

.slide .image-data{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    overflow: hidden;
}

.image-data span text{
    font-size:14px;
    font-weight:400;
    color:#fff;
    float: center;
	margin-left: 10px;
    margin-bottom: 10px;
    padding: 10px;
    width: 100%;
    color: #dedede;
    background: #222; /* browser che non supportano rgba */
    background: rgba(0,0,0,0.7);
    position: absolute;
    left: 0px;
    bottom: 0;
}
.slide::before{
    content: "";
    position: absolute;
    height:100%;
    width:100%;
}
.text{
    z-index: 3;
    overflow: visible;
    position: absolute;
}
.link{
    text-align: center;
    padding-bottom: 5%;
    
    justify-content: center;
}

.clink{
    text-align: center;
    align-items: center;
}
.link a{
    text-align: center;
    position:absolute;
    text-decoration: none;
    align-self: center;
}
.button{
    display:inline-flex;
    height:30px;
    background:#fff;
    border:none;
    outline:none;
    border-radius: 5px;
    overflow:hidden;
    font-family: "Poppins",sans-serif;
    font-size:16px;
    font-weight:500;
    cursor: pointer;
    text-align: center;
    align-items: center;
    
}

.button:hover{
    background: rgb(240,240,230)
}
.button__text{
    color:#b190ff;
    display:inline-flex;
    align-items: center;
    text-align: center;
    padding:0 24px;
    height:100%;
}

.button__icon{
    display:inline-flex;
    color:#b190ff;
    align-items: center;
    padding:0 24px;
    height:100%;
    text-align: center;


}
.html{
    scroll-behavior: smooth;
    font-style: normal;
}

#contatti{
    position:static;
}
.logo{
    width:50%;
    text-align: left;
    padding: 15px;
    color:white;

}
.logo li{
    display:inline-block;
}
.logo li a{
    display:block;
}

.menu{
    width:100%;
}
.menu li{
    display:inline-block;
    color:white;
}

.menu li a{
    color:white;
    padding:15px;
    display: block;
    text-decoration: none;
    transition: all 0.4 s ease;
}
.menu li a:hover{
    color:#8554f6;
}

.EN li{
    display:inline-block;
    color:white;
}

.EN li a{
    color:white;
    padding:15px;
    display: block;
    text-decoration: none;
    transition: all 0.4 s ease;
}
.EN li a:hover{
    color:#8554f6;
}

.IT li{
    display:inline-block;
    color:white;
}

.IT li a{
    color:white;
    padding:15px;
    display: block;
    text-decoration: none;
    transition: all 0.4 s ease;
}
.IT li a:hover{
    color:#8554f6;
}
.background{
    height:50%;
    width:100%;
}

body{
    line-height:1.5;
    font-family: 'Poppins', sans-serif ;
    padding:0;
    margin:0;
    background-color:#A680FF;
    overflow-x:hidden;
}

div:nth-child(1) {
    line-height:1.5;
    font-family: 'Poppins', sans-serif;
  }

*{
    margin:0px;
    padding:0px;
    box-sizing:border-box;
    font-family: "Poppins", sans-serif;
}

.section{
    width:100%;
    opacity:0%;

}


.watch section{
    -webkit-animation: smooth 1s ease-out;
    -moz-animation: smooth 1s ease-out;
    -o-animation: smooth 1s ease-out;
    -ms-animation: smooth 1s ease-out;
    animation: smooth 1s ease-out;
}
.section.in-page{
    opacity:100%;
    -webkit-animation: smooth 1s ease-in;  
    -moz-animation: smooth 1s ease-in;
    -o-animation: smooth 1s ease-in;
    -ms-animation: smooth 1s ease-in;
    animation: smooth 1s ease-in;
}

@-webkit-keyframes smooth{
    0%{
        opacity:0%;
    }
    100%{
        opacity:100%;
    }
}
.foto-container{
    margin:30px;
    align-items: center;
    display: flex;
}
.foto{
    align-items: center;
    display: flex;
}

#slider{
    overflow: hidden;
}


#slider figure .foto-container .foto img{
    width:10%;
    float: left;

}

.Colonna1{
    display:inline-table;
}

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}


.camere-container{
    position: static;
    align-items: center;
    object-position: bottom;
}

.riquadro {
    margin:40px;
    background-color: #ffffffff;
    text-align: center;
    text-transform:capitalize;
    
}

.riquadro ul{
    text-decoration: none;
}

.testo{
    padding:20px;
    color:#b190ff;
    display:inline-block;
    text-align:left;

}


.titolo{
    text-align:center;
    font-size: 22px;
    font-style: bold;
}

.testo ul{
    text-align: justify;
    font-weight: normal;
}
.elencospazio{
    align-items: center;
}
.elenco{
    list-style:circle;
    text-align: justify;
}
.testo h4{
    padding-bottom: 20px;
}
.container{
    max-width:1170px;
    margin:auto;

}

.row{
    display:flex;
    flex-wrap:wrap;

}
ul{
    list-style: none;
}
.footer{
    background-color: #b190ff;
    padding:70px 0px;
    position:static;
}
.spazio{
    margin-top:20px;
}

.footer-col{
    width:25%;
    padding: 0 15px;
    position:static;
    z-index: 1;

}

.footer-col h4{
    font-size:18px;
    color:#ffffffff;
    text-transform:capitalize;
    margin-bottom:35px;
    font-weight: 500;
    position:relative;
}

.footer-col h4::before{
    content:'';
    position:absolute;
    left:0;
    bottom:-10px;
    background-color:darkslateblue;
    height:2px;
    box-sizing:border-box;
    width:50px;
}

.footer-col ul li:not(:last-child){
    margin-bottom:10px;
}

.footer-col ul li a{
    font-size:16px;
    text-transform: capitalize;
    color:#ffffffff;
    text-decoration: none;
    font-weight: 300;
    color:#EFE8FF;
    display: block;
    transition: all 0.4 s ease;
}

.centratura-orari ul li{
    text-align: justify;
    text-justify: inter-word;
}

.footer-col ul li{
    font-size:16px;
    text-transform: capitalize;
    color:#ffffffff;
    text-decoration: none;
    font-weight: 300;
    color:#EFE8FF;
    display: block;
    transition: all 0.4 s ease;
}
.footer-col ul li a:hover{
    color:#8554f6;
    padding-left: 10px;

}

.footer-col .social-links a{
    display: inline-block;
    height: 40px;
    width: 40px;
    background-color: rgba(255,255,255,0.2);
    margin:0 10px 10px 0;
    text-align: center;
    line-height:40px;
    border-radius: 50%;
    color:#ffffffff;
}

.footer-col .social-links a:hover{
    color:#8554f6;
    background-color:#ffffffff;
}
@media(max-width:1170px){
    .spazio{
        padding-top:none;
    }

}
@media(max-width:767px){
    .footer-col{
        width:50%;
        margin-bottom: 30px;

    }
    .container{
        width:100%;
        margin:auto;
    
    }
    .spazio{
        padding-top:none;
    }
    .foto-container{
        padding-top: 20%;
    }
}

@media(max-width:574px){
    .footer-col{
        width:100%;
        
    }
    .container{
        max-width:574px;
        margin:auto;
    
    }
    .videosfondo{
        height:auto;
        width: auto;
        position:static;
    }
    .spazio{
        padding-top:none;
    }
    .header{
        display:flex;
    }
    .foto-container{
        margin-top: 30%;
    }
    .contatti-id{
        padding-top:20%;
    }

    .menu{
        width:100%;
    }

    .logo{
        width:100%;
        display:inline;
        flex-wrap: nowrap;
    }

    .menu li a{
        padding-right:5px;
        padding-left:5px;
    }
    #slider figure{
        position:relative;
        width:200%;
        height:50%;
        margin:0;
        left:0;
        animation:40s slider infinite;
    }
    @keyframes slider{
        0%{
            left:0%;
        }
    
        95%{
            left:-740%;
        }
    
    }
}
@media(max-width:375px){
    .footer-col{
        width:100%;
        
    }
    .container{
        max-width:375px;
        margin:auto;
    
    }
    .videosfondo{
        height:auto;
        width: 375px;
        position:static;
    }
    .spazio{
        padding-top:none;
    }
    .foto-container{
        margin-top: 30%;
    }
    .contatti-id{
        padding-top:20%;
    }
    .menu li a{
        padding-right: 0px;
    }
}

/*Samsung Galaxy S8+*/
@media(max-width:360px){
    .footer-col{
        width:50%;
        margin-bottom: 30px;
        margin-right: 0px;

    }
    .container{
        max-width:360px;
        margin:auto;
    
    }
    .spazio{
        padding-top:none;
    }
    .foto-container{
        margin-top: 30%;
    }
    .contatti-id{
        padding-top:20%;
    }

    .menu li a{
        padding-right: 0px;
    }
}
/*Galaxy Fold*/
@media(max-width:280px){
    .footer-col{
        width:50%;
        margin-bottom: 30px;
    }
    .container{
        max-width:100%;
        margin:auto;
    
    }
    .spazio{
        padding-top:none;
    }
    .header{
        font-size:12px;
    }
    .riquadro{
        font-size:12px;
    }
    .contatti-id{
        padding-top: 20%;
    }
    .menu li a{
        padding-right:5px;
        padding-left:5px;
    }
}




*,
*:before,
*:after{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing:border-box;
}
