/******* Middle section CSS Start ******/
/* -------- Landing page ------- */

/* ẨN TOÀN BỘ GIÁ VÀ TÊN SẢN PHẨM */
.item-desc h3,
.item-desc h4,
.product-price {
    display: none !important;
}

/* Giữ nguyên các style khác */
.item-desc h3 {
    color: #ffff;
    font-family: inherit;
}

.item-desc h4 {
    font-family: inherit;
    margin-bottom: 3px;
}

.product-price {
    font-size: 15px;
    margin-bottom: 5px;
}

/*.game-section .item:after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}*/

/*.owl-dots.disabled {
    display: block !important;
}*/
.game-section {
    padding: 60px 50px;
}

.game-section .owl-stage {
    margin: 15px 0;
    display: flex;
    display: -webkit-flex;
}

.game-section .item {
    margin: 0 15px 60px;
    /* THU NHỎ 25% SO VỚI KÍCH THƯỚC GỐC (320x400) */
    width: 240px;      /* 320 - 25% = 240 */
    height: 300px;     /* 400 - 25% = 300 */
    display: flex;
    display: -webkit-flex;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    background: #160c0c57 no-repeat center center / cover;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    cursor: pointer;
    padding-bottom: 15px;
}

.game-section .item.active {
    /* THU NHỎ 25% SO VỚI KÍCH THƯỚC GỐC (500x400) */
    width: 375px;      /* 500 - 25% = 375 */
    box-shadow: 12px 20px 20px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 12px 20px 20px rgba(0, 0, 0, 0.25);
}

.game-section .item-desc {
    padding: 0 24px 12px;
    color: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transform: translateY(calc(100% - 54px));
    -webkit-transform: translateY(calc(100% - 54px));
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.game-section .item.active .item-desc {
    transform: none;
    -webkit-transform: none;
}

.game-section .item-desc p {
    opacity: 0;
    -webkit-transform: translateY(32px);
    transform: translateY(32px);
    transition: all 0.4s ease-in-out 0.2s;
    -webkit-transition: all 0.4s ease-in-out 0.2s;
    font-size: 18px;
}

.game-section .item.active .item-desc p {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.game-section .owl-theme.custom-carousel .owl-dots {
    margin-top: -20px;
    position: relative;
    z-index: 5;
}

/******** Middle section CSS End *******/

/***** responsive css Start ******/

@media (min-width: 992px) and (max-width: 1199px) {
    h2 {
        margin-bottom: 32px;
    }
    h3 {
        margin: 0 0 8px;
        font-size: 24px;
        line-height: 32px;
    }

    .game-section {
        padding: 50px 30px;
    }
    .game-section .item {
        margin: 0 12px 60px;
        /* THU NHỎ 25% - TƯƠNG ỨNG VỚI 260x360 */
        width: 195px;      /* 260 - 25% = 195 */
        height: 270px;     /* 360 - 25% = 270 */
    }
    .game-section .item.active {
        /* THU NHỎ 25% - TƯƠNG ỨNG VỚI 400x360 */
        width: 300px;      /* 400 - 25% = 300 */
    }
    .game-section .item-desc {
        transform: translateY(calc(100% - 46px));
        -webkit-transform: translateY(calc(100% - 46px));
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    h2 {
        margin-bottom: 32px;
    }
    h3 {
        margin: 0 0 8px;
        font-size: 24px;
        line-height: 32px;
    }
    .line-title {
        width: 330px;
    }

    .game-section {
        padding: 50px 30px 40px;
    }
    .game-section .item {
        margin: 0 12px 60px;
        /* THU NHỎ 25% - TƯƠNG ỨNG VỚI 240x330 */
        width: 180px;      /* 240 - 25% = 180 */
        height: 247px;     /* 330 - 25% = 247.5 (làm tròn 247) */
    }
    .game-section .item.active {
        /* THU NHỎ 25% - TƯƠNG ỨNG VỚI 360x330 */
        width: 270px;      /* 360 - 25% = 270 */
    }
    .game-section .item-desc {
        transform: translateY(calc(100% - 42px));
        -webkit-transform: translateY(calc(100% - 42px));
    }
}

@media (max-width: 767px) {
    body {
        font-size: 14px;
    }
    h2 {
        margin-bottom: 20px;
    }
    h3 {
        margin: 0 0 8px;
        font-size: 19px;
        line-height: 24px;
    }
    .line-title {
        width: 250px;
    }

    .game-section {
        padding: 30px 15px 20px;
    }
    .game-section .item {
        margin: 0 10px 40px;
        /* THU NHỎ 25% - TƯƠNG ỨNG VỚI 200x280 */
        width: 150px;      /* 200 - 25% = 150 */
        height: 210px;     /* 280 - 25% = 210 */
    }
    .game-section .item.active {
        /* THU NHỎ 25% - TƯƠNG ỨNG VỚI 270x280 */
        width: 202px;      /* 270 - 25% = 202.5 (làm tròn 202) */
        box-shadow: 6px 10px 10px rgba(0, 0, 0, 0.25);
        -webkit-box-shadow: 6px 10px 10px rgba(0, 0, 0, 0.25);
    }
    .game-section .item-desc {
        padding: 0 14px 5px;
        transform: translateY(calc(100% - 42px));
        -webkit-transform: translateY(calc(100% - 42px));
    }
}
