* {
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: auto;
    scroll-behavior: smooth;
}

li {
    list-style-type: none;
}

a,
a:hover {
    text-decoration: none;
}

.bg-cloud {
    background-color: #000a9f;
}

.about {
    width: 100%;
    height: auto;
    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 Decorative', 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', sans-serif;
}

.about p,
.history p {
    color: #494949;
    padding: 10px 0 0 0;
}

.about-btn li {
    margin: 0 .5rem;
}

.read-more a {
    text-decoration: none;
}

.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('../img/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 {
    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', 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', 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;
}

.footer-list a {
    text-decoration: none;
}

.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', 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;
}

/* online popup prevent  */
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay.active {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
    max-height: 30%;
    overflow: auto;
    margin-top: 22px;
    text-align: center;
    font-weight: 700;
}
/* online popup prevent  */
/* profile page mod  */
.register .register-form .input-group-append.lft-lbl span {
    border-radius: 2.25rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 110px;
}
.register .register-form .filter-option,
.register .register-form .select2-container {
    text-align: right!important;
    padding-right: 10px;
}
.register .register-form .select2-container {
    width: 78%!important;
    padding-right: 20px;
}

.register .register-form .reg1 .select2-container {
    width: 100%!important;
}
.register .register-form .po-lb {
    font-size: 0.8rem;
    color: #444;
    font-weight: 600;
    margin-right: 10px;
}
/* profile page mod  */

@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;
    }
}

@media (min-width: 900px) and (max-width: 1299px) {
    .buy-section #smart-button-container {
        width: 200%;
        margin-left: -50%;
    }
}

@media (min-width: 1300px) {
    .buy-section #smart-button-container {
        width: 300%;
        margin-left: -100%;
    }
}

@media (min-width: 1900px) {
    .bg-cloud.home-pg {
        padding-top: 12vh;
    }

    .world-experiment {
        font-size: 3vw !important;
    }

    .timer div p {
        font-size: 1.5vw !important;
    }
}

.swal2-popup.swal2-toast.swal2-show .swal2-title {
    display: flex;
    margin-left: 4%;
    text-align: left;
    font-size: 15px;
    opacity: 1;
    color: black;
}

#register_country,
#user_statee {
    display: none;
}