
@use "../css/_variables";
@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap');
/* @import url("https://fonts.googleapis.com/css2?family=Amiri:wght@400;700&display=swap"); */

* {
    font-family: "Almarai", sans-serif !important;
}

.primary-color {
    background-color: var(--primary-color);
}

.secondary-color {
    background-color: var(--secondary-color);
}

.fast-color {
    background-color: var(--fast-color);
}

.text-primary-color {
    color: var(--text-primary-color);
}

.text-secondary-color {
    color: var(--text-secondary-color);
}

.border-primary-color {
    border-color: var(--border-primary-color);
}

.gradient-primary-color {
    background-image: var(--gradient-primary-color);
}

.gradient-secondary-color {
    background-image: var(--gradient-secondary-color);
}

.primary-color-opacity {
    background-color: var(--primary-color-opacity);
}

.secondary-color-opacity {
    background-color: var(--secondary-color-opacity);
}

/* Force the flag/dropdown container back to the left in RTL pages */
.iti {
    display: flex !important;
}
.iti--allow-dropdown .iti__country-container {
    left: 0 !important;
    right: auto !important;
}
.iti--allow-dropdown .iti__country-container .iti__dropdown-content {
    left: 0 !important;
    right: auto !important;
}
.iti input.iti__tel-input {
    padding-right: unset !important;
    text-align: left !important;
    padding-left: 50px !important;
}

.page-title {
    position: relative;
    &::after {
        content: "";
        position: absolute;
        bottom: -8px;
        right: 0%;
        width: 70px;
        height: 2px;
        background-color: var(--primary-color);
    }
}

.required:after {
    content: "*";
    position: relative;
    font-size: inherit;
    color: #f1416c;
    padding-right: 0.25rem;
    font-weight: bold;
}

/* @font-face {
    font-family: "IBM Plex Sans Arabic";
    src: url("/fonts/IBMPlexSansArabic-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "IBM Plex Sans Arabic";
    src: url("/fonts/IBMPlexSansArabic-ExtraLight.ttf")
        format("truetype");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: "IBM Plex Sans Arabic";
    src: url("/fonts/IBMPlexSansArabic-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "IBM Plex Sans Arabic";
    src: url("/fonts/IBMPlexSansArabic-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "IBM Plex Sans Arabic";
    src: url("/fonts/IBMPlexSansArabic-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "IBM Plex Sans Arabic";
    src: url("/fonts/IBMPlexSansArabic-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "IBM Plex Sans Arabic";
    src: url("/fonts/IBMPlexSansArabic-Thin.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
} */



@font-face {
    font-family: "riyalicon";
    src: url("/riyalicon.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
[class^="sicon-"],
[class*=" sicon-"] {
    font-family: "riyalicon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.sicon-sar:before {
    content: "\e9bc";
}

.more-projects-btn:hover {
    background-color: var(--primary-color) !important;
}

.quick-btn:hover {
    background-color: var(--primary-color);
}
