/*
body {
  background-color: #1a1a1a;
  display: flex;
  justify-content: center;
  padding-top: 20px;
  height: 100vh;
  margin: 0;
  background-image: radial-gradient(circle at 50% 50%, #2d2d2d 0%, #1a1a1a 100%);
}
*/

.roboto {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}

.barlow-condensed-regular {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.barlow-condensed-semibold {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.barlow-condensed-bold {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.barlow-condensed-extrabold {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.barlow-condensed-black {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 900;
  font-style: normal;
}

body {
  /* Base color remains the same */
  background: #0d24f0;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-family: "Roboto Mono";
}

.nice-border {
  border-style: dotted;
  border-color: rgba(213, 124, 0, 0);
  border-image-slice: 33% 33%;
  border-image-repeat: round;
}

.logo-header {
  display: flex;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 60px;
  height: 350px;
  margin: 0;
  background-repeat: no-repeat;
  background-size: cover, contain; /* First value for gradient, second for image */
  background-position: center, top;
  background-image: 
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.5) 0%,
      rgba(0, 0, 0, 0) 100%
    ),
    url("../images/back_stars.png");
}

.sign-container {
  position: relative;
  width: 70%;
  max-width: 700px;
  height: 220px;
  animation: fall1 0.4s cubic-bezier(0.7, 0, 1, 1),
    bounce1 0.3s cubic-bezier(0.3, 0.6, 0.4, 1) 0.4s,
    fall2 0.3s cubic-bezier(0.7, 0, 1, 1) 0.7s,
    bounce2 0.25s cubic-bezier(0.3, 0.6, 0.4, 1) 1s,
    fall3 0.2s cubic-bezier(0.7, 0, 1, 1) 1.25s, settle 0.2s ease 1.45s;
  animation-fill-mode: forwards;
}

.sign {
  position: absolute;
  background-color: #0000003f;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0px 20px;
}

.sign-bottom {
  display: grid;
  align-items: center;

  background-color: #e0e0e0; /* Light grey base */
  background-image: linear-gradient(
    to bottom,
    #e0e0e0,
    #e0e0e0 calc((100% - 6px) / 4),
    #a0a0a0 calc((100% - 6px) / 4),
    #a0a0a0 calc((100% - 6px) / 4 + 2px),
    #e0e0e0 calc((100% - 6px) / 4 + 2px),
    #e0e0e0 calc((100% - 6px) / 4 * 2),
    #a0a0a0 calc((100% - 6px) / 4 * 2),
    #a0a0a0 calc((100% - 6px) / 4 * 2 + 2px),
    #e0e0e0 calc((100% - 6px) / 4 * 2 + 2px),
    #e0e0e0 calc((100% - 6px) / 4 * 3),
    #a0a0a0 calc((100% - 6px) / 4 * 3),
    #a0a0a0 calc((100% - 6px) / 4 * 3 + 2px),
    #e0e0e0 calc((100% - 6px) / 4 * 3 + 2px)
  );
  width: 100%;
  height: 100%;

  border: 25px solid #9a251c;
  box-shadow: 0px 20px 10px rgba(0, 0, 0, 0.493), 3px 10px 0px #000000,
    -3px 10px 0px #000000, 0px 10px 0px #631812;
  z-index: 1;
  outline: 3px #f7ed8b solid;
  outline-offset: -26px;
  animation: flash_border 4s linear forwards;
}

.sign-top {
  border-width: 25px;
  z-index: 2;
  border-image-source: url("../images/dotslamp_on.png");
  background-color: transparent;
  outline: 3px #f7ed8b solid;
  box-shadow: 0 0 30px rgba(233, 255, 32, 0.692),
    inset 2px 2px 15px rgba(0, 0, 0, 0.8);
  animation: flashImages 4s linear forwards, flash_border 4s linear forwards;
}

.logo-icon {
  position: absolute;
  top: 70%; /* or adjust as needed to be just beneath the sign */
  width: 100px;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.3s;
  /* Responsive sizing */
  max-width: 18vw;
  min-width: 32px;
}

.icon-left {
  left: -100px; /* Start off-screen */
  animation: icon-slide-in-left 1s cubic-bezier(0.7,0,0.3,1) 0.5s forwards;
}

.icon-right {
  right: -100px; /* Start off-screen */
  animation: icon-slide-in-right 1s cubic-bezier(0.7,0,0.3,1) 0.5s forwards;
}

.text {
  padding-top: 15px;
  text-align: center;
  color: #000000;
  font-size: xx-large;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  line-height: 0.5;
}

.sign-top .text {
  visibility: hidden;
}

h1 {
  font-size: x-large;
}

/* Layout responsivess su mobile */

@media (max-width: 768px) {
  .sign {
    padding: 0px 20px;
  }

  .text {
    padding-top: 5px;
    font-size: x-large;
    line-height: normal;
  }

  .text h2 {
    margin-top: -10px;
  }
}

@media (max-width: 480px) {
  .sign {
    padding: 0px 10px;
  }

  .sign-container {
    scale: 1.1;
  }

  .text {
    padding-top: 5px;
    font-size: x-large;
    line-height: normal;
  }

  .text h2 {
    margin-top: -10px;
  }
}

@media (max-width: 360px) {
  .sign {
    padding: 0px 10px;
  }

  .sign-container {
    scale: 1.1;
  }

  .text {
    padding-top: 5px;
    font-size: larger;
    line-height: normal;
  }

  .text h2 {
    margin-top: -10px;
  }
}

/* Animazioni */

@keyframes flashImages {
  0% {
    box-shadow: 0 0 20px rgba(146, 34, 34, 0.8),
      inset 2px 2px 15px rgba(0, 0, 0, 0.8);
    border-image-source: url("../images/dotslamp_off.png");
  }
  1% {
    box-shadow: 0 0 30px rgba(255, 242, 105, 0.8),
      inset 2px 2px 15px rgba(0, 0, 0, 0.8);
    border-image-source: url("../images/dotslamp_on.png");
  }
  1.001% {
    box-shadow: 0 0 20px rgba(146, 34, 34, 0.8),
      inset 2px 2px 15px rgba(0, 0, 0, 0.8);
    border-image-source: url("../images/dotslamp_off.png");
  }
  10% {
    box-shadow: 0 0 20px rgba(146, 34, 34, 0.8),
      inset 2px 2px 15px rgba(0, 0, 0, 0.8);
    border-image-source: url("../images/dotslamp_off.png");
  }
  11.001% {
    box-shadow: 0 0 30px rgba(255, 242, 105, 0.8),
      inset 2px 2px 15px rgba(0, 0, 0, 0.8);
    border-image-source: url("../images/dotslamp_on.png");
  }
  11.002% {
    box-shadow: 0 0 20px rgba(146, 34, 34, 0.8),
      inset 2px 2px 15px rgba(0, 0, 0, 0.8);
    border-image-source: url("../images/dotslamp_off.png");
  }
  12% {
    box-shadow: 0 0 30px rgba(255, 242, 105, 0.8),
      inset 2px 2px 15px rgba(0, 0, 0, 0.8);
    border-image-source: url("../images/dotslamp_on.png");
  }

  /*    */
  39.999% {
    box-shadow: 0 0 30px rgba(255, 242, 105, 0.8),
      inset 2px 2px 15px rgba(0, 0, 0, 0.8);
    border-image-source: url("../images/dotslamp_on.png");
  }
  40% {
    box-shadow: 0 0 20px rgba(146, 34, 34, 0.8),
      inset 2px 2px 15px rgba(0, 0, 0, 0.8);
    border-image-source: url("../images/dotslamp_off.png");
  }
  41% {
    box-shadow: 0 0 30px rgba(255, 242, 105, 0.8),
      inset 2px 2px 15px rgba(0, 0, 0, 0.8);
    border-image-source: url("../images/dotslamp_on.png");
  }
  41.001% {
    box-shadow: 0 0 20px rgba(146, 34, 34, 0.8),
      inset 2px 2px 15px rgba(0, 0, 0, 0.8);
    border-image-source: url("../images/dotslamp_off.png");
  }

  /*    */

  65% {
    box-shadow: 0 0 20px rgba(146, 34, 34, 0.8),
      inset 2px 2px 15px rgba(0, 0, 0, 0.8);
    border-image-source: url("../images/dotslamp_off.png");
  }
  65.5% {
    box-shadow: 0 0 30px rgba(255, 242, 105, 0.8),
      inset 2px 2px 15px rgba(0, 0, 0, 0.8);
    border-image-source: url("../images/dotslamp_on.png");
  }
  65.501% {
    box-shadow: 0 0 20px rgba(146, 34, 34, 0.8),
      inset 2px 2px 15px rgba(0, 0, 0, 0.8);
    border-image-source: url("../images/dotslamp_off.png");
  }

  /*    */

  80% {
    box-shadow: 0 0 20px rgba(146, 34, 34, 0.8),
      inset 2px 2px 15px rgba(0, 0, 0, 0.8);
    border-image-source: url("../images/dotslamp_off.png");
  }
  81.001% {
    box-shadow: 0 0 30px rgba(255, 242, 105, 0.8),
      inset 2px 2px 15px rgba(0, 0, 0, 0.8);
    border-image-source: url("../images/dotslamp_on.png");
  }
  81.002% {
    box-shadow: 0 0 20px rgba(146, 34, 34, 0.8),
      inset 2px 2px 15px rgba(0, 0, 0, 0.8);
    border-image-source: url("../images/dotslamp_off.png");
  }
  82% {
    box-shadow: 0 0 30px rgba(255, 242, 105, 0.8),
      inset 2px 2px 15px rgba(0, 0, 0, 0.8);
    border-image-source: url("../images/dotslamp_on.png");
  }
  82.001% {
    box-shadow: 0 0 30px rgba(255, 242, 105, 0.8),
      inset 2px 2px 15px rgba(0, 0, 0, 0.8);
    border-image-source: url("../images/dotslamp_on.png");
  }
  82.002% {
    box-shadow: 0 0 20px rgba(146, 34, 34, 0.8),
      inset 2px 2px 15px rgba(0, 0, 0, 0.8);
    border-image-source: url("../images/dotslamp_off.png");
  }
  83% {
    box-shadow: 0 0 30px rgba(255, 242, 105, 0.8),
      inset 2px 2px 15px rgba(0, 0, 0, 0.8);
    border-image-source: url("../images/dotslamp_on.png");
  }
  83.001% {
    box-shadow: 0 0 20px rgba(146, 34, 34, 0.8),
      inset 2px 2px 15px rgba(0, 0, 0, 0.8);
    border-image-source: url("../images/dotslamp_off.png");
  }
  83.002% {
    box-shadow: 0 0 30px rgba(255, 242, 105, 0.8),
      inset 2px 2px 15px rgba(0, 0, 0, 0.8);
    border-image-source: url("../images/dotslamp_on.png");
  }
  83.003% {
    box-shadow: 0 0 20px rgba(146, 34, 34, 0.8),
      inset 2px 2px 15px rgba(0, 0, 0, 0.8);
    border-image-source: url("../images/dotslamp_off.png");
  }
  88% {
    box-shadow: 0 0 30px rgb(229, 255, 0), inset 2px 2px 15px rgba(0, 0, 0, 0.8);
    border-image-source: url("../images/dotslamp_on.png");
  }
}

@keyframes flash {
  0% {
    border: 15px dotted #922222;
    box-shadow: 0 0 20px rgba(146, 34, 34, 0.8),
      inset 2px 2px 15px rgba(0, 0, 0, 0.8);
  }
  1% {
    border: 15px dotted rgb(255, 242, 105);
    box-shadow: 0 0 30px rgba(255, 242, 105, 0.8),
      inset 2px 2px 15px rgba(0, 0, 0, 0.8);
  }
  1.001% {
    border: 15px dotted rgba(146, 34, 34, 0.9);
    box-shadow: 0 0 20px rgba(146, 34, 34, 0.8),
      inset 2px 2px 15px rgba(0, 0, 0, 0.8);
  }
  10% {
    border: 15px dotted rgba(146, 34, 34, 0.9);
    box-shadow: 0 0 20px rgba(146, 34, 34, 0.8),
      inset 2px 2px 15px rgba(0, 0, 0, 0.8);
  }
  11.001% {
    border: 15px dotted rgba(255, 242, 105, 1);
    box-shadow: 0 0 30px rgba(255, 242, 105, 0.8),
      inset 2px 2px 15px rgba(0, 0, 0, 0.8);
  }
  11.002% {
    border: 15px dotted rgba(146, 34, 34, 0.9);
    box-shadow: 0 0 20px rgba(146, 34, 34, 0.8),
      inset 2px 2px 15px rgba(0, 0, 0, 0.8);
  }
  12% {
    border: 15px dotted rgba(255, 242, 105, 1);
    box-shadow: 0 0 30px rgba(255, 242, 105, 0.8),
      inset 2px 2px 15px rgba(0, 0, 0, 0.8);
  }

  /*    */
  39.999% {
    border: 15px dotted rgba(255, 242, 105, 1);
    box-shadow: 0 0 30px rgba(255, 242, 105, 0.8),
      inset 2px 2px 15px rgba(0, 0, 0, 0.8);
  }
  40% {
    border: 15px dotted rgba(146, 34, 34, 0.9);
    box-shadow: 0 0 20px rgba(146, 34, 34, 0.8),
      inset 2px 2px 15px rgba(0, 0, 0, 0.8);
  }
  41% {
    border: 15px dotted rgba(255, 242, 105, 1);
    box-shadow: 0 0 30px rgba(255, 242, 105, 0.8),
      inset 2px 2px 15px rgba(0, 0, 0, 0.8);
  }
  41.001% {
    border: 15px dotted rgba(146, 34, 34, 0.9);
    box-shadow: 0 0 20px rgba(146, 34, 34, 0.8),
      inset 2px 2px 15px rgba(0, 0, 0, 0.8);
  }

  /*    */

  65% {
    border: 15px dotted rgba(146, 34, 34, 0.9);
    box-shadow: 0 0 20px rgba(146, 34, 34, 0.8),
      inset 2px 2px 15px rgba(0, 0, 0, 0.8);
  }
  65.5% {
    border: 15px dotted rgba(255, 242, 105, 1);
    box-shadow: 0 0 30px rgba(255, 242, 105, 0.8),
      inset 2px 2px 15px rgba(0, 0, 0, 0.8);
  }
  65.501% {
    border: 15px dotted rgba(146, 34, 34, 0.9);
    box-shadow: 0 0 20px rgba(146, 34, 34, 0.8),
      inset 2px 2px 15px rgba(0, 0, 0, 0.8);
  }

  /*    */

  80% {
    border: 15px dotted rgba(146, 34, 34, 0.9);
    box-shadow: 0 0 20px rgba(146, 34, 34, 0.8),
      inset 2px 2px 15px rgba(0, 0, 0, 0.8);
  }
  81.001% {
    border: 15px dotted rgba(255, 242, 105, 1);
    box-shadow: 0 0 30px rgba(255, 242, 105, 0.8),
      inset 2px 2px 15px rgba(0, 0, 0, 0.8);
  }
  81.002% {
    border: 15px dotted rgba(146, 34, 34, 0.9);
    box-shadow: 0 0 20px rgba(146, 34, 34, 0.8),
      inset 2px 2px 15px rgba(0, 0, 0, 0.8);
  }
  82% {
    border: 15px dotted rgba(255, 242, 105, 1);
    box-shadow: 0 0 30px rgba(255, 242, 105, 0.8),
      inset 2px 2px 15px rgba(0, 0, 0, 0.8);
  }
  82.001% {
    border: 15px dotted rgba(255, 242, 105, 1);
    box-shadow: 0 0 30px rgba(255, 242, 105, 0.8),
      inset 2px 2px 15px rgba(0, 0, 0, 0.8);
  }
  82.002% {
    border: 15px dotted rgba(146, 34, 34, 0.9);
    box-shadow: 0 0 20px rgba(146, 34, 34, 0.8),
      inset 2px 2px 15px rgba(0, 0, 0, 0.8);
  }
  83% {
    border: 15px dotted rgba(255, 242, 105, 1);
    box-shadow: 0 0 30px rgba(255, 242, 105, 0.8),
      inset 2px 2px 15px rgba(0, 0, 0, 0.8);
  }
  83.001% {
    border: 15px dotted rgba(146, 34, 34, 0.9);
    box-shadow: 0 0 20px rgba(146, 34, 34, 0.8),
      inset 2px 2px 15px rgba(0, 0, 0, 0.8);
  }
  83.002% {
    border: 15px dotted rgba(255, 242, 105, 1);
    box-shadow: 0 0 30px rgba(255, 242, 105, 0.8),
      inset 2px 2px 15px rgba(0, 0, 0, 0.8);
  }
  83.003% {
    border: 15px dotted rgba(146, 34, 34, 0.9);
    box-shadow: 0 0 20px rgba(146, 34, 34, 0.8),
      inset 2px 2px 15px rgba(0, 0, 0, 0.8);
  }
  88% {
    border: 15px dotted rgba(255, 242, 105, 1);
    box-shadow: 0 0 30px rgb(229, 255, 0), inset 2px 2px 15px rgba(0, 0, 0, 0.8);
  }
}

@keyframes flash_border {
  0% {
    outline: 3px dotted rgba(0, 0, 0, 0.8);
  }
  1% {
    outline: 3px solid #f7ed8b;
  }
  1.001% {
    outline: 3px solid rgba(0, 0, 0, 0.8);
  }
  10% {
    outline: 3px solid rgba(0, 0, 0, 0.8);
  }
  11.001% {
    outline: 3px solid #f7ed8b;
  }
  11.002% {
    outline: 3px solid rgba(0, 0, 0, 0.8);
  }
  12% {
    outline: 3px solid #f7ed8b;
  }

  /*    */
  39.999% {
    outline: 3px solid #f7ed8b;
  }
  40% {
    outline: 3px solid rgba(0, 0, 0, 0.8);
  }
  41% {
    outline: 3px solid #f7ed8b;
  }
  41.001% {
    outline: 3px solid rgba(0, 0, 0, 0.8);
  }

  /*    */

  65% {
    outline: 3px solid rgba(0, 0, 0, 0.8);
  }
  65.5% {
    outline: 3px solid #f7ed8b;
  }
  65.501% {
    outline: 3px solid rgba(0, 0, 0, 0.8);
  }

  /*    */

  80% {
    outline: 3px solid rgba(0, 0, 0, 0.8);
  }
  81.001% {
    outline: 3px solid #f7ed8b;
  }
  81.002% {
    outline: 3px solid rgba(0, 0, 0, 0.8);
  }
  82% {
    outline: 3px solid #f7ed8b;
  }
  82.001% {
    outline: 3px solid #f7ed8b;
  }
  82.002% {
    outline: 3px solid rgba(0, 0, 0, 0.8);
  }
  83% {
    outline: 3px solid #f7ed8b;
  }
  83.001% {
    outline: 3px solid rgba(0, 0, 0, 0.8);
  }
  83.002% {
    outline: 3px solid #f7ed8b;
  }
  83.003% {
    outline: 3px solid rgba(0, 0, 0, 0.8);
  }
  88% {
    outline: 3px solid #f7ed8b;
  }
}

@keyframes text_flash {
  0% {
    color: #222222;
    text-shadow: 0 0 20px rgba(34, 34, 34, 0.8);
  }
  1% {
    color: rgb(255, 242, 105);
    text-shadow: 0 0 30px rgba(255, 242, 105, 0.8);
  }
  1.001% {
    color: rgba(34, 34, 34, 0.9);
    text-shadow: 0 0 20px rgba(34, 34, 34, 0.8);
  }
  10% {
    color: rgba(34, 34, 34, 0.9);
    text-shadow: 0 0 20px rgba(34, 34, 34, 0.8);
  }
  11.001% {
    color: rgba(255, 242, 105, 1);
    text-shadow: 0 0 30px rgba(255, 242, 105, 0.8);
  }
  11.002% {
    color: rgba(34, 34, 34, 0.9);
    text-shadow: 0 0 20px rgba(34, 34, 34, 0.8);
  }
  12% {
    color: rgba(255, 242, 105, 1);
    text-shadow: 0 0 30px rgba(255, 242, 105, 0.8);
  }

  /*    */
  39.999% {
    color: rgba(255, 242, 105, 1);
    text-shadow: 0 0 30px rgba(255, 242, 105, 0.8);
  }
  40% {
    color: rgba(34, 34, 34, 0.9);
    text-shadow: 0 0 20px rgba(34, 34, 34, 0.8);
  }
  41% {
    color: rgba(255, 242, 105, 1);
    text-shadow: 0 0 30px rgba(255, 242, 105, 0.8);
  }
  41.001% {
    color: rgba(34, 34, 34, 0.9);
    text-shadow: 0 0 20px rgba(34, 34, 34, 0.8);
  }

  /*    */

  65% {
    color: rgba(34, 34, 34, 0.9);
    text-shadow: 0 0 20px rgba(34, 34, 34, 0.8);
  }
  65.5% {
    color: rgba(255, 242, 105, 1);
    text-shadow: 0 0 30px rgba(255, 242, 105, 0.8);
  }
  65.501% {
    color: rgba(34, 34, 34, 0.9);
    text-shadow: 0 0 20px rgba(34, 34, 34, 0.8);
  }

  /*    */

  80% {
    color: rgba(34, 34, 34, 0.9);
    text-shadow: 0 0 20px rgba(34, 34, 34, 0.8);
  }
  81.001% {
    color: rgba(255, 242, 105, 1);
    text-shadow: 0 0 30px rgba(255, 242, 105, 0.8);
  }
  81.002% {
    color: rgba(34, 34, 34, 0.9);
    text-shadow: 0 0 20px rgba(34, 34, 34, 0.8);
  }
  82% {
    color: rgba(255, 242, 105, 1);
    text-shadow: 0 0 30px rgba(255, 242, 105, 0.8);
  }
  82.001% {
    color: rgba(255, 242, 105, 1);
    text-shadow: 0 0 30px rgba(255, 242, 105, 0.8);
  }
  82.002% {
    color: rgba(34, 34, 34, 0.9);
    text-shadow: 0 0 20px rgba(34, 34, 34, 0.8);
  }
  83% {
    color: rgba(255, 242, 105, 1);
    text-shadow: 0 0 30px rgba(255, 242, 105, 0.8);
  }
  83.001% {
    color: rgba(34, 34, 34, 0.9);
    text-shadow: 0 0 20px rgba(34, 34, 34, 0.8);
  }
  83.002% {
    color: rgba(255, 242, 105, 1);
    text-shadow: 0 0 30px rgba(255, 242, 105, 0.8);
  }
  83.003% {
    color: rgba(34, 34, 34, 0.9);
    text-shadow: 0 0 20px rgba(34, 34, 34, 0.8);
  }
  88% {
    color: rgba(255, 242, 105, 1);
    text-shadow: 0 0 30px rgba(255, 242, 105, 0.8);
  }
  100% {
    color: rgba(255, 242, 105, 1);
    text-shadow: 0 0 30px rgba(255, 242, 105, 0.8);
  }
}

/* 1. Prima caduta */
@keyframes fall1 {
  from {
    transform: translatey(-400px);
  }
  to {
    transform: translateY(50px) rotate(-5deg);
  }
}

/* 2. Primo rimbalzo verso l'alto */
@keyframes bounce1 {
  to {
    transform: translateY(10px) rotate(5deg);
  }
}

/* 3. Seconda caduta */
@keyframes fall2 {
  to {
    transform: translateY(50px) rotate(3deg);
  }
}

/* 4. Secondo rimbalzo più piccolo */
@keyframes bounce2 {
  to {
    transform: translateY(30px) rotate(-2deg);
  }
}

/* 5. Ultima caduta */
@keyframes fall3 {
  to {
    transform: translateY(50px) rotate(2deg);
  }
}

/* 6. Stabilizzazione finale */
@keyframes settle {
  to {
    transform: translateY(50px) rotate(0deg);
  }
}

/* logo icons */
@keyframes icon-slide-in-left {
  to {
    left: 0; /* Stops at the left edge of the sign */
    opacity: 1;
  }
}

@keyframes icon-slide-in-right {
  to {
    right: 0; /* Stops at the right edge of the sign */
    opacity: 1;
  }
}