body, html {
  font-family: "Noto Kufi Arabic";
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

* {
  font-family: inherit;
  font-size: inherit;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.container-fluid {
  max-width: 1440px;
  padding: 0 335px;
  margin: auto;
}

.highlighted {
  border: 1px solid black;
  padding: 0 10px;
}

.navbar {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background: white;
  width: 100%;
  height: 160px;
  gap: 25px;
  padding-bottom: 40px;
}
.navbar .upper {
  align-items: center;
  width: 100%;
  justify-content: space-evenly;
  display: flex;
  gap: 70px;
}
.navbar .upper .left-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding-top: 10px;
}
.navbar .upper .left-box .bars-logo {
  color: black;
  font-size: 17px;
}
.navbar .upper .left-box .bars-logo:hover {
  cursor: pointer !important;
  color: #AE0018;
}
.navbar .upper .left-box .follow {
  font-size: 13px;
  font-weight: 600;
}
.navbar .upper .left-box .follow:hover {
  color: #AE0018;
}
.navbar .lower {
  width: 100%;
  font-weight: 700;
  direction: rtl;
}
.navbar .lower .nav-items {
  font-size: 17px;
}
.navbar .lower .nav-items .items {
  display: flex;
  gap: 18px;
  padding-bottom: 3%;
  justify-content: center;
}
.navbar .lower .nav-items .items .nav {
  list-style: none;
  text-decoration: none;
  color: black;
  transition: all 0.3s ease-in-out;
}
.navbar .lower .nav-items .items .nav:hover {
  cursor: pointer;
  color: #AE0018;
}

.neetaj-logo {
  width: 165px;
  height: 65px;
}

.logo {
  padding-top: 10px;
  height: 80px;
  padding-left: 180px;
}
.logo:hover {
  cursor: pointer;
}

.back1 {
  width: 100%;
  background-position: center;
  background-size: cover;
  height: 500px;
  position: relative;
  margin-top: 30px;
}
.back1 .title1 {
  font-family: "Noto Kufi Arabic";
  color: white;
  font-size: 20px;
  font-weight: 500;
  position: absolute;
  z-index: 3;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 73%;
  direction: rtl;
}
.back1 .button1 {
  border: 1px solid white;
  width: fit-content;
  align-items: center;
  justify-items: center;
  display: flex;
  padding-right: 10px;
  z-index: 3;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 90%;
  transition: all 0.3s ease-in-out;
}
.back1 .button1:hover {
  cursor: pointer;
  background-color: #AE0018;
  transition: all 0.3s ease-in-out;
}
.back1 .buttonlearn {
  padding: 0px 15px;
  color: white;
  text-decoration: none;
  font-size: 13px;
  font-family: "Noto Kufi Arabic";
  font-weight: 500;
}

.searchbar {
  display: flex;
}
.searchbar .searchdiv {
  height: 34px;
  display: flex;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.searchbar .searchdiv .searchtext {
  color: grey;
  border: none;
  object-fit: contain;
  text-align: right;
  padding-right: 10px;
  font-family: "Noto Kufi Arabic";
  font-size: 13px;
  width: 100%;
}
.searchbar .searchdiv .searchtext:focus {
  outline: none;
}

.banner1 {
  width: 86%;
  position: relative;
  height: 196px;
  background-color: whitesmoke;
  top: -20px;
  box-shadow: 6px 6px 29px -4px #9a9a9a;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  font-family: "Noto Kufi Arabic";
  font-weight: 600;
  z-index: 1;
  left: 50%;
  transform: translate(-50%);
}
.banner1 a {
  width: 30%;
}
.banner1 .content1 {
  display: flex;
  gap: 20px;
  overflow: hidden;
  align-items: center;
}
.banner1 .content1 .text-ban {
  text-align: right;
  width: 63%;
}
.banner1 .content1 .hidden2 {
  width: 175px;
  position: relative;
}

.logo-title {
  position: relative;
  height: 60px;
  width: 150px;
  padding-left: 40%;
  margin-bottom: 40px;
}

.container-1 {
  display: flex;
  flex-direction: column;
  margin-left: -30px;
}
.container-1 .row-1 {
  display: flex;
  flex-wrap: wrap;
}
.container-1 .row-1 .posts-mouharer {
  display: flex;
  justify-content: space-evenly;
  width: 33%;
  margin-bottom: -55px;
}
.container-1 .row-1 .posts-mouharer .content2 .img-post1 {
  overflow: hidden;
  position: relative;
}
.container-1 .row-1 .posts-mouharer .content2 .img-post1 .girl {
  height: 65%;
  transition: 0.6s;
}
.container-1 .row-1 .posts-mouharer .content2 .img-post1 .girl:hover {
  transform: scale(1.1);
}
.container-1 .row-1 .posts-mouharer .content2 .title2 {
  text-align: center;
  padding-top: 20px;
  font-weight: 600;
}
.container-1 .row-1 .posts-mouharer .content2 .title2-more {
  text-align: center;
  color: #AE0018;
}

.container-fluid2 {
  max-width: 1440px;
  padding: 0px 60px;
  margin: auto;
  direction: rtl;
}

.logo-style {
  height: 55px;
  width: 70px;
}

.style-container {
  display: flex;
  margin-top: 20px;
  height: 700px;
  gap: 40px;
}
.style-container .main-container {
  height: 100%;
  background-size: cover;
  position: relative;
  width: 45%;
  overflow: hidden;
}
.style-container .main-container .pichov {
  height: 100%;
  width: 100%;
  transition: 0.6s;
  position: relative;
}
.style-container .main-container .pichov:hover .main-img {
  transition: 0.6s;
  transform: scale(1.1);
}
.style-container .main-container .pichov .main-img {
  position: absolute;
  height: 100%;
  z-index: 1;
  transition: 0.6s;
  width: 100%;
}
.style-container .main-container .pichov .text-style {
  color: white;
  bottom: 4%;
  padding-right: 20px;
  opacity: 100%;
  width: 100%;
  position: absolute;
  z-index: 3;
  direction: rtl;
}
.style-container .main-container .pichov .text-style .title-main {
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
}
.style-container .main-container .pichov .text-style .subtitle-main {
  font-size: 13px;
  font-weight: 300;
}
.style-container .column-pics {
  display: flex;
  flex-direction: column;
  padding-right: 45px;
  height: 100%;
  overflow: hidden;
  justify-content: space-between;
}
.style-container .column-pics .content1 {
  display: flex;
  gap: 20px;
  height: 30%;
}
.style-container .column-pics .hidden {
  position: relative;
  height: 100%;
  width: 166px;
}
.style-container .column-pics .text-ban {
  padding-top: 25px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.style-container .column-pics .text-ban .subtitle {
  font-size: 20px;
  font-weight: 600;
}
.style-container .column-pics .text-ban .title2-more {
  color: #AE0018;
  font-weight: 700;
  font-size: 13px;
}
.style-container .button2 {
  border: 2px solid #AE0018;
  align-items: center;
  justify-items: center;
  display: flex;
  transition: all 0.3s ease-in-out;
  height: 30px;
  margin-top: 750px;
  width: 171px;
}
.style-container .button2:hover {
  cursor: pointer;
  background-color: #AE0018;
}
.style-container .button2:hover .arrow-logo {
  filter: invert(100%) sepia(23%) saturate(3%) hue-rotate(16deg) brightness(116%) contrast(100%);
  transition: all 0.3s ease-in-out;
  transform: translateX(-3px);
}
.style-container .button2:hover .buttonlearn2 {
  color: white;
}
.style-container .buttonlearn2 {
  padding: 0 15px;
  color: #AE0018;
  text-decoration: none;
  font-size: 15px;
  font-family: "Noto Kufi Arabic";
  font-weight: 800;
}

.logo-akhbarkom {
  height: 59px;
  width: 90px;
  padding-bottom: 30px;
}

.akhbarkom {
  width: 100%;
  height: fit-content;
}
.akhbarkom .content3 {
  display: flex;
  flex-direction: column;
  width: fit-content;
  transition: all 0.3s ease-in-out;
  height: 370px;
  margin-bottom: 28px;
}
.akhbarkom .content3:hover {
  box-shadow: 0 0 29px -4px rgba(154, 154, 154, 0.61);
  transition: all 0.3s ease-in-out;
}
.akhbarkom .content3 .hidden3 {
  width: 313px;
  height: 235px;
}
.akhbarkom .content3 .text-ban2 {
  width: 300px;
  height: 113px;
  padding-right: 15px;
  padding-top: 10px;
}

.overlay {
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.4392156863), transparent);
}

.block {
  width: 1%;
  position: relative;
  height: 90px;
}

.img-ban {
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: relative;
}

.style {
  position: absolute;
  transition: 0.6s;
  height: 100%;
  width: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}
.style:hover {
  transform: scale(1.1);
  transition: 0.6s;
}

.tag {
  padding: 0 5px;
  bottom: 4%;
  background-color: white;
  height: 24px;
  position: absolute;
  font-size: 12px;
  text-align: center;
  direction: rtl;
  right: 10px;
  color: black;
}

.date {
  color: #AE0018;
  font-weight: 500;
}

.title3 {
  text-align: right;
  font-weight: 600;
  color: black;
}

.title3-more {
  text-align: right;
  font-weight: 600;
  color: #AE0018;
}

.buttondiv {
  display: flex;
  justify-content: end;
}
.buttondiv .button3 {
  border: 2px solid #AE0018;
  align-items: center;
  justify-items: center;
  display: flex;
  transition: all 0.3s ease-in-out;
  height: 40px;
  width: 170px;
}
.buttondiv .button3:hover {
  cursor: pointer;
  background-color: #AE0018;
  transition: all 0.3s ease-in-out;
}
.buttondiv .button3:hover .arrow-logo {
  filter: invert(100%) sepia(23%) saturate(3%) hue-rotate(16deg) brightness(116%) contrast(100%);
  transition: all 0.3s ease-in-out;
  transform: translateX(-3px);
}
.buttondiv .button3:hover .buttonlearn3 {
  color: white;
}

.buttonlearn3 {
  padding: 0 10px;
  color: #AE0018;
  text-decoration: none;
  font-size: 15px;
  font-family: "Noto Kufi Arabic";
  font-weight: 800;
}

.logo-mashahir {
  padding-bottom: 30px;
  height: 50px;
}

.justify-center {
  justify-content: center !important;
}

.titlediv {
  width: 100%;
  display: flex;
  justify-content: start;
  margin-bottom: 50px;
}
.titlediv .title {
  font-size: 25px;
  font-weight: 700;
  position: relative;
}
.titlediv .title::before {
  content: "";
  width: 50%;
  border-bottom: 3px solid #AE0018;
  position: absolute;
  top: -5px;
  right: 0;
}
.titlediv .title::after {
  content: "";
  width: 50%;
  border-bottom: 3px solid #AE0018;
  position: absolute;
  bottom: -5px;
  left: 0;
}

#mashahir-page {
  margin-right: 44%;
  height: 50px;
}

