@font-face {
    font-family: 'MyFont';
    src: url('fonts/VisbyRoundCF-Bold.otf') format('woff2'),
         url('fonts/VisbyRoundCF-Regular.otf') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'VisbyRegular';
    src: url('fonts/VisbyRoundCF-Regular.otf') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Regular.otf') format('woff');
    font-weight: normal;
    font-style: normal;
}
body {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-height: 800px;
    /* display: grid; */
    font-family: 'MyFont', sans-serif;
    justify-items: center;
 
 }
 html{
    height: 100%;
    margin: 0;
 }
 /* a{
    text-decoration: none;
    font-weight: 900;
    display: grid;
    justify-content: center;
    align-items: center;
 } */
.header { 
    display: flex;
    background-color: #30084E;
    width: 100%;
    justify-content: space-around;
    align-items: center;
    height: 100px;
}
.header a {
    margin: 20px 0px;
}
.header h1 {
    margin-bottom: 6px;
}
.header p {
    margin-top: 0px;
}
#headerbtn{
    height: 40px;
    cursor: pointer;
}
#logo{
    width: 100px;
    /* margin: 20px 0px; */
}
.API-Area {
    width:80%;
    display:grid;
    justify-items:center;
}
.row-text{
   display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: -20px;
    padding: 20px;
    .headline{
        font-family: 'MyFont', sans-serif;
        font-size: 40px;
        line-height: 38px;
        color: white;
    }
    .sub-headline{
        font-family: 'VisbyRegular', sans-serif;
        font-size: 16px;
        color: #FFFFFF;
        margin-top: 10px;
        width: 60%;
    }
}
.content{
    background-image: url(img/bg-desktop.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
    /* min-height: 600px; */
    padding-top: 5%;
    /* margin-top:60px; */
    width: 100%;
    justify-content: center;
    padding-top: 120px;
    #pixaLogo{
        /* height: 50%; */
        /* margin-top: 50px; */
        margin-bottom: 80px;
        width: 100%;
        margin-left: 100px;
        margin-right: 100px;
    }
    .row-number{
       display: flex;
       flex-direction: column;
       margin-top: -20px;
       align-items: center;
       #number-mil{
        max-width:450px;
        width:375px;
        margin-top: -220px;
       }
       #marcador{
            max-width: 285px;
            margin-top: -190px;
            width: 375px;
       }
    }
    .row-money{
        display:flex;
        position:relative;
        justify-content: center;
        display:none;
        #number-mil{
            position: absolute;
            top: 480px;
        }
    }
    #money4{
        position: absolute;
        top: -50px;
    }
    #money3{
        position: absolute;
        right: -180px;
        top: -120px; 
    }
    #money5{
        position: absolute;
        z-index: -1;
        top: 44%;
    }
    #money6{
        position: absolute;
        top: 75%;
        z-index: -1;
    }
}
.action{
    padding: 1.5rem;
    z-index: 1;
    .btn-claim{
        background: linear-gradient(to right, #0E7F4B, #51DCB2);
        border-radius: 50px;
        font-size: 15px;
        color: white;
        padding:1rem 3rem;
        font-weight: 400;
        text-decoration: none;
        margin-top: 20px;
        text-transform: uppercase;
        cursor: pointer;
    }
}
#ctabtn {
    height: 60px;
    border-radius: 50px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.4);
    /* margin-top: 30px;
    margin-bottom: 30px; */
}
#tablero{
    max-width:300px;
    /* height: 388px;px;
    /* width:300px; */
    margin-top: -60px;
}
.footer {
    display: grid;
    color: white;
    justify-items: center;
    text-align: center;
    font-family: "Roboto", sans-serif;
    align-content: center;
    background-color: #000000;
    width: 100%;
    /* position: fixed;
    bottom: 0; */
}
.footer a {
    color: #fff;
    text-decoration: underline;
}
.game-button {
  background: linear-gradient(145deg, #1a1a1a, #333);
  color: #fff;
  font-family: 'Orbitron', sans-serif; /* Looks more game-like */
  font-size: 18px;
  padding: 12px 30px;
  border: 2px solid #00ffcc;
  border-radius: 10px;
  text-shadow: 0 0 5px #00ffcc;
  box-shadow: 0 0 10px #00ffcc, 0 0 20px #00ffcc inset;
  cursor: pointer;
  transition: 0.3s ease;
}

.game-button:hover {
  background: #00ffcc;
  color: #000;
  text-shadow: none;
  box-shadow: 0 0 20px #00ffcc, 0 0 30px #00ffcc inset;
  transform: scale(1.05);
}
.footer p {
    width: 80%;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    /* display: flex;
    justify-content: center;
    align-items: center; */
    font-size: 11px;
    padding: 25px 0;
    text-transform: uppercase;
}
.btn-register{
    background: linear-gradient(to right, #0E7F4B, #51DCB2);
    border-radius: 50px;
    font-size: 15px;
    color: white;
    padding:0.8rem 3rem;
    font-weight: 400;
    text-decoration: none;
    margin-top: 20px;
    text-transform: uppercase;
    cursor: pointer;
}
@media only screen and (max-width:767px){
    .footer p {
        font-size: 9px;
    }
    .sub-headline{
        font-family: 'VisbyRegular', sans-serif;
        font-size: 16px;
        color: #FFFFFF;
        margin-top: 10px;
        width: 75% !important;
    }
    .content{
        background-image: url(img/bg-mobile.png);
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: cover;
    }
    .row-money{
        display: flex !important;
    }
}
@media only screen and (max-width: 500px) {
    .btn-claim{
        padding: 0.8rem 2rem !important;
        font-size: 14px !important;
    }
    .btn-register{
        padding: 0.8rem 2rem;
        font-size: 12px;
    }
    #ctabtn {
         margin-top: -40px;
    }
    .footer p {
        /* font-size: 8px; */
        width: 90%;
        padding: 20px 0;
    }
    #pixaLogo{
        /* height:60% !important; */
        margin-bottom: 75px !important;
        margin-left:50px !important;
        margin-right:50px !important;
    }
    .content{
        padding-top: 100px !important;
    }
    #tablero{
        margin-bottom: 0px !important;
    }
    #headerbtn {
        height: 37px;
        cursor: pointer;
        padding-right: 25px;
    }
    /* .header{
        justify-content: space-between;
    } */
    #money4{
        top: -50px;
    }
    #money3{
        /* right: -50px !important; */
          top:-100px !important;
    }
    #money5{
        top: 40% !important;
    }
}
@media only screen and (max-width:375px){
    #pixaLogo{
        margin-left:0px !important;
        margin-right:0px !important;
        margin-bottom:70px !important;
    }
    #money4{
        top: -50px;
    }
    #money3{
        /* right: -50px !important; */
          top:-100px !important;
    }
    #money5{
         width: 375px;
    }
}