@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&amp;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;
}

.nwekdl {
    background-color: #cf912d !important;
    padding: 10px 15px !important;
    margin: 80px 0px 0 0 !important;
    border-radius: 5px !important;
    text-align: center !important;
    transition: all 0.3s ease-in !important;
    font-weight: 600 !important;
    color: #fff !important;
    text-transform: uppercase !important;
    font-size: 17px !important;
    letter-spacing: 0.8px !important;
}
.nwekdl:hover {
    color: #000 !important;
}

/* 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);
    }
}
@keyframes shadow_blink{
    0% {
        box-shadow: 0px 0px 0px 5px rgb(207 145 45 / 40%), 0px 0px 0px 10px rgb(207 145 45 / 0%);
    }
    50%{
        box-shadow: 0px 0px 0px 7px rgb(207 145 45 / 40%), 0px 0px 0px 14px rgb(207 145 45 / 20%);
    }
    100% {
        box-shadow: 0px 0px 0px 5px rgb(207 145 45 / 40%), 0px 0px 0px 10px rgb(207 145 45 / 0%);
    }
}

@-webkit-keyframes upDownAnimation {
  0% {
    margin-top: 0px; }
  50% {
    margin-top: 80px; }
  100% {
    margin-top: 0px; } 
}
@keyframes upDownAnimation {
  0% {
    margin-top: 0px; }
  50% {
    margin-top: 80px; }
  100% {
    margin-top: 0px; } 
}


.shadow_blink{
    -webkit-animation: shadow_blink 2s;
    animation: shadow_blink 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    /*animation-delay: 1s;*/
}
/* theme button */
.theme_btn {
    color: #fff;
    font-size: 20px;
    padding: 14px 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #cf912d;
    border: 1px solid #cf912d;
    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(184 216 21);
}
.white_text{
  color: #fff;
}


.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;
    background: linear-gradient(181deg, #ffeac7 39%, rgb(255 175 48) 92%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -ms-background-clip: text;
    -o-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -ms-text-fill-color: transparent;
    -o-text-fill-color: transparent;
    /* text-shadow: 3px 3px 0 #9d9d9d42; */
    display: inline-block;
}
.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:#000;    
    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: 80px;transition: 0.4s linear;}
.top_header.sticky_header .top_header_left img {max-height: 80px;}
.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: #cf912d;
    border-color: #cf912d;
}
.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-image:  url("../images/banner-img.jpg");
    background-repeat: no-repeat;
    position: relative;
    background-position: top right;
}
.home_banner_section:after {
    display: inline-block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 0;
}
.home_banner_section .goldengif {
    max-height: 90px;
    margin-bottom: 10px;
}
.home_banner_content{color: #fff; }
.home_banner_content_inner {margin: 0 auto;max-width: 100%;padding: 160px 0px 80px;}
.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;z-index: 1;}
.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: 38px;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;}
.home_banner_content .btns_section_wrapper {
    justify-content: flex-start;
}
.home_banner_content .btns_section_wrapper .btns_sectionsingle {
    margin: 0 15px 0 0;
    text-align: left;
}
.home_banner_content .btns_section_wrapper .btns_sectionsingle .banner_conbtn {
    min-width: 330px;
    text-align: center;
}

/**/
.why_us_section{
    color: #fff;
    /* background-color: #13560a; */
    /*background-color: #070b28;*/
    background-color: #000;
}
.why_us_section p{ color: #fff; }
.theme_boxes .theme_box_one {
     /*background-color: #000; */
    text-align: center;
    padding: 40px 10px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    /*border-radius: 10px;
    -webkit-box-shadow: 0px 10px 15px 0px rgb(0 0 0 / 40%);
    box-shadow: 0px 10px 15px 0px rgb(0 0 0 / 40%);
    border: 1px solid #473b30;*/
}
.theme_boxes .theme_box_one:hover .icon{
    box-shadow: 0px 0px 0px 10px rgb(244 190 69 / 30%), 0px 0px 0px 20px rgb(244 190 69 / 15%);
}
.theme_boxes .theme_box_one .icon {
    height: 85px;
    width: 85px;
    margin: 0 auto 30px;
    background-color: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 4px solid #f4be45;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0px 0px 0px 10px rgb(244 190 69 / 27%), 0px 0px 0px 15px rgb(184 216 21 / 0%);
    transition: all 0.3s ease-in;
}
.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: 35px;}
.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-color: #0e0e0e;
  position: relative;
  overflow: hidden;
}
.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;
    border:1px solid #ffd18c66;
    border-radius: 10px;
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    width: 100%;
  }
