
/* style.css 
body {
  font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 18px;
  margin: 0;
  padding: 0;
  background-color: #f2f1f6;
  color: rgb(0, 0, 0);
  direction: rtl;
  
}

.site-header {
  background-color: #5f5e62;
  padding: 5px;
  border-top: solid 3px black;
  border-bottom: solid 3px rgb(0, 0, 0);
}

.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.logo-img {
  height: 50px;
  margin-right: 30px;
}

.site-title h1 a {
  font-size: 25px;
  color: white;
  text-decoration: none;
}


.domaine-name a {
  color: rgb(0, 0, 0);
  font-style: italic;
  font-weight: bold;
  font-size: 20px;
  text-decoration: none;
}

.search-container {
  display: flex;
  align-items: center;
  background-color: white;
  border-radius: 25px;
  padding: 5px;
  max-width: 500px;
  width: 100%;
}

.search-container input[type="text"] {
  border: none;
  border-radius: 25px;
  padding: 10px;
  flex: 1;
  font-size: 16px;
  outline: none;
}

.search-container button {
  background-color: rgb(254, 254, 254);
  border: none;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-container button:hover {
  background-color: darkred;
}

.navbar {
  background-color: #3c3c3f;
  border-bottom: 2px solid rgb(0, 0, 0);
}

.navbar ul {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 10px 0;
  gap: 50px;
}

.navbar li a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
}

.navbar li a:hover {
  color: rgb(0, 0, 0);
}

.video-gallery {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 40px;
  flex-wrap: wrap;
}

.video-card {
  background-color: #1a1a3a;
  border-radius: 10px;
  overflow: hidden;
  width: 320px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.4);
  text-align: center;
  transition: transform 0.3s;
}

.video-card:hover {
  transform: scale(1.03);
}

.video-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.video-card h3 {
  margin: 10px;
  font-size: 18px;
  color: white;
  
}

.video-container {
  max-width: 800px;
  margin: 40px auto;
  padding: 10px;
  text-align: center;
}

@media (max-width: 768px) {
  .header-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .search-container {
    width: 100%;
  }

  .video-gallery {
    flex-direction: column;
    align-items: center;
  }
.video-title {
  font-family: Arial, sans-serif;
  font-size: 22px;
  color: blue;
  font-weight: bold;
  text-align: center;
  margin-top: 6px;
}

.video-title {
  font-family: Arial, sans-serif;
  font-size: 22px;
  color: blue;
  font-weight: bold;
  text-align: center;
  margin-top: 6px;
}


@media (max-width: 768px) {
  .header-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .search-container {
    width: 100%;
  }

  .video-gallery {
    flex-direction: column;
    align-items: center;
  }
}

}
*/
/* style.css */
body {
  font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 18px;
  margin: 0;
  padding: 0;
  background-color: #f2f1f6;
  color: rgb(0, 0, 0);
  direction: rtl;
}

.site-header {
  background-color: #5f5e62;
  padding: 5px;
  border-top: solid 3px black;
  border-bottom: solid 3px rgb(0, 0, 0);
}

.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.logo-img {
  height: 50px;
  margin-right: 30px;
}

.site-title h1 a {
  font-size: 25px;
  color: white;
  text-decoration: none;
}

.domaine-name a {
  color: rgb(0, 0, 0);
  font-style: italic;
  font-weight: bold;
  font-size: 20px;
  text-decoration: none;
}

.search-container {
  display: flex;
  align-items: center;
  background-color: white;
  border-radius: 25px;
  padding: 5px;
  max-width: 500px;
  width: 100%;
}

.search-container input[type="text"] {
  border: none;
  border-radius: 25px;
  padding: 10px;
  flex: 1;
  font-size: 16px;
  outline: none;
}

.search-container button {
  background-color: rgb(254, 254, 254);
  border: none;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-container button:hover {
  background-color: darkred;
}

.navbar {
  background-color: #3c3c3f;
  border-bottom: 2px solid rgb(0, 0, 0);
}

.navbar ul {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 10px 0;
  gap: 50px;
}

.navbar li a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
}

.navbar li a:hover {
  color: rgb(0, 0, 0);
}

.video-gallery {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 40px;
  flex-wrap: wrap;
}

.video-card {
  background-color: #1a1a3a;
  border-radius: 10px;
  overflow: hidden;
  width: 320px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.4);
  text-align: center;
  transition: transform 0.3s;
}

.video-card:hover {
  transform: scale(1.03);
}

.video-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.video-card h3 {
  margin: 10px;
  font-size: 18px;
  color: white;
}

.video-container {
  max-width: 800px;
  margin: 40px auto;
  padding: 10px;
  text-align: center;
}

/* تنسيق العناوين أسفل الصور المصغرة */
.video-title {
  font-family: Arial, sans-serif;
  font-size: 20px;
  color: rgb(74, 70, 63);
  font-weight: bold;
  text-align: center;
  margin-top: 6px;
  text-decoration: none;
}

/* إزالة التسطير من الروابط التي تحتوي الصور والعناوين */
.video-thumbnail {
  text-decoration: none !important;
  color: inherit !important;
  display: inline-block;
 
}

.video-thumbnail p.video-title {
  text-decoration: none !important;
  
  margin: 6px 0 0 0;
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  
}

/* إضافة تسطير عند مرور الماوس (اختياري) */
.video-thumbnail:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .header-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .search-container {
    width: 100%;
  }

  .video-gallery {
    flex-direction: column;
    align-items: center;
  }
}

