@font-face {
    font-family: 'Acre';
    src: url('../fonts/Jonathan-Ball-Acre-Medium.otf');
  }

body{
      font-family: 'Acre';
     
}

#body{
    width: 100%;
    background-position: center;
    background-repeat: repeat;
    background-size: contain;
}




/* Smartphones Small ----------- */
@media only screen and (max-width : 320px) {
    h2.main-h2{
        font-size: 16px;
        padding-top: 30px;
        position: relative;
    }

    .sub-title{
        font-size: 11px;
       
    }

    .custom-button{
        width: 90%;
        font-size: 15px;
        letter-spacing: 1px;
        padding-top: 10px;
        padding-bottom: 10px;
        border-radius: 5px;
    }

    .modal-body{
        padding-left: 7%;
        padding-right: 7%;
    }

    .modal-col-4 .time-title{

        font-size: 10px !important;
        
        letter-spacing: 1px;
        
    }

    .slot-machine{
        position: relative;
        width: 90%;
        margin-top: 20px;
    }

    #viewbox-parent-1{
        position: absolute;
        z-index: 99;
        top: 117.3px;
        left: 12%;
    }

    #viewbox-parent-2{
        position: absolute;
        z-index: 99;
        top: 117.3px;
        left: 38.4%;
    }

    #viewbox-parent-3{
        position: absolute;
        z-index: 99;
        top: 117.3px;
        left: 64.65%;
    }

    .viewbox {
        overflow: hidden;
        width: 75px;
        height: 65px;
        border: none;
        position: relative;
    }
    .viewbox .wrapper {
        position: relative;
    }
    
    .viewbox ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .viewbox li {
        display: block;
        width: 100%;
        height: 65px;
        text-align: center;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;    
    }

    .footer-text{

        font-size: 8px;
        color: rgba(255,255,255,0.9);
        font-weight: 300;
        text-transform: uppercase;
        letter-spacing: 1px;
        position: fixed;
        bottom: 15px;
    }

    .light-image{
        position: absolute;
        z-index: 99;
        width: 77.5%;
        left: 11%;
        top: 14%;
    }   

}

@media only screen and (min-width: 321px) and (max-width : 360px)
{
    h2.main-h2{
        font-size: 20px;
        padding-top: 30px;
        position: relative;
        line-height: 26px;
    }

    .sub-title{
        font-size: 14px;
        
    }

    .modal-body{
        padding-left: 7%;
        padding-right: 7%;
    }

    .modal-col-4 .time-title{

        font-size: 10px !important;
        
        letter-spacing: 1px;
        
    }

    .custom-button{
        width: 90%;
        font-size: 15px;
        letter-spacing: 1px;
        padding-top: 10px;
        padding-bottom: 10px;
        border-radius: 5px;
    }

    .slot-machine{
        position: relative;
        width: 100%;
  
    }

    #viewbox-parent-1{
        position: absolute;
        z-index: 99;
       top: 47%;
    left: 24.5%;
    }

    #viewbox-parent-2{
        position: absolute;
        z-index: 99;
        top: 47%;
        left: 38.4%;
    }

    #viewbox-parent-3{
        position: absolute;
        z-index: 99;
        top: 47%;
        left: 52%;
    }

    .viewbox {
        overflow: hidden;
        width: 84px;
        height: 73px;
        border: none;
        position: relative;
    }
    .viewbox .wrapper {
        position: relative;
    }
    
    .viewbox ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .viewbox li {
        display: block;
        height: 73px;
        text-align: center;
        background-position: center;
        background-repeat: no-repeat;    
    }

    .footer-text{

        font-size: 9px;
        color: rgba(255,255,255,0.9);
        font-weight: 300;
        text-transform: uppercase;
        letter-spacing: 1px;
        position: fixed;
       
        bottom: 15px;
    }

    .light-image{
        position: absolute;
        z-index: 99;
        width: 71.5%;
        left: 12.5%;
        top: 0.2%;
    }   
}

