@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Tilt+Warp&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Phudu:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&family=Shantell+Sans:ital,wght@1,300&family=Staatliches&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100&display=swap');
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  
  font-family: "Montserrat", sans-serif;
}

*
{
  padding:0;
  margin:0;
  text-decoration:none;
  list-style: none;
  box-sizing: border-box;
}

nav
{
  width: 100%;
}

nav ul li a
{
  color: red;
  font-size: 17px;
  text-transform: uppercase;
  padding: 7px 13px;
  border-radius: 3px;
}

.title
{
    color: #FF0000;
    font-family: 'Dancing Script', cursive;
}

.p1
{
    color: #FF0000;
    font-family: 'Tilt Warp', cursive;
    font-size: 18px;
}

.p2
{
    font-size: 50px;
    font-family: 'Phudu', cursive;
    color:#FF0000 ;
    

}

.linea
{
    width: 26%;
    height: 5px;
    background-color:#FF0000 ;
}

ul,li
{
    list-style: none;
    font-family: 'Anton', sans-serif;
    color: white;
}

.p3
{
  font-family: 'Anton', sans-serif;
  color: white;
}

.block
{
    background-color:#800000 ; 
    font-family: 'Inter', sans-serif;
    position: absolute; 
    bottom: 0; 
    width: 100%;
}

th
{
  text-align: center;
  font-family: 'Dancing Script', cursive;
  color:#FF0000;
  font-size: 30px;
}

.over:hover
{
  opacity: 0.5;
  transition: .4s;
}

.slideP
{
  width:50%;
  cursor:pointer
}

#picture1
{
  width: 920px;
}

#picture2
{
  width: 800px;

}

#picture3
{
  width: 750px;
}

#pictureS
{
  padding-top: 1%;
  padding-bottom: 3%;
  width: 700px;
}

  /* Styling the area of the slides */
  #slideshow {
  overflow: hidden;
  height: 510px;
  width: 728px;
  margin: 0 auto;
  }
  
  /* Style each of the sides
  with a fixed width and height */
  .slide {
  float: left;
  height: 510px;
  width: 728px;
  }
  
  /* Add animation to the slides */
  .slide-wrapper {
  
  /* Calculate the total width on the
  basis of number of slides */
  width: calc(728px * 7);
  
  /* Specify the animation with the
  duration and speed */
  animation: slide 10s ease infinite;
  }
  
  /* Set the background color
  of each of the slides */
  .slide:nth-child(1) {
  background: green;
  }
  
  .slide:nth-child(2) {
  background: pink;
  }
  
  .slide:nth-child(3) {
  background: red;
  }
  
  .slide:nth-child(4) {
  background: yellow;
  }

  .slide:nth-child(5) {
    background:blue;
    }

  .slide:nth-child(6) {
    background:chartreuse;
    }
    .slide:nth-child(7) {
      background:chocolate;
      }
  
  /* Define the animation
  for the slideshow */
  @keyframes slide {
  
  /* Calculate the margin-left for
  each of the slides */
  7% {
    margin-left: 0px;
  }
  
  21% {
    margin-left: calc(-728px * 1);
  }
  
  35% {
    margin-left: calc(-728px * 2);
  }
  
  49% {
    margin-left: calc(-728px * 3);
  }

  63% {
    margin-left: calc(-728px * 4);
  }

  77% {
    margin-left: calc(-728px * 5);
  }

  91% {
    margin-left: calc(-728px * 6);
  }


  }

/* CSS */
.button-82-pushable {
  position: relative;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  outline-offset: 4px;
  width: 200px;
  transition: filter 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-82-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: hsl(0deg 0% 0% / 0.25);
  will-change: transform;
  transform: translateY(2px);
  transition:
    transform
    600ms
    cubic-bezier(.3, .7, .4, 1);
}

.button-82-edge {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: linear-gradient(
    to left,
    hsl(340deg 100% 16%) 0%,
    hsl(340deg 100% 32%) 8%,
    hsl(340deg 100% 32%) 92%,
    hsl(340deg 100% 16%) 100%
  );
}

.button-82-front {
  display: block;
  position: relative;
  padding: 12px 27px;
  border-radius: 12px;
  font-size: 2.1rem;
  color: white;
  background: hsl(345deg 100% 47%);
  will-change: transform;
  transform: translateY(-4px);
  transition:
    transform
    600ms
    cubic-bezier(.3, .7, .4, 1);
}

@media (min-width: 768px) {
  .button-82-front {
    font-size: 1.8rem;
    padding: 12px 42px;
  }
}

.button-82-pushable:hover {
  filter: brightness(110%);
  -webkit-filter: brightness(110%);
}

.button-82-pushable:hover .button-82-front {
  transform: translateY(-6px);
  transition:
    transform
    250ms
    cubic-bezier(.3, .7, .4, 1.5);
}

.button-82-pushable:active .button-82-front {
  transform: translateY(-2px);
  transition: transform 34ms;
}

.button-82-pushable:hover .button-82-shadow {
  transform: translateY(4px);
  transition:
    transform
    250ms
    cubic-bezier(.3, .7, .4, 1.5);
}

.button-82-pushable:active .button-82-shadow {
  transform: translateY(1px);
  transition: transform 34ms;
}

.button-82-pushable:focus:not(:focus-visible) {
  outline: none;
}


.block1
{
  background-color:gainsboro;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0px;
  font-family: 'segoe ui';
}

.nav {
  height: 50px;
  width: 100%;
  background-color: #F5F5F5;
  position: relative;
}

.nav > .nav-header {
  display: inline;
}

