@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
}

body {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-y: scroll;
  overflow-x: hidden;
  font-family: "Cairo", sans-serif;
}

/* .wrapper {
  text-align: right;
  margin-top: 5vw;
  margin-bottom: 7vw;
  width: 90%;
  border-right: 2px #e6e4e4 solid;
  border-left: 2px #e6e4e4 solid;
  border-bottom: 2px #e6e4e4 solid;
  margin-left: auto;
  margin-right: auto;
}

.wrapper-title {
  width: 100%;
  text-align: center;
  padding: 10px;
  text-align: right;
  border-bottom: 2px #e6e4e4 solid;
  border-top: 3px #410000 solid;
}

.mahaliyat-images {
  padding: 30px;
}

.mahaliyat-images img {
  width: 200px;
  height: auto;
}

.mahaliyat-info {
  float: left;
  width: 80%;
  display: inline;
  margin-left: 2vw;
  direction: rtl;
  border-bottom: 2px #e6e4e4 solid;
  margin-top: -1vw;
}

.mahaliyat-images:last-of-type .mahaliyat-info {
  border-bottom: none;
}

.mahaliyat-title {
  border-right: 3px #410000 solid;
  padding: 0 8px 0 0;
  margin-bottom: 0.5vw;
}

.mahaliyat-description {
  margin-bottom: 1vw;
}

.pagination {
  display: flex;
  justify-content: center;
  margin-top: -3vw;
  margin-bottom: 7vw;
}

.previous-btn,
.next-btn {
  padding: 10px 20px;
  background-color: #eee;
  border: none;
  cursor: pointer;
  color: black;
  margin-left: 1vw;
  margin-right: 1vw;
}

.page-number {
  padding: 5px 10px;
  background-color: #eee;
  cursor: pointer;
  color: black;
}

.page-number.active {
  background-color: #410000;
  color: white;
} */

.many-news-title-2 {
  width: 100%;
  text-align: center;
  text-align: right;
  margin-bottom: 0.8vw;
}

.many-news-title-2 a {
  float: left;
  margin-left: 1vw;
  color: #410000;
  margin-top: 1vw;
  font-weight: bold;
}

.many-news-title-2 a:hover {
  color: #410000;
  transition: all 0.55s ease;
  text-decoration: underline;
}

/* CONTACT US PAGE */

/* .main-wrapper {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  margin-top: 2vw;
  margin-bottom: 5vw;
}

.contact-info {
  width: 48%;
  direction: rtl;
  margin-right: 10vw;
}

.contact-form {
  width: 48%;
}

.contact-info h2,
.contact-form h2 {
  margin-bottom: 40px;
  font-size: 1.5rem;
  direction: rtl;
  border-bottom: 3px #410000 solid;
  padding: 10px;
}

.contact-form h3 {
  font-size: 0.9rem;
  margin-top: -1vw;
  margin-bottom: 2.5vw;
  width: 100%;
  direction: rtl;
  font-weight: normal;
}

.contact-info p {
  margin-bottom: 10px;
  font-size: 1.1rem;
  padding: 2px;
}

.contact-form input,
.contact-form textarea {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding: 10px;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  direction: rtl;
}

.contact-form textarea {
  resize: vertical;
  height: 150px;
}

.contact-form button {
  padding: 10px 20px;
  font-size: 1rem;
  background-color: #410000;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
}

.contact-form button:hover {
  background-color: #800000;
}

.form-group {
  margin-bottom: 20px;
  direction: rtl;
}

.form-group label {
  display: block;
  margin-bottom: 5px;
} */

/* DETAILED NEWS */

