﻿@font-face {
    font-family: 'tajawal-regular';
    src: url('../font/tajawal-regular.woff') format('woff'), url('../font/tajawal-regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
:root {
    --font-style: 'Open Sans', sans-serif, system-ui, -apple-system,"Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --primary-color: #A400D1;
    --secondary-color: #995DDF;
    --third-color: #198CD5;
    --tajawal-regular: tajawal-regular, system-ui, -apple-system,"Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.baloo-bhaijaan-2-cp {
    font-family: "Baloo Bhaijaan 2", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
/*#region ----Bootstrap Color */
.btn-primary, .btn-primary:active, .btn-primary:visited {
    color: #fff !important;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    font-weight: normal;
}

    .btn-primary:hover {
        color: #fff !important;
        background-color: var(--third-color);
        border-color: var(--third-color);
        font-weight: normal;
    }

    .btn-primary:focus,
    .btn-primary.focus {
        border-color: var(--primary-color);
        font-weight: normal;
    }

.btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary:visited {
    color: var(--primary-color) !important;
    background-color: #fff;
    border-color: var(--primary-color);
    font-weight: normal;
}

    .btn-outline-primary:hover {
        color: #fff !important;
        background-color: var(--primary-color);
        border-color: var(--primary-color);
        font-weight: normal;
    }

/*#endregion */
/*#region ----General */
body {
    font-family: "Baloo Bhaijaan 2";
    background-color: #f8f9fa;
    font-size: 14pt;
}

h1, h2, h3, h4, h5, h6 {
    color: var(--primary-color) !important;
    font-weight: 600;
    padding: 16px 0px;
}
a {
    color: var(--primary-color) !important;
    text-decoration: none;
    font-weight: normal;
}

    a:hover {
        color: var(--third-color) !important;
    }

    a.active {
        color: var(--third-color) !important;
        font-weight: 600;
    }

.primary-color {
    color: var(--primary-color) !important;
}

.secondary-color {
    color: var(--secondary-color) !important;
}

.third-color {
    color: var(--third-color) !important;
}

.primary-bg {
    background: var(--primary-color);
    color: #fff !important;
}

.secondary-bg {
    background: var(--secondary-color);
    color: #fff !important;
}

.third-bg {
    background: var(--third-color);
    color: #fff !important;
}
/*#endregion */

/*#region ----Header */
.imgLogo {
    width: 220px;
}

.mainNavBg {
    background-color: #fffffff4;
}
/*#endregion */

/*#region ----Banner */
.banner-caption {
    background-color: #000000c0;
}

.carousel-item img {
    height: 600px;
    width: 100%;
}

@media (max-width: 575px) {
    .carousel-item img {
        height: 300px;
        width: 100%;
    }
}

.banner-inside {
    height: 280px;
    background-image: url(../img/bg-inside-ar.jpg);
    background-position: center;
    background-size: cover;
}
    .banner-inside h1 {
        color: #fff !important;
    }
/*#endregion */

/*#region ----Footer */
footer {
    font-size: 12pt;
}

.footerbg {
    background: #eee;
}

footer a {
    font-weight: 400;
}

    footer a.sm {
        font-size: 22px;
    }

/*#endregion */



