
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@500&family=Reem+Kufi&display=swap');

html.dark-mode, html.dark-mode body {
  background-color: #212523 !important;
  color: #eee !important;
}

html.dark-mode .bg-light {
  background-color: #212529 !important;
}

html.dark-mode .text-dark {
  color: white !important;
}

html.dark-mode .nav-link {
  color: white !important;
}
.dark-mode .navbar-toggler-icon {
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='gray' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

body {
    direction: rtl;
}

.navbar, footer {
  
   font-family: Calibri;
}

.logo{
    width:70px;
}

.logo2 {
    width: 180px;
}
 .logo-title, .title {
    color: #0099cc;
    font-weight: 500;
   
}
nav a span {
    font-size: 20px;
    font-family: Calibri;
}
.imgtitle{
width:20%}


.title, .subtitle {
    font-family:'Reem Kufi';
}
.title {
    font-size: 30px;
}
.subtitle {
    font-size: 25px;
}
    nav ul {

    font-size:20px;
}
nav ul li{
    margin-left:10px;
}
.navbar-nav .nav-link.active{
    text-shadow: darkblue 2px 2px 17px;
}
.alink, .alink2 {
    margin: 0;
    padding: 0;
    filter: invert(50%);
    height: 38px;
}
p .bg-dark{
    opacity:.7;
}
.log {

}
.alink2{
 cursor:pointer;
 transition:.5s;
}


button{
    outline:none;
}
li span{
    cursor:pointer;
}
a{
    text-decoration:none;
}

.lbl {
    font-size: 25px;
    user-select: none;
    margin-bottom: 4px;
    margin-top:2px;
    font-family: 'BAHIJ_NASSIM-REGULAR';
}
.form-control{
    margin-top:6px;
}
#offcanvascontact{
    margin-top:131px;
}
.maintitle, .mainname {
    font-family: 'Reem Kufi', sans-serif;
    color: #0099cc;
    font-weight: 500;
}
.mainname {
    font-size: 40px;
}
.maintitle{
    font-size: 30px;
}
.news, .feature .btn,#btn-back-to-top,.search {
    --bs-btn-color: #0099cc;
    --bs-btn-border-color: #0099cc;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0099cc;
    --bs-btn-hover-border-color: #0099cc;
    --bs-btn-focus-shadow-rgb: 13,202,240;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0099cc;
    --bs-btn-active-border-color: #0099cc;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #0099cc;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #0099cc;
    --bs-gradient: none;
    font-family: 'BAHIJ_NASSIM-REGULAR';
}

    #content::-webkit-scrollbar {
        display: none;
    }
table{
    font-family: 'Times New Roman', Times, serif;
   
}
 #content div,.info,.Id {
        font-family: 'IBM Plex Sans Arabic', sans-serif;
        
    }
    #content div,.info{
       font-size: 20px;
    }
    #content span{
        font-weight:bold;
        font-style:italic;
    }

    #content h4,.final {
        margin: 0 0 20px;
        text-shadow: #0099cc 1px 1px 1px;
        font-family: 'BAHIJ NASSIM-BOLD';
        font-size: 30px;
    }

.list-group-item.active {
    z-index: 3;
    color: var(--bs-list-group-active-color) !important;
    background-color: var(--bs-list-group-active-bg) !important;
    border-color: var(--bs-list-group-active-border-color);
}
.nav-tabs .nav-link.active {
    color: var(--bs-nav-tabs-link-active-color) !important;
    background-color: #fff0;
    border-color: var(--bs-nav-tabs-link-active-border-color);
}

.bg-dark .dropdown-item:hover{
    background-color:rgba(0, 0, 0, 0.125);
}
.container .row.m-3, #list-group, .news {
    font-family: 'BAHIJ_NASSIM-REGULAR';
    font-size: 24px;
}

.text-white {
    --bs-text-opacity: 0.5;
}

.invert {
    filter: invert(1);
}
#nav-tabs{
    margin-left:25px;
}
.feature-img {
    width: 70px;
    transition: transform 0.3s ease-out;
}
    .feature-img:hover {
        transform: scale(1.1);
    }

.container h1,#featured-1 h1, #featured-1 h3, #featured-2 h1, #featured-2 h3 {
    color: #0099cc;
    font-family: 'BAHIJ_NASSIM-REGULAR';
}

.Paragraph {
    font-family: 'IBM Plex Sans Arabic', sans-serif;
    font-size: 19px;
    
}
.Paragraph.control{
    margin-bottom:30px;
}
.bg-dark.link-gray {
    color:#636464;
}
#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}
.feature.overflow-scroll{
    /*height:500px;
    width:500px;*/
}
.form-search{
    width:200px
}
#scroller {
 height: 325px;
}
.myform-control {
    outline-color: aqua;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.maintenance{
    width:300px;
    height:300px
}
.maintenance-message {
    font-weight: bold;
    padding: 5px;
    font-size: 23px;
    text-shadow: 1px 3px 6px;
    text-align: center;
}
.m-drop {
    margin-top: 32px;
}
#theme-icon.bi-moon-fill {
  color: white;
}

