/*

Theme Name: Spirit Imaging Pro &ndash; Customized Child Theme
Theme URI: https://theme.co/pro/
Author: Themeco & wp.Monster
Author URI: https://wp.Monster/
Description: Customized for Spirit Imaging
Version: 1.0.1
Template: pro

*/
@import url('https://fonts.googleapis.com/css2?family=Damion&display=swap');



.gradient-background {
  background: linear-gradient(236deg,#111111,#343434,#33007a);
  background-size: 180% 180%;
  animation: gradient-animation 24s ease infinite;
}

@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}


/*# BEGIN wpTarot.Pro CSS */
.card2 {
  position: relative;
  height: 252px;
  width: 169px;
  cursor: pointer;
}

.card2 + .card2 {
  margin-left: 30px;
}

.card2 .card__front2,
.card2 .card__back2 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #CCC;
  border-radius: 5px;
  box-shadow: 1px 2px 4px #333;
  height: 252px;
  width: 169px;
  transition: transform 0.5s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.card2:not(.card--flipped2) .card__back2 {
  transform: rotateY(180deg);
}

.card2.card--flipped2 .card__front2 {
  transform: rotateY(180deg);
}

.card2 p,
.card2 svg {
  width: 90%;
}