@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700&display=swap');


body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1.6;
  color: #0a1832;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  max-width: 100%;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

b, strong {
    font-weight: 600;
}
a:focus,
input:focus,
textarea:focus,
button:focus,
.btn:focus,
select:focus {
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

input,
textarea,
button,
select {
  border: none;
}

input,
textarea,
select {
  width: 100%;
  background-color: #fff;
  padding: 0 25px;
  height: 70px;
  font-weight: 700;
  font-size: 15px;
  color: #616161;
}

textarea {
  height: 140px;
  padding-top: 20px;
  resize: none;
}

::-webkit-input-placeholder {
  opacity: 1;
}

:-ms-input-placeholder {
  opacity: 1;
}

::-ms-input-placeholder {
  opacity: 1;
}

::placeholder {
  opacity: 1;
}


a:focus,
a:hover {
  text-decoration: none;
}

i,
span,
a {
  display: inline-block;
}
a{
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  margin: 0px;
}


ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

p {
  margin: 0px;
  color: #616161;font-size: 16px;line-height: 1.6;
}

a {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}



/* equal height */
.equal_height {
    box-sizing: border-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.equal_height > .equal_height_container {
    display: flex;
}
.equal_height > .equal_height_container > div{
    width: 100%;
}

/*=======  Animations  =======*/

@-webkit-keyframes sticky {
  0% {
    top: -200px;
  }
  100% {
    top: 0;
  }
}
@keyframes sticky {
  0% {
    top: -200px;
  }
  100% {
    top: 0;
  }
}

@-webkit-keyframes rotateright {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes rotateright {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@-webkit-keyframes TopFade {
  0% {
      opacity: 0;
      transform: translateY(20px);
  }
  100% {
      opacity: 1;
      transform: translateY(0);
  }
}
@keyframes TopFade{
  0% {
      opacity: 0;
      transform: translateY(20px);
  }
  100% {
      opacity: 1;
      transform: translateY(0);
  }
}
@keyframes whatsapp_blink {
    0% {
        background-color: #46c655 ;
        transform: scale(0.85);
    }
    50%{
        background-color: green;  
        transform: scale(1); 
    }
    100% {
        background-color: #46c655; 
        transform: scale(0.85);
    }
}
@-webkit-keyframes whatsapp_blink {
    0% {
        background-color: #46c655 ;
        transform: scale(0.85);
    }
    50%{
        background-color: green;  
        transform: scale(1); 
    }
    100% {
        background-color: #46c655; 
        transform: scale(0.85);
    }
}
@keyframes telegram_blink{
    0% {
        background-color: #37aee2 ;
        transform: scale(0.9);
    }
    50%{
        background-color:#1e96c8;  
        transform: scale(1); 
    }
    100% {
        background-color: #37aee2; 
        transform: scale(0.88);
    }
}
@-webkit-keyframes telegram_blink{
    0% {
        background-color: #37aee2 ;
        transform: scale(0.9);
    }
    50%{
        background-color:#1e96c8;  
        transform: scale(1); 
    }
    100% {
        background-color: #37aee2; 
        transform: scale(0.88);
    }
}
/* theme button */
.theme_btn {
    color: #fff;
    font-size: 20px;
    padding: 14px 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(121, 36, 199);
    border: 1px solid rgb(121, 36, 199);
    border-radius: 40px;
    transition: 0.4s linear;
}
.theme_btn:hover{
  background-color: transparent;
  color: #fff;
}
.theme_btn img{
    max-height: 30px;
    margin-right: 10px;
}

/*.inner_container {padding-top: 100px;}*/
.pink_text {color:rgb(255, 2, 104);}
.orange_text {color: #ff9324;}
.yellow_text {color: #FFED00;}
.light_green_text{
  color: rgb(195 227 22);
}


.bg_img_c {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.grey_bg {
    background-color: #f5f5f5;
}
.section_gap {
    padding-top: 80px;
    padding-bottom: 80px;
}
.section_title {margin-bottom: 40px;text-align: center;}
.section_title .title {font-size: 32px;line-height: 1.3;}
.section_title_pera {width: 878px;margin: 0 auto;margin-top: 20px;max-width: 100%;}
.section_title_pera p {margin-bottom: 10px;font-size: 18px;}
.section_title_pera p:last-child {margin-bottom: 0;}


/* */
.top_header {
    background-color:transparent;
    padding: 20px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9;

}
.top_header.sticky_header {
    background-color:rgb(45, 5, 114);    
    padding: 15px 0;
    transition: 0.4s linear;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9;
    animation: sticky 1.2s;
    box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 30%);
}
.top_header_left img {max-height: 60px;transition: 0.4s linear;}
.top_header.sticky_header .top_header_left img {max-height: 50px;}
.top_header_container {display: inline-flex;align-items: center;justify-content: space-between;width: 100%;}
.top_header_container > div {width: 50%;}
.top_header_right {text-align: right;}
.top_header_right .header_btn {
    font-size: 16px;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border:2px solid transparent;
    transition: 0.4s linear;
    overflow: hidden;
    position: relative;
}
.top_header_right .header_btn:hover{
    border-color: #fff;
}
.top_header_right .header_btn.whatsapp_btn{
    -webkit-animation: whatsapp_blink 2s;
    animation: whatsapp_blink 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
.top_header_right .header_btn.telegram_btn{
    background-color: #37aee2;
    -webkit-animation: telegram_blink 2s;
    animation: telegram_blink 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-delay: 1s;
}
.top_header .theme_btn:hover {
    background-color: rgb(121, 36, 199);
    color: #fff;
    border-color: rgb(121, 36, 199);
}
.top_header_right ul li {display: inline-block;margin-left: 12px;vertical-align: middle;}
.top_header_right ul li:first-child {margin-left: 0;vertical-align: middle;}
.top_header_right .header_btn:hover img {-webkit-animation: rotateright 2s;animation: rotateright 1.2s;animation-iteration-count: infinite;animation-duration: 0.4;}
.top_header_right .header_btn img {transition: 0.4s linear;max-height: 22px;margin: 0;}

/* */

.home_banner_section {
    background-color: #2f007f;
    background-image:  url("../images/banner-overlay.png"), url("../images/index-bg.png");
    background-repeat: no-repeat;
    background-position:right bottom -1px, center top;  
    position: relative;
    background-size: 100%;
}
.home_banner_content{color: #fff; }
.home_banner_content_inner {margin: 0 auto;max-width: 100%;padding: 120px 0px 60px;}
.home_banner_section .title {
      font-size: 20px;
    line-height: 1.6;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.sub_title {
    font-size: 18px;
    line-height: 1.6;
    font-style: italic;
    letter-spacing: 0.5px;
    font-weight: 400;
    margin-bottom: 10px;
}
.home_banner_content .banner_image {position: absolute;left: 50%;top: 0;transform: translateX(-50%);width: 100%;object-fit: contain;height: 100%;bottom: 0;}
.home_banner_content {position: relative;}
.btns_section .baner_btn {   
    margin: 0 15px;
    min-width: 260px;
    padding: 20px 30px;
    font-size: 22px;  
}
.btns_section .baner_btn img {
    margin-right: 15px;
    max-height: 38px;
}
.btns_section {margin: 50px 0px;}
.btns_section .baner_btn:hover img {transform: rotate(-15deg);}
.sub_main_title {font-size: 43px;line-height: 1.4;letter-spacing: 0.4px;}
.sub_main_title span {text-transform: capitalize;font-weight: 600;text-shadow: 0px 4px 10px #333;}
.img-area {text-align: center;}


/**/
.why_us_section{
    color: #fff;
    background-color: #070044;
}
.why_us_section p{ color: #fff; }
.theme_boxes .theme_box_one {
      background-color: #352e70;;
      text-align: center;
      padding: 40px 20px;
      -webkit-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s;
}
.theme_boxes .theme_box_one:hover {-webkit-box-shadow: 3px 3px 20px rgb(0 0 0 / 20%);box-shadow: 3px 3px 20px rgb(0 0 0 / 20%);background-image: linear-gradient(to bottom, #502D96, #502D96);}
.theme_boxes .theme_box_one .icon {-webkit-box-shadow: 0px 10px 30px #210064;box-shadow: 0px 10px 30px #210064;height: 85px;width: 85px;margin: 0 auto 30px;border-radius: 100%;background-color: #6960a3;display: inline-flex;align-items: center;justify-content: center;transition: 0.4s linear;}
.theme_boxes .theme_box_one:hover .icon {-webkit-transform: scale(0.9); transform: scale(0.9);}
.theme_boxes .theme_box_one .icon img, .theme_boxes .theme_box_one .icon svg {max-height: 45px;}
.theme_boxes .theme_box_one h3 {font-size: 20px;margin-bottom: 10px;}
.theme_boxes .theme_box_one p {color: #D1CECE;}
.section_btns {margin-top: 40px;}
.section_btns .theme_btn {margin: 0 10px;}
/**/
/*online payment proof*/
.recent_payments{
  background-image: url(../images/payment_sec_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.recent_payments .section_title,
.recent_payments .payment_proof_slider{
  position: relative;
  z-index: 2;
}
.recent_payments .section_title h2{
  color: #fff;
}
.payment_slider{
  position: relative;
}
.payment_slider .owl-stage-outer {
  padding: 0 1px;
}
.payment_slider .payment_img img{
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}
.payment_slider .owl-nav button span, .latest_game_slider .owl-nav button span{
  font-size: 0px;
}
.payment_slider .owl-nav button, .latest_game_slider .owl-nav button{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-color: rgb(121, 36, 199) !important;
    border-radius: 50% !important;
    margin: 0px !important;
    line-height: 48px !important;
    border: 1px solid rgb(121, 36, 199) !important;
    transition: 0.4s linear;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
    background-size: 25px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    opacity: 1 !important;
}
.payment_slider .owl-nav button:hover, .latest_game_slider .owl-nav button:hover{
    background-color: transparent !important;
}
.payment_slider .owl-nav button.owl-next, .latest_game_slider .owl-nav button.owl-next {   
      transform: rotate(270deg);
      right: -70px;
}
.payment_slider .owl-nav button.owl-prev, .latest_game_slider .owl-nav button.owl-prev{
      transform: rotate(90deg);
      left: -70px;
}


/**/
.partners_section {color: #fff;background-image: url(../images/partner_bg.png);background-size: cover;background-position: center;background-repeat: no-repeat;position: relative;}
.partners_section:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: #070044;
    z-index: 1;
}
.partners_section .container{
  position: relative;
  z-index: 2;
}
.partner_sigle_box {width: 20%;}
.partner_sigle_box > a {display: inline-block;width: 100%;margin: 12px 0;}
.partner_sigle_box .theme_box_two {
    padding: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 130px;
    background: #221a62;
    border: 1px solid #5e549a;
    border-radius: 10px;
    z-index: -1;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    width: 100%;
  }
.partner_sigle_box:hover .theme_box_two img {transform: scale(1.05);}
.partner_sigle_box:hover .theme_box_two{
  border-color: transparent;
}
/**/
.payment_section{
  color: #fff;
  background-image: url(../images/payment-bg.png);
}
.all_pay_option {display: flex;align-items: center;justify-content: center;flex-wrap: wrap;}
.pay_btn {
    background-color: #fff;
    border-radius: 10px;
    transition: 0.4s linear;
    color: #070044;
    margin:10px;
    pointer-events: none;
}
.pay_btn .payoption {max-height: 30px;}


/**/
.latest_game_section {background-color: #070044;color: #fff;}
.latest_game_section .img_box img {width: 100%;object-fit: cover;border-radius: 10px;}
.latest_game_section .img_box {margin-bottom: 20px;border-radius: 10px;overflow: hidden;}
.latest_game_section .img_box img:hover {transform: scale(1.05);}
.latest_game_section .img_box a {display: inline-block;width: 100%;}
.latest_game_section h4 {font-size: 20px;color: #fff;}
.latest_game_slider .owl-nav button{top: calc(50% - 35px);}
.latest_game_slider.owl-theme .owl-dots .owl-dot span {background-color: rgb(121, 36, 199);height: 12px;width: 12px;}
.latest_game_slider.owl-theme .owl-dots {margin-top: 30px !important;}
.latest_game_slider.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {opacity: 1;background-color: rgb(121, 36, 199);background-color: rgb(234 212 255);}

/**/
.faq_section {background-color: rgb(47 0 127);color: #fff;background-image: url(../images/partner_bg.png);position: relative;background-attachment: fixed;}
.faq_section  .accordion-item {margin-bottom: 20px;border: none;background-color: #070044;color: #fff;width: 90%;margin-left: auto;margin-right: auto;border-radius: 10px;overflow: hidden;padding: 0 10px;}
.faq_section .accordion-item .accordion-button {font-weight: 600;font-size: 18px;box-shadow: none;background-color: transparent;color: #fff;padding: 20px 45px 20px 10px;z-index: inherit !important;position: relative;}
.faq_section .accordion-button:not(.collapsed)::after {background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");}
.faq_section .accordion-item:last-child {margin-bottom: 0;}
.faq_section .accordion-body {color: #fff;border-top: 1px solid #b0baf1;padding: 15px 10px;font-weight: 300;}
.faq_section .accordion-button::before {
    content: "";
    position: absolute;
    right: 5px;
    width: 30px;
    height: 30px;
    background: #393554;
    border-radius: 5px;
}
.faq_section .accordion-button::after {
    width: 20px;
    height: 20px;
    content: "";
    background-image: url(../images/plus.png);
    background-repeat: no-repeat;
    background-size: 20px;
    transform: rotate(-90deg);
    transition: all ease 0.3s;
    position: absolute;
    right: 10px;
}
.faq_section .accordion-button:not(.collapsed)::after {
    flex-shrink: 0;
    background-image: url(../images/minus.png);
    transition: all ease 0.3s;
    transform: rotate(0deg);
}
.faq_section .accordion-header {position: relative;}
.faq_section:after {position: absolute;content: "";display: inline-block;left: 0;right: 0;top: 0;bottom: 0;background-color: rgb(45 5 114 / 94%);z-index: 1;}
.faq_section .container {z-index: 2;position: relative;}

/* get id section*/
.get_id_section {color: #fff;position: relative;padding: 0 12px;}
.id_box {
    color: #fff;
    text-align: center;
    background-color: #070044;
    /*width: 700px;*/
    width: 900px;
    padding: 40px;
    border-radius: 10px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    margin-top: -40px;
    margin-bottom: 0px;
    transform: translateY(110px);
    max-width: 100%;
}
.id_box h4 {font-size: 32px;margin-bottom: 0px;}
.get_id_btn {margin: 0 15px;}


footer {background-color: rgb(34 26 98);padding: 170px 0 0;text-align: center;background-image:url('../images/footer-bg.png');background-size: cover;background-repeat: no-repeat;background-position: center top;position: relative;}
footer .container {position: relative;z-index: 2;}
footer .footer_logo {margin-bottom: 20px;}
footer .footer_logo img {max-height: 45px;}
footer .bottom_footer {padding: 15px;background-color: rgb(7, 0, 68);border-radius: 10px 10px 0 0;}
footer .bottom_footer p {color: #fff;font-weight: 300;font-size: 14px;}

.support_link {margin-bottom: 60px;}
.support_link ul {margin-bottom: 20px;}
.support_link ul:last-child {margin-bottom: 0px;}
.support_link li {display: inline-block;margin-right: 15px;}
.support_link li a {color: #fff;position: relative;}
.support_link li a:after {display: inline-block;content: "|";margin-left: 15px;color: #ffffff7a;}
.support_link li:last-child a:after {display: none;}
.support_link li a:hover {color: #ad75e1;text-decoration: underline;}


/**/
.top_header .theme_btn {
    background-color: #ffffff;
    border-color: #ffffff;
    padding: 10px 20px;
    font-size: 16px;
    color: #000;
    font-weight: 500;
}
.theme_modal  .modal-dialog {
    width: 700px;
    max-width: 95%;
}
.theme_modal .modal-content {
    border: none;
    border-radius: 10px;
}
.theme_modal button.close {
    position: absolute;
    right: 10px;
    top: 10px;
    height: 30px;
    width: 30px;
    background-color: #fff;
    color: #000;
    border-radius: 100%;
    font-size: 30px;
    line-height: 1;
    z-index: 9;
}
.theme_modal h4, .theme_modal .modal-title {
    font-size: 32px;
    margin-bottom: 40px;
}
.theme_modal .modal-body {
    padding: 40px;
}
.theme_modal .modal-header {
    padding: 0;
}
.theme_modal .form-control {
    height: 50px;
    background-color: #f5f5f5;
    border: none;
    color: #333;
    outline: none !important;
    box-shadow: none !important;
}
.theme_modal .form-group {
    margin-bottom: 20px;
}
.theme_modal .theme_btn {
    margin-top: 20px;
}
.theme_modal .theme_btn:hover {
    background-color: rgb(121 36 199 / 38%);
    border-color: rgb(121, 36, 199);
    color: rgb(121, 36, 199);
}

/**/
.btns_section_wrapper{
  display: flex;
  justify-content: center;
}
.banner_conbtn {
    background-color: rgb(0 0 0);
    color: #fff;
    font-weight: 700;
    padding: 15px 15px;
    margin-top: 18px;
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 0.8px;
    border-bottom: 2px solid #d2be16;
}
.banner_conbtn:hover {
    background-color: #202020;
    color: #fff;
}
.btns_sectionsingle h4 {
    font-weight: 500;
    font-size: 18px;
}
.btns_sectionsingle {
    display: inline-block;
    text-align: center;
    margin: 0 20px;
}
.id_box .banner_conbtn {
    background-color: rgb(121, 36, 199);
}
.id_box .banner_conbtn:hover {
    background-color: rgb(121 36 199 / 65%);
}

/* how it work */
.how_it_work.section_gap {
  background-image: url(../images/how_it_work_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  color: #fff;
}
.theme_box_three_row {
    justify-content: center;
}
.theme_box_three_row .equal_height_container {
    width: 21%;
    margin:0 1.5%;
}

.theme_box_three {
    background-color: transparent;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0px 0px 7px 4px #120a58;
    padding: 30px 15px;
    font-size: 14px;
}
.step_div {
    height: 120px;
    width: 120px;
    margin: 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #070044;
    border-radius: 100%;
    margin-bottom: 20px;
    color: #fff;
}
.step_div span {
    font-size: 14px;
}
.step_div h3 {
    font-size: 74px;
    line-height: 1;
}
.theme_box_three p {
    font-size: 16px;
    color: #fff;
}


/* responsive css */
@media (max-width: 1460px){
    .recent_payments , .latest_game_section {overflow: hidden;}
    .payment_slider .owl-nav button, .latest_game_slider .owl-nav button {height: 35px;width: 35px;}
    .payment_slider .owl-nav button.owl-prev, .latest_game_slider .owl-nav button.owl-prev {left: -38px;}
    .payment_slider .owl-nav button.owl-next, .latest_game_slider .owl-nav button.owl-next {right: -38px;}
    .pay_btn.theme_btn {font-size: 18px;padding: 10px 20px;}
}


@media (max-width: 1199px){
    .sub_main_title {font-size: 38px;}
    .pay_btn.theme_btn {margin: 10px 4px;}
    .payment_slider .owl-nav button, .latest_game_slider .owl-nav button {position: relative;top: 0;left: 0 !important;right: 0 !important;margin: 10px 10px 0 !important;height: 45px;width: 45px;}
    .faq_section .accordion-item {width: 100%;}
    footer {background-size: contain;background-position: bottom;}
    .btns_section .baner_btn {padding: 14px 30px;min-width: 200px;font-size: 20px;}

    .step_div {
        height: 100px;
        width: 100px;
    }
    .step_div h3 {
        font-size: 60px;
    }
}

@media (max-width: 991px){
    .btns_section .baner_btn {margin: 0 5px;}
    .sub_main_title {font-size: 34px;}
    .why_us_section {padding-top: 20px;}
    .section_title .title {font-size: 30px;}
    .theme_box_one {margin: 12px 0;}
    .partner_sigle_box {width: 25%;}
    .partner_sigle_box .theme_box_two {padding: 10px;min-height: 100px;}
    .partners_section .theme_boxes {justify-content: center;}
    .id_box h4 {font-size: 30px;margin-bottom: 30px;}
    .get_id_btn {padding: 10px 20px;margin: 0 10px;}

    /**/
    .btns_sectionsingle {
        margin: 0 10px;
    }
    .banner_conbtn {
        font-size: 14px;
    }
    .btns_sectionsingle h4 {
        font-size: 16px !important;
      margin-bottom: 0 !important;
    }

    /**/
    .theme_box_three_row .equal_height_container {
        width: calc(40% - 30px);
        margin: 15px;
    }

}

@media (max-width: 767px){
    .top_header_left img {max-height: 50px;}
    .top_header_right .header_btn {height: 40px;width: 40px;}
    .top_header_right ul li {margin-left: 10px;}
    .top_header.sticky_header .top_header_left img {max-height: 45px;}
    .top_header_right .header_btn img {max-height: 20px;}
    .home_banner_section .title {font-size: 18px;}
    .theme_btn {font-size: 16px;padding: 10px 20px;}
    .btns_section .baner_btn {min-width: 140px;font-size: 16px;padding: 14px 20px;}
    .btns_section .baner_btn img {max-height: 25px;margin-right: 5px;}
    .sub_title {font-size: 16px;}
    .sub_main_title {font-size: 26px;}
    .section_gap {padding-top: 40px;padding-bottom: 40px;}
    .why_us_section {padding-top: 20px;}
    .section_title {margin-bottom: 30px;}
    .section_title .title {font-size: 26px;}
    .section_title_pera {margin-top: 20px;}
    .section_title_pera p {font-size: 16px;}
    .theme_boxes .theme_box_one {padding: 25px 15px;}
    .theme_boxes .theme_box_one .icon {height: 70px;width: 70px;margin-bottom: 20px;}
    .theme_boxes .theme_box_one .icon img, .theme_boxes .theme_box_one .icon svg {max-height: 32px;}
    .theme_boxes .theme_box_one h3 {font-size: 18px;}
    .section_btns {margin-top: 30px;}
    .section_btns .theme_btn img {max-height: 22px;margin-right: 8px;}
    .section_btns .theme_btn {margin: 0 5px;}
    .partner_sigle_box {width: 33.33%;}
    .pay_btn.theme_btn {margin: 6px;}
    .latest_game_section h4 {font-size: 18px;}
    .id_box {margin-top: -20px;transform: translateY(90px);width: 410px;padding: 40px 15px;}
    .id_box h4 {font-size: 24px;margin-bottom: 20px;}
    .get_id_btn {margin: 0 5px;}
    footer {padding-top: 130px;background-image: none;}
    .support_link {margin-bottom: 40px;}
    .support_link li {margin-right: 5px;font-size: 14px;}
    .support_link li a:after {margin-left: 8px;}
    .support_link ul {margin-bottom: 10px;}

    /**/
    .theme_modal .modal-body {
        padding: 30px;
    }
    .theme_modal h4, .theme_modal .modal-title {
        font-size: 24px;
        margin-bottom: 24px;
    }

    /**/
    .btns_section.btns_section_wrapper {
        flex-wrap: wrap;
    }
    .btns_sectionsingle {
        width: 100%;
        margin: 15px 0;
    }
    .banner_conbtn {
        margin-top: 10px;
        padding: 12px;
    }
    .id_box .banner_conbtn {
        font-size: 12px;
    }

    /**/
    .theme_box_three_row .equal_height_container {
        width: calc(48% - 30px);
        margin: 15px;
    }
}
@media (max-width: 575px){
    .home_banner_content_inner {padding-top: 160px;}
    .home_banner_section .title {font-size: 14px;}
    .btns_section {margin: 30px 0;}
    .btns_section .baner_btn {min-width: 50px;padding: 8px 15px;margin:7px 4px;}
    .sub_title {font-size: 14px;line-height: 1.4;font-weight: 400;}
    .sub_main_title {font-size: 24px;margin-top: 10px;}
    .sub_main_title br {display: none;}
    .sub_main_title span {display: inline;}
    .section_title .title {font-size: 22px;}
    .theme_boxes .theme_box_one p {font-size: 14px;}
    .section_btns .theme_btn {font-size: 14px;}
    .partner_sigle_box > a {margin: 0 0 15px 0;}
    .partner_sigle_box {width: 50%;padding: 0 8px;}
    .partners_section .theme_boxes {margin: 0 -2px;}
    .partner_sigle_box .theme_box_two {padding: 15px;min-height: 100px;}
    .pay_btn.theme_btn {font-size: 16px;padding: 8px 15px;}
    .pay_btn .payoption {max-height: 25px;}
    .latest_game_section h4 {text-align: center;}
    .latest_game_section .img_box {margin-bottom: 10px;}
    .latest_game_slider .owl-nav {margin-top: 25px;}
    .faq_section .accordion-item .accordion-button {font-size: 16px;padding: 10px 45px 10px 5px;line-height: 1.5;}
    .id_box {padding: 40px 10px;}
    .id_box h4 {font-size: 22px;}
    .get_id_btn {font-size: 14px;padding: 7px 14px;}
    .faq_section .accordion-body {padding: 10px 5px;font-size: 14px;}
    footer .bottom_footer p {font-size: 12px;}
    .support_link li{font-size: 16px;}
    .top_header_right .header_btn {border: none;padding: 0;width: 25px;background-color: transparent !important;}
    .top_header_right .header_btn:hover{background-color: transparent !important;}
    .top_header_right .header_btn img {max-height: 25px;}

    .btns_section .baner_btn {width: 200px;}
    .btns_section .baner_btn img {margin-right: 15px;}
    .home_banner_content_inner {padding-top: 120px;}

    .payment_slider .payment_img img {max-height: 400px;
      width: auto;
      margin: 0 auto;
    }

    /**/
    .theme_modal .modal-body {
        padding: 30px 15px;
    }
    .theme_modal .theme_btn {
        margin-top: 10px;
        min-width: 130px;
    }
    .theme_modal .form-control {
        height: 45px;
    }
    .theme_modal .form-group {
        margin-bottom: 12px;
    }

    /**/
    .step_div {
        height: 80px;
        width: 80px;
    }
    .step_div h3 {
        font-size: 38px;
    }
}
@media (max-width: 480px){
    .payment_slider .owl-nav button, .latest_game_slider .owl-nav button {position: absolute;top: 50%;margin: 0 !important;left: auto !important;right: auto !important;height: 35px;width: 35px;line-height: 33px !important;background-size: 18px !important;}
    .payment_slider .owl-nav button.owl-prev, .latest_game_slider .owl-nav button.owl-prev {left: -3px !important;}
    .payment_slider .owl-nav button.owl-next, .latest_game_slider .owl-nav button.owl-next {right: -3px !important;}
    .payment_img {max-width: calc(100% - 80px);margin: 0 auto;}
    .latest_game_section .img_box {max-width: calc(100% - 80px);margin: 0 auto 10px;}
    .payment_slider .owl-nav button, .latest_game_slider .owl-nav button {top: calc(50% - 30px);}

    .section_btns {margin-top: 15px;}
    .payment_proof_slider + .section_btns {margin-top: 30px;}
    .section_btns .theme_btn img {display: none;}
    .section_btns .theme_btn {padding: 6px 14px;margin: 0 0px;}
    .latest_game_slider.owl-theme .owl-dots .owl-dot span {width: 10px;height: 10px;margin: 0 4px;}

    .top_header_container .top_header_left {
        width: 40%;
    }
    .top_header_container .top_header_right {
        width: 60%;
    }
    .top_header_container .top_header_right .theme_btn {
        font-size: 14px;
        padding: 5px 12px;
    }
    .top_header_right ul li {
        margin-left: 5px;
    }

    .theme_box_three_row .equal_height_container {
        width: 100%;
        margin: 10px 0;
    }

    .theme_box_three p {
        font-size: 14px;
    }

}