* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

html,
body {
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
  /* background: yellow; */
}

body {
  font-family: "Alexandria", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1;
  overflow-x: hidden;
  /* 
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh; */
}

body::after {
  content: "";
  background-image: url("../images/bg-mobile.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /* transform: translateZ(0); */
  position: fixed;
  inset: -20px;
  top: 50%;
  transform: translateY(-50%);
  min-height: 120lvh;
  z-index: -1;
  pointer-events: none;
}

.container {
  min-height: 100vh;
  padding: 7.5rem 1.6rem;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  z-index: 5;
}

.top,
.bottom,
.left,
.right {
  width: 100%;
  position: relative;
  z-index: 5;
}

.right {
  margin-top: auto;
}

.bottom.desktop {
  display: none;
}

.bottom.mobile {
  display: inline-block;
  width: auto;
  padding-right: 30px;
}

.top .red {
  font-weight: 400;
  font-size: 4rem;
  color: #e60026;
}

.top .title {
  font-size: 4rem;
  font-weight: 700;
  color: #031a2c;
  line-height: 1.25;
  margin: 0.8rem 0 0;
}

.top .title span {
  display: block;
}

.top .title span {
  font-weight: 300;
}

.bottom {
  margin-top: auto;
  /* padding-top: 8rem; */
}

.right {
  padding-top: 4rem;
}

.bottom-right {
  margin-top: 4rem;
}

.date-label {
  font-weight: 400;
  font-size: 2.4rem;
  color: #031a2c;
}

.date-badge {
  display: inline-block;
  padding: 1.2rem 1.6rem;
  background: #e60026;
  border: 0.4rem solid #ffffff;
  box-shadow: inset 12px 12px 4px rgba(0, 0, 0, 0.16);
  border-radius: 1.6rem;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1;
  color: #ffffff;
  margin-top: 2rem;
}

.bottom-right p {
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1.2;
  color: #031a2c;
  margin-top: 1.6rem;
}

.bottom-right p.cta {
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1;
  color: #e60026;
  z-index: 3;
}

.bottom-right p a {
  color: #e60026;
}

.bottom-right p a span {
  color: #e60026;
  display: inline-block;
  border-bottom: 2px solid #e60026;
  transition: all 0.25s ease-in-out;
}

.bottom-right p a:hover span {
  border-color: transparent;
}

.gift-pack {
  position: absolute;
  top: 22.5%;
  right: 0;
  width: 50%;
  max-width: 300px;
  height: auto;
  z-index: 1;
}

.coin1 {
  width: 34px;
  height: auto;
  position: absolute;
  top: 3.8rem;
  right: 4rem;
  z-index: 1;
}

.coin2 {
  width: 28px;
  height: auto;
  position: absolute;
  right: 10px;
  top: 102.5%;
  z-index: 1;
}

.coin3 {
  width: 35px;
  height: auto;
  position: absolute;
  left: 10px;
  bottom: -47px;
  z-index: 1;
}

.bottom-relative {
  position: relative;
}

@media (min-width: 1024px) {
  /* html { */
  body::after {
    background-image: url("../images/bg-desktop.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  .container {
    padding: 8.8rem 6.4rem 9.6rem;
  }

  .top .red {
    font-size: 5.6rem;
  }

  .top .title {
    font-size: 5.6rem;
  }

  .bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 5.6rem;
  }

  .bottom-right {
    text-align: right;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
  }

  .date-label {
    font-size: 3.2rem;
  }

  .date-badge {
    padding: 1.6rem 2.4rem;
    border-radius: 2rem;
    font-size: 4.8rem;
    line-height: 1;
  }

  .bottom-right p {
    font-size: 3.2rem;
    margin-top: 3.2rem;
  }

  .bottom-right p.short {
    max-width: 500px;
  }

  .bottom-right p.cta {
    font-size: 4.8rem;
  }

  .container {
    flex-direction: row;
    align-items: stretch;
  }

  .left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: inherit;
  }

  .left,
  .right {
    width: 50%;
  }

  .bottom.desktop {
    display: block;
    padding-top: 4rem;
    margin-top: auto;
    z-index: 2;
  }

  .bottom.mobile {
    display: none;
  }

  .gift-pack {
    top: 0;
    right: 0;
    width: 35%;
    max-width: 540px;
    max-height: 50%;
    object-fit: contain;
    object-position: right top;
  }

  .coin1 {
    width: 62px;
    right: auto;
    left: 55%;
    top: 34%;
  }

  .coin2 {
    width: 38px;
    right: auto;
    left: 50%;
    top: -25%;
  }

  .coin3 {
    width: 45px;
    left: auto;
    right: 90%;
    top: 95%;
  }
}