.mashahir-container {
  align-content: center;
  height: 350px;
  width: 100%;
  display: flex;
  gap: 20px;
  margin-bottom: 45px;
}
.mashahir-container .x {
  width: 100%;
  display: flex;
  gap: 25px;
}
.mashahir-container .x .img-frame {
  width: 57%;
}
.mashahir-container .x .img-frame .hidden {
  position: relative;
  height: 100%;
  width: 100%;
}
.mashahir-container .x .img-frame .hidden .img-ban {
  height: 100%;
  width: 100%;
  position: relative;
}
.mashahir-container .x .img-frame .hidden .img-ban .style {
  height: 100%;
  width: 100%;
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
}
.mashahir-container .x .controller {
  width: 42%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 190px;
  position: relative;
}
.mashahir-container .x .controller .arrows {
  padding-right: 40px;
  height: 19px;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-items: center;
}
.mashahir-container .x .controller .arrows .arrow1 {
  height: 15px;
}
.mashahir-container .x .controller .arrows .arrow2 {
  transform: rotate(180deg);
  height: 15px;
}
.mashahir-container .x .controller .title-controller {
  box-shadow: 6px 15px 29px -4px rgba(154, 154, 154, 0.2117647059);
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.mashahir-container .x .controller .title-controller .title-mashahir {
  font-size: 25px;
  font-weight: 700;
  padding-top: 20px;
  padding-right: 30px;
  color: black;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.mashahir-container .x .controller .title-controller .subtitle {
  color: black;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 15px;
  font-weight: 300;
  padding-right: 30px;
}
.mashahir-container .x .controller .title-controller .mashahir-more {
  color: #AE0018;
  font-weight: 700;
  font-size: 15px;
  padding-right: 30px;
}

.container-videos {
  width: 100%;
  height: 635px;
  background-color: rgba(0, 0, 0, 0.8);
  margin-bottom: 50px;
}
.container-videos .title-vid {
  padding-top: 30px;
  text-align: center;
  color: white;
  font-size: 30px;
}
.container-videos .videos-carousel {
  justify-content: space-evenly;
  padding-top: 20px;
  height: 73%;
}
.container-videos .videos-carousel .vid {
  align-items: center;
  justify-items: center;
  width: 560px;
}
.container-videos .title-vid2 {
  font-family: "Noto Kufi Arabic";
  color: white;
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  padding-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 85px;
}
.container-videos .button-vid {
  border: 1px solid white;
  width: fit-content;
  align-items: center;
  display: flex;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
}
.container-videos .button-vid:hover {
  cursor: pointer;
  background-color: #AE0018;
  transition: all 0.3s ease-in-out;
}
.container-videos .button-more-vid {
  padding: 0px 15px;
  color: white;
  text-decoration: none;
  font-size: 13px;
  font-family: "Noto Kufi Arabic";
  font-weight: 500;
}

.logo-azwak {
  height: 55px;
  width: 70px;
}

.azwak-container {
  display: flex !important;
  margin-top: 20px;
  height: 703px;
  padding-bottom: 30px;
  direction: rtl !important;
  gap: 25px;
}
.azwak-container .main-container-azwak {
  height: 100%;
  background-size: cover;
  position: relative;
  width: 57%;
  overflow: hidden;
}
.azwak-container .main-container-azwak .pichov {
  height: 100%;
  width: 100%;
  transition: 0.6s;
  position: relative;
}
.azwak-container .main-container-azwak .pichov:hover .main-img {
  transition: 0.6s;
  transform: scale(1.1);
}
.azwak-container .main-container-azwak .pichov .main-img {
  position: absolute;
  z-index: 1;
  transition: 0.6s;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.azwak-container .main-container-azwak .pichov .text-style {
  color: white;
  bottom: 4%;
  padding-right: 20px;
  opacity: 100%;
  position: absolute;
  z-index: 3;
}
.azwak-container .main-container-azwak .pichov .text-style .title-main {
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
}
.azwak-container .main-container-azwak .pichov .text-style .subtitle-main {
  font-size: 13px;
  font-weight: 300;
  max-height: 65px;
}
.azwak-container .scroll1 {
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
  overflow-x: hidden;
  gap: 25px;
  position: relative;
  width: 42%;
}
.azwak-container .scroll1::-webkit-scrollbar {
  width: 7px;
}
.azwak-container .scroll1::-webkit-scrollbar-track {
  box-shadow: inset 0 0 10px lightgray;
  border-radius: 10px;
}
.azwak-container .scroll1::-webkit-scrollbar-thumb {
  background: black;
  border-radius: 10px;
}
.azwak-container .scroll1::-webkit-scrollbar-thumb:hover {
  background: #AE0018;
}
.azwak-container .scroll1 .content1 {
  display: flex;
  gap: 20px;
  position: relative;
}
.azwak-container .scroll1 .hidden {
  position: relative;
  min-width: 170px;
}
.azwak-container .scroll1 .text-ban {
  padding-top: 25px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.azwak-container .scroll1 .text-ban .subtitle {
  font-size: 20px;
  font-weight: 600;
}
.azwak-container .scroll1 .text-ban .title2-more {
  color: #AE0018;
  font-weight: 700;
  font-size: 13px;
}

.style2 {
  position: absolute;
  transition: 0.6s;
  width: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.style2:hover {
  transform: scale(1.1);
  transition: 0.6s;
}

.banner2 {
  width: 100%;
  position: relative;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
  font-family: "Noto Kufi Arabic";
  font-weight: 700;
  padding-top: 35px;
  padding-bottom: 15px;
}
.banner2 .content1 {
  box-shadow: 6px 20px 29px -4px rgba(154, 154, 154, 0.34);
  display: flex;
  gap: 20px;
  overflow: hidden;
  height: 170px;
  width: 100%;
  align-items: center;
  padding: 2%;
}
.banner2 .content1 .hidden-makala {
  width: 33%;
  height: 100%;
  position: relative;
}
.banner2 .content1 .hidden-makala .img-ban {
  width: 100%;
  position: absolute;
  border-radius: 50%;
  height: 70%;
  top: 50%;
  transform: translate(0, -50%);
}
.banner2 .content1 .hidden-makala .img-ban .style {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.banner2 .content1 .text-ban {
  text-align: right;
  width: 80%;
}
.banner2 .content1 .text-ban .subtitle {
  font-size: 20px;
  font-weight: 600;
}
.banner2 .content1 .text-ban .title2-more {
  color: #AE0018;
  font-weight: 700;
  font-size: 13px;
}

.footer {
  width: 100%;
  height: fit-content;
  background-color: black;
  display: flex;
  direction: rtl;
  flex-direction: column;
}
.footer .upper-footer {
  display: flex;
  padding-top: 13px;
  height: 154px;
}
.footer .upper-footer .right {
  width: 50%;
}
.footer .upper-footer .right .logo-footer {
  height: 102px;
  padding-right: 182px;
  padding-top: 10px;
}
.footer .upper-footer .left {
  width: 50%;
  height: 140px;
}
.footer .upper-footer .left .left-container {
  height: 120px;
  padding-right: 110px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer .upper-footer .left .left-container .sentence {
  color: white;
  font-size: 14px;
}
.footer .upper-footer .left .left-container .searchbar {
  display: flex;
  width: 80%;
  position: relative;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
}
.footer .upper-footer .left .left-container .searchbar .searchdiv {
  height: 34px;
  display: flex;
  border: none;
  width: 100%;
}
.footer .upper-footer .left .left-container .searchbar .eshtarek {
  color: white;
  background-color: black;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 1px 35px 3px 35px;
  font-family: "Noto Kufi Arabic";
  position: relative;
}
.footer .upper-footer .left .left-container .searchbar .eshtarek:hover {
  cursor: pointer;
}
.footer .upper-footer .left .left-container .left-box-foot {
  display: flex;
  align-items: center;
  gap: 20px;
  color: white;
}
.footer .upper-footer .left .left-container .left-box-foot .bars-logo {
  font-size: 17px;
  color: white;
}
.footer .upper-footer .left .left-container .left-box-foot .bars-logo:hover {
  cursor: pointer !important;
  color: #AE0018;
}
.footer .dashed-line {
  width: 100%;
  height: 1px;
  background-color: #272727;
}
.footer .frow {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 100px 30px;
}
.footer .frow .fitems {
  display: flex;
  flex: 0 0 auto;
  width: 16.5%;
  flex-direction: column;
}
.footer .frow .fitems .itemcont1 {
  font-weight: 600;
  color: white;
  padding-bottom: 20px;
  padding-top: 10px;
  font-size: 12px;
}
.footer .frow .fitems .itemcont2 {
  opacity: 0.8;
  color: white;
  transition: all 0.3s ease-in-out;
  padding-bottom: 8px;
  text-decoration: none;
  font-size: 12px;
}
.footer .end-footer {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
}
.footer .end-footer .right {
  width: 50%;
  height: 100%;
}
.footer .end-footer .right .contain-right {
  width: 100%;
  height: fit-content;
  font-size: 12px;
}
.footer .end-footer .right .contain-right .items-links {
  display: flex;
  gap: 30px;
  padding-right: 100px;
  padding-top: 10px;
}
.footer .end-footer .right .contain-right .items-links .nav3 {
  color: white;
  align-items: center;
  justify-content: center;
  padding-top: initial;
  list-style: none;
  text-decoration: none;
}
.footer .end-footer .left {
  width: 50%;
  height: 100%;
  font-size: 12px;
  opacity: 0.7;
}
.footer .end-footer .left .copyright-contain {
  color: white;
  padding-right: 215px;
  padding-top: 10px;
}
.footer .end-footer .left .copyright-contain .TWA {
  color: white;
  font-family: sans-serif;
}

.owl-dots {
  bottom: 40px;
  position: absolute;
  left: 45%;
}

.owl-nav {
  bottom: 160px;
  position: absolute;
  left: 30%;
}

.contain-owl-vids {
  height: 100%;
}
.contain-owl-vids .owl-carousel .owl-item .vid {
  transform: scale(0.67);
  transition: all 0.25s ease-in-out;
  margin-right: 11%;
}
.contain-owl-vids .owl-carousel .center {
  transform: scale(1.5);
  transition: all 0.25s ease-in-out;
}

.burger-dim .burger {
  background-color: white;
  position: fixed;
  width: 20%;
  height: 100%;
  right: 0;
  direction: rtl;
  top: 0;
  display: flex;
  flex-direction: column;
  z-index: 5;
  transform: translateX(100%);
  opacity: 1;
  transition: 0.5s;
  overflow-y: scroll;
  overflow-x: hidden;
}
.burger-dim .burger::-webkit-scrollbar {
  display: none;
}
.burger-dim .burger .head {
  display: flex;
  height: 100px;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.burger-dim .burger .head .logo-burg .logo-burgg {
  height: 35px;
}
.burger-dim .burger .head .exit-burg {
  transform: scale(0.9);
  position: absolute;
  left: 10%;
  background: none;
  border: none;
  padding-bottom: 15px;
}
.burger-dim .burger .head .exit-burg:hover {
  cursor: pointer;
}
.burger-dim .burger .line {
  margin-left: 20px;
  margin-right: 20px;
  border: none;
  height: 1.2px;
  background: rgba(0, 0, 0, 0.23);
}
.burger-dim .burger .content {
  flex-direction: column;
  margin-bottom: 15px;
  margin-top: 15px;
  display: flex;
  margin-right: 25px;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}
.burger-dim .burger .content .menu-item {
  display: flex;
  align-items: center;
}
.burger-dim .burger .content .menu-item .title-burg:hover {
  cursor: pointer;
}
.burger-dim .burger .content .menu-item .drop-down {
  position: absolute;
  left: 10%;
  background: none;
  border: none;
  transition: all 0.3s ease-in-out;
}
.burger-dim .burger .content .menu-item .drop-down:hover {
  cursor: pointer;
}
.burger-dim .burger .content .menu-item .drop-down .drop {
  height: 9px;
}
.burger-dim .burger .content .subs {
  flex-direction: column;
  display: none;
}
.burger-dim .burger .content .subs .sub {
  color: black;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.burger-dim .burger .content .subs .sub:hover {
  color: #AE0018;
  cursor: pointer;
}
.burger-dim .burger .content .subs .sub .Subtitle {
  margin-top: 10px;
  border-top: rgba(0, 0, 0, 0.1019607843) 1px solid;
  margin-left: 40px;
  padding-top: 10px;
}

.rotate {
  transform: rotate(90deg);
  transition: all 0.3s ease-in-out;
}

.burger-dim-click .burger {
  transform: translateX(0%) !important;
}
.burger-dim-click .burger-overlay {
  background-color: rgba(0, 0, 0, 0.3764705882);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 4;
  top: 0;
  opacity: 1;
  transition: 0.5s;
}

.bars-logo2:hover {
  cursor: pointer;
}

.owl-stage-outer {
  height: 100%;
  width: 100%;
}

#owl-video .active {
  opacity: 0.6;
}
#owl-video .center {
  opacity: 1 !important;
}

.active {
  list-style: none;
  color: #AE0018 !important;
  text-decoration: none;
}

.flex-sub {
  display: flex !important;
  flex-direction: column;
}

#content1-mashahir-page {
  height: 170px !important;
}

#hidden-mashahir-page {
  height: 100% !important;
}

.akhbar-big {
  height: fit-content;
}
.akhbar-big .akhbarkom {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
.akhbar-big .akhbarkom .content3 {
  width: 23%;
  text-decoration: none;
}
.akhbar-big .akhbarkom .content3 .hidden3 {
  width: 100%;
}
.akhbar-big .akhbarkom .content3 .text-ban2 {
  width: 100%;
}

.menubar {
  width: 100%;
  font-weight: 600;
  direction: rtl;
  display: block;
  height: 70px;
  overflow-y: hidden;
  overflow-x: scroll;
}
.menubar::-webkit-scrollbar {
  display: none;
}
.menubar .nav-items {
  display: flex;
  height: 100%;
  width: 100%;
}
.menubar .nav-items .items {
  display: flex;
  gap: 25px;
}
.menubar .nav-items .items .nav {
  list-style: none;
  width: max-content;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}
.menubar .nav-items .items .nav:hover {
  cursor: pointer;
  color: #AE0018;
}
.menubar .nav-items .items .nav:hover .colored-line {
  background-color: #AE0018;
}
.menubar .nav-items .items .nav a {
  text-decoration: none;
  color: black;
  border-left: 1px solid black;
  padding-left: 10px;
}
.menubar .colored-line {
  width: 100%;
  height: 2px;
  background-color: rgba(208, 208, 208, 0.26);
}

#style-page {
  margin-right: 48%;
}

#style-page-container {
  display: flex;
  margin-top: 20px;
  height: 750px;
  justify-content: center;
}
#style-page-container .column-pics-left {
  display: flex;
  flex-direction: column;
  padding-left: 45px;
  height: 100%;
  overflow: hidden;
  width: 16%;
  justify-content: space-between;
  text-align: center;
}
#style-page-container .column-pics-left .content1 {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
#style-page-container .column-pics-left .hidden {
  position: relative;
  height: 100%;
  width: 100%;
}
#style-page-container .column-pics-left .hidden .img-ban {
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: relative;
}
#style-page-container .column-pics-left .hidden .img-ban .style {
  width: 100%;
  top: 0;
  left: 0;
}
#style-page-container .column-pics-left .text-ban {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 0;
  justify-content: center;
  align-items: center;
  padding-bottom: 22px;
}
#style-page-container .column-pics-left .text-ban .subtitle {
  font-size: 15px;
  padding-top: 10px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  direction: rtl;
  -webkit-box-orient: vertical;
}
#style-page-container .column-pics-left .text-ban .title2-more {
  color: #AE0018;
  font-weight: 700;
  font-size: 13px;
}
#style-page-container .main-container {
  height: 725px;
  background-size: cover;
  position: relative;
  width: 45%;
  overflow: hidden;
}
#style-page-container .main-container .pichov {
  height: 100%;
  width: 100%;
  transition: 0.6s;
  position: relative;
}
#style-page-container .main-container .pichov:hover .main-img {
  transition: 0.6s;
  transform: scale(1.1);
}
#style-page-container .main-container .pichov .main-img {
  position: absolute;
  height: 100%;
  z-index: 1;
  transition: 0.6s;
  width: 100%;
  object-fit: cover;
}
#style-page-container .main-container .pichov .text-style {
  color: white;
  bottom: 4%;
  padding-right: 20px;
  opacity: 100%;
  position: absolute;
  z-index: 3;
}
#style-page-container .main-container .pichov .text-style .title-main {
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
}
#style-page-container .main-container .pichov .text-style .subtitle-main {
  font-size: 13px;
  font-weight: 300;
}
#style-page-container .column-pics-right {
  display: flex;
  flex-direction: column;
  padding-right: 45px;
  height: 100%;
  text-align: center;
  overflow: hidden;
  width: 16%;
  justify-content: space-between;
}
#style-page-container .column-pics-right .content1 {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
#style-page-container .column-pics-right .hidden {
  position: relative;
  height: 100%;
  width: 100%;
}
#style-page-container .column-pics-right .hidden .img-ban {
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: relative;
}
#style-page-container .column-pics-right .hidden .img-ban .style {
  width: 100%;
  top: 0;
  left: 0;
}
#style-page-container .column-pics-right .text-ban {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 0;
  justify-content: center;
  align-items: center;
  padding-bottom: 22px;
}
#style-page-container .column-pics-right .text-ban .subtitle {
  font-size: 15px;
  padding-top: 10px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#style-page-container .column-pics-right .text-ban .title2-more {
  color: #AE0018;
  font-weight: 700;
  font-size: 13px;
}

