﻿/*:root {
    --hero-img-margin-left: 150px;
    --hero-img-margin-right: 0;
    --hero-text-align: right;
    --hero-img-direction: row-reverse;
    direction: rtl;
}

.hero-inner {
    direction: rtl;
}*/

.hero-img img.hero-main-img.img-1.img-1-1 {
     margin-left: -30%;
     width:150%
    }
.checklist ul {
    text-align: right;
}

.d-lg-block {
    transform: scaleX(-1);
    gap: 4rem;
}

.box-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    flex-direction: row;
    text-align: center;
}

body[dir="rtl"] .box-wrapper {
    flex-direction: row-reverse;
    text-align: center;
}
@media (max-width: 576px) {
    .box-wrapper {
        flex-direction: column !important;
        text-align: center !important;
    }
}

.service-card .box-icon {
    left: calc(54% - 56px);
}

.col-xl-6.text-center.text-xl-start,
checklist list-two-column mb-40 {
    direction: rtl !important;
    text-align: right !important;
}


    .col-xl-6.text-center.text-xl-start > div:last-child {
        text-align: right !important;
      
    }

.th-btn {
    float: right;
    direction: rtl;
    text-align: right;
}

    .th-btn .fa-chevrons-right,
    .th-btn .fas.fa-chevrons-right {
        margin-left: 0;
        margin-right: 10px;  
        transform: scaleX(-1);
    }


    .rtl-product-area .sub-title,
    .rtl-product-area .sec-title {
        direction: rtl;
        text-align: right;
    }


.title-language {
    text-align:start !important;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .col-xl-6.mb-40.mb-xl-0 {
        /*    right: 100%;*/
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
    }
}

/*.th-menu-wrapper .th-menu-toggle {
    border: none;
    font-size: 22px;
    position: absolute;
    right: 100%;
    top: 25px;
    padding: 0;
    line-height: 1;
    width: 33px;
    height: 33px;
    line-height: 35px;
    font-size: 18px;
    z-index: 1;
    color: var(--white-color);
    background-color: var(--theme-color);
    border-radius: 50%;
} */



.th-menu-wrapper .th-menu-area {
    width: 100%;
    max-width: 310px;
    background-color: #fff;
    border-right: 3px solid var(--theme-color);
    height: 100%;
    position: relative;
/*    left: -110%;*/
    /*opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 1s;
    transition: all ease 1s;
    z-index: 1;*/
}

@media (max-width: 576px) {
    .hero-style2 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        max-width: 360px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        text-align: center;
        padding-top: 60px;
        padding-bottom: 25px;
    }
    .hero-shape1,
    .hero-shape2,
    .hero-shape3
    {
        display: none !important;
    }
    .about-btn-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .hero-img img.hero-main-img.img-1.img-1-1  {
     margin: 0;
     width:100%
    }
}

.sec-text2 {
    color: darkblue;
    font-weight: 700;
   
}
.sec-text3 {
    color: green;
    font-weight: 700;
}


.sec-text2,
.sec-text,
.Sec-Text3 {
    display: inline-block;
   
    font-size: 1.1em;
    font-weight: 500;
    letter-spacing: 0.5px;
}
