@import url("https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap");
* {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Almarai", sans-serif !important;
  background-color: #f4f7eb !important;
}

img {
  width: 100%;
}
a:hover {
  text-decoration: none;
}
a {
  text-decoration: none !important;
}
.article-category {
  padding: 5px 10px;
  background-color: #1dab6f;
  color: #fff;
}
.article-title {
  font-size: 20px;
  display: inline;
  color: #114f39;
}
.article-link {
  text-decoration: none;
  color: #114f39;
}
.article-link:hover .article-title {
  text-decoration: underline;
}

.section-title {
  color: #114f39;
  line-height: 50px;
  position: relative;
  margin-right: 30px;
  margin-bottom: 40px;
}
.dark-color{
  color: #f4f7eb !important;
  }
.section-title::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 100%;
  top: 0;
  right: -30px;
  background-color: #1dab6f;
}

.navbar-small {
  padding: 0 !important;
  transition: all 0.5s;
  background: transparent;
  backdrop-filter: blur(10px); /* تطبيق تأثير المشوش (blur) */
}

.logo-style {
  width: 250px !important;
  /* height: .1253rem !important; */
}
.small-logo-show {
  display: none;
}

header .navbar {
  padding: 10px;
  /* border-bottom: 1px solid #B1AEAE; */
  background-color: #f4f7eb;
}
header .navbar-brand {
  color: #1dab6f;
  font-size: 30px;
  width: 17.375rem;
}
header .navbar .nav-link {
  color: #1dab6f;
  font-size: 20px;
  margin-right: 20px;
  transition: all 0.5s;
  border-radius: 10px;
}
.sidebar .nav-item .nav-link .badge-counter,
.topbar .nav-item .nav-link .badge-counter {
  position: absolute;
  transform: scale(0.7);
  transform-origin: top right;
  right: .25rem;
  margin-top: -.25rem;
}
.badge-danger {
  color: #fff;
  background-color: #e74a3b;
}

a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #d52a1a;
}

a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(231, 74, 59, 0.5);
}
.dropdown-toggle-notification::after {
  display: inline-block;
  margin-right: .255em;
  vertical-align: .255em;
  content: none !important;
  border-top: .3em solid;
  border-left: .3em solid transparent;
  border-bottom: 0;
  border-right: .3em solid transparent;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #3a3b45;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #2e2f37;
  text-decoration: none;
  background-color: #eaecf4;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #4e73df;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #b7b9cc;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #858796;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #3a3b45;
}
.topbar .dropdown-list .dropdown-item {
  white-space: normal;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-left: 1px solid #e3e6f0;
  border-right: 1px solid #e3e6f0;
  border-bottom: 1px solid #e3e6f0;
  line-height: 1.3rem;
}

.topbar .dropdown-list .dropdown-item .dropdown-list-image {
  position: relative;
  height: 2.5rem;
  width: 2.5rem;
}

.topbar .dropdown-list .dropdown-item .dropdown-list-image img {
  height: 2.5rem;
  width: 2.5rem;
}

.topbar .dropdown-list .dropdown-item .dropdown-list-image .status-indicator {
  background-color: #eaecf4;
  height: 0.75rem;
  width: 0.75rem;
  border-radius: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  border: 0.125rem solid #fff;
}

.topbar .dropdown-list .dropdown-item .text-truncate {
  max-width: 10rem;
}

