    body {
font-family: 'Tajawal', sans-serif;
    background-color: #D5D0D0;
      color: #9D2536;
    }
    #loader-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

#loader img {
  width: 100px; /* يمكنك تعديل الحجم حسب رغبتك */
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% { transform: scale(1); opacity: 0.8; }
  50% { transform: scale(1.1); opacity: 1; }
  100% { transform: scale(1); opacity: 0.8; }
}

/*#carouselExampleCaptions .carousel-item {*/
/*  position: relative; /* Make the carousel item the relative container 
/*  text-align: right;*/
/*  direction: rtl;*/
/*  max-height:600px;*/
/*}*/
/*.carousel-item .banner img{*/
/*	background-image:cover;*/
/*}*/

/*.banner img{*/
/*	background-size:cover;*/
/*	background-position:center;*/
/*	width:100%;*/
/*	height:100%;*/
/*}*/
/*.carousel-inner .carousel-caption {*/
/*  direction: rtl;*/
/*  position: absolute;*/
 /* top: 20%;  /* Default position from the top */
/*  width: 600px;*/
/*  height: 400px;*/
/*  padding: 50px;*/
 /* text-align: right;  /* Align text to the right for RTL */
  /*background-color: rgba(0, 0, 0, 0.5); /* Optional: Background for better visibility */
/*}*/

/*.carousel-caption .para {*/
/*  background-color: green;*/
/*  display: inline-block;*/
/*  padding: 5px 10px;*/
/*  font-size: 1.1rem;*/
/*}*/

/*.carousel-caption h1 {*/
/*  font-size: 1.5rem;*/
/*  margin-top: 10px;*/
/*  margin-bottom: 10px;*/
/*}*/

/*.carousel-caption .intro {*/
/*  width: 450px;*/
/*  font-size: 1.2rem;*/
/*  margin: 25px 30px 30px 20px; */
/*  padding-right: 10px;*/
/*  padding: 15px;*/
/*  position: relative;*/
/*  line-height: 1.5;*/
/*}*/
/*  .carousel-caption img.logo {*/
/*width:100px;*/
/*  }*/


/*.carousel-caption .intro::before {*/
/*  position: absolute;*/
/*  content: " ";*/
/*  border: 1px solid #9D2536;*/
/*  height: 90px;*/
/*  top: 10px;*/
/*  right: 5px;*/
/*}*/

/*.carousel-caption .intro a {*/
/*  background-color: #7BD857;*/
/*  padding: 7px 15px;*/
/*  color: #fff;*/
/*  margin-top: 180px;*/
/*}*/

/* Responsive Design for Mobile Screens */
/*@media (max-width: 767px) {*/
/*#carouselExampleCaptions .carousel-item,*/
/*#carouselExampleAutoplaying .carousel-item {*/
/*  height: 100%;*/
/*}*/


/*	.carousel-container .carousel-inner{*/
/*	    	height:100%;*/

/*	}*/
/*		.carousel-container .carousel-inner .carousel-item{*/
/*	    		height:100%;*/

/*	}*/
/*	.carousel-indicators{*/
/*	    display: none;*/
/*	}*/
/*	#carouselExampleCaptions .carousel-inner.carousel-item {*/
/*	height:auto;*/
/*}*/
/*.carousel-item .banner img{*/
/*	height:100%;*/
/*  background-size: cover; */
/*}*/
/*  .carousel-item .banner img {*/
/*        object-fit: cover;*/
/*        width: 100%;*/
/*		height:60vh;*/
/*        max-height:50vh;*/
/*    }*/
/*.carousel-inner .carousel-caption {*/
/*    position: absolute;*/
   /* bottom: 0; /* Position it at the bottom */
/*    right: 0;*/
/*    width: 100%;*/
/*    padding: 30px;*/
    /*text-align: center; /* Align text to the left for RTL */
/*    margin-top: 70px;*/
/*    z-index:0;*/
/*  }*/

/*  .carousel-caption img.logo {*/
/* display:none;*/
/*  }*/

/*  .carousel-caption h1 {*/
/*    font-size: 24px; /* Smaller font size */
/*    margin-top: 2px;*/
/*    text-align: center; /* Align to the left */
/*  }*/

