*, *::before, *::after {
    margin: 0;
    padding: 0;
  }
  
  .fa-brands{
    padding: 5px;
  }
  .fa-facebook{
    color: rgb(243, 231, 231);
  }
  .fa-twitter{
    color: rgb(243, 231, 231);

  }
  .fa-youtube{
    color: rgb(243, 231, 231);

  }
  
  .navbar-brand img {
    max-width: 70px;        /* تحديد الحد الأقصى للعرض */
    height: auto;            /* ضبط الارتفاع تلقائيًا بناءً على العرض */
    width: auto;             /* يمكن تحديد عرض معين إذا كان من الضروري */
    object-fit: contain;     /* الحفاظ على تناسب الصورة */
  }
  
  body {
    width: 100vw;
    max-width: 98vw;
    margin: 0 auto;
    padding: 15px;
    padding-top: 0;
    font-weight: 800;
    font-family: 'Cairo', sans-serif;
    font-family: 'Noto Sans Arabic', sans-serif;  }
    section {
      overflow: hidden;
      padding: 40px 0;
  }
  header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-bottom: 30px;

  }
  
  .bg-light {
    /* background-color: rgb(20, 98, 168) !important; */
    color: rgb(20, 98, 168) !important;
  }
  .navbar-light .navbar-nav .nav-link {
    color: rgb(20, 98, 168) !important;
    font-weight: bold;
  }

  
  
  header nav input[type=search] {
    border-radius: 0.5em;
  }
  
  header nav input[type=search] ~ button {
    border-radius: 0.5em;
  }
  
  .index-title {
    margin-top: 30px;
    font-family: 'Sultan Adan';
    font-size: 50px;
  }
  
  
  .library{
    display: inline-block;
  
  }
  .library div{
    display: block;
    text-align: center;
  }
.library a{
  margin-top: 15px;
  display: inline-block
}
.library  img{
  max-width: 150px;
  height: 150px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
  @media(max-width: 765px) {
    .index-title {
      text-align: center;
      font-size: 30px;
    }
    .library .image img{
      max-width: 200px;
      height: 200px;
     
    }
  }
  #navbarText{
    z-index: 2222;
  }

 
  .navbar {
    width: 100% !important;
  }
  
  .index-title .brand {
    font-size: 72px;
  }
  
  @media screen and (max-width: 765px) {
    .index-title .brand {
      font-size: 40px;
    }
  }
  
  .banner-image {
    width: 100%;
    border-radius: 1em;
    margin-top: 3em;
  }
  
  @media screen and (max-width: 576px) {
    .banner-image {
      display: none;
    }
  }
  
  .primary {
    color: #a07b0a;
    font-weight: bold;
  }
  
  .btn-primary {
    background-color: #a07b0a;
    border: none;
    border-radius: 1em;
  }
