@font-face {
  font-family: 'DroidKufi';
  src: url('../font/DroidKufi-Bold.ttf');
}

body {
  --blue: #050550;
  --green: #94b833;
  --red: #db3232;
  --black: #0c0c1a;
   font-family: 'DroidKufi';
   overflow-x: hidden !important;
}

form {
  margin: 0;
}
a {
  text-decoration: unset;
  color: unset;
}
a:hover {
  color: unset;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease-in-out .3s;
}
iframe {
  width: 100%;
  height: 450px;
}
.img-rounded {
  border-top-right-radius: 2rem;
}

.color-green {
  color: var(--green) !important;
}
.color-blue {
  color: var(--blue) !important;
}
.bg-green {
  background-color: var(--green) !important;
}
.bg-blue {
  background-color: var(--blue) !important;
}
.bg-black {
  background-color: var(--black) !important;
}
.bg-red {
  background-color: var(--red) !important;
}

.container-fluid {
  padding: 0 2.5rem;
}

.mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  right: -355px;
  height: 100vh;
  width: 350px;
  z-index: 6;
  background-color: #ffffff;
  flex-direction: column;
  gap: 2rem;
  overflow-y: auto;
  color: var(--blue);
  padding: 1rem;
  transition: all ease-in-out .3s;
}
.overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: #00000077;
  z-index: 5;
}
.overlay::after {
  content: '\f410';
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  top: 0;
  left: 0;
  color: #ffffff;
  font-size: 2rem;
}

.nav-social {
  margin-right: 1.5rem;
  font-size: 1.2rem;
}
.nav-social svg {
  width: 22px;
  height: 22px;
  fill: #ffffff;
  transition: all ease-in-out .3s;
}
.nav-social:hover svg {
  fill: var(--green);
}


.ticker .name {
  border-bottom-right-radius: 1rem;
  border-top-left-radius: 1rem;
  white-space: nowrap;
  color: #ffffff;
}
.ticker .more {
  border-right: 3px solid var(--green);
}
.ticker .more .resume {
  display: none;
}
.ticker.break-news {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 5;
  background-color: var(--red);
}
.break-news.closed {
  display: none !important;
}
.ticker.break-news .name {
  animation: text-pulse .7s infinite;
  font-size: 1.5rem;
  padding: 5px !important;
  border-left: 2px solid #ffffff;
}
@keyframes text-pulse {
  0% {
    color: #ffffff;
  }
  100% {
    color: var(--red);
  }
}
.marquee {
  direction: ltr;
  overflow: hidden;
  padding: .8rem 0;
}
.marquee a {
  color: var(--blue);
  font-size: 1rem;
  margin: 0 1rem;
}
.ticker.break-news .marquee a {
  color: #ffffff;
}
.marquee img {
  width: 60px;
  height: 30px;
  object-fit: fill;
}

.name-tag {
  transition: all ease-in-out .3s;
}
.name-tag::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(50%)!important;
  height: .8rem;
  width: 2.5rem;
  border-bottom-right-radius: 1rem;
  border-top-left-radius: 1rem;
  transition: all ease-in-out .3s;
}
header .name-tag::before, .article .same-more .name-tag::before {
  background-color: var(--green);
}
.politics-security .name-tag::before, .eco-local-sport .name-tag::before, .articles .name-tag::before, .all-news .name-tag::before, .important-news .name-tag::before, .about .name-tag::before, .application .name-tag::before, .contact-us .name-tag::before {
  background-color: var(--blue);
}
.international .name-tag::before {
  background-color: var(--red);
}
.videos .name-tag::before {
  background-color: #ffffff;
}
.article .important-news .name-tag::before {
  top: unset;
  bottom: 12px;
  height: .6rem;
}

.play-vd {
  font-size: 4rem;
}

.time-tag-b {
  position: absolute;
  top: 5px;
  left: 5px;
  background-color: var(--green);
  border-bottom-right-radius: .8rem;
  border-top-left-radius: .8rem;
  color: #ffffff;
  padding: 2px 5px;
  font-size: 1rem;
}
.time-tag {
  position: absolute;
  top: 5px;
  left: 5px;
  background-color: var(--green);
  border-bottom-right-radius: .8rem;
  border-top-left-radius: .8rem;
  color: #ffffff;
  padding: 2px 5px;
  font-size: .6rem;
}
.eco-local-sport .time-tag {
  position: relative;
  top: unset;
  left: unset;
  width: intrinsic;           /* Safari/WebKit uses a non-standard name */
  width: -moz-max-content;    /* Firefox/Gecko */
  width: -webkit-max-content; /* Chrome */
  width: max-content;
}

