@media screen and (max-width: 1200px) {}

@media screen and (max-width: 992px) {}

@media screen and (max-width: 768px) {
    .b-club > div:nth-child(n+2) {
        margin-top: 30px;
    }
    .b-club-item{
    margin-top: 0px;
}
}

@media screen and (max-width: 680px) {}

@media screen and (max-width: 480px) {}

@media screen and (max-width: 375px) {}


/* ----- Reusable Code ----- */


.section-padding {
    padding: 50px 0;
}



/*b-club*/
@import url('https://fonts.googleapis.com/css2?family=Just+Me+Again+Down+Here&display=swap');
.b-club{
    margin-top: 20px;
}
/*Hot-event*/
.b-club-title {
    display: flex;
    align-items: center;
}

.b-club-title-line {
    width: 5px;
    height: 25px;
    background: #ffbe72;
    display: block;
    margin-right: 10px;
}

.b-club-title > h3 {
    font-size: 2.5em;
    font-family: 'Just Me Again Down Here', cursive;
    font-weight: 500;
}
.b-club-item{
    margin-top: 20px;
}
.b-club-item img {
    width: 100%;
    transition: .2s;
}

.b-club-txt > h5 {
    text-align: center;
    font-weight: 700;
    line-height: 1.5;
    font-size: 1.3em;
    color: #000;
    margin-top: 15px;
    height: 90px;
}
/*
.b-club-txt > h5::after{
    content: '';
    width: 40px;
    height: 5px;
    display: block;
    background: #ffbe72;
    margin: 0 auto;
    margin-top: 10px;
}
*/

.b-club-txt > .datetime {
    text-align: center;
    color: #c99251;
}
.b-club-txt>div>i{
    margin-right: 6px;
}

.b-club-btn-open {
    background: #efefef;
    color: #000;
    padding: 5px 30px;
    border-radius: 1px;
    display: table;
    margin: 0 auto;
    transition: .3s;
    font-size: 13px;
    cursor: pointer;
    margin-top: 10px;
}

.b-club-btn-open:hover {
    background: #ffbe72;
    color: #fff;
}

.b-club-btn-disabled {
    background: #bebebe;
    color: #fff;
    padding: 5px 30px;
    border-radius: 1px;
    display: table;
    margin: 0 auto;
    transition: .3s;
    font-size: 13px;
    margin-top: 10px;
}
.b-club-btn-more{
    background: #000;
    color: #fff;
    padding: 5px 30px;
    border-radius: 1px;
    display: table;
    margin: 0 auto;
    transition: .3s;
    font-size: 13px;
}
.b-club-btn-more:hover{
    color: #ffbe72;
}
.b-club-btn-divider{
    border-bottom: 1px dotted #ffbe72;
    padding: 20px 0;
}
.b-club-item:hover>img{
    opacity: .7;
}


.b-more{
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