/* Smartphones Large ----------- */
@media only screen and (min-width : 361px) and (max-width : 410px) {
    h2.main-h2{
        font-size: 20px;
        padding-top: 100px;
        position: relative;
        line-height: 26px;
    }

    .sub-title{
        font-size: 14px;
        
    }

    .custom-button{
        width: 90%;
        font-size: 16px;
        letter-spacing: 1px;
        padding-top: 12px;
        padding-bottom: 12px;
        border-radius: 5px;
        
    }

    .modal-body{
        padding-left: 7%;
        padding-right: 7%;
    }

    .modal-col-4 .time-title{

        font-size: 11px !important;
        
        letter-spacing: 1px;
        
    }

    .slot-machine{
        position: relative;
        width: 100%;
        margin-top: -3px;
    }

    #viewbox-parent-1{
        position: absolute;
        z-index: 99;
        top: 41%;
        left: 23.9%;
    }

    #viewbox-parent-2{
        position: absolute;
        z-index: 99;
         top: 41%;
        left: 38.1%;
    }

    #viewbox-parent-3{
        position: absolute;
        z-index: 99;
       top: 41%;
    left: 51.2%;
    }

    .viewbox {
        overflow: hidden;
        width: 89px;
        height: 78px;
        border: none;
        position: relative;
    }
    .viewbox .wrapper {
        position: relative;
    }
    
    .viewbox ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .viewbox li {
        display: block;
        height: 107px;
        text-align: center;
        background-position: center;
        background-repeat: no-repeat;    
    }

    .footer-text{

        font-size: 9px;
        color: rgba(255,255,255,0.9);
        font-weight: 300;
        text-transform: uppercase;
        letter-spacing: 1px;
        position: fixed;
        left: 6%;
        bottom: 15px;
    }

    .light-image{
        position: absolute;
        z-index: 99;
        width: 72%;
        left: 11.5%;
        top: -8.5%;
    }
}

/* Smartphones Extra Large ----------- */
@media only screen and (min-width : 411px) and (max-width : 767px) {
    h2.main-h2{
        font-size: 20px;
        padding-top: 100px;
        position: relative;
        line-height: 26px;
    }

    .sub-title{
        font-size: 14px;
        
    }

    .custom-button{
        width: 90%;
        font-size: 16px;
        letter-spacing: 1px;
        padding-top: 15px;
        padding-bottom: 15px;
        border-radius: 5px;
        
    }

    .modal-body{
        padding-left: 7%;
        padding-right: 7%;
    }

    .modal-col-4 .time-title{

        font-size: 12px !important;
        
        letter-spacing: 1px;
        
    }

    .slot-machine{
        position: relative;
        width: 90%;
        margin-top: 20px;
    }

    #viewbox-parent-1{
        position: absolute;
        z-index: 99;
        top: 56.2%;
        left: 11.5%;
    }

    #viewbox-parent-2{
        position: absolute;
        z-index: 99;
        top: 56.2%;
        left: 38.4%;
    }

    #viewbox-parent-3{
        position: absolute;
        z-index: 99;
        top: 56.2%;
        left: 65%;
    }

    .viewbox {
        overflow: hidden;
        width: 97px;
        height: 85px;
        border: none;
        position: relative;
    }
    .viewbox .wrapper {
        position: relative;
    }
    
    .viewbox ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .viewbox li {
        display: block;
        width: 97px;
        height: 85px;
        text-align: center;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;    
    }

    .footer-text{

        font-size: 9px;
        color: rgba(255,255,255,0.9);
        font-weight: 300;
        text-transform: uppercase;
        letter-spacing: 1px;
        position: fixed;
        left: 10%;
        bottom: 15px;
    }

    .light-image{
        position: absolute;
        z-index: 99;
        width: 80%;
        left: 10%;
        top: 12%;
    }
}

