@font-face {
  font-family: 'DIN NEXT™';
  src: url('https://mc.gov.sa/ar/fonts/DIN%20NEXT%E2%84%A2%20ARABIC%20REGULAR.otf') format('otf'), 
       url('https://mc.gov.sa/ar/fonts/DIN%20NEXT%E2%84%A2%20ARABIC%20HEAVY.otf') format('otf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*header*/
.top-navbar{
display:none;
}
.main-nav-container.fixed-pinned .navbar-brand img {
    max-height: 60px;
}
.navbar-brand img {
    max-height: 6rem;
}
/*header*/
/*banners*/
.object-contain {
    object-fit: cover;
}
.h-\[90\%\] {
    height: 100%;
}
.md\:py-\[15px\] {
    padding-bottom: 10px;
    padding-top: 10px;
    border-radius: 9px;
    font-size: 20px;
}
/*hover*/
@media(min-width: 1024px){
.slider-banner-main-5 {
  position: relative;
  display: block;
  overflow: hidden; 
}

.txt.flex.justify-center.flex-col.w-full.h-full.container {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}
.slider-banner-main-5 img {
  display: block; 
  transition: filter 0.3s ease-in-out; 
}
.slider-banner-main-5:hover img {
  filter: brightness(0.6);
}

.slider-banner-main-5:hover  .txt.flex.justify-center.flex-col.w-full.h-full.container{
  opacity: 1;
  pointer-events: auto;
}
}
/*hover*/
/*banners*/