/* font style
--------------------------------------------------------------------------------------------------*/
@font-face {
  font-family: 'SF Pro Display';
  font-style: normal;
  font-weight: 200;
  src: url(../fonts/SFpro/SF-Pro-Display-Light.otf);
}

@font-face {
  font-family: 'SF Pro Display';
  font-style: normal;
  font-weight: 250;
  src: url(../fonts/SFpro/SF-Pro-Display-LightItalic.ttf);
}

@font-face {
  font-family: 'SF Pro Display';
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/SFpro/SF-Pro-Display-Regular.ttf);
}

@font-face {
  font-family: 'SF Pro Display';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/SFpro/SF-Pro-Display-Medium.ttf);
}

@font-face {
  font-family: 'SF Pro Display';
  font-style: normal;
  font-weight: 450;
  src: url(../fonts/SFpro/SF-Pro-Display-MediumItalic.otf);
}

@font-face {
  font-family: 'SF Pro Display';
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/SFpro/SF-Pro-Display-Semibold.ttf);
}

@font-face {
  font-family: 'SF Pro Display';
  font-style: normal;
  font-weight: 550;
  src: url(../fonts/SFpro/SF-Pro-Display-SemiboldItalic.otf);
}

@font-face {
  font-family: 'SF Pro Display';
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/SFpro/SF-Pro-Display-Bold.ttf);
}

@font-face {
  font-family: 'Riffic';
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/riffic/RifficFree-Bold.ttf);
}

/*--------------------------------------------------------------------------------------------------
END font style */
/* ----------------------------------------------------------------
	Bootstrap Adjustments
-----------------------------------------------------------------*/

@media (min-width: 576px) {
    .container {
        max-width:100%;
        padding: 0 30px;
    }
}

@media (min-width: 768px) {
    .container {
          max-width:100%;
          padding: 0 30px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width:720px;
        padding: 0 30px;
    }

}

/* START for alignment
--------------------------------------------------------------------------------------------------*/

.f-11{
  font-size: 11px!important;
}

.f-12{
  font-size: 12px!important;
}

.f-13{
  font-size: 13px!important;
}

.f-14{
  font-size: 14px!important;
}

.f-15{
  font-size: 15px!important;
}

.f-16{
  font-size: 16px!important;
}

.f-17{
  font-size: 17px!important;
}

.f-18{
  font-size: 18px!important;
}

.f-19{
  font-size: 19px!important;
}

.f-20{
  font-size: 20px!important;
}

.f-21{
  font-size: 21px!important;
}

.f-22{
  font-size: 22px!important;
}

.f-23{
  font-size: 23px!important;
}

.f-24{
  font-size: 24px!important;
}

.f-25{
  font-size: 25px!important;
}

.f-26{
  font-size: 26px!important;
}

.f-27{
  font-size: 27px!important;
}

.f-28{
  font-size: 28px!important;
}

.fw-1{
  font-weight: 100!important;
}

.fw-2{
  font-weight: 200!important;
}

.fw-2-5{
  font-weight: 250!important;
}

.fw-3{
  font-weight: 300!important;
}

.fw-4{
  font-weight: 400!important;
}

.fw-4-5{
  font-weight: 450!important;
}

.fw-5{
  font-weight: 500!important;
}

.fw-5-5{
  font-weight: 550!important;
}

.fw-6{
  font-weight: 600!important;
}

.fw-7{
  font-weight: 700!important;
}

/*--------------------------------------------------------------------------------------------------
END for alignment */

/* ----------------------------------------------------------------
    Main page
-----------------------------------------------------------------*/