/* Ipad ----------- */
@media only screen and (min-width : 768px) and (max-width : 1023px) {
		.rights1{
	margin-right: 42px;
}

.lefts1{
		margin-left: 60px;
}
    h2.main-h2{
        font-size: 32px;
        padding-top: 100px;
        position: relative;
        line-height: 34px;
    }

    .sub-title{
        font-size: 18px;
        
    }

    .modal-body{
        padding-left: 7%;
        padding-right: 7%;
    }

    .custom-button{
        width: 80%;
        font-size: 24px;
        letter-spacing: 2px;
        padding-top: 25px;
        font-weight: 600;
        padding-bottom: 25px;
        border-radius: 10px;
    }


    .slot-machine{
        position: relative;
        width: 76%;
        margin-top: -18px;
    }

    .modal-col-4 .time-title{

        font-size: 12px !important;
       
        letter-spacing: 1px;
        
    }

    #viewbox-parent-1{
        position: absolute;
        z-index: 99;
        top: 45.7%;
    left: 29.4%;
    }

    #viewbox-parent-2{
        position: absolute;
        z-index: 99;
        top: 45.7%;
        left: 44.3%;
    }

    #viewbox-parent-3{
        position: absolute;
        z-index: 99;
        top: 45.7%;
        left: 58%;
    }

    .viewbox {
        overflow: hidden;
        width: 80px;
        height: 137px;
        border: none;
        position: relative;
    }
    .viewbox .wrapper {
        position: relative;
    }
    
    .viewbox ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .viewbox li {
        display: block;
        height: 111px;
        text-align: center;
        background-position: center;
        background-repeat: no-repeat;    
    }

    .footer-text{

        font-size: 12px;
        color: rgba(255,255,255,0.9);
        font-weight: 300;
        text-transform: uppercase;
        letter-spacing: 1px;
        position: fixed;
        left: 22%;
        bottom: 15px;
    }

    .light-image{
        position: absolute;
        z-index: 99;
        width: 56%;
        left: 20.5%;
        top: -9.5%;
    }
}

/* Ipad 2 ----------- */
@media only screen and (min-width : 1024px) and (max-width : 1365px) {
    h2.main-h2{
        font-size: 42px;
        padding-top: 100px;
        position: relative;
        line-height: 48px;
    }

    .sub-title{
        font-size: 20px;
        
    }

    .custom-button{
        width: 80%;
        font-size: 32px;
        letter-spacing: 2px;
        padding-top: 25px;
        padding-bottom: 25px;
        border-radius: 10px;
        margin-top: 10px;
    }

    .modal-body{
        padding-left: 7%;
        padding-right: 7%;
    }

    .modal-col-4 .time-title{

        font-size: 12px !important;
        
        letter-spacing: 1px;
        
    }

    .slot-machine{
        position: relative;
        width: 47%;
        margin-top: -35px;
    }

    #viewbox-parent-1{
        position: absolute;
        z-index: 99;
            top: 32.2%;
    left: 29.2%;
    }

    #viewbox-parent-2{
        position: absolute;
        z-index: 99;
           top: 32.2%;
        left: 45.8%;
    }

    #viewbox-parent-3{
        position: absolute;
        z-index: 99;
          top: 32.2%;
        left: 41.2%;
    }

    .viewbox {
        overflow: hidden;
        width: 209px;
        height: 183px;
        border: none;
        position: relative;
    }
    .viewbox .wrapper {
        position: relative;
    }
    
    .viewbox ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .viewbox li {
        display: block;
        height: 183px;
        text-align: center;
        background-position: center;
        background-repeat: no-repeat;    
    }

    .footer-text{

        font-size: 18px;
        color: rgba(255,255,255,0.9);
        font-weight: 300;
        text-transform: uppercase;
        letter-spacing: 1px;
        position: fixed;
        left: 20%;
        bottom: 15px;
    }

    .light-image{
        position: absolute;
        z-index: 99;
        width: 37%;
        left: 30.5%;
        top: -5.5%;
    }
}


