@font-face {
    font-family: Spantaran;
    src: url('../font/Spantaran.ttf');
}

.spantaran{
    font-family: Spantaran !important;
    letter-spacing: 2px !important;
}

.row {
    height: 100vh;
}
body{
    background-image: url("../images/hero-bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.card { 
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 25px;
}
.gradientTag {
    margin: 0 0 10px 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    background: -webkit-linear-gradient(left,#ff0000, #3366ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.msg-error{
  padding: 20px;
  border: 5px solid #FF0000;
  color: #FFFFFF;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  border-radius: 20px;
  background-color: rgb(0,0,0,0.7);
}

.mintingcategory {
  border: 1px solid #9000ff;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding:5px;
  box-shadow: 0 0 10px #9000ff;

}

#container {
  text-align: center;
  margin: 0;
}

#qr-canvas {
  margin: auto;
  width: calc(100% - 20px);
  max-width: 400px;
}

#btn-scan-qr {
  cursor: pointer;
}

#btn-scan-qr img {
  height: 10em;
  padding: 15px;
  margin: 15px;
  background: white;
}

#qr-result {
  font-size: 1.2em;
  margin: 20px auto;
  padding: 20px;
  max-width: 700px;
  color: white;
}