.partner_sigle_box:hover .theme_box_two img {transform: scale(1.05);}
.payment_section{
  color: #fff;
  background-color: rgb(207 145 45 / 20%);
}
.all_pay_option {display: flex;align-items: center;justify-content: flex-start;flex-wrap: wrap;padding: 0 20px;}
.pay_btn {
    background-color: #fff;
    border-radius: 10px;
    transition: 0.4s linear;
    color: #6d6e72;
    margin:10px;
    pointer-events: none;
    font-weight: 500;
}
.payment_section_container {
    display: flex;
    align-items: center;
}
.payment_section_container .section_title {
    background-color: #cf912d;
    padding: 40px 20px;
}
.payment_section_container .section_title .title {
    background: transparent;
    -webkit-text-fill-color: #fff;
    -moz-text-fill-color: #fff;
    -ms-text-fill-color: #fff;
    -o-text-fill-color: #fff;
}
.payment_section_container .all_pay_option .pay_btn {
    background-color: transparent;
    border: none;
    font-size: 22px;
    padding: 0;
    margin: 0 26px;
}
.payment_section_container .all_pay_option .pay_btn .payoption {
    max-height: 46px;
}

/**/
.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: #181818;
    color: #fff;
    position: relative;
    overflow: hidden;
    background-size: cover;background-position: bottom right;background-repeat: no-repeat;position: relative;
    background-image: url(../images/howtosetplacebg.webp);
}
.faq_section:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: #0b122e;
    background-color: rgb(0 0 0 / 50%);
    z-index: 1;
}
.faq_section .container{
  position: relative;
  z-index: 2;
}
.faq_section  .accordion-item {
    border: none;
    background-color: transparent;
    color: #fff;
    overflow: hidden;
    padding: 5px 0;
    border-top: 1px solid #525252;
    border-radius: 0;
}
.faq_section .accordion-item .accordion-button {
    font-weight: 600;
    font-size: 18px;
    box-shadow: none;
    background-color: transparent;
    color: #fff;
    padding: 15px 45px 15px 0px;
    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 {
    border-bottom: 1px solid #525252;
}
.faq_section .accordion-body {
    color: #fff;
    padding: 0px 0px 15px;
    font-weight: 300;
}
.faq_section .accordion-button::before {
    content: "";
    position: absolute;
    right: 5px;
    width: 25px;
    height: 25px;
    background: #ffffff40;
    border-radius: 5px;
}
.faq_section .accordion-button::after {
    width: 15px;
    height: 15px;
    content: "";
    background-image: url(../images/plus.png);
    background-repeat: no-repeat;
    background-size: 15px;
    transform: rotate(-90deg);
    transition: all ease 0.3s;
    position: absolute;
    right: 11px;
}
.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 .container {z-index: 2;position: relative;}

/* get id section*/
.get_id_section {color: #fff;position: relative;padding: 0 12px;}
.id_box {
    color: #000;
    text-align: center;
    padding: 45px 30px;
    border-radius: 10px;
    margin: 0 auto;
    position: relative;
    background: rgb(245 233 213);
    box-shadow: 0px 10px 15px 0px rgb(0 0 0 / 40%);
}
.id_box h4 {font-size: 32px;margin-bottom: 0px;}
.get_id_btn {margin: 0 15px;}
.id_box .btns_section {
    margin: 30px 0;
    flex-wrap: wrap;
}
.id_box .btns_section .btns_sectionsingle {
    margin: 0;
    min-width: 80%;
}
.id_box .banner_conbtn {
    background-color: #cf912d;
    padding: 10px 15px;
    margin: 20px 0px;
    border-radius: 5px;
    text-align: center;
    transition: all 0.3s ease-in;
    font-weight: 600;
    width: 100%;
}
.id_box .banner_conbtn:hover {
    color: #333;
}

.partners_section  .shape {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
}
.partners_section  .shape.shape1 {
    -webkit-animation: upDownAnimation 7s linear infinite;
    animation: upDownAnimation 7s linear infinite;
}
.partners_section  .shape.shape2 {
    -webkit-animation: upDownAnimation 6s linear infinite;
    animation: upDownAnimation 6s linear infinite;
}
.partners_section  .shape.shape3 {
    -webkit-animation: upDownAnimation 5s linear infinite;
    animation: upDownAnimation 5s linear infinite;
}



footer {background-color: #000;padding: 0;text-align: center;position: relative;}
footer .container {position: relative;z-index: 2;}
footer .footer_logo img {max-height: 45px;}
footer .bottom_footer {padding: 10px 0;}
footer .bottom_footer p {color: #f4be45;font-weight: 400;font-size: 14px;}
.support_link {padding: 15px 0;border-bottom: 1px solid #444;}
.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: #f4be45;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: #000;
    border-color: #000;
    color: #fff;
}

/**/
.btns_section_wrapper{
  display: flex;
  justify-content: center;
}
.banner_conbtn {
    color: #fff;
    font-weight: 700;
    padding: 0px;
    margin-top: 18px;
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 0.8px;
}
.btns_sectionsingle h4 {
    font-weight: 500;
    font-size: 18px;
    color: #fff;
}
.btns_sectionsingle {
    display: inline-block;
    text-align: center;
    margin: 0 20px;
}

/* how it work */
.how_it_work.section_gap {
    background-image: url(../images/how-work2.jpg);
    position: relative;
    color: #fff;
}
.how_it_work.section_gap:after {
    display: inline-block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 50%);
    z-index: 0;
}
.how_it_work.section_gap .container {
    position: relative;
    z-index: 1;
}
.theme_box_three {
    background-color: #ffffff29;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0px 10px 15px 0px rgb(0 0 0 / 40%);
    padding: 50px 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: #cd2540;
    border-radius: 100%;
    margin-bottom: 25px;
    color: #fff;
}
.step_div span {
    font-size: 14px;
}
.step_div h3 {
    font-size: 50px;
    line-height: 1;
}
.theme_box_three p {
    font-size: 16px;
    color: #fff;
}


/* banner button effect */
.cube {
  transition: transform 2s ease-in;
  transform-style: preserve-3d;
  width: 100%;
  height: 46px;
  margin: 50px 0;
}
.cube .box {
  width: 100%;
  height: 100%;
  position: absolute;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cube.cube2 {
  animation: vertical-spin 5s infinite linear;
}
 .cube .box {
  width: 100%;
  height: 100%;
  position: absolute;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cube .box.box2.front {
  background: #d5a947;
  transform: translateZ(23px);
}
.cube .box.box2.back {
  background: #f7ce5a;
  transform: translateZ(-23px) rotateX(-180deg);
}
.cube .box.box2.top {
  background: #e3b841;
  transform: rotateX(90deg) translateY(-23px);
  transform-origin: top center;
}
.cube .box.box2.bottom {
  background: #e7ce89;
  transform: rotateX(-90deg) translateY(23px);
  transform-origin: bottom center;
}
 .cube .box.box2.left {
  background: #d5a947;
  transform: rotateY(270deg) translateX(-23px);
  transform-origin: center left;
}
.cube .box.box2.right {
  background: #d5a947;
  transform: rotateY(-270deg) translateX(23px);
  transform-origin: top right;
}

@keyframes horizontal-spin {
  from {
    transform: rotateY(0);
  }
  to {
    transform: rotateY(360deg);
  }
}
@keyframes vertical-spin {
  from {
    transform: rotateX(0);
  }
  to {
    transform: rotateX(360deg);
  }
}


/* shiny button */
.shiny_btn {
  border-radius: 5px;
  padding: 10px 25px;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  outline: none;
  border: none;
  background: linear-gradient(45deg, rgb(190 179 68) 0%, rgb(19 130 55) 100%);
  
  color: #ffffff;
  overflow: hidden;
  font-weight: 600;
}
.shiny_btn:hover {
    color: #000;
    box-shadow:  4px 4px 6px 0 rgba(255,255,255,.3),-4px -4px 6px 0 rgba(116, 125, 136, .2), inset -4px -4px 6px 0 rgba(255,255,255,.2), inset 4px 4px 6px 0 rgba(0, 0, 0, .2);
}
.shiny_btn:before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn 3s linear infinite;
}

@-webkit-keyframes shiny-btn {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    50% { -webkit-transform: scale(1) rotate(45deg); opacity: 0.6; }
    100% { -webkit-transform: scale(20) rotate(45deg); opacity: 0; }
}


/* responsive css */
@media (max-width: 1660px){
  .payment_section_container .section_title {
      padding: 30px 20px;
  }
  .payment_section_container .all_pay_option .pay_btn {
      margin: 0 20px;
  }
  .payment_section_container .all_pay_option .pay_btn .payoption {
      max-height: 40px;
  }
}

@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: 1399px){
    .step_div {
        height: 90px;
        width: 90px;
    }
    .theme_box_three {
        padding: 30px 15px;
    }
    .payment_section_container .section_title .title {
        font-size: 22px;
    }
    .payment_section_container .all_pay_option .pay_btn {
        font-size: 20px;
    }
    .payment_section_container .all_pay_option .pay_btn .payoption {
        max-height: 32px;
    }
}

@media (max-width: 1199px){
    .home_banner_section:after{
      background-color: rgb(0 0 0 / 50%);
    }
    .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: 42px;
    }
    .theme_boxes .theme_box_one {
        padding: 30px 12px;
    }
    .payment_section_container .all_pay_option .pay_btn {
        margin: 0 10px;
        max-width: 17%;
        font-size: 16px;
    }
    .payment_section_container .all_pay_option .pay_btn .payoption {
        max-height: 28px;
    }
    .id_box h4 {
        font-size: 26px;
    }
    .id_box .banner_conbtn {
        padding: 10px;
        font-size: 15px;
    }
    .id_box {
        padding: 30px 15px;
    }
    .id_box .btns_section {
        margin: 15px 0;
    }
}

@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 {
        margin: 12px 0;
    }
    .id_box {
        margin-top: 50px;
    }

    .payment_section_container .all_pay_option .pay_btn .payoption {
        max-height: 20px;
        margin: 0;
    }
    .payment_section_container .all_pay_option .pay_btn {
        font-size: 16px;
        margin: 3px 12px;
        max-width: 100%;
    }
    .all_pay_option {
        padding: 0 7px;
        width: calc(100% - 135px);
    }
    .payment_section_container .section_title .title {
        font-size: 17px;
    }
    .payment_section_container .section_title {
        padding: 20px 12px;
    }

}

@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 {padding: 40px 30px 15px;}
    .id_box h4 {font-size: 24px;margin-bottom: 20px;}
    .get_id_btn {margin: 0 5px;}
    /*.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;
    }
    .home_banner_content .btns_section_wrapper .btns_sectionsingle{
       margin: 7px 0;
    }
    .home_banner_content .btns_section_wrapper{
      margin: 30px 0;
    }
    
    .home_banner_section .goldengif {
        max-height: 50px;
    }
    .home_banner_section {
        background-position: center;
    }
    
}
@media (max-width: 575px){
    .home_banner_content_inner {padding-top: 160px;}
    .home_banner_section .title {font-size: 14px;}
    .home_banner_content .btns_section_wrapper .btns_sectionsingle {
        text-align: center;
    }
    .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;}
    .partner_sigle_box .theme_box_two img {
        max-height: 70px;
    }
    .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 30px 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;text-align: center;}

    .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;
    }

    .home_banner_content .btns_section_wrapper .btns_sectionsingle .banner_conbtn{
      min-width: 250px;
      width: 100%;
    }
    .theme_boxes .theme_box_one {
        padding: 15px 0;
    }
    .payment_section_container {
        flex-direction: column;
    }
    .payment_section_container .section_title, .all_pay_option {
        width: 100%;
    }
    .payment_section_container .section_title {
        padding: 10px;
    }
    .all_pay_option {
        padding: 15px 12px;
    }
    .payment_section_container .all_pay_option .pay_btn {
        width: 33%;
        text-align: center;
        margin: 8px 0;
    }
}
@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 p {
        font-size: 14px;
    }
    .partner_sigle_box .theme_box_two {
        height: 75px;
        padding: 12px;
        min-height: 20px;
    }
    .payment_section_container .all_pay_option .pay_btn {
        font-size: 13px;
    }
    .partner_sigle_box .theme_box_two img{
        max-height: 46px;
    }

}