.home_slider_title span {
    font-size: 50px;
    font-family: 'PFKidsPro_GradeFive';
    text-transform: uppercase;
    line-height: 1.25;
    color: #ffe2b7;
    text-shadow: 2px 2px #000;
    font-weight: 400;
    text-align: right;
}

.home_bottom {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%),
    url('../img/body-main-bg.png') 0 0 repeat, rgba(32, 28, 25, 0.77);
    position: relative;
}

.home_bottom:before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 20px;
    background-image: url('../img/main-slider-dot-horizontal.png');
    z-index: 999;
}

.home_slider_text {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 30px 0 150px 0;
    position: relative;
}

.home_slider_text:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 250px;
    height: 107px;
    background-image: url('../img/main-slider-left-decor.png');
}

.home_slider_text:after {
    content: '';
    position: absolute;
    top: 0;
    right: -130px;
    width: 273px;
    height: 227px;
    background-image: url('../img/main-slider-right-decor.png');
}

.home_slider_btn a {
    width: 100%;
    height: 84px;
    font-size: 25px;
    color: #fff;
    text-align: center;
    line-height: 84px;
    position: relative;
    z-index: 9999;
    margin-left: -28px;
}

.home_slider_btn i {
    display: block;
    position: relative;
}

.home_slider_btn i:before {
    content: '';
    position: absolute;
    top: 5px;
    left: -126px;
    width: 120px;
    height: 75px;
    z-index: -2;
    background-position: 0px -80px;
    background-image: url('../img/sprite-btn-success-shadow-bg-size-l.png');
}

.home_slider_btn i:after {
    content: '';
    position: absolute;
    top: 5px;
    right: -136px;
    width: 136px;
    height: 75px;
    z-index: -2;
    background-position: 0px -160px;
    background-image: url('../img/sprite-btn-success-shadow-bg-size-l.png');
}

.home_slider_btn {
    position: relative;
    z-index: 9999;
    cursor: pointer;
    width: 87px;
    height: 84px;
    background-position: 0px -712px;
    background-image: url('../img/sprite-btn-success-bg-size-l.png');
}

.home_slider_btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: -80px;
    width: 80px;
    height: 84px;
    background-position: 0px -178px;
    background-image: url('../img/sprite-btn-success-bg-size-l.png');
}

.home_slider_btn:after {
    content: '';
    position: absolute;
    top: 0;
    right: -94px;
    width: 94px;
    height: 84px;
    background-position: 0px -445px;
    background-image: url('../img/sprite-btn-success-bg-size-l.png');
}

.home_slider_btn:hover {
    background-position: 0px 262px;
}

.home_slider_btn:hover:before {
    background-position: 0px 0px;
}

.home_slider_btn:hover:after {
    background-position: 0px -267px;
}

.single-item-rtl .slick-dots li button {
    position: relative;
}

.single-item-rtl .slick-dots li.slick-active button:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    width: 27px;
    height: 27px;
    background-position: -699px -333px;
    z-index: 99;
    background-image: url('../img/sprite-icons.webp');
}

.single-item-rtl .slick-dots li button:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    width: 27px;
    height: 27px;
    background-position: -699px -301px;
    z-index: 99;
    background-image: url('../img/sprite-icons.webp');
}

@media only screen and (max-width: 1300px) {
    .single-item-rtl .slick-dots {
        display: none !important;
    }

}

@media only screen and (max-width: 992px) {
    .home_slider_title span {
        font-size: 32px;
    }
}

@media only screen and (max-width: 768px) {
    .home_slider_text {
        flex-direction: column;
    }

    .home_slider_btn {
        margin-top: 15px;
    }
}

@media only screen and (max-width: 500px) {
    .home_bottom {
        display: none;
    }
}