.topbar .dropdown-list .dropdown-item:active {
  background-color: #eaecf4;
  color: #3a3b45;
}
header .navbar .nav-link:hover {
  color: #cb9b45;
  text-decoration: underline;
}
header .navbar .login {
  position: relative;
}
header .navbar .login i {
  font-size: 30px;
  margin-left: 15px;
  color: #B1AEAE;
  cursor: pointer;
}
header .navbar .login-container {
  position: absolute;
  width: 250px;
  height: 120px;
  background-color: #fff;
  border: 1px solid #B1AEAE;
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  top: 50px;
  right: -115px;
  visibility: hidden;
  transition: all 0.5s;
}
header .navbar .login-container::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background-color: #fff;
  transform: rotate(45deg) translateX(50%);
  top: -18px;
  right: 50%;
  border-top: 1px solid #B1AEAE;
  border-left: 1px solid #B1AEAE;
}
header .navbar .login-container .button {
  background-color: #1dab6f;
  color: #fff;
  border: 1px solid #1dab6f;
  padding: 2px 30px;
  border-radius: 5px;
  transition: all 0.5s;
  text-decoration: none;
  visibility: hidden;
}
header .navbar .login-container .button:hover {
  background-color: #fff;
  color: #1dab6f;
}
header .navbar .login:hover .login-container {
  visibility: visible;
}
header .navbar .login:hover .login-container .button {
  visibility: visible;
}
header .navbar .login-button .button {
  background-color: #1dab6f;
  color: #fff;
  border: 1px solid #1dab6f;
  padding: 2px 30px;
  border-radius: 5px;
  transition: all 0.5s;
  text-decoration: none;
  font-size: 16px;
  width: 50%;
  margin: 15px auto;
  text-align: center;
  display: none;
}
header .navbar .login-button .button:hover {
  background-color: #fff;
  color: #1dab6f;
}
header .navbar form .search-icon {
  padding: 2px;
}
header .navbar form .search-icon i {
  font-size: 30px;
  color: #1dab6f;
}
header .header-news {
  margin-top: 65px;
}
header .header-news .carousel-news {
  margin-top: 50px;
  position: relative;
}
header .header-news .carousel-news::after {
  position: absolute;
  content: "";
  left: -10px;
  top: 150px;
  height: 200px;
  width: 20px;
  background-color: #1dab6f;
}
header .header-news .carousel-text {
  padding: 20px 10px 70px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  right: 0;
  bottom: 0;
  width: 750px;
}
header .header-news .carousel-text h3 {
  font-size: 22px;
  position: relative;
}
header .header-news .carousel-text h3::after {
  content: "";
  position: absolute;
  height: 85px;
  width: 5px;
  background-color: #1dab6f;
  top: -10px;
  left: 250px;
}
header .header-news .carousel-indicators {
  left: -550px;
}
header .header-news .carousel-indicators button {
  height: 20px;
  width: 20px;
  text-indent: 0;
}
header .header-news .carousel-item img {
  max-height: 490px;
}
header .header-news .carousel-item:hover .carousel-text {
  text-decoration: underline;
}
header .header-news .header-articles {
  margin-top: 80px;
}
header .header-news .header-articles .row {
  margin-top: 40px;
}

.text-muted {
  padding-top: 130px;
}
.text-muted .make-center {
  text-align: center;
}

section.news {
  padding: 50px 0;
}

