
@font-face{
    font-family: quicksand-bold;
    src: url(./assets/font/Quicksand-Bold.ttf);
  }
  
    
  @font-face{
    font-family: quicksand-semi-bold;
    src: url(./assets/font/Quicksand-SemiBold.ttf);
  }
  
  @font-face{
    font-family: cinzel-bold;
    src: url(./assets/font/CinzelDecorative-Bold.ttf);
  }
  
  
  @font-face{
    font-family: ubuntu-bold;
    src: url(./assets/font/Ubuntu-Bold.ttf);
  }
  
  @font-face{
    font-family: cinzel-plain-bold;
    src: url(./assets/font/Cinzel-Bold.ttf);
  }
  
  @font-face{
    font-family: ubuntu-medium;
    src: url(./assets/font/Ubuntu-Medium.ttf);
  }
  
  @font-face{
    font-family: cinzel-font-regular;
    src: url(../../../assets/font/CinzelDecorative-Regular.ttf);
  }


/* * {
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    width: 100%;
    height: auto;
    scroll-behavior: smooth;
} */

.ngx-pagination a, .ngx-pagination button {
    color: #ffffff !important;
}
.ngx-pagination a:hover, .ngx-pagination button:hover {
    background: transparent !important;
    border: 1px solid white;
}
.apexcharts-canvas svg{
    height: 600 !important;
}

.apexcharts-text tspan {
    font-family: inherit;
    fill: white !important;
}

.apexcharts-xaxis-label tspan {
    font-family: inherit;
    fill: white !important;
}

.apexcharts-title-text{
    fill: yellow;
}

.ionic-selectable-value{
    position: absolute;
    top: -1px;
    left: 0%;
}