.article-card-22 {
  display: flex;
  flex-direction: column;
  width: fit-content;
  transition: all 0.3s ease-in-out;
  height: 500px;
}
.article-card-22:hover {
  box-shadow: 0 0 29px -4px rgba(154, 154, 154, 0.61);
  transition: all 0.3s ease-in-out;
}
.article-card-22 .hidden3 {
  width: 100%;
  height: 90%;
}
.article-card-22 .text-ban2 {
  width: 300px;
  height: 113px;
  padding-right: 15px;
  padding-top: 10px;
}

.akhbar-container-page {
  height: 675px;
  overflow: hidden;
  width: 100%;
}
.akhbar-container-page #style_3 {
  height: 100%;
  width: 100%;
}
.akhbar-container-page #style_3 .x {
  height: 600px;
  display: flex;
  width: 100%;
}
.akhbar-container-page #style_3 .x .main-container-azwak {
  width: 56%;
  height: 100%;
  overflow: hidden;
}
.akhbar-container-page #style_3 .x .main-container-azwak .pichov {
  height: 100%;
  width: 100%;
  transition: 0.6s;
  position: relative;
}
.akhbar-container-page #style_3 .x .main-container-azwak .pichov:hover .main-img {
  transition: 0.6s;
  transform: scale(1.1);
}
.akhbar-container-page #style_3 .x .main-container-azwak .pichov .main-img {
  position: absolute;
  transition: 0.6s;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.akhbar-container-page #style_3 .x .controller {
  width: 44%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 220px;
  position: relative;
}
.akhbar-container-page #style_3 .x .controller .title-controller {
  height: 215px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  box-shadow: none;
}
.akhbar-container-page #style_3 .x .controller .title-controller .title-mashahir {
  font-size: 25px;
  font-weight: 600;
  color: black;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: inherit;
}
.akhbar-container-page #style_3 .owl-nav {
  bottom: 215px;
}