/*  .carousel-caption .para {*/
/*    font-size: 16px;*/
/*    margin-bottom: 10px;*/
/*    text-align: left; /* Align text to the left */
/*  }*/

/*  .carousel-caption .intro {*/
/*    width: 100%; /* Full width on mobile */
/*    font-size: 16px;*/
/*    margin:  0; /* Adjust margins */
/*	margin-top:10px;*/
/*    padding: 10px;*/
/*  }*/

/*  .carousel-caption .intro::before {*/
/*    content: none; /* Remove the ::before element */
/*  }*/

/*  .carousel-caption .intro a {*/
/*    background-color: #7BD857;*/
/*    padding: 10px 10px; /* Adjust padding for the button */
/*    color: #fff;*/
/*    text-size: 8px;*/
/*    text-align: center;*/
/*    display: inline-block;*/
/*    margin-top: 1px;*/
/*    border-radius: 5px;*/
/*  }*/
/*}*/








/*thiedplace*/



/* General Container for News */
/* General Container for News */
/*.mynews {*/
/*    position: relative;*/
/*    width: 100%;*/
  /*  overflow: hidden; /* Prevent horizontal scrolling on the container */
/*	background-color:white;*/
/*}*/

/* News Container */
/*.news-container {*/
/*    font-family: "Roboto", sans-serif;*/
/*    box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.3);*/
  /*  width: 100%; /* Ensure full width */
 /*   overflow: hidden; /* Hide vertical overflow */
/*    position: relative;*/
/*		    color: white;*/

/*}*/

/* Title Style */
/*.news-container .title {*/
/*    position: absolute;*/
/*    background: #9D2536;*/
/*    height: 100%;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    padding: 0 20px;*/
/*    color: white;*/
/*    font-weight: bold;*/
/*    z-index: 200;*/
/*    font-size: 14px; /* Adjust font size */
/*    text-transform: uppercase;*/
    
/*}*/

/* News List Style */
/*.news-container ul {*/
/*    display: flex;*/
/*    list-style: none;*/
/*    margin: 0;*/
/*    padding: 0;*/
/*	    color: black;*/

/*    animation: scroll 25s infinite linear; /* Set animation speed */
 /*   width: max-content; /* Ensures the list only takes the width of its items */
/*}*/

/* News Item Style */
/*.news-container ul li {*/
/*    white-space: nowrap;*/
/*    padding: 10px 24px;*/
/*    color: black;*/
/*    position: relative;*/
/*    font-size: 12px;*/
/*    line-height: 1.5;*/
/*    display: flex;*/
/*    align-items: center;*/
/*}*/

/* Spans for Different Elements */
/*.number, .number2 {*/
/*    margin-right: 10px;*/
/*    color: black;*/

/*}*/

/*.number2 {*/
/*    font-weight: bold;*/
/*    color: #http://localhost/Forex/for/;*/
/*}*/

/*.logo img {*/
 /*   width: 50px; /* Set a fixed width for logo */
/*    height: auto;*/
/*    margin: 10px;*/
/*}*/

/*.arrow img {*/
/*    width: 20px; /* Set a fixed width for arrow */
/*    height: auto;*/
/*    margin-left: 10px;*/
/*}*/

/* Scroll animation */
/*@keyframes scroll {*/
/*    from {*/
  /*      transform: translateX(100%); /* Start the scroll from the right */
/*    }*/
/*    to {*/
  /*      transform: translateX(-100%); /* End the scroll at the left */
/*    }*/
/*}*/

/* Mobile Responsiveness */
/*@media screen and (max-width: 768px) {*/
/*    .news-container .title {*/
/*        font-size:12px;*/
/*        padding: 3px;*/
/*    }*/

/*    .news-container ul li {*/
/*        display: flex;*/
/*        list-style: none;*/
/*        margin: 0;*/
/*        padding: 0;*/
/*        font-size: 12px;*/
/*    }*/

/*    .news-container ul {*/
   /*     animation: scroll 15s infinite linear; /* Faster scrolling on smaller screens */
/*    }*/
/*}*/






