@font-face {
  font-family: "digital";
  src: url("fonts/digital/digital-7(mono).ttf");
}
body {
  background-color: #ffffff;
  font-size: 0.9rem;
  line-height: 1.3rem;
  font-weight: 400;
  color: #000;
  overflow-x: hidden;
  background-image: url("./images/background.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: -webkit-image-set(url("./images/background.webp") 1x);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
@media screen and (max-width: 768px) {
  body {
    background-image: url("./images/background-m.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: -webkit-image-set(url("./images/background-m.webp") 1x);
    background-position: center;
  }
}
body a, body button {
  text-decoration: none;
  transition: all 0.5s ease-in-out !important;
}
body h1, body h2, body h3, body h4, body h5, body h6, body strong, body b {
  font-weight: 500;
}
body img {
  -o-object-fit: cover;
     object-fit: cover;
}
body section {
  overflow-x: hidden;
}

.page-landing {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .page-landing .page-text .logo {
    max-width: 120px;
  }
}
.page-landing .page-text .cta {
  background: transparent;
  outline: none;
  border: none;
  animation: gelatine 1s infinite;
}
.page-landing .page-text .cta:hover {
  opacity: 0.65;
}
@keyframes gelatine {
  0% {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(0.9, 1.1);
  }
  50% {
    transform: scale(1.1, 0.9);
  }
  100% {
    transform: scale(0.95, 1.05);
  }
}
.page-landing .angpao-coin {
  z-index: 9;
  width: 50%;
  right: 0;
  z-index: 2;
  height: 100%;
  padding: 0;
  animation: bounce-in-out 2s ease infinite;
}
@media screen and (max-width: 768px) {
  .page-landing .angpao-coin {
    left: 0;
    height: 50vh;
    bottom: 0;
    width: 100%;
  }
}
@keyframes bounce-in-out {
  0% {
    opacity: 0;
    transform: scale(0.3, 0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}
.page-landing .page-ambassador {
  height: 100%;
}
@media screen and (max-width: 992px) {
  .page-landing .page-ambassador {
    overflow-x: hidden;
    height: auto;
  }
}
.page-landing .page-ambassador .content {
  bottom: 3%;
}
.page-landing .page-ambassador .content .ambassador-name {
  width: 35%;
  top: -80%;
  right: 0%;
}
.page-landing .page-ambassador .content #countDown {
  bottom: 35%;
  width: 30%;
  font-size: 4rem;
  line-height: 4rem;
  left: 10%;
  font-family: "digital";
  letter-spacing: -2px;
}
@media screen and (max-width: 1440px) {
  .page-landing .page-ambassador .content #countDown {
    font-size: 3rem;
    line-height: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .page-landing .page-ambassador .content #countDown {
    bottom: 50px;
  }
}
@media screen and (max-width: 575px) {
  .page-landing .page-ambassador .content #countDown {
    font-size: 2rem;
    line-height: 2rem;
    letter-spacing: 0;
    bottom: 35%;
    left: 5%;
  }
}
.page-landing .page-ambassador .content #eventDate {
  bottom: 35%;
  width: 30%;
  font-size: 2rem;
  line-height: 2rem;
  left: 10%;
}
@media screen and (max-width: 1600px) {
  .page-landing .page-ambassador .content #eventDate {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .page-landing .page-ambassador .content #eventDate {
    bottom: 50px;
  }
}
@media screen and (max-width: 575px) {
  .page-landing .page-ambassador .content #eventDate {
    font-size: 0.8rem;
    line-height: 1rem;
    bottom: 40%;
    left: 5%;
  }
}
.page-landing .page-ambassador .content #eventDate span {
  font-size: 1rem;
}
@media screen and (max-width: 575px) {
  .page-landing .page-ambassador .content #eventDate span {
    font-size: 0.8rem;
  }
}/*# sourceMappingURL=style.css.map */