.image-title {
  width: 80%;
  max-height: 6rem;
  overflow: hidden;
  line-height: 1.8;
  background-color: #ffffffbe;
  border-top-right-radius: 2rem;
  border-left: 5px solid;
  transition: all ease-in-out .3s;
}
.politics-security .image-title, .eco-local-sport .image-title {
  border-left-color: var(--blue);
}
.international .image-title, .videos .image-title {
  border-left-color: var(--red);
}
.videos .image .image-title {
  font-size: .9rem !important;
  height: 4rem;
}
.articles .image-title, .article .image-title {
  border-left-color: var(--green);
  width: 90%;
  font-size: 1rem !important;
}

.politics-security .main-image {
  height: 300px;
}
.international .main-image {
  height: 400px;
}
.videos .main-image {
  height: 500px;
}
.eco-local-sport .main-image {
  height: 250px;
}
.articles .main-image, .article .main-image {
  height: 260px;
}
.article .article-image {
  height: 600px;
}

.politics-security .sec-images .image, .international .sec-images .image {
  height: 172px;
}
.news-most .image {
  width: 100px;
  height: 100px;
  border: 3px solid var(--green);
}
.videos .image {
  height: 242px;
}
.eco-local-sport .sec-images .image {
  height: 130px;
  width: 50%;
}
.advertisement img, .small-ads img {
  object-fit: contain;
}
.apps .image {
  height: 120px;
  width: 120px;
}
.all-news-box .image {
  height: 120px;
  width: 120px;
  border:  3px solid var(--green);
}
.footer-logo .image {
  height: 120px;
}
.footer-logo .image img {
  object-fit: contain;
}

.menu-icon {
  cursor: pointer;
  display: none;
}

header .swiper-slide .title, header .custom-pagination .title, .politics-security .sec-images .title, .international .sec-images .title, .eco-local-sport .title, .news-most .title {
  font-size: .9rem;
  line-height: 1.5;
  margin: 0;
  margin-top: 5px;
  overflow: hidden;
  height: 2.6rem;
  transition: all ease-in-out .3s;
}
header .swiper-slide .title {
  font-size: 1.6rem;
  height: 9.5rem;
  line-height: 2;
  transition: all ease-in-out .3s;
}
header .custom-pagination .title {
  margin-bottom: 5px;
}
.international .sec-images .title {
  height: 2.4rem;
}
.eco-local-sport .title {
  margin-right: 5px;
  height: 3.8rem;
}
.news-most .title {
  margin-right: 5px;
  height: 2.6rem;
}
.apps .title {
  margin-right: 5px;
}
.article .main-title {
  line-height: 1.7;
  font-size: 1.8rem;
}
.article .sec-title {
  line-height: 1.7;
  font-size: 1rem;
  color: var(--blue);
}

header {
  height: 92vh;
}
nav {
  position: fixed;
  width: 94%;
  z-index: 2;
  gap: 5rem;
  padding: 5px 0;
  max-height: 80px;
  transition: all ease-in-out .3s;
}
nav.nav-page {
  position: relative;
  background-color: var(--blue);
  width: 100%;
  padding: 0 2rem;
  max-height: 81px;
}
nav.nav-page .menu .active {
  border: 1px solid #ffffff;
}
nav.sticky {
  position: fixed;
  top: 0;
  background-color: var(--blue);
  width: 100%;
  padding: 0 2rem;
  z-index: 9999;
}
nav .search-box .fa-times {
  display: none;
}
nav .search-box input {
  outline: none;
  position: absolute;
  padding: 2px 1rem;
  border: 1px solid var(--blue);
  border-top-right-radius: 1rem;
  width: 0;
  visibility: hidden;
  opacity: 0; 
  left: 0;
  transition: all ease-in-out .3s;
}
nav .search-box.active input {
  visibility: visible;
  opacity: 1;
  left: 50px;
  width: 250px;
}
nav .search-box.active .fa-search {
  display: none;
}
nav .search-box.active .fa-times {
  display: initial;
}
nav .dropdown-item {
  color: var(--blue);
}
nav .dropdown-item.active, nav .dropdown-item:active {
  background-color: #e9ecef;
}
nav .logo img {
  width: 150px;
  margin: 5px 0;
  object-fit: contain;
}
nav.sticky .logo img {
  width: 120px;
  transition: all ease-in-out .3s;
}
nav .menu {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  font-size: 1.1rem;
}
nav.sticky .menu {
  font-size: 1rem;
}
nav .menu .dropdown button {
  background: none;
  color: #ffffff;
  padding: 0;
}
nav .menu .dropdown-toggle::after {
  color: var(--green);
}
nav .menu .active {
  background-color: var(--blue);
  padding: 1rem;
  border-top-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}
