@import "https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;500;600;700;800;900&family=Noto+Nastaliq+Urdu&display=swap";
@font-face {
    font-family: cairo_light;
    src: url("../fonts/en/GalanoClassicLight.otf") format("opentype");
    font-display: swap;
}
@font-face {
    font-family: cairo_regular;
    src: url("../fonts/ar/Cairo-Regular.ttf") format("truetype");
    font-display: swap;
}
@font-face {
    font-family: cairo_medium;
    src: url("../fonts/ar/Cairo-Medium.ttf") format("truetype");
    font-display: swap;
}
@font-face {
    font-family: cairo_semibold;
    src: url("../fonts/ar/Cairo-SemiBold.ttf") format("truetype");
    font-display: swap;
}
@font-face {
    font-family: cairo_bold;
    src: url("../fonts/ar/Cairo-Bold.ttf") format("truetype");
    font-display: swap;
}
@font-face {
    font-family: 'Alexandria';
    src: url('path/to/alexandria-font.woff2') format('woff2'),
         url('path/to/alexandria-font.woff') format('woff');
}
:root {
    --fw-li: Alexandria;
    --fw-rg: Alexandria;
    --fw-md: Alexandria;
    --fw-sb: Alexandria;
    --fw-bd: Alexandria;
}
body {
    direction: rtl;
    font-family: "Alexandria", sans-serif;
}
.search-input {
    right: auto;
    left: -5px;
}
.nav-pills.nav-2 .nav-link::after {
    content: "";
    margin-left: 0;
    margin-right: auto;
}
.slick-slide {
    float: right;
}
.hero .slick-dots li:not(:last-child) {
    margin-right: 0;
    margin-left: 5px;
}
