@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+HK&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@200&display=swap');

html {
    scroll-behavior: smooth;
  }

*{
    font-family: "Gupter", serif;
    /* font-family: "Playfair Display", Sans-serif */
}
p{
  font-size: 18px;
}

.h1-text{
  font-size: 45px; font-weight: bold;
}
ul li a{
    text-decoration: none;
    color:white;
}

ul li a:hover{
  
    color: #e0c141;
}
/* service section  */
.services-img{
    height: 150px;
    width: 150px;
   margin: 0 0;
}
.services-text{
    color: #e0c141;
    font-weight: bold;
    font-size: 25px;
}
.services-para{
    text-align: center;
}

.services-col{
  display: flex;
  flex-direction: column;
  align-items: center;
  border: #e0c141;
border-width: 1px;
border-style: solid;
width: 350px;
margin: 0 auto;

}



.fade-in-text {
  opacity: 0;
  transition: opacity 1s ease-in;
}

.visible {
  opacity: 1;
}






/* contact section  */
.contact-section{
    background-color: #022c43;
    padding-top: 25px;
    padding-bottom: 25px;
   width: 100px;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
}



/* image overlay section  */
.image-container{
  position: relative;

}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(2, 44, 67, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff; /* White text color */
  padding: 20px;
  box-sizing: border-box; /* Ensure padding doesn't affect the overlay size */
  text-align: center;
}

.text-container {
  z-index: 2; /* Ensure the text is on top of the overlay */
  text-align: center;
  color: #fff; /* Set text color to contrast with overlay */
}

.f-text{
  color: white;
}

.arabic-text{
  font-size: 60px; font-weight: 700; color: white
}

.english-text{
  font-size: 45px; font-weight: 700; color: white
}


/*************************
24. Department Page
************************/
.single-item {
  padding: 3rem 1.5rem;
  border: 2px solid #ddd;
  text-align: center;
  transition: all 0.4s linear 0s;
}
.single-item h4 a {
  color: #002147;
  margin: 15px 0;
  transition: all 0.4s linear 0s;
}
.single-item h4 a:hover {
  text-decoration: none;
  color: #50b748;
}
.single-item .item-icon {
  padding-bottom: 30px;
}
.single-item:hover {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  border-color:#002147;
}


.section-title {
  padding-bottom: 20px;
}
.section-title h3 {
  color:#e0c141;
  font-size: 25px;
  font-weight: 700;
}
.section-title h1 {
  font-size: 50px;
  font-weight: 700;
}


.link_btn {
  display: inline-block;
  color: #e0c141;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 15px;
  transition: all 0.4s linear 0s;
}
.link_btn i {
  transition: all 0.4s linear 0s;
}
.link_btn:hover {
  text-decoration: none;
  color: #e0c141;
}
.link_btn:hover i {
  padding-left: 5px;
}

.button_five {
  display: inline-block;
  position: relative;
  background-color: #e0c141;
  color: #fff;
  padding: 10px 35px;
  transition: all 0.4s linear 0s;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
}

.button_five:hover{
  background-color: transparent;
  color: #e0c141;
  border: #e0c141;
  border-width: 2px;
  border-style: solid;
}


/* owl caresoul  */

.slider {
    margin-bottom: 30px;
    position: relative;
  }
  .slider .owl-item.active.center .slider-card {
    transform: scale(1.15);
    opacity: 1;
    background: #ff9966; /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #ff5e62, #ff9966); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #ff5e62, #ff9966); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #fff;
  }
  .slider-card {
    /* background: #fff; */
    padding: 0px 0px;
    margin: 50px 15px 90px 15px;
    border-radius: 5px;
    box-shadow: 0 15px 45px -20px rgb(0 0 0 / 73%);
    transform: scale(0.9);
    /* opacity: 0.5; */
    transition: all 0.3s;
  }
  .slider-card img {
    border-radius: 5px 5px 0px 0px;
  }
  .owl-nav .owl-prev {
    position: absolute;
    top: calc(50% - 25px);
    left: 0;
    opacity: 1;
    font-size: 30px !important;
    z-index: 1;
  }
  
  .owl-prev span{ 
    /* background-color: #0d83c2; */
    color: white;
    font-size: 2rem;
    padding:0 0.5rem ;
    text-align: center;
    
    }
    
    
    .owl-next span{ 
      /* background-color: #0d83c2; */
      color: white;
      font-size: 2rem;
      padding:0 0.5rem ;
      text-align: center;
      }
  
  .owl-nav .owl-next {
    position: absolute;
    top: calc(50% - 25px);
    right: 0;
    opacity: 1;
    font-size: 30px !important;
    z-index: 1;
  }
  .owl-dots {
    text-align: center;
  }
  .owl-dots .owl-dot {
    height: 10px;
    width: 10px;
    border-radius: 10px;
    background: #ccc !important;
    margin-left: 3px;
    margin-right: 3px;
    outline: none;
  }
  .owl-dots .owl-dot.active {
    background: #f44336 !important;
  }

  .girl-img{
    border-top-left-radius: 15rem;
    border-top-right-radius: 15rem;
   width: 300px;
  
  }

  .girl-img2{
   border-top-left-radius: 15rem; width: 300px
  }

  a.nav-link{
    font-size: 20px;
    margin-right: 5px;
    color: white;
  }

  a.nav-link:hover{
 background-color:#e0c141;
  }


@media (max-width: 768px) {

  .arabic-text {
    font-size: 32px; /* adjust the font size to your liking */
  }
  .english-text {
    font-size: 32px; /* adjust the font size to your liking */
  }

.girl-img{
  width: 56%;
}
.girl-img2{
  width: 70%;
}
  }