body.main {
    background-image: url("../images/bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 39px 20px;
    font-family: 'SF Pro Display';
    font-weight: 300;
}

.p1_title {
    color: white;
    font-size: 26px;
}

.text-grey {
    color: #D9D9D9;
}

.phoneNumberI {
    padding-top: 11px;
    padding-bottom: 11px;
}

.nextBtn {
    border-width: 2px;
    border-radius: 6px;
    border-color: #FFFFFF77;
    color: white;
    background-color: rgba(255, 255, 255, 0.2);
    font-size: 16px;
    padding-top: 11px;
    padding-bottom: 11px;
}

.nextBtn:hover {
    border-color: #FFFFFF77;
    background-color: rgba(255, 255, 255, 0.4);
}

.digit-group input {
  width: 45px;
  height: 45px;
  background-color: #FFFFFF;
  border-radius: 6px;
  box-shadow: 3px 3px 6px #09234880;
  border: none;
  line-height: 50px;
  text-align: center;
  font-size: 22px;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  color: black;
  margin: 0 2px;
}
.digit-group .splitter {
  padding: 0 5px;
  color: white;
  font-size: 24px;
}

/* ----------------------------------------------------------------
    Game page
-----------------------------------------------------------------*/

body.game {
  background-image: url("../images/spinning_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: 'SF Pro Display';
  font-weight: 300;
}

.p2_title {
    color: white;
    font-size: 26px;
    text-shadow: 4px 3px 5px #3D005DE6;
    text-align: center;
}

.p2_1000 {
  font-family: 'Riffic';
  font-weight: 600;
  font-size: 56px;
  letter-spacing: 2.92pt;
  color: white;
  text-align: center;
  -webkit-text-stroke: 2px #D6066C; /* width and color */
}

.inner {
  padding: 0px 20px;
}

.gameBox {
  max-width: 360px;
  margin: auto;
}

.lottery{
    width: 320px;
    margin: 85px 23px;
    position: relative;
}

.lottery li{
    width: 76px;
    height: 70px;
    /*border: 1px solid #000;*/
    box-sizing: border-box;
    text-align: center;
    line-height: 80px;
    position: absolute;
    list-style-type: none;
    border-radius: 12px;
    background: linear-gradient(#ffffff, #EFE8FF, #E1D5FF, #EDE6FF);
    box-shadow: 0px 6px 0px #B9AED9;
}

.lottery li div.iphone img{
    position: absolute;
    top: 9px;
    left: 21px;
}

.lottery li div.iphone label{
    position: absolute;
    top: 20px;
    left: 14px;
}

.lottery li div.special img{
    position: absolute;
    top: 6px;
    left: 17px;
}

.lottery li div.special label{
    position: absolute;
    top: 47px;
    left: 3px;
    font-size: 11px!important;
    line-height: 10px;
    letter-spacing: -0.17px;
}

.lottery li div.opps label{
    position: absolute;
    top: 28px;
    left: 0px;
    color: #9882D6;
    font-size: 11px!important;
    line-height: 10px;
    letter-spacing: -0.17px;
}

.lottery li div.mac img{
    position: absolute;
    top: 9px;
    left: 5px;
}

.lottery li div.mac label{
    position: absolute;
    top: 20px;
    left: 27px;
}

.lottery li div.ipad img{
    position: absolute;
    top: 5px;
    left: 14px;
}

.lottery li div.ipad label{
    position: absolute;
    top: 20px;
    left: 27px;
}

.lottery li div.watch img{
    position: absolute;
    top: 3px;
    left: 14px;
}

.lottery li div.watch label{
    position: absolute;
    top: 53px;
    left: 7px;
    font-size: 11px!important;
    line-height: 10px;
    letter-spacing: -0.17px;
}

.lottery li div.spinNow label{
    position: absolute;
    top: 28px;
    left: 40px;
    font-family: 'Riffic';
    font-weight: 600;
    color: #ffffff;
    font-size: 31px!important;
    line-height: 35PX;
    letter-spacing: 1.55px;
}

.lottery li div.spinNow label span{
    font-size: 27px!important;
}

.lottery li:nth-of-type(1){
    left: 0;
    top: 0;
}

.lottery li:nth-of-type(2){
    left: 80px;
    top: 0;
}

.lottery li:nth-of-type(3){
    left: 160px;
    top: 0;
}

.lottery li:nth-of-type(4){
    left: 240px;
    top: 0px;
}

.lottery li:nth-of-type(5){
    left: 240px;
    top: 80px;
}

.lottery li:nth-of-type(6){
    left: 240px;
    top: 160px;
}

.lottery li:nth-of-type(7){
    left: 240px;
    top: 240px;
}

.lottery li:nth-of-type(8){
    left: 160px;
    top: 240px;
}

.lottery li:nth-of-type(9){
    left: 80px;
    top: 240px;
}

.lottery li:nth-of-type(10){
    left: 0px;
    top: 240px;
}

.lottery li:nth-of-type(11){
    left: 0;
    top: 160px;
}

.lottery li:nth-of-type(12){
    left: 0;
    top: 80px;
}

.lottery li:nth-of-type(13){
    left: 80px;
    top: 80px;
    width: 156px;
    height: 148px;
    cursor: pointer;
    background: gold;
    background: linear-gradient(0.60turn, #8B5AF7, #5524B9, #36039A, #8736E5, #DACBFF);
    box-shadow: 0px 6px 0px #291071, 0px 3px 6px #FFFFFF inset;
}

.lottery li.active {
    background: linear-gradient(#fffffc, #feffec, #fffad8, #fff5ca);
    box-shadow: 0px 6px 0px #e5c983;
}

.spinNumber {
  font-size: 10px;
  color: #BFA8FF;
  background-color: #250876;
  border-radius: 20px;
  line-height: normal;
  position: absolute;
  padding: 5px 20px;
  left: 12px;
  top: 110px;
}

#countdown li {
  display: inline-block;
  font-size: 9px;
  color: #BFA8FF;
  list-style-type: none;
  padding: 2px;
  text-transform: uppercase;
}

#countdown li span {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: white;
  text-shadow: 1px 1px 0px #1F0770;
}

#countdown li:nth-of-type(1) .countdownNumber {
  position: absolute;
  bottom: 18px;
  left: 21px;
}

#countdown li:nth-of-type(2) .countdownNumber {
  position: absolute;
  bottom: 18px;
  left: 25px;
}

#countdown li:nth-of-type(3) .countdownNumber {
  position: absolute;
  bottom: 18px;
  left: 25px;
}

