.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Adjust the color and transparency as needed */
  display: none;
  z-index: 999; /* Ensure the overlay is on top of other content */
}

@keyframes MoveBackgroundPosition {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.title-large {
  font-size: 4rem;
  font-weight: 700;
  color: rgba(247, 247, 247, 0.5);
  font-family: "Syne", sans-serif;
  line-height: 1.2;
  margin-bottom: 1rem;
  text-transform: none;
}
@media (max-width: 576px) {
  .title-large {
    font-size: 3.2rem;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .title-large {
    font-size: 3.6rem;
  }
}

.title-medium {
  font-size: 3rem;
  font-weight: 700;
  color: rgba(247, 247, 247, 0.5);
  font-family: "Syne", sans-serif;
  line-height: 1.2;
  margin-bottom: 1rem;
  text-transform: none;
}
@media (max-width: 576px) {
  .title-medium {
    font-size: 2.4rem;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .title-medium {
    font-size: 2.7rem;
  }
}

.title-small {
  font-size: 2rem;
  font-weight: 700;
  color: rgba(247, 247, 247, 0.5);
  font-family: "Syne", sans-serif;
  line-height: 1.2;
  margin-bottom: 1rem;
  text-transform: none;
}
@media (max-width: 576px) {
  .title-small {
    font-size: 1.6rem;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .title-small {
    font-size: 1.8rem;
  }
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Adjust the color and transparency as needed */
  display: none;
  z-index: 999; /* Ensure the overlay is on top of other content */
}

@keyframes MoveBackgroundPosition {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.title-large {
  font-size: 4rem;
  font-weight: 700;
  color: rgba(247, 247, 247, 0.5);
  font-family: "Syne", sans-serif;
  line-height: 1.2;
  margin-bottom: 1rem;
  text-transform: none;
}
@media (max-width: 576px) {
  .title-large {
    font-size: 3.2rem;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .title-large {
    font-size: 3.6rem;
  }
}

.title-medium {
  font-size: 3rem;
  font-weight: 700;
  color: rgba(247, 247, 247, 0.5);
  font-family: "Syne", sans-serif;
  line-height: 1.2;
  margin-bottom: 1rem;
  text-transform: none;
}
@media (max-width: 576px) {
  .title-medium {
    font-size: 2.4rem;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .title-medium {
    font-size: 2.7rem;
  }
}

.title-small {
  font-size: 2rem;
  font-weight: 700;
  color: rgba(247, 247, 247, 0.5);
  font-family: "Syne", sans-serif;
  line-height: 1.2;
  margin-bottom: 1rem;
  text-transform: none;
}
@media (max-width: 576px) {
  .title-small {
    font-size: 1.6rem;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .title-small {
    font-size: 1.8rem;
  }
}

.title-large {
  color: rgba(247, 247, 247, 0.5);
  font-family: "Syne", sans-serif;
  font-size: 6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.55rem;
}
@media (max-width: 768px) {
  .title-large {
    font-size: 2.5rem;
  }
}

.title-medium {
  color: rgba(247, 247, 247, 0.5);
  font-family: "Syne", sans-serif;
  font-size: 4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3rem;
}
@media (max-width: 768px) {
  .title-medium {
    font-size: 2rem;
  }
}

.title-small {
  color: rgba(247, 247, 247, 0.5);
  font-family: "Syne", sans-serif;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem;
}
@media (max-width: 768px) {
  .title-small {
    font-size: 1.5rem;
  }
}

.cta-btn {
  color: rgb(247, 247, 247);
  text-align: center;
  text-shadow: 0px 1.4px 1px rgba(0, 0, 0, 0.7);
  font-family: "Syne", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 16rem;
  height: 2.8125rem;
  border-radius: 0.4375rem;
  border: none;
  background: linear-gradient(92.35deg, #de1061 -4.5%, #ffce00 140.32%);
  border-top: 2px solid rgba(247, 247, 247, 0.2) !important;
  border-bottom: 5px solid rgba(247, 247, 247, 0.2) !important;
}

.alt-btn {
  color: rgb(247, 247, 247);
  text-align: center;
  text-shadow: 0px 1.4px 1px rgba(0, 0, 0, 0.7);
  font-family: "Syne", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 16rem;
  height: 2.8125rem;
  border-radius: 0.4375rem;
  border: none;
  background: linear-gradient(92.35deg, #de1061 -4.5%, #ffce00 140.32%);
  background: linear-gradient(214.71deg, #101010 40.92%, rgba(247, 247, 247, 0.1) 127.95%);
  border-top: 2px solid rgba(247, 247, 247, 0.2) !important;
  border-bottom: 4px solid rgba(247, 247, 247, 0.2) !important;
}