@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

:root {
  --bebas: "Bebas Neue", sans-serif;
  --blue: #423B88;
  --red: #DB3000;
  --dark: #383837;
  --btn-clr: #FF8765;
  --green: #609635
}

sup {
  top: -.3em;
  font-size: small;
}

body {
  font-family: var(--bebas);
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  color: #000;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  background: linear-gradient(to bottom,
      #F4A94E 0%,
      #F2C27A 35%,
      #F0C99A 65%,
      #F5DFB8 85%,
      #F5EDD5 100%);
  font-size: 18px;
}

.text-dark {
  color: var(--dark);
}

.body-text {
  text-align: center;
  font-size: 23px;
  letter-spacing: 1.15px;
}

.body-legal {
  font-size: 20px;
  letter-spacing: 0.5px;
}

.short-terms {
  font-size: 11px;
  text-align: center;
}

.site-header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
}

.lg-spacing {
  letter-spacing: 1.25px !important;
}

.logo {
  display: block;
  width: 116px;
}

.win-kv {
  max-width: 467px;
  width: 100%;
  margin: auto;
}

.packs {
  max-width: 500px;
  width: 100%;
  margin: auto;
}

.barcode-img {
  max-width: 168px;
  width: 100%;
  position: relative;
  top: -2px;
}

.promo-banner {
  background-color: var(--green);
  padding: 0.75rem 1rem;
  padding-top: 33px;
  height: clamp(42px, 70px - 2vw, 58px);
  padding-bottom: 12px;
}

.headline {
  max-width: 590px;
  width: 100%;
}

.sub-title {
  text-align: center;
  font-size: 43px;
  letter-spacing: 0.86px;
}

.main-title {
  font-size: 25px;
  letter-spacing: 1.25px;
}

.sm-title {
  font-size: 22px;
}

.body-text {
  font-size: 18px;
}

.txt-opacity{
  color: #000000;
  opacity: 0.75;
}

.notes{
  font-size: 14px;
}

.badge.text-bg-danger {
  background: var(--btn-clr) !important;
  color: var(--dark) !important;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  font-size: 45px;
  letter-spacing: 2.25px;
  font-weight: 400;
}

.btn.btn-danger {
  height: 65px;
  background: var(--btn-clr);
  color: var(--dark);
  text-align: center;
  text-shadow: 0 2px 4px rgba(255, 255, 255, 0.20);
  font-size: 45px;
  letter-spacing: 2.25px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  transition: all 0.2s ease;
  padding-top: 11px;
}

.btn.btn-danger:hover,
.btn.btn-danger:focus,
.btn.btn-danger:active,
.btn.btn-danger:focus-visible,
.btn.btn-danger:first-child:active,
:not(.btn-check)+.btn.btn-danger:active {
  background: var(--btn-clr);
  filter: brightness(1.15);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
  border: none;
  outline: none;
}

.btn.btn-outline-dark {
  color: var(--dark);
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.85px;
  height: 38px;
  border: 2px solid var(--dark);
  text-shadow: 0 2px 4px rgba(255, 255, 255, 0.20);
  letter-spacing: 1.25px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  border-radius: 0;
}

.btn.btn-outline-dark:hover,
.btn.btn-outline-dark:focus,
.btn.btn-outline-dark:active,
.btn.btn-outline-dark:focus-visible,
.btn.btn-outline-dark:first-child:active,
:not(.btn-check)+.btn.btn-outline-dark:active {
  background: var(--btn-clr);
  filter: brightness(1.15);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
  border: none;
  outline: none;
}

.social-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 0.75rem;
  align-items: center;
  justify-content: center;
}

.social-links a {
  display: block;
  line-height: 0;
  transition: opacity 0.2s ease;
}

.social-links a:hover,
.social-links a:focus-visible {
  opacity: 0.75;
}

.social-links img {
  width: 32px;
  height: 32px;
  display: block;
}

.form-text {
  color: var(--dark);
  font-size: 17px;
}

.form-control {
  color: var(--dark);
  background-color: #fff;
  border: none;
  border-radius: 8px;
  height: 42px;
}

/* FORM */
.reviewArea {
  min-height: 120px !important;
  overflow-y: auto;
  overflow-x: hidden;
  resize: none;
}

.form-control,
.form-select {
  border-radius: 8px;
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext,
.form-floating>.form-select {
    height: 42px !important;
    padding-bottom: 7px !important;
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext,
.form-floating>.form-select {
  line-height: 1.25;
}

.form-floating>.form-select {
  padding-top: 8px !important;
  border: none;
}

.form-floating>.form-control-plaintext:focus,
.form-floating>.form-control-plaintext:not(:placeholder-shown),
.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
  padding-top: 1.1rem;
}

.form-floating>label {
  top: -6px;
}

.form-check-input {
  border-radius: 5px !important;
  width: 22px;
  height: 22px;
}

.form-check .form-check-input {
  margin-left: -23px;
  margin-top: 0px;
  border: none;
}

.form-check-label {
  padding-top: 3px !important;
  padding-left: 9px;
}

.form-check-input:checked {
  background-color: var(--btn-clr);
  border-color: var(--btn-clr);
}

.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
  background-color: var(--btn-clr);
}

.invalid-feedback {
  text-align: left;
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
  color: inherit;
}

.page-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url(https://umb-4553t5.s3.eu-west-1.amazonaws.com/8750/media/bg.webp);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  z-index: 0;
}

/* BACKGROUNDS & LAYOUT */
.page-palms {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
  background-image: url(https://umb-4553t5.s3.eu-west-1.amazonaws.com/8750/media/palmsMob.webp);
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.page-wrapper {
  position: relative;
  z-index: 1;
  isolation: isolate;
  min-height: 100vh;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.3);
}

.page-content {
  position: relative;
  z-index: 2;
}



.bottom-content {
  padding-bottom: clamp(200px, 16vw, 250px);
}

/* MODAL */
.modal-content {
  background: linear-gradient(to bottom,
      #f3b868 0%,
      #F2C27A 35%,
      #F0C99A 65%,
      #F5DFB8 85%,
      #F5EDD5 100%);
}

.form-wrapper{
  border-radius: 15px;
    border: 4px solid #000;
    background: #F6DCB5;
    max-width: 678px;
    margin: 0 auto;
    width: 100%;
    padding: 2rem 1rem;
}

/* RESPONSIVE */
@media (min-width: 768px) {

  .barcode-img {
      max-width: 168px;
      width: 100%;
      position: relative;
      top: -14px;
    }
    
  .main-title {
    font-size: 25px;
    letter-spacing: 0px;
  }

  .step-img {
    max-width: 160px;
    /* width: 100%;
    margin: auto; */
  }

    .form-wrapper {
      border-radius: 15px;
      padding: 3rem 2rem;
    }

  .page-palms {

    background-image: url(https://umb-4553t5.s3.eu-west-1.amazonaws.com/8750/media/bgPalm.webp);
  }

  .reviewArea {
    min-height: 95px !important;
  }
}


@media (min-width: 1800px)
{
  .bottom-content {
      padding-bottom: 400px;
    }
}


.too-late .offer{
  display:none;
}

.thank-you .offer,
.thank-you .bottom_packs{
  display:none;
}



