.home-index-slider .dandik {
    right: 30px;
}
.home-index-slider .bamdik {
    left: 30px;
}
.home-index-slider .slick-dots {
    bottom: 50px;
}
.banner-part {
    padding: 20px 0px 20px;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
    border-radius: 4px;
}

.text-left{
    text-align: left;
}
.banner-content .slide-title {
    text-transform: capitalize;
    margin-bottom: 22px;
    color: var(--white);
    text-shadow: 0 0 5px rgba(17, 17, 17,.3);
    font-size: 28px;
    font-weight: 700;
}
.banner-content p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 25px;
    color: var(--body);
}
.banner-btn .btn {
    margin-right: 15px;
}
.banner-img img {
    width: 100%;
}
@media (max-width: 767px) {
    .banner-content .slide-title {
        font-size: 26px;
        line-height: 32px;
    }
    .banner-img {

    }
    .banner-btn .btn {
        margin: 8px;
    }
    .banner-content p {
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 20px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .banner-content .slide-title {
        font-size: 32px;
        line-height: 42px;
    }
    .banner-btn .btn {
        padding: 14px 22px;
        margin-right: 10px;
    }
}

.promo-img {
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
}
.promo-img a {
    width: 100%;
}
.promo-img a img {
    width: 100%;
    border-radius: 8px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.promo-img a img:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
@media (max-width: 767px) {
    .promo-img {
        margin: 12px 0px;
    }
}
.new-slider li {
    margin: 0px 2px;
}
@media (max-width: 575px) {
    .new-slider .product-card {
        width: 220px;
    }
}
.testimonial-slider .slick-slide {
    opacity: 0.3;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.testimonial-slider .slick-center {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.testimonial-slider .dandik,
.testimonial-slider .bamdik {
    opacity: 1;
    visibility: visible;
}
.testimonial-slider .dandik {
    right: 50px;
}
.testimonial-slider .bamdik {
    left: 50px;
}
.brand-slider .dandik,
.brand-slider .bamdik {
    top: 35%;
}
.blog-slider .blog-card {
    margin: 0px 15px 25px;
}
.blog-slider .dandik,
.blog-slider .bamdik {
    top: 43%;
}
@media (max-width: 767px) {
    .blog-slider .blog-card {
        margin: 0px 10px 25px;
    }
}
.banner-content.slider-text{
    position: absolute;
    bottom: 50px;
    left: 50px;
}
.banner-part.slide-full{
    background-size: cover;
    height: 500px;
    background-position: center;
}


@media (max-width: 420px) {
    .section-heading{
        flex-direction: column;
        text-align: right;
        align-items: start !important;
    }
    .section-heading h2{
        margin-bottom: 10px;
    }
}
.cta-app{
    padding: 20px;
    border-radius: 4px;
}
.cta-app p{
    font-size: 20px;
    font-weight: 700;
    color: var(--white);
    text-align: center;
    margin-right: 40px;
}
.cta-app i.mobile-icon{
    color: var(--white);
    font-size: 50px;
}
@media (max-width: 826px) {
    .cta-app{
        flex-direction: column;
    }
    .cta-app p{
        line-height: 30px;
        margin-right: 0;
        font-size: 18px;
    }
    .cta-app a{
        margin-top: 30px;
    }
    .cta-app i{
        display: none;
    }
}
.product-media img:first-child {
    position: relative;
    opacity: 1;
}
