@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;600;700&display=swap');
:root{
    --khandaq-gray: #757575;
    --khandaq-dark-gray: #212121;
    --khandaq-orange: #d82e00;
    --khandaq-light-gray: #c7c9c8;
}
body.lang-ar{
    font-family: "Hacen Tunisia";
    background: #212121;
}
body.lang-en{
    font-family: 'Hacen Tunisia', sans-serif;
    background: #212121;
}
.menu-bar, .search-icon{
    font-size: 25px;
}
.home-slider-text{
    position: absolute;
    width: 350px;
    background: #00000088;
    bottom: 30px;
    right: 20px;
}
.lang-en .home-slider-text{
    right: unset !important;
    left: 20px;
}
.post-header-author{
    position: absolute;
    bottom: -50px;
    left: 50px;
}
.lang-en .post-header-author{
    left: unset !important;
    right: 50px;
}
.post-author-image{
    position: absolute;
    top: -60px;
    right: -1px;
}
.post-author-image-card{
    border: solid 4px var(--khandaq-gray);
}
.post-read-more-btn{
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}
.light-theme .post-read-more-btn{
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
}
.dark-theme .post-read-more-btn{
    background: rgb(33,33,33);
    background: linear-gradient(0deg, rgba(33,33,33,1) 50%, rgba(33,33,33,0) 100%);
}
.dark-theme .post-read-more{
    color: white;
}
.light-theme .post-card-text-color{
    color: white;
}
.dark-theme .post-card-text-color{
    color: white;
}
.light-theme .post-content .post-card-text-color{
    color: rgb(33,33,33);
}
.dark-theme .post-content .post-card-text-color{
    color: white;
}
.light-theme .post-read-more{
    color: rgb(33,33,33);
}
.post-read-more{
    text-align: justify;
    overflow: hidden;
}
.light-theme .post-content{
    background: white;
}
.post-header-text{
    position: absolute;
    width: 350px;
    background: #00000088;
    top: 30px;
    right: 20px;
}
.lang-en .post-header-text{
    right: unset !important;
    left: 20px;
}
.px-post-author{
    padding-left: 105px;
    padding-right: 105px;
    margin-top: 100px;
}
.carousel-indicators {
    position: unset !important;
    left: unset !important;
    bottom: unset !important;
    right: unset !important;
    z-index: unset !important;
    justify-content: unset !important;
    padding: unset !important;
    margin-left: unset !important;
    margin-bottom: unset !important;
    margin-right: unset !important;
    list-style: unset !important;
}
.carousel-indicators [data-bs-target] {
    box-sizing: unset !important;
    flex: unset !important;
    width: unset !important;
    height: unset !important;
    padding: unset !important;
    margin-left: unset !important;
    margin-right: unset !important;
    text-indent: unset !important;
    background-color: unset !important;
    background-clip: unset !important;
    border: unset !important;
    border-top: unset !important;
    border-bottom: unset !important;
    opacity: unset !important;
    transition: unset !important;
}
.carousel-indicators [data-bs-target]>div {
    transition: all .3s;
}
.carousel-indicators [data-bs-target].active>div{
    background:var(--khandaq-light-gray)  !important;
}
.text-khandaq-orange{
    color: var(--khandaq-orange) !important;
}
.background-khandaq-light-gray{
    background:var(--khandaq-light-gray)  !important;
}
.background-khandaq-gray{
    background:var(--khandaq-gray)  !important;
}
.background-khandaq-dark-gray{
    background:var(--khandaq-dark-gray)  !important;
}
.cursor-pointer{
    cursor: pointer;
}
.video-dir{
    transition: all .3s;
}
.active .video-dir{
    background: #00000022 !important;
}
.info-text{
    position: absolute;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    width: 100%;
    padding: 15px;
}
#mySidenav{
    display: none;
    height: 100%;
    overflow: scroll;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
#mySidenav::-webkit-scrollbar {
    display: none;
}
/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: auto; /* 0 width - change this with JavaScript */ /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background-color: var(--khandaq-dark-gray); /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.2s; /* 0.5 second transition effect to slide in the sidenav */
    -webkit-box-shadow: -1px 0px 14px -2px rgba(0,0,0,0.62);
    box-shadow: -1px 0px 14px -2px rgba(0,0,0,0.62);
}
.sidenav-rtl{
    right: 0 !important;
    left: unset !important;
}
.lang-en .sidenav-rtl{
    right: unset !important;
    left: 0 !important;
}
.pagination{
    display: flex !important;
    justify-content: center !important;
}
.page-link{
    color: var(--khandaq-dark-gray) !important;
}
.page-item.active .page-link{
    background-color: var(--khandaq-light-gray) !important;
    border-color: var(--khandaq-light-gray) !important;
}
    /* The navigation menu links */
.sidenav a {
    padding: 8px 30px 8px 90px;
    text-decoration: none;
    font-size: 18px;
    color: #818181;
    display: block;
    transition: 0.3s;
}
.sidenav a svg path{
    fill: #818181;
}
.sidenav::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.sidenav {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
    color: var(--khandaq-orange);
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    font-size: 20px;
}
.sidenav .list-group-item{
    background: transparent !important;
    border: none !important;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
main {
    transition: all .5s;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

@font-face {
    font-family: "Hacen Tunisia";
    src: url("../fonts/Hacen-Tunisia.ttf") format("truetype");
}


