.image-desktop {
    background-image: none;
}
.green-CTA{
    background: #33C16C;
    border: 2px solid #74FEAB;
    display: inline-block;
    text-align: center;
    background: #33C16C;
    padding: 8px 20px 9px 20px;
    clear: both;
    font-family: byker, sans-serif;
    font-style: normal;
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    border: 2px solid #74FEAB;
    border-radius: 4px; 
}


.green-Brand{
    color: #74FEAB !important;
    font-weight: bold;
  }

  .white-Brand{
    color: #ffffff !important;
    font-weight: bold;
  }

.orange-bg{
    background-image: url('images/test2.jpg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        height: auto;
}

.collab-title{
    max-width: 300px;
    margin-bottom: 98px;
}

.rocket-img {
    bottom: -116px !important;
    max-width: 74%;
}

.leaderboard-section {
    padding: 60px 0;
    background-color: #2b3f52;
  }

  .leaderboard-section li {
 color: #74FEAB;
  }



  .bitcoin-title {
    font-size: 2rem;
    font-weight: 700;
    color: #ffffff;
  }

  .bitcoin-title span {
    color: #4be091;
  }
 

  .bitcoin-text {
    color: #cbd5e1;
    margin-top: 20px;
    max-width: 500px;
  }

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


  .request-bet-section {
    padding: 60px 0;
   
  }

  .request-bet-section p {
  color: #cbd5e1;
   
  }

 


  /* added */

    

  .crypto-banner {
    background: url('images/bg01.jpg') no-repeat center center;
    background-size: cover;
    color: #fff;
    padding: 80px 20px;
    text-align: center;
  }

  .crypto-banner .logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
  }

  .crypto-banner .divider {
    width: 1px;
    background-color: #ccc;
    height: 40px;
  }

  .crypto-banner .headline {
    font-size: 1.8rem;
    margin-top: 30px;
  }

  .crypto-banner .highlight {
    font-weight: bold;
    font-size: 2rem;
  }

  .crypto-banner .btn-join {
    margin-top: 30px;
    
  }

  .crypto-banner .btn {
    background-color: #33C16C;
    color: #000;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 6px;
    border: none;
  }

  @media (max-width: 576px) {
    .crypto-banner .logos {
      flex-direction: column;
      gap: 10px;
    }

    .crypto-banner .divider {
      display: none;
    }

    .crypto-banner .headline {
      font-size: 1.5rem;
    }

    .crypto-banner .highlight {
      font-size: 1.7rem;
    }
  }

  .slot-section {
    background: url('images/desktop@2x.jpg') no-repeat center center;
    background-size: cover;
    padding: 80px 0;
    color: #fff;
    text-align: center;
  }

  .big-leagues-section {
    background: url('images/desktop@2x.jpg') no-repeat center center;
    background-size: cover;
    padding: 80px 0;
    color: #fff;
    text-align: center;
  }

  .slot-card {
    background-color: #2b3f52;
    border-radius: 15px;
    padding: 30px;
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    text-align: left;
  }

  .slot-content {
    flex: 1 1 300px;
  }

  .slot-tag {
    background-color: #9d4edd;
    color: white;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 6px;
    display: inline-block;
    margin-bottom: 15px;
  }

  .slot-image {
    flex: 1 1 300px;
    text-align: center;
  }

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

  .play-btn {
    margin-top: 30px;
  }

  .play-btn .btn {
    background-color: #4be091;
    color: #000;
    padding: 12px 30px;
    border-radius: 8px;
    font-weight: bold;
    border: none;
  }

  @media (max-width: 768px) {
    .slot-card {
      flex-direction: column;
      text-align: center;
    }

    .slot-content
     {
      text-align: center;
    }

    .slot-image {
        display: none;
      }

  }
@media (min-width: 576px) {
    .image-desktop {
        background-image: url('images/desktop@2x.jpg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        height: auto;
    }

}



@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1200px), only screen and ( min--moz-device-pixel-ratio: 2) and (min-width: 1200px), only screen and ( -o-min-device-pixel-ratio: 2/1) and (min-width: 1200px), only screen and ( min-device-pixel-ratio: 2) and (min-width: 1200px), only screen and ( min-resolution: 192dpi) and (min-width: 1200px), only screen and ( min-resolution: 2dppx) and (min-width: 1200px) {

    .image-desktop {
        background-image: url('images/desktop@2x.jpg');
        background-repeat: no-repeat;
        background-position: center left;
        background-size: cover;
    }
}

@media (min-width: 576px) {

    .image-mobile {
        display: none;
    }
/* 
    .collab-title{
        margin-bottom: -11px;
        padding-top: 120px;
        } */
}


@media (max-width: 576px) {
    .mobile-cta {
        font-size: 16px;
    }

    .banner-copy {
        margin-top: 4em;
    }

   

}



@media (min-width: 576px) and (max-width: 992px) {

    .div-wrapper {
        position: relative;
        /* left: 150px !important; */
        width: 120%;
    }


}


@media (min-width: 992px) {

    .div-wrapper {
        position: relative;
        width: 120%;
    }


}

.max-width {
    max-width: 200px !important;
}

/* @media (min-width: 636px) {

   .step-last {
        padding-left: 14% !important;
    }
} */

.bold-text {
    font-weight: bold;
}


@media (min-width: 972px) {
    .steps .step-bold, .section-title {
        font-size: 24px;
    }
}


@media (min-width: 972px) {
    .steps .step-number {
        margin: auto;
        width: 44px;
        float: left;
        margin-top: 7px;
    }
}


@media (min-width: 576px) {
    .image-desktop-bitcoin {
        background-image: url('images/test2.jpg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        height: auto;
    }

    
}



.partnership-section {
    background: url('images/bg-4.jpg') no-repeat center center;
    background-size: cover;
    padding: 80px 20px; 
    color: #ffffff;
  }

  .partnership-text{
    margin: auto;
  }

  .partnership-text h2 { 
    font-size: 2rem;
    font-weight: 700;
  }

  .partnership-text .highlight {
    color: #4be091;
    font-weight: 700;
  }

  .partnership-text p {
    font-size: 1rem;
    margin-bottom: 10px;
   
  }

  .character-image {
    max-width: 100%; 
    height: auto;
  }

  @media (max-width: 768px) {
    .partnership-section {
     
      padding: 60px 20px;
    }

    .partnership-text h2 {
      font-size: 1.5rem;
    }

    .partnership-text p {
      font-size: 0.95rem;
    }
  }