@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;600&display=swap");
.card {
  position: relative;
  height: 650px;
  width: 100%;
  margin: 10px 0;
  -webkit-transition: ease all 1.2s;
  -o-transition: ease all 1.2s;
  transition: ease all 1.2s;
  -webkit-perspective: 1200px;
  perspective: 1200px; }
  .card:hover .cover {
    -webkit-transform: rotateX(0deg) rotateY(-180deg);
    transform: rotateX(0deg) rotateY(-180deg); }
    .card:hover .cover:before {
      -webkit-transform: translateZ(30px);
      transform: translateZ(30px); }
    .card:hover .cover:after {
      background-color: black; }
    .card:hover .cover h1 {
      -webkit-transform: translateZ(100px);
      transform: translateZ(100px); }
    .card:hover .cover .price {
      -webkit-transform: translateZ(60px);
      transform: translateZ(60px); }
    .card:hover .cover a {
      -webkit-transform: translateZ(-60px) rotatey(-180deg);
      transform: translateZ(-60px) rotatey(-180deg); }
  .card .cover {
    position: absolute;
    height: 100%;
    width: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: ease all 1.2s;
    -o-transition: ease all 1.2s;
    transition: ease all 1.2s;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    .card .cover:before {
      content: '';
      position: absolute;
      border: 2px solid rgba(255, 255, 255, 0.5);
      -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
      box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
      top: 20px;
      left: 20px;
      right: 20px;
      bottom: 20px;
      z-index: 2;
      -webkit-transition: ease all 1.2s;
      -o-transition: ease all 1.2s;
      transition: ease all 1.2s;
      -webkit-transform-style: preserve-3d;
      transform-style: preserve-3d;
      -webkit-transform: translateZ(0px);
      transform: translateZ(0px); }
    .card .cover:after {
      content: '';
      position: absolute;
      top: 0px;
      left: 0px;
      right: 0px;
      bottom: 0px;
      z-index: 2;
      -webkit-transition: ease all 1s;
      -o-transition: ease all 1s;
      transition: ease all 1s; }
    .card .cover.item-a {
      background-image: url("../images/character-menu-2.jpg");
      background-size: cover; }
    .card .cover.item-b {
      background-image: url("../images/character-menu-1.jpg");
      background-size: cover; }
    .card .cover.item-c {
      background-image: url("../images/character-menu-3.jpg");
      background-size: cover; }
    .card .cover h2 {
      font-weight: 600;
	  line-height:140% !important;
	  width:100%;
      position: absolute;
      top: 10%;
      left: 0%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      color: white;
      -webkit-transform-style: preserve-3d;
      transform-style: preserve-3d;
      -webkit-transition: ease all 1.2s;
      -o-transition: ease all 1.2s;
      transition: ease all 1.2s;
      z-index: 3;
      font-size: 2em;
      -webkit-transform: translateZ(0px);
      transform: translateZ(0px); }
    .card .cover p {
      font-weight: 600;
      font-size: 1.2em;
      position: absolute;
      top: 40%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      color: white; }
    .card .cover .price {
      font-weight: 200;
      position: absolute;
      top: 55px;
      right: 50px;
      color: white;
      -webkit-transform-style: preserve-3d;
      transform-style: preserve-3d;
      -webkit-transition: ease all 1.2s;
      -o-transition: ease all 1.2s;
      transition: ease all 1.2s;
      z-index: 4;
      font-size: 2em;
      -webkit-transform: translateZ(0px);
      transform: translateZ(0px); }

  .card .card-back {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #0b0f08;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: ease all 1.2s;
    -o-transition: ease all 1.2s;
    transition: ease all 1.2s;
    -webkit-transform: translateZ(-1px);
    transform: translateZ(-1px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .card .card-back a {
      -webkit-transform-style: preserve-3d;
      transform-style: preserve-3d;
      -webkit-transition: ease transform 1.2s, ease background 0.5s;
      -o-transition: ease transform 1.2s, ease background 0.5s;
      transition: ease transform 1.2s, ease background 0.5s;
      -webkit-transform: translateZ(-1px) rotatey(-180deg);
      transform: translateZ(-1px) rotatey(-180deg);
      background: transparent;
      border: 1px solid white;
      border-radius: 30px;
      font-weight: 200;
      font-size: 1.3em;
      color: white;
      padding: 14px 32px;
      outline: none;
      text-decoration: none; }
      .card .card-back a:hover {
        background-color: white;
        color: #0b0f08; }

@media (max-width: 1368px) {
  .card {
    position: relative;
    height: 430px;
    width: 70%;
    margin: 10px auto; }
    .card .cover.item-a {
      background-image: url("../images/character-menu-2.jpg");
      background-size: contain; }
    .card .cover.item-b {
      background-image: url("../images/character-menu-1.jpg");
      background-size: contain; }
    .card .cover.item-c {
      background-image: url("../images/character-menu-3.jpg");
      background-size: contain; }
  .card .cover h2 {
    font-size: 1.5em;
}
  .card .cover p {
    font-weight: 600;
    font-size: 1em;
    position: absolute;
 }
  .card .card-back a {
    font-size: 1em;
    color: white;
    padding: 14px 32px;
    outline: none;
    text-decoration: none; } }

@media (max-width: 1024px) {
  .card {
    height: 424px;
    width: 90%; } }

@media (max-width: 1024px) {
  .card {
    height: 400px;
    width: 70%; } }