#searchbar-makalt-page {
  font-family: "Noto Kufi Arabic";
  width: 100%;
  display: flex;
  gap: 25px;
}
#searchbar-makalt-page .searchdiv {
  height: 30px;
  display: flex;
  border: 2px solid rgba(128, 128, 128, 0.2);
  width: 90%;
  position: relative;
  align-items: center;
}
#searchbar-makalt-page .searchdiv .searchtext {
  color: grey;
  border: none;
  object-fit: contain;
  text-align: right;
  padding-right: 10px;
  font-size: 13px;
  width: 95%;
}
#searchbar-makalt-page .searchdiv .searchtext:focus {
  outline: none;
}
#searchbar-makalt-page .searchdiv .arrow-search {
  position: absolute;
  left: 1%;
  background: none;
  border: none;
  height: 7px;
  padding-bottom: 7px;
}
#searchbar-makalt-page .searchdiv .arrow-search:hover {
  cursor: pointer;
}
#searchbar-makalt-page .eshtarek {
  width: 83px;
  background-color: #AE0018;
  color: white;
  border: none;
  border-radius: 3px;
  transition: all 0.1s ease-in-out;
}
#searchbar-makalt-page .eshtarek:hover {
  cursor: pointer;
  background-color: black;
}

.banner3-big {
  position: relative;
  width: 99%;
  margin-top: 50px;
}
.banner3-big .banner3 {
  gap: 62px;
  width: 100%;
  position: relative;
  height: fit-content;
  display: flex;
  justify-content: start;
  align-items: center;
  font-family: "Noto Kufi Arabic";
  font-weight: 600;
  flex-wrap: wrap;
}
.banner3-big .banner3 .vid {
  width: 30%;
  height: 289px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
}
.banner3-big .banner3 .vid .frame {
  position: relative;
  width: 100%;
  height: 85%;
}
.banner3-big .banner3 .vid .frame .fvideo {
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* object-fit: cover; */
  top: 0;
}
.banner3-big .banner3 .vid .frame .play {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  width: 50px !important;
}
.banner3-big .content1 {
  display: flex;
  gap: 10px;
  overflow: hidden;
  height: 297px;
  width: 420px;
  flex-direction: column;
}
.banner3-big .content1 .vid-frame {
  height: 80%;
  width: 100%;
}
.banner3-big .content1 .vid-frame .vid {
  align-items: center;
  justify-items: center;
  height: 100%;
  width: 100%;
}
.banner3-big .content1 .vid-title {
  text-align: center;
  height: 50px;
  font-size: 20px;
  font-weight: 700;
  color: black;
}

