body {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(https://api.xn--gpt-u68dy61b.com/img/apple_champs_elysees_boardroom.png);
  margin: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.cardscreen {
  width: 400px;
  height: 200px;
  background: rgb(0 0 0 / 5%);
  box-shadow: inset 1px 1px 0.12px rgba(255, 255, 255, 0.4), 1px 1px 2px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  animation: resize-animation 5s infinite;
  position: relative;
  color: white;
}
.cardscreen>h2 {
    margin: 0.8%;
    padding: 4.2%;
}
.cardscreen>p {
    margin: 0.8%;
    padding: 4.2%;
}
.cardscreen::before,
.cardscreen::after {
  content: "";
  position: absolute;
  height: 4px;
  width: 4px;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255 255 255 / 40%);
  border-radius: 4px;
}

.visaA {
  position: fixed;
}
.visaA>rect {
  display: none !important;
}
.cardscreen::after {
  margin-left: -30px;
}

.cardscreen::before {
  width: 50px;
}
@keyframes resize-animation {
  0% {
    width: 400px;
    height: 200px;
  }
  25% {
    width: 250px;
    height: 250px;
  }
  30% {
    width: 350px;
    height: 350px;
  }
  50% {
    width: 250px;
    height: 400px;
  }
  55% {
    width: 450px;
    height: 400px;
  }
  75% {
    width: 520px;
    height: 150px;
  }
  80% {
    width: 666px;
    height: 350px;
  }
  100% {
    width: 888px;
    height: 480px;
  }
}

.footer {
    position: absolute;
    bottom: 10px;
}
.footer h1 {
    color: #ffffff;
}
.footer h2 {
    color: #ffffff;
}

.footer .cards{
  width: 400px;
  height: 300px;
  position: relative;
  left: 0;
  right: 0;
  /* top: 50%; */
  margin: auto;
  transform: translateY(-50%);
}
.footer .cardsh1 {
  margin: 0;
  font-size: 24px;
  text-align: center;
  font-weight: 500;
  color: white;
  font-family: "Nunito", sans-serif;
}
.footer .cardsh2 {
  margin: 0;
  font-size: 14px;
  text-align: center;
  font-weight: 200;
  color: #A4C9EF;
  font-family: "Nunito", sans-serif;
}
.footer .cards_inner {
  perspective: 800px;
  position: relative;
  top: 60px;
}
.footer .cards_inner .wrap {
  width: 220px;
  margin: 0 auto;
  position: relative;
  transform-style: preserve-3d;
}
.footer .cards_inner .invalid {
  pointer-events: none;
  left: -180px !important;
  opacity: 0;
  transition: all 0.23s;
}
.footer .cards_inner .animate {
  transition: all 0.2s cubic-bezier(0.56, 2.15, 0.25, 0.715);
}
.footer .cards_inner .card_in {
  opacity: 0;
  transform: scale(1);
  margin-top: 40px;
  -webkit-animation: pop 0.6s 0.1s cubic-bezier(0.56, 1.75, 0.25, 0.715);
          animation: pop 0.6s 0.1s cubic-bezier(0.56, 1.75, 0.25, 0.715);
  right: 0;
}
@-webkit-keyframes pop {
  0% {
    margin-top: 40px;
    opacity: 0;
  }
  100% {
    margin-top: 0px;
    opacity: 1;
  }
}
@keyframes pop {
  0% {
    margin-top: 40px;
    opacity: 0;
  }
  100% {
    margin-top: 0px;
    opacity: 1;
  }
}
.footer .cards_inner .card_in_two {
  opacity: 1;
  transform: scale(1);
  margin-top: 40px;
  transition: all 0.2s cubic-bezier(0.56, 2.15, 0.25, 0.715);
  margin-top: 0px;
}
.footer .cards_inner__card {
  transition: transform 0.2s cubic-bezier(0.56, 2.15, 0.25, 0.715);
  position: absolute;
  margin-top: 0px;
  left: 0;
  right: 0;
  background: -moz-linear-gradient(top, white 0%, #f7f7f7 100%);
  top: 50%;
  margin: auto;
  width: 220px;
  height: 130px;
  background: -webkit-linear-gradient(top, white 0%, #f7f7f7 100%);
  border-radius: 12px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.22);
  cursor: pointer;
}
.footer .cards_inner__card:nth-of-type(1) {
  top: 10px;
  transform: translateZ(-180px);
}
.footer .cards_inner__card:nth-of-type(2) {
  top: 20px;
  transform: translateZ(-120px);
}
.footer .cards_inner__card:nth-of-type(3) {
  top: 30px;
  transform: translateZ(-60px);
}
.footer .cards_inner__card:nth-of-type(4) {
  top: 40px;
  transform: translateZ(0px);
}

.maestro .logo {
  background: url("https://api.xn--gpt-u68dy61b.com/uploads/brand/CITk9GTLZ5E20UhUEkrTsgP6Fh5NJkic8BP41GuR.png");
}

.paypal .logo {
  background: url("https://metavers.nai.run/files/b3ce5e03-f9fd-4c41-be52-6247e4bb8984.png");
  left: 58px;
  background-size: contain !important;
  top: 49px;
}

.footer .logo {
  width: 100px;
  height: 70px;
  position: relative;
  background-repeat: no-repeat !important;
  left: 62px;
  background-size: contain !important;
  top: 29px;
}

.mastercard .logo {
  left: 73px;
  background-size: contain !important;
  top: 44px;
  width: 70px;
  height: 70px;
  background: url("https://ncc.mx/images/gmltd.png");
}

.footer .visa .logo {
  left: 58px;
  background-size: contain !important;
  top: 45px;
  background: url("https://sako.eco/wp-content/uploads/2022/12/Logo-SAKO-ECO-1.png");
}

.footer .points {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 100px;
  top: 50%;
  height: 0px;
}
.footer .points .active {
  background: #245484;
}
.footer .points_point {
  float: left;
  width: 8px;
  display: inline-block;
  border-radius: 10px;
  height: 8px;
  background: #69AEF3;
  margin-right: 4px;
  position: relative;
  top: 156px;
  left: 26px;
}