/* promo card section */
.promo .container{
	max-width:1340px;
}
.promo .card {
    z-index: -10 !important;
    margin-top: 30px;
    border-radius: 0;
}

.promo .col-md-6 {
    z-index: 9;
}

.promo .card-body {
    padding: 16px;
}

.promo .card-title {
    color: #2A2A2A;
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
	line-height:36px;
    margin-bottom: 0;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	margin-top:4px;
}

.promo .card-text {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #aaa;
	line-height:24px;
}

.promo .btnViewOffer {
    background-color: #FABC1F;
    margin-top: 6px;
    border-radius: 0%;
    color: #171717;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
}

.promo .btnLoadMore {
    background-color: #FABC1F;
    margin: 10px 24px 30px;
    border-radius: 0%;
    color: #171717;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    width: 192px;
    border: 1px solid;
}

.center {
    justify-content: center;
}


.promo .loadmore {
    display: none;
}

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

    .promo .card-body {
        padding: 10px;
    }

    .promo .card-title {
        font-size: 28px;
        margin-bottom: 0;
    }

    .promo .card-text {
        font-size: 14px;
    }

    .promo .btnViewOffer {
        font-size: 10px;
    }


}

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

    .promo .card-body {
        padding: 24px;
    }

    .promo .card-title {
        font-size: 24px;
        margin-bottom: 0;
		line-height:28px;
    }

    .promo .card-text {
        font-size: 14px;
		line-height:20px;
		white-space:nowrap;
		text-overflow:ellipsis;
		overflow:hidden;
    }

    .promo .btnViewOffer {
        font-size: 12px;
		line-height:18px;
        width: 100%;
    }
	#promoDetail .promoCaption h1{
		font-size:40px !important;
		line-height:44px !important;
	}
	#promoDetail .promoCaption p{
		font-size:14px !important;
		line-height:20px !important;
	}
}

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

    .promo .slick-prev:before,
    .promo .slick-next:before {
        position: absolute;
        bottom: -210px;
    }

    .promo .slick-prev {
        left: 40%;
    }

    .promo .slick-next {
        right: 40%;
    }
	.promo .btnLoadMore {
		width:100%;
	}
	.promo .card-title {
		text-align:left;
		margin-bottom:5px;
	}
}


/* Promo section ends */



/* =================================Page 2 : Promo Details================================= */

#promoDetail .promoImage img {
	padding: 48px 24px 32px 24px;
    width: 100%;
}

#promoDetail .promoCaption {
    margin-bottom: 55px;
}

#promoDetail .promoCaption h1 {
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 55px;
    text-align: center;
    text-transform: uppercase;
    color: #171717;
}

#promoDetail .promoCaption p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    text-transform: capitalize;
    color: #171717;
}

#promoDetail .btnGetAPlayCoin {
    background: #FABC1F;
    border: 1px solid #171717;
    border-radius: 0;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    align-items: center;
    text-align: center;
    color: #171717;
	padding:8px 16px;
}

#promoDetail .center {
    display: flex;
    justify-content: center;
}


@media screen and (max-width: 600px) {
    #promoDetail .btnGetAPlayCoin {
        width: 100%;
    }
	#promoDetail .promoTime{
		display:block;
	}
}



/* ============================ Page 1: Experiences ================================ */

.heroBanner .introImage img {
    padding: 0;
    width: 100%;
}

.upcoming {
    display: flex;
    justify-content: center;
}

.upcoming h3 {
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 55px;
    text-transform: uppercase;
    color: #171717;
    margin-top: 50px;
}