@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;500;600;700;800;900&display=swap');

* {
    font-family: 'Cairo', sans-serif;
}

.heading__pre-title {
    letter-spacing: 0em;
}

.rtl {
    direction: rtl;
}

.lrt {
    direction: ltr;
}

.text-right {
    text-align: right;

}

.text-left {
    text-align: left;

}

body {
    text-align: right;

}

header {
    direction: rtl;
}

footer {
    direction: rtl;
}

.button--promo {
    border-radius: 0 0 0 20px;
    text-align   : right;
}

.button--green {
    border-radius: 0 0 0 20px;
    text-align   : right;
}

.button--white {
    border-radius: 0 0 0 20px;
    text-align   : right;
}

.quote-form__submit {
    border-radius: 0 0 0 25px;
    text-align   : right;
}

.pricing-plan--bordered,
.office-item,
.pricing-plan--bordered .pricing-plan__inner,
.pricing-plan--blue,
.article {
    clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0 100%, 0 7%);
}

.office-item {
    clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0 100%, 0 20%);
}

.blog-item__img {
    clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 0 100%, 0 20%);
}

.newslatter-form .form__submit {
    border-radius: 0 0 0 20px;
}