body {
  font-family: "Times New Roman", Times, serif;
  background-image: url(zombies/FondoZombie.jpg);
  font-size: 18px;
  background-size: cover;
  font-style: italic;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding: 0px;
  margin: 0px;
  color: white;
  margin-top: 110px;
  cursor: url("zombies/Blundergat.png"), auto;
}

h2 {
  font-size: 45px;
}

.header__nav {
  z-index: 99999999;
  display: flex;
  position: fixed;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  background-color: rgba(92, 90, 90, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  width: 100%;
  height: 100px;
  margin-top: -110px;
}

.header__nav img {
  width: 165px;
  height: auto;
}

ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: right;
  text-align: center;
}
ul li {
  list-style: none;
  width: 10%;
  height: auto;
}
ul li a {
  font-size: 20px;
  text-decoration: none;
  background-color: rgba(92, 90, 90, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 15px;
  border-bottom: 1px;
  width: 100%;
  padding: 10px;
  color: white;
  border: solid, 1px;
  border-color: black;
  height: AUTO;
  transition: 0.6s;
}
ul li a:hover {
  border-color: aqua;
  font-size: 25px;
}

.container2 {
  width: 55%;
  height: auto;
}

.container2 img {
  width: 59%;
  height: auto;
}

section {
  padding: 0 35px 5px;
}

h1 {
  padding-left: 10px;
  background-image: url(/zombies/HumoRed.gif);
  background-size: cover;
  background-position: center;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 80px;
}

.container2 img {
  background-image: url(Zombie-hand.gif);
  background-size: cover;
}

.container2 p {
  background-color: rgba(92, 90, 90, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.service1 {
  margin-left: 60px;
  width: 39%;
  background-color: rgba(92, 90, 90, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 0 7px 7px 0;
}

.service2 {
  margin-left: 120px;
  width: 39%;
  background-color: rgba(92, 90, 90, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 0 7px 7px 0;
}

.service3 {
  margin-left: 180px;
  width: 39%;
  background-color: rgba(92, 90, 90, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 0 7px 7px 0;
}

.service4 {
  margin-left: 240px;
  width: 39%;
  background-color: rgba(92, 90, 90, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 0 7px 7px 0;
}

.service5 {
  margin-left: 300px;
  width: 39%;
  background-color: rgba(92, 90, 90, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 0 7px 7px 0;
}

.service6 {
  margin-left: 360px;
  width: 39%;
  background-color: rgba(92, 90, 90, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 0 7px 7px 0;
}

.gallery__grid {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: space-around;
  flex-direction: row;
  flex-wrap: wrap;
}

.gallery__item {
  display: grid;
  width: 30%;
  height: auto;
  justify-content: space-around;
}

.gallery__item img {
  filter: drop-shadow(2px 2px 10px red);
}

img {
  width: 190px;
  height: 110px;
}

.gallery__item p {
  background-color: rgba(92, 90, 90, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  height: 20px;
}

section {
  margin-block-end: 50px;
}

.gallery__item img:hover {
  width: 250px;
  height: 125px;
  filter: drop-shadow(2px 2px 10px blue);
  transition: 0.6s;
}

.container h2 {
  background-image: url(/zombies/HumoRed.gif);
  background-size: cover;
  background-position: center;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

.container3 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.contact__form {
  display: grid;
  justify-content: center;
  width: 35%;
  background-color: rgba(92, 90, 90, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  height: auto;
  border-radius: 8px;
  align-items: center;
  flex-direction: column;
}

input {
  margin-top: 15px;
  background-color: rgba(92, 90, 90, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 8px;
  margin: 5px 0px 19px 30px;
  width: 80%;
  height: 40px;
  border-color: white;
  color: white;
}

.btn--primary {
  border: solid 2px;
  border-radius: 8px;
  width: 83%;
  border-color: white;
  margin-top: 20px;
  margin-inline-end: 20px;
  background-color: gray;
  color: white;
  margin: 5px 0px 19px 30px;
}

label {
  width: 20%;
  margin: 15px 0px 0px 8px;
  font-size: 24px;
}

textarea {
  width: 80%;
  height: 80px;
  background-color: rgba(92, 90, 90, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-color: white;
  margin: 5px 0px 19px 30px;
  color: white;
}

.container3 h2 {
  background-image: url(/zombies/HumoRed.gif);
  background-size: cover;
  background-position: center;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

.footer {
  color: white;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  background-color: rgba(92, 90, 90, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  height: 180px;
}

#listaPerks img {
  width: auto;
  height: 70px;
  background-size: cover;
  margin: 10px;
  -webkit-box-reflect: below 5px linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}

#listaPerks img:hover {
  background-color: rgba(92, 90, 90, 0.5);
  height: 80px;
  transition: 0.6s;
}

@media only screen and (max-width: 800px) {
  .header__nav {
    z-index: 99999999;
    display: flex;
    position: fixed;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    background-color: rgba(92, 90, 90, 0.5);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    width: 100%;
    height: 140px;
    margin-top: -110px;
  }
  ul {
    width: 100%;
    display: flexbox;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    height: auto;
  }
  li {
    flex-direction: column;
    align-items: center;
    margin: 5px;
    width: 50px;
    height: 10px;
    font-size: 12px;
    padding: 0;
  }
  #listaPerks {
    display: flex;
    flex-direction: row;
  }
  #listaPerks img {
    width: 30px;
    height: 50px;
    background-size: cover;
  }
  .gallery__grid {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    flex-wrap: wrap;
  }
  h2 {
    padding-top: 20px;
  }
  .contact__form {
    display: grid;
    justify-content: center;
    width: 50%;
    background-color: rgba(92, 90, 90, 0.5);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    height: auto;
    border-radius: 8px;
    align-items: center;
    flex-direction: column;
  }
  a {
    padding: 0px;
    width: 5%;
    height: 5%;
  }
}/*# sourceMappingURL=todo.css.map */