@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@300;400;500;600;700;800;900&display=swap');

body {
    font-family: 'Fredoka';
}

.row {
    flex-direction: row-reverse;
}

p, span, h1, h2, h3, h4, h5, h6, li, input, textarea {
    text-align: right;
    direction: rtl;
}

.content-form input,
.content-form textarea {
    padding-left: 5px !important;
    padding-right: 30px !important;
}

.heading h6, .heading h2 {
    text-align: center;
}

.hero-one-img img {
    right: unset;
    left: 13%;
}

.hero-one-text h1, .heading h6 {
    font-weight: 600;
}

.hero-section-one:after {
    left:unset;
    right: -8%;
}

.heading h2, .services a {
    font-weight: 500;
}

ul.list-dots {
    width: 100%;
}

    ul.list-dots li {
        padding-left: unset;
        padding-right: 35px;
    }

        ul.list-dots li:before {
            left: unset;
            right: 0px;
        }


.ceo {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: center;
}

    .ceo img {
        margin-right: unset;
        margin-left: 16px;
    }

        .ceo img.sin {
            margin-left: unset;
            margin-right: 50px;
        }

    .ceo h5 {
        font-weight: 600;
    }

    .fun-facts h2, .fun-facts span, .ceo span {
        font-weight: normal;
    }

.fun-facts p {
    text-align: center;
}

.client h4 {
    font-weight: 600;
    text-align: center
}

.client-text p {
    text-align: center;
}

.services p {
    text-align: left;
    direction: ltr;
}


@media (max-width: 768px) {

    .fun-facts p {
        font-weight: 500 !important;
    }
    .copyrights a, .copyrights span, .copyrights b {
        font-weight: normal !important;
    }
}
