

@font-face {
   font-family: 'AkiraExpandedDemo';
   src: url('/nfc/aceofspades/fonts/Akira-Expanded-Demo.otf') format('truetype');
   font-weight: normal;
   font-style: normal;
}

body {
   font-family: 'AkiraExpandedDemo', sans-serif;
}
* {
   box-sizing: border-box;
   font-family: 'AkiraExpandedDemo', sans-serif;
}

a{
   color: #fff;
   text-decoration: none;
}

a:hover {
   color: #fff;
}



.video-background {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   overflow: hidden;
   z-index: -1;
}
#background-video {
   position: absolute;
   top: 50%;
   left: 50%;
   width: 100%;
   height: 100%;
   object-fit: contain;
   transform: translate(-50%, -50%);
   background: #000;
}
.thirty-scan svg {
   position: relative;
   top: -2px;
   right: 5px;
}
.thirty-scan p {
   font-size: 19px;
   color: #f4ae6d;
}
footer {
   position: absolute;
   bottom: 0;
   width: 100%;
}
@media screen and (max-width: 576px) {
   #background-video {
      object-fit: fill;
   }
 }

