



.logoword:hover {
fill:#9b9b9b;
transition:.5s ease;

}


.rollover > svg,
* [summary=rollover] > svg {
  max-height: none;
  transition:.5s ease;
}

.rollover > div svg,
* [summary=rollover] > div svg {
  max-height: 0;
  transition:.5s ease;
}

/* Media query for smaller screens */
@media screen and (max-device-width: 290px) {
  .rollover > svg,
  * [summary=rollover] > svg {
    max-height: none;
    transition:.5s ease;
  }

  .rollover > div svg,
  * [summary=rollover] > div svg {
    transition:.5s ease;
  }
}

/* Hover effects */
.rollover:hover > svg,
* [summary=rollover]:hover > svg {
  max-height: 0 !important;
  transition:.5s ease;


}

.rollover:hover > div svg,
* [summary=rollover]:hover > div svg {
  max-height: none !important;
  transition:.5s ease;

}




.coming-soon {
  margin: 0;
  position: relative;
  font-size: inherit;
  letter-spacing: -0.02em;
  line-height: 24px;
  font-weight: 500;
  color: #585858;
}

.social {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.made-with {
  position: relative;
  letter-spacing: -0.02em;
  line-height: 20px;
}
.heart-like-3 {
  position: relative;
  width: 16px;
  height: 16px;
  overflow: hidden;
  flex-shrink: 0;
}
.made-with-love {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: var(--dimension-spacing-xxs);
  text-align: left;
  font-size: 12px;
  font-weight: 500;
}
.spomotion-gmbh {
  position: relative;
  letter-spacing: -0.02em;
  line-height: 16px;
  font-size: 12px;
  font-weight: 500;
  color: #585858;

}
.text {
  justify-content: flex-start;
  gap: 4px;
  text-align: left;
  color: #585858;
}
.footer,
.soonfin,
.text {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer {
  justify-content: flex-start;
  gap: 16px;
}





.soonfin::before {
  content: '';
  position: absolute;
  z-index: -1;
  inset: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('./public/noise.svg'); /* Replace with the path to your noise texture */
  opacity: 0.3; /* Adjust the opacity to control the intensity of the noise */
  pointer-events: none; /*Ensure the overlay doesn't interfere with user interactions*/
}




.soonfin {

  position: relative;
  z-index: 1;
  background: linear-gradient(162.72deg, #202020 0.45%, #181818);
  width: 100%;
  height: 100vh; /* Adjusted to be responsive using viewport height (vh) */
  overflow: hidden;
  justify-content: space-between;
  padding: var(--dimension-spacing-x5) var(--dimension-spacing-x5);
  box-sizing: border-box;
  text-align: center;
  
}

.soc:hover {
  fill: #9b9b9b;
  transition:.5s ease;
}
