
@font-face {
  font-family: "avenir";
  src: url("../fonts/AvertaStd/AvertaStd-Regular.ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "avenir";
  src: url("../fonts/AvertaStd/AvertaStd-Semibold.ttf");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "avenir";
  src: url("../fonts/AvertaStd/AvertaStd-Bold.ttf");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "nunito";
  src: url("../fonts/Nunito/NunitoSans-Regular.ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "nunito";
  src: url("../fonts/Nunito/NunitoSans-SemiBold.ttf");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "nunito";
  src: url("../fonts/Nunito/NunitoSans-Bold.ttf");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-primary: "avenir", sans-serif;
}

body{
  margin:0;
  color:#0f172a;
  background:#fff;
}

html, body { 
  overflow-x: hidden;
  font-family: var(--font-primary);
}

.bk8-trusted { overflow: hidden; }

.bk8-trusted .col-lg-7{
  padding-right: 0 !important;
}

.trusted-edge{
  width: auto;
  margin-right: calc(50% - 50vw);
}

.main-banner {
  background-image: url(../images/hero/main-banner.jpg);
  width: auto;
  background-position: center;
  background-size: cover;
  padding-bottom: 50vh;
  background-repeat: no-repeat;
}

.banner-info {
  text-align: center;
  color: #fff;
  position: relative;
  top: 35px;
}

.banner-info h4 {
  font-size: 24px;
  margin: 5px 0;
}

.banner-info h2 {
  font-size: 48px;
  font-weight: bold;
  margin: 0;
}

.intro {
  padding: 60px 0;
  text-align: center;
  color: #888888;
  font-size: 24px;
}

.deposit-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:22px;
}
.deposit-card {
  background: #F3F5F6;
  border-radius: 25px;
  padding: 35px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.deposit-card h4 {
  font-size: 28px;
  font-weight: bold;
  margin: 10px 0 0;
}

.deposit-card h5 {
  font-size: 18px;
  margin: 0px 0 25px;
}

.deposit-desc {
  font-size: 20px;
  color: #697882;
  background: #fff;
  border-radius: 25px;
  padding: 20px 50px;
  position: relative;
  top: -125px;
  margin-bottom: -90px;
}

.deposit-desc.crypto {
  top: -11px;
  margin-bottom: 21px;
}

img.art {
  width: 100%;
}

.icons {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: flex-start;
}

.icon {
  flex-direction: column;
  display: flex;
  align-items: center;
  width: 100%; 
  text-align: center;
}

.flag-circle {
  width: 44px;
  height: 44px;
}

.currency-name {
  margin-top: 6px;
  font-size: 12px;
  color: #6b7280;
  line-height: 1.1;
}

.icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}


.deposit-card button {
  margin-top: 30px;
  width: 75%;
  border-radius: 999px;
  border: none;
  color: #fff;
  font-weight: bold;
  padding: 15px 0;
  background: linear-gradient(280deg, #0012AC, #2E43FF);
  font-size: 20px;
}

.banner-content {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(5%, 50%);
}

.banner-content img {
  width: 25% !important;
}

.bk8-footer-copy.mobile {
  display: none;
}

.partner-text {
  margin-top: 30px;
}

.partner-label{
  font-size:20px;
}

.partner-text h2{
  font-size:45px;
  line-height:1.2;
  margin:6px 0 0;
  font-weight: bold;
}
.sponsor{ padding:50px 0 ; }

.sponsor-carousel{
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.sponsor-slide{
  position: relative;
  color:#fff;
}

.sponsor-slide img{
  width:100%; 
  height:100%;
  object-fit: cover;
  object-position: center right;
}
.carousel-indicators.bk8-indicators{
  position:absolute;
  left: 50px;
  bottom: 50px;
  margin: 0;
  justify-content:flex-start;
  gap: 8px;
  z-index: 3;
}

.bk8-indicators [data-bs-target]{
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.70);
  opacity: 1;
  border: 0;
  transition: all .2s ease;
}

.bk8-indicators .active{
  width: 50px;
  height: 10px;
  border-radius: 999px;
  background: #ff8a00;
}

.sponsor-carousel .carousel-control-prev,
.sponsor-carousel .carousel-control-next{
  width: 8%;
  opacity: .9;
}
.sponsor-carousel .carousel-control-prev-icon,
.sponsor-carousel .carousel-control-next-icon{
  filter: drop-shadow(0 12px 20px rgba(0,0,0,.35));
}



.most-trusted {
  text-align: center;
  padding-bottom: 50px;
}

.most-trusted h2 {
  font-size: 34px;
  color: #000;
  font-weight: bold;
}

.most-trusted p {
  font-size: 24px;
  color: #888888;
}

.bk8-stats{
  background:#0436B2;
  color:#fff;
  padding:50px 0;
  background: linear-gradient(0deg, #0b2a63 0%, #103ed0 100%);
}
.bk8-stats-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  text-align:center;
}
.bk8-stat-num{
  font-weight:bold;
  font-size: 60px;
  line-height:1.1;
}
.bk8-stat-lbl{
  margin-top:6px;
  font-size:24px;
}

.bk8-trusted{
  background:#fff;
  padding:80px 0;
}


.trusted-left .tp-line{
  display:flex;
  align-items:center;
  gap:10px;
  font-size:16px;
  margin-bottom:14px;
}
.tp-star{
  color:#16a34a;
}
.tp-score{ font-weight:400; }
.tp-reviews{ color:#697882; }

.trusted-title{
  font-size:45px;
  line-height:1.05;
  font-weight:bold;
  margin:0;
}

.trusted-nav{
  display:flex;
  gap:12px;
  align-items:center;
}

.circleBtn{
  width:36px;
  height:36px;
  border-radius:999px;
  border:1px solid transparent;
  background:#f3f4f6;
  color:#888888;
  display:grid;
  place-items:center;
  cursor:pointer;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}
.circleBtn.active{
  background:#ff8a00;
  border-color:#ff8a00;
  color:#fff;
}
.circleBtn i{
  font-size:14px;
  line-height:1;
}

.trusted-edge{
  width: auto;
  margin-right: calc(50% - 50vw);
}

.trusted-viewport{
  overflow:hidden;
  position:relative;
}

.trusted-track{
  display:flex;
  gap:18px;
  transform:translateX(0);
  transition:transform .45s ease;
  will-change:transform;
}

.trusted-card{
  flex: 0 0 clamp(280px, 22vw, 360px);
  border-radius:22px;
  padding:30px;
  color:#fff;
  background: linear-gradient(180deg, #152776 0%, #2749DC 100%);
  box-shadow:0 18px 50px rgba(2,8,23,.10);
  border:1px solid rgba(255,255,255,.10);
  min-height:260px;
}

.trusted-card-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  flex-direction: column;
}
.trusted-card-head h5{
  margin:0;
  font-size:20px;
  font-weight:normal;
  letter-spacing:-.01em;
}
.trusted-card-logo{
  height: 35px;
  object-fit:contain;
  margin: 15px 0;
}

.trusted-card p{
  font-size:15px;
  margin-bottom: 0;
}

.bk8-trust{
  background: linear-gradient(180deg, #F0FBFF 0%, #E5E9FF 100%, #ffffff);
  overflow: hidden; 
}

.bk8-trust-content{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.bk8-trust-grid{
  display: grid;
  grid-template-columns: 1.05fr 1.25fr;
  gap: 40px;
  align-items: start;
  height: 50vh;
}

.bk8-trust-count {
  font-size: 45px;
  color: #0436B2;
  font-weight: bold;
}

.bk8-trust-big{
  font-size: 44px;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: #1d4ed8;
  margin-bottom: 6px;
}

.bk8-trust-title{
  font-size: 35px;
  line-height: 1.05;
  font-weight: bold;
  margin: 0 0 14px;
  color: #0b1220;
}

.bk8-trust-desc{
  font-size: 20px;
  line-height: 1.6;
  color: #888888;
  max-width: 420px;
  margin-bottom: 18px;
}

.bk8-trust-cta{
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.bk8-trust-left {
  align-self: center;
}

.bk8-trust-cta button { 
  width: 40%;
  border-radius: 999px;
  border: none;
  color: #fff;
  font-weight: normal;
  padding: 15px 0;
  background: linear-gradient(280deg, #0012AC, #2E43FF);
  font-size: 18px;
}

.bk8-btn{
  height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  white-space: nowrap;
}

.bk8-btn--primary{
  background: #1d4ed8;
  color: #fff;
  box-shadow: 0 10px 24px rgba(29,78,216,.25);
}

.bk8-marquee{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.bk8-marquee-col{
  position: relative;
  height: 420px;        
  border-radius: 16px;
}

.bk8-marquee-track{
  display: flex;
  flex-direction: column;
  gap: 16px;
  will-change: transform;
  animation-duration: var(--dur, 12s);
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  will-change: transform;
  transform: translate3d(0,0,0);
  backface-visibility: hidden;
}

.bk8-marquee-col-up .bk8-marquee-track{
  animation-name: bk8MarqueeUp;
}

.bk8-marquee-col-down .bk8-marquee-track{
  animation-name: bk8MarqueeDown;
}

.bk8-marquee-col:hover .bk8-marquee-track{
  animation-play-state: paused;
}

@keyframes bk8MarqueeUp{
  from { transform: translateY(0); }
  to   { transform: translateY(calc(-1 * var(--dist, 300px))); }
}

@keyframes bk8MarqueeDown{
  from { transform: translateY(calc(-1 * var(--dist, 300px))); }
  to   { transform: translateY(0); }
}

.bk8-review{
  background: #ffffff;
  border-radius: 20px;
  padding: 25px;
}

.bk8-review-text{
  font-size: 16px;
  line-height: 1.55;
  color: #888888;
  margin-bottom: 12px;
}

.bk8-review-footer{
  display: flex;
  align-items: center;
  gap: 10px;
}

.bk8-review-avatar{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.bk8-review-name{
  font-size: 14px;
  font-weight: normal;
  color: #000;
  line-height: 1.1;
}

.bk8-review-stars{
  font-size: 18px;
  color: #f59e0b;
  letter-spacing: 1px;
  margin-top: 2px;
}

.bk8-trust-carousel{
  margin-top: 14px;
}

.bk8-review-mobile{
  padding: 16px;
  border-radius: 18px;
}

.bk8-trust-dots{
  position: static;
  margin-top: 12px;
  gap: 10px;
}

.bk8-trust-dots [data-bs-target]{
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(15,23,42,.25);
  opacity: 1;
  border: 0;
}

.bk8-trust-dots .active{
  width: 22px;
  background: #f59e0b; 
}

.stay-ahead {
  padding: 80px 0 0;
  text-align: center;
  background: linear-gradient(0deg, #dce0e2, #fff);
}

.stay-ahead-info h2 {
  font-size: 38px;
  margin: 10px 0;
  font-weight: bold;
}

.stay-ahead-info p {
  font-size: 18px;
  color: #888;
}

.game-grid {
  display: grid;
  grid-template-columns: 50% auto;
  position: absolute;
  left: 0;
  right: 0;
  transform: translate(0, -160%);
}

.game-parts {
  display: flex;
  gap: 13px;
}

.game-parts img {
  width: 18%;
}

#loopVideo {
  width: 100%;
}

.bk8-sponsors{
  padding: 30px 0;
}
.bk8-sponsors-grid{
  display:grid;
  grid-template-columns: 0.8fr 2fr 1.6fr 1.5fr;
  gap: 10px;
  align-items:start;
}
.bk8-sponsor-block-label{
  font-size: 14px;
  letter-spacing: .06em;
  font-weight: bold;
  color: #697882;
  margin-bottom: 10px;
}
.bk8-sponsor-block-items{
  display:flex;
  gap: 14px;
  flex-wrap: wrap;
}

.bk8-sponsor-block-items.partner {
  gap: 60px;
}

.bk8-sponsor-item-cap.previous {
  color: #61757E;
}


.bk8-sponsor-item{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap: 8px;
  text-align:center;
  min-width: 92px;
}
.bk8-sponsor-item img{
  max-width: 140px;
  height: 56px;
  object-fit: contain;
  display:block;
}
.bk8-sponsor-item-cap{
  font-size: 10px;
  color: #0F161F;
  line-height: 1.25;
  max-width: 140px;
}

.bk8-footer{
  background: #fff;
  padding: 26px 0 34px;
}
.bk8-footer-top{
  display:flex;
  gap: 28px;
  align-items:flex-start;
}
.bk8-footer-brand{
  flex: 1.2;
  min-width: 280px;
}
.bk8-footer-logo{ width: 120px; height:auto; margin-bottom: 10px; }
.bk8-footer-text{
  font-size: 12px;
  line-height: 1.55;
  color: #888888;
  max-width: 560px;
  margin: 0 0 50px;
}
.bk8-footer-copy{
  font-size: 12px;
  color: #888888;
}

.bk8-footer-meta{
  flex: 1;
  display:flex;
  justify-content:flex-end;
  gap: 50px;
}
.bk8-footer-meta-title{
  font-size: 14px;
  letter-spacing: .06em;
  font-weight: bold;
  color: #000000;
  margin-bottom: 10px;
}
.bk8-footer-meta-logos{
  display:flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items:center;
}
.bk8-footer-meta-logos img{
  height: 35px;
  width: auto;
  object-fit: contain;
  display:block;
  filter: grayscale(1);
}

@media (hover: hover){
  .bk8-marquee-col:hover .bk8-marquee-track,
  .bk8-marquee-track:hover,
  .bk8-marquee-track:hover *{
    animation-play-state: paused !important;
  }
}

@media (max-width: 576px) {
  .banner-info img {
    width: 20%;
  }

  .bk8-review-text {
    text-align: left;
  }

  .main-banner {
    padding-bottom: 35vh;
  }

  .bk8-footer-logo {
    width: 90px !important;
    margin-bottom: 20px !important;
  }

  .banner-info {
    top: 20px;
  }

  .stay-ahead-info h2 {
    font-size: 25px !important;
  }

  .stay-ahead-info p {
    font-size: 16px !important;
    padding: 0 50px;
  }

  .game-parts img {
    width: 17% !important;
  }

  .game-grid {
    grid-template-columns: auto !important;
    position: inherit !important;
    transform: translate(0, -30%) !important;
    padding: 0 35px;
    gap: 15px;
  }

  .bk8-sponsor-block-items.partner {
    display: flex;
    flex-direction: column;
    align-content: center;
  }

  .game-parts.partone {
    position: relative;
    left: 25px;
  }

  .game-parts.parttwo {
    position: relative;
    left: -25px;
  }

  .intro {
    padding: 35px;
    font-size: 15px;
  }

  .deposit-grid {
    grid-template-columns: auto;
  }

  .icons {
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
    display: grid;
  }

  .deposit-card h4 {
    font-size: 20px;
  }

  .deposit-desc {
    font-size: 14px;
    padding: 20px;
    top: -75px;
    margin-bottom: -50px;
  }

  .deposit-card h5 {
    font-size: 16px;
  }

  .sponsor {
    padding: 50px 15px 30px;
  }

  .partner-text h2 {
    font-size: 20px;
  }

  .partner-label {
    font-size: 12px;
  }

  .banner-content {
    transform: translate(5%, 20%);
  }

  .bk8-indicators .active {
    width: 30px;
  }

  .carousel-indicators.bk8-indicators {
    left: 18px;
    bottom: 14px;
    gap: 0px;
  }

  .sponsor-carousel {
    border-radius: 15px;
  }

  .most-trusted h2 {
    font-size: 25px;
  }

  .most-trusted p {
    font-size: 16px;
  }

  .partner-text {
    margin-top: 5px;
  }

  .bk8-trust-grid {
    grid-template-columns: auto !important;
    gap: 0px !important;
    height: auto !important;
  }

  .bk8-trust-desc {
    font-size: 16px !important;
  }

  .bk8-trust-count {
    font-size: 35px !important;
  }

  .deposit-card button {
    width: 85%;
    font-size: 16px;
  }

  .banner-info h4 {
    font-size: 15px;
    margin: 10px 0;
  }

  .banner-info h2 {
    font-size: 25px;
  }

  .bk8-trust-content {
    display: flex;
    flex-direction: column;
  }

  .bk8-trust-text {
    order: 1;
  }

  .bk8-trust-reviews {
    order: 2;
    margin-top: 16px;
  }

  .bk8-trust-cta a {
    width: 100%;
    text-align: center;
  }

  .bk8-sponsors {
    padding: 18px 0 !important;
  }

  .bk8-sponsors-grid {
    grid-template-columns: 1fr !important;
    gap: 22px !important;
    text-align: center;
  }

  .bk8-sponsor-block-items {
    justify-content: center !important;
    gap: 14px !important;
  }

  .bk8-sponsor-item {
    min-width: 110px !important;
    max-width: 160px;
  }

  .bk8-sponsor-item img {
    height: 54px !important;
  }

  .bk8-sponsor-item-cap {
    font-size: 11px !important;
    max-width: 160px !important;
  }

  .bk8-footer {
    padding: 22px 0 28px !important;
  }

  .bk8-footer-top {
    gap: 18px !important;
    text-align: center;
    align-items: center !important;
    flex-direction: column;
  }

  .bk8-footer-brand {
    min-width: auto !important;
  }

  .bk8-footer-text {
    max-width: 520px !important;
    margin: 0 auto 14px !important;
  }

  .bk8-footer-meta {
    width: 100%;
    justify-content: center !important;
    gap: 18px !important;
    flex-direction: column;
    align-items: center;
  }

  .bk8-footer-meta-col {
    width: 100%;
    max-width: 520px;
  }

  .bk8-footer-meta-title {
    margin-bottom: 10px !important;
  }

  .bk8-footer-meta-logos {
    justify-content: center !important;
    gap: 12px !important;
  }

  .bk8-footer-copy {
    margin-top: 10px;
    display: none;
  }

  .bk8-footer-copy.mobile {
    display: block;
    text-align: center;
    margin: 30px 0 0;
  }

  .bk8-trust {
    padding: 36px 0;
    text-align: center;
  }

  .bk8-trust-big {
    font-size: 34px;
  }
  .bk8-trust-title {
    font-size: 26px !important;
  }

  .bk8-trust-cta {
    display: none !important;
  }

  .bk8-trust-cta button {
    width: 80% !important;
  }

  .stay-ahead {
    padding: 40px 0 0 !important;
  }

  .bk8-trust-cta.mobile {
    display: flex !important;
    flex-direction: column;
    align-content: center;
    margin-top: 30px;
  }

  .bk8-marquee {
    grid-template-columns: 1fr;
  }

  .bk8-marquee-col {
    height: 360px;
  }

  .bk8-marquee-col-down .bk8-marquee-track {
    animation-name: bk8MarqueeUp;
  }

  .trusted-card {
    flex: 0 0 100%;
  }

  .bk8-trusted .row {
    row-gap: 16px;
  }

  .trusted-left {
    position: relative;
    padding-right: 90px;
  }

  .trusted-title {
    font-size: 25px;
    line-height: 1.2;
    font-weight: bold;
    margin: 0;
  }

  .tp-line {
    display: none !important;
  }

  .trusted-nav {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0 !important;
    gap: 10px;
  }

  .circleBtn {
    width: 40px;
    height: 40px;
  }

  .trusted-edge {
    margin-right: 0 !important;
    width: 100% !important;
  }

  .trusted-viewport {
    overflow: hidden;
  }

  .trusted-track {
    gap: 14px;
  }

  .trusted-card {
    flex: 0 0 75vw;
    min-height: auto;
    border-radius: 18px;
    padding: 16px 14px;
  }

  .trusted-card-head h5 {
    font-size: 20px;
  }

  .trusted-card p {
    font-size: 13px;
    line-height: 1.6;
  }

  .bk8-stats {
    padding: 18px 0;
  }

  .bk8-stats-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 16px;
    column-gap: 14px;
    text-align: center;
    align-items: center;
  }

  .bk8-stats-grid .bk8-stat:nth-child(1) {
    grid-column: 1 / -1;
  }

  .bk8-stat-num {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 4px;
  }

  .bk8-stat-lbl {
    font-size: 12px;
    opacity: 0.95;
    margin: 0;
  }

  .bk8-trusted {
    padding: 50px 0;
  }
}


@media (min-width: 821px) and (max-width: 1199px) {

  .icons {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
  }

  .intro,.most-trusted p,.bk8-stat-lbl {
    font-size: 20px;
  }

  .deposit-desc, .deposit-card button,.trusted-card-head h5 {
    font-size: 18px;
  }

  .trusted-card {
    flex: 0 0 clamp(320px, 22vw, 360px);
  }

  .deposit-desc {
    font-size: 14px;
    top: -50px;
    margin-bottom: -30px;
    padding: 20px;
  }

  .deposit-card button {
    font-size: 16px;
    width: 85%;
  }

  .deposit-card h4 {
    font-size: 20px;
  }

  .most-trusted h2,
  .stay-ahead-info h2 {
    font-size: 28px;
  }

  .bk8-stat-num {
    font-size: 45px;
  }

  .trusted-card p {
    font-size: 12px;
  }

  .trusted-title {
    font-size: 38px;
  }

  .bk8-trust-count {
    font-size: 40px;
  }

  .bk8-trust-title {
    font-size: 30px;
  }

  .bk8-trust-desc {
    font-size: 16px;
  }

  .stay-ahead {
    padding: 40px 0 0;
  }

  .game-grid {
    transform: translate(0, -140%);
  }

  .game-parts {
    gap: 9px;
  }

  .bk8-sponsors-grid {
    grid-template-columns: 1.2fr 3fr 2fr 3.5fr;
  }

  .bk8-sponsor-block-label {
    font-size: 10px;
  }

  .bk8-sponsor-block-items.partner {
    gap: 10px;
  }

  .bk8-footer-meta-title {
    font-size: 12px;
  }

  .bk8-footer-top {
    gap: 50px;
  }

  .banner-content {
    transform: translate(5%, 35%);
  }

  .partner-text h2 {
    font-size: 30px;
  }

  .partner-text {
    margin-top: 20px;
  }

  .carousel-indicators.bk8-indicators {
    left: 30px;
  }

  .bk8-trusted {
    padding: 50px 0;
  }

  .bk8-trust-cta button {
    width: 50%;
    padding: 10px 0;
    font-size: 12px;
  }

  .bk8-footer-logo {
    width: 100px;
    margin-bottom: 20px;
  }

  .bk8-footer-meta {
    gap: 30px;
    flex-direction: column;
  }

}

@media (min-width: 768px) and (max-width: 820px) {
  .icons {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
  }

  .banner-info h2 {
    font-size: 35px;
  }

  .banner-info h4 {
    font-size: 20px;
    margin: 5px 0;
  }

  .intro {
    padding: 35px 0;
    font-size: 18px;
  }

  .deposit-card h4 {
    font-size: 20px;
  }

  .deposit-desc {
    font-size: 14px;
    padding: 20px;
    top: -50px;
    margin-bottom: -25px;
  }

  .deposit-card button {
    width: 80%;
    font-size: 16px;
  }

  .partner-text h2 {
    font-size: 30px;
  }

  .banner-content {
    transform: translate(5%, 25%);
  }

  .carousel-indicators.bk8-indicators {
    left: 30px;
    bottom: 25px;
  }

  .most-trusted h2,.stay-ahead-info h2 {
    font-size: 28px;
  }

  .most-trusted p {
    font-size: 18px;
  }

  .bk8-stat.uptime {
    position: relative;
    top: 50px;
  }

  .bk8-stats-grid {
    grid-template-columns: 1fr 1fr;
    gap: 25px;
  }

  .bk8-stat-num {
    font-size: 50px;
  }

  .bk8-stat-lbl {
    font-size: 16px;
  }

  .bk8-trusted {
    padding: 35px 0;
  }

  .bk8-trust {
    padding: 40px 0 0;
  }

  .bk8-marquee-col {
    overflow: hidden;
    height: 540px;
  }

  .bk8-trust-count {
    font-size: 35px;
  }

  .bk8-trust-title {
    font-size: 25px;
  }

  .bk8-trust-desc {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .bk8-trust-cta button {
    width: 25%;
    font-size: 16px;
  }

  .bk8-trust-grid {
    grid-template-columns: 1fr;
    gap: 45px;
    height: 70vh;
  }

  .stay-ahead {
    padding: 45px 0 0;
  }

  .game-parts {
    gap: 7px;
  }

  .game-grid {
    transform: translate(0, -150%);
  }

  .bk8-trusted .row{ --bs-gutter-x: 0rem; }

  .trusted-title{
    font-size:34px;
  }

  .trusted-track{
    gap:14px;
  }       

  .trusted-card{
    flex: 0 0 min(78vw, 300px);  
    min-height: auto;
  }

  .trusted-track{ gap: 14px; }

  .bk8-footer-top{
    gap: 60px;
  }
  .bk8-footer-meta{
    justify-content: flex-start;
    gap: 24px;
    flex-direction: column;
  }

  .bk8-sponsor-block-label {
    font-size: 10px;
  }

  .bk8-sponsor-block-items.partner {
    gap: 15px;
  }

  .bk8-footer-meta-title {
    font-size: 12px;
  }

  .bk8-sponsors-grid {
    display: grid;
    justify-items: center;
    grid-template-columns: repeat(4, 1fr);
  }

  .bk8-footer-logo {
    width: 100px;
    height: auto;
    margin-bottom: 15px;
  }


}

@media (min-width: 577px) and (max-width: 767px) {
  .banner-info h2 {
    font-size: 40px;
  }

  .bk8-review-text {
    text-align: left;
  }

  .banner-info {
    top: 20px;
  }

  .banner-info h4 {
    font-size: 20px;
    margin: 10px 0;
  }

  .intro {
    padding: 35px 0;
    font-size: 20px;
  }

  .deposit-grid {
    grid-template-columns: auto;
  }

  .deposit-card h4,
  .most-trusted h2 {
    font-size: 25px;
  }

  .deposit-desc,
  .most-trusted p {
    font-size: 15px;
  }

  .partner-text h2 {
    font-size: 20px;
  }

  .partner-label {
    font-size: 14px;
  }

  .banner-content {
    transform: translate(5%, 30%);
  }

  .carousel-indicators.bk8-indicators {
    left: 30px;
    bottom: 25px;
  }

  .bk8-stats-grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .bk8-stats-grid .bk8-stat:nth-child(1) {
    grid-column: 1 / -1;
  }

  .bk8-stats {
    padding: 35px 0;
    
  }

  .bk8-stat-num {
    font-size: 40px;
  }

  .bk8-stat-lbl {
    font-size: 14px;
  }

  .bk8-trusted {
    padding: 50px 0;
  }

  .trusted-title {
    font-size: 30px;
  }

  .trusted-card p {
    font-size: 12px;
    margin-bottom: 0;
  }

  .trusted-card-head h5 {
    font-size: 16px;
  }

  .bk8-trust-grid {
    grid-template-columns: auto;
    height: 70vh;
  }

  .bk8-marquee-col {
    overflow: hidden;
    height: 440px;
  }

  .bk8-trust-count {
    font-size: 35px;
  }

  .bk8-trust-title {
    font-size: 25px;
  }

  .bk8-trust-desc {
    font-size: 16px;
  }

  .bk8-trust {
    padding: 50px 0 0;
  }

  .stay-ahead {
    padding: 50px 0 0;
  }

  .stay-ahead-info h2 {
    font-size: 25px;
  }

  .stay-ahead-info p {
    font-size: 16px;
  }

  .game-grid {
    grid-template-columns: auto;
    position: inherit;
    transform: translate(0, -35%);
    gap: 15px;
  }

  .game-parts.partone {
    position: relative;
    left: 50px;
  }

  .game-parts.parttwo {
    position: relative;
    left: -50px;
  }

  .bk8-sponsors-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .bk8-sponsor-block-label {
    font-size: 8px;
  }

  .bk8-sponsor-block-items.partner {
    gap: 20px;
  }

  .bk8-footer-logo {
    width: 90px;
    margin-bottom: 20px;
  }

  .bk8-footer-meta {
    gap: 25px;
    flex-direction: column;
  }

  .bk8-footer-meta-title {
    font-size: 12px;
  }

}