@font-face {
  font-family: "KimberlyAsley";
  src: url(../font/KimberlyAsleyDemoRegular.ttf) format("truetype");
}

@font-face {
  font-family: "Trebuc";
  src: url(../font/trebuc.ttf) format("truetype");
}

@font-face {
  font-family: "GBK";
  src: url(../font/方正粗雅宋_GBK.TTF) format("truetype");
}

html,
body {
  position: relative;
  height: 100%;
}

body {
  background: gray;
  color: #000;
  margin: 0;
  padding: 0;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  font-size: 18px;
}

.rws-swiper .swiper-slide {
  font-size: 18px;
  /* background: #fff; */
}

.rws-swiper .swiper-pagination-vertical.swiper-pagination-bullets,
.rws-swiper .swiper-vertical>.swiper-pagination-bullets {
  right: 3.6rem;
  margin: 10px 0;
}

.rws-swiper .swiper-pagination-bullet {
  width: auto;
  height: auto;
  background: none;
  opacity: 1;
  margin: 15px auto !important;
}

.rws-swiper .swiper-pagination-bullet.custom-bullet-rws img {
  width: 30px;
  transition: transform 0.3s ease, border 0.3s ease;
}

.character-slider .swiper-slide {
  background-size: cover !important;
}

.character-slider .swiper-pagination-child {
  position: absolute;
  z-index: 1;
  bottom: 10%;
  text-align: center;
}

.character-slider .swiper-pagination-child .custom-bullet-child img {
  width: 80px;
  height: 80px;
  cursor: pointer;
  margin: auto 15px;
  filter: grayscale(1);
}

.character-slider .swiper-pagination-child .custom-bullet-child.swiper-pagination-bullet-active img,
.m-character-slider .swiper-pagination-mobile .custom-bullet-mobile.swiper-pagination-bullet-active img {
  border-radius: 50%;
  border: 2px solid #f2e59f;
  box-shadow: 0 0 10px #FFD700, 0 0 20px #FFEA70;
  opacity: 1;
  transform: scale(1.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  filter: grayscale(0.1);
}

.swiper-pagination-mobile {
  position: absolute;
  z-index: 1;
  bottom: 5% !important;
  text-align: center;
}

.m-character-slider .swiper-pagination-mobile .custom-bullet-mobile img {
  width: 50px;
  height: 50px;
  cursor: pointer;
  margin: auto 10px;
  filter: grayscale(1);
}

.logo {
  position: absolute;
  top: 10px;
  left: 20px;
  border: none;
  cursor: pointer;
  width: 200px;
}

input[type="checkbox"] {
  display: none;
}

input:focus {
  outline: none;
}

#language-btn {
  width: 60px;
  height: 30px;
  border-radius: 30px;
  cursor: pointer;
  margin: 30px auto;
  transition: background-color 0.3s ease;
  background: transparent;
  position: absolute;
  top: 10px;
  right: 2.5rem;
  border: solid 1px #fff;
  cursor: pointer;
  z-index: 100;
}

#knob {
  width: 20px;
  height: 20px;
  background: rgba(189, 195, 199, 1);
  position: absolute;
  top: 4px;
  left: 5px;
  border-radius: 50%;
  transition: 0.4s ease left, 0.4s ease background-color;
}

.language-text {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  color: #a6a0b4;
  font-size: 14px;
  font-family: "Trebuc";
  transition: color 0.4s ease, left 0.4s ease;
}

#language-toggle:checked+#language-btn {
  background-color: transparent;
}

#language-toggle:checked+#language-btn #knob {
  left: 35px;
  background-color: #ffffff;
}

#language-toggle:checked+#language-btn .language-text {
  color: #ffffff;
  left: 10px;
  transition: left 0.4s ease;
}

#home-bg {
  background: url("../images/frame6/background.jpg") center/cover no-repeat;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

#reward {
  background: url("../images/frame4/background.jpg") center/cover no-repeat;
}

#ccp {
  background: url("../images/frame5/background.jpg") center/cover no-repeat;
}

#milestone {
  background: url("../images/frame6/background.jpg") center/cover no-repeat;
}

#game {
  background: url("../images/frame7/background.jpg") center/cover no-repeat;
}