section.news .article-link .article-text h5 {
  font-size: 18px;
}
section.news .button {
  background-color: #1dab6f;
  color: #fff;
  border: 1px solid #1dab6f;
  padding: 2px 30px;
  border-radius: 5px;
  transition: all 0.5s;
  text-decoration: none;
  font-size: 20px;
}
section.news .button:hover {
  background-color: #fff;
  color: #1dab6f;
}
section.most-read {
  padding: 50px 0;
  background-color: #114f39;
}
section.most-read .card-news {
  padding: 50px;
  background-color: #f4f7eb;
  margin: 30px;
}
.card-posts {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
}
.list-group-item {
  border-left: 0px !important;
  border-right: 0px !important;
  border-top: 0px !important;
}
section.most-read .card-news a {
  color: #114f39;
  text-decoration: none;
}
section.most-read .card-news:hover h4 {
  text-decoration: underline;
}
section.most-read .card-text h4 {
  /* font-size: 30px; */
}
section.most-read .card-text p {
  font-size: 18px;
  margin: 35px auto;  
}
section.most-read .card-text time {
  color: #B1AEAE;
  font-size: 16px;
}
section.most-read .card-img {
  position: relative;
  margin-bottom: 20px;
}
section.most-read .card-img::after {
  content: "";
  position: absolute;
  background-color: #1dab6f;
  height: 30px;
  width: 250px;
  bottom: -15px;
  right: 80px;
}
section.opinions {
  padding: 50px 0;
}
section.opinions a {
  text-decoration: none;
}
section.opinions .opinions-card {
  height: 150px;
  padding: 20px 20px;
  background-color: #ffffff;
  color: #114f39;
  margin-top: 25px;
  transition: all 0.5s;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
}
section.opinions .opinions-card h6 {
  font-size: 16px;
  text-align: right;
  font-weight: bold;
}
section.opinions .opinions-card .user-info {
  /* margin-top: 25px; */
}
section.opinions .opinions-card .user-info img {
  width: 100px;
  clip-path: circle();
}
section.opinions .opinions-card .user-info span {
  font-size: 14px;
  font-weight: bold;
}
section.opinions .opinions-card:hover {
  background-color: #114f39;
  color: #f4f7eb;
  box-shadow: none;
}
section.opinions .opinions-card:hover h5 {
  /* text-decoration: underline; */
}
section.videos {
  padding: 50px 0;
  background-color: #fff;
}
section.videos h2 {
  color: #fff;
  line-height: 50px;
  position: relative;
  margin-right: 30px;
  margin-bottom: 40px;
}
section.videos h2::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 100%;
  top: 0;
  right: -30px;
  background-color: #1dab6f;
}
section.videos .slide-img {
  position: relative;
}
section.videos .slide-img img {
  max-height: 250px;
  width: 100%;
  object-fit: cover;
}
section.videos .slide-img i {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  font-size: 60px;
  color: #fff;
}
section.videos .slide-text {
  margin-top: 30px;
  text-align: center;
}
section.videos .slide-text .article-title {
  color: #fff;
}
section.videos .swiper {
  width: 100%;
  height: 100%;
}
section.videos .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-slide-news {
  background: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  padding: 10px;
  border-radius: 7px;
}
.container .section-projects {
  background: #fff !important;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  margin: 0 10px !important;
  padding: 0 10px;
  border-radius: 7px;
}
section.videos .swiper-pagination {
  bottom: -5px;
}
section.videos .swiper-pagination-bullet {
  background-color: #B1AEAE;
  width: 20px;
  height: 20px;
  margin: 10px;
}
section.latest-news {
  padding: 50px;
}
section.latest-news .card-text p {
  margin-top: 10px;
  color: #114f39;
}
section.latest-news .button {
  background-color: #1dab6f;
  color: #fff;
  border: 1px solid #1dab6f;
  padding: 2px 30px;
  border-radius: 5px;
  transition: all 0.5s;
  text-decoration: none;
  font-size: 20px;
}
section.latest-news .button:hover {
  background-color: #fff;
  color: #1dab6f;
}