/*   
  .separator-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: relative;
    height: 2px;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 0.5em;
  } */
  
  /* .separator-section span {
    background-color: #fff;
    padding: 0.5em 1em;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  } */
  
  .last-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-left: 2px solid rgba(0, 0, 0, 0.2);
    padding-left: 1em;
  }
  
  .news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    border: 1px solid black;
    padding: 0.5em 1em;
    margin-bottom: 1em;
    border-radius: 0.5em;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  @media screen and (max-width: 576px) {
    .news {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
  }
  
  .news img {
    max-width: 130px;
    max-height: 130px;
    border-radius: 0.5em;
    width: 100%;
  }
  
  @media screen and (max-width: 576px) {
    .news img {
      display: none;
    }
  }
  
  .news .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 0.8em;
    margin-right: 1em;
    width: 100%;
  }
  
  .news .content .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  
  
  .news .content .top small {
    opacity: 0.7;
  }
  
  @media screen and (max-width: 576px) {
    .news .content .middle {
      margin: 1em 0;
    }
  }
  
  .news .content .bottom {
    margin-right: auto;
  }
  
  @media screen and (max-width: 576px) {
    .news .content .bottom {
      width: 100%;
    }
  }
  
  .news .content .bottom .btn {
    border-radius: 0.5em;
  }
  
  @media screen and (max-width: 576px) {
    .news .content .bottom .btn {
      font-size: 12px;
      width: 100%;
    }
  }
  
  @media screen and (max-width: 576px) {
    .tourism {
      margin-top: 2.5em;
    }
  }
  
  .tourism-places {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .placet{
    margin-bottom: 1em;
  
  }
  .placet img{
    margin-bottom: 1em;
  }
  .place {
    width: 100%;
    position: relative;
    margin-bottom: 1em;
  }
  .place img{
    margin-bottom: 1em;
  }
  .place::after {
    content: "";
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-radius: 1em;
  }
  
  
  .place img {
    width: 100%;
    max-height: 300px;
    border-radius: 1em;
  }
  
  .place div.bottom {
    width: 100%;
    color: #fff;
    position: absolute;
    bottom: 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    z-index: 2;
  }
  
  @media screen and (max-width: 576px) {
    .place div.bottom {
      bottom: 1em;
    }
  }
  
  .place div.bottom div.content {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    right: 2em;
    bottom: 0;
  }
  
  .place div.bottom div.content strong {
    font-size: 1.5em;
  }
  
  @media screen and (max-width: 576px) {
    .place div.bottom div.content strong {
      font-size: 1em;
    }
  }
  
  @media screen and (max-width: 576px) {
    .place div.bottom div.content small {
      font-size: 0.7em;
    }
  }
  
  .place div.bottom .btn {
    position: absolute;
    width: 140px;
    left: 2em;
    bottom: 0;
  }
  
  @media screen and (max-width: 576px) {
    .place div.bottom .btn {
      width: 100px;
      font-size: 0.7em;
    }
  }
  
  .social-networks {
    margin-left: auto;
  }
  
  @media screen and (max-width: 576px) {
    .about-city .content {
      font-size: 12px;
    }
  }
  
  .about-city img {
    max-width: 100%;
    border-radius: 1em;
    margin: 1em 0;
  }
  
  footer {
    position: absolute;
    left: 0;
    right: 0;
  }
  
  footer .bottom-footer {
    text-align: center;
    padding: 1em 4em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  
  @media screen and (max-width: 576px) {
    footer .bottom-footer {
      padding: 1em;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
    footer .bottom-footer i {
      margin: 1em 0;
    }
  }

  .top-footer{
    background:rgb(20, 98, 168) !important;

  }
  
  .btn-info{
    background:rgb(20, 98, 168) !important;
    color: #ffffff !important;
    font-size: 14px !important;

  }

  .btn-info:hover {
    background: rgb(15, 76, 135) !important; /* Darker shade on hover */
    color: #f1f1f1 !important; /* Optional: Change text color on hover */
}
 
  
  #footer {
    background: rgb(10, 50, 90) !important; /* لون داكن ينسجم مع اللون الذي ذكرته */
    padding: 0 0 12px 0;
    color: #ffffff;
    font-size: 14px;
}
#footer ul li{
  color: #e0bb4c;
}
#footer .phone span{
  color: #e0bb4c;
  font-weight: bold;
  font-size: large;
}
#footer .icon i{
  padding-top: 10px;
  color: #e0bb4c;
  font-weight: bold;
  font-size: large;
}
  footer .copyright {
    text-align: center;
    padding-top: 20px;
}
  footer .social-networks svg {
    width: 22px;
  }
  .bg-warning {
    color: #ffffff !important;
    background-color: rgb(10, 50, 90) !important; /
}



.carousel-control-prev-icon, 
.carousel-control-next-icon {
    background-color: transparent !important;
   border: 0.3px solid rgb(10, 50, 90) !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
    transition: all 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}
.carousel-control-prev:hover .carousel-control-prev-icon, 
.carousel-control-next:hover .carousel-control-next-icon {
    transform: scale(1.1);
}

  
  .auth{
    font-family: Garamond, serif;

  }
 .carousel-container img {
    margin-top: 6px !important;
    min-width: 100% !important;
    max-height: 85vh !important;
    object-fit: cover !important;
    width: 100% !important;
    height: auto !important;
    border-radius: 8px !important;
    transition: transform 0.3s ease-in-out !important;
    -webkit-transition: transform 0.3s ease-in-out !important;
    -moz-transition: transform 0.3s ease-in-out !important;
    -ms-transition: transform 0.3s ease-in-out !important;
    -o-transition: transform 0.3s ease-in-out !important;
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    -ms-border-radius: 8px !important;
    -o-border-radius: 8px !important;
}

