:root {
 
    --neon: #f4bf35;
}

/* ===== Title ===== */
h2 {
    margin-top: 50px;
    color: var(--neon);
    animation: fadeInDown 1s ease-out;
    text-align: center;
}
 h2{
        font-size:34px;
        font-weight:800;
     }


h2::after {
    content: "";
    width: 100px;
    height: 5px;
    background: linear-gradient(90deg, transparent, #3e3e3e, transparent);
    display: block;
    margin: 15px auto;
    border-radius: 20px;
}


 @media (min-width:991px){
  .video-slider{
    display:grid;
    grid-template-columns:repeat(4,1fr); 
    gap:1rem;
  }
}
 @media (min-width:1200px){
  .video-slider{
    display:grid;
    grid-template-columns:repeat(5,1fr); 
    gap:1rem;
  }
}

 @media (max-width:991px){
 
 
 
.video-slider{
    display:grid;
    grid-template-columns:repeat(3,1fr); 
     justify-content: center;
    margin: 0;
    }

}
 @media (max-width:600px){
 
 
 
.video-slider{
    display:grid;
    grid-template-columns:repeat(2,1fr); 
     justify-content: center;
    margin: 0;
    }

}
 
.video-card img{
  width: 200px;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .video-card img{
  width: 180px;
  border-radius: 10px;
  height: 100%;
}
}
  
.video-card h6{
color: white;
text-align: center;
}


/* ===== عناوین===== */
.section-header{
   display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:10px;
  position:relative;
  margin-left: 50px;
  margin-right: 50px;
}
@media (max-width:768px){
.section-header{
     margin-left: 10px;
  margin-right: 10px;
}
}
 

 .section-header h2{
  margin:0;
  padding-left:15px;
  position:relative;
  z-index:1;
  font-size:16px;
  color:white;
}

@media (min-width:769px){
    .section-header{
  
  margin-left: 90px;
  margin-right: 100px;
}
  }

 .see-all{
  position:relative;
  z-index:1;
  color:#ffffff;
  text-decoration:none;
  font-weight:bold;
  transition:0.3s;
  color: #f4bf35;
}

.see-all:hover{
  color:#00d4ff;
}


@media (max-width: 769px){
    .video-slider{
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
    }

    .video-slider a{
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .video-card{
        margin: 0 auto;
    }
}


  @media (max-width:375px){
 
 
 
.video-slider{
    display:grid;
    grid-template-columns:repeat(1,1fr); 
    gap:1rem;
    justify-content: center;
    margin: 0;
    }
     
.video-card img{
  width: 280px;
  border-radius: 10px;
}

}