.home-hotgames-1 .title-area- .title-background- {
    position: absolute;
    width: 100%;
    height: calc(100% + 2rem);
    top: -2rem;
    left: 0;
    background: var(--homepromo1_TITLE_BG);
}


.home-hotgames-1 .title-area- .title-background-:before {
    content: "";
    position: absolute;
    width: 55%;
    height: 10px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: var(--homepromo1_TITLE_BG_BEFORE);
}

.home-hotgames-1 .title-area- .title-background-:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    height: 50%;
    background: var(--homepromo1_TITLE_BG_AFTER);
}

.home-hotgames-1 .title-area- .title-content- {
    position: relative;
    width: fit-content;
    text-align: center;
    padding: 0 0 .5rem;
}

.home-hotgames-1 .title-area- .title-content-:before {
    content: "";
    position: absolute;
    width: calc(100% + 4rem);
    height: 1px;
    left: -2rem;
    bottom: 0;
/*     background: var(--homepromo1_TITLE_CONTENT_BEFORE); */
}

.home-hotgames-1 .title-area- .title-content- h3 {
    margin: 0;
    font-size: var(--T8_SECTION_HEADING);
    font-weight: var(--T8_PRIMARY_FONT_WEIGHT);
    font-family: var(--T8_SECONDARY_FONT_FAMILY);
    text-transform: uppercase;
    color: var(--homepromo1_TITLE_H3_TXT_COLOR);
    letter-spacing: 1px;
}

.home-hotgames-1 .title-area- .title-content- h3 {
    font-size: 1.0rem !important;
}

.home-hotgames-1 .title-area- .title-content- .sub- {
    color: var(--homepromo1_TITLE_SUB_TXT_COLOR);
    font-size: var(--T8_SECTION_SUB_HEADING_FONT_SIZE);
    font-weight: var(--T8_PRIMARY_FONT_WEIGHT);
    font-family: var(--T8_SECONDARY_FONT_FAMILY);
    letter-spacing: 1px;
}

.home-hotgames-1 .title-area- .title-content-:after {
    content: "";
    position: absolute;
    width: 15%;
    height: 3px;
    left: 50%;
    bottom: -1px;
    transform: translateX(-50%);
    border-radius: 1rem;
/*     background: var(--homepromo1_TITLE_CONTENT_AFTER); */
}

.swiper-button-next, .swiper-button-prev{
    width: 50px !important;
    text-align: center;
}

.swiper-button-next:after, .swiper-button-prev:after{
	font-size: 21px !important;
	background-color: rgba(0, 0, 0, 0.5) !important;
    border-radius: 50%;
	width: 40px;
    height: 40px ;
    padding: 8px;
    color: white !important;
        display: flex;
    align-items: center;
    justify-content: center;
}

.mySwiper {
	min-height: 40px;
}
