@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');
html,
body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}


/* .container {
  max-width: 1170px !important;
} */

/*a{color: #101063 !important}*/
h1, h2, h3, h4, h5, h6, p, a {
  font-family: "Poppins", sans-serif;
}

h4 {
  font-style: normal;
  font-weight: bold;

  line-height: 38px;
  color: #101063;
}

.howtoplay_img {
  max-width: 400px;
  margin: auto;
  padding-top: 30px;
}

img {
  max-width: 100%
}

/*banner start*/
/* .navbar{
  padding: .5rem 0;
} */
/* .nav-item a{
  color: #fff!important;
 
}
.nav-link{
  border-right: 0.8px solid #465478;
} */
.banner_play {
  /* background-image: url(../img/banner.png) !important; */
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding: 10px 0 10px;
  margin-top: -1px;
  background: #65a739;
}
.banner_play h3 {
  color: #fff;
  font-size: clamp(21px, 4.5vw, 33px);
  margin-bottom: 10px;
}

.banner_play h1, .banner_play h2 {
  font-weight: bold;
  font-size: 2.8rem;
  color: #fff;
  margin-bottom: 0;
}

.embed-responsive {
  border: 2px solid #36C4FF;
  border-radius: 23px;
  height: 420px;
}

/*banner end*/

