.carousel_cls_43 .game-section .clear {
    clear: both;
}

.carousel_cls_43 .game-section img {
    max-width: 100%;
    border: 0px;
}

.carousel_cls_43 .game-section ul,
.carousel_cls_43 .game-section ol {
    list-style: none;
}

.carousel_cls_43 .game-section a {
    text-decoration: none;
    color: inherit;
    outline: none;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

    .carousel_cls_43 .game-section a:focus,
    .carousel_cls_43 .game-section a:active,
    .carousel_cls_43 .game-section a:visited,
    .carousel_cls_43 .game-section a:hover {
        text-decoration: none;
        outline: none;
    }

    .carousel_cls_43 .game-section a:hover {
        color: #e73700;
    }

.carousel_cls_43 .game-section h2 {
    margin-bottom: 48px;
    padding-bottom: 16px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    position: relative;
    text-transform: capitalize;
}

.carousel_cls_43 .game-section h3 {
    margin: 0 0 10px;
    font-size: 28px;
    line-height: 36px;
}

.carousel_cls_43 .game-section .line-title {
    position: relative;
    width: 400px;
}

    .carousel_cls_43 .game-section .line-title::before,
    .carousel_cls_43 .game-section .line-title::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        height: 4px;
        border-radius: 2px;
    }

    .carousel_cls_43 .game-section .line-title::before {
        width: 100%;
        background: #f2f2f2;
    }

    .carousel_cls_43 .game-section .line-title::after {
        width: 32px;
        background: #e73700;
    }

.carousel_cls_43 .game-section {
    padding: 60px 50px;
}

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

    .carousel_cls_43 .game-section .item {
        margin: 0 15px 60px;
        width: 320px;
        height: 400px;
        display: flex;
        display: -webkit-flex;
        align-items: flex-end;
        -webkit-align-items: flex-end;
        background: #343434 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;
    }

        .carousel_cls_43 .game-section .item.active {
            width: 500px;
            box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25);
            -webkit-box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25);
        }

        .carousel_cls_43 .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), rgb(0, 0, 0));*/
        }

    .carousel_cls_43 .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;
    }

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

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

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

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

@media (min-width: 992px) and (max-width: 1199px) {
    .carousel_cls_43 .game-section h2 {
        margin-bottom: 32px;
    }

    .carousel_cls_43 .game-section h3 {
        margin: 0 0 8px;
        font-size: 24px;
        line-height: 32px;
    }

    .carousel_cls_43 .game-section {
        padding: 50px 30px;
    }

        .carousel_cls_43 .game-section .item {
            margin: 0 12px 60px;
            width: 260px;
            height: 360px;
        }

            .carousel_cls_43 .game-section .item.active {
                width: 400px;
            }

        .carousel_cls_43 .game-section .item-desc {
            transform: translateY(calc(100% - 46px));
            -webkit-transform: translateY(calc(100% - 46px));
        }
}

@media (min-width: 768px) and (max-width: 991px) {
    .carousel_cls_43 .game-section h2 {
        margin-bottom: 32px;
    }

    .carousel_cls_43 .game-section h3 {
        margin: 0 0 8px;
        font-size: 24px;
        line-height: 32px;
    }

    .carousel_cls_43 .game-section .line-title {
        width: 330px;
    }

    .carousel_cls_43 .game-section {
        padding: 50px 30px 40px;
    }

        .carousel_cls_43 .game-section .item {
            margin: 0 12px 60px;
            width: 240px;
            height: 330px;
        }

            .carousel_cls_43 .game-section .item.active {
                width: 360px;
            }

        .carousel_cls_43 .game-section .item-desc {
            transform: translateY(calc(100% - 42px));
            -webkit-transform: translateY(calc(100% - 42px));
        }
}

@media (max-width: 767px) {
    .carousel_cls_43 .game-section h2 {
        margin-bottom: 20px;
    }

    .carousel_cls_43 .game-section h3 {
        margin: 0 0 8px;
        font-size: 19px;
        line-height: 24px;
    }

    .carousel_cls_43 .game-section .line-title {
        width: 250px;
    }

    .carousel_cls_43 .game-section {
        padding: 30px 15px 20px;
    }

        .carousel_cls_43 .game-section .item {
            margin: 0 10px 40px;
            width: 200px;
            height: 280px;
        }

            .carousel_cls_43 .game-section .item.active {
                width: 270px;
                box-shadow: 6px 10px 10px rgba(0, 0, 0, 0.25);
                -webkit-box-shadow: 6px 10px 10px rgba(0, 0, 0, 0.25);
            }

        .carousel_cls_43 .game-section .item-desc {
            padding: 0 14px 5px;
            transform: translateY(calc(100% - 42px));
            -webkit-transform: translateY(calc(100% - 42px));
        }
}
/*# sourceMappingURL=style.owl.css.map */