nav.sticky .menu .active {
  border: 1px solid #ffffff;
  padding: .6rem;
}
.swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide {

}
.swiper-slide .content {
  bottom: 2rem;
  right: 3rem;
  width: 55%;
}
.swiper-slide img {
  filter: brightness(.5);
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction, .custom-pagination {
  position: absolute;
  bottom: 3rem;
  left: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  height: 75%;
  width: 17%;
}
.swiper-pagination-bullet {
  margin: 0 !important;
  height: unset;
  border-radius: unset;
  opacity: unset;
  background: unset;
}
.swiper-pagination-bullet-active .image {
  border: 3px solid var(--green);
}
.swiper-pagination-bullet-active .number {
  background-color: var(--green) !important;
}
.custom-pagination .content {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-direction: row-reverse;
}
.custom-pagination .number {
  color: #ffffff;
  font-size: 1.6rem;
  background-color: var(--blue);
  padding: 5px 10px;
  width: 40%;
  height: 50px;
  text-align: end;
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
}
.custom-pagination .image {
  height: 80px;
  border-top-right-radius: 2rem;
}

.small-ads {
  height: 500px;
}

.news-most {
  margin-top: 0;
  max-height: 720px;
  overflow-y: auto;
}
.news-most button.active {
  color: var(--blue) !important;
}
.news-most .nav-most .time-view, .news-most .nav-news .time {
  font-size: .7rem;
}
.news-most.home {
  margin-top: 6.3rem;
}

.all-news-box .content {
  width: 100%;
} 
.all-news-box .title {
  line-height: 1.7;
  transition: all ease-in-out .3s;
}
.all-news-box .under-title {
  font-size: .8rem;
  color: var(--blue);
}
.all-news-box .under-title span {
  border-color: var(--green) !important;
}


.page-navigation {
  text-align: center;
  margin-bottom: 20px;
}
.page-navigation .pages-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.page-navigation a, .page-navigation span {
  color: var(--green);
  padding: 5px 10px;
  border: 1px solid #eeeeee;
}
.page-navigation span {
  background-color: var(--blue);
}
.page-navigation a:hover {
  background-color: #eeeeee;
}
.navigation .page-link:focus {
  box-shadow: none;
}
.navigation .page-item.active .page-link {
  background-color: var(--blue) !important;
  border-color: var(--blue);
}
.article .font-size span {
  background-color: #494949;
  color: #fff;
  padding: .2rem 1rem;
  text-align: center;
  margin-left: 5px;
  border-radius: 5px;
  font-size: 1rem;
}
.article .article-box p, .about p  {
  line-height: 2.5;
  text-align: justify;
}
.article p a, .about p a {
  color: var(--green);
}
.article .article-box p img, .about p img {
width: 100% !important;

  object-fit: contain;
}
.article .under-title {
  font-size: .8rem;
  color: var(--blue);
}
.article .under-title .type:hover {
  transition: all ease-in-out .3s;
  color: var(--green);
}
.article .under-title .share a {
  margin-right: 1rem;
  font-size: 1.5rem;
}
.article .tags {
  font-size: 1rem;
  background-color: #f6f6f6;
  padding: 0 !important;
}
.article .tags a {
  margin: 1rem .5rem;
  color: var(--green);
  border: 1px solid var(--green);
  border-radius: 1rem;
  transition: all ease-in-out .3s;
}
.article .tags a:hover {
  background-color: var(--green);
  color: #ffffff;
}

.article form {
  margin: 0;
}
.votes {
  background-color: #f6f6f6;
}
.votes .title {
  font-size: 1rem;
  line-height: 1.5;
}
.votes #dle-vote, .votes .vote_list + div {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex-wrap: wrap;
}
.votes #dle-vote label, .votes .pollanswer label {
  display: flex;
  gap: 2px;
  cursor: pointer;
  transition: all ease-in-out .1s;
}
.votes #dle-vote label:hover, .votes .pollanswer label:hover {
  color: var(--green);
}
.votes #dle-vote label::before, .votes .pollanswer label::before {
  content: '';
    background: #ffffff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    box-shadow: inset 0 0 0 2px var(--green);
    transition: all ease-in-out .1s;
}
.votes #dle-vote input[type="radio"]:checked + label::before, .votes .pollanswer input[type="radio"]:checked + label::before {
  box-shadow: inset 0 0 0 10px var(--green);
}
.votes #dle-vote input[type="radio"], .votes .pollanswer input[type="radio"] {
  display: none;
}
.vote-list input[type="radio"] {
  display: none;
}
.vote-list label {
  cursor: pointer;
}
.vote-list label span {
  display: flex;
  gap: 2px;
  transition: all ease-in-out .1s;
}
.vote-list label span:hover {
  color: var(--green);
}
.vote-list label span::before {
  content: '';
  background-color: #ffffff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px var(--green);
  transition: all ease-in-out .1s;
}
.vote-list input[type="radio"]:checked + span::before {
  box-shadow: inset 0 0 0 10px var(--green);
}
.votes button {
  border: 2px solid;
  transition: all ease-in-out .1s;
}
.votes button:hover {
  border-color: var(--green);
}
.vote-result .progress-bar {
  background-color: var(--green);
}
.vote-result p {
  margin-top: 10px;
  margin-bottom: 5px;
}
.vote-count {
  color: #494949;
  font-size: .8rem;
}

