
/* --- FOOTER --- */
#footer {
  background-color: #000000;
  font-size: medium;
  width: 100%;
  margin-top: 40px;
  padding-top: 30px;
}

#griglia2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
  justify-items: center;
  text-align: center;
  align-items: center;
  align-content: center;
  padding: 0 20px 20px;
}

#logo2 {
  width: 30%;
  margin-bottom: 15px;
}

#ul2 {
  text-align: justify;
  padding-left: 0;
  list-style: none;
  margin: 0;
}

#ul2 li {
  margin-bottom: 12px;
  font-size: 15px;
  padding-left: 0;
  position: relative;
}

#ul2 li:last-child {
  margin-bottom: 0;
}

#ul2 a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
}

#ul2 a:hover {
  color: #00b4fe;
  text-decoration: underline;
}

#ul3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  list-style: none;
  padding: 0;
  margin: 0;
}

#cards {
    display: flex
;
    gap: 15px;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}


.card-container {
  position: relative;
  width: 150px;
  min-height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5em 10px;
  border-radius: 0.5em;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #161b22;
}


#Whatsapp { background-color: #25d366; }
#instagram { background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); }
#facebook { background-color: #006eff; }
#Gmail { background-color: #f21818; }

.icon-container {
  display: flex;
  align-items: center;
  gap: 0.5em;
  width: 100%;
}

.icon-container svg {
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
}

.icon-container p {
  font-size: 0.9em;
  font-weight: 400;
  color: white;
  margin: 0;
  text-align: center;
  width: 100%;
}

.card-container:hover {
  transform: scale(1.1);
  z-index: 2;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

/* Metodi di pagamento */
#metodidipagamanto {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}

#svgiconepay,
#svgiconepaybtc {
  height: 28px;
      color: white;
}

/* Copyright */
#spaziohr {
  border: none;
  border-top: solid 1px rgba(255, 255, 255, 0.1);
  margin: 20px 0;
}

#copyright-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 15px 0;
  margin: 0 20px;
}

#copyright-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 8px;
  color: #aaa;
  font-size: 14px;
}

#copyright-main p {
  margin: 0;
  width: 100%;
  text-align: center;
}

#copyright-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  width: 100%;
  padding: 5px 0;
  margin-top: 30px;
  margin-bottom: 20px;
}

#copyright-links a {
  color: #ffffff;
  text-decoration: none;
  margin: 0 5px;
  font-size: 13px;
  transition: color 0.3s ease;
  white-space: nowrap;
}

#copyright-links a:hover {
  color: #00b4fe;
  text-decoration: underline;
}

#cards:hover > .card-container:not(:hover),
#cards:has(.card-container:hover) .card-container:not(:hover) {
  filter: blur(2px);
  opacity: 0.6;
  transition: filter 0.3s ease, opacity 0.3s ease;
}

#soluzionidigiatli{
    color: white;
}
/* --- FONT FACE --- */
@font-face {
  font-family: 'Heavitas';
  src: url('Heavitas.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Cocogoose';
  src: url('Cocogoose-Pro-Bold-trial.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

