* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
::-moz-selection {
  background: #607d8b;
  color: #000;
  text-shadow: none;
}
::selection {
  background: #fefce9;
  color: #000;
  text-shadow: none;
}
::-webkit-scrollbar {
  width: 0;
  background: 0;
}

html, body {
  height: 100%;
  margin: 0;
  background: #001138;
}
p{
  font-family: 'Lexend';
  color: #fff;
  margin: 0;
}
a{
  text-decoration: none;
}
/*NAV*/

.regbtn{
  background: #ff0000;
  padding: 10px;
  border-radius: 7px;
  color: #fff;
  text-decoration: none;
}
.navigation{
  background: #001138;
}
.nav{
    height: 3%;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

/*Styling logo*/
.logo {
    text-align: center;
    display: flex;
    align-items: center;
}
.logo img {
    width: 230px;
    padding: 5px 0px;
}
.register {
    display: flex;
    justify-content: end;
    align-items: center;
}
/*Styling Links*/
.nav-links{
    display: flex;
    list-style: none;
    padding: 0% 0% 0%;
    align-items: center;
    justify-content: flex-end;
    color: #fff;
    /*width: 50%;*/
    float: right;
    margin: 0;
}
.nav-links li a.active{
  color: #ffcb08;
}
.nav-links li a{
    text-decoration: none;
    margin: 0 0.7vw;
    color: #fff;
    font-family: "Lexend";
    font-size: 15px;
}
.nav-links li a:hover {
    color: #ffcb08;
}
.nav-links li {
    position: relative;
}
/*.nav-links li a::before {
    content: "";
    display: block;
    height: 3px;
    width: 0%;
    background-color: #61DAFB;
    position: absolute;
    transition: all ease-in-out 250ms;
    margin: 35% 0 0 10%;
}
.nav-links li a:hover::before{
    width: 80%;
}
*/
/*Styling Buttons*/
.login-button{
    background-color: transparent;
    border: 1.5px solid #f2f5f7;
    border-radius: 2em;
    padding: 0.6rem 0.8rem;
    margin-left: 2vw;
    font-size: 1rem;
    cursor: pointer;

}
.login-button:hover {
    color: #131418;
    background-color: #f2f5f7;
    border:1.5px solid #f2f5f7;
    transition: all ease-in-out 350ms;
}
.join-button{
    color: #131418;
    background-color: #61DAFB;
    border: 1.5px solid #61DAFB;
    border-radius: 2em;
    padding: 0.6rem 0.8rem;
    font-size: 1rem;
    cursor: pointer;
}
.join-button:hover {
    color: #f2f5f7;
    background-color: transparent;
    border:1.5px solid #f2f5f7;
    transition: all ease-in-out 350ms;
}

/*Styling Hamburger Icon*/
.hamburger div{
    width: 30px;
    height:3px;
    background: #f2f5f7;
    margin: 5px;
    transition: all 0.3s ease;
}
.hamburger{
    display: none;
}

/*Animating Hamburger Icon on Click*/
.toggle .line1{
    transform: rotate(-45deg) translate(-5px,6px);
}
.toggle .line2{
    transition: all 0.7s ease;
    width:0;
}
.toggle .line3{
    transform: rotate(45deg) translate(-5px,-6px);
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 0px ;
}
.dropdown-menu{
  min-width: 70px !important;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu:hover .dropdown-menu{
  display: block;
}

.dropdown-submenu .dropdown-menu {
    top: 28px;
    margin-top: -1px;
}
.mobile-game{
  display: none;
}

.blink_me {
  animation: blinker 0.8s linear infinite;
  color: #ff0000 !important;
  font-family: 'Roboto';
  font-weight: 900;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.main-container{
    max-width: 1300px;
    margin: 0 auto;
}

.site-title{
    text-align: center;
    background: #003c79;
    color: #fff;
    padding: 10px 0px;
}
.site-title h2{
    font-family: 'Roboto';
    margin: 0;
    font-size: 26px;
}

.yellow{
    color: #ffcb08;
    font-weight: 800;
}
.promo-banner{
    background: url('img/topbg.jpg');
    background-size: cover;
    background-position: center;
    padding: 0px 0px 30px;
}
.promo-banner h2{
    text-align: center;
    color: #ffcb08;
    font-family: 'Roboto';
    font-size: 32px;
    font-weight: 700;
    padding: 10px 0px;
}
.promo-con{
    display: flex;
    justify-content: space-evenly;
}

.st-sep{
    width: 20em;
}
.t-steps{
    display: flex;
    justify-content: center;
    align-items: center;
}
.steps{
    background: #003c79;
    color: #fff;
    padding: 10px 0px;
}
.step1 {
    display: flex;
    align-items: center;
}
.ylwtxt{
    font-weight: 600;
    color: #ffcb08;
}
.circle {
    font-family: 'Roboto';
    border: 5px solid #fff;
    border-radius: 50%;
    text-align: center;
    font-weight: 700;
    font-size: 52px;
    width: 100px;
    height: 100px;
    margin: 0px 15px 0px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}
strong{
    color: #ffcb08;
}
.yellow-title{
    font-family: 'Roboto';
    font-size: 22px;
    font-weight: 600;
    color: #ffcb08;
}
.steps-con{
    font-family: 'Roboto';
    font-size: 15px;
}
.dsh{
    font-family: 'Poppins';
    font-size: 60px;
    color: #ffcb08;
    padding: 0px 10px;
}

.grp-con{
    display: flex;
    justify-content: center;
}
.grp-left, .grp-right {
    width: 60%;
    background: #003c79;
    padding: 25px;
    margin: 20px 5px;
    text-align: center;
    border-radius: 10px;
    line-height: 2;
    font-family: 'Roboto';
    background: url('img/card-bg.jpg');
    background-size: cover;
    background-position: center;
}
.grp-cntnt{
    font-size: 17px;
}
.grp-cntnt p{
    font-family: 'Roboto';
}
.grp-cntnt-btn{ 
    padding: 10px 0px 0px;
}
.grp-btn{
    background: #ff0000;
    color: #fff;
    margin: 10px 5px 0px;
    padding: 8px 15px;
    border-radius: 5px;
    font-family: 'Roboto';
}
.bonus-grp{
    color: #ffcb08;
    font-size: 18px;
    font-weight: 600;
}
.stats-sec{
    width: 50%;
    font-family: 'Roboto';
}
.stat-sec-con{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
}
.stats-sec p{
    font-family: 'Roboto';
}
.stat-start{
    text-align: center;
}
.stat-fig{
    font-size: 40px;
}
.vid-sec {
    width: 50%;
    display: flex;
    align-items: center;
}

.overlay {
  width: 100%;
  background: rgba(0,0,0,.75);
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
/* The Modal (background) */
.modal {
    display:none;
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.popup-content {
    background-color: #fefefe;
    margin: 6% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 43%;
}

/* The Close Button */
.close {
    /*color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;*/
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    left: 70%;
    top: 11%;
}
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

#fade:hover ~ #boxclose {
  display:none;
}

.test:hover ~ .test2 {
  display: none;
}

.main-prods{
    display: flex;
    padding: 20px 0px;
}
.product-section{
    background: url('img/bg.jpg');
    background-size: cover;
    background-position: center;
}
.main-prods h2{
    margin: 0;
    padding: 15px 0px;
    text-align: center;
    color: #ffcb08;
    text-transform: uppercase;    
    font-family: 'Roboto';
    font-weight: 600;
}
.pr-img-con{
    display: flex;
    justify-content: center;
    padding: 10px 0px 20px;
}
.prod-img{
    padding: 0px 20px;
    text-align: center;
}
.pr-name{
    padding: 10px 0px;
    font-family: 'Roboto';
    font-size: 17px;
}
.pr-img-cons{
  display: none;
}
.prod-img{
    width: 50%;
}
.prod-img img{
    width: 100%;
}
/*FOOTER START*/

.footer{
    background: #001138;
}
.post-footer{
    margin: 0 auto;
    max-width: 1200px;
}
#footer-title{
    font-size: 17px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 2px;
    /*color: #ffcb08;*/
}
#footer-title-2{
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
    /*color: #ffcb08;*/
}
.main-footer{
    background: #003c79;
    text-align: center;
}
.main-footer p{
    color: #fff;
    font-size: 13px;
    margin: 7px 0px 5px 0px;
}
.main-footer a{
    color: #fff;
    font-size: 14px;
    text-decoration:none;
}

.main-footer a:hover{
    color: #ffcb08;
}
.main-footer a.active{
    color: #ffcb08;
}
.footer-links{
    padding: 5px 18px 5px 0px;
}
.provider-wrap, .social-wrap, .license-wrap{
    float: left;
}
.social-wrap, .license-wrap{
    margin-left: 90px;
    padding: 0px 0px 15px;
}
.post-footer h6{
    color: #fff;
    font-size: 14px;
}
.providers img{
    width: 560px;
}
.s-media{
    padding: 5px 0px 0px 0px;
}
.s-media img{
    width: 38px;
    margin: 0px 2px 0px 0px;
}
.license{
    padding: 5px 0px 0px 0px;
}
.license img{
    width: 38px;
    margin: 0px 7px 0px 0px;
}
.license img:last-child{
    width: 100px;
}
.cpright p{
    color: #fff;
    font-size: 11px;
    margin: 10px 0px 5px 0px;
}
.cpright{
    text-align: left;
    width: 100%;
}
.cpright img{
    width: 160px;
}
.footer-contact img{
    width: 38px;
    margin: 0px 5px 0px 0px;
}
.footer-contact{
    /*display: flex;*/
}
.footer-contact a{
    display: block;
    font-size: 16px;
    padding: 10px 0px 0px 0px;
    color: #fff
}
.footer-contact a:hover{
    color: #ffcb07;
    text-decoration: none;
}
.seo-icon{
    width: 25px;
    margin-right: 10px; 
    margin-bottom: 3px;
}

.pre-footer-main a{
    color: #fff;
    font-size: 13px;
    line-height: 1.8;
    color: #ffcb08;
    text-decoration: none;
}

/*FOOTER END*/

/*Stying for tablet*/
@media (min-width: 768px) and (max-width: 1280px){
    .web-game{
        display: flex;
    }
    .mobile-game{
        display: none;
    }
    .promo-con{
        margin: 0 auto;
        text-align: center;
    }
    .promo-con img{
        width: 95%;
    }
    .st-sep{
        width: 70%;
    }
    .circle {
        font-family: 'Roboto';
        border: 5px solid #fff;
        border-radius: 50%;
        text-align: center;
        font-weight: 700;
        font-size: 29px;
        width: 65px;
        height: 50px;
        margin: 0px 10px 0px 0px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .main-prods{
      display: flex;
    }
    .stats-sec{
        width: 50%;
      }
    .vid-sec {
        width: 50%;
        padding: 25px 10px;
        text-align: center;
        margin: 0 auto;
    }   
      .vid-sec img{
          width: 100%;
      }
    .pr-img-con{
      display: flex;
    }
    .pr-img-cons{
      display: none;
    }
    .dsh {
        padding: 0px 10px;
    }
    .post-footer {
        display: flex;
    }
    .providers img {
        width: 385px;
    }
    .social-wrap, .license-wrap {
        margin-left: 10px;
        padding: 0px 0px 15px;
    }
}


@media  (min-width: 768px) and (max-width: 1024px){
    .web-game{
      display: flex;
    }
    .mobile-game{
      display: none;
    }
    .promo-con img{
        width: 90%;
    }
    .t-steps {
      display: block;
    }
    .step1 {
        margin: 5px 0px;
        padding: 0px 10px;
    }
    .st-sep{
      width: 80%;
    }
    .circle {
      font-family: 'Roboto';
      border: 5px solid #fff;
      border-radius: 50%;
      text-align: center;
      font-weight: 700;
      font-size: 29px;
      width: 50px;
      height: 50px;
      margin: 0px 15px 0px 0px;
      display: flex;
      justify-content: center;
      align-items: center;
      }
    .dsh{
      display: none;
    }
    .nav-links li a {
        text-decoration: none;
        margin: 0 0.7vw;
        color: #fff;
        font-family: "Lexend";
        font-size: 13px;
    }
    .site-title h2 {
        font-family: 'Roboto';
        margin: 0;
        font-size: 20px;
    }
    .promo-banner h2{
      font-size: 24px;
    }
    .promo-con {
      display: flex;
    }
    .promo-con img{
      padding: 10px;
      width: 100%;
    }
    .t-steps {
      display: block;
    }
    .step1 {
        margin: 5px 0px;
        padding: 0px 10px;
    }
    .st-sep{
      width: 80%;
    }
    .circle {
      font-family: 'Roboto';
      border: 5px solid #fff;
      border-radius: 50%;
      text-align: center;
      font-weight: 700;
      font-size: 29px;
      width: 50px;
      height: 50px;
      margin: 0px 15px 0px 0px;
      display: flex;
      justify-content: center;
      align-items: center;
      }
    .dsh{
      display: none;
    }
    .main-prods{
      display: block;
    }
    .stats-sec{
        width: 100%;
      }
    .vid-sec {
        width: 85%;
        padding: 25px 10px;
        text-align: center;
        margin: 0 auto;
        display: block;
    }   
      .vid-sec img{
          width: 100%;
      }
    .s-media img {
        width: 32px;
        margin: 0px 0px 0px 0px;
    }
    .license img {
        width: 30px;
        margin: 0px 5px 0px 0px;
    }
    .license img:last-child {
        width: 75px;
    }
    .footer-contact a {
        display: block;
        font-size: 14px;
        padding: 10px 0px 0px 0px;
        color: #fff;
    }
    .overlay {
      width: 100%;
      background: rgba(0,0,0,.75);
      position: fixed;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
    }
    .videoBox {
      position: fixed;
      /*width: 90%;*/
      left: 50%;
      top:50%;
      transform: translateY(-50%) translateX(-50%);
      padding: 20px;
      background: #fff;
      text-align: center;
      border-radius: 5px;
    }
    .videoBox video {
      width: 100%;
    }
    .videoBox iframe {
        width: 700px !important;
        height: 350px;
    }

}


/*Stying for small screens*/
@media screen and (max-width: 767px){
  .web-game{
    display: none;
  }
  .mobile-game{
    display: block;
  }
  .logo {
    padding: 5px 5px;
    text-align: center;
    align-items: center;
    display: flex;
  }
  .logo img {
      width: 160px;
  }
  .regbtn{
    background: #ff0000;
    padding: 8px !important;
    border-radius: 7px;
  }
  nav{
    position: fixed;
    z-index: 3;
  }
  .hamburger {
    display: block;
    position: absolute; 
    cursor: pointer;
    padding: 7% 0% 0% 0%;
    right: 5%; 
    /* top: 21vh; */
    /*transform: translate(-5%, -50%);*/
    z-index: 999;
    transition: all 0.7s ease;
  }
  .nav-links li a{
     padding: 1% 0% 0% 0%; 
  }
  .nav-links{
    position: fixed;
    background: #003c79;
    width: 100%;
    flex-direction: column;
    clip-path: circle(50px at 90% -55%);
    -webkit-clip-path: circle(50px at 90% -55%);
    transition: all 1s ease-out;
    pointer-events: none;
    margin: 0;
    z-index: 99;
  }
  
  .nav-links.open{
    clip-path: circle(100% at 50% 0%);
    -webkit-clip-path: circle(100% at 50% 0%);
    pointer-events: all;
    padding: 0 0 150% 0;
  }
  .nav-links li{
    opacity: 0;
    padding: 2% 0%;
  }
  .nav-links li:nth-child(1){
    transition: all 0.5s ease 0.2s;
  }
  .nav-links li:nth-child(2){
    transition: all 0.5s ease 0.4s;
  }
  .nav-links li:nth-child(3){
    transition: all 0.5s ease 0.6s;
  }
  .nav-links li:nth-child(4){
    transition: all 0.5s ease 0.7s;
  }
  .nav-links li:nth-child(5){
    transition: all 0.5s ease 0.8s;
  }
  .nav-links li:nth-child(6){
    transition: all 0.5s ease 0.9s;
    margin: 0;
  }
  .nav-links li:nth-child(7){
    transition: all 0.5s ease 1s;
    margin: 0;
  }
  li.fade{
    opacity: 1;
  }
  .carousel-dots {
    display: none;
  }
  .header-ads img{
    display: none;
  }
  .site-title h2 {
    font-size: 16px;
  }
  .carousel{
    margin-left: 5%;
    margin-right: 5%;
  }
  .promo-banner h2{
    font-size: 24px;
  }
  .promo-con {
    display: block;
  }
  .promo-con img{
    padding: 10px;
    width: 100%;
  }
  .slide-image img {
    width: 100%;
    min-width: 100%;
  }
  ul.slides {
    height: 655px;
  }
  .t-steps {
    display: block;
  }
  .step1 {
      margin: 5px 0px;
      padding: 0px 10px;
  }
  .st-sep{
    width: 80%;
  }
  .circle {
    font-family: 'Roboto';
    border: 5px solid #fff;
    border-radius: 50%;
    text-align: center;
    font-weight: 700;
    font-size: 29px;
    width: 50px;
    height: 50px;
    margin: 0px 15px 0px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    }
  .dsh{
    display: none;
  }
  .grp-con{
    display: block;
    padding: 10px;
  }
  .grp-left, .grp-right {
    width: 100%;
    background: #003c79;
    padding: 25px;
    margin: 10px 0px;
    text-align: center;
    border-radius: 10px;
    line-height: 2;
    background: url('img/card-bg.jpg');
    background-size: cover;
    background-position: center;
  }
  
  .main-prods{
    display: block;
  }
  .stats-sec{
        width: 100%;
    }
    .vid-sec{
        width: 100%;
        padding: 25px 10px;
    }
    .vid-sec img{
        width: 100%;
    }
  .social-wrap, .license-wrap {
    margin: 0 auto;
    width: 100%;
  }
  .pr-img-con{
    display: none;
  }
  
  .providers img {
      width: 90%;
  }

  .footer{
    text-align: center;
  }
  .cpright {
    display: none;
  }
  .pr-img-cons{
    display: flex;
  }

  .overlay {
    width: 100%;
    background: rgba(0,0,0,.75);
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
  }
  .videoBox {
    position: fixed;
    /*width: 90%;*/
    left: 50%;
    top:50%;
    transform: translateY(-50%) translateX(-50%);
    padding: 20px;
    background: #fff;
    text-align: center;
    border-radius: 5px;
  }
  .videoBox video {
    width: 100%;
  }
  .videoBox iframe {
      width: 300px !important;
      height: 350px;
  }


  #slider {
    position: relative;
    overflow: hidden;
    margin: 20px auto 0 auto;
    border-radius: 4px;
    width: 100% !important;
  }

  #slider ul {
    position: relative;
    margin: 0;
    padding: 0;
    /*height: 200px;*/
    list-style: none;
  }

  #slider ul li {
    position: relative;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
    /*line-height: 300px;*/
  }

  a.control_prev, a.control_next {
    position: absolute;
    top: 40%;
    z-index: 999;
    display: block;
    padding: 4% 3%;
    width: auto;
    height: auto;
    background: #2a2a2a;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    opacity: 0.8;
    cursor: pointer;
  }

  a.control_prev:hover, a.control_next:hover {
    opacity: 1;
    -webkit-transition: all 0.2s ease;
  }

  a.control_prev {
    border-radius: 0 2px 2px 0;
  }

  a.control_next {
    right: 0;
    border-radius: 2px 0 0 2px;
  }

  .slider_option {
    position: relative;
    margin: 10px auto;
    width: 160px;
    font-size: 18px;
  }

}