#blog-fluid {
  max-width: 1440px;
  padding: 0px 244px;
  margin: auto;
}
#blog-fluid .azwak-container {
  display: flex !important;
  margin-top: 20px;
  height: 555px;
  padding-bottom: 30px;
  justify-content: center;
}
#blog-fluid .azwak-container .main-container-azwak {
  height: 555px;
  background-size: cover;
  position: relative;
  width: 76%;
  overflow: hidden;
}
#blog-fluid .azwak-container .main-container-azwak .pichov {
  height: 100%;
  width: 100%;
  transition: 0.6s;
  position: relative;
}
#blog-fluid .azwak-container .main-container-azwak .pichov:hover .main-img {
  transition: 0.6s;
  transform: scale(1.1);
}
#blog-fluid .azwak-container .main-container-azwak .pichov .main-img {
  position: absolute;
  object-fit: cover;
  z-index: 1;
  transition: 0.6s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#blog-fluid .azwak-container .main-container-azwak .pichov .text-style {
  color: white;
  bottom: 4%;
  padding-right: 20px;
  opacity: 100%;
  position: absolute;
  z-index: 3;
}
#blog-fluid .azwak-container .main-container-azwak .pichov .text-style .title-main {
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
}
#blog-fluid .azwak-container .main-container-azwak .pichov .text-style .subtitle-main {
  font-size: 13px;
  font-weight: 300;
}
#blog-fluid .azwak-container .main-container-azwak .right {
  position: absolute;
  bottom: 50px;
  right: -31px;
  width: 21%;
  height: 8%;
  z-index: 1;
}
#blog-fluid .azwak-container .main-container-azwak .right .gallery {
  color: white;
  background-color: #AE0018;
  border-radius: 23px;
  padding: 5px 37px 5px 10px !important;
  width: 125px !important;
  text-align: center;
}
#blog-fluid .azwak-container .main-container-azwak .right .content a {
  text-decoration: none;
}
#blog-fluid .left-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  left: 0;
}
#blog-fluid .left-box #socials {
  color: black;
}
#blog-fluid .left-box #socials:hover {
  color: #AE0018;
}

#fluid-2 {
  padding: 0 345px;
}
#fluid-2 .headings {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
}
#fluid-2 .headings .author-div {
  display: flex;
  flex-direction: column;
  height: fit-content;
}
#fluid-2 .headings .date-blog {
  color: #AE0018;
}
#fluid-2 .main-title-blog {
  font-weight: 600;
  font-size: 25px;
}
#fluid-2 .about {
  font-size: 16px;
  margin-bottom: 20px;
}
#fluid-2 .subt {
  font-weight: 700;
  margin-bottom: 10px;
}
#fluid-2 .main-container-azwak-2 {
  height: 555px;
  background-size: cover;
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
#fluid-2 .main-container-azwak-2 .pichov {
  height: 100%;
  width: 100%;
  transition: 0.6s;
  position: relative;
}
#fluid-2 .main-container-azwak-2 .pichov:hover .main-img {
  transition: 0.6s;
  transform: scale(1.1);
}
#fluid-2 .main-container-azwak-2 .pichov .main-img {
  position: absolute;
  object-fit: cover;
  z-index: 1;
  transition: 0.6s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#fluid-2 .mafatih {
  font-size: 27px;
  font-weight: 600;
  margin-top: 40px;
}
#fluid-2 .filters {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 100px;
  gap: 30px;
}
#fluid-2 .filters .f1 {
  color: white;
  background-color: #AE0018;
  border-radius: 23px;
  padding: 5px 10px 5px 10px;
}
#fluid-2 .filters .f1:hover {
  cursor: pointer;
  transform: scale(0.98);
}

