*:lang(ar) {
    direction: rtl;
}

*:lang(en) {
    direction: ltr;
}

.blog-section {
    background-image: url('../../images/blog-design.png');
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    background-position: bottom;

}

.blog-section:lang(en) {
    background-image: url('../../images/blog-design.png');
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: bottom;
}

.blog-title {
    font-size: 3rem;
    font-weight: bold;
    position: relative;
    z-index: 1;
    color: #000000;
}


.wider-text p {
    font-size: 17px;
    font-weight: 400;
    margin-top: 20px;
    line-height: 1.8;
    position: relative;
    z-index: 1;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow-y: clip;
    -webkit-box-orient: vertical;
    color: #000000;
}

.best_selling .img {
    height: 260px;
}


.best_selling .img::after {
    content: "";
    position: absolute;
    width: 102%;
    height: 110%;
    background: linear-gradient(97.84deg, #f9f9f9 1.73%, #eeeeee 139.93%);
    z-index: -1;
    right: 9%;
    border-radius: 10px;
    top: -41px;
}

.best_selling .hed {
    border-bottom: 5px solid var(--main-site);
    width: fit-content;

}

.best_selling .img:lang(en)::after {
    right: unset;
    left: 9%;
}

.best_selling .img_blog img {
    object-fit: cover;
}

.best_selling .img_blog::after {
    content: "";
    position: absolute;
    width: 98%;
    height: 100%;
    background: linear-gradient(97.84deg, #f9f9f9 1.73%, #eeeeee 139.93%);
    z-index: -1;
    left: 9%;
    border-radius: 10px;
    top: -17px;
}

.best_selling .img_blog:lang(en)::after {
    left: unset;
    right: 9%;

}

.best_selling .circles {
    width: 25px;
    height: 25px;
    border-radius: 1px solid var(--main-site);

}

.best_selling .img img {
    object-fit: cover;
    height: 100%;
}

.text_main_color_site {
    color: var(--main-site);
}

.text_main_color_site {
    color: rgb(0 0 0);
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow-y: clip;
    -webkit-box-orient: vertical;
    /* height: 75px; */
}

.arrow_circle {
    font-size: 45px;
}

/* .blog-text {
    margin-top: 20%;
} */

.sharebuttons:lang(en) {
    right: unset;
    left: 3%;
}

.sharebuttons {
    position: absolute;
    top: 5%;
    right: 3%;
    cursor: pointer;
    height: 50px;
    z-index: 2;

}

.sharebuttons:hover .social-icons {
    display: flex !important;
    flex-direction: column;
    transition: all 150ms;
    visibility: visible;
    height: auto;



}

.sharebuttons .share {
    background-color: #d13565;

    color: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;

}

.social-icons {


    z-index: 100;
    visibility: hidden;

}

.social_icon .whats {
    background-color: #fff;

    color: #29a71a;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    border-radius: 100%;
    transform: rotate(0) scale(1);
    opacity: 1;
    transition-delay: 10ms
}

.social_icon .facebook {
    background-color: rgb(24 119 242);
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    border-radius: 100%;
    transform: rotate(0) scale(1);
    opacity: 1;
    transition-delay: 40ms;


}

.social_icon .insta {
    background-color: rgb(254 51 99);
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    border-radius: 100%;
    transform: rotate(0) scale(1);
    opacity: 1;
    transition-delay: 70ms;

}


.social_icon .linkedin {
    background-color: rgb(0 122 185);
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    border-radius: 100%;
    transform: rotate(0) scale(1);
    opacity: 1;
    transition-delay: 100ms;
}

.social_icon .twitter {
    background-color: rgb(0, 0, 0);
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #fff;
    border-radius: 100%;
    transform: rotate(0) scale(1);
    opacity: 1;
    transition-delay: 130ms;
}
.btn-liquid:hover {
    color: #000;
}

.btn-liquid {
    display: inline-block;
    position: relative;
    background-color: #f9c2c2;
    border-radius: 25px;
    color: #000;
    /* font: 700 14px / 60px "Droid Sans", sans-serif; */
    letter-spacing: 0.05em;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    /* text-transform: uppercase; */
}

.key_words{
    color: #000000;
}
@media screen and (max-width: 900px) {
    .blog-section {
        background-image: url(./../../images/makeup_products1.webp);
        padding: 50px 0;
        background-size: cover;
        height:100%;
        min-height: 100%;
        background-repeat: no-repeat;
        position: relative;
        width: 100%;
    }
    .blog-section:lang(en) {
        background-image: url(./../../images/5.webp);
        padding: 50px 0;
        background-size: cover;
        height: 100%;
        min-height: 100%;
        background-repeat: no-repeat;
        position: relative;
    }
}