#theme-icon.bi-brightness-high-fill {
  color: gold;
}

.bg-dark .skiptranslate.goog-te-gadget .goog-te-gadget-simple{
    background-color: #212529;
}

.post-section {
    margin: 0 auto;
    padding: 0 20px;
}

.post {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
    border: 1px solid #ccc;
    border-radius: 10px;
    overflow: auto;
}

.post-image {
    width: 100%;
    max-width: 400px;
    height: 100%;
    max-height: 60%;
    cursor:pointer;
}

.post-content {
    padding: 5px;
}

.post-title {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 20px;
}
.post-text {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 1.5;
}

.post-read-more {
    display: inline-block;
    padding: 3px 5px;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.post-read-more:hover{
    background-color: #0062cc;
}

.show-more{
    width:107px;
}

.slider {
    width: 100%;
    display: grid;
    grid-template-rows: 1fr auto;
}
    .slider wee-slider {
        margin: auto;
    }
    
    

wee-slider {
    --wee-slide-align: start;
    --wee-visible-slides-mobile: 1.5;
    --wee-visible-slides-desktop: 3.5;
    --wee-visible-slides: var(--wee-visible-slides-mobile);
    --wee-slide-gap: 10px;
    --wee-navdot-color: rgb(0,0,0);
    --wee-transition: ease-in-out 200ms;
    --wee-slide-width: calc(((100% - (var(--wee-slide-gap) * (var(--wee-visible-slides) - 1))) / var(--wee-visible-slides)));
}

@media screen and (min-width: 990px) {
    wee-slider {
        --wee-visible-slides: var(--wee-visible-slides-desktop);
    }
}

wee-slider[data-align="start"] {
    --wee-slide-align: start;
}

wee-slider[data-align="center"] {
    --wee-slide-align: center;
}

wee-slider[data-align="end"] {
    --wee-slide-align: end;
}

wee-slider {
    position: relative;
    width: 100%;
    display: block;
}

    wee-slider:not(.loaded) .wee-slider__buttons,
    wee-slider:not(.loaded) .wee-slider__navdots {
        display: none;
    }

    wee-slider.loaded .wee-slider ::-webkit-scrollbar {
        display: none;
    }

    wee-slider.loaded .wee-slider {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    wee-slider .wee-slider {
        position: relative;
        overflow: hidden;
    }

    wee-slider .wee-slider__slides {
        display: flex;
        gap: var(--wee-slide-gap);
        padding: 0;
        overflow: auto;
        scroll-behavior: smooth;
        scroll-snap-type: x mandatory;
    }

    wee-slider .wee-slider__slide {
        display: block;
        min-width: var(--wee-slide-width);
        background: pink;
        scroll-snap-align: var(--wee-slide-align);
        scroll-margin-left: 0;
        scroll-margin-right: 0;
    }

    wee-slider .wee-slider__buttons button {
        position: absolute;
        top: 50%;
        transform: translate(0,-50%);
    }

        wee-slider .wee-slider__buttons button:not([disabled]) {
            cursor: pointer;
        }

    wee-slider[data-buttons-on-hover="true"] .wee-slider__buttons {
        opacity: 0;
        transition: opacity ease-in-out 200ms;
    }

@media (hover: hover) {
    wee-slider[data-buttons-on-hover="true"]:hover .wee-slider__buttons {
        opacity: 1;
    }
}

wee-slider .wee-slider__button-next {
    right: 0;
    
}
wee-slider .wee-slider__button-prev {
    left: 0;
}

wee-slider .wee-slider__navdots {
    padding-left: 0;
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}

wee-slider .wee-slider__navdot {
    position: relative;
    display: block;
    padding: 10px;
}

    wee-slider .wee-slider__navdot:after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        height: 8px;
        width: 8px;
        background: var(--wee-navdot-color);
        border-radius: 50%;
    }

    wee-slider .wee-slider__navdot:hover:after {
        transform: scale(1.2);
    }

    wee-slider .wee-slider__navdot:not(.visible) {
        opacity: 0.5;
        cursor: pointer;
    }

/* DEMO CSS */

wee-slider .wee-slider__slide {
    height: auto;
    background: none;
    opacity: 1;
}

wee-slider .slide-content {
    position: relative;
    height: 0;
    padding-bottom: 80%;
}

    wee-slider .slide-content > img {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        object-fit: cover;
        opacity: 1;
        transition: opacity ease-in-out 80ms;
    }

wee-slider.loaded .wee-slider__slide:not(.visible) img {
    opacity: 0.5;
}

btn-search {
    height: 37px;
    margin-top: 6px;
}



@font-face {
    font-family: 'Lalezar-Regular';
    src: url('../fonts/Lalezar-Regular.ttf') format('truetype');
}

    @font-face {
        font-family: 'BAHIJ NASSIM-BOLD';
        src: url('../fonts/BAHIJ NASSIM-BOLD.TTF') format('truetype');
    }

    @font-face {
        font-family: 'BAHIJ_NASSIM-REGULAR';
        src: url('../fonts/BAHIJ_NASSIM-REGULAR.TTF') format('truetype');
    }