footer {
  padding: 50px 0;
}
footer .footer-title {
  margin-bottom: 30px;
  position: relative;
}
footer .footer-title::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 5px;
  background-color: #1dab6f;
  right: 0;
  bottom: -15px;
}
footer .link-unstyled {
  text-decoration: none;
  color: #114f39;
}
footer .social-media {
  list-style: none;
  padding: 0;
  text-align: center;
}
footer .social-media-icon {
  display: inline;
  margin-left: 10px;
}
footer .social-media-icon a i{
  font-size: 40px;
}
footer .social-media-icon a img {
  width: 40px;
  vertical-align: top;
}
footer .social-media-icon img {
  width: 40px;
}
footer .footer-brand {
  color: #1dab6f;
  font-size: 30px;
  margin: auto;
  text-decoration: none;
}
header .login-button {
  display: none;
}
.card-body .row .info-post p {
  display:inline-block;
}
.card-body .row img {
  float:right;
  width: 50px;
}
.d-lg-inline {
    display: inline !important;
}
.login_signup {
  padding-top: 150px;
}
header .header-news .header-articles h1 {
  font-size: 70px;
  font-weight: bold;
  color: #114f39;
}
@media (max-width: 1400px) {
  header .header-news .carousel-item h3 {
    font-size: 18px;
  }
  header .header-news .carousel-item h3::after {
    left: 280px;
  }
  header .header-news .carousel-indicators {
    left: -500px;
  }
  
  .article-title {
    font-size: 18px;
  }
  .article-category {
    font-size: 14px;
  }
  header .header-news {
    margin-top: 85px;
  }
  .login_signup {
    padding-top: 125px;
  }
  .top_padding {
    padding-top: 50px;
  }
}
@media (max-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1400px !important;
  }
  header .header-news .carousel-item h3::after {
    left: 340px;
  }
  header .header-news .carousel-indicators {
    left: -400px;
  }
  header .header-news .carousel-news::after {
    height: 170px;
    top: 100px;
  }
  header .header-news .header-articles h1 {
    font-size: 65px;
  }
  section.news .article-link .article-text h5 {
    font-size: 16px;
  }
  section.most-read .card-text h4 {
    font-size: 22px;
  }
  section.most-read .card-text h2 {
    font-size: 25px;
  }
  section.most-read .card-text h5 {
    font-size: 15px;
  }
  section.opinions .opinions-card {
    padding: 15px 10px;
  }
  section.opinions .opinions-card .user-info img {
    width: 85px;
  }
  .article-title {
    font-size: 14px;
  }
  header .header-news {
    margin-top: 75px;
  }
  .img-fluid {
    width: 500px;
  }
  .card-body .row .info-post {
    padding-right: 25px;
  }
}
@media (max-width: 992px) {
  header .header-news {
    margin-top: 80px;
  }
  header .header-news .carousel-item h3::after {
    display: none;
  }
  header .header-news .carousel-indicators {
    left: 0;
  }
  header .header-news .header-articles {
    margin-top: 40px;
  }
  header .header-news .header-articles-image {
    margin-top: 0;
  }
  .topbar-notification {
    float: left;
    margin-top: 1rem;
  }
  .search-small {
    margin-right: 20px;
  }
  header .login {
    display: none;
  }
  header .login-button {
    display: block;
  }
  header .login-button .nav-item {
    float: right;
  }
  header .navbar .login-button .button {
    display: block;
  }
  section.most-read .card-news {
    padding: 25px;
  }
  section.most-read .card-text h4 {
    font-size: 17px;
  }
  section.most-read .card-text h2 {
    font-size: 23px;
  }
  section.most-read .card-text h5 {
    font-size: 13px;
  }
  section.most-read .card-text p {
    font-size: 12px;
    margin: 25px auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  section.most-read .card-text time {
    font-size: 12px;
  }
  section.most-read .card-img::after {
    height: 20px;
    bottom: -10px;
  }
  section.latest-news .article-title {
    font-size: 14px;
  }
  section.latest-news .article-category {
    font-size: 12px;
  }
  section.latest-news p {
    font-size: 14px;
  }
  .article-title {
    font-size: 18px;
  }
  .login_signup {
    padding-top: 125px;
  }
  .top_padding {
    padding-top: 0;
    text-align: center;
  }
  .img-fluid {
    display: none;
  }
  .card-body .row img {
    width: 40px !important;
  }
  .card-body .row .info-post {
    padding-right: 25px;
  }
}
@media (max-width: 768px) {
  header .navbar-brand {
    width: 14.375rem;
  }
  header .header-news .carousel-news::after {
    display: none;
  }
  header .header-news .header-articles h1 {
    font-size: 45px;
  }
  section.most-read .card-news {
    padding: 15px;
  }
  section.most-read .card-img::after {
    display: none;
  }
  section.videos .swiper .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
  }
  footer {
    text-align: center;
  }
  footer .footer-title {
    color: #1dab6f;
    margin-top: 20px;
  }
  footer .footer-title::after {
    display: none;
  }
  .topbar .dropdown-list .dropdown-item .text-truncate {
    max-width: 13.375rem;
  }
  article .youtoupy {
    height: 300px !important;
  }
}
@media (max-width: 576px) {
  section.opinions .opinions-card {
    padding: 20px 25px;
  }
  section.opinions .row {
    margin: 0 0;
  }
  section.news .row {
    margin: 0 0;
  }
  #navbar {
    padding: 10px 0;
  }
  .large-logo-show {
    display: none;
  }
  .small-logo-show {
    display: inline;
    width: 25%;
  }
  .logo-style {
    width: 14.375rem !important;
  }
  header .header-news .header-articles {
    text-align: center;
  }
  .card-posts-body {
    padding: 10px 0 !important;
  }
  .card-posts-body .row .info-post {
    padding-right: 15px;
  }
  .card-posts-body .row .info-post p {
    padding-right: 15px;
  }
  .card-posts-body .row .info-post .row {
    font-size: 14px;
    padding-right: 25px;
  }
  .card-posts-body .row .info-post .row i {
    font-size: 14px;
  }
  .card-posts-body .row .info-post .row span {
    font-size: 13px;
  }
  .card-posts-body .row .info-post .row .col-4 {
    padding: 0;
  }
  .card-posts-body .row .photo-post {
    padding-right: 10px;
  }
  .card-posts-body h4 {
    font-size: 19px;
  }
  .card-posts-body p {
    font-size: 15px;
  }
  .col-sm-1 {
    flex: 0 0 auto !important;
    width: 8.33333333% !important;
  }
  .col-sm-11 {
    flex: 0 0 auto !important;
    width: 91.66666667% !important;
  }
}

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