body {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  font-family: -apple-system, BlinkMacSystemFont, Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #ffffff;
  background: #111111;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
  font-weight: 700;
  margin: 0 0 15px;
}

h1 {
  font-size: 34px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

ul, ol {
  margin: 0 0 15px 15px;
  padding: 0;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

p {
  margin: 0 0 15px;
  padding: 0;
}

img,
video {
  height: auto;
  max-width: 100%;
}

.content iframe {
  border: 0;
  width: 100%;
  height: 500px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 15px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  clear: both;
  width: 100%;
  text-align: left;
}

td,
th {
  padding: 10px 15px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 767px) {
  .smt {
    width: 100%;
    overflow: auto !important;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-sizing: border-box;
    margin: 20px 0 20px;
  }
  .smt table {
    margin: 0 0 0 0 !important;
    border: none !important;
    border-radius: 0 !important;
  }
}
blockquote {
  margin: 0 0 15px;
  padding: 10px 10px 10px 15px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 4px solid #ffffff;
  font-style: italic;
  font-size: 17px;
}
blockquote p {
  margin: 0;
}

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  text-size-adjust: 100%;
}

article,
aside,
figure,
footer,
header,
hgroup,
section {
  display: block;
}

figure {
  margin-bottom: 15px;
  max-width: 100%;
}

figcaption {
  padding: 6px 0 0;
  text-align: center;
  opacity: 0.8;
  font-size: 14px;
  font-style: italic;
}

code,
pre {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  font-family: monospace;
}

a {
  color: #047cfc;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

code {
  color: #da1039;
  font-size: 0.875em;
  font-weight: normal;
  padding: 0.25em 0.5em 0.25em;
}

hr {
  border: none;
  display: block;
  height: 2px;
  margin: 1.5rem 0;
}

img {
  height: auto;
  max-width: 100%;
}

input[type=checkbox],
input[type=radio] {
  vertical-align: baseline;
}

input, textarea {
  border: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px;
  border-radius: 0;
}

textarea {
  width: 100%;
  height: 120px;
}

input:hover, textarea:hover, input:focus, input:active, textarea:hover, textarea:focus, textarea:active {
  border: 1px solid rgba(255, 255, 255, 0.09);
  outline: 0;
  box-shadow: none;
}

.search-form input {
  width: 100%;
  margin: 0 0 30px;
}

small {
  font-size: 0.875em;
}

span {
  font-style: inherit;
  font-weight: inherit;
}

strong {
  font-weight: 700;
}

fieldset {
  border: none;
}

pre {
  -webkit-overflow-scrolling: touch;
  background-color: whitesmoke;
  color: #4a4a4a;
  font-size: 0.875em;
  overflow-x: auto;
  padding: 1.25rem 1.5rem;
  white-space: pre;
  word-wrap: normal;
}

pre code {
  background-color: transparent;
  color: currentColor;
  font-size: 1em;
  padding: 0;
}

.container {
  margin: 0 auto;
  position: relative;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 730px;
  }
}
@media screen and (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1160px;
  }
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.title.is-4 {
  font-size: 20px;
  margin: 0 0 15px;
  font-weight: 700;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 992px) {
  .col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.header {
  padding: 10px 0 10px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 4px 6px -1px, rgba(0, 0, 0, 0.1215686275) 0 2px 4px -1px;
  background: #08008b;
}

.navbar-brand img {
  max-width: 94px;
  height: 40px;
  display: block;
}

.navbar-menu {
  padding-top: 13px;
}

.top-ss {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.navbar-menu ul {
  margin: 0;
  list-style: none;
}

.navbar-menu ul li {
  display: inline-block;
  margin-right: 20px;
}

.navbar-menu ul li:last-child {
  margin-right: 0;
}

.navbar-menu ul li a {
  font-size: 15px;
  color: #999;
  font-weight: 700;
}

.navbar-menu ul li a:hover {
  color: #fff;
}

.go-ref {
  cursor: pointer;
}

.reflink_1 {
  display: inline-block;
  height: 40px;
  text-align: center;
  padding: 6px 30px;
  border-radius: 5px;
  color: #ffffff;
  font-weight: bold;
  border: 1px solid #ef8b5b;
  background: none;
}
.reflink_1:hover {
  text-decoration: none;
  background: #c46c40;
}

.reflink_2 {
  display: inline-block;
  height: 40px;
  text-align: center;
  padding: 6px 30px;
  border-radius: 5px;
  font-weight: bold;
  color: #ffffff;
  border: 1px solid transparent;
  background: #ef8b5b;
}
.reflink_2:hover {
  border-color: #c46c40;
  text-decoration: none;
  background: #c46c40;
}

.bonus-section-wrapper {
  margin-bottom: 30px;
}

.bonus-section {
  font-weight: 700;
  position: relative;
  padding: 60px 30px;
  background: #01025c url(/wp-content/uploads/2025/05/welcomeSectionBg.svg) no-repeat center center;
  color: #fff;
  background-size: cover;
}
.bonus-section .container {
  background: none !important;
}

.go_link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.bonus-section .reflink_2 {
  padding: 6px 10px;
  display: block;
  max-width: 200px;
  font-weight: bold;
  margin: 30px 0;
}

.bonus-section .reflink_1 {
  padding: 6px 10px;
  display: none;
  font-weight: normal;
  max-width: 200px;
  margin: 15px auto;
}

.hb {
  position: absolute;
  right: 0;
  top: 50%;
  width: 240px;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .hb {
    display: none;
  }
}

.bt {
  font-size: 36px;
  font-weight: 900;
}

.bp {
  display: inline-block;
  position: relative;
  z-index: 9;
}

.bp span {
  position: relative;
  margin-right: 22px;
  display: inline-block;
  cursor: pointer;
  color: #ffff00;
}

.bp span:after {
  content: "";
  mask: url(/wp-content/themes/bitzamo/images/copy.svg);
  -webkit-mask-position: 50%;
  background-color: #ffff00;
  position: absolute;
  width: 18px;
  height: 18px;
  top: 2px;
  right: -22px;
}

@media (max-width: 767px) {
  .bonus-section {
    height: auto;
    text-align: center;
    padding: 30px 0;
  }
  .bt {
    font-size: 22px;
  }
  .home .navbar-menu, .home .top-ss {
    display: none;
  }
  .bonus-section .reflink_2 {
    margin: 15px auto;
  }
  .bonus-section .reflink_1 {
    display: block;
  }
}
.main {
  /* .container {
      padding-top: 10px;
      padding-bottom: 10px;
      border-radius: 5px;
      background-color: #030047;
  } */
}

.footer {
  color: #ffffff;
  padding: 35px 0 15px;
  text-align: center;
  background-color: #08008b;
}

/* .footer-menu ul {
    margin: 0;
    list-style: none;
}

.footer-menu ul li {
    display: inline-block;
    margin: 0 15px 7px;
}

.footer-menu ul li a {
    color: #576771;
    font-weight: 700;
}

.footer-menu ul li a:hover {
    color: #000;
} */
.bottom-info {
  font-size: 13px;
}

.bottom-info ul {
  margin: 0 0 10px;
  list-style: none;
}

.bottom-info ul li {
  display: inline-block;
  margin: 0 10px 5px;
}

.footer-ss {
  margin-bottom: 30px;
}

.footer-payments {
  display: flex;
  gap: 10px;
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .footer-payments {
    gap: 4px;
  }
}
.footer-payments li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10%;
  height: 100%;
  padding: 10px 0;
  background: #14398c;
  border-radius: 5px;
}
.footer-payments img {
  height: 24px;
}

.list-thumb {
  float: left;
  width: 45%;
  margin-right: 20px;
}

.content-thumb {
  float: left;
  width: 45%;
  margin-bottom: 15px;
  margin-right: 20px;
}

#sidebar {
  background: #191d25;
  padding: 15px;
  height: 100%;
}

.section.wrapper {
  margin: 30px 0;
}

.list-content {
  padding-bottom: 20px;
}

.list-title a {
  font-weight: 700;
  font-size: 18px;
  display: block;
  line-height: 1.3;
  margin-bottom: 10px;
}

.left-ss .reflink_1 {
  display: block;
  margin-bottom: 15px;
}

#sidebar ul {
  margin: 0 0 30px;
  list-style: none;
}