/* Laptop ----------- */
@media only screen and (min-width : 1366px) and (max-width : 1919px) {
    h2.main-h2{
        font-size: 32px;
        padding-top: 30px;
        position: relative;
        line-height: 38px;
        margin-bottom: 15px;
    }

    .sub-title{
        font-size: 18px;
        
    }

    .custom-button{
        width: 40%;
        font-size: 20px;
        letter-spacing: 1px;
        padding-top: 15px;
        padding-bottom: 15px;
        border-radius: 8px;
        margin-top: 5px;
    }

    .modal-body{
        padding-left: 8%;
        padding-right: 8%;
    }

    .modal-col-4 .time-title{

        font-size: 12px !important;
        
        letter-spacing: 1px;
        
    }

    .footer-text{

        font-size: 12px;
        color: rgba(255,255,255,0.9);
        font-weight: 300;
        text-transform: uppercase;
        letter-spacing: 1px;
        position: fixed;
        left: 36%;
        bottom: 15px;
    }

    .slot-machine{
        position: relative;
        width: 39%;
    }

    #viewbox-parent-1{
        position: absolute;
        z-index: 99;
            top: 49.2%;
    left: 35.9%;
    }

    #viewbox-parent-2{
        position: absolute;
        z-index: 99;
        top: 49.2%;
        left: 44.5%;
    }

    #viewbox-parent-3{
        position: absolute;
        z-index: 99;
         top: 49.2%;
        left: 52.1%;;
    }

    .viewbox {
        overflow: hidden;
        width: 127px;
        height: 111px;
        border: none;
        position: relative;
    }
    .viewbox .wrapper {
        position: relative;
    }
    
    .viewbox ul {
        list-style: none;
    margin: -15px 0px -15px 0px;
    padding: 0px 0px;
    }

    .viewbox li {
        display: block;

        height: 111px;
        text-align: center;
        background-position: center;
        background-repeat: no-repeat;    
    }

    .light-image{
        position: absolute;
        z-index: 99;
        width: 29.9%;
        left: 34.4%;
        top: -17.7%;
    }   

    

}

/* Desktops */
@media only screen and (min-width : 1920px){
    h2.main-h2{
        font-size: 34px;
        padding-top: 30px;
        position: relative;
        line-height: 42px;
    }

    .sub-title{
        font-size: 18px;
        
    }

    .custom-button{
        width: 40%;
        font-size: 16px;
        letter-spacing: 1px;
        padding-top: 12px;
        padding-bottom: 12px;
        border-radius: 5px;
        margin-top: 5px;
    }

    .modal-body{
        padding-left: 8%;
        padding-right: 8%;
    }

    .modal-col-4 .time-title{

        font-size: 12px !important;
       
        letter-spacing: 1px;
        
    }

    .footer-text{

        font-size: 12px;
        color: rgba(255,255,255,0.9);
        font-weight: 300;
        text-transform: uppercase;
        letter-spacing: 1px;
        position: fixed;
        left: 36%;
        bottom: 15px;
    }

    .slot-machine{
        position: relative;
        width: 40%;
        margin-top: 60px;
    }

    #viewbox-parent-1{
        position: absolute;
        z-index: 99;
         top: 65.2%;
        left: 34.9%;
    }

    #viewbox-parent-2{
        position: absolute;
        z-index: 99;
         top: 65.2%;
        left: 43.8%;
    }

    #viewbox-parent-3{
        position: absolute;
        z-index: 99;
          top: 65.2%;
        left: 51.6%;
    }

    .viewbox {
        overflow: hidden;
        width: 127px;
        height: 111px;
        border: none;
        position: relative;
    }
    .viewbox .wrapper {
        position: relative;
    }
    
    .viewbox ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .viewbox li {
        display: block;
        height: 111px;
        text-align: center;

        background-position: center;
        background-repeat: no-repeat;    
    }

    .light-image{
        position: absolute;
        z-index: 99;
        width: 30.9%;
        left: 33.9%;
        top: 9.3%;
    }   

}


/* Common */
h2{
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}

.sub-title{
    color: rgba(255,255,255,0.9);
    font-weight: 300;
    letter-spacing: 0.6px;
    display: block;
    text-transform: uppercase;
}