.ionic-selectable-icon {
    width: 20px;
    position: absolute !important;
    top: 3px !important;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
} 
.bg-cloud {
    background-color: #000a9f;
}
.about {
    width: 100%;
    height: 600px;
    background-image: url('../img/about-bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.about h2, .about-btn, .history h2, .history-btn, .winner h2, .winner-btn, .win-card p span, .win-card, .free-play-btn, .register .container h2, .rm-inner, div.or, div.al-signup span{
    font-family: cinzel-bold, cursive;
}

.about h2:nth-child(2), .history h2:nth-child(2), .winner h2:nth-child(2) {
    color: #0107f1;
}

.about-desc {
    padding: 0px 150px 12px 150px;
}
.about p, .history p, .time-win-span span, div.or h5, div.al-signup {
    font-family: ubuntu-medium, sans-serif;
}

.about p, .history p {
    color: #494949;
    padding: 10px 0 0 0;
}

.about-btn li {
    margin: 0 .5rem;
}
.read-more {
    top: 0;
    right: 0;
    background-image: linear-gradient(#44da02, #32c40a);
    background: -moz-linear-gradient(#44da02, #32c40a);
    background: -webkit-linear-gradient(#44da02, #32c40a);
    text-decoration: none;
    text-transform: capitalize;
    width: 200px;
    height: 60px;
    padding: 4px !important;
    outline: none;
    border-radius: 40px;
}

.rm-inner {
    align-items: center;
    background-image: linear-gradient(to right, #32c40a, #44da02);
    background: -moz-linear-gradient(to right, #32c40a, #44da02);
    background: -webkit-linear-gradient(to right, #32c40a, #44da02);
    border-radius: 40px;
    display: flex;
    justify-content: center;
    height: 100%;
    transition: background .5s ease;
    width: 100%;
    text-shadow: 0px 1px 1px #3e3e3e;
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff;
}

.join-now {
    top: 0;
    right: 0;
    background-image: linear-gradient(#f9d401, #f29c00);
    background: -moz-linear-gradient(#f9d401, #f29c00);
    background: -webkit-linear-gradient(#f9d401, #f29c00);
    text-decoration: none;
    text-transform: capitalize;
    width: 200px;
    height: 60px;
    padding: 4px !important;
    outline: none;
    border-radius: 40px;
}

.jn-inner {
    align-items: center;
    background-image: linear-gradient(to right, #f29c00, #f9d401);
    background: -moz-linear-gradient(to right, #f29c00, #f9d401);
    background: -webkit-linear-gradient(to right, #f29c00, #f9d401);
    border-radius: 40px;
    display: flex;
    justify-content: center;
    height: 100%;
    transition: background .5s ease;
    width: 100%;
    text-shadow: 0px 1px 1px #3e3e3e;
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff;
}

.history {
    width: 100%;
    height: 1203px;
    background-image: url('../img/history-bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 0px;
}

.history img {
    margin-top: 0;
}

.history hr {
    border: 2px solid #f3cf0b;
    margin-left: -30px;
}

.history-all {
    padding-top: 11rem;
}

.winner {
    width: 100%;
    height: 1000px;
    background-image: url('../imgs/winner-bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 0px;
}

.winner-all {
    padding-top: 13rem;
}

.winner-all h2 span {
    color: #0107f1;
}

.winner-li {
    height: 280px;
    width: 300px;
}
.winner-card-ul li {
    margin: 0 .5rem;
}

.win-card {
    top: 0;
    left: 0;
}

.img-winner {
    width: 70px;
    height: 70px;
}

.win-name {
    top: 0;
    right: 0;
    background-image: linear-gradient(to right, #fe0795,#f92f6f, #f17032, #eaa302);
    background: -moz-linear-gradient(to right, #fe0795,#f92f6f, #f17032, #eaa302);
    background: -webkit-linear-gradient(to right,#fe0795, #f92f6f, #f17032, #eaa302);
    text-decoration: none;
    text-transform: capitalize;
    width: 122px;
    height: 40px;
    padding: 11px !important;
    outline: none;
    border-radius: 40px;
    text-shadow: 1px 1px 1px #808080;
    font-size: 0.8rem;
}

.win-card p span{
    display: block;
    font-weight: 700;
    text-shadow: 0px 1px 1px #936807;
}
.win-card p span:first-child {
    letter-spacing: 2px;
    font-size: .8rem;
}
.win-card p span:nth-child(2) {
    font-size: .6rem;
}
.time-win-span span{
    display: block;
}
.time-win-span span:first-child{
    font-size: .5rem;
    padding-top: .2rem;
}
.time-win-span span:nth-child(2){
    font-size: .7rem;
}
.footer {
    width: 100%;
    height: 300px;
    position: relative;
}
.footer .footer-div {
    width: 100%;
    height: 450px;
    clip-path: ellipse(74% 99% at 50% 99%);
    /* background-color: #021438; */
    position: absolute;
    top: 1px;
}
#particles-js2 {
    background: #021438;
    clip-path: ellipse(74% 99% at 50% 99%);
    height: 493px;
}
.go-to-top-btn {
	position: absolute;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
}
.go-to-top {
	top: 0;
    right: 0;
    background-image: linear-gradient(#0025b1, #002284);
    background: -moz-linear-gradient(#0025b1, #002284);
    background: -webkit-linear-gradient(#0025b1, #002284);
    text-decoration: none;
    text-transform: capitalize;
    width: 72px;
    height: 72px;
    padding: 4px !important;
    outline: none;
    border-radius: 50%;
}
.go-to-top .rm-inner {
	align-items: center;
    background-image: linear-gradient(to bottom, #001646, #0762bf);
    background: -moz-linear-gradient(to bottom, #001646, #0762bf);
    background: -webkit-linear-gradient(to bottom, #001646, #0762bf);
    border-radius: 40px;
    display: flex;
    justify-content: center;
    height: 100%;
    transition: background .5s ease;
    width: 100%;
    text-shadow: 0px 1px 1px #3e3e3e;
    font-size: 2rem;
    font-weight: 600;
    color: #fff;
}	
.footer-list li {
    margin: 0;
    padding: 0 40px;
    background:transparent;
    color: #d4d4d4;
    font-family: ubuntu-medium, sans-serif;
    font-weight: 400;
}
.footer-list li:after {
    content : "";
    position: absolute;
    right    : 0;
    top: 50%;
    width: 1px;
    height: 30%;
    background: #676767;
}
.footer-list li:last-child:after {
    background: transparent !important;
}
.footer ul li.list-group-item {
    border: none;
}
.footer-logo-div {
    color: #d4d4d4;
    font-family: ubuntu-medium, sans-serif;
    font-weight: 400;
    /* background-color: #021438; */
    width: 100%;
    height: 200px;
    border: solid;
    border-width: .8px 0;
    border-color: #828282;
    background-image: radial-gradient(closest-side at 52% 50%,#666ea069,#7c57d83b,#d1c3fd14,#021438);    
    background: -moz-linear-gradient(closest-side at 52% 50%,#666ea069,#7c57d83b,#d1c3fd14,#021438);
    background: -webkit-linear-gradient(closest-side at 52% 50%,#666ea069,#7c57d83b,#d1c3fd14,#021438);
}
.footer-logo {
    width: 274px;
    height: 150px;
}
.social li.list-group-item {
    background-color: transparent;
    font-size: 1.5rem;
    height: 50px;
    width: 50px;
    border-radius: 50% !important;
    border: 1px solid #555 !important;
    padding: 7px 15px;
    margin-left: 15px !important;
}
.social li.list-group-item:first-child {
    margin-left: 0 !important;
}
.cpyright-div {
    height: 65px;
    font-family: ubuntu-medium, sans-serif;
    color: #a9a9a9;
}
.social li:hover, .footer-list li:hover {
    color: #00099d !important;
    background-image: linear-gradient(-90deg, #ffe100, #ffffff, #ffe100);
    background-image: -moz-linear-gradient(-90deg, #ffe100, #ffffff, #ffe100);
    background-image: -webkit-linear-gradient(-90deg, #ffe100, #ffffff, #ffe100);
    border: 2px solid #fff;
    box-shadow: 0px 0px 30px #fff;
    cursor: pointer;
}
.button-apps li.app-store .app-store-inner:hover {
    background-image: linear-gradient(rgb(248, 66, 187), #e4ff00);
    background-image: -moz-linear-gradient(rgb(248, 66, 187), #e4ff00);
    background-image: -webkit-linear-gradient(rgb(248, 66, 187), #e4ff00);
    cursor: pointer;
}
.button-apps li.google-play .google-play-inner:hover {
    background-image: linear-gradient(rgb(66, 248, 164), #ffbc00);
    background-image: -moz-linear-gradient(rgb(66, 248, 164), #ffbc00);
    background-image: -webkit-linear-gradient(rgb(66, 248, 164), #ffbc00);
    cursor: pointer;
}
.button-apps li.online-game .online-game-inner:hover {
    background-image: linear-gradient(rgb(66, 139, 248), #93dad0);
    background-image: -moz-linear-gradient(rgb(66, 139, 248), #93dad0);
    background-image: -webkit-linear-gradient(rgb(66, 139, 248), #93dad0);
    cursor: pointer;
}
.jn-inner:hover {
    background-image: linear-gradient(#f9d401, #f29c00);
    background: -moz-linear-gradient(#f9d401, #f29c00);
    background: -webkit-linear-gradient(#f9d401, #f29c00);
    cursor: pointer;
}
.rm-inner:hover {
    background-image: linear-gradient(#44da02, #32c40a);
    background: -moz-linear-gradient(#44da02, #32c40a);
    background: -webkit-linear-gradient(#44da02, #32c40a);
    cursor: pointer;
}
.go-to-top .rm-inner:hover {
    background-image: linear-gradient(#0025b1, #002284);
    background: -moz-linear-gradient(#0025b1, #002284);
    background: -webkit-linear-gradient(#0025b1, #002284);
    cursor: pointer;
}
	
@media (max-width: 1370px) {
    .about, .history, .winner {
        background-size: contain;
    }
    .history, .winner {
        /* margin-top: -365px; */
    }
    .register {
        margin-top: 0;
    }
}
@media(max-width: 1024px) {
    .about, .history, .winner {
        background-size: cover;
    }
    .history {
        height: 898px;
    }
    .history, .winner {
        /* margin-top: -156px; */
    }
    .footer-logo {
        width: 222px;
        height: 138px;
    }
}
@media (max-width: 899px) {
    .about-desc {
        padding: 0px 15px 2px 15px;
    }
    .about, .history, .winner {
        background-size: cover;
    }
    .history {
        height: 896px;
    }
    .history, .winner {
        /* margin-top: -178px; */
    }

    .history img {
        margin-top: 150px;
    }

    .history-all, .winner-all {
        padding-top: 10rem;
    }
    .winner-li {
        height: 250px;
    }
    .mob-center {
        display: flex;
        justify-content: center;
    }
    .footer-list li:after {
        background-color: transparent;
    }
    .footer .footer-div, #particles-js2 {
        height: 476px;
    }
    .footer-logo {
        width: 82px;
        height: 45px;
    }
    .footer .footer-div, #particles-js2 {
        clip-path: ellipse(94% 99% at 50% 99%);
    }
}
@media (max-width: 767px) {
    .about, .history, .winner {
        background-size: cover;
    }
    .about {
        height: 644px;
    }
    .about-btn li {
        margin: 0.5rem auto;
    }
    .history, .winner {
        margin-top: 0px;
    }
    .history .col-md-5, .history .col-md-7{
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    .history-all, .winner-all {
        padding-top: 0rem;
    }
    .history, .winner {
        margin-top: 0px;
    }
    .history {
        height: 1206px;
    }
    /* .pt-4, .py-4 {
        padding-top: 0.6rem !important;
    }
    .img-winner {
        width: 52px;
        height: 38px;
    }
    .win-name {
        width: 72px;
        height: 21px;
        font-size: .5rem;
        padding: 5px !important;
    }
    .win-card p span:first-child {
        letter-spacing: 2px;
        font-size: .6rem;
    }
    .win-card p span:nth-child(2) {
        font-size: .5rem;
    }
    .time-win-span span:nth-child(2){
        font-size: .6rem;
    }
    .winner-li {
        height: 150px;
    } */
    .winner-card-ul li {
        margin: 0 auto;
    }
	.winner {
		height: 854px;
    }
    .winner-card-ul {
        height: 488px;
    }
    .about p img, .winner-all p img {
        width: 150px;
    }
	.footer .footer-div, #particles-js2 {
		clip-path: ellipse(145% 97% at 50% 99%);
	}
    .footer .footer-div, #particles-js2 {
        height: 506px;
    }
    .footer-list li {
        padding: 0;
    }
    .footer-list {
        padding: 2rem !important;
    }

    
}

.alert-notification .alert-title, .push-notification .alert-title{
    font-family: quicksand-semi-bold, sans-serif;
}

.alert-notification .alert-message,.alert-notification .alert-button, .push-notification .alert-message, .push-notification .alert-button{
    font-family: quicksand-regular, sans-serif;
}

.alert-notification .alert-button{
    color: #000000 !important;
    font-family: quicksand-semi-bold, sans-serif;
}

.push-notification .alert-button.cancel-btn{
    color: rgb(92, 91, 91) !important;
}

.custom-loading .loading-wrapper{
    width: 180px;
    height: 120px;
    background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/123941/blinking-eye-sprite.svg);
    background-size: 1800%, 100%;
    background-position: left;
    background-repeat: no-repeat;
    animation-name: eye-fill;
    animation-duration: 1.3s;
    animation-timing-function: steps(17);
    animation-iteration-count: infinite;
    border-radius: 9px;
  }
  
  @keyframes eye-fill {
    from {
      background-position: left;
    }
    to { 
      background-position: right;
    }
  }

  .view-img{
      --width: 100%;
      --height: 100%;
  }