.carousel-container img:hover {
    transform: scale(1.05) !important;
    -webkit-transform: scale(1.05) !important;
    -moz-transform: scale(1.05) !important;
    -ms-transform: scale(1.05) !important;
    -o-transform: scale(1.05) !important;
}

#dew-ads-carousel-indicators li {
    width: 30px !important;
    height: 7px !important;
    border-radius: 10px !important;
    margin: 0 10px !important;
    background-color: #ffffff !important;
    transition: background-color 0.3s ease-in-out !important;
    -webkit-transition: background-color 0.3s ease-in-out !important;
    -moz-transition: background-color 0.3s ease-in-out !important;
    -ms-transition: background-color 0.3s ease-in-out !important;
    -o-transition: background-color 0.3s ease-in-out !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important;
}

#dew-ads-carousel-indicators .active {
    background-color: #d09f0d !important;
}

#mun-ads .carousel-caption {
    position: absolute !important;
    left: 10% !important;  
    right: 10% !important; 
    bottom: 20px !important; 
    width: auto !important;  
    margin: 0 !important;   
<<<<<<< Updated upstream
background: linear-gradient(
        to top, 
        rgba(7, 2, 9, 0.9) 40%, 
        rgba(7, 2, 9, 0.7) 60%, 
        rgba(7, 2, 9, 0.4) 90%, 
        transparent 100%
    ) !important;
      padding: 30px !important;
=======
    background: linear-gradient(to top, rgba(7, 2, 9, 0.9) 40%, rgba(7, 2, 9, 0.7) 60%, rgba(7, 2, 9, 0.4) 90%,  transparent 100%) !important;
    padding: 30px !important;
>>>>>>> Stashed changes
    border-radius: 20px !important;
    border-left: 1px solid #333333 !important;
    backdrop-filter: blur(1px) !important;
    -webkit-backdrop-filter: blur(1px) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2) !important;
}



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

  /* ///////////director/////////// */
  .director_min{
    margin-top: 100px;
  }
  .director_min span{
    text-align: center;
    color: #d09f0d;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: xx-large
  }
  .content .card{
    text-align: center;
  }
  .card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    padding: 4px;
    width: 29%;
    margin: 2%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
@media screen and (MAX-width: 600px) {
  .card {
   
    width: 100%;
   
}



  
  .card img{
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    height: 300px;
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
}
  .card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  }
  .director_min h4{
    text-align: center;
    color: #d09f0d;
font-weight: 900;
padding: 3px;
  }
  .director_min p{
    text-align: center;
    color: #7c6213;
font-weight: 900;
padding: 3px;
  }

  /* ///////////news///////////// */
  .breadcrumbs {
    padding: 15px 0;
    background: #d09f0d;
    min-height: 40px;
    margin-top: 100px;
    border-radius: 4px;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol a {
  color: #FFF;
  transition: 0.3s;
  font-weight: 600;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  color: #fff;
  content: "/";
}
.breadcrumbs ol a:hover {
  color: white;
  text-decoration: none;
}
.section-news .section-news-pagination ul{
  list-style: none;
  margin-top: 10px;
}
.section-news .section-news-pagination li{
  text-align: center;
}
.section-news .section-news-pagination li a {
  color: #aaaaaa;
  padding: 7px 16px;
  display: inline-block;
}
.section-news .entry {
  padding: 20px;
  margin-bottom: 60px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgb(0 0 0 / 10%);
}
.entry-img img{
  margin-top: 4px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.section-news .entry .entry-meta {
  margin-top: 10px;
  margin-bottom: 15px;
  color: rgb(46, 46, 46)
}
.section-news .entry .entry-title {
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
}
.section-news .entry .entry-meta i {
  font-size: 14px;
  padding-left: 4px;
}
.section-news .entry .entry-title a {
  color: #d09f0d;
  transition: 0.3s;
}
.section-news .entry .entry-title a:hover {
  color: #0880e8;
}