

@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css);

.uploader {
  display: block;
  clear: both;
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
}
.uploader label {
  float: left;
  clear: both;
  width: 100%;
  padding: 2rem 1.5rem;
  text-align: center;
  background: #fff;
  border-radius: 7px;
  border: 3px solid #eee;
  transition: all 0.2s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.uploader label:hover {
  border-color: #18181d;
}
.uploader label.hover {
  border: 3px solid #18181d;
  box-shadow: inset 0 0 0 6px #eee;
}
.uploader label.hover #start i.fa {
  transform: scale(0.8);
  opacity: 0.3;
}
.uploader #start {
  float: left;
  clear: both;
  width: 100%;
}
.uploader #start.hidden {
  display: none;
}
.uploader #start i.fa {
  font-size: 50px;
  margin-bottom: 1rem;
  transition: all 0.2s ease-in-out;
}
.uploader #response {
  float: left;
  clear: both;
  width: 100%;
}
.uploader #response.hidden {
  display: none;
}
.uploader #response #messages {
  margin-bottom: 0.5rem;
}
.uploader #file-image {
  display: inline;
  margin: 0 auto 0.5rem auto;
  width: auto;
  height: auto;
  max-width: 180px;
}
.uploader #file-image.hidden {
  display: none;
}
.uploader #notimage {
  display: block;
  float: left;
  clear: both;
  width: 100%;
}
.uploader #notimage.hidden {
  display: none;
}
.uploader progress,
.uploader .progress {
  display: inline;
  clear: both;
  margin: 0 auto;
  width: 100%;
  max-width: 180px;
  height: 8px;
  border: 0;
  border-radius: 4px;
  background-color: #eee;
  overflow: hidden;
}
.uploader .progress[value]::-webkit-progress-bar {
  border-radius: 4px;
  background-color: #eee;
}
.uploader .progress[value]::-webkit-progress-value {
  background: linear-gradient(to right, #393f90 0%, #18181d 50%);
  border-radius: 4px;
}
.uploader .progress[value]::-moz-progress-bar {
  background: linear-gradient(to right, #393f90 0%, #18181d 50%);
  border-radius: 4px;
}
.uploader input[type=file] {
  display: none;
}
.uploader div {
  margin: 0 0 0.5rem 0;
  color: #5f6982;
}
.uploader .btn {
  display: inline-block;
  margin: 0.5rem 0.5rem 1rem 0.5rem;
  clear: both;
  font-family: inherit;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  text-transform: initial;
  border: none;
  border-radius: 0.2rem;
  outline: none;
  padding: 0 1rem;
  height: 36px;
  line-height: 36px;
  color: #fff;
  transition: all 0.2s ease-in-out;
  box-sizing: border-box;
  background: #18181d;
  border-color: #18181d;
  cursor: pointer;
}





	*,
*:before,
*:after {
  box-sizing: border-box;
}
@font-face {
  font-family: 'Inter UI';
  font-style: normal;
  font-weight: 300;
  src: url("https://rsms.me/inter/font-files/Inter-Regular.woff2?v=3.5") format("woff2"), url("https://rsms.me/inter/font-files/Inter-Regular.woff?v=3.5") format("woff");
}
.right {
  position: absolute;
  right: 0;
  width: 60vw;
  height: 100vh;
  overflow: hidden;
}
.center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.card1 {
  width: 325px;
  height: 200px;
}
.flip {
  width: inherit;
  height: inherit;
  transition: 0.7s;
  transform-style: preserve-3d;
  -webkit-animation: flip 2.5s ease;
          animation: flip 2.5s ease;
}
.front,
.back {
  position: absolute;
  width: inherit;
  height: inherit;
  border-radius: 15px;
  box-shadow: 0 1px 3px 0px rgba(0,0,0,0.3);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-image: linear-gradient(145deg, #e7e7e7, #b3b3b3);
  overflow: hidden;
}
.front {
  transform: translateZ(0);
}
.apple-logo {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 39px;
  height: 48px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.chip {
  position: absolute;
  top: 158px;
  right: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 40px;
  overflow: hidden;
}
.card-holder {
  left: 5px;
  margin: 78px 25px;
  font-size: 18px;
  letter-spacing: 0.25px;
  color: rgb(0, 0, 0);
}
.card-holder1 {
  left: 5px;
  margin: -82px 25px;
  font-size: 12px;
  letter-spacing: 0.15px;
  color: rgb(0, 0, 0);
}
.qr-image {
  position: absolute;
  right: 19px;
  top: 19px;
  display: flex;
  width:70px;
  height:70px;
}
.company-logo {
	position: absolute;
top: 44px;
left: 100px;
width:120px;
  height:120px;
  text-align: center;
  display: flex;

}
.luxn-web {
  position: absolute;
  left: 17px;
  bottom: 11px;
  display: flex;
  font-size: 10px;
  letter-spacing: 0.25px;
  color: rgb(34, 34, 34);
}
.website-url {
  position: absolute;
  left: 100px;
  bottom: 10px;
  display: flex;
  font-size: 9.8px;
  letter-spacing: 0.25px;
  color: rgba(231, 231, 231, 0.87);
}
.card1 {
  perspective: 1000;
}
.card1:active .flip {
  transform: rotateY(180deg);
}
.back {
  transform: rotateY(180deg) translateZ(0);
}
.back .goldman-logo {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 90px;
}
.back .strip-black {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 50px;
  background: #555;
}
.info {
  position: absolute;
  width: 270px;
  margin: 50px;
  text-align: center;
  color: #aaa;
  font-family: Helvetica;
}
.js-tilt-glare > .js-tilt-glare-inner {
  background-image: linear-gradient(0deg, rgba(255,255,255,0) 70%, rgba(121, 121, 121, 0.178) 100%);
  width: 220px;
  height: 220px;
}
@-webkit-keyframes flip {
  0%, 100% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(180deg);
  }
}
@keyframes flip {
  0%, 100% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(180deg);
  }
}