/* .detailed-news-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 5vw;
  margin-bottom: 7vw;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.detailed-news-section {
  width: 70%;
  text-align: right;
}

.ad-section {
  width: 30%;
  margin-left: 2vw;
}

.ad-section img {
  width: 200px;
  height: auto;
}

.detailed-news-images img {
  width: 100%;
}

.detailed-news-wrapper-title {
  border-right: 3px #410000 solid;
  margin-bottom: 2vw;
  display: flex;
  align-items: center;
}

.detailed-news-wrapper-title h2 {
  margin-right: 1vw;
}

.detailed-news-title h3 {
  color: #410000;
  font-size: 0.9rem;
}

.mahaliyat-description {
  margin-top: 0.5vw;
  font-size: 1.2rem;
}

.mutual-news-container {
  margin-bottom: 20vw;
  width: 60%;
  margin-left: auto;
  margin-right: 10%;
  margin-top: -3vw;
}

.mutual-news-title h2 {
  text-align: right;
  border-bottom: #410000 solid;
  margin-right: 14%;
}

.mutual-news-container {
  margin-bottom: 20px;
  width: 70%;
  margin-left: auto;
  margin-right: 0;
}

.mutual-image-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 15px;
  margin-right: 10%;
  margin-bottom: 10vw;
}

.mutual-image-item {
  text-align: center;
  margin: 0 10px 10px 0;
  width: 150px;
  height: 150px;
}

.mutual-image-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mutual-image-item a {
  margin-top: 5px;
  border-bottom: 3px #410000 solid;
  font-size: 1rem;
  padding-bottom: 1vw;
  color: black;
} */

/* @media screen and (min-width: 2000px) and (max-width: 2049px) {
  .video-grid-container {
    margin-top: -16.7vw;
    row-gap: 49%;
    margin-bottom: -6vw;
  }

  .video-item {
    height: 100%;
  }

  .video-texts-container {
    height: 100%;
  }

  .video-texts-container p {
    margin-bottom: -100vw;
  }

  .banner-container {
    margin-top: 0.5vw;
    margin-bottom: -2vw;
  }
}

@media screen and (min-width: 1950px) and (max-width: 1999px) {
  .video-grid-container {
    margin-top: -38w;
    row-gap: 83%;
  }

  .video-item {
    height: 100%;
    width: 100%;
  }

  .video-item iframe {
    height: 115%;
  }

  .video-texts-container {
    height: 80%;
  }

  .video-texts-container p {
    margin-bottom: -100vw;
  }

  .banner-container {
    margin-top: 6vw;
    margin-bottom: -2vw;
  }

  .detailed-news-wrapper-title h2 {
    margin-left: 9vw;
  }

  .mahaliyat-info {
    margin-left: 5vw;
  }
}

@media screen and (min-width: 1899px) and (max-width: 1949px) {
  .video-grid-container {
    margin-top: -40w;
    row-gap: 79%;
  }

  .video-item {
    height: 100%;
    width: 100%;
  }

  .video-item iframe {
    height: 115%;
  }

  .video-texts-container {
    height: 80%;
  }

  .video-texts-container p {
    margin-bottom: -100vw;
  }

  .slider-dots-container {
    top: 50px;
  }

  .banner-container {
    margin-top: 6vw;
    margin-bottom: -2vw;
  }

  .detailed-news-wrapper-title h2 {
    margin-left: 7.5vw;
  }

  .mahaliyat-info {
    margin-left: 4vw;
  }
}

@media screen and (min-width: 1849px) and (max-width: 1899px) {
  .video-grid-container {
    margin-top: -40w;
    row-gap: 75%;
  }

  .video-item {
    height: 100%;
    width: 100%;
  }

  .video-item iframe {
    height: 110%;
  }

  .video-texts-container {
    height: 80%;
  }

  .video-texts-container p {
    margin-bottom: -100vw;
  }

  .banner-container {
    margin-top: 6vw;
    margin-bottom: -2vw;
  }

  .detailed-news-wrapper-title h2 {
    margin-left: 7vw;
  }

  .mahaliyat-info {
    margin-left: 4vw;
  }
}

@media screen and (min-width: 1799px) and (max-width: 1849px) {
  .video-grid-container {
    margin-top: -27.2vw;
    row-gap: 81%;
  }

  .video-item {
    height: 100%;
  }

  .video-texts-container {
    height: 80%;
  }

  .video-texts-container p {
    margin-bottom: -100vw;
  }

  .banner-container {
    margin-top: 2vw;
  }

  .detailed-news-wrapper-title h2 {
    margin-left: 7vw;
  }

  .mahaliyat-info {
    margin-left: 4vw;
  }
}

@media screen and (min-width: 1749px) and (max-width: 1799px) {
  .video-grid-container {
    margin-top: -27.2vw;
    row-gap: 81%;
  }

  .video-item {
    height: 100%;
  }

  .video-texts-container {
    height: 80%;
  }

  .video-texts-container p {
    margin-bottom: -100vw;
  }

  .banner-container {
    margin-top: 2.5vw;
  }

  .detailed-news-wrapper-title h2 {
    margin-left: 7vw;
  }
}

@media screen and (min-width: 1699px) and (max-width: 1749px) {
  .video-grid-container {
    margin-top: -26.5vw;
    row-gap: 74%;
  }

  .video-item {
    height: 100%;
  }

  .video-texts-container {
    height: 80%;
  }

  .video-texts-container p {
    margin-bottom: -100vw;
  }

  .banner-container {
    margin-top: 4.1vw;
  }

  .detailed-news-wrapper-title h2 {
    margin-left: 7vw;
  }
}

@media screen and (min-width: 1649px) and (max-width: 1699px) {
  .video-grid-container {
    margin-top: -26vw;
    row-gap: 67%;
  }

  .video-item {
    height: 100%;
  }

  .video-texts-container {
    height: 80%;
  }

  .video-texts-container p {
    margin-bottom: -100vw;
  }

  .banner-container {
    margin-top: 5vw;
  }
}

@media screen and (min-width: 1599px) and (max-width: 1649px) {
  .video-grid-container {
    margin-top: -25.5vw;
    row-gap: 60%;
  }

  .video-item {
    height: 100%;
  }

  .video-texts-container {
    height: 80%;
  }

  .video-texts-container p {
    margin-bottom: -100vw;
  }

  .banner-container {
    margin-top: 6vw;
  }
}

@media screen and (min-width: 1549px) and (max-width: 1599px) {
  .video-grid-container {
    margin-top: -26.5vw;
    row-gap: 55%;
  }

  .video-item {
    height: 100%;
  }

  .video-texts-container {
    height: 80%;
  }

  .video-texts-container p {
    margin-bottom: -100vw;
  }
} */