#sidebar ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding-bottom: 10px;
  margin-bottom: 10px;
}

#sidebar .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}

.breadcrumbs {
  font-size: 13px;
}

.pageheader h1 {
  font-size: 22px;
}

#sidebar ul li a {
  display: block;
  line-height: 1.3;
}

.wp-pagenavi {
  clear: both;
}

.wp-pagenavi a, .wp-pagenavi span {
  text-decoration: none;
  background: #fff;
  padding: 5px 10px;
  margin-right: 5px;
  font-weight: 700;
  color: #000;
  border-radius: 4px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
  background: #2979ff;
  color: #fff;
}

#comments input[type=submit] {
  background: #2979ff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
}

.comments-title, .comment-reply-title {
  font-weight: 700;
  font-size: 20px;
  margin: 0 0 15px;
}

.content ul, .content ol, .content blockquote, .content h1, .content h2, .content h3, .content h4, .content h5, .content h6, .content p {
  clear: both;
}

.content p:first-of-type {
  clear: none;
}

ol.comment-list {
  list-style: none;
  margin: 0;
}

ol.comment-list ol {
  list-style: none;
  margin: 0;
  padding-left: 30px;
}

#comments label {
  display: block;
  font-size: 14px;
  opacity: 0.7;
  margin: 0 0 6px;
}

