
.best-event-sport {margin-bottom: 30px;}

.promo_home {
    margin-top: 40px;
}

.best-game-box{
    /* background: rgb(52,52,52); */
    /* background: linear-gradient(180deg, rgba(52,52,52,1) 0%, rgba(0,0,0,0) 100%); */
    margin-top: 50px;
    }

.promoHome_title {text-align: center;}

.promoHome_title h2 {font-size: 6vw;text-transform: uppercase;text-align: center;font-weight: 600;line-height: 1em;margin-bottom: 0px;font-family: var(--primary-font);color: var(--secondary-color);}
.promoBox_content h3 {font-size: 35px;font-family: var(--primary-font);color: var(--secondary-color);}

.promoHome_title a {color: var(--bg-body);text-decoration: none;display: block;width: 230px;margin: auto;font-weight: 600;padding: 10px 10px;border-radius: 5px;background: var(--secondary-color);}

.promoHome_title a:after {
  content:'';
  border: solid var(--bg-body);
  border-width: 0 3px 3px 0;
  display: inline-block;
  margin-left: 10px;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.promoBox {margin: 70px 0px 30px;}

.promoBox_img {background: url(../assets/img/promo-bg-sport.png);background-attachment: fixed;background-position: top;border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;}

.promoBox_img img {width: 100%;margin-top: -60px;}

.promoBox_content  {text-align: center;background: #ffffff1a;padding: 10px 15px 10px;}

.promoBox_content h3 {font-size: 35px;font-family: var(--primary-font);color: var(--secondary-color);}

.promoBox_content p {font-family: var(--secondary-font);color: var(--white-color);font-size: 18px;}

.promoBox_content a {font-family: var(--secondary-font);padding: 10px 20px;text-decoration: none;text-transform: uppercase;font-weight: 600;min-width: 120px;width: auto;margin: 10px 0px;display: block;border-radius: 3px;color: var(--white-color);background: var(--primary-color);}




@media (max-width: 992px) {
  .promoHome_title h2  {font-size: 10vw;}
    }

@media (max-width: 768px) {
  .promoHome_title h2  {font-size: 18vw;}
    
    .promoBox {
    display: flex;
    margin: 10px;
}
    
    .promoBox_img {
    align-items: center;
    max-width: 150px;
    display: flex;
    border-top-left-radius: 10px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 0px;
}
    
    .promoBox_img img {
        margin-top: 0px;
}
    
    .promoBox_content h3 {
    text-align: left;
    line-height: 1em;
    font-size: 30px;
}
    
    .promoBox_content p {
    text-align: left;
    line-height: 1.2em;
    font-size: 15px;
}
    }




/* single promo css */

.position-sticky-promo {
    position: sticky;
    top: 0px;
}

 .single-promo-img img{
    max-width:500px;
         width: 100%;
}
 .title-bonus{
    margin:0px 20px;
    color:var(--secondary-color);
    line-height:1em;
    padding:0;
    font-weight:600;
    text-align:center;
    font-size:86px;
    font-family:var(--primary-font);
    text-transform:uppercase;
         background: transparent;
}
 .subtitle-bonus{
    font-family:var(--secondary-font);
    color:var(--white-color);
    font-size:18px;
    text-align:center;
}
 .single-promo-img {
    padding-top:30px;
    padding-bottom:30px;
    background-position:center !important;
    background-size:cover !important;
}
 .single-promo-img figure{
    margin-bottom:0px;
    text-align:center;
}



 .btnSlider_promo_single a{
    font-family:var(--secondary-font);
    padding:10px 20px;
    text-decoration:none;
    text-transform:uppercase;
    font-weight:600;
    min-width:120px;
    width:auto;
    margin:10px;
    text-align: center;
    display:block;
    border-radius:3px;
    color:var(--white-color);
    background:var(--primary-color);
}
 .btnSlider_promo_single{
    display:flex;
    align-items:center;
    justify-content: center;
}
 .btnSlider_promo_single a.login{
    background:var(--secondary-color)!important;
}



 @media screen and (max-width: 768px){
     .single-promo-img{
        width:auto;
        padding:20px 5px;
    }
     .single-promo-img img{
        display:none;
    }
}




 .single-promo-content h1 {
    margin:0px 20px;
    color:var(--secondary-color);
    line-height:1em;
    padding:0;
    font-weight:600;
    font-family:var(--primary-font);
    text-transform:uppercase;
    display:flex;
    justify-content:space-between;
    background:#ffffff24;
    padding:6px 12px;
}


 .single-promo-content h2 {
    margin:0px 20px;
    color:var(--secondary-color);
    line-height:1em;
    padding:0;
    font-weight:600;
    font-family:var(--primary-font);
    text-transform:uppercase;
    display:flex;
    justify-content:space-between;
    background:#ffffff24;
    padding:6px 12px;
}

 .single-promo-content h3 {
    margin:0px 20px;
    color:var(--secondary-color);
    line-height:1em;
    padding:0;
    font-weight:600;
    font-family:var(--primary-font);
    text-transform:uppercase;
    display:flex;
    justify-content:space-between;
    background:#ffffff24;
    padding:6px 12px;
}

 .single-promo-content h4 {
    margin:0px 20px;
    color:var(--secondary-color);
    line-height:1em;
    padding:0;
    font-weight:600;
    font-family:var(--primary-font);
    text-transform:uppercase;
    display:flex;
    justify-content:space-between;
    background:#ffffff24;
    padding:6px 12px;
}


.single-promo-content p {
    color: var(--white-color);
    margin: 12px 20px;
}

     .prev-button{
        border-bottom:0px;
        width:auto;
        margin:9px 0px 20px;
        padding:10px 28px;
        color:var(--bg-color);
        background:var(--secondary-color);
        border-radius:3px;
        font-weight:600;
         border:0px;
    }


 @media screen and (max-width: 768px){
     .single-promo-content h1 {
        text-align:center;
        margin-top:20px;

    }
          .single-promo-content h2 {
        text-align:center;
        margin-top:20px;

    }
          .single-promo-content h3 {
        text-align:center;
        margin-top:20px;

    }
          .single-promo-content h4 {
        text-align:center;
        margin-top:20px;

    }
    
  }

.alert.alert-info.text-center {
    background: transparent;
    border: 0px;
    color: var(--white-color);
}

