/* Banner section Start */
.container__ksr.banner_sec_contain {
    padding: 20px 30px;
}
.banr_sec_v4 .owl-dots .owl-dot span{
    margin: 5px 4px!important;
    width: 7px!important;
    height: 7px!important;
    background: #15151569!important;
}
.banr_sec_v4 .owl-dots .owl-dot.active span{
    width: 30px!important;
    height: 7px!important;
    background: #151515!important;
}
.banr_sec_v4{
    position: relative;
}
.banr_sec_v4 .owl-dots {
    background: #fff; 
    width: fit-content;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
    position: absolute;
    bottom: -1px;
    left: 7%;
    margin-top: 0px !important;
    clip-path: polygon(0 100%, 10% 0, 90% 0, 100% 100%); 
}

.banr_sec_v4 .owl-dots .owl-dot {
    margin-top: 0px !important;
    padding: 5px 0px 0px 0px !important;
}

.banr_sec_v4 .owl-dots .owl-dot:first-child {
    padding-left: 35px !important;
}

.banr_sec_v4 .owl-dots .owl-dot:last-child {
    padding-right: 35px !important;
}
/* End Banner section Start */
/* Dynamic Betting Section */
.register_box.txt_lft_v4 {
    text-align: left;
    margin: 0;
    width: 110px;
    font-size: 12px;
    padding:5px;
}
.register_box.txt_lft_v4 p {
    margin-top: 3px;
}

.dyna_betting{
    background-image: url('../images/dynamic_bg.png') !important;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top;
}
.dyna_betting_cont {
    display: flex;
    padding-top: 10px;
    justify-content: center;
}
.dyna_betting_1 h1{
    font-family: 'averta-bold';
    font-size: 34px;
    font-weight: 400;
}
.dyna_betting_1 p{
    font-family: 'averta-regular';
    font-size: 16px;
    font-weight: 400; 
}
.tabs {
    background: var(--Surface-1, #F7F6FB);
    border-radius: 5px 5px 5px 5px;
    max-width: 750px;
    margin-top: 25px;
  }
  ul#tabs-nav {
    list-style: none;
    margin: 0;
    overflow: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
  ul#tabs-nav li {
    margin-right: 2px;
    padding: 12px 10px;
    border-radius: 5px 5px 5px 5px;
    /*border: 1px solid #d5d5de;
    border-bottom: none;*/
    cursor: pointer;
    width: 25%;
  }
  ul#tabs-nav li a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    font-family: 'averta-regular';
    font-size: 14px;
    font-weight: 400;
    color:#212529;
}
ul#tabs-nav li a span {
    margin-top: 3px;
    font-family: 'averta-regular';
}
  ul#tabs-nav li:hover,
  ul#tabs-nav li.active {
    background: linear-gradient(180deg, rgba(67, 138, 207, 0) 0%, rgba(67, 138, 207, 0.2) 100%);
    border-bottom: 0.83px solid #4075FF;
  }
  
 ul#tabs-nav li.active a span{
    font-family: 'averta-semibold';
  }
  #tabs-nav li a {
    text-decoration: none;
    color: #FFF;
  }
  .tab-content {
    background-color: #FFF;
  }
  div#tabs-content {
    margin-top: 10px;
}
  