.cta-btn {
  background: url(../images/cta-bg.png) no-repeat;
  background-size: contain;
  border: none;
  width: 400px;
  height: 100px;
  animation: heartbeat 0.6s infinite;
}

.cta-btn span {
  color: #603711;
  text-transform: uppercase;
  font-size: 25px;
  font-family: "KimberlyAsley";
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sticky-bottom {
  position: absolute;
  bottom: 2%;
}

.symbol {
  font-family: Arial, Helvetica, sans-serif !important;
}

.w-100 {
  width: 100% !important;
}

.mx-0 {
  margin: auto 0;
}

.my-50 {
  margin: 50px 0;
}

.m-t-20 {
  margin-top: 20px;
}

.m-t-50 {
  margin-top: 50px;
}

.m-t-100 {
  margin-top: 100px;
}

.align-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Frame 1 */
#home {
  display: flex;
  justify-content: center;
}

#home video {
  width: 100%;
  height: 100%;
}

#home .title {
  margin: 0 auto;
  display: flex;
  width: 60vw;
}

#home .title-img {
  position: absolute;
  top: 20%;
  width: 1000px;
  max-width: 90vw;
}

.title-img.zh-class {
  width: 500px!important;
}

.video-container {
  cursor: pointer;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #000;
}

.background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 500ms ease-in-out;
  z-index: 1;
}

.background-video.active {
  opacity: 1;
}

.zd-3 {
  z-index: 3;
}

/* Frame 2 */
#intro {
  position: relative;
  display: flex;
  justify-content: center;
}

.background-video-hosted {
  object-fit: cover;
  width: 100%;
  height: 100vh;
}

#marquee {
  background: url(../images/frame2/marquee-bg.png);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  width: 100%;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  position: fixed;
  top: 15%;
}

#marquee p {
  color: #fff;
  font: 18px "Trebuc";
}

.fade-out {
  opacity: 0;
}

/* Frame 4 */
#reward .title {
  width: 280px;
}

.subtitle {
  background: url(../images/frame4/subtitle-bg.png)no-repeat center;
  height: 120px;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-family: "Trebuc";
  font-size: 16px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
  text-align: center;
  white-space: nowrap;
}

.card-container {
  width: 300px;
  height: 400px;
  perspective: 1000px;
  /* Enables 3D effect */
}

.card {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.6s ease-in-out;
  cursor: pointer;
}

.flipped .card {
  transform: rotateY(-180deg);
  pointer-events: none;
}

.card-face {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.card-front img,
.card-back img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.card-back {
  transform: rotateY(180deg);
}

.mobile-divider {
  display: contents!important;
}

.button-group button {
  background: url(../images/cta-bg.png);
  background-size: contain;
  color: #603711;
  text-transform: uppercase;
  font-family: "KimberlyAsley";
  border: none;
  text-align: center;
  width: 300px;
  height: 70px;
}

.button-group button span {
  transform: translate(0px, 3px);
  display: block;
  pointer-events: none;
}

.gifts img {
  width: 85px;
}

.gifts p {
  font: 12px "GBK";
  text-transform: uppercase;
  margin: 10px auto 15px;
  font-weight: 100;
}

.history {
  border: solid 1px #fff;
}

.history li {
  margin: 10px;
  margin-bottom: 10px !important;
}

.code {
  display: flex;
  padding: 5px 20px;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
}

.btn-copy {
  background: #fff;
  border: none;
  color: #000;
  text-transform: uppercase;
  padding: 3px 20px;
  border-radius: 5px;
  font-size: 16px;
}

/* Frame 5 */
#ccp .title {
  max-width: 40vw;
  margin: 60px 0 20px 0;
}

.image-container {
  position: relative;
  display: inline-block;
  background: url("../images/frame5/form-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 700px;
  height: 600px;
}

.image-container img {
  width: 100%;
  height: auto;
  display: block;
}

.form-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 65px;
}

form label,
form p,
form span,
.form-group {
  color: #603711;
  font-family: "Trebuc";
}

.form-overlay label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 16px;
}

.form-overlay p {
  font-size: 14px;
  font-style: italic;
  line-height: 1.2;
  margin: 15px auto;
  font-weight: 100;
}