/* @media screen and (max-width: 768px) {
  body {
    overflow-x: hidden;
  }

  .manchette-container {
    margin-bottom: 10vw;
  }

  .manchette a h2 {
    font-size: 0.9rem;
  }

  .news-big-container {
    flex-direction: column;
    height: auto;
  }

  .pdf-container {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 20vw;
  }

  .pdf-image {
    width: 75%;
    height: 225px;
  }

  .flyer-wrapper {
    height: 350px;
    width: 89vw;
    margin-left: 0vw;
  }

  .flyer-text h2 {
    font-size: 0.9rem;
  }

  .vertical-flyer {
    height: 400px;
    width: 20%;
  }

  .news-right {
    order: 1;
    width: 100%;
    margin: 7vw 0 4vw;
    max-height: 90vh;
  }

  .news-right-description {
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #888 #f5f5f5;
    max-height: 80vh;
    width: 100%;
  }

  .news-content {
    font-size: 3.5vw;
  }

  .title-right h3 {
    width: 100%;
    left: 0;
    top: 39%;
    border-bottom: 2px solid #e6e4e4;
    font-size: 6vw;
  }

  .banner-big-container {
    flex-direction: column;
    align-items: center;
    height: 2300px;
  }

  .banner-container {
    margin-top: 215vw;
    width: calc(80% + 23px);
    margin-left: -40px;
    margin-right: -10px;
  }

  .text-1,
  .text-2,
  .text-3 {
    font-size: 0.85rem;
  }

  .slider-dots-container {
    left: 18%;
    top: 20px;
  }

  .video-grid-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 7%;
    margin-left: -2vw;
    width: 120%;
    height: 300%;
  }

  .videos-container {
    margin-bottom: 5vw;
    margin-top: 12vw;
    width: calc(100% + 30px);
    margin-left: -45px;
    margin-right: -30px;
    height: 60%;
  }

  .video-texts-container {
    height: 80%;
  }

  .many-news-container {
    flex-direction: column;
    align-items: center;
    margin-top: 20vw;
    margin-bottom: 20vw;
  }

  .many-news {
    width: calc(100% + 50px);
    margin-left: -30px;
    margin-right: -30px;
  }

  .footer p {
    font-size: 0.7rem;
    white-space: nowrap;
    margin-left: -0.2vw;
    margin-right: -0.2vw;
  }

  .mahaliyat-images {
    display: flex;
    flex-direction: column-reverse;
    width: calc(100% + 30px);
    margin-left: -3.5vw;
  }

  .mahaliyat-images img {
    width: 100%;
    height: auto;
  }

  .mahaliyat-info {
    margin-bottom: 10px;
    margin-top: 20px;
    width: calc(100% - 10px);
  }

  .mahaliyat-title {
    margin-bottom: 20px;
  }

  .mahaliyat-description {
    font-size: 0.95rem;
  }

  .mahaliyat-info .many-news-title-2 a {
    margin-right: 5vw;
  }

  .pagination {
    font-size: 8px;
  }

  .pagination .page-number {
    font-size: 14px;
  }

  .next-btn,
  .previous-btn {
    font-size: 12px;
  }

  .mahaliyat-info {
    padding-bottom: 5vw;
  }

  .detailed-news-wrapper {
    display: flex;
    flex-direction: column;
    width: 90%;
  }

  .ad-section {
    order: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 30vw;
    margin-top: 7vw;
    margin-bottom: 7vw;
  }

  .ad-section img {
    flex: 1;
    width: 200%;
    height: 120px;
  }

  .detailed-news-section {
    width: 100%;
    order: 1;
  }

  .detailed-news-wrapper-title h2 {
    font-size: 1rem;
  }

  .detailed-news-title h3 {
    font-size: 0.6rem;
  }

  .mahaliyat-description {
    font-size: 0.9rem;
  }

  .mutual-image-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 120px;
    padding-left: 10vw;
    width: 100%;
    margin-left: -5vw;
    margin-bottom: 20vw;
  }

  .mutual-image-item {
    width: 100%;
    margin-bottom: 20vw;
  }

  .mutual-image-item a {
    display: block;
    text-align: center;
    margin-top: 5px;
  }

  .mutual-image-item img {
    max-width: 120%;
    height: auto;
  }

  .mutual-news-title h2 {
    margin-right: 8%;
  }

  .contact-info p {
    font-size: 0.9rem;
    white-space: nowrap;
  }

  .contact-info h2 {
    white-space: nowrap;
    font-size: 1.3rem;
  }

  .contact-form h3 {
    font-size: 0.8rem;
    margin-top: -6vw;
  }

  .contact-form h2 {
    font-size: 1.3rem;
  }

  .main-wrapper {
    flex-direction: column-reverse;
  }

  .contact-info,
  .contact-form {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .contact-form {
    margin-bottom: 10vw;
  }
}

@media screen and (max-width: 400px) {
  .banner-container {
    margin-top: 230vw;
  }
}

@media screen and (max-width: 376px) {
  body {
    overflow-x: hidden;
  }

  .videos-container {
    width: calc(100% + 30px);
    margin-left: -45px;
    margin-right: -30px;
  }

  .banner-container {
    margin-top: 240vw;
  }

  .logo {
    top: 160%;
  }
}

@media screen and (max-width: 350px) {
  .banner-container {
    margin-top: 260vw;
  }
}

@media screen and (max-width: 325px) {
  .banner-container {
    margin-top: 280vw;
  }
} */