/* custom modal */
.modal-backdrop.show {
    opacity: 0.8;
}

.modalCustom .modal-dialog {
  margin: 1.5rem;
}

.modalCustom .modal-content{
  border-radius: 15px;
}

.modalCustom .modal-body{
  padding: unset;
}

.modalCustom .modal-body .modal-text{
  margin-top: -55px;
  padding-left: 48px;
  padding-right: 48px;
}

.modalCustom .modal-body img{
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}

.modalCustom .modal_title, .modalCustom .canvas_title{
  font-size: 24px;
  color: #B70005;
  font-weight: 600;
  letter-spacing: 0.24px;
  text-align: center;
}

.modalCustom .modal_content, .modalCustom .canvas_content{
  font-size: 14px;
  color: #6E6E6E;
  font-weight: 300;
  text-align: center;
}

.modalCustom .modalBtn, .modalCustom .canvasBtn {
  background-color: #FB233D;
  border-color: #FB233D;
  border-radius: 12px;
  box-shadow: 1px 3px 4px #FFF0F098 inset;
}

.modal-closeBtn {
  position: absolute;
  bottom: 15%;
  left: 42%;
}

.btn-circle.btn-xl {
    width: 52px;
    height: 52px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
    color: #FFFFFF;
    border: 2px solid #FFFFFF77;
    box-shadow: 3px 3px 12px #FFFFFF79 inset;
    background-color: rgba(255, 255, 255, 0.35);
}

.marquee.box{
  padding: 2px 10px;
  color: #FFF;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  background: #8545FF3C;
  border: 2px solid #FFFFFF77;
  border-radius: 23px;
}
.marquee .content p{
  display:inline-block;
  margin-bottom: 0;
}

/* Chrome, Safari, Edge, Opera */
input.numeric::-webkit-outer-spin-button,
input.numeric::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input.numeric[type=number] {
  -moz-appearance: textfield;
}