.submit-btn {
  background-color: #603711;
  border: none;
  margin: 10px auto;
  padding: 5px 45px;
  text-transform: uppercase;
  color: #f5e5c3;
  font-family: Trebuc;
  font-size: 16px;
}

.info-btn {
  text-decoration: underline;
  border: none;
  background: none;
  color: #513112;
  margin: 0 5px;
  font-family: Trebuc;
  font-size: 14px;
}

input {
  background: #cfbe9a;
  border: none;
  width: 100%;
  height: 42px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
}

/* Frame 6 */
#milestone .title {
  width: 400px;
  max-width: 25vw;
  margin-bottom: 20px;
}

#milestone .container {
  height: 100%;
  display: flex;
  align-items: start;
  justify-content: center;
  margin: 0 auto;
}

.registration-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.registration-info {
  background: url(../images/frame6/number-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 10px 20px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: white;
  font-weight: bold;
  height: 150px;
  width: 600px;
  margin-bottom: 30px;
}

#milestone .subtitle {
  display: block;
  margin-top: 15px;
  color: white;
  font-family: "Trebuc";
  font-size: 16px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
  text-align: center;
  white-space: nowrap;
  background: none;
}

.counter-box {
  font-size: 50px;
  font-weight: bold;
  color: #fff;
  font-family: "GBK";
}

.milestone-container {
  position: relative;
  width: 100%;
  height: 150px;
  margin: 0 auto;
}

.milestone-line-bar {
  height: 4px;
  background: #eee;
  position: relative;
  margin: 40px 0;
}

.milestone-progress {
  height: 100%;
  background: #f5bc4f;
  width: 0;
}

/* Equal spacing for milestones and labels */
.milestones,
.milestone-labels {
  display: flex;
  justify-content: space-evenly;
  position: absolute;
  width: 100%;
  left: 0;
}

.milestone,
.milestone-label {
  position: relative;
}

/* Position markers absolutely within the flex container */
.milestone::before,
.milestone-label::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.milestone::before {
  top: -20px;
  width: 20px;
  height: 20px;
  background: #ccc;
  border-radius: 50%;
}

.milestone.active::before {
  background: #f5bc4f;
}

.milestone-label {
  top: -15px;
  background: #f5bc4f;
  width: 60px;
}

.active::before {
  background: #f5bc4f;
}

.milestone {
  top: -30px;
  width: 100px;
  text-shadow: 0px 0px 5px black;
}

.milestone img {
  width: 60px;
  margin-top: 15px;
  filter: grayscale(1);
}

.milestone p {
  justify-content: center;
  color: white;
  font-family: "Trebuc";
  font-size: 12px;
  text-align: center;
  white-space: nowrap;
  margin-top: 5px;
}

.milestone.active img {
  filter: unset;
}

.milestone-info-box {
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}

.milestone-info-box img {
  z-index: 100;
  position: absolute;
  left: -80px;
}

.milestone-info {
  background-color: rgb(30, 30, 30, 0.6);
  border: 10px solid rgb(30, 30, 30, 0.6);
  box-shadow: inset 0 0 0px 2px gray;
  padding: 15px 3.5vw;
  width: 70vw;
}

.milestone-info p {
font-size: 11px;
font-family: "Trebuc";
color: #fff;
margin-bottom: 0;
text-align: left;
letter-spacing: 0;
padding-left: 20px;
}

.milestone-info ol {
  margin-bottom: 0;
}

.milestone-info li {
  font-size: 11px;
  font-family: "Trebuc";
  color: #fff;
  margin-bottom: 0;
  text-align: left;
  letter-spacing: 0;
}

/* Modal */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 11;
}

.info-modal {
  background: url(../images/modal-bg.png) no-repeat;
  width: 500px;
  height: 700px;
  text-align: center;
  animation: slideDown 0.4s ease-out;
  background-size: contain;
  background-position: center;
  position: relative;
}

.reward-modal {
  background: url(../images/frame4/modal-bg.png) no-repeat;
  width: 550px;
  text-align: center;
  height: 60%;
  animation: slideDown 0.4s ease-out;
  background-size: cover;
  background-position: center;
  position: relative;
  margin-top: -100px;
  display: flex;
  align-items: end;
}

