* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Start Styles */
@media only screen and (max-width: 500px) {
    .menu {
        width: 100%;
        font-size: 200%;
    }

  .content,
  .head,
  .sign-up,
  .feature-3 {
    width: 100%;
      font-size: 40%;
  }

  .feature-1,
  .feature-4,
  .feature-slide1 {
    width: 50%
  }

.feature-cop {width: 10%;}


  .feature-slide2,
  .feature-slide3,
  .feature-slide4,
  .feature-slide5,
  .feature-slide6 {
    display: none;
  }


  .feature-text {
    display: none;
        width: 100%;
        padding: 5%;
        font-size: 80%;
        line-height: 150%;
    }

  .feature-Page {
     width: 100%;
  }

  .piede {
        font-size: 75%
    }
}

/* Mobile Styles */
@media only screen and (min-width: 501px) and (max-width: 800px) {
    .menu {
        width: 100%;
        font-size: 200%;
    }

  .content,
  .head,
  .sign-up,
  .feature-3 {
    width: 100%;
      font-size: 40%;
  }

  .feature-1,
  .feature-4,
  .feature-slide1,
  .feature-slide2 {
    width: 50%
  }

.feature-cop {width: 10%;}


  .feature-slide3,
  .feature-slide4,
  .feature-slide5,
  .feature-slide6 {
    display: none;
  }


    .feature-text {
        width: 50%;
        padding: 5%;
        font-size: 80%;
        line-height: 150%;
    }

    .feature-Page {
       width: 70%
    }

    .piede {
        font-size: 75%
    }
}

/* Tablet Styles */
@media only screen and (min-width: 801px) and (max-width: 1100px) {
    .menu {
        width: 100%;
        font-size: 200%;
    }
    .content,
    .head {
        width: 100%;
    }
  .sign-up,
  .feature-1,
  .feature-3,
  .feature-slide1,
  .feature-slide2,
  .feature-slide3,
  .feature-slide4 {
        width: 25%;
        font-size: 50%;
  }

  .feature-cop {
    width: 10%;
  }

  .feature-slide5,
  .feature-slide6 {
    display: none;
  }

  .feature-text {
        width: 25%;
        padding: 3%;
        font-size: 70%;
        line-height: 130%;
  }

  .feature-Page {
     width: 70%
  }

  .piede {
        font-size: 75%
    }
}

/* Desktop Styles 1 */
@media only screen and (min-width: 1101px) and (max-width: 1500px) {
    .menu {
        width: 100%;
        font-size: 250%;
    }
  .content,
  .sign-up,
  .head {
        width: 100%}
  .feature-1,
  .feature-3,
  .feature-slide1,
  .feature-slide2,
  .feature-slide3,
  .feature-slide4,
  .feature-slide5,
  .feature-slide6 {
    width: 16.6%;
      font-size: 45% !important;
  }

  .feature-cop {
    width: 10%;
  }

  .feature-text {
    width: 16.6%;
    padding: 2%;
    font-size: 60% !important;
    line-height: 140%;
  }
  .header {
    height: 400px;
  }
    .sign-up {
  height: 200px;
  order: 1;
    }
    .content {
        order: 2;
    }

    .feature-Page {
       width: 70%
    }

    .piede {
        font-size: 70%
    }
}

/* Desktop Styles 2 */
@media only screen and (min-width: 1501px) {

    .menu {
        width: 100%;
        font-size: 300%;
    }
  .content,
  .sign-up,
  .head {
        width: 100%}
  .feature-1,
  .feature-3 {
    width: 12.5%;
  }
  .feature-cop {
    width: 10%;
  }
  .feature-slide1,
  .feature-slide2,
  .feature-slide3,
  .feature-slide4,
  .feature-slide5,
  .feature-slide6 {
    width: 16.6%;
  }

  .feature-text {
    width: 12.5%;
    font-size: 65% !important;
    padding: 1%;
  }
  .header {
    height: 400px;
  }
    .sign-up {
  height: 200px;
  order: 1;
    }
    .content {
        order: 2;
    }

    .feature-Page {
       width: 70%
    }

    .piede {
        font-size: 80%
    }
}

/* FINE RESPONSIVE INIZIO DESCRIZIONE CLASSI */