.long-image {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  height: 350px;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 20px;
}

#team-banner .akhbarkom {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  height: 350px;
  padding-bottom: 340px;
}
#team-banner .akhbarkom .content3 {
  display: flex;
  flex-direction: column;
  width: 15%;
  transition: all 0.3s ease-in-out;
}
#team-banner .akhbarkom .content3:hover {
  box-shadow: 0 0 29px -4px rgba(154, 154, 154, 0.61);
  transition: all 0.3s ease-in-out;
}
#team-banner .akhbarkom .content3 .hidden3 {
  width: 100%;
  height: 90%;
}
#team-banner .akhbarkom .content3 .text-ban2 {
  width: 190px;
  height: 113px;
  padding-right: 15px;
  padding-top: 10px;
}

.map-embed {
  width: 100%;
  align-content: center;
  margin-top: 50px;
}

.container-fluid-form {
  max-width: 1440px;
  padding: 0 440px;
  margin: auto;
}
.container-fluid-form .content-form {
  text-align: right;
  direction: rtl;
  margin-top: 30px;
}
.container-fluid-form .content-form .row-form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 22px;
}
.container-fluid-form .content-form .row-form .secure {
  text-align: right;
  flex: 0 0 auto;
  width: 48%;
}
.container-fluid-form .content-form .row-form .secure .title-box {
  padding-bottom: 3px;
  font-family: "Noto Kufi Arabic";
  font-weight: 600;
  font-size: 20px;
  width: 100%;
}
.container-fluid-form .content-form .row-form .secure .input-text {
  padding-right: 10px;
}
.container-fluid-form .content-form .row-form .secure .form-box {
  flex: 0 0 auto;
}
.container-fluid-form .content-form .row-form .secure .input-text {
  height: 35px;
  font-size: 15px;
  border: 1px solid rgba(180, 180, 180, 0.4784313725);
  width: 100%;
  font-family: "Noto Kufi Arabic";
  font-weight: 400;
}
.container-fluid-form .content-form .text-box {
  width: 100%;
}
.container-fluid-form .content-form .text-box .text-area {
  width: 100%;
  height: 100px;
  padding-right: 10px;
  padding-top: 10px;
  font-size: 11px;
  font-weight: 400;
  font-family: "Noto Kufi Arabic";
  border: 1px solid rgba(180, 180, 180, 0.4784313725);
}
.container-fluid-form .content-form .submit {
  width: 100px;
  height: 30px;
  background-color: #AE0018;
  color: white;
  border: none;
  font-size: 15px;
  text-align: center;
  margin-right: 42%;
  margin-top: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  font-family: "Noto Kufi Arabic";
}
.container-fluid-form .content-form .submit:hover {
  cursor: pointer;
  background-color: black;
}

