
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@500;600;700;900&display=swap');
:root{
    --c-main:#5d2200;
    /* --c-main:#283d3b; */
    /* --c-dark: #303050; */
    --c-dark: #1b0b01;
    /* --c-body: #636383; */
    --c-body: #ab5111;
    --font: 'Cairo', sans-serif;
}

body{
font-family: var(--font);
direction: rtl;
background:#eee;
}
.h100px {
  height: 100px;
}
h1,h2,h3,h4,h5,h6{
    font-weight: 900;
    color:var(--c-dark);
}
a{
    text-decoration: none;
}
ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

img,iframe{
  width:100%;
}

/* START NAVBAR */

.navbar .navbar-nav .nav-link{
    color:var(--c-dark);
    padding-left: 10px;
    font-weight:bold;
}
.navbar .navbar-nav .nav-link.active{
    color:var(--c-main);
    /* border-bottom: 1px solid var(--c-main); */
}
.navbar .navbar-nav .social-link{
    color:#fff;
    border:1px solid var(--c-main);
    background-color: var(--c-main);
    width:30px;
    height:30px;
    margin-left:6px;
    display:inline-flex;
    justify-content: center;
    align-items: center;

}
.navbar .navbar-nav .social-link:hover{
    background:transparent;
    color:var(--c-main);
}
.navbar-brand {
    font-size:15px !important;
    width: 160px !important;
}
@media (max-width:767.98px) {
  .navbar-brand {
      font-size:15px !important;
      width: 130px !important;
  }

}
/* START NAVBAR */

.nav-link {
  color: var(--c-main);
}
.dropdown-menu {
  min-width: fit-content;
}
/* ******************************START HERO SLIDER****************************** */
.hero-slider{
    position :relative;
  }

  
  .hero-slider.owl-carousel .owl-nav button.owl-prev,
  .hero-slider.owl-carousel .owl-nav button.owl-next{
    width:40px;
    height:40px;
    color:#fff;
    border-radius:5px;
  }
  
  .hero-slider.owl-carousel .owl-nav button.owl-prev,
  .hero-slider.owl-carousel .owl-nav button.owl-next{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    background-color:var(--c-main);
  }
  .hero-slider.owl-carousel .owl-nav button.owl-next{
    left:-8px;
  }
  .hero-slider.owl-carousel .owl-dots{
    position:absolute;
    bottom:2%;
    left:50%;
    transform: translateX(-50%);
  }
  
  .hero-slider .owl-dots .owl-dot span{
    width:25px;
    height:8px;
    border-radius: 0;
  }
  .hero-slider .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background:var(--primary) !important;
  
  }
  /* ******************************END HERO SLIDER****************************** */

  /* START OWL-AUTHORS */
    .owl-authors .owl-nav {
      margin: 0;
      position:absolute;
      top:-72px;
      left:8px;
    }
    
    .owl-authors .owl-nav .owl-prev,.owl-carousel .owl-nav .owl-next{
      margin:0 8px;
      background:var(--c-main) !important;
      color:#fff !important;
      
    }
    .owl-authors .owl-nav button.owl-prev,.owl-carousel .owl-nav button.owl-next {
      height:40px;
      width: 40px;
    }
  /* END OWL-AUTHORS */

/* START OUR CUSTOM STYLE */
.section{
  margin:30px 0;
}
.card {
  overflow: hidden;
  border-radius: 2rem  0 2rem 2rem;
}
.after-title{
  position:relative;
  /* margin-bottom:10px; */
  
}
/* .after-title:after{
  content: "";
  width:10%;
  height:6px;
  background:var(--c-main);
  bottom:-20px;
  left:50%;
  transform: translateX(-50%);
  position:absolute;
} */

.list-group-item:hover{
  color: var(--c-main);
  border-bottom: 1px solid var(--c-main);
}
.list-group-item.active{
  background:var(--c-main);
  color:#fff;
  border-color:var(--c-main);
} 
.bg-main{
  background-color: var(--c-main);
  color:#fff;
  border-color:var(--c-main);
}

.owl-next.disabled,.owl-prev.disabled{
  opacity:.6;
  }

/* START AUDIO STYLE */
audio::-webkit-media-controls-panel {
background-color: #E9ECEF;
border-radius: 0;

}
.voice{
padding:3px;
background:#E9ECEF;

}
.pagination, .dataTable-pagination ul,.dataTable-pagination-list{
    
  flex-wrap:wrap !important;
}
/* END AUDIO STYLE */

  nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: var(--c-main);
    border-color: var(--c-main);
  }
/* END OUR CUSTOM STYLE */

/* books */
.books .stretched-link {
  bottom: -120px !important;
  transition: all .3s ease;
}
.books .owl-item:hover .stretched-link {
  bottom: 0 !important;
}

/* footer */
footer img.shap {
  transform: scaley(-1);
}
.topheader .navbar-nav .social-link,
.copyright .navbar-nav .social-link {
  color: var(--c-main);
  border: 1px solid #fff;
  background-color: #fff;
  width: 20px;
  height: 20px;
  margin-left: 6px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.copyright .navbar-nav .social-link:hover {
  background: transparent;
  color: #fff;
}

.custom-shape-divider-bottom-1735495525 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1735495525 svg {
  position: relative;
  display: block;
  width: calc(110% + 1.3px);
  height: 69px;
}

.custom-shape-divider-bottom-1735495525 .shape-fill {
  fill: #5D2200;
}

/** For tablet devices **/
@media (min-width: 768px) and (max-width: 1023px) {
  .custom-shape-divider-bottom-1735495525 svg {
      width: calc(110% + 1.3px);
      height: 109px;
  }
}

/** For mobile devices **/
@media (max-width: 767px) {
  .custom-shape-divider-bottom-1735495525 svg {
      width: calc(105% + 1.3px);
      height: 47px;
  }
}