/* شاشة التحميل */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 99999;
  transition: opacity 0.6s ease;
}

/* اللوقو */
.loader-logo {
  width: 120px;
  margin-bottom: -20px; /* قريب من النقاط */
}
.bg-white {
    --tw-bg-opacity: 1;
    background-color: #fff !important;
}
/* النقاط */
.dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.dots span {
  width: 12px;
  height: 12px;
  background-color: #ccc; /* رمادي بالبداية */
  border-radius: 50%;
  transition: background-color 0.4s ease;
}
.JT_categories .s-slider-swiper-wrapper {
    justify-content: center;
}

/***/

/****/
.JT_active-banner .content-div h4 ,.JT_active-banner .content-div a {
    color: #fff !important;
}

/****/
.copyright-text p {
    color: #000 !important;
}

.copyright-text a:hover {
    color: #000 !important;
}

/**Wide banner*/
.banner--fixed img {
  background-color: transparent;
}

/* end Wide banner*/

.JO_album a:nth-of-type(3) .h-full >div{
   justify-content:end; 
}

.JO_album a:nth-of-type(3) .h-full >div h2{
    background:#69a692;
    padding:5px;   
}

.JO_album a:nth-of-type(3) .h-full >div p{
    background:#69a692;
    padding:5px;   
}


/* Pixeez Studie Code */
  body {
background-color: #f9fafb ; 

}

.bg-white,.bg-gray-100 {
background-color: #f9fafb ; 
}

.s-block {
        margin-top: 0.5rem !important;
 
    }
.\!mb-5 {
    margin-bottom: 0rem !important;
}
.marqueeStyle {

background-color: #F3D580 !important;
/* margin-top: 1rem;*/
  
}
  .marque-title__inner{
            display: flex;
            align-items: flex-start;
            background-color: #F3D580 !important;
            padding: .3rem;
            /* margin-top: 1rem;*/
            width: 100%;
            overflow: hidden;
            white-space: nowrap;
        margin-bottom: 10px;
        }
       .ready {
            animation: marque 20s linear infinite;

            padding: 5px 15px 5px 15px ;
            
        } 
@keyframes marque {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* للجوال */
@media(max-width:768px) {

/***/
  .JO_main_slider h2 {
      font-size: 28px;
      line-height: 1.5;
  }
  

/***/  
  .JT_categories .s-slider-swiper-wrapper {
      justify-content: unset;
  }

  .JO_selected_products  h2{
      font-size:28px;
      line-height:2;
  }
}