.dynamic_table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 16px;
    text-align: left;
}
.dynamic_table th, td {
    padding: 12px;
    border: 1px solid transparent;
}
.dynamic_table th {
    background-color: #333;
    color: white;
    font-family: 'averta-semibold';
    font-size: 17px;
}
.dynamic_table_bk, .dynamic_table_ly{
    text-align: center;
    font-family: 'averta-regular'!important;
    font-size: 14px!important;
}
.dynamic_table .back p{
    text-align: center;
    padding: 8px;
    border-radius: 5px;
    background: linear-gradient(96.45deg, rgba(130, 193, 251, 0.7) -0.78%, rgba(0, 133, 255, 0.7) 100.39%);
    /* border: 0.5px solid #79BDFB; */
    color:#fff;
}
.dynamic_table .lay p{
    text-align: center;
    padding: 8px;
    border-radius: 5px;
    background: linear-gradient(96.45deg, rgba(255, 172, 189, 0.7) -0.78%, rgba(246, 22, 67, 0.7) 100.39%);
    color:#fff;
}
.dynamic_table tr{
    background: #F3F9FF;
}
.dynamic_table td{
    color:#529CE3;
    font-family: 'averta-regular'!important;
    font-size: 14px!important;
}
.dyn_table_para {
    display: flex;
    align-items: center;
    gap: 10px;
}
.dyn_table_1 {
    border: 1px solid #7EBCF9;
    padding: 5px 6px;
    border-radius: 6px;
    text-align: center;
}
.dyn_table_2 {
    display: flex;
    gap: 15px;
    align-items: center;
}
.play__nw {
    border-radius: 6px;
    border: unset;
    max-width: 162px;
    color: #040404;
    font-family: averta-semibold;
    font-size: 16px;
    font-weight: 400;
}
.cret__acc__nw, .play__nw {
    background: linear-gradient(180deg, #ffd51b 0, #ffb80c 100%);
    height: 50px;
    width: 100%;
    cursor: pointer;
}
.dynami_tble_btn {
    text-align: center;
}
/* Responsive View */
.dynamic_sec_tle, .dynamic_sec_txt {
    display: flex;
    align-items: center;
    justify-content: center;
    gap:7px;
}
.dynamic_sec_tle p{
    color: #000;
    font-size: 12px;
    font-weight: 400;
    font-family: 'averta-regular';
    margin-top: 3px;
}
.dynamic_sec_tle img{
    width:15px!important;
}
.dynamic_sec_txt_1{
    text-align: center;
    flex: 1;
}
.dynamic_sec_txt {
    gap: 25px;
    justify-content: space-between;
    padding: 15px 5px;
}
.dynamic_sec_txt_1 img {
    width: 15px !important;
    margin: 0 auto;
}
.dy_img_v4{
    border: 0.5px solid #7BD4FF;
    backdrop-filter: blur(60px);
    background: #F3F9FF;
    padding:16px 10px;
    border-radius: 10px;
    margin: 20px 0px 5px 0px;
}
.dynamic_sec_txt_1 p {
    color: #529CE3;
    font-size: 12px;
    font-weight: 400;
    font-family: 'averta-regular';
    padding-top: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow : hidden;
}
.dynamic_sec_table{
    background: #FFFFFF;
   padding:5px 10px;
   border: 0.5px solid rgba(255, 255, 255, 0.4);
   border-radius: 10px;
   display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.dynamic_sec_table h5{
    color: #000;
    font-size: 12px;
    font-weight: 400;
    font-family: 'averta-regular';
    padding: 5px 0px;
    text-align: center;
}
.dynamic_sec_table_1 p{
    text-align: center;
    padding: 8px 18px;
    border-radius: 5px;
    background: linear-gradient(96.45deg, rgba(130, 193, 251, 0.7) -0.78%, rgba(0, 133, 255, 0.7) 100.39%);
    /* border: 0.5px solid #79BDFB; */
    color: #fff;
}
.dynamic_sec_table_2 p{
    text-align: center;
    padding: 8px 18px;
    border-radius: 5px;
    background: linear-gradient(96.45deg, rgba(255, 172, 189, 0.7) -0.78%, rgba(246, 22, 67, 0.7) 100.39%);
    color: #fff;
}
.dynamic_sec_table_1 {
    width: 50%;
}
.dynamic_sec_table_2 {
    width: 50%;
}
.dynami_sec_v4 .owl-dots .owl-dot span{
    margin: 5px 4px!important;
    width: 7px!important;
    height: 7px!important;
    background: #15151569!important;
}
.dynami_sec_v4 .owl-dots .owl-dot.active span{
    width: 30px!important;
    height: 7px!important;
    background: #151515!important;
}
/* End Dynamic Betting Section */
/* Event Everyday Section */
.register_box.txt_center_v4 {
    text-align: center;
    margin: 0;
    width: 120px;
    font-size: 12px;
    padding:6px;
    margin: 0 auto;
}
.register_box.txt_center_v4 p {
    margin-top: 1px;
}
.event_everyday_1_txt {
    text-align: center;
}
.event_everyday_1_txt h2{
font-family: 'averta-bold';
font-size: 34px;
font-weight: 400;
padding: 8px 0px;
}
.event_everyday_1_txt p{
font-family: 'averta-regular';
font-size: 16px;
font-weight: 400; 
max-width: 1100px;
margin: 0 auto; 
padding-bottom: 7px; 
}

.hm_ctr_sli {
    display: flex;
    perspective: 1000px;
    overflow: visible;
    padding: 0;
    margin: 0;
  }
  
  .hm_ctr_sli .owl-item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
  }
  .hm_ctr_sli .item {
    text-align: center;
    transition: transform 0.3s ease, height 0.3s ease;
    overflow: visible;
    flex-shrink: 0; 
  }
  .hm_ctr_sli .item img {
    width: 100%;
    height: auto;
    border-radius: 25px;
  }
  .hm_ctr_sli .owl-item.center{
    z-index: 3;
  }
  .hm_ctr_sli .owl-item.center .item {
    transform: scale(0.9); 
    height: auto;
    z-index: 2;
  }
  .hm_ctr_sli .owl-item.center .item .hm_ctr_sli_2 p{
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .hm_ctr_sli .owl-item:not(.center) .item button{ 
     display: none;
  }
  .hm_ctr_sli .owl-item:not(.center) .item {
    transform: scale(0.65); 
    margin: 0; 
    height: auto;
    z-index: 1;
  }
  .hm_ctr_sli_arr {
    position: relative;
    max-width: 1100px; 
  margin: 0 auto; 
  }
  .slider-container {
    overflow: hidden; 
    position: relative;
  }
  .carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    z-index: 10; 
  }
  
  .carousel-arrow img {
    width: 70px; 
    height: auto;
  }
  
  .left-arrow {
    left: -130px; 
  }
  
  .right-arrow {
    right: -130px; 
  }
  .hm_ctr_sli_1 {
    position: absolute;
    top: 9%;
    font-family: 'averta-semibold';
    font-size: 16px;
    font-weight: 400;
    background: #FF9C0780;
    padding: 10px 12px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #fff;
}
.hm_ctr_sli_2{
    text-align: center;
    position: absolute;
    bottom: 0px;
    width:100%;
}
.hm_ctr_sli_2 p{
   background: #1A191996;
   padding: 25px;
   font-family: 'averta-semibold';
   font-size: 26px;
   font-weight: 400;
   color: #fff;
   border-bottom-left-radius: 25px;
   border-bottom-right-radius: 25px;
}
.hm_ctr_sli_2 button {
    margin: 20px 0px;
}
.event_everyday_2 {
    background: radial-gradient(99% 99% at 50% 50%, rgba(255, 252, 228, 0.47) 0%, #FFFDC0 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    border-top: 1px solid rgba(220, 158, 33, 0.39);
    /* border-image-source: linear-gradient(180deg, rgba(220, 158, 33, 0.39) 0%, rgba(77, 76, 0, 0) 100%);
    border-image-slice: 1; */
    padding: 24px;
    border-radius: 20px;
}
.event_everyday_2 p{
    font-family: 'averta-regular';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; 
    color:#696969;
    padding-top: 15px;
}
.event_everyday_2_tle {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.event_everyday_2_txt {
    display: flex;
    align-items: center;
    gap: 10px;
}
.event_everyday_2_txt img {
    width: 30px;
}
.event_everyday_2_arr img {
    width: 30px;
}
.event_everyday_2_txt h4 {
    font-family: 'averta-bold';
    font-size: 18px;
    font-weight: 400;
}
/* End Event Everyday Section */

/*Start Live Play Section */
.live_ply_sec_cnt {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 25px 0px 20px 0px;
}
.live_ply_sec_1 h4 img {
    width: 20px;
}
.live_ply_sec_1 h4 {
    display: flex;
    align-items: center;
    gap: 7px;
    font-family: 'averta-bold';
    font-size: 16px;
    font-weight: 400;
    padding-top: 10px;
}
.live_ply_sec_1 p{
    padding-top: 7px;
    font-family: 'averta-regular';
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color:#696969;
}
.live_ply_sec_1 {
    flex: 0 0 50%;
}
.live_ply_btn{
    font-family: 'averta-semibold'!important;
    font-size: 14px!important;
    font-weight: 400!important;
    color:#2789CE!important;
    display: flex;
    align-items: center;
    gap: 5px;
    padding-top:0px!important;
}
.maches_evverdy {
    background: linear-gradient(92.29deg, #263D4C 9.63%, rgba(252, 236, 254, 0.5) 97.14%);
    padding: 40px 0px;
}
.maches_evverdy_cnt {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
.maches_evverdy_1 {
    flex: 0 0 50%;
}
.maches_evverdy_1 h2 {
    font-family: 'sf_sports_ns_alternate';
    font-size: 80px;
    font-weight: 400;
    background: linear-gradient(180deg, #FFAA00 0%, #FFFDF8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}
.maches_evverdy_1 h3{
    font-family: 'averta-extrabold';
    font-size: 31px;
    font-style: italic;
    font-weight: 400;
    color:#fff;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 10px;
}
.maches_evverdy_1 h3 span{
    background: linear-gradient(180deg, #FFAA00 0%, #FFFDF8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 100%;
}
.maches_evverdy_1 p{
    padding: 7px 0px 12px 0px;
    font-family: 'averta-regular';
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color:#fff;
}
.vr_games_para h3{
    font-family: 'averta-bold';
    font-size: 34px;
    font-weight: 400;
}
.vr_games_para p{
    padding-top: 7px;
    padding-bottom: 12px;
    font-family: 'averta-regular';
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color:#696969;
}
.vr_games {
    flex: 0 0 50%;
    text-align: center;
}
/* End Live Play Section */
/* Start Sports Type Section */
/* .sports_type_cnt{
    background-image: url(../images/50_sports_bg.png) !important;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
} */
.sports_type {
    position: relative;
}
.sports_type_cnt {
    display: flex;
    align-items: center;
    gap: 30px;
    margin: 60px 0px;
    height:360px;
}
.sports_type_cnt_1 {
    flex: 0 0 60%;
}
.sports_type_cnt_2{
    position: absolute;
    right:0;
}
.sports_type_cnt_2 img{
   max-width: 760px;
   width:100%;
}
.sports_type_cnt_para h2{
    font-family: 'averta-bold';
    font-size: 34px;
    font-weight: 400;
    padding: 8px 0px 5px 0px;
}
.sports_type_cnt_para p{
    padding-bottom: 12px;
    font-family: 'averta-regular';
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color:#212529;
}
.dyna_betting_1.sports_type_cnt_para .reg_txt {
    padding-bottom: 0px;
    line-height: normal;
    font-size: 12px;
}
.dyna_betting_1.sports_type_cnt_para .register_box.txt_lft_v4{
   width:120px; 
}
.st_betting_mkt_tab{
    margin: 0px;
    list-style: none;
    background: #292929;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.st_betting_mkt_tab:after{
    content:"";
    position: absolute;
    background-image: url('../images/sp_1.png') !important;
    background-repeat: no-repeat;
    background-size: 100%;
    top: 5px;
    width: 65px;
    height: 65px;
    right: -55px;
    z-index: -1;
}
.st_betting_mkt_1 {
    max-width: 800px;
    margin: 15px auto;
    position: relative;
}
.st_betting_mkt_1:before{
    content:"";
    position: absolute;
    background-image: url('../images/sp_2.png') !important;
    background-repeat: no-repeat;
    background-size: 100%;
    bottom: 155px;
    width: 130px;
    height: 130px;
    left: -100px;
    z-index: -1;
}
.st_betting_mkt_1:after{
    content:"";
    position: absolute;
    background-image: url('../images/sp_3.png') !important;
    background-repeat: no-repeat;
    background-size: 100%;
    bottom: 155px;
    width: 150px;
    height: 150px;
    right: -120px;
    z-index: 1;
}
.st_betting_mkt_tab li{
    font-family: 'averta-regular';
    font-size: 16px;
    font-weight: 400;
    color: #212529;
    margin-right: 2px;
    padding: 14px 10px;
    border-radius: 5px 5px 5px 5px;
    cursor: pointer;
    width: 25%;
}
.st_betting_mkt_tab li span{
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 5px;
   color:#fff;
   margin-top: 1px;
}
.st_betting_mkt_tab li:hover {
    background: linear-gradient(180deg, rgba(255, 191, 64, 0) 0%, rgba(255, 191, 64, 0.2) 100%);
    border-bottom: 1px solid #FFBF40;

    }
.st_betting_mkt_tab li.current{
    background: linear-gradient(180deg, rgba(255, 191, 64, 0) 0%, rgba(255, 191, 64, 0.2) 100%);
    border-bottom: 1px solid #FFBF40;
}
.tab-content1{
    display: none;
    padding: 10px 0px;
}
.tab-content1 img{
    max-width: 800px;
    width:100%;
}
.tab-content1.current{
    display: inherit;
}
.st_betting_mkt_1 p{
    padding: 25px 0px;
    font-family: 'averta-regular';
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #212529;
    text-align: center;
}
/* .skyward_cnt{
    background-image: url('../images/skyward.png') !important;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top; 
} */
/* End Sports Type Section */

/* Start Slot and Crash Game Section */
.slot_crash_gm {
    position: relative;
}
.register_box.txt_center_v4.slt_crash, .register_box.txt_lft_v4.slt_crash {
    width: 170px;
}
.slot_crash_gm_img {
    padding-top: 25px;
}
.slot_crash_gm_btn p {
    background-image: url(../images/slor_crsh.svg) !important;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    max-width: 200px;
    text-align: center;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translate(-55%, -160%);
    bottom: 0;
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
    font-family: 'averta-bold';
}
/* End Slot and Crash Game Section */
/* Start Crash Game Section */
.crash_gms_cnt {
    display: flex;
    align-items: center;
    gap:30px;
}
.crash_gms_cnt{
    position: relative;
}
.crash_gms_cnt_1{
    width: 40%;
}
.crash_gms_cnt:before{
    content:"";
    position: absolute;
    background: linear-gradient(270deg, #FFFFFF 0%, rgb(255 255 255 / 0%) 100%);
    rotate: 180deg;
    width: 200px;
    height: 340px;
    top: 11%;
    left: 39%;
    z-index: 2;
}
.crash_gms_cnt_2{
    width: 60%;
}
.crash_gms_cnt_1 h3{
    font-family: 'averta-bold';
    font-size: 34px;
    font-weight: 400;
}
.crash_gms_cnt_1 p{
    padding-bottom: 12px;
    font-family: 'averta-regular';
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color:#212529;
}
.crash_sec_v4 .owl-item .item {
   transform: translate3d(0, 0, 0);
   margin: 30px 0; 
  }
 
  .crash_sec_v4 .owl-item .item img {
     -o-transition: 0.3s;
     transition: 0.3s;
     -webkit-transform: scale(0.8);
     -ms-transform: scale(0.8);
     transform: scale(0.8); 
 }

 
 .crash_sec_v4 .owl-item.center .item img {
     -webkit-transform: scale(0.9);
     -ms-transform: scale(0.9);
     transform: scale(0.9);
 }

/* End Crash Game Section */
/* Start Best In The Market Section */
.bst_the_markt {
    background: var(--Surface-2, #263D4C);
    color: #fff;
}
.bst_the_markt_mtle{
    background: transparent!important;
    border-color: #fff!important;
}
.bst_the_markt_mtle img{
    width:15px;
}
.bst_the_markt_mtle p{
    color:#fff!important;
    margin-top:3px!important;
}

.bst_the_markt_sli {
    width: 100%;
    height: auto;
    transition: opacity 0.6s ease;
}
.bst_the_markt_sli.swiper-container-coverflow {
    padding: 25px 0;
}
.bst_the_markt_sli.loading {
    opacity: 0;
    visibility: hidden;
}
.bst_the_markt_sli .swiper-slide-shadow-left, .bst_the_markt_sli .swiper-slide-shadow-right{
    background-image: unset!important;
}
.bst_container__ksr{
    max-width: 1510px!important;
}
/* End Best In The Market Section */
/* Start jackpot games Section */
.jackpot_sec_gm_cnt_1 h3{
    font-family: 'averta-bold';
    font-size: 34px;
    font-weight: 400;
    padding-top:8px;
}
.jackpot_sec_gm_cnt_1 p{
    font-family: 'averta-regular';
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color:#212529;
    padding:8px 0px 15px 0px;
}
.register_box.txt_lft_v4.slt_crash p{
    font-size: 12px!important;
    padding: 0px!important;
    line-height: normal;
}
.jackpot_sec_gm_cnt{
    display: flex;
    align-items: center;
    justify-content: center;
    gap:30px;
}
.jackpot_sec_gm_cnt_1, .jackpot_sec_gm_cnt_2 {
    flex: 50%;
}
.jackpot_sec_gm_cnt_2{
    text-align: center;
}
.jackpot_sec_gm_cnt_2 img{
    max-width: 560px;
    margin: 0 auto;
    width: 100%;
}
/* End jackpot games Section */
/* Start rewards Section */
.rewards_sec{
    position: relative;
    background-image: url('../images/rewards_bg.png') !important;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    height:560px;
    display: flex;
    align-items: center;
}
.rewards_sec_cnt {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.rewards_sec_cnt_1{
    /* border-top: none;
    border-bottom: none;
    border-left: 5.1px solid;
    border-right: 5.1px solid;
    border-image-source: linear-gradient(180deg, #FFE1A0 0%, #BAA86C 21.88%, #FFF3A5 51.4%, #BCA870 100%);
    border-image-slice: 1;
    border-image-repeat: stretch; */
    background-image: url('../images/rewards_txt.png') !important;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    padding: 30px 56px;
    position: relative;
}
/* .rewards_sec_cnt_1:before{
    content: '';
    position: absolute;
    top: 0;
    width: 40px;
    background: linear-gradient(180deg, #FFE1A0 100%, #BAA86C 21.88%, #FFF3A5 51.4%, #BCA870 100%);
    height: 5px;
    left: 0px;
}
.rewards_sec_cnt_1:after{
    content: '';
    position: absolute;
    bottom: 0;
    width: 40px;
    background: linear-gradient(180deg, #FFE1A0 100%, #BAA86C 21.88%, #FFF3A5 51.4%, #BCA870 100%);
    height: 5px;
    left: 0px;
} */
.rewards_sec_cnt:before {
    content: "";
    position: absolute;
    background-image: url(../images/rewards_bg_1.png) !important;
    background-repeat: no-repeat;
    background-size: 100%;
    top: 61%;
    width: 560px;
    height: 250px;
    left: -50%;
    z-index: -1;
}
.rewards_sec_cnt:after {
    content: "";
    position: absolute;
    background-image: url(../images/rewards_bg_4.png) !important;
    background-repeat: no-repeat;
    background-size: 100%;
    top: -46px;
    width: 415px;
    height: 550px;
    right: -45%;
    z-index: 1;
}
.rewards_sec:before{
    content:"";
    position: absolute;
    background-image: url(../images/rewards_bg_3.png) !important;
    background-repeat: no-repeat;
    background-size: 100%;
    bottom: 0px;
    width: 100%;
    height: 160px;
    z-index: 2;
}
.rewards_sec_cnt p{
    font-family: 'averta-semibold';
    font-size: 20px;
    font-weight: 400;
}
.rewards_sec_cnt h2{
    font-family: "Advent Pro", serif;
    font-size: 120px;
    font-weight: 800;
    background: linear-gradient(67.99deg, #DFB95A 21.01%, #FFE456 35.57%, #CDB11A 50.14%, #FFEC82 62.44%, #DFBC5A 75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.rewards_sec_cnt h6{
    font-family: 'averta-regular';
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
}
/* End rewards Section */
/* Media Query */
@media only screen and (max-width: 600px) {
.dyna_betting_lg, .skyward_cnt_1_lg{
    display: none;
}
.dyna_betting_mbb, .skyward_cnt_2_mb{
    display: block;
}
.hm_ctr_sli .owl-item.center .item {
    transform: scale(0.5);
}
.hm_ctr_sli .owl-item:not(.center) .item {
    transform: scale(0.4);
}
.left-arrow {
    left: auto;
    bottom: 0;
    top: unset;
}
.right-arrow{
    right: 0;
    bottom: 0;
    top: unset;
    left: auto;
}
.carousel-arrow img{
    width:45px;
}
}
@media only screen and (min-width: 601px) {
    .dyna_betting_mbb, .skyward_cnt_2_mb{
        display: none;
    }
}