@import url("https://fonts.googleapis.com/css2?family=Livvic:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,900&display=swap");

body {
  font-family: "Livvic";
  background-color: black;
  color: white;
}

/* ! */
.home {
  position: fixed;
  width: 100px;
  text-align: center;
  top: 0;
  left: 0;
  padding: 10px;
  margin: 10px 0px 0px 5px;
  background-color: #333333;
  border-radius: 25px;
}

.carrello {
  position: fixed;
  top: 0;
  right: 0;
  padding: 10px;
  margin: 10px 5px 0px 0px;
  background-color: #333333;
  border-radius: 25px;
}

.quantCarr {
  border-radius: 100%;
  background-color: rgb(107, 196, 109);
  font-size: 30px;
  color: black;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  position: fixed;
  top: 85px;
  right: 76px;
}

.prezzoTot {
  font-size: 40px;
  background-color: white;
  color: black;
  border-radius: 15px;
  padding: 15px 50px;
  text-align: center;
  position: fixed;
  top: 32px;
  right: 100px;
}

.reset {
  margin: 15px auto 15px;
  width: fit-content;
  display: block;
  border-radius: 15px;
  background-color: #171717;
  color: white;
  font-size: 25px;
  padding: 10px;
}

.titolo {
  text-align: center;
  font-size: 100px;
  margin: 0px;
  padding: 0px 0px 10px;
}

.sottotiolo {
  text-align: center;
  margin: 0px;
  padding-bottom: 30px;
  font-size: 50px;
}

/* ! */
.loghiLink {
  font-size: 40px;
  text-align: center;
  /* *mettere tutto al centro perfetto */
  margin: 0 auto;
  width: fit-content;
  /* *adattamento delle card */
  display: flex;
  flex-wrap: wrap;
}

.link,
.textLoghi {
  text-align: center;
  color: white;
  text-decoration: none;
  margin: 10px 0 20px;
}

/* *a quelli in cui non ce' il mouse sopra cambia opacita' */
/* .loghiLink:hover > :not(:hover) {
  opacity: 0.4;
} */

.cardHome {
  width: 300px;
  height: 330px;
  border: 10px solid;
  border-radius: 25px;
  padding: 10px;
  margin: 15px;
  float: left;
  background-color: #333333;
  /* *adattamento delle card */
  flex-grow: 1;
  flex-basis: 200;
}

.card {
  width: 300px;
  /* height: 330px; */
  border: 10px solid;
  border-radius: 25px;
  padding: 10px;
  margin: 15px;
  float: left;
  background-color: #333333;
  /* *al singolo cambia opacita' */
  /* transition: opacity 0.6s ease; */
  /* *adattamento delle card */
  flex-grow: 1;
  flex-basis: 200;
}

.card:hover {
  background-color: #17171717;
}

.quantProd {
  float: left;
  margin: 5px 0 0 20px;
  font-size: 40px;
}

.prezzi {
  font-size: 30px;
  margin-left: 155px;
}

.remove {
  float: left;
  width: fit-content;
  display: block;
  border-radius: 15px;
  background-color: transparent;
  color: white;
  font-size: 30px;
  padding: 10px;
  border: none;
}

.remove:hover {
  color: crimson;
}

.prezzo {
  text-align: right;
  margin: 10px 0 0;
  float: left;
}

.add {
  float: left;
  width: fit-content;
  display: block;
  border-radius: 15px;
  background-color: transparent;
  color: white;
  font-size: 30px;
  padding: 10px;
  border: none;
}

.add:hover {
  color: lime;
}

/* ! */
#founders {
  font-size: 20px;
  text-align: right;
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  border-top-left-radius: 25px;
}
