@import url('https://fonts.googleapis.com/css?family=Anton|Pacifico');

.flipper-container{
  position: inherit;
  display: flex;
  margin:5px auto 10px;
  width:max-content;
  height:fit-content;
}


.flip-eth{
  position: relative;
  display: inline-flex;
  width: 35px;
  height: 35px;
  animation: eth 3.3s infinite linear;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  flex-direction: row;
  background-position: center;
  
}



@keyframes eth {
  0% {
    background-image: url("/affiliates/2024/footer-logos/crypto-icon/ethereum.png");
    background-size: contain;
  }

  24% {
    background-image: url("/affiliates/2024/footer-logos/crypto-icon/ethereum.png");
    transform: rotateY(90deg);
    background-size: contain;
  } 

  26% {
    background-image: url("/affiliates/2024/footer-logos/crypto-icon/litecoin.png");
    transform: rotateY(90deg);
  } 


  50% {
    background-image: url("/affiliates/2024/footer-logos/crypto-icon/litecoin.png");
    transform: rotateY(0deg);
  }

  74% {
    background-image: url("/affiliates/2024/footer-logos/crypto-icon/litecoin.png");
    transform: rotateY(90deg);
  }

  76% {
    background-image: url("/affiliates/2024/footer-logos/crypto-icon/ethereum.png");
    transform: rotateY(90deg);
    background-size: contain;
  }

  100% {
    background-image: url("/affiliates/2024/footer-logos/crypto-icon/ethereum.png");        
    transform: rotateY(0deg);
    background-size: contain;
  }
}



.flip-btc{
  position: relative;
  display: inline-flex;
  width: 35px;
  height: 35px;
  animation: btc 3.6s infinite linear;
  border-radius: 50%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  flex-direction: row;
}



@keyframes btc {
  0% {
    background-image: url("/affiliates/2024/footer-logos/crypto-icon/bitcoin.png");

  }

  24% {
    background-image: url("/affiliates/2024/footer-logos/crypto-icon/bitcoin.png");
    transform: rotateY(90deg);
  } 

  26% {
    background-image: url("/affiliates/2024/footer-logos/crypto-icon/bitcoin-cash.png");
    transform: rotateY(90deg);
  } 


  50% {
    background-image: url("/affiliates/2024/footer-logos/crypto-icon/bitcoin-cash.png");
    transform: rotateY(0deg);
  }

  74% {
    background-image: url("/affiliates/2024/footer-logos/crypto-icon/bitcoin-cash.png");
    transform: rotateY(90deg);
  }

  76% {
    background-image: url("/affiliates/2024/footer-logos/crypto-icon/bitcoin.png");
    transform: rotateY(90deg);
  }

  100% {
    background-image: url("/affiliates/2024/footer-logos/crypto-icon/bitcoin.png");        
    transform: rotateY(0deg);
  }
}


.flip-ltc{
  position: relative;
  display: inline-flex;
  width: 35px;
  height: 35px;
  animation: ltc 3.4s infinite linear;
  border-radius: 50%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  flex-direction: row;
  
}




@keyframes ltc {
  0% {
    background-image: url("/affiliates/2024/footer-logos/crypto-icon/usd-coin.png");

  }

  24% {
    background-image: url("/affiliates/2024/footer-logos/crypto-icon/usd-coin.png");
    transform: rotateY(90deg);
  } 

  26% {
    background-image: url("/affiliates/2024/footer-logos/crypto-icon/tether.png");
    transform: rotateY(90deg);
  } 


  50% {
    background-image: url("/affiliates/2024/footer-logos/crypto-icon/tether.png");
    transform: rotateY(0deg);
  }

  74% {
    background-image: url("/affiliates/2024/footer-logos/crypto-icon/tether.png");
    transform: rotateY(90deg);
  }

  76% {
    background-image: url("/affiliates/2024/footer-logos/crypto-icon/usd-coin.png");
    transform: rotateY(90deg);
  }

  100% {
    background-image: url("/affiliates/2024/footer-logos/crypto-icon/usd-coin.png");        
    transform: rotateY(0deg);
  }
}

.flip-cbase{
  position: relative;
  display: inline-flex;
  width: 35px;
  height: 35px;
  animation: cbase 3.5s infinite linear;
  border-radius: 50%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  flex-direction: row;
  
}




@keyframes cbase {
  0% {
    background-image: url("/affiliates/2024/footer-logos/crypto-icon/coinbase.png");

  }

  24% {
    background-image: url("/affiliates/2024/footer-logos/crypto-icon/coinbase.png");
    transform: rotateY(90deg);
  } 

  26% {
    background-image: url("/affiliates/2024/footer-logos/crypto-icon/coinbase.png");
    transform: rotateY(90deg);
  } 


  50% {
    background-image: url("/affiliates/2024/footer-logos/crypto-icon/coinbase.png");
    transform: rotateY(0deg);
  }

  74% {
    background-image: url("/affiliates/2024/footer-logos/crypto-icon/coinbase.png");
    transform: rotateY(90deg);
  }

  76% {
    background-image: url("/affiliates/2024/footer-logos/crypto-icon/coinbase.png");
    transform: rotateY(90deg);
  }

  100% {
    background-image: url("/affiliates/2024/footer-logos/crypto-icon/coinbase.png");        
    transform: rotateY(0deg);
  }
}

.flipfront{
  margin: 0px 6px 0px;
}

.face{
  position:absolute;
  height:100%;
  width:100%;
  backface-visibility:hidden;
}
.face.back {
  display: block;
  transform: rotateY(180deg);
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  background-color:#00000000;
}


footer {
    background-color:#050f19;
    padding-bottom:20px;
}

.footerBox .footer-icons a img {
    max-height: 28px;
    padding-inline: 4px;
    margin: 0 auto;
    margin-block: 6px;
    display: inline;
    width:auto;
}

.footerBox .crypto-icons a img {
    max-height: 35px;
    padding-inline: 4px;
    margin: 0 auto;
    margin-block: 4px;
    display: inline;
    width: auto;
}

.footerBox {
    width: fit-content;
    margin: 30px auto 0px;
    text-align:center;
}

.footer-icons a {
    text-align: center;
    margin: 0 auto;
}

.footericons{
    display:flex;
    width:fit-content;
    padding-inline:10px;
    margin:25px auto 0px;
}