.HzkUS {
        display: none;
}
    
.qYcw5 {
        background: #0A0B19 !important;
}
    
.QAFVZ {
    
        max-width: 100% !important;
}
    
.page-wrapper {
      background-image: url(https://www.favbet.ro/minio/new-promo/recompense/background-desk.png);
    background-size: contain ;
        background-position: top ;
        background-repeat: no-repeat;
        margin-top: -10% ;
}

body {
    background-color: #005;
}


.features {
    width: 38%;
    display: block;
    margin: 0 auto;
    padding-top: 13%;

}


.features a {
    display: block;
    text-align: center;
}

.info-section .btn {
    width: 45%;
    display: block;
    margin: 0 auto;

}

.info-section {
        background-image: url(https://www.favbet.ro/minio/new-promo/recompense/icon-fav-background.svg);
        background-size: contain;
        background-position: top;
        background-repeat: no-repeat;
    }

.loot {
        margin-top: 0;
    
}


.loot img {
     display: block;
    margin: 0 auto;
    width: 83%;
    margin-top: 2vh;

}


.coin img {
    display: block;
    margin: 0 auto;
    width: 138%;
    margin-top: -37%;
    margin-left: 10px;

}

.accordion-group {
    width: 800px;
    max-width: 95%;
    margin: 60px auto;
}

.accordion {
    margin-top: 2rem;
}

.accordion__header {
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    color: #D3D9EA;

}

.accordion__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accordion__icon {
    width: 20px;
    transition: transform 0.3s ease;
}

.accordion__line {
    height: 1px;
    background: white;
    margin-top: 10px;
}

.accordion__content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.accordion.is-active .accordion__content {
    max-height: none;
}

.accordion.is-active .accordion__icon {
    transform: rotate(180deg);
}

.accordion__content p {
    color: #D3D9EA;
}

.title-reward {
    display: flex;
    justify-content: center;
}

.title-reward img {
    width: 42vw;
}

.accordion__content h3 {
    color: #D3D9EA;
}

.scene {
    position: relative;
  }

  .lootbox {
    width: 320px;
    height: auto;
    display: block;
  }

  .anim {
    position: absolute;
    object-fit: contain;
    filter: drop-shadow(0 6px 18px rgba(240,165,0,0.6));
  }

  /* coin-left: stĂ˘nga, la mijlocul ĂŽnÄlČimii */
  .coin-left {
    width: 7vw;
    left: -7%;
    top: 73%;
    transform: translateY(-50%);
    animation: float1 2.4s ease-in-out infinite;
  }

  /* coin: pe linia coin-left dar un pic mai sus */
  .coin-center {
    width: 5vw;
    left: -5%;
    top: calc(40% - 54px);
    animation: float2 2.4s ease-in-out infinite;
    animation-delay: 0.8s;
  }

  /* coin-right: dreapta */
  .coin-right {
    width: 7vw;
    right: -9%;
    top: 52%;
    transform: translateY(-50%);
    animation: float3 2.4s ease-in-out infinite;
    animation-delay: 1.6s;
  }

  .table-recomepense {
      width: 45%;
      border-collapse: collapse;
      text-align: center;
      margin: 0 auto;
    }
    
    .table-recomepense th {
      color: #FF267E;
      padding: 12px;
      border-bottom: 2px solid #022C94;
    }
    
    .table-recomepense td {
      padding: 12px;
      border-bottom: 2px solid #022C94;
      font-weight: bold;
      font-size: 18px;
    }
    
    .text2 {
            font-size: 1.4vw;
             text-align: center;
        color: #EDEDED;
        font-style: normal;
    
    }
    
    .text1 {
        font-size: 1.8vw;
         text-align: center;
        color: #EDEDED;
        font-style: normal;
    
    }
    
    
    .terms-p {
            width: 30%;
    margin: 0 auto;
        font-size: 18px;
    
    }

      .infos {
        width: 40%;
        display: block;
        margin: 0 auto;
    }

    .info-section h2 {
        font-size: 2.5vw;
    }

  @keyframes float1 {
    0%, 100% { transform: translateY(-50%); }
    50%       { transform: translateY(calc(-50% - 16px)); }
  }

  @keyframes float2 {
    0%, 100% { transform: translateY(0px); }
    50%       { transform: translateY(-16px); }
  }

  @keyframes float3 {
    0%, 100% { transform: translateY(-50%); }
    50%       { transform: translateY(calc(-50% - 16px)); }
  }

@media (max-width: 700px) {

    .page-wrapper {
        background-image: url(https://www.favbet.ro/minio/new-promo/recompense/background-mobile.png);
        background-size: contain;
        background-position: top;
        min-height: auto;
    }

    .features {
        width: 100%;
        padding-top: 5%;
    }

    .info-section .btn {
        width: 48%;

    }

    .info-section {
        width: 90%;
        display: block;
        margin: 0 auto;
    }

    .infos {
        width: 90%;
        display: block;
        margin: 0 auto;
     }

     .table-recomepense {
        width: 90%;
     }

 
    
    .coin img {
        margin-top: 0;
    }

  

    .loot img {
        width: 67%;
    }

    .coin img {
        width: 83%;
        margin-left: 45px;
        margin-top: 16px;
    }

    .title-reward img {
        width: 90%;
    }

    .features a img {
        width: 50%;
    }

    .coin-left {
        left: 6%;
        top: 73%;
        width: 12%;
    }
    
    .coin-center {
        left: 9%;
        top: calc(39% - 54px);
        width: 8%;
    }

    .coin-right {
        right: 6%;
        top: 52%;
        width: 12%;
    }

    .text1 {
    font-size: 19px;
}

    .text2 {
    font-size: 18px;
}

.info-section h2 {
        font-size: 6vw;

}

.info-recomepense {
    width: 90%;
}

.terms-p {
    width: 90%;
}
}


  