* {
  padding: 0;
  margin: 0;
}
.irnvals {
  background-image: url("/img/bg-st.webp");
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: #09608d;
  color: #000;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.irnvals::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: -1;
}
.irnvals-main {
  margin: auto 0;
}
.irnvals-content {
  position: relative;
  z-index: 2;
  max-width: 600px;
  padding: 0 20px;
  margin: 0 auto;
}
.irnvals-text h1 {
  font-weight: 500;
  font-size: 2rem;
  margin-bottom: 20px;
}
.irnvals-footer {
  /* position: absolute; */
  /* bottom: 0;
  left: 50%; */
  /* transform: translate(-50%, 0); */
  color: #000;
  z-index: 99;
  white-space: nowrap;
  padding: 10px;
}

.irnvals-footer a {
  color: #000;
  font-size: 24px;
  text-decoration: none;
}

.irnvals-footer a:hover {
  text-decoration: underline;
}

.irnvals-link-wrapper {
  max-width: 500px;
  margin: 0 auto;
  padding: 20px;
  /* background-color: #fff; */
}

.irnvals-link-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  /* background: linear-gradient(to right, #db136c 0%, #fc3d03 100%); */
  background: #21418d;
  padding: 10px;
  border-radius: 50px;
  max-width: 500px;
  min-height: 50px;
  color: #fff;
  margin-inline: auto;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  transform: scale(1);
  transition: scale 0.4s, box-shadow 0.4s;
}

.irnvals-link-btn:hover {
  box-shadow: rgba(0, 0, 0, 0.3) 0 6px 8px;
  scale: 1.05;
}

@media (max-width: 600px) {
  .irnvals {
    justify-content: flex-start;
    padding-top: 70px;
  }

  .irnvals-footer {
    bottom: 10vh;
  }
}