/*mobile screen section start*/
.mobile_screen {
  background: linear-gradient(82.03deg, #F6F6FB 28.82%, #F7F7F9 87.48%);
  padding-top: 50px;
  padding-bottom: 60px;
}

.vrline1 {
  padding-left: 18px;
}

.mobile_screen h2 {
  font-weight: 600;
  font-size: 2.4rem;

  color: #101063;
}

.mobile_screen p {
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
  padding-top: 1.6rem;
  padding-bottom: 1.7rem;
  color: #101063;

}

.fourthscreen h2 {
  padding-top: 20px !important;
}

.fourthscreen p {
  font-size: 18px !important;
  padding-bottom: 0px;
  line-height: 26px !important;
  font-weight: 400 !important;
  color: #101063;
}

.fourthscreen p strong {
  font-size: 22px;
}

.image_shadow {
  box-shadow: 5px 5px 5px #84c0da;
}

.rowtwo {}

/*mobile screen section start*/


/*rules start*/
.rules_inner h4 {
  padding: 1.1rem 0;
  font-weight: bold !important;
  font-size: 28px !important;
}
.rules_inner h4 strong {
  font-weight: bold;
}
.rules_inner p {
  line-height: normal;
  margin: 0 0 10px;
}

.rules_inner p strong {
  padding-right: 15px;
}

/*rules end*/

/*singlemob start*/

.singlemob {
  background: url(../img/banner.png) no-repeat;
  background-size: cover;
}

.singlemob h1 {
  font-weight: bold;
  font-size: 34px;
  line-height: 54px;
  padding: 1rem 0;
  color: #FFFFFF;
}

.mainpara {
  color: #FFFFFF;
  line-height: 28px;
  padding-bottom: 20px;
}

.twoimage p {
  color: #FFFFFF;
}

.firstimage {
  background: rgba(74, 175, 232, .1);
  border-radius: 7px !important;
}

.firstimage img {
  padding: 1.5rem 0;
}

.secondimage img {
  padding: 1.5rem 0;
}

.secondimage {
  background: rgba(74, 175, 232, .1);
  border-radius: 7px;
}

/*singlemob end*/

/*calculate start*/
.how_to_calculate h4 {
  font-weight: bold;
  line-height: 38px;
  color: #101063;
}
h4 strong {
  font-weight: bold;
}

.how_to_calculate p {
  font-weight: normal;
  font-size: 20px;

  text-align: justify;
  color: #101063;
  line-height: 28px;
}

.bonus_points {
  padding-left: 0;
}

.bonus_points h4 {
  font-weight: bold;
  line-height: 38px;
  color: #101063;
  padding: .6rem 0;
}
.bonus_points h4 strong {
  font-weight: bold;
}
.bonuspoints {
  padding: 1rem .8rem .6rem;
  border: 0.6px solid #CDCDCD;
}

.bonuspoints p {
  line-height: 20px;
}

.note {
  padding: 1.2rem 0;
}

.note i {
  color: rgb(197, 184, 184);
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
.rule_withdraw h4 strong {
  font-weight: bold;
}
/*calculate end*/

/*verify start*/
.verify h3 {
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  text-align: center;
  color: #101063;
}
.verify h3 strong {
  font-weight: bold;
}

.verify a {
  background: #36C4FF;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  color: #fff;
  padding: .8rem 2.4rem !important;
  text-decoration: none;
  margin: 2.5rem 0 4rem;
  display: inline-block;
  align-self: center;
}

/*verify end*/


/*footer start*/
#footer a {
  text-decoration: none;
}

.support ul {
  padding-left: 0;
}

.payment-methods ul {
  list-style-type: none;
  padding-left: 0;
}

/*footer end*/


@media (max-width:1366px) { 
  .banner_play h1, .banner_play h2 {
    font-size: 32px;
}
}  

@media (max-width: 576px) {
  .banner_play h3 {
    font-size: 20px;
  }

  .content_inner p {
    font-size: 12px;
  }
  .content.my-5 {
    margin-top: 10px !important;
}
  .mobile_view_play h2 {
    font-size: 16px;

  }

  .mobile_view_play img {
    display: none;
  }

  .content_inner h4 {
    font-size: 16px;
  }


  .orders4 {
    order: 2;
  }

  .orders3 {
    order: 1;
  }

  .orders8 {
    order: 2;
  }

  .orders7 {
    order: 1;
  }

  /*

.numbering{
  background: #eeecec!important;
  width: 15%;
  padding: 7px 8px;
  border-radius: 50%;
}
*/
  .mobile_screen {
    margin-top: 20px !important;
  }

  .mobile_view_play p {
    font-size: 12px;
    line-height: 26px;
    padding: 5px 0;
  }

  .image_shadow {
    width: 100px;
    height: 10px !important;
    margin-bottom: 30px;
  }

  .how_play_mob_screen img {
    margin-bottom: 20px !important;
  }

  .fourthscreen h2 {
    font-size: 16px !important;
  }

  .fourthscreen p {
    font-size: 12px !important;
  }

  .fourthscreen p strong {
    font-size: 13px !important;
  }

  .rules_inner h4 {
    font-size: 26px;
  }

  .rules_inner p {
    font-size: 16px;
    line-height: 26px !important;
  }

  .rules_inner p strong {
    font-size: 14px;
  }

  .singlemobile h1 {
    font-size: 16px;
    line-height: 24px !important;
  }

  .singlemobile p {
    font-size: 12px;
    line-height: 16px !important;
  }

  .twoimage img {
    width: 100px;
  }

  .how_to_calculate, .rule_withdraw h4 {
    font-size: 16px !important;
    line-height: 18px !important;
  }

  .how_to_calculate p {
    font-size: 12px;
    line-height: 18px !important;
  }

  .rules {
    margin: 20px 0 !important;
  }

  .rules_inner h4 {
    font-size: 16px !important;
  }

  .rules_inner p {
    font-size: 12px !important;
    line-height: 18px !important;
  }

  .rules_inner p strong {
    font-size: 12px !important;
  }

  .bonus_points h4 {
    font-size: 16px !important;
  }

  .bonus_points, .rule_withdraw p {
    font-size: 12px !important;
    line-height: 20px !important;
  }

  .inverify h3 {
    font-size: 16px;
    line-height: 30px !important;
  }

  .verify .pr-5 {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
}

@media (min-width: 250px) and (max-width:991.99px) {
  .navbar-nav .nav-item {
    border-left: none !important;
    text-align: center !important;
  }

  .nav-link {
    border-right: none !important;
    text-align: center;
  }

  .top_button {
    margin: auto;
  }

  .button-link {
    width: 250px;
    margin-left: 0px !important;
  }
}

@media (min-width: 250px) and (max-width: 991.98px) {
  .mobile_view {
    height: 20px;
    background: #36C4FF;
  }

  .header-bar {
    background-image: none;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
  }
}


@media (min-width: 768px) and (max-width: 991.98px) {
  .banner_play h3 {
    font-size: 24px;
  }

}

@media (min-width: 992px) and (max-width: 1199.98px) {


  .banner_play h3 {
    font-size: 32px;
  }
}

@media (max-width: 425px) {
  .embed-responsive {
    margin-left: 15px;
  }
}


@media (min-width: 426px) and (max-width: 575.98px) {
  .embed-responsive {
    margin-left: 15px;
    max-width: 70% !important;
  }
}

@media (min-width: 576px) and (max-width:767.99px) {
  .embed-responsive {
    height: 320px;
    margin-left: 15px;
  }

  .vrline1 {
    display: none;
  }

  .screen1 {
    padding-bottom: 14px;
  }

  .orders4 {
    order: 2;
  }

  .orders3 {
    order: 1;
  }

  .orders8 {
    order: 2;
  }

  .orders7 {
    order: 1;
  }

}

@media (min-width: 768px) and (max-width:991.99px) {
  .embed-responsive {
    height: 320px;
    margin-right: 15px;
  }
}

@media (max-width:991.99px) {
  .container-fluid {
    max-width: 100% !important;
}

  .howtoplay_img {
    max-width: 280px;
    margin: auto;
    padding-top: 30px;
  }

  .banner_play h3 {

    margin-bottom: 0;
  }

  .tab-content img {
    width: auto;
  }

  .mobile_screen p {

    font-size: 16px !important;
    line-height: 143% !important;
    padding-top: 1% !important;
    padding-bottom: 1% !important;

  }

  .mobile_screen h2 {

    font-size: 1.6rem;

  }

  .singlemob h1, .verify h3 {

    font-size: 25px;
    line-height: 31px;

  }

  .rules_inner h4, .how_to_calculate h4, .bonus_points h4, .rule_withdraw h4 {
    padding: 1rem 0 !important;
    font-weight: 800 !important;
    font-size: 24px !important;
    margin-bottom: 1%
  }

  .how_to_calculate p {

    font-size: 17px;

    line-height: normal;
  }
  .banner_play h1, .banner_play h2 {
    font-size: 25px;
}
}

@media (max-width:767px) {
  .howtoplay_img {
    max-width: 400px;
  }
  .banner_play h1, .banner_play h2 {
    font-size: 24px;
    text-align: center;
}
  .how-nav-pills>li .list_item img {
    width: 100%;
    height: auto;
  }

  .list_item p {
    font-size: 19px;
  }

  .mobile_view_play .col-md-2 img {
    display: none;
  }

  .tab-content img.image_shadow {
    display: none;
  }

  .mobile_screen {
    padding-bottom: 20px;
  }

  #exTab1 .how-nav-pills {
    margin-bottom: 20px;
  }
}

@media (max-width:480px) {
  .list_item p {
    font-size: 16px;
    text-align: center;
    width: 100%;
    left: 0;
    margin-bottom: 10px;
  }

  .how_to_calculate p {
    font-size: 12px;
  }

  .rules_inner h4, .how_to_calculate h4, .bonus_points h4, .rule_withdraw h4 {
    padding: 5px 0 !important;
    font-size: 18px !important;
    line-height: 26px !important;
  }

  .singlemob h1, .verify h3 {
    font-size: 20px;
    line-height: normal !important;
  }
  .banner_play h1, .banner_play h2 {
    font-size: 20px !important;
  }

  #exTab1 .how-nav-pills li .active .bg_arrow {
    width: 84px;
    background-size: 84px;
  }
}

@media (max-width:400px) {
  #exTab1 .how-nav-pills li .active .bg_arrow {
    width: 54px;
    background-size: 54px;
  }


  .mobile_screen p {
    font-size: 14px !important;
  }

  .mobile_screen {
    padding-top: 20px;
  }

  .mobile_screen h2 {
    font-size: 1.2rem;
  }

  .twoimage img {
    width: 80px;
  }

  .note i {
    font-size: 12px;
  }

  .verify a {
    margin: 1.5rem 0 1.5rem;
    font-size: 12px;
  }

  .verify .inverify img {
    width: 100% !important;
    padding: 0 !important;
  }
}