.custom-button{
    background-color: rgb(195, 73, 37);
    border: none;
    color: white;
}

.custom-button:hover{
    color: white;
}

.custom-button:focus{
    border: none;
    outline: none;
    box-shadow: none;
}

.custom-input::placeholder{
    font-weight: 400 !important;
}

.custom-input{
   
        border-radius: 8px;
        background-color: rgb(255, 255, 255);
        box-shadow: inset 0px 0px 6.6px 0.6px rgba(24, 22, 25, 0.45);
        font-size: 16px;
        letter-spacing: 0.6px;
        position: relative;
        padding-top: 30px;
        padding-bottom: 30px;
        color: black;
        font-weight: 500;
}

.custom-input:focus{
    border: 1px solid rgb(195, 73, 37);
    outline: none;
    box-shadow: none;
    
}

.modal-button{
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: white;
    background-color: rgb(195, 73, 37);
    border-radius: 5px;
    text-align: center;
    padding-top: 17px;
    padding-bottom: 17px;
      
}

.modal-button:hover{
    color: white;
}

.custom-checkbox-label{
    font-size: 12px;
    letter-spacing: 1px !important;
    color: rgba(255,255,255,0.9);
    
}

.custom-checkbox-label a{
    text-decoration: underline;
    color: white;
    font-weight: 500;
    font-size: 11px;
    text-transform: uppercase;
}

.modal-col-1{

   background-color: #DBB300;
    border-radius: 45px; 
    padding-top: 0px !important;
    padding-bottom: 0px;
    text-align: center;
}

.modal-col-1 h2{
    font-size: 16px;
    font-weight: 800;
    color: black;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 30px;
    padding-top: 10px;
	font-family: serif;
}

.modal-col-1 span{
    font-weight: 900;
    letter-spacing: 2px;
    font-size: 22px;
}


.modal-col-2{
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
}

.modal-col-2 h2{
font-size: 18px;
display: block;
color: white;
letter-spacing: 1px;
text-transform: uppercase;
}

.modal-button-1{
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: white;
        background-image: linear-gradient(
236deg
, #000 0%, #FFE100 100%);
    border-radius: 5px;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
      
}

.modal-button-1:hover{
    color: white;
}

.modal-col-4{

    background-color: #5E69B2;
    border-radius: 60px;
    padding-top: 0px;
    padding-bottom: 10px;
    color: white;
    margin-top: 25px;
}

.modal-col-4 h2{
    font-size: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 15px;
    padding-top: 10px;
}

.modal-col-4 .time-title{

    font-size: 12px;
    letter-spacing: 1px;
    
}

.modal-col-4 .time-value{

    font-size: 14px;
    letter-spacing: 1px;

}

.blink {
    -webkit-animation: blink 1.5s step-end infinite;
            animation: blink 1.5s step-end infinite;
}
@-webkit-keyframes blink { 50% { visibility: hidden; }}
        @keyframes blink { 50% { visibility: hidden; }}



        #time{
            color: transparent !important;
            font-size: 1px !important;
            }
			
			


.spinbtn{
	font-size: 26px;
    border-radius: 50px;
    font-family: sans-serif;
    font-weight: 600;
    /* word-spacing: 9px; */
    letter-spacing: 8px;
    background: white;
    color: black;
}
.spinbtn:hover{
	font-size: 26px;
    border-radius: 50px;
    font-family: sans-serif;
    font-weight: 600;
    /* word-spacing: 9px; */
    letter-spacing: 8px;
    background: #EFB837;
    color: black;
}

.ft_text{
	color:white;
	font-size:20px;
	font-family: sans-serif;
	
}

.try_again{
	color:white !important;
	font-size:40px !important;
	    font-family: cursive !important;
	font-weight:600;
	
}



@media only screen and (min-width : 1023px) {
	.rights1{
	margin-right: 42px;
}

.lefts1{
		margin-left: 60px;
}
	
}