.comment-author img {
  float: left;
  margin-right: 15px;
}

.comment-date {
  font-size: 14px;
  opacity: 0.7;
}

.comment-content {
  padding-bottom: 20px;
}

a.comment-reply-link {
  font-weight: 700;
}

.slotgame {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  margin: 0 0 30px;
  text-align: center;
}

.slotgame span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}

.slotgame img {
  width: 100%;
  display: block;
}

.slotgame:hover img {
  opacity: 0.2;
}

.hiddenhover {
  position: absolute;
  left: 0;
  top: 22%;
  width: 100%;
  display: none;
}

.slotgame:hover .hiddenhover {
  display: block;
}

a.demo {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}

a.demo:hover {
  border-bottom: 1px solid #fff;
}

.slotgame a.reflink_2 {
  display: block;
  padding: 6px;
  margin: 10px auto;
  max-width: 170px;
  font-size: 15px;
}

.hometitle, .home h1, .home h2 {
  margin: 0 0 15px;
}

.content {
  padding-bottom: 30px;
}

.content > a {
  text-align: center;
  padding: 10px;
  display: block;
  max-width: 230px;
  margin: 15px auto;
  font-weight: 700;
  border-radius: 30px;
  color: #fff;
  background: #047cfc;
}

.post_inner {
  border-radius: 15px;
  overflow: hidden;
  margin: 0 0 30px;
  background: #fff;
}

.post_inner img {
  width: 100%;
  display: block;
}

.post_title a {
  font-weight: 700;
  display: block;
  line-height: 1.3;
  padding: 10px 15px;
}

.taxonomy-description {
  padding-top: 15px;
}

.content-btn {
  text-align: center;
  padding: 30px 0;
}

#cf_alert_div {
  display: none !important;
}

.error404-page {
  text-align: center;
  padding: 100px 0;
}

a.navbar-item {
  display: inline-block;
}

.center-link {
  text-align: center;
  padding: 10px 0 20px;
}

.center-link a {
  border-radius: 30px;
  font-weight: 700;
  color: #047cfc;
  border: 1px solid #047cfc;
  padding: 10px 20px;
}

/* .center-link a:hover {
    color: #fff;
    border: 1px solid #fff;
} */
@media (max-width: 1199px) {
  .content iframe {
    height: 400px;
  }
  .hiddenhover {
    top: 17%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .top-ss .reflink_1 {
    display: none;
  }
}
@media (max-width: 991px) {
  .navbar-brand img {
    margin: 0 auto;
  }
  .navbar-menu {
    padding: 10px 0;
  }
  .slots .col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .hiddenhover {
    top: 24%;
  }
  .header {
    text-align: center;
  }
  .top-ss {
    justify-content: center;
    padding-bottom: 25px;
  }
  #sidebar {
    margin-top: 30px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .footer-images img {
    margin: 5px 7px;
    max-width: 100px;
  }
  .hiddenhover {
    top: 20%;
  }
  .list-thumb {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .content-thumb {
    width: 100%;
    margin-right: 0;
  }
  .content iframe {
    height: 300px;
  }
}
@media (max-width: 500px) {
  .slots .col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .hiddenhover {
    top: 30%;
  }
}
@media (max-width: 400px) {
  .content iframe {
    height: 250px;
  }
  .top-ss a, .footer-ss a {
    display: block;
  }
  .top-ss a.reflink_1, .footer-ss a.reflink_1 {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
@media (max-width: 320px) {
  .hiddenhover {
    top: 25%;
  }
}

/*# sourceMappingURL=style.css.map */