.reward-modal img {
  margin-bottom: 30px;
  width: 80px;
}

.reward-modal input {
  background: #1f0e04;
  border: none;
  width: 60%;
  padding: 10px 0;
  font: 18px "Trebuc";
  line-height: inherit;
  text-align: center;
  margin: 15px auto;
}

.reward-modal .modal-body {
  text-align: center;
  padding-bottom: 10%;
  width: 100%;
}

.reward-modal ul {
  list-style: none;
  padding: 0;
}

.reward-modal .save-btn {
  background: url(../images/cta-bg.png);
  background-size: contain;
  color: #603711;
  text-transform: uppercase;
  font-family: "KimberlyAsley";
  border: none;
  text-align: center;
  width: 250px;
  height: 60px;
}

.reward-modal .close {
  top: 150px;
  opacity: 1;
  cursor: pointer;
  text-shadow: none;
  color: #fff;
  font-weight: normal;
  background: #d38940;
  border-radius: 100px;
  height: 25px;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  z-index: 1;

}

.modal-title {
  font: 18px "KimberlyAsley";
  color: #fff;
  text-transform: uppercase;
  padding-top: 25px;
}

.modal-body {
  padding: 20px 60px 0;
  color: #fff;
  font: 14px "Trebuc";
  text-align: left;
}

.modal-body ol {
  padding-inline-start: 20px;
}

.modal-body li {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 14px;
}

.modal-body li p {
  font-size: 12px;
  margin-bottom: 5px;
}

.modal-body li h5 {
  margin-top: 0;
}

.modal-content {
  background: none;
  border: none;
  padding: 20px;
  margin: 10% auto;
  /* width: 60%; */
  max-width: 800px;
  /* border-radius: 8px; */
  /* position: relative; */
  box-sizing: unset;
  -webkit-box-shadow: unset;
}

#modalVideo {
  width: 100%;
}

#videoModal {
  align-items: center;
  justify-content: center;
}

#videoModal .modal-content {
  margin: 0;
  max-width: 70%;
}


#videoModal .close {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  z-index: 1000;
  background: #fff;
  padding: 5px 10px;
  border-radius: 50%;
  opacity: 1;
}

#closeModal {
  border: none;
  background: -moz-linear-gradient(0deg, rgba(143, 8, 11, 1) 0%, rgba(209, 13, 12, 1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(143, 8, 11, 1) 0%, rgba(209, 13, 12, 1) 100%);
  background: linear-gradient(0deg, rgba(143, 8, 11, 1) 0%, rgba(209, 13, 12, 1) 100%);
  border-radius: 50%;
  color: #fff;
  position: absolute;
  top: 20px;
  right: 5px;
  width: 25px;
  height: 25px;
  font: 15px "Trebuc";
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}

.close {
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
  font-size: 20px;
}

/* Slide Down Animation */
@keyframes slideDown {
  from {
    transform: translateY(-20px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Frame 7 */
footer {
  bottom: 0;
  /* position: absolute; */
  text-align: center;
  width: 100%;
  background: #000;
  padding: 30px;
}

footer img {
  margin: 0 15px;
}

footer p,
footer span {
  font: 14px "Trebuc";
  color: #fff;
}

.controls {
  text-align: center;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  bottom: -20%;
}

.controls img {
  width: 20px;
  margin: auto 5px;
  cursor: pointer;
}

.carousel-container {
  width: 600px;
  height: 345px;
  text-align: left;
  margin: 0 auto;
  -webkit-perspective: 1000px;
  -webkit-perspective-origin: 50% -25%;
}

.carousel {
  -webkit-transform-style: preserve-3d;
  -webkit-transform: translateZ(-540px);
  position: relative;
  margin: 0;
  -webkit-transition: 1s;
}

.carousel img {
  position: absolute;
  border: 8px solid rgba(0, 0, 0, .8);
  opacity: .5;
  -webkit-transition: 1s;
  width: 600px;
}

.carousel img:nth-child(1) {
  -webkit-transform: translateZ(540px) scale(.8);
}

.carousel img:nth-child(2) {
  -webkit-transform: rotateY(60deg) translateZ(540px) scale(.8);
}

.carousel img:nth-child(3) {
  -webkit-transform: rotateY(120deg) translateZ(540px) scale(.8);
}

.carousel img:nth-child(4) {
  -webkit-transform: rotateY(180deg) translateZ(540px) scale(.8);
}

.carousel img:nth-child(5) {
  -webkit-transform: rotateY(240deg) translateZ(540px) scale(.8);
}

.carousel img:nth-child(6) {
  -webkit-transform: rotateY(300deg) translateZ(540px) scale(.8);
}

#game label {
  cursor: pointer;
  background: #eee;
  display: inline-block;
  border-radius: 50%;
  width: 30px;
  padding-top: 7px;
  height: 30px;
  font: .9em "Trebuc";
  text-align: center;
  margin-bottom: 30px;
}

#game label:hover {
  background: #ddd;
}

#game input {
  position: absolute;
  left: -9999px;
}

