 @import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');

* {
  box-sizing: border-box;
    margin: 0;
  padding: 0;

}

 body {
     
   font-family: "Cairo", sans-serif;
   /* background: linear-gradient(315deg, rgba(101,0,94,1) 3%, rgba(60,132,206,1) 38%, rgba(48,238,226,1) 68%, rgba(255,25,25,1) 98%); */
    
background: rgb(255,255,255);
background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(63,187,203,0.4) 25%, rgba(255,255,255,1) 50%, rgba(63,187,203,0.3) 75%, rgba(255,255,255,1) 100%);

    animation: gradient 15s ease infinite;
    background-size: 400% 400%;
    background-attachment: fixed;
/*  backdrop-filter: blur(5px);  */

}

 .navbar {
     box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
 .card {
     transition: transform 0.3s ease-in-out;
}
 .card:hover {
     transform: scale(1.05);
}
/* Hero Section */
 .hero {
     background: linear-gradient(to right, #41BBCC 0%, #2575fc 100%);
    /* Gradient from left to right */
    /* background-image: url('assets/hero_section.jpeg');
     */
    /* Replace with your image */
     background-size: cover;
     background-position: center;
     height: 100vh;
    /* Full viewport height */
     display: flex;
     justify-content: center;
     align-items: center;
     text-align: center;
     color: white;
}
 .splide__pagination__page.is-active {
     background-color: #41BBCC;
    /* Change the color to your preference */
}
 .splide__pagination__page:not(.is-active) {
     background-color: #D3D3D3;
    /* Light Grey */
}

.nav-primary a  {
  color: green; /* Default link color */
}

  .active{
        color: white  !important;
         background-color: #0281B5; 
         border-radius:15px;
         
    }


 .lang{
     width:40px;
     line-height: 25px;
     border:none;
     background: radial-gradient(circle, rgba(2,129,185,1) 25%, rgba(3,155,152,1) 80%, rgba(224,224,224,1) 100%);
     text-shadow: 1px 1px 1px black, 0 0 1em blue, 0 0 0.1em black;
     border-radius:50px;
     margin-left:5px;
    /* border:0.25px solid grey;
     */
    /* background-color:#C6DA3E;
     */
}
 .lang:focus{
     outline:1px solid #108847;
}
/* @media screen and (max-width: 991px) {
     .lang {
        width:150px;
        margin:2px;
    }
} */

@media screen and (max-width: 991px) {
     .lang {
        display:block;
        margin:2px;
        
    }
} 
 .bg-main{
     background-color:#0281B9;
     text-shadow: 0.1px 0.1px 0.1px black, 0 0 0.1em blue, 0 0 0.1em black;
}
 .h25{
     height: 325px;
     width:auto;
}

/* Swiper container stylng */
.swiper {
  right: 1rem;
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  /* Center slide text vertically */
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Style for active pagination bullet */
.swiper-pagination > .swiper-pagination-bullet-active {
    background-color: #C6DA3E; /* Change to desired active color */
}

/* Parallax effect */
.parallax {
  position: relative; 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image:url("https://c1.wallpaperflare.com/preview/768/541/205/code-coding-programming-css.jpg");
  height: 100vh;
}

.parallax::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5); 
  }
 

.process_text{
    z-index:1;
    color:white;
}

/* AOS animations */
[data-aos] {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

[data-aos].aos-animate {
  opacity: 1;
}

/* Animations */


@keyframes gradient {
    0% {
        background-position: 0% 0%;
    }
    50% {
        background-position: 100% 100%;
    }
    100% {
        background-position: 0% 0%;
    }
}

.wave {
    background: rgb(255 255 255 / 25%);
    border-radius: 1000% 1000% 0 0;
    position: fixed;
    width: 200%;
    height: 12em;
    animation: wave 10s -3s linear infinite;
    transform: translate3d(0, 0, 0);
    opacity: 0.8;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.wave:nth-of-type(2) {
    bottom: -1.25em;
    animation: wave 18s linear reverse infinite;
    opacity: 0.8;
}

.wave:nth-of-type(3) {
    bottom: -2.5em;
    animation: wave 20s -1s reverse infinite;
    opacity: 0.9;
}

@keyframes wave {
    2% {
        transform: translateX(1);
    }

    25% {
        transform: translateX(-25%);
    }

    50% {
        transform: translateX(-50%);
    }

    75% {
        transform: translateX(-25%);
    }

    100% {
        transform: translateX(1);
    }
}

 #particles-js{ position:absolute; width: 100%; height: 100%;
/*  background-color: #232741; background-image: url("http://upload.wikimedia.org/wikipedia/commons/thumb/e/e5/NASA_logo.svg/1237px-NASA_logo.svg.png"); background-repeat: no-repeat; background-size: 20%; background-position: 50% 50%; */
 
 } 
  .item-nar{
     height:160px;
       display: flex; /* Enable Flexbox */
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    text-align: center;
    padding:5px;
     
 }
 
@media (max-width: 767px) {
 .item-nar {
    height: auto; /* Adjust the height as needed for smaller screens */
  }
}

.svgcolor svg {
    fill: rgb(2,129,185);
}

.ah-headline{ 
    font-size:15px;
    position:relative;
}
.ah-headline::before {
    content: "";
    position: absolute;
    top: 0;
    left: -15px; /* Adjust based on the thickness of your border */
    bottom: 0;
    width: 5px; /* Thickness of the border */
    background-color: #009C97; /* Border color */
}



/* up button */

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #0281B9;
  color: white;
  cursor: pointer;
  padding: 10px 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}
.navbar-light .navbar-nav .nav-item {

  margin: 0 10px; /* Add some spacing between nav items */
}

.navbar-light .navbar-nav .nav-link {

  padding: 8px !important; /* Add some spacing between nav items */
}

  body[dir="rtl"] .navbar-nav {
      direction: rtl;
    }
    body[dir="ltr"] .navbar-nav {
      direction: ltr;
    }

/* Example CSS for responsive design */
@media (max-width: 768px) {
  .container {
    max-width: 90%;
  }
  img {
    max-width: 100%;
    height: auto;
  }
}


/* @media (min-width: 992px) {
  .navbar-nav {
    flex-direction: row;
  }

  .lang-buttons {
    margin-left: auto;
    display: flex;
  }
}

@media (max-width: 991px) {
  .navbar-nav {
    flex-direction: column;
    margin-bottom: 10px;
  }
} */