@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900&display=swap');
*
{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
  scroll-behavior: smooth;
}



#myVid {
  position: fixed;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	transform: translateX(-50%) translateY(-50%);
	background: url('monti4.png') no-repeat;
	background-size: cover;
	transition: 1s opacity;
 
  

}

.buttn {
  background: linear-gradient(90deg,#83dbfd,#955bfd);
  -webkit-border-radius: 60px;
  border-radius: 10px;
  padding: 30px 100px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: sans-serif;
  
  padding: 10px 10px;
  text-align: center;
  text-decoration: none;
}
.buttn {
  animation: glowing 1300ms infinite;
}
@-webkit-keyframes glowing {
  0% {
    background-color: #0091b2;
    -webkit-box-shadow: 0 0 3px #0091b2;
  }
  50% {
    background:  linear-gradient(#955bfd,#fd8efd);
    -webkit-box-shadow: 0 0 40px #21c7ed;
  }
  100% {
    background-color: #0091b2;
    -webkit-box-shadow: 0 0 3px #0091b2;
  }
}
@keyframes glowing {
  0% {
    background-color: #0091b2;
    box-shadow: 0 0 3px #0091b2;
  }
  50% {
    background:  linear-gradient(#955bfd,#fd8efd);
    box-shadow: 0 0 40px #21c7ed;
  }
  100% {
    background-color: #0091b2;
    box-shadow: 0 0 3px #0091b2;
  }

}



section
{
  position: relative;
  width: 100%;
  height: 100vh;
  padding: 100px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
header
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 10px;
  padding: 30px 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1000;
  
}
header .arcadia
{
  color: #fff;
  
  font-weight: 700;
  text-decoration: none;
  font-size: 2em;
  text-transform: uppercase;
  letter-spacing: 2px;
}
header ul
{
  display: flex;
  justify-content: center;
  align-items: center;
}
header ul li
{
  list-style: none;
  margin-left: 20px;
}
header ul li a
{
  text-decoration: none;
  
  color: #fff;
  border-radius: 20px;
}

header ul li a:hover
{
  background: linear-gradient(#83dbfd,#955bfd);
  color: #c422c4;
  border-radius: 60px;
}
section:before
{
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px;

  z-index: 1000;
}

h2#text
{
  position: absolute;
  color: #fff;
  font-family: 'UnifrakturMaguntia', cursive;
  right: -350px;
  white-space: nowrap;
  font-size: 5.5vw;
  transform: translateY(0px);
}


.sec
{
  position: relative;
  min-height: 500px;
  padding: 100px;
  background: linear-gradient(#fb8afd,#a361fb)
  
}
.sec h2
{
  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana,
    "sans-serif";
    display:inline-block;
    float:none;
    width:100%;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
  color: #fff;
  
}
.sec p
{
  font-size: 1.2em;
  color: #fff;
}

a
{
    position: relative;
    display: inline-block;
    padding: 15px 30px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-decoration: none;
    font-size: 24px;
    overflow: hidden;
    transition: 0.1s;
}
a:hover
{
    color: #ff8aef;
    background:  linear-gradient(#955bfd,#fd8efd);
    transition-delay: 0.2s;
    box-shadow: 0 0 10px #d021f3, 0 0 40px #eb52ff, 0 0 80px #e32afc;
}
a span
{
    position: absolute;
    display: block;
}
a span:nth-child(1)
{
    top: 0;
    left: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg,transparent,#2196F3);
}
a:hover span:nth-child(1)
{
    left: 100%;
    transition: 0.2s;
}
a span:nth-child(3)
{
    bottom: 0;
    right: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(270deg,transparent,#2196F3);
}
a:hover span:nth-child(3)
{
    right: 100%;
    transition: 0.2s;
    transition-delay: 0.2s;
}
a span:nth-child(2)
{
    top: -100%;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg,transparent,#2196F3);
}
a:hover span:nth-child(2)
{
    top: 100%;
    transition: 1s;
    transition-delay: 0.25s;
}
a span:nth-child(4)
{
    bottom: -100%;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(360deg,transparent,#ff32f5);
}
a:hover span:nth-child(4)
{
    bottom: 100%;
    transition: 1s;
    transition-delay: 0.75s;
}






@media (max-width: 992px)
{
  #header
  {
    padding: 20px;
  }
  #header .logo
  {
    font-size: 1.5em;
  }
  #header ul
  {
    display: none;
  }
  #header ul.active
  {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    background-image: url(cristalli2.png);
  }
  #header ul li
  {
    margin-left: 0;
  }
  #header ul li a
  {
    margin: 5px 0;
    font-size: 1.5em;
    border-radius: 30px;
    display: inline-block;
  }
  .toggle
  {
    position: relative;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url(menu.png);
    background-size: 30px;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 100;
  }
  .toggle.active
  {
    position: fixed;
    top: 20px;
    right: 20px;
    background: url(close.png);
    background-size: 25px;
    background-position: center;
    background-repeat: no-repeat;
  }

 
  
  

 }
  
  .container {
    padding-top: 62.5%; /* 8:5 Aspect Ratio */
  }
   





 footer
 {
  text-align: center;
   
  text-shadow: 2px 2px rgba(255, 84, 255, 0.801), 3px 3px 2px rgba(138, 149, 151, 0.603);
       /* (A1) FIXED AT BOTTOM */
 position: relative;
 bottom: 0;
 left: 0;
 /* (A2) DIMENSIONS */
 width: 100%;
 height: 20px;
 padding: 0 5px;
 /* (A3) CENTER TEXT */
 display: flex;
 align-items: center;
 justify-content: center;
 font-family: 'Teko', sans-serif;
 color: white;

}


#video-responsive {
  position: relative;
  padding-top: 25px;
  padding-bottom: 67.5%;
  height: 0;
  margin: 5px 0 0 1px;
  border-radius: 1em;
-moz-border-radius: 1em; /* firefox */
-webkit-border-radius: 1em; /* safari, chrome */
}
#video-responsive iframe {
  box-sizing: border-box;
  background: url(donne2.png) center center no-repeat;
  background-size: contain;
  padding: 11.7% 17.9% 15.4%;
  position: absolute;
  top: 50;
  left: 30;
  width: 100%;
  height: 100%;
  margin: 5px 0 0 1px;
  border-radius: 1em;
-moz-border-radius: 1em; /* firefox */
-webkit-border-radius: 1em; /* safari, chrome */
}


  