.important-news .image {
  width: 100px;
  height: 100px;
}
.important-news .title {
  transition: all ease-in-out .3s;
  font-size: .9rem;
  line-height: 1.5;
}
.important-news .under-title {
  font-size: .7rem;
}

.application .box a {
  border-color: var(--blue) !important;
}
.application p, .application i {
  transition: all ease-in-out .3s;
  color: var(--blue);
}
.application .box a:hover {
  background-color: var(--blue);
}
.application .box a:hover p, .application .box a:hover i {
  color: #ffffff;
}
.application .ar {
  font-size: .6rem;
}
.application .en {
  font-size: 1.2rem;
}
.application svg {
  width: 22px;
  height: 22px;
  fill: var(--blue);
  transition: all ease-in-out .3s;
}
.application .box a:hover svg {
  fill: white;
}

.contact-us .form-group {
  margin-bottom: 1.2rem;
}
.contact-us input:focus,select:focus, .contact-us textarea:focus, .contact-us button:active, .contact-us button:focus {
  box-shadow: none !important;
  border-color: var(--blue) !important;
}
.contact-us .btn-primary {
  background-color: var(--blue) !important;
  border-color: var(--blue) !important;
}
.contact-us label {
  color: var(--blue);
  margin-bottom: .8rem;
}

.footer-menu a {
  font-size: 1rem;
}

a, i, img {
  transition: all ease-in-out .3s;
}
.name a:hover .name-tag, a.name:hover .name-tag {
  padding-right: 4.5rem !important;
}
.name a:hover .name-tag::before, a.name:hover .name-tag::before {
  width: 4rem;
}
.top-nav a:hover, .top-nav i:hover, nav .menu a:hover, header .swiper-slide .title:hover, .politics-security .sec-images:hover .title, .news-most .content:hover .title, .international .sec-images:hover .title, .economy .sec-images:hover .title, .local .sec-images:hover .title, .sport .sec-images:hover .title, .all-news-box:hover .title, .important-news .box:hover .title, .footer-menu a:hover, .nav-social:hover i {
  color: var(--green) !important;
}
.custom-pagination .content:hover .image img, .politics-security .main-image:hover img, .politics-security .sec-images:hover img, .news-most .content:hover .image img, .international .main-image:hover img, .international .sec-images:hover img, .videos .main-image:hover img, .videos .image:hover img, .economy .main-image:hover img, .local .main-image:hover img, .sport .main-image:hover img, .economy .sec-images:hover img, .local .sec-images:hover img, .sport .sec-images:hover img, .articles .main-image:hover img, .article .main-image:hover img, .all-news-box:hover img, .important-news .box:hover .image img {
  filter: brightness(.7);
}
.politics-security .main-image:hover .image-title, .international .main-image:hover .image-title, .videos .main-image:hover .image-title, .videos .image:hover .image-title, .economy .main-image:hover .image-title, .local .main-image:hover .image-title, .sport .main-image:hover .image-title, .articles .main-image:hover .image-title, .article .main-image:hover .image-title {
  background-color: #ffffff;
}
.videos .main-image:hover .fa-play, .videos .image:hover .fa-play {
  color: var(--red) !important;
}

@media (min-width: 1600.98px) {
  .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction, .custom-pagination {
    height: 85%;
  }
  .custom-pagination .image {
    height: 150px;
  }
  header .custom-pagination .title {
    height: 3.4rem;
    font-size: 0.85rem;
  }
}

