html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Outfit, "Calibri", sans-serif;
  background-color: #141518;
  color: #ffffff;
  /* line-height: 1.6; */
}

body,
p,
button,
input {
  font-family:
    Outfit, "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif !important;
}

.text-primary {
  color: #00ff7b !important;
}

.bg-primary {
  background: #00ff7b !important;
}

.success-promo-fold {
  background-image: url("../assets/bg.jpg");
  text-align: center;
  background-repeat: no-repeat;
  padding: 3.5em 1em;
  position: relative;

  h2 {
    margin: 0 0 0.5em;
    font-size: 3em;

    @media (max-width: 480px) {
      font-size: 1.5em;
    }
  }

  /* .success-promo-text {
    display: inline-block;
    position: relative;

    img {
      max-width: 100%;
      height: auto;
    }
  } */
  .success-promo-text {
    position: relative;
    width: clamp(220px, 60vw, 320px); /* 🔥 responsive width */
    margin: auto;
  }

  .success-promo-text img {
    width: 100%;
    height: auto;
    display: block;
  }

  .success-promo-code {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: clamp(16px, 2.5vw, 24px);
    font-weight: 600;
  }

  .success-promo-code {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2em;
    font-weight: bold;
    color: black;

    @media (max-width: 480px) {
      font-size: 1.5em;
    }
  }
}
@media (max-width: 480px) {
  .success-promo-fold {
    background-image: url("https://d34080pnh6e62j.cloudfront.net/images/VideoOnDemandThumb/1770105296bg.jpg");
    background-size: cover;
    background-position: center top;
  }
}
