@import url("https://fonts.googleapis.com/css2?family=Redressed&family=Roboto+Mono:wght@300&display=swap");

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

html,
body {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

body {
  background: url(../elementi/img/bg1.jpg);
  background-size: cover;
  background-position: center;
  z-index: -99;
}

header {
  position: relative !important;
}

.main {
  display: flex;
  align-items: center;
}

.swiper-wrapper {
  align-items: center;
}

.swiper-container {
  width: 50%;
  height: 632px !important;
  margin: 0 auto auto;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width: auto !important;
  height: 410px !important;
  /*-webkit-box-reflect: below 1px
    linear-gradient(transparent, transparent, #0006);*/
}

.swiper-slide img {
  width: auto;
  height: 100%;
  filter: none;
    -webkit-filter: grayscale(70%);
    -moz-filter:    grayscale(70%);
    -ms-filter:     grayscale(70%);
    -o-filter:      grayscale(70%);
    cursor: pointer;
}

.swiper-slide img:hover {
  width: auto;
  height: 110%;
  transition: height 0.5s;
  filter: none;
    -webkit-filter: grayscale(0%);
    -moz-filter:    grayscale(0%);
    -ms-filter:     grayscale(0%);
    -o-filter:      grayscale(0%);
    cursor: pointer;
}


.text {
  position: relative;
  text-align: left;
}

.text h2,
.text h3 {
  font: 300 1.2em "Roboto Mono", sans-serif;
  color: #fff;
}

.text h2 {
  margin-top: 5px;
  text-align: center;
}

.text h3 {
  margin-bottom: 10px;
  text-align: center;
}

.title {
  width: 5%;
  height: 1px;
  margin: auto;
  border: 0;
  background-color: #fff;
  opacity: 1;
}

.sponsor {
  width: 100%;
  height: 2px;
  margin: 5% auto;
  border: 0;
  background-color: #e3b028;
  opacity: 0.9;
}

.text p {
  margin-top: 5px;
  color: #fff;
  font: 400 1em "Redressed", cursive;
}
:root {
  --swiper-theme-color: #e3b028 !important;
}

.copy {
  width: 100%;
  height: auto;
  text-align: center;
}

h6 {
  color: #fff;
  font: 300 0.6em 'Roboto Mono';
  margin: 50px 0;
}

/* Possibilità di muovere lo sfondo verso il basso */
@media only screen and (max-width: 435px) {
  html,
  body {
    overflow-y: auto;
    overflow-x: hidden;
  }

  .swiper-container{
    height: auto !important;
    margin: 30px auto auto;
  }

  .copy {
    padding-top: 80px;
  }
}