#game input:checked+label {
  font-weight: bold;
  background: #ddd;
}

#game {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#game .inner-container {
  max-height: 80vh;
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 8%;
}

#game footer {
  height: 20vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.character-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
}

.character-image {
  width: 400px;
  height: auto;
}

.character-info {
  margin-top: 20px;
  max-width: 600px;
  opacity: 1;
}

.character-bg {
  width: 100%;
  height: 100%;
  background-size: cover !important;
}

.frame-bg {
  position: absolute;
  top: 25%;
  width: 100%;
  height: 270px;
}

.m-character-slider .frame-bg {
  top: 17%;
  left: 0;
  width: 100%;
  height: unset;
}

.character-content {
  margin-top: 130px;
  position: relative;
  z-index: 1;
}

.m-character-slider .character-content {
  margin: 80px 20px;
  position: relative;
  z-index: 1;
}

.character-name {
  margin-left: 130px;
}

.m-character-slider .character-name {
  margin-left: 0;
  width: 300px;
}

.character-intro {
  font: 15px "Trebuc";
  color: #fff;
  margin: 0 0 30px 150px;
  line-height: 1.2;
  max-width: 550px;
}

.m-character-slider .character-intro {
  margin: 20px auto;
  color: #fff;
  line-height: 1.2;
  max-width: unset;
}

.character-role {
  width: 150px;
}

.character-video {
  margin: 30px 0 30px 150px;
}

.character-video-box {
  position: relative;
  margin: 60px 0 30px 150px;
}

.character-video-box video {
  width: 220px;
  height: 145px;
  display: block;
}

.m-character-slider .character-video {
  margin: 0 150px;
}

.m-character-slider .character-video-box {
  position: relative;
  margin: 0;
}

.m-character-slider .character-video-box video {
  width: 150px;
  height: unset;
}

.mobile-content {
  width: 50%;
}

.video-overlay {
  position: absolute;
  top: -5px;
  left: -5px;
  width: 235px;
  height: 155px;
  cursor: pointer;
  transition: opacity 0.5s ease;
}

.m-character-slider .video-overlay {
  width: 160px;
  height: 96px;  cursor: pointer;
  transition: opacity 0.5s ease;
}

.character-img {
  bottom: -3%;
  position: absolute;
  right: 3%;
}

.character-img img {
  width: 1100px;
}

.character-image img {
  width: 105%;
  position: absolute;
  bottom: -2%;
}

.character-shadow {
  bottom: -2%;
  position: absolute;
  right: 1.5%;
}

.character-shadow img {
  width: 1100px;
  opacity: 0.5;
  mix-blend-mode: overlay;
}

.character-shadow.cs img {
  width: 950px;
  opacity: 0.7;
}

.character-shadow.cs {
  right: -2%;
}

.character-img.cs,
.character-img.isania {
  right: 0;
}

.character-img.cs img {
  width: 950px;
}

.character-img.isania img {
  width: 1300px;
}

.character-list {
  display: flex;
}

.adjust-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 30px;
}

.mup-tnc {
  width: 220px;
  margin: 0 auto;
}

.main-logo {
  width: 200px;
  position: absolute;
  top: 5%;
  z-index: 3;
}

