html {
    max-width: 1280px;
    /* min-width: 1280px; */
    width: 100%;
    margin: 0 auto;
}

body {
    padding: 0;
    margin: 0;
    color: #FFF;
}

.bet-btn {
    justify-content: center;
    display: flex;
    color: #000;
    text-align: center;
    align-items: center;
    height: 50px;
    width: 150px;
    background: linear-gradient(360deg, rgb(255, 233, 119) 0%, rgb(253, 154, 5) 55%);
    border-radius: 6px;
    margin: auto;
    font-size: 18px;
    cursor: pointer;
    transition: all .3s;
    border: 0px;
}

.promotion {

    background-image: linear-gradient(#510007, #280003);
    padding-bottom: 300px;
    /* background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 315px; */
    /* background-color:#1b0002; */
    /* padding-bottom: 300px; */
}

.container {
    position: relative;
    display: block;
    max-width: 1280px;
    /* min-width: 1280px; */
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;

    /* background: url('assets/images/promo_bg_3.png');
    background-size: 100%; */
    /* padding-top: 315px; */
    /* background: url('assets/images/promo_bg_4.png'); */
    /* background-repeat: no-repeat;
    background-position: top center; */
}

.top-bg {
    position: absolute;
    max-width: 1280px;
    width: 100%;
    height: 100%;
    /* max-height: 600px;
    height: 600px; */
    background: url('assets/images/promo_bg_7.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    z-index: 1;
}
.top-bg-m {
    max-width: 1280px;
    width: 100%;
    max-height: 600px;
    height: 600px;
    background: url('assets/images/promo_bg_7_m.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
}

.promotion .promotion-info-m{
    display: none !important;
}

.promotion .promotion-info {
    position: relative;
    color: #FFF;
    display: flex;
    align-items: stretch;
    justify-content: center;
    /* padding-top: 123px; */
    width: 100%;
    z-index: 2;
    padding-top: 450px;
    max-width: 768px;
    margin: auto;
    /* height: 1000px; */
}

.promotion .promotion-info .info-col{
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 33.33333%;
    padding-left: 15px;
    padding-right: 15px;
}

.promotion .promotion-info .item {
    background: url('assets/images/frame.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%;
    font-size: 24px;
    width: 100%;
    text-align: center;
    padding: 10px;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.promotion .promotion-info .item b {
    font-family: InterM;
    padding-top: 8px;
}

.promotion .promotion-info .item:not(:last-of-type) {
    margin-right: 1px;
}

.promotion .promotion-info-m {
    position: relative;
    color: #FFF;
    display: flex;
    align-items: stretch;
    justify-content: center;
    /* padding-top: 123px; */
    width: 100%;
    z-index: 2;
    padding-top: 450px;
    max-width: 768px;
    margin: auto;
    /* height: 1000px; */
}

.promotion .promotion-info-m .info-col{
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 33.33333%;
    padding-left: 15px;
    padding-right: 15px;
}

.promotion .promotion-info-m .item {
    background: url('assets/images/frame.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%;
    font-size: 24px;
    width: 100%;
    text-align: center;
    padding: 10px;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.promotion .promotion-info-m .item b {
    font-family: InterM;
    padding-top: 8px;
}

.promotion .promotion-info-m .item:not(:last-of-type) {
    margin-right: 1px;
}

.promotion .rules {
    /* margin: 0 165px; */
    background: #5c5c5d;
    padding: 45px;
    border-radius: 0 0 16px 16px;
}


.wrapper {
    position: relative;
    max-width: 1200px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    z-index: 2;
}

.buttonWrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
}

.contentWrapper {
    background-color: #5c5c5d;
    border-radius: 0 0 16px 16px;
}

button {
    position: static;
    border: none;
    padding: 10px;
    background-color: #D9D9D9;
    color: #232c3d;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.5s;
    z-index: 2;
}

button:hover {
    background-color: #949494;
}

button.active {
    background-image: linear-gradient(#BF1424, #570407);
    color: #FFF;
}

button .active-img{
    height: 30px;
    width: 30px;
    margin-bottom: 3px;
    display: none;
}

button.active  .active-img{
    height: 30px;
    width: 30px;
    margin-bottom: 3px;
    display: inline-block;
}

button .not-active-img{
    position: relative;
    height: 30px;
    width: 30px;
    margin-bottom: 3px;
    display: inline-block;
    z-index: -1;
}

button.active  .not-active-img{
    height: 30px;
    width: 30px;
    margin-bottom: 3px;
    display: none;
}

.content {
    display: none;
    /* margin-bottom: 20px; */
}

.content .table .t-row .t-item {
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px 0;
    background: #D9D9D9;
    color: #000;
    flex-grow: 1;
    flex-basis: 0;
    margin-right: 1px;
    border-radius: 0;
}

.content.active {
    display: contents;
}


.promotion .title {
    font-weight: bolder;
}

.promotion .rules .item {
    display: flex;
    margin-bottom: 20px;
    /* color: #000; */
}

.promotion .rules .item a {
    color: red;
}

.promotion .rules .item .num {
    display: flex;
    margin-right: 15px;
    margin-left: 25px;
}

.promotion .rules .item .table {
    width: 100%;
    color: #FFF;
}

.promotion .rules .item .table .t-row {
    display: flexbox;
}

.promotion .rules .item .table .t-row .t-item {
    /* display: flex;
    flex-direction: column; */
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px 0;
    background: #D9D9D9;
    color: #000;
    flex-grow: 1;
    flex-basis: 0;
    margin-right: 1px;

}

.promotion .rules .item .table thead th:first-of-type {
    border-radius: 16px 0 0 0;
}

.promotion .rules .item .table thead th:last-of-type {
    border-radius: 0 16px 0 0;
}

.promotion .rules .item .table tbody tr:last-of-type td:first-of-type {
    border-radius: 0 0 0 16px;
}

.promotion .rules .item .table tbody tr:first-of-type td:last-of-type {
    border-radius: 0 0 16px 0;
    border-right: hidden;
}

.promotion .rules .item .table td {
    border-right: 1px solid black;
}

.promotion .rules .item .table .t-row .t-item super {
    color: yellow;
}

.promotion .rules .item .table thead .t-row:first-of-type .t-item {
    /* background: #000; */
    background: linear-gradient(180deg, #BF1424 0%, #570407 100%);
    color: #fff;
}

/* .promotion .rules .item .table .t-row:first-of-type .t-item:first-of-type{
    border-radius: 16px 0 0 0;
}
.promotion .rules .item .table .t-row:first-of-type .t-item:last-of-type{
    border-radius: 0 16px 0 0;
}
.promotion .rules .item .table .t-row:last-of-type .t-item:first-of-type{
    border-radius: 0 0 0 16px;
}
.promotion .rules .item .table .t-row:last-of-type .t-item:last-of-type{
    border-radius: 0 0 16px 0;
} */

.promotion .foot {
    width: 100%;
    display: block;
    text-align: right;
    margin-top: 60px;
    color: #fff;
}