.nav > .nav-header > .nav-title {
  display: inline-block;
  font-size: 22px;
  color: red;
  padding: 10px 10px 10px 10px;
}

.nav > .nav-btn {
  display: none;
}

.nav > .nav-links {
  display: inline;
  float: right;
  font-size: 18px;
}

.nav > .nav-links > a {
  display: inline-block;
  padding: 13px 10px 13px 10px;
  color: red;
  font-family: 'Inter', sans-serif;
}

.nav > .nav-links > a:hover {
  text-decoration: underline #ee7676;
  transition: 1s;
  border-radius: 1px;
}

.nav > #nav-check {
  display: none;
}

@media (max-width:1366px) {
  .nav > .nav-btn {
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 0px;
  }
  .nav > .nav-btn > label {
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 13px;
  }
  .nav > .nav-btn > label:hover,.nav  #nav-check:checked ~ .nav-btn > label {
    background-color:#F5F5F5;
  }
  .nav > .nav-btn > label > span {
    display: block;
    width: 25px;
    height: 10px;
    border-top: 2px solid red;
  }
  .nav > .nav-links {
    position: absolute;
    display: block;
    width: 100%;
    background-color:#F5F5F5;
    height: 0px;
    transition: all 0.3s ease-in;
    overflow-y: hidden;
    top: 50px;
    left: 0px;
  }
  .nav > .nav-links > a {
    display: block;
    width: 100%;
  }
  .nav > #nav-check:not(:checked) ~ .nav-links {
    height: 0px;
  }
  .nav > #nav-check:checked ~ .nav-links {
    height: calc(100vh - 50px);
    overflow-y: auto;
  }
}

a
{
  text-decoration:none;
}

@media (max-width:700px)
{

  
  .title
  {
      color: #FF0000;
      font-family: 'Dancing Script', cursive;
  }

  .p1
  {
      
      color: #FF0000;
      font-family: 'Tilt Warp', cursive;
      font-size: 17px;
      width: 100%;
  }

  .p2
  {
      padding-top: 10%;
      font-size: 40px;
      font-family: 'Phudu', cursive;
      color:#FF0000 ;
  }

  .linea
{
    width: 50%;
    height: 5px;
    background-color:#FF0000 ;
}
  #slideshow {
    overflow: hidden;
    height: 300px;
    width: 700px;
    margin: 0 auto;
    }

  .slide 
  {
      float: left;
      height: 300px;
      width: 700px;
  }

  .slide-wrapper {
  
    /* Calculate the total width on the
    basis of number of slides */
    width: calc(700px * 7);
    
    /* Specify the animation with the
    duration and speed */
    animation: slide 10s ease infinite;
    }

#picture1
{
  width: 700px;
  
}

#picture2
{
  width: 720px;
  height: 470px;
}

#picture3
{
  width: 720px;
  height: 470px;
}

#pictureS
{
  padding-bottom: 5%;
  width: 300px;
}

.block1
{
  background-color:#F5F5F5;
}

.title
{
  color: #FF0000;
  font-family: 'Dancing Script', cursive;
  padding-top: 2%;
  font-size: 40px;
}

#descrizione
{
  width: 500px;
}
}

.sizeFont
  {
    text-align: center;
    font-family: 'Dancing Script', cursive;
    color:#FF0000;
    font-size: 20px;
  }

@media (min-width: 768px) and (max-width:1023)
{

  .title
{
    color: #FF0000;
    font-family: 'Dancing Script', cursive;
}
  .p1
  {
    color: #FF0000;
    font-family: 'Tilt Warp', cursive;
    font-size: 23px;
    width:100%;
  } 

  .p2
  {
      padding-top: 10%;
      font-size: 30px;
      font-family: 'Phudu', cursive;
      color:#FF0000 ;
  }

  #slideshow {
    overflow: hidden;
    height: 1200px;
    width: 1000px;
    margin: 0 auto;
    }

  .slide 
  {
      float: left;
      height: 1200px;
      width: 1000px;
  }

  .slide-wrapper {
  
    /* Calculate the total width on the
    basis of number of slides */
    width: calc(1200px * 7);
    
    /* Specify the animation with the
    duration and speed */
    animation: slide 10s ease infinite;
    }
  #picture1
{
  width: 1300px;
  
}

#picture2
{
  width: 1300px;
}

#picture3
{
  width: 1300px;
}

#pictureS
{
  width: 300px;
}



}
@media (min-width:800px)
{
  .title
  {
    color: #FF0000;
    font-family: 'Dancing Script', cursive;
    font-size:30px;
  }


  #slideshow {
    overflow: hidden;
    height: 400px;
    width: 718px;
    margin: 0 auto;
    }

  .slide 
  {
      float: left;
      height: 400px;
      width: 730px;
  }

  .slide-wrapper {
  
    /* Calculate the total width on the
    basis of number of slides */
    width: calc(730px * 7);
    
    /* Specify the animation with the
    duration and speed */
    animation: slide 10s ease infinite;
    }

#picture1
{
  width: 745px;
}

#picture2
{
  width: 745px;
}

#picture3
{
  width: 735px;
}

#pictureS
{
  width: 500px;
}

.p1
  {
    color: #FF0000;
    font-family: 'Tilt Warp', cursive;
    font-size: 17px;
    width:100%;
  } 

  .p2
  {
      padding-top: 10%;
      font-size: 34px;
      font-family: 'Phudu', cursive;
      color:#FF0000 ;
  }

  .sizeFont
  {
    text-align: center;
    font-family: 'Dancing Script', cursive;
    color:#FF0000;
    font-size: 24px;
  }


}

