@charset "utf-8";
/* CSS Document */

@media (min-device-width: 150px) and (max-device-width: 736px), screen and (device-width: 768px) and (device-height: 1280), screen and (device-width: 384px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 2), screen and (device-width: 720px) and (device-height: 1280)
 {

body{
    margin: 0px;
    text-align: center;
    line-height: 1.35;
    font-family: 'Arial', serif;
}

     .navmenu{
         
         display: inline-block;
     }
     
     .desktop{
         
         display: none;
     }
     .img{
         
         width: 100% !important;
     }
     
     .topbar{
    box-sizing: border-box;
    width: 100%;
    display: flex;
    padding: 12px;
    background-color: white;
    
}

.topbar > div:not(div:first-child){
    
    min-width: 33%;
    width: 100%;
    
}

.topbar div{
    box-sizing: border-box;
}

.topbar div:last-child{
    text-align: right;
}

.logo{
    min-width: 100px;
    width: 100%;
    height: auto;
}

.button{
    width: 80% !important;
    font-size: 12px;
    color: white;
    padding: 8px;
    border: white thin solid;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1), 0 6px 20px rgba(0,0,0,0.19); /* Horizontal offset, vertical offset, blur radius, spread radius, color */
            border-radius: 6px; /* Rounded corners */
background-color:#48f47b;
    text-align: center !important;
    display: inline-block;
}

.topbar > div:first-child{
     margin-right: 25px;   

    width: 15%;
}
     
     
     .article{
         
         text-align: left !important;
     }

     
     .article > img{
         
         width: 100%;
         margin-top: 15px;
         height: auto;
     }
     
.navbar{
    position: fixed;
    height: 100vh;
    box-sizing: border-box;
    width: 100vw !important;
    z-index: 10;
    padding: 15px;
    background-color: rgba(104, 246, 155, 0.95 );
    left: -100vw;
    top: 0px;
    padding-top: 50px;
    margin-top: 0px;
    text-align: left !important;
}
     .mobile{
         display: block;
     }
     
     
.navbar > a{
    color: #fff;
    margin-right: 0px;
    display: block;
    margin-top: 0px;
    font-weight: bolder;
        text-decoration: none;
    box-sizing: border-box;
    background-color: rgba(0,0,0,.15);
    padding: 10px;

}
     
     .login{
         
         background-color: #68f69b;
         color: #fff;
         font-weight: bolder;
         width: 100% !important;
         margin-top: 25px;
         text-decoration: none;
     }
     
     iframe{
         transform: scale(.8);
         
     }
     .desktop{
         
         display: none;
     }
     
     .navbar > div{
         color: white;
         display: flex;
     }
     
     .navbar > div > div:first-child{
         font-size: 1.38em;
         margin-bottom: 25px;
        width: 70%;
         font-weight: bolder;
         
     }
     
     .navbar > div > div:last-child{
         text-align: right;
         width: 30%;
         color: white !important;
         font-size: 13px;
         font-weight: bolder;
     }
     
     
     .navbar > div > div:last-child > a{
         
         text-decoration: none;
        color:white;
     }
     
     
     
     
     .navbar > a:nth-child(odd){
         background-color: rgba(0,0,0,.10);
         
     }


.banner{
    
  width: 100%;
    height: 313px;
    /* object-position: -50vw; */
    object-fit: cover;
}


     .mobileBannerImage{
         height: 300px;
    object-fit: cover;
         
     }
     
.currentjackpot{
    
    font-size: 4.5em;
    margin-top:  -10px !important;
}
     
.centerContent{
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
    width: 95vw;
}

     .jackpotinfo > div{
         
         padding:0px !important;
         
     }
.margin-top{
    
    margin-top: 30px;
}

.flex{
    
    display: block;
}

.flex > div{
    
    padding: 15px;
    box-sizing: border-box;
}

.tickets{
    display: flex;
    margin-top: 30px;
}
.tickets > a {
    width: 33%;
    height: auto;
    
}

.tickets > a > img{
    width: 100%;
    height: auto;
    
}


.bannertext{
      text-shadow: 1px 1px 0px rgba(0,0,0,.5);
font-weight: bold;
    color: white;
    position: absolute;
    width: 400px;
    left: 5vw;
    display: none;
    top: 200px;
}

.bannertext > div:first-child{
    font-size: 3em;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: black;
    font-family: Arial Black;
    font-weight: bolder;
    letter-spacing: -3px;
}

.tokenomics{
    padding-top: 35px;
    background-image: url("../parts/tokenomics3.jpg");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    
    
}

.tokens{
    text-align: center;
    padding-bottom: 35px;
    padding-top: 35px;
    max-width: 95vw;
    font-family: 'Arial', serif;
    font-weight: bolder;
}
.tokens > div:first-child{
    font-size: 1.9em;
    
}

.tokens > div:nth-child(2){
    font-size: 1em;
    
}

.tokens > div:last-child{
    font-size: 1.65em;
    
}

.tokenomics > img{
width: 100%;
    height: auto;
    object-position: bottom;
    display: block;
    margin-left: auto;
    object-fit: cover;
    margin-right: auto;
}
     
     
     .scratchoff{
         
         max-width: 100%;
     }
}