@font-face {
    font-family: "Shubbak";
    src: local("Shubbak W05"), local("Shubbak-W05"),
        url("../webfonts/Shubbak-Regular.woff2") format("woff2"),
        url("../webfonts/Shubbak-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Shubbakbold";
    src: local("Shubbak Bold W05"), local("Shubbak-Bold-W05"),
        url("../webfonts/Shubbak-Bold.woff2") format("woff2"),
        url("../webfonts/Shubbak-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Shubbak";
    src: url("../webfonts/Shubbak-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
}

body {
    direction: rtl;
    color: white;
    background-color: #010324 !important;
    scroll-behavior: smooth;
    font-family: "Shubbak" !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Shubbakbold" !important;
}
.breadcrumb-item::before {
    --bs-breadcrumb-divider: "\f060";
}
/* #scrollToTop {
    right: 25px;
    left: unset;
} */

/* achievements */

.stat-item::after {
    right: unset;
    left: -7px;
}

/* learn more */

.underline {
    margin-right: 11rem;
    margin-top: 0.6rem;
}

.btn-yellow {
    border-top-right-radius: unset !important;
    border-bottom-right-radius: unset !important;
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}

#newsletter input {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}