@media only screen and (max-width: 1400px) {
  .burger {
    width: 30% !important;
  }
  .container-fluid {
    padding: 0 0;
  }
  .container-fluid2 {
    padding: 0 10px;
  }
  .container-fluid2 .style-container {
    width: 100%;
  }
  .container-fluid2 .style-container .main-container {
    width: 50%;
  }
  .container-fluid2 .style-container .column-pics {
    width: 50%;
  }
  .container-fluid2 .style-container .button2 {
    margin-right: 0;
    width: 220px;
  }
  .container-fluid2 .style-container .button2 .arrow-logo {
    padding-left: 0 !important;
  }
  .container-fluid2 .button3 {
    margin-right: 79%;
    width: 162px;
  }
  .container-fluid2 .button3 .arrow-logo {
    padding-left: 0 !important;
  }
  .container-fluid2 .banner2 {
    flex-wrap: wrap;
    height: fit-content;
  }
  .container-fluid2 .banner2 .content1 {
    margin-bottom: 45px;
  }
  .container-fluid2 .banner2 .content1 .text-ban .subtitle {
    font-size: 15px;
  }
  .owl-nav {
    bottom: 185px;
    left: 20%;
  }
  .footer {
    height: fit-content;
  }
  .footer .upper-footer {
    flex-direction: row-reverse;
  }
  .footer .upper-footer .right .logo-footer {
    padding-left: 60px;
    padding-right: 0 !important;
  }
  .footer .upper-footer .left {
    width: 100% !important;
  }
  .footer .upper-footer .left .left-container {
    padding-right: 10px;
    padding-top: 20px;
  }
  .footer .upper-footer .left .left-container .searchbar {
    width: 370px;
  }
  .footer .upper-footer .left .left-container .searchbar .searchdiv {
    width: 71%;
  }
  .footer .dashed-line {
    margin-top: 120px;
  }
  .footer .frow {
    margin: 10px 30px 0;
    flex-direction: row;
    flex-wrap: wrap !important;
    justify-content: center;
  }
  .footer .frow .fitems {
    width: 150px !important;
  }
  .footer .end-footer {
    flex-direction: column;
    height: fit-content;
  }
  .footer .end-footer .right {
    width: 100%;
  }
  .footer .end-footer .right .contain-right {
    width: 100%;
  }
  .footer .end-footer .right .contain-right .items-links {
    text-align: center !important;
  }
  .footer .end-footer .left {
    width: 100%;
  }
  .footer .end-footer .left .copyright-contain {
    padding-right: 0;
    text-align: end;
    padding-left: 10px;
    padding-top: 10px;
  }
  .navbar .upper .homepage .logo {
    padding-left: 40%;
  }
  .container-fluid2 .menubar {
    height: fit-content !important;
  }
  .container-fluid2 .akhbarkom {
    height: fit-content !important;
    display: flex;
    flex-direction: row;
  }
  .container-fluid2 .akhbarkom .content3 {
    width: 23%;
  }
  .container-fluid2 .akhbarkom .content3 .text-ban2 .title3-more {
    text-align: center !important;
  }
  .akhbar-container-page #akhbar-page-carousel .owl-nav {
    bottom: 190px !important;
  }
  .container-fluid-form {
    padding: 0 60px;
  }
  #blog-fluid {
    padding: 0 0;
  }
  #fluid-2 {
    padding: 0 160px !important;
  }
}
@media only screen and (max-width: 800px) {
    .full-w {
        width: 100% !important;
    }
  .burger {
    width: 100% !important;
  }
  .navbar {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background: white;
    width: 100%;
    height: fit-content;
    gap: 25px;
  }
  .navbar .upper {
    flex-direction: column-reverse;
    width: 100%;
    display: flex;
    gap: 10px;
    align-items: baseline;
    padding-left: 20px;
  }
  .navbar .upper .left-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding-top: 10px;
  }
  .navbar .upper .logo {
    padding-top: 10px;
    width: 150px;
    height: 60px;
    padding-left: 0 !important;
  }
  .navbar .upper .searchbar .searchdiv {
    display: none;
  }
  .navbar .upper .searchbar .bars-logo2 {
    height: 19px;
    padding-top: 23px;
    padding-left: 20px;
    position: absolute;
    right: 3%;
    top: 3%;
  }
  .navbar .lower {
    display: none;
  }
  .back1 .title1 {
    font-family: "Noto Kufi Arabic";
    color: white;
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    position: absolute;
    top: 73%;
    width: 70%;
  }
  .back1 .button1 {
    border: 1px solid white;
    width: fit-content;
    align-items: center;
    justify-items: center;
    display: flex;
    left: 50%;
    position: absolute;
    transition: all 0.3s ease-in-out;
  }
  .banner1 {
    width: 86%;
    position: relative;
    height: fit-content;
    background-color: whitesmoke;
    top: -20px;
    box-shadow: 6px 6px 29px -4px #9a9a9a;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    font-family: "Noto Kufi Arabic";
    font-weight: 700;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .banner1 a {
    width: 100%;
  }
  .banner1 a .content1 {
    width: 100%;
    padding-bottom: 10px;
    padding-top: 10px;
    align-items: center;
    flex-direction: column-reverse;
  }
  .banner1 a .content1 .hidden2 {
    width: 80%;
  }
  .banner1 a .content1 .text-ban {
    text-align: center;
  }
  .container-fluid {
    max-width: 1440px;
    padding: 0 10px;
    margin: auto;
  }
  .container-fluid .logo-title {
    position: relative;
    height: 60px;
    width: 150px;
  }
  .container-fluid .container-1 {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 1000px;
  }
  .container-fluid .container-1 .row-1 {
    margin-left: 30px;
    display: flex;
    height: 100%;
    width: 100%;
  }
  .container-fluid .container-1 .row-1 .posts-mouharer {
    width: 50%;
    height: 350px;
  }
  .container-fluid2 {
    max-width: 1440px;
    padding: 0 0;
    margin: auto;
    direction: rtl;
  }
  .container-fluid2 .logo-style {
    height: 55px;
    width: 70px;
  }
  .container-fluid2 .style-container {
    display: flex;
    margin-top: 20px;
    height: 888px;
    width: 100%;
    flex-direction: column;
  }
  .container-fluid2 .style-container .main-container {
    height: 100%;
    background-size: cover;
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
  }
  .container-fluid2 .style-container .main-container .pichov .main-img {
    position: absolute;
    height: 100%;
    z-index: 1;
    transition: 0.6s;
    width: 100%;
    object-fit: cover;
  }
  .container-fluid2 .style-container .column-pics {
    padding-right: 0;
    width: 100%;
  }
  .container-fluid2 .style-container .column-pics .content1 {
    display: flex;
    gap: 20px;
    height: 68%;
    width: 100%;
    margin-bottom: 7px;
  }
  .container-fluid2 .style-container .column-pics .content1 .hidden {
    position: relative;
    height: 100%;
    width: 70%;
  }
  .container-fluid2 .style-container .column-pics .content1 .img-ban .style {
    width: 100%;
  }
  .container-fluid2 .style-container .button2 {
    margin: 21px 69% 10px 19px;
  }
  .container-fluid2 .block {
    height: 10px !important;
  }
  .container-fluid2 .button3 {
    border: 2px solid #AE0018;
    align-items: center;
    justify-items: center;
    display: flex;
    transition: all 0.3s ease-in-out;
    height: 30px;
    margin: 21px 58% 10px 19px;
  }
  .container-fluid2 .akhbarkom .content3 {
    width: 100% !important;
  }
  #fluid-2 {
    padding: 0 90px !important;
  }
  .controller {
    width: 100% !important;
  }
  .controller .title-controller {
    height: 183px !important;
  }
  .owl-dots {
    bottom: 3px;
    position: absolute;
    left: 5%;
  }
  .banner2 {
    flex-wrap: wrap;
    height: fit-content;
  }
  .banner2 .content1 {
    flex-direction: row;
    height: 220px;
  }
  .banner2 .content1 .text-ban .subtitle {
    font-size: 12px;
    font-weight: 700;
  }
  .footer {
    height: fit-content;
  }
  .footer .upper-footer {
    flex-direction: column;
  }
  .footer .upper-footer .left {
    width: 100% !important;
  }
  .footer .upper-footer .left .left-container {
    padding-right: 10px;
    padding-top: 20px;
  }
  .footer .upper-footer .left .left-container .searchbar {
    width: 370px;
  }
  .footer .upper-footer .left .left-container .searchbar .searchdiv {
    width: 71%;
  }
  .footer .dashed-line {
    margin-top: 120px;
  }
  .footer .frow {
    margin: 10px 30px 0;
    flex-direction: row;
    flex-wrap: wrap !important;
    justify-content: center;
  }
  .footer .frow .fitems {
    width: 150px !important;
  }
  .footer .end-footer {
    flex-direction: column;
    height: fit-content;
  }
  .footer .end-footer .right {
    width: 100%;
  }
  .footer .end-footer .right .contain-right {
    width: 100%;
  }
  .footer .end-footer .left {
    width: 100%;
  }
  .footer .end-footer .left .copyright-contain {
    padding-right: 0;
    text-align: end;
    padding-left: 10px;
    padding-top: 10px;
  }
  .logo-mashahir {
    margin-top: 50px;
    margin-right: 38% !important;
  }
  .menubar {
    height: 60px;
  }
  .menubar .nav-items .items {
    gap: 17px;
  }
  .style-container {
    flex-direction: column;
  }
  .style-container .column-pics-left {
    width: 85% !important;
  }
  .style-container .main-container {
    width: 100% !important;
  }
  .style-container .column-pics-right {
    width: 100% !important;
    padding-right: 0 !important;
    padding-top: 10px;
  }
  #style-page-banner .akhbarkom {
    flex-direction: column;
    height: fit-content !important;
  }
  #style-page-banner .akhbarkom .content3 {
    width: 97% !important;
    align-items: center !important;
    margin-bottom: 35px;
  }
  #style-page-banner .akhbarkom .content3 .hidden3 {
    width: 100% !important;
    height: 222px;
  }
  #style-page-banner .akhbarkom .content3 .hidden3 .img-ban .style {
    width: 100%;
  }
  #style-page-banner .akhbarkom .content3 .text-ban2 {
    display: flex;
    gap: 150px;
    width: 100% !important;
  }
  #team-banner .akhbarkom {
    height: fit-content;
    padding-bottom: 0;
  }
  #team-banner .akhbarkom .content3 .hidden3 {
    height: 100% !important;
    width: 100% !important;
  }
  .container-fluid-form {
    padding: 0 0;
  }
  .container-fluid-form .content-form {
    width: 90% !important;
  }
  .container-fluid-form .content-form .text-box {
    width: 90% !important;
  }
  .akhbar-container-page #akhbar-page-carousel .x {
    flex-direction: column;
  }
  .akhbar-container-page #akhbar-page-carousel .x .main-container-azwak {
    width: 100%;
  }
  .akhbar-container-page #akhbar-page-carousel .x .controller {
    padding-top: 0;
  }
  .akhbar-container-page #akhbar-page-carousel .x .controller .title-controller .title-mashahir {
    font-size: 30px;
  }
  .akhbar-container-page #akhbar-page-carousel .owl-nav {
    bottom: 82px;
    right: 0;
  }
  .akhbarkom .content3 {
    align-items: center;
    width: 100%;
  }
  .akhbarkom .content3 .hidden3 {
    width: 400px !important;
  }
  .akhbarkom .content3 .hidden3 .img-ban .style {
    width: 100% !important;
  }
  .akhbarkom .content3 .text-ban2 {
    text-align: center !important;
  }
  .akhbarkom .content3 .text-ban2 .title3 {
    text-align: center !important;
  }
  #blog-fluid {
    padding: 0 0;
  }
}
@media only screen and (max-width: 320px) {
  .posts-mouharer {
    width: 100% !important;
    height: 50% !important;
  }
}
@media only screen and (max-width: 500px) {
  .akhbarkom-mobile {
    display: flex !important;
    height: fit-content !important;
    width: 100% !important;
  }
  #button-none {
    display: none !important;
  }
  .hide500 {
    display: none !important;
  }
  .owl-dots {
    bottom: 155px;
    left: 5%;
  }
  .owl-nav {
    bottom: -43px;
    left: 3%;
  }
  .sticky {
    padding-right: 30px !important;
    height: 70px !important;
  }
  .footer .upper-footer .right .logo-footer {
    padding-left: 0 !important;
    padding-right: 80px !important;
  }
  #fluid-2 {
    padding: 0 15px !important;
  }
  .owl-prev {
    float: left;
  }
  .owl-next {
    float: right;
  }
  .menubar .nav-items .items .nav {
    font-size: 20px !important;
  }
  .mashahir-container .x {
    flex-direction: column;
  }
  .mashahir-container .x .img-frame {
    width: 100% !important;
  }
  .mashahir-container .x .controller {
    padding-top: 0 !important;
  }
  .mashahir-container .x .controller .title-controller .title-mashahir {
    font-size: 18px;
  }
  .buttondiv {
    padding-top: 20px !important;
    padding-bottom: 100px !important;
  }
  .container-fluid .container-1 .row-1 .posts-mouharer {
    margin-bottom: 0 !important;
  }
  #owl-video .center {
    opacity: 1 !important;
    display: flex;
    justify-content: center;
  }
  .contain-owl-vids .owl-carousel .owl-item .vid {
    transform: scale(0.5);
    transition: all 0.25s ease-in-out;
    margin-right: -6%;
  }
  .banner3-big .banner3 .vid {
    width: 100% !important;
  }
  .akhbar-container-page #style_3 .x .main-container-azwak {
    width: 100% !important;
  }
  .akhbar-container-page #style_3 .owl-nav {
    bottom: 235px !important;
    left: 33% !important;
  }
  .container-fluid2 .logo-style {
    margin-top: 55px !important;
  }
  .container-fluid2 .style-container .column-pics {
    height: 1000px !important;
  }
  .container-fluid2 .style-container .button2 {
    margin-right: 59% !important;
    width: 162px !important;
  }
  .container-fluid2 .style-container .button3 {
    margin-right: 59% !important;
    width: 162px !important;
  }
  .titlediv {
    justify-content: center;
  }
  .azwak-container {
    height: fit-content;
    flex-direction: column;
  }
  .azwak-container .main-container-azwak {
    width: 100% !important;
  }
  .azwak-container .scroll1 {
    width: 100% !important;
  }
  .azwak-container .scroll1::-webkit-scrollbar {
    display: none !important;
  }
  .azwak-container .scroll1 .content1 {
    flex-direction: column;
  }
  .azwak-container .scroll1 .content1 .hidden {
    width: 70% !important;
    margin-right: 60px;
  }
  .azwak-container .scroll1 .content1 .text-ban {
    text-align: center !important;
  }
  #blog-fluid .azwak-container {
    height: fit-content !important;
    flex-direction: row;
    flex-wrap: wrap-reverse;
  }
  #blog-fluid .azwak-container .main-container-azwak .right {
    position: absolute;
    bottom: 35px;
    right: -19px;
    width: 13%;
    height: 20%;
    z-index: 1;
  }
  #blog-fluid .azwak-container .main-container-azwak {
    height: 287px !important;
  }
}
.play {
  left: 50%;
  bottom: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 50px !important;
}