.image {
  min-height: 100%;
  max-width: 100%;
  height: auto;

}

.imageP {
    max-width: 100%;
    height: auto;

}
.page {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  margin: 0 auto;
  }

.page100 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  }
  
  .prova {
  display: flex;
}

.section {
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}



.sectionPage {
  height: auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}



.menu {
  background-color: #eb3a81;
  height: 34px;
}

.header {
  background-color: #B2D6FF;
  width: 100%;
}

.content {
  background-color: #EAEDF0;
  width: 100%;
  height: auto;
    display: block;
    padding: 5%;
}

.sign-up {
  background-color: #D6E9FE;
}

.feature-1 {
  background-color:whitesmoke;
  transition: 0.2s; /* Animazione */
}

.feature-1:hover {
  transform: scale(2.5);
}

.feature-cop {
  background-color:#3abfeb;
  transition: .2s; /* Animazione */
  border-color: black;
  border-width: 3px;
  height: 21px;
}

.feature-cop:hover {
  transform: scale(3);
}

.feature-3 {
  background-color: #C8C6FA;
}

.feature-4 {
  background-color:rgb(94, 213, 20);
  transition: 0.2s; /* Animazione */
}

.feature-4:hover {
  transform: scale(2.5);
}

.feature-text {
    background-color: whitesmoke;
    font-family: 'Dyxleyx Regular';
    color: rgba(34, 34, 34, 0.3);
}

.feature-Page {
    background-color: rgba(255,255,0,1);

}

.piede {
    background-color: #3abfeb;

}

.footer {
  background-color:#eb3a81;
  width: 100%;
  font-family: 'Dyxleyx Bold';
    padding: 5%;
    color: whitesmoke;
    font-size: 120%;
    line-height: 150%;
}

.footer2 {
  background-color: #0099cc;
  width: 100%;
  font-family: 'Dyxleyx Bold';
    padding: 5%;
    color:whitesmoke;
    font-size: 150%;
    line-height: 150%;
}
.footerimg {
  width: 100%;
}

.footerimg:hover {
  transform: scale(1.2);
}

.sinottica {
  width: 100%;
  height: auto;
  right: 0%;
  top: 0%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  background-color: green;
}

/* PERR SLIDE */
.feature-slide1 {
  background-color:whitesmoke;
  transition: .2s; /* Animazione */
}

.feature-slide1:hover {
  transform: scale(1.20);
  z-index: 9999999;
}

.feature-slide2 {
  background-color:whitesmoke;
  transition: .2s; /* Animazione */
}

.feature-slide2:hover {
  transform: scale(1.20);
  z-index: 9999999;
}

.feature-slide3 {
  background-color:whitesmoke;
  transition: .2s; /* Animazione */
}

.feature-slide3:hover {
  transform: scale(1.20);
  z-index: 9999999;
}

.feature-slide4 {
  background-color:whitesmoke;
  transition: .2s; /* Animazione */
}

.feature-slide4:hover {
  transform: scale(1.20);
  z-index: 9999999;
}

.feature-slide5 {
  background-color:whitesmoke;
  transition: .2s; /* Animazione */
}

.feature-slide5:hover {
  transform: scale(1.20);
  z-index: 9999999;
}

.feature-slide6 {
  background-color:whitesmoke;
  transition: .2s; /* Animazione */
}

.feature-slide6:hover {
  transform: scale(1.20);
  z-index: 9999999;
}

/* -------------- */

a:link {
  text-decoration: none;
  color: rgba(34, 34, 34, 0.5);
}

a:visited {
  text-decoration: none;
  color: rgba(255, 0, 0, 1);
}

h1 {
    font-size: 200%;
    font-family: Dyxleyx Bold;
    padding-bottom: 3%;
}

h2 {
  font-size: 130%;
  padding-bottom: 3%;
}

h3 {
  font-size: 110%;
  font-family: Dyxleyx Bold;
  padding-bottom: 3%;
}

h4 {
  font-size: 150%;
  font-family: Dyxleyx Regular;
  font-variant: small-caps;
  color: rgba(255, 255, 255, 1);
  background-color: rgba(55, 55, 55, 0.3);
  padding: 3%;
  margin-top: -10%;
  margin-left: -10%;
  margin-right: -10%;
  margin-bottom: 5%;
}