.scan {
  cursor: pointer;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
  bottom: 130px;
}

.scan .fingerprint {
  position: relative;
  width: 100px;
  height: 130px;
  background: url(../images/fingerPrint_01.png);
  background-size: 100px;
  background-repeat: no-repeat;
}
.scan .fingerprint::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/fingerPrint_02.png);
  background-size: 100px;
  background-repeat: no-repeat;
  animation: animate 4s ease-in-out infinite;
}

@keyframes animate {
  0%,
  100% {
    height: 0%;
  }
  50% {
    height: 100%;
  }
}


/* Animation */
.fade-in-image {
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.swiper-slide-active .fade-in-image {
  opacity: 1;
  transform: translateX(0);
}

.fadeInBottom {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.fadeInBottom.delay {
  transition-delay: 0.4s;
  /* Delay this element by 0.4 seconds */
}

.swiper-slide-active .fadeInBottom {
  opacity: 1;
  transform: translateY(0);
}

.fadeInUp {
  opacity: 0;
  transform: translate(0px, 50px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fadeInUp.delay {
  transition-delay: 0.4s;
  /* Delay this element by 0.4 seconds */
}

.fadeInUp.miniDelay1 {
  transition-delay: 0.2s;
  /* Delay this element by 0.4 seconds */
}

.fadeInUp.miniDelay2 {
  transition-delay: 0.4s;
  /* Delay this element by 0.4 seconds */
}

.fadeInUp.miniDelay3 {
  transition-delay: 0.6s;
  /* Delay this element by 0.4 seconds */
}

.swiper-slide-active .fadeInUp {
  opacity: 1;
  transform: translate(0px, 0)
}

.fadeInDown {
  opacity: 0;
  transform: translate(0px, -50px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fadeInDown.delay {
  transition-delay: 0.4s;
  /* Delay this element by 0.4 seconds */
}

.swiper-slide-active .fadeInDown {
  opacity: 1;
  transform: translate(0px, 0)
}

.fadeInRight {
  opacity: 0;
  transform: translate(-50px, 0px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fadeInRight.delay {
  transition-delay: 0.4s;
  /* Delay this element by 0.4 seconds */
}

.fadeInRight.miniDelay1 {
  transition-delay: 0.1s;
  /* Delay this element by 0.4 seconds */
}

.fadeInRight.miniDelay2 {
  transition-delay: 0.2s;
  /* Delay this element by 0.4 seconds */
}

.fadeInRight.miniDelay3 {
  transition-delay: 0.3s;
  /* Delay this element by 0.4 seconds */
}

.fadeInRight.miniDelay4 {
  transition-delay: 0.4s;
  /* Delay this element by 0.4 seconds */
}

.swiper-slide-active .fadeInRight {
  opacity: 1;
  transform: translate(0px, 0)
}

.swiper-slide-active .bounce-in {
  animation: bounce-in 1s ease;
}

.bounce-in.miniDelay1 {
  transition-delay: 0.1s;
  /* Delay this element by 0.4 seconds */
}

.bounce-in.miniDelay2 {
  transition-delay: 0.2s;
  /* Delay this element by 0.4 seconds */
}

.bounce-in.miniDelay3 {
  transition-delay: 0.3s;
  /* Delay this element by 0.4 seconds */
}

.floating {
  animation: float 6s ease-in-out infinite;
}

.floating2 {
  animation: float2 6s ease-in-out infinite;
}

@keyframes heartbeat {
	50% {
		transform: scale(1.1);
	}
}

@keyframes float {
  0% {
    transform: translatey(0px);
  }

  50% {
    transform: translatey(-20px);
  }

  100% {
    transform: translatey(0px);
  }
}

@keyframes float2 {
  0% {
    transform: translatey(0px);
  }

  50% {
    transform: translatey(-10px);
  }

  100% {
    transform: translatey(0px);
  }
}


@keyframes bounce-in {
  0% {
    opacity: 0;
    transform: scale(.5);
  }

  50% {
    opacity: 1;
    transform: scale(1.05);
  }

  70% {
    transform: scale(.9);
  }

  100% {
    transform: scale(1);
  }
}