@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Arabic:wght@100..900&display=swap');


body {
    direction: rtl;

    font-family: "Noto Sans Arabic", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}
.ul-check li:before {
    right: -35px;
    font-size: 20px;
    top: -0.3rem;
    font-family: "icomoon";
    content: "\e5ca";
    position: absolute;
}


#about-section .about-col {
    background-size: 260px;
    background-position: left;
}

#pricing-section {
    text-align: right;
}

.text-right {
    text-align: left!important;
}

@media (max-width: 992px) {
    .site-navbar .toggle-button {
        left: 0px;
    }
}