@font-face {
    font-family: Noto Kufi Arabic;
    src: url('../fonts/noto_kufi_arabic/NotoKufiArabic-Regular.ttf');
}

@font-face {
    font-family: Noto Naskh Arabic;
    src: url('../fonts/noto_naskh_arabic/NotoNaskhArabic-Regular.ttf');
}

body {
    padding-top: 3rem;
    /* padding-bottom: 2rem; 
    /* color: rgb(var(--bs-tertiary-color-rgb)); */
    font-family: "Noto Naskh Arabic", Tahoma, Arial, sans-serif;
    background-color: rgb(var(--bs-secondary-bg-rgb));
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-weight-bold {
    font-family: 'Noto Kufi Arabic', Tahoma, Arial, sans-serif;
    text-align: center;
}
a {color: rgb(255, 255, 255);}
a:hover {color: #fed136;}
a:link {text-decoration: none;}
a:visited {color: none;}  
/* ----- NAVBAR Start ----- */

.mlwa{color: #091943;}
.mlwa:hover {color: #BD6E03;}

#mainNav {
    background-color: #130401;
}

#mainNav .navbar-brand {
    color: #fed136;
}

/*#mainNav .navbar-brand span {*/
/*    display: block;*/
/*    font-size: 17px;*/
/*    font-family: "Noto Kufi Arabic";*/
/*    font-weight: 400;*/
/*    text-align: center;*/
/*}*/

#mainNav .navbar-nav .nav-item .nav-link {
    font-size: 15px;
    padding: .70em 0;
    color: #fff;
    font-family: "Noto Kufi Arabic", Tahoma, Arial, sans-serif;
}

@media(min-width: 992px) {
    #mainNav .navbar-nav .nav-item .nav-link {
        padding: .80em .65em !important
    }
}

#mainNav .navbar-nav .nav-item .nav-link.active,
#mainNav .navbar-nav .nav-item .nav-link:hover {
    color: #fed136;
}

.dropdown-menu a {
    font-family: "Noto Kufi Arabic", Tahoma, Arial, sans-serif
}

@media (min-width: 992px) {
    .nav-item:hover .dropdown-menu {
        display: block;
    }
        .page-soon {
        width: 50%;
        height: 50%;
    }
}

@media (max-width: 992px) {
    .flag {
        display: none;
    }
    .page-soon {
        width: 100%;
        height: 100%;
    }
}
/* ----- End NAVBAR ----- */


.disabled {
    font-weight: bold !important;
    color: #fed136 !important;
}

#myshadow {
    text-shadow: 1px 1px 0 #444
}

.myimg {
    z-index: 99;
}

.myimg:hover {
    filter: drop-shadow(0px 0px 8px rgba(254, 209, 54, 0.7));
}

.dec-title::before {
    position: absolute;
    content: "";
    width: 60px;
    height: 10px;
    left: 50%;
    bottom: 0;
    margin-left: -30px;
    background: rgb(var(--bs-warning-rgb), 0.65);
}

.dec-title::after {
    position: absolute;
    content: "";
    width: 180px;
    height: 2px;
    left: 50%;
    bottom: 4px;
    margin-left: -90px;
    background: rgb(var(--bs-warning-rgb), 0.65);
}

.myfooter {
    margin-bottom: 0;
    padding-bottom: 0;
}
.foot-link {
    color:rgb(79, 126, 134);
    pointer-events: none;
}
.b-example-divider {
    height: 1rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
  }
  
  .bi {
    vertical-align: -.125em;
    fill: currentColor;
  }

/* ----- CAROUSEL Start ----- */
.carousel {
    margin: auto;
    margin-bottom: 4rem;
    background: #000000;
}

.carousel-caption {
    bottom: 3rem;
    border-radius: 20px;
    background-color: rgb(var(--bs-tertiary-color-rgb), 0.65);
    z-index: 10;
}

.carousel-item {
    height: 32rem;
    width: 100%;
  /*  height: 520px;
    margin: auto;
    padding: auto; */
    text-align: center;
    /*    height: 38rem;
    padding: auto;*/
    background: #000000;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 4vw;
    height: 4vw;
    font-weight: bolder;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .5;
    background: #000000;
}
/*
@media only screen and (max-width: 992px) {
    #myCarousel {
        display: none;
    }
}
*/
/* ----- End CAROUSEL ----- */

.spinner-wrapper {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #000;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s;
}

.spinner-border {
    height: 225px;
    width: 225px;
}
/*    NEWSBAR  */
.mydv {
    width: 100%;
    position: absolute;
    top: 9.5%;
    z-index: 1;
}

@media (max-width: 768px) {
    .mydv {
        top: 0;
        position: relative;
    }
}
.mustajidaat {
    margin: 0;
    position: relative;
    padding: 0 80px 0 0;
}

.mustajidaat:before {
    content: "مستجدات";
    display: inline-block;
    background: #C20;
    padding: 5px;
    color: #FFF;
    width: 100px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
}

.mustajidaat:after {
    content: '';
    display: block;
    top: 0;
    right: 80px;
    height: 10px;
}

.mustajidaat ul li {
    list-style: none;
    padding: 5px;
}

 .mylink {
       background-color: var(--bs-primary-bg-subtle);
    }
    .mylink small {
        width: max-content;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .mylink a {
        white-space: nowrap;
        color: var(--bs-success-text-emphasis);
    }

    .mylink span {
        white-space: nowrap;
    }

    .mylink:hover a {
        color: var(--bs-danger-text-emphasis);
    }
    .mylink:hover span {
        font-weight: bold;
    }

    .mylink a:hover {
        text-decoration: underline;
        color: var(--bs-warning-text-emphasis);
    }

    .mylink:hover {
        box-shadow: 0 0 11px rgba(33, 33, 33, .2);
        background-color: var(--bs-warning-bg-subtle);

    }
    
    input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}