﻿@font-face {
    font-family: 'tajawal-regular';
    src: url('../fonts/tajawal-regular.woff') format('woff'), url('../fonts/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";
    --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";
    --primary-color: #3e9800;
    --secondary-color: #444;
    --third-color: #198CD5;
}

/*#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;
    }

/*
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--primary-color);
    --bs-btn-border-color: var(--primary-color);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--secondary-color);
    --bs-btn-hover-border-color: var(--secondary-color);
    --bs-btn-focus-shadow-rgb: 1, 96, 150;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--primary-color);
    --bs-btn-active-border-color: var(--primary-color);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--primary-color);
    --bs-btn-disabled-border-color: var(--primary-color);
}

.dropdown-item.active, .dropdown-item:active {
    background-color: var(--secondary-color) !important;
    color: var(--primary-color) !important;
}

.dropdown-item {
    font-size: 9pt;
}
*/
/*#endregion */

/*#region ----General */
body {
    font-family: var(--tajawal-regular) !important;
    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;
    text-align: right;
}
.carousel-item h1 {
    color: #fff !important;
}
.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 */

/*#region ----Map */
#map {
    width: 100%;
    height: 500px;
    padding: 0px;
    margin: 0px;
}

.map {
    width: 100%;
    height: 100%;
}
/*#endregion */


