@font-face{
    font-family: 'Ameri';
    src: url('../../fonts/Bahij_TheSansArabic-Bold.ttf');
}

html,body,span,a,h1,h2,h3,h4,h5{
    font-family: 'Ameri'!important;
}

.uk-navbar-nav,p,h1,h2,h3,h4{
    direction: rtl;
}

.custom-responsive{
    height:700px;
}

.custom-responsive-portfolio{
    height:400px;
}

@media (max-width: 991.98px){
    .custom-responsive{
        height:300px;
    }

    .custom-responsive-portfolio{
        height:300px;
    }
}


/* Fix: album title overlaps images */
#album .yb-section-point-wrapper,
#albums .yb-section-point-wrapper{
  position: relative !important;
  display: block !important;
  width: 100%;
  margin-bottom: 24px !important;   /* مسافة تحت العنوان */
  z-index: 2;
}

/* force title block to be normal flow (not absolute) */
#album .yb-section-point,
#albums .yb-section-point{
  position: static !important;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

/* push the grid/images down safely */
#album .uk-container > .uk-grid,
#albums .uk-container > .uk-grid{
  margin-top: 12px !important;
  position: relative;
  z-index: 1;
}



/* Fix overlay title on album images */
.album-image,
.yb-album-image {
  position: relative;
}

.album-image .album-title,
.yb-album-image .album-title {
  position: absolute;
  bottom: 12px;
  left: 12px;
  right: 12px;
  background: rgba(255, 255, 255, 0.6);
  color: #0c0c0c !important;
  padding: 10px 14px;
  font-size: 24px;
  font-weight: 700;
  border-radius: 6px;
  text-align: center;
}