@media (min-height: 950px) and (max-height: 1050px) and (min-width: 1600.98px) {
  .custom-pagination .image {
    height: 120px;
  }
  .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction, .custom-pagination {
    justify-content: end;
  }
}

@media (max-width: 991.98px) {
  nav .search-box.active input {
    left: 60px;
  }
  .mobile-menu {
    display: flex;
  }
  .mobile-menu.active {
    right: 0;
  }
  .overlay.active {
    display: block;
  }
  .menu-icon {
    display: block;
  }
  nav .menu {
    display: none !important;
  }
  header .swiper-slide .title {
    font-size: 1.5rem;
  }
  .eco-local-sport .sec-images .image {
    width: 100%;
  }
  .eco-local-sport .title {
    margin-right: 0;
  }
  .apps .image {
    margin-bottom: 10px;
  }
  .apps .title {
    margin-right: 0;
    margin-top: 5px;
  }
  .apps h3 {
    line-height: 1.8;
  }
}

@media (max-width: 767.98px) {
  .top-nav .container-fluid {
    padding: 0 1rem;
  }
  .top-nav .right {
    font-size: .7rem;
  }
  .nav-social {
    font-size: 1rem;
  }
  .nav-social svg {
    width: 19px;
    height: 19px;
  }
  nav .logo img {
    width: 120px;
  }
  .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction, .custom-pagination {
    top: 8rem;
    bottom: unset;
    right: 50%;
    width: 90%;
    transform: translateX(50%);
    flex-direction: row;
    height: unset;
    gap: 5px;
  }
  .custom-pagination .content {
    flex-direction: row;
    gap: 0;
  }
  .custom-pagination .number {
    font-size: 1rem;
    height: 33px;
  }
  header .custom-pagination .title {
    height: 2.6rem;
  }
  .apps h3 {
    font-size: .8rem !important;
  }
}

@media (max-width: 575.98px) {
  nav .search-box.active input {
    width: 250px;
  }
  .mobile-menu {
    width: 250px;
  }
  .top-nav .left {
    margin-top: 1rem;
  }
  .top-nav .right, .top-nav .left {
    text-align: center !important;
  }
  .nav-social {
    margin-right: 1rem;
  }
  .ticker .name {
    font-size: .7rem;
  }
  .marquee img {
    width: 40px;
    height: 20px;
  }
  .marquee a {
    font-size: .7rem;
  }
  .ticker .more {
    font-size: .7rem;
  }
  nav .logo img {
    width: 100px;
  }
  nav.sticky .logo img {
    width: 95px;
  }
  .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction, .custom-pagination {
    flex-wrap: wrap;
    top: 5rem;
  }
  .custom-pagination .content {
    width: 45%;
  }
  .custom-pagination .number {
    font-size: 1rem;
    padding: 5px;
    height: 30px;
  }
  header .custom-pagination .title {
    height: 1.7rem;
    font-size: .6rem;
  }
  .swiper-slide .content {
    width: 95%;
    right: 50%;
    transform: translateX(50%);
  }
  .swiper-slide .content .type {
    font-size: 1rem !important;
  }
  header .swiper-slide .title {
    font-size: 1rem;
    height: 6.1rem;
    margin-top: 5px !important;
  }
  header .swiper-slide .time-view {
    font-size: .8rem;
  }
  .politics-security .image-title, .eco-local-sport .image-title, .international .image-title, .videos .image-title {
    font-size: .7rem !important;
  }
  .videos .main-image {
    height: 350px;
  }
  .article .main-title {
    font-size: 1.1rem;
  }
  .article .under-title {
    font-size: .7rem;
  }
  .article .under-title .share a {
    font-size: .9rem;
  }
  .article .article-image {
    height: 250px;
  }
  .article .article-image img {
    object-fit: fill;
  }
  .article .article-box p, .about p {
    font-size: .9rem !important;
  }
  
.article .article-box p img, .about p img {
  height: 250px;
}

  .footer-menu a {
    font-size: .9rem;
  }
  .footer-logo .image {
    height: 100px;
  }
  .footer .right, .footer .left {
    text-align: center !important;
    margin-bottom: 5px !important;
  }
}

@media (max-height: 575.98px) {
  header {
    height: 550px;
  }
}

#dle-captcha img{
	width: 200px;
    height: 80;
}
select{
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;}


.appimg img{
    width: 100px;
    
}
    .adssite img{
width: auto !important;
height: auto !important;
}

.eng_branding img{
    width: auto !important;
height: auto !important;
}