.slidercar {
  display: flex !important;
}
.slidercar .owl-stage-outer {
  width: 100%;
  padding-right: 0px !important;
}

.article-card {
  width: 100%;
}

.article-card-1, .article-card-2 {
  display: block;
  text-decoration: none;
  background-color: white;
  transition: all 0.3s ease-in-out;
  direction: rtl;
  margin-bottom: 30px;
}
.article-card-1:hover, .article-card-2:hover {
  box-shadow: 0 0 29px -4px rgba(154, 154, 154, 0.61);
  transition: all 0.3s ease-in-out;
}
.article-card-1 .info, .article-card-2 .info {
  padding: 10px;
  font-size: 12px;
}
.article-card-1 .info .label, .article-card-2 .info .label {
  font-size: 18px !important;
}
.article-card-1 .info .link, .article-card-2 .info .link {
  text-decoration: underline !important;
}
.article-card-1 .middletext, .article-card-2 .middletext {
  text-align: center;
}
.article-card-1 .label, .article-card-2 .label {
  font-size: 14px;
  font-weight: 600;
  color: black;
}
.article-card-1 .date, .article-card-2 .date {
  color: #AE0018;
  font-weight: 500;
}
.article-card-1 .link, .article-card-2 .link {
  font-weight: 600;
  color: #AE0018;
}

.asp {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.asp img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.asp.contain {
  object-fit: contain;
}
.asp.cover {
  object-fit: cover;
}

.ad {
  width: 100%;
  background-position: center;
  background-size: cover;
  height: 500px;
  position: relative;
}
.ad .adtitle {
  font-family: "Noto Kufi Arabic";
  color: white;
  font-size: 24px;
  font-weight: 500;
  bottom: 25%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ad .adbutton {
  border: 1px solid white;
  width: fit-content;
  align-items: center;
  display: flex;
  padding-right: 10px;
  position: absolute;
  bottom: 16%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ad .adbutton:hover {
  cursor: pointer;
  background-color: #AE0018;
  transition: all 0.3s ease-in-out;
}
.ad .adbuttonlearn {
  padding: 0px 15px;
  color: white;
  text-decoration: none;
  font-size: 13px;
  font-family: "Noto Kufi Arabic";
  font-weight: 500;
}

.search-logo {
  cursor: pointer;
}

.asp-1-1 {
  padding-bottom: 100%;
}

.asp-3-4 {
  padding-bottom: 133.3333333333%;
}

.asp-4-5 {
  padding-bottom: 125%;
}

.asp-4-3 {
  padding-bottom: 75%;
}

.asp-5-4 {
  padding-bottom: 80%;
}

.asp-2-1 {
  padding-bottom: 50%;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5;
  background-color: rgba(255, 255, 255, 0.9);
  transition: all 0.3s ease-in-out;
  padding-right: 128px;
  height: 70px;
}

.akhbarkom-mobile {
  display: none;
  width: 0;
  height: 0;
}

.pagination {
  display: flex;
  gap: 30px;
  justify-content: center;
  list-style: none !important;
  font-weight: bolder;
  font-size: 20px;
}
.pagination a {
  text-decoration: none;
  color: black;
}
.pagination .page-item .active {
  color: #AE0018;
}

.display-only-mobile {
  display: none;
}
@media (max-width: 500px) {
  .display-only-mobile {
    display: flex;
    justify-content: center;
  }
}

/*# sourceMappingURL=neetaj.css.map */
