

html[lang="ar"] .about-page-container .about-second-section .innner-container{
    flex-direction: row-reverse;
}
html[lang="ar"] .eight-oils-section .line{
    transform: rotate3d(0, 1, 0, 180deg);
    left: -10px;
    right: unset;
}

html[lang="ar"] .floating-images-section .floating-images .small-image1{
    left: 50px;
    right: unset;
    transform: rotate(45deg);
}
html[lang="ar"] .floating-images-section .floating-images .small-image2{
    left: -100px;
    right: unset;
}
html[lang="ar"] h1{
    text-align: right;
}
html[lang="ar"] .hamburger{
    right: unset;
    left: 5%;
}

html[lang="ar"] .services-list .intro-text{
    text-align: right;
}

html[lang="ar"] .single-service-page-container{
    direction: ltr;
}

html[lang="ar"] .single-service-page-container .left-section , html[lang="ar"] .single-service-page-container .right-section {

    direction: rtl;
}
html[lang="ar"] .hero-section p{
    text-align: right;
}

html[lang="ar"]  .single-service-page-container .service-content{
    align-items: flex-start;
}

html[lang="ar"] .single-service-page-container p{
    font-size: 24px;
}
html[lang="ar"] .single-service-header{
    align-items: flex-end;
}

html[lang="ar"] .single-service-header .title-container{
    padding: 0 5% 0 0;
}

html[lang="ar"] .service-card h5{
    text-align: right;
}
html[lang="ar"] .service-card p{
    text-align: right;
}

html[lang="ar"] .hero-section .swiper-container .slide-1 ,html[lang="ar"] .hero-section .swiper-container .slide-3{

    transform: scaleX(-1) ;

}

html[lang="ar"] .hero-section .swiper-slide.slide-1  .slide-text-container,html[lang="ar"] .hero-section .swiper-slide.slide-3  .slide-text-container{

    transform: scaleX(-1);

}
html[lang="ar"] .slide-1  .slide-text-container,html[lang="ar"] .slide-3 .slide-text-container{
    transform: scaleX(-1);
}
html[lang="ar"]  .block{
    animation: typing-rtl 4s forwards ease;
}

html[lang="ar"]  .hero-bottle{
    right: unset;
    left: 200px;
}

html[lang="ar"] .contact-us-page-form input, textarea{